@vonage/vivid 3.34.0 → 3.36.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 (69) hide show
  1. package/custom-elements.json +39 -2
  2. package/lib/avatar/avatar.d.ts +1 -1
  3. package/lib/menu-item/menu-item.d.ts +2 -0
  4. package/lib/menu-item/menu-item.template.d.ts +1 -1
  5. package/lib/progress-ring/progress-ring.d.ts +1 -1
  6. package/listbox/index.js +1 -1
  7. package/menu/index.js +2 -2
  8. package/menu-item/index.js +2 -1
  9. package/package.json +1 -1
  10. package/shared/affix.js +12 -5
  11. package/shared/definition.js +1 -1
  12. package/shared/definition10.js +1 -1
  13. package/shared/definition11.js +1 -1
  14. package/shared/definition12.js +1 -1
  15. package/shared/definition13.js +1 -1
  16. package/shared/definition14.js +1 -1
  17. package/shared/definition15.js +1 -1
  18. package/shared/definition16.js +2 -2
  19. package/shared/definition17.js +1 -1
  20. package/shared/definition18.js +1 -1
  21. package/shared/definition19.js +1 -1
  22. package/shared/definition2.js +1 -1
  23. package/shared/definition20.js +1 -1
  24. package/shared/definition21.js +1 -1
  25. package/shared/definition22.js +1 -1
  26. package/shared/definition23.js +1 -1
  27. package/shared/definition26.js +476 -54
  28. package/shared/definition27.js +7 -400
  29. package/shared/definition28.js +3 -3
  30. package/shared/definition29.js +1 -1
  31. package/shared/definition3.js +1 -1
  32. package/shared/definition31.js +1 -1
  33. package/shared/definition32.js +1 -1
  34. package/shared/definition33.js +4 -6
  35. package/shared/definition34.js +1 -1
  36. package/shared/definition35.js +1 -1
  37. package/shared/definition36.js +1 -1
  38. package/shared/definition37.js +1 -1
  39. package/shared/definition38.js +1 -1
  40. package/shared/definition39.js +5 -7
  41. package/shared/definition4.js +1 -1
  42. package/shared/definition40.js +1 -1
  43. package/shared/definition42.js +1 -1
  44. package/shared/definition43.js +1 -1
  45. package/shared/definition45.js +3 -3
  46. package/shared/definition46.js +1 -1
  47. package/shared/definition48.js +3 -3
  48. package/shared/definition49.js +1 -1
  49. package/shared/definition5.js +1 -1
  50. package/shared/definition51.js +1 -1
  51. package/shared/definition52.js +1 -1
  52. package/shared/definition53.js +1 -1
  53. package/shared/definition55.js +1 -1
  54. package/shared/definition6.js +1 -1
  55. package/shared/definition7.js +1 -1
  56. package/shared/definition8.js +1 -1
  57. package/shared/icon.js +1 -1
  58. package/shared/index2.js +66 -73
  59. package/shared/patterns/affix.d.ts +5 -1
  60. package/shared/patterns/form-elements/form-elements.d.ts +9 -7
  61. package/shared/text-field.js +1 -1
  62. package/style.css +285 -267
  63. package/styles/core/all.css +1 -1
  64. package/styles/core/theme.css +1 -1
  65. package/styles/core/typography.css +1 -1
  66. package/styles/tokens/theme-dark.css +4 -4
  67. package/styles/tokens/theme-light.css +4 -4
  68. package/styles/tokens/vivid-2-compat.css +1 -1
  69. package/vivid.api.json +10 -1
package/style.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
3
+ * Generated on Wed, 13 Sep 2023 10:58:27 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 Mon, 04 Sep 2023 12:44:18 GMT
320
+ * Generated on Wed, 13 Sep 2023 10:58:27 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 Mon, 04 Sep 2023 12:44:18 GMT
338
+ * Generated on Wed, 13 Sep 2023 10:58:27 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 Mon, 04 Sep 2023 12:44:18 GMT
363
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
364
364
  */
