carbon-components-angular 5.11.1 → 5.12.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/docs/documentation/components/ContentSwitcher.html +1 -1
- package/docs/documentation/components/Toggle.html +188 -197
- package/docs/documentation/coverage.html +1 -1
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
- package/docs/documentation/modules/CodeSnippetModule.html +4 -4
- package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +38 -42
- package/docs/documentation/modules/DatePickerInputModule.html +38 -42
- package/docs/documentation/modules/FileUploaderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/FileUploaderModule.html +4 -4
- package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
- package/docs/documentation/modules/NumberModule.html +4 -4
- package/docs/documentation/modules/PanelModule/dependencies.svg +36 -36
- package/docs/documentation/modules/PanelModule.html +36 -36
- package/docs/documentation/modules/RadioModule/dependencies.svg +49 -49
- package/docs/documentation/modules/RadioModule.html +49 -49
- package/docs/documentation/modules/SelectModule/dependencies.svg +43 -43
- package/docs/documentation/modules/SelectModule.html +43 -43
- package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SliderModule.html +4 -4
- package/docs/documentation/modules/TableModule/dependencies.svg +216 -216
- package/docs/documentation/modules/TableModule.html +216 -216
- package/docs/documentation/modules/TabsModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TabsModule.html +4 -4
- package/docs/documentation/modules/TagModule/dependencies.svg +29 -29
- package/docs/documentation/modules/TagModule.html +29 -29
- package/docs/documentation/modules/ThemeModule/dependencies.svg +14 -14
- package/docs/documentation/modules/ThemeModule.html +14 -14
- package/docs/documentation/modules/TilesModule/dependencies.svg +8 -8
- package/docs/documentation/modules/TilesModule.html +8 -8
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +26 -26
- package/docs/documentation/modules/TimePickerModule.html +26 -26
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +37 -37
- package/docs/documentation/modules/ToggletipModule.html +37 -37
- package/docs/documentation.json +57 -70
- package/docs/storybook/{1895.69e2c275.iframe.bundle.js → 1895.f908bfb8.iframe.bundle.js} +1 -1
- package/docs/storybook/content-switcher-content-switcher-stories.d8a420bd.iframe.bundle.js +1 -0
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/main.css +173 -75
- package/docs/storybook/main.fe6c3f7d.iframe.bundle.js +1 -0
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.902da3f3.iframe.bundle.js → runtime~main.73b5bfb0.iframe.bundle.js} +1 -1
- package/docs/storybook/toggle-toggle-stories.3f40e3b9.iframe.bundle.js +1 -0
- package/esm2020/content-switcher/content-switcher.component.mjs +2 -2
- package/esm2020/toggle/toggle.component.mjs +103 -83
- package/fesm2015/carbon-components-angular-content-switcher.mjs +1 -1
- package/fesm2015/carbon-components-angular-content-switcher.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-toggle.mjs +102 -82
- package/fesm2015/carbon-components-angular-toggle.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-content-switcher.mjs +1 -1
- package/fesm2020/carbon-components-angular-content-switcher.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-toggle.mjs +102 -82
- package/fesm2020/carbon-components-angular-toggle.mjs.map +1 -1
- package/package.json +1 -1
- package/toggle/toggle.component.d.ts +3 -2
- package/docs/storybook/content-switcher-content-switcher-stories.0e556d81.iframe.bundle.js +0 -1
- package/docs/storybook/main.3dbeb194.iframe.bundle.js +0 -1
- package/docs/storybook/toggle-toggle-stories.3af803a8.iframe.bundle.js +0 -1
package/docs/storybook/main.css
CHANGED
|
@@ -2387,104 +2387,104 @@ em {
|
|
|
2387
2387
|
--cds-layout-size-height-context: var(--cds-layout-size-height-xs, 1.5rem);
|
|
2388
2388
|
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2389
2389
|
}
|
|
2390
|
-
.cds--layout-constraint--
|
|
2390
|
+
.cds--layout-constraint--size__default-xs {
|
|
2391
2391
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-xs, 1.5rem));
|
|
2392
2392
|
}
|
|
2393
|
-
.cds--layout-constraint--
|
|
2393
|
+
.cds--layout-constraint--size__min-xs {
|
|
2394
2394
|
--cds-layout-size-height-min: var(--cds-layout-size-height-xs, 1.5rem);
|
|
2395
2395
|
}
|
|
2396
|
-
.cds--layout-constraint--
|
|
2396
|
+
.cds--layout-constraint--size__max-xs {
|
|
2397
2397
|
--cds-layout-size-height-max: var(--cds-layout-size-height-xs, 1.5rem);
|
|
2398
2398
|
}
|
|
2399
2399
|
.cds--layout--size-sm {
|
|
2400
2400
|
--cds-layout-size-height-context: var(--cds-layout-size-height-sm, 2rem);
|
|
2401
2401
|
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2402
2402
|
}
|
|
2403
|
-
.cds--layout-constraint--
|
|
2403
|
+
.cds--layout-constraint--size__default-sm {
|
|
2404
2404
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-sm, 2rem));
|
|
2405
2405
|
}
|
|
2406
|
-
.cds--layout-constraint--
|
|
2406
|
+
.cds--layout-constraint--size__min-sm {
|
|
2407
2407
|
--cds-layout-size-height-min: var(--cds-layout-size-height-sm, 2rem);
|
|
2408
2408
|
}
|
|
2409
|
-
.cds--layout-constraint--
|
|
2409
|
+
.cds--layout-constraint--size__max-sm {
|
|
2410
2410
|
--cds-layout-size-height-max: var(--cds-layout-size-height-sm, 2rem);
|
|
2411
2411
|
}
|
|
2412
2412
|
.cds--layout--size-md {
|
|
2413
2413
|
--cds-layout-size-height-context: var(--cds-layout-size-height-md, 2.5rem);
|
|
2414
2414
|
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2415
2415
|
}
|
|
2416
|
-
.cds--layout-constraint--
|
|
2416
|
+
.cds--layout-constraint--size__default-md {
|
|
2417
2417
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-md, 2.5rem));
|
|
2418
2418
|
}
|
|
2419
|
-
.cds--layout-constraint--
|
|
2419
|
+
.cds--layout-constraint--size__min-md {
|
|
2420
2420
|
--cds-layout-size-height-min: var(--cds-layout-size-height-md, 2.5rem);
|
|
2421
2421
|
}
|
|
2422
|
-
.cds--layout-constraint--
|
|
2422
|
+
.cds--layout-constraint--size__max-md {
|
|
2423
2423
|
--cds-layout-size-height-max: var(--cds-layout-size-height-md, 2.5rem);
|
|
2424
2424
|
}
|
|
2425
2425
|
.cds--layout--size-lg {
|
|
2426
2426
|
--cds-layout-size-height-context: var(--cds-layout-size-height-lg, 3rem);
|
|
2427
2427
|
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2428
2428
|
}
|
|
2429
|
-
.cds--layout-constraint--
|
|
2429
|
+
.cds--layout-constraint--size__default-lg {
|
|
2430
2430
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-lg, 3rem));
|
|
2431
2431
|
}
|
|
2432
|
-
.cds--layout-constraint--
|
|
2432
|
+
.cds--layout-constraint--size__min-lg {
|
|
2433
2433
|
--cds-layout-size-height-min: var(--cds-layout-size-height-lg, 3rem);
|
|
2434
2434
|
}
|
|
2435
|
-
.cds--layout-constraint--
|
|
2435
|
+
.cds--layout-constraint--size__max-lg {
|
|
2436
2436
|
--cds-layout-size-height-max: var(--cds-layout-size-height-lg, 3rem);
|
|
2437
2437
|
}
|
|
2438
2438
|
.cds--layout--size-xl {
|
|
2439
2439
|
--cds-layout-size-height-context: var(--cds-layout-size-height-xl, 4rem);
|
|
2440
2440
|
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2441
2441
|
}
|
|
2442
|
-
.cds--layout-constraint--
|
|
2442
|
+
.cds--layout-constraint--size__default-xl {
|
|
2443
2443
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-xl, 4rem));
|
|
2444
2444
|
}
|
|
2445
|
-
.cds--layout-constraint--
|
|
2445
|
+
.cds--layout-constraint--size__min-xl {
|
|
2446
2446
|
--cds-layout-size-height-min: var(--cds-layout-size-height-xl, 4rem);
|
|
2447
2447
|
}
|
|
2448
|
-
.cds--layout-constraint--
|
|
2448
|
+
.cds--layout-constraint--size__max-xl {
|
|
2449
2449
|
--cds-layout-size-height-max: var(--cds-layout-size-height-xl, 4rem);
|
|
2450
2450
|
}
|
|
2451
2451
|
.cds--layout--size-2xl {
|
|
2452
2452
|
--cds-layout-size-height-context: var(--cds-layout-size-height-2xl, 5rem);
|
|
2453
2453
|
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2454
2454
|
}
|
|
2455
|
-
.cds--layout-constraint--
|
|
2455
|
+
.cds--layout-constraint--size__default-2xl {
|
|
2456
2456
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-2xl, 5rem));
|
|
2457
2457
|
}
|
|
2458
|
-
.cds--layout-constraint--
|
|
2458
|
+
.cds--layout-constraint--size__min-2xl {
|
|
2459
2459
|
--cds-layout-size-height-min: var(--cds-layout-size-height-2xl, 5rem);
|
|
2460
2460
|
}
|
|
2461
|
-
.cds--layout-constraint--
|
|
2461
|
+
.cds--layout-constraint--size__max-2xl {
|
|
2462
2462
|
--cds-layout-size-height-max: var(--cds-layout-size-height-2xl, 5rem);
|
|
2463
2463
|
}
|
|
2464
2464
|
.cds--layout--density-condensed {
|
|
2465
2465
|
--cds-layout-density-padding-inline-context: var(--cds-layout-density-padding-inline-condensed, 0.5rem);
|
|
2466
2466
|
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context);
|
|
2467
2467
|
}
|
|
2468
|
-
.cds--layout-constraint--
|
|
2468
|
+
.cds--layout-constraint--density__default-condensed {
|
|
2469
2469
|
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-condensed, 0.5rem));
|
|
2470
2470
|
}
|
|
2471
|
-
.cds--layout-constraint--
|
|
2471
|
+
.cds--layout-constraint--density__min-condensed {
|
|
2472
2472
|
--cds-layout-density-padding-inline-min: var(--cds-layout-density-padding-inline-condensed, 0.5rem);
|
|
2473
2473
|
}
|
|
2474
|
-
.cds--layout-constraint--
|
|
2474
|
+
.cds--layout-constraint--density__max-condensed {
|
|
2475
2475
|
--cds-layout-density-padding-inline-max: var(--cds-layout-density-padding-inline-condensed, 0.5rem);
|
|
2476
2476
|
}
|
|
2477
2477
|
.cds--layout--density-normal {
|
|
2478
2478
|
--cds-layout-density-padding-inline-context: var(--cds-layout-density-padding-inline-normal, 1rem);
|
|
2479
2479
|
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context);
|
|
2480
2480
|
}
|
|
2481
|
-
.cds--layout-constraint--
|
|
2481
|
+
.cds--layout-constraint--density__default-normal {
|
|
2482
2482
|
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-normal, 1rem));
|
|
2483
2483
|
}
|
|
2484
|
-
.cds--layout-constraint--
|
|
2484
|
+
.cds--layout-constraint--density__min-normal {
|
|
2485
2485
|
--cds-layout-density-padding-inline-min: var(--cds-layout-density-padding-inline-normal, 1rem);
|
|
2486
2486
|
}
|
|
2487
|
-
.cds--layout-constraint--
|
|
2487
|
+
.cds--layout-constraint--density__max-normal {
|
|
2488
2488
|
--cds-layout-density-padding-inline-max: var(--cds-layout-density-padding-inline-normal, 1rem);
|
|
2489
2489
|
}
|
|
2490
2490
|
.cds--white {
|
|
@@ -4007,6 +4007,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4007
4007
|
padding-block-start: min((var(--cds-layout-size-height-local) - 1rem) / 2 - 0.0625rem, var(--temp-padding-block-max));
|
|
4008
4008
|
}
|
|
4009
4009
|
.cds--btn--icon-only > :first-child {
|
|
4010
|
+
min-width: 1rem;
|
|
4010
4011
|
margin-block-start: 0.0625rem;
|
|
4011
4012
|
}
|
|
4012
4013
|
.cds--btn--icon-only .cds--btn__icon {
|
|
@@ -6287,7 +6288,13 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
6287
6288
|
max-height: 2rem;
|
|
6288
6289
|
}
|
|
6289
6290
|
.cds--list-box--expanded {
|
|
6290
|
-
border-bottom-color: var(--cds-border-subtle);
|
|
6291
|
+
border-bottom-color: var(--cds-border-subtle-01, #c6c6c6);
|
|
6292
|
+
}
|
|
6293
|
+
.cds--layer-two .cds--list-box--expanded {
|
|
6294
|
+
border-bottom-color: var(--cds-border-subtle-02, #e0e0e0);
|
|
6295
|
+
}
|
|
6296
|
+
.cds--layer-three .cds--list-box--expanded {
|
|
6297
|
+
border-bottom-color: var(--cds-border-subtle-03, #c6c6c6);
|
|
6291
6298
|
}
|
|
6292
6299
|
.cds--list-box--expanded:hover {
|
|
6293
6300
|
background-color: var(--cds-field);
|
|
@@ -6723,7 +6730,13 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
6723
6730
|
background-color: var(--cds-layer-selected);
|
|
6724
6731
|
}
|
|
6725
6732
|
.cds--list-box--disabled .cds--list-box__menu-item__option:hover {
|
|
6726
|
-
border-top-color: var(--cds-border-subtle);
|
|
6733
|
+
border-top-color: var(--cds-border-subtle-01, #c6c6c6);
|
|
6734
|
+
}
|
|
6735
|
+
.cds--layer-two .cds--list-box--disabled .cds--list-box__menu-item__option:hover {
|
|
6736
|
+
border-top-color: var(--cds-border-subtle-02, #e0e0e0);
|
|
6737
|
+
}
|
|
6738
|
+
.cds--layer-three .cds--list-box--disabled .cds--list-box__menu-item__option:hover {
|
|
6739
|
+
border-top-color: var(--cds-border-subtle-03, #c6c6c6);
|
|
6727
6740
|
}
|
|
6728
6741
|
.cds--list-box__menu-item:first-of-type .cds--list-box__menu-item__option {
|
|
6729
6742
|
border-top-color: transparent;
|
|
@@ -6731,11 +6744,20 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
6731
6744
|
.cds--list-box__menu-item:hover .cds--list-box__menu-item__option {
|
|
6732
6745
|
color: var(--cds-text-primary, #161616);
|
|
6733
6746
|
}
|
|
6734
|
-
.cds--list-box__menu-item:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
|
|
6735
|
-
border-top-color: transparent;
|
|
6736
|
-
}
|
|
6737
6747
|
.cds--list-box--disabled .cds--list-box__menu-item:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
|
|
6738
|
-
border-top-color: var(--cds-border-subtle);
|
|
6748
|
+
border-top-color: var(--cds-border-subtle-01, #c6c6c6);
|
|
6749
|
+
}
|
|
6750
|
+
.cds--layer-two .cds--list-box--disabled .cds--list-box__menu-item:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
|
|
6751
|
+
border-top-color: var(--cds-border-subtle-02, #e0e0e0);
|
|
6752
|
+
}
|
|
6753
|
+
.cds--layer-three .cds--list-box--disabled .cds--list-box__menu-item:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
|
|
6754
|
+
border-top-color: var(--cds-border-subtle-03, #c6c6c6);
|
|
6755
|
+
}
|
|
6756
|
+
.cds--layer-two .cds--list-box__menu-item__option {
|
|
6757
|
+
border-top-color: var(--cds-border-subtle-02, #e0e0e0);
|
|
6758
|
+
}
|
|
6759
|
+
.cds--layer-three .cds--list-box__menu-item__option {
|
|
6760
|
+
border-top-color: var(--cds-border-subtle-03, #c6c6c6);
|
|
6739
6761
|
}
|
|
6740
6762
|
.cds--list-box__menu-item__option {
|
|
6741
6763
|
outline: 2px solid transparent;
|
|
@@ -6746,7 +6768,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
6746
6768
|
padding: 0.6875rem 0;
|
|
6747
6769
|
padding-right: 1.5rem;
|
|
6748
6770
|
border-top: 1px solid transparent;
|
|
6749
|
-
border-top-color: var(--cds-border-subtle);
|
|
6771
|
+
border-top-color: var(--cds-border-subtle-01, #c6c6c6);
|
|
6750
6772
|
border-bottom: 1px solid transparent;
|
|
6751
6773
|
margin: 0 1rem;
|
|
6752
6774
|
color: var(--cds-text-secondary, #525252);
|
|
@@ -6801,11 +6823,21 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
6801
6823
|
.cds--list-box__menu-item[disabled] .cds--checkbox-label::before {
|
|
6802
6824
|
border-color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
6803
6825
|
}
|
|
6804
|
-
.cds--list-box__menu-item[disabled] .cds--list-box__menu-item__option
|
|
6805
|
-
border-top-color: var(--cds-border-subtle);
|
|
6806
|
-
}
|
|
6826
|
+
.cds--list-box__menu-item[disabled] .cds--list-box__menu-item__option,
|
|
6807
6827
|
.cds--list-box__menu-item[disabled]:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
|
|
6808
|
-
border-top-color: var(--cds-border-subtle);
|
|
6828
|
+
border-top-color: var(--cds-border-subtle-01, #c6c6c6);
|
|
6829
|
+
}
|
|
6830
|
+
.cds--layer-two .cds--list-box__menu-item[disabled] .cds--list-box__menu-item__option,
|
|
6831
|
+
.cds--layer-two .cds--list-box__menu-item[disabled]:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
|
|
6832
|
+
border-top-color: var(--cds-border-subtle-02, #e0e0e0);
|
|
6833
|
+
}
|
|
6834
|
+
.cds--layer-three .cds--list-box__menu-item[disabled] .cds--list-box__menu-item__option,
|
|
6835
|
+
.cds--layer-three .cds--list-box__menu-item[disabled]:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
|
|
6836
|
+
border-top-color: var(--cds-border-subtle-03, #c6c6c6);
|
|
6837
|
+
}
|
|
6838
|
+
.cds--list-box__menu-item--active + .cds--list-box__menu-item[disabled] .cds--list-box__menu-item__option,
|
|
6839
|
+
.cds--list-box__menu-item:hover + .cds--list-box__menu-item .cds--list-box__menu-item__option {
|
|
6840
|
+
border-top-color: transparent;
|
|
6809
6841
|
}
|
|
6810
6842
|
.cds--list-box.cds--list-box--inline .cds--list-box__menu-item__option {
|
|
6811
6843
|
margin: 0 0.5rem;
|
|
@@ -7138,11 +7170,8 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7138
7170
|
outline: 2px solid var(--cds-focus, #0f62fe);
|
|
7139
7171
|
outline-offset: -2px;
|
|
7140
7172
|
position: absolute;
|
|
7141
|
-
top: 0;
|
|
7142
|
-
right: 0;
|
|
7143
|
-
bottom: 0;
|
|
7144
|
-
left: 0;
|
|
7145
7173
|
content: "";
|
|
7174
|
+
inset: 0;
|
|
7146
7175
|
}
|
|
7147
7176
|
@media screen and (prefers-contrast) {
|
|
7148
7177
|
.cds--contained-list-item--clickable .cds--contained-list-item__content:focus::after {
|
|
@@ -8347,7 +8376,8 @@ tr.cds--data-table--selected:last-of-type td {
|
|
|
8347
8376
|
align-items: center;
|
|
8348
8377
|
}
|
|
8349
8378
|
.cds--action-list .cds--btn {
|
|
8350
|
-
padding:
|
|
8379
|
+
padding-right: 1rem;
|
|
8380
|
+
padding-left: 1rem;
|
|
8351
8381
|
color: var(--cds-text-on-color, #ffffff);
|
|
8352
8382
|
white-space: nowrap;
|
|
8353
8383
|
}
|
|
@@ -12169,33 +12199,24 @@ button.cds--dropdown-text:focus {
|
|
|
12169
12199
|
padding: 2rem 5.5rem 0.8125rem 1rem;
|
|
12170
12200
|
}
|
|
12171
12201
|
.cds--search--fluid .cds--search-magnifier-icon {
|
|
12172
|
-
|
|
12173
|
-
right: 1rem;
|
|
12174
|
-
bottom: 0.8125rem;
|
|
12175
|
-
left: auto;
|
|
12202
|
+
inset: auto 1rem 0.8125rem auto;
|
|
12176
12203
|
transform: none;
|
|
12177
12204
|
}
|
|
12178
12205
|
.cds--search--fluid .cds--search-close {
|
|
12179
|
-
top: auto;
|
|
12180
|
-
right: 3rem;
|
|
12181
|
-
bottom: 0;
|
|
12182
|
-
left: auto;
|
|
12183
12206
|
width: 2.5rem;
|
|
12184
12207
|
height: 2.5rem;
|
|
12185
12208
|
border: none;
|
|
12209
|
+
inset: auto 3rem 0 auto;
|
|
12186
12210
|
transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
12187
12211
|
}
|
|
12188
12212
|
.cds--search--fluid .cds--search-close::before {
|
|
12189
12213
|
position: absolute;
|
|
12190
|
-
top: auto;
|
|
12191
|
-
right: -0.0625rem;
|
|
12192
|
-
bottom: 0.875rem;
|
|
12193
|
-
left: auto;
|
|
12194
12214
|
display: block;
|
|
12195
12215
|
width: 0.0625rem;
|
|
12196
12216
|
height: 1rem;
|
|
12197
12217
|
background: var(--cds-border-subtle);
|
|
12198
12218
|
content: "";
|
|
12219
|
+
inset: auto -0.0625rem 0.875rem auto;
|
|
12199
12220
|
}
|
|
12200
12221
|
.cds--search--fluid .cds--search-input:focus ~ .cds--search-close:hover {
|
|
12201
12222
|
outline: none;
|
|
@@ -13310,6 +13331,15 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
13310
13331
|
.cds--modal .cds--number__rule-divider {
|
|
13311
13332
|
background-color: var(--cds-border-subtle-02, #e0e0e0);
|
|
13312
13333
|
}
|
|
13334
|
+
.cds--modal .cds--list-box__menu-item__option {
|
|
13335
|
+
border-top-color: var(--cds-border-subtle-02, #e0e0e0);
|
|
13336
|
+
}
|
|
13337
|
+
.cds--modal .cds--list-box__menu-item:hover .cds--list-box__menu-item__option {
|
|
13338
|
+
border-top-color: var(--cds-layer-hover);
|
|
13339
|
+
}
|
|
13340
|
+
.cds--modal .cds--list-box__menu-item--active:hover .cds--list-box__menu-item__option {
|
|
13341
|
+
border-top-color: var(--cds-layer-selected-hover);
|
|
13342
|
+
}
|
|
13313
13343
|
.cds--modal .cds--text-input--fluid .cds--text-input,
|
|
13314
13344
|
.cds--modal .cds--text-area--fluid .cds--text-area__wrapper,
|
|
13315
13345
|
.cds--modal .cds--text-area--fluid .cds--text-area,
|
|
@@ -15663,11 +15693,8 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
15663
15693
|
.cds--popover {
|
|
15664
15694
|
position: absolute;
|
|
15665
15695
|
z-index: 6000;
|
|
15666
|
-
top: 0;
|
|
15667
|
-
right: 0;
|
|
15668
|
-
bottom: 0;
|
|
15669
|
-
left: 0;
|
|
15670
15696
|
filter: var(--cds-popover-drop-shadow, none);
|
|
15697
|
+
inset: 0;
|
|
15671
15698
|
pointer-events: none;
|
|
15672
15699
|
}
|
|
15673
15700
|
.cds--popover-content {
|
|
@@ -15948,10 +15975,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
15948
15975
|
}
|
|
15949
15976
|
.cds--progress-bar--indeterminate .cds--progress-bar__track::after {
|
|
15950
15977
|
position: absolute;
|
|
15951
|
-
top: 0;
|
|
15952
|
-
right: 0;
|
|
15953
|
-
bottom: 0;
|
|
15954
|
-
left: 0;
|
|
15955
15978
|
animation-duration: 1400ms;
|
|
15956
15979
|
animation-iteration-count: infinite;
|
|
15957
15980
|
animation-name: progress-bar-indeterminate;
|
|
@@ -15960,6 +15983,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
15960
15983
|
background-position-x: 0%;
|
|
15961
15984
|
background-size: 200% 100%;
|
|
15962
15985
|
content: "";
|
|
15986
|
+
inset: 0;
|
|
15963
15987
|
}
|
|
15964
15988
|
.cds--progress-bar__helper-text {
|
|
15965
15989
|
font-size: var(--cds-helper-text-01-font-size, 0.75rem);
|
|
@@ -17229,6 +17253,19 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
17229
17253
|
fill: ButtonText;
|
|
17230
17254
|
}
|
|
17231
17255
|
}
|
|
17256
|
+
.cds--tabs.cds--tabs--contained.cds--tabs--full-width .cds--tab--list {
|
|
17257
|
+
display: grid;
|
|
17258
|
+
width: 100%;
|
|
17259
|
+
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|
|
17260
|
+
}
|
|
17261
|
+
.cds--tabs.cds--tabs--contained.cds--tabs--full-width .cds--tab--list .cds--tabs__nav-link .cds--tabs__nav-item-label,
|
|
17262
|
+
.cds--tabs.cds--tabs--contained.cds--tabs--full-width .cds--tab--list .cds--tabs__nav-link .cds--tabs__nav-item-secondary-label {
|
|
17263
|
+
overflow: hidden;
|
|
17264
|
+
text-overflow: ellipsis;
|
|
17265
|
+
}
|
|
17266
|
+
.cds--tabs.cds--tabs--contained.cds--tabs--full-width .cds--tab--list .cds--tabs__nav-link .cds--tabs__nav-item--icon {
|
|
17267
|
+
margin-left: auto;
|
|
17268
|
+
}
|
|
17232
17269
|
.cds--tabs {
|
|
17233
17270
|
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
|
17234
17271
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
|
@@ -17865,11 +17902,12 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
17865
17902
|
font-weight: 600;
|
|
17866
17903
|
}
|
|
17867
17904
|
.cds--tile {
|
|
17905
|
+
--cds-layout-density-padding-inline-local: clamp(var(--cds-layout-density-padding-inline-min), var(--cds-layout-density-padding-inline, var(--cds-layout-density-padding-inline-normal)), var(--cds-layout-density-padding-inline-max));
|
|
17868
17906
|
position: relative;
|
|
17869
17907
|
display: block;
|
|
17870
17908
|
min-width: 8rem;
|
|
17871
17909
|
min-height: 4rem;
|
|
17872
|
-
padding:
|
|
17910
|
+
padding: var(--cds-layout-density-padding-inline-local);
|
|
17873
17911
|
background-color: var(--cds-layer);
|
|
17874
17912
|
outline: 2px solid transparent;
|
|
17875
17913
|
outline-offset: -2px;
|
|
@@ -17944,7 +17982,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
17944
17982
|
.cds--tile--clickable.cds--link--disabled,
|
|
17945
17983
|
.cds--tile--clickable:hover.cds--link--disabled {
|
|
17946
17984
|
display: block;
|
|
17947
|
-
padding: 1rem;
|
|
17948
17985
|
background-color: var(--cds-layer);
|
|
17949
17986
|
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
17950
17987
|
cursor: not-allowed;
|
|
@@ -17952,8 +17989,8 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
17952
17989
|
.cds--tile--clickable .cds--tile--icon,
|
|
17953
17990
|
.cds--tile--clickable.cds--link--disabled .cds--tile--disabled-icon {
|
|
17954
17991
|
position: absolute;
|
|
17955
|
-
right:
|
|
17956
|
-
bottom:
|
|
17992
|
+
right: var(--cds-layout-density-padding-inline-local);
|
|
17993
|
+
bottom: var(--cds-layout-density-padding-inline-local);
|
|
17957
17994
|
}
|
|
17958
17995
|
.cds--tile--clickable .cds--tile--icon {
|
|
17959
17996
|
fill: var(--cds-icon-interactive, #0f62fe);
|
|
@@ -17965,13 +18002,13 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
17965
18002
|
display: none;
|
|
17966
18003
|
}
|
|
17967
18004
|
.cds--tile--selectable {
|
|
17968
|
-
padding-right: 3rem;
|
|
17969
18005
|
border: 1px solid transparent;
|
|
18006
|
+
padding-inline-end: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
17970
18007
|
}
|
|
17971
18008
|
.cds--tile__checkmark {
|
|
17972
18009
|
position: absolute;
|
|
17973
|
-
top:
|
|
17974
|
-
right:
|
|
18010
|
+
top: var(--cds-layout-density-padding-inline-local);
|
|
18011
|
+
right: var(--cds-layout-density-padding-inline-local);
|
|
17975
18012
|
height: 1rem;
|
|
17976
18013
|
border: none;
|
|
17977
18014
|
background: transparent;
|
|
@@ -17999,8 +18036,8 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
17999
18036
|
right: 0;
|
|
18000
18037
|
bottom: 0;
|
|
18001
18038
|
display: flex;
|
|
18002
|
-
width:
|
|
18003
|
-
height:
|
|
18039
|
+
width: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
18040
|
+
height: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
18004
18041
|
align-items: center;
|
|
18005
18042
|
justify-content: center;
|
|
18006
18043
|
}
|
|
@@ -18040,8 +18077,8 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
18040
18077
|
right: 0;
|
|
18041
18078
|
bottom: 0;
|
|
18042
18079
|
display: flex;
|
|
18043
|
-
width:
|
|
18044
|
-
height:
|
|
18080
|
+
width: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
18081
|
+
height: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
18045
18082
|
align-items: center;
|
|
18046
18083
|
justify-content: center;
|
|
18047
18084
|
}
|
|
@@ -18408,8 +18445,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
18408
18445
|
}
|
|
18409
18446
|
}
|
|
18410
18447
|
.cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch,
|
|
18411
|
-
.cds--
|
|
18412
|
-
.cds--toggle:active .cds--toggle__switch {
|
|
18448
|
+
.cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch {
|
|
18413
18449
|
box-shadow: 0 0 0 1px var(--cds-focus-inset, #ffffff), 0 0 0 3px var(--cds-focus, #0f62fe);
|
|
18414
18450
|
}
|
|
18415
18451
|
.cds--toggle__switch--checked {
|
|
@@ -18494,12 +18530,68 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
18494
18530
|
}
|
|
18495
18531
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
18496
18532
|
.cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch,
|
|
18497
|
-
.cds--
|
|
18498
|
-
.cds--toggle:active .cds--toggle__switch {
|
|
18533
|
+
.cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch {
|
|
18499
18534
|
color: Highlight;
|
|
18500
18535
|
outline: 1px solid Highlight;
|
|
18501
18536
|
}
|
|
18502
18537
|
}
|
|
18538
|
+
.cds--toggle--skeleton {
|
|
18539
|
+
display: flex;
|
|
18540
|
+
align-items: center;
|
|
18541
|
+
}
|
|
18542
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-circle {
|
|
18543
|
+
position: relative;
|
|
18544
|
+
overflow: hidden;
|
|
18545
|
+
background: var(--cds-skeleton-background, #e8e8e8);
|
|
18546
|
+
border-radius: 50%;
|
|
18547
|
+
width: 1.125rem;
|
|
18548
|
+
height: 1.125rem;
|
|
18549
|
+
border-radius: 50%;
|
|
18550
|
+
}
|
|
18551
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-circle::before {
|
|
18552
|
+
position: absolute;
|
|
18553
|
+
width: 200%;
|
|
18554
|
+
height: 100%;
|
|
18555
|
+
animation: 3000ms ease-in-out skeleton infinite;
|
|
18556
|
+
background: var(--cds-skeleton-element, #c6c6c6);
|
|
18557
|
+
content: "";
|
|
18558
|
+
will-change: transform-origin, transform, opacity;
|
|
18559
|
+
}
|
|
18560
|
+
@media (prefers-reduced-motion: reduce) {
|
|
18561
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-circle::before {
|
|
18562
|
+
animation: none;
|
|
18563
|
+
}
|
|
18564
|
+
}
|
|
18565
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle {
|
|
18566
|
+
position: relative;
|
|
18567
|
+
padding: 0;
|
|
18568
|
+
border: none;
|
|
18569
|
+
background: var(--cds-skeleton-background, #e8e8e8);
|
|
18570
|
+
box-shadow: none;
|
|
18571
|
+
pointer-events: none;
|
|
18572
|
+
width: 1.5rem;
|
|
18573
|
+
height: 0.5rem;
|
|
18574
|
+
margin-left: 0.5rem;
|
|
18575
|
+
}
|
|
18576
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle:hover, .cds--toggle--skeleton .cds--toggle__skeleton-rectangle:focus, .cds--toggle--skeleton .cds--toggle__skeleton-rectangle:active {
|
|
18577
|
+
border: none;
|
|
18578
|
+
cursor: default;
|
|
18579
|
+
outline: none;
|
|
18580
|
+
}
|
|
18581
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle::before {
|
|
18582
|
+
position: absolute;
|
|
18583
|
+
width: 100%;
|
|
18584
|
+
height: 100%;
|
|
18585
|
+
animation: 3000ms ease-in-out skeleton infinite;
|
|
18586
|
+
background: var(--cds-skeleton-element, #c6c6c6);
|
|
18587
|
+
content: "";
|
|
18588
|
+
will-change: transform-origin, transform, opacity;
|
|
18589
|
+
}
|
|
18590
|
+
@media (prefers-reduced-motion: reduce) {
|
|
18591
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle::before {
|
|
18592
|
+
animation: none;
|
|
18593
|
+
}
|
|
18594
|
+
}
|
|
18503
18595
|
.cds--tree {
|
|
18504
18596
|
overflow: hidden;
|
|
18505
18597
|
}
|
|
@@ -18715,6 +18807,9 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
18715
18807
|
min-width: 3rem;
|
|
18716
18808
|
}
|
|
18717
18809
|
}
|
|
18810
|
+
.cds--header__global .cds--popover {
|
|
18811
|
+
z-index: 8001;
|
|
18812
|
+
}
|
|
18718
18813
|
.cds--header__action > :first-child {
|
|
18719
18814
|
margin-block-start: 0;
|
|
18720
18815
|
}
|
|
@@ -19535,6 +19630,9 @@ a.cds--side-nav__link--current::before {
|
|
|
19535
19630
|
min-width: 3rem;
|
|
19536
19631
|
}
|
|
19537
19632
|
}
|
|
19633
|
+
.cds--header__global .cds--popover {
|
|
19634
|
+
z-index: 8001;
|
|
19635
|
+
}
|
|
19538
19636
|
.cds--header__action > :first-child {
|
|
19539
19637
|
margin-block-start: 0;
|
|
19540
19638
|
}
|