@vonage/vivid 3.37.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 (156) hide show
  1. package/accordion/index.js +2 -2
  2. package/accordion-item/index.js +2 -2
  3. package/alert/index.js +4 -4
  4. package/avatar/index.js +1 -1
  5. package/badge/index.js +1 -1
  6. package/banner/index.js +3 -3
  7. package/breadcrumb-item/index.js +2 -2
  8. package/button/index.js +3 -3
  9. package/card/index.js +2 -2
  10. package/checkbox/index.js +2 -2
  11. package/combobox/index.js +6 -6
  12. package/custom-elements.json +304 -767
  13. package/data-grid/index.js +1 -1
  14. package/date-picker/index.js +9 -7
  15. package/date-range-picker/index.js +36 -0
  16. package/dialog/index.js +5 -5
  17. package/divider/index.js +1 -1
  18. package/elevation/index.js +1 -1
  19. package/empty-state/index.js +2 -2
  20. package/fab/index.js +3 -3
  21. package/file-picker/index.js +5 -4
  22. package/focus/index.js +1 -1
  23. package/header/index.js +2 -2
  24. package/icon/index.js +1 -1
  25. package/index.js +43 -40
  26. package/layout/index.js +1 -1
  27. package/lib/components.d.ts +1 -0
  28. package/lib/date-picker/date-picker.d.ts +4 -14
  29. package/lib/date-range-picker/date-range-picker.d.ts +16 -0
  30. package/lib/date-range-picker/definition.d.ts +3 -0
  31. package/lib/file-picker/file-picker.d.ts +8 -5
  32. package/lib/file-picker/file-picker.form-associated.d.ts +10 -0
  33. package/lib/file-picker/locale.d.ts +6 -0
  34. package/lib/tag-group/tag-group.d.ts +1 -0
  35. package/listbox/index.js +4 -4
  36. package/locales/en-GB.js +27 -3
  37. package/locales/en-US.js +27 -3
  38. package/locales/ja-JP.js +25 -1
  39. package/locales/zh-CN.js +25 -1
  40. package/menu/index.js +7 -7
  41. package/menu-item/index.js +3 -3
  42. package/nav/index.js +1 -1
  43. package/nav-disclosure/index.js +3 -3
  44. package/nav-item/index.js +3 -3
  45. package/note/index.js +2 -2
  46. package/number-field/index.js +5 -5
  47. package/option/index.js +3 -3
  48. package/package.json +1 -1
  49. package/pagination/index.js +4 -4
  50. package/popup/index.js +5 -5
  51. package/progress/index.js +1 -1
  52. package/progress-ring/index.js +1 -1
  53. package/radio/index.js +2 -2
  54. package/radio-group/index.js +1 -1
  55. package/select/index.js +7 -7
  56. package/shared/date-picker/calendar/dateRange.d.ts +5 -0
  57. package/shared/date-picker/calendar/presentationDateRange.d.ts +5 -0
  58. package/shared/date-picker/date-picker-base.d.ts +20 -0
  59. package/shared/date-picker/date-picker-base.form-associated.d.ts +10 -0
  60. package/shared/date-picker/date-picker-base.template.d.ts +4 -0
  61. package/{lib → shared}/date-picker/locale.d.ts +6 -0
  62. package/shared/definition.js +4 -4
  63. package/shared/definition10.js +9 -14
  64. package/shared/definition11.js +1 -1
  65. package/shared/definition12.js +1 -1
  66. package/shared/definition13.js +3 -3
  67. package/shared/definition14.js +3 -3
  68. package/shared/definition15.js +5 -5
  69. package/shared/definition16.js +3 -3
  70. package/shared/definition17.js +44 -6055
  71. package/shared/definition18.js +350 -213
  72. package/shared/definition19.js +251 -67
  73. package/shared/definition2.js +1 -1
  74. package/shared/definition20.js +66 -58
  75. package/shared/definition21.js +43 -84
  76. package/shared/definition22.js +75 -2298
  77. package/shared/definition23.js +2361 -45
  78. package/shared/definition24.js +63 -27
  79. package/shared/definition25.js +24 -51
  80. package/shared/definition26.js +36 -805
  81. package/shared/definition27.js +820 -49
  82. package/shared/definition28.js +52 -89
  83. package/shared/definition29.js +88 -24
  84. package/shared/definition3.js +1 -1
  85. package/shared/definition30.js +25 -12
  86. package/shared/definition31.js +12 -53
  87. package/shared/definition32.js +28 -487
  88. package/shared/definition33.js +427 -197
  89. package/shared/definition34.js +260 -174
  90. package/shared/definition35.js +187 -69
  91. package/shared/definition36.js +68 -55
  92. package/shared/definition37.js +61 -421
  93. package/shared/definition38.js +435 -35
  94. package/shared/definition39.js +30 -679
  95. package/shared/definition4.js +3 -3
  96. package/shared/definition40.js +661 -77
  97. package/shared/definition41.js +77 -557
  98. package/shared/definition42.js +559 -106
  99. package/shared/definition43.js +105 -136
  100. package/shared/definition44.js +153 -17
  101. package/shared/definition45.js +16 -79
  102. package/shared/definition46.js +53 -475
  103. package/shared/definition47.js +506 -20
  104. package/shared/definition48.js +22 -121
  105. package/shared/definition49.js +115 -262
  106. package/shared/definition5.js +2 -2
  107. package/shared/definition50.js +248 -120
  108. package/shared/definition51.js +139 -123
  109. package/shared/definition52.js +84 -74
  110. package/shared/definition53.js +114 -69
  111. package/shared/definition54.js +81 -292
  112. package/shared/definition55.js +302 -13
  113. package/shared/definition56.js +11 -41
  114. package/shared/definition57.js +20 -154
  115. package/shared/definition58.js +181 -0
  116. package/shared/definition6.js +2 -2
  117. package/shared/definition7.js +2 -2
  118. package/shared/definition8.js +3 -3
  119. package/shared/index2.js +1 -1
  120. package/shared/listbox.js +1 -1
  121. package/shared/localization/Locale.d.ts +3 -1
  122. package/shared/localized.js +9 -0
  123. package/shared/presentationDate.js +6133 -0
  124. package/shared/text-anchor.template.js +4 -4
  125. package/shared/text-field.js +1 -1
  126. package/side-drawer/index.js +1 -1
  127. package/slider/index.js +2 -2
  128. package/split-button/index.js +3 -3
  129. package/style.css +246 -183
  130. package/styles/core/all.css +1 -1
  131. package/styles/core/theme.css +1 -1
  132. package/styles/core/typography.css +1 -1
  133. package/styles/tokens/theme-dark.css +4 -4
  134. package/styles/tokens/theme-light.css +4 -4
  135. package/styles/tokens/vivid-2-compat.css +1 -1
  136. package/switch/index.js +3 -3
  137. package/tab/index.js +3 -3
  138. package/tab-panel/index.js +1 -1
  139. package/tabs/index.js +5 -5
  140. package/tag/index.js +3 -3
  141. package/tag-group/index.js +1 -1
  142. package/text-area/index.js +3 -3
  143. package/text-field/index.js +3 -3
  144. package/toggletip/index.js +6 -6
  145. package/tooltip/index.js +6 -6
  146. package/tree-item/index.js +3 -3
  147. package/tree-view/index.js +1 -1
  148. package/vivid.api.json +105 -0
  149. package/lib/date-picker/date-picker.form-associated.d.ts +0 -11
  150. package/lib/date-picker/date-picker.template.d.ts +0 -4
  151. /package/{lib → shared}/date-picker/calendar/calendarGrid.d.ts +0 -0
  152. /package/{lib → shared}/date-picker/calendar/dateStr.d.ts +0 -0
  153. /package/{lib → shared}/date-picker/calendar/month.d.ts +0 -0
  154. /package/{lib → shared}/date-picker/calendar/monthPickerGrid.d.ts +0 -0
  155. /package/{lib → shared}/date-picker/calendar/presentationDate.d.ts +0 -0
  156. /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 Tue, 26 Sep 2023 13:00:58 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 Tue, 26 Sep 2023 13:00:58 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 Tue, 26 Sep 2023 13:00:58 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 Tue, 26 Sep 2023 13:00:58 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 Tue, 26 Sep 2023 13:00:58 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 Tue, 26 Sep 2023 13:00:58 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 Tue, 26 Sep 2023 13:00:58 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 Tue, 26 Sep 2023 13:00:58 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 Tue, 26 Sep 2023 13:00:58 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 Tue, 26 Sep 2023 13:00:58 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 Tue, 26 Sep 2023 13:00:58 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 Tue, 26 Sep 2023 13:00:58 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));
