@workday/canvas-tokens-web 4.0.6 → 4.1.0

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:50 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:06 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -36,9 +36,11 @@
36
36
  --cnvs-base-opacity-80: 0.08;
37
37
  --cnvs-base-opacity-100: 0.08;
38
38
  --cnvs-base-opacity-120: 0.12;
39
+ --cnvs-base-opacity-180: 0.18;
39
40
  --cnvs-base-opacity-200: 0.2;
40
41
  --cnvs-base-opacity-250: 0.2;
41
42
  --cnvs-base-opacity-300: 0.4;
43
+ --cnvs-base-opacity-360: 0.36;
42
44
  --cnvs-base-opacity-400: 0.4;
43
45
  --cnvs-base-opacity-500: 0.84;
44
46
  --cnvs-base-opacity-640: 0.64;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:50 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:06 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:50 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:06 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -26,6 +26,9 @@
26
26
  --cnvs-sys-font-family-default: var(--cnvs-base-font-family-50);
27
27
  --cnvs-sys-gap-none: var(--cnvs-base-size-0); /* Use when there is no space between elements */
28
28
  --cnvs-sys-padding-none: var(--cnvs-base-size-0); /* Use when there should be no space between content and element's edges. */
29
+ --cnvs-sys-opacity-accent-pressed: var(--cnvs-base-opacity-360); /* Accent pressed opacity use with accent colors */
30
+ --cnvs-sys-opacity-accent-hover: var(--cnvs-base-opacity-180); /* Accent hover opacity use with accent colors */
31
+ --cnvs-sys-opacity-surface-pressed: var(--cnvs-base-opacity-180); /* Surface pressed opacity use with surface colors */
29
32
  --cnvs-sys-opacity-shadow-second: var(--cnvs-base-opacity-80); /* Alpha on second shadow */
30
33
  --cnvs-sys-opacity-shadow-first: var(--cnvs-base-opacity-120); /* Alpha on first shadow */
31
34
  --cnvs-sys-opacity-contrast: var(--cnvs-base-opacity-840); /* Tooltips, Status Indicator */
@@ -40,6 +43,7 @@
40
43
  --cnvs-sys-motion-easing-quick-standard: var(--cnvs-base-easing-a-100);
41
44
  --cnvs-sys-color-focus-contrast: var(--cnvs-base-palette-neutral-a900);
42
45
  --cnvs-sys-color-focus-inverse: var(--cnvs-base-palette-neutral-0);
46
+ --cnvs-sys-color-accent-overlay-mixin: var(--cnvs-base-palette-neutral-1000);
43
47
  --cnvs-sys-color-accent-overlay-pressed: var(--cnvs-base-palette-neutral-a400);
44
48
  --cnvs-sys-color-accent-overlay-hover: var(--cnvs-base-palette-neutral-a200);
45
49
  --cnvs-sys-color-accent-muted-soft: var(--cnvs-base-palette-slate-400);
@@ -53,6 +57,7 @@
53
57
  --cnvs-sys-color-surface-overlay-scrim: var(--cnvs-base-palette-neutral-a400);
54
58
  --cnvs-sys-color-surface-overlay-pressed-inverse: var(--cnvs-base-palette-white-a300);
55
59
  --cnvs-sys-color-surface-overlay-pressed-default: var(--cnvs-base-palette-slate-a100);
60
+ --cnvs-sys-color-surface-overlay-mixin: var(--cnvs-base-palette-slate-500);
56
61
  --cnvs-sys-color-surface-overlay-hover-inverse: var(--cnvs-base-palette-white-a200);
57
62
  --cnvs-sys-color-surface-overlay-hover-default: var(--cnvs-base-palette-slate-a50);
58
63
  --cnvs-sys-color-surface-contrast-strong: var(--cnvs-base-palette-neutral-a950);
@@ -229,6 +234,7 @@
229
234
  --cnvs-sys-breakpoints-l: 1024px; /* Large screens, such as desktops. */
230
235
  --cnvs-sys-breakpoints-m: 768px; /* Medium screens, such as laptops. */
231
236
  --cnvs-sys-breakpoints-s: 320px; /* The `min-width` for mobile devices, such as phones and tablets. */
237
+ --cnvs-sys-opacity-surface-hover: var(--cnvs-base-opacity-100); /* Surface hover opacity */
232
238
  --cnvs-sys-color-brand-border-caution: var(--cnvs-brand-caution-500);
