@planningcenter/tapestry 3.0.0-rc.10 → 3.0.0-rc.12

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 (33) hide show
  1. package/dist/components/button/BaseButton.d.ts.map +1 -1
  2. package/dist/components/button/BaseButton.js +3 -2
  3. package/dist/components/button/BaseButton.js.map +1 -1
  4. package/dist/components/page-header/index.js +1 -1
  5. package/dist/components/sidenav/index.js +1 -1
  6. package/dist/reactRender.css +331 -331
  7. package/dist/reactRender.css.map +1 -1
  8. package/dist/reactRenderLegacy.css +331 -331
  9. package/dist/reactRenderLegacy.css.map +1 -1
  10. package/dist/tapestry-wc/dist/components/{p-DYAQgo1L.js → p-C2nxY3AF.js} +3 -3
  11. package/dist/tapestry-wc/dist/components/{p-DYAQgo1L.js.map → p-C2nxY3AF.js.map} +1 -1
  12. package/dist/tapestry-wc/dist/components/{p-DIxTyg8i.js → p-CTVZ7aBS.js} +3 -3
  13. package/dist/tapestry-wc/dist/components/{p-DIxTyg8i.js.map → p-CTVZ7aBS.js.map} +1 -1
  14. package/dist/tapestry-wc/dist/components/{p-DyZLaxTd.js → p-DyzD33VO.js} +2 -2
  15. package/dist/tapestry-wc/dist/components/{p-DyZLaxTd.js.map → p-DyzD33VO.js.map} +1 -1
  16. package/dist/tapestry-wc/dist/components/{p-N9a-y0Yp.js → p-lIsqkPIu.js} +2 -2
  17. package/dist/tapestry-wc/dist/components/{p-N9a-y0Yp.js.map → p-lIsqkPIu.js.map} +1 -1
  18. package/dist/tapestry-wc/dist/components/{p-CAuZNjx2.js → p-sV3icZvz.js} +3 -3
  19. package/dist/tapestry-wc/dist/components/{p-CAuZNjx2.js.map → p-sV3icZvz.js.map} +1 -1
  20. package/dist/tapestry-wc/dist/components/tds-page-header-nav.js +2 -2
  21. package/dist/tapestry-wc/dist/components/tds-page-header-nav.js.map +1 -1
  22. package/dist/tapestry-wc/dist/components/tds-page-header.js +3 -3
  23. package/dist/tapestry-wc/dist/components/tds-page-header.js.map +1 -1
  24. package/dist/tapestry-wc/dist/components/tds-sidenav-item.js +3 -3
  25. package/dist/tapestry-wc/dist/components/tds-sidenav-item.js.map +1 -1
  26. package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js +2 -2
  27. package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js.map +1 -1
  28. package/dist/tapestry-wc/dist/components/tds-sidenav-section.js +3 -3
  29. package/dist/tapestry-wc/dist/components/tds-sidenav-section.js.map +1 -1
  30. package/dist/tapestry-wc/dist/components/tds-sidenav.js +5 -5
  31. package/dist/tapestry-wc/dist/components/tds-sidenav.js.map +1 -1
  32. package/dist/tokens/tokens-deprecated.json +19 -38
  33. package/package.json +3 -3
@@ -1,113 +1,5 @@
1
1
  @layer t-critical, t-component;
2
2
 
