@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.
- package/css/base/_variables.css +7 -1
- package/css/brand/_variables.css +1 -1
- package/css/system/_variables.css +1 -1
- package/dist/common-js/base/index.d.ts +7 -1
- package/dist/common-js/base/index.js +7 -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 +1 -1
- package/dist/common-js/system/index.js +1 -1
- package/dist/es6/base/index.d.ts +7 -1
- package/dist/es6/base/index.js +7 -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 +1 -1
- package/dist/es6/system/index.js +1 -1
- package/less/base/_variables.less +7 -1
- package/less/brand/_variables.less +1 -1
- package/less/system/_variables.less +1 -1
- package/package.json +1 -1
- package/scss/base/_variables.sass +7 -1
- package/scss/base/_variables.scss +7 -1
- package/scss/brand/_variables.sass +1 -1
- package/scss/brand/_variables.scss +1 -1
- package/scss/system/_variables.sass +1 -1
- package/scss/system/_variables.scss +1 -1
package/css/base/_variables.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
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
|
}
|
package/css/brand/_variables.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
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
|
|
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";
|
package/dist/common-js/index.js
CHANGED
package/dist/es6/base/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
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;
|
package/dist/es6/base/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
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";
|
package/dist/es6/brand/index.js
CHANGED
package/dist/es6/index.d.ts
CHANGED
package/dist/es6/index.js
CHANGED
package/dist/es6/system/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
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
|
|
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
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
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
|
|
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
|
|
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
|
|
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.
|