@carbon/styles 1.86.1 → 1.87.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
@@ -4919,11 +4919,12 @@ li.cds--accordion__item--disabled:last-of-type {
4919
4919
  }
4920
4920
 
4921
4921
  .cds--btn--icon-only {
4922
+ align-items: center;
4922
4923
  justify-content: center;
4923
4924
  padding: 0;
4924
4925
  block-size: var(--cds-layout-size-height-local);
4925
4926
  inline-size: var(--cds-layout-size-height-local);
4926
- padding-block-start: min((var(--cds-layout-size-height-local) - 1rem) / 2 - 0.0625rem, var(--temp-padding-block-max));
4927
+ padding-block-start: 0;
4927
4928
  }
4928
4929
  .cds--btn--icon-only > :first-child {
4929
4930
  min-inline-size: 1rem;
@@ -5128,6 +5129,15 @@ li.cds--accordion__item--disabled:last-of-type {
5128
5129
  animation: none;
5129
5130
  }
5130
5131
  }
5132
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
5133
+ .cds--btn.cds--skeleton {
5134
+ background: CanvasText;
5135
+ }
5136
+ .cds--btn.cds--skeleton::before {
5137
+ background: Canvas;
5138
+ forced-color-adjust: none;
5139
+ }
5140
+ }
5131
5141
 
5132
5142
  .cds--btn-set {
5133
5143
  display: flex;
@@ -6261,7 +6271,7 @@ li.cds--accordion__item--disabled:last-of-type {
6261
6271
  }
6262
6272
  .cds--overflow-menu:hover,
6263
6273
  .cds--overflow-menu__trigger:hover {
6264
- background-color: var(--cds-layer-hover);
6274
+ background-color: var(--cds-background-hover, rgba(141, 141, 141, 0.12));
6265
6275
  }
6266
6276
 
6267
6277
  .cds--overflow-menu > :first-child {
@@ -6357,14 +6367,14 @@ li.cds--accordion__item--disabled:last-of-type {
6357
6367
  }
6358
6368
 
6359
6369
  .cds--overflow-menu-options--light {
6360
- background-color: var(--cds-layer);
6370
+ background-color: var(--cds-layer-hover);
6361
6371
  }
6362
6372
  .cds--overflow-menu-options--light::after {
6363
6373
  background-color: var(--cds-layer);
6364
6374
  }
6365
6375
 
6366
6376
  .cds--overflow-menu.cds--overflow-menu--light.cds--overflow-menu--open:hover {
6367
- background-color: var(--cds-layer);
6377
+ background-color: var(--cds-layer-hover);
6368
6378
  }
6369
6379
 
6370
6380
  .cds--overflow-menu-options[data-floating-menu-direction=bottom]:not(.cds--breadcrumb-menu-options)::after {
@@ -6804,6 +6814,15 @@ a.cds--overflow-menu-options__btn::before {
6804
6814
  animation: none;
6805
6815
  }
6806
6816
  }
6817
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
6818
+ .cds--breadcrumb.cds--skeleton .cds--link {
6819
+ background: CanvasText;
6820
+ }
6821
+ .cds--breadcrumb.cds--skeleton .cds--link::before {
6822
+ background: Canvas;
6823
+ forced-color-adjust: none;
6824
+ }
6825
+ }
6807
6826
 
6808
6827
  .cds--link {
6809
6828
  box-sizing: border-box;
@@ -7157,6 +7176,15 @@ textarea:-webkit-autofill:focus {
7157
7176
  animation: none;
7158
7177
  }
7159
7178
  }
7179
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
7180
+ .cds--label.cds--skeleton {
7181
+ background: CanvasText;
7182
+ }
7183
+ .cds--label.cds--skeleton::before {
7184
+ background: Canvas;
7185
+ forced-color-adjust: none;
7186
+ }
7187
+ }
7160
7188
 
7161
7189
  input[type=number],
7162
7190
  input[type=text].cds--number {
@@ -7625,6 +7653,15 @@ fieldset[disabled] .cds--form__helper-text {
7625
7653
  animation: none;
7626
7654
  }
7627
7655
  }
