@vonage/vivid 3.40.0 → 3.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.js +2 -2
- package/accordion-item/index.js +2 -2
- package/alert/index.js +6 -5
- package/audio-player/index.js +33 -0
- package/avatar/index.js +2 -2
- package/badge/index.js +2 -2
- package/banner/index.js +8 -5
- package/breadcrumb/index.js +1 -1
- package/breadcrumb-item/index.js +3 -3
- package/button/index.js +4 -4
- package/calendar/index.js +1 -1
- package/calendar-event/index.js +1 -1
- package/card/index.js +4 -3
- package/checkbox/index.js +3 -3
- package/combobox/index.js +8 -8
- package/custom-elements.json +438 -41
- package/data-grid/index.js +2 -2
- package/date-picker/index.js +9 -9
- package/date-range-picker/index.js +8 -8
- package/dialog/index.js +6 -6
- package/divider/index.js +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.js +2 -2
- package/fab/index.js +3 -3
- package/file-picker/index.js +5 -5
- package/focus/index.js +1 -1
- package/header/index.js +2 -2
- package/icon/index.js +1 -1
- package/index.js +57 -56
- package/layout/index.js +1 -1
- package/lib/alert/alert.d.ts +3 -1
- package/lib/alert/locale.d.ts +3 -0
- package/lib/audio-player/audio-player.d.ts +17 -0
- package/lib/audio-player/audio-player.template.d.ts +4 -0
- package/lib/audio-player/definition.d.ts +4 -0
- package/lib/audio-player/locale.d.ts +5 -0
- package/lib/banner/banner.d.ts +3 -1
- package/lib/banner/locale.d.ts +3 -0
- package/lib/card/card.d.ts +3 -0
- package/lib/card/card.template.d.ts +1 -1
- package/lib/card/definition.d.ts +1 -0
- package/lib/checkbox/checkbox.d.ts +1 -0
- package/lib/components.d.ts +1 -0
- package/lib/enums.d.ts +2 -1
- package/lib/selectable-box/selectable-box.d.ts +2 -2
- package/lib/split-button/locale.d.ts +3 -0
- package/lib/split-button/split-button.d.ts +4 -2
- package/listbox/index.js +4 -4
- package/locales/en-GB.js +14 -0
- package/locales/en-US.js +14 -0
- package/locales/ja-JP.js +14 -0
- package/locales/zh-CN.js +14 -0
- package/menu/index.js +8 -8
- package/menu-item/index.js +3 -3
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +3 -3
- package/nav-item/index.js +3 -3
- package/note/index.js +2 -2
- package/number-field/index.js +6 -6
- package/option/index.js +3 -3
- package/package.json +1 -1
- package/pagination/index.js +5 -5
- package/popup/index.js +6 -6
- package/progress/index.js +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.js +2 -2
- package/radio-group/index.js +2 -2
- package/select/index.js +8 -8
- package/selectable-box/index.js +5 -5
- package/shared/definition.js +3 -3
- package/shared/definition10.js +90 -159
- package/shared/definition11.js +151 -29
- package/shared/definition12.js +37 -766
- package/shared/definition13.js +747 -106
- package/shared/definition14.js +121 -198
- package/shared/definition15.js +167 -664
- package/shared/definition16.js +576 -1137
- package/shared/definition17.js +1278 -143
- package/shared/definition18.js +68 -306
- package/shared/definition19.js +359 -217
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +259 -67
- package/shared/definition21.js +66 -58
- package/shared/definition22.js +43 -84
- package/shared/definition23.js +76 -2353
- package/shared/definition24.js +2362 -45
- package/shared/definition25.js +63 -27
- package/shared/definition26.js +24 -51
- package/shared/definition27.js +36 -822
- package/shared/definition28.js +837 -49
- package/shared/definition29.js +52 -89
- package/shared/definition3.js +1 -1
- package/shared/definition30.js +88 -24
- package/shared/definition31.js +25 -12
- package/shared/definition32.js +12 -52
- package/shared/definition33.js +28 -502
- package/shared/definition34.js +442 -197
- package/shared/definition35.js +260 -186
- package/shared/definition36.js +186 -75
- package/shared/definition37.js +70 -54
- package/shared/definition38.js +65 -421
- package/shared/definition39.js +437 -38
- package/shared/definition4.js +43 -16
- package/shared/definition40.js +32 -680
- package/shared/definition41.js +654 -105
- package/shared/definition42.js +117 -78
- package/shared/definition43.js +74 -567
- package/shared/definition44.js +567 -98
- package/shared/definition45.js +110 -135
- package/shared/definition46.js +153 -17
- package/shared/definition47.js +16 -79
- package/shared/definition48.js +53 -475
- package/shared/definition49.js +502 -25
- package/shared/definition5.js +160 -44
- package/shared/definition50.js +22 -121
- package/shared/definition51.js +113 -271
- package/shared/definition52.js +249 -243
- package/shared/definition53.js +270 -109
- package/shared/definition54.js +84 -74
- package/shared/definition55.js +114 -69
- package/shared/definition56.js +81 -292
- package/shared/definition57.js +302 -13
- package/shared/definition58.js +11 -41
- package/shared/definition59.js +20 -154
- package/shared/definition6.js +43 -33
- package/shared/definition60.js +181 -0
- package/shared/definition7.js +39 -106
- package/shared/definition8.js +122 -38
- package/shared/definition9.js +56 -89
- package/shared/enums.js +1 -0
- package/shared/icon.js +2 -2
- package/shared/index.js +1 -1
- package/shared/index2.js +1 -1
- package/shared/listbox.js +1 -1
- package/shared/localization/Locale.d.ts +8 -0
- package/shared/patterns/form-elements/form-elements.d.ts +6 -6
- package/shared/presentationDate.js +10 -8
- package/shared/text-field.js +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.js +3 -3
- package/split-button/index.js +6 -3
- package/style.css +329 -242
- package/styles/core/all.css +31 -25
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +31 -25
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/switch/index.js +3 -3
- package/tab/index.js +3 -3
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +5 -5
- package/tag/index.js +3 -3
- package/tag-group/index.js +1 -1
- package/text-area/index.js +3 -3
- package/text-field/index.js +3 -3
- package/toggletip/index.js +7 -7
- package/tooltip/index.js +7 -7
- package/tree-item/index.js +3 -3
- package/tree-view/index.js +1 -1
- package/vivid.api.json +270 -1
package/style.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
4
4
|
*/
|
|
5
5
|
:host {
|
|
6
6
|
display: inline-block;
|
|
@@ -319,7 +319,7 @@ slot, svg, ::slotted(:where(svg, img)) {
|
|
|
319
319
|
inline-size: inherit;
|
|
320
320
|
}/**
|
|
321
321
|
* Do not edit directly
|
|
322
|
-
* Generated on
|
|
322
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
323
323
|
*/
|
|
324
324
|
:host {
|
|
325
325
|
display: contents;
|
|
@@ -337,7 +337,7 @@ slot, svg, ::slotted(:where(svg, img)) {
|
|
|
337
337
|
outline-offset: -2px;
|
|
338
338
|
}/**
|
|
339
339
|
* Do not edit directly
|
|
340
|
-
* Generated on
|
|
340
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
341
341
|
*/
|
|
342
342
|
.message {
|
|
343
343
|
display: flex;
|
|
@@ -362,7 +362,7 @@ slot, svg, ::slotted(:where(svg, img)) {
|
|
|
362
362
|
color: var(--vvd-color-alert-500);
|
|
363
363
|
}/**
|
|
364
364
|
* Do not edit directly
|
|
365
|
-
* Generated on
|
|
365
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
366
366
|
*/
|
|
367
367
|
:host {
|
|
368
368
|
display: contents;
|
|
@@ -499,7 +499,7 @@ p {
|
|
|
499
499
|
font: var(--vvd-typography-base-condensed);
|
|
500
500
|
}/**
|
|
501
501
|
* Do not edit directly
|
|
502
|
-
* Generated on
|
|
502
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
503
503
|
*/
|
|
504
504
|
.base {
|
|
505
505
|
display: flex;
|
|
@@ -550,7 +550,7 @@ p {
|
|
|
550
550
|
display: none;
|
|
551
551
|
}/**
|
|
552
552
|
* Do not edit directly
|
|
553
|
-
* Generated on
|
|
553
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
554
554
|
*/
|
|
555
555
|
@supports selector(:focus-visible) {
|
|
556
556
|
:host(:focus-visible) {
|
|
@@ -673,7 +673,7 @@ label {
|
|
|
673
673
|
display: none;
|
|
674
674
|
}/**
|
|
675
675
|
* Do not edit directly
|
|
676
|
-
* Generated on
|
|
676
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
677
677
|
*/
|
|
678
678
|
:host {
|
|
679
679
|
display: inline-block;
|
|
@@ -760,7 +760,7 @@ label {
|
|
|
760
760
|
pointer-events: none;
|
|
761
761
|
}/**
|
|
762
762
|
* Do not edit directly
|
|
763
|
-
* Generated on
|
|
763
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
764
764
|
*/
|
|
765
765
|
:host {
|
|
766
766
|
display: inline-block;
|
|
@@ -824,7 +824,7 @@ label {
|
|
|
824
824
|
margin-block: 4px;
|
|
825
825
|
}/**
|
|
826
826
|
* Do not edit directly
|
|
827
|
-
* Generated on
|
|
827
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
828
828
|
*/
|
|
829
829
|
.control {
|
|
830
830
|
position: fixed;
|
|
@@ -927,7 +927,7 @@ label {
|
|
|
927
927
|
padding-inline-start: 8px;
|
|
928
928
|
}/**
|
|
929
929
|
* Do not edit directly
|
|
930
|
-
* Generated on
|
|
930
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
931
931
|
*/
|
|
932
932
|
:host {
|
|
933
933
|
display: inline-block;
|
|
@@ -1296,7 +1296,7 @@ slot[name=icon] {
|
|
|
1296
1296
|
filter: none;
|
|
1297
1297
|
}/**
|
|
1298
1298
|
* Do not edit directly
|
|
1299
|
-
* Generated on
|
|
1299
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
1300
1300
|
*/
|
|
1301
1301
|
.base {
|
|
1302
1302
|
align-items: center;
|
|
@@ -1419,7 +1419,33 @@ slot[name=icon] {
|
|
|
1419
1419
|
}
|
|
1420
1420
|
}/**
|
|
1421
1421
|
* Do not edit directly
|
|
1422
|
-
* Generated on
|
|
1422
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
1423
|
+
*/
|
|
1424
|
+
.base {
|
|
1425
|
+
display: inline-flex;
|
|
1426
|
+
align-items: center;
|
|
1427
|
+
padding: 8px;
|
|
1428
|
+
color: var(--vvd-color-canvas-text);
|
|
1429
|
+
user-select: none;
|
|
1430
|
+
}
|
|
1431
|
+
.base .slider {
|
|
1432
|
+
min-inline-size: var(--audio-player-min-inline-size, 200px);
|
|
1433
|
+
}
|
|
1434
|
+
.base .controls {
|
|
1435
|
+
display: flex;
|
|
1436
|
+
align-items: center;
|
|
1437
|
+
gap: 16px;
|
|
1438
|
+
}
|
|
1439
|
+
.base .time-stamp {
|
|
1440
|
+
display: inline-flex;
|
|
1441
|
+
}
|
|
1442
|
+
.base .time-stamp .current-time,
|
|
1443
|
+
.base .time-stamp .total-time {
|
|
1444
|
+
margin-inline: 6px;
|
|
1445
|
+
min-inline-size: 32px;
|
|
1446
|
+
}/**
|
|
1447
|
+
* Do not edit directly
|
|
1448
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
1423
1449
|
*/
|
|
1424
1450
|
.base {
|
|
1425
1451
|
display: inline-flex;
|
|
@@ -1446,6 +1472,8 @@ slot[name=icon] {
|
|
|
1446
1472
|
--_connotation-color-pale: var(--vvd-avatar-cta-pale, var(--vvd-color-cta-300));
|
|
1447
1473
|
/* @cssprop [--vvd-avatar-cta-soft=var(--vvd-color-cta-100)] */
|
|
1448
1474
|
--_connotation-color-soft: var(--vvd-avatar-cta-soft, var(--vvd-color-cta-100));
|
|
1475
|
+
/* @cssprop [--vvd-avatar-cta-contrast=var(--vvd-color-cta-800)] */
|
|
1476
|
+
--_connotation-color-contrast: var(--vvd-avatar-cta-contrast, var(--vvd-color-cta-800));
|
|
1449
1477
|
}
|
|
1450
1478
|
.base:not(.connotation-cta) {
|
|
1451
1479
|
/* @cssprop [--vvd-avatar-accent-primary=var(--vvd-color-canvas-text)] */
|
|
@@ -1460,6 +1488,8 @@ slot[name=icon] {
|
|
|
1460
1488
|
--_connotation-color-pale: var(--vvd-avatar-accent-pale, var(--vvd-color-neutral-300));
|
|
1461
1489
|
/* @cssprop [--vvd-avatar-accent-soft=var(--vvd-color-neutral-100)] */
|
|
1462
1490
|
--_connotation-color-soft: var(--vvd-avatar-accent-soft, var(--vvd-color-neutral-100));
|
|
1491
|
+
/* @cssprop [--vvd-avatar-accent-contrast=var(--vvd-color-neutral-800)] */
|
|
1492
|
+
--_connotation-color-contrast: var(--vvd-avatar-accent-contrast, var(--vvd-color-neutral-800));
|
|
1463
1493
|
}
|
|
1464
1494
|
.base {
|
|
1465
1495
|
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
@@ -1526,8 +1556,12 @@ slot[name=icon] {
|
|
|
1526
1556
|
object-fit: cover;
|
|
1527
1557
|
}/**
|
|
1528
1558
|
* Do not edit directly
|
|
1529
|
-
* Generated on
|
|
1559
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
1530
1560
|
*/
|
|
1561
|
+
:host {
|
|
1562
|
+
display: inline-block;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1531
1565
|
.base {
|
|
1532
1566
|
--_badge-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
|
|
1533
1567
|
display: inline-flex;
|
|
@@ -1539,6 +1573,7 @@ slot[name=icon] {
|
|
|
1539
1573
|
color: var(--_appearance-color-text);
|
|
1540
1574
|
column-gap: 8px;
|
|
1541
1575
|
font: var(--vvd-typography-base-condensed-bold);
|
|
1576
|
+
inline-size: 100%;
|
|
1542
1577
|
padding-inline: 8px;
|
|
1543
1578
|
vertical-align: middle;
|
|
1544
1579
|
}
|
|
@@ -1699,7 +1734,7 @@ slot[name=icon] {
|
|
|
1699
1734
|
order: 1;
|
|
1700
1735
|
}/**
|
|
1701
1736
|
* Do not edit directly
|
|
1702
|
-
* Generated on
|
|
1737
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
1703
1738
|
*/
|
|
1704
1739
|
:host {
|
|
1705
1740
|
display: block;
|
|
@@ -1780,7 +1815,7 @@ slot[name=icon] {
|
|
|
1780
1815
|
margin-inline-end: 8px;
|
|
1781
1816
|
}/**
|
|
1782
1817
|
* Do not edit directly
|
|
1783
|
-
* Generated on
|
|
1818
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
1784
1819
|
*/
|
|
1785
1820
|
.base {
|
|
1786
1821
|
display: flex;
|
|
@@ -1820,7 +1855,7 @@ slot[name=icon] {
|
|
|
1820
1855
|
display: none;
|
|
1821
1856
|
}/**
|
|
1822
1857
|
* Do not edit directly
|
|
1823
|
-
* Generated on
|
|
1858
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
1824
1859
|
*/
|
|
1825
1860
|
:host {
|
|
1826
1861
|
display: flex;
|
|
@@ -1921,7 +1956,7 @@ slot[name=icon] {
|
|
|
1921
1956
|
margin-inline-start: auto;
|
|
1922
1957
|
}/**
|
|
1923
1958
|
* Do not edit directly
|
|
1924
|
-
* Generated on
|
|
1959
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
1925
1960
|
*/
|
|
1926
1961
|
:host {
|
|
1927
1962
|
display: block;
|
|
@@ -1970,7 +2005,7 @@ header {
|
|
|
1970
2005
|
display: none;
|
|
1971
2006
|
}/**
|
|
1972
2007
|
* Do not edit directly
|
|
1973
|
-
* Generated on
|
|
2008
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
1974
2009
|
*/
|
|
1975
2010
|
.control {
|
|
1976
2011
|
position: relative;
|
|
@@ -2115,7 +2150,7 @@ slot[name=icon] {
|
|
|
2115
2150
|
--focus-stroke-gap-color: transparent;
|
|
2116
2151
|
}/**
|
|
2117
2152
|
* Do not edit directly
|
|
2118
|
-
* Generated on
|
|
2153
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
2119
2154
|
*/
|
|
2120
2155
|
.base {
|
|
2121
2156
|
z-index: 1;
|
|
@@ -2257,7 +2292,7 @@ slot[name=icon] {
|
|
|
2257
2292
|
gap: 4px;
|
|
2258
2293
|
}/**
|
|
2259
2294
|
* Do not edit directly
|
|
2260
|
-
* Generated on
|
|
2295
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
2261
2296
|
*/
|
|
2262
2297
|
.control {
|
|
2263
2298
|
position: relative;
|
|
@@ -2293,12 +2328,12 @@ slot[name=icon] {
|
|
|
2293
2328
|
--_appearance-color-fill: var(--_connotation-color-soft);
|
|
2294
2329
|
--_appearance-color-outline: transparent;
|
|
2295
2330
|
}
|
|
2296
|
-
.control:where(.selected, [aria-current]):where(:not(:disabled, .disabled
|
|
2331
|
+
.control:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
|
|
2297
2332
|
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
2298
2333
|
--_appearance-color-fill: var(--_connotation-color-primary);
|
|
2299
2334
|
--_appearance-color-outline: transparent;
|
|
2300
2335
|
}
|
|
2301
|
-
.control:where(.selected, [aria-current]):where(:hover, .hover) {
|
|
2336
|
+
.control:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
2302
2337
|
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
2303
2338
|
--_appearance-color-fill: var(--_connotation-color-primary-increment);
|
|
2304
2339
|
--_appearance-color-outline: transparent;
|
|
@@ -2359,7 +2394,7 @@ details > summary::-webkit-details-marker {
|
|
|
2359
2394
|
display: none;
|
|
2360
2395
|
}/**
|
|
2361
2396
|
* Do not edit directly
|
|
2362
|
-
* Generated on
|
|
2397
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
2363
2398
|
*/
|
|
2364
2399
|
.control {
|
|
2365
2400
|
position: relative;
|
|
@@ -2393,12 +2428,12 @@ details > summary::-webkit-details-marker {
|
|
|
2393
2428
|
--_appearance-color-fill: var(--_connotation-color-soft);
|
|
2394
2429
|
--_appearance-color-outline: transparent;
|
|
2395
2430
|
}
|
|
2396
|
-
.control:where(.selected, [aria-current]):where(:not(:disabled, .disabled
|
|
2431
|
+
.control:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
|
|
2397
2432
|
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
2398
2433
|
--_appearance-color-fill: var(--_connotation-color-primary);
|
|
2399
2434
|
--_appearance-color-outline: transparent;
|
|
2400
2435
|
}
|
|
2401
|
-
.control:where(.selected, [aria-current]):where(:hover, .hover) {
|
|
2436
|
+
.control:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
2402
2437
|
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
2403
2438
|
--_appearance-color-fill: var(--_connotation-color-primary-increment);
|
|
2404
2439
|
--_appearance-color-outline: transparent;
|
|
@@ -2442,7 +2477,7 @@ slot[name=icon] {
|
|
|
2442
2477
|
line-height: 1;
|
|
2443
2478
|
}/**
|
|
2444
2479
|
* Do not edit directly
|
|
2445
|
-
* Generated on
|
|
2480
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
2446
2481
|
*/
|
|
2447
2482
|
.base {
|
|
2448
2483
|
display: flex;
|
|
@@ -2532,7 +2567,7 @@ slot[name=icon] {
|
|
|
2532
2567
|
font: var(--vvd-typography-base);
|
|
2533
2568
|
}/**
|
|
2534
2569
|
* Do not edit directly
|
|
2535
|
-
* Generated on
|
|
2570
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
2536
2571
|
*/
|
|
2537
2572
|
.control {
|
|
2538
2573
|
display: inline-flex;
|
|
@@ -2581,7 +2616,7 @@ slot[name=icon] {
|
|
|
2581
2616
|
inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
|
|
2582
2617
|
}/**
|
|
2583
2618
|
* Do not edit directly
|
|
2584
|
-
* Generated on
|
|
2619
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
2585
2620
|
*/
|
|
2586
2621
|
.base {
|
|
2587
2622
|
height: 6px;
|
|
@@ -2733,7 +2768,7 @@ slot[name=icon] {
|
|
|
2733
2768
|
}
|
|
2734
2769
|
}/**
|
|
2735
2770
|
* Do not edit directly
|
|
2736
|
-
* Generated on
|
|
2771
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
2737
2772
|
*/
|
|
2738
2773
|
@supports selector(:focus-visible) {
|
|
2739
2774
|
.base:focus-visible {
|
|
@@ -2759,35 +2794,39 @@ slot[name=icon] {
|
|
|
2759
2794
|
--_connotation-color-firm: var(--vvd-selectable-box-cta-firm, var(--vvd-color-cta-600));
|
|
2760
2795
|
/* @cssprop [--vvd-selectable-box-cta-pale=var(--vvd-color-cta-300)] */
|
|
2761
2796
|
--_connotation-color-pale: var(--vvd-selectable-box-cta-pale, var(--vvd-color-cta-300));
|
|
2762
|
-
/* @cssprop [--vvd-selectable-box-cta-
|
|
2763
|
-
--_connotation-color-
|
|
2797
|
+
/* @cssprop [--vvd-selectable-box-cta-fierce=var(--vvd-color-cta-700)] */
|
|
2798
|
+
--_connotation-color-fierce: var(--vvd-selectable-box-cta-fierce, var(--vvd-color-cta-700));
|
|
2799
|
+
/* @cssprop [--vvd-selectable-box-cta-faint=var(--vvd-color-cta-50)] */
|
|
2800
|
+
--_connotation-color-faint: var(--vvd-selectable-box-cta-faint, var(--vvd-color-cta-50));
|
|
2764
2801
|
}
|
|
2765
2802
|
.base:not(.connotation-cta) {
|
|
2766
2803
|
/* @cssprop [--vvd-selectable-box-accent-firm=var(--vvd-color-canvas-text)] */
|
|
2767
2804
|
--_connotation-color-firm: var(--vvd-selectable-box-accent-firm, var(--vvd-color-canvas-text));
|
|
2768
2805
|
/* @cssprop [--vvd-selectable-box-accent-pale=var(--vvd-color-neutral-300)] */
|
|
2769
2806
|
--_connotation-color-pale: var(--vvd-selectable-box-accent-pale, var(--vvd-color-neutral-300));
|
|
2770
|
-
/* @cssprop [--vvd-selectable-box-accent-
|
|
2771
|
-
--_connotation-color-
|
|
2807
|
+
/* @cssprop [--vvd-selectable-box-accent-fierce=var(--vvd-color-neutral-700)] */
|
|
2808
|
+
--_connotation-color-fierce: var(--vvd-selectable-box-accent-fierce, var(--vvd-color-neutral-700));
|
|
2809
|
+
/* @cssprop [--vvd-selectable-box-accent-faint=var(--vvd-color-neutral-50)] */
|
|
2810
|
+
--_connotation-color-faint: var(--vvd-selectable-box-accent-faint, var(--vvd-color-neutral-50));
|
|
2772
2811
|
}
|
|
2773
2812
|
.base {
|
|
2774
|
-
--_appearance-color-text: var(--_connotation-color-
|
|
2775
|
-
--_appearance-color-fill:
|
|
2813
|
+
--_appearance-color-text: var(--_connotation-color-fierce);
|
|
2814
|
+
--_appearance-color-fill: transparent;
|
|
2776
2815
|
--_appearance-color-outline: var(--_connotation-color-pale);
|
|
2777
2816
|
}
|
|
2778
2817
|
.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
2779
|
-
--_appearance-color-text: var(--_connotation-color-
|
|
2780
|
-
--_appearance-color-fill:
|
|
2818
|
+
--_appearance-color-text: var(--_connotation-color-fierce);
|
|
2819
|
+
--_appearance-color-fill: transparent;
|
|
2781
2820
|
--_appearance-color-outline: var(--_connotation-color-firm);
|
|
2782
2821
|
}
|
|
2783
|
-
.base:where(
|
|
2784
|
-
--_appearance-color-text: var(--_connotation-color-
|
|
2785
|
-
--_appearance-color-fill: var(--_connotation-color-
|
|
2822
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
|
|
2823
|
+
--_appearance-color-text: var(--_connotation-color-fierce);
|
|
2824
|
+
--_appearance-color-fill: var(--_connotation-color-faint);
|
|
2786
2825
|
--_appearance-color-outline: var(--_connotation-color-pale);
|
|
2787
2826
|
}
|
|
2788
|
-
.base:where(
|
|
2789
|
-
--_appearance-color-text: var(--_connotation-color-
|
|
2790
|
-
--_appearance-color-fill: var(--_connotation-color-
|
|
2827
|
+
.base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
2828
|
+
--_appearance-color-text: var(--_connotation-color-fierce);
|
|
2829
|
+
--_appearance-color-fill: var(--_connotation-color-faint);
|
|
2791
2830
|
--_appearance-color-outline: var(--_connotation-color-firm);
|
|
2792
2831
|
}
|
|
2793
2832
|
.base.tight {
|
|
@@ -2814,7 +2853,7 @@ slot[name=icon] {
|
|
|
2814
2853
|
inset-inline-end: var(--selectable-box-spacing, 16px);
|
|
2815
2854
|
}/**
|
|
2816
2855
|
* Do not edit directly
|
|
2817
|
-
* Generated on
|
|
2856
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
2818
2857
|
*/
|
|
2819
2858
|
.control {
|
|
2820
2859
|
position: fixed;
|
|
@@ -2861,7 +2900,7 @@ slot[name=icon] {
|
|
|
2861
2900
|
display: none;
|
|
2862
2901
|
}/**
|
|
2863
2902
|
* Do not edit directly
|
|
2864
|
-
* Generated on
|
|
2903
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
2865
2904
|
*/
|
|
2866
2905
|
:host {
|
|
2867
2906
|
display: inline-block;
|
|
@@ -2908,8 +2947,46 @@ slot[name=icon] {
|
|
|
2908
2947
|
/* @cssprop [--vvd-split-button-cta-faint=var(--vvd-color-cta-50)] */
|
|
2909
2948
|
--_connotation-color-faint: var(--vvd-split-button-cta-faint, var(--vvd-color-cta-50));
|
|
2910
2949
|
}
|
|
2911
|
-
.control
|
|
2912
|
-
.indicator
|
|
2950
|
+
.control.connotation-success,
|
|
2951
|
+
.indicator.connotation-success {
|
|
2952
|
+
/* @cssprop [--vvd-split-button-success-primary=var(--vvd-color-success-500)] */
|
|
2953
|
+
--_connotation-color-primary: var(--vvd-split-button-success-primary, var(--vvd-color-success-500));
|
|
2954
|
+
/* @cssprop [--vvd-split-button-success-primary-text=var(--vvd-color-canvas)] */
|
|
2955
|
+
--_connotation-color-primary-text: var(--vvd-split-button-success-primary-text, var(--vvd-color-canvas));
|
|
2956
|
+
/* @cssprop [--vvd-split-button-success-primary-increment=var(--vvd-color-success-600)] */
|
|
2957
|
+
--_connotation-color-primary-increment: var(--vvd-split-button-success-primary-increment, var(--vvd-color-success-600));
|
|
2958
|
+
/* @cssprop [--vvd-split-button-success-contrast=var(--vvd-color-success-800)] */
|
|
2959
|
+
--_connotation-color-contrast: var(--vvd-split-button-success-contrast, var(--vvd-color-success-800));
|
|
2960
|
+
/* @cssprop [--vvd-split-button-success-fierce=var(--vvd-color-success-700)] */
|
|
2961
|
+
--_connotation-color-fierce: var(--vvd-split-button-success-fierce, var(--vvd-color-success-700));
|
|
2962
|
+
/* @cssprop [--vvd-split-button-success-firm=var(--vvd-color-success-600)] */
|
|
2963
|
+
--_connotation-color-firm: var(--vvd-split-button-success-firm, var(--vvd-color-success-600));
|
|
2964
|
+
/* @cssprop [--vvd-split-button-success-soft=var(--vvd-color-success-100)] */
|
|
2965
|
+
--_connotation-color-soft: var(--vvd-split-button-success-soft, var(--vvd-color-success-100));
|
|
2966
|
+
/* @cssprop [--vvd-split-button-success-faint=var(--vvd-color-success-50)] */
|
|
2967
|
+
--_connotation-color-faint: var(--vvd-split-button-success-faint, var(--vvd-color-success-50));
|
|
2968
|
+
}
|
|
2969
|
+
.control.connotation-alert,
|
|
2970
|
+
.indicator.connotation-alert {
|
|
2971
|
+
/* @cssprop [--vvd-split-button-alert-primary=var(--vvd-color-alert-500)] */
|
|
2972
|
+
--_connotation-color-primary: var(--vvd-split-button-alert-primary, var(--vvd-color-alert-500));
|
|
2973
|
+
/* @cssprop [--vvd-split-button-alert-primary-text=var(--vvd-color-canvas)] */
|
|
2974
|
+
--_connotation-color-primary-text: var(--vvd-split-button-alert-primary-text, var(--vvd-color-canvas));
|
|
2975
|
+
/* @cssprop [--vvd-split-button-alert-primary-increment=var(--vvd-color-alert-600)] */
|
|
2976
|
+
--_connotation-color-primary-increment: var(--vvd-split-button-alert-primary-increment, var(--vvd-color-alert-600));
|
|
2977
|
+
/* @cssprop [--vvd-split-button-alert-contrast=var(--vvd-color-alert-800)] */
|
|
2978
|
+
--_connotation-color-contrast: var(--vvd-split-button-alert-contrast, var(--vvd-color-alert-800));
|
|
2979
|
+
/* @cssprop [--vvd-split-button-alert-fierce=var(--vvd-color-alert-700)] */
|
|
2980
|
+
--_connotation-color-fierce: var(--vvd-split-button-alert-fierce, var(--vvd-color-alert-700));
|
|
2981
|
+
/* @cssprop [--vvd-split-button-alert-firm=var(--vvd-color-alert-600)] */
|
|
2982
|
+
--_connotation-color-firm: var(--vvd-split-button-alert-firm, var(--vvd-color-alert-600));
|
|
2983
|
+
/* @cssprop [--vvd-split-button-alert-soft=var(--vvd-color-alert-100)] */
|
|
2984
|
+
--_connotation-color-soft: var(--vvd-split-button-alert-soft, var(--vvd-color-alert-100));
|
|
2985
|
+
/* @cssprop [--vvd-split-button-alert-faint=var(--vvd-color-alert-50)] */
|
|
2986
|
+
--_connotation-color-faint: var(--vvd-split-button-alert-faint, var(--vvd-color-alert-50));
|
|
2987
|
+
}
|
|
2988
|
+
.control:not(.connotation-cta, .connotation-success, .connotation-alert),
|
|
2989
|
+
.indicator:not(.connotation-cta, .connotation-success, .connotation-alert) {
|
|
2913
2990
|
/* @cssprop [--vvd-split-button-accent-primary=var(--vvd-color-canvas-text)] */
|
|
2914
2991
|
--_connotation-color-primary: var(--vvd-split-button-accent-primary, var(--vvd-color-canvas-text));
|
|
2915
2992
|
/* @cssprop [--vvd-split-button-accent-primary-text=var(--vvd-color-canvas)] */
|
|
@@ -3165,7 +3242,7 @@ slot[name=icon] {
|
|
|
3165
3242
|
--focus-inset: -1px;
|
|
3166
3243
|
}/**
|
|
3167
3244
|
* Do not edit directly
|
|
3168
|
-
* Generated on
|
|
3245
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
3169
3246
|
*/
|
|
3170
3247
|
.base {
|
|
3171
3248
|
--tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
|
|
@@ -3256,12 +3333,12 @@ slot[name=icon] {
|
|
|
3256
3333
|
--_appearance-color-fill: transparent;
|
|
3257
3334
|
--_appearance-color-outline: var(--vvd-color-neutral-100);
|
|
3258
3335
|
}
|
|
3259
|
-
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled
|
|
3336
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
|
|
3260
3337
|
--_appearance-color-text: var(--_connotation-color-contrast);
|
|
3261
3338
|
--_appearance-color-fill: var(--_connotation-color-pale);
|
|
3262
3339
|
--_appearance-color-outline: transparent;
|
|
3263
3340
|
}
|
|
3264
|
-
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled
|
|
3341
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)).appearance-duotone {
|
|
3265
3342
|
--_appearance-color-text: var(--_connotation-color-fierce);
|
|
3266
3343
|
--_appearance-color-fill: var(--_connotation-color-faint);
|
|
3267
3344
|
--_appearance-color-outline: var(--_connotation-color-pale);
|
|
@@ -3324,7 +3401,7 @@ slot[name=icon] {
|
|
|
3324
3401
|
gap: 8px;
|
|
3325
3402
|
}/**
|
|
3326
3403
|
* Do not edit directly
|
|
3327
|
-
* Generated on
|
|
3404
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
3328
3405
|
*/
|
|
3329
3406
|
.control {
|
|
3330
3407
|
display: inline-block;
|
|
@@ -3349,7 +3426,7 @@ slot[name=icon] {
|
|
|
3349
3426
|
margin-block-start: 16px;
|
|
3350
3427
|
}/**
|
|
3351
3428
|
* Do not edit directly
|
|
3352
|
-
* Generated on
|
|
3429
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
3353
3430
|
*/
|
|
3354
3431
|
.control {
|
|
3355
3432
|
pointer-events: none;
|
|
@@ -3364,7 +3441,7 @@ slot[name=icon] {
|
|
|
3364
3441
|
font: var(--vvd-typography-base-bold);
|
|
3365
3442
|
}/**
|
|
3366
3443
|
* Do not edit directly
|
|
3367
|
-
* Generated on
|
|
3444
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
3368
3445
|
*/
|
|
3369
3446
|
@supports selector(:focus-visible) {
|
|
3370
3447
|
:host(:focus-visible) {
|
|
@@ -3414,12 +3491,12 @@ slot[name=icon] {
|
|
|
3414
3491
|
--_appearance-color-fill: var(--_connotation-color-soft);
|
|
3415
3492
|
--_appearance-color-outline: transparent;
|
|
3416
3493
|
}
|
|
3417
|
-
.control:where(.selected, [aria-current]):where(:not(:disabled, .disabled
|
|
3494
|
+
.control:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
|
|
3418
3495
|
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
3419
3496
|
--_appearance-color-fill: var(--_connotation-color-primary);
|
|
3420
3497
|
--_appearance-color-outline: transparent;
|
|
3421
3498
|
}
|
|
3422
|
-
.control:where(.selected, [aria-current]):where(:hover, .hover) {
|
|
3499
|
+
.control:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
3423
3500
|
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
3424
3501
|
--_appearance-color-fill: var(--_connotation-color-primary-increment);
|
|
3425
3502
|
--_appearance-color-outline: transparent;
|
|
@@ -3492,7 +3569,7 @@ slot[name=icon] {
|
|
|
3492
3569
|
color: var(--vvd-color-neutral-600);
|
|
3493
3570
|
}/**
|
|
3494
3571
|
* Do not edit directly
|
|
3495
|
-
* Generated on
|
|
3572
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
3496
3573
|
*/
|
|
3497
3574
|
.base {
|
|
3498
3575
|
display: flex;
|
|
@@ -3504,7 +3581,7 @@ slot[name=icon] {
|
|
|
3504
3581
|
border-bottom: 1px solid var(--vvd-color-neutral-200);
|
|
3505
3582
|
}/**
|
|
3506
3583
|
* Do not edit directly
|
|
3507
|
-
* Generated on
|
|
3584
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
3508
3585
|
*/
|
|
3509
3586
|
:host {
|
|
3510
3587
|
display: flex;
|
|
@@ -3621,7 +3698,7 @@ button:not(:focus-visible) > .focus-indicator {
|
|
|
3621
3698
|
display: flex;
|
|
3622
3699
|
}/**
|
|
3623
3700
|
* Do not edit directly
|
|
3624
|
-
* Generated on
|
|
3701
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
3625
3702
|
*/
|
|
3626
3703
|
:host([disabled]) {
|
|
3627
3704
|
cursor: not-allowed;
|
|
@@ -3681,12 +3758,12 @@ button:not(:focus-visible) > .focus-indicator {
|
|
|
3681
3758
|
--_appearance-color-fill: var(--_connotation-color-soft);
|
|
3682
3759
|
--_appearance-color-outline: transparent;
|
|
3683
3760
|
}
|
|
3684
|
-
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled
|
|
3761
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
|
|
3685
3762
|
--_appearance-color-text: var(--_connotation-color-primary);
|
|
3686
3763
|
--_appearance-color-fill: var(--_connotation-color-dim);
|
|
3687
3764
|
--_appearance-color-outline: transparent;
|
|
3688
3765
|
}
|
|
3689
|
-
.base:where(.selected, [aria-current]):where(:hover, .hover) {
|
|
3766
|
+
.base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
3690
3767
|
--_appearance-color-text: var(--_connotation-color-primary);
|
|
3691
3768
|
--_appearance-color-fill: var(--_connotation-color-pale);
|
|
3692
3769
|
--_appearance-color-outline: transparent;
|
|
@@ -3758,7 +3835,7 @@ dialog.fixed {
|
|
|
3758
3835
|
transform: translate(0, -50%);
|
|
3759
3836
|
}/**
|
|
3760
3837
|
* Do not edit directly
|
|
3761
|
-
* Generated on
|
|
3838
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
3762
3839
|
*/
|
|
3763
3840
|
.base {
|
|
3764
3841
|
box-sizing: border-box;
|
|
@@ -3899,7 +3976,7 @@ slot[name=main] {
|
|
|
3899
3976
|
border-radius: inherit;
|
|
3900
3977
|
}/**
|
|
3901
3978
|
* Do not edit directly
|
|
3902
|
-
* Generated on
|
|
3979
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
3903
3980
|
*/
|
|
3904
3981
|
.positioning-region {
|
|
3905
3982
|
display: flex;
|
|
@@ -3918,7 +3995,7 @@ label {
|
|
|
3918
3995
|
font: var(--vvd-typography-base);
|
|
3919
3996
|
}/**
|
|
3920
3997
|
* Do not edit directly
|
|
3921
|
-
* Generated on
|
|
3998
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
3922
3999
|
*/
|
|
3923
4000
|
@supports selector(:focus-visible) {
|
|
3924
4001
|
:host(:focus-visible) {
|
|
@@ -4051,7 +4128,7 @@ slot[name=icon] {
|
|
|
4051
4128
|
opacity: 0;
|
|
4052
4129
|
}/**
|
|
4053
4130
|
* Do not edit directly
|
|
4054
|
-
* Generated on
|
|
4131
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
4055
4132
|
*/
|
|
4056
4133
|
.base {
|
|
4057
4134
|
display: grid;
|
|
@@ -4140,6 +4217,7 @@ slot[name=icon] {
|
|
|
4140
4217
|
.base.orientation-vertical .active-indicator {
|
|
4141
4218
|
align-self: center;
|
|
4142
4219
|
block-size: 80%;
|
|
4220
|
+
border-radius: 2px;
|
|
4143
4221
|
grid-area: 1/1/auto/auto;
|
|
4144
4222
|
inline-size: var(--_tabs-active-indicator-stroke-width);
|
|
4145
4223
|
}
|
|
@@ -4168,7 +4246,7 @@ slot[name=icon] {
|
|
|
4168
4246
|
gap: 4px;
|
|
4169
4247
|
}/**
|
|
4170
4248
|
* Do not edit directly
|
|
4171
|
-
* Generated on
|
|
4249
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
4172
4250
|
*/
|
|
4173
4251
|
:host {
|
|
4174
4252
|
display: inline-flex;
|
|
@@ -4361,7 +4439,7 @@ label {
|
|
|
4361
4439
|
margin-inline-end: 4px;
|
|
4362
4440
|
}/**
|
|
4363
4441
|
* Do not edit directly
|
|
4364
|
-
* Generated on
|
|
4442
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
4365
4443
|
*/
|
|
4366
4444
|
:host {
|
|
4367
4445
|
display: block;
|
|
@@ -4380,7 +4458,7 @@ label {
|
|
|
4380
4458
|
inline-size: 1px;
|
|
4381
4459
|
}/**
|
|
4382
4460
|
* Do not edit directly
|
|
4383
|
-
* Generated on
|
|
4461
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
4384
4462
|
*/
|
|
4385
4463
|
:host {
|
|
4386
4464
|
display: inline-block;
|
|
@@ -4641,7 +4719,7 @@ label {
|
|
|
4641
4719
|
pointer-events: none;
|
|
4642
4720
|
}/**
|
|
4643
4721
|
* Do not edit directly
|
|
4644
|
-
* Generated on
|
|
4722
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
4645
4723
|
*/
|
|
4646
4724
|
@supports selector(:focus-visible) {
|
|
4647
4725
|
:host(:focus-visible) {
|
|
@@ -4822,7 +4900,7 @@ label {
|
|
|
4822
4900
|
--_select-control-border-radius: 6px;
|
|
4823
4901
|
}/**
|
|
4824
4902
|
* Do not edit directly
|
|
4825
|
-
* Generated on
|
|
4903
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
4826
4904
|
*/
|
|
4827
4905
|
:host(.disabled) {
|
|
4828
4906
|
cursor: not-allowed;
|
|
@@ -4925,7 +5003,7 @@ label {
|
|
|
4925
5003
|
}
|
|
4926
5004
|
.control:where(.readonly):where(:not(:disabled, .disabled)).appearance-filled {
|
|
4927
5005
|
--_appearance-color-text: var(--vvd-color-neutral-800);
|
|
4928
|
-
--_appearance-color-fill: var(--vvd-color-neutral-
|
|
5006
|
+
--_appearance-color-fill: var(--vvd-color-neutral-500);
|
|
4929
5007
|
--_appearance-color-outline: transparent;
|
|
4930
5008
|
}
|
|
4931
5009
|
@supports selector(:focus-visible) {
|
|
@@ -4968,18 +5046,27 @@ label {
|
|
|
4968
5046
|
margin-inline-start: auto;
|
|
4969
5047
|
transition: all 0.2s ease-in-out 0s;
|
|
4970
5048
|
}
|
|
4971
|
-
.control.appearance-filled .checked-indicator {
|
|
4972
|
-
background-color: var(--vvd-color-neutral-100);
|
|
4973
|
-
}
|
|
4974
5049
|
.control:not(.appearance-filled) .checked-indicator {
|
|
4975
5050
|
background-color: var(--_appearance-color-outline);
|
|
4976
5051
|
}
|
|
5052
|
+
.control:not(.appearance-filled):where(.readonly) .checked-indicator {
|
|
5053
|
+
background-color: var(--vvd-color-neutral-600);
|
|
5054
|
+
}
|
|
5055
|
+
.control.appearance-filled .checked-indicator {
|
|
5056
|
+
background-color: var(--vvd-color-neutral-100);
|
|
5057
|
+
}
|
|
4977
5058
|
.control:not(.checked) .checked-indicator {
|
|
4978
5059
|
transform: translateX(calc(-1 * var(--_switch-inline-size) + var(--_switch-checked-indicator-size) + var(--_switch-gutter)));
|
|
4979
5060
|
}
|
|
4980
5061
|
.control.checked .checked-indicator {
|
|
4981
5062
|
transform: translateX(calc(-1 * var(--_switch-gutter)));
|
|
4982
5063
|
}
|
|
5064
|
+
.control.appearance-filled.disabled .checked-indicator {
|
|
5065
|
+
background-color: var(--_appearance-color-text);
|
|
5066
|
+
}
|
|
5067
|
+
.control.appearance-filled.readonly .checked-indicator {
|
|
5068
|
+
background-color: var(--vvd-color-neutral-50);
|
|
5069
|
+
}
|
|
4983
5070
|
|
|
4984
5071
|
.label {
|
|
4985
5072
|
color: var(--vvd-color-canvas-text);
|
|
@@ -4996,7 +5083,7 @@ label {
|
|
|
4996
5083
|
display: none;
|
|
4997
5084
|
}/**
|
|
4998
5085
|
* Do not edit directly
|
|
4999
|
-
* Generated on
|
|
5086
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
5000
5087
|
*/
|
|
5001
5088
|
:host {
|
|
5002
5089
|
position: relative;
|
|
@@ -5060,7 +5147,7 @@ label {
|
|
|
5060
5147
|
inline-size: 100%;
|
|
5061
5148
|
}/**
|
|
5062
5149
|
* Do not edit directly
|
|
5063
|
-
* Generated on
|
|
5150
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
5064
5151
|
*/
|
|
5065
5152
|
:host {
|
|
5066
5153
|
display: block;
|
|
@@ -5175,7 +5262,7 @@ label {
|
|
|
5175
5262
|
display: none;
|
|
5176
5263
|
}/**
|
|
5177
5264
|
* Do not edit directly
|
|
5178
|
-
* Generated on
|
|
5265
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
5179
5266
|
*/
|
|
5180
5267
|
:host {
|
|
5181
5268
|
display: inline-block;
|
|
@@ -5335,7 +5422,160 @@ label {
|
|
|
5335
5422
|
resize: vertical;
|
|
5336
5423
|
}/**
|
|
5337
5424
|
* Do not edit directly
|
|
5338
|
-
* Generated on
|
|
5425
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
5426
|
+
*/
|
|
5427
|
+
:host {
|
|
5428
|
+
display: inline-block;
|
|
5429
|
+
width: 100%;
|
|
5430
|
+
}
|
|
5431
|
+
|
|
5432
|
+
:host([orientation=vertical]) {
|
|
5433
|
+
height: 100%;
|
|
5434
|
+
min-height: calc(var(--_thumb-interaction-indicator-size) * 5);
|
|
5435
|
+
}
|
|
5436
|
+
|
|
5437
|
+
:host([disabled]) {
|
|
5438
|
+
cursor: not-allowed;
|
|
5439
|
+
}
|
|
5440
|
+
|
|
5441
|
+
.control {
|
|
5442
|
+
--_thumb-size: 12px;
|
|
5443
|
+
--_thumb-interaction-indicator-size: 36px;
|
|
5444
|
+
height: var(--_thumb-interaction-indicator-size);
|
|
5445
|
+
cursor: pointer;
|
|
5446
|
+
outline: none;
|
|
5447
|
+
user-select: none;
|
|
5448
|
+
}
|
|
5449
|
+
.control.connotation-cta {
|
|
5450
|
+
/* @cssprop [--vvd-slider-cta-primary=var(--vvd-color-cta-500)] */
|
|
5451
|
+
--_connotation-color-primary: var(--vvd-slider-cta-primary, var(--vvd-color-cta-500));
|
|
5452
|
+
}
|
|
5453
|
+
.control:not(.connotation-cta) {
|
|
5454
|
+
/* @cssprop [--vvd-slider-accent-primary=var(--vvd-color-canvas-text)] */
|
|
5455
|
+
--_connotation-color-primary: var(--vvd-slider-accent-primary, var(--vvd-color-canvas-text));
|
|
5456
|
+
}
|
|
5457
|
+
.control {
|
|
5458
|
+
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
5459
|
+
--_appearance-color-fill: var(--_connotation-color-primary);
|
|
5460
|
+
--_appearance-color-outline: transparent;
|
|
5461
|
+
}
|
|
5462
|
+
@supports selector(:focus-visible) {
|
|
5463
|
+
.control:focus-visible {
|
|
5464
|
+
outline: none;
|
|
5465
|
+
}
|
|
5466
|
+
}
|
|
5467
|
+
.control .positioning-region {
|
|
5468
|
+
position: relative;
|
|
5469
|
+
}
|
|
5470
|
+
.control .track {
|
|
5471
|
+
position: absolute;
|
|
5472
|
+
background: var(--_track-background-color);
|
|
5473
|
+
border-radius: 4px;
|
|
5474
|
+
}
|
|
5475
|
+
.control .track .track-start {
|
|
5476
|
+
position: absolute;
|
|
5477
|
+
left: 0;
|
|
5478
|
+
height: 100%;
|
|
5479
|
+
background: var(--_track-start-background-color);
|
|
5480
|
+
border-radius: 4px;
|
|
5481
|
+
}
|
|
5482
|
+
.control .thumb-container {
|
|
5483
|
+
position: absolute;
|
|
5484
|
+
width: var(--_thumb-interaction-indicator-size);
|
|
5485
|
+
height: var(--_thumb-interaction-indicator-size);
|
|
5486
|
+
cursor: inherit;
|
|
5487
|
+
touch-action: none;
|
|
5488
|
+
}
|
|
5489
|
+
.control .thumb-container::before {
|
|
5490
|
+
position: absolute;
|
|
5491
|
+
display: block;
|
|
5492
|
+
width: var(--_thumb-interaction-indicator-size);
|
|
5493
|
+
height: var(--_thumb-interaction-indicator-size);
|
|
5494
|
+
background-color: var(--_track-start-background-color);
|
|
5495
|
+
border-radius: 50%;
|
|
5496
|
+
content: "";
|
|
5497
|
+
opacity: var(--_thumb-interaction-indicator-alpha, 0);
|
|
5498
|
+
transition: opacity 0.2s ease-out 0s;
|
|
5499
|
+
}
|
|
5500
|
+
.control .thumb-container::after {
|
|
5501
|
+
position: absolute;
|
|
5502
|
+
display: block;
|
|
5503
|
+
width: var(--_thumb-size);
|
|
5504
|
+
height: var(--_thumb-size);
|
|
5505
|
+
background-color: var(--_track-start-background-color);
|
|
5506
|
+
border-radius: 50%;
|
|
5507
|
+
content: "";
|
|
5508
|
+
inset: calc((var(--_thumb-interaction-indicator-size) - var(--_thumb-size)) / 2);
|
|
5509
|
+
}
|
|
5510
|
+
.control[aria-orientation=horizontal] {
|
|
5511
|
+
width: calc(100% - var(--_thumb-size));
|
|
5512
|
+
min-width: var(--_thumb-size);
|
|
5513
|
+
margin-left: calc(var(--_thumb-size) / 2);
|
|
5514
|
+
}
|
|
5515
|
+
.control[aria-orientation=horizontal] .track {
|
|
5516
|
+
top: calc((var(--_thumb-interaction-indicator-size) - 2px) / 2);
|
|
5517
|
+
right: 0;
|
|
5518
|
+
left: 0;
|
|
5519
|
+
height: 2px;
|
|
5520
|
+
}
|
|
5521
|
+
.control[aria-orientation=horizontal] .track .mark {
|
|
5522
|
+
width: 100%;
|
|
5523
|
+
height: 4px;
|
|
5524
|
+
}
|
|
5525
|
+
.control[aria-orientation=horizontal] .thumb-container {
|
|
5526
|
+
transform: translateX(calc(var(--_thumb-interaction-indicator-size) / 2));
|
|
5527
|
+
}
|
|
5528
|
+
.control[aria-orientation=vertical] {
|
|
5529
|
+
height: calc(100% - var(--_thumb-interaction-indicator-size));
|
|
5530
|
+
min-height: var(--_thumb-interaction-indicator-size);
|
|
5531
|
+
margin-top: calc(var(--_thumb-interaction-indicator-size) / 2);
|
|
5532
|
+
}
|
|
5533
|
+
.control[aria-orientation=vertical] .positioning-region {
|
|
5534
|
+
height: 100%;
|
|
5535
|
+
}
|
|
5536
|
+
.control[aria-orientation=vertical] .track {
|
|
5537
|
+
left: calc((var(--_thumb-interaction-indicator-size) - 2px) / 2);
|
|
5538
|
+
width: 2px;
|
|
5539
|
+
height: 100%;
|
|
5540
|
+
}
|
|
5541
|
+
.control[aria-orientation=vertical] .track .mark {
|
|
5542
|
+
width: 4px;
|
|
5543
|
+
height: 100%;
|
|
5544
|
+
}
|
|
5545
|
+
.control[aria-orientation=vertical] .track-start {
|
|
5546
|
+
top: 0;
|
|
5547
|
+
width: 100%;
|
|
5548
|
+
height: auto;
|
|
5549
|
+
}
|
|
5550
|
+
.control[aria-orientation=vertical] .thumb-container {
|
|
5551
|
+
transform: translateY(calc(var(--_thumb-interaction-indicator-size) / 2));
|
|
5552
|
+
}
|
|
5553
|
+
.control.disabled {
|
|
5554
|
+
--_track-background-color: var(--vvd-color-neutral-100);
|
|
5555
|
+
--_track-start-background-color: var(--vvd-color-neutral-500);
|
|
5556
|
+
pointer-events: none;
|
|
5557
|
+
}
|
|
5558
|
+
.control:not(.disabled) {
|
|
5559
|
+
--_track-background-color: var(--vvd-color-neutral-300);
|
|
5560
|
+
--_track-start-background-color: var(--_appearance-color-fill);
|
|
5561
|
+
}
|
|
5562
|
+
.control:not(.disabled) .thumb-container:hover {
|
|
5563
|
+
--_thumb-interaction-indicator-alpha: 0.12;
|
|
5564
|
+
}
|
|
5565
|
+
.control:not(.disabled) .thumb-container:active {
|
|
5566
|
+
--_thumb-interaction-indicator-alpha: 0.25;
|
|
5567
|
+
}
|
|
5568
|
+
|
|
5569
|
+
.focus-indicator {
|
|
5570
|
+
--focus-inset: -3px;
|
|
5571
|
+
--focus-stroke-gap-color: transparent;
|
|
5572
|
+
border-radius: 50%;
|
|
5573
|
+
}
|
|
5574
|
+
.control:not(:focus-visible) .focus-indicator {
|
|
5575
|
+
display: none;
|
|
5576
|
+
}/**
|
|
5577
|
+
* Do not edit directly
|
|
5578
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
5339
5579
|
*/
|
|
5340
5580
|
@supports selector(:focus-visible) {
|
|
5341
5581
|
:host(:focus-visible) {
|
|
@@ -5378,12 +5618,12 @@ label {
|
|
|
5378
5618
|
--_appearance-color-fill: var(--_connotation-color-soft);
|
|
5379
5619
|
--_appearance-color-outline: transparent;
|
|
5380
5620
|
}
|
|
5381
|
-
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled
|
|
5621
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
|
|
5382
5622
|
--_appearance-color-text: var(--_connotation-color-primary);
|
|
5383
5623
|
--_appearance-color-fill: var(--_connotation-color-dim);
|
|
5384
5624
|
--_appearance-color-outline: transparent;
|
|
5385
5625
|
}
|
|
5386
|
-
.base:where(.selected, [aria-current]):where(:hover, .hover) {
|
|
5626
|
+
.base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
5387
5627
|
--_appearance-color-text: var(--_connotation-color-primary);
|
|
5388
5628
|
--_appearance-color-fill: var(--_connotation-color-pale);
|
|
5389
5629
|
--_appearance-color-outline: transparent;
|
|
@@ -5497,159 +5737,6 @@ label {
|
|
|
5497
5737
|
}
|
|
5498
5738
|
.base.two-lines .text-secondary {
|
|
5499
5739
|
color: var(--vvd-color-neutral-600);
|
|
5500
|
-
}/**
|
|
5501
|
-
* Do not edit directly
|
|
5502
|
-
* Generated on Wed, 01 Nov 2023 12:16:28 GMT
|
|
5503
|
-
*/
|
|
5504
|
-
:host {
|
|
5505
|
-
display: inline-block;
|
|
5506
|
-
width: 100%;
|
|
5507
|
-
}
|
|
5508
|
-
|
|
5509
|
-
:host([orientation=vertical]) {
|
|
5510
|
-
height: 100%;
|
|
5511
|
-
min-height: calc(var(--_thumb-interaction-indicator-size) * 5);
|
|
5512
|
-
}
|
|
5513
|
-
|
|
5514
|
-
:host([disabled]) {
|
|
5515
|
-
cursor: not-allowed;
|
|
5516
|
-
}
|
|
5517
|
-
|
|
5518
|
-
.control {
|
|
5519
|
-
--_thumb-size: 12px;
|
|
5520
|
-
--_thumb-interaction-indicator-size: 36px;
|
|
5521
|
-
height: var(--_thumb-interaction-indicator-size);
|
|
5522
|
-
cursor: pointer;
|
|
5523
|
-
outline: none;
|
|
5524
|
-
user-select: none;
|
|
5525
|
-
}
|
|
5526
|
-
.control.connotation-cta {
|
|
5527
|
-
/* @cssprop [--vvd-slider-cta-primary=var(--vvd-color-cta-500)] */
|
|
5528
|
-
--_connotation-color-primary: var(--vvd-slider-cta-primary, var(--vvd-color-cta-500));
|
|
5529
|
-
}
|
|
5530
|
-
.control:not(.connotation-cta) {
|
|
5531
|
-
/* @cssprop [--vvd-slider-accent-primary=var(--vvd-color-canvas-text)] */
|
|
5532
|
-
--_connotation-color-primary: var(--vvd-slider-accent-primary, var(--vvd-color-canvas-text));
|
|
5533
|
-
}
|
|
5534
|
-
.control {
|
|
5535
|
-
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
5536
|
-
--_appearance-color-fill: var(--_connotation-color-primary);
|
|
5537
|
-
--_appearance-color-outline: transparent;
|
|
5538
|
-
}
|
|
5539
|
-
@supports selector(:focus-visible) {
|
|
5540
|
-
.control:focus-visible {
|
|
5541
|
-
outline: none;
|
|
5542
|
-
}
|
|
5543
|
-
}
|
|
5544
|
-
.control .positioning-region {
|
|
5545
|
-
position: relative;
|
|
5546
|
-
}
|
|
5547
|
-
.control .track {
|
|
5548
|
-
position: absolute;
|
|
5549
|
-
background: var(--_track-background-color);
|
|
5550
|
-
border-radius: 4px;
|
|
5551
|
-
}
|
|
5552
|
-
.control .track .track-start {
|
|
5553
|
-
position: absolute;
|
|
5554
|
-
left: 0;
|
|
5555
|
-
height: 100%;
|
|
5556
|
-
background: var(--_track-start-background-color);
|
|
5557
|
-
border-radius: 4px;
|
|
5558
|
-
}
|
|
5559
|
-
.control .thumb-container {
|
|
5560
|
-
position: absolute;
|
|
5561
|
-
width: var(--_thumb-interaction-indicator-size);
|
|
5562
|
-
height: var(--_thumb-interaction-indicator-size);
|
|
5563
|
-
cursor: inherit;
|
|
5564
|
-
touch-action: none;
|
|
5565
|
-
}
|
|
5566
|
-
.control .thumb-container::before {
|
|
5567
|
-
position: absolute;
|
|
5568
|
-
display: block;
|
|
5569
|
-
width: var(--_thumb-interaction-indicator-size);
|
|
5570
|
-
height: var(--_thumb-interaction-indicator-size);
|
|
5571
|
-
background-color: var(--_track-start-background-color);
|
|
5572
|
-
border-radius: 50%;
|
|
5573
|
-
content: "";
|
|
5574
|
-
opacity: var(--_thumb-interaction-indicator-alpha, 0);
|
|
5575
|
-
transition: opacity 0.2s ease-out 0s;
|
|
5576
|
-
}
|
|
5577
|
-
.control .thumb-container::after {
|
|
5578
|
-
position: absolute;
|
|
5579
|
-
display: block;
|
|
5580
|
-
width: var(--_thumb-size);
|
|
5581
|
-
height: var(--_thumb-size);
|
|
5582
|
-
background-color: var(--_track-start-background-color);
|
|
5583
|
-
border-radius: 50%;
|
|
5584
|
-
content: "";
|
|
5585
|
-
inset: calc((var(--_thumb-interaction-indicator-size) - var(--_thumb-size)) / 2);
|
|
5586
|
-
}
|
|
5587
|
-
.control[aria-orientation=horizontal] {
|
|
5588
|
-
width: calc(100% - var(--_thumb-size));
|
|
5589
|
-
min-width: var(--_thumb-size);
|
|
5590
|
-
margin-left: calc(var(--_thumb-size) / 2);
|
|
5591
|
-
}
|
|
5592
|
-
.control[aria-orientation=horizontal] .track {
|
|
5593
|
-
top: calc((var(--_thumb-interaction-indicator-size) - 2px) / 2);
|
|
5594
|
-
right: 0;
|
|
5595
|
-
left: 0;
|
|
5596
|
-
height: 2px;
|
|
5597
|
-
}
|
|
5598
|
-
.control[aria-orientation=horizontal] .track .mark {
|
|
5599
|
-
width: 100%;
|
|
5600
|
-
height: 4px;
|
|
5601
|
-
}
|
|
5602
|
-
.control[aria-orientation=horizontal] .thumb-container {
|
|
5603
|
-
transform: translateX(calc(var(--_thumb-interaction-indicator-size) / 2));
|
|
5604
|
-
}
|
|
5605
|
-
.control[aria-orientation=vertical] {
|
|
5606
|
-
height: calc(100% - var(--_thumb-interaction-indicator-size));
|
|
5607
|
-
min-height: var(--_thumb-interaction-indicator-size);
|
|
5608
|
-
margin-top: calc(var(--_thumb-interaction-indicator-size) / 2);
|
|
5609
|
-
}
|
|
5610
|
-
.control[aria-orientation=vertical] .positioning-region {
|
|
5611
|
-
height: 100%;
|
|
5612
|
-
}
|
|
5613
|
-
.control[aria-orientation=vertical] .track {
|
|
5614
|
-
left: calc((var(--_thumb-interaction-indicator-size) - 2px) / 2);
|
|
5615
|
-
width: 2px;
|
|
5616
|
-
height: 100%;
|
|
5617
|
-
}
|
|
5618
|
-
.control[aria-orientation=vertical] .track .mark {
|
|
5619
|
-
width: 4px;
|
|
5620
|
-
height: 100%;
|
|
5621
|
-
}
|
|
5622
|
-
.control[aria-orientation=vertical] .track-start {
|
|
5623
|
-
top: 0;
|
|
5624
|
-
width: 100%;
|
|
5625
|
-
height: auto;
|
|
5626
|
-
}
|
|
5627
|
-
.control[aria-orientation=vertical] .thumb-container {
|
|
5628
|
-
transform: translateY(calc(var(--_thumb-interaction-indicator-size) / 2));
|
|
5629
|
-
}
|
|
5630
|
-
.control.disabled {
|
|
5631
|
-
--_track-background-color: var(--vvd-color-neutral-100);
|
|
5632
|
-
--_track-start-background-color: var(--vvd-color-neutral-500);
|
|
5633
|
-
pointer-events: none;
|
|
5634
|
-
}
|
|
5635
|
-
.control:not(.disabled) {
|
|
5636
|
-
--_track-background-color: var(--vvd-color-neutral-300);
|
|
5637
|
-
--_track-start-background-color: var(--_appearance-color-fill);
|
|
5638
|
-
}
|
|
5639
|
-
.control:not(.disabled) .thumb-container:hover {
|
|
5640
|
-
--_thumb-interaction-indicator-alpha: 0.12;
|
|
5641
|
-
}
|
|
5642
|
-
.control:not(.disabled) .thumb-container:active {
|
|
5643
|
-
--_thumb-interaction-indicator-alpha: 0.25;
|
|
5644
|
-
}
|
|
5645
|
-
|
|
5646
|
-
.focus-indicator {
|
|
5647
|
-
--focus-inset: -3px;
|
|
5648
|
-
--focus-stroke-gap-color: transparent;
|
|
5649
|
-
border-radius: 50%;
|
|
5650
|
-
}
|
|
5651
|
-
.control:not(:focus-visible) .focus-indicator {
|
|
5652
|
-
display: none;
|
|
5653
5740
|
}:host {
|
|
5654
5741
|
display: block;
|
|
5655
5742
|
}
|
|
@@ -5669,7 +5756,7 @@ label {
|
|
|
5669
5756
|
display: none;
|
|
5670
5757
|
}/**
|
|
5671
5758
|
* Do not edit directly
|
|
5672
|
-
* Generated on
|
|
5759
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
5673
5760
|
*/
|
|
5674
5761
|
.base {
|
|
5675
5762
|
display: grid;
|
|
@@ -5715,12 +5802,12 @@ label {
|
|
|
5715
5802
|
--_appearance-color-fill: var(--_connotation-color-faint);
|
|
5716
5803
|
--_appearance-color-outline: transparent;
|
|
5717
5804
|
}
|
|
5718
|
-
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled
|
|
5805
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
|
|
5719
5806
|
--_appearance-color-text: var(--_connotation-color-primary);
|
|
5720
5807
|
--_appearance-color-fill: var(--_connotation-color-dim);
|
|
5721
5808
|
--_appearance-color-outline: transparent;
|
|
5722
5809
|
}
|
|
5723
|
-
.base:where(.selected, [aria-current]):where(:hover, .hover) {
|
|
5810
|
+
.base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
5724
5811
|
--_appearance-color-text: var(--_connotation-color-primary);
|
|
5725
5812
|
--_appearance-color-fill: var(--_connotation-color-pale);
|
|
5726
5813
|
--_appearance-color-outline: transparent;
|
|
@@ -5738,7 +5825,7 @@ label {
|
|
|
5738
5825
|
background-color: var(--_appearance-color-fill);
|
|
5739
5826
|
}/**
|
|
5740
5827
|
* Do not edit directly
|
|
5741
|
-
* Generated on
|
|
5828
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
5742
5829
|
*/
|
|
5743
5830
|
:host {
|
|
5744
5831
|
min-inline-size: 80px;
|
|
@@ -5797,12 +5884,12 @@ label {
|
|
|
5797
5884
|
--_appearance-color-fill: var(--_connotation-color-faint);
|
|
5798
5885
|
--_appearance-color-outline: transparent;
|
|
5799
5886
|
}
|
|
5800
|
-
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled
|
|
5887
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
|
|
5801
5888
|
--_appearance-color-text: var(--_connotation-color-primary);
|
|
5802
5889
|
--_appearance-color-fill: var(--_connotation-color-dim);
|
|
5803
5890
|
--_appearance-color-outline: transparent;
|
|
5804
5891
|
}
|
|
5805
|
-
.base:where(.selected, [aria-current]):where(:hover, .hover) {
|
|
5892
|
+
.base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
5806
5893
|
--_appearance-color-text: var(--_connotation-color-primary);
|
|
5807
5894
|
--_appearance-color-fill: var(--_connotation-color-pale);
|
|
5808
5895
|
--_appearance-color-outline: transparent;
|
|
@@ -5835,7 +5922,7 @@ slot {
|
|
|
5835
5922
|
margin-inline-start: auto;
|
|
5836
5923
|
}/**
|
|
5837
5924
|
* Do not edit directly
|
|
5838
|
-
* Generated on
|
|
5925
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
5839
5926
|
*/
|
|
5840
5927
|
ol {
|
|
5841
5928
|
padding: 0;
|
|
@@ -6095,7 +6182,7 @@ ol {
|
|
|
6095
6182
|
text-transform: uppercase;
|
|
6096
6183
|
}/**
|
|
6097
6184
|
* Do not edit directly
|
|
6098
|
-
* Generated on
|
|
6185
|
+
* Generated on Thu, 30 Nov 2023 11:42:28 GMT
|
|
6099
6186
|
*/
|
|
6100
6187
|
:host {
|
|
6101
6188
|
display: inline-block;
|
|
@@ -6277,12 +6364,12 @@ ol {
|
|
|
6277
6364
|
--_appearance-color-fill: var(--_connotation-color-soft);
|
|
6278
6365
|
--_appearance-color-outline: transparent;
|
|
6279
6366
|
}
|
|
6280
|
-
.button:where(.selected, [aria-current]):where(:not(:disabled, .disabled
|
|
6367
|
+
.button:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
|
|
6281
6368
|
--_appearance-color-text: var(--_connotation-color-primary);
|
|
6282
6369
|
--_appearance-color-fill: var(--_connotation-color-dim);
|
|
6283
6370
|
--_appearance-color-outline: transparent;
|
|
6284
6371
|
}
|
|
6285
|
-
.button:where(.selected, [aria-current]):where(:hover, .hover) {
|
|
6372
|
+
.button:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
6286
6373
|
--_appearance-color-text: var(--_connotation-color-primary);
|
|
6287
6374
|
--_appearance-color-fill: var(--_connotation-color-pale);
|
|
6288
6375
|
--_appearance-color-outline: transparent;
|