@workday/canvas-tokens-web 0.1.3 → 0.1.5
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/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 +1 -1
- package/dist/common-js/system/index.js +1 -1
- package/dist/css/base/_variables.css +5 -5
- package/dist/css/brand/_variables.css +1 -1
- package/dist/css/system/_variables.css +1 -1
- 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 +1 -1
- package/dist/es6/system/index.js +1 -1
- package/dist/less/base/_variables.less +5 -5
- package/dist/less/brand/_variables.less +1 -1
- package/dist/less/system/_variables.less +1 -1
- package/dist/scss/base/_variables.sass +5 -5
- package/dist/scss/base/_variables.scss +5 -5
- package/dist/scss/brand/_variables.sass +1 -1
- package/dist/scss/brand/_variables.scss +1 -1
- package/dist/scss/system/_variables.sass +1 -1
- package/dist/scss/system/_variables.scss +1 -1
- package/package.json +1 -1
package/dist/common-js/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 27 Sep 2023
|
|
3
|
+
* Generated on Wed, 27 Sep 2023 20:55:35 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -215,10 +215,10 @@
|
|
|
215
215
|
--cnvs-base-font-weight-400: 400;
|
|
216
216
|
--cnvs-base-font-weight-500: 500;
|
|
217
217
|
--cnvs-base-font-weight-700: 700;
|
|
218
|
-
--cnvs-base-letter-spacing-50: 0.
|
|
219
|
-
--cnvs-base-letter-spacing-100: 0.
|
|
220
|
-
--cnvs-base-letter-spacing-150: 0.
|
|
221
|
-
--cnvs-base-letter-spacing-200: 0.
|
|
218
|
+
--cnvs-base-letter-spacing-50: 0.025rem;
|
|
219
|
+
--cnvs-base-letter-spacing-100: 0.02rem;
|
|
220
|
+
--cnvs-base-letter-spacing-150: 0.015rem;
|
|
221
|
+
--cnvs-base-letter-spacing-200: 0.01rem;
|
|
222
222
|
--cnvs-base-shadow-100: 0 0.0625rem 0.25rem 0 rgba(31,38,46,0.12), 0 0.125rem 1rem 0 rgba(31,38,46,0.08);
|
|
223
223
|
--cnvs-base-shadow-200: 0 0.125rem 0.5rem 0 rgba(31,38,46,0.12), 0 0.25rem 1rem 0 rgba(31,38,46,0.08);
|
|
224
224
|
--cnvs-base-shadow-300: 0 0.1875rem 0.75rem 0 rgba(31,38,46,0.12), 0 0.375rem 1.5rem 0 rgba(31,38,46,0.08);
|
package/dist/es6/base/index.d.ts
CHANGED
package/dist/es6/base/index.js
CHANGED
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 Wed, 27 Sep 2023
|
|
3
|
+
// Generated on Wed, 27 Sep 2023 20:55:35 GMT
|
|
4
4
|
|
|
5
5
|
@cnvs-base-palette-cinnamon-100: rgba(255,241,240,1);
|
|
6
6
|
@cnvs-base-palette-cinnamon-200: rgba(252,201,197,1);
|
|
@@ -213,10 +213,10 @@
|
|
|
213
213
|
@cnvs-base-font-weight-400: 400;
|
|
214
214
|
@cnvs-base-font-weight-500: 500;
|
|
215
215
|
@cnvs-base-font-weight-700: 700;
|
|
216
|
-
@cnvs-base-letter-spacing-50: 0.
|
|
217
|
-
@cnvs-base-letter-spacing-100: 0.
|
|
218
|
-
@cnvs-base-letter-spacing-150: 0.
|
|
219
|
-
@cnvs-base-letter-spacing-200: 0.
|
|
216
|
+
@cnvs-base-letter-spacing-50: 0.025rem;
|
|
217
|
+
@cnvs-base-letter-spacing-100: 0.02rem;
|
|
218
|
+
@cnvs-base-letter-spacing-150: 0.015rem;
|
|
219
|
+
@cnvs-base-letter-spacing-200: 0.01rem;
|
|
220
220
|
@cnvs-base-shadow-100: 0 0.0625rem 0.25rem 0 rgba(31,38,46,0.12), 0 0.125rem 1rem 0 rgba(31,38,46,0.08);
|
|
221
221
|
@cnvs-base-shadow-200: 0 0.125rem 0.5rem 0 rgba(31,38,46,0.12), 0 0.25rem 1rem 0 rgba(31,38,46,0.08);
|
|
222
222
|
@cnvs-base-shadow-300: 0 0.1875rem 0.75rem 0 rgba(31,38,46,0.12), 0 0.375rem 1.5rem 0 rgba(31,38,46,0.08);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed, 27 Sep 2023
|
|
3
|
+
// Generated on Wed, 27 Sep 2023 20:55:35 GMT
|
|
4
4
|
|
|
5
5
|
$cnvs-base-palette-cinnamon-100: rgba(255,241,240,1);
|
|
6
6
|
$cnvs-base-palette-cinnamon-200: rgba(252,201,197,1);
|
|
@@ -213,10 +213,10 @@ $cnvs-base-font-weight-300: 300;
|
|
|
213
213
|
$cnvs-base-font-weight-400: 400;
|
|
214
214
|
$cnvs-base-font-weight-500: 500;
|
|
215
215
|
$cnvs-base-font-weight-700: 700;
|
|
216
|
-
$cnvs-base-letter-spacing-50: 0.
|
|
217
|
-
$cnvs-base-letter-spacing-100: 0.
|
|
218
|
-
$cnvs-base-letter-spacing-150: 0.
|
|
219
|
-
$cnvs-base-letter-spacing-200: 0.
|
|
216
|
+
$cnvs-base-letter-spacing-50: 0.025rem;
|
|
217
|
+
$cnvs-base-letter-spacing-100: 0.02rem;
|
|
218
|
+
$cnvs-base-letter-spacing-150: 0.015rem;
|
|
219
|
+
$cnvs-base-letter-spacing-200: 0.01rem;
|
|
220
220
|
$cnvs-base-shadow-100: 0 0.0625rem 0.25rem 0 rgba(31,38,46,0.12), 0 0.125rem 1rem 0 rgba(31,38,46,0.08);
|
|
221
221
|
$cnvs-base-shadow-200: 0 0.125rem 0.5rem 0 rgba(31,38,46,0.12), 0 0.25rem 1rem 0 rgba(31,38,46,0.08);
|
|
222
222
|
$cnvs-base-shadow-300: 0 0.1875rem 0.75rem 0 rgba(31,38,46,0.12), 0 0.375rem 1.5rem 0 rgba(31,38,46,0.08);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed, 27 Sep 2023
|
|
3
|
+
// Generated on Wed, 27 Sep 2023 20:55:35 GMT
|
|
4
4
|
|
|
5
5
|
$cnvs-base-palette-cinnamon-100: rgba(255,241,240,1);
|
|
6
6
|
$cnvs-base-palette-cinnamon-200: rgba(252,201,197,1);
|
|
@@ -213,10 +213,10 @@ $cnvs-base-font-weight-300: 300;
|
|
|
213
213
|
$cnvs-base-font-weight-400: 400;
|
|
214
214
|
$cnvs-base-font-weight-500: 500;
|
|
215
215
|
$cnvs-base-font-weight-700: 700;
|
|
216
|
-
$cnvs-base-letter-spacing-50: 0.
|
|
217
|
-
$cnvs-base-letter-spacing-100: 0.
|
|
218
|
-
$cnvs-base-letter-spacing-150: 0.
|
|
219
|
-
$cnvs-base-letter-spacing-200: 0.
|
|
216
|
+
$cnvs-base-letter-spacing-50: 0.025rem;
|
|
217
|
+
$cnvs-base-letter-spacing-100: 0.02rem;
|
|
218
|
+
$cnvs-base-letter-spacing-150: 0.015rem;
|
|
219
|
+
$cnvs-base-letter-spacing-200: 0.01rem;
|
|
220
220
|
$cnvs-base-shadow-100: 0 0.0625rem 0.25rem 0 rgba(31,38,46,0.12), 0 0.125rem 1rem 0 rgba(31,38,46,0.08);
|
|
221
221
|
$cnvs-base-shadow-200: 0 0.125rem 0.5rem 0 rgba(31,38,46,0.12), 0 0.25rem 1rem 0 rgba(31,38,46,0.08);
|
|
222
222
|
$cnvs-base-shadow-300: 0 0.1875rem 0.75rem 0 rgba(31,38,46,0.12), 0 0.375rem 1.5rem 0 rgba(31,38,46,0.08);
|