@vonage/vivid 3.41.0 → 3.42.1

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 (71) hide show
  1. package/custom-elements.json +157 -52
  2. package/lib/dialog/dialog.d.ts +0 -2
  3. package/lib/selectable-box/selectable-box.d.ts +1 -0
  4. package/lib/split-button/split-button.d.ts +1 -1
  5. package/listbox/index.js +1 -1
  6. package/package.json +1 -1
  7. package/shared/definition.js +1 -1
  8. package/shared/definition11.js +1 -7
  9. package/shared/definition12.js +1 -1
  10. package/shared/definition13.js +5 -5
  11. package/shared/definition14.js +1 -1
  12. package/shared/definition15.js +19 -8
  13. package/shared/definition16.js +1 -1
  14. package/shared/definition17.js +2 -2
  15. package/shared/definition18.js +4 -1
  16. package/shared/definition19.js +4 -1
  17. package/shared/definition2.js +1 -1
  18. package/shared/definition20.js +1 -11
  19. package/shared/definition21.js +1 -1
  20. package/shared/definition22.js +1 -1
  21. package/shared/definition23.js +1 -7
  22. package/shared/definition24.js +1 -1
  23. package/shared/definition25.js +1 -1
  24. package/shared/definition28.js +1 -1
  25. package/shared/definition29.js +1 -1
  26. package/shared/definition3.js +1 -1
  27. package/shared/definition30.js +1 -1
  28. package/shared/definition31.js +1 -1
  29. package/shared/definition33.js +1 -1
  30. package/shared/definition34.js +1 -6
  31. package/shared/definition35.js +1 -1
  32. package/shared/definition36.js +1 -1
  33. package/shared/definition37.js +1 -1
  34. package/shared/definition38.js +1 -1
  35. package/shared/definition39.js +1 -1
  36. package/shared/definition4.js +1 -1
  37. package/shared/definition40.js +1 -1
  38. package/shared/definition41.js +1 -1
  39. package/shared/definition42.js +33 -22
  40. package/shared/definition43.js +1 -1
  41. package/shared/definition44.js +5 -2
  42. package/shared/definition45.js +1 -1
  43. package/shared/definition46.js +1 -1
  44. package/shared/definition48.js +1 -1
  45. package/shared/definition49.js +15 -6
  46. package/shared/definition5.js +1 -1
  47. package/shared/definition51.js +2 -2
  48. package/shared/definition52.js +1 -6
  49. package/shared/definition53.js +0 -6
  50. package/shared/definition54.js +1 -1
  51. package/shared/definition55.js +1 -1
  52. package/shared/definition56.js +1 -1
  53. package/shared/definition58.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/definition9.js +1 -1
  58. package/shared/icon.js +1 -1
  59. package/shared/index.js +1 -1
  60. package/shared/index2.js +1 -1
  61. package/shared/presentationDate.js +6 -4
  62. package/shared/text-anchor.template.js +0 -5
  63. package/shared/text-field.js +1 -1
  64. package/style.css +173 -108
  65. package/styles/core/all.css +31 -25
  66. package/styles/core/theme.css +1 -1
  67. package/styles/core/typography.css +31 -25
  68. package/styles/tokens/theme-dark.css +4 -4
  69. package/styles/tokens/theme-light.css +4 -4
  70. package/styles/tokens/vivid-2-compat.css +1 -1
  71. 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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);
@@ -1498,7 +1502,7 @@ slot[name=icon] {
1498
1502
  --_appearance-color-outline: var(--_connotation-color-firm);
1499
1503
  }
1500
1504
  .base.appearance-duotone {
1501
- --_appearance-color-text: var(--_connotation-color-fierce);
1505
+ --_appearance-color-text: var(--_connotation-color-firm);
1502
1506
  --_appearance-color-fill: transparent;
1503
1507
  --_appearance-color-outline: var(--_connotation-color-pale);
1504
1508
  }
@@ -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, 07 Dec 2023 10:24:56 GMT
1556
1560
  */
