@workday/canvas-tokens-web 1.0.2 → 1.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 Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -224,5 +224,11 @@
224
224
  --cnvs-base-shadow-500: 0 0.3125rem 1.25rem 0 rgba(31,38,46,0.12), 0 0.625rem 2.5rem 0 rgba(31,38,46,0.08);
225
225
  --cnvs-base-shadow-600: 0 0.375rem 1.5rem 0 rgba(31,38,46,0.12), 0 0.75rem 3rem 0 rgba(31,38,46,0.08);
226
226
  --cnvs-base-level: 2; /* Used to calculate the skip level amount between levels in the type ramp, such as going from subtext to body, body to heading. */
227
+ --cnvs-base-extended-palette-dragon-fruit-100: rgba(251,241,255,1);
228
+ --cnvs-base-extended-palette-dragon-fruit-200: rgba(239,211,255,1);
229
+ --cnvs-base-extended-palette-dragon-fruit-300: rgba(190,97,246,1);
230
+ --cnvs-base-extended-palette-dragon-fruit-400: rgba(140,23,210,1);
231
+ --cnvs-base-extended-palette-dragon-fruit-500: rgba(107,17,163,1);
232
+ --cnvs-base-extended-palette-dragon-fruit-600: rgba(74,13,113,1);
227
233
  --cnvs-base-unit: 0.25rem; /* The base unit used in the grid system.; */
228
234
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
  */
5
5
 
6
6
  export declare const cinnamon100 = "--cnvs-base-palette-cinnamon-100" as const;
@@ -223,4 +223,10 @@ export declare const shadow400 = "--cnvs-base-shadow-400" as const;
223
223
  export declare const shadow500 = "--cnvs-base-shadow-500" as const;
224
224
  export declare const shadow600 = "--cnvs-base-shadow-600" as const;
225
225
  export declare const baseLevel = "--cnvs-base-level" as const;
226
+ export declare const extendedDragonFruit100 = "--cnvs-base-extended-palette-dragon-fruit-100" as const;
227
+ export declare const extendedDragonFruit200 = "--cnvs-base-extended-palette-dragon-fruit-200" as const;
228
+ export declare const extendedDragonFruit300 = "--cnvs-base-extended-palette-dragon-fruit-300" as const;
229
+ export declare const extendedDragonFruit400 = "--cnvs-base-extended-palette-dragon-fruit-400" as const;
230
+ export declare const extendedDragonFruit500 = "--cnvs-base-extended-palette-dragon-fruit-500" as const;
231
+ export declare const extendedDragonFruit600 = "--cnvs-base-extended-palette-dragon-fruit-600" as const;
226
232
  export declare const baseUnit = "--cnvs-base-unit" as const;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
  */
5
5
 
6
6
  "use strict";
@@ -226,4 +226,10 @@ exports.shadow400 = "--cnvs-base-shadow-400";
226
226
  exports.shadow500 = "--cnvs-base-shadow-500";
227
227
  exports.shadow600 = "--cnvs-base-shadow-600";
228
228
  exports.baseLevel = "--cnvs-base-level";
229
+ exports.extendedDragonFruit100 = "--cnvs-base-extended-palette-dragon-fruit-100";
230
+ exports.extendedDragonFruit200 = "--cnvs-base-extended-palette-dragon-fruit-200";
231
+ exports.extendedDragonFruit300 = "--cnvs-base-extended-palette-dragon-fruit-300";
232
+ exports.extendedDragonFruit400 = "--cnvs-base-extended-palette-dragon-fruit-400";
233
+ exports.extendedDragonFruit500 = "--cnvs-base-extended-palette-dragon-fruit-500";
234
+ exports.extendedDragonFruit600 = "--cnvs-base-extended-palette-dragon-fruit-600";
229
235
  exports.baseUnit = "--cnvs-base-unit";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
  */
5
5
 
6
6
  export declare const primary = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22: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 Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22: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 Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22: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 Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
  */
5
5
 
6
6
  export declare const depth = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22: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 Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
  */
5
5
 
6
6
  export declare const cinnamon100 = "--cnvs-base-palette-cinnamon-100" as const;
@@ -223,4 +223,10 @@ export declare const shadow400 = "--cnvs-base-shadow-400" as const;
223
223
  export declare const shadow500 = "--cnvs-base-shadow-500" as const;
224
224
  export declare const shadow600 = "--cnvs-base-shadow-600" as const;