7656
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
7657
+ .cds--checkbox-label-text.cds--skeleton {
7658
+ background: CanvasText;
7659
+ }
7660
+ .cds--checkbox-label-text.cds--skeleton::before {
7661
+ background: Canvas;
7662
+ forced-color-adjust: none;
7663
+ }
7664
+ }
7628
7665
 
7629
7666
  .cds--checkbox--inline {
7630
7667
  position: relative;
@@ -8349,14 +8386,12 @@ fieldset[disabled] .cds--form__helper-text {
8349
8386
  background-image: linear-gradient(to right, transparent, var(--cds-layer));
8350
8387
  }
8351
8388
 
8352
- @media not all and (min-resolution >= 0.001dpcm) {
8353
- @supports (-webkit-appearance: none) and (stroke-color: transparent) {
8354
- .cds--snippet__overflow-indicator--left {
8355
- background-image: linear-gradient(to left, rgba(var(--cds-layer), 0), var(--cds-layer));
8356
- }
8357
- .cds--snippet__overflow-indicator--right {
8358
- background-image: linear-gradient(to right, rgba(var(--cds-layer), 0), var(--cds-layer));
8359
- }
8389
+ @supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
8390
+ .cds--snippet__overflow-indicator--left {
8391
+ background-image: linear-gradient(to left, rgba(var(--cds-layer), 0), var(--cds-layer));
8392
+ }
8393
+ .cds--snippet__overflow-indicator--right {
8394
+ background-image: linear-gradient(to right, rgba(var(--cds-layer), 0), var(--cds-layer));
8360
8395
  }
8361
8396
  }
8362
8397
  .cds--snippet--multi.cds--skeleton {
@@ -8399,6 +8434,15 @@ fieldset[disabled] .cds--form__helper-text {
8399
8434
  animation: none;
8400
8435
  }
8401
8436
  }
8437
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
8438
+ .cds--snippet.cds--skeleton span {
8439
+ background: CanvasText;
8440
+ }
8441
+ .cds--snippet.cds--skeleton span::before {
8442
+ background: Canvas;
8443
+ forced-color-adjust: none;
8444
+ }
8445
+ }
8402
8446
  .cds--snippet.cds--skeleton span:first-child {
8403
8447
  margin: 0;
8404
8448
  }
@@ -8879,6 +8923,15 @@ fieldset[disabled] .cds--form__helper-text {
8879
8923
  animation: none;
8880
8924
  }
8881
8925
  }
8926
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
8927
+ .cds--skeleton.cds--text-input {
8928
+ background: CanvasText;
8929
+ }
8930
+ .cds--skeleton.cds--text-input::before {
8931
+ background: Canvas;
8932
+ forced-color-adjust: none;
8933
+ }
8934
+ }
8882
8935
 
8883
8936
  .cds--form--fluid .cds--text-input-wrapper {
8884
8937
  position: relative;
@@ -9568,6 +9621,15 @@ fieldset[disabled] .cds--form__helper-text {
9568
9621
  animation: none;
9569
9622
  }
9570
9623
  }
