@vonage/vivid 3.13.0 → 3.15.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 (134) hide show
  1. package/accordion/index.js +1 -0
  2. package/accordion-item/index.js +1 -0
  3. package/alert/index.js +1 -0
  4. package/avatar/index.js +1 -0
  5. package/badge/index.js +1 -0
  6. package/banner/index.js +1 -0
  7. package/breadcrumb-item/index.js +1 -0
  8. package/button/index.js +1 -0
  9. package/card/index.js +1 -0
  10. package/checkbox/index.js +4 -0
  11. package/combobox/index.js +1 -0
  12. package/custom-elements.json +1855 -117
  13. package/data-grid/index.js +4 -0
  14. package/dialog/index.js +1 -0
  15. package/empty-state/index.js +14 -0
  16. package/fab/index.js +2 -1
  17. package/header/index.js +1 -1
  18. package/icon/index.js +1 -0
  19. package/index.js +34 -30
  20. package/layout/index.js +1 -1
  21. package/lib/alert/alert.d.ts +4 -6
  22. package/lib/checkbox/checkbox.d.ts +6 -3
  23. package/lib/components.d.ts +2 -0
  24. package/lib/data-grid/data-grid-cell.d.ts +2 -0
  25. package/lib/data-grid/data-grid-row.d.ts +1 -0
  26. package/lib/data-grid/data-grid.d.ts +5 -0
  27. package/lib/empty-state/definition.d.ts +3 -0
  28. package/lib/empty-state/empty-state.d.ts +5 -0
  29. package/lib/empty-state/empty-state.template.d.ts +4 -0
  30. package/lib/empty-state/index.d.ts +1 -0
  31. package/lib/select/select.d.ts +3 -2
  32. package/listbox/index.js +2 -1
  33. package/menu/index.js +4 -3
  34. package/menu-item/index.js +4 -1
  35. package/nav/index.js +1 -1
  36. package/nav-disclosure/index.js +2 -1
  37. package/nav-item/index.js +2 -1
  38. package/note/index.js +2 -1
  39. package/number-field/index.js +2 -1
  40. package/option/index.js +1 -0
  41. package/package.json +1 -1
  42. package/pagination/index.js +15 -312
  43. package/popup/index.js +1 -0
  44. package/progress/index.js +1 -1
  45. package/radio/index.js +1 -1
  46. package/radio-group/index.js +1 -1
  47. package/select/index.js +2 -1
  48. package/shared/definition.js +1 -1
  49. package/shared/definition10.js +1 -1
  50. package/shared/definition11.js +1 -1
  51. package/shared/definition12.js +1 -1
  52. package/shared/definition14.js +1 -1
  53. package/shared/definition15.js +1 -1
  54. package/shared/definition16.js +2 -2
  55. package/shared/definition17.js +1 -1
  56. package/shared/definition18.js +23 -8
  57. package/shared/definition19.js +1 -1
  58. package/shared/definition2.js +1 -1
  59. package/shared/definition20.js +1 -1
  60. package/shared/definition21.js +1 -1
  61. package/shared/definition22.js +217 -11
  62. package/shared/definition23.js +2 -2
  63. package/shared/definition24.js +1 -1
  64. package/shared/definition25.js +39 -76
  65. package/shared/definition26.js +76 -47
  66. package/shared/definition27.js +46 -36
  67. package/shared/definition28.js +39 -49
  68. package/shared/definition29.js +48 -344
  69. package/shared/definition3.js +1 -1
  70. package/shared/definition30.js +273 -288
  71. package/shared/definition31.js +366 -14
  72. package/shared/definition32.js +13 -67
  73. package/shared/definition33.js +66 -21
  74. package/shared/definition34.js +21 -39
  75. package/shared/definition35.js +31 -432
  76. package/shared/definition36.js +432 -76
  77. package/shared/definition37.js +223 -34
  78. package/shared/definition38.js +82 -425
  79. package/shared/definition39.js +30 -628
  80. package/shared/definition4.js +1 -1
  81. package/shared/definition40.js +420 -73
  82. package/shared/definition41.js +530 -484
  83. package/shared/definition42.js +76 -133
  84. package/shared/definition43.js +577 -40
  85. package/shared/definition44.js +135 -20
  86. package/shared/definition45.js +42 -423
  87. package/shared/definition46.js +22 -112
  88. package/shared/definition47.js +440 -18
  89. package/shared/definition48.js +92 -247
  90. package/shared/definition49.js +20 -112
  91. package/shared/definition5.js +1 -1
  92. package/shared/definition50.js +259 -590
  93. package/shared/definition51.js +110 -91
  94. package/shared/definition52.js +602 -67
  95. package/shared/definition53.js +89 -294
  96. package/shared/definition54.js +80 -0
  97. package/shared/definition55.js +305 -0
  98. package/shared/definition6.js +52 -78
  99. package/shared/definition7.js +1 -1
  100. package/shared/definition8.js +1 -1
  101. package/shared/definition9.js +1 -1
  102. package/shared/engine-is-node.js +8 -0
  103. package/shared/es.object.assign.js +1 -1
  104. package/shared/es.regexp.to-string.js +1 -1
  105. package/shared/es.string.includes.js +83 -0
  106. package/shared/form-elements.js +2 -2
  107. package/shared/icon.js +13 -17
  108. package/shared/index.js +1 -1
  109. package/shared/patterns/form-elements/form-elements.d.ts +4 -4
  110. package/shared/string-trim.js +1 -1
  111. package/shared/text-field.js +1 -1
  112. package/shared/to-string.js +1 -1
  113. package/side-drawer/index.js +1 -1
  114. package/slider/index.js +1 -1
  115. package/styles/core/all.css +1 -1
  116. package/styles/core/theme.css +1 -1
  117. package/styles/core/typography.css +1 -1
  118. package/styles/fonts/spezia-variable.css +2 -2
  119. package/styles/tokens/theme-dark.css +4 -4
  120. package/styles/tokens/theme-light.css +4 -4
  121. package/switch/index.js +2 -1
  122. package/tab/index.js +2 -1
  123. package/tab-panel/index.js +1 -1
  124. package/tabs/index.js +4 -3
  125. package/tag/index.js +2 -1
  126. package/tag-group/index.js +1 -1
  127. package/text-anchor/index.js +1 -0
  128. package/text-area/index.js +2 -1
  129. package/text-field/index.js +2 -1
  130. package/toggletip/index.js +2 -1
  131. package/tooltip/index.js +2 -1
  132. package/tree-item/index.js +2 -1
  133. package/tree-view/index.js +1 -1
  134. package/vivid.api.json +210 -0
@@ -96,6 +96,20 @@
96
96
  "kind": "class",
97
97
  "description": "",
98
98
  "name": "AccordionItem",
