UNPKG

@dialpad/dialtone-vue

Version:

Vue component library for Dialpad's design system Dialtone

16 lines (15 loc) 427 B
const DT_STACK_DIRECTION = { default: "column", column: "column", row: "row", "row-reverse": "row-reverse", "column-reverse": "column-reverse" }; const DT_STACK_RESPONSIVE_BREAKPOINTS = ["sm", "md", "lg", "xl"]; const DT_STACK_GAP = ["0", "100", "200", "300", "400", "450", "500", "600"]; export { DT_STACK_DIRECTION, DT_STACK_GAP, DT_STACK_RESPONSIVE_BREAKPOINTS }; //# sourceMappingURL=stack_constants.js.map