@vonage/vivid 3.43.0 → 3.45.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 +94 -0
- package/custom-elements.json +793 -352
- package/index.js +3 -2
- package/lib/alert/alert.d.ts +2 -0
- package/lib/appearance-ui/appearance-ui.d.ts +12 -0
- package/lib/appearance-ui/appearance-ui.template.d.ts +4 -0
- package/lib/appearance-ui/definition.d.ts +3 -0
- package/lib/data-grid/data-grid-cell.d.ts +1 -0
- package/lib/data-grid/data-grid.d.ts +2 -0
- package/lib/dialog/dialog.d.ts +1 -4
- package/lib/enums.d.ts +3 -0
- package/lib/menu/menu.d.ts +6 -5
- package/lib/menu-item/definition.d.ts +1 -0
- 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/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 +96 -44
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +16 -2
- package/shared/definition21.js +1 -1
- package/shared/definition22.js +1 -1
- package/shared/definition23.js +1 -1
- package/shared/definition24.js +1 -1
- package/shared/definition25.js +1 -1
- package/shared/definition28.js +42 -47
- package/shared/definition29.js +12 -4
- 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 +3 -3
- 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 +10 -6
- 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 +3 -3
- package/shared/definition53.js +2 -2
- 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 +2 -2
- package/shared/text-field.js +1 -1
- package/style.css +835 -144
- 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 +61 -0
package/style.css
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon,
|
|
3
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
4
4
|
*/
|
|
5
5
|
:host {
|
|
6
6
|
display: inline-block;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.base {
|
|
10
|
-
--_text-field-gutter: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2.5);
|
|
10
|
+
--_text-field-gutter-start: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2.5);
|
|
11
|
+
--_text-field-gutter-end: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2.5);
|
|
11
12
|
--_text-field-icon-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);
|
|
12
13
|
display: inline-grid;
|
|
13
14
|
width: 100%;
|
|
@@ -54,6 +55,26 @@
|
|
|
54
55
|
--_appearance-color-fill: transparent;
|
|
55
56
|
--_appearance-color-outline: transparent;
|
|
56
57
|
}
|
|
58
|
+
.base:where(.error):where(:not(:disabled, .disabled)) {
|
|
59
|
+
--_appearance-color-text: notSet;
|
|
60
|
+
--_appearance-color-fill: var(--vvd-color-alert-50);
|
|
61
|
+
--_appearance-color-outline: var(--vvd-color-alert-500);
|
|
62
|
+
}
|
|
63
|
+
.base:where(.error):where(:not(:disabled, .disabled)).appearance-ghost {
|
|
64
|
+
--_appearance-color-text: notSet;
|
|
65
|
+
--_appearance-color-fill: var(--vvd-color-alert-50);
|
|
66
|
+
--_appearance-color-outline: transparent;
|
|
67
|
+
}
|
|
68
|
+
.base:where(.success):where(:not(:disabled, .disabled)) {
|
|
69
|
+
--_appearance-color-text: notSet;
|
|
70
|
+
--_appearance-color-fill: var(--vvd-color-success-50);
|
|
71
|
+
--_appearance-color-outline: var(--vvd-color-success-500);
|
|
72
|
+
}
|
|
73
|
+
.base:where(.success):where(:not(:disabled, .disabled)).appearance-ghost {
|
|
74
|
+
--_appearance-color-text: notSet;
|
|
75
|
+
--_appearance-color-fill: var(--vvd-color-success-50);
|
|
76
|
+
--_appearance-color-outline: transparent;
|
|
77
|
+
}
|
|
57
78
|
.base.connotation-success {
|
|
58
79
|
/* @cssprop [--vvd-text-field-success-primary=var(--vvd-color-success-500)] */
|
|
59
80
|
--_connotation-color-primary: var(--vvd-text-field-success-primary, var(--vvd-color-success-500));
|
|
@@ -110,8 +131,12 @@
|
|
|
110
131
|
|
|
111
132
|
.label:not(slot),
|
|
112
133
|
.label::slotted(label) {
|
|
113
|
-
|
|
114
|
-
|
|
134
|
+
/* As label is in light dom, use !important and initial to prevent values getting overridden by global CSS resets etc. */
|
|
135
|
+
box-sizing: initial !important;
|
|
136
|
+
padding: initial !important;
|
|
137
|
+
margin: initial !important;
|
|
138
|
+
color: var(--vvd-color-canvas-text) !important;
|
|
139
|
+
contain: inline-size !important;
|
|
115
140
|
font: var(--vvd-typography-base);
|
|
116
141
|
grid-column: 1/4;
|
|
117
142
|
grid-row: 1;
|
|
@@ -172,23 +197,25 @@
|
|
|
172
197
|
}
|
|
173
198
|
|
|
174
199
|
.control:not(slot), .control::slotted(input) {
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
200
|
+
/* As input is in light dom, use !important and initial to prevent values getting overridden by global CSS resets etc. */
|
|
201
|
+
width: 100% !important;
|
|
202
|
+
box-sizing: border-box !important;
|
|
203
|
+
border: 0 none !important;
|
|
204
|
+
margin: initial !important;
|
|
205
|
+
appearance: none !important; /* for box-shadow visibility on IOS */
|
|
206
|
+
background-color: transparent !important;
|
|
207
|
+
block-size: 100% !important;
|
|
208
|
+
border-radius: inherit !important;
|
|
209
|
+
color: inherit !important;
|
|
183
210
|
font: inherit;
|
|
184
|
-
padding-block: 0;
|
|
185
|
-
padding-inline-end: var(--_text-field-gutter);
|
|
186
|
-
padding-inline-start: var(--_text-field-gutter);
|
|
211
|
+
padding-block: 0 !important;
|
|
212
|
+
padding-inline-end: var(--_text-field-gutter-end) !important;
|
|
213
|
+
padding-inline-start: var(--_text-field-gutter-start) !important;
|
|
187
214
|
}
|
|
188
215
|
.control:not(slot):disabled, .control::slotted(input:disabled) {
|
|
189
|
-
cursor: not-allowed;
|
|
190
|
-
opacity: 1; /* 2. correct opacity on iOS */
|
|
191
|
-
-webkit-text-fill-color: var(--_appearance-color-text); /* 1. sets text fill to current `color` for safari */
|
|
216
|
+
cursor: not-allowed !important;
|
|
217
|
+
opacity: 1 !important; /* 2. correct opacity on iOS */
|
|
218
|
+
-webkit-text-fill-color: var(--_appearance-color-text) !important; /* 1. sets text fill to current `color` for safari */
|
|
192
219
|
}
|
|
193
220
|
.control:not(slot)::placeholder {
|
|
194
221
|
opacity: 1 !important; /* 2. correct opacity on iOS */
|
|
@@ -198,7 +225,7 @@
|
|
|
198
225
|
outline: none;
|
|
199
226
|
}
|
|
200
227
|
.has-icon .control:not(slot), .has-icon .control::slotted(input) {
|
|
201
|
-
padding-inline-start: calc(var(--_text-field-icon-size) + var(--_text-field-gutter) * 2);
|
|
228
|
+
padding-inline-start: calc(var(--_text-field-icon-size) + var(--_text-field-gutter-start) * 2) !important;
|
|
202
229
|
}
|
|
203
230
|
|
|
204
231
|
.icon {
|
|
@@ -207,7 +234,7 @@
|
|
|
207
234
|
color: var(--_low-ink-color);
|
|
208
235
|
font-size: var(--_text-field-icon-size);
|
|
209
236
|
inset-block-start: 50%;
|
|
210
|
-
inset-inline-start: calc(100% + var(--_text-field-gutter));
|
|
237
|
+
inset-inline-start: calc(100% + var(--_text-field-gutter-start));
|
|
211
238
|
line-height: 1;
|
|
212
239
|
transform: translateY(-50%);
|
|
213
240
|
}
|
|
@@ -319,7 +346,7 @@ slot, svg, ::slotted(:where(svg, img)) {
|
|
|
319
346
|
inline-size: inherit;
|
|
320
347
|
}/**
|
|
321
348
|
* Do not edit directly
|
|
322
|
-
* Generated on Mon,
|
|
349
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
323
350
|
*/
|
|
324
351
|
:host {
|
|
325
352
|
display: contents;
|
|
@@ -337,7 +364,7 @@ slot, svg, ::slotted(:where(svg, img)) {
|
|
|
337
364
|
outline-offset: -2px;
|
|
338
365
|
}/**
|
|
339
366
|
* Do not edit directly
|
|
340
|
-
* Generated on Mon,
|
|
367
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
341
368
|
*/
|
|
342
369
|
.message {
|
|
343
370
|
display: flex;
|
|
@@ -362,7 +389,7 @@ slot, svg, ::slotted(:where(svg, img)) {
|
|
|
362
389
|
color: var(--vvd-color-alert-500);
|
|
363
390
|
}/**
|
|
364
391
|
* Do not edit directly
|
|
365
|
-
* Generated on Mon,
|
|
392
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
366
393
|
*/
|
|
367
394
|
:host {
|
|
368
395
|
display: contents;
|
|
@@ -499,7 +526,7 @@ p {
|
|
|
499
526
|
font: var(--vvd-typography-base-condensed);
|
|
500
527
|
}/**
|
|
501
528
|
* Do not edit directly
|
|
502
|
-
* Generated on Mon,
|
|
529
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
503
530
|
*/
|
|
504
531
|
.base {
|
|
505
532
|
display: flex;
|
|
@@ -550,7 +577,7 @@ p {
|
|
|
550
577
|
display: none;
|
|
551
578
|
}/**
|
|
552
579
|
* Do not edit directly
|
|
553
|
-
* Generated on Mon,
|
|
580
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
554
581
|
*/
|
|
555
582
|
@supports selector(:focus-visible) {
|
|
556
583
|
:host(:focus-visible) {
|
|
@@ -673,7 +700,7 @@ label {
|
|
|
673
700
|
display: none;
|
|
674
701
|
}/**
|
|
675
702
|
* Do not edit directly
|
|
676
|
-
* Generated on Mon,
|
|
703
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
677
704
|
*/
|
|
678
705
|
:host {
|
|
679
706
|
display: inline-block;
|
|
@@ -760,7 +787,7 @@ label {
|
|
|
760
787
|
pointer-events: none;
|
|
761
788
|
}/**
|
|
762
789
|
* Do not edit directly
|
|
763
|
-
* Generated on Mon,
|
|
790
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
764
791
|
*/
|
|
765
792
|
:host {
|
|
766
793
|
display: inline-block;
|
|
@@ -824,7 +851,7 @@ label {
|
|
|
824
851
|
margin-block: 4px;
|
|
825
852
|
}/**
|
|
826
853
|
* Do not edit directly
|
|
827
|
-
* Generated on Mon,
|
|
854
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
828
855
|
*/
|
|
829
856
|
.control {
|
|
830
857
|
position: fixed;
|
|
@@ -853,6 +880,11 @@ label {
|
|
|
853
880
|
inset-inline-start: auto;
|
|
854
881
|
margin-inline: 16px;
|
|
855
882
|
}
|
|
883
|
+
.control:where(.strategy-static) {
|
|
884
|
+
position: static;
|
|
885
|
+
margin: 0;
|
|
886
|
+
inline-size: auto;
|
|
887
|
+
}
|
|
856
888
|
.control:not(.open) {
|
|
857
889
|
opacity: 0;
|
|
858
890
|
transform: scale(0.8);
|
|
@@ -927,7 +959,7 @@ label {
|
|
|
927
959
|
padding-inline-start: 8px;
|
|
928
960
|
}/**
|
|
929
961
|
* Do not edit directly
|
|
930
|
-
* Generated on Mon,
|
|
962
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
931
963
|
*/
|
|
932
964
|
:host {
|
|
933
965
|
display: inline-block;
|
|
@@ -943,12 +975,16 @@ label {
|
|
|
943
975
|
margin: 0;
|
|
944
976
|
background-color: var(--_appearance-color-fill);
|
|
945
977
|
block-size: var(--_button-block-size);
|
|
978
|
+
border-radius: var(--_button-border-radius);
|
|
946
979
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
947
980
|
color: var(--_appearance-color-text);
|
|
948
981
|
gap: var(--_button-icon-gap);
|
|
949
982
|
vertical-align: middle;
|
|
950
|
-
/* Shape */
|
|
951
983
|
/* Size */
|
|
984
|
+
/* Shape */
|
|
985
|
+
/* stylelint-disable */
|
|
986
|
+
/* disabling because of order issues */
|
|
987
|
+
/* stylelint-enable */
|
|
952
988
|
}
|
|
953
989
|
.control.connotation-cta {
|
|
954
990
|
/* @cssprop [--vvd-button-cta-primary=var(--vvd-color-cta-500)] */
|
|
@@ -1125,18 +1161,6 @@ label {
|
|
|
1125
1161
|
inline-size: var(--_button-block-size);
|
|
1126
1162
|
}
|
|
1127
1163
|
}
|
|
1128
|
-
.control:not(.shape-pill) {
|
|
1129
|
-
border-radius: 6px;
|
|
1130
|
-
}
|
|
1131
|
-
.control.shape-pill:not(.icon-only, .stacked) {
|
|
1132
|
-
border-radius: 24px;
|
|
1133
|
-
}
|
|
1134
|
-
.control.shape-pill.stacked {
|
|
1135
|
-
border-radius: 24px;
|
|
1136
|
-
}
|
|
1137
|
-
.control.shape-pill.icon-only {
|
|
1138
|
-
border-radius: 50%;
|
|
1139
|
-
}
|
|
1140
1164
|
.control:not(.stacked).size-super-condensed {
|
|
1141
1165
|
--_button-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
|
|
1142
1166
|
font: var(--vvd-typography-base-condensed-bold);
|
|
@@ -1169,6 +1193,21 @@ label {
|
|
|
1169
1193
|
--_button-icon-gap: 8px;
|
|
1170
1194
|
padding-inline: 16px;
|
|
1171
1195
|
}
|
|
1196
|
+
.control:not(.shape-pill) {
|
|
1197
|
+
--_button-border-radius: 6px;
|
|
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
|
+
}
|
|
1172
1211
|
.control.stacked {
|
|
1173
1212
|
flex-direction: column;
|
|
1174
1213
|
justify-content: center;
|
|
@@ -1296,7 +1335,7 @@ slot[name=icon] {
|
|
|
1296
1335
|
filter: none;
|
|
1297
1336
|
}/**
|
|
1298
1337
|
* Do not edit directly
|
|
1299
|
-
* Generated on Mon,
|
|
1338
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
1300
1339
|
*/
|
|
1301
1340
|
.base {
|
|
1302
1341
|
align-items: center;
|
|
@@ -1419,7 +1458,7 @@ slot[name=icon] {
|
|
|
1419
1458
|
}
|
|
1420
1459
|
}/**
|
|
1421
1460
|
* Do not edit directly
|
|
1422
|
-
* Generated on Mon,
|
|
1461
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
1423
1462
|
*/
|
|
1424
1463
|
.base {
|
|
1425
1464
|
display: inline-flex;
|
|
@@ -1445,7 +1484,7 @@ slot[name=icon] {
|
|
|
1445
1484
|
min-inline-size: 32px;
|
|
1446
1485
|
}/**
|
|
1447
1486
|
* Do not edit directly
|
|
1448
|
-
* Generated on Mon,
|
|
1487
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
1449
1488
|
*/
|
|
1450
1489
|
.base {
|
|
1451
1490
|
display: inline-flex;
|
|
@@ -1454,6 +1493,7 @@ slot[name=icon] {
|
|
|
1454
1493
|
justify-content: center;
|
|
1455
1494
|
background-color: var(--_appearance-color-fill);
|
|
1456
1495
|
block-size: var(--_size);
|
|
1496
|
+
border-radius: var(--_avatar-border-radius);
|
|
1457
1497
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
1458
1498
|
color: var(--_appearance-color-text);
|
|
1459
1499
|
inline-size: var(--_size);
|
|
@@ -1542,10 +1582,13 @@ slot[name=icon] {
|
|
|
1542
1582
|
line-height: 1;
|
|
1543
1583
|
}
|
|
1544
1584
|
.base:not(.shape-pill) {
|
|
1545
|
-
border-radius: 6px;
|
|
1585
|
+
--_avatar-border-radius: 6px;
|
|
1586
|
+
}
|
|
1587
|
+
.base:not(.shape-pill).size-condensed {
|
|
1588
|
+
--_avatar-border-radius: 4px;
|
|
1546
1589
|
}
|
|
1547
1590
|
.base.shape-pill {
|
|
1548
|
-
border-radius: 50%;
|
|
1591
|
+
--_avatar-border-radius: 50%;
|
|
1549
1592
|
}
|
|
1550
1593
|
.base .initials {
|
|
1551
1594
|
text-transform: uppercase;
|
|
@@ -1556,7 +1599,7 @@ slot[name=icon] {
|
|
|
1556
1599
|
object-fit: cover;
|
|
1557
1600
|
}/**
|
|
1558
1601
|
* Do not edit directly
|
|
1559
|
-
* Generated on Mon,
|
|
1602
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
1560
1603
|
*/
|
|
1561
1604
|
:host {
|
|
1562
1605
|
display: inline-block;
|
|
@@ -1746,7 +1789,7 @@ slot[name=icon] {
|
|
|
1746
1789
|
order: 1;
|
|
1747
1790
|
}/**
|
|
1748
1791
|
* Do not edit directly
|
|
1749
|
-
* Generated on Mon,
|
|
1792
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
1750
1793
|
*/
|
|
1751
1794
|
:host {
|
|
1752
1795
|
display: block;
|
|
@@ -1827,7 +1870,7 @@ slot[name=icon] {
|
|
|
1827
1870
|
margin-inline-end: 8px;
|
|
1828
1871
|
}/**
|
|
1829
1872
|
* Do not edit directly
|
|
1830
|
-
* Generated on Mon,
|
|
1873
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
1831
1874
|
*/
|
|
1832
1875
|
.base {
|
|
1833
1876
|
display: flex;
|
|
@@ -1867,7 +1910,7 @@ slot[name=icon] {
|
|
|
1867
1910
|
display: none;
|
|
1868
1911
|
}/**
|
|
1869
1912
|
* Do not edit directly
|
|
1870
|
-
* Generated on Mon,
|
|
1913
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
1871
1914
|
*/
|
|
1872
1915
|
:host {
|
|
1873
1916
|
display: flex;
|
|
@@ -1968,7 +2011,7 @@ slot[name=icon] {
|
|
|
1968
2011
|
margin-inline-start: auto;
|
|
1969
2012
|
}/**
|
|
1970
2013
|
* Do not edit directly
|
|
1971
|
-
* Generated on Mon,
|
|
2014
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
1972
2015
|
*/
|
|
1973
2016
|
:host {
|
|
1974
2017
|
display: block;
|
|
@@ -2017,7 +2060,7 @@ header {
|
|
|
2017
2060
|
display: none;
|
|
2018
2061
|
}/**
|
|
2019
2062
|
* Do not edit directly
|
|
2020
|
-
* Generated on Mon,
|
|
2063
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
2021
2064
|
*/
|
|
2022
2065
|
.control {
|
|
2023
2066
|
position: relative;
|
|
@@ -2095,7 +2138,7 @@ header {
|
|
|
2095
2138
|
}
|
|
2096
2139
|
}
|
|
2097
2140
|
.control.size-expanded {
|
|
2098
|
-
--_fab-border-radius:
|
|
2141
|
+
--_fab-border-radius: 40px;
|
|
2099
2142
|
--_fab-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 16));
|
|
2100
2143
|
}
|
|
2101
2144
|
.control:not(.size-expanded) {
|
|
@@ -2162,7 +2205,7 @@ slot[name=icon] {
|
|
|
2162
2205
|
--focus-stroke-gap-color: transparent;
|
|
2163
2206
|
}/**
|
|
2164
2207
|
* Do not edit directly
|
|
2165
|
-
* Generated on Mon,
|
|
2208
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
2166
2209
|
*/
|
|
2167
2210
|
.base {
|
|
2168
2211
|
z-index: 1;
|
|
@@ -2304,7 +2347,7 @@ slot[name=icon] {
|
|
|
2304
2347
|
gap: 4px;
|
|
2305
2348
|
}/**
|
|
2306
2349
|
* Do not edit directly
|
|
2307
|
-
* Generated on Mon,
|
|
2350
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
2308
2351
|
*/
|
|
2309
2352
|
.control {
|
|
2310
2353
|
position: relative;
|
|
@@ -2407,7 +2450,7 @@ details > summary::-webkit-details-marker {
|
|
|
2407
2450
|
display: none;
|
|
2408
2451
|
}/**
|
|
2409
2452
|
* Do not edit directly
|
|
2410
|
-
* Generated on Mon,
|
|
2453
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
2411
2454
|
*/
|
|
2412
2455
|
.control {
|
|
2413
2456
|
position: relative;
|
|
@@ -2491,7 +2534,7 @@ slot[name=icon] {
|
|
|
2491
2534
|
line-height: 1;
|
|
2492
2535
|
}/**
|
|
2493
2536
|
* Do not edit directly
|
|
2494
|
-
* Generated on Mon,
|
|
2537
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
2495
2538
|
*/
|
|
2496
2539
|
.base {
|
|
2497
2540
|
display: flex;
|
|
@@ -2581,7 +2624,7 @@ slot[name=icon] {
|
|
|
2581
2624
|
font: var(--vvd-typography-base);
|
|
2582
2625
|
}/**
|
|
2583
2626
|
* Do not edit directly
|
|
2584
|
-
* Generated on Mon,
|
|
2627
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
2585
2628
|
*/
|
|
2586
2629
|
.control {
|
|
2587
2630
|
display: inline-flex;
|
|
@@ -2630,7 +2673,7 @@ slot[name=icon] {
|
|
|
2630
2673
|
inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
|
|
2631
2674
|
}/**
|
|
2632
2675
|
* Do not edit directly
|
|
2633
|
-
* Generated on Mon,
|
|
2676
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
2634
2677
|
*/
|
|
2635
2678
|
.base {
|
|
2636
2679
|
height: 6px;
|
|
@@ -2687,7 +2730,7 @@ slot[name=icon] {
|
|
|
2687
2730
|
background-color: var(--vvd-color-neutral-100);
|
|
2688
2731
|
}
|
|
2689
2732
|
.base:not(.shape-sharp) .progress {
|
|
2690
|
-
border-radius:
|
|
2733
|
+
border-radius: 4px;
|
|
2691
2734
|
}
|
|
2692
2735
|
|
|
2693
2736
|
.indeterminate {
|
|
@@ -2782,7 +2825,7 @@ slot[name=icon] {
|
|
|
2782
2825
|
}
|
|
2783
2826
|
}/**
|
|
2784
2827
|
* Do not edit directly
|
|
2785
|
-
* Generated on Mon,
|
|
2828
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
2786
2829
|
*/
|
|
2787
2830
|
@supports selector(:focus-visible) {
|
|
2788
2831
|
.base:focus-visible {
|
|
@@ -2871,8 +2914,16 @@ slot[name=icon] {
|
|
|
2871
2914
|
inset-inline-end: var(--selectable-box-spacing, 16px);
|
|
2872
2915
|
}/**
|
|
2873
2916
|
* Do not edit directly
|
|
2874
|
-
* Generated on Mon,
|
|
2917
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
2875
2918
|
*/
|
|
2919
|
+
:host {
|
|
2920
|
+
display: block;
|
|
2921
|
+
}
|
|
2922
|
+
|
|
2923
|
+
.side-drawer-app-content {
|
|
2924
|
+
block-size: 100%;
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2876
2927
|
.control {
|
|
2877
2928
|
position: fixed;
|
|
2878
2929
|
z-index: 1;
|
|
@@ -2918,7 +2969,7 @@ slot[name=icon] {
|
|
|
2918
2969
|
display: none;
|
|
2919
2970
|
}/**
|
|
2920
2971
|
* Do not edit directly
|
|
2921
|
-
* Generated on Mon,
|
|
2972
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
2922
2973
|
*/
|
|
2923
2974
|
:host {
|
|
2924
2975
|
display: inline-block;
|
|
@@ -3102,12 +3153,14 @@ slot[name=icon] {
|
|
|
3102
3153
|
}
|
|
3103
3154
|
|
|
3104
3155
|
.control {
|
|
3156
|
+
border-bottom-left-radius: var(--_border-radius);
|
|
3105
3157
|
border-inline-end: 0;
|
|
3158
|
+
border-top-left-radius: var(--_border-radius);
|
|
3106
3159
|
gap: var(--_split-button-icon-gap);
|
|
3107
3160
|
isolation: isolate;
|
|
3108
3161
|
/* Disabled */
|
|
3109
|
-
/* shape */
|
|
3110
3162
|
/* size */
|
|
3163
|
+
/* shape */
|
|
3111
3164
|
}
|
|
3112
3165
|
.control:focus-visible {
|
|
3113
3166
|
outline: none;
|
|
@@ -3136,12 +3189,6 @@ slot[name=icon] {
|
|
|
3136
3189
|
flex-grow: 1;
|
|
3137
3190
|
inline-size: inherit;
|
|
3138
3191
|
}
|
|
3139
|
-
.control:not(.shape-pill) {
|
|
3140
|
-
border-radius: 6px 0 0 6px;
|
|
3141
|
-
}
|
|
3142
|
-
.control.shape-pill {
|
|
3143
|
-
border-radius: 24px 0 0 24px;
|
|
3144
|
-
}
|
|
3145
3192
|
.control.size-super-condensed {
|
|
3146
3193
|
--_split-button-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
|
|
3147
3194
|
font: var(--vvd-typography-base-condensed-bold);
|
|
@@ -3174,6 +3221,15 @@ slot[name=icon] {
|
|
|
3174
3221
|
--_split-button-icon-gap: 8px;
|
|
3175
3222
|
padding-inline: 16px;
|
|
3176
3223
|
}
|
|
3224
|
+
.control:not(.shape-pill) {
|
|
3225
|
+
--_border-radius: 6px;
|
|
3226
|
+
}
|
|
3227
|
+
.control:not(.shape-pill).size-super-condensed, .control:not(.shape-pill).super-condensed {
|
|
3228
|
+
--_border-radius: 4px;
|
|
3229
|
+
}
|
|
3230
|
+
.control.shape-pill {
|
|
3231
|
+
--_border-radius: 24px;
|
|
3232
|
+
}
|
|
3177
3233
|
.control .text {
|
|
3178
3234
|
overflow: hidden;
|
|
3179
3235
|
max-inline-size: 100%;
|
|
@@ -3182,11 +3238,14 @@ slot[name=icon] {
|
|
|
3182
3238
|
}
|
|
3183
3239
|
|
|
3184
3240
|
.indicator {
|
|
3241
|
+
border-bottom-right-radius: var(--_border-radius);
|
|
3185
3242
|
border-inline-start: 0;
|
|
3243
|
+
border-top-right-radius: var(--_border-radius);
|
|
3186
3244
|
inline-size: var(--_split-button-inline-size);
|
|
3187
3245
|
/* Disabled */
|
|
3188
|
-
/*
|
|
3246
|
+
/* Separator */
|
|
3189
3247
|
/* size */
|
|
3248
|
+
/* Shape */
|
|
3190
3249
|
}
|
|
3191
3250
|
.indicator:focus-visible {
|
|
3192
3251
|
outline: none;
|
|
@@ -3197,12 +3256,6 @@ slot[name=icon] {
|
|
|
3197
3256
|
.indicator:disabled {
|
|
3198
3257
|
cursor: not-allowed;
|
|
3199
3258
|
}
|
|
3200
|
-
.indicator:not(.shape-pill) {
|
|
3201
|
-
border-radius: 0 6px 6px 0;
|
|
3202
|
-
}
|
|
3203
|
-
.indicator.shape-pill {
|
|
3204
|
-
border-radius: 0 24px 24px 0;
|
|
3205
|
-
}
|
|
3206
3259
|
.indicator::before {
|
|
3207
3260
|
position: absolute;
|
|
3208
3261
|
background-color: var(--_appearance-color-text);
|
|
@@ -3237,6 +3290,15 @@ slot[name=icon] {
|
|
|
3237
3290
|
--_split-button-inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 8));
|
|
3238
3291
|
font: var(--vvd-typography-base-extended);
|
|
3239
3292
|
}
|
|
3293
|
+
.indicator:not(.shape-pill) {
|
|
3294
|
+
--_border-radius: 6px;
|
|
3295
|
+
}
|
|
3296
|
+
.indicator:not(.shape-pill).size-super-condensed, .indicator:not(.shape-pill).super-condensed {
|
|
3297
|
+
--_border-radius: 4px;
|
|
3298
|
+
}
|
|
3299
|
+
.indicator.shape-pill {
|
|
3300
|
+
--_border-radius: 24px;
|
|
3301
|
+
}
|
|
3240
3302
|
|
|
3241
3303
|
/* Icon */
|
|
3242
3304
|
.icon {
|
|
@@ -3260,7 +3322,7 @@ slot[name=icon] {
|
|
|
3260
3322
|
--focus-inset: -1px;
|
|
3261
3323
|
}/**
|
|
3262
3324
|
* Do not edit directly
|
|
3263
|
-
* Generated on Mon,
|
|
3325
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
3264
3326
|
*/
|
|
3265
3327
|
.base {
|
|
3266
3328
|
--tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
|
|
@@ -3419,7 +3481,7 @@ slot[name=icon] {
|
|
|
3419
3481
|
gap: 8px;
|
|
3420
3482
|
}/**
|
|
3421
3483
|
* Do not edit directly
|
|
3422
|
-
* Generated on Mon,
|
|
3484
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
3423
3485
|
*/
|
|
3424
3486
|
.control {
|
|
3425
3487
|
display: inline-block;
|
|
@@ -3444,7 +3506,7 @@ slot[name=icon] {
|
|
|
3444
3506
|
margin-block-start: 16px;
|
|
3445
3507
|
}/**
|
|
3446
3508
|
* Do not edit directly
|
|
3447
|
-
* Generated on Mon,
|
|
3509
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
3448
3510
|
*/
|
|
3449
3511
|
.control {
|
|
3450
3512
|
pointer-events: none;
|
|
@@ -3459,7 +3521,7 @@ slot[name=icon] {
|
|
|
3459
3521
|
font: var(--vvd-typography-base-bold);
|
|
3460
3522
|
}/**
|
|
3461
3523
|
* Do not edit directly
|
|
3462
|
-
* Generated on Mon,
|
|
3524
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
3463
3525
|
*/
|
|
3464
3526
|
@supports selector(:focus-visible) {
|
|
3465
3527
|
:host(:focus-visible) {
|
|
@@ -3587,7 +3649,574 @@ slot[name=icon] {
|
|
|
3587
3649
|
color: var(--vvd-color-neutral-600);
|
|
3588
3650
|
}/**
|
|
3589
3651
|
* Do not edit directly
|
|
3590
|
-
* Generated on Mon,
|
|
3652
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
3653
|
+
*/
|
|
3654
|
+
.wrapper {
|
|
3655
|
+
display: grid;
|
|
3656
|
+
column-gap: 8px;
|
|
3657
|
+
grid-template-columns: repeat(7, auto);
|
|
3658
|
+
}
|
|
3659
|
+
|
|
3660
|
+
.base {
|
|
3661
|
+
display: inline-flex;
|
|
3662
|
+
box-sizing: border-box;
|
|
3663
|
+
align-items: center;
|
|
3664
|
+
justify-content: center;
|
|
3665
|
+
background-color: var(--_appearance-color-fill);
|
|
3666
|
+
block-size: 40px;
|
|
3667
|
+
border-radius: 6px;
|
|
3668
|
+
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
3669
|
+
color: var(--_appearance-color-text);
|
|
3670
|
+
padding-inline: 16px;
|
|
3671
|
+
}
|
|
3672
|
+
.base.connotation-cta {
|
|
3673
|
+
/* @cssprop [--vvd-appearanceUI-cta-faint=var(--vvd-color-cta-50)] */
|
|
3674
|
+
--_connotation-color-faint: var(--vvd-appearanceUI-cta-faint, var(--vvd-color-cta-50));
|
|
3675
|
+
/* @cssprop [--vvd-appearanceUI-cta-soft=var(--vvd-color-cta-100)] */
|
|
3676
|
+
--_connotation-color-soft: var(--vvd-appearanceUI-cta-soft, var(--vvd-color-cta-100));
|
|
3677
|
+
/* @cssprop [--vvd-appearanceUI-cta-dim=var(--vvd-color-cta-200)] */
|
|
3678
|
+
--_connotation-color-dim: var(--vvd-appearanceUI-cta-dim, var(--vvd-color-cta-200));
|
|
3679
|
+
/* @cssprop [--vvd-appearanceUI-cta-pale=var(--vvd-color-cta-300)] */
|
|
3680
|
+
--_connotation-color-pale: var(--vvd-appearanceUI-cta-pale, var(--vvd-color-cta-300));
|
|
3681
|
+
/* @cssprop [--vvd-appearanceUI-cta-light=var(--vvd-color-cta-400)] */
|
|
3682
|
+
--_connotation-color-light: var(--vvd-appearanceUI-cta-light, var(--vvd-color-cta-400));
|
|
3683
|
+
/* @cssprop [--vvd-appearanceUI-cta-primary=var(--vvd-color-cta-500)] */
|
|
3684
|
+
--_connotation-color-primary: var(--vvd-appearanceUI-cta-primary, var(--vvd-color-cta-500));
|
|
3685
|
+
/* @cssprop [--vvd-appearanceUI-cta-primary-text=var(--vvd-color-canvas)] */
|
|
3686
|
+
--_connotation-color-primary-text: var(--vvd-appearanceUI-cta-primary-text, var(--vvd-color-canvas));
|
|
3687
|
+
/* @cssprop [--vvd-appearanceUI-cta-primary-increment=var(--vvd-color-cta-600)] */
|
|
3688
|
+
--_connotation-color-primary-increment: var(--vvd-appearanceUI-cta-primary-increment, var(--vvd-color-cta-600));
|
|
3689
|
+
/* @cssprop [--vvd-appearanceUI-cta-firm=var(--vvd-color-cta-600)] */
|
|
3690
|
+
--_connotation-color-firm: var(--vvd-appearanceUI-cta-firm, var(--vvd-color-cta-600));
|
|
3691
|
+
/* @cssprop [--vvd-appearanceUI-cta-fierce=var(--vvd-color-cta-700)] */
|
|
3692
|
+
--_connotation-color-fierce: var(--vvd-appearanceUI-cta-fierce, var(--vvd-color-cta-700));
|
|
3693
|
+
/* @cssprop [--vvd-appearanceUI-cta-contrast=var(--vvd-color-cta-800)] */
|
|
3694
|
+
--_connotation-color-contrast: var(--vvd-appearanceUI-cta-contrast, var(--vvd-color-cta-800));
|
|
3695
|
+
/* @cssprop [--vvd-appearanceUI-cta-backdrop=var(--vvd-color-cta-50)] */
|
|
3696
|
+
--_connotation-color-backdrop: var(--vvd-appearanceUI-cta-backdrop, var(--vvd-color-cta-50));
|
|
3697
|
+
/* @cssprop [--vvd-appearanceUI-cta-intermediate=var(--vvd-color-cta-500)] */
|
|
3698
|
+
--_connotation-color-intermediate: var(--vvd-appearanceUI-cta-intermediate, var(--vvd-color-cta-500));
|
|
3699
|
+
}
|
|
3700
|
+
.base.connotation-success {
|
|
3701
|
+
/* @cssprop [--vvd-appearanceUI-success-faint=var(--vvd-color-success-50)] */
|
|
3702
|
+
--_connotation-color-faint: var(--vvd-appearanceUI-success-faint, var(--vvd-color-success-50));
|
|
3703
|
+
/* @cssprop [--vvd-appearanceUI-success-soft=var(--vvd-color-success-100)] */
|
|
3704
|
+
--_connotation-color-soft: var(--vvd-appearanceUI-success-soft, var(--vvd-color-success-100));
|
|
3705
|
+
/* @cssprop [--vvd-appearanceUI-success-dim=var(--vvd-color-success-200)] */
|
|
3706
|
+
--_connotation-color-dim: var(--vvd-appearanceUI-success-dim, var(--vvd-color-success-200));
|
|
3707
|
+
/* @cssprop [--vvd-appearanceUI-success-pale=var(--vvd-color-success-300)] */
|
|
3708
|
+
--_connotation-color-pale: var(--vvd-appearanceUI-success-pale, var(--vvd-color-success-300));
|
|
3709
|
+
/* @cssprop [--vvd-appearanceUI-success-light=var(--vvd-color-success-400)] */
|
|
3710
|
+
--_connotation-color-light: var(--vvd-appearanceUI-success-light, var(--vvd-color-success-400));
|
|
3711
|
+
/* @cssprop [--vvd-appearanceUI-success-primary=var(--vvd-color-success-500)] */
|
|
3712
|
+
--_connotation-color-primary: var(--vvd-appearanceUI-success-primary, var(--vvd-color-success-500));
|
|
3713
|
+
/* @cssprop [--vvd-appearanceUI-success-primary-text=var(--vvd-color-canvas)] */
|
|
3714
|
+
--_connotation-color-primary-text: var(--vvd-appearanceUI-success-primary-text, var(--vvd-color-canvas));
|
|
3715
|
+
/* @cssprop [--vvd-appearanceUI-success-primary-increment=var(--vvd-color-success-600)] */
|
|
3716
|
+
--_connotation-color-primary-increment: var(--vvd-appearanceUI-success-primary-increment, var(--vvd-color-success-600));
|
|
3717
|
+
/* @cssprop [--vvd-appearanceUI-success-firm=var(--vvd-color-success-600)] */
|
|
3718
|
+
--_connotation-color-firm: var(--vvd-appearanceUI-success-firm, var(--vvd-color-success-600));
|
|
3719
|
+
/* @cssprop [--vvd-appearanceUI-success-fierce=var(--vvd-color-success-700)] */
|
|
3720
|
+
--_connotation-color-fierce: var(--vvd-appearanceUI-success-fierce, var(--vvd-color-success-700));
|
|
3721
|
+
/* @cssprop [--vvd-appearanceUI-success-contrast=var(--vvd-color-success-800)] */
|
|
3722
|
+
--_connotation-color-contrast: var(--vvd-appearanceUI-success-contrast, var(--vvd-color-success-800));
|
|
3723
|
+
/* @cssprop [--vvd-appearanceUI-success-backdrop=var(--vvd-color-success-50)] */
|
|
3724
|
+
--_connotation-color-backdrop: var(--vvd-appearanceUI-success-backdrop, var(--vvd-color-success-50));
|
|
3725
|
+
/* @cssprop [--vvd-appearanceUI-success-intermediate=var(--vvd-color-success-500)] */
|
|
3726
|
+
--_connotation-color-intermediate: var(--vvd-appearanceUI-success-intermediate, var(--vvd-color-success-500));
|
|
3727
|
+
}
|
|
3728
|
+
.base.connotation-alert {
|
|
3729
|
+
/* @cssprop [--vvd-appearanceUI-alert-faint=var(--vvd-color-alert-50)] */
|
|
3730
|
+
--_connotation-color-faint: var(--vvd-appearanceUI-alert-faint, var(--vvd-color-alert-50));
|
|
3731
|
+
/* @cssprop [--vvd-appearanceUI-alert-soft=var(--vvd-color-alert-100)] */
|
|
3732
|
+
--_connotation-color-soft: var(--vvd-appearanceUI-alert-soft, var(--vvd-color-alert-100));
|
|
3733
|
+
/* @cssprop [--vvd-appearanceUI-alert-dim=var(--vvd-color-alert-200)] */
|
|
3734
|
+
--_connotation-color-dim: var(--vvd-appearanceUI-alert-dim, var(--vvd-color-alert-200));
|
|
3735
|
+
/* @cssprop [--vvd-appearanceUI-alert-pale=var(--vvd-color-alert-300)] */
|
|
3736
|
+
--_connotation-color-pale: var(--vvd-appearanceUI-alert-pale, var(--vvd-color-alert-300));
|
|
3737
|
+
/* @cssprop [--vvd-appearanceUI-alert-light=var(--vvd-color-alert-400)] */
|
|
3738
|
+
--_connotation-color-light: var(--vvd-appearanceUI-alert-light, var(--vvd-color-alert-400));
|
|
3739
|
+
/* @cssprop [--vvd-appearanceUI-alert-primary=var(--vvd-color-alert-500)] */
|
|
3740
|
+
--_connotation-color-primary: var(--vvd-appearanceUI-alert-primary, var(--vvd-color-alert-500));
|
|
3741
|
+
/* @cssprop [--vvd-appearanceUI-alert-primary-text=var(--vvd-color-canvas)] */
|
|
3742
|
+
--_connotation-color-primary-text: var(--vvd-appearanceUI-alert-primary-text, var(--vvd-color-canvas));
|
|
3743
|
+
/* @cssprop [--vvd-appearanceUI-alert-primary-increment=var(--vvd-color-alert-600)] */
|
|
3744
|
+
--_connotation-color-primary-increment: var(--vvd-appearanceUI-alert-primary-increment, var(--vvd-color-alert-600));
|
|
3745
|
+
/* @cssprop [--vvd-appearanceUI-alert-firm=var(--vvd-color-alert-600)] */
|
|
3746
|
+
--_connotation-color-firm: var(--vvd-appearanceUI-alert-firm, var(--vvd-color-alert-600));
|
|
3747
|
+
/* @cssprop [--vvd-appearanceUI-alert-fierce=var(--vvd-color-alert-700)] */
|
|
3748
|
+
--_connotation-color-fierce: var(--vvd-appearanceUI-alert-fierce, var(--vvd-color-alert-700));
|
|
3749
|
+
/* @cssprop [--vvd-appearanceUI-alert-contrast=var(--vvd-color-alert-800)] */
|
|
3750
|
+
--_connotation-color-contrast: var(--vvd-appearanceUI-alert-contrast, var(--vvd-color-alert-800));
|
|
3751
|
+
/* @cssprop [--vvd-appearanceUI-alert-backdrop=var(--vvd-color-alert-50)] */
|
|
3752
|
+
--_connotation-color-backdrop: var(--vvd-appearanceUI-alert-backdrop, var(--vvd-color-alert-50));
|
|
3753
|
+
/* @cssprop [--vvd-appearanceUI-alert-intermediate=var(--vvd-color-alert-500)] */
|
|
3754
|
+
--_connotation-color-intermediate: var(--vvd-appearanceUI-alert-intermediate, var(--vvd-color-alert-500));
|
|
3755
|
+
}
|
|
3756
|
+
.base.connotation-warning {
|
|
3757
|
+
/* @cssprop [--vvd-appearanceUI-warning-faint=var(--vvd-color-warning-50)] */
|
|
3758
|
+
--_connotation-color-faint: var(--vvd-appearanceUI-warning-faint, var(--vvd-color-warning-50));
|
|
3759
|
+
/* @cssprop [--vvd-appearanceUI-warning-soft=var(--vvd-color-warning-100)] */
|
|
3760
|
+
--_connotation-color-soft: var(--vvd-appearanceUI-warning-soft, var(--vvd-color-warning-100));
|
|
3761
|
+
/* @cssprop [--vvd-appearanceUI-warning-dim=var(--vvd-color-warning-200)] */
|
|
3762
|
+
--_connotation-color-dim: var(--vvd-appearanceUI-warning-dim, var(--vvd-color-warning-200));
|
|
3763
|
+
/* @cssprop [--vvd-appearanceUI-warning-pale=var(--vvd-color-warning-300)] */
|
|
3764
|
+
--_connotation-color-pale: var(--vvd-appearanceUI-warning-pale, var(--vvd-color-warning-300));
|
|
3765
|
+
/* @cssprop [--vvd-appearanceUI-warning-light=var(--vvd-color-warning-400)] */
|
|
3766
|
+
--_connotation-color-light: var(--vvd-appearanceUI-warning-light, var(--vvd-color-warning-400));
|
|
3767
|
+
/* @cssprop [--vvd-appearanceUI-warning-primary=var(--vvd-color-warning-300)] */
|
|
3768
|
+
--_connotation-color-primary: var(--vvd-appearanceUI-warning-primary, var(--vvd-color-warning-300));
|
|
3769
|
+
/* @cssprop [--vvd-appearanceUI-warning-primary-text=var(--vvd-color-canvas-text)] */
|
|
3770
|
+
--_connotation-color-primary-text: var(--vvd-appearanceUI-warning-primary-text, var(--vvd-color-canvas-text));
|
|
3771
|
+
/* @cssprop [--vvd-appearanceUI-warning-primary-increment=var(--vvd-color-warning-600)] */
|
|
3772
|
+
--_connotation-color-primary-increment: var(--vvd-appearanceUI-warning-primary-increment, var(--vvd-color-warning-600));
|
|
3773
|
+
/* @cssprop [--vvd-appearanceUI-warning-firm=var(--vvd-color-warning-600)] */
|
|
3774
|
+
--_connotation-color-firm: var(--vvd-appearanceUI-warning-firm, var(--vvd-color-warning-600));
|
|
3775
|
+
/* @cssprop [--vvd-appearanceUI-warning-fierce=var(--vvd-color-warning-700)] */
|
|
3776
|
+
--_connotation-color-fierce: var(--vvd-appearanceUI-warning-fierce, var(--vvd-color-warning-700));
|
|
3777
|
+
/* @cssprop [--vvd-appearanceUI-warning-contrast=var(--vvd-color-warning-800)] */
|
|
3778
|
+
--_connotation-color-contrast: var(--vvd-appearanceUI-warning-contrast, var(--vvd-color-warning-800));
|
|
3779
|
+
/* @cssprop [--vvd-appearanceUI-warning-backdrop=var(--vvd-color-warning-50)] */
|
|
3780
|
+
--_connotation-color-backdrop: var(--vvd-appearanceUI-warning-backdrop, var(--vvd-color-warning-50));
|
|
3781
|
+
/* @cssprop [--vvd-appearanceUI-warning-intermediate=var(--vvd-color-warning-300)] */
|
|
3782
|
+
--_connotation-color-intermediate: var(--vvd-appearanceUI-warning-intermediate, var(--vvd-color-warning-300));
|
|
3783
|
+
}
|
|
3784
|
+
.base.connotation-information {
|
|
3785
|
+
/* @cssprop [--vvd-appearanceUI-information-faint=var(--vvd-color-information-50)] */
|
|
3786
|
+
--_connotation-color-faint: var(--vvd-appearanceUI-information-faint, var(--vvd-color-information-50));
|
|
3787
|
+
/* @cssprop [--vvd-appearanceUI-information-soft=var(--vvd-color-information-100)] */
|
|
3788
|
+
--_connotation-color-soft: var(--vvd-appearanceUI-information-soft, var(--vvd-color-information-100));
|
|
3789
|
+
/* @cssprop [--vvd-appearanceUI-information-dim=var(--vvd-color-information-200)] */
|
|
3790
|
+
--_connotation-color-dim: var(--vvd-appearanceUI-information-dim, var(--vvd-color-information-200));
|
|
3791
|
+
/* @cssprop [--vvd-appearanceUI-information-pale=var(--vvd-color-information-300)] */
|
|
3792
|
+
--_connotation-color-pale: var(--vvd-appearanceUI-information-pale, var(--vvd-color-information-300));
|
|
3793
|
+
/* @cssprop [--vvd-appearanceUI-information-light=var(--vvd-color-information-400)] */
|
|
3794
|
+
--_connotation-color-light: var(--vvd-appearanceUI-information-light, var(--vvd-color-information-400));
|
|
3795
|
+
/* @cssprop [--vvd-appearanceUI-information-primary=var(--vvd-color-information-500)] */
|
|
3796
|
+
--_connotation-color-primary: var(--vvd-appearanceUI-information-primary, var(--vvd-color-information-500));
|
|
3797
|
+
/* @cssprop [--vvd-appearanceUI-information-primary-text=var(--vvd-color-canvas)] */
|
|
3798
|
+
--_connotation-color-primary-text: var(--vvd-appearanceUI-information-primary-text, var(--vvd-color-canvas));
|
|
3799
|
+
/* @cssprop [--vvd-appearanceUI-information-primary-increment=var(--vvd-color-information-600)] */
|
|
3800
|
+
--_connotation-color-primary-increment: var(--vvd-appearanceUI-information-primary-increment, var(--vvd-color-information-600));
|
|
3801
|
+
/* @cssprop [--vvd-appearanceUI-information-firm=var(--vvd-color-information-600)] */
|
|
3802
|
+
--_connotation-color-firm: var(--vvd-appearanceUI-information-firm, var(--vvd-color-information-600));
|
|
3803
|
+
/* @cssprop [--vvd-appearanceUI-information-fierce=var(--vvd-color-information-700)] */
|
|
3804
|
+
--_connotation-color-fierce: var(--vvd-appearanceUI-information-fierce, var(--vvd-color-information-700));
|
|
3805
|
+
/* @cssprop [--vvd-appearanceUI-information-contrast=var(--vvd-color-information-800)] */
|
|
3806
|
+
--_connotation-color-contrast: var(--vvd-appearanceUI-information-contrast, var(--vvd-color-information-800));
|
|
3807
|
+
/* @cssprop [--vvd-appearanceUI-information-backdrop=var(--vvd-color-information-50)] */
|
|
3808
|
+
--_connotation-color-backdrop: var(--vvd-appearanceUI-information-backdrop, var(--vvd-color-information-50));
|
|
3809
|
+
/* @cssprop [--vvd-appearanceUI-information-intermediate=var(--vvd-color-information-500)] */
|
|
3810
|
+
--_connotation-color-intermediate: var(--vvd-appearanceUI-information-intermediate, var(--vvd-color-information-500));
|
|
3811
|
+
}
|
|
3812
|
+
.base.connotation-announcement {
|
|
3813
|
+
/* @cssprop [--vvd-appearanceUI-announcement-faint=var(--vvd-color-announcement-50)] */
|
|
3814
|
+
--_connotation-color-faint: var(--vvd-appearanceUI-announcement-faint, var(--vvd-color-announcement-50));
|
|
3815
|
+
/* @cssprop [--vvd-appearanceUI-announcement-soft=var(--vvd-color-announcement-100)] */
|
|
3816
|
+
--_connotation-color-soft: var(--vvd-appearanceUI-announcement-soft, var(--vvd-color-announcement-100));
|
|
3817
|
+
/* @cssprop [--vvd-appearanceUI-announcement-dim=var(--vvd-color-announcement-200)] */
|
|
3818
|
+
--_connotation-color-dim: var(--vvd-appearanceUI-announcement-dim, var(--vvd-color-announcement-200));
|
|
3819
|
+
/* @cssprop [--vvd-appearanceUI-announcement-pale=var(--vvd-color-announcement-300)] */
|
|
3820
|
+
--_connotation-color-pale: var(--vvd-appearanceUI-announcement-pale, var(--vvd-color-announcement-300));
|
|
3821
|
+
/* @cssprop [--vvd-appearanceUI-announcement-light=var(--vvd-color-announcement-400)] */
|
|
3822
|
+
--_connotation-color-light: var(--vvd-appearanceUI-announcement-light, var(--vvd-color-announcement-400));
|
|
3823
|
+
/* @cssprop [--vvd-appearanceUI-announcement-primary=var(--vvd-color-announcement-500)] */
|
|
3824
|
+
--_connotation-color-primary: var(--vvd-appearanceUI-announcement-primary, var(--vvd-color-announcement-500));
|
|
3825
|
+
/* @cssprop [--vvd-appearanceUI-announcement-primary-text=var(--vvd-color-canvas)] */
|
|
3826
|
+
--_connotation-color-primary-text: var(--vvd-appearanceUI-announcement-primary-text, var(--vvd-color-canvas));
|
|
3827
|
+
/* @cssprop [--vvd-appearanceUI-announcement-primary-increment=var(--vvd-color-announcement-600)] */
|
|
3828
|
+
--_connotation-color-primary-increment: var(--vvd-appearanceUI-announcement-primary-increment, var(--vvd-color-announcement-600));
|
|
3829
|
+
/* @cssprop [--vvd-appearanceUI-announcement-firm=var(--vvd-color-announcement-600)] */
|
|
3830
|
+
--_connotation-color-firm: var(--vvd-appearanceUI-announcement-firm, var(--vvd-color-announcement-600));
|
|
3831
|
+
/* @cssprop [--vvd-appearanceUI-announcement-fierce=var(--vvd-color-announcement-700)] */
|
|
3832
|
+
--_connotation-color-fierce: var(--vvd-appearanceUI-announcement-fierce, var(--vvd-color-announcement-700));
|
|
3833
|
+
/* @cssprop [--vvd-appearanceUI-announcement-contrast=var(--vvd-color-announcement-800)] */
|
|
3834
|
+
--_connotation-color-contrast: var(--vvd-appearanceUI-announcement-contrast, var(--vvd-color-announcement-800));
|
|
3835
|
+
/* @cssprop [--vvd-appearanceUI-announcement-backdrop=var(--vvd-color-announcement-50)] */
|
|
3836
|
+
--_connotation-color-backdrop: var(--vvd-appearanceUI-announcement-backdrop, var(--vvd-color-announcement-50));
|
|
3837
|
+
/* @cssprop [--vvd-appearanceUI-announcement-intermediate=var(--vvd-color-announcement-500)] */
|
|
3838
|
+
--_connotation-color-intermediate: var(--vvd-appearanceUI-announcement-intermediate, var(--vvd-color-announcement-500));
|
|
3839
|
+
}
|
|
3840
|
+
.base:not(.connotation-cta, .connotation-success, .connotation-alert, .connotation-warning, .connotation-information, .connotation-announcement) {
|
|
3841
|
+
/* @cssprop [--vvd-appearanceUI-accent-faint=var(--vvd-color-neutral-50)] */
|
|
3842
|
+
--_connotation-color-faint: var(--vvd-appearanceUI-accent-faint, var(--vvd-color-neutral-50));
|
|
3843
|
+
/* @cssprop [--vvd-appearanceUI-accent-soft=var(--vvd-color-neutral-100)] */
|
|
3844
|
+
--_connotation-color-soft: var(--vvd-appearanceUI-accent-soft, var(--vvd-color-neutral-100));
|
|
3845
|
+
/* @cssprop [--vvd-appearanceUI-accent-dim=var(--vvd-color-neutral-200)] */
|
|
3846
|
+
--_connotation-color-dim: var(--vvd-appearanceUI-accent-dim, var(--vvd-color-neutral-200));
|
|
3847
|
+
/* @cssprop [--vvd-appearanceUI-accent-pale=var(--vvd-color-neutral-300)] */
|
|
3848
|
+
--_connotation-color-pale: var(--vvd-appearanceUI-accent-pale, var(--vvd-color-neutral-300));
|
|
3849
|
+
/* @cssprop [--vvd-appearanceUI-accent-light=var(--vvd-color-neutral-400)] */
|
|
3850
|
+
--_connotation-color-light: var(--vvd-appearanceUI-accent-light, var(--vvd-color-neutral-400));
|
|
3851
|
+
/* @cssprop [--vvd-appearanceUI-accent-primary=var(--vvd-color-canvas-text)] */
|
|
3852
|
+
--_connotation-color-primary: var(--vvd-appearanceUI-accent-primary, var(--vvd-color-canvas-text));
|
|
3853
|
+
/* @cssprop [--vvd-appearanceUI-accent-primary-text=var(--vvd-color-canvas)] */
|
|
3854
|
+
--_connotation-color-primary-text: var(--vvd-appearanceUI-accent-primary-text, var(--vvd-color-canvas));
|
|
3855
|
+
/* @cssprop [--vvd-appearanceUI-accent-primary-increment=var(--vvd-color-neutral-800)] */
|
|
3856
|
+
--_connotation-color-primary-increment: var(--vvd-appearanceUI-accent-primary-increment, var(--vvd-color-neutral-800));
|
|
3857
|
+
/* @cssprop [--vvd-appearanceUI-accent-firm=var(--vvd-color-canvas-text)] */
|
|
3858
|
+
--_connotation-color-firm: var(--vvd-appearanceUI-accent-firm, var(--vvd-color-canvas-text));
|
|
3859
|
+
/* @cssprop [--vvd-appearanceUI-accent-fierce=var(--vvd-color-neutral-700)] */
|
|
3860
|
+
--_connotation-color-fierce: var(--vvd-appearanceUI-accent-fierce, var(--vvd-color-neutral-700));
|
|
3861
|
+
/* @cssprop [--vvd-appearanceUI-accent-contrast=var(--vvd-color-neutral-800)] */
|
|
3862
|
+
--_connotation-color-contrast: var(--vvd-appearanceUI-accent-contrast, var(--vvd-color-neutral-800));
|
|
3863
|
+
/* @cssprop [--vvd-appearanceUI-accent-backdrop=var(--vvd-color-canvas)] */
|
|
3864
|
+
--_connotation-color-backdrop: var(--vvd-appearanceUI-accent-backdrop, var(--vvd-color-canvas));
|
|
3865
|
+
/* @cssprop [--vvd-appearanceUI-accent-intermediate=var(--vvd-color-neutral-500)] */
|
|
3866
|
+
--_connotation-color-intermediate: var(--vvd-appearanceUI-accent-intermediate, var(--vvd-color-neutral-500));
|
|
3867
|
+
}
|
|
3868
|
+
.base {
|
|
3869
|
+
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
3870
|
+
--_appearance-color-fill: var(--_connotation-color-primary);
|
|
3871
|
+
--_appearance-color-outline: transparent;
|
|
3872
|
+
}
|
|
3873
|
+
.base.appearance-ghost {
|
|
3874
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
3875
|
+
--_appearance-color-fill: transparent;
|
|
3876
|
+
--_appearance-color-outline: transparent;
|
|
3877
|
+
}
|
|
3878
|
+
.base.appearance-outlined {
|
|
3879
|
+
--_appearance-color-text: var(--_connotation-color-firm);
|
|
3880
|
+
--_appearance-color-fill: transparent;
|
|
3881
|
+
--_appearance-color-outline: var(--_connotation-color-firm);
|
|
3882
|
+
}
|
|
3883
|
+
.base.appearance-duotone {
|
|
3884
|
+
--_appearance-color-text: var(--_connotation-color-firm);
|
|
3885
|
+
--_appearance-color-fill: transparent;
|
|
3886
|
+
--_appearance-color-outline: var(--_connotation-color-pale);
|
|
3887
|
+
}
|
|
3888
|
+
.base.appearance-subtle {
|
|
3889
|
+
--_appearance-color-text: var(--_connotation-color-contrast);
|
|
3890
|
+
--_appearance-color-fill: var(--_connotation-color-soft);
|
|
3891
|
+
--_appearance-color-outline: transparent;
|
|
3892
|
+
}
|
|
3893
|
+
.base.appearance-fieldset {
|
|
3894
|
+
--_appearance-color-text: var(--vvd-color-canvas-text);
|
|
3895
|
+
--_appearance-color-fill: var(--_connotation-color-backdrop);
|
|
3896
|
+
--_appearance-color-outline: var(--_connotation-color-intermediate);
|
|
3897
|
+
}
|
|
3898
|
+
.base.appearance-listitem {
|
|
3899
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
3900
|
+
--_appearance-color-fill: transparent;
|
|
3901
|
+
--_appearance-color-outline: transparent;
|
|
3902
|
+
}
|
|
3903
|
+
.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
3904
|
+
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
3905
|
+
--_appearance-color-fill: var(--_connotation-color-primary-increment);
|
|
3906
|
+
--_appearance-color-outline: transparent;
|
|
3907
|
+
}
|
|
3908
|
+
.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-ghost {
|
|
3909
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
3910
|
+
--_appearance-color-fill: var(--_connotation-color-faint);
|
|
3911
|
+
--_appearance-color-outline: transparent;
|
|
3912
|
+
}
|
|
3913
|
+
.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-outlined {
|
|
3914
|
+
--_appearance-color-text: var(--_connotation-color-firm);
|
|
3915
|
+
--_appearance-color-fill: var(--_connotation-color-faint);
|
|
3916
|
+
--_appearance-color-outline: var(--_connotation-color-firm);
|
|
3917
|
+
}
|
|
3918
|
+
.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-duotone {
|
|
3919
|
+
--_appearance-color-text: var(--_connotation-color-firm);
|
|
3920
|
+
--_appearance-color-fill: transparent;
|
|
3921
|
+
--_appearance-color-outline: var(--_connotation-color-firm);
|
|
3922
|
+
}
|
|
3923
|
+
.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-subtle {
|
|
3924
|
+
--_appearance-color-text: var(--_connotation-color-contrast);
|
|
3925
|
+
--_appearance-color-fill: var(--_connotation-color-faint);
|
|
3926
|
+
--_appearance-color-outline: transparent;
|
|
3927
|
+
}
|
|
3928
|
+
.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-fieldset {
|
|
3929
|
+
--_appearance-color-text: var(--vvd-color-canvas-text);
|
|
3930
|
+
--_appearance-color-fill: var(--_connotation-color-backdrop);
|
|
3931
|
+
--_appearance-color-outline: var(--_connotation-color-firm);
|
|
3932
|
+
}
|
|
3933
|
+
.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-listitem {
|
|
3934
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
3935
|
+
--_appearance-color-fill: var(--_connotation-color-faint);
|
|
3936
|
+
--_appearance-color-outline: transparent;
|
|
3937
|
+
}
|
|
3938
|
+
.base:where(:active, .active):where(:not(:disabled, .disabled)) {
|
|
3939
|
+
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
3940
|
+
--_appearance-color-fill: var(--_connotation-color-fierce);
|
|
3941
|
+
--_appearance-color-outline: transparent;
|
|
3942
|
+
}
|
|
3943
|
+
.base:where(:active, .active):where(:not(:disabled, .disabled)).appearance-ghost {
|
|
3944
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
3945
|
+
--_appearance-color-fill: var(--_connotation-color-soft);
|
|
3946
|
+
--_appearance-color-outline: transparent;
|
|
3947
|
+
}
|
|
3948
|
+
.base:where(:active, .active):where(:not(:disabled, .disabled)).appearance-outlined {
|
|
3949
|
+
--_appearance-color-text: var(--_connotation-color-firm);
|
|
3950
|
+
--_appearance-color-fill: var(--_connotation-color-soft);
|
|
3951
|
+
--_appearance-color-outline: var(--_connotation-color-firm);
|
|
3952
|
+
}
|
|
3953
|
+
.base:where(:active, .active):where(:not(:disabled, .disabled)).appearance-duotone {
|
|
3954
|
+
--_appearance-color-text: var(--_connotation-color-firm);
|
|
3955
|
+
--_appearance-color-fill: var(--_connotation-color-faint);
|
|
3956
|
+
--_appearance-color-outline: var(--_connotation-color-pale);
|
|
3957
|
+
}
|
|
3958
|
+
.base:where(:active, .active):where(:not(:disabled, .disabled)).appearance-subtle {
|
|
3959
|
+
--_appearance-color-text: var(--_connotation-color-contrast);
|
|
3960
|
+
--_appearance-color-fill: var(--_connotation-color-dim);
|
|
3961
|
+
--_appearance-color-outline: transparent;
|
|
3962
|
+
}
|
|
3963
|
+
.base:where(:active, .active):where(:not(:disabled, .disabled)).appearance-fieldset {
|
|
3964
|
+
--_appearance-color-text: var(--vvd-color-canvas-text);
|
|
3965
|
+
--_appearance-color-fill: var(--_connotation-color-backdrop);
|
|
3966
|
+
--_appearance-color-outline: var(--_connotation-color-firm);
|
|
3967
|
+
}
|
|
3968
|
+
.base:where(:active, .active):where(:not(:disabled, .disabled)).appearance-listitem {
|
|
3969
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
3970
|
+
--_appearance-color-fill: var(--_connotation-color-soft);
|
|
3971
|
+
--_appearance-color-outline: transparent;
|
|
3972
|
+
}
|
|
3973
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
|
|
3974
|
+
--_appearance-color-text: notset;
|
|
3975
|
+
--_appearance-color-fill: notset;
|
|
3976
|
+
--_appearance-color-outline: transparent;
|
|
3977
|
+
}
|
|
3978
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)).appearance-ghost {
|
|
3979
|
+
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
3980
|
+
--_appearance-color-fill: var(--_connotation-color-primary);
|
|
3981
|
+
--_appearance-color-outline: transparent;
|
|
3982
|
+
}
|
|
3983
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)).appearance-outlined {
|
|
3984
|
+
--_appearance-color-text: notset;
|
|
3985
|
+
--_appearance-color-fill: notset;
|
|
3986
|
+
--_appearance-color-outline: notset;
|
|
3987
|
+
}
|
|
3988
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)).appearance-duotone {
|
|
3989
|
+
--_appearance-color-text: var(--_connotation-color-firm);
|
|
3990
|
+
--_appearance-color-fill: var(--_connotation-color-soft);
|
|
3991
|
+
--_appearance-color-outline: var(--_connotation-color-pale);
|
|
3992
|
+
}
|
|
3993
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)).appearance-subtle {
|
|
3994
|
+
--_appearance-color-text: var(--_connotation-color-contrast);
|
|
3995
|
+
--_appearance-color-fill: var(--_connotation-color-pale);
|
|
3996
|
+
--_appearance-color-outline: transparent;
|
|
3997
|
+
}
|
|
3998
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)).appearance-fieldset {
|
|
3999
|
+
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
4000
|
+
--_appearance-color-fill: var(--_connotation-color-primary);
|
|
4001
|
+
--_appearance-color-outline: var(--_connotation-color-primary);
|
|
4002
|
+
}
|
|
4003
|
+
.base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)).appearance-listitem {
|
|
4004
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
4005
|
+
--_appearance-color-fill: var(--_connotation-color-dim);
|
|
4006
|
+
--_appearance-color-outline: transparent;
|
|
4007
|
+
}
|
|
4008
|
+
.base:where(:checked, .checked):where(:not(:disabled, .disabled)) {
|
|
4009
|
+
--_appearance-color-text: notset;
|
|
4010
|
+
--_appearance-color-fill: notset;
|
|
4011
|
+
--_appearance-color-outline: transparent;
|
|
4012
|
+
}
|
|
4013
|
+
.base:where(:checked, .checked):where(:not(:disabled, .disabled)).appearance-ghost {
|
|
4014
|
+
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
4015
|
+
--_appearance-color-fill: var(--_connotation-color-primary);
|
|
4016
|
+
--_appearance-color-outline: transparent;
|
|
4017
|
+
}
|
|
4018
|
+
.base:where(:checked, .checked):where(:not(:disabled, .disabled)).appearance-outlined {
|
|
4019
|
+
--_appearance-color-text: notset;
|
|
4020
|
+
--_appearance-color-fill: notset;
|
|
4021
|
+
--_appearance-color-outline: notset;
|
|
4022
|
+
}
|
|
4023
|
+
.base:where(:checked, .checked):where(:not(:disabled, .disabled)).appearance-duotone {
|
|
4024
|
+
--_appearance-color-text: var(--_connotation-color-firm);
|
|
4025
|
+
--_appearance-color-fill: var(--_connotation-color-soft);
|
|
4026
|
+
--_appearance-color-outline: var(--_connotation-color-pale);
|
|
4027
|
+
}
|
|
4028
|
+
.base:where(:checked, .checked):where(:not(:disabled, .disabled)).appearance-subtle {
|
|
4029
|
+
--_appearance-color-text: var(--_connotation-color-contrast);
|
|
4030
|
+
--_appearance-color-fill: var(--_connotation-color-pale);
|
|
4031
|
+
--_appearance-color-outline: transparent;
|
|
4032
|
+
}
|
|
4033
|
+
.base:where(:checked, .checked):where(:not(:disabled, .disabled)).appearance-fieldset {
|
|
4034
|
+
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
4035
|
+
--_appearance-color-fill: var(--_connotation-color-primary);
|
|
4036
|
+
--_appearance-color-outline: var(--_connotation-color-primary);
|
|
4037
|
+
}
|
|
4038
|
+
.base:where(:checked, .checked):where(:not(:disabled, .disabled)).appearance-listitem {
|
|
4039
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
4040
|
+
--_appearance-color-fill: var(--_connotation-color-dim);
|
|
4041
|
+
--_appearance-color-outline: transparent;
|
|
4042
|
+
}
|
|
4043
|
+
.base:where(:checked, .checked):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
4044
|
+
--_appearance-color-text: notset;
|
|
4045
|
+
--_appearance-color-fill: notset;
|
|
4046
|
+
--_appearance-color-outline: notset;
|
|
4047
|
+
}
|
|
4048
|
+
.base:where(:checked, .checked):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-ghost {
|
|
4049
|
+
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
4050
|
+
--_appearance-color-fill: var(--_connotation-color-primary-increment);
|
|
4051
|
+
--_appearance-color-outline: transparent;
|
|
4052
|
+
}
|
|
4053
|
+
.base:where(:checked, .checked):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-outlined {
|
|
4054
|
+
--_appearance-color-text: notset;
|
|
4055
|
+
--_appearance-color-fill: notset;
|
|
4056
|
+
--_appearance-color-outline: notset;
|
|
4057
|
+
}
|
|
4058
|
+
.base:where(:checked, .checked):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-duotone {
|
|
4059
|
+
--_appearance-color-text: var(--_connotation-color-firm);
|
|
4060
|
+
--_appearance-color-fill: var(--_connotation-color-faint);
|
|
4061
|
+
--_appearance-color-outline: var(--_connotation-color-firm);
|
|
4062
|
+
}
|
|
4063
|
+
.base:where(:checked, .checked):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-subtle {
|
|
4064
|
+
--_appearance-color-text: var(--_connotation-color-contrast);
|
|
4065
|
+
--_appearance-color-fill: var(--_connotation-color-pale);
|
|
4066
|
+
--_appearance-color-outline: transparent;
|
|
4067
|
+
}
|
|
4068
|
+
.base:where(:checked, .checked):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-fieldset {
|
|
4069
|
+
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
4070
|
+
--_appearance-color-fill: var(--_connotation-color-primary-increment);
|
|
4071
|
+
--_appearance-color-outline: var(--_connotation-color-primary);
|
|
4072
|
+
}
|
|
4073
|
+
.base:where(:checked, .checked):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-listitem {
|
|
4074
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
4075
|
+
--_appearance-color-fill: var(--_connotation-color-pale);
|
|
4076
|
+
--_appearance-color-outline: transparent;
|
|
4077
|
+
}
|
|
4078
|
+
.base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
|
|
4079
|
+
--_appearance-color-text: notset;
|
|
4080
|
+
--_appearance-color-fill: notset;
|
|
4081
|
+
--_appearance-color-outline: notset;
|
|
4082
|
+
}
|
|
4083
|
+
.base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-ghost {
|
|
4084
|
+
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
4085
|
+
--_appearance-color-fill: var(--_connotation-color-primary-increment);
|
|
4086
|
+
--_appearance-color-outline: transparent;
|
|
4087
|
+
}
|
|
4088
|
+
.base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-outlined {
|
|
4089
|
+
--_appearance-color-text: notset;
|
|
4090
|
+
--_appearance-color-fill: notset;
|
|
4091
|
+
--_appearance-color-outline: notset;
|
|
4092
|
+
}
|
|
4093
|
+
.base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-duotone {
|
|
4094
|
+
--_appearance-color-text: var(--_connotation-color-firm);
|
|
4095
|
+
--_appearance-color-fill: var(--_connotation-color-faint);
|
|
4096
|
+
--_appearance-color-outline: var(--_connotation-color-firm);
|
|
4097
|
+
}
|
|
4098
|
+
.base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-subtle {
|
|
4099
|
+
--_appearance-color-text: var(--_connotation-color-contrast);
|
|
4100
|
+
--_appearance-color-fill: var(--_connotation-color-pale);
|
|
4101
|
+
--_appearance-color-outline: transparent;
|
|
4102
|
+
}
|
|
4103
|
+
.base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-fieldset {
|
|
4104
|
+
--_appearance-color-text: var(--_connotation-color-primary-text);
|
|
4105
|
+
--_appearance-color-fill: var(--_connotation-color-primary-increment);
|
|
4106
|
+
--_appearance-color-outline: var(--_connotation-color-primary);
|
|
4107
|
+
}
|
|
4108
|
+
.base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-listitem {
|
|
4109
|
+
--_appearance-color-text: var(--_connotation-color-primary);
|
|
4110
|
+
--_appearance-color-fill: var(--_connotation-color-pale);
|
|
4111
|
+
--_appearance-color-outline: transparent;
|
|
4112
|
+
}
|
|
4113
|
+
.base:where(:disabled, .disabled) {
|
|
4114
|
+
--_appearance-color-text: var(--vvd-color-neutral-300);
|
|
4115
|
+
--_appearance-color-fill: var(--vvd-color-neutral-100);
|
|
4116
|
+
--_appearance-color-outline: transparent;
|
|
4117
|
+
}
|
|
4118
|
+
.base:where(:disabled, .disabled).appearance-ghost {
|
|
4119
|
+
--_appearance-color-text: var(--vvd-color-neutral-300);
|
|
4120
|
+
--_appearance-color-fill: transparent;
|
|
4121
|
+
--_appearance-color-outline: transparent;
|
|
4122
|
+
}
|
|
4123
|
+
.base:where(:disabled, .disabled).appearance-outlined {
|
|
4124
|
+
--_appearance-color-text: var(--vvd-color-neutral-300);
|
|
4125
|
+
--_appearance-color-fill: transparent;
|
|
4126
|
+
--_appearance-color-outline: var(--vvd-color-neutral-300);
|
|
4127
|
+
}
|
|
4128
|
+
.base:where(:disabled, .disabled).appearance-duotone {
|
|
4129
|
+
--_appearance-color-text: var(--vvd-color-neutral-300);
|
|
4130
|
+
--_appearance-color-fill: transparent;
|
|
4131
|
+
--_appearance-color-outline: var(--vvd-color-neutral-100);
|
|
4132
|
+
}
|
|
4133
|
+
.base:where(:disabled, .disabled).appearance-subtle {
|
|
4134
|
+
--_appearance-color-text: var(--vvd-color-neutral-300);
|
|
4135
|
+
--_appearance-color-fill: var(--vvd-color-neutral-100);
|
|
4136
|
+
--_appearance-color-outline: transparent;
|
|
4137
|
+
}
|
|
4138
|
+
.base:where(:disabled, .disabled).appearance-fieldset {
|
|
4139
|
+
--_appearance-color-text: var(--vvd-color-neutral-300);
|
|
4140
|
+
--_appearance-color-fill: var(--vvd-color-neutral-100);
|
|
4141
|
+
--_appearance-color-outline: var(--vvd-color-neutral-300);
|
|
4142
|
+
}
|
|
4143
|
+
.base:where(:disabled, .disabled).appearance-listitem {
|
|
4144
|
+
--_appearance-color-text: var(--vvd-color-neutral-300);
|
|
4145
|
+
--_appearance-color-fill: transparent;
|
|
4146
|
+
--_appearance-color-outline: transparent;
|
|
4147
|
+
}
|
|
4148
|
+
.base:where(.selected, [aria-current]):where(:disabled, .disabled) {
|
|
4149
|
+
--_appearance-color-text: var(--vvd-color-neutral-300);
|
|
4150
|
+
--_appearance-color-fill: var(--vvd-color-neutral-100);
|
|
4151
|
+
--_appearance-color-outline: transparent;
|
|
4152
|
+
}
|
|
4153
|
+
.base:where(.selected, [aria-current]):where(:disabled, .disabled).appearance-ghost {
|
|
4154
|
+
--_appearance-color-text: var(--vvd-color-neutral-300);
|
|
4155
|
+
--_appearance-color-fill: var(--vvd-color-neutral-200);
|
|
4156
|
+
--_appearance-color-outline: transparent;
|
|
4157
|
+
}
|
|
4158
|
+
.base:where(.selected, [aria-current]):where(:disabled, .disabled).appearance-outlined {
|
|
4159
|
+
--_appearance-color-text: notset;
|
|
4160
|
+
--_appearance-color-fill: notset;
|
|
4161
|
+
--_appearance-color-outline: notset;
|
|
4162
|
+
}
|
|
4163
|
+
.base:where(.selected, [aria-current]):where(:disabled, .disabled).appearance-duotone {
|
|
4164
|
+
--_appearance-color-text: notset;
|
|
4165
|
+
--_appearance-color-fill: notset;
|
|
4166
|
+
--_appearance-color-outline: notset;
|
|
4167
|
+
}
|
|
4168
|
+
.base:where(.selected, [aria-current]):where(:disabled, .disabled).appearance-subtle {
|
|
4169
|
+
--_appearance-color-text: notset;
|
|
4170
|
+
--_appearance-color-fill: notset;
|
|
4171
|
+
--_appearance-color-outline: notset;
|
|
4172
|
+
}
|
|
4173
|
+
.base:where(.selected, [aria-current]):where(:disabled, .disabled).appearance-fieldset {
|
|
4174
|
+
--_appearance-color-text: var(--vvd-color-neutral-300);
|
|
4175
|
+
--_appearance-color-fill: var(--vvd-color-neutral-100);
|
|
4176
|
+
--_appearance-color-outline: var(--vvd-color-neutral-300);
|
|
4177
|
+
}
|
|
4178
|
+
.base:where(.selected, [aria-current]):where(:disabled, .disabled).appearance-listitem {
|
|
4179
|
+
--_appearance-color-text: var(--vvd-color-neutral-300);
|
|
4180
|
+
--_appearance-color-fill: var(--vvd-color-neutral-200);
|
|
4181
|
+
--_appearance-color-outline: transparent;
|
|
4182
|
+
}
|
|
4183
|
+
.base:where(.readonly):where(:not(:disabled, .disabled)) {
|
|
4184
|
+
--_appearance-color-text: var(--vvd-color-neutral-800);
|
|
4185
|
+
--_appearance-color-fill: var(--vvd-color-neutral-500);
|
|
4186
|
+
--_appearance-color-outline: transparent;
|
|
4187
|
+
}
|
|
4188
|
+
.base:where(.readonly):where(:not(:disabled, .disabled)).appearance-ghost {
|
|
4189
|
+
--_appearance-color-text: var(--vvd-color-neutral-600);
|
|
4190
|
+
--_appearance-color-fill: transparent;
|
|
4191
|
+
--_appearance-color-outline: transparent;
|
|
4192
|
+
}
|
|
4193
|
+
.base:where(.readonly):where(:not(:disabled, .disabled)).appearance-outlined {
|
|
4194
|
+
--_appearance-color-text: var(--vvd-color-neutral-600);
|
|
4195
|
+
--_appearance-color-fill: transparent;
|
|
4196
|
+
--_appearance-color-outline: var(--vvd-color-neutral-400);
|
|
4197
|
+
}
|
|
4198
|
+
.base:where(.readonly):where(:not(:disabled, .disabled)).appearance-duotone {
|
|
4199
|
+
--_appearance-color-text: notset;
|
|
4200
|
+
--_appearance-color-fill: notset;
|
|
4201
|
+
--_appearance-color-outline: notset;
|
|
4202
|
+
}
|
|
4203
|
+
.base:where(.readonly):where(:not(:disabled, .disabled)).appearance-subtle {
|
|
4204
|
+
--_appearance-color-text: notset;
|
|
4205
|
+
--_appearance-color-fill: notset;
|
|
4206
|
+
--_appearance-color-outline: notset;
|
|
4207
|
+
}
|
|
4208
|
+
.base:where(.readonly):where(:not(:disabled, .disabled)).appearance-fieldset {
|
|
4209
|
+
--_appearance-color-text: var(--vvd-color-canvas-text);
|
|
4210
|
+
--_appearance-color-fill: var(--vvd-color-neutral-200);
|
|
4211
|
+
--_appearance-color-outline: var(--vvd-color-neutral-400);
|
|
4212
|
+
}
|
|
4213
|
+
.base:where(.readonly):where(:not(:disabled, .disabled)).appearance-listitem {
|
|
4214
|
+
--_appearance-color-text: var(--vvd-color-neutral-600);
|
|
4215
|
+
--_appearance-color-fill: transparent;
|
|
4216
|
+
--_appearance-color-outline: transparent;
|
|
4217
|
+
}/**
|
|
4218
|
+
* Do not edit directly
|
|
4219
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
3591
4220
|
*/
|
|
3592
4221
|
.base {
|
|
3593
4222
|
display: flex;
|
|
@@ -3599,7 +4228,7 @@ slot[name=icon] {
|
|
|
3599
4228
|
border-bottom: 1px solid var(--vvd-color-neutral-200);
|
|
3600
4229
|
}/**
|
|
3601
4230
|
* Do not edit directly
|
|
3602
|
-
* Generated on Mon,
|
|
4231
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
3603
4232
|
*/
|
|
3604
4233
|
:host {
|
|
3605
4234
|
display: flex;
|
|
@@ -3716,7 +4345,7 @@ button:not(:focus-visible) > .focus-indicator {
|
|
|
3716
4345
|
display: flex;
|
|
3717
4346
|
}/**
|
|
3718
4347
|
* Do not edit directly
|
|
3719
|
-
* Generated on Mon,
|
|
4348
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
3720
4349
|
*/
|
|
3721
4350
|
:host([disabled]) {
|
|
3722
4351
|
cursor: not-allowed;
|
|
@@ -3853,7 +4482,7 @@ dialog.fixed {
|
|
|
3853
4482
|
transform: translate(0, -50%);
|
|
3854
4483
|
}/**
|
|
3855
4484
|
* Do not edit directly
|
|
3856
|
-
* Generated on Mon,
|
|
4485
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
3857
4486
|
*/
|
|
3858
4487
|
.base {
|
|
3859
4488
|
box-sizing: border-box;
|
|
@@ -3887,6 +4516,15 @@ dialog.fixed {
|
|
|
3887
4516
|
background-color: var(--vvd-color-canvas-text, currentColor);
|
|
3888
4517
|
opacity: 0.5;
|
|
3889
4518
|
}
|
|
4519
|
+
.base:focus-visible {
|
|
4520
|
+
outline: none;
|
|
4521
|
+
}
|
|
4522
|
+
.base .focus-indicator {
|
|
4523
|
+
pointer-events: none;
|
|
4524
|
+
}
|
|
4525
|
+
.base:not(:focus-visible) .focus-indicator {
|
|
4526
|
+
display: none;
|
|
4527
|
+
}
|
|
3890
4528
|
|
|
3891
4529
|
.main-wrapper {
|
|
3892
4530
|
display: flex;
|
|
@@ -3994,7 +4632,7 @@ slot[name=main] {
|
|
|
3994
4632
|
border-radius: inherit;
|
|
3995
4633
|
}/**
|
|
3996
4634
|
* Do not edit directly
|
|
3997
|
-
* Generated on Mon,
|
|
4635
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
3998
4636
|
*/
|
|
3999
4637
|
.positioning-region {
|
|
4000
4638
|
display: flex;
|
|
@@ -4011,9 +4649,10 @@ label + .positioning-region {
|
|
|
4011
4649
|
label {
|
|
4012
4650
|
color: var(--vvd-color-canvas-text);
|
|
4013
4651
|
font: var(--vvd-typography-base);
|
|
4014
|
-
}
|
|
4652
|
+
}/* #region SPACES */
|
|
4653
|
+
/**
|
|
4015
4654
|
* Do not edit directly
|
|
4016
|
-
* Generated on Mon,
|
|
4655
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
4017
4656
|
*/
|
|
4018
4657
|
@supports selector(:focus-visible) {
|
|
4019
4658
|
:host(:focus-visible) {
|
|
@@ -4144,10 +4783,15 @@ slot[name=icon] {
|
|
|
4144
4783
|
}
|
|
4145
4784
|
:host(:not(.vertical)):host(:not([aria-selected=true])) .base::after {
|
|
4146
4785
|
opacity: 0;
|
|
4147
|
-
}
|
|
4786
|
+
}/* #region SPACES */
|
|
4787
|
+
/**
|
|
4148
4788
|
* Do not edit directly
|
|
4149
|
-
* Generated on Mon,
|
|
4789
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
4150
4790
|
*/
|
|
4791
|
+
:host {
|
|
4792
|
+
display: block;
|
|
4793
|
+
}
|
|
4794
|
+
|
|
4151
4795
|
.base {
|
|
4152
4796
|
display: grid;
|
|
4153
4797
|
box-sizing: border-box;
|
|
@@ -4174,6 +4818,7 @@ slot[name=icon] {
|
|
|
4174
4818
|
.base:not(.orientation-vertical) {
|
|
4175
4819
|
grid-template-columns: 1fr;
|
|
4176
4820
|
grid-template-rows: auto 1fr;
|
|
4821
|
+
max-block-size: 100%;
|
|
4177
4822
|
}
|
|
4178
4823
|
|
|
4179
4824
|
.tablist {
|
|
@@ -4220,13 +4865,16 @@ slot[name=icon] {
|
|
|
4220
4865
|
}
|
|
4221
4866
|
|
|
4222
4867
|
.tabpanel {
|
|
4223
|
-
|
|
4224
|
-
}
|
|
4225
|
-
.base.orientation-vertical .tabpanel {
|
|
4868
|
+
box-sizing: border-box;
|
|
4226
4869
|
block-size: 100%;
|
|
4870
|
+
min-block-size: 0;
|
|
4871
|
+
min-inline-size: 0;
|
|
4227
4872
|
overflow-x: hidden;
|
|
4228
4873
|
overflow-y: auto;
|
|
4229
4874
|
}
|
|
4875
|
+
.base.gutters-small .tabpanel {
|
|
4876
|
+
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)));
|
|
4877
|
+
}
|
|
4230
4878
|
|
|
4231
4879
|
.active-indicator {
|
|
4232
4880
|
background: currentColor;
|
|
@@ -4264,7 +4912,7 @@ slot[name=icon] {
|
|
|
4264
4912
|
gap: 4px;
|
|
4265
4913
|
}/**
|
|
4266
4914
|
* Do not edit directly
|
|
4267
|
-
* Generated on Mon,
|
|
4915
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
4268
4916
|
*/
|
|
4269
4917
|
:host {
|
|
4270
4918
|
display: inline-flex;
|
|
@@ -4365,7 +5013,7 @@ slot[name=icon] {
|
|
|
4365
5013
|
justify-content: center;
|
|
4366
5014
|
background-color: var(--_appearance-color-fill);
|
|
4367
5015
|
block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
|
|
4368
|
-
border-radius:
|
|
5016
|
+
border-radius: 4px;
|
|
4369
5017
|
box-shadow: inset 0 0 0 2px var(--_appearance-color-outline);
|
|
4370
5018
|
color: var(--_appearance-color-text);
|
|
4371
5019
|
inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
|
|
@@ -4414,7 +5062,7 @@ label {
|
|
|
4414
5062
|
--_low-ink-color: var(--vvd-color-neutral-600);
|
|
4415
5063
|
}/**
|
|
4416
5064
|
* Do not edit directly
|
|
4417
|
-
* Generated on Mon,
|
|
5065
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
4418
5066
|
*/
|
|
4419
5067
|
:host {
|
|
4420
5068
|
display: block;
|
|
@@ -4433,14 +5081,15 @@ label {
|
|
|
4433
5081
|
inline-size: 1px;
|
|
4434
5082
|
}/**
|
|
4435
5083
|
* Do not edit directly
|
|
4436
|
-
* Generated on Mon,
|
|
5084
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
4437
5085
|
*/
|
|
4438
5086
|
:host {
|
|
4439
5087
|
display: inline-block;
|
|
4440
5088
|
}
|
|
4441
5089
|
|
|
4442
5090
|
.base {
|
|
4443
|
-
--_text-field-gutter: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2.5);
|
|
5091
|
+
--_text-field-gutter-start: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2.5);
|
|
5092
|
+
--_text-field-gutter-end: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2.5);
|
|
4444
5093
|
--_text-field-icon-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);
|
|
4445
5094
|
display: inline-grid;
|
|
4446
5095
|
width: 100%;
|
|
@@ -4487,6 +5136,26 @@ label {
|
|
|
4487
5136
|
--_appearance-color-fill: transparent;
|
|
4488
5137
|
--_appearance-color-outline: transparent;
|
|
4489
5138
|
}
|
|
5139
|
+
.base:where(.error):where(:not(:disabled, .disabled)) {
|
|
5140
|
+
--_appearance-color-text: notSet;
|
|
5141
|
+
--_appearance-color-fill: var(--vvd-color-alert-50);
|
|
5142
|
+
--_appearance-color-outline: var(--vvd-color-alert-500);
|
|
5143
|
+
}
|
|
5144
|
+
.base:where(.error):where(:not(:disabled, .disabled)).appearance-ghost {
|
|
5145
|
+
--_appearance-color-text: notSet;
|
|
5146
|
+
--_appearance-color-fill: var(--vvd-color-alert-50);
|
|
5147
|
+
--_appearance-color-outline: transparent;
|
|
5148
|
+
}
|
|
5149
|
+
.base:where(.success):where(:not(:disabled, .disabled)) {
|
|
5150
|
+
--_appearance-color-text: notSet;
|
|
5151
|
+
--_appearance-color-fill: var(--vvd-color-success-50);
|
|
5152
|
+
--_appearance-color-outline: var(--vvd-color-success-500);
|
|
5153
|
+
}
|
|
5154
|
+
.base:where(.success):where(:not(:disabled, .disabled)).appearance-ghost {
|
|
5155
|
+
--_appearance-color-text: notSet;
|
|
5156
|
+
--_appearance-color-fill: var(--vvd-color-success-50);
|
|
5157
|
+
--_appearance-color-outline: transparent;
|
|
5158
|
+
}
|
|
4490
5159
|
.base.connotation-success {
|
|
4491
5160
|
/* @cssprop [--vvd-text-field-success-primary=var(--vvd-color-success-500)] */
|
|
4492
5161
|
--_connotation-color-primary: var(--vvd-text-field-success-primary, var(--vvd-color-success-500));
|
|
@@ -4543,8 +5212,12 @@ label {
|
|
|
4543
5212
|
|
|
4544
5213
|
.label:not(slot),
|
|
4545
5214
|
.label::slotted(label) {
|
|
4546
|
-
|
|
4547
|
-
|
|
5215
|
+
/* As label is in light dom, use !important and initial to prevent values getting overridden by global CSS resets etc. */
|
|
5216
|
+
box-sizing: initial !important;
|
|
5217
|
+
padding: initial !important;
|
|
5218
|
+
margin: initial !important;
|
|
5219
|
+
color: var(--vvd-color-canvas-text) !important;
|
|
5220
|
+
contain: inline-size !important;
|
|
4548
5221
|
font: var(--vvd-typography-base);
|
|
4549
5222
|
grid-column: 1/4;
|
|
4550
5223
|
grid-row: 1;
|
|
@@ -4605,23 +5278,25 @@ label {
|
|
|
4605
5278
|
}
|
|
4606
5279
|
|
|
4607
5280
|
.control:not(slot), .control::slotted(input) {
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
|
|
4612
|
-
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
|
-
|
|
5281
|
+
/* As input is in light dom, use !important and initial to prevent values getting overridden by global CSS resets etc. */
|
|
5282
|
+
width: 100% !important;
|
|
5283
|
+
box-sizing: border-box !important;
|
|
5284
|
+
border: 0 none !important;
|
|
5285
|
+
margin: initial !important;
|
|
5286
|
+
appearance: none !important; /* for box-shadow visibility on IOS */
|
|
5287
|
+
background-color: transparent !important;
|
|
5288
|
+
block-size: 100% !important;
|
|
5289
|
+
border-radius: inherit !important;
|
|
5290
|
+
color: inherit !important;
|
|
4616
5291
|
font: inherit;
|
|
4617
|
-
padding-block: 0;
|
|
4618
|
-
padding-inline-end: var(--_text-field-gutter);
|
|
4619
|
-
padding-inline-start: var(--_text-field-gutter);
|
|
5292
|
+
padding-block: 0 !important;
|
|
5293
|
+
padding-inline-end: var(--_text-field-gutter-end) !important;
|
|
5294
|
+
padding-inline-start: var(--_text-field-gutter-start) !important;
|
|
4620
5295
|
}
|
|
4621
5296
|
.control:not(slot):disabled, .control::slotted(input:disabled) {
|
|
4622
|
-
cursor: not-allowed;
|
|
4623
|
-
opacity: 1; /* 2. correct opacity on iOS */
|
|
4624
|
-
-webkit-text-fill-color: var(--_appearance-color-text); /* 1. sets text fill to current `color` for safari */
|
|
5297
|
+
cursor: not-allowed !important;
|
|
5298
|
+
opacity: 1 !important; /* 2. correct opacity on iOS */
|
|
5299
|
+
-webkit-text-fill-color: var(--_appearance-color-text) !important; /* 1. sets text fill to current `color` for safari */
|
|
4625
5300
|
}
|
|
4626
5301
|
.control:not(slot)::placeholder {
|
|
4627
5302
|
opacity: 1 !important; /* 2. correct opacity on iOS */
|
|
@@ -4631,7 +5306,7 @@ label {
|
|
|
4631
5306
|
outline: none;
|
|
4632
5307
|
}
|
|
4633
5308
|
.has-icon .control:not(slot), .has-icon .control::slotted(input) {
|
|
4634
|
-
padding-inline-start: calc(var(--_text-field-icon-size) + var(--_text-field-gutter) * 2);
|
|
5309
|
+
padding-inline-start: calc(var(--_text-field-icon-size) + var(--_text-field-gutter-start) * 2) !important;
|
|
4635
5310
|
}
|
|
4636
5311
|
|
|
4637
5312
|
.icon {
|
|
@@ -4640,7 +5315,7 @@ label {
|
|
|
4640
5315
|
color: var(--_low-ink-color);
|
|
4641
5316
|
font-size: var(--_text-field-icon-size);
|
|
4642
5317
|
inset-block-start: 50%;
|
|
4643
|
-
inset-inline-start: calc(100% + var(--_text-field-gutter));
|
|
5318
|
+
inset-inline-start: calc(100% + var(--_text-field-gutter-start));
|
|
4644
5319
|
line-height: 1;
|
|
4645
5320
|
transform: translateY(-50%);
|
|
4646
5321
|
}
|
|
@@ -4667,9 +5342,10 @@ label {
|
|
|
4667
5342
|
display: none;
|
|
4668
5343
|
}
|
|
4669
5344
|
|
|
4670
|
-
.
|
|
4671
|
-
|
|
5345
|
+
.base {
|
|
5346
|
+
--_text-field-gutter-end: 70px;
|
|
4672
5347
|
}
|
|
5348
|
+
|
|
4673
5349
|
.control::-webkit-outer-spin-button, .control::-webkit-inner-spin-button {
|
|
4674
5350
|
appearance: none;
|
|
4675
5351
|
}
|
|
@@ -4694,7 +5370,7 @@ label {
|
|
|
4694
5370
|
pointer-events: none;
|
|
4695
5371
|
}/**
|
|
4696
5372
|
* Do not edit directly
|
|
4697
|
-
* Generated on Mon,
|
|
5373
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
4698
5374
|
*/
|
|
4699
5375
|
@supports selector(:focus-visible) {
|
|
4700
5376
|
:host(:focus-visible) {
|
|
@@ -4875,7 +5551,7 @@ label {
|
|
|
4875
5551
|
--_select-control-border-radius: 6px;
|
|
4876
5552
|
}/**
|
|
4877
5553
|
* Do not edit directly
|
|
4878
|
-
* Generated on Mon,
|
|
5554
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
4879
5555
|
*/
|
|
4880
5556
|
:host(.disabled) {
|
|
4881
5557
|
cursor: not-allowed;
|
|
@@ -5006,7 +5682,7 @@ label {
|
|
|
5006
5682
|
align-items: center;
|
|
5007
5683
|
background-color: var(--_appearance-color-fill);
|
|
5008
5684
|
block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
|
|
5009
|
-
border-radius:
|
|
5685
|
+
border-radius: 40px;
|
|
5010
5686
|
box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
|
|
5011
5687
|
inline-size: var(--_switch-inline-size);
|
|
5012
5688
|
transition: all 0.2s ease-in-out 0s;
|
|
@@ -5058,15 +5734,14 @@ label {
|
|
|
5058
5734
|
display: none;
|
|
5059
5735
|
}/**
|
|
5060
5736
|
* Do not edit directly
|
|
5061
|
-
* Generated on Mon,
|
|
5737
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
5062
5738
|
*/
|
|
5063
5739
|
:host {
|
|
5064
5740
|
position: relative;
|
|
5065
5741
|
}
|
|
5066
5742
|
|
|
5067
|
-
.
|
|
5068
|
-
|
|
5069
|
-
padding-inline-end: 44px !important;
|
|
5743
|
+
.base {
|
|
5744
|
+
--_text-field-gutter-end: 44px;
|
|
5070
5745
|
}
|
|
5071
5746
|
|
|
5072
5747
|
.icon {
|
|
@@ -5122,7 +5797,7 @@ label {
|
|
|
5122
5797
|
inline-size: 100%;
|
|
5123
5798
|
}/**
|
|
5124
5799
|
* Do not edit directly
|
|
5125
|
-
* Generated on Mon,
|
|
5800
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
5126
5801
|
*/
|
|
5127
5802
|
:host {
|
|
5128
5803
|
display: block;
|
|
@@ -5237,7 +5912,7 @@ label {
|
|
|
5237
5912
|
display: none;
|
|
5238
5913
|
}/**
|
|
5239
5914
|
* Do not edit directly
|
|
5240
|
-
* Generated on Mon,
|
|
5915
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
5241
5916
|
*/
|
|
5242
5917
|
:host {
|
|
5243
5918
|
display: inline-block;
|
|
@@ -5289,6 +5964,26 @@ label {
|
|
|
5289
5964
|
--_appearance-color-fill: transparent;
|
|
5290
5965
|
--_appearance-color-outline: transparent;
|
|
5291
5966
|
}
|
|
5967
|
+
.base:where(.error):where(:not(:disabled, .disabled)) {
|
|
5968
|
+
--_appearance-color-text: notSet;
|
|
5969
|
+
--_appearance-color-fill: var(--vvd-color-alert-50);
|
|
5970
|
+
--_appearance-color-outline: var(--vvd-color-alert-500);
|
|
5971
|
+
}
|
|
5972
|
+
.base:where(.error):where(:not(:disabled, .disabled)).appearance-ghost {
|
|
5973
|
+
--_appearance-color-text: notSet;
|
|
5974
|
+
--_appearance-color-fill: var(--vvd-color-alert-50);
|
|
5975
|
+
--_appearance-color-outline: transparent;
|
|
5976
|
+
}
|
|
5977
|
+
.base:where(.success):where(:not(:disabled, .disabled)) {
|
|
5978
|
+
--_appearance-color-text: notSet;
|
|
5979
|
+
--_appearance-color-fill: var(--vvd-color-success-50);
|
|
5980
|
+
--_appearance-color-outline: var(--vvd-color-success-500);
|
|
5981
|
+
}
|
|
5982
|
+
.base:where(.success):where(:not(:disabled, .disabled)).appearance-ghost {
|
|
5983
|
+
--_appearance-color-text: notSet;
|
|
5984
|
+
--_appearance-color-fill: var(--vvd-color-success-50);
|
|
5985
|
+
--_appearance-color-outline: transparent;
|
|
5986
|
+
}
|
|
5292
5987
|
.base.connotation-success {
|
|
5293
5988
|
/* @cssprop [--vvd-text-area-success-primary=var(--vvd-color-success-500)] */
|
|
5294
5989
|
--_connotation-color-primary: var(--vvd-text-area-success-primary, var(--vvd-color-success-500));
|
|
@@ -5397,7 +6092,7 @@ label {
|
|
|
5397
6092
|
resize: vertical;
|
|
5398
6093
|
}/**
|
|
5399
6094
|
* Do not edit directly
|
|
5400
|
-
* Generated on Mon,
|
|
6095
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
5401
6096
|
*/
|
|
5402
6097
|
:host {
|
|
5403
6098
|
display: inline-block;
|
|
@@ -5560,13 +6255,15 @@ label {
|
|
|
5560
6255
|
.popup-wrapper {
|
|
5561
6256
|
z-index: 10;
|
|
5562
6257
|
border-radius: 6px;
|
|
5563
|
-
inline-size:
|
|
6258
|
+
inline-size: max-content;
|
|
5564
6259
|
}
|
|
5565
6260
|
.popup-wrapper:not(.absolute) {
|
|
5566
6261
|
position: fixed;
|
|
5567
6262
|
}
|
|
5568
6263
|
.popup-wrapper.absolute {
|
|
5569
6264
|
position: absolute;
|
|
6265
|
+
top: 0;
|
|
6266
|
+
left: 0;
|
|
5570
6267
|
}
|
|
5571
6268
|
|
|
5572
6269
|
.popup-content {
|
|
@@ -5593,7 +6290,7 @@ label {
|
|
|
5593
6290
|
margin-inline-end: 4px;
|
|
5594
6291
|
}/**
|
|
5595
6292
|
* Do not edit directly
|
|
5596
|
-
* Generated on Mon,
|
|
6293
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
5597
6294
|
*/
|
|
5598
6295
|
@supports selector(:focus-visible) {
|
|
5599
6296
|
:host(:focus-visible) {
|
|
@@ -5601,7 +6298,7 @@ label {
|
|
|
5601
6298
|
}
|
|
5602
6299
|
}
|
|
5603
6300
|
:host([disabled]) {
|
|
5604
|
-
|
|
6301
|
+
pointer-events: none;
|
|
5605
6302
|
}
|
|
5606
6303
|
|
|
5607
6304
|
.base {
|
|
@@ -5676,9 +6373,6 @@ label {
|
|
|
5676
6373
|
.base:not(.disabled) {
|
|
5677
6374
|
cursor: pointer;
|
|
5678
6375
|
}
|
|
5679
|
-
.base.disabled {
|
|
5680
|
-
pointer-events: none;
|
|
5681
|
-
}
|
|
5682
6376
|
|
|
5683
6377
|
.focus-indicator {
|
|
5684
6378
|
border-radius: 6px;
|
|
@@ -5769,12 +6463,9 @@ label {
|
|
|
5769
6463
|
block-size: inherit;
|
|
5770
6464
|
inline-size: 100%;
|
|
5771
6465
|
max-block-size: inherit;
|
|
5772
|
-
}
|
|
5773
|
-
.base::-webkit-scrollbar {
|
|
5774
|
-
display: none;
|
|
5775
6466
|
}/**
|
|
5776
6467
|
* Do not edit directly
|
|
5777
|
-
* Generated on Mon,
|
|
6468
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
5778
6469
|
*/
|
|
5779
6470
|
.base {
|
|
5780
6471
|
display: grid;
|
|
@@ -5843,7 +6534,7 @@ label {
|
|
|
5843
6534
|
background-color: var(--_appearance-color-fill);
|
|
5844
6535
|
}/**
|
|
5845
6536
|
* Do not edit directly
|
|
5846
|
-
* Generated on Mon,
|
|
6537
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
5847
6538
|
*/
|
|
5848
6539
|
:host {
|
|
5849
6540
|
min-inline-size: 80px;
|
|
@@ -5940,7 +6631,7 @@ slot {
|
|
|
5940
6631
|
margin-inline-start: auto;
|
|
5941
6632
|
}/**
|
|
5942
6633
|
* Do not edit directly
|
|
5943
|
-
* Generated on Mon,
|
|
6634
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
5944
6635
|
*/
|
|
5945
6636
|
ol {
|
|
5946
6637
|
padding: 0;
|
|
@@ -6200,7 +6891,7 @@ ol {
|
|
|
6200
6891
|
text-transform: uppercase;
|
|
6201
6892
|
}/**
|
|
6202
6893
|
* Do not edit directly
|
|
6203
|
-
* Generated on Mon,
|
|
6894
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
6204
6895
|
*/
|
|
6205
6896
|
:host {
|
|
6206
6897
|
display: inline-block;
|
|
@@ -6393,8 +7084,8 @@ ol {
|
|
|
6393
7084
|
--_appearance-color-outline: transparent;
|
|
6394
7085
|
}
|
|
6395
7086
|
.button:where(.selected, [aria-current]):where(:disabled, .disabled) {
|
|
6396
|
-
--_appearance-color-text: var(--
|
|
6397
|
-
--_appearance-color-fill: var(--
|
|
7087
|
+
--_appearance-color-text: var(--vvd-color-neutral-300);
|
|
7088
|
+
--_appearance-color-fill: var(--vvd-color-neutral-200);
|
|
6398
7089
|
--_appearance-color-outline: transparent;
|
|
6399
7090
|
}
|
|
6400
7091
|
.button .focus-indicator {
|