@vonage/vivid 3.40.0 → 3.41.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 +330 -38
- 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 +1 -2
- package/lib/split-button/locale.d.ts +3 -0
- package/lib/split-button/split-button.d.ts +3 -1
- 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 +156 -664
- package/shared/definition16.js +576 -1137
- package/shared/definition17.js +1278 -143
- package/shared/definition18.js +64 -305
- package/shared/definition19.js +357 -218
- 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 +105 -77
- package/shared/definition43.js +74 -567
- package/shared/definition44.js +568 -102
- 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 +493 -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/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 +5 -5
- 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 +248 -208
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- 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 +251 -0
package/style.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed,
|
|
3
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 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 Wed,
|
|
322
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 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 Wed,
|
|
340
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 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 Wed,
|
|
365
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 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 Wed,
|
|
502
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 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 Wed,
|
|
553
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 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 Wed,
|
|
676
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 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 Wed,
|
|
763
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 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 Wed,
|
|
827
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 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 Wed,
|
|
930
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 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 Wed,
|
|
1299
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 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 Wed,
|
|
1422
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 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 Wed, 22 Nov 2023 16:09:43 GMT
|
|
1423
1449
|
*/
|
|
1424
1450
|
.base {
|
|
1425
1451
|
display: inline-flex;
|
|
@@ -1526,8 +1552,12 @@ slot[name=icon] {
|
|
|
1526
1552
|
object-fit: cover;
|
|
1527
1553
|
}/**
|
|
1528
1554
|
* Do not edit directly
|
|
1529
|
-
* Generated on Wed,
|
|
1555
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
1530
1556
|
*/
|
|
1557
|
+
:host {
|
|
1558
|
+
display: inline-block;
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1531
1561
|
.base {
|
|
1532
1562
|
--_badge-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
|
|
1533
1563
|
display: inline-flex;
|
|
@@ -1539,6 +1569,7 @@ slot[name=icon] {
|
|
|
1539
1569
|
color: var(--_appearance-color-text);
|
|
1540
1570
|
column-gap: 8px;
|
|
1541
1571
|
font: var(--vvd-typography-base-condensed-bold);
|
|
1572
|
+
inline-size: 100%;
|
|
1542
1573
|
padding-inline: 8px;
|
|
1543
1574
|
vertical-align: middle;
|
|
1544
1575
|
}
|
|
@@ -1699,7 +1730,7 @@ slot[name=icon] {
|
|
|
1699
1730
|
order: 1;
|
|
1700
1731
|
}/**
|
|
1701
1732
|
* Do not edit directly
|
|
1702
|
-
* Generated on Wed,
|
|
1733
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
1703
1734
|
*/
|
|
1704
1735
|
:host {
|
|
1705
1736
|
display: block;
|
|
@@ -1780,7 +1811,7 @@ slot[name=icon] {
|
|
|
1780
1811
|
margin-inline-end: 8px;
|
|
1781
1812
|
}/**
|
|
1782
1813
|
* Do not edit directly
|
|
1783
|
-
* Generated on Wed,
|
|
1814
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
1784
1815
|
*/
|
|
1785
1816
|
.base {
|
|
1786
1817
|
display: flex;
|
|
@@ -1820,7 +1851,7 @@ slot[name=icon] {
|
|
|
1820
1851
|
display: none;
|
|
1821
1852
|
}/**
|
|
1822
1853
|
* Do not edit directly
|
|
1823
|
-
* Generated on Wed,
|
|
1854
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
1824
1855
|
*/
|
|
1825
1856
|
:host {
|
|
1826
1857
|
display: flex;
|
|
@@ -1921,7 +1952,7 @@ slot[name=icon] {
|
|
|
1921
1952
|
margin-inline-start: auto;
|
|
1922
1953
|
}/**
|
|
1923
1954
|
* Do not edit directly
|
|
1924
|
-
* Generated on Wed,
|
|
1955
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
1925
1956
|
*/
|
|
1926
1957
|
:host {
|
|
1927
1958
|
display: block;
|
|
@@ -1970,7 +2001,7 @@ header {
|
|
|
1970
2001
|
display: none;
|
|
1971
2002
|
}/**
|
|
1972
2003
|
* Do not edit directly
|
|
1973
|
-
* Generated on Wed,
|
|
2004
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
1974
2005
|
*/
|
|
1975
2006
|
.control {
|
|
1976
2007
|
position: relative;
|
|
@@ -2115,7 +2146,7 @@ slot[name=icon] {
|
|
|
2115
2146
|
--focus-stroke-gap-color: transparent;
|
|
2116
2147
|
}/**
|
|
2117
2148
|
* Do not edit directly
|
|
2118
|
-
* Generated on Wed,
|
|
2149
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
2119
2150
|
*/
|
|
2120
2151
|
.base {
|
|
2121
2152
|
z-index: 1;
|
|
@@ -2257,7 +2288,7 @@ slot[name=icon] {
|
|
|
2257
2288
|
gap: 4px;
|
|
2258
2289
|
}/**
|
|
2259
2290
|
* Do not edit directly
|
|
2260
|
-
* Generated on Wed,
|
|
2291
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
2261
2292
|
*/
|
|
2262
2293
|
.control {
|
|
2263
2294
|
position: relative;
|
|
@@ -2359,7 +2390,7 @@ details > summary::-webkit-details-marker {
|
|
|
2359
2390
|
display: none;
|
|
2360
2391
|
}/**
|
|
2361
2392
|
* Do not edit directly
|
|
2362
|
-
* Generated on Wed,
|
|
2393
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
2363
2394
|
*/
|
|
2364
2395
|
.control {
|
|
2365
2396
|
position: relative;
|
|
@@ -2442,7 +2473,7 @@ slot[name=icon] {
|
|
|
2442
2473
|
line-height: 1;
|
|
2443
2474
|
}/**
|
|
2444
2475
|
* Do not edit directly
|
|
2445
|
-
* Generated on Wed,
|
|
2476
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
2446
2477
|
*/
|
|
2447
2478
|
.base {
|
|
2448
2479
|
display: flex;
|
|
@@ -2532,7 +2563,7 @@ slot[name=icon] {
|
|
|
2532
2563
|
font: var(--vvd-typography-base);
|
|
2533
2564
|
}/**
|
|
2534
2565
|
* Do not edit directly
|
|
2535
|
-
* Generated on Wed,
|
|
2566
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
2536
2567
|
*/
|
|
2537
2568
|
.control {
|
|
2538
2569
|
display: inline-flex;
|
|
@@ -2581,7 +2612,7 @@ slot[name=icon] {
|
|
|
2581
2612
|
inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
|
|
2582
2613
|
}/**
|
|
2583
2614
|
* Do not edit directly
|
|
2584
|
-
* Generated on Wed,
|
|
2615
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
2585
2616
|
*/
|
|
2586
2617
|
.base {
|
|
2587
2618
|
height: 6px;
|
|
@@ -2733,7 +2764,7 @@ slot[name=icon] {
|
|
|
2733
2764
|
}
|
|
2734
2765
|
}/**
|
|
2735
2766
|
* Do not edit directly
|
|
2736
|
-
* Generated on Wed,
|
|
2767
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
2737
2768
|
*/
|
|
2738
2769
|
@supports selector(:focus-visible) {
|
|
2739
2770
|
.base:focus-visible {
|
|
@@ -2814,7 +2845,7 @@ slot[name=icon] {
|
|
|
2814
2845
|
inset-inline-end: var(--selectable-box-spacing, 16px);
|
|
2815
2846
|
}/**
|
|
2816
2847
|
* Do not edit directly
|
|
2817
|
-
* Generated on Wed,
|
|
2848
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
2818
2849
|
*/
|
|
2819
2850
|
.control {
|
|
2820
2851
|
position: fixed;
|
|
@@ -2861,7 +2892,7 @@ slot[name=icon] {
|
|
|
2861
2892
|
display: none;
|
|
2862
2893
|
}/**
|
|
2863
2894
|
* Do not edit directly
|
|
2864
|
-
* Generated on Wed,
|
|
2895
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
2865
2896
|
*/
|
|
2866
2897
|
:host {
|
|
2867
2898
|
display: inline-block;
|
|
@@ -3165,7 +3196,7 @@ slot[name=icon] {
|
|
|
3165
3196
|
--focus-inset: -1px;
|
|
3166
3197
|
}/**
|
|
3167
3198
|
* Do not edit directly
|
|
3168
|
-
* Generated on Wed,
|
|
3199
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
3169
3200
|
*/
|
|
3170
3201
|
.base {
|
|
3171
3202
|
--tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
|
|
@@ -3324,7 +3355,7 @@ slot[name=icon] {
|
|
|
3324
3355
|
gap: 8px;
|
|
3325
3356
|
}/**
|
|
3326
3357
|
* Do not edit directly
|
|
3327
|
-
* Generated on Wed,
|
|
3358
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
3328
3359
|
*/
|
|
3329
3360
|
.control {
|
|
3330
3361
|
display: inline-block;
|
|
@@ -3349,7 +3380,7 @@ slot[name=icon] {
|
|
|
3349
3380
|
margin-block-start: 16px;
|
|
3350
3381
|
}/**
|
|
3351
3382
|
* Do not edit directly
|
|
3352
|
-
* Generated on Wed,
|
|
3383
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
3353
3384
|
*/
|
|
3354
3385
|
.control {
|
|
3355
3386
|
pointer-events: none;
|
|
@@ -3364,7 +3395,7 @@ slot[name=icon] {
|
|
|
3364
3395
|
font: var(--vvd-typography-base-bold);
|
|
3365
3396
|
}/**
|
|
3366
3397
|
* Do not edit directly
|
|
3367
|
-
* Generated on Wed,
|
|
3398
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
3368
3399
|
*/
|
|
3369
3400
|
@supports selector(:focus-visible) {
|
|
3370
3401
|
:host(:focus-visible) {
|
|
@@ -3492,7 +3523,7 @@ slot[name=icon] {
|
|
|
3492
3523
|
color: var(--vvd-color-neutral-600);
|
|
3493
3524
|
}/**
|
|
3494
3525
|
* Do not edit directly
|
|
3495
|
-
* Generated on Wed,
|
|
3526
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
3496
3527
|
*/
|
|
3497
3528
|
.base {
|
|
3498
3529
|
display: flex;
|
|
@@ -3504,7 +3535,7 @@ slot[name=icon] {
|
|
|
3504
3535
|
border-bottom: 1px solid var(--vvd-color-neutral-200);
|
|
3505
3536
|
}/**
|
|
3506
3537
|
* Do not edit directly
|
|
3507
|
-
* Generated on Wed,
|
|
3538
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
3508
3539
|
*/
|
|
3509
3540
|
:host {
|
|
3510
3541
|
display: flex;
|
|
@@ -3621,7 +3652,7 @@ button:not(:focus-visible) > .focus-indicator {
|
|
|
3621
3652
|
display: flex;
|
|
3622
3653
|
}/**
|
|
3623
3654
|
* Do not edit directly
|
|
3624
|
-
* Generated on Wed,
|
|
3655
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
3625
3656
|
*/
|
|
3626
3657
|
:host([disabled]) {
|
|
3627
3658
|
cursor: not-allowed;
|
|
@@ -3758,7 +3789,7 @@ dialog.fixed {
|
|
|
3758
3789
|
transform: translate(0, -50%);
|
|
3759
3790
|
}/**
|
|
3760
3791
|
* Do not edit directly
|
|
3761
|
-
* Generated on Wed,
|
|
3792
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
3762
3793
|
*/
|
|
3763
3794
|
.base {
|
|
3764
3795
|
box-sizing: border-box;
|
|
@@ -3899,7 +3930,7 @@ slot[name=main] {
|
|
|
3899
3930
|
border-radius: inherit;
|
|
3900
3931
|
}/**
|
|
3901
3932
|
* Do not edit directly
|
|
3902
|
-
* Generated on Wed,
|
|
3933
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
3903
3934
|
*/
|
|
3904
3935
|
.positioning-region {
|
|
3905
3936
|
display: flex;
|
|
@@ -3918,7 +3949,7 @@ label {
|
|
|
3918
3949
|
font: var(--vvd-typography-base);
|
|
3919
3950
|
}/**
|
|
3920
3951
|
* Do not edit directly
|
|
3921
|
-
* Generated on Wed,
|
|
3952
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
3922
3953
|
*/
|
|
3923
3954
|
@supports selector(:focus-visible) {
|
|
3924
3955
|
:host(:focus-visible) {
|
|
@@ -4051,7 +4082,7 @@ slot[name=icon] {
|
|
|
4051
4082
|
opacity: 0;
|
|
4052
4083
|
}/**
|
|
4053
4084
|
* Do not edit directly
|
|
4054
|
-
* Generated on Wed,
|
|
4085
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
4055
4086
|
*/
|
|
4056
4087
|
.base {
|
|
4057
4088
|
display: grid;
|
|
@@ -4168,7 +4199,7 @@ slot[name=icon] {
|
|
|
4168
4199
|
gap: 4px;
|
|
4169
4200
|
}/**
|
|
4170
4201
|
* Do not edit directly
|
|
4171
|
-
* Generated on Wed,
|
|
4202
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
4172
4203
|
*/
|
|
4173
4204
|
:host {
|
|
4174
4205
|
display: inline-flex;
|
|
@@ -4361,7 +4392,7 @@ label {
|
|
|
4361
4392
|
margin-inline-end: 4px;
|
|
4362
4393
|
}/**
|
|
4363
4394
|
* Do not edit directly
|
|
4364
|
-
* Generated on Wed,
|
|
4395
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
4365
4396
|
*/
|
|
4366
4397
|
:host {
|
|
4367
4398
|
display: block;
|
|
@@ -4380,7 +4411,7 @@ label {
|
|
|
4380
4411
|
inline-size: 1px;
|
|
4381
4412
|
}/**
|
|
4382
4413
|
* Do not edit directly
|
|
4383
|
-
* Generated on Wed,
|
|
4414
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
4384
4415
|
*/
|
|
4385
4416
|
:host {
|
|
4386
4417
|
display: inline-block;
|
|
@@ -4641,7 +4672,7 @@ label {
|
|
|
4641
4672
|
pointer-events: none;
|
|
4642
4673
|
}/**
|
|
4643
4674
|
* Do not edit directly
|
|
4644
|
-
* Generated on Wed,
|
|
4675
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
4645
4676
|
*/
|
|
4646
4677
|
@supports selector(:focus-visible) {
|
|
4647
4678
|
:host(:focus-visible) {
|
|
@@ -4822,7 +4853,7 @@ label {
|
|
|
4822
4853
|
--_select-control-border-radius: 6px;
|
|
4823
4854
|
}/**
|
|
4824
4855
|
* Do not edit directly
|
|
4825
|
-
* Generated on Wed,
|
|
4856
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
4826
4857
|
*/
|
|
4827
4858
|
:host(.disabled) {
|
|
4828
4859
|
cursor: not-allowed;
|
|
@@ -4925,7 +4956,7 @@ label {
|
|
|
4925
4956
|
}
|
|
4926
4957
|
.control:where(.readonly):where(:not(:disabled, .disabled)).appearance-filled {
|
|
4927
4958
|
--_appearance-color-text: var(--vvd-color-neutral-800);
|
|
4928
|
-
--_appearance-color-fill: var(--vvd-color-neutral-
|
|
4959
|
+
--_appearance-color-fill: var(--vvd-color-neutral-500);
|
|
4929
4960
|
--_appearance-color-outline: transparent;
|
|
4930
4961
|
}
|
|
4931
4962
|
@supports selector(:focus-visible) {
|
|
@@ -4968,18 +4999,27 @@ label {
|
|
|
4968
4999
|
margin-inline-start: auto;
|
|
4969
5000
|
transition: all 0.2s ease-in-out 0s;
|
|
4970
5001
|
}
|
|
4971
|
-
.control.appearance-filled .checked-indicator {
|
|
4972
|
-
background-color: var(--vvd-color-neutral-100);
|
|
4973
|
-
}
|
|
4974
5002
|
.control:not(.appearance-filled) .checked-indicator {
|
|
4975
5003
|
background-color: var(--_appearance-color-outline);
|
|
4976
5004
|
}
|
|
5005
|
+
.control:not(.appearance-filled):where(.readonly) .checked-indicator {
|
|
5006
|
+
background-color: var(--vvd-color-neutral-600);
|
|
5007
|
+
}
|
|
5008
|
+
.control.appearance-filled .checked-indicator {
|
|
5009
|
+
background-color: var(--vvd-color-neutral-100);
|
|
5010
|
+
}
|
|
4977
5011
|
.control:not(.checked) .checked-indicator {
|
|
4978
5012
|
transform: translateX(calc(-1 * var(--_switch-inline-size) + var(--_switch-checked-indicator-size) + var(--_switch-gutter)));
|
|
4979
5013
|
}
|
|
4980
5014
|
.control.checked .checked-indicator {
|
|
4981
5015
|
transform: translateX(calc(-1 * var(--_switch-gutter)));
|
|
4982
5016
|
}
|
|
5017
|
+
.control.appearance-filled.disabled .checked-indicator {
|
|
5018
|
+
background-color: var(--_appearance-color-text);
|
|
5019
|
+
}
|
|
5020
|
+
.control.appearance-filled.readonly .checked-indicator {
|
|
5021
|
+
background-color: var(--vvd-color-neutral-50);
|
|
5022
|
+
}
|
|
4983
5023
|
|
|
4984
5024
|
.label {
|
|
4985
5025
|
color: var(--vvd-color-canvas-text);
|
|
@@ -4996,7 +5036,7 @@ label {
|
|
|
4996
5036
|
display: none;
|
|
4997
5037
|
}/**
|
|
4998
5038
|
* Do not edit directly
|
|
4999
|
-
* Generated on Wed,
|
|
5039
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
5000
5040
|
*/
|
|
5001
5041
|
:host {
|
|
5002
5042
|
position: relative;
|
|
@@ -5060,7 +5100,7 @@ label {
|
|
|
5060
5100
|
inline-size: 100%;
|
|
5061
5101
|
}/**
|
|
5062
5102
|
* Do not edit directly
|
|
5063
|
-
* Generated on Wed,
|
|
5103
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
5064
5104
|
*/
|
|
5065
5105
|
:host {
|
|
5066
5106
|
display: block;
|
|
@@ -5175,7 +5215,7 @@ label {
|
|
|
5175
5215
|
display: none;
|
|
5176
5216
|
}/**
|
|
5177
5217
|
* Do not edit directly
|
|
5178
|
-
* Generated on Wed,
|
|
5218
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
5179
5219
|
*/
|
|
5180
5220
|
:host {
|
|
5181
5221
|
display: inline-block;
|
|
@@ -5335,7 +5375,160 @@ label {
|
|
|
5335
5375
|
resize: vertical;
|
|
5336
5376
|
}/**
|
|
5337
5377
|
* Do not edit directly
|
|
5338
|
-
* Generated on Wed,
|
|
5378
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
5379
|
+
*/
|
|
5380
|
+
:host {
|
|
5381
|
+
display: inline-block;
|
|
5382
|
+
width: 100%;
|
|
5383
|
+
}
|
|
5384
|
+
|
|
5385
|
+
:host([orientation=vertical]) {
|
|
5386
|
+
height: 100%;
|
|
5387
|
+
min-height: calc(var(--_thumb-interaction-indicator-size) * 5);
|
|
5388
|
+
}
|
|
5389
|
+
|
|
5390
|
+
:host([disabled]) {
|
|
5391
|
+
cursor: not-allowed;
|
|
5392
|
+
}
|
|
5393
|
+
|
|
5394
|
+
.control {
|
|
5395
|
+
--_thumb-size: 12px;
|
|
5396
|
+
--_thumb-interaction-indicator-size: 36px;
|
|
5397
|
+
height: var(--_thumb-interaction-indicator-size);
|
|
5398
|
+
cursor: pointer;
|
|
5399
|
+
outline: none;
|
|
5400
|
+
user-select: none;
|
|
5401
|
+
}
|
|
5402
|
+
.control.connotation-cta {
|
|
5403
|
+
/* @cssprop [--vvd-slider-cta-primary=var(--vvd-color-cta-500)] */
|
|
5404
|
+
--_connotation-color-primary: var(--vvd-slider-cta-primary, var(--vvd-color-cta-500));
|
|
5405
|
+
}
|
|
5406
|
+
.control:not(.connotation-cta) {
|
|
5407
|
+
/* @cssprop [--vvd-slider-accent-primary=var(--vvd-color-canvas-text)] */
|
|
5408
|
+
--_connotation-color-primary: var(--vvd-slider-accent-primary, var(--vvd-color-canvas-text));
|
|
5409
|
+
}
|
|
5410
|
+
.control {
|
|
5411
|
+
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
5412
|
+
--_appearance-color-fill: var(--_connotation-color-primary);
|
|
5413
|
+
--_appearance-color-outline: transparent;
|
|
5414
|
+
}
|
|
5415
|
+
@supports selector(:focus-visible) {
|
|
5416
|
+
.control:focus-visible {
|
|
5417
|
+
outline: none;
|
|
5418
|
+
}
|
|
5419
|
+
}
|
|
5420
|
+
.control .positioning-region {
|
|
5421
|
+
position: relative;
|
|
5422
|
+
}
|
|
5423
|
+
.control .track {
|
|
5424
|
+
position: absolute;
|
|
5425
|
+
background: var(--_track-background-color);
|
|
5426
|
+
border-radius: 4px;
|
|
5427
|
+
}
|
|
5428
|
+
.control .track .track-start {
|
|
5429
|
+
position: absolute;
|
|
5430
|
+
left: 0;
|
|
5431
|
+
height: 100%;
|
|
5432
|
+
background: var(--_track-start-background-color);
|
|
5433
|
+
border-radius: 4px;
|
|
5434
|
+
}
|
|
5435
|
+
.control .thumb-container {
|
|
5436
|
+
position: absolute;
|
|
5437
|
+
width: var(--_thumb-interaction-indicator-size);
|
|
5438
|
+
height: var(--_thumb-interaction-indicator-size);
|
|
5439
|
+
cursor: inherit;
|
|
5440
|
+
touch-action: none;
|
|
5441
|
+
}
|
|
5442
|
+
.control .thumb-container::before {
|
|
5443
|
+
position: absolute;
|
|
5444
|
+
display: block;
|
|
5445
|
+
width: var(--_thumb-interaction-indicator-size);
|
|
5446
|
+
height: var(--_thumb-interaction-indicator-size);
|
|
5447
|
+
background-color: var(--_track-start-background-color);
|
|
5448
|
+
border-radius: 50%;
|
|
5449
|
+
content: "";
|
|
5450
|
+
opacity: var(--_thumb-interaction-indicator-alpha, 0);
|
|
5451
|
+
transition: opacity 0.2s ease-out 0s;
|
|
5452
|
+
}
|
|
5453
|
+
.control .thumb-container::after {
|
|
5454
|
+
position: absolute;
|
|
5455
|
+
display: block;
|
|
5456
|
+
width: var(--_thumb-size);
|
|
5457
|
+
height: var(--_thumb-size);
|
|
5458
|
+
background-color: var(--_track-start-background-color);
|
|
5459
|
+
border-radius: 50%;
|
|
5460
|
+
content: "";
|
|
5461
|
+
inset: calc((var(--_thumb-interaction-indicator-size) - var(--_thumb-size)) / 2);
|
|
5462
|
+
}
|
|
5463
|
+
.control[aria-orientation=horizontal] {
|
|
5464
|
+
width: calc(100% - var(--_thumb-size));
|
|
5465
|
+
min-width: var(--_thumb-size);
|
|
5466
|
+
margin-left: calc(var(--_thumb-size) / 2);
|
|
5467
|
+
}
|
|
5468
|
+
.control[aria-orientation=horizontal] .track {
|
|
5469
|
+
top: calc((var(--_thumb-interaction-indicator-size) - 2px) / 2);
|
|
5470
|
+
right: 0;
|
|
5471
|
+
left: 0;
|
|
5472
|
+
height: 2px;
|
|
5473
|
+
}
|
|
5474
|
+
.control[aria-orientation=horizontal] .track .mark {
|
|
5475
|
+
width: 100%;
|
|
5476
|
+
height: 4px;
|
|
5477
|
+
}
|
|
5478
|
+
.control[aria-orientation=horizontal] .thumb-container {
|
|
5479
|
+
transform: translateX(calc(var(--_thumb-interaction-indicator-size) / 2));
|
|
5480
|
+
}
|
|
5481
|
+
.control[aria-orientation=vertical] {
|
|
5482
|
+
height: calc(100% - var(--_thumb-interaction-indicator-size));
|
|
5483
|
+
min-height: var(--_thumb-interaction-indicator-size);
|
|
5484
|
+
margin-top: calc(var(--_thumb-interaction-indicator-size) / 2);
|
|
5485
|
+
}
|
|
5486
|
+
.control[aria-orientation=vertical] .positioning-region {
|
|
5487
|
+
height: 100%;
|
|
5488
|
+
}
|
|
5489
|
+
.control[aria-orientation=vertical] .track {
|
|
5490
|
+
left: calc((var(--_thumb-interaction-indicator-size) - 2px) / 2);
|
|
5491
|
+
width: 2px;
|
|
5492
|
+
height: 100%;
|
|
5493
|
+
}
|
|
5494
|
+
.control[aria-orientation=vertical] .track .mark {
|
|
5495
|
+
width: 4px;
|
|
5496
|
+
height: 100%;
|
|
5497
|
+
}
|
|
5498
|
+
.control[aria-orientation=vertical] .track-start {
|
|
5499
|
+
top: 0;
|
|
5500
|
+
width: 100%;
|
|
5501
|
+
height: auto;
|
|
5502
|
+
}
|
|
5503
|
+
.control[aria-orientation=vertical] .thumb-container {
|
|
5504
|
+
transform: translateY(calc(var(--_thumb-interaction-indicator-size) / 2));
|
|
5505
|
+
}
|
|
5506
|
+
.control.disabled {
|
|
5507
|
+
--_track-background-color: var(--vvd-color-neutral-100);
|
|
5508
|
+
--_track-start-background-color: var(--vvd-color-neutral-500);
|
|
5509
|
+
pointer-events: none;
|
|
5510
|
+
}
|
|
5511
|
+
.control:not(.disabled) {
|
|
5512
|
+
--_track-background-color: var(--vvd-color-neutral-300);
|
|
5513
|
+
--_track-start-background-color: var(--_appearance-color-fill);
|
|
5514
|
+
}
|
|
5515
|
+
.control:not(.disabled) .thumb-container:hover {
|
|
5516
|
+
--_thumb-interaction-indicator-alpha: 0.12;
|
|
5517
|
+
}
|
|
5518
|
+
.control:not(.disabled) .thumb-container:active {
|
|
5519
|
+
--_thumb-interaction-indicator-alpha: 0.25;
|
|
5520
|
+
}
|
|
5521
|
+
|
|
5522
|
+
.focus-indicator {
|
|
5523
|
+
--focus-inset: -3px;
|
|
5524
|
+
--focus-stroke-gap-color: transparent;
|
|
5525
|
+
border-radius: 50%;
|
|
5526
|
+
}
|
|
5527
|
+
.control:not(:focus-visible) .focus-indicator {
|
|
5528
|
+
display: none;
|
|
5529
|
+
}/**
|
|
5530
|
+
* Do not edit directly
|
|
5531
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
5339
5532
|
*/
|
|
5340
5533
|
@supports selector(:focus-visible) {
|
|
5341
5534
|
:host(:focus-visible) {
|
|
@@ -5497,159 +5690,6 @@ label {
|
|
|
5497
5690
|
}
|
|
5498
5691
|
.base.two-lines .text-secondary {
|
|
5499
5692
|
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
5693
|
}:host {
|
|
5654
5694
|
display: block;
|
|
5655
5695
|
}
|
|
@@ -5669,7 +5709,7 @@ label {
|
|
|
5669
5709
|
display: none;
|
|
5670
5710
|
}/**
|
|
5671
5711
|
* Do not edit directly
|
|
5672
|
-
* Generated on Wed,
|
|
5712
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
5673
5713
|
*/
|
|
5674
5714
|
.base {
|
|
5675
5715
|
display: grid;
|
|
@@ -5738,7 +5778,7 @@ label {
|
|
|
5738
5778
|
background-color: var(--_appearance-color-fill);
|
|
5739
5779
|
}/**
|
|
5740
5780
|
* Do not edit directly
|
|
5741
|
-
* Generated on Wed,
|
|
5781
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
5742
5782
|
*/
|
|
5743
5783
|
:host {
|
|
5744
5784
|
min-inline-size: 80px;
|
|
@@ -5835,7 +5875,7 @@ slot {
|
|
|
5835
5875
|
margin-inline-start: auto;
|
|
5836
5876
|
}/**
|
|
5837
5877
|
* Do not edit directly
|
|
5838
|
-
* Generated on Wed,
|
|
5878
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
5839
5879
|
*/
|
|
5840
5880
|
ol {
|
|
5841
5881
|
padding: 0;
|
|
@@ -6095,7 +6135,7 @@ ol {
|
|
|
6095
6135
|
text-transform: uppercase;
|
|
6096
6136
|
}/**
|
|
6097
6137
|
* Do not edit directly
|
|
6098
|
-
* Generated on Wed,
|
|
6138
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
6099
6139
|
*/
|
|
6100
6140
|
:host {
|
|
6101
6141
|
display: inline-block;
|