@vonage/vivid 3.42.0 → 3.43.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 (66) hide show
  1. package/custom-elements.json +50 -50
  2. package/lib/dialog/dialog.d.ts +0 -2
  3. package/listbox/index.js +1 -1
  4. package/package.json +1 -1
  5. package/shared/definition.js +1 -1
  6. package/shared/definition11.js +1 -7
  7. package/shared/definition12.js +1 -1
  8. package/shared/definition13.js +1 -1
  9. package/shared/definition14.js +1 -1
  10. package/shared/definition15.js +1 -1
  11. package/shared/definition16.js +1 -1
  12. package/shared/definition17.js +2 -2
  13. package/shared/definition2.js +1 -1
  14. package/shared/definition20.js +1 -11
  15. package/shared/definition21.js +1 -1
  16. package/shared/definition22.js +1 -1
  17. package/shared/definition23.js +1 -7
  18. package/shared/definition24.js +1 -1
  19. package/shared/definition25.js +1 -1
  20. package/shared/definition28.js +1 -1
  21. package/shared/definition29.js +1 -1
  22. package/shared/definition3.js +1 -1
  23. package/shared/definition30.js +1 -1
  24. package/shared/definition31.js +1 -1
  25. package/shared/definition33.js +1 -1
  26. package/shared/definition34.js +1 -6
  27. package/shared/definition35.js +1 -1
  28. package/shared/definition36.js +1 -1
  29. package/shared/definition37.js +1 -1
  30. package/shared/definition38.js +1 -1
  31. package/shared/definition39.js +1 -1
  32. package/shared/definition4.js +1 -1
  33. package/shared/definition40.js +1 -1
  34. package/shared/definition41.js +1 -1
  35. package/shared/definition42.js +1 -1
  36. package/shared/definition43.js +1 -1
  37. package/shared/definition44.js +1 -1
  38. package/shared/definition45.js +1 -1
  39. package/shared/definition46.js +1 -1
  40. package/shared/definition48.js +1 -1
  41. package/shared/definition49.js +1 -1
  42. package/shared/definition5.js +1 -1
  43. package/shared/definition51.js +2 -2
  44. package/shared/definition52.js +1 -6
  45. package/shared/definition53.js +0 -6
  46. package/shared/definition54.js +1 -1
  47. package/shared/definition55.js +1 -1
  48. package/shared/definition56.js +1 -1
  49. package/shared/definition58.js +1 -1
  50. package/shared/definition6.js +1 -1
  51. package/shared/definition60.js +1535 -6
  52. package/shared/definition7.js +1 -1
  53. package/shared/definition8.js +1 -1
  54. package/shared/definition9.js +1 -1
  55. package/shared/icon.js +1 -1
  56. package/shared/index2.js +1 -1
  57. package/shared/presentationDate.js +1 -1
  58. package/shared/text-anchor.template.js +0 -5
  59. package/shared/text-field.js +1 -1
  60. package/style.css +149 -131
  61. package/styles/core/all.css +1 -1
  62. package/styles/core/theme.css +1 -1
  63. package/styles/core/typography.css +1 -1
  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
package/style.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3
+ * Generated on Mon, 11 Dec 2023 11:36:24 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 Thu, 30 Nov 2023 11:42:28 GMT
322
+ * Generated on Mon, 11 Dec 2023 11:36:24 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 Thu, 30 Nov 2023 11:42:28 GMT
340
+ * Generated on Mon, 11 Dec 2023 11:36:24 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 Thu, 30 Nov 2023 11:42:28 GMT
365
+ * Generated on Mon, 11 Dec 2023 11:36:24 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 Thu, 30 Nov 2023 11:42:28 GMT
502
+ * Generated on Mon, 11 Dec 2023 11:36:24 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 Thu, 30 Nov 2023 11:42:28 GMT
553
+ * Generated on Mon, 11 Dec 2023 11:36:24 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 Thu, 30 Nov 2023 11:42:28 GMT
676
+ * Generated on Mon, 11 Dec 2023 11:36:24 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 Thu, 30 Nov 2023 11:42:28 GMT
763
+ * Generated on Mon, 11 Dec 2023 11:36:24 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 Thu, 30 Nov 2023 11:42:28 GMT
827
+ * Generated on Mon, 11 Dec 2023 11:36:24 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 Thu, 30 Nov 2023 11:42:28 GMT
930
+ * Generated on Mon, 11 Dec 2023 11:36:24 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 Thu, 30 Nov 2023 11:42:28 GMT
1299
+ * Generated on Mon, 11 Dec 2023 11:36:24 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 Thu, 30 Nov 2023 11:42:28 GMT
1422
+ * Generated on Mon, 11 Dec 2023 11:36:24 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 Thu, 30 Nov 2023 11:42:28 GMT
1448
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
1449
1449
  */
