@vonage/vivid 3.42.1 → 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 (61) hide show
  1. package/listbox/index.js +1 -1
  2. package/package.json +1 -1
  3. package/shared/definition.js +1 -1
  4. package/shared/definition11.js +1 -1
  5. package/shared/definition12.js +1 -1
  6. package/shared/definition13.js +1 -1
  7. package/shared/definition14.js +1 -1
  8. package/shared/definition15.js +1 -1
  9. package/shared/definition16.js +1 -1
  10. package/shared/definition17.js +2 -2
  11. package/shared/definition2.js +1 -1
  12. package/shared/definition20.js +1 -1
  13. package/shared/definition21.js +1 -1
  14. package/shared/definition22.js +1 -1
  15. package/shared/definition23.js +1 -1
  16. package/shared/definition24.js +1 -1
  17. package/shared/definition25.js +1 -1
  18. package/shared/definition28.js +1 -1
  19. package/shared/definition29.js +1 -1
  20. package/shared/definition3.js +1 -1
  21. package/shared/definition30.js +1 -1
  22. package/shared/definition31.js +1 -1
  23. package/shared/definition33.js +1 -1
  24. package/shared/definition34.js +1 -1
  25. package/shared/definition35.js +1 -1
  26. package/shared/definition36.js +1 -1
  27. package/shared/definition37.js +1 -1
  28. package/shared/definition38.js +1 -1
  29. package/shared/definition39.js +1 -1
  30. package/shared/definition4.js +1 -1
  31. package/shared/definition40.js +1 -1
  32. package/shared/definition41.js +1 -1
  33. package/shared/definition42.js +1 -1
  34. package/shared/definition43.js +1 -1
  35. package/shared/definition44.js +1 -1
  36. package/shared/definition45.js +1 -1
  37. package/shared/definition46.js +1 -1
  38. package/shared/definition48.js +1 -1
  39. package/shared/definition49.js +1 -1
  40. package/shared/definition5.js +1 -1
  41. package/shared/definition51.js +1 -1
  42. package/shared/definition52.js +1 -1
  43. package/shared/definition54.js +1 -1
  44. package/shared/definition55.js +1 -1
  45. package/shared/definition56.js +1 -1
  46. package/shared/definition58.js +1 -1
  47. package/shared/definition6.js +1 -1
  48. package/shared/definition60.js +1535 -6
  49. package/shared/definition7.js +1 -1
  50. package/shared/definition8.js +1 -1
  51. package/shared/definition9.js +1 -1
  52. package/shared/index2.js +1 -1
  53. package/shared/presentationDate.js +1 -1
  54. package/shared/text-field.js +1 -1
  55. package/style.css +96 -96
  56. package/styles/core/all.css +1 -1
  57. package/styles/core/theme.css +1 -1
  58. package/styles/core/typography.css +1 -1
  59. package/styles/tokens/theme-dark.css +4 -4
  60. package/styles/tokens/theme-light.css +4 -4
  61. 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 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, 07 Dec 2023 10:24:56 GMT
1448
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
1449
1449
  */
