{"ast":null,"code":"var defaultProps = {\n  placeholder: '○',\n  size: 'md',\n  manageFocus: true,\n  space: 1\n};\nvar sizes = {\n  '2xl': {\n    fontSize: '2xl',\n    p: 3,\n    width: '56px',\n    height: '56px',\n    textAlign: 'center',\n    borderRadius: 'lg'\n  },\n  'xl': {\n    fontSize: 'xl',\n    p: 3,\n    width: '52px',\n    height: '52px',\n    textAlign: 'center',\n    borderRadius: 'lg'\n  },\n  'lg': {\n    fontSize: 'lg',\n    p: 2,\n    width: '48px',\n    height: '48px',\n    textAlign: 'center',\n    borderRadius: 'md'\n  },\n  'md': {\n    fontSize: 'md',\n    p: 2,\n    width: '40px',\n    height: '40px',\n    textAlign: 'center',\n    borderRadius: 'md'\n  },\n  'sm': {\n    fontSize: 'sm',\n    p: 1,\n    width: '30px',\n    height: '30px',\n    textAlign: 'center',\n    borderRadius: 'md'\n  },\n  'xs': {\n    fontSize: 'xs',\n    p: 1,\n    width: '24px',\n    height: '24px',\n    textAlign: 'center',\n    borderRadius: 'md'\n  }\n};\nexport default {\n  sizes: sizes,\n  defaultProps: defaultProps\n};","map":{"version":3,"sources":["pin-input.ts"],"names":["defaultProps","placeholder","size","manageFocus","space","sizes","fontSize","p","width","height","textAlign","borderRadius"],"mappings":"AAAA,IAAMA,YAAY,GAAG;EACnBC,WAAW,EAAE,GADM;EAEnBC,IAAI,EAAE,IAFa;EAGnBC,WAAW,EAAE,IAHM;EAInBC,KAAK,EAAE;AAJY,CAArB;AAOA,IAAMC,KAAK,GAAG;EACZ,KAAA,EAAO;IACLC,QAAQ,EAAE,KADL;IAELC,CAAC,EAAE,CAFE;IAGLC,KAAK,EAAE,MAHF;IAILC,MAAM,EAAE,MAJH;IAKLC,SAAS,EAAE,QALN;IAMLC,YAAY,EAAE;EANT,CADK;EASZ,IAAA,EAAM;IACJL,QAAQ,EAAE,IADN;IAEJC,CAAC,EAAE,CAFC;IAGJC,KAAK,EAAE,MAHH;IAIJC,MAAM,EAAE,MAJJ;IAKJC,SAAS,EAAE,QALP;IAMJC,YAAY,EAAE;EANV,CATM;EAiBZ,IAAA,EAAM;IACJL,QAAQ,EAAE,IADN;IAEJC,CAAC,EAAE,CAFC;IAGJC,KAAK,EAAE,MAHH;IAIJC,MAAM,EAAE,MAJJ;IAKJC,SAAS,EAAE,QALP;IAMJC,YAAY,EAAE;EANV,CAjBM;EAyBZ,IAAA,EAAM;IACJL,QAAQ,EAAE,IADN;IAEJC,CAAC,EAAE,CAFC;IAGJC,KAAK,EAAE,MAHH;IAIJC,MAAM,EAAE,MAJJ;IAKJC,SAAS,EAAE,QALP;IAMJC,YAAY,EAAE;EANV,CAzBM;EAiCZ,IAAA,EAAM;IACJL,QAAQ,EAAE,IADN;IAEJC,CAAC,EAAE,CAFC;IAGJC,KAAK,EAAE,MAHH;IAIJC,MAAM,EAAE,MAJJ;IAKJC,SAAS,EAAE,QALP;IAMJC,YAAY,EAAE;EANV,CAjCM;EAyCZ,IAAA,EAAM;IACJL,QAAQ,EAAE,IADN;IAEJC,CAAC,EAAE,CAFC;IAGJC,KAAK,EAAE,MAHH;IAIJC,MAAM,EAAE,MAJJ;IAKJC,SAAS,EAAE,QALP;IAMJC,YAAY,EAAE;EANV;AAzCM,CAAd;AAmDA,eAAe;EACbN,KADa,EACbA,KADa;EAEbL,YAAAA,EAAAA;AAFa,CAAf","sourcesContent":["const defaultProps = {\n  placeholder: '○',\n  size: 'md',\n  manageFocus: true,\n  space: 1,\n};\n\nconst sizes = {\n  '2xl': {\n    fontSize: '2xl',\n    p: 3,\n    width: '56px',\n    height: '56px',\n    textAlign: 'center',\n    borderRadius: 'lg',\n  },\n  'xl': {\n    fontSize: 'xl',\n    p: 3,\n    width: '52px',\n    height: '52px',\n    textAlign: 'center',\n    borderRadius: 'lg',\n  },\n  'lg': {\n    fontSize: 'lg',\n    p: 2,\n    width: '48px',\n    height: '48px',\n    textAlign: 'center',\n    borderRadius: 'md',\n  },\n  'md': {\n    fontSize: 'md',\n    p: 2,\n    width: '40px',\n    height: '40px',\n    textAlign: 'center',\n    borderRadius: 'md',\n  },\n  'sm': {\n    fontSize: 'sm',\n    p: 1,\n    width: '30px',\n    height: '30px',\n    textAlign: 'center',\n    borderRadius: 'md',\n  },\n  'xs': {\n    fontSize: 'xs',\n    p: 1,\n    width: '24px',\n    height: '24px',\n    textAlign: 'center',\n    borderRadius: 'md',\n  },\n};\n\nexport default {\n  sizes,\n  defaultProps,\n};\n"]},"metadata":{},"sourceType":"module"}