@vonage/vivid 3.36.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 +167 -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/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 +1 -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 +5 -1
- 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 +3 -4
- package/shared/definition27.js +1 -1
- package/shared/definition28.js +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/shared/definition46.js +1 -1
- package/shared/definition48.js +1 -1
- 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/index.js +1 -1
- package/shared/index2.js +1 -1
- package/shared/patterns/affix.d.ts +3 -1
- 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 +69 -64
- 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,7 @@ 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
501
|
*/
|
|
502
502
|
.base {
|
|
503
503
|
display: flex;
|
|
@@ -548,7 +548,7 @@ p {
|
|
|
548
548
|
display: none;
|
|
549
549
|
}/**
|
|
550
550
|
* Do not edit directly
|
|
551
|
-
* Generated on
|
|
551
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
552
552
|
*/
|
|
553
553
|
@supports selector(:focus-visible) {
|
|
554
554
|
:host(:focus-visible) {
|
|
@@ -668,7 +668,7 @@ label {
|
|
|
668
668
|
display: none;
|
|
669
669
|
}/**
|
|
670
670
|
* Do not edit directly
|
|
671
|
-
* Generated on
|
|
671
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
672
672
|
*/
|
|
673
673
|
:host {
|
|
674
674
|
display: inline-block;
|
|
@@ -752,7 +752,7 @@ label {
|
|
|
752
752
|
pointer-events: none;
|
|
753
753
|
}/**
|
|
754
754
|
* Do not edit directly
|
|
755
|
-
* Generated on
|
|
755
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
756
756
|
*/
|
|
757
757
|
:host {
|
|
758
758
|
display: inline-block;
|
|
@@ -816,7 +816,7 @@ label {
|
|
|
816
816
|
margin-block: 4px;
|
|
817
817
|
}/**
|
|
818
818
|
* Do not edit directly
|
|
819
|
-
* Generated on
|
|
819
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
820
820
|
*/
|
|
821
821
|
.control {
|
|
822
822
|
position: fixed;
|
|
@@ -973,7 +973,7 @@ label {
|
|
|
973
973
|
filter: none;
|
|
974
974
|
}/**
|
|
975
975
|
* Do not edit directly
|
|
976
|
-
* Generated on
|
|
976
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
977
977
|
*/
|
|
978
978
|
.base {
|
|
979
979
|
align-items: center;
|
|
@@ -1096,7 +1096,7 @@ label {
|
|
|
1096
1096
|
}
|
|
1097
1097
|
}/**
|
|
1098
1098
|
* Do not edit directly
|
|
1099
|
-
* Generated on
|
|
1099
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1100
1100
|
*/
|
|
1101
1101
|
.base {
|
|
1102
1102
|
display: inline-flex;
|
|
@@ -1203,7 +1203,7 @@ label {
|
|
|
1203
1203
|
object-fit: cover;
|
|
1204
1204
|
}/**
|
|
1205
1205
|
* Do not edit directly
|
|
1206
|
-
* Generated on
|
|
1206
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1207
1207
|
*/
|
|
1208
1208
|
.base {
|
|
1209
1209
|
--_badge-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
|
|
@@ -1366,17 +1366,17 @@ label {
|
|
|
1366
1366
|
}
|
|
1367
1367
|
|
|
1368
1368
|
/* Icon */
|
|
1369
|
-
|
|
1370
|
-
display: flex;
|
|
1369
|
+
slot[name=icon] {
|
|
1371
1370
|
flex-shrink: 0;
|
|
1372
1371
|
font-size: calc(var(--_badge-block-size) / 1.6667);
|
|
1373
1372
|
line-height: 1;
|
|
1374
1373
|
}
|
|
1375
|
-
.icon-trailing
|
|
1374
|
+
.icon-trailing slot[name=icon] {
|
|
1375
|
+
display: flex;
|
|
1376
1376
|
order: 1;
|
|
1377
1377
|
}/**
|
|
1378
1378
|
* Do not edit directly
|
|
1379
|
-
* Generated on
|
|
1379
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1380
1380
|
*/
|
|
1381
1381
|
.control {
|
|
1382
1382
|
overflow: hidden;
|
|
@@ -1440,7 +1440,7 @@ label {
|
|
|
1440
1440
|
inline-size: 100%;
|
|
1441
1441
|
padding-inline: 16px;
|
|
1442
1442
|
}
|
|
1443
|
-
.header .content
|
|
1443
|
+
.header .content slot[name=icon] {
|
|
1444
1444
|
flex-shrink: 0;
|
|
1445
1445
|
font-size: 20px;
|
|
1446
1446
|
line-height: 1;
|
|
@@ -1453,7 +1453,7 @@ label {
|
|
|
1453
1453
|
margin-inline-end: 8px;
|
|
1454
1454
|
}/**
|
|
1455
1455
|
* Do not edit directly
|
|
1456
|
-
* Generated on
|
|
1456
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1457
1457
|
*/
|
|
1458
1458
|
.base {
|
|
1459
1459
|
display: flex;
|
|
@@ -1493,7 +1493,7 @@ label {
|
|
|
1493
1493
|
display: none;
|
|
1494
1494
|
}/**
|
|
1495
1495
|
* Do not edit directly
|
|
1496
|
-
* Generated on
|
|
1496
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1497
1497
|
*/
|
|
1498
1498
|
:host {
|
|
1499
1499
|
display: flex;
|
|
@@ -1594,7 +1594,7 @@ label {
|
|
|
1594
1594
|
margin-inline-start: auto;
|
|
1595
1595
|
}/**
|
|
1596
1596
|
* Do not edit directly
|
|
1597
|
-
* Generated on
|
|
1597
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1598
1598
|
*/
|
|
1599
1599
|
:host {
|
|
1600
1600
|
display: block;
|
|
@@ -1643,7 +1643,7 @@ header {
|
|
|
1643
1643
|
display: none;
|
|
1644
1644
|
}/**
|
|
1645
1645
|
* Do not edit directly
|
|
1646
|
-
* Generated on
|
|
1646
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1647
1647
|
*/
|
|
1648
1648
|
.control {
|
|
1649
1649
|
position: relative;
|
|
@@ -1767,16 +1767,17 @@ header {
|
|
|
1767
1767
|
}
|
|
1768
1768
|
|
|
1769
1769
|
/* Icon */
|
|
1770
|
-
|
|
1770
|
+
slot[name=icon] {
|
|
1771
1771
|
line-height: 1;
|
|
1772
1772
|
}
|
|
1773
|
-
.icon-trailing
|
|
1773
|
+
.icon-trailing slot[name=icon] {
|
|
1774
|
+
display: inline-block;
|
|
1774
1775
|
order: 1;
|
|
1775
1776
|
}
|
|
1776
|
-
.control.size-extended
|
|
1777
|
+
.control.size-extended slot[name=icon] {
|
|
1777
1778
|
font-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 16)) / 2.3333);
|
|
1778
1779
|
}
|
|
1779
|
-
.control:not(.size-extended)
|
|
1780
|
+
.control:not(.size-extended) slot[name=icon] {
|
|
1780
1781
|
font-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);
|
|
1781
1782
|
}
|
|
1782
1783
|
|
|
@@ -1787,7 +1788,7 @@ header {
|
|
|
1787
1788
|
--focus-stroke-gap-color: transparent;
|
|
1788
1789
|
}/**
|
|
1789
1790
|
* Do not edit directly
|
|
1790
|
-
* Generated on
|
|
1791
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1791
1792
|
*/
|
|
1792
1793
|
.base {
|
|
1793
1794
|
z-index: 1;
|
|
@@ -1929,7 +1930,7 @@ header {
|
|
|
1929
1930
|
gap: 4px;
|
|
1930
1931
|
}/**
|
|
1931
1932
|
* Do not edit directly
|
|
1932
|
-
* Generated on
|
|
1933
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
1933
1934
|
*/
|
|
1934
1935
|
.control {
|
|
1935
1936
|
position: relative;
|
|
@@ -2031,7 +2032,7 @@ details > summary::-webkit-details-marker {
|
|
|
2031
2032
|
display: none;
|
|
2032
2033
|
}/**
|
|
2033
2034
|
* Do not edit directly
|
|
2034
|
-
* Generated on
|
|
2035
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2035
2036
|
*/
|
|
2036
2037
|
.control {
|
|
2037
2038
|
position: relative;
|
|
@@ -2114,7 +2115,7 @@ details > summary::-webkit-details-marker {
|
|
|
2114
2115
|
line-height: 1;
|
|
2115
2116
|
}/**
|
|
2116
2117
|
* Do not edit directly
|
|
2117
|
-
* Generated on
|
|
2118
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2118
2119
|
*/
|
|
2119
2120
|
.base {
|
|
2120
2121
|
display: flex;
|
|
@@ -2204,7 +2205,7 @@ details > summary::-webkit-details-marker {
|
|
|
2204
2205
|
font: var(--vvd-typography-base);
|
|
2205
2206
|
}/**
|
|
2206
2207
|
* Do not edit directly
|
|
2207
|
-
* Generated on
|
|
2208
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2208
2209
|
*/
|
|
2209
2210
|
.control {
|
|
2210
2211
|
display: inline-flex;
|
|
@@ -2240,7 +2241,7 @@ details > summary::-webkit-details-marker {
|
|
|
2240
2241
|
inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
|
|
2241
2242
|
}/**
|
|
2242
2243
|
* Do not edit directly
|
|
2243
|
-
* Generated on
|
|
2244
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2244
2245
|
*/
|
|
2245
2246
|
.base {
|
|
2246
2247
|
height: 6px;
|
|
@@ -2392,7 +2393,7 @@ details > summary::-webkit-details-marker {
|
|
|
2392
2393
|
}
|
|
2393
2394
|
}/**
|
|
2394
2395
|
* Do not edit directly
|
|
2395
|
-
* Generated on
|
|
2396
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2396
2397
|
*/
|
|
2397
2398
|
.control {
|
|
2398
2399
|
position: fixed;
|
|
@@ -2439,7 +2440,7 @@ details > summary::-webkit-details-marker {
|
|
|
2439
2440
|
display: none;
|
|
2440
2441
|
}/**
|
|
2441
2442
|
* Do not edit directly
|
|
2442
|
-
* Generated on
|
|
2443
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2443
2444
|
*/
|
|
2444
2445
|
:host {
|
|
2445
2446
|
display: inline-block;
|
|
@@ -2743,7 +2744,7 @@ details > summary::-webkit-details-marker {
|
|
|
2743
2744
|
--focus-inset: -1px;
|
|
2744
2745
|
}/**
|
|
2745
2746
|
* Do not edit directly
|
|
2746
|
-
* Generated on
|
|
2747
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2747
2748
|
*/
|
|
2748
2749
|
.base {
|
|
2749
2750
|
--tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
|
|
@@ -2902,7 +2903,7 @@ slot[name=icon] {
|
|
|
2902
2903
|
gap: 8px;
|
|
2903
2904
|
}/**
|
|
2904
2905
|
* Do not edit directly
|
|
2905
|
-
* Generated on
|
|
2906
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2906
2907
|
*/
|
|
2907
2908
|
.control {
|
|
2908
2909
|
display: inline-block;
|
|
@@ -2927,7 +2928,7 @@ slot[name=icon] {
|
|
|
2927
2928
|
margin-block-start: 16px;
|
|
2928
2929
|
}/**
|
|
2929
2930
|
* Do not edit directly
|
|
2930
|
-
* Generated on
|
|
2931
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2931
2932
|
*/
|
|
2932
2933
|
.control {
|
|
2933
2934
|
pointer-events: none;
|
|
@@ -2942,7 +2943,7 @@ slot[name=icon] {
|
|
|
2942
2943
|
font: var(--vvd-typography-base-bold);
|
|
2943
2944
|
}/**
|
|
2944
2945
|
* Do not edit directly
|
|
2945
|
-
* Generated on
|
|
2946
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
2946
2947
|
*/
|
|
2947
2948
|
@supports selector(:focus-visible) {
|
|
2948
2949
|
:host(:focus-visible) {
|
|
@@ -3059,15 +3060,15 @@ slot[name=icon] {
|
|
|
3059
3060
|
display: none;
|
|
3060
3061
|
}
|
|
3061
3062
|
|
|
3062
|
-
|
|
3063
|
+
slot[name=icon] {
|
|
3063
3064
|
font-size: 20px;
|
|
3064
3065
|
line-height: 1;
|
|
3065
3066
|
}
|
|
3066
|
-
.control:not(.disabled, .selected)
|
|
3067
|
+
.control:not(.disabled, .selected) slot[name=icon] {
|
|
3067
3068
|
color: var(--vvd-color-neutral-600);
|
|
3068
3069
|
}/**
|
|
3069
3070
|
* Do not edit directly
|
|
3070
|
-
* Generated on
|
|
3071
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3071
3072
|
*/
|
|
3072
3073
|
.base {
|
|
3073
3074
|
display: flex;
|
|
@@ -3079,7 +3080,7 @@ slot[name=icon] {
|
|
|
3079
3080
|
border-bottom: 1px solid var(--vvd-color-neutral-200);
|
|
3080
3081
|
}/**
|
|
3081
3082
|
* Do not edit directly
|
|
3082
|
-
* Generated on
|
|
3083
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3083
3084
|
*/
|
|
3084
3085
|
:host {
|
|
3085
3086
|
display: flex;
|
|
@@ -3174,16 +3175,16 @@ slot[name=icon] {
|
|
|
3174
3175
|
padding-inline-start: 44px;
|
|
3175
3176
|
}
|
|
3176
3177
|
|
|
3177
|
-
|
|
3178
|
+
slot[name=icon] {
|
|
3178
3179
|
color: var(--vvd-color-neutral-600);
|
|
3179
3180
|
}
|
|
3180
|
-
.heading-button:not(.size-condensed)
|
|
3181
|
+
.heading-button:not(.size-condensed) slot[name=icon] {
|
|
3181
3182
|
font: inherit;
|
|
3182
3183
|
}
|
|
3183
|
-
.heading-button.size-condensed
|
|
3184
|
+
.heading-button.size-condensed slot[name=icon] {
|
|
3184
3185
|
font: var(--vvd-typography-base-extended);
|
|
3185
3186
|
}
|
|
3186
|
-
:host(:not([icon-trailing]))
|
|
3187
|
+
:host(:not([icon-trailing])) slot[name=icon]:last-of-type {
|
|
3187
3188
|
color: var(--_appearance-color-text);
|
|
3188
3189
|
}
|
|
3189
3190
|
|
|
@@ -3194,7 +3195,7 @@ button:not(:focus-visible) > .focus-indicator {
|
|
|
3194
3195
|
display: none;
|
|
3195
3196
|
}/**
|
|
3196
3197
|
* Do not edit directly
|
|
3197
|
-
* Generated on
|
|
3198
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3198
3199
|
*/
|
|
3199
3200
|
:host {
|
|
3200
3201
|
display: inline-block;
|
|
@@ -3510,7 +3511,7 @@ button:not(:focus-visible) > .focus-indicator {
|
|
|
3510
3511
|
display: flex;
|
|
3511
3512
|
}/**
|
|
3512
3513
|
* Do not edit directly
|
|
3513
|
-
* Generated on
|
|
3514
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3514
3515
|
*/
|
|
3515
3516
|
.base {
|
|
3516
3517
|
position: relative; /* this is needed for the focus */
|
|
@@ -3644,7 +3645,7 @@ dialog.fixed {
|
|
|
3644
3645
|
transform: translate(0, -50%);
|
|
3645
3646
|
}/**
|
|
3646
3647
|
* Do not edit directly
|
|
3647
|
-
* Generated on
|
|
3648
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3648
3649
|
*/
|
|
3649
3650
|
.base {
|
|
3650
3651
|
box-sizing: border-box;
|
|
@@ -3785,7 +3786,7 @@ slot[name=main] {
|
|
|
3785
3786
|
border-radius: inherit;
|
|
3786
3787
|
}/**
|
|
3787
3788
|
* Do not edit directly
|
|
3788
|
-
* Generated on
|
|
3789
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3789
3790
|
*/
|
|
3790
3791
|
.positioning-region {
|
|
3791
3792
|
display: flex;
|
|
@@ -3804,7 +3805,7 @@ label {
|
|
|
3804
3805
|
font: var(--vvd-typography-base);
|
|
3805
3806
|
}/**
|
|
3806
3807
|
* Do not edit directly
|
|
3807
|
-
* Generated on
|
|
3808
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3808
3809
|
*/
|
|
3809
3810
|
@supports selector(:focus-visible) {
|
|
3810
3811
|
:host(:focus-visible) {
|
|
@@ -3934,7 +3935,7 @@ slot[name=icon] {
|
|
|
3934
3935
|
opacity: 0;
|
|
3935
3936
|
}/**
|
|
3936
3937
|
* Do not edit directly
|
|
3937
|
-
* Generated on
|
|
3938
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
3938
3939
|
*/
|
|
3939
3940
|
.base {
|
|
3940
3941
|
display: grid;
|
|
@@ -4051,7 +4052,7 @@ slot[name=icon] {
|
|
|
4051
4052
|
gap: 4px;
|
|
4052
4053
|
}/**
|
|
4053
4054
|
* Do not edit directly
|
|
4054
|
-
* Generated on
|
|
4055
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
4055
4056
|
*/
|
|
4056
4057
|
.base {
|
|
4057
4058
|
display: inline-flex;
|
|
@@ -4235,7 +4236,7 @@ label {
|
|
|
4235
4236
|
margin-inline-end: 4px;
|
|
4236
4237
|
}/**
|
|
4237
4238
|
* Do not edit directly
|
|
4238
|
-
* Generated on
|
|
4239
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
4239
4240
|
*/
|
|
4240
4241
|
:host {
|
|
4241
4242
|
display: block;
|
|
@@ -4254,7 +4255,7 @@ label {
|
|
|
4254
4255
|
inline-size: 1px;
|
|
4255
4256
|
}/**
|
|
4256
4257
|
* Do not edit directly
|
|
4257
|
-
* Generated on
|
|
4258
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
4258
4259
|
*/
|
|
4259
4260
|
:host {
|
|
4260
4261
|
display: block;
|
|
@@ -4369,7 +4370,7 @@ label {
|
|
|
4369
4370
|
display: none;
|
|
4370
4371
|
}/**
|
|
4371
4372
|
* Do not edit directly
|
|
4372
|
-
* Generated on
|
|
4373
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
4373
4374
|
*/
|
|
4374
4375
|
:host {
|
|
4375
4376
|
display: inline-block;
|
|
@@ -4628,7 +4629,7 @@ label {
|
|
|
4628
4629
|
pointer-events: none;
|
|
4629
4630
|
}/**
|
|
4630
4631
|
* Do not edit directly
|
|
4631
|
-
* Generated on
|
|
4632
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
4632
4633
|
*/
|
|
4633
4634
|
@supports selector(:focus-visible) {
|
|
4634
4635
|
:host(:focus-visible) {
|
|
@@ -4809,7 +4810,7 @@ label {
|
|
|
4809
4810
|
--_select-control-border-radius: 6px;
|
|
4810
4811
|
}/**
|
|
4811
4812
|
* Do not edit directly
|
|
4812
|
-
* Generated on
|
|
4813
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
4813
4814
|
*/
|
|
4814
4815
|
.control {
|
|
4815
4816
|
display: inline-flex;
|
|
@@ -4980,7 +4981,7 @@ label {
|
|
|
4980
4981
|
display: none;
|
|
4981
4982
|
}/**
|
|
4982
4983
|
* Do not edit directly
|
|
4983
|
-
* Generated on
|
|
4984
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
4984
4985
|
*/
|
|
4985
4986
|
:host {
|
|
4986
4987
|
position: relative;
|
|
@@ -5044,7 +5045,7 @@ label {
|
|
|
5044
5045
|
inline-size: 100%;
|
|
5045
5046
|
}/**
|
|
5046
5047
|
* Do not edit directly
|
|
5047
|
-
* Generated on
|
|
5048
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
5048
5049
|
*/
|
|
5049
5050
|
:host {
|
|
5050
5051
|
display: inline-block;
|
|
@@ -5205,7 +5206,7 @@ label {
|
|
|
5205
5206
|
resize: vertical;
|
|
5206
5207
|
}/**
|
|
5207
5208
|
* Do not edit directly
|
|
5208
|
-
* Generated on
|
|
5209
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
5209
5210
|
*/
|
|
5210
5211
|
@supports selector(:focus-visible) {
|
|
5211
5212
|
:host(:focus-visible) {
|
|
@@ -5331,6 +5332,10 @@ label {
|
|
|
5331
5332
|
margin-inline-start: auto;
|
|
5332
5333
|
}
|
|
5333
5334
|
|
|
5335
|
+
.chevron {
|
|
5336
|
+
margin-inline-start: auto;
|
|
5337
|
+
}
|
|
5338
|
+
|
|
5334
5339
|
.text {
|
|
5335
5340
|
display: flex;
|
|
5336
5341
|
overflow: hidden;
|
|
@@ -5512,7 +5517,7 @@ label {
|
|
|
5512
5517
|
display: none;
|
|
5513
5518
|
}/**
|
|
5514
5519
|
* Do not edit directly
|
|
5515
|
-
* Generated on
|
|
5520
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
5516
5521
|
*/
|
|
5517
5522
|
.base {
|
|
5518
5523
|
display: grid;
|
|
@@ -5581,7 +5586,7 @@ label {
|
|
|
5581
5586
|
background-color: var(--_appearance-color-fill);
|
|
5582
5587
|
}/**
|
|
5583
5588
|
* Do not edit directly
|
|
5584
|
-
* Generated on
|
|
5589
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
5585
5590
|
*/
|
|
5586
5591
|
:host {
|
|
5587
5592
|
min-inline-size: 80px;
|
|
@@ -5674,7 +5679,7 @@ slot {
|
|
|
5674
5679
|
margin-inline-start: auto;
|
|
5675
5680
|
}/**
|
|
5676
5681
|
* Do not edit directly
|
|
5677
|
-
* Generated on
|
|
5682
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
5678
5683
|
*/
|
|
5679
5684
|
ol {
|
|
5680
5685
|
padding: 0;
|
|
@@ -5934,7 +5939,7 @@ ol {
|
|
|
5934
5939
|
text-transform: uppercase;
|
|
5935
5940
|
}/**
|
|
5936
5941
|
* Do not edit directly
|
|
5937
|
-
* Generated on
|
|
5942
|
+
* Generated on Tue, 26 Sep 2023 13:00:58 GMT
|
|
5938
5943
|
*/
|
|
5939
5944
|
:host {
|
|
5940
5945
|
display: inline-block;
|
package/styles/core/all.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
|
.vvd-root {
|
|
6
6
|
color-scheme: var(--vvd-color-scheme);
|
|
@@ -26,13 +26,33 @@
|
|
|
26
26
|
-webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
|
|
27
27
|
-moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
|
|
28
28
|
}
|
|
29
|
-
.vvd-root p,
|
|
29
|
+
.vvd-root p,
|
|
30
|
+
.vvd-root .font-base {
|
|
30
31
|
font: var(--vvd-typography-base);
|
|
31
32
|
margin-block: 16px;
|
|
32
33
|
}
|
|
33
|
-
.vvd-root p.tight,
|
|
34
|
+
.vvd-root p.tight,
|
|
35
|
+
.vvd-root .font-base.tight {
|
|
34
36
|
margin-block: 0;
|
|
35
37
|
}
|
|
38
|
+
.vvd-root .font-base-bold {
|
|
39
|
+
font: var(--vvd-typography-base-bold);
|
|
40
|
+
}
|
|
41
|
+
.vvd-root .font-base-condensed {
|
|
42
|
+
font: var(--vvd-typography-base-condensed);
|
|
43
|
+
}
|
|
44
|
+
.vvd-root .font-base-condensed-bold {
|
|
45
|
+
font: var(--vvd-typography-base-condensed-bold);
|
|
46
|
+
}
|
|
47
|
+
.vvd-root .font-base-extended {
|
|
48
|
+
font: var(--vvd-typography-base-extended);
|
|
49
|
+
}
|
|
50
|
+
.vvd-root .font-base-extended-bold {
|
|
51
|
+
font: var(--vvd-typography-base-extended-bold);
|
|
52
|
+
}
|
|
53
|
+
.vvd-root .font-base-code {
|
|
54
|
+
font: var(--vvd-typography-base-code);
|
|
55
|
+
}
|
|
36
56
|
.vvd-root b, .vvd-root strong {
|
|
37
57
|
font: var(--vvd-typography-base-bold);
|
|
38
58
|
}
|
|
@@ -53,38 +73,49 @@
|
|
|
53
73
|
.vvd-root .subtitle.tight {
|
|
54
74
|
margin-block: 0;
|
|
55
75
|
}
|
|
56
|
-
.vvd-root h1,
|
|
76
|
+
.vvd-root h1,
|
|
77
|
+
.vvd-root .heading1 {
|
|
57
78
|
font: var(--vvd-typography-heading-1);
|
|
58
79
|
margin-block: 32px;
|
|
59
80
|
}
|
|
60
|
-
.vvd-root h1.tight,
|
|
81
|
+
.vvd-root h1.tight,
|
|
82
|
+
.vvd-root .heading1.tight {
|
|
61
83
|
margin-block: 0;
|
|
62
84
|
}
|
|
63
|
-
.vvd-root h2,
|
|
85
|
+
.vvd-root h2,
|
|
86
|
+
.vvd-root .heading2 {
|
|
64
87
|
font: var(--vvd-typography-heading-2);
|
|
65
88
|
margin-block: 32px;
|
|
66
89
|
}
|
|
67
|
-
.vvd-root h2.tight,
|
|
90
|
+
.vvd-root h2.tight,
|
|
91
|
+
.vvd-root .heading2.tight {
|
|
68
92
|
margin-block: 0;
|
|
69
93
|
}
|
|
70
|
-
.vvd-root h3,
|
|
94
|
+
.vvd-root h3,
|
|
95
|
+
.vvd-root .heading3 {
|
|
71
96
|
font: var(--vvd-typography-heading-3);
|
|
72
97
|
margin-block: 24px;
|
|
73
98
|
}
|
|
74
|
-
.vvd-root h3.tight,
|
|
99
|
+
.vvd-root h3.tight,
|
|
100
|
+
.vvd-root .heading3.tight {
|
|
75
101
|
margin-block: 0;
|
|
76
102
|
}
|
|
77
|
-
.vvd-root h4,
|
|
103
|
+
.vvd-root h4,
|
|
104
|
+
.vvd-root .heading4 {
|
|
78
105
|
font: var(--vvd-typography-heading-4);
|
|
79
106
|
margin-block: 24px;
|
|
80
107
|
}
|
|
81
|
-
.vvd-root h4.tight,
|
|
108
|
+
.vvd-root h4.tight,
|
|
109
|
+
.vvd-root .heading4.tight {
|
|
82
110
|
margin-block: 0;
|
|
83
111
|
}
|
|
84
|
-
.vvd-root small,
|
|
112
|
+
.vvd-root small,
|
|
113
|
+
.vvd-root figcaption {
|
|
85
114
|
font: var(--vvd-typography-base-condensed);
|
|
86
115
|
}
|
|
87
|
-
.vvd-root small b, .vvd-root small strong,
|
|
116
|
+
.vvd-root small b, .vvd-root small strong,
|
|
117
|
+
.vvd-root figcaption b,
|
|
118
|
+
.vvd-root figcaption strong {
|
|
88
119
|
font: var(--vvd-typography-base-condensed-bold);
|
|
89
120
|
}
|
|
90
121
|
.vvd-root sub,
|