@vonage/vivid 3.36.0 → 3.38.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.
Files changed (168) hide show
  1. package/accordion/index.js +3 -4
  2. package/accordion-item/index.js +3 -2
  3. package/alert/index.js +5 -4
  4. package/avatar/index.js +1 -1
  5. package/badge/index.js +2 -1
  6. package/banner/index.js +4 -3
  7. package/breadcrumb/index.js +0 -1
  8. package/breadcrumb-item/index.js +3 -2
  9. package/button/index.js +4 -3
  10. package/card/index.js +2 -3
  11. package/checkbox/index.js +3 -4
  12. package/combobox/index.js +7 -8
  13. package/custom-elements.json +386 -758
  14. package/data-grid/index.js +2 -3
  15. package/date-picker/index.js +10 -9
  16. package/date-range-picker/index.js +36 -0
  17. package/dialog/index.js +6 -7
  18. package/divider/index.js +1 -1
  19. package/elevation/index.js +1 -1
  20. package/empty-state/index.js +2 -3
  21. package/fab/index.js +4 -3
  22. package/file-picker/index.js +6 -4
  23. package/focus/index.js +1 -1
  24. package/header/index.js +2 -2
  25. package/icon/index.js +1 -1
  26. package/index.js +44 -42
  27. package/layout/index.js +1 -1
  28. package/lib/components.d.ts +1 -0
  29. package/lib/date-picker/date-picker.d.ts +5 -15
  30. package/lib/date-range-picker/date-range-picker.d.ts +16 -0
  31. package/lib/date-range-picker/definition.d.ts +3 -0
  32. package/lib/file-picker/file-picker.d.ts +8 -5
  33. package/lib/file-picker/file-picker.form-associated.d.ts +10 -0
  34. package/lib/file-picker/locale.d.ts +6 -0
  35. package/lib/number-field/number-field.d.ts +6 -2
  36. package/lib/tag-group/tag-group.d.ts +1 -0
  37. package/lib/tree-item/tree-item.template.d.ts +1 -1
  38. package/listbox/index.js +4 -5
  39. package/locales/en-GB.js +27 -3
  40. package/locales/en-US.js +27 -3
  41. package/locales/ja-JP.js +25 -1
  42. package/locales/zh-CN.js +25 -1
  43. package/menu/index.js +8 -9
  44. package/menu-item/index.js +4 -5
  45. package/nav/index.js +1 -1
  46. package/nav-disclosure/index.js +4 -3
  47. package/nav-item/index.js +4 -3
  48. package/note/index.js +3 -2
  49. package/number-field/index.js +6 -5
  50. package/option/index.js +4 -3
  51. package/package.json +1 -1
  52. package/pagination/index.js +5 -5
  53. package/popup/index.js +6 -5
  54. package/progress/index.js +1 -1
  55. package/progress-ring/index.js +1 -1
  56. package/radio/index.js +2 -2
  57. package/radio-group/index.js +2 -3
  58. package/select/index.js +8 -9
  59. package/shared/affix.js +5 -1
  60. package/shared/apply-mixins.js +1 -1
  61. package/shared/children.js +2 -2
  62. package/shared/date-picker/calendar/dateRange.d.ts +5 -0
  63. package/shared/date-picker/calendar/presentationDateRange.d.ts +5 -0
  64. package/shared/date-picker/date-picker-base.d.ts +20 -0
  65. package/shared/date-picker/date-picker-base.form-associated.d.ts +10 -0
  66. package/shared/date-picker/date-picker-base.template.d.ts +4 -0
  67. package/{lib → shared}/date-picker/locale.d.ts +6 -0
  68. package/shared/definition.js +5 -5
  69. package/shared/definition10.js +9 -14
  70. package/shared/definition11.js +1 -1
  71. package/shared/definition12.js +1 -1
  72. package/shared/definition13.js +3 -3
  73. package/shared/definition14.js +3 -3
  74. package/shared/definition15.js +5 -5
  75. package/shared/definition16.js +4 -5
  76. package/shared/definition17.js +59 -6016
  77. package/shared/definition18.js +350 -213
  78. package/shared/definition19.js +251 -67
  79. package/shared/definition2.js +2 -3
  80. package/shared/definition20.js +66 -58
  81. package/shared/definition21.js +43 -83
  82. package/shared/definition22.js +75 -2298
  83. package/shared/definition23.js +2361 -45
  84. package/shared/definition24.js +63 -27
  85. package/shared/definition25.js +24 -51
  86. package/shared/definition26.js +36 -806
  87. package/shared/definition27.js +820 -49
  88. package/shared/definition28.js +52 -89
  89. package/shared/definition29.js +88 -24
  90. package/shared/definition3.js +1 -1
  91. package/shared/definition30.js +25 -12
  92. package/shared/definition31.js +12 -53
  93. package/shared/definition32.js +29 -441
  94. package/shared/definition33.js +427 -197
  95. package/shared/definition34.js +260 -174
  96. package/shared/definition35.js +187 -69
  97. package/shared/definition36.js +68 -55
  98. package/shared/definition37.js +61 -422
  99. package/shared/definition38.js +435 -35
  100. package/shared/definition39.js +30 -679
  101. package/shared/definition4.js +3 -3
  102. package/shared/definition40.js +661 -77
  103. package/shared/definition41.js +77 -557
  104. package/shared/definition42.js +559 -106
  105. package/shared/definition43.js +105 -136
  106. package/shared/definition44.js +153 -17
  107. package/shared/definition45.js +16 -79
  108. package/shared/definition46.js +53 -475
  109. package/shared/definition47.js +506 -20
  110. package/shared/definition48.js +22 -121
  111. package/shared/definition49.js +115 -262
  112. package/shared/definition5.js +2 -2
  113. package/shared/definition50.js +248 -120
  114. package/shared/definition51.js +139 -123
  115. package/shared/definition52.js +84 -74
  116. package/shared/definition53.js +114 -70
  117. package/shared/definition54.js +81 -292
  118. package/shared/definition55.js +302 -13
  119. package/shared/definition56.js +11 -41
  120. package/shared/definition57.js +20 -154
  121. package/shared/definition58.js +181 -0
  122. package/shared/definition6.js +5 -5
  123. package/shared/definition7.js +4 -4
  124. package/shared/definition8.js +3 -3
  125. package/shared/definition9.js +1 -2
  126. package/shared/index.js +1 -1
  127. package/shared/index2.js +1 -1
  128. package/shared/listbox.js +1 -1
  129. package/shared/localization/Locale.d.ts +3 -1
  130. package/shared/localized.js +9 -0
  131. package/shared/patterns/affix.d.ts +3 -1
  132. package/shared/presentationDate.js +6133 -0
  133. package/shared/ref.js +1 -1
  134. package/shared/slotted.js +73 -3
  135. package/shared/text-anchor.template.js +4 -4
  136. package/shared/text-field.js +1 -1
  137. package/side-drawer/index.js +1 -1
  138. package/slider/index.js +2 -2
  139. package/split-button/index.js +4 -3
  140. package/style.css +265 -197
  141. package/styles/core/all.css +44 -13
  142. package/styles/core/theme.css +1 -1
  143. package/styles/core/typography.css +44 -13
  144. package/styles/tokens/theme-dark.css +4 -4
  145. package/styles/tokens/theme-light.css +4 -4
  146. package/styles/tokens/vivid-2-compat.css +1 -1
  147. package/switch/index.js +4 -3
  148. package/tab/index.js +4 -3
  149. package/tab-panel/index.js +1 -1
  150. package/tabs/index.js +6 -7
  151. package/tag/index.js +4 -3
  152. package/tag-group/index.js +1 -1
  153. package/text-anchor/index.js +1 -0
  154. package/text-area/index.js +4 -3
  155. package/text-field/index.js +4 -5
  156. package/toggletip/index.js +7 -6
  157. package/tooltip/index.js +7 -6
  158. package/tree-item/index.js +4 -5
  159. package/tree-view/index.js +1 -2
  160. package/vivid.api.json +105 -0
  161. package/lib/date-picker/date-picker.template.d.ts +0 -4
  162. package/shared/node-observation.js +0 -74
  163. /package/{lib → shared}/date-picker/calendar/calendarGrid.d.ts +0 -0
  164. /package/{lib → shared}/date-picker/calendar/dateStr.d.ts +0 -0
  165. /package/{lib → shared}/date-picker/calendar/month.d.ts +0 -0
  166. /package/{lib → shared}/date-picker/calendar/monthPickerGrid.d.ts +0 -0
  167. /package/{lib → shared}/date-picker/calendar/presentationDate.d.ts +0 -0
  168. /package/{lib → shared}/date-picker/calendar/year.d.ts +0 -0
