@workday/canvas-tokens-web 4.0.0-alpha.7 → 4.0.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/base/_variables.css +1 -1
- package/css/brand/_variables.css +1 -1
- package/css/system/_variables.css +11 -43
- package/dist/common-js/base/index.d.ts +1 -1
- package/dist/common-js/base/index.js +1 -1
- package/dist/common-js/brand/index.d.ts +1 -1
- package/dist/common-js/brand/index.js +1 -1
- package/dist/common-js/index.d.ts +1 -1
- package/dist/common-js/index.js +1 -1
- package/dist/common-js/system/index.d.ts +151 -204
- package/dist/common-js/system/index.js +29 -81
- package/dist/es6/base/index.d.ts +1 -1
- package/dist/es6/base/index.js +1 -1
- package/dist/es6/brand/index.d.ts +1 -1
- package/dist/es6/brand/index.js +1 -1
- package/dist/es6/index.d.ts +1 -1
- package/dist/es6/index.js +1 -1
- package/dist/es6/system/index.d.ts +151 -204
- package/dist/es6/system/index.js +29 -81
- package/less/base/_variables.less +1 -1
- package/less/brand/_variables.less +1 -1
- package/less/system/_variables.less +11 -43
- package/package.json +1 -1
- package/scss/base/_variables.sass +1 -1
- package/scss/base/_variables.scss +1 -1
- package/scss/brand/_variables.sass +1 -1
- package/scss/brand/_variables.scss +1 -1
- package/scss/system/_variables.sass +11 -43
- package/scss/system/_variables.scss +11 -43
package/css/base/_variables.css
CHANGED
package/css/brand/_variables.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 12 Jan 2026 22:56:38 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -119,8 +119,6 @@
|
|
|
119
119
|
--cnvs-sys-color-shadow-2: oklch(from var(--cnvs-base-palette-slate-900) l c h / var(--cnvs-base-opacity-100)); /* Second shadow color */
|
|
120
120
|
--cnvs-sys-color-shadow-1: oklch(from var(--cnvs-base-palette-slate-900) l c h / var(--cnvs-base-opacity-200)); /* First shadow color */
|
|
121
121
|
--cnvs-sys-color-border-transparent: var(--cnvs-base-palette-neutral-a0);
|
|
122
|
-
--cnvs-sys-color-border-inverse-strong: var(--cnvs-base-palette-white-a700);
|
|
123
|
-
--cnvs-sys-color-border-inverse-default: var(--cnvs-base-palette-white-a500);
|
|
124
122
|
--cnvs-sys-color-border-warning: var(--cnvs-base-palette-amber-400);
|
|
125
123
|
--cnvs-sys-color-border-danger: var(--cnvs-base-palette-red-500);
|
|
126
124
|
--cnvs-sys-color-border-strong: var(--cnvs-base-palette-slate-a300);
|
|
@@ -128,11 +126,15 @@
|
|
|
128
126
|
--cnvs-sys-color-border-info: var(--cnvs-base-palette-blue-500);
|
|
129
127
|
--cnvs-sys-color-border-ai: var(--cnvs-base-palette-blue-950); /* Active state on AI borders */
|
|
130
128
|
--cnvs-sys-color-border-container: var(--cnvs-base-palette-slate-300); /* Cards, Toasts, Surfaces */
|
|
129
|
+
--cnvs-sys-color-border-primary-default: var(--cnvs-base-palette-blue-500); /* Brand, Focus */
|
|
131
130
|
--cnvs-sys-color-border-divider: var(--cnvs-base-palette-slate-200); /* Dividers */
|
|
132
131
|
--cnvs-sys-color-border-caution-strong: var(--cnvs-base-palette-amber-500); /* Warning outer (box shadow) */
|
|
133
132
|
--cnvs-sys-color-border-caution-default: var(--cnvs-base-palette-amber-400); /* Warning inner */
|
|
134
133
|
--cnvs-sys-color-border-critical-default: var(--cnvs-base-palette-red-500); /* Error */
|
|
135
|
-
--cnvs-sys-color-border-contrast: var(--cnvs-base-palette-neutral-
|
|
134
|
+
--cnvs-sys-color-border-contrast-strong: var(--cnvs-base-palette-neutral-950); /* Secondary Button Hover */
|
|
135
|
+
--cnvs-sys-color-border-contrast-default: var(--cnvs-base-palette-neutral-a900); /* Secondary Button */
|
|
136
|
+
--cnvs-sys-color-border-inverse-strong: var(--cnvs-base-palette-white-a700);
|
|
137
|
+
--cnvs-sys-color-border-inverse-default: var(--cnvs-base-palette-white-a500); /* Borders on checkboxes and radios */
|
|
136
138
|
--cnvs-sys-color-border-input-hover: var(--cnvs-base-palette-slate-a700); /* Input hover */
|
|
137
139
|
--cnvs-sys-color-border-input-default: var(--cnvs-base-palette-slate-a500); /* Inputs */
|
|
138
140
|
--cnvs-sys-color-border-input-inverse: var(--cnvs-base-palette-neutral-0); /* Borders on checkboxes and radios */
|
|
@@ -274,50 +276,16 @@
|
|
|
274
276
|
--cnvs-sys-color-bg-muted-default: var(--cnvs-base-palette-slate-600);
|
|
275
277
|
--cnvs-sys-color-bg-muted-soft: var(--cnvs-base-palette-slate-500);
|
|
276
278
|
--cnvs-sys-color-bg-muted-softer: var(--cnvs-base-palette-slate-400);
|
|
277
|
-
--cnvs-sys-color-bg-alt: var(--cnvs-base-palette-slate-50); /* The alternative page background */
|
|
279
|
+
--cnvs-sys-color-bg-alt-default: var(--cnvs-base-palette-slate-50); /* The alternative page background */
|
|
280
|
+
--cnvs-sys-color-bg-alt-stronger: var(--cnvs-base-palette-slate-300); /* Active state for segmented control, Pill */
|
|
281
|
+
--cnvs-sys-color-bg-alt-strong: var(--cnvs-base-palette-slate-200); /* Active states */
|
|
282
|
+
--cnvs-sys-color-bg-alt-soft: var(--cnvs-base-palette-slate-50); /* Alternative page background */
|
|
283
|
+
--cnvs-sys-color-bg-alt-softer: var(--cnvs-base-palette-slate-25); /* Disabled inputs */
|
|
278
284
|
--cnvs-sys-color-bg-translucent: oklch(from var(--cnvs-base-palette-neutral-1000) l c h / var(--cnvs-base-opacity-500)); /* Tooltip, Status Indicator */
|
|
279
285
|
--cnvs-sys-color-bg-overlay: oklch(from var(--cnvs-base-palette-neutral-1000) l c h / var(--cnvs-base-opacity-400)); /* Overlay background */
|
|
280
286
|
--cnvs-sys-color-bg-transparent-stronger: oklch(from var(--cnvs-base-palette-neutral-1000) l c h / var(--cnvs-base-opacity-250)); /* Inverse Secondary Button Active state */
|
|
281
287
|
--cnvs-sys-color-bg-transparent-strong: oklch(from var(--cnvs-base-palette-neutral-1000) l c h / var(--cnvs-base-opacity-100)); /* Inverse Secondary Button Hover state */
|
|
282
288
|
--cnvs-sys-color-bg-transparent-default: transparent; /* Transparent background */
|
|
283
|
-
--cnvs-sys-color-bg-accent-muted-soft: var(--cnvs-base-palette-slate-400);
|
|
284
|
-
--cnvs-sys-color-bg-accent-muted-default: var(--cnvs-base-palette-slate-600);
|
|
285
|
-
--cnvs-sys-color-bg-accent-overlay-pressed: var(--cnvs-base-palette-neutral-a400);
|
|
286
|
-
--cnvs-sys-color-bg-accent-overlay-hover: var(--cnvs-base-palette-neutral-a200);
|
|
287
|
-
--cnvs-sys-color-bg-accent-contrast: var(--cnvs-base-palette-neutral-a900);
|
|
288
|
-
--cnvs-sys-color-bg-accent-ai: var(--cnvs-base-palette-blue-950);
|
|
289
|
-
--cnvs-sys-color-bg-accent-positive: var(--cnvs-base-palette-green-600);
|
|
290
|
-
--cnvs-sys-color-bg-accent-info: var(--cnvs-base-palette-blue-600);
|
|
291
|
-
--cnvs-sys-color-bg-accent-caution: var(--cnvs-base-palette-amber-400);
|
|
292
|
-
--cnvs-sys-color-bg-accent-critical: var(--cnvs-base-palette-red-600);
|
|
293
|
-
--cnvs-sys-color-bg-surface-modal: var(--cnvs-base-palette-neutral-0);
|
|
294
|
-
--cnvs-sys-color-bg-surface-loading: var(--cnvs-base-palette-slate-a200);
|
|
295
|
-
--cnvs-sys-color-bg-surface-ai-pressed: var(--cnvs-base-palette-blue-a200);
|
|
296
|
-
--cnvs-sys-color-bg-surface-ai-hover: var(--cnvs-base-palette-blue-a200);
|
|
297
|
-
--cnvs-sys-color-bg-surface-ai-default: var(--cnvs-base-palette-blue-a100);
|
|
298
|
-
--cnvs-sys-color-bg-surface-contrast-strong: var(--cnvs-base-palette-neutral-a950);
|
|
299
|
-
--cnvs-sys-color-bg-surface-contrast-default: var(--cnvs-base-palette-neutral-a900);
|
|
300
|
-
--cnvs-sys-color-bg-surface-inverse: var(--cnvs-base-palette-neutral-0);
|
|
301
|
-
--cnvs-sys-color-bg-surface-overlay-scrim: var(--cnvs-base-palette-neutral-a400);
|
|
302
|
-
--cnvs-sys-color-bg-surface-overlay-pressed-inverse: var(--cnvs-base-palette-white-a500);
|
|
303
|
-
--cnvs-sys-color-bg-surface-overlay-pressed-default: var(--cnvs-base-palette-slate-a200);
|
|
304
|
-
--cnvs-sys-color-bg-surface-overlay-hover-inverse: var(--cnvs-base-palette-white-a300);
|
|
305
|
-
--cnvs-sys-color-bg-surface-overlay-hover-default: var(--cnvs-base-palette-slate-a100);
|
|
306
|
-
--cnvs-sys-color-bg-surface-transparent: var(--cnvs-base-palette-white-a0);
|
|
307
|
-
--cnvs-sys-color-bg-surface-positive-strong: var(--cnvs-base-palette-green-a50);
|
|
308
|
-
--cnvs-sys-color-bg-surface-positive-default: var(--cnvs-base-palette-green-a25);
|
|
309
|
-
--cnvs-sys-color-bg-surface-info-strong: var(--cnvs-base-palette-blue-a50);
|
|
310
|
-
--cnvs-sys-color-bg-surface-info-default: var(--cnvs-base-palette-blue-a25);
|
|
311
|
-
--cnvs-sys-color-bg-surface-caution-strong: var(--cnvs-base-palette-amber-a50);
|
|
312
|
-
--cnvs-sys-color-bg-surface-caution-default: var(--cnvs-base-palette-amber-a25);
|
|
313
|
-
--cnvs-sys-color-bg-surface-critical-strong: var(--cnvs-base-palette-red-a50);
|
|
314
|
-
--cnvs-sys-color-bg-surface-critical-default: var(--cnvs-base-palette-red-a25);
|
|
315
|
-
--cnvs-sys-color-bg-surface-raised: var(--cnvs-base-palette-slate-a25);
|
|
316
|
-
--cnvs-sys-color-bg-surface-popover: var(--cnvs-base-palette-neutral-0);
|
|
317
|
-
--cnvs-sys-color-bg-surface-navigation: var(--cnvs-base-palette-neutral-a0); /* Surface color for navigation elements, like the SidePanel or Top Nav Bar */
|
|
318
|
-
--cnvs-sys-color-bg-surface-alt-strong: var(--cnvs-base-palette-slate-a100);
|
|
319
|
-
--cnvs-sys-color-bg-surface-alt-default: var(--cnvs-base-palette-slate-a50);
|
|
320
|
-
--cnvs-sys-color-bg-surface-default: var(--cnvs-base-palette-neutral-0); /* Default surface background */
|
|
321
289
|
--cnvs-sys-line-height-title-large: var(--cnvs-base-line-height-600);
|
|
322
290
|
--cnvs-sys-line-height-title-medium: var(--cnvs-base-line-height-500);
|
|
323
291
|
--cnvs-sys-line-height-title-small: var(--cnvs-base-line-height-400);
|
package/dist/common-js/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 12 Jan 2026 22:56:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export declare const breakpoints: {
|
|
@@ -742,122 +742,6 @@ export declare const color: {
|
|
|
742
742
|
*/
|
|
743
743
|
"stronger": "--cnvs-sys-color-bg-primary-stronger",
|
|
744
744
|
},
|
|
745
|
-
"surface": {
|
|
746
|
-
/**
|
|
747
|
-
* {base.palette.neutral.0}
|
|
748
|
-
*
|
|
749
|
-
* Default surface background
|
|
750
|
-
*
|
|
751
|
-
* @deprecated Use sys.color.surface.default instead
|
|
752
|
-
*/
|
|
753
|
-
"default": "--cnvs-sys-color-bg-surface-default",
|
|
754
|
-
"alt": {
|
|
755
|
-
/** {base.palette.slate.A50} */
|
|
756
|
-
"default": "--cnvs-sys-color-bg-surface-alt-default",
|
|
757
|
-
/** {base.palette.slate.A100} */
|
|
758
|
-
"strong": "--cnvs-sys-color-bg-surface-alt-strong",
|
|
759
|
-
},
|
|
760
|
-
/**
|
|
761
|
-
* {base.palette.neutral.A0}
|
|
762
|
-
*
|
|
763
|
-
* Surface color for navigation elements, like the SidePanel or Top Nav Bar
|
|
764
|
-
*
|
|
765
|
-
* @deprecated Use sys.color.surface.navigation instead
|
|
766
|
-
*/
|
|
767
|
-
"navigation": "--cnvs-sys-color-bg-surface-navigation",
|
|
768
|
-
/** {base.palette.neutral.0} */
|
|
769
|
-
"popover": "--cnvs-sys-color-bg-surface-popover",
|
|
770
|
-
/** {base.palette.slate.A25} */
|
|
771
|
-
"raised": "--cnvs-sys-color-bg-surface-raised",
|
|
772
|
-
"critical": {
|
|
773
|
-
/** {base.palette.red.A25} */
|
|
774
|
-
"default": "--cnvs-sys-color-bg-surface-critical-default",
|
|
775
|
-
/** {base.palette.red.A50} */
|
|
776
|
-
"strong": "--cnvs-sys-color-bg-surface-critical-strong",
|
|
777
|
-
},
|
|
778
|
-
"caution": {
|
|
779
|
-
/** {base.palette.amber.A25} */
|
|
780
|
-
"default": "--cnvs-sys-color-bg-surface-caution-default",
|
|
781
|
-
/** {base.palette.amber.A50} */
|
|
782
|
-
"strong": "--cnvs-sys-color-bg-surface-caution-strong",
|
|
783
|
-
},
|
|
784
|
-
"info": {
|
|
785
|
-
/** {base.palette.blue.A25} */
|
|
786
|
-
"default": "--cnvs-sys-color-bg-surface-info-default",
|
|
787
|
-
/** {base.palette.blue.A50} */
|
|
788
|
-
"strong": "--cnvs-sys-color-bg-surface-info-strong",
|
|
789
|
-
},
|
|
790
|
-
"positive": {
|
|
791
|
-
/** {base.palette.green.A25} */
|
|
792
|
-
"default": "--cnvs-sys-color-bg-surface-positive-default",
|
|
793
|
-
/** {base.palette.green.A50} */
|
|
794
|
-
"strong": "--cnvs-sys-color-bg-surface-positive-strong",
|
|
795
|
-
},
|
|
796
|
-
/** {base.palette.white.A0} */
|
|
797
|
-
"transparent": "--cnvs-sys-color-bg-surface-transparent",
|
|
798
|
-
"overlay": {
|
|
799
|
-
"hover": {
|
|
800
|
-
/** {base.palette.slate.A100} */
|
|
801
|
-
"default": "--cnvs-sys-color-bg-surface-overlay-hover-default",
|
|
802
|
-
/** {base.palette.white.A300} */
|
|
803
|
-
"inverse": "--cnvs-sys-color-bg-surface-overlay-hover-inverse",
|
|
804
|
-
},
|
|
805
|
-
"pressed": {
|
|
806
|
-
/** {base.palette.slate.A200} */
|
|
807
|
-
"default": "--cnvs-sys-color-bg-surface-overlay-pressed-default",
|
|
808
|
-
/** {base.palette.white.A500} */
|
|
809
|
-
"inverse": "--cnvs-sys-color-bg-surface-overlay-pressed-inverse",
|
|
810
|
-
},
|
|
811
|
-
/** {base.palette.neutral.A400} */
|
|
812
|
-
"scrim": "--cnvs-sys-color-bg-surface-overlay-scrim",
|
|
813
|
-
},
|
|
814
|
-
/** {base.palette.neutral.0} */
|
|
815
|
-
"inverse": "--cnvs-sys-color-bg-surface-inverse",
|
|
816
|
-
"contrast": {
|
|
817
|
-
/** {base.palette.neutral.A900} */
|
|
818
|
-
"default": "--cnvs-sys-color-bg-surface-contrast-default",
|
|
819
|
-
/** {base.palette.neutral.A950} */
|
|
820
|
-
"strong": "--cnvs-sys-color-bg-surface-contrast-strong",
|
|
821
|
-
},
|
|
822
|
-
"ai": {
|
|
823
|
-
/** {base.palette.blue.A100} */
|
|
824
|
-
"default": "--cnvs-sys-color-bg-surface-ai-default",
|
|
825
|
-
/** {base.palette.blue.A200} */
|
|
826
|
-
"hover": "--cnvs-sys-color-bg-surface-ai-hover",
|
|
827
|
-
/** {base.palette.blue.A200} */
|
|
828
|
-
"pressed": "--cnvs-sys-color-bg-surface-ai-pressed",
|
|
829
|
-
},
|
|
830
|
-
/** {base.palette.slate.A200} */
|
|
831
|
-
"loading": "--cnvs-sys-color-bg-surface-loading",
|
|
832
|
-
/** {base.palette.neutral.0} */
|
|
833
|
-
"modal": "--cnvs-sys-color-bg-surface-modal",
|
|
834
|
-
},
|
|
835
|
-
"accent": {
|
|
836
|
-
/** {base.palette.red.600} */
|
|
837
|
-
"critical": "--cnvs-sys-color-bg-accent-critical",
|
|
838
|
-
/** {base.palette.amber.400} */
|
|
839
|
-
"caution": "--cnvs-sys-color-bg-accent-caution",
|
|
840
|
-
/** {base.palette.blue.600} */
|
|
841
|
-
"info": "--cnvs-sys-color-bg-accent-info",
|
|
842
|
-
/** {base.palette.green.600} */
|
|
843
|
-
"positive": "--cnvs-sys-color-bg-accent-positive",
|
|
844
|
-
/** {base.palette.blue.950} */
|
|
845
|
-
"ai": "--cnvs-sys-color-bg-accent-ai",
|
|
846
|
-
/** {base.palette.neutral.A900} */
|
|
847
|
-
"contrast": "--cnvs-sys-color-bg-accent-contrast",
|
|
848
|
-
"overlay": {
|
|
849
|
-
/** {base.palette.neutral.A200} */
|
|
850
|
-
"hover": "--cnvs-sys-color-bg-accent-overlay-hover",
|
|
851
|
-
/** {base.palette.neutral.A400} */
|
|
852
|
-
"pressed": "--cnvs-sys-color-bg-accent-overlay-pressed",
|
|
853
|
-
},
|
|
854
|
-
"muted": {
|
|
855
|
-
/** {base.palette.slate.600} */
|
|
856
|
-
"default": "--cnvs-sys-color-bg-accent-muted-default",
|
|
857
|
-
/** {base.palette.slate.400} */
|
|
858
|
-
"soft": "--cnvs-sys-color-bg-accent-muted-soft",
|
|
859
|
-
},
|
|
860
|
-
},
|
|
861
745
|
"transparent": {
|
|
862
746
|
/**
|
|
863
747
|
* oklch({base.palette.neutral.1000} / {base.opacity.0})
|
|
@@ -900,14 +784,48 @@ export declare const color: {
|
|
|
900
784
|
* @deprecated Use sys.color.surface.contrast tokens instead
|
|
901
785
|
*/
|
|
902
786
|
"translucent": "--cnvs-sys-color-bg-translucent",
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
787
|
+
"alt": {
|
|
788
|
+
/**
|
|
789
|
+
* {base.palette.slate.25}
|
|
790
|
+
*
|
|
791
|
+
* Disabled inputs
|
|
792
|
+
*
|
|
793
|
+
* @deprecated Use sys.color.surface.alt tokens instead
|
|
794
|
+
*/
|
|
795
|
+
"softer": "--cnvs-sys-color-bg-alt-softer",
|
|
796
|
+
/**
|
|
797
|
+
* {base.palette.slate.50}
|
|
798
|
+
*
|
|
799
|
+
* Alternative page background
|
|
800
|
+
*
|
|
801
|
+
* @deprecated Use sys.color.bg.alt.default instead
|
|
802
|
+
*/
|
|
803
|
+
"soft": "--cnvs-sys-color-bg-alt-soft",
|
|
804
|
+
/**
|
|
805
|
+
* {base.palette.slate.200}
|
|
806
|
+
*
|
|
807
|
+
* Active states
|
|
808
|
+
*
|
|
809
|
+
* @deprecated Use sys.color.surface.alt tokens instead
|
|
810
|
+
*/
|
|
811
|
+
"strong": "--cnvs-sys-color-bg-alt-strong",
|
|
812
|
+
/**
|
|
813
|
+
* {base.palette.slate.300}
|
|
814
|
+
*
|
|
815
|
+
* Active state for segmented control, Pill
|
|
816
|
+
*
|
|
817
|
+
* @deprecated Use sys.color.surface.alt tokens instead
|
|
818
|
+
*/
|
|
819
|
+
"stronger": "--cnvs-sys-color-bg-alt-stronger",
|
|
820
|
+
/**
|
|
821
|
+
* {base.palette.slate.50}
|
|
822
|
+
*
|
|
823
|
+
* The alternative page background
|
|
824
|
+
*
|
|
825
|
+
*
|
|
826
|
+
*/
|
|
827
|
+
"default": "--cnvs-sys-color-bg-alt-default",
|
|
828
|
+
},
|
|
911
829
|
"muted": {
|
|
912
830
|
/** {base.palette.slate.400} */
|
|
913
831
|
"softer": "--cnvs-sys-color-bg-muted-softer",
|
|
@@ -2004,8 +1922,36 @@ export declare const color: {
|
|
|
2004
1922
|
*/
|
|
2005
1923
|
"hover": "--cnvs-sys-color-border-input-hover",
|
|
2006
1924
|
},
|
|
2007
|
-
|
|
2008
|
-
|
|
1925
|
+
"inverse": {
|
|
1926
|
+
/**
|
|
1927
|
+
* {base.palette.white.A500}
|
|
1928
|
+
*
|
|
1929
|
+
* Borders on checkboxes and radios
|
|
1930
|
+
*
|
|
1931
|
+
* @deprecated Use sys.color.border.inverse.default instead
|
|
1932
|
+
*/
|
|
1933
|
+
"default": "--cnvs-sys-color-border-inverse-default",
|
|
1934
|
+
/** {base.palette.white.A700} */
|
|
1935
|
+
"strong": "--cnvs-sys-color-border-inverse-strong",
|
|
1936
|
+
},
|
|
1937
|
+
"contrast": {
|
|
1938
|
+
/**
|
|
1939
|
+
* {base.palette.neutral.A900}
|
|
1940
|
+
*
|
|
1941
|
+
* Secondary Button
|
|
1942
|
+
*
|
|
1943
|
+
* @deprecated Use sys.color.border.contrast instead
|
|
1944
|
+
*/
|
|
1945
|
+
"default": "--cnvs-sys-color-border-contrast-default",
|
|
1946
|
+
/**
|
|
1947
|
+
* {base.palette.neutral.950}
|
|
1948
|
+
*
|
|
1949
|
+
* Secondary Button Hover
|
|
1950
|
+
*
|
|
1951
|
+
* @deprecated Use sys.color.border.contrast instead
|
|
1952
|
+
*/
|
|
1953
|
+
"strong": "--cnvs-sys-color-border-contrast-strong",
|
|
1954
|
+
},
|
|
2009
1955
|
"critical": {
|
|
2010
1956
|
/**
|
|
2011
1957
|
* {base.palette.red.500}
|
|
@@ -2042,6 +1988,16 @@ export declare const color: {
|
|
|
2042
1988
|
* @deprecated Use sys.color.border.default instead
|
|
2043
1989
|
*/
|
|
2044
1990
|
"divider": "--cnvs-sys-color-border-divider",
|
|
1991
|
+
"primary": {
|
|
1992
|
+
/**
|
|
1993
|
+
* {base.palette.blue.500}
|
|
1994
|
+
*
|
|
1995
|
+
* Brand, Focus
|
|
1996
|
+
*
|
|
1997
|
+
* @deprecated Use sys.color.brand.border.primary.default instead
|
|
1998
|
+
*/
|
|
1999
|
+
"default": "--cnvs-sys-color-border-primary-default",
|
|
2000
|
+
},
|
|
2045
2001
|
/**
|
|
2046
2002
|
* {base.palette.slate.300}
|
|
2047
2003
|
*
|
|
@@ -2068,32 +2024,26 @@ export declare const color: {
|
|
|
2068
2024
|
"danger": "--cnvs-sys-color-border-danger",
|
|
2069
2025
|
/** {base.palette.amber.400} */
|
|
2070
2026
|
"warning": "--cnvs-sys-color-border-warning",
|
|
2071
|
-
"inverse": {
|
|
2072
|
-
/** {base.palette.white.A500} */
|
|
2073
|
-
"default": "--cnvs-sys-color-border-inverse-default",
|
|
2074
|
-
/** {base.palette.white.A700} */
|
|
2075
|
-
"strong": "--cnvs-sys-color-border-inverse-strong",
|
|
2076
|
-
},
|
|
2077
2027
|
/** {base.palette.neutral.A0} */
|
|
2078
2028
|
"transparent": "--cnvs-sys-color-border-transparent",
|
|
2079
2029
|
},
|
|
2080
|
-
/**
|
|
2081
|
-
* oklch({base.palette.slate.900} / {base.opacity.200})
|
|
2082
|
-
*
|
|
2083
|
-
* First shadow color
|
|
2084
|
-
*
|
|
2085
|
-
* @deprecated Use sys.color.shadow.base instead
|
|
2086
|
-
*/
|
|
2087
|
-
"shadow1": "--cnvs-sys-color-shadow-1",
|
|
2088
|
-
/**
|
|
2089
|
-
* oklch({base.palette.slate.900} / {base.opacity.100})
|
|
2090
|
-
*
|
|
2091
|
-
* Second shadow color
|
|
2092
|
-
*
|
|
2093
|
-
* @deprecated Use sys.color.shadow.ambient instead
|
|
2094
|
-
*/
|
|
2095
|
-
"shadow2": "--cnvs-sys-color-shadow-2",
|
|
2096
2030
|
"shadow": {
|
|
2031
|
+
/**
|
|
2032
|
+
* oklch({base.palette.slate.900} / {base.opacity.200})
|
|
2033
|
+
*
|
|
2034
|
+
* First shadow color
|
|
2035
|
+
*
|
|
2036
|
+
* @deprecated Use sys.color.shadow.base instead
|
|
2037
|
+
*/
|
|
2038
|
+
"1": "--cnvs-sys-color-shadow-1",
|
|
2039
|
+
/**
|
|
2040
|
+
* oklch({base.palette.slate.900} / {base.opacity.100})
|
|
2041
|
+
*
|
|
2042
|
+
* Second shadow color
|
|
2043
|
+
*
|
|
2044
|
+
* @deprecated Use sys.color.shadow.ambient instead
|
|
2045
|
+
*/
|
|
2046
|
+
"2": "--cnvs-sys-color-shadow-2",
|
|
2097
2047
|
/**
|
|
2098
2048
|
* {base.palette.slate.900}
|
|
2099
2049
|
*
|
|
@@ -2703,61 +2653,58 @@ export declare const color: {
|
|
|
2703
2653
|
},
|
|
2704
2654
|
};
|
|
2705
2655
|
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
/**
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
*
|
|
2759
|
-
*/
|
|
2760
|
-
export declare const depth6: "--cnvs-sys-depth-6";
|
|
2656
|
+
export declare const depth: {
|
|
2657
|
+
/**
|
|
2658
|
+
* [object Object],[object Object]
|
|
2659
|
+
*
|
|
2660
|
+
* Standard card depth
|
|
2661
|
+
*
|
|
2662
|
+
*
|
|
2663
|
+
*/
|
|
2664
|
+
"1": "--cnvs-sys-depth-1",
|
|
2665
|
+
/**
|
|
2666
|
+
* [object Object],[object Object]
|
|
2667
|
+
*
|
|
2668
|
+
* Top navigation, Bottom Navigation
|
|
2669
|
+
*
|
|
2670
|
+
*
|
|
2671
|
+
*/
|
|
2672
|
+
"2": "--cnvs-sys-depth-2",
|
|
2673
|
+
/**
|
|
2674
|
+
* [object Object],[object Object]
|
|
2675
|
+
*
|
|
2676
|
+
* Floating Action Buttons (FAB), Menus
|
|
2677
|
+
*
|
|
2678
|
+
*
|
|
2679
|
+
*/
|
|
2680
|
+
"3": "--cnvs-sys-depth-3",
|
|
2681
|
+
/**
|
|
2682
|
+
* [object Object],[object Object]
|
|
2683
|
+
*
|
|
2684
|
+
* Bottom Sheets
|
|
2685
|
+
*
|
|
2686
|
+
*
|
|
2687
|
+
*/
|
|
2688
|
+
"4": "--cnvs-sys-depth-4",
|
|
2689
|
+
/**
|
|
2690
|
+
* [object Object],[object Object]
|
|
2691
|
+
*
|
|
2692
|
+
* Banners, Snackbars, Toast Messages, Non modal Dialogs,
|
|
2693
|
+
* Side Panels (when opacity overlay behaviour is not applied)
|
|
2694
|
+
*
|
|
2695
|
+
*
|
|
2696
|
+
*/
|
|
2697
|
+
"5": "--cnvs-sys-depth-5",
|
|
2698
|
+
/**
|
|
2699
|
+
* [object Object],[object Object]
|
|
2700
|
+
*
|
|
2701
|
+
* Modal Dialogs, Side Panels (when opacity overlay behaviour
|
|
2702
|
+
* is applied)
|
|
2703
|
+
*
|
|
2704
|
+
*
|
|
2705
|
+
*/
|
|
2706
|
+
"6": "--cnvs-sys-depth-6",
|
|
2707
|
+
};
|
|
2761
2708
|
|
|
2762
2709
|
export declare const opacity: {
|
|
2763
2710
|
/**
|