@vonage/vivid 3.35.0 → 3.37.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 +1 -2
- package/accordion-item/index.js +1 -0
- package/alert/index.js +1 -0
- package/badge/index.js +1 -0
- package/banner/index.js +1 -0
- package/breadcrumb/index.js +0 -1
- package/breadcrumb-item/index.js +1 -0
- package/button/index.js +1 -0
- package/card/index.js +0 -1
- package/checkbox/index.js +1 -2
- package/combobox/index.js +1 -2
- package/custom-elements.json +196 -76
- package/data-grid/index.js +1 -2
- package/date-picker/index.js +1 -2
- package/dialog/index.js +1 -2
- package/empty-state/index.js +0 -1
- package/fab/index.js +1 -0
- package/file-picker/index.js +1 -0
- package/index.js +1 -2
- package/lib/date-picker/date-picker.d.ts +12 -12
- package/lib/date-picker/date-picker.form-associated.d.ts +11 -0
- package/lib/menu-item/menu-item.d.ts +2 -0
- package/lib/menu-item/menu-item.template.d.ts +1 -1
- package/lib/number-field/number-field.d.ts +6 -2
- package/lib/tree-item/tree-item.template.d.ts +1 -1
- package/listbox/index.js +1 -2
- package/menu/index.js +1 -2
- package/menu-item/index.js +2 -2
- package/nav-disclosure/index.js +1 -0
- package/nav-item/index.js +1 -0
- package/note/index.js +1 -0
- package/number-field/index.js +1 -0
- package/option/index.js +1 -0
- package/package.json +1 -1
- package/pagination/index.js +1 -1
- package/popup/index.js +1 -0
- package/radio-group/index.js +1 -2
- package/select/index.js +1 -2
- package/shared/affix.js +16 -5
- package/shared/apply-mixins.js +1 -1
- package/shared/children.js +2 -2
- package/shared/definition.js +3 -3
- package/shared/definition10.js +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition13.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.js +3 -4
- package/shared/definition17.js +99 -45
- package/shared/definition18.js +1 -1
- package/shared/definition19.js +1 -1
- package/shared/definition2.js +2 -3
- package/shared/definition20.js +1 -1
- package/shared/definition21.js +6 -5
- package/shared/definition22.js +1 -1
- package/shared/definition23.js +1 -1
- package/shared/definition26.js +475 -54
- package/shared/definition27.js +7 -400
- package/shared/definition28.js +3 -3
- package/shared/definition29.js +1 -1
- package/shared/definition3.js +1 -1
- package/shared/definition31.js +1 -1
- package/shared/definition32.js +56 -9
- package/shared/definition33.js +4 -6
- package/shared/definition34.js +2 -2
- package/shared/definition35.js +1 -1
- package/shared/definition36.js +1 -1
- package/shared/definition37.js +2 -3
- package/shared/definition38.js +1 -1
- package/shared/definition39.js +5 -7
- package/shared/definition4.js +1 -1
- package/shared/definition40.js +1 -1
- package/shared/definition42.js +1 -1
- package/shared/definition43.js +1 -1
- package/shared/definition45.js +3 -3
- package/shared/definition46.js +1 -1
- package/shared/definition48.js +3 -3
- package/shared/definition49.js +1 -1
- package/shared/definition5.js +1 -1
- package/shared/definition51.js +1 -1
- package/shared/definition52.js +1 -1
- package/shared/definition53.js +5 -6
- package/shared/definition55.js +1 -1
- package/shared/definition6.js +4 -4
- package/shared/definition7.js +3 -3
- package/shared/definition8.js +1 -1
- package/shared/definition9.js +1 -2
- package/shared/icon.js +1 -1
- package/shared/index.js +1 -1
- package/shared/index2.js +66 -73
- package/shared/patterns/affix.d.ts +7 -1
- package/shared/patterns/form-elements/form-elements.d.ts +9 -7
- package/shared/ref.js +1 -1
- package/shared/slotted.js +73 -3
- package/shared/text-field.js +1 -1
- package/split-button/index.js +1 -0
- package/style.css +295 -281
- package/styles/core/all.css +44 -13
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +44 -13
- 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 +1 -0
- package/tab/index.js +1 -0
- package/tabs/index.js +1 -2
- package/tag/index.js +1 -0
- package/text-anchor/index.js +1 -0
- package/text-area/index.js +1 -0
- package/text-field/index.js +1 -2
- package/toggletip/index.js +1 -0
- package/tooltip/index.js +1 -0
- package/tree-item/index.js +1 -2
- package/tree-view/index.js +0 -1
- package/shared/node-observation.js +0 -74
package/style.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
4
4
|
*/
|
|
5
5
|
:host {
|
|
6
6
|
display: inline-block;
|
|
@@ -317,7 +317,7 @@ slot, svg, ::slotted(:where(svg, img)) {
|
|
|
317
317
|
inline-size: inherit;
|
|
318
318
|
}/**
|
|
319
319
|
* Do not edit directly
|
|
320
|
-
* Generated on
|
|
320
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
321
321
|
*/
|
|
322
322
|
:host {
|
|
323
323
|
display: contents;
|
|
@@ -335,7 +335,7 @@ slot, svg, ::slotted(:where(svg, img)) {
|
|
|
335
335
|
outline-offset: -2px;
|
|
336
336
|
}/**
|
|
337
337
|
* Do not edit directly
|
|
338
|
-
* Generated on
|
|
338
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
339
339
|
*/
|
|
340
340
|
.message {
|
|
341
341
|
display: flex;
|
|
@@ -360,7 +360,7 @@ slot, svg, ::slotted(:where(svg, img)) {
|
|
|
360
360
|
color: var(--vvd-color-alert-500);
|
|
361
361
|
}/**
|
|
362
362
|
* Do not edit directly
|
|
363
|
-
* Generated on
|
|
363
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
364
364
|
*/
|
|
365
365
|
:host {
|
|
366
366
|
display: contents;
|
|
@@ -497,7 +497,58 @@ p {
|
|
|
497
497
|
font: var(--vvd-typography-base-condensed);
|
|
498
498
|
}/**
|
|
499
499
|
* Do not edit directly
|
|
500
|
-
* Generated on
|
|
500
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
501
|
+
*/
|
|
502
|
+
.base {
|
|
503
|
+
display: flex;
|
|
504
|
+
box-sizing: border-box;
|
|
505
|
+
flex-direction: column;
|
|
506
|
+
gap: 8px;
|
|
507
|
+
inline-size: max-content;
|
|
508
|
+
max-block-size: var(--menu-block-size, 408px);
|
|
509
|
+
max-inline-size: var(--menu-max-inline-size);
|
|
510
|
+
min-inline-size: var(--menu-min-inline-size);
|
|
511
|
+
overflow-x: hidden;
|
|
512
|
+
overflow-y: auto;
|
|
513
|
+
padding-block: 8px;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
::slotted(a) {
|
|
517
|
+
color: var(--vvd-color-canvas-text);
|
|
518
|
+
text-decoration: none;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
::slotted(a[role=menuitem]:focus) {
|
|
522
|
+
display: block;
|
|
523
|
+
border-radius: 6px;
|
|
524
|
+
box-shadow: inset 0 0 0 3px currentColor;
|
|
525
|
+
outline: 2px solid currentColor;
|
|
526
|
+
outline-offset: -2px;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.header {
|
|
530
|
+
padding-block-start: 8px;
|
|
531
|
+
padding-inline: 16px;
|
|
532
|
+
}
|
|
533
|
+
.hide-header .header {
|
|
534
|
+
display: none;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.hide-body .body {
|
|
538
|
+
display: none;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.action-items {
|
|
542
|
+
display: flex;
|
|
543
|
+
justify-content: flex-end;
|
|
544
|
+
gap: 8px;
|
|
545
|
+
padding-inline: 8px;
|
|
546
|
+
}
|
|
547
|
+
.hide-actions .action-items {
|
|
548
|
+
display: none;
|
|
549
|
+
}/**
|
|
550
|
+
* Do not edit directly
|
|
551
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
501
552
|
*/
|
|
502
553
|
@supports selector(:focus-visible) {
|
|
503
554
|
:host(:focus-visible) {
|
|
@@ -617,7 +668,7 @@ label {
|
|
|
617
668
|
display: none;
|
|
618
669
|
}/**
|
|
619
670
|
* Do not edit directly
|
|
620
|
-
* Generated on
|
|
671
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
621
672
|
*/
|
|
622
673
|
:host {
|
|
623
674
|
display: inline-block;
|
|
@@ -701,7 +752,7 @@ label {
|
|
|
701
752
|
pointer-events: none;
|
|
702
753
|
}/**
|
|
703
754
|
* Do not edit directly
|
|
704
|
-
* Generated on
|
|
755
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
705
756
|
*/
|
|
706
757
|
:host {
|
|
707
758
|
display: inline-block;
|
|
@@ -765,7 +816,7 @@ label {
|
|
|
765
816
|
margin-block: 4px;
|
|
766
817
|
}/**
|
|
767
818
|
* Do not edit directly
|
|
768
|
-
* Generated on
|
|
819
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
769
820
|
*/
|
|
770
821
|
.control {
|
|
771
822
|
position: fixed;
|
|
@@ -922,7 +973,7 @@ label {
|
|
|
922
973
|
filter: none;
|
|
923
974
|
}/**
|
|
924
975
|
* Do not edit directly
|
|
925
|
-
* Generated on
|
|
976
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
926
977
|
*/
|
|
927
978
|
.base {
|
|
928
979
|
align-items: center;
|
|
@@ -1045,7 +1096,7 @@ label {
|
|
|
1045
1096
|
}
|
|
1046
1097
|
}/**
|
|
1047
1098
|
* Do not edit directly
|
|
1048
|
-
* Generated on
|
|
1099
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1049
1100
|
*/
|
|
1050
1101
|
.base {
|
|
1051
1102
|
display: inline-flex;
|
|
@@ -1152,7 +1203,7 @@ label {
|
|
|
1152
1203
|
object-fit: cover;
|
|
1153
1204
|
}/**
|
|
1154
1205
|
* Do not edit directly
|
|
1155
|
-
* Generated on
|
|
1206
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1156
1207
|
*/
|
|
1157
1208
|
.base {
|
|
1158
1209
|
--_badge-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
|
|
@@ -1315,17 +1366,17 @@ label {
|
|
|
1315
1366
|
}
|
|
1316
1367
|
|
|
1317
1368
|
/* Icon */
|
|
1318
|
-
|
|
1319
|
-
display: flex;
|
|
1369
|
+
slot[name=icon] {
|
|
1320
1370
|
flex-shrink: 0;
|
|
1321
1371
|
font-size: calc(var(--_badge-block-size) / 1.6667);
|
|
1322
1372
|
line-height: 1;
|
|
1323
1373
|
}
|
|
1324
|
-
.icon-trailing
|
|
1374
|
+
.icon-trailing slot[name=icon] {
|
|
1375
|
+
display: flex;
|
|
1325
1376
|
order: 1;
|
|
1326
1377
|
}/**
|
|
1327
1378
|
* Do not edit directly
|
|
1328
|
-
* Generated on
|
|
1379
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1329
1380
|
*/
|
|
1330
1381
|
.control {
|
|
1331
1382
|
overflow: hidden;
|
|
@@ -1389,7 +1440,7 @@ label {
|
|
|
1389
1440
|
inline-size: 100%;
|
|
1390
1441
|
padding-inline: 16px;
|
|
1391
1442
|
}
|
|
1392
|
-
.header .content
|
|
1443
|
+
.header .content slot[name=icon] {
|
|
1393
1444
|
flex-shrink: 0;
|
|
1394
1445
|
font-size: 20px;
|
|
1395
1446
|
line-height: 1;
|
|
@@ -1402,7 +1453,7 @@ label {
|
|
|
1402
1453
|
margin-inline-end: 8px;
|
|
1403
1454
|
}/**
|
|
1404
1455
|
* Do not edit directly
|
|
1405
|
-
* Generated on
|
|
1456
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1406
1457
|
*/
|
|
1407
1458
|
.base {
|
|
1408
1459
|
display: flex;
|
|
@@ -1442,7 +1493,7 @@ label {
|
|
|
1442
1493
|
display: none;
|
|
1443
1494
|
}/**
|
|
1444
1495
|
* Do not edit directly
|
|
1445
|
-
* Generated on
|
|
1496
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1446
1497
|
*/
|
|
1447
1498
|
:host {
|
|
1448
1499
|
display: flex;
|
|
@@ -1543,7 +1594,7 @@ label {
|
|
|
1543
1594
|
margin-inline-start: auto;
|
|
1544
1595
|
}/**
|
|
1545
1596
|
* Do not edit directly
|
|
1546
|
-
* Generated on
|
|
1597
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1547
1598
|
*/
|
|
1548
1599
|
:host {
|
|
1549
1600
|
display: block;
|
|
@@ -1592,7 +1643,7 @@ header {
|
|
|
1592
1643
|
display: none;
|
|
1593
1644
|
}/**
|
|
1594
1645
|
* Do not edit directly
|
|
1595
|
-
* Generated on
|
|
1646
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1596
1647
|
*/
|
|
1597
1648
|
.control {
|
|
1598
1649
|
position: relative;
|
|
@@ -1716,16 +1767,17 @@ header {
|
|
|
1716
1767
|
}
|
|
1717
1768
|
|
|
1718
1769
|
/* Icon */
|
|
1719
|
-
|
|
1770
|
+
slot[name=icon] {
|
|
1720
1771
|
line-height: 1;
|
|
1721
1772
|
}
|
|
1722
|
-
.icon-trailing
|
|
1773
|
+
.icon-trailing slot[name=icon] {
|
|
1774
|
+
display: inline-block;
|
|
1723
1775
|
order: 1;
|
|
1724
1776
|
}
|
|
1725
|
-
.control.size-extended
|
|
1777
|
+
.control.size-extended slot[name=icon] {
|
|
1726
1778
|
font-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 16)) / 2.3333);
|
|
1727
1779
|
}
|
|
1728
|
-
.control:not(.size-extended)
|
|
1780
|
+
.control:not(.size-extended) slot[name=icon] {
|
|
1729
1781
|
font-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);
|
|
1730
1782
|
}
|
|
1731
1783
|
|
|
@@ -1736,7 +1788,7 @@ header {
|
|
|
1736
1788
|
--focus-stroke-gap-color: transparent;
|
|
1737
1789
|
}/**
|
|
1738
1790
|
* Do not edit directly
|
|
1739
|
-
* Generated on
|
|
1791
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1740
1792
|
*/
|
|
1741
1793
|
.base {
|
|
1742
1794
|
z-index: 1;
|
|
@@ -1878,7 +1930,7 @@ header {
|
|
|
1878
1930
|
gap: 4px;
|
|
1879
1931
|
}/**
|
|
1880
1932
|
* Do not edit directly
|
|
1881
|
-
* Generated on
|
|
1933
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1882
1934
|
*/
|
|
1883
1935
|
.control {
|
|
1884
1936
|
position: relative;
|
|
@@ -1957,7 +2009,7 @@ header {
|
|
|
1957
2009
|
display: none;
|
|
1958
2010
|
}
|
|
1959
2011
|
|
|
1960
|
-
|
|
2012
|
+
slot[name=icon] {
|
|
1961
2013
|
font-size: 20px;
|
|
1962
2014
|
line-height: 1;
|
|
1963
2015
|
}
|
|
@@ -1980,7 +2032,7 @@ details > summary::-webkit-details-marker {
|
|
|
1980
2032
|
display: none;
|
|
1981
2033
|
}/**
|
|
1982
2034
|
* Do not edit directly
|
|
1983
|
-
* Generated on
|
|
2035
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1984
2036
|
*/
|
|
1985
2037
|
.control {
|
|
1986
2038
|
position: relative;
|
|
@@ -2063,7 +2115,7 @@ details > summary::-webkit-details-marker {
|
|
|
2063
2115
|
line-height: 1;
|
|
2064
2116
|
}/**
|
|
2065
2117
|
* Do not edit directly
|
|
2066
|
-
* Generated on
|
|
2118
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2067
2119
|
*/
|
|
2068
2120
|
.base {
|
|
2069
2121
|
display: flex;
|
|
@@ -2153,7 +2205,7 @@ details > summary::-webkit-details-marker {
|
|
|
2153
2205
|
font: var(--vvd-typography-base);
|
|
2154
2206
|
}/**
|
|
2155
2207
|
* Do not edit directly
|
|
2156
|
-
* Generated on
|
|
2208
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2157
2209
|
*/
|
|
2158
2210
|
.control {
|
|
2159
2211
|
display: inline-flex;
|
|
@@ -2189,7 +2241,7 @@ details > summary::-webkit-details-marker {
|
|
|
2189
2241
|
inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
|
|
2190
2242
|
}/**
|
|
2191
2243
|
* Do not edit directly
|
|
2192
|
-
* Generated on
|
|
2244
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2193
2245
|
*/
|
|
2194
2246
|
.base {
|
|
2195
2247
|
height: 6px;
|
|
@@ -2341,7 +2393,7 @@ details > summary::-webkit-details-marker {
|
|
|
2341
2393
|
}
|
|
2342
2394
|
}/**
|
|
2343
2395
|
* Do not edit directly
|
|
2344
|
-
* Generated on
|
|
2396
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2345
2397
|
*/
|
|
2346
2398
|
.control {
|
|
2347
2399
|
position: fixed;
|
|
@@ -2388,7 +2440,7 @@ details > summary::-webkit-details-marker {
|
|
|
2388
2440
|
display: none;
|
|
2389
2441
|
}/**
|
|
2390
2442
|
* Do not edit directly
|
|
2391
|
-
* Generated on
|
|
2443
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2392
2444
|
*/
|
|
2393
2445
|
:host {
|
|
2394
2446
|
display: inline-block;
|
|
@@ -2692,7 +2744,7 @@ details > summary::-webkit-details-marker {
|
|
|
2692
2744
|
--focus-inset: -1px;
|
|
2693
2745
|
}/**
|
|
2694
2746
|
* Do not edit directly
|
|
2695
|
-
* Generated on
|
|
2747
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2696
2748
|
*/
|
|
2697
2749
|
.base {
|
|
2698
2750
|
--tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
|
|
@@ -2827,13 +2879,10 @@ details > summary::-webkit-details-marker {
|
|
|
2827
2879
|
white-space: nowrap;
|
|
2828
2880
|
}
|
|
2829
2881
|
|
|
2830
|
-
|
|
2882
|
+
slot[name=icon] {
|
|
2831
2883
|
font-size: calc(var(--tag-block-size) / 1.5);
|
|
2832
2884
|
line-height: 1;
|
|
2833
2885
|
}
|
|
2834
|
-
.icon > * {
|
|
2835
|
-
vertical-align: middle;
|
|
2836
|
-
}
|
|
2837
2886
|
|
|
2838
2887
|
.dismiss-button {
|
|
2839
2888
|
display: flex;
|
|
@@ -2843,6 +2892,9 @@ details > summary::-webkit-details-marker {
|
|
|
2843
2892
|
cursor: pointer;
|
|
2844
2893
|
}
|
|
2845
2894
|
|
|
2895
|
+
.focus-indicator {
|
|
2896
|
+
--focus-stroke-gap-color: transparent;
|
|
2897
|
+
}
|
|
2846
2898
|
.base:not(:focus-visible) .focus-indicator {
|
|
2847
2899
|
display: none;
|
|
2848
2900
|
}.base {
|
|
@@ -2851,7 +2903,7 @@ details > summary::-webkit-details-marker {
|
|
|
2851
2903
|
gap: 8px;
|
|
2852
2904
|
}/**
|
|
2853
2905
|
* Do not edit directly
|
|
2854
|
-
* Generated on
|
|
2906
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2855
2907
|
*/
|
|
2856
2908
|
.control {
|
|
2857
2909
|
display: inline-block;
|
|
@@ -2876,7 +2928,7 @@ details > summary::-webkit-details-marker {
|
|
|
2876
2928
|
margin-block-start: 16px;
|
|
2877
2929
|
}/**
|
|
2878
2930
|
* Do not edit directly
|
|
2879
|
-
* Generated on
|
|
2931
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2880
2932
|
*/
|
|
2881
2933
|
.control {
|
|
2882
2934
|
pointer-events: none;
|
|
@@ -2891,7 +2943,7 @@ details > summary::-webkit-details-marker {
|
|
|
2891
2943
|
font: var(--vvd-typography-base-bold);
|
|
2892
2944
|
}/**
|
|
2893
2945
|
* Do not edit directly
|
|
2894
|
-
* Generated on
|
|
2946
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2895
2947
|
*/
|
|
2896
2948
|
@supports selector(:focus-visible) {
|
|
2897
2949
|
:host(:focus-visible) {
|
|
@@ -2992,6 +3044,9 @@ details > summary::-webkit-details-marker {
|
|
|
2992
3044
|
.expandCollapseButton:hover {
|
|
2993
3045
|
background-color: var(--vvd-color-neutral-100);
|
|
2994
3046
|
}
|
|
3047
|
+
.selected .expandCollapseButton:hover {
|
|
3048
|
+
background-color: var(--vvd-color-neutral-700);
|
|
3049
|
+
}
|
|
2995
3050
|
|
|
2996
3051
|
.items {
|
|
2997
3052
|
display: flex;
|
|
@@ -3005,15 +3060,15 @@ details > summary::-webkit-details-marker {
|
|
|
3005
3060
|
display: none;
|
|
3006
3061
|
}
|
|
3007
3062
|
|
|
3008
|
-
|
|
3063
|
+
slot[name=icon] {
|
|
3009
3064
|
font-size: 20px;
|
|
3010
3065
|
line-height: 1;
|
|
3011
3066
|
}
|
|
3012
|
-
.control:not(.disabled, .selected)
|
|
3067
|
+
.control:not(.disabled, .selected) slot[name=icon] {
|
|
3013
3068
|
color: var(--vvd-color-neutral-600);
|
|
3014
3069
|
}/**
|
|
3015
3070
|
* Do not edit directly
|
|
3016
|
-
* Generated on
|
|
3071
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3017
3072
|
*/
|
|
3018
3073
|
.base {
|
|
3019
3074
|
display: flex;
|
|
@@ -3025,7 +3080,7 @@ details > summary::-webkit-details-marker {
|
|
|
3025
3080
|
border-bottom: 1px solid var(--vvd-color-neutral-200);
|
|
3026
3081
|
}/**
|
|
3027
3082
|
* Do not edit directly
|
|
3028
|
-
* Generated on
|
|
3083
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3029
3084
|
*/
|
|
3030
3085
|
:host {
|
|
3031
3086
|
display: flex;
|
|
@@ -3120,16 +3175,16 @@ details > summary::-webkit-details-marker {
|
|
|
3120
3175
|
padding-inline-start: 44px;
|
|
3121
3176
|
}
|
|
3122
3177
|
|
|
3123
|
-
|
|
3178
|
+
slot[name=icon] {
|
|
3124
3179
|
color: var(--vvd-color-neutral-600);
|
|
3125
3180
|
}
|
|
3126
|
-
.heading-button:not(.size-condensed)
|
|
3181
|
+
.heading-button:not(.size-condensed) slot[name=icon] {
|
|
3127
3182
|
font: inherit;
|
|
3128
3183
|
}
|
|
3129
|
-
.heading-button.size-condensed
|
|
3184
|
+
.heading-button.size-condensed slot[name=icon] {
|
|
3130
3185
|
font: var(--vvd-typography-base-extended);
|
|
3131
3186
|
}
|
|
3132
|
-
:host(:not([icon-trailing]))
|
|
3187
|
+
:host(:not([icon-trailing])) slot[name=icon]:last-of-type {
|
|
3133
3188
|
color: var(--_appearance-color-text);
|
|
3134
3189
|
}
|
|
3135
3190
|
|
|
@@ -3140,7 +3195,7 @@ button:not(:focus-visible) > .focus-indicator {
|
|
|
3140
3195
|
display: none;
|
|
3141
3196
|
}/**
|
|
3142
3197
|
* Do not edit directly
|
|
3143
|
-
* Generated on
|
|
3198
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3144
3199
|
*/
|
|
3145
3200
|
:host {
|
|
3146
3201
|
display: inline-block;
|
|
@@ -3456,7 +3511,7 @@ button:not(:focus-visible) > .focus-indicator {
|
|
|
3456
3511
|
display: flex;
|
|
3457
3512
|
}/**
|
|
3458
3513
|
* Do not edit directly
|
|
3459
|
-
* Generated on
|
|
3514
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3460
3515
|
*/
|
|
3461
3516
|
.base {
|
|
3462
3517
|
position: relative; /* this is needed for the focus */
|
|
@@ -3590,7 +3645,7 @@ dialog.fixed {
|
|
|
3590
3645
|
transform: translate(0, -50%);
|
|
3591
3646
|
}/**
|
|
3592
3647
|
* Do not edit directly
|
|
3593
|
-
* Generated on
|
|
3648
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3594
3649
|
*/
|
|
3595
3650
|
.base {
|
|
3596
3651
|
box-sizing: border-box;
|
|
@@ -3731,58 +3786,7 @@ slot[name=main] {
|
|
|
3731
3786
|
border-radius: inherit;
|
|
3732
3787
|
}/**
|
|
3733
3788
|
* Do not edit directly
|
|
3734
|
-
* Generated on
|
|
3735
|
-
*/
|
|
3736
|
-
.base {
|
|
3737
|
-
display: flex;
|
|
3738
|
-
box-sizing: border-box;
|
|
3739
|
-
flex-direction: column;
|
|
3740
|
-
gap: 8px;
|
|
3741
|
-
inline-size: max-content;
|
|
3742
|
-
max-block-size: var(--menu-block-size, 408px);
|
|
3743
|
-
max-inline-size: var(--menu-max-inline-size);
|
|
3744
|
-
min-inline-size: var(--menu-min-inline-size);
|
|
3745
|
-
overflow-x: hidden;
|
|
3746
|
-
overflow-y: auto;
|
|
3747
|
-
padding-block: 8px;
|
|
3748
|
-
}
|
|
3749
|
-
|
|
3750
|
-
::slotted(a) {
|
|
3751
|
-
color: var(--vvd-color-canvas-text);
|
|
3752
|
-
text-decoration: none;
|
|
3753
|
-
}
|
|
3754
|
-
|
|
3755
|
-
::slotted(a[role=menuitem]:focus) {
|
|
3756
|
-
display: block;
|
|
3757
|
-
border-radius: 6px;
|
|
3758
|
-
box-shadow: inset 0 0 0 3px currentColor;
|
|
3759
|
-
outline: 2px solid currentColor;
|
|
3760
|
-
outline-offset: -2px;
|
|
3761
|
-
}
|
|
3762
|
-
|
|
3763
|
-
.header {
|
|
3764
|
-
padding-block-start: 8px;
|
|
3765
|
-
padding-inline: 16px;
|
|
3766
|
-
}
|
|
3767
|
-
.hide-header .header {
|
|
3768
|
-
display: none;
|
|
3769
|
-
}
|
|
3770
|
-
|
|
3771
|
-
.hide-body .body {
|
|
3772
|
-
display: none;
|
|
3773
|
-
}
|
|
3774
|
-
|
|
3775
|
-
.action-items {
|
|
3776
|
-
display: flex;
|
|
3777
|
-
justify-content: flex-end;
|
|
3778
|
-
gap: 8px;
|
|
3779
|
-
padding-inline: 8px;
|
|
3780
|
-
}
|
|
3781
|
-
.hide-actions .action-items {
|
|
3782
|
-
display: none;
|
|
3783
|
-
}/**
|
|
3784
|
-
* Do not edit directly
|
|
3785
|
-
* Generated on Wed, 06 Sep 2023 09:40:36 GMT
|
|
3789
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3786
3790
|
*/
|
|
3787
3791
|
.positioning-region {
|
|
3788
3792
|
display: flex;
|
|
@@ -3801,7 +3805,7 @@ label {
|
|
|
3801
3805
|
font: var(--vvd-typography-base);
|
|
3802
3806
|
}/**
|
|
3803
3807
|
* Do not edit directly
|
|
3804
|
-
* Generated on
|
|
3808
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3805
3809
|
*/
|
|
3806
3810
|
@supports selector(:focus-visible) {
|
|
3807
3811
|
:host(:focus-visible) {
|
|
@@ -3822,7 +3826,7 @@ label {
|
|
|
3822
3826
|
background-color: var(--_appearance-color-fill);
|
|
3823
3827
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
3824
3828
|
color: var(--_appearance-color-text);
|
|
3825
|
-
font: var(--vvd-typography-base);
|
|
3829
|
+
font: var(--vvd-typography-base-bold);
|
|
3826
3830
|
gap: var(--_tabs-tablist-gutter);
|
|
3827
3831
|
min-block-size: 40px;
|
|
3828
3832
|
vertical-align: middle;
|
|
@@ -3895,14 +3899,19 @@ label {
|
|
|
3895
3899
|
padding-inline-start: calc(var(--_tabs-active-indicator-stroke-width) + var(--_tabs-tablist-gutter));
|
|
3896
3900
|
}
|
|
3897
3901
|
|
|
3902
|
+
.focus-indicator {
|
|
3903
|
+
--focus-stroke-gap-color: transparent;
|
|
3904
|
+
}
|
|
3898
3905
|
:host(:not(:focus-visible)) .focus-indicator {
|
|
3899
3906
|
display: none;
|
|
3900
3907
|
}
|
|
3901
3908
|
|
|
3902
|
-
|
|
3909
|
+
slot[name=icon] {
|
|
3903
3910
|
font-size: 20px;
|
|
3911
|
+
line-height: 1;
|
|
3904
3912
|
}
|
|
3905
|
-
.icon-trailing
|
|
3913
|
+
.icon-trailing slot[name=icon] {
|
|
3914
|
+
display: inline-block;
|
|
3906
3915
|
order: 1;
|
|
3907
3916
|
margin-inline-start: auto;
|
|
3908
3917
|
}
|
|
@@ -3911,10 +3920,11 @@ label {
|
|
|
3911
3920
|
position: absolute;
|
|
3912
3921
|
background: currentColor;
|
|
3913
3922
|
block-size: 2px;
|
|
3923
|
+
border-radius: 2px;
|
|
3914
3924
|
content: "";
|
|
3915
|
-
inline-size:
|
|
3925
|
+
inline-size: 100%;
|
|
3916
3926
|
inset-block-end: 0;
|
|
3917
|
-
|
|
3927
|
+
inset-inline-start: 0;
|
|
3918
3928
|
pointer-events: none;
|
|
3919
3929
|
transition-property: opacity;
|
|
3920
3930
|
}
|
|
@@ -3925,7 +3935,7 @@ label {
|
|
|
3925
3935
|
opacity: 0;
|
|
3926
3936
|
}/**
|
|
3927
3937
|
* Do not edit directly
|
|
3928
|
-
* Generated on
|
|
3938
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3929
3939
|
*/
|
|
3930
3940
|
.base {
|
|
3931
3941
|
display: grid;
|
|
@@ -4024,7 +4034,7 @@ label {
|
|
|
4024
4034
|
grid-column: 1/auto;
|
|
4025
4035
|
inline-size: calc(var(--_tabs-active-tab-inline-size) - 32px);
|
|
4026
4036
|
inset-block-end: 0;
|
|
4027
|
-
inset-inline-start:
|
|
4037
|
+
inset-inline-start: 8px;
|
|
4028
4038
|
justify-self: center;
|
|
4029
4039
|
padding-inline: var(--_tabs-tablist-gutter);
|
|
4030
4040
|
}
|
|
@@ -4042,7 +4052,7 @@ label {
|
|
|
4042
4052
|
gap: 4px;
|
|
4043
4053
|
}/**
|
|
4044
4054
|
* Do not edit directly
|
|
4045
|
-
* Generated on
|
|
4055
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
4046
4056
|
*/
|
|
4047
4057
|
.base {
|
|
4048
4058
|
display: inline-flex;
|
|
@@ -4226,7 +4236,7 @@ label {
|
|
|
4226
4236
|
margin-inline-end: 4px;
|
|
4227
4237
|
}/**
|
|
4228
4238
|
* Do not edit directly
|
|
4229
|
-
* Generated on
|
|
4239
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
4230
4240
|
*/
|
|
4231
4241
|
:host {
|
|
4232
4242
|
display: block;
|
|
@@ -4245,7 +4255,7 @@ label {
|
|
|
4245
4255
|
inline-size: 1px;
|
|
4246
4256
|
}/**
|
|
4247
4257
|
* Do not edit directly
|
|
4248
|
-
* Generated on
|
|
4258
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
4249
4259
|
*/
|
|
4250
4260
|
:host {
|
|
4251
4261
|
display: block;
|
|
@@ -4360,164 +4370,7 @@ label {
|
|
|
4360
4370
|
display: none;
|
|
4361
4371
|
}/**
|
|
4362
4372
|
* Do not edit directly
|
|
4363
|
-
* Generated on
|
|
4364
|
-
*/
|
|
4365
|
-
@supports selector(:focus-visible) {
|
|
4366
|
-
:host(:focus-visible) {
|
|
4367
|
-
outline: none;
|
|
4368
|
-
}
|
|
4369
|
-
}
|
|
4370
|
-
.base {
|
|
4371
|
-
position: relative;
|
|
4372
|
-
display: flex;
|
|
4373
|
-
box-sizing: border-box;
|
|
4374
|
-
align-items: center;
|
|
4375
|
-
background-color: var(--_appearance-color-fill);
|
|
4376
|
-
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
4377
|
-
gap: 12px;
|
|
4378
|
-
inline-size: 100%;
|
|
4379
|
-
padding-block: 2px;
|
|
4380
|
-
padding-inline: 16px;
|
|
4381
|
-
}
|
|
4382
|
-
.base {
|
|
4383
|
-
--_appearance-color-text: var(--_connotation-color-primary);
|
|
4384
|
-
--_appearance-color-fill: transparent;
|
|
4385
|
-
--_appearance-color-outline: transparent;
|
|
4386
|
-
}
|
|
4387
|
-
.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
4388
|
-
--_appearance-color-text: var(--_connotation-color-primary);
|
|
4389
|
-
--_appearance-color-fill: var(--_connotation-color-faint);
|
|
4390
|
-
--_appearance-color-outline: transparent;
|
|
4391
|
-
}
|
|
4392
|
-
.base:where(:disabled, .disabled) {
|
|
4393
|
-
--_appearance-color-text: var(--vvd-color-neutral-300);
|
|
4394
|
-
--_appearance-color-fill: transparent;
|
|
4395
|
-
--_appearance-color-outline: transparent;
|
|
4396
|
-
}
|
|
4397
|
-
.base:where(:active, .active):where(:not(:disabled, .disabled)) {
|
|
4398
|
-
--_appearance-color-text: var(--_connotation-color-primary);
|
|
4399
|
-
--_appearance-color-fill: var(--_connotation-color-soft);
|
|
4400
|
-
--_appearance-color-outline: transparent;
|
|
4401
|
-
}
|
|
4402
|
-
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
|
|
4403
|
-
--_appearance-color-text: var(--_connotation-color-primary);
|
|
4404
|
-
--_appearance-color-fill: var(--_connotation-color-dim);
|
|
4405
|
-
--_appearance-color-outline: transparent;
|
|
4406
|
-
}
|
|
4407
|
-
.base:where(.selected, [aria-current]):where(:hover, .hover) {
|
|
4408
|
-
--_appearance-color-text: var(--_connotation-color-primary);
|
|
4409
|
-
--_appearance-color-fill: var(--_connotation-color-pale);
|
|
4410
|
-
--_appearance-color-outline: transparent;
|
|
4411
|
-
}
|
|
4412
|
-
.base {
|
|
4413
|
-
/* @cssprop [--vvd-menu-item-accent-primary=var(--vvd-color-canvas-text)] */
|
|
4414
|
-
--_connotation-color-primary: var(--vvd-menu-item-accent-primary, var(--vvd-color-canvas-text));
|
|
4415
|
-
/* @cssprop [--vvd-menu-item-accent-primary-text=var(--vvd-color-canvas)] */
|
|
4416
|
-
--_connotation-color-primary-text: var(--vvd-menu-item-accent-primary-text, var(--vvd-color-canvas));
|
|
4417
|
-
/* @cssprop [--vvd-menu-item-accent-primary-increment=var(--vvd-color-neutral-800)] */
|
|
4418
|
-
--_connotation-color-primary-increment: var(--vvd-menu-item-accent-primary-increment, var(--vvd-color-neutral-800));
|
|
4419
|
-
/* @cssprop [--vvd-menu-item-accent-faint=var(--vvd-color-neutral-50)] */
|
|
4420
|
-
--_connotation-color-faint: var(--vvd-menu-item-accent-faint, var(--vvd-color-neutral-50));
|
|
4421
|
-
/* @cssprop [--vvd-menu-item-accent-soft=var(--vvd-color-neutral-100)] */
|
|
4422
|
-
--_connotation-color-soft: var(--vvd-menu-item-accent-soft, var(--vvd-color-neutral-100));
|
|
4423
|
-
/* @cssprop [--vvd-menu-item-accent-pale=var(--vvd-color-neutral-300)] */
|
|
4424
|
-
--_connotation-color-pale: var(--vvd-menu-item-accent-pale, var(--vvd-color-neutral-300));
|
|
4425
|
-
/* @cssprop [--vvd-menu-item-accent-dim=var(--vvd-color-neutral-200)] */
|
|
4426
|
-
--_connotation-color-dim: var(--vvd-menu-item-accent-dim, var(--vvd-color-neutral-200));
|
|
4427
|
-
}
|
|
4428
|
-
.base:not(.two-lines) {
|
|
4429
|
-
min-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
|
|
4430
|
-
}
|
|
4431
|
-
.base.two-lines {
|
|
4432
|
-
min-block-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) + calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16)));
|
|
4433
|
-
}
|
|
4434
|
-
@supports (user-select: none) {
|
|
4435
|
-
.base {
|
|
4436
|
-
user-select: none;
|
|
4437
|
-
}
|
|
4438
|
-
}
|
|
4439
|
-
.base:not(.disabled) {
|
|
4440
|
-
cursor: pointer;
|
|
4441
|
-
}
|
|
4442
|
-
.base.disabled {
|
|
4443
|
-
cursor: not-allowed;
|
|
4444
|
-
pointer-events: none;
|
|
4445
|
-
}
|
|
4446
|
-
|
|
4447
|
-
.focus-indicator {
|
|
4448
|
-
border-radius: 6px;
|
|
4449
|
-
}
|
|
4450
|
-
:host(:not(:focus-visible)) .focus-indicator {
|
|
4451
|
-
display: none;
|
|
4452
|
-
}
|
|
4453
|
-
|
|
4454
|
-
.icon {
|
|
4455
|
-
flex-shrink: 0;
|
|
4456
|
-
font-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);
|
|
4457
|
-
line-height: 1;
|
|
4458
|
-
}
|
|
4459
|
-
|
|
4460
|
-
.action,
|
|
4461
|
-
.decorative {
|
|
4462
|
-
display: flex;
|
|
4463
|
-
place-content: center;
|
|
4464
|
-
}
|
|
4465
|
-
|
|
4466
|
-
.action {
|
|
4467
|
-
color: var(--_appearance-color-text);
|
|
4468
|
-
}
|
|
4469
|
-
.base.trailing .action {
|
|
4470
|
-
order: 1;
|
|
4471
|
-
margin-inline-start: auto;
|
|
4472
|
-
}
|
|
4473
|
-
.base.has-meta .action {
|
|
4474
|
-
order: 1;
|
|
4475
|
-
margin-inline-start: auto;
|
|
4476
|
-
}
|
|
4477
|
-
|
|
4478
|
-
.base:not(.disabled) .decorative {
|
|
4479
|
-
color: var(--vvd-color-neutral-600);
|
|
4480
|
-
}
|
|
4481
|
-
.base.disabled .decorative {
|
|
4482
|
-
color: var(--vvd-color-neutral-200);
|
|
4483
|
-
}
|
|
4484
|
-
.base.has-meta .decorative {
|
|
4485
|
-
order: 1;
|
|
4486
|
-
margin-inline-start: auto;
|
|
4487
|
-
}
|
|
4488
|
-
|
|
4489
|
-
.text {
|
|
4490
|
-
display: flex;
|
|
4491
|
-
overflow: hidden;
|
|
4492
|
-
flex-direction: column;
|
|
4493
|
-
}
|
|
4494
|
-
|
|
4495
|
-
.text-primary,
|
|
4496
|
-
.text-secondary {
|
|
4497
|
-
/* stylelint-disable value-no-vendor-prefix */
|
|
4498
|
-
display: -webkit-box;
|
|
4499
|
-
/* stylelint-enable value-no-vendor-prefix */
|
|
4500
|
-
overflow: hidden;
|
|
4501
|
-
-webkit-box-orient: vertical;
|
|
4502
|
-
color: var(--_appearance-color-text);
|
|
4503
|
-
font: var(--vvd-typography-base);
|
|
4504
|
-
}
|
|
4505
|
-
|
|
4506
|
-
.text-primary {
|
|
4507
|
-
-webkit-line-clamp: var(--text-primary-line-clamp, 1);
|
|
4508
|
-
}
|
|
4509
|
-
.base.two-lines .text-primary {
|
|
4510
|
-
font: var(--vvd-typography-base-bold);
|
|
4511
|
-
}
|
|
4512
|
-
|
|
4513
|
-
.text-secondary {
|
|
4514
|
-
-webkit-line-clamp: var(--text-secondary-line-clamp, 1);
|
|
4515
|
-
}
|
|
4516
|
-
.base.two-lines .text-secondary {
|
|
4517
|
-
color: var(--vvd-color-neutral-600);
|
|
4518
|
-
}/**
|
|
4519
|
-
* Do not edit directly
|
|
4520
|
-
* Generated on Wed, 06 Sep 2023 09:40:36 GMT
|
|
4373
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
4521
4374
|
*/
|
|
4522
4375
|
:host {
|
|
4523
4376
|
display: inline-block;
|
|
@@ -4776,7 +4629,7 @@ label {
|
|
|
4776
4629
|
pointer-events: none;
|
|
4777
4630
|
}/**
|
|
4778
4631
|
* Do not edit directly
|
|
4779
|
-
* Generated on
|
|
4632
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
4780
4633
|
*/
|
|
4781
4634
|
@supports selector(:focus-visible) {
|
|
4782
4635
|
:host(:focus-visible) {
|
|
@@ -4957,7 +4810,7 @@ label {
|
|
|
4957
4810
|
--_select-control-border-radius: 6px;
|
|
4958
4811
|
}/**
|
|
4959
4812
|
* Do not edit directly
|
|
4960
|
-
* Generated on
|
|
4813
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
4961
4814
|
*/
|
|
4962
4815
|
.control {
|
|
4963
4816
|
display: inline-flex;
|
|
@@ -5128,7 +4981,7 @@ label {
|
|
|
5128
4981
|
display: none;
|
|
5129
4982
|
}/**
|
|
5130
4983
|
* Do not edit directly
|
|
5131
|
-
* Generated on
|
|
4984
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
5132
4985
|
*/
|
|
5133
4986
|
:host {
|
|
5134
4987
|
position: relative;
|
|
@@ -5192,7 +5045,7 @@ label {
|
|
|
5192
5045
|
inline-size: 100%;
|
|
5193
5046
|
}/**
|
|
5194
5047
|
* Do not edit directly
|
|
5195
|
-
* Generated on
|
|
5048
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
5196
5049
|
*/
|
|
5197
5050
|
:host {
|
|
5198
5051
|
display: inline-block;
|
|
@@ -5351,6 +5204,167 @@ label {
|
|
|
5351
5204
|
}
|
|
5352
5205
|
:host([resize=vertical]) .control {
|
|
5353
5206
|
resize: vertical;
|
|
5207
|
+
}/**
|
|
5208
|
+
* Do not edit directly
|
|
5209
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
5210
|
+
*/
|
|
5211
|
+
@supports selector(:focus-visible) {
|
|
5212
|
+
:host(:focus-visible) {
|
|
5213
|
+
outline: none;
|
|
5214
|
+
}
|
|
5215
|
+
}
|
|
5216
|
+
.base {
|
|
5217
|
+
position: relative;
|
|
5218
|
+
display: flex;
|
|
5219
|
+
box-sizing: border-box;
|
|
5220
|
+
align-items: center;
|
|
5221
|
+
background-color: var(--_appearance-color-fill);
|
|
5222
|
+
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
5223
|
+
gap: 12px;
|
|
5224
|
+
inline-size: 100%;
|
|
5225
|
+
padding-block: 2px;
|
|
5226
|
+
padding-inline: 16px;
|
|
5227
|
+
}
|
|
5228
|
+
.base {
|
|
5229
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
5230
|
+
--_appearance-color-fill: transparent;
|
|
5231
|
+
--_appearance-color-outline: transparent;
|
|
5232
|
+
}
|
|
5233
|
+
.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
5234
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
5235
|
+
--_appearance-color-fill: var(--_connotation-color-faint);
|
|
5236
|
+
--_appearance-color-outline: transparent;
|
|
5237
|
+
}
|
|
5238
|
+
.base:where(:disabled, .disabled) {
|
|
5239
|
+
--_appearance-color-text: var(--vvd-color-neutral-300);
|
|
5240
|
+
--_appearance-color-fill: transparent;
|
|
5241
|
+
--_appearance-color-outline: transparent;
|
|
5242
|
+
}
|
|
5243
|
+
.base:where(:active, .active):where(:not(:disabled, .disabled)) {
|
|
5244
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
5245
|
+
--_appearance-color-fill: var(--_connotation-color-soft);
|
|
5246
|
+
--_appearance-color-outline: transparent;
|
|
5247
|
+
}
|
|
5248
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
|
|
5249
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
5250
|
+
--_appearance-color-fill: var(--_connotation-color-dim);
|
|
5251
|
+
--_appearance-color-outline: transparent;
|
|
5252
|
+
}
|
|
5253
|
+
.base:where(.selected, [aria-current]):where(:hover, .hover) {
|
|
5254
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
5255
|
+
--_appearance-color-fill: var(--_connotation-color-pale);
|
|
5256
|
+
--_appearance-color-outline: transparent;
|
|
5257
|
+
}
|
|
5258
|
+
.base {
|
|
5259
|
+
/* @cssprop [--vvd-menu-item-accent-primary=var(--vvd-color-canvas-text)] */
|
|
5260
|
+
--_connotation-color-primary: var(--vvd-menu-item-accent-primary, var(--vvd-color-canvas-text));
|
|
5261
|
+
/* @cssprop [--vvd-menu-item-accent-primary-text=var(--vvd-color-canvas)] */
|
|
5262
|
+
--_connotation-color-primary-text: var(--vvd-menu-item-accent-primary-text, var(--vvd-color-canvas));
|
|
5263
|
+
/* @cssprop [--vvd-menu-item-accent-primary-increment=var(--vvd-color-neutral-800)] */
|
|
5264
|
+
--_connotation-color-primary-increment: var(--vvd-menu-item-accent-primary-increment, var(--vvd-color-neutral-800));
|
|
5265
|
+
/* @cssprop [--vvd-menu-item-accent-faint=var(--vvd-color-neutral-50)] */
|
|
5266
|
+
--_connotation-color-faint: var(--vvd-menu-item-accent-faint, var(--vvd-color-neutral-50));
|
|
5267
|
+
/* @cssprop [--vvd-menu-item-accent-soft=var(--vvd-color-neutral-100)] */
|
|
5268
|
+
--_connotation-color-soft: var(--vvd-menu-item-accent-soft, var(--vvd-color-neutral-100));
|
|
5269
|
+
/* @cssprop [--vvd-menu-item-accent-pale=var(--vvd-color-neutral-300)] */
|
|
5270
|
+
--_connotation-color-pale: var(--vvd-menu-item-accent-pale, var(--vvd-color-neutral-300));
|
|
5271
|
+
/* @cssprop [--vvd-menu-item-accent-dim=var(--vvd-color-neutral-200)] */
|
|
5272
|
+
--_connotation-color-dim: var(--vvd-menu-item-accent-dim, var(--vvd-color-neutral-200));
|
|
5273
|
+
}
|
|
5274
|
+
.base:not(.two-lines) {
|
|
5275
|
+
min-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
|
|
5276
|
+
}
|
|
5277
|
+
.base.two-lines {
|
|
5278
|
+
min-block-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) + calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16)));
|
|
5279
|
+
}
|
|
5280
|
+
@supports (user-select: none) {
|
|
5281
|
+
.base {
|
|
5282
|
+
user-select: none;
|
|
5283
|
+
}
|
|
5284
|
+
}
|
|
5285
|
+
.base:not(.disabled) {
|
|
5286
|
+
cursor: pointer;
|
|
5287
|
+
}
|
|
5288
|
+
.base.disabled {
|
|
5289
|
+
cursor: not-allowed;
|
|
5290
|
+
pointer-events: none;
|
|
5291
|
+
}
|
|
5292
|
+
|
|
5293
|
+
.focus-indicator {
|
|
5294
|
+
border-radius: 6px;
|
|
5295
|
+
}
|
|
5296
|
+
:host(:not(:focus-visible)) .focus-indicator {
|
|
5297
|
+
display: none;
|
|
5298
|
+
}
|
|
5299
|
+
|
|
5300
|
+
.icon {
|
|
5301
|
+
flex-shrink: 0;
|
|
5302
|
+
font-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);
|
|
5303
|
+
line-height: 1;
|
|
5304
|
+
}
|
|
5305
|
+
|
|
5306
|
+
.action,
|
|
5307
|
+
.decorative {
|
|
5308
|
+
display: flex;
|
|
5309
|
+
place-content: center;
|
|
5310
|
+
}
|
|
5311
|
+
|
|
5312
|
+
.action {
|
|
5313
|
+
color: var(--_appearance-color-text);
|
|
5314
|
+
}
|
|
5315
|
+
.base.trailing .action {
|
|
5316
|
+
order: 1;
|
|
5317
|
+
margin-inline-start: auto;
|
|
5318
|
+
}
|
|
5319
|
+
.base.has-meta .action {
|
|
5320
|
+
order: 1;
|
|
5321
|
+
margin-inline-start: auto;
|
|
5322
|
+
}
|
|
5323
|
+
|
|
5324
|
+
.base:not(.disabled) .decorative {
|
|
5325
|
+
color: var(--vvd-color-neutral-600);
|
|
5326
|
+
}
|
|
5327
|
+
.base.disabled .decorative {
|
|
5328
|
+
color: var(--vvd-color-neutral-200);
|
|
5329
|
+
}
|
|
5330
|
+
.base.has-meta .decorative {
|
|
5331
|
+
order: 1;
|
|
5332
|
+
margin-inline-start: auto;
|
|
5333
|
+
}
|
|
5334
|
+
|
|
5335
|
+
.chevron {
|
|
5336
|
+
margin-inline-start: auto;
|
|
5337
|
+
}
|
|
5338
|
+
|
|
5339
|
+
.text {
|
|
5340
|
+
display: flex;
|
|
5341
|
+
overflow: hidden;
|
|
5342
|
+
flex-direction: column;
|
|
5343
|
+
}
|
|
5344
|
+
|
|
5345
|
+
.text-primary,
|
|
5346
|
+
.text-secondary {
|
|
5347
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
5348
|
+
display: -webkit-box;
|
|
5349
|
+
/* stylelint-enable value-no-vendor-prefix */
|
|
5350
|
+
overflow: hidden;
|
|
5351
|
+
-webkit-box-orient: vertical;
|
|
5352
|
+
color: var(--_appearance-color-text);
|
|
5353
|
+
font: var(--vvd-typography-base);
|
|
5354
|
+
}
|
|
5355
|
+
|
|
5356
|
+
.text-primary {
|
|
5357
|
+
-webkit-line-clamp: var(--text-primary-line-clamp, 1);
|
|
5358
|
+
}
|
|
5359
|
+
.base.two-lines .text-primary {
|
|
5360
|
+
font: var(--vvd-typography-base-bold);
|
|
5361
|
+
}
|
|
5362
|
+
|
|
5363
|
+
.text-secondary {
|
|
5364
|
+
-webkit-line-clamp: var(--text-secondary-line-clamp, 1);
|
|
5365
|
+
}
|
|
5366
|
+
.base.two-lines .text-secondary {
|
|
5367
|
+
color: var(--vvd-color-neutral-600);
|
|
5354
5368
|
}:host {
|
|
5355
5369
|
display: inline-block;
|
|
5356
5370
|
width: 100%;
|
|
@@ -5503,7 +5517,7 @@ label {
|
|
|
5503
5517
|
display: none;
|
|
5504
5518
|
}/**
|
|
5505
5519
|
* Do not edit directly
|
|
5506
|
-
* Generated on
|
|
5520
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
5507
5521
|
*/
|
|
5508
5522
|
.base {
|
|
5509
5523
|
display: grid;
|
|
@@ -5572,7 +5586,7 @@ label {
|
|
|
5572
5586
|
background-color: var(--_appearance-color-fill);
|
|
5573
5587
|
}/**
|
|
5574
5588
|
* Do not edit directly
|
|
5575
|
-
* Generated on
|
|
5589
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
5576
5590
|
*/
|
|
5577
5591
|
:host {
|
|
5578
5592
|
min-inline-size: 80px;
|
|
@@ -5665,7 +5679,7 @@ slot {
|
|
|
5665
5679
|
margin-inline-start: auto;
|
|
5666
5680
|
}/**
|
|
5667
5681
|
* Do not edit directly
|
|
5668
|
-
* Generated on
|
|
5682
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
5669
5683
|
*/
|
|
5670
5684
|
ol {
|
|
5671
5685
|
padding: 0;
|
|
@@ -5925,7 +5939,7 @@ ol {
|
|
|
5925
5939
|
text-transform: uppercase;
|
|
5926
5940
|
}/**
|
|
5927
5941
|
* Do not edit directly
|
|
5928
|
-
* Generated on
|
|
5942
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
5929
5943
|
*/
|
|
5930
5944
|
:host {
|
|
5931
5945
|
display: inline-block;
|