package/style.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3
+ * Generated on Fri, 13 Oct 2023 14:45:50 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 Wed, 13 Sep 2023 10:58:27 GMT
320
+ * Generated on Fri, 13 Oct 2023 14:45:50 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 Wed, 13 Sep 2023 10:58:27 GMT
338
+ * Generated on Fri, 13 Oct 2023 14:45:50 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 Wed, 13 Sep 2023 10:58:27 GMT
363
+ * Generated on Fri, 13 Oct 2023 14:45:50 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 Wed, 13 Sep 2023 10:58:27 GMT
500
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
501
501
  */
502
502
  .base {
503
503
  display: flex;
@@ -548,13 +548,17 @@ p {
548
548
  display: none;
549
549
  }/**
550
550
  * Do not edit directly
551
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
551
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
552
552
  */
553
553
  @supports selector(:focus-visible) {
554
554
  :host(:focus-visible) {
555
555
  outline: none;
556
556
  }
557
557
  }
558
+ :host([disabled]) {
559
+ cursor: not-allowed;
560
+ }
561
+
558
562
  .base {
559
563
  display: inline-flex;
560
564
  align-items: center;
@@ -625,7 +629,6 @@ p {
625
629
  }
626
630
  }
627
631
  .base.disabled {
628
- cursor: not-allowed;
629
632
  pointer-events: none;
630
633
  }
631
634
 
@@ -668,7 +671,7 @@ label {
668
671
  display: none;
669
672
  }/**
670
673
  * Do not edit directly
671
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
674
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
672
675
  */
673
676
  :host {
674
677
  display: inline-block;
@@ -679,6 +682,10 @@ label {
679
682
  outline: none;
680
683
  }
681
684
 
685
+ :host([disabled]) {
686
+ cursor: not-allowed;
687
+ }
688
+
682
689
  .base {
683
690
  position: relative;
684
691
  display: inline-flex;
@@ -748,11 +755,10 @@ label {
748
755
 
749
756
  .base.disabled ::slotted([role=option]) {
750
757
  --_option-appearance-color-text: var(--_appearance-color-outline);
751
- cursor: not-allowed;
752
758
  pointer-events: none;
753
759
  }/**
754
760
  * Do not edit directly
755
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
761
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
756
762
  */
757
763
  :host {
758
764
  display: inline-block;
@@ -816,7 +822,7 @@ label {
816
822
  margin-block: 4px;
817
823
  }/**
818
824
  * Do not edit directly
819
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
825
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
820
826
  */
821
827
  .control {
822
828
  position: fixed;
@@ -973,7 +979,7 @@ label {
973
979
  filter: none;
974
980
  }/**
975
981
  * Do not edit directly
976
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
982
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
977
983
  */
978
984
  .base {
979
985
  align-items: center;
@@ -1096,7 +1102,7 @@ label {
1096
1102
  }
1097
1103
  }/**
1098
1104
  * Do not edit directly
1099
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1105
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1100
1106
  */
1101
1107
  .base {
1102
1108
  display: inline-flex;
@@ -1203,7 +1209,7 @@ label {
1203
1209
  object-fit: cover;
1204
1210
  }/**
1205
1211
  * Do not edit directly
1206
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1212
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1207
1213
  */
1208
1214
  .base {
1209
1215
  --_badge-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
@@ -1366,17 +1372,17 @@ label {
1366
1372
  }
1367
1373
 
1368
1374
  /* Icon */
1369
- .icon {
1370
- display: flex;
1375
+ slot[name=icon] {
1371
1376
  flex-shrink: 0;
1372
1377
  font-size: calc(var(--_badge-block-size) / 1.6667);
1373
1378
  line-height: 1;
1374
1379
  }
1375
- .icon-trailing .icon {
1380
+ .icon-trailing slot[name=icon] {
1381
+ display: flex;
1376
1382
  order: 1;
1377
1383
  }/**
1378
1384
  * Do not edit directly
1379
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1385
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1380
1386
  */
1381
1387
  .control {
1382
1388
  overflow: hidden;
@@ -1440,7 +1446,7 @@ label {
1440
1446
  inline-size: 100%;
1441
1447
  padding-inline: 16px;
1442
1448
  }
1443
- .header .content .icon {
1449
+ .header .content slot[name=icon] {
1444
1450
  flex-shrink: 0;
1445
1451
  font-size: 20px;
1446
1452
  line-height: 1;
@@ -1453,7 +1459,7 @@ label {
1453
1459
  margin-inline-end: 8px;
1454
1460
  }/**
1455
1461
  * Do not edit directly
1456
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1462
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1457
1463
  */
1458
1464
  .base {
1459
1465
  display: flex;
@@ -1493,7 +1499,7 @@ label {
1493
1499
  display: none;
1494
1500
  }/**
1495
1501
  * Do not edit directly
1496
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1502
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1497
1503
  */
1498
1504
  :host {
1499
1505
  display: flex;
@@ -1594,7 +1600,7 @@ label {
1594
1600
  margin-inline-start: auto;
1595
1601
  }/**
1596
1602
  * Do not edit directly
1597
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1603
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1598
1604
  */
1599
1605
  :host {
1600
1606
  display: block;
@@ -1643,7 +1649,7 @@ header {
1643
1649
  display: none;
1644
1650
  }/**
1645
1651
  * Do not edit directly
1646
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1652
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1647
1653
  */
1648
1654
  .control {
1649
1655
  position: relative;
@@ -1767,16 +1773,17 @@ header {
1767
1773
  }
1768
1774
 
1769
1775
  /* Icon */
1770
- .icon {
1776
+ slot[name=icon] {
1771
1777
  line-height: 1;
1772
1778
  }
1773
- .icon-trailing .icon {
1779
+ .icon-trailing slot[name=icon] {
1780
+ display: inline-block;
1774
1781
  order: 1;
1775
1782
  }
1776
- .control.size-extended .icon {
1783
+ .control.size-extended slot[name=icon] {
1777
1784
  font-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 16)) / 2.3333);
1778
1785
  }
1779
- .control:not(.size-extended) .icon {
1786
+ .control:not(.size-extended) slot[name=icon] {
1780
1787
  font-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);
1781
1788
  }
1782
1789
 
@@ -1787,7 +1794,7 @@ header {
1787
1794
  --focus-stroke-gap-color: transparent;
1788
1795
  }/**
1789
1796
  * Do not edit directly
1790
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1797
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1791
1798
  */
1792
1799
  .base {
1793
1800
  z-index: 1;
@@ -1929,7 +1936,7 @@ header {
1929
1936
  gap: 4px;
1930
1937
  }/**
1931
1938
  * Do not edit directly
1932
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1939
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1933
1940
  */
1934
1941
  .control {
1935
1942
  position: relative;
@@ -2031,7 +2038,7 @@ details > summary::-webkit-details-marker {
2031
2038
  display: none;
2032
2039
  }/**
2033
2040
  * Do not edit directly
2034
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2041
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2035
2042
  */
2036
2043
  .control {
2037
2044
  position: relative;
@@ -2109,12 +2116,12 @@ details > summary::-webkit-details-marker {
2109
2116
  display: none;
2110
2117
  }
2111
2118
 
2112
- .icon {
2119
+ slot[name=icon] {
2113
2120
  font-size: 20px;
2114
2121
  line-height: 1;
2115
2122
  }/**
2116
2123
  * Do not edit directly
2117
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2124
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2118
2125
  */
2119
2126
  .base {
2120
2127
  display: flex;
@@ -2182,7 +2189,7 @@ details > summary::-webkit-details-marker {
2182
2189
  }
2183
2190
  }
2184
2191
 
2185
- .icon {
2192
+ slot[name=icon] {
2186
2193
  color: var(--_appearance-color-outline);
2187
2194
  font-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
2188
2195
  }
@@ -2204,7 +2211,7 @@ details > summary::-webkit-details-marker {
2204
2211
  font: var(--vvd-typography-base);
2205
2212
  }/**
2206
2213
  * Do not edit directly
2207
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2214
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2208
2215
  */
2209
2216
  .control {
2210
2217
  display: inline-flex;
@@ -2222,6 +2229,19 @@ details > summary::-webkit-details-marker {
2222
2229
  column-gap: 4px;
2223
2230
  }
2224
2231
 
2232
+ .vwc-pagination-button[size=super-condensed] {
2233
+ --base-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
2234
+ }
2235
+ .vwc-pagination-button[size=condensed] {
2236
+ --base-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 8));
2237
+ }
2238
+ .vwc-pagination-button[size=normal] {
2239
+ --base-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2240
+ }
2241
+ .vwc-pagination-button::part(button) {
2242
+ padding-inline: 0;
2243
+ }
2244
+
2225
2245
  .dots {
2226
2246
  align-self: center;
2227
2247
  text-align: center;
@@ -2240,7 +2260,7 @@ details > summary::-webkit-details-marker {
2240
2260
  inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2241
2261
  }/**
2242
2262
  * Do not edit directly
2243
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2263
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2244
2264
  */
2245
2265
  .base {
2246
2266
  height: 6px;
@@ -2392,7 +2412,7 @@ details > summary::-webkit-details-marker {
2392
2412
  }
2393
2413
  }/**
2394
2414
  * Do not edit directly
2395
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2415
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2396
2416
  */
2397
2417
  .control {
2398
2418
  position: fixed;
@@ -2439,7 +2459,7 @@ details > summary::-webkit-details-marker {
2439
2459
  display: none;
2440
2460
  }/**
2441
2461
  * Do not edit directly
2442
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2462
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2443
2463
  */
2444
2464
  :host {
2445
2465
  display: inline-block;
@@ -2743,7 +2763,7 @@ details > summary::-webkit-details-marker {
2743
2763
  --focus-inset: -1px;
2744
2764
  }/**
2745
2765
  * Do not edit directly
2746
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2766
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2747
2767
  */
2748
2768
  .base {
2749
2769
  --tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
@@ -2902,7 +2922,7 @@ slot[name=icon] {
2902
2922
  gap: 8px;
2903
2923
  }/**
2904
2924
  * Do not edit directly
2905
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2925
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2906
2926
  */
2907
2927
  .control {
2908
2928
  display: inline-block;
@@ -2927,7 +2947,7 @@ slot[name=icon] {
2927
2947
  margin-block-start: 16px;
2928
2948
  }/**
2929
2949
  * Do not edit directly
2930
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2950
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2931
2951
  */
2932
2952
  .control {
2933
2953
  pointer-events: none;
@@ -2942,13 +2962,17 @@ slot[name=icon] {
2942
2962
  font: var(--vvd-typography-base-bold);
2943
2963
  }/**
2944
2964
  * Do not edit directly
2945
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2965
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2946
2966
  */
2947
2967
  @supports selector(:focus-visible) {
2948
2968
  :host(:focus-visible) {
2949
2969
  outline: none;
2950
2970
  }
2951
2971
  }
2972
+ :host([disabled]) {
2973
+ cursor: not-allowed;
2974
+ }
2975
+
2952
2976
  .control {
2953
2977
  position: relative;
2954
2978
  display: inline-flex;
@@ -3024,7 +3048,6 @@ slot[name=icon] {
3024
3048
  cursor: pointer;
3025
3049
  }
3026
3050
  .control.disabled {
3027
- cursor: not-allowed;
3028
3051
  pointer-events: none;
3029
3052
  }
3030
3053
  .control .text {
@@ -3059,15 +3082,15 @@ slot[name=icon] {
3059
3082
  display: none;
3060
3083
  }
3061
3084
 
3062
- .icon {
3085
+ slot[name=icon] {
3063
3086
  font-size: 20px;
3064
3087
  line-height: 1;
3065
3088
  }
3066
- .control:not(.disabled, .selected) .icon {
3089
+ .control:not(.disabled, .selected) slot[name=icon] {
3067
3090
  color: var(--vvd-color-neutral-600);
3068
3091
  }/**
3069
3092
  * Do not edit directly
3070
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3093
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3071
3094
  */
3072
3095
  .base {
3073
3096
  display: flex;
@@ -3079,7 +3102,7 @@ slot[name=icon] {
3079
3102
  border-bottom: 1px solid var(--vvd-color-neutral-200);
3080
3103
  }/**
3081
3104
  * Do not edit directly
3082
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3105
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3083
3106
  */
3084
3107
  :host {
3085
3108
  display: flex;
@@ -3174,16 +3197,16 @@ slot[name=icon] {
3174
3197
  padding-inline-start: 44px;
3175
3198
  }
3176
3199
 
3177
- .icon {
3200
+ slot[name=icon] {
3178
3201
  color: var(--vvd-color-neutral-600);
3179
3202
  }
3180
- .heading-button:not(.size-condensed) .icon {
3203
+ .heading-button:not(.size-condensed) slot[name=icon] {
3181
3204
  font: inherit;
3182
3205
  }
3183
- .heading-button.size-condensed .icon {
3206
+ .heading-button.size-condensed slot[name=icon] {
3184
3207
  font: var(--vvd-typography-base-extended);
3185
3208
  }
3186
- :host(:not([icon-trailing])) .icon:last-of-type {
3209
+ :host(:not([icon-trailing])) slot[name=icon]:last-of-type {
3187
3210
  color: var(--_appearance-color-text);
3188
3211
  }
3189
3212
 
@@ -3194,7 +3217,7 @@ button:not(:focus-visible) > .focus-indicator {
3194
3217
  display: none;
3195
3218
  }/**
3196
3219
  * Do not edit directly
3197
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3220
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3198
3221
  */
3199
3222
  :host {
3200
3223
  display: inline-block;
@@ -3478,16 +3501,17 @@ button:not(:focus-visible) > .focus-indicator {
3478
3501
  }
3479
3502
 
3480
3503
  /* Icon */
3481
- .icon {
3504
+ slot[name=icon] {
3482
3505
  line-height: 1;
3483
3506
  }
3484
- .icon-trailing .icon {
3507
+ .icon-trailing slot[name=icon] {
3508
+ display: flex;
3485
3509
  order: 1;
3486
3510
  }
3487
- .control.stacked > .icon {
3511
+ .control.stacked > slot[name=icon] {
3488
3512
  font-size: calc(var(--stacked-size) / 2);
3489
3513
  }
3490
- .control:not(.stacked) > .icon {
3514
+ .control:not(.stacked) > slot[name=icon] {
3491
3515
  font-size: calc(var(--_button-block-size) / 2);
3492
3516
  }
3493
3517
 
@@ -3510,8 +3534,12 @@ button:not(:focus-visible) > .focus-indicator {
3510
3534
  display: flex;
3511
3535
  }/**
3512
3536
  * Do not edit directly
3513
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3537
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3514
3538
  */
3539
+ :host([disabled]) {
3540
+ cursor: not-allowed;
3541
+ }
3542
+
3515
3543
  .base {
3516
3544
  position: relative; /* this is needed for the focus */
3517
3545
  display: flex;
@@ -3585,7 +3613,6 @@ button:not(:focus-visible) > .focus-indicator {
3585
3613
  cursor: pointer;
3586
3614
  }
3587
3615
  .base.disabled {
3588
- cursor: not-allowed;
3589
3616
  pointer-events: none;
3590
3617
  }
3591
3618
  .base .text {
@@ -3644,7 +3671,7 @@ dialog.fixed {
3644
3671
  transform: translate(0, -50%);
3645
3672
  }/**
3646
3673
  * Do not edit directly
3647
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3674
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3648
3675
  */
3649
3676
  .base {
3650
3677
  box-sizing: border-box;
@@ -3785,7 +3812,7 @@ slot[name=main] {
3785
3812
  border-radius: inherit;
3786
3813
  }/**
3787
3814
  * Do not edit directly
3788
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3815
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3789
3816
  */
3790
3817
  .positioning-region {
3791
3818
  display: flex;
@@ -3804,7 +3831,7 @@ label {
3804
3831
  font: var(--vvd-typography-base);
3805
3832
  }/**
3806
3833
  * Do not edit directly
3807
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3834
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3808
3835
  */
3809
3836
  @supports selector(:focus-visible) {
3810
3837
  :host(:focus-visible) {
@@ -3816,6 +3843,10 @@ label {
3816
3843
  grid-column: 1/auto;
3817
3844
  }
3818
3845
 
3846
+ :host([disabled]) {
3847
+ cursor: not-allowed;
3848
+ }
3849
+
3819
3850
  .base {
3820
3851
  position: relative;
3821
3852
  display: flex;
@@ -3891,7 +3922,6 @@ label {
3891
3922
  cursor: pointer;
3892
3923
  }
3893
3924
  .base.disabled {
3894
- cursor: not-allowed;
3895
3925
  pointer-events: none;
3896
3926
  }
3897
3927
  :host(.vertical) .base {
@@ -3934,7 +3964,7 @@ slot[name=icon] {
3934
3964
  opacity: 0;
3935
3965
  }/**
3936
3966
  * Do not edit directly
3937
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3967
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3938
3968
  */
3939
3969
  .base {
3940
3970
  display: grid;
@@ -4051,8 +4081,12 @@ slot[name=icon] {
4051
4081
  gap: 4px;
4052
4082
  }/**
4053
4083
  * Do not edit directly
4054
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
4084
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4055
4085
  */
4086
+ :host([disabled]) {
4087
+ cursor: not-allowed;
4088
+ }
4089
+
4056
4090
  .base {
4057
4091
  display: inline-flex;
4058
4092
  align-items: center;
@@ -4131,7 +4165,6 @@ slot[name=icon] {
4131
4165
  cursor: pointer;
4132
4166
  }
4133
4167
  .base.disabled {
4134
- cursor: not-allowed;
4135
4168
  pointer-events: none;
4136
4169
  }
4137
4170
 
@@ -4235,7 +4268,7 @@ label {
4235
4268
  margin-inline-end: 4px;
4236
4269
  }/**
4237
4270
  * Do not edit directly
4238
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
4271
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4239
4272
  */
4240
4273
  :host {
4241
4274
  display: block;
@@ -4254,122 +4287,7 @@ label {
4254
4287
  inline-size: 1px;
4255
4288
  }/**
4256
4289
  * Do not edit directly
4257
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
4258
- */
4259
- :host {
4260
- display: block;
4261
- max-inline-size: 400px;
4262
- }
4263
-
4264
- .base {
4265
- display: flex;
4266
- flex-direction: column;
4267
- }
4268
-
4269
- .control {
4270
- position: relative;
4271
- display: flex;
4272
- box-sizing: border-box;
4273
- flex-wrap: wrap;
4274
- align-items: center;
4275
- justify-content: center;
4276
- padding: 16px;
4277
- border: 1px dashed var(--vvd-color-neutral-400);
4278
- background-color: var(--vvd-color-cta-50);
4279
- border-radius: 6px;
4280
- color: var(--vvd-color-neutral-600);
4281
- cursor: pointer;
4282
- font: var(--vvd-typography-base);
4283
- gap: 8px;
4284
- inline-size: 100%;
4285
- min-block-size: 52px;
4286
- outline: none;
4287
- }
4288
- @supports selector(:focus-visible) {
4289
- .control:focus-visible {
4290
- outline: none;
4291
- }
4292
- }
4293
- .control:not(.size-expanded) {
4294
- min-block-size: 52px;
4295
- }
4296
- .control.size-expanded {
4297
- min-block-size: 120px;
4298
- }
4299
-
4300
- .main {
4301
- pointer-events: none;
4302
- }
4303
-
4304
- .dz-preview {
4305
- display: grid;
4306
- box-sizing: border-box;
4307
- padding: 6px 12px;
4308
- border-radius: 6px;
4309
- grid-template-columns: 1fr auto;
4310
- grid-template-rows: auto auto;
4311
- inline-size: 100%;
4312
- }
4313
- .dz-preview .dz-details {
4314
- display: flex;
4315
- min-width: 0;
4316
- flex-direction: column;
4317
- max-inline-size: 100%;
4318
- }
4319
- .dz-preview .dz-details .dz-filename {
4320
- overflow: hidden;
4321
- color: var(--vvd-color-canvas-text);
4322
- font: var(--vvd-typography-base);
4323
- text-overflow: ellipsis;
4324
- white-space: nowrap;
4325
- }
4326
- .dz-preview .dz-details .dz-size {
4327
- color: var(--vvd-color-neutral-600);
4328
- font: var(--vvd-typography-base-condensed);
4329
- }
4330
- .dz-preview .dz-error-message {
4331
- color: var(--vvd-color-alert-500);
4332
- font: var(--vvd-typography-base-condensed);
4333
- margin-block-start: 4px;
4334
- }
4335
- .dz-preview:not(.dz-error) .dz-error-message {
4336
- display: none;
4337
- }
4338
- .dz-preview.dz-error {
4339
- border: 1px solid var(--vvd-color-alert-500);
4340
- }
4341
- .dz-preview.dz-error .dz-details .dz-size,
4342
- .dz-preview.dz-error .dz-progress {
4343
- display: none;
4344
- }
4345
- .dz-preview .remove-btn {
4346
- display: inline;
4347
- align-self: center;
4348
- grid-column: 2/-1;
4349
- grid-row: 1/-1;
4350
- }
4351
-
4352
- .message {
4353
- margin-block-start: 4px;
4354
- --_low-ink-color: var(--vvd-color-neutral-600);
4355
- }
4356
-
4357
- .preview-list {
4358
- display: flex;
4359
- flex-direction: column;
4360
- gap: 12px;
4361
- margin-block-start: 12px;
4362
- overflow-y: auto;
4363
- }
4364
- .preview-list:empty {
4365
- display: none;
4366
- }
4367
-
4368
- .control:not(:focus-visible) .focus-indicator {
4369
- display: none;
4370
- }/**
4371
- * Do not edit directly
4372
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
4290
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4373
4291
  */
4374
4292
  :host {
4375
4293
  display: inline-block;
@@ -4628,7 +4546,7 @@ label {
4628
4546
  pointer-events: none;
4629
4547
  }/**
4630
4548
  * Do not edit directly
4631
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
4549
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4632
4550
  */
4633
4551
  @supports selector(:focus-visible) {
4634
4552
  :host(:focus-visible) {
@@ -4644,6 +4562,7 @@ label {
4644
4562
 
4645
4563
  :host([disabled]) {
4646
4564
  --_low-ink-color: var(--vvd-color-neutral-400);
4565
+ cursor: not-allowed;
4647
4566
  }
4648
4567
 
4649
4568
  .label {
@@ -4743,7 +4662,6 @@ label {
4743
4662
  cursor: pointer;
4744
4663
  }
4745
4664
  .control.disabled {
4746
- cursor: not-allowed;
4747
4665
  pointer-events: none;
4748
4666
  }
4749
4667
  .control:not(.shape-pill) {
@@ -4809,8 +4727,12 @@ label {
4809
4727
  --_select-control-border-radius: 6px;
4810
4728
  }/**
4811
4729
  * Do not edit directly
4812
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
4730
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4813
4731
  */
4732
+ :host(.disabled) {
4733
+ cursor: not-allowed;
4734
+ }
4735
+
4814
4736
  .control {
4815
4737
  display: inline-flex;
4816
4738
  gap: 8px;
@@ -4925,7 +4847,6 @@ label {
4925
4847
  cursor: pointer;
4926
4848
  }
4927
4849
  .control.disabled {
4928
- cursor: not-allowed;
4929
4850
  pointer-events: none;
4930
4851
  }
4931
4852
 
@@ -4980,7 +4901,7 @@ label {
4980
4901
  display: none;
4981
4902
  }/**
4982
4903
  * Do not edit directly
4983
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
4904
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4984
4905
  */
4985
4906
  :host {
4986
4907
  position: relative;
@@ -5044,7 +4965,122 @@ label {
5044
4965
  inline-size: 100%;
5045
4966
  }/**
5046
4967
  * Do not edit directly
5047
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
4968
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4969
+ */
4970
+ :host {
4971
+ display: block;
4972
+ max-inline-size: 400px;
4973
+ }
4974
+
4975
+ .base {
4976
+ display: flex;
4977
+ flex-direction: column;
4978
+ }
4979
+
4980
+ .control {
4981
+ position: relative;
4982
+ display: flex;
4983
+ box-sizing: border-box;
4984
+ flex-wrap: wrap;
4985
+ align-items: center;
4986
+ justify-content: center;
4987
+ padding: 16px;
4988
+ border: 1px dashed var(--vvd-color-neutral-400);
4989
+ background-color: var(--vvd-color-cta-50);
4990
+ border-radius: 6px;
4991
+ color: var(--vvd-color-neutral-600);
4992
+ cursor: pointer;
4993
+ font: var(--vvd-typography-base);
4994
+ gap: 8px;
4995
+ inline-size: 100%;
4996
+ min-block-size: 52px;
4997
+ outline: none;
4998
+ }
4999
+ @supports selector(:focus-visible) {
5000
+ .control:focus-visible {
5001
+ outline: none;
5002
+ }
5003
+ }
5004
+ .control:not(.size-expanded) {
5005
+ min-block-size: 52px;
5006
+ }
5007
+ .control.size-expanded {
5008
+ min-block-size: 120px;
5009
+ }
5010
+
5011
+ .main {
5012
+ pointer-events: none;
5013
+ }
5014
+
5015
+ .dz-preview {
5016
+ display: grid;
5017
+ box-sizing: border-box;
5018
+ padding: 6px 12px;
5019
+ border-radius: 6px;
5020
+ grid-template-columns: 1fr auto;
5021
+ grid-template-rows: auto auto;
5022
+ inline-size: 100%;
5023
+ }
5024
+ .dz-preview .dz-details {
5025
+ display: flex;
5026
+ min-width: 0;
5027
+ flex-direction: column;
5028
+ max-inline-size: 100%;
5029
+ }
5030
+ .dz-preview .dz-details .dz-filename {
5031
+ overflow: hidden;
5032
+ color: var(--vvd-color-canvas-text);
5033
+ font: var(--vvd-typography-base);
5034
+ text-overflow: ellipsis;
5035
+ white-space: nowrap;
5036
+ }
5037
+ .dz-preview .dz-details .dz-size {
5038
+ color: var(--vvd-color-neutral-600);
5039
+ font: var(--vvd-typography-base-condensed);
5040
+ }
5041
+ .dz-preview .dz-error-message {
5042
+ color: var(--vvd-color-alert-500);
5043
+ font: var(--vvd-typography-base-condensed);
5044
+ margin-block-start: 4px;
5045
+ }
5046
+ .dz-preview:not(.dz-error) .dz-error-message {
5047
+ display: none;
5048
+ }
5049
+ .dz-preview.dz-error {
5050
+ border: 1px solid var(--vvd-color-alert-500);
5051
+ }
5052
+ .dz-preview.dz-error .dz-details .dz-size,
5053
+ .dz-preview.dz-error .dz-progress {
5054
+ display: none;
5055
+ }
5056
+ .dz-preview .remove-btn {
5057
+ display: inline;
5058
+ align-self: center;
5059
+ grid-column: 2/-1;
5060
+ grid-row: 1/-1;
5061
+ }
5062
+
5063
+ .message {
5064
+ margin-block-start: 4px;
5065
+ --_low-ink-color: var(--vvd-color-neutral-600);
5066
+ }
5067
+
5068
+ .preview-list {
5069
+ display: flex;
5070
+ flex-direction: column;
5071
+ gap: 12px;
5072
+ margin-block-start: 12px;
5073
+ overflow-y: auto;
5074
+ }
5075
+ .preview-list:empty {
5076
+ display: none;
5077
+ }
5078
+
5079
+ .control:not(:focus-visible) .focus-indicator {
5080
+ display: none;
5081
+ }/**
5082
+ * Do not edit directly
5083
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5048
5084
  */
5049
5085
  :host {
5050
5086
  display: inline-block;
@@ -5148,7 +5184,7 @@ label {
5148
5184
  }
5149
5185
  .base.disabled {
5150
5186
  --_low-ink-color: var(--_appearance-color-text);
5151
- pointer-events: none;
5187
+ cursor: not-allowed;
5152
5188
  }
5153
5189
 
5154
5190
  .label {
@@ -5181,7 +5217,6 @@ label {
5181
5217
  transition: box-shadow 0.2s, background-color 0.2s, color 0.2s;
5182
5218
  }
5183
5219
  .control:disabled {
5184
- cursor: not-allowed;
5185
5220
  opacity: 1; /* 2. correct opacity on iOS */
5186
5221
  pointer-events: none;
5187
5222
  -webkit-text-fill-color: var(--_appearance-color-text); /* 1. sets text fill to current `color` for safari */
@@ -5205,13 +5240,17 @@ label {
5205
5240
  resize: vertical;
5206
5241
  }/**
5207
5242
  * Do not edit directly
5208
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
5243
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5209
5244
  */
5210
5245
  @supports selector(:focus-visible) {
5211
5246
  :host(:focus-visible) {
5212
5247
  outline: none;
5213
5248
  }
5214
5249
  }
5250
+ :host([disabled]) {
5251
+ cursor: not-allowed;
5252
+ }
5253
+
5215
5254
  .base {
5216
5255
  position: relative;
5217
5256
  display: flex;
@@ -5285,7 +5324,6 @@ label {
5285
5324
  cursor: pointer;
5286
5325
  }
5287
5326
  .base.disabled {
5288
- cursor: not-allowed;
5289
5327
  pointer-events: none;
5290
5328
  }
5291
5329
 
@@ -5331,6 +5369,10 @@ label {
5331
5369
  margin-inline-start: auto;
5332
5370
  }
5333
5371
 
5372
+ .chevron {
5373
+ margin-inline-start: auto;
5374
+ }
5375
+
5334
5376
  .text {
5335
5377
  display: flex;
5336
5378
  overflow: hidden;
@@ -5370,6 +5412,10 @@ label {
5370
5412
  min-height: calc(var(--_thumb-interaction-indicator-size) * 5);
5371
5413
  }
5372
5414
 
5415
+ :host([disabled]) {
5416
+ cursor: not-allowed;
5417
+ }
5418
+
5373
5419
  .control {
5374
5420
  --_thumb-size: 12px;
5375
5421
  --_thumb-interaction-indicator-size: 36px;
@@ -5472,7 +5518,6 @@ label {
5472
5518
  .control.disabled {
5473
5519
  --_track-background-color: var(--vvd-color-neutral-100);
5474
5520
  --_track-start-background-color: var(--vvd-color-neutral-500);
5475
- cursor: not-allowed;
5476
5521
  pointer-events: none;
5477
5522
  }
5478
5523
  .control:not(.disabled) {
@@ -5512,7 +5557,7 @@ label {
5512
5557
  display: none;
5513
5558
  }/**
5514
5559
  * Do not edit directly
5515
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
5560
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5516
5561
  */
5517
5562
  .base {
5518
5563
  display: grid;
@@ -5581,7 +5626,7 @@ label {
5581
5626
  background-color: var(--_appearance-color-fill);
5582
5627
  }/**
5583
5628
  * Do not edit directly
5584
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
5629
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5585
5630
  */
5586
5631
  :host {
5587
5632
  min-inline-size: 80px;
@@ -5593,7 +5638,7 @@ label {
5593
5638
  box-sizing: border-box;
5594
5639
  align-items: center;
5595
5640
  padding: 8px 12px;
5596
- border-bottom: 1px solid var(--vvd-color-neutral-400);
5641
+ border-bottom: 1px solid var(--vvd-color-neutral-300);
5597
5642
  block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 8));
5598
5643
  color: var(--_appearance-color-text);
5599
5644
  font: var(--vvd-typography-base);
@@ -5674,7 +5719,7 @@ slot {
5674
5719
  margin-inline-start: auto;
5675
5720
  }/**
5676
5721
  * Do not edit directly
5677
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
5722
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5678
5723
  */
5679
5724
  ol {
5680
5725
  padding: 0;
@@ -5934,7 +5979,7 @@ ol {
5934
5979
  text-transform: uppercase;
5935
5980
  }/**
5936
5981
  * Do not edit directly
5937
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
5982
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5938
5983
  */
5939
5984
  :host {
5940
5985
  display: inline-block;
@@ -6015,6 +6060,29 @@ ol {
6015
6060
  margin-inline: 6px;
6016
6061
  --focus-inset: -2px;
6017
6062
  }
6063
+ .calendar .calendar-day.start, .calendar .calendar-day.end {
6064
+ border: 2px solid var(--vvd-color-cta-50);
6065
+ background-color: var(--vvd-color-cta-200);
6066
+ }
6067
+ .calendar .calendar-day::before, .calendar .calendar-day::after {
6068
+ position: absolute;
6069
+ z-index: -1;
6070
+ display: block;
6071
+ width: 20px;
6072
+ height: 28px;
6073
+ }
6074
+ .calendar .calendar-day::before {
6075
+ right: 50%;
6076
+ }
6077
+ .calendar .calendar-day::after {
6078
+ left: 50%;
6079
+ }
6080
+ .calendar .calendar-day.range::before, .calendar .calendar-day.range::after {
6081
+ background-color: var(--vvd-color-cta-50);
6082
+ }
6083
+ .calendar .calendar-day.range:not(.start)::before, .calendar .calendar-day.range:not(.end)::after {
6084
+ content: "";
6085
+ }
6018
6086
  .calendar .calendar-day.outside-month, .calendar .calendar-day:disabled {
6019
6087
  color: var(--vvd-color-neutral-400);
6020
6088
  }