1450
1450
  .base {
1451
1451
  display: inline-flex;
@@ -1502,7 +1502,7 @@ slot[name=icon] {
1502
1502
  --_appearance-color-outline: var(--_connotation-color-firm);
1503
1503
  }
1504
1504
  .base.appearance-duotone {
1505
- --_appearance-color-text: var(--_connotation-color-fierce);
1505
+ --_appearance-color-text: var(--_connotation-color-firm);
1506
1506
  --_appearance-color-fill: transparent;
1507
1507
  --_appearance-color-outline: var(--_connotation-color-pale);
1508
1508
  }
@@ -1556,7 +1556,7 @@ slot[name=icon] {
1556
1556
  object-fit: cover;
1557
1557
  }/**
1558
1558
  * Do not edit directly
1559
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
1559
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
1560
1560
  */
1561
1561
  :host {
1562
1562
  display: inline-block;
@@ -1592,6 +1592,8 @@ slot[name=icon] {
1592
1592
  --_connotation-color-pale: var(--vvd-badge-cta-pale, var(--vvd-color-cta-300));
1593
1593
  /* @cssprop [--vvd-badge-cta-fierce=var(--vvd-color-cta-700)] */
1594
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));
1595
1597
  }
1596
1598
  .base.connotation-success {
1597
1599
  /* @cssprop [--vvd-badge-success-primary=var(--vvd-color-success-500)] */
@@ -1608,6 +1610,8 @@ slot[name=icon] {
1608
1610
  --_connotation-color-pale: var(--vvd-badge-success-pale, var(--vvd-color-success-300));
1609
1611
  /* @cssprop [--vvd-badge-success-fierce=var(--vvd-color-success-700)] */
1610
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));
1611
1615
  }
1612
1616
  .base.connotation-alert {
1613
1617
  /* @cssprop [--vvd-badge-alert-primary=var(--vvd-color-alert-500)] */
@@ -1624,6 +1628,8 @@ slot[name=icon] {
1624
1628
  --_connotation-color-pale: var(--vvd-badge-alert-pale, var(--vvd-color-alert-300));
1625
1629
  /* @cssprop [--vvd-badge-alert-fierce=var(--vvd-color-alert-700)] */
1626
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));
1627
1633
  }
1628
1634
  .base.connotation-warning {
1629
1635
  /* @cssprop [--vvd-badge-warning-primary=var(--vvd-color-warning-300)] */
@@ -1640,6 +1646,8 @@ slot[name=icon] {
1640
1646
  --_connotation-color-pale: var(--vvd-badge-warning-pale, var(--vvd-color-warning-300));
1641
1647
  /* @cssprop [--vvd-badge-warning-fierce=var(--vvd-color-warning-700)] */
1642
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));
1643
1651
  }
1644
1652
  .base.connotation-information {
1645
1653
  /* @cssprop [--vvd-badge-information-primary=var(--vvd-color-information-500)] */
@@ -1656,6 +1664,8 @@ slot[name=icon] {
1656
1664
  --_connotation-color-pale: var(--vvd-badge-information-pale, var(--vvd-color-information-300));
1657
1665
  /* @cssprop [--vvd-badge-information-fierce=var(--vvd-color-information-700)] */
1658
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));
1659
1669
  }
1660
1670
  .base:not(.connotation-cta, .connotation-success, .connotation-alert, .connotation-warning, .connotation-information) {
1661
1671
  /* @cssprop [--vvd-badge-accent-primary=var(--vvd-color-canvas-text)] */
@@ -1672,6 +1682,8 @@ slot[name=icon] {
1672
1682
  --_connotation-color-pale: var(--vvd-badge-accent-pale, var(--vvd-color-neutral-300));
1673
1683
  /* @cssprop [--vvd-badge-accent-fierce=var(--vvd-color-neutral-700)] */
1674
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));
1675
1687
  }