3
- :root{
4
- --t-border-size-default:var(--t-border-width);
5
- --t-border-size-thick:var(--t-border-width-thick);
6
- --t-font-weight-semi-bold:var(--t-font-weight-semibold);
7
- --t-icon-color-status-neutral-dark:var(--t-icon-color-status-neutral-bold);
8
- --t-icon-color-status-info-secondary:var(--t-icon-color-status-info);
9
- --t-fill-color-status-neutral-solid:var(--t-fill-color-status-neutral);
10
- --t-fill-color-status-info-solid:var(--t-fill-color-status-info);
11
- --t-fill-color-status-success-solid:var(--t-fill-color-status-success);
12
- --t-fill-color-status-warning-solid:var(--t-fill-color-status-warning);
13
- --t-fill-color-status-error-solid:var(--t-fill-color-status-error);
14
- --t-fill-color-alert-info:hsl(204, 94%, 49%);
15
- --t-fill-color-alert-success:hsl(122, 60%, 41%);
16
- --t-fill-color-alert-warning:hsl(43, 96%, 58%);
17
- --t-fill-color-alert-error:hsl(4, 77%, 59%);
18
- --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 98%);
19
- --t-fill-color-button-neutral-outline-dim-default:var(--t-fill-color-button-neutral-outline);
20
- --t-fill-color-button-neutral-outline-dim-hover:var(--t-fill-color-button-neutral-outline-hover);
21
- --t-fill-color-button-neutral-outline-dim-active:var(--t-fill-color-button-neutral-outline-active);
22
- --t-fill-color-button-neutral-outline-dim-disabled:var(--t-fill-color-button-neutral-outline-disabled);
23
- --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 98%);
24
- --t-fill-color-button-interaction-outline-dim-default:var(--t-fill-color-button-interaction-outline);
25
- --t-fill-color-button-interaction-outline-dim-hover:var(--t-fill-color-button-interaction-outline-hover);
26
- --t-fill-color-button-interaction-outline-dim-active:var(--t-fill-color-button-interaction-outline-active);
27
- --t-fill-color-button-interaction-outline-dim-disabled:var(--t-fill-color-button-interaction-outline-disabled);
28
- --t-fill-color-button-create-solid-default:hsl(96, 57%, 33%);
29
- --t-fill-color-button-create-solid-hover:hsl(97, 57%, 28%);
30
- --t-fill-color-button-create-solid-active:hsl(97, 57%, 23%);
31
- --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 81%);
32
- --t-fill-color-button-create-ghost-default:hsla(0, 0%, 100%, 0);
33
- --t-fill-color-button-create-ghost-hover:hsl(96, 60%, 95%);
34
- --t-fill-color-button-create-ghost-active:hsl(97, 57%, 90%);
35
- --t-fill-color-button-create-ghost-disabled:hsla(0, 0%, 100%, 0);
36
- --t-fill-color-button-delete-outline-dim-default:var(--t-fill-color-button-delete-outline);
37
- --t-fill-color-button-delete-outline-dim-hover:var(--t-fill-color-button-delete-outline-hover);
38
- --t-fill-color-button-delete-outline-dim-active:var(--t-fill-color-button-delete-outline-active);
39
- --t-fill-color-button-delete-outline-dim-disabled:var(--t-fill-color-button-delete-outline-disabled);
40
- }
41
-
42
- :root[data-color-mode="dark"]{
43
- --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
44
- --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 100%);
45
- --t-fill-color-button-create-solid-default:hsl(0, 0%, 25%);
46
- --t-fill-color-button-create-solid-hover:hsl(0, 0%, 25%);
47
- --t-fill-color-button-create-solid-active:hsl(0, 0%, 25%);
48
- --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 25%);
49
- --t-fill-color-button-create-ghost-hover:hsla(0, 0%, 100%, 0);
50
- --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
51
- }
52
-
53
- :root{
54
- --t-border-color-default-base:var(--t-border-color);
55
- --t-border-color-default-dark:var(--t-border-color-dark);
56
- --t-border-color-default-darker:var(--t-border-color-darker);
57
- --t-border-color-default-darkest:var(--t-border-color-darkest);
58
- --t-border-color-default-dim:var(--t-border-color-dim);
59
- --t-border-color-default-disabled:var(--t-border-color-disabled);
60
- --t-border-color-default-white:var(--t-border-color-white);
61
- --t-border-radius-default:var(--t-border-radius);
62
- --t-border-width-default:var(--t-border-width);
63
- --t-fill-color-button-delete-ghost-default:var(--t-fill-color-button-delete-ghost);
64
- --t-fill-color-button-delete-outline-default:var(--t-fill-color-button-delete-outline);
65
- --t-fill-color-button-delete-solid-default:var(--t-fill-color-button-delete-solid);
66
- --t-fill-color-button-interaction-ghost-default:var(--t-fill-color-button-interaction-ghost);
67
- --t-fill-color-button-interaction-outline-default:var(--t-fill-color-button-interaction-outline);
68
- --t-fill-color-button-interaction-solid-default:var(--t-fill-color-button-interaction-solid);
69
- --t-fill-color-button-neutral-ghost-default:var(--t-fill-color-button-neutral-ghost);
70
- --t-fill-color-button-neutral-outline-default:var(--t-fill-color-button-neutral-outline);
71
- --t-fill-color-button-neutral-responsive-header-default:var(--t-fill-color-button-neutral-responsive-header);
72
- --t-fill-color-button-neutral-solid-default:var(--t-fill-color-button-neutral-solid);
73
- --t-fill-color-button-pill-default:var(--t-fill-color-button-pill);
74
- --t-fill-color-control-primary:var(--t-fill-color-control);
75
- --t-fill-color-interaction-default:var(--t-fill-color-interaction);
76
- --t-fill-color-product-staff-base:var(--t-fill-color-product-staff);
77
- --t-fill-color-status-error-primary:var(--t-fill-color-status-error);
78
- --t-fill-color-tooltip-primary:var(--t-fill-color-tooltip);
79
- --t-icon-color-default-dim:var(--t-icon-color-dim);
80
- --t-icon-color-default-disabled:var(--t-icon-color-disabled);
81
- --t-icon-color-default-inverted:var(--t-icon-color-inverted);
82
- --t-icon-color-default-primary:var(--t-icon-color);
83
- --t-icon-color-default-secondary:var(--t-icon-color-secondary);
84
- --t-icon-color-status-error-primary:var(--t-icon-color-status-error);
85
- --t-icon-color-status-info-primary:var(--t-icon-color-status-info);
86
- --t-icon-color-status-neutral-primary:var(--t-icon-color-status-neutral);
87
- --t-icon-color-status-success-primary:var(--t-icon-color-status-success);
88
- --t-icon-color-status-warning-primary:var(--t-icon-color-status-warning);
89
- --t-text-color-default-disabled:var(--t-text-color-disabled);
90
- --t-text-color-default-headline:var(--t-text-color-headline);
91
- --t-text-color-default-inverted:var(--t-text-color-inverted);
92
- --t-text-color-default-placeholder:var(--t-text-color-placeholder);
93
- --t-text-color-default-primary:var(--t-text-color);
94
- --t-text-color-default-secondary:var(--t-text-color-secondary);
95
- --t-text-color-interaction-primary:var(--t-text-color-interaction);
96
- }
97
-
98
- @media (prefers-color-scheme: dark){
99
- :root[data-color-mode="system"]{
100
- --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
101
- --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 100%);
102
- --t-fill-color-button-create-solid-default:hsl(0, 0%, 25%);
103
- --t-fill-color-button-create-solid-hover:hsl(0, 0%, 25%);
104
- --t-fill-color-button-create-solid-active:hsl(0, 0%, 25%);
105
- --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 25%);
106
- --t-fill-color-button-create-ghost-hover:hsla(0, 0%, 100%, 0);
107
- --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
108
- }
109
- }
110
-
111
3
  :root[data-color-mode="dark"]{
112
4
  color-scheme:dark;
113
5
  --t-text-color-headline:hsl(0, 0%, 94%);
@@ -331,229 +223,49 @@
331
223
  --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
332
224
  }
333
225
 