@@ -1376,7 +1382,7 @@ slot[name=icon] {
1376
1382
  order: 1;
1377
1383
  }/**
1378
1384
  * Do not edit directly
1379
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
1385
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1380
1386
  */
1381
1387
  .control {
1382
1388
  overflow: hidden;
@@ -1453,7 +1459,7 @@ slot[name=icon] {
1453
1459
  margin-inline-end: 8px;
1454
1460
  }/**
1455
1461
  * Do not edit directly
1456
- * Generated on Tue, 26 Sep 2023 13:00:58 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 @@ slot[name=icon] {
1493
1499
  display: none;
1494
1500
  }/**
1495
1501
  * Do not edit directly
1496
- * Generated on Tue, 26 Sep 2023 13:00:58 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 @@ slot[name=icon] {
1594
1600
  margin-inline-start: auto;
1595
1601
  }/**
1596
1602
  * Do not edit directly
1597
- * Generated on Tue, 26 Sep 2023 13:00:58 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 Tue, 26 Sep 2023 13:00:58 GMT
1652
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1647
1653
  */
1648
1654
  .control {
1649
1655
  position: relative;
@@ -1788,7 +1794,7 @@ slot[name=icon] {
1788
1794
  --focus-stroke-gap-color: transparent;
1789
1795
  }/**
1790
1796
  * Do not edit directly
1791
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
1797
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1792
1798
  */
1793
1799
  .base {
1794
1800
  z-index: 1;
@@ -1930,7 +1936,7 @@ slot[name=icon] {
1930
1936
  gap: 4px;
1931
1937
  }/**
1932
1938
  * Do not edit directly
1933
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
1939
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1934
1940
  */
1935
1941
  .control {
1936
1942
  position: relative;
@@ -2032,7 +2038,7 @@ details > summary::-webkit-details-marker {
2032
2038
  display: none;
2033
2039
  }/**
2034
2040
  * Do not edit directly
2035
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
2041
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2036
2042
  */
2037
2043
  .control {
2038
2044
  position: relative;
@@ -2110,12 +2116,12 @@ details > summary::-webkit-details-marker {
2110
2116
  display: none;
2111
2117
  }
2112
2118
 
2113
- .icon {
2119
+ slot[name=icon] {
2114
2120
  font-size: 20px;
2115
2121
  line-height: 1;
2116
2122
  }/**
2117
2123
  * Do not edit directly
2118
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
2124
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2119
2125
  */
2120
2126
  .base {
2121
2127
  display: flex;
@@ -2183,7 +2189,7 @@ details > summary::-webkit-details-marker {
2183
2189
  }
2184
2190
  }
2185
2191
 
2186
- .icon {
2192
+ slot[name=icon] {
2187
2193
  color: var(--_appearance-color-outline);
2188
2194
  font-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
2189
2195
  }
@@ -2205,7 +2211,7 @@ details > summary::-webkit-details-marker {
2205
2211
  font: var(--vvd-typography-base);
2206
2212
  }/**
2207
2213
  * Do not edit directly
2208
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
2214
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2209
2215
  */
2210
2216
  .control {
2211
2217
  display: inline-flex;
@@ -2223,6 +2229,19 @@ details > summary::-webkit-details-marker {
2223
2229
  column-gap: 4px;
2224
2230
  }
2225
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
+
2226
2245
  .dots {
2227
2246
  align-self: center;
2228
2247
  text-align: center;
@@ -2241,7 +2260,7 @@ details > summary::-webkit-details-marker {
2241
2260
  inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2242
2261
  }/**
2243
2262
  * Do not edit directly
2244
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
2263
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2245
2264
  */
2246
2265
  .base {
2247
2266
  height: 6px;
@@ -2393,7 +2412,7 @@ details > summary::-webkit-details-marker {
2393
2412
  }
2394
2413
  }/**
2395
2414
  * Do not edit directly
2396
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
2415
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2397
2416
  */
2398
2417
  .control {
2399
2418
  position: fixed;
@@ -2440,7 +2459,7 @@ details > summary::-webkit-details-marker {
2440
2459
  display: none;
2441
2460
  }/**
2442
2461
  * Do not edit directly
2443
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
2462
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2444
2463
  */
2445
2464
  :host {
2446
2465
  display: inline-block;
@@ -2744,7 +2763,7 @@ details > summary::-webkit-details-marker {
2744
2763
  --focus-inset: -1px;
2745
2764
  }/**
2746
2765
  * Do not edit directly
2747
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
2766
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2748
2767
  */
2749
2768
  .base {
2750
2769
  --tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
@@ -2903,7 +2922,7 @@ slot[name=icon] {
2903
2922
  gap: 8px;
2904
2923
  }/**
2905
2924
  * Do not edit directly
2906
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
2925
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2907
2926
  */
2908
2927
  .control {
2909
2928
  display: inline-block;
@@ -2928,7 +2947,7 @@ slot[name=icon] {
2928
2947
  margin-block-start: 16px;
2929
2948
  }/**
2930
2949
  * Do not edit directly
2931
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
2950
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2932
2951
  */
2933
2952
  .control {
2934
2953
  pointer-events: none;
@@ -2943,13 +2962,17 @@ slot[name=icon] {
2943
2962
  font: var(--vvd-typography-base-bold);
2944
2963
  }/**
2945
2964
  * Do not edit directly
2946
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
2965
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2947
2966
  */
2948
2967
  @supports selector(:focus-visible) {
2949
2968
  :host(:focus-visible) {
2950
2969
  outline: none;
2951
2970
  }
2952
2971
  }
2972
+ :host([disabled]) {
2973
+ cursor: not-allowed;
2974
+ }
2975
+
2953
2976
  .control {
2954
2977
  position: relative;
2955
2978
  display: inline-flex;
@@ -3025,7 +3048,6 @@ slot[name=icon] {
3025
3048
  cursor: pointer;
3026
3049
  }
3027
3050
  .control.disabled {
3028
- cursor: not-allowed;
3029
3051
  pointer-events: none;
3030
3052
  }
3031
3053
  .control .text {
@@ -3068,7 +3090,7 @@ slot[name=icon] {
3068
3090
  color: var(--vvd-color-neutral-600);
3069
3091
  }/**
3070
3092
  * Do not edit directly
3071
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
3093
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3072
3094
  */
3073
3095
  .base {
3074
3096
  display: flex;
@@ -3080,7 +3102,7 @@ slot[name=icon] {
3080
3102
  border-bottom: 1px solid var(--vvd-color-neutral-200);
3081
3103
  }/**
3082
3104
  * Do not edit directly
3083
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
3105
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3084
3106
  */
3085
3107
  :host {
3086
3108
  display: flex;
@@ -3195,7 +3217,7 @@ button:not(:focus-visible) > .focus-indicator {
3195
3217
  display: none;
3196
3218
  }/**
3197
3219
  * Do not edit directly
3198
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
3220
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3199
3221
  */
3200
3222
  :host {
3201
3223
  display: inline-block;
@@ -3479,16 +3501,17 @@ button:not(:focus-visible) > .focus-indicator {
3479
3501
  }
3480
3502
 
3481
3503
  /* Icon */
3482
- .icon {
3504
+ slot[name=icon] {
3483
3505
  line-height: 1;
3484
3506
  }
3485
- .icon-trailing .icon {
3507
+ .icon-trailing slot[name=icon] {
3508
+ display: flex;
3486
3509
  order: 1;
3487
3510
  }
3488
- .control.stacked > .icon {
3511
+ .control.stacked > slot[name=icon] {
3489
3512
  font-size: calc(var(--stacked-size) / 2);
3490
3513
  }
3491
- .control:not(.stacked) > .icon {
3514
+ .control:not(.stacked) > slot[name=icon] {
3492
3515
  font-size: calc(var(--_button-block-size) / 2);
3493
3516
  }
3494
3517
 
@@ -3511,8 +3534,12 @@ button:not(:focus-visible) > .focus-indicator {
3511
3534
  display: flex;
3512
3535
  }/**
3513
3536
  * Do not edit directly
3514
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
3537
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3515
3538
  */
3539
+ :host([disabled]) {
3540
+ cursor: not-allowed;
3541
+ }
3542
+
3516
3543
  .base {
3517
3544
  position: relative; /* this is needed for the focus */
3518
3545
  display: flex;
@@ -3586,7 +3613,6 @@ button:not(:focus-visible) > .focus-indicator {
3586
3613
  cursor: pointer;
3587
3614
  }
3588
3615
  .base.disabled {
3589
- cursor: not-allowed;
3590
3616
  pointer-events: none;
3591
3617
  }
3592
3618
  .base .text {
@@ -3645,7 +3671,7 @@ dialog.fixed {
3645
3671
  transform: translate(0, -50%);
3646
3672
  }/**
3647
3673
  * Do not edit directly
3648
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
3674
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3649
3675
  */
3650
3676
  .base {
3651
3677
  box-sizing: border-box;
@@ -3786,7 +3812,7 @@ slot[name=main] {
3786
3812
  border-radius: inherit;
3787
3813
  }/**
3788
3814
  * Do not edit directly
3789
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
3815
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3790
3816
  */
3791
3817
  .positioning-region {
3792
3818
  display: flex;
@@ -3805,7 +3831,7 @@ label {
3805
3831
  font: var(--vvd-typography-base);
3806
3832
  }/**
3807
3833
  * Do not edit directly
3808
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
3834
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3809
3835
  */
3810
3836
  @supports selector(:focus-visible) {
3811
3837
  :host(:focus-visible) {
@@ -3817,6 +3843,10 @@ label {
3817
3843
  grid-column: 1/auto;
3818
3844
  }
3819
3845
 
3846
+ :host([disabled]) {
3847
+ cursor: not-allowed;
3848
+ }
3849
+
3820
3850
  .base {
3821
3851
  position: relative;
3822
3852
  display: flex;
@@ -3892,7 +3922,6 @@ label {
3892
3922
  cursor: pointer;
3893
3923
  }
3894
3924
  .base.disabled {
3895
- cursor: not-allowed;
3896
3925
  pointer-events: none;
3897
3926
  }
3898
3927
  :host(.vertical) .base {
@@ -3935,7 +3964,7 @@ slot[name=icon] {
3935
3964
  opacity: 0;
3936
3965
  }/**
3937
3966
  * Do not edit directly
3938
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
3967
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3939
3968
  */
3940
3969
  .base {
3941
3970
  display: grid;
@@ -4052,8 +4081,12 @@ slot[name=icon] {
4052
4081
  gap: 4px;
4053
4082
  }/**
4054
4083
  * Do not edit directly
4055
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
4084
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4056
4085
  */
4086
+ :host([disabled]) {
4087
+ cursor: not-allowed;
4088
+ }
4089
+
4057
4090
  .base {
4058
4091
  display: inline-flex;
4059
4092
  align-items: center;
@@ -4132,7 +4165,6 @@ slot[name=icon] {
4132
4165
  cursor: pointer;
4133
4166
  }
4134
4167
  .base.disabled {
4135
- cursor: not-allowed;
4136
4168
  pointer-events: none;
4137
4169
  }
4138
4170
 
@@ -4236,7 +4268,7 @@ label {
4236
4268
  margin-inline-end: 4px;
4237
4269
  }/**
4238
4270
  * Do not edit directly
4239
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
4271
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4240
4272
  */
4241
4273
  :host {
4242
4274
  display: block;
@@ -4255,122 +4287,7 @@ label {
4255
4287
  inline-size: 1px;
4256
4288
  }/**
4257
4289
  * Do not edit directly
4258
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
4259
- */
4260
- :host {
4261
- display: block;
4262
- max-inline-size: 400px;
4263
- }
4264
-
4265
- .base {
4266
- display: flex;
4267
- flex-direction: column;
4268
- }
4269
-
4270
- .control {
4271
- position: relative;
4272
- display: flex;
4273
- box-sizing: border-box;
4274
- flex-wrap: wrap;
4275
- align-items: center;
4276
- justify-content: center;
4277
- padding: 16px;
4278
- border: 1px dashed var(--vvd-color-neutral-400);
4279
- background-color: var(--vvd-color-cta-50);
4280
- border-radius: 6px;
4281
- color: var(--vvd-color-neutral-600);
4282
- cursor: pointer;
4283
- font: var(--vvd-typography-base);
4284
- gap: 8px;
4285
- inline-size: 100%;
4286
- min-block-size: 52px;
4287
- outline: none;
4288
- }
4289
- @supports selector(:focus-visible) {
4290
- .control:focus-visible {
4291
- outline: none;
4292
- }
4293
- }
4294
- .control:not(.size-expanded) {
4295
- min-block-size: 52px;
4296
- }
4297
- .control.size-expanded {
4298
- min-block-size: 120px;
4299
- }
4300
-
4301
- .main {
4302
- pointer-events: none;
4303
- }
4304
-
4305
- .dz-preview {
4306
- display: grid;
4307
- box-sizing: border-box;
4308
- padding: 6px 12px;
4309
- border-radius: 6px;
4310
- grid-template-columns: 1fr auto;
4311
- grid-template-rows: auto auto;
4312
- inline-size: 100%;
4313
- }
4314
- .dz-preview .dz-details {
4315
- display: flex;
4316
- min-width: 0;
4317
- flex-direction: column;
4318
- max-inline-size: 100%;
4319
- }
4320
- .dz-preview .dz-details .dz-filename {
4321
- overflow: hidden;
4322
- color: var(--vvd-color-canvas-text);
4323
- font: var(--vvd-typography-base);
4324
- text-overflow: ellipsis;
4325
- white-space: nowrap;
4326
- }
4327
- .dz-preview .dz-details .dz-size {
4328
- color: var(--vvd-color-neutral-600);
4329
- font: var(--vvd-typography-base-condensed);
4330
- }
4331
- .dz-preview .dz-error-message {
4332
- color: var(--vvd-color-alert-500);
4333
- font: var(--vvd-typography-base-condensed);
4334
- margin-block-start: 4px;
4335
- }
4336
- .dz-preview:not(.dz-error) .dz-error-message {
4337
- display: none;
4338
- }
4339
- .dz-preview.dz-error {
4340
- border: 1px solid var(--vvd-color-alert-500);
4341
- }
4342
- .dz-preview.dz-error .dz-details .dz-size,
4343
- .dz-preview.dz-error .dz-progress {
4344
- display: none;
4345
- }
4346
- .dz-preview .remove-btn {
4347
- display: inline;
4348
- align-self: center;
4349
- grid-column: 2/-1;
4350
- grid-row: 1/-1;
4351
- }
4352
-
4353
- .message {
4354
- margin-block-start: 4px;
4355
- --_low-ink-color: var(--vvd-color-neutral-600);
4356
- }
4357
-
4358
- .preview-list {
4359
- display: flex;
4360
- flex-direction: column;
4361
- gap: 12px;
4362
- margin-block-start: 12px;
4363
- overflow-y: auto;
4364
- }
4365
- .preview-list:empty {
4366
- display: none;
4367
- }
4368
-
4369
- .control:not(:focus-visible) .focus-indicator {
4370
- display: none;
4371
- }/**
4372
- * Do not edit directly
4373
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
4290
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4374
4291
  */
4375
4292
  :host {
4376
4293
  display: inline-block;
@@ -4629,7 +4546,7 @@ label {
4629
4546
  pointer-events: none;
4630
4547
  }/**
4631
4548
  * Do not edit directly
4632
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
4549
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4633
4550
  */
4634
4551
  @supports selector(:focus-visible) {
4635
4552
  :host(:focus-visible) {
@@ -4645,6 +4562,7 @@ label {
4645
4562
 
4646
4563
  :host([disabled]) {
4647
4564
  --_low-ink-color: var(--vvd-color-neutral-400);
4565
+ cursor: not-allowed;
4648
4566
  }
4649
4567
 
4650
4568
  .label {
@@ -4744,7 +4662,6 @@ label {
4744
4662
  cursor: pointer;
4745
4663
  }
4746
4664
  .control.disabled {
4747
- cursor: not-allowed;
4748
4665
  pointer-events: none;
4749
4666
  }
4750
4667
  .control:not(.shape-pill) {
@@ -4810,8 +4727,12 @@ label {
4810
4727
  --_select-control-border-radius: 6px;
4811
4728
  }/**
4812
4729
  * Do not edit directly
4813
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
4730
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4814
4731
  */
4732
+ :host(.disabled) {
4733
+ cursor: not-allowed;
4734
+ }
4735
+
4815
4736
  .control {
4816
4737
  display: inline-flex;
4817
4738
  gap: 8px;
@@ -4926,7 +4847,6 @@ label {
4926
4847
  cursor: pointer;
4927
4848
  }
4928
4849
  .control.disabled {
4929
- cursor: not-allowed;
4930
4850
  pointer-events: none;
4931
4851
  }
4932
4852
 
@@ -4981,7 +4901,7 @@ label {
4981
4901
  display: none;
4982
4902
  }/**
4983
4903
  * Do not edit directly
4984
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
4904
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4985
4905
  */
4986
4906
  :host {
4987
4907
  position: relative;
@@ -5045,7 +4965,122 @@ label {
5045
4965
  inline-size: 100%;
5046
4966
  }/**
5047
4967
  * Do not edit directly
5048
- * Generated on Tue, 26 Sep 2023 13:00:58 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
5049
5084
  */
5050
5085
  :host {
5051
5086
  display: inline-block;
@@ -5149,7 +5184,7 @@ label {
5149
5184
  }
5150
5185
  .base.disabled {
5151
5186
  --_low-ink-color: var(--_appearance-color-text);
5152
- pointer-events: none;
5187
+ cursor: not-allowed;
5153
5188
  }
5154
5189
 
5155
5190
  .label {
@@ -5182,7 +5217,6 @@ label {
5182
5217
  transition: box-shadow 0.2s, background-color 0.2s, color 0.2s;
5183
5218
  }
5184
5219
  .control:disabled {
5185
- cursor: not-allowed;
5186
5220
  opacity: 1; /* 2. correct opacity on iOS */
5187
5221
  pointer-events: none;
5188
5222
  -webkit-text-fill-color: var(--_appearance-color-text); /* 1. sets text fill to current `color` for safari */
@@ -5206,13 +5240,17 @@ label {
5206
5240
  resize: vertical;
5207
5241
  }/**
5208
5242
  * Do not edit directly
5209
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
5243
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5210
5244
  */
5211
5245
  @supports selector(:focus-visible) {
5212
5246
  :host(:focus-visible) {
5213
5247
  outline: none;
5214
5248
  }
5215
5249
  }
5250
+ :host([disabled]) {
5251
+ cursor: not-allowed;
5252
+ }
5253
+
5216
5254
  .base {
5217
5255
  position: relative;
5218
5256
  display: flex;
@@ -5286,7 +5324,6 @@ label {
5286
5324
  cursor: pointer;
5287
5325
  }
5288
5326
  .base.disabled {
5289
- cursor: not-allowed;
5290
5327
  pointer-events: none;
5291
5328
  }
5292
5329
 
@@ -5375,6 +5412,10 @@ label {
5375
5412
  min-height: calc(var(--_thumb-interaction-indicator-size) * 5);
5376
5413
  }
5377
5414
 
5415
+ :host([disabled]) {
5416
+ cursor: not-allowed;
5417
+ }
5418
+
5378
5419
  .control {
5379
5420
  --_thumb-size: 12px;
5380
5421
  --_thumb-interaction-indicator-size: 36px;
@@ -5477,7 +5518,6 @@ label {
5477
5518
  .control.disabled {
5478
5519
  --_track-background-color: var(--vvd-color-neutral-100);
5479
5520
  --_track-start-background-color: var(--vvd-color-neutral-500);
5480
- cursor: not-allowed;
5481
5521
  pointer-events: none;
5482
5522
  }
5483
5523
  .control:not(.disabled) {
@@ -5517,7 +5557,7 @@ label {
5517
5557
  display: none;
5518
5558
  }/**
5519
5559
  * Do not edit directly
5520
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
5560
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5521
5561
  */
5522
5562
  .base {
5523
5563
  display: grid;
@@ -5586,7 +5626,7 @@ label {
5586
5626
  background-color: var(--_appearance-color-fill);
5587
5627
  }/**
5588
5628
  * Do not edit directly
5589
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
5629
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5590
5630
  */
5591
5631
  :host {
5592
5632
  min-inline-size: 80px;
@@ -5598,7 +5638,7 @@ label {
5598
5638
  box-sizing: border-box;
5599
5639
  align-items: center;
5600
5640
  padding: 8px 12px;
5601
- border-bottom: 1px solid var(--vvd-color-neutral-400);
5641
+ border-bottom: 1px solid var(--vvd-color-neutral-300);
5602
5642
  block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 8));
5603
5643
  color: var(--_appearance-color-text);
5604
5644
  font: var(--vvd-typography-base);
@@ -5679,7 +5719,7 @@ slot {
5679
5719
  margin-inline-start: auto;
5680
5720
  }/**
5681
5721
  * Do not edit directly
5682
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
5722
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5683
5723
  */
5684
5724
  ol {
5685
5725
  padding: 0;
@@ -5939,7 +5979,7 @@ ol {
5939
5979
  text-transform: uppercase;
5940
5980
  }/**
5941
5981
  * Do not edit directly
5942
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
5982
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5943
5983
  */
5944
5984
  :host {
5945
5985
  display: inline-block;
@@ -6020,6 +6060,29 @@ ol {
6020
6060
  margin-inline: 6px;
6021
6061
  --focus-inset: -2px;
6022
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
+ }
6023
6086
  .calendar .calendar-day.outside-month, .calendar .calendar-day:disabled {
6024
6087
  color: var(--vvd-color-neutral-400);
6025
6088
  }