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