9624
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
9625
+ .cds--tag.cds--skeleton {
9626
+ background: CanvasText;
9627
+ }
9628
+ .cds--tag.cds--skeleton::before {
9629
+ background: Canvas;
9630
+ forced-color-adjust: none;
9631
+ }
9632
+ }
9571
9633
  .cds--tag.cds--skeleton.cds--tag--operational {
9572
9634
  border: 1px solid var(--cds-skeleton-background, #e8e8e8);
9573
9635
  }
@@ -9580,11 +9642,9 @@ fieldset[disabled] .cds--form__helper-text {
9580
9642
  .cds--tag.cds--skeleton .cds--definition-term .cds--tag__label {
9581
9643
  color: var(--cds-text-primary, #161616);
9582
9644
  }
9583
- @media not all and (min-resolution >= 0.001dpcm) {
9584
- @supports (-webkit-appearance: none) and (stroke-color: transparent) {
9585
- .cds--tag.cds--skeleton {
9586
- transform: translateZ(0);
9587
- }
9645
+ @supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
9646
+ .cds--tag.cds--skeleton {
9647
+ transform: translateZ(0);
9588
9648
  }
9589
9649
  }
9590
9650
 
@@ -11982,6 +12042,15 @@ fieldset[disabled] .cds--form__helper-text {
11982
12042
  animation: none;
11983
12043
  }
11984
12044
  }
12045
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
12046
+ .cds--radio-button__label.cds--skeleton {
12047
+ background: CanvasText;
12048
+ }
12049
+ .cds--radio-button__label.cds--skeleton::before {
12050
+ background: Canvas;
12051
+ forced-color-adjust: none;
12052
+ }
12053
+ }
11985
12054
 
11986
12055
  .cds--radio-button__label.cds--skeleton .cds--radio-button__appearance {
11987
12056
  display: none;
@@ -13282,6 +13351,19 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
13282
13351
  animation: none;
13283
13352
  }
13284
13353
  }
13354
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
13355
+ .cds--search--lg.cds--skeleton .cds--search-input,
13356
+ .cds--search--md.cds--skeleton .cds--search-input,
13357
+ .cds--search--sm.cds--skeleton .cds--search-input {
13358
+ background: CanvasText;
13359
+ }
13360
+ .cds--search--lg.cds--skeleton .cds--search-input::before,
13361
+ .cds--search--md.cds--skeleton .cds--search-input::before,
13362
+ .cds--search--sm.cds--skeleton .cds--search-input::before {
13363
+ background: Canvas;
13364
+ forced-color-adjust: none;
13365
+ }
13366
+ }
13285
13367
  .cds--search--lg.cds--skeleton .cds--search-input::-moz-placeholder, .cds--search--md.cds--skeleton .cds--search-input::-moz-placeholder, .cds--search--sm.cds--skeleton .cds--search-input::-moz-placeholder {
13286
13368
  color: transparent;
13287
13369
  }
@@ -14338,6 +14420,17 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
14338
14420
  animation: none;
14339
14421
  }
14340
14422
  }
14423
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
14424
+ .cds--data-table.cds--skeleton th span,
14425
+ .cds--data-table.cds--skeleton td span {
14426
+ background: CanvasText;
14427
+ }
14428
+ .cds--data-table.cds--skeleton th span::before,
14429
+ .cds--data-table.cds--skeleton td span::before {
14430
+ background: Canvas;
14431
+ forced-color-adjust: none;
14432
+ }
14433
+ }
14341
14434
 
14342
14435
  .cds--data-table.cds--skeleton tr:hover td {
14343
14436
  border-color: var(--cds-border-subtle);
@@ -14391,6 +14484,15 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
14391
14484
  animation: none;
14392
14485
  }
14393
14486
  }
14487
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
14488
+ .cds--data-table-container.cds--skeleton .cds--data-table-header__title {
14489
+ background: CanvasText;
14490
+ }
14491
+ .cds--data-table-container.cds--skeleton .cds--data-table-header__title::before {
14492
+ background: Canvas;
14493
+ forced-color-adjust: none;
14494
+ }
14495
+ }
14394
14496
 
14395
14497
  .cds--data-table-container.cds--skeleton .cds--data-table-header__description {
14396
14498
  position: relative;
@@ -14423,6 +14525,15 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
14423
14525
  animation: none;
14424
14526
  }
14425
14527
  }
14528
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
14529
+ .cds--data-table-container.cds--skeleton .cds--data-table-header__description {
14530
+ background: CanvasText;
14531
+ }
14532
+ .cds--data-table-container.cds--skeleton .cds--data-table-header__description::before {
14533
+ background: Canvas;
14534
+ forced-color-adjust: none;
14535
+ }
14536
+ }
14426
14537
 
14427
14538
  .cds--data-table--sort th,
14428
14539
  .cds--data-table th[aria-sort] {
@@ -15436,6 +15547,17 @@ th .cds--table-sort__flex {
15436
15547
  animation: none;
15437
15548
  }
15438
15549
  }
