@carbon/ibm-products-styles 2.61.0 → 2.62.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/index-full-carbon.css +482 -64
- 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 +14 -20
- 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 +29 -22
- 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 +123 -39
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/package.json +8 -8
- package/scss/components/Datagrid/styles/_useSortableColumns.scss +3 -0
- package/scss/components/NotificationsPanel/_notifications-panel.scss +16 -4
- package/scss/components/StringFormatter/_string-formatter.scss +18 -2
- package/scss/components/Tearsheet/_tearsheet.scss +1 -22
|
@@ -3775,6 +3775,7 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
3775
3775
|
letter-spacing: var(--cds-heading-04-letter-spacing, 0);
|
|
3776
3776
|
}
|
|
3777
3777
|
.c4p--tearsheet .c4p--tearsheet__header-description {
|
|
3778
|
+
display: inline-flex;
|
|
3778
3779
|
margin-block-start: 1rem;
|
|
3779
3780
|
max-inline-size: 100%;
|
|
3780
3781
|
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
|
@@ -3787,24 +3788,6 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
3787
3788
|
max-inline-size: 60%;
|
|
3788
3789
|
}
|
|
3789
3790
|
}
|
|
3790
|
-
.c4p--tearsheet .c4p--tearsheet__description-tooltip .cds--definition-term {
|
|
3791
|
-
border-block-end: 0;
|
|
3792
|
-
letter-spacing: inherit;
|
|
3793
|
-
word-break: break-word;
|
|
3794
|
-
}
|
|
3795
|
-
.c4p--tearsheet .c4p--tearsheet__description-tooltip {
|
|
3796
|
-
display: inline-flex;
|
|
3797
|
-
}
|
|
3798
|
-
.c4p--tearsheet .c4p--tearsheet__description-tooltip .cds--popover-content.cds--definition-tooltip {
|
|
3799
|
-
max-inline-size: fit-content;
|
|
3800
|
-
}
|
|
3801
|
-
.c4p--tearsheet .c4p--tearsheet__description-text {
|
|
3802
|
-
display: -webkit-box;
|
|
3803
|
-
overflow: hidden;
|
|
3804
|
-
-webkit-box-orient: vertical;
|
|
3805
|
-
-webkit-line-clamp: 2;
|
|
3806
|
-
line-clamp: 2;
|
|
3807
|
-
}
|
|
3808
3791
|
.c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header-description {
|
|
3809
3792
|
margin-block-start: 0.5rem;
|
|
3810
3793
|
}
|
|
@@ -5182,7 +5165,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
5182
5165
|
.c4p--notifications-panel__container .c4p--notifications-panel__header-container {
|
|
5183
5166
|
position: sticky;
|
|
5184
5167
|
z-index: 2;
|
|
5185
|
-
padding: 0.5rem 1rem
|
|
5168
|
+
padding: 0.5rem 1rem;
|
|
5186
5169
|
background-color: var(--cds-layer-01, #f4f4f4);
|
|
5187
5170
|
border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
|
|
5188
5171
|
inset-block-start: 0;
|
|
@@ -5192,6 +5175,9 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
5192
5175
|
align-items: center;
|
|
5193
5176
|
justify-content: space-between;
|
|
5194
5177
|
}
|
|
5178
|
+
.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__do-not-disturb-toggle {
|
|
5179
|
+
padding-block-end: 0.5rem;
|
|
5180
|
+
}
|
|
5195
5181
|
.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__do-not-disturb-toggle .cds--toggle__label-text {
|
|
5196
5182
|
position: absolute;
|
|
5197
5183
|
overflow: hidden;
|
|
@@ -5225,7 +5211,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
5225
5211
|
padding: 0.5rem 1rem;
|
|
5226
5212
|
background-color: var(--cds-layer-01, #f4f4f4);
|
|
5227
5213
|
color: var(--cds-text-secondary, #525252);
|
|
5228
|
-
inset-block-start:
|
|
5214
|
+
inset-block-start: 3.0625rem;
|
|
5229
5215
|
}
|
|
5230
5216
|
.c4p--notifications-panel__container .c4p--notifications-panel__notification:hover,
|
|
5231
5217
|
.c4p--notifications-panel__container .c4p--notifications-panel__notification:focus {
|
|
@@ -5431,6 +5417,10 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
5431
5417
|
margin: 0;
|
|
5432
5418
|
}
|
|
5433
5419
|
|
|
5420
|
+
.c4p--notifications-panel__header-container:has(.c4p--notifications-panel__do-not-disturb-toggle) + .c4p--notifications-panel__main-section .c4p--notifications-panel__time-section-label {
|
|
5421
|
+
inset-block-start: 4.8125rem;
|
|
5422
|
+
}
|
|
5423
|
+
|
|
5434
5424
|
.cds--grid {
|
|
5435
5425
|
margin-inline: auto;
|
|
5436
5426
|
max-inline-size: 99rem;
|
|
@@ -11064,6 +11054,10 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
11064
11054
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
11065
11055
|
* LICENSE file in the root directory of this source tree.
|
|
11066
11056
|
*/
|
|
11057
|
+
.c4p--datagrid__sortableColumn {
|
|
11058
|
+
/* stylelint-disable-next-line declaration-no-important */
|
|
11059
|
+
padding-inline: 1rem !important;
|
|
11060
|
+
}
|
|
11067
11061
|
.c4p--datagrid__sortableColumn .cds--table-header-label .header-title {
|
|
11068
11062
|
display: inline-block;
|
|
11069
11063
|
inline-size: auto;
|
|
@@ -15937,7 +15931,21 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
15937
15931
|
|
|
15938
15932
|
.c4p--string-formatter {
|
|
15939
15933
|
display: inline-block;
|
|
15940
|
-
|
|
15934
|
+
}
|
|
15935
|
+
.c4p--string-formatter--truncate {
|
|
15936
|
+
display: -webkit-box;
|
|
15937
|
+
overflow: hidden;
|
|
15938
|
+
-webkit-box-orient: vertical;
|
|
15939
|
+
line-height: inherit;
|
|
15940
|
+
text-overflow: ellipsis;
|
|
15941
|
+
word-break: break-word;
|
|
15942
|
+
}
|
|
15943
|
+
.c4p--string-formatter button.cds--definition-term {
|
|
15944
|
+
border-block-end: none;
|
|
15945
|
+
letter-spacing: inherit;
|
|
15946
|
+
}
|
|
15947
|
+
.c4p--string-formatter .cds--popover-container {
|
|
15948
|
+
display: flex;
|
|
15941
15949
|
}
|
|
15942
15950
|
|
|
15943
15951
|
.c4p--string-formatter--content {
|
|
@@ -15950,7 +15958,6 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
15950
15958
|
overflow: hidden;
|
|
15951
15959
|
-webkit-box-orient: vertical;
|
|
15952
15960
|
-webkit-line-clamp: 1;
|
|
15953
|
-
max-inline-size: 80ch;
|
|
15954
15961
|
}
|
|
15955
15962
|
|
|
15956
15963
|
.c4p--string-formatter__tooltip > button {
|
|
@@ -19288,7 +19295,9 @@ em {
|
|
|
19288
19295
|
--cds-tag-hover-warm-gray: #d8d0cf;
|
|
19289
19296
|
--cds-status-red: #da1e28;
|
|
19290
19297
|
--cds-status-orange: #ff832b;
|
|
19298
|
+
--cds-status-orange-outline: #ba4e00;
|
|
19291
19299
|
--cds-status-yellow: #f1c21b;
|
|
19300
|
+
--cds-status-yellow-outline: #8e6a00;
|
|
19292
19301
|
--cds-status-green: #24a148;
|
|
19293
19302
|
--cds-status-blue: #0043ce;
|
|
19294
19303
|
--cds-status-purple: #8a3ffc;
|
|
@@ -19518,7 +19527,9 @@ em {
|
|
|
19518
19527
|
--cds-tag-hover-warm-gray: #d8d0cf;
|
|
19519
19528
|
--cds-status-red: #da1e28;
|
|
19520
19529
|
--cds-status-orange: #ff832b;
|
|
19530
|
+
--cds-status-orange-outline: #ba4e00;
|
|
19521
19531
|
--cds-status-yellow: #f1c21b;
|
|
19532
|
+
--cds-status-yellow-outline: #8e6a00;
|
|
19522
19533
|
--cds-status-green: #24a148;
|
|
19523
19534
|
--cds-status-blue: #0043ce;
|
|
19524
19535
|
--cds-status-purple: #8a3ffc;
|
|
@@ -19747,7 +19758,9 @@ em {
|
|
|
19747
19758
|
--cds-tag-hover-warm-gray: #696363;
|
|
19748
19759
|
--cds-status-red: #fa4d56;
|
|
19749
19760
|
--cds-status-orange: #ff832b;
|
|
19761
|
+
--cds-status-orange-outline: #ff832b;
|
|
19750
19762
|
--cds-status-yellow: #f1c21b;
|
|
19763
|
+
--cds-status-yellow-outline: #f1c21b;
|
|
19751
19764
|
--cds-status-green: #42be65;
|
|
19752
19765
|
--cds-status-blue: #4589ff;
|
|
19753
19766
|
--cds-status-purple: #a56eff;
|
|
@@ -19976,7 +19989,9 @@ em {
|
|
|
19976
19989
|
--cds-tag-hover-warm-gray: #696363;
|
|
19977
19990
|
--cds-status-red: #fa4d56;
|
|
19978
19991
|
--cds-status-orange: #ff832b;
|
|
19992
|
+
--cds-status-orange-outline: #ff832b;
|
|
19979
19993
|
--cds-status-yellow: #f1c21b;
|
|
19994
|
+
--cds-status-yellow-outline: #f1c21b;
|
|
19980
19995
|
--cds-status-green: #42be65;
|
|
19981
19996
|
--cds-status-blue: #4589ff;
|
|
19982
19997
|
--cds-status-purple: #a56eff;
|
|
@@ -20442,6 +20457,27 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
20442
20457
|
transform: translate(var(--cds-popover-offset, 0rem), calc(100% + var(--cds-popover-offset, 0rem)));
|
|
20443
20458
|
}
|
|
20444
20459
|
|
|
20460
|
+
.cds--popover--bottom-end:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-caret,
|
|
20461
|
+
.cds--popover--top-end:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-caret {
|
|
20462
|
+
inset-block-end: 0;
|
|
20463
|
+
inset-inline-end: 0;
|
|
20464
|
+
inset-inline-start: auto;
|
|
20465
|
+
}
|
|
20466
|
+
|
|
20467
|
+
.cds--popover--bottom-start:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-caret {
|
|
20468
|
+
inset-block-end: 0;
|
|
20469
|
+
inset-inline-end: auto;
|
|
20470
|
+
inset-inline-start: 0;
|
|
20471
|
+
transform: translate(50%, calc(var(--cds-popover-offset, 0rem)));
|
|
20472
|
+
}
|
|
20473
|
+
|
|
20474
|
+
.cds--popover--top-start:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-caret {
|
|
20475
|
+
inset-block-end: 0;
|
|
20476
|
+
inset-inline-end: auto;
|
|
20477
|
+
inset-inline-start: 0;
|
|
20478
|
+
transform: translate(50%, calc(-1 * var(--cds-popover-offset, 0rem)));
|
|
20479
|
+
}
|
|
20480
|
+
|
|
20445
20481
|
[dir=rtl] .cds--popover--bottom-right:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-content,
|
|
20446
20482
|
[dir=rtl] .cds--popover--bottom-end:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-content {
|
|
20447
20483
|
inset-inline-start: 0;
|
|
@@ -20791,7 +20827,6 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
20791
20827
|
line-height: var(--cds-body-01-line-height, 1.42857);
|
|
20792
20828
|
letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
|
|
20793
20829
|
padding: var(--cds-tooltip-padding-block, 1rem) var(--cds-tooltip-padding-inline, 1rem);
|
|
20794
|
-
color: var(--cds-text-inverse, #ffffff);
|
|
20795
20830
|
max-inline-size: 18rem;
|
|
20796
20831
|
}
|
|
20797
20832
|
|
|
@@ -20859,6 +20894,8 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
20859
20894
|
letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
|
|
20860
20895
|
padding: 0.5rem 1rem;
|
|
20861
20896
|
max-inline-size: 11rem;
|
|
20897
|
+
text-wrap: auto;
|
|
20898
|
+
word-break: break-word;
|
|
20862
20899
|
}
|
|
20863
20900
|
|
|
20864
20901
|
.cds--btn {
|
|
@@ -21015,7 +21052,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
21015
21052
|
}
|
|
21016
21053
|
.cds--btn--tertiary:disabled, .cds--btn--tertiary:hover:disabled, .cds--btn--tertiary:focus:disabled, .cds--btn--tertiary.cds--btn--disabled, .cds--btn--tertiary.cds--btn--disabled:hover, .cds--btn--tertiary.cds--btn--disabled:focus {
|
|
21017
21054
|
background: transparent;
|
|
21018
|
-
color: var(--cds-text-
|
|
21055
|
+
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
21019
21056
|
outline: none;
|
|
21020
21057
|
}
|
|
21021
21058
|
|
|
@@ -21055,7 +21092,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
21055
21092
|
.cds--btn--ghost:disabled, .cds--btn--ghost:hover:disabled, .cds--btn--ghost:focus:disabled, .cds--btn--ghost.cds--btn--disabled, .cds--btn--ghost.cds--btn--disabled:hover, .cds--btn--ghost.cds--btn--disabled:focus {
|
|
21056
21093
|
border-color: transparent;
|
|
21057
21094
|
background: transparent;
|
|
21058
|
-
color: var(--cds-text-
|
|
21095
|
+
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
21059
21096
|
outline: none;
|
|
21060
21097
|
}
|
|
21061
21098
|
.cds--btn--ghost:not([disabled]) svg {
|
|
@@ -21178,7 +21215,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
21178
21215
|
}
|
|
21179
21216
|
.cds--btn--danger--tertiary:disabled, .cds--btn--danger--tertiary:hover:disabled, .cds--btn--danger--tertiary:focus:disabled, .cds--btn--danger--tertiary.cds--btn--disabled, .cds--btn--danger--tertiary.cds--btn--disabled:hover, .cds--btn--danger--tertiary.cds--btn--disabled:focus {
|
|
21180
21217
|
background: transparent;
|
|
21181
|
-
color: var(--cds-text-
|
|
21218
|
+
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
21182
21219
|
outline: none;
|
|
21183
21220
|
}
|
|
21184
21221
|
.cds--btn--danger--ghost {
|
|
@@ -21319,6 +21356,11 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
21319
21356
|
box-shadow: none;
|
|
21320
21357
|
}
|
|
21321
21358
|
|
|
21359
|
+
.cds--btn--sm .cds--badge-indicator {
|
|
21360
|
+
margin-block-start: 0.25rem;
|
|
21361
|
+
margin-inline-end: 0.25rem;
|
|
21362
|
+
}
|
|
21363
|
+
|
|
21322
21364
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
21323
21365
|
.cds--btn:focus {
|
|
21324
21366
|
color: Highlight;
|
|
@@ -22302,6 +22344,30 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
22302
22344
|
padding-block-start: 100%;
|
|
22303
22345
|
}
|
|
22304
22346
|
|
|
22347
|
+
.cds--badge-indicator {
|
|
22348
|
+
font-size: var(--cds-helper-text-01-font-size, 0.75rem);
|
|
22349
|
+
line-height: var(--cds-helper-text-01-line-height, 1.33333);
|
|
22350
|
+
letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
|
|
22351
|
+
position: absolute;
|
|
22352
|
+
display: flex;
|
|
22353
|
+
padding: 0 0.25rem 0.125rem;
|
|
22354
|
+
border-radius: 100px;
|
|
22355
|
+
background: var(--cds-support-error, #da1e28);
|
|
22356
|
+
color: var(--cds-text-on-color, #ffffff);
|
|
22357
|
+
inset-block-start: 0;
|
|
22358
|
+
inset-inline-end: 0;
|
|
22359
|
+
margin-block-start: 0.5rem;
|
|
22360
|
+
margin-inline-end: 0.5rem;
|
|
22361
|
+
max-block-size: 1rem;
|
|
22362
|
+
min-block-size: 0.5rem;
|
|
22363
|
+
min-inline-size: 0.5rem;
|
|
22364
|
+
}
|
|
22365
|
+
|
|
22366
|
+
.cds--badge-indicator--count {
|
|
22367
|
+
margin-block-start: 0.25rem;
|
|
22368
|
+
margin-inline-end: 0.25rem;
|
|
22369
|
+
}
|
|
22370
|
+
|
|
22305
22371
|
.cds--overflow-menu,
|
|
22306
22372
|
.cds--overflow-menu__trigger {
|
|
22307
22373
|
box-sizing: border-box;
|
|
@@ -22725,6 +22791,17 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
22725
22791
|
}
|
|
22726
22792
|
}
|
|
22727
22793
|
|
|
22794
|
+
.cds--breadcrumb--sm {
|
|
22795
|
+
font-size: var(--cds-label-01-font-size, 0.75rem);
|
|
22796
|
+
font-weight: var(--cds-label-01-font-weight, 400);
|
|
22797
|
+
line-height: var(--cds-label-01-line-height, 1.33333);
|
|
22798
|
+
letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
|
|
22799
|
+
}
|
|
22800
|
+
|
|
22801
|
+
.cds--breadcrumb .cds--link {
|
|
22802
|
+
font: inherit;
|
|
22803
|
+
}
|
|
22804
|
+
|
|
22728
22805
|
.cds--breadcrumb-item {
|
|
22729
22806
|
position: relative;
|
|
22730
22807
|
display: flex;
|
|
@@ -22732,6 +22809,10 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
22732
22809
|
margin-inline-end: 0.5rem;
|
|
22733
22810
|
}
|
|
22734
22811
|
|
|
22812
|
+
.cds--breadcrumb--sm .cds--breadcrumb-item {
|
|
22813
|
+
margin-inline-end: 0.25rem;
|
|
22814
|
+
}
|
|
22815
|
+
|
|
22735
22816
|
.cds--breadcrumb-item .cds--link:visited {
|
|
22736
22817
|
color: var(--cds-link-primary, #0f62fe);
|
|
22737
22818
|
}
|
|
@@ -22739,12 +22820,21 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
22739
22820
|
color: var(--cds-link-primary-hover, #0043ce);
|
|
22740
22821
|
}
|
|
22741
22822
|
|
|
22823
|
+
.cds--breadcrumb-item .cds--link:active,
|
|
22824
|
+
.cds--breadcrumb-item .cds--link:visited:active:hover {
|
|
22825
|
+
color: var(--cds-text-primary, #161616);
|
|
22826
|
+
}
|
|
22827
|
+
|
|
22742
22828
|
.cds--breadcrumb-item::after {
|
|
22743
22829
|
color: var(--cds-text-primary, #161616);
|
|
22744
22830
|
content: "/";
|
|
22745
22831
|
margin-inline-start: 0.5rem;
|
|
22746
22832
|
}
|
|
22747
22833
|
|
|
22834
|
+
.cds--breadcrumb--sm .cds--breadcrumb-item::after {
|
|
22835
|
+
margin-inline-start: 0.25rem;
|
|
22836
|
+
}
|
|
22837
|
+
|
|
22748
22838
|
.cds--breadcrumb--no-trailing-slash .cds--breadcrumb-item:last-child::after {
|
|
22749
22839
|
content: "";
|
|
22750
22840
|
}
|
|
@@ -22771,17 +22861,29 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
22771
22861
|
.cds--breadcrumb-item .cds--overflow-menu {
|
|
22772
22862
|
position: relative;
|
|
22773
22863
|
block-size: 1.125rem;
|
|
22774
|
-
inline-size:
|
|
22864
|
+
inline-size: 1rem;
|
|
22775
22865
|
}
|
|
22776
22866
|
.cds--breadcrumb-item .cds--overflow-menu:focus {
|
|
22867
|
+
border: none;
|
|
22868
|
+
box-shadow: none;
|
|
22777
22869
|
outline: 1px solid var(--cds-focus, #0f62fe);
|
|
22870
|
+
outline-offset: 0;
|
|
22778
22871
|
}
|
|
22779
22872
|
.cds--breadcrumb-item .cds--overflow-menu:hover {
|
|
22780
22873
|
background: transparent;
|
|
22781
22874
|
}
|
|
22875
|
+
.cds--breadcrumb-item .cds--overflow-menu:hover::after {
|
|
22876
|
+
background: var(--cds-link-primary-hover, #0043ce);
|
|
22877
|
+
}
|
|
22878
|
+
.cds--breadcrumb-item .cds--overflow-menu:active::after {
|
|
22879
|
+
background: var(--cds-text-primary, #161616);
|
|
22880
|
+
}
|
|
22881
|
+
.cds--breadcrumb-item .cds--overflow-menu:focus::after, .cds--breadcrumb-item .cds--overflow-menu:hover::after {
|
|
22882
|
+
opacity: 1;
|
|
22883
|
+
}
|
|
22782
22884
|
.cds--breadcrumb-item .cds--overflow-menu::after {
|
|
22783
22885
|
position: absolute;
|
|
22784
|
-
background: var(--cds-
|
|
22886
|
+
background: var(--cds-focus, #0f62fe);
|
|
22785
22887
|
block-size: 1px;
|
|
22786
22888
|
content: "";
|
|
22787
22889
|
inline-size: 0.75rem;
|
|
@@ -22795,16 +22897,12 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
22795
22897
|
}
|
|
22796
22898
|
}
|
|
22797
22899
|
|
|
22798
|
-
.cds--breadcrumb-item .cds--overflow-menu:hover::after {
|
|
22799
|
-
opacity: 1;
|
|
22800
|
-
}
|
|
22801
|
-
|
|
22802
22900
|
.cds--breadcrumb-item .cds--overflow-menu.cds--overflow-menu--open {
|
|
22803
22901
|
background: transparent;
|
|
22804
22902
|
box-shadow: none;
|
|
22805
22903
|
}
|
|
22806
22904
|
|
|
22807
|
-
.cds--breadcrumb-item .cds--overflow-menu__icon {
|
|
22905
|
+
.cds--breadcrumb-item .cds--overflow-menu .cds--overflow-menu__icon {
|
|
22808
22906
|
position: relative;
|
|
22809
22907
|
fill: var(--cds-link-primary, #0f62fe);
|
|
22810
22908
|
transform: translateY(4px);
|
|
@@ -22814,6 +22912,10 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
22814
22912
|
fill: var(--cds-link-primary-hover, #0043ce);
|
|
22815
22913
|
}
|
|
22816
22914
|
|
|
22915
|
+
.cds--breadcrumb-item .cds--overflow-menu:active .cds--overflow-menu__icon {
|
|
22916
|
+
fill: var(--cds-text-primary, #161616);
|
|
22917
|
+
}
|
|
22918
|
+
|
|
22817
22919
|
.cds--breadcrumb-menu-options:focus {
|
|
22818
22920
|
outline: none;
|
|
22819
22921
|
}
|
|
@@ -22835,6 +22937,20 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
22835
22937
|
inset-inline-start: initial;
|
|
22836
22938
|
}
|
|
22837
22939
|
|
|
22940
|
+
.cds--breadcrumb .cds--overflow-menu.cds--btn--icon-only {
|
|
22941
|
+
min-block-size: 1.125rem;
|
|
22942
|
+
padding-inline: 0;
|
|
22943
|
+
}
|
|
22944
|
+
|
|
22945
|
+
.cds--breadcrumb--sm .cds--breadcrumb-item .cds--overflow-menu {
|
|
22946
|
+
block-size: 1rem;
|
|
22947
|
+
inline-size: 1rem;
|
|
22948
|
+
min-block-size: 1rem;
|
|
22949
|
+
}
|
|
22950
|
+
.cds--breadcrumb--sm .cds--breadcrumb-item .cds--overflow-menu .cds--overflow-menu__icon {
|
|
22951
|
+
transform: translateY(3px);
|
|
22952
|
+
}
|
|
22953
|
+
|
|
22838
22954
|
.cds--breadcrumb.cds--skeleton .cds--link {
|
|
22839
22955
|
position: relative;
|
|
22840
22956
|
padding: 0;
|
|
@@ -22866,11 +22982,6 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
22866
22982
|
}
|
|
22867
22983
|
}
|
|
22868
22984
|
|
|
22869
|
-
.cds--breadcrumb .cds--overflow-menu.cds--btn--icon-only {
|
|
22870
|
-
min-block-size: 1.125rem;
|
|
22871
|
-
padding-inline: 0;
|
|
22872
|
-
}
|
|
22873
|
-
|
|
22874
22985
|
.cds--link {
|
|
22875
22986
|
box-sizing: border-box;
|
|
22876
22987
|
padding: 0;
|
|
@@ -26881,14 +26992,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
26881
26992
|
block-size: 3rem;
|
|
26882
26993
|
}
|
|
26883
26994
|
|
|
26884
|
-
.cds--menu-item__icon {
|
|
26885
|
-
display: none;
|
|
26886
|
-
}
|
|
26887
|
-
|
|
26888
|
-
.cds--menu--with-icons .cds--menu-item__icon {
|
|
26889
|
-
display: flex;
|
|
26890
|
-
}
|
|
26891
|
-
|
|
26892
26995
|
.cds--menu-item__label {
|
|
26893
26996
|
overflow: hidden;
|
|
26894
26997
|
text-overflow: ellipsis;
|
|
@@ -26918,12 +27021,35 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
26918
27021
|
box-sizing: inherit;
|
|
26919
27022
|
}
|
|
26920
27023
|
|
|
27024
|
+
.cds--menu-item__icon,
|
|
27025
|
+
.cds--menu-item__selection-icon {
|
|
27026
|
+
display: none;
|
|
27027
|
+
}
|
|
27028
|
+
|
|
26921
27029
|
.cds--menu--with-icons > .cds--menu-item,
|
|
26922
27030
|
.cds--menu--with-icons > .cds--menu-item-group > ul > .cds--menu-item,
|
|
26923
|
-
.cds--menu--with-icons > .cds--menu-item-radio-group > ul > .cds--menu-item
|
|
27031
|
+
.cds--menu--with-icons > .cds--menu-item-radio-group > ul > .cds--menu-item,
|
|
27032
|
+
.cds--menu--with-selectable-items > .cds--menu-item,
|
|
27033
|
+
.cds--menu--with-selectable-items > .cds--menu-item-group > ul > .cds--menu-item,
|
|
27034
|
+
.cds--menu--with-selectable-items > .cds--menu-item-radio-group > ul > .cds--menu-item {
|
|
26924
27035
|
grid-template-columns: 1rem 1fr max-content;
|
|
26925
27036
|
}
|
|
26926
27037
|
|
|
27038
|
+
.cds--menu--with-icons > .cds--menu-item > .cds--menu-item__icon,
|
|
27039
|
+
.cds--menu--with-icons > .cds--menu-item-group > ul > .cds--menu-item > .cds--menu-item__icon,
|
|
27040
|
+
.cds--menu--with-icons > .cds--menu-item-radio-group > ul > .cds--menu-item > .cds--menu-item__icon,
|
|
27041
|
+
.cds--menu--with-selectable-items > .cds--menu-item > .cds--menu-item__selection-icon,
|
|
27042
|
+
.cds--menu--with-selectable-items > .cds--menu-item-group > ul > .cds--menu-item > .cds--menu-item__selection-icon,
|
|
27043
|
+
.cds--menu--with-selectable-items > .cds--menu-item-radio-group > ul > .cds--menu-item > .cds--menu-item__selection-icon {
|
|
27044
|
+
display: flex;
|
|
27045
|
+
}
|
|
27046
|
+
|
|
27047
|
+
.cds--menu--with-icons.cds--menu--with-selectable-items > .cds--menu-item,
|
|
27048
|
+
.cds--menu--with-icons.cds--menu--with-selectable-items > .cds--menu-item-group > ul > .cds--menu-item,
|
|
27049
|
+
.cds--menu--with-icons.cds--menu--with-selectable-items > .cds--menu-item-radio-group > ul > .cds--menu-item {
|
|
27050
|
+
grid-template-columns: 1rem 1rem 1fr max-content;
|
|
27051
|
+
}
|
|
27052
|
+
|
|
26927
27053
|
.cds--menu-item--disabled {
|
|
26928
27054
|
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
26929
27055
|
cursor: not-allowed;
|
|
@@ -31198,6 +31324,117 @@ th .cds--table-sort__flex {
|
|
|
31198
31324
|
}
|
|
31199
31325
|
}
|
|
31200
31326
|
|
|
31327
|
+
.cds--dialog {
|
|
31328
|
+
padding: 0;
|
|
31329
|
+
border: none;
|
|
31330
|
+
background-color: var(--cds-layer);
|
|
31331
|
+
color: var(--cds-text-primary, #161616);
|
|
31332
|
+
inline-size: 48rem;
|
|
31333
|
+
max-block-size: 50%;
|
|
31334
|
+
max-inline-size: 100%;
|
|
31335
|
+
opacity: 0;
|
|
31336
|
+
transform: translateY(calc(-1 * 1.5rem));
|
|
31337
|
+
/** opening and closing is used in as allow-discrete is not currently supported wide enough
|
|
31338
|
+
* https://caniuse.com/mdn-css_properties_display_is_transitionable
|
|
31339
|
+
*/
|
|
31340
|
+
transition: opacity 240ms cubic-bezier(0.4, 0.14, 1, 1), transform 240ms cubic-bezier(0.4, 0.14, 1, 1), overlay 240ms cubic-bezier(0.4, 0.14, 1, 1) allow-discrete, display 240ms cubic-bezier(0.4, 0.14, 1, 1) allow-discrete;
|
|
31341
|
+
/** starting style also not supported widely
|
|
31342
|
+
* https://caniuse.com/mdn-css_at-rules_starting-style
|
|
31343
|
+
*/
|
|
31344
|
+
/* Before-open state */
|
|
31345
|
+
/* Needs to be after the previous dialog[open] rule to take effect,
|
|
31346
|
+
as the specificity is the same */
|
|
31347
|
+
}
|
|
31348
|
+
@media (prefers-reduced-motion) {
|
|
31349
|
+
.cds--dialog {
|
|
31350
|
+
transition: none;
|
|
31351
|
+
}
|
|
31352
|
+
}
|
|
31353
|
+
@media (min-width: 42rem) {
|
|
31354
|
+
.cds--dialog {
|
|
31355
|
+
max-inline-size: 84%;
|
|
31356
|
+
}
|
|
31357
|
+
}
|
|
31358
|
+
@media (min-width: 66rem) {
|
|
31359
|
+
.cds--dialog {
|
|
31360
|
+
max-inline-size: 72%;
|
|
31361
|
+
}
|
|
31362
|
+
}
|
|
31363
|
+
@media (min-width: 82rem) {
|
|
31364
|
+
.cds--dialog {
|
|
31365
|
+
max-inline-size: 64%;
|
|
31366
|
+
}
|
|
31367
|
+
}
|
|
31368
|
+
@media (min-width: 82rem) {
|
|
31369
|
+
.cds--dialog {
|
|
31370
|
+
max-inline-size: 60%;
|
|
31371
|
+
}
|
|
31372
|
+
}
|
|
31373
|
+
.cds--dialog[open] {
|
|
31374
|
+
opacity: 1;
|
|
31375
|
+
transform: translateY(0);
|
|
31376
|
+
transition: opacity 240ms cubic-bezier(0, 0, 0.3, 1), transform 240ms cubic-bezier(0, 0, 0.3, 1), overlay 240ms cubic-bezier(0, 0, 0.3, 1) allow-discrete, display 240ms cubic-bezier(0, 0, 0.3, 1) allow-discrete;
|
|
31377
|
+
}
|
|
31378
|
+
@media (prefers-reduced-motion) {
|
|
31379
|
+
.cds--dialog[open] {
|
|
31380
|
+
transition: none;
|
|
31381
|
+
}
|
|
31382
|
+
}
|
|
31383
|
+
@starting-style {
|
|
31384
|
+
.cds--dialog[open] {
|
|
31385
|
+
opacity: 0;
|
|
31386
|
+
transform: translateY(calc(-1 * 1.5rem));
|
|
31387
|
+
}
|
|
31388
|
+
}
|
|
31389
|
+
|
|
31390
|
+
.cds--dialog__header {
|
|
31391
|
+
position: relative;
|
|
31392
|
+
overflow: visible;
|
|
31393
|
+
inline-size: 100%;
|
|
31394
|
+
min-block-size: 3rem;
|
|
31395
|
+
}
|
|
31396
|
+
|
|
31397
|
+
/* Transition the :backdrop when the dialog modal is promoted to the top layer */
|
|
31398
|
+
.cds--dialog::backdrop {
|
|
31399
|
+
background-color: var(--cds-overlay, rgba(22, 22, 22, 0.5));
|
|
31400
|
+
opacity: 0;
|
|
31401
|
+
/* opening and closing is used in as allow-discrete is not currently supported wide enough
|
|
31402
|
+
* https://caniuse.com/mdn-css_properties_display_is_transitionable
|
|
31403
|
+
*/
|
|
31404
|
+
transition: background-color 240ms cubic-bezier(0, 0, 0.3, 1), opacity 240ms cubic-bezier(0, 0, 0.3, 1);
|
|
31405
|
+
}
|
|
31406
|
+
@media (prefers-reduced-motion) {
|
|
31407
|
+
.cds--dialog::backdrop {
|
|
31408
|
+
transition: none;
|
|
31409
|
+
}
|
|
31410
|
+
}
|
|
31411
|
+
|
|
31412
|
+
.cds--dialog[open]::backdrop {
|
|
31413
|
+
opacity: 1;
|
|
31414
|
+
transition: background-color 240ms cubic-bezier(0.4, 0.14, 1, 1), opacity 240ms cubic-bezier(0.4, 0.14, 1, 1);
|
|
31415
|
+
}
|
|
31416
|
+
@media (prefers-reduced-motion) {
|
|
31417
|
+
.cds--dialog[open]::backdrop {
|
|
31418
|
+
transition: none;
|
|
31419
|
+
}
|
|
31420
|
+
}
|
|
31421
|
+
|
|
31422
|
+
/** starting style also not supported widely
|
|
31423
|
+
* https://caniuse.com/mdn-css_at-rules_starting-style
|
|
31424
|
+
*/
|
|
31425
|
+
/* This starting-style rule cannot be nested inside the above selector
|
|
31426
|
+
because the nesting selector cannot represent pseudo-elements. */
|
|
31427
|
+
@starting-style {
|
|
31428
|
+
.cds--dialog[open]::backdrop {
|
|
31429
|
+
opacity: 0;
|
|
31430
|
+
}
|
|
31431
|
+
}
|
|
31432
|
+
.cds--dialog__header-controls {
|
|
31433
|
+
position: absolute;
|
|
31434
|
+
inset-block-start: 0;
|
|
31435
|
+
inset-inline-end: 0;
|
|
31436
|
+
}
|
|
31437
|
+
|
|
31201
31438
|
.cds--dropdown__wrapper--inline {
|
|
31202
31439
|
display: inline-grid;
|
|
31203
31440
|
align-items: center;
|
|
@@ -34787,6 +35024,12 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
34787
35024
|
inset-inline-end: 1rem;
|
|
34788
35025
|
inset-inline-start: auto;
|
|
34789
35026
|
}
|
|
35027
|
+
.cds--text-area--fluid .cds--label .cds--toggletip-button {
|
|
35028
|
+
padding: 0.25rem;
|
|
35029
|
+
margin-inline-start: -0.25rem;
|
|
35030
|
+
min-block-size: 1.5rem;
|
|
35031
|
+
min-inline-size: 1.5rem;
|
|
35032
|
+
}
|
|
34790
35033
|
|
|
34791
35034
|
.cds--text-area--fluid .cds--label::-webkit-scrollbar,
|
|
34792
35035
|
.cds--text-area--fluid .cds--label .cds--toggletip-label::-webkit-scrollbar {
|
|
@@ -35599,18 +35842,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
35599
35842
|
transform: rotate(180deg);
|
|
35600
35843
|
}
|
|
35601
35844
|
|
|
35602
|
-
.cds--menu-button__top {
|
|
35603
|
-
transform: translate(0, calc(-100% - var(--cds-popover-offset, 3rem)));
|
|
35604
|
-
}
|
|
35605
|
-
|
|
35606
|
-
.cds--menu-button__top-start {
|
|
35607
|
-
transform: translate(0, calc(-100% - var(--cds-popover-offset, 3rem)));
|
|
35608
|
-
}
|
|
35609
|
-
|
|
35610
|
-
.cds--menu-button__top-end {
|
|
35611
|
-
transform: translate(0, calc(-100% - var(--cds-popover-offset, 3rem)));
|
|
35612
|
-
}
|
|
35613
|
-
|
|
35614
35845
|
.cds--modal {
|
|
35615
35846
|
position: fixed;
|
|
35616
35847
|
z-index: 9000;
|
|
@@ -37126,6 +37357,103 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
37126
37357
|
}
|
|
37127
37358
|
}
|
|
37128
37359
|
|
|
37360
|
+
.cds--page-header {
|
|
37361
|
+
border: 1px solid rebeccapurple; /* stylelint-disable-line */
|
|
37362
|
+
}
|
|
37363
|
+
|
|
37364
|
+
.cds--page-header__breadcrumb-bar {
|
|
37365
|
+
border: 1px solid blue; /* stylelint-disable-line */
|
|
37366
|
+
}
|
|
37367
|
+
|
|
37368
|
+
.cds--page-header__content {
|
|
37369
|
+
margin: 1.5rem 0;
|
|
37370
|
+
border: 1px solid red; /* stylelint-disable-line */
|
|
37371
|
+
}
|
|
37372
|
+
|
|
37373
|
+
.cds--page-header__content__title-wrapper {
|
|
37374
|
+
display: flex;
|
|
37375
|
+
justify-content: space-between;
|
|
37376
|
+
gap: 1rem;
|
|
37377
|
+
}
|
|
37378
|
+
@media (max-width: 41.98rem) {
|
|
37379
|
+
.cds--page-header__content__title-wrapper {
|
|
37380
|
+
flex-direction: column;
|
|
37381
|
+
}
|
|
37382
|
+
}
|
|
37383
|
+
|
|
37384
|
+
.cds--page-header__content__start {
|
|
37385
|
+
display: flex;
|
|
37386
|
+
flex-wrap: wrap;
|
|
37387
|
+
gap: 1rem;
|
|
37388
|
+
}
|
|
37389
|
+
|
|
37390
|
+
.cds--page-header__content__title-container {
|
|
37391
|
+
display: flex;
|
|
37392
|
+
}
|
|
37393
|
+
|
|
37394
|
+
.cds--page-header__content__contextual-actions {
|
|
37395
|
+
display: flex;
|
|
37396
|
+
}
|
|
37397
|
+
|
|
37398
|
+
.cds--page-header__content__title {
|
|
37399
|
+
font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
|
|
37400
|
+
font-weight: var(--cds-productive-heading-04-font-weight, 400);
|
|
37401
|
+
line-height: var(--cds-productive-heading-04-line-height, 1.28572);
|
|
37402
|
+
letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
|
|
37403
|
+
display: -webkit-box;
|
|
37404
|
+
overflow: hidden;
|
|
37405
|
+
-webkit-box-orient: vertical;
|
|
37406
|
+
-webkit-line-clamp: 2;
|
|
37407
|
+
max-inline-size: 40rem;
|
|
37408
|
+
text-overflow: ellipsis;
|
|
37409
|
+
white-space: normal;
|
|
37410
|
+
}
|
|
37411
|
+
|
|
37412
|
+
.cds--page-header__content:has(.cds--page-header__content__contextual-actions) .cds--page-header__content__title {
|
|
37413
|
+
-webkit-line-clamp: 1;
|
|
37414
|
+
}
|
|
37415
|
+
|
|
37416
|
+
.cds--page-header__content__icon {
|
|
37417
|
+
margin-inline-end: 1rem;
|
|
37418
|
+
}
|
|
37419
|
+
|
|
37420
|
+
.cds--page-header__content__page-actions {
|
|
37421
|
+
display: flex;
|
|
37422
|
+
gap: 1rem;
|
|
37423
|
+
}
|
|
37424
|
+
|
|
37425
|
+
.cds--page-header__content__subtitle {
|
|
37426
|
+
font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
|
|
37427
|
+
font-weight: var(--cds-productive-heading-03-font-weight, 400);
|
|
37428
|
+
line-height: var(--cds-productive-heading-03-line-height, 1.4);
|
|
37429
|
+
letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
|
|
37430
|
+
margin-block-start: 1rem;
|
|
37431
|
+
}
|
|
37432
|
+
|
|
37433
|
+
.cds--page-header__content__body {
|
|
37434
|
+
font-size: var(--cds-body-01-font-size, 0.875rem);
|
|
37435
|
+
font-weight: var(--cds-body-01-font-weight, 400);
|
|
37436
|
+
line-height: var(--cds-body-01-line-height, 1.42857);
|
|
37437
|
+
letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
|
|
37438
|
+
margin-block-start: 0.5rem;
|
|
37439
|
+
max-inline-size: 40rem;
|
|
37440
|
+
}
|
|
37441
|
+
|
|
37442
|
+
.cds--page-header__content:not(:has(.cds--page-header__content__sub-title)) .cds--page-header__content__body {
|
|
37443
|
+
margin-block-start: 1rem;
|
|
37444
|
+
}
|
|
37445
|
+
|
|
37446
|
+
.cds--page-header__hero-image {
|
|
37447
|
+
display: flex;
|
|
37448
|
+
overflow: hidden;
|
|
37449
|
+
align-items: center;
|
|
37450
|
+
block-size: 100%;
|
|
37451
|
+
}
|
|
37452
|
+
|
|
37453
|
+
.cds--page-header__tab-bar {
|
|
37454
|
+
border: 1px solid green; /* stylelint-disable-line */
|
|
37455
|
+
}
|
|
37456
|
+
|
|
37129
37457
|
.cds--data-table-container + .cds--pagination {
|
|
37130
37458
|
border-block-start: 0;
|
|
37131
37459
|
}
|
|
@@ -38300,6 +38628,79 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
38300
38628
|
inset-inline-start: 0;
|
|
38301
38629
|
}
|
|
38302
38630
|
|
|
38631
|
+
.cds--shape-indicator {
|
|
38632
|
+
font-size: var(--cds-helper-text-01-font-size, 0.75rem);
|
|
38633
|
+
line-height: var(--cds-helper-text-01-line-height, 1.33333);
|
|
38634
|
+
letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
|
|
38635
|
+
display: flex;
|
|
38636
|
+
color: var(--cds-text-secondary, #525252);
|
|
38637
|
+
}
|
|
38638
|
+
|
|
38639
|
+
.cds--shape-indicator svg {
|
|
38640
|
+
align-self: center;
|
|
38641
|
+
margin-inline-end: 0.5rem;
|
|
38642
|
+
}
|
|
38643
|
+
|
|
38644
|
+
.cds--shape-indicator--14 {
|
|
38645
|
+
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
|
38646
|
+
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
|
38647
|
+
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
|
38648
|
+
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
|
38649
|
+
}
|
|
38650
|
+
|
|
38651
|
+
.cds--shape-indicator--failed {
|
|
38652
|
+
fill: var(--cds-status-red, #da1e28);
|
|
38653
|
+
}
|
|
38654
|
+
|
|
38655
|
+
.cds--shape-indicator--critical {
|
|
38656
|
+
fill: var(--cds-status-red, #da1e28);
|
|
38657
|
+
}
|
|
38658
|
+
|
|
38659
|
+
.cds--shape-indicator--high {
|
|
38660
|
+
fill: var(--cds-status-red, #da1e28);
|
|
38661
|
+
}
|
|
38662
|
+
|
|
38663
|
+
.cds--shape-indicator--medium {
|
|
38664
|
+
fill: var(--cds-status-orange, #ff832b);
|
|
38665
|
+
}
|
|
38666
|
+
.cds--shape-indicator--medium path:first-of-type {
|
|
38667
|
+
fill: var(--cds-status-orange-outline, #ba4e00);
|
|
38668
|
+
}
|
|
38669
|
+
|
|
38670
|
+
.cds--shape-indicator--low {
|
|
38671
|
+
fill: var(--cds-status-yellow, #f1c21b);
|
|
38672
|
+
}
|
|
38673
|
+
.cds--shape-indicator--low path:nth-of-type(2) {
|
|
38674
|
+
fill: var(--cds-status-yellow-outline, #8e6a00);
|
|
38675
|
+
}
|
|
38676
|
+
|
|
38677
|
+
.cds--shape-indicator--cautious {
|
|
38678
|
+
fill: var(--cds-status-yellow, #f1c21b);
|
|
38679
|
+
}
|
|
38680
|
+
.cds--shape-indicator--cautious path:first-of-type {
|
|
38681
|
+
fill: var(--cds-status-yellow-outline, #8e6a00);
|
|
38682
|
+
}
|
|
38683
|
+
|
|
38684
|
+
.cds--shape-indicator--undefined {
|
|
38685
|
+
fill: var(--cds-status-purple, #8a3ffc);
|
|
38686
|
+
}
|
|
38687
|
+
|
|
38688
|
+
.cds--shape-indicator--stable {
|
|
38689
|
+
fill: var(--cds-status-green, #24a148);
|
|
38690
|
+
}
|
|
38691
|
+
|
|
38692
|
+
.cds--shape-indicator--informative {
|
|
38693
|
+
fill: var(--cds-status-blue, #0043ce);
|
|
38694
|
+
}
|
|
38695
|
+
|
|
38696
|
+
.cds--shape-indicator--incomplete path:nth-of-type(2) {
|
|
38697
|
+
fill: var(--cds-status-blue, #0043ce);
|
|
38698
|
+
}
|
|
38699
|
+
|
|
38700
|
+
.cds--shape-indicator--draft {
|
|
38701
|
+
fill: var(--cds-status-gray, #6f6f6f);
|
|
38702
|
+
}
|
|
38703
|
+
|
|
38303
38704
|
@keyframes ai-skeleton-animation {
|
|
38304
38705
|
0% {
|
|
38305
38706
|
transform: translateX(-100%);
|
|
@@ -39454,6 +39855,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
39454
39855
|
inset-block-start: 0.0625rem;
|
|
39455
39856
|
}
|
|
39456
39857
|
.cds--tabs .cds--tabs__nav-item {
|
|
39858
|
+
position: relative;
|
|
39457
39859
|
display: flex;
|
|
39458
39860
|
flex: 1 0 auto;
|
|
39459
39861
|
padding: 0;
|
|
@@ -39684,7 +40086,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
39684
40086
|
.cds--tabs.cds--tabs--vertical:not(.cds--tabs--tall) .cds--tabs__nav-item-label {
|
|
39685
40087
|
line-height: var(--cds-body-compact-01-line-height);
|
|
39686
40088
|
}
|
|
39687
|
-
.cds--tabs.cds--tabs__icon--default .cds--tab--list, .cds--tabs.cds--tabs__icon--lg .cds--tab--list {
|
|
40089
|
+
.cds--tabs.cds--tabs__icon--default, .cds--tabs.cds--tabs__icon--lg, .cds--tabs.cds--tabs__icon--default .cds--tab--list, .cds--tabs.cds--tabs__icon--lg .cds--tab--list {
|
|
39688
40090
|
overflow-x: visible;
|
|
39689
40091
|
}
|
|
39690
40092
|
.cds--tabs .cds--tabs__nav-item--icon-only {
|
|
@@ -39701,6 +40103,10 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
39701
40103
|
.cds--tabs .cds--tabs__nav-item--icon-only .cds--tabs__nav-item-label, .cds--tabs.cds--tabs--contained .cds--tabs__nav-item--icon-only .cds--tabs__nav-item-label {
|
|
39702
40104
|
line-height: 0;
|
|
39703
40105
|
}
|
|
40106
|
+
.cds--tabs .cds--tabs__nav-item--icon-only:not(.cds--tabs__nav-item--icon-only__20) .cds--badge-indicator {
|
|
40107
|
+
margin-block-start: 0.25rem;
|
|
40108
|
+
margin-inline-end: 0.25rem;
|
|
40109
|
+
}
|
|
39704
40110
|
.cds--tabs:not(.cds--tabs--contained) .cds--tabs__nav-item:not(.cds--tabs__nav-item--selected):not(.cds--tabs__nav-item--disabled):hover {
|
|
39705
40111
|
border-block-end: 2px solid var(--cds-border-strong);
|
|
39706
40112
|
color: var(--cds-text-primary, #161616);
|
|
@@ -40904,6 +41310,22 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
40904
41310
|
cursor: not-allowed;
|
|
40905
41311
|
}
|
|
40906
41312
|
|
|
41313
|
+
li a.cds--tree-node {
|
|
41314
|
+
text-decoration: none;
|
|
41315
|
+
}
|
|
41316
|
+
li a.cds--tree-node:not(.cds--tree-node--disabled) {
|
|
41317
|
+
color: var(--cds-text-secondary, #525252);
|
|
41318
|
+
}
|
|
41319
|
+
|
|
41320
|
+
li.cds--tree-node-link-parent {
|
|
41321
|
+
display: flex;
|
|
41322
|
+
flex-direction: column;
|
|
41323
|
+
background-color: var(--cds-layer-01, #f4f4f4);
|
|
41324
|
+
}
|
|
41325
|
+
li.cds--tree-node-link-parent > .cds--tree-node__children {
|
|
41326
|
+
padding-inline-start: 1rem;
|
|
41327
|
+
}
|
|
41328
|
+
|
|
40907
41329
|
.cds--tree-node__label {
|
|
40908
41330
|
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
|
40909
41331
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
|
@@ -40957,11 +41379,9 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
40957
41379
|
.cds--tree-parent-node__toggle {
|
|
40958
41380
|
display: flex;
|
|
40959
41381
|
align-items: center;
|
|
40960
|
-
align-self: flex-start;
|
|
40961
41382
|
border: 0;
|
|
40962
41383
|
block-size: 1.5rem;
|
|
40963
41384
|
inline-size: 1.5rem;
|
|
40964
|
-
margin-block-start: 0.25rem;
|
|
40965
41385
|
margin-inline: -0.25rem 0.25rem;
|
|
40966
41386
|
padding-inline-start: 0.25rem;
|
|
40967
41387
|
}
|
|
@@ -40983,9 +41403,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
40983
41403
|
}
|
|
40984
41404
|
|
|
40985
41405
|
.cds--tree-node__icon {
|
|
40986
|
-
align-self: flex-start;
|
|
40987
41406
|
fill: var(--cds-icon-secondary, #525252);
|
|
40988
|
-
margin-block-start: 0.0625rem;
|
|
40989
41407
|
margin-inline: 0.5rem 0.5rem;
|
|
40990
41408
|
min-block-size: 1rem;
|
|
40991
41409
|
min-inline-size: 1rem;
|