UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

55 lines (54 loc) 911 B
//#region src/selectionControl/theme.ts const selectionControlSizes = { xs: { control: { h: 16, w: 16 }, label: { size: "xs" } }, sm: { control: { h: 20, w: 20 }, label: { size: "sm" } }, md: { control: { h: 24, w: 24 }, label: { size: "md" } }, /** @deprecated Use `md` instead `lg` is kept as an alias for backwards compatibility. */ lg: { control: { h: 24, w: 24 }, label: { size: "md" } } }; const selectionControlStackGap = { lg: "12px", md: "12px", sm: "12px", xs: "8px" }; const selectionControlGroupGap = { lg: "12px", md: "12px", sm: "12px", xs: "8px" }; const selectionControlLabelSize = { lg: "md", md: "md", sm: "sm", xs: "xs" }; //#endregion export { selectionControlGroupGap, selectionControlLabelSize, selectionControlSizes, selectionControlStackGap }; globalThis.__vuiVersion__ = "5.4.0" //# sourceMappingURL=theme.js.map