15550
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
15551
+ .cds--date-picker.cds--skeleton input,
15552
+ .cds--date-picker__input.cds--skeleton {
15553
+ background: CanvasText;
15554
+ }
15555
+ .cds--date-picker.cds--skeleton input::before,
15556
+ .cds--date-picker__input.cds--skeleton::before {
15557
+ background: Canvas;
15558
+ forced-color-adjust: none;
15559
+ }
15560
+ }
15439
15561
  .cds--date-picker.cds--skeleton input::-moz-placeholder, .cds--date-picker__input.cds--skeleton::-moz-placeholder {
15440
15562
  color: transparent;
15441
15563
  }
@@ -15474,6 +15596,15 @@ th .cds--table-sort__flex {
15474
15596
  animation: none;
15475
15597
  }
15476
15598
  }
15599
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
15600
+ .cds--date-picker.cds--skeleton .cds--label {
15601
+ background: CanvasText;
15602
+ }
15603
+ .cds--date-picker.cds--skeleton .cds--label::before {
15604
+ background: Canvas;
15605
+ forced-color-adjust: none;
15606
+ }
15607
+ }
15477
15608
 
15478
15609
  .cds--dialog {
15479
15610
  position: fixed;
@@ -16218,6 +16349,17 @@ button.cds--dropdown-text:focus {
16218
16349
  animation: none;
16219
16350
  }
16220
16351
  }
16352
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
16353
+ .cds--dropdown-v2.cds--skeleton,
16354
+ .cds--dropdown.cds--skeleton {
16355
+ background: CanvasText;
16356
+ }
16357
+ .cds--dropdown-v2.cds--skeleton::before,
16358
+ .cds--dropdown.cds--skeleton::before {
16359
+ background: Canvas;
16360
+ forced-color-adjust: none;
16361
+ }
16362
+ }
16221
16363
 
16222
16364
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
16223
16365
  .cds--dropdown .cds--list-box__field {
@@ -16335,12 +16477,10 @@ button.cds--dropdown-text:focus {
16335
16477
  stroke-dashoffset: -22;
16336
16478
  }
16337
16479
 
16338
- @media not all and (resolution >= 0.001dpcm) {
16339
- @supports (-webkit-appearance: none) and (stroke-color: transparent) {
16340
- circle.cds--loading__background {
16341
- stroke-dasharray: 265;
16342
- stroke-dashoffset: 0;
16343
- }
16480
+ @supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
16481
+ circle.cds--loading__background {
16482
+ stroke-dasharray: 265;
16483
+ stroke-dashoffset: 0;
16344
16484
  }
16345
16485
  }
16346
16486
  .cds--loading-overlay {
@@ -17061,6 +17201,15 @@ button.cds--dropdown-text:focus {
17061
17201
  animation: none;
17062
17202
  }
17063
17203
  }
17204
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
17205
+ .cds--list-box__wrapper--fluid .cds--skeleton .cds--list-box__field {
17206
+ background: CanvasText;
17207
+ }
17208
+ .cds--list-box__wrapper--fluid .cds--skeleton .cds--list-box__field::before {
17209
+ background: Canvas;
17210
+ forced-color-adjust: none;
17211
+ }
17212
+ }
17064
17213
 
17065
17214
  .cds--list-box__wrapper--fluid .cds--skeleton .cds--list-box__label {
17066
17215
  position: relative;
@@ -17095,6 +17244,15 @@ button.cds--dropdown-text:focus {
17095
17244
  animation: none;
17096
17245
  }
17097
17246
  }
17247
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
17248
+ .cds--list-box__wrapper--fluid .cds--skeleton .cds--list-box__label {
17249
+ background: CanvasText;
17250
+ }
17251
+ .cds--list-box__wrapper--fluid .cds--skeleton .cds--list-box__label::before {
17252
+ background: Canvas;
17253
+ forced-color-adjust: none;
17254
+ }
17255
+ }
17098
17256
 
17099
17257
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *,
17100
17258
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--ai-label,
@@ -18265,6 +18423,15 @@ button.cds--dropdown-text:focus {
18265
18423
  animation: none;
18266
18424
  }
18267
18425
  }
