{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Text/Truncated.tsx\";\n\nimport React from 'react';\nimport { Text } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(Text, {\n    isTruncated: true,\n    maxW: \"300\",\n    w: \"80%\"\n  }, \"NativeBase gives you a contrasting color based on your theme. You can also customise it using the useAccessibleColors hook.\");\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Text/Truncated.tsx"],"names":["React","Text","Example"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,IAAD;AAAM,IAAA,WAAW,MAAjB;AAAkB,IAAA,IAAI,EAAC,KAAvB;AAA6B,IAAA,CAAC,EAAC;AAA/B,mIADF;AAMD,CAPM","sourcesContent":["import React from 'react';\nimport { Text } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <Text isTruncated maxW=\"300\" w=\"80%\">\n      NativeBase gives you a contrasting color based on your theme. You can also\n      customise it using the useAccessibleColors hook.\n    </Text>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}