@carbon/styles 1.31.2 → 1.32.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.
package/css/styles.css CHANGED
@@ -2632,15 +2632,15 @@ em {
2632
2632
  --cds-layout-size-height: var(--cds-layout-size-height-context);
2633
2633
  }
2634
2634
 
2635
- .cds--layout-constraint--size\:default-xs {
2635
+ .cds--layout-constraint--size__default-xs {
2636
2636
  --cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-xs, 1.5rem));
2637
2637
  }
2638
2638
 
2639
- .cds--layout-constraint--size\:min-xs {
2639
+ .cds--layout-constraint--size__min-xs {
2640
2640
  --cds-layout-size-height-min: var(--cds-layout-size-height-xs, 1.5rem);
2641
2641
  }
2642
2642
 
2643
- .cds--layout-constraint--size\:max-xs {
2643
+ .cds--layout-constraint--size__max-xs {
2644
2644
  --cds-layout-size-height-max: var(--cds-layout-size-height-xs, 1.5rem);
2645
2645
  }
2646
2646
 
@@ -2649,15 +2649,15 @@ em {
2649
2649
  --cds-layout-size-height: var(--cds-layout-size-height-context);
2650
2650
  }
2651
2651
 
2652
- .cds--layout-constraint--size\:default-sm {
2652
+ .cds--layout-constraint--size__default-sm {
2653
2653
  --cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-sm, 2rem));
2654
2654
  }
2655
2655
 
2656
- .cds--layout-constraint--size\:min-sm {
2656
+ .cds--layout-constraint--size__min-sm {
2657
2657
  --cds-layout-size-height-min: var(--cds-layout-size-height-sm, 2rem);
2658
2658
  }
2659
2659
 
2660
- .cds--layout-constraint--size\:max-sm {
2660
+ .cds--layout-constraint--size__max-sm {
2661
2661
  --cds-layout-size-height-max: var(--cds-layout-size-height-sm, 2rem);
2662
2662
  }
2663
2663
 
@@ -2666,15 +2666,15 @@ em {
2666
2666
  --cds-layout-size-height: var(--cds-layout-size-height-context);
2667
2667
  }
2668
2668
 
2669
- .cds--layout-constraint--size\:default-md {
2669
+ .cds--layout-constraint--size__default-md {
2670
2670
  --cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-md, 2.5rem));
2671
2671
  }
2672
2672
 
2673
- .cds--layout-constraint--size\:min-md {
2673
+ .cds--layout-constraint--size__min-md {
2674
2674
  --cds-layout-size-height-min: var(--cds-layout-size-height-md, 2.5rem);
2675
2675
  }
2676
2676
 
2677
- .cds--layout-constraint--size\:max-md {
2677
+ .cds--layout-constraint--size__max-md {
2678
2678
  --cds-layout-size-height-max: var(--cds-layout-size-height-md, 2.5rem);
2679
2679
  }
2680
2680
 
@@ -2683,15 +2683,15 @@ em {
2683
2683
  --cds-layout-size-height: var(--cds-layout-size-height-context);
2684
2684
  }
2685
2685
 
2686
- .cds--layout-constraint--size\:default-lg {
2686
+ .cds--layout-constraint--size__default-lg {
2687
2687
  --cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-lg, 3rem));
2688
2688
  }
2689
2689
 
2690
- .cds--layout-constraint--size\:min-lg {
2690
+ .cds--layout-constraint--size__min-lg {
2691
2691
  --cds-layout-size-height-min: var(--cds-layout-size-height-lg, 3rem);
2692
2692
  }
2693
2693
 
2694
- .cds--layout-constraint--size\:max-lg {
2694
+ .cds--layout-constraint--size__max-lg {
2695
2695
  --cds-layout-size-height-max: var(--cds-layout-size-height-lg, 3rem);
2696
2696
  }
2697
2697
 
@@ -2700,15 +2700,15 @@ em {
2700
2700
  --cds-layout-size-height: var(--cds-layout-size-height-context);
2701
2701
  }
2702
2702
 
2703
- .cds--layout-constraint--size\:default-xl {
2703
+ .cds--layout-constraint--size__default-xl {
2704
2704
  --cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-xl, 4rem));
2705
2705
  }
2706
2706
 
2707
- .cds--layout-constraint--size\:min-xl {
2707
+ .cds--layout-constraint--size__min-xl {
2708
2708
  --cds-layout-size-height-min: var(--cds-layout-size-height-xl, 4rem);
2709
2709
  }
2710
2710
 
2711
- .cds--layout-constraint--size\:max-xl {
2711
+ .cds--layout-constraint--size__max-xl {
2712
2712
  --cds-layout-size-height-max: var(--cds-layout-size-height-xl, 4rem);
2713
2713
  }
2714
2714
 
@@ -2717,15 +2717,15 @@ em {
2717
2717
  --cds-layout-size-height: var(--cds-layout-size-height-context);
2718
2718
  }
2719
2719
 
2720
- .cds--layout-constraint--size\:default-2xl {
2720
+ .cds--layout-constraint--size__default-2xl {
2721
2721
  --cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-2xl, 5rem));
2722
2722
  }
2723
2723
 
2724
- .cds--layout-constraint--size\:min-2xl {
2724
+ .cds--layout-constraint--size__min-2xl {
2725
2725
  --cds-layout-size-height-min: var(--cds-layout-size-height-2xl, 5rem);
2726
2726
  }
2727
2727
 
2728
- .cds--layout-constraint--size\:max-2xl {
2728
+ .cds--layout-constraint--size__max-2xl {
2729
2729
  --cds-layout-size-height-max: var(--cds-layout-size-height-2xl, 5rem);
2730
2730
  }
2731
2731
 
@@ -2734,15 +2734,15 @@ em {
2734
2734
  --cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context);
2735
2735
  }
2736
2736
 
2737
- .cds--layout-constraint--density\:default-condensed {
2737
+ .cds--layout-constraint--density__default-condensed {
2738
2738
  --cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-condensed, 0.5rem));
2739
2739
  }
2740
2740
 
2741
- .cds--layout-constraint--density\:min-condensed {
2741
+ .cds--layout-constraint--density__min-condensed {
2742
2742
  --cds-layout-density-padding-inline-min: var(--cds-layout-density-padding-inline-condensed, 0.5rem);
2743
2743
  }
2744
2744
 
2745
- .cds--layout-constraint--density\:max-condensed {
2745
+ .cds--layout-constraint--density__max-condensed {
2746
2746
  --cds-layout-density-padding-inline-max: var(--cds-layout-density-padding-inline-condensed, 0.5rem);
2747
2747
  }
2748
2748
 
@@ -2751,15 +2751,15 @@ em {
2751
2751
  --cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context);
2752
2752
  }
2753
2753
 
2754
- .cds--layout-constraint--density\:default-normal {
2754
+ .cds--layout-constraint--density__default-normal {
2755
2755
  --cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-normal, 1rem));
2756
2756
  }
2757
2757
 
2758
- .cds--layout-constraint--density\:min-normal {
2758
+ .cds--layout-constraint--density__min-normal {
2759
2759
  --cds-layout-density-padding-inline-min: var(--cds-layout-density-padding-inline-normal, 1rem);
2760
2760
  }
2761
2761
 
2762
- .cds--layout-constraint--density\:max-normal {
2762
+ .cds--layout-constraint--density__max-normal {
2763
2763
  --cds-layout-density-padding-inline-max: var(--cds-layout-density-padding-inline-normal, 1rem);
2764
2764
  }
2765
2765
 
@@ -4370,6 +4370,7 @@ li.cds--accordion__item--disabled:last-of-type {
4370
4370
  padding-block-start: min((var(--cds-layout-size-height-local) - 1rem) / 2 - 0.0625rem, var(--temp-padding-block-max));
4371
4371
  }
4372
4372
  .cds--btn--icon-only > :first-child {
4373
+ min-width: 1rem;
4373
4374
  -webkit-margin-before: 0.0625rem;
4374
4375
  margin-block-start: 0.0625rem;
4375
4376
  }
@@ -6915,7 +6916,15 @@ fieldset[disabled] .cds--form__helper-text {
6915
6916
  }
6916
6917
 
6917
6918
  .cds--list-box--expanded {
6918
- border-bottom-color: var(--cds-border-subtle);
6919
+ border-bottom-color: var(--cds-border-subtle-01, #c6c6c6);
6920
+ }
6921
+
6922
+ .cds--layer-two .cds--list-box--expanded {
6923
+ border-bottom-color: var(--cds-border-subtle-02, #e0e0e0);
6924
+ }
6925
+
6926
+ .cds--layer-three .cds--list-box--expanded {
6927
+ border-bottom-color: var(--cds-border-subtle-03, #c6c6c6);
6919
6928
  }
6920
6929
 
6921
6930
  .cds--list-box--expanded:hover {
@@ -7422,7 +7431,15 @@ fieldset[disabled] .cds--form__helper-text {
7422
7431
  }
7423
7432
 
7424
7433
  .cds--list-box--disabled .cds--list-box__menu-item__option:hover {
7425
- border-top-color: var(--cds-border-subtle);
7434
+ border-top-color: var(--cds-border-subtle-01, #c6c6c6);
7435
+ }
7436
+
7437
+ .cds--layer-two .cds--list-box--disabled .cds--list-box__menu-item__option:hover {
7438
+ border-top-color: var(--cds-border-subtle-02, #e0e0e0);
7439
+ }
7440
+
7441
+ .cds--layer-three .cds--list-box--disabled .cds--list-box__menu-item__option:hover {
7442
+ border-top-color: var(--cds-border-subtle-03, #c6c6c6);
7426
7443
  }
7427
7444
 
7428
7445
  .cds--list-box__menu-item:first-of-type .cds--list-box__menu-item__option {
@@ -7433,12 +7450,24 @@ fieldset[disabled] .cds--form__helper-text {
7433
7450
  color: var(--cds-text-primary, #161616);
7434
7451
  }
7435
7452
 
7436
- .cds--list-box__menu-item:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
7437
- border-top-color: transparent;
7453
+ .cds--list-box--disabled .cds--list-box__menu-item:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
7454
+ border-top-color: var(--cds-border-subtle-01, #c6c6c6);
7438
7455
  }
7439
7456
 
7440
- .cds--list-box--disabled .cds--list-box__menu-item:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
7441
- border-top-color: var(--cds-border-subtle);
7457
+ .cds--layer-two .cds--list-box--disabled .cds--list-box__menu-item:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
7458
+ border-top-color: var(--cds-border-subtle-02, #e0e0e0);
7459
+ }
7460
+
7461
+ .cds--layer-three .cds--list-box--disabled .cds--list-box__menu-item:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
7462
+ border-top-color: var(--cds-border-subtle-03, #c6c6c6);
7463
+ }
7464
+
7465
+ .cds--layer-two .cds--list-box__menu-item__option {
7466
+ border-top-color: var(--cds-border-subtle-02, #e0e0e0);
7467
+ }
7468
+
7469
+ .cds--layer-three .cds--list-box__menu-item__option {
7470
+ border-top-color: var(--cds-border-subtle-03, #c6c6c6);
7442
7471
  }
7443
7472
 
7444
7473
  .cds--list-box__menu-item__option {
@@ -7450,7 +7479,7 @@ fieldset[disabled] .cds--form__helper-text {
7450
7479
  padding: 0.6875rem 0;
7451
7480
  padding-right: 1.5rem;
7452
7481
  border-top: 1px solid transparent;
7453
- border-top-color: var(--cds-border-subtle);
7482
+ border-top-color: var(--cds-border-subtle-01, #c6c6c6);
7454
7483
  border-bottom: 1px solid transparent;
7455
7484
  margin: 0 1rem;
7456
7485
  color: var(--cds-text-secondary, #525252);
@@ -7512,12 +7541,24 @@ fieldset[disabled] .cds--form__helper-text {
7512
7541
  border-color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
7513
7542
  }
7514
7543
 
7515
- .cds--list-box__menu-item[disabled] .cds--list-box__menu-item__option {
7516
- border-top-color: var(--cds-border-subtle);
7544
+ .cds--list-box__menu-item[disabled] .cds--list-box__menu-item__option,
7545
+ .cds--list-box__menu-item[disabled]:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
7546
+ border-top-color: var(--cds-border-subtle-01, #c6c6c6);
7517
7547
  }
7518
7548
 
7519
- .cds--list-box__menu-item[disabled]:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
7520
- border-top-color: var(--cds-border-subtle);
7549
+ .cds--layer-two .cds--list-box__menu-item[disabled] .cds--list-box__menu-item__option,
7550
+ .cds--layer-two .cds--list-box__menu-item[disabled]:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
7551
+ border-top-color: var(--cds-border-subtle-02, #e0e0e0);
7552
+ }
7553
+
7554
+ .cds--layer-three .cds--list-box__menu-item[disabled] .cds--list-box__menu-item__option,
7555
+ .cds--layer-three .cds--list-box__menu-item[disabled]:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
7556
+ border-top-color: var(--cds-border-subtle-03, #c6c6c6);
7557
+ }
7558
+
7559
+ .cds--list-box__menu-item--active + .cds--list-box__menu-item[disabled] .cds--list-box__menu-item__option,
7560
+ .cds--list-box__menu-item:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
7561
+ border-top-color: transparent;
7521
7562
  }
7522
7563
 
7523
7564
  .cds--list-box.cds--list-box--inline .cds--list-box__menu-item__option {
@@ -7918,11 +7959,8 @@ fieldset[disabled] .cds--form__helper-text {
7918
7959
  outline: 2px solid var(--cds-focus, #0f62fe);
7919
7960
  outline-offset: -2px;
7920
7961
  position: absolute;
7921
- top: 0;
7922
- right: 0;
7923
- bottom: 0;
7924
- left: 0;
7925
7962
  content: "";
7963
+ inset: 0;
7926
7964
  }
7927
7965
  @media screen and (prefers-contrast) {
7928
7966
  .cds--contained-list-item--clickable .cds--contained-list-item__content:focus::after {
@@ -9333,7 +9371,8 @@ tr.cds--data-table--selected:last-of-type td {
9333
9371
  }
9334
9372
 
9335
9373
  .cds--action-list .cds--btn {
9336
- padding: calc(0.875rem - 3px) 1rem;
9374
+ padding-right: 1rem;
9375
+ padding-left: 1rem;
9337
9376
  color: var(--cds-text-on-color, #ffffff);
9338
9377
  white-space: nowrap;
9339
9378
  }
@@ -13724,35 +13763,26 @@ button.cds--dropdown-text:focus {
13724
13763
  }
13725
13764
 
13726
13765
  .cds--search--fluid .cds--search-magnifier-icon {
13727
- top: auto;
13728
- right: 1rem;
13729
- bottom: 0.8125rem;
13730
- left: auto;
13766
+ inset: auto 1rem 0.8125rem auto;
13731
13767
  transform: none;
13732
13768
  }
13733
13769
 
13734
13770
  .cds--search--fluid .cds--search-close {
13735
- top: auto;
13736
- right: 3rem;
13737
- bottom: 0;
13738
- left: auto;
13739
13771
  width: 2.5rem;
13740
13772
  height: 2.5rem;
13741
13773
  border: none;
13774
+ inset: auto 3rem 0 auto;
13742
13775
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
13743
13776
  }
13744
13777
 
13745
13778
  .cds--search--fluid .cds--search-close::before {
13746
13779
  position: absolute;
13747
- top: auto;
13748
- right: -0.0625rem;
13749
- bottom: 0.875rem;
13750
- left: auto;
13751
13780
  display: block;
13752
13781
  width: 0.0625rem;
13753
13782
  height: 1rem;
13754
13783
  background: var(--cds-border-subtle);
13755
13784
  content: "";
13785
+ inset: auto -0.0625rem 0.875rem auto;
13756
13786
  }
13757
13787
 
13758
13788
  .cds--search--fluid .cds--search-input:focus ~ .cds--search-close:hover {
@@ -15058,6 +15088,15 @@ optgroup.cds--select-optgroup:disabled,
15058
15088
  .cds--modal .cds--number__rule-divider {
15059
15089
  background-color: var(--cds-border-subtle-02, #e0e0e0);
15060
15090
  }
15091
+ .cds--modal .cds--list-box__menu-item__option {
15092
+ border-top-color: var(--cds-border-subtle-02, #e0e0e0);
15093
+ }
15094
+ .cds--modal .cds--list-box__menu-item:hover .cds--list-box__menu-item__option {
15095
+ border-top-color: var(--cds-layer-hover);
15096
+ }
15097
+ .cds--modal .cds--list-box__menu-item--active:hover .cds--list-box__menu-item__option {
15098
+ border-top-color: var(--cds-layer-selected-hover);
15099
+ }
15061
15100
  .cds--modal .cds--text-input--fluid .cds--text-input,
15062
15101
  .cds--modal .cds--text-area--fluid .cds--text-area__wrapper,
15063
15102
  .cds--modal .cds--text-area--fluid .cds--text-area,
@@ -17694,11 +17733,8 @@ span.cds--pagination__text.cds--pagination__items-count {
17694
17733
  .cds--popover {
17695
17734
  position: absolute;
17696
17735
  z-index: 6000;
17697
- top: 0;
17698
- right: 0;
17699
- bottom: 0;
17700
- left: 0;
17701
17736
  filter: var(--cds-popover-drop-shadow, none);
17737
+ inset: 0;
17702
17738
  pointer-events: none;
17703
17739
  }
17704
17740
 
@@ -18026,10 +18062,6 @@ span.cds--pagination__text.cds--pagination__items-count {
18026
18062
 
18027
18063
  .cds--progress-bar--indeterminate .cds--progress-bar__track::after {
18028
18064
  position: absolute;
18029
- top: 0;
18030
- right: 0;
18031
- bottom: 0;
18032
- left: 0;
18033
18065
  animation-duration: 1400ms;
18034
18066
  animation-iteration-count: infinite;
18035
18067
  animation-name: progress-bar-indeterminate;
@@ -18038,6 +18070,7 @@ span.cds--pagination__text.cds--pagination__items-count {
18038
18070
  background-position-x: 0%;
18039
18071
  background-size: 200% 100%;
18040
18072
  content: "";
18073
+ inset: 0;
18041
18074
  }
18042
18075
 
18043
18076
  .cds--progress-bar__helper-text {
@@ -19476,6 +19509,20 @@ span.cds--pagination__text.cds--pagination__items-count {
19476
19509
  }
19477
19510
  }
19478
19511
 
19512
+ .cds--tabs.cds--tabs--contained.cds--tabs--full-width .cds--tab--list {
19513
+ display: grid;
19514
+ width: 100%;
19515
+ grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
19516
+ }
19517
+ .cds--tabs.cds--tabs--contained.cds--tabs--full-width .cds--tab--list .cds--tabs__nav-link .cds--tabs__nav-item-label,
19518
+ .cds--tabs.cds--tabs--contained.cds--tabs--full-width .cds--tab--list .cds--tabs__nav-link .cds--tabs__nav-item-secondary-label {
19519
+ overflow: hidden;
19520
+ text-overflow: ellipsis;
19521
+ }
19522
+ .cds--tabs.cds--tabs--contained.cds--tabs--full-width .cds--tab--list .cds--tabs__nav-link .cds--tabs__nav-item--icon {
19523
+ margin-left: auto;
19524
+ }
19525
+
19479
19526
  .cds--tabs {
19480
19527
  font-size: var(--cds-body-compact-01-font-size, 0.875rem);
19481
19528
  font-weight: var(--cds-body-compact-01-font-weight, 400);
@@ -20156,11 +20203,12 @@ span.cds--pagination__text.cds--pagination__items-count {
20156
20203
  }
20157
20204
 
20158
20205
  .cds--tile {
20206
+ --cds-layout-density-padding-inline-local: clamp(var(--cds-layout-density-padding-inline-min), var(--cds-layout-density-padding-inline, var(--cds-layout-density-padding-inline-normal)), var(--cds-layout-density-padding-inline-max));
20159
20207
  position: relative;
20160
20208
  display: block;
20161
20209
  min-width: 8rem;
20162
20210
  min-height: 4rem;
20163
- padding: 1rem;
20211
+ padding: var(--cds-layout-density-padding-inline-local);
20164
20212
  background-color: var(--cds-layer);
20165
20213
  outline: 2px solid transparent;
20166
20214
  outline-offset: -2px;
@@ -20241,7 +20289,6 @@ span.cds--pagination__text.cds--pagination__items-count {
20241
20289
  .cds--tile--clickable.cds--link--disabled,
20242
20290
  .cds--tile--clickable:hover.cds--link--disabled {
20243
20291
  display: block;
20244
- padding: 1rem;
20245
20292
  background-color: var(--cds-layer);
20246
20293
  color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
20247
20294
  cursor: not-allowed;
@@ -20250,8 +20297,8 @@ span.cds--pagination__text.cds--pagination__items-count {
20250
20297
  .cds--tile--clickable .cds--tile--icon,
20251
20298
  .cds--tile--clickable.cds--link--disabled .cds--tile--disabled-icon {
20252
20299
  position: absolute;
20253
- right: 1rem;
20254
- bottom: 1rem;
20300
+ right: var(--cds-layout-density-padding-inline-local);
20301
+ bottom: var(--cds-layout-density-padding-inline-local);
20255
20302
  }
20256
20303
 
20257
20304
  .cds--tile--clickable .cds--tile--icon {
@@ -20267,14 +20314,15 @@ span.cds--pagination__text.cds--pagination__items-count {
20267
20314
  }
20268
20315
 
20269
20316
  .cds--tile--selectable {
20270
- padding-right: 3rem;
20271
20317
  border: 1px solid transparent;
20318
+ -webkit-padding-end: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
20319
+ padding-inline-end: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
20272
20320
  }
20273
20321
 
20274
20322
  .cds--tile__checkmark {
20275
20323
  position: absolute;
20276
- top: 1rem;
20277
- right: 1rem;
20324
+ top: var(--cds-layout-density-padding-inline-local);
20325
+ right: var(--cds-layout-density-padding-inline-local);
20278
20326
  height: 1rem;
20279
20327
  border: none;
20280
20328
  background: transparent;
@@ -20304,8 +20352,8 @@ span.cds--pagination__text.cds--pagination__items-count {
20304
20352
  right: 0;
20305
20353
  bottom: 0;
20306
20354
  display: flex;
20307
- width: 3rem;
20308
- height: 3rem;
20355
+ width: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
20356
+ height: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
20309
20357
  align-items: center;
20310
20358
  justify-content: center;
20311
20359
  }
@@ -20347,8 +20395,8 @@ span.cds--pagination__text.cds--pagination__items-count {
20347
20395
  right: 0;
20348
20396
  bottom: 0;
20349
20397
  display: flex;
20350
- width: 3rem;
20351
- height: 3rem;
20398
+ width: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
20399
+ height: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
20352
20400
  align-items: center;
20353
20401
  justify-content: center;
20354
20402
  }
@@ -20767,8 +20815,7 @@ span.cds--pagination__text.cds--pagination__items-count {
20767
20815
  }
20768
20816
 
20769
20817
  .cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch,
20770
- .cds--toggle__button:not(:disabled):active + .cds--toggle__label .cds--toggle__switch,
20771
- .cds--toggle:active .cds--toggle__switch {
20818
+ .cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch {
20772
20819
  box-shadow: 0 0 0 1px var(--cds-focus-inset, #ffffff), 0 0 0 3px var(--cds-focus, #0f62fe);
20773
20820
  }
20774
20821
 
@@ -20870,13 +20917,72 @@ span.cds--pagination__text.cds--pagination__items-count {
20870
20917
 
20871
20918
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
20872
20919
  .cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch,
20873
- .cds--toggle__button:not(:disabled):active + .cds--toggle__label .cds--toggle__switch,
20874
- .cds--toggle:active .cds--toggle__switch {
20920
+ .cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch {
20875
20921
  color: Highlight;
20876
20922
  outline: 1px solid Highlight;
20877
20923
  }
20878
20924
  }
20879
20925
 
20926
+ .cds--toggle--skeleton {
20927
+ display: flex;
20928
+ align-items: center;
20929
+ }
20930
+
20931
+ .cds--toggle--skeleton .cds--toggle__skeleton-circle {
20932
+ position: relative;
20933
+ overflow: hidden;
20934
+ background: var(--cds-skeleton-background, #e8e8e8);
20935
+ border-radius: 50%;
20936
+ width: 1.125rem;
20937
+ height: 1.125rem;
20938
+ border-radius: 50%;
20939
+ }
20940
+ .cds--toggle--skeleton .cds--toggle__skeleton-circle::before {
20941
+ position: absolute;
20942
+ width: 200%;
20943
+ height: 100%;
20944
+ animation: 3000ms ease-in-out skeleton infinite;
20945
+ background: var(--cds-skeleton-element, #c6c6c6);
20946
+ content: "";
20947
+ will-change: transform-origin, transform, opacity;
20948
+ }
20949
+ @media (prefers-reduced-motion: reduce) {
20950
+ .cds--toggle--skeleton .cds--toggle__skeleton-circle::before {
20951
+ animation: none;
20952
+ }
20953
+ }
20954
+
20955
+ .cds--toggle--skeleton .cds--toggle__skeleton-rectangle {
20956
+ position: relative;
20957
+ padding: 0;
20958
+ border: none;
20959
+ background: var(--cds-skeleton-background, #e8e8e8);
20960
+ box-shadow: none;
20961
+ pointer-events: none;
20962
+ width: 1.5rem;
20963
+ height: 0.5rem;
20964
+ margin-left: 0.5rem;
20965
+ }
20966
+ .cds--toggle--skeleton .cds--toggle__skeleton-rectangle:hover, .cds--toggle--skeleton .cds--toggle__skeleton-rectangle:focus, .cds--toggle--skeleton .cds--toggle__skeleton-rectangle:active {
20967
+ border: none;
20968
+ cursor: default;
20969
+ outline: none;
20970
+ }
20971
+ .cds--toggle--skeleton .cds--toggle__skeleton-rectangle::before {
20972
+ position: absolute;
20973
+ width: 100%;
20974
+ height: 100%;
20975
+ animation: 3000ms ease-in-out skeleton infinite;
20976
+ background: var(--cds-skeleton-element, #c6c6c6);
20977
+ content: "";
20978
+ will-change: transform-origin, transform, opacity;
20979
+ }
20980
+ @media (prefers-reduced-motion: reduce) {
20981
+ .cds--toggle--skeleton .cds--toggle__skeleton-rectangle::before {
20982
+ animation: none;
20983
+ }
20984
+ }
20985
+
20880
20986
  .cds--tree {
20881
20987
  overflow: hidden;
20882
20988
  }
@@ -21125,6 +21231,10 @@ span.cds--pagination__text.cds--pagination__items-count {
21125
21231
  }
21126
21232
  }
21127
21233
 
21234
+ .cds--header__global .cds--popover {
21235
+ z-index: 8001;
21236
+ }
21237
+
21128
21238
  .cds--header__action > :first-child {
21129
21239
  -webkit-margin-before: 0;
21130
21240
  margin-block-start: 0;
@@ -22073,6 +22183,10 @@ a.cds--side-nav__link--current::before {
22073
22183
  }
22074
22184
  }
22075
22185
 
22186
+ .cds--header__global .cds--popover {
22187
+ z-index: 8001;
22188
+ }
22189
+
22076
22190
  .cds--header__action > :first-child {
22077
22191
  -webkit-margin-before: 0;
22078
22192
  margin-block-start: 0;