18426
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
18427
+ .cds--number.cds--skeleton {
18428
+ background: CanvasText;
18429
+ }
18430
+ .cds--number.cds--skeleton::before {
18431
+ background: Canvas;
18432
+ forced-color-adjust: none;
18433
+ }
18434
+ }
18268
18435
  .cds--number.cds--skeleton input[type=number],
18269
18436
  .cds--number.cds--skeleton input[type=text] {
18270
18437
  display: none;
@@ -18907,6 +19074,15 @@ optgroup.cds--select-optgroup:disabled,
18907
19074
  animation: none;
18908
19075
  }
18909
19076
  }
19077
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
19078
+ .cds--select.cds--skeleton {
19079
+ background: CanvasText;
19080
+ }
19081
+ .cds--select.cds--skeleton::before {
19082
+ background: Canvas;
19083
+ forced-color-adjust: none;
19084
+ }
19085
+ }
18910
19086
 
18911
19087
  .cds--select.cds--skeleton .cds--select-input {
18912
19088
  display: none;
@@ -19386,6 +19562,15 @@ optgroup.cds--select-optgroup:disabled,
19386
19562
  animation: none;
19387
19563
  }
19388
19564
  }
19565
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
19566
+ .cds--text-area.cds--skeleton {
19567
+ background: CanvasText;
19568
+ }
19569
+ .cds--text-area.cds--skeleton::before {
19570
+ background: Canvas;
19571
+ forced-color-adjust: none;
19572
+ }
19573
+ }
19389
19574
  .cds--text-area.cds--skeleton::-moz-placeholder {
19390
19575
  color: transparent;
19391
19576
  }
@@ -21572,6 +21757,19 @@ optgroup.cds--select-optgroup:disabled,
21572
21757
  color: var(--cds-text-primary, #161616);
21573
21758
  }
21574
21759
 
21760
+ .cds--actionable-notification__caption {
21761
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
21762
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
21763
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
21764
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
21765
+ color: var(--cds-text-inverse, #ffffff);
21766
+ padding-block-start: 1.5rem;
21767
+ }
21768
+
21769
+ .cds--actionable-notification--low-contrast .cds--actionable-notification__caption {
21770
+ color: var(--cds-text-primary, #161616);
21771
+ }
21772
+
21575
21773
  /* Ghost action button when inline */
21576
21774
  .cds--actionable-notification__action-button.cds--btn--ghost {
21577
21775
  block-size: 2rem;
@@ -23059,6 +23257,15 @@ span.cds--pagination__text.cds--pagination__items-count {
23059
23257
  animation: none;
23060
23258
  }
23061
23259
  }
23260
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
23261
+ .cds--progress.cds--skeleton .cds--progress-label {
23262
+ background: CanvasText;
23263
+ }
23264
+ .cds--progress.cds--skeleton .cds--progress-label::before {
23265
+ background: Canvas;
23266
+ forced-color-adjust: none;
23267
+ }
23268
+ }
23062
23269
 
23063
23270
  .cds--progress.cds--progress--vertical.cds--skeleton .cds--progress-label {
23064
23271
  margin-block-start: 0.0625rem;
@@ -23228,6 +23435,15 @@ span.cds--pagination__text.cds--pagination__items-count {
23228
23435
  animation: none;
23229
23436
  }
23230
23437
  }
23438
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
23439
+ .cds--icon--skeleton {
23440
+ background: CanvasText;
23441
+ }
23442
+ .cds--icon--skeleton::before {
23443
+ background: Canvas;
23444
+ forced-color-adjust: none;
23445
+ }
23446
+ }
23231
23447
 
23232
23448
  .cds--skeleton__placeholder {
23233
23449
  position: relative;
@@ -23259,6 +23475,15 @@ span.cds--pagination__text.cds--pagination__items-count {
23259
23475
  animation: none;
23260
23476
  }
23261
23477
  }
23478
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
23479
+ .cds--skeleton__placeholder {
23480
+ background: CanvasText;
23481
+ }
23482
+ .cds--skeleton__placeholder::before {
23483
+ background: Canvas;
23484
+ forced-color-adjust: none;
23485
+ }
23486
+ }
23262
23487
 
