{"version":3,"file":"types.mjs","sources":["../../../packages/identicon/types.ts"],"sourcesContent":["import { CSSProperties } from 'react'\nimport { LidoComponentProps } from '../utils/index.js'\nexport type { Theme } from '../theme/index.js'\n\nexport type IdenticonProps = LidoComponentProps<\n  'div',\n  {\n    address: string\n    diameter?: number\n    paperStyles?: CSSProperties\n    svgStyles?: CSSProperties\n  }\n>\n\nexport enum IdenticonBadgeColor {\n  background,\n  accent,\n}\nexport type IdenticonBadgeColors = keyof typeof IdenticonBadgeColor\n\nexport type IdenticonBadgeProps = {\n  symbols?: number\n  color?: IdenticonBadgeColors\n} & IdenticonProps\n"],"names":["IdenticonBadgeColor"],"mappings":"AAcYA,IAAAA,mBAAmB,0BAAnBA,mBAAmB,EAAA;AAAnBA,EAAAA,mBAAmB,CAAnBA,mBAAmB,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA,CAAA;AAAnBA,EAAAA,mBAAmB,CAAnBA,mBAAmB,CAAA,QAAA,CAAA,GAAA,CAAA,CAAA,GAAA,QAAA,CAAA;AAAA,EAAA,OAAnBA,mBAAmB,CAAA;AAAA,CAAA,CAAA,EAAA;;;;"}