1557
1561
  :host {
1558
1562
  display: inline-block;
@@ -1588,6 +1592,8 @@ slot[name=icon] {
1588
1592
  --_connotation-color-pale: var(--vvd-badge-cta-pale, var(--vvd-color-cta-300));
1589
1593
  /* @cssprop [--vvd-badge-cta-fierce=var(--vvd-color-cta-700)] */
1590
1594
  --_connotation-color-fierce: var(--vvd-badge-cta-fierce, var(--vvd-color-cta-700));
1595
+ /* @cssprop [--vvd-badge-cta-firm=var(--vvd-color-cta-600)] */
1596
+ --_connotation-color-firm: var(--vvd-badge-cta-firm, var(--vvd-color-cta-600));
1591
1597
  }
1592
1598
  .base.connotation-success {
1593
1599
  /* @cssprop [--vvd-badge-success-primary=var(--vvd-color-success-500)] */
@@ -1604,6 +1610,8 @@ slot[name=icon] {
1604
1610
  --_connotation-color-pale: var(--vvd-badge-success-pale, var(--vvd-color-success-300));
1605
1611
  /* @cssprop [--vvd-badge-success-fierce=var(--vvd-color-success-700)] */
1606
1612
  --_connotation-color-fierce: var(--vvd-badge-success-fierce, var(--vvd-color-success-700));
1613
+ /* @cssprop [--vvd-badge-success-firm=var(--vvd-color-success-600)] */
1614
+ --_connotation-color-firm: var(--vvd-badge-success-firm, var(--vvd-color-success-600));
1607
1615
  }
1608
1616
  .base.connotation-alert {
1609
1617
  /* @cssprop [--vvd-badge-alert-primary=var(--vvd-color-alert-500)] */
@@ -1620,6 +1628,8 @@ slot[name=icon] {
1620
1628
  --_connotation-color-pale: var(--vvd-badge-alert-pale, var(--vvd-color-alert-300));
1621
1629
  /* @cssprop [--vvd-badge-alert-fierce=var(--vvd-color-alert-700)] */
1622
1630
  --_connotation-color-fierce: var(--vvd-badge-alert-fierce, var(--vvd-color-alert-700));
1631
+ /* @cssprop [--vvd-badge-alert-firm=var(--vvd-color-alert-600)] */
1632
+ --_connotation-color-firm: var(--vvd-badge-alert-firm, var(--vvd-color-alert-600));
1623
1633
  }
1624
1634
  .base.connotation-warning {
1625
1635
  /* @cssprop [--vvd-badge-warning-primary=var(--vvd-color-warning-300)] */
@@ -1636,6 +1646,8 @@ slot[name=icon] {
1636
1646
  --_connotation-color-pale: var(--vvd-badge-warning-pale, var(--vvd-color-warning-300));
1637
1647
  /* @cssprop [--vvd-badge-warning-fierce=var(--vvd-color-warning-700)] */
1638
1648
  --_connotation-color-fierce: var(--vvd-badge-warning-fierce, var(--vvd-color-warning-700));
1649
+ /* @cssprop [--vvd-badge-warning-firm=var(--vvd-color-warning-600)] */
1650
+ --_connotation-color-firm: var(--vvd-badge-warning-firm, var(--vvd-color-warning-600));
1639
1651
  }
1640
1652
  .base.connotation-information {
1641
1653
  /* @cssprop [--vvd-badge-information-primary=var(--vvd-color-information-500)] */
@@ -1652,6 +1664,8 @@ slot[name=icon] {
1652
1664
  --_connotation-color-pale: var(--vvd-badge-information-pale, var(--vvd-color-information-300));
1653
1665
  /* @cssprop [--vvd-badge-information-fierce=var(--vvd-color-information-700)] */
1654
1666
  --_connotation-color-fierce: var(--vvd-badge-information-fierce, var(--vvd-color-information-700));
1667
+ /* @cssprop [--vvd-badge-information-firm=var(--vvd-color-information-600)] */
1668
+ --_connotation-color-firm: var(--vvd-badge-information-firm, var(--vvd-color-information-600));
1655
1669
  }
1656
1670
  .base:not(.connotation-cta, .connotation-success, .connotation-alert, .connotation-warning, .connotation-information) {
1657
1671
  /* @cssprop [--vvd-badge-accent-primary=var(--vvd-color-canvas-text)] */
@@ -1668,6 +1682,8 @@ slot[name=icon] {
1668
1682
  --_connotation-color-pale: var(--vvd-badge-accent-pale, var(--vvd-color-neutral-300));
1669
1683
  /* @cssprop [--vvd-badge-accent-fierce=var(--vvd-color-neutral-700)] */
1670
1684
  --_connotation-color-fierce: var(--vvd-badge-accent-fierce, var(--vvd-color-neutral-700));
1685
+ /* @cssprop [--vvd-badge-accent-firm=var(--vvd-color-canvas-text)] */
1686
+ --_connotation-color-firm: var(--vvd-badge-accent-firm, var(--vvd-color-canvas-text));
1671
1687
  }
1672
1688
  .base {
1673
1689
  --_appearance-color-text: var(--_connotation-color-primary-text);
@@ -1675,7 +1691,7 @@ slot[name=icon] {
1675
1691
  --_appearance-color-outline: transparent;
1676
1692
  }
1677
1693
  .base.appearance-duotone {
1678
- --_appearance-color-text: var(--_connotation-color-fierce);
1694
+ --_appearance-color-text: var(--_connotation-color-firm);
1679
1695
  --_appearance-color-fill: transparent;
1680
1696
  --_appearance-color-outline: var(--_connotation-color-pale);
1681
1697
  }
@@ -1730,7 +1746,7 @@ slot[name=icon] {
1730
1746
  order: 1;
1731
1747
  }/**
1732
1748
  * Do not edit directly
1733
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1749
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
1734
1750
  */
1735
1751
  :host {
1736
1752
  display: block;
@@ -1811,7 +1827,7 @@ slot[name=icon] {
1811
1827
  margin-inline-end: 8px;
1812
1828
  }/**
1813
1829
  * Do not edit directly
1814
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1830
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
1815
1831
  */
1816
1832
  .base {
1817
1833
  display: flex;
@@ -1851,7 +1867,7 @@ slot[name=icon] {
1851
1867
  display: none;
1852
1868
  }/**
1853
1869
  * Do not edit directly
1854
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1870
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
1855
1871
  */
1856
1872
  :host {
1857
1873
  display: flex;
@@ -1952,7 +1968,7 @@ slot[name=icon] {
1952
1968
  margin-inline-start: auto;
1953
1969
  }/**
1954
1970
  * Do not edit directly
1955
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1971
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
1956
1972
  */
1957
1973
  :host {
1958
1974
  display: block;
@@ -2001,7 +2017,7 @@ header {
2001
2017
  display: none;
2002
2018
  }/**
2003
2019
  * Do not edit directly
2004
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2020
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2005
2021
  */
2006
2022
  .control {
2007
2023
  position: relative;
@@ -2146,7 +2162,7 @@ slot[name=icon] {
2146
2162
  --focus-stroke-gap-color: transparent;
2147
2163
  }/**
2148
2164
  * Do not edit directly
2149
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2165
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2150
2166
  */
2151
2167
  .base {
2152
2168
  z-index: 1;
@@ -2288,7 +2304,7 @@ slot[name=icon] {
2288
2304
  gap: 4px;
2289
2305
  }/**
2290
2306
  * Do not edit directly
2291
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2307
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2292
2308
  */
2293
2309
  .control {
2294
2310
  position: relative;
@@ -2305,6 +2321,7 @@ slot[name=icon] {
2305
2321
  hyphens: auto;
2306
2322
  inline-size: 100%;
2307
2323
  min-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2324
+ padding-block: 10px;
2308
2325
  padding-inline: 16px;
2309
2326
  text-decoration: none;
2310
2327
  vertical-align: middle;
@@ -2324,12 +2341,12 @@ slot[name=icon] {
2324
2341
  --_appearance-color-fill: var(--_connotation-color-soft);
2325
2342
  --_appearance-color-outline: transparent;
2326
2343
  }
2327
- .control:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
2344
+ .control:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
2328
2345
  --_appearance-color-text: var(--_connotation-color-primary-text);
2329
2346
  --_appearance-color-fill: var(--_connotation-color-primary);
2330
2347
  --_appearance-color-outline: transparent;
2331
2348
  }
2332
- .control:where(.selected, [aria-current]):where(:hover, .hover) {
2349
+ .control:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2333
2350
  --_appearance-color-text: var(--_connotation-color-primary-text);
2334
2351
  --_appearance-color-fill: var(--_connotation-color-primary-increment);
2335
2352
  --_appearance-color-outline: transparent;
@@ -2390,7 +2407,7 @@ details > summary::-webkit-details-marker {
2390
2407
  display: none;
2391
2408
  }/**
2392
2409
  * Do not edit directly
2393
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2410
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2394
2411
  */
2395
2412
  .control {
2396
2413
  position: relative;
@@ -2424,12 +2441,12 @@ details > summary::-webkit-details-marker {
2424
2441
  --_appearance-color-fill: var(--_connotation-color-soft);
2425
2442
  --_appearance-color-outline: transparent;
2426
2443
  }
2427
- .control:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
2444
+ .control:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
2428
2445
  --_appearance-color-text: var(--_connotation-color-primary-text);
2429
2446
  --_appearance-color-fill: var(--_connotation-color-primary);
2430
2447
  --_appearance-color-outline: transparent;
2431
2448
  }
2432
- .control:where(.selected, [aria-current]):where(:hover, .hover) {
2449
+ .control:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2433
2450
  --_appearance-color-text: var(--_connotation-color-primary-text);
2434
2451
  --_appearance-color-fill: var(--_connotation-color-primary-increment);
2435
2452
  --_appearance-color-outline: transparent;
@@ -2458,6 +2475,7 @@ details > summary::-webkit-details-marker {
2458
2475
  place-content: center;
2459
2476
  }
2460
2477
  .control:not(.icon-only) {
2478
+ padding-block: 10px;
2461
2479
  padding-inline: 16px;
2462
2480
  }
2463
2481
 
@@ -2473,7 +2491,7 @@ slot[name=icon] {
2473
2491
  line-height: 1;
2474
2492
  }/**
2475
2493
  * Do not edit directly
2476
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2494
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2477
2495
  */
2478
2496
  .base {
2479
2497
  display: flex;
@@ -2482,52 +2500,52 @@ slot[name=icon] {
2482
2500
  background-color: var(--_appearance-color-fill);
2483
2501
  border-radius: 6px;
2484
2502
  box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
2485
- color: var(--_appearance-color-text);
2503
+ color: var(--vvd-color-canvas-text);
2486
2504
  column-gap: 16px;
2487
2505
  }
2488
2506
  .base.connotation-success {
2489
- /* @cssprop [--vvd-note-success-primary=var(--vvd-color-success-500)] */
2490
- --_connotation-color-primary: var(--vvd-note-success-primary, var(--vvd-color-success-500));
2491
2507
  /* @cssprop [--vvd-note-success-intermediate=var(--vvd-color-success-500)] */
2492
2508
  --_connotation-color-intermediate: var(--vvd-note-success-intermediate, var(--vvd-color-success-500));
2493
- /* @cssprop [--vvd-note-success-backdrop=var(--vvd-color-success-50)] */
2494
- --_connotation-color-backdrop: var(--vvd-note-success-backdrop, var(--vvd-color-success-50));
2509
+ /* @cssprop [--vvd-note-success-faint=var(--vvd-color-success-50)] */
2510
+ --_connotation-color-faint: var(--vvd-note-success-faint, var(--vvd-color-success-50));
2511
+ /* @cssprop [--vvd-note-success-fierce=var(--vvd-color-success-700)] */
2512
+ --_connotation-color-fierce: var(--vvd-note-success-fierce, var(--vvd-color-success-700));
2495
2513
  }
2496
2514
  .base.connotation-information {
2497
- /* @cssprop [--vvd-note-information-primary=var(--vvd-color-information-500)] */
2498
- --_connotation-color-primary: var(--vvd-note-information-primary, var(--vvd-color-information-500));
2499
2515
  /* @cssprop [--vvd-note-information-intermediate=var(--vvd-color-information-500)] */
2500
2516
  --_connotation-color-intermediate: var(--vvd-note-information-intermediate, var(--vvd-color-information-500));
2501
- /* @cssprop [--vvd-note-information-backdrop=var(--vvd-color-information-50)] */
2502
- --_connotation-color-backdrop: var(--vvd-note-information-backdrop, var(--vvd-color-information-50));
2517
+ /* @cssprop [--vvd-note-information-faint=var(--vvd-color-information-50)] */
2518
+ --_connotation-color-faint: var(--vvd-note-information-faint, var(--vvd-color-information-50));
2519
+ /* @cssprop [--vvd-note-information-fierce=var(--vvd-color-information-700)] */
2520
+ --_connotation-color-fierce: var(--vvd-note-information-fierce, var(--vvd-color-information-700));
2503
2521
  }
2504
2522
  .base.connotation-alert {
2505
- /* @cssprop [--vvd-note-alert-primary=var(--vvd-color-alert-500)] */
2506
- --_connotation-color-primary: var(--vvd-note-alert-primary, var(--vvd-color-alert-500));
2507
2523
  /* @cssprop [--vvd-note-alert-intermediate=var(--vvd-color-alert-500)] */
2508
2524
  --_connotation-color-intermediate: var(--vvd-note-alert-intermediate, var(--vvd-color-alert-500));
2509
- /* @cssprop [--vvd-note-alert-backdrop=var(--vvd-color-alert-50)] */
2510
- --_connotation-color-backdrop: var(--vvd-note-alert-backdrop, var(--vvd-color-alert-50));
2525
+ /* @cssprop [--vvd-note-alert-faint=var(--vvd-color-alert-50)] */
2526
+ --_connotation-color-faint: var(--vvd-note-alert-faint, var(--vvd-color-alert-50));
2527
+ /* @cssprop [--vvd-note-alert-fierce=var(--vvd-color-alert-700)] */
2528
+ --_connotation-color-fierce: var(--vvd-note-alert-fierce, var(--vvd-color-alert-700));
2511
2529
  }
2512
2530
  .base.connotation-warning {
2513
- /* @cssprop [--vvd-note-warning-primary=var(--vvd-color-warning-300)] */
2514
- --_connotation-color-primary: var(--vvd-note-warning-primary, var(--vvd-color-warning-300));
2515
2531
  /* @cssprop [--vvd-note-warning-intermediate=var(--vvd-color-warning-300)] */
2516
2532
  --_connotation-color-intermediate: var(--vvd-note-warning-intermediate, var(--vvd-color-warning-300));
2517
- /* @cssprop [--vvd-note-warning-backdrop=var(--vvd-color-warning-50)] */
2518
- --_connotation-color-backdrop: var(--vvd-note-warning-backdrop, var(--vvd-color-warning-50));
2533
+ /* @cssprop [--vvd-note-warning-faint=var(--vvd-color-warning-50)] */
2534
+ --_connotation-color-faint: var(--vvd-note-warning-faint, var(--vvd-color-warning-50));
2535
+ /* @cssprop [--vvd-note-warning-fierce=var(--vvd-color-warning-700)] */
2536
+ --_connotation-color-fierce: var(--vvd-note-warning-fierce, var(--vvd-color-warning-700));
2519
2537
  }
2520
2538
  .base:not(.connotation-success, .connotation-information, .connotation-alert, .connotation-warning) {
2521
- /* @cssprop [--vvd-note-accent-primary=var(--vvd-color-canvas-text)] */
2522
- --_connotation-color-primary: var(--vvd-note-accent-primary, var(--vvd-color-canvas-text));
2523
2539
  /* @cssprop [--vvd-note-accent-intermediate=var(--vvd-color-neutral-500)] */
2524
2540
  --_connotation-color-intermediate: var(--vvd-note-accent-intermediate, var(--vvd-color-neutral-500));
2525
- /* @cssprop [--vvd-note-accent-backdrop=var(--vvd-color-canvas)] */
2526
- --_connotation-color-backdrop: var(--vvd-note-accent-backdrop, var(--vvd-color-canvas));
2541
+ /* @cssprop [--vvd-note-accent-faint=var(--vvd-color-neutral-50)] */
2542
+ --_connotation-color-faint: var(--vvd-note-accent-faint, var(--vvd-color-neutral-50));
2543
+ /* @cssprop [--vvd-note-accent-fierce=var(--vvd-color-neutral-700)] */
2544
+ --_connotation-color-fierce: var(--vvd-note-accent-fierce, var(--vvd-color-neutral-700));
2527
2545
  }
2528
2546
  .base {
2529
- --_appearance-color-text: var(--vvd-color-canvas-text);
2530
- --_appearance-color-fill: var(--_connotation-color-backdrop);
2547
+ --_appearance-color-text: var(--_connotation-color-fierce);
2548
+ --_appearance-color-fill: var(--_connotation-color-faint);
2531
2549
  --_appearance-color-outline: var(--_connotation-color-intermediate);
2532
2550
  }
2533
2551
  @supports (contain: content) {
@@ -2563,7 +2581,7 @@ slot[name=icon] {
2563
2581
  font: var(--vvd-typography-base);
2564
2582
  }/**
2565
2583
  * Do not edit directly
2566
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2584
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2567
2585
  */
2568
2586
  .control {
2569
2587
  display: inline-flex;
@@ -2612,7 +2630,7 @@ slot[name=icon] {
2612
2630
  inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2613
2631
  }/**
2614
2632
  * Do not edit directly
2615
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2633
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2616
2634
  */
2617
2635
  .base {
2618
2636
  height: 6px;
@@ -2764,7 +2782,7 @@ slot[name=icon] {
2764
2782
  }
2765
2783
  }/**
2766
2784
  * Do not edit directly
2767
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2785
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2768
2786
  */
2769
2787
  @supports selector(:focus-visible) {
2770
2788
  .base:focus-visible {
@@ -2790,6 +2808,10 @@ slot[name=icon] {
2790
2808
  --_connotation-color-firm: var(--vvd-selectable-box-cta-firm, var(--vvd-color-cta-600));
2791
2809
  /* @cssprop [--vvd-selectable-box-cta-pale=var(--vvd-color-cta-300)] */
2792
2810
  --_connotation-color-pale: var(--vvd-selectable-box-cta-pale, var(--vvd-color-cta-300));
2811
+ /* @cssprop [--vvd-selectable-box-cta-fierce=var(--vvd-color-cta-700)] */
2812
+ --_connotation-color-fierce: var(--vvd-selectable-box-cta-fierce, var(--vvd-color-cta-700));
2813
+ /* @cssprop [--vvd-selectable-box-cta-faint=var(--vvd-color-cta-50)] */
2814
+ --_connotation-color-faint: var(--vvd-selectable-box-cta-faint, var(--vvd-color-cta-50));
2793
2815
  /* @cssprop [--vvd-selectable-box-cta-soft=var(--vvd-color-cta-100)] */
2794
2816
  --_connotation-color-soft: var(--vvd-selectable-box-cta-soft, var(--vvd-color-cta-100));
2795
2817
  }
@@ -2798,27 +2820,31 @@ slot[name=icon] {
2798
2820
  --_connotation-color-firm: var(--vvd-selectable-box-accent-firm, var(--vvd-color-canvas-text));
2799
2821
  /* @cssprop [--vvd-selectable-box-accent-pale=var(--vvd-color-neutral-300)] */
2800
2822
  --_connotation-color-pale: var(--vvd-selectable-box-accent-pale, var(--vvd-color-neutral-300));
2823
+ /* @cssprop [--vvd-selectable-box-accent-fierce=var(--vvd-color-neutral-700)] */
2824
+ --_connotation-color-fierce: var(--vvd-selectable-box-accent-fierce, var(--vvd-color-neutral-700));
2825
+ /* @cssprop [--vvd-selectable-box-accent-faint=var(--vvd-color-neutral-50)] */
2826
+ --_connotation-color-faint: var(--vvd-selectable-box-accent-faint, var(--vvd-color-neutral-50));
2801
2827
  /* @cssprop [--vvd-selectable-box-accent-soft=var(--vvd-color-neutral-100)] */
2802
2828
  --_connotation-color-soft: var(--vvd-selectable-box-accent-soft, var(--vvd-color-neutral-100));
2803
2829
  }
2804
2830
  .base {
2805
2831
  --_appearance-color-text: var(--_connotation-color-firm);
2806
- --_appearance-color-fill: var(--vvd-color-canvas);
2832
+ --_appearance-color-fill: transparent;
2807
2833
  --_appearance-color-outline: var(--_connotation-color-pale);
2808
2834
  }
2809
2835
  .base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2810
2836
  --_appearance-color-text: var(--_connotation-color-firm);
2811
- --_appearance-color-fill: var(--vvd-color-canvas);
2837
+ --_appearance-color-fill: transparent;
2812
2838
  --_appearance-color-outline: var(--_connotation-color-firm);
2813
2839
  }
2814
- .base:where(:checked, .checked):where(:not(:disabled, .disabled)) {
2840
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
2815
2841
  --_appearance-color-text: var(--_connotation-color-firm);
2816
2842
  --_appearance-color-fill: var(--_connotation-color-soft);
2817
2843
  --_appearance-color-outline: var(--_connotation-color-pale);
2818
2844
  }
2819
- .base:where(:checked, .checked):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2845
+ .base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2820
2846
  --_appearance-color-text: var(--_connotation-color-firm);
2821
- --_appearance-color-fill: var(--_connotation-color-soft);
2847
+ --_appearance-color-fill: var(--_connotation-color-faint);
2822
2848
  --_appearance-color-outline: var(--_connotation-color-firm);
2823
2849
  }
2824
2850
  .base.tight {
@@ -2845,7 +2871,7 @@ slot[name=icon] {
2845
2871
  inset-inline-end: var(--selectable-box-spacing, 16px);
2846
2872
  }/**
2847
2873
  * Do not edit directly
2848
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2874
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2849
2875
  */
2850
2876
  .control {
2851
2877
  position: fixed;
@@ -2892,7 +2918,7 @@ slot[name=icon] {
2892
2918
  display: none;
2893
2919
  }/**
2894
2920
  * Do not edit directly
2895
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2921
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2896
2922
  */
2897
2923
  :host {
2898
2924
  display: inline-block;
@@ -2939,8 +2965,46 @@ slot[name=icon] {
2939
2965
  /* @cssprop [--vvd-split-button-cta-faint=var(--vvd-color-cta-50)] */
2940
2966
  --_connotation-color-faint: var(--vvd-split-button-cta-faint, var(--vvd-color-cta-50));
2941
2967
  }
2942
- .control:not(.connotation-cta),
2943
- .indicator:not(.connotation-cta) {
2968
+ .control.connotation-success,
2969
+ .indicator.connotation-success {
2970
+ /* @cssprop [--vvd-split-button-success-primary=var(--vvd-color-success-500)] */
2971
+ --_connotation-color-primary: var(--vvd-split-button-success-primary, var(--vvd-color-success-500));
2972
+ /* @cssprop [--vvd-split-button-success-primary-text=var(--vvd-color-canvas)] */
2973
+ --_connotation-color-primary-text: var(--vvd-split-button-success-primary-text, var(--vvd-color-canvas));
2974
+ /* @cssprop [--vvd-split-button-success-primary-increment=var(--vvd-color-success-600)] */
2975
+ --_connotation-color-primary-increment: var(--vvd-split-button-success-primary-increment, var(--vvd-color-success-600));
2976
+ /* @cssprop [--vvd-split-button-success-contrast=var(--vvd-color-success-800)] */
2977
+ --_connotation-color-contrast: var(--vvd-split-button-success-contrast, var(--vvd-color-success-800));
2978
+ /* @cssprop [--vvd-split-button-success-fierce=var(--vvd-color-success-700)] */
2979
+ --_connotation-color-fierce: var(--vvd-split-button-success-fierce, var(--vvd-color-success-700));
2980
+ /* @cssprop [--vvd-split-button-success-firm=var(--vvd-color-success-600)] */
2981
+ --_connotation-color-firm: var(--vvd-split-button-success-firm, var(--vvd-color-success-600));
2982
+ /* @cssprop [--vvd-split-button-success-soft=var(--vvd-color-success-100)] */
2983
+ --_connotation-color-soft: var(--vvd-split-button-success-soft, var(--vvd-color-success-100));
2984
+ /* @cssprop [--vvd-split-button-success-faint=var(--vvd-color-success-50)] */
2985
+ --_connotation-color-faint: var(--vvd-split-button-success-faint, var(--vvd-color-success-50));
2986
+ }
2987
+ .control.connotation-alert,
2988
+ .indicator.connotation-alert {
2989
+ /* @cssprop [--vvd-split-button-alert-primary=var(--vvd-color-alert-500)] */
2990
+ --_connotation-color-primary: var(--vvd-split-button-alert-primary, var(--vvd-color-alert-500));
2991
+ /* @cssprop [--vvd-split-button-alert-primary-text=var(--vvd-color-canvas)] */
2992
+ --_connotation-color-primary-text: var(--vvd-split-button-alert-primary-text, var(--vvd-color-canvas));
2993
+ /* @cssprop [--vvd-split-button-alert-primary-increment=var(--vvd-color-alert-600)] */
2994
+ --_connotation-color-primary-increment: var(--vvd-split-button-alert-primary-increment, var(--vvd-color-alert-600));
2995
+ /* @cssprop [--vvd-split-button-alert-contrast=var(--vvd-color-alert-800)] */
2996
+ --_connotation-color-contrast: var(--vvd-split-button-alert-contrast, var(--vvd-color-alert-800));
2997
+ /* @cssprop [--vvd-split-button-alert-fierce=var(--vvd-color-alert-700)] */
2998
+ --_connotation-color-fierce: var(--vvd-split-button-alert-fierce, var(--vvd-color-alert-700));
2999
+ /* @cssprop [--vvd-split-button-alert-firm=var(--vvd-color-alert-600)] */
3000
+ --_connotation-color-firm: var(--vvd-split-button-alert-firm, var(--vvd-color-alert-600));
3001
+ /* @cssprop [--vvd-split-button-alert-soft=var(--vvd-color-alert-100)] */
3002
+ --_connotation-color-soft: var(--vvd-split-button-alert-soft, var(--vvd-color-alert-100));
3003
+ /* @cssprop [--vvd-split-button-alert-faint=var(--vvd-color-alert-50)] */
3004
+ --_connotation-color-faint: var(--vvd-split-button-alert-faint, var(--vvd-color-alert-50));
3005
+ }
3006
+ .control:not(.connotation-cta, .connotation-success, .connotation-alert),
3007
+ .indicator:not(.connotation-cta, .connotation-success, .connotation-alert) {
2944
3008
  /* @cssprop [--vvd-split-button-accent-primary=var(--vvd-color-canvas-text)] */
2945
3009
  --_connotation-color-primary: var(--vvd-split-button-accent-primary, var(--vvd-color-canvas-text));
2946
3010
  /* @cssprop [--vvd-split-button-accent-primary-text=var(--vvd-color-canvas)] */
@@ -3196,7 +3260,7 @@ slot[name=icon] {
3196
3260
  --focus-inset: -1px;
3197
3261
  }/**
3198
3262
  * Do not edit directly
3199
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3263
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3200
3264
  */
3201
3265
  .base {
3202
3266
  --tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
@@ -3253,7 +3317,7 @@ slot[name=icon] {
3253
3317
  --_appearance-color-outline: transparent;
3254
3318
  }
3255
3319
  .base.appearance-duotone {
3256
- --_appearance-color-text: var(--_connotation-color-fierce);
3320
+ --_appearance-color-text: var(--_connotation-color-firm);
3257
3321
  --_appearance-color-fill: transparent;
3258
3322
  --_appearance-color-outline: var(--_connotation-color-pale);
3259
3323
  }
@@ -3263,7 +3327,7 @@ slot[name=icon] {
3263
3327
  --_appearance-color-outline: transparent;
3264
3328
  }
3265
3329
  .base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-duotone {
3266
- --_appearance-color-text: var(--_connotation-color-fierce);
3330
+ --_appearance-color-text: var(--_connotation-color-firm);
3267
3331
  --_appearance-color-fill: transparent;
3268
3332
  --_appearance-color-outline: var(--_connotation-color-firm);
3269
3333
  }
@@ -3273,7 +3337,7 @@ slot[name=icon] {
3273
3337
  --_appearance-color-outline: transparent;
3274
3338
  }
3275
3339
  .base:where(:active, .active):where(:not(:disabled, .disabled)).appearance-duotone {
3276
- --_appearance-color-text: var(--_connotation-color-fierce);
3340
+ --_appearance-color-text: var(--_connotation-color-firm);
3277
3341
  --_appearance-color-fill: var(--_connotation-color-faint);
3278
3342
  --_appearance-color-outline: var(--_connotation-color-pale);
3279
3343
  }
@@ -3287,14 +3351,14 @@ slot[name=icon] {
3287
3351
  --_appearance-color-fill: transparent;
3288
3352
  --_appearance-color-outline: var(--vvd-color-neutral-100);
3289
3353
  }
3290
- .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
3354
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
3291
3355
  --_appearance-color-text: var(--_connotation-color-contrast);
3292
3356
  --_appearance-color-fill: var(--_connotation-color-pale);
3293
3357
  --_appearance-color-outline: transparent;
3294
3358
  }
3295
- .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)).appearance-duotone {
3296
- --_appearance-color-text: var(--_connotation-color-fierce);
3297
- --_appearance-color-fill: var(--_connotation-color-faint);
3359
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)).appearance-duotone {
3360
+ --_appearance-color-text: var(--_connotation-color-firm);
3361
+ --_appearance-color-fill: var(--_connotation-color-soft);
3298
3362
  --_appearance-color-outline: var(--_connotation-color-pale);
3299
3363
  }
3300
3364
  .base:not(.shape-pill) {
@@ -3355,7 +3419,7 @@ slot[name=icon] {
3355
3419
  gap: 8px;
3356
3420
  }/**
3357
3421
  * Do not edit directly
3358
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3422
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3359
3423
  */
3360
3424
  .control {
3361
3425
  display: inline-block;
@@ -3380,7 +3444,7 @@ slot[name=icon] {
3380
3444
  margin-block-start: 16px;
3381
3445
  }/**
3382
3446
  * Do not edit directly
3383
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3447
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3384
3448
  */
3385
3449
  .control {
3386
3450
  pointer-events: none;
@@ -3395,7 +3459,7 @@ slot[name=icon] {
3395
3459
  font: var(--vvd-typography-base-bold);
3396
3460
  }/**
3397
3461
  * Do not edit directly
3398
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3462
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3399
3463
  */
3400
3464
  @supports selector(:focus-visible) {
3401
3465
  :host(:focus-visible) {
@@ -3445,12 +3509,12 @@ slot[name=icon] {
3445
3509
  --_appearance-color-fill: var(--_connotation-color-soft);
3446
3510
  --_appearance-color-outline: transparent;
3447
3511
  }
3448
- .control:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
3512
+ .control:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
3449
3513
  --_appearance-color-text: var(--_connotation-color-primary-text);
3450
3514
  --_appearance-color-fill: var(--_connotation-color-primary);
3451
3515
  --_appearance-color-outline: transparent;
3452
3516
  }
3453
- .control:where(.selected, [aria-current]):where(:hover, .hover) {
3517
+ .control:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
3454
3518
  --_appearance-color-text: var(--_connotation-color-primary-text);
3455
3519
  --_appearance-color-fill: var(--_connotation-color-primary-increment);
3456
3520
  --_appearance-color-outline: transparent;
@@ -3523,7 +3587,7 @@ slot[name=icon] {
3523
3587
  color: var(--vvd-color-neutral-600);
3524
3588
  }/**
3525
3589
  * Do not edit directly
3526
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3590
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3527
3591
  */
3528
3592
  .base {
3529
3593
  display: flex;
@@ -3535,7 +3599,7 @@ slot[name=icon] {
3535
3599
  border-bottom: 1px solid var(--vvd-color-neutral-200);
3536
3600
  }/**
3537
3601
  * Do not edit directly
3538
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3602
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3539
3603
  */
3540
3604
  :host {
3541
3605
  display: flex;
@@ -3652,7 +3716,7 @@ button:not(:focus-visible) > .focus-indicator {
3652
3716
  display: flex;
3653
3717
  }/**
3654
3718
  * Do not edit directly
3655
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3719
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3656
3720
  */
3657
3721
  :host([disabled]) {
3658
3722
  cursor: not-allowed;
@@ -3712,12 +3776,12 @@ button:not(:focus-visible) > .focus-indicator {
3712
3776
  --_appearance-color-fill: var(--_connotation-color-soft);
3713
3777
  --_appearance-color-outline: transparent;
3714
3778
  }
3715
- .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
3779
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
3716
3780
  --_appearance-color-text: var(--_connotation-color-primary);
3717
3781
  --_appearance-color-fill: var(--_connotation-color-dim);
3718
3782
  --_appearance-color-outline: transparent;
3719
3783
  }
3720
- .base:where(.selected, [aria-current]):where(:hover, .hover) {
3784
+ .base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
3721
3785
  --_appearance-color-text: var(--_connotation-color-primary);
3722
3786
  --_appearance-color-fill: var(--_connotation-color-pale);
3723
3787
  --_appearance-color-outline: transparent;
@@ -3789,7 +3853,7 @@ dialog.fixed {
3789
3853
  transform: translate(0, -50%);
3790
3854
  }/**
3791
3855
  * Do not edit directly
3792
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3856
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3793
3857
  */
3794
3858
  .base {
3795
3859
  box-sizing: border-box;
@@ -3930,7 +3994,7 @@ slot[name=main] {
3930
3994
  border-radius: inherit;
3931
3995
  }/**
3932
3996
  * Do not edit directly
3933
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3997
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3934
3998
  */
3935
3999
  .positioning-region {
3936
4000
  display: flex;
@@ -3949,7 +4013,7 @@ label {
3949
4013
  font: var(--vvd-typography-base);
3950
4014
  }/**
3951
4015
  * Do not edit directly
3952
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4016
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3953
4017
  */
3954
4018
  @supports selector(:focus-visible) {
3955
4019
  :host(:focus-visible) {
@@ -4082,7 +4146,7 @@ slot[name=icon] {
4082
4146
  opacity: 0;
4083
4147
  }/**
4084
4148
  * Do not edit directly
4085
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4149
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
4086
4150
  */
4087
4151
  .base {
4088
4152
  display: grid;
@@ -4171,6 +4235,7 @@ slot[name=icon] {
4171
4235
  .base.orientation-vertical .active-indicator {
4172
4236
  align-self: center;
4173
4237
  block-size: 80%;
4238
+ border-radius: 2px;
4174
4239
  grid-area: 1/1/auto/auto;
4175
4240
  inline-size: var(--_tabs-active-indicator-stroke-width);
4176
4241
  }
@@ -4199,7 +4264,7 @@ slot[name=icon] {
4199
4264
  gap: 4px;
4200
4265
  }/**
4201
4266
  * Do not edit directly
4202
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4267
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
4203
4268
  */
4204
4269
  :host {
4205
4270
  display: inline-flex;
@@ -4392,7 +4457,7 @@ label {
4392
4457
  margin-inline-end: 4px;
4393
4458
  }/**
4394
4459
  * Do not edit directly
4395
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4460
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
4396
4461
  */
4397
4462
  :host {
4398
4463
  display: block;
@@ -4411,7 +4476,7 @@ label {
4411
4476
  inline-size: 1px;
4412
4477
  }/**
4413
4478
  * Do not edit directly
4414
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4479
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
4415
4480
  */
4416
4481
  :host {
4417
4482
  display: inline-block;
@@ -4672,7 +4737,7 @@ label {
4672
4737
  pointer-events: none;
4673
4738
  }/**
4674
4739
  * Do not edit directly
4675
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4740
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
4676
4741
  */
4677
4742
  @supports selector(:focus-visible) {
4678
4743
  :host(:focus-visible) {
@@ -4853,7 +4918,7 @@ label {
4853
4918
  --_select-control-border-radius: 6px;
4854
4919
  }/**
4855
4920
  * Do not edit directly
4856
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4921
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
4857
4922
  */
4858
4923
  :host(.disabled) {
4859
4924
  cursor: not-allowed;
@@ -5036,7 +5101,7 @@ label {
5036
5101
  display: none;
5037
5102
  }/**
5038
5103
  * Do not edit directly
5039
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5104
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5040
5105
  */
5041
5106
  :host {
5042
5107
  position: relative;
@@ -5100,7 +5165,7 @@ label {
5100
5165
  inline-size: 100%;
5101
5166
  }/**
5102
5167
  * Do not edit directly
5103
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5168
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5104
5169
  */
5105
5170
  :host {
5106
5171
  display: block;
@@ -5215,7 +5280,7 @@ label {
5215
5280
  display: none;
5216
5281
  }/**
5217
5282
  * Do not edit directly
5218
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5283
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5219
5284
  */
5220
5285
  :host {
5221
5286
  display: inline-block;
@@ -5375,7 +5440,7 @@ label {
5375
5440
  resize: vertical;
5376
5441
  }/**
5377
5442
  * Do not edit directly
5378
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5443
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5379
5444
  */
5380
5445
  :host {
5381
5446
  display: inline-block;
@@ -5528,7 +5593,7 @@ label {
5528
5593
  display: none;
5529
5594
  }/**
5530
5595
  * Do not edit directly
5531
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5596
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5532
5597
  */
5533
5598
  @supports selector(:focus-visible) {
5534
5599
  :host(:focus-visible) {
@@ -5571,12 +5636,12 @@ label {
5571
5636
  --_appearance-color-fill: var(--_connotation-color-soft);
5572
5637
  --_appearance-color-outline: transparent;
5573
5638
  }
5574
- .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
5639
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
5575
5640
  --_appearance-color-text: var(--_connotation-color-primary);
5576
5641
  --_appearance-color-fill: var(--_connotation-color-dim);
5577
5642
  --_appearance-color-outline: transparent;
5578
5643
  }
5579
- .base:where(.selected, [aria-current]):where(:hover, .hover) {
5644
+ .base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
5580
5645
  --_appearance-color-text: var(--_connotation-color-primary);
5581
5646
  --_appearance-color-fill: var(--_connotation-color-pale);
5582
5647
  --_appearance-color-outline: transparent;
@@ -5709,7 +5774,7 @@ label {
5709
5774
  display: none;
5710
5775
  }/**
5711
5776
  * Do not edit directly
5712
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5777
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5713
5778
  */
5714
5779
  .base {
5715
5780
  display: grid;
@@ -5755,12 +5820,12 @@ label {
5755
5820
  --_appearance-color-fill: var(--_connotation-color-faint);
5756
5821
  --_appearance-color-outline: transparent;
5757
5822
  }
5758
- .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
5823
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
5759
5824
  --_appearance-color-text: var(--_connotation-color-primary);
5760
5825
  --_appearance-color-fill: var(--_connotation-color-dim);
5761
5826
  --_appearance-color-outline: transparent;
5762
5827
  }
5763
- .base:where(.selected, [aria-current]):where(:hover, .hover) {
5828
+ .base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
5764
5829
  --_appearance-color-text: var(--_connotation-color-primary);
5765
5830
  --_appearance-color-fill: var(--_connotation-color-pale);
5766
5831
  --_appearance-color-outline: transparent;
@@ -5778,7 +5843,7 @@ label {
5778
5843
  background-color: var(--_appearance-color-fill);
5779
5844
  }/**
5780
5845
  * Do not edit directly
5781
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5846
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5782
5847
  */
5783
5848
  :host {
5784
5849
  min-inline-size: 80px;
@@ -5837,12 +5902,12 @@ label {
5837
5902
  --_appearance-color-fill: var(--_connotation-color-faint);
5838
5903
  --_appearance-color-outline: transparent;
5839
5904
  }
5840
- .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
5905
+ .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
5841
5906
  --_appearance-color-text: var(--_connotation-color-primary);
5842
5907
  --_appearance-color-fill: var(--_connotation-color-dim);
5843
5908
  --_appearance-color-outline: transparent;
5844
5909
  }
5845
- .base:where(.selected, [aria-current]):where(:hover, .hover) {
5910
+ .base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
5846
5911
  --_appearance-color-text: var(--_connotation-color-primary);
5847
5912
  --_appearance-color-fill: var(--_connotation-color-pale);
5848
5913
  --_appearance-color-outline: transparent;
@@ -5875,7 +5940,7 @@ slot {
5875
5940
  margin-inline-start: auto;
5876
5941
  }/**
5877
5942
  * Do not edit directly
5878
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5943
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5879
5944
  */
5880
5945
  ol {
5881
5946
  padding: 0;
@@ -6135,7 +6200,7 @@ ol {
6135
6200
  text-transform: uppercase;
6136
6201
  }/**
6137
6202
  * Do not edit directly
6138
- * Generated on Wed, 22 Nov 2023 16:09:43 GMT
6203
+ * Generated on Thu, 07 Dec 2023 10:24:56 GMT
6139
6204
  */
6140
6205
  :host {
6141
6206
  display: inline-block;
@@ -6317,12 +6382,12 @@ ol {
6317
6382
  --_appearance-color-fill: var(--_connotation-color-soft);
6318
6383
  --_appearance-color-outline: transparent;
6319
6384
  }
6320
- .button:where(.selected, [aria-current]):where(:not(:disabled, .disabled, :hover, .hover)) {
6385
+ .button:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {
6321
6386
  --_appearance-color-text: var(--_connotation-color-primary);
6322
6387
  --_appearance-color-fill: var(--_connotation-color-dim);
6323
6388
  --_appearance-color-outline: transparent;
6324
6389
  }
6325
- .button:where(.selected, [aria-current]):where(:hover, .hover) {
6390
+ .button:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
6326
6391
  --_appearance-color-text: var(--_connotation-color-primary);
6327
6392
  --_appearance-color-fill: var(--_connotation-color-pale);
6328
6393
  --_appearance-color-outline: transparent;