@dialpad/dialtone 7.18.1 → 7.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -645,7 +645,7 @@ body {
645
645
  --banner-color-background: var(--bgc-secondary);
646
646
  --banner-color-text: var(--fc-primary);
647
647
  --notice-color-icon: var(--toast-color-text);
648
- --banner-color-border: hsla(var(--black-900-hsl) / 0.1);
648
+ --banner-color-border: var(--bc-subtle);
649
649
  --banner-font-size: var(--fs-200);
650
650
  --banner-line-height: var(--lh-200);
651
651
  --banner-dialog-padding-y: var(--space-400);
@@ -699,30 +699,30 @@ body {
699
699
  align-items: baseline;
700
700
  }
701
701
  .d-banner.d-banner--important {
702
- --banner-color-background: var(--bgc-contrast);
703
- --banner-color-text: var(--black-100);
704
- --notice-color-icon: var(--black-100);
702
+ --banner-color-background: var(--bgc-strong);
703
+ --banner-color-text: var(--fc-primary-inverted);
704
+ --notice-color-icon: var(--fc-primary-inverted);
705
705
  --banner-color-border: transparent;
706
706
  }
707
707
  .d-banner--error {
708
708
  --banner-color-background: var(--bgc-critical);
709
709
  }
710
710
  .d-banner--error.d-banner--important {
711
- --banner-color-background: var(--red-400);
711
+ --banner-color-background: var(--bgc-critical-strong);
712
712
  --banner-color-text: var(--fc-primary-inverted);
713
713
  }
714
714
  .d-banner--info {
715
715
  --banner-color-background: var(--bgc-info);
716
716
  }
717
717
  .d-banner--info.d-banner--important {
718
- --banner-color-background: var(--blue-400);
718
+ --banner-color-background: var(--bgc-info-strong);
719
719
  --banner-color-text: var(--fc-primary-inverted);
720
720
  }
721
721
  .d-banner--success {
722
722
  --banner-color-background: var(--bgc-success);
723
723
  }
724
724
  .d-banner--success.d-banner--important {
725
- --banner-color-background: var(--green-400);
725
+ --banner-color-background: var(--bgc-success-strong);
726
726
  --banner-color-text: var(--fc-primary-inverted);
727
727
  }
728
728
  .d-banner--warning {
@@ -1610,7 +1610,7 @@ legend .d-label {
1610
1610
  .d-textarea--md,
1611
1611
  .d-input__wrapper--md,
1612
1612
  .d-input__wrapper {
1613
- --input-color-border: hsla(var(--black-900-hsl) / 0.09);
1613
+ --input-color-border: var(--bc-subtle);
1614
1614
  --input-color-background: hsla(var(--black-900-hsl) / 0.03);
1615
1615
  --input-color-background-disabled: hsla(var(--black-900-hsl) / 0.12);
1616
1616
  --input-color-text: var(--fc-secondary);
@@ -1671,8 +1671,8 @@ legend .d-label {
1671
1671
  .d-input__wrapper--md:focus-within,
1672
1672
  .d-input__wrapper:focus-within {
1673
1673
  --input-color-background: hsla(var(--black-900-hsl) / 0.01);
1674
- --input-color-border: var(--color-focus-ring) !important;
1675
- box-shadow: 0 0 0 var(--size-100) var(--color-focus-ring) inset;
1674
+ --input-color-border: var(--bc-focus) !important;
1675
+ box-shadow: 0 0 0 var(--size-100) var(--input-color-border) inset;
1676
1676
  }
1677
1677
  .d-input[disabled],
1678
1678
  .d-input--md[disabled],
@@ -1883,15 +1883,15 @@ legend .d-label {
1883
1883
  }
1884
1884
  .d-input--warning,
1885
1885
  .d-textarea--warning {
1886
- --input-color-border: var(--gold-400) !important;
1886
+ --input-color-border: var(--bc-warning) !important;
1887
1887
  }
1888
1888
  .d-input--error,
1889
1889
  .d-textarea--error {
1890
- --input-color-border: var(--red-300) !important;
1890
+ --input-color-border: var(--bc-critical) !important;
1891
1891
  }
1892
1892
  .d-input--success,
1893
1893
  .d-textarea--success {
1894
- --input-color-border: var(--green-400) !important;
1894
+ --input-color-border: var(--bc-success) !important;
1895
1895
  }
1896
1896
  .d-input-icon {
1897
1897
  --input-icon-size: var(--size-500);
@@ -1979,11 +1979,11 @@ legend .d-label {
1979
1979
  }
1980
1980
  .d-link--danger {
1981
1981
  --link-color-default: var(--fc-critical);
1982
- --link-color-default-hover: hsl(var(--red-300-h), var(--red-300-s), calc(var(--red-300-l) - 8%));
1982
+ --link-color-default-hover: var(--fc-critical-strong);
1983
1983
  }
1984
1984
  .d-link--success {
1985
1985
  --link-color-default: var(--fc-success);
1986
- --link-color-default-hover: var(--green-500);
1986
+ --link-color-default-hover: var(--fc-success-strong);
1987
1987
  }
1988
1988
  .d-link--muted {
1989
1989
  --link-color-default: var(--fc-secondary);
@@ -2048,7 +2048,7 @@ legend .d-label {
2048
2048
  --modal-backdrop-color-background: hsla(var(--bgc-contrast-hsl) / 0.7);
2049
2049
  --modal-dialog-padding: var(--space-600);
2050
2050
  --modal-dialog-color-background: var(--bgc-primary);
2051
- --modal-dialog-color-border: hsla(var(--black-900-hsl) / 0.1);
2051
+ --modal-dialog-color-border: var(--bc-subtle);
2052
2052
  --modal-dialog-color-text: var(--fc-tertiary);
2053
2053
  --modal-header-color-text: var(--fc-secondary);
2054
2054
  --modal-dialog-shadow: var(--bs-card);
@@ -2328,8 +2328,8 @@ legend .d-label {
2328
2328
  margin-left: var(--space-600);
2329
2329
  }
2330
2330
  .d-toast.d-toast--important {
2331
- --toast-color-background: var(--bgc-contrast);
2332
- --toast-color-text: var(--black-100);
2331
+ --toast-color-background: var(--bgc-strong);
2332
+ --toast-color-text: var(--fc-primary-inverted);
2333
2333
  --notice-color-icon: var(--toast-color-text);
2334
2334
  }
2335
2335
  .d-toast--error {
@@ -2343,14 +2343,14 @@ legend .d-label {
2343
2343
  --toast-color-background: var(--bgc-info);
2344
2344
  }
2345
2345
  .d-toast--info.d-toast--important {
2346
- --toast-color-background: var(--blue-400);
2346
+ --toast-color-background: var(--bgc-info-strong);
2347
2347
  --toast-color-text: var(--fc-primary-inverted);
2348
2348
  }
2349
2349
  .d-toast--success {
2350
2350
  --toast-color-background: var(--bgc-success);
2351
2351
  }
2352
2352
  .d-toast--success.d-toast--important {
2353
- --toast-color-background: var(--green-400);
2353
+ --toast-color-background: var(--bgc-success-strong);
2354
2354
  --toast-color-text: var(--fc-primary-inverted);
2355
2355
  }
2356
2356
  .d-toast--warning {
@@ -2442,8 +2442,8 @@ legend .d-label {
2442
2442
  font-size: var(--fs-100);
2443
2443
  }
2444
2444
  .d-notice.d-notice--important {
2445
- --notice-color-background: var(--bgc-contrast);
2446
- --notice-color-text: var(--black-100);
2445
+ --notice-color-background: var(--bgc-strong);
2446
+ --notice-color-text: var(--fc-primary-inverted);
2447
2447
  --notice-color-shadow: transparent;
2448
2448
  --notice-color-icon: var(--fc-primary-inverted);
2449
2449
  }
@@ -2462,7 +2462,7 @@ legend .d-label {
2462
2462
  .d-notice--error.d-toast--important,
2463
2463
  .d-banner--error.d-toast--important,
2464
2464
  .d-toast--error.d-toast--important {
2465
- --notice-color-background: var(--red-400);
2465
+ --notice-color-background: var(--bgc-critical-strong);
2466
2466
  --notice-color-text: var(--fc-primary-inverted);
2467
2467
  }
2468
2468
  .d-notice--info,
@@ -2480,7 +2480,7 @@ legend .d-label {
2480
2480
  .d-notice--info.d-toast--important,
2481
2481
  .d-banner--info.d-toast--important,
2482
2482
  .d-toast--info.d-toast--important {
2483
- --notice-color-background: var(--blue-400);
2483
+ --notice-color-background: var(--bgc-info-strong);
2484
2484
  --notice-color-text: var(--fc-primary-inverted);
2485
2485
  }
2486
2486
  .d-notice--success,
@@ -2498,7 +2498,7 @@ legend .d-label {
2498
2498
  .d-notice--success.d-toast--important,
2499
2499
  .d-banner--success.d-toast--important,
2500
2500
  .d-toast--success.d-toast--important {
2501
- --notice-color-background: var(--green-400);
2501
+ --notice-color-background: var(--bgc-success-strong);
2502
2502
  --notice-color-text: var(--fc-primary-inverted);
2503
2503
  }
2504
2504
  .d-notice--warning,
@@ -2524,10 +2524,10 @@ legend .d-label {
2524
2524
  --popover-color-background: var(--bgc-secondary);
2525
2525
  --popover-border-width: var(--size-100);
2526
2526
  --popover-border-radius: var(--size-400);
2527
- --popover-color-border: hsla(var(--black-900-hsl) / 0.1);
2527
+ --popover-color-border: var(--bc-subtle);
2528
2528
  --popover-shadow: var(--bs-card);
2529
2529
  display: grid;
2530
- grid-template-rows: 1fr;
2530
+ grid-template-rows: min-content 1fr min-content;
2531
2531
  overflow: auto;
2532
2532
  background-color: var(--popover-color-background);
2533
2533
  background-clip: padding-box;
@@ -2545,6 +2545,7 @@ legend .d-label {
2545
2545
  z-index: var(--zi-modal-element);
2546
2546
  }
2547
2547
  .d-popover__content {
2548
+ grid-row: 2;
2548
2549
  overflow: auto;
2549
2550
  }
2550
2551
  .d-popover__header,
@@ -2561,9 +2562,11 @@ legend .d-label {
2561
2562
  font-size: var(--fs-200);
2562
2563
  }
2563
2564
  .d-popover__header {
2565
+ grid-row: 1;
2564
2566
  border-bottom: var(--popover-border-width) solid var(--popover-color-border);
2565
2567
  }
2566
2568
  .d-popover__footer {
2569
+ grid-row: 3;
2567
2570
  border-top: var(--popover-border-width) solid var(--popover-color-border);
2568
2571
  }
2569
2572
  .d-checkbox,
@@ -2771,7 +2774,7 @@ legend .d-label {
2771
2774
  .d-select__input {
2772
2775
  --select-color-border: var(--input-color-border);
2773
2776
  --select-notch-padding-right: calc(var(--space-300) * 6);
2774
- --input-color-border: hsla(var(--black-900-hsl) / 0.09);
2777
+ --input-color-border: var(--bc-subtle);
2775
2778
  --input-color-background: hsla(var(--black-900-hsl) / 0.03);
2776
2779
  --input-color-background-disabled: hsla(var(--black-900-hsl) / 0.12);
2777
2780
  --input-color-text: var(--fc-secondary);
@@ -2813,8 +2816,8 @@ legend .d-label {
2813
2816
  .d-select__input:focus,
2814
2817
  .d-select__input:focus-within {
2815
2818
  --input-color-background: hsla(var(--black-900-hsl) / 0.01);
2816
- --input-color-border: var(--color-focus-ring) !important;
2817
- box-shadow: 0 0 0 var(--size-100) var(--color-focus-ring) inset;
2819
+ --input-color-border: var(--bc-focus) !important;
2820
+ box-shadow: 0 0 0 var(--size-100) var(--input-color-border) inset;
2818
2821
  }
2819
2822
  .d-select__input[disabled],
2820
2823
  .d-select__input[read-only] {
@@ -2916,13 +2919,13 @@ legend .d-label {
2916
2919
  --select-notch-position-right: calc(var(--size-300) * 3);
2917
2920
  }
2918
2921
  .d-select__input--success {
2919
- --input-color-border: var(--green-400);
2922
+ --input-color-border: var(--bc-success);
2920
2923
  }
2921
2924
  .d-select__input--error {
2922
- --input-color-border: var(--red-300);
2925
+ --input-color-border: var(--bc-critical);
2923
2926
  }
2924
2927
  .d-select__input--warning {
2925
- --input-color-border: var(--gold-400);
2928
+ --input-color-border: var(--bc-warning);
2926
2929
  }
2927
2930
  .d-select--disabled::before,
2928
2931
  .d-select--disabled::after {
@@ -2957,7 +2960,7 @@ legend .d-label {
2957
2960
  }
2958
2961
  }
2959
2962
  .d-table {
2960
- --table-color-border: var(--black-300);
2963
+ --table-color-border: var(--bc-default);
2961
2964
  --table-th-color-text: var(--fc-secondary);
2962
2965
  --table-td-color-text: var(--fc-tertiary);
2963
2966
  --table-font-size: var(--fs-200);
@@ -3011,8 +3014,8 @@ legend .d-label {
3011
3014
  }
3012
3015
  .d-table--inverted {
3013
3016
  --table-th-color-text: var(--fc-secondary-inverted);
3014
- --table-td-color-text: var(--black-400);
3015
- --table-color-border: var(--black-500);
3017
+ --table-td-color-text: var(--fc-tertiary-inverted);
3018
+ --table-color-border: var(--bc-inverted-default);
3016
3019
  }
3017
3020
  .d-table--striped tr:nth-child(even) {
3018
3021
  background-color: hsla(var(--bgc-bold-hsl) / 0.1);
@@ -3038,7 +3041,7 @@ legend .d-label {
3038
3041
  left: 0;
3039
3042
  z-index: var(--zi-base1);
3040
3043
  height: var(--size-100);
3041
- background-color: var(--black-400);
3044
+ background-color: var(--bc-moderate);
3042
3045
  content: '';
3043
3046
  }
3044
3047
  .d-tablist--sm {
@@ -3141,7 +3144,7 @@ legend .d-label {
3141
3144
  }
3142
3145
  .d-tab--selected::after,
3143
3146
  .d-tab--selected:hover::after {
3144
- --tab-color-background: var(--purple-400);
3147
+ --tab-color-background: var(--bc-brand);
3145
3148
  }
3146
3149
  .d-tablist--no-border .d-tab--selected::after,
3147
3150
  .d-tablist--no-border .d-tab--selected:hover::after {
@@ -3153,6 +3156,9 @@ legend .d-label {
3153
3156
  .d-tablist--inverted::after {
3154
3157
  background-color: hsla(var(--purple-600-hsl) / 0.5);
3155
3158
  }
3159
+ .d-tablist--inverted:not(.d-tablist--no-border)::after {
3160
+ background-color: hsla(var(--white-hsl) / 0.34);
3161
+ }
3156
3162
  .d-tablist--inverted .d-tab {
3157
3163
  --tab-color-text: var(--fc-secondary-inverted);
3158
3164
  }
@@ -3502,7 +3508,9 @@ legend .d-label {
3502
3508
  border-width: var(--presence-size);
3503
3509
  border-radius: var(--br-circle);
3504
3510
  }
3505
- .dt-leftbar-row--selected .d-presence,
3511
+ .dt-leftbar-row--selected .d-presence {
3512
+ --presence-color-border-base: var(--theme-sidebar-selected-row-color-background);
3513
+ }
3506
3514
  .dt-leftbar-row__primary:hover .d-presence {
3507
3515
  --presence-color-border-base: var(--theme-sidebar-row-color-background-hover);
3508
3516
  }
@@ -6751,15 +6759,6 @@ body.theme-dark .d\:d-bgg-to-black-700 {
6751
6759
  .d-bgg-pattern-stripe-light {
6752
6760
  --bgg-pattern: var(--bgg-pattern-stripe-light) !important;
6753
6761
  }
6754
- .d-bc-transparent {
6755
- border-color: transparent !important;
6756
- }
6757
- .d-bc-current {
6758
- border-color: currentColor !important;
6759
- }
6760
- .d-bc-unset {
6761
- border-color: unset !important;
6762
- }
6763
6762
  .d-ba {
6764
6763
  border: var(--size-100) solid !important;
6765
6764
  }
@@ -6789,6 +6788,78 @@ body.theme-dark .d\:d-bgg-to-black-700 {
6789
6788
  .d-ba-unset {
6790
6789
  border: unset !important;
6791
6790
  }
6791
+ .d-bc-transparent {
6792
+ border-color: transparent !important;
6793
+ }
6794
+ .d-bc-current {
6795
+ border-color: currentColor !important;
6796
+ }
6797
+ .d-bc-unset {
6798
+ border-color: unset !important;
6799
+ }
6800
+ .d-bc-subtle {
6801
+ border-color: var(--bc-subtle) !important;
6802
+ }
6803
+ .d-bc-default {
6804
+ border-color: var(--bc-default) !important;
6805
+ }
6806
+ .d-bc-moderate {
6807
+ border-color: var(--bc-moderate) !important;
6808
+ }
6809
+ .d-bc-bold {
6810
+ border-color: var(--bc-bold) !important;
6811
+ }
6812
+ .d-bc-inverted-subtle {
6813
+ border-color: var(--bc-inverted-subtle) !important;
6814
+ }
6815
+ .d-bc-inverted-default {
6816
+ border-color: var(--bc-inverted-default) !important;
6817
+ }
6818
+ .d-bc-inverted-moderate {
6819
+ border-color: var(--bc-inverted-moderate) !important;
6820
+ }
6821
+ .d-bc-inverted-bold {
6822
+ border-color: var(--bc-inverted-bold) !important;
6823
+ }
6824
+ .d-bc-focus {
6825
+ border-color: var(--bc-focus) !important;
6826
+ }
6827
+ .d-bc-critical {
6828
+ border-color: var(--bc-critical) !important;
6829
+ }
6830
+ .d-bc-critical-subtle {
6831
+ border-color: var(--bc-critical-subtle) !important;
6832
+ }
6833
+ .d-bc-critical-strong {
6834
+ border-color: var(--bc-critical-strong) !important;
6835
+ }
6836
+ .d-bc-success {
6837
+ border-color: var(--bc-success) !important;
6838
+ }
6839
+ .d-bc-success-subtle {
6840
+ border-color: var(--bc-success-subtle) !important;
6841
+ }
6842
+ .d-bc-success-strong {
6843
+ border-color: var(--bc-success-strong) !important;
6844
+ }
6845
+ .d-bc-warning {
6846
+ border-color: var(--bc-warning) !important;
6847
+ }
6848
+ .d-bc-warning-subtle {
6849
+ border-color: var(--bc-warning-subtle) !important;
6850
+ }
6851
+ .d-bc-warning-strong {
6852
+ border-color: var(--bc-warning-strong) !important;
6853
+ }
6854
+ .d-bc-brand {
6855
+ border-color: var(--bc-brand) !important;
6856
+ }
6857
+ .d-bc-brand-subtle {
6858
+ border-color: var(--bc-brand-subtle) !important;
6859
+ }
6860
+ .d-bc-brand-strong {
6861
+ border-color: var(--bc-brand-strong) !important;
6862
+ }
6792
6863
  .d-bar0 {
6793
6864
  border-radius: 0 !important;
6794
6865
  }
@@ -10506,7 +10577,35 @@ body.theme-dark .d\:d-bgc-red-500 {
10506
10577
  }
10507
10578
  .d-fc-red-400,
10508
10579
  .h\:d-fc-red-400:hover,
10509
- .f\:d-fc-red-400:focus {
10580
+ .f\:d-fc-red-400:focus,
10581
+ .d-fc-error-strong,
10582
+ .h\:d-fc-error-strong:hover,
10583
+ .f\:d-fc-error-strong:focus,
10584
+ .f\:d-fc-error-strong:focus-within,
10585
+ .fv\:d-fc-error-strong.focus-visible.js-focus-visible,
10586
+ .js-focus-visible .fv\:d-fc-error-strong.focus-visible,
10587
+ .d-fc-critical-strong,
10588
+ .h\:d-fc-critical-strong:hover,
10589
+ .f\:d-fc-critical-strong:focus,
10590
+ .f\:d-fc-critical-strong:focus-within,
10591
+ .fv\:d-fc-critical-strong.focus-visible.js-focus-visible,
10592
+ .js-focus-visible .fv\:d-fc-critical-strong.focus-visible {
10593
+ --fco: 100%;
10594
+ color: hsla(var(--red-400-h) var(--red-400-s) var(--red-400-l) / var(--fco)) !important;
10595
+ }
10596
+ .d-fc-red-400,
10597
+ .h\:d-fc-red-400:hover,
10598
+ .f\:d-fc-red-400:focus,
10599
+ .d-fc-error-strong,
10600
+ .h\:d-fc-error-strong:hover,
10601
+ .f\:d-fc-error-strong:focus,
10602
+ .f\:d-fc-error-strong:focus-within,
10603
+ .fv\:d-fc-error-strong:focus-visible,
10604
+ .d-fc-critical-strong,
10605
+ .h\:d-fc-critical-strong:hover,
10606
+ .f\:d-fc-critical-strong:focus,
10607
+ .f\:d-fc-critical-strong:focus-within,
10608
+ .fv\:d-fc-critical-strong:focus-visible {
10510
10609
  --fco: 100%;
10511
10610
  color: hsla(var(--red-400-h) var(--red-400-s) var(--red-400-l) / var(--fco)) !important;
10512
10611
  }
@@ -11054,7 +11153,24 @@ body.theme-dark .d\:d-bgc-green-600 {
11054
11153
  }
11055
11154
  .d-fc-green-500,
11056
11155
  .h\:d-fc-green-500:hover,
11057
- .f\:d-fc-green-500:focus {
11156
+ .f\:d-fc-green-500:focus,
11157
+ .d-fc-success-strong,
11158
+ .h\:d-fc-success-strong:hover,
11159
+ .f\:d-fc-success-strong:focus,
11160
+ .f\:d-fc-success-strong:focus-within,
11161
+ .fv\:d-fc-success-strong.focus-visible.js-focus-visible,
11162
+ .js-focus-visible .fv\:d-fc-success-strong.focus-visible {
11163
+ --fco: 100%;
11164
+ color: hsla(var(--green-500-h) var(--green-500-s) var(--green-500-l) / var(--fco)) !important;
11165
+ }
11166
+ .d-fc-green-500,
11167
+ .h\:d-fc-green-500:hover,
11168
+ .f\:d-fc-green-500:focus,
11169
+ .d-fc-success-strong,
11170
+ .h\:d-fc-success-strong:hover,
11171
+ .f\:d-fc-success-strong:focus,
11172
+ .f\:d-fc-success-strong:focus-within,
11173
+ .fv\:d-fc-success-strong:focus-visible {
11058
11174
  --fco: 100%;
11059
11175
  color: hsla(var(--green-500-h) var(--green-500-s) var(--green-500-l) / var(--fco)) !important;
11060
11176
  }
@@ -13301,6 +13417,30 @@ body.theme-dark .d\:d-bgc-black-700 {
13301
13417
  .fv\:d-fc-unset:focus-visible {
13302
13418
  color: unset !important;
13303
13419
  }
13420
+ .d-bgc-success-subtle {
13421
+ background-color: var(--bgc-success-subtle) !important;
13422
+ }
13423
+ .d-bgc-success-strong {
13424
+ background-color: var(--bgc-success-strong) !important;
13425
+ }
13426
+ .d-bgc-warning-subtle {
13427
+ background-color: var(--bgc-warning-subtle) !important;
13428
+ }
13429
+ .d-bgc-warning-strong {
13430
+ background-color: var(--bgc-warning-strong) !important;
13431
+ }
13432
+ .d-bgc-info-subtle {
13433
+ background-color: var(--bgc-info-subtle) !important;
13434
+ }
13435
+ .d-bgc-info-strong {
13436
+ background-color: var(--bgc-info-strong) !important;
13437
+ }
13438
+ .d-bgc-critical-subtle {
13439
+ background-color: var(--bgc-critical-subtle) !important;
13440
+ }
13441
+ .d-bgc-critical-strong {
13442
+ background-color: var(--bgc-critical-strong) !important;
13443
+ }
13304
13444
  .d-bgc-transparent {
13305
13445
  background-color: transparent !important;
13306
13446
  background-image: none !important;
@@ -20389,11 +20529,14 @@ body {
20389
20529
  .d-theme-sidebar-row-bgc:hover {
20390
20530
  background-color: var(--theme-sidebar-row-color-background-hover) !important;
20391
20531
  }
20392
- .d-theme-sidebar-row-active-fc {
20393
- color: var(--theme-sidebar-active-row-color) !important;
20532
+ .d-theme-sidebar-row-bgc:active {
20533
+ background-color: var(--theme-sidebar-row-color-background-active) !important;
20534
+ }
20535
+ .d-theme-sidebar-row-selected-fc {
20536
+ color: var(--theme-sidebar-selected-row-color) !important;
20394
20537
  }
20395
- .d-theme-sidebar-row-active-bgc {
20396
- background-color: var(--theme-sidebar-active-row-color-background) !important;
20538
+ .d-theme-sidebar-row-selected-bgc {
20539
+ background-color: var(--theme-sidebar-selected-row-color-background) !important;
20397
20540
  }
20398
20541
  .d-theme-presence-available {
20399
20542
  background-color: var(--theme-presence-color-background-available) !important;
@@ -20826,6 +20969,8 @@ body {
20826
20969
  --fc-secondary-hsl: var(--black-700-hsl);
20827
20970
  --fc-secondary-inverted: var(--black-200);
20828
20971
  --fc-secondary-inverted-hsl: var(--black-200-hsl);
20972
+ --fc-tertiary-inverted: var(--black-300);
20973
+ --fc-tertiary-inverted-hsl: var(--black-300-hsl);
20829
20974
  --fc-tertiary: var(--black-600);
20830
20975
  --fc-tertiary-hsl: var(--black-600-hsl);
20831
20976
  --fc-muted: hsla(var(--black-800-hsl) / var(--alpha, 50%));
@@ -20834,11 +20979,17 @@ body {
20834
20979
  --fc-disabled: var(--black-500);
20835
20980
  --fc-disabled-hsl: var(--black-500-hsl);
20836
20981
  --fc-critical: var(--red-300);
20982
+ --fc-critical-strong: var(--red-400);
20837
20983
  --fc-critical-hsl: var(--red-300-hsl);
20984
+ --fc-critical-strong-hsl: var(--red-400-hsl);
20838
20985
  --fc-error: var(--fc-critical);
20986
+ --fc-error-strong: var(--fc-critical-strong);
20839
20987
  --fc-error-hsl: var(--fc-critical-hsl);
20988
+ --fc-error-strong-hsl: var(--fc-critical-strong-hsl);
20840
20989
  --fc-success: var(--green-400);
20990
+ --fc-success-strong: var(--green-500);
20841
20991
  --fc-success-hsl: var(--green-400-hsl);
20992
+ --fc-success-strong-hsl: var(--green-500-hsl);
20842
20993
  --fc-warning: var(--gold-500);
20843
20994
  --fc-warning-hsl: var(--gold-500-hsl);
20844
20995
  --fc-warning-hover: var(--black-900);
@@ -20847,12 +20998,20 @@ body {
20847
20998
  --base-color-background: var(--bgc-primary);
20848
20999
  --bgc-critical: var(--red-100);
20849
21000
  --bgc-critical-hsl: var(--red-100-hsl);
21001
+ --bgc-critical-subtle: #fff2f3;
21002
+ --bgc-critical-strong: var(--red-400);
20850
21003
  --bgc-info: var(--blue-100);
20851
21004
  --bgc-info-hsl: var(--blue-100-hsl);
21005
+ --bgc-info-subtle: #f5f9fd;
21006
+ --bgc-info-strong: var(--blue-400);
20852
21007
  --bgc-warning: var(--gold-100);
20853
21008
  --bgc-warning-hsl: var(--gold-100-hsl);
21009
+ --bgc-warning-subtle: #fffae5;
21010
+ --bgc-warning-strong: var(--gold-500);
20854
21011
  --bgc-success: var(--green-100);
20855
21012
  --bgc-success-hsl: var(--green-100-hsl);
21013
+ --bgc-success-subtle: #f8fdf7;
21014
+ --bgc-success-strong: var(--green-400);
20856
21015
  --bgc-primary: var(--white);
20857
21016
  --bgc-primary-hsl: var(--white-hsl);
20858
21017
  --bgc-secondary: var(--black-100);
@@ -20865,6 +21024,27 @@ body {
20865
21024
  --bgc-strong-hsl: var(--black-600-hsl);
20866
21025
  --bgc-contrast: var(--black-800);
20867
21026
  --bgc-contrast-hsl: var(--black-800-hsl);
21027
+ --bc-subtle: rgba(0, 0, 0, 0.1);
21028
+ --bc-default: rgba(0, 0, 0, 0.18);
21029
+ --bc-moderate: rgba(0, 0, 0, 0.34);
21030
+ --bc-bold: rgba(0, 0, 0, 0.5);
21031
+ --bc-inverted-subtle: rgba(255, 255, 255, 0.14);
21032
+ --bc-inverted-default: rgba(255, 255, 255, 0.22);
21033
+ --bc-inverted-moderate: rgba(255, 255, 255, 0.38);
21034
+ --bc-inverted-bold: rgba(255, 255, 255, 0.5);
21035
+ --bc-focus: var(--blue-300);
21036
+ --bc-critical: var(--red-300);
21037
+ --bc-critical-subtle: var(--red-200);
21038
+ --bc-critical-strong: var(--red-400);
21039
+ --bc-success: var(--green-400);
21040
+ --bc-success-subtle: var(--green-200);
21041
+ --bc-success-strong: var(--green-500);
21042
+ --bc-warning: var(--gold-400);
21043
+ --bc-warning-subtle: var(--gold-200);
21044
+ --bc-warning-strong: var(--gold-500);
21045
+ --bc-brand: var(--purple-400);
21046
+ --bc-brand-subtle: var(--purple-200);
21047
+ --bc-brand-strong: var(--purple-500);
20868
21048
  --zi-hide: -1;
20869
21049
  --zi-base: 0;
20870
21050
  --zi-base1: 1;
@@ -20880,7 +21060,7 @@ body {
20880
21060
  --zi-modal-element: 650;
20881
21061
  --zi-notification: 700;
20882
21062
  --color-focus-ring: hsla(var(--blue-300-hsl) / 1);
20883
- --focus-ring: var(--color-focus-ring);
21063
+ --focus-ring: var(--bc-focus);
20884
21064
  --primary-color-h: var(--purple-400-h);
20885
21065
  --primary-color-s: var(--purple-400-s);
20886
21066
  --primary-color-l: var(--purple-400-l);
@@ -20904,10 +21084,12 @@ body {
20904
21084
  --theme-sidebar-color-background: var(--bgc-secondary);
20905
21085
  --theme-sidebar-icon-color: var(--fc-secondary);
20906
21086
  --theme-sidebar-status-color: var(--fc-tertiary);
20907
- --theme-sidebar-row-color-background-hover: var(--black-300);
20908
- --theme-sidebar-active-row-color: var(--fc-primary);
20909
- --theme-sidebar-active-row-color-hsl: var(--black-900-h) var(--black-900-s) var(--black-900-l);
20910
- --theme-sidebar-active-row-color-background: var(--black-200);
21087
+ --theme-sidebar-row-color-background: transparent;
21088
+ --theme-sidebar-row-color-background-hover: hsla(var(--black-900-hsl) / 0.1);
21089
+ --theme-sidebar-row-color-background-active: var(--black-300);
21090
+ --theme-sidebar-selected-row-color: var(--fc-primary);
21091
+ --theme-sidebar-selected-row-color-hsl: var(--black-900-h) var(--black-900-s) var(--black-900-l);
21092
+ --theme-sidebar-selected-row-color-background: var(--black-200);
20911
21093
  --theme-presence-color-background-available: var(--green-400);
20912
21094
  --theme-presence-color-background-busy-unavailable: var(--red-300);
20913
21095
  --theme-presence-color-background-busy: var(--gold-300);