1450
1450
  .base {
1451
1451
  display: inline-flex;
@@ -1556,7 +1556,7 @@ slot[name=icon] {
1556
1556
  object-fit: cover;
1557
1557
  }/**
1558
1558
  * Do not edit directly
1559
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
1559
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
1560
1560
  */
1561
1561
  :host {
1562
1562
  display: inline-block;
@@ -1746,7 +1746,7 @@ slot[name=icon] {
1746
1746
  order: 1;
1747
1747
  }/**
1748
1748
  * Do not edit directly
1749
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
1749
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
1750
1750
  */
1751
1751
  :host {
1752
1752
  display: block;
@@ -1827,7 +1827,7 @@ slot[name=icon] {
1827
1827
  margin-inline-end: 8px;
1828
1828
  }/**
1829
1829
  * Do not edit directly
1830
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
1830
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
1831
1831
  */
1832
1832
  .base {
1833
1833
  display: flex;
@@ -1867,7 +1867,7 @@ slot[name=icon] {
1867
1867
  display: none;
1868
1868
  }/**
1869
1869
  * Do not edit directly
1870
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
1870
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
1871
1871
  */
1872
1872
  :host {
1873
1873
  display: flex;
@@ -1968,7 +1968,7 @@ slot[name=icon] {
1968
1968
  margin-inline-start: auto;
1969
1969
  }/**
1970
1970
  * Do not edit directly
1971
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
1971
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
1972
1972
  */
1973
1973
  :host {
1974
1974
  display: block;
@@ -2017,7 +2017,7 @@ header {
2017
2017
  display: none;
2018
2018
  }/**
2019
2019
  * Do not edit directly
2020
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2020
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2021
2021
  */
2022
2022
  .control {
2023
2023
  position: relative;
@@ -2162,7 +2162,7 @@ slot[name=icon] {
2162
2162
  --focus-stroke-gap-color: transparent;
2163
2163
  }/**
2164
2164
  * Do not edit directly
2165
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2165
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2166
2166
  */
2167
2167
  .base {
2168
2168
  z-index: 1;
@@ -2304,7 +2304,7 @@ slot[name=icon] {
2304
2304
  gap: 4px;
2305
2305
  }/**
2306
2306
  * Do not edit directly
2307
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2307
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2308
2308
  */
2309
2309
  .control {
2310
2310
  position: relative;
@@ -2407,7 +2407,7 @@ details > summary::-webkit-details-marker {
2407
2407
  display: none;
2408
2408
  }/**
2409
2409
  * Do not edit directly
2410
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2410
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2411
2411
  */
2412
2412
  .control {
2413
2413
  position: relative;
@@ -2491,7 +2491,7 @@ slot[name=icon] {
2491
2491
  line-height: 1;
2492
2492
  }/**
2493
2493
  * Do not edit directly
2494
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2494
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2495
2495
  */
2496
2496
  .base {
2497
2497
  display: flex;
@@ -2581,7 +2581,7 @@ slot[name=icon] {
2581
2581
  font: var(--vvd-typography-base);
2582
2582
  }/**
2583
2583
  * Do not edit directly
2584
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2584
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2585
2585
  */
2586
2586
  .control {
2587
2587
  display: inline-flex;
@@ -2630,7 +2630,7 @@ slot[name=icon] {
2630
2630
  inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2631
2631
  }/**
2632
2632
  * Do not edit directly
2633
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2633
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2634
2634
  */
2635
2635
  .base {
2636
2636
  height: 6px;
@@ -2782,7 +2782,7 @@ slot[name=icon] {
2782
2782
  }
2783
2783
  }/**
2784
2784
  * Do not edit directly
2785
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2785
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2786
2786
  */
2787
2787
  @supports selector(:focus-visible) {
2788
2788
  .base:focus-visible {
@@ -2871,7 +2871,7 @@ slot[name=icon] {
2871
2871
  inset-inline-end: var(--selectable-box-spacing, 16px);
2872
2872
  }/**
2873
2873
  * Do not edit directly
2874
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2874
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2875
2875
  */
2876
2876
  .control {
2877
2877
  position: fixed;
@@ -2918,7 +2918,7 @@ slot[name=icon] {
2918
2918
  display: none;
2919
2919
  }/**
2920
2920
  * Do not edit directly
2921
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
2921
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
2922
2922
  */
2923
2923
  :host {
2924
2924
  display: inline-block;
@@ -3260,7 +3260,7 @@ slot[name=icon] {
3260
3260
  --focus-inset: -1px;
3261
3261
  }/**
3262
3262
  * Do not edit directly
3263
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3263
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3264
3264
  */
3265
3265
  .base {
3266
3266
  --tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
@@ -3419,7 +3419,7 @@ slot[name=icon] {
3419
3419
  gap: 8px;
3420
3420
  }/**
3421
3421
  * Do not edit directly
3422
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3422
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3423
3423
  */
3424
3424
  .control {
3425
3425
  display: inline-block;
@@ -3444,7 +3444,7 @@ slot[name=icon] {
3444
3444
  margin-block-start: 16px;
3445
3445
  }/**
3446
3446
  * Do not edit directly
3447
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3447
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3448
3448
  */
3449
3449
  .control {
3450
3450
  pointer-events: none;
@@ -3459,7 +3459,7 @@ slot[name=icon] {
3459
3459
  font: var(--vvd-typography-base-bold);
3460
3460
  }/**
3461
3461
  * Do not edit directly
3462
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3462
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3463
3463
  */
3464
3464
  @supports selector(:focus-visible) {
3465
3465
  :host(:focus-visible) {
@@ -3587,7 +3587,7 @@ slot[name=icon] {
3587
3587
  color: var(--vvd-color-neutral-600);
3588
3588
  }/**
3589
3589
  * Do not edit directly
3590
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3590
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3591
3591
  */
3592
3592
  .base {
3593
3593
  display: flex;
@@ -3599,7 +3599,7 @@ slot[name=icon] {
3599
3599
  border-bottom: 1px solid var(--vvd-color-neutral-200);
3600
3600
  }/**
3601
3601
  * Do not edit directly
3602
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3602
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3603
3603
  */
3604
3604
  :host {
3605
3605
  display: flex;
@@ -3716,7 +3716,7 @@ button:not(:focus-visible) > .focus-indicator {
3716
3716
  display: flex;
3717
3717
  }/**
3718
3718
  * Do not edit directly
3719
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3719
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3720
3720
  */
3721
3721
  :host([disabled]) {
3722
3722
  cursor: not-allowed;
@@ -3853,7 +3853,7 @@ dialog.fixed {
3853
3853
  transform: translate(0, -50%);
3854
3854
  }/**
3855
3855
  * Do not edit directly
3856
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3856
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3857
3857
  */
3858
3858
  .base {
3859
3859
  box-sizing: border-box;
@@ -3994,7 +3994,7 @@ slot[name=main] {
3994
3994
  border-radius: inherit;
3995
3995
  }/**
3996
3996
  * Do not edit directly
3997
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3997
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
3998
3998
  */
3999
3999
  .positioning-region {
4000
4000
  display: flex;
@@ -4013,7 +4013,7 @@ label {
4013
4013
  font: var(--vvd-typography-base);
4014
4014
  }/**
4015
4015
  * Do not edit directly
4016
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
4016
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4017
4017
  */
4018
4018
  @supports selector(:focus-visible) {
4019
4019
  :host(:focus-visible) {
@@ -4146,7 +4146,7 @@ slot[name=icon] {
4146
4146
  opacity: 0;
4147
4147
  }/**
4148
4148
  * Do not edit directly
4149
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
4149
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4150
4150
  */
4151
4151
  .base {
4152
4152
  display: grid;
@@ -4264,7 +4264,7 @@ slot[name=icon] {
4264
4264
  gap: 4px;
4265
4265
  }/**
4266
4266
  * Do not edit directly
4267
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
4267
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4268
4268
  */
4269
4269
  :host {
4270
4270
  display: inline-flex;
@@ -4412,52 +4412,9 @@ label {
4412
4412
  .message {
4413
4413
  margin-block-start: 4px;
4414
4414
  --_low-ink-color: var(--vvd-color-neutral-600);
4415
- }.control {
4416
- background: var(--vvd-color-surface-4dp);
4417
- border-radius: inherit;
4418
- contain: layout;
4419
- }
4420
- .control:not(.open) {
4421
- display: none;
4422
- }
4423
-
4424
- .popup-wrapper {
4425
- z-index: 10;
4426
- border-radius: 6px;
4427
- inline-size: fit-content;
4428
- }
4429
- .popup-wrapper:not(.absolute) {
4430
- position: fixed;
4431
- }
4432
- .popup-wrapper.absolute {
4433
- position: absolute;
4434
- }
4435
-
4436
- .popup-content {
4437
- display: grid;
4438
- color: var(--vvd-color-canvas-text); /* neutral-100 */
4439
- }
4440
- .dismissible .popup-content {
4441
- align-content: start;
4442
- grid-template-columns: 1fr auto;
4443
- }
4444
-
4445
- .arrow {
4446
- position: absolute;
4447
- z-index: -1;
4448
- width: 8px;
4449
- height: 8px;
4450
- background: var(--vvd-color-surface-4dp);
4451
- transform: rotate(45deg);
4452
- }
4453
-
4454
- .dismissible-button {
4455
- align-self: flex-start;
4456
- margin-block-start: 4px;
4457
- margin-inline-end: 4px;
4458
4415
  }/**
4459
4416
  * Do not edit directly
4460
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
4417
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4461
4418
  */
4462
4419
  :host {
4463
4420
  display: block;
@@ -4476,7 +4433,7 @@ label {
4476
4433
  inline-size: 1px;
4477
4434
  }/**
4478
4435
  * Do not edit directly
4479
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
4436
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4480
4437
  */
4481
4438
  :host {
4482
4439
  display: inline-block;
@@ -4737,7 +4694,7 @@ label {
4737
4694
  pointer-events: none;
4738
4695
  }/**
4739
4696
  * Do not edit directly
4740
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
4697
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4741
4698
  */
4742
4699
  @supports selector(:focus-visible) {
4743
4700
  :host(:focus-visible) {
@@ -4918,7 +4875,7 @@ label {
4918
4875
  --_select-control-border-radius: 6px;
4919
4876
  }/**
4920
4877
  * Do not edit directly
4921
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
4878
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4922
4879
  */
4923
4880
  :host(.disabled) {
4924
4881
  cursor: not-allowed;
@@ -5101,7 +5058,7 @@ label {
5101
5058
  display: none;
5102
5059
  }/**
5103
5060
  * Do not edit directly
5104
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5061
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5105
5062
  */
5106
5063
  :host {
5107
5064
  position: relative;
@@ -5165,7 +5122,7 @@ label {
5165
5122
  inline-size: 100%;
5166
5123
  }/**
5167
5124
  * Do not edit directly
5168
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5125
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5169
5126
  */
5170
5127
  :host {
5171
5128
  display: block;
@@ -5280,7 +5237,7 @@ label {
5280
5237
  display: none;
5281
5238
  }/**
5282
5239
  * Do not edit directly
5283
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5240
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5284
5241
  */
5285
5242
  :host {
5286
5243
  display: inline-block;
@@ -5440,7 +5397,7 @@ label {
5440
5397
  resize: vertical;
5441
5398
  }/**
5442
5399
  * Do not edit directly
5443
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5400
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5444
5401
  */
5445
5402
  :host {
5446
5403
  display: inline-block;
@@ -5591,9 +5548,52 @@ label {
5591
5548
  }
5592
5549
  .control:not(:focus-visible) .focus-indicator {
5593
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;
5594
5594
  }/**
5595
5595
  * Do not edit directly
5596
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5596
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5597
5597
  */
5598
5598
  @supports selector(:focus-visible) {
5599
5599
  :host(:focus-visible) {
@@ -5774,7 +5774,7 @@ label {
5774
5774
  display: none;
5775
5775
  }/**
5776
5776
  * Do not edit directly
5777
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5777
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5778
5778
  */
5779
5779
  .base {
5780
5780
  display: grid;
@@ -5843,7 +5843,7 @@ label {
5843
5843
  background-color: var(--_appearance-color-fill);
5844
5844
  }/**
5845
5845
  * Do not edit directly
5846
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5846
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5847
5847
  */
5848
5848
  :host {
5849
5849
  min-inline-size: 80px;
@@ -5940,7 +5940,7 @@ slot {
5940
5940
  margin-inline-start: auto;
5941
5941
  }/**
5942
5942
  * Do not edit directly
5943
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
5943
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
5944
5944
  */
5945
5945
  ol {
5946
5946
  padding: 0;
@@ -6200,7 +6200,7 @@ ol {
6200
6200
  text-transform: uppercase;
6201
6201
  }/**
6202
6202
  * Do not edit directly
6203
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
6203
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
6204
6204
  */
6205
6205
  :host {
6206
6206
  display: inline-block;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4
4
  */
5
5
  .vvd-root:root {
6
6
  --vvd-size-font-scale-base: 1rem;
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
7
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
11
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
15
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
7
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
11
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
15
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Dec 2023 10:24:56 GMT
3
+ * Generated on Mon, 11 Dec 2023 11:36:24 GMT
4
4
  */
5
5
  .vvd-root, ::part(vvd-root),
6
6
  .vvd-theme-alternate, ::part(vvd-theme-alternate) {