{"ast":null,"code":"var _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Pressable/Basic.tsx\";\nimport React from 'react';\nimport { Pressable, Text, Box, HStack, Spacer, Flex, Badge } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport function Example() {\n  return React.createElement(Box, {\n    alignItems: \"center\"\n  }, React.createElement(Pressable, {\n    onPress: function onPress() {\n      return console.log(\"I'm Pressed\");\n    }\n  }, React.createElement(Box, {\n    maxW: \"96\",\n    borderWidth: \"1\",\n    borderColor: \"coolGray.300\",\n    shadow: \"3\",\n    bg: \"coolGray.100\",\n    p: \"5\",\n    rounded: \"8\"\n  }, React.createElement(HStack, {\n    alignItems: \"center\"\n  }, React.createElement(Badge, {\n    colorScheme: \"darkBlue\",\n    _text: {\n      color: 'white'\n    },\n    variant: \"solid\",\n    rounded: \"4\"\n  }, \"Business\"), React.createElement(Spacer, null), React.createElement(Text, {\n    fontSize: 10,\n    color: \"coolGray.800\"\n  }, \"1 month ago\")), React.createElement(Text, {\n    color: \"coolGray.800\",\n    mt: \"3\",\n    fontWeight: \"medium\",\n    fontSize: \"xl\"\n  }, \"Marketing License\"), React.createElement(Text, {\n    mt: \"2\",\n    fontSize: \"sm\",\n    color: \"coolGray.700\"\n  }, \"Unlock powerfull time-saving tools for creating email delivery and collecting marketing data\"), React.createElement(Flex, null, React.createElement(Text, {\n    mt: \"2\",\n    fontSize: 12,\n    fontWeight: \"medium\",\n    color: \"darkBlue.600\"\n  }, \"Read More\")))));\n}","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Pressable/Basic.tsx"],"names":["React","Pressable","Text","Box","HStack","Spacer","Flex","Badge","Example","console","log","color"],"mappings":";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,SAAT,EAAoBC,IAApB,EAA0BC,GAA1B,EAA+BC,MAA/B,EAAuCC,MAAvC,EAA+CC,IAA/C,EAAqDC,KAArD;AAEA,OAAO,SAASC,OAAT,GAAmB;AACxB,SACE,oBAAC,GAAD;AAAK,IAAA,UAAU,EAAC;AAAhB,KACE,oBAAC,SAAD;AAAW,IAAA,OAAO,EAAE;AAAA,aAAMC,OAAO,CAACC,GAAR,CAAY,aAAZ,CAAN;AAAA;AAApB,KACE,oBAAC,GAAD;AACE,IAAA,IAAI,EAAC,IADP;AAEE,IAAA,WAAW,EAAC,GAFd;AAGE,IAAA,WAAW,EAAC,cAHd;AAIE,IAAA,MAAM,EAAC,GAJT;AAKE,IAAA,EAAE,EAAC,cALL;AAME,IAAA,CAAC,EAAC,GANJ;AAOE,IAAA,OAAO,EAAC;AAPV,KASE,oBAAC,MAAD;AAAQ,IAAA,UAAU,EAAC;AAAnB,KACE,oBAAC,KAAD;AACE,IAAA,WAAW,EAAC,UADd;AAEE,IAAA,KAAK,EAAE;AAAEC,MAAAA,KAAK,EAAE;AAAT,KAFT;AAGE,IAAA,OAAO,EAAC,OAHV;AAIE,IAAA,OAAO,EAAC;AAJV,gBADF,EASE,oBAAC,MAAD,OATF,EAUE,oBAAC,IAAD;AAAM,IAAA,QAAQ,EAAE,EAAhB;AAAoB,IAAA,KAAK,EAAC;AAA1B,mBAVF,CATF,EAuBE,oBAAC,IAAD;AAAM,IAAA,KAAK,EAAC,cAAZ;AAA2B,IAAA,EAAE,EAAC,GAA9B;AAAkC,IAAA,UAAU,EAAC,QAA7C;AAAsD,IAAA,QAAQ,EAAC;AAA/D,yBAvBF,EA0BE,oBAAC,IAAD;AAAM,IAAA,EAAE,EAAC,GAAT;AAAa,IAAA,QAAQ,EAAC,IAAtB;AAA2B,IAAA,KAAK,EAAC;AAAjC,oGA1BF,EA8BE,oBAAC,IAAD,QACE,oBAAC,IAAD;AAAM,IAAA,EAAE,EAAC,GAAT;AAAa,IAAA,QAAQ,EAAE,EAAvB;AAA2B,IAAA,UAAU,EAAC,QAAtC;AAA+C,IAAA,KAAK,EAAC;AAArD,iBADF,CA9BF,CADF,CADF,CADF;AA0CD","sourcesContent":["import React from 'react';\nimport { Pressable, Text, Box, HStack, Spacer, Flex, Badge } from 'native-base';\n\nexport function Example() {\n  return (\n    <Box alignItems=\"center\">\n      <Pressable onPress={() => console.log(\"I'm Pressed\")}>\n        <Box\n          maxW=\"96\"\n          borderWidth=\"1\"\n          borderColor=\"coolGray.300\"\n          shadow=\"3\"\n          bg=\"coolGray.100\"\n          p=\"5\"\n          rounded=\"8\"\n        >\n          <HStack alignItems=\"center\">\n            <Badge\n              colorScheme=\"darkBlue\"\n              _text={{ color: 'white' }}\n              variant=\"solid\"\n              rounded=\"4\"\n            >\n              Business\n            </Badge>\n            <Spacer />\n            <Text fontSize={10} color=\"coolGray.800\">\n              1 month ago\n            </Text>\n          </HStack>\n          <Text color=\"coolGray.800\" mt=\"3\" fontWeight=\"medium\" fontSize=\"xl\">\n            Marketing License\n          </Text>\n          <Text mt=\"2\" fontSize=\"sm\" color=\"coolGray.700\">\n            Unlock powerfull time-saving tools for creating email delivery and\n            collecting marketing data\n          </Text>\n          <Flex>\n            <Text mt=\"2\" fontSize={12} fontWeight=\"medium\" color=\"darkBlue.600\">\n              Read More\n            </Text>\n          </Flex>\n        </Box>\n      </Pressable>\n    </Box>\n  );\n}\n"]},"metadata":{},"sourceType":"module"}