233
239
  --cnvs-sys-color-brand-border-critical: var(--cnvs-brand-critical-500);
234
240
  --cnvs-sys-color-brand-border-primary: var(--cnvs-brand-primary-500); /* Brand, Focus */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  export declare const fontSize: "--cnvs-base-font-size";
@@ -36,11 +36,13 @@ export declare const opacity80: "--cnvs-base-opacity-80";
36
36
  /** @deprecated Use 8 instead */
37
37
  export declare const opacity100: "--cnvs-base-opacity-100";
38
38
  export declare const opacity120: "--cnvs-base-opacity-120";
39
+ export declare const opacity180: "--cnvs-base-opacity-180";
39
40
  export declare const opacity200: "--cnvs-base-opacity-200";
40
41
  /** @deprecated Use 20 instead */
41
42
  export declare const opacity250: "--cnvs-base-opacity-250";
42
43
  /** @deprecated Use 40 instead */
43
44
  export declare const opacity300: "--cnvs-base-opacity-300";
45
+ export declare const opacity360: "--cnvs-base-opacity-360";
44
46
  export declare const opacity400: "--cnvs-base-opacity-400";
45
47
  /** @deprecated Use 84 instead */
46
48
  export declare const opacity500: "--cnvs-base-opacity-500";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  "use strict";
@@ -38,9 +38,11 @@ exports.opacity0 = "--cnvs-base-opacity-0";
38
38
  exports.opacity80 = "--cnvs-base-opacity-80";
39
39
  exports.opacity100 = "--cnvs-base-opacity-100";
40
40
  exports.opacity120 = "--cnvs-base-opacity-120";
41
+ exports.opacity180 = "--cnvs-base-opacity-180";
41
42
  exports.opacity200 = "--cnvs-base-opacity-200";
42
43
  exports.opacity250 = "--cnvs-base-opacity-250";
43
44
  exports.opacity300 = "--cnvs-base-opacity-300";
45
+ exports.opacity360 = "--cnvs-base-opacity-360";
44
46
  exports.opacity400 = "--cnvs-base-opacity-400";
45
47
  exports.opacity500 = "--cnvs-base-opacity-500";
46
48
  exports.opacity640 = "--cnvs-base-opacity-640";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  import * as base from "./base";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  export declare const breakpoints: {
@@ -3827,6 +3827,12 @@ export declare const color: {
3827
3827
  */
3828
3828
  "inverse": "--cnvs-sys-color-surface-overlay-hover-inverse",
3829
3829
  },
3830
+ /**
3831
+ * **value**: `{base.palette.slate.500}`
3832
+ *
3833
+ * **CSS Var**: `--cnvs-sys-color-surface-overlay-mixin`
3834
+ */
3835
+ "mixin": "--cnvs-sys-color-surface-overlay-mixin",
3830
3836
  "pressed": {
3831
3837
  /**
3832
3838
  * **value**: `{base.palette.slate.A100}`
@@ -3913,6 +3919,12 @@ export declare const color: {
3913
3919
  * **CSS Var**: `--cnvs-sys-color-accent-overlay-pressed`
3914
3920
  */
3915
3921
  "pressed": "--cnvs-sys-color-accent-overlay-pressed",
3922
+ /**
3923
+ * **value**: `{base.palette.neutral.1000}`
3924
+ *
3925
+ * **CSS Var**: `--cnvs-sys-color-accent-overlay-mixin`
3926
+ */
3927
+ "mixin": "--cnvs-sys-color-accent-overlay-mixin",
3916
3928
  },
3917
3929
  },
