{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/composites/Progress/CustomBgColor.tsx\";\n\nimport React from 'react';\nimport { Box, Progress, Center } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(Center, {\n    w: \"100%\",\n    __self: _this,\n    __source: {\n      fileName: _jsxFileName,\n      lineNumber: 6,\n      columnNumber: 5\n    }\n  }, React.createElement(Box, {\n    w: \"90%\",\n    maxW: \"400\",\n    __self: _this,\n    __source: {\n      fileName: _jsxFileName,\n      lineNumber: 7,\n      columnNumber: 7\n    }\n  }, React.createElement(Progress, {\n    bg: \"coolGray.100\",\n    _filledTrack: {\n      bg: 'lime.500'\n    },\n    value: 75,\n    mx: \"4\",\n    __self: _this,\n    __source: {\n      fileName: _jsxFileName,\n      lineNumber: 8,\n      columnNumber: 9\n    }\n  })));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/composites/Progress/CustomBgColor.tsx"],"names":["React","Box","Progress","Center","Example","bg"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,GAAT,EAAcC,QAAd,EAAwBC,MAAxB;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,MAAD;AAAQ,IAAA,CAAC,EAAC,MAAV;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACE,oBAAC,GAAD;AAAK,IAAA,CAAC,EAAC,KAAP;AAAa,IAAA,IAAI,EAAC,KAAlB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACE,oBAAC,QAAD;AACE,IAAA,EAAE,EAAC,cADL;AAEE,IAAA,YAAY,EAAE;AACZC,MAAAA,EAAE,EAAE;AADQ,KAFhB;AAKE,IAAA,KAAK,EAAE,EALT;AAME,IAAA,EAAE,EAAC,GANL;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IADF,CADF,CADF;AAcD,CAfM","sourcesContent":["import React from 'react';\nimport { Box, Progress, Center } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <Center w=\"100%\">\n      <Box w=\"90%\" maxW=\"400\">\n        <Progress\n          bg=\"coolGray.100\"\n          _filledTrack={{\n            bg: 'lime.500',\n          }}\n          value={75}\n          mx=\"4\"\n        />\n      </Box>\n    </Center>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}