@carbon/charts 1.14.8 → 1.15.1
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/CHANGELOG.md +22 -0
- package/dist/{_baseEach-1m2Q78kz.mjs → _baseEach-FYvKsL62.mjs} +2 -2
- package/dist/{_baseEach-1m2Q78kz.mjs.map → _baseEach-FYvKsL62.mjs.map} +1 -1
- package/dist/{angle-utils-_Np6gcs-.mjs → angle-utils-f1TpgqMV.mjs} +12 -3
- package/dist/{angle-utils-_Np6gcs-.mjs.map → angle-utils-f1TpgqMV.mjs.map} +1 -1
- package/dist/{choropleth-UL_Hkrzw.mjs → choropleth-kGlHP3Ga.mjs} +1195 -1146
- package/dist/choropleth-kGlHP3Ga.mjs.map +1 -0
- package/dist/{color-scale-utils-C7DPeUvd.mjs → color-scale-utils-ePX_zGmy.mjs} +59 -51
- package/dist/color-scale-utils-ePX_zGmy.mjs.map +1 -0
- package/dist/components/axes/toolbar.d.ts +1 -1
- package/dist/components/essentials/tooltip.d.ts +2 -0
- package/dist/components/index.mjs +1 -1
- package/dist/configuration-non-customizable.d.ts +1 -0
- package/dist/demo/index.mjs +33 -33
- package/dist/demo/styles.css +172 -104
- package/dist/demo/styles.css.map +1 -1
- package/dist/enums-sKf02OL8.mjs +89 -0
- package/dist/enums-sKf02OL8.mjs.map +1 -0
- package/dist/{index-2XiCVv0D.mjs → index-937eoUHH.mjs} +2 -2
- package/dist/index-937eoUHH.mjs.map +1 -0
- package/dist/index.mjs +11 -11
- package/dist/interfaces/components.d.ts +7 -0
- package/dist/interfaces/events.d.ts +3 -1
- package/dist/interfaces/index.mjs +1 -1
- package/dist/model/index.mjs +1 -1
- package/dist/services/essentials/dom-utils.d.ts +4 -0
- package/dist/services/index.mjs +3 -3
- package/dist/styles.css +15 -0
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/dist/umd/bundle.umd.js +20 -20
- package/dist/umd/bundle.umd.js.map +1 -1
- package/dist/{wordcloud-o2Nu_Soc.mjs → wordcloud-w4x7neZf.mjs} +4 -4
- package/dist/{wordcloud-o2Nu_Soc.mjs.map → wordcloud-w4x7neZf.mjs.map} +1 -1
- package/dist/{zoom-DhO3eJ8-.mjs → zoom-gdS20wKV.mjs} +4 -4
- package/dist/{zoom-DhO3eJ8-.mjs.map → zoom-gdS20wKV.mjs.map} +1 -1
- package/package.json +11 -11
- package/scss/components/_tooltip.scss +4 -0
- package/styles.css +15 -0
- package/styles.min.css +1 -1
- package/dist/choropleth-UL_Hkrzw.mjs.map +0 -1
- package/dist/color-scale-utils-C7DPeUvd.mjs.map +0 -1
- package/dist/enums-lWSDG4ik.mjs +0 -89
- package/dist/enums-lWSDG4ik.mjs.map +0 -1
- package/dist/index-2XiCVv0D.mjs.map +0 -1
package/dist/demo/styles.css
CHANGED
|
@@ -4713,6 +4713,9 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
4713
4713
|
.cds--cc--tooltip .content-box {
|
|
4714
4714
|
color: var(--cds-text-primary, #161616);
|
|
4715
4715
|
}
|
|
4716
|
+
.cds--cc--tooltip .content-box .title-tooltip.title-tooltip-nowrap {
|
|
4717
|
+
width: max-content;
|
|
4718
|
+
}
|
|
4716
4719
|
.cds--cc--tooltip .content-box .title-tooltip {
|
|
4717
4720
|
width: auto;
|
|
4718
4721
|
padding: 4px;
|
|
@@ -5179,6 +5182,9 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
5179
5182
|
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
|
5180
5183
|
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
|
5181
5184
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
5185
|
+
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
5186
|
+
--cds-ai-skeleton-background: #b8d3ff;
|
|
5187
|
+
--cds-ai-skeleton-element-background: #001141;
|
|
5182
5188
|
--cds-background: #ffffff;
|
|
5183
5189
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
5184
5190
|
--cds-background-brand: #0f62fe;
|
|
@@ -5613,6 +5619,9 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
5613
5619
|
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
|
5614
5620
|
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
|
5615
5621
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
5622
|
+
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
5623
|
+
--cds-ai-skeleton-background: #b8d3ff;
|
|
5624
|
+
--cds-ai-skeleton-element-background: #001141;
|
|
5616
5625
|
--cds-background: #f4f4f4;
|
|
5617
5626
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
5618
5627
|
--cds-background-brand: #0f62fe;
|
|
@@ -6047,6 +6056,9 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
6047
6056
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
6048
6057
|
--cds-ai-gradient-start-02: transparent;
|
|
6049
6058
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
6059
|
+
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
6060
|
+
--cds-ai-skeleton-background: #0053ff;
|
|
6061
|
+
--cds-ai-skeleton-element-background: #001141;
|
|
6050
6062
|
--cds-background: #262626;
|
|
6051
6063
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
6052
6064
|
--cds-background-brand: #0f62fe;
|
|
@@ -6481,6 +6493,9 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
6481
6493
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
6482
6494
|
--cds-ai-gradient-start-02: transparent;
|
|
6483
6495
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
6496
|
+
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
6497
|
+
--cds-ai-skeleton-background: #0053ff;
|
|
6498
|
+
--cds-ai-skeleton-element-background: #001141;
|
|
6484
6499
|
--cds-background: #161616;
|
|
6485
6500
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
6486
6501
|
--cds-background-brand: #0f62fe;
|
|
@@ -8862,6 +8877,9 @@ em {
|
|
|
8862
8877
|
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
|
8863
8878
|
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
|
8864
8879
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
8880
|
+
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
8881
|
+
--cds-ai-skeleton-background: #b8d3ff;
|
|
8882
|
+
--cds-ai-skeleton-element-background: #001141;
|
|
8865
8883
|
--cds-background: #ffffff;
|
|
8866
8884
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
8867
8885
|
--cds-background-brand: #0f62fe;
|
|
@@ -9082,6 +9100,9 @@ em {
|
|
|
9082
9100
|
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
|
9083
9101
|
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
|
9084
9102
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
9103
|
+
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
9104
|
+
--cds-ai-skeleton-background: #b8d3ff;
|
|
9105
|
+
--cds-ai-skeleton-element-background: #001141;
|
|
9085
9106
|
--cds-background: #f4f4f4;
|
|
9086
9107
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
9087
9108
|
--cds-background-brand: #0f62fe;
|
|
@@ -9301,6 +9322,9 @@ em {
|
|
|
9301
9322
|
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
|
9302
9323
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
9303
9324
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
9325
|
+
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
9326
|
+
--cds-ai-skeleton-background: #0053ff;
|
|
9327
|
+
--cds-ai-skeleton-element-background: #001141;
|
|
9304
9328
|
--cds-background: #262626;
|
|
9305
9329
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
9306
9330
|
--cds-background-brand: #0f62fe;
|
|
@@ -9517,6 +9541,9 @@ em {
|
|
|
9517
9541
|
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
|
9518
9542
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
9519
9543
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
9544
|
+
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
9545
|
+
--cds-ai-skeleton-background: #0053ff;
|
|
9546
|
+
--cds-ai-skeleton-element-background: #001141;
|
|
9520
9547
|
--cds-background: #161616;
|
|
9521
9548
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
9522
9549
|
--cds-background-brand: #0f62fe;
|
|
@@ -10022,7 +10049,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
10022
10049
|
padding-block-start: 100%;
|
|
10023
10050
|
}
|
|
10024
10051
|
|
|
10025
|
-
@keyframes hide-feedback {
|
|
10052
|
+
@keyframes cds--hide-feedback {
|
|
10026
10053
|
0% {
|
|
10027
10054
|
opacity: 1;
|
|
10028
10055
|
visibility: inherit;
|
|
@@ -10032,7 +10059,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
10032
10059
|
visibility: hidden;
|
|
10033
10060
|
}
|
|
10034
10061
|
}
|
|
10035
|
-
@keyframes show-feedback {
|
|
10062
|
+
@keyframes cds--show-feedback {
|
|
10036
10063
|
0% {
|
|
10037
10064
|
opacity: 0;
|
|
10038
10065
|
visibility: hidden;
|
|
@@ -10042,7 +10069,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
10042
10069
|
visibility: inherit;
|
|
10043
10070
|
}
|
|
10044
10071
|
}
|
|
10045
|
-
@keyframes skeleton {
|
|
10072
|
+
@keyframes cds--skeleton {
|
|
10046
10073
|
0% {
|
|
10047
10074
|
opacity: 0.3;
|
|
10048
10075
|
transform: scaleX(0);
|
|
@@ -10941,7 +10968,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
10941
10968
|
}
|
|
10942
10969
|
.cds--btn.cds--skeleton::before {
|
|
10943
10970
|
position: absolute;
|
|
10944
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
10971
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
10945
10972
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
10946
10973
|
block-size: 100%;
|
|
10947
10974
|
content: "";
|
|
@@ -11384,6 +11411,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
11384
11411
|
outline: 2px solid transparent;
|
|
11385
11412
|
outline-offset: -2px;
|
|
11386
11413
|
background-color: var(--cds-layer);
|
|
11414
|
+
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
11387
11415
|
}
|
|
11388
11416
|
|
|
11389
11417
|
.cds--overflow-menu-options__option--disabled .cds--overflow-menu-options__btn svg {
|
|
@@ -11574,7 +11602,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
11574
11602
|
}
|
|
11575
11603
|
.cds--breadcrumb.cds--skeleton .cds--link::before {
|
|
11576
11604
|
position: absolute;
|
|
11577
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
11605
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
11578
11606
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
11579
11607
|
block-size: 100%;
|
|
11580
11608
|
content: "";
|
|
@@ -11712,6 +11740,10 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
11712
11740
|
border-radius: 1.5rem;
|
|
11713
11741
|
}
|
|
11714
11742
|
|
|
11743
|
+
.cds--chat-btn:not(.cds--chat-btn--with-icon) {
|
|
11744
|
+
padding-inline-end: 0.9375rem;
|
|
11745
|
+
}
|
|
11746
|
+
|
|
11715
11747
|
.cds--chat-btn.cds--btn--md {
|
|
11716
11748
|
border-radius: 1.25rem;
|
|
11717
11749
|
}
|
|
@@ -11911,7 +11943,7 @@ textarea:-webkit-autofill:focus {
|
|
|
11911
11943
|
}
|
|
11912
11944
|
.cds--label.cds--skeleton::before {
|
|
11913
11945
|
position: absolute;
|
|
11914
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
11946
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
11915
11947
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
11916
11948
|
block-size: 100%;
|
|
11917
11949
|
content: "";
|
|
@@ -12330,7 +12362,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
12330
12362
|
}
|
|
12331
12363
|
.cds--checkbox-label-text.cds--skeleton::before {
|
|
12332
12364
|
position: absolute;
|
|
12333
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
12365
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
12334
12366
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
12335
12367
|
block-size: 100%;
|
|
12336
12368
|
content: "";
|
|
@@ -12475,10 +12507,10 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
12475
12507
|
border: none;
|
|
12476
12508
|
}
|
|
12477
12509
|
.cds--copy-btn.cds--copy-btn--animating.cds--copy-btn--fade-out::before, .cds--copy-btn.cds--copy-btn--animating.cds--copy-btn--fade-out .cds--copy-btn__feedback {
|
|
12478
|
-
animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) hide-feedback;
|
|
12510
|
+
animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) cds--hide-feedback;
|
|
12479
12511
|
}
|
|
12480
12512
|
.cds--copy-btn.cds--copy-btn--animating.cds--copy-btn--fade-in::before, .cds--copy-btn.cds--copy-btn--animating.cds--copy-btn--fade-in .cds--copy-btn__feedback {
|
|
12481
|
-
animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) show-feedback;
|
|
12513
|
+
animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) cds--show-feedback;
|
|
12482
12514
|
}
|
|
12483
12515
|
|
|
12484
12516
|
.cds--copy-btn svg {
|
|
@@ -12631,12 +12663,12 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
12631
12663
|
|
|
12632
12664
|
.cds--snippet--inline.cds--copy-btn--animating.cds--copy-btn--fade-out::before,
|
|
12633
12665
|
.cds--snippet--inline.cds--copy-btn--animating.cds--copy-btn--fade-out .cds--copy-btn__feedback {
|
|
12634
|
-
animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) hide-feedback;
|
|
12666
|
+
animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) cds--hide-feedback;
|
|
12635
12667
|
}
|
|
12636
12668
|
|
|
12637
12669
|
.cds--snippet--inline.cds--copy-btn--animating.cds--copy-btn--fade-in::before,
|
|
12638
12670
|
.cds--snippet--inline.cds--copy-btn--animating.cds--copy-btn--fade-in .cds--copy-btn__feedback {
|
|
12639
|
-
animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) show-feedback;
|
|
12671
|
+
animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) cds--show-feedback;
|
|
12640
12672
|
}
|
|
12641
12673
|
|
|
12642
12674
|
.cds--snippet--inline code {
|
|
@@ -13065,7 +13097,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
13065
13097
|
}
|
|
13066
13098
|
.cds--snippet.cds--skeleton span::before {
|
|
13067
13099
|
position: absolute;
|
|
13068
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
13100
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
13069
13101
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
13070
13102
|
block-size: 100%;
|
|
13071
13103
|
content: "";
|
|
@@ -13327,7 +13359,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
13327
13359
|
.cds--text-input--password__visibility.cds--tooltip--visible::before, .cds--text-input--password__visibility.cds--tooltip--visible::after, .cds--text-input--password__visibility:hover::before, .cds--text-input--password__visibility:hover::after, .cds--text-input--password__visibility:focus::before, .cds--text-input--password__visibility:focus::after {
|
|
13328
13360
|
opacity: 1;
|
|
13329
13361
|
}
|
|
13330
|
-
@keyframes tooltip-fade {
|
|
13362
|
+
@keyframes cds--tooltip-fade {
|
|
13331
13363
|
from {
|
|
13332
13364
|
opacity: 0;
|
|
13333
13365
|
}
|
|
@@ -13347,7 +13379,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
13347
13379
|
.cds--text-input--password__visibility.cds--tooltip--visible + .cds--assistive-text, .cds--text-input--password__visibility.cds--tooltip--visible.cds--tooltip--a11y::before, .cds--text-input--password__visibility:hover .cds--assistive-text,
|
|
13348
13380
|
.cds--text-input--password__visibility:hover + .cds--assistive-text, .cds--text-input--password__visibility:hover.cds--tooltip--a11y::before, .cds--text-input--password__visibility:focus .cds--assistive-text,
|
|
13349
13381
|
.cds--text-input--password__visibility:focus + .cds--assistive-text, .cds--text-input--password__visibility:focus.cds--tooltip--a11y::before {
|
|
13350
|
-
animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
13382
|
+
animation: cds--tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
13351
13383
|
}
|
|
13352
13384
|
.cds--text-input--password__visibility.cds--tooltip--hidden .cds--assistive-text, .cds--text-input--password__visibility.cds--tooltip--hidden + .cds--assistive-text {
|
|
13353
13385
|
overflow: hidden;
|
|
@@ -13524,7 +13556,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
13524
13556
|
}
|
|
13525
13557
|
.cds--skeleton.cds--text-input::before {
|
|
13526
13558
|
position: absolute;
|
|
13527
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
13559
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
13528
13560
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
13529
13561
|
block-size: 100%;
|
|
13530
13562
|
content: "";
|
|
@@ -14007,7 +14039,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
14007
14039
|
}
|
|
14008
14040
|
.cds--tag.cds--skeleton::before {
|
|
14009
14041
|
position: absolute;
|
|
14010
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
14042
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
14011
14043
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
14012
14044
|
block-size: 100%;
|
|
14013
14045
|
content: "";
|
|
@@ -15822,6 +15854,8 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
15822
15854
|
inline-size: 1px;
|
|
15823
15855
|
visibility: inherit;
|
|
15824
15856
|
white-space: nowrap;
|
|
15857
|
+
margin-block-start: 0.9rem;
|
|
15858
|
+
margin-inline-start: 0.63rem;
|
|
15825
15859
|
visibility: inherit;
|
|
15826
15860
|
}
|
|
15827
15861
|
|
|
@@ -15984,7 +16018,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
15984
16018
|
}
|
|
15985
16019
|
.cds--radio-button__label.cds--skeleton::before {
|
|
15986
16020
|
position: absolute;
|
|
15987
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
16021
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
15988
16022
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
15989
16023
|
block-size: 100%;
|
|
15990
16024
|
content: "";
|
|
@@ -17205,7 +17239,7 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
17205
17239
|
.cds--search--md.cds--skeleton .cds--search-input::before,
|
|
17206
17240
|
.cds--search--sm.cds--skeleton .cds--search-input::before {
|
|
17207
17241
|
position: absolute;
|
|
17208
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
17242
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
17209
17243
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
17210
17244
|
block-size: 100%;
|
|
17211
17245
|
content: "";
|
|
@@ -18247,7 +18281,7 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
18247
18281
|
.cds--data-table.cds--skeleton th span::before,
|
|
18248
18282
|
.cds--data-table.cds--skeleton td span::before {
|
|
18249
18283
|
position: absolute;
|
|
18250
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
18284
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
18251
18285
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
18252
18286
|
block-size: 100%;
|
|
18253
18287
|
content: "";
|
|
@@ -18300,7 +18334,7 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
18300
18334
|
}
|
|
18301
18335
|
.cds--data-table-container.cds--skeleton .cds--data-table-header__title::before {
|
|
18302
18336
|
position: absolute;
|
|
18303
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
18337
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
18304
18338
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
18305
18339
|
block-size: 100%;
|
|
18306
18340
|
content: "";
|
|
@@ -18331,7 +18365,7 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
18331
18365
|
}
|
|
18332
18366
|
.cds--data-table-container.cds--skeleton .cds--data-table-header__description::before {
|
|
18333
18367
|
position: absolute;
|
|
18334
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
18368
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
18335
18369
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
18336
18370
|
block-size: 100%;
|
|
18337
18371
|
content: "";
|
|
@@ -19329,7 +19363,7 @@ th .cds--table-sort__flex {
|
|
|
19329
19363
|
.cds--date-picker.cds--skeleton input::before,
|
|
19330
19364
|
.cds--date-picker__input.cds--skeleton::before {
|
|
19331
19365
|
position: absolute;
|
|
19332
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
19366
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
19333
19367
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
19334
19368
|
block-size: 100%;
|
|
19335
19369
|
content: "";
|
|
@@ -19364,7 +19398,7 @@ th .cds--table-sort__flex {
|
|
|
19364
19398
|
}
|
|
19365
19399
|
.cds--date-picker.cds--skeleton .cds--label::before {
|
|
19366
19400
|
position: absolute;
|
|
19367
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
19401
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
19368
19402
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
19369
19403
|
block-size: 100%;
|
|
19370
19404
|
content: "";
|
|
@@ -19834,7 +19868,7 @@ button.cds--dropdown-text:focus {
|
|
|
19834
19868
|
.cds--dropdown-v2.cds--skeleton::before,
|
|
19835
19869
|
.cds--dropdown.cds--skeleton::before {
|
|
19836
19870
|
position: absolute;
|
|
19837
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
19871
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
19838
19872
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
19839
19873
|
block-size: 100%;
|
|
19840
19874
|
content: "";
|
|
@@ -19872,6 +19906,10 @@ button.cds--dropdown-text:focus {
|
|
|
19872
19906
|
border-block-end-color: var(--cds-border-subtle);
|
|
19873
19907
|
}
|
|
19874
19908
|
|
|
19909
|
+
.cds--dropdown--inline.cds--dropdown--readonly {
|
|
19910
|
+
border-block-end-color: transparent;
|
|
19911
|
+
}
|
|
19912
|
+
|
|
19875
19913
|
.cds--dropdown--readonly .cds--list-box__field,
|
|
19876
19914
|
.cds--dropdown--readonly .cds--list-box__menu-icon {
|
|
19877
19915
|
cursor: default;
|
|
@@ -19892,7 +19930,7 @@ button.cds--dropdown-text:focus {
|
|
|
19892
19930
|
animation-duration: 690ms;
|
|
19893
19931
|
animation-fill-mode: forwards;
|
|
19894
19932
|
animation-iteration-count: infinite;
|
|
19895
|
-
animation-name: rotate;
|
|
19933
|
+
animation-name: cds--rotate;
|
|
19896
19934
|
animation-timing-function: linear;
|
|
19897
19935
|
block-size: 5.5rem;
|
|
19898
19936
|
inline-size: 5.5rem;
|
|
@@ -19904,7 +19942,7 @@ button.cds--dropdown-text:focus {
|
|
|
19904
19942
|
}
|
|
19905
19943
|
.cds--loading svg circle {
|
|
19906
19944
|
animation-duration: 10ms;
|
|
19907
|
-
animation-name: init-stroke;
|
|
19945
|
+
animation-name: cds--init-stroke;
|
|
19908
19946
|
animation-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
|
|
19909
19947
|
}
|
|
19910
19948
|
@media screen and (prefers-reduced-motion: reduce) {
|
|
@@ -19933,13 +19971,13 @@ button.cds--dropdown-text:focus {
|
|
|
19933
19971
|
}
|
|
19934
19972
|
|
|
19935
19973
|
.cds--loading--stop {
|
|
19936
|
-
animation: rotate-end-p1 700ms cubic-bezier(0, 0, 0.25, 1) forwards, rotate-end-p2 700ms cubic-bezier(0, 0, 0.25, 1) 700ms forwards;
|
|
19974
|
+
animation: cds--rotate-end-p1 700ms cubic-bezier(0, 0, 0.25, 1) forwards, cds--rotate-end-p2 700ms cubic-bezier(0, 0, 0.25, 1) 700ms forwards;
|
|
19937
19975
|
}
|
|
19938
19976
|
.cds--loading--stop svg circle {
|
|
19939
19977
|
animation-delay: 700ms;
|
|
19940
19978
|
animation-duration: 700ms;
|
|
19941
19979
|
animation-fill-mode: forwards;
|
|
19942
|
-
animation-name: stroke-end;
|
|
19980
|
+
animation-name: cds--stroke-end;
|
|
19943
19981
|
animation-timing-function: cubic-bezier(0, 0, 0.25, 1);
|
|
19944
19982
|
}
|
|
19945
19983
|
@media screen and (prefers-reduced-motion: reduce) {
|
|
@@ -19992,7 +20030,7 @@ button.cds--dropdown-text:focus {
|
|
|
19992
20030
|
display: none;
|
|
19993
20031
|
}
|
|
19994
20032
|
|
|
19995
|
-
@keyframes rotate {
|
|
20033
|
+
@keyframes cds--rotate {
|
|
19996
20034
|
0% {
|
|
19997
20035
|
transform: rotate(0deg);
|
|
19998
20036
|
}
|
|
@@ -20000,18 +20038,18 @@ button.cds--dropdown-text:focus {
|
|
|
20000
20038
|
transform: rotate(360deg);
|
|
20001
20039
|
}
|
|
20002
20040
|
}
|
|
20003
|
-
@keyframes rotate-end-p1 {
|
|
20041
|
+
@keyframes cds--rotate-end-p1 {
|
|
20004
20042
|
100% {
|
|
20005
20043
|
transform: rotate(360deg);
|
|
20006
20044
|
}
|
|
20007
20045
|
}
|
|
20008
|
-
@keyframes rotate-end-p2 {
|
|
20046
|
+
@keyframes cds--rotate-end-p2 {
|
|
20009
20047
|
100% {
|
|
20010
20048
|
transform: rotate(-360deg);
|
|
20011
20049
|
}
|
|
20012
20050
|
}
|
|
20013
20051
|
/* Stroke animations */
|
|
20014
|
-
@keyframes init-stroke {
|
|
20052
|
+
@keyframes cds--init-stroke {
|
|
20015
20053
|
0% {
|
|
20016
20054
|
stroke-dashoffset: 276.4608;
|
|
20017
20055
|
}
|
|
@@ -20019,7 +20057,7 @@ button.cds--dropdown-text:focus {
|
|
|
20019
20057
|
stroke-dashoffset: 52.527552;
|
|
20020
20058
|
}
|
|
20021
20059
|
}
|
|
20022
|
-
@keyframes stroke-end {
|
|
20060
|
+
@keyframes cds--stroke-end {
|
|
20023
20061
|
0% {
|
|
20024
20062
|
stroke-dashoffset: 52.527552;
|
|
20025
20063
|
}
|
|
@@ -21599,7 +21637,7 @@ button.cds--dropdown-text:focus {
|
|
|
21599
21637
|
}
|
|
21600
21638
|
.cds--number.cds--skeleton::before {
|
|
21601
21639
|
position: absolute;
|
|
21602
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
21640
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
21603
21641
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
21604
21642
|
block-size: 100%;
|
|
21605
21643
|
content: "";
|
|
@@ -22186,7 +22224,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
22186
22224
|
}
|
|
22187
22225
|
.cds--select.cds--skeleton::before {
|
|
22188
22226
|
position: absolute;
|
|
22189
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
22227
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
22190
22228
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
22191
22229
|
block-size: 100%;
|
|
22192
22230
|
content: "";
|
|
@@ -22547,7 +22585,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
22547
22585
|
}
|
|
22548
22586
|
.cds--text-area.cds--skeleton::before {
|
|
22549
22587
|
position: absolute;
|
|
22550
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
22588
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
22551
22589
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
22552
22590
|
block-size: 100%;
|
|
22553
22591
|
content: "";
|
|
@@ -23086,7 +23124,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
23086
23124
|
inline-size: 50%;
|
|
23087
23125
|
}
|
|
23088
23126
|
|
|
23089
|
-
@keyframes stroke {
|
|
23127
|
+
@keyframes prefix--stroke {
|
|
23090
23128
|
100% {
|
|
23091
23129
|
stroke-dashoffset: 0;
|
|
23092
23130
|
}
|
|
@@ -23129,7 +23167,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
23129
23167
|
.cds--inline-loading__checkmark {
|
|
23130
23168
|
animation-duration: 250ms;
|
|
23131
23169
|
animation-fill-mode: forwards;
|
|
23132
|
-
animation-name: stroke;
|
|
23170
|
+
animation-name: cds--stroke;
|
|
23133
23171
|
fill: none;
|
|
23134
23172
|
stroke: var(--cds-interactive, #0f62fe);
|
|
23135
23173
|
stroke-dasharray: 12;
|
|
@@ -23595,52 +23633,13 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
23595
23633
|
|
|
23596
23634
|
.cds--modal-scroll-content {
|
|
23597
23635
|
border-block-end: 2px solid transparent;
|
|
23636
|
+
mask-image: linear-gradient(to bottom, var(--cds-layer) calc(100% - 80px), transparent calc(100% - 48px), transparent 100%), linear-gradient(to left, var(--cds-layer) 0, 16px, transparent 16px), linear-gradient(to right, var(--cds-layer) 0, 2px, transparent 2px), linear-gradient(to top, var(--cds-layer) 0, 2px, transparent 2px);
|
|
23598
23637
|
}
|
|
23599
23638
|
|
|
23600
23639
|
.cds--modal-scroll-content > *:last-child {
|
|
23601
23640
|
padding-block-end: 1.5rem;
|
|
23602
23641
|
}
|
|
23603
23642
|
|
|
23604
|
-
.cds--modal-content--overflow-indicator {
|
|
23605
|
-
position: absolute;
|
|
23606
|
-
background: var(--cds-layer);
|
|
23607
|
-
block-size: 3rem;
|
|
23608
|
-
grid-column: 1/-1;
|
|
23609
|
-
grid-row: 2/-2;
|
|
23610
|
-
inline-size: calc(100% - 1rem);
|
|
23611
|
-
inset-block-end: 0;
|
|
23612
|
-
inset-inline-start: 0;
|
|
23613
|
-
pointer-events: none;
|
|
23614
|
-
}
|
|
23615
|
-
.cds--modal-content--overflow-indicator::before {
|
|
23616
|
-
position: absolute;
|
|
23617
|
-
background-image: linear-gradient(to bottom, transparent, var(--cds-layer));
|
|
23618
|
-
block-size: 2rem;
|
|
23619
|
-
content: "";
|
|
23620
|
-
inline-size: 100%;
|
|
23621
|
-
inset-block-start: -32px;
|
|
23622
|
-
pointer-events: none;
|
|
23623
|
-
}
|
|
23624
|
-
|
|
23625
|
-
@media not all and (min-resolution >= 0.001dpcm) {
|
|
23626
|
-
@supports (-webkit-appearance: none) and (stroke-color: transparent) {
|
|
23627
|
-
.cds--modal-content--overflow-indicator {
|
|
23628
|
-
background-image: linear-gradient(to bottom, rgba(var(--cds-layer), 0), var(--cds-layer));
|
|
23629
|
-
}
|
|
23630
|
-
}
|
|
23631
|
-
}
|
|
23632
|
-
.cds--modal-content:focus ~ .cds--modal-content--overflow-indicator {
|
|
23633
|
-
margin: 0 2px 2px;
|
|
23634
|
-
}
|
|
23635
|
-
|
|
23636
|
-
@media screen and (-ms-high-contrast: active) {
|
|
23637
|
-
.cds--modal-scroll-content > *:last-child {
|
|
23638
|
-
padding-block-end: 0;
|
|
23639
|
-
}
|
|
23640
|
-
.cds--modal-content--overflow-indicator {
|
|
23641
|
-
display: none;
|
|
23642
|
-
}
|
|
23643
|
-
}
|
|
23644
23643
|
.cds--modal-footer {
|
|
23645
23644
|
display: flex;
|
|
23646
23645
|
justify-content: flex-end;
|
|
@@ -23712,14 +23711,20 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
23712
23711
|
margin: 0;
|
|
23713
23712
|
}
|
|
23714
23713
|
|
|
23714
|
+
.cds--modal--slug.cds--modal {
|
|
23715
|
+
background-color: var(--cds-ai-overlay, rgba(0, 17, 65, 0.5));
|
|
23716
|
+
}
|
|
23717
|
+
|
|
23715
23718
|
.cds--modal--slug .cds--modal-container {
|
|
23716
|
-
background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-
|
|
23719
|
+
background: linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)) 0%, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)), var(--cds-layer, var(--cds-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)), var(--cds-layer, var(--cds-background, #ffffff))) border-box;
|
|
23720
|
+
border: 1px solid transparent;
|
|
23717
23721
|
background-color: var(--cds-layer);
|
|
23722
|
+
box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)), 0 4px 10px 2px var(--cds-ai-drop-shadow, rgba(15, 98, 254, 0.32));
|
|
23718
23723
|
}
|
|
23719
23724
|
|
|
23720
|
-
.cds--modal--slug .cds--modal-container:has(.cds--
|
|
23721
|
-
background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) calc(0% + 64px), var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-
|
|
23722
|
-
|
|
23725
|
+
.cds--modal--slug .cds--modal-container:has(.cds--modal-footer) {
|
|
23726
|
+
background: linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)) calc(0% + 64px), var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) calc(0% + 64px), var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)), var(--cds-layer, var(--cds-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)), var(--cds-layer, var(--cds-background, #ffffff))) border-box;
|
|
23727
|
+
box-shadow: inset 0 -80px 0 -16px var(--cds-layer), inset 0 -160px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)), 0 4px 10px 2px var(--cds-ai-drop-shadow, rgba(15, 98, 254, 0.32));
|
|
23723
23728
|
}
|
|
23724
23729
|
|
|
23725
23730
|
.cds--modal--slug .cds--slug {
|
|
@@ -23728,13 +23733,22 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
23728
23733
|
inset-inline-end: 0;
|
|
23729
23734
|
}
|
|
23730
23735
|
|
|
23736
|
+
.cds--modal--slug .cds--modal-content.cds--modal-scroll-content {
|
|
23737
|
+
mask-image: linear-gradient(to bottom, var(--cds-layer) calc(100% - 80px), transparent calc(100% - 48px), transparent 100%), linear-gradient(to left, var(--cds-layer) 0, 16px, transparent 16px), linear-gradient(to right, var(--cds-layer) 0, 2px, transparent 2px), linear-gradient(to top, var(--cds-layer) 0, 2px, transparent 2px);
|
|
23738
|
+
}
|
|
23739
|
+
|
|
23731
23740
|
.cds--modal-header > .cds--slug:has(+ .cds--modal-close-button),
|
|
23732
23741
|
.cds--modal-header > .cds--modal-close-button ~ .cds--slug,
|
|
23733
23742
|
.cds--modal--slug .cds--modal-container-body > .cds--slug {
|
|
23734
23743
|
inset-inline-end: 3rem;
|
|
23735
23744
|
}
|
|
23736
23745
|
|
|
23737
|
-
|
|
23746
|
+
.cds--modal--slug .cds--modal-content--overflow-indicator::before,
|
|
23747
|
+
.cds--modal--slug .cds--modal-content--overflow-indicator {
|
|
23748
|
+
display: none;
|
|
23749
|
+
}
|
|
23750
|
+
|
|
23751
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
23738
23752
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
23739
23753
|
.cds--modal-close__icon {
|
|
23740
23754
|
fill: ButtonText;
|
|
@@ -23748,7 +23762,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
23748
23762
|
}
|
|
23749
23763
|
}
|
|
23750
23764
|
|
|
23751
|
-
/* stylelint-enable */
|
|
23765
|
+
/* stylelint-enable no-duplicate-selectors */
|
|
23752
23766
|
.cds--inline-notification {
|
|
23753
23767
|
position: relative;
|
|
23754
23768
|
display: flex;
|
|
@@ -25577,7 +25591,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25577
25591
|
position: absolute;
|
|
25578
25592
|
animation-duration: 1400ms;
|
|
25579
25593
|
animation-iteration-count: infinite;
|
|
25580
|
-
animation-name: progress-bar-indeterminate;
|
|
25594
|
+
animation-name: cds--progress-bar-indeterminate;
|
|
25581
25595
|
animation-timing-function: linear;
|
|
25582
25596
|
background-image: linear-gradient(90deg, var(--cds-interactive, #0f62fe) 12.5%, transparent 12.5%);
|
|
25583
25597
|
background-position-x: 0%;
|
|
@@ -25587,7 +25601,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25587
25601
|
}
|
|
25588
25602
|
|
|
25589
25603
|
[dir=rtl] .cds--progress-bar--indeterminate .cds--progress-bar__track::after {
|
|
25590
|
-
animation-name: progress-bar-indeterminate-rtl;
|
|
25604
|
+
animation-name: cds--progress-bar-indeterminate-rtl;
|
|
25591
25605
|
}
|
|
25592
25606
|
|
|
25593
25607
|
.cds--progress-bar__helper-text {
|
|
@@ -25640,7 +25654,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25640
25654
|
margin-inline-end: 0;
|
|
25641
25655
|
}
|
|
25642
25656
|
|
|
25643
|
-
@keyframes progress-bar-indeterminate {
|
|
25657
|
+
@keyframes cds--progress-bar-indeterminate {
|
|
25644
25658
|
0% {
|
|
25645
25659
|
background-position-x: 25%;
|
|
25646
25660
|
}
|
|
@@ -25648,7 +25662,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25648
25662
|
background-position-x: -105%;
|
|
25649
25663
|
}
|
|
25650
25664
|
}
|
|
25651
|
-
@keyframes progress-bar-indeterminate-rtl {
|
|
25665
|
+
@keyframes cds--progress-bar-indeterminate-rtl {
|
|
25652
25666
|
0% {
|
|
25653
25667
|
background-position-x: -105%;
|
|
25654
25668
|
}
|
|
@@ -25952,7 +25966,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25952
25966
|
}
|
|
25953
25967
|
.cds--progress.cds--skeleton .cds--progress-label::before {
|
|
25954
25968
|
position: absolute;
|
|
25955
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
25969
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
25956
25970
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
25957
25971
|
block-size: 100%;
|
|
25958
25972
|
content: "";
|
|
@@ -26021,6 +26035,14 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26021
26035
|
inset-inline-start: 0;
|
|
26022
26036
|
}
|
|
26023
26037
|
|
|
26038
|
+
@keyframes ai-skeleton-animation {
|
|
26039
|
+
0% {
|
|
26040
|
+
transform: translateX(-100%);
|
|
26041
|
+
}
|
|
26042
|
+
100% {
|
|
26043
|
+
transform: translateX(100%);
|
|
26044
|
+
}
|
|
26045
|
+
}
|
|
26024
26046
|
.cds--icon--skeleton {
|
|
26025
26047
|
position: relative;
|
|
26026
26048
|
padding: 0;
|
|
@@ -26039,7 +26061,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26039
26061
|
}
|
|
26040
26062
|
.cds--icon--skeleton::before {
|
|
26041
26063
|
position: absolute;
|
|
26042
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
26064
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
26043
26065
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
26044
26066
|
block-size: 100%;
|
|
26045
26067
|
content: "";
|
|
@@ -26069,7 +26091,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26069
26091
|
}
|
|
26070
26092
|
.cds--skeleton__placeholder::before {
|
|
26071
26093
|
position: absolute;
|
|
26072
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
26094
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
26073
26095
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
26074
26096
|
block-size: 100%;
|
|
26075
26097
|
content: "";
|
|
@@ -26100,7 +26122,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26100
26122
|
}
|
|
26101
26123
|
.cds--skeleton__text::before {
|
|
26102
26124
|
position: absolute;
|
|
26103
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
26125
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
26104
26126
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
26105
26127
|
block-size: 100%;
|
|
26106
26128
|
content: "";
|
|
@@ -26117,6 +26139,37 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26117
26139
|
block-size: 1.5rem;
|
|
26118
26140
|
}
|
|
26119
26141
|
|
|
26142
|
+
.cds--skeleton__text--ai,
|
|
26143
|
+
.cds--skeleton__placeholder--ai,
|
|
26144
|
+
.cds--skeleton__icon--ai {
|
|
26145
|
+
overflow: hidden;
|
|
26146
|
+
background: var(--cds-ai-skeleton-background, #b8d3ff);
|
|
26147
|
+
}
|
|
26148
|
+
|
|
26149
|
+
.cds--skeleton__text--ai::before,
|
|
26150
|
+
.cds--skeleton__placeholder--ai::before,
|
|
26151
|
+
.cds--skeleton__icon--ai::before {
|
|
26152
|
+
animation: 1250ms ease-in-out ai-skeleton-animation infinite;
|
|
26153
|
+
background: linear-gradient(to right, rgba(0, 17, 65, 0) 0%, rgba(0, 17, 65, 0.5) 50%, rgba(0, 17, 65, 0) 100%);
|
|
26154
|
+
}
|
|
26155
|
+
|
|
26156
|
+
.cds--skeleton__placeholder--ai::before,
|
|
26157
|
+
.cds--skeleton__icon--ai::before {
|
|
26158
|
+
inline-size: 200%;
|
|
26159
|
+
}
|
|
26160
|
+
|
|
26161
|
+
.cds--skeleton__placeholder--ai {
|
|
26162
|
+
border-radius: 0.5rem;
|
|
26163
|
+
}
|
|
26164
|
+
|
|
26165
|
+
.cds--skeleton__text--ai {
|
|
26166
|
+
border-radius: 1rem;
|
|
26167
|
+
}
|
|
26168
|
+
|
|
26169
|
+
.cds--skeleton__icon--ai {
|
|
26170
|
+
border-radius: 0.125rem;
|
|
26171
|
+
}
|
|
26172
|
+
|
|
26120
26173
|
.cds--slider-container {
|
|
26121
26174
|
position: relative;
|
|
26122
26175
|
display: flex;
|
|
@@ -26488,7 +26541,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26488
26541
|
}
|
|
26489
26542
|
.cds--slider-container.cds--skeleton .cds--slider__range-label::before {
|
|
26490
26543
|
position: absolute;
|
|
26491
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
26544
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
26492
26545
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
26493
26546
|
block-size: 100%;
|
|
26494
26547
|
content: "";
|
|
@@ -26902,7 +26955,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26902
26955
|
}
|
|
26903
26956
|
|
|
26904
26957
|
.cds--slug.cds--slug--enabled .cds--slug-content {
|
|
26905
|
-
background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)), var(--cds-background, var(--cds-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)), var(--cds-background, var(--cds-background, #ffffff))) border-box;
|
|
26958
|
+
background: linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)) 0%, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)), var(--cds-background, var(--cds-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)), var(--cds-background, var(--cds-background, #ffffff))) border-box;
|
|
26906
26959
|
border: 1px solid transparent;
|
|
26907
26960
|
border-radius: 0.5rem;
|
|
26908
26961
|
box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)), -40px 30px 100px -25px var(--cds-slug-callout-shadow-outer-01, rgba(0, 67, 206, 0.25)), -60px 80px 60px -45px var(--cds-slug-callout-shadow-outer-02, rgba(0, 0, 0, 0.1));
|
|
@@ -27374,7 +27427,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
27374
27427
|
}
|
|
27375
27428
|
.cds--structured-list.cds--skeleton span::before {
|
|
27376
27429
|
position: absolute;
|
|
27377
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
27430
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
27378
27431
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
27379
27432
|
block-size: 100%;
|
|
27380
27433
|
content: "";
|
|
@@ -27845,6 +27898,10 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
27845
27898
|
}
|
|
27846
27899
|
}
|
|
27847
27900
|
|
|
27901
|
+
.cds--tabs--contained ~ .cds--tab-content {
|
|
27902
|
+
background: var(--cds-layer);
|
|
27903
|
+
}
|
|
27904
|
+
|
|
27848
27905
|
.cds--tab-content--interactive:focus {
|
|
27849
27906
|
outline: none;
|
|
27850
27907
|
}
|
|
@@ -27884,7 +27941,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
27884
27941
|
}
|
|
27885
27942
|
.cds--tabs.cds--skeleton .cds--tabs__nav-link span::before {
|
|
27886
27943
|
position: absolute;
|
|
27887
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
27944
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
27888
27945
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
27889
27946
|
block-size: 100%;
|
|
27890
27947
|
content: "";
|
|
@@ -28186,10 +28243,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
28186
28243
|
}
|
|
28187
28244
|
}
|
|
28188
28245
|
|
|
28189
|
-
.cds--tile-content__above-the-fold {
|
|
28190
|
-
display: block;
|
|
28191
|
-
}
|
|
28192
|
-
|
|
28193
28246
|
.cds--tile-content__below-the-fold {
|
|
28194
28247
|
display: block;
|
|
28195
28248
|
opacity: 0;
|
|
@@ -28297,13 +28350,13 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
28297
28350
|
}
|
|
28298
28351
|
|
|
28299
28352
|
.cds--tile--slug.cds--tile {
|
|
28300
|
-
background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)), var(--cds-layer, var(--cds-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)), var(--cds-layer, var(--cds-background, #ffffff))) border-box;
|
|
28353
|
+
background: linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)) 0%, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)), var(--cds-layer, var(--cds-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)), var(--cds-layer, var(--cds-background, #ffffff))) border-box;
|
|
28301
28354
|
border: 1px solid transparent;
|
|
28302
28355
|
box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)), 0 4px 10px 2px var(--cds-ai-drop-shadow, rgba(15, 98, 254, 0.32));
|
|
28303
28356
|
}
|
|
28304
28357
|
|
|
28305
28358
|
.cds--tile--slug.cds--tile--expandable:hover {
|
|
28306
|
-
background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)), var(--cds-layer, var(--cds-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)), var(--cds-layer, var(--cds-background, #ffffff))) border-box;
|
|
28359
|
+
background: linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)) 0%, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)), var(--cds-layer, var(--cds-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-layer, var(--cds-background, #ffffff)), var(--cds-layer, var(--cds-background, #ffffff))) border-box;
|
|
28307
28360
|
}
|
|
28308
28361
|
|
|
28309
28362
|
.cds--tile--slug.cds--tile--selectable::before,
|
|
@@ -28679,7 +28732,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
28679
28732
|
}
|
|
28680
28733
|
.cds--toggle--skeleton .cds--toggle__skeleton-circle::before {
|
|
28681
28734
|
position: absolute;
|
|
28682
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
28735
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
28683
28736
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
28684
28737
|
block-size: 100%;
|
|
28685
28738
|
content: "";
|
|
@@ -28710,7 +28763,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
28710
28763
|
}
|
|
28711
28764
|
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle::before {
|
|
28712
28765
|
position: absolute;
|
|
28713
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
28766
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
28714
28767
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
28715
28768
|
block-size: 100%;
|
|
28716
28769
|
content: "";
|
|
@@ -30996,6 +31049,9 @@ html {
|
|
|
30996
31049
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
30997
31050
|
--cds-ai-gradient-start-02: transparent;
|
|
30998
31051
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
31052
|
+
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
31053
|
+
--cds-ai-skeleton-background: #0053ff;
|
|
31054
|
+
--cds-ai-skeleton-element-background: #001141;
|
|
30999
31055
|
--cds-background: #161616;
|
|
31000
31056
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
31001
31057
|
--cds-background-brand: #0f62fe;
|
|
@@ -31486,6 +31542,9 @@ html[data-carbon-theme=white] {
|
|
|
31486
31542
|
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
|
31487
31543
|
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
|
31488
31544
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
31545
|
+
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
31546
|
+
--cds-ai-skeleton-background: #b8d3ff;
|
|
31547
|
+
--cds-ai-skeleton-element-background: #001141;
|
|
31489
31548
|
--cds-background: #ffffff;
|
|
31490
31549
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
31491
31550
|
--cds-background-brand: #0f62fe;
|
|
@@ -31975,6 +32034,9 @@ html[data-carbon-theme=g10] {
|
|
|
31975
32034
|
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
|
31976
32035
|
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
|
31977
32036
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
32037
|
+
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
32038
|
+
--cds-ai-skeleton-background: #b8d3ff;
|
|
32039
|
+
--cds-ai-skeleton-element-background: #001141;
|
|
31978
32040
|
--cds-background: #f4f4f4;
|
|
31979
32041
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
31980
32042
|
--cds-background-brand: #0f62fe;
|
|
@@ -32464,6 +32526,9 @@ html[data-carbon-theme=g90] {
|
|
|
32464
32526
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
32465
32527
|
--cds-ai-gradient-start-02: transparent;
|
|
32466
32528
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
32529
|
+
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
32530
|
+
--cds-ai-skeleton-background: #0053ff;
|
|
32531
|
+
--cds-ai-skeleton-element-background: #001141;
|
|
32467
32532
|
--cds-background: #262626;
|
|
32468
32533
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
32469
32534
|
--cds-background-brand: #0f62fe;
|
|
@@ -32953,6 +33018,9 @@ html[data-carbon-theme=g100] {
|
|
|
32953
33018
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
32954
33019
|
--cds-ai-gradient-start-02: transparent;
|
|
32955
33020
|
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
|
33021
|
+
--cds-ai-overlay: rgba(0, 17, 65, 0.5);
|
|
33022
|
+
--cds-ai-skeleton-background: #0053ff;
|
|
33023
|
+
--cds-ai-skeleton-element-background: #001141;
|
|
32956
33024
|
--cds-background: #161616;
|
|
32957
33025
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
32958
33026
|
--cds-background-brand: #0f62fe;
|