225
225
  export declare const baseLevel = "--cnvs-base-level" as const;
226
+ export declare const extendedDragonFruit100 = "--cnvs-base-extended-palette-dragon-fruit-100" as const;
227
+ export declare const extendedDragonFruit200 = "--cnvs-base-extended-palette-dragon-fruit-200" as const;
228
+ export declare const extendedDragonFruit300 = "--cnvs-base-extended-palette-dragon-fruit-300" as const;
229
+ export declare const extendedDragonFruit400 = "--cnvs-base-extended-palette-dragon-fruit-400" as const;
230
+ export declare const extendedDragonFruit500 = "--cnvs-base-extended-palette-dragon-fruit-500" as const;
231
+ export declare const extendedDragonFruit600 = "--cnvs-base-extended-palette-dragon-fruit-600" as const;
226
232
  export declare const baseUnit = "--cnvs-base-unit" as const;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
  */
5
5
 
6
6
  export const cinnamon100 = "--cnvs-base-palette-cinnamon-100";
@@ -223,4 +223,10 @@ export const shadow400 = "--cnvs-base-shadow-400";
223
223
  export const shadow500 = "--cnvs-base-shadow-500";
224
224
  export const shadow600 = "--cnvs-base-shadow-600";
225
225
  export const baseLevel = "--cnvs-base-level";
226
+ export const extendedDragonFruit100 = "--cnvs-base-extended-palette-dragon-fruit-100";
227
+ export const extendedDragonFruit200 = "--cnvs-base-extended-palette-dragon-fruit-200";
228
+ export const extendedDragonFruit300 = "--cnvs-base-extended-palette-dragon-fruit-300";
229
+ export const extendedDragonFruit400 = "--cnvs-base-extended-palette-dragon-fruit-400";
230
+ export const extendedDragonFruit500 = "--cnvs-base-extended-palette-dragon-fruit-500";
231
+ export const extendedDragonFruit600 = "--cnvs-base-extended-palette-dragon-fruit-600";
226
232
  export const baseUnit = "--cnvs-base-unit";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
  */
5
5
 
6
6
  export declare const primary = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
  */
5
5
 
6
6
  export const primary = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22: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 Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22: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 Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
  */
5
5
 
6
6
  export declare const depth = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ * Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
  */
5
5
 
6
6
  export const depth = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ // Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
 
5
5
  @cnvs-base-palette-cinnamon-100: rgba(255,239,238,1);
6
6
  @cnvs-base-palette-cinnamon-200: rgba(252,201,197,1);
@@ -222,4 +222,10 @@
222
222
  @cnvs-base-shadow-500: 0 0.3125rem 1.25rem 0 rgba(31,38,46,0.12), 0 0.625rem 2.5rem 0 rgba(31,38,46,0.08);
223
223
  @cnvs-base-shadow-600: 0 0.375rem 1.5rem 0 rgba(31,38,46,0.12), 0 0.75rem 3rem 0 rgba(31,38,46,0.08);
224
224
  @cnvs-base-level: 2; // Used to calculate the skip level amount between levels in the type ramp, such as going from subtext to body, body to heading.
225
+ @cnvs-base-extended-palette-dragon-fruit-100: rgba(251,241,255,1);
226
+ @cnvs-base-extended-palette-dragon-fruit-200: rgba(239,211,255,1);
227
+ @cnvs-base-extended-palette-dragon-fruit-300: rgba(190,97,246,1);
228
+ @cnvs-base-extended-palette-dragon-fruit-400: rgba(140,23,210,1);
229
+ @cnvs-base-extended-palette-dragon-fruit-500: rgba(107,17,163,1);
230
+ @cnvs-base-extended-palette-dragon-fruit-600: rgba(74,13,113,1);
225
231
  @cnvs-base-unit: 0.25rem; // The base unit used in the grid system.;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ // Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
 
5
5
  @cnvs-brand-error-darkest: rgba(128,22,14,1);
6
6
  @cnvs-brand-common-alert-inner: @cnvs-base-palette-cantaloupe-400;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ // Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
 
5
5
  @cnvs-sys-space-zero: 0; // Stacks, rows in tables
6
6
  @cnvs-sys-shape-zero: 0rem; // This is the initial shape of every new element. Use this for backgrounds screens and fixed navigation containers such as headers, and side-panels.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-tokens-web",
3
- "version": "1.0.2",
3
+ "version": "1.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 Fri, 08 Dec 2023 16:59:24 GMT
3
+ // Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
 