23263
23488
  .cds--skeleton__text {
23264
23489
  position: relative;
@@ -23291,6 +23516,15 @@ span.cds--pagination__text.cds--pagination__items-count {
23291
23516
  animation: none;
23292
23517
  }
23293
23518
  }
23519
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
23520
+ .cds--skeleton__text {
23521
+ background: CanvasText;
23522
+ }
23523
+ .cds--skeleton__text::before {
23524
+ background: Canvas;
23525
+ forced-color-adjust: none;
23526
+ }
23527
+ }
23294
23528
 
23295
23529
  .cds--skeleton__heading {
23296
23530
  block-size: 1.5rem;
@@ -23327,6 +23561,18 @@ span.cds--pagination__text.cds--pagination__items-count {
23327
23561
  border-radius: 0.125rem;
23328
23562
  }
23329
23563
 
23564
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
23565
+ .cds--skeleton__text--ai,
23566
+ .cds--skeleton__placeholder--ai,
23567
+ .cds--skeleton__icon--ai {
23568
+ background: CanvasText;
23569
+ }
23570
+ .cds--skeleton__text--ai::before,
23571
+ .cds--skeleton__placeholder--ai::before,
23572
+ .cds--skeleton__icon--ai::before {
23573
+ background: Canvas;
23574
+ }
23575
+ }
23330
23576
  .cds--slider-container {
23331
23577
  position: relative;
23332
23578
  display: flex;
@@ -23727,6 +23973,15 @@ span.cds--pagination__text.cds--pagination__items-count {
23727
23973
  animation: none;
23728
23974
  }
23729
23975
  }
23976
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
23977
+ .cds--slider-container.cds--skeleton .cds--slider__range-label {
23978
+ background: CanvasText;
23979
+ }
23980
+ .cds--slider-container.cds--skeleton .cds--slider__range-label::before {
23981
+ background: Canvas;
23982
+ forced-color-adjust: none;
23983
+ }
23984
+ }
23730
23985
 
23731
23986
  .cds--slider-container.cds--skeleton .cds--slider__track {
23732
23987
  cursor: default;
@@ -24062,6 +24317,15 @@ span.cds--pagination__text.cds--pagination__items-count {
24062
24317
  animation: none;
24063
24318
  }
24064
24319
  }
24320
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
24321
+ .cds--structured-list.cds--skeleton span {
24322
+ background: CanvasText;
24323
+ }
24324
+ .cds--structured-list.cds--skeleton span::before {
24325
+ background: Canvas;
24326
+ forced-color-adjust: none;
24327
+ }
24328
+ }
24065
24329
 
24066
24330
  .cds--structured-list.cds--structured-list--selection.cds--skeleton .cds--structured-list-th:first-child {
24067
24331
  inline-size: 5%;
@@ -24319,20 +24583,18 @@ span.cds--pagination__text.cds--pagination__items-count {
24319
24583
  .cds--tabs.cds--tabs--contained .cds--tabs__overflow-indicator--right {
24320
24584
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), var(--cds-layer-accent));
24321
24585
  }
