@vonage/vivid 3.12.0 → 3.14.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 (116) 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 +1 -0
  11. package/combobox/index.js +1 -0
  12. package/custom-elements.json +1909 -81
  13. package/data-grid/index.js +4 -0
  14. package/dialog/index.js +1 -0
  15. package/fab/index.js +1 -0
  16. package/icon/index.js +1 -0
  17. package/index.js +8 -5
  18. package/lib/alert/alert.d.ts +4 -6
  19. package/lib/components.d.ts +1 -0
  20. package/lib/data-grid/data-grid-cell.d.ts +2 -0
  21. package/lib/data-grid/data-grid.d.ts +5 -0
  22. package/lib/layout/definition.d.ts +1 -1
  23. package/lib/select/select.d.ts +3 -2
  24. package/lib/tabs/tabs.d.ts +1 -0
  25. package/lib/toggletip/definition.d.ts +3 -0
  26. package/lib/toggletip/index.d.ts +1 -0
  27. package/lib/toggletip/toggletip.d.ts +15 -0
  28. package/lib/toggletip/toggletip.template.d.ts +4 -0
  29. package/listbox/index.js +1 -0
  30. package/menu/index.js +2 -1
  31. package/menu-item/index.js +3 -0
  32. package/nav-disclosure/index.js +1 -0
  33. package/nav-item/index.js +1 -0
  34. package/note/index.js +1 -0
  35. package/number-field/index.js +1 -0
  36. package/option/index.js +1 -0
  37. package/package.json +1 -1
  38. package/pagination/index.js +13 -92
  39. package/popup/index.js +1 -0
  40. package/select/index.js +1 -0
  41. package/shared/definition.js +1 -1
  42. package/shared/definition10.js +1 -1
  43. package/shared/definition11.js +1 -1
  44. package/shared/definition12.js +1 -1
  45. package/shared/definition14.js +1 -1
  46. package/shared/definition15.js +1 -1
  47. package/shared/definition16.js +2 -2
  48. package/shared/definition17.js +1 -1
  49. package/shared/definition18.js +1 -1
  50. package/shared/definition19.js +1 -1
  51. package/shared/definition2.js +1 -1
  52. package/shared/definition20.js +1 -1
  53. package/shared/definition21.js +1 -1
  54. package/shared/definition22.js +171 -7
  55. package/shared/definition23.js +2 -2
  56. package/shared/definition24.js +1 -1
  57. package/shared/definition25.js +1 -1
  58. package/shared/definition26.js +1 -1
  59. package/shared/definition28.js +1 -1
  60. package/shared/definition29.js +1 -1
  61. package/shared/definition3.js +1 -1
  62. package/shared/definition30.js +11 -7
  63. package/shared/definition32.js +1 -1
  64. package/shared/definition33.js +1 -1
  65. package/shared/definition34.js +1 -1
  66. package/shared/definition35.js +1 -1
  67. package/shared/definition36.js +2 -2
  68. package/shared/definition37.js +1 -1
  69. package/shared/definition38.js +1 -1
  70. package/shared/definition39.js +16 -9
  71. package/shared/definition4.js +1 -1
  72. package/shared/definition40.js +1 -1
  73. package/shared/definition41.js +1 -1
  74. package/shared/definition42.js +1 -1
  75. package/shared/definition43.js +1 -1
  76. package/shared/definition45.js +10 -1
  77. package/shared/definition46.js +4 -4
  78. package/shared/definition48.js +1 -1
  79. package/shared/definition5.js +1 -1
  80. package/shared/definition50.js +587 -72
  81. package/shared/definition51.js +88 -68
  82. package/shared/definition52.js +69 -294
  83. package/shared/definition53.js +305 -0
  84. package/shared/definition6.js +52 -78
  85. package/shared/definition7.js +1 -1
  86. package/shared/definition8.js +1 -1
  87. package/shared/definition9.js +1 -1
  88. package/shared/engine-is-node.js +8 -0
  89. package/shared/es.object.assign.js +1 -1
  90. package/shared/es.regexp.to-string.js +3 -1
  91. package/shared/es.string.includes.js +83 -0
  92. package/shared/form-elements.js +2 -2
  93. package/shared/icon.js +14 -18
  94. package/shared/index.js +1 -1
  95. package/shared/patterns/form-elements/form-elements.d.ts +4 -4
  96. package/shared/string-trim.js +1 -1
  97. package/shared/text-field.js +1 -1
  98. package/shared/to-string.js +1 -1
  99. package/styles/core/all.css +1 -1
  100. package/styles/core/theme.css +1 -1
  101. package/styles/core/typography.css +1 -1
  102. package/styles/fonts/spezia-variable.css +2 -2
  103. package/styles/tokens/theme-dark.css +4 -4
  104. package/styles/tokens/theme-light.css +4 -4
  105. package/switch/index.js +1 -0
  106. package/tab/index.js +1 -0
  107. package/tabs/index.js +1 -0
  108. package/tag/index.js +1 -0
  109. package/text-anchor/index.js +1 -0
  110. package/text-area/index.js +1 -0
  111. package/text-field/index.js +1 -0
  112. package/toggletip/index.js +30 -0
  113. package/tooltip/index.js +2 -1
  114. package/tree-item/index.js +2 -1
  115. package/tree-view/index.js +1 -1
  116. package/vivid.api.json +172 -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,6 +2723,32 @@
2133
2723
  "kind": "class",
2134
2724
  "description": "Base class for checkbox",
2135
2725
  "name": "Checkbox",