334
- @media (prefers-color-scheme: dark){
335
- :root[data-color-mode="system"]{
336
- color-scheme:dark;
337
- --t-text-color-headline:hsl(0, 0%, 94%);
338
- --t-text-color:hsl(0, 0%, 80%);
339
- --t-text-color-secondary:hsl(0, 0%, 54%);
340
- --t-text-color-disabled:hsl(0, 0%, 25%);
341
- --t-text-color-placeholder:hsl(0, 0%, 38%);
342
- --t-text-color-interaction:hsl(204, 68%, 55%);
343
- --t-text-color-interaction-hover:hsl(204, 68%, 50%);
344
- --t-text-color-interaction-active:hsl(204, 68%, 45%);
345
- --t-text-color-interaction-visited:hsl(204, 68%, 50%);
346
- --t-text-color-status-neutral:hsl(0, 0%, 80%);
347
- --t-text-color-status-info:hsl(204, 68%, 55%);
348
- --t-text-color-status-success:hsl(97, 57%, 41%);
349
- --t-text-color-status-warning:hsl(42, 84%, 55%);
350
- --t-text-color-status-error:hsl(8, 61%, 61%);
351
- --t-text-color-tag-subtle-gray:hsl(0, 0%, 80%);
352
- --t-text-color-tag-subtle-blue:hsl(223, 46%, 84%);
353
- --t-text-color-tag-subtle-indigo:hsl(233, 78%, 84%);
354
- --t-text-color-tag-subtle-aqua:hsl(208, 77%, 85%);
355
- --t-text-color-tag-subtle-teal:hsl(180, 95%, 74%);
356
- --t-text-color-tag-subtle-green:hsl(99, 93%, 84%);
357
- --t-text-color-tag-subtle-yellow:hsl(29, 100%, 85%);
358
- --t-text-color-tag-subtle-orange:hsl(18, 100%, 85%);
359
- --t-text-color-tag-subtle-pink:hsl(328, 89%, 89%);
360
- --t-text-color-tag-subtle-purple:hsl(268, 70%, 88%);
361
- --t-text-color-tag-subtle-magenta:hsl(285, 70%, 88%);
362
- --t-text-color-tag-bold-gray:hsl(0, 0%, 100%);
363
- --t-text-color-tag-bold-indigo:hsl(0, 0%, 100%);
364
- --t-text-color-tag-bold-blue:hsl(0, 0%, 100%);
365
- --t-text-color-tag-bold-aqua:hsl(0, 0%, 100%);
366
- --t-text-color-tag-bold-teal:hsl(0, 0%, 100%);
367
- --t-text-color-tag-bold-green:hsl(0, 0%, 100%);
368
- --t-text-color-tag-bold-yellow:hsl(0, 0%, 100%);
369
- --t-text-color-tag-bold-orange:hsl(0, 0%, 100%);
370
- --t-text-color-tag-bold-pink:hsl(0, 0%, 100%);
371
- --t-text-color-tag-bold-purple:hsl(0, 0%, 100%);
372
- --t-text-color-tag-bold-magenta:hsl(0, 0%, 100%);
373
- --t-icon-color:hsl(0, 0%, 80%);
374
- --t-icon-color-secondary:hsl(0, 0%, 54%);
375
- --t-icon-color-dim:hsl(0, 0%, 38%);
376
- --t-icon-color-disabled:hsl(0, 0%, 25%);
377
- --t-icon-color-status-neutral:hsl(0, 0%, 54%);
378
- --t-icon-color-status-neutral-secondary:hsl(0, 0%, 38%);
379
- --t-icon-color-status-neutral-bold:hsl(0, 0%, 80%);
380
- --t-icon-color-status-info:hsl(204, 68%, 55%);
381
- --t-icon-color-status-error:hsl(8, 61%, 61%);
382
- --t-fill-color-neutral-100:hsl(0, 0%, 10%);
383
- --t-fill-color-neutral-000:hsl(0, 0%, 98%);
384
- --t-fill-color-neutral-010:hsl(0, 0%, 88%);
385
- --t-fill-color-neutral-020:hsl(0, 0%, 68%);
386
- --t-fill-color-neutral-025:hsl(0, 0%, 58%);
387
- --t-fill-color-neutral-030:hsl(0, 0%, 50%);
388
- --t-fill-color-neutral-040:hsl(0, 0%, 32%);
389
- --t-fill-color-neutral-050:hsl(0, 0%, 24%);
390
- --t-fill-color-neutral-060:hsl(0, 0%, 19%);
391
- --t-fill-color-neutral-070:hsl(0, 0%, 17%);
392
- --t-fill-color-neutral-080:hsl(0, 0%, 15%);
393
- --t-fill-color-neutral-090:hsl(0, 0%, 12%);
394
- --t-fill-color-interaction:hsl(204, 100%, 35%);
395
- --t-fill-color-interaction-hover:hsl(204, 100%, 40%);
396
- --t-fill-color-interaction-active:hsl(204, 80%, 45%);
397
- --t-fill-color-interaction-disabled:hsl(0, 0%, 25%);
398
- --t-fill-color-control-neutral-off:hsl(0, 0%, 32%);
399
- --t-fill-color-control-neutral-on:hsl(0, 0%, 50%);
400
- --t-fill-color-control:hsl(204, 100%, 35%);
401
- --t-fill-color-control-disabled:hsl(0, 0%, 20%);
402
- --t-fill-color-status-neutral:hsl(0, 0%, 24%);
403
- --t-fill-color-status-neutral-ghost:hsl(0, 0%, 18%);
404
- --t-fill-color-status-neutral-dim:hsl(0, 0%, 15%);
405
- --t-fill-color-status-info:hsl(204, 100%, 35%);
406
- --t-fill-color-status-info-ghost:hsl(204, 32%, 15%);
407
- --t-fill-color-status-info-dim:hsl(206, 22%, 15%);
408
- --t-fill-color-status-success-ghost:hsl(125, 17%, 15%);
409
- --t-fill-color-status-success-dim:hsl(120, 12%, 14%);
410
- --t-fill-color-status-warning-ghost:hsl(41, 18%, 17%);
411
- --t-fill-color-status-warning-dim:hsl(42, 13%, 15%);
412
- --t-fill-color-status-error-ghost:hsl(8, 20%, 16%);
413
- --t-fill-color-status-error-dim:hsl(10, 16%, 15%);
414
- --t-fill-color-tooltip:hsla(0, 0%, 24%, 0.9);
415
- --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
416
- --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
417
- --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
418
- --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
419
- --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(285, 17%, 18%) 25%, hsl(263, 15%, 17%) 60%, hsl(204, 70%, 12%));
420
- --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
421
- --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(43, 80%, 16%), hsl(267, 15%, 14%) 58.5%, hsl(204, 70%, 12%));
422
- --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(44, 49%, 13%), hsl(264, 8%, 12%) 58.5%, hsl(203, 37%, 11%));
423
- --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
424
- --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
425
- --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
426
- --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
427
- --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
428
- --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
429
- --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
430
- --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
431
- --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(174, 34%, 18%), hsl(187, 39%, 14%) 39.5%, hsl(204, 70%, 12%));
432
- --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(173, 22%, 15%), hsl(185, 21%, 12%) 39.5%, hsl(203, 37%, 11%));
433
- --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(87, 26%, 18%), hsl(88, 25%, 15%) 39.5%, hsl(204, 70%, 12%));
434
- --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(85, 17%, 14%), hsl(87, 14%, 13%) 39.5%, hsl(203, 37%, 11%));
435
- --t-fill-color-tag-gray-010:hsl(0, 0%, 20%);
436
- --t-fill-color-tag-gray-020:hsl(0, 0%, 24%);
437
- --t-fill-color-tag-gray-030:hsl(0, 0%, 36%);
438
- --t-fill-color-tag-gray-040:hsl(0, 0%, 42%);
439
- --t-fill-color-tag-blue-010:hsl(219, 26%, 24%);
440
- --t-fill-color-tag-blue-020:hsl(220, 28%, 29%);
441
- --t-fill-color-tag-blue-030:hsl(219, 32%, 45%);
442
- --t-fill-color-tag-blue-040:hsl(220, 35%, 52%);
443
- --t-fill-color-tag-aqua-010:hsl(200, 30%, 21%);
444
- --t-fill-color-tag-aqua-020:hsl(200, 33%, 26%);
445
- --t-fill-color-tag-aqua-030:hsl(200, 39%, 38%);
446
- --t-fill-color-tag-aqua-040:hsl(200, 39%, 43%);
447
- --t-fill-color-tag-teal-010:hsl(169, 33%, 19%);
448
- --t-fill-color-tag-teal-020:hsl(169, 37%, 22%);
449
- --t-fill-color-tag-teal-030:hsl(169, 43%, 31%);
450
- --t-fill-color-tag-teal-040:hsl(169, 44%, 35%);
451
- --t-fill-color-tag-green-010:hsl(110, 30%, 20%);
452
- --t-fill-color-tag-green-020:hsl(112, 33%, 23%);
453
- --t-fill-color-tag-green-030:hsl(112, 37%, 33%);
454
- --t-fill-color-tag-green-040:hsl(112, 39%, 37%);
455
- --t-fill-color-tag-yellow-010:hsl(44, 39%, 19%);
456
- --t-fill-color-tag-yellow-020:hsl(44, 44%, 22%);
457
- --t-fill-color-tag-yellow-030:hsl(44, 50%, 31%);
458
- --t-fill-color-tag-yellow-040:hsl(44, 53%, 36%);
459
- --t-fill-color-tag-orange-010:hsl(21, 35%, 22%);
460
- --t-fill-color-tag-orange-020:hsl(20, 38%, 26%);
461
- --t-fill-color-tag-orange-030:hsl(21, 44%, 40%);
462
- --t-fill-color-tag-orange-040:hsl(21, 46%, 45%);
463
- --t-fill-color-tag-pink-010:hsl(331, 22%, 24%);
464
- --t-fill-color-tag-pink-020:hsl(324, 26%, 26%);
465
- --t-fill-color-tag-pink-030:hsl(324, 30%, 45%);
466
- --t-fill-color-tag-pink-040:hsl(324, 33%, 51%);
467
- --t-fill-color-tag-purple-010:hsl(274, 20%, 23%);
468
- --t-fill-color-tag-purple-020:hsl(274, 21%, 28%);
469
- --t-fill-color-tag-purple-030:hsl(274, 25%, 46%);
470
- --t-fill-color-tag-purple-040:hsl(274, 28%, 53%);
471
- --t-fill-color-tag-magenta-010:hsl(292, 20%, 21%);
472
- --t-fill-color-tag-magenta-020:hsl(292, 22%, 26%);
473
- --t-fill-color-tag-magenta-030:hsl(293, 26%, 42%);
474
- --t-fill-color-tag-magenta-040:hsl(292, 27%, 48%);
475
- --t-fill-color-tag-indigo-010:hsl(235, 21%, 24%);
476
- --t-fill-color-tag-indigo-020:hsl(236, 22%, 29%);
477
- --t-fill-color-tag-indigo-030:hsl(236, 26%, 50%);
478
- --t-fill-color-tag-indigo-040:hsl(236, 34%, 56%);
479
- --t-fill-color-button-neutral-solid:hsl(0, 0%, 19%);
480
- --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 24%);
481
- --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 32%);
482
- --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 12%);
483
- --t-fill-color-button-neutral-outline:hsl(0, 0%, 15%);
484
- --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 17%);
485
- --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 19%);
486
- --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 12%);
487
- --t-fill-color-button-neutral-ghost:hsla(0, 0%, 0%, 0);
488
- --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 17%);
489
- --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 19%);
490
- --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 0%, 0);
491
- --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 100%, 0.05);
492
- --t-fill-color-button-interaction-solid:hsl(204, 100%, 35%);
493
- --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 40%);
494
- --t-fill-color-button-interaction-solid-active:hsl(204, 80%, 45%);
495
- --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 12%);
496
- --t-fill-color-button-interaction-outline:hsl(204, 32%, 15%);
497
- --t-fill-color-button-interaction-outline-hover:hsl(204, 39%, 17%);
498
- --t-fill-color-button-interaction-outline-active:hsl(205, 45%, 18%);
499
- --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 12%);
500
- --t-fill-color-button-interaction-ghost:hsla(0, 0%, 0%, 0);
501
- --t-fill-color-button-interaction-ghost-hover:hsl(204, 32%, 15%);
502
- --t-fill-color-button-interaction-ghost-active:hsl(204, 39%, 17%);
503
- --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 0%, 0);
504
- --t-fill-color-button-delete-solid:hsl(8, 60%, 40%);
505
- --t-fill-color-button-delete-solid-active:hsl(8, 60%, 47%);
506
- --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 12%);
507
- --t-fill-color-button-delete-outline:hsl(8, 20%, 16%);
508
- --t-fill-color-button-delete-outline-hover:hsl(9, 24%, 17%);
509
- --t-fill-color-button-delete-outline-active:hsl(9, 29%, 19%);
510
- --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 12%);
511
- --t-fill-color-button-delete-ghost:hsla(0, 0%, 0%, 0);
512
- --t-fill-color-button-delete-ghost-hover:hsl(8, 20%, 16%);
513
- --t-fill-color-button-delete-ghost-active:hsl(9, 24%, 17%);
514
- --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 0%, 0);
515
- --t-fill-color-button-pill:hsl(0, 0%, 18%);
516
- --t-fill-color-button-pill-hover:hsl(0, 0%, 21%);
517
- --t-fill-color-button-pill-active:hsl(0, 0%, 21%);
518
- --t-fill-color-button-pill-disabled:hsl(0, 0%, 18%);
519
- --t-fill-color-transparency-light-010:hsla(0, 0%, 0%, 0.1);
520
- --t-fill-color-transparency-light-020:hsla(0, 0%, 0%, 0.2);
521
- --t-fill-color-transparency-light-030:hsla(0, 0%, 0%, 0.3);
522
- --t-fill-color-transparency-light-040:hsla(0, 0%, 0%, 0.4);
523
- --t-fill-color-transparency-light-050:hsla(0, 0%, 0%, 0.5);
524
- --t-fill-color-transparency-light-060:hsla(0, 0%, 0%, 0.6);
525
- --t-fill-color-transparency-light-070:hsla(0, 0%, 0%, 0.7);
526
- --t-fill-color-transparency-light-080:hsla(0, 0%, 0%, 0.8);
527
- --t-fill-color-transparency-light-090:hsla(0, 0%, 0%, 0.9);
528
- --t-fill-color-transparency-dark-010:hsla(0, 0%, 100%, 0.1);
529
- --t-fill-color-transparency-dark-020:hsla(0, 0%, 100%, 0.2);
530
- --t-fill-color-transparency-dark-030:hsla(0, 0%, 100%, 0.3);
531
- --t-fill-color-transparency-dark-040:hsla(0, 0%, 100%, 0.4);
532
- --t-fill-color-transparency-dark-050:hsla(0, 0%, 100%, 0.5);
533
- --t-fill-color-transparency-dark-060:hsla(0, 0%, 100%, 0.6);
534
- --t-fill-color-transparency-dark-070:hsla(0, 0%, 100%, 0.7);
535
- --t-fill-color-transparency-dark-080:hsla(0, 0%, 100%, 0.8);
536
- --t-fill-color-transparency-dark-090:hsla(0, 0%, 100%, 0.9);
537
- --t-surface-color-card:hsl(0, 0%, 12%);
538
- --t-surface-color-canvas:hsl(0, 0%, 10%);
539
- --t-border-color:hsl(0, 0%, 21%);
540
- --t-border-color-dark:hsl(0, 0%, 25%);
541
- --t-border-color-darker:hsl(0, 0%, 33%);
542
- --t-border-color-darkest:hsl(0, 0%, 38%);
543
- --t-border-color-disabled:hsl(0, 0%, 21%);
544
- --t-border-color-dim:hsl(0, 0%, 16%);
545
- --t-border-color-white:hsl(0, 0%, 12%);
546
- --t-border-color-status-neutral:hsl(0, 0%, 38%);
547
- --t-border-color-status-info:hsl(204, 100%, 35%);
548
- --t-border-color-button-neutral:hsl(0, 0%, 19%);
549
- --t-border-color-button-info:hsla(204, 100%, 40%, 0.25);
550
- --t-border-color-button-create:hsla(96, 57%, 33%, 0.25);
551
- --t-border-color-button-delete:hsla(8, 60%, 47%, 0.25);
552
- --t-border-color-control-neutral:hsl(0, 0%, 33%);
553
- --t-border-color-control-info:hsl(204, 100%, 35%);
554
- --t-border-color-control-disabled:hsl(0, 0%, 21%);
555
- --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
556
- }
226
+ :root{
227
+ --t-border-color-default-base:var(--t-border-color);
228
+ --t-border-color-default-dark:var(--t-border-color-dark);
229
+ --t-border-color-default-darker:var(--t-border-color-darker);
230
+ --t-border-color-default-darkest:var(--t-border-color-darkest);
231
+ --t-border-color-default-dim:var(--t-border-color-dim);
232
+ --t-border-color-default-disabled:var(--t-border-color-disabled);
233
+ --t-border-color-default-white:var(--t-border-color-white);
234
+ --t-border-radius-default:var(--t-border-radius);
235
+ --t-border-width-default:var(--t-border-width);
236
+ --t-fill-color-button-delete-ghost-default:var(--t-fill-color-button-delete-ghost);
237
+ --t-fill-color-button-delete-outline-default:var(--t-fill-color-button-delete-outline);
238
+ --t-fill-color-button-delete-solid-default:var(--t-fill-color-button-delete-solid);
239
+ --t-fill-color-button-interaction-ghost-default:var(--t-fill-color-button-interaction-ghost);
240
+ --t-fill-color-button-interaction-outline-default:var(--t-fill-color-button-interaction-outline);
241
+ --t-fill-color-button-interaction-solid-default:var(--t-fill-color-button-interaction-solid);
242
+ --t-fill-color-button-neutral-ghost-default:var(--t-fill-color-button-neutral-ghost);
243
+ --t-fill-color-button-neutral-outline-default:var(--t-fill-color-button-neutral-outline);
244
+ --t-fill-color-button-neutral-responsive-header-default:var(--t-fill-color-button-neutral-responsive-header);
245
+ --t-fill-color-button-neutral-solid-default:var(--t-fill-color-button-neutral-solid);
246
+ --t-fill-color-button-pill-default:var(--t-fill-color-button-pill);
247
+ --t-fill-color-control-primary:var(--t-fill-color-control);
248
+ --t-fill-color-interaction-default:var(--t-fill-color-interaction);
249
+ --t-fill-color-product-staff-base:var(--t-fill-color-product-staff);
250
+ --t-fill-color-status-error-primary:var(--t-fill-color-status-error);
251
+ --t-fill-color-tooltip-primary:var(--t-fill-color-tooltip);
252
+ --t-icon-color-default-dim:var(--t-icon-color-dim);
253
+ --t-icon-color-default-disabled:var(--t-icon-color-disabled);
254
+ --t-icon-color-default-inverted:var(--t-icon-color-inverted);
255
+ --t-icon-color-default-primary:var(--t-icon-color);
256
+ --t-icon-color-default-secondary:var(--t-icon-color-secondary);
257
+ --t-icon-color-status-error-primary:var(--t-icon-color-status-error);
258
+ --t-icon-color-status-info-primary:var(--t-icon-color-status-info);
259
+ --t-icon-color-status-neutral-primary:var(--t-icon-color-status-neutral);
260
+ --t-icon-color-status-success-primary:var(--t-icon-color-status-success);
261
+ --t-icon-color-status-warning-primary:var(--t-icon-color-status-warning);
262
+ --t-text-color-default-disabled:var(--t-text-color-disabled);
263
+ --t-text-color-default-headline:var(--t-text-color-headline);
264
+ --t-text-color-default-inverted:var(--t-text-color-inverted);
265
+ --t-text-color-default-placeholder:var(--t-text-color-placeholder);
266
+ --t-text-color-default-primary:var(--t-text-color);
267
+ --t-text-color-default-secondary:var(--t-text-color-secondary);
268
+ --t-text-color-interaction-primary:var(--t-text-color-interaction);
557
269
  }