365
365
  :host {
366
366
  display: contents;
@@ -497,7 +497,58 @@ p {
497
497
  font: var(--vvd-typography-base-condensed);
498
498
  }/**
499
499
  * Do not edit directly
500
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
500
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
501
+ */
502
+ .base {
503
+ display: flex;
504
+ box-sizing: border-box;
505
+ flex-direction: column;
506
+ gap: 8px;
507
+ inline-size: max-content;
508
+ max-block-size: var(--menu-block-size, 408px);
509
+ max-inline-size: var(--menu-max-inline-size);
510
+ min-inline-size: var(--menu-min-inline-size);
511
+ overflow-x: hidden;
512
+ overflow-y: auto;
513
+ padding-block: 8px;
514
+ }
515
+
516
+ ::slotted(a) {
517
+ color: var(--vvd-color-canvas-text);
518
+ text-decoration: none;
519
+ }
520
+
521
+ ::slotted(a[role=menuitem]:focus) {
522
+ display: block;
523
+ border-radius: 6px;
524
+ box-shadow: inset 0 0 0 3px currentColor;
525
+ outline: 2px solid currentColor;
526
+ outline-offset: -2px;
527
+ }
528
+
529
+ .header {
530
+ padding-block-start: 8px;
531
+ padding-inline: 16px;
532
+ }
533
+ .hide-header .header {
534
+ display: none;
535
+ }
536
+
537
+ .hide-body .body {
538
+ display: none;
539
+ }
540
+
541
+ .action-items {
542
+ display: flex;
543
+ justify-content: flex-end;
544
+ gap: 8px;
545
+ padding-inline: 8px;
546
+ }
547
+ .hide-actions .action-items {
548
+ display: none;
549
+ }/**
550
+ * Do not edit directly
551
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
501
552
  */
502
553
  @supports selector(:focus-visible) {
503
554
  :host(:focus-visible) {
@@ -617,7 +668,7 @@ label {
617
668
  display: none;
618
669
  }/**
619
670
  * Do not edit directly
620
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
671
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
621
672
  */
622
673
  :host {
623
674
  display: inline-block;
@@ -701,7 +752,7 @@ label {
701
752
  pointer-events: none;
702
753
  }/**
703
754
  * Do not edit directly
704
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
755
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
705
756
  */
706
757
  :host {
707
758
  display: inline-block;
@@ -765,7 +816,7 @@ label {
765
816
  margin-block: 4px;
766
817
  }/**
767
818
  * Do not edit directly
768
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
819
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
769
820
  */
770
821
  .control {
771
822
  position: fixed;
@@ -922,7 +973,7 @@ label {
922
973
  filter: none;
923
974
  }/**
924
975
  * Do not edit directly
925
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
976
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
926
977
  */
927
978
  .base {
928
979
  align-items: center;
@@ -1045,7 +1096,7 @@ label {
1045
1096
  }
1046
1097
  }/**
1047
1098
  * Do not edit directly
1048
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
1099
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1049
1100
  */
1050
1101
  .base {
1051
1102
  display: inline-flex;
@@ -1070,6 +1121,8 @@ label {
1070
1121
  --_connotation-color-fierce: var(--vvd-avatar-cta-fierce, var(--vvd-color-cta-700));
1071
1122
  /* @cssprop [--vvd-avatar-cta-pale=var(--vvd-color-cta-300)] */
1072
1123
  --_connotation-color-pale: var(--vvd-avatar-cta-pale, var(--vvd-color-cta-300));
1124
+ /* @cssprop [--vvd-avatar-cta-soft=var(--vvd-color-cta-100)] */
1125
+ --_connotation-color-soft: var(--vvd-avatar-cta-soft, var(--vvd-color-cta-100));
1073
1126
  }
1074
1127
  .base:not(.connotation-cta) {
1075
1128
  /* @cssprop [--vvd-avatar-accent-primary=var(--vvd-color-canvas-text)] */
@@ -1082,6 +1135,8 @@ label {
1082
1135
  --_connotation-color-fierce: var(--vvd-avatar-accent-fierce, var(--vvd-color-neutral-700));
1083
1136
  /* @cssprop [--vvd-avatar-accent-pale=var(--vvd-color-neutral-300)] */
1084
1137
  --_connotation-color-pale: var(--vvd-avatar-accent-pale, var(--vvd-color-neutral-300));
1138
+ /* @cssprop [--vvd-avatar-accent-soft=var(--vvd-color-neutral-100)] */
1139
+ --_connotation-color-soft: var(--vvd-avatar-accent-soft, var(--vvd-color-neutral-100));
1085
1140
  }
1086
1141
  .base {
1087
1142
  --_appearance-color-text: var(--_connotation-color-primary-text);
@@ -1098,6 +1153,11 @@ label {
1098
1153
  --_appearance-color-fill: transparent;
1099
1154
  --_appearance-color-outline: var(--_connotation-color-pale);
1100
1155
  }
1156
+ .base.appearance-subtle {
1157
+ --_appearance-color-text: var(--_connotation-color-contrast);
1158
+ --_appearance-color-fill: var(--_connotation-color-soft);
1159
+ --_appearance-color-outline: transparent;
1160
+ }
1101
1161
  .base.size-condensed {
1102
1162
  --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 8));
1103
1163
  }
@@ -1143,7 +1203,7 @@ label {
1143
1203
  object-fit: cover;
1144
1204
  }/**
1145
1205
  * Do not edit directly
1146
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
1206
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1147
1207
  */
1148
1208
  .base {
1149
1209
  --_badge-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
@@ -1316,7 +1376,7 @@ label {
1316
1376
  order: 1;
1317
1377
  }/**
1318
1378
  * Do not edit directly
1319
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
1379
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1320
1380
  */
1321
1381
  .control {
1322
1382
  overflow: hidden;
@@ -1393,7 +1453,7 @@ label {
1393
1453
  margin-inline-end: 8px;
1394
1454
  }/**
1395
1455
  * Do not edit directly
1396
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
1456
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1397
1457
  */
1398
1458
  .base {
1399
1459
  display: flex;
@@ -1433,7 +1493,7 @@ label {
1433
1493
  display: none;
1434
1494
  }/**
1435
1495
  * Do not edit directly
1436
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
1496
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1437
1497
  */
1438
1498
  :host {
1439
1499
  display: flex;
@@ -1534,7 +1594,7 @@ label {
1534
1594
  margin-inline-start: auto;
1535
1595
  }/**
1536
1596
  * Do not edit directly
1537
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
1597
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1538
1598
  */
1539
1599
  :host {
1540
1600
  display: block;
@@ -1583,7 +1643,7 @@ header {
1583
1643
  display: none;
1584
1644
  }/**
1585
1645
  * Do not edit directly
1586
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
1646
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1587
1647
  */
1588
1648
  .control {
1589
1649
  position: relative;
@@ -1727,7 +1787,7 @@ header {
1727
1787
  --focus-stroke-gap-color: transparent;
1728
1788
  }/**
1729
1789
  * Do not edit directly
1730
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
1790
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1731
1791
  */
1732
1792
  .base {
1733
1793
  z-index: 1;
@@ -1869,7 +1929,7 @@ header {
1869
1929
  gap: 4px;
1870
1930
  }/**
1871
1931
  * Do not edit directly
1872
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
1932
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1873
1933
  */
1874
1934
  .control {
1875
1935
  position: relative;
@@ -1948,7 +2008,7 @@ header {
1948
2008
  display: none;
1949
2009
  }
1950
2010
 
1951
- .icon {
2011
+ slot[name=icon] {
1952
2012
  font-size: 20px;
1953
2013
  line-height: 1;
1954
2014
  }
@@ -1971,7 +2031,7 @@ details > summary::-webkit-details-marker {
1971
2031
  display: none;
1972
2032
  }/**
1973
2033
  * Do not edit directly
1974
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
2034
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
1975
2035
  */
1976
2036
  .control {
1977
2037
  position: relative;
@@ -2054,7 +2114,7 @@ details > summary::-webkit-details-marker {
2054
2114
  line-height: 1;
2055
2115
  }/**
2056
2116
  * Do not edit directly
2057
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
2117
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2058
2118
  */
2059
2119
  .base {
2060
2120
  display: flex;
@@ -2144,7 +2204,7 @@ details > summary::-webkit-details-marker {
2144
2204
  font: var(--vvd-typography-base);
2145
2205
  }/**
2146
2206
  * Do not edit directly
2147
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
2207
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2148
2208
  */
2149
2209
  .control {
2150
2210
  display: inline-flex;
@@ -2180,7 +2240,7 @@ details > summary::-webkit-details-marker {
2180
2240
  inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2181
2241
  }/**
2182
2242
  * Do not edit directly
2183
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
2243
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2184
2244
  */
2185
2245
  .base {
2186
2246
  height: 6px;
@@ -2332,7 +2392,7 @@ details > summary::-webkit-details-marker {
2332
2392
  }
2333
2393
  }/**
2334
2394
  * Do not edit directly
2335
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
2395
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2336
2396
  */
2337
2397
  .control {
2338
2398
  position: fixed;
@@ -2379,7 +2439,7 @@ details > summary::-webkit-details-marker {
2379
2439
  display: none;
2380
2440
  }/**
2381
2441
  * Do not edit directly
2382
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
2442
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2383
2443
  */
2384
2444
  :host {
2385
2445
  display: inline-block;
@@ -2683,7 +2743,7 @@ details > summary::-webkit-details-marker {
2683
2743
  --focus-inset: -1px;
2684
2744
  }/**
2685
2745
  * Do not edit directly
2686
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
2746
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2687
2747
  */
2688
2748
  .base {
2689
2749
  --tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
@@ -2818,13 +2878,10 @@ details > summary::-webkit-details-marker {
2818
2878
  white-space: nowrap;
2819
2879
  }
2820
2880
 
2821
- .icon {
2881
+ slot[name=icon] {
2822
2882
  font-size: calc(var(--tag-block-size) / 1.5);
2823
2883
  line-height: 1;
2824
2884
  }
2825
- .icon > * {
2826
- vertical-align: middle;
2827
- }
2828
2885
 
2829
2886
  .dismiss-button {
2830
2887
  display: flex;
@@ -2834,6 +2891,9 @@ details > summary::-webkit-details-marker {
2834
2891
  cursor: pointer;
2835
2892
  }
2836
2893
 
2894
+ .focus-indicator {
2895
+ --focus-stroke-gap-color: transparent;
2896
+ }
2837
2897
  .base:not(:focus-visible) .focus-indicator {
2838
2898
  display: none;
2839
2899
  }.base {
@@ -2842,7 +2902,7 @@ details > summary::-webkit-details-marker {
2842
2902
  gap: 8px;
2843
2903
  }/**
2844
2904
  * Do not edit directly
2845
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
2905
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2846
2906
  */
2847
2907
  .control {
2848
2908
  display: inline-block;
@@ -2867,7 +2927,7 @@ details > summary::-webkit-details-marker {
2867
2927
  margin-block-start: 16px;
2868
2928
  }/**
2869
2929
  * Do not edit directly
2870
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
2930
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2871
2931
  */
2872
2932
  .control {
2873
2933
  pointer-events: none;
@@ -2882,7 +2942,7 @@ details > summary::-webkit-details-marker {
2882
2942
  font: var(--vvd-typography-base-bold);
2883
2943
  }/**
2884
2944
  * Do not edit directly
2885
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
2945
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
2886
2946
  */
2887
2947
  @supports selector(:focus-visible) {
2888
2948
  :host(:focus-visible) {
@@ -2983,6 +3043,9 @@ details > summary::-webkit-details-marker {
2983
3043
  .expandCollapseButton:hover {
2984
3044
  background-color: var(--vvd-color-neutral-100);
2985
3045
  }
3046
+ .selected .expandCollapseButton:hover {
3047
+ background-color: var(--vvd-color-neutral-700);
3048
+ }
2986
3049
 
2987
3050
  .items {
2988
3051
  display: flex;
@@ -3004,7 +3067,7 @@ details > summary::-webkit-details-marker {
3004
3067
  color: var(--vvd-color-neutral-600);
3005
3068
  }/**
3006
3069
  * Do not edit directly
3007
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
3070
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3008
3071
  */
3009
3072
  .base {
3010
3073
  display: flex;
@@ -3016,7 +3079,7 @@ details > summary::-webkit-details-marker {
3016
3079
  border-bottom: 1px solid var(--vvd-color-neutral-200);
3017
3080
  }/**
3018
3081
  * Do not edit directly
3019
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
3082
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3020
3083
  */
3021
3084
  :host {
3022
3085
  display: flex;
@@ -3131,7 +3194,7 @@ button:not(:focus-visible) > .focus-indicator {
3131
3194
  display: none;
3132
3195
  }/**
3133
3196
  * Do not edit directly
3134
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
3197
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3135
3198
  */
3136
3199
  :host {
3137
3200
  display: inline-block;
@@ -3447,7 +3510,7 @@ button:not(:focus-visible) > .focus-indicator {
3447
3510
  display: flex;
3448
3511
  }/**
3449
3512
  * Do not edit directly
3450
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
3513
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3451
3514
  */
3452
3515
  .base {
3453
3516
  position: relative; /* this is needed for the focus */
@@ -3581,7 +3644,7 @@ dialog.fixed {
3581
3644
  transform: translate(0, -50%);
3582
3645
  }/**
3583
3646
  * Do not edit directly
3584
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
3647
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3585
3648
  */
3586
3649
  .base {
3587
3650
  box-sizing: border-box;
@@ -3722,58 +3785,7 @@ slot[name=main] {
3722
3785
  border-radius: inherit;
3723
3786
  }/**
3724
3787
  * Do not edit directly
3725
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
3726
- */
3727
- .base {
3728
- display: flex;
3729
- box-sizing: border-box;
3730
- flex-direction: column;
3731
- gap: 8px;
3732
- inline-size: max-content;
3733
- max-block-size: var(--menu-block-size, 408px);
3734
- max-inline-size: var(--menu-max-inline-size);
3735
- min-inline-size: var(--menu-min-inline-size);
3736
- overflow-x: hidden;
3737
- overflow-y: auto;
3738
- padding-block: 8px;
3739
- }
3740
-
3741
- ::slotted(a) {
3742
- color: var(--vvd-color-canvas-text);
3743
- text-decoration: none;
3744
- }
3745
-
3746
- ::slotted(a[role=menuitem]:focus) {
3747
- display: block;
3748
- border-radius: 6px;
3749
- box-shadow: inset 0 0 0 3px currentColor;
3750
- outline: 2px solid currentColor;
3751
- outline-offset: -2px;
3752
- }
3753
-
3754
- .header {
3755
- padding-block-start: 8px;
3756
- padding-inline: 16px;
3757
- }
3758
- .hide-header .header {
3759
- display: none;
3760
- }
3761
-
3762
- .hide-body .body {
3763
- display: none;
3764
- }
3765
-
3766
- .action-items {
3767
- display: flex;
3768
- justify-content: flex-end;
3769
- gap: 8px;
3770
- padding-inline: 8px;
3771
- }
3772
- .hide-actions .action-items {
3773
- display: none;
3774
- }/**
3775
- * Do not edit directly
3776
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
3788
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3777
3789
  */
3778
3790
  .positioning-region {
3779
3791
  display: flex;
@@ -3792,7 +3804,7 @@ label {
3792
3804
  font: var(--vvd-typography-base);
3793
3805
  }/**
3794
3806
  * Do not edit directly
3795
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
3807
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3796
3808
  */
3797
3809
  @supports selector(:focus-visible) {
3798
3810
  :host(:focus-visible) {
@@ -3813,7 +3825,7 @@ label {
3813
3825
  background-color: var(--_appearance-color-fill);
3814
3826
  box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
3815
3827
  color: var(--_appearance-color-text);
3816
- font: var(--vvd-typography-base);
3828
+ font: var(--vvd-typography-base-bold);
3817
3829
  gap: var(--_tabs-tablist-gutter);
3818
3830
  min-block-size: 40px;
3819
3831
  vertical-align: middle;
@@ -3886,14 +3898,19 @@ label {
3886
3898
  padding-inline-start: calc(var(--_tabs-active-indicator-stroke-width) + var(--_tabs-tablist-gutter));
3887
3899
  }
3888
3900
 
3901
+ .focus-indicator {
3902
+ --focus-stroke-gap-color: transparent;
3903
+ }
3889
3904
  :host(:not(:focus-visible)) .focus-indicator {
3890
3905
  display: none;
3891
3906
  }
3892
3907
 
3893
- .icon {
3908
+ slot[name=icon] {
3894
3909
  font-size: 20px;
3910
+ line-height: 1;
3895
3911
  }
3896
- .icon-trailing .icon {
3912
+ .icon-trailing slot[name=icon] {
3913
+ display: inline-block;
3897
3914
  order: 1;
3898
3915
  margin-inline-start: auto;
3899
3916
  }
@@ -3902,10 +3919,11 @@ label {
3902
3919
  position: absolute;
3903
3920
  background: currentColor;
3904
3921
  block-size: 2px;
3922
+ border-radius: 2px;
3905
3923
  content: "";
3906
- inline-size: calc(100% + var(--_tabs-tablist-gutter) * 2);
3924
+ inline-size: 100%;
3907
3925
  inset-block-end: 0;
3908
- margin-inline: calc(var(--_tabs-tablist-gutter) * -2);
3926
+ inset-inline-start: 0;
3909
3927
  pointer-events: none;
3910
3928
  transition-property: opacity;
3911
3929
  }
@@ -3916,7 +3934,7 @@ label {
3916
3934
  opacity: 0;
3917
3935
  }/**
3918
3936
  * Do not edit directly
3919
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
3937
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3920
3938
  */
3921
3939
  .base {
3922
3940
  display: grid;
@@ -4015,7 +4033,7 @@ label {
4015
4033
  grid-column: 1/auto;
4016
4034
  inline-size: calc(var(--_tabs-active-tab-inline-size) - 32px);
4017
4035
  inset-block-end: 0;
4018
- inset-inline-start: 0;
4036
+ inset-inline-start: 8px;
4019
4037
  justify-self: center;
4020
4038
  padding-inline: var(--_tabs-tablist-gutter);
4021
4039
  }
@@ -4033,7 +4051,7 @@ label {
4033
4051
  gap: 4px;
4034
4052
  }/**
4035
4053
  * Do not edit directly
4036
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
4054
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
4037
4055
  */
4038
4056
  .base {
4039
4057
  display: inline-flex;
@@ -4217,7 +4235,7 @@ label {
4217
4235
  margin-inline-end: 4px;
4218
4236
  }/**
4219
4237
  * Do not edit directly
4220
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
4238
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
4221
4239
  */
4222
4240
  :host {
4223
4241
  display: block;
@@ -4236,7 +4254,7 @@ label {
4236
4254
  inline-size: 1px;
4237
4255
  }/**
4238
4256
  * Do not edit directly
4239
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
4257
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
4240
4258
  */
4241
4259
  :host {
4242
4260
  display: block;
@@ -4351,164 +4369,7 @@ label {
4351
4369
  display: none;
4352
4370
  }/**
4353
4371
  * Do not edit directly
4354
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
4355
- */
4356
- @supports selector(:focus-visible) {
4357
- :host(:focus-visible) {
4358
- outline: none;
4359
- }
4360
- }
4361
- .base {
4362
- position: relative;
4363
- display: flex;
4364
- box-sizing: border-box;
4365
- align-items: center;
4366
- background-color: var(--_appearance-color-fill);
4367
- box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
4368
- gap: 12px;
4369
- inline-size: 100%;
4370
- padding-block: 2px;
4371
- padding-inline: 16px;
4372
- }
4373
- .base {
4374
- --_appearance-color-text: var(--_connotation-color-primary);
4375
- --_appearance-color-fill: transparent;
4376
- --_appearance-color-outline: transparent;
4377
- }
4378
- .base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
4379
- --_appearance-color-text: var(--_connotation-color-primary);
4380
- --_appearance-color-fill: var(--_connotation-color-faint);
4381
- --_appearance-color-outline: transparent;
4382
- }
4383
- .base:where(:disabled, .disabled) {
4384
- --_appearance-color-text: var(--vvd-color-neutral-300);
4385
- --_appearance-color-fill: transparent;
4386
- --_appearance-color-outline: transparent;
4387
- }
4388
- .base:where(:active, .active):where(:not(:disabled, .disabled)) {
4389
- --_appearance-color-text: var(--_connotation-color-primary);
4390
- --_appearance-color-fill: var(--_connotation-color-soft);
4391
- --_appearance-color-outline: transparent;
4392
- }
4393
- .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
4394
- --_appearance-color-text: var(--_connotation-color-primary);
4395
- --_appearance-color-fill: var(--_connotation-color-dim);
4396
- --_appearance-color-outline: transparent;
4397
- }
4398
- .base:where(.selected, [aria-current]):where(:hover, .hover) {
4399
- --_appearance-color-text: var(--_connotation-color-primary);
4400
- --_appearance-color-fill: var(--_connotation-color-pale);
4401
- --_appearance-color-outline: transparent;
4402
- }
4403
- .base {
4404
- /* @cssprop [--vvd-menu-item-accent-primary=var(--vvd-color-canvas-text)] */
4405
- --_connotation-color-primary: var(--vvd-menu-item-accent-primary, var(--vvd-color-canvas-text));
4406
- /* @cssprop [--vvd-menu-item-accent-primary-text=var(--vvd-color-canvas)] */
4407
- --_connotation-color-primary-text: var(--vvd-menu-item-accent-primary-text, var(--vvd-color-canvas));
4408
- /* @cssprop [--vvd-menu-item-accent-primary-increment=var(--vvd-color-neutral-800)] */
4409
- --_connotation-color-primary-increment: var(--vvd-menu-item-accent-primary-increment, var(--vvd-color-neutral-800));
4410
- /* @cssprop [--vvd-menu-item-accent-faint=var(--vvd-color-neutral-50)] */
4411
- --_connotation-color-faint: var(--vvd-menu-item-accent-faint, var(--vvd-color-neutral-50));
4412
- /* @cssprop [--vvd-menu-item-accent-soft=var(--vvd-color-neutral-100)] */
4413
- --_connotation-color-soft: var(--vvd-menu-item-accent-soft, var(--vvd-color-neutral-100));
4414
- /* @cssprop [--vvd-menu-item-accent-pale=var(--vvd-color-neutral-300)] */
4415
- --_connotation-color-pale: var(--vvd-menu-item-accent-pale, var(--vvd-color-neutral-300));
4416
- /* @cssprop [--vvd-menu-item-accent-dim=var(--vvd-color-neutral-200)] */
4417
- --_connotation-color-dim: var(--vvd-menu-item-accent-dim, var(--vvd-color-neutral-200));
4418
- }
4419
- .base:not(.two-lines) {
4420
- min-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
4421
- }
4422
- .base.two-lines {
4423
- min-block-size: 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)));
4424
- }
4425
- @supports (user-select: none) {
4426
- .base {
4427
- user-select: none;
4428
- }
4429
- }
4430
- .base:not(.disabled) {
4431
- cursor: pointer;
4432
- }
4433
- .base.disabled {
4434
- cursor: not-allowed;
4435
- pointer-events: none;
4436
- }
4437
-
4438
- .focus-indicator {
4439
- border-radius: 6px;
4440
- }
4441
- :host(:not(:focus-visible)) .focus-indicator {
4442
- display: none;
4443
- }
4444
-
4445
- .icon {
4446
- flex-shrink: 0;
4447
- font-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);
4448
- line-height: 1;
4449
- }
4450
-
4451
- .action,
4452
- .decorative {
4453
- display: flex;
4454
- place-content: center;
4455
- }
4456
-
4457
- .action {
4458
- color: var(--_appearance-color-text);
4459
- }
4460
- .base.trailing .action {
4461
- order: 1;
4462
- margin-inline-start: auto;
4463
- }
4464
- .base.has-meta .action {
4465
- order: 1;
4466
- margin-inline-start: auto;
4467
- }
4468
-
4469
- .base:not(.disabled) .decorative {
4470
- color: var(--vvd-color-neutral-600);
4471
- }
4472
- .base.disabled .decorative {
4473
- color: var(--vvd-color-neutral-200);
4474
- }
4475
- .base.has-meta .decorative {
4476
- order: 1;
4477
- margin-inline-start: auto;
4478
- }
4479
-
4480
- .text {
4481
- display: flex;
4482
- overflow: hidden;
4483
- flex-direction: column;
4484
- }
4485
-
4486
- .text-primary,
4487
- .text-secondary {
4488
- /* stylelint-disable value-no-vendor-prefix */
4489
- display: -webkit-box;
4490
- /* stylelint-enable value-no-vendor-prefix */
4491
- overflow: hidden;
4492
- -webkit-box-orient: vertical;
4493
- color: var(--_appearance-color-text);
4494
- font: var(--vvd-typography-base);
4495
- }
4496
-
4497
- .text-primary {
4498
- -webkit-line-clamp: var(--text-primary-line-clamp, 1);
4499
- }
4500
- .base.two-lines .text-primary {
4501
- font: var(--vvd-typography-base-bold);
4502
- }
4503
-
4504
- .text-secondary {
4505
- -webkit-line-clamp: var(--text-secondary-line-clamp, 1);
4506
- }
4507
- .base.two-lines .text-secondary {
4508
- color: var(--vvd-color-neutral-600);
4509
- }/**
4510
- * Do not edit directly
4511
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
4372
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
4512
4373
  */
4513
4374
  :host {
4514
4375
  display: inline-block;
@@ -4767,7 +4628,7 @@ label {
4767
4628
  pointer-events: none;
4768
4629
  }/**
4769
4630
  * Do not edit directly
4770
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
4631
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
4771
4632
  */
4772
4633
  @supports selector(:focus-visible) {
4773
4634
  :host(:focus-visible) {
@@ -4948,7 +4809,7 @@ label {
4948
4809
  --_select-control-border-radius: 6px;
4949
4810
  }/**
4950
4811
  * Do not edit directly
4951
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
4812
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
4952
4813
  */
4953
4814
  .control {
4954
4815
  display: inline-flex;
@@ -5119,7 +4980,7 @@ label {
5119
4980
  display: none;
5120
4981
  }/**
5121
4982
  * Do not edit directly
5122
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
4983
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
5123
4984
  */
5124
4985
  :host {
5125
4986
  position: relative;
@@ -5183,7 +5044,7 @@ label {
5183
5044
  inline-size: 100%;
5184
5045
  }/**
5185
5046
  * Do not edit directly
5186
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
5047
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
5187
5048
  */
5188
5049
  :host {
5189
5050
  display: inline-block;
@@ -5342,6 +5203,163 @@ label {
5342
5203
  }
5343
5204
  :host([resize=vertical]) .control {
5344
5205
  resize: vertical;
5206
+ }/**
5207
+ * Do not edit directly
5208
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
5209
+ */
5210
+ @supports selector(:focus-visible) {
5211
+ :host(:focus-visible) {
5212
+ outline: none;
5213
+ }
5214
+ }
5215
+ .base {
5216
+ position: relative;
5217
+ display: flex;
5218
+ box-sizing: border-box;
5219
+ align-items: center;
5220
+ background-color: var(--_appearance-color-fill);
5221
+ box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
5222
+ gap: 12px;
5223
+ inline-size: 100%;
5224
+ padding-block: 2px;
5225
+ padding-inline: 16px;
5226
+ }
5227
+ .base {
5228
+ --_appearance-color-text: var(--_connotation-color-primary);
5229
+ --_appearance-color-fill: transparent;
5230
+ --_appearance-color-outline: transparent;
5231
+ }
5232
+ .base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
5233
+ --_appearance-color-text: var(--_connotation-color-primary);
5234
+ --_appearance-color-fill: var(--_connotation-color-faint);
5235
+ --_appearance-color-outline: transparent;
5236
+ }
5237
+ .base:where(:disabled, .disabled) {
5238
+ --_appearance-color-text: var(--vvd-color-neutral-300);
5239
+ --_appearance-color-fill: transparent;
5240
+ --_appearance-color-outline: transparent;
5241
+ }
5242
+ .base:where(:active, .active):where(:not(:disabled, .disabled)) {
5243
+ --_appearance-color-text: var(--_connotation-color-primary);
5244
+ --_appearance-color-fill: var(--_connotation-color-soft);
5245
+ --_appearance-color-outline: transparent;
5246
+ }
5247
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
5248
+ --_appearance-color-text: var(--_connotation-color-primary);
5249
+ --_appearance-color-fill: var(--_connotation-color-dim);
5250
+ --_appearance-color-outline: transparent;
5251
+ }
5252
+ .base:where(.selected, [aria-current]):where(:hover, .hover) {
5253
+ --_appearance-color-text: var(--_connotation-color-primary);
5254
+ --_appearance-color-fill: var(--_connotation-color-pale);
5255
+ --_appearance-color-outline: transparent;
5256
+ }
5257
+ .base {
5258
+ /* @cssprop [--vvd-menu-item-accent-primary=var(--vvd-color-canvas-text)] */
5259
+ --_connotation-color-primary: var(--vvd-menu-item-accent-primary, var(--vvd-color-canvas-text));
5260
+ /* @cssprop [--vvd-menu-item-accent-primary-text=var(--vvd-color-canvas)] */
5261
+ --_connotation-color-primary-text: var(--vvd-menu-item-accent-primary-text, var(--vvd-color-canvas));
5262
+ /* @cssprop [--vvd-menu-item-accent-primary-increment=var(--vvd-color-neutral-800)] */
5263
+ --_connotation-color-primary-increment: var(--vvd-menu-item-accent-primary-increment, var(--vvd-color-neutral-800));
5264
+ /* @cssprop [--vvd-menu-item-accent-faint=var(--vvd-color-neutral-50)] */
5265
+ --_connotation-color-faint: var(--vvd-menu-item-accent-faint, var(--vvd-color-neutral-50));
5266
+ /* @cssprop [--vvd-menu-item-accent-soft=var(--vvd-color-neutral-100)] */
5267
+ --_connotation-color-soft: var(--vvd-menu-item-accent-soft, var(--vvd-color-neutral-100));
5268
+ /* @cssprop [--vvd-menu-item-accent-pale=var(--vvd-color-neutral-300)] */
5269
+ --_connotation-color-pale: var(--vvd-menu-item-accent-pale, var(--vvd-color-neutral-300));
5270
+ /* @cssprop [--vvd-menu-item-accent-dim=var(--vvd-color-neutral-200)] */
5271
+ --_connotation-color-dim: var(--vvd-menu-item-accent-dim, var(--vvd-color-neutral-200));
5272
+ }
5273
+ .base:not(.two-lines) {
5274
+ min-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
5275
+ }
5276
+ .base.two-lines {
5277
+ min-block-size: 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)));
5278
+ }
5279
+ @supports (user-select: none) {
5280
+ .base {
5281
+ user-select: none;
5282
+ }
5283
+ }
5284
+ .base:not(.disabled) {
5285
+ cursor: pointer;
5286
+ }
5287
+ .base.disabled {
5288
+ cursor: not-allowed;
5289
+ pointer-events: none;
5290
+ }
5291
+
5292
+ .focus-indicator {
5293
+ border-radius: 6px;
5294
+ }
5295
+ :host(:not(:focus-visible)) .focus-indicator {
5296
+ display: none;
5297
+ }
5298
+
5299
+ .icon {
5300
+ flex-shrink: 0;
5301
+ font-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);
5302
+ line-height: 1;
5303
+ }
5304
+
5305
+ .action,
5306
+ .decorative {
5307
+ display: flex;
5308
+ place-content: center;
5309
+ }
5310
+
5311
+ .action {
5312
+ color: var(--_appearance-color-text);
5313
+ }
5314
+ .base.trailing .action {
5315
+ order: 1;
5316
+ margin-inline-start: auto;
5317
+ }
5318
+ .base.has-meta .action {
5319
+ order: 1;
5320
+ margin-inline-start: auto;
5321
+ }
5322
+
5323
+ .base:not(.disabled) .decorative {
5324
+ color: var(--vvd-color-neutral-600);
5325
+ }
5326
+ .base.disabled .decorative {
5327
+ color: var(--vvd-color-neutral-200);
5328
+ }
5329
+ .base.has-meta .decorative {
5330
+ order: 1;
5331
+ margin-inline-start: auto;
5332
+ }
5333
+
5334
+ .text {
5335
+ display: flex;
5336
+ overflow: hidden;
5337
+ flex-direction: column;
5338
+ }
5339
+
5340
+ .text-primary,
5341
+ .text-secondary {
5342
+ /* stylelint-disable value-no-vendor-prefix */
5343
+ display: -webkit-box;
5344
+ /* stylelint-enable value-no-vendor-prefix */
5345
+ overflow: hidden;
5346
+ -webkit-box-orient: vertical;
5347
+ color: var(--_appearance-color-text);
5348
+ font: var(--vvd-typography-base);
5349
+ }
5350
+
5351
+ .text-primary {
5352
+ -webkit-line-clamp: var(--text-primary-line-clamp, 1);
5353
+ }
5354
+ .base.two-lines .text-primary {
5355
+ font: var(--vvd-typography-base-bold);
5356
+ }
5357
+
5358
+ .text-secondary {
5359
+ -webkit-line-clamp: var(--text-secondary-line-clamp, 1);
5360
+ }
5361
+ .base.two-lines .text-secondary {
5362
+ color: var(--vvd-color-neutral-600);
5345
5363
  }:host {
5346
5364
  display: inline-block;
5347
5365
  width: 100%;
@@ -5494,7 +5512,7 @@ label {
5494
5512
  display: none;
5495
5513
  }/**
5496
5514
  * Do not edit directly
5497
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
5515
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
5498
5516
  */
5499
5517
  .base {
5500
5518
  display: grid;
@@ -5563,7 +5581,7 @@ label {
5563
5581
  background-color: var(--_appearance-color-fill);
5564
5582
  }/**
5565
5583
  * Do not edit directly
5566
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
5584
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
5567
5585
  */
5568
5586
  :host {
5569
5587
  min-inline-size: 80px;
@@ -5656,7 +5674,7 @@ slot {
5656
5674
  margin-inline-start: auto;
5657
5675
  }/**
5658
5676
  * Do not edit directly
5659
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
5677
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
5660
5678
  */
5661
5679
  ol {
5662
5680
  padding: 0;
@@ -5916,7 +5934,7 @@ ol {
5916
5934
  text-transform: uppercase;
5917
5935
  }/**
5918
5936
  * Do not edit directly
5919
- * Generated on Mon, 04 Sep 2023 12:44:18 GMT
5937
+ * Generated on Wed, 13 Sep 2023 10:58:27 GMT
5920
5938
  */
5921
5939
  :host {
5922
5940
  display: inline-block;