@carbon/charts 1.15.0 → 1.15.2
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/{choropleth-o3sAu5GZ.mjs → choropleth-iPofCoEr.mjs} +1251 -1251
- package/dist/choropleth-iPofCoEr.mjs.map +1 -0
- package/dist/components/index.mjs +1 -1
- package/dist/demo/index.mjs +32 -32
- package/dist/demo/styles.css +169 -104
- package/dist/demo/styles.css.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/model/index.mjs +1 -1
- package/dist/styles.css +12 -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 +19 -19
- package/dist/umd/bundle.umd.js.map +1 -1
- package/dist/{wordcloud-w4x7neZf.mjs → wordcloud-EFHcMnWt.mjs} +267 -261
- package/dist/wordcloud-EFHcMnWt.mjs.map +1 -0
- package/package.json +11 -11
- package/styles.css +12 -0
- package/styles.min.css +1 -1
- package/dist/choropleth-o3sAu5GZ.mjs.map +0 -1
- package/dist/wordcloud-w4x7neZf.mjs.map +0 -1
package/dist/demo/styles.css
CHANGED
|
@@ -5182,6 +5182,9 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
5182
5182
|
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
|
5183
5183
|
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
|
5184
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;
|
|
5185
5188
|
--cds-background: #ffffff;
|
|
5186
5189
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
5187
5190
|
--cds-background-brand: #0f62fe;
|
|
@@ -5616,6 +5619,9 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
5616
5619
|
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
|
5617
5620
|
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
|
5618
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;
|
|
5619
5625
|
--cds-background: #f4f4f4;
|
|
5620
5626
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
5621
5627
|
--cds-background-brand: #0f62fe;
|
|
@@ -6050,6 +6056,9 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
6050
6056
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
6051
6057
|
--cds-ai-gradient-start-02: transparent;
|
|
6052
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;
|
|
6053
6062
|
--cds-background: #262626;
|
|
6054
6063
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
6055
6064
|
--cds-background-brand: #0f62fe;
|
|
@@ -6484,6 +6493,9 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
6484
6493
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
6485
6494
|
--cds-ai-gradient-start-02: transparent;
|
|
6486
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;
|
|
6487
6499
|
--cds-background: #161616;
|
|
6488
6500
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
6489
6501
|
--cds-background-brand: #0f62fe;
|
|
@@ -8865,6 +8877,9 @@ em {
|
|
|
8865
8877
|
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
|
8866
8878
|
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
|
8867
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;
|
|
8868
8883
|
--cds-background: #ffffff;
|
|
8869
8884
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
8870
8885
|
--cds-background-brand: #0f62fe;
|
|
@@ -9085,6 +9100,9 @@ em {
|
|
|
9085
9100
|
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
|
9086
9101
|
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
|
9087
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;
|
|
9088
9106
|
--cds-background: #f4f4f4;
|
|
9089
9107
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
9090
9108
|
--cds-background-brand: #0f62fe;
|
|
@@ -9304,6 +9322,9 @@ em {
|
|
|
9304
9322
|
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
|
9305
9323
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
9306
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;
|
|
9307
9328
|
--cds-background: #262626;
|
|
9308
9329
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
9309
9330
|
--cds-background-brand: #0f62fe;
|
|
@@ -9520,6 +9541,9 @@ em {
|
|
|
9520
9541
|
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
|
9521
9542
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
9522
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;
|
|
9523
9547
|
--cds-background: #161616;
|
|
9524
9548
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
9525
9549
|
--cds-background-brand: #0f62fe;
|
|
@@ -10025,7 +10049,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
10025
10049
|
padding-block-start: 100%;
|
|
10026
10050
|
}
|
|
10027
10051
|
|
|
10028
|
-
@keyframes hide-feedback {
|
|
10052
|
+
@keyframes cds--hide-feedback {
|
|
10029
10053
|
0% {
|
|
10030
10054
|
opacity: 1;
|
|
10031
10055
|
visibility: inherit;
|
|
@@ -10035,7 +10059,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
10035
10059
|
visibility: hidden;
|
|
10036
10060
|
}
|
|
10037
10061
|
}
|
|
10038
|
-
@keyframes show-feedback {
|
|
10062
|
+
@keyframes cds--show-feedback {
|
|
10039
10063
|
0% {
|
|
10040
10064
|
opacity: 0;
|
|
10041
10065
|
visibility: hidden;
|
|
@@ -10045,7 +10069,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
10045
10069
|
visibility: inherit;
|
|
10046
10070
|
}
|
|
10047
10071
|
}
|
|
10048
|
-
@keyframes skeleton {
|
|
10072
|
+
@keyframes cds--skeleton {
|
|
10049
10073
|
0% {
|
|
10050
10074
|
opacity: 0.3;
|
|
10051
10075
|
transform: scaleX(0);
|
|
@@ -10944,7 +10968,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
10944
10968
|
}
|
|
10945
10969
|
.cds--btn.cds--skeleton::before {
|
|
10946
10970
|
position: absolute;
|
|
10947
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
10971
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
10948
10972
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
10949
10973
|
block-size: 100%;
|
|
10950
10974
|
content: "";
|
|
@@ -11387,6 +11411,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
11387
11411
|
outline: 2px solid transparent;
|
|
11388
11412
|
outline-offset: -2px;
|
|
11389
11413
|
background-color: var(--cds-layer);
|
|
11414
|
+
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
11390
11415
|
}
|
|
11391
11416
|
|
|
11392
11417
|
.cds--overflow-menu-options__option--disabled .cds--overflow-menu-options__btn svg {
|
|
@@ -11577,7 +11602,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
11577
11602
|
}
|
|
11578
11603
|
.cds--breadcrumb.cds--skeleton .cds--link::before {
|
|
11579
11604
|
position: absolute;
|
|
11580
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
11605
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
11581
11606
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
11582
11607
|
block-size: 100%;
|
|
11583
11608
|
content: "";
|
|
@@ -11715,6 +11740,10 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
11715
11740
|
border-radius: 1.5rem;
|
|
11716
11741
|
}
|
|
11717
11742
|
|
|
11743
|
+
.cds--chat-btn:not(.cds--chat-btn--with-icon) {
|
|
11744
|
+
padding-inline-end: 0.9375rem;
|
|
11745
|
+
}
|
|
11746
|
+
|
|
11718
11747
|
.cds--chat-btn.cds--btn--md {
|
|
11719
11748
|
border-radius: 1.25rem;
|
|
11720
11749
|
}
|
|
@@ -11914,7 +11943,7 @@ textarea:-webkit-autofill:focus {
|
|
|
11914
11943
|
}
|
|
11915
11944
|
.cds--label.cds--skeleton::before {
|
|
11916
11945
|
position: absolute;
|
|
11917
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
11946
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
11918
11947
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
11919
11948
|
block-size: 100%;
|
|
11920
11949
|
content: "";
|
|
@@ -12333,7 +12362,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
12333
12362
|
}
|
|
12334
12363
|
.cds--checkbox-label-text.cds--skeleton::before {
|
|
12335
12364
|
position: absolute;
|
|
12336
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
12365
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
12337
12366
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
12338
12367
|
block-size: 100%;
|
|
12339
12368
|
content: "";
|
|
@@ -12478,10 +12507,10 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
12478
12507
|
border: none;
|
|
12479
12508
|
}
|
|
12480
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 {
|
|
12481
|
-
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;
|
|
12482
12511
|
}
|
|
12483
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 {
|
|
12484
|
-
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;
|
|
12485
12514
|
}
|
|
12486
12515
|
|
|
12487
12516
|
.cds--copy-btn svg {
|
|
@@ -12634,12 +12663,12 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
12634
12663
|
|
|
12635
12664
|
.cds--snippet--inline.cds--copy-btn--animating.cds--copy-btn--fade-out::before,
|
|
12636
12665
|
.cds--snippet--inline.cds--copy-btn--animating.cds--copy-btn--fade-out .cds--copy-btn__feedback {
|
|
12637
|
-
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;
|
|
12638
12667
|
}
|
|
12639
12668
|
|
|
12640
12669
|
.cds--snippet--inline.cds--copy-btn--animating.cds--copy-btn--fade-in::before,
|
|
12641
12670
|
.cds--snippet--inline.cds--copy-btn--animating.cds--copy-btn--fade-in .cds--copy-btn__feedback {
|
|
12642
|
-
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;
|
|
12643
12672
|
}
|
|
12644
12673
|
|
|
12645
12674
|
.cds--snippet--inline code {
|
|
@@ -13068,7 +13097,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
13068
13097
|
}
|
|
13069
13098
|
.cds--snippet.cds--skeleton span::before {
|
|
13070
13099
|
position: absolute;
|
|
13071
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
13100
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
13072
13101
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
13073
13102
|
block-size: 100%;
|
|
13074
13103
|
content: "";
|
|
@@ -13330,7 +13359,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
13330
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 {
|
|
13331
13360
|
opacity: 1;
|
|
13332
13361
|
}
|
|
13333
|
-
@keyframes tooltip-fade {
|
|
13362
|
+
@keyframes cds--tooltip-fade {
|
|
13334
13363
|
from {
|
|
13335
13364
|
opacity: 0;
|
|
13336
13365
|
}
|
|
@@ -13350,7 +13379,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
13350
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,
|
|
13351
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,
|
|
13352
13381
|
.cds--text-input--password__visibility:focus + .cds--assistive-text, .cds--text-input--password__visibility:focus.cds--tooltip--a11y::before {
|
|
13353
|
-
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);
|
|
13354
13383
|
}
|
|
13355
13384
|
.cds--text-input--password__visibility.cds--tooltip--hidden .cds--assistive-text, .cds--text-input--password__visibility.cds--tooltip--hidden + .cds--assistive-text {
|
|
13356
13385
|
overflow: hidden;
|
|
@@ -13527,7 +13556,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
13527
13556
|
}
|
|
13528
13557
|
.cds--skeleton.cds--text-input::before {
|
|
13529
13558
|
position: absolute;
|
|
13530
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
13559
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
13531
13560
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
13532
13561
|
block-size: 100%;
|
|
13533
13562
|
content: "";
|
|
@@ -14010,7 +14039,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
14010
14039
|
}
|
|
14011
14040
|
.cds--tag.cds--skeleton::before {
|
|
14012
14041
|
position: absolute;
|
|
14013
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
14042
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
14014
14043
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
14015
14044
|
block-size: 100%;
|
|
14016
14045
|
content: "";
|
|
@@ -15825,6 +15854,8 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
15825
15854
|
inline-size: 1px;
|
|
15826
15855
|
visibility: inherit;
|
|
15827
15856
|
white-space: nowrap;
|
|
15857
|
+
margin-block-start: 0.9rem;
|
|
15858
|
+
margin-inline-start: 0.63rem;
|
|
15828
15859
|
visibility: inherit;
|
|
15829
15860
|
}
|
|
15830
15861
|
|
|
@@ -15987,7 +16018,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
15987
16018
|
}
|
|
15988
16019
|
.cds--radio-button__label.cds--skeleton::before {
|
|
15989
16020
|
position: absolute;
|
|
15990
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
16021
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
15991
16022
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
15992
16023
|
block-size: 100%;
|
|
15993
16024
|
content: "";
|
|
@@ -17208,7 +17239,7 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
17208
17239
|
.cds--search--md.cds--skeleton .cds--search-input::before,
|
|
17209
17240
|
.cds--search--sm.cds--skeleton .cds--search-input::before {
|
|
17210
17241
|
position: absolute;
|
|
17211
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
17242
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
17212
17243
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
17213
17244
|
block-size: 100%;
|
|
17214
17245
|
content: "";
|
|
@@ -18250,7 +18281,7 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
18250
18281
|
.cds--data-table.cds--skeleton th span::before,
|
|
18251
18282
|
.cds--data-table.cds--skeleton td span::before {
|
|
18252
18283
|
position: absolute;
|
|
18253
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
18284
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
18254
18285
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
18255
18286
|
block-size: 100%;
|
|
18256
18287
|
content: "";
|
|
@@ -18303,7 +18334,7 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
18303
18334
|
}
|
|
18304
18335
|
.cds--data-table-container.cds--skeleton .cds--data-table-header__title::before {
|
|
18305
18336
|
position: absolute;
|
|
18306
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
18337
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
18307
18338
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
18308
18339
|
block-size: 100%;
|
|
18309
18340
|
content: "";
|
|
@@ -18334,7 +18365,7 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
18334
18365
|
}
|
|
18335
18366
|
.cds--data-table-container.cds--skeleton .cds--data-table-header__description::before {
|
|
18336
18367
|
position: absolute;
|
|
18337
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
18368
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
18338
18369
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
18339
18370
|
block-size: 100%;
|
|
18340
18371
|
content: "";
|
|
@@ -19332,7 +19363,7 @@ th .cds--table-sort__flex {
|
|
|
19332
19363
|
.cds--date-picker.cds--skeleton input::before,
|
|
19333
19364
|
.cds--date-picker__input.cds--skeleton::before {
|
|
19334
19365
|
position: absolute;
|
|
19335
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
19366
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
19336
19367
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
19337
19368
|
block-size: 100%;
|
|
19338
19369
|
content: "";
|
|
@@ -19367,7 +19398,7 @@ th .cds--table-sort__flex {
|
|
|
19367
19398
|
}
|
|
19368
19399
|
.cds--date-picker.cds--skeleton .cds--label::before {
|
|
19369
19400
|
position: absolute;
|
|
19370
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
19401
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
19371
19402
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
19372
19403
|
block-size: 100%;
|
|
19373
19404
|
content: "";
|
|
@@ -19837,7 +19868,7 @@ button.cds--dropdown-text:focus {
|
|
|
19837
19868
|
.cds--dropdown-v2.cds--skeleton::before,
|
|
19838
19869
|
.cds--dropdown.cds--skeleton::before {
|
|
19839
19870
|
position: absolute;
|
|
19840
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
19871
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
19841
19872
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
19842
19873
|
block-size: 100%;
|
|
19843
19874
|
content: "";
|
|
@@ -19875,6 +19906,10 @@ button.cds--dropdown-text:focus {
|
|
|
19875
19906
|
border-block-end-color: var(--cds-border-subtle);
|
|
19876
19907
|
}
|
|
19877
19908
|
|
|
19909
|
+
.cds--dropdown--inline.cds--dropdown--readonly {
|
|
19910
|
+
border-block-end-color: transparent;
|
|
19911
|
+
}
|
|
19912
|
+
|
|
19878
19913
|
.cds--dropdown--readonly .cds--list-box__field,
|
|
19879
19914
|
.cds--dropdown--readonly .cds--list-box__menu-icon {
|
|
19880
19915
|
cursor: default;
|
|
@@ -19895,7 +19930,7 @@ button.cds--dropdown-text:focus {
|
|
|
19895
19930
|
animation-duration: 690ms;
|
|
19896
19931
|
animation-fill-mode: forwards;
|
|
19897
19932
|
animation-iteration-count: infinite;
|
|
19898
|
-
animation-name: rotate;
|
|
19933
|
+
animation-name: cds--rotate;
|
|
19899
19934
|
animation-timing-function: linear;
|
|
19900
19935
|
block-size: 5.5rem;
|
|
19901
19936
|
inline-size: 5.5rem;
|
|
@@ -19907,7 +19942,7 @@ button.cds--dropdown-text:focus {
|
|
|
19907
19942
|
}
|
|
19908
19943
|
.cds--loading svg circle {
|
|
19909
19944
|
animation-duration: 10ms;
|
|
19910
|
-
animation-name: init-stroke;
|
|
19945
|
+
animation-name: cds--init-stroke;
|
|
19911
19946
|
animation-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
|
|
19912
19947
|
}
|
|
19913
19948
|
@media screen and (prefers-reduced-motion: reduce) {
|
|
@@ -19936,13 +19971,13 @@ button.cds--dropdown-text:focus {
|
|
|
19936
19971
|
}
|
|
19937
19972
|
|
|
19938
19973
|
.cds--loading--stop {
|
|
19939
|
-
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;
|
|
19940
19975
|
}
|
|
19941
19976
|
.cds--loading--stop svg circle {
|
|
19942
19977
|
animation-delay: 700ms;
|
|
19943
19978
|
animation-duration: 700ms;
|
|
19944
19979
|
animation-fill-mode: forwards;
|
|
19945
|
-
animation-name: stroke-end;
|
|
19980
|
+
animation-name: cds--stroke-end;
|
|
19946
19981
|
animation-timing-function: cubic-bezier(0, 0, 0.25, 1);
|
|
19947
19982
|
}
|
|
19948
19983
|
@media screen and (prefers-reduced-motion: reduce) {
|
|
@@ -19995,7 +20030,7 @@ button.cds--dropdown-text:focus {
|
|
|
19995
20030
|
display: none;
|
|
19996
20031
|
}
|
|
19997
20032
|
|
|
19998
|
-
@keyframes rotate {
|
|
20033
|
+
@keyframes cds--rotate {
|
|
19999
20034
|
0% {
|
|
20000
20035
|
transform: rotate(0deg);
|
|
20001
20036
|
}
|
|
@@ -20003,18 +20038,18 @@ button.cds--dropdown-text:focus {
|
|
|
20003
20038
|
transform: rotate(360deg);
|
|
20004
20039
|
}
|
|
20005
20040
|
}
|
|
20006
|
-
@keyframes rotate-end-p1 {
|
|
20041
|
+
@keyframes cds--rotate-end-p1 {
|
|
20007
20042
|
100% {
|
|
20008
20043
|
transform: rotate(360deg);
|
|
20009
20044
|
}
|
|
20010
20045
|
}
|
|
20011
|
-
@keyframes rotate-end-p2 {
|
|
20046
|
+
@keyframes cds--rotate-end-p2 {
|
|
20012
20047
|
100% {
|
|
20013
20048
|
transform: rotate(-360deg);
|
|
20014
20049
|
}
|
|
20015
20050
|
}
|
|
20016
20051
|
/* Stroke animations */
|
|
20017
|
-
@keyframes init-stroke {
|
|
20052
|
+
@keyframes cds--init-stroke {
|
|
20018
20053
|
0% {
|
|
20019
20054
|
stroke-dashoffset: 276.4608;
|
|
20020
20055
|
}
|
|
@@ -20022,7 +20057,7 @@ button.cds--dropdown-text:focus {
|
|
|
20022
20057
|
stroke-dashoffset: 52.527552;
|
|
20023
20058
|
}
|
|
20024
20059
|
}
|
|
20025
|
-
@keyframes stroke-end {
|
|
20060
|
+
@keyframes cds--stroke-end {
|
|
20026
20061
|
0% {
|
|
20027
20062
|
stroke-dashoffset: 52.527552;
|
|
20028
20063
|
}
|
|
@@ -21602,7 +21637,7 @@ button.cds--dropdown-text:focus {
|
|
|
21602
21637
|
}
|
|
21603
21638
|
.cds--number.cds--skeleton::before {
|
|
21604
21639
|
position: absolute;
|
|
21605
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
21640
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
21606
21641
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
21607
21642
|
block-size: 100%;
|
|
21608
21643
|
content: "";
|
|
@@ -22189,7 +22224,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
22189
22224
|
}
|
|
22190
22225
|
.cds--select.cds--skeleton::before {
|
|
22191
22226
|
position: absolute;
|
|
22192
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
22227
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
22193
22228
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
22194
22229
|
block-size: 100%;
|
|
22195
22230
|
content: "";
|
|
@@ -22550,7 +22585,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
22550
22585
|
}
|
|
22551
22586
|
.cds--text-area.cds--skeleton::before {
|
|
22552
22587
|
position: absolute;
|
|
22553
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
22588
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
22554
22589
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
22555
22590
|
block-size: 100%;
|
|
22556
22591
|
content: "";
|
|
@@ -23089,7 +23124,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
23089
23124
|
inline-size: 50%;
|
|
23090
23125
|
}
|
|
23091
23126
|
|
|
23092
|
-
@keyframes stroke {
|
|
23127
|
+
@keyframes prefix--stroke {
|
|
23093
23128
|
100% {
|
|
23094
23129
|
stroke-dashoffset: 0;
|
|
23095
23130
|
}
|
|
@@ -23132,7 +23167,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
23132
23167
|
.cds--inline-loading__checkmark {
|
|
23133
23168
|
animation-duration: 250ms;
|
|
23134
23169
|
animation-fill-mode: forwards;
|
|
23135
|
-
animation-name: stroke;
|
|
23170
|
+
animation-name: cds--stroke;
|
|
23136
23171
|
fill: none;
|
|
23137
23172
|
stroke: var(--cds-interactive, #0f62fe);
|
|
23138
23173
|
stroke-dasharray: 12;
|
|
@@ -23598,52 +23633,13 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
23598
23633
|
|
|
23599
23634
|
.cds--modal-scroll-content {
|
|
23600
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);
|
|
23601
23637
|
}
|
|
23602
23638
|
|
|
23603
23639
|
.cds--modal-scroll-content > *:last-child {
|
|
23604
23640
|
padding-block-end: 1.5rem;
|
|
23605
23641
|
}
|
|
23606
23642
|
|
|
23607
|
-
.cds--modal-content--overflow-indicator {
|
|
23608
|
-
position: absolute;
|
|
23609
|
-
background: var(--cds-layer);
|
|
23610
|
-
block-size: 3rem;
|
|
23611
|
-
grid-column: 1/-1;
|
|
23612
|
-
grid-row: 2/-2;
|
|
23613
|
-
inline-size: calc(100% - 1rem);
|
|
23614
|
-
inset-block-end: 0;
|
|
23615
|
-
inset-inline-start: 0;
|
|
23616
|
-
pointer-events: none;
|
|
23617
|
-
}
|
|
23618
|
-
.cds--modal-content--overflow-indicator::before {
|
|
23619
|
-
position: absolute;
|
|
23620
|
-
background-image: linear-gradient(to bottom, transparent, var(--cds-layer));
|
|
23621
|
-
block-size: 2rem;
|
|
23622
|
-
content: "";
|
|
23623
|
-
inline-size: 100%;
|
|
23624
|
-
inset-block-start: -32px;
|
|
23625
|
-
pointer-events: none;
|
|
23626
|
-
}
|
|
23627
|
-
|
|
23628
|
-
@media not all and (min-resolution >= 0.001dpcm) {
|
|
23629
|
-
@supports (-webkit-appearance: none) and (stroke-color: transparent) {
|
|
23630
|
-
.cds--modal-content--overflow-indicator {
|
|
23631
|
-
background-image: linear-gradient(to bottom, rgba(var(--cds-layer), 0), var(--cds-layer));
|
|
23632
|
-
}
|
|
23633
|
-
}
|
|
23634
|
-
}
|
|
23635
|
-
.cds--modal-content:focus ~ .cds--modal-content--overflow-indicator {
|
|
23636
|
-
margin: 0 2px 2px;
|
|
23637
|
-
}
|
|
23638
|
-
|
|
23639
|
-
@media screen and (-ms-high-contrast: active) {
|
|
23640
|
-
.cds--modal-scroll-content > *:last-child {
|
|
23641
|
-
padding-block-end: 0;
|
|
23642
|
-
}
|
|
23643
|
-
.cds--modal-content--overflow-indicator {
|
|
23644
|
-
display: none;
|
|
23645
|
-
}
|
|
23646
|
-
}
|
|
23647
23643
|
.cds--modal-footer {
|
|
23648
23644
|
display: flex;
|
|
23649
23645
|
justify-content: flex-end;
|
|
@@ -23715,14 +23711,20 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
23715
23711
|
margin: 0;
|
|
23716
23712
|
}
|
|
23717
23713
|
|
|
23714
|
+
.cds--modal--slug.cds--modal {
|
|
23715
|
+
background-color: var(--cds-ai-overlay, rgba(0, 17, 65, 0.5));
|
|
23716
|
+
}
|
|
23717
|
+
|
|
23718
23718
|
.cds--modal--slug .cds--modal-container {
|
|
23719
|
-
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;
|
|
23720
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));
|
|
23721
23723
|
}
|
|
23722
23724
|
|
|
23723
|
-
.cds--modal--slug .cds--modal-container:has(.cds--
|
|
23724
|
-
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-
|
|
23725
|
-
|
|
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));
|
|
23726
23728
|
}
|
|
23727
23729
|
|
|
23728
23730
|
.cds--modal--slug .cds--slug {
|
|
@@ -23731,13 +23733,22 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
23731
23733
|
inset-inline-end: 0;
|
|
23732
23734
|
}
|
|
23733
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
|
+
|
|
23734
23740
|
.cds--modal-header > .cds--slug:has(+ .cds--modal-close-button),
|
|
23735
23741
|
.cds--modal-header > .cds--modal-close-button ~ .cds--slug,
|
|
23736
23742
|
.cds--modal--slug .cds--modal-container-body > .cds--slug {
|
|
23737
23743
|
inset-inline-end: 3rem;
|
|
23738
23744
|
}
|
|
23739
23745
|
|
|
23740
|
-
|
|
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 */
|
|
23741
23752
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
23742
23753
|
.cds--modal-close__icon {
|
|
23743
23754
|
fill: ButtonText;
|
|
@@ -23751,7 +23762,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
23751
23762
|
}
|
|
23752
23763
|
}
|
|
23753
23764
|
|
|
23754
|
-
/* stylelint-enable */
|
|
23765
|
+
/* stylelint-enable no-duplicate-selectors */
|
|
23755
23766
|
.cds--inline-notification {
|
|
23756
23767
|
position: relative;
|
|
23757
23768
|
display: flex;
|
|
@@ -25580,7 +25591,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25580
25591
|
position: absolute;
|
|
25581
25592
|
animation-duration: 1400ms;
|
|
25582
25593
|
animation-iteration-count: infinite;
|
|
25583
|
-
animation-name: progress-bar-indeterminate;
|
|
25594
|
+
animation-name: cds--progress-bar-indeterminate;
|
|
25584
25595
|
animation-timing-function: linear;
|
|
25585
25596
|
background-image: linear-gradient(90deg, var(--cds-interactive, #0f62fe) 12.5%, transparent 12.5%);
|
|
25586
25597
|
background-position-x: 0%;
|
|
@@ -25590,7 +25601,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25590
25601
|
}
|
|
25591
25602
|
|
|
25592
25603
|
[dir=rtl] .cds--progress-bar--indeterminate .cds--progress-bar__track::after {
|
|
25593
|
-
animation-name: progress-bar-indeterminate-rtl;
|
|
25604
|
+
animation-name: cds--progress-bar-indeterminate-rtl;
|
|
25594
25605
|
}
|
|
25595
25606
|
|
|
25596
25607
|
.cds--progress-bar__helper-text {
|
|
@@ -25643,7 +25654,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25643
25654
|
margin-inline-end: 0;
|
|
25644
25655
|
}
|
|
25645
25656
|
|
|
25646
|
-
@keyframes progress-bar-indeterminate {
|
|
25657
|
+
@keyframes cds--progress-bar-indeterminate {
|
|
25647
25658
|
0% {
|
|
25648
25659
|
background-position-x: 25%;
|
|
25649
25660
|
}
|
|
@@ -25651,7 +25662,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25651
25662
|
background-position-x: -105%;
|
|
25652
25663
|
}
|
|
25653
25664
|
}
|
|
25654
|
-
@keyframes progress-bar-indeterminate-rtl {
|
|
25665
|
+
@keyframes cds--progress-bar-indeterminate-rtl {
|
|
25655
25666
|
0% {
|
|
25656
25667
|
background-position-x: -105%;
|
|
25657
25668
|
}
|
|
@@ -25955,7 +25966,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25955
25966
|
}
|
|
25956
25967
|
.cds--progress.cds--skeleton .cds--progress-label::before {
|
|
25957
25968
|
position: absolute;
|
|
25958
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
25969
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
25959
25970
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
25960
25971
|
block-size: 100%;
|
|
25961
25972
|
content: "";
|
|
@@ -26024,6 +26035,14 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26024
26035
|
inset-inline-start: 0;
|
|
26025
26036
|
}
|
|
26026
26037
|
|
|
26038
|
+
@keyframes ai-skeleton-animation {
|
|
26039
|
+
0% {
|
|
26040
|
+
transform: translateX(-100%);
|
|
26041
|
+
}
|
|
26042
|
+
100% {
|
|
26043
|
+
transform: translateX(100%);
|
|
26044
|
+
}
|
|
26045
|
+
}
|
|
26027
26046
|
.cds--icon--skeleton {
|
|
26028
26047
|
position: relative;
|
|
26029
26048
|
padding: 0;
|
|
@@ -26042,7 +26061,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26042
26061
|
}
|
|
26043
26062
|
.cds--icon--skeleton::before {
|
|
26044
26063
|
position: absolute;
|
|
26045
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
26064
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
26046
26065
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
26047
26066
|
block-size: 100%;
|
|
26048
26067
|
content: "";
|
|
@@ -26072,7 +26091,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26072
26091
|
}
|
|
26073
26092
|
.cds--skeleton__placeholder::before {
|
|
26074
26093
|
position: absolute;
|
|
26075
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
26094
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
26076
26095
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
26077
26096
|
block-size: 100%;
|
|
26078
26097
|
content: "";
|
|
@@ -26103,7 +26122,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26103
26122
|
}
|
|
26104
26123
|
.cds--skeleton__text::before {
|
|
26105
26124
|
position: absolute;
|
|
26106
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
26125
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
26107
26126
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
26108
26127
|
block-size: 100%;
|
|
26109
26128
|
content: "";
|
|
@@ -26120,6 +26139,37 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26120
26139
|
block-size: 1.5rem;
|
|
26121
26140
|
}
|
|
26122
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
|
+
|
|
26123
26173
|
.cds--slider-container {
|
|
26124
26174
|
position: relative;
|
|
26125
26175
|
display: flex;
|
|
@@ -26491,7 +26541,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26491
26541
|
}
|
|
26492
26542
|
.cds--slider-container.cds--skeleton .cds--slider__range-label::before {
|
|
26493
26543
|
position: absolute;
|
|
26494
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
26544
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
26495
26545
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
26496
26546
|
block-size: 100%;
|
|
26497
26547
|
content: "";
|
|
@@ -26905,7 +26955,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26905
26955
|
}
|
|
26906
26956
|
|
|
26907
26957
|
.cds--slug.cds--slug--enabled .cds--slug-content {
|
|
26908
|
-
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;
|
|
26909
26959
|
border: 1px solid transparent;
|
|
26910
26960
|
border-radius: 0.5rem;
|
|
26911
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));
|
|
@@ -27377,7 +27427,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
27377
27427
|
}
|
|
27378
27428
|
.cds--structured-list.cds--skeleton span::before {
|
|
27379
27429
|
position: absolute;
|
|
27380
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
27430
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
27381
27431
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
27382
27432
|
block-size: 100%;
|
|
27383
27433
|
content: "";
|
|
@@ -27848,6 +27898,10 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
27848
27898
|
}
|
|
27849
27899
|
}
|
|
27850
27900
|
|
|
27901
|
+
.cds--tabs--contained ~ .cds--tab-content {
|
|
27902
|
+
background: var(--cds-layer);
|
|
27903
|
+
}
|
|
27904
|
+
|
|
27851
27905
|
.cds--tab-content--interactive:focus {
|
|
27852
27906
|
outline: none;
|
|
27853
27907
|
}
|
|
@@ -27887,7 +27941,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
27887
27941
|
}
|
|
27888
27942
|
.cds--tabs.cds--skeleton .cds--tabs__nav-link span::before {
|
|
27889
27943
|
position: absolute;
|
|
27890
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
27944
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
27891
27945
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
27892
27946
|
block-size: 100%;
|
|
27893
27947
|
content: "";
|
|
@@ -28189,10 +28243,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
28189
28243
|
}
|
|
28190
28244
|
}
|
|
28191
28245
|
|
|
28192
|
-
.cds--tile-content__above-the-fold {
|
|
28193
|
-
display: block;
|
|
28194
|
-
}
|
|
28195
|
-
|
|
28196
28246
|
.cds--tile-content__below-the-fold {
|
|
28197
28247
|
display: block;
|
|
28198
28248
|
opacity: 0;
|
|
@@ -28300,13 +28350,13 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
28300
28350
|
}
|
|
28301
28351
|
|
|
28302
28352
|
.cds--tile--slug.cds--tile {
|
|
28303
|
-
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;
|
|
28304
28354
|
border: 1px solid transparent;
|
|
28305
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));
|
|
28306
28356
|
}
|
|
28307
28357
|
|
|
28308
28358
|
.cds--tile--slug.cds--tile--expandable:hover {
|
|
28309
|
-
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;
|
|
28310
28360
|
}
|
|
28311
28361
|
|
|
28312
28362
|
.cds--tile--slug.cds--tile--selectable::before,
|
|
@@ -28682,7 +28732,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
28682
28732
|
}
|
|
28683
28733
|
.cds--toggle--skeleton .cds--toggle__skeleton-circle::before {
|
|
28684
28734
|
position: absolute;
|
|
28685
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
28735
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
28686
28736
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
28687
28737
|
block-size: 100%;
|
|
28688
28738
|
content: "";
|
|
@@ -28713,7 +28763,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
28713
28763
|
}
|
|
28714
28764
|
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle::before {
|
|
28715
28765
|
position: absolute;
|
|
28716
|
-
animation: 3000ms ease-in-out skeleton infinite;
|
|
28766
|
+
animation: 3000ms ease-in-out cds--skeleton infinite;
|
|
28717
28767
|
background: var(--cds-skeleton-element, #c6c6c6);
|
|
28718
28768
|
block-size: 100%;
|
|
28719
28769
|
content: "";
|
|
@@ -30999,6 +31049,9 @@ html {
|
|
|
30999
31049
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
31000
31050
|
--cds-ai-gradient-start-02: transparent;
|
|
31001
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;
|
|
31002
31055
|
--cds-background: #161616;
|
|
31003
31056
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
31004
31057
|
--cds-background-brand: #0f62fe;
|
|
@@ -31489,6 +31542,9 @@ html[data-carbon-theme=white] {
|
|
|
31489
31542
|
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
|
31490
31543
|
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
|
31491
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;
|
|
31492
31548
|
--cds-background: #ffffff;
|
|
31493
31549
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
31494
31550
|
--cds-background-brand: #0f62fe;
|
|
@@ -31978,6 +32034,9 @@ html[data-carbon-theme=g10] {
|
|
|
31978
32034
|
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
|
31979
32035
|
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
|
31980
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;
|
|
31981
32040
|
--cds-background: #f4f4f4;
|
|
31982
32041
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
31983
32042
|
--cds-background-brand: #0f62fe;
|
|
@@ -32467,6 +32526,9 @@ html[data-carbon-theme=g90] {
|
|
|
32467
32526
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
32468
32527
|
--cds-ai-gradient-start-02: transparent;
|
|
32469
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;
|
|
32470
32532
|
--cds-background: #262626;
|
|
32471
32533
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
32472
32534
|
--cds-background-brand: #0f62fe;
|
|
@@ -32956,6 +33018,9 @@ html[data-carbon-theme=g100] {
|
|
|
32956
33018
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
|
32957
33019
|
--cds-ai-gradient-start-02: transparent;
|
|
32958
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;
|
|
32959
33024
|
--cds-background: #161616;
|
|
32960
33025
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
32961
33026
|
--cds-background-brand: #0f62fe;
|