{"ast":null,"code":"var MainPanel = {\n  baseStyle: {\n    \"float\": \"right\",\n    maxWidth: \"100%\",\n    overflow: \"auto\",\n    position: \"relative\",\n    maxHeight: \"100%\",\n    transition: \"all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1)\",\n    transitionDuration: \".2s, .2s, .35s\",\n    transitionProperty: \"top, bottom, width\",\n    transitionTimingFunction: \"linear, linear, ease\"\n  },\n  variants: {\n    main: function main(props) {\n      return {\n        \"float\": \"right\"\n      };\n    },\n    rtl: function rtl(props) {\n      return {\n        \"float\": \"left\"\n      };\n    }\n  },\n  defaultProps: {\n    variant: \"main\"\n  }\n};\nexport var MainPanelComponent = {\n  components: {\n    MainPanel: MainPanel\n  }\n};","map":{"version":3,"names":["MainPanel","baseStyle","maxWidth","overflow","position","maxHeight","transition","transitionDuration","transitionProperty","transitionTimingFunction","variants","main","props","rtl","defaultProps","variant","MainPanelComponent","components"],"sources":["C:/ldt/LDT/Safemate_Management/src/theme/additions/layout/MainPanel.js"],"sourcesContent":["const MainPanel = {\n  baseStyle: {\n    float: \"right\",\n    maxWidth: \"100%\",\n    overflow: \"auto\",\n    position: \"relative\",\n    maxHeight: \"100%\",\n    transition: \"all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1)\",\n    transitionDuration: \".2s, .2s, .35s\",\n    transitionProperty: \"top, bottom, width\",\n    transitionTimingFunction: \"linear, linear, ease\",\n  },\n  variants: {\n    main: (props) => ({\n      float: \"right\",\n    }),\n    rtl: (props) => ({\n      float: \"left\",\n    }),\n  },\n  defaultProps: {\n    variant: \"main\",\n  },\n};\n\nexport const MainPanelComponent = {\n  components: {\n    MainPanel,\n  },\n};\n"],"mappings":"AAAA,IAAMA,SAAS,GAAG;EAChBC,SAAS,EAAE;IACT,SAAO,OAAO;IACdC,QAAQ,EAAE,MAAM;IAChBC,QAAQ,EAAE,MAAM;IAChBC,QAAQ,EAAE,UAAU;IACpBC,SAAS,EAAE,MAAM;IACjBC,UAAU,EAAE,iDAAiD;IAC7DC,kBAAkB,EAAE,gBAAgB;IACpCC,kBAAkB,EAAE,oBAAoB;IACxCC,wBAAwB,EAAE;EAC5B,CAAC;EACDC,QAAQ,EAAE;IACRC,IAAI,EAAE,SAANA,IAAIA,CAAGC,KAAK;MAAA,OAAM;QAChB,SAAO;MACT,CAAC;IAAA,CAAC;IACFC,GAAG,EAAE,SAALA,GAAGA,CAAGD,KAAK;MAAA,OAAM;QACf,SAAO;MACT,CAAC;IAAA;EACH,CAAC;EACDE,YAAY,EAAE;IACZC,OAAO,EAAE;EACX;AACF,CAAC;AAED,OAAO,IAAMC,kBAAkB,GAAG;EAChCC,UAAU,EAAE;IACVjB,SAAS,EAATA;EACF;AACF,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}