{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Switch/SwitchBgColor.tsx\";\n\nimport React from 'react';\nimport { Switch, VStack } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(VStack, {\n    space: 4,\n    alignItems: \"center\"\n  }, React.createElement(Switch, null), React.createElement(Switch, {\n    offTrackColor: \"orange.100\",\n    onTrackColor: \"orange.200\",\n    onThumbColor: \"orange.500\",\n    offThumbColor: \"orange.50\"\n  }), React.createElement(Switch, {\n    offTrackColor: \"indigo.100\",\n    onTrackColor: \"indigo.200\",\n    onThumbColor: \"indigo.500\",\n    offThumbColor: \"indigo.50\"\n  }));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Switch/SwitchBgColor.tsx"],"names":["React","Switch","VStack","Example"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,MAAT,EAAiBC,MAAjB;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,MAAD;AAAQ,IAAA,KAAK,EAAE,CAAf;AAAkB,IAAA,UAAU,EAAC;AAA7B,KACE,oBAAC,MAAD,OADF,EAEE,oBAAC,MAAD;AACE,IAAA,aAAa,EAAC,YADhB;AAEE,IAAA,YAAY,EAAC,YAFf;AAGE,IAAA,YAAY,EAAC,YAHf;AAIE,IAAA,aAAa,EAAC;AAJhB,IAFF,EAQE,oBAAC,MAAD;AACE,IAAA,aAAa,EAAC,YADhB;AAEE,IAAA,YAAY,EAAC,YAFf;AAGE,IAAA,YAAY,EAAC,YAHf;AAIE,IAAA,aAAa,EAAC;AAJhB,IARF,CADF;AAiBD,CAlBM","sourcesContent":["import React from 'react';\nimport { Switch, VStack } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <VStack space={4} alignItems=\"center\">\n      <Switch />\n      <Switch\n        offTrackColor=\"orange.100\"\n        onTrackColor=\"orange.200\"\n        onThumbColor=\"orange.500\"\n        offThumbColor=\"orange.50\"\n      />\n      <Switch\n        offTrackColor=\"indigo.100\"\n        onTrackColor=\"indigo.200\"\n        onThumbColor=\"indigo.500\"\n        offThumbColor=\"indigo.50\"\n      />\n    </VStack>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}