UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

55 lines (54 loc) 861 B
//#region components/stack/stack_constants.js var e = { default: "column", column: "column", row: "row", "row-reverse": "row-reverse", "column-reverse": "column-reverse" }, t = [ "sm", "md", "lg", "xl" ], n = [ "0", "50", "100", "200", "300", "350", "400", "450", "500", "525", "550", "600", "625", "650", "700" ], r = [ "start", "center", "end", "stretch", "baseline" ], i = [ "start", "center", "end", "space-around", "space-between", "space-evenly", "around", "between", "evenly" ], a = { DT_STACK_DIRECTION: e, DT_STACK_RESPONSIVE_BREAKPOINTS: t, DT_STACK_GAP: n, DT_STACK_ALIGN: r, DT_STACK_JUSTIFY: i }; //#endregion export { r as DT_STACK_ALIGN, e as DT_STACK_DIRECTION, n as DT_STACK_GAP, i as DT_STACK_JUSTIFY, t as DT_STACK_RESPONSIVE_BREAKPOINTS, a as default }; //# sourceMappingURL=stack-constants.js.map