24322
- @media not all and (resolution >= 0.001dpcm) {
24323
- @supports (-webkit-appearance: none) and (stroke-color: transparent) {
24324
- .cds--tabs .cds--tabs__overflow-indicator--left {
24325
- background-image: linear-gradient(to left, rgba(var(--cds-background, #ffffff), 0), var(--cds-background, #ffffff));
24326
- }
24327
- .cds--tabs .cds--tabs__overflow-indicator--right {
24328
- background-image: linear-gradient(to right, rgba(var(--cds-background, #ffffff), 0), var(--cds-background, #ffffff));
24329
- }
24330
- .cds--tabs.cds--tabs--contained .cds--tabs__overflow-indicator--left {
24331
- background-image: linear-gradient(to left, rgba(var(--cds-layer-accent), 0), var(--cds-layer-accent));
24332
- }
24333
- .cds--tabs.cds--tabs--contained .cds--tabs__overflow-indicator--right {
24334
- background-image: linear-gradient(to right, rgba(var(--cds-layer-accent), 0), var(--cds-layer-accent));
24335
- }
24586
+ @supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
24587
+ .cds--tabs .cds--tabs__overflow-indicator--left {
24588
+ background-image: linear-gradient(to left, rgba(var(--cds-background, #ffffff), 0), var(--cds-background, #ffffff));
24589
+ }
24590
+ .cds--tabs .cds--tabs__overflow-indicator--right {
24591
+ background-image: linear-gradient(to right, rgba(var(--cds-background, #ffffff), 0), var(--cds-background, #ffffff));
24592
+ }
24593
+ .cds--tabs.cds--tabs--contained .cds--tabs__overflow-indicator--left {
24594
+ background-image: linear-gradient(to left, rgba(var(--cds-layer-accent), 0), var(--cds-layer-accent));
24595
+ }
24596
+ .cds--tabs.cds--tabs--contained .cds--tabs__overflow-indicator--right {
24597
+ background-image: linear-gradient(to right, rgba(var(--cds-layer-accent), 0), var(--cds-layer-accent));
24336
24598
  }
24337
24599
  }
24338
24600
  .cds--tabs .cds--tabs__nav-item-label-wrapper {
@@ -24801,6 +25063,15 @@ span.cds--pagination__text.cds--pagination__items-count {
24801
25063
  animation: none;
24802
25064
  }
24803
25065
  }
25066
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
25067
+ .cds--tabs.cds--skeleton .cds--tabs__nav-link span {
25068
+ background: CanvasText;
25069
+ }
25070
+ .cds--tabs.cds--skeleton .cds--tabs__nav-link span::before {
25071
+ background: Canvas;
25072
+ forced-color-adjust: none;
25073
+ }
25074
+ }
24804
25075
 
24805
25076
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
24806
25077
  .cds--tabs__nav-item .cds--tabs__nav-item--selected .cds--tabs__nav-item--selected {
@@ -25111,11 +25382,9 @@ span.cds--pagination__text.cds--pagination__items-count {
25111
25382
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), visibility 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
25112
25383
  visibility: inherit;
25113
25384
  }
25114
- @media not all and (resolution >= 0.001dpcm) {
25115
- @supports (-webkit-appearance: none) and (stroke-color: transparent) {
25116
- .cds--tile--is-expanded .cds--tile-content__below-the-fold {
25117
- overflow-y: auto;
25118
- }
25385
+ @supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
25386
+ .cds--tile--is-expanded .cds--tile-content__below-the-fold {
25387
+ overflow-y: auto;
25119
25388
  }
25120
25389
  }
25121
25390
 
@@ -25668,6 +25937,15 @@ span.cds--pagination__text.cds--pagination__items-count {
25668
25937
  animation: none;
25669
25938
  }
25670
25939
  }
25940
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
25941
+ .cds--toggle--skeleton .cds--toggle__skeleton-circle {
25942
+ background: CanvasText;
25943
+ }
25944
+ .cds--toggle--skeleton .cds--toggle__skeleton-circle::before {
25945
+ background: Canvas;
25946
+ forced-color-adjust: none;
25947
+ }
25948
+ }
25671
25949
 
25672
25950
  .cds--toggle--skeleton .cds--toggle__skeleton-rectangle {
25673
25951
  position: relative;
@@ -25700,6 +25978,15 @@ span.cds--pagination__text.cds--pagination__items-count {
25700
25978
  animation: none;
25701
25979
  }
25702
25980
  }
25981
+ @media screen and (-ms-high-contrast: active), (forced-colors: active) {
25982
+ .cds--toggle--skeleton .cds--toggle__skeleton-rectangle {
25983
+ background: CanvasText;
25984
+ }
25985
+ .cds--toggle--skeleton .cds--toggle__skeleton-rectangle::before {
25986
+ background: Canvas;
25987
+ forced-color-adjust: none;
25988
+ }
25989
+ }
25703
25990
 
25704
25991
  [dir=rtl] .cds--toggle__switch--checked::before {
25705
25992
  transform: translateX(-1.5rem);