{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/composites/Progress/index.tsx\";\n\nimport React from 'react';\nimport { storiesOf } from '@storybook/react-native';\nimport { withKnobs } from '@storybook/addon-knobs';\nimport Wrapper from \"./../../Wrapper\";\nimport { Example as Composition } from \"./Composition\";\nimport { Example as Basic } from \"./Basic\";\nimport { Example as Flat } from \"./Flat\";\nimport { Example as Size } from \"./Sizes\";\nimport { Example as CustomBgColor } from \"./CustomBgColor\";\nimport { Example as ColorScheme } from \"./ColorScheme\";\nstoriesOf('Progress', module).addDecorator(withKnobs).addDecorator(function (getStory) {\n  return React.createElement(Wrapper, null, getStory());\n}).add('Default Progress Bar', function () {\n  return React.createElement(Basic, null);\n}).add('ColorSchemes', function () {\n  return React.createElement(ColorScheme, null);\n}).add('Flat', function () {\n  return React.createElement(Flat, null);\n}).add('Sizes', function () {\n  return React.createElement(Size, null);\n}).add('CustomBgColor', function () {\n  return React.createElement(CustomBgColor, null);\n}).add('Composition', function () {\n  return React.createElement(Composition, null);\n});","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/composites/Progress/index.tsx"],"names":["React","storiesOf","withKnobs","Wrapper","Example","Composition","Basic","Flat","Size","CustomBgColor","ColorScheme","module","addDecorator","getStory","add"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,SAAT,QAA0B,yBAA1B;AACA,SAASC,SAAT,QAA0B,wBAA1B;AACA,OAAOC,OAAP;AACA,SAASC,OAAO,IAAIC,WAApB;AACA,SAASD,OAAO,IAAIE,KAApB;AACA,SAASF,OAAO,IAAIG,IAApB;AACA,SAASH,OAAO,IAAII,IAApB;AACA,SAASJ,OAAO,IAAIK,aAApB;AACA,SAASL,OAAO,IAAIM,WAApB;AAEAT,SAAS,CAAC,UAAD,EAAaU,MAAb,CAAT,CACGC,YADH,CACgBV,SADhB,EAEGU,YAFH,CAEgB,UAACC,QAAD;AAAA,SAAmB,oBAAC,OAAD,QAAUA,QAAQ,EAAlB,CAAnB;AAAA,CAFhB,EAGGC,GAHH,CAGO,sBAHP,EAG+B;AAAA,SAAM,oBAAC,KAAD,OAAN;AAAA,CAH/B,EAIGA,GAJH,CAIO,cAJP,EAIuB;AAAA,SAAM,oBAAC,WAAD,OAAN;AAAA,CAJvB,EAKGA,GALH,CAKO,MALP,EAKe;AAAA,SAAM,oBAAC,IAAD,OAAN;AAAA,CALf,EAMGA,GANH,CAMO,OANP,EAMgB;AAAA,SAAM,oBAAC,IAAD,OAAN;AAAA,CANhB,EAOGA,GAPH,CAOO,eAPP,EAOwB;AAAA,SAAM,oBAAC,aAAD,OAAN;AAAA,CAPxB,EAQGA,GARH,CAQO,aARP,EAQsB;AAAA,SAAM,oBAAC,WAAD,OAAN;AAAA,CARtB","sourcesContent":["import React from 'react';\nimport { storiesOf } from '@storybook/react-native';\nimport { withKnobs } from '@storybook/addon-knobs';\nimport Wrapper from './../../Wrapper';\nimport { Example as Composition } from './Composition';\nimport { Example as Basic } from './Basic';\nimport { Example as Flat } from './Flat';\nimport { Example as Size } from './Sizes';\nimport { Example as CustomBgColor } from './CustomBgColor';\nimport { Example as ColorScheme } from './ColorScheme';\n\nstoriesOf('Progress', module)\n  .addDecorator(withKnobs)\n  .addDecorator((getStory: any) => <Wrapper>{getStory()}</Wrapper>)\n  .add('Default Progress Bar', () => <Basic />)\n  .add('ColorSchemes', () => <ColorScheme />)\n  .add('Flat', () => <Flat />)\n  .add('Sizes', () => <Size />)\n  .add('CustomBgColor', () => <CustomBgColor />)\n  .add('Composition', () => <Composition />);\n"]},"metadata":{},"sourceType":"module"}