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

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 (31) hide show
  1. package/dist/components/link/BaseLink.js +1 -1
  2. package/dist/components/link/BaseLink.js.map +1 -1
  3. package/dist/components/page-header/index.js +1 -1
  4. package/dist/components/sidenav/index.js +1 -1
  5. package/dist/reactRender.css +470 -470
  6. package/dist/reactRender.css.map +1 -1
  7. package/dist/reactRenderLegacy.css +470 -470
  8. package/dist/reactRenderLegacy.css.map +1 -1
  9. package/dist/tapestry-wc/dist/components/{p-lIsqkPIu.js → p-CpZ0hUNM.js} +2 -2
  10. package/dist/tapestry-wc/dist/components/{p-lIsqkPIu.js.map → p-CpZ0hUNM.js.map} +1 -1
  11. package/dist/tapestry-wc/dist/components/{p-DyzD33VO.js → p-Czop0bFj.js} +2 -2
  12. package/dist/tapestry-wc/dist/components/{p-DyzD33VO.js.map → p-Czop0bFj.js.map} +1 -1
  13. package/dist/tapestry-wc/dist/components/{p-CTVZ7aBS.js → p-DXDkvHFj.js} +3 -3
  14. package/dist/tapestry-wc/dist/components/{p-CTVZ7aBS.js.map → p-DXDkvHFj.js.map} +1 -1
  15. package/dist/tapestry-wc/dist/components/{p-sV3icZvz.js → p-ZW3Io_5F.js} +3 -3
  16. package/dist/tapestry-wc/dist/components/{p-sV3icZvz.js.map → p-ZW3Io_5F.js.map} +1 -1
  17. package/dist/tapestry-wc/dist/components/{p-C2nxY3AF.js → p-u_Tnrxmv.js} +3 -3
  18. package/dist/tapestry-wc/dist/components/{p-C2nxY3AF.js.map → p-u_Tnrxmv.js.map} +1 -1
  19. package/dist/tapestry-wc/dist/components/tds-page-header-nav.js +2 -2
  20. package/dist/tapestry-wc/dist/components/tds-page-header-nav.js.map +1 -1
  21. package/dist/tapestry-wc/dist/components/tds-page-header.js +3 -3
  22. package/dist/tapestry-wc/dist/components/tds-page-header.js.map +1 -1
  23. package/dist/tapestry-wc/dist/components/tds-sidenav-item.js +3 -3
  24. package/dist/tapestry-wc/dist/components/tds-sidenav-item.js.map +1 -1
  25. package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js +2 -2
  26. package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js.map +1 -1
  27. package/dist/tapestry-wc/dist/components/tds-sidenav-section.js +3 -3
  28. package/dist/tapestry-wc/dist/components/tds-sidenav-section.js.map +1 -1
  29. package/dist/tapestry-wc/dist/components/tds-sidenav.js +5 -5
  30. package/dist/tapestry-wc/dist/components/tds-sidenav.js.map +1 -1
  31. package/package.json +3 -3
@@ -223,465 +223,6 @@
223
223
  --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
224
224
  }
