@workday/canvas-tokens-web 1.1.1 → 1.2.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,11 +1,191 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 11 Mar 2024 16:43:19 GMT
3
+ * Generated on Thu, 21 Mar 2024 03:34:06 GMT
4
4
  */
5
5
 
6
6
  "use strict";
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
 
9
+ exports.color = {
10
+ "bg": {
11
+ "default": "--cnvs-sys-color-bg-default",
12
+ "transparent": "--cnvs-sys-color-bg-transparent",
13
+ "overlay": "--cnvs-sys-color-bg-overlay",
14
+ "translucent": "--cnvs-sys-color-bg-translucent",
15
+ "alt": {
16
+ "default": "--cnvs-sys-color-bg-alt-default",
17
+ "soft": "--cnvs-sys-color-bg-alt-soft",
18
+ "strong": "--cnvs-sys-color-bg-alt-strong",
19
+ "stronger": "--cnvs-sys-color-bg-alt-stronger"
20
+ },
21
+ "muted": {
22
+ "default": "--cnvs-sys-color-bg-muted-default",
23
+ "soft": "--cnvs-sys-color-bg-muted-soft",
24
+ "strong": "--cnvs-sys-color-bg-muted-strong"
25
+ },
26
+ "contrast": {
27
+ "default": "--cnvs-sys-color-bg-contrast-default",
28
+ "strong": "--cnvs-sys-color-bg-contrast-strong"
29
+ },
30
+ "primary": {
31
+ "default": "--cnvs-sys-color-bg-primary-default",
32
+ "soft": "--cnvs-sys-color-bg-primary-soft",
33
+ "strong": "--cnvs-sys-color-bg-primary-strong",
34
+ "stronger": "--cnvs-sys-color-bg-primary-stronger"
35
+ },
36
+ "positive": {
37
+ "default": "--cnvs-sys-color-bg-positive-default",
38
+ "soft": "--cnvs-sys-color-bg-positive-soft",
39
+ "strong": "--cnvs-sys-color-bg-positive-strong",
40
+ "stronger": "--cnvs-sys-color-bg-positive-stronger"
41
+ },
42
+ "caution": {
43
+ "default": "--cnvs-sys-color-bg-caution-default",
44
+ "softer": "--cnvs-sys-color-bg-caution-softer",
45
+ "strong": "--cnvs-sys-color-bg-caution-strong",
46
+ "stronger": "--cnvs-sys-color-bg-caution-stronger"
47
+ },
48
+ "critical": {
49
+ "default": "--cnvs-sys-color-bg-critical-default",
50
+ "softer": "--cnvs-sys-color-bg-critical-softer",
51
+ "strong": "--cnvs-sys-color-bg-critical-strong",
52
+ "stronger": "--cnvs-sys-color-bg-critical-stronger"
53
+ }
54
+ },
55
+ "text": {
56
+ "default": "--cnvs-sys-color-text-default",
57
+ "disabled": "--cnvs-sys-color-text-disabled",
58
+ "hint": "--cnvs-sys-color-text-hint",
59
+ "strong": "--cnvs-sys-color-text-strong",
60
+ "stronger": "--cnvs-sys-color-text-stronger",
61
+ "inverse": "--cnvs-sys-color-text-inverse",
62
+ "critical": {
63
+ "default": "--cnvs-sys-color-text-critical-default"
64
+ },
65
+ "primary": {
66
+ "default": "--cnvs-sys-color-text-primary-default",
67
+ "strong": "--cnvs-sys-color-text-primary-strong"
68
+ },
69
+ "caution": {
70
+ "default": "--cnvs-sys-color-text-caution-default",
71
+ "strong": "--cnvs-sys-color-text-caution-strong"
72
+ }
73
+ },
74
+ "icon": {
75
+ "default": "--cnvs-sys-color-icon-default",
76
+ "soft": "--cnvs-sys-color-icon-soft",
77
+ "strong": "--cnvs-sys-color-icon-strong",
78
+ "inverse": "--cnvs-sys-color-icon-inverse",
79
+ "primary": {
80
+ "default": "--cnvs-sys-color-icon-primary-default",
81
+ "strong": "--cnvs-sys-color-icon-primary-strong"
82
+ },
83
+ "positive": {
84
+ "default": "--cnvs-sys-color-icon-positive-default"
85
+ },
86
+ "critical": {
87
+ "default": "--cnvs-sys-color-icon-critical-default"
88
+ },
89
+ "caution": {
90
+ "default": "--cnvs-sys-color-icon-caution-default",
91
+ "strong": "--cnvs-sys-color-icon-caution-strong"
92
+ }
93
+ },
94
+ "fg": {
95
+ "default": "--cnvs-sys-color-fg-default",
96
+ "strong": "--cnvs-sys-color-fg-strong",
97
+ "stronger": "--cnvs-sys-color-fg-stronger",
98
+ "disabled": "--cnvs-sys-color-fg-disabled",
99
+ "inverse": "--cnvs-sys-color-fg-inverse",
100
+ "critical": {
101
+ "default": "--cnvs-sys-color-fg-critical-default"
102
+ },
103
+ "muted": {
104
+ "default": "--cnvs-sys-color-fg-muted-default",
105
+ "strong": "--cnvs-sys-color-fg-muted-strong",
106
+ "stronger": "--cnvs-sys-color-fg-muted-stronger"
107
+ },
108
+ "primary": {
109
+ "default": "--cnvs-sys-color-fg-primary-default",
110
+ "strong": "--cnvs-sys-color-fg-primary-strong"
111
+ },
112
+ "caution": {
113
+ "default": "--cnvs-sys-color-fg-caution-default",
114
+ "strong": "--cnvs-sys-color-fg-caution-strong"
115
+ },
116
+ "contrast": {
117
+ "default": "--cnvs-sys-color-fg-contrast-default",
118
+ "strong": "--cnvs-sys-color-fg-contrast-strong"
119
+ }
120
+ },
121
+ "border": {
122
+ "input": {
123
+ "disabled": "--cnvs-sys-color-border-input-disabled",
124
+ "default": "--cnvs-sys-color-border-input-default",
125
+ "strong": "--cnvs-sys-color-border-input-strong"
126
+ },
127
+ "contrast": {
128
+ "default": "--cnvs-sys-color-border-contrast-default",
129
+ "strong": "--cnvs-sys-color-border-contrast-strong"
130
+ },
131
+ "primary": {
132
+ "default": "--cnvs-sys-color-border-primary-default"
133
+ },
134
+ "critical": {
135
+ "default": "--cnvs-sys-color-border-critical-default"
136
+ },
137
+ "caution": {
138
+ "default": "--cnvs-sys-color-border-caution-default",
139
+ "strong": "--cnvs-sys-color-border-caution-strong"
140
+ },
141
+ "transparent": "--cnvs-sys-color-border-transparent",
142
+ "inverse": "--cnvs-sys-color-border-inverse",
143
+ "divider": "--cnvs-sys-color-border-divider",
144
+ "container": "--cnvs-sys-color-border-container"
145
+ },
146
+ "shadow": {
147
+ "1": "--cnvs-sys-color-shadow-1",
148
+ "2": "--cnvs-sys-color-shadow-2",
149
+ "default": "--cnvs-sys-color-shadow-default"
150
+ },
151
+ "static": {
152
+ "blue": {
153
+ "default": "--cnvs-sys-color-static-blue-default",
154
+ "soft": "--cnvs-sys-color-static-blue-soft",
155
+ "strong": "--cnvs-sys-color-static-blue-strong"
156
+ },
157
+ "green": {
158
+ "default": "--cnvs-sys-color-static-green-default",
159
+ "soft": "--cnvs-sys-color-static-green-soft",
160
+ "strong": "--cnvs-sys-color-static-green-strong"
161
+ },
162
+ "red": {
163
+ "default": "--cnvs-sys-color-static-red-default",
164
+ "soft": "--cnvs-sys-color-static-red-soft",
165
+ "strong": "--cnvs-sys-color-static-red-strong"
166
+ },
167
+ "orange": {
168
+ "default": "--cnvs-sys-color-static-orange-default",
169
+ "soft": "--cnvs-sys-color-static-orange-soft",
170
+ "strong": "--cnvs-sys-color-static-orange-strong"
171
+ },
172
+ "gray": {
173
+ "default": "--cnvs-sys-color-static-gray-default",
174
+ "soft": "--cnvs-sys-color-static-gray-soft",
175
+ "strong": "--cnvs-sys-color-static-gray-strong",
176
+ "stronger": "--cnvs-sys-color-static-gray-stronger"
177
+ },
178
+ "white": "--cnvs-sys-color-static-white",
179
+ "black": "--cnvs-sys-color-static-black"
180
+ }
181
+ };
182
+ exports.breakpoints = {
183
+ "zero": "--cnvs-sys-breakpoints-zero",
184
+ "s": "--cnvs-sys-breakpoints-s",
185
+ "m": "--cnvs-sys-breakpoints-m",
186
+ "l": "--cnvs-sys-breakpoints-l",
187
+ "xl": "--cnvs-sys-breakpoints-xl"
188
+ };
9
189
  exports.depth = {
10
190
  "1": "--cnvs-sys-depth-1",
11
191
  "2": "--cnvs-sys-depth-2",
@@ -15,7 +195,15 @@ exports.depth = {
15
195
  "6": "--cnvs-sys-depth-6"
16
196
  };
17
197
  exports.opacity = {
18
- "disabled": "--cnvs-sys-opacity-disabled"
198
+ "zero": "--cnvs-sys-opacity-zero",
199
+ "disabled": "--cnvs-sys-opacity-disabled",
200
+ "overlay": "--cnvs-sys-opacity-overlay",
201
+ "contrast": "--cnvs-sys-opacity-contrast",
202
+ "full": "--cnvs-sys-opacity-full",
203
+ "shadow": {
204
+ "first": "--cnvs-sys-opacity-shadow-first",
205
+ "second": "--cnvs-sys-opacity-shadow-second"
206
+ }
19
207
  };
20
208
  exports.shape = {
21
209
  "zero": "--cnvs-sys-shape-zero",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 11 Mar 2024 16:43:19 GMT
3
+ * Generated on Thu, 21 Mar 2024 03:34:06 GMT
4
4
  */
5
5
 
6
6
  export declare const cinnamon100 = "--cnvs-base-palette-cinnamon-100" as const;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 11 Mar 2024 16:43:19 GMT
3
+ * Generated on Thu, 21 Mar 2024 03:34:06 GMT
4
4
  */
5
5
 
6
6
  export const cinnamon100 = "--cnvs-base-palette-cinnamon-100";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 11 Mar 2024 16:43:19 GMT
3
+ * Generated on Thu, 21 Mar 2024 03:34:06 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 Mon, 11 Mar 2024 16:43:19 GMT
3
+ * Generated on Thu, 21 Mar 2024 03:34:06 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 Mon, 11 Mar 2024 16:43:19 GMT
3
+ * Generated on Thu, 21 Mar 2024 03:34:06 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 Mon, 11 Mar 2024 16:43:19 GMT
3
+ * Generated on Thu, 21 Mar 2024 03:34:06 GMT
4
4
  */
5
5
 
6
6
  import * as base from "./base";