@planningcenter/tapestry-tokens 0.0.1 → 2.6.1-qa-522.0

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