3918
3930
  "brand": {
@@ -4302,6 +4314,42 @@ export declare const opacity: {
4302
4314
  */
4303
4315
  "second": "--cnvs-sys-opacity-shadow-second",
4304
4316
  },
4317
+ "surface": {
4318
+ /**
4319
+ * **value**: `{base.opacity.100}` (8rem | 128px)
4320
+ *
4321
+ * **CSS Var**: `--cnvs-sys-opacity-surface-hover`
4322
+ *
4323
+ * Surface hover opacity
4324
+ */
4325
+ "hover": "--cnvs-sys-opacity-surface-hover",
4326
+ /**
4327
+ * **value**: `{base.opacity.180}` (18rem | 288px)
4328
+ *
4329
+ * **CSS Var**: `--cnvs-sys-opacity-surface-pressed`
4330
+ *
4331
+ * Surface pressed opacity use with surface colors
4332
+ */
4333
+ "pressed": "--cnvs-sys-opacity-surface-pressed",
4334
+ },
4335
+ "accent": {
4336
+ /**
4337
+ * **value**: `{base.opacity.180}` (18rem | 288px)
4338
+ *
4339
+ * **CSS Var**: `--cnvs-sys-opacity-accent-hover`
4340
+ *
4341
+ * Accent hover opacity use with accent colors
4342
+ */
4343
+ "hover": "--cnvs-sys-opacity-accent-hover",
4344
+ /**
4345
+ * **value**: `{base.opacity.360}` (36rem | 576px)
4346
+ *
4347
+ * **CSS Var**: `--cnvs-sys-opacity-accent-pressed`
4348
+ *
4349
+ * Accent pressed opacity use with accent colors
4350
+ */
4351
+ "pressed": "--cnvs-sys-opacity-accent-pressed",
4352
+ },
4305
4353
  };
4306
4354
 
