@vonage/vivid 3.41.0 → 3.42.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 (67) hide show
  1. package/custom-elements.json +111 -6
  2. package/lib/selectable-box/selectable-box.d.ts +1 -0
  3. package/lib/split-button/split-button.d.ts +1 -1
  4. package/listbox/index.js +1 -1
  5. package/package.json +1 -1
  6. package/shared/definition.js +1 -1
  7. package/shared/definition11.js +1 -1
  8. package/shared/definition12.js +1 -1
  9. package/shared/definition13.js +5 -5
  10. package/shared/definition14.js +1 -1
  11. package/shared/definition15.js +19 -8
  12. package/shared/definition16.js +1 -1
  13. package/shared/definition17.js +2 -2
  14. package/shared/definition18.js +4 -1
  15. package/shared/definition19.js +4 -1
  16. package/shared/definition2.js +1 -1
  17. package/shared/definition20.js +1 -1
  18. package/shared/definition21.js +1 -1
  19. package/shared/definition22.js +1 -1
  20. package/shared/definition23.js +1 -1
  21. package/shared/definition24.js +1 -1
  22. package/shared/definition25.js +1 -1
  23. package/shared/definition28.js +1 -1
  24. package/shared/definition29.js +1 -1
  25. package/shared/definition3.js +1 -1
  26. package/shared/definition30.js +1 -1
  27. package/shared/definition31.js +1 -1
  28. package/shared/definition33.js +1 -1
  29. package/shared/definition34.js +1 -1
  30. package/shared/definition35.js +1 -1
  31. package/shared/definition36.js +1 -1
  32. package/shared/definition37.js +1 -1
  33. package/shared/definition38.js +1 -1
  34. package/shared/definition39.js +1 -1
  35. package/shared/definition4.js +1 -1
  36. package/shared/definition40.js +1 -1
  37. package/shared/definition41.js +1 -1
  38. package/shared/definition42.js +33 -22
  39. package/shared/definition43.js +1 -1
  40. package/shared/definition44.js +5 -2
  41. package/shared/definition45.js +1 -1
  42. package/shared/definition46.js +1 -1
  43. package/shared/definition48.js +1 -1
  44. package/shared/definition49.js +15 -6
  45. package/shared/definition5.js +1 -1
  46. package/shared/definition51.js +1 -1
  47. package/shared/definition52.js +1 -1
  48. package/shared/definition54.js +1 -1
  49. package/shared/definition55.js +1 -1
  50. package/shared/definition56.js +1 -1
  51. package/shared/definition58.js +1 -1
  52. package/shared/definition6.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/index.js +1 -1
  57. package/shared/index2.js +1 -1
  58. package/shared/presentationDate.js +6 -4
  59. package/shared/text-field.js +1 -1
  60. package/style.css +134 -87
  61. package/styles/core/all.css +31 -25
  62. package/styles/core/theme.css +1 -1
  63. package/styles/core/typography.css +31 -25
  64. package/styles/tokens/theme-dark.css +4 -4
  65. package/styles/tokens/theme-light.css +4 -4
  66. package/styles/tokens/vivid-2-compat.css +1 -1
  67. package/vivid.api.json +19 -1
package/style.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
4
4
  */
