@vonage/vivid 3.38.0 → 3.39.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 (62) hide show
  1. package/custom-elements.json +797 -10
  2. package/lib/date-range-picker/date-range-picker.d.ts +0 -1
  3. package/lib/menu-item/menu-item.d.ts +6 -0
  4. package/listbox/index.js +1 -1
  5. package/package.json +1 -1
  6. package/shared/date-picker/date-picker-base.d.ts +0 -1
  7. package/shared/definition.js +1 -1
  8. package/shared/definition10.js +1 -1
  9. package/shared/definition11.js +1 -1
  10. package/shared/definition12.js +1 -1
  11. package/shared/definition13.js +1 -1
  12. package/shared/definition14.js +1 -1
  13. package/shared/definition15.js +1 -1
  14. package/shared/definition16.js +2 -2
  15. package/shared/definition18.js +3 -0
  16. package/shared/definition19.js +1 -1
  17. package/shared/definition2.js +1 -1
  18. package/shared/definition20.js +1 -1
  19. package/shared/definition21.js +1 -1
  20. package/shared/definition22.js +1 -1
  21. package/shared/definition23.js +1 -1
  22. package/shared/definition24.js +1 -1
  23. package/shared/definition27.js +27 -19
  24. package/shared/definition28.js +1 -1
  25. package/shared/definition29.js +1 -1
  26. package/shared/definition3.js +1 -1
  27. package/shared/definition30.js +1 -1
  28. package/shared/definition32.js +1 -1
  29. package/shared/definition33.js +1 -1
  30. package/shared/definition34.js +1 -1
  31. package/shared/definition35.js +1 -1
  32. package/shared/definition36.js +1 -1
  33. package/shared/definition37.js +1 -1
  34. package/shared/definition38.js +1 -1
  35. package/shared/definition39.js +1 -1
  36. package/shared/definition4.js +1 -1
  37. package/shared/definition40.js +1 -1
  38. package/shared/definition41.js +1 -1
  39. package/shared/definition43.js +1 -1
  40. package/shared/definition44.js +1 -1
  41. package/shared/definition46.js +1 -1
  42. package/shared/definition47.js +1 -1
  43. package/shared/definition49.js +1 -1
  44. package/shared/definition5.js +1 -1
  45. package/shared/definition50.js +1 -1
  46. package/shared/definition52.js +1 -1
  47. package/shared/definition53.js +1 -1
  48. package/shared/definition54.js +1 -1
  49. package/shared/definition56.js +1 -1
  50. package/shared/definition6.js +1 -1
  51. package/shared/definition7.js +1 -1
  52. package/shared/definition8.js +1 -1
  53. package/shared/index2.js +1 -1
  54. package/shared/presentationDate.js +1 -1
  55. package/shared/text-field.js +1 -1
  56. package/style.css +50 -50
  57. package/styles/core/all.css +1 -1
  58. package/styles/core/theme.css +1 -1
  59. package/styles/core/typography.css +1 -1
  60. package/styles/tokens/theme-dark.css +4 -4
  61. package/styles/tokens/theme-light.css +4 -4
  62. package/styles/tokens/vivid-2-compat.css +1 -1
package/style.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3
+ * Generated on Tue, 17 Oct 2023 15:27:52 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 Fri, 13 Oct 2023 14:45:50 GMT
320
+ * Generated on Tue, 17 Oct 2023 15:27:52 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 Fri, 13 Oct 2023 14:45:50 GMT
338
+ * Generated on Tue, 17 Oct 2023 15:27:52 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 Fri, 13 Oct 2023 14:45:50 GMT
363
+ * Generated on Tue, 17 Oct 2023 15:27:52 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 Fri, 13 Oct 2023 14:45:50 GMT
500
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
501
501
  */
