{"version":3,"sources":["../src/components/flip.ts"],"sourcesContent":["import type { ComponentMultiStyle } from \"@yamada-ui/core\"\n\nexport const Flip: ComponentMultiStyle<\"Flip\"> = {\n  baseStyle: {\n    container: {\n      position: \"relative\",\n      userSelect: \"none\",\n      _disabled: {\n        cursor: \"not-allowed\",\n      },\n      _readOnly: {\n        cursor: \"default\",\n      },\n    },\n    flipIdent: {\n      backfaceVisibility: \"hidden\",\n      position: \"absolute\",\n      top: 0,\n    },\n    from: {},\n    to: {},\n  },\n\n  variants: {},\n\n  sizes: {},\n\n  defaultProps: {},\n}\n"],"mappings":";;;AAEO,IAAM,OAAoC;AAAA,EAC/C,WAAW;AAAA,IACT,WAAW;AAAA,MACT,UAAU;AAAA,MACV,YAAY;AAAA,MACZ,WAAW;AAAA,QACT,QAAQ;AAAA,MACV;AAAA,MACA,WAAW;AAAA,QACT,QAAQ;AAAA,MACV;AAAA,IACF;AAAA,IACA,WAAW;AAAA,MACT,oBAAoB;AAAA,MACpB,UAAU;AAAA,MACV,KAAK;AAAA,IACP;AAAA,IACA,MAAM,CAAC;AAAA,IACP,IAAI,CAAC;AAAA,EACP;AAAA,EAEA,UAAU,CAAC;AAAA,EAEX,OAAO,CAAC;AAAA,EAER,cAAc,CAAC;AACjB;","names":[]}