@planningcenter/tapestry 3.0.0-rc.22 → 3.0.0-rc.23
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.
- package/dist/components/page-header/index.js +1 -1
- package/dist/components/sidenav/index.js +1 -1
- package/dist/reactRender.css +278 -278
- package/dist/reactRender.css.map +1 -1
- package/dist/reactRenderLegacy.css +278 -278
- package/dist/reactRenderLegacy.css.map +1 -1
- package/dist/tapestry-wc/dist/components/{p-BX7_mF4Q.js → p-BBpJNF9r.js} +3 -3
- package/dist/tapestry-wc/dist/components/{p-BX7_mF4Q.js.map → p-BBpJNF9r.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-C7OwRTmf.js → p-BElQcGY4.js} +3 -3
- package/dist/tapestry-wc/dist/components/{p-C7OwRTmf.js.map → p-BElQcGY4.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-flyRTau_.js → p-DEB_xuhM.js} +2 -2
- package/dist/tapestry-wc/dist/components/{p-flyRTau_.js.map → p-DEB_xuhM.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-C-js6PYd.js → p-DWE7Cjco.js} +3 -3
- package/dist/tapestry-wc/dist/components/{p-C-js6PYd.js.map → p-DWE7Cjco.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-DIk76iNv.js → p-U8c4IsmA.js} +2 -2
- package/dist/tapestry-wc/dist/components/{p-DIk76iNv.js.map → p-U8c4IsmA.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/tds-page-header-nav.js +2 -2
- package/dist/tapestry-wc/dist/components/tds-page-header-nav.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-page-header.js +3 -3
- package/dist/tapestry-wc/dist/components/tds-page-header.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-sidenav-item.js +3 -3
- package/dist/tapestry-wc/dist/components/tds-sidenav-item.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js +2 -2
- package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-sidenav-section.js +3 -3
- package/dist/tapestry-wc/dist/components/tds-sidenav-section.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-sidenav.js +5 -5
- package/dist/tapestry-wc/dist/components/tds-sidenav.js.map +1 -1
- package/dist/tokens/tokens-deprecated.json +168 -0
- package/dist/tokens/ts/react-native-tokens.d.ts +162 -0
- package/dist/tokens/ts/react-native-tokens.d.ts.map +1 -1
- package/dist/tokens/ts/react-native-tokens.js +43 -1
- package/dist/tokens/ts/react-native-tokens.js.map +1 -1
- package/dist/tokens/ts/tokens.d.ts +42 -0
- package/dist/tokens/ts/tokens.d.ts.map +1 -1
- package/dist/tokens/ts/tokens.js +43 -1
- package/dist/tokens/ts/tokens.js.map +1 -1
- package/package.json +3 -3
|
@@ -223,231 +223,6 @@
|
|
|
223
223
|
--t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
@media (prefers-color-scheme: dark){
|
|
227
|
-
:root[data-color-mode="system"]{
|
|
228
|
-
color-scheme:dark;
|
|
229
|
-
--t-text-color-headline:hsl(0, 0%, 94%);
|
|
230
|
-
--t-text-color:hsl(0, 0%, 80%);
|
|
231
|
-
--t-text-color-secondary:hsl(0, 0%, 54%);
|
|
232
|
-
--t-text-color-disabled:hsl(0, 0%, 25%);
|
|
233
|
-
--t-text-color-placeholder:hsl(0, 0%, 38%);
|
|
234
|
-
--t-text-color-interaction:hsl(204, 68%, 55%);
|
|
235
|
-
--t-text-color-interaction-hover:hsl(204, 68%, 50%);
|
|
236
|
-
--t-text-color-interaction-active:hsl(204, 68%, 45%);
|
|
237
|
-
--t-text-color-interaction-visited:hsl(204, 68%, 50%);
|
|
238
|
-
--t-text-color-status-neutral:hsl(0, 0%, 80%);
|
|
239
|
-
--t-text-color-status-info:hsl(204, 68%, 55%);
|
|
240
|
-
--t-text-color-status-success:hsl(97, 57%, 41%);
|
|
241
|
-
--t-text-color-status-warning:hsl(42, 84%, 55%);
|
|
242
|
-
--t-text-color-status-error:hsl(8, 61%, 61%);
|
|
243
|
-
--t-text-color-tag-subtle-gray:hsl(0, 0%, 80%);
|
|
244
|
-
--t-text-color-tag-subtle-blue:hsl(223, 46%, 84%);
|
|
245
|
-
--t-text-color-tag-subtle-indigo:hsl(233, 78%, 84%);
|
|
246
|
-
--t-text-color-tag-subtle-aqua:hsl(208, 77%, 85%);
|
|
247
|
-
--t-text-color-tag-subtle-teal:hsl(180, 95%, 74%);
|
|
248
|
-
--t-text-color-tag-subtle-green:hsl(99, 93%, 84%);
|
|
249
|
-
--t-text-color-tag-subtle-yellow:hsl(29, 100%, 85%);
|
|
250
|
-
--t-text-color-tag-subtle-orange:hsl(18, 100%, 85%);
|
|
251
|
-
--t-text-color-tag-subtle-pink:hsl(328, 89%, 89%);
|
|
252
|
-
--t-text-color-tag-subtle-purple:hsl(268, 70%, 88%);
|
|
253
|
-
--t-text-color-tag-subtle-magenta:hsl(285, 70%, 88%);
|
|
254
|
-
--t-text-color-tag-bold-gray:hsl(0, 0%, 100%);
|
|
255
|
-
--t-text-color-tag-bold-indigo:hsl(0, 0%, 100%);
|
|
256
|
-
--t-text-color-tag-bold-blue:hsl(0, 0%, 100%);
|
|
257
|
-
--t-text-color-tag-bold-aqua:hsl(0, 0%, 100%);
|
|
258
|
-
--t-text-color-tag-bold-teal:hsl(0, 0%, 100%);
|
|
259
|
-
--t-text-color-tag-bold-green:hsl(0, 0%, 100%);
|
|
260
|
-
--t-text-color-tag-bold-yellow:hsl(0, 0%, 100%);
|
|
261
|
-
--t-text-color-tag-bold-orange:hsl(0, 0%, 100%);
|
|
262
|
-
--t-text-color-tag-bold-pink:hsl(0, 0%, 100%);
|
|
263
|
-
--t-text-color-tag-bold-purple:hsl(0, 0%, 100%);
|
|
264
|
-
--t-text-color-tag-bold-magenta:hsl(0, 0%, 100%);
|
|
265
|
-
--t-icon-color:hsl(0, 0%, 80%);
|
|
266
|
-
--t-icon-color-secondary:hsl(0, 0%, 54%);
|
|
267
|
-
--t-icon-color-dim:hsl(0, 0%, 38%);
|
|
268
|
-
--t-icon-color-disabled:hsl(0, 0%, 25%);
|
|
269
|
-
--t-icon-color-status-neutral:hsl(0, 0%, 54%);
|
|
270
|
-
--t-icon-color-status-neutral-secondary:hsl(0, 0%, 38%);
|
|
271
|
-
--t-icon-color-status-neutral-bold:hsl(0, 0%, 80%);
|
|
272
|
-
--t-icon-color-status-info:hsl(204, 68%, 55%);
|
|
273
|
-
--t-icon-color-status-error:hsl(8, 61%, 61%);
|
|
274
|
-
--t-fill-color-neutral-100:hsl(0, 0%, 10%);
|
|
275
|
-
--t-fill-color-neutral-000:hsl(0, 0%, 98%);
|
|
276
|
-
--t-fill-color-neutral-010:hsl(0, 0%, 88%);
|
|
277
|
-
--t-fill-color-neutral-020:hsl(0, 0%, 68%);
|
|
278
|
-
--t-fill-color-neutral-025:hsl(0, 0%, 58%);
|
|
279
|
-
--t-fill-color-neutral-030:hsl(0, 0%, 50%);
|
|
280
|
-
--t-fill-color-neutral-040:hsl(0, 0%, 32%);
|
|
281
|
-
--t-fill-color-neutral-050:hsl(0, 0%, 24%);
|
|
282
|
-
--t-fill-color-neutral-060:hsl(0, 0%, 19%);
|
|
283
|
-
--t-fill-color-neutral-070:hsl(0, 0%, 17%);
|
|
284
|
-
--t-fill-color-neutral-080:hsl(0, 0%, 15%);
|
|
285
|
-
--t-fill-color-neutral-090:hsl(0, 0%, 12%);
|
|
286
|
-
--t-fill-color-interaction:hsl(204, 100%, 35%);
|
|
287
|
-
--t-fill-color-interaction-hover:hsl(204, 100%, 40%);
|
|
288
|
-
--t-fill-color-interaction-active:hsl(204, 80%, 45%);
|
|
289
|
-
--t-fill-color-interaction-disabled:hsl(0, 0%, 25%);
|
|
290
|
-
--t-fill-color-control-neutral-off:hsl(0, 0%, 32%);
|
|
291
|
-
--t-fill-color-control-neutral-on:hsl(0, 0%, 50%);
|
|
292
|
-
--t-fill-color-control:hsl(204, 100%, 35%);
|
|
293
|
-
--t-fill-color-control-disabled:hsl(0, 0%, 20%);
|
|
294
|
-
--t-fill-color-status-neutral:hsl(0, 0%, 24%);
|
|
295
|
-
--t-fill-color-status-neutral-ghost:hsl(0, 0%, 18%);
|
|
296
|
-
--t-fill-color-status-neutral-dim:hsl(0, 0%, 15%);
|
|
297
|
-
--t-fill-color-status-info:hsl(204, 100%, 35%);
|
|
298
|
-
--t-fill-color-status-info-ghost:hsl(204, 32%, 15%);
|
|
299
|
-
--t-fill-color-status-info-dim:hsl(206, 22%, 15%);
|
|
300
|
-
--t-fill-color-status-success-ghost:hsl(125, 17%, 15%);
|
|
301
|
-
--t-fill-color-status-success-dim:hsl(120, 12%, 14%);
|
|
302
|
-
--t-fill-color-status-warning-ghost:hsl(41, 18%, 17%);
|
|
303
|
-
--t-fill-color-status-warning-dim:hsl(42, 13%, 15%);
|
|
304
|
-
--t-fill-color-status-error-ghost:hsl(8, 20%, 16%);
|
|
305
|
-
--t-fill-color-status-error-dim:hsl(10, 16%, 15%);
|
|
306
|
-
--t-fill-color-tooltip:hsla(0, 0%, 24%, 0.9);
|
|
307
|
-
--t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
|
|
308
|
-
--t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
|
|
309
|
-
--t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
|
|
310
|
-
--t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
|
|
311
|
-
--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%));
|
|
312
|
-
--t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
|
|
313
|
-
--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%));
|
|
314
|
-
--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%));
|
|
315
|
-
--t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
|
|
316
|
-
--t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
|
|
317
|
-
--t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
|
|
318
|
-
--t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
|
|
319
|
-
--t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
|
|
320
|
-
--t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
|
|
321
|
-
--t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
|
|
322
|
-
--t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
|
|
323
|
-
--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%));
|
|
324
|
-
--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%));
|
|
325
|
-
--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%));
|
|
326
|
-
--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%));
|
|
327
|
-
--t-fill-color-tag-gray-010:hsl(0, 0%, 20%);
|
|
328
|
-
--t-fill-color-tag-gray-020:hsl(0, 0%, 24%);
|
|
329
|
-
--t-fill-color-tag-gray-030:hsl(0, 0%, 36%);
|
|
330
|
-
--t-fill-color-tag-gray-040:hsl(0, 0%, 42%);
|
|
331
|
-
--t-fill-color-tag-blue-010:hsl(219, 26%, 24%);
|
|
332
|
-
--t-fill-color-tag-blue-020:hsl(220, 28%, 29%);
|
|
333
|
-
--t-fill-color-tag-blue-030:hsl(219, 32%, 45%);
|
|
334
|
-
--t-fill-color-tag-blue-040:hsl(220, 35%, 52%);
|
|
335
|
-
--t-fill-color-tag-aqua-010:hsl(200, 30%, 21%);
|
|
336
|
-
--t-fill-color-tag-aqua-020:hsl(200, 33%, 26%);
|
|
337
|
-
--t-fill-color-tag-aqua-030:hsl(200, 39%, 38%);
|
|
338
|
-
--t-fill-color-tag-aqua-040:hsl(200, 39%, 43%);
|
|
339
|
-
--t-fill-color-tag-teal-010:hsl(169, 33%, 19%);
|
|
340
|
-
--t-fill-color-tag-teal-020:hsl(169, 37%, 22%);
|
|
341
|
-
--t-fill-color-tag-teal-030:hsl(169, 43%, 31%);
|
|
342
|
-
--t-fill-color-tag-teal-040:hsl(169, 44%, 35%);
|
|
343
|
-
--t-fill-color-tag-green-010:hsl(110, 30%, 20%);
|
|
344
|
-
--t-fill-color-tag-green-020:hsl(112, 33%, 23%);
|
|
345
|
-
--t-fill-color-tag-green-030:hsl(112, 37%, 33%);
|
|
346
|
-
--t-fill-color-tag-green-040:hsl(112, 39%, 37%);
|
|
347
|
-
--t-fill-color-tag-yellow-010:hsl(44, 39%, 19%);
|
|
348
|
-
--t-fill-color-tag-yellow-020:hsl(44, 44%, 22%);
|
|
349
|
-
--t-fill-color-tag-yellow-030:hsl(44, 50%, 31%);
|
|
350
|
-
--t-fill-color-tag-yellow-040:hsl(44, 53%, 36%);
|
|
351
|
-
--t-fill-color-tag-orange-010:hsl(21, 35%, 22%);
|
|
352
|
-
--t-fill-color-tag-orange-020:hsl(20, 38%, 26%);
|
|
353
|
-
--t-fill-color-tag-orange-030:hsl(21, 44%, 40%);
|
|
354
|
-
--t-fill-color-tag-orange-040:hsl(21, 46%, 45%);
|
|
355
|
-
--t-fill-color-tag-pink-010:hsl(331, 22%, 24%);
|
|
356
|
-
--t-fill-color-tag-pink-020:hsl(324, 26%, 26%);
|
|
357
|
-
--t-fill-color-tag-pink-030:hsl(324, 30%, 45%);
|
|
358
|
-
--t-fill-color-tag-pink-040:hsl(324, 33%, 51%);
|
|
359
|
-
--t-fill-color-tag-purple-010:hsl(274, 20%, 23%);
|
|
360
|
-
--t-fill-color-tag-purple-020:hsl(274, 21%, 28%);
|
|
361
|
-
--t-fill-color-tag-purple-030:hsl(274, 25%, 46%);
|
|
362
|
-
--t-fill-color-tag-purple-040:hsl(274, 28%, 53%);
|
|
363
|
-
--t-fill-color-tag-magenta-010:hsl(292, 20%, 21%);
|
|
364
|
-
--t-fill-color-tag-magenta-020:hsl(292, 22%, 26%);
|
|
365
|
-
--t-fill-color-tag-magenta-030:hsl(293, 26%, 42%);
|
|
366
|
-
--t-fill-color-tag-magenta-040:hsl(292, 27%, 48%);
|
|
367
|
-
--t-fill-color-tag-indigo-010:hsl(235, 21%, 24%);
|
|
368
|
-
--t-fill-color-tag-indigo-020:hsl(236, 22%, 29%);
|
|
369
|
-
--t-fill-color-tag-indigo-030:hsl(236, 26%, 50%);
|
|
370
|
-
--t-fill-color-tag-indigo-040:hsl(236, 34%, 56%);
|
|
371
|
-
--t-fill-color-button-neutral-solid:hsl(0, 0%, 19%);
|
|
372
|
-
--t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 24%);
|
|
373
|
-
--t-fill-color-button-neutral-solid-active:hsl(0, 0%, 32%);
|
|
374
|
-
--t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 12%);
|
|
375
|
-
--t-fill-color-button-neutral-outline:hsl(0, 0%, 15%);
|
|
376
|
-
--t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 17%);
|
|
377
|
-
--t-fill-color-button-neutral-outline-active:hsl(0, 0%, 19%);
|
|
378
|
-
--t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 12%);
|
|
379
|
-
--t-fill-color-button-neutral-ghost:hsla(0, 0%, 0%, 0);
|
|
380
|
-
--t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 17%);
|
|
381
|
-
--t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 19%);
|
|
382
|
-
--t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 0%, 0);
|
|
383
|
-
--t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 100%, 0.05);
|
|
384
|
-
--t-fill-color-button-interaction-solid:hsl(204, 100%, 35%);
|
|
385
|
-
--t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 40%);
|
|
386
|
-
--t-fill-color-button-interaction-solid-active:hsl(204, 80%, 45%);
|
|
387
|
-
--t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 12%);
|
|
388
|
-
--t-fill-color-button-interaction-outline:hsl(204, 32%, 15%);
|
|
389
|
-
--t-fill-color-button-interaction-outline-hover:hsl(204, 39%, 17%);
|
|
390
|
-
--t-fill-color-button-interaction-outline-active:hsl(205, 45%, 18%);
|
|
391
|
-
--t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 12%);
|
|
392
|
-
--t-fill-color-button-interaction-ghost:hsla(0, 0%, 0%, 0);
|
|
393
|
-
--t-fill-color-button-interaction-ghost-hover:hsl(204, 32%, 15%);
|
|
394
|
-
--t-fill-color-button-interaction-ghost-active:hsl(204, 39%, 17%);
|
|
395
|
-
--t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 0%, 0);
|
|
396
|
-
--t-fill-color-button-delete-solid:hsl(8, 60%, 40%);
|
|
397
|
-
--t-fill-color-button-delete-solid-active:hsl(8, 60%, 47%);
|
|
398
|
-
--t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 12%);
|
|
399
|
-
--t-fill-color-button-delete-outline:hsl(8, 20%, 16%);
|
|
400
|
-
--t-fill-color-button-delete-outline-hover:hsl(9, 24%, 17%);
|
|
401
|
-
--t-fill-color-button-delete-outline-active:hsl(9, 29%, 19%);
|
|
402
|
-
--t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 12%);
|
|
403
|
-
--t-fill-color-button-delete-ghost:hsla(0, 0%, 0%, 0);
|
|
404
|
-
--t-fill-color-button-delete-ghost-hover:hsl(8, 20%, 16%);
|
|
405
|
-
--t-fill-color-button-delete-ghost-active:hsl(9, 24%, 17%);
|
|
406
|
-
--t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 0%, 0);
|
|
407
|
-
--t-fill-color-button-pill:hsl(0, 0%, 18%);
|
|
408
|
-
--t-fill-color-button-pill-hover:hsl(0, 0%, 21%);
|
|
409
|
-
--t-fill-color-button-pill-active:hsl(0, 0%, 21%);
|
|
410
|
-
--t-fill-color-button-pill-disabled:hsl(0, 0%, 18%);
|
|
411
|
-
--t-fill-color-transparency-light-010:hsla(0, 0%, 0%, 0.1);
|
|
412
|
-
--t-fill-color-transparency-light-020:hsla(0, 0%, 0%, 0.2);
|
|
413
|
-
--t-fill-color-transparency-light-030:hsla(0, 0%, 0%, 0.3);
|
|
414
|
-
--t-fill-color-transparency-light-040:hsla(0, 0%, 0%, 0.4);
|
|
415
|
-
--t-fill-color-transparency-light-050:hsla(0, 0%, 0%, 0.5);
|
|
416
|
-
--t-fill-color-transparency-light-060:hsla(0, 0%, 0%, 0.6);
|
|
417
|
-
--t-fill-color-transparency-light-070:hsla(0, 0%, 0%, 0.7);
|
|
418
|
-
--t-fill-color-transparency-light-080:hsla(0, 0%, 0%, 0.8);
|
|
419
|
-
--t-fill-color-transparency-light-090:hsla(0, 0%, 0%, 0.9);
|
|
420
|
-
--t-fill-color-transparency-dark-010:hsla(0, 0%, 100%, 0.1);
|
|
421
|
-
--t-fill-color-transparency-dark-020:hsla(0, 0%, 100%, 0.2);
|
|
422
|
-
--t-fill-color-transparency-dark-030:hsla(0, 0%, 100%, 0.3);
|
|
423
|
-
--t-fill-color-transparency-dark-040:hsla(0, 0%, 100%, 0.4);
|
|
424
|
-
--t-fill-color-transparency-dark-050:hsla(0, 0%, 100%, 0.5);
|
|
425
|
-
--t-fill-color-transparency-dark-060:hsla(0, 0%, 100%, 0.6);
|
|
426
|
-
--t-fill-color-transparency-dark-070:hsla(0, 0%, 100%, 0.7);
|
|
427
|
-
--t-fill-color-transparency-dark-080:hsla(0, 0%, 100%, 0.8);
|
|
428
|
-
--t-fill-color-transparency-dark-090:hsla(0, 0%, 100%, 0.9);
|
|
429
|
-
--t-surface-color-card:hsl(0, 0%, 12%);
|
|
430
|
-
--t-surface-color-canvas:hsl(0, 0%, 10%);
|
|
431
|
-
--t-border-color:hsl(0, 0%, 21%);
|
|
432
|
-
--t-border-color-dark:hsl(0, 0%, 25%);
|
|
433
|
-
--t-border-color-darker:hsl(0, 0%, 33%);
|
|
434
|
-
--t-border-color-darkest:hsl(0, 0%, 38%);
|
|
435
|
-
--t-border-color-disabled:hsl(0, 0%, 21%);
|
|
436
|
-
--t-border-color-dim:hsl(0, 0%, 16%);
|
|
437
|
-
--t-border-color-white:hsl(0, 0%, 12%);
|
|
438
|
-
--t-border-color-status-neutral:hsl(0, 0%, 38%);
|
|
439
|
-
--t-border-color-status-info:hsl(204, 100%, 35%);
|
|
440
|
-
--t-border-color-button-neutral:hsl(0, 0%, 19%);
|
|
441
|
-
--t-border-color-button-info:hsla(204, 100%, 40%, 0.25);
|
|
442
|
-
--t-border-color-button-create:hsla(96, 57%, 33%, 0.25);
|
|
443
|
-
--t-border-color-button-delete:hsla(8, 60%, 47%, 0.25);
|
|
444
|
-
--t-border-color-control-neutral:hsl(0, 0%, 33%);
|
|
445
|
-
--t-border-color-control-info:hsl(204, 100%, 35%);
|
|
446
|
-
--t-border-color-control-disabled:hsl(0, 0%, 21%);
|
|
447
|
-
--t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
|
|
451
226
|
:root{
|
|
452
227
|
--t-border-radius-sm:2px;
|
|
453
228
|
--t-border-radius-md:4px;
|
|
@@ -864,61 +639,228 @@
|
|
|
864
639
|
--t-form-placeholder-color:var(--t-text-color-placeholder);
|
|
865
640
|
}
|
|
866
641
|
|
|
867
|
-
:root{
|
|
868
|
-
--t-border-color-default-base:var(--t-border-color);
|
|
869
|
-
--t-border-color-default-dark:var(--t-border-color-dark);
|
|
870
|
-
--t-border-color-default-darker:var(--t-border-color-darker);
|
|
871
|
-
--t-border-color-default-darkest:var(--t-border-color-darkest);
|
|
872
|
-
--t-border-color-default-dim:var(--t-border-color-dim);
|
|
873
|
-
--t-border-color-default-disabled:var(--t-border-color-disabled);
|
|
874
|
-
--t-border-color-default-white:var(--t-border-color-white);
|
|
875
|
-
--t-border-radius-default:var(--t-border-radius);
|
|
876
|
-
--t-border-width-default:var(--t-border-width);
|
|
877
|
-
--t-fill-color-button-delete-ghost-default:var(--t-fill-color-button-delete-ghost);
|
|
878
|
-
--t-fill-color-button-delete-outline-default:var(--t-fill-color-button-delete-outline);
|
|
879
|
-
--t-fill-color-button-delete-solid-default:var(--t-fill-color-button-delete-solid);
|
|
880
|
-
--t-fill-color-button-interaction-ghost-default:var(--t-fill-color-button-interaction-ghost);
|
|
881
|
-
--t-fill-color-button-interaction-outline-default:var(--t-fill-color-button-interaction-outline);
|
|
882
|
-
--t-fill-color-button-interaction-solid-default:var(--t-fill-color-button-interaction-solid);
|
|
883
|
-
--t-fill-color-button-neutral-ghost-default:var(--t-fill-color-button-neutral-ghost);
|
|
884
|
-
--t-fill-color-button-neutral-outline-default:var(--t-fill-color-button-neutral-outline);
|
|
885
|
-
--t-fill-color-button-neutral-responsive-header-default:var(--t-fill-color-button-neutral-responsive-header);
|
|
886
|
-
--t-fill-color-button-neutral-solid-default:var(--t-fill-color-button-neutral-solid);
|
|
887
|
-
--t-fill-color-button-pill-default:var(--t-fill-color-button-pill);
|
|
888
|
-
--t-fill-color-control-primary:var(--t-fill-color-control);
|
|
889
|
-
--t-fill-color-interaction-default:var(--t-fill-color-interaction);
|
|
890
|
-
--t-fill-color-product-staff-base:var(--t-fill-color-product-staff);
|
|
891
|
-
--t-fill-color-status-error-primary:var(--t-fill-color-status-error);
|
|
892
|
-
--t-fill-color-tooltip-primary:var(--t-fill-color-tooltip);
|
|
893
|
-
--t-icon-color-default-dim:var(--t-icon-color-dim);
|
|
894
|
-
--t-icon-color-default-disabled:var(--t-icon-color-disabled);
|
|
895
|
-
--t-icon-color-default-inverted:var(--t-icon-color-inverted);
|
|
896
|
-
--t-icon-color-default-primary:var(--t-icon-color);
|
|
897
|
-
--t-icon-color-default-secondary:var(--t-icon-color-secondary);
|
|
898
|
-
--t-icon-color-status-error-primary:var(--t-icon-color-status-error);
|
|
899
|
-
--t-icon-color-status-info-primary:var(--t-icon-color-status-info);
|
|
900
|
-
--t-icon-color-status-neutral-primary:var(--t-icon-color-status-neutral);
|
|
901
|
-
--t-icon-color-status-success-primary:var(--t-icon-color-status-success);
|
|
902
|
-
--t-icon-color-status-warning-primary:var(--t-icon-color-status-warning);
|
|
903
|
-
--t-text-color-default-disabled:var(--t-text-color-disabled);
|
|
904
|
-
--t-text-color-default-headline:var(--t-text-color-headline);
|
|
905
|
-
--t-text-color-default-inverted:var(--t-text-color-inverted);
|
|
906
|
-
--t-text-color-default-placeholder:var(--t-text-color-placeholder);
|
|
907
|
-
--t-text-color-default-primary:var(--t-text-color);
|
|
908
|
-
--t-text-color-default-secondary:var(--t-text-color-secondary);
|
|
909
|
-
--t-text-color-interaction-primary:var(--t-text-color-interaction);
|
|
910
|
-
}
|
|
911
|
-
|
|
912
642
|
@media (prefers-color-scheme: dark){
|
|
913
643
|
:root[data-color-mode="system"]{
|
|
914
|
-
|
|
915
|
-
--t-
|
|
916
|
-
--t-
|
|
917
|
-
--t-
|
|
918
|
-
--t-
|
|
919
|
-
--t-
|
|
920
|
-
--t-
|
|
921
|
-
--t-
|
|
644
|
+
color-scheme:dark;
|
|
645
|
+
--t-text-color-headline:hsl(0, 0%, 94%);
|
|
646
|
+
--t-text-color:hsl(0, 0%, 80%);
|
|
647
|
+
--t-text-color-secondary:hsl(0, 0%, 54%);
|
|
648
|
+
--t-text-color-disabled:hsl(0, 0%, 25%);
|
|
649
|
+
--t-text-color-placeholder:hsl(0, 0%, 38%);
|
|
650
|
+
--t-text-color-interaction:hsl(204, 68%, 55%);
|
|
651
|
+
--t-text-color-interaction-hover:hsl(204, 68%, 50%);
|
|
652
|
+
--t-text-color-interaction-active:hsl(204, 68%, 45%);
|
|
653
|
+
--t-text-color-interaction-visited:hsl(204, 68%, 50%);
|
|
654
|
+
--t-text-color-status-neutral:hsl(0, 0%, 80%);
|
|
655
|
+
--t-text-color-status-info:hsl(204, 68%, 55%);
|
|
656
|
+
--t-text-color-status-success:hsl(97, 57%, 41%);
|
|
657
|
+
--t-text-color-status-warning:hsl(42, 84%, 55%);
|
|
658
|
+
--t-text-color-status-error:hsl(8, 61%, 61%);
|
|
659
|
+
--t-text-color-tag-subtle-gray:hsl(0, 0%, 80%);
|
|
660
|
+
--t-text-color-tag-subtle-blue:hsl(223, 46%, 84%);
|
|
661
|
+
--t-text-color-tag-subtle-indigo:hsl(233, 78%, 84%);
|
|
662
|
+
--t-text-color-tag-subtle-aqua:hsl(208, 77%, 85%);
|
|
663
|
+
--t-text-color-tag-subtle-teal:hsl(180, 95%, 74%);
|
|
664
|
+
--t-text-color-tag-subtle-green:hsl(99, 93%, 84%);
|
|
665
|
+
--t-text-color-tag-subtle-yellow:hsl(29, 100%, 85%);
|
|
666
|
+
--t-text-color-tag-subtle-orange:hsl(18, 100%, 85%);
|
|
667
|
+
--t-text-color-tag-subtle-pink:hsl(328, 89%, 89%);
|
|
668
|
+
--t-text-color-tag-subtle-purple:hsl(268, 70%, 88%);
|
|
669
|
+
--t-text-color-tag-subtle-magenta:hsl(285, 70%, 88%);
|
|
670
|
+
--t-text-color-tag-bold-gray:hsl(0, 0%, 100%);
|
|
671
|
+
--t-text-color-tag-bold-indigo:hsl(0, 0%, 100%);
|
|
672
|
+
--t-text-color-tag-bold-blue:hsl(0, 0%, 100%);
|
|
673
|
+
--t-text-color-tag-bold-aqua:hsl(0, 0%, 100%);
|
|
674
|
+
--t-text-color-tag-bold-teal:hsl(0, 0%, 100%);
|
|
675
|
+
--t-text-color-tag-bold-green:hsl(0, 0%, 100%);
|
|
676
|
+
--t-text-color-tag-bold-yellow:hsl(0, 0%, 100%);
|
|
677
|
+
--t-text-color-tag-bold-orange:hsl(0, 0%, 100%);
|
|
678
|
+
--t-text-color-tag-bold-pink:hsl(0, 0%, 100%);
|
|
679
|
+
--t-text-color-tag-bold-purple:hsl(0, 0%, 100%);
|
|
680
|
+
--t-text-color-tag-bold-magenta:hsl(0, 0%, 100%);
|
|
681
|
+
--t-icon-color:hsl(0, 0%, 80%);
|
|
682
|
+
--t-icon-color-secondary:hsl(0, 0%, 54%);
|
|
683
|
+
--t-icon-color-dim:hsl(0, 0%, 38%);
|
|
684
|
+
--t-icon-color-disabled:hsl(0, 0%, 25%);
|
|
685
|
+
--t-icon-color-status-neutral:hsl(0, 0%, 54%);
|
|
686
|
+
--t-icon-color-status-neutral-secondary:hsl(0, 0%, 38%);
|
|
687
|
+
--t-icon-color-status-neutral-bold:hsl(0, 0%, 80%);
|
|
688
|
+
--t-icon-color-status-info:hsl(204, 68%, 55%);
|
|
689
|
+
--t-icon-color-status-error:hsl(8, 61%, 61%);
|
|
690
|
+
--t-fill-color-neutral-100:hsl(0, 0%, 10%);
|
|
691
|
+
--t-fill-color-neutral-000:hsl(0, 0%, 98%);
|
|
692
|
+
--t-fill-color-neutral-010:hsl(0, 0%, 88%);
|
|
693
|
+
--t-fill-color-neutral-020:hsl(0, 0%, 68%);
|
|
694
|
+
--t-fill-color-neutral-025:hsl(0, 0%, 58%);
|
|
695
|
+
--t-fill-color-neutral-030:hsl(0, 0%, 50%);
|
|
696
|
+
--t-fill-color-neutral-040:hsl(0, 0%, 32%);
|
|
697
|
+
--t-fill-color-neutral-050:hsl(0, 0%, 24%);
|
|
698
|
+
--t-fill-color-neutral-060:hsl(0, 0%, 19%);
|
|
699
|
+
--t-fill-color-neutral-070:hsl(0, 0%, 17%);
|
|
700
|
+
--t-fill-color-neutral-080:hsl(0, 0%, 15%);
|
|
701
|
+
--t-fill-color-neutral-090:hsl(0, 0%, 12%);
|
|
702
|
+
--t-fill-color-interaction:hsl(204, 100%, 35%);
|
|
703
|
+
--t-fill-color-interaction-hover:hsl(204, 100%, 40%);
|
|
704
|
+
--t-fill-color-interaction-active:hsl(204, 80%, 45%);
|
|
705
|
+
--t-fill-color-interaction-disabled:hsl(0, 0%, 25%);
|
|
706
|
+
--t-fill-color-control-neutral-off:hsl(0, 0%, 32%);
|
|
707
|
+
--t-fill-color-control-neutral-on:hsl(0, 0%, 50%);
|
|
708
|
+
--t-fill-color-control:hsl(204, 100%, 35%);
|
|
709
|
+
--t-fill-color-control-disabled:hsl(0, 0%, 20%);
|
|
710
|
+
--t-fill-color-status-neutral:hsl(0, 0%, 24%);
|
|
711
|
+
--t-fill-color-status-neutral-ghost:hsl(0, 0%, 18%);
|
|
712
|
+
--t-fill-color-status-neutral-dim:hsl(0, 0%, 15%);
|
|
713
|
+
--t-fill-color-status-info:hsl(204, 100%, 35%);
|
|
714
|
+
--t-fill-color-status-info-ghost:hsl(204, 32%, 15%);
|
|
715
|
+
--t-fill-color-status-info-dim:hsl(206, 22%, 15%);
|
|
716
|
+
--t-fill-color-status-success-ghost:hsl(125, 17%, 15%);
|
|
717
|
+
--t-fill-color-status-success-dim:hsl(120, 12%, 14%);
|
|
718
|
+
--t-fill-color-status-warning-ghost:hsl(41, 18%, 17%);
|
|
719
|
+
--t-fill-color-status-warning-dim:hsl(42, 13%, 15%);
|
|
720
|
+
--t-fill-color-status-error-ghost:hsl(8, 20%, 16%);
|
|
721
|
+
--t-fill-color-status-error-dim:hsl(10, 16%, 15%);
|
|
722
|
+
--t-fill-color-tooltip:hsla(0, 0%, 24%, 0.9);
|
|
723
|
+
--t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
|
|
724
|
+
--t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
|
|
725
|
+
--t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
|
|
726
|
+
--t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
|
|
727
|
+
--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%));
|
|
728
|
+
--t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
|
|
729
|
+
--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%));
|
|
730
|
+
--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%));
|
|
731
|
+
--t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
|
|
732
|
+
--t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
|
|
733
|
+
--t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
|
|
734
|
+
--t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
|
|
735
|
+
--t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
|
|
736
|
+
--t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
|
|
737
|
+
--t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
|
|
738
|
+
--t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
|
|
739
|
+
--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%));
|
|
740
|
+
--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%));
|
|
741
|
+
--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%));
|
|
742
|
+
--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%));
|
|
743
|
+
--t-fill-color-tag-gray-010:hsl(0, 0%, 20%);
|
|
744
|
+
--t-fill-color-tag-gray-020:hsl(0, 0%, 24%);
|
|
745
|
+
--t-fill-color-tag-gray-030:hsl(0, 0%, 36%);
|
|
746
|
+
--t-fill-color-tag-gray-040:hsl(0, 0%, 42%);
|
|
747
|
+
--t-fill-color-tag-blue-010:hsl(219, 26%, 24%);
|
|
748
|
+
--t-fill-color-tag-blue-020:hsl(220, 28%, 29%);
|
|
749
|
+
--t-fill-color-tag-blue-030:hsl(219, 32%, 45%);
|
|
750
|
+
--t-fill-color-tag-blue-040:hsl(220, 35%, 52%);
|
|
751
|
+
--t-fill-color-tag-aqua-010:hsl(200, 30%, 21%);
|
|
752
|
+
--t-fill-color-tag-aqua-020:hsl(200, 33%, 26%);
|
|
753
|
+
--t-fill-color-tag-aqua-030:hsl(200, 39%, 38%);
|
|
754
|
+
--t-fill-color-tag-aqua-040:hsl(200, 39%, 43%);
|
|
755
|
+
--t-fill-color-tag-teal-010:hsl(169, 33%, 19%);
|
|
756
|
+
--t-fill-color-tag-teal-020:hsl(169, 37%, 22%);
|
|
757
|
+
--t-fill-color-tag-teal-030:hsl(169, 43%, 31%);
|
|
758
|
+
--t-fill-color-tag-teal-040:hsl(169, 44%, 35%);
|
|
759
|
+
--t-fill-color-tag-green-010:hsl(110, 30%, 20%);
|
|
760
|
+
--t-fill-color-tag-green-020:hsl(112, 33%, 23%);
|
|
761
|
+
--t-fill-color-tag-green-030:hsl(112, 37%, 33%);
|
|
762
|
+
--t-fill-color-tag-green-040:hsl(112, 39%, 37%);
|
|
763
|
+
--t-fill-color-tag-yellow-010:hsl(44, 39%, 19%);
|
|
764
|
+
--t-fill-color-tag-yellow-020:hsl(44, 44%, 22%);
|
|
765
|
+
--t-fill-color-tag-yellow-030:hsl(44, 50%, 31%);
|
|
766
|
+
--t-fill-color-tag-yellow-040:hsl(44, 53%, 36%);
|
|
767
|
+
--t-fill-color-tag-orange-010:hsl(21, 35%, 22%);
|
|
768
|
+
--t-fill-color-tag-orange-020:hsl(20, 38%, 26%);
|
|
769
|
+
--t-fill-color-tag-orange-030:hsl(21, 44%, 40%);
|
|
770
|
+
--t-fill-color-tag-orange-040:hsl(21, 46%, 45%);
|
|
771
|
+
--t-fill-color-tag-pink-010:hsl(331, 22%, 24%);
|
|
772
|
+
--t-fill-color-tag-pink-020:hsl(324, 26%, 26%);
|
|
773
|
+
--t-fill-color-tag-pink-030:hsl(324, 30%, 45%);
|
|
774
|
+
--t-fill-color-tag-pink-040:hsl(324, 33%, 51%);
|
|
775
|
+
--t-fill-color-tag-purple-010:hsl(274, 20%, 23%);
|
|
776
|
+
--t-fill-color-tag-purple-020:hsl(274, 21%, 28%);
|
|
777
|
+
--t-fill-color-tag-purple-030:hsl(274, 25%, 46%);
|
|
778
|
+
--t-fill-color-tag-purple-040:hsl(274, 28%, 53%);
|
|
779
|
+
--t-fill-color-tag-magenta-010:hsl(292, 20%, 21%);
|
|
780
|
+
--t-fill-color-tag-magenta-020:hsl(292, 22%, 26%);
|
|
781
|
+
--t-fill-color-tag-magenta-030:hsl(293, 26%, 42%);
|
|
782
|
+
--t-fill-color-tag-magenta-040:hsl(292, 27%, 48%);
|
|
783
|
+
--t-fill-color-tag-indigo-010:hsl(235, 21%, 24%);
|
|
784
|
+
--t-fill-color-tag-indigo-020:hsl(236, 22%, 29%);
|
|
785
|
+
--t-fill-color-tag-indigo-030:hsl(236, 26%, 50%);
|
|
786
|
+
--t-fill-color-tag-indigo-040:hsl(236, 34%, 56%);
|
|
787
|
+
--t-fill-color-button-neutral-solid:hsl(0, 0%, 19%);
|
|
788
|
+
--t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 24%);
|
|
789
|
+
--t-fill-color-button-neutral-solid-active:hsl(0, 0%, 32%);
|
|
790
|
+
--t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 12%);
|
|
791
|
+
--t-fill-color-button-neutral-outline:hsl(0, 0%, 15%);
|
|
792
|
+
--t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 17%);
|
|
793
|
+
--t-fill-color-button-neutral-outline-active:hsl(0, 0%, 19%);
|
|
794
|
+
--t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 12%);
|
|
795
|
+
--t-fill-color-button-neutral-ghost:hsla(0, 0%, 0%, 0);
|
|
796
|
+
--t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 17%);
|
|
797
|
+
--t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 19%);
|
|
798
|
+
--t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 0%, 0);
|
|
799
|
+
--t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 100%, 0.05);
|
|
800
|
+
--t-fill-color-button-interaction-solid:hsl(204, 100%, 35%);
|
|
801
|
+
--t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 40%);
|
|
802
|
+
--t-fill-color-button-interaction-solid-active:hsl(204, 80%, 45%);
|
|
803
|
+
--t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 12%);
|
|
804
|
+
--t-fill-color-button-interaction-outline:hsl(204, 32%, 15%);
|
|
805
|
+
--t-fill-color-button-interaction-outline-hover:hsl(204, 39%, 17%);
|
|
806
|
+
--t-fill-color-button-interaction-outline-active:hsl(205, 45%, 18%);
|
|
807
|
+
--t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 12%);
|
|
808
|
+
--t-fill-color-button-interaction-ghost:hsla(0, 0%, 0%, 0);
|
|
809
|
+
--t-fill-color-button-interaction-ghost-hover:hsl(204, 32%, 15%);
|
|
810
|
+
--t-fill-color-button-interaction-ghost-active:hsl(204, 39%, 17%);
|
|
811
|
+
--t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 0%, 0);
|
|
812
|
+
--t-fill-color-button-delete-solid:hsl(8, 60%, 40%);
|
|
813
|
+
--t-fill-color-button-delete-solid-active:hsl(8, 60%, 47%);
|
|
814
|
+
--t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 12%);
|
|
815
|
+
--t-fill-color-button-delete-outline:hsl(8, 20%, 16%);
|
|
816
|
+
--t-fill-color-button-delete-outline-hover:hsl(9, 24%, 17%);
|
|
817
|
+
--t-fill-color-button-delete-outline-active:hsl(9, 29%, 19%);
|
|
818
|
+
--t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 12%);
|
|
819
|
+
--t-fill-color-button-delete-ghost:hsla(0, 0%, 0%, 0);
|
|
820
|
+
--t-fill-color-button-delete-ghost-hover:hsl(8, 20%, 16%);
|
|
821
|
+
--t-fill-color-button-delete-ghost-active:hsl(9, 24%, 17%);
|
|
822
|
+
--t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 0%, 0);
|
|
823
|
+
--t-fill-color-button-pill:hsl(0, 0%, 18%);
|
|
824
|
+
--t-fill-color-button-pill-hover:hsl(0, 0%, 21%);
|
|
825
|
+
--t-fill-color-button-pill-active:hsl(0, 0%, 21%);
|
|
826
|
+
--t-fill-color-button-pill-disabled:hsl(0, 0%, 18%);
|
|
827
|
+
--t-fill-color-transparency-light-010:hsla(0, 0%, 0%, 0.1);
|
|
828
|
+
--t-fill-color-transparency-light-020:hsla(0, 0%, 0%, 0.2);
|
|
829
|
+
--t-fill-color-transparency-light-030:hsla(0, 0%, 0%, 0.3);
|
|
830
|
+
--t-fill-color-transparency-light-040:hsla(0, 0%, 0%, 0.4);
|
|
831
|
+
--t-fill-color-transparency-light-050:hsla(0, 0%, 0%, 0.5);
|
|
832
|
+
--t-fill-color-transparency-light-060:hsla(0, 0%, 0%, 0.6);
|
|
833
|
+
--t-fill-color-transparency-light-070:hsla(0, 0%, 0%, 0.7);
|
|
834
|
+
--t-fill-color-transparency-light-080:hsla(0, 0%, 0%, 0.8);
|
|
835
|
+
--t-fill-color-transparency-light-090:hsla(0, 0%, 0%, 0.9);
|
|
836
|
+
--t-fill-color-transparency-dark-010:hsla(0, 0%, 100%, 0.1);
|
|
837
|
+
--t-fill-color-transparency-dark-020:hsla(0, 0%, 100%, 0.2);
|
|
838
|
+
--t-fill-color-transparency-dark-030:hsla(0, 0%, 100%, 0.3);
|
|
839
|
+
--t-fill-color-transparency-dark-040:hsla(0, 0%, 100%, 0.4);
|
|
840
|
+
--t-fill-color-transparency-dark-050:hsla(0, 0%, 100%, 0.5);
|
|
841
|
+
--t-fill-color-transparency-dark-060:hsla(0, 0%, 100%, 0.6);
|
|
842
|
+
--t-fill-color-transparency-dark-070:hsla(0, 0%, 100%, 0.7);
|
|
843
|
+
--t-fill-color-transparency-dark-080:hsla(0, 0%, 100%, 0.8);
|
|
844
|
+
--t-fill-color-transparency-dark-090:hsla(0, 0%, 100%, 0.9);
|
|
845
|
+
--t-surface-color-card:hsl(0, 0%, 12%);
|
|
846
|
+
--t-surface-color-canvas:hsl(0, 0%, 10%);
|
|
847
|
+
--t-border-color:hsl(0, 0%, 21%);
|
|
848
|
+
--t-border-color-dark:hsl(0, 0%, 25%);
|
|
849
|
+
--t-border-color-darker:hsl(0, 0%, 33%);
|
|
850
|
+
--t-border-color-darkest:hsl(0, 0%, 38%);
|
|
851
|
+
--t-border-color-disabled:hsl(0, 0%, 21%);
|
|
852
|
+
--t-border-color-dim:hsl(0, 0%, 16%);
|
|
853
|
+
--t-border-color-white:hsl(0, 0%, 12%);
|
|
854
|
+
--t-border-color-status-neutral:hsl(0, 0%, 38%);
|
|
855
|
+
--t-border-color-status-info:hsl(204, 100%, 35%);
|
|
856
|
+
--t-border-color-button-neutral:hsl(0, 0%, 19%);
|
|
857
|
+
--t-border-color-button-info:hsla(204, 100%, 40%, 0.25);
|
|
858
|
+
--t-border-color-button-create:hsla(96, 57%, 33%, 0.25);
|
|
859
|
+
--t-border-color-button-delete:hsla(8, 60%, 47%, 0.25);
|
|
860
|
+
--t-border-color-control-neutral:hsl(0, 0%, 33%);
|
|
861
|
+
--t-border-color-control-info:hsl(204, 100%, 35%);
|
|
862
|
+
--t-border-color-control-disabled:hsl(0, 0%, 21%);
|
|
863
|
+
--t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
|
|
922
864
|
}
|
|
923
865
|
}
|
|
924
866
|
|
|
@@ -972,6 +914,64 @@
|
|
|
972
914
|
--t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
|
|
973
915
|
}
|
|
974
916
|
|
|
917
|
+
:root{
|
|
918
|
+
--t-border-color-default-base:var(--t-border-color);
|
|
919
|
+
--t-border-color-default-dark:var(--t-border-color-dark);
|
|
920
|
+
--t-border-color-default-darker:var(--t-border-color-darker);
|
|
921
|
+
--t-border-color-default-darkest:var(--t-border-color-darkest);
|
|
922
|
+
--t-border-color-default-dim:var(--t-border-color-dim);
|
|
923
|
+
--t-border-color-default-disabled:var(--t-border-color-disabled);
|
|
924
|
+
--t-border-color-default-white:var(--t-border-color-white);
|
|
925
|
+
--t-border-radius-default:var(--t-border-radius);
|
|
926
|
+
--t-border-width-default:var(--t-border-width);
|
|
927
|
+
--t-fill-color-button-delete-ghost-default:var(--t-fill-color-button-delete-ghost);
|
|
928
|
+
--t-fill-color-button-delete-outline-default:var(--t-fill-color-button-delete-outline);
|
|
929
|
+
--t-fill-color-button-delete-solid-default:var(--t-fill-color-button-delete-solid);
|
|
930
|
+
--t-fill-color-button-interaction-ghost-default:var(--t-fill-color-button-interaction-ghost);
|
|
931
|
+
--t-fill-color-button-interaction-outline-default:var(--t-fill-color-button-interaction-outline);
|
|
932
|
+
--t-fill-color-button-interaction-solid-default:var(--t-fill-color-button-interaction-solid);
|
|
933
|
+
--t-fill-color-button-neutral-ghost-default:var(--t-fill-color-button-neutral-ghost);
|
|
934
|
+
--t-fill-color-button-neutral-outline-default:var(--t-fill-color-button-neutral-outline);
|
|
935
|
+
--t-fill-color-button-neutral-responsive-header-default:var(--t-fill-color-button-neutral-responsive-header);
|
|
936
|
+
--t-fill-color-button-neutral-solid-default:var(--t-fill-color-button-neutral-solid);
|
|
937
|
+
--t-fill-color-button-pill-default:var(--t-fill-color-button-pill);
|
|
938
|
+
--t-fill-color-control-primary:var(--t-fill-color-control);
|
|
939
|
+
--t-fill-color-interaction-default:var(--t-fill-color-interaction);
|
|
940
|
+
--t-fill-color-product-staff-base:var(--t-fill-color-product-staff);
|
|
941
|
+
--t-fill-color-status-error-primary:var(--t-fill-color-status-error);
|
|
942
|
+
--t-fill-color-tooltip-primary:var(--t-fill-color-tooltip);
|
|
943
|
+
--t-icon-color-default-dim:var(--t-icon-color-dim);
|
|
944
|
+
--t-icon-color-default-disabled:var(--t-icon-color-disabled);
|
|
945
|
+
--t-icon-color-default-inverted:var(--t-icon-color-inverted);
|
|
946
|
+
--t-icon-color-default-primary:var(--t-icon-color);
|
|
947
|
+
--t-icon-color-default-secondary:var(--t-icon-color-secondary);
|
|
948
|
+
--t-icon-color-status-error-primary:var(--t-icon-color-status-error);
|
|
949
|
+
--t-icon-color-status-info-primary:var(--t-icon-color-status-info);
|
|
950
|
+
--t-icon-color-status-neutral-primary:var(--t-icon-color-status-neutral);
|
|
951
|
+
--t-icon-color-status-success-primary:var(--t-icon-color-status-success);
|
|
952
|
+
--t-icon-color-status-warning-primary:var(--t-icon-color-status-warning);
|
|
953
|
+
--t-text-color-default-disabled:var(--t-text-color-disabled);
|
|
954
|
+
--t-text-color-default-headline:var(--t-text-color-headline);
|
|
955
|
+
--t-text-color-default-inverted:var(--t-text-color-inverted);
|
|
956
|
+
--t-text-color-default-placeholder:var(--t-text-color-placeholder);
|
|
957
|
+
--t-text-color-default-primary:var(--t-text-color);
|
|
958
|
+
--t-text-color-default-secondary:var(--t-text-color-secondary);
|
|
959
|
+
--t-text-color-interaction-primary:var(--t-text-color-interaction);
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
@media (prefers-color-scheme: dark){
|
|
963
|
+
:root[data-color-mode="system"]{
|
|
964
|
+
--t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
|
|
965
|
+
--t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 100%);
|
|
966
|
+
--t-fill-color-button-create-solid-default:hsl(0, 0%, 25%);
|
|
967
|
+
--t-fill-color-button-create-solid-hover:hsl(0, 0%, 25%);
|
|
968
|
+
--t-fill-color-button-create-solid-active:hsl(0, 0%, 25%);
|
|
969
|
+
--t-fill-color-button-create-solid-disabled:hsl(0, 0%, 25%);
|
|
970
|
+
--t-fill-color-button-create-ghost-hover:hsla(0, 0%, 100%, 0);
|
|
971
|
+
--t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
|
|
972
|
+
}
|
|
973
|
+
}
|
|
974
|
+
|
|
975
975
|
@layer t-critical{
|
|
976
976
|
tds-page-header:not(.hydrated){
|
|
977
977
|
display:none;
|