{"version":3,"file":"buttonSizes.const.cjs","sources":["../../../../../src/components/actions/button/constants/buttonSizes.const.ts"],"sourcesContent":["import type { ButtonSize } from '@components/actions/button/types/Button.types.ts'\r\nimport type { TypographySize } from '@components/foundation/typography'\r\nimport { BUTTON_SIZES } from '@components/actions/_shared/buttons/constants'\r\n\r\nexport const BUTTON_SIZE_TO_FONT_SIZE: Record<NonNullable<ButtonSize>, TypographySize> = {\r\n    [BUTTON_SIZES.sm]: 'sm',\r\n    [BUTTON_SIZES.md]: 'md',\r\n    [BUTTON_SIZES.lg]: 'lg',\r\n}\r\n"],"names":["BUTTON_SIZE_TO_FONT_SIZE","BUTTON_SIZES"],"mappings":"yJAIaA,EAA4E,CACrF,CAACC,EAAAA,aAAa,EAAE,EAAG,KACnB,CAACA,EAAAA,aAAa,EAAE,EAAG,KACnB,CAACA,EAAAA,aAAa,EAAE,EAAG,IACvB"}