{"ast":null,"code":"import React from 'react';\nimport { Center, ZStack, Box } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(Center, {\n    h: \"96\"\n  }, React.createElement(ZStack, {\n    alignItems: \"center\",\n    justifyContent: \"center\"\n  }, React.createElement(Box, {\n    bg: \"indigo.700\",\n    size: \"64\",\n    rounded: \"lg\"\n  }), React.createElement(Box, {\n    bg: \"indigo.500\",\n    size: \"48\",\n    rounded: \"lg\",\n    shadow: 8\n  }), React.createElement(Box, {\n    bg: \"indigo.300\",\n    size: \"32\",\n    rounded: \"lg\",\n    shadow: 8\n  })));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/ZStack/CenterStack.tsx"],"names":["React","Center","ZStack","Box","Example"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,MAAT,EAAiBC,MAAjB,EAAyBC,GAAzB;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,MAAD;AAAQ,IAAA,CAAC,EAAC;AAAV,KACE,oBAAC,MAAD;AAAQ,IAAA,UAAU,EAAC,QAAnB;AAA4B,IAAA,cAAc,EAAC;AAA3C,KACE,oBAAC,GAAD;AAAK,IAAA,EAAE,EAAC,YAAR;AAAqB,IAAA,IAAI,EAAC,IAA1B;AAA+B,IAAA,OAAO,EAAC;AAAvC,IADF,EAEE,oBAAC,GAAD;AAAK,IAAA,EAAE,EAAC,YAAR;AAAqB,IAAA,IAAI,EAAC,IAA1B;AAA+B,IAAA,OAAO,EAAC,IAAvC;AAA4C,IAAA,MAAM,EAAE;AAApD,IAFF,EAGE,oBAAC,GAAD;AAAK,IAAA,EAAE,EAAC,YAAR;AAAqB,IAAA,IAAI,EAAC,IAA1B;AAA+B,IAAA,OAAO,EAAC,IAAvC;AAA4C,IAAA,MAAM,EAAE;AAApD,IAHF,CADF,CADF;AASD,CAVM","sourcesContent":["import React from 'react';\nimport { Center, ZStack, Box } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <Center h=\"96\">\n      <ZStack alignItems=\"center\" justifyContent=\"center\">\n        <Box bg=\"indigo.700\" size=\"64\" rounded=\"lg\" />\n        <Box bg=\"indigo.500\" size=\"48\" rounded=\"lg\" shadow={8} />\n        <Box bg=\"indigo.300\" size=\"32\" rounded=\"lg\" shadow={8} />\n      </ZStack>\n    </Center>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}