@vonage/vivid 3.45.0 → 3.46.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 (65) hide show
  1. package/appearance-ui/index.js +1 -1
  2. package/custom-elements.json +11 -1
  3. package/fab/index.js +0 -1
  4. package/lib/text-area/text-area.d.ts +2 -2
  5. package/listbox/index.js +1 -1
  6. package/package.json +1 -1
  7. package/shared/definition.js +1 -1
  8. package/shared/definition11.js +1 -1
  9. package/shared/definition12.js +1 -1
  10. package/shared/definition13.js +1 -1
  11. package/shared/definition14.js +1 -1
  12. package/shared/definition15.js +1 -1
  13. package/shared/definition16.js +1 -1
  14. package/shared/definition17.js +18 -7
  15. package/shared/definition2.js +1 -1
  16. package/shared/definition20.js +2 -2
  17. package/shared/definition21.js +1 -1
  18. package/shared/definition22.js +1 -1
  19. package/shared/definition23.js +1 -4
  20. package/shared/definition24.js +1 -1
  21. package/shared/definition25.js +1 -1
  22. package/shared/definition28.js +1 -1
  23. package/shared/definition29.js +1 -1
  24. package/shared/definition3.js +1 -1
  25. package/shared/definition30.js +1 -1
  26. package/shared/definition31.js +1 -1
  27. package/shared/definition33.js +1 -1
  28. package/shared/definition34.js +1 -1
  29. package/shared/definition35.js +1 -1
  30. package/shared/definition36.js +1 -1
  31. package/shared/definition37.js +1 -1
  32. package/shared/definition38.js +1 -1
  33. package/shared/definition39.js +1 -1
  34. package/shared/definition4.js +1 -1
  35. package/shared/definition40.js +1 -1
  36. package/shared/definition41.js +1 -1
  37. package/shared/definition42.js +1 -1
  38. package/shared/definition43.js +1 -1
  39. package/shared/definition44.js +1 -1
  40. package/shared/definition45.js +11 -4
  41. package/shared/definition46.js +1 -1
  42. package/shared/definition48.js +1 -1
  43. package/shared/definition49.js +1 -1
  44. package/shared/definition5.js +1 -1
  45. package/shared/definition51.js +1 -1
  46. package/shared/definition52.js +1 -1
  47. package/shared/definition54.js +1 -1
  48. package/shared/definition55.js +1 -1
  49. package/shared/definition56.js +1 -1
  50. package/shared/definition58.js +1 -1
  51. package/shared/definition6.js +1 -1
  52. package/shared/definition60.js +1 -1
  53. package/shared/definition7.js +1 -1
  54. package/shared/definition8.js +1 -1
  55. package/shared/definition9.js +1 -1
  56. package/shared/index2.js +1 -1
  57. package/shared/presentationDate.js +1 -1
  58. package/shared/text-field.js +1 -1
  59. package/style.css +96 -101
  60. package/styles/core/all.css +1 -1
  61. package/styles/core/theme.css +1 -1
  62. package/styles/core/typography.css +1 -1
  63. package/styles/tokens/theme-dark.css +4 -4
  64. package/styles/tokens/theme-light.css +4 -4
  65. 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 Mon, 08 Jan 2024 16:06:07 GMT
3
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
4
4
  */
5
5
  :host {
6
6
  display: inline-block;
@@ -181,7 +181,7 @@
181
181
  block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
182
182
  }
183
183
  .base:not(.shape-pill) .fieldset {
184
- border-radius: 6px;
184
+ border-radius: 8px;
185
185
  }
