@dialpad/dialtone-vue
Version:
Vue component library for Dialpad's design system Dialtone
23 lines (22 loc) • 413 B
JavaScript
const MULTI_SELECT_SIZES = {
// Chip has no 'lg' and 'xl' size. So we don't support that in multi-select.
EXTRA_SMALL: "xs",
SMALL: "sm",
DEFAULT: "md"
};
const CHIP_SIZES = {
xs: "xs",
sm: "xs",
md: "sm"
};
const CHIP_TOP_POSITION = {
xs: 1.4,
sm: 0.4,
md: 0.2
};
export {
CHIP_SIZES,
CHIP_TOP_POSITION,
MULTI_SELECT_SIZES
};
//# sourceMappingURL=combobox_multi_select_constants.js.map