@vonage/vivid 3.44.0 → 3.46.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/README.md +399 -165
- package/appearance-ui/index.js +1 -1
- package/custom-elements.json +133 -248
- package/fab/index.js +0 -1
- package/index.js +2 -1
- package/lib/alert/alert.d.ts +2 -0
- package/lib/data-grid/data-grid-cell.d.ts +1 -0
- package/lib/data-grid/data-grid.d.ts +2 -0
- package/lib/enums.d.ts +3 -0
- package/lib/menu/menu.d.ts +5 -5
- package/lib/popup/popup.d.ts +2 -2
- package/lib/select/select.d.ts +0 -3
- package/lib/tabs/tabs.d.ts +3 -1
- package/lib/text-area/text-area.d.ts +2 -2
- package/lib/toggletip/toggletip.d.ts +4 -4
- package/lib/tooltip/tooltip.d.ts +4 -5
- package/listbox/index.js +1 -1
- package/menu/index.js +1 -0
- package/menu-item/index.js +1 -0
- package/package.json +1 -1
- package/shared/anchored.js +76 -0
- package/shared/definition.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 +1 -1
- package/shared/definition17.js +112 -49
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +2 -2
- package/shared/definition21.js +1 -1
- package/shared/definition22.js +1 -1
- package/shared/definition23.js +1 -4
- package/shared/definition24.js +1 -1
- package/shared/definition25.js +1 -1
- package/shared/definition28.js +37 -46
- package/shared/definition29.js +2 -2
- package/shared/definition3.js +1 -1
- package/shared/definition30.js +1 -1
- package/shared/definition31.js +1 -1
- package/shared/definition33.js +1 -1
- package/shared/definition34.js +1 -1
- package/shared/definition35.js +1 -1
- package/shared/definition36.js +1 -1
- package/shared/definition37.js +1 -1
- package/shared/definition38.js +1 -1
- package/shared/definition39.js +1 -1
- package/shared/definition4.js +10 -6
- package/shared/definition40.js +1 -1
- package/shared/definition41.js +6 -4
- package/shared/definition42.js +1 -1
- package/shared/definition43.js +1 -1
- package/shared/definition44.js +1 -1
- package/shared/definition45.js +20 -9
- package/shared/definition46.js +1 -1
- package/shared/definition48.js +1 -1
- package/shared/definition49.js +8 -3
- package/shared/definition5.js +1 -1
- package/shared/definition51.js +1 -1
- package/shared/definition52.js +1 -1
- package/shared/definition54.js +37 -45
- package/shared/definition55.js +42 -58
- package/shared/definition56.js +1 -1
- package/shared/definition58.js +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition60.js +108 -12
- package/shared/definition7.js +1 -1
- package/shared/definition8.js +2 -3
- package/shared/definition9.js +1 -1
- package/shared/enums.js +5 -1
- package/shared/form-associated.js +1 -0
- package/shared/index2.js +1 -1
- package/shared/patterns/anchored.d.ts +22 -0
- package/shared/presentationDate.js +1 -1
- package/shared/text-field.js +1 -1
- package/style.css +162 -135
- 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/toggletip/index.js +1 -0
- package/tooltip/index.js +1 -0
- package/vivid.api.json +38 -0
package/style.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
4
4
|
*/
|
|
5
5
|
:host {
|
|
6
6
|
display: inline-block;
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
|
|
182
182
|
}
|
|
183
183
|
.base:not(.shape-pill) .fieldset {
|
|
184
|
-
border-radius:
|
|
184
|
+
border-radius: 8px;
|
|
185
185
|
}
|
|
186
186
|
.base.shape-pill .fieldset {
|
|
187
187
|
border-radius: 24px;
|
|
@@ -346,7 +346,7 @@ slot, svg, ::slotted(:where(svg, img)) {
|
|
|
346
346
|
inline-size: inherit;
|
|
347
347
|
}/**
|
|
348
348
|
* Do not edit directly
|
|
349
|
-
* Generated on
|
|
349
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
350
350
|
*/
|
|
351
351
|
:host {
|
|
352
352
|
display: contents;
|
|
@@ -364,7 +364,7 @@ slot, svg, ::slotted(:where(svg, img)) {
|
|
|
364
364
|
outline-offset: -2px;
|
|
365
365
|
}/**
|
|
366
366
|
* Do not edit directly
|
|
367
|
-
* Generated on
|
|
367
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
368
368
|
*/
|
|
369
369
|
.message {
|
|
370
370
|
display: flex;
|
|
@@ -389,7 +389,7 @@ slot, svg, ::slotted(:where(svg, img)) {
|
|
|
389
389
|
color: var(--vvd-color-alert-500);
|
|
390
390
|
}/**
|
|
391
391
|
* Do not edit directly
|
|
392
|
-
* Generated on
|
|
392
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
393
393
|
*/
|
|
394
394
|
:host {
|
|
395
395
|
display: contents;
|
|
@@ -408,7 +408,7 @@ slot, svg, ::slotted(:where(svg, img)) {
|
|
|
408
408
|
padding: 4px 8px;
|
|
409
409
|
background-color: var(--_appearance-color-fill);
|
|
410
410
|
block-size: calc(var(--vvd-calendar-event--duration, 1) * calc((100% - 23px) / 24) + calc(1px * (var(--vvd-calendar-event--duration, 1) - 1)) - 4px);
|
|
411
|
-
border-radius:
|
|
411
|
+
border-radius: 8px;
|
|
412
412
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
413
413
|
color: var(--_appearance-color-text);
|
|
414
414
|
inline-size: calc(100% - 8px - min(var(--vvd-calendar-event--indent), 32px));
|
|
@@ -526,7 +526,7 @@ p {
|
|
|
526
526
|
font: var(--vvd-typography-base-condensed);
|
|
527
527
|
}/**
|
|
528
528
|
* Do not edit directly
|
|
529
|
-
* Generated on
|
|
529
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
530
530
|
*/
|
|
531
531
|
.base {
|
|
532
532
|
display: flex;
|
|
@@ -549,7 +549,7 @@ p {
|
|
|
549
549
|
|
|
550
550
|
::slotted(a[role=menuitem]:focus) {
|
|
551
551
|
display: block;
|
|
552
|
-
border-radius:
|
|
552
|
+
border-radius: 8px;
|
|
553
553
|
box-shadow: inset 0 0 0 3px currentColor;
|
|
554
554
|
outline: 2px solid currentColor;
|
|
555
555
|
outline-offset: -2px;
|
|
@@ -577,7 +577,7 @@ p {
|
|
|
577
577
|
display: none;
|
|
578
578
|
}/**
|
|
579
579
|
* Do not edit directly
|
|
580
|
-
* Generated on
|
|
580
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
581
581
|
*/
|
|
582
582
|
@supports selector(:focus-visible) {
|
|
583
583
|
:host(:focus-visible) {
|
|
@@ -700,7 +700,7 @@ label {
|
|
|
700
700
|
display: none;
|
|
701
701
|
}/**
|
|
702
702
|
* Do not edit directly
|
|
703
|
-
* Generated on
|
|
703
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
704
704
|
*/
|
|
705
705
|
:host {
|
|
706
706
|
display: inline-block;
|
|
@@ -770,7 +770,7 @@ label {
|
|
|
770
770
|
|
|
771
771
|
/* Shape */
|
|
772
772
|
.base:not(.shape-pill) {
|
|
773
|
-
--_listbox-border-radius:
|
|
773
|
+
--_listbox-border-radius: 8px;
|
|
774
774
|
}
|
|
775
775
|
|
|
776
776
|
.base.shape-pill {
|
|
@@ -787,7 +787,7 @@ label {
|
|
|
787
787
|
pointer-events: none;
|
|
788
788
|
}/**
|
|
789
789
|
* Do not edit directly
|
|
790
|
-
* Generated on
|
|
790
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
791
791
|
*/
|
|
792
792
|
:host {
|
|
793
793
|
display: inline-block;
|
|
@@ -838,7 +838,7 @@ label {
|
|
|
838
838
|
|
|
839
839
|
/* Shape */
|
|
840
840
|
.base:not(.shape-pill) {
|
|
841
|
-
border-radius:
|
|
841
|
+
border-radius: 8px;
|
|
842
842
|
}
|
|
843
843
|
|
|
844
844
|
.base.shape-pill {
|
|
@@ -851,12 +851,12 @@ label {
|
|
|
851
851
|
margin-block: 4px;
|
|
852
852
|
}/**
|
|
853
853
|
* Do not edit directly
|
|
854
|
-
* Generated on
|
|
854
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
855
855
|
*/
|
|
856
856
|
.control {
|
|
857
857
|
position: fixed;
|
|
858
858
|
z-index: 10;
|
|
859
|
-
border-radius:
|
|
859
|
+
border-radius: 8px;
|
|
860
860
|
inline-size: max-content;
|
|
861
861
|
inset-block-end: 0;
|
|
862
862
|
inset-inline-end: 0;
|
|
@@ -880,6 +880,11 @@ label {
|
|
|
880
880
|
inset-inline-start: auto;
|
|
881
881
|
margin-inline: 16px;
|
|
882
882
|
}
|
|
883
|
+
.control:where(.strategy-static) {
|
|
884
|
+
position: static;
|
|
885
|
+
margin: 0;
|
|
886
|
+
inline-size: auto;
|
|
887
|
+
}
|
|
883
888
|
.control:not(.open) {
|
|
884
889
|
opacity: 0;
|
|
885
890
|
transform: scale(0.8);
|
|
@@ -894,7 +899,7 @@ label {
|
|
|
894
899
|
align-items: center;
|
|
895
900
|
padding: 16px;
|
|
896
901
|
background-color: var(--vvd-color-neutral-50);
|
|
897
|
-
border-radius:
|
|
902
|
+
border-radius: 8px;
|
|
898
903
|
color: var(--vvd-color-canvas-text);
|
|
899
904
|
column-gap: 16px;
|
|
900
905
|
}
|
|
@@ -954,7 +959,7 @@ label {
|
|
|
954
959
|
padding-inline-start: 8px;
|
|
955
960
|
}/**
|
|
956
961
|
* Do not edit directly
|
|
957
|
-
* Generated on
|
|
962
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
958
963
|
*/
|
|
959
964
|
:host {
|
|
960
965
|
display: inline-block;
|
|
@@ -970,12 +975,16 @@ label {
|
|
|
970
975
|
margin: 0;
|
|
971
976
|
background-color: var(--_appearance-color-fill);
|
|
972
977
|
block-size: var(--_button-block-size);
|
|
978
|
+
border-radius: var(--_button-border-radius);
|
|
973
979
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
974
980
|
color: var(--_appearance-color-text);
|
|
975
981
|
gap: var(--_button-icon-gap);
|
|
976
982
|
vertical-align: middle;
|
|
977
|
-
/* Shape */
|
|
978
983
|
/* Size */
|
|
984
|
+
/* Shape */
|
|
985
|
+
/* stylelint-disable */
|
|
986
|
+
/* disabling because of order issues */
|
|
987
|
+
/* stylelint-enable */
|
|
979
988
|
}
|
|
980
989
|
.control.connotation-cta {
|
|
981
990
|
/* @cssprop [--vvd-button-cta-primary=var(--vvd-color-cta-500)] */
|
|
@@ -1152,18 +1161,6 @@ label {
|
|
|
1152
1161
|
inline-size: var(--_button-block-size);
|
|
1153
1162
|
}
|
|
1154
1163
|
}
|
|
1155
|
-
.control:not(.shape-pill) {
|
|
1156
|
-
border-radius: 6px;
|
|
1157
|
-
}
|
|
1158
|
-
.control.shape-pill:not(.icon-only, .stacked) {
|
|
1159
|
-
border-radius: 24px;
|
|
1160
|
-
}
|
|
1161
|
-
.control.shape-pill.stacked {
|
|
1162
|
-
border-radius: 24px;
|
|
1163
|
-
}
|
|
1164
|
-
.control.shape-pill.icon-only {
|
|
1165
|
-
border-radius: 50%;
|
|
1166
|
-
}
|
|
1167
1164
|
.control:not(.stacked).size-super-condensed {
|
|
1168
1165
|
--_button-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
|
|
1169
1166
|
font: var(--vvd-typography-base-condensed-bold);
|
|
@@ -1196,6 +1193,21 @@ label {
|
|
|
1196
1193
|
--_button-icon-gap: 8px;
|
|
1197
1194
|
padding-inline: 16px;
|
|
1198
1195
|
}
|
|
1196
|
+
.control:not(.shape-pill) {
|
|
1197
|
+
--_button-border-radius: 8px;
|
|
1198
|
+
}
|
|
1199
|
+
.control:not(.shape-pill).size-condensed:not(.stacked), .control:not(.shape-pill).size-super-condensed:not(.stacked) {
|
|
1200
|
+
--_button-border-radius: 4px;
|
|
1201
|
+
}
|
|
1202
|
+
.control.shape-pill:not(.icon-only, .stacked) {
|
|
1203
|
+
--_button-border-radius: 24px;
|
|
1204
|
+
}
|
|
1205
|
+
.control.shape-pill.stacked {
|
|
1206
|
+
--_button-border-radius: 24px;
|
|
1207
|
+
}
|
|
1208
|
+
.control.shape-pill.icon-only {
|
|
1209
|
+
--_button-border-radius: 50%;
|
|
1210
|
+
}
|
|
1199
1211
|
.control.stacked {
|
|
1200
1212
|
flex-direction: column;
|
|
1201
1213
|
justify-content: center;
|
|
@@ -1323,7 +1335,7 @@ slot[name=icon] {
|
|
|
1323
1335
|
filter: none;
|
|
1324
1336
|
}/**
|
|
1325
1337
|
* Do not edit directly
|
|
1326
|
-
* Generated on
|
|
1338
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
1327
1339
|
*/
|
|
1328
1340
|
.base {
|
|
1329
1341
|
align-items: center;
|
|
@@ -1446,7 +1458,7 @@ slot[name=icon] {
|
|
|
1446
1458
|
}
|
|
1447
1459
|
}/**
|
|
1448
1460
|
* Do not edit directly
|
|
1449
|
-
* Generated on
|
|
1461
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
1450
1462
|
*/
|
|
1451
1463
|
.base {
|
|
1452
1464
|
display: inline-flex;
|
|
@@ -1472,7 +1484,7 @@ slot[name=icon] {
|
|
|
1472
1484
|
min-inline-size: 32px;
|
|
1473
1485
|
}/**
|
|
1474
1486
|
* Do not edit directly
|
|
1475
|
-
* Generated on
|
|
1487
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
1476
1488
|
*/
|
|
1477
1489
|
.base {
|
|
1478
1490
|
display: inline-flex;
|
|
@@ -1481,6 +1493,7 @@ slot[name=icon] {
|
|
|
1481
1493
|
justify-content: center;
|
|
1482
1494
|
background-color: var(--_appearance-color-fill);
|
|
1483
1495
|
block-size: var(--_size);
|
|
1496
|
+
border-radius: var(--_avatar-border-radius);
|
|
1484
1497
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
1485
1498
|
color: var(--_appearance-color-text);
|
|
1486
1499
|
inline-size: var(--_size);
|
|
@@ -1569,10 +1582,13 @@ slot[name=icon] {
|
|
|
1569
1582
|
line-height: 1;
|
|
1570
1583
|
}
|
|
1571
1584
|
.base:not(.shape-pill) {
|
|
1572
|
-
border-radius:
|
|
1585
|
+
--_avatar-border-radius: 8px;
|
|
1586
|
+
}
|
|
1587
|
+
.base:not(.shape-pill).size-condensed {
|
|
1588
|
+
--_avatar-border-radius: 4px;
|
|
1573
1589
|
}
|
|
1574
1590
|
.base.shape-pill {
|
|
1575
|
-
border-radius: 50%;
|
|
1591
|
+
--_avatar-border-radius: 50%;
|
|
1576
1592
|
}
|
|
1577
1593
|
.base .initials {
|
|
1578
1594
|
text-transform: uppercase;
|
|
@@ -1583,7 +1599,7 @@ slot[name=icon] {
|
|
|
1583
1599
|
object-fit: cover;
|
|
1584
1600
|
}/**
|
|
1585
1601
|
* Do not edit directly
|
|
1586
|
-
* Generated on
|
|
1602
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
1587
1603
|
*/
|
|
1588
1604
|
:host {
|
|
1589
1605
|
display: inline-block;
|
|
@@ -1773,7 +1789,7 @@ slot[name=icon] {
|
|
|
1773
1789
|
order: 1;
|
|
1774
1790
|
}/**
|
|
1775
1791
|
* Do not edit directly
|
|
1776
|
-
* Generated on
|
|
1792
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
1777
1793
|
*/
|
|
1778
1794
|
:host {
|
|
1779
1795
|
display: block;
|
|
@@ -1854,7 +1870,7 @@ slot[name=icon] {
|
|
|
1854
1870
|
margin-inline-end: 8px;
|
|
1855
1871
|
}/**
|
|
1856
1872
|
* Do not edit directly
|
|
1857
|
-
* Generated on
|
|
1873
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
1858
1874
|
*/
|
|
1859
1875
|
.base {
|
|
1860
1876
|
display: flex;
|
|
@@ -1888,20 +1904,20 @@ slot[name=icon] {
|
|
|
1888
1904
|
.focus-indicator {
|
|
1889
1905
|
--focus-inset: -4px -8px;
|
|
1890
1906
|
--focus-stroke-gap-color: transparent;
|
|
1891
|
-
border-radius:
|
|
1907
|
+
border-radius: 8px;
|
|
1892
1908
|
}
|
|
1893
1909
|
.control:not(:focus-visible) > .focus-indicator {
|
|
1894
1910
|
display: none;
|
|
1895
1911
|
}/**
|
|
1896
1912
|
* Do not edit directly
|
|
1897
|
-
* Generated on
|
|
1913
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
1898
1914
|
*/
|
|
1899
1915
|
:host {
|
|
1900
1916
|
display: flex;
|
|
1901
1917
|
}
|
|
1902
1918
|
|
|
1903
1919
|
.base {
|
|
1904
|
-
border-radius:
|
|
1920
|
+
border-radius: 8px;
|
|
1905
1921
|
inline-size: 100%;
|
|
1906
1922
|
text-align: start;
|
|
1907
1923
|
}
|
|
@@ -1995,7 +2011,7 @@ slot[name=icon] {
|
|
|
1995
2011
|
margin-inline-start: auto;
|
|
1996
2012
|
}/**
|
|
1997
2013
|
* Do not edit directly
|
|
1998
|
-
* Generated on
|
|
2014
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
1999
2015
|
*/
|
|
2000
2016
|
:host {
|
|
2001
2017
|
display: block;
|
|
@@ -2044,10 +2060,9 @@ header {
|
|
|
2044
2060
|
display: none;
|
|
2045
2061
|
}/**
|
|
2046
2062
|
* Do not edit directly
|
|
2047
|
-
* Generated on
|
|
2063
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
2048
2064
|
*/
|
|
2049
2065
|
.control {
|
|
2050
|
-
position: relative;
|
|
2051
2066
|
display: inline-flex;
|
|
2052
2067
|
box-sizing: border-box;
|
|
2053
2068
|
align-items: center;
|
|
@@ -2111,10 +2126,13 @@ header {
|
|
|
2111
2126
|
--_appearance-color-fill: var(--_connotation-color-fierce);
|
|
2112
2127
|
--_appearance-color-outline: transparent;
|
|
2113
2128
|
}
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2129
|
+
.control:not(.connotation-accent, .connotation-cta) {
|
|
2130
|
+
--focus-stroke-gap-color: transparent;
|
|
2131
|
+
}
|
|
2132
|
+
.control:focus-visible {
|
|
2133
|
+
box-shadow: inset 0 0 0 3px var(--focus-stroke-gap-color, currentColor);
|
|
2134
|
+
outline: 2px solid var(--focus-stroke-color, var(--vvd-color-canvas-text));
|
|
2135
|
+
outline-offset: -2px;
|
|
2118
2136
|
}
|
|
2119
2137
|
@supports (user-select: none) {
|
|
2120
2138
|
.control {
|
|
@@ -2180,16 +2198,9 @@ slot[name=icon] {
|
|
|
2180
2198
|
}
|
|
2181
2199
|
.control:not(.size-extended) slot[name=icon] {
|
|
2182
2200
|
font-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);
|
|
2183
|
-
}
|
|
2184
|
-
|
|
2185
|
-
:not(:focus-visible) .focus-indicator {
|
|
2186
|
-
display: none;
|
|
2187
|
-
}
|
|
2188
|
-
.control:not(.connotation-accent, .connotation-cta) .focus-indicator {
|
|
2189
|
-
--focus-stroke-gap-color: transparent;
|
|
2190
2201
|
}/**
|
|
2191
2202
|
* Do not edit directly
|
|
2192
|
-
* Generated on
|
|
2203
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
2193
2204
|
*/
|
|
2194
2205
|
.base {
|
|
2195
2206
|
z-index: 1;
|
|
@@ -2331,7 +2342,7 @@ slot[name=icon] {
|
|
|
2331
2342
|
gap: 4px;
|
|
2332
2343
|
}/**
|
|
2333
2344
|
* Do not edit directly
|
|
2334
|
-
* Generated on
|
|
2345
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
2335
2346
|
*/
|
|
2336
2347
|
.control {
|
|
2337
2348
|
position: relative;
|
|
@@ -2339,7 +2350,7 @@ slot[name=icon] {
|
|
|
2339
2350
|
box-sizing: border-box;
|
|
2340
2351
|
align-items: center;
|
|
2341
2352
|
background-color: var(--_appearance-color-fill);
|
|
2342
|
-
border-radius:
|
|
2353
|
+
border-radius: 8px;
|
|
2343
2354
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
2344
2355
|
color: var(--_appearance-color-text);
|
|
2345
2356
|
cursor: pointer;
|
|
@@ -2434,7 +2445,7 @@ details > summary::-webkit-details-marker {
|
|
|
2434
2445
|
display: none;
|
|
2435
2446
|
}/**
|
|
2436
2447
|
* Do not edit directly
|
|
2437
|
-
* Generated on
|
|
2448
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
2438
2449
|
*/
|
|
2439
2450
|
.control {
|
|
2440
2451
|
position: relative;
|
|
@@ -2442,7 +2453,7 @@ details > summary::-webkit-details-marker {
|
|
|
2442
2453
|
box-sizing: border-box;
|
|
2443
2454
|
align-items: center;
|
|
2444
2455
|
background-color: var(--_appearance-color-fill);
|
|
2445
|
-
border-radius:
|
|
2456
|
+
border-radius: 8px;
|
|
2446
2457
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
2447
2458
|
color: var(--_appearance-color-text);
|
|
2448
2459
|
font: var(--vvd-typography-base);
|
|
@@ -2518,14 +2529,14 @@ slot[name=icon] {
|
|
|
2518
2529
|
line-height: 1;
|
|
2519
2530
|
}/**
|
|
2520
2531
|
* Do not edit directly
|
|
2521
|
-
* Generated on
|
|
2532
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
2522
2533
|
*/
|
|
2523
2534
|
.base {
|
|
2524
2535
|
display: flex;
|
|
2525
2536
|
align-items: flex-start;
|
|
2526
2537
|
padding: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
|
|
2527
2538
|
background-color: var(--_appearance-color-fill);
|
|
2528
|
-
border-radius:
|
|
2539
|
+
border-radius: 8px;
|
|
2529
2540
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
2530
2541
|
color: var(--vvd-color-canvas-text);
|
|
2531
2542
|
column-gap: 16px;
|
|
@@ -2608,7 +2619,7 @@ slot[name=icon] {
|
|
|
2608
2619
|
font: var(--vvd-typography-base);
|
|
2609
2620
|
}/**
|
|
2610
2621
|
* Do not edit directly
|
|
2611
|
-
* Generated on
|
|
2622
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
2612
2623
|
*/
|
|
2613
2624
|
.control {
|
|
2614
2625
|
display: inline-flex;
|
|
@@ -2657,7 +2668,7 @@ slot[name=icon] {
|
|
|
2657
2668
|
inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
|
|
2658
2669
|
}/**
|
|
2659
2670
|
* Do not edit directly
|
|
2660
|
-
* Generated on
|
|
2671
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
2661
2672
|
*/
|
|
2662
2673
|
.base {
|
|
2663
2674
|
height: 6px;
|
|
@@ -2809,7 +2820,7 @@ slot[name=icon] {
|
|
|
2809
2820
|
}
|
|
2810
2821
|
}/**
|
|
2811
2822
|
* Do not edit directly
|
|
2812
|
-
* Generated on
|
|
2823
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
2813
2824
|
*/
|
|
2814
2825
|
@supports selector(:focus-visible) {
|
|
2815
2826
|
.base:focus-visible {
|
|
@@ -2825,7 +2836,7 @@ slot[name=icon] {
|
|
|
2825
2836
|
padding: var(--selectable-box-spacing, 16px);
|
|
2826
2837
|
border: 1px solid var(--_appearance-color-outline);
|
|
2827
2838
|
background-color: var(--_appearance-color-fill);
|
|
2828
|
-
border-radius:
|
|
2839
|
+
border-radius: 8px;
|
|
2829
2840
|
inline-size: 100%;
|
|
2830
2841
|
padding-block-start: calc(var(--selectable-box-spacing, 16px) + 36px);
|
|
2831
2842
|
text-align: start;
|
|
@@ -2898,7 +2909,7 @@ slot[name=icon] {
|
|
|
2898
2909
|
inset-inline-end: var(--selectable-box-spacing, 16px);
|
|
2899
2910
|
}/**
|
|
2900
2911
|
* Do not edit directly
|
|
2901
|
-
* Generated on
|
|
2912
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
2902
2913
|
*/
|
|
2903
2914
|
:host {
|
|
2904
2915
|
display: block;
|
|
@@ -2953,7 +2964,7 @@ slot[name=icon] {
|
|
|
2953
2964
|
display: none;
|
|
2954
2965
|
}/**
|
|
2955
2966
|
* Do not edit directly
|
|
2956
|
-
* Generated on
|
|
2967
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
2957
2968
|
*/
|
|
2958
2969
|
:host {
|
|
2959
2970
|
display: inline-block;
|
|
@@ -3143,8 +3154,8 @@ slot[name=icon] {
|
|
|
3143
3154
|
gap: var(--_split-button-icon-gap);
|
|
3144
3155
|
isolation: isolate;
|
|
3145
3156
|
/* Disabled */
|
|
3146
|
-
/* shape */
|
|
3147
3157
|
/* size */
|
|
3158
|
+
/* shape */
|
|
3148
3159
|
}
|
|
3149
3160
|
.control:focus-visible {
|
|
3150
3161
|
outline: none;
|
|
@@ -3173,12 +3184,6 @@ slot[name=icon] {
|
|
|
3173
3184
|
flex-grow: 1;
|
|
3174
3185
|
inline-size: inherit;
|
|
3175
3186
|
}
|
|
3176
|
-
.control:not(.shape-pill) {
|
|
3177
|
-
--_border-radius: 6px;
|
|
3178
|
-
}
|
|
3179
|
-
.control.shape-pill {
|
|
3180
|
-
--_border-radius: 24px;
|
|
3181
|
-
}
|
|
3182
3187
|
.control.size-super-condensed {
|
|
3183
3188
|
--_split-button-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
|
|
3184
3189
|
font: var(--vvd-typography-base-condensed-bold);
|
|
@@ -3211,6 +3216,15 @@ slot[name=icon] {
|
|
|
3211
3216
|
--_split-button-icon-gap: 8px;
|
|
3212
3217
|
padding-inline: 16px;
|
|
3213
3218
|
}
|
|
3219
|
+
.control:not(.shape-pill) {
|
|
3220
|
+
--_border-radius: 8px;
|
|
3221
|
+
}
|
|
3222
|
+
.control:not(.shape-pill).size-super-condensed, .control:not(.shape-pill).super-condensed {
|
|
3223
|
+
--_border-radius: 4px;
|
|
3224
|
+
}
|
|
3225
|
+
.control.shape-pill {
|
|
3226
|
+
--_border-radius: 24px;
|
|
3227
|
+
}
|
|
3214
3228
|
.control .text {
|
|
3215
3229
|
overflow: hidden;
|
|
3216
3230
|
max-inline-size: 100%;
|
|
@@ -3224,8 +3238,9 @@ slot[name=icon] {
|
|
|
3224
3238
|
border-top-right-radius: var(--_border-radius);
|
|
3225
3239
|
inline-size: var(--_split-button-inline-size);
|
|
3226
3240
|
/* Disabled */
|
|
3227
|
-
/*
|
|
3241
|
+
/* Separator */
|
|
3228
3242
|
/* size */
|
|
3243
|
+
/* Shape */
|
|
3229
3244
|
}
|
|
3230
3245
|
.indicator:focus-visible {
|
|
3231
3246
|
outline: none;
|
|
@@ -3236,12 +3251,6 @@ slot[name=icon] {
|
|
|
3236
3251
|
.indicator:disabled {
|
|
3237
3252
|
cursor: not-allowed;
|
|
3238
3253
|
}
|
|
3239
|
-
.indicator:not(.shape-pill) {
|
|
3240
|
-
--_border-radius: 6px;
|
|
3241
|
-
}
|
|
3242
|
-
.indicator.shape-pill {
|
|
3243
|
-
--_border-radius: 24px;
|
|
3244
|
-
}
|
|
3245
3254
|
.indicator::before {
|
|
3246
3255
|
position: absolute;
|
|
3247
3256
|
background-color: var(--_appearance-color-text);
|
|
@@ -3276,6 +3285,15 @@ slot[name=icon] {
|
|
|
3276
3285
|
--_split-button-inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 8));
|
|
3277
3286
|
font: var(--vvd-typography-base-extended);
|
|
3278
3287
|
}
|
|
3288
|
+
.indicator:not(.shape-pill) {
|
|
3289
|
+
--_border-radius: 8px;
|
|
3290
|
+
}
|
|
3291
|
+
.indicator:not(.shape-pill).size-super-condensed, .indicator:not(.shape-pill).super-condensed {
|
|
3292
|
+
--_border-radius: 4px;
|
|
3293
|
+
}
|
|
3294
|
+
.indicator.shape-pill {
|
|
3295
|
+
--_border-radius: 24px;
|
|
3296
|
+
}
|
|
3279
3297
|
|
|
3280
3298
|
/* Icon */
|
|
3281
3299
|
.icon {
|
|
@@ -3299,7 +3317,7 @@ slot[name=icon] {
|
|
|
3299
3317
|
--focus-inset: -1px;
|
|
3300
3318
|
}/**
|
|
3301
3319
|
* Do not edit directly
|
|
3302
|
-
* Generated on
|
|
3320
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
3303
3321
|
*/
|
|
3304
3322
|
.base {
|
|
3305
3323
|
--tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
|
|
@@ -3458,7 +3476,7 @@ slot[name=icon] {
|
|
|
3458
3476
|
gap: 8px;
|
|
3459
3477
|
}/**
|
|
3460
3478
|
* Do not edit directly
|
|
3461
|
-
* Generated on
|
|
3479
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
3462
3480
|
*/
|
|
3463
3481
|
.control {
|
|
3464
3482
|
display: inline-block;
|
|
@@ -3483,7 +3501,7 @@ slot[name=icon] {
|
|
|
3483
3501
|
margin-block-start: 16px;
|
|
3484
3502
|
}/**
|
|
3485
3503
|
* Do not edit directly
|
|
3486
|
-
* Generated on
|
|
3504
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
3487
3505
|
*/
|
|
3488
3506
|
.control {
|
|
3489
3507
|
pointer-events: none;
|
|
@@ -3498,7 +3516,7 @@ slot[name=icon] {
|
|
|
3498
3516
|
font: var(--vvd-typography-base-bold);
|
|
3499
3517
|
}/**
|
|
3500
3518
|
* Do not edit directly
|
|
3501
|
-
* Generated on
|
|
3519
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
3502
3520
|
*/
|
|
3503
3521
|
@supports selector(:focus-visible) {
|
|
3504
3522
|
:host(:focus-visible) {
|
|
@@ -3515,7 +3533,7 @@ slot[name=icon] {
|
|
|
3515
3533
|
box-sizing: border-box;
|
|
3516
3534
|
align-items: center;
|
|
3517
3535
|
background-color: var(--_appearance-color-fill);
|
|
3518
|
-
border-radius:
|
|
3536
|
+
border-radius: 8px;
|
|
3519
3537
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
3520
3538
|
color: var(--_appearance-color-text);
|
|
3521
3539
|
font: var(--vvd-typography-base);
|
|
@@ -3593,7 +3611,7 @@ slot[name=icon] {
|
|
|
3593
3611
|
.expandCollapseButton {
|
|
3594
3612
|
display: flex;
|
|
3595
3613
|
align-items: center;
|
|
3596
|
-
border-radius:
|
|
3614
|
+
border-radius: 8px;
|
|
3597
3615
|
font-size: 20px;
|
|
3598
3616
|
}
|
|
3599
3617
|
.expandCollapseButton .expandCollapseIcon {
|
|
@@ -3626,7 +3644,7 @@ slot[name=icon] {
|
|
|
3626
3644
|
color: var(--vvd-color-neutral-600);
|
|
3627
3645
|
}/**
|
|
3628
3646
|
* Do not edit directly
|
|
3629
|
-
* Generated on
|
|
3647
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
3630
3648
|
*/
|
|
3631
3649
|
.wrapper {
|
|
3632
3650
|
display: grid;
|
|
@@ -3641,7 +3659,7 @@ slot[name=icon] {
|
|
|
3641
3659
|
justify-content: center;
|
|
3642
3660
|
background-color: var(--_appearance-color-fill);
|
|
3643
3661
|
block-size: 40px;
|
|
3644
|
-
border-radius:
|
|
3662
|
+
border-radius: 8px;
|
|
3645
3663
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
3646
3664
|
color: var(--_appearance-color-text);
|
|
3647
3665
|
padding-inline: 16px;
|
|
@@ -4193,7 +4211,7 @@ slot[name=icon] {
|
|
|
4193
4211
|
--_appearance-color-outline: transparent;
|
|
4194
4212
|
}/**
|
|
4195
4213
|
* Do not edit directly
|
|
4196
|
-
* Generated on
|
|
4214
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
4197
4215
|
*/
|
|
4198
4216
|
.base {
|
|
4199
4217
|
display: flex;
|
|
@@ -4205,7 +4223,7 @@ slot[name=icon] {
|
|
|
4205
4223
|
border-bottom: 1px solid var(--vvd-color-neutral-200);
|
|
4206
4224
|
}/**
|
|
4207
4225
|
* Do not edit directly
|
|
4208
|
-
* Generated on
|
|
4226
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
4209
4227
|
*/
|
|
4210
4228
|
:host {
|
|
4211
4229
|
display: flex;
|
|
@@ -4322,7 +4340,7 @@ button:not(:focus-visible) > .focus-indicator {
|
|
|
4322
4340
|
display: flex;
|
|
4323
4341
|
}/**
|
|
4324
4342
|
* Do not edit directly
|
|
4325
|
-
* Generated on
|
|
4343
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
4326
4344
|
*/
|
|
4327
4345
|
:host([disabled]) {
|
|
4328
4346
|
cursor: not-allowed;
|
|
@@ -4334,7 +4352,7 @@ button:not(:focus-visible) > .focus-indicator {
|
|
|
4334
4352
|
box-sizing: border-box;
|
|
4335
4353
|
align-items: center;
|
|
4336
4354
|
background-color: var(--_appearance-color-fill);
|
|
4337
|
-
border-radius:
|
|
4355
|
+
border-radius: 8px;
|
|
4338
4356
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
4339
4357
|
color: var(--_option-appearance-color-text, var(--_appearance-color-text));
|
|
4340
4358
|
font: var(--vvd-typography-base);
|
|
@@ -4459,14 +4477,14 @@ dialog.fixed {
|
|
|
4459
4477
|
transform: translate(0, -50%);
|
|
4460
4478
|
}/**
|
|
4461
4479
|
* Do not edit directly
|
|
4462
|
-
* Generated on
|
|
4480
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
4463
4481
|
*/
|
|
4464
4482
|
.base {
|
|
4465
4483
|
box-sizing: border-box;
|
|
4466
4484
|
padding: 0;
|
|
4467
4485
|
border: none;
|
|
4468
4486
|
background-color: transparent;
|
|
4469
|
-
border-radius:
|
|
4487
|
+
border-radius: 8px;
|
|
4470
4488
|
color: var(--vvd-color-canvas-text);
|
|
4471
4489
|
max-block-size: var(--dialog-max-block-size, calc(100vh - 64px));
|
|
4472
4490
|
max-inline-size: var(--dialog-max-inline-size, var(--_dialog-default-max-inline-size));
|
|
@@ -4609,7 +4627,7 @@ slot[name=main] {
|
|
|
4609
4627
|
border-radius: inherit;
|
|
4610
4628
|
}/**
|
|
4611
4629
|
* Do not edit directly
|
|
4612
|
-
* Generated on
|
|
4630
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
4613
4631
|
*/
|
|
4614
4632
|
.positioning-region {
|
|
4615
4633
|
display: flex;
|
|
@@ -4626,9 +4644,10 @@ label + .positioning-region {
|
|
|
4626
4644
|
label {
|
|
4627
4645
|
color: var(--vvd-color-canvas-text);
|
|
4628
4646
|
font: var(--vvd-typography-base);
|
|
4629
|
-
}
|
|
4647
|
+
}/* #region SPACES */
|
|
4648
|
+
/**
|
|
4630
4649
|
* Do not edit directly
|
|
4631
|
-
* Generated on
|
|
4650
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
4632
4651
|
*/
|
|
4633
4652
|
@supports selector(:focus-visible) {
|
|
4634
4653
|
:host(:focus-visible) {
|
|
@@ -4713,7 +4732,7 @@ label {
|
|
|
4713
4732
|
}
|
|
4714
4733
|
}
|
|
4715
4734
|
.base:not(.shape-sharp) {
|
|
4716
|
-
border-radius:
|
|
4735
|
+
border-radius: 8px;
|
|
4717
4736
|
}
|
|
4718
4737
|
.base:not(.disabled) {
|
|
4719
4738
|
cursor: pointer;
|
|
@@ -4759,10 +4778,15 @@ slot[name=icon] {
|
|
|
4759
4778
|
}
|
|
4760
4779
|
:host(:not(.vertical)):host(:not([aria-selected=true])) .base::after {
|
|
4761
4780
|
opacity: 0;
|
|
4762
|
-
}
|
|
4781
|
+
}/* #region SPACES */
|
|
4782
|
+
/**
|
|
4763
4783
|
* Do not edit directly
|
|
4764
|
-
* Generated on
|
|
4784
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
4765
4785
|
*/
|
|
4786
|
+
:host {
|
|
4787
|
+
display: block;
|
|
4788
|
+
}
|
|
4789
|
+
|
|
4766
4790
|
.base {
|
|
4767
4791
|
display: grid;
|
|
4768
4792
|
box-sizing: border-box;
|
|
@@ -4789,6 +4813,7 @@ slot[name=icon] {
|
|
|
4789
4813
|
.base:not(.orientation-vertical) {
|
|
4790
4814
|
grid-template-columns: 1fr;
|
|
4791
4815
|
grid-template-rows: auto 1fr;
|
|
4816
|
+
max-block-size: 100%;
|
|
4792
4817
|
}
|
|
4793
4818
|
|
|
4794
4819
|
.tablist {
|
|
@@ -4835,13 +4860,16 @@ slot[name=icon] {
|
|
|
4835
4860
|
}
|
|
4836
4861
|
|
|
4837
4862
|
.tabpanel {
|
|
4838
|
-
|
|
4839
|
-
}
|
|
4840
|
-
.base.orientation-vertical .tabpanel {
|
|
4863
|
+
box-sizing: border-box;
|
|
4841
4864
|
block-size: 100%;
|
|
4865
|
+
min-block-size: 0;
|
|
4866
|
+
min-inline-size: 0;
|
|
4842
4867
|
overflow-x: hidden;
|
|
4843
4868
|
overflow-y: auto;
|
|
4844
4869
|
}
|
|
4870
|
+
.base.gutters-small .tabpanel {
|
|
4871
|
+
padding: 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)));
|
|
4872
|
+
}
|
|
4845
4873
|
|
|
4846
4874
|
.active-indicator {
|
|
4847
4875
|
background: currentColor;
|
|
@@ -4879,7 +4907,7 @@ slot[name=icon] {
|
|
|
4879
4907
|
gap: 4px;
|
|
4880
4908
|
}/**
|
|
4881
4909
|
* Do not edit directly
|
|
4882
|
-
* Generated on
|
|
4910
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
4883
4911
|
*/
|
|
4884
4912
|
:host {
|
|
4885
4913
|
display: inline-flex;
|
|
@@ -5013,7 +5041,7 @@ label {
|
|
|
5013
5041
|
.focus-indicator {
|
|
5014
5042
|
--focus-inset: -3px;
|
|
5015
5043
|
--focus-stroke-gap-color: transparent;
|
|
5016
|
-
border-radius:
|
|
5044
|
+
border-radius: 4px;
|
|
5017
5045
|
}
|
|
5018
5046
|
.base:not(:focus-visible) .focus-indicator {
|
|
5019
5047
|
display: none;
|
|
@@ -5029,7 +5057,7 @@ label {
|
|
|
5029
5057
|
--_low-ink-color: var(--vvd-color-neutral-600);
|
|
5030
5058
|
}/**
|
|
5031
5059
|
* Do not edit directly
|
|
5032
|
-
* Generated on
|
|
5060
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
5033
5061
|
*/
|
|
5034
5062
|
:host {
|
|
5035
5063
|
display: block;
|
|
@@ -5048,7 +5076,7 @@ label {
|
|
|
5048
5076
|
inline-size: 1px;
|
|
5049
5077
|
}/**
|
|
5050
5078
|
* Do not edit directly
|
|
5051
|
-
* Generated on
|
|
5079
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
5052
5080
|
*/
|
|
5053
5081
|
:host {
|
|
5054
5082
|
display: inline-block;
|
|
@@ -5229,7 +5257,7 @@ label {
|
|
|
5229
5257
|
block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
|
|
5230
5258
|
}
|
|
5231
5259
|
.base:not(.shape-pill) .fieldset {
|
|
5232
|
-
border-radius:
|
|
5260
|
+
border-radius: 8px;
|
|
5233
5261
|
}
|
|
5234
5262
|
.base.shape-pill .fieldset {
|
|
5235
5263
|
border-radius: 24px;
|
|
@@ -5337,7 +5365,7 @@ label {
|
|
|
5337
5365
|
pointer-events: none;
|
|
5338
5366
|
}/**
|
|
5339
5367
|
* Do not edit directly
|
|
5340
|
-
* Generated on
|
|
5368
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
5341
5369
|
*/
|
|
5342
5370
|
@supports selector(:focus-visible) {
|
|
5343
5371
|
:host(:focus-visible) {
|
|
@@ -5456,7 +5484,7 @@ label {
|
|
|
5456
5484
|
pointer-events: none;
|
|
5457
5485
|
}
|
|
5458
5486
|
.control:not(.shape-pill) {
|
|
5459
|
-
--_select-control-border-radius:
|
|
5487
|
+
--_select-control-border-radius: 8px;
|
|
5460
5488
|
}
|
|
5461
5489
|
.control.shape-pill {
|
|
5462
5490
|
--_select-control-border-radius: 24px;
|
|
@@ -5515,10 +5543,10 @@ label {
|
|
|
5515
5543
|
display: none;
|
|
5516
5544
|
}
|
|
5517
5545
|
:host([multiple]) .focus-indicator {
|
|
5518
|
-
--_select-control-border-radius:
|
|
5546
|
+
--_select-control-border-radius: 8px;
|
|
5519
5547
|
}/**
|
|
5520
5548
|
* Do not edit directly
|
|
5521
|
-
* Generated on
|
|
5549
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
5522
5550
|
*/
|
|
5523
5551
|
:host(.disabled) {
|
|
5524
5552
|
cursor: not-allowed;
|
|
@@ -5701,7 +5729,7 @@ label {
|
|
|
5701
5729
|
display: none;
|
|
5702
5730
|
}/**
|
|
5703
5731
|
* Do not edit directly
|
|
5704
|
-
* Generated on
|
|
5732
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
5705
5733
|
*/
|
|
5706
5734
|
:host {
|
|
5707
5735
|
position: relative;
|
|
@@ -5725,7 +5753,7 @@ label {
|
|
|
5725
5753
|
.listbox {
|
|
5726
5754
|
padding: 4px;
|
|
5727
5755
|
background-color: var(--_appearance-color-fill);
|
|
5728
|
-
border-radius:
|
|
5756
|
+
border-radius: 8px;
|
|
5729
5757
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
5730
5758
|
contain: paint;
|
|
5731
5759
|
}
|
|
@@ -5764,7 +5792,7 @@ label {
|
|
|
5764
5792
|
inline-size: 100%;
|
|
5765
5793
|
}/**
|
|
5766
5794
|
* Do not edit directly
|
|
5767
|
-
* Generated on
|
|
5795
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
5768
5796
|
*/
|
|
5769
5797
|
:host {
|
|
5770
5798
|
display: block;
|
|
@@ -5786,7 +5814,7 @@ label {
|
|
|
5786
5814
|
padding: 16px;
|
|
5787
5815
|
border: 1px dashed var(--vvd-color-neutral-400);
|
|
5788
5816
|
background-color: var(--vvd-color-cta-50);
|
|
5789
|
-
border-radius:
|
|
5817
|
+
border-radius: 8px;
|
|
5790
5818
|
color: var(--vvd-color-neutral-600);
|
|
5791
5819
|
cursor: pointer;
|
|
5792
5820
|
font: var(--vvd-typography-base);
|
|
@@ -5815,7 +5843,7 @@ label {
|
|
|
5815
5843
|
display: grid;
|
|
5816
5844
|
box-sizing: border-box;
|
|
5817
5845
|
padding: 6px 12px;
|
|
5818
|
-
border-radius:
|
|
5846
|
+
border-radius: 8px;
|
|
5819
5847
|
grid-template-columns: 1fr auto;
|
|
5820
5848
|
grid-template-rows: auto auto;
|
|
5821
5849
|
inline-size: 100%;
|
|
@@ -5879,7 +5907,7 @@ label {
|
|
|
5879
5907
|
display: none;
|
|
5880
5908
|
}/**
|
|
5881
5909
|
* Do not edit directly
|
|
5882
|
-
* Generated on
|
|
5910
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
5883
5911
|
*/
|
|
5884
5912
|
:host {
|
|
5885
5913
|
display: inline-block;
|
|
@@ -6026,7 +6054,7 @@ label {
|
|
|
6026
6054
|
border: 0 none;
|
|
6027
6055
|
appearance: none; /* for box-shadow visibility on IOS */
|
|
6028
6056
|
background-color: var(--_appearance-color-fill);
|
|
6029
|
-
border-radius:
|
|
6057
|
+
border-radius: 8px;
|
|
6030
6058
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
6031
6059
|
color: var(--_appearance-color-text);
|
|
6032
6060
|
font: var(--vvd-typography-base);
|
|
@@ -6059,7 +6087,7 @@ label {
|
|
|
6059
6087
|
resize: vertical;
|
|
6060
6088
|
}/**
|
|
6061
6089
|
* Do not edit directly
|
|
6062
|
-
* Generated on
|
|
6090
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
6063
6091
|
*/
|
|
6064
6092
|
:host {
|
|
6065
6093
|
display: inline-block;
|
|
@@ -6221,14 +6249,16 @@ label {
|
|
|
6221
6249
|
|
|
6222
6250
|
.popup-wrapper {
|
|
6223
6251
|
z-index: 10;
|
|
6224
|
-
border-radius:
|
|
6225
|
-
inline-size:
|
|
6252
|
+
border-radius: 8px;
|
|
6253
|
+
inline-size: max-content;
|
|
6226
6254
|
}
|
|
6227
6255
|
.popup-wrapper:not(.absolute) {
|
|
6228
6256
|
position: fixed;
|
|
6229
6257
|
}
|
|
6230
6258
|
.popup-wrapper.absolute {
|
|
6231
6259
|
position: absolute;
|
|
6260
|
+
top: 0;
|
|
6261
|
+
left: 0;
|
|
6232
6262
|
}
|
|
6233
6263
|
|
|
6234
6264
|
.popup-content {
|
|
@@ -6255,7 +6285,7 @@ label {
|
|
|
6255
6285
|
margin-inline-end: 4px;
|
|
6256
6286
|
}/**
|
|
6257
6287
|
* Do not edit directly
|
|
6258
|
-
* Generated on
|
|
6288
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
6259
6289
|
*/
|
|
6260
6290
|
@supports selector(:focus-visible) {
|
|
6261
6291
|
:host(:focus-visible) {
|
|
@@ -6340,7 +6370,7 @@ label {
|
|
|
6340
6370
|
}
|
|
6341
6371
|
|
|
6342
6372
|
.focus-indicator {
|
|
6343
|
-
border-radius:
|
|
6373
|
+
border-radius: 8px;
|
|
6344
6374
|
}
|
|
6345
6375
|
:host(:not(:focus-visible)) .focus-indicator {
|
|
6346
6376
|
display: none;
|
|
@@ -6428,12 +6458,9 @@ label {
|
|
|
6428
6458
|
block-size: inherit;
|
|
6429
6459
|
inline-size: 100%;
|
|
6430
6460
|
max-block-size: inherit;
|
|
6431
|
-
}
|
|
6432
|
-
.base::-webkit-scrollbar {
|
|
6433
|
-
display: none;
|
|
6434
6461
|
}/**
|
|
6435
6462
|
* Do not edit directly
|
|
6436
|
-
* Generated on
|
|
6463
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
6437
6464
|
*/
|
|
6438
6465
|
.base {
|
|
6439
6466
|
display: grid;
|
|
@@ -6502,7 +6529,7 @@ label {
|
|
|
6502
6529
|
background-color: var(--_appearance-color-fill);
|
|
6503
6530
|
}/**
|
|
6504
6531
|
* Do not edit directly
|
|
6505
|
-
* Generated on
|
|
6532
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
6506
6533
|
*/
|
|
6507
6534
|
:host {
|
|
6508
6535
|
min-inline-size: 80px;
|
|
@@ -6599,7 +6626,7 @@ slot {
|
|
|
6599
6626
|
margin-inline-start: auto;
|
|
6600
6627
|
}/**
|
|
6601
6628
|
* Do not edit directly
|
|
6602
|
-
* Generated on
|
|
6629
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
6603
6630
|
*/
|
|
6604
6631
|
ol {
|
|
6605
6632
|
padding: 0;
|
|
@@ -6645,7 +6672,7 @@ ol {
|
|
|
6645
6672
|
display: grid;
|
|
6646
6673
|
overflow: hidden;
|
|
6647
6674
|
background: var(--vvd-color-surface-2dp);
|
|
6648
|
-
border-radius:
|
|
6675
|
+
border-radius: 8px;
|
|
6649
6676
|
counter-reset: listing;
|
|
6650
6677
|
filter: var(--vvd-shadow-surface-2dp);
|
|
6651
6678
|
gap: 1px;
|
|
@@ -6859,7 +6886,7 @@ ol {
|
|
|
6859
6886
|
text-transform: uppercase;
|
|
6860
6887
|
}/**
|
|
6861
6888
|
* Do not edit directly
|
|
6862
|
-
* Generated on
|
|
6889
|
+
* Generated on Mon, 15 Jan 2024 13:38:12 GMT
|
|
6863
6890
|
*/
|
|
6864
6891
|
:host {
|
|
6865
6892
|
display: inline-block;
|
|
@@ -6910,7 +6937,7 @@ ol {
|
|
|
6910
6937
|
}
|
|
6911
6938
|
.segment .title-action {
|
|
6912
6939
|
block-size: 24px;
|
|
6913
|
-
border-radius:
|
|
6940
|
+
border-radius: 8px;
|
|
6914
6941
|
font: var(--vvd-typography-base-extended);
|
|
6915
6942
|
padding-inline: 6px;
|
|
6916
6943
|
}
|