@carbon/ibm-products 2.69.0 → 2.70.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.
- package/css/carbon.css +471 -372
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +527 -282
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +50 -0
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +146 -0
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +159 -93
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/Card/Card.js +4 -3
- package/es/components/CreateFullPage/CreateFullPage.js +9 -15
- package/es/components/CreateTearsheet/CreateTearsheet.js +1 -1
- package/es/components/CreateTearsheet/CreateTearsheetStep.d.ts +2 -0
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +16 -4
- package/es/components/NotificationsPanel/NotificationsPanel.js +18 -1
- package/es/components/SidePanel/SidePanel.d.ts +4 -0
- package/es/components/SidePanel/SidePanel.js +7 -1
- package/es/components/Tearsheet/TearsheetShell.js +10 -4
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/components/Card/Card.js +4 -3
- package/lib/components/CreateFullPage/CreateFullPage.js +8 -14
- package/lib/components/CreateTearsheet/CreateTearsheet.js +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheetStep.d.ts +2 -0
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +16 -4
- package/lib/components/NotificationsPanel/NotificationsPanel.js +18 -1
- package/lib/components/SidePanel/SidePanel.d.ts +4 -0
- package/lib/components/SidePanel/SidePanel.js +7 -1
- package/lib/components/Tearsheet/TearsheetShell.js +10 -4
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/package.json +14 -16
- package/scss/components/SidePanel/_side-panel.scss +1 -1
- package/scss/components/Tearsheet/_tearsheet.scss +1 -0
- package/scss/global/styles/_display-box.scss +2 -2
- package/telemetry.yml +2 -0
- /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
- /package/lib/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
package/css/index.css
CHANGED
@@ -359,13 +359,13 @@
|
|
359
359
|
max-inline-size: 23rem;
|
360
360
|
pointer-events: auto;
|
361
361
|
}
|
362
|
-
.cds--layout--size-sm .cds--popover-content {
|
362
|
+
.cds--popover-content.cds--layout--size-sm, .cds--layout--size-sm :where(.cds--popover-content) {
|
363
363
|
--cds-layout-size-height: var(--cds-layout-size-height-sm);
|
364
364
|
}
|
365
|
-
.cds--layout--size-md .cds--popover-content {
|
365
|
+
.cds--popover-content.cds--layout--size-md, .cds--layout--size-md :where(.cds--popover-content) {
|
366
366
|
--cds-layout-size-height: var(--cds-layout-size-height-md);
|
367
367
|
}
|
368
|
-
.cds--layout--size-lg .cds--popover-content {
|
368
|
+
.cds--popover-content.cds--layout--size-lg, .cds--layout--size-lg :where(.cds--popover-content) {
|
369
369
|
--cds-layout-size-height: var(--cds-layout-size-height-lg);
|
370
370
|
}
|
371
371
|
.cds--popover-content *,
|
@@ -1351,13 +1351,6 @@
|
|
1351
1351
|
}
|
1352
1352
|
}
|
1353
1353
|
|
1354
|
-
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
1355
|
-
.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path:not([data-icon-path]):not([fill=none]),
|
1356
|
-
.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon {
|
1357
|
-
fill: ButtonText;
|
1358
|
-
}
|
1359
|
-
}
|
1360
|
-
|
1361
1354
|
[dir=rtl] .cds--btn-set .cds--btn:not(:focus) {
|
1362
1355
|
box-shadow: 0.0625rem 0 0 0 var(--cds-button-separator, #e0e0e0);
|
1363
1356
|
}
|
@@ -2079,12 +2072,6 @@
|
|
2079
2072
|
padding-block-end: 0;
|
2080
2073
|
}
|
2081
2074
|
|
2082
|
-
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
2083
|
-
.cds--snippet__icon {
|
2084
|
-
fill: ButtonText;
|
2085
|
-
}
|
2086
|
-
}
|
2087
|
-
|
2088
2075
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
2089
2076
|
.cds--snippet--inline:focus {
|
2090
2077
|
color: Highlight;
|
@@ -2134,6 +2121,7 @@
|
|
2134
2121
|
.cds--modal .cds--list-box__wrapper--fluid .cds--list-box,
|
2135
2122
|
.cds--modal .cds--list-box__wrapper--fluid.cds--list-box__wrapper,
|
2136
2123
|
.cds--modal .cds--number-input--fluid input[type=number],
|
2124
|
+
.cds--modal .cds--number-input--fluid input[type=text],
|
2137
2125
|
.cds--modal .cds--number-input--fluid .cds--number__control-btn::before,
|
2138
2126
|
.cds--modal .cds--number-input--fluid .cds--number__control-btn::after,
|
2139
2127
|
.cds--modal .cds--date-picker--fluid .ccdsds--date-picker-input__wrapper .cds--date-picker__input {
|
@@ -2502,12 +2490,6 @@
|
|
2502
2490
|
display: none;
|
2503
2491
|
}
|
2504
2492
|
|
2505
|
-
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
2506
|
-
.cds--modal-close__icon {
|
2507
|
-
fill: ButtonText;
|
2508
|
-
}
|
2509
|
-
}
|
2510
|
-
|
2511
2493
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
2512
2494
|
.cds--modal-close:focus {
|
2513
2495
|
color: Highlight;
|
@@ -2678,12 +2660,14 @@ textarea:-webkit-autofill:focus {
|
|
2678
2660
|
}
|
2679
2661
|
}
|
2680
2662
|
|
2681
|
-
input[type=number]
|
2663
|
+
input[type=number],
|
2664
|
+
input[type=text].cds--number {
|
2682
2665
|
font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
|
2683
2666
|
}
|
2684
2667
|
|
2685
2668
|
input[data-invalid]:not(:focus),
|
2686
2669
|
.cds--number[data-invalid] input[type=number]:not(:focus),
|
2670
|
+
.cds--number[data-invalid] input[type=text]:not(:focus),
|
2687
2671
|
.cds--text-input__field-wrapper[data-invalid] > .cds--text-input--invalid:not(:focus),
|
2688
2672
|
.cds--text-area__wrapper[data-invalid] > .cds--text-area--invalid:not(:focus),
|
2689
2673
|
.cds--select-input__wrapper[data-invalid] .cds--select-input:not(:focus),
|
@@ -2696,6 +2680,7 @@ input[data-invalid]:not(:focus),
|
|
2696
2680
|
@media screen and (prefers-contrast) {
|
2697
2681
|
input[data-invalid]:not(:focus),
|
2698
2682
|
.cds--number[data-invalid] input[type=number]:not(:focus),
|
2683
|
+
.cds--number[data-invalid] input[type=text]:not(:focus),
|
2699
2684
|
.cds--text-input__field-wrapper[data-invalid] > .cds--text-input--invalid:not(:focus),
|
2700
2685
|
.cds--text-area__wrapper[data-invalid] > .cds--text-area--invalid:not(:focus),
|
2701
2686
|
.cds--select-input__wrapper[data-invalid] .cds--select-input:not(:focus),
|
@@ -3124,11 +3109,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
3124
3109
|
fill: var(--cds-icon-secondary, #525252);
|
3125
3110
|
transition: fill 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
3126
3111
|
}
|
3127
|
-
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
|
3128
|
-
.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg {
|
3129
|
-
fill: ButtonText;
|
3130
|
-
}
|
3131
|
-
}
|
3132
3112
|
|
3133
3113
|
.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus {
|
3134
3114
|
outline: 2px solid var(--cds-focus, #0f62fe);
|
@@ -3144,12 +3124,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
3144
3124
|
.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus svg {
|
3145
3125
|
fill: var(--cds-icon-primary, #161616);
|
3146
3126
|
}
|
3147
|
-
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
3148
|
-
.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg,
|
3149
|
-
.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus svg {
|
3150
|
-
fill: ButtonText;
|
3151
|
-
}
|
3152
|
-
}
|
3153
3127
|
|
3154
3128
|
.cds--text-input--invalid,
|
3155
3129
|
.cds--text-input--warning {
|
@@ -3456,13 +3430,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
3456
3430
|
block-size: 1rem;
|
3457
3431
|
}
|
3458
3432
|
|
3459
|
-
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
3460
|
-
.cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg,
|
3461
|
-
.cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg {
|
3462
|
-
fill: ButtonText;
|
3463
|
-
}
|
3464
|
-
}
|
3465
|
-
|
3466
3433
|
.cds--text-input__label-wrapper {
|
3467
3434
|
display: flex;
|
3468
3435
|
justify-content: space-between;
|
@@ -4120,7 +4087,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
4120
4087
|
inline-size: 1rem;
|
4121
4088
|
}
|
4122
4089
|
.cds--tabs .cds--tabs__nav-item--close-icon svg:hover {
|
4123
|
-
fill: var(--cds-
|
4090
|
+
fill: var(--cds-icon-primary, #161616);
|
4124
4091
|
}
|
4125
4092
|
.cds--tabs .cds--tabs__nav-item--close-icon:hover {
|
4126
4093
|
background-color: var(--cds-layer-hover);
|
@@ -4135,10 +4102,10 @@ fieldset[disabled] .cds--form__helper-text {
|
|
4135
4102
|
}
|
4136
4103
|
}
|
4137
4104
|
.cds--tabs .cds--tabs__nav-item:hover + .cds--tabs__nav-item--close .cds--tabs__nav-item--close-icon svg {
|
4138
|
-
fill: var(--cds-
|
4105
|
+
fill: var(--cds-icon-primary, #161616);
|
4139
4106
|
}
|
4140
4107
|
.cds--tabs .cds--tabs__nav-item--close-icon--selected svg {
|
4141
|
-
fill: var(--cds-
|
4108
|
+
fill: var(--cds-icon-primary, #161616);
|
4142
4109
|
}
|
4143
4110
|
.cds--tabs .cds--tabs__nav-item:hover + .cds--tabs__nav-item--close .cds--tabs__nav-item--close-icon--disabled,
|
4144
4111
|
.cds--tabs .cds--tabs__nav-item--close-icon--disabled,
|
@@ -4149,7 +4116,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
4149
4116
|
.cds--tabs .cds--tabs__nav-item:hover + .cds--tabs__nav-item--close .cds--tabs__nav-item--close-icon--disabled svg,
|
4150
4117
|
.cds--tabs .cds--tabs__nav-item--close-icon--disabled svg,
|
4151
4118
|
.cds--tabs .cds--tabs__nav-item--close-icon--disabled:hover svg {
|
4152
|
-
fill: var(--cds-
|
4119
|
+
fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
|
4153
4120
|
}
|
4154
4121
|
.cds--tabs .cds--tabs__nav-item:hover + .cds--tabs__nav-item--close .cds--tabs__nav-item--close-icon--disabled:focus, .cds--tabs .cds--tabs__nav-item:hover + .cds--tabs__nav-item--close .cds--tabs__nav-item--close-icon--disabled:active,
|
4155
4122
|
.cds--tabs .cds--tabs__nav-item--close-icon--disabled:focus,
|
@@ -4378,6 +4345,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
4378
4345
|
.cds--tabs--vertical ~ .cds--tab-content .cds--list-box__wrapper--fluid .cds--list-box,
|
4379
4346
|
.cds--tabs--vertical ~ .cds--tab-content .cds--list-box__wrapper--fluid.cds--list-box__wrapper,
|
4380
4347
|
.cds--tabs--vertical ~ .cds--tab-content .cds--number-input--fluid input[type=number],
|
4348
|
+
.cds--tabs--vertical ~ .cds--tab-content .cds--number-input--fluid input[type=text],
|
4381
4349
|
.cds--tabs--vertical ~ .cds--tab-content .cds--number-input--fluid .cds--number__control-btn::before,
|
4382
4350
|
.cds--tabs--vertical ~ .cds--tab-content .cds--number-input--fluid .cds--number__control-btn::after,
|
4383
4351
|
.cds--tabs--vertical ~ .cds--tab-content .cds--date-picker--fluid .ccdsds--date-picker-input__wrapper .cds--date-picker__input {
|
@@ -5015,12 +4983,6 @@ a.cds--overflow-menu-options__btn::before {
|
|
5015
4983
|
}
|
5016
4984
|
}
|
5017
4985
|
|
5018
|
-
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
5019
|
-
.cds--overflow-menu svg {
|
5020
|
-
fill: ButtonText;
|
5021
|
-
}
|
5022
|
-
}
|
5023
|
-
|
5024
4986
|
/*stylelint-enable */
|
5025
4987
|
.cds--overflow-menu__top-start {
|
5026
4988
|
transform: translate(0, calc(-100% - var(--cds-popover-offset, 2.5rem)));
|
@@ -8281,6 +8243,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
8281
8243
|
position: absolute;
|
8282
8244
|
z-index: 10; /* must be higher than title container border bottom */
|
8283
8245
|
display: flex;
|
8246
|
+
block-size: 2rem;
|
8284
8247
|
inset-block-start: 0;
|
8285
8248
|
inset-inline-end: 0;
|
8286
8249
|
/* stylelint-disable-next-line max-nesting-depth */
|
@@ -8685,6 +8648,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
8685
8648
|
background-color: var(--cds-layer);
|
8686
8649
|
}
|
8687
8650
|
.c4p--tearsheet .c4p--tearsheet__main .c4p--tearsheet__influencer {
|
8651
|
+
background-color: var(--cds-layer);
|
8688
8652
|
border-inline-end: none;
|
8689
8653
|
border-inline-start: 1px solid var(--cds-border-subtle-01, #c6c6c6);
|
8690
8654
|
}
|
@@ -9208,7 +9172,6 @@ a.cds--overflow-menu-options__btn::before {
|
|
9208
9172
|
}
|
9209
9173
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
9210
9174
|
.cds--radio-button:checked + .cds--radio-button__label .cds--radio-button__appearance::before {
|
9211
|
-
fill: ButtonText;
|
9212
9175
|
background-color: ButtonText;
|
9213
9176
|
}
|
9214
9177
|
}
|
@@ -10261,12 +10224,6 @@ a.cds--overflow-menu-options__btn::before {
|
|
10261
10224
|
}
|
10262
10225
|
}
|
10263
10226
|
|
10264
|
-
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
10265
|
-
.cds--file__state-container .cds--file-close svg path {
|
10266
|
-
fill: ButtonText;
|
10267
|
-
}
|
10268
|
-
}
|
10269
|
-
|
10270
10227
|
.c4p--import-modal .cds--modal-close {
|
10271
10228
|
display: none;
|
10272
10229
|
}
|
@@ -11209,7 +11166,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
11209
11166
|
}
|
11210
11167
|
|
11211
11168
|
.cds--breadcrumb-item .cds--overflow-menu:active .cds--overflow-menu__icon {
|
11212
|
-
fill: var(--cds-
|
11169
|
+
fill: var(--cds-icon-primary, #161616);
|
11213
11170
|
}
|
11214
11171
|
|
11215
11172
|
.cds--breadcrumb-menu-options:focus {
|
@@ -11441,16 +11398,16 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
11441
11398
|
vertical-align: middle;
|
11442
11399
|
word-break: break-word;
|
11443
11400
|
}
|
11444
|
-
.cds--layout--size-xs .cds--tag {
|
11401
|
+
.cds--tag.cds--layout--size-xs, .cds--layout--size-xs :where(.cds--tag) {
|
11445
11402
|
--cds-layout-size-height: var(--cds-layout-size-height-xs);
|
11446
11403
|
}
|
11447
|
-
.cds--layout--size-sm .cds--tag {
|
11404
|
+
.cds--tag.cds--layout--size-sm, .cds--layout--size-sm :where(.cds--tag) {
|
11448
11405
|
--cds-layout-size-height: var(--cds-layout-size-height-sm);
|
11449
11406
|
}
|
11450
|
-
.cds--layout--size-md .cds--tag {
|
11407
|
+
.cds--tag.cds--layout--size-md, .cds--layout--size-md :where(.cds--tag) {
|
11451
11408
|
--cds-layout-size-height: var(--cds-layout-size-height-md);
|
11452
11409
|
}
|
11453
|
-
.cds--layout--size-lg .cds--tag {
|
11410
|
+
.cds--tag.cds--layout--size-lg, .cds--layout--size-lg :where(.cds--tag) {
|
11454
11411
|
--cds-layout-size-height: var(--cds-layout-size-height-lg);
|
11455
11412
|
}
|
11456
11413
|
.cds--tag.cds--tag--operational {
|
@@ -11961,13 +11918,6 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
11961
11918
|
}
|
11962
11919
|
}
|
11963
11920
|
|
11964
|
-
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
11965
|
-
.cds--tag__close-icon svg,
|
11966
|
-
.cds--tag__custom-icon svg {
|
11967
|
-
fill: ButtonText;
|
11968
|
-
}
|
11969
|
-
}
|
11970
|
-
|
11971
11921
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
11972
11922
|
.cds--tag__close-icon:focus {
|
11973
11923
|
color: Highlight;
|
@@ -15369,13 +15319,6 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
15369
15319
|
fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
|
15370
15320
|
}
|
15371
15321
|
|
15372
|
-
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
15373
|
-
.cds--search-close svg,
|
15374
|
-
.cds--search-magnifier-icon {
|
15375
|
-
fill: ButtonText;
|
15376
|
-
}
|
15377
|
-
}
|
15378
|
-
|
15379
15322
|
.c4p--toolbar {
|
15380
15323
|
display: flex;
|
15381
15324
|
background-color: var(--cds-layer-01, #f4f4f4);
|
@@ -15952,6 +15895,30 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
15952
15895
|
inset-inline-end: 0;
|
15953
15896
|
max-inline-size: 40rem;
|
15954
15897
|
}
|
15898
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
15899
|
+
.c4p--web-terminal {
|
15900
|
+
--cds-icon-primary: ButtonText;
|
15901
|
+
--cds-icon-secondary: ButtonText;
|
15902
|
+
--cds-icon-interactive: ButtonText;
|
15903
|
+
--cds-icon-disabled: GrayText;
|
15904
|
+
--cds-icon-on-color-disabled: GrayText;
|
15905
|
+
--cds-icon-inverse: SelectedItemText;
|
15906
|
+
--cds-icon-on-color: SelectedItemText;
|
15907
|
+
--cds-button-disabled: GrayText;
|
15908
|
+
--cds-interactive: ButtonText;
|
15909
|
+
--cds-link-primary: LinkText;
|
15910
|
+
--cds-link-primary-hover: LinkText;
|
15911
|
+
--cds-link-secondary: LinkText;
|
15912
|
+
--cds-link-inverse: SelectedItemText;
|
15913
|
+
--cds-link-inverse-hover: SelectedItemText;
|
15914
|
+
--cds-link-inverse-visited: SelectedItemText;
|
15915
|
+
--cds-link-visited: VisitedText;
|
15916
|
+
--cds-background-selected: SelectedItem;
|
15917
|
+
--cds-background-selected-hover: SelectedItem;
|
15918
|
+
--cds-background-inverse: SelectedItem;
|
15919
|
+
--cds-layer-selected-inverse: SelectedItem;
|
15920
|
+
}
|
15921
|
+
}
|
15955
15922
|
@media (prefers-reduced-motion) {
|
15956
15923
|
.c4p--web-terminal {
|
15957
15924
|
animation: none;
|
@@ -16438,6 +16405,30 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
16438
16405
|
--cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
|
16439
16406
|
--cds-border-tile: var(--cds-border-tile-01, #c6c6c6);
|
16440
16407
|
}
|
16408
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
16409
|
+
.c4p--web-terminal__documentation-overflow {
|
16410
|
+
--cds-icon-primary: ButtonText;
|
16411
|
+
--cds-icon-secondary: ButtonText;
|
16412
|
+
--cds-icon-interactive: ButtonText;
|
16413
|
+
--cds-icon-disabled: GrayText;
|
16414
|
+
--cds-icon-on-color-disabled: GrayText;
|
16415
|
+
--cds-icon-inverse: SelectedItemText;
|
16416
|
+
--cds-icon-on-color: SelectedItemText;
|
16417
|
+
--cds-button-disabled: GrayText;
|
16418
|
+
--cds-interactive: ButtonText;
|
16419
|
+
--cds-link-primary: LinkText;
|
16420
|
+
--cds-link-primary-hover: LinkText;
|
16421
|
+
--cds-link-secondary: LinkText;
|
16422
|
+
--cds-link-inverse: SelectedItemText;
|
16423
|
+
--cds-link-inverse-hover: SelectedItemText;
|
16424
|
+
--cds-link-inverse-visited: SelectedItemText;
|
16425
|
+
--cds-link-visited: VisitedText;
|
16426
|
+
--cds-background-selected: SelectedItem;
|
16427
|
+
--cds-background-selected-hover: SelectedItem;
|
16428
|
+
--cds-background-inverse: SelectedItem;
|
16429
|
+
--cds-layer-selected-inverse: SelectedItem;
|
16430
|
+
}
|
16431
|
+
}
|
16441
16432
|
|
16442
16433
|
.c4p--web-terminal__documentation-overflow .cds--overflow-menu-options__btn {
|
16443
16434
|
text-decoration: none;
|
@@ -17524,15 +17515,6 @@ a.cds--side-nav__link--current::before {
|
|
17524
17515
|
fill: var(--cds-icon-secondary, #525252);
|
17525
17516
|
}
|
17526
17517
|
|
17527
|
-
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
17528
|
-
.cds--side-nav__icon > svg,
|
17529
|
-
.cds--side-nav a.cds--header__menu-item:hover .cds--header__menu-arrow,
|
17530
|
-
.cds--side-nav a.cds--header__menu-item:focus .cds--header__menu-arrow,
|
17531
|
-
.cds--side-nav .cds--header__menu-arrow {
|
17532
|
-
fill: ButtonText;
|
17533
|
-
}
|
17534
|
-
}
|
17535
|
-
|
17536
17518
|
@keyframes form-content-entrance {
|
17537
17519
|
0% {
|
17538
17520
|
opacity: 0;
|
@@ -21593,6 +21575,30 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
21593
21575
|
--cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
|
21594
21576
|
--cds-border-tile: var(--cds-border-tile-01, #c6c6c6);
|
21595
21577
|
}
|
21578
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
21579
|
+
.c4p--decorator--light {
|
21580
|
+
--cds-icon-primary: ButtonText;
|
21581
|
+
--cds-icon-secondary: ButtonText;
|
21582
|
+
--cds-icon-interactive: ButtonText;
|
21583
|
+
--cds-icon-disabled: GrayText;
|
21584
|
+
--cds-icon-on-color-disabled: GrayText;
|
21585
|
+
--cds-icon-inverse: SelectedItemText;
|
21586
|
+
--cds-icon-on-color: SelectedItemText;
|
21587
|
+
--cds-button-disabled: GrayText;
|
21588
|
+
--cds-interactive: ButtonText;
|
21589
|
+
--cds-link-primary: LinkText;
|
21590
|
+
--cds-link-primary-hover: LinkText;
|
21591
|
+
--cds-link-secondary: LinkText;
|
21592
|
+
--cds-link-inverse: SelectedItemText;
|
21593
|
+
--cds-link-inverse-hover: SelectedItemText;
|
21594
|
+
--cds-link-inverse-visited: SelectedItemText;
|
21595
|
+
--cds-link-visited: VisitedText;
|
21596
|
+
--cds-background-selected: SelectedItem;
|
21597
|
+
--cds-background-selected-hover: SelectedItem;
|
21598
|
+
--cds-background-inverse: SelectedItem;
|
21599
|
+
--cds-layer-selected-inverse: SelectedItem;
|
21600
|
+
}
|
21601
|
+
}
|
21596
21602
|
|
21597
21603
|
.c4p--decorator--dark {
|
21598
21604
|
--cds-ai-aura-end: rgba(0, 0, 0, 0);
|
@@ -22063,6 +22069,30 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
22063
22069
|
--cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
|
22064
22070
|
--cds-border-tile: var(--cds-border-tile-01, #c6c6c6);
|
22065
22071
|
}
|
22072
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
22073
|
+
.c4p--decorator--dark {
|
22074
|
+
--cds-icon-primary: ButtonText;
|
22075
|
+
--cds-icon-secondary: ButtonText;
|
22076
|
+
--cds-icon-interactive: ButtonText;
|
22077
|
+
--cds-icon-disabled: GrayText;
|
22078
|
+
--cds-icon-on-color-disabled: GrayText;
|
22079
|
+
--cds-icon-inverse: SelectedItemText;
|
22080
|
+
--cds-icon-on-color: SelectedItemText;
|
22081
|
+
--cds-button-disabled: GrayText;
|
22082
|
+
--cds-interactive: ButtonText;
|
22083
|
+
--cds-link-primary: LinkText;
|
22084
|
+
--cds-link-primary-hover: LinkText;
|
22085
|
+
--cds-link-secondary: LinkText;
|
22086
|
+
--cds-link-inverse: SelectedItemText;
|
22087
|
+
--cds-link-inverse-hover: SelectedItemText;
|
22088
|
+
--cds-link-inverse-visited: SelectedItemText;
|
22089
|
+
--cds-link-visited: VisitedText;
|
22090
|
+
--cds-background-selected: SelectedItem;
|
22091
|
+
--cds-background-selected-hover: SelectedItem;
|
22092
|
+
--cds-background-inverse: SelectedItem;
|
22093
|
+
--cds-layer-selected-inverse: SelectedItem;
|
22094
|
+
}
|
22095
|
+
}
|
22066
22096
|
|
22067
22097
|
.c4p--decorator {
|
22068
22098
|
display: inline-flex;
|
@@ -23788,13 +23818,6 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
23788
23818
|
margin-inline-start: 1rem;
|
23789
23819
|
}
|
23790
23820
|
|
23791
|
-
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
23792
|
-
.cds--accordion__arrow,
|
23793
|
-
.cds--accordion__item--active .cds--accordion__arrow {
|
23794
|
-
fill: ButtonText;
|
23795
|
-
}
|
23796
|
-
}
|
23797
|
-
|
23798
23821
|
[dir=rtl] .cds--accordion--start .cds--accordion__heading {
|
23799
23822
|
padding-inline: var(--cds-layout-density-padding-inline-local) 0;
|
23800
23823
|
}
|
@@ -23909,6 +23932,11 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
23909
23932
|
margin-block: 0.0625rem 0.125rem;
|
23910
23933
|
margin-inline: 0.1875rem 0;
|
23911
23934
|
}
|
23935
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
23936
|
+
.cds--checkbox-label::before {
|
23937
|
+
border: 1px solid ButtonBorder;
|
23938
|
+
}
|
23939
|
+
}
|
23912
23940
|
|
23913
23941
|
.cds--checkbox-label::after {
|
23914
23942
|
position: absolute;
|
@@ -23932,6 +23960,14 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
23932
23960
|
border-width: 1px;
|
23933
23961
|
background-color: var(--cds-icon-primary, #161616);
|
23934
23962
|
}
|
23963
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
23964
|
+
.cds--checkbox:checked + .cds--checkbox-label::before,
|
23965
|
+
.cds--checkbox:indeterminate + .cds--checkbox-label::before,
|
23966
|
+
.cds--checkbox-label[data-contained-checkbox-state=true]::before {
|
23967
|
+
border: 1px solid ButtonBorder;
|
23968
|
+
background-color: SelectedItem;
|
23969
|
+
}
|
23970
|
+
}
|
23935
23971
|
|
23936
23972
|
.cds--checkbox:checked + .cds--checkbox-label::after,
|
23937
23973
|
.cds--checkbox-label[data-contained-checkbox-state=true]::after {
|
@@ -24060,6 +24096,12 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
24060
24096
|
.cds--checkbox-wrapper--readonly .cds--checkbox:checked + .cds--checkbox-label::after {
|
24061
24097
|
border-color: var(--cds-text-primary, #161616);
|
24062
24098
|
}
|
24099
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
24100
|
+
.cds--checkbox-group--readonly .cds--checkbox:checked + .cds--checkbox-label::after,
|
24101
|
+
.cds--checkbox-wrapper--readonly .cds--checkbox:checked + .cds--checkbox-label::after {
|
24102
|
+
fill: SelectedItemText;
|
24103
|
+
}
|
24104
|
+
}
|
24063
24105
|
|
24064
24106
|
.cds--checkbox-skeleton .cds--checkbox-label {
|
24065
24107
|
cursor: default;
|
@@ -26257,6 +26299,30 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
|
|
26257
26299
|
background: linear-gradient(90deg, #001d6c 0%, #6929c4 100%);
|
26258
26300
|
background-color: #001d6c;
|
26259
26301
|
}
|
26302
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
26303
|
+
.c4p--guidebanner {
|
26304
|
+
--cds-icon-primary: ButtonText;
|
26305
|
+
--cds-icon-secondary: ButtonText;
|
26306
|
+
--cds-icon-interactive: ButtonText;
|
26307
|
+
--cds-icon-disabled: GrayText;
|
26308
|
+
--cds-icon-on-color-disabled: GrayText;
|
26309
|
+
--cds-icon-inverse: SelectedItemText;
|
26310
|
+
--cds-icon-on-color: SelectedItemText;
|
26311
|
+
--cds-button-disabled: GrayText;
|
26312
|
+
--cds-interactive: ButtonText;
|
26313
|
+
--cds-link-primary: LinkText;
|
26314
|
+
--cds-link-primary-hover: LinkText;
|
26315
|
+
--cds-link-secondary: LinkText;
|
26316
|
+
--cds-link-inverse: SelectedItemText;
|
26317
|
+
--cds-link-inverse-hover: SelectedItemText;
|
26318
|
+
--cds-link-inverse-visited: SelectedItemText;
|
26319
|
+
--cds-link-visited: VisitedText;
|
26320
|
+
--cds-background-selected: SelectedItem;
|
26321
|
+
--cds-background-selected-hover: SelectedItem;
|
26322
|
+
--cds-background-inverse: SelectedItem;
|
26323
|
+
--cds-layer-selected-inverse: SelectedItem;
|
26324
|
+
}
|
26325
|
+
}
|
26260
26326
|
|
26261
26327
|
.c4p--guidebanner__icon-idea {
|
26262
26328
|
position: absolute;
|