225
225
 
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);
269
- }
270
-
271
- :root{
272
- --t-border-radius-sm:2px;
273
- --t-border-radius-md:4px;
274
- --t-border-radius-lg:8px;
275
- --t-border-radius-xl:16px;
276
- --t-border-radius-round:56px;
277
- --t-border-radius:4px;
278
- --t-border-width:1px;
279
- --t-border-width-thick:2px;
280
- --t-spacing-1:8px;
281
- --t-spacing-2:16px;
282
- --t-spacing-3:24px;
283
- --t-spacing-4:32px;
284
- --t-spacing-5:40px;
285
- --t-spacing-6:48px;
286
- --t-spacing-7:56px;
287
- --t-spacing-fourth:2px;
288
- --t-spacing-half:4px;
289
- --t-spacing-1-half:12px;
290
- --t-element-size-3xl:48px;
291
- --t-element-size-2xl:32px;
292
- --t-element-size-xl:24px;
293
- --t-element-size-lg:18px;
294
- --t-element-size-md:16px;
295
- --t-element-size-sm:14px;
296
- --t-element-size-xs:12px;
297
- --t-font-size-4xl:32px;
298
- --t-font-size-3xl:28px;
299
- --t-font-size-2xl:24px;
300
- --t-font-size-xl:20px;
301
- --t-font-size-lg:18px;
302
- --t-font-size-md:16px;
303
- --t-font-size-sm:14px;
304
- --t-font-size-xs:12px;
305
- --t-font-size-2xs:10px;
306
- --t-font-weight-normal:400;
307
- --t-font-weight-medium:500;
308
- --t-font-weight-semibold:600;
309
- --t-font-weight-bold:700;
310
- --t-container-size-xl:48px;
311
- --t-container-size-lg:40px;
312
- --t-container-size-md:32px;
313
- --t-container-size-sm:24px;
314
- --t-container-size-xs:20px;
315
- --t-avatar-size-20:20px;
316
- --t-avatar-size-24:24px;
317
- --t-avatar-size-36:36px;
318
- --t-avatar-size-48:48px;
319
- --t-avatar-size-72:72px;
320
- --t-avatar-size-112:112px;
321
- --t-text-color-headline:hsl(0, 0%, 12%);
322
- --t-text-color:hsl(0, 0%, 24%);
323
- --t-text-color-secondary:hsl(0, 0%, 42%);
324
- --t-text-color-disabled:hsl(0, 0%, 81%);
325
- --t-text-color-placeholder:hsl(0, 0%, 58%);
326
- --t-text-color-inverted:hsl(0, 0%, 100%);
327
- --t-text-color-interaction:hsl(204, 100%, 40%);
328
- --t-text-color-interaction-hover:hsl(204, 100%, 35%);
329
- --t-text-color-interaction-active:hsl(204, 100%, 30%);
330
- --t-text-color-interaction-visited:hsl(204, 100%, 30%);
331
- --t-text-color-status-neutral:hsl(0, 0%, 24%);
332
- --t-text-color-status-info:hsl(204, 100%, 35%);
333
- --t-text-color-status-success:hsl(97, 57%, 28%);
334
- --t-text-color-status-warning:hsl(42, 100%, 29%);
335
- --t-text-color-status-error:hsl(8, 60%, 45%);
336
- --t-text-color-tag-subtle-gray:hsl(0, 0%, 24%);
337
- --t-text-color-tag-subtle-blue:hsl(224, 47%, 31%);
338
- --t-text-color-tag-subtle-indigo:hsl(241, 59%, 28%);
339
- --t-text-color-tag-subtle-aqua:hsl(209, 77%, 22%);
340
- --t-text-color-tag-subtle-teal:hsl(180, 95%, 15%);
341
- --t-text-color-tag-subtle-green:hsl(100, 93%, 17%);
342
- --t-text-color-tag-subtle-yellow:hsl(29, 100%, 23%);
343
- --t-text-color-tag-subtle-orange:hsl(18, 100%, 18%);
344
- --t-text-color-tag-subtle-pink:hsl(327, 88%, 20%);
345
- --t-text-color-tag-subtle-purple:hsl(268, 71%, 27%);
346
- --t-text-color-tag-subtle-magenta:hsl(285, 71%, 20%);
347
- --t-text-color-tag-bold-gray:hsl(0, 0%, 24%);
348
- --t-text-color-tag-bold-indigo:hsl(241, 59%, 28%);
349
- --t-text-color-tag-bold-blue:hsl(224, 47%, 31%);
350
- --t-text-color-tag-bold-aqua:hsl(209, 77%, 22%);
351
- --t-text-color-tag-bold-teal:hsl(180, 95%, 15%);
352
- --t-text-color-tag-bold-green:hsl(100, 93%, 17%);
353
- --t-text-color-tag-bold-yellow:hsl(29, 100%, 23%);
354
- --t-text-color-tag-bold-orange:hsl(18, 100%, 18%);
355
- --t-text-color-tag-bold-pink:hsl(327, 88%, 20%);
356
- --t-text-color-tag-bold-purple:hsl(268, 71%, 27%);
357
- --t-text-color-tag-bold-magenta:hsl(285, 71%, 20%);
358
- --t-icon-color:hsl(0, 0%, 24%);
359
- --t-icon-color-secondary:hsl(0, 0%, 42%);
360
- --t-icon-color-dim:hsl(0, 0%, 58%);
361
- --t-icon-color-disabled:hsl(0, 0%, 81%);
362
- --t-icon-color-inverted:hsl(0, 0%, 100%);
363
- --t-icon-color-status-neutral:hsl(0, 0%, 42%);
364
- --t-icon-color-status-neutral-secondary:hsl(0, 0%, 58%);
365
- --t-icon-color-status-neutral-bold:hsl(0, 0%, 24%);
366
- --t-icon-color-status-info:hsl(204, 100%, 40%);
367
- --t-icon-color-status-success:hsl(96, 57%, 33%);
368
- --t-icon-color-status-success-secondary:hsl(97, 57%, 40%);
369
- --t-icon-color-status-warning:hsl(42, 84%, 49%);
370
- --t-icon-color-status-error:hsl(8, 60%, 47%);
371
- --t-fill-color-neutral-100:hsl(0, 0%, 100%);
372
- --t-fill-color-neutral-000:hsl(0, 0%, 12%);
373
- --t-fill-color-neutral-010:hsl(0, 0%, 24%);
374
- --t-fill-color-neutral-020:hsl(0, 0%, 42%);
375
- --t-fill-color-neutral-025:hsl(0, 0%, 50%);
376
- --t-fill-color-neutral-030:hsl(0, 0%, 58%);
377
- --t-fill-color-neutral-040:hsl(0, 0%, 81%);
378
- --t-fill-color-neutral-050:hsl(0, 0%, 88%);
379
- --t-fill-color-neutral-060:hsl(0, 0%, 93%);
380
- --t-fill-color-neutral-070:hsl(0, 0%, 95%);
381
- --t-fill-color-neutral-080:hsl(0, 0%, 97%);
382
- --t-fill-color-neutral-090:hsl(0, 0%, 98%);
383
- --t-fill-color-interaction:hsl(204, 100%, 40%);
384
- --t-fill-color-interaction-hover:hsl(204, 100%, 35%);
385
- --t-fill-color-interaction-active:hsl(204, 100%, 30%);
386
- --t-fill-color-interaction-disabled:hsl(0, 0%, 81%);
387
- --t-fill-color-control-neutral-off:hsl(0, 0%, 58%);
388
- --t-fill-color-control-neutral-on:hsl(0, 0%, 24%);
389
- --t-fill-color-control:hsl(204, 100%, 40%);
390
- --t-fill-color-control-secondary:hsl(97, 57%, 40%);
391
- --t-fill-color-control-error:hsl(8, 60%, 47%);
392
- --t-fill-color-control-disabled:hsl(0, 0%, 81%);
393
- --t-fill-color-status-neutral:hsl(0, 0%, 42%);
394
- --t-fill-color-status-neutral-ghost:hsl(0, 0%, 93%);
395
- --t-fill-color-status-neutral-dim:hsl(0, 0%, 97%);
396
- --t-fill-color-status-info:hsl(204, 100%, 40%);
397
- --t-fill-color-status-info-ghost:hsl(203, 94%, 94%);
398
- --t-fill-color-status-info-dim:hsl(204, 100%, 97%);
399
- --t-fill-color-status-success:hsl(96, 57%, 33%);
400
- --t-fill-color-status-success-ghost:hsl(97, 57%, 90%);
401
- --t-fill-color-status-success-dim:hsl(96, 60%, 95%);
402
- --t-fill-color-status-warning:hsl(42, 84%, 63%);
403
- --t-fill-color-status-warning-ghost:hsl(42, 87%, 94%);
404
- --t-fill-color-status-warning-dim:hsl(42, 87%, 97%);
405
- --t-fill-color-status-error:hsl(8, 60%, 47%);
406
- --t-fill-color-status-error-ghost:hsl(9, 59%, 93%);
407
- --t-fill-color-status-error-dim:hsl(7, 60%, 97%);
408
- --t-fill-color-tooltip:hsla(0, 0%, 12%, 0.9);
409
- --t-fill-color-product-accounts-010:hsl(212, 54%, 93%);
410
- --t-fill-color-product-accounts-020:hsl(209, 53%, 90%);
411
- --t-fill-color-product-accounts-030:hsl(210, 56%, 70%);
412
- --t-fill-color-product-accounts-040:hsl(210, 54%, 60%);
413
- --t-fill-color-product-accounts-050:hsl(210, 55%, 50%);
414
- --t-fill-color-product-accounts-060:hsl(210, 65%, 40%);
415
- --t-fill-color-product-accounts-070:hsl(211, 70%, 32%);
416
- --t-fill-color-product-accounts-080:hsl(210, 75%, 25%);
417
- --t-fill-color-product-calendar-010:hsl(8, 61%, 90%);
418
- --t-fill-color-product-calendar-020:hsl(8, 61%, 70%);
419
- --t-fill-color-product-calendar-030:hsl(8, 72%, 59%);
420
- --t-fill-color-product-calendar-040:hsl(8, 65%, 55%);
421
- --t-fill-color-product-calendar-050:hsl(9, 61%, 50%);
422
- --t-fill-color-product-calendar-060:hsl(8, 65%, 42%);
423
- --t-fill-color-product-calendar-070:hsl(7, 65%, 34%);
424
- --t-fill-color-product-calendar-080:hsl(9, 61%, 27%);
425
- --t-fill-color-product-checkins-010:hsl(285, 20%, 92%);
426
- --t-fill-color-product-checkins-020:hsl(283, 22%, 75%);
427
- --t-fill-color-product-checkins-030:hsl(284, 22%, 64%);
428
- --t-fill-color-product-checkins-040:hsl(283, 22%, 55%);
429
- --t-fill-color-product-checkins-050:hsl(283, 22%, 48%);
430
- --t-fill-color-product-checkins-060:hsl(283, 27%, 42%);
431
- --t-fill-color-product-checkins-070:hsl(284, 33%, 34%);
432
- --t-fill-color-product-checkins-080:hsl(283, 33%, 27%);
433
- --t-fill-color-product-giving-010:hsl(41, 95%, 93%);
434
- --t-fill-color-product-giving-020:hsl(42, 95%, 83%);
435
- --t-fill-color-product-giving-030:hsl(43, 95%, 75%);
436
- --t-fill-color-product-giving-040:hsl(43, 88%, 70%);
437
- --t-fill-color-product-giving-050:hsl(43, 88%, 64%);
438
- --t-fill-color-product-giving-060:hsl(42, 84%, 55%);
439
- --t-fill-color-product-giving-070:hsl(42, 84%, 48%);
440
- --t-fill-color-product-giving-080:hsl(42, 100%, 40%);
441
- --t-fill-color-product-groups-010:hsl(18, 95%, 92%);
442
- --t-fill-color-product-groups-020:hsl(17, 96%, 80%);
443
- --t-fill-color-product-groups-030:hsl(17, 96%, 70%);
444
- --t-fill-color-product-groups-040:hsl(17, 96%, 63%);
445
- --t-fill-color-product-groups-050:hsl(17, 88%, 55%);
446
- --t-fill-color-product-groups-060:hsl(12, 70%, 48%);
447
- --t-fill-color-product-groups-070:hsl(12, 70%, 40%);
448
- --t-fill-color-product-groups-080:hsl(14, 70%, 34%);
449
- --t-fill-color-product-home-010:hsl(221, 89%, 93%);
450
- --t-fill-color-product-home-020:hsl(221, 91%, 91%);
451
- --t-fill-color-product-home-030:hsl(221, 91%, 87%);
452
- --t-fill-color-product-home-040:hsl(221, 91%, 62%);
453
- --t-fill-color-product-home-050:hsl(221, 91%, 55%);
454
- --t-fill-color-product-home-060:hsl(221, 90%, 50%);
455
- --t-fill-color-product-home-070:hsl(221, 90%, 45%);
456
- --t-fill-color-product-home-080:hsl(218, 84%, 25%);
457
- --t-fill-color-product-people-010:hsl(219, 73%, 91%);
458
- --t-fill-color-product-people-020:hsl(220, 69%, 81%);
459
- --t-fill-color-product-people-030:hsl(221, 73%, 71%);
460
- --t-fill-color-product-people-040:hsl(221, 73%, 65%);
461
- --t-fill-color-product-people-050:hsl(220, 74%, 57%);
462
- --t-fill-color-product-people-060:hsl(220, 68%, 51%);
463
- --t-fill-color-product-people-070:hsl(220, 68%, 41%);
464
- --t-fill-color-product-people-080:hsl(221, 68%, 31%);
465
- --t-fill-color-product-publishing-010:hsl(220, 4%, 86%);
466
- --t-fill-color-product-publishing-020:hsl(222, 10%, 60%);
467
- --t-fill-color-product-publishing-030:hsl(221, 11%, 50%);
468
- --t-fill-color-product-publishing-040:hsl(222, 12%, 39%);
469
- --t-fill-color-product-publishing-050:hsl(220, 12%, 31%);
470
- --t-fill-color-product-publishing-060:hsl(220, 11%, 26%);
471
- --t-fill-color-product-publishing-070:hsl(217, 12%, 22%);
472
- --t-fill-color-product-publishing-080:hsl(214, 11%, 12%);
473
- --t-fill-color-product-registrations-010:hsl(173, 28%, 89%);
474
- --t-fill-color-product-registrations-020:hsl(176, 38%, 78%);
475
- --t-fill-color-product-registrations-030:hsl(176, 37%, 68%);
476
- --t-fill-color-product-registrations-040:hsl(176, 37%, 60%);
477
- --t-fill-color-product-registrations-050:hsl(175, 36%, 43%);
478
- --t-fill-color-product-registrations-060:hsl(175, 51%, 34%);
479
- --t-fill-color-product-registrations-070:hsl(174, 51%, 28%);
480
- --t-fill-color-product-registrations-080:hsl(175, 52%, 22%);
481
- --t-fill-color-product-services-010:hsl(88, 31%, 88%);
482
- --t-fill-color-product-services-020:hsl(88, 39%, 75%);
483
- --t-fill-color-product-services-030:hsl(88, 39%, 66%);
484
- --t-fill-color-product-services-040:hsl(88, 40%, 54%);
485
- --t-fill-color-product-services-050:hsl(88, 45%, 41%);
486
- --t-fill-color-product-services-060:hsl(89, 62%, 31%);
487
- --t-fill-color-product-services-070:hsl(89, 62%, 26%);
488
- --t-fill-color-product-services-080:hsl(89, 63%, 21%);
489
- --t-fill-color-product-staff:hsl(328, 100%, 45%);
490
- --t-fill-color-product-staff-dark:hsl(328, 100%, 38%);
491
- --t-fill-color-product-staff-darker:hsl(328, 100%, 33%);
492
- --t-fill-color-product-accounts-gradient-brand:linear-gradient(135deg, hsl(203, 86%, 57%), hsl(220, 76%, 57%));
493
- --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
494
- --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
495
- --t-fill-color-product-api-gradient-brand:linear-gradient(180deg, hsl(221, 100%, 62%), hsl(217, 100%, 52%));
496
- --t-fill-color-product-calendar-gradient-brand:linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%));
497
- --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
498
- --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%));
499
- --t-fill-color-product-cc-gradient-brand:linear-gradient(135deg, hsl(207, 90%, 61%), hsl(123, 38%, 57%));
500
- --t-fill-color-product-checkins-gradient-brand:linear-gradient(135deg, hsl(283, 38%, 59%), hsl(284, 23%, 48%));
501
- --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(283, 21%, 77%) 25%, hsl(227, 36%, 78%) 60%, hsl(204, 67%, 73%));
502
- --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 22%, 93%), hsl(225, 35%, 93%) 42%, hsl(204, 67%, 92%));
503
- --t-fill-color-product-giving-gradient-brand:linear-gradient(90deg, hsl(46, 91%, 55%), hsl(41, 89%, 55%));
504
- --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(42, 84%, 80%), hsl(255, 21%, 89%) 58.5%, hsl(204, 67%, 73%));
505
- --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(42, 87%, 94%), hsl(260, 18%, 97%) 58.5%, hsl(204, 67%, 92%));
506
- --t-fill-color-product-groups-gradient-brand:linear-gradient(135deg, hsl(30, 100%, 59%), hsl(19, 97%, 60%));
507
- --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
508
- --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%));
509
- --t-fill-color-product-headcounts-gradient-brand:linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%));
510
- --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
511
- --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
512
- --t-fill-color-product-musicstand-gradient-brand:linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%));
513
- --t-fill-color-product-people-gradient-brand:linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 76%, 57%));
514
- --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
515
- --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
516
- --t-fill-color-product-publishing-gradient-brand:linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%));
517
- --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(217, 5%, 69%), hsl(214, 15%, 69%) 45%, hsl(204, 67%, 73%));
518
- --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(210, 4%, 91%), hsl(214, 15%, 91%) 45%, hsl(204, 67%, 92%));
519
- --t-fill-color-product-registrations-gradient-brand:linear-gradient(135deg, hsl(168, 46%, 48%), hsl(175, 35%, 43%));
520
- --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(175, 27%, 74%), hsl(196, 46%, 73%) 39.5%, hsl(204, 67%, 73%));
521
- --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(175, 28%, 92%), hsl(196, 46%, 92%) 39.5%, hsl(204, 67%, 92%));
522
- --t-fill-color-product-services-gradient-brand:linear-gradient(135deg, hsl(96, 49%, 47%), hsl(89, 52%, 39%));
523
- --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(89, 31%, 73%), hsl(122, 29%, 78%) 39.5%, hsl(204, 67%, 73%));
524
- --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(88, 32%, 92%), hsl(126, 29%, 93%) 39.5%, hsl(204, 67%, 92%));
525
- --t-fill-color-tag-gray-010:hsl(0, 0%, 93%);
526
- --t-fill-color-tag-gray-020:hsl(0, 0%, 88%);
527
- --t-fill-color-tag-gray-030:hsl(0, 0%, 88%);
528
- --t-fill-color-tag-gray-040:hsl(0, 0%, 81%);
529
- --t-fill-color-tag-blue-010:hsl(220, 100%, 95%);
530
- --t-fill-color-tag-blue-020:hsl(221, 100%, 88%);
531
- --t-fill-color-tag-blue-030:hsl(220, 98%, 81%);
532
- --t-fill-color-tag-blue-040:hsl(220, 98%, 74%);
533
- --t-fill-color-tag-aqua-010:hsl(200, 82%, 89%);
534
- --t-fill-color-tag-aqua-020:hsl(200, 82%, 82%);
535
- --t-fill-color-tag-aqua-030:hsl(201, 76%, 71%);
536
- --t-fill-color-tag-aqua-040:hsl(200, 75%, 64%);
537
- --t-fill-color-tag-teal-010:hsl(163, 53%, 83%);
538
- --t-fill-color-tag-teal-020:hsl(164, 52%, 76%);
539
- --t-fill-color-tag-teal-030:hsl(169, 62%, 64%);
540
- --t-fill-color-tag-teal-040:hsl(169, 62%, 56%);
541
- --t-fill-color-tag-green-010:hsl(98, 59%, 85%);
542
- --t-fill-color-tag-green-020:hsl(99, 59%, 78%);
543
- --t-fill-color-tag-green-030:hsl(112, 57%, 65%);
544
- --t-fill-color-tag-green-040:hsl(112, 57%, 57%);
545
- --t-fill-color-tag-yellow-010:hsl(45, 77%, 85%);
546
- --t-fill-color-tag-yellow-020:hsl(44, 78%, 77%);
547
- --t-fill-color-tag-yellow-030:hsl(44, 92%, 69%);
548
- --t-fill-color-tag-yellow-040:hsl(44, 93%, 61%);
549
- --t-fill-color-tag-orange-010:hsl(22, 89%, 89%);
550
- --t-fill-color-tag-orange-020:hsl(21, 89%, 82%);
551
- --t-fill-color-tag-orange-030:hsl(21, 86%, 72%);
552
- --t-fill-color-tag-orange-040:hsl(21, 86%, 64%);
553
- --t-fill-color-tag-pink-010:hsl(311, 66%, 92%);
554
- --t-fill-color-tag-pink-020:hsl(310, 64%, 85%);
555
- --t-fill-color-tag-pink-030:hsl(324, 78%, 77%);
556
- --t-fill-color-tag-pink-040:hsl(324, 76%, 70%);
557
- --t-fill-color-tag-purple-010:hsl(259, 74%, 93%);
558
- --t-fill-color-tag-purple-020:hsl(259, 74%, 85%);
559
- --t-fill-color-tag-purple-030:hsl(273, 62%, 76%);
560
- --t-fill-color-tag-purple-040:hsl(273, 62%, 70%);
561
- --t-fill-color-tag-magenta-010:hsl(294, 37%, 90%);
562
- --t-fill-color-tag-magenta-020:hsl(291, 40%, 83%);
563
- --t-fill-color-tag-magenta-030:hsl(291, 48%, 70%);
564
- --t-fill-color-tag-magenta-040:hsl(292, 48%, 63%);
565
- --t-fill-color-tag-indigo-010:hsl(234, 78%, 93%);
566
- --t-fill-color-tag-indigo-020:hsl(233, 79%, 87%);
567
- --t-fill-color-tag-indigo-030:hsl(233, 77%, 81%);
568
- --t-fill-color-tag-indigo-040:hsl(236, 79%, 74%);
569
- --t-fill-color-button-neutral-solid:hsl(0, 0%, 93%);
570
- --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 88%);
571
- --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 81%);
572
- --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 95%);
573
- --t-fill-color-button-neutral-outline:hsla(0, 0%, 100%, 0);
574
- --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 95%);
575
- --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 93%);
576
- --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 98%);
577
- --t-fill-color-button-neutral-ghost:hsla(0, 0%, 100%, 0);
578
- --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 95%);
579
- --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 93%);
580
- --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 100%, 0);
581
- --t-fill-color-button-neutral-responsive-header:hsla(0, 0%, 0%, 0.1);
582
- --t-fill-color-button-neutral-responsive-header-hover:hsla(0, 0%, 0%, 0.2);
583
- --t-fill-color-button-neutral-responsive-header-active:hsla(0, 0%, 0%, 0.3);
584
- --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 0%, 0.05);
585
- --t-fill-color-button-interaction-solid:hsl(204, 100%, 40%);
586
- --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 35%);
587
- --t-fill-color-button-interaction-solid-active:hsl(204, 100%, 30%);
588
- --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 95%);
589
- --t-fill-color-button-interaction-outline:hsla(0, 0%, 100%, 0);
590
- --t-fill-color-button-interaction-outline-hover:hsl(204, 100%, 97%);
591
- --t-fill-color-button-interaction-outline-active:hsl(203, 94%, 94%);
592
- --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 98%);
593
- --t-fill-color-button-interaction-ghost:hsla(0, 0%, 100%, 0);
594
- --t-fill-color-button-interaction-ghost-hover:hsl(204, 100%, 97%);
595
- --t-fill-color-button-interaction-ghost-active:hsl(203, 94%, 94%);
596
- --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 100%, 0);
597
- --t-fill-color-button-delete-solid:hsl(8, 60%, 47%);
598
- --t-fill-color-button-delete-solid-hover:hsl(8, 60%, 45%);
599
- --t-fill-color-button-delete-solid-active:hsl(8, 60%, 40%);
600
- --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 95%);
601
- --t-fill-color-button-delete-outline:hsla(0, 0%, 100%, 0);
602
- --t-fill-color-button-delete-outline-hover:hsl(7, 60%, 97%);
603
- --t-fill-color-button-delete-outline-active:hsl(9, 59%, 93%);
604
- --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 98%);
605
- --t-fill-color-button-delete-ghost:hsla(0, 0%, 100%, 0);
606
- --t-fill-color-button-delete-ghost-hover:hsl(7, 60%, 97%);
607
- --t-fill-color-button-delete-ghost-active:hsl(9, 59%, 93%);
608
- --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 100%, 0);
609
- --t-fill-color-button-pill:hsl(0, 0%, 93%);
610
- --t-fill-color-button-pill-hover:hsl(0, 0%, 88%);
611
- --t-fill-color-button-pill-active:hsl(0, 0%, 88%);
612
- --t-fill-color-button-pill-disabled:hsl(0, 0%, 93%);
613
- --t-fill-color-transparency-light-010:hsla(0, 0%, 100%, 0.1);
614
- --t-fill-color-transparency-light-020:hsla(0, 0%, 100%, 0.2);
615
- --t-fill-color-transparency-light-030:hsla(0, 0%, 100%, 0.3);
616
- --t-fill-color-transparency-light-040:hsla(0, 0%, 100%, 0.4);
617
- --t-fill-color-transparency-light-050:hsla(0, 0%, 100%, 0.5);
618
- --t-fill-color-transparency-light-060:hsla(0, 0%, 100%, 0.6);
619
- --t-fill-color-transparency-light-070:hsla(0, 0%, 100%, 0.7);
620
- --t-fill-color-transparency-light-080:hsla(0, 0%, 100%, 0.8);
621
- --t-fill-color-transparency-light-090:hsla(0, 0%, 100%, 0.9);
622
- --t-fill-color-transparency-dark-010:hsla(0, 0%, 0%, 0.1);
623
- --t-fill-color-transparency-dark-020:hsla(0, 0%, 0%, 0.2);
624
- --t-fill-color-transparency-dark-030:hsla(0, 0%, 0%, 0.3);
625
- --t-fill-color-transparency-dark-040:hsla(0, 0%, 0%, 0.4);
626
- --t-fill-color-transparency-dark-050:hsla(0, 0%, 0%, 0.5);
627
- --t-fill-color-transparency-dark-060:hsla(0, 0%, 0%, 0.6);
628
- --t-fill-color-transparency-dark-070:hsla(0, 0%, 0%, 0.7);
629
- --t-fill-color-transparency-dark-080:hsla(0, 0%, 0%, 0.8);
630
- --t-fill-color-transparency-dark-090:hsla(0, 0%, 0%, 0.9);
631
- --t-fill-color-transparency-dark-static-010:hsla(0, 0%, 0%, 0.1);
632
- --t-fill-color-transparency-dark-static-020:hsla(0, 0%, 0%, 0.2);
633
- --t-fill-color-transparency-dark-static-030:hsla(0, 0%, 0%, 0.3);
634
- --t-fill-color-transparency-dark-static-040:hsla(0, 0%, 0%, 0.4);
635
- --t-fill-color-transparency-dark-static-050:hsla(0, 0%, 0%, 0.5);
636
- --t-fill-color-transparency-dark-static-060:hsla(0, 0%, 0%, 0.6);
637
- --t-fill-color-transparency-dark-static-070:hsla(0, 0%, 0%, 0.7);
638
- --t-fill-color-transparency-dark-static-080:hsla(0, 0%, 0%, 0.8);
639
- --t-fill-color-transparency-dark-static-090:hsla(0, 0%, 0%, 0.9);
640
- --t-surface-color-card:hsl(0, 0%, 100%);
641
- --t-surface-color-canvas:hsl(0, 0%, 100%);
642
- --t-border-color:hsl(0, 0%, 88%);
643
- --t-border-color-dark:hsl(0, 0%, 81%);
644
- --t-border-color-darker:hsl(0, 0%, 68%);
645
- --t-border-color-darkest:hsl(0, 0%, 58%);
646
- --t-border-color-disabled:hsl(0, 0%, 88%);
647
- --t-border-color-dim:hsl(0, 0%, 95%);
648
- --t-border-color-white:hsl(0, 0%, 100%);
649
- --t-border-color-status-neutral:hsl(0, 0%, 58%);
650
- --t-border-color-status-info:hsl(204, 100%, 40%);
651
- --t-border-color-status-success:hsl(97, 57%, 40%);
652
- --t-border-color-status-warning:hsl(42, 84%, 63%);
653
- --t-border-color-status-error:hsl(8, 60%, 47%);
654
- --t-border-color-button-neutral:hsl(0, 0%, 88%);
655
- --t-border-color-button-info:hsl(204, 100%, 40%);
656
- --t-border-color-button-create:hsl(96, 57%, 33%);
657
- --t-border-color-button-delete:hsl(8, 60%, 47%);
658
- --t-border-color-control-neutral:hsl(0, 0%, 68%);
659
- --t-border-color-control-info:hsl(204, 100%, 40%);
660
- --t-border-color-control-success:hsl(97, 57%, 40%);
661
- --t-border-color-control-warning:hsl(42, 84%, 63%);
662
- --t-border-color-control-error:hsl(8, 60%, 47%);
663
- --t-border-color-control-disabled:hsl(0, 0%, 88%);
664
- --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.07);
665
- --t-form-background-color:var(--t-fill-color-neutral-100);
666
- --t-form-background-color-disabled:var(--t-fill-color-neutral-070);
667
- --t-form-background-color-error:var(--t-fill-color-neutral-100);
668
- --t-form-background-color-readonly:var(--t-fill-color-neutral-070);
669
- --t-form-border-color:var(--t-border-color);
670
- --t-form-border-color-disabled:var(--t-border-color);
671
- --t-form-border-color-error:var(--t-border-color-status-error);
672
- --t-form-border-color-focus:var(--t-fill-color-interaction);
673
- --t-form-border-color-hover:var(--t-border-color-dark);
674
- --t-form-border-color-readonly:hsla(0, 0%, 100%, 0);
675
- --t-form-border-radius:var(--t-border-radius-md);
676
- --t-form-border-width:var(--t-border-width);
677
- --t-form-font-color:var(--t-text-color);
678
- --t-form-font-color-disabled:var(--t-text-color-disabled);
679
- --t-form-font-color-error:var(--t-text-color-status-error);
680
- --t-form-font-color-readonly:var(--t-text-color);
681
- --t-form-picker-icon-color:var(--t-icon-color);
682
- --t-form-placeholder-color:var(--t-text-color-placeholder);
683
- }
684
-
685
226
  @media (prefers-color-scheme: dark){
686
227
  :root[data-color-mode="system"]{
687
228
  color-scheme:dark;
@@ -918,17 +459,418 @@
918
459
  --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
919
460
  }
920
461
 
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
- }
462
+ :root{
463
+ --t-border-radius-sm:2px;
464
+ --t-border-radius-md:4px;
465
+ --t-border-radius-lg:8px;
466
+ --t-border-radius-xl:16px;
467
+ --t-border-radius-round:56px;
468
+ --t-border-radius:4px;
469
+ --t-border-width:1px;
470
+ --t-border-width-thick:2px;
471
+ --t-spacing-1:8px;
472
+ --t-spacing-2:16px;
473
+ --t-spacing-3:24px;
474
+ --t-spacing-4:32px;
475
+ --t-spacing-5:40px;
476
+ --t-spacing-6:48px;
477
+ --t-spacing-7:56px;
478
+ --t-spacing-fourth:2px;
479
+ --t-spacing-half:4px;
480
+ --t-spacing-1-half:12px;
481
+ --t-element-size-3xl:48px;
482
+ --t-element-size-2xl:32px;
483
+ --t-element-size-xl:24px;
484
+ --t-element-size-lg:18px;
485
+ --t-element-size-md:16px;
486
+ --t-element-size-sm:14px;
487
+ --t-element-size-xs:12px;
488
+ --t-font-size-4xl:32px;
489
+ --t-font-size-3xl:28px;
490
+ --t-font-size-2xl:24px;
491
+ --t-font-size-xl:20px;
492
+ --t-font-size-lg:18px;
493
+ --t-font-size-md:16px;
494
+ --t-font-size-sm:14px;
495
+ --t-font-size-xs:12px;
496
+ --t-font-size-2xs:10px;
497
+ --t-font-weight-normal:400;
498
+ --t-font-weight-medium:500;
499
+ --t-font-weight-semibold:600;
500
+ --t-font-weight-bold:700;
501
+ --t-container-size-xl:48px;
502
+ --t-container-size-lg:40px;
503
+ --t-container-size-md:32px;
504
+ --t-container-size-sm:24px;
505
+ --t-container-size-xs:20px;
506
+ --t-avatar-size-20:20px;
507
+ --t-avatar-size-24:24px;
508
+ --t-avatar-size-36:36px;
509
+ --t-avatar-size-48:48px;
510
+ --t-avatar-size-72:72px;
511
+ --t-avatar-size-112:112px;
512
+ --t-text-color-headline:hsl(0, 0%, 12%);
513
+ --t-text-color:hsl(0, 0%, 24%);
514
+ --t-text-color-secondary:hsl(0, 0%, 42%);
515
+ --t-text-color-disabled:hsl(0, 0%, 81%);
516
+ --t-text-color-placeholder:hsl(0, 0%, 58%);
517
+ --t-text-color-inverted:hsl(0, 0%, 100%);
518
+ --t-text-color-interaction:hsl(204, 100%, 40%);
519
+ --t-text-color-interaction-hover:hsl(204, 100%, 35%);
520
+ --t-text-color-interaction-active:hsl(204, 100%, 30%);
521
+ --t-text-color-interaction-visited:hsl(204, 100%, 30%);
522
+ --t-text-color-status-neutral:hsl(0, 0%, 24%);
523
+ --t-text-color-status-info:hsl(204, 100%, 35%);
524
+ --t-text-color-status-success:hsl(97, 57%, 28%);
525
+ --t-text-color-status-warning:hsl(42, 100%, 29%);
526
+ --t-text-color-status-error:hsl(8, 60%, 45%);
527
+ --t-text-color-tag-subtle-gray:hsl(0, 0%, 24%);
528
+ --t-text-color-tag-subtle-blue:hsl(224, 47%, 31%);
529
+ --t-text-color-tag-subtle-indigo:hsl(241, 59%, 28%);
530
+ --t-text-color-tag-subtle-aqua:hsl(209, 77%, 22%);
531
+ --t-text-color-tag-subtle-teal:hsl(180, 95%, 15%);
532
+ --t-text-color-tag-subtle-green:hsl(100, 93%, 17%);
533
+ --t-text-color-tag-subtle-yellow:hsl(29, 100%, 23%);
534
+ --t-text-color-tag-subtle-orange:hsl(18, 100%, 18%);
535
+ --t-text-color-tag-subtle-pink:hsl(327, 88%, 20%);
536
+ --t-text-color-tag-subtle-purple:hsl(268, 71%, 27%);
537
+ --t-text-color-tag-subtle-magenta:hsl(285, 71%, 20%);
538
+ --t-text-color-tag-bold-gray:hsl(0, 0%, 24%);
539
+ --t-text-color-tag-bold-indigo:hsl(241, 59%, 28%);
540
+ --t-text-color-tag-bold-blue:hsl(224, 47%, 31%);
541
+ --t-text-color-tag-bold-aqua:hsl(209, 77%, 22%);
542
+ --t-text-color-tag-bold-teal:hsl(180, 95%, 15%);
543
+ --t-text-color-tag-bold-green:hsl(100, 93%, 17%);
544
+ --t-text-color-tag-bold-yellow:hsl(29, 100%, 23%);
545
+ --t-text-color-tag-bold-orange:hsl(18, 100%, 18%);
546
+ --t-text-color-tag-bold-pink:hsl(327, 88%, 20%);
547
+ --t-text-color-tag-bold-purple:hsl(268, 71%, 27%);
548
+ --t-text-color-tag-bold-magenta:hsl(285, 71%, 20%);
549
+ --t-icon-color:hsl(0, 0%, 24%);
550
+ --t-icon-color-secondary:hsl(0, 0%, 42%);
551
+ --t-icon-color-dim:hsl(0, 0%, 58%);
552
+ --t-icon-color-disabled:hsl(0, 0%, 81%);
553
+ --t-icon-color-inverted:hsl(0, 0%, 100%);
554
+ --t-icon-color-status-neutral:hsl(0, 0%, 42%);
555
+ --t-icon-color-status-neutral-secondary:hsl(0, 0%, 58%);
556
+ --t-icon-color-status-neutral-bold:hsl(0, 0%, 24%);
557
+ --t-icon-color-status-info:hsl(204, 100%, 40%);
558
+ --t-icon-color-status-success:hsl(96, 57%, 33%);
559
+ --t-icon-color-status-success-secondary:hsl(97, 57%, 40%);
560
+ --t-icon-color-status-warning:hsl(42, 84%, 49%);
561
+ --t-icon-color-status-error:hsl(8, 60%, 47%);
562
+ --t-fill-color-neutral-100:hsl(0, 0%, 100%);
563
+ --t-fill-color-neutral-000:hsl(0, 0%, 12%);
564
+ --t-fill-color-neutral-010:hsl(0, 0%, 24%);
565
+ --t-fill-color-neutral-020:hsl(0, 0%, 42%);
566
+ --t-fill-color-neutral-025:hsl(0, 0%, 50%);
567
+ --t-fill-color-neutral-030:hsl(0, 0%, 58%);
568
+ --t-fill-color-neutral-040:hsl(0, 0%, 81%);
569
+ --t-fill-color-neutral-050:hsl(0, 0%, 88%);
570
+ --t-fill-color-neutral-060:hsl(0, 0%, 93%);
571
+ --t-fill-color-neutral-070:hsl(0, 0%, 95%);
572
+ --t-fill-color-neutral-080:hsl(0, 0%, 97%);
573
+ --t-fill-color-neutral-090:hsl(0, 0%, 98%);
574
+ --t-fill-color-interaction:hsl(204, 100%, 40%);
575
+ --t-fill-color-interaction-hover:hsl(204, 100%, 35%);
576
+ --t-fill-color-interaction-active:hsl(204, 100%, 30%);
577
+ --t-fill-color-interaction-disabled:hsl(0, 0%, 81%);
578
+ --t-fill-color-control-neutral-off:hsl(0, 0%, 58%);
579
+ --t-fill-color-control-neutral-on:hsl(0, 0%, 24%);
580
+ --t-fill-color-control:hsl(204, 100%, 40%);
581
+ --t-fill-color-control-secondary:hsl(97, 57%, 40%);
582
+ --t-fill-color-control-error:hsl(8, 60%, 47%);
583
+ --t-fill-color-control-disabled:hsl(0, 0%, 81%);
584
+ --t-fill-color-status-neutral:hsl(0, 0%, 42%);
585
+ --t-fill-color-status-neutral-ghost:hsl(0, 0%, 93%);
586
+ --t-fill-color-status-neutral-dim:hsl(0, 0%, 97%);
587
+ --t-fill-color-status-info:hsl(204, 100%, 40%);
588
+ --t-fill-color-status-info-ghost:hsl(203, 94%, 94%);
589
+ --t-fill-color-status-info-dim:hsl(204, 100%, 97%);
590
+ --t-fill-color-status-success:hsl(96, 57%, 33%);
591
+ --t-fill-color-status-success-ghost:hsl(97, 57%, 90%);
592
+ --t-fill-color-status-success-dim:hsl(96, 60%, 95%);
593
+ --t-fill-color-status-warning:hsl(42, 84%, 63%);
594
+ --t-fill-color-status-warning-ghost:hsl(42, 87%, 94%);
595
+ --t-fill-color-status-warning-dim:hsl(42, 87%, 97%);
596
+ --t-fill-color-status-error:hsl(8, 60%, 47%);
597
+ --t-fill-color-status-error-ghost:hsl(9, 59%, 93%);
598
+ --t-fill-color-status-error-dim:hsl(7, 60%, 97%);
599
+ --t-fill-color-tooltip:hsla(0, 0%, 12%, 0.9);
600
+ --t-fill-color-product-accounts-010:hsl(212, 54%, 93%);
601
+ --t-fill-color-product-accounts-020:hsl(209, 53%, 90%);
602
+ --t-fill-color-product-accounts-030:hsl(210, 56%, 70%);
603
+ --t-fill-color-product-accounts-040:hsl(210, 54%, 60%);
604
+ --t-fill-color-product-accounts-050:hsl(210, 55%, 50%);
605
+ --t-fill-color-product-accounts-060:hsl(210, 65%, 40%);
606
+ --t-fill-color-product-accounts-070:hsl(211, 70%, 32%);
607
+ --t-fill-color-product-accounts-080:hsl(210, 75%, 25%);
608
+ --t-fill-color-product-calendar-010:hsl(8, 61%, 90%);
609
+ --t-fill-color-product-calendar-020:hsl(8, 61%, 70%);
610
+ --t-fill-color-product-calendar-030:hsl(8, 72%, 59%);
611
+ --t-fill-color-product-calendar-040:hsl(8, 65%, 55%);
612
+ --t-fill-color-product-calendar-050:hsl(9, 61%, 50%);
613
+ --t-fill-color-product-calendar-060:hsl(8, 65%, 42%);
614
+ --t-fill-color-product-calendar-070:hsl(7, 65%, 34%);
615
+ --t-fill-color-product-calendar-080:hsl(9, 61%, 27%);
616
+ --t-fill-color-product-checkins-010:hsl(285, 20%, 92%);
617
+ --t-fill-color-product-checkins-020:hsl(283, 22%, 75%);
618
+ --t-fill-color-product-checkins-030:hsl(284, 22%, 64%);
619
+ --t-fill-color-product-checkins-040:hsl(283, 22%, 55%);
620
+ --t-fill-color-product-checkins-050:hsl(283, 22%, 48%);
621
+ --t-fill-color-product-checkins-060:hsl(283, 27%, 42%);
622
+ --t-fill-color-product-checkins-070:hsl(284, 33%, 34%);
623
+ --t-fill-color-product-checkins-080:hsl(283, 33%, 27%);
624
+ --t-fill-color-product-giving-010:hsl(41, 95%, 93%);
625
+ --t-fill-color-product-giving-020:hsl(42, 95%, 83%);
626
+ --t-fill-color-product-giving-030:hsl(43, 95%, 75%);
627
+ --t-fill-color-product-giving-040:hsl(43, 88%, 70%);
628
+ --t-fill-color-product-giving-050:hsl(43, 88%, 64%);
629
+ --t-fill-color-product-giving-060:hsl(42, 84%, 55%);
630
+ --t-fill-color-product-giving-070:hsl(42, 84%, 48%);
631
+ --t-fill-color-product-giving-080:hsl(42, 100%, 40%);
632
+ --t-fill-color-product-groups-010:hsl(18, 95%, 92%);
633
+ --t-fill-color-product-groups-020:hsl(17, 96%, 80%);
634
+ --t-fill-color-product-groups-030:hsl(17, 96%, 70%);
635
+ --t-fill-color-product-groups-040:hsl(17, 96%, 63%);
636
+ --t-fill-color-product-groups-050:hsl(17, 88%, 55%);
637
+ --t-fill-color-product-groups-060:hsl(12, 70%, 48%);
638
+ --t-fill-color-product-groups-070:hsl(12, 70%, 40%);
639
+ --t-fill-color-product-groups-080:hsl(14, 70%, 34%);
640
+ --t-fill-color-product-home-010:hsl(221, 89%, 93%);
641
+ --t-fill-color-product-home-020:hsl(221, 91%, 91%);
642
+ --t-fill-color-product-home-030:hsl(221, 91%, 87%);
643
+ --t-fill-color-product-home-040:hsl(221, 91%, 62%);
644
+ --t-fill-color-product-home-050:hsl(221, 91%, 55%);
645
+ --t-fill-color-product-home-060:hsl(221, 90%, 50%);
646
+ --t-fill-color-product-home-070:hsl(221, 90%, 45%);
647
+ --t-fill-color-product-home-080:hsl(218, 84%, 25%);
648
+ --t-fill-color-product-people-010:hsl(219, 73%, 91%);
649
+ --t-fill-color-product-people-020:hsl(220, 69%, 81%);
650
+ --t-fill-color-product-people-030:hsl(221, 73%, 71%);
651
+ --t-fill-color-product-people-040:hsl(221, 73%, 65%);
652
+ --t-fill-color-product-people-050:hsl(220, 74%, 57%);
653
+ --t-fill-color-product-people-060:hsl(220, 68%, 51%);
654
+ --t-fill-color-product-people-070:hsl(220, 68%, 41%);
655
+ --t-fill-color-product-people-080:hsl(221, 68%, 31%);
656
+ --t-fill-color-product-publishing-010:hsl(220, 4%, 86%);
657
+ --t-fill-color-product-publishing-020:hsl(222, 10%, 60%);
658
+ --t-fill-color-product-publishing-030:hsl(221, 11%, 50%);
659
+ --t-fill-color-product-publishing-040:hsl(222, 12%, 39%);
660
+ --t-fill-color-product-publishing-050:hsl(220, 12%, 31%);
661
+ --t-fill-color-product-publishing-060:hsl(220, 11%, 26%);
662
+ --t-fill-color-product-publishing-070:hsl(217, 12%, 22%);
663
+ --t-fill-color-product-publishing-080:hsl(214, 11%, 12%);
664
+ --t-fill-color-product-registrations-010:hsl(173, 28%, 89%);
665
+ --t-fill-color-product-registrations-020:hsl(176, 38%, 78%);
666
+ --t-fill-color-product-registrations-030:hsl(176, 37%, 68%);
667
+ --t-fill-color-product-registrations-040:hsl(176, 37%, 60%);
668
+ --t-fill-color-product-registrations-050:hsl(175, 36%, 43%);
669
+ --t-fill-color-product-registrations-060:hsl(175, 51%, 34%);
670
+ --t-fill-color-product-registrations-070:hsl(174, 51%, 28%);
671
+ --t-fill-color-product-registrations-080:hsl(175, 52%, 22%);
672
+ --t-fill-color-product-services-010:hsl(88, 31%, 88%);
673
+ --t-fill-color-product-services-020:hsl(88, 39%, 75%);
674
+ --t-fill-color-product-services-030:hsl(88, 39%, 66%);
675
+ --t-fill-color-product-services-040:hsl(88, 40%, 54%);
676
+ --t-fill-color-product-services-050:hsl(88, 45%, 41%);
677
+ --t-fill-color-product-services-060:hsl(89, 62%, 31%);
678
+ --t-fill-color-product-services-070:hsl(89, 62%, 26%);
679
+ --t-fill-color-product-services-080:hsl(89, 63%, 21%);
680
+ --t-fill-color-product-staff:hsl(328, 100%, 45%);
681
+ --t-fill-color-product-staff-dark:hsl(328, 100%, 38%);
682
+ --t-fill-color-product-staff-darker:hsl(328, 100%, 33%);
683
+ --t-fill-color-product-accounts-gradient-brand:linear-gradient(135deg, hsl(203, 86%, 57%), hsl(220, 76%, 57%));
684
+ --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
685
+ --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
686
+ --t-fill-color-product-api-gradient-brand:linear-gradient(180deg, hsl(221, 100%, 62%), hsl(217, 100%, 52%));
687
+ --t-fill-color-product-calendar-gradient-brand:linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%));
688
+ --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
689
+ --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%));
690
+ --t-fill-color-product-cc-gradient-brand:linear-gradient(135deg, hsl(207, 90%, 61%), hsl(123, 38%, 57%));
691
+ --t-fill-color-product-checkins-gradient-brand:linear-gradient(135deg, hsl(283, 38%, 59%), hsl(284, 23%, 48%));
692
+ --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(283, 21%, 77%) 25%, hsl(227, 36%, 78%) 60%, hsl(204, 67%, 73%));
693
+ --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 22%, 93%), hsl(225, 35%, 93%) 42%, hsl(204, 67%, 92%));
694
+ --t-fill-color-product-giving-gradient-brand:linear-gradient(90deg, hsl(46, 91%, 55%), hsl(41, 89%, 55%));
695
+ --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(42, 84%, 80%), hsl(255, 21%, 89%) 58.5%, hsl(204, 67%, 73%));
696
+ --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(42, 87%, 94%), hsl(260, 18%, 97%) 58.5%, hsl(204, 67%, 92%));
697
+ --t-fill-color-product-groups-gradient-brand:linear-gradient(135deg, hsl(30, 100%, 59%), hsl(19, 97%, 60%));
698
+ --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
699
+ --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%));
700
+ --t-fill-color-product-headcounts-gradient-brand:linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%));
701
+ --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
702
+ --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
703
+ --t-fill-color-product-musicstand-gradient-brand:linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%));
704
+ --t-fill-color-product-people-gradient-brand:linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 76%, 57%));
705
+ --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
706
+ --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
707
+ --t-fill-color-product-publishing-gradient-brand:linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%));
708
+ --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(217, 5%, 69%), hsl(214, 15%, 69%) 45%, hsl(204, 67%, 73%));
709
+ --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(210, 4%, 91%), hsl(214, 15%, 91%) 45%, hsl(204, 67%, 92%));
710
+ --t-fill-color-product-registrations-gradient-brand:linear-gradient(135deg, hsl(168, 46%, 48%), hsl(175, 35%, 43%));
711
+ --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(175, 27%, 74%), hsl(196, 46%, 73%) 39.5%, hsl(204, 67%, 73%));
712
+ --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(175, 28%, 92%), hsl(196, 46%, 92%) 39.5%, hsl(204, 67%, 92%));
713
+ --t-fill-color-product-services-gradient-brand:linear-gradient(135deg, hsl(96, 49%, 47%), hsl(89, 52%, 39%));
714
+ --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(89, 31%, 73%), hsl(122, 29%, 78%) 39.5%, hsl(204, 67%, 73%));
715
+ --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(88, 32%, 92%), hsl(126, 29%, 93%) 39.5%, hsl(204, 67%, 92%));
716
+ --t-fill-color-tag-gray-010:hsl(0, 0%, 93%);
717
+ --t-fill-color-tag-gray-020:hsl(0, 0%, 88%);
718
+ --t-fill-color-tag-gray-030:hsl(0, 0%, 88%);
719
+ --t-fill-color-tag-gray-040:hsl(0, 0%, 81%);
720
+ --t-fill-color-tag-blue-010:hsl(220, 100%, 95%);
721
+ --t-fill-color-tag-blue-020:hsl(221, 100%, 88%);
722
+ --t-fill-color-tag-blue-030:hsl(220, 98%, 81%);
723
+ --t-fill-color-tag-blue-040:hsl(220, 98%, 74%);
724
+ --t-fill-color-tag-aqua-010:hsl(200, 82%, 89%);
725
+ --t-fill-color-tag-aqua-020:hsl(200, 82%, 82%);
726
+ --t-fill-color-tag-aqua-030:hsl(201, 76%, 71%);
727
+ --t-fill-color-tag-aqua-040:hsl(200, 75%, 64%);
728
+ --t-fill-color-tag-teal-010:hsl(163, 53%, 83%);
729
+ --t-fill-color-tag-teal-020:hsl(164, 52%, 76%);
730
+ --t-fill-color-tag-teal-030:hsl(169, 62%, 64%);
731
+ --t-fill-color-tag-teal-040:hsl(169, 62%, 56%);
732
+ --t-fill-color-tag-green-010:hsl(98, 59%, 85%);
733
+ --t-fill-color-tag-green-020:hsl(99, 59%, 78%);
734
+ --t-fill-color-tag-green-030:hsl(112, 57%, 65%);
735
+ --t-fill-color-tag-green-040:hsl(112, 57%, 57%);
736
+ --t-fill-color-tag-yellow-010:hsl(45, 77%, 85%);
737
+ --t-fill-color-tag-yellow-020:hsl(44, 78%, 77%);
738
+ --t-fill-color-tag-yellow-030:hsl(44, 92%, 69%);
739
+ --t-fill-color-tag-yellow-040:hsl(44, 93%, 61%);
740
+ --t-fill-color-tag-orange-010:hsl(22, 89%, 89%);
741
+ --t-fill-color-tag-orange-020:hsl(21, 89%, 82%);
742
+ --t-fill-color-tag-orange-030:hsl(21, 86%, 72%);
743
+ --t-fill-color-tag-orange-040:hsl(21, 86%, 64%);
744
+ --t-fill-color-tag-pink-010:hsl(311, 66%, 92%);
745
+ --t-fill-color-tag-pink-020:hsl(310, 64%, 85%);
746
+ --t-fill-color-tag-pink-030:hsl(324, 78%, 77%);
747
+ --t-fill-color-tag-pink-040:hsl(324, 76%, 70%);
748
+ --t-fill-color-tag-purple-010:hsl(259, 74%, 93%);
749
+ --t-fill-color-tag-purple-020:hsl(259, 74%, 85%);
750
+ --t-fill-color-tag-purple-030:hsl(273, 62%, 76%);
751
+ --t-fill-color-tag-purple-040:hsl(273, 62%, 70%);
752
+ --t-fill-color-tag-magenta-010:hsl(294, 37%, 90%);
753
+ --t-fill-color-tag-magenta-020:hsl(291, 40%, 83%);
754
+ --t-fill-color-tag-magenta-030:hsl(291, 48%, 70%);
755
+ --t-fill-color-tag-magenta-040:hsl(292, 48%, 63%);
756
+ --t-fill-color-tag-indigo-010:hsl(234, 78%, 93%);
757
+ --t-fill-color-tag-indigo-020:hsl(233, 79%, 87%);
758
+ --t-fill-color-tag-indigo-030:hsl(233, 77%, 81%);
759
+ --t-fill-color-tag-indigo-040:hsl(236, 79%, 74%);
760
+ --t-fill-color-button-neutral-solid:hsl(0, 0%, 93%);
761
+ --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 88%);
762
+ --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 81%);
763
+ --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 95%);
764
+ --t-fill-color-button-neutral-outline:hsla(0, 0%, 100%, 0);
765
+ --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 95%);
766
+ --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 93%);
767
+ --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 98%);
768
+ --t-fill-color-button-neutral-ghost:hsla(0, 0%, 100%, 0);
769
+ --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 95%);
770
+ --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 93%);
771
+ --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 100%, 0);
772
+ --t-fill-color-button-neutral-responsive-header:hsla(0, 0%, 0%, 0.1);
773
+ --t-fill-color-button-neutral-responsive-header-hover:hsla(0, 0%, 0%, 0.2);
774
+ --t-fill-color-button-neutral-responsive-header-active:hsla(0, 0%, 0%, 0.3);
775
+ --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 0%, 0.05);
776
+ --t-fill-color-button-interaction-solid:hsl(204, 100%, 40%);
777
+ --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 35%);
778
+ --t-fill-color-button-interaction-solid-active:hsl(204, 100%, 30%);
779
+ --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 95%);
780
+ --t-fill-color-button-interaction-outline:hsla(0, 0%, 100%, 0);
781
+ --t-fill-color-button-interaction-outline-hover:hsl(204, 100%, 97%);
782
+ --t-fill-color-button-interaction-outline-active:hsl(203, 94%, 94%);
783
+ --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 98%);
784
+ --t-fill-color-button-interaction-ghost:hsla(0, 0%, 100%, 0);
785
+ --t-fill-color-button-interaction-ghost-hover:hsl(204, 100%, 97%);
786
+ --t-fill-color-button-interaction-ghost-active:hsl(203, 94%, 94%);
787
+ --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 100%, 0);
788
+ --t-fill-color-button-delete-solid:hsl(8, 60%, 47%);
789
+ --t-fill-color-button-delete-solid-hover:hsl(8, 60%, 45%);
790
+ --t-fill-color-button-delete-solid-active:hsl(8, 60%, 40%);
791
+ --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 95%);
792
+ --t-fill-color-button-delete-outline:hsla(0, 0%, 100%, 0);
793
+ --t-fill-color-button-delete-outline-hover:hsl(7, 60%, 97%);
794
+ --t-fill-color-button-delete-outline-active:hsl(9, 59%, 93%);
795
+ --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 98%);
796
+ --t-fill-color-button-delete-ghost:hsla(0, 0%, 100%, 0);
797
+ --t-fill-color-button-delete-ghost-hover:hsl(7, 60%, 97%);
798
+ --t-fill-color-button-delete-ghost-active:hsl(9, 59%, 93%);
799
+ --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 100%, 0);
800
+ --t-fill-color-button-pill:hsl(0, 0%, 93%);
801
+ --t-fill-color-button-pill-hover:hsl(0, 0%, 88%);
802
+ --t-fill-color-button-pill-active:hsl(0, 0%, 88%);
803
+ --t-fill-color-button-pill-disabled:hsl(0, 0%, 93%);
804
+ --t-fill-color-transparency-light-010:hsla(0, 0%, 100%, 0.1);
805
+ --t-fill-color-transparency-light-020:hsla(0, 0%, 100%, 0.2);
806
+ --t-fill-color-transparency-light-030:hsla(0, 0%, 100%, 0.3);
807
+ --t-fill-color-transparency-light-040:hsla(0, 0%, 100%, 0.4);
808
+ --t-fill-color-transparency-light-050:hsla(0, 0%, 100%, 0.5);
809
+ --t-fill-color-transparency-light-060:hsla(0, 0%, 100%, 0.6);
810
+ --t-fill-color-transparency-light-070:hsla(0, 0%, 100%, 0.7);
811
+ --t-fill-color-transparency-light-080:hsla(0, 0%, 100%, 0.8);
812
+ --t-fill-color-transparency-light-090:hsla(0, 0%, 100%, 0.9);
813
+ --t-fill-color-transparency-dark-010:hsla(0, 0%, 0%, 0.1);
814
+ --t-fill-color-transparency-dark-020:hsla(0, 0%, 0%, 0.2);
815
+ --t-fill-color-transparency-dark-030:hsla(0, 0%, 0%, 0.3);
816
+ --t-fill-color-transparency-dark-040:hsla(0, 0%, 0%, 0.4);
817
+ --t-fill-color-transparency-dark-050:hsla(0, 0%, 0%, 0.5);
818
+ --t-fill-color-transparency-dark-060:hsla(0, 0%, 0%, 0.6);
819
+ --t-fill-color-transparency-dark-070:hsla(0, 0%, 0%, 0.7);
820
+ --t-fill-color-transparency-dark-080:hsla(0, 0%, 0%, 0.8);
821
+ --t-fill-color-transparency-dark-090:hsla(0, 0%, 0%, 0.9);
822
+ --t-fill-color-transparency-dark-static-010:hsla(0, 0%, 0%, 0.1);
823
+ --t-fill-color-transparency-dark-static-020:hsla(0, 0%, 0%, 0.2);
824
+ --t-fill-color-transparency-dark-static-030:hsla(0, 0%, 0%, 0.3);
825
+ --t-fill-color-transparency-dark-static-040:hsla(0, 0%, 0%, 0.4);
826
+ --t-fill-color-transparency-dark-static-050:hsla(0, 0%, 0%, 0.5);
827
+ --t-fill-color-transparency-dark-static-060:hsla(0, 0%, 0%, 0.6);
828
+ --t-fill-color-transparency-dark-static-070:hsla(0, 0%, 0%, 0.7);
829
+ --t-fill-color-transparency-dark-static-080:hsla(0, 0%, 0%, 0.8);
830
+ --t-fill-color-transparency-dark-static-090:hsla(0, 0%, 0%, 0.9);
831
+ --t-surface-color-card:hsl(0, 0%, 100%);
832
+ --t-surface-color-canvas:hsl(0, 0%, 100%);
833
+ --t-border-color:hsl(0, 0%, 88%);
834
+ --t-border-color-dark:hsl(0, 0%, 81%);
835
+ --t-border-color-darker:hsl(0, 0%, 68%);
836
+ --t-border-color-darkest:hsl(0, 0%, 58%);
837
+ --t-border-color-disabled:hsl(0, 0%, 88%);
838
+ --t-border-color-dim:hsl(0, 0%, 95%);
839
+ --t-border-color-white:hsl(0, 0%, 100%);
840
+ --t-border-color-status-neutral:hsl(0, 0%, 58%);
841
+ --t-border-color-status-info:hsl(204, 100%, 40%);
842
+ --t-border-color-status-success:hsl(97, 57%, 40%);
843
+ --t-border-color-status-warning:hsl(42, 84%, 63%);
844
+ --t-border-color-status-error:hsl(8, 60%, 47%);
845
+ --t-border-color-button-neutral:hsl(0, 0%, 88%);
846
+ --t-border-color-button-info:hsl(204, 100%, 40%);
847
+ --t-border-color-button-create:hsl(96, 57%, 33%);
848
+ --t-border-color-button-delete:hsl(8, 60%, 47%);
849
+ --t-border-color-control-neutral:hsl(0, 0%, 68%);
850
+ --t-border-color-control-info:hsl(204, 100%, 40%);
851
+ --t-border-color-control-success:hsl(97, 57%, 40%);
852
+ --t-border-color-control-warning:hsl(42, 84%, 63%);
853
+ --t-border-color-control-error:hsl(8, 60%, 47%);
854
+ --t-border-color-control-disabled:hsl(0, 0%, 88%);
855
+ --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.07);
856
+ --t-form-background-color:var(--t-fill-color-neutral-100);
857
+ --t-form-background-color-disabled:var(--t-fill-color-neutral-070);
858
+ --t-form-background-color-error:var(--t-fill-color-neutral-100);
859
+ --t-form-background-color-readonly:var(--t-fill-color-neutral-070);
860
+ --t-form-border-color:var(--t-border-color);
861
+ --t-form-border-color-disabled:var(--t-border-color);
862
+ --t-form-border-color-error:var(--t-border-color-status-error);
863
+ --t-form-border-color-focus:var(--t-fill-color-interaction);
864
+ --t-form-border-color-hover:var(--t-border-color-dark);
865
+ --t-form-border-color-readonly:hsla(0, 0%, 100%, 0);
866
+ --t-form-border-radius:var(--t-border-radius-md);
867
+ --t-form-border-width:var(--t-border-width);
868
+ --t-form-font-color:var(--t-text-color);
869
+ --t-form-font-color-disabled:var(--t-text-color-disabled);
870
+ --t-form-font-color-error:var(--t-text-color-status-error);
871
+ --t-form-font-color-readonly:var(--t-text-color);
872
+ --t-form-picker-icon-color:var(--t-icon-color);
873
+ --t-form-placeholder-color:var(--t-text-color-placeholder);
932
874
  }