99
+ "cssProperties": [
100
+ {
101
+ "name": "--vvd-accordion-item-accent-primary",
102
+ "default": "var(--vvd-color-canvas-text)"
103
+ },
104
+ {
105
+ "name": "--vvd-accordion-item-accent-faint",
106
+ "default": "var(--vvd-color-neutral-50)"
107
+ },
108
+ {
109
+ "name": "--vvd-accordion-item-accent-soft",
110
+ "default": "var(--vvd-color-neutral-100)"
111
+ }
112
+ ],
99
113
  "slots": [
100
114
  {
101
115
  "description": "Default slot.",
@@ -226,6 +240,24 @@
226
240
  "kind": "class",
227
241
  "description": "Base class for action-group",
228
242
  "name": "ActionGroup",
243
+ "cssProperties": [
244
+ {
245
+ "name": "--vvd-action-group-accent-backdrop",
246
+ "default": "var(--vvd-color-canvas)"
247
+ },
248
+ {
249
+ "name": "--vvd-action-group-accent-primary",
250
+ "default": "var(--vvd-color-canvas-text)"
251
+ },
252
+ {
253
+ "name": "--vvd-action-group-accent-intermediate",
254
+ "default": "var(--vvd-color-neutral-500)"
255
+ },
256
+ {
257
+ "name": "--vvd-action-group-accent-faint",
258
+ "default": "var(--vvd-color-neutral-50)"
259
+ }
260
+ ],
229
261
  "slots": [
230
262
  {
231
263
  "description": "Default slot.",
@@ -386,6 +418,48 @@
386
418
  "kind": "class",
387
419
  "description": "Base class for alert",
388
420
  "name": "Alert",
421
+ "cssProperties": [
422
+ {
423
+ "name": "--vvd-alert-success-primary",
424
+ "default": "var(--vvd-color-success-500)"
425
+ },
426
+ {
427
+ "name": "--vvd-alert-success-primary-text",
428
+ "default": "var(--vvd-color-canvas)"
429
+ },
430
+ {
431
+ "name": "--vvd-alert-information-primary",
432
+ "default": "var(--vvd-color-information-500)"
433
+ },
434
+ {
435
+ "name": "--vvd-alert-information-primary-text",
436
+ "default": "var(--vvd-color-canvas)"
437
+ },
438
+ {
439
+ "name": "--vvd-alert-alert-primary",
440
+ "default": "var(--vvd-color-alert-500)"
441
+ },
442
+ {
443
+ "name": "--vvd-alert-alert-primary-text",
444
+ "default": "var(--vvd-color-canvas)"
445
+ },
446
+ {
447
+ "name": "--vvd-alert-warning-primary",
448
+ "default": "var(--vvd-color-warning-300)"
449
+ },
450
+ {
451
+ "name": "--vvd-alert-warning-primary-text",
452
+ "default": "var(--vvd-color-canvas-text)"
453
+ },
454
+ {
455
+ "name": "--vvd-alert-accent-primary",
456
+ "default": "var(--vvd-color-canvas-text)"
457
+ },
458
+ {
459
+ "name": "--vvd-alert-accent-primary-text",
460
+ "default": "var(--vvd-color-canvas)"
461
+ }
462
+ ],
389
463
  "slots": [
390
464
  {
391
465
  "description": "Add action items to alert using this slot.",
@@ -395,11 +469,11 @@
395
469
  "members": [
396
470
  {
397
471
  "kind": "field",
398
- "name": "timeout",
472
+ "name": "#timeoutID",
473
+ "privacy": "private",
399
474
  "type": {
400
- "text": "any"
401
- },
402
- "privacy": "private"
475
+ "text": "NodeJS.Timeout | undefined"
476
+ }
403
477
  },
404
478
  {
405
479
  "kind": "field",
@@ -432,11 +506,11 @@
432
506
  },
433
507
  {
434
508
  "kind": "field",
435
- "name": "subtitle",
509
+ "name": "text",
436
510
  "type": {
437
511
  "text": "string | undefined"
438
512
  },
439
- "description": "the text of the alert sub-heading\naccepts string",
513
+ "description": "the main text of the alert\naccepts string",
440
514
  "privacy": "public"
441
515
  },
442
516
  {
@@ -448,16 +522,6 @@
448
522
  "description": "alert header icon",
449
523
  "privacy": "public"
450
524
  },
451
- {
452
- "kind": "field",
453
- "name": "open",
454
- "type": {
455
- "text": "boolean"
456
- },
457
- "default": "false",
458
- "description": "indicates whether the alert is open",
459
- "privacy": "public"
460
- },
461
525
  {
462
526
  "kind": "field",
463
527
  "name": "timeoutms",
@@ -479,21 +543,49 @@
479
543
  },
480
544
  {
481
545
  "kind": "field",
482
- "name": "conditionedIcon",
483
- "readonly": true
546
+ "name": "open",
547
+ "type": {
548
+ "text": "boolean"
549
+ },
550
+ "default": "false",
551
+ "description": "indicates whether the alert is open",
552
+ "privacy": "public"
484
553
  },
485
554
  {
486
- "kind": "field",
487
- "name": "#show",
488
- "privacy": "private"
555
+ "kind": "method",
556
+ "name": "openChanged",
557
+ "return": {
558
+ "type": {
559
+ "text": "void"
560
+ }
561
+ },
562
+ "parameters": [
563
+ {
564
+ "name": "oldValue",
565
+ "type": {
566
+ "text": "boolean"
567
+ }
568
+ },
569
+ {
570
+ "name": "newValue",
571
+ "type": {
572
+ "text": "boolean"
573
+ }
574
+ }
575
+ ]
489
576
  },
490
577
  {
491
578
  "kind": "field",
492
- "name": "remove"
579
+ "name": "conditionedIcon",
580
+ "readonly": true
581
+ },
582
+ {
583
+ "kind": "method",
584
+ "name": "#setupTimeout"
493
585
  },
494
586
  {
495
587
  "kind": "field",
496
- "name": "#closeOnKeyDown",
588
+ "name": "#closeOnEscape",
497
589
  "privacy": "private"
498
590
  }
499
591
  ],
@@ -523,12 +615,12 @@
523
615
  "fieldName": "headline"
524
616
  },
525
617
  {
526
- "name": "subtitle",
618
+ "name": "text",
527
619
  "type": {
528
620
  "text": "string | undefined"
529
621
  },
530
- "description": "the text of the alert sub-heading\naccepts string",
531
- "fieldName": "subtitle"
622
+ "description": "the main text of the alert\naccepts string",
623
+ "fieldName": "text"
532
624
  },
533
625
  {
534
626
  "name": "icon",
@@ -538,14 +630,6 @@
538
630
  "description": "alert header icon",
539
631
  "fieldName": "icon"
540
632
  },
541
- {
542
- "type": {
543
- "text": "boolean"
544
- },
545
- "default": "false",
546
- "description": "indicates whether the alert is open",
547
- "fieldName": "open"
548
- },
549
633
  {
550
634
  "type": {
551
635
  "text": "number"
@@ -561,6 +645,14 @@
561
645
  },
562
646
  "description": "alert connotation",
563
647
  "fieldName": "connotation"
648
+ },
649
+ {
650
+ "type": {
651
+ "text": "boolean"
652
+ },
653
+ "default": "false",
654
+ "description": "indicates whether the alert is open",
655
+ "fieldName": "open"
564
656
  }
565
657
  ],
566
658
  "superclass": {
@@ -623,6 +715,48 @@
623
715
  "kind": "class",
624
716
  "description": "",
625
717
  "name": "Avatar",
718
+ "cssProperties": [
719
+ {
720
+ "name": "--vvd-avatar-cta-primary",
721
+ "default": "var(--vvd-color-cta-500)"
722
+ },
723
+ {
724
+ "name": "--vvd-avatar-cta-primary-text",
725
+ "default": "var(--vvd-color-canvas)"
726
+ },
727
+ {
728
+ "name": "--vvd-avatar-cta-firm",
729
+ "default": "var(--vvd-color-cta-600)"
730
+ },
731
+ {
732
+ "name": "--vvd-avatar-cta-fierce",
733
+ "default": "var(--vvd-color-cta-700)"
734
+ },
735
+ {
736
+ "name": "--vvd-avatar-cta-pale",
737
+ "default": "var(--vvd-color-cta-300)"
738
+ },
739
+ {
740
+ "name": "--vvd-avatar-accent-primary",
741
+ "default": "var(--vvd-color-canvas-text)"
742
+ },
743
+ {
744
+ "name": "--vvd-avatar-accent-primary-text",
745
+ "default": "var(--vvd-color-canvas)"
746
+ },
747
+ {
748
+ "name": "--vvd-avatar-accent-firm",
749
+ "default": "var(--vvd-color-canvas-text)"
750
+ },
751
+ {
752
+ "name": "--vvd-avatar-accent-fierce",
753
+ "default": "var(--vvd-color-neutral-700)"
754
+ },
755
+ {
756
+ "name": "--vvd-avatar-accent-pale",
757
+ "default": "var(--vvd-color-neutral-300)"
758
+ }
759
+ ],
626
760
  "slots": [
627
761
  {
628
762
  "description": "Assign nodes to the graphic slot to set a graphic media of any kind (e.g. image, illustration etc).",
@@ -819,6 +953,176 @@
819
953
  "kind": "class",
820
954
  "description": "Base class for badge",
821
955
  "name": "Badge",
956
+ "cssProperties": [
957
+ {
958
+ "name": "--vvd-badge-cta-primary",
959
+ "default": "var(--vvd-color-cta-500)"
960
+ },
961
+ {
962
+ "name": "--vvd-badge-cta-primary-text",
963
+ "default": "var(--vvd-color-canvas)"
964
+ },
965
+ {
966
+ "name": "--vvd-badge-cta-intermediate",
967
+ "default": "var(--vvd-color-cta-500)"
968
+ },
969
+ {
970
+ "name": "--vvd-badge-cta-soft",
971
+ "default": "var(--vvd-color-cta-100)"
972
+ },
973
+ {
974
+ "name": "--vvd-badge-cta-contrast",
975
+ "default": "var(--vvd-color-cta-800)"
976
+ },
977
+ {
978
+ "name": "--vvd-badge-cta-pale",
979
+ "default": "var(--vvd-color-cta-300)"
980
+ },
981
+ {
982
+ "name": "--vvd-badge-cta-fierce",
983
+ "default": "var(--vvd-color-cta-700)"
984
+ },
985
+ {
986
+ "name": "--vvd-badge-success-primary",
987
+ "default": "var(--vvd-color-success-500)"
988
+ },
989
+ {
990
+ "name": "--vvd-badge-success-primary-text",
991
+ "default": "var(--vvd-color-canvas)"
992
+ },
993
+ {
994
+ "name": "--vvd-badge-success-intermediate",
995
+ "default": "var(--vvd-color-success-500)"
996
+ },
997
+ {
998
+ "name": "--vvd-badge-success-soft",
999
+ "default": "var(--vvd-color-success-100)"
1000
+ },
1001
+ {
1002
+ "name": "--vvd-badge-success-contrast",
1003
+ "default": "var(--vvd-color-success-800)"
1004
+ },
1005
+ {
1006
+ "name": "--vvd-badge-success-pale",
1007
+ "default": "var(--vvd-color-success-300)"
1008
+ },
1009
+ {
1010
+ "name": "--vvd-badge-success-fierce",
1011
+ "default": "var(--vvd-color-success-700)"
1012
+ },
1013
+ {
1014
+ "name": "--vvd-badge-alert-primary",
1015
+ "default": "var(--vvd-color-alert-500)"
1016
+ },
1017
+ {
1018
+ "name": "--vvd-badge-alert-primary-text",
1019
+ "default": "var(--vvd-color-canvas)"
1020
+ },
1021
+ {
1022
+ "name": "--vvd-badge-alert-intermediate",
1023
+ "default": "var(--vvd-color-alert-500)"
1024
+ },
1025
+ {
1026
+ "name": "--vvd-badge-alert-soft",
1027
+ "default": "var(--vvd-color-alert-100)"
1028
+ },
1029
+ {
1030
+ "name": "--vvd-badge-alert-contrast",
1031
+ "default": "var(--vvd-color-alert-800)"
1032
+ },
1033
+ {
1034
+ "name": "--vvd-badge-alert-pale",
1035
+ "default": "var(--vvd-color-alert-300)"
1036
+ },
1037
+ {
1038
+ "name": "--vvd-badge-alert-fierce",
1039
+ "default": "var(--vvd-color-alert-700)"
1040
+ },
1041
+ {
1042
+ "name": "--vvd-badge-warning-primary",
1043
+ "default": "var(--vvd-color-warning-300)"
1044
+ },
1045
+ {
1046
+ "name": "--vvd-badge-warning-primary-text",
1047
+ "default": "var(--vvd-color-canvas-text)"
1048
+ },
1049
+ {
1050
+ "name": "--vvd-badge-warning-intermediate",
1051
+ "default": "var(--vvd-color-warning-300)"
1052
+ },
1053
+ {
1054
+ "name": "--vvd-badge-warning-soft",
1055
+ "default": "var(--vvd-color-warning-100)"
1056
+ },
1057
+ {
1058
+ "name": "--vvd-badge-warning-contrast",
1059
+ "default": "var(--vvd-color-warning-800)"
1060
+ },
1061
+ {
1062
+ "name": "--vvd-badge-warning-pale",
1063
+ "default": "var(--vvd-color-warning-300)"
1064
+ },
1065
+ {
1066
+ "name": "--vvd-badge-warning-fierce",
1067
+ "default": "var(--vvd-color-warning-700)"
1068
+ },
1069
+ {
1070
+ "name": "--vvd-badge-information-primary",
1071
+ "default": "var(--vvd-color-information-500)"
1072
+ },
1073
+ {
1074
+ "name": "--vvd-badge-information-primary-text",
1075
+ "default": "var(--vvd-color-canvas)"
1076
+ },
1077
+ {
1078
+ "name": "--vvd-badge-information-intermediate",
1079
+ "default": "var(--vvd-color-information-500)"
1080
+ },
1081
+ {
1082
+ "name": "--vvd-badge-information-soft",
1083
+ "default": "var(--vvd-color-information-100)"
1084
+ },
1085
+ {
1086
+ "name": "--vvd-badge-information-contrast",
1087
+ "default": "var(--vvd-color-information-800)"
1088
+ },
1089
+ {
1090
+ "name": "--vvd-badge-information-pale",
1091
+ "default": "var(--vvd-color-information-300)"
1092
+ },
1093
+ {
1094
+ "name": "--vvd-badge-information-fierce",
1095
+ "default": "var(--vvd-color-information-700)"
1096
+ },
1097
+ {
1098
+ "name": "--vvd-badge-accent-primary",
1099
+ "default": "var(--vvd-color-canvas-text)"
1100
+ },
1101
+ {
1102
+ "name": "--vvd-badge-accent-primary-text",
1103
+ "default": "var(--vvd-color-canvas)"
1104
+ },
1105
+ {
1106
+ "name": "--vvd-badge-accent-intermediate",
1107
+ "default": "var(--vvd-color-neutral-500)"
1108
+ },
1109
+ {
1110
+ "name": "--vvd-badge-accent-soft",
1111
+ "default": "var(--vvd-color-neutral-100)"
1112
+ },
1113
+ {
1114
+ "name": "--vvd-badge-accent-contrast",
1115
+ "default": "var(--vvd-color-neutral-800)"
1116
+ },
1117
+ {
1118
+ "name": "--vvd-badge-accent-pale",
1119
+ "default": "var(--vvd-color-neutral-300)"
1120
+ },
1121
+ {
1122
+ "name": "--vvd-badge-accent-fierce",
1123
+ "default": "var(--vvd-color-neutral-700)"
1124
+ }
1125
+ ],
822
1126
  "members": [
823
1127
  {
824
1128
  "kind": "field",
@@ -980,6 +1284,48 @@
980
1284
  "kind": "class",
981
1285
  "description": "Base class for banner",
982
1286
  "name": "Banner",
1287
+ "cssProperties": [
1288
+ {
1289
+ "name": "--vvd-banner-success-primary",
1290
+ "default": "var(--vvd-color-success-500)"
1291
+ },
1292
+ {
1293
+ "name": "--vvd-banner-success-primary-text",
1294
+ "default": "var(--vvd-color-canvas)"
1295
+ },
1296
+ {
1297
+ "name": "--vvd-banner-alert-primary",
1298
+ "default": "var(--vvd-color-alert-500)"
1299
+ },
1300
+ {
1301
+ "name": "--vvd-banner-alert-primary-text",
1302
+ "default": "var(--vvd-color-canvas)"
1303
+ },
1304
+ {
1305
+ "name": "--vvd-banner-announcement-primary",
1306
+ "default": "var(--vvd-color-announcement-500)"
1307
+ },
1308
+ {
1309
+ "name": "--vvd-banner-announcement-primary-text",
1310
+ "default": "var(--vvd-color-canvas)"
1311
+ },
1312
+ {
1313
+ "name": "--vvd-banner-warning-primary",
1314
+ "default": "var(--vvd-color-warning-300)"
1315
+ },
1316
+ {
1317
+ "name": "--vvd-banner-warning-primary-text",
1318
+ "default": "var(--vvd-color-canvas-text)"
1319
+ },
1320
+ {
1321
+ "name": "--vvd-banner-information-primary",
1322
+ "default": "var(--vvd-color-information-500)"
1323
+ },
1324
+ {
1325
+ "name": "--vvd-banner-information-primary-text",
1326
+ "default": "var(--vvd-color-canvas)"
1327
+ }
1328
+ ],
983
1329
  "slots": [
984
1330
  {
985
1331
  "description": "Add action items to banner using this slot.",
@@ -1301,15 +1647,145 @@
1301
1647
  "kind": "class",
1302
1648
  "description": "Base class for button",
1303
1649
  "name": "Button",
1304
- "members": [
1650
+ "cssProperties": [
1305
1651
  {
1306
- "kind": "field",
1307
- "name": "connotation",
1308
- "type": {
1309
- "text": "ButtonConnotation | undefined"
1310
- },
1311
- "description": "The connotation the button should have.",
1312
- "privacy": "public"
1652
+ "name": "--vvd-button-cta-primary",
1653
+ "default": "var(--vvd-color-cta-500)"
1654
+ },
1655
+ {
1656
+ "name": "--vvd-button-cta-primary-text",
1657
+ "default": "var(--vvd-color-canvas)"
1658
+ },
1659
+ {
1660
+ "name": "--vvd-button-cta-primary-increment",
1661
+ "default": "var(--vvd-color-cta-600)"
1662
+ },
1663
+ {
1664
+ "name": "--vvd-button-cta-contrast",
1665
+ "default": "var(--vvd-color-cta-800)"
1666
+ },
1667
+ {
1668
+ "name": "--vvd-button-cta-fierce",
1669
+ "default": "var(--vvd-color-cta-700)"
1670
+ },
1671
+ {
1672
+ "name": "--vvd-button-cta-firm",
1673
+ "default": "var(--vvd-color-cta-600)"
1674
+ },
1675
+ {
1676
+ "name": "--vvd-button-cta-soft",
1677
+ "default": "var(--vvd-color-cta-100)"
1678
+ },
1679
+ {
1680
+ "name": "--vvd-button-cta-faint",
1681
+ "default": "var(--vvd-color-cta-50)"
1682
+ },
1683
+ {
1684
+ "name": "--vvd-button-success-primary",
1685
+ "default": "var(--vvd-color-success-500)"
1686
+ },
1687
+ {
1688
+ "name": "--vvd-button-success-primary-text",
1689
+ "default": "var(--vvd-color-canvas)"
1690
+ },
1691
+ {
1692
+ "name": "--vvd-button-success-primary-increment",
1693
+ "default": "var(--vvd-color-success-600)"
1694
+ },
1695
+ {
1696
+ "name": "--vvd-button-success-contrast",
1697
+ "default": "var(--vvd-color-success-800)"
1698
+ },
1699
+ {
1700
+ "name": "--vvd-button-success-fierce",
1701
+ "default": "var(--vvd-color-success-700)"
1702
+ },
1703
+ {
1704
+ "name": "--vvd-button-success-firm",
1705
+ "default": "var(--vvd-color-success-600)"
1706
+ },
1707
+ {
1708
+ "name": "--vvd-button-success-soft",
1709
+ "default": "var(--vvd-color-success-100)"
1710
+ },
1711
+ {
1712
+ "name": "--vvd-button-success-faint",
1713
+ "default": "var(--vvd-color-success-50)"
1714
+ },
1715
+ {
1716
+ "name": "--vvd-button-alert-primary",
1717
+ "default": "var(--vvd-color-alert-500)"
1718
+ },
1719
+ {
1720
+ "name": "--vvd-button-alert-primary-text",
1721
+ "default": "var(--vvd-color-canvas)"
1722
+ },
1723
+ {
1724
+ "name": "--vvd-button-alert-primary-increment",
1725
+ "default": "var(--vvd-color-alert-600)"
1726
+ },
1727
+ {
1728
+ "name": "--vvd-button-alert-contrast",
1729
+ "default": "var(--vvd-color-alert-800)"
1730
+ },
1731
+ {
1732
+ "name": "--vvd-button-alert-fierce",
1733
+ "default": "var(--vvd-color-alert-700)"
1734
+ },
1735
+ {
1736
+ "name": "--vvd-button-alert-firm",
1737
+ "default": "var(--vvd-color-alert-600)"
1738
+ },
1739
+ {
1740
+ "name": "--vvd-button-alert-soft",
1741
+ "default": "var(--vvd-color-alert-100)"
1742
+ },
1743
+ {
1744
+ "name": "--vvd-button-alert-faint",
1745
+ "default": "var(--vvd-color-alert-50)"
1746
+ },
1747
+ {
1748
+ "name": "--vvd-button-accent-primary",
1749
+ "default": "var(--vvd-color-canvas-text)"
1750
+ },
1751
+ {
1752
+ "name": "--vvd-button-accent-primary-text",
1753
+ "default": "var(--vvd-color-canvas)"
1754
+ },
1755
+ {
1756
+ "name": "--vvd-button-accent-primary-increment",
1757
+ "default": "var(--vvd-color-neutral-800)"
1758
+ },
1759
+ {
1760
+ "name": "--vvd-button-accent-contrast",
1761
+ "default": "var(--vvd-color-neutral-800)"
1762
+ },
1763
+ {
1764
+ "name": "--vvd-button-accent-fierce",
1765
+ "default": "var(--vvd-color-neutral-700)"
1766
+ },
1767
+ {
1768
+ "name": "--vvd-button-accent-firm",
1769
+ "default": "var(--vvd-color-canvas-text)"
1770
+ },
1771
+ {
1772
+ "name": "--vvd-button-accent-soft",
1773
+ "default": "var(--vvd-color-neutral-100)"
1774
+ },
1775
+ {
1776
+ "name": "--vvd-button-accent-faint",
1777
+ "default": "var(--vvd-color-neutral-50)"
1778
+ }
1779
+ ],
1780
+ "members": [
1781
+ {
1782
+ "kind": "field",
1783
+ "name": "connotation",
1784
+ "type": {
1785
+ "text": "ButtonConnotation | undefined"
1786
+ },
1787
+ "description": "The connotation the button should have.",
1788
+ "privacy": "public"
1313
1789
  },
1314
1790
  {
1315
1791
  "kind": "field",
@@ -1759,6 +2235,120 @@
1759
2235
  "kind": "class",
1760
2236
  "description": "Base class for calendar-event",
1761
2237
  "name": "CalendarEvent",
2238
+ "cssProperties": [
2239
+ {
2240
+ "name": "--vvd-calendar-event-accent-primary",
2241
+ "default": "var(--vvd-color-canvas-text)"
2242
+ },
2243
+ {
2244
+ "name": "--vvd-calendar-event-accent-primary-text",
2245
+ "default": "var(--vvd-color-canvas)"
2246
+ },
2247
+ {
2248
+ "name": "--vvd-calendar-event-accent-contrast",
2249
+ "default": "var(--vvd-color-neutral-800)"
2250
+ },
2251
+ {
2252
+ "name": "--vvd-calendar-event-accent-soft",
2253
+ "default": "var(--vvd-color-neutral-100)"
2254
+ },
2255
+ {
2256
+ "name": "--vvd-calendar-event-cta-primary",
2257
+ "default": "var(--vvd-color-cta-500)"
2258
+ },
2259
+ {
2260
+ "name": "--vvd-calendar-event-cta-primary-text",
2261
+ "default": "var(--vvd-color-canvas)"
2262
+ },
2263
+ {
2264
+ "name": "--vvd-calendar-event-cta-contrast",
2265
+ "default": "var(--vvd-color-cta-800)"
2266
+ },
2267
+ {
2268
+ "name": "--vvd-calendar-event-cta-soft",
2269
+ "default": "var(--vvd-color-cta-100)"
2270
+ },
2271
+ {
2272
+ "name": "--vvd-calendar-event-success-primary",
2273
+ "default": "var(--vvd-color-success-500)"
2274
+ },
2275
+ {
2276
+ "name": "--vvd-calendar-event-success-primary-text",
2277
+ "default": "var(--vvd-color-canvas)"
2278
+ },
2279
+ {
2280
+ "name": "--vvd-calendar-event-success-contrast",
2281
+ "default": "var(--vvd-color-success-800)"
2282
+ },
2283
+ {
2284
+ "name": "--vvd-calendar-event-success-soft",
2285
+ "default": "var(--vvd-color-success-100)"
2286
+ },
2287
+ {
2288
+ "name": "--vvd-calendar-event-alert-primary",
2289
+ "default": "var(--vvd-color-alert-500)"
2290
+ },
2291
+ {
2292
+ "name": "--vvd-calendar-event-alert-primary-text",
2293
+ "default": "var(--vvd-color-canvas)"
2294
+ },
2295
+ {
2296
+ "name": "--vvd-calendar-event-alert-contrast",
2297
+ "default": "var(--vvd-color-alert-800)"
2298
+ },
2299
+ {
2300
+ "name": "--vvd-calendar-event-alert-soft",
2301
+ "default": "var(--vvd-color-alert-100)"
2302
+ },
2303
+ {
2304
+ "name": "--vvd-calendar-event-warning-primary",
2305
+ "default": "var(--vvd-color-warning-300)"
2306
+ },
2307
+ {
2308
+ "name": "--vvd-calendar-event-warning-primary-text",
2309
+ "default": "var(--vvd-color-canvas-text)"
2310
+ },
2311
+ {
2312
+ "name": "--vvd-calendar-event-warning-contrast",
2313
+ "default": "var(--vvd-color-warning-800)"
2314
+ },
2315
+ {
2316
+ "name": "--vvd-calendar-event-warning-soft",
2317
+ "default": "var(--vvd-color-warning-100)"
2318
+ },
2319
+ {
2320
+ "name": "--vvd-calendar-event-announcement-primary",
2321
+ "default": "var(--vvd-color-announcement-500)"
2322
+ },
2323
+ {
2324
+ "name": "--vvd-calendar-event-announcement-primary-text",
2325
+ "default": "var(--vvd-color-canvas)"
2326
+ },
2327
+ {
2328
+ "name": "--vvd-calendar-event-announcement-contrast",
2329
+ "default": "var(--vvd-color-announcement-800)"
2330
+ },
2331
+ {
2332
+ "name": "--vvd-calendar-event-announcement-soft",
2333
+ "default": "var(--vvd-color-announcement-100)"
2334
+ },
2335
+ {
2336
+ "name": "--vvd-calendar-event-information-primary",
2337
+ "default": "var(--vvd-color-information-500)"
2338
+ },
2339
+ {
2340
+ "name": "--vvd-calendar-event-information-primary-text",
2341
+ "default": "var(--vvd-color-canvas)"
2342
+ },
2343
+ {
2344
+ "name": "--vvd-calendar-event-information-contrast",
2345
+ "default": "var(--vvd-color-information-800)"
2346
+ },
2347
+ {
2348
+ "name": "--vvd-calendar-event-information-soft",
2349
+ "default": "var(--vvd-color-information-100)"
2350
+ }
2351
+ ],
1762
2352
  "members": [
1763
2353
  {
1764
2354
  "kind": "field",
@@ -2133,29 +2723,34 @@
2133
2723
  "kind": "class",
2134
2724
  "description": "Base class for checkbox",
2135
2725
  "name": "Checkbox",
2136
- "members": [
2726
+ "cssProperties": [
2137
2727
  {
2138
- "kind": "field",
2139
- "name": "label",
2140
- "type": {
2141
- "text": "string | undefined"
2142
- },
2143
- "description": "Indicates the checkbox's label.",
2144
- "privacy": "public"
2145
- }
2146
- ],
2147
- "attributes": [
2728
+ "name": "--vvd-checkbox-accent-primary",
2729
+ "default": "var(--vvd-color-canvas-text)"
2730
+ },
2148
2731
  {
2149
- "name": "label",
2150
- "type": {
2151
- "text": "string | undefined"
2152
- },
2153
- "description": "Indicates the checkbox's label.",
2154
- "fieldName": "label"
2732
+ "name": "--vvd-checkbox-accent-primary-text",
2733
+ "default": "var(--vvd-color-canvas)"
2734
+ },
2735
+ {
2736
+ "name": "--vvd-checkbox-accent-primary-increment",
2737
+ "default": "var(--vvd-color-neutral-800)"
2738
+ },
2739
+ {
2740
+ "name": "--vvd-checkbox-accent-intermediate",
2741
+ "default": "var(--vvd-color-neutral-500)"
2742
+ },
2743
+ {
2744
+ "name": "--vvd-checkbox-accent-backdrop",
2745
+ "default": "var(--vvd-color-canvas)"
2746
+ },
2747
+ {
2748
+ "name": "--vvd-checkbox-accent-firm",
2749
+ "default": "var(--vvd-color-canvas-text)"
2155
2750
  }
2156
2751
  ],
2157
2752
  "superclass": {
2158
- "name": "FastCheckbox",
2753
+ "name": "FoundationCheckbox",
2159
2754
  "package": "@microsoft/fast-foundation"
2160
2755
  }
2161
2756
  }
@@ -2214,6 +2809,24 @@
2214
2809
  "kind": "class",
2215
2810
  "description": "Base class for combobox",
2216
2811
  "name": "Combobox",
2812
+ "cssProperties": [
2813
+ {
2814
+ "name": "--vvd-combobox-accent-backdrop",
2815
+ "default": "var(--vvd-color-canvas)"
2816
+ },
2817
+ {
2818
+ "name": "--vvd-combobox-accent-intermediate",
2819
+ "default": "var(--vvd-color-neutral-500)"
2820
+ },
2821
+ {
2822
+ "name": "--vvd-combobox-accent-primary",
2823
+ "default": "var(--vvd-color-canvas-text)"
2824
+ },
2825
+ {
2826
+ "name": "--vvd-combobox-accent-soft",
2827
+ "default": "var(--vvd-color-neutral-100)"
2828
+ }
2829
+ ],
2217
2830
  "slots": [
2218
2831
  {
2219
2832
  "description": "Default slot.",
@@ -2330,7 +2943,83 @@
2330
2943
  "kind": "class",
2331
2944
  "description": "Base class for data-grid",
2332
2945
  "name": "DataGridCell",
2946
+ "cssProperties": [
2947
+ {
2948
+ "name": "--vvd-data-grid-cell-cta-primary",
2949
+ "default": "var(--vvd-color-cta-500)"
2950
+ },
2951
+ {
2952
+ "name": "--vvd-data-grid-cell-cta-primary-text",
2953
+ "default": "var(--vvd-color-canvas)"
2954
+ },
2955
+ {
2956
+ "name": "--vvd-data-grid-cell-cta-primary-increment",
2957
+ "default": "var(--vvd-color-cta-600)"
2958
+ },
2959
+ {
2960
+ "name": "--vvd-data-grid-cell-cta-faint",
2961
+ "default": "var(--vvd-color-cta-50)"
2962
+ },
2963
+ {
2964
+ "name": "--vvd-data-grid-cell-cta-pale",
2965
+ "default": "var(--vvd-color-cta-300)"
2966
+ },
2967
+ {
2968
+ "name": "--vvd-data-grid-cell-cta-dim",
2969
+ "default": "var(--vvd-color-cta-200)"
2970
+ },
2971
+ {
2972
+ "name": "--vvd-data-grid-cell-accent-primary",
2973
+ "default": "var(--vvd-color-canvas-text)"
2974
+ },
2975
+ {
2976
+ "name": "--vvd-data-grid-cell-accent-primary-text",
2977
+ "default": "var(--vvd-color-canvas)"
2978
+ },
2979
+ {
2980
+ "name": "--vvd-data-grid-cell-accent-primary-increment",
2981
+ "default": "var(--vvd-color-neutral-800)"
2982
+ },
2983
+ {
2984
+ "name": "--vvd-data-grid-cell-accent-faint",
2985
+ "default": "var(--vvd-color-neutral-50)"
2986
+ },
2987
+ {
2988
+ "name": "--vvd-data-grid-cell-accent-pale",
2989
+ "default": "var(--vvd-color-neutral-300)"
2990
+ },
2991
+ {
2992
+ "name": "--vvd-data-grid-cell-accent-dim",
2993
+ "default": "var(--vvd-color-neutral-200)"
2994
+ }
2995
+ ],
2333
2996
  "members": [
2997
+ {
2998
+ "kind": "field",
2999
+ "name": "ariaSelected",
3000
+ "type": {
3001
+ "text": "string | null"
3002
+ },
3003
+ "default": "null"
3004
+ },
3005
+ {
3006
+ "kind": "method",
3007
+ "name": "ariaSelectedChanged",
3008
+ "parameters": [
3009
+ {
3010
+ "name": "_",
3011
+ "type": {
3012
+ "text": "string | null"
3013
+ }
3014
+ },
3015
+ {
3016
+ "name": "selectedState",
3017
+ "type": {
3018
+ "text": "string | null"
3019
+ }
3020
+ }
3021
+ ]
3022
+ },
2334
3023
  {
2335
3024
  "kind": "method",
2336
3025
  "name": "handleFocusin",
@@ -2356,6 +3045,16 @@
2356
3045
  ]
2357
3046
  }
2358
3047
  ],
3048
+ "attributes": [
3049
+ {
3050
+ "name": "aria-selected",
3051
+ "type": {
3052
+ "text": "string | null"
3053
+ },
3054
+ "default": "null",
3055
+ "fieldName": "ariaSelected"
3056
+ }
3057
+ ],
2359
3058
  "superclass": {
2360
3059
  "name": "FoundationElement",
2361
3060
  "package": "@microsoft/fast-foundation"
@@ -2381,6 +3080,76 @@
2381
3080
  "kind": "class",
2382
3081
  "description": "Base class for data-grid",
2383
3082
  "name": "DataGridRow",
3083
+ "cssProperties": [
3084
+ {
3085
+ "name": "--vvd-data-grid-row-cta-primary",
3086
+ "default": "var(--vvd-color-cta-500)"
3087
+ },
3088
+ {
3089
+ "name": "--vvd-data-grid-row-cta-primary-text",
3090
+ "default": "var(--vvd-color-canvas)"
3091
+ },
3092
+ {
3093
+ "name": "--vvd-data-grid-row-cta-primary-increment",
3094
+ "default": "var(--vvd-color-cta-600)"
3095
+ },
3096
+ {
3097
+ "name": "--vvd-data-grid-row-cta-faint",
3098
+ "default": "var(--vvd-color-cta-50)"
3099
+ },
3100
+ {
3101
+ "name": "--vvd-data-grid-row-cta-pale",
3102
+ "default": "var(--vvd-color-cta-300)"
3103
+ },
3104
+ {
3105
+ "name": "--vvd-data-grid-row-cta-dim",
3106
+ "default": "var(--vvd-color-cta-200)"
3107
+ },
3108
+ {
3109
+ "name": "--vvd-data-grid-row-accent-primary",
3110
+ "default": "var(--vvd-color-canvas-text)"
3111
+ },
3112
+ {
3113
+ "name": "--vvd-data-grid-row-accent-primary-text",
3114
+ "default": "var(--vvd-color-canvas)"
3115
+ },
3116
+ {
3117
+ "name": "--vvd-data-grid-row-accent-primary-increment",
3118
+ "default": "var(--vvd-color-neutral-800)"
3119
+ },
3120
+ {
3121
+ "name": "--vvd-data-grid-row-accent-faint",
3122
+ "default": "var(--vvd-color-neutral-50)"
3123
+ },
3124
+ {
3125
+ "name": "--vvd-data-grid-row-accent-pale",
3126
+ "default": "var(--vvd-color-neutral-300)"
3127
+ },
3128
+ {
3129
+ "name": "--vvd-data-grid-row-accent-dim",
3130
+ "default": "var(--vvd-color-neutral-200)"
3131
+ }
3132
+ ],
3133
+ "members": [
3134
+ {
3135
+ "kind": "field",
3136
+ "name": "ariaSelected",
3137
+ "type": {
3138
+ "text": "string | null"
3139
+ },
3140
+ "default": "null"
3141
+ }
3142
+ ],
3143
+ "attributes": [
3144
+ {
3145
+ "name": "aria-selected",
3146
+ "type": {
3147
+ "text": "string | null"
3148
+ },
3149
+ "default": "null",
3150
+ "fieldName": "ariaSelected"
3151
+ }
3152
+ ],
2384
3153
  "superclass": {
2385
3154
  "name": "FoundationElement",
2386
3155
  "package": "@microsoft/fast-foundation"
@@ -2504,9 +3273,9 @@
2504
3273
  "kind": "variable",
2505
3274
  "name": "DataGridSelectionMode",
2506
3275
  "type": {
2507
- "text": "{\n\tnone: 'none',\n\tsingleRow: 'single-row',\n\tmultiRow: 'multi-row',\n}"
3276
+ "text": "{\n\tnone: 'none',\n\tsingleRow: 'single-row',\n\tmultiRow: 'multi-row',\n\tsingleCell: 'single-cell',\n\tmultiCell: 'multi-cell',\n}"
2508
3277
  },
2509
- "default": "{\n\tnone: 'none',\n\tsingleRow: 'single-row',\n\tmultiRow: 'multi-row',\n}"
3278
+ "default": "{\n\tnone: 'none',\n\tsingleRow: 'single-row',\n\tmultiRow: 'multi-row',\n\tsingleCell: 'single-cell',\n\tmultiCell: 'multi-cell',\n}"
2510
3279
  },
2511
3280
  {
2512
3281
  "kind": "class",
@@ -2525,6 +3294,57 @@
2525
3294
  "type": {
2526
3295
  "text": "DataGridSelectionMode | undefined"
2527
3296
  }
3297
+ },
3298
+ {
3299
+ "kind": "field",
3300
+ "name": "#selectedRows",
3301
+ "privacy": "private",
3302
+ "type": {
3303
+ "text": "DataGridRow[]"
3304
+ },
3305
+ "readonly": true
3306
+ },
3307
+ {
3308
+ "kind": "field",
3309
+ "name": "#selectedCells",
3310
+ "privacy": "private",
3311
+ "type": {
3312
+ "text": "DataGridCell[]"
3313
+ },
3314
+ "readonly": true
3315
+ },
3316
+ {
3317
+ "kind": "method",
3318
+ "name": "selectionModeChanged"
3319
+ },
3320
+ {
3321
+ "kind": "field",
3322
+ "name": "#handleKeypress",
3323
+ "privacy": "private"
3324
+ },
3325
+ {
3326
+ "kind": "field",
3327
+ "name": "#handleClick",
3328
+ "privacy": "private"
3329
+ },
3330
+ {
3331
+ "kind": "field",
3332
+ "name": "#handleCellSelection",
3333
+ "privacy": "private"
3334
+ },
3335
+ {
3336
+ "kind": "field",
3337
+ "name": "#handleRowSelection",
3338
+ "privacy": "private"
3339
+ },
3340
+ {
3341
+ "kind": "field",
3342
+ "name": "#setSelectedState",
3343
+ "privacy": "private"
3344
+ },
3345
+ {
3346
+ "kind": "method",
3347
+ "name": "#resetSelection"
2528
3348
  }
2529
3349
  ],
2530
3350
  "attributes": [
@@ -2964,33 +3784,129 @@
2964
3784
  "description": "Registers the divider elements with the design system.",
2965
3785
  "parameters": [
2966
3786
  {
2967
- "description": "the prefix to use for the component name",
2968
- "name": "prefix"
3787
+ "description": "the prefix to use for the component name",
3788
+ "name": "prefix"
3789
+ }
3790
+ ]
3791
+ }
3792
+ ],
3793
+ "exports": [
3794
+ {
3795
+ "kind": "js",
3796
+ "name": "registerDivider",
3797
+ "declaration": {
3798
+ "name": "registerDivider",
3799
+ "module": "libs/components/src/lib/divider/definition.ts"
3800
+ }
3801
+ }
3802
+ ]
3803
+ },
3804
+ {
3805
+ "kind": "javascript-module",
3806
+ "path": "libs/components/src/lib/divider/divider.ts",
3807
+ "declarations": [
3808
+ {
3809
+ "kind": "class",
3810
+ "description": "Base class for divider",
3811
+ "name": "Divider",
3812
+ "superclass": {
3813
+ "name": "FoundationDivider",
3814
+ "package": "@microsoft/fast-foundation"
3815
+ }
3816
+ }
3817
+ ],
3818
+ "exports": [
3819
+ {
3820
+ "kind": "js",
3821
+ "name": "Divider",
3822
+ "declaration": {
3823
+ "name": "Divider",
3824
+ "module": "libs/components/src/lib/divider/divider.ts"
3825
+ }
3826
+ }
3827
+ ]
3828
+ },
3829
+ {
3830
+ "kind": "javascript-module",
3831
+ "path": "libs/components/src/lib/elevation/definition.ts",
3832
+ "declarations": [
3833
+ {
3834
+ "kind": "variable",
3835
+ "name": "registerElevation",
3836
+ "description": "Registers the elevation elements with the design system.",
3837
+ "parameters": [
3838
+ {
3839
+ "description": "the prefix to use for the component name",
3840
+ "name": "prefix"
3841
+ }
3842
+ ]
3843
+ }
3844
+ ],
3845
+ "exports": [
3846
+ {
3847
+ "kind": "js",
3848
+ "name": "registerElevation",
3849
+ "declaration": {
3850
+ "name": "registerElevation",
3851
+ "module": "libs/components/src/lib/elevation/definition.ts"
3852
+ }
3853
+ }
3854
+ ]
3855
+ },
3856
+ {
3857
+ "kind": "javascript-module",
3858
+ "path": "libs/components/src/lib/elevation/elevation.ts",
3859
+ "declarations": [
3860
+ {
3861
+ "kind": "class",
3862
+ "description": "Base class for elevation",
3863
+ "name": "Elevation",
3864
+ "slots": [
3865
+ {
3866
+ "description": "Default slot.",
3867
+ "name": ""
3868
+ }
3869
+ ],
3870
+ "members": [
3871
+ {
3872
+ "kind": "field",
3873
+ "name": "dp",
3874
+ "type": {
3875
+ "text": "0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined"
3876
+ },
3877
+ "description": "Indicates the elevation's dp.",
3878
+ "privacy": "public"
3879
+ },
3880
+ {
3881
+ "kind": "field",
3882
+ "name": "noShadow",
3883
+ "type": {
3884
+ "text": "boolean | undefined"
3885
+ },
3886
+ "description": "toggles the elevation's shadow.",
3887
+ "privacy": "public"
3888
+ }
3889
+ ],
3890
+ "attributes": [
3891
+ {
3892
+ "name": "dp",
3893
+ "type": {
3894
+ "text": "0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined"
3895
+ },
3896
+ "description": "Indicates the elevation's dp.",
3897
+ "fieldName": "dp"
3898
+ },
3899
+ {
3900
+ "name": "no-shadow",
3901
+ "type": {
3902
+ "text": "boolean | undefined"
3903
+ },
3904
+ "description": "toggles the elevation's shadow.",
3905
+ "fieldName": "noShadow"
2969
3906
  }
2970
- ]
2971
- }
2972
- ],
2973
- "exports": [
2974
- {
2975
- "kind": "js",
2976
- "name": "registerDivider",
2977
- "declaration": {
2978
- "name": "registerDivider",
2979
- "module": "libs/components/src/lib/divider/definition.ts"
2980
- }
2981
- }
2982
- ]
2983
- },
2984
- {
2985
- "kind": "javascript-module",
2986
- "path": "libs/components/src/lib/divider/divider.ts",
2987
- "declarations": [
2988
- {
2989
- "kind": "class",
2990
- "description": "Base class for divider",
2991
- "name": "Divider",
3907
+ ],
2992
3908
  "superclass": {
2993
- "name": "FoundationDivider",
3909
+ "name": "FoundationElement",
2994
3910
  "package": "@microsoft/fast-foundation"
2995
3911
  }
2996
3912
  }
@@ -2998,22 +3914,26 @@
2998
3914
  "exports": [
2999
3915
  {
3000
3916
  "kind": "js",
3001
- "name": "Divider",
3917
+ "name": "Elevation",
3002
3918
  "declaration": {
3003
- "name": "Divider",
3004
- "module": "libs/components/src/lib/divider/divider.ts"
3919
+ "name": "Elevation",
3920
+ "module": "libs/components/src/lib/elevation/elevation.ts"
3005
3921
  }
3006
3922
  }
3007
3923
  ]
3008
3924
  },
3009
3925
  {
3010
3926
  "kind": "javascript-module",
3011
- "path": "libs/components/src/lib/elevation/definition.ts",
3927
+ "path": "libs/components/src/lib/empty-state/definition.ts",
3012
3928
  "declarations": [
3013
3929
  {
3014
3930
  "kind": "variable",
3015
- "name": "registerElevation",
3016
- "description": "Registers the elevation elements with the design system.",
3931
+ "name": "emptyStateDefinition"
3932
+ },
3933
+ {
3934
+ "kind": "variable",
3935
+ "name": "registerEmptyState",
3936
+ "description": "Registers the empty-state element with the design system.",
3017
3937
  "parameters": [
3018
3938
  {
3019
3939
  "description": "the prefix to use for the component name",
@@ -3025,64 +3945,80 @@
3025
3945
  "exports": [
3026
3946
  {
3027
3947
  "kind": "js",
3028
- "name": "registerElevation",
3948
+ "name": "emptyStateDefinition",
3029
3949
  "declaration": {
3030
- "name": "registerElevation",
3031
- "module": "libs/components/src/lib/elevation/definition.ts"
3950
+ "name": "emptyStateDefinition",
3951
+ "module": "libs/components/src/lib/empty-state/definition.ts"
3952
+ }
3953
+ },
3954
+ {
3955
+ "kind": "js",
3956
+ "name": "registerEmptyState",
3957
+ "declaration": {
3958
+ "name": "registerEmptyState",
3959
+ "module": "libs/components/src/lib/empty-state/definition.ts"
3032
3960
  }
3033
3961
  }
3034
3962
  ]
3035
3963
  },
3036
3964
  {
3037
3965
  "kind": "javascript-module",
3038
- "path": "libs/components/src/lib/elevation/elevation.ts",
3966
+ "path": "libs/components/src/lib/empty-state/empty-state.ts",
3039
3967
  "declarations": [
3040
3968
  {
3041
3969
  "kind": "class",
3042
- "description": "Base class for elevation",
3043
- "name": "Elevation",
3970
+ "description": "An empty state element. Used when there is no data to display to the user.",
3971
+ "name": "EmptyState",
3044
3972
  "slots": [
3045
3973
  {
3046
- "description": "Default slot.",
3974
+ "description": "The default slot controls the body text of the empty state",
3047
3975
  "name": ""
3976
+ },
3977
+ {
3978
+ "description": "The graphic slot allows overriding the icon with a custom illustration",
3979
+ "name": "graphic"
3980
+ },
3981
+ {
3982
+ "description": "Slot to add action items to the empty state",
3983
+ "name": "action-items"
3048
3984
  }
3049
3985
  ],
3050
3986
  "members": [
3051
3987
  {
3052
3988
  "kind": "field",
3053
- "name": "dp",
3989
+ "name": "headline",
3054
3990
  "type": {
3055
- "text": "0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined"
3991
+ "text": "string | undefined"
3056
3992
  },
3057
- "description": "Indicates the elevation's dp.",
3993
+ "description": "An optional headline for the empty state.",
3058
3994
  "privacy": "public"
3059
3995
  },
3060
3996
  {
3061
3997
  "kind": "field",
3062
- "name": "noShadow",
3998
+ "name": "icon",
3063
3999
  "type": {
3064
- "text": "boolean | undefined"
4000
+ "text": "string | undefined"
3065
4001
  },
3066
- "description": "toggles the elevation's shadow.",
4002
+ "description": "Icon for the empty state.",
3067
4003
  "privacy": "public"
3068
4004
  }
3069
4005
  ],
3070
4006
  "attributes": [
3071
4007
  {
3072
- "name": "dp",
4008
+ "name": "headline",
3073
4009
  "type": {
3074
- "text": "0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined"
4010
+ "text": "string | undefined"
3075
4011
  },
3076
- "description": "Indicates the elevation's dp.",
3077
- "fieldName": "dp"
4012
+ "description": "An optional headline for the empty state.",
4013
+ "fieldName": "headline"
3078
4014
  },
3079
4015
  {
3080
- "name": "no-shadow",
4016
+ "name": "icon",
3081
4017
  "type": {
3082
- "text": "boolean | undefined"
4018
+ "text": "string | undefined"
3083
4019
  },
3084
- "description": "toggles the elevation's shadow.",
3085
- "fieldName": "noShadow"
4020
+ "description": "Icon for the empty state.",
4021
+ "fieldName": "icon"
3086
4022
  }
3087
4023
  ],
3088
4024
  "superclass": {
@@ -3094,10 +4030,10 @@
3094
4030
  "exports": [
3095
4031
  {
3096
4032
  "kind": "js",
3097
- "name": "Elevation",
4033
+ "name": "EmptyState",
3098
4034
  "declaration": {
3099
- "name": "Elevation",
3100
- "module": "libs/components/src/lib/elevation/elevation.ts"
4035
+ "name": "EmptyState",
4036
+ "module": "libs/components/src/lib/empty-state/empty-state.ts"
3101
4037
  }
3102
4038
  }
3103
4039
  ]
@@ -3166,6 +4102,56 @@
3166
4102
  "kind": "class",
3167
4103
  "description": "Base class for fab",
3168
4104
  "name": "Fab",
4105
+ "cssProperties": [
4106
+ {
4107
+ "name": "--vvd-fab-accent-primary",
4108
+ "default": "var(--vvd-color-canvas-text)"
4109
+ },
4110
+ {
4111
+ "name": "--vvd-fab-accent-primary-text",
4112
+ "default": "var(--vvd-color-canvas)"
4113
+ },
4114
+ {
4115
+ "name": "--vvd-fab-accent-primary-increment",
4116
+ "default": "var(--vvd-color-neutral-800)"
4117
+ },
4118
+ {
4119
+ "name": "--vvd-fab-accent-contrast",
4120
+ "default": "var(--vvd-color-neutral-800)"
4121
+ },
4122
+ {
4123
+ "name": "--vvd-fab-accent-fierce",
4124
+ "default": "var(--vvd-color-neutral-700)"
4125
+ },
4126
+ {
4127
+ "name": "--vvd-fab-accent-firm",
4128
+ "default": "var(--vvd-color-canvas-text)"
4129
+ },
4130
+ {
4131
+ "name": "--vvd-fab-cta-primary",
4132
+ "default": "var(--vvd-color-cta-500)"
4133
+ },
4134
+ {
4135
+ "name": "--vvd-fab-cta-primary-text",
4136
+ "default": "var(--vvd-color-canvas)"
4137
+ },
4138
+ {
4139
+ "name": "--vvd-fab-cta-primary-increment",
4140
+ "default": "var(--vvd-color-cta-600)"
4141
+ },
4142
+ {
4143
+ "name": "--vvd-fab-cta-contrast",
4144
+ "default": "var(--vvd-color-cta-800)"
4145
+ },
4146
+ {
4147
+ "name": "--vvd-fab-cta-fierce",
4148
+ "default": "var(--vvd-color-cta-700)"
4149
+ },
4150
+ {
4151
+ "name": "--vvd-fab-cta-firm",
4152
+ "default": "var(--vvd-color-cta-600)"
4153
+ }
4154
+ ],
3169
4155
  "members": [
3170
4156
  {
3171
4157
  "kind": "field",
@@ -3499,6 +4485,32 @@
3499
4485
  "kind": "class",
3500
4486
  "description": "",
3501
4487
  "name": "Icon",
4488
+ "cssProperties": [
4489
+ {
4490
+ "name": "--vvd-icon-accent-primary",
4491
+ "default": "var(--vvd-color-canvas-text)"
4492
+ },
4493
+ {
4494
+ "name": "--vvd-icon-announcement-primary",
4495
+ "default": "var(--vvd-color-announcement-500)"
4496
+ },
4497
+ {
4498
+ "name": "--vvd-icon-cta-primary",
4499
+ "default": "var(--vvd-color-cta-500)"
4500
+ },
4501
+ {
4502
+ "name": "--vvd-icon-success-primary",
4503
+ "default": "var(--vvd-color-success-500)"
4504
+ },
4505
+ {
4506
+ "name": "--vvd-icon-alert-primary",
4507
+ "default": "var(--vvd-color-alert-500)"
4508
+ },
4509
+ {
4510
+ "name": "--vvd-icon-information-primary",
4511
+ "default": "var(--vvd-color-information-500)"
4512
+ }
4513
+ ],
3502
4514
  "slots": [
3503
4515
  {
3504
4516
  "description": "Default slot.",
@@ -3838,6 +4850,24 @@
3838
4850
  "kind": "class",
3839
4851
  "description": "Base class for listbox",
3840
4852
  "name": "Listbox",
4853
+ "cssProperties": [
4854
+ {
4855
+ "name": "--vvd-listbox-accent-backdrop",
4856
+ "default": "var(--vvd-color-canvas)"
4857
+ },
4858
+ {
4859
+ "name": "--vvd-listbox-accent-intermediate",
4860
+ "default": "var(--vvd-color-neutral-500)"
4861
+ },
4862
+ {
4863
+ "name": "--vvd-listbox-accent-primary",
4864
+ "default": "var(--vvd-color-canvas-text)"
4865
+ },
4866
+ {
4867
+ "name": "--vvd-listbox-accent-soft",
4868
+ "default": "var(--vvd-color-neutral-100)"
4869
+ }
4870
+ ],
3841
4871
  "slots": [
3842
4872
  {
3843
4873
  "description": "Default slot.",
@@ -4094,6 +5124,36 @@
4094
5124
  "kind": "class",
4095
5125
  "description": "Base class for menu-item",
4096
5126
  "name": "MenuItem",
5127
+ "cssProperties": [
5128
+ {
5129
+ "name": "--vvd-menu-item-accent-primary",
5130
+ "default": "var(--vvd-color-canvas-text)"
5131
+ },
5132
+ {
5133
+ "name": "--vvd-menu-item-accent-primary-text",
5134
+ "default": "var(--vvd-color-canvas)"
5135
+ },
5136
+ {
5137
+ "name": "--vvd-menu-item-accent-primary-increment",
5138
+ "default": "var(--vvd-color-neutral-800)"
5139
+ },
5140
+ {
5141
+ "name": "--vvd-menu-item-accent-faint",
5142
+ "default": "var(--vvd-color-neutral-50)"
5143
+ },
5144
+ {
5145
+ "name": "--vvd-menu-item-accent-soft",
5146
+ "default": "var(--vvd-color-neutral-100)"
5147
+ },
5148
+ {
5149
+ "name": "--vvd-menu-item-accent-pale",
5150
+ "default": "var(--vvd-color-neutral-300)"
5151
+ },
5152
+ {
5153
+ "name": "--vvd-menu-item-accent-dim",
5154
+ "default": "var(--vvd-color-neutral-200)"
5155
+ }
5156
+ ],
4097
5157
  "members": [
4098
5158
  {
4099
5159
  "kind": "field",
@@ -4268,6 +5328,24 @@
4268
5328
  "kind": "class",
4269
5329
  "description": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
4270
5330
  "name": "NavDisclosure",
5331
+ "cssProperties": [
5332
+ {
5333
+ "name": "--vvd-nav-disclosure-accent-primary",
5334
+ "default": "var(--vvd-color-canvas-text)"
5335
+ },
5336
+ {
5337
+ "name": "--vvd-nav-disclosure-accent-primary-text",
5338
+ "default": "var(--vvd-color-canvas)"
5339
+ },
5340
+ {
5341
+ "name": "--vvd-nav-disclosure-accent-faint",
5342
+ "default": "var(--vvd-color-neutral-50)"
5343
+ },
5344
+ {
5345
+ "name": "--vvd-nav-disclosure-accent-soft",
5346
+ "default": "var(--vvd-color-neutral-100)"
5347
+ }
5348
+ ],
4271
5349
  "slots": [
4272
5350
  {
4273
5351
  "description": "Default slot.",
@@ -4389,6 +5467,28 @@
4389
5467
  "kind": "class",
4390
5468
  "description": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
4391
5469
  "name": "NavItem",
5470
+ "cssProperties": [
5471
+ {
5472
+ "name": "--vvd-nav-item-accent-primary",
5473
+ "default": "var(--vvd-color-canvas-text)"
5474
+ },
5475
+ {
5476
+ "name": "--vvd-nav-item-accent-primary-text",
5477
+ "default": "var(--vvd-color-canvas)"
5478
+ },
5479
+ {
5480
+ "name": "--vvd-nav-item-accent-primary-increment",
5481
+ "default": "var(--vvd-color-neutral-800)"
5482
+ },
5483
+ {
5484
+ "name": "--vvd-nav-item-accent-faint",
5485
+ "default": "var(--vvd-color-neutral-50)"
5486
+ },
5487
+ {
5488
+ "name": "--vvd-nav-item-accent-soft",
5489
+ "default": "var(--vvd-color-neutral-100)"
5490
+ }
5491
+ ],
4392
5492
  "superclass": {
4393
5493
  "name": "TextAnchor",
4394
5494
  "module": "/libs/components/src/lib/text-anchor/text-anchor"
@@ -4491,6 +5591,68 @@
4491
5591
  "kind": "class",
4492
5592
  "description": "Base class for note",
4493
5593
  "name": "Note",
5594
+ "cssProperties": [
5595
+ {
5596
+ "name": "--vvd-note-success-primary",
5597
+ "default": "var(--vvd-color-success-500)"
5598
+ },
5599
+ {
5600
+ "name": "--vvd-note-success-intermediate",
5601
+ "default": "var(--vvd-color-success-500)"
5602
+ },
5603
+ {
5604
+ "name": "--vvd-note-success-backdrop",
5605
+ "default": "var(--vvd-color-success-50)"
5606
+ },
5607
+ {
5608
+ "name": "--vvd-note-information-primary",
5609
+ "default": "var(--vvd-color-information-500)"
5610
+ },
5611
+ {
5612
+ "name": "--vvd-note-information-intermediate",
5613
+ "default": "var(--vvd-color-information-500)"
5614
+ },
5615
+ {
5616
+ "name": "--vvd-note-information-backdrop",
5617
+ "default": "var(--vvd-color-information-50)"
5618
+ },
5619
+ {
5620
+ "name": "--vvd-note-alert-primary",
5621
+ "default": "var(--vvd-color-alert-500)"
5622
+ },
5623
+ {
5624
+ "name": "--vvd-note-alert-intermediate",
5625
+ "default": "var(--vvd-color-alert-500)"
5626
+ },
5627
+ {
5628
+ "name": "--vvd-note-alert-backdrop",
5629
+ "default": "var(--vvd-color-alert-50)"
5630
+ },
5631
+ {
5632
+ "name": "--vvd-note-warning-primary",
5633
+ "default": "var(--vvd-color-warning-300)"
5634
+ },
5635
+ {
5636
+ "name": "--vvd-note-warning-intermediate",
5637
+ "default": "var(--vvd-color-warning-300)"
5638
+ },
5639
+ {
5640
+ "name": "--vvd-note-warning-backdrop",
5641
+ "default": "var(--vvd-color-warning-50)"
5642
+ },
5643
+ {
5644
+ "name": "--vvd-note-accent-primary",
5645
+ "default": "var(--vvd-color-canvas-text)"
5646
+ },
5647
+ {
5648
+ "name": "--vvd-note-accent-intermediate",
5649
+ "default": "var(--vvd-color-neutral-500)"
5650
+ },
5651
+ {
5652
+ "name": "--vvd-note-accent-backdrop",
5653
+ "default": "var(--vvd-color-canvas)"
5654
+ }
5655
+ ],
4494
5656
  "slots": [
4495
5657
  {
4496
5658
  "description": "Any slotted content will appear below the headline.",
@@ -4629,6 +5791,80 @@
4629
5791
  "kind": "class",
4630
5792
  "description": "Base class for number-field",
4631
5793
  "name": "NumberField",
5794
+ "cssProperties": [
5795
+ {
5796
+ "name": "--vvd-text-field-success-primary",
5797
+ "default": "var(--vvd-color-success-500)"
5798
+ },
5799
+ {
5800
+ "name": "--vvd-text-field-success-backdrop",
5801
+ "default": "var(--vvd-color-success-50)"
5802
+ },
5803
+ {
5804
+ "name": "--vvd-text-field-success-intermediate",
5805
+ "default": "var(--vvd-color-success-500)"
5806
+ },
5807
+ {
5808
+ "name": "--vvd-text-field-success-firm",
5809
+ "default": "var(--vvd-color-success-600)"
5810
+ },
5811
+ {
5812
+ "name": "--vvd-text-field-success-faint",
5813
+ "default": "var(--vvd-color-success-50)"
5814
+ },
5815
+ {
5816
+ "name": "--vvd-text-field-success-soft",
5817
+ "default": "var(--vvd-color-success-100)"
5818
+ },
5819
+ {
5820
+ "name": "--vvd-text-field-alert-primary",
5821
+ "default": "var(--vvd-color-alert-500)"
5822
+ },
5823
+ {
5824
+ "name": "--vvd-text-field-alert-backdrop",
5825
+ "default": "var(--vvd-color-alert-50)"
5826
+ },
5827
+ {
5828
+ "name": "--vvd-text-field-alert-intermediate",
5829
+ "default": "var(--vvd-color-alert-500)"
5830
+ },
5831
+ {
5832
+ "name": "--vvd-text-field-alert-firm",
5833
+ "default": "var(--vvd-color-alert-600)"
5834
+ },
5835
+ {
5836
+ "name": "--vvd-text-field-alert-faint",
5837
+ "default": "var(--vvd-color-alert-50)"
5838
+ },
5839
+ {
5840
+ "name": "--vvd-text-field-alert-soft",
5841
+ "default": "var(--vvd-color-alert-100)"
5842
+ },
5843
+ {
5844
+ "name": "--vvd-text-field-accent-primary",
5845
+ "default": "var(--vvd-color-canvas-text)"
5846
+ },
5847
+ {
5848
+ "name": "--vvd-text-field-accent-backdrop",
5849
+ "default": "var(--vvd-color-canvas)"
5850
+ },
5851
+ {
5852
+ "name": "--vvd-text-field-accent-intermediate",
5853
+ "default": "var(--vvd-color-neutral-500)"
5854
+ },
5855
+ {
5856
+ "name": "--vvd-text-field-accent-firm",
5857
+ "default": "var(--vvd-color-canvas-text)"
5858
+ },
5859
+ {
5860
+ "name": "--vvd-text-field-accent-faint",
5861
+ "default": "var(--vvd-color-neutral-50)"
5862
+ },
5863
+ {
5864
+ "name": "--vvd-text-field-accent-soft",
5865
+ "default": "var(--vvd-color-neutral-100)"
5866
+ }
5867
+ ],
4632
5868
  "members": [
4633
5869
  {
4634
5870
  "kind": "field",
@@ -4740,6 +5976,36 @@
4740
5976
  "kind": "class",
4741
5977
  "description": "Base class for option",
4742
5978
  "name": "ListboxOption",
5979
+ "cssProperties": [
5980
+ {
5981
+ "name": "--vvd-option-accent-primary",
5982
+ "default": "var(--vvd-color-canvas-text)"
5983
+ },
5984
+ {
5985
+ "name": "--vvd-option-accent-primary-text",
5986
+ "default": "var(--vvd-color-canvas)"
5987
+ },
5988
+ {
5989
+ "name": "--vvd-option-accent-primary-increment",
5990
+ "default": "var(--vvd-color-neutral-800)"
5991
+ },
5992
+ {
5993
+ "name": "--vvd-option-accent-faint",
5994
+ "default": "var(--vvd-color-neutral-50)"
5995
+ },
5996
+ {
5997
+ "name": "--vvd-option-accent-soft",
5998
+ "default": "var(--vvd-color-neutral-100)"
5999
+ },
6000
+ {
6001
+ "name": "--vvd-option-accent-pale",
6002
+ "default": "var(--vvd-color-neutral-300)"
6003
+ },
6004
+ {
6005
+ "name": "--vvd-option-accent-dim",
6006
+ "default": "var(--vvd-color-neutral-200)"
6007
+ }
6008
+ ],
4743
6009
  "members": [
4744
6010
  {
4745
6011
  "kind": "field",
@@ -5438,6 +6704,40 @@
5438
6704
  "kind": "class",
5439
6705
  "description": "Base class for progress",
5440
6706
  "name": "Progress",
6707
+ "cssProperties": [
6708
+ {
6709
+ "name": "--vvd-progress-cta-primary",
6710
+ "default": "var(--vvd-color-cta-500)"
6711
+ },
6712
+ {
6713
+ "name": "--vvd-progress-cta-soft",
6714
+ "default": "var(--vvd-color-cta-100)"
6715
+ },
6716
+ {
6717
+ "name": "--vvd-progress-alert-primary",
6718
+ "default": "var(--vvd-color-alert-500)"
6719
+ },
6720
+ {
6721
+ "name": "--vvd-progress-alert-soft",
6722
+ "default": "var(--vvd-color-alert-100)"
6723
+ },
6724
+ {
6725
+ "name": "--vvd-progress-success-primary",
6726
+ "default": "var(--vvd-color-success-500)"
6727
+ },
6728
+ {
6729
+ "name": "--vvd-progress-success-soft",
6730
+ "default": "var(--vvd-color-success-100)"
6731
+ },
6732
+ {
6733
+ "name": "--vvd-progress-accent-primary",
6734
+ "default": "var(--vvd-color-canvas-text)"
6735
+ },
6736
+ {
6737
+ "name": "--vvd-progress-accent-soft",
6738
+ "default": "var(--vvd-color-neutral-100)"
6739
+ }
6740
+ ],
5441
6741
  "members": [
5442
6742
  {
5443
6743
  "kind": "field",
@@ -5558,6 +6858,24 @@
5558
6858
  "kind": "class",
5559
6859
  "description": "Base class for progress-ring",
5560
6860
  "name": "ProgressRing",
6861
+ "cssProperties": [
6862
+ {
6863
+ "name": "--vvd-progress-ring-cta-primary",
6864
+ "default": "var(--vvd-color-cta-500)"
6865
+ },
6866
+ {
6867
+ "name": "--vvd-progress-ring-alert-primary",
6868
+ "default": "var(--vvd-color-alert-500)"
6869
+ },
6870
+ {
6871
+ "name": "--vvd-progress-ring-success-primary",
6872
+ "default": "var(--vvd-color-success-500)"
6873
+ },
6874
+ {
6875
+ "name": "--vvd-progress-ring-accent-primary",
6876
+ "default": "var(--vvd-color-canvas-text)"
6877
+ }
6878
+ ],
5561
6879
  "members": [
5562
6880
  {
5563
6881
  "kind": "field",
@@ -5655,6 +6973,24 @@
5655
6973
  "kind": "class",
5656
6974
  "description": "Base class for radio",
5657
6975
  "name": "Radio",
6976
+ "cssProperties": [
6977
+ {
6978
+ "name": "--vvd-radio-accent-primary",
6979
+ "default": "var(--vvd-color-canvas-text)"
6980
+ },
6981
+ {
6982
+ "name": "--vvd-radio-accent-firm",
6983
+ "default": "var(--vvd-color-canvas-text)"
6984
+ },
6985
+ {
6986
+ "name": "--vvd-radio-accent-faint",
6987
+ "default": "var(--vvd-color-neutral-50)"
6988
+ },
6989
+ {
6990
+ "name": "--vvd-radio-accent-soft",
6991
+ "default": "var(--vvd-color-neutral-100)"
6992
+ }
6993
+ ],
5658
6994
  "members": [
5659
6995
  {
5660
6996
  "kind": "field",
@@ -5849,10 +7185,64 @@
5849
7185
  "kind": "class",
5850
7186
  "description": "Base class for select",
5851
7187
  "name": "Select",
7188
+ "cssProperties": [
7189
+ {
7190
+ "name": "--vvd-select-success-primary",
7191
+ "default": "var(--vvd-color-success-500)"
7192
+ },
7193
+ {
7194
+ "name": "--vvd-select-success-backdrop",
7195
+ "default": "var(--vvd-color-success-50)"
7196
+ },
7197
+ {
7198
+ "name": "--vvd-select-success-intermediate",
7199
+ "default": "var(--vvd-color-success-500)"
7200
+ },
7201
+ {
7202
+ "name": "--vvd-select-success-firm",
7203
+ "default": "var(--vvd-color-success-600)"
7204
+ },
7205
+ {
7206
+ "name": "--vvd-select-alert-primary",
7207
+ "default": "var(--vvd-color-alert-500)"
7208
+ },
7209
+ {
7210
+ "name": "--vvd-select-alert-backdrop",
7211
+ "default": "var(--vvd-color-alert-50)"
7212
+ },
7213
+ {
7214
+ "name": "--vvd-select-alert-intermediate",
7215
+ "default": "var(--vvd-color-alert-500)"
7216
+ },
7217
+ {
7218
+ "name": "--vvd-select-alert-firm",
7219
+ "default": "var(--vvd-color-alert-600)"
7220
+ },
7221
+ {
7222
+ "name": "--vvd-select-accent-primary",
7223
+ "default": "var(--vvd-color-canvas-text)"
7224
+ },
7225
+ {
7226
+ "name": "--vvd-select-accent-backdrop",
7227
+ "default": "var(--vvd-color-canvas)"
7228
+ },
7229
+ {
7230
+ "name": "--vvd-select-accent-intermediate",
7231
+ "default": "var(--vvd-color-neutral-500)"
7232
+ },
7233
+ {
7234
+ "name": "--vvd-select-accent-firm",
7235
+ "default": "var(--vvd-color-canvas-text)"
7236
+ }
7237
+ ],
5852
7238
  "slots": [
5853
7239
  {
5854
7240
  "description": "Default slot.",
5855
7241
  "name": ""
7242
+ },
7243
+ {
7244
+ "description": "Slot to add meta content to the select control.",
7245
+ "name": "meta"
5856
7246
  }
5857
7247
  ],
5858
7248
  "members": [
@@ -6238,6 +7628,104 @@
6238
7628
  "kind": "class",
6239
7629
  "description": "Base class for switch",
6240
7630
  "name": "Switch",
7631
+ "cssProperties": [
7632
+ {
7633
+ "name": "--vvd-switch-cta-primary-text",
7634
+ "default": "var(--vvd-color-canvas)"
7635
+ },
7636
+ {
7637
+ "name": "--vvd-switch-cta-primary",
7638
+ "default": "var(--vvd-color-cta-500)"
7639
+ },
7640
+ {
7641
+ "name": "--vvd-switch-cta-primary-increment",
7642
+ "default": "var(--vvd-color-cta-600)"
7643
+ },
7644
+ {
7645
+ "name": "--vvd-switch-cta-backdrop",
7646
+ "default": "var(--vvd-color-cta-50)"
7647
+ },
7648
+ {
7649
+ "name": "--vvd-switch-cta-firm",
7650
+ "default": "var(--vvd-color-cta-600)"
7651
+ },
7652
+ {
7653
+ "name": "--vvd-switch-cta-intermediate",
7654
+ "default": "var(--vvd-color-cta-500)"
7655
+ },
7656
+ {
7657
+ "name": "--vvd-switch-alert-primary-text",
7658
+ "default": "var(--vvd-color-canvas)"
7659
+ },
7660
+ {
7661
+ "name": "--vvd-switch-alert-primary",
7662
+ "default": "var(--vvd-color-alert-500)"
7663
+ },
7664
+ {
7665
+ "name": "--vvd-switch-alert-primary-increment",
7666
+ "default": "var(--vvd-color-alert-600)"
7667
+ },
7668
+ {
7669
+ "name": "--vvd-switch-alert-backdrop",
7670
+ "default": "var(--vvd-color-alert-50)"
7671
+ },
7672
+ {
7673
+ "name": "--vvd-switch-alert-firm",
7674
+ "default": "var(--vvd-color-alert-600)"
7675
+ },
7676
+ {
7677
+ "name": "--vvd-switch-alert-intermediate",
7678
+ "default": "var(--vvd-color-alert-500)"
7679
+ },
7680
+ {
7681
+ "name": "--vvd-switch-success-primary-text",
7682
+ "default": "var(--vvd-color-canvas)"
7683
+ },
7684
+ {
7685
+ "name": "--vvd-switch-success-primary",
7686
+ "default": "var(--vvd-color-success-500)"
7687
+ },
7688
+ {
7689
+ "name": "--vvd-switch-success-primary-increment",
7690
+ "default": "var(--vvd-color-success-600)"
7691
+ },
7692
+ {
7693
+ "name": "--vvd-switch-success-backdrop",
7694
+ "default": "var(--vvd-color-success-50)"
7695
+ },
7696
+ {
7697
+ "name": "--vvd-switch-success-firm",
7698
+ "default": "var(--vvd-color-success-600)"
7699
+ },
7700
+ {
7701
+ "name": "--vvd-switch-success-intermediate",
7702
+ "default": "var(--vvd-color-success-500)"
7703
+ },
7704
+ {
7705
+ "name": "--vvd-switch-accent-primary-text",
7706
+ "default": "var(--vvd-color-canvas)"
7707
+ },
7708
+ {
7709
+ "name": "--vvd-switch-accent-primary",
7710
+ "default": "var(--vvd-color-canvas-text)"
7711
+ },
7712
+ {
7713
+ "name": "--vvd-switch-accent-primary-increment",
7714
+ "default": "var(--vvd-color-neutral-800)"
7715
+ },
7716
+ {
7717
+ "name": "--vvd-switch-accent-backdrop",
7718
+ "default": "var(--vvd-color-canvas)"
7719
+ },
7720
+ {
7721
+ "name": "--vvd-switch-accent-firm",
7722
+ "default": "var(--vvd-color-canvas-text)"
7723
+ },
7724
+ {
7725
+ "name": "--vvd-switch-accent-intermediate",
7726
+ "default": "var(--vvd-color-neutral-500)"
7727
+ }
7728
+ ],
6241
7729
  "members": [
6242
7730
  {
6243
7731
  "kind": "field",
@@ -6534,6 +8022,28 @@
6534
8022
  "kind": "class",
6535
8023
  "description": "Base class for tabs",
6536
8024
  "name": "Tabs",
8025
+ "cssProperties": [
8026
+ {
8027
+ "name": "--vvd-tabs-accent-primary",
8028
+ "default": "var(--vvd-color-canvas-text)"
8029
+ },
8030
+ {
8031
+ "name": "--vvd-tabs-accent-primary-text",
8032
+ "default": "var(--vvd-color-canvas)"
8033
+ },
8034
+ {
8035
+ "name": "--vvd-tabs-accent-primary-increment",
8036
+ "default": "var(--vvd-color-neutral-800)"
8037
+ },
8038
+ {
8039
+ "name": "--vvd-tabs-accent-faint",
8040
+ "default": "var(--vvd-color-neutral-50)"
8041
+ },
8042
+ {
8043
+ "name": "--vvd-tabs-accent-soft",
8044
+ "default": "var(--vvd-color-neutral-100)"
8045
+ }
8046
+ ],
6537
8047
  "slots": [
6538
8048
  {
6539
8049
  "description": "Default slot.",
@@ -6706,6 +8216,64 @@
6706
8216
  "kind": "class",
6707
8217
  "description": "Base class for tag.",
6708
8218
  "name": "Tag",
8219
+ "cssProperties": [
8220
+ {
8221
+ "name": "--vvd-tag-cta-contrast",
8222
+ "default": "var(--vvd-color-cta-800)"
8223
+ },
8224
+ {
8225
+ "name": "--vvd-tag-cta-soft",
8226
+ "default": "var(--vvd-color-cta-100)"
8227
+ },
8228
+ {
8229
+ "name": "--vvd-tag-cta-pale",
8230
+ "default": "var(--vvd-color-cta-300)"
8231
+ },
8232
+ {
8233
+ "name": "--vvd-tag-cta-fierce",
8234
+ "default": "var(--vvd-color-cta-700)"
8235
+ },
8236
+ {
8237
+ "name": "--vvd-tag-cta-firm",
8238
+ "default": "var(--vvd-color-cta-600)"
8239
+ },
8240
+ {
8241
+ "name": "--vvd-tag-cta-faint",
8242
+ "default": "var(--vvd-color-cta-50)"
8243
+ },
8244
+ {
8245
+ "name": "--vvd-tag-cta-dim",
8246
+ "default": "var(--vvd-color-cta-200)"
8247
+ },
8248
+ {
8249
+ "name": "--vvd-tag-accent-contrast",
8250
+ "default": "var(--vvd-color-neutral-800)"
8251
+ },
8252
+ {
8253
+ "name": "--vvd-tag-accent-soft",
8254
+ "default": "var(--vvd-color-neutral-100)"
8255
+ },
8256
+ {
8257
+ "name": "--vvd-tag-accent-pale",
8258
+ "default": "var(--vvd-color-neutral-300)"
8259
+ },
8260
+ {
8261
+ "name": "--vvd-tag-accent-fierce",
8262
+ "default": "var(--vvd-color-neutral-700)"
8263
+ },
8264
+ {
8265
+ "name": "--vvd-tag-accent-firm",
8266
+ "default": "var(--vvd-color-canvas-text)"
8267
+ },
8268
+ {
8269
+ "name": "--vvd-tag-accent-faint",
8270
+ "default": "var(--vvd-color-neutral-50)"
8271
+ },
8272
+ {
8273
+ "name": "--vvd-tag-accent-dim",
8274
+ "default": "var(--vvd-color-neutral-200)"
8275
+ }
8276
+ ],
6709
8277
  "members": [
6710
8278
  {
6711
8279
  "kind": "field",
@@ -7108,6 +8676,80 @@
7108
8676
  "kind": "class",
7109
8677
  "description": "Base class for text-area",
7110
8678
  "name": "TextArea",
8679
+ "cssProperties": [
8680
+ {
8681
+ "name": "--vvd-text-area-success-primary",
8682
+ "default": "var(--vvd-color-success-500)"
8683
+ },
8684
+ {
8685
+ "name": "--vvd-text-area-success-backdrop",
8686
+ "default": "var(--vvd-color-success-50)"
8687
+ },
8688
+ {
8689
+ "name": "--vvd-text-area-success-intermediate",
8690
+ "default": "var(--vvd-color-success-500)"
8691
+ },
8692
+ {
8693
+ "name": "--vvd-text-area-success-firm",
8694
+ "default": "var(--vvd-color-success-600)"
8695
+ },
8696
+ {
8697
+ "name": "--vvd-text-area-success-faint",
8698
+ "default": "var(--vvd-color-success-50)"
8699
+ },
8700
+ {
8701
+ "name": "--vvd-text-area-success-soft",
8702
+ "default": "var(--vvd-color-success-100)"
8703
+ },
8704
+ {
8705
+ "name": "--vvd-text-area-alert-primary",
8706
+ "default": "var(--vvd-color-alert-500)"
8707
+ },
8708
+ {
8709
+ "name": "--vvd-text-area-alert-backdrop",
8710
+ "default": "var(--vvd-color-alert-50)"
8711
+ },
8712
+ {
8713
+ "name": "--vvd-text-area-alert-intermediate",
8714
+ "default": "var(--vvd-color-alert-500)"
8715
+ },
8716
+ {
8717
+ "name": "--vvd-text-area-alert-firm",
8718
+ "default": "var(--vvd-color-alert-600)"
8719
+ },
8720
+ {
8721
+ "name": "--vvd-text-area-alert-faint",
8722
+ "default": "var(--vvd-color-alert-50)"
8723
+ },
8724
+ {
8725
+ "name": "--vvd-text-area-alert-soft",
8726
+ "default": "var(--vvd-color-alert-100)"
8727
+ },
8728
+ {
8729
+ "name": "--vvd-text-area-accent-primary",
8730
+ "default": "var(--vvd-color-canvas-text)"
8731
+ },
8732
+ {
8733
+ "name": "--vvd-text-area-accent-backdrop",
8734
+ "default": "var(--vvd-color-canvas)"
8735
+ },
8736
+ {
8737
+ "name": "--vvd-text-area-accent-intermediate",
8738
+ "default": "var(--vvd-color-neutral-500)"
8739
+ },
8740
+ {
8741
+ "name": "--vvd-text-area-accent-firm",
8742
+ "default": "var(--vvd-color-canvas-text)"
8743
+ },
8744
+ {
8745
+ "name": "--vvd-text-area-accent-faint",
8746
+ "default": "var(--vvd-color-neutral-50)"
8747
+ },
8748
+ {
8749
+ "name": "--vvd-text-area-accent-soft",
8750
+ "default": "var(--vvd-color-neutral-100)"
8751
+ }
8752
+ ],
7111
8753
  "members": [
7112
8754
  {
7113
8755
  "kind": "field",
@@ -7207,6 +8849,80 @@
7207
8849
  "kind": "class",
7208
8850
  "description": "Base class for text-field",
7209
8851
  "name": "TextField",
8852
+ "cssProperties": [
8853
+ {
8854
+ "name": "--vvd-text-field-success-primary",
8855
+ "default": "var(--vvd-color-success-500)"
8856
+ },
8857
+ {
8858
+ "name": "--vvd-text-field-success-backdrop",
8859
+ "default": "var(--vvd-color-success-50)"
8860
+ },
8861
+ {
8862
+ "name": "--vvd-text-field-success-intermediate",
8863
+ "default": "var(--vvd-color-success-500)"
8864
+ },
8865
+ {
8866
+ "name": "--vvd-text-field-success-firm",
8867
+ "default": "var(--vvd-color-success-600)"
8868
+ },
8869
+ {
8870
+ "name": "--vvd-text-field-success-faint",
8871
+ "default": "var(--vvd-color-success-50)"
8872
+ },
8873
+ {
8874
+ "name": "--vvd-text-field-success-soft",
8875
+ "default": "var(--vvd-color-success-100)"
8876
+ },
8877
+ {
8878
+ "name": "--vvd-text-field-alert-primary",
8879
+ "default": "var(--vvd-color-alert-500)"
8880
+ },
8881
+ {
8882
+ "name": "--vvd-text-field-alert-backdrop",
8883
+ "default": "var(--vvd-color-alert-50)"
8884
+ },
8885
+ {
8886
+ "name": "--vvd-text-field-alert-intermediate",
8887
+ "default": "var(--vvd-color-alert-500)"
8888
+ },
8889
+ {
8890
+ "name": "--vvd-text-field-alert-firm",
8891
+ "default": "var(--vvd-color-alert-600)"
8892
+ },
8893
+ {
8894
+ "name": "--vvd-text-field-alert-faint",
8895
+ "default": "var(--vvd-color-alert-50)"
8896
+ },
8897
+ {
8898
+ "name": "--vvd-text-field-alert-soft",
8899
+ "default": "var(--vvd-color-alert-100)"
8900
+ },
8901
+ {
8902
+ "name": "--vvd-text-field-accent-primary",
8903
+ "default": "var(--vvd-color-canvas-text)"
8904
+ },
8905
+ {
8906
+ "name": "--vvd-text-field-accent-backdrop",
8907
+ "default": "var(--vvd-color-canvas)"
8908
+ },
8909
+ {
8910
+ "name": "--vvd-text-field-accent-intermediate",
8911
+ "default": "var(--vvd-color-neutral-500)"
8912
+ },
8913
+ {
8914
+ "name": "--vvd-text-field-accent-firm",
8915
+ "default": "var(--vvd-color-canvas-text)"
8916
+ },
8917
+ {
8918
+ "name": "--vvd-text-field-accent-faint",
8919
+ "default": "var(--vvd-color-neutral-50)"
8920
+ },
8921
+ {
8922
+ "name": "--vvd-text-field-accent-soft",
8923
+ "default": "var(--vvd-color-neutral-100)"
8924
+ }
8925
+ ],
7210
8926
  "members": [
7211
8927
  {
7212
8928
  "kind": "field",
@@ -7792,6 +9508,28 @@
7792
9508
  "kind": "class",
7793
9509
  "description": "Base class for tree-item",
7794
9510
  "name": "TreeItem",
9511
+ "cssProperties": [
9512
+ {
9513
+ "name": "--vvd-tree-item-accent-primary",
9514
+ "default": "var(--vvd-color-canvas-text)"
9515
+ },
9516
+ {
9517
+ "name": "--vvd-tree-item-accent-primary-text",
9518
+ "default": "var(--vvd-color-canvas)"
9519
+ },
9520
+ {
9521
+ "name": "--vvd-tree-item-accent-primary-increment",
9522
+ "default": "var(--vvd-color-neutral-800)"
9523
+ },
9524
+ {
9525
+ "name": "--vvd-tree-item-accent-faint",
9526
+ "default": "var(--vvd-color-neutral-50)"
9527
+ },
9528
+ {
9529
+ "name": "--vvd-tree-item-accent-soft",
9530
+ "default": "var(--vvd-color-neutral-100)"
9531
+ }
9532
+ ],
7795
9533
  "slots": [
7796
9534
  {
7797
9535
  "description": "To specify a child tree item.",