558
270
 
559
271
  :root{
@@ -970,6 +682,294 @@
970
682
  --t-form-placeholder-color:var(--t-text-color-placeholder);
971
683
  }
972
684
 
685
+ @media (prefers-color-scheme: dark){
686
+ :root[data-color-mode="system"]{
687
+ color-scheme:dark;
688
+ --t-text-color-headline:hsl(0, 0%, 94%);
689
+ --t-text-color:hsl(0, 0%, 80%);
690
+ --t-text-color-secondary:hsl(0, 0%, 54%);
691
+ --t-text-color-disabled:hsl(0, 0%, 25%);
692
+ --t-text-color-placeholder:hsl(0, 0%, 38%);
693
+ --t-text-color-interaction:hsl(204, 68%, 55%);
694
+ --t-text-color-interaction-hover:hsl(204, 68%, 50%);
695
+ --t-text-color-interaction-active:hsl(204, 68%, 45%);
696
+ --t-text-color-interaction-visited:hsl(204, 68%, 50%);
697
+ --t-text-color-status-neutral:hsl(0, 0%, 80%);
698
+ --t-text-color-status-info:hsl(204, 68%, 55%);
699
+ --t-text-color-status-success:hsl(97, 57%, 41%);
700
+ --t-text-color-status-warning:hsl(42, 84%, 55%);
701
+ --t-text-color-status-error:hsl(8, 61%, 61%);
702
+ --t-text-color-tag-subtle-gray:hsl(0, 0%, 80%);
703
+ --t-text-color-tag-subtle-blue:hsl(223, 46%, 84%);
704
+ --t-text-color-tag-subtle-indigo:hsl(233, 78%, 84%);
705
+ --t-text-color-tag-subtle-aqua:hsl(208, 77%, 85%);
706
+ --t-text-color-tag-subtle-teal:hsl(180, 95%, 74%);
707
+ --t-text-color-tag-subtle-green:hsl(99, 93%, 84%);
708
+ --t-text-color-tag-subtle-yellow:hsl(29, 100%, 85%);
709
+ --t-text-color-tag-subtle-orange:hsl(18, 100%, 85%);
710
+ --t-text-color-tag-subtle-pink:hsl(328, 89%, 89%);
711
+ --t-text-color-tag-subtle-purple:hsl(268, 70%, 88%);
712
+ --t-text-color-tag-subtle-magenta:hsl(285, 70%, 88%);
713
+ --t-text-color-tag-bold-gray:hsl(0, 0%, 100%);
714
+ --t-text-color-tag-bold-indigo:hsl(0, 0%, 100%);
715
+ --t-text-color-tag-bold-blue:hsl(0, 0%, 100%);
716
+ --t-text-color-tag-bold-aqua:hsl(0, 0%, 100%);
717
+ --t-text-color-tag-bold-teal:hsl(0, 0%, 100%);
718
+ --t-text-color-tag-bold-green:hsl(0, 0%, 100%);
719
+ --t-text-color-tag-bold-yellow:hsl(0, 0%, 100%);
720
+ --t-text-color-tag-bold-orange:hsl(0, 0%, 100%);
721
+ --t-text-color-tag-bold-pink:hsl(0, 0%, 100%);
722
+ --t-text-color-tag-bold-purple:hsl(0, 0%, 100%);
723
+ --t-text-color-tag-bold-magenta:hsl(0, 0%, 100%);
724
+ --t-icon-color:hsl(0, 0%, 80%);
725
+ --t-icon-color-secondary:hsl(0, 0%, 54%);
726
+ --t-icon-color-dim:hsl(0, 0%, 38%);
727
+ --t-icon-color-disabled:hsl(0, 0%, 25%);
728
+ --t-icon-color-status-neutral:hsl(0, 0%, 54%);
729
+ --t-icon-color-status-neutral-secondary:hsl(0, 0%, 38%);
730
+ --t-icon-color-status-neutral-bold:hsl(0, 0%, 80%);
731
+ --t-icon-color-status-info:hsl(204, 68%, 55%);
732
+ --t-icon-color-status-error:hsl(8, 61%, 61%);
733
+ --t-fill-color-neutral-100:hsl(0, 0%, 10%);
734
+ --t-fill-color-neutral-000:hsl(0, 0%, 98%);
735
+ --t-fill-color-neutral-010:hsl(0, 0%, 88%);
736
+ --t-fill-color-neutral-020:hsl(0, 0%, 68%);
737
+ --t-fill-color-neutral-025:hsl(0, 0%, 58%);
738
+ --t-fill-color-neutral-030:hsl(0, 0%, 50%);
739
+ --t-fill-color-neutral-040:hsl(0, 0%, 32%);
740
+ --t-fill-color-neutral-050:hsl(0, 0%, 24%);
741
+ --t-fill-color-neutral-060:hsl(0, 0%, 19%);
742
+ --t-fill-color-neutral-070:hsl(0, 0%, 17%);
743
+ --t-fill-color-neutral-080:hsl(0, 0%, 15%);
744
+ --t-fill-color-neutral-090:hsl(0, 0%, 12%);
745
+ --t-fill-color-interaction:hsl(204, 100%, 35%);
746
+ --t-fill-color-interaction-hover:hsl(204, 100%, 40%);
747
+ --t-fill-color-interaction-active:hsl(204, 80%, 45%);
748
+ --t-fill-color-interaction-disabled:hsl(0, 0%, 25%);
749
+ --t-fill-color-control-neutral-off:hsl(0, 0%, 32%);
750
+ --t-fill-color-control-neutral-on:hsl(0, 0%, 50%);
751
+ --t-fill-color-control:hsl(204, 100%, 35%);
752
+ --t-fill-color-control-disabled:hsl(0, 0%, 20%);
753
+ --t-fill-color-status-neutral:hsl(0, 0%, 24%);
754
+ --t-fill-color-status-neutral-ghost:hsl(0, 0%, 18%);
755
+ --t-fill-color-status-neutral-dim:hsl(0, 0%, 15%);
756
+ --t-fill-color-status-info:hsl(204, 100%, 35%);
757
+ --t-fill-color-status-info-ghost:hsl(204, 32%, 15%);
758
+ --t-fill-color-status-info-dim:hsl(206, 22%, 15%);
759
+ --t-fill-color-status-success-ghost:hsl(125, 17%, 15%);
760
+ --t-fill-color-status-success-dim:hsl(120, 12%, 14%);
761
+ --t-fill-color-status-warning-ghost:hsl(41, 18%, 17%);
762
+ --t-fill-color-status-warning-dim:hsl(42, 13%, 15%);
763
+ --t-fill-color-status-error-ghost:hsl(8, 20%, 16%);
764
+ --t-fill-color-status-error-dim:hsl(10, 16%, 15%);
765
+ --t-fill-color-tooltip:hsla(0, 0%, 24%, 0.9);
766
+ --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
767
+ --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
768
+ --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
769
+ --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
770
+ --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(285, 17%, 18%) 25%, hsl(263, 15%, 17%) 60%, hsl(204, 70%, 12%));
771
+ --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
772
+ --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(43, 80%, 16%), hsl(267, 15%, 14%) 58.5%, hsl(204, 70%, 12%));
773
+ --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(44, 49%, 13%), hsl(264, 8%, 12%) 58.5%, hsl(203, 37%, 11%));
774
+ --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
775
+ --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
776
+ --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
777
+ --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
778
+ --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
779
+ --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
780
+ --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
781
+ --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
782
+ --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(174, 34%, 18%), hsl(187, 39%, 14%) 39.5%, hsl(204, 70%, 12%));
783
+ --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(173, 22%, 15%), hsl(185, 21%, 12%) 39.5%, hsl(203, 37%, 11%));
784
+ --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(87, 26%, 18%), hsl(88, 25%, 15%) 39.5%, hsl(204, 70%, 12%));
785
+ --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(85, 17%, 14%), hsl(87, 14%, 13%) 39.5%, hsl(203, 37%, 11%));
786
+ --t-fill-color-tag-gray-010:hsl(0, 0%, 20%);
787
+ --t-fill-color-tag-gray-020:hsl(0, 0%, 24%);
788
+ --t-fill-color-tag-gray-030:hsl(0, 0%, 36%);
789
+ --t-fill-color-tag-gray-040:hsl(0, 0%, 42%);
790
+ --t-fill-color-tag-blue-010:hsl(219, 26%, 24%);
791
+ --t-fill-color-tag-blue-020:hsl(220, 28%, 29%);
792
+ --t-fill-color-tag-blue-030:hsl(219, 32%, 45%);
793
+ --t-fill-color-tag-blue-040:hsl(220, 35%, 52%);
794
+ --t-fill-color-tag-aqua-010:hsl(200, 30%, 21%);
795
+ --t-fill-color-tag-aqua-020:hsl(200, 33%, 26%);
796
+ --t-fill-color-tag-aqua-030:hsl(200, 39%, 38%);
797
+ --t-fill-color-tag-aqua-040:hsl(200, 39%, 43%);
798
+ --t-fill-color-tag-teal-010:hsl(169, 33%, 19%);
799
+ --t-fill-color-tag-teal-020:hsl(169, 37%, 22%);
800
+ --t-fill-color-tag-teal-030:hsl(169, 43%, 31%);
801
+ --t-fill-color-tag-teal-040:hsl(169, 44%, 35%);
802
+ --t-fill-color-tag-green-010:hsl(110, 30%, 20%);
803
+ --t-fill-color-tag-green-020:hsl(112, 33%, 23%);
804
+ --t-fill-color-tag-green-030:hsl(112, 37%, 33%);
805
+ --t-fill-color-tag-green-040:hsl(112, 39%, 37%);
806
+ --t-fill-color-tag-yellow-010:hsl(44, 39%, 19%);
807
+ --t-fill-color-tag-yellow-020:hsl(44, 44%, 22%);
808
+ --t-fill-color-tag-yellow-030:hsl(44, 50%, 31%);
809
+ --t-fill-color-tag-yellow-040:hsl(44, 53%, 36%);
810
+ --t-fill-color-tag-orange-010:hsl(21, 35%, 22%);
811
+ --t-fill-color-tag-orange-020:hsl(20, 38%, 26%);
812
+ --t-fill-color-tag-orange-030:hsl(21, 44%, 40%);
813
+ --t-fill-color-tag-orange-040:hsl(21, 46%, 45%);
814
+ --t-fill-color-tag-pink-010:hsl(331, 22%, 24%);
815
+ --t-fill-color-tag-pink-020:hsl(324, 26%, 26%);
816
+ --t-fill-color-tag-pink-030:hsl(324, 30%, 45%);
817
+ --t-fill-color-tag-pink-040:hsl(324, 33%, 51%);
818
+ --t-fill-color-tag-purple-010:hsl(274, 20%, 23%);
819
+ --t-fill-color-tag-purple-020:hsl(274, 21%, 28%);
820
+ --t-fill-color-tag-purple-030:hsl(274, 25%, 46%);
821
+ --t-fill-color-tag-purple-040:hsl(274, 28%, 53%);
822
+ --t-fill-color-tag-magenta-010:hsl(292, 20%, 21%);
823
+ --t-fill-color-tag-magenta-020:hsl(292, 22%, 26%);
824
+ --t-fill-color-tag-magenta-030:hsl(293, 26%, 42%);
825
+ --t-fill-color-tag-magenta-040:hsl(292, 27%, 48%);
826
+ --t-fill-color-tag-indigo-010:hsl(235, 21%, 24%);
827
+ --t-fill-color-tag-indigo-020:hsl(236, 22%, 29%);
828
+ --t-fill-color-tag-indigo-030:hsl(236, 26%, 50%);
829
+ --t-fill-color-tag-indigo-040:hsl(236, 34%, 56%);
830
+ --t-fill-color-button-neutral-solid:hsl(0, 0%, 19%);
831
+ --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 24%);
832
+ --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 32%);
833
+ --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 12%);
834
+ --t-fill-color-button-neutral-outline:hsl(0, 0%, 15%);
835
+ --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 17%);
836
+ --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 19%);
837
+ --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 12%);
838
+ --t-fill-color-button-neutral-ghost:hsla(0, 0%, 0%, 0);
839
+ --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 17%);
840
+ --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 19%);
841
+ --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 0%, 0);
842
+ --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 100%, 0.05);
843
+ --t-fill-color-button-interaction-solid:hsl(204, 100%, 35%);
844
+ --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 40%);
845
+ --t-fill-color-button-interaction-solid-active:hsl(204, 80%, 45%);
846
+ --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 12%);
847
+ --t-fill-color-button-interaction-outline:hsl(204, 32%, 15%);
848
+ --t-fill-color-button-interaction-outline-hover:hsl(204, 39%, 17%);
849
+ --t-fill-color-button-interaction-outline-active:hsl(205, 45%, 18%);
850
+ --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 12%);
851
+ --t-fill-color-button-interaction-ghost:hsla(0, 0%, 0%, 0);
852
+ --t-fill-color-button-interaction-ghost-hover:hsl(204, 32%, 15%);
853
+ --t-fill-color-button-interaction-ghost-active:hsl(204, 39%, 17%);
854
+ --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 0%, 0);
855
+ --t-fill-color-button-delete-solid:hsl(8, 60%, 40%);
856
+ --t-fill-color-button-delete-solid-active:hsl(8, 60%, 47%);
857
+ --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 12%);
858
+ --t-fill-color-button-delete-outline:hsl(8, 20%, 16%);
859
+ --t-fill-color-button-delete-outline-hover:hsl(9, 24%, 17%);
860
+ --t-fill-color-button-delete-outline-active:hsl(9, 29%, 19%);
861
+ --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 12%);
862
+ --t-fill-color-button-delete-ghost:hsla(0, 0%, 0%, 0);
863
+ --t-fill-color-button-delete-ghost-hover:hsl(8, 20%, 16%);
864
+ --t-fill-color-button-delete-ghost-active:hsl(9, 24%, 17%);
865
+ --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 0%, 0);
866
+ --t-fill-color-button-pill:hsl(0, 0%, 18%);
867
+ --t-fill-color-button-pill-hover:hsl(0, 0%, 21%);
868
+ --t-fill-color-button-pill-active:hsl(0, 0%, 21%);
869
+ --t-fill-color-button-pill-disabled:hsl(0, 0%, 18%);
870
+ --t-fill-color-transparency-light-010:hsla(0, 0%, 0%, 0.1);
871
+ --t-fill-color-transparency-light-020:hsla(0, 0%, 0%, 0.2);
872
+ --t-fill-color-transparency-light-030:hsla(0, 0%, 0%, 0.3);
873
+ --t-fill-color-transparency-light-040:hsla(0, 0%, 0%, 0.4);
874
+ --t-fill-color-transparency-light-050:hsla(0, 0%, 0%, 0.5);
875
+ --t-fill-color-transparency-light-060:hsla(0, 0%, 0%, 0.6);
876
+ --t-fill-color-transparency-light-070:hsla(0, 0%, 0%, 0.7);
877
+ --t-fill-color-transparency-light-080:hsla(0, 0%, 0%, 0.8);
878
+ --t-fill-color-transparency-light-090:hsla(0, 0%, 0%, 0.9);
879
+ --t-fill-color-transparency-dark-010:hsla(0, 0%, 100%, 0.1);
880
+ --t-fill-color-transparency-dark-020:hsla(0, 0%, 100%, 0.2);
881
+ --t-fill-color-transparency-dark-030:hsla(0, 0%, 100%, 0.3);
882
+ --t-fill-color-transparency-dark-040:hsla(0, 0%, 100%, 0.4);
883
+ --t-fill-color-transparency-dark-050:hsla(0, 0%, 100%, 0.5);
884
+ --t-fill-color-transparency-dark-060:hsla(0, 0%, 100%, 0.6);
885
+ --t-fill-color-transparency-dark-070:hsla(0, 0%, 100%, 0.7);
886
+ --t-fill-color-transparency-dark-080:hsla(0, 0%, 100%, 0.8);
887
+ --t-fill-color-transparency-dark-090:hsla(0, 0%, 100%, 0.9);
888
+ --t-surface-color-card:hsl(0, 0%, 12%);
889
+ --t-surface-color-canvas:hsl(0, 0%, 10%);
890
+ --t-border-color:hsl(0, 0%, 21%);
891
+ --t-border-color-dark:hsl(0, 0%, 25%);
892
+ --t-border-color-darker:hsl(0, 0%, 33%);
893
+ --t-border-color-darkest:hsl(0, 0%, 38%);
894
+ --t-border-color-disabled:hsl(0, 0%, 21%);
895
+ --t-border-color-dim:hsl(0, 0%, 16%);
896
+ --t-border-color-white:hsl(0, 0%, 12%);
897
+ --t-border-color-status-neutral:hsl(0, 0%, 38%);
898
+ --t-border-color-status-info:hsl(204, 100%, 35%);
899
+ --t-border-color-button-neutral:hsl(0, 0%, 19%);
900
+ --t-border-color-button-info:hsla(204, 100%, 40%, 0.25);
901
+ --t-border-color-button-create:hsla(96, 57%, 33%, 0.25);
902
+ --t-border-color-button-delete:hsla(8, 60%, 47%, 0.25);
903
+ --t-border-color-control-neutral:hsl(0, 0%, 33%);
904
+ --t-border-color-control-info:hsl(204, 100%, 35%);
905
+ --t-border-color-control-disabled:hsl(0, 0%, 21%);
906
+ --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
907
+ }
908
+ }
909
+
910
+ :root[data-color-mode="dark"]{
911
+ --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
912
+ --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 100%);
913
+ --t-fill-color-button-create-solid-default:hsl(0, 0%, 25%);
914
+ --t-fill-color-button-create-solid-hover:hsl(0, 0%, 25%);
915
+ --t-fill-color-button-create-solid-active:hsl(0, 0%, 25%);
916
+ --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 25%);
917
+ --t-fill-color-button-create-ghost-hover:hsla(0, 0%, 100%, 0);
918
+ --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
919
+ }
920
+
921
+ @media (prefers-color-scheme: dark){
922
+ :root[data-color-mode="system"]{
923
+ --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
924
+ --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 100%);
925
+ --t-fill-color-button-create-solid-default:hsl(0, 0%, 25%);
926
+ --t-fill-color-button-create-solid-hover:hsl(0, 0%, 25%);
927
+ --t-fill-color-button-create-solid-active:hsl(0, 0%, 25%);
928
+ --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 25%);
929
+ --t-fill-color-button-create-ghost-hover:hsla(0, 0%, 100%, 0);
930
+ --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
931
+ }
932
+ }
933
+
934
+ :root{
935
+ --t-border-size-default:var(--t-border-width);
936
+ --t-border-size-thick:var(--t-border-width-thick);
937
+ --t-font-weight-semi-bold:var(--t-font-weight-semibold);
938
+ --t-icon-color-status-neutral-dark:var(--t-icon-color-status-neutral-bold);
939
+ --t-icon-color-status-info-secondary:var(--t-icon-color-status-info);
940
+ --t-fill-color-status-neutral-solid:var(--t-fill-color-status-neutral);
941
+ --t-fill-color-status-info-solid:var(--t-fill-color-status-info);
942
+ --t-fill-color-status-success-solid:var(--t-fill-color-status-success);
943
+ --t-fill-color-status-warning-solid:var(--t-fill-color-status-warning);
944
+ --t-fill-color-status-error-solid:var(--t-fill-color-status-error);
945
+ --t-fill-color-alert-info:hsl(204, 94%, 49%);
946
+ --t-fill-color-alert-success:hsl(122, 60%, 41%);
947
+ --t-fill-color-alert-warning:hsl(43, 96%, 58%);
948
+ --t-fill-color-alert-error:hsl(4, 77%, 59%);
949
+ --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 98%);
950
+ --t-fill-color-button-neutral-outline-dim-default:var(--t-fill-color-button-neutral-outline);
951
+ --t-fill-color-button-neutral-outline-dim-hover:var(--t-fill-color-button-neutral-outline-hover);
952
+ --t-fill-color-button-neutral-outline-dim-active:var(--t-fill-color-button-neutral-outline-active);
953
+ --t-fill-color-button-neutral-outline-dim-disabled:var(--t-fill-color-button-neutral-outline-disabled);
954
+ --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 98%);
955
+ --t-fill-color-button-interaction-outline-dim-default:var(--t-fill-color-button-interaction-outline);
956
+ --t-fill-color-button-interaction-outline-dim-hover:var(--t-fill-color-button-interaction-outline-hover);
957
+ --t-fill-color-button-interaction-outline-dim-active:var(--t-fill-color-button-interaction-outline-active);
958
+ --t-fill-color-button-interaction-outline-dim-disabled:var(--t-fill-color-button-interaction-outline-disabled);
959
+ --t-fill-color-button-create-solid-default:hsl(96, 57%, 33%);
960
+ --t-fill-color-button-create-solid-hover:hsl(97, 57%, 28%);
961
+ --t-fill-color-button-create-solid-active:hsl(97, 57%, 23%);
962
+ --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 81%);
963
+ --t-fill-color-button-create-ghost-default:hsla(0, 0%, 100%, 0);
964
+ --t-fill-color-button-create-ghost-hover:hsl(96, 60%, 95%);
965
+ --t-fill-color-button-create-ghost-active:hsl(97, 57%, 90%);
966
+ --t-fill-color-button-create-ghost-disabled:hsla(0, 0%, 100%, 0);
967
+ --t-fill-color-button-delete-outline-dim-default:var(--t-fill-color-button-delete-outline);
968
+ --t-fill-color-button-delete-outline-dim-hover:var(--t-fill-color-button-delete-outline-hover);
969
+ --t-fill-color-button-delete-outline-dim-active:var(--t-fill-color-button-delete-outline-active);
970
+ --t-fill-color-button-delete-outline-dim-disabled:var(--t-fill-color-button-delete-outline-disabled);
971
+ }
972
+
973
973
  @layer t-critical{
974
974
  tds-page-header:not(.hydrated){
975
975
  display:none;