@vitality-ds/icons 4.6.0-alpha.0 → 4.6.0-alpha.2

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.
Files changed (48) hide show
  1. package/dist/types/icons/src/Icon/styled.d.ts +327 -275
  2. package/dist/types/icons/src/Icon/styled.d.ts.map +1 -1
  3. package/dist/types/icons/src/Icon/styles/BaseIcon.styles.d.ts +169 -143
  4. package/dist/types/icons/src/Icon/styles/BaseIcon.styles.d.ts.map +1 -1
  5. package/dist/types/system/src/stitches.config.d.ts +1917 -1605
  6. package/dist/types/system/src/stitches.config.d.ts.map +1 -1
  7. package/dist/types/tokens/src/Color/helpers/generateColorData.d.ts.map +1 -1
  8. package/dist/types/tokens/src/Color/helpers/generateColorData.js +2 -0
  9. package/dist/types/tokens/src/Color/helpers/generateColorData.js.map +1 -1
  10. package/dist/types/tokens/src/Color/index.d.ts.map +1 -1
  11. package/dist/types/tokens/src/Color/index.js +3 -1
  12. package/dist/types/tokens/src/Color/index.js.map +1 -1
  13. package/dist/types/tokens/src/Color/scales/dark/grey.js +12 -12
  14. package/dist/types/tokens/src/Color/scales/dark/greyA.js +12 -12
  15. package/dist/types/tokens/src/Color/scales/dark/greyA.js.map +1 -1
  16. package/dist/types/tokens/src/Color/scales/dark/index.d.ts +1 -0
  17. package/dist/types/tokens/src/Color/scales/dark/index.d.ts.map +1 -1
  18. package/dist/types/tokens/src/Color/scales/dark/index.js +3 -1
  19. package/dist/types/tokens/src/Color/scales/dark/index.js.map +1 -1
  20. package/dist/types/tokens/src/Color/scales/dark/violet.d.ts +4 -0
  21. package/dist/types/tokens/src/Color/scales/dark/violet.d.ts.map +1 -0
  22. package/dist/types/tokens/src/Color/scales/dark/violet.js +62 -0
  23. package/dist/types/tokens/src/Color/scales/dark/violet.js.map +1 -0
  24. package/dist/types/tokens/src/Color/scales/light/grey.js +5 -5
  25. package/dist/types/tokens/src/Color/scales/light/greyA.js +13 -13
  26. package/dist/types/tokens/src/Color/scales/light/greyA.js.map +1 -1
  27. package/dist/types/tokens/src/Color/scales/light/index.d.ts +1 -0
  28. package/dist/types/tokens/src/Color/scales/light/index.d.ts.map +1 -1
  29. package/dist/types/tokens/src/Color/scales/light/index.js +3 -1
  30. package/dist/types/tokens/src/Color/scales/light/index.js.map +1 -1
  31. package/dist/types/tokens/src/Color/scales/light/violet.d.ts +4 -0
  32. package/dist/types/tokens/src/Color/scales/light/violet.d.ts.map +1 -0
  33. package/dist/types/tokens/src/Color/scales/light/violet.js +62 -0
  34. package/dist/types/tokens/src/Color/scales/light/violet.js.map +1 -0
  35. package/dist/types/tokens/src/Color/types.d.ts +3 -1
  36. package/dist/types/tokens/src/Color/types.d.ts.map +1 -1
  37. package/dist/types/tokens/src/Elevation/index.d.ts.map +1 -1
  38. package/dist/types/tokens/src/Elevation/index.js +3 -3
  39. package/dist/types/tokens/src/Elevation/index.js.map +1 -1
  40. package/dist/types/tokens/src/Radii/index.d.ts.map +1 -1
  41. package/dist/types/tokens/src/Radii/index.js +3 -3
  42. package/dist/types/tokens/src/Radii/index.js.map +1 -1
  43. package/dist/types/tokens/src/Theme/getters/getColors.d.ts +220 -168
  44. package/dist/types/tokens/src/Theme/getters/getColors.d.ts.map +1 -1
  45. package/dist/types/tokens/src/Theme/getters/getTheme.d.ts +316 -264
  46. package/dist/types/tokens/src/Theme/getters/getTheme.d.ts.map +1 -1
  47. package/dist/types/tsconfig.tsbuildinfo +1 -1
  48. package/package.json +3 -3
