@planningcenter/tapestry-tokens 0.0.1 → 3.0.0-rc.27

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 (41) hide show
  1. package/{src → dist}/css/components/banner.css +8 -8
  2. package/dist/css/product-tokens/accounts.css +17 -0
  3. package/dist/css/product-tokens/calendar.css +17 -0
  4. package/dist/css/product-tokens/checkins.css +17 -0
  5. package/dist/css/product-tokens/giving.css +17 -0
  6. package/dist/css/product-tokens/groups.css +17 -0
  7. package/dist/css/product-tokens/home.css +16 -0
  8. package/dist/css/product-tokens/people.css +17 -0
  9. package/dist/css/product-tokens/publishing.css +17 -0
  10. package/dist/css/product-tokens/registrations.css +17 -0
  11. package/dist/css/product-tokens/services.css +17 -0
  12. package/dist/css/tokens-alias-deprecated-removed-segments.css +48 -0
  13. package/dist/css/tokens-alias-deprecated.css +42 -0
  14. package/dist/css/tokens-alias.css +427 -0
  15. package/dist/css/tokens-dark-deprecated.css +14 -0
  16. package/dist/css/tokens-dark.css +226 -0
  17. package/dist/css/tokens-system-dark-deprecated.css +16 -0
  18. package/dist/css/tokens-system-dark.css +228 -0
  19. package/dist/js/tokens-deprecated.json +326 -0
  20. package/dist/js/tokens.json +2004 -0
  21. package/dist/ts/react-native-tokens.d.ts +1959 -0
  22. package/dist/ts/react-native-tokens.d.ts.map +1 -0
  23. package/dist/ts/react-native-tokens.js +502 -0
  24. package/dist/ts/tokens.d.ts +505 -0
  25. package/dist/ts/tokens.d.ts.map +1 -0
  26. package/dist/ts/tokens.js +504 -0
  27. package/package.json +44 -17
  28. package/CHANGELOG.md +0 -0
  29. package/rollup.config.mjs +0 -12
  30. package/src/componentNames.js +0 -10
  31. package/src/css/tokens-alias-deprecated.css +0 -42
  32. package/src/css/tokens-alias.css +0 -334
  33. package/src/css/tokens.css +0 -2
  34. package/src/index.ts +0 -11
  35. package/src/json/alias.json +0 -1628
  36. package/src/json/components.json +0 -84
  37. package/src/json/primitives.json +0 -946
  38. package/src/style-dictionary.build.js +0 -367
  39. package/src/style-dictionary.config.js +0 -67
  40. package/src/ts/tokens.ts +0 -371
  41. package/tsconfig.build.json +0 -11
