@dialpad/dialtone-css 8.80.0-next.3 → 8.80.0-next.5
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/lib/build/js/dialtone_migrate_chip_interactive/index.mjs +367 -0
- package/lib/build/js/dialtone_migrate_chip_interactive/test.mjs +244 -0
- package/lib/build/js/dialtone_migrate_scrollbar_always/index.mjs +225 -0
- package/lib/build/less/components/box.less +2 -0
- package/lib/build/less/components/link.less +14 -19
- package/lib/build/less/components/notice.less +1 -1
- package/lib/build/less/components/rich-text-editor.less +24 -0
- package/lib/build/less/components/scrollbar.less +22 -0
- package/lib/build/less/dialtone.less +7 -0
- package/lib/dist/dialtone-default-theme.css +334 -293
- package/lib/dist/dialtone-default-theme.min.css +1 -1
- package/lib/dist/dialtone-docs.json +1 -1
- package/lib/dist/dialtone.css +50 -15
- package/lib/dist/dialtone.min.css +1 -1
- package/lib/dist/js/dialtone_migrate_chip_interactive/index.mjs +367 -0
- package/lib/dist/js/dialtone_migrate_chip_interactive/test.mjs +244 -0
- package/lib/dist/js/dialtone_migrate_scrollbar_always/index.mjs +225 -0
- package/lib/dist/tokens/tokens-101-dark.css +141 -135
- package/lib/dist/tokens/tokens-101-light.css +164 -158
- package/lib/dist/tokens/tokens-102-dark.css +141 -135
- package/lib/dist/tokens/tokens-102-light.css +164 -158
- package/lib/dist/tokens/tokens-103-dark.css +141 -135
- package/lib/dist/tokens/tokens-103-light.css +164 -158
- package/lib/dist/tokens/tokens-104-dark.css +141 -135
- package/lib/dist/tokens/tokens-104-light.css +164 -158
- package/lib/dist/tokens/tokens-105-dark.css +141 -135
- package/lib/dist/tokens/tokens-105-light.css +164 -158
- package/lib/dist/tokens/tokens-106-dark.css +141 -135
- package/lib/dist/tokens/tokens-106-light.css +164 -158
- package/lib/dist/tokens/tokens-107-dark.css +141 -135
- package/lib/dist/tokens/tokens-107-light.css +164 -158
- package/lib/dist/tokens/tokens-108-dark.css +141 -135
- package/lib/dist/tokens/tokens-108-light.css +164 -158
- package/lib/dist/tokens/tokens-109-dark.css +141 -135
- package/lib/dist/tokens/tokens-109-light.css +164 -158
- package/lib/dist/tokens/tokens-110-dark.css +141 -135
- package/lib/dist/tokens/tokens-110-light.css +164 -158
- package/lib/dist/tokens/tokens-111-dark.css +141 -135
- package/lib/dist/tokens/tokens-111-light.css +164 -158
- package/lib/dist/tokens/tokens-112-dark.css +141 -135
- package/lib/dist/tokens/tokens-112-light.css +164 -158
- package/lib/dist/tokens/tokens-113-dark.css +141 -135
- package/lib/dist/tokens/tokens-113-light.css +164 -158
- package/lib/dist/tokens/tokens-114-dark.css +141 -135
- package/lib/dist/tokens/tokens-114-light.css +164 -158
- package/lib/dist/tokens/tokens-115-dark.css +141 -135
- package/lib/dist/tokens/tokens-115-light.css +164 -158
- package/lib/dist/tokens/tokens-116-dark.css +141 -135
- package/lib/dist/tokens/tokens-116-light.css +164 -158
- package/lib/dist/tokens/tokens-117-dark.css +141 -135
- package/lib/dist/tokens/tokens-117-light.css +164 -158
- package/lib/dist/tokens/tokens-118-dark.css +141 -135
- package/lib/dist/tokens/tokens-118-light.css +164 -158
- package/lib/dist/tokens/tokens-119-dark.css +141 -135
- package/lib/dist/tokens/tokens-119-light.css +164 -158
- package/lib/dist/tokens/tokens-120-dark.css +141 -135
- package/lib/dist/tokens/tokens-120-light.css +164 -158
- package/lib/dist/tokens/tokens-121-dark.css +141 -135
- package/lib/dist/tokens/tokens-121-light.css +164 -158
- package/lib/dist/tokens/tokens-122-dark.css +141 -135
- package/lib/dist/tokens/tokens-122-light.css +164 -158
- package/lib/dist/tokens/tokens-123-dark.css +141 -135
- package/lib/dist/tokens/tokens-123-light.css +164 -158
- package/lib/dist/tokens/tokens-124-dark.css +141 -135
- package/lib/dist/tokens/tokens-124-light.css +164 -158
- package/lib/dist/tokens/tokens-125-dark.css +141 -135
- package/lib/dist/tokens/tokens-125-light.css +164 -158
- package/lib/dist/tokens/tokens-126-dark.css +141 -135
- package/lib/dist/tokens/tokens-126-light.css +164 -158
- package/lib/dist/tokens/tokens-127-dark.css +141 -135
- package/lib/dist/tokens/tokens-127-light.css +164 -158
- package/lib/dist/tokens/tokens-128-dark.css +141 -135
- package/lib/dist/tokens/tokens-128-light.css +164 -158
- package/lib/dist/tokens/tokens-129-dark.css +141 -135
- package/lib/dist/tokens/tokens-129-light.css +164 -158
- package/lib/dist/tokens/tokens-130-dark.css +141 -135
- package/lib/dist/tokens/tokens-130-light.css +164 -158
- package/lib/dist/tokens/tokens-131-dark.css +141 -135
- package/lib/dist/tokens/tokens-131-light.css +164 -158
- package/lib/dist/tokens/tokens-132-dark.css +141 -135
- package/lib/dist/tokens/tokens-132-light.css +164 -158
- package/lib/dist/tokens/tokens-133-dark.css +141 -135
- package/lib/dist/tokens/tokens-133-light.css +164 -158
- package/lib/dist/tokens/tokens-134-dark.css +141 -135
- package/lib/dist/tokens/tokens-134-light.css +164 -158
- package/lib/dist/tokens/tokens-135-dark.css +141 -135
- package/lib/dist/tokens/tokens-135-light.css +164 -158
- package/lib/dist/tokens/tokens-136-dark.css +141 -135
- package/lib/dist/tokens/tokens-136-light.css +164 -158
- package/lib/dist/tokens/tokens-137-dark.css +141 -135
- package/lib/dist/tokens/tokens-137-light.css +164 -158
- package/lib/dist/tokens/tokens-aegean-dark.css +164 -158
- package/lib/dist/tokens/tokens-aegean-light.css +184 -178
- package/lib/dist/tokens/tokens-base-dark.css +98 -98
- package/lib/dist/tokens/tokens-base-light.css +98 -98
- package/lib/dist/tokens/tokens-botany-dark.css +149 -143
- package/lib/dist/tokens/tokens-botany-light.css +171 -165
- package/lib/dist/tokens/tokens-buttercream-dark.css +148 -142
- package/lib/dist/tokens/tokens-buttercream-light.css +171 -165
- package/lib/dist/tokens/tokens-ceruleo-dark.css +164 -158
- package/lib/dist/tokens/tokens-ceruleo-light.css +184 -178
- package/lib/dist/tokens/tokens-contrast-high-dark.css +3 -3
- package/lib/dist/tokens/tokens-contrast-high-light.css +10 -10
- package/lib/dist/tokens/tokens-debug-dp.css +28 -22
- package/lib/dist/tokens/tokens-dp-dark.css +166 -160
- package/lib/dist/tokens/tokens-dp-light.css +186 -180
- package/lib/dist/tokens/tokens-expressive-dark.css +163 -157
- package/lib/dist/tokens/tokens-expressive-light.css +186 -180
- package/lib/dist/tokens/tokens-expressive-sm-dark.css +163 -157
- package/lib/dist/tokens/tokens-expressive-sm-light.css +186 -180
- package/lib/dist/tokens/tokens-high-desert-dark.css +144 -138
- package/lib/dist/tokens/tokens-high-desert-light.css +164 -158
- package/lib/dist/tokens/tokens-melon-dark.css +145 -139
- package/lib/dist/tokens/tokens-melon-light.css +165 -159
- package/lib/dist/tokens/tokens-plum-dark.css +153 -147
- package/lib/dist/tokens/tokens-plum-light.css +164 -158
- package/lib/dist/tokens/tokens-prota-deuter-dark.css +292 -262
- package/lib/dist/tokens/tokens-prota-deuter-light.css +315 -285
- package/lib/dist/tokens/tokens-sunflower-dark.css +154 -148
- package/lib/dist/tokens/tokens-sunflower-light.css +174 -168
- package/lib/dist/tokens/tokens-tmo-dark.css +165 -159
- package/lib/dist/tokens/tokens-tmo-light.css +185 -179
- package/lib/dist/tokens/tokens-trita-dark.css +239 -197
- package/lib/dist/tokens/tokens-trita-light.css +263 -221
- package/lib/dist/tokens/tokens-verdant-haze-dark.css +144 -138
- package/lib/dist/tokens/tokens-verdant-haze-light.css +164 -158
- package/lib/dist/tokens-docs.json +1 -1
- package/package.json +11 -4
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/:root {
|
|
4
4
|
color-scheme: light;
|
|
5
|
-
--dt-color-border-bold: oklch(0 0
|
|
6
|
-
--dt-color-border-moderate: oklch(0 0
|
|
7
|
-
--dt-color-border-default: oklch(0 0
|
|
8
|
-
--dt-color-border-subtle: oklch(0 0
|
|
5
|
+
--dt-color-border-bold: oklch(0.16 0 84.6 / 0.5);
|
|
6
|
+
--dt-color-border-moderate: oklch(0.16 0 84.6 / 0.85);
|
|
7
|
+
--dt-color-border-default: oklch(0.16 0 84.6 / 0.66);
|
|
8
|
+
--dt-color-border-subtle: oklch(0.16 0 84.6 / 0.5);
|
|
9
9
|
--dt-color-foreground-disabled: var(--dt-color-black-700); /* Used for text paired with disabled content or components, like the form elements. */
|
|
10
10
|
--dt-color-foreground-placeholder: var(--dt-color-black-700); /* Text color for placeholder text within form elements. */
|
|
11
|
-
--dt-color-foreground-muted: oklch(0 0
|
|
11
|
+
--dt-color-foreground-muted: oklch(0.16 0 84.6 / 0.5);
|
|
12
12
|
--dt-color-foreground-tertiary: var(--dt-color-black-800); /* Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels. */
|
|
13
13
|
--dt-color-foreground-secondary: var(--dt-color-black-900); /* Example uses include introduction paragraphs, labels, and descriptions paired with form elements. */
|
|
14
14
|
--dt-color-foreground-primary: var(--dt-color-black-1000); /* Default text color throughout the UI. */
|
|
15
|
-
--dt-shell-color-border-default: oklch(0 0
|
|
16
|
-
--dt-shell-color-border-subtle: oklch(0 0
|
|
17
|
-
--dt-shell-color-foreground-muted: oklch(0.
|
|
18
|
-
--dt-shell-color-foreground-tertiary: oklch(0.
|
|
19
|
-
--dt-shell-color-foreground-secondary: oklch(0.
|
|
15
|
+
--dt-shell-color-border-default: oklch(0.16 0 84.6 / 0.17);
|
|
16
|
+
--dt-shell-color-border-subtle: oklch(0.16 0 84.6 / 0.1);
|
|
17
|
+
--dt-shell-color-foreground-muted: oklch(0.26 0.01 78.2 / 0.6);
|
|
18
|
+
--dt-shell-color-foreground-tertiary: oklch(0.26 0.01 78.2 / 0.72);
|
|
19
|
+
--dt-shell-color-foreground-secondary: oklch(0.26 0.01 78.2 / 0.86);
|
|
20
20
|
--dt-shell-color-foreground-primary: var(--dt-shell-base-color-foreground);
|
|
21
21
|
--dt-action-color-border-positive-default: var(--dt-color-border-subtle);
|
|
22
22
|
--dt-action-color-border-muted-default: var(--dt-color-border-subtle);
|
|
@@ -115,6 +115,7 @@
|
|
|
115
115
|
--dt-theme-mention-color-background-strong: oklch(0.7 0.25 54.01);
|
|
116
116
|
--dt-theme-mention-color-foreground: oklch(0.7 0.25 54.01);
|
|
117
117
|
--dt-theme-color-base: oklch(0.7 0.25 54.01);
|
|
118
|
+
--dt-action-color-background-positive-primary-active: oklch(0.7 0.25 54.01);
|
|
118
119
|
--dt-action-color-background-positive-primary-hover: oklch(0.7 0.25 54.01);
|
|
119
120
|
--dt-action-color-background-positive-primary-default: oklch(0.7 0.25 54.01); /* Postive, accepting, or success actions. */
|
|
120
121
|
--dt-action-color-background-positive-default: oklch(0.7 0.25 54.01);
|
|
@@ -420,19 +421,16 @@
|
|
|
420
421
|
--dt-color-border-brand-strong-inverted: oklch(0.7 0.25 54.01);
|
|
421
422
|
--dt-color-border-info-strong-inverted: oklch(0.7 0.25 54.01);
|
|
422
423
|
--dt-color-border-warning-strong-inverted: oklch(0.7 0.25 54.01);
|
|
423
|
-
--dt-color-border-success-strong-inverted: oklch(0.7 0.25 54.01);
|
|
424
424
|
--dt-color-border-positive-strong-inverted: oklch(0.7 0.25 54.01);
|
|
425
425
|
--dt-color-border-critical-strong-inverted: oklch(0.7 0.25 54.01);
|
|
426
426
|
--dt-color-border-brand-subtle-inverted: oklch(0.7 0.25 54.01);
|
|
427
427
|
--dt-color-border-info-subtle-inverted: oklch(0.7 0.25 54.01);
|
|
428
428
|
--dt-color-border-warning-subtle-inverted: oklch(0.7 0.25 54.01);
|
|
429
|
-
--dt-color-border-success-subtle-inverted: oklch(0.7 0.25 54.01);
|
|
430
429
|
--dt-color-border-positive-subtle-inverted: oklch(0.7 0.25 54.01);
|
|
431
430
|
--dt-color-border-critical-subtle-inverted: oklch(0.7 0.25 54.01);
|
|
432
431
|
--dt-color-border-brand-inverted: oklch(0.7 0.25 54.01);
|
|
433
432
|
--dt-color-border-info-inverted: oklch(0.7 0.25 54.01);
|
|
434
433
|
--dt-color-border-warning-inverted: oklch(0.7 0.25 54.01);
|
|
435
|
-
--dt-color-border-success-inverted: oklch(0.7 0.25 54.01);
|
|
436
434
|
--dt-color-border-positive-inverted: oklch(0.7 0.25 54.01);
|
|
437
435
|
--dt-color-border-critical-inverted: oklch(0.7 0.25 54.01);
|
|
438
436
|
--dt-color-border-bold-inverted: oklch(0.7 0.25 54.01);
|
|
@@ -442,19 +440,16 @@
|
|
|
442
440
|
--dt-color-border-brand-strong: oklch(0.7 0.25 54.01);
|
|
443
441
|
--dt-color-border-info-strong: oklch(0.7 0.25 54.01);
|
|
444
442
|
--dt-color-border-warning-strong: oklch(0.7 0.25 54.01);
|
|
445
|
-
--dt-color-border-success-strong: oklch(0.7 0.25 54.01);
|
|
446
443
|
--dt-color-border-positive-strong: oklch(0.7 0.25 54.01);
|
|
447
444
|
--dt-color-border-critical-strong: oklch(0.7 0.25 54.01);
|
|
448
445
|
--dt-color-border-brand-subtle: oklch(0.7 0.25 54.01);
|
|
449
446
|
--dt-color-border-info-subtle: oklch(0.7 0.25 54.01);
|
|
450
447
|
--dt-color-border-warning-subtle: oklch(0.7 0.25 54.01);
|
|
451
|
-
--dt-color-border-success-subtle: oklch(0.7 0.25 54.01);
|
|
452
448
|
--dt-color-border-positive-subtle: oklch(0.7 0.25 54.01);
|
|
453
449
|
--dt-color-border-critical-subtle: oklch(0.7 0.25 54.01);
|
|
454
450
|
--dt-color-border-brand: oklch(0.7 0.25 54.01);
|
|
455
451
|
--dt-color-border-info: oklch(0.7 0.25 54.01);
|
|
456
452
|
--dt-color-border-warning: oklch(0.7 0.25 54.01);
|
|
457
|
-
--dt-color-border-success: oklch(0.7 0.25 54.01);
|
|
458
453
|
--dt-color-border-positive: oklch(0.7 0.25 54.01);
|
|
459
454
|
--dt-color-border-critical: oklch(0.7 0.25 54.01);
|
|
460
455
|
--dt-color-border-bold: oklch(0.7 0.25 54.01);
|
|
@@ -465,13 +460,11 @@
|
|
|
465
460
|
--dt-color-surface-backdrop: oklch(0.7 0.25 54.01); /* Background color for a modal-like backdrop. */
|
|
466
461
|
--dt-color-surface-brand-subtle-opaque-inverted: oklch(0.7 0.25 54.01); /* Info surface as opaque background color. */
|
|
467
462
|
--dt-color-surface-info-subtle-opaque-inverted: oklch(0.7 0.25 54.01); /* Info surface as opaque background color. */
|
|
468
|
-
--dt-color-surface-success-subtle-opaque-inverted: oklch(0.7 0.25 54.01); /* Success subtle surface as opaque background color. */
|
|
469
463
|
--dt-color-surface-positive-subtle-opaque-inverted: oklch(0.7 0.25 54.01); /* Positive subtle surface as opaque background color. */
|
|
470
464
|
--dt-color-surface-warning-subtle-opaque-inverted: oklch(0.7 0.25 54.01); /* Warning subtle surface as opaque background color */
|
|
471
465
|
--dt-color-surface-critical-subtle-opaque-inverted: oklch(0.7 0.25 54.01); /* Critical subtle surface as opaque background color. */
|
|
472
466
|
--dt-color-surface-brand-opaque-inverted: oklch(0.7 0.25 54.01); /* Info surface as opaque background color. */
|
|
473
467
|
--dt-color-surface-info-opaque-inverted: oklch(0.7 0.25 54.01); /* Info surface as opaque background color. */
|
|
474
|
-
--dt-color-surface-success-opaque-inverted: oklch(0.7 0.25 54.01); /* Success surface as opaque background color. */
|
|
475
468
|
--dt-color-surface-positive-opaque-inverted: oklch(0.7 0.25 54.01); /* Positive surface as opaque background color. */
|
|
476
469
|
--dt-color-surface-warning-opaque-inverted: oklch(0.7 0.25 54.01); /* Warning surface as opaque background color */
|
|
477
470
|
--dt-color-surface-critical-opaque-inverted: oklch(0.7 0.25 54.01); /* Critical surface as opaque background color. */
|
|
@@ -487,13 +480,11 @@
|
|
|
487
480
|
--dt-color-surface-critical-strong-inverted: oklch(0.7 0.25 54.01); /* A contrasting critical surface, most likely paired with inverted foreground colors. */
|
|
488
481
|
--dt-color-surface-brand-subtle-inverted: oklch(0.7 0.25 54.01); /* A softer version of the default informational surface. */
|
|
489
482
|
--dt-color-surface-info-subtle-inverted: oklch(0.7 0.25 54.01); /* A softer version of the default informational surface. */
|
|
490
|
-
--dt-color-surface-success-subtle-inverted: oklch(0.7 0.25 54.01); /* A softer version of the default success surface. */
|
|
491
483
|
--dt-color-surface-positive-subtle-inverted: oklch(0.7 0.25 54.01); /* A softer version of the default positive surface. */
|
|
492
484
|
--dt-color-surface-warning-subtle-inverted: oklch(0.7 0.25 54.01); /* A softer version of the default warning surface. */
|
|
493
485
|
--dt-color-surface-critical-subtle-inverted: oklch(0.7 0.25 54.01); /* A softer version of the Critical surface. */
|
|
494
486
|
--dt-color-surface-brand-inverted: oklch(0.7 0.25 54.01); /* Background surface color containing messaging or elements communicated as generally informational. */
|
|
495
487
|
--dt-color-surface-info-inverted: oklch(0.7 0.25 54.01); /* Background surface color containing messaging or elements communicated as generally informational. */
|
|
496
|
-
--dt-color-surface-success-inverted: oklch(0.7 0.25 54.01); /* Background surface color containing messaging or elements expressing a positive or successful state. */
|
|
497
488
|
--dt-color-surface-positive-inverted: oklch(0.7 0.25 54.01); /* Background surface color containing messaging or elements expressing a positive or successful state. */
|
|
498
489
|
--dt-color-surface-warning-inverted: oklch(0.7 0.25 54.01); /* Background surface color highlighting messaging or elements that may require user's attention. */
|
|
499
490
|
--dt-color-surface-critical-inverted: oklch(0.7 0.25 54.01); /* Background surface color containing error, danger, or otherwise critical messaging or elements. */
|
|
@@ -505,13 +496,11 @@
|
|
|
505
496
|
--dt-color-surface-primary-inverted: oklch(0.7 0.25 54.01); /* An inverted surface for lightened content and elements, most likely paired with inverted foreground colors. */
|
|
506
497
|
--dt-color-surface-brand-subtle-opaque: oklch(0.7 0.25 54.01); /* Info surface as opaque background color. */
|
|
507
498
|
--dt-color-surface-info-subtle-opaque: oklch(0.7 0.25 54.01); /* Info surface as opaque background color. */
|
|
508
|
-
--dt-color-surface-success-subtle-opaque: oklch(0.7 0.25 54.01); /* Success subtle surface as opaque background color. */
|
|
509
499
|
--dt-color-surface-positive-subtle-opaque: oklch(0.7 0.25 54.01); /* Positive subtle surface as opaque background color. */
|
|
510
500
|
--dt-color-surface-warning-subtle-opaque: oklch(0.7 0.25 54.01); /* Warning subtle surface as opaque background color */
|
|
511
501
|
--dt-color-surface-critical-subtle-opaque: oklch(0.7 0.25 54.01); /* Critical subtle surface as opaque background color. */
|
|
512
502
|
--dt-color-surface-brand-opaque: oklch(0.7 0.25 54.01); /* Info surface as opaque background color. */
|
|
513
503
|
--dt-color-surface-info-opaque: oklch(0.7 0.25 54.01); /* Info surface as opaque background color. */
|
|
514
|
-
--dt-color-surface-success-opaque: oklch(0.7 0.25 54.01); /* Success surface as opaque background color. */
|
|
515
504
|
--dt-color-surface-positive-opaque: oklch(0.7 0.25 54.01); /* Positive surface as opaque background color. */
|
|
516
505
|
--dt-color-surface-warning-opaque: oklch(0.7 0.25 54.01); /* Warning surface as opaque background color */
|
|
517
506
|
--dt-color-surface-critical-opaque: oklch(0.7 0.25 54.01); /* Critical surface as opaque background color. */
|
|
@@ -522,19 +511,16 @@
|
|
|
522
511
|
--dt-color-surface-secondary-opaque: oklch(0.7 0.25 54.01); /* Secondary surface as opaque background color. */
|
|
523
512
|
--dt-color-surface-brand-strong: oklch(0.7 0.25 54.01); /* A contrasting informational surface, most likely paired with inverted foreground colors. */
|
|
524
513
|
--dt-color-surface-info-strong: oklch(0.7 0.25 54.01); /* A contrasting informational surface, most likely paired with inverted foreground colors. */
|
|
525
|
-
--dt-color-surface-success-strong: oklch(0.7 0.25 54.01); /* A contrasting positive state surface, most likely paired with inverted foreground colors. */
|
|
526
514
|
--dt-color-surface-positive-strong: oklch(0.7 0.25 54.01); /* A contrasting positive state surface, most likely paired with inverted foreground colors. */
|
|
527
515
|
--dt-color-surface-warning-strong: oklch(0.7 0.25 54.01); /* A contrasting warning surface, most likely paired with inverted foreground colors. */
|
|
528
516
|
--dt-color-surface-critical-strong: oklch(0.7 0.25 54.01); /* A contrasting critical surface, most likely paired with inverted foreground colors. */
|
|
529
517
|
--dt-color-surface-brand-subtle: oklch(0.7 0.25 54.01); /* A softer version of the default informational surface. */
|
|
530
518
|
--dt-color-surface-info-subtle: oklch(0.7 0.25 54.01); /* A softer version of the default informational surface. */
|
|
531
|
-
--dt-color-surface-success-subtle: oklch(0.7 0.25 54.01); /* A softer version of the default success surface. */
|
|
532
519
|
--dt-color-surface-positive-subtle: oklch(0.7 0.25 54.01); /* A softer version of the default positive surface. */
|
|
533
520
|
--dt-color-surface-warning-subtle: oklch(0.7 0.25 54.01); /* A softer version of the default warning surface. */
|
|
534
521
|
--dt-color-surface-critical-subtle: oklch(0.7 0.25 54.01); /* A softer version of the Critical surface. */
|
|
535
522
|
--dt-color-surface-brand: oklch(0.7 0.25 54.01); /* Background surface color containing messaging or elements communicated as generally informational. */
|
|
536
523
|
--dt-color-surface-info: oklch(0.7 0.25 54.01); /* Background surface color containing messaging or elements communicated as generally informational. */
|
|
537
|
-
--dt-color-surface-success: oklch(0.7 0.25 54.01); /* Background surface color containing messaging or elements expressing a positive or successful state. */
|
|
538
524
|
--dt-color-surface-positive: oklch(0.7 0.25 54.01); /* Background surface color containing messaging or elements expressing a positive or successful state. */
|
|
539
525
|
--dt-color-surface-warning: oklch(0.7 0.25 54.01); /* Background surface color highlighting messaging or elements that may require user's attention. */
|
|
540
526
|
--dt-color-surface-critical: oklch(0.7 0.25 54.01); /* Background surface color containing error, danger, or otherwise critical messaging or elements. */
|
|
@@ -548,14 +534,14 @@
|
|
|
548
534
|
--dt-color-link-warning-inverted-hover: oklch(0.7 0.25 54.01);
|
|
549
535
|
--dt-color-link-primary-inverted-hover: oklch(0.7 0.25 54.01);
|
|
550
536
|
--dt-color-link-primary-inverted: oklch(0.7 0.25 54.01);
|
|
537
|
+
--dt-color-link-info-hover: oklch(0.7 0.25 54.01);
|
|
538
|
+
--dt-color-link-info: oklch(0.7 0.25 54.01);
|
|
551
539
|
--dt-color-link-warning-hover: oklch(0.7 0.25 54.01);
|
|
552
540
|
--dt-color-link-primary-hover: oklch(0.7 0.25 54.01);
|
|
553
541
|
--dt-color-link-primary: oklch(0.7 0.25 54.01);
|
|
554
542
|
--dt-color-foreground-info-strong-inverted: oklch(0.7 0.25 54.01); /* Info strong text that sits on high-contrast surfaces or backgrounds. */
|
|
555
543
|
--dt-color-foreground-info-inverted: oklch(0.7 0.25 54.01); /* Info text that sits on high-contrast surfaces or backgrounds. */
|
|
556
544
|
--dt-color-foreground-warning-inverted: oklch(0.7 0.25 54.01); /* Warning text that sits on high-contrast surfaces or backgrounds */
|
|
557
|
-
--dt-color-foreground-success-strong-inverted: oklch(0.7 0.25 54.01); /* Success strong text that sits on high-contrast surfaces or backgrounds. */
|
|
558
|
-
--dt-color-foreground-success-inverted: oklch(0.7 0.25 54.01); /* Success text that sits on high-contrast surfaces or backgrounds. */
|
|
559
545
|
--dt-color-foreground-positive-strong-inverted: oklch(0.7 0.25 54.01); /* Positive strong text that sits on high-contrast surfaces or backgrounds. */
|
|
560
546
|
--dt-color-foreground-positive-inverted: oklch(0.7 0.25 54.01); /* Positive text that sits on high-contrast surfaces or backgrounds. */
|
|
561
547
|
--dt-color-foreground-critical-strong-inverted: oklch(0.7 0.25 54.01); /* Critical strong text that sits on high-contrast surfaces or backgrounds */
|
|
@@ -569,8 +555,6 @@
|
|
|
569
555
|
--dt-color-foreground-info-strong: oklch(0.7 0.25 54.01); /* Indicates a generally informational state on surfaces that require a stronger contrast. */
|
|
570
556
|
--dt-color-foreground-info: oklch(0.7 0.25 54.01); /* Indicates a generally informational state. */
|
|
571
557
|
--dt-color-foreground-warning: oklch(0.7 0.25 54.01); /* Indicates information that requires user’s attention and further action may be necessary. */
|
|
572
|
-
--dt-color-foreground-success-strong: oklch(0.7 0.25 54.01); /* Indicates a strong positive state on surfaces that require a stronger contrast. */
|
|
573
|
-
--dt-color-foreground-success: oklch(0.7 0.25 54.01); /* Indicates a positive state. */
|
|
574
558
|
--dt-color-foreground-positive-strong: oklch(0.7 0.25 54.01); /* Indicates a strong positive state on surfaces that require a stronger contrast. */
|
|
575
559
|
--dt-color-foreground-positive: oklch(0.7 0.25 54.01); /* Indicates a positive state. */
|
|
576
560
|
--dt-color-foreground-critical-strong: oklch(0.7 0.25 54.01); /* Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast. */
|
|
@@ -669,7 +653,6 @@
|
|
|
669
653
|
--dt-action-color-border-inverted-outlined-default: oklch(0.7 0.25 54.01);
|
|
670
654
|
--dt-action-color-border-critical-outlined-default: oklch(0.7 0.25 54.01);
|
|
671
655
|
--dt-action-color-border-base-outlined-default: oklch(0.7 0.25 54.01);
|
|
672
|
-
--dt-action-color-background-positive-primary-active: oklch(0.7 0.25 54.01);
|
|
673
656
|
--dt-action-color-background-positive-hover: oklch(0.7 0.25 54.01);
|
|
674
657
|
--dt-action-color-background-disabled-default: oklch(0.7 0.25 54.01);
|
|
675
658
|
--dt-action-color-background-muted-hover: oklch(0.7 0.25 54.01);
|
|
@@ -818,8 +801,29 @@
|
|
|
818
801
|
--dt-color-chart-categorical-14: oklch(0.7 0.25 54.01);
|
|
819
802
|
--dt-color-chart-categorical-13: oklch(0.7 0.25 54.01);
|
|
820
803
|
--dt-color-chart-categorical-12: oklch(0.7 0.25 54.01);
|
|
804
|
+
--dt-color-border-success-strong-inverted: oklch(0.7 0.25 54.01);
|
|
805
|
+
--dt-color-border-success-subtle-inverted: oklch(0.7 0.25 54.01);
|
|
806
|
+
--dt-color-border-success-inverted: oklch(0.7 0.25 54.01);
|
|
807
|
+
--dt-color-border-success-strong: oklch(0.7 0.25 54.01);
|
|
808
|
+
--dt-color-border-success-subtle: oklch(0.7 0.25 54.01);
|
|
809
|
+
--dt-color-border-success: oklch(0.7 0.25 54.01);
|
|
810
|
+
--dt-color-surface-success-subtle-opaque-inverted: oklch(0.7 0.25 54.01); /* Success subtle surface as opaque background color. */
|
|
811
|
+
--dt-color-surface-success-opaque-inverted: oklch(0.7 0.25 54.01); /* Success surface as opaque background color. */
|
|
821
812
|
--dt-color-surface-primary-opaque-inverted: oklch(0.7 0.25 54.01); /* Secondary surface as opaque background color. */
|
|
813
|
+
--dt-color-surface-success-subtle-inverted: oklch(0.7 0.25 54.01); /* A softer version of the default success surface. */
|
|
814
|
+
--dt-color-surface-success-inverted: oklch(0.7 0.25 54.01); /* Background surface color containing messaging or elements expressing a positive or successful state. */
|
|
815
|
+
--dt-color-surface-success-subtle-opaque: oklch(0.7 0.25 54.01); /* Success subtle surface as opaque background color. */
|
|
816
|
+
--dt-color-surface-success-opaque: oklch(0.7 0.25 54.01); /* Success surface as opaque background color. */
|
|
822
817
|
--dt-color-surface-primary-opaque: oklch(0.7 0.25 54.01); /* Primary surface as opaque background color. */
|
|
818
|
+
--dt-color-surface-success-strong: oklch(0.7 0.25 54.01); /* A contrasting positive state surface, most likely paired with inverted foreground colors. */
|
|
819
|
+
--dt-color-surface-success-subtle: oklch(0.7 0.25 54.01); /* A softer version of the default success surface. */
|
|
820
|
+
--dt-color-surface-success: oklch(0.7 0.25 54.01); /* Background surface color containing messaging or elements expressing a positive or successful state. */
|
|
821
|
+
--dt-color-link-mention-inverted-background-hover: oklch(0.7 0.25 54.01);
|
|
822
|
+
--dt-color-link-mention-inverted-background: oklch(0.7 0.25 54.01);
|
|
823
|
+
--dt-color-link-mention-background-hover: oklch(0.7 0.25 54.01);
|
|
824
|
+
--dt-color-link-mention-background: oklch(0.7 0.25 54.01);
|
|
825
|
+
--dt-color-link-mention-hover: oklch(0.7 0.25 54.01);
|
|
826
|
+
--dt-color-link-mention: oklch(0.7 0.25 54.01);
|
|
823
827
|
--dt-color-link-disabled-inverted-hover: oklch(0.7 0.25 54.01);
|
|
824
828
|
--dt-color-link-disabled-inverted: oklch(0.7 0.25 54.01);
|
|
825
829
|
--dt-color-link-muted-inverted: oklch(0.7 0.25 54.01);
|
|
@@ -835,8 +839,6 @@
|
|
|
835
839
|
--dt-color-link-disabled: oklch(0.7 0.25 54.01);
|
|
836
840
|
--dt-color-link-muted-hover: oklch(0.7 0.25 54.01);
|
|
837
841
|
--dt-color-link-muted: oklch(0.7 0.25 54.01);
|
|
838
|
-
--dt-color-link-info-hover: oklch(0.7 0.25 54.01);
|
|
839
|
-
--dt-color-link-info: oklch(0.7 0.25 54.01);
|
|
840
842
|
--dt-color-link-warning: oklch(0.7 0.25 54.01);
|
|
841
843
|
--dt-color-link-success-hover: oklch(0.7 0.25 54.01);
|
|
842
844
|
--dt-color-link-success: oklch(0.7 0.25 54.01); /* positive */
|
|
@@ -844,6 +846,10 @@
|
|
|
844
846
|
--dt-color-link-positive: oklch(0.7 0.25 54.01); /* positive */
|
|
845
847
|
--dt-color-link-critical-hover: oklch(0.7 0.25 54.01);
|
|
846
848
|
--dt-color-link-critical: oklch(0.7 0.25 54.01);
|
|
849
|
+
--dt-color-foreground-success-strong-inverted: oklch(0.7 0.25 54.01); /* Success strong text that sits on high-contrast surfaces or backgrounds. */
|
|
850
|
+
--dt-color-foreground-success-inverted: oklch(0.7 0.25 54.01); /* Success text that sits on high-contrast surfaces or backgrounds. */
|
|
851
|
+
--dt-color-foreground-success-strong: oklch(0.7 0.25 54.01); /* Indicates a strong positive state on surfaces that require a stronger contrast. */
|
|
852
|
+
--dt-color-foreground-success: oklch(0.7 0.25 54.01); /* Indicates a positive state. */
|
|
847
853
|
--dt-icon-size-border-500: var(--dt-icon-size-border-400);
|
|
848
854
|
--dt-shell-action-color-background-muted-selected: oklch(0.7 0.25 54.01);
|
|
849
855
|
--dt-shell-action-color-background-muted-active: oklch(0.7 0.25 54.01);
|