@workday/canvas-tokens-web 3.1.1 → 3.1.3

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,199 +1,69 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 19 Sep 2025 22:18:52 GMT
3
+ * Generated on Fri, 31 Oct 2025 14:47:46 GMT
4
4
  */
5
5
 
6
6
  "use strict";
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
 
9
- exports.breakpoints = {
10
- "zero": "--cnvs-sys-breakpoints-zero",
11
- "s": "--cnvs-sys-breakpoints-s",
12
- "m": "--cnvs-sys-breakpoints-m",
13
- "l": "--cnvs-sys-breakpoints-l",
14
- "xl": "--cnvs-sys-breakpoints-xl"
15
- };
16
- exports.depth = {
17
- "1": "--cnvs-sys-depth-1",
18
- "2": "--cnvs-sys-depth-2",
19
- "3": "--cnvs-sys-depth-3",
20
- "4": "--cnvs-sys-depth-4",
21
- "5": "--cnvs-sys-depth-5",
22
- "6": "--cnvs-sys-depth-6"
23
- };
24
- exports.opacity = {
25
- "zero": "--cnvs-sys-opacity-zero",
26
- "disabled": "--cnvs-sys-opacity-disabled",
27
- "overlay": "--cnvs-sys-opacity-overlay",
28
- "contrast": "--cnvs-sys-opacity-contrast",
29
- "full": "--cnvs-sys-opacity-full",
30
- "shadow": {
31
- "first": "--cnvs-sys-opacity-shadow-first",
32
- "second": "--cnvs-sys-opacity-shadow-second"
33
- }
34
- };
35
- exports.shape = {
36
- "zero": "--cnvs-sys-shape-zero",
37
- "half": "--cnvs-sys-shape-half",
38
- "x1": "--cnvs-sys-shape-x1",
39
- "x1Half": "--cnvs-sys-shape-x1-half",
40
- "x2": "--cnvs-sys-shape-x2",
41
- "round": "--cnvs-sys-shape-round"
42
- };
43
- exports.space = {
44
- "zero": "--cnvs-sys-space-zero",
45
- "x1": "--cnvs-sys-space-x1",
46
- "x2": "--cnvs-sys-space-x2",
47
- "x3": "--cnvs-sys-space-x3",
48
- "x4": "--cnvs-sys-space-x4",
49
- "x6": "--cnvs-sys-space-x6",
50
- "x8": "--cnvs-sys-space-x8",
51
- "x10": "--cnvs-sys-space-x10",
52
- "x16": "--cnvs-sys-space-x16",
53
- "x20": "--cnvs-sys-space-x20"
54
- };
55
- exports.fontFamily = {
56
- "default": "--cnvs-sys-font-family-default",
57
- "mono": "--cnvs-sys-font-family-mono",
58
- "global": "--cnvs-sys-font-family-global"
59
- };
60
- exports.fontSize = {
61
- "subtext": {
62
- "small": "--cnvs-sys-font-size-subtext-small",
63
- "medium": "--cnvs-sys-font-size-subtext-medium",
64
- "large": "--cnvs-sys-font-size-subtext-large"
65
- },
66
- "body": {
67
- "small": "--cnvs-sys-font-size-body-small",
68
- "medium": "--cnvs-sys-font-size-body-medium",
69
- "large": "--cnvs-sys-font-size-body-large"
70
- },
71
- "heading": {
72
- "small": "--cnvs-sys-font-size-heading-small",
73
- "medium": "--cnvs-sys-font-size-heading-medium",
74
- "large": "--cnvs-sys-font-size-heading-large"
75
- },
76
- "title": {
77
- "small": "--cnvs-sys-font-size-title-small",
78
- "medium": "--cnvs-sys-font-size-title-medium",
79
- "large": "--cnvs-sys-font-size-title-large"
80
- }
81
- };
82
- exports.lineHeight = {
83
- "subtext": {
84
- "small": "--cnvs-sys-line-height-subtext-small",
85
- "medium": "--cnvs-sys-line-height-subtext-medium",
86
- "large": "--cnvs-sys-line-height-subtext-large"
87
- },
88
- "body": {
89
- "small": "--cnvs-sys-line-height-body-small",
90
- "medium": "--cnvs-sys-line-height-body-medium",
91
- "large": "--cnvs-sys-line-height-body-large"
92
- },
93
- "heading": {
94
- "small": "--cnvs-sys-line-height-heading-small",
95
- "medium": "--cnvs-sys-line-height-heading-medium",
96
- "large": "--cnvs-sys-line-height-heading-large"
97
- },
98
- "title": {
99
- "small": "--cnvs-sys-line-height-title-small",
100
- "medium": "--cnvs-sys-line-height-title-medium",
101
- "large": "--cnvs-sys-line-height-title-large"
102
- }
103
- };
104
- exports.fontWeight = {
105
- "light": "--cnvs-sys-font-weight-light",
106
- "normal": "--cnvs-sys-font-weight-normal",
107
- "medium": "--cnvs-sys-font-weight-medium",
108
- "bold": "--cnvs-sys-font-weight-bold"
109
- };
110
- exports.type = {
111
- "subtext": {
112
- "small": {
113
- "fontFamily": "--cnvs-sys-font-family-default",
114
- "fontWeight": "--cnvs-sys-font-weight-normal",
115
- "lineHeight": "--cnvs-sys-line-height-subtext-small",
116
- "fontSize": "--cnvs-sys-font-size-subtext-small",
117
- "letterSpacing": "--cnvs-base-letter-spacing-50"
9
+ exports.color = {
10
+ "static": {
11
+ "gold": {
12
+ "stronger": "--cnvs-sys-color-static-gold-stronger"
118
13
  },
119
- "medium": {
120
- "fontFamily": "--cnvs-sys-font-family-default",
121
- "fontWeight": "--cnvs-sys-font-weight-normal",
122
- "lineHeight": "--cnvs-sys-line-height-subtext-medium",
123
- "fontSize": "--cnvs-sys-font-size-subtext-medium",
124
- "letterSpacing": "--cnvs-base-letter-spacing-100"
14
+ "orange": {
15
+ "default": "--cnvs-sys-color-static-orange-default",
16
+ "soft": "--cnvs-sys-color-static-orange-soft",
17
+ "strong": "--cnvs-sys-color-static-orange-strong"
125
18
  },
126
- "large": {
127
- "fontFamily": "--cnvs-sys-font-family-default",
128
- "fontWeight": "--cnvs-sys-font-weight-normal",
129
- "lineHeight": "--cnvs-sys-line-height-subtext-large",
130
- "fontSize": "--cnvs-sys-font-size-subtext-large",
131
- "letterSpacing": "--cnvs-base-letter-spacing-150"
132
- }
133
- },
134
- "body": {
135
- "small": {
136
- "fontFamily": "--cnvs-sys-font-family-default",
137
- "fontWeight": "--cnvs-sys-font-weight-normal",
138
- "lineHeight": "--cnvs-sys-line-height-body-small",
139
- "fontSize": "--cnvs-sys-font-size-body-small",
140
- "letterSpacing": "--cnvs-base-letter-spacing-200"
19
+ "blue": {
20
+ "default": "--cnvs-sys-color-static-blue-default",
21
+ "softest": "--cnvs-sys-color-static-blue-softest",
22
+ "strong": "--cnvs-sys-color-static-blue-strong",
23
+ "stronger": "--cnvs-sys-color-static-blue-stronger",
24
+ "softer": "--cnvs-sys-color-static-blue-softer",
25
+ "soft": "--cnvs-sys-color-static-blue-soft",
26
+ "strongest": "--cnvs-sys-color-static-blue-strongest"
141
27
  },
142
- "medium": {
143
- "fontFamily": "--cnvs-sys-font-family-default",
144
- "fontWeight": "--cnvs-sys-font-weight-normal",
145
- "lineHeight": "--cnvs-sys-line-height-body-medium",
146
- "fontSize": "--cnvs-sys-font-size-body-medium"
28
+ "green": {
29
+ "default": "--cnvs-sys-color-static-green-default",
30
+ "soft": "--cnvs-sys-color-static-green-soft",
31
+ "strong": "--cnvs-sys-color-static-green-strong",
32
+ "softer": "--cnvs-sys-color-static-green-softer",
33
+ "stronger": "--cnvs-sys-color-static-green-stronger",
34
+ "softest": "--cnvs-sys-color-static-green-softest",
35
+ "strongest": "--cnvs-sys-color-static-green-strongest"
147
36
  },
148
- "large": {
149
- "fontFamily": "--cnvs-sys-font-family-default",
150
- "fontWeight": "--cnvs-sys-font-weight-normal",
151
- "lineHeight": "--cnvs-sys-line-height-body-large",
152
- "fontSize": "--cnvs-sys-font-size-body-large"
153
- }
154
- },
155
- "heading": {
156
- "small": {
157
- "fontFamily": "--cnvs-sys-font-family-default",
158
- "fontWeight": "--cnvs-sys-font-weight-bold",
159
- "lineHeight": "--cnvs-sys-line-height-heading-small",
160
- "fontSize": "--cnvs-sys-font-size-heading-small"
37
+ "red": {
38
+ "default": "--cnvs-sys-color-static-red-default",
39
+ "soft": "--cnvs-sys-color-static-red-soft",
40
+ "strong": "--cnvs-sys-color-static-red-strong",
41
+ "stronger": "--cnvs-sys-color-static-red-stronger",
42
+ "softest": "--cnvs-sys-color-static-red-softest",
43
+ "strongest": "--cnvs-sys-color-static-red-strongest",
44
+ "softer": "--cnvs-sys-color-static-red-softer"
161
45
  },
162
- "medium": {
163
- "fontFamily": "--cnvs-sys-font-family-default",
164
- "fontWeight": "--cnvs-sys-font-weight-bold",
165
- "lineHeight": "--cnvs-sys-line-height-heading-medium",
166
- "fontSize": "--cnvs-sys-font-size-heading-medium"
46
+ "white": "--cnvs-sys-color-static-white",
47
+ "black": "--cnvs-sys-color-static-black",
48
+ "gray": {
49
+ "default": "--cnvs-sys-color-static-gray-default",
50
+ "soft": "--cnvs-sys-color-static-gray-soft",
51
+ "strong": "--cnvs-sys-color-static-gray-strong",
52
+ "stronger": "--cnvs-sys-color-static-gray-stronger",
53
+ "strongest": "--cnvs-sys-color-static-gray-strongest",
54
+ "softest": "--cnvs-sys-color-static-gray-softest",
55
+ "softer": "--cnvs-sys-color-static-gray-softer"
167
56
  },
168
- "large": {
169
- "fontFamily": "--cnvs-sys-font-family-default",
170
- "fontWeight": "--cnvs-sys-font-weight-bold",
171
- "lineHeight": "--cnvs-sys-line-height-heading-large",
172
- "fontSize": "--cnvs-sys-font-size-heading-large"
57
+ "amber": {
58
+ "default": "--cnvs-sys-color-static-amber-default",
59
+ "softest": "--cnvs-sys-color-static-amber-softest",
60
+ "strong": "--cnvs-sys-color-static-amber-strong",
61
+ "stronger": "--cnvs-sys-color-static-amber-stronger",
62
+ "softer": "--cnvs-sys-color-static-amber-softer",
63
+ "strongest": "--cnvs-sys-color-static-amber-strongest",
64
+ "soft": "--cnvs-sys-color-static-amber-soft"
173
65
  }
174
66
  },
175
- "title": {
176
- "small": {
177
- "fontFamily": "--cnvs-sys-font-family-default",
178
- "fontWeight": "--cnvs-sys-font-weight-bold",
179
- "lineHeight": "--cnvs-sys-line-height-title-small",
180
- "fontSize": "--cnvs-sys-font-size-title-small"
181
- },
182
- "medium": {
183
- "fontFamily": "--cnvs-sys-font-family-default",
184
- "fontWeight": "--cnvs-sys-font-weight-bold",
185
- "lineHeight": "--cnvs-sys-line-height-title-medium",
186
- "fontSize": "--cnvs-sys-font-size-title-medium"
187
- },
188
- "large": {
189
- "fontFamily": "--cnvs-sys-font-family-default",
190
- "fontWeight": "--cnvs-sys-font-weight-bold",
191
- "lineHeight": "--cnvs-sys-line-height-title-large",
192
- "fontSize": "--cnvs-sys-font-size-title-large"
193
- }
194
- }
195
- };
196
- exports.color = {
197
67
  "bg": {
198
68
  "default": "--cnvs-sys-color-bg-default",
199
69
  "transparent": {
@@ -438,54 +308,192 @@ exports.color = {
438
308
  "1": "--cnvs-sys-color-shadow-1",
439
309
  "2": "--cnvs-sys-color-shadow-2",
440
310
  "default": "--cnvs-sys-color-shadow-default"
311
+ }
312
+ };
313
+ exports.breakpoints = {
314
+ "zero": "--cnvs-sys-breakpoints-zero",
315
+ "s": "--cnvs-sys-breakpoints-s",
316
+ "m": "--cnvs-sys-breakpoints-m",
317
+ "l": "--cnvs-sys-breakpoints-l",
318
+ "xl": "--cnvs-sys-breakpoints-xl"
319
+ };
320
+ exports.depth = {
321
+ "1": "--cnvs-sys-depth-1",
322
+ "2": "--cnvs-sys-depth-2",
323
+ "3": "--cnvs-sys-depth-3",
324
+ "4": "--cnvs-sys-depth-4",
325
+ "5": "--cnvs-sys-depth-5",
326
+ "6": "--cnvs-sys-depth-6"
327
+ };
328
+ exports.opacity = {
329
+ "zero": "--cnvs-sys-opacity-zero",
330
+ "disabled": "--cnvs-sys-opacity-disabled",
331
+ "overlay": "--cnvs-sys-opacity-overlay",
332
+ "contrast": "--cnvs-sys-opacity-contrast",
333
+ "full": "--cnvs-sys-opacity-full",
334
+ "shadow": {
335
+ "first": "--cnvs-sys-opacity-shadow-first",
336
+ "second": "--cnvs-sys-opacity-shadow-second"
337
+ }
338
+ };
339
+ exports.shape = {
340
+ "zero": "--cnvs-sys-shape-zero",
341
+ "half": "--cnvs-sys-shape-half",
342
+ "x1": "--cnvs-sys-shape-x1",
343
+ "x1Half": "--cnvs-sys-shape-x1-half",
344
+ "x2": "--cnvs-sys-shape-x2",
345
+ "round": "--cnvs-sys-shape-round"
346
+ };
347
+ exports.space = {
348
+ "zero": "--cnvs-sys-space-zero",
349
+ "x1": "--cnvs-sys-space-x1",
350
+ "x2": "--cnvs-sys-space-x2",
351
+ "x3": "--cnvs-sys-space-x3",
352
+ "x4": "--cnvs-sys-space-x4",
353
+ "x6": "--cnvs-sys-space-x6",
354
+ "x8": "--cnvs-sys-space-x8",
355
+ "x10": "--cnvs-sys-space-x10",
356
+ "x16": "--cnvs-sys-space-x16",
357
+ "x20": "--cnvs-sys-space-x20"
358
+ };
359
+ exports.fontFamily = {
360
+ "default": "--cnvs-sys-font-family-default",
361
+ "mono": "--cnvs-sys-font-family-mono",
362
+ "global": "--cnvs-sys-font-family-global"
363
+ };
364
+ exports.fontSize = {
365
+ "subtext": {
366
+ "small": "--cnvs-sys-font-size-subtext-small",
367
+ "medium": "--cnvs-sys-font-size-subtext-medium",
368
+ "large": "--cnvs-sys-font-size-subtext-large"
441
369
  },
442
- "static": {
443
- "blue": {
444
- "default": "--cnvs-sys-color-static-blue-default",
445
- "softest": "--cnvs-sys-color-static-blue-softest",
446
- "strong": "--cnvs-sys-color-static-blue-strong",
447
- "stronger": "--cnvs-sys-color-static-blue-stronger",
448
- "softer": "--cnvs-sys-color-static-blue-softer",
449
- "soft": "--cnvs-sys-color-static-blue-soft",
450
- "strongest": "--cnvs-sys-color-static-blue-strongest"
370
+ "body": {
371
+ "small": "--cnvs-sys-font-size-body-small",
372
+ "medium": "--cnvs-sys-font-size-body-medium",
373
+ "large": "--cnvs-sys-font-size-body-large"
374
+ },
375
+ "heading": {
376
+ "small": "--cnvs-sys-font-size-heading-small",
377
+ "medium": "--cnvs-sys-font-size-heading-medium",
378
+ "large": "--cnvs-sys-font-size-heading-large"
379
+ },
380
+ "title": {
381
+ "small": "--cnvs-sys-font-size-title-small",
382
+ "medium": "--cnvs-sys-font-size-title-medium",
383
+ "large": "--cnvs-sys-font-size-title-large"
384
+ }
385
+ };
386
+ exports.lineHeight = {
387
+ "subtext": {
388
+ "small": "--cnvs-sys-line-height-subtext-small",
389
+ "medium": "--cnvs-sys-line-height-subtext-medium",
390
+ "large": "--cnvs-sys-line-height-subtext-large"
391
+ },
392
+ "body": {
393
+ "small": "--cnvs-sys-line-height-body-small",
394
+ "medium": "--cnvs-sys-line-height-body-medium",
395
+ "large": "--cnvs-sys-line-height-body-large"
396
+ },
397
+ "heading": {
398
+ "small": "--cnvs-sys-line-height-heading-small",
399
+ "medium": "--cnvs-sys-line-height-heading-medium",
400
+ "large": "--cnvs-sys-line-height-heading-large"
401
+ },
402
+ "title": {
403
+ "small": "--cnvs-sys-line-height-title-small",
404
+ "medium": "--cnvs-sys-line-height-title-medium",
405
+ "large": "--cnvs-sys-line-height-title-large"
406
+ }
407
+ };
408
+ exports.fontWeight = {
409
+ "light": "--cnvs-sys-font-weight-light",
410
+ "normal": "--cnvs-sys-font-weight-normal",
411
+ "medium": "--cnvs-sys-font-weight-medium",
412
+ "bold": "--cnvs-sys-font-weight-bold"
413
+ };
414
+ exports.type = {
415
+ "subtext": {
416
+ "small": {
417
+ "fontFamily": "--cnvs-sys-font-family-default",
418
+ "fontWeight": "--cnvs-sys-font-weight-normal",
419
+ "lineHeight": "--cnvs-sys-line-height-subtext-small",
420
+ "fontSize": "--cnvs-sys-font-size-subtext-small",
421
+ "letterSpacing": "--cnvs-base-letter-spacing-50"
451
422
  },
452
- "green": {
453
- "default": "--cnvs-sys-color-static-green-default",
454
- "soft": "--cnvs-sys-color-static-green-soft",
455
- "strong": "--cnvs-sys-color-static-green-strong",
456
- "softer": "--cnvs-sys-color-static-green-softer",
457
- "stronger": "--cnvs-sys-color-static-green-stronger",
458
- "softest": "--cnvs-sys-color-static-green-softest",
459
- "strongest": "--cnvs-sys-color-static-green-strongest"
423
+ "medium": {
424
+ "fontFamily": "--cnvs-sys-font-family-default",
425
+ "fontWeight": "--cnvs-sys-font-weight-normal",
426
+ "lineHeight": "--cnvs-sys-line-height-subtext-medium",
427
+ "fontSize": "--cnvs-sys-font-size-subtext-medium",
428
+ "letterSpacing": "--cnvs-base-letter-spacing-100"
460
429
  },
461
- "red": {
462
- "default": "--cnvs-sys-color-static-red-default",
463
- "soft": "--cnvs-sys-color-static-red-soft",
464
- "strong": "--cnvs-sys-color-static-red-strong",
465
- "stronger": "--cnvs-sys-color-static-red-stronger",
466
- "softest": "--cnvs-sys-color-static-red-softest",
467
- "strongest": "--cnvs-sys-color-static-red-strongest",
468
- "softer": "--cnvs-sys-color-static-red-softer"
430
+ "large": {
431
+ "fontFamily": "--cnvs-sys-font-family-default",
432
+ "fontWeight": "--cnvs-sys-font-weight-normal",
433
+ "lineHeight": "--cnvs-sys-line-height-subtext-large",
434
+ "fontSize": "--cnvs-sys-font-size-subtext-large",
435
+ "letterSpacing": "--cnvs-base-letter-spacing-150"
436
+ }
437
+ },
438
+ "body": {
439
+ "small": {
440
+ "fontFamily": "--cnvs-sys-font-family-default",
441
+ "fontWeight": "--cnvs-sys-font-weight-normal",
442
+ "lineHeight": "--cnvs-sys-line-height-body-small",
443
+ "fontSize": "--cnvs-sys-font-size-body-small",
444
+ "letterSpacing": "--cnvs-base-letter-spacing-200"
469
445
  },
470
- "white": "--cnvs-sys-color-static-white",
471
- "black": "--cnvs-sys-color-static-black",
472
- "gray": {
473
- "default": "--cnvs-sys-color-static-gray-default",
474
- "soft": "--cnvs-sys-color-static-gray-soft",
475
- "strong": "--cnvs-sys-color-static-gray-strong",
476
- "stronger": "--cnvs-sys-color-static-gray-stronger",
477
- "strongest": "--cnvs-sys-color-static-gray-strongest",
478
- "softest": "--cnvs-sys-color-static-gray-softest",
479
- "softer": "--cnvs-sys-color-static-gray-softer"
446
+ "medium": {
447
+ "fontFamily": "--cnvs-sys-font-family-default",
448
+ "fontWeight": "--cnvs-sys-font-weight-normal",
449
+ "lineHeight": "--cnvs-sys-line-height-body-medium",
450
+ "fontSize": "--cnvs-sys-font-size-body-medium"
480
451
  },
481
- "amber": {
482
- "default": "--cnvs-sys-color-static-amber-default",
483
- "softest": "--cnvs-sys-color-static-amber-softest",
484
- "strong": "--cnvs-sys-color-static-amber-strong",
485
- "stronger": "--cnvs-sys-color-static-amber-stronger",
486
- "softer": "--cnvs-sys-color-static-amber-softer",
487
- "strongest": "--cnvs-sys-color-static-amber-strongest",
488
- "soft": "--cnvs-sys-color-static-amber-soft"
452
+ "large": {
453
+ "fontFamily": "--cnvs-sys-font-family-default",
454
+ "fontWeight": "--cnvs-sys-font-weight-normal",
455
+ "lineHeight": "--cnvs-sys-line-height-body-large",
456
+ "fontSize": "--cnvs-sys-font-size-body-large"
457
+ }
458
+ },
459
+ "heading": {
460
+ "small": {
461
+ "fontFamily": "--cnvs-sys-font-family-default",
462
+ "fontWeight": "--cnvs-sys-font-weight-bold",
463
+ "lineHeight": "--cnvs-sys-line-height-heading-small",
464
+ "fontSize": "--cnvs-sys-font-size-heading-small"
465
+ },
466
+ "medium": {
467
+ "fontFamily": "--cnvs-sys-font-family-default",
468
+ "fontWeight": "--cnvs-sys-font-weight-bold",
469
+ "lineHeight": "--cnvs-sys-line-height-heading-medium",
470
+ "fontSize": "--cnvs-sys-font-size-heading-medium"
471
+ },
472
+ "large": {
473
+ "fontFamily": "--cnvs-sys-font-family-default",
474
+ "fontWeight": "--cnvs-sys-font-weight-bold",
475
+ "lineHeight": "--cnvs-sys-line-height-heading-large",
476
+ "fontSize": "--cnvs-sys-font-size-heading-large"
477
+ }
478
+ },
479
+ "title": {
480
+ "small": {
481
+ "fontFamily": "--cnvs-sys-font-family-default",
482
+ "fontWeight": "--cnvs-sys-font-weight-bold",
483
+ "lineHeight": "--cnvs-sys-line-height-title-small",
484
+ "fontSize": "--cnvs-sys-font-size-title-small"
485
+ },
486
+ "medium": {
487
+ "fontFamily": "--cnvs-sys-font-family-default",
488
+ "fontWeight": "--cnvs-sys-font-weight-bold",
489
+ "lineHeight": "--cnvs-sys-line-height-title-medium",
490
+ "fontSize": "--cnvs-sys-font-size-title-medium"
491
+ },
492
+ "large": {
493
+ "fontFamily": "--cnvs-sys-font-family-default",
494
+ "fontWeight": "--cnvs-sys-font-weight-bold",
495
+ "lineHeight": "--cnvs-sys-line-height-title-large",
496
+ "fontSize": "--cnvs-sys-font-size-title-large"
489
497
  }
490
498
  }
491
499
  };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 19 Sep 2025 22:18:52 GMT
3
+ * Generated on Fri, 31 Oct 2025 14:47:45 GMT
4
4
  */
5
5
 
6
6
  export declare const amber25: "--cnvs-base-palette-amber-25";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 19 Sep 2025 22:18:52 GMT
3
+ * Generated on Fri, 31 Oct 2025 14:47:45 GMT
4
4
  */
5
5
 
6
6
  export const amber25 = "--cnvs-base-palette-amber-25";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 19 Sep 2025 22:18:52 GMT
3
+ * Generated on Fri, 31 Oct 2025 14:47:45 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 Fri, 19 Sep 2025 22:18:52 GMT
3
+ * Generated on Fri, 31 Oct 2025 14:47:45 GMT
4
4
  */
5
5
 
6
6
  export const primary = {
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 19 Sep 2025 22:18:52 GMT
3
+ * Generated on Fri, 31 Oct 2025 14:47:45 GMT
4
4
  */
5
5
 
6
6
  import * as base from "./base";
7
- import * as brand from "./brand";
8
7
  import * as system from "./system";
9
- export {base,brand,system}
8
+ import * as brand from "./brand";
9
+ export {base,system,brand}
package/dist/es6/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 19 Sep 2025 22:18:52 GMT
3
+ * Generated on Fri, 31 Oct 2025 14:47:45 GMT
4
4
  */
5
5
 
6
6
  import * as base from "./base";
7
- import * as brand from "./brand";
8
7
  import * as system from "./system";
9
- export {base,brand,system}
8
+ import * as brand from "./brand";
9
+ export {base,system,brand}