@workday/canvas-tokens-web 4.0.4 → 4.0.6
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 +1 -1
- package/css/brand/_variables.css +1 -1
- package/css/system/_variables.css +10 -10
- 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 +785 -171
- 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 +2249 -689
- package/dist/common-js/system/index.js +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 +785 -171
- 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 +2249 -689
- package/dist/es6/system/index.js +1 -1
- package/less/base/_variables.less +1 -1
- package/less/brand/_variables.less +1 -1
- package/less/system/_variables.less +10 -10
- package/package.json +1 -1
- package/scss/base/_variables.sass +1 -1
- package/scss/base/_variables.scss +1 -1
- package/scss/brand/_variables.sass +1 -1
- package/scss/brand/_variables.scss +1 -1
- package/scss/system/_variables.sass +10 -10
- package/scss/system/_variables.scss +10 -10
|
@@ -1,488 +1,1102 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 29 Jan 2026 19:14:51 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
/**
|
|
6
|
+
/**
|
|
7
|
+
* **value**: `{base.palette.blue.25}`
|
|
8
|
+
*
|
|
9
|
+
* **CSS Var**: `--cnvs-brand-primary-25`
|
|
10
|
+
*/
|
|
7
11
|
export declare const primary25: "--cnvs-brand-primary-25";
|
|
8
12
|
|
|
9
|
-
/**
|
|
13
|
+
/**
|
|
14
|
+
* **value**: `{base.palette.blue.50}`
|
|
15
|
+
*
|
|
16
|
+
* **CSS Var**: `--cnvs-brand-primary-50`
|
|
17
|
+
*/
|
|
10
18
|
export declare const primary50: "--cnvs-brand-primary-50";
|
|
11
19
|
|
|
12
|
-
/**
|
|
20
|
+
/**
|
|
21
|
+
* **value**: `{base.palette.blue.100}`
|
|
22
|
+
*
|
|
23
|
+
* **CSS Var**: `--cnvs-brand-primary-100`
|
|
24
|
+
*/
|
|
13
25
|
export declare const primary100: "--cnvs-brand-primary-100";
|
|
14
26
|
|
|
15
|
-
/**
|
|
27
|
+
/**
|
|
28
|
+
* **value**: `{base.palette.blue.200}`
|
|
29
|
+
*
|
|
30
|
+
* **CSS Var**: `--cnvs-brand-primary-200`
|
|
31
|
+
*/
|
|
16
32
|
export declare const primary200: "--cnvs-brand-primary-200";
|
|
17
33
|
|
|
18
|
-
/**
|
|
34
|
+
/**
|
|
35
|
+
* **value**: `{base.palette.blue.300}`
|
|
36
|
+
*
|
|
37
|
+
* **CSS Var**: `--cnvs-brand-primary-300`
|
|
38
|
+
*/
|
|
19
39
|
export declare const primary300: "--cnvs-brand-primary-300";
|
|
20
40
|
|
|
21
|
-
/**
|
|
41
|
+
/**
|
|
42
|
+
* **value**: `{base.palette.blue.400}`
|
|
43
|
+
*
|
|
44
|
+
* **CSS Var**: `--cnvs-brand-primary-400`
|
|
45
|
+
*/
|
|
22
46
|
export declare const primary400: "--cnvs-brand-primary-400";
|
|
23
47
|
|
|
24
|
-
/**
|
|
48
|
+
/**
|
|
49
|
+
* **value**: `{base.palette.blue.500}`
|
|
50
|
+
*
|
|
51
|
+
* **CSS Var**: `--cnvs-brand-primary-500`
|
|
52
|
+
*/
|
|
25
53
|
export declare const primary500: "--cnvs-brand-primary-500";
|
|
26
54
|
|
|
27
55
|
/**
|
|
28
|
-
* {base.palette.blue.600}
|
|
29
|
-
*
|
|
30
|
-
* Base primary color. Use fg.inverse on this.
|
|
56
|
+
* **value**: `{base.palette.blue.600}`
|
|
31
57
|
*
|
|
58
|
+
* **CSS Var**: `--cnvs-brand-primary-600`
|
|
32
59
|
*
|
|
60
|
+
* Base primary color. Use fg.inverse on this.
|
|
33
61
|
*/
|
|
34
62
|
export declare const primary600: "--cnvs-brand-primary-600";
|
|
35
63
|
|
|
36
|
-
/**
|
|
64
|
+
/**
|
|
65
|
+
* **value**: `{base.palette.blue.700}`
|
|
66
|
+
*
|
|
67
|
+
* **CSS Var**: `--cnvs-brand-primary-700`
|
|
68
|
+
*/
|
|
37
69
|
export declare const primary700: "--cnvs-brand-primary-700";
|
|
38
70
|
|
|
39
|
-
/**
|
|
71
|
+
/**
|
|
72
|
+
* **value**: `{base.palette.blue.800}`
|
|
73
|
+
*
|
|
74
|
+
* **CSS Var**: `--cnvs-brand-primary-800`
|
|
75
|
+
*/
|
|
40
76
|
export declare const primary800: "--cnvs-brand-primary-800";
|
|
41
77
|
|
|
42
|
-
/**
|
|
78
|
+
/**
|
|
79
|
+
* **value**: `{base.palette.blue.900}`
|
|
80
|
+
*
|
|
81
|
+
* **CSS Var**: `--cnvs-brand-primary-900`
|
|
82
|
+
*/
|
|
43
83
|
export declare const primary900: "--cnvs-brand-primary-900";
|
|
44
84
|
|
|
45
|
-
/**
|
|
85
|
+
/**
|
|
86
|
+
* **value**: `{base.palette.blue.950}`
|
|
87
|
+
*
|
|
88
|
+
* **CSS Var**: `--cnvs-brand-primary-950`
|
|
89
|
+
*/
|
|
46
90
|
export declare const primary950: "--cnvs-brand-primary-950";
|
|
47
91
|
|
|
48
|
-
/**
|
|
92
|
+
/**
|
|
93
|
+
* **value**: `{base.palette.blue.975}`
|
|
94
|
+
*
|
|
95
|
+
* **CSS Var**: `--cnvs-brand-primary-975`
|
|
96
|
+
*/
|
|
49
97
|
export declare const primary975: "--cnvs-brand-primary-975";
|
|
50
98
|
|
|
51
99
|
export declare const primary: {
|
|
52
|
-
/**
|
|
100
|
+
/**
|
|
101
|
+
* **value**: `{brand.primary.600}`
|
|
102
|
+
*
|
|
103
|
+
* **CSS Var**: `--cnvs-brand-primary-base`
|
|
104
|
+
*
|
|
105
|
+
* @deprecated replace primary.base with {brand.primary.600}
|
|
106
|
+
*/
|
|
53
107
|
"base": "--cnvs-brand-primary-base",
|
|
54
|
-
/**
|
|
108
|
+
/**
|
|
109
|
+
* **value**: `{brand.primary.25}`
|
|
110
|
+
*
|
|
111
|
+
* **CSS Var**: `--cnvs-brand-primary-lightest`
|
|
112
|
+
*
|
|
113
|
+
* @deprecated replace primary.lightest with {brand.primary.25}
|
|
114
|
+
*/
|
|
55
115
|
"lightest": "--cnvs-brand-primary-lightest",
|
|
56
|
-
/**
|
|
116
|
+
/**
|
|
117
|
+
* **value**: `{brand.primary.800}`
|
|
118
|
+
*
|
|
119
|
+
* **CSS Var**: `--cnvs-brand-primary-darkest`
|
|
120
|
+
*
|
|
121
|
+
* @deprecated replace primary.darkest with {brand.primary.800}
|
|
122
|
+
*/
|
|
57
123
|
"darkest": "--cnvs-brand-primary-darkest",
|
|
58
|
-
/**
|
|
124
|
+
/**
|
|
125
|
+
* **value**: `{brand.primary.700}`
|
|
126
|
+
*
|
|
127
|
+
* **CSS Var**: `--cnvs-brand-primary-dark`
|
|
128
|
+
*
|
|
129
|
+
* @deprecated replace primary.dark with {brand.primary.700}
|
|
130
|
+
*/
|
|
59
131
|
"dark": "--cnvs-brand-primary-dark",
|
|
60
|
-
/**
|
|
132
|
+
/**
|
|
133
|
+
* **value**: `{sys.color.fg.inverse}`
|
|
134
|
+
*
|
|
135
|
+
* **CSS Var**: `--cnvs-brand-primary-accent`
|
|
136
|
+
*
|
|
137
|
+
* @deprecated replace primary.accent with {sys.color.fg.inverse}
|
|
138
|
+
*/
|
|
61
139
|
"accent": "--cnvs-brand-primary-accent",
|
|
62
|
-
/**
|
|
140
|
+
/**
|
|
141
|
+
* **value**: `{brand.primary.50}`
|
|
142
|
+
*
|
|
143
|
+
* **CSS Var**: `--cnvs-brand-primary-lighter`
|
|
144
|
+
*
|
|
145
|
+
* @deprecated replace primary.lighter with {brand.primary.50}
|
|
146
|
+
*/
|
|
63
147
|
"lighter": "--cnvs-brand-primary-lighter",
|
|
64
|
-
/**
|
|
148
|
+
/**
|
|
149
|
+
* **value**: `{brand.primary.200}`
|
|
150
|
+
*
|
|
151
|
+
* **CSS Var**: `--cnvs-brand-primary-light`
|
|
152
|
+
*
|
|
153
|
+
* @deprecated replace primary.light with {brand.primary.200}
|
|
154
|
+
*/
|
|
65
155
|
"light": "--cnvs-brand-primary-light",
|
|
66
156
|
};
|
|
67
157
|
|
|
68
|
-
/**
|
|
158
|
+
/**
|
|
159
|
+
* **value**: `{base.palette.blue.A25}`
|
|
160
|
+
*
|
|
161
|
+
* **CSS Var**: `--cnvs-brand-primary-a25`
|
|
162
|
+
*/
|
|
69
163
|
export declare const primaryA25: "--cnvs-brand-primary-a25";
|
|
70
164
|
|
|
71
|
-
/**
|
|
165
|
+
/**
|
|
166
|
+
* **value**: `{base.palette.blue.A50}`
|
|
167
|
+
*
|
|
168
|
+
* **CSS Var**: `--cnvs-brand-primary-a50`
|
|
169
|
+
*/
|
|
72
170
|
export declare const primaryA50: "--cnvs-brand-primary-a50";
|
|
73
171
|
|
|
74
|
-
/**
|
|
172
|
+
/**
|
|
173
|
+
* **value**: `{base.palette.blue.A100}`
|
|
174
|
+
*
|
|
175
|
+
* **CSS Var**: `--cnvs-brand-primary-a100`
|
|
176
|
+
*/
|
|
75
177
|
export declare const primaryA100: "--cnvs-brand-primary-a100";
|
|
76
178
|
|
|
77
|
-
/**
|
|
179
|
+
/**
|
|
180
|
+
* **value**: `{base.palette.blue.A200}`
|
|
181
|
+
*
|
|
182
|
+
* **CSS Var**: `--cnvs-brand-primary-a200`
|
|
183
|
+
*/
|
|
78
184
|
export declare const primaryA200: "--cnvs-brand-primary-a200";
|
|
79
185
|
|
|
80
186
|
export declare const error: {
|
|
81
|
-
/**
|
|
187
|
+
/**
|
|
188
|
+
* **value**: `{brand.critical.600}`
|
|
189
|
+
*
|
|
190
|
+
* **CSS Var**: `--cnvs-brand-error-base`
|
|
191
|
+
*
|
|
192
|
+
* @deprecated replace error.base with {brand.critical.600}
|
|
193
|
+
*/
|
|
82
194
|
"base": "--cnvs-brand-error-base",
|
|
83
|
-
/**
|
|
195
|
+
/**
|
|
196
|
+
* **value**: `{brand.critical.25}`
|
|
197
|
+
*
|
|
198
|
+
* **CSS Var**: `--cnvs-brand-error-lightest`
|
|
199
|
+
*
|
|
200
|
+
* @deprecated replace error.lightest with {brand.critical.25}
|
|
201
|
+
*/
|
|
84
202
|
"lightest": "--cnvs-brand-error-lightest",
|
|
85
|
-
/**
|
|
203
|
+
/**
|
|
204
|
+
* **value**: `{brand.critical.700}`
|
|
205
|
+
*
|
|
206
|
+
* **CSS Var**: `--cnvs-brand-error-dark`
|
|
207
|
+
*
|
|
208
|
+
* @deprecated replace error.dark with {brand.critical.700}
|
|
209
|
+
*/
|
|
86
210
|
"dark": "--cnvs-brand-error-dark",
|
|
87
|
-
/**
|
|
211
|
+
/**
|
|
212
|
+
* **value**: `{brand.critical.800}`
|
|
213
|
+
*
|
|
214
|
+
* **CSS Var**: `--cnvs-brand-error-darkest`
|
|
215
|
+
*
|
|
216
|
+
* @deprecated replace error.darkest with {brand.critical.800}
|
|
217
|
+
*/
|
|
88
218
|
"darkest": "--cnvs-brand-error-darkest",
|
|
89
|
-
/**
|
|
219
|
+
/**
|
|
220
|
+
* **value**: `{sys.color.fg.inverse}`
|
|
221
|
+
*
|
|
222
|
+
* **CSS Var**: `--cnvs-brand-error-accent`
|
|
223
|
+
*
|
|
224
|
+
* @deprecated replace error.accent with {sys.color.fg.inverse}
|
|
225
|
+
*/
|
|
90
226
|
"accent": "--cnvs-brand-error-accent",
|
|
91
|
-
/**
|
|
227
|
+
/**
|
|
228
|
+
* **value**: `{brand.critical.50}`
|
|
229
|
+
*
|
|
230
|
+
* **CSS Var**: `--cnvs-brand-error-lighter`
|
|
231
|
+
*
|
|
232
|
+
* @deprecated replace error.lighter with {brand.critical.50}
|
|
233
|
+
*/
|
|
92
234
|
"lighter": "--cnvs-brand-error-lighter",
|
|
93
|
-
/**
|
|
235
|
+
/**
|
|
236
|
+
* **value**: `{brand.critical.200}`
|
|
237
|
+
*
|
|
238
|
+
* **CSS Var**: `--cnvs-brand-error-light`
|
|
239
|
+
*
|
|
240
|
+
* @deprecated replace error.light with {brand.critical.200}
|
|
241
|
+
*/
|
|
94
242
|
"light": "--cnvs-brand-error-light",
|
|
95
243
|
};
|
|
96
244
|
|
|
97
245
|
export declare const alert: {
|
|
98
|
-
/**
|
|
246
|
+
/**
|
|
247
|
+
* **value**: `{brand.caution.400}`
|
|
248
|
+
*
|
|
249
|
+
* **CSS Var**: `--cnvs-brand-alert-base`
|
|
250
|
+
*
|
|
251
|
+
* @deprecated replace alert.base with {brand.caution.400}
|
|
252
|
+
*/
|
|
99
253
|
"base": "--cnvs-brand-alert-base",
|
|
100
|
-
/**
|
|
254
|
+
/**
|
|
255
|
+
* **value**: `{brand.caution.50}`
|
|
256
|
+
*
|
|
257
|
+
* **CSS Var**: `--cnvs-brand-alert-lighter`
|
|
258
|
+
*
|
|
259
|
+
* @deprecated replace alert.lighter with {brand.caution.50}
|
|
260
|
+
*/
|
|
101
261
|
"lighter": "--cnvs-brand-alert-lighter",
|
|
102
|
-
/**
|
|
262
|
+
/**
|
|
263
|
+
* **value**: `{brand.caution.25}`
|
|
264
|
+
*
|
|
265
|
+
* **CSS Var**: `--cnvs-brand-alert-lightest`
|
|
266
|
+
*
|
|
267
|
+
* @deprecated replace alert.lightest with {brand.caution.25}
|
|
268
|
+
*/
|
|
103
269
|
"lightest": "--cnvs-brand-alert-lightest",
|
|
104
|
-
/**
|
|
270
|
+
/**
|
|
271
|
+
* **value**: `{brand.caution.500}`
|
|
272
|
+
*
|
|
273
|
+
* **CSS Var**: `--cnvs-brand-alert-dark`
|
|
274
|
+
*
|
|
275
|
+
* @deprecated replace alert.dark with {brand.caution.500}
|
|
276
|
+
*/
|
|
105
277
|
"dark": "--cnvs-brand-alert-dark",
|
|
106
|
-
/**
|
|
278
|
+
/**
|
|
279
|
+
* **value**: `{brand.caution.600}`
|
|
280
|
+
*
|
|
281
|
+
* **CSS Var**: `--cnvs-brand-alert-darkest`
|
|
282
|
+
*
|
|
283
|
+
* @deprecated replace alert.darkest with {brand.caution.600}
|
|
284
|
+
*/
|
|
107
285
|
"darkest": "--cnvs-brand-alert-darkest",
|
|
108
|
-
/**
|
|
286
|
+
/**
|
|
287
|
+
* **value**: `{sys.color.fg.contrast.default}`
|
|
288
|
+
*
|
|
289
|
+
* **CSS Var**: `--cnvs-brand-alert-accent`
|
|
290
|
+
*
|
|
291
|
+
* @deprecated replace alert.darkest with {sys.color.fg.contrast.default}
|
|
292
|
+
*/
|
|
109
293
|
"accent": "--cnvs-brand-alert-accent",
|
|
110
|
-
/**
|
|
294
|
+
/**
|
|
295
|
+
* **value**: `{brand.caution.200}`
|
|
296
|
+
*
|
|
297
|
+
* **CSS Var**: `--cnvs-brand-alert-light`
|
|
298
|
+
*
|
|
299
|
+
* @deprecated replace alert.light with {brand.caution.200}
|
|
300
|
+
*/
|
|
111
301
|
"light": "--cnvs-brand-alert-light",
|
|
112
302
|
};
|
|
113
303
|
|
|
114
304
|
export declare const success: {
|
|
115
|
-
/**
|
|
305
|
+
/**
|
|
306
|
+
* **value**: `{brand.positive.600}`
|
|
307
|
+
*
|
|
308
|
+
* **CSS Var**: `--cnvs-brand-success-base`
|
|
309
|
+
*
|
|
310
|
+
* @deprecated replace success.base with {brand.positive.600}
|
|
311
|
+
*/
|
|
116
312
|
"base": "--cnvs-brand-success-base",
|
|
117
|
-
/**
|
|
313
|
+
/**
|
|
314
|
+
* **value**: `{brand.positive.25}`
|
|
315
|
+
*
|
|
316
|
+
* **CSS Var**: `--cnvs-brand-success-lightest`
|
|
317
|
+
*
|
|
318
|
+
* @deprecated replace success.lightest with {brand.positive.25}
|
|
319
|
+
*/
|
|
118
320
|
"lightest": "--cnvs-brand-success-lightest",
|
|
119
|
-
/**
|
|
321
|
+
/**
|
|
322
|
+
* **value**: `{brand.positive.50}`
|
|
323
|
+
*
|
|
324
|
+
* **CSS Var**: `--cnvs-brand-success-lighter`
|
|
325
|
+
*
|
|
326
|
+
* @deprecated replace success.lighter with {brand.positive.50}
|
|
327
|
+
*/
|
|
120
328
|
"lighter": "--cnvs-brand-success-lighter",
|
|
121
|
-
/**
|
|
329
|
+
/**
|
|
330
|
+
* **value**: `{brand.positive.700}`
|
|
331
|
+
*
|
|
332
|
+
* **CSS Var**: `--cnvs-brand-success-dark`
|
|
333
|
+
*
|
|
334
|
+
* @deprecated replace success.dark with {brand.positive.700}
|
|
335
|
+
*/
|
|
122
336
|
"dark": "--cnvs-brand-success-dark",
|
|
123
|
-
/**
|
|
337
|
+
/**
|
|
338
|
+
* **value**: `{brand.positive.800}`
|
|
339
|
+
*
|
|
340
|
+
* **CSS Var**: `--cnvs-brand-success-darkest`
|
|
341
|
+
*
|
|
342
|
+
* @deprecated replace success.darkest with {brand.positive.800}
|
|
343
|
+
*/
|
|
124
344
|
"darkest": "--cnvs-brand-success-darkest",
|
|
125
|
-
/**
|
|
345
|
+
/**
|
|
346
|
+
* **value**: `{sys.color.fg.inverse}`
|
|
347
|
+
*
|
|
348
|
+
* **CSS Var**: `--cnvs-brand-success-accent`
|
|
349
|
+
*
|
|
350
|
+
* @deprecated replace success.accent with {sys.color.fg.inverse}
|
|
351
|
+
*/
|
|
126
352
|
"accent": "--cnvs-brand-success-accent",
|
|
127
|
-
/**
|
|
353
|
+
/**
|
|
354
|
+
* **value**: `{brand.positive.200}`
|
|
355
|
+
*
|
|
356
|
+
* **CSS Var**: `--cnvs-brand-success-light`
|
|
357
|
+
*
|
|
358
|
+
* @deprecated replace success.light with {brand.positive.200}
|
|
359
|
+
*/
|
|
128
360
|
"light": "--cnvs-brand-success-light",
|
|
129
361
|
};
|
|
130
362
|
|
|
131
|
-
/**
|
|
363
|
+
/**
|
|
364
|
+
* **value**: `{base.palette.slate.25}`
|
|
365
|
+
*
|
|
366
|
+
* **CSS Var**: `--cnvs-brand-neutral-25`
|
|
367
|
+
*/
|
|
132
368
|
export declare const neutral25: "--cnvs-brand-neutral-25";
|
|
133
369
|
|
|
134
|
-
/**
|
|
370
|
+
/**
|
|
371
|
+
* **value**: `{base.palette.slate.50}`
|
|
372
|
+
*
|
|
373
|
+
* **CSS Var**: `--cnvs-brand-neutral-50`
|
|
374
|
+
*/
|
|
135
375
|
export declare const neutral50: "--cnvs-brand-neutral-50";
|
|
136
376
|
|
|
137
|
-
/**
|
|
377
|
+
/**
|
|
378
|
+
* **value**: `{base.palette.slate.100}`
|
|
379
|
+
*
|
|
380
|
+
* **CSS Var**: `--cnvs-brand-neutral-100`
|
|
381
|
+
*/
|
|
138
382
|
export declare const neutral100: "--cnvs-brand-neutral-100";
|
|
139
383
|
|
|
140
|
-
/**
|
|
384
|
+
/**
|
|
385
|
+
* **value**: `{base.palette.slate.200}`
|
|
386
|
+
*
|
|
387
|
+
* **CSS Var**: `--cnvs-brand-neutral-200`
|
|
388
|
+
*/
|
|
141
389
|
export declare const neutral200: "--cnvs-brand-neutral-200";
|
|
142
390
|
|
|
143
|
-
/**
|
|
391
|
+
/**
|
|
392
|
+
* **value**: `{base.palette.slate.300}`
|
|
393
|
+
*
|
|
394
|
+
* **CSS Var**: `--cnvs-brand-neutral-300`
|
|
395
|
+
*/
|
|
144
396
|
export declare const neutral300: "--cnvs-brand-neutral-300";
|
|
145
397
|
|
|
146
|
-
/**
|
|
398
|
+
/**
|
|
399
|
+
* **value**: `{base.palette.slate.400}`
|
|
400
|
+
*
|
|
401
|
+
* **CSS Var**: `--cnvs-brand-neutral-400`
|
|
402
|
+
*/
|
|
147
403
|
export declare const neutral400: "--cnvs-brand-neutral-400";
|
|
148
404
|
|
|
149
|
-
/**
|
|
405
|
+
/**
|
|
406
|
+
* **value**: `{base.palette.slate.500}`
|
|
407
|
+
*
|
|
408
|
+
* **CSS Var**: `--cnvs-brand-neutral-500`
|
|
409
|
+
*/
|
|
150
410
|
export declare const neutral500: "--cnvs-brand-neutral-500";
|
|
151
411
|
|
|
152
|
-
/**
|
|
412
|
+
/**
|
|
413
|
+
* **value**: `{base.palette.slate.600}`
|
|
414
|
+
*
|
|
415
|
+
* **CSS Var**: `--cnvs-brand-neutral-600`
|
|
416
|
+
*/
|
|
153
417
|
export declare const neutral600: "--cnvs-brand-neutral-600";
|
|
154
418
|
|
|
155
|
-
/**
|
|
419
|
+
/**
|
|
420
|
+
* **value**: `{base.palette.slate.700}`
|
|
421
|
+
*
|
|
422
|
+
* **CSS Var**: `--cnvs-brand-neutral-700`
|
|
423
|
+
*/
|
|
156
424
|
export declare const neutral700: "--cnvs-brand-neutral-700";
|
|
157
425
|
|
|
158
|
-
/**
|
|
426
|
+
/**
|
|
427
|
+
* **value**: `{base.palette.slate.800}`
|
|
428
|
+
*
|
|
429
|
+
* **CSS Var**: `--cnvs-brand-neutral-800`
|
|
430
|
+
*/
|
|
159
431
|
export declare const neutral800: "--cnvs-brand-neutral-800";
|
|
160
432
|
|
|
161
|
-
/**
|
|
433
|
+
/**
|
|
434
|
+
* **value**: `{base.palette.slate.900}`
|
|
435
|
+
*
|
|
436
|
+
* **CSS Var**: `--cnvs-brand-neutral-900`
|
|
437
|
+
*/
|
|
162
438
|
export declare const neutral900: "--cnvs-brand-neutral-900";
|
|
163
439
|
|
|
164
|
-
/**
|
|
440
|
+
/**
|
|
441
|
+
* **value**: `{base.palette.slate.950}`
|
|
442
|
+
*
|
|
443
|
+
* **CSS Var**: `--cnvs-brand-neutral-950`
|
|
444
|
+
*/
|
|
165
445
|
export declare const neutral950: "--cnvs-brand-neutral-950";
|
|
166
446
|
|
|
167
|
-
/**
|
|
447
|
+
/**
|
|
448
|
+
* **value**: `{base.palette.slate.975}`
|
|
449
|
+
*
|
|
450
|
+
* **CSS Var**: `--cnvs-brand-neutral-975`
|
|
451
|
+
*/
|
|
168
452
|
export declare const neutral975: "--cnvs-brand-neutral-975";
|
|
169
453
|
|
|
170
454
|
export declare const neutral: {
|
|
171
|
-
/**
|
|
455
|
+
/**
|
|
456
|
+
* **value**: `{brand.neutral.25}`
|
|
457
|
+
*
|
|
458
|
+
* **CSS Var**: `--cnvs-brand-neutral-lightest`
|
|
459
|
+
*
|
|
460
|
+
* @deprecated replace neutral.lightest with {brand.neutral.25}
|
|
461
|
+
*/
|
|
172
462
|
"lightest": "--cnvs-brand-neutral-lightest",
|
|
173
|
-
/**
|
|
463
|
+
/**
|
|
464
|
+
* **value**: `{brand.neutral.600}`
|
|
465
|
+
*
|
|
466
|
+
* **CSS Var**: `--cnvs-brand-neutral-base`
|
|
467
|
+
*
|
|
468
|
+
* @deprecated replace neutral.base with {brand.neutral.600}
|
|
469
|
+
*/
|
|
174
470
|
"base": "--cnvs-brand-neutral-base",
|
|
175
|
-
/**
|
|
471
|
+
/**
|
|
472
|
+
* **value**: `{brand.neutral.700}`
|
|
473
|
+
*
|
|
474
|
+
* **CSS Var**: `--cnvs-brand-neutral-dark`
|
|
475
|
+
*
|
|
476
|
+
* @deprecated replace neutral.dark with {brand.neutral.700}
|
|
477
|
+
*/
|
|
176
478
|
"dark": "--cnvs-brand-neutral-dark",
|
|
177
|
-
/**
|
|
479
|
+
/**
|
|
480
|
+
* **value**: `{brand.neutral.800}`
|
|
481
|
+
*
|
|
482
|
+
* **CSS Var**: `--cnvs-brand-neutral-darkest`
|
|
483
|
+
*
|
|
484
|
+
* @deprecated replace neutral.darkest with {brand.neutral.800}
|
|
485
|
+
*/
|
|
178
486
|
"darkest": "--cnvs-brand-neutral-darkest",
|
|
179
|
-
/**
|
|
487
|
+
/**
|
|
488
|
+
* **value**: `{sys.color.fg.inverse}`
|
|
489
|
+
*
|
|
490
|
+
* **CSS Var**: `--cnvs-brand-neutral-accent`
|
|
491
|
+
*
|
|
492
|
+
* @deprecated replace neutral.accent with {sys.color.fg.inverse}
|
|
493
|
+
*/
|
|
180
494
|
"accent": "--cnvs-brand-neutral-accent",
|
|
181
|
-
/**
|
|
495
|
+
/**
|
|
496
|
+
* **value**: `{base.palette.slate.50}`
|
|
497
|
+
*
|
|
498
|
+
* **CSS Var**: `--cnvs-brand-neutral-lighter`
|
|
499
|
+
*
|
|
500
|
+
* @deprecated replace neutral.lighter with {brand.neutral.50}
|
|
501
|
+
*/
|
|
182
502
|
"lighter": "--cnvs-brand-neutral-lighter",
|
|
183
|
-
/**
|
|
503
|
+
/**
|
|
504
|
+
* **value**: `{base.palette.slate.200}`
|
|
505
|
+
*
|
|
506
|
+
* **CSS Var**: `--cnvs-brand-neutral-light`
|
|
507
|
+
*
|
|
508
|
+
* @deprecated replace neutral.light with {brand.neutral.200}
|
|
509
|
+
*/
|
|
184
510
|
"light": "--cnvs-brand-neutral-light",
|
|
185
511
|
};
|
|
186
512
|
|
|
187
|
-
/**
|
|
513
|
+
/**
|
|
514
|
+
* **value**: `{base.palette.slate.A25}`
|
|
515
|
+
*
|
|
516
|
+
* **CSS Var**: `--cnvs-brand-neutral-a25`
|
|
517
|
+
*/
|
|
188
518
|
export declare const neutralA25: "--cnvs-brand-neutral-a25";
|
|
189
519
|
|
|
190
|
-
/**
|
|
520
|
+
/**
|
|
521
|
+
* **value**: `{base.palette.slate.A50}`
|
|
522
|
+
*
|
|
523
|
+
* **CSS Var**: `--cnvs-brand-neutral-a50`
|
|
524
|
+
*/
|
|
191
525
|
export declare const neutralA50: "--cnvs-brand-neutral-a50";
|
|
192
526
|
|
|
193
|
-
/**
|
|
527
|
+
/**
|
|
528
|
+
* **value**: `{base.palette.slate.A100}`
|
|
529
|
+
*
|
|
530
|
+
* **CSS Var**: `--cnvs-brand-neutral-a100`
|
|
531
|
+
*/
|
|
194
532
|
export declare const neutralA100: "--cnvs-brand-neutral-a100";
|
|
195
533
|
|
|
196
|
-
/**
|
|
534
|
+
/**
|
|
535
|
+
* **value**: `{base.palette.slate.A200}`
|
|
536
|
+
*
|
|
537
|
+
* **CSS Var**: `--cnvs-brand-neutral-a200`
|
|
538
|
+
*/
|
|
197
539
|
export declare const neutralA200: "--cnvs-brand-neutral-a200";
|
|
198
540
|
|
|
199
|
-
/**
|
|
541
|
+
/**
|
|
542
|
+
* **value**: `{base.palette.slate.A300}`
|
|
543
|
+
*
|
|
544
|
+
* **CSS Var**: `--cnvs-brand-neutral-a300`
|
|
545
|
+
*/
|
|
200
546
|
export declare const neutralA300: "--cnvs-brand-neutral-a300";
|
|
201
547
|
|
|
202
|
-
/**
|
|
548
|
+
/**
|
|
549
|
+
* **value**: `{base.palette.slate.A400}`
|
|
550
|
+
*
|
|
551
|
+
* **CSS Var**: `--cnvs-brand-neutral-a400`
|
|
552
|
+
*/
|
|
203
553
|
export declare const neutralA400: "--cnvs-brand-neutral-a400";
|
|
204
554
|
|
|
205
|
-
/**
|
|
555
|
+
/**
|
|
556
|
+
* **value**: `{base.palette.slate.A500}`
|
|
557
|
+
*
|
|
558
|
+
* **CSS Var**: `--cnvs-brand-neutral-a500`
|
|
559
|
+
*/
|
|
206
560
|
export declare const neutralA500: "--cnvs-brand-neutral-a500";
|
|
207
561
|
|
|
208
|
-
/**
|
|
562
|
+
/**
|
|
563
|
+
* **value**: `{base.palette.slate.A600}`
|
|
564
|
+
*
|
|
565
|
+
* **CSS Var**: `--cnvs-brand-neutral-a600`
|
|
566
|
+
*/
|
|
209
567
|
export declare const neutralA600: "--cnvs-brand-neutral-a600";
|
|
210
568
|
|
|
211
|
-
/**
|
|
569
|
+
/**
|
|
570
|
+
* **value**: `{base.palette.slate.A700}`
|
|
571
|
+
*
|
|
572
|
+
* **CSS Var**: `--cnvs-brand-neutral-a700`
|
|
573
|
+
*/
|
|
212
574
|
export declare const neutralA700: "--cnvs-brand-neutral-a700";
|
|
213
575
|
|
|
214
|
-
/**
|
|
576
|
+
/**
|
|
577
|
+
* **value**: `{base.palette.slate.A800}`
|
|
578
|
+
*
|
|
579
|
+
* **CSS Var**: `--cnvs-brand-neutral-a800`
|
|
580
|
+
*/
|
|
215
581
|
export declare const neutralA800: "--cnvs-brand-neutral-a800";
|
|
216
582
|
|
|
217
|
-
/**
|
|
583
|
+
/**
|
|
584
|
+
* **value**: `{base.palette.slate.A900}`
|
|
585
|
+
*
|
|
586
|
+
* **CSS Var**: `--cnvs-brand-neutral-a900`
|
|
587
|
+
*/
|
|
218
588
|
export declare const neutralA900: "--cnvs-brand-neutral-a900";
|
|
219
589
|
|
|
220
|
-
/**
|
|
590
|
+
/**
|
|
591
|
+
* **value**: `{base.palette.slate.A950}`
|
|
592
|
+
*
|
|
593
|
+
* **CSS Var**: `--cnvs-brand-neutral-a950`
|
|
594
|
+
*/
|
|
221
595
|
export declare const neutralA950: "--cnvs-brand-neutral-a950";
|
|
222
596
|
|
|
223
|
-
/**
|
|
597
|
+
/**
|
|
598
|
+
* **value**: `{base.palette.slate.A975}`
|
|
599
|
+
*
|
|
600
|
+
* **CSS Var**: `--cnvs-brand-neutral-a975`
|
|
601
|
+
*/
|
|
224
602
|
export declare const neutralA975: "--cnvs-brand-neutral-a975";
|
|
225
603
|
|
|
226
604
|
export declare const common: {
|
|
227
|
-
/**
|
|
605
|
+
/**
|
|
606
|
+
* **value**: `{brand.common.focus}`
|
|
607
|
+
*
|
|
608
|
+
* **CSS Var**: `--cnvs-brand-common-focus-outline`
|
|
609
|
+
*
|
|
610
|
+
* @deprecated replace focus-outline with {brand.common.focus}
|
|
611
|
+
*/
|
|
228
612
|
"focusOutline": "--cnvs-brand-common-focus-outline",
|
|
229
|
-
/**
|
|
613
|
+
/**
|
|
614
|
+
* **value**: `{brand.common.critical}`
|
|
615
|
+
*
|
|
616
|
+
* **CSS Var**: `--cnvs-brand-common-error-inner`
|
|
617
|
+
*
|
|
618
|
+
* @deprecated replace error-inner with {brand.common.critical}
|
|
619
|
+
*/
|
|
230
620
|
"errorInner": "--cnvs-brand-common-error-inner",
|
|
231
|
-
/**
|
|
621
|
+
/**
|
|
622
|
+
* **value**: `{brand.common.caution.inner}`
|
|
623
|
+
*
|
|
624
|
+
* **CSS Var**: `--cnvs-brand-common-alert-inner`
|
|
625
|
+
*
|
|
626
|
+
* @deprecated replace alert-inner with {brand.common.caution.inner}
|
|
627
|
+
*/
|
|
232
628
|
"alertInner": "--cnvs-brand-common-alert-inner",
|
|
233
|
-
/**
|
|
629
|
+
/**
|
|
630
|
+
* **value**: `{brand.common.caution.outer}`
|
|
631
|
+
*
|
|
632
|
+
* **CSS Var**: `--cnvs-brand-common-alert-outer`
|
|
633
|
+
*
|
|
634
|
+
* @deprecated replace alert-outer with {brand.common.caution.outer}
|
|
635
|
+
*/
|
|
234
636
|
"alertOuter": "--cnvs-brand-common-alert-outer",
|
|
235
|
-
/**
|
|
637
|
+
/**
|
|
638
|
+
* **value**: `{brand.primary.500}`
|
|
639
|
+
*
|
|
640
|
+
* **CSS Var**: `--cnvs-brand-common-focus`
|
|
641
|
+
*/
|
|
236
642
|
"focus": "--cnvs-brand-common-focus",
|
|
237
|
-
/**
|
|
643
|
+
/**
|
|
644
|
+
* **value**: `{brand.critical.500}`
|
|
645
|
+
*
|
|
646
|
+
* **CSS Var**: `--cnvs-brand-common-critical`
|
|
647
|
+
*/
|
|
238
648
|
"critical": "--cnvs-brand-common-critical",
|
|
239
649
|
"caution": {
|
|
240
|
-
/**
|
|
650
|
+
/**
|
|
651
|
+
* **value**: `{brand.caution.400}`
|
|
652
|
+
*
|
|
653
|
+
* **CSS Var**: `--cnvs-brand-common-caution-inner`
|
|
654
|
+
*/
|
|
241
655
|
"inner": "--cnvs-brand-common-caution-inner",
|
|
242
|
-
/**
|
|
656
|
+
/**
|
|
657
|
+
* **value**: `{brand.caution.500}`
|
|
658
|
+
*
|
|
659
|
+
* **CSS Var**: `--cnvs-brand-common-caution-outer`
|
|
660
|
+
*/
|
|
243
661
|
"outer": "--cnvs-brand-common-caution-outer",
|
|
244
662
|
},
|
|
245
663
|
};
|
|
246
664
|
|
|
247
|
-
/**
|
|
665
|
+
/**
|
|
666
|
+
* **value**: `{base.palette.red.25}`
|
|
667
|
+
*
|
|
668
|
+
* **CSS Var**: `--cnvs-brand-critical-25`
|
|
669
|
+
*/
|
|
248
670
|
export declare const critical25: "--cnvs-brand-critical-25";
|
|
249
671
|
|
|
250
|
-
/**
|
|
672
|
+
/**
|
|
673
|
+
* **value**: `{base.palette.red.50}`
|
|
674
|
+
*
|
|
675
|
+
* **CSS Var**: `--cnvs-brand-critical-50`
|
|
676
|
+
*/
|
|
251
677
|
export declare const critical50: "--cnvs-brand-critical-50";
|
|
252
678
|
|
|
253
|
-
/**
|
|
679
|
+
/**
|
|
680
|
+
* **value**: `{base.palette.red.100}`
|
|
681
|
+
*
|
|
682
|
+
* **CSS Var**: `--cnvs-brand-critical-100`
|
|
683
|
+
*/
|
|
254
684
|
export declare const critical100: "--cnvs-brand-critical-100";
|
|
255
685
|
|
|
256
|
-
/**
|
|
686
|
+
/**
|
|
687
|
+
* **value**: `{base.palette.red.200}`
|
|
688
|
+
*
|
|
689
|
+
* **CSS Var**: `--cnvs-brand-critical-200`
|
|
690
|
+
*/
|
|
257
691
|
export declare const critical200: "--cnvs-brand-critical-200";
|
|
258
692
|
|
|
259
|
-
/**
|
|
693
|
+
/**
|
|
694
|
+
* **value**: `{base.palette.red.300}`
|
|
695
|
+
*
|
|
696
|
+
* **CSS Var**: `--cnvs-brand-critical-300`
|
|
697
|
+
*/
|
|
260
698
|
export declare const critical300: "--cnvs-brand-critical-300";
|
|
261
699
|
|
|
262
|
-
/**
|
|
700
|
+
/**
|
|
701
|
+
* **value**: `{base.palette.red.400}`
|
|
702
|
+
*
|
|
703
|
+
* **CSS Var**: `--cnvs-brand-critical-400`
|
|
704
|
+
*/
|
|
263
705
|
export declare const critical400: "--cnvs-brand-critical-400";
|
|
264
706
|
|
|
265
|
-
/**
|
|
707
|
+
/**
|
|
708
|
+
* **value**: `{base.palette.red.500}`
|
|
709
|
+
*
|
|
710
|
+
* **CSS Var**: `--cnvs-brand-critical-500`
|
|
711
|
+
*/
|
|
266
712
|
export declare const critical500: "--cnvs-brand-critical-500";
|
|
267
713
|
|
|
268
714
|
/**
|
|
269
|
-
* {base.palette.red.600}
|
|
270
|
-
*
|
|
271
|
-
* Base critical color. Use fg.inverse on this.
|
|
715
|
+
* **value**: `{base.palette.red.600}`
|
|
272
716
|
*
|
|
717
|
+
* **CSS Var**: `--cnvs-brand-critical-600`
|
|
273
718
|
*
|
|
719
|
+
* Base critical color. Use fg.inverse on this.
|
|
274
720
|
*/
|
|
275
721
|
export declare const critical600: "--cnvs-brand-critical-600";
|
|
276
722
|
|
|
277
|
-
/**
|
|
723
|
+
/**
|
|
724
|
+
* **value**: `{base.palette.red.700}`
|
|
725
|
+
*
|
|
726
|
+
* **CSS Var**: `--cnvs-brand-critical-700`
|
|
727
|
+
*/
|
|
278
728
|
export declare const critical700: "--cnvs-brand-critical-700";
|
|
279
729
|
|
|
280
|
-
/**
|
|
730
|
+
/**
|
|
731
|
+
* **value**: `{base.palette.red.800}`
|
|
732
|
+
*
|
|
733
|
+
* **CSS Var**: `--cnvs-brand-critical-800`
|
|
734
|
+
*/
|
|
281
735
|
export declare const critical800: "--cnvs-brand-critical-800";
|
|
282
736
|
|
|
283
|
-
/**
|
|
737
|
+
/**
|
|
738
|
+
* **value**: `{base.palette.red.900}`
|
|
739
|
+
*
|
|
740
|
+
* **CSS Var**: `--cnvs-brand-critical-900`
|
|
741
|
+
*/
|
|
284
742
|
export declare const critical900: "--cnvs-brand-critical-900";
|
|
285
743
|
|
|
286
|
-
/**
|
|
744
|
+
/**
|
|
745
|
+
* **value**: `{base.palette.red.950}`
|
|
746
|
+
*
|
|
747
|
+
* **CSS Var**: `--cnvs-brand-critical-950`
|
|
748
|
+
*/
|
|
287
749
|
export declare const critical950: "--cnvs-brand-critical-950";
|
|
288
750
|
|
|
289
|
-
/**
|
|
751
|
+
/**
|
|
752
|
+
* **value**: `{base.palette.red.975}`
|
|
753
|
+
*
|
|
754
|
+
* **CSS Var**: `--cnvs-brand-critical-975`
|
|
755
|
+
*/
|
|
290
756
|
export declare const critical975: "--cnvs-brand-critical-975";
|
|
291
757
|
|
|
292
|
-
/**
|
|
758
|
+
/**
|
|
759
|
+
* **value**: `{base.palette.red.A25}`
|
|
760
|
+
*
|
|
761
|
+
* **CSS Var**: `--cnvs-brand-critical-a25`
|
|
762
|
+
*/
|
|
293
763
|
export declare const criticalA25: "--cnvs-brand-critical-a25";
|
|
294
764
|
|
|
295
|
-
/**
|
|
765
|
+
/**
|
|
766
|
+
* **value**: `{base.palette.red.A50}`
|
|
767
|
+
*
|
|
768
|
+
* **CSS Var**: `--cnvs-brand-critical-a50`
|
|
769
|
+
*/
|
|
296
770
|
export declare const criticalA50: "--cnvs-brand-critical-a50";
|
|
297
771
|
|
|
298
|
-
/**
|
|
772
|
+
/**
|
|
773
|
+
* **value**: `{base.palette.red.A100}`
|
|
774
|
+
*
|
|
775
|
+
* **CSS Var**: `--cnvs-brand-critical-a100`
|
|
776
|
+
*/
|
|
299
777
|
export declare const criticalA100: "--cnvs-brand-critical-a100";
|
|
300
778
|
|
|
301
|
-
/**
|
|
779
|
+
/**
|
|
780
|
+
* **value**: `{base.palette.red.A200}`
|
|
781
|
+
*
|
|
782
|
+
* **CSS Var**: `--cnvs-brand-critical-a200`
|
|
783
|
+
*/
|
|
302
784
|
export declare const criticalA200: "--cnvs-brand-critical-a200";
|
|
303
785
|
|
|
304
|
-
/**
|
|
786
|
+
/**
|
|
787
|
+
* **value**: `{base.palette.amber.25}`
|
|
788
|
+
*
|
|
789
|
+
* **CSS Var**: `--cnvs-brand-caution-25`
|
|
790
|
+
*/
|
|
305
791
|
export declare const caution25: "--cnvs-brand-caution-25";
|
|
306
792
|
|
|
307
|
-
/**
|
|
793
|
+
/**
|
|
794
|
+
* **value**: `{base.palette.amber.50}`
|
|
795
|
+
*
|
|
796
|
+
* **CSS Var**: `--cnvs-brand-caution-50`
|
|
797
|
+
*/
|
|
308
798
|
export declare const caution50: "--cnvs-brand-caution-50";
|
|
309
799
|
|
|
310
|
-
/**
|
|
800
|
+
/**
|
|
801
|
+
* **value**: `{base.palette.amber.100}`
|
|
802
|
+
*
|
|
803
|
+
* **CSS Var**: `--cnvs-brand-caution-100`
|
|
804
|
+
*/
|
|
311
805
|
export declare const caution100: "--cnvs-brand-caution-100";
|
|
312
806
|
|
|
313
|
-
/**
|
|
807
|
+
/**
|
|
808
|
+
* **value**: `{base.palette.amber.200}`
|
|
809
|
+
*
|
|
810
|
+
* **CSS Var**: `--cnvs-brand-caution-200`
|
|
811
|
+
*/
|
|
314
812
|
export declare const caution200: "--cnvs-brand-caution-200";
|
|
315
813
|
|
|
316
|
-
/**
|
|
814
|
+
/**
|
|
815
|
+
* **value**: `{base.palette.amber.300}`
|
|
816
|
+
*
|
|
817
|
+
* **CSS Var**: `--cnvs-brand-caution-300`
|
|
818
|
+
*/
|
|
317
819
|
export declare const caution300: "--cnvs-brand-caution-300";
|
|
318
820
|
|
|
319
821
|
/**
|
|
320
|
-
* {base.palette.amber.400}
|
|
321
|
-
*
|
|
322
|
-
* Base caution color (amber.400). Use fg.contrast on this.
|
|
822
|
+
* **value**: `{base.palette.amber.400}`
|
|
323
823
|
*
|
|
824
|
+
* **CSS Var**: `--cnvs-brand-caution-400`
|
|
324
825
|
*
|
|
826
|
+
* Base caution color (amber.400). Use fg.contrast on this.
|
|
325
827
|
*/
|
|
326
828
|
export declare const caution400: "--cnvs-brand-caution-400";
|
|
327
829
|
|
|
328
|
-
/**
|
|
830
|
+
/**
|
|
831
|
+
* **value**: `{base.palette.amber.500}`
|
|
832
|
+
*
|
|
833
|
+
* **CSS Var**: `--cnvs-brand-caution-500`
|
|
834
|
+
*/
|
|
329
835
|
export declare const caution500: "--cnvs-brand-caution-500";
|
|
330
836
|
|
|
331
|
-
/**
|
|
837
|
+
/**
|
|
838
|
+
* **value**: `{base.palette.amber.600}`
|
|
839
|
+
*
|
|
840
|
+
* **CSS Var**: `--cnvs-brand-caution-600`
|
|
841
|
+
*/
|
|
332
842
|
export declare const caution600: "--cnvs-brand-caution-600";
|
|
333
843
|
|
|
334
|
-
/**
|
|
844
|
+
/**
|
|
845
|
+
* **value**: `{base.palette.amber.700}`
|
|
846
|
+
*
|
|
847
|
+
* **CSS Var**: `--cnvs-brand-caution-700`
|
|
848
|
+
*/
|
|
335
849
|
export declare const caution700: "--cnvs-brand-caution-700";
|
|
336
850
|
|
|
337
|
-
/**
|
|
851
|
+
/**
|
|
852
|
+
* **value**: `{base.palette.amber.800}`
|
|
853
|
+
*
|
|
854
|
+
* **CSS Var**: `--cnvs-brand-caution-800`
|
|
855
|
+
*/
|
|
338
856
|
export declare const caution800: "--cnvs-brand-caution-800";
|
|
339
857
|
|
|
340
|
-
/**
|
|
858
|
+
/**
|
|
859
|
+
* **value**: `{base.palette.amber.900}`
|
|
860
|
+
*
|
|
861
|
+
* **CSS Var**: `--cnvs-brand-caution-900`
|
|
862
|
+
*/
|
|
341
863
|
export declare const caution900: "--cnvs-brand-caution-900";
|
|
342
864
|
|
|
343
|
-
/**
|
|
865
|
+
/**
|
|
866
|
+
* **value**: `{base.palette.amber.950}`
|
|
867
|
+
*
|
|
868
|
+
* **CSS Var**: `--cnvs-brand-caution-950`
|
|
869
|
+
*/
|
|
344
870
|
export declare const caution950: "--cnvs-brand-caution-950";
|
|
345
871
|
|
|
346
|
-
/**
|
|
872
|
+
/**
|
|
873
|
+
* **value**: `{base.palette.amber.975}`
|
|
874
|
+
*
|
|
875
|
+
* **CSS Var**: `--cnvs-brand-caution-975`
|
|
876
|
+
*/
|
|
347
877
|
export declare const caution975: "--cnvs-brand-caution-975";
|
|
348
878
|
|
|
349
|
-
/**
|
|
879
|
+
/**
|
|
880
|
+
* **value**: `{base.palette.amber.A25}`
|
|
881
|
+
*
|
|
882
|
+
* **CSS Var**: `--cnvs-brand-caution-a25`
|
|
883
|
+
*/
|
|
350
884
|
export declare const cautionA25: "--cnvs-brand-caution-a25";
|
|
351
885
|
|
|
352
|
-
/**
|
|
886
|
+
/**
|
|
887
|
+
* **value**: `{base.palette.amber.A50}`
|
|
888
|
+
*
|
|
889
|
+
* **CSS Var**: `--cnvs-brand-caution-a50`
|
|
890
|
+
*/
|
|
353
891
|
export declare const cautionA50: "--cnvs-brand-caution-a50";
|
|
354
892
|
|
|
355
|
-
/**
|
|
893
|
+
/**
|
|
894
|
+
* **value**: `{base.palette.amber.A100}`
|
|
895
|
+
*
|
|
896
|
+
* **CSS Var**: `--cnvs-brand-caution-a100`
|
|
897
|
+
*/
|
|
356
898
|
export declare const cautionA100: "--cnvs-brand-caution-a100";
|
|
357
899
|
|
|
358
|
-
/**
|
|
900
|
+
/**
|
|
901
|
+
* **value**: `{base.palette.amber.A200}`
|
|
902
|
+
*
|
|
903
|
+
* **CSS Var**: `--cnvs-brand-caution-a200`
|
|
904
|
+
*/
|
|
359
905
|
export declare const cautionA200: "--cnvs-brand-caution-a200";
|
|
360
906
|
|
|
361
|
-
/**
|
|
907
|
+
/**
|
|
908
|
+
* **value**: `{base.palette.green.25}`
|
|
909
|
+
*
|
|
910
|
+
* **CSS Var**: `--cnvs-brand-positive-25`
|
|
911
|
+
*/
|
|
362
912
|
export declare const positive25: "--cnvs-brand-positive-25";
|
|
363
913
|
|
|
364
|
-
/**
|
|
914
|
+
/**
|
|
915
|
+
* **value**: `{base.palette.green.50}`
|
|
916
|
+
*
|
|
917
|
+
* **CSS Var**: `--cnvs-brand-positive-50`
|
|
918
|
+
*/
|
|
365
919
|
export declare const positive50: "--cnvs-brand-positive-50";
|
|
366
920
|
|
|
367
|
-
/**
|
|
921
|
+
/**
|
|
922
|
+
* **value**: `{base.palette.green.100}`
|
|
923
|
+
*
|
|
924
|
+
* **CSS Var**: `--cnvs-brand-positive-100`
|
|
925
|
+
*/
|
|
368
926
|
export declare const positive100: "--cnvs-brand-positive-100";
|
|
369
927
|
|
|
370
|
-
/**
|
|
928
|
+
/**
|
|
929
|
+
* **value**: `{base.palette.green.200}`
|
|
930
|
+
*
|
|
931
|
+
* **CSS Var**: `--cnvs-brand-positive-200`
|
|
932
|
+
*/
|
|
371
933
|
export declare const positive200: "--cnvs-brand-positive-200";
|
|
372
934
|
|
|
373
|
-
/**
|
|
935
|
+
/**
|
|
936
|
+
* **value**: `{base.palette.green.300}`
|
|
937
|
+
*
|
|
938
|
+
* **CSS Var**: `--cnvs-brand-positive-300`
|
|
939
|
+
*/
|
|
374
940
|
export declare const positive300: "--cnvs-brand-positive-300";
|
|
375
941
|
|
|
376
|
-
/**
|
|
942
|
+
/**
|
|
943
|
+
* **value**: `{base.palette.green.400}`
|
|
944
|
+
*
|
|
945
|
+
* **CSS Var**: `--cnvs-brand-positive-400`
|
|
946
|
+
*/
|
|
377
947
|
export declare const positive400: "--cnvs-brand-positive-400";
|
|
378
948
|
|
|
379
|
-
/**
|
|
949
|
+
/**
|
|
950
|
+
* **value**: `{base.palette.green.500}`
|
|
951
|
+
*
|
|
952
|
+
* **CSS Var**: `--cnvs-brand-positive-500`
|
|
953
|
+
*/
|
|
380
954
|
export declare const positive500: "--cnvs-brand-positive-500";
|
|
381
955
|
|
|
382
956
|
/**
|
|
383
|
-
* {base.palette.green.600}
|
|
384
|
-
*
|
|
385
|
-
* Base success color. Use fg.inverse on this.
|
|
957
|
+
* **value**: `{base.palette.green.600}`
|
|
386
958
|
*
|
|
959
|
+
* **CSS Var**: `--cnvs-brand-positive-600`
|
|
387
960
|
*
|
|
961
|
+
* Base success color. Use fg.inverse on this.
|
|
388
962
|
*/
|
|
389
963
|
export declare const positive600: "--cnvs-brand-positive-600";
|
|
390
964
|
|
|
391
|
-
/**
|
|
965
|
+
/**
|
|
966
|
+
* **value**: `{base.palette.green.700}`
|
|
967
|
+
*
|
|
968
|
+
* **CSS Var**: `--cnvs-brand-positive-700`
|
|
969
|
+
*/
|
|
392
970
|
export declare const positive700: "--cnvs-brand-positive-700";
|
|
393
971
|
|
|
394
|
-
/**
|
|
972
|
+
/**
|
|
973
|
+
* **value**: `{base.palette.green.800}`
|
|
974
|
+
*
|
|
975
|
+
* **CSS Var**: `--cnvs-brand-positive-800`
|
|
976
|
+
*/
|
|
395
977
|
export declare const positive800: "--cnvs-brand-positive-800";
|
|
396
978
|
|
|
397
|
-
/**
|
|
979
|
+
/**
|
|
980
|
+
* **value**: `{base.palette.green.900}`
|
|
981
|
+
*
|
|
982
|
+
* **CSS Var**: `--cnvs-brand-positive-900`
|
|
983
|
+
*/
|
|
398
984
|
export declare const positive900: "--cnvs-brand-positive-900";
|
|
399
985
|
|
|
400
|
-
/**
|
|
986
|
+
/**
|
|
987
|
+
* **value**: `{base.palette.green.950}`
|
|
988
|
+
*
|
|
989
|
+
* **CSS Var**: `--cnvs-brand-positive-950`
|
|
990
|
+
*/
|
|
401
991
|
export declare const positive950: "--cnvs-brand-positive-950";
|
|
402
992
|
|
|
403
|
-
/**
|
|
993
|
+
/**
|
|
994
|
+
* **value**: `{base.palette.green.975}`
|
|
995
|
+
*
|
|
996
|
+
* **CSS Var**: `--cnvs-brand-positive-975`
|
|
997
|
+
*/
|
|
404
998
|
export declare const positive975: "--cnvs-brand-positive-975";
|
|
405
999
|
|
|
406
|
-
/**
|
|
1000
|
+
/**
|
|
1001
|
+
* **value**: `{base.palette.green.A25}`
|
|
1002
|
+
*
|
|
1003
|
+
* **CSS Var**: `--cnvs-brand-positive-a25`
|
|
1004
|
+
*/
|
|
407
1005
|
export declare const positiveA25: "--cnvs-brand-positive-a25";
|
|
408
1006
|
|
|
409
|
-
/**
|
|
1007
|
+
/**
|
|
1008
|
+
* **value**: `{base.palette.green.A50}`
|
|
1009
|
+
*
|
|
1010
|
+
* **CSS Var**: `--cnvs-brand-positive-a50`
|
|
1011
|
+
*/
|
|
410
1012
|
export declare const positiveA50: "--cnvs-brand-positive-a50";
|
|
411
1013
|
|
|
412
|
-
/**
|
|
1014
|
+
/**
|
|
1015
|
+
* **value**: `{base.palette.green.A100}`
|
|
1016
|
+
*
|
|
1017
|
+
* **CSS Var**: `--cnvs-brand-positive-a100`
|
|
1018
|
+
*/
|
|
413
1019
|
export declare const positiveA100: "--cnvs-brand-positive-a100";
|
|
414
1020
|
|
|
415
|
-
/**
|
|
1021
|
+
/**
|
|
1022
|
+
* **value**: `{base.palette.green.A200}`
|
|
1023
|
+
*
|
|
1024
|
+
* **CSS Var**: `--cnvs-brand-positive-a200`
|
|
1025
|
+
*/
|
|
416
1026
|
export declare const positiveA200: "--cnvs-brand-positive-a200";
|
|
417
1027
|
|
|
418
1028
|
export declare const action: {
|
|
419
1029
|
/**
|
|
420
|
-
* {base.palette.blue.600}
|
|
421
|
-
*
|
|
422
|
-
* Base action color
|
|
1030
|
+
* **value**: `{base.palette.blue.600}`
|
|
423
1031
|
*
|
|
1032
|
+
* **CSS Var**: `--cnvs-brand-action-base`
|
|
424
1033
|
*
|
|
1034
|
+
* Base action color
|
|
425
1035
|
*/
|
|
426
1036
|
"base": "--cnvs-brand-action-base",
|
|
427
1037
|
/**
|
|
428
|
-
* {base.palette.blue.25}
|
|
429
|
-
*
|
|
430
|
-
* Lightest action color
|
|
1038
|
+
* **value**: `{base.palette.blue.25}`
|
|
431
1039
|
*
|
|
1040
|
+
* **CSS Var**: `--cnvs-brand-action-lightest`
|
|
432
1041
|
*
|
|
1042
|
+
* Lightest action color
|
|
433
1043
|
*/
|
|
434
1044
|
"lightest": "--cnvs-brand-action-lightest",
|
|
435
1045
|
/**
|
|
436
|
-
* {base.palette.blue.200}
|
|
437
|
-
*
|
|
438
|
-
* Light action color
|
|
1046
|
+
* **value**: `{base.palette.blue.200}`
|
|
439
1047
|
*
|
|
1048
|
+
* **CSS Var**: `--cnvs-brand-action-light`
|
|
440
1049
|
*
|
|
1050
|
+
* Light action color
|
|
441
1051
|
*/
|
|
442
1052
|
"light": "--cnvs-brand-action-light",
|
|
443
1053
|
/**
|
|
444
|
-
* {base.palette.blue.950}
|
|
445
|
-
*
|
|
446
|
-
* Darkest action color
|
|
1054
|
+
* **value**: `{base.palette.blue.950}`
|
|
447
1055
|
*
|
|
1056
|
+
* **CSS Var**: `--cnvs-brand-action-darkest`
|
|
448
1057
|
*
|
|
1058
|
+
* Darkest action color
|
|
449
1059
|
*/
|
|
450
1060
|
"darkest": "--cnvs-brand-action-darkest",
|
|
451
1061
|
/**
|
|
452
|
-
* {base.palette.blue.700}
|
|
453
|
-
*
|
|
454
|
-
* Dark action color
|
|
1062
|
+
* **value**: `{base.palette.blue.700}`
|
|
455
1063
|
*
|
|
1064
|
+
* **CSS Var**: `--cnvs-brand-action-dark`
|
|
456
1065
|
*
|
|
1066
|
+
* Dark action color
|
|
457
1067
|
*/
|
|
458
1068
|
"dark": "--cnvs-brand-action-dark",
|
|
459
1069
|
/**
|
|
460
|
-
* {base.palette.neutral.0}
|
|
461
|
-
*
|
|
462
|
-
* Foreground color in actions
|
|
1070
|
+
* **value**: `{base.palette.neutral.0}`
|
|
463
1071
|
*
|
|
1072
|
+
* **CSS Var**: `--cnvs-brand-action-accent`
|
|
464
1073
|
*
|
|
1074
|
+
* Foreground color in actions
|
|
465
1075
|
*/
|
|
466
1076
|
"accent": "--cnvs-brand-action-accent",
|
|
467
1077
|
/**
|
|
468
|
-
* {base.palette.blue.800}
|
|
469
|
-
*
|
|
470
|
-
* Dark action color
|
|
1078
|
+
* **value**: `{base.palette.blue.800}`
|
|
471
1079
|
*
|
|
1080
|
+
* **CSS Var**: `--cnvs-brand-action-darker`
|
|
472
1081
|
*
|
|
1082
|
+
* Dark action color
|
|
473
1083
|
*/
|
|
474
1084
|
"darker": "--cnvs-brand-action-darker",
|
|
475
1085
|
/**
|
|
476
|
-
* {base.palette.blue.50}
|
|
477
|
-
*
|
|
478
|
-
* Lightest action color
|
|
1086
|
+
* **value**: `{base.palette.blue.50}`
|
|
479
1087
|
*
|
|
1088
|
+
* **CSS Var**: `--cnvs-brand-action-lighter`
|
|
480
1089
|
*
|
|
1090
|
+
* Lightest action color
|
|
481
1091
|
*/
|
|
482
1092
|
"lighter": "--cnvs-brand-action-lighter",
|
|
483
1093
|
};
|
|
484
1094
|
|
|
485
1095
|
export declare const gradient: {
|
|
486
|
-
/**
|
|
1096
|
+
/**
|
|
1097
|
+
* **value**: `linear-gradient(90deg, {brand.primary.base} 0%, {brand.primary.dark} 100%)`
|
|
1098
|
+
*
|
|
1099
|
+
* **CSS Var**: `--cnvs-brand-gradient-primary`
|
|
1100
|
+
*/
|
|
487
1101
|
"primary": "--cnvs-brand-gradient-primary",
|
|
488
1102
|
};
|