{"version":3,"file":"index.cjs","sources":["../../../../../src/components/forms/text-field/constants/index.ts"],"sourcesContent":["import type { TextFieldSize } from '@components'\r\n\r\n/** Maps field size to the IconButton size used in the end-action slot. */\r\nexport const fieldSizeToActionSize: Record<NonNullable<TextFieldSize>, 'sm' | 'md'> = {\r\n    sm: 'sm',\r\n    md: 'sm',\r\n    lg: 'md',\r\n}\r\n\r\nexport const TEXT_FIELD_SIZES = {\r\n    sm: 'sm',\r\n    md: 'md',\r\n    lg: 'lg',\r\n} as const\r\n"],"names":["fieldSizeToActionSize"],"mappings":"gFAGO,MAAMA,EAAyE,CAClF,GAAI,KACJ,GAAI,KACJ,GAAI,IACR"}