1676
1688
  .base {
1677
1689
  --_appearance-color-text: var(--_connotation-color-primary-text);
@@ -1679,7 +1691,7 @@ slot[name=icon] {
1679
1691
  --_appearance-color-outline: transparent;
1680
1692
  }
1681
1693
  .base.appearance-duotone {
1682
- --_appearance-color-text: var(--_connotation-color-fierce);
1694
+ --_appearance-color-text: var(--_connotation-color-firm);
1683
1695
  --_appearance-color-fill: transparent;
1684
1696
  --_appearance-color-outline: var(--_connotation-color-pale);
1685
1697
  }
@@ -1734,7 +1746,7 @@ slot[name=icon] {
1734
1746
  order: 1;
1735
1747
  }/**
1736
1748
  * Do not edit directly
1737
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
1749
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
1738
1750
  */
1739
1751
  :host {
1740
1752
  display: block;
@@ -1815,7 +1827,7 @@ slot[name=icon] {
1815
1827
  margin-inline-end: 8px;
1816
1828
  }/**
1817
1829
  * Do not edit directly
1818
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
1830
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
1819
1831
  */
1820
1832
  .base {
1821
1833
  display: flex;
@@ -1855,7 +1867,7 @@ slot[name=icon] {
1855
1867
  display: none;
1856
1868
  }/**
1857
1869
  * Do not edit directly
1858
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
1870
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
1859
1871
  */
1860
1872
  :host {
1861
1873
  display: flex;
@@ -1956,7 +1968,7 @@ slot[name=icon] {
1956
1968
  margin-inline-start: auto;
1957
1969
  }/**
1958
1970
  * Do not edit directly
1959
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
1971
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
1960
1972
  */
1961
1973
  :host {
1962
1974
  display: block;
@@ -2005,7 +2017,7 @@ header {
2005
2017
  display: none;
2006
2018
  }/**
2007
2019
  * Do not edit directly
2008
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2020
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2009
2021
  */
2010
2022
  .control {
2011
2023
  position: relative;
@@ -2150,7 +2162,7 @@ slot[name=icon] {
2150
2162
  --focus-stroke-gap-color: transparent;
2151
2163
  }/**
2152
2164
  * Do not edit directly
2153
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2165
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2154
2166
  */
2155
2167
  .base {
2156
2168
  z-index: 1;
@@ -2292,7 +2304,7 @@ slot[name=icon] {
2292
2304
  gap: 4px;
2293
2305
  }/**
2294
2306
  * Do not edit directly
2295
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2307
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2296
2308
  */
2297
2309
  .control {
2298
2310
  position: relative;
@@ -2309,6 +2321,7 @@ slot[name=icon] {
2309
2321
  hyphens: auto;
2310
2322
  inline-size: 100%;
2311
2323
  min-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2324
+ padding-block: 10px;
2312
2325
  padding-inline: 16px;
2313
2326
  text-decoration: none;
2314
2327
  vertical-align: middle;
@@ -2394,7 +2407,7 @@ details > summary::-webkit-details-marker {
2394
2407
  display: none;
2395
2408
  }/**
2396
2409
  * Do not edit directly
2397
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2410
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2398
2411
  */
2399
2412
  .control {
2400
2413
  position: relative;
@@ -2462,6 +2475,7 @@ details > summary::-webkit-details-marker {
2462
2475
  place-content: center;
2463
2476
  }
2464
2477
  .control:not(.icon-only) {
2478
+ padding-block: 10px;
2465
2479
  padding-inline: 16px;
2466
2480
  }
2467
2481
 
@@ -2477,7 +2491,7 @@ slot[name=icon] {
2477
2491
  line-height: 1;
2478
2492
  }/**
2479
2493
  * Do not edit directly
2480
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2494
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2481
2495
  */
2482
2496
  .base {
2483
2497
  display: flex;
@@ -2486,52 +2500,52 @@ slot[name=icon] {
2486
2500
  background-color: var(--_appearance-color-fill);
2487
2501
  border-radius: 6px;
2488
2502
  box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
2489
- color: var(--_appearance-color-text);
2503
+ color: var(--vvd-color-canvas-text);
2490
2504
  column-gap: 16px;
2491
2505
  }
2492
2506
  .base.connotation-success {
2493
- /* @cssprop [--vvd-note-success-primary=var(--vvd-color-success-500)] */
2494
- --_connotation-color-primary: var(--vvd-note-success-primary, var(--vvd-color-success-500));
2495
2507
  /* @cssprop [--vvd-note-success-intermediate=var(--vvd-color-success-500)] */
2496
2508
  --_connotation-color-intermediate: var(--vvd-note-success-intermediate, var(--vvd-color-success-500));
2497
- /* @cssprop [--vvd-note-success-backdrop=var(--vvd-color-success-50)] */
2498
- --_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));
2499
2513
  }
2500
2514
  .base.connotation-information {
2501
- /* @cssprop [--vvd-note-information-primary=var(--vvd-color-information-500)] */
2502
- --_connotation-color-primary: var(--vvd-note-information-primary, var(--vvd-color-information-500));
2503
2515
  /* @cssprop [--vvd-note-information-intermediate=var(--vvd-color-information-500)] */
2504
2516
  --_connotation-color-intermediate: var(--vvd-note-information-intermediate, var(--vvd-color-information-500));
2505
- /* @cssprop [--vvd-note-information-backdrop=var(--vvd-color-information-50)] */
2506
- --_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));
2507
2521
  }
2508
2522
  .base.connotation-alert {
2509
- /* @cssprop [--vvd-note-alert-primary=var(--vvd-color-alert-500)] */
2510
- --_connotation-color-primary: var(--vvd-note-alert-primary, var(--vvd-color-alert-500));
2511
2523
  /* @cssprop [--vvd-note-alert-intermediate=var(--vvd-color-alert-500)] */
2512
2524
  --_connotation-color-intermediate: var(--vvd-note-alert-intermediate, var(--vvd-color-alert-500));
2513
- /* @cssprop [--vvd-note-alert-backdrop=var(--vvd-color-alert-50)] */
2514
- --_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));
2515
2529
  }
2516
2530
  .base.connotation-warning {
2517
- /* @cssprop [--vvd-note-warning-primary=var(--vvd-color-warning-300)] */
2518
- --_connotation-color-primary: var(--vvd-note-warning-primary, var(--vvd-color-warning-300));
2519
2531
  /* @cssprop [--vvd-note-warning-intermediate=var(--vvd-color-warning-300)] */
2520
2532
  --_connotation-color-intermediate: var(--vvd-note-warning-intermediate, var(--vvd-color-warning-300));
2521
- /* @cssprop [--vvd-note-warning-backdrop=var(--vvd-color-warning-50)] */
2522
- --_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));
2523
2537
  }
2524
2538
  .base:not(.connotation-success, .connotation-information, .connotation-alert, .connotation-warning) {
2525
- /* @cssprop [--vvd-note-accent-primary=var(--vvd-color-canvas-text)] */
2526
- --_connotation-color-primary: var(--vvd-note-accent-primary, var(--vvd-color-canvas-text));
2527
2539
  /* @cssprop [--vvd-note-accent-intermediate=var(--vvd-color-neutral-500)] */
2528
2540
  --_connotation-color-intermediate: var(--vvd-note-accent-intermediate, var(--vvd-color-neutral-500));
2529
- /* @cssprop [--vvd-note-accent-backdrop=var(--vvd-color-canvas)] */
2530
- --_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));
2531
2545
  }
2532
2546
  .base {
2533
- --_appearance-color-text: var(--vvd-color-canvas-text);
2534
- --_appearance-color-fill: var(--_connotation-color-backdrop);
2547
+ --_appearance-color-text: var(--_connotation-color-fierce);
2548
+ --_appearance-color-fill: var(--_connotation-color-faint);
2535
2549
  --_appearance-color-outline: var(--_connotation-color-intermediate);
2536
2550
  }
2537
2551
  @supports (contain: content) {
@@ -2567,7 +2581,7 @@ slot[name=icon] {
2567
2581
  font: var(--vvd-typography-base);
2568
2582
  }/**
2569
2583
  * Do not edit directly
2570
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2584
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2571
2585
  */
2572
2586
  .control {
2573
2587
  display: inline-flex;
@@ -2616,7 +2630,7 @@ slot[name=icon] {
2616
2630
  inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2617
2631
  }/**
2618
2632
  * Do not edit directly
2619
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2633
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2620
2634
  */
2621
2635
  .base {
2622
2636
  height: 6px;
@@ -2768,7 +2782,7 @@ slot[name=icon] {
2768
2782
  }
2769
2783
  }/**
2770
2784
  * Do not edit directly
2771
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2785
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2772
2786
  */
2773
2787
  @supports selector(:focus-visible) {
2774
2788
  .base:focus-visible {
@@ -2798,6 +2812,8 @@ slot[name=icon] {
2798
2812
  --_connotation-color-fierce: var(--vvd-selectable-box-cta-fierce, var(--vvd-color-cta-700));
2799
2813
  /* @cssprop [--vvd-selectable-box-cta-faint=var(--vvd-color-cta-50)] */
2800
2814
  --_connotation-color-faint: var(--vvd-selectable-box-cta-faint, var(--vvd-color-cta-50));
2815
+ /* @cssprop [--vvd-selectable-box-cta-soft=var(--vvd-color-cta-100)] */
2816
+ --_connotation-color-soft: var(--vvd-selectable-box-cta-soft, var(--vvd-color-cta-100));
2801
2817
  }
2802
2818
  .base:not(.connotation-cta) {
2803
2819
  /* @cssprop [--vvd-selectable-box-accent-firm=var(--vvd-color-canvas-text)] */
@@ -2808,24 +2824,26 @@ slot[name=icon] {
2808
2824
  --_connotation-color-fierce: var(--vvd-selectable-box-accent-fierce, var(--vvd-color-neutral-700));
2809
2825
  /* @cssprop [--vvd-selectable-box-accent-faint=var(--vvd-color-neutral-50)] */
2810
2826
  --_connotation-color-faint: var(--vvd-selectable-box-accent-faint, var(--vvd-color-neutral-50));
2827
+ /* @cssprop [--vvd-selectable-box-accent-soft=var(--vvd-color-neutral-100)] */
2828
+ --_connotation-color-soft: var(--vvd-selectable-box-accent-soft, var(--vvd-color-neutral-100));
2811
2829
  }
2812
2830
  .base {
2813
- --_appearance-color-text: var(--_connotation-color-fierce);
2831
+ --_appearance-color-text: var(--_connotation-color-firm);
2814
2832
  --_appearance-color-fill: transparent;
2815
2833
  --_appearance-color-outline: var(--_connotation-color-pale);
2816
2834
  }
2817
2835
  .base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2818
- --_appearance-color-text: var(--_connotation-color-fierce);
2836
+ --_appearance-color-text: var(--_connotation-color-firm);
2819
2837
  --_appearance-color-fill: transparent;
2820
2838
  --_appearance-color-outline: var(--_connotation-color-firm);
2821
2839
  }
2822
2840
  .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);
2841
+ --_appearance-color-text: var(--_connotation-color-firm);
2842
+ --_appearance-color-fill: var(--_connotation-color-soft);
2825
2843
  --_appearance-color-outline: var(--_connotation-color-pale);
2826
2844
  }
2827
2845
  .base:where(.selected, [aria-current]):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2828
- --_appearance-color-text: var(--_connotation-color-fierce);
2846
+ --_appearance-color-text: var(--_connotation-color-firm);
2829
2847
  --_appearance-color-fill: var(--_connotation-color-faint);
2830
2848
  --_appearance-color-outline: var(--_connotation-color-firm);
2831
2849
  }
@@ -2853,7 +2871,7 @@ slot[name=icon] {
2853
2871
  inset-inline-end: var(--selectable-box-spacing, 16px);
2854
2872
  }/**
2855
2873
  * Do not edit directly
2856
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2874
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2857
2875
  */
2858
2876
  .control {
2859
2877
  position: fixed;
@@ -2900,7 +2918,7 @@ slot[name=icon] {
2900
2918
  display: none;
2901
2919
  }/**
2902
2920
  * Do not edit directly
2903
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
2921
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2904
2922
  */
2905
2923
  :host {
2906
2924
  display: inline-block;
@@ -3242,7 +3260,7 @@ slot[name=icon] {
3242
3260
  --focus-inset: -1px;
3243
3261
  }/**
3244
3262
  * Do not edit directly
3245
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3263
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3246
3264
  */
3247
3265
  .base {
3248
3266
  --tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
@@ -3299,7 +3317,7 @@ slot[name=icon] {
3299
3317
  --_appearance-color-outline: transparent;
3300
3318
  }
3301
3319
  .base.appearance-duotone {
3302
- --_appearance-color-text: var(--_connotation-color-fierce);
3320
+ --_appearance-color-text: var(--_connotation-color-firm);
3303
3321
  --_appearance-color-fill: transparent;
3304
3322
  --_appearance-color-outline: var(--_connotation-color-pale);
3305
3323
  }
@@ -3309,7 +3327,7 @@ slot[name=icon] {
3309
3327
  --_appearance-color-outline: transparent;
3310
3328
  }
3311
3329
  .base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-duotone {
3312
- --_appearance-color-text: var(--_connotation-color-fierce);
3330
+ --_appearance-color-text: var(--_connotation-color-firm);
3313
3331
  --_appearance-color-fill: transparent;
3314
3332
  --_appearance-color-outline: var(--_connotation-color-firm);
3315
3333
  }
@@ -3319,7 +3337,7 @@ slot[name=icon] {
3319
3337
  --_appearance-color-outline: transparent;
3320
3338
  }
3321
3339
  .base:where(:active, .active):where(:not(:disabled, .disabled)).appearance-duotone {
3322
- --_appearance-color-text: var(--_connotation-color-fierce);
3340
+ --_appearance-color-text: var(--_connotation-color-firm);
3323
3341
  --_appearance-color-fill: var(--_connotation-color-faint);
3324
3342
  --_appearance-color-outline: var(--_connotation-color-pale);
3325
3343
  }
@@ -3339,8 +3357,8 @@ slot[name=icon] {
3339
3357
  --_appearance-color-outline: transparent;
3340
3358
  }
3341
3359
  .base:where(.selected, [aria-current]):where(:not(:disabled, .disabled)).appearance-duotone {
3342
- --_appearance-color-text: var(--_connotation-color-fierce);
3343
- --_appearance-color-fill: var(--_connotation-color-faint);
3360
+ --_appearance-color-text: var(--_connotation-color-firm);
3361
+ --_appearance-color-fill: var(--_connotation-color-soft);
3344
3362
  --_appearance-color-outline: var(--_connotation-color-pale);
3345
3363
  }
3346
3364
  .base:not(.shape-pill) {
@@ -3401,7 +3419,7 @@ slot[name=icon] {
3401
3419
  gap: 8px;
3402
3420
  }/**
3403
3421
  * Do not edit directly
3404
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3422
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3405
3423
  */
3406
3424
  .control {
3407
3425
  display: inline-block;
@@ -3426,7 +3444,7 @@ slot[name=icon] {
3426
3444
  margin-block-start: 16px;
3427
3445
  }/**
3428
3446
  * Do not edit directly
3429
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3447
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3430
3448
  */
3431
3449
  .control {
3432
3450
  pointer-events: none;
@@ -3441,7 +3459,7 @@ slot[name=icon] {
3441
3459
  font: var(--vvd-typography-base-bold);
3442
3460
  }/**
3443
3461
  * Do not edit directly
3444
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3462
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3445
3463
  */
3446
3464
  @supports selector(:focus-visible) {
3447
3465
  :host(:focus-visible) {
@@ -3569,7 +3587,7 @@ slot[name=icon] {
3569
3587
  color: var(--vvd-color-neutral-600);
3570
3588
  }/**
3571
3589
  * Do not edit directly
3572
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3590
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3573
3591
  */
3574
3592
  .base {
3575
3593
  display: flex;
@@ -3581,7 +3599,7 @@ slot[name=icon] {
3581
3599
  border-bottom: 1px solid var(--vvd-color-neutral-200);
3582
3600
  }/**
3583
3601
  * Do not edit directly
3584
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3602
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3585
3603
  */
3586
3604
  :host {
3587
3605
  display: flex;
@@ -3698,7 +3716,7 @@ button:not(:focus-visible) > .focus-indicator {
3698
3716
  display: flex;
3699
3717
  }/**
3700
3718
  * Do not edit directly
3701
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3719
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3702
3720
  */
3703
3721
  :host([disabled]) {
3704
3722
  cursor: not-allowed;
@@ -3835,7 +3853,7 @@ dialog.fixed {
3835
3853
  transform: translate(0, -50%);
3836
3854
  }/**
3837
3855
  * Do not edit directly
3838
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3856
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3839
3857
  */
3840
3858
  .base {
3841
3859
  box-sizing: border-box;
@@ -3976,7 +3994,7 @@ slot[name=main] {
3976
3994
  border-radius: inherit;
3977
3995
  }/**
3978
3996
  * Do not edit directly
3979
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
3997
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3980
3998
  */
3981
3999
  .positioning-region {
3982
4000
  display: flex;
@@ -3995,7 +4013,7 @@ label {
3995
4013
  font: var(--vvd-typography-base);
3996
4014
  }/**
3997
4015
  * Do not edit directly
3998
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
4016
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3999
4017
  */
4000
4018
  @supports selector(:focus-visible) {
4001
4019
  :host(:focus-visible) {
@@ -4128,7 +4146,7 @@ slot[name=icon] {
4128
4146
  opacity: 0;
4129
4147
  }/**
4130
4148
  * Do not edit directly
4131
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
4149
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4132
4150
  */
4133
4151
  .base {
4134
4152
  display: grid;
@@ -4246,7 +4264,7 @@ slot[name=icon] {
4246
4264
  gap: 4px;
4247
4265
  }/**
4248
4266
  * Do not edit directly
4249
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
4267
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4250
4268
  */
4251
4269
  :host {
4252
4270
  display: inline-flex;
@@ -4394,52 +4412,9 @@ label {
4394
4412
  .message {
4395
4413
  margin-block-start: 4px;
4396
4414
  --_low-ink-color: var(--vvd-color-neutral-600);
4397
- }.control {
4398
- background: var(--vvd-color-surface-4dp);
4399
- border-radius: inherit;
4400
- contain: layout;
4401
- }
4402
- .control:not(.open) {
4403
- display: none;
4404
- }
4405
-
4406
- .popup-wrapper {
4407
- z-index: 10;
4408
- border-radius: 6px;
4409
- inline-size: fit-content;
4410
- }
4411
- .popup-wrapper:not(.absolute) {
4412
- position: fixed;
4413
- }
4414
- .popup-wrapper.absolute {
4415
- position: absolute;
4416
- }
4417
-
4418
- .popup-content {
4419
- display: grid;
4420
- color: var(--vvd-color-canvas-text); /* neutral-100 */
4421
- }
4422
- .dismissible .popup-content {
4423
- align-content: start;
4424
- grid-template-columns: 1fr auto;
4425
- }
4426
-
4427
- .arrow {
4428
- position: absolute;
4429
- z-index: -1;
4430
- width: 8px;
4431
- height: 8px;
4432
- background: var(--vvd-color-surface-4dp);
4433
- transform: rotate(45deg);
4434
- }
4435
-
4436
- .dismissible-button {
4437
- align-self: flex-start;
4438
- margin-block-start: 4px;
4439
- margin-inline-end: 4px;
4440
4415
  }/**
4441
4416
  * Do not edit directly
4442
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
4417
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4443
4418
  */
4444
4419
  :host {
4445
4420
  display: block;
@@ -4458,7 +4433,7 @@ label {
4458
4433
  inline-size: 1px;
4459
4434
  }/**
4460
4435
  * Do not edit directly
4461
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
4436
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4462
4437
  */
4463
4438
  :host {
4464
4439
  display: inline-block;
@@ -4719,7 +4694,7 @@ label {
4719
4694
  pointer-events: none;
4720
4695
  }/**
4721
4696
  * Do not edit directly
4722
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
4697
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4723
4698
  */
4724
4699
  @supports selector(:focus-visible) {
4725
4700
  :host(:focus-visible) {
@@ -4900,7 +4875,7 @@ label {
4900
4875
  --_select-control-border-radius: 6px;
4901
4876
  }/**
4902
4877
  * Do not edit directly
4903
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
4878
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4904
4879
  */
4905
4880
  :host(.disabled) {
4906
4881
  cursor: not-allowed;
@@ -5083,7 +5058,7 @@ label {
5083
5058
  display: none;
5084
5059
  }/**
5085
5060
  * Do not edit directly
5086
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5061
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5087
5062
  */
5088
5063
  :host {
5089
5064
  position: relative;
@@ -5147,7 +5122,7 @@ label {
5147
5122
  inline-size: 100%;
5148
5123
  }/**
5149
5124
  * Do not edit directly
5150
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5125
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5151
5126
  */
5152
5127
  :host {
5153
5128
  display: block;
@@ -5262,7 +5237,7 @@ label {
5262
5237
  display: none;
5263
5238
  }/**
5264
5239
  * Do not edit directly
5265
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5240
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5266
5241
  */
5267
5242
  :host {
5268
5243
  display: inline-block;
@@ -5422,7 +5397,7 @@ label {
5422
5397
  resize: vertical;
5423
5398
  }/**
5424
5399
  * Do not edit directly
5425
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5400
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5426
5401
  */
5427
5402
  :host {
5428
5403
  display: inline-block;
@@ -5573,9 +5548,52 @@ label {
5573
5548
  }
5574
5549
  .control:not(:focus-visible) .focus-indicator {
5575
5550
  display: none;
5551
+ }.control {
5552
+ background: var(--vvd-color-surface-4dp);
5553
+ border-radius: inherit;
5554
+ contain: layout;
5555
+ }
5556
+ .control:not(.open) {
5557
+ display: none;
5558
+ }
5559
+
5560
+ .popup-wrapper {
5561
+ z-index: 10;
5562
+ border-radius: 6px;
5563
+ inline-size: fit-content;
5564
+ }
5565
+ .popup-wrapper:not(.absolute) {
5566
+ position: fixed;
5567
+ }
5568
+ .popup-wrapper.absolute {
5569
+ position: absolute;
5570
+ }
5571
+
5572
+ .popup-content {
5573
+ display: grid;
5574
+ color: var(--vvd-color-canvas-text); /* neutral-100 */
5575
+ }
5576
+ .dismissible .popup-content {
5577
+ align-content: start;
5578
+ grid-template-columns: 1fr auto;
5579
+ }
5580
+
5581
+ .arrow {
5582
+ position: absolute;
5583
+ z-index: -1;
5584
+ width: 8px;
5585
+ height: 8px;
5586
+ background: var(--vvd-color-surface-4dp);
5587
+ transform: rotate(45deg);
5588
+ }
5589
+
5590
+ .dismissible-button {
5591
+ align-self: flex-start;
5592
+ margin-block-start: 4px;
5593
+ margin-inline-end: 4px;
5576
5594
  }/**
5577
5595
  * Do not edit directly
5578
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5596
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5579
5597
  */
5580
5598
  @supports selector(:focus-visible) {
5581
5599
  :host(:focus-visible) {
@@ -5756,7 +5774,7 @@ label {
5756
5774
  display: none;
5757
5775
  }/**
5758
5776
  * Do not edit directly
5759
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5777
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5760
5778
  */
5761
5779
  .base {
5762
5780
  display: grid;
@@ -5825,7 +5843,7 @@ label {
5825
5843
  background-color: var(--_appearance-color-fill);
5826
5844
  }/**
5827
5845
  * Do not edit directly
5828
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5846
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5829
5847
  */
5830
5848
  :host {
5831
5849
  min-inline-size: 80px;
@@ -5922,7 +5940,7 @@ slot {
5922
5940
  margin-inline-start: auto;
5923
5941
  }/**
5924
5942
  * Do not edit directly
5925
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
5943
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5926
5944
  */
5927
5945
  ol {
5928
5946
  padding: 0;
@@ -6182,7 +6200,7 @@ ol {
6182
6200
  text-transform: uppercase;
6183
6201
  }/**
6184
6202
  * Do not edit directly
6185
- * Generated on Thu, 30 Nov 2023 11:42:28 GMT
6203
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
6186
6204
  */
6187
6205
  :host {
6188
6206
  display: inline-block;