@@ -5,228 +5,255 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
5
5
  }, {
6
6
  colors: {
7
7
  blue1: string;
8
- cyan1: string;
9
- green1: string;
10
- grey1: string;
11
- greyA1: string;
12
- orange1: string;
13
- pink1: string;
14
- red1: string;
15
- yellow1: string;
8
+ blue4: string;
16
9
  blue2: string;
17
- cyan2: string;
18
- green2: string;
19
- grey2: string;
20
- greyA2: string;
21
- orange2: string;
22
- pink2: string;
23
- red2: string;
24
- yellow2: string;
10
+ blue8: string;
11
+ blue5: string;
12
+ blue6: string;
13
+ blue12: string;
25
14
  blue3: string;
26
- cyan3: string;
27
- green3: string;
28
- grey3: string;
29
- greyA3: string;
30
- orange3: string;
31
- pink3: string;
32
- red3: string;
33
- yellow3: string;
34
- blue4: string;
15
+ blue7: string;
16
+ blue9: string;
17
+ blue10: string;
18
+ blue11: string;
19
+ blue13: string;
20
+ cyan1: string;
35
21
  cyan4: string;
36
- green4: string;
37
- grey4: string;
38
- greyA4: string;
39
- orange4: string;
40
- pink4: string;
41
- red4: string;
42
- yellow4: string;
43
- blue5: string;
22
+ cyan2: string;
23
+ cyan8: string;
44
24
  cyan5: string;
45
- green5: string;
46
- grey5: string;
47
- greyA5: string;
48
- orange5: string;
49
- pink5: string;
50
- red5: string;
51
- yellow5: string;
52
- blue6: string;
53
25
  cyan6: string;
54
- green6: string;
55
- grey6: string;
56
- greyA6: string;
57
- orange6: string;
58
- pink6: string;
59
- red6: string;
60
- yellow6: string;
61
- blue7: string;
26
+ cyan12: string;
27
+ cyan3: string;
62
28
  cyan7: string;
63
- green7: string;
64
- grey7: string;
65
- greyA7: string;
66
- orange7: string;
67
- pink7: string;
68
- red7: string;
69
- yellow7: string;
70
- blue8: string;
71
- cyan8: string;
72
- green8: string;
73
- grey8: string;
74
- greyA8: string;
75
- orange8: string;
76
- pink8: string;
77
- red8: string;
78
- yellow8: string;
79
- blue9: string;
80
29
  cyan9: string;
81
- green9: string;
82
- grey9: string;
83
- greyA9: string;
84
- orange9: string;
85
- pink9: string;
86
- red9: string;
87
- yellow9: string;
88
- blue10: string;
89
30
  cyan10: string;
90
- green10: string;
91
- grey10: string;
92
- greyA10: string;
93
- orange10: string;
94
- pink10: string;
95
- red10: string;
96
- yellow10: string;
97
- blue11: string;
98
31
  cyan11: string;
99
- green11: string;
100
- grey11: string;
101
- greyA11: string;
102
- orange11: string;
103
- pink11: string;
104
- red11: string;
105
- yellow11: string;
106
- blue12: string;
107
- cyan12: string;
108
- green12: string;
109
- grey12: string;
110
- greyA12: string;
111
- orange12: string;
112
- pink12: string;
113
- red12: string;
114
- yellow12: string;
115
- blue13: string;
116
32
  cyan13: string;
33
+ green1: string;
34
+ green4: string;
35
+ green2: string;
36
+ green8: string;
37
+ green5: string;
38
+ green6: string;
39
+ green12: string;
40
+ green3: string;
41
+ green7: string;
42
+ green9: string;
43
+ green10: string;
44
+ green11: string;
117
45
  green13: string;
46
+ grey1: string;
47
+ grey4: string;
48
+ grey2: string;
49
+ grey8: string;
50
+ grey5: string;
51
+ grey6: string;
52
+ grey12: string;
53
+ grey3: string;
54
+ grey7: string;
55
+ grey9: string;
56
+ grey10: string;
57
+ grey11: string;
118
58
  grey13: string;
59
+ greyA1: string;
60
+ greyA4: string;
61
+ greyA2: string;
62
+ greyA8: string;
63
+ greyA5: string;
64
+ greyA6: string;
65
+ greyA12: string;
66
+ greyA3: string;
67
+ greyA7: string;
68
+ greyA9: string;
69
+ greyA10: string;
70
+ greyA11: string;
119
71
  greyA13: string;
72
+ orange1: string;
73
+ orange4: string;
74
+ orange2: string;
75
+ orange8: string;
76
+ orange5: string;
77
+ orange6: string;
78
+ orange12: string;
79
+ orange3: string;
80
+ orange7: string;
81
+ orange9: string;
82
+ orange10: string;
83
+ orange11: string;
120
84
  orange13: string;
85
+ pink1: string;
86
+ pink4: string;
87
+ pink2: string;
88
+ pink8: string;
89
+ pink5: string;
90
+ pink6: string;
91
+ pink12: string;
92
+ pink3: string;
93
+ pink7: string;
94
+ pink9: string;
95
+ pink10: string;
96
+ pink11: string;
121
97
  pink13: string;
98
+ red1: string;
99
+ red4: string;
100
+ red2: string;
101
+ red8: string;
102
+ red5: string;
103
+ red6: string;
104
+ red12: string;
105
+ red3: string;
106
+ red7: string;
107
+ red9: string;
108
+ red10: string;
109
+ red11: string;
122
110
  red13: string;
111
+ violet1: string;
112
+ violet4: string;
113
+ violet2: string;
114
+ violet8: string;
115
+ violet5: string;
116
+ violet6: string;
117
+ violet12: string;
118
+ violet3: string;
119
+ violet7: string;
120
+ violet9: string;
121
+ violet10: string;
122
+ violet11: string;
123
+ violet13: string;
124
+ yellow1: string;
125
+ yellow4: string;
126
+ yellow2: string;
127
+ yellow8: string;
128
+ yellow5: string;
129
+ yellow6: string;
130
+ yellow12: string;
131
+ yellow3: string;
132
+ yellow7: string;
133
+ yellow9: string;
134
+ yellow10: string;
135
+ yellow11: string;
123
136
  yellow13: string;
124
137
  neutral1: string;
125
- neutral2: string;
126
- neutral3: string;
127
138
  neutral4: string;
139
+ neutral2: string;
140
+ neutral8: string;
128
141
  neutral5: string;
129
142
  neutral6: string;
143
+ neutral12: string;
144
+ neutral3: string;
130
145
  neutral7: string;
131
- neutral8: string;
132
146
  neutral9: string;
133
147
  neutral10: string;
134
148
  neutral11: string;
135
- neutral12: string;
136
149
  neutral13: string;
137
150
  neutralA1: string;
138
- neutralA2: string;
139
- neutralA3: string;
140
151
  neutralA4: string;
152
+ neutralA2: string;
153
+ neutralA8: string;
141
154
  neutralA5: string;
142
155
  neutralA6: string;
156
+ neutralA12: string;
157
+ neutralA3: string;
143
158
  neutralA7: string;
144
- neutralA8: string;
145
159
  neutralA9: string;
146
160
  neutralA10: string;
147
161
  neutralA11: string;
148
- neutralA12: string;
149
162
  neutralA13: string;
150
163
  primary1: string;
151
- primary2: string;
152
- primary3: string;
153
164
  primary4: string;
165
+ primary2: string;
166
+ primary8: string;
154
167
  primary5: string;
155
168
  primary6: string;
169
+ primary12: string;
170
+ primary3: string;
156
171
  primary7: string;
157
- primary8: string;
158
172
  primary9: string;
159
173
  primary10: string;
160
174
  primary11: string;
161
- primary12: string;
162
175
  primary13: string;
163
176
  accent1: string;
164
- accent2: string;
165
- accent3: string;
166
177
  accent4: string;
178
+ accent2: string;
179
+ accent8: string;
167
180
  accent5: string;
168
181
  accent6: string;
182
+ accent12: string;
183
+ accent3: string;
169
184
  accent7: string;
170
- accent8: string;
171
185
  accent9: string;
172
186
  accent10: string;
173
187
  accent11: string;
174
- accent12: string;
175
188
  accent13: string;
176
189
  success1: string;
177
- success2: string;
178
- success3: string;
179
190
  success4: string;
191
+ success2: string;
192
+ success8: string;
180
193
  success5: string;
181
194
  success6: string;
195
+ success12: string;
196
+ success3: string;
182
197
  success7: string;
183
- success8: string;
184
198
  success9: string;
185
199
  success10: string;
186
200
  success11: string;
187
- success12: string;
188
201
  success13: string;
189
202
  info1: string;
190
- info2: string;
191
- info3: string;
192
203
  info4: string;
204
+ info2: string;
205
+ info8: string;
193
206
  info5: string;
194
207
  info6: string;
208
+ info12: string;
209
+ info3: string;
195
210
  info7: string;
196
- info8: string;
197
211
  info9: string;
198
212
  info10: string;
199
213
  info11: string;
200
- info12: string;
201
214
  info13: string;
202
215
  warning1: string;
203
- warning2: string;
204
- warning3: string;
205
216
  warning4: string;
217
+ warning2: string;
218
+ warning8: string;
206
219
  warning5: string;
207
220
  warning6: string;
221
+ warning12: string;
222
+ warning3: string;
208
223
  warning7: string;
209
- warning8: string;
210
224
  warning9: string;
211
225
  warning10: string;
212
226
  warning11: string;
213
- warning12: string;
214
227
  warning13: string;
215
228
  critical1: string;
216
- critical2: string;
217
- critical3: string;
218
229
  critical4: string;
230
+ critical2: string;
231
+ critical8: string;
219
232
  critical5: string;
220
233
  critical6: string;
234
+ critical12: string;
235
+ critical3: string;
221
236
  critical7: string;
222
- critical8: string;
223
237
  critical9: string;
224
238
  critical10: string;
225
239
  critical11: string;
226
- critical12: string;
227
240
  critical13: string;
241
+ brand1: string;
242
+ brand4: string;
243
+ brand2: string;
244
+ brand8: string;
245
+ brand5: string;
246
+ brand6: string;
247
+ brand12: string;
248
+ brand3: string;
249
+ brand7: string;
250
+ brand9: string;
251
+ brand10: string;
252
+ brand11: string;
253
+ brand13: string;
228
254
  };
229
255
  fonts: {
256
+ default: any;
230
257
  body: any;
231
258
  caption: any;
232
259
  pageTitle: any;
@@ -243,7 +270,6 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
243
270
  display700: any;
244
271
  display800: any;
245
272
  display900: any;
246
- default: any;
247
273
  };
248
274
  fontSizes: {
249
275
  body: any;
@@ -353,228 +379,255 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
353
379
  }, {
354
380
  colors: {
355
381
  blue1: string;
356
- cyan1: string;
357
- green1: string;
358
- grey1: string;
359
- greyA1: string;
360
- orange1: string;
361
- pink1: string;
362
- red1: string;
363
- yellow1: string;
382
+ blue4: string;
364
383
  blue2: string;
365
- cyan2: string;
366
- green2: string;
367
- grey2: string;
368
- greyA2: string;
369
- orange2: string;
370
- pink2: string;
371
- red2: string;
372
- yellow2: string;
384
+ blue8: string;
385
+ blue5: string;
386
+ blue6: string;
387
+ blue12: string;
373
388
  blue3: string;
374
- cyan3: string;
375
- green3: string;
376
- grey3: string;
377
- greyA3: string;
378
- orange3: string;
379
- pink3: string;
380
- red3: string;
381
- yellow3: string;
382
- blue4: string;
389
+ blue7: string;
390
+ blue9: string;
391
+ blue10: string;
392
+ blue11: string;
393
+ blue13: string;
394
+ cyan1: string;
383
395
  cyan4: string;
384
- green4: string;
385
- grey4: string;
386
- greyA4: string;
387
- orange4: string;
388
- pink4: string;
389
- red4: string;
390
- yellow4: string;
391
- blue5: string;
396
+ cyan2: string;
397
+ cyan8: string;
392
398
  cyan5: string;
399
+ cyan6: string;
400
+ cyan12: string;
401
+ cyan3: string;
402
+ cyan7: string;
403
+ cyan9: string;
404
+ cyan10: string;
405
+ cyan11: string;
406
+ cyan13: string;
407
+ green1: string;
408
+ green4: string;
409
+ green2: string;
410
+ green8: string;
393
411
  green5: string;
412
+ green6: string;
413
+ green12: string;
414
+ green3: string;
415
+ green7: string;
416
+ green9: string;
417
+ green10: string;
418
+ green11: string;
419
+ green13: string;
420
+ grey1: string;
421
+ grey4: string;
422
+ grey2: string;
423
+ grey8: string;
394
424
  grey5: string;
425
+ grey6: string;
426
+ grey12: string;
427
+ grey3: string;
428
+ grey7: string;
429
+ grey9: string;
430
+ grey10: string;
431
+ grey11: string;
432
+ grey13: string;
433
+ greyA1: string;
434
+ greyA4: string;
435
+ greyA2: string;
436
+ greyA8: string;
395
437
  greyA5: string;
438
+ greyA6: string;
439
+ greyA12: string;
440
+ greyA3: string;
441
+ greyA7: string;
442
+ greyA9: string;
443
+ greyA10: string;
444
+ greyA11: string;
445
+ greyA13: string;
446
+ orange1: string;
447
+ orange4: string;
448
+ orange2: string;
449
+ orange8: string;
396
450
  orange5: string;
451
+ orange6: string;
452
+ orange12: string;
453
+ orange3: string;
454
+ orange7: string;
455
+ orange9: string;
456
+ orange10: string;
457
+ orange11: string;
458
+ orange13: string;
459
+ pink1: string;
460
+ pink4: string;
461
+ pink2: string;
462
+ pink8: string;
397
463
  pink5: string;
464
+ pink6: string;
465
+ pink12: string;
466
+ pink3: string;
467
+ pink7: string;
468
+ pink9: string;
469
+ pink10: string;
470
+ pink11: string;
471
+ pink13: string;
472
+ red1: string;
473
+ red4: string;
474
+ red2: string;
475
+ red8: string;
398
476
  red5: string;
477
+ red6: string;
478
+ red12: string;
479
+ red3: string;
480
+ red7: string;
481
+ red9: string;
482
+ red10: string;
483
+ red11: string;
484
+ red13: string;
485
+ violet1: string;
486
+ violet4: string;
487
+ violet2: string;
488
+ violet8: string;
489
+ violet5: string;
490
+ violet6: string;
491
+ violet12: string;
492
+ violet3: string;
493
+ violet7: string;
494
+ violet9: string;
495
+ violet10: string;
496
+ violet11: string;
497
+ violet13: string;
498
+ yellow1: string;
499
+ yellow4: string;
500
+ yellow2: string;
501
+ yellow8: string;
399
502
  yellow5: string;
400
- blue6: string;
401
- cyan6: string;
402
- green6: string;
403
- grey6: string;
404
- greyA6: string;
405
- orange6: string;
406
- pink6: string;
407
- red6: string;
408
503
  yellow6: string;
409
- blue7: string;
410
- cyan7: string;
411
- green7: string;
412
- grey7: string;
413
- greyA7: string;
414
- orange7: string;
415
- pink7: string;
416
- red7: string;
504
+ yellow12: string;
505
+ yellow3: string;
417
506
  yellow7: string;
418
- blue8: string;
419
- cyan8: string;
420
- green8: string;
421
- grey8: string;
422
- greyA8: string;
423
- orange8: string;
424
- pink8: string;
425
- red8: string;
426
- yellow8: string;
427
- blue9: string;
428
- cyan9: string;
429
- green9: string;
430
- grey9: string;
431
- greyA9: string;
432
- orange9: string;
433
- pink9: string;
434
- red9: string;
435
507
  yellow9: string;
436
- blue10: string;
437
- cyan10: string;
438
- green10: string;
439
- grey10: string;
440
- greyA10: string;
441
- orange10: string;
442
- pink10: string;
443
- red10: string;
444
508
  yellow10: string;
445
- blue11: string;
446
- cyan11: string;
447
- green11: string;
448
- grey11: string;
449
- greyA11: string;
450
- orange11: string;
451
- pink11: string;
452
- red11: string;
453
509
  yellow11: string;
454
- blue12: string;
455
- cyan12: string;
456
- green12: string;
457
- grey12: string;
458
- greyA12: string;
459
- orange12: string;
460
- pink12: string;
461
- red12: string;
462
- yellow12: string;
463
- blue13: string;
464
- cyan13: string;
465
- green13: string;
466
- grey13: string;
467
- greyA13: string;
468
- orange13: string;
469
- pink13: string;
470
- red13: string;
471
510
  yellow13: string;
472
511
  neutral1: string;
473
- neutral2: string;
474
- neutral3: string;
475
512
  neutral4: string;
513
+ neutral2: string;
514
+ neutral8: string;
476
515
  neutral5: string;
477
516
  neutral6: string;
517
+ neutral12: string;
518
+ neutral3: string;
478
519
  neutral7: string;
479
- neutral8: string;
480
520
  neutral9: string;
481
521
  neutral10: string;
482
522
  neutral11: string;
483
- neutral12: string;
484
523
  neutral13: string;
485
524
  neutralA1: string;
486
- neutralA2: string;
487
- neutralA3: string;
488
525
  neutralA4: string;
526
+ neutralA2: string;
527
+ neutralA8: string;
489
528
  neutralA5: string;
490
529
  neutralA6: string;
530
+ neutralA12: string;
531
+ neutralA3: string;
491
532
  neutralA7: string;
492
- neutralA8: string;
493
533
  neutralA9: string;
494
534
  neutralA10: string;
495
535
  neutralA11: string;
496
- neutralA12: string;
497
536
  neutralA13: string;
498
537
  primary1: string;
499
- primary2: string;
500
- primary3: string;
501
538
  primary4: string;
539
+ primary2: string;
540
+ primary8: string;
502
541
  primary5: string;
503
542
  primary6: string;
543
+ primary12: string;
544
+ primary3: string;
504
545
  primary7: string;
505
- primary8: string;
506
546
  primary9: string;
507
547
  primary10: string;
508
548
  primary11: string;
509
- primary12: string;
510
549
  primary13: string;
511
550
  accent1: string;
512
- accent2: string;
513
- accent3: string;
514
551
  accent4: string;
552
+ accent2: string;
553
+ accent8: string;
515
554
  accent5: string;
516
555
  accent6: string;
556
+ accent12: string;
557
+ accent3: string;
517
558
  accent7: string;
518
- accent8: string;
519
559
  accent9: string;
520
560
  accent10: string;
521
561
  accent11: string;
522
- accent12: string;
523
562
  accent13: string;
524
563
  success1: string;
525
- success2: string;
526
- success3: string;
527
564
  success4: string;
565
+ success2: string;
566
+ success8: string;
528
567
  success5: string;
529
568
  success6: string;
569
+ success12: string;
570
+ success3: string;
530
571
  success7: string;
531
- success8: string;
532
572
  success9: string;
533
573
  success10: string;
534
574
  success11: string;
535
- success12: string;
536
575
  success13: string;
537
576
  info1: string;
538
- info2: string;
539
- info3: string;
540
577
  info4: string;
578
+ info2: string;
579
+ info8: string;
541
580
  info5: string;
542
581
  info6: string;
582
+ info12: string;
583
+ info3: string;
543
584
  info7: string;
544
- info8: string;
545
585
  info9: string;
546
586
  info10: string;
547
587
  info11: string;
548
- info12: string;
549
588
  info13: string;
550
589
  warning1: string;
551
- warning2: string;
552
- warning3: string;
553
590
  warning4: string;
591
+ warning2: string;
592
+ warning8: string;
554
593
  warning5: string;
555
594
  warning6: string;
595
+ warning12: string;
596
+ warning3: string;
556
597
  warning7: string;
557
- warning8: string;
558
598
  warning9: string;
559
599
  warning10: string;
560
600
  warning11: string;
561
- warning12: string;
562
601
  warning13: string;
563
602
  critical1: string;
564
- critical2: string;
565
- critical3: string;
566
603
  critical4: string;
604
+ critical2: string;
605
+ critical8: string;
567
606
  critical5: string;
568
607
  critical6: string;
608
+ critical12: string;
609
+ critical3: string;
569
610
  critical7: string;
570
- critical8: string;
571
611
  critical9: string;
572
612
  critical10: string;
573
613
  critical11: string;
574
- critical12: string;
575
614
  critical13: string;
615
+ brand1: string;
616
+ brand4: string;
617
+ brand2: string;
618
+ brand8: string;
619
+ brand5: string;
620
+ brand6: string;
621
+ brand12: string;
622
+ brand3: string;
623
+ brand7: string;
624
+ brand9: string;
625
+ brand10: string;
626
+ brand11: string;
627
+ brand13: string;
576
628
  };
577
629
  fonts: {
630
+ default: any;
578
631
  body: any;
579
632
  caption: any;
580
633
  pageTitle: any;
@@ -591,7 +644,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
591
644
  display700: any;
592
645
  display800: any;
593
646
  display900: any;
594
- default: any;
595
647
  };
596
648
  fontSizes: {
597
649
  body: any;
@@ -713,228 +765,255 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
713
765
  }, {
714
766
  colors: {
715
767
  blue1: string;
716
- cyan1: string;
717
- green1: string;
718
- grey1: string;
719
- greyA1: string;
720
- orange1: string;
721
- pink1: string;
722
- red1: string;
723
- yellow1: string;
768
+ blue4: string;
724
769
  blue2: string;
725
- cyan2: string;
726
- green2: string;
727
- grey2: string;
728
- greyA2: string;
729
- orange2: string;
730
- pink2: string;
731
- red2: string;
732
- yellow2: string;
770
+ blue8: string;
771
+ blue5: string;
772
+ blue6: string;
773
+ blue12: string;
733
774
  blue3: string;
734
- cyan3: string;
735
- green3: string;
736
- grey3: string;
737
- greyA3: string;
738
- orange3: string;
739
- pink3: string;
740
- red3: string;
741
- yellow3: string;
742
- blue4: string;
775
+ blue7: string;
776
+ blue9: string;
777
+ blue10: string;
778
+ blue11: string;
779
+ blue13: string;
780
+ cyan1: string;
743
781
  cyan4: string;
744
- green4: string;
745
- grey4: string;
746
- greyA4: string;
747
- orange4: string;
748
- pink4: string;
749
- red4: string;
750
- yellow4: string;
751
- blue5: string;
782
+ cyan2: string;
783
+ cyan8: string;
752
784
  cyan5: string;
753
- green5: string;
754
- grey5: string;
755
- greyA5: string;
756
- orange5: string;
757
- pink5: string;
758
- red5: string;
759
- yellow5: string;
760
- blue6: string;
761
785
  cyan6: string;
762
- green6: string;
763
- grey6: string;
764
- greyA6: string;
765
- orange6: string;
766
- pink6: string;
767
- red6: string;
768
- yellow6: string;
769
- blue7: string;
786
+ cyan12: string;
787
+ cyan3: string;
770
788
  cyan7: string;
771
- green7: string;
772
- grey7: string;
773
- greyA7: string;
774
- orange7: string;
775
- pink7: string;
776
- red7: string;
777
- yellow7: string;
778
- blue8: string;
779
- cyan8: string;
780
- green8: string;
781
- grey8: string;
782
- greyA8: string;
783
- orange8: string;
784
- pink8: string;
785
- red8: string;
786
- yellow8: string;
787
- blue9: string;
788
789
  cyan9: string;
789
- green9: string;
790
- grey9: string;
791
- greyA9: string;
792
- orange9: string;
793
- pink9: string;
794
- red9: string;
795
- yellow9: string;
796
- blue10: string;
797
790
  cyan10: string;
798
- green10: string;
799
- grey10: string;
800
- greyA10: string;
801
- orange10: string;
802
- pink10: string;
803
- red10: string;
804
- yellow10: string;
805
- blue11: string;
806
791
  cyan11: string;
807
- green11: string;
808
- grey11: string;
809
- greyA11: string;
810
- orange11: string;
811
- pink11: string;
812
- red11: string;
813
- yellow11: string;
814
- blue12: string;
815
- cyan12: string;
816
- green12: string;
817
- grey12: string;
818
- greyA12: string;
819
- orange12: string;
820
- pink12: string;
821
- red12: string;
822
- yellow12: string;
823
- blue13: string;
824
792
  cyan13: string;
793
+ green1: string;
794
+ green4: string;
795
+ green2: string;
796
+ green8: string;
797
+ green5: string;
798
+ green6: string;
799
+ green12: string;
800
+ green3: string;
801
+ green7: string;
802
+ green9: string;
803
+ green10: string;
804
+ green11: string;
825
805
  green13: string;
806
+ grey1: string;
807
+ grey4: string;
808
+ grey2: string;
809
+ grey8: string;
810
+ grey5: string;
811
+ grey6: string;
812
+ grey12: string;
813
+ grey3: string;
814
+ grey7: string;
815
+ grey9: string;
816
+ grey10: string;
817
+ grey11: string;
826
818
  grey13: string;
819
+ greyA1: string;
820
+ greyA4: string;
821
+ greyA2: string;
822
+ greyA8: string;
823
+ greyA5: string;
824
+ greyA6: string;
825
+ greyA12: string;
826
+ greyA3: string;
827
+ greyA7: string;
828
+ greyA9: string;
829
+ greyA10: string;
830
+ greyA11: string;
827
831
  greyA13: string;
832
+ orange1: string;
833
+ orange4: string;
834
+ orange2: string;
835
+ orange8: string;
836
+ orange5: string;
837
+ orange6: string;
838
+ orange12: string;
839
+ orange3: string;
840
+ orange7: string;
841
+ orange9: string;
842
+ orange10: string;
843
+ orange11: string;
828
844
  orange13: string;
845
+ pink1: string;
846
+ pink4: string;
847
+ pink2: string;
848
+ pink8: string;
849
+ pink5: string;
850
+ pink6: string;
851
+ pink12: string;
852
+ pink3: string;
853
+ pink7: string;
854
+ pink9: string;
855
+ pink10: string;
856
+ pink11: string;
829
857
  pink13: string;
858
+ red1: string;
859
+ red4: string;
860
+ red2: string;
861
+ red8: string;
862
+ red5: string;
863
+ red6: string;
864
+ red12: string;
865
+ red3: string;
866
+ red7: string;
867
+ red9: string;
868
+ red10: string;
869
+ red11: string;
830
870
  red13: string;
871
+ violet1: string;
872
+ violet4: string;
873
+ violet2: string;
874
+ violet8: string;
875
+ violet5: string;
876
+ violet6: string;
877
+ violet12: string;
878
+ violet3: string;
879
+ violet7: string;
880
+ violet9: string;
881
+ violet10: string;
882
+ violet11: string;
883
+ violet13: string;
884
+ yellow1: string;
885
+ yellow4: string;
886
+ yellow2: string;
887
+ yellow8: string;
888
+ yellow5: string;
889
+ yellow6: string;
890
+ yellow12: string;
891
+ yellow3: string;
892
+ yellow7: string;
893
+ yellow9: string;
894
+ yellow10: string;
895
+ yellow11: string;
831
896
  yellow13: string;
832
897
  neutral1: string;
833
- neutral2: string;
834
- neutral3: string;
835
898
  neutral4: string;
899
+ neutral2: string;
900
+ neutral8: string;
836
901
  neutral5: string;
837
902
  neutral6: string;
903
+ neutral12: string;
904
+ neutral3: string;
838
905
  neutral7: string;
839
- neutral8: string;
840
906
  neutral9: string;
841
907
  neutral10: string;
842
908
  neutral11: string;
843
- neutral12: string;
844
909
  neutral13: string;
845
910
  neutralA1: string;
846
- neutralA2: string;
847
- neutralA3: string;
848
911
  neutralA4: string;
912
+ neutralA2: string;
913
+ neutralA8: string;
849
914
  neutralA5: string;
850
915
  neutralA6: string;
916
+ neutralA12: string;
917
+ neutralA3: string;
851
918
  neutralA7: string;
852
- neutralA8: string;
853
919
  neutralA9: string;
854
920
  neutralA10: string;
855
921
  neutralA11: string;
856
- neutralA12: string;
857
922
  neutralA13: string;
858
923
  primary1: string;
859
- primary2: string;
860
- primary3: string;
861
924
  primary4: string;
925
+ primary2: string;
926
+ primary8: string;
862
927
  primary5: string;
863
928
  primary6: string;
929
+ primary12: string;
930
+ primary3: string;
864
931
  primary7: string;
865
- primary8: string;
866
932
  primary9: string;
867
933
  primary10: string;
868
934
  primary11: string;
869
- primary12: string;
870
935
  primary13: string;
871
936
  accent1: string;
872
- accent2: string;
873
- accent3: string;
874
937
  accent4: string;
938
+ accent2: string;
939
+ accent8: string;
875
940
  accent5: string;
876
941
  accent6: string;
942
+ accent12: string;
943
+ accent3: string;
877
944
  accent7: string;
878
- accent8: string;
879
945
  accent9: string;
880
946
  accent10: string;
881
947
  accent11: string;
882
- accent12: string;
883
948
  accent13: string;
884
949
  success1: string;
885
- success2: string;
886
- success3: string;
887
950
  success4: string;
951
+ success2: string;
952
+ success8: string;
888
953
  success5: string;
889
954
  success6: string;
955
+ success12: string;
956
+ success3: string;
890
957
  success7: string;
891
- success8: string;
892
958
  success9: string;
893
959
  success10: string;
894
960
  success11: string;
895
- success12: string;
896
961
  success13: string;
897
962
  info1: string;
898
- info2: string;
899
- info3: string;
900
963
  info4: string;
964
+ info2: string;
965
+ info8: string;
901
966
  info5: string;
902
967
  info6: string;
968
+ info12: string;
969
+ info3: string;
903
970
  info7: string;
904
- info8: string;
905
971
  info9: string;
906
972
  info10: string;
907
973
  info11: string;
908
- info12: string;
909
974
  info13: string;
910
975
  warning1: string;
911
- warning2: string;
912
- warning3: string;
913
976
  warning4: string;
977
+ warning2: string;
978
+ warning8: string;
914
979
  warning5: string;
915
980
  warning6: string;
981
+ warning12: string;
982
+ warning3: string;
916
983
  warning7: string;
917
- warning8: string;
918
984
  warning9: string;
919
985
  warning10: string;
920
986
  warning11: string;
921
- warning12: string;
922
987
  warning13: string;
923
988
  critical1: string;
924
- critical2: string;
925
- critical3: string;
926
989
  critical4: string;
990
+ critical2: string;
991
+ critical8: string;
927
992
  critical5: string;
928
993
  critical6: string;
994
+ critical12: string;
995
+ critical3: string;
929
996
  critical7: string;
930
- critical8: string;
931
997
  critical9: string;
932
998
  critical10: string;
933
999
  critical11: string;
934
- critical12: string;
935
1000
  critical13: string;
1001
+ brand1: string;
1002
+ brand4: string;
1003
+ brand2: string;
1004
+ brand8: string;
1005
+ brand5: string;
1006
+ brand6: string;
1007
+ brand12: string;
1008
+ brand3: string;
1009
+ brand7: string;
1010
+ brand9: string;
1011
+ brand10: string;
1012
+ brand11: string;
1013
+ brand13: string;
936
1014
  };
937
1015
  fonts: {
1016
+ default: any;
938
1017
  body: any;
939
1018
  caption: any;
940
1019
  pageTitle: any;
@@ -951,7 +1030,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
951
1030
  display700: any;
952
1031
  display800: any;
953
1032
  display900: any;
954
- default: any;
955
1033
  };
956
1034
  fontSizes: {
957
1035
  body: any;
@@ -1060,228 +1138,255 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1060
1138
  }, {
1061
1139
  colors: {
1062
1140
  blue1: string;
1063
- cyan1: string;
1064
- green1: string;
1065
- grey1: string;
1066
- greyA1: string;
1067
- orange1: string;
1068
- pink1: string;
1069
- red1: string;
1070
- yellow1: string;
1141
+ blue4: string;
1071
1142
  blue2: string;
1072
- cyan2: string;
1073
- green2: string;
1074
- grey2: string;
1075
- greyA2: string;
1076
- orange2: string;
1077
- pink2: string;
1078
- red2: string;
1079
- yellow2: string;
1143
+ blue8: string;
1144
+ blue5: string;
1145
+ blue6: string;
1146
+ blue12: string;
1080
1147
  blue3: string;
1081
- cyan3: string;
1082
- green3: string;
1083
- grey3: string;
1084
- greyA3: string;
1085
- orange3: string;
1086
- pink3: string;
1087
- red3: string;
1088
- yellow3: string;
1089
- blue4: string;
1148
+ blue7: string;
1149
+ blue9: string;
1150
+ blue10: string;
1151
+ blue11: string;
1152
+ blue13: string;
1153
+ cyan1: string;
1090
1154
  cyan4: string;
1091
- green4: string;
1092
- grey4: string;
1093
- greyA4: string;
1094
- orange4: string;
1095
- pink4: string;
1096
- red4: string;
1097
- yellow4: string;
1098
- blue5: string;
1155
+ cyan2: string;
1156
+ cyan8: string;
1099
1157
  cyan5: string;
1100
- green5: string;
1101
- grey5: string;
1102
- greyA5: string;
1103
- orange5: string;
1104
- pink5: string;
1105
- red5: string;
1106
- yellow5: string;
1107
- blue6: string;
1108
1158
  cyan6: string;
1109
- green6: string;
1110
- grey6: string;
1111
- greyA6: string;
1112
- orange6: string;
1113
- pink6: string;
1114
- red6: string;
1115
- yellow6: string;
1116
- blue7: string;
1159
+ cyan12: string;
1160
+ cyan3: string;
1117
1161
  cyan7: string;
1118
- green7: string;
1119
- grey7: string;
1120
- greyA7: string;
1121
- orange7: string;
1122
- pink7: string;
1123
- red7: string;
1124
- yellow7: string;
1125
- blue8: string;
1126
- cyan8: string;
1127
- green8: string;
1128
- grey8: string;
1129
- greyA8: string;
1130
- orange8: string;
1131
- pink8: string;
1132
- red8: string;
1133
- yellow8: string;
1134
- blue9: string;
1135
1162
  cyan9: string;
1136
- green9: string;
1137
- grey9: string;
1138
- greyA9: string;
1139
- orange9: string;
1140
- pink9: string;
1141
- red9: string;
1142
- yellow9: string;
1143
- blue10: string;
1144
1163
  cyan10: string;
1145
- green10: string;
1146
- grey10: string;
1147
- greyA10: string;
1148
- orange10: string;
1149
- pink10: string;
1150
- red10: string;
1151
- yellow10: string;
1152
- blue11: string;
1153
1164
  cyan11: string;
1154
- green11: string;
1155
- grey11: string;
1156
- greyA11: string;
1157
- orange11: string;
1158
- pink11: string;
1159
- red11: string;
1160
- yellow11: string;
1161
- blue12: string;
1162
- cyan12: string;
1163
- green12: string;
1164
- grey12: string;
1165
- greyA12: string;
1166
- orange12: string;
1167
- pink12: string;
1168
- red12: string;
1169
- yellow12: string;
1170
- blue13: string;
1171
1165
  cyan13: string;
1166
+ green1: string;
1167
+ green4: string;
1168
+ green2: string;
1169
+ green8: string;
1170
+ green5: string;
1171
+ green6: string;
1172
+ green12: string;
1173
+ green3: string;
1174
+ green7: string;
1175
+ green9: string;
1176
+ green10: string;
1177
+ green11: string;
1172
1178
  green13: string;
1179
+ grey1: string;
1180
+ grey4: string;
1181
+ grey2: string;
1182
+ grey8: string;
1183
+ grey5: string;
1184
+ grey6: string;
1185
+ grey12: string;
1186
+ grey3: string;
1187
+ grey7: string;
1188
+ grey9: string;
1189
+ grey10: string;
1190
+ grey11: string;
1173
1191
  grey13: string;
1192
+ greyA1: string;
1193
+ greyA4: string;
1194
+ greyA2: string;
1195
+ greyA8: string;
1196
+ greyA5: string;
1197
+ greyA6: string;
1198
+ greyA12: string;
1199
+ greyA3: string;
1200
+ greyA7: string;
1201
+ greyA9: string;
1202
+ greyA10: string;
1203
+ greyA11: string;
1174
1204
  greyA13: string;
1205
+ orange1: string;
1206
+ orange4: string;
1207
+ orange2: string;
1208
+ orange8: string;
1209
+ orange5: string;
1210
+ orange6: string;
1211
+ orange12: string;
1212
+ orange3: string;
1213
+ orange7: string;
1214
+ orange9: string;
1215
+ orange10: string;
1216
+ orange11: string;
1175
1217
  orange13: string;
1218
+ pink1: string;
1219
+ pink4: string;
1220
+ pink2: string;
1221
+ pink8: string;
1222
+ pink5: string;
1223
+ pink6: string;
1224
+ pink12: string;
1225
+ pink3: string;
1226
+ pink7: string;
1227
+ pink9: string;
1228
+ pink10: string;
1229
+ pink11: string;
1176
1230
  pink13: string;
1231
+ red1: string;
1232
+ red4: string;
1233
+ red2: string;
1234
+ red8: string;
1235
+ red5: string;
1236
+ red6: string;
1237
+ red12: string;
1238
+ red3: string;
1239
+ red7: string;
1240
+ red9: string;
1241
+ red10: string;
1242
+ red11: string;
1177
1243
  red13: string;
1244
+ violet1: string;
1245
+ violet4: string;
1246
+ violet2: string;
1247
+ violet8: string;
1248
+ violet5: string;
1249
+ violet6: string;
1250
+ violet12: string;
1251
+ violet3: string;
1252
+ violet7: string;
1253
+ violet9: string;
1254
+ violet10: string;
1255
+ violet11: string;
1256
+ violet13: string;
1257
+ yellow1: string;
1258
+ yellow4: string;
1259
+ yellow2: string;
1260
+ yellow8: string;
1261
+ yellow5: string;
1262
+ yellow6: string;
1263
+ yellow12: string;
1264
+ yellow3: string;
1265
+ yellow7: string;
1266
+ yellow9: string;
1267
+ yellow10: string;
1268
+ yellow11: string;
1178
1269
  yellow13: string;
1179
1270
  neutral1: string;
1180
- neutral2: string;
1181
- neutral3: string;
1182
1271
  neutral4: string;
1272
+ neutral2: string;
1273
+ neutral8: string;
1183
1274
  neutral5: string;
1184
1275
  neutral6: string;
1276
+ neutral12: string;
1277
+ neutral3: string;
1185
1278
  neutral7: string;
1186
- neutral8: string;
1187
1279
  neutral9: string;
1188
1280
  neutral10: string;
1189
1281
  neutral11: string;
1190
- neutral12: string;
1191
1282
  neutral13: string;
1192
1283
  neutralA1: string;
1193
- neutralA2: string;
1194
- neutralA3: string;
1195
1284
  neutralA4: string;
1285
+ neutralA2: string;
1286
+ neutralA8: string;
1196
1287
  neutralA5: string;
1197
1288
  neutralA6: string;
1289
+ neutralA12: string;
1290
+ neutralA3: string;
1198
1291
  neutralA7: string;
1199
- neutralA8: string;
1200
1292
  neutralA9: string;
1201
1293
  neutralA10: string;
1202
1294
  neutralA11: string;
1203
- neutralA12: string;
1204
1295
  neutralA13: string;
1205
1296
  primary1: string;
1206
- primary2: string;
1207
- primary3: string;
1208
1297
  primary4: string;
1298
+ primary2: string;
1299
+ primary8: string;
1209
1300
  primary5: string;
1210
1301
  primary6: string;
1302
+ primary12: string;
1303
+ primary3: string;
1211
1304
  primary7: string;
1212
- primary8: string;
1213
1305
  primary9: string;
1214
1306
  primary10: string;
1215
1307
  primary11: string;
1216
- primary12: string;
1217
1308
  primary13: string;
1218
1309
  accent1: string;
1219
- accent2: string;
1220
- accent3: string;
1221
1310
  accent4: string;
1311
+ accent2: string;
1312
+ accent8: string;
1222
1313
  accent5: string;
1223
1314
  accent6: string;
1315
+ accent12: string;
1316
+ accent3: string;
1224
1317
  accent7: string;
1225
- accent8: string;
1226
1318
  accent9: string;
1227
1319
  accent10: string;
1228
1320
  accent11: string;
1229
- accent12: string;
1230
1321
  accent13: string;
1231
1322
  success1: string;
1232
- success2: string;
1233
- success3: string;
1234
1323
  success4: string;
1324
+ success2: string;
1325
+ success8: string;
1235
1326
  success5: string;
1236
1327
  success6: string;
1328
+ success12: string;
1329
+ success3: string;
1237
1330
  success7: string;
1238
- success8: string;
1239
1331
  success9: string;
1240
1332
  success10: string;
1241
1333
  success11: string;
1242
- success12: string;
1243
1334
  success13: string;
1244
1335
  info1: string;
1245
- info2: string;
1246
- info3: string;
1247
1336
  info4: string;
1337
+ info2: string;
1338
+ info8: string;
1248
1339
  info5: string;
1249
1340
  info6: string;
1341
+ info12: string;
1342
+ info3: string;
1250
1343
  info7: string;
1251
- info8: string;
1252
1344
  info9: string;
1253
1345
  info10: string;
1254
1346
  info11: string;
1255
- info12: string;
1256
1347
  info13: string;
1257
1348
  warning1: string;
1258
- warning2: string;
1259
- warning3: string;
1260
1349
  warning4: string;
1350
+ warning2: string;
1351
+ warning8: string;
1261
1352
  warning5: string;
1262
1353
  warning6: string;
1354
+ warning12: string;
1355
+ warning3: string;
1263
1356
  warning7: string;
1264
- warning8: string;
1265
1357
  warning9: string;
1266
1358
  warning10: string;
1267
1359
  warning11: string;
1268
- warning12: string;
1269
1360
  warning13: string;
1270
1361
  critical1: string;
1271
- critical2: string;
1272
- critical3: string;
1273
1362
  critical4: string;
1363
+ critical2: string;
1364
+ critical8: string;
1274
1365
  critical5: string;
1275
1366
  critical6: string;
1367
+ critical12: string;
1368
+ critical3: string;
1276
1369
  critical7: string;
1277
- critical8: string;
1278
1370
  critical9: string;
1279
1371
  critical10: string;
1280
1372
  critical11: string;
1281
- critical12: string;
1282
1373
  critical13: string;
1374
+ brand1: string;
1375
+ brand4: string;
1376
+ brand2: string;
1377
+ brand8: string;
1378
+ brand5: string;
1379
+ brand6: string;
1380
+ brand12: string;
1381
+ brand3: string;
1382
+ brand7: string;
1383
+ brand9: string;
1384
+ brand10: string;
1385
+ brand11: string;
1386
+ brand13: string;
1283
1387
  };
1284
1388
  fonts: {
1389
+ default: any;
1285
1390
  body: any;
1286
1391
  caption: any;
1287
1392
  pageTitle: any;
@@ -1298,7 +1403,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1298
1403
  display700: any;
1299
1404
  display800: any;
1300
1405
  display900: any;
1301
- default: any;
1302
1406
  };
1303
1407
  fontSizes: {
1304
1408
  body: any;
@@ -1419,228 +1523,255 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1419
1523
  } & {
1420
1524
  colors: {
1421
1525
  blue1: import("@stitches/react/types/theme").Token<"blue1", string, "colors", "vitality">;
1422
- cyan1: import("@stitches/react/types/theme").Token<"cyan1", string, "colors", "vitality">;
1423
- green1: import("@stitches/react/types/theme").Token<"green1", string, "colors", "vitality">;
1424
- grey1: import("@stitches/react/types/theme").Token<"grey1", string, "colors", "vitality">;
1425
- greyA1: import("@stitches/react/types/theme").Token<"greyA1", string, "colors", "vitality">;
1426
- orange1: import("@stitches/react/types/theme").Token<"orange1", string, "colors", "vitality">;
1427
- pink1: import("@stitches/react/types/theme").Token<"pink1", string, "colors", "vitality">;
1428
- red1: import("@stitches/react/types/theme").Token<"red1", string, "colors", "vitality">;
1429
- yellow1: import("@stitches/react/types/theme").Token<"yellow1", string, "colors", "vitality">;
1430
- blue2: import("@stitches/react/types/theme").Token<"blue2", string, "colors", "vitality">;
1431
- cyan2: import("@stitches/react/types/theme").Token<"cyan2", string, "colors", "vitality">;
1432
- green2: import("@stitches/react/types/theme").Token<"green2", string, "colors", "vitality">;
1433
- grey2: import("@stitches/react/types/theme").Token<"grey2", string, "colors", "vitality">;
1434
- greyA2: import("@stitches/react/types/theme").Token<"greyA2", string, "colors", "vitality">;
1435
- orange2: import("@stitches/react/types/theme").Token<"orange2", string, "colors", "vitality">;
1436
- pink2: import("@stitches/react/types/theme").Token<"pink2", string, "colors", "vitality">;
1437
- red2: import("@stitches/react/types/theme").Token<"red2", string, "colors", "vitality">;
1438
- yellow2: import("@stitches/react/types/theme").Token<"yellow2", string, "colors", "vitality">;
1439
- blue3: import("@stitches/react/types/theme").Token<"blue3", string, "colors", "vitality">;
1440
- cyan3: import("@stitches/react/types/theme").Token<"cyan3", string, "colors", "vitality">;
1441
- green3: import("@stitches/react/types/theme").Token<"green3", string, "colors", "vitality">;
1442
- grey3: import("@stitches/react/types/theme").Token<"grey3", string, "colors", "vitality">;
1443
- greyA3: import("@stitches/react/types/theme").Token<"greyA3", string, "colors", "vitality">;
1444
- orange3: import("@stitches/react/types/theme").Token<"orange3", string, "colors", "vitality">;
1445
- pink3: import("@stitches/react/types/theme").Token<"pink3", string, "colors", "vitality">;
1446
- red3: import("@stitches/react/types/theme").Token<"red3", string, "colors", "vitality">;
1447
- yellow3: import("@stitches/react/types/theme").Token<"yellow3", string, "colors", "vitality">;
1448
1526
  blue4: import("@stitches/react/types/theme").Token<"blue4", string, "colors", "vitality">;
1449
- cyan4: import("@stitches/react/types/theme").Token<"cyan4", string, "colors", "vitality">;
1450
- green4: import("@stitches/react/types/theme").Token<"green4", string, "colors", "vitality">;
1451
- grey4: import("@stitches/react/types/theme").Token<"grey4", string, "colors", "vitality">;
1452
- greyA4: import("@stitches/react/types/theme").Token<"greyA4", string, "colors", "vitality">;
1453
- orange4: import("@stitches/react/types/theme").Token<"orange4", string, "colors", "vitality">;
1454
- pink4: import("@stitches/react/types/theme").Token<"pink4", string, "colors", "vitality">;
1455
- red4: import("@stitches/react/types/theme").Token<"red4", string, "colors", "vitality">;
1456
- yellow4: import("@stitches/react/types/theme").Token<"yellow4", string, "colors", "vitality">;
1527
+ blue2: import("@stitches/react/types/theme").Token<"blue2", string, "colors", "vitality">;
1528
+ blue8: import("@stitches/react/types/theme").Token<"blue8", string, "colors", "vitality">;
1457
1529
  blue5: import("@stitches/react/types/theme").Token<"blue5", string, "colors", "vitality">;
1458
- cyan5: import("@stitches/react/types/theme").Token<"cyan5", string, "colors", "vitality">;
1459
- green5: import("@stitches/react/types/theme").Token<"green5", string, "colors", "vitality">;
1460
- grey5: import("@stitches/react/types/theme").Token<"grey5", string, "colors", "vitality">;
1461
- greyA5: import("@stitches/react/types/theme").Token<"greyA5", string, "colors", "vitality">;
1462
- orange5: import("@stitches/react/types/theme").Token<"orange5", string, "colors", "vitality">;
1463
- pink5: import("@stitches/react/types/theme").Token<"pink5", string, "colors", "vitality">;
1464
- red5: import("@stitches/react/types/theme").Token<"red5", string, "colors", "vitality">;
1465
- yellow5: import("@stitches/react/types/theme").Token<"yellow5", string, "colors", "vitality">;
1466
1530
  blue6: import("@stitches/react/types/theme").Token<"blue6", string, "colors", "vitality">;
1467
- cyan6: import("@stitches/react/types/theme").Token<"cyan6", string, "colors", "vitality">;
1468
- green6: import("@stitches/react/types/theme").Token<"green6", string, "colors", "vitality">;
1469
- grey6: import("@stitches/react/types/theme").Token<"grey6", string, "colors", "vitality">;
1470
- greyA6: import("@stitches/react/types/theme").Token<"greyA6", string, "colors", "vitality">;
1471
- orange6: import("@stitches/react/types/theme").Token<"orange6", string, "colors", "vitality">;
1472
- pink6: import("@stitches/react/types/theme").Token<"pink6", string, "colors", "vitality">;
1473
- red6: import("@stitches/react/types/theme").Token<"red6", string, "colors", "vitality">;
1474
- yellow6: import("@stitches/react/types/theme").Token<"yellow6", string, "colors", "vitality">;
1475
- blue7: import("@stitches/react/types/theme").Token<"blue7", string, "colors", "vitality">;
1476
- cyan7: import("@stitches/react/types/theme").Token<"cyan7", string, "colors", "vitality">;
1477
- green7: import("@stitches/react/types/theme").Token<"green7", string, "colors", "vitality">;
1478
- grey7: import("@stitches/react/types/theme").Token<"grey7", string, "colors", "vitality">;
1479
- greyA7: import("@stitches/react/types/theme").Token<"greyA7", string, "colors", "vitality">;
1480
- orange7: import("@stitches/react/types/theme").Token<"orange7", string, "colors", "vitality">;
1481
- pink7: import("@stitches/react/types/theme").Token<"pink7", string, "colors", "vitality">;
1482
- red7: import("@stitches/react/types/theme").Token<"red7", string, "colors", "vitality">;
1483
- yellow7: import("@stitches/react/types/theme").Token<"yellow7", string, "colors", "vitality">;
1484
- blue8: import("@stitches/react/types/theme").Token<"blue8", string, "colors", "vitality">;
1485
- cyan8: import("@stitches/react/types/theme").Token<"cyan8", string, "colors", "vitality">;
1486
- green8: import("@stitches/react/types/theme").Token<"green8", string, "colors", "vitality">;
1487
- grey8: import("@stitches/react/types/theme").Token<"grey8", string, "colors", "vitality">;
1488
- greyA8: import("@stitches/react/types/theme").Token<"greyA8", string, "colors", "vitality">;
1489
- orange8: import("@stitches/react/types/theme").Token<"orange8", string, "colors", "vitality">;
1490
- pink8: import("@stitches/react/types/theme").Token<"pink8", string, "colors", "vitality">;
1491
- red8: import("@stitches/react/types/theme").Token<"red8", string, "colors", "vitality">;
1492
- yellow8: import("@stitches/react/types/theme").Token<"yellow8", string, "colors", "vitality">;
1493
- blue9: import("@stitches/react/types/theme").Token<"blue9", string, "colors", "vitality">;
1494
- cyan9: import("@stitches/react/types/theme").Token<"cyan9", string, "colors", "vitality">;
1495
- green9: import("@stitches/react/types/theme").Token<"green9", string, "colors", "vitality">;
1496
- grey9: import("@stitches/react/types/theme").Token<"grey9", string, "colors", "vitality">;
1497
- greyA9: import("@stitches/react/types/theme").Token<"greyA9", string, "colors", "vitality">;
1498
- orange9: import("@stitches/react/types/theme").Token<"orange9", string, "colors", "vitality">;
1499
- pink9: import("@stitches/react/types/theme").Token<"pink9", string, "colors", "vitality">;
1500
- red9: import("@stitches/react/types/theme").Token<"red9", string, "colors", "vitality">;
1501
- yellow9: import("@stitches/react/types/theme").Token<"yellow9", string, "colors", "vitality">;
1502
- blue10: import("@stitches/react/types/theme").Token<"blue10", string, "colors", "vitality">;
1503
- cyan10: import("@stitches/react/types/theme").Token<"cyan10", string, "colors", "vitality">;
1504
- green10: import("@stitches/react/types/theme").Token<"green10", string, "colors", "vitality">;
1505
- grey10: import("@stitches/react/types/theme").Token<"grey10", string, "colors", "vitality">;
1506
- greyA10: import("@stitches/react/types/theme").Token<"greyA10", string, "colors", "vitality">;
1507
- orange10: import("@stitches/react/types/theme").Token<"orange10", string, "colors", "vitality">;
1508
- pink10: import("@stitches/react/types/theme").Token<"pink10", string, "colors", "vitality">;
1509
- red10: import("@stitches/react/types/theme").Token<"red10", string, "colors", "vitality">;
1510
- yellow10: import("@stitches/react/types/theme").Token<"yellow10", string, "colors", "vitality">;
1511
- blue11: import("@stitches/react/types/theme").Token<"blue11", string, "colors", "vitality">;
1512
- cyan11: import("@stitches/react/types/theme").Token<"cyan11", string, "colors", "vitality">;
1513
- green11: import("@stitches/react/types/theme").Token<"green11", string, "colors", "vitality">;
1514
- grey11: import("@stitches/react/types/theme").Token<"grey11", string, "colors", "vitality">;
1515
- greyA11: import("@stitches/react/types/theme").Token<"greyA11", string, "colors", "vitality">;
1516
- orange11: import("@stitches/react/types/theme").Token<"orange11", string, "colors", "vitality">;
1517
- pink11: import("@stitches/react/types/theme").Token<"pink11", string, "colors", "vitality">;
1518
- red11: import("@stitches/react/types/theme").Token<"red11", string, "colors", "vitality">;
1519
- yellow11: import("@stitches/react/types/theme").Token<"yellow11", string, "colors", "vitality">;
1520
1531
  blue12: import("@stitches/react/types/theme").Token<"blue12", string, "colors", "vitality">;
1521
- cyan12: import("@stitches/react/types/theme").Token<"cyan12", string, "colors", "vitality">;
1522
- green12: import("@stitches/react/types/theme").Token<"green12", string, "colors", "vitality">;
1523
- grey12: import("@stitches/react/types/theme").Token<"grey12", string, "colors", "vitality">;
1524
- greyA12: import("@stitches/react/types/theme").Token<"greyA12", string, "colors", "vitality">;
1525
- orange12: import("@stitches/react/types/theme").Token<"orange12", string, "colors", "vitality">;
1526
- pink12: import("@stitches/react/types/theme").Token<"pink12", string, "colors", "vitality">;
1527
- red12: import("@stitches/react/types/theme").Token<"red12", string, "colors", "vitality">;
1528
- yellow12: import("@stitches/react/types/theme").Token<"yellow12", string, "colors", "vitality">;
1532
+ blue3: import("@stitches/react/types/theme").Token<"blue3", string, "colors", "vitality">;
1533
+ blue7: import("@stitches/react/types/theme").Token<"blue7", string, "colors", "vitality">;
1534
+ blue9: import("@stitches/react/types/theme").Token<"blue9", string, "colors", "vitality">;
1535
+ blue10: import("@stitches/react/types/theme").Token<"blue10", string, "colors", "vitality">;
1536
+ blue11: import("@stitches/react/types/theme").Token<"blue11", string, "colors", "vitality">;
1529
1537
  blue13: import("@stitches/react/types/theme").Token<"blue13", string, "colors", "vitality">;
1538
+ cyan1: import("@stitches/react/types/theme").Token<"cyan1", string, "colors", "vitality">;
1539
+ cyan4: import("@stitches/react/types/theme").Token<"cyan4", string, "colors", "vitality">;
1540
+ cyan2: import("@stitches/react/types/theme").Token<"cyan2", string, "colors", "vitality">;
1541
+ cyan8: import("@stitches/react/types/theme").Token<"cyan8", string, "colors", "vitality">;
1542
+ cyan5: import("@stitches/react/types/theme").Token<"cyan5", string, "colors", "vitality">;
1543
+ cyan6: import("@stitches/react/types/theme").Token<"cyan6", string, "colors", "vitality">;
1544
+ cyan12: import("@stitches/react/types/theme").Token<"cyan12", string, "colors", "vitality">;
1545
+ cyan3: import("@stitches/react/types/theme").Token<"cyan3", string, "colors", "vitality">;
1546
+ cyan7: import("@stitches/react/types/theme").Token<"cyan7", string, "colors", "vitality">;
1547
+ cyan9: import("@stitches/react/types/theme").Token<"cyan9", string, "colors", "vitality">;
1548
+ cyan10: import("@stitches/react/types/theme").Token<"cyan10", string, "colors", "vitality">;
1549
+ cyan11: import("@stitches/react/types/theme").Token<"cyan11", string, "colors", "vitality">;
1530
1550
  cyan13: import("@stitches/react/types/theme").Token<"cyan13", string, "colors", "vitality">;
1551
+ green1: import("@stitches/react/types/theme").Token<"green1", string, "colors", "vitality">;
1552
+ green4: import("@stitches/react/types/theme").Token<"green4", string, "colors", "vitality">;
1553
+ green2: import("@stitches/react/types/theme").Token<"green2", string, "colors", "vitality">;
1554
+ green8: import("@stitches/react/types/theme").Token<"green8", string, "colors", "vitality">;
1555
+ green5: import("@stitches/react/types/theme").Token<"green5", string, "colors", "vitality">;
1556
+ green6: import("@stitches/react/types/theme").Token<"green6", string, "colors", "vitality">;
1557
+ green12: import("@stitches/react/types/theme").Token<"green12", string, "colors", "vitality">;
1558
+ green3: import("@stitches/react/types/theme").Token<"green3", string, "colors", "vitality">;
1559
+ green7: import("@stitches/react/types/theme").Token<"green7", string, "colors", "vitality">;
1560
+ green9: import("@stitches/react/types/theme").Token<"green9", string, "colors", "vitality">;
1561
+ green10: import("@stitches/react/types/theme").Token<"green10", string, "colors", "vitality">;
1562
+ green11: import("@stitches/react/types/theme").Token<"green11", string, "colors", "vitality">;
1531
1563
  green13: import("@stitches/react/types/theme").Token<"green13", string, "colors", "vitality">;
1564
+ grey1: import("@stitches/react/types/theme").Token<"grey1", string, "colors", "vitality">;
1565
+ grey4: import("@stitches/react/types/theme").Token<"grey4", string, "colors", "vitality">;
1566
+ grey2: import("@stitches/react/types/theme").Token<"grey2", string, "colors", "vitality">;
1567
+ grey8: import("@stitches/react/types/theme").Token<"grey8", string, "colors", "vitality">;
1568
+ grey5: import("@stitches/react/types/theme").Token<"grey5", string, "colors", "vitality">;
1569
+ grey6: import("@stitches/react/types/theme").Token<"grey6", string, "colors", "vitality">;
1570
+ grey12: import("@stitches/react/types/theme").Token<"grey12", string, "colors", "vitality">;
1571
+ grey3: import("@stitches/react/types/theme").Token<"grey3", string, "colors", "vitality">;
1572
+ grey7: import("@stitches/react/types/theme").Token<"grey7", string, "colors", "vitality">;
1573
+ grey9: import("@stitches/react/types/theme").Token<"grey9", string, "colors", "vitality">;
1574
+ grey10: import("@stitches/react/types/theme").Token<"grey10", string, "colors", "vitality">;
1575
+ grey11: import("@stitches/react/types/theme").Token<"grey11", string, "colors", "vitality">;
1532
1576
  grey13: import("@stitches/react/types/theme").Token<"grey13", string, "colors", "vitality">;
1577
+ greyA1: import("@stitches/react/types/theme").Token<"greyA1", string, "colors", "vitality">;
1578
+ greyA4: import("@stitches/react/types/theme").Token<"greyA4", string, "colors", "vitality">;
1579
+ greyA2: import("@stitches/react/types/theme").Token<"greyA2", string, "colors", "vitality">;
1580
+ greyA8: import("@stitches/react/types/theme").Token<"greyA8", string, "colors", "vitality">;
1581
+ greyA5: import("@stitches/react/types/theme").Token<"greyA5", string, "colors", "vitality">;
1582
+ greyA6: import("@stitches/react/types/theme").Token<"greyA6", string, "colors", "vitality">;
1583
+ greyA12: import("@stitches/react/types/theme").Token<"greyA12", string, "colors", "vitality">;
1584
+ greyA3: import("@stitches/react/types/theme").Token<"greyA3", string, "colors", "vitality">;
1585
+ greyA7: import("@stitches/react/types/theme").Token<"greyA7", string, "colors", "vitality">;
1586
+ greyA9: import("@stitches/react/types/theme").Token<"greyA9", string, "colors", "vitality">;
1587
+ greyA10: import("@stitches/react/types/theme").Token<"greyA10", string, "colors", "vitality">;
1588
+ greyA11: import("@stitches/react/types/theme").Token<"greyA11", string, "colors", "vitality">;
1533
1589
  greyA13: import("@stitches/react/types/theme").Token<"greyA13", string, "colors", "vitality">;
1590
+ orange1: import("@stitches/react/types/theme").Token<"orange1", string, "colors", "vitality">;
1591
+ orange4: import("@stitches/react/types/theme").Token<"orange4", string, "colors", "vitality">;
1592
+ orange2: import("@stitches/react/types/theme").Token<"orange2", string, "colors", "vitality">;
1593
+ orange8: import("@stitches/react/types/theme").Token<"orange8", string, "colors", "vitality">;
1594
+ orange5: import("@stitches/react/types/theme").Token<"orange5", string, "colors", "vitality">;
1595
+ orange6: import("@stitches/react/types/theme").Token<"orange6", string, "colors", "vitality">;
1596
+ orange12: import("@stitches/react/types/theme").Token<"orange12", string, "colors", "vitality">;
1597
+ orange3: import("@stitches/react/types/theme").Token<"orange3", string, "colors", "vitality">;
1598
+ orange7: import("@stitches/react/types/theme").Token<"orange7", string, "colors", "vitality">;
1599
+ orange9: import("@stitches/react/types/theme").Token<"orange9", string, "colors", "vitality">;
1600
+ orange10: import("@stitches/react/types/theme").Token<"orange10", string, "colors", "vitality">;
1601
+ orange11: import("@stitches/react/types/theme").Token<"orange11", string, "colors", "vitality">;
1534
1602
  orange13: import("@stitches/react/types/theme").Token<"orange13", string, "colors", "vitality">;
1603
+ pink1: import("@stitches/react/types/theme").Token<"pink1", string, "colors", "vitality">;
1604
+ pink4: import("@stitches/react/types/theme").Token<"pink4", string, "colors", "vitality">;
1605
+ pink2: import("@stitches/react/types/theme").Token<"pink2", string, "colors", "vitality">;
1606
+ pink8: import("@stitches/react/types/theme").Token<"pink8", string, "colors", "vitality">;
1607
+ pink5: import("@stitches/react/types/theme").Token<"pink5", string, "colors", "vitality">;
1608
+ pink6: import("@stitches/react/types/theme").Token<"pink6", string, "colors", "vitality">;
1609
+ pink12: import("@stitches/react/types/theme").Token<"pink12", string, "colors", "vitality">;
1610
+ pink3: import("@stitches/react/types/theme").Token<"pink3", string, "colors", "vitality">;
1611
+ pink7: import("@stitches/react/types/theme").Token<"pink7", string, "colors", "vitality">;
1612
+ pink9: import("@stitches/react/types/theme").Token<"pink9", string, "colors", "vitality">;
1613
+ pink10: import("@stitches/react/types/theme").Token<"pink10", string, "colors", "vitality">;
1614
+ pink11: import("@stitches/react/types/theme").Token<"pink11", string, "colors", "vitality">;
1535
1615
  pink13: import("@stitches/react/types/theme").Token<"pink13", string, "colors", "vitality">;
1616
+ red1: import("@stitches/react/types/theme").Token<"red1", string, "colors", "vitality">;
1617
+ red4: import("@stitches/react/types/theme").Token<"red4", string, "colors", "vitality">;
1618
+ red2: import("@stitches/react/types/theme").Token<"red2", string, "colors", "vitality">;
1619
+ red8: import("@stitches/react/types/theme").Token<"red8", string, "colors", "vitality">;
1620
+ red5: import("@stitches/react/types/theme").Token<"red5", string, "colors", "vitality">;
1621
+ red6: import("@stitches/react/types/theme").Token<"red6", string, "colors", "vitality">;
1622
+ red12: import("@stitches/react/types/theme").Token<"red12", string, "colors", "vitality">;
1623
+ red3: import("@stitches/react/types/theme").Token<"red3", string, "colors", "vitality">;
1624
+ red7: import("@stitches/react/types/theme").Token<"red7", string, "colors", "vitality">;
1625
+ red9: import("@stitches/react/types/theme").Token<"red9", string, "colors", "vitality">;
1626
+ red10: import("@stitches/react/types/theme").Token<"red10", string, "colors", "vitality">;
1627
+ red11: import("@stitches/react/types/theme").Token<"red11", string, "colors", "vitality">;
1536
1628
  red13: import("@stitches/react/types/theme").Token<"red13", string, "colors", "vitality">;
1629
+ violet1: import("@stitches/react/types/theme").Token<"violet1", string, "colors", "vitality">;
1630
+ violet4: import("@stitches/react/types/theme").Token<"violet4", string, "colors", "vitality">;
1631
+ violet2: import("@stitches/react/types/theme").Token<"violet2", string, "colors", "vitality">;
1632
+ violet8: import("@stitches/react/types/theme").Token<"violet8", string, "colors", "vitality">;
1633
+ violet5: import("@stitches/react/types/theme").Token<"violet5", string, "colors", "vitality">;
1634
+ violet6: import("@stitches/react/types/theme").Token<"violet6", string, "colors", "vitality">;
1635
+ violet12: import("@stitches/react/types/theme").Token<"violet12", string, "colors", "vitality">;
1636
+ violet3: import("@stitches/react/types/theme").Token<"violet3", string, "colors", "vitality">;
1637
+ violet7: import("@stitches/react/types/theme").Token<"violet7", string, "colors", "vitality">;
1638
+ violet9: import("@stitches/react/types/theme").Token<"violet9", string, "colors", "vitality">;
1639
+ violet10: import("@stitches/react/types/theme").Token<"violet10", string, "colors", "vitality">;
1640
+ violet11: import("@stitches/react/types/theme").Token<"violet11", string, "colors", "vitality">;
1641
+ violet13: import("@stitches/react/types/theme").Token<"violet13", string, "colors", "vitality">;
1642
+ yellow1: import("@stitches/react/types/theme").Token<"yellow1", string, "colors", "vitality">;
1643
+ yellow4: import("@stitches/react/types/theme").Token<"yellow4", string, "colors", "vitality">;
1644
+ yellow2: import("@stitches/react/types/theme").Token<"yellow2", string, "colors", "vitality">;
1645
+ yellow8: import("@stitches/react/types/theme").Token<"yellow8", string, "colors", "vitality">;
1646
+ yellow5: import("@stitches/react/types/theme").Token<"yellow5", string, "colors", "vitality">;
1647
+ yellow6: import("@stitches/react/types/theme").Token<"yellow6", string, "colors", "vitality">;
1648
+ yellow12: import("@stitches/react/types/theme").Token<"yellow12", string, "colors", "vitality">;
1649
+ yellow3: import("@stitches/react/types/theme").Token<"yellow3", string, "colors", "vitality">;
1650
+ yellow7: import("@stitches/react/types/theme").Token<"yellow7", string, "colors", "vitality">;
1651
+ yellow9: import("@stitches/react/types/theme").Token<"yellow9", string, "colors", "vitality">;
1652
+ yellow10: import("@stitches/react/types/theme").Token<"yellow10", string, "colors", "vitality">;
1653
+ yellow11: import("@stitches/react/types/theme").Token<"yellow11", string, "colors", "vitality">;
1537
1654
  yellow13: import("@stitches/react/types/theme").Token<"yellow13", string, "colors", "vitality">;
1538
1655
  neutral1: import("@stitches/react/types/theme").Token<"neutral1", string, "colors", "vitality">;
1539
- neutral2: import("@stitches/react/types/theme").Token<"neutral2", string, "colors", "vitality">;
1540
- neutral3: import("@stitches/react/types/theme").Token<"neutral3", string, "colors", "vitality">;
1541
1656
  neutral4: import("@stitches/react/types/theme").Token<"neutral4", string, "colors", "vitality">;
1657
+ neutral2: import("@stitches/react/types/theme").Token<"neutral2", string, "colors", "vitality">;
1658
+ neutral8: import("@stitches/react/types/theme").Token<"neutral8", string, "colors", "vitality">;
1542
1659
  neutral5: import("@stitches/react/types/theme").Token<"neutral5", string, "colors", "vitality">;
1543
1660
  neutral6: import("@stitches/react/types/theme").Token<"neutral6", string, "colors", "vitality">;
1661
+ neutral12: import("@stitches/react/types/theme").Token<"neutral12", string, "colors", "vitality">;
1662
+ neutral3: import("@stitches/react/types/theme").Token<"neutral3", string, "colors", "vitality">;
1544
1663
  neutral7: import("@stitches/react/types/theme").Token<"neutral7", string, "colors", "vitality">;
1545
- neutral8: import("@stitches/react/types/theme").Token<"neutral8", string, "colors", "vitality">;
1546
1664
  neutral9: import("@stitches/react/types/theme").Token<"neutral9", string, "colors", "vitality">;
1547
1665
  neutral10: import("@stitches/react/types/theme").Token<"neutral10", string, "colors", "vitality">;
1548
1666
  neutral11: import("@stitches/react/types/theme").Token<"neutral11", string, "colors", "vitality">;
1549
- neutral12: import("@stitches/react/types/theme").Token<"neutral12", string, "colors", "vitality">;
1550
1667
  neutral13: import("@stitches/react/types/theme").Token<"neutral13", string, "colors", "vitality">;
1551
1668
  neutralA1: import("@stitches/react/types/theme").Token<"neutralA1", string, "colors", "vitality">;
1552
- neutralA2: import("@stitches/react/types/theme").Token<"neutralA2", string, "colors", "vitality">;
1553
- neutralA3: import("@stitches/react/types/theme").Token<"neutralA3", string, "colors", "vitality">;
1554
1669
  neutralA4: import("@stitches/react/types/theme").Token<"neutralA4", string, "colors", "vitality">;
1670
+ neutralA2: import("@stitches/react/types/theme").Token<"neutralA2", string, "colors", "vitality">;
1671
+ neutralA8: import("@stitches/react/types/theme").Token<"neutralA8", string, "colors", "vitality">;
1555
1672
  neutralA5: import("@stitches/react/types/theme").Token<"neutralA5", string, "colors", "vitality">;
1556
1673
  neutralA6: import("@stitches/react/types/theme").Token<"neutralA6", string, "colors", "vitality">;
1674
+ neutralA12: import("@stitches/react/types/theme").Token<"neutralA12", string, "colors", "vitality">;
1675
+ neutralA3: import("@stitches/react/types/theme").Token<"neutralA3", string, "colors", "vitality">;
1557
1676
  neutralA7: import("@stitches/react/types/theme").Token<"neutralA7", string, "colors", "vitality">;
1558
- neutralA8: import("@stitches/react/types/theme").Token<"neutralA8", string, "colors", "vitality">;
1559
1677
  neutralA9: import("@stitches/react/types/theme").Token<"neutralA9", string, "colors", "vitality">;
1560
1678
  neutralA10: import("@stitches/react/types/theme").Token<"neutralA10", string, "colors", "vitality">;
1561
1679
  neutralA11: import("@stitches/react/types/theme").Token<"neutralA11", string, "colors", "vitality">;
1562
- neutralA12: import("@stitches/react/types/theme").Token<"neutralA12", string, "colors", "vitality">;
1563
1680
  neutralA13: import("@stitches/react/types/theme").Token<"neutralA13", string, "colors", "vitality">;
1564
1681
  primary1: import("@stitches/react/types/theme").Token<"primary1", string, "colors", "vitality">;
1565
- primary2: import("@stitches/react/types/theme").Token<"primary2", string, "colors", "vitality">;
1566
- primary3: import("@stitches/react/types/theme").Token<"primary3", string, "colors", "vitality">;
1567
1682
  primary4: import("@stitches/react/types/theme").Token<"primary4", string, "colors", "vitality">;
1683
+ primary2: import("@stitches/react/types/theme").Token<"primary2", string, "colors", "vitality">;
1684
+ primary8: import("@stitches/react/types/theme").Token<"primary8", string, "colors", "vitality">;
1568
1685
  primary5: import("@stitches/react/types/theme").Token<"primary5", string, "colors", "vitality">;
1569
1686
  primary6: import("@stitches/react/types/theme").Token<"primary6", string, "colors", "vitality">;
1687
+ primary12: import("@stitches/react/types/theme").Token<"primary12", string, "colors", "vitality">;
1688
+ primary3: import("@stitches/react/types/theme").Token<"primary3", string, "colors", "vitality">;
1570
1689
  primary7: import("@stitches/react/types/theme").Token<"primary7", string, "colors", "vitality">;
1571
- primary8: import("@stitches/react/types/theme").Token<"primary8", string, "colors", "vitality">;
1572
1690
  primary9: import("@stitches/react/types/theme").Token<"primary9", string, "colors", "vitality">;
1573
1691
  primary10: import("@stitches/react/types/theme").Token<"primary10", string, "colors", "vitality">;
1574
1692
  primary11: import("@stitches/react/types/theme").Token<"primary11", string, "colors", "vitality">;
1575
- primary12: import("@stitches/react/types/theme").Token<"primary12", string, "colors", "vitality">;
1576
1693
  primary13: import("@stitches/react/types/theme").Token<"primary13", string, "colors", "vitality">;
1577
1694
  accent1: import("@stitches/react/types/theme").Token<"accent1", string, "colors", "vitality">;
1578
- accent2: import("@stitches/react/types/theme").Token<"accent2", string, "colors", "vitality">;
1579
- accent3: import("@stitches/react/types/theme").Token<"accent3", string, "colors", "vitality">;
1580
1695
  accent4: import("@stitches/react/types/theme").Token<"accent4", string, "colors", "vitality">;
1696
+ accent2: import("@stitches/react/types/theme").Token<"accent2", string, "colors", "vitality">;
1697
+ accent8: import("@stitches/react/types/theme").Token<"accent8", string, "colors", "vitality">;
1581
1698
  accent5: import("@stitches/react/types/theme").Token<"accent5", string, "colors", "vitality">;
1582
1699
  accent6: import("@stitches/react/types/theme").Token<"accent6", string, "colors", "vitality">;
1700
+ accent12: import("@stitches/react/types/theme").Token<"accent12", string, "colors", "vitality">;
1701
+ accent3: import("@stitches/react/types/theme").Token<"accent3", string, "colors", "vitality">;
1583
1702
  accent7: import("@stitches/react/types/theme").Token<"accent7", string, "colors", "vitality">;
1584
- accent8: import("@stitches/react/types/theme").Token<"accent8", string, "colors", "vitality">;
1585
1703
  accent9: import("@stitches/react/types/theme").Token<"accent9", string, "colors", "vitality">;
1586
1704
  accent10: import("@stitches/react/types/theme").Token<"accent10", string, "colors", "vitality">;
1587
1705
  accent11: import("@stitches/react/types/theme").Token<"accent11", string, "colors", "vitality">;
1588
- accent12: import("@stitches/react/types/theme").Token<"accent12", string, "colors", "vitality">;
1589
1706
  accent13: import("@stitches/react/types/theme").Token<"accent13", string, "colors", "vitality">;
1590
1707
  success1: import("@stitches/react/types/theme").Token<"success1", string, "colors", "vitality">;
1591
- success2: import("@stitches/react/types/theme").Token<"success2", string, "colors", "vitality">;
1592
- success3: import("@stitches/react/types/theme").Token<"success3", string, "colors", "vitality">;
1593
1708
  success4: import("@stitches/react/types/theme").Token<"success4", string, "colors", "vitality">;
1709
+ success2: import("@stitches/react/types/theme").Token<"success2", string, "colors", "vitality">;
1710
+ success8: import("@stitches/react/types/theme").Token<"success8", string, "colors", "vitality">;
1594
1711
  success5: import("@stitches/react/types/theme").Token<"success5", string, "colors", "vitality">;
1595
1712
  success6: import("@stitches/react/types/theme").Token<"success6", string, "colors", "vitality">;
1713
+ success12: import("@stitches/react/types/theme").Token<"success12", string, "colors", "vitality">;
1714
+ success3: import("@stitches/react/types/theme").Token<"success3", string, "colors", "vitality">;
1596
1715
  success7: import("@stitches/react/types/theme").Token<"success7", string, "colors", "vitality">;
1597
- success8: import("@stitches/react/types/theme").Token<"success8", string, "colors", "vitality">;
1598
1716
  success9: import("@stitches/react/types/theme").Token<"success9", string, "colors", "vitality">;
1599
1717
  success10: import("@stitches/react/types/theme").Token<"success10", string, "colors", "vitality">;
1600
1718
  success11: import("@stitches/react/types/theme").Token<"success11", string, "colors", "vitality">;
1601
- success12: import("@stitches/react/types/theme").Token<"success12", string, "colors", "vitality">;
1602
1719
  success13: import("@stitches/react/types/theme").Token<"success13", string, "colors", "vitality">;
1603
1720
  info1: import("@stitches/react/types/theme").Token<"info1", string, "colors", "vitality">;
1604
- info2: import("@stitches/react/types/theme").Token<"info2", string, "colors", "vitality">;
1605
- info3: import("@stitches/react/types/theme").Token<"info3", string, "colors", "vitality">;
1606
1721
  info4: import("@stitches/react/types/theme").Token<"info4", string, "colors", "vitality">;
1722
+ info2: import("@stitches/react/types/theme").Token<"info2", string, "colors", "vitality">;
1723
+ info8: import("@stitches/react/types/theme").Token<"info8", string, "colors", "vitality">;
1607
1724
  info5: import("@stitches/react/types/theme").Token<"info5", string, "colors", "vitality">;
1608
1725
  info6: import("@stitches/react/types/theme").Token<"info6", string, "colors", "vitality">;
1726
+ info12: import("@stitches/react/types/theme").Token<"info12", string, "colors", "vitality">;
1727
+ info3: import("@stitches/react/types/theme").Token<"info3", string, "colors", "vitality">;
1609
1728
  info7: import("@stitches/react/types/theme").Token<"info7", string, "colors", "vitality">;
1610
- info8: import("@stitches/react/types/theme").Token<"info8", string, "colors", "vitality">;
1611
1729
  info9: import("@stitches/react/types/theme").Token<"info9", string, "colors", "vitality">;
1612
1730
  info10: import("@stitches/react/types/theme").Token<"info10", string, "colors", "vitality">;
1613
1731
  info11: import("@stitches/react/types/theme").Token<"info11", string, "colors", "vitality">;
1614
- info12: import("@stitches/react/types/theme").Token<"info12", string, "colors", "vitality">;
1615
1732
  info13: import("@stitches/react/types/theme").Token<"info13", string, "colors", "vitality">;
1616
1733
  warning1: import("@stitches/react/types/theme").Token<"warning1", string, "colors", "vitality">;
1617
- warning2: import("@stitches/react/types/theme").Token<"warning2", string, "colors", "vitality">;
1618
- warning3: import("@stitches/react/types/theme").Token<"warning3", string, "colors", "vitality">;
1619
1734
  warning4: import("@stitches/react/types/theme").Token<"warning4", string, "colors", "vitality">;
1735
+ warning2: import("@stitches/react/types/theme").Token<"warning2", string, "colors", "vitality">;
1736
+ warning8: import("@stitches/react/types/theme").Token<"warning8", string, "colors", "vitality">;
1620
1737
  warning5: import("@stitches/react/types/theme").Token<"warning5", string, "colors", "vitality">;
1621
1738
  warning6: import("@stitches/react/types/theme").Token<"warning6", string, "colors", "vitality">;
1739
+ warning12: import("@stitches/react/types/theme").Token<"warning12", string, "colors", "vitality">;
1740
+ warning3: import("@stitches/react/types/theme").Token<"warning3", string, "colors", "vitality">;
1622
1741
  warning7: import("@stitches/react/types/theme").Token<"warning7", string, "colors", "vitality">;
1623
- warning8: import("@stitches/react/types/theme").Token<"warning8", string, "colors", "vitality">;
1624
1742
  warning9: import("@stitches/react/types/theme").Token<"warning9", string, "colors", "vitality">;
1625
1743
  warning10: import("@stitches/react/types/theme").Token<"warning10", string, "colors", "vitality">;
1626
1744
  warning11: import("@stitches/react/types/theme").Token<"warning11", string, "colors", "vitality">;
1627
- warning12: import("@stitches/react/types/theme").Token<"warning12", string, "colors", "vitality">;
1628
1745
  warning13: import("@stitches/react/types/theme").Token<"warning13", string, "colors", "vitality">;
1629
1746
  critical1: import("@stitches/react/types/theme").Token<"critical1", string, "colors", "vitality">;
1630
- critical2: import("@stitches/react/types/theme").Token<"critical2", string, "colors", "vitality">;
1631
- critical3: import("@stitches/react/types/theme").Token<"critical3", string, "colors", "vitality">;
1632
1747
  critical4: import("@stitches/react/types/theme").Token<"critical4", string, "colors", "vitality">;
1748
+ critical2: import("@stitches/react/types/theme").Token<"critical2", string, "colors", "vitality">;
1749
+ critical8: import("@stitches/react/types/theme").Token<"critical8", string, "colors", "vitality">;
1633
1750
  critical5: import("@stitches/react/types/theme").Token<"critical5", string, "colors", "vitality">;
1634
1751
  critical6: import("@stitches/react/types/theme").Token<"critical6", string, "colors", "vitality">;
1752
+ critical12: import("@stitches/react/types/theme").Token<"critical12", string, "colors", "vitality">;
1753
+ critical3: import("@stitches/react/types/theme").Token<"critical3", string, "colors", "vitality">;
1635
1754
  critical7: import("@stitches/react/types/theme").Token<"critical7", string, "colors", "vitality">;
1636
- critical8: import("@stitches/react/types/theme").Token<"critical8", string, "colors", "vitality">;
1637
1755
  critical9: import("@stitches/react/types/theme").Token<"critical9", string, "colors", "vitality">;
1638
1756
  critical10: import("@stitches/react/types/theme").Token<"critical10", string, "colors", "vitality">;
1639
1757
  critical11: import("@stitches/react/types/theme").Token<"critical11", string, "colors", "vitality">;
1640
- critical12: import("@stitches/react/types/theme").Token<"critical12", string, "colors", "vitality">;
1641
1758
  critical13: import("@stitches/react/types/theme").Token<"critical13", string, "colors", "vitality">;
1759
+ brand1: import("@stitches/react/types/theme").Token<"brand1", string, "colors", "vitality">;
1760
+ brand4: import("@stitches/react/types/theme").Token<"brand4", string, "colors", "vitality">;
1761
+ brand2: import("@stitches/react/types/theme").Token<"brand2", string, "colors", "vitality">;
1762
+ brand8: import("@stitches/react/types/theme").Token<"brand8", string, "colors", "vitality">;
1763
+ brand5: import("@stitches/react/types/theme").Token<"brand5", string, "colors", "vitality">;
1764
+ brand6: import("@stitches/react/types/theme").Token<"brand6", string, "colors", "vitality">;
1765
+ brand12: import("@stitches/react/types/theme").Token<"brand12", string, "colors", "vitality">;
1766
+ brand3: import("@stitches/react/types/theme").Token<"brand3", string, "colors", "vitality">;
1767
+ brand7: import("@stitches/react/types/theme").Token<"brand7", string, "colors", "vitality">;
1768
+ brand9: import("@stitches/react/types/theme").Token<"brand9", string, "colors", "vitality">;
1769
+ brand10: import("@stitches/react/types/theme").Token<"brand10", string, "colors", "vitality">;
1770
+ brand11: import("@stitches/react/types/theme").Token<"brand11", string, "colors", "vitality">;
1771
+ brand13: import("@stitches/react/types/theme").Token<"brand13", string, "colors", "vitality">;
1642
1772
  };
1643
1773
  fonts: {
1774
+ default: import("@stitches/react/types/theme").Token<"default", string, "fonts", "vitality">;
1644
1775
  body: import("@stitches/react/types/theme").Token<"body", string, "fonts", "vitality">;
1645
1776
  caption: import("@stitches/react/types/theme").Token<"caption", string, "fonts", "vitality">;
1646
1777
  pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "fonts", "vitality">;
@@ -1657,7 +1788,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1657
1788
  display700: import("@stitches/react/types/theme").Token<"display700", string, "fonts", "vitality">;
1658
1789
  display800: import("@stitches/react/types/theme").Token<"display800", string, "fonts", "vitality">;
1659
1790
  display900: import("@stitches/react/types/theme").Token<"display900", string, "fonts", "vitality">;
1660
- default: import("@stitches/react/types/theme").Token<"default", string, "fonts", "vitality">;
1661
1791
  };
1662
1792
  fontSizes: {
1663
1793
  body: import("@stitches/react/types/theme").Token<"body", string, "fontSizes", "vitality">;
@@ -1770,228 +1900,255 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1770
1900
  }, {
1771
1901
  colors: {
1772
1902
  blue1: string;
1773
- cyan1: string;
1774
- green1: string;
1775
- grey1: string;
1776
- greyA1: string;
1777
- orange1: string;
1778
- pink1: string;
1779
- red1: string;
1780
- yellow1: string;
1903
+ blue4: string;
1781
1904
  blue2: string;
1782
- cyan2: string;
1783
- green2: string;
1784
- grey2: string;
1785
- greyA2: string;
1786
- orange2: string;
1787
- pink2: string;
1788
- red2: string;
1789
- yellow2: string;
1905
+ blue8: string;
1906
+ blue5: string;
1907
+ blue6: string;
1908
+ blue12: string;
1790
1909
  blue3: string;
1791
- cyan3: string;
1792
- green3: string;
1793
- grey3: string;
1794
- greyA3: string;
1795
- orange3: string;
1796
- pink3: string;
1797
- red3: string;
1798
- yellow3: string;
1799
- blue4: string;
1910
+ blue7: string;
1911
+ blue9: string;
1912
+ blue10: string;
1913
+ blue11: string;
1914
+ blue13: string;
1915
+ cyan1: string;
1800
1916
  cyan4: string;
1801
- green4: string;
1802
- grey4: string;
1803
- greyA4: string;
1804
- orange4: string;
1805
- pink4: string;
1806
- red4: string;
1807
- yellow4: string;
1808
- blue5: string;
1917
+ cyan2: string;
1918
+ cyan8: string;
1809
1919
  cyan5: string;
1810
- green5: string;
1811
- grey5: string;
1812
- greyA5: string;
1813
- orange5: string;
1814
- pink5: string;
1815
- red5: string;
1816
- yellow5: string;
1817
- blue6: string;
1818
1920
  cyan6: string;
1819
- green6: string;
1820
- grey6: string;
1821
- greyA6: string;
1822
- orange6: string;
1823
- pink6: string;
1824
- red6: string;
1825
- yellow6: string;
1826
- blue7: string;
1921
+ cyan12: string;
1922
+ cyan3: string;
1827
1923
  cyan7: string;
1828
- green7: string;
1829
- grey7: string;
1830
- greyA7: string;
1831
- orange7: string;
1832
- pink7: string;
1833
- red7: string;
1834
- yellow7: string;
1835
- blue8: string;
1836
- cyan8: string;
1837
- green8: string;
1838
- grey8: string;
1839
- greyA8: string;
1840
- orange8: string;
1841
- pink8: string;
1842
- red8: string;
1843
- yellow8: string;
1844
- blue9: string;
1845
1924
  cyan9: string;
1925
+ cyan10: string;
1926
+ cyan11: string;
1927
+ cyan13: string;
1928
+ green1: string;
1929
+ green4: string;
1930
+ green2: string;
1931
+ green8: string;
1932
+ green5: string;
1933
+ green6: string;
1934
+ green12: string;
1935
+ green3: string;
1936
+ green7: string;
1846
1937
  green9: string;
1847
- grey9: string;
1848
- greyA9: string;
1849
- orange9: string;
1850
- pink9: string;
1851
- red9: string;
1852
- yellow9: string;
1853
- blue10: string;
1854
- cyan10: string;
1855
1938
  green10: string;
1856
- grey10: string;
1857
- greyA10: string;
1858
- orange10: string;
1859
- pink10: string;
1860
- red10: string;
1861
- yellow10: string;
1862
- blue11: string;
1863
- cyan11: string;
1864
1939
  green11: string;
1865
- grey11: string;
1866
- greyA11: string;
1867
- orange11: string;
1868
- pink11: string;
1869
- red11: string;
1870
- yellow11: string;
1871
- blue12: string;
1872
- cyan12: string;
1873
- green12: string;
1874
- grey12: string;
1875
- greyA12: string;
1876
- orange12: string;
1877
- pink12: string;
1878
- red12: string;
1879
- yellow12: string;
1880
- blue13: string;
1881
- cyan13: string;
1882
1940
  green13: string;
1941
+ grey1: string;
1942
+ grey4: string;
1943
+ grey2: string;
1944
+ grey8: string;
1945
+ grey5: string;
1946
+ grey6: string;
1947
+ grey12: string;
1948
+ grey3: string;
1949
+ grey7: string;
1950
+ grey9: string;
1951
+ grey10: string;
1952
+ grey11: string;
1883
1953
  grey13: string;
1954
+ greyA1: string;
1955
+ greyA4: string;
1956
+ greyA2: string;
1957
+ greyA8: string;
1958
+ greyA5: string;
1959
+ greyA6: string;
1960
+ greyA12: string;
1961
+ greyA3: string;
1962
+ greyA7: string;
1963
+ greyA9: string;
1964
+ greyA10: string;
1965
+ greyA11: string;
1884
1966
  greyA13: string;
1967
+ orange1: string;
1968
+ orange4: string;
1969
+ orange2: string;
1970
+ orange8: string;
1971
+ orange5: string;
1972
+ orange6: string;
1973
+ orange12: string;
1974
+ orange3: string;
1975
+ orange7: string;
1976
+ orange9: string;
1977
+ orange10: string;
1978
+ orange11: string;
1885
1979
  orange13: string;
1980
+ pink1: string;
1981
+ pink4: string;
1982
+ pink2: string;
1983
+ pink8: string;
1984
+ pink5: string;
1985
+ pink6: string;
1986
+ pink12: string;
1987
+ pink3: string;
1988
+ pink7: string;
1989
+ pink9: string;
1990
+ pink10: string;
1991
+ pink11: string;
1886
1992
  pink13: string;
1993
+ red1: string;
1994
+ red4: string;
1995
+ red2: string;
1996
+ red8: string;
1997
+ red5: string;
1998
+ red6: string;
1999
+ red12: string;
2000
+ red3: string;
2001
+ red7: string;
2002
+ red9: string;
2003
+ red10: string;
2004
+ red11: string;
1887
2005
  red13: string;
2006
+ violet1: string;
2007
+ violet4: string;
2008
+ violet2: string;
2009
+ violet8: string;
2010
+ violet5: string;
2011
+ violet6: string;
2012
+ violet12: string;
2013
+ violet3: string;
2014
+ violet7: string;
2015
+ violet9: string;
2016
+ violet10: string;
2017
+ violet11: string;
2018
+ violet13: string;
2019
+ yellow1: string;
2020
+ yellow4: string;
2021
+ yellow2: string;
2022
+ yellow8: string;
2023
+ yellow5: string;
2024
+ yellow6: string;
2025
+ yellow12: string;
2026
+ yellow3: string;
2027
+ yellow7: string;
2028
+ yellow9: string;
2029
+ yellow10: string;
2030
+ yellow11: string;
1888
2031
  yellow13: string;
1889
2032
  neutral1: string;
1890
- neutral2: string;
1891
- neutral3: string;
1892
2033
  neutral4: string;
2034
+ neutral2: string;
2035
+ neutral8: string;
1893
2036
  neutral5: string;
1894
2037
  neutral6: string;
2038
+ neutral12: string;
2039
+ neutral3: string;
1895
2040
  neutral7: string;
1896
- neutral8: string;
1897
2041
  neutral9: string;
1898
2042
  neutral10: string;
1899
2043
  neutral11: string;
1900
- neutral12: string;
1901
2044
  neutral13: string;
1902
2045
  neutralA1: string;
1903
- neutralA2: string;
1904
- neutralA3: string;
1905
2046
  neutralA4: string;
2047
+ neutralA2: string;
2048
+ neutralA8: string;
1906
2049
  neutralA5: string;
1907
2050
  neutralA6: string;
2051
+ neutralA12: string;
2052
+ neutralA3: string;
1908
2053
  neutralA7: string;
1909
- neutralA8: string;
1910
2054
  neutralA9: string;
1911
2055
  neutralA10: string;
1912
2056
  neutralA11: string;
1913
- neutralA12: string;
1914
2057
  neutralA13: string;
1915
2058
  primary1: string;
1916
- primary2: string;
1917
- primary3: string;
1918
2059
  primary4: string;
2060
+ primary2: string;
2061
+ primary8: string;
1919
2062
  primary5: string;
1920
2063
  primary6: string;
2064
+ primary12: string;
2065
+ primary3: string;
1921
2066
  primary7: string;
1922
- primary8: string;
1923
2067
  primary9: string;
1924
2068
  primary10: string;
1925
2069
  primary11: string;
1926
- primary12: string;
1927
2070
  primary13: string;
1928
2071
  accent1: string;
1929
- accent2: string;
1930
- accent3: string;
1931
2072
  accent4: string;
2073
+ accent2: string;
2074
+ accent8: string;
1932
2075
  accent5: string;
1933
2076
  accent6: string;
2077
+ accent12: string;
2078
+ accent3: string;
1934
2079
  accent7: string;
1935
- accent8: string;
1936
2080
  accent9: string;
1937
2081
  accent10: string;
1938
2082
  accent11: string;
1939
- accent12: string;
1940
2083
  accent13: string;
1941
2084
  success1: string;
1942
- success2: string;
1943
- success3: string;
1944
2085
  success4: string;
2086
+ success2: string;
2087
+ success8: string;
1945
2088
  success5: string;
1946
2089
  success6: string;
2090
+ success12: string;
2091
+ success3: string;
1947
2092
  success7: string;
1948
- success8: string;
1949
2093
  success9: string;
1950
2094
  success10: string;
1951
2095
  success11: string;
1952
- success12: string;
1953
2096
  success13: string;
1954
2097
  info1: string;
1955
- info2: string;
1956
- info3: string;
1957
2098
  info4: string;
2099
+ info2: string;
2100
+ info8: string;
1958
2101
  info5: string;
1959
2102
  info6: string;
2103
+ info12: string;
2104
+ info3: string;
1960
2105
  info7: string;
1961
- info8: string;
1962
2106
  info9: string;
1963
2107
  info10: string;
1964
2108
  info11: string;
1965
- info12: string;
1966
2109
  info13: string;
1967
2110
  warning1: string;
1968
- warning2: string;
1969
- warning3: string;
1970
2111
  warning4: string;
2112
+ warning2: string;
2113
+ warning8: string;
1971
2114
  warning5: string;
1972
2115
  warning6: string;
2116
+ warning12: string;
2117
+ warning3: string;
1973
2118
  warning7: string;
1974
- warning8: string;
1975
2119
  warning9: string;
1976
2120
  warning10: string;
1977
2121
  warning11: string;
1978
- warning12: string;
1979
2122
  warning13: string;
1980
2123
  critical1: string;
1981
- critical2: string;
1982
- critical3: string;
1983
2124
  critical4: string;
2125
+ critical2: string;
2126
+ critical8: string;
1984
2127
  critical5: string;
1985
2128
  critical6: string;
2129
+ critical12: string;
2130
+ critical3: string;
1986
2131
  critical7: string;
1987
- critical8: string;
1988
2132
  critical9: string;
1989
2133
  critical10: string;
1990
2134
  critical11: string;
1991
- critical12: string;
1992
2135
  critical13: string;
2136
+ brand1: string;
2137
+ brand4: string;
2138
+ brand2: string;
2139
+ brand8: string;
2140
+ brand5: string;
2141
+ brand6: string;
2142
+ brand12: string;
2143
+ brand3: string;
2144
+ brand7: string;
2145
+ brand9: string;
2146
+ brand10: string;
2147
+ brand11: string;
2148
+ brand13: string;
1993
2149
  };
1994
2150
  fonts: {
2151
+ default: any;
1995
2152
  body: any;
1996
2153
  caption: any;
1997
2154
  pageTitle: any;
@@ -2008,7 +2165,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2008
2165
  display700: any;
2009
2166
  display800: any;
2010
2167
  display900: any;
2011
- default: any;
2012
2168
  };
2013
2169
  fontSizes: {
2014
2170
  body: any;
@@ -2116,228 +2272,255 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2116
2272
  }, {
2117
2273
  colors: {
2118
2274
  blue1: string;
2119
- cyan1: string;
2120
- green1: string;
2121
- grey1: string;
2122
- greyA1: string;
2123
- orange1: string;
2124
- pink1: string;
2125
- red1: string;
2126
- yellow1: string;
2127
- blue2: string;
2128
- cyan2: string;
2129
- green2: string;
2130
- grey2: string;
2131
- greyA2: string;
2132
- orange2: string;
2133
- pink2: string;
2134
- red2: string;
2135
- yellow2: string;
2136
- blue3: string;
2137
- cyan3: string;
2138
- green3: string;
2139
- grey3: string;
2140
- greyA3: string;
2141
- orange3: string;
2142
- pink3: string;
2143
- red3: string;
2144
- yellow3: string;
2145
2275
  blue4: string;
2146
- cyan4: string;
2147
- green4: string;
2148
- grey4: string;
2149
- greyA4: string;
2150
- orange4: string;
2151
- pink4: string;
2152
- red4: string;
2153
- yellow4: string;
2276
+ blue2: string;
2277
+ blue8: string;
2154
2278
  blue5: string;
2155
- cyan5: string;
2156
- green5: string;
2157
- grey5: string;
2158
- greyA5: string;
2159
- orange5: string;
2160
- pink5: string;
2161
- red5: string;
2162
- yellow5: string;
2163
2279
  blue6: string;
2164
- cyan6: string;
2165
- green6: string;
2166
- grey6: string;
2167
- greyA6: string;
2168
- orange6: string;
2169
- pink6: string;
2170
- red6: string;
2171
- yellow6: string;
2280
+ blue12: string;
2281
+ blue3: string;
2172
2282
  blue7: string;
2173
- cyan7: string;
2174
- green7: string;
2175
- grey7: string;
2176
- greyA7: string;
2177
- orange7: string;
2178
- pink7: string;
2179
- red7: string;
2180
- yellow7: string;
2181
- blue8: string;
2182
- cyan8: string;
2183
- green8: string;
2184
- grey8: string;
2185
- greyA8: string;
2186
- orange8: string;
2187
- pink8: string;
2188
- red8: string;
2189
- yellow8: string;
2190
2283
  blue9: string;
2284
+ blue10: string;
2285
+ blue11: string;
2286
+ blue13: string;
2287
+ cyan1: string;
2288
+ cyan4: string;
2289
+ cyan2: string;
2290
+ cyan8: string;
2291
+ cyan5: string;
2292
+ cyan6: string;
2293
+ cyan12: string;
2294
+ cyan3: string;
2295
+ cyan7: string;
2191
2296
  cyan9: string;
2192
- green9: string;
2193
- grey9: string;
2194
- greyA9: string;
2195
- orange9: string;
2196
- pink9: string;
2197
- red9: string;
2198
- yellow9: string;
2199
- blue10: string;
2200
2297
  cyan10: string;
2201
- green10: string;
2202
- grey10: string;
2203
- greyA10: string;
2204
- orange10: string;
2205
- pink10: string;
2206
- red10: string;
2207
- yellow10: string;
2208
- blue11: string;
2209
2298
  cyan11: string;
2210
- green11: string;
2211
- grey11: string;
2212
- greyA11: string;
2213
- orange11: string;
2214
- pink11: string;
2215
- red11: string;
2216
- yellow11: string;
2217
- blue12: string;
2218
- cyan12: string;
2219
- green12: string;
2220
- grey12: string;
2221
- greyA12: string;
2222
- orange12: string;
2223
- pink12: string;
2224
- red12: string;
2225
- yellow12: string;
2226
- blue13: string;
2227
2299
  cyan13: string;
2300
+ green1: string;
2301
+ green4: string;
2302
+ green2: string;
2303
+ green8: string;
2304
+ green5: string;
2305
+ green6: string;
2306
+ green12: string;
2307
+ green3: string;
2308
+ green7: string;
2309
+ green9: string;
2310
+ green10: string;
2311
+ green11: string;
2228
2312
  green13: string;
2313
+ grey1: string;
2314
+ grey4: string;
2315
+ grey2: string;
2316
+ grey8: string;
2317
+ grey5: string;
2318
+ grey6: string;
2319
+ grey12: string;
2320
+ grey3: string;
2321
+ grey7: string;
2322
+ grey9: string;
2323
+ grey10: string;
2324
+ grey11: string;
2229
2325
  grey13: string;
2326
+ greyA1: string;
2327
+ greyA4: string;
2328
+ greyA2: string;
2329
+ greyA8: string;
2330
+ greyA5: string;
2331
+ greyA6: string;
2332
+ greyA12: string;
2333
+ greyA3: string;
2334
+ greyA7: string;
2335
+ greyA9: string;
2336
+ greyA10: string;
2337
+ greyA11: string;
2230
2338
  greyA13: string;
2339
+ orange1: string;
2340
+ orange4: string;
2341
+ orange2: string;
2342
+ orange8: string;
2343
+ orange5: string;
2344
+ orange6: string;
2345
+ orange12: string;
2346
+ orange3: string;
2347
+ orange7: string;
2348
+ orange9: string;
2349
+ orange10: string;
2350
+ orange11: string;
2231
2351
  orange13: string;
2352
+ pink1: string;
2353
+ pink4: string;
2354
+ pink2: string;
2355
+ pink8: string;
2356
+ pink5: string;
2357
+ pink6: string;
2358
+ pink12: string;
2359
+ pink3: string;
2360
+ pink7: string;
2361
+ pink9: string;
2362
+ pink10: string;
2363
+ pink11: string;
2232
2364
  pink13: string;
2365
+ red1: string;
2366
+ red4: string;
2367
+ red2: string;
2368
+ red8: string;
2369
+ red5: string;
2370
+ red6: string;
2371
+ red12: string;
2372
+ red3: string;
2373
+ red7: string;
2374
+ red9: string;
2375
+ red10: string;
2376
+ red11: string;
2233
2377
  red13: string;
2378
+ violet1: string;
2379
+ violet4: string;
2380
+ violet2: string;
2381
+ violet8: string;
2382
+ violet5: string;
2383
+ violet6: string;
2384
+ violet12: string;
2385
+ violet3: string;
2386
+ violet7: string;
2387
+ violet9: string;
2388
+ violet10: string;
2389
+ violet11: string;
2390
+ violet13: string;
2391
+ yellow1: string;
2392
+ yellow4: string;
2393
+ yellow2: string;
2394
+ yellow8: string;
2395
+ yellow5: string;
2396
+ yellow6: string;
2397
+ yellow12: string;
2398
+ yellow3: string;
2399
+ yellow7: string;
2400
+ yellow9: string;
2401
+ yellow10: string;
2402
+ yellow11: string;
2234
2403
  yellow13: string;
2235
2404
  neutral1: string;
2236
- neutral2: string;
2237
- neutral3: string;
2238
2405
  neutral4: string;
2406
+ neutral2: string;
2407
+ neutral8: string;
2239
2408
  neutral5: string;
2240
2409
  neutral6: string;
2410
+ neutral12: string;
2411
+ neutral3: string;
2241
2412
  neutral7: string;
2242
- neutral8: string;
2243
2413
  neutral9: string;
2244
2414
  neutral10: string;
2245
2415
  neutral11: string;
2246
- neutral12: string;
2247
2416
  neutral13: string;
2248
2417
  neutralA1: string;
2249
- neutralA2: string;
2250
- neutralA3: string;
2251
2418
  neutralA4: string;
2419
+ neutralA2: string;
2420
+ neutralA8: string;
2252
2421
  neutralA5: string;
2253
2422
  neutralA6: string;
2423
+ neutralA12: string;
2424
+ neutralA3: string;
2254
2425
  neutralA7: string;
2255
- neutralA8: string;
2256
2426
  neutralA9: string;
2257
2427
  neutralA10: string;
2258
2428
  neutralA11: string;
2259
- neutralA12: string;
2260
2429
  neutralA13: string;
2261
2430
  primary1: string;
2262
- primary2: string;
2263
- primary3: string;
2264
2431
  primary4: string;
2432
+ primary2: string;
2433
+ primary8: string;
2265
2434
  primary5: string;
2266
2435
  primary6: string;
2436
+ primary12: string;
2437
+ primary3: string;
2267
2438
  primary7: string;
2268
- primary8: string;
2269
2439
  primary9: string;
2270
2440
  primary10: string;
2271
2441
  primary11: string;
2272
- primary12: string;
2273
2442
  primary13: string;
2274
2443
  accent1: string;
2275
- accent2: string;
2276
- accent3: string;
2277
2444
  accent4: string;
2445
+ accent2: string;
2446
+ accent8: string;
2278
2447
  accent5: string;
2279
2448
  accent6: string;
2449
+ accent12: string;
2450
+ accent3: string;
2280
2451
  accent7: string;
2281
- accent8: string;
2282
2452
  accent9: string;
2283
2453
  accent10: string;
2284
2454
  accent11: string;
2285
- accent12: string;
2286
2455
  accent13: string;
2287
2456
  success1: string;
2288
- success2: string;
2289
- success3: string;
2290
2457
  success4: string;
2458
+ success2: string;
2459
+ success8: string;
2291
2460
  success5: string;
2292
2461
  success6: string;
2462
+ success12: string;
2463
+ success3: string;
2293
2464
  success7: string;
2294
- success8: string;
2295
2465
  success9: string;
2296
2466
  success10: string;
2297
2467
  success11: string;
2298
- success12: string;
2299
2468
  success13: string;
2300
2469
  info1: string;
2301
- info2: string;
2302
- info3: string;
2303
2470
  info4: string;
2471
+ info2: string;
2472
+ info8: string;
2304
2473
  info5: string;
2305
2474
  info6: string;
2475
+ info12: string;
2476
+ info3: string;
2306
2477
  info7: string;
2307
- info8: string;
2308
2478
  info9: string;
2309
2479
  info10: string;
2310
2480
  info11: string;
2311
- info12: string;
2312
2481
  info13: string;
2313
2482
  warning1: string;
2314
- warning2: string;
2315
- warning3: string;
2316
2483
  warning4: string;
2484
+ warning2: string;
2485
+ warning8: string;
2317
2486
  warning5: string;
2318
2487
  warning6: string;
2488
+ warning12: string;
2489
+ warning3: string;
2319
2490
  warning7: string;
2320
- warning8: string;
2321
2491
  warning9: string;
2322
2492
  warning10: string;
2323
2493
  warning11: string;
2324
- warning12: string;
2325
2494
  warning13: string;
2326
2495
  critical1: string;
2327
- critical2: string;
2328
- critical3: string;
2329
2496
  critical4: string;
2497
+ critical2: string;
2498
+ critical8: string;
2330
2499
  critical5: string;
2331
2500
  critical6: string;
2501
+ critical12: string;
2502
+ critical3: string;
2332
2503
  critical7: string;
2333
- critical8: string;
2334
2504
  critical9: string;
2335
2505
  critical10: string;
2336
2506
  critical11: string;
2337
- critical12: string;
2338
2507
  critical13: string;
2508
+ brand1: string;
2509
+ brand4: string;
2510
+ brand2: string;
2511
+ brand8: string;
2512
+ brand5: string;
2513
+ brand6: string;
2514
+ brand12: string;
2515
+ brand3: string;
2516
+ brand7: string;
2517
+ brand9: string;
2518
+ brand10: string;
2519
+ brand11: string;
2520
+ brand13: string;
2339
2521
  };
2340
2522
  fonts: {
2523
+ default: any;
2341
2524
  body: any;
2342
2525
  caption: any;
2343
2526
  pageTitle: any;
@@ -2354,7 +2537,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2354
2537
  display700: any;
2355
2538
  display800: any;
2356
2539
  display900: any;
2357
- default: any;
2358
2540
  };
2359
2541
  fontSizes: {
2360
2542
  body: any;
@@ -2462,228 +2644,255 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2462
2644
  }, {
2463
2645
  colors: {
2464
2646
  blue1: string;
2465
- cyan1: string;
2466
- green1: string;
2467
- grey1: string;
2468
- greyA1: string;
2469
- orange1: string;
2470
- pink1: string;
2471
- red1: string;
2472
- yellow1: string;
2647
+ blue4: string;
2473
2648
  blue2: string;
2474
- cyan2: string;
2475
- green2: string;
2476
- grey2: string;
2477
- greyA2: string;
2478
- orange2: string;
2479
- pink2: string;
2480
- red2: string;
2481
- yellow2: string;
2649
+ blue8: string;
2650
+ blue5: string;
2651
+ blue6: string;
2652
+ blue12: string;
2482
2653
  blue3: string;
2483
- cyan3: string;
2484
- green3: string;
2485
- grey3: string;
2486
- greyA3: string;
2487
- orange3: string;
2488
- pink3: string;
2489
- red3: string;
2490
- yellow3: string;
2491
- blue4: string;
2654
+ blue7: string;
2655
+ blue9: string;
2656
+ blue10: string;
2657
+ blue11: string;
2658
+ blue13: string;
2659
+ cyan1: string;
2492
2660
  cyan4: string;
2661
+ cyan2: string;
2662
+ cyan8: string;
2663
+ cyan5: string;
2664
+ cyan6: string;
2665
+ cyan12: string;
2666
+ cyan3: string;
2667
+ cyan7: string;
2668
+ cyan9: string;
2669
+ cyan10: string;
2670
+ cyan11: string;
2671
+ cyan13: string;
2672
+ green1: string;
2493
2673
  green4: string;
2674
+ green2: string;
2675
+ green8: string;
2676
+ green5: string;
2677
+ green6: string;
2678
+ green12: string;
2679
+ green3: string;
2680
+ green7: string;
2681
+ green9: string;
2682
+ green10: string;
2683
+ green11: string;
2684
+ green13: string;
2685
+ grey1: string;
2494
2686
  grey4: string;
2687
+ grey2: string;
2688
+ grey8: string;
2689
+ grey5: string;
2690
+ grey6: string;
2691
+ grey12: string;
2692
+ grey3: string;
2693
+ grey7: string;
2694
+ grey9: string;
2695
+ grey10: string;
2696
+ grey11: string;
2697
+ grey13: string;
2698
+ greyA1: string;
2495
2699
  greyA4: string;
2496
- orange4: string;
2497
- pink4: string;
2498
- red4: string;
2499
- yellow4: string;
2500
- blue5: string;
2501
- cyan5: string;
2502
- green5: string;
2503
- grey5: string;
2700
+ greyA2: string;
2701
+ greyA8: string;
2504
2702
  greyA5: string;
2505
- orange5: string;
2506
- pink5: string;
2507
- red5: string;
2508
- yellow5: string;
2509
- blue6: string;
2510
- cyan6: string;
2511
- green6: string;
2512
- grey6: string;
2513
2703
  greyA6: string;
2514
- orange6: string;
2515
- pink6: string;
2516
- red6: string;
2517
- yellow6: string;
2518
- blue7: string;
2519
- cyan7: string;
2520
- green7: string;
2521
- grey7: string;
2704
+ greyA12: string;
2705
+ greyA3: string;
2522
2706
  greyA7: string;
2523
- orange7: string;
2524
- pink7: string;
2525
- red7: string;
2526
- yellow7: string;
2527
- blue8: string;
2528
- cyan8: string;
2529
- green8: string;
2530
- grey8: string;
2531
- greyA8: string;
2532
- orange8: string;
2533
- pink8: string;
2534
- red8: string;
2535
- yellow8: string;
2536
- blue9: string;
2537
- cyan9: string;
2538
- green9: string;
2539
- grey9: string;
2540
2707
  greyA9: string;
2541
- orange9: string;
2542
- pink9: string;
2543
- red9: string;
2544
- yellow9: string;
2545
- blue10: string;
2546
- cyan10: string;
2547
- green10: string;
2548
- grey10: string;
2549
2708
  greyA10: string;
2550
- orange10: string;
2551
- pink10: string;
2552
- red10: string;
2553
- yellow10: string;
2554
- blue11: string;
2555
- cyan11: string;
2556
- green11: string;
2557
- grey11: string;
2558
2709
  greyA11: string;
2559
- orange11: string;
2560
- pink11: string;
2561
- red11: string;
2562
- yellow11: string;
2563
- blue12: string;
2564
- cyan12: string;
2565
- green12: string;
2566
- grey12: string;
2567
- greyA12: string;
2568
- orange12: string;
2569
- pink12: string;
2570
- red12: string;
2571
- yellow12: string;
2572
- blue13: string;
2573
- cyan13: string;
2574
- green13: string;
2575
- grey13: string;
2576
2710
  greyA13: string;
2711
+ orange1: string;
2712
+ orange4: string;
2713
+ orange2: string;
2714
+ orange8: string;
2715
+ orange5: string;
2716
+ orange6: string;
2717
+ orange12: string;
2718
+ orange3: string;
2719
+ orange7: string;
2720
+ orange9: string;
2721
+ orange10: string;
2722
+ orange11: string;
2577
2723
  orange13: string;
2724
+ pink1: string;
2725
+ pink4: string;
2726
+ pink2: string;
2727
+ pink8: string;
2728
+ pink5: string;
2729
+ pink6: string;
2730
+ pink12: string;
2731
+ pink3: string;
2732
+ pink7: string;
2733
+ pink9: string;
2734
+ pink10: string;
2735
+ pink11: string;
2578
2736
  pink13: string;
2737
+ red1: string;
2738
+ red4: string;
2739
+ red2: string;
2740
+ red8: string;
2741
+ red5: string;
2742
+ red6: string;
2743
+ red12: string;
2744
+ red3: string;
2745
+ red7: string;
2746
+ red9: string;
2747
+ red10: string;
2748
+ red11: string;
2579
2749
  red13: string;
2750
+ violet1: string;
2751
+ violet4: string;
2752
+ violet2: string;
2753
+ violet8: string;
2754
+ violet5: string;
2755
+ violet6: string;
2756
+ violet12: string;
2757
+ violet3: string;
2758
+ violet7: string;
2759
+ violet9: string;
2760
+ violet10: string;
2761
+ violet11: string;
2762
+ violet13: string;
2763
+ yellow1: string;
2764
+ yellow4: string;
2765
+ yellow2: string;
2766
+ yellow8: string;
2767
+ yellow5: string;
2768
+ yellow6: string;
2769
+ yellow12: string;
2770
+ yellow3: string;
2771
+ yellow7: string;
2772
+ yellow9: string;
2773
+ yellow10: string;
2774
+ yellow11: string;
2580
2775
  yellow13: string;
2581
2776
  neutral1: string;
2582
- neutral2: string;
2583
- neutral3: string;
2584
2777
  neutral4: string;
2778
+ neutral2: string;
2779
+ neutral8: string;
2585
2780
  neutral5: string;
2586
2781
  neutral6: string;
2782
+ neutral12: string;
2783
+ neutral3: string;
2587
2784
  neutral7: string;
2588
- neutral8: string;
2589
2785
  neutral9: string;
2590
2786
  neutral10: string;
2591
2787
  neutral11: string;
2592
- neutral12: string;
2593
2788
  neutral13: string;
2594
2789
  neutralA1: string;
2595
- neutralA2: string;
2596
- neutralA3: string;
2597
2790
  neutralA4: string;
2791
+ neutralA2: string;
2792
+ neutralA8: string;
2598
2793
  neutralA5: string;
2599
2794
  neutralA6: string;
2795
+ neutralA12: string;
2796
+ neutralA3: string;
2600
2797
  neutralA7: string;
2601
- neutralA8: string;
2602
2798
  neutralA9: string;
2603
2799
  neutralA10: string;
2604
2800
  neutralA11: string;
2605
- neutralA12: string;
2606
2801
  neutralA13: string;
2607
2802
  primary1: string;
2608
- primary2: string;
2609
- primary3: string;
2610
2803
  primary4: string;
2804
+ primary2: string;
2805
+ primary8: string;
2611
2806
  primary5: string;
2612
2807
  primary6: string;
2808
+ primary12: string;
2809
+ primary3: string;
2613
2810
  primary7: string;
2614
- primary8: string;
2615
2811
  primary9: string;
2616
2812
  primary10: string;
2617
2813
  primary11: string;
2618
- primary12: string;
2619
2814
  primary13: string;
2620
2815
  accent1: string;
2621
- accent2: string;
2622
- accent3: string;
2623
2816
  accent4: string;
2817
+ accent2: string;
2818
+ accent8: string;
2624
2819
  accent5: string;
2625
2820
  accent6: string;
2821
+ accent12: string;
2822
+ accent3: string;
2626
2823
  accent7: string;
2627
- accent8: string;
2628
2824
  accent9: string;
2629
2825
  accent10: string;
2630
2826
  accent11: string;
2631
- accent12: string;
2632
2827
  accent13: string;
2633
2828
  success1: string;
2634
- success2: string;
2635
- success3: string;
2636
2829
  success4: string;
2830
+ success2: string;
2831
+ success8: string;
2637
2832
  success5: string;
2638
2833
  success6: string;
2834
+ success12: string;
2835
+ success3: string;
2639
2836
  success7: string;
2640
- success8: string;
2641
2837
  success9: string;
2642
2838
  success10: string;
2643
2839
  success11: string;
2644
- success12: string;
2645
2840
  success13: string;
2646
2841
  info1: string;
2647
- info2: string;
2648
- info3: string;
2649
2842
  info4: string;
2843
+ info2: string;
2844
+ info8: string;
2650
2845
  info5: string;
2651
2846
  info6: string;
2847
+ info12: string;
2848
+ info3: string;
2652
2849
  info7: string;
2653
- info8: string;
2654
2850
  info9: string;
2655
2851
  info10: string;
2656
2852
  info11: string;
2657
- info12: string;
2658
2853
  info13: string;
2659
2854
  warning1: string;
2660
- warning2: string;
2661
- warning3: string;
2662
2855
  warning4: string;
2856
+ warning2: string;
2857
+ warning8: string;
2663
2858
  warning5: string;
2664
2859
  warning6: string;
2860
+ warning12: string;
2861
+ warning3: string;
2665
2862
  warning7: string;
2666
- warning8: string;
2667
2863
  warning9: string;
2668
2864
  warning10: string;
2669
2865
  warning11: string;
2670
- warning12: string;
2671
2866
  warning13: string;
2672
2867
  critical1: string;
2673
- critical2: string;
2674
- critical3: string;
2675
2868
  critical4: string;
2869
+ critical2: string;
2870
+ critical8: string;
2676
2871
  critical5: string;
2677
2872
  critical6: string;
2873
+ critical12: string;
2874
+ critical3: string;
2678
2875
  critical7: string;
2679
- critical8: string;
2680
2876
  critical9: string;
2681
2877
  critical10: string;
2682
2878
  critical11: string;
2683
- critical12: string;
2684
2879
  critical13: string;
2880
+ brand1: string;
2881
+ brand4: string;
2882
+ brand2: string;
2883
+ brand8: string;
2884
+ brand5: string;
2885
+ brand6: string;
2886
+ brand12: string;
2887
+ brand3: string;
2888
+ brand7: string;
2889
+ brand9: string;
2890
+ brand10: string;
2891
+ brand11: string;
2892
+ brand13: string;
2685
2893
  };
2686
2894
  fonts: {
2895
+ default: any;
2687
2896
  body: any;
2688
2897
  caption: any;
2689
2898
  pageTitle: any;
@@ -2700,7 +2909,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2700
2909
  display700: any;
2701
2910
  display800: any;
2702
2911
  display900: any;
2703
- default: any;
2704
2912
  };
2705
2913
  fontSizes: {
2706
2914
  body: any;
@@ -2812,230 +3020,257 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2812
3020
  bp3: "(min-width: 85rem)";
2813
3021
  };
2814
3022
  theme: {
2815
- colors: {
2816
- blue1: string;
2817
- cyan1: string;
2818
- green1: string;
2819
- grey1: string;
2820
- greyA1: string;
2821
- orange1: string;
2822
- pink1: string;
2823
- red1: string;
2824
- yellow1: string;
2825
- blue2: string;
2826
- cyan2: string;
2827
- green2: string;
2828
- grey2: string;
2829
- greyA2: string;
2830
- orange2: string;
2831
- pink2: string;
2832
- red2: string;
2833
- yellow2: string;
2834
- blue3: string;
2835
- cyan3: string;
2836
- green3: string;
2837
- grey3: string;
2838
- greyA3: string;
2839
- orange3: string;
2840
- pink3: string;
2841
- red3: string;
2842
- yellow3: string;
2843
- blue4: string;
2844
- cyan4: string;
2845
- green4: string;
2846
- grey4: string;
2847
- greyA4: string;
2848
- orange4: string;
2849
- pink4: string;
2850
- red4: string;
2851
- yellow4: string;
2852
- blue5: string;
2853
- cyan5: string;
2854
- green5: string;
2855
- grey5: string;
2856
- greyA5: string;
2857
- orange5: string;
2858
- pink5: string;
2859
- red5: string;
2860
- yellow5: string;
2861
- blue6: string;
2862
- cyan6: string;
2863
- green6: string;
2864
- grey6: string;
2865
- greyA6: string;
2866
- orange6: string;
2867
- pink6: string;
2868
- red6: string;
2869
- yellow6: string;
2870
- blue7: string;
2871
- cyan7: string;
2872
- green7: string;
2873
- grey7: string;
2874
- greyA7: string;
2875
- orange7: string;
2876
- pink7: string;
2877
- red7: string;
2878
- yellow7: string;
3023
+ colors: {
3024
+ blue1: string;
3025
+ blue4: string;
3026
+ blue2: string;
2879
3027
  blue8: string;
2880
- cyan8: string;
2881
- green8: string;
2882
- grey8: string;
2883
- greyA8: string;
2884
- orange8: string;
2885
- pink8: string;
2886
- red8: string;
2887
- yellow8: string;
3028
+ blue5: string;
3029
+ blue6: string;
3030
+ blue12: string;
3031
+ blue3: string;
3032
+ blue7: string;
2888
3033
  blue9: string;
2889
- cyan9: string;
2890
- green9: string;
2891
- grey9: string;
2892
- greyA9: string;
2893
- orange9: string;
2894
- pink9: string;
2895
- red9: string;
2896
- yellow9: string;
2897
3034
  blue10: string;
2898
- cyan10: string;
2899
- green10: string;
2900
- grey10: string;
2901
- greyA10: string;
2902
- orange10: string;
2903
- pink10: string;
2904
- red10: string;
2905
- yellow10: string;
2906
3035
  blue11: string;
2907
- cyan11: string;
2908
- green11: string;
2909
- grey11: string;
2910
- greyA11: string;
2911
- orange11: string;
2912
- pink11: string;
2913
- red11: string;
2914
- yellow11: string;
2915
- blue12: string;
2916
- cyan12: string;
2917
- green12: string;
2918
- grey12: string;
2919
- greyA12: string;
2920
- orange12: string;
2921
- pink12: string;
2922
- red12: string;
2923
- yellow12: string;
2924
3036
  blue13: string;
3037
+ cyan1: string;
3038
+ cyan4: string;
3039
+ cyan2: string;
3040
+ cyan8: string;
3041
+ cyan5: string;
3042
+ cyan6: string;
3043
+ cyan12: string;
3044
+ cyan3: string;
3045
+ cyan7: string;
3046
+ cyan9: string;
3047
+ cyan10: string;
3048
+ cyan11: string;
2925
3049
  cyan13: string;
3050
+ green1: string;
3051
+ green4: string;
3052
+ green2: string;
3053
+ green8: string;
3054
+ green5: string;
3055
+ green6: string;
3056
+ green12: string;
3057
+ green3: string;
3058
+ green7: string;
3059
+ green9: string;
3060
+ green10: string;
3061
+ green11: string;
2926
3062
  green13: string;
3063
+ grey1: string;
3064
+ grey4: string;
3065
+ grey2: string;
3066
+ grey8: string;
3067
+ grey5: string;
3068
+ grey6: string;
3069
+ grey12: string;
3070
+ grey3: string;
3071
+ grey7: string;
3072
+ grey9: string;
3073
+ grey10: string;
3074
+ grey11: string;
2927
3075
  grey13: string;
3076
+ greyA1: string;
3077
+ greyA4: string;
3078
+ greyA2: string;
3079
+ greyA8: string;
3080
+ greyA5: string;
3081
+ greyA6: string;
3082
+ greyA12: string;
3083
+ greyA3: string;
3084
+ greyA7: string;
3085
+ greyA9: string;
3086
+ greyA10: string;
3087
+ greyA11: string;
2928
3088
  greyA13: string;
3089
+ orange1: string;
3090
+ orange4: string;
3091
+ orange2: string;
3092
+ orange8: string;
3093
+ orange5: string;
3094
+ orange6: string;
3095
+ orange12: string;
3096
+ orange3: string;
3097
+ orange7: string;
3098
+ orange9: string;
3099
+ orange10: string;
3100
+ orange11: string;
2929
3101
  orange13: string;
3102
+ pink1: string;
3103
+ pink4: string;
3104
+ pink2: string;
3105
+ pink8: string;
3106
+ pink5: string;
3107
+ pink6: string;
3108
+ pink12: string;
3109
+ pink3: string;
3110
+ pink7: string;
3111
+ pink9: string;
3112
+ pink10: string;
3113
+ pink11: string;
2930
3114
  pink13: string;
3115
+ red1: string;
3116
+ red4: string;
3117
+ red2: string;
3118
+ red8: string;
3119
+ red5: string;
3120
+ red6: string;
3121
+ red12: string;
3122
+ red3: string;
3123
+ red7: string;
3124
+ red9: string;
3125
+ red10: string;
3126
+ red11: string;
2931
3127
  red13: string;
3128
+ violet1: string;
3129
+ violet4: string;
3130
+ violet2: string;
3131
+ violet8: string;
3132
+ violet5: string;
3133
+ violet6: string;
3134
+ violet12: string;
3135
+ violet3: string;
3136
+ violet7: string;
3137
+ violet9: string;
3138
+ violet10: string;
3139
+ violet11: string;
3140
+ violet13: string;
3141
+ yellow1: string;
3142
+ yellow4: string;
3143
+ yellow2: string;
3144
+ yellow8: string;
3145
+ yellow5: string;
3146
+ yellow6: string;
3147
+ yellow12: string;
3148
+ yellow3: string;
3149
+ yellow7: string;
3150
+ yellow9: string;
3151
+ yellow10: string;
3152
+ yellow11: string;
2932
3153
  yellow13: string;
2933
3154
  neutral1: string;
2934
- neutral2: string;
2935
- neutral3: string;
2936
3155
  neutral4: string;
3156
+ neutral2: string;
3157
+ neutral8: string;
2937
3158
  neutral5: string;
2938
3159
  neutral6: string;
3160
+ neutral12: string;
3161
+ neutral3: string;
2939
3162
  neutral7: string;
2940
- neutral8: string;
2941
3163
  neutral9: string;
2942
3164
  neutral10: string;
2943
3165
  neutral11: string;
2944
- neutral12: string;
2945
3166
  neutral13: string;
2946
3167
  neutralA1: string;
2947
- neutralA2: string;
2948
- neutralA3: string;
2949
3168
  neutralA4: string;
3169
+ neutralA2: string;
3170
+ neutralA8: string;
2950
3171
  neutralA5: string;
2951
3172
  neutralA6: string;
3173
+ neutralA12: string;
3174
+ neutralA3: string;
2952
3175
  neutralA7: string;
2953
- neutralA8: string;
2954
3176
  neutralA9: string;
2955
3177
  neutralA10: string;
2956
3178
  neutralA11: string;
2957
- neutralA12: string;
2958
3179
  neutralA13: string;
2959
3180
  primary1: string;
2960
- primary2: string;
2961
- primary3: string;
2962
3181
  primary4: string;
3182
+ primary2: string;
3183
+ primary8: string;
2963
3184
  primary5: string;
2964
3185
  primary6: string;
3186
+ primary12: string;
3187
+ primary3: string;
2965
3188
  primary7: string;
2966
- primary8: string;
2967
3189
  primary9: string;
2968
3190
  primary10: string;
2969
3191
  primary11: string;
2970
- primary12: string;
2971
3192
  primary13: string;
2972
3193
  accent1: string;
2973
- accent2: string;
2974
- accent3: string;
2975
3194
  accent4: string;
3195
+ accent2: string;
3196
+ accent8: string;
2976
3197
  accent5: string;
2977
3198
  accent6: string;
3199
+ accent12: string;
3200
+ accent3: string;
2978
3201
  accent7: string;
2979
- accent8: string;
2980
3202
  accent9: string;
2981
3203
  accent10: string;
2982
3204
  accent11: string;
2983
- accent12: string;
2984
3205
  accent13: string;
2985
3206
  success1: string;
2986
- success2: string;
2987
- success3: string;
2988
3207
  success4: string;
3208
+ success2: string;
3209
+ success8: string;
2989
3210
  success5: string;
2990
3211
  success6: string;
3212
+ success12: string;
3213
+ success3: string;
2991
3214
  success7: string;
2992
- success8: string;
2993
3215
  success9: string;
2994
3216
  success10: string;
2995
3217
  success11: string;
2996
- success12: string;
2997
3218
  success13: string;
2998
3219
  info1: string;
2999
- info2: string;
3000
- info3: string;
3001
3220
  info4: string;
3221
+ info2: string;
3222
+ info8: string;
3002
3223
  info5: string;
3003
3224
  info6: string;
3225
+ info12: string;
3226
+ info3: string;
3004
3227
  info7: string;
3005
- info8: string;
3006
3228
  info9: string;
3007
3229
  info10: string;
3008
3230
  info11: string;
3009
- info12: string;
3010
3231
  info13: string;
3011
3232
  warning1: string;
3012
- warning2: string;
3013
- warning3: string;
3014
3233
  warning4: string;
3234
+ warning2: string;
3235
+ warning8: string;
3015
3236
  warning5: string;
3016
3237
  warning6: string;
3238
+ warning12: string;
3239
+ warning3: string;
3017
3240
  warning7: string;
3018
- warning8: string;
3019
3241
  warning9: string;
3020
3242
  warning10: string;
3021
3243
  warning11: string;
3022
- warning12: string;
3023
3244
  warning13: string;
3024
3245
  critical1: string;
3025
- critical2: string;
3026
- critical3: string;
3027
3246
  critical4: string;
3247
+ critical2: string;
3248
+ critical8: string;
3028
3249
  critical5: string;
3029
3250
  critical6: string;
3251
+ critical12: string;
3252
+ critical3: string;
3030
3253
  critical7: string;
3031
- critical8: string;
3032
3254
  critical9: string;
3033
3255
  critical10: string;
3034
3256
  critical11: string;
3035
- critical12: string;
3036
3257
  critical13: string;
3258
+ brand1: string;
3259
+ brand4: string;
3260
+ brand2: string;
3261
+ brand8: string;
3262
+ brand5: string;
3263
+ brand6: string;
3264
+ brand12: string;
3265
+ brand3: string;
3266
+ brand7: string;
3267
+ brand9: string;
3268
+ brand10: string;
3269
+ brand11: string;
3270
+ brand13: string;
3037
3271
  };
3038
3272
  fonts: {
3273
+ default: any;
3039
3274
  body: any;
3040
3275
  caption: any;
3041
3276
  pageTitle: any;
@@ -3052,7 +3287,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
3052
3287
  display700: any;
3053
3288
  display800: any;
3054
3289
  display900: any;
3055
- default: any;
3056
3290
  };
3057
3291
  fontSizes: {
3058
3292
  body: any;
@@ -3158,228 +3392,255 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
3158
3392
  }, createTheme: <Argument0 extends string | ({
3159
3393
  colors?: {
3160
3394
  blue1?: string | number | boolean;
3161
- cyan1?: string | number | boolean;
3162
- green1?: string | number | boolean;
3163
- grey1?: string | number | boolean;
3164
- greyA1?: string | number | boolean;
3165
- orange1?: string | number | boolean;
3166
- pink1?: string | number | boolean;
3167
- red1?: string | number | boolean;
3168
- yellow1?: string | number | boolean;
3169
- blue2?: string | number | boolean;
3170
- cyan2?: string | number | boolean;
3171
- green2?: string | number | boolean;
3172
- grey2?: string | number | boolean;
3173
- greyA2?: string | number | boolean;
3174
- orange2?: string | number | boolean;
3175
- pink2?: string | number | boolean;
3176
- red2?: string | number | boolean;
3177
- yellow2?: string | number | boolean;
3178
- blue3?: string | number | boolean;
3179
- cyan3?: string | number | boolean;
3180
- green3?: string | number | boolean;
3181
- grey3?: string | number | boolean;
3182
- greyA3?: string | number | boolean;
3183
- orange3?: string | number | boolean;
3184
- pink3?: string | number | boolean;
3185
- red3?: string | number | boolean;
3186
- yellow3?: string | number | boolean;
3187
3395
  blue4?: string | number | boolean;
3188
- cyan4?: string | number | boolean;
3189
- green4?: string | number | boolean;
3190
- grey4?: string | number | boolean;
3191
- greyA4?: string | number | boolean;
3192
- orange4?: string | number | boolean;
3193
- pink4?: string | number | boolean;
3194
- red4?: string | number | boolean;
3195
- yellow4?: string | number | boolean;
3196
- blue5?: string | number | boolean;
3197
- cyan5?: string | number | boolean;
3198
- green5?: string | number | boolean;
3199
- grey5?: string | number | boolean;
3200
- greyA5?: string | number | boolean;
3201
- orange5?: string | number | boolean;
3202
- pink5?: string | number | boolean;
3203
- red5?: string | number | boolean;
3204
- yellow5?: string | number | boolean;
3396
+ blue2?: string | number | boolean;
3397
+ blue8?: string | number | boolean;
3398
+ blue5?: string | number | boolean;
3205
3399
  blue6?: string | number | boolean;
3206
- cyan6?: string | number | boolean;
3207
- green6?: string | number | boolean;
3208
- grey6?: string | number | boolean;
3209
- greyA6?: string | number | boolean;
3210
- orange6?: string | number | boolean;
3211
- pink6?: string | number | boolean;
3212
- red6?: string | number | boolean;
3213
- yellow6?: string | number | boolean;
3400
+ blue12?: string | number | boolean;
3401
+ blue3?: string | number | boolean;
3214
3402
  blue7?: string | number | boolean;
3215
- cyan7?: string | number | boolean;
3216
- green7?: string | number | boolean;
3217
- grey7?: string | number | boolean;
3218
- greyA7?: string | number | boolean;
3219
- orange7?: string | number | boolean;
3220
- pink7?: string | number | boolean;
3221
- red7?: string | number | boolean;
3222
- yellow7?: string | number | boolean;
3223
- blue8?: string | number | boolean;
3224
- cyan8?: string | number | boolean;
3225
- green8?: string | number | boolean;
3226
- grey8?: string | number | boolean;
3227
- greyA8?: string | number | boolean;
3228
- orange8?: string | number | boolean;
3229
- pink8?: string | number | boolean;
3230
- red8?: string | number | boolean;
3231
- yellow8?: string | number | boolean;
3232
3403
  blue9?: string | number | boolean;
3233
- cyan9?: string | number | boolean;
3234
- green9?: string | number | boolean;
3235
- grey9?: string | number | boolean;
3236
- greyA9?: string | number | boolean;
3237
- orange9?: string | number | boolean;
3238
- pink9?: string | number | boolean;
3239
- red9?: string | number | boolean;
3240
- yellow9?: string | number | boolean;
3241
3404
  blue10?: string | number | boolean;
3242
- cyan10?: string | number | boolean;
3243
- green10?: string | number | boolean;
3244
- grey10?: string | number | boolean;
3245
- greyA10?: string | number | boolean;
3246
- orange10?: string | number | boolean;
3247
- pink10?: string | number | boolean;
3248
- red10?: string | number | boolean;
3249
- yellow10?: string | number | boolean;
3250
3405
  blue11?: string | number | boolean;
3251
- cyan11?: string | number | boolean;
3252
- green11?: string | number | boolean;
3253
- grey11?: string | number | boolean;
3254
- greyA11?: string | number | boolean;
3255
- orange11?: string | number | boolean;
3256
- pink11?: string | number | boolean;
3257
- red11?: string | number | boolean;
3258
- yellow11?: string | number | boolean;
3259
- blue12?: string | number | boolean;
3260
- cyan12?: string | number | boolean;
3261
- green12?: string | number | boolean;
3262
- grey12?: string | number | boolean;
3263
- greyA12?: string | number | boolean;
3264
- orange12?: string | number | boolean;
3265
- pink12?: string | number | boolean;
3266
- red12?: string | number | boolean;
3267
- yellow12?: string | number | boolean;
3268
3406
  blue13?: string | number | boolean;
3407
+ cyan1?: string | number | boolean;
3408
+ cyan4?: string | number | boolean;
3409
+ cyan2?: string | number | boolean;
3410
+ cyan8?: string | number | boolean;
3411
+ cyan5?: string | number | boolean;
3412
+ cyan6?: string | number | boolean;
3413
+ cyan12?: string | number | boolean;
3414
+ cyan3?: string | number | boolean;
3415
+ cyan7?: string | number | boolean;
3416
+ cyan9?: string | number | boolean;
3417
+ cyan10?: string | number | boolean;
3418
+ cyan11?: string | number | boolean;
3269
3419
  cyan13?: string | number | boolean;
3420
+ green1?: string | number | boolean;
3421
+ green4?: string | number | boolean;
3422
+ green2?: string | number | boolean;
3423
+ green8?: string | number | boolean;
3424
+ green5?: string | number | boolean;
3425
+ green6?: string | number | boolean;
3426
+ green12?: string | number | boolean;
3427
+ green3?: string | number | boolean;
3428
+ green7?: string | number | boolean;
3429
+ green9?: string | number | boolean;
3430
+ green10?: string | number | boolean;
3431
+ green11?: string | number | boolean;
3270
3432
  green13?: string | number | boolean;
3433
+ grey1?: string | number | boolean;
3434
+ grey4?: string | number | boolean;
3435
+ grey2?: string | number | boolean;
3436
+ grey8?: string | number | boolean;
3437
+ grey5?: string | number | boolean;
3438
+ grey6?: string | number | boolean;
3439
+ grey12?: string | number | boolean;
3440
+ grey3?: string | number | boolean;
3441
+ grey7?: string | number | boolean;
3442
+ grey9?: string | number | boolean;
3443
+ grey10?: string | number | boolean;
3444
+ grey11?: string | number | boolean;
3271
3445
  grey13?: string | number | boolean;
3446
+ greyA1?: string | number | boolean;
3447
+ greyA4?: string | number | boolean;
3448
+ greyA2?: string | number | boolean;
3449
+ greyA8?: string | number | boolean;
3450
+ greyA5?: string | number | boolean;
3451
+ greyA6?: string | number | boolean;
3452
+ greyA12?: string | number | boolean;
3453
+ greyA3?: string | number | boolean;
3454
+ greyA7?: string | number | boolean;
3455
+ greyA9?: string | number | boolean;
3456
+ greyA10?: string | number | boolean;
3457
+ greyA11?: string | number | boolean;
3272
3458
  greyA13?: string | number | boolean;
3459
+ orange1?: string | number | boolean;
3460
+ orange4?: string | number | boolean;
3461
+ orange2?: string | number | boolean;
3462
+ orange8?: string | number | boolean;
3463
+ orange5?: string | number | boolean;
3464
+ orange6?: string | number | boolean;
3465
+ orange12?: string | number | boolean;
3466
+ orange3?: string | number | boolean;
3467
+ orange7?: string | number | boolean;
3468
+ orange9?: string | number | boolean;
3469
+ orange10?: string | number | boolean;
3470
+ orange11?: string | number | boolean;
3273
3471
  orange13?: string | number | boolean;
3472
+ pink1?: string | number | boolean;
3473
+ pink4?: string | number | boolean;
3474
+ pink2?: string | number | boolean;
3475
+ pink8?: string | number | boolean;
3476
+ pink5?: string | number | boolean;
3477
+ pink6?: string | number | boolean;
3478
+ pink12?: string | number | boolean;
3479
+ pink3?: string | number | boolean;
3480
+ pink7?: string | number | boolean;
3481
+ pink9?: string | number | boolean;
3482
+ pink10?: string | number | boolean;
3483
+ pink11?: string | number | boolean;
3274
3484
  pink13?: string | number | boolean;
3485
+ red1?: string | number | boolean;
3486
+ red4?: string | number | boolean;
3487
+ red2?: string | number | boolean;
3488
+ red8?: string | number | boolean;
3489
+ red5?: string | number | boolean;
3490
+ red6?: string | number | boolean;
3491
+ red12?: string | number | boolean;
3492
+ red3?: string | number | boolean;
3493
+ red7?: string | number | boolean;
3494
+ red9?: string | number | boolean;
3495
+ red10?: string | number | boolean;
3496
+ red11?: string | number | boolean;
3275
3497
  red13?: string | number | boolean;
3498
+ violet1?: string | number | boolean;
3499
+ violet4?: string | number | boolean;
3500
+ violet2?: string | number | boolean;
3501
+ violet8?: string | number | boolean;
3502
+ violet5?: string | number | boolean;
3503
+ violet6?: string | number | boolean;
3504
+ violet12?: string | number | boolean;
3505
+ violet3?: string | number | boolean;
3506
+ violet7?: string | number | boolean;
3507
+ violet9?: string | number | boolean;
3508
+ violet10?: string | number | boolean;
3509
+ violet11?: string | number | boolean;
3510
+ violet13?: string | number | boolean;
3511
+ yellow1?: string | number | boolean;
3512
+ yellow4?: string | number | boolean;
3513
+ yellow2?: string | number | boolean;
3514
+ yellow8?: string | number | boolean;
3515
+ yellow5?: string | number | boolean;
3516
+ yellow6?: string | number | boolean;
3517
+ yellow12?: string | number | boolean;
3518
+ yellow3?: string | number | boolean;
3519
+ yellow7?: string | number | boolean;
3520
+ yellow9?: string | number | boolean;
3521
+ yellow10?: string | number | boolean;
3522
+ yellow11?: string | number | boolean;
3276
3523
  yellow13?: string | number | boolean;
3277
3524
  neutral1?: string | number | boolean;
3278
- neutral2?: string | number | boolean;
3279
- neutral3?: string | number | boolean;
3280
3525
  neutral4?: string | number | boolean;
3526
+ neutral2?: string | number | boolean;
3527
+ neutral8?: string | number | boolean;
3281
3528
  neutral5?: string | number | boolean;
3282
3529
  neutral6?: string | number | boolean;
3530
+ neutral12?: string | number | boolean;
3531
+ neutral3?: string | number | boolean;
3283
3532
  neutral7?: string | number | boolean;
3284
- neutral8?: string | number | boolean;
3285
3533
  neutral9?: string | number | boolean;
3286
3534
  neutral10?: string | number | boolean;
3287
3535
  neutral11?: string | number | boolean;
3288
- neutral12?: string | number | boolean;
3289
3536
  neutral13?: string | number | boolean;
3290
3537
  neutralA1?: string | number | boolean;
3291
- neutralA2?: string | number | boolean;
3292
- neutralA3?: string | number | boolean;
3293
3538
  neutralA4?: string | number | boolean;
3539
+ neutralA2?: string | number | boolean;
3540
+ neutralA8?: string | number | boolean;
3294
3541
  neutralA5?: string | number | boolean;
3295
3542
  neutralA6?: string | number | boolean;
3543
+ neutralA12?: string | number | boolean;
3544
+ neutralA3?: string | number | boolean;
3296
3545
  neutralA7?: string | number | boolean;
3297
- neutralA8?: string | number | boolean;
3298
3546
  neutralA9?: string | number | boolean;
3299
3547
  neutralA10?: string | number | boolean;
3300
3548
  neutralA11?: string | number | boolean;
3301
- neutralA12?: string | number | boolean;
3302
3549
  neutralA13?: string | number | boolean;
3303
3550
  primary1?: string | number | boolean;
3304
- primary2?: string | number | boolean;
3305
- primary3?: string | number | boolean;
3306
3551
  primary4?: string | number | boolean;
3552
+ primary2?: string | number | boolean;
3553
+ primary8?: string | number | boolean;
3307
3554
  primary5?: string | number | boolean;
3308
3555
  primary6?: string | number | boolean;
3556
+ primary12?: string | number | boolean;
3557
+ primary3?: string | number | boolean;
3309
3558
  primary7?: string | number | boolean;
3310
- primary8?: string | number | boolean;
3311
3559
  primary9?: string | number | boolean;
3312
3560
  primary10?: string | number | boolean;
3313
3561
  primary11?: string | number | boolean;
3314
- primary12?: string | number | boolean;
3315
3562
  primary13?: string | number | boolean;
3316
3563
  accent1?: string | number | boolean;
3317
- accent2?: string | number | boolean;
3318
- accent3?: string | number | boolean;
3319
3564
  accent4?: string | number | boolean;
3565
+ accent2?: string | number | boolean;
3566
+ accent8?: string | number | boolean;
3320
3567
  accent5?: string | number | boolean;
3321
3568
  accent6?: string | number | boolean;
3569
+ accent12?: string | number | boolean;
3570
+ accent3?: string | number | boolean;
3322
3571
  accent7?: string | number | boolean;
3323
- accent8?: string | number | boolean;
3324
3572
  accent9?: string | number | boolean;
3325
3573
  accent10?: string | number | boolean;
3326
3574
  accent11?: string | number | boolean;
3327
- accent12?: string | number | boolean;
3328
3575
  accent13?: string | number | boolean;
3329
3576
  success1?: string | number | boolean;
3330
- success2?: string | number | boolean;
3331
- success3?: string | number | boolean;
3332
3577
  success4?: string | number | boolean;
3578
+ success2?: string | number | boolean;
3579
+ success8?: string | number | boolean;
3333
3580
  success5?: string | number | boolean;
3334
3581
  success6?: string | number | boolean;
3582
+ success12?: string | number | boolean;
3583
+ success3?: string | number | boolean;
3335
3584
  success7?: string | number | boolean;
3336
- success8?: string | number | boolean;
3337
3585
  success9?: string | number | boolean;
3338
3586
  success10?: string | number | boolean;
3339
3587
  success11?: string | number | boolean;
3340
- success12?: string | number | boolean;
3341
3588
  success13?: string | number | boolean;
3342
3589
  info1?: string | number | boolean;
3343
- info2?: string | number | boolean;
3344
- info3?: string | number | boolean;
3345
3590
  info4?: string | number | boolean;
3591
+ info2?: string | number | boolean;
3592
+ info8?: string | number | boolean;
3346
3593
  info5?: string | number | boolean;
3347
3594
  info6?: string | number | boolean;
3595
+ info12?: string | number | boolean;
3596
+ info3?: string | number | boolean;
3348
3597
  info7?: string | number | boolean;
3349
- info8?: string | number | boolean;
3350
3598
  info9?: string | number | boolean;
3351
3599
  info10?: string | number | boolean;
3352
3600
  info11?: string | number | boolean;
3353
- info12?: string | number | boolean;
3354
3601
  info13?: string | number | boolean;
3355
3602
  warning1?: string | number | boolean;
3356
- warning2?: string | number | boolean;
3357
- warning3?: string | number | boolean;
3358
3603
  warning4?: string | number | boolean;
3604
+ warning2?: string | number | boolean;
3605
+ warning8?: string | number | boolean;
3359
3606
  warning5?: string | number | boolean;
3360
3607
  warning6?: string | number | boolean;
3608
+ warning12?: string | number | boolean;
3609
+ warning3?: string | number | boolean;
3361
3610
  warning7?: string | number | boolean;
3362
- warning8?: string | number | boolean;
3363
3611
  warning9?: string | number | boolean;
3364
3612
  warning10?: string | number | boolean;
3365
3613
  warning11?: string | number | boolean;
3366
- warning12?: string | number | boolean;
3367
3614
  warning13?: string | number | boolean;
3368
3615
  critical1?: string | number | boolean;
3369
- critical2?: string | number | boolean;
3370
- critical3?: string | number | boolean;
3371
3616
  critical4?: string | number | boolean;
3617
+ critical2?: string | number | boolean;
3618
+ critical8?: string | number | boolean;
3372
3619
  critical5?: string | number | boolean;
3373
3620
  critical6?: string | number | boolean;
3621
+ critical12?: string | number | boolean;
3622
+ critical3?: string | number | boolean;
3374
3623
  critical7?: string | number | boolean;
3375
- critical8?: string | number | boolean;
3376
3624
  critical9?: string | number | boolean;
3377
3625
  critical10?: string | number | boolean;
3378
3626
  critical11?: string | number | boolean;
3379
- critical12?: string | number | boolean;
3380
3627
  critical13?: string | number | boolean;
3628
+ brand1?: string | number | boolean;
3629
+ brand4?: string | number | boolean;
3630
+ brand2?: string | number | boolean;
3631
+ brand8?: string | number | boolean;
3632
+ brand5?: string | number | boolean;
3633
+ brand6?: string | number | boolean;
3634
+ brand12?: string | number | boolean;
3635
+ brand3?: string | number | boolean;
3636
+ brand7?: string | number | boolean;
3637
+ brand9?: string | number | boolean;
3638
+ brand10?: string | number | boolean;
3639
+ brand11?: string | number | boolean;
3640
+ brand13?: string | number | boolean;
3381
3641
  };
3382
3642
  fonts?: {
3643
+ default?: string | number | boolean;
3383
3644
  body?: string | number | boolean;
3384
3645
  caption?: string | number | boolean;
3385
3646
  pageTitle?: string | number | boolean;
@@ -3396,7 +3657,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
3396
3657
  display700?: string | number | boolean;
3397
3658
  display800?: string | number | boolean;
3398
3659
  display900?: string | number | boolean;
3399
- default?: string | number | boolean;
3400
3660
  };
3401
3661
  fontSizes?: {
3402
3662
  body?: string | number | boolean;
@@ -3498,234 +3758,261 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
3498
3758
  };
3499
3759
  } & {
3500
3760
  [x: string]: {
3501
- [x: string]: string | number | boolean;
3502
- [x: number]: string | number | boolean;
3503
- };
3504
- }), Argument1 extends string | ({
3505
- colors?: {
3506
- blue1?: string | number | boolean;
3507
- cyan1?: string | number | boolean;
3508
- green1?: string | number | boolean;
3509
- grey1?: string | number | boolean;
3510
- greyA1?: string | number | boolean;
3511
- orange1?: string | number | boolean;
3512
- pink1?: string | number | boolean;
3513
- red1?: string | number | boolean;
3514
- yellow1?: string | number | boolean;
3515
- blue2?: string | number | boolean;
3516
- cyan2?: string | number | boolean;
3517
- green2?: string | number | boolean;
3518
- grey2?: string | number | boolean;
3519
- greyA2?: string | number | boolean;
3520
- orange2?: string | number | boolean;
3521
- pink2?: string | number | boolean;
3522
- red2?: string | number | boolean;
3523
- yellow2?: string | number | boolean;
3524
- blue3?: string | number | boolean;
3525
- cyan3?: string | number | boolean;
3526
- green3?: string | number | boolean;
3527
- grey3?: string | number | boolean;
3528
- greyA3?: string | number | boolean;
3529
- orange3?: string | number | boolean;
3530
- pink3?: string | number | boolean;
3531
- red3?: string | number | boolean;
3532
- yellow3?: string | number | boolean;
3761
+ [x: string]: string | number | boolean;
3762
+ [x: number]: string | number | boolean;
3763
+ };
3764
+ }), Argument1 extends string | ({
3765
+ colors?: {
3766
+ blue1?: string | number | boolean;
3533
3767
  blue4?: string | number | boolean;
3534
- cyan4?: string | number | boolean;
3535
- green4?: string | number | boolean;
3536
- grey4?: string | number | boolean;
3537
- greyA4?: string | number | boolean;
3538
- orange4?: string | number | boolean;
3539
- pink4?: string | number | boolean;
3540
- red4?: string | number | boolean;
3541
- yellow4?: string | number | boolean;
3768
+ blue2?: string | number | boolean;
3769
+ blue8?: string | number | boolean;
3542
3770
  blue5?: string | number | boolean;
3543
- cyan5?: string | number | boolean;
3544
- green5?: string | number | boolean;
3545
- grey5?: string | number | boolean;
3546
- greyA5?: string | number | boolean;
3547
- orange5?: string | number | boolean;
3548
- pink5?: string | number | boolean;
3549
- red5?: string | number | boolean;
3550
- yellow5?: string | number | boolean;
3551
3771
  blue6?: string | number | boolean;
3552
- cyan6?: string | number | boolean;
3553
- green6?: string | number | boolean;
3554
- grey6?: string | number | boolean;
3555
- greyA6?: string | number | boolean;
3556
- orange6?: string | number | boolean;
3557
- pink6?: string | number | boolean;
3558
- red6?: string | number | boolean;
3559
- yellow6?: string | number | boolean;
3772
+ blue12?: string | number | boolean;
3773
+ blue3?: string | number | boolean;
3560
3774
  blue7?: string | number | boolean;
3561
- cyan7?: string | number | boolean;
3562
- green7?: string | number | boolean;
3563
- grey7?: string | number | boolean;
3564
- greyA7?: string | number | boolean;
3565
- orange7?: string | number | boolean;
3566
- pink7?: string | number | boolean;
3567
- red7?: string | number | boolean;
3568
- yellow7?: string | number | boolean;
3569
- blue8?: string | number | boolean;
3570
- cyan8?: string | number | boolean;
3571
- green8?: string | number | boolean;
3572
- grey8?: string | number | boolean;
3573
- greyA8?: string | number | boolean;
3574
- orange8?: string | number | boolean;
3575
- pink8?: string | number | boolean;
3576
- red8?: string | number | boolean;
3577
- yellow8?: string | number | boolean;
3578
3775
  blue9?: string | number | boolean;
3579
- cyan9?: string | number | boolean;
3580
- green9?: string | number | boolean;
3581
- grey9?: string | number | boolean;
3582
- greyA9?: string | number | boolean;
3583
- orange9?: string | number | boolean;
3584
- pink9?: string | number | boolean;
3585
- red9?: string | number | boolean;
3586
- yellow9?: string | number | boolean;
3587
3776
  blue10?: string | number | boolean;
3588
- cyan10?: string | number | boolean;
3589
- green10?: string | number | boolean;
3590
- grey10?: string | number | boolean;
3591
- greyA10?: string | number | boolean;
3592
- orange10?: string | number | boolean;
3593
- pink10?: string | number | boolean;
3594
- red10?: string | number | boolean;
3595
- yellow10?: string | number | boolean;
3596
3777
  blue11?: string | number | boolean;
3597
- cyan11?: string | number | boolean;
3598
- green11?: string | number | boolean;
3599
- grey11?: string | number | boolean;
3600
- greyA11?: string | number | boolean;
3601
- orange11?: string | number | boolean;
3602
- pink11?: string | number | boolean;
3603
- red11?: string | number | boolean;
3604
- yellow11?: string | number | boolean;
3605
- blue12?: string | number | boolean;
3606
- cyan12?: string | number | boolean;
3607
- green12?: string | number | boolean;
3608
- grey12?: string | number | boolean;
3609
- greyA12?: string | number | boolean;
3610
- orange12?: string | number | boolean;
3611
- pink12?: string | number | boolean;
3612
- red12?: string | number | boolean;
3613
- yellow12?: string | number | boolean;
3614
3778
  blue13?: string | number | boolean;
3779
+ cyan1?: string | number | boolean;
3780
+ cyan4?: string | number | boolean;
3781
+ cyan2?: string | number | boolean;
3782
+ cyan8?: string | number | boolean;
3783
+ cyan5?: string | number | boolean;
3784
+ cyan6?: string | number | boolean;
3785
+ cyan12?: string | number | boolean;
3786
+ cyan3?: string | number | boolean;
3787
+ cyan7?: string | number | boolean;
3788
+ cyan9?: string | number | boolean;
3789
+ cyan10?: string | number | boolean;
3790
+ cyan11?: string | number | boolean;
3615
3791
  cyan13?: string | number | boolean;
3792
+ green1?: string | number | boolean;
3793
+ green4?: string | number | boolean;
3794
+ green2?: string | number | boolean;
3795
+ green8?: string | number | boolean;
3796
+ green5?: string | number | boolean;
3797
+ green6?: string | number | boolean;
3798
+ green12?: string | number | boolean;
3799
+ green3?: string | number | boolean;
3800
+ green7?: string | number | boolean;
3801
+ green9?: string | number | boolean;
3802
+ green10?: string | number | boolean;
3803
+ green11?: string | number | boolean;
3616
3804
  green13?: string | number | boolean;
3805
+ grey1?: string | number | boolean;
3806
+ grey4?: string | number | boolean;
3807
+ grey2?: string | number | boolean;
3808
+ grey8?: string | number | boolean;
3809
+ grey5?: string | number | boolean;
3810
+ grey6?: string | number | boolean;
3811
+ grey12?: string | number | boolean;
3812
+ grey3?: string | number | boolean;
3813
+ grey7?: string | number | boolean;
3814
+ grey9?: string | number | boolean;
3815
+ grey10?: string | number | boolean;
3816
+ grey11?: string | number | boolean;
3617
3817
  grey13?: string | number | boolean;
3818
+ greyA1?: string | number | boolean;
3819
+ greyA4?: string | number | boolean;
3820
+ greyA2?: string | number | boolean;
3821
+ greyA8?: string | number | boolean;
3822
+ greyA5?: string | number | boolean;
3823
+ greyA6?: string | number | boolean;
3824
+ greyA12?: string | number | boolean;
3825
+ greyA3?: string | number | boolean;
3826
+ greyA7?: string | number | boolean;
3827
+ greyA9?: string | number | boolean;
3828
+ greyA10?: string | number | boolean;
3829
+ greyA11?: string | number | boolean;
3618
3830
  greyA13?: string | number | boolean;
3831
+ orange1?: string | number | boolean;
3832
+ orange4?: string | number | boolean;
3833
+ orange2?: string | number | boolean;
3834
+ orange8?: string | number | boolean;
3835
+ orange5?: string | number | boolean;
3836
+ orange6?: string | number | boolean;
3837
+ orange12?: string | number | boolean;
3838
+ orange3?: string | number | boolean;
3839
+ orange7?: string | number | boolean;
3840
+ orange9?: string | number | boolean;
3841
+ orange10?: string | number | boolean;
3842
+ orange11?: string | number | boolean;
3619
3843
  orange13?: string | number | boolean;
3844
+ pink1?: string | number | boolean;
3845
+ pink4?: string | number | boolean;
3846
+ pink2?: string | number | boolean;
3847
+ pink8?: string | number | boolean;
3848
+ pink5?: string | number | boolean;
3849
+ pink6?: string | number | boolean;
3850
+ pink12?: string | number | boolean;
3851
+ pink3?: string | number | boolean;
3852
+ pink7?: string | number | boolean;
3853
+ pink9?: string | number | boolean;
3854
+ pink10?: string | number | boolean;
3855
+ pink11?: string | number | boolean;
3620
3856
  pink13?: string | number | boolean;
3857
+ red1?: string | number | boolean;
3858
+ red4?: string | number | boolean;
3859
+ red2?: string | number | boolean;
3860
+ red8?: string | number | boolean;
3861
+ red5?: string | number | boolean;
3862
+ red6?: string | number | boolean;
3863
+ red12?: string | number | boolean;
3864
+ red3?: string | number | boolean;
3865
+ red7?: string | number | boolean;
3866
+ red9?: string | number | boolean;
3867
+ red10?: string | number | boolean;
3868
+ red11?: string | number | boolean;
3621
3869
  red13?: string | number | boolean;
3870
+ violet1?: string | number | boolean;
3871
+ violet4?: string | number | boolean;
3872
+ violet2?: string | number | boolean;
3873
+ violet8?: string | number | boolean;
3874
+ violet5?: string | number | boolean;
3875
+ violet6?: string | number | boolean;
3876
+ violet12?: string | number | boolean;
3877
+ violet3?: string | number | boolean;
3878
+ violet7?: string | number | boolean;
3879
+ violet9?: string | number | boolean;
3880
+ violet10?: string | number | boolean;
3881
+ violet11?: string | number | boolean;
3882
+ violet13?: string | number | boolean;
3883
+ yellow1?: string | number | boolean;
3884
+ yellow4?: string | number | boolean;
3885
+ yellow2?: string | number | boolean;
3886
+ yellow8?: string | number | boolean;
3887
+ yellow5?: string | number | boolean;
3888
+ yellow6?: string | number | boolean;
3889
+ yellow12?: string | number | boolean;
3890
+ yellow3?: string | number | boolean;
3891
+ yellow7?: string | number | boolean;
3892
+ yellow9?: string | number | boolean;
3893
+ yellow10?: string | number | boolean;
3894
+ yellow11?: string | number | boolean;
3622
3895
  yellow13?: string | number | boolean;
3623
3896
  neutral1?: string | number | boolean;
3624
- neutral2?: string | number | boolean;
3625
- neutral3?: string | number | boolean;
3626
3897
  neutral4?: string | number | boolean;
3898
+ neutral2?: string | number | boolean;
3899
+ neutral8?: string | number | boolean;
3627
3900
  neutral5?: string | number | boolean;
3628
3901
  neutral6?: string | number | boolean;
3902
+ neutral12?: string | number | boolean;
3903
+ neutral3?: string | number | boolean;
3629
3904
  neutral7?: string | number | boolean;
3630
- neutral8?: string | number | boolean;
3631
3905
  neutral9?: string | number | boolean;
3632
3906
  neutral10?: string | number | boolean;
3633
3907
  neutral11?: string | number | boolean;
3634
- neutral12?: string | number | boolean;
3635
3908
  neutral13?: string | number | boolean;
3636
3909
  neutralA1?: string | number | boolean;
3637
- neutralA2?: string | number | boolean;
3638
- neutralA3?: string | number | boolean;
3639
3910
  neutralA4?: string | number | boolean;
3911
+ neutralA2?: string | number | boolean;
3912
+ neutralA8?: string | number | boolean;
3640
3913
  neutralA5?: string | number | boolean;
3641
3914
  neutralA6?: string | number | boolean;
3915
+ neutralA12?: string | number | boolean;
3916
+ neutralA3?: string | number | boolean;
3642
3917
  neutralA7?: string | number | boolean;
3643
- neutralA8?: string | number | boolean;
3644
3918
  neutralA9?: string | number | boolean;
3645
3919
  neutralA10?: string | number | boolean;
3646
3920
  neutralA11?: string | number | boolean;
3647
- neutralA12?: string | number | boolean;
3648
3921
  neutralA13?: string | number | boolean;
3649
3922
  primary1?: string | number | boolean;
3650
- primary2?: string | number | boolean;
3651
- primary3?: string | number | boolean;
3652
3923
  primary4?: string | number | boolean;
3924
+ primary2?: string | number | boolean;
3925
+ primary8?: string | number | boolean;
3653
3926
  primary5?: string | number | boolean;
3654
3927
  primary6?: string | number | boolean;
3928
+ primary12?: string | number | boolean;
3929
+ primary3?: string | number | boolean;
3655
3930
  primary7?: string | number | boolean;
3656
- primary8?: string | number | boolean;
3657
3931
  primary9?: string | number | boolean;
3658
3932
  primary10?: string | number | boolean;
3659
3933
  primary11?: string | number | boolean;
3660
- primary12?: string | number | boolean;
3661
3934
  primary13?: string | number | boolean;
3662
3935
  accent1?: string | number | boolean;
3663
- accent2?: string | number | boolean;
3664
- accent3?: string | number | boolean;
3665
3936
  accent4?: string | number | boolean;
3937
+ accent2?: string | number | boolean;
3938
+ accent8?: string | number | boolean;
3666
3939
  accent5?: string | number | boolean;
3667
3940
  accent6?: string | number | boolean;
3941
+ accent12?: string | number | boolean;
3942
+ accent3?: string | number | boolean;
3668
3943
  accent7?: string | number | boolean;
3669
- accent8?: string | number | boolean;
3670
3944
  accent9?: string | number | boolean;
3671
3945
  accent10?: string | number | boolean;
3672
3946
  accent11?: string | number | boolean;
3673
- accent12?: string | number | boolean;
3674
3947
  accent13?: string | number | boolean;
3675
3948
  success1?: string | number | boolean;
3676
- success2?: string | number | boolean;
3677
- success3?: string | number | boolean;
3678
3949
  success4?: string | number | boolean;
3950
+ success2?: string | number | boolean;
3951
+ success8?: string | number | boolean;
3679
3952
  success5?: string | number | boolean;
3680
3953
  success6?: string | number | boolean;
3954
+ success12?: string | number | boolean;
3955
+ success3?: string | number | boolean;
3681
3956
  success7?: string | number | boolean;
3682
- success8?: string | number | boolean;
3683
3957
  success9?: string | number | boolean;
3684
3958
  success10?: string | number | boolean;
3685
3959
  success11?: string | number | boolean;
3686
- success12?: string | number | boolean;
3687
3960
  success13?: string | number | boolean;
3688
3961
  info1?: string | number | boolean;
3689
- info2?: string | number | boolean;
3690
- info3?: string | number | boolean;
3691
3962
  info4?: string | number | boolean;
3963
+ info2?: string | number | boolean;
3964
+ info8?: string | number | boolean;
3692
3965
  info5?: string | number | boolean;
3693
3966
  info6?: string | number | boolean;
3967
+ info12?: string | number | boolean;
3968
+ info3?: string | number | boolean;
3694
3969
  info7?: string | number | boolean;
3695
- info8?: string | number | boolean;
3696
3970
  info9?: string | number | boolean;
3697
3971
  info10?: string | number | boolean;
3698
3972
  info11?: string | number | boolean;
3699
- info12?: string | number | boolean;
3700
3973
  info13?: string | number | boolean;
3701
3974
  warning1?: string | number | boolean;
3702
- warning2?: string | number | boolean;
3703
- warning3?: string | number | boolean;
3704
3975
  warning4?: string | number | boolean;
3976
+ warning2?: string | number | boolean;
3977
+ warning8?: string | number | boolean;
3705
3978
  warning5?: string | number | boolean;
3706
3979
  warning6?: string | number | boolean;
3980
+ warning12?: string | number | boolean;
3981
+ warning3?: string | number | boolean;
3707
3982
  warning7?: string | number | boolean;
3708
- warning8?: string | number | boolean;
3709
3983
  warning9?: string | number | boolean;
3710
3984
  warning10?: string | number | boolean;
3711
3985
  warning11?: string | number | boolean;
3712
- warning12?: string | number | boolean;
3713
3986
  warning13?: string | number | boolean;
3714
3987
  critical1?: string | number | boolean;
3715
- critical2?: string | number | boolean;
3716
- critical3?: string | number | boolean;
3717
3988
  critical4?: string | number | boolean;
3989
+ critical2?: string | number | boolean;
3990
+ critical8?: string | number | boolean;
3718
3991
  critical5?: string | number | boolean;
3719
3992
  critical6?: string | number | boolean;
3993
+ critical12?: string | number | boolean;
3994
+ critical3?: string | number | boolean;
3720
3995
  critical7?: string | number | boolean;
3721
- critical8?: string | number | boolean;
3722
3996
  critical9?: string | number | boolean;
3723
3997
  critical10?: string | number | boolean;
3724
3998
  critical11?: string | number | boolean;
3725
- critical12?: string | number | boolean;
3726
3999
  critical13?: string | number | boolean;
4000
+ brand1?: string | number | boolean;
4001
+ brand4?: string | number | boolean;
4002
+ brand2?: string | number | boolean;
4003
+ brand8?: string | number | boolean;
4004
+ brand5?: string | number | boolean;
4005
+ brand6?: string | number | boolean;
4006
+ brand12?: string | number | boolean;
4007
+ brand3?: string | number | boolean;
4008
+ brand7?: string | number | boolean;
4009
+ brand9?: string | number | boolean;
4010
+ brand10?: string | number | boolean;
4011
+ brand11?: string | number | boolean;
4012
+ brand13?: string | number | boolean;
3727
4013
  };
3728
4014
  fonts?: {
4015
+ default?: string | number | boolean;
3729
4016
  body?: string | number | boolean;
3730
4017
  caption?: string | number | boolean;
3731
4018
  pageTitle?: string | number | boolean;
@@ -3742,7 +4029,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
3742
4029
  display700?: string | number | boolean;
3743
4030
  display800?: string | number | boolean;
3744
4031
  display900?: string | number | boolean;
3745
- default?: string | number | boolean;
3746
4032
  };
3747
4033
  fontSizes?: {
3748
4034
  body?: string | number | boolean;
@@ -3855,228 +4141,254 @@ export declare const darkTheme: string & {
3855
4141
  className: string;
3856
4142
  selector: string;
3857
4143
  } & import("@stitches/react/types/stitches").ThemeTokens<{
3858
- colors: {
3859
- blue1: string;
3860
- cyan1: string;
3861
- green1: string;
3862
- grey1: string;
3863
- greyA1: string;
3864
- orange1: string;
3865
- pink1: string;
3866
- red1: string;
3867
- yellow1: string;
4144
+ colors: {
4145
+ blue1: string;
4146
+ blue4: string;
3868
4147
  blue2: string;
3869
- cyan2: string;
3870
- green2: string;
3871
- grey2: string;
3872
- greyA2: string;
3873
- orange2: string;
3874
- pink2: string;
3875
- red2: string;
3876
- yellow2: string;
4148
+ blue8: string;
4149
+ blue5: string;
4150
+ blue6: string;
4151
+ blue12: string;
3877
4152
  blue3: string;
3878
- cyan3: string;
3879
- green3: string;
3880
- grey3: string;
3881
- greyA3: string;
3882
- orange3: string;
3883
- pink3: string;
3884
- red3: string;
3885
- yellow3: string;
3886
- blue4: string;
4153
+ blue7: string;
4154
+ blue9: string;
4155
+ blue10: string;
4156
+ blue11: string;
4157
+ blue13: string;
4158
+ cyan1: string;
3887
4159
  cyan4: string;
3888
- green4: string;
3889
- grey4: string;
3890
- greyA4: string;
3891
- orange4: string;
3892
- pink4: string;
3893
- red4: string;
3894
- yellow4: string;
3895
- blue5: string;
4160
+ cyan2: string;
4161
+ cyan8: string;
3896
4162
  cyan5: string;
3897
- green5: string;
3898
- grey5: string;
3899
- greyA5: string;
3900
- orange5: string;
3901
- pink5: string;
3902
- red5: string;
3903
- yellow5: string;
3904
- blue6: string;
3905
4163
  cyan6: string;
3906
- green6: string;
3907
- grey6: string;
3908
- greyA6: string;
3909
- orange6: string;
3910
- pink6: string;
3911
- red6: string;
3912
- yellow6: string;
3913
- blue7: string;
4164
+ cyan12: string;
4165
+ cyan3: string;
3914
4166
  cyan7: string;
3915
- green7: string;
3916
- grey7: string;
3917
- greyA7: string;
3918
- orange7: string;
3919
- pink7: string;
3920
- red7: string;
3921
- yellow7: string;
3922
- blue8: string;
3923
- cyan8: string;
3924
- green8: string;
3925
- grey8: string;
3926
- greyA8: string;
3927
- orange8: string;
3928
- pink8: string;
3929
- red8: string;
3930
- yellow8: string;
3931
- blue9: string;
3932
4167
  cyan9: string;
3933
- green9: string;
3934
- grey9: string;
3935
- greyA9: string;
3936
- orange9: string;
3937
- pink9: string;
3938
- red9: string;
3939
- yellow9: string;
3940
- blue10: string;
3941
4168
  cyan10: string;
3942
- green10: string;
3943
- grey10: string;
3944
- greyA10: string;
3945
- orange10: string;
3946
- pink10: string;
3947
- red10: string;
3948
- yellow10: string;
3949
- blue11: string;
3950
4169
  cyan11: string;
3951
- green11: string;
3952
- grey11: string;
3953
- greyA11: string;
3954
- orange11: string;
3955
- pink11: string;
3956
- red11: string;
3957
- yellow11: string;
3958
- blue12: string;
3959
- cyan12: string;
3960
- green12: string;
3961
- grey12: string;
3962
- greyA12: string;
3963
- orange12: string;
3964
- pink12: string;
3965
- red12: string;
3966
- yellow12: string;
3967
- blue13: string;
3968
4170
  cyan13: string;
4171
+ green1: string;
4172
+ green4: string;
4173
+ green2: string;
4174
+ green8: string;
4175
+ green5: string;
4176
+ green6: string;
4177
+ green12: string;
4178
+ green3: string;
4179
+ green7: string;
4180
+ green9: string;
4181
+ green10: string;
4182
+ green11: string;
3969
4183
  green13: string;
4184
+ grey1: string;
4185
+ grey4: string;
4186
+ grey2: string;
4187
+ grey8: string;
4188
+ grey5: string;
4189
+ grey6: string;
4190
+ grey12: string;
4191
+ grey3: string;
4192
+ grey7: string;
4193
+ grey9: string;
4194
+ grey10: string;
4195
+ grey11: string;
3970
4196
  grey13: string;
4197
+ greyA1: string;
4198
+ greyA4: string;
4199
+ greyA2: string;
4200
+ greyA8: string;
4201
+ greyA5: string;
4202
+ greyA6: string;
4203
+ greyA12: string;
4204
+ greyA3: string;
4205
+ greyA7: string;
4206
+ greyA9: string;
4207
+ greyA10: string;
4208
+ greyA11: string;
3971
4209
  greyA13: string;
4210
+ orange1: string;
4211
+ orange4: string;
4212
+ orange2: string;
4213
+ orange8: string;
4214
+ orange5: string;
4215
+ orange6: string;
4216
+ orange12: string;
4217
+ orange3: string;
4218
+ orange7: string;
4219
+ orange9: string;
4220
+ orange10: string;
4221
+ orange11: string;
3972
4222
  orange13: string;
4223
+ pink1: string;
4224
+ pink4: string;
4225
+ pink2: string;
4226
+ pink8: string;
4227
+ pink5: string;
4228
+ pink6: string;
4229
+ pink12: string;
4230
+ pink3: string;
4231
+ pink7: string;
4232
+ pink9: string;
4233
+ pink10: string;
4234
+ pink11: string;
3973
4235
  pink13: string;
4236
+ red1: string;
4237
+ red4: string;
4238
+ red2: string;
4239
+ red8: string;
4240
+ red5: string;
4241
+ red6: string;
4242
+ red12: string;
4243
+ red3: string;
4244
+ red7: string;
4245
+ red9: string;
4246
+ red10: string;
4247
+ red11: string;
3974
4248
  red13: string;
4249
+ violet1: string;
4250
+ violet4: string;
4251
+ violet2: string;
4252
+ violet8: string;
4253
+ violet5: string;
4254
+ violet6: string;
4255
+ violet12: string;
4256
+ violet3: string;
4257
+ violet7: string;
4258
+ violet9: string;
4259
+ violet10: string;
4260
+ violet11: string;
4261
+ violet13: string;
4262
+ yellow1: string;
4263
+ yellow4: string;
4264
+ yellow2: string;
4265
+ yellow8: string;
4266
+ yellow5: string;
4267
+ yellow6: string;
4268
+ yellow12: string;
4269
+ yellow3: string;
4270
+ yellow7: string;
4271
+ yellow9: string;
4272
+ yellow10: string;
4273
+ yellow11: string;
3975
4274
  yellow13: string;
3976
4275
  neutral1: string;
3977
- neutral2: string;
3978
- neutral3: string;
3979
4276
  neutral4: string;
4277
+ neutral2: string;
4278
+ neutral8: string;
3980
4279
  neutral5: string;
3981
4280
  neutral6: string;
4281
+ neutral12: string;
4282
+ neutral3: string;
3982
4283
  neutral7: string;
3983
- neutral8: string;
3984
4284
  neutral9: string;
3985
4285
  neutral10: string;
3986
4286
  neutral11: string;
3987
- neutral12: string;
3988
4287
  neutral13: string;
3989
4288
  neutralA1: string;
3990
- neutralA2: string;
3991
- neutralA3: string;
3992
4289
  neutralA4: string;
4290
+ neutralA2: string;
4291
+ neutralA8: string;
3993
4292
  neutralA5: string;
3994
4293
  neutralA6: string;
4294
+ neutralA12: string;
4295
+ neutralA3: string;
3995
4296
  neutralA7: string;
3996
- neutralA8: string;
3997
4297
  neutralA9: string;
3998
4298
  neutralA10: string;
3999
4299
  neutralA11: string;
4000
- neutralA12: string;
4001
4300
  neutralA13: string;
4002
4301
  primary1: string;
4003
- primary2: string;
4004
- primary3: string;
4005
4302
  primary4: string;
4303
+ primary2: string;
4304
+ primary8: string;
4006
4305
  primary5: string;
4007
4306
  primary6: string;
4307
+ primary12: string;
4308
+ primary3: string;
4008
4309
  primary7: string;
4009
- primary8: string;
4010
4310
  primary9: string;
4011
4311
  primary10: string;
4012
4312
  primary11: string;
4013
- primary12: string;
4014
4313
  primary13: string;
4015
4314
  accent1: string;
4016
- accent2: string;
4017
- accent3: string;
4018
4315
  accent4: string;
4316
+ accent2: string;
4317
+ accent8: string;
4019
4318
  accent5: string;
4020
4319
  accent6: string;
4320
+ accent12: string;
4321
+ accent3: string;
4021
4322
  accent7: string;
4022
- accent8: string;
4023
4323
  accent9: string;
4024
4324
  accent10: string;
4025
4325
  accent11: string;
4026
- accent12: string;
4027
4326
  accent13: string;
4028
4327
  success1: string;
4029
- success2: string;
4030
- success3: string;
4031
4328
  success4: string;
4329
+ success2: string;
4330
+ success8: string;
4032
4331
  success5: string;
4033
4332
  success6: string;
4333
+ success12: string;
4334
+ success3: string;
4034
4335
  success7: string;
4035
- success8: string;
4036
4336
  success9: string;
4037
4337
  success10: string;
4038
4338
  success11: string;
4039
- success12: string;
4040
4339
  success13: string;
4041
4340
  info1: string;
4042
- info2: string;
4043
- info3: string;
4044
4341
  info4: string;
4342
+ info2: string;
4343
+ info8: string;
4045
4344
  info5: string;
4046
4345
  info6: string;
4346
+ info12: string;
4347
+ info3: string;
4047
4348
  info7: string;
4048
- info8: string;
4049
4349
  info9: string;
4050
4350
  info10: string;
4051
4351
  info11: string;
4052
- info12: string;
4053
4352
  info13: string;
4054
4353
  warning1: string;
4055
- warning2: string;
4056
- warning3: string;
4057
4354
  warning4: string;
4355
+ warning2: string;
4356
+ warning8: string;
4058
4357
  warning5: string;
4059
4358
  warning6: string;
4359
+ warning12: string;
4360
+ warning3: string;
4060
4361
  warning7: string;
4061
- warning8: string;
4062
4362
  warning9: string;
4063
4363
  warning10: string;
4064
4364
  warning11: string;
4065
- warning12: string;
4066
4365
  warning13: string;
4067
4366
  critical1: string;
4068
- critical2: string;
4069
- critical3: string;
4070
4367
  critical4: string;
4368
+ critical2: string;
4369
+ critical8: string;
4071
4370
  critical5: string;
4072
4371
  critical6: string;
4372
+ critical12: string;
4373
+ critical3: string;
4073
4374
  critical7: string;
4074
- critical8: string;
4075
4375
  critical9: string;
4076
4376
  critical10: string;
4077
4377
  critical11: string;
4078
- critical12: string;
4079
4378
  critical13: string;
4379
+ brand1: string;
4380
+ brand4: string;
4381
+ brand2: string;
4382
+ brand8: string;
4383
+ brand5: string;
4384
+ brand6: string;
4385
+ brand12: string;
4386
+ brand3: string;
4387
+ brand7: string;
4388
+ brand9: string;
4389
+ brand10: string;
4390
+ brand11: string;
4391
+ brand13: string;
4080
4392
  };
4081
4393
  }, "vitality">;
4082
4394
  //# sourceMappingURL=stitches.config.d.ts.map