502
502
  .base {
503
503
  display: flex;
@@ -548,7 +548,7 @@ p {
548
548
  display: none;
549
549
  }/**
550
550
  * Do not edit directly
551
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
551
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
552
552
  */
553
553
  @supports selector(:focus-visible) {
554
554
  :host(:focus-visible) {
@@ -671,7 +671,7 @@ label {
671
671
  display: none;
672
672
  }/**
673
673
  * Do not edit directly
674
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
674
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
675
675
  */
676
676
  :host {
677
677
  display: inline-block;
@@ -758,7 +758,7 @@ label {
758
758
  pointer-events: none;
759
759
  }/**
760
760
  * Do not edit directly
761
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
761
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
762
762
  */
763
763
  :host {
764
764
  display: inline-block;
@@ -822,7 +822,7 @@ label {
822
822
  margin-block: 4px;
823
823
  }/**
824
824
  * Do not edit directly
825
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
825
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
826
826
  */
827
827
  .control {
828
828
  position: fixed;
@@ -979,7 +979,7 @@ label {
979
979
  filter: none;
980
980
  }/**
981
981
  * Do not edit directly
982
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
982
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
983
983
  */
984
984
  .base {
985
985
  align-items: center;
@@ -1102,7 +1102,7 @@ label {
1102
1102
  }
1103
1103
  }/**
1104
1104
  * Do not edit directly
1105
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1105
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1106
1106
  */
1107
1107
  .base {
1108
1108
  display: inline-flex;
@@ -1209,7 +1209,7 @@ label {
1209
1209
  object-fit: cover;
1210
1210
  }/**
1211
1211
  * Do not edit directly
1212
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1212
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1213
1213
  */
1214
1214
  .base {
1215
1215
  --_badge-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
@@ -1382,7 +1382,7 @@ slot[name=icon] {
1382
1382
  order: 1;
1383
1383
  }/**
1384
1384
  * Do not edit directly
1385
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1385
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1386
1386
  */
1387
1387
  .control {
1388
1388
  overflow: hidden;
@@ -1459,7 +1459,7 @@ slot[name=icon] {
1459
1459
  margin-inline-end: 8px;
1460
1460
  }/**
1461
1461
  * Do not edit directly
1462
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1462
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1463
1463
  */
1464
1464
  .base {
1465
1465
  display: flex;
@@ -1499,7 +1499,7 @@ slot[name=icon] {
1499
1499
  display: none;
1500
1500
  }/**
1501
1501
  * Do not edit directly
1502
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1502
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1503
1503
  */
1504
1504
  :host {
1505
1505
  display: flex;
@@ -1600,7 +1600,7 @@ slot[name=icon] {
1600
1600
  margin-inline-start: auto;
1601
1601
  }/**
1602
1602
  * Do not edit directly
1603
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1603
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1604
1604
  */
1605
1605
  :host {
1606
1606
  display: block;
@@ -1649,7 +1649,7 @@ header {
1649
1649
  display: none;
1650
1650
  }/**
1651
1651
  * Do not edit directly
1652
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1652
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1653
1653
  */
1654
1654
  .control {
1655
1655
  position: relative;
@@ -1794,7 +1794,7 @@ slot[name=icon] {
1794
1794
  --focus-stroke-gap-color: transparent;
1795
1795
  }/**
1796
1796
  * Do not edit directly
1797
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1797
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1798
1798
  */
1799
1799
  .base {
1800
1800
  z-index: 1;
@@ -1936,7 +1936,7 @@ slot[name=icon] {
1936
1936
  gap: 4px;
1937
1937
  }/**
1938
1938
  * Do not edit directly
1939
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1939
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1940
1940
  */
1941
1941
  .control {
1942
1942
  position: relative;
@@ -2038,7 +2038,7 @@ details > summary::-webkit-details-marker {
2038
2038
  display: none;
2039
2039
  }/**
2040
2040
  * Do not edit directly
2041
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2041
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2042
2042
  */
2043
2043
  .control {
2044
2044
  position: relative;
@@ -2121,7 +2121,7 @@ slot[name=icon] {
2121
2121
  line-height: 1;
2122
2122
  }/**
2123
2123
  * Do not edit directly
2124
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2124
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2125
2125
  */
2126
2126
  .base {
2127
2127
  display: flex;
@@ -2211,7 +2211,7 @@ slot[name=icon] {
2211
2211
  font: var(--vvd-typography-base);
2212
2212
  }/**
2213
2213
  * Do not edit directly
2214
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2214
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2215
2215
  */
2216
2216
  .control {
2217
2217
  display: inline-flex;
@@ -2260,7 +2260,7 @@ slot[name=icon] {
2260
2260
  inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2261
2261
  }/**
2262
2262
  * Do not edit directly
2263
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2263
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2264
2264
  */
2265
2265
  .base {
2266
2266
  height: 6px;
@@ -2412,7 +2412,7 @@ slot[name=icon] {
2412
2412
  }
2413
2413
  }/**
2414
2414
  * Do not edit directly
2415
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2415
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2416
2416
  */
2417
2417
  .control {
2418
2418
  position: fixed;
@@ -2459,7 +2459,7 @@ slot[name=icon] {
2459
2459
  display: none;
2460
2460
  }/**
2461
2461
  * Do not edit directly
2462
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2462
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2463
2463
  */
2464
2464
  :host {
2465
2465
  display: inline-block;
@@ -2763,7 +2763,7 @@ slot[name=icon] {
2763
2763
  --focus-inset: -1px;
2764
2764
  }/**
2765
2765
  * Do not edit directly
2766
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2766
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2767
2767
  */
2768
2768
  .base {
2769
2769
  --tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
@@ -2922,7 +2922,7 @@ slot[name=icon] {
2922
2922
  gap: 8px;
2923
2923
  }/**
2924
2924
  * Do not edit directly
2925
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2925
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2926
2926
  */
2927
2927
  .control {
2928
2928
  display: inline-block;
@@ -2947,7 +2947,7 @@ slot[name=icon] {
2947
2947
  margin-block-start: 16px;
2948
2948
  }/**
2949
2949
  * Do not edit directly
2950
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2950
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2951
2951
  */
2952
2952
  .control {
2953
2953
  pointer-events: none;
@@ -2962,7 +2962,7 @@ slot[name=icon] {
2962
2962
  font: var(--vvd-typography-base-bold);
2963
2963
  }/**
2964
2964
  * Do not edit directly
2965
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2965
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2966
2966
  */
2967
2967
  @supports selector(:focus-visible) {
2968
2968
  :host(:focus-visible) {
@@ -3090,7 +3090,7 @@ slot[name=icon] {
3090
3090
  color: var(--vvd-color-neutral-600);
3091
3091
  }/**
3092
3092
  * Do not edit directly
3093
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3093
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3094
3094
  */
3095
3095
  .base {
3096
3096
  display: flex;
@@ -3102,7 +3102,7 @@ slot[name=icon] {
3102
3102
  border-bottom: 1px solid var(--vvd-color-neutral-200);
3103
3103
  }/**
3104
3104
  * Do not edit directly
3105
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3105
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3106
3106
  */
3107
3107
  :host {
3108
3108
  display: flex;
@@ -3217,7 +3217,7 @@ button:not(:focus-visible) > .focus-indicator {
3217
3217
  display: none;
3218
3218
  }/**
3219
3219
  * Do not edit directly
3220
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3220
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3221
3221
  */
3222
3222
  :host {
3223
3223
  display: inline-block;
@@ -3534,7 +3534,7 @@ slot[name=icon] {
3534
3534
  display: flex;
3535
3535
  }/**
3536
3536
  * Do not edit directly
3537
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3537
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3538
3538
  */
3539
3539
  :host([disabled]) {
3540
3540
  cursor: not-allowed;
@@ -3671,7 +3671,7 @@ dialog.fixed {
3671
3671
  transform: translate(0, -50%);
3672
3672
  }/**
3673
3673
  * Do not edit directly
3674
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3674
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3675
3675
  */
3676
3676
  .base {
3677
3677
  box-sizing: border-box;
@@ -3812,7 +3812,7 @@ slot[name=main] {
3812
3812
  border-radius: inherit;
3813
3813
  }/**
3814
3814
  * Do not edit directly
3815
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3815
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3816
3816
  */
3817
3817
  .positioning-region {
3818
3818
  display: flex;
@@ -3831,7 +3831,7 @@ label {
3831
3831
  font: var(--vvd-typography-base);
3832
3832
  }/**
3833
3833
  * Do not edit directly
3834
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3834
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3835
3835
  */
3836
3836
  @supports selector(:focus-visible) {
3837
3837
  :host(:focus-visible) {
@@ -3964,7 +3964,7 @@ slot[name=icon] {
3964
3964
  opacity: 0;
3965
3965
  }/**
3966
3966
  * Do not edit directly
3967
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3967
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3968
3968
  */
3969
3969
  .base {
3970
3970
  display: grid;
@@ -4081,7 +4081,7 @@ slot[name=icon] {
4081
4081
  gap: 4px;
4082
4082
  }/**
4083
4083
  * Do not edit directly
4084
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4084
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4085
4085
  */
4086
4086
  :host([disabled]) {
4087
4087
  cursor: not-allowed;
@@ -4268,7 +4268,7 @@ label {
4268
4268
  margin-inline-end: 4px;
4269
4269
  }/**
4270
4270
  * Do not edit directly
4271
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4271
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4272
4272
  */
4273
4273
  :host {
4274
4274
  display: block;
@@ -4287,7 +4287,7 @@ label {
4287
4287
  inline-size: 1px;
4288
4288
  }/**
4289
4289
  * Do not edit directly
4290
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4290
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4291
4291
  */
4292
4292
  :host {
4293
4293
  display: inline-block;
@@ -4546,7 +4546,7 @@ label {
4546
4546
  pointer-events: none;
4547
4547
  }/**
4548
4548
  * Do not edit directly
4549
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4549
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4550
4550
  */
4551
4551
  @supports selector(:focus-visible) {
4552
4552
  :host(:focus-visible) {
@@ -4727,7 +4727,7 @@ label {
4727
4727
  --_select-control-border-radius: 6px;
4728
4728
  }/**
4729
4729
  * Do not edit directly
4730
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4730
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4731
4731
  */
4732
4732
  :host(.disabled) {
4733
4733
  cursor: not-allowed;
@@ -4901,7 +4901,7 @@ label {
4901
4901
  display: none;
4902
4902
  }/**
4903
4903
  * Do not edit directly
4904
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4904
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4905
4905
  */
4906
4906
  :host {
4907
4907
  position: relative;
@@ -4965,7 +4965,7 @@ label {
4965
4965
  inline-size: 100%;
4966
4966
  }/**
4967
4967
  * Do not edit directly
4968
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4968
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4969
4969
  */
4970
4970
  :host {
4971
4971
  display: block;
@@ -5080,7 +5080,7 @@ label {
5080
5080
  display: none;
5081
5081
  }/**
5082
5082
  * Do not edit directly
5083
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5083
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
5084
5084
  */
5085
5085
  :host {
5086
5086
  display: inline-block;
@@ -5240,7 +5240,7 @@ label {
5240
5240
  resize: vertical;
5241
5241
  }/**
5242
5242
  * Do not edit directly
5243
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5243
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
5244
5244
  */
5245
5245
  @supports selector(:focus-visible) {
5246
5246
  :host(:focus-visible) {
@@ -5557,7 +5557,7 @@ label {
5557
5557
  display: none;
5558
5558
  }/**
5559
5559
  * Do not edit directly
5560
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5560
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
5561
5561
  */
5562
5562
  .base {
5563
5563
  display: grid;
@@ -5626,7 +5626,7 @@ label {
5626
5626
  background-color: var(--_appearance-color-fill);
5627
5627
  }/**
5628
5628
  * Do not edit directly
5629
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5629
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
5630
5630
  */
5631
5631
  :host {
5632
5632
  min-inline-size: 80px;
@@ -5719,7 +5719,7 @@ slot {
5719
5719
  margin-inline-start: auto;
5720
5720
  }/**
5721
5721
  * Do not edit directly
5722
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5722
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
5723
5723
  */
5724
5724
  ol {
5725
5725
  padding: 0;
@@ -5979,7 +5979,7 @@ ol {
5979
5979
  text-transform: uppercase;
5980
5980
  }/**
5981
5981
  * Do not edit directly
5982
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5982
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
5983
5983
  */
5984
5984
  :host {
5985
5985
  display: inline-block;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4
4
  */
5
5
  .vvd-root:root {
6
6
  --vvd-size-font-scale-base: 1rem;
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
7
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
11
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
15
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
7
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
11
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
15
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4
4
  */
5
5
  .vvd-root, ::part(vvd-root),
6
6
  .vvd-theme-alternate, ::part(vvd-theme-alternate) {