186
186
  .base.shape-pill .fieldset {
187
187
  border-radius: 24px;
@@ -346,7 +346,7 @@ slot, svg, ::slotted(:where(svg, img)) {
346
346
  inline-size: inherit;
347
347
  }/**
348
348
  * Do not edit directly
349
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
349
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
350
350
  */
351
351
  :host {
352
352
  display: contents;
@@ -364,7 +364,7 @@ slot, svg, ::slotted(:where(svg, img)) {
364
364
  outline-offset: -2px;
365
365
  }/**
366
366
  * Do not edit directly
367
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
367
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
368
368
  */
369
369
  .message {
370
370
  display: flex;
@@ -389,7 +389,7 @@ slot, svg, ::slotted(:where(svg, img)) {
389
389
  color: var(--vvd-color-alert-500);
390
390
  }/**
391
391
  * Do not edit directly
392
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
392
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
393
393
  */
394
394
  :host {
395
395
  display: contents;
@@ -408,7 +408,7 @@ slot, svg, ::slotted(:where(svg, img)) {
408
408
  padding: 4px 8px;
409
409
  background-color: var(--_appearance-color-fill);
410
410
  block-size: calc(var(--vvd-calendar-event--duration, 1) * calc((100% - 23px) / 24) + calc(1px * (var(--vvd-calendar-event--duration, 1) - 1)) - 4px);
411
- border-radius: 6px;
411
+ border-radius: 8px;
412
412
  box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
413
413
  color: var(--_appearance-color-text);
414
414
  inline-size: calc(100% - 8px - min(var(--vvd-calendar-event--indent), 32px));
@@ -526,7 +526,7 @@ p {
526
526
  font: var(--vvd-typography-base-condensed);
527
527
  }/**
528
528
  * Do not edit directly
529
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
529
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
530
530
  */
531
531
  .base {
532
532
  display: flex;
@@ -549,7 +549,7 @@ p {
549
549
 
550
550
  ::slotted(a[role=menuitem]:focus) {
551
551
  display: block;
552
- border-radius: 6px;
552
+ border-radius: 8px;
553
553
  box-shadow: inset 0 0 0 3px currentColor;
554
554
  outline: 2px solid currentColor;
555
555
  outline-offset: -2px;
@@ -577,7 +577,7 @@ p {
577
577
  display: none;
578
578
  }/**
579
579
  * Do not edit directly
580
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
580
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
581
581
  */
582
582
  @supports selector(:focus-visible) {
583
583
  :host(:focus-visible) {
@@ -700,7 +700,7 @@ label {
700
700
  display: none;
701
701
  }/**
702
702
  * Do not edit directly
703
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
703
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
704
704
  */
705
705
  :host {
706
706
  display: inline-block;
@@ -770,7 +770,7 @@ label {
770
770
 
771
771
  /* Shape */
772
772
  .base:not(.shape-pill) {
773
- --_listbox-border-radius: 6px;
773
+ --_listbox-border-radius: 8px;
774
774
  }
775
775
 
776
776
  .base.shape-pill {
@@ -787,7 +787,7 @@ label {
787
787
  pointer-events: none;
788
788
  }/**
789
789
  * Do not edit directly
790
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
790
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
791
791
  */
792
792
  :host {
793
793
  display: inline-block;
@@ -838,7 +838,7 @@ label {
838
838
 
839
839
  /* Shape */
840
840
  .base:not(.shape-pill) {
841
- border-radius: 6px;
841
+ border-radius: 8px;
842
842
  }
843
843
 
844
844
  .base.shape-pill {
@@ -851,12 +851,12 @@ label {
851
851
  margin-block: 4px;
852
852
  }/**
853
853
  * Do not edit directly
854
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
854
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
855
855
  */
856
856
  .control {
857
857
  position: fixed;
858
858
  z-index: 10;
859
- border-radius: 6px;
859
+ border-radius: 8px;
860
860
  inline-size: max-content;
861
861
  inset-block-end: 0;
862
862
  inset-inline-end: 0;
@@ -899,7 +899,7 @@ label {
899
899
  align-items: center;
900
900
  padding: 16px;
901
901
  background-color: var(--vvd-color-neutral-50);
902
- border-radius: 6px;
902
+ border-radius: 8px;
903
903
  color: var(--vvd-color-canvas-text);
904
904
  column-gap: 16px;
905
905
  }
@@ -959,7 +959,7 @@ label {
959
959
  padding-inline-start: 8px;
960
960
  }/**
961
961
  * Do not edit directly
962
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
962
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
963
963
  */
964
964
  :host {
965
965
  display: inline-block;
@@ -1194,7 +1194,7 @@ label {
1194
1194
  padding-inline: 16px;
1195
1195
  }
1196
1196
  .control:not(.shape-pill) {
1197
- --_button-border-radius: 6px;
1197
+ --_button-border-radius: 8px;
1198
1198
  }
1199
1199
  .control:not(.shape-pill).size-condensed:not(.stacked), .control:not(.shape-pill).size-super-condensed:not(.stacked) {
1200
1200
  --_button-border-radius: 4px;
@@ -1335,7 +1335,7 @@ slot[name=icon] {
1335
1335
  filter: none;
1336
1336
  }/**
1337
1337
  * Do not edit directly
1338
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1338
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
1339
1339
  */
1340
1340
  .base {
1341
1341
  align-items: center;
@@ -1458,7 +1458,7 @@ slot[name=icon] {
1458
1458
  }
1459
1459
  }/**
1460
1460
  * Do not edit directly
1461
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1461
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
1462
1462
  */
1463
1463
  .base {
1464
1464
  display: inline-flex;
@@ -1484,7 +1484,7 @@ slot[name=icon] {
1484
1484
  min-inline-size: 32px;
1485
1485
  }/**
1486
1486
  * Do not edit directly
1487
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1487
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
1488
1488
  */
1489
1489
  .base {
1490
1490
  display: inline-flex;
@@ -1582,7 +1582,7 @@ slot[name=icon] {
1582
1582
  line-height: 1;
1583
1583
  }
1584
1584
  .base:not(.shape-pill) {
1585
- --_avatar-border-radius: 6px;
1585
+ --_avatar-border-radius: 8px;
1586
1586
  }
1587
1587
  .base:not(.shape-pill).size-condensed {
1588
1588
  --_avatar-border-radius: 4px;
@@ -1599,7 +1599,7 @@ slot[name=icon] {
1599
1599
  object-fit: cover;
1600
1600
  }/**
1601
1601
  * Do not edit directly
1602
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1602
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
1603
1603
  */
1604
1604
  :host {
1605
1605
  display: inline-block;
@@ -1789,7 +1789,7 @@ slot[name=icon] {
1789
1789
  order: 1;
1790
1790
  }/**
1791
1791
  * Do not edit directly
1792
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1792
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
1793
1793
  */
1794
1794
  :host {
1795
1795
  display: block;
@@ -1870,7 +1870,7 @@ slot[name=icon] {
1870
1870
  margin-inline-end: 8px;
1871
1871
  }/**
1872
1872
  * Do not edit directly
1873
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1873
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
1874
1874
  */
1875
1875
  .base {
1876
1876
  display: flex;
@@ -1904,20 +1904,20 @@ slot[name=icon] {
1904
1904
  .focus-indicator {
1905
1905
  --focus-inset: -4px -8px;
1906
1906
  --focus-stroke-gap-color: transparent;
1907
- border-radius: 6px;
1907
+ border-radius: 8px;
1908
1908
  }
1909
1909
  .control:not(:focus-visible) > .focus-indicator {
1910
1910
  display: none;
1911
1911
  }/**
1912
1912
  * Do not edit directly
1913
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1913
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
1914
1914
  */
1915
1915
  :host {
1916
1916
  display: flex;
1917
1917
  }
1918
1918
 
1919
1919
  .base {
1920
- border-radius: 6px;
1920
+ border-radius: 8px;
1921
1921
  inline-size: 100%;
1922
1922
  text-align: start;
1923
1923
  }
@@ -2011,7 +2011,7 @@ slot[name=icon] {
2011
2011
  margin-inline-start: auto;
2012
2012
  }/**
2013
2013
  * Do not edit directly
2014
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2014
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
2015
2015
  */
2016
2016
  :host {
2017
2017
  display: block;
@@ -2060,10 +2060,9 @@ header {
2060
2060
  display: none;
2061
2061
  }/**
2062
2062
  * Do not edit directly
2063
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2063
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
2064
2064
  */
2065
2065
  .control {
2066
- position: relative;
2067
2066
  display: inline-flex;
2068
2067
  box-sizing: border-box;
2069
2068
  align-items: center;
@@ -2127,10 +2126,13 @@ header {
2127
2126
  --_appearance-color-fill: var(--_connotation-color-fierce);
2128
2127
  --_appearance-color-outline: transparent;
2129
2128
  }
2130
- @supports selector(:focus-visible) {
2131
- .control:focus-visible {
2132
- outline: none;
2133
- }
2129
+ .control:not(.connotation-accent, .connotation-cta) {
2130
+ --focus-stroke-gap-color: transparent;
2131
+ }
2132
+ .control:focus-visible {
2133
+ box-shadow: inset 0 0 0 3px var(--focus-stroke-gap-color, currentColor);
2134
+ outline: 2px solid var(--focus-stroke-color, var(--vvd-color-canvas-text));
2135
+ outline-offset: -2px;
2134
2136
  }
2135
2137
  @supports (user-select: none) {
2136
2138
  .control {
@@ -2196,16 +2198,9 @@ slot[name=icon] {
2196
2198
  }
2197
2199
  .control:not(.size-extended) slot[name=icon] {
2198
2200
  font-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);
2199
- }
2200
-
2201
- :not(:focus-visible) .focus-indicator {
2202
- display: none;
2203
- }
2204
- .control:not(.connotation-accent, .connotation-cta) .focus-indicator {
2205
- --focus-stroke-gap-color: transparent;
2206
2201
  }/**
2207
2202
  * Do not edit directly
2208
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2203
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
2209
2204
  */
2210
2205
  .base {
2211
2206
  z-index: 1;
@@ -2347,7 +2342,7 @@ slot[name=icon] {
2347
2342
  gap: 4px;
2348
2343
  }/**
2349
2344
  * Do not edit directly
2350
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2345
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
2351
2346
  */
2352
2347
  .control {
2353
2348
  position: relative;
@@ -2355,7 +2350,7 @@ slot[name=icon] {
2355
2350
  box-sizing: border-box;
2356
2351
  align-items: center;
2357
2352
  background-color: var(--_appearance-color-fill);
2358
- border-radius: 6px;
2353
+ border-radius: 8px;
2359
2354
  box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
2360
2355
  color: var(--_appearance-color-text);
2361
2356
  cursor: pointer;
@@ -2450,7 +2445,7 @@ details > summary::-webkit-details-marker {
2450
2445
  display: none;
2451
2446
  }/**
2452
2447
  * Do not edit directly
2453
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2448
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
2454
2449
  */
2455
2450
  .control {
2456
2451
  position: relative;
@@ -2458,7 +2453,7 @@ details > summary::-webkit-details-marker {
2458
2453
  box-sizing: border-box;
2459
2454
  align-items: center;
2460
2455
  background-color: var(--_appearance-color-fill);
2461
- border-radius: 6px;
2456
+ border-radius: 8px;
2462
2457
  box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
2463
2458
  color: var(--_appearance-color-text);
2464
2459
  font: var(--vvd-typography-base);
@@ -2534,14 +2529,14 @@ slot[name=icon] {
2534
2529
  line-height: 1;
2535
2530
  }/**
2536
2531
  * Do not edit directly
2537
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2532
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
2538
2533
  */
2539
2534
  .base {
2540
2535
  display: flex;
2541
2536
  align-items: flex-start;
2542
2537
  padding: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
2543
2538
  background-color: var(--_appearance-color-fill);
2544
- border-radius: 6px;
2539
+ border-radius: 8px;
2545
2540
  box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
2546
2541
  color: var(--vvd-color-canvas-text);
2547
2542
  column-gap: 16px;
@@ -2624,7 +2619,7 @@ slot[name=icon] {
2624
2619
  font: var(--vvd-typography-base);
2625
2620
  }/**
2626
2621
  * Do not edit directly
2627
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2622
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
2628
2623
  */
2629
2624
  .control {
2630
2625
  display: inline-flex;
@@ -2673,7 +2668,7 @@ slot[name=icon] {
2673
2668
  inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2674
2669
  }/**
2675
2670
  * Do not edit directly
2676
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2671
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
2677
2672
  */
2678
2673
  .base {
2679
2674
  height: 6px;
@@ -2825,7 +2820,7 @@ slot[name=icon] {
2825
2820
  }
2826
2821
  }/**
2827
2822
  * Do not edit directly
2828
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2823
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
2829
2824
  */
2830
2825
  @supports selector(:focus-visible) {
2831
2826
  .base:focus-visible {
@@ -2841,7 +2836,7 @@ slot[name=icon] {
2841
2836
  padding: var(--selectable-box-spacing, 16px);
2842
2837
  border: 1px solid var(--_appearance-color-outline);
2843
2838
  background-color: var(--_appearance-color-fill);
2844
- border-radius: 6px;
2839
+ border-radius: 8px;
2845
2840
  inline-size: 100%;
2846
2841
  padding-block-start: calc(var(--selectable-box-spacing, 16px) + 36px);
2847
2842
  text-align: start;
@@ -2914,7 +2909,7 @@ slot[name=icon] {
2914
2909
  inset-inline-end: var(--selectable-box-spacing, 16px);
2915
2910
  }/**
2916
2911
  * Do not edit directly
2917
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2912
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
2918
2913
  */
2919
2914
  :host {
2920
2915
  display: block;
@@ -2969,7 +2964,7 @@ slot[name=icon] {
2969
2964
  display: none;
2970
2965
  }/**
2971
2966
  * Do not edit directly
2972
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2967
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
2973
2968
  */
2974
2969
  :host {
2975
2970
  display: inline-block;
@@ -3222,7 +3217,7 @@ slot[name=icon] {
3222
3217
  padding-inline: 16px;
3223
3218
  }
3224
3219
  .control:not(.shape-pill) {
3225
- --_border-radius: 6px;
3220
+ --_border-radius: 8px;
3226
3221
  }
3227
3222
  .control:not(.shape-pill).size-super-condensed, .control:not(.shape-pill).super-condensed {
3228
3223
  --_border-radius: 4px;
@@ -3291,7 +3286,7 @@ slot[name=icon] {
3291
3286
  font: var(--vvd-typography-base-extended);
3292
3287
  }
3293
3288
  .indicator:not(.shape-pill) {
3294
- --_border-radius: 6px;
3289
+ --_border-radius: 8px;
3295
3290
  }
3296
3291
  .indicator:not(.shape-pill).size-super-condensed, .indicator:not(.shape-pill).super-condensed {
3297
3292
  --_border-radius: 4px;
@@ -3322,7 +3317,7 @@ slot[name=icon] {
3322
3317
  --focus-inset: -1px;
3323
3318
  }/**
3324
3319
  * Do not edit directly
3325
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
3320
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
3326
3321
  */
3327
3322
  .base {
3328
3323
  --tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
@@ -3481,7 +3476,7 @@ slot[name=icon] {
3481
3476
  gap: 8px;
3482
3477
  }/**
3483
3478
  * Do not edit directly
3484
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
3479
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
3485
3480
  */
3486
3481
  .control {
3487
3482
  display: inline-block;
@@ -3506,7 +3501,7 @@ slot[name=icon] {
3506
3501
  margin-block-start: 16px;
3507
3502
  }/**
3508
3503
  * Do not edit directly
3509
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
3504
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
3510
3505
  */
3511
3506
  .control {
3512
3507
  pointer-events: none;
@@ -3521,7 +3516,7 @@ slot[name=icon] {
3521
3516
  font: var(--vvd-typography-base-bold);
3522
3517
  }/**
3523
3518
  * Do not edit directly
3524
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
3519
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
3525
3520
  */
3526
3521
  @supports selector(:focus-visible) {
3527
3522
  :host(:focus-visible) {
@@ -3538,7 +3533,7 @@ slot[name=icon] {
3538
3533
  box-sizing: border-box;
3539
3534
  align-items: center;
3540
3535
  background-color: var(--_appearance-color-fill);
3541
- border-radius: 6px;
3536
+ border-radius: 8px;
3542
3537
  box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
3543
3538
  color: var(--_appearance-color-text);
3544
3539
  font: var(--vvd-typography-base);
@@ -3616,7 +3611,7 @@ slot[name=icon] {
3616
3611
  .expandCollapseButton {
3617
3612
  display: flex;
3618
3613
  align-items: center;
3619
- border-radius: 6px;
3614
+ border-radius: 8px;
3620
3615
  font-size: 20px;
3621
3616
  }
3622
3617
  .expandCollapseButton .expandCollapseIcon {
@@ -3649,7 +3644,7 @@ slot[name=icon] {
3649
3644
  color: var(--vvd-color-neutral-600);
3650
3645
  }/**
3651
3646
  * Do not edit directly
3652
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
3647
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
3653
3648
  */
3654
3649
  .wrapper {
3655
3650
  display: grid;
@@ -3664,7 +3659,7 @@ slot[name=icon] {
3664
3659
  justify-content: center;
3665
3660
  background-color: var(--_appearance-color-fill);
3666
3661
  block-size: 40px;
3667
- border-radius: 6px;
3662
+ border-radius: 8px;
3668
3663
  box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
3669
3664
  color: var(--_appearance-color-text);
3670
3665
  padding-inline: 16px;
@@ -4216,7 +4211,7 @@ slot[name=icon] {
4216
4211
  --_appearance-color-outline: transparent;
4217
4212
  }/**
4218
4213
  * Do not edit directly
4219
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4214
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
4220
4215
  */
4221
4216
  .base {
4222
4217
  display: flex;
@@ -4228,7 +4223,7 @@ slot[name=icon] {
4228
4223
  border-bottom: 1px solid var(--vvd-color-neutral-200);
4229
4224
  }/**
4230
4225
  * Do not edit directly
4231
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4226
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
4232
4227
  */
4233
4228
  :host {
4234
4229
  display: flex;
@@ -4345,7 +4340,7 @@ button:not(:focus-visible) > .focus-indicator {
4345
4340
  display: flex;
4346
4341
  }/**
4347
4342
  * Do not edit directly
4348
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4343
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
4349
4344
  */
4350
4345
  :host([disabled]) {
4351
4346
  cursor: not-allowed;
@@ -4357,7 +4352,7 @@ button:not(:focus-visible) > .focus-indicator {
4357
4352
  box-sizing: border-box;
4358
4353
  align-items: center;
4359
4354
  background-color: var(--_appearance-color-fill);
4360
- border-radius: 6px;
4355
+ border-radius: 8px;
4361
4356
  box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
4362
4357
  color: var(--_option-appearance-color-text, var(--_appearance-color-text));
4363
4358
  font: var(--vvd-typography-base);
@@ -4482,14 +4477,14 @@ dialog.fixed {
4482
4477
  transform: translate(0, -50%);
4483
4478
  }/**
4484
4479
  * Do not edit directly
4485
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4480
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
4486
4481
  */
4487
4482
  .base {
4488
4483
  box-sizing: border-box;
4489
4484
  padding: 0;
4490
4485
  border: none;
4491
4486
  background-color: transparent;
4492
- border-radius: 6px;
4487
+ border-radius: 8px;
4493
4488
  color: var(--vvd-color-canvas-text);
4494
4489
  max-block-size: var(--dialog-max-block-size, calc(100vh - 64px));
4495
4490
  max-inline-size: var(--dialog-max-inline-size, var(--_dialog-default-max-inline-size));
@@ -4632,7 +4627,7 @@ slot[name=main] {
4632
4627
  border-radius: inherit;
4633
4628
  }/**
4634
4629
  * Do not edit directly
4635
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4630
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
4636
4631
  */
4637
4632
  .positioning-region {
4638
4633
  display: flex;
@@ -4652,7 +4647,7 @@ label {
4652
4647
  }/* #region SPACES */
4653
4648
  /**
4654
4649
  * Do not edit directly
4655
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4650
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
4656
4651
  */
4657
4652
  @supports selector(:focus-visible) {
4658
4653
  :host(:focus-visible) {
@@ -4737,7 +4732,7 @@ label {
4737
4732
  }
4738
4733
  }
4739
4734
  .base:not(.shape-sharp) {
4740
- border-radius: 6px;
4735
+ border-radius: 8px;
4741
4736
  }
4742
4737
  .base:not(.disabled) {
4743
4738
  cursor: pointer;
@@ -4786,7 +4781,7 @@ slot[name=icon] {
4786
4781
  }/* #region SPACES */
4787
4782
  /**
4788
4783
  * Do not edit directly
4789
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4784
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
4790
4785
  */
4791
4786
  :host {
4792
4787
  display: block;
@@ -4912,7 +4907,7 @@ slot[name=icon] {
4912
4907
  gap: 4px;
4913
4908
  }/**
4914
4909
  * Do not edit directly
4915
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4910
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
4916
4911
  */
4917
4912
  :host {
4918
4913
  display: inline-flex;
@@ -5046,7 +5041,7 @@ label {
5046
5041
  .focus-indicator {
5047
5042
  --focus-inset: -3px;
5048
5043
  --focus-stroke-gap-color: transparent;
5049
- border-radius: 6px;
5044
+ border-radius: 4px;
5050
5045
  }
5051
5046
  .base:not(:focus-visible) .focus-indicator {
5052
5047
  display: none;
@@ -5062,7 +5057,7 @@ label {
5062
5057
  --_low-ink-color: var(--vvd-color-neutral-600);
5063
5058
  }/**
5064
5059
  * Do not edit directly
5065
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
5060
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
5066
5061
  */
5067
5062
  :host {
5068
5063
  display: block;
@@ -5081,7 +5076,7 @@ label {
5081
5076
  inline-size: 1px;
5082
5077
  }/**
5083
5078
  * Do not edit directly
5084
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
5079
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
5085
5080
  */
5086
5081
  :host {
5087
5082
  display: inline-block;
@@ -5262,7 +5257,7 @@ label {
5262
5257
  block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
5263
5258
  }
5264
5259
  .base:not(.shape-pill) .fieldset {
5265
- border-radius: 6px;
5260
+ border-radius: 8px;
5266
5261
  }
5267
5262
  .base.shape-pill .fieldset {
5268
5263
  border-radius: 24px;
@@ -5370,7 +5365,7 @@ label {
5370
5365
  pointer-events: none;
5371
5366
  }/**
5372
5367
  * Do not edit directly
5373
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
5368
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
5374
5369
  */
5375
5370
  @supports selector(:focus-visible) {
5376
5371
  :host(:focus-visible) {
@@ -5489,7 +5484,7 @@ label {
5489
5484
  pointer-events: none;
5490
5485
  }
5491
5486
  .control:not(.shape-pill) {
5492
- --_select-control-border-radius: 6px;
5487
+ --_select-control-border-radius: 8px;
5493
5488
  }
5494
5489
  .control.shape-pill {
5495
5490
  --_select-control-border-radius: 24px;
@@ -5548,10 +5543,10 @@ label {
5548
5543
  display: none;
5549
5544
  }
5550
5545
  :host([multiple]) .focus-indicator {
5551
- --_select-control-border-radius: 6px;
5546
+ --_select-control-border-radius: 8px;
5552
5547
  }/**
5553
5548
  * Do not edit directly
5554
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
5549
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
5555
5550
  */
5556
5551
  :host(.disabled) {
5557
5552
  cursor: not-allowed;
@@ -5734,7 +5729,7 @@ label {
5734
5729
  display: none;
5735
5730
  }/**
5736
5731
  * Do not edit directly
5737
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
5732
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
5738
5733
  */
5739
5734
  :host {
5740
5735
  position: relative;
@@ -5758,7 +5753,7 @@ label {
5758
5753
  .listbox {
5759
5754
  padding: 4px;
5760
5755
  background-color: var(--_appearance-color-fill);
5761
- border-radius: 6px;
5756
+ border-radius: 8px;
5762
5757
  box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
5763
5758
  contain: paint;
5764
5759
  }
@@ -5797,7 +5792,7 @@ label {
5797
5792
  inline-size: 100%;
5798
5793
  }/**
5799
5794
  * Do not edit directly
5800
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
5795
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
5801
5796
  */
5802
5797
  :host {
5803
5798
  display: block;
@@ -5819,7 +5814,7 @@ label {
5819
5814
  padding: 16px;
5820
5815
  border: 1px dashed var(--vvd-color-neutral-400);
5821
5816
  background-color: var(--vvd-color-cta-50);
5822
- border-radius: 6px;
5817
+ border-radius: 8px;
5823
5818
  color: var(--vvd-color-neutral-600);
5824
5819
  cursor: pointer;
5825
5820
  font: var(--vvd-typography-base);
@@ -5848,7 +5843,7 @@ label {
5848
5843
  display: grid;
5849
5844
  box-sizing: border-box;
5850
5845
  padding: 6px 12px;
5851
- border-radius: 6px;
5846
+ border-radius: 8px;
5852
5847
  grid-template-columns: 1fr auto;
5853
5848
  grid-template-rows: auto auto;
5854
5849
  inline-size: 100%;
@@ -5912,7 +5907,7 @@ label {
5912
5907
  display: none;
5913
5908
  }/**
5914
5909
  * Do not edit directly
5915
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
5910
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
5916
5911
  */
5917
5912
  :host {
5918
5913
  display: inline-block;
@@ -6059,7 +6054,7 @@ label {
6059
6054
  border: 0 none;
6060
6055
  appearance: none; /* for box-shadow visibility on IOS */
6061
6056
  background-color: var(--_appearance-color-fill);
6062
- border-radius: 6px;
6057
+ border-radius: 8px;
6063
6058
  box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
6064
6059
  color: var(--_appearance-color-text);
6065
6060
  font: var(--vvd-typography-base);
@@ -6092,7 +6087,7 @@ label {
6092
6087
  resize: vertical;
6093
6088
  }/**
6094
6089
  * Do not edit directly
6095
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
6090
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
6096
6091
  */
6097
6092
  :host {
6098
6093
  display: inline-block;
@@ -6254,7 +6249,7 @@ label {
6254
6249
 
6255
6250
  .popup-wrapper {
6256
6251
  z-index: 10;
6257
- border-radius: 6px;
6252
+ border-radius: 8px;
6258
6253
  inline-size: max-content;
6259
6254
  }
6260
6255
  .popup-wrapper:not(.absolute) {
@@ -6290,7 +6285,7 @@ label {
6290
6285
  margin-inline-end: 4px;
6291
6286
  }/**
6292
6287
  * Do not edit directly
6293
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
6288
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
6294
6289
  */
6295
6290
  @supports selector(:focus-visible) {
6296
6291
  :host(:focus-visible) {
@@ -6375,7 +6370,7 @@ label {
6375
6370
  }
6376
6371
 
6377
6372
  .focus-indicator {
6378
- border-radius: 6px;
6373
+ border-radius: 8px;
6379
6374
  }
6380
6375
  :host(:not(:focus-visible)) .focus-indicator {
6381
6376
  display: none;
@@ -6465,7 +6460,7 @@ label {
6465
6460
  max-block-size: inherit;
6466
6461
  }/**
6467
6462
  * Do not edit directly
6468
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
6463
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
6469
6464
  */
6470
6465
  .base {
6471
6466
  display: grid;
@@ -6534,7 +6529,7 @@ label {
6534
6529
  background-color: var(--_appearance-color-fill);
6535
6530
  }/**
6536
6531
  * Do not edit directly
6537
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
6532
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
6538
6533
  */
6539
6534
  :host {
6540
6535
  min-inline-size: 80px;
@@ -6631,7 +6626,7 @@ slot {
6631
6626
  margin-inline-start: auto;
6632
6627
  }/**
6633
6628
  * Do not edit directly
6634
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
6629
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
6635
6630
  */
6636
6631
  ol {
6637
6632
  padding: 0;
@@ -6677,7 +6672,7 @@ ol {
6677
6672
  display: grid;
6678
6673
  overflow: hidden;
6679
6674
  background: var(--vvd-color-surface-2dp);
6680
- border-radius: 6px;
6675
+ border-radius: 8px;
6681
6676
  counter-reset: listing;
6682
6677
  filter: var(--vvd-shadow-surface-2dp);
6683
6678
  gap: 1px;
@@ -6891,7 +6886,7 @@ ol {
6891
6886
  text-transform: uppercase;
6892
6887
  }/**
6893
6888
  * Do not edit directly
6894
- * Generated on Mon, 08 Jan 2024 16:06:07 GMT
6889
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
6895
6890
  */
6896
6891
  :host {
6897
6892
  display: inline-block;
@@ -6942,7 +6937,7 @@ ol {
6942
6937
  }
6943
6938
  .segment .title-action {
6944
6939
  block-size: 24px;
6945
- border-radius: 6px;
6940
+ border-radius: 8px;
6946
6941
  font: var(--vvd-typography-base-extended);
6947
6942
  padding-inline: 6px;
6948
6943
  }