{"ast":null,"code":"import React from 'react';\nimport { Input, FormControl, WarningOutlineIcon } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var Example = function Example() {\n  return _jsxs(FormControl, {\n    isInvalid: true,\n    w: {\n      base: '75%',\n      md: '25%'\n    },\n    children: [_jsx(FormControl.Label, {\n      children: \"Password\"\n    }), _jsx(Input, {\n      placeholder: \"Enter password\"\n    }), _jsx(FormControl.ErrorMessage, {\n      leftIcon: _jsx(WarningOutlineIcon, {\n        size: \"xs\"\n      }),\n      children: \"Try different from previous passwords.\"\n    })]\n  });\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Input/FormControlled.tsx"],"names":["React","Input","FormControl","WarningOutlineIcon","Example","base","md"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,KAAT,EAAgBC,WAAhB,EAA6BC,kBAA7B;;;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,MAAC,WAAD;AAAa,IAAA,SAAS,MAAtB;AAAuB,IAAA,CAAC,EAAE;AAAEC,MAAAA,IAAI,EAAE,KAAR;AAAeC,MAAAA,EAAE,EAAE;AAAnB,KAA1B;AAAA,eACE,KAAC,WAAD,CAAa,KAAb;AAAA;AAAA,MADF,EAEE,KAAC,KAAD;AAAO,MAAA,WAAW,EAAC;AAAnB,MAFF,EAGE,KAAC,WAAD,CAAa,YAAb;AAA0B,MAAA,QAAQ,EAAE,KAAC,kBAAD;AAAoB,QAAA,IAAI,EAAC;AAAzB,QAApC;AAAA;AAAA,MAHF;AAAA,IADF;AASD,CAVM","sourcesContent":["import React from 'react';\nimport { Input, FormControl, WarningOutlineIcon } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <FormControl isInvalid w={{ base: '75%', md: '25%' }}>\n      <FormControl.Label>Password</FormControl.Label>\n      <Input placeholder=\"Enter password\" />\n      <FormControl.ErrorMessage leftIcon={<WarningOutlineIcon size=\"xs\" />}>\n        Try different from previous passwords.\n      </FormControl.ErrorMessage>\n    </FormControl>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}