5
5
  :host {
6
6
  display: inline-block;
@@ -319,7 +319,7 @@ slot, svg, ::slotted(:where(svg, img)) {
319
319
  inline-size: inherit;
320
320
  }/**
321
321
  * Do not edit directly
322
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
322
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
323
323
  */
324
324
  :host {
325
325
  display: contents;
@@ -337,7 +337,7 @@ slot, svg, ::slotted(:where(svg, img)) {
337
337
  outline-offset: -2px;
338
338
  }/**
339
339
  * Do not edit directly
340
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
340
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
341
341
  */
342
342
  .message {
343
343
  display: flex;
@@ -362,7 +362,7 @@ slot, svg, ::slotted(:where(svg, img)) {
362
362
  color: var(--vvd-color-alert-500);
363
363
  }/**
364
364
  * Do not edit directly
365
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
365
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
366
366
  */
367
367
  :host {
368
368
  display: contents;
@@ -499,7 +499,7 @@ p {
499
499
  font: var(--vvd-typography-base-condensed);
500
500
  }/**
501
501
  * Do not edit directly
502
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
502
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
503
503
  */
504
504
  .base {
505
505
  display: flex;
@@ -550,7 +550,7 @@ p {
550
550
  display: none;
551
551
  }/**
552
552
  * Do not edit directly
553
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
553
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
554
554
  */
555
555
  @supports selector(:focus-visible) {
556
556
  :host(:focus-visible) {
@@ -673,7 +673,7 @@ label {
673
673
  display: none;
674
674
  }/**
675
675
  * Do not edit directly
676
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
676
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
677
677
  */
678
678
  :host {
679
679
  display: inline-block;
@@ -760,7 +760,7 @@ label {
760
760
  pointer-events: none;
761
761
  }/**
762
762
  * Do not edit directly
763
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
763
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
764
764
  */
765
765
  :host {
766
766
  display: inline-block;
@@ -824,7 +824,7 @@ label {
824
824
  margin-block: 4px;
825
825
  }/**
826
826
  * Do not edit directly
827
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
827
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
828
828
  */
829
829
  .control {
830
830
  position: fixed;
@@ -927,7 +927,7 @@ label {
927
927
  padding-inline-start: 8px;
928
928
  }/**
929
929
  * Do not edit directly
930
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
930
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
931
931
  */
932
932
  :host {
933
933
  display: inline-block;
@@ -1296,7 +1296,7 @@ slot[name=icon] {
1296
1296
  filter: none;
1297
1297
  }/**
1298
1298
  * Do not edit directly
1299
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1299
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
1300
1300
  */
1301
1301
  .base {
1302
1302
  align-items: center;
@@ -1419,7 +1419,7 @@ slot[name=icon] {
1419
1419
  }
1420
1420
  }/**
1421
1421
  * Do not edit directly
1422
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1422
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
1423
1423
  */
1424
1424
  .base {
1425
1425
  display: inline-flex;
@@ -1445,7 +1445,7 @@ slot[name=icon] {
1445
1445
  min-inline-size: 32px;
1446
1446
  }/**
1447
1447
  * Do not edit directly
1448
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1448
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
1449
1449
  */
1450
1450
  .base {
1451
1451
  display: inline-flex;
@@ -1472,6 +1472,8 @@ slot[name=icon] {
1472
1472
  --_connotation-color-pale: var(--vvd-avatar-cta-pale, var(--vvd-color-cta-300));
1473
1473
  /* @cssprop [--vvd-avatar-cta-soft=var(--vvd-color-cta-100)] */
1474
1474
  --_connotation-color-soft: var(--vvd-avatar-cta-soft, var(--vvd-color-cta-100));
1475
+ /* @cssprop [--vvd-avatar-cta-contrast=var(--vvd-color-cta-800)] */
1476
+ --_connotation-color-contrast: var(--vvd-avatar-cta-contrast, var(--vvd-color-cta-800));
1475
1477
  }
1476
1478
  .base:not(.connotation-cta) {
1477
1479
  /* @cssprop [--vvd-avatar-accent-primary=var(--vvd-color-canvas-text)] */
@@ -1486,6 +1488,8 @@ slot[name=icon] {
1486
1488
  --_connotation-color-pale: var(--vvd-avatar-accent-pale, var(--vvd-color-neutral-300));
1487
1489
  /* @cssprop [--vvd-avatar-accent-soft=var(--vvd-color-neutral-100)] */
1488
1490
  --_connotation-color-soft: var(--vvd-avatar-accent-soft, var(--vvd-color-neutral-100));
1491
+ /* @cssprop [--vvd-avatar-accent-contrast=var(--vvd-color-neutral-800)] */
1492
+ --_connotation-color-contrast: var(--vvd-avatar-accent-contrast, var(--vvd-color-neutral-800));
1489
1493
  }
1490
1494
  .base {
1491
1495
  --_appearance-color-text: var(--_connotation-color-primary-text);
@@ -1552,7 +1556,7 @@ slot[name=icon] {
1552
1556
  object-fit: cover;
1553
1557
  }/**
1554
1558
  * Do not edit directly
1555
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1559
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
1556
1560
  */
1557
1561
  :host {
1558
1562
  display: inline-block;
@@ -1730,7 +1734,7 @@ slot[name=icon] {
1730
1734
  order: 1;
1731
1735
  }/**
1732
1736
  * Do not edit directly
1733
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1737
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
1734
1738
  */
1735
1739
  :host {
1736
1740
  display: block;
@@ -1811,7 +1815,7 @@ slot[name=icon] {
1811
1815
  margin-inline-end: 8px;
1812
1816
  }/**
1813
1817
  * Do not edit directly
1814
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1818
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
1815
1819
  */
1816
1820
  .base {
1817
1821
  display: flex;
@@ -1851,7 +1855,7 @@ slot[name=icon] {
1851
1855
  display: none;
1852
1856
  }/**
1853
1857
  * Do not edit directly
1854
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1858
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
1855
1859
  */
1856
1860
  :host {
1857
1861
  display: flex;
@@ -1952,7 +1956,7 @@ slot[name=icon] {
1952
1956
  margin-inline-start: auto;
1953
1957
  }/**
1954
1958
  * Do not edit directly
1955
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1959
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
1956
1960
  */
1957
1961
  :host {
1958
1962
  display: block;
@@ -2001,7 +2005,7 @@ header {
2001
2005
  display: none;
2002
2006
  }/**
2003
2007
  * Do not edit directly
2004
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2008
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2005
2009
  */
2006
2010
  .control {
2007
2011
  position: relative;
@@ -2146,7 +2150,7 @@ slot[name=icon] {
2146
2150
  --focus-stroke-gap-color: transparent;
2147
2151
  }/**
2148
2152
  * Do not edit directly
2149
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2153
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2150
2154
  */
2151
2155
  .base {
2152
2156
  z-index: 1;
@@ -2288,7 +2292,7 @@ slot[name=icon] {
2288
2292
  gap: 4px;
2289
2293
  }/**
2290
2294
  * Do not edit directly
2291
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2295
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2292
2296
  */
2293
2297
  .control {
2294
2298
  position: relative;
@@ -2324,12 +2328,12 @@ slot[name=icon] {
2324
2328
  --_appearance-color-fill: var(--_connotation-color-soft);
2325
2329
  --_appearance-color-outline: transparent;
2326
2330
  }
2327
- .control:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
2331
+ .control:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
2328
2332
  --_appearance-color-text: var(--_connotation-color-primary-text);
2329
2333
  --_appearance-color-fill: var(--_connotation-color-primary);
2330
2334
  --_appearance-color-outline: transparent;
2331
2335
  }
2332
- .control:where(.selected, [aria-current]):where(:hover, .hover) {
2336
+ .control:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2333
2337
  --_appearance-color-text: var(--_connotation-color-primary-text);
2334
2338
  --_appearance-color-fill: var(--_connotation-color-primary-increment);
2335
2339
  --_appearance-color-outline: transparent;
@@ -2390,7 +2394,7 @@ details > summary::-webkit-details-marker {
2390
2394
  display: none;
2391
2395
  }/**
2392
2396
  * Do not edit directly
2393
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2397
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2394
2398
  */
2395
2399
  .control {
2396
2400
  position: relative;
@@ -2424,12 +2428,12 @@ details > summary::-webkit-details-marker {
2424
2428
  --_appearance-color-fill: var(--_connotation-color-soft);
2425
2429
  --_appearance-color-outline: transparent;
2426
2430
  }
2427
- .control:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
2431
+ .control:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
2428
2432
  --_appearance-color-text: var(--_connotation-color-primary-text);
2429
2433
  --_appearance-color-fill: var(--_connotation-color-primary);
2430
2434
  --_appearance-color-outline: transparent;
2431
2435
  }
2432
- .control:where(.selected, [aria-current]):where(:hover, .hover) {
2436
+ .control:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2433
2437
  --_appearance-color-text: var(--_connotation-color-primary-text);
2434
2438
  --_appearance-color-fill: var(--_connotation-color-primary-increment);
2435
2439
  --_appearance-color-outline: transparent;
@@ -2473,7 +2477,7 @@ slot[name=icon] {
2473
2477
  line-height: 1;
2474
2478
  }/**
2475
2479
  * Do not edit directly
2476
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2480
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2477
2481
  */
2478
2482
  .base {
2479
2483
  display: flex;
@@ -2563,7 +2567,7 @@ slot[name=icon] {
2563
2567
  font: var(--vvd-typography-base);
2564
2568
  }/**
2565
2569
  * Do not edit directly
2566
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2570
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2567
2571
  */
2568
2572
  .control {
2569
2573
  display: inline-flex;
@@ -2612,7 +2616,7 @@ slot[name=icon] {
2612
2616
  inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2613
2617
  }/**
2614
2618
  * Do not edit directly
2615
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2619
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2616
2620
  */
2617
2621
  .base {
2618
2622
  height: 6px;
@@ -2764,7 +2768,7 @@ slot[name=icon] {
2764
2768
  }
2765
2769
  }/**
2766
2770
  * Do not edit directly
2767
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2771
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2768
2772
  */
2769
2773
  @supports selector(:focus-visible) {
2770
2774
  .base:focus-visible {
@@ -2790,35 +2794,39 @@ slot[name=icon] {
2790
2794
  --_connotation-color-firm: var(--vvd-selectable-box-cta-firm, var(--vvd-color-cta-600));
2791
2795
  /* @cssprop [--vvd-selectable-box-cta-pale=var(--vvd-color-cta-300)] */
2792
2796
  --_connotation-color-pale: var(--vvd-selectable-box-cta-pale, var(--vvd-color-cta-300));
2793
- /* @cssprop [--vvd-selectable-box-cta-soft=var(--vvd-color-cta-100)] */
2794
- --_connotation-color-soft: var(--vvd-selectable-box-cta-soft, var(--vvd-color-cta-100));
2797
+ /* @cssprop [--vvd-selectable-box-cta-fierce=var(--vvd-color-cta-700)] */
2798
+ --_connotation-color-fierce: var(--vvd-selectable-box-cta-fierce, var(--vvd-color-cta-700));
2799
+ /* @cssprop [--vvd-selectable-box-cta-faint=var(--vvd-color-cta-50)] */
2800
+ --_connotation-color-faint: var(--vvd-selectable-box-cta-faint, var(--vvd-color-cta-50));
2795
2801
  }
2796
2802
  .base:not(.connotation-cta) {
2797
2803
  /* @cssprop [--vvd-selectable-box-accent-firm=var(--vvd-color-canvas-text)] */
2798
2804
  --_connotation-color-firm: var(--vvd-selectable-box-accent-firm, var(--vvd-color-canvas-text));
2799
2805
  /* @cssprop [--vvd-selectable-box-accent-pale=var(--vvd-color-neutral-300)] */
2800
2806
  --_connotation-color-pale: var(--vvd-selectable-box-accent-pale, var(--vvd-color-neutral-300));
2801
- /* @cssprop [--vvd-selectable-box-accent-soft=var(--vvd-color-neutral-100)] */
2802
- --_connotation-color-soft: var(--vvd-selectable-box-accent-soft, var(--vvd-color-neutral-100));
2807
+ /* @cssprop [--vvd-selectable-box-accent-fierce=var(--vvd-color-neutral-700)] */
2808
+ --_connotation-color-fierce: var(--vvd-selectable-box-accent-fierce, var(--vvd-color-neutral-700));
2809
+ /* @cssprop [--vvd-selectable-box-accent-faint=var(--vvd-color-neutral-50)] */
2810
+ --_connotation-color-faint: var(--vvd-selectable-box-accent-faint, var(--vvd-color-neutral-50));
2803
2811
  }
2804
2812
  .base {
2805
- --_appearance-color-text: var(--_connotation-color-firm);
2806
- --_appearance-color-fill: var(--vvd-color-canvas);
2813
+ --_appearance-color-text: var(--_connotation-color-fierce);
2814
+ --_appearance-color-fill: transparent;
2807
2815
  --_appearance-color-outline: var(--_connotation-color-pale);
2808
2816
  }
2809
2817
  .base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2810
- --_appearance-color-text: var(--_connotation-color-firm);
2811
- --_appearance-color-fill: var(--vvd-color-canvas);
2818
+ --_appearance-color-text: var(--_connotation-color-fierce);
2819
+ --_appearance-color-fill: transparent;
2812
2820
  --_appearance-color-outline: var(--_connotation-color-firm);
2813
2821
  }
2814
- .base:where(:checked, .checked):where(:not(:disabled, .disabled)) {
2815
- --_appearance-color-text: var(--_connotation-color-firm);
2816
- --_appearance-color-fill: var(--_connotation-color-soft);
2822
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
2823
+ --_appearance-color-text: var(--_connotation-color-fierce);
2824
+ --_appearance-color-fill: var(--_connotation-color-faint);
2817
2825
  --_appearance-color-outline: var(--_connotation-color-pale);
2818
2826
  }
2819
- .base:where(:checked, .checked):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2820
- --_appearance-color-text: var(--_connotation-color-firm);
2821
- --_appearance-color-fill: var(--_connotation-color-soft);
2827
+ .base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2828
+ --_appearance-color-text: var(--_connotation-color-fierce);
2829
+ --_appearance-color-fill: var(--_connotation-color-faint);
2822
2830
  --_appearance-color-outline: var(--_connotation-color-firm);
2823
2831
  }
2824
2832
  .base.tight {
@@ -2845,7 +2853,7 @@ slot[name=icon] {
2845
2853
  inset-inline-end: var(--selectable-box-spacing, 16px);
2846
2854
  }/**
2847
2855
  * Do not edit directly
2848
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2856
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2849
2857
  */
2850
2858
  .control {
2851
2859
  position: fixed;
@@ -2892,7 +2900,7 @@ slot[name=icon] {
2892
2900
  display: none;
2893
2901
  }/**
2894
2902
  * Do not edit directly
2895
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2903
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2896
2904
  */
2897
2905
  :host {
2898
2906
  display: inline-block;
@@ -2939,8 +2947,46 @@ slot[name=icon] {
2939
2947
  /* @cssprop [--vvd-split-button-cta-faint=var(--vvd-color-cta-50)] */
2940
2948
  --_connotation-color-faint: var(--vvd-split-button-cta-faint, var(--vvd-color-cta-50));
2941
2949
  }
2942
- .control:not(.connotation-cta),
2943
- .indicator:not(.connotation-cta) {
2950
+ .control.connotation-success,
2951
+ .indicator.connotation-success {
2952
+ /* @cssprop [--vvd-split-button-success-primary=var(--vvd-color-success-500)] */
2953
+ --_connotation-color-primary: var(--vvd-split-button-success-primary, var(--vvd-color-success-500));
2954
+ /* @cssprop [--vvd-split-button-success-primary-text=var(--vvd-color-canvas)] */
2955
+ --_connotation-color-primary-text: var(--vvd-split-button-success-primary-text, var(--vvd-color-canvas));
2956
+ /* @cssprop [--vvd-split-button-success-primary-increment=var(--vvd-color-success-600)] */
2957
+ --_connotation-color-primary-increment: var(--vvd-split-button-success-primary-increment, var(--vvd-color-success-600));
2958
+ /* @cssprop [--vvd-split-button-success-contrast=var(--vvd-color-success-800)] */
2959
+ --_connotation-color-contrast: var(--vvd-split-button-success-contrast, var(--vvd-color-success-800));
2960
+ /* @cssprop [--vvd-split-button-success-fierce=var(--vvd-color-success-700)] */
2961
+ --_connotation-color-fierce: var(--vvd-split-button-success-fierce, var(--vvd-color-success-700));
2962
+ /* @cssprop [--vvd-split-button-success-firm=var(--vvd-color-success-600)] */
2963
+ --_connotation-color-firm: var(--vvd-split-button-success-firm, var(--vvd-color-success-600));
2964
+ /* @cssprop [--vvd-split-button-success-soft=var(--vvd-color-success-100)] */
2965
+ --_connotation-color-soft: var(--vvd-split-button-success-soft, var(--vvd-color-success-100));
2966
+ /* @cssprop [--vvd-split-button-success-faint=var(--vvd-color-success-50)] */
2967
+ --_connotation-color-faint: var(--vvd-split-button-success-faint, var(--vvd-color-success-50));
2968
+ }
2969
+ .control.connotation-alert,
2970
+ .indicator.connotation-alert {
2971
+ /* @cssprop [--vvd-split-button-alert-primary=var(--vvd-color-alert-500)] */
2972
+ --_connotation-color-primary: var(--vvd-split-button-alert-primary, var(--vvd-color-alert-500));
2973
+ /* @cssprop [--vvd-split-button-alert-primary-text=var(--vvd-color-canvas)] */
2974
+ --_connotation-color-primary-text: var(--vvd-split-button-alert-primary-text, var(--vvd-color-canvas));
2975
+ /* @cssprop [--vvd-split-button-alert-primary-increment=var(--vvd-color-alert-600)] */
2976
+ --_connotation-color-primary-increment: var(--vvd-split-button-alert-primary-increment, var(--vvd-color-alert-600));
2977
+ /* @cssprop [--vvd-split-button-alert-contrast=var(--vvd-color-alert-800)] */
2978
+ --_connotation-color-contrast: var(--vvd-split-button-alert-contrast, var(--vvd-color-alert-800));
2979
+ /* @cssprop [--vvd-split-button-alert-fierce=var(--vvd-color-alert-700)] */
2980
+ --_connotation-color-fierce: var(--vvd-split-button-alert-fierce, var(--vvd-color-alert-700));
2981
+ /* @cssprop [--vvd-split-button-alert-firm=var(--vvd-color-alert-600)] */
2982
+ --_connotation-color-firm: var(--vvd-split-button-alert-firm, var(--vvd-color-alert-600));
2983
+ /* @cssprop [--vvd-split-button-alert-soft=var(--vvd-color-alert-100)] */
2984
+ --_connotation-color-soft: var(--vvd-split-button-alert-soft, var(--vvd-color-alert-100));
2985
+ /* @cssprop [--vvd-split-button-alert-faint=var(--vvd-color-alert-50)] */
2986
+ --_connotation-color-faint: var(--vvd-split-button-alert-faint, var(--vvd-color-alert-50));
2987
+ }
2988
+ .control:not(.connotation-cta, .connotation-success, .connotation-alert),
2989
+ .indicator:not(.connotation-cta, .connotation-success, .connotation-alert) {
2944
2990
  /* @cssprop [--vvd-split-button-accent-primary=var(--vvd-color-canvas-text)] */
2945
2991
  --_connotation-color-primary: var(--vvd-split-button-accent-primary, var(--vvd-color-canvas-text));
2946
2992
  /* @cssprop [--vvd-split-button-accent-primary-text=var(--vvd-color-canvas)] */
@@ -3196,7 +3242,7 @@ slot[name=icon] {
3196
3242
  --focus-inset: -1px;
3197
3243
  }/**
3198
3244
  * Do not edit directly
3199
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3245
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3200
3246
  */
3201
3247
  .base {
3202
3248
  --tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
@@ -3287,12 +3333,12 @@ slot[name=icon] {
3287
3333
  --_appearance-color-fill: transparent;
3288
3334
  --_appearance-color-outline: var(--vvd-color-neutral-100);
3289
3335
  }
3290
- .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
3336
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
3291
3337
  --_appearance-color-text: var(--_connotation-color-contrast);
3292
3338
  --_appearance-color-fill: var(--_connotation-color-pale);
3293
3339
  --_appearance-color-outline: transparent;
3294
3340
  }
3295
- .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)).appearance-duotone {
3341
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)).appearance-duotone {
3296
3342
  --_appearance-color-text: var(--_connotation-color-fierce);
3297
3343
  --_appearance-color-fill: var(--_connotation-color-faint);
3298
3344
  --_appearance-color-outline: var(--_connotation-color-pale);
@@ -3355,7 +3401,7 @@ slot[name=icon] {
3355
3401
  gap: 8px;
3356
3402
  }/**
3357
3403
  * Do not edit directly
3358
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3404
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3359
3405
  */
3360
3406
  .control {
3361
3407
  display: inline-block;
@@ -3380,7 +3426,7 @@ slot[name=icon] {
3380
3426
  margin-block-start: 16px;
3381
3427
  }/**
3382
3428
  * Do not edit directly
3383
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3429
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3384
3430
  */
3385
3431
  .control {
3386
3432
  pointer-events: none;
@@ -3395,7 +3441,7 @@ slot[name=icon] {
3395
3441
  font: var(--vvd-typography-base-bold);
3396
3442
  }/**
3397
3443
  * Do not edit directly
3398
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3444
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3399
3445
  */
3400
3446
  @supports selector(:focus-visible) {
3401
3447
  :host(:focus-visible) {
@@ -3445,12 +3491,12 @@ slot[name=icon] {
3445
3491
  --_appearance-color-fill: var(--_connotation-color-soft);
3446
3492
  --_appearance-color-outline: transparent;
3447
3493
  }
3448
- .control:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
3494
+ .control:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
3449
3495
  --_appearance-color-text: var(--_connotation-color-primary-text);
3450
3496
  --_appearance-color-fill: var(--_connotation-color-primary);
3451
3497
  --_appearance-color-outline: transparent;
3452
3498
  }
3453
- .control:where(.selected, [aria-current]):where(:hover, .hover) {
3499
+ .control:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
3454
3500
  --_appearance-color-text: var(--_connotation-color-primary-text);
3455
3501
  --_appearance-color-fill: var(--_connotation-color-primary-increment);
3456
3502
  --_appearance-color-outline: transparent;
@@ -3523,7 +3569,7 @@ slot[name=icon] {
3523
3569
  color: var(--vvd-color-neutral-600);
3524
3570
  }/**
3525
3571
  * Do not edit directly
3526
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3572
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3527
3573
  */
3528
3574
  .base {
3529
3575
  display: flex;
@@ -3535,7 +3581,7 @@ slot[name=icon] {
3535
3581
  border-bottom: 1px solid var(--vvd-color-neutral-200);
3536
3582
  }/**
3537
3583
  * Do not edit directly
3538
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3584
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3539
3585
  */
3540
3586
  :host {
3541
3587
  display: flex;
@@ -3652,7 +3698,7 @@ button:not(:focus-visible) > .focus-indicator {
3652
3698
  display: flex;
3653
3699
  }/**
3654
3700
  * Do not edit directly
3655
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3701
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3656
3702
  */
3657
3703
  :host([disabled]) {
3658
3704
  cursor: not-allowed;
@@ -3712,12 +3758,12 @@ button:not(:focus-visible) > .focus-indicator {
3712
3758
  --_appearance-color-fill: var(--_connotation-color-soft);
3713
3759
  --_appearance-color-outline: transparent;
3714
3760
  }
3715
- .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
3761
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
3716
3762
  --_appearance-color-text: var(--_connotation-color-primary);
3717
3763
  --_appearance-color-fill: var(--_connotation-color-dim);
3718
3764
  --_appearance-color-outline: transparent;
3719
3765
  }
3720
- .base:where(.selected, [aria-current]):where(:hover, .hover) {
3766
+ .base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
3721
3767
  --_appearance-color-text: var(--_connotation-color-primary);
3722
3768
  --_appearance-color-fill: var(--_connotation-color-pale);
3723
3769
  --_appearance-color-outline: transparent;
@@ -3789,7 +3835,7 @@ dialog.fixed {
3789
3835
  transform: translate(0, -50%);
3790
3836
  }/**
3791
3837
  * Do not edit directly
3792
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3838
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3793
3839
  */
3794
3840
  .base {
3795
3841
  box-sizing: border-box;
@@ -3930,7 +3976,7 @@ slot[name=main] {
3930
3976
  border-radius: inherit;
3931
3977
  }/**
3932
3978
  * Do not edit directly
3933
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3979
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3934
3980
  */
3935
3981
  .positioning-region {
3936
3982
  display: flex;
@@ -3949,7 +3995,7 @@ label {
3949
3995
  font: var(--vvd-typography-base);
3950
3996
  }/**
3951
3997
  * Do not edit directly
3952
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3998
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3953
3999
  */
3954
4000
  @supports selector(:focus-visible) {
3955
4001
  :host(:focus-visible) {
@@ -4082,7 +4128,7 @@ slot[name=icon] {
4082
4128
  opacity: 0;
4083
4129
  }/**
4084
4130
  * Do not edit directly
4085
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4131
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
4086
4132
  */
4087
4133
  .base {
4088
4134
  display: grid;
@@ -4171,6 +4217,7 @@ slot[name=icon] {
4171
4217
  .base.orientation-vertical .active-indicator {
4172
4218
  align-self: center;
4173
4219
  block-size: 80%;
4220
+ border-radius: 2px;
4174
4221
  grid-area: 1/1/auto/auto;
4175
4222
  inline-size: var(--_tabs-active-indicator-stroke-width);
4176
4223
  }
@@ -4199,7 +4246,7 @@ slot[name=icon] {
4199
4246
  gap: 4px;
4200
4247
  }/**
4201
4248
  * Do not edit directly
4202
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4249
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
4203
4250
  */
4204
4251
  :host {
4205
4252
  display: inline-flex;
@@ -4392,7 +4439,7 @@ label {
4392
4439
  margin-inline-end: 4px;
4393
4440
  }/**
4394
4441
  * Do not edit directly
4395
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4442
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
4396
4443
  */
4397
4444
  :host {
4398
4445
  display: block;
@@ -4411,7 +4458,7 @@ label {
4411
4458
  inline-size: 1px;
4412
4459
  }/**
4413
4460
  * Do not edit directly
4414
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4461
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
4415
4462
  */
4416
4463
  :host {
4417
4464
  display: inline-block;
@@ -4672,7 +4719,7 @@ label {
4672
4719
  pointer-events: none;
4673
4720
  }/**
4674
4721
  * Do not edit directly
4675
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4722
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
4676
4723
  */
4677
4724
  @supports selector(:focus-visible) {
4678
4725
  :host(:focus-visible) {
@@ -4853,7 +4900,7 @@ label {
4853
4900
  --_select-control-border-radius: 6px;
4854
4901
  }/**
4855
4902
  * Do not edit directly
4856
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4903
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
4857
4904
  */
4858
4905
  :host(.disabled) {
4859
4906
  cursor: not-allowed;
@@ -5036,7 +5083,7 @@ label {
5036
5083
  display: none;
5037
5084
  }/**
5038
5085
  * Do not edit directly
5039
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5086
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5040
5087
  */
5041
5088
  :host {
5042
5089
  position: relative;
@@ -5100,7 +5147,7 @@ label {
5100
5147
  inline-size: 100%;
5101
5148
  }/**
5102
5149
  * Do not edit directly
5103
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5150
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5104
5151
  */
5105
5152
  :host {
5106
5153
  display: block;
@@ -5215,7 +5262,7 @@ label {
5215
5262
  display: none;
5216
5263
  }/**
5217
5264
  * Do not edit directly
5218
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5265
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5219
5266
  */
5220
5267
  :host {
5221
5268
  display: inline-block;
@@ -5375,7 +5422,7 @@ label {
5375
5422
  resize: vertical;
5376
5423
  }/**
5377
5424
  * Do not edit directly
5378
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5425
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5379
5426
  */
5380
5427
  :host {
5381
5428
  display: inline-block;
@@ -5528,7 +5575,7 @@ label {
5528
5575
  display: none;
5529
5576
  }/**
5530
5577
  * Do not edit directly
5531
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5578
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5532
5579
  */
5533
5580
  @supports selector(:focus-visible) {
5534
5581
  :host(:focus-visible) {
@@ -5571,12 +5618,12 @@ label {
5571
5618
  --_appearance-color-fill: var(--_connotation-color-soft);
5572
5619
  --_appearance-color-outline: transparent;
5573
5620
  }
5574
- .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
5621
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
5575
5622
  --_appearance-color-text: var(--_connotation-color-primary);
5576
5623
  --_appearance-color-fill: var(--_connotation-color-dim);
5577
5624
  --_appearance-color-outline: transparent;
5578
5625
  }
5579
- .base:where(.selected, [aria-current]):where(:hover, .hover) {
5626
+ .base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
5580
5627
  --_appearance-color-text: var(--_connotation-color-primary);
5581
5628
  --_appearance-color-fill: var(--_connotation-color-pale);
5582
5629
  --_appearance-color-outline: transparent;
@@ -5709,7 +5756,7 @@ label {
5709
5756
  display: none;
5710
5757
  }/**
5711
5758
  * Do not edit directly
5712
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5759
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5713
5760
  */
5714
5761
  .base {
5715
5762
  display: grid;
@@ -5755,12 +5802,12 @@ label {
5755
5802
  --_appearance-color-fill: var(--_connotation-color-faint);
5756
5803
  --_appearance-color-outline: transparent;
5757
5804
  }
5758
- .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
5805
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
5759
5806
  --_appearance-color-text: var(--_connotation-color-primary);
5760
5807
  --_appearance-color-fill: var(--_connotation-color-dim);
5761
5808
  --_appearance-color-outline: transparent;
5762
5809
  }
5763
- .base:where(.selected, [aria-current]):where(:hover, .hover) {
5810
+ .base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
5764
5811
  --_appearance-color-text: var(--_connotation-color-primary);
5765
5812
  --_appearance-color-fill: var(--_connotation-color-pale);
5766
5813
  --_appearance-color-outline: transparent;
@@ -5778,7 +5825,7 @@ label {
5778
5825
  background-color: var(--_appearance-color-fill);
5779
5826
  }/**
5780
5827
  * Do not edit directly
5781
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5828
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5782
5829
  */
5783
5830
  :host {
5784
5831
  min-inline-size: 80px;
@@ -5837,12 +5884,12 @@ label {
5837
5884
  --_appearance-color-fill: var(--_connotation-color-faint);
5838
5885
  --_appearance-color-outline: transparent;
5839
5886
  }
5840
- .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
5887
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
5841
5888
  --_appearance-color-text: var(--_connotation-color-primary);
5842
5889
  --_appearance-color-fill: var(--_connotation-color-dim);
5843
5890
  --_appearance-color-outline: transparent;
5844
5891
  }
5845
- .base:where(.selected, [aria-current]):where(:hover, .hover) {
5892
+ .base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
5846
5893
  --_appearance-color-text: var(--_connotation-color-primary);
5847
5894
  --_appearance-color-fill: var(--_connotation-color-pale);
5848
5895
  --_appearance-color-outline: transparent;
@@ -5875,7 +5922,7 @@ slot {
5875
5922
  margin-inline-start: auto;
5876
5923
  }/**
5877
5924
  * Do not edit directly
5878
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5925
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5879
5926
  */
5880
5927
  ol {
5881
5928
  padding: 0;
@@ -6135,7 +6182,7 @@ ol {
6135
6182
  text-transform: uppercase;
6136
6183
  }/**
6137
6184
  * Do not edit directly
6138
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
6185
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
6139
6186
  */
6140
6187
  :host {
6141
6188
  display: inline-block;
@@ -6317,12 +6364,12 @@ ol {
6317
6364
  --_appearance-color-fill: var(--_connotation-color-soft);
6318
6365
  --_appearance-color-outline: transparent;
6319
6366
  }
6320
- .button:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
6367
+ .button:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
6321
6368
  --_appearance-color-text: var(--_connotation-color-primary);
6322
6369
  --_appearance-color-fill: var(--_connotation-color-dim);
6323
6370
  --_appearance-color-outline: transparent;
6324
6371
  }
6325
- .button:where(.selected, [aria-current]):where(:hover, .hover) {
6372
+ .button:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
6326
6373
  --_appearance-color-text: var(--_connotation-color-primary);
6327
6374
  --_appearance-color-fill: var(--_connotation-color-pale);
6328
6375
  --_appearance-color-outline: transparent;