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.

25 lines (24 loc) 926 B
//#region src/selectionControl/consts.ts const selectionControlColors = { readOnly: "var(--vui-color-sandstone-30)", unchecked: "var(--vui-control-border-default)", uncheckedHover: "var(--vui-control-border-hover)", checked: "var(--vui-action-brand-solid)", hover: "var(--vui-action-brand-solid-hover)", pressed: "var(--vui-action-brand-solid-pressed)", focus: "var(--vui-utility-focus)", mark: "var(--vui-action-brand-solid-inverse)", label: "var(--vui-control-label)", helper: "var(--vui-control-helper)", error: "var(--vui-action-danger-solid)" }; const selectionControlDisabled = { bg: "var(--vui-action-disabled-background)", icon: "var(--vui-action-disabled-background)", mark: "var(--vui-action-disabled-foreground)", text: "var(--vui-color-sandstone-60)" }; //#endregion export { selectionControlColors, selectionControlDisabled }; globalThis.__vuiVersion__ = "5.4.0" //# sourceMappingURL=consts.js.map