933
875
 
934
876
  :root{
@@ -970,6 +912,64 @@
970
912
  --t-fill-color-button-delete-outline-dim-disabled:var(--t-fill-color-button-delete-outline-disabled);
971
913
  }
972
914
 
915
+ @media (prefers-color-scheme: dark){
916
+ :root[data-color-mode="system"]{
917
+ --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
918
+ --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 100%);
919
+ --t-fill-color-button-create-solid-default:hsl(0, 0%, 25%);
920
+ --t-fill-color-button-create-solid-hover:hsl(0, 0%, 25%);
921
+ --t-fill-color-button-create-solid-active:hsl(0, 0%, 25%);
922
+ --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 25%);
923
+ --t-fill-color-button-create-ghost-hover:hsla(0, 0%, 100%, 0);
924
+ --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
925
+ }
926
+ }
927
+
928
+ :root{
929
+ --t-border-color-default-base:var(--t-border-color);
930
+ --t-border-color-default-dark:var(--t-border-color-dark);
931
+ --t-border-color-default-darker:var(--t-border-color-darker);
932
+ --t-border-color-default-darkest:var(--t-border-color-darkest);
933
+ --t-border-color-default-dim:var(--t-border-color-dim);
934
+ --t-border-color-default-disabled:var(--t-border-color-disabled);
935
+ --t-border-color-default-white:var(--t-border-color-white);
936
+ --t-border-radius-default:var(--t-border-radius);
937
+ --t-border-width-default:var(--t-border-width);
938
+ --t-fill-color-button-delete-ghost-default:var(--t-fill-color-button-delete-ghost);
939
+ --t-fill-color-button-delete-outline-default:var(--t-fill-color-button-delete-outline);
940
+ --t-fill-color-button-delete-solid-default:var(--t-fill-color-button-delete-solid);
941
+ --t-fill-color-button-interaction-ghost-default:var(--t-fill-color-button-interaction-ghost);
942
+ --t-fill-color-button-interaction-outline-default:var(--t-fill-color-button-interaction-outline);
943
+ --t-fill-color-button-interaction-solid-default:var(--t-fill-color-button-interaction-solid);
944
+ --t-fill-color-button-neutral-ghost-default:var(--t-fill-color-button-neutral-ghost);
945
+ --t-fill-color-button-neutral-outline-default:var(--t-fill-color-button-neutral-outline);
946
+ --t-fill-color-button-neutral-responsive-header-default:var(--t-fill-color-button-neutral-responsive-header);
947
+ --t-fill-color-button-neutral-solid-default:var(--t-fill-color-button-neutral-solid);
948
+ --t-fill-color-button-pill-default:var(--t-fill-color-button-pill);
949
+ --t-fill-color-control-primary:var(--t-fill-color-control);
950
+ --t-fill-color-interaction-default:var(--t-fill-color-interaction);
951
+ --t-fill-color-product-staff-base:var(--t-fill-color-product-staff);
952
+ --t-fill-color-status-error-primary:var(--t-fill-color-status-error);
953
+ --t-fill-color-tooltip-primary:var(--t-fill-color-tooltip);
954
+ --t-icon-color-default-dim:var(--t-icon-color-dim);
955
+ --t-icon-color-default-disabled:var(--t-icon-color-disabled);
956
+ --t-icon-color-default-inverted:var(--t-icon-color-inverted);
957
+ --t-icon-color-default-primary:var(--t-icon-color);
958
+ --t-icon-color-default-secondary:var(--t-icon-color-secondary);
959
+ --t-icon-color-status-error-primary:var(--t-icon-color-status-error);
960
+ --t-icon-color-status-info-primary:var(--t-icon-color-status-info);
961
+ --t-icon-color-status-neutral-primary:var(--t-icon-color-status-neutral);
962
+ --t-icon-color-status-success-primary:var(--t-icon-color-status-success);
963
+ --t-icon-color-status-warning-primary:var(--t-icon-color-status-warning);
964
+ --t-text-color-default-disabled:var(--t-text-color-disabled);
965
+ --t-text-color-default-headline:var(--t-text-color-headline);
966
+ --t-text-color-default-inverted:var(--t-text-color-inverted);
967
+ --t-text-color-default-placeholder:var(--t-text-color-placeholder);
968
+ --t-text-color-default-primary:var(--t-text-color);
969
+ --t-text-color-default-secondary:var(--t-text-color-secondary);
970
+ --t-text-color-interaction-primary:var(--t-text-color-interaction);
971
+ }
972
+
973
973
  @layer t-critical{
974
974
  tds-page-header:not(.hydrated){
975
975
  display:none;