4307
4355
  export declare const size: {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  "use strict";
@@ -647,6 +647,7 @@ exports.color = {
647
647
  "default": "--cnvs-sys-color-surface-overlay-hover-default",
648
648
  "inverse": "--cnvs-sys-color-surface-overlay-hover-inverse"
649
649
  },
650
+ "mixin": "--cnvs-sys-color-surface-overlay-mixin",
650
651
  "pressed": {
651
652
  "default": "--cnvs-sys-color-surface-overlay-pressed-default",
652
653
  "inverse": "--cnvs-sys-color-surface-overlay-pressed-inverse"
@@ -667,7 +668,8 @@ exports.color = {
667
668
  },
668
669
  "overlay": {
669
670
  "hover": "--cnvs-sys-color-accent-overlay-hover",
670
- "pressed": "--cnvs-sys-color-accent-overlay-pressed"
671
+ "pressed": "--cnvs-sys-color-accent-overlay-pressed",
672
+ "mixin": "--cnvs-sys-color-accent-overlay-mixin"
671
673
  }
672
674
  },
673
675
  "brand": {
@@ -766,6 +768,14 @@ exports.opacity = {
766
768
  "shadow": {
767
769
  "first": "--cnvs-sys-opacity-shadow-first",
768
770
  "second": "--cnvs-sys-opacity-shadow-second"
771
+ },
772
+ "surface": {
773
+ "hover": "--cnvs-sys-opacity-surface-hover",
774
+ "pressed": "--cnvs-sys-opacity-surface-pressed"
775
+ },
776
+ "accent": {
777
+ "hover": "--cnvs-sys-opacity-accent-hover",
778
+ "pressed": "--cnvs-sys-opacity-accent-pressed"
769
779
  }
770
780
  };
771
781
  exports.size = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  export declare const fontSize: "--cnvs-base-font-size";
@@ -36,11 +36,13 @@ export declare const opacity80: "--cnvs-base-opacity-80";
36
36
  /** @deprecated Use 8 instead */
37
37
  export declare const opacity100: "--cnvs-base-opacity-100";
38
38
  export declare const opacity120: "--cnvs-base-opacity-120";
39
+ export declare const opacity180: "--cnvs-base-opacity-180";
39
40
  export declare const opacity200: "--cnvs-base-opacity-200";
40
41
  /** @deprecated Use 20 instead */
41
42
  export declare const opacity250: "--cnvs-base-opacity-250";
42
43
  /** @deprecated Use 40 instead */
43
44
  export declare const opacity300: "--cnvs-base-opacity-300";
45
+ export declare const opacity360: "--cnvs-base-opacity-360";
44
46
  export declare const opacity400: "--cnvs-base-opacity-400";
45
47
  /** @deprecated Use 84 instead */
46
48
  export declare const opacity500: "--cnvs-base-opacity-500";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  export const fontSize = "--cnvs-base-font-size";
@@ -35,9 +35,11 @@ export const opacity0 = "--cnvs-base-opacity-0";
35
35
  export const opacity80 = "--cnvs-base-opacity-80";
36
36
  export const opacity100 = "--cnvs-base-opacity-100";
37
37
  export const opacity120 = "--cnvs-base-opacity-120";
38
+ export const opacity180 = "--cnvs-base-opacity-180";
38
39
  export const opacity200 = "--cnvs-base-opacity-200";
39
40
  export const opacity250 = "--cnvs-base-opacity-250";
40
41
  export const opacity300 = "--cnvs-base-opacity-300";
42
+ export const opacity360 = "--cnvs-base-opacity-360";
41
43
  export const opacity400 = "--cnvs-base-opacity-400";
42
44
  export const opacity500 = "--cnvs-base-opacity-500";
43
45
  export const opacity640 = "--cnvs-base-opacity-640";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  export const primary25 = "--cnvs-brand-primary-25";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  import * as base from "./base";
package/dist/es6/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  import * as base from "./base";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  export declare const breakpoints: {
@@ -3827,6 +3827,12 @@ export declare const color: {
3827
3827
  */
3828
3828
  "inverse": "--cnvs-sys-color-surface-overlay-hover-inverse",
3829
3829
  },
3830
+ /**
3831
+ * **value**: `{base.palette.slate.500}`
3832
+ *
3833
+ * **CSS Var**: `--cnvs-sys-color-surface-overlay-mixin`
3834
+ */
3835
+ "mixin": "--cnvs-sys-color-surface-overlay-mixin",
3830
3836
  "pressed": {
3831
3837
  /**
3832
3838
  * **value**: `{base.palette.slate.A100}`
@@ -3913,6 +3919,12 @@ export declare const color: {
3913
3919
  * **CSS Var**: `--cnvs-sys-color-accent-overlay-pressed`
3914
3920
  */
3915
3921
  "pressed": "--cnvs-sys-color-accent-overlay-pressed",
3922
+ /**
3923
+ * **value**: `{base.palette.neutral.1000}`
3924
+ *
3925
+ * **CSS Var**: `--cnvs-sys-color-accent-overlay-mixin`
3926
+ */
3927
+ "mixin": "--cnvs-sys-color-accent-overlay-mixin",
3916
3928
  },
3917
3929
  },
3918
3930
  "brand": {
@@ -4302,6 +4314,42 @@ export declare const opacity: {
4302
4314
  */
4303
4315
  "second": "--cnvs-sys-opacity-shadow-second",
4304
4316
  },
4317
+ "surface": {
4318
+ /**
4319
+ * **value**: `{base.opacity.100}` (8rem | 128px)
4320
+ *
4321
+ * **CSS Var**: `--cnvs-sys-opacity-surface-hover`
4322
+ *
4323
+ * Surface hover opacity
4324
+ */
4325
+ "hover": "--cnvs-sys-opacity-surface-hover",
4326
+ /**
4327
+ * **value**: `{base.opacity.180}` (18rem | 288px)
4328
+ *
4329
+ * **CSS Var**: `--cnvs-sys-opacity-surface-pressed`
4330
+ *
4331
+ * Surface pressed opacity use with surface colors
4332
+ */
4333
+ "pressed": "--cnvs-sys-opacity-surface-pressed",
4334
+ },
4335
+ "accent": {
4336
+ /**
4337
+ * **value**: `{base.opacity.180}` (18rem | 288px)
4338
+ *
4339
+ * **CSS Var**: `--cnvs-sys-opacity-accent-hover`
4340
+ *
4341
+ * Accent hover opacity use with accent colors
4342
+ */
4343
+ "hover": "--cnvs-sys-opacity-accent-hover",
4344
+ /**
4345
+ * **value**: `{base.opacity.360}` (36rem | 576px)
4346
+ *
4347
+ * **CSS Var**: `--cnvs-sys-opacity-accent-pressed`
4348
+ *
4349
+ * Accent pressed opacity use with accent colors
4350
+ */
4351
+ "pressed": "--cnvs-sys-opacity-accent-pressed",
4352
+ },
4305
4353
  };
4306
4354
 
4307
4355
  export declare const size: {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ * Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
  */
5
5
 
6
6
  export const breakpoints = {
@@ -644,6 +644,7 @@ export const color = {
644
644
  "default": "--cnvs-sys-color-surface-overlay-hover-default",
645
645
  "inverse": "--cnvs-sys-color-surface-overlay-hover-inverse"
646
646
  },
647
+ "mixin": "--cnvs-sys-color-surface-overlay-mixin",
647
648
  "pressed": {
648
649
  "default": "--cnvs-sys-color-surface-overlay-pressed-default",
649
650
  "inverse": "--cnvs-sys-color-surface-overlay-pressed-inverse"
@@ -664,7 +665,8 @@ export const color = {
664
665
  },
665
666
  "overlay": {
666
667
  "hover": "--cnvs-sys-color-accent-overlay-hover",
667
- "pressed": "--cnvs-sys-color-accent-overlay-pressed"
668
+ "pressed": "--cnvs-sys-color-accent-overlay-pressed",
669
+ "mixin": "--cnvs-sys-color-accent-overlay-mixin"
668
670
  }
669
671
  },
670
672
  "brand": {
@@ -763,6 +765,14 @@ export const opacity = {
763
765
  "shadow": {
764
766
  "first": "--cnvs-sys-opacity-shadow-first",
765
767
  "second": "--cnvs-sys-opacity-shadow-second"
768
+ },
769
+ "surface": {
770
+ "hover": "--cnvs-sys-opacity-surface-hover",
771
+ "pressed": "--cnvs-sys-opacity-surface-pressed"
772
+ },
773
+ "accent": {
774
+ "hover": "--cnvs-sys-opacity-accent-hover",
775
+ "pressed": "--cnvs-sys-opacity-accent-pressed"
766
776
  }
767
777
  };
768
778
  export const size = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ // Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
 
5
5
  @cnvs-base-font-size: 1rem; // Default fontSize for the browser, may be overriden by user preferences
6
6
  @cnvs-base-baseline: 0.5rem; // Baseline unit used for the 8pt sizing grid
@@ -34,9 +34,11 @@
34
34
  @cnvs-base-opacity-80: 0.08;
35
35
  @cnvs-base-opacity-100: 0.08;
36
36
  @cnvs-base-opacity-120: 0.12;
37
+ @cnvs-base-opacity-180: 0.18;
37
38
  @cnvs-base-opacity-200: 0.2;
38
39
  @cnvs-base-opacity-250: 0.2;
39
40
  @cnvs-base-opacity-300: 0.4;
41
+ @cnvs-base-opacity-360: 0.36;
40
42
  @cnvs-base-opacity-400: 0.4;
41
43
  @cnvs-base-opacity-500: 0.84;
42
44
  @cnvs-base-opacity-640: 0.64;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ // Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
 
5
5
  @cnvs-brand-positive-a200: @cnvs-base-palette-green-a200;
6
6
  @cnvs-brand-positive-a100: @cnvs-base-palette-green-a100;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Jan 2026 19:14:51 GMT
3
+ // Generated on Thu, 05 Feb 2026 23:39:07 GMT
4
4
 
5
5
  @cnvs-sys-opacity-full: 1; // Dev only
6
6
  @cnvs-sys-space-zero: 0; // Stacks, rows in tables
@@ -18,6 +18,9 @@
18
18
  @cnvs-sys-font-family-default: @cnvs-base-font-family-50;
19
19
  @cnvs-sys-gap-none: @cnvs-base-size-0; // Use when there is no space between elements
20
20
  @cnvs-sys-padding-none: @cnvs-base-size-0; // Use when there should be no space between content and element's edges.
21
+ @cnvs-sys-opacity-accent-pressed: @cnvs-base-opacity-360; // Accent pressed opacity use with accent colors
22
+ @cnvs-sys-opacity-accent-hover: @cnvs-base-opacity-180; // Accent hover opacity use with accent colors
23
+ @cnvs-sys-opacity-surface-pressed: @cnvs-base-opacity-180; // Surface pressed opacity use with surface colors
21
24
  @cnvs-sys-opacity-shadow-second: @cnvs-base-opacity-80; // Alpha on second shadow
22
25
  @cnvs-sys-opacity-shadow-first: @cnvs-base-opacity-120; // Alpha on first shadow
23
26
  @cnvs-sys-opacity-contrast: @cnvs-base-opacity-840; // Tooltips, Status Indicator
@@ -32,6 +35,7 @@
32
35
  @cnvs-sys-motion-easing-quick-standard: @cnvs-base-easing-a-100;
33
36
  @cnvs-sys-color-focus-contrast: @cnvs-base-palette-neutral-a900;
34
37
  @cnvs-sys-color-focus-inverse: @cnvs-base-palette-neutral-0;
38
+ @cnvs-sys-color-accent-overlay-mixin: @cnvs-base-palette-neutral-1000;
35
39
  @cnvs-sys-color-accent-overlay-pressed: @cnvs-base-palette-neutral-a400;
36
40
  @cnvs-sys-color-accent-overlay-hover: @cnvs-base-palette-neutral-a200;
37
41
  @cnvs-sys-color-accent-muted-soft: @cnvs-base-palette-slate-400;
@@ -45,6 +49,7 @@
45
49
  @cnvs-sys-color-surface-overlay-scrim: @cnvs-base-palette-neutral-a400;
46
50
  @cnvs-sys-color-surface-overlay-pressed-inverse: @cnvs-base-palette-white-a300;
47
51
  @cnvs-sys-color-surface-overlay-pressed-default: @cnvs-base-palette-slate-a100;
52
+ @cnvs-sys-color-surface-overlay-mixin: @cnvs-base-palette-slate-500;
48
53
  @cnvs-sys-color-surface-overlay-hover-inverse: @cnvs-base-palette-white-a200;
49
54
  @cnvs-sys-color-surface-overlay-hover-default: @cnvs-base-palette-slate-a50;
50
55
  @cnvs-sys-color-surface-contrast-strong: @cnvs-base-palette-neutral-a950;
@@ -221,6 +226,7 @@
221
226
  @cnvs-sys-breakpoints-l: 1024px; // Large screens, such as desktops.
222
227
  @cnvs-sys-breakpoints-m: 768px; // Medium screens, such as laptops.
223
228
  @cnvs-sys-breakpoints-s: 320px; // The `min-width` for mobile devices, such as phones and tablets.
229
+ @cnvs-sys-opacity-surface-hover: @cnvs-base-opacity-100; // Surface hover opacity
224
230
  @cnvs-sys-color-brand-border-caution: @cnvs-brand-caution-500;
225
231
  @cnvs-sys-color-brand-border-critical: @cnvs-brand-critical-500;
226
232
  @cnvs-sys-color-brand-border-primary: @cnvs-brand-primary-500; // Brand, Focus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-tokens-web",
3
- "version": "4.0.6",
3
+ "version": "4.1.0",
4
4
  "description": "Canvas design tokens for web",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "CC-BY-ND-4.0",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Jan 2026 19:14:50 GMT
3
+ // Generated on Thu, 05 Feb 2026 23:39:06 GMT
4
4
 
5
5
  $cnvs-base-font-size: 1rem; // Default fontSize for the browser, may be overriden by user preferences
6
6
  $cnvs-base-baseline: 0.5rem; // Baseline unit used for the 8pt sizing grid
@@ -34,9 +34,11 @@ $cnvs-base-opacity-0: 0;
34
34
  $cnvs-base-opacity-80: 0.08;
35
35
  $cnvs-base-opacity-100: 0.08;
36
36
  $cnvs-base-opacity-120: 0.12;
37
+ $cnvs-base-opacity-180: 0.18;
37
38
  $cnvs-base-opacity-200: 0.2;
38
39
  $cnvs-base-opacity-250: 0.2;
39
40
  $cnvs-base-opacity-300: 0.4;
41
+ $cnvs-base-opacity-360: 0.36;
40
42
  $cnvs-base-opacity-400: 0.4;
41
43
  $cnvs-base-opacity-500: 0.84;
42
44
  $cnvs-base-opacity-640: 0.64;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Jan 2026 19:14:50 GMT
3
+ // Generated on Thu, 05 Feb 2026 23:39:06 GMT
4
4
 
5
5
  $cnvs-base-font-size: 1rem; // Default fontSize for the browser, may be overriden by user preferences
6
6
  $cnvs-base-baseline: 0.5rem; // Baseline unit used for the 8pt sizing grid
@@ -34,9 +34,11 @@ $cnvs-base-opacity-0: 0;
34
34
  $cnvs-base-opacity-80: 0.08;
35
35
  $cnvs-base-opacity-100: 0.08;
36
36
  $cnvs-base-opacity-120: 0.12;
37
+ $cnvs-base-opacity-180: 0.18;
37
38
  $cnvs-base-opacity-200: 0.2;
38
39
  $cnvs-base-opacity-250: 0.2;
39
40
  $cnvs-base-opacity-300: 0.4;
41
+ $cnvs-base-opacity-360: 0.36;
40
42
  $cnvs-base-opacity-400: 0.4;
41
43
  $cnvs-base-opacity-500: 0.84;
42
44
  $cnvs-base-opacity-640: 0.64;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Jan 2026 19:14:50 GMT
3
+ // Generated on Thu, 05 Feb 2026 23:39:06 GMT
4
4
 
5
5
  $cnvs-brand-positive-a200: $cnvs-base-palette-green-a200;
6
6
  $cnvs-brand-positive-a100: $cnvs-base-palette-green-a100;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Jan 2026 19:14:50 GMT
3
+ // Generated on Thu, 05 Feb 2026 23:39:06 GMT
4
4
 
5
5
  $cnvs-brand-positive-a200: $cnvs-base-palette-green-a200;
6
6
  $cnvs-brand-positive-a100: $cnvs-base-palette-green-a100;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Jan 2026 19:14:50 GMT
3
+ // Generated on Thu, 05 Feb 2026 23:39:06 GMT
4
4
 
5
5
  $cnvs-sys-opacity-full: 1; // Dev only
6
6
  $cnvs-sys-space-zero: 0; // Stacks, rows in tables
@@ -18,6 +18,9 @@ $cnvs-sys-font-family-mono: $cnvs-base-font-family-100;
18
18
  $cnvs-sys-font-family-default: $cnvs-base-font-family-50;
19
19
  $cnvs-sys-gap-none: $cnvs-base-size-0; // Use when there is no space between elements
20
20
  $cnvs-sys-padding-none: $cnvs-base-size-0; // Use when there should be no space between content and element's edges.
21
+ $cnvs-sys-opacity-accent-pressed: $cnvs-base-opacity-360; // Accent pressed opacity use with accent colors
22
+ $cnvs-sys-opacity-accent-hover: $cnvs-base-opacity-180; // Accent hover opacity use with accent colors
23
+ $cnvs-sys-opacity-surface-pressed: $cnvs-base-opacity-180; // Surface pressed opacity use with surface colors
21
24
  $cnvs-sys-opacity-shadow-second: $cnvs-base-opacity-80; // Alpha on second shadow
22
25
  $cnvs-sys-opacity-shadow-first: $cnvs-base-opacity-120; // Alpha on first shadow
23
26
  $cnvs-sys-opacity-contrast: $cnvs-base-opacity-840; // Tooltips, Status Indicator
@@ -32,6 +35,7 @@ $cnvs-sys-motion-easing-quick-acceleration: $cnvs-base-easing-a-200;
32
35
  $cnvs-sys-motion-easing-quick-standard: $cnvs-base-easing-a-100;
33
36
  $cnvs-sys-color-focus-contrast: $cnvs-base-palette-neutral-a900;
34
37
  $cnvs-sys-color-focus-inverse: $cnvs-base-palette-neutral-0;
38
+ $cnvs-sys-color-accent-overlay-mixin: $cnvs-base-palette-neutral-1000;
35
39
  $cnvs-sys-color-accent-overlay-pressed: $cnvs-base-palette-neutral-a400;
36
40
  $cnvs-sys-color-accent-overlay-hover: $cnvs-base-palette-neutral-a200;
37
41
  $cnvs-sys-color-accent-muted-soft: $cnvs-base-palette-slate-400;
@@ -45,6 +49,7 @@ $cnvs-sys-color-accent-ai: $cnvs-base-palette-blue-950;
45
49
  $cnvs-sys-color-surface-overlay-scrim: $cnvs-base-palette-neutral-a400;
46
50
  $cnvs-sys-color-surface-overlay-pressed-inverse: $cnvs-base-palette-white-a300;
47
51
  $cnvs-sys-color-surface-overlay-pressed-default: $cnvs-base-palette-slate-a100;
52
+ $cnvs-sys-color-surface-overlay-mixin: $cnvs-base-palette-slate-500;
48
53
  $cnvs-sys-color-surface-overlay-hover-inverse: $cnvs-base-palette-white-a200;
49
54
  $cnvs-sys-color-surface-overlay-hover-default: $cnvs-base-palette-slate-a50;
50
55
  $cnvs-sys-color-surface-contrast-strong: $cnvs-base-palette-neutral-a950;
@@ -221,6 +226,7 @@ $cnvs-sys-shape-half: calc($cnvs-base-unit * 0.5); // Use this for subtle and sm
221
226
  $cnvs-sys-breakpoints-l: 1024px; // Large screens, such as desktops.
222
227
  $cnvs-sys-breakpoints-m: 768px; // Medium screens, such as laptops.
223
228
  $cnvs-sys-breakpoints-s: 320px; // The `min-width` for mobile devices, such as phones and tablets.
229
+ $cnvs-sys-opacity-surface-hover: $cnvs-base-opacity-100; // Surface hover opacity
224
230
  $cnvs-sys-color-brand-border-caution: $cnvs-brand-caution-500;
225
231
  $cnvs-sys-color-brand-border-critical: $cnvs-brand-critical-500;
226
232
  $cnvs-sys-color-brand-border-primary: $cnvs-brand-primary-500; // Brand, Focus
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Jan 2026 19:14:50 GMT
3
+ // Generated on Thu, 05 Feb 2026 23:39:06 GMT
4
4
 
5
5
  $cnvs-sys-opacity-full: 1; // Dev only
6
6
  $cnvs-sys-space-zero: 0; // Stacks, rows in tables
@@ -18,6 +18,9 @@ $cnvs-sys-font-family-mono: $cnvs-base-font-family-100;
18
18
  $cnvs-sys-font-family-default: $cnvs-base-font-family-50;
19
19
  $cnvs-sys-gap-none: $cnvs-base-size-0; // Use when there is no space between elements
20
20
  $cnvs-sys-padding-none: $cnvs-base-size-0; // Use when there should be no space between content and element's edges.
21
+ $cnvs-sys-opacity-accent-pressed: $cnvs-base-opacity-360; // Accent pressed opacity use with accent colors
22
+ $cnvs-sys-opacity-accent-hover: $cnvs-base-opacity-180; // Accent hover opacity use with accent colors
23
+ $cnvs-sys-opacity-surface-pressed: $cnvs-base-opacity-180; // Surface pressed opacity use with surface colors
21
24
  $cnvs-sys-opacity-shadow-second: $cnvs-base-opacity-80; // Alpha on second shadow
22
25
  $cnvs-sys-opacity-shadow-first: $cnvs-base-opacity-120; // Alpha on first shadow
23
26
  $cnvs-sys-opacity-contrast: $cnvs-base-opacity-840; // Tooltips, Status Indicator
@@ -32,6 +35,7 @@ $cnvs-sys-motion-easing-quick-acceleration: $cnvs-base-easing-a-200;
32
35
  $cnvs-sys-motion-easing-quick-standard: $cnvs-base-easing-a-100;
33
36
  $cnvs-sys-color-focus-contrast: $cnvs-base-palette-neutral-a900;
34
37
  $cnvs-sys-color-focus-inverse: $cnvs-base-palette-neutral-0;
38
+ $cnvs-sys-color-accent-overlay-mixin: $cnvs-base-palette-neutral-1000;
35
39
  $cnvs-sys-color-accent-overlay-pressed: $cnvs-base-palette-neutral-a400;
36
40
  $cnvs-sys-color-accent-overlay-hover: $cnvs-base-palette-neutral-a200;
37
41
  $cnvs-sys-color-accent-muted-soft: $cnvs-base-palette-slate-400;
@@ -45,6 +49,7 @@ $cnvs-sys-color-accent-ai: $cnvs-base-palette-blue-950;
45
49
  $cnvs-sys-color-surface-overlay-scrim: $cnvs-base-palette-neutral-a400;
46
50
  $cnvs-sys-color-surface-overlay-pressed-inverse: $cnvs-base-palette-white-a300;
47
51
  $cnvs-sys-color-surface-overlay-pressed-default: $cnvs-base-palette-slate-a100;
52
+ $cnvs-sys-color-surface-overlay-mixin: $cnvs-base-palette-slate-500;
48
53
  $cnvs-sys-color-surface-overlay-hover-inverse: $cnvs-base-palette-white-a200;
49
54
  $cnvs-sys-color-surface-overlay-hover-default: $cnvs-base-palette-slate-a50;
50
55
  $cnvs-sys-color-surface-contrast-strong: $cnvs-base-palette-neutral-a950;
@@ -221,6 +226,7 @@ $cnvs-sys-shape-half: calc($cnvs-base-unit * 0.5); // Use this for subtle and sm
221
226
  $cnvs-sys-breakpoints-l: 1024px; // Large screens, such as desktops.
222
227
  $cnvs-sys-breakpoints-m: 768px; // Medium screens, such as laptops.
223
228
  $cnvs-sys-breakpoints-s: 320px; // The `min-width` for mobile devices, such as phones and tablets.
229
+ $cnvs-sys-opacity-surface-hover: $cnvs-base-opacity-100; // Surface hover opacity
224
230
  $cnvs-sys-color-brand-border-caution: $cnvs-brand-caution-500;
225
231
  $cnvs-sys-color-brand-border-critical: $cnvs-brand-critical-500;
226
232
  $cnvs-sys-color-brand-border-primary: $cnvs-brand-primary-500; // Brand, Focus