5
5
  $cnvs-base-palette-cinnamon-100: rgba(255,239,238,1);
6
6
  $cnvs-base-palette-cinnamon-200: rgba(252,201,197,1);
@@ -222,4 +222,10 @@ $cnvs-base-shadow-400: 0 0.25rem 1rem 0 rgba(31,38,46,0.12), 0 0.5rem 2rem 0 rgb
222
222
  $cnvs-base-shadow-500: 0 0.3125rem 1.25rem 0 rgba(31,38,46,0.12), 0 0.625rem 2.5rem 0 rgba(31,38,46,0.08);
223
223
  $cnvs-base-shadow-600: 0 0.375rem 1.5rem 0 rgba(31,38,46,0.12), 0 0.75rem 3rem 0 rgba(31,38,46,0.08);
224
224
  $cnvs-base-level: 2; // Used to calculate the skip level amount between levels in the type ramp, such as going from subtext to body, body to heading.
225
+ $cnvs-base-extended-palette-dragon-fruit-100: rgba(251,241,255,1);
226
+ $cnvs-base-extended-palette-dragon-fruit-200: rgba(239,211,255,1);
227
+ $cnvs-base-extended-palette-dragon-fruit-300: rgba(190,97,246,1);
228
+ $cnvs-base-extended-palette-dragon-fruit-400: rgba(140,23,210,1);
229
+ $cnvs-base-extended-palette-dragon-fruit-500: rgba(107,17,163,1);
230
+ $cnvs-base-extended-palette-dragon-fruit-600: rgba(74,13,113,1);
225
231
  $cnvs-base-unit: 0.25rem; // The base unit used in the grid system.;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ // Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
 
5
5
  $cnvs-base-palette-cinnamon-100: rgba(255,239,238,1);
6
6
  $cnvs-base-palette-cinnamon-200: rgba(252,201,197,1);
@@ -222,4 +222,10 @@ $cnvs-base-shadow-400: 0 0.25rem 1rem 0 rgba(31,38,46,0.12), 0 0.5rem 2rem 0 rgb
222
222
  $cnvs-base-shadow-500: 0 0.3125rem 1.25rem 0 rgba(31,38,46,0.12), 0 0.625rem 2.5rem 0 rgba(31,38,46,0.08);
223
223
  $cnvs-base-shadow-600: 0 0.375rem 1.5rem 0 rgba(31,38,46,0.12), 0 0.75rem 3rem 0 rgba(31,38,46,0.08);
224
224
  $cnvs-base-level: 2; // Used to calculate the skip level amount between levels in the type ramp, such as going from subtext to body, body to heading.
225
+ $cnvs-base-extended-palette-dragon-fruit-100: rgba(251,241,255,1);
226
+ $cnvs-base-extended-palette-dragon-fruit-200: rgba(239,211,255,1);
227
+ $cnvs-base-extended-palette-dragon-fruit-300: rgba(190,97,246,1);
228
+ $cnvs-base-extended-palette-dragon-fruit-400: rgba(140,23,210,1);
229
+ $cnvs-base-extended-palette-dragon-fruit-500: rgba(107,17,163,1);
230
+ $cnvs-base-extended-palette-dragon-fruit-600: rgba(74,13,113,1);
225
231
  $cnvs-base-unit: 0.25rem; // The base unit used in the grid system.;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ // Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
 
5
5
  $cnvs-brand-error-darkest: rgba(128,22,14,1);
6
6
  $cnvs-brand-common-alert-inner: $cnvs-base-palette-cantaloupe-400;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ // Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
 
5
5
  $cnvs-brand-error-darkest: rgba(128,22,14,1);
6
6
  $cnvs-brand-common-alert-inner: $cnvs-base-palette-cantaloupe-400;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ // Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
 
5
5
  $cnvs-sys-space-zero: 0; // Stacks, rows in tables
6
6
  $cnvs-sys-shape-zero: 0rem; // This is the initial shape of every new element. Use this for backgrounds screens and fixed navigation containers such as headers, and side-panels.
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 08 Dec 2023 16:59:24 GMT
3
+ // Generated on Thu, 18 Jan 2024 00:22:07 GMT
4
4
 
5
5
  $cnvs-sys-space-zero: 0; // Stacks, rows in tables
6
6
  $cnvs-sys-shape-zero: 0rem; // This is the initial shape of every new element. Use this for backgrounds screens and fixed navigation containers such as headers, and side-panels.