@@ -0,0 +1,1959 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+ export type ReactNativeTokens = {
5
+ "--t-border-radius-sm": number;
6
+ "--t-border-radius-md": number;
7
+ "--t-border-radius-lg": number;
8
+ "--t-border-radius-xl": number;
9
+ "--t-border-radius-round": number;
10
+ "--t-border-radius": number;
11
+ "--t-border-width": number;
12
+ "--t-border-width-thick": number;
13
+ "--t-border-size-default": number;
14
+ "--t-border-size-thick": number;
15
+ "--t-spacing-1": number;
16
+ "--t-spacing-2": number;
17
+ "--t-spacing-3": number;
18
+ "--t-spacing-4": number;
19
+ "--t-spacing-5": number;
20
+ "--t-spacing-6": number;
21
+ "--t-spacing-7": number;
22
+ "--t-spacing-fourth": number;
23
+ "--t-spacing-half": number;
24
+ "--t-spacing-1-half": number;
25
+ "--t-element-size-3xl": number;
26
+ "--t-element-size-2xl": number;
27
+ "--t-element-size-xl": number;
28
+ "--t-element-size-lg": number;
29
+ "--t-element-size-md": number;
30
+ "--t-element-size-sm": number;
31
+ "--t-element-size-xs": number;
32
+ "--t-font-size-4xl": number;
33
+ "--t-font-size-3xl": number;
34
+ "--t-font-size-2xl": number;
35
+ "--t-font-size-xl": number;
36
+ "--t-font-size-lg": number;
37
+ "--t-font-size-md": number;
38
+ "--t-font-size-sm": number;
39
+ "--t-font-size-xs": number;
40
+ "--t-font-size-2xs": number;
41
+ "--t-font-weight-normal": string;
42
+ "--t-font-weight-medium": string;
43
+ "--t-font-weight-semibold": string;
44
+ "--t-font-weight-bold": string;
45
+ "--t-font-weight-semi-bold": string;
46
+ "--t-container-size-xl": number;
47
+ "--t-container-size-lg": number;
48
+ "--t-container-size-md": number;
49
+ "--t-container-size-sm": number;
50
+ "--t-container-size-xs": number;
51
+ "--t-avatar-size-20": number;
52
+ "--t-avatar-size-24": number;
53
+ "--t-avatar-size-36": number;
54
+ "--t-avatar-size-48": number;
55
+ "--t-avatar-size-72": number;
56
+ "--t-avatar-size-112": number;
57
+ "--t-text-color-headline": {
58
+ light: string;
59
+ dark: string;
60
+ };
61
+ "--t-text-color": {
62
+ light: string;
63
+ dark: string;
64
+ };
65
+ "--t-text-color-secondary": {
66
+ light: string;
67
+ dark: string;
68
+ };
69
+ "--t-text-color-disabled": {
70
+ light: string;
71
+ dark: string;
72
+ };
73
+ "--t-text-color-placeholder": {
74
+ light: string;
75
+ dark: string;
76
+ };
77
+ "--t-text-color-inverted": {
78
+ light: string;
79
+ dark: string;
80
+ };
81
+ "--t-text-color-interaction": {
82
+ light: string;
83
+ dark: string;
84
+ };
85
+ "--t-text-color-interaction-hover": {
86
+ light: string;
87
+ dark: string;
88
+ };
89
+ "--t-text-color-interaction-active": {
90
+ light: string;
91
+ dark: string;
92
+ };
93
+ "--t-text-color-interaction-visited": {
94
+ light: string;
95
+ dark: string;
96
+ };
97
+ "--t-text-color-status-neutral": {
98
+ light: string;
99
+ dark: string;
100
+ };
101
+ "--t-text-color-status-info": {
102
+ light: string;
103
+ dark: string;
104
+ };
105
+ "--t-text-color-status-success": {
106
+ light: string;
107
+ dark: string;
108
+ };
109
+ "--t-text-color-status-warning": {
110
+ light: string;
111
+ dark: string;
112
+ };
113
+ "--t-text-color-status-error": {
114
+ light: string;
115
+ dark: string;
116
+ };
117
+ "--t-text-color-tag-subtle-gray": {
118
+ light: string;
119
+ dark: string;
120
+ };
121
+ "--t-text-color-tag-subtle-blue": {
122
+ light: string;
123
+ dark: string;
124
+ };
125
+ "--t-text-color-tag-subtle-indigo": {
126
+ light: string;
127
+ dark: string;
128
+ };
129
+ "--t-text-color-tag-subtle-aqua": {
130
+ light: string;
131
+ dark: string;
132
+ };
133
+ "--t-text-color-tag-subtle-teal": {
134
+ light: string;
135
+ dark: string;
136
+ };
137
+ "--t-text-color-tag-subtle-green": {
138
+ light: string;
139
+ dark: string;
140
+ };
141
+ "--t-text-color-tag-subtle-yellow": {
142
+ light: string;
143
+ dark: string;
144
+ };
145
+ "--t-text-color-tag-subtle-orange": {
146
+ light: string;
147
+ dark: string;
148
+ };
149
+ "--t-text-color-tag-subtle-pink": {
150
+ light: string;
151
+ dark: string;
152
+ };
153
+ "--t-text-color-tag-subtle-purple": {
154
+ light: string;
155
+ dark: string;
156
+ };
157
+ "--t-text-color-tag-subtle-magenta": {
158
+ light: string;
159
+ dark: string;
160
+ };
161
+ "--t-text-color-tag-bold-gray": {
162
+ light: string;
163
+ dark: string;
164
+ };
165
+ "--t-text-color-tag-bold-indigo": {
166
+ light: string;
167
+ dark: string;
168
+ };
169
+ "--t-text-color-tag-bold-blue": {
170
+ light: string;
171
+ dark: string;
172
+ };
173
+ "--t-text-color-tag-bold-aqua": {
174
+ light: string;
175
+ dark: string;
176
+ };
177
+ "--t-text-color-tag-bold-teal": {
178
+ light: string;
179
+ dark: string;
180
+ };
181
+ "--t-text-color-tag-bold-green": {
182
+ light: string;
183
+ dark: string;
184
+ };
185
+ "--t-text-color-tag-bold-yellow": {
186
+ light: string;
187
+ dark: string;
188
+ };
189
+ "--t-text-color-tag-bold-orange": {
190
+ light: string;
191
+ dark: string;
192
+ };
193
+ "--t-text-color-tag-bold-pink": {
194
+ light: string;
195
+ dark: string;
196
+ };
197
+ "--t-text-color-tag-bold-purple": {
198
+ light: string;
199
+ dark: string;
200
+ };
201
+ "--t-text-color-tag-bold-magenta": {
202
+ light: string;
203
+ dark: string;
204
+ };
205
+ "--t-icon-color": {
206
+ light: string;
207
+ dark: string;
208
+ };
209
+ "--t-icon-color-secondary": {
210
+ light: string;
211
+ dark: string;
212
+ };
213
+ "--t-icon-color-dim": {
214
+ light: string;
215
+ dark: string;
216
+ };
217
+ "--t-icon-color-disabled": {
218
+ light: string;
219
+ dark: string;
220
+ };
221
+ "--t-icon-color-inverted": {
222
+ light: string;
223
+ dark: string;
224
+ };
225
+ "--t-icon-color-status-neutral": {
226
+ light: string;
227
+ dark: string;
228
+ };
229
+ "--t-icon-color-status-neutral-secondary": {
230
+ light: string;
231
+ dark: string;
232
+ };
233
+ "--t-icon-color-status-neutral-bold": {
234
+ light: string;
235
+ dark: string;
236
+ };
237
+ "--t-icon-color-status-neutral-dark": {
238
+ light: string;
239
+ dark: string;
240
+ };
241
+ "--t-icon-color-status-info": {
242
+ light: string;
243
+ dark: string;
244
+ };
245
+ "--t-icon-color-status-info-secondary": {
246
+ light: string;
247
+ dark: string;
248
+ };
249
+ "--t-icon-color-status-success": {
250
+ light: string;
251
+ dark: string;
252
+ };
253
+ "--t-icon-color-status-success-secondary": {
254
+ light: string;
255
+ dark: string;
256
+ };
257
+ "--t-icon-color-status-warning": {
258
+ light: string;
259
+ dark: string;
260
+ };
261
+ "--t-icon-color-status-error": {
262
+ light: string;
263
+ dark: string;
264
+ };
265
+ "--t-fill-color-neutral-100": {
266
+ light: string;
267
+ dark: string;
268
+ };
269
+ "--t-fill-color-neutral-000": {
270
+ light: string;
271
+ dark: string;
272
+ };
273
+ "--t-fill-color-neutral-010": {
274
+ light: string;
275
+ dark: string;
276
+ };
277
+ "--t-fill-color-neutral-020": {
278
+ light: string;
279
+ dark: string;
280
+ };
281
+ "--t-fill-color-neutral-025": {
282
+ light: string;
283
+ dark: string;
284
+ };
285
+ "--t-fill-color-neutral-030": {
286
+ light: string;
287
+ dark: string;
288
+ };
289
+ "--t-fill-color-neutral-040": {
290
+ light: string;
291
+ dark: string;
292
+ };
293
+ "--t-fill-color-neutral-050": {
294
+ light: string;
295
+ dark: string;
296
+ };
297
+ "--t-fill-color-neutral-060": {
298
+ light: string;
299
+ dark: string;
300
+ };
301
+ "--t-fill-color-neutral-070": {
302
+ light: string;
303
+ dark: string;
304
+ };
305
+ "--t-fill-color-neutral-080": {
306
+ light: string;
307
+ dark: string;
308
+ };
309
+ "--t-fill-color-neutral-090": {
310
+ light: string;
311
+ dark: string;
312
+ };
313
+ "--t-fill-color-interaction": {
314
+ light: string;
315
+ dark: string;
316
+ };
317
+ "--t-fill-color-interaction-hover": {
318
+ light: string;
319
+ dark: string;
320
+ };
321
+ "--t-fill-color-interaction-active": {
322
+ light: string;
323
+ dark: string;
324
+ };
325
+ "--t-fill-color-interaction-disabled": {
326
+ light: string;
327
+ dark: string;
328
+ };
329
+ "--t-fill-color-control-neutral-off": {
330
+ light: string;
331
+ dark: string;
332
+ };
333
+ "--t-fill-color-control-neutral-on": {
334
+ light: string;
335
+ dark: string;
336
+ };
337
+ "--t-fill-color-control": {
338
+ light: string;
339
+ dark: string;
340
+ };
341
+ "--t-fill-color-control-secondary": {
342
+ light: string;
343
+ dark: string;
344
+ };
345
+ "--t-fill-color-control-error": {
346
+ light: string;
347
+ dark: string;
348
+ };
349
+ "--t-fill-color-control-disabled": {
350
+ light: string;
351
+ dark: string;
352
+ };
353
+ "--t-fill-color-status-neutral": {
354
+ light: string;
355
+ dark: string;
356
+ };
357
+ "--t-fill-color-status-neutral-ghost": {
358
+ light: string;
359
+ dark: string;
360
+ };
361
+ "--t-fill-color-status-neutral-dim": {
362
+ light: string;
363
+ dark: string;
364
+ };
365
+ "--t-fill-color-status-neutral-solid": {
366
+ light: string;
367
+ dark: string;
368
+ };
369
+ "--t-fill-color-status-info": {
370
+ light: string;
371
+ dark: string;
372
+ };
373
+ "--t-fill-color-status-info-ghost": {
374
+ light: string;
375
+ dark: string;
376
+ };
377
+ "--t-fill-color-status-info-dim": {
378
+ light: string;
379
+ dark: string;
380
+ };
381
+ "--t-fill-color-status-info-solid": {
382
+ light: string;
383
+ dark: string;
384
+ };
385
+ "--t-fill-color-status-success": {
386
+ light: string;
387
+ dark: string;
388
+ };
389
+ "--t-fill-color-status-success-ghost": {
390
+ light: string;
391
+ dark: string;
392
+ };
393
+ "--t-fill-color-status-success-dim": {
394
+ light: string;
395
+ dark: string;
396
+ };
397
+ "--t-fill-color-status-success-solid": {
398
+ light: string;
399
+ dark: string;
400
+ };
401
+ "--t-fill-color-status-warning": {
402
+ light: string;
403
+ dark: string;
404
+ };
405
+ "--t-fill-color-status-warning-ghost": {
406
+ light: string;
407
+ dark: string;
408
+ };
409
+ "--t-fill-color-status-warning-dim": {
410
+ light: string;
411
+ dark: string;
412
+ };
413
+ "--t-fill-color-status-warning-solid": {
414
+ light: string;
415
+ dark: string;
416
+ };
417
+ "--t-fill-color-status-error": {
418
+ light: string;
419
+ dark: string;
420
+ };
421
+ "--t-fill-color-status-error-ghost": {
422
+ light: string;
423
+ dark: string;
424
+ };
425
+ "--t-fill-color-status-error-dim": {
426
+ light: string;
427
+ dark: string;
428
+ };
429
+ "--t-fill-color-status-error-solid": {
430
+ light: string;
431
+ dark: string;
432
+ };
433
+ "--t-fill-color-alert-info": {
434
+ light: string;
435
+ dark: string;
436
+ };
437
+ "--t-fill-color-alert-success": {
438
+ light: string;
439
+ dark: string;
440
+ };
441
+ "--t-fill-color-alert-warning": {
442
+ light: string;
443
+ dark: string;
444
+ };
445
+ "--t-fill-color-alert-error": {
446
+ light: string;
447
+ dark: string;
448
+ };
449
+ "--t-fill-color-tooltip": {
450
+ light: string;
451
+ dark: string;
452
+ };
453
+ "--t-fill-color-product-accounts-010": {
454
+ light: string;
455
+ dark: string;
456
+ };
457
+ "--t-fill-color-product-accounts-020": {
458
+ light: string;
459
+ dark: string;
460
+ };
461
+ "--t-fill-color-product-accounts-030": {
462
+ light: string;
463
+ dark: string;
464
+ };
465
+ "--t-fill-color-product-accounts-040": {
466
+ light: string;
467
+ dark: string;
468
+ };
469
+ "--t-fill-color-product-accounts-050": {
470
+ light: string;
471
+ dark: string;
472
+ };
473
+ "--t-fill-color-product-accounts-060": {
474
+ light: string;
475
+ dark: string;
476
+ };
477
+ "--t-fill-color-product-accounts-070": {
478
+ light: string;
479
+ dark: string;
480
+ };
481
+ "--t-fill-color-product-accounts-080": {
482
+ light: string;
483
+ dark: string;
484
+ };
485
+ "--t-fill-color-product-calendar-010": {
486
+ light: string;
487
+ dark: string;
488
+ };
489
+ "--t-fill-color-product-calendar-020": {
490
+ light: string;
491
+ dark: string;
492
+ };
493
+ "--t-fill-color-product-calendar-030": {
494
+ light: string;
495
+ dark: string;
496
+ };
497
+ "--t-fill-color-product-calendar-040": {
498
+ light: string;
499
+ dark: string;
500
+ };
501
+ "--t-fill-color-product-calendar-050": {
502
+ light: string;
503
+ dark: string;
504
+ };
505
+ "--t-fill-color-product-calendar-060": {
506
+ light: string;
507
+ dark: string;
508
+ };
509
+ "--t-fill-color-product-calendar-070": {
510
+ light: string;
511
+ dark: string;
512
+ };
513
+ "--t-fill-color-product-calendar-080": {
514
+ light: string;
515
+ dark: string;
516
+ };
517
+ "--t-fill-color-product-checkins-010": {
518
+ light: string;
519
+ dark: string;
520
+ };
521
+ "--t-fill-color-product-checkins-020": {
522
+ light: string;
523
+ dark: string;
524
+ };
525
+ "--t-fill-color-product-checkins-030": {
526
+ light: string;
527
+ dark: string;
528
+ };
529
+ "--t-fill-color-product-checkins-040": {
530
+ light: string;
531
+ dark: string;
532
+ };
533
+ "--t-fill-color-product-checkins-050": {
534
+ light: string;
535
+ dark: string;
536
+ };
537
+ "--t-fill-color-product-checkins-060": {
538
+ light: string;
539
+ dark: string;
540
+ };
541
+ "--t-fill-color-product-checkins-070": {
542
+ light: string;
543
+ dark: string;
544
+ };
545
+ "--t-fill-color-product-checkins-080": {
546
+ light: string;
547
+ dark: string;
548
+ };
549
+ "--t-fill-color-product-giving-010": {
550
+ light: string;
551
+ dark: string;
552
+ };
553
+ "--t-fill-color-product-giving-020": {
554
+ light: string;
555
+ dark: string;
556
+ };
557
+ "--t-fill-color-product-giving-030": {
558
+ light: string;
559
+ dark: string;
560
+ };
561
+ "--t-fill-color-product-giving-040": {
562
+ light: string;
563
+ dark: string;
564
+ };
565
+ "--t-fill-color-product-giving-050": {
566
+ light: string;
567
+ dark: string;
568
+ };
569
+ "--t-fill-color-product-giving-060": {
570
+ light: string;
571
+ dark: string;
572
+ };
573
+ "--t-fill-color-product-giving-070": {
574
+ light: string;
575
+ dark: string;
576
+ };
577
+ "--t-fill-color-product-giving-080": {
578
+ light: string;
579
+ dark: string;
580
+ };
581
+ "--t-fill-color-product-groups-010": {
582
+ light: string;
583
+ dark: string;
584
+ };
585
+ "--t-fill-color-product-groups-020": {
586
+ light: string;
587
+ dark: string;
588
+ };
589
+ "--t-fill-color-product-groups-030": {
590
+ light: string;
591
+ dark: string;
592
+ };
593
+ "--t-fill-color-product-groups-040": {
594
+ light: string;
595
+ dark: string;
596
+ };
597
+ "--t-fill-color-product-groups-050": {
598
+ light: string;
599
+ dark: string;
600
+ };
601
+ "--t-fill-color-product-groups-060": {
602
+ light: string;
603
+ dark: string;
604
+ };
605
+ "--t-fill-color-product-groups-070": {
606
+ light: string;
607
+ dark: string;
608
+ };
609
+ "--t-fill-color-product-groups-080": {
610
+ light: string;
611
+ dark: string;
612
+ };
613
+ "--t-fill-color-product-home-010": {
614
+ light: string;
615
+ dark: string;
616
+ };
617
+ "--t-fill-color-product-home-020": {
618
+ light: string;
619
+ dark: string;
620
+ };
621
+ "--t-fill-color-product-home-030": {
622
+ light: string;
623
+ dark: string;
624
+ };
625
+ "--t-fill-color-product-home-040": {
626
+ light: string;
627
+ dark: string;
628
+ };
629
+ "--t-fill-color-product-home-050": {
630
+ light: string;
631
+ dark: string;
632
+ };
633
+ "--t-fill-color-product-home-060": {
634
+ light: string;
635
+ dark: string;
636
+ };
637
+ "--t-fill-color-product-home-070": {
638
+ light: string;
639
+ dark: string;
640
+ };
641
+ "--t-fill-color-product-home-080": {
642
+ light: string;
643
+ dark: string;
644
+ };
645
+ "--t-fill-color-product-musicstand-010": {
646
+ light: string;
647
+ dark: string;
648
+ };
649
+ "--t-fill-color-product-musicstand-020": {
650
+ light: string;
651
+ dark: string;
652
+ };
653
+ "--t-fill-color-product-musicstand-030": {
654
+ light: string;
655
+ dark: string;
656
+ };
657
+ "--t-fill-color-product-musicstand-040": {
658
+ light: string;
659
+ dark: string;
660
+ };
661
+ "--t-fill-color-product-musicstand-050": {
662
+ light: string;
663
+ dark: string;
664
+ };
665
+ "--t-fill-color-product-musicstand-060": {
666
+ light: string;
667
+ dark: string;
668
+ };
669
+ "--t-fill-color-product-musicstand-070": {
670
+ light: string;
671
+ dark: string;
672
+ };
673
+ "--t-fill-color-product-musicstand-080": {
674
+ light: string;
675
+ dark: string;
676
+ };
677
+ "--t-fill-color-product-people-010": {
678
+ light: string;
679
+ dark: string;
680
+ };
681
+ "--t-fill-color-product-people-020": {
682
+ light: string;
683
+ dark: string;
684
+ };
685
+ "--t-fill-color-product-people-030": {
686
+ light: string;
687
+ dark: string;
688
+ };
689
+ "--t-fill-color-product-people-040": {
690
+ light: string;
691
+ dark: string;
692
+ };
693
+ "--t-fill-color-product-people-050": {
694
+ light: string;
695
+ dark: string;
696
+ };
697
+ "--t-fill-color-product-people-060": {
698
+ light: string;
699
+ dark: string;
700
+ };
701
+ "--t-fill-color-product-people-070": {
702
+ light: string;
703
+ dark: string;
704
+ };
705
+ "--t-fill-color-product-people-080": {
706
+ light: string;
707
+ dark: string;
708
+ };
709
+ "--t-fill-color-product-publishing-010": {
710
+ light: string;
711
+ dark: string;
712
+ };
713
+ "--t-fill-color-product-publishing-020": {
714
+ light: string;
715
+ dark: string;
716
+ };
717
+ "--t-fill-color-product-publishing-030": {
718
+ light: string;
719
+ dark: string;
720
+ };
721
+ "--t-fill-color-product-publishing-040": {
722
+ light: string;
723
+ dark: string;
724
+ };
725
+ "--t-fill-color-product-publishing-050": {
726
+ light: string;
727
+ dark: string;
728
+ };
729
+ "--t-fill-color-product-publishing-060": {
730
+ light: string;
731
+ dark: string;
732
+ };
733
+ "--t-fill-color-product-publishing-070": {
734
+ light: string;
735
+ dark: string;
736
+ };
737
+ "--t-fill-color-product-publishing-080": {
738
+ light: string;
739
+ dark: string;
740
+ };
741
+ "--t-fill-color-product-registrations-010": {
742
+ light: string;
743
+ dark: string;
744
+ };
745
+ "--t-fill-color-product-registrations-020": {
746
+ light: string;
747
+ dark: string;
748
+ };
749
+ "--t-fill-color-product-registrations-030": {
750
+ light: string;
751
+ dark: string;
752
+ };
753
+ "--t-fill-color-product-registrations-040": {
754
+ light: string;
755
+ dark: string;
756
+ };
757
+ "--t-fill-color-product-registrations-050": {
758
+ light: string;
759
+ dark: string;
760
+ };
761
+ "--t-fill-color-product-registrations-060": {
762
+ light: string;
763
+ dark: string;
764
+ };
765
+ "--t-fill-color-product-registrations-070": {
766
+ light: string;
767
+ dark: string;
768
+ };
769
+ "--t-fill-color-product-registrations-080": {
770
+ light: string;
771
+ dark: string;
772
+ };
773
+ "--t-fill-color-product-services-010": {
774
+ light: string;
775
+ dark: string;
776
+ };
777
+ "--t-fill-color-product-services-020": {
778
+ light: string;
779
+ dark: string;
780
+ };
781
+ "--t-fill-color-product-services-030": {
782
+ light: string;
783
+ dark: string;
784
+ };
785
+ "--t-fill-color-product-services-040": {
786
+ light: string;
787
+ dark: string;
788
+ };
789
+ "--t-fill-color-product-services-050": {
790
+ light: string;
791
+ dark: string;
792
+ };
793
+ "--t-fill-color-product-services-060": {
794
+ light: string;
795
+ dark: string;
796
+ };
797
+ "--t-fill-color-product-services-070": {
798
+ light: string;
799
+ dark: string;
800
+ };
801
+ "--t-fill-color-product-services-080": {
802
+ light: string;
803
+ dark: string;
804
+ };
805
+ "--t-fill-color-product-staff": {
806
+ light: string;
807
+ dark: string;
808
+ };
809
+ "--t-fill-color-product-staff-dark": {
810
+ light: string;
811
+ dark: string;
812
+ };
813
+ "--t-fill-color-product-staff-darker": {
814
+ light: string;
815
+ dark: string;
816
+ };
817
+ "--t-fill-color-product-accounts-gradient-brand": {
818
+ stops: {
819
+ position: number;
820
+ color: string;
821
+ }[];
822
+ type: string;
823
+ angle: number;
824
+ };
825
+ "--t-fill-color-product-accounts-gradient-page": {
826
+ stops: {
827
+ position: number;
828
+ color: string;
829
+ }[];
830
+ type: string;
831
+ angle: number;
832
+ };
833
+ "--t-fill-color-product-accounts-gradient-tint": {
834
+ stops: {
835
+ position: number;
836
+ color: string;
837
+ }[];
838
+ type: string;
839
+ angle: number;
840
+ };
841
+ "--t-fill-color-product-api-gradient-brand": {
842
+ stops: {
843
+ position: number;
844
+ color: string;
845
+ }[];
846
+ type: string;
847
+ angle: number;
848
+ };
849
+ "--t-fill-color-product-calendar-gradient-brand": {
850
+ stops: {
851
+ position: number;
852
+ color: string;
853
+ }[];
854
+ type: string;
855
+ angle: number;
856
+ };
857
+ "--t-fill-color-product-calendar-gradient-page": {
858
+ stops: {
859
+ position: number;
860
+ color: string;
861
+ }[];
862
+ type: string;
863
+ angle: number;
864
+ };
865
+ "--t-fill-color-product-calendar-gradient-tint": {
866
+ stops: {
867
+ position: number;
868
+ color: string;
869
+ }[];
870
+ type: string;
871
+ angle: number;
872
+ };
873
+ "--t-fill-color-product-cc-gradient-brand": {
874
+ stops: {
875
+ position: number;
876
+ color: string;
877
+ }[];
878
+ type: string;
879
+ angle: number;
880
+ };
881
+ "--t-fill-color-product-checkins-gradient-brand": {
882
+ stops: {
883
+ position: number;
884
+ color: string;
885
+ }[];
886
+ type: string;
887
+ angle: number;
888
+ };
889
+ "--t-fill-color-product-checkins-gradient-page": {
890
+ stops: {
891
+ position: number;
892
+ color: string;
893
+ }[];
894
+ type: string;
895
+ angle: number;
896
+ };
897
+ "--t-fill-color-product-checkins-gradient-tint": {
898
+ stops: {
899
+ position: number;
900
+ color: string;
901
+ }[];
902
+ type: string;
903
+ angle: number;
904
+ };
905
+ "--t-fill-color-product-giving-gradient-brand": {
906
+ stops: {
907
+ position: number;
908
+ color: string;
909
+ }[];
910
+ type: string;
911
+ angle: number;
912
+ };
913
+ "--t-fill-color-product-giving-gradient-page": {
914
+ stops: {
915
+ position: number;
916
+ color: string;
917
+ }[];
918
+ type: string;
919
+ angle: number;
920
+ };
921
+ "--t-fill-color-product-giving-gradient-tint": {
922
+ stops: {
923
+ position: number;
924
+ color: string;
925
+ }[];
926
+ type: string;
927
+ angle: number;
928
+ };
929
+ "--t-fill-color-product-groups-gradient-brand": {
930
+ stops: {
931
+ position: number;
932
+ color: string;
933
+ }[];
934
+ type: string;
935
+ angle: number;
936
+ };
937
+ "--t-fill-color-product-groups-gradient-page": {
938
+ stops: {
939
+ position: number;
940
+ color: string;
941
+ }[];
942
+ type: string;
943
+ angle: number;
944
+ };
945
+ "--t-fill-color-product-groups-gradient-tint": {
946
+ stops: {
947
+ position: number;
948
+ color: string;
949
+ }[];
950
+ type: string;
951
+ angle: number;
952
+ };
953
+ "--t-fill-color-product-headcounts-gradient-brand": {
954
+ stops: {
955
+ position: number;
956
+ color: string;
957
+ }[];
958
+ type: string;
959
+ angle: number;
960
+ };
961
+ "--t-fill-color-product-home-gradient-page": {
962
+ stops: {
963
+ position: number;
964
+ color: string;
965
+ }[];
966
+ type: string;
967
+ angle: number;
968
+ };
969
+ "--t-fill-color-product-home-gradient-tint": {
970
+ stops: {
971
+ position: number;
972
+ color: string;
973
+ }[];
974
+ type: string;
975
+ angle: number;
976
+ };
977
+ "--t-fill-color-product-musicstand-gradient-brand": {
978
+ stops: {
979
+ position: number;
980
+ color: string;
981
+ }[];
982
+ type: string;
983
+ angle: number;
984
+ };
985
+ "--t-fill-color-product-people-gradient-brand": {
986
+ stops: {
987
+ position: number;
988
+ color: string;
989
+ }[];
990
+ type: string;
991
+ angle: number;
992
+ };
993
+ "--t-fill-color-product-people-gradient-page": {
994
+ stops: {
995
+ position: number;
996
+ color: string;
997
+ }[];
998
+ type: string;
999
+ angle: number;
1000
+ };
1001
+ "--t-fill-color-product-people-gradient-tint": {
1002
+ stops: {
1003
+ position: number;
1004
+ color: string;
1005
+ }[];
1006
+ type: string;
1007
+ angle: number;
1008
+ };
1009
+ "--t-fill-color-product-publishing-gradient-brand": {
1010
+ stops: {
1011
+ position: number;
1012
+ color: string;
1013
+ }[];
1014
+ type: string;
1015
+ angle: number;
1016
+ };
1017
+ "--t-fill-color-product-publishing-gradient-page": {
1018
+ stops: {
1019
+ position: number;
1020
+ color: string;
1021
+ }[];
1022
+ type: string;
1023
+ angle: number;
1024
+ };
1025
+ "--t-fill-color-product-publishing-gradient-tint": {
1026
+ stops: {
1027
+ position: number;
1028
+ color: string;
1029
+ }[];
1030
+ type: string;
1031
+ angle: number;
1032
+ };
1033
+ "--t-fill-color-product-registrations-gradient-brand": {
1034
+ stops: {
1035
+ position: number;
1036
+ color: string;
1037
+ }[];
1038
+ type: string;
1039
+ angle: number;
1040
+ };
1041
+ "--t-fill-color-product-registrations-gradient-page": {
1042
+ stops: {
1043
+ position: number;
1044
+ color: string;
1045
+ }[];
1046
+ type: string;
1047
+ angle: number;
1048
+ };
1049
+ "--t-fill-color-product-registrations-gradient-tint": {
1050
+ stops: {
1051
+ position: number;
1052
+ color: string;
1053
+ }[];
1054
+ type: string;
1055
+ angle: number;
1056
+ };
1057
+ "--t-fill-color-product-services-gradient-brand": {
1058
+ stops: {
1059
+ position: number;
1060
+ color: string;
1061
+ }[];
1062
+ type: string;
1063
+ angle: number;
1064
+ };
1065
+ "--t-fill-color-product-services-gradient-page": {
1066
+ stops: {
1067
+ position: number;
1068
+ color: string;
1069
+ }[];
1070
+ type: string;
1071
+ angle: number;
1072
+ };
1073
+ "--t-fill-color-product-services-gradient-tint": {
1074
+ stops: {
1075
+ position: number;
1076
+ color: string;
1077
+ }[];
1078
+ type: string;
1079
+ angle: number;
1080
+ };
1081
+ "--t-fill-color-tag-gray-010": {
1082
+ light: string;
1083
+ dark: string;
1084
+ };
1085
+ "--t-fill-color-tag-gray-020": {
1086
+ light: string;
1087
+ dark: string;
1088
+ };
1089
+ "--t-fill-color-tag-gray-030": {
1090
+ light: string;
1091
+ dark: string;
1092
+ };
1093
+ "--t-fill-color-tag-gray-040": {
1094
+ light: string;
1095
+ dark: string;
1096
+ };
1097
+ "--t-fill-color-tag-blue-010": {
1098
+ light: string;
1099
+ dark: string;
1100
+ };
1101
+ "--t-fill-color-tag-blue-020": {
1102
+ light: string;
1103
+ dark: string;
1104
+ };
1105
+ "--t-fill-color-tag-blue-030": {
1106
+ light: string;
1107
+ dark: string;
1108
+ };
1109
+ "--t-fill-color-tag-blue-040": {
1110
+ light: string;
1111
+ dark: string;
1112
+ };
1113
+ "--t-fill-color-tag-aqua-010": {
1114
+ light: string;
1115
+ dark: string;
1116
+ };
1117
+ "--t-fill-color-tag-aqua-020": {
1118
+ light: string;
1119
+ dark: string;
1120
+ };
1121
+ "--t-fill-color-tag-aqua-030": {
1122
+ light: string;
1123
+ dark: string;
1124
+ };
1125
+ "--t-fill-color-tag-aqua-040": {
1126
+ light: string;
1127
+ dark: string;
1128
+ };
1129
+ "--t-fill-color-tag-teal-010": {
1130
+ light: string;
1131
+ dark: string;
1132
+ };
1133
+ "--t-fill-color-tag-teal-020": {
1134
+ light: string;
1135
+ dark: string;
1136
+ };
1137
+ "--t-fill-color-tag-teal-030": {
1138
+ light: string;
1139
+ dark: string;
1140
+ };
1141
+ "--t-fill-color-tag-teal-040": {
1142
+ light: string;
1143
+ dark: string;
1144
+ };
1145
+ "--t-fill-color-tag-green-010": {
1146
+ light: string;
1147
+ dark: string;
1148
+ };
1149
+ "--t-fill-color-tag-green-020": {
1150
+ light: string;
1151
+ dark: string;
1152
+ };
1153
+ "--t-fill-color-tag-green-030": {
1154
+ light: string;
1155
+ dark: string;
1156
+ };
1157
+ "--t-fill-color-tag-green-040": {
1158
+ light: string;
1159
+ dark: string;
1160
+ };
1161
+ "--t-fill-color-tag-yellow-010": {
1162
+ light: string;
1163
+ dark: string;
1164
+ };
1165
+ "--t-fill-color-tag-yellow-020": {
1166
+ light: string;
1167
+ dark: string;
1168
+ };
1169
+ "--t-fill-color-tag-yellow-030": {
1170
+ light: string;
1171
+ dark: string;
1172
+ };
1173
+ "--t-fill-color-tag-yellow-040": {
1174
+ light: string;
1175
+ dark: string;
1176
+ };
1177
+ "--t-fill-color-tag-orange-010": {
1178
+ light: string;
1179
+ dark: string;
1180
+ };
1181
+ "--t-fill-color-tag-orange-020": {
1182
+ light: string;
1183
+ dark: string;
1184
+ };
1185
+ "--t-fill-color-tag-orange-030": {
1186
+ light: string;
1187
+ dark: string;
1188
+ };
1189
+ "--t-fill-color-tag-orange-040": {
1190
+ light: string;
1191
+ dark: string;
1192
+ };
1193
+ "--t-fill-color-tag-pink-010": {
1194
+ light: string;
1195
+ dark: string;
1196
+ };
1197
+ "--t-fill-color-tag-pink-020": {
1198
+ light: string;
1199
+ dark: string;
1200
+ };
1201
+ "--t-fill-color-tag-pink-030": {
1202
+ light: string;
1203
+ dark: string;
1204
+ };
1205
+ "--t-fill-color-tag-pink-040": {
1206
+ light: string;
1207
+ dark: string;
1208
+ };
1209
+ "--t-fill-color-tag-purple-010": {
1210
+ light: string;
1211
+ dark: string;
1212
+ };
1213
+ "--t-fill-color-tag-purple-020": {
1214
+ light: string;
1215
+ dark: string;
1216
+ };
1217
+ "--t-fill-color-tag-purple-030": {
1218
+ light: string;
1219
+ dark: string;
1220
+ };
1221
+ "--t-fill-color-tag-purple-040": {
1222
+ light: string;
1223
+ dark: string;
1224
+ };
1225
+ "--t-fill-color-tag-magenta-010": {
1226
+ light: string;
1227
+ dark: string;
1228
+ };
1229
+ "--t-fill-color-tag-magenta-020": {
1230
+ light: string;
1231
+ dark: string;
1232
+ };
1233
+ "--t-fill-color-tag-magenta-030": {
1234
+ light: string;
1235
+ dark: string;
1236
+ };
1237
+ "--t-fill-color-tag-magenta-040": {
1238
+ light: string;
1239
+ dark: string;
1240
+ };
1241
+ "--t-fill-color-tag-indigo-010": {
1242
+ light: string;
1243
+ dark: string;
1244
+ };
1245
+ "--t-fill-color-tag-indigo-020": {
1246
+ light: string;
1247
+ dark: string;
1248
+ };
1249
+ "--t-fill-color-tag-indigo-030": {
1250
+ light: string;
1251
+ dark: string;
1252
+ };
1253
+ "--t-fill-color-tag-indigo-040": {
1254
+ light: string;
1255
+ dark: string;
1256
+ };
1257
+ "--t-fill-color-button-neutral-solid": {
1258
+ light: string;
1259
+ dark: string;
1260
+ };
1261
+ "--t-fill-color-button-neutral-solid-hover": {
1262
+ light: string;
1263
+ dark: string;
1264
+ };
1265
+ "--t-fill-color-button-neutral-solid-active": {
1266
+ light: string;
1267
+ dark: string;
1268
+ };
1269
+ "--t-fill-color-button-neutral-solid-disabled": {
1270
+ light: string;
1271
+ dark: string;
1272
+ };
1273
+ "--t-fill-color-button-neutral-outline": {
1274
+ light: string;
1275
+ dark: string;
1276
+ };
1277
+ "--t-fill-color-button-neutral-outline-hover": {
1278
+ light: string;
1279
+ dark: string;
1280
+ };
1281
+ "--t-fill-color-button-neutral-outline-active": {
1282
+ light: string;
1283
+ dark: string;
1284
+ };
1285
+ "--t-fill-color-button-neutral-outline-disabled": {
1286
+ light: string;
1287
+ dark: string;
1288
+ };
1289
+ "--t-fill-color-button-neutral-ghost": {
1290
+ light: string;
1291
+ dark: string;
1292
+ };
1293
+ "--t-fill-color-button-neutral-ghost-hover": {
1294
+ light: string;
1295
+ dark: string;
1296
+ };
1297
+ "--t-fill-color-button-neutral-ghost-active": {
1298
+ light: string;
1299
+ dark: string;
1300
+ };
1301
+ "--t-fill-color-button-neutral-ghost-disabled": {
1302
+ light: string;
1303
+ dark: string;
1304
+ };
1305
+ "--t-fill-color-button-neutral-ghost-disabled-solid": {
1306
+ light: string;
1307
+ dark: string;
1308
+ };
1309
+ "--t-fill-color-button-neutral-responsive-header": {
1310
+ light: string;
1311
+ dark: string;
1312
+ };
1313
+ "--t-fill-color-button-neutral-responsive-header-hover": {
1314
+ light: string;
1315
+ dark: string;
1316
+ };
1317
+ "--t-fill-color-button-neutral-responsive-header-active": {
1318
+ light: string;
1319
+ dark: string;
1320
+ };
1321
+ "--t-fill-color-button-neutral-responsive-header-disabled": {
1322
+ light: string;
1323
+ dark: string;
1324
+ };
1325
+ "--t-fill-color-button-neutral-outline-dim-default": {
1326
+ light: string;
1327
+ dark: string;
1328
+ };
1329
+ "--t-fill-color-button-neutral-outline-dim-hover": {
1330
+ light: string;
1331
+ dark: string;
1332
+ };
1333
+ "--t-fill-color-button-neutral-outline-dim-active": {
1334
+ light: string;
1335
+ dark: string;
1336
+ };
1337
+ "--t-fill-color-button-neutral-outline-dim-disabled": {
1338
+ light: string;
1339
+ dark: string;
1340
+ };
1341
+ "--t-fill-color-button-neutral-outline-dim-disabled-solid": {
1342
+ light: string;
1343
+ dark: string;
1344
+ };
1345
+ "--t-fill-color-button-interaction-solid": {
1346
+ light: string;
1347
+ dark: string;
1348
+ };
1349
+ "--t-fill-color-button-interaction-solid-hover": {
1350
+ light: string;
1351
+ dark: string;
1352
+ };
1353
+ "--t-fill-color-button-interaction-solid-active": {
1354
+ light: string;
1355
+ dark: string;
1356
+ };
1357
+ "--t-fill-color-button-interaction-solid-disabled": {
1358
+ light: string;
1359
+ dark: string;
1360
+ };
1361
+ "--t-fill-color-button-interaction-outline": {
1362
+ light: string;
1363
+ dark: string;
1364
+ };
1365
+ "--t-fill-color-button-interaction-outline-hover": {
1366
+ light: string;
1367
+ dark: string;
1368
+ };
1369
+ "--t-fill-color-button-interaction-outline-active": {
1370
+ light: string;
1371
+ dark: string;
1372
+ };
1373
+ "--t-fill-color-button-interaction-outline-disabled": {
1374
+ light: string;
1375
+ dark: string;
1376
+ };
1377
+ "--t-fill-color-button-interaction-ghost": {
1378
+ light: string;
1379
+ dark: string;
1380
+ };
1381
+ "--t-fill-color-button-interaction-ghost-hover": {
1382
+ light: string;
1383
+ dark: string;
1384
+ };
1385
+ "--t-fill-color-button-interaction-ghost-active": {
1386
+ light: string;
1387
+ dark: string;
1388
+ };
1389
+ "--t-fill-color-button-interaction-ghost-disabled": {
1390
+ light: string;
1391
+ dark: string;
1392
+ };
1393
+ "--t-fill-color-button-interaction-outline-dim-default": {
1394
+ light: string;
1395
+ dark: string;
1396
+ };
1397
+ "--t-fill-color-button-interaction-outline-dim-hover": {
1398
+ light: string;
1399
+ dark: string;
1400
+ };
1401
+ "--t-fill-color-button-interaction-outline-dim-active": {
1402
+ light: string;
1403
+ dark: string;
1404
+ };
1405
+ "--t-fill-color-button-interaction-outline-dim-disabled": {
1406
+ light: string;
1407
+ dark: string;
1408
+ };
1409
+ "--t-fill-color-button-create-solid-default": {
1410
+ light: string;
1411
+ dark: string;
1412
+ };
1413
+ "--t-fill-color-button-create-solid-hover": {
1414
+ light: string;
1415
+ dark: string;
1416
+ };
1417
+ "--t-fill-color-button-create-solid-active": {
1418
+ light: string;
1419
+ dark: string;
1420
+ };
1421
+ "--t-fill-color-button-create-solid-disabled": {
1422
+ light: string;
1423
+ dark: string;
1424
+ };
1425
+ "--t-fill-color-button-create-ghost-default": {
1426
+ light: string;
1427
+ dark: string;
1428
+ };
1429
+ "--t-fill-color-button-create-ghost-hover": {
1430
+ light: string;
1431
+ dark: string;
1432
+ };
1433
+ "--t-fill-color-button-create-ghost-active": {
1434
+ light: string;
1435
+ dark: string;
1436
+ };
1437
+ "--t-fill-color-button-create-ghost-disabled": {
1438
+ light: string;
1439
+ dark: string;
1440
+ };
1441
+ "--t-fill-color-button-delete-solid": {
1442
+ light: string;
1443
+ dark: string;
1444
+ };
1445
+ "--t-fill-color-button-delete-solid-hover": {
1446
+ light: string;
1447
+ dark: string;
1448
+ };
1449
+ "--t-fill-color-button-delete-solid-active": {
1450
+ light: string;
1451
+ dark: string;
1452
+ };
1453
+ "--t-fill-color-button-delete-solid-disabled": {
1454
+ light: string;
1455
+ dark: string;
1456
+ };
1457
+ "--t-fill-color-button-delete-outline": {
1458
+ light: string;
1459
+ dark: string;
1460
+ };
1461
+ "--t-fill-color-button-delete-outline-hover": {
1462
+ light: string;
1463
+ dark: string;
1464
+ };
1465
+ "--t-fill-color-button-delete-outline-active": {
1466
+ light: string;
1467
+ dark: string;
1468
+ };
1469
+ "--t-fill-color-button-delete-outline-disabled": {
1470
+ light: string;
1471
+ dark: string;
1472
+ };
1473
+ "--t-fill-color-button-delete-ghost": {
1474
+ light: string;
1475
+ dark: string;
1476
+ };
1477
+ "--t-fill-color-button-delete-ghost-hover": {
1478
+ light: string;
1479
+ dark: string;
1480
+ };
1481
+ "--t-fill-color-button-delete-ghost-active": {
1482
+ light: string;
1483
+ dark: string;
1484
+ };
1485
+ "--t-fill-color-button-delete-ghost-disabled": {
1486
+ light: string;
1487
+ dark: string;
1488
+ };
1489
+ "--t-fill-color-button-delete-outline-dim-default": {
1490
+ light: string;
1491
+ dark: string;
1492
+ };
1493
+ "--t-fill-color-button-delete-outline-dim-hover": {
1494
+ light: string;
1495
+ dark: string;
1496
+ };
1497
+ "--t-fill-color-button-delete-outline-dim-active": {
1498
+ light: string;
1499
+ dark: string;
1500
+ };
1501
+ "--t-fill-color-button-delete-outline-dim-disabled": {
1502
+ light: string;
1503
+ dark: string;
1504
+ };
1505
+ "--t-fill-color-button-pill": {
1506
+ light: string;
1507
+ dark: string;
1508
+ };
1509
+ "--t-fill-color-button-pill-hover": {
1510
+ light: string;
1511
+ dark: string;
1512
+ };
1513
+ "--t-fill-color-button-pill-active": {
1514
+ light: string;
1515
+ dark: string;
1516
+ };
1517
+ "--t-fill-color-button-pill-disabled": {
1518
+ light: string;
1519
+ dark: string;
1520
+ };
1521
+ "--t-fill-color-transparency-light-010": {
1522
+ light: string;
1523
+ dark: string;
1524
+ };
1525
+ "--t-fill-color-transparency-light-020": {
1526
+ light: string;
1527
+ dark: string;
1528
+ };
1529
+ "--t-fill-color-transparency-light-030": {
1530
+ light: string;
1531
+ dark: string;
1532
+ };
1533
+ "--t-fill-color-transparency-light-040": {
1534
+ light: string;
1535
+ dark: string;
1536
+ };
1537
+ "--t-fill-color-transparency-light-050": {
1538
+ light: string;
1539
+ dark: string;
1540
+ };
1541
+ "--t-fill-color-transparency-light-060": {
1542
+ light: string;
1543
+ dark: string;
1544
+ };
1545
+ "--t-fill-color-transparency-light-070": {
1546
+ light: string;
1547
+ dark: string;
1548
+ };
1549
+ "--t-fill-color-transparency-light-080": {
1550
+ light: string;
1551
+ dark: string;
1552
+ };
1553
+ "--t-fill-color-transparency-light-090": {
1554
+ light: string;
1555
+ dark: string;
1556
+ };
1557
+ "--t-fill-color-transparency-dark-010": {
1558
+ light: string;
1559
+ dark: string;
1560
+ };
1561
+ "--t-fill-color-transparency-dark-020": {
1562
+ light: string;
1563
+ dark: string;
1564
+ };
1565
+ "--t-fill-color-transparency-dark-030": {
1566
+ light: string;
1567
+ dark: string;
1568
+ };
1569
+ "--t-fill-color-transparency-dark-040": {
1570
+ light: string;
1571
+ dark: string;
1572
+ };
1573
+ "--t-fill-color-transparency-dark-050": {
1574
+ light: string;
1575
+ dark: string;
1576
+ };
1577
+ "--t-fill-color-transparency-dark-060": {
1578
+ light: string;
1579
+ dark: string;
1580
+ };
1581
+ "--t-fill-color-transparency-dark-070": {
1582
+ light: string;
1583
+ dark: string;
1584
+ };
1585
+ "--t-fill-color-transparency-dark-080": {
1586
+ light: string;
1587
+ dark: string;
1588
+ };
1589
+ "--t-fill-color-transparency-dark-090": {
1590
+ light: string;
1591
+ dark: string;
1592
+ };
1593
+ "--t-fill-color-transparency-dark-static-010": {
1594
+ light: string;
1595
+ dark: string;
1596
+ };
1597
+ "--t-fill-color-transparency-dark-static-020": {
1598
+ light: string;
1599
+ dark: string;
1600
+ };
1601
+ "--t-fill-color-transparency-dark-static-030": {
1602
+ light: string;
1603
+ dark: string;
1604
+ };
1605
+ "--t-fill-color-transparency-dark-static-040": {
1606
+ light: string;
1607
+ dark: string;
1608
+ };
1609
+ "--t-fill-color-transparency-dark-static-050": {
1610
+ light: string;
1611
+ dark: string;
1612
+ };
1613
+ "--t-fill-color-transparency-dark-static-060": {
1614
+ light: string;
1615
+ dark: string;
1616
+ };
1617
+ "--t-fill-color-transparency-dark-static-070": {
1618
+ light: string;
1619
+ dark: string;
1620
+ };
1621
+ "--t-fill-color-transparency-dark-static-080": {
1622
+ light: string;
1623
+ dark: string;
1624
+ };
1625
+ "--t-fill-color-transparency-dark-static-090": {
1626
+ light: string;
1627
+ dark: string;
1628
+ };
1629
+ "--t-surface-color-card": {
1630
+ light: string;
1631
+ dark: string;
1632
+ };
1633
+ "--t-surface-color-canvas": {
1634
+ light: string;
1635
+ dark: string;
1636
+ };
1637
+ "--t-border-color": {
1638
+ light: string;
1639
+ dark: string;
1640
+ };
1641
+ "--t-border-color-dark": {
1642
+ light: string;
1643
+ dark: string;
1644
+ };
1645
+ "--t-border-color-darker": {
1646
+ light: string;
1647
+ dark: string;
1648
+ };
1649
+ "--t-border-color-darkest": {
1650
+ light: string;
1651
+ dark: string;
1652
+ };
1653
+ "--t-border-color-disabled": {
1654
+ light: string;
1655
+ dark: string;
1656
+ };
1657
+ "--t-border-color-dim": {
1658
+ light: string;
1659
+ dark: string;
1660
+ };
1661
+ "--t-border-color-white": {
1662
+ light: string;
1663
+ dark: string;
1664
+ };
1665
+ "--t-border-color-status-neutral": {
1666
+ light: string;
1667
+ dark: string;
1668
+ };
1669
+ "--t-border-color-status-info": {
1670
+ light: string;
1671
+ dark: string;
1672
+ };
1673
+ "--t-border-color-status-success": {
1674
+ light: string;
1675
+ dark: string;
1676
+ };
1677
+ "--t-border-color-status-warning": {
1678
+ light: string;
1679
+ dark: string;
1680
+ };
1681
+ "--t-border-color-status-error": {
1682
+ light: string;
1683
+ dark: string;
1684
+ };
1685
+ "--t-border-color-button-neutral": {
1686
+ light: string;
1687
+ dark: string;
1688
+ };
1689
+ "--t-border-color-button-info": {
1690
+ light: string;
1691
+ dark: string;
1692
+ };
1693
+ "--t-border-color-button-create": {
1694
+ light: string;
1695
+ dark: string;
1696
+ };
1697
+ "--t-border-color-button-delete": {
1698
+ light: string;
1699
+ dark: string;
1700
+ };
1701
+ "--t-border-color-control-neutral": {
1702
+ light: string;
1703
+ dark: string;
1704
+ };
1705
+ "--t-border-color-control-info": {
1706
+ light: string;
1707
+ dark: string;
1708
+ };
1709
+ "--t-border-color-control-success": {
1710
+ light: string;
1711
+ dark: string;
1712
+ };
1713
+ "--t-border-color-control-warning": {
1714
+ light: string;
1715
+ dark: string;
1716
+ };
1717
+ "--t-border-color-control-error": {
1718
+ light: string;
1719
+ dark: string;
1720
+ };
1721
+ "--t-border-color-control-disabled": {
1722
+ light: string;
1723
+ dark: string;
1724
+ };
1725
+ "--t-shadow-overflow-color": {
1726
+ light: string;
1727
+ dark: string;
1728
+ };
1729
+ "--t-form-background-color": {
1730
+ light: string;
1731
+ dark: string;
1732
+ };
1733
+ "--t-form-background-color-disabled": {
1734
+ light: string;
1735
+ dark: string;
1736
+ };
1737
+ "--t-form-background-color-error": {
1738
+ light: string;
1739
+ dark: string;
1740
+ };
1741
+ "--t-form-background-color-readonly": {
1742
+ light: string;
1743
+ dark: string;
1744
+ };
1745
+ "--t-form-border-color": {
1746
+ light: string;
1747
+ dark: string;
1748
+ };
1749
+ "--t-form-border-color-disabled": {
1750
+ light: string;
1751
+ dark: string;
1752
+ };
1753
+ "--t-form-border-color-error": {
1754
+ light: string;
1755
+ dark: string;
1756
+ };
1757
+ "--t-form-border-color-focus": {
1758
+ light: string;
1759
+ dark: string;
1760
+ };
1761
+ "--t-form-border-color-hover": {
1762
+ light: string;
1763
+ dark: string;
1764
+ };
1765
+ "--t-form-border-color-readonly": {
1766
+ light: string;
1767
+ dark: string;
1768
+ };
1769
+ "--t-form-border-radius": number;
1770
+ "--t-form-border-width": number;
1771
+ "--t-form-font-color": {
1772
+ light: string;
1773
+ dark: string;
1774
+ };
1775
+ "--t-form-font-color-disabled": {
1776
+ light: string;
1777
+ dark: string;
1778
+ };
1779
+ "--t-form-font-color-error": {
1780
+ light: string;
1781
+ dark: string;
1782
+ };
1783
+ "--t-form-font-color-readonly": {
1784
+ light: string;
1785
+ dark: string;
1786
+ };
1787
+ "--t-form-picker-icon-color": {
1788
+ light: string;
1789
+ dark: string;
1790
+ };
1791
+ "--t-form-placeholder-color": {
1792
+ light: string;
1793
+ dark: string;
1794
+ };
1795
+ "--t-border-color-default-base": {
1796
+ light: string;
1797
+ dark: string;
1798
+ };
1799
+ "--t-border-color-default-dark": {
1800
+ light: string;
1801
+ dark: string;
1802
+ };
1803
+ "--t-border-color-default-darker": {
1804
+ light: string;
1805
+ dark: string;
1806
+ };
1807
+ "--t-border-color-default-darkest": {
1808
+ light: string;
1809
+ dark: string;
1810
+ };
1811
+ "--t-border-color-default-dim": {
1812
+ light: string;
1813
+ dark: string;
1814
+ };
1815
+ "--t-border-color-default-disabled": {
1816
+ light: string;
1817
+ dark: string;
1818
+ };
1819
+ "--t-border-color-default-white": {
1820
+ light: string;
1821
+ dark: string;
1822
+ };
1823
+ "--t-border-radius-default": number;
1824
+ "--t-border-width-default": number;
1825
+ "--t-fill-color-button-delete-ghost-default": {
1826
+ light: string;
1827
+ dark: string;
1828
+ };
1829
+ "--t-fill-color-button-delete-outline-default": {
1830
+ light: string;
1831
+ dark: string;
1832
+ };
1833
+ "--t-fill-color-button-delete-solid-default": {
1834
+ light: string;
1835
+ dark: string;
1836
+ };
1837
+ "--t-fill-color-button-interaction-ghost-default": {
1838
+ light: string;
1839
+ dark: string;
1840
+ };
1841
+ "--t-fill-color-button-interaction-outline-default": {
1842
+ light: string;
1843
+ dark: string;
1844
+ };
1845
+ "--t-fill-color-button-interaction-solid-default": {
1846
+ light: string;
1847
+ dark: string;
1848
+ };
1849
+ "--t-fill-color-button-neutral-ghost-default": {
1850
+ light: string;
1851
+ dark: string;
1852
+ };
1853
+ "--t-fill-color-button-neutral-outline-default": {
1854
+ light: string;
1855
+ dark: string;
1856
+ };
1857
+ "--t-fill-color-button-neutral-responsive-header-default": {
1858
+ light: string;
1859
+ dark: string;
1860
+ };
1861
+ "--t-fill-color-button-neutral-solid-default": {
1862
+ light: string;
1863
+ dark: string;
1864
+ };
1865
+ "--t-fill-color-button-pill-default": {
1866
+ light: string;
1867
+ dark: string;
1868
+ };
1869
+ "--t-fill-color-control-primary": {
1870
+ light: string;
1871
+ dark: string;
1872
+ };
1873
+ "--t-fill-color-interaction-default": {
1874
+ light: string;
1875
+ dark: string;
1876
+ };
1877
+ "--t-fill-color-product-staff-base": {
1878
+ light: string;
1879
+ dark: string;
1880
+ };
1881
+ "--t-fill-color-status-error-primary": {
1882
+ light: string;
1883
+ dark: string;
1884
+ };
1885
+ "--t-fill-color-tooltip-primary": {
1886
+ light: string;
1887
+ dark: string;
1888
+ };
1889
+ "--t-icon-color-default-dim": {
1890
+ light: string;
1891
+ dark: string;
1892
+ };
1893
+ "--t-icon-color-default-disabled": {
1894
+ light: string;
1895
+ dark: string;
1896
+ };
1897
+ "--t-icon-color-default-inverted": {
1898
+ light: string;
1899
+ dark: string;
1900
+ };
1901
+ "--t-icon-color-default-primary": {
1902
+ light: string;
1903
+ dark: string;
1904
+ };
1905
+ "--t-icon-color-default-secondary": {
1906
+ light: string;
1907
+ dark: string;
1908
+ };
1909
+ "--t-icon-color-status-error-primary": {
1910
+ light: string;
1911
+ dark: string;
1912
+ };
1913
+ "--t-icon-color-status-info-primary": {
1914
+ light: string;
1915
+ dark: string;
1916
+ };
1917
+ "--t-icon-color-status-neutral-primary": {
1918
+ light: string;
1919
+ dark: string;
1920
+ };
1921
+ "--t-icon-color-status-success-primary": {
1922
+ light: string;
1923
+ dark: string;
1924
+ };
1925
+ "--t-icon-color-status-warning-primary": {
1926
+ light: string;
1927
+ dark: string;
1928
+ };
1929
+ "--t-text-color-default-disabled": {
1930
+ light: string;
1931
+ dark: string;
1932
+ };
1933
+ "--t-text-color-default-headline": {
1934
+ light: string;
1935
+ dark: string;
1936
+ };
1937
+ "--t-text-color-default-inverted": {
1938
+ light: string;
1939
+ dark: string;
1940
+ };
1941
+ "--t-text-color-default-placeholder": {
1942
+ light: string;
1943
+ dark: string;
1944
+ };
1945
+ "--t-text-color-default-primary": {
1946
+ light: string;
1947
+ dark: string;
1948
+ };
1949
+ "--t-text-color-default-secondary": {
1950
+ light: string;
1951
+ dark: string;
1952
+ };
1953
+ "--t-text-color-interaction-primary": {
1954
+ light: string;
1955
+ dark: string;
1956
+ };
1957
+ };
1958
+ export declare const reactNativeTokens: ReactNativeTokens;
1959
+ //# sourceMappingURL=react-native-tokens.d.ts.map