@carbon/ibm-products 2.43.2-canary.78 → 2.43.2-canary.80
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 +241 -56
- 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 +3 -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 +61 -18
- 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 +162 -42
- 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/ActionBar/ActionBarItem.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +33 -1
- package/es/components/StringFormatter/StringFormatter.js +14 -3
- package/es/components/StringFormatter/utils/enums.d.ts +20 -1
- package/es/components/StringFormatter/utils/enums.js +22 -2
- package/es/node_modules/@carbon/icon-helpers/es/index.js +49 -62
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +1020 -1058
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +881 -758
- package/lib/components/ActionBar/ActionBarItem.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +32 -0
- package/lib/components/StringFormatter/StringFormatter.js +13 -2
- package/lib/components/StringFormatter/utils/enums.d.ts +20 -1
- package/lib/components/StringFormatter/utils/enums.js +23 -1
- package/lib/node_modules/@carbon/icon-helpers/es/index.js +49 -62
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +1036 -1074
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +946 -823
- package/package.json +4 -4
- package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +7 -5
- package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +5 -4
@@ -5042,6 +5042,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
5042
5042
|
--cds-link-inverse: #0f62fe;
|
5043
5043
|
--cds-link-inverse-active: #161616;
|
5044
5044
|
--cds-link-inverse-hover: #0043ce;
|
5045
|
+
--cds-link-inverse-visited: #8a3ffc;
|
5045
5046
|
--cds-link-primary: #78a9ff;
|
5046
5047
|
--cds-link-primary-hover: #a6c8ff;
|
5047
5048
|
--cds-link-secondary: #a6c8ff;
|
@@ -8717,6 +8718,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
8717
8718
|
--cds-link-inverse: #0f62fe;
|
8718
8719
|
--cds-link-inverse-active: #161616;
|
8719
8720
|
--cds-link-inverse-hover: #0043ce;
|
8721
|
+
--cds-link-inverse-visited: #8a3ffc;
|
8720
8722
|
--cds-link-primary: #78a9ff;
|
8721
8723
|
--cds-link-primary-hover: #a6c8ff;
|
8722
8724
|
--cds-link-secondary: #a6c8ff;
|
@@ -9147,6 +9149,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
9147
9149
|
--cds-link-inverse: #0f62fe;
|
9148
9150
|
--cds-link-inverse-active: #161616;
|
9149
9151
|
--cds-link-inverse-hover: #0043ce;
|
9152
|
+
--cds-link-inverse-visited: #8a3ffc;
|
9150
9153
|
--cds-link-primary: #78a9ff;
|
9151
9154
|
--cds-link-primary-hover: #a6c8ff;
|
9152
9155
|
--cds-link-secondary: #a6c8ff;
|
@@ -15518,6 +15521,7 @@ a.cds--side-nav__link--current::before {
|
|
15518
15521
|
--cds-link-inverse: #0f62fe;
|
15519
15522
|
--cds-link-inverse-active: #161616;
|
15520
15523
|
--cds-link-inverse-hover: #0043ce;
|
15524
|
+
--cds-link-inverse-visited: #8a3ffc;
|
15521
15525
|
--cds-link-primary: #78a9ff;
|
15522
15526
|
--cds-link-primary-hover: #a6c8ff;
|
15523
15527
|
--cds-link-secondary: #a6c8ff;
|
@@ -16322,6 +16326,7 @@ a.cds--side-nav__link--current::before {
|
|
16322
16326
|
--cds-link-inverse: #0f62fe;
|
16323
16327
|
--cds-link-inverse-active: #161616;
|
16324
16328
|
--cds-link-inverse-hover: #0043ce;
|
16329
|
+
--cds-link-inverse-visited: #8a3ffc;
|
16325
16330
|
--cds-link-primary: #78a9ff;
|
16326
16331
|
--cds-link-primary-hover: #a6c8ff;
|
16327
16332
|
--cds-link-secondary: #a6c8ff;
|
@@ -17236,6 +17241,7 @@ a.cds--side-nav__link--current::before {
|
|
17236
17241
|
--cds-link-inverse: #78a9ff;
|
17237
17242
|
--cds-link-inverse-active: #f4f4f4;
|
17238
17243
|
--cds-link-inverse-hover: #a6c8ff;
|
17244
|
+
--cds-link-inverse-visited: #be95ff;
|
17239
17245
|
--cds-link-primary: #0f62fe;
|
17240
17246
|
--cds-link-primary-hover: #0043ce;
|
17241
17247
|
--cds-link-secondary: #0043ce;
|
@@ -17646,6 +17652,7 @@ a.cds--side-nav__link--current::before {
|
|
17646
17652
|
--cds-link-inverse: #0f62fe;
|
17647
17653
|
--cds-link-inverse-active: #161616;
|
17648
17654
|
--cds-link-inverse-hover: #0043ce;
|
17655
|
+
--cds-link-inverse-visited: #8a3ffc;
|
17649
17656
|
--cds-link-primary: #78a9ff;
|
17650
17657
|
--cds-link-primary-hover: #a6c8ff;
|
17651
17658
|
--cds-link-secondary: #a6c8ff;
|
@@ -19596,7 +19603,7 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
|
|
19596
19603
|
border-radius: 1rem;
|
19597
19604
|
margin: 0.25rem;
|
19598
19605
|
cursor: default;
|
19599
|
-
max-inline-size:
|
19606
|
+
max-inline-size: 13rem;
|
19600
19607
|
min-block-size: var(--cds-layout-size-height-local);
|
19601
19608
|
min-inline-size: 2rem;
|
19602
19609
|
padding-inline: 0.5rem;
|
@@ -19636,28 +19643,28 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
|
|
19636
19643
|
.cds--tag.cds--tag--lg:has(.cds--tag__custom-icon) {
|
19637
19644
|
padding-inline-start: 0.5rem;
|
19638
19645
|
}
|
19646
|
+
.cds--tag:not(.cds--tag--selectable) {
|
19647
|
+
border: 0;
|
19648
|
+
}
|
19639
19649
|
.cds--tag:not(:first-child) {
|
19640
19650
|
margin-inline-start: 0;
|
19641
19651
|
}
|
19642
19652
|
|
19653
|
+
.cds--tag--operational > span,
|
19654
|
+
.cds--tag--selectable > span,
|
19643
19655
|
.cds--tag__label {
|
19656
|
+
display: block;
|
19644
19657
|
overflow: hidden;
|
19645
|
-
max-inline-size: 100%;
|
19646
19658
|
text-overflow: ellipsis;
|
19647
19659
|
white-space: nowrap;
|
19648
19660
|
}
|
19649
19661
|
|
19650
19662
|
.cds--tag--interactive:focus {
|
19651
|
-
|
19652
|
-
outline:
|
19653
|
-
}
|
19654
|
-
|
19655
|
-
.cds--tag--interactive:hover {
|
19656
|
-
cursor: pointer;
|
19663
|
+
outline: 2px solid var(--cds-focus, #0f62fe);
|
19664
|
+
outline-offset: 1px;
|
19657
19665
|
}
|
19658
19666
|
|
19659
19667
|
.cds--tag--filter {
|
19660
|
-
cursor: pointer;
|
19661
19668
|
padding-block-end: 0;
|
19662
19669
|
padding-block-start: 0;
|
19663
19670
|
padding-inline-end: 0;
|
@@ -19666,11 +19673,6 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
|
|
19666
19673
|
outline: none;
|
19667
19674
|
}
|
19668
19675
|
|
19669
|
-
.cds--interactive--tag-children {
|
19670
|
-
display: inline-flex;
|
19671
|
-
place-items: center;
|
19672
|
-
}
|
19673
|
-
|
19674
19676
|
.cds--tag--selectable {
|
19675
19677
|
border: 1px solid var(--cds-border-inverse, #161616);
|
19676
19678
|
background-color: var(--cds-layer);
|
@@ -19863,19 +19865,19 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
|
|
19863
19865
|
background-color: var(--cds-background-inverse-hover, #474747);
|
19864
19866
|
}
|
19865
19867
|
|
19866
|
-
.cds--tag--outline:not(.cds--tag--operational) {
|
19868
|
+
.cds--tag--outline:not(.cds--tag--operational):not(span):not([disabled]) {
|
19867
19869
|
background-color: var(--cds-background, #ffffff);
|
19868
19870
|
color: var(--cds-text-primary, #161616);
|
19869
19871
|
outline: 1px solid var(--cds-background-inverse, #393939);
|
19870
19872
|
outline-offset: -1px;
|
19871
19873
|
}
|
19872
|
-
.cds--tag--outline:not(.cds--tag--operational).cds--tag--operational {
|
19874
|
+
.cds--tag--outline:not(.cds--tag--operational):not(span):not([disabled]).cds--tag--operational {
|
19873
19875
|
border: 1px solid var(--cds-background, #ffffff);
|
19874
19876
|
}
|
19875
|
-
.cds--tag--outline:not(.cds--tag--operational).cds--tag--operational:hover {
|
19877
|
+
.cds--tag--outline:not(.cds--tag--operational):not(span):not([disabled]).cds--tag--operational:hover {
|
19876
19878
|
background-color: var(--cds-layer-hover);
|
19877
19879
|
}
|
19878
|
-
.cds--tag--outline:not(.cds--tag--operational) .cds--tag__close-icon:hover {
|
19880
|
+
.cds--tag--outline:not(.cds--tag--operational):not(span):not([disabled]) .cds--tag__close-icon:hover {
|
19879
19881
|
background-color: var(--cds-layer-hover);
|
19880
19882
|
}
|
19881
19883
|
|
@@ -20072,7 +20074,48 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
|
|
20072
20074
|
}
|
20073
20075
|
}
|
20074
20076
|
|
20077
|
+
.cds--tag-label-tooltip {
|
20078
|
+
max-inline-size: -webkit-fill-available;
|
20079
|
+
}
|
20080
|
+
|
20081
|
+
.cds--tag__custom-icon + .cds--tag-label-tooltip {
|
20082
|
+
max-inline-size: 11rem;
|
20083
|
+
}
|
20084
|
+
|
20085
|
+
.cds--tag--filter .cds--tag__custom-icon + .cds--tag-label-tooltip {
|
20086
|
+
max-inline-size: 9.875rem;
|
20087
|
+
}
|
20088
|
+
|
20075
20089
|
/* stylelint-enable */
|
20090
|
+
.cds--interactive--tag-children {
|
20091
|
+
display: inline-flex;
|
20092
|
+
max-inline-size: 12.5rem;
|
20093
|
+
place-items: center;
|
20094
|
+
}
|
20095
|
+
|
20096
|
+
.cds--tag--filter .cds--tag__custom-icon + span > .cds--interactive--tag-children {
|
20097
|
+
max-inline-size: 11.5rem;
|
20098
|
+
}
|
20099
|
+
|
20100
|
+
.cds--tag .cds--definition-term {
|
20101
|
+
-webkit-border-after: none;
|
20102
|
+
border-block-end: none;
|
20103
|
+
cursor: default;
|
20104
|
+
max-inline-size: 12rem;
|
20105
|
+
}
|
20106
|
+
|
20107
|
+
.cds--tag .cds--tag__custom-icon + span > .cds--definition-term {
|
20108
|
+
max-inline-size: 11rem;
|
20109
|
+
}
|
20110
|
+
|
20111
|
+
.cds--tag > .cds--popover-container {
|
20112
|
+
display: flex;
|
20113
|
+
}
|
20114
|
+
|
20115
|
+
.cds--toggletip-button:has(.cds--tag--operational.cds--tag--disabled) {
|
20116
|
+
pointer-events: none;
|
20117
|
+
}
|
20118
|
+
|
20076
20119
|
.c4p--condition-builder__condition-wrapper * {
|
20077
20120
|
font-size: var(--cds-body-01-font-size, 0.875rem);
|
20078
20121
|
font-weight: var(--cds-body-01-font-weight, 400);
|
@@ -21908,6 +21951,7 @@ em {
|
|
21908
21951
|
--cds-link-inverse: #78a9ff;
|
21909
21952
|
--cds-link-inverse-active: #f4f4f4;
|
21910
21953
|
--cds-link-inverse-hover: #a6c8ff;
|
21954
|
+
--cds-link-inverse-visited: #be95ff;
|
21911
21955
|
--cds-link-primary: #0f62fe;
|
21912
21956
|
--cds-link-primary-hover: #0043ce;
|
21913
21957
|
--cds-link-secondary: #0043ce;
|
@@ -22130,6 +22174,7 @@ em {
|
|
22130
22174
|
--cds-link-inverse: #78a9ff;
|
22131
22175
|
--cds-link-inverse-active: #f4f4f4;
|
22132
22176
|
--cds-link-inverse-hover: #a6c8ff;
|
22177
|
+
--cds-link-inverse-visited: #be95ff;
|
22133
22178
|
--cds-link-primary: #0f62fe;
|
22134
22179
|
--cds-link-primary-hover: #0043ce;
|
22135
22180
|
--cds-link-secondary: #0043ce;
|
@@ -22352,6 +22397,7 @@ em {
|
|
22352
22397
|
--cds-link-inverse: #0f62fe;
|
22353
22398
|
--cds-link-inverse-active: #161616;
|
22354
22399
|
--cds-link-inverse-hover: #0043ce;
|
22400
|
+
--cds-link-inverse-visited: #8a3ffc;
|
22355
22401
|
--cds-link-primary: #78a9ff;
|
22356
22402
|
--cds-link-primary-hover: #a6c8ff;
|
22357
22403
|
--cds-link-secondary: #a6c8ff;
|
@@ -22573,6 +22619,7 @@ em {
|
|
22573
22619
|
--cds-link-inverse: #0f62fe;
|
22574
22620
|
--cds-link-inverse-active: #161616;
|
22575
22621
|
--cds-link-inverse-hover: #0043ce;
|
22622
|
+
--cds-link-inverse-visited: #8a3ffc;
|
22576
22623
|
--cds-link-primary: #78a9ff;
|
22577
22624
|
--cds-link-primary-hover: #a6c8ff;
|
22578
22625
|
--cds-link-secondary: #a6c8ff;
|
@@ -22682,24 +22729,6 @@ em {
|
|
22682
22729
|
--cds-tag-hover-warm-gray: #696363;
|
22683
22730
|
}
|
22684
22731
|
|
22685
|
-
.cds--accordion--flush .cds--accordion__title {
|
22686
|
-
margin-inline-start: 0;
|
22687
|
-
}
|
22688
|
-
|
22689
|
-
.cds--accordion--flush .cds--accordion__arrow {
|
22690
|
-
margin-inline-end: 0;
|
22691
|
-
}
|
22692
|
-
|
22693
|
-
.cds--accordion--flush .cds--accordion__content {
|
22694
|
-
padding-inline-start: 0;
|
22695
|
-
}
|
22696
|
-
|
22697
|
-
.cds--accordion--flush:not(.cds--skeleton) .cds--accordion__heading:hover::before,
|
22698
|
-
.cds--accordion--flush:not(.cds--skeleton) .cds--accordion__heading:focus::before {
|
22699
|
-
inline-size: calc(100% + 32px);
|
22700
|
-
inset-inline-start: -1rem;
|
22701
|
-
}
|
22702
|
-
|
22703
22732
|
.cds--accordion {
|
22704
22733
|
--cds-layout-size-height-local: clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-sm)), var(--cds-layout-size-height, var(--cds-layout-size-height-md)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-lg)));
|
22705
22734
|
--cds-layout-density-padding-inline-local: clamp(var(--cds-layout-density-padding-inline-min), var(--cds-layout-density-padding-inline, var(--cds-layout-density-padding-inline-normal)), var(--cds-layout-density-padding-inline-max));
|
@@ -22723,11 +22752,19 @@ em {
|
|
22723
22752
|
display: list-item;
|
22724
22753
|
overflow: visible;
|
22725
22754
|
border-block-start: 1px solid var(--cds-border-subtle);
|
22755
|
+
transition: border-color cubic-bezier(0.2, 0, 0.38, 0.9) 110ms;
|
22726
22756
|
}
|
22727
22757
|
.cds--accordion__item:last-child {
|
22728
22758
|
border-block-end: 1px solid var(--cds-border-subtle);
|
22729
22759
|
}
|
22730
22760
|
|
22761
|
+
.cds--accordion__item:not(.cds--accordion__item--active):hover, .cds--accordion__item:not(.cds--accordion__item--active):hover + .cds--accordion__item {
|
22762
|
+
border-block-start-color: var(--cds-layer-hover);
|
22763
|
+
}
|
22764
|
+
.cds--accordion__item:not(.cds--accordion__item--active):last-child:hover {
|
22765
|
+
border-block-end-color: var(--cds-layer-hover);
|
22766
|
+
}
|
22767
|
+
|
22731
22768
|
.cds--accordion__heading {
|
22732
22769
|
box-sizing: border-box;
|
22733
22770
|
padding: 0;
|
@@ -22767,8 +22804,11 @@ em {
|
|
22767
22804
|
}
|
22768
22805
|
.cds--accordion__heading:hover {
|
22769
22806
|
background-color: var(--cds-layer-hover);
|
22807
|
+
outline: none;
|
22770
22808
|
}
|
22771
22809
|
.cds--accordion__heading:focus {
|
22810
|
+
position: relative;
|
22811
|
+
z-index: 2;
|
22772
22812
|
box-shadow: 0 -1px 0 0 var(--cds-focus, #0f62fe), inset 0 1px 0 0 var(--cds-focus, #0f62fe), inset 2px 0 0 0 var(--cds-focus, #0f62fe), 0 1px 0 0 var(--cds-focus, #0f62fe), inset 0 -1px 0 0 var(--cds-focus, #0f62fe), inset -2px 0 0 0 var(--cds-focus, #0f62fe);
|
22773
22813
|
outline: none;
|
22774
22814
|
}
|
@@ -22882,6 +22922,65 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
22882
22922
|
transform: rotate(-90deg) /*rtl:ignore*/;
|
22883
22923
|
}
|
22884
22924
|
|
22925
|
+
.cds--accordion--flush .cds--accordion__item {
|
22926
|
+
position: relative;
|
22927
|
+
border-color: transparent;
|
22928
|
+
}
|
22929
|
+
.cds--accordion--flush .cds--accordion__item:last-child, .cds--accordion--flush .cds--accordion__item:hover, .cds--accordion--flush .cds--accordion__item:last-child:hover, .cds--accordion--flush .cds--accordion__item:hover + .cds--accordion__item {
|
22930
|
+
border-color: transparent;
|
22931
|
+
}
|
22932
|
+
.cds--accordion--flush .cds--accordion__item::before, .cds--accordion--flush .cds--accordion__item::after {
|
22933
|
+
position: absolute;
|
22934
|
+
display: block;
|
22935
|
+
block-size: 1px;
|
22936
|
+
content: "";
|
22937
|
+
inline-size: calc(100% - 1rem - 1rem);
|
22938
|
+
margin-inline-start: 1rem;
|
22939
|
+
transition: background cubic-bezier(0.2, 0, 0.38, 0.9) 110ms;
|
22940
|
+
}
|
22941
|
+
@media screen and (prefers-reduced-motion: reduce) {
|
22942
|
+
.cds--accordion--flush .cds--accordion__item::before, .cds--accordion--flush .cds--accordion__item::after {
|
22943
|
+
transition: none;
|
22944
|
+
}
|
22945
|
+
}
|
22946
|
+
.cds--accordion--flush .cds--accordion__item::before {
|
22947
|
+
background: var(--cds-border-subtle);
|
22948
|
+
inset-block-start: -1px;
|
22949
|
+
}
|
22950
|
+
.cds--accordion--flush .cds--accordion__item:last-child::after {
|
22951
|
+
background: var(--cds-border-subtle);
|
22952
|
+
inset-block-end: -1px;
|
22953
|
+
}
|
22954
|
+
|
22955
|
+
.cds--accordion--flush .cds--accordion__heading:hover {
|
22956
|
+
position: relative;
|
22957
|
+
z-index: 1;
|
22958
|
+
}
|
22959
|
+
.cds--accordion--flush .cds--accordion__heading:hover::before, .cds--accordion--flush .cds--accordion__heading:hover::after {
|
22960
|
+
position: absolute;
|
22961
|
+
display: block;
|
22962
|
+
background: var(--cds-layer-hover);
|
22963
|
+
block-size: 1px;
|
22964
|
+
content: "";
|
22965
|
+
inline-size: 100%;
|
22966
|
+
inset-inline-start: 0;
|
22967
|
+
transition: background cubic-bezier(0.2, 0, 0.38, 0.9) 110ms;
|
22968
|
+
}
|
22969
|
+
@media screen and (prefers-reduced-motion: reduce) {
|
22970
|
+
.cds--accordion--flush .cds--accordion__heading:hover::before, .cds--accordion--flush .cds--accordion__heading:hover::after {
|
22971
|
+
transition: none;
|
22972
|
+
}
|
22973
|
+
}
|
22974
|
+
.cds--accordion--flush .cds--accordion__heading:hover::before {
|
22975
|
+
inset-block-start: -1px;
|
22976
|
+
}
|
22977
|
+
.cds--accordion--flush .cds--accordion__heading:hover::after {
|
22978
|
+
inset-block-end: -1px;
|
22979
|
+
}
|
22980
|
+
.cds--accordion--flush .cds--accordion__heading:hover:focus::after, .cds--accordion--flush .cds--accordion__heading:hover:focus::before {
|
22981
|
+
background: none;
|
22982
|
+
}
|
22983
|
+
|
22885
22984
|
.cds--accordion.cds--skeleton .cds--accordion__heading,
|
22886
22985
|
.cds--accordion.cds--skeleton .cds--accordion__button {
|
22887
22986
|
cursor: default;
|
@@ -22898,7 +22997,8 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
22898
22997
|
outline: none;
|
22899
22998
|
}
|
22900
22999
|
|
22901
|
-
.cds--accordion.cds--skeleton .cds--accordion__heading:hover::before
|
23000
|
+
.cds--accordion.cds--skeleton .cds--accordion__heading:hover::before,
|
23001
|
+
.cds--accordion.cds--skeleton .cds--accordion__heading:hover {
|
22902
23002
|
background-color: transparent;
|
22903
23003
|
}
|
22904
23004
|
|
@@ -22916,6 +23016,10 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
22916
23016
|
margin-block-end: 0;
|
22917
23017
|
}
|
22918
23018
|
|
23019
|
+
.cds--accordion.cds--skeleton .cds--accordion__title {
|
23020
|
+
margin-inline-start: 1rem;
|
23021
|
+
}
|
23022
|
+
|
22919
23023
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
22920
23024
|
.cds--accordion__arrow,
|
22921
23025
|
.cds--accordion__item--active .cds--accordion__arrow {
|
@@ -25389,6 +25493,26 @@ fieldset[disabled] .cds--form__helper-text {
|
|
25389
25493
|
margin-block-start: -0.0625rem;
|
25390
25494
|
}
|
25391
25495
|
|
25496
|
+
.cds--checkbox-group--horizontal {
|
25497
|
+
position: relative;
|
25498
|
+
display: flex;
|
25499
|
+
flex-flow: row wrap;
|
25500
|
+
justify-content: flex-start;
|
25501
|
+
}
|
25502
|
+
.cds--checkbox-group--horizontal .cds--form-item {
|
25503
|
+
flex: none;
|
25504
|
+
margin-block-end: 0;
|
25505
|
+
}
|
25506
|
+
.cds--checkbox-group--horizontal .cds--form-item:not(:last-of-type) {
|
25507
|
+
margin-inline-end: 1rem;
|
25508
|
+
}
|
25509
|
+
.cds--checkbox-group--horizontal .cds--checkbox-label-text {
|
25510
|
+
padding-inline-start: 0.5rem;
|
25511
|
+
}
|
25512
|
+
.cds--checkbox-group--horizontal .cds--label + .cds--form-item.cds--checkbox-wrapper {
|
25513
|
+
margin-block-start: 0;
|
25514
|
+
}
|
25515
|
+
|
25392
25516
|
.cds--copy-btn {
|
25393
25517
|
position: relative;
|
25394
25518
|
display: flex;
|
@@ -27826,17 +27950,11 @@ fieldset[disabled] .cds--form__helper-text {
|
|
27826
27950
|
outline-style: dotted;
|
27827
27951
|
}
|
27828
27952
|
}
|
27829
|
-
.cds--menu-item svg {
|
27830
|
-
color: var(--cds-icon-secondary, #525252);
|
27831
|
-
}
|
27832
27953
|
|
27833
27954
|
.cds--menu-item:hover {
|
27834
27955
|
background-color: var(--cds-layer-hover);
|
27835
27956
|
color: var(--cds-text-primary, #161616);
|
27836
27957
|
}
|
27837
|
-
.cds--menu-item:hover svg {
|
27838
|
-
color: var(--cds-icon-primary, #161616);
|
27839
|
-
}
|
27840
27958
|
|
27841
27959
|
.cds--menu--xs .cds--menu-item {
|
27842
27960
|
block-size: 1.5rem;
|
@@ -33888,13 +34006,15 @@ button.cds--dropdown-text:focus {
|
|
33888
34006
|
}
|
33889
34007
|
|
33890
34008
|
.cds--multi-select--filterable--input-focused,
|
33891
|
-
.cds--multi-select .cds--list-box__field--wrapper--input-focused
|
34009
|
+
.cds--multi-select .cds--list-box__field--wrapper--input-focused:has(button[aria-expanded=false]),
|
34010
|
+
.cds--multi-select.cds--multi-select--selected .cds--list-box__field--wrapper--input-focused:has(button[aria-expanded=true]) {
|
33892
34011
|
outline: 2px solid var(--cds-focus, #0f62fe);
|
33893
34012
|
outline-offset: -2px;
|
33894
34013
|
}
|
33895
34014
|
@media screen and (prefers-contrast) {
|
33896
34015
|
.cds--multi-select--filterable--input-focused,
|
33897
|
-
.cds--multi-select .cds--list-box__field--wrapper--input-focused
|
34016
|
+
.cds--multi-select .cds--list-box__field--wrapper--input-focused:has(button[aria-expanded=false]),
|
34017
|
+
.cds--multi-select.cds--multi-select--selected .cds--list-box__field--wrapper--input-focused:has(button[aria-expanded=true]) {
|
33898
34018
|
outline-style: dotted;
|
33899
34019
|
}
|
33900
34020
|
}
|
@@ -35342,6 +35462,11 @@ optgroup.cds--select-optgroup:disabled,
|
|
35342
35462
|
position: relative;
|
35343
35463
|
display: flex;
|
35344
35464
|
inline-size: 100%;
|
35465
|
+
max-inline-size: 100%;
|
35466
|
+
}
|
35467
|
+
|
35468
|
+
.cds--text-area__wrapper--cols {
|
35469
|
+
inline-size: auto;
|
35345
35470
|
}
|
35346
35471
|
|
35347
35472
|
.cds--text-area__invalid-icon {
|
@@ -35760,6 +35885,22 @@ optgroup.cds--select-optgroup:disabled,
|
|
35760
35885
|
inset-inline-end: 1rem;
|
35761
35886
|
}
|
35762
35887
|
|
35888
|
+
.cds--text-input--fluid .cds--toggle-password-tooltip {
|
35889
|
+
outline: 2px solid transparent;
|
35890
|
+
outline-offset: -2px;
|
35891
|
+
position: absolute;
|
35892
|
+
block-size: 4rem;
|
35893
|
+
cursor: pointer;
|
35894
|
+
inline-size: 3rem;
|
35895
|
+
inset-block-start: 0;
|
35896
|
+
inset-inline-end: 0;
|
35897
|
+
transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
35898
|
+
}
|
35899
|
+
|
35900
|
+
.cds--text-input--fluid .cds--toggle-password-tooltip .cds--popover {
|
35901
|
+
inset-inline-start: 0;
|
35902
|
+
}
|
35903
|
+
|
35763
35904
|
.cds--text-input--fluid .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger {
|
35764
35905
|
block-size: 2rem;
|
35765
35906
|
inline-size: 2rem;
|
@@ -36495,7 +36636,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
36495
36636
|
}
|
36496
36637
|
|
36497
36638
|
.cds--modal-scroll-content > *:last-child {
|
36498
|
-
|
36639
|
+
margin-block-end: 1.5rem;
|
36499
36640
|
}
|
36500
36641
|
|
36501
36642
|
.cds--modal-footer {
|
@@ -37872,6 +38013,10 @@ optgroup.cds--select-optgroup:disabled,
|
|
37872
38013
|
margin-inline-start: 1rem;
|
37873
38014
|
}
|
37874
38015
|
|
38016
|
+
.cds--pagination__right .cds--pagination__text.cds--pagination__page-text.cds--pagination__unknown-pages-text {
|
38017
|
+
margin-inline-end: 1rem;
|
38018
|
+
}
|
38019
|
+
|
37875
38020
|
.cds--pagination__right .cds--pagination__text:empty {
|
37876
38021
|
margin: 0;
|
37877
38022
|
}
|
@@ -39118,7 +39263,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
39118
39263
|
transform: translate(50%, calc(-100% - var(--cds-popover-offset, 0rem)));
|
39119
39264
|
}
|
39120
39265
|
.cds--slider__thumb-wrapper--lower > .cds--popover > .cds--popover-caret {
|
39121
|
-
inset-inline-end: 0;
|
39122
39266
|
inset-inline-start: revert;
|
39123
39267
|
transform: translate(50%, calc(-1 * var(--cds-popover-offset, 0rem)));
|
39124
39268
|
}
|
@@ -39140,7 +39284,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
39140
39284
|
transform: translate(-50%, calc(-100% - var(--cds-popover-offset, 0rem)));
|
39141
39285
|
}
|
39142
39286
|
.cds--slider__thumb-wrapper--upper > .cds--popover > .cds--popover-caret {
|
39143
|
-
inset-inline-start: 0;
|
39144
39287
|
transform: translate(-50%, calc(-1 * var(--cds-popover-offset, 0rem)));
|
39145
39288
|
}
|
39146
39289
|
|
@@ -39434,6 +39577,10 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
39434
39577
|
inset-inline-start: 100%;
|
39435
39578
|
}
|
39436
39579
|
|
39580
|
+
.cds--popover-container.cds--slider__thumb-wrapper {
|
39581
|
+
position: absolute;
|
39582
|
+
}
|
39583
|
+
|
39437
39584
|
/* stylelint-disable */
|
39438
39585
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
39439
39586
|
.cds--slider__thumb {
|
@@ -39517,8 +39664,8 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
39517
39664
|
.cds--toggletip-content {
|
39518
39665
|
--cds-button-focus-color: var(--cds-focus-inverse, #ffffff);
|
39519
39666
|
--cds-link-text-color: var(--cds-link-inverse, #78a9ff);
|
39520
|
-
--cds-link-hover-text-color: var(--cds-link-inverse, #
|
39521
|
-
--cds-link-visited-text-color: var(--cds-link-inverse, #
|
39667
|
+
--cds-link-hover-text-color: var(--cds-link-inverse-hover, #a6c8ff);
|
39668
|
+
--cds-link-visited-text-color: var(--cds-link-inverse-visited, #be95ff);
|
39522
39669
|
--cds-link-focus-text-color: var(--cds-focus-inverse, #ffffff);
|
39523
39670
|
font-size: var(--cds-body-01-font-size, 0.875rem);
|
39524
39671
|
font-weight: var(--cds-body-01-font-weight, 400);
|
@@ -40328,6 +40475,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
40328
40475
|
|
40329
40476
|
.cds--structured-list-svg {
|
40330
40477
|
display: inline-block;
|
40478
|
+
margin-block-start: 0.125rem;
|
40331
40479
|
transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
40332
40480
|
vertical-align: top;
|
40333
40481
|
}
|
@@ -40341,6 +40489,11 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
40341
40489
|
fill: transparent;
|
40342
40490
|
}
|
40343
40491
|
|
40492
|
+
.cds--structured-list--selection .cds--structured-list-td:last-child {
|
40493
|
+
inline-size: 2rem;
|
40494
|
+
padding-inline-start: 0;
|
40495
|
+
}
|
40496
|
+
|
40344
40497
|
.cds--structured-list.cds--skeleton .cds--structured-list-th:first-child {
|
40345
40498
|
inline-size: 8%;
|
40346
40499
|
}
|
@@ -40394,6 +40547,16 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
40394
40547
|
}
|
40395
40548
|
}
|
40396
40549
|
|
40550
|
+
.cds--structured-list__icon {
|
40551
|
+
margin-block-start: 0.125rem;
|
40552
|
+
vertical-align: top;
|
40553
|
+
}
|
40554
|
+
|
40555
|
+
.cds--structured-list--selection .cds--structured-list-td:first-child:has(.cds--structured-list__icon) {
|
40556
|
+
inline-size: 2rem;
|
40557
|
+
padding-inline-end: 0;
|
40558
|
+
}
|
40559
|
+
|
40397
40560
|
.cds--tabs.cds--tabs--contained.cds--tabs--full-width .cds--tab--list {
|
40398
40561
|
display: grid;
|
40399
40562
|
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|
@@ -40526,6 +40689,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
40526
40689
|
inline-size: 3rem;
|
40527
40690
|
}
|
40528
40691
|
.cds--tabs .cds--tab--overflow-nav-button svg {
|
40692
|
+
z-index: 2;
|
40529
40693
|
fill: var(--cds-icon-primary, #161616);
|
40530
40694
|
}
|
40531
40695
|
.cds--tabs .cds--tab--overflow-nav-button--next {
|
@@ -40555,14 +40719,14 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
40555
40719
|
.cds--tabs .cds--tab--overflow-nav-button--previous::before {
|
40556
40720
|
position: absolute;
|
40557
40721
|
z-index: 1;
|
40558
|
-
background:
|
40722
|
+
background: var(--cds-background, #ffffff);
|
40559
40723
|
block-size: 100%;
|
40560
40724
|
content: "";
|
40561
|
-
inline-size:
|
40562
|
-
inset-inline-end:
|
40725
|
+
inline-size: 2.5rem;
|
40726
|
+
inset-inline-end: 0;
|
40563
40727
|
}
|
40564
40728
|
.cds--tabs.cds--tabs--contained .cds--tab--overflow-nav-button--previous::before {
|
40565
|
-
background
|
40729
|
+
background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--cds-layer-accent));
|
40566
40730
|
}
|
40567
40731
|
.cds--tabs .cds--tabs--light .cds--tabs__overflow-indicator--left {
|
40568
40732
|
background-image: linear-gradient(to left, rgba(255, 255, 255, 0), var(--cds-layer));
|
@@ -41247,6 +41411,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
41247
41411
|
}
|
41248
41412
|
|
41249
41413
|
.cds--tile--expandable.cds--tile--expandable--interactive {
|
41414
|
+
border: none;
|
41250
41415
|
cursor: default;
|
41251
41416
|
transition: max-height 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
41252
41417
|
}
|
@@ -41369,6 +41534,15 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
41369
41534
|
inset-inline-end: 2.5rem;
|
41370
41535
|
}
|
41371
41536
|
|
41537
|
+
.cds--tile.cds--tile--selectable.cds--tile--radio > .cds--slug {
|
41538
|
+
inset-inline-end: 1rem;
|
41539
|
+
transition: inset-inline-end 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
41540
|
+
}
|
41541
|
+
|
41542
|
+
.cds--tile.cds--tile--selectable.cds--tile--radio.cds--tile--is-selected > .cds--slug {
|
41543
|
+
inset-inline-end: 2.5rem;
|
41544
|
+
}
|
41545
|
+
|
41372
41546
|
.cds--tile.cds--tile--clickable > .cds--slug {
|
41373
41547
|
pointer-events: none;
|
41374
41548
|
}
|
@@ -41409,7 +41583,8 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
41409
41583
|
}
|
41410
41584
|
|
41411
41585
|
.cds--tile--slug.cds--tile--selectable:focus,
|
41412
|
-
.cds--tile--slug.cds--tile--clickable:focus
|
41586
|
+
.cds--tile--slug.cds--tile--clickable:focus,
|
41587
|
+
.cds--tile-input:focus + .cds--tile--slug.cds--tile {
|
41413
41588
|
outline-offset: -1px;
|
41414
41589
|
}
|
41415
41590
|
|
@@ -41433,10 +41608,20 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
41433
41608
|
.cds--tile--slug.cds--tile--selectable .cds--tile-content,
|
41434
41609
|
.cds--tile--slug.cds--tile--clickable .cds--tile-content {
|
41435
41610
|
position: relative;
|
41436
|
-
z-index: 1;
|
41437
41611
|
cursor: pointer;
|
41438
41612
|
}
|
41439
41613
|
|
41614
|
+
.cds--tile--slug.cds--tile--selectable .cds--tile-content,
|
41615
|
+
.cds--tile--slug.cds--tile--clickable .cds--tile-content,
|
41616
|
+
.cds--tile--slug.cds--tile--selectable > .cds--tile__checkmark,
|
41617
|
+
.cds--tile--slug.cds--tile--is-selected .cds--slug {
|
41618
|
+
z-index: 1;
|
41619
|
+
}
|
41620
|
+
|
41621
|
+
.cds--tile--slug.cds--tile--selectable .cds--slug:has(> .cds--popover--open) {
|
41622
|
+
z-index: 2;
|
41623
|
+
}
|
41624
|
+
|
41440
41625
|
.cds--tile--slug.cds--tile--selectable > .cds--slug,
|
41441
41626
|
.cds--tile--slug.cds--tile--selectable > .cds--tile__checkmark {
|
41442
41627
|
z-index: 1;
|