@dialpad/dialtone
Version:
Dialpad's Dialtone design system monorepo
1 lines • 854 B
Source Map (JSON)
{"version":3,"file":"combobox-multi-select-constants.cjs","names":[],"sources":["../../../components/combobox_multi_select/combobox_multi_select_constants.js"],"sourcesContent":["export const MULTI_SELECT_SIZES = {\n // Chip has no 'lg' and 'xl' size. So we don't support that in multi-select.\n EXTRA_SMALL: 'xs',\n SMALL: 'sm',\n DEFAULT: 'md',\n};\n\nexport const CHIP_SIZES = {\n xs: 'xs',\n sm: 'xs',\n md: 'sm',\n};\n\n// Adjusted in DLT-3409 for sub-pixel offset for sizes sm and md\nexport const CHIP_TOP_POSITION = {\n xs: 1.4,\n sm: -0.1,\n md: -0.3,\n};\n\nexport default {\n MULTI_SELECT_SIZES,\n CHIP_SIZES,\n CHIP_TOP_POSITION,\n};\n"],"mappings":"+FAAA,IAAa,EAAqB,CAEhC,YAAa,KACb,MAAO,KACP,QAAS,KACV,CAEY,EAAa,CACxB,GAAI,KACJ,GAAI,KACJ,GAAI,KACL,CAGY,EAAoB,CAC/B,GAAI,IACJ,GAAI,IACJ,GAAI,IACL,CAED,EAAe,CACb,qBACA,aACA,oBACD"}