2726
+ "cssProperties": [
2727
+ {
2728
+ "name": "--vvd-checkbox-accent-primary",
2729
+ "default": "var(--vvd-color-canvas-text)"
2730
+ },
2731
+ {
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)"
2750
+ }
2751
+ ],
2136
2752
  "members": [
2137
2753
  {
2138
2754
  "kind": "field",
@@ -2214,6 +2830,24 @@
2214
2830
  "kind": "class",
2215
2831
  "description": "Base class for combobox",
2216
2832
  "name": "Combobox",
2833
+ "cssProperties": [
2834
+ {
2835
+ "name": "--vvd-combobox-accent-backdrop",
2836
+ "default": "var(--vvd-color-canvas)"
2837
+ },
2838
+ {
2839
+ "name": "--vvd-combobox-accent-intermediate",
2840
+ "default": "var(--vvd-color-neutral-500)"
2841
+ },
2842
+ {
2843
+ "name": "--vvd-combobox-accent-primary",
2844
+ "default": "var(--vvd-color-canvas-text)"
2845
+ },
2846
+ {
2847
+ "name": "--vvd-combobox-accent-soft",
2848
+ "default": "var(--vvd-color-neutral-100)"
2849
+ }
2850
+ ],
2217
2851
  "slots": [
2218
2852
  {
2219
2853
  "description": "Default slot.",
@@ -2330,7 +2964,83 @@
2330
2964
  "kind": "class",
2331
2965
  "description": "Base class for data-grid",
2332
2966
  "name": "DataGridCell",
2967
+ "cssProperties": [
2968
+ {
2969
+ "name": "--vvd-data-grid-cell-cta-primary",
2970
+ "default": "var(--vvd-color-cta-500)"
2971
+ },
2972
+ {
2973
+ "name": "--vvd-data-grid-cell-cta-primary-text",
2974
+ "default": "var(--vvd-color-canvas)"
2975
+ },
2976
+ {
2977
+ "name": "--vvd-data-grid-cell-cta-primary-increment",
2978
+ "default": "var(--vvd-color-cta-600)"
2979
+ },
2980
+ {
2981
+ "name": "--vvd-data-grid-cell-cta-faint",
2982
+ "default": "var(--vvd-color-cta-50)"
2983
+ },
2984
+ {
2985
+ "name": "--vvd-data-grid-cell-cta-pale",
2986
+ "default": "var(--vvd-color-cta-300)"
2987
+ },
2988
+ {
2989
+ "name": "--vvd-data-grid-cell-cta-dim",
2990
+ "default": "var(--vvd-color-cta-200)"
2991
+ },
2992
+ {
2993
+ "name": "--vvd-data-grid-cell-accent-primary",
2994
+ "default": "var(--vvd-color-canvas-text)"
2995
+ },
2996
+ {
2997
+ "name": "--vvd-data-grid-cell-accent-primary-text",
2998
+ "default": "var(--vvd-color-canvas)"
2999
+ },
3000
+ {
3001
+ "name": "--vvd-data-grid-cell-accent-primary-increment",
3002
+ "default": "var(--vvd-color-neutral-800)"
3003
+ },
3004
+ {
3005
+ "name": "--vvd-data-grid-cell-accent-faint",
3006
+ "default": "var(--vvd-color-neutral-50)"
3007
+ },
3008
+ {
3009
+ "name": "--vvd-data-grid-cell-accent-pale",
3010
+ "default": "var(--vvd-color-neutral-300)"
3011
+ },
3012
+ {
3013
+ "name": "--vvd-data-grid-cell-accent-dim",
3014
+ "default": "var(--vvd-color-neutral-200)"
3015
+ }
3016
+ ],
2333
3017
  "members": [
3018
+ {
3019
+ "kind": "field",
3020
+ "name": "ariaSelected",
3021
+ "type": {
3022
+ "text": "string | null"
3023
+ },
3024
+ "default": "null"
3025
+ },
3026
+ {
3027
+ "kind": "method",
3028
+ "name": "ariaSelectedChanged",
3029
+ "parameters": [
3030
+ {
3031
+ "name": "_",
3032
+ "type": {
3033
+ "text": "string | null"
3034
+ }
3035
+ },
3036
+ {
3037
+ "name": "selectedState",
3038
+ "type": {
3039
+ "text": "string | null"
3040
+ }
3041
+ }
3042
+ ]
3043
+ },
2334
3044
  {
2335
3045
  "kind": "method",
2336
3046
  "name": "handleFocusin",
@@ -2356,6 +3066,16 @@
2356
3066
  ]
2357
3067
  }
2358
3068
  ],
3069
+ "attributes": [
3070
+ {
3071
+ "name": "aria-selected",
3072
+ "type": {
3073
+ "text": "string | null"
3074
+ },
3075
+ "default": "null",
3076
+ "fieldName": "ariaSelected"
3077
+ }
3078
+ ],
2359
3079
  "superclass": {
2360
3080
  "name": "FoundationElement",
2361
3081
  "package": "@microsoft/fast-foundation"
@@ -2504,9 +3224,9 @@
2504
3224
  "kind": "variable",
2505
3225
  "name": "DataGridSelectionMode",
2506
3226
  "type": {
2507
- "text": "{\n\tnone: 'none',\n\tsingleRow: 'single-row',\n\tmultiRow: 'multi-row',\n}"
3227
+ "text": "{\n\tnone: 'none',\n\tsingleRow: 'single-row',\n\tmultiRow: 'multi-row',\n\tsingleCell: 'single-cell',\n\tmultiCell: 'multi-cell',\n}"
2508
3228
  },
2509
- "default": "{\n\tnone: 'none',\n\tsingleRow: 'single-row',\n\tmultiRow: 'multi-row',\n}"
3229
+ "default": "{\n\tnone: 'none',\n\tsingleRow: 'single-row',\n\tmultiRow: 'multi-row',\n\tsingleCell: 'single-cell',\n\tmultiCell: 'multi-cell',\n}"
2510
3230
  },
2511
3231
  {
2512
3232
  "kind": "class",
@@ -2525,6 +3245,43 @@
2525
3245
  "type": {
2526
3246
  "text": "DataGridSelectionMode | undefined"
2527
3247
  }
3248
+ },
3249
+ {
3250
+ "kind": "field",
3251
+ "name": "#selectedCells",
3252
+ "privacy": "private",
3253
+ "type": {
3254
+ "text": "DataGridCell[]"
3255
+ },
3256
+ "readonly": true
3257
+ },
3258
+ {
3259
+ "kind": "method",
3260
+ "name": "selectionModeChanged"
3261
+ },
3262
+ {
3263
+ "kind": "field",
3264
+ "name": "#handleKeypress",
3265
+ "privacy": "private"
3266
+ },
3267
+ {
3268
+ "kind": "field",
3269
+ "name": "#handleClick",
3270
+ "privacy": "private"
3271
+ },
3272
+ {
3273
+ "kind": "field",
3274
+ "name": "#handleSelection",
3275
+ "privacy": "private"
3276
+ },
3277
+ {
3278
+ "kind": "field",
3279
+ "name": "#setCellSelectedState",
3280
+ "privacy": "private"
3281
+ },
3282
+ {
3283
+ "kind": "method",
3284
+ "name": "#resetSelection"
2528
3285
  }
2529
3286
  ],
2530
3287
  "attributes": [
@@ -3166,22 +3923,72 @@
3166
3923
  "kind": "class",
3167
3924
  "description": "Base class for fab",
3168
3925
  "name": "Fab",
3169
- "members": [
3926
+ "cssProperties": [
3170
3927
  {
3171
- "kind": "field",
3172
- "name": "connotation",
3173
- "type": {
3174
- "text": "FabConnotation | undefined"
3175
- },
3176
- "description": "The connotation the fab should have.",
3177
- "privacy": "public"
3928
+ "name": "--vvd-fab-accent-primary",
3929
+ "default": "var(--vvd-color-canvas-text)"
3178
3930
  },
3179
3931
  {
3180
- "kind": "field",
3181
- "name": "size",
3182
- "type": {
3183
- "text": "FABSize | undefined"
3184
- },
3932
+ "name": "--vvd-fab-accent-primary-text",
3933
+ "default": "var(--vvd-color-canvas)"
3934
+ },
3935
+ {
3936
+ "name": "--vvd-fab-accent-primary-increment",
3937
+ "default": "var(--vvd-color-neutral-800)"
3938
+ },
3939
+ {
3940
+ "name": "--vvd-fab-accent-contrast",
3941
+ "default": "var(--vvd-color-neutral-800)"
3942
+ },
3943
+ {
3944
+ "name": "--vvd-fab-accent-fierce",
3945
+ "default": "var(--vvd-color-neutral-700)"
3946
+ },
3947
+ {
3948
+ "name": "--vvd-fab-accent-firm",
3949
+ "default": "var(--vvd-color-canvas-text)"
3950
+ },
3951
+ {
3952
+ "name": "--vvd-fab-cta-primary",
3953
+ "default": "var(--vvd-color-cta-500)"
3954
+ },
3955
+ {
3956
+ "name": "--vvd-fab-cta-primary-text",
3957
+ "default": "var(--vvd-color-canvas)"
3958
+ },
3959
+ {
3960
+ "name": "--vvd-fab-cta-primary-increment",
3961
+ "default": "var(--vvd-color-cta-600)"
3962
+ },
3963
+ {
3964
+ "name": "--vvd-fab-cta-contrast",
3965
+ "default": "var(--vvd-color-cta-800)"
3966
+ },
3967
+ {
3968
+ "name": "--vvd-fab-cta-fierce",
3969
+ "default": "var(--vvd-color-cta-700)"
3970
+ },
3971
+ {
3972
+ "name": "--vvd-fab-cta-firm",
3973
+ "default": "var(--vvd-color-cta-600)"
3974
+ }
3975
+ ],
3976
+ "members": [
3977
+ {
3978
+ "kind": "field",
3979
+ "name": "connotation",
3980
+ "type": {
3981
+ "text": "FabConnotation | undefined"
3982
+ },
3983
+ "description": "The connotation the fab should have.",
3984
+ "privacy": "public"
3985
+ },
3986
+ {
3987
+ "kind": "field",
3988
+ "name": "size",
3989
+ "type": {
3990
+ "text": "FABSize | undefined"
3991
+ },
3185
3992
  "description": "The size the FAB should have.",
3186
3993
  "privacy": "public"
3187
3994
  },
@@ -3499,6 +4306,32 @@
3499
4306
  "kind": "class",
3500
4307
  "description": "",
3501
4308
  "name": "Icon",
4309
+ "cssProperties": [
4310
+ {
4311
+ "name": "--vvd-icon-accent-primary",
4312
+ "default": "var(--vvd-color-canvas-text)"
4313
+ },
4314
+ {
4315
+ "name": "--vvd-icon-announcement-primary",
4316
+ "default": "var(--vvd-color-announcement-500)"
4317
+ },
4318
+ {
4319
+ "name": "--vvd-icon-cta-primary",
4320
+ "default": "var(--vvd-color-cta-500)"
4321
+ },
4322
+ {
4323
+ "name": "--vvd-icon-success-primary",
4324
+ "default": "var(--vvd-color-success-500)"
4325
+ },
4326
+ {
4327
+ "name": "--vvd-icon-alert-primary",
4328
+ "default": "var(--vvd-color-alert-500)"
4329
+ },
4330
+ {
4331
+ "name": "--vvd-icon-information-primary",
4332
+ "default": "var(--vvd-color-information-500)"
4333
+ }
4334
+ ],
3502
4335
  "slots": [
3503
4336
  {
3504
4337
  "description": "Default slot.",
@@ -3625,6 +4458,14 @@
3625
4458
  "module": "./layout"
3626
4459
  }
3627
4460
  },
4461
+ {
4462
+ "kind": "js",
4463
+ "name": "RowSpacing",
4464
+ "declaration": {
4465
+ "name": "RowSpacing",
4466
+ "module": "./layout"
4467
+ }
4468
+ },
3628
4469
  {
3629
4470
  "kind": "js",
3630
4471
  "name": "Gutters",
@@ -3830,6 +4671,24 @@
3830
4671
  "kind": "class",
3831
4672
  "description": "Base class for listbox",
3832
4673
  "name": "Listbox",
4674
+ "cssProperties": [
4675
+ {
4676
+ "name": "--vvd-listbox-accent-backdrop",
4677
+ "default": "var(--vvd-color-canvas)"
4678
+ },
4679
+ {
4680
+ "name": "--vvd-listbox-accent-intermediate",
4681
+ "default": "var(--vvd-color-neutral-500)"
4682
+ },
4683
+ {
4684
+ "name": "--vvd-listbox-accent-primary",
4685
+ "default": "var(--vvd-color-canvas-text)"
4686
+ },
4687
+ {
4688
+ "name": "--vvd-listbox-accent-soft",
4689
+ "default": "var(--vvd-color-neutral-100)"
4690
+ }
4691
+ ],
3833
4692
  "slots": [
3834
4693
  {
3835
4694
  "description": "Default slot.",
@@ -4086,6 +4945,36 @@
4086
4945
  "kind": "class",
4087
4946
  "description": "Base class for menu-item",
4088
4947
  "name": "MenuItem",
4948
+ "cssProperties": [
4949
+ {
4950
+ "name": "--vvd-menu-item-accent-primary",
4951
+ "default": "var(--vvd-color-canvas-text)"
4952
+ },
4953
+ {
4954
+ "name": "--vvd-menu-item-accent-primary-text",
4955
+ "default": "var(--vvd-color-canvas)"
4956
+ },
4957
+ {
4958
+ "name": "--vvd-menu-item-accent-primary-increment",
4959
+ "default": "var(--vvd-color-neutral-800)"
4960
+ },
4961
+ {
4962
+ "name": "--vvd-menu-item-accent-faint",
4963
+ "default": "var(--vvd-color-neutral-50)"
4964
+ },
4965
+ {
4966
+ "name": "--vvd-menu-item-accent-soft",
4967
+ "default": "var(--vvd-color-neutral-100)"
4968
+ },
4969
+ {
4970
+ "name": "--vvd-menu-item-accent-pale",
4971
+ "default": "var(--vvd-color-neutral-300)"
4972
+ },
4973
+ {
4974
+ "name": "--vvd-menu-item-accent-dim",
4975
+ "default": "var(--vvd-color-neutral-200)"
4976
+ }
4977
+ ],
4089
4978
  "members": [
4090
4979
  {
4091
4980
  "kind": "field",
@@ -4260,6 +5149,24 @@
4260
5149
  "kind": "class",
4261
5150
  "description": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
4262
5151
  "name": "NavDisclosure",
5152
+ "cssProperties": [
5153
+ {
5154
+ "name": "--vvd-nav-disclosure-accent-primary",
5155
+ "default": "var(--vvd-color-canvas-text)"
5156
+ },
5157
+ {
5158
+ "name": "--vvd-nav-disclosure-accent-primary-text",
5159
+ "default": "var(--vvd-color-canvas)"
5160
+ },
5161
+ {
5162
+ "name": "--vvd-nav-disclosure-accent-faint",
5163
+ "default": "var(--vvd-color-neutral-50)"
5164
+ },
5165
+ {
5166
+ "name": "--vvd-nav-disclosure-accent-soft",
5167
+ "default": "var(--vvd-color-neutral-100)"
5168
+ }
5169
+ ],
4263
5170
  "slots": [
4264
5171
  {
4265
5172
  "description": "Default slot.",
@@ -4381,6 +5288,28 @@
4381
5288
  "kind": "class",
4382
5289
  "description": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
4383
5290
  "name": "NavItem",
5291
+ "cssProperties": [
5292
+ {
5293
+ "name": "--vvd-nav-item-accent-primary",
5294
+ "default": "var(--vvd-color-canvas-text)"
5295
+ },
5296
+ {
5297
+ "name": "--vvd-nav-item-accent-primary-text",
5298
+ "default": "var(--vvd-color-canvas)"
5299
+ },
5300
+ {
5301
+ "name": "--vvd-nav-item-accent-primary-increment",
5302
+ "default": "var(--vvd-color-neutral-800)"
5303
+ },
5304
+ {
5305
+ "name": "--vvd-nav-item-accent-faint",
5306
+ "default": "var(--vvd-color-neutral-50)"
5307
+ },
5308
+ {
5309
+ "name": "--vvd-nav-item-accent-soft",
5310
+ "default": "var(--vvd-color-neutral-100)"
5311
+ }
5312
+ ],
4384
5313
  "superclass": {
4385
5314
  "name": "TextAnchor",
4386
5315
  "module": "/libs/components/src/lib/text-anchor/text-anchor"
@@ -4483,6 +5412,68 @@
4483
5412
  "kind": "class",
4484
5413
  "description": "Base class for note",
4485
5414
  "name": "Note",
5415
+ "cssProperties": [
5416
+ {
5417
+ "name": "--vvd-note-success-primary",
5418
+ "default": "var(--vvd-color-success-500)"
5419
+ },
5420
+ {
5421
+ "name": "--vvd-note-success-intermediate",
5422
+ "default": "var(--vvd-color-success-500)"
5423
+ },
5424
+ {
5425
+ "name": "--vvd-note-success-backdrop",
5426
+ "default": "var(--vvd-color-success-50)"
5427
+ },
5428
+ {
5429
+ "name": "--vvd-note-information-primary",
5430
+ "default": "var(--vvd-color-information-500)"
5431
+ },
5432
+ {
5433
+ "name": "--vvd-note-information-intermediate",
5434
+ "default": "var(--vvd-color-information-500)"
5435
+ },
5436
+ {
5437
+ "name": "--vvd-note-information-backdrop",
5438
+ "default": "var(--vvd-color-information-50)"
5439
+ },
5440
+ {
5441
+ "name": "--vvd-note-alert-primary",
5442
+ "default": "var(--vvd-color-alert-500)"
5443
+ },
5444
+ {
5445
+ "name": "--vvd-note-alert-intermediate",
5446
+ "default": "var(--vvd-color-alert-500)"
5447
+ },
5448
+ {
5449
+ "name": "--vvd-note-alert-backdrop",
5450
+ "default": "var(--vvd-color-alert-50)"
5451
+ },
5452
+ {
5453
+ "name": "--vvd-note-warning-primary",
5454
+ "default": "var(--vvd-color-warning-300)"
5455
+ },
5456
+ {
5457
+ "name": "--vvd-note-warning-intermediate",
5458
+ "default": "var(--vvd-color-warning-300)"
5459
+ },
5460
+ {
5461
+ "name": "--vvd-note-warning-backdrop",
5462
+ "default": "var(--vvd-color-warning-50)"
5463
+ },
5464
+ {
5465
+ "name": "--vvd-note-accent-primary",
5466
+ "default": "var(--vvd-color-canvas-text)"
5467
+ },
5468
+ {
5469
+ "name": "--vvd-note-accent-intermediate",
5470
+ "default": "var(--vvd-color-neutral-500)"
5471
+ },
5472
+ {
5473
+ "name": "--vvd-note-accent-backdrop",
5474
+ "default": "var(--vvd-color-canvas)"
5475
+ }
5476
+ ],
4486
5477
  "slots": [
4487
5478
  {
4488
5479
  "description": "Any slotted content will appear below the headline.",
@@ -4621,6 +5612,80 @@
4621
5612
  "kind": "class",
4622
5613
  "description": "Base class for number-field",
4623
5614
  "name": "NumberField",
5615
+ "cssProperties": [
5616
+ {
5617
+ "name": "--vvd-text-field-success-primary",
5618
+ "default": "var(--vvd-color-success-500)"
5619
+ },
5620
+ {
5621
+ "name": "--vvd-text-field-success-backdrop",
5622
+ "default": "var(--vvd-color-success-50)"
5623
+ },
5624
+ {
5625
+ "name": "--vvd-text-field-success-intermediate",
5626
+ "default": "var(--vvd-color-success-500)"
5627
+ },
5628
+ {
5629
+ "name": "--vvd-text-field-success-firm",
5630
+ "default": "var(--vvd-color-success-600)"
5631
+ },
5632
+ {
5633
+ "name": "--vvd-text-field-success-faint",
5634
+ "default": "var(--vvd-color-success-50)"
5635
+ },
5636
+ {
5637
+ "name": "--vvd-text-field-success-soft",
5638
+ "default": "var(--vvd-color-success-100)"
5639
+ },
5640
+ {
5641
+ "name": "--vvd-text-field-alert-primary",
5642
+ "default": "var(--vvd-color-alert-500)"
5643
+ },
5644
+ {
5645
+ "name": "--vvd-text-field-alert-backdrop",
5646
+ "default": "var(--vvd-color-alert-50)"
5647
+ },
5648
+ {
5649
+ "name": "--vvd-text-field-alert-intermediate",
5650
+ "default": "var(--vvd-color-alert-500)"
5651
+ },
5652
+ {
5653
+ "name": "--vvd-text-field-alert-firm",
5654
+ "default": "var(--vvd-color-alert-600)"
5655
+ },
5656
+ {
5657
+ "name": "--vvd-text-field-alert-faint",
5658
+ "default": "var(--vvd-color-alert-50)"
5659
+ },
5660
+ {
5661
+ "name": "--vvd-text-field-alert-soft",
5662
+ "default": "var(--vvd-color-alert-100)"
5663
+ },
5664
+ {
5665
+ "name": "--vvd-text-field-accent-primary",
5666
+ "default": "var(--vvd-color-canvas-text)"
5667
+ },
5668
+ {
5669
+ "name": "--vvd-text-field-accent-backdrop",
5670
+ "default": "var(--vvd-color-canvas)"
5671
+ },
5672
+ {
5673
+ "name": "--vvd-text-field-accent-intermediate",
5674
+ "default": "var(--vvd-color-neutral-500)"
5675
+ },
5676
+ {
5677
+ "name": "--vvd-text-field-accent-firm",
5678
+ "default": "var(--vvd-color-canvas-text)"
5679
+ },
5680
+ {
5681
+ "name": "--vvd-text-field-accent-faint",
5682
+ "default": "var(--vvd-color-neutral-50)"
5683
+ },
5684
+ {
5685
+ "name": "--vvd-text-field-accent-soft",
5686
+ "default": "var(--vvd-color-neutral-100)"
5687
+ }
5688
+ ],
4624
5689
  "members": [
4625
5690
  {
4626
5691
  "kind": "field",
@@ -4732,6 +5797,36 @@
4732
5797
  "kind": "class",
4733
5798
  "description": "Base class for option",
4734
5799
  "name": "ListboxOption",
5800
+ "cssProperties": [
5801
+ {
5802
+ "name": "--vvd-option-accent-primary",
5803
+ "default": "var(--vvd-color-canvas-text)"
5804
+ },
5805
+ {
5806
+ "name": "--vvd-option-accent-primary-text",
5807
+ "default": "var(--vvd-color-canvas)"
5808
+ },
5809
+ {
5810
+ "name": "--vvd-option-accent-primary-increment",
5811
+ "default": "var(--vvd-color-neutral-800)"
5812
+ },
5813
+ {
5814
+ "name": "--vvd-option-accent-faint",
5815
+ "default": "var(--vvd-color-neutral-50)"
5816
+ },
5817
+ {
5818
+ "name": "--vvd-option-accent-soft",
5819
+ "default": "var(--vvd-color-neutral-100)"
5820
+ },
5821
+ {
5822
+ "name": "--vvd-option-accent-pale",
5823
+ "default": "var(--vvd-color-neutral-300)"
5824
+ },
5825
+ {
5826
+ "name": "--vvd-option-accent-dim",
5827
+ "default": "var(--vvd-color-neutral-200)"
5828
+ }
5829
+ ],
4735
5830
  "members": [
4736
5831
  {
4737
5832
  "kind": "field",
@@ -5430,6 +6525,40 @@
5430
6525
  "kind": "class",
5431
6526
  "description": "Base class for progress",
5432
6527
  "name": "Progress",
6528
+ "cssProperties": [
6529
+ {
6530
+ "name": "--vvd-progress-cta-primary",
6531
+ "default": "var(--vvd-color-cta-500)"
6532
+ },
6533
+ {
6534
+ "name": "--vvd-progress-cta-soft",
6535
+ "default": "var(--vvd-color-cta-100)"
6536
+ },
6537
+ {
6538
+ "name": "--vvd-progress-alert-primary",
6539
+ "default": "var(--vvd-color-alert-500)"
6540
+ },
6541
+ {
6542
+ "name": "--vvd-progress-alert-soft",
6543
+ "default": "var(--vvd-color-alert-100)"
6544
+ },
6545
+ {
6546
+ "name": "--vvd-progress-success-primary",
6547
+ "default": "var(--vvd-color-success-500)"
6548
+ },
6549
+ {
6550
+ "name": "--vvd-progress-success-soft",
6551
+ "default": "var(--vvd-color-success-100)"
6552
+ },
6553
+ {
6554
+ "name": "--vvd-progress-accent-primary",
6555
+ "default": "var(--vvd-color-canvas-text)"
6556
+ },
6557
+ {
6558
+ "name": "--vvd-progress-accent-soft",
6559
+ "default": "var(--vvd-color-neutral-100)"
6560
+ }
6561
+ ],
5433
6562
  "members": [
5434
6563
  {
5435
6564
  "kind": "field",
@@ -5550,6 +6679,24 @@
5550
6679
  "kind": "class",
5551
6680
  "description": "Base class for progress-ring",
5552
6681
  "name": "ProgressRing",
6682
+ "cssProperties": [
6683
+ {
6684
+ "name": "--vvd-progress-ring-cta-primary",
6685
+ "default": "var(--vvd-color-cta-500)"
6686
+ },
6687
+ {
6688
+ "name": "--vvd-progress-ring-alert-primary",
6689
+ "default": "var(--vvd-color-alert-500)"
6690
+ },
6691
+ {
6692
+ "name": "--vvd-progress-ring-success-primary",
6693
+ "default": "var(--vvd-color-success-500)"
6694
+ },
6695
+ {
6696
+ "name": "--vvd-progress-ring-accent-primary",
6697
+ "default": "var(--vvd-color-canvas-text)"
6698
+ }
6699
+ ],
5553
6700
  "members": [
5554
6701
  {
5555
6702
  "kind": "field",
@@ -5647,6 +6794,24 @@
5647
6794
  "kind": "class",
5648
6795
  "description": "Base class for radio",
5649
6796
  "name": "Radio",
6797
+ "cssProperties": [
6798
+ {
6799
+ "name": "--vvd-radio-accent-primary",
6800
+ "default": "var(--vvd-color-canvas-text)"
6801
+ },
6802
+ {
6803
+ "name": "--vvd-radio-accent-firm",
6804
+ "default": "var(--vvd-color-canvas-text)"
6805
+ },
6806
+ {
6807
+ "name": "--vvd-radio-accent-faint",
6808
+ "default": "var(--vvd-color-neutral-50)"
6809
+ },
6810
+ {
6811
+ "name": "--vvd-radio-accent-soft",
6812
+ "default": "var(--vvd-color-neutral-100)"
6813
+ }
6814
+ ],
5650
6815
  "members": [
5651
6816
  {
5652
6817
  "kind": "field",
@@ -5841,38 +7006,92 @@
5841
7006
  "kind": "class",
5842
7007
  "description": "Base class for select",
5843
7008
  "name": "Select",
5844
- "slots": [
7009
+ "cssProperties": [
5845
7010
  {
5846
- "description": "Default slot.",
5847
- "name": ""
5848
- }
5849
- ],
5850
- "members": [
7011
+ "name": "--vvd-select-success-primary",
7012
+ "default": "var(--vvd-color-success-500)"
7013
+ },
5851
7014
  {
5852
- "kind": "field",
5853
- "name": "appearance",
5854
- "type": {
5855
- "text": "SelectAppearance | undefined"
5856
- }
7015
+ "name": "--vvd-select-success-backdrop",
7016
+ "default": "var(--vvd-color-success-50)"
5857
7017
  },
5858
7018
  {
5859
- "kind": "field",
5860
- "name": "shape",
5861
- "type": {
5862
- "text": "SelectShape | undefined"
5863
- }
7019
+ "name": "--vvd-select-success-intermediate",
7020
+ "default": "var(--vvd-color-success-500)"
5864
7021
  },
5865
7022
  {
5866
- "kind": "field",
5867
- "name": "_popup",
5868
- "type": {
5869
- "text": "Popup"
5870
- }
7023
+ "name": "--vvd-select-success-firm",
7024
+ "default": "var(--vvd-color-success-600)"
5871
7025
  },
5872
7026
  {
5873
- "kind": "field",
5874
- "name": "_anchor",
5875
- "type": {
7027
+ "name": "--vvd-select-alert-primary",
7028
+ "default": "var(--vvd-color-alert-500)"
7029
+ },
7030
+ {
7031
+ "name": "--vvd-select-alert-backdrop",
7032
+ "default": "var(--vvd-color-alert-50)"
7033
+ },
7034
+ {
7035
+ "name": "--vvd-select-alert-intermediate",
7036
+ "default": "var(--vvd-color-alert-500)"
7037
+ },
7038
+ {
7039
+ "name": "--vvd-select-alert-firm",
7040
+ "default": "var(--vvd-color-alert-600)"
7041
+ },
7042
+ {
7043
+ "name": "--vvd-select-accent-primary",
7044
+ "default": "var(--vvd-color-canvas-text)"
7045
+ },
7046
+ {
7047
+ "name": "--vvd-select-accent-backdrop",
7048
+ "default": "var(--vvd-color-canvas)"
7049
+ },
7050
+ {
7051
+ "name": "--vvd-select-accent-intermediate",
7052
+ "default": "var(--vvd-color-neutral-500)"
7053
+ },
7054
+ {
7055
+ "name": "--vvd-select-accent-firm",
7056
+ "default": "var(--vvd-color-canvas-text)"
7057
+ }
7058
+ ],
7059
+ "slots": [
7060
+ {
7061
+ "description": "Default slot.",
7062
+ "name": ""
7063
+ },
7064
+ {
7065
+ "description": "Slot to add meta content to the select control.",
7066
+ "name": "meta"
7067
+ }
7068
+ ],
7069
+ "members": [
7070
+ {
7071
+ "kind": "field",
7072
+ "name": "appearance",
7073
+ "type": {
7074
+ "text": "SelectAppearance | undefined"
7075
+ }
7076
+ },
7077
+ {
7078
+ "kind": "field",
7079
+ "name": "shape",
7080
+ "type": {
7081
+ "text": "SelectShape | undefined"
7082
+ }
7083
+ },
7084
+ {
7085
+ "kind": "field",
7086
+ "name": "_popup",
7087
+ "type": {
7088
+ "text": "Popup"
7089
+ }
7090
+ },
7091
+ {
7092
+ "kind": "field",
7093
+ "name": "_anchor",
7094
+ "type": {
5876
7095
  "text": "HTMLElement"
5877
7096
  }
5878
7097
  },
@@ -6230,6 +7449,104 @@
6230
7449
  "kind": "class",
6231
7450
  "description": "Base class for switch",
6232
7451
  "name": "Switch",
7452
+ "cssProperties": [
7453
+ {
7454
+ "name": "--vvd-switch-cta-primary-text",
7455
+ "default": "var(--vvd-color-canvas)"
7456
+ },
7457
+ {
7458
+ "name": "--vvd-switch-cta-primary",
7459
+ "default": "var(--vvd-color-cta-500)"
7460
+ },
7461
+ {
7462
+ "name": "--vvd-switch-cta-primary-increment",
7463
+ "default": "var(--vvd-color-cta-600)"
7464
+ },
7465
+ {
7466
+ "name": "--vvd-switch-cta-backdrop",
7467
+ "default": "var(--vvd-color-cta-50)"
7468
+ },
7469
+ {
7470
+ "name": "--vvd-switch-cta-firm",
7471
+ "default": "var(--vvd-color-cta-600)"
7472
+ },
7473
+ {
7474
+ "name": "--vvd-switch-cta-intermediate",
7475
+ "default": "var(--vvd-color-cta-500)"
7476
+ },
7477
+ {
7478
+ "name": "--vvd-switch-alert-primary-text",
7479
+ "default": "var(--vvd-color-canvas)"
7480
+ },
7481
+ {
7482
+ "name": "--vvd-switch-alert-primary",
7483
+ "default": "var(--vvd-color-alert-500)"
7484
+ },
7485
+ {
7486
+ "name": "--vvd-switch-alert-primary-increment",
7487
+ "default": "var(--vvd-color-alert-600)"
7488
+ },
7489
+ {
7490
+ "name": "--vvd-switch-alert-backdrop",
7491
+ "default": "var(--vvd-color-alert-50)"
7492
+ },
7493
+ {
7494
+ "name": "--vvd-switch-alert-firm",
7495
+ "default": "var(--vvd-color-alert-600)"
7496
+ },
7497
+ {
7498
+ "name": "--vvd-switch-alert-intermediate",
7499
+ "default": "var(--vvd-color-alert-500)"
7500
+ },
7501
+ {
7502
+ "name": "--vvd-switch-success-primary-text",
7503
+ "default": "var(--vvd-color-canvas)"
7504
+ },
7505
+ {
7506
+ "name": "--vvd-switch-success-primary",
7507
+ "default": "var(--vvd-color-success-500)"
7508
+ },
7509
+ {
7510
+ "name": "--vvd-switch-success-primary-increment",
7511
+ "default": "var(--vvd-color-success-600)"
7512
+ },
7513
+ {
7514
+ "name": "--vvd-switch-success-backdrop",
7515
+ "default": "var(--vvd-color-success-50)"
7516
+ },
7517
+ {
7518
+ "name": "--vvd-switch-success-firm",
7519
+ "default": "var(--vvd-color-success-600)"
7520
+ },
7521
+ {
7522
+ "name": "--vvd-switch-success-intermediate",
7523
+ "default": "var(--vvd-color-success-500)"
7524
+ },
7525
+ {
7526
+ "name": "--vvd-switch-accent-primary-text",
7527
+ "default": "var(--vvd-color-canvas)"
7528
+ },
7529
+ {
7530
+ "name": "--vvd-switch-accent-primary",
7531
+ "default": "var(--vvd-color-canvas-text)"
7532
+ },
7533
+ {
7534
+ "name": "--vvd-switch-accent-primary-increment",
7535
+ "default": "var(--vvd-color-neutral-800)"
7536
+ },
7537
+ {
7538
+ "name": "--vvd-switch-accent-backdrop",
7539
+ "default": "var(--vvd-color-canvas)"
7540
+ },
7541
+ {
7542
+ "name": "--vvd-switch-accent-firm",
7543
+ "default": "var(--vvd-color-canvas-text)"
7544
+ },
7545
+ {
7546
+ "name": "--vvd-switch-accent-intermediate",
7547
+ "default": "var(--vvd-color-neutral-500)"
7548
+ }
7549
+ ],
6233
7550
  "members": [
6234
7551
  {
6235
7552
  "kind": "field",
@@ -6526,6 +7843,28 @@
6526
7843
  "kind": "class",
6527
7844
  "description": "Base class for tabs",
6528
7845
  "name": "Tabs",
7846
+ "cssProperties": [
7847
+ {
7848
+ "name": "--vvd-tabs-accent-primary",
7849
+ "default": "var(--vvd-color-canvas-text)"
7850
+ },
7851
+ {
7852
+ "name": "--vvd-tabs-accent-primary-text",
7853
+ "default": "var(--vvd-color-canvas)"
7854
+ },
7855
+ {
7856
+ "name": "--vvd-tabs-accent-primary-increment",
7857
+ "default": "var(--vvd-color-neutral-800)"
7858
+ },
7859
+ {
7860
+ "name": "--vvd-tabs-accent-faint",
7861
+ "default": "var(--vvd-color-neutral-50)"
7862
+ },
7863
+ {
7864
+ "name": "--vvd-tabs-accent-soft",
7865
+ "default": "var(--vvd-color-neutral-100)"
7866
+ }
7867
+ ],
6529
7868
  "slots": [
6530
7869
  {
6531
7870
  "description": "Default slot.",
@@ -6594,6 +7933,11 @@
6594
7933
  "kind": "method",
6595
7934
  "name": "patchIndicatorStyleTransition",
6596
7935
  "privacy": "private"
7936
+ },
7937
+ {
7938
+ "kind": "method",
7939
+ "name": "patchActiveID",
7940
+ "privacy": "private"
6597
7941
  }
6598
7942
  ],
6599
7943
  "superclass": {
@@ -6693,6 +8037,64 @@
6693
8037
  "kind": "class",
6694
8038
  "description": "Base class for tag.",
6695
8039
  "name": "Tag",
8040
+ "cssProperties": [
8041
+ {
8042
+ "name": "--vvd-tag-cta-contrast",
8043
+ "default": "var(--vvd-color-cta-800)"
8044
+ },
8045
+ {
8046
+ "name": "--vvd-tag-cta-soft",
8047
+ "default": "var(--vvd-color-cta-100)"
8048
+ },
8049
+ {
8050
+ "name": "--vvd-tag-cta-pale",
8051
+ "default": "var(--vvd-color-cta-300)"
8052
+ },
8053
+ {
8054
+ "name": "--vvd-tag-cta-fierce",
8055
+ "default": "var(--vvd-color-cta-700)"
8056
+ },
8057
+ {
8058
+ "name": "--vvd-tag-cta-firm",
8059
+ "default": "var(--vvd-color-cta-600)"
8060
+ },
8061
+ {
8062
+ "name": "--vvd-tag-cta-faint",
8063
+ "default": "var(--vvd-color-cta-50)"
8064
+ },
8065
+ {
8066
+ "name": "--vvd-tag-cta-dim",
8067
+ "default": "var(--vvd-color-cta-200)"
8068
+ },
8069
+ {
8070
+ "name": "--vvd-tag-accent-contrast",
8071
+ "default": "var(--vvd-color-neutral-800)"
8072
+ },
8073
+ {
8074
+ "name": "--vvd-tag-accent-soft",
8075
+ "default": "var(--vvd-color-neutral-100)"
8076
+ },
8077
+ {
8078
+ "name": "--vvd-tag-accent-pale",
8079
+ "default": "var(--vvd-color-neutral-300)"
8080
+ },
8081
+ {
8082
+ "name": "--vvd-tag-accent-fierce",
8083
+ "default": "var(--vvd-color-neutral-700)"
8084
+ },
8085
+ {
8086
+ "name": "--vvd-tag-accent-firm",
8087
+ "default": "var(--vvd-color-canvas-text)"
8088
+ },
8089
+ {
8090
+ "name": "--vvd-tag-accent-faint",
8091
+ "default": "var(--vvd-color-neutral-50)"
8092
+ },
8093
+ {
8094
+ "name": "--vvd-tag-accent-dim",
8095
+ "default": "var(--vvd-color-neutral-200)"
8096
+ }
8097
+ ],
6696
8098
  "members": [
6697
8099
  {
6698
8100
  "kind": "field",
@@ -7095,6 +8497,80 @@
7095
8497
  "kind": "class",
7096
8498
  "description": "Base class for text-area",
7097
8499
  "name": "TextArea",
8500
+ "cssProperties": [
8501
+ {
8502
+ "name": "--vvd-text-area-success-primary",
8503
+ "default": "var(--vvd-color-success-500)"
8504
+ },
8505
+ {
8506
+ "name": "--vvd-text-area-success-backdrop",
8507
+ "default": "var(--vvd-color-success-50)"
8508
+ },
8509
+ {
8510
+ "name": "--vvd-text-area-success-intermediate",
8511
+ "default": "var(--vvd-color-success-500)"
8512
+ },
8513
+ {
8514
+ "name": "--vvd-text-area-success-firm",
8515
+ "default": "var(--vvd-color-success-600)"
8516
+ },
8517
+ {
8518
+ "name": "--vvd-text-area-success-faint",
8519
+ "default": "var(--vvd-color-success-50)"
8520
+ },
8521
+ {
8522
+ "name": "--vvd-text-area-success-soft",
8523
+ "default": "var(--vvd-color-success-100)"
8524
+ },
8525
+ {
8526
+ "name": "--vvd-text-area-alert-primary",
8527
+ "default": "var(--vvd-color-alert-500)"
8528
+ },
8529
+ {
8530
+ "name": "--vvd-text-area-alert-backdrop",
8531
+ "default": "var(--vvd-color-alert-50)"
8532
+ },
8533
+ {
8534
+ "name": "--vvd-text-area-alert-intermediate",
8535
+ "default": "var(--vvd-color-alert-500)"
8536
+ },
8537
+ {
8538
+ "name": "--vvd-text-area-alert-firm",
8539
+ "default": "var(--vvd-color-alert-600)"
8540
+ },
8541
+ {
8542
+ "name": "--vvd-text-area-alert-faint",
8543
+ "default": "var(--vvd-color-alert-50)"
8544
+ },
8545
+ {
8546
+ "name": "--vvd-text-area-alert-soft",
8547
+ "default": "var(--vvd-color-alert-100)"
8548
+ },
8549
+ {
8550
+ "name": "--vvd-text-area-accent-primary",
8551
+ "default": "var(--vvd-color-canvas-text)"
8552
+ },
8553
+ {
8554
+ "name": "--vvd-text-area-accent-backdrop",
8555
+ "default": "var(--vvd-color-canvas)"
8556
+ },
8557
+ {
8558
+ "name": "--vvd-text-area-accent-intermediate",
8559
+ "default": "var(--vvd-color-neutral-500)"
8560
+ },
8561
+ {
8562
+ "name": "--vvd-text-area-accent-firm",
8563
+ "default": "var(--vvd-color-canvas-text)"
8564
+ },
8565
+ {
8566
+ "name": "--vvd-text-area-accent-faint",
8567
+ "default": "var(--vvd-color-neutral-50)"
8568
+ },
8569
+ {
8570
+ "name": "--vvd-text-area-accent-soft",
8571
+ "default": "var(--vvd-color-neutral-100)"
8572
+ }
8573
+ ],
7098
8574
  "members": [
7099
8575
  {
7100
8576
  "kind": "field",
@@ -7194,6 +8670,80 @@
7194
8670
  "kind": "class",
7195
8671
  "description": "Base class for text-field",
7196
8672
  "name": "TextField",
8673
+ "cssProperties": [
8674
+ {
8675
+ "name": "--vvd-text-field-success-primary",
8676
+ "default": "var(--vvd-color-success-500)"
8677
+ },
8678
+ {
8679
+ "name": "--vvd-text-field-success-backdrop",
8680
+ "default": "var(--vvd-color-success-50)"
8681
+ },
8682
+ {
8683
+ "name": "--vvd-text-field-success-intermediate",
8684
+ "default": "var(--vvd-color-success-500)"
8685
+ },
8686
+ {
8687
+ "name": "--vvd-text-field-success-firm",
8688
+ "default": "var(--vvd-color-success-600)"
8689
+ },
8690
+ {
8691
+ "name": "--vvd-text-field-success-faint",
8692
+ "default": "var(--vvd-color-success-50)"
8693
+ },
8694
+ {
8695
+ "name": "--vvd-text-field-success-soft",
8696
+ "default": "var(--vvd-color-success-100)"
8697
+ },
8698
+ {
8699
+ "name": "--vvd-text-field-alert-primary",
8700
+ "default": "var(--vvd-color-alert-500)"
8701
+ },
8702
+ {
8703
+ "name": "--vvd-text-field-alert-backdrop",
8704
+ "default": "var(--vvd-color-alert-50)"
8705
+ },
8706
+ {
8707
+ "name": "--vvd-text-field-alert-intermediate",
8708
+ "default": "var(--vvd-color-alert-500)"
8709
+ },
8710
+ {
8711
+ "name": "--vvd-text-field-alert-firm",
8712
+ "default": "var(--vvd-color-alert-600)"
8713
+ },
8714
+ {
8715
+ "name": "--vvd-text-field-alert-faint",
8716
+ "default": "var(--vvd-color-alert-50)"
8717
+ },
8718
+ {
8719
+ "name": "--vvd-text-field-alert-soft",
8720
+ "default": "var(--vvd-color-alert-100)"
8721
+ },
8722
+ {
8723
+ "name": "--vvd-text-field-accent-primary",
8724
+ "default": "var(--vvd-color-canvas-text)"
8725
+ },
8726
+ {
8727
+ "name": "--vvd-text-field-accent-backdrop",
8728
+ "default": "var(--vvd-color-canvas)"
8729
+ },
8730
+ {
8731
+ "name": "--vvd-text-field-accent-intermediate",
8732
+ "default": "var(--vvd-color-neutral-500)"
8733
+ },
8734
+ {
8735
+ "name": "--vvd-text-field-accent-firm",
8736
+ "default": "var(--vvd-color-canvas-text)"
8737
+ },
8738
+ {
8739
+ "name": "--vvd-text-field-accent-faint",
8740
+ "default": "var(--vvd-color-neutral-50)"
8741
+ },
8742
+ {
8743
+ "name": "--vvd-text-field-accent-soft",
8744
+ "default": "var(--vvd-color-neutral-100)"
8745
+ }
8746
+ ],
7197
8747
  "members": [
7198
8748
  {
7199
8749
  "kind": "field",
@@ -7257,6 +8807,262 @@
7257
8807
  }
7258
8808
  ]
7259
8809
  },
8810
+ {
8811
+ "kind": "javascript-module",
8812
+ "path": "libs/components/src/lib/toggletip/definition.ts",
8813
+ "declarations": [
8814
+ {
8815
+ "kind": "variable",
8816
+ "name": "toggletipDefinition",
8817
+ "description": "The toggletip element."
8818
+ },
8819
+ {
8820
+ "kind": "variable",
8821
+ "name": "registerToggletip",
8822
+ "description": "Registers the toggletip element with the design system.",
8823
+ "parameters": [
8824
+ {
8825
+ "description": "the prefix to use for the component name",
8826
+ "name": "prefix"
8827
+ }
8828
+ ]
8829
+ }
8830
+ ],
8831
+ "exports": [
8832
+ {
8833
+ "kind": "js",
8834
+ "name": "toggletipDefinition",
8835
+ "declaration": {
8836
+ "name": "toggletipDefinition",
8837
+ "module": "libs/components/src/lib/toggletip/definition.ts"
8838
+ }
8839
+ },
8840
+ {
8841
+ "kind": "js",
8842
+ "name": "registerToggletip",
8843
+ "declaration": {
8844
+ "name": "registerToggletip",
8845
+ "module": "libs/components/src/lib/toggletip/definition.ts"
8846
+ }
8847
+ }
8848
+ ]
8849
+ },
8850
+ {
8851
+ "kind": "javascript-module",
8852
+ "path": "libs/components/src/lib/toggletip/toggletip.ts",
8853
+ "declarations": [
8854
+ {
8855
+ "kind": "class",
8856
+ "description": "Base class for toggletip",
8857
+ "name": "Toggletip",
8858
+ "members": [
8859
+ {
8860
+ "kind": "field",
8861
+ "name": "#anchorEl",
8862
+ "privacy": "private",
8863
+ "type": {
8864
+ "text": "HTMLElement | null"
8865
+ },
8866
+ "default": "null"
8867
+ },
8868
+ {
8869
+ "kind": "field",
8870
+ "name": "#ANCHOR_ARIA_LABEL_SUFFIX",
8871
+ "privacy": "private",
8872
+ "type": {
8873
+ "text": "string"
8874
+ },
8875
+ "default": "' ; Show more information'"
8876
+ },
8877
+ {
8878
+ "kind": "field",
8879
+ "name": "headline",
8880
+ "type": {
8881
+ "text": "string | undefined"
8882
+ },
8883
+ "description": "the optional title of the toggletip",
8884
+ "privacy": "public"
8885
+ },
8886
+ {
8887
+ "kind": "field",
8888
+ "name": "alternate",
8889
+ "type": {
8890
+ "text": "boolean"
8891
+ },
8892
+ "default": "false",
8893
+ "description": "toggle color scheme",
8894
+ "privacy": "public"
8895
+ },
8896
+ {
8897
+ "kind": "field",
8898
+ "name": "placement",
8899
+ "type": {
8900
+ "text": "Placement | undefined"
8901
+ },
8902
+ "default": "'right'",
8903
+ "description": "placement of the toggletip",
8904
+ "privacy": "public"
8905
+ },
8906
+ {
8907
+ "kind": "field",
8908
+ "name": "anchor",
8909
+ "type": {
8910
+ "text": "AnchorType"
8911
+ },
8912
+ "default": "''",
8913
+ "description": "id or direct reference to the toggletip's anchor element",
8914
+ "privacy": "public"
8915
+ },
8916
+ {
8917
+ "kind": "method",
8918
+ "name": "anchorChanged",
8919
+ "parameters": [
8920
+ {
8921
+ "name": "_",
8922
+ "type": {
8923
+ "text": "AnchorType"
8924
+ }
8925
+ },
8926
+ {
8927
+ "name": "newValue",
8928
+ "type": {
8929
+ "text": "AnchorType"
8930
+ }
8931
+ }
8932
+ ]
8933
+ },
8934
+ {
8935
+ "kind": "field",
8936
+ "name": "open",
8937
+ "type": {
8938
+ "text": "boolean"
8939
+ },
8940
+ "default": "false",
8941
+ "description": "indicates whether the toggletip is open",
8942
+ "privacy": "public"
8943
+ },
8944
+ {
8945
+ "kind": "method",
8946
+ "name": "openChanged",
8947
+ "return": {
8948
+ "type": {
8949
+ "text": "void"
8950
+ }
8951
+ },
8952
+ "parameters": [
8953
+ {
8954
+ "name": "oldValue",
8955
+ "type": {
8956
+ "text": "boolean"
8957
+ }
8958
+ },
8959
+ {
8960
+ "name": "newValue",
8961
+ "type": {
8962
+ "text": "boolean"
8963
+ }
8964
+ }
8965
+ ]
8966
+ },
8967
+ {
8968
+ "kind": "method",
8969
+ "name": "#setupAnchor",
8970
+ "parameters": [
8971
+ {
8972
+ "name": "a",
8973
+ "type": {
8974
+ "text": "HTMLElement"
8975
+ }
8976
+ }
8977
+ ]
8978
+ },
8979
+ {
8980
+ "kind": "method",
8981
+ "name": "#cleanupAnchor",
8982
+ "parameters": [
8983
+ {
8984
+ "name": "a",
8985
+ "type": {
8986
+ "text": "HTMLElement"
8987
+ }
8988
+ }
8989
+ ]
8990
+ },
8991
+ {
8992
+ "kind": "field",
8993
+ "name": "#openIfClosed",
8994
+ "privacy": "private"
8995
+ },
8996
+ {
8997
+ "kind": "field",
8998
+ "name": "#closeOnClickOutside",
8999
+ "privacy": "private"
9000
+ },
9001
+ {
9002
+ "kind": "field",
9003
+ "name": "#closeOnEscape",
9004
+ "privacy": "private"
9005
+ }
9006
+ ],
9007
+ "attributes": [
9008
+ {
9009
+ "name": "headline",
9010
+ "type": {
9011
+ "text": "string | undefined"
9012
+ },
9013
+ "description": "the optional title of the toggletip",
9014
+ "fieldName": "headline"
9015
+ },
9016
+ {
9017
+ "type": {
9018
+ "text": "boolean"
9019
+ },
9020
+ "default": "false",
9021
+ "description": "toggle color scheme",
9022
+ "fieldName": "alternate"
9023
+ },
9024
+ {
9025
+ "type": {
9026
+ "text": "Placement | undefined"
9027
+ },
9028
+ "default": "'right'",
9029
+ "description": "placement of the toggletip",
9030
+ "fieldName": "placement"
9031
+ },
9032
+ {
9033
+ "type": {
9034
+ "text": "AnchorType"
9035
+ },
9036
+ "default": "''",
9037
+ "description": "id or direct reference to the toggletip's anchor element",
9038
+ "fieldName": "anchor"
9039
+ },
9040
+ {
9041
+ "type": {
9042
+ "text": "boolean"
9043
+ },
9044
+ "default": "false",
9045
+ "description": "indicates whether the toggletip is open",
9046
+ "fieldName": "open"
9047
+ }
9048
+ ],
9049
+ "superclass": {
9050
+ "name": "FoundationElement",
9051
+ "package": "@microsoft/fast-foundation"
9052
+ }
9053
+ }
9054
+ ],
9055
+ "exports": [
9056
+ {
9057
+ "kind": "js",
9058
+ "name": "Toggletip",
9059
+ "declaration": {
9060
+ "name": "Toggletip",
9061
+ "module": "libs/components/src/lib/toggletip/toggletip.ts"
9062
+ }
9063
+ }
9064
+ ]
9065
+ },
7260
9066
  {
7261
9067
  "kind": "javascript-module",
7262
9068
  "path": "libs/components/src/lib/tooltip/definition.ts",
@@ -7523,6 +9329,28 @@
7523
9329
  "kind": "class",
7524
9330
  "description": "Base class for tree-item",
7525
9331
  "name": "TreeItem",
9332
+ "cssProperties": [
9333
+ {
9334
+ "name": "--vvd-tree-item-accent-primary",
9335
+ "default": "var(--vvd-color-canvas-text)"
9336
+ },
9337
+ {
9338
+ "name": "--vvd-tree-item-accent-primary-text",
9339
+ "default": "var(--vvd-color-canvas)"
9340
+ },
9341
+ {
9342
+ "name": "--vvd-tree-item-accent-primary-increment",
9343
+ "default": "var(--vvd-color-neutral-800)"
9344
+ },
9345
+ {
9346
+ "name": "--vvd-tree-item-accent-faint",
9347
+ "default": "var(--vvd-color-neutral-50)"
9348
+ },
9349
+ {
9350
+ "name": "--vvd-tree-item-accent-soft",
9351
+ "default": "var(--vvd-color-neutral-100)"
9352
+ }
9353
+ ],
7526
9354
  "slots": [
7527
9355
  {
7528
9356
  "description": "To specify a child tree item.",