{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Box/index.tsx\";\n\nimport React from 'react';\nimport { storiesOf } from '@storybook/react-native';\nimport { withKnobs } from '@storybook/addon-knobs';\nimport { Example as Basic } from \"./basic\";\nimport { Example as LinearGrad } from \"./LinearGrad\";\nimport { Example as WithRef } from \"./WithRef\";\nimport { Example as Composition } from \"./composition\";\nimport Wrapper from \"./../../Wrapper\";\nstoriesOf('Box', module).addDecorator(withKnobs).addDecorator(function (getStory) {\n  return React.createElement(Wrapper, null, getStory());\n}).add('Basic Box', function () {\n  return React.createElement(Basic, null);\n}).add('LinearGradient Box', function () {\n  return React.createElement(LinearGrad, null);\n}).add('Composition', function () {\n  return React.createElement(Composition, null);\n}).add('With Ref', function () {\n  return React.createElement(WithRef, null);\n});","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Box/index.tsx"],"names":["React","storiesOf","withKnobs","Example","Basic","LinearGrad","WithRef","Composition","Wrapper","module","addDecorator","getStory","add"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,SAAT,QAA0B,yBAA1B;AACA,SAASC,SAAT,QAA0B,wBAA1B;AACA,SAASC,OAAO,IAAIC,KAApB;AACA,SAASD,OAAO,IAAIE,UAApB;AACA,SAASF,OAAO,IAAIG,OAApB;AACA,SAASH,OAAO,IAAII,WAApB;AAMA,OAAOC,OAAP;AAEAP,SAAS,CAAC,KAAD,EAAQQ,MAAR,CAAT,CACGC,YADH,CACgBR,SADhB,EAEGQ,YAFH,CAEgB,UAACC,QAAD;AAAA,SAAmB,oBAAC,OAAD,QAAUA,QAAQ,EAAlB,CAAnB;AAAA,CAFhB,EAGGC,GAHH,CAGO,WAHP,EAGoB;AAAA,SAAM,oBAAC,KAAD,OAAN;AAAA,CAHpB,EAIGA,GAJH,CAIO,oBAJP,EAI6B;AAAA,SAAM,oBAAC,UAAD,OAAN;AAAA,CAJ7B,EAKGA,GALH,CAKO,aALP,EAKsB;AAAA,SAAM,oBAAC,WAAD,OAAN;AAAA,CALtB,EAMGA,GANH,CAMO,UANP,EAMmB;AAAA,SAAM,oBAAC,OAAD,OAAN;AAAA,CANnB","sourcesContent":["import React from 'react';\nimport { storiesOf } from '@storybook/react-native';\nimport { withKnobs } from '@storybook/addon-knobs';\nimport { Example as Basic } from './basic';\nimport { Example as LinearGrad } from './LinearGrad';\nimport { Example as WithRef } from './WithRef';\nimport { Example as Composition } from './composition';\n// import { Example as CompositionCard } from './composition-card';\n// import { Example as CompositionCard1 } from './composition-card1';\n// import { Example as CompositionCard2 } from './composition-card2';\n// import { Example as CompositionCard3 } from './composition-card3';\n// import { Example as CompositionShoesCard } from './composition-shoes-card';\nimport Wrapper from './../../Wrapper';\n\nstoriesOf('Box', module)\n  .addDecorator(withKnobs)\n  .addDecorator((getStory: any) => <Wrapper>{getStory()}</Wrapper>)\n  .add('Basic Box', () => <Basic />)\n  .add('LinearGradient Box', () => <LinearGrad />)\n  .add('Composition', () => <Composition />)\n  .add('With Ref', () => <WithRef />);\n// .add('Composition Card', () => <CompositionCard />)\n// .add('Composition Shoes Card', () => <CompositionShoesCard />)\n// .add('CompositionCard1', () => <CompositionCard1 />)\n// .add('CompositionCard2', () => <CompositionCard2 />)\n// .add('CompositionCard3', () => <CompositionCard3 />);\n"]},"metadata":{},"sourceType":"module"}