@vonage/vivid 3.44.0 → 3.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/README.md +399 -165
  2. package/appearance-ui/index.js +1 -1
  3. package/custom-elements.json +122 -247
  4. package/index.js +2 -1
  5. package/lib/alert/alert.d.ts +2 -0
  6. package/lib/data-grid/data-grid-cell.d.ts +1 -0
  7. package/lib/data-grid/data-grid.d.ts +2 -0
  8. package/lib/enums.d.ts +3 -0
  9. package/lib/menu/menu.d.ts +5 -5
  10. package/lib/popup/popup.d.ts +2 -2
  11. package/lib/select/select.d.ts +0 -3
  12. package/lib/tabs/tabs.d.ts +3 -1
  13. package/lib/toggletip/toggletip.d.ts +4 -4
  14. package/lib/tooltip/tooltip.d.ts +4 -5
  15. package/listbox/index.js +1 -1
  16. package/menu/index.js +1 -0
  17. package/menu-item/index.js +1 -0
  18. package/package.json +1 -1
  19. package/shared/anchored.js +76 -0
  20. package/shared/definition.js +1 -1
  21. package/shared/definition11.js +1 -1
  22. package/shared/definition12.js +1 -1
  23. package/shared/definition13.js +1 -1
  24. package/shared/definition14.js +1 -1
  25. package/shared/definition15.js +1 -1
  26. package/shared/definition16.js +1 -1
  27. package/shared/definition17.js +96 -44
  28. package/shared/definition2.js +1 -1
  29. package/shared/definition20.js +1 -1
  30. package/shared/definition21.js +1 -1
  31. package/shared/definition22.js +1 -1
  32. package/shared/definition23.js +1 -1
  33. package/shared/definition24.js +1 -1
  34. package/shared/definition25.js +1 -1
  35. package/shared/definition28.js +37 -46
  36. package/shared/definition29.js +2 -2
  37. package/shared/definition3.js +1 -1
  38. package/shared/definition30.js +1 -1
  39. package/shared/definition31.js +1 -1
  40. package/shared/definition33.js +1 -1
  41. package/shared/definition34.js +1 -1
  42. package/shared/definition35.js +1 -1
  43. package/shared/definition36.js +1 -1
  44. package/shared/definition37.js +1 -1
  45. package/shared/definition38.js +1 -1
  46. package/shared/definition39.js +1 -1
  47. package/shared/definition4.js +10 -6
  48. package/shared/definition40.js +1 -1
  49. package/shared/definition41.js +6 -4
  50. package/shared/definition42.js +1 -1
  51. package/shared/definition43.js +1 -1
  52. package/shared/definition44.js +1 -1
  53. package/shared/definition45.js +10 -6
  54. package/shared/definition46.js +1 -1
  55. package/shared/definition48.js +1 -1
  56. package/shared/definition49.js +8 -3
  57. package/shared/definition5.js +1 -1
  58. package/shared/definition51.js +1 -1
  59. package/shared/definition52.js +1 -1
  60. package/shared/definition54.js +37 -45
  61. package/shared/definition55.js +42 -58
  62. package/shared/definition56.js +1 -1
  63. package/shared/definition58.js +1 -1
  64. package/shared/definition6.js +1 -1
  65. package/shared/definition60.js +108 -12
  66. package/shared/definition7.js +1 -1
  67. package/shared/definition8.js +2 -3
  68. package/shared/definition9.js +1 -1
  69. package/shared/enums.js +5 -1
  70. package/shared/form-associated.js +1 -0
  71. package/shared/index2.js +1 -1
  72. package/shared/patterns/anchored.d.ts +22 -0
  73. package/shared/presentationDate.js +1 -1
  74. package/shared/text-field.js +1 -1
  75. package/style.css +124 -92
  76. package/styles/core/all.css +1 -1
  77. package/styles/core/theme.css +1 -1
  78. package/styles/core/typography.css +1 -1
  79. package/styles/tokens/theme-dark.css +4 -4
  80. package/styles/tokens/theme-light.css +4 -4
  81. package/styles/tokens/vivid-2-compat.css +1 -1
  82. package/toggletip/index.js +1 -0
  83. package/tooltip/index.js +1 -0
  84. package/vivid.api.json +38 -0
