@carbon/ibmdotcom-styles 2.13.1-rc.0 → 2.14.0-rc.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.
@@ -9896,9 +9896,10 @@ screen and (prefers-contrast) {
9896
9896
  :host(c4d-content-group-cards-item) .cds--card__heading,
9897
9897
  :host(c4d-region-item) .cds--link .cds--card__copy,
9898
9898
  :host(c4d-region-item) .cds--link .cds--card__heading {
9899
- inline-size: 90%;
9899
+ color: var(--cds-text-primary,#161616);
9900
9900
  max-inline-size: to-rem(640px);
9901
- color: var(--cds-text-primary,#161616)
9901
+ -webkit-padding-end: 10%;
9902
+ padding-inline-end: 10%
9902
9903
  }
9903
9904
  .cds--card .cds--card__copy:not([hidden]),
9904
9905
  :host(c4d-card) .cds--card__copy:not([hidden]),
@@ -9983,7 +9984,8 @@ screen and (prefers-contrast) {
9983
9984
  :host(c4d-content-group-cards-item) .cds--card__heading,
9984
9985
  :host(c4d-region-item) .cds--link .cds--card__copy,
9985
9986
  :host(c4d-region-item) .cds--link .cds--card__heading {
9986
- inline-size: calc(100% - 2rem)
9987
+ -webkit-padding-end: 2rem;
9988
+ padding-inline-end: 2rem
9987
9989
  }
9988
9990
  :host(c4d-card) .cds--card__pictogram ::slotted(c4d-card-heading),
9989
9991
  :host(c4d-card-cta) .cds--card__pictogram ::slotted(c4d-card-heading),
@@ -9999,6 +10001,14 @@ screen and (prefers-contrast) {
9999
10001
  padding-inline-start: 0
10000
10002
  }
10001
10003
  }
10004
+ :host(c4d-card) .cds--card__pictogram-wrapper,
10005
+ :host(c4d-card-cta) .cds--card__pictogram-wrapper,
10006
+ :host(c4d-card-group-item) .cds--card__pictogram-wrapper,
10007
+ :host(c4d-card-in-card) .cds--card__pictogram-wrapper {
10008
+ display: -webkit-box;
10009
+ display: -ms-flexbox;
10010
+ display: flex
10011
+ }
10002
10012
  :host(c4d-card)[pictogram] .cds--card ::slotted(c4d-card-heading),
10003
10013
  :host(c4d-card-cta)[pictogram] .cds--card ::slotted(c4d-card-heading),
10004
10014
  :host(c4d-card-group-item)[pictogram] .cds--card ::slotted(c4d-card-heading),
@@ -10339,6 +10349,7 @@ screen and (prefers-contrast) {
10339
10349
  }
10340
10350
  .cds--card__eyebrow,
10341
10351
  :host(c4d-card-eyebrow) {
10352
+ display: block;
10342
10353
  inline-size: 90%;
10343
10354
  max-inline-size: to-rem(640px);
10344
10355
  font-size: var(--cds-label-02-font-size,.875rem);
@@ -10566,6 +10577,7 @@ screen and (prefers-contrast) {
10566
10577
  }
10567
10578
  :host(c4d-card-heading),
10568
10579
  :host(c4d-card-link-heading) {
10580
+ display: block;
10569
10581
  inline-size: 90%;
10570
10582
  max-inline-size: to-rem(640px);
10571
10583
  color: var(--cds-text-primary,#161616);
@@ -11360,7 +11372,7 @@ screen and (prefers-contrast) {
11360
11372
  --cds-focus: #ffffff;
11361
11373
  --cds-focus-inset: #161616;
11362
11374
  --cds-focus-inverse: #0f62fe;
11363
- --cds-highlight: #0043ce;
11375
+ --cds-highlight: #002d9c;
11364
11376
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
11365
11377
  --cds-icon-interactive: #ffffff;
11366
11378
  --cds-icon-inverse: #161616;
@@ -11826,7 +11838,7 @@ screen and (prefers-contrast) {
11826
11838
  --cds-focus: #ffffff;
11827
11839
  --cds-focus-inset: #161616;
11828
11840
  --cds-focus-inverse: #0f62fe;
11829
- --cds-highlight: #002d9c;
11841
+ --cds-highlight: #001d6c;
11830
11842
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
11831
11843
  --cds-icon-interactive: #ffffff;
11832
11844
  --cds-icon-inverse: #161616;
@@ -12245,11 +12257,43 @@ screen and (prefers-contrast) {
12245
12257
  -webkit-padding-before: 1rem;
12246
12258
  padding-block-start: 1rem
12247
12259
  }
12260
+ :host(c4d-card-group-item) {
12261
+ display: contents
12262
+ }
12248
12263
  :host(c4d-card-group-item) .cds--card {
12264
+ display: grid;
12249
12265
  border: 0;
12266
+ grid-row: span 10;
12267
+ grid-template-rows: subgrid;
12268
+ -webkit-margin-after: 2rem;
12269
+ margin-block-end: 2rem;
12250
12270
  outline: 1px solid var(--cds-border-tile-01,#c6c6c6);
12251
12271
  outline-offset: 0
12252
12272
  }
12273
+ :host(c4d-card-group-item) .cds--card .cds--card__wrapper {
12274
+ display: grid;
12275
+ -webkit-box-pack: revert;
12276
+ -ms-flex-pack: revert;
12277
+ justify-content: revert;
12278
+ grid-row: span 10;
12279
+ grid-template-rows: subgrid
12280
+ }
12281
+ :host(c4d-card-group-item) .cds--card .cds--card__wrapper::after,
12282
+ :host(c4d-card-group-item) .cds--card .cds--card__wrapper::before {
12283
+ content: revert
12284
+ }
12285
+ :host(c4d-card-group-item) .cds--card .cds--card__content {
12286
+ display: grid;
12287
+ grid-row: span 10;
12288
+ grid-template-rows: subgrid;
12289
+ row-gap: 0
12290
+ }
12291
+ :host(c4d-card-group-item) .cds--card .cds--card__copy {
12292
+ display: grid;
12293
+ grid-row: span 2;
12294
+ grid-template-rows: subgrid;
12295
+ row-gap: 0
12296
+ }
12253
12297
  :host(c4d-card-group-item) .cds--image__img {
12254
12298
  block-size: to-rem(240px)
12255
12299
  }
@@ -12274,6 +12318,22 @@ screen and (prefers-contrast) {
12274
12318
  :host(c4d-card-group-item):focus-within .cds--card {
12275
12319
  outline-offset: -1px
12276
12320
  }
12321
+ :host(c4d-card-group-item)[grid-mode=narrow] .cds--card {
12322
+ -webkit-margin-after: 1rem;
12323
+ margin-block-end: 1rem
12324
+ }
12325
+ :host(c4d-card-group-item)[grid-mode=condensed] .cds--card {
12326
+ -webkit-margin-after: 0;
12327
+ margin-block-end: 0
12328
+ }
12329
+ :host(c4d-card-group-item) ::slotted(c4d-card-footer) {
12330
+ display: revert;
12331
+ -webkit-margin-before: revert;
12332
+ margin-block-start: revert
12333
+ }
12334
+ :host(c4d-card-group-item) ::slotted(:not([slot]):has(cds-tag,c4d-tag)) {
12335
+ grid-row: -1
12336
+ }
12277
12337
  :host(c4d-card-group-item[href=""]) .cds--card {
12278
12338
  outline: 0
12279
12339
  }
@@ -12293,12 +12353,12 @@ screen and (prefers-contrast) {
12293
12353
  margin-block-start: 0
12294
12354
  }
12295
12355
  :host(c4d-card-group)[grid-mode=narrow] {
12296
- gap: .5rem;
12356
+ gap: 0 .5rem;
12297
12357
  -webkit-padding-before: .5rem;
12298
12358
  padding-block-start: .5rem
12299
12359
  }
12300
12360
  :host(c4d-card-group)[grid-mode=default] {
12301
- gap: 2rem;
12361
+ gap: 0 2rem;
12302
12362
  -webkit-padding-before: .5rem;
12303
12363
  padding-block-start: .5rem
12304
12364
  }
@@ -12418,12 +12478,12 @@ screen and (prefers-contrast) {
12418
12478
  }
12419
12479
  @media (min-width:42rem) {
12420
12480
  :host(c4d-card-group)[grid-mode=narrow] {
12421
- gap: 1rem;
12481
+ gap: 0 1rem;
12422
12482
  -webkit-padding-before: 1rem;
12423
12483
  padding-block-start: 1rem
12424
12484
  }
12425
12485
  :host(c4d-card-group)[grid-mode=default] {
12426
- gap: 2rem;
12486
+ gap: 0 2rem;
12427
12487
  -webkit-padding-before: 1rem;
12428
12488
  padding-block-start: 1rem
12429
12489
  }
@@ -14253,7 +14313,7 @@ screen and (prefers-contrast) {
14253
14313
  --cds-focus: #ffffff;
14254
14314
  --cds-focus-inset: #161616;
14255
14315
  --cds-focus-inverse: #0f62fe;
14256
- --cds-highlight: #002d9c;
14316
+ --cds-highlight: #001d6c;
14257
14317
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
14258
14318
  --cds-icon-interactive: #ffffff;
14259
14319
  --cds-icon-inverse: #161616;
@@ -15704,7 +15764,7 @@ div.cds--content-group-pictograms .cds--content-group__title {
15704
15764
  --cds-focus: #ffffff;
15705
15765
  --cds-focus-inset: #161616;
15706
15766
  --cds-focus-inverse: #0f62fe;
15707
- --cds-highlight: #0043ce;
15767
+ --cds-highlight: #002d9c;
15708
15768
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
15709
15769
  --cds-icon-interactive: #ffffff;
15710
15770
  --cds-icon-inverse: #161616;
@@ -16177,7 +16237,7 @@ div.cds--content-group-pictograms .cds--content-group__title {
16177
16237
  --cds-focus: #ffffff;
16178
16238
  --cds-focus-inset: #161616;
16179
16239
  --cds-focus-inverse: #0f62fe;
16180
- --cds-highlight: #002d9c;
16240
+ --cds-highlight: #001d6c;
16181
16241
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
16182
16242
  --cds-icon-interactive: #ffffff;
16183
16243
  --cds-icon-inverse: #161616;
@@ -19811,7 +19871,7 @@ optgroup.cds--select-optgroup:disabled {
19811
19871
  --cds-focus: #ffffff;
19812
19872
  --cds-focus-inset: #161616;
19813
19873
  --cds-focus-inverse: #0f62fe;
19814
- --cds-highlight: #002d9c;
19874
+ --cds-highlight: #001d6c;
19815
19875
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
19816
19876
  --cds-icon-interactive: #ffffff;
19817
19877
  --cds-icon-inverse: #161616;
@@ -20328,7 +20388,7 @@ optgroup.cds--select-optgroup:disabled {
20328
20388
  --cds-focus: #ffffff;
20329
20389
  --cds-focus-inset: #161616;
20330
20390
  --cds-focus-inverse: #0f62fe;
20331
- --cds-highlight: #002d9c;
20391
+ --cds-highlight: #001d6c;
20332
20392
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
20333
20393
  --cds-icon-interactive: #ffffff;
20334
20394
  --cds-icon-inverse: #161616;
@@ -21313,7 +21373,7 @@ optgroup.cds--select-optgroup:disabled {
21313
21373
  --cds-focus: #ffffff;
21314
21374
  --cds-focus-inset: #161616;
21315
21375
  --cds-focus-inverse: #0f62fe;
21316
- --cds-highlight: #002d9c;
21376
+ --cds-highlight: #001d6c;
21317
21377
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
21318
21378
  --cds-icon-interactive: #ffffff;
21319
21379
  --cds-icon-inverse: #161616;
@@ -21861,7 +21921,7 @@ optgroup.cds--select-optgroup:disabled {
21861
21921
  --cds-focus: #ffffff;
21862
21922
  --cds-focus-inset: #161616;
21863
21923
  --cds-focus-inverse: #0f62fe;
21864
- --cds-highlight: #002d9c;
21924
+ --cds-highlight: #001d6c;
21865
21925
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
21866
21926
  --cds-icon-interactive: #ffffff;
21867
21927
  --cds-icon-inverse: #161616;
@@ -22748,7 +22808,7 @@ nav.cds--footer-nav__locale-button--disabled {
22748
22808
  --cds-focus: #ffffff;
22749
22809
  --cds-focus-inset: #161616;
22750
22810
  --cds-focus-inverse: #0f62fe;
22751
- --cds-highlight: #002d9c;
22811
+ --cds-highlight: #001d6c;
22752
22812
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
22753
22813
  --cds-icon-interactive: #ffffff;
22754
22814
  --cds-icon-inverse: #161616;
@@ -23359,7 +23419,7 @@ nav.cds--footer-nav__locale-button--disabled {
23359
23419
  --cds-focus: #ffffff;
23360
23420
  --cds-focus-inset: #161616;
23361
23421
  --cds-focus-inverse: #0f62fe;
23362
- --cds-highlight: #002d9c;
23422
+ --cds-highlight: #001d6c;
23363
23423
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
23364
23424
  --cds-icon-interactive: #ffffff;
23365
23425
  --cds-icon-inverse: #161616;
@@ -25943,7 +26003,7 @@ screen and (prefers-contrast) {
25943
26003
  --cds-focus: #ffffff;
25944
26004
  --cds-focus-inset: #161616;
25945
26005
  --cds-focus-inverse: #0f62fe;
25946
- --cds-highlight: #002d9c;
26006
+ --cds-highlight: #001d6c;
25947
26007
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
25948
26008
  --cds-icon-interactive: #ffffff;
25949
26009
  --cds-icon-inverse: #161616;
@@ -26425,7 +26485,7 @@ screen and (prefers-contrast) {
26425
26485
  --cds-focus: #ffffff;
26426
26486
  --cds-focus-inset: #161616;
26427
26487
  --cds-focus-inverse: #0f62fe;
26428
- --cds-highlight: #002d9c;
26488
+ --cds-highlight: #001d6c;
26429
26489
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
26430
26490
  --cds-icon-interactive: #ffffff;
26431
26491
  --cds-icon-inverse: #161616;
@@ -26908,7 +26968,7 @@ screen and (prefers-contrast) {
26908
26968
  --cds-focus: #ffffff;
26909
26969
  --cds-focus-inset: #161616;
26910
26970
  --cds-focus-inverse: #0f62fe;
26911
- --cds-highlight: #002d9c;
26971
+ --cds-highlight: #001d6c;
26912
26972
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
26913
26973
  --cds-icon-interactive: #ffffff;
26914
26974
  --cds-icon-inverse: #161616;
@@ -27631,7 +27691,7 @@ screen and (prefers-contrast) {
27631
27691
  --cds-focus: #ffffff;
27632
27692
  --cds-focus-inset: #161616;
27633
27693
  --cds-focus-inverse: #0f62fe;
27634
- --cds-highlight: #002d9c;
27694
+ --cds-highlight: #001d6c;
27635
27695
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
27636
27696
  --cds-icon-interactive: #ffffff;
27637
27697
  --cds-icon-inverse: #161616;
@@ -37282,6 +37342,65 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
37282
37342
  -webkit-margin-before: 0;
37283
37343
  margin-block-start: 0
37284
37344
  }
37345
+ :host(c4d-filter-group),
37346
+ :host(cds-accordion),
37347
+ :host(cds-accordion-skeleton) {
37348
+ --cds-layout-size-height-xs: 1.5rem;
37349
+ --cds-layout-size-height-sm: 2rem;
37350
+ --cds-layout-size-height-md: 2.5rem;
37351
+ --cds-layout-size-height-lg: 3rem;
37352
+ --cds-layout-size-height-xl: 4rem;
37353
+ --cds-layout-size-height-2xl: 5rem;
37354
+ --cds-layout-size-height-min: 0px;
37355
+ --cds-layout-size-height-max: 999999999px;
37356
+ --cds-layout-density-padding-inline-condensed: 0.5rem;
37357
+ --cds-layout-density-padding-inline-normal: 1rem;
37358
+ --cds-layout-density-padding-inline-min: 0px;
37359
+ --cds-layout-density-padding-inline-max: 999999999px
37360
+ }
37361
+ :host(c4d-filter-group-item),
37362
+ :host(cds-accordion-item),
37363
+ :host(cds-accordion-item-skeleton) {
37364
+ display: block;
37365
+ outline: 0
37366
+ }
37367
+ :host(c4d-filter-group-item) .cds--accordion__content ::slotted(p),
37368
+ :host(cds-accordion-item) .cds--accordion__content ::slotted(p),
37369
+ :host(cds-accordion-item-skeleton) .cds--accordion__content ::slotted(p) {
37370
+ font-size: var(--cds-body-01-font-size,.875rem);
37371
+ font-weight: var(--cds-body-01-font-weight,400);
37372
+ line-height: var(--cds-body-01-line-height,1.42857);
37373
+ letter-spacing: var(--cds-body-01-letter-spacing,.16px);
37374
+ margin: 0
37375
+ }
37376
+ :host(cds-accordion-item-skeleton[size=sm]) button,
37377
+ :host(cds-accordion-item[size=sm]) button {
37378
+ min-block-size: var(--cds-layout-size-height-context)
37379
+ }
37380
+ :host(cds-accordion-item-skeleton[size=lg]) button,
37381
+ :host(cds-accordion-item[size=lg]) button {
37382
+ min-block-size: var(--cds-layout-size-height-context)
37383
+ }
37384
+ :host(cds-accordion-item[open]:not([disabled])) .cds--accordion__content {
37385
+ -webkit-padding-end: 1rem;
37386
+ padding-inline-end: 1rem
37387
+ }
37388
+ :host(cds-accordion-item[open]:not([disabled])) .cds-ce--accordion__content--sm {
37389
+ -webkit-padding-end: 3rem;
37390
+ padding-inline-end: 3rem
37391
+ }
37392
+ :host(cds-accordion-item[open]:not([disabled])) .cds-ce--accordion__content--md {
37393
+ -webkit-padding-end: 25%;
37394
+ padding-inline-end: 25%
37395
+ }
37396
+ :host(cds-accordion-item-skeleton) .cds--accordion__heading,
37397
+ :host(cds-accordion-skeleton) .cds--accordion__heading {
37398
+ cursor: default
37399
+ }
37400
+ :host(cds-accordion-item-skeleton) .cds--accordion__heading:hover::before,
37401
+ :host(cds-accordion-skeleton) .cds--accordion__heading:hover::before {
37402
+ background: 0 0
37403
+ }
37285
37404
  :host(c4d-filter-panel-modal[open]),
37286
37405
  :host(cds-modal[open]) {
37287
37406
  opacity: 1;
@@ -37399,65 +37518,6 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
37399
37518
  :host(cds-modal-header[close-button]) ::slotted(cds-slug) {
37400
37519
  inset-inline-end: 3rem
37401
37520
  }
37402
- :host(c4d-filter-group),
37403
- :host(cds-accordion),
37404
- :host(cds-accordion-skeleton) {
37405
- --cds-layout-size-height-xs: 1.5rem;
37406
- --cds-layout-size-height-sm: 2rem;
37407
- --cds-layout-size-height-md: 2.5rem;
37408
- --cds-layout-size-height-lg: 3rem;
37409
- --cds-layout-size-height-xl: 4rem;
37410
- --cds-layout-size-height-2xl: 5rem;
37411
- --cds-layout-size-height-min: 0px;
37412
- --cds-layout-size-height-max: 999999999px;
37413
- --cds-layout-density-padding-inline-condensed: 0.5rem;
37414
- --cds-layout-density-padding-inline-normal: 1rem;
37415
- --cds-layout-density-padding-inline-min: 0px;
37416
- --cds-layout-density-padding-inline-max: 999999999px
37417
- }
37418
- :host(c4d-filter-group-item),
37419
- :host(cds-accordion-item),
37420
- :host(cds-accordion-item-skeleton) {
37421
- display: block;
37422
- outline: 0
37423
- }
37424
- :host(c4d-filter-group-item) .cds--accordion__content ::slotted(p),
37425
- :host(cds-accordion-item) .cds--accordion__content ::slotted(p),
37426
- :host(cds-accordion-item-skeleton) .cds--accordion__content ::slotted(p) {
37427
- font-size: var(--cds-body-01-font-size,.875rem);
37428
- font-weight: var(--cds-body-01-font-weight,400);
37429
- line-height: var(--cds-body-01-line-height,1.42857);
37430
- letter-spacing: var(--cds-body-01-letter-spacing,.16px);
37431
- margin: 0
37432
- }
37433
- :host(cds-accordion-item-skeleton[size=sm]) button,
37434
- :host(cds-accordion-item[size=sm]) button {
37435
- min-block-size: var(--cds-layout-size-height-context)
37436
- }
37437
- :host(cds-accordion-item-skeleton[size=lg]) button,
37438
- :host(cds-accordion-item[size=lg]) button {
37439
- min-block-size: var(--cds-layout-size-height-context)
37440
- }
37441
- :host(cds-accordion-item[open]:not([disabled])) .cds--accordion__content {
37442
- -webkit-padding-end: 1rem;
37443
- padding-inline-end: 1rem
37444
- }
37445
- :host(cds-accordion-item[open]:not([disabled])) .cds-ce--accordion__content--sm {
37446
- -webkit-padding-end: 3rem;
37447
- padding-inline-end: 3rem
37448
- }
37449
- :host(cds-accordion-item[open]:not([disabled])) .cds-ce--accordion__content--md {
37450
- -webkit-padding-end: 25%;
37451
- padding-inline-end: 25%
37452
- }
37453
- :host(cds-accordion-item-skeleton) .cds--accordion__heading,
37454
- :host(cds-accordion-skeleton) .cds--accordion__heading {
37455
- cursor: default
37456
- }
37457
- :host(cds-accordion-item-skeleton) .cds--accordion__heading:hover::before,
37458
- :host(cds-accordion-skeleton) .cds--accordion__heading:hover::before {
37459
- background: 0 0
37460
- }
37461
37521
  .cds--filter__heading {
37462
37522
  font-size: var(--cds-heading-01-font-size,.875rem);
37463
37523
  font-weight: var(--cds-heading-01-font-weight,600);
@@ -38658,7 +38718,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
38658
38718
  --cds-focus: #ffffff;
38659
38719
  --cds-focus-inset: #161616;
38660
38720
  --cds-focus-inverse: #0f62fe;
38661
- --cds-highlight: #002d9c;
38721
+ --cds-highlight: #001d6c;
38662
38722
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
38663
38723
  --cds-icon-interactive: #ffffff;
38664
38724
  --cds-icon-inverse: #161616;
@@ -40023,7 +40083,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
40023
40083
  --cds-focus: #ffffff;
40024
40084
  --cds-focus-inset: #161616;
40025
40085
  --cds-focus-inverse: #0f62fe;
40026
- --cds-highlight: #0043ce;
40086
+ --cds-highlight: #002d9c;
40027
40087
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
40028
40088
  --cds-icon-interactive: #ffffff;
40029
40089
  --cds-icon-inverse: #161616;
@@ -40487,7 +40547,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
40487
40547
  --cds-focus: #ffffff;
40488
40548
  --cds-focus-inset: #161616;
40489
40549
  --cds-focus-inverse: #0f62fe;
40490
- --cds-highlight: #002d9c;
40550
+ --cds-highlight: #001d6c;
40491
40551
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
40492
40552
  --cds-icon-interactive: #ffffff;
40493
40553
  --cds-icon-inverse: #161616;
@@ -42890,7 +42950,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
42890
42950
  --cds-focus: #ffffff;
42891
42951
  --cds-focus-inset: #161616;
42892
42952
  --cds-focus-inverse: #0f62fe;
42893
- --cds-highlight: #0043ce;
42953
+ --cds-highlight: #002d9c;
42894
42954
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
42895
42955
  --cds-icon-interactive: #ffffff;
42896
42956
  --cds-icon-inverse: #161616;
@@ -43354,7 +43414,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
43354
43414
  --cds-focus: #ffffff;
43355
43415
  --cds-focus-inset: #161616;
43356
43416
  --cds-focus-inverse: #0f62fe;
43357
- --cds-highlight: #002d9c;
43417
+ --cds-highlight: #001d6c;
43358
43418
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
43359
43419
  --cds-icon-interactive: #ffffff;
43360
43420
  --cds-icon-inverse: #161616;
@@ -43818,7 +43878,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
43818
43878
  --cds-focus: #ffffff;
43819
43879
  --cds-focus-inset: #161616;
43820
43880
  --cds-focus-inverse: #0f62fe;
43821
- --cds-highlight: #002d9c;
43881
+ --cds-highlight: #001d6c;
43822
43882
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
43823
43883
  --cds-icon-interactive: #ffffff;
43824
43884
  --cds-icon-inverse: #161616;
@@ -44282,7 +44342,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
44282
44342
  --cds-focus: #ffffff;
44283
44343
  --cds-focus-inset: #161616;
44284
44344
  --cds-focus-inverse: #0f62fe;
44285
- --cds-highlight: #0043ce;
44345
+ --cds-highlight: #002d9c;
44286
44346
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
44287
44347
  --cds-icon-interactive: #ffffff;
44288
44348
  --cds-icon-inverse: #161616;
@@ -49311,7 +49371,7 @@ cds-hr {
49311
49371
  --cds-focus: #ffffff;
49312
49372
  --cds-focus-inset: #161616;
49313
49373
  --cds-focus-inverse: #0f62fe;
49314
- --cds-highlight: #002d9c;
49374
+ --cds-highlight: #001d6c;
49315
49375
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
49316
49376
  --cds-icon-interactive: #ffffff;
49317
49377
  --cds-icon-inverse: #161616;
@@ -50397,7 +50457,7 @@ cds-hr {
50397
50457
  --cds-focus: #ffffff;
50398
50458
  --cds-focus-inset: #161616;
50399
50459
  --cds-focus-inverse: #0f62fe;
50400
- --cds-highlight: #002d9c;
50460
+ --cds-highlight: #001d6c;
50401
50461
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
50402
50462
  --cds-icon-interactive: #ffffff;
50403
50463
  --cds-icon-inverse: #161616;
@@ -51067,7 +51127,7 @@ cds-hr {
51067
51127
  --cds-focus: #ffffff;
51068
51128
  --cds-focus-inset: #161616;
51069
51129
  --cds-focus-inverse: #0f62fe;
51070
- --cds-highlight: #002d9c;
51130
+ --cds-highlight: #001d6c;
51071
51131
  --cds-icon-disabled: rgba(244, 244, 244, 0.25);
51072
51132
  --cds-icon-interactive: #ffffff;
51073
51133
  --cds-icon-inverse: #161616;