package/style.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
3
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4
4
  */
5
5
  :host {
6
6
  display: inline-block;
@@ -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 Thu, 21 Dec 2023 10:43:18 GMT
349
+ * Generated on Mon, 08 Jan 2024 16:06:07 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 Thu, 21 Dec 2023 10:43:18 GMT
367
+ * Generated on Mon, 08 Jan 2024 16:06:07 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 Thu, 21 Dec 2023 10:43:18 GMT
392
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
393
393
  */
394
394
  :host {
395
395
  display: contents;
@@ -526,7 +526,7 @@ p {
526
526
  font: var(--vvd-typography-base-condensed);
527
527
  }/**
528
528
  * Do not edit directly
529
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
529
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
530
530
  */
531
531
  .base {
532
532
  display: flex;
@@ -577,7 +577,7 @@ p {
577
577
  display: none;
578
578
  }/**
579
579
  * Do not edit directly
580
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
580
+ * Generated on Mon, 08 Jan 2024 16:06:07 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 Thu, 21 Dec 2023 10:43:18 GMT
703
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
704
704
  */
705
705
  :host {
706
706
  display: inline-block;
@@ -787,7 +787,7 @@ label {
787
787
  pointer-events: none;
788
788
  }/**
789
789
  * Do not edit directly
790
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
790
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
791
791
  */
792
792
  :host {
793
793
  display: inline-block;
@@ -851,7 +851,7 @@ label {
851
851
  margin-block: 4px;
852
852
  }/**
853
853
  * Do not edit directly
854
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
854
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
855
855
  */
856
856
  .control {
857
857
  position: fixed;
@@ -880,6 +880,11 @@ label {
880
880
  inset-inline-start: auto;
881
881
  margin-inline: 16px;
882
882
  }
883
+ .control:where(.strategy-static) {
884
+ position: static;
885
+ margin: 0;
886
+ inline-size: auto;
887
+ }
883
888
  .control:not(.open) {
884
889
  opacity: 0;
885
890
  transform: scale(0.8);
@@ -954,7 +959,7 @@ label {
954
959
  padding-inline-start: 8px;
955
960
  }/**
956
961
  * Do not edit directly
957
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
962
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
958
963
  */
959
964
  :host {
960
965
  display: inline-block;
@@ -970,12 +975,16 @@ label {
970
975
  margin: 0;
971
976
  background-color: var(--_appearance-color-fill);
972
977
  block-size: var(--_button-block-size);
978
+ border-radius: var(--_button-border-radius);
973
979
  box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
974
980
  color: var(--_appearance-color-text);
975
981
  gap: var(--_button-icon-gap);
976
982
  vertical-align: middle;
977
- /* Shape */
978
983
  /* Size */
984
+ /* Shape */
985
+ /* stylelint-disable */
986
+ /* disabling because of order issues */
987
+ /* stylelint-enable */
979
988
  }
980
989
  .control.connotation-cta {
981
990
  /* @cssprop [--vvd-button-cta-primary=var(--vvd-color-cta-500)] */
@@ -1152,18 +1161,6 @@ label {
1152
1161
  inline-size: var(--_button-block-size);
1153
1162
  }
1154
1163
  }
1155
- .control:not(.shape-pill) {
1156
- border-radius: 6px;
1157
- }
1158
- .control.shape-pill:not(.icon-only, .stacked) {
1159
- border-radius: 24px;
1160
- }
1161
- .control.shape-pill.stacked {
1162
- border-radius: 24px;
1163
- }
1164
- .control.shape-pill.icon-only {
1165
- border-radius: 50%;
1166
- }
1167
1164
  .control:not(.stacked).size-super-condensed {
1168
1165
  --_button-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
1169
1166
  font: var(--vvd-typography-base-condensed-bold);
@@ -1196,6 +1193,21 @@ label {
1196
1193
  --_button-icon-gap: 8px;
1197
1194
  padding-inline: 16px;
1198
1195
  }
1196
+ .control:not(.shape-pill) {
1197
+ --_button-border-radius: 6px;
1198
+ }
1199
+ .control:not(.shape-pill).size-condensed:not(.stacked), .control:not(.shape-pill).size-super-condensed:not(.stacked) {
1200
+ --_button-border-radius: 4px;
1201
+ }
1202
+ .control.shape-pill:not(.icon-only, .stacked) {
1203
+ --_button-border-radius: 24px;
1204
+ }
1205
+ .control.shape-pill.stacked {
1206
+ --_button-border-radius: 24px;
1207
+ }
1208
+ .control.shape-pill.icon-only {
1209
+ --_button-border-radius: 50%;
1210
+ }
1199
1211
  .control.stacked {
1200
1212
  flex-direction: column;
1201
1213
  justify-content: center;
@@ -1323,7 +1335,7 @@ slot[name=icon] {
1323
1335
  filter: none;
1324
1336
  }/**
1325
1337
  * Do not edit directly
1326
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
1338
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1327
1339
  */
1328
1340
  .base {
1329
1341
  align-items: center;
@@ -1446,7 +1458,7 @@ slot[name=icon] {
1446
1458
  }
1447
1459
  }/**
1448
1460
  * Do not edit directly
1449
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
1461
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1450
1462
  */
1451
1463
  .base {
1452
1464
  display: inline-flex;
@@ -1472,7 +1484,7 @@ slot[name=icon] {
1472
1484
  min-inline-size: 32px;
1473
1485
  }/**
1474
1486
  * Do not edit directly
1475
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
1487
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1476
1488
  */
1477
1489
  .base {
1478
1490
  display: inline-flex;
@@ -1481,6 +1493,7 @@ slot[name=icon] {
1481
1493
  justify-content: center;
1482
1494
  background-color: var(--_appearance-color-fill);
1483
1495
  block-size: var(--_size);
1496
+ border-radius: var(--_avatar-border-radius);
1484
1497
  box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
1485
1498
  color: var(--_appearance-color-text);
1486
1499
  inline-size: var(--_size);
@@ -1569,10 +1582,13 @@ slot[name=icon] {
1569
1582
  line-height: 1;
1570
1583
  }
1571
1584
  .base:not(.shape-pill) {
1572
- border-radius: 6px;
1585
+ --_avatar-border-radius: 6px;
1586
+ }
1587
+ .base:not(.shape-pill).size-condensed {
1588
+ --_avatar-border-radius: 4px;
1573
1589
  }
1574
1590
  .base.shape-pill {
1575
- border-radius: 50%;
1591
+ --_avatar-border-radius: 50%;
1576
1592
  }
1577
1593
  .base .initials {
1578
1594
  text-transform: uppercase;
@@ -1583,7 +1599,7 @@ slot[name=icon] {
1583
1599
  object-fit: cover;
1584
1600
  }/**
1585
1601
  * Do not edit directly
1586
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
1602
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1587
1603
  */
1588
1604
  :host {
1589
1605
  display: inline-block;
@@ -1773,7 +1789,7 @@ slot[name=icon] {
1773
1789
  order: 1;
1774
1790
  }/**
1775
1791
  * Do not edit directly
1776
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
1792
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1777
1793
  */
1778
1794
  :host {
1779
1795
  display: block;
@@ -1854,7 +1870,7 @@ slot[name=icon] {
1854
1870
  margin-inline-end: 8px;
1855
1871
  }/**
1856
1872
  * Do not edit directly
1857
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
1873
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1858
1874
  */
1859
1875
  .base {
1860
1876
  display: flex;
@@ -1894,7 +1910,7 @@ slot[name=icon] {
1894
1910
  display: none;
1895
1911
  }/**
1896
1912
  * Do not edit directly
1897
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
1913
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1898
1914
  */
1899
1915
  :host {
1900
1916
  display: flex;
@@ -1995,7 +2011,7 @@ slot[name=icon] {
1995
2011
  margin-inline-start: auto;
1996
2012
  }/**
1997
2013
  * Do not edit directly
1998
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
2014
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
1999
2015
  */
2000
2016
  :host {
2001
2017
  display: block;
@@ -2044,7 +2060,7 @@ header {
2044
2060
  display: none;
2045
2061
  }/**
2046
2062
  * Do not edit directly
2047
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
2063
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2048
2064
  */
2049
2065
  .control {
2050
2066
  position: relative;
@@ -2189,7 +2205,7 @@ slot[name=icon] {
2189
2205
  --focus-stroke-gap-color: transparent;
2190
2206
  }/**
2191
2207
  * Do not edit directly
2192
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
2208
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2193
2209
  */
2194
2210
  .base {
2195
2211
  z-index: 1;
@@ -2331,7 +2347,7 @@ slot[name=icon] {
2331
2347
  gap: 4px;
2332
2348
  }/**
2333
2349
  * Do not edit directly
2334
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
2350
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2335
2351
  */
2336
2352
  .control {
2337
2353
  position: relative;
@@ -2434,7 +2450,7 @@ details > summary::-webkit-details-marker {
2434
2450
  display: none;
2435
2451
  }/**
2436
2452
  * Do not edit directly
2437
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
2453
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2438
2454
  */
2439
2455
  .control {
2440
2456
  position: relative;
@@ -2518,7 +2534,7 @@ slot[name=icon] {
2518
2534
  line-height: 1;
2519
2535
  }/**
2520
2536
  * Do not edit directly
2521
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
2537
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2522
2538
  */
2523
2539
  .base {
2524
2540
  display: flex;
@@ -2608,7 +2624,7 @@ slot[name=icon] {
2608
2624
  font: var(--vvd-typography-base);
2609
2625
  }/**
2610
2626
  * Do not edit directly
2611
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
2627
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2612
2628
  */
2613
2629
  .control {
2614
2630
  display: inline-flex;
@@ -2657,7 +2673,7 @@ slot[name=icon] {
2657
2673
  inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2658
2674
  }/**
2659
2675
  * Do not edit directly
2660
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
2676
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2661
2677
  */
2662
2678
  .base {
2663
2679
  height: 6px;
@@ -2809,7 +2825,7 @@ slot[name=icon] {
2809
2825
  }
2810
2826
  }/**
2811
2827
  * Do not edit directly
2812
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
2828
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2813
2829
  */
2814
2830
  @supports selector(:focus-visible) {
2815
2831
  .base:focus-visible {
@@ -2898,7 +2914,7 @@ slot[name=icon] {
2898
2914
  inset-inline-end: var(--selectable-box-spacing, 16px);
2899
2915
  }/**
2900
2916
  * Do not edit directly
2901
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
2917
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2902
2918
  */
2903
2919
  :host {
2904
2920
  display: block;
@@ -2953,7 +2969,7 @@ slot[name=icon] {
2953
2969
  display: none;
2954
2970
  }/**
2955
2971
  * Do not edit directly
2956
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
2972
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
2957
2973
  */
2958
2974
  :host {
2959
2975
  display: inline-block;
@@ -3143,8 +3159,8 @@ slot[name=icon] {
3143
3159
  gap: var(--_split-button-icon-gap);
3144
3160
  isolation: isolate;
3145
3161
  /* Disabled */
3146
- /* shape */
3147
3162
  /* size */
3163
+ /* shape */
3148
3164
  }
3149
3165
  .control:focus-visible {
3150
3166
  outline: none;
@@ -3173,12 +3189,6 @@ slot[name=icon] {
3173
3189
  flex-grow: 1;
3174
3190
  inline-size: inherit;
3175
3191
  }
3176
- .control:not(.shape-pill) {
3177
- --_border-radius: 6px;
3178
- }
3179
- .control.shape-pill {
3180
- --_border-radius: 24px;
3181
- }
3182
3192
  .control.size-super-condensed {
3183
3193
  --_split-button-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
3184
3194
  font: var(--vvd-typography-base-condensed-bold);
@@ -3211,6 +3221,15 @@ slot[name=icon] {
3211
3221
  --_split-button-icon-gap: 8px;
3212
3222
  padding-inline: 16px;
3213
3223
  }
3224
+ .control:not(.shape-pill) {
3225
+ --_border-radius: 6px;
3226
+ }
3227
+ .control:not(.shape-pill).size-super-condensed, .control:not(.shape-pill).super-condensed {
3228
+ --_border-radius: 4px;
3229
+ }
3230
+ .control.shape-pill {
3231
+ --_border-radius: 24px;
3232
+ }
3214
3233
  .control .text {
3215
3234
  overflow: hidden;
3216
3235
  max-inline-size: 100%;
@@ -3224,8 +3243,9 @@ slot[name=icon] {
3224
3243
  border-top-right-radius: var(--_border-radius);
3225
3244
  inline-size: var(--_split-button-inline-size);
3226
3245
  /* Disabled */
3227
- /* Shape */
3246
+ /* Separator */
3228
3247
  /* size */
3248
+ /* Shape */
3229
3249
  }
3230
3250
  .indicator:focus-visible {
3231
3251
  outline: none;
@@ -3236,12 +3256,6 @@ slot[name=icon] {
3236
3256
  .indicator:disabled {
3237
3257
  cursor: not-allowed;
3238
3258
  }
3239
- .indicator:not(.shape-pill) {
3240
- --_border-radius: 6px;
3241
- }
3242
- .indicator.shape-pill {
3243
- --_border-radius: 24px;
3244
- }
3245
3259
  .indicator::before {
3246
3260
  position: absolute;
3247
3261
  background-color: var(--_appearance-color-text);
@@ -3276,6 +3290,15 @@ slot[name=icon] {
3276
3290
  --_split-button-inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 8));
3277
3291
  font: var(--vvd-typography-base-extended);
3278
3292
  }
3293
+ .indicator:not(.shape-pill) {
3294
+ --_border-radius: 6px;
3295
+ }
3296
+ .indicator:not(.shape-pill).size-super-condensed, .indicator:not(.shape-pill).super-condensed {
3297
+ --_border-radius: 4px;
3298
+ }
3299
+ .indicator.shape-pill {
3300
+ --_border-radius: 24px;
3301
+ }
3279
3302
 
3280
3303
  /* Icon */
3281
3304
  .icon {
@@ -3299,7 +3322,7 @@ slot[name=icon] {
3299
3322
  --focus-inset: -1px;
3300
3323
  }/**
3301
3324
  * Do not edit directly
3302
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
3325
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
3303
3326
  */
3304
3327
  .base {
3305
3328
  --tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
@@ -3458,7 +3481,7 @@ slot[name=icon] {
3458
3481
  gap: 8px;
3459
3482
  }/**
3460
3483
  * Do not edit directly
3461
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
3484
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
3462
3485
  */
3463
3486
  .control {
3464
3487
  display: inline-block;
@@ -3483,7 +3506,7 @@ slot[name=icon] {
3483
3506
  margin-block-start: 16px;
3484
3507
  }/**
3485
3508
  * Do not edit directly
3486
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
3509
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
3487
3510
  */
3488
3511
  .control {
3489
3512
  pointer-events: none;
@@ -3498,7 +3521,7 @@ slot[name=icon] {
3498
3521
  font: var(--vvd-typography-base-bold);
3499
3522
  }/**
3500
3523
  * Do not edit directly
3501
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
3524
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
3502
3525
  */
3503
3526
  @supports selector(:focus-visible) {
3504
3527
  :host(:focus-visible) {
@@ -3626,7 +3649,7 @@ slot[name=icon] {
3626
3649
  color: var(--vvd-color-neutral-600);
3627
3650
  }/**
3628
3651
  * Do not edit directly
3629
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
3652
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
3630
3653
  */
3631
3654
  .wrapper {
3632
3655
  display: grid;
@@ -4193,7 +4216,7 @@ slot[name=icon] {
4193
4216
  --_appearance-color-outline: transparent;
4194
4217
  }/**
4195
4218
  * Do not edit directly
4196
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
4219
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4197
4220
  */
4198
4221
  .base {
4199
4222
  display: flex;
@@ -4205,7 +4228,7 @@ slot[name=icon] {
4205
4228
  border-bottom: 1px solid var(--vvd-color-neutral-200);
4206
4229
  }/**
4207
4230
  * Do not edit directly
4208
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
4231
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4209
4232
  */
4210
4233
  :host {
4211
4234
  display: flex;
@@ -4322,7 +4345,7 @@ button:not(:focus-visible) > .focus-indicator {
4322
4345
  display: flex;
4323
4346
  }/**
4324
4347
  * Do not edit directly
4325
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
4348
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4326
4349
  */
4327
4350
  :host([disabled]) {
4328
4351
  cursor: not-allowed;
@@ -4459,7 +4482,7 @@ dialog.fixed {
4459
4482
  transform: translate(0, -50%);
4460
4483
  }/**
4461
4484
  * Do not edit directly
4462
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
4485
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4463
4486
  */
4464
4487
  .base {
4465
4488
  box-sizing: border-box;
@@ -4609,7 +4632,7 @@ slot[name=main] {
4609
4632
  border-radius: inherit;
4610
4633
  }/**
4611
4634
  * Do not edit directly
4612
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
4635
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4613
4636
  */
4614
4637
  .positioning-region {
4615
4638
  display: flex;
@@ -4626,9 +4649,10 @@ label + .positioning-region {
4626
4649
  label {
4627
4650
  color: var(--vvd-color-canvas-text);
4628
4651
  font: var(--vvd-typography-base);
4629
- }/**
4652
+ }/* #region SPACES */
4653
+ /**
4630
4654
  * Do not edit directly
4631
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
4655
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4632
4656
  */
4633
4657
  @supports selector(:focus-visible) {
4634
4658
  :host(:focus-visible) {
@@ -4759,10 +4783,15 @@ slot[name=icon] {
4759
4783
  }
4760
4784
  :host(:not(.vertical)):host(:not([aria-selected=true])) .base::after {
4761
4785
  opacity: 0;
4762
- }/**
4786
+ }/* #region SPACES */
4787
+ /**
4763
4788
  * Do not edit directly
4764
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
4789
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4765
4790
  */
4791
+ :host {
4792
+ display: block;
4793
+ }
4794
+
4766
4795
  .base {
4767
4796
  display: grid;
4768
4797
  box-sizing: border-box;
@@ -4789,6 +4818,7 @@ slot[name=icon] {
4789
4818
  .base:not(.orientation-vertical) {
4790
4819
  grid-template-columns: 1fr;
4791
4820
  grid-template-rows: auto 1fr;
4821
+ max-block-size: 100%;
4792
4822
  }
4793
4823
 
4794
4824
  .tablist {
@@ -4835,13 +4865,16 @@ slot[name=icon] {
4835
4865
  }
4836
4866
 
4837
4867
  .tabpanel {
4838
- min-inline-size: 0;
4839
- }
4840
- .base.orientation-vertical .tabpanel {
4868
+ box-sizing: border-box;
4841
4869
  block-size: 100%;
4870
+ min-block-size: 0;
4871
+ min-inline-size: 0;
4842
4872
  overflow-x: hidden;
4843
4873
  overflow-y: auto;
4844
4874
  }
4875
+ .base.gutters-small .tabpanel {
4876
+ padding: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) - calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16)));
4877
+ }
4845
4878
 
4846
4879
  .active-indicator {
4847
4880
  background: currentColor;
@@ -4879,7 +4912,7 @@ slot[name=icon] {
4879
4912
  gap: 4px;
4880
4913
  }/**
4881
4914
  * Do not edit directly
4882
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
4915
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
4883
4916
  */
4884
4917
  :host {
4885
4918
  display: inline-flex;
@@ -5029,7 +5062,7 @@ label {
5029
5062
  --_low-ink-color: var(--vvd-color-neutral-600);
5030
5063
  }/**
5031
5064
  * Do not edit directly
5032
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
5065
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
5033
5066
  */
5034
5067
  :host {
5035
5068
  display: block;
@@ -5048,7 +5081,7 @@ label {
5048
5081
  inline-size: 1px;
5049
5082
  }/**
5050
5083
  * Do not edit directly
5051
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
5084
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
5052
5085
  */
5053
5086
  :host {
5054
5087
  display: inline-block;
@@ -5337,7 +5370,7 @@ label {
5337
5370
  pointer-events: none;
5338
5371
  }/**
5339
5372
  * Do not edit directly
5340
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
5373
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
5341
5374
  */
5342
5375
  @supports selector(:focus-visible) {
5343
5376
  :host(:focus-visible) {
@@ -5518,7 +5551,7 @@ label {
5518
5551
  --_select-control-border-radius: 6px;
5519
5552
  }/**
5520
5553
  * Do not edit directly
5521
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
5554
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
5522
5555
  */
5523
5556
  :host(.disabled) {
5524
5557
  cursor: not-allowed;
@@ -5701,7 +5734,7 @@ label {
5701
5734
  display: none;
5702
5735
  }/**
5703
5736
  * Do not edit directly
5704
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
5737
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
5705
5738
  */
5706
5739
  :host {
5707
5740
  position: relative;
@@ -5764,7 +5797,7 @@ label {
5764
5797
  inline-size: 100%;
5765
5798
  }/**
5766
5799
  * Do not edit directly
5767
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
5800
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
5768
5801
  */
5769
5802
  :host {
5770
5803
  display: block;
@@ -5879,7 +5912,7 @@ label {
5879
5912
  display: none;
5880
5913
  }/**
5881
5914
  * Do not edit directly
5882
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
5915
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
5883
5916
  */
5884
5917
  :host {
5885
5918
  display: inline-block;
@@ -6059,7 +6092,7 @@ label {
6059
6092
  resize: vertical;
6060
6093
  }/**
6061
6094
  * Do not edit directly
6062
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
6095
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
6063
6096
  */
6064
6097
  :host {
6065
6098
  display: inline-block;
@@ -6222,13 +6255,15 @@ label {
6222
6255
  .popup-wrapper {
6223
6256
  z-index: 10;
6224
6257
  border-radius: 6px;
6225
- inline-size: fit-content;
6258
+ inline-size: max-content;
6226
6259
  }
6227
6260
  .popup-wrapper:not(.absolute) {
6228
6261
  position: fixed;
6229
6262
  }
6230
6263
  .popup-wrapper.absolute {
6231
6264
  position: absolute;
6265
+ top: 0;
6266
+ left: 0;
6232
6267
  }
6233
6268
 
6234
6269
  .popup-content {
@@ -6255,7 +6290,7 @@ label {
6255
6290
  margin-inline-end: 4px;
6256
6291
  }/**
6257
6292
  * Do not edit directly
6258
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
6293
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
6259
6294
  */
6260
6295
  @supports selector(:focus-visible) {
6261
6296
  :host(:focus-visible) {
@@ -6428,12 +6463,9 @@ label {
6428
6463
  block-size: inherit;
6429
6464
  inline-size: 100%;
6430
6465
  max-block-size: inherit;
6431
- }
6432
- .base::-webkit-scrollbar {
6433
- display: none;
6434
6466
  }/**
6435
6467
  * Do not edit directly
6436
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
6468
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
6437
6469
  */
6438
6470
  .base {
6439
6471
  display: grid;
@@ -6502,7 +6534,7 @@ label {
6502
6534
  background-color: var(--_appearance-color-fill);
6503
6535
  }/**
6504
6536
  * Do not edit directly
6505
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
6537
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
6506
6538
  */
6507
6539
  :host {
6508
6540
  min-inline-size: 80px;
@@ -6599,7 +6631,7 @@ slot {
6599
6631
  margin-inline-start: auto;
6600
6632
  }/**
6601
6633
  * Do not edit directly
6602
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
6634
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
6603
6635
  */
6604
6636
  ol {
6605
6637
  padding: 0;
@@ -6859,7 +6891,7 @@ ol {
6859
6891
  text-transform: uppercase;
6860
6892
  }/**
6861
6893
  * Do not edit directly
6862
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
6894
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
6863
6895
  */
6864
6896
  :host {
6865
6897
  display: inline-block;