@vonage/vivid 3.0.0-next.12 → 3.0.0-next.120

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 (291) hide show
  1. package/README.md +170 -4
  2. package/accordion/index.js +4 -60
  3. package/accordion-item/index.js +14 -118
  4. package/action-group/index.js +5 -0
  5. package/avatar/index.js +11 -0
  6. package/badge/index.js +9 -53
  7. package/banner/index.js +20 -210
  8. package/breadcrumb/index.js +7 -96
  9. package/breadcrumb-item/index.js +15 -46
  10. package/button/index.js +19 -751
  11. package/calendar/index.js +5 -1520
  12. package/calendar-event/index.js +9 -0
  13. package/card/index.js +13 -0
  14. package/checkbox/index.js +16 -0
  15. package/custom-elements.json +5784 -0
  16. package/dialog/index.js +24 -0
  17. package/divider/index.js +6 -0
  18. package/elevation/index.js +4 -30
  19. package/fab/index.js +22 -0
  20. package/focus/index.js +4 -2
  21. package/header/index.js +58 -0
  22. package/icon/index.js +8 -36
  23. package/index.js +65 -26
  24. package/layout/index.js +4 -52
  25. package/lib/accordion/definition.d.ts +3 -0
  26. package/lib/accordion/index.d.ts +1 -2
  27. package/lib/accordion-item/definition.d.ts +3 -0
  28. package/lib/accordion-item/index.d.ts +1 -3
  29. package/lib/action-group/action-group.d.ts +10 -0
  30. package/lib/{sidenav-item/sidenav-item.template.d.ts → action-group/action-group.template.d.ts} +2 -2
  31. package/lib/action-group/definition.d.ts +3 -0
  32. package/lib/action-group/index.d.ts +1 -0
  33. package/lib/avatar/avatar.d.ts +15 -0
  34. package/lib/avatar/avatar.template.d.ts +4 -0
  35. package/lib/avatar/definition.d.ts +3 -0
  36. package/lib/avatar/index.d.ts +1 -0
  37. package/lib/badge/badge.d.ts +2 -4
  38. package/lib/badge/definition.d.ts +3 -0
  39. package/lib/badge/index.d.ts +1 -3
  40. package/lib/banner/banner.d.ts +1 -1
  41. package/lib/banner/banner.template.d.ts +0 -2
  42. package/lib/banner/definition.d.ts +3 -0
  43. package/lib/banner/index.d.ts +1 -2
  44. package/lib/breadcrumb/breadcrumb.template.d.ts +4 -0
  45. package/lib/breadcrumb/definition.d.ts +3 -0
  46. package/lib/breadcrumb/index.d.ts +1 -2
  47. package/lib/breadcrumb-item/definition.d.ts +3 -0
  48. package/lib/breadcrumb-item/index.d.ts +1 -3
  49. package/lib/button/button.d.ts +3 -2
  50. package/lib/button/definition.d.ts +3 -0
  51. package/lib/button/index.d.ts +1 -21
  52. package/lib/calendar/calendar.d.ts +3 -1
  53. package/lib/calendar/definition.d.ts +3 -0
  54. package/lib/calendar/index.d.ts +1 -3
  55. package/lib/calendar-event/calendar-event.d.ts +14 -0
  56. package/lib/calendar-event/calendar-event.template.d.ts +4 -0
  57. package/lib/calendar-event/definition.d.ts +3 -0
  58. package/lib/calendar-event/index.d.ts +1 -0
  59. package/lib/card/card.d.ts +10 -0
  60. package/lib/{text/text.template.d.ts → card/card.template.d.ts} +2 -2
  61. package/lib/card/definition.d.ts +3 -0
  62. package/lib/card/index.d.ts +1 -0
  63. package/lib/checkbox/checkbox.d.ts +5 -0
  64. package/lib/checkbox/checkbox.template.d.ts +4 -0
  65. package/lib/checkbox/definition.d.ts +3 -0
  66. package/lib/checkbox/index.d.ts +1 -0
  67. package/lib/components.d.ts +38 -16
  68. package/lib/dialog/definition.d.ts +3 -0
  69. package/lib/dialog/dialog.d.ts +23 -0
  70. package/lib/dialog/dialog.template.d.ts +4 -0
  71. package/lib/dialog/index.d.ts +1 -0
  72. package/lib/divider/definition.d.ts +3 -0
  73. package/lib/divider/divider.d.ts +3 -0
  74. package/lib/divider/divider.template.d.ts +4 -0
  75. package/lib/divider/index.d.ts +1 -0
  76. package/lib/elevation/definition.d.ts +3 -0
  77. package/lib/elevation/elevation.d.ts +1 -0
  78. package/lib/elevation/index.d.ts +1 -2
  79. package/lib/enums.d.ts +19 -6
  80. package/lib/fab/definition.d.ts +3 -0
  81. package/lib/fab/fab.d.ts +13 -0
  82. package/lib/fab/fab.template.d.ts +4 -0
  83. package/lib/fab/index.d.ts +1 -0
  84. package/lib/focus/definition.d.ts +3 -0
  85. package/lib/focus/index.d.ts +1 -2
  86. package/lib/header/definition.d.ts +3 -0
  87. package/lib/header/header.d.ts +5 -0
  88. package/lib/header/header.template.d.ts +4 -0
  89. package/lib/header/index.d.ts +1 -0
  90. package/lib/icon/definition.d.ts +3 -0
  91. package/lib/icon/icon.d.ts +5 -6
  92. package/lib/icon/index.d.ts +1 -2
  93. package/lib/layout/definition.d.ts +3 -0
  94. package/lib/layout/index.d.ts +1 -2
  95. package/lib/layout/layout.d.ts +4 -4
  96. package/lib/listbox/definition.d.ts +3 -0
  97. package/lib/listbox/index.d.ts +1 -0
  98. package/lib/listbox/listbox.d.ts +9 -0
  99. package/lib/listbox/listbox.template.d.ts +4 -0
  100. package/lib/menu/definition.d.ts +7 -0
  101. package/lib/menu/index.d.ts +1 -0
  102. package/lib/menu/menu.d.ts +10 -0
  103. package/lib/menu/menu.template.d.ts +3 -0
  104. package/lib/menu-item/definition.d.ts +3 -0
  105. package/lib/menu-item/index.d.ts +1 -0
  106. package/lib/menu-item/menu-item.d.ts +7 -0
  107. package/lib/menu-item/menu-item.template.d.ts +5 -0
  108. package/lib/nav/definition.d.ts +3 -0
  109. package/lib/nav/index.d.ts +1 -0
  110. package/lib/nav/nav.d.ts +3 -0
  111. package/lib/nav/nav.template.d.ts +4 -0
  112. package/lib/nav-disclosure/definition.d.ts +3 -0
  113. package/lib/nav-disclosure/index.d.ts +1 -0
  114. package/lib/nav-disclosure/nav-disclosure.d.ts +10 -0
  115. package/lib/nav-disclosure/nav-disclosure.template.d.ts +4 -0
  116. package/lib/nav-item/definition.d.ts +3 -0
  117. package/lib/nav-item/index.d.ts +1 -0
  118. package/lib/{sidenav-item/sidenav-item.d.ts → nav-item/nav-item.d.ts} +2 -2
  119. package/lib/nav-item/nav-item.template.d.ts +4 -0
  120. package/lib/note/definition.d.ts +3 -0
  121. package/lib/note/index.d.ts +1 -0
  122. package/lib/note/note.d.ts +10 -0
  123. package/lib/note/note.template.d.ts +4 -0
  124. package/lib/number-field/definition.d.ts +3 -0
  125. package/lib/number-field/index.d.ts +1 -0
  126. package/lib/number-field/number-field.d.ts +14 -0
  127. package/lib/number-field/number-field.template.d.ts +4 -0
  128. package/lib/option/definition.d.ts +3 -0
  129. package/lib/option/index.d.ts +1 -0
  130. package/lib/option/option.d.ts +9 -0
  131. package/lib/option/option.template.d.ts +4 -0
  132. package/lib/popup/definition.d.ts +4 -0
  133. package/lib/popup/index.d.ts +1 -4
  134. package/lib/popup/popup.d.ts +6 -4
  135. package/lib/progress/definition.d.ts +3 -0
  136. package/lib/progress/index.d.ts +1 -2
  137. package/lib/progress/progress.d.ts +1 -1
  138. package/lib/progress-ring/definition.d.ts +3 -0
  139. package/lib/progress-ring/index.d.ts +1 -2
  140. package/lib/progress-ring/progress-ring.d.ts +2 -1
  141. package/lib/radio/definition.d.ts +3 -0
  142. package/lib/radio/index.d.ts +1 -0
  143. package/lib/radio/radio.d.ts +4 -0
  144. package/lib/radio/radio.template.d.ts +4 -0
  145. package/lib/radio-group/definition.d.ts +7 -0
  146. package/lib/radio-group/index.d.ts +1 -0
  147. package/lib/radio-group/radio-group.d.ts +4 -0
  148. package/lib/radio-group/radio-group.template.d.ts +4 -0
  149. package/lib/side-drawer/definition.d.ts +3 -0
  150. package/lib/side-drawer/index.d.ts +1 -2
  151. package/lib/side-drawer/side-drawer.d.ts +3 -2
  152. package/lib/slider/definition.d.ts +3 -0
  153. package/lib/slider/index.d.ts +1 -0
  154. package/lib/slider/slider.d.ts +4 -0
  155. package/lib/slider/slider.template.d.ts +4 -0
  156. package/lib/switch/definition.d.ts +3 -0
  157. package/lib/switch/index.d.ts +1 -0
  158. package/lib/switch/switch.d.ts +7 -0
  159. package/lib/switch/switch.template.d.ts +4 -0
  160. package/lib/text-anchor/definition.d.ts +3 -0
  161. package/lib/text-anchor/index.d.ts +1 -2
  162. package/lib/text-area/definition.d.ts +3 -0
  163. package/lib/text-area/index.d.ts +1 -0
  164. package/lib/text-area/text-area.d.ts +9 -0
  165. package/lib/text-area/text-area.template.d.ts +4 -0
  166. package/lib/text-field/definition.d.ts +3 -0
  167. package/lib/text-field/index.d.ts +1 -0
  168. package/lib/text-field/text-field.d.ts +14 -0
  169. package/lib/text-field/text-field.template.d.ts +4 -0
  170. package/lib/tooltip/definition.d.ts +3 -0
  171. package/lib/tooltip/index.d.ts +1 -3
  172. package/lib/tooltip/tooltip.d.ts +6 -6
  173. package/listbox/index.js +24 -0
  174. package/menu/index.js +30 -0
  175. package/menu-item/index.js +20 -0
  176. package/nav/index.js +4 -0
  177. package/nav-disclosure/index.js +17 -0
  178. package/nav-item/index.js +22 -0
  179. package/note/index.js +15 -0
  180. package/number-field/index.js +458 -0
  181. package/option/index.js +20 -0
  182. package/package.json +62 -10
  183. package/popup/index.js +21 -2062
  184. package/progress/index.js +6 -98
  185. package/progress-ring/index.js +6 -75
  186. package/radio/index.js +12 -0
  187. package/radio-group/index.js +11 -0
  188. package/shared/affix.js +2 -8
  189. package/shared/anchor.js +11 -3
  190. package/shared/apply-mixins.js +5 -4
  191. package/shared/aria-global.js +2 -86
  192. package/shared/aria.js +9 -0
  193. package/shared/base-progress.js +6 -1
  194. package/shared/breadcrumb-item.js +2 -2
  195. package/shared/button.js +200 -0
  196. package/shared/calendar-event.js +19 -0
  197. package/shared/definition.js +53 -0
  198. package/shared/definition10.js +99 -0
  199. package/shared/definition11.js +48 -0
  200. package/shared/definition12.js +1523 -0
  201. package/shared/definition13.js +111 -0
  202. package/shared/definition14.js +114 -0
  203. package/shared/definition15.js +32 -0
  204. package/shared/definition16.js +172 -0
  205. package/shared/definition17.js +223 -0
  206. package/shared/definition18.js +78 -0
  207. package/shared/definition19.js +87 -0
  208. package/shared/definition2.js +106 -0
  209. package/shared/definition20.js +44 -0
  210. package/shared/definition21.js +1078 -0
  211. package/shared/definition22.js +261 -0
  212. package/shared/definition23.js +348 -0
  213. package/shared/definition24.js +1529 -0
  214. package/shared/definition25.js +351 -0
  215. package/shared/definition26.js +18 -0
  216. package/shared/definition27.js +75 -0
  217. package/shared/definition28.js +31 -0
  218. package/shared/definition29.js +56 -0
  219. package/shared/definition3.js +29 -0
  220. package/shared/definition30.js +94 -0
  221. package/shared/definition31.js +77 -0
  222. package/shared/definition32.js +45 -0
  223. package/shared/definition33.js +435 -0
  224. package/shared/definition34.js +86 -0
  225. package/shared/definition35.js +592 -0
  226. package/shared/definition36.js +147 -0
  227. package/shared/definition37.js +279 -0
  228. package/shared/definition38.js +119 -0
  229. package/shared/definition39.js +77 -0
  230. package/shared/definition4.js +19 -0
  231. package/shared/definition5.js +38 -0
  232. package/shared/definition6.js +60 -0
  233. package/shared/definition7.js +45 -0
  234. package/shared/definition8.js +113 -0
  235. package/shared/definition9.js +107 -0
  236. package/shared/design-system/index.d.ts +1 -2
  237. package/shared/dialog-polyfill.esm.js +858 -0
  238. package/shared/direction.js +20 -0
  239. package/shared/dom.js +8 -0
  240. package/shared/enums.js +70 -0
  241. package/shared/es.object.assign.js +2 -3
  242. package/shared/es.regexp.to-string.js +59 -0
  243. package/shared/focus.js +5 -0
  244. package/shared/focus2.js +11 -0
  245. package/shared/form-associated.js +466 -0
  246. package/shared/form-elements.js +343 -0
  247. package/shared/icon.js +538 -567
  248. package/shared/index.js +1664 -83
  249. package/shared/key-codes.js +97 -0
  250. package/shared/numbers.js +25 -0
  251. package/shared/patterns/affix.d.ts +1 -1
  252. package/shared/patterns/focus.d.ts +3 -0
  253. package/shared/patterns/form-elements/form-elements.d.ts +31 -0
  254. package/shared/patterns/form-elements/index.d.ts +1 -0
  255. package/shared/patterns/index.d.ts +2 -0
  256. package/shared/radio.js +127 -0
  257. package/shared/ref.js +41 -0
  258. package/shared/slotted.js +1 -1
  259. package/shared/start-end.js +50 -0
  260. package/shared/string-trim.js +40 -0
  261. package/shared/text-anchor.js +0 -2
  262. package/shared/text-anchor.template.js +6 -5
  263. package/shared/to-string.js +51 -0
  264. package/side-drawer/index.js +5 -81
  265. package/slider/index.js +17 -0
  266. package/styles/core/all.css +86 -0
  267. package/styles/core/theme.css +11 -0
  268. package/styles/core/typography.css +80 -0
  269. package/styles/fonts/SpeziaCompleteVariableItalicWeb.woff2 +0 -0
  270. package/styles/fonts/SpeziaCompleteVariableUprightWeb.woff2 +0 -0
  271. package/styles/fonts/SpeziaMonoCompleteVariableWeb.woff2 +0 -0
  272. package/styles/fonts/spezia.css +9 -12
  273. package/styles/tokens/theme-dark.css +230 -0
  274. package/styles/tokens/theme-light.css +230 -0
  275. package/switch/index.js +17 -0
  276. package/text-anchor/index.js +12 -7
  277. package/text-area/index.js +22 -0
  278. package/text-field/index.js +22 -0
  279. package/tooltip/index.js +18 -55
  280. package/vivid.api.json +3769 -0
  281. package/lib/sidenav-item/index.d.ts +0 -3
  282. package/lib/text/index.d.ts +0 -2
  283. package/lib/text/text.d.ts +0 -10
  284. package/shared/index2.js +0 -21
  285. package/shared/object-set-prototype-of.js +0 -1009
  286. package/shared/style-inject.es.js +0 -28
  287. package/shared/web.dom-collections.iterator.js +0 -473
  288. package/sidenav-item/index.js +0 -39
  289. package/styles/themes/dark.css +0 -205
  290. package/styles/themes/light.css +0 -205
  291. package/text/index.js +0 -46
package/vivid.api.json ADDED
@@ -0,0 +1,3769 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.33.6",
5
+ "schemaVersion": 1010,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ }
129
+ ],
130
+ "supportForTags": {
131
+ "@alpha": true,
132
+ "@beta": true,
133
+ "@defaultValue": true,
134
+ "@decorator": true,
135
+ "@deprecated": true,
136
+ "@eventProperty": true,
137
+ "@example": true,
138
+ "@experimental": true,
139
+ "@inheritDoc": true,
140
+ "@internal": true,
141
+ "@label": true,
142
+ "@link": true,
143
+ "@override": true,
144
+ "@packageDocumentation": true,
145
+ "@param": true,
146
+ "@privateRemarks": true,
147
+ "@public": true,
148
+ "@readonly": true,
149
+ "@remarks": true,
150
+ "@returns": true,
151
+ "@sealed": true,
152
+ "@see": true,
153
+ "@throws": true,
154
+ "@typeParam": true,
155
+ "@virtual": true,
156
+ "@betaDocumentation": true,
157
+ "@internalRemarks": true,
158
+ "@preapproved": true
159
+ },
160
+ "reportUnsupportedHtmlElements": false
161
+ }
162
+ },
163
+ "kind": "Package",
164
+ "canonicalReference": "@vonage/vivid!",
165
+ "docComment": "",
166
+ "name": "@vonage/vivid",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@vonage/vivid!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Variable",
177
+ "canonicalReference": "@vonage/vivid!accordionElements:var",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "accordionElements: "
183
+ },
184
+ {
185
+ "kind": "Content",
186
+ "text": "import(\"@microsoft/fast-foundation\")."
187
+ },
188
+ {
189
+ "kind": "Reference",
190
+ "text": "FoundationElementRegistry",
191
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
192
+ },
193
+ {
194
+ "kind": "Content",
195
+ "text": "<"
196
+ },
197
+ {
198
+ "kind": "Reference",
199
+ "text": "FoundationElementDefinition",
200
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
201
+ },
202
+ {
203
+ "kind": "Content",
204
+ "text": ", import(\"@microsoft/fast-element\")."
205
+ },
206
+ {
207
+ "kind": "Reference",
208
+ "text": "Constructable",
209
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
210
+ },
211
+ {
212
+ "kind": "Content",
213
+ "text": "<import(\"@microsoft/fast-foundation\")."
214
+ },
215
+ {
216
+ "kind": "Reference",
217
+ "text": "FoundationElement",
218
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
219
+ },
220
+ {
221
+ "kind": "Content",
222
+ "text": ">>[]"
223
+ }
224
+ ],
225
+ "fileUrlPath": "../../dist/libs/components/lib/accordion/definition.d.ts",
226
+ "isReadonly": true,
227
+ "releaseTag": "Public",
228
+ "name": "accordionElements",
229
+ "variableTypeTokenRange": {
230
+ "startIndex": 1,
231
+ "endIndex": 10
232
+ }
233
+ },
234
+ {
235
+ "kind": "Variable",
236
+ "canonicalReference": "@vonage/vivid!accordionItemElements:var",
237
+ "docComment": "",
238
+ "excerptTokens": [
239
+ {
240
+ "kind": "Content",
241
+ "text": "accordionItemElements: "
242
+ },
243
+ {
244
+ "kind": "Content",
245
+ "text": "import(\"@microsoft/fast-foundation\")."
246
+ },
247
+ {
248
+ "kind": "Reference",
249
+ "text": "FoundationElementRegistry",
250
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
251
+ },
252
+ {
253
+ "kind": "Content",
254
+ "text": "<"
255
+ },
256
+ {
257
+ "kind": "Reference",
258
+ "text": "FoundationElementDefinition",
259
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
260
+ },
261
+ {
262
+ "kind": "Content",
263
+ "text": ", import(\"@microsoft/fast-element\")."
264
+ },
265
+ {
266
+ "kind": "Reference",
267
+ "text": "Constructable",
268
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
269
+ },
270
+ {
271
+ "kind": "Content",
272
+ "text": "<import(\"@microsoft/fast-foundation\")."
273
+ },
274
+ {
275
+ "kind": "Reference",
276
+ "text": "FoundationElement",
277
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
278
+ },
279
+ {
280
+ "kind": "Content",
281
+ "text": ">>[]"
282
+ }
283
+ ],
284
+ "fileUrlPath": "../../dist/libs/components/lib/accordion-item/definition.d.ts",
285
+ "isReadonly": true,
286
+ "releaseTag": "Public",
287
+ "name": "accordionItemElements",
288
+ "variableTypeTokenRange": {
289
+ "startIndex": 1,
290
+ "endIndex": 10
291
+ }
292
+ },
293
+ {
294
+ "kind": "Variable",
295
+ "canonicalReference": "@vonage/vivid!actionGroupElements:var",
296
+ "docComment": "",
297
+ "excerptTokens": [
298
+ {
299
+ "kind": "Content",
300
+ "text": "actionGroupElements: "
301
+ },
302
+ {
303
+ "kind": "Content",
304
+ "text": "import(\"@microsoft/fast-foundation\")."
305
+ },
306
+ {
307
+ "kind": "Reference",
308
+ "text": "FoundationElementRegistry",
309
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
310
+ },
311
+ {
312
+ "kind": "Content",
313
+ "text": "<"
314
+ },
315
+ {
316
+ "kind": "Reference",
317
+ "text": "FoundationElementDefinition",
318
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
319
+ },
320
+ {
321
+ "kind": "Content",
322
+ "text": ", import(\"@microsoft/fast-element\")."
323
+ },
324
+ {
325
+ "kind": "Reference",
326
+ "text": "Constructable",
327
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
328
+ },
329
+ {
330
+ "kind": "Content",
331
+ "text": "<import(\"@microsoft/fast-foundation\")."
332
+ },
333
+ {
334
+ "kind": "Reference",
335
+ "text": "FoundationElement",
336
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
337
+ },
338
+ {
339
+ "kind": "Content",
340
+ "text": ">>[]"
341
+ }
342
+ ],
343
+ "fileUrlPath": "../../dist/libs/components/lib/action-group/definition.d.ts",
344
+ "isReadonly": true,
345
+ "releaseTag": "Public",
346
+ "name": "actionGroupElements",
347
+ "variableTypeTokenRange": {
348
+ "startIndex": 1,
349
+ "endIndex": 10
350
+ }
351
+ },
352
+ {
353
+ "kind": "Variable",
354
+ "canonicalReference": "@vonage/vivid!avatarElements:var",
355
+ "docComment": "",
356
+ "excerptTokens": [
357
+ {
358
+ "kind": "Content",
359
+ "text": "avatarElements: "
360
+ },
361
+ {
362
+ "kind": "Content",
363
+ "text": "import(\"@microsoft/fast-foundation\")."
364
+ },
365
+ {
366
+ "kind": "Reference",
367
+ "text": "FoundationElementRegistry",
368
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
369
+ },
370
+ {
371
+ "kind": "Content",
372
+ "text": "<"
373
+ },
374
+ {
375
+ "kind": "Reference",
376
+ "text": "FoundationElementDefinition",
377
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
378
+ },
379
+ {
380
+ "kind": "Content",
381
+ "text": ", import(\"@microsoft/fast-element\")."
382
+ },
383
+ {
384
+ "kind": "Reference",
385
+ "text": "Constructable",
386
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
387
+ },
388
+ {
389
+ "kind": "Content",
390
+ "text": "<import(\"@microsoft/fast-foundation\")."
391
+ },
392
+ {
393
+ "kind": "Reference",
394
+ "text": "FoundationElement",
395
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
396
+ },
397
+ {
398
+ "kind": "Content",
399
+ "text": ">>[]"
400
+ }
401
+ ],
402
+ "fileUrlPath": "../../dist/libs/components/lib/avatar/definition.d.ts",
403
+ "isReadonly": true,
404
+ "releaseTag": "Public",
405
+ "name": "avatarElements",
406
+ "variableTypeTokenRange": {
407
+ "startIndex": 1,
408
+ "endIndex": 10
409
+ }
410
+ },
411
+ {
412
+ "kind": "Variable",
413
+ "canonicalReference": "@vonage/vivid!badgeElements:var",
414
+ "docComment": "",
415
+ "excerptTokens": [
416
+ {
417
+ "kind": "Content",
418
+ "text": "badgeElements: "
419
+ },
420
+ {
421
+ "kind": "Content",
422
+ "text": "import(\"@microsoft/fast-foundation\")."
423
+ },
424
+ {
425
+ "kind": "Reference",
426
+ "text": "FoundationElementRegistry",
427
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
428
+ },
429
+ {
430
+ "kind": "Content",
431
+ "text": "<"
432
+ },
433
+ {
434
+ "kind": "Reference",
435
+ "text": "FoundationElementDefinition",
436
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
437
+ },
438
+ {
439
+ "kind": "Content",
440
+ "text": ", import(\"@microsoft/fast-element\")."
441
+ },
442
+ {
443
+ "kind": "Reference",
444
+ "text": "Constructable",
445
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
446
+ },
447
+ {
448
+ "kind": "Content",
449
+ "text": "<import(\"@microsoft/fast-foundation\")."
450
+ },
451
+ {
452
+ "kind": "Reference",
453
+ "text": "FoundationElement",
454
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
455
+ },
456
+ {
457
+ "kind": "Content",
458
+ "text": ">>[]"
459
+ }
460
+ ],
461
+ "fileUrlPath": "../../dist/libs/components/lib/badge/definition.d.ts",
462
+ "isReadonly": true,
463
+ "releaseTag": "Public",
464
+ "name": "badgeElements",
465
+ "variableTypeTokenRange": {
466
+ "startIndex": 1,
467
+ "endIndex": 10
468
+ }
469
+ },
470
+ {
471
+ "kind": "Variable",
472
+ "canonicalReference": "@vonage/vivid!bannerElements:var",
473
+ "docComment": "",
474
+ "excerptTokens": [
475
+ {
476
+ "kind": "Content",
477
+ "text": "bannerElements: "
478
+ },
479
+ {
480
+ "kind": "Content",
481
+ "text": "import(\"@microsoft/fast-foundation\")."
482
+ },
483
+ {
484
+ "kind": "Reference",
485
+ "text": "FoundationElementRegistry",
486
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
487
+ },
488
+ {
489
+ "kind": "Content",
490
+ "text": "<"
491
+ },
492
+ {
493
+ "kind": "Reference",
494
+ "text": "FoundationElementDefinition",
495
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
496
+ },
497
+ {
498
+ "kind": "Content",
499
+ "text": ", import(\"@microsoft/fast-element\")."
500
+ },
501
+ {
502
+ "kind": "Reference",
503
+ "text": "Constructable",
504
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
505
+ },
506
+ {
507
+ "kind": "Content",
508
+ "text": "<import(\"@microsoft/fast-foundation\")."
509
+ },
510
+ {
511
+ "kind": "Reference",
512
+ "text": "FoundationElement",
513
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
514
+ },
515
+ {
516
+ "kind": "Content",
517
+ "text": ">>[]"
518
+ }
519
+ ],
520
+ "fileUrlPath": "../../dist/libs/components/lib/banner/definition.d.ts",
521
+ "isReadonly": true,
522
+ "releaseTag": "Public",
523
+ "name": "bannerElements",
524
+ "variableTypeTokenRange": {
525
+ "startIndex": 1,
526
+ "endIndex": 10
527
+ }
528
+ },
529
+ {
530
+ "kind": "Variable",
531
+ "canonicalReference": "@vonage/vivid!breadcrumbElements:var",
532
+ "docComment": "",
533
+ "excerptTokens": [
534
+ {
535
+ "kind": "Content",
536
+ "text": "breadcrumbElements: "
537
+ },
538
+ {
539
+ "kind": "Content",
540
+ "text": "import(\"@microsoft/fast-foundation\")."
541
+ },
542
+ {
543
+ "kind": "Reference",
544
+ "text": "FoundationElementRegistry",
545
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
546
+ },
547
+ {
548
+ "kind": "Content",
549
+ "text": "<"
550
+ },
551
+ {
552
+ "kind": "Reference",
553
+ "text": "FoundationElementDefinition",
554
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
555
+ },
556
+ {
557
+ "kind": "Content",
558
+ "text": ", import(\"@microsoft/fast-element\")."
559
+ },
560
+ {
561
+ "kind": "Reference",
562
+ "text": "Constructable",
563
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
564
+ },
565
+ {
566
+ "kind": "Content",
567
+ "text": "<import(\"@microsoft/fast-foundation\")."
568
+ },
569
+ {
570
+ "kind": "Reference",
571
+ "text": "FoundationElement",
572
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
573
+ },
574
+ {
575
+ "kind": "Content",
576
+ "text": ">>[]"
577
+ }
578
+ ],
579
+ "fileUrlPath": "../../dist/libs/components/lib/breadcrumb/definition.d.ts",
580
+ "isReadonly": true,
581
+ "releaseTag": "Public",
582
+ "name": "breadcrumbElements",
583
+ "variableTypeTokenRange": {
584
+ "startIndex": 1,
585
+ "endIndex": 10
586
+ }
587
+ },
588
+ {
589
+ "kind": "Variable",
590
+ "canonicalReference": "@vonage/vivid!breadcrumbItemElements:var",
591
+ "docComment": "",
592
+ "excerptTokens": [
593
+ {
594
+ "kind": "Content",
595
+ "text": "breadcrumbItemElements: "
596
+ },
597
+ {
598
+ "kind": "Content",
599
+ "text": "import(\"@microsoft/fast-foundation\")."
600
+ },
601
+ {
602
+ "kind": "Reference",
603
+ "text": "FoundationElementRegistry",
604
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
605
+ },
606
+ {
607
+ "kind": "Content",
608
+ "text": "<"
609
+ },
610
+ {
611
+ "kind": "Reference",
612
+ "text": "FoundationElementDefinition",
613
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
614
+ },
615
+ {
616
+ "kind": "Content",
617
+ "text": ", import(\"@microsoft/fast-element\")."
618
+ },
619
+ {
620
+ "kind": "Reference",
621
+ "text": "Constructable",
622
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
623
+ },
624
+ {
625
+ "kind": "Content",
626
+ "text": "<import(\"@microsoft/fast-foundation\")."
627
+ },
628
+ {
629
+ "kind": "Reference",
630
+ "text": "FoundationElement",
631
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
632
+ },
633
+ {
634
+ "kind": "Content",
635
+ "text": ">>[]"
636
+ }
637
+ ],
638
+ "fileUrlPath": "../../dist/libs/components/lib/breadcrumb-item/definition.d.ts",
639
+ "isReadonly": true,
640
+ "releaseTag": "Public",
641
+ "name": "breadcrumbItemElements",
642
+ "variableTypeTokenRange": {
643
+ "startIndex": 1,
644
+ "endIndex": 10
645
+ }
646
+ },
647
+ {
648
+ "kind": "Variable",
649
+ "canonicalReference": "@vonage/vivid!buttonElements:var",
650
+ "docComment": "",
651
+ "excerptTokens": [
652
+ {
653
+ "kind": "Content",
654
+ "text": "buttonElements: "
655
+ },
656
+ {
657
+ "kind": "Content",
658
+ "text": "import(\"@microsoft/fast-foundation\")."
659
+ },
660
+ {
661
+ "kind": "Reference",
662
+ "text": "FoundationElementRegistry",
663
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
664
+ },
665
+ {
666
+ "kind": "Content",
667
+ "text": "<"
668
+ },
669
+ {
670
+ "kind": "Reference",
671
+ "text": "FoundationElementDefinition",
672
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
673
+ },
674
+ {
675
+ "kind": "Content",
676
+ "text": ", import(\"@microsoft/fast-element\")."
677
+ },
678
+ {
679
+ "kind": "Reference",
680
+ "text": "Constructable",
681
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
682
+ },
683
+ {
684
+ "kind": "Content",
685
+ "text": "<import(\"@microsoft/fast-foundation\")."
686
+ },
687
+ {
688
+ "kind": "Reference",
689
+ "text": "FoundationElement",
690
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
691
+ },
692
+ {
693
+ "kind": "Content",
694
+ "text": ">>[]"
695
+ }
696
+ ],
697
+ "fileUrlPath": "../../dist/libs/components/lib/button/definition.d.ts",
698
+ "isReadonly": true,
699
+ "releaseTag": "Public",
700
+ "name": "buttonElements",
701
+ "variableTypeTokenRange": {
702
+ "startIndex": 1,
703
+ "endIndex": 10
704
+ }
705
+ },
706
+ {
707
+ "kind": "Variable",
708
+ "canonicalReference": "@vonage/vivid!calendarElements:var",
709
+ "docComment": "",
710
+ "excerptTokens": [
711
+ {
712
+ "kind": "Content",
713
+ "text": "calendarElements: "
714
+ },
715
+ {
716
+ "kind": "Content",
717
+ "text": "import(\"@microsoft/fast-foundation\")."
718
+ },
719
+ {
720
+ "kind": "Reference",
721
+ "text": "FoundationElementRegistry",
722
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
723
+ },
724
+ {
725
+ "kind": "Content",
726
+ "text": "<"
727
+ },
728
+ {
729
+ "kind": "Reference",
730
+ "text": "FoundationElementDefinition",
731
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
732
+ },
733
+ {
734
+ "kind": "Content",
735
+ "text": ", import(\"@microsoft/fast-element\")."
736
+ },
737
+ {
738
+ "kind": "Reference",
739
+ "text": "Constructable",
740
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
741
+ },
742
+ {
743
+ "kind": "Content",
744
+ "text": "<import(\"@microsoft/fast-foundation\")."
745
+ },
746
+ {
747
+ "kind": "Reference",
748
+ "text": "FoundationElement",
749
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
750
+ },
751
+ {
752
+ "kind": "Content",
753
+ "text": ">>[]"
754
+ }
755
+ ],
756
+ "fileUrlPath": "../../dist/libs/components/lib/calendar/definition.d.ts",
757
+ "isReadonly": true,
758
+ "releaseTag": "Public",
759
+ "name": "calendarElements",
760
+ "variableTypeTokenRange": {
761
+ "startIndex": 1,
762
+ "endIndex": 10
763
+ }
764
+ },
765
+ {
766
+ "kind": "Variable",
767
+ "canonicalReference": "@vonage/vivid!calendarEventElements:var",
768
+ "docComment": "",
769
+ "excerptTokens": [
770
+ {
771
+ "kind": "Content",
772
+ "text": "calendarEventElements: "
773
+ },
774
+ {
775
+ "kind": "Content",
776
+ "text": "import(\"@microsoft/fast-foundation\")."
777
+ },
778
+ {
779
+ "kind": "Reference",
780
+ "text": "FoundationElementRegistry",
781
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
782
+ },
783
+ {
784
+ "kind": "Content",
785
+ "text": "<"
786
+ },
787
+ {
788
+ "kind": "Reference",
789
+ "text": "FoundationElementDefinition",
790
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
791
+ },
792
+ {
793
+ "kind": "Content",
794
+ "text": ", import(\"@microsoft/fast-element\")."
795
+ },
796
+ {
797
+ "kind": "Reference",
798
+ "text": "Constructable",
799
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
800
+ },
801
+ {
802
+ "kind": "Content",
803
+ "text": "<import(\"@microsoft/fast-foundation\")."
804
+ },
805
+ {
806
+ "kind": "Reference",
807
+ "text": "FoundationElement",
808
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
809
+ },
810
+ {
811
+ "kind": "Content",
812
+ "text": ">>[]"
813
+ }
814
+ ],
815
+ "fileUrlPath": "../../dist/libs/components/lib/calendar-event/definition.d.ts",
816
+ "isReadonly": true,
817
+ "releaseTag": "Public",
818
+ "name": "calendarEventElements",
819
+ "variableTypeTokenRange": {
820
+ "startIndex": 1,
821
+ "endIndex": 10
822
+ }
823
+ },
824
+ {
825
+ "kind": "Variable",
826
+ "canonicalReference": "@vonage/vivid!cardElements:var",
827
+ "docComment": "",
828
+ "excerptTokens": [
829
+ {
830
+ "kind": "Content",
831
+ "text": "cardElements: "
832
+ },
833
+ {
834
+ "kind": "Content",
835
+ "text": "import(\"@microsoft/fast-foundation\")."
836
+ },
837
+ {
838
+ "kind": "Reference",
839
+ "text": "FoundationElementRegistry",
840
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
841
+ },
842
+ {
843
+ "kind": "Content",
844
+ "text": "<"
845
+ },
846
+ {
847
+ "kind": "Reference",
848
+ "text": "FoundationElementDefinition",
849
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
850
+ },
851
+ {
852
+ "kind": "Content",
853
+ "text": ", import(\"@microsoft/fast-element\")."
854
+ },
855
+ {
856
+ "kind": "Reference",
857
+ "text": "Constructable",
858
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
859
+ },
860
+ {
861
+ "kind": "Content",
862
+ "text": "<import(\"@microsoft/fast-foundation\")."
863
+ },
864
+ {
865
+ "kind": "Reference",
866
+ "text": "FoundationElement",
867
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
868
+ },
869
+ {
870
+ "kind": "Content",
871
+ "text": ">>[]"
872
+ }
873
+ ],
874
+ "fileUrlPath": "../../dist/libs/components/lib/card/definition.d.ts",
875
+ "isReadonly": true,
876
+ "releaseTag": "Public",
877
+ "name": "cardElements",
878
+ "variableTypeTokenRange": {
879
+ "startIndex": 1,
880
+ "endIndex": 10
881
+ }
882
+ },
883
+ {
884
+ "kind": "Variable",
885
+ "canonicalReference": "@vonage/vivid!checkboxElements:var",
886
+ "docComment": "",
887
+ "excerptTokens": [
888
+ {
889
+ "kind": "Content",
890
+ "text": "checkboxElements: "
891
+ },
892
+ {
893
+ "kind": "Content",
894
+ "text": "(import(\"@microsoft/fast-foundation\")."
895
+ },
896
+ {
897
+ "kind": "Reference",
898
+ "text": "FoundationElementRegistry",
899
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
900
+ },
901
+ {
902
+ "kind": "Content",
903
+ "text": "<"
904
+ },
905
+ {
906
+ "kind": "Reference",
907
+ "text": "CheckboxOptions",
908
+ "canonicalReference": "@microsoft/fast-foundation!CheckboxOptions:type"
909
+ },
910
+ {
911
+ "kind": "Content",
912
+ "text": ", import(\"@microsoft/fast-element\")."
913
+ },
914
+ {
915
+ "kind": "Reference",
916
+ "text": "Constructable",
917
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
918
+ },
919
+ {
920
+ "kind": "Content",
921
+ "text": "<import(\"@microsoft/fast-foundation\")."
922
+ },
923
+ {
924
+ "kind": "Reference",
925
+ "text": "FoundationElement",
926
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
927
+ },
928
+ {
929
+ "kind": "Content",
930
+ "text": ">> | import(\"@microsoft/fast-foundation\")."
931
+ },
932
+ {
933
+ "kind": "Reference",
934
+ "text": "FoundationElementRegistry",
935
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
936
+ },
937
+ {
938
+ "kind": "Content",
939
+ "text": "<import(\"@microsoft/fast-foundation\")."
940
+ },
941
+ {
942
+ "kind": "Reference",
943
+ "text": "FoundationElementDefinition",
944
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
945
+ },
946
+ {
947
+ "kind": "Content",
948
+ "text": ", import(\"@microsoft/fast-element\")."
949
+ },
950
+ {
951
+ "kind": "Reference",
952
+ "text": "Constructable",
953
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
954
+ },
955
+ {
956
+ "kind": "Content",
957
+ "text": "<import(\"@microsoft/fast-foundation\")."
958
+ },
959
+ {
960
+ "kind": "Reference",
961
+ "text": "FoundationElement",
962
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
963
+ },
964
+ {
965
+ "kind": "Content",
966
+ "text": ">>)[]"
967
+ }
968
+ ],
969
+ "fileUrlPath": "../../dist/libs/components/lib/checkbox/definition.d.ts",
970
+ "isReadonly": true,
971
+ "releaseTag": "Public",
972
+ "name": "checkboxElements",
973
+ "variableTypeTokenRange": {
974
+ "startIndex": 1,
975
+ "endIndex": 18
976
+ }
977
+ },
978
+ {
979
+ "kind": "Variable",
980
+ "canonicalReference": "@vonage/vivid!dialogElements:var",
981
+ "docComment": "",
982
+ "excerptTokens": [
983
+ {
984
+ "kind": "Content",
985
+ "text": "dialogElements: "
986
+ },
987
+ {
988
+ "kind": "Content",
989
+ "text": "import(\"@microsoft/fast-foundation\")."
990
+ },
991
+ {
992
+ "kind": "Reference",
993
+ "text": "FoundationElementRegistry",
994
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
995
+ },
996
+ {
997
+ "kind": "Content",
998
+ "text": "<"
999
+ },
1000
+ {
1001
+ "kind": "Reference",
1002
+ "text": "FoundationElementDefinition",
1003
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1004
+ },
1005
+ {
1006
+ "kind": "Content",
1007
+ "text": ", import(\"@microsoft/fast-element\")."
1008
+ },
1009
+ {
1010
+ "kind": "Reference",
1011
+ "text": "Constructable",
1012
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1013
+ },
1014
+ {
1015
+ "kind": "Content",
1016
+ "text": "<import(\"@microsoft/fast-foundation\")."
1017
+ },
1018
+ {
1019
+ "kind": "Reference",
1020
+ "text": "FoundationElement",
1021
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1022
+ },
1023
+ {
1024
+ "kind": "Content",
1025
+ "text": ">>[]"
1026
+ }
1027
+ ],
1028
+ "fileUrlPath": "../../dist/libs/components/lib/dialog/definition.d.ts",
1029
+ "isReadonly": true,
1030
+ "releaseTag": "Public",
1031
+ "name": "dialogElements",
1032
+ "variableTypeTokenRange": {
1033
+ "startIndex": 1,
1034
+ "endIndex": 10
1035
+ }
1036
+ },
1037
+ {
1038
+ "kind": "Variable",
1039
+ "canonicalReference": "@vonage/vivid!dividerElements:var",
1040
+ "docComment": "",
1041
+ "excerptTokens": [
1042
+ {
1043
+ "kind": "Content",
1044
+ "text": "dividerElements: "
1045
+ },
1046
+ {
1047
+ "kind": "Content",
1048
+ "text": "import(\"@microsoft/fast-foundation\")."
1049
+ },
1050
+ {
1051
+ "kind": "Reference",
1052
+ "text": "FoundationElementRegistry",
1053
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1054
+ },
1055
+ {
1056
+ "kind": "Content",
1057
+ "text": "<"
1058
+ },
1059
+ {
1060
+ "kind": "Reference",
1061
+ "text": "FoundationElementDefinition",
1062
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1063
+ },
1064
+ {
1065
+ "kind": "Content",
1066
+ "text": ", import(\"@microsoft/fast-element\")."
1067
+ },
1068
+ {
1069
+ "kind": "Reference",
1070
+ "text": "Constructable",
1071
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1072
+ },
1073
+ {
1074
+ "kind": "Content",
1075
+ "text": "<import(\"@microsoft/fast-foundation\")."
1076
+ },
1077
+ {
1078
+ "kind": "Reference",
1079
+ "text": "FoundationElement",
1080
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1081
+ },
1082
+ {
1083
+ "kind": "Content",
1084
+ "text": ">>[]"
1085
+ }
1086
+ ],
1087
+ "fileUrlPath": "../../dist/libs/components/lib/divider/definition.d.ts",
1088
+ "isReadonly": true,
1089
+ "releaseTag": "Public",
1090
+ "name": "dividerElements",
1091
+ "variableTypeTokenRange": {
1092
+ "startIndex": 1,
1093
+ "endIndex": 10
1094
+ }
1095
+ },
1096
+ {
1097
+ "kind": "Variable",
1098
+ "canonicalReference": "@vonage/vivid!elevationElements:var",
1099
+ "docComment": "",
1100
+ "excerptTokens": [
1101
+ {
1102
+ "kind": "Content",
1103
+ "text": "elevationElements: "
1104
+ },
1105
+ {
1106
+ "kind": "Content",
1107
+ "text": "import(\"@microsoft/fast-foundation\")."
1108
+ },
1109
+ {
1110
+ "kind": "Reference",
1111
+ "text": "FoundationElementRegistry",
1112
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1113
+ },
1114
+ {
1115
+ "kind": "Content",
1116
+ "text": "<"
1117
+ },
1118
+ {
1119
+ "kind": "Reference",
1120
+ "text": "FoundationElementDefinition",
1121
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1122
+ },
1123
+ {
1124
+ "kind": "Content",
1125
+ "text": ", import(\"@microsoft/fast-element\")."
1126
+ },
1127
+ {
1128
+ "kind": "Reference",
1129
+ "text": "Constructable",
1130
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1131
+ },
1132
+ {
1133
+ "kind": "Content",
1134
+ "text": "<import(\"@microsoft/fast-foundation\")."
1135
+ },
1136
+ {
1137
+ "kind": "Reference",
1138
+ "text": "FoundationElement",
1139
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1140
+ },
1141
+ {
1142
+ "kind": "Content",
1143
+ "text": ">>[]"
1144
+ }
1145
+ ],
1146
+ "fileUrlPath": "../../dist/libs/components/lib/elevation/definition.d.ts",
1147
+ "isReadonly": true,
1148
+ "releaseTag": "Public",
1149
+ "name": "elevationElements",
1150
+ "variableTypeTokenRange": {
1151
+ "startIndex": 1,
1152
+ "endIndex": 10
1153
+ }
1154
+ },
1155
+ {
1156
+ "kind": "Variable",
1157
+ "canonicalReference": "@vonage/vivid!fabElements:var",
1158
+ "docComment": "",
1159
+ "excerptTokens": [
1160
+ {
1161
+ "kind": "Content",
1162
+ "text": "fabElements: "
1163
+ },
1164
+ {
1165
+ "kind": "Content",
1166
+ "text": "import(\"@microsoft/fast-foundation\")."
1167
+ },
1168
+ {
1169
+ "kind": "Reference",
1170
+ "text": "FoundationElementRegistry",
1171
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1172
+ },
1173
+ {
1174
+ "kind": "Content",
1175
+ "text": "<"
1176
+ },
1177
+ {
1178
+ "kind": "Reference",
1179
+ "text": "FoundationElementDefinition",
1180
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1181
+ },
1182
+ {
1183
+ "kind": "Content",
1184
+ "text": ", import(\"@microsoft/fast-element\")."
1185
+ },
1186
+ {
1187
+ "kind": "Reference",
1188
+ "text": "Constructable",
1189
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1190
+ },
1191
+ {
1192
+ "kind": "Content",
1193
+ "text": "<import(\"@microsoft/fast-foundation\")."
1194
+ },
1195
+ {
1196
+ "kind": "Reference",
1197
+ "text": "FoundationElement",
1198
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1199
+ },
1200
+ {
1201
+ "kind": "Content",
1202
+ "text": ">>[]"
1203
+ }
1204
+ ],
1205
+ "fileUrlPath": "../../dist/libs/components/lib/fab/definition.d.ts",
1206
+ "isReadonly": true,
1207
+ "releaseTag": "Public",
1208
+ "name": "fabElements",
1209
+ "variableTypeTokenRange": {
1210
+ "startIndex": 1,
1211
+ "endIndex": 10
1212
+ }
1213
+ },
1214
+ {
1215
+ "kind": "Variable",
1216
+ "canonicalReference": "@vonage/vivid!iconElements:var",
1217
+ "docComment": "",
1218
+ "excerptTokens": [
1219
+ {
1220
+ "kind": "Content",
1221
+ "text": "iconElements: "
1222
+ },
1223
+ {
1224
+ "kind": "Content",
1225
+ "text": "import(\"@microsoft/fast-foundation\")."
1226
+ },
1227
+ {
1228
+ "kind": "Reference",
1229
+ "text": "FoundationElementRegistry",
1230
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1231
+ },
1232
+ {
1233
+ "kind": "Content",
1234
+ "text": "<"
1235
+ },
1236
+ {
1237
+ "kind": "Reference",
1238
+ "text": "FoundationElementDefinition",
1239
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1240
+ },
1241
+ {
1242
+ "kind": "Content",
1243
+ "text": ", import(\"@microsoft/fast-element\")."
1244
+ },
1245
+ {
1246
+ "kind": "Reference",
1247
+ "text": "Constructable",
1248
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1249
+ },
1250
+ {
1251
+ "kind": "Content",
1252
+ "text": "<import(\"@microsoft/fast-foundation\")."
1253
+ },
1254
+ {
1255
+ "kind": "Reference",
1256
+ "text": "FoundationElement",
1257
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1258
+ },
1259
+ {
1260
+ "kind": "Content",
1261
+ "text": ">>[]"
1262
+ }
1263
+ ],
1264
+ "fileUrlPath": "../../dist/libs/components/lib/icon/definition.d.ts",
1265
+ "isReadonly": true,
1266
+ "releaseTag": "Public",
1267
+ "name": "iconElements",
1268
+ "variableTypeTokenRange": {
1269
+ "startIndex": 1,
1270
+ "endIndex": 10
1271
+ }
1272
+ },
1273
+ {
1274
+ "kind": "Variable",
1275
+ "canonicalReference": "@vonage/vivid!layoutElements:var",
1276
+ "docComment": "",
1277
+ "excerptTokens": [
1278
+ {
1279
+ "kind": "Content",
1280
+ "text": "layoutElements: "
1281
+ },
1282
+ {
1283
+ "kind": "Content",
1284
+ "text": "import(\"@microsoft/fast-foundation\")."
1285
+ },
1286
+ {
1287
+ "kind": "Reference",
1288
+ "text": "FoundationElementRegistry",
1289
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1290
+ },
1291
+ {
1292
+ "kind": "Content",
1293
+ "text": "<"
1294
+ },
1295
+ {
1296
+ "kind": "Reference",
1297
+ "text": "FoundationElementDefinition",
1298
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1299
+ },
1300
+ {
1301
+ "kind": "Content",
1302
+ "text": ", import(\"@microsoft/fast-element\")."
1303
+ },
1304
+ {
1305
+ "kind": "Reference",
1306
+ "text": "Constructable",
1307
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1308
+ },
1309
+ {
1310
+ "kind": "Content",
1311
+ "text": "<import(\"@microsoft/fast-foundation\")."
1312
+ },
1313
+ {
1314
+ "kind": "Reference",
1315
+ "text": "FoundationElement",
1316
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1317
+ },
1318
+ {
1319
+ "kind": "Content",
1320
+ "text": ">>[]"
1321
+ }
1322
+ ],
1323
+ "fileUrlPath": "../../dist/libs/components/lib/layout/definition.d.ts",
1324
+ "isReadonly": true,
1325
+ "releaseTag": "Public",
1326
+ "name": "layoutElements",
1327
+ "variableTypeTokenRange": {
1328
+ "startIndex": 1,
1329
+ "endIndex": 10
1330
+ }
1331
+ },
1332
+ {
1333
+ "kind": "Variable",
1334
+ "canonicalReference": "@vonage/vivid!listboxElements:var",
1335
+ "docComment": "",
1336
+ "excerptTokens": [
1337
+ {
1338
+ "kind": "Content",
1339
+ "text": "listboxElements: "
1340
+ },
1341
+ {
1342
+ "kind": "Content",
1343
+ "text": "import(\"@microsoft/fast-foundation\")."
1344
+ },
1345
+ {
1346
+ "kind": "Reference",
1347
+ "text": "FoundationElementRegistry",
1348
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1349
+ },
1350
+ {
1351
+ "kind": "Content",
1352
+ "text": "<"
1353
+ },
1354
+ {
1355
+ "kind": "Reference",
1356
+ "text": "FoundationElementDefinition",
1357
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1358
+ },
1359
+ {
1360
+ "kind": "Content",
1361
+ "text": ", import(\"@microsoft/fast-element\")."
1362
+ },
1363
+ {
1364
+ "kind": "Reference",
1365
+ "text": "Constructable",
1366
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1367
+ },
1368
+ {
1369
+ "kind": "Content",
1370
+ "text": "<import(\"@microsoft/fast-foundation\")."
1371
+ },
1372
+ {
1373
+ "kind": "Reference",
1374
+ "text": "FoundationElement",
1375
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1376
+ },
1377
+ {
1378
+ "kind": "Content",
1379
+ "text": ">>[]"
1380
+ }
1381
+ ],
1382
+ "fileUrlPath": "../../dist/libs/components/lib/listbox/definition.d.ts",
1383
+ "isReadonly": true,
1384
+ "releaseTag": "Public",
1385
+ "name": "listboxElements",
1386
+ "variableTypeTokenRange": {
1387
+ "startIndex": 1,
1388
+ "endIndex": 10
1389
+ }
1390
+ },
1391
+ {
1392
+ "kind": "Variable",
1393
+ "canonicalReference": "@vonage/vivid!listboxOptionElements:var",
1394
+ "docComment": "",
1395
+ "excerptTokens": [
1396
+ {
1397
+ "kind": "Content",
1398
+ "text": "listboxOptionElements: "
1399
+ },
1400
+ {
1401
+ "kind": "Content",
1402
+ "text": "import(\"@microsoft/fast-foundation\")."
1403
+ },
1404
+ {
1405
+ "kind": "Reference",
1406
+ "text": "FoundationElementRegistry",
1407
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1408
+ },
1409
+ {
1410
+ "kind": "Content",
1411
+ "text": "<"
1412
+ },
1413
+ {
1414
+ "kind": "Reference",
1415
+ "text": "FoundationElementDefinition",
1416
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1417
+ },
1418
+ {
1419
+ "kind": "Content",
1420
+ "text": ", import(\"@microsoft/fast-element\")."
1421
+ },
1422
+ {
1423
+ "kind": "Reference",
1424
+ "text": "Constructable",
1425
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1426
+ },
1427
+ {
1428
+ "kind": "Content",
1429
+ "text": "<import(\"@microsoft/fast-foundation\")."
1430
+ },
1431
+ {
1432
+ "kind": "Reference",
1433
+ "text": "FoundationElement",
1434
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1435
+ },
1436
+ {
1437
+ "kind": "Content",
1438
+ "text": ">>[]"
1439
+ }
1440
+ ],
1441
+ "fileUrlPath": "../../dist/libs/components/lib/option/definition.d.ts",
1442
+ "isReadonly": true,
1443
+ "releaseTag": "Public",
1444
+ "name": "listboxOptionElements",
1445
+ "variableTypeTokenRange": {
1446
+ "startIndex": 1,
1447
+ "endIndex": 10
1448
+ }
1449
+ },
1450
+ {
1451
+ "kind": "Variable",
1452
+ "canonicalReference": "@vonage/vivid!menuElements:var",
1453
+ "docComment": "",
1454
+ "excerptTokens": [
1455
+ {
1456
+ "kind": "Content",
1457
+ "text": "menuElements: "
1458
+ },
1459
+ {
1460
+ "kind": "Content",
1461
+ "text": "(import(\"@microsoft/fast-foundation\")."
1462
+ },
1463
+ {
1464
+ "kind": "Reference",
1465
+ "text": "FoundationElementRegistry",
1466
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1467
+ },
1468
+ {
1469
+ "kind": "Content",
1470
+ "text": "<{\n baseName: string;\n template: any;\n styles: import(\"@microsoft/fast-element\")."
1471
+ },
1472
+ {
1473
+ "kind": "Reference",
1474
+ "text": "ComposableStyles",
1475
+ "canonicalReference": "@microsoft/fast-element!ComposableStyles:type"
1476
+ },
1477
+ {
1478
+ "kind": "Content",
1479
+ "text": ";\n}, typeof "
1480
+ },
1481
+ {
1482
+ "kind": "Reference",
1483
+ "text": "Menu",
1484
+ "canonicalReference": "@vonage/vivid!~Menu:class"
1485
+ },
1486
+ {
1487
+ "kind": "Content",
1488
+ "text": "> | import(\"@microsoft/fast-foundation\")."
1489
+ },
1490
+ {
1491
+ "kind": "Reference",
1492
+ "text": "FoundationElementRegistry",
1493
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1494
+ },
1495
+ {
1496
+ "kind": "Content",
1497
+ "text": "<import(\"@microsoft/fast-foundation\")."
1498
+ },
1499
+ {
1500
+ "kind": "Reference",
1501
+ "text": "FoundationElementDefinition",
1502
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1503
+ },
1504
+ {
1505
+ "kind": "Content",
1506
+ "text": ", import(\"@microsoft/fast-element\")."
1507
+ },
1508
+ {
1509
+ "kind": "Reference",
1510
+ "text": "Constructable",
1511
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1512
+ },
1513
+ {
1514
+ "kind": "Content",
1515
+ "text": "<import(\"@microsoft/fast-foundation\")."
1516
+ },
1517
+ {
1518
+ "kind": "Reference",
1519
+ "text": "FoundationElement",
1520
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1521
+ },
1522
+ {
1523
+ "kind": "Content",
1524
+ "text": ">> | import(\"@microsoft/fast-foundation\")."
1525
+ },
1526
+ {
1527
+ "kind": "Reference",
1528
+ "text": "FoundationElementRegistry",
1529
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1530
+ },
1531
+ {
1532
+ "kind": "Content",
1533
+ "text": "<import(\"@microsoft/fast-foundation\")."
1534
+ },
1535
+ {
1536
+ "kind": "Reference",
1537
+ "text": "MenuItemOptions",
1538
+ "canonicalReference": "@microsoft/fast-foundation!MenuItemOptions:type"
1539
+ },
1540
+ {
1541
+ "kind": "Content",
1542
+ "text": ", import(\"@microsoft/fast-element\")."
1543
+ },
1544
+ {
1545
+ "kind": "Reference",
1546
+ "text": "Constructable",
1547
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1548
+ },
1549
+ {
1550
+ "kind": "Content",
1551
+ "text": "<import(\"@microsoft/fast-foundation\")."
1552
+ },
1553
+ {
1554
+ "kind": "Reference",
1555
+ "text": "FoundationElement",
1556
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1557
+ },
1558
+ {
1559
+ "kind": "Content",
1560
+ "text": ">>)[]"
1561
+ }
1562
+ ],
1563
+ "fileUrlPath": "../../dist/libs/components/lib/menu/definition.d.ts",
1564
+ "isReadonly": true,
1565
+ "releaseTag": "Public",
1566
+ "name": "menuElements",
1567
+ "variableTypeTokenRange": {
1568
+ "startIndex": 1,
1569
+ "endIndex": 24
1570
+ }
1571
+ },
1572
+ {
1573
+ "kind": "Variable",
1574
+ "canonicalReference": "@vonage/vivid!menuItemElements:var",
1575
+ "docComment": "",
1576
+ "excerptTokens": [
1577
+ {
1578
+ "kind": "Content",
1579
+ "text": "menuItemElements: "
1580
+ },
1581
+ {
1582
+ "kind": "Content",
1583
+ "text": "(import(\"@microsoft/fast-foundation\")."
1584
+ },
1585
+ {
1586
+ "kind": "Reference",
1587
+ "text": "FoundationElementRegistry",
1588
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1589
+ },
1590
+ {
1591
+ "kind": "Content",
1592
+ "text": "<"
1593
+ },
1594
+ {
1595
+ "kind": "Reference",
1596
+ "text": "MenuItemOptions",
1597
+ "canonicalReference": "@microsoft/fast-foundation!MenuItemOptions:type"
1598
+ },
1599
+ {
1600
+ "kind": "Content",
1601
+ "text": ", import(\"@microsoft/fast-element\")."
1602
+ },
1603
+ {
1604
+ "kind": "Reference",
1605
+ "text": "Constructable",
1606
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1607
+ },
1608
+ {
1609
+ "kind": "Content",
1610
+ "text": "<import(\"@microsoft/fast-foundation\")."
1611
+ },
1612
+ {
1613
+ "kind": "Reference",
1614
+ "text": "FoundationElement",
1615
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1616
+ },
1617
+ {
1618
+ "kind": "Content",
1619
+ "text": ">> | import(\"@microsoft/fast-foundation\")."
1620
+ },
1621
+ {
1622
+ "kind": "Reference",
1623
+ "text": "FoundationElementRegistry",
1624
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1625
+ },
1626
+ {
1627
+ "kind": "Content",
1628
+ "text": "<import(\"@microsoft/fast-foundation\")."
1629
+ },
1630
+ {
1631
+ "kind": "Reference",
1632
+ "text": "FoundationElementDefinition",
1633
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1634
+ },
1635
+ {
1636
+ "kind": "Content",
1637
+ "text": ", import(\"@microsoft/fast-element\")."
1638
+ },
1639
+ {
1640
+ "kind": "Reference",
1641
+ "text": "Constructable",
1642
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1643
+ },
1644
+ {
1645
+ "kind": "Content",
1646
+ "text": "<import(\"@microsoft/fast-foundation\")."
1647
+ },
1648
+ {
1649
+ "kind": "Reference",
1650
+ "text": "FoundationElement",
1651
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1652
+ },
1653
+ {
1654
+ "kind": "Content",
1655
+ "text": ">>)[]"
1656
+ }
1657
+ ],
1658
+ "fileUrlPath": "../../dist/libs/components/lib/menu-item/definition.d.ts",
1659
+ "isReadonly": true,
1660
+ "releaseTag": "Public",
1661
+ "name": "menuItemElements",
1662
+ "variableTypeTokenRange": {
1663
+ "startIndex": 1,
1664
+ "endIndex": 18
1665
+ }
1666
+ },
1667
+ {
1668
+ "kind": "Variable",
1669
+ "canonicalReference": "@vonage/vivid!navDisclosureElements:var",
1670
+ "docComment": "",
1671
+ "excerptTokens": [
1672
+ {
1673
+ "kind": "Content",
1674
+ "text": "navDisclosureElements: "
1675
+ },
1676
+ {
1677
+ "kind": "Content",
1678
+ "text": "import(\"@microsoft/fast-foundation\")."
1679
+ },
1680
+ {
1681
+ "kind": "Reference",
1682
+ "text": "FoundationElementRegistry",
1683
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1684
+ },
1685
+ {
1686
+ "kind": "Content",
1687
+ "text": "<"
1688
+ },
1689
+ {
1690
+ "kind": "Reference",
1691
+ "text": "FoundationElementDefinition",
1692
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1693
+ },
1694
+ {
1695
+ "kind": "Content",
1696
+ "text": ", import(\"@microsoft/fast-element\")."
1697
+ },
1698
+ {
1699
+ "kind": "Reference",
1700
+ "text": "Constructable",
1701
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1702
+ },
1703
+ {
1704
+ "kind": "Content",
1705
+ "text": "<import(\"@microsoft/fast-foundation\")."
1706
+ },
1707
+ {
1708
+ "kind": "Reference",
1709
+ "text": "FoundationElement",
1710
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1711
+ },
1712
+ {
1713
+ "kind": "Content",
1714
+ "text": ">>[]"
1715
+ }
1716
+ ],
1717
+ "fileUrlPath": "../../dist/libs/components/lib/nav-disclosure/definition.d.ts",
1718
+ "isReadonly": true,
1719
+ "releaseTag": "Public",
1720
+ "name": "navDisclosureElements",
1721
+ "variableTypeTokenRange": {
1722
+ "startIndex": 1,
1723
+ "endIndex": 10
1724
+ }
1725
+ },
1726
+ {
1727
+ "kind": "Variable",
1728
+ "canonicalReference": "@vonage/vivid!navElements:var",
1729
+ "docComment": "",
1730
+ "excerptTokens": [
1731
+ {
1732
+ "kind": "Content",
1733
+ "text": "navElements: "
1734
+ },
1735
+ {
1736
+ "kind": "Content",
1737
+ "text": "import(\"@microsoft/fast-foundation\")."
1738
+ },
1739
+ {
1740
+ "kind": "Reference",
1741
+ "text": "FoundationElementRegistry",
1742
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1743
+ },
1744
+ {
1745
+ "kind": "Content",
1746
+ "text": "<"
1747
+ },
1748
+ {
1749
+ "kind": "Reference",
1750
+ "text": "FoundationElementDefinition",
1751
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1752
+ },
1753
+ {
1754
+ "kind": "Content",
1755
+ "text": ", import(\"@microsoft/fast-element\")."
1756
+ },
1757
+ {
1758
+ "kind": "Reference",
1759
+ "text": "Constructable",
1760
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1761
+ },
1762
+ {
1763
+ "kind": "Content",
1764
+ "text": "<import(\"@microsoft/fast-foundation\")."
1765
+ },
1766
+ {
1767
+ "kind": "Reference",
1768
+ "text": "FoundationElement",
1769
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1770
+ },
1771
+ {
1772
+ "kind": "Content",
1773
+ "text": ">>[]"
1774
+ }
1775
+ ],
1776
+ "fileUrlPath": "../../dist/libs/components/lib/nav/definition.d.ts",
1777
+ "isReadonly": true,
1778
+ "releaseTag": "Public",
1779
+ "name": "navElements",
1780
+ "variableTypeTokenRange": {
1781
+ "startIndex": 1,
1782
+ "endIndex": 10
1783
+ }
1784
+ },
1785
+ {
1786
+ "kind": "Variable",
1787
+ "canonicalReference": "@vonage/vivid!navItemElements:var",
1788
+ "docComment": "",
1789
+ "excerptTokens": [
1790
+ {
1791
+ "kind": "Content",
1792
+ "text": "navItemElements: "
1793
+ },
1794
+ {
1795
+ "kind": "Content",
1796
+ "text": "import(\"@microsoft/fast-foundation\")."
1797
+ },
1798
+ {
1799
+ "kind": "Reference",
1800
+ "text": "FoundationElementRegistry",
1801
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1802
+ },
1803
+ {
1804
+ "kind": "Content",
1805
+ "text": "<"
1806
+ },
1807
+ {
1808
+ "kind": "Reference",
1809
+ "text": "FoundationElementDefinition",
1810
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1811
+ },
1812
+ {
1813
+ "kind": "Content",
1814
+ "text": ", import(\"@microsoft/fast-element\")."
1815
+ },
1816
+ {
1817
+ "kind": "Reference",
1818
+ "text": "Constructable",
1819
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1820
+ },
1821
+ {
1822
+ "kind": "Content",
1823
+ "text": "<import(\"@microsoft/fast-foundation\")."
1824
+ },
1825
+ {
1826
+ "kind": "Reference",
1827
+ "text": "FoundationElement",
1828
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1829
+ },
1830
+ {
1831
+ "kind": "Content",
1832
+ "text": ">>[]"
1833
+ }
1834
+ ],
1835
+ "fileUrlPath": "../../dist/libs/components/lib/nav-item/definition.d.ts",
1836
+ "isReadonly": true,
1837
+ "releaseTag": "Public",
1838
+ "name": "navItemElements",
1839
+ "variableTypeTokenRange": {
1840
+ "startIndex": 1,
1841
+ "endIndex": 10
1842
+ }
1843
+ },
1844
+ {
1845
+ "kind": "Variable",
1846
+ "canonicalReference": "@vonage/vivid!noteElements:var",
1847
+ "docComment": "",
1848
+ "excerptTokens": [
1849
+ {
1850
+ "kind": "Content",
1851
+ "text": "noteElements: "
1852
+ },
1853
+ {
1854
+ "kind": "Content",
1855
+ "text": "import(\"@microsoft/fast-foundation\")."
1856
+ },
1857
+ {
1858
+ "kind": "Reference",
1859
+ "text": "FoundationElementRegistry",
1860
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1861
+ },
1862
+ {
1863
+ "kind": "Content",
1864
+ "text": "<"
1865
+ },
1866
+ {
1867
+ "kind": "Reference",
1868
+ "text": "FoundationElementDefinition",
1869
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1870
+ },
1871
+ {
1872
+ "kind": "Content",
1873
+ "text": ", import(\"@microsoft/fast-element\")."
1874
+ },
1875
+ {
1876
+ "kind": "Reference",
1877
+ "text": "Constructable",
1878
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1879
+ },
1880
+ {
1881
+ "kind": "Content",
1882
+ "text": "<import(\"@microsoft/fast-foundation\")."
1883
+ },
1884
+ {
1885
+ "kind": "Reference",
1886
+ "text": "FoundationElement",
1887
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1888
+ },
1889
+ {
1890
+ "kind": "Content",
1891
+ "text": ">>[]"
1892
+ }
1893
+ ],
1894
+ "fileUrlPath": "../../dist/libs/components/lib/note/definition.d.ts",
1895
+ "isReadonly": true,
1896
+ "releaseTag": "Public",
1897
+ "name": "noteElements",
1898
+ "variableTypeTokenRange": {
1899
+ "startIndex": 1,
1900
+ "endIndex": 10
1901
+ }
1902
+ },
1903
+ {
1904
+ "kind": "Variable",
1905
+ "canonicalReference": "@vonage/vivid!popup:var",
1906
+ "docComment": "",
1907
+ "excerptTokens": [
1908
+ {
1909
+ "kind": "Content",
1910
+ "text": "popup: "
1911
+ },
1912
+ {
1913
+ "kind": "Content",
1914
+ "text": "import(\"@microsoft/fast-foundation\")."
1915
+ },
1916
+ {
1917
+ "kind": "Reference",
1918
+ "text": "FoundationElementRegistry",
1919
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1920
+ },
1921
+ {
1922
+ "kind": "Content",
1923
+ "text": "<"
1924
+ },
1925
+ {
1926
+ "kind": "Reference",
1927
+ "text": "FoundationElementDefinition",
1928
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1929
+ },
1930
+ {
1931
+ "kind": "Content",
1932
+ "text": ", import(\"@microsoft/fast-element\")."
1933
+ },
1934
+ {
1935
+ "kind": "Reference",
1936
+ "text": "Constructable",
1937
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1938
+ },
1939
+ {
1940
+ "kind": "Content",
1941
+ "text": "<import(\"@microsoft/fast-foundation\")."
1942
+ },
1943
+ {
1944
+ "kind": "Reference",
1945
+ "text": "FoundationElement",
1946
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1947
+ },
1948
+ {
1949
+ "kind": "Content",
1950
+ "text": ">>"
1951
+ }
1952
+ ],
1953
+ "fileUrlPath": "../../dist/libs/components/lib/popup/definition.d.ts",
1954
+ "isReadonly": true,
1955
+ "releaseTag": "Public",
1956
+ "name": "popup",
1957
+ "variableTypeTokenRange": {
1958
+ "startIndex": 1,
1959
+ "endIndex": 10
1960
+ }
1961
+ },
1962
+ {
1963
+ "kind": "Variable",
1964
+ "canonicalReference": "@vonage/vivid!popupElements:var",
1965
+ "docComment": "",
1966
+ "excerptTokens": [
1967
+ {
1968
+ "kind": "Content",
1969
+ "text": "popupElements: "
1970
+ },
1971
+ {
1972
+ "kind": "Content",
1973
+ "text": "import(\"@microsoft/fast-foundation\")."
1974
+ },
1975
+ {
1976
+ "kind": "Reference",
1977
+ "text": "FoundationElementRegistry",
1978
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1979
+ },
1980
+ {
1981
+ "kind": "Content",
1982
+ "text": "<"
1983
+ },
1984
+ {
1985
+ "kind": "Reference",
1986
+ "text": "FoundationElementDefinition",
1987
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1988
+ },
1989
+ {
1990
+ "kind": "Content",
1991
+ "text": ", import(\"@microsoft/fast-element\")."
1992
+ },
1993
+ {
1994
+ "kind": "Reference",
1995
+ "text": "Constructable",
1996
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1997
+ },
1998
+ {
1999
+ "kind": "Content",
2000
+ "text": "<import(\"@microsoft/fast-foundation\")."
2001
+ },
2002
+ {
2003
+ "kind": "Reference",
2004
+ "text": "FoundationElement",
2005
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2006
+ },
2007
+ {
2008
+ "kind": "Content",
2009
+ "text": ">>[]"
2010
+ }
2011
+ ],
2012
+ "fileUrlPath": "../../dist/libs/components/lib/popup/definition.d.ts",
2013
+ "isReadonly": true,
2014
+ "releaseTag": "Public",
2015
+ "name": "popupElements",
2016
+ "variableTypeTokenRange": {
2017
+ "startIndex": 1,
2018
+ "endIndex": 10
2019
+ }
2020
+ },
2021
+ {
2022
+ "kind": "Variable",
2023
+ "canonicalReference": "@vonage/vivid!progressElements:var",
2024
+ "docComment": "",
2025
+ "excerptTokens": [
2026
+ {
2027
+ "kind": "Content",
2028
+ "text": "progressElements: "
2029
+ },
2030
+ {
2031
+ "kind": "Content",
2032
+ "text": "import(\"@microsoft/fast-foundation\")."
2033
+ },
2034
+ {
2035
+ "kind": "Reference",
2036
+ "text": "FoundationElementRegistry",
2037
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2038
+ },
2039
+ {
2040
+ "kind": "Content",
2041
+ "text": "<"
2042
+ },
2043
+ {
2044
+ "kind": "Reference",
2045
+ "text": "FoundationElementDefinition",
2046
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2047
+ },
2048
+ {
2049
+ "kind": "Content",
2050
+ "text": ", import(\"@microsoft/fast-element\")."
2051
+ },
2052
+ {
2053
+ "kind": "Reference",
2054
+ "text": "Constructable",
2055
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2056
+ },
2057
+ {
2058
+ "kind": "Content",
2059
+ "text": "<import(\"@microsoft/fast-foundation\")."
2060
+ },
2061
+ {
2062
+ "kind": "Reference",
2063
+ "text": "FoundationElement",
2064
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2065
+ },
2066
+ {
2067
+ "kind": "Content",
2068
+ "text": ">>[]"
2069
+ }
2070
+ ],
2071
+ "fileUrlPath": "../../dist/libs/components/lib/progress/definition.d.ts",
2072
+ "isReadonly": true,
2073
+ "releaseTag": "Public",
2074
+ "name": "progressElements",
2075
+ "variableTypeTokenRange": {
2076
+ "startIndex": 1,
2077
+ "endIndex": 10
2078
+ }
2079
+ },
2080
+ {
2081
+ "kind": "Variable",
2082
+ "canonicalReference": "@vonage/vivid!progressRingElements:var",
2083
+ "docComment": "",
2084
+ "excerptTokens": [
2085
+ {
2086
+ "kind": "Content",
2087
+ "text": "progressRingElements: "
2088
+ },
2089
+ {
2090
+ "kind": "Content",
2091
+ "text": "import(\"@microsoft/fast-foundation\")."
2092
+ },
2093
+ {
2094
+ "kind": "Reference",
2095
+ "text": "FoundationElementRegistry",
2096
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2097
+ },
2098
+ {
2099
+ "kind": "Content",
2100
+ "text": "<"
2101
+ },
2102
+ {
2103
+ "kind": "Reference",
2104
+ "text": "FoundationElementDefinition",
2105
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2106
+ },
2107
+ {
2108
+ "kind": "Content",
2109
+ "text": ", import(\"@microsoft/fast-element\")."
2110
+ },
2111
+ {
2112
+ "kind": "Reference",
2113
+ "text": "Constructable",
2114
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2115
+ },
2116
+ {
2117
+ "kind": "Content",
2118
+ "text": "<import(\"@microsoft/fast-foundation\")."
2119
+ },
2120
+ {
2121
+ "kind": "Reference",
2122
+ "text": "FoundationElement",
2123
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2124
+ },
2125
+ {
2126
+ "kind": "Content",
2127
+ "text": ">>[]"
2128
+ }
2129
+ ],
2130
+ "fileUrlPath": "../../dist/libs/components/lib/progress-ring/definition.d.ts",
2131
+ "isReadonly": true,
2132
+ "releaseTag": "Public",
2133
+ "name": "progressRingElements",
2134
+ "variableTypeTokenRange": {
2135
+ "startIndex": 1,
2136
+ "endIndex": 10
2137
+ }
2138
+ },
2139
+ {
2140
+ "kind": "Variable",
2141
+ "canonicalReference": "@vonage/vivid!radioElements:var",
2142
+ "docComment": "",
2143
+ "excerptTokens": [
2144
+ {
2145
+ "kind": "Content",
2146
+ "text": "radioElements: "
2147
+ },
2148
+ {
2149
+ "kind": "Content",
2150
+ "text": "(import(\"@microsoft/fast-foundation\")."
2151
+ },
2152
+ {
2153
+ "kind": "Reference",
2154
+ "text": "FoundationElementRegistry",
2155
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2156
+ },
2157
+ {
2158
+ "kind": "Content",
2159
+ "text": "<"
2160
+ },
2161
+ {
2162
+ "kind": "Reference",
2163
+ "text": "RadioOptions",
2164
+ "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
2165
+ },
2166
+ {
2167
+ "kind": "Content",
2168
+ "text": ", import(\"@microsoft/fast-element\")."
2169
+ },
2170
+ {
2171
+ "kind": "Reference",
2172
+ "text": "Constructable",
2173
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2174
+ },
2175
+ {
2176
+ "kind": "Content",
2177
+ "text": "<import(\"@microsoft/fast-foundation\")."
2178
+ },
2179
+ {
2180
+ "kind": "Reference",
2181
+ "text": "FoundationElement",
2182
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2183
+ },
2184
+ {
2185
+ "kind": "Content",
2186
+ "text": ">> | import(\"@microsoft/fast-foundation\")."
2187
+ },
2188
+ {
2189
+ "kind": "Reference",
2190
+ "text": "FoundationElementRegistry",
2191
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2192
+ },
2193
+ {
2194
+ "kind": "Content",
2195
+ "text": "<import(\"@microsoft/fast-foundation\")."
2196
+ },
2197
+ {
2198
+ "kind": "Reference",
2199
+ "text": "FoundationElementDefinition",
2200
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2201
+ },
2202
+ {
2203
+ "kind": "Content",
2204
+ "text": ", import(\"@microsoft/fast-element\")."
2205
+ },
2206
+ {
2207
+ "kind": "Reference",
2208
+ "text": "Constructable",
2209
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2210
+ },
2211
+ {
2212
+ "kind": "Content",
2213
+ "text": "<import(\"@microsoft/fast-foundation\")."
2214
+ },
2215
+ {
2216
+ "kind": "Reference",
2217
+ "text": "FoundationElement",
2218
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2219
+ },
2220
+ {
2221
+ "kind": "Content",
2222
+ "text": ">>)[]"
2223
+ }
2224
+ ],
2225
+ "fileUrlPath": "../../dist/libs/components/lib/radio/definition.d.ts",
2226
+ "isReadonly": true,
2227
+ "releaseTag": "Public",
2228
+ "name": "radioElements",
2229
+ "variableTypeTokenRange": {
2230
+ "startIndex": 1,
2231
+ "endIndex": 18
2232
+ }
2233
+ },
2234
+ {
2235
+ "kind": "Variable",
2236
+ "canonicalReference": "@vonage/vivid!radioGroupElements:var",
2237
+ "docComment": "",
2238
+ "excerptTokens": [
2239
+ {
2240
+ "kind": "Content",
2241
+ "text": "radioGroupElements: "
2242
+ },
2243
+ {
2244
+ "kind": "Content",
2245
+ "text": "import(\"@microsoft/fast-foundation\")."
2246
+ },
2247
+ {
2248
+ "kind": "Reference",
2249
+ "text": "FoundationElementRegistry",
2250
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2251
+ },
2252
+ {
2253
+ "kind": "Content",
2254
+ "text": "<{\n baseName: string;\n template: any;\n styles: import(\"@microsoft/fast-element\")."
2255
+ },
2256
+ {
2257
+ "kind": "Reference",
2258
+ "text": "ComposableStyles",
2259
+ "canonicalReference": "@microsoft/fast-element!ComposableStyles:type"
2260
+ },
2261
+ {
2262
+ "kind": "Content",
2263
+ "text": ";\n}, typeof "
2264
+ },
2265
+ {
2266
+ "kind": "Reference",
2267
+ "text": "RadioGroup",
2268
+ "canonicalReference": "@vonage/vivid!~RadioGroup:class"
2269
+ },
2270
+ {
2271
+ "kind": "Content",
2272
+ "text": ">[]"
2273
+ }
2274
+ ],
2275
+ "fileUrlPath": "../../dist/libs/components/lib/radio-group/definition.d.ts",
2276
+ "isReadonly": true,
2277
+ "releaseTag": "Public",
2278
+ "name": "radioGroupElements",
2279
+ "variableTypeTokenRange": {
2280
+ "startIndex": 1,
2281
+ "endIndex": 8
2282
+ }
2283
+ },
2284
+ {
2285
+ "kind": "Variable",
2286
+ "canonicalReference": "@vonage/vivid!registerAccordion:var",
2287
+ "docComment": "",
2288
+ "excerptTokens": [
2289
+ {
2290
+ "kind": "Content",
2291
+ "text": "registerAccordion: "
2292
+ },
2293
+ {
2294
+ "kind": "Content",
2295
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2296
+ },
2297
+ {
2298
+ "kind": "Reference",
2299
+ "text": "DesignSystem",
2300
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2301
+ }
2302
+ ],
2303
+ "fileUrlPath": "../../dist/libs/components/lib/accordion/definition.d.ts",
2304
+ "isReadonly": true,
2305
+ "releaseTag": "Public",
2306
+ "name": "registerAccordion",
2307
+ "variableTypeTokenRange": {
2308
+ "startIndex": 1,
2309
+ "endIndex": 3
2310
+ }
2311
+ },
2312
+ {
2313
+ "kind": "Variable",
2314
+ "canonicalReference": "@vonage/vivid!registerAccordionItem:var",
2315
+ "docComment": "",
2316
+ "excerptTokens": [
2317
+ {
2318
+ "kind": "Content",
2319
+ "text": "registerAccordionItem: "
2320
+ },
2321
+ {
2322
+ "kind": "Content",
2323
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2324
+ },
2325
+ {
2326
+ "kind": "Reference",
2327
+ "text": "DesignSystem",
2328
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2329
+ }
2330
+ ],
2331
+ "fileUrlPath": "../../dist/libs/components/lib/accordion-item/definition.d.ts",
2332
+ "isReadonly": true,
2333
+ "releaseTag": "Public",
2334
+ "name": "registerAccordionItem",
2335
+ "variableTypeTokenRange": {
2336
+ "startIndex": 1,
2337
+ "endIndex": 3
2338
+ }
2339
+ },
2340
+ {
2341
+ "kind": "Variable",
2342
+ "canonicalReference": "@vonage/vivid!registerActionGroup:var",
2343
+ "docComment": "",
2344
+ "excerptTokens": [
2345
+ {
2346
+ "kind": "Content",
2347
+ "text": "registerActionGroup: "
2348
+ },
2349
+ {
2350
+ "kind": "Content",
2351
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2352
+ },
2353
+ {
2354
+ "kind": "Reference",
2355
+ "text": "DesignSystem",
2356
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2357
+ }
2358
+ ],
2359
+ "fileUrlPath": "../../dist/libs/components/lib/action-group/definition.d.ts",
2360
+ "isReadonly": true,
2361
+ "releaseTag": "Public",
2362
+ "name": "registerActionGroup",
2363
+ "variableTypeTokenRange": {
2364
+ "startIndex": 1,
2365
+ "endIndex": 3
2366
+ }
2367
+ },
2368
+ {
2369
+ "kind": "Variable",
2370
+ "canonicalReference": "@vonage/vivid!registerAvatar:var",
2371
+ "docComment": "",
2372
+ "excerptTokens": [
2373
+ {
2374
+ "kind": "Content",
2375
+ "text": "registerAvatar: "
2376
+ },
2377
+ {
2378
+ "kind": "Content",
2379
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2380
+ },
2381
+ {
2382
+ "kind": "Reference",
2383
+ "text": "DesignSystem",
2384
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2385
+ }
2386
+ ],
2387
+ "fileUrlPath": "../../dist/libs/components/lib/avatar/definition.d.ts",
2388
+ "isReadonly": true,
2389
+ "releaseTag": "Public",
2390
+ "name": "registerAvatar",
2391
+ "variableTypeTokenRange": {
2392
+ "startIndex": 1,
2393
+ "endIndex": 3
2394
+ }
2395
+ },
2396
+ {
2397
+ "kind": "Variable",
2398
+ "canonicalReference": "@vonage/vivid!registerBadge:var",
2399
+ "docComment": "",
2400
+ "excerptTokens": [
2401
+ {
2402
+ "kind": "Content",
2403
+ "text": "registerBadge: "
2404
+ },
2405
+ {
2406
+ "kind": "Content",
2407
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2408
+ },
2409
+ {
2410
+ "kind": "Reference",
2411
+ "text": "DesignSystem",
2412
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2413
+ }
2414
+ ],
2415
+ "fileUrlPath": "../../dist/libs/components/lib/badge/definition.d.ts",
2416
+ "isReadonly": true,
2417
+ "releaseTag": "Public",
2418
+ "name": "registerBadge",
2419
+ "variableTypeTokenRange": {
2420
+ "startIndex": 1,
2421
+ "endIndex": 3
2422
+ }
2423
+ },
2424
+ {
2425
+ "kind": "Variable",
2426
+ "canonicalReference": "@vonage/vivid!registerBanner:var",
2427
+ "docComment": "",
2428
+ "excerptTokens": [
2429
+ {
2430
+ "kind": "Content",
2431
+ "text": "registerBanner: "
2432
+ },
2433
+ {
2434
+ "kind": "Content",
2435
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2436
+ },
2437
+ {
2438
+ "kind": "Reference",
2439
+ "text": "DesignSystem",
2440
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2441
+ }
2442
+ ],
2443
+ "fileUrlPath": "../../dist/libs/components/lib/banner/definition.d.ts",
2444
+ "isReadonly": true,
2445
+ "releaseTag": "Public",
2446
+ "name": "registerBanner",
2447
+ "variableTypeTokenRange": {
2448
+ "startIndex": 1,
2449
+ "endIndex": 3
2450
+ }
2451
+ },
2452
+ {
2453
+ "kind": "Variable",
2454
+ "canonicalReference": "@vonage/vivid!registerBreadcrumb:var",
2455
+ "docComment": "",
2456
+ "excerptTokens": [
2457
+ {
2458
+ "kind": "Content",
2459
+ "text": "registerBreadcrumb: "
2460
+ },
2461
+ {
2462
+ "kind": "Content",
2463
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2464
+ },
2465
+ {
2466
+ "kind": "Reference",
2467
+ "text": "DesignSystem",
2468
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2469
+ }
2470
+ ],
2471
+ "fileUrlPath": "../../dist/libs/components/lib/breadcrumb/definition.d.ts",
2472
+ "isReadonly": true,
2473
+ "releaseTag": "Public",
2474
+ "name": "registerBreadcrumb",
2475
+ "variableTypeTokenRange": {
2476
+ "startIndex": 1,
2477
+ "endIndex": 3
2478
+ }
2479
+ },
2480
+ {
2481
+ "kind": "Variable",
2482
+ "canonicalReference": "@vonage/vivid!registerBreadcrumbItem:var",
2483
+ "docComment": "",
2484
+ "excerptTokens": [
2485
+ {
2486
+ "kind": "Content",
2487
+ "text": "registerBreadcrumbItem: "
2488
+ },
2489
+ {
2490
+ "kind": "Content",
2491
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2492
+ },
2493
+ {
2494
+ "kind": "Reference",
2495
+ "text": "DesignSystem",
2496
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2497
+ }
2498
+ ],
2499
+ "fileUrlPath": "../../dist/libs/components/lib/breadcrumb-item/definition.d.ts",
2500
+ "isReadonly": true,
2501
+ "releaseTag": "Public",
2502
+ "name": "registerBreadcrumbItem",
2503
+ "variableTypeTokenRange": {
2504
+ "startIndex": 1,
2505
+ "endIndex": 3
2506
+ }
2507
+ },
2508
+ {
2509
+ "kind": "Variable",
2510
+ "canonicalReference": "@vonage/vivid!registerButton:var",
2511
+ "docComment": "",
2512
+ "excerptTokens": [
2513
+ {
2514
+ "kind": "Content",
2515
+ "text": "registerButton: "
2516
+ },
2517
+ {
2518
+ "kind": "Content",
2519
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2520
+ },
2521
+ {
2522
+ "kind": "Reference",
2523
+ "text": "DesignSystem",
2524
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2525
+ }
2526
+ ],
2527
+ "fileUrlPath": "../../dist/libs/components/lib/button/definition.d.ts",
2528
+ "isReadonly": true,
2529
+ "releaseTag": "Public",
2530
+ "name": "registerButton",
2531
+ "variableTypeTokenRange": {
2532
+ "startIndex": 1,
2533
+ "endIndex": 3
2534
+ }
2535
+ },
2536
+ {
2537
+ "kind": "Variable",
2538
+ "canonicalReference": "@vonage/vivid!registerCalendar:var",
2539
+ "docComment": "",
2540
+ "excerptTokens": [
2541
+ {
2542
+ "kind": "Content",
2543
+ "text": "registerCalendar: "
2544
+ },
2545
+ {
2546
+ "kind": "Content",
2547
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2548
+ },
2549
+ {
2550
+ "kind": "Reference",
2551
+ "text": "DesignSystem",
2552
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2553
+ }
2554
+ ],
2555
+ "fileUrlPath": "../../dist/libs/components/lib/calendar/definition.d.ts",
2556
+ "isReadonly": true,
2557
+ "releaseTag": "Public",
2558
+ "name": "registerCalendar",
2559
+ "variableTypeTokenRange": {
2560
+ "startIndex": 1,
2561
+ "endIndex": 3
2562
+ }
2563
+ },
2564
+ {
2565
+ "kind": "Variable",
2566
+ "canonicalReference": "@vonage/vivid!registerCalendarEvent:var",
2567
+ "docComment": "",
2568
+ "excerptTokens": [
2569
+ {
2570
+ "kind": "Content",
2571
+ "text": "registerCalendarEvent: "
2572
+ },
2573
+ {
2574
+ "kind": "Content",
2575
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2576
+ },
2577
+ {
2578
+ "kind": "Reference",
2579
+ "text": "DesignSystem",
2580
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2581
+ }
2582
+ ],
2583
+ "fileUrlPath": "../../dist/libs/components/lib/calendar-event/definition.d.ts",
2584
+ "isReadonly": true,
2585
+ "releaseTag": "Public",
2586
+ "name": "registerCalendarEvent",
2587
+ "variableTypeTokenRange": {
2588
+ "startIndex": 1,
2589
+ "endIndex": 3
2590
+ }
2591
+ },
2592
+ {
2593
+ "kind": "Variable",
2594
+ "canonicalReference": "@vonage/vivid!registerCard:var",
2595
+ "docComment": "",
2596
+ "excerptTokens": [
2597
+ {
2598
+ "kind": "Content",
2599
+ "text": "registerCard: "
2600
+ },
2601
+ {
2602
+ "kind": "Content",
2603
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2604
+ },
2605
+ {
2606
+ "kind": "Reference",
2607
+ "text": "DesignSystem",
2608
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2609
+ }
2610
+ ],
2611
+ "fileUrlPath": "../../dist/libs/components/lib/card/definition.d.ts",
2612
+ "isReadonly": true,
2613
+ "releaseTag": "Public",
2614
+ "name": "registerCard",
2615
+ "variableTypeTokenRange": {
2616
+ "startIndex": 1,
2617
+ "endIndex": 3
2618
+ }
2619
+ },
2620
+ {
2621
+ "kind": "Variable",
2622
+ "canonicalReference": "@vonage/vivid!registerCheckbox:var",
2623
+ "docComment": "",
2624
+ "excerptTokens": [
2625
+ {
2626
+ "kind": "Content",
2627
+ "text": "registerCheckbox: "
2628
+ },
2629
+ {
2630
+ "kind": "Content",
2631
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2632
+ },
2633
+ {
2634
+ "kind": "Reference",
2635
+ "text": "DesignSystem",
2636
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2637
+ }
2638
+ ],
2639
+ "fileUrlPath": "../../dist/libs/components/lib/checkbox/definition.d.ts",
2640
+ "isReadonly": true,
2641
+ "releaseTag": "Public",
2642
+ "name": "registerCheckbox",
2643
+ "variableTypeTokenRange": {
2644
+ "startIndex": 1,
2645
+ "endIndex": 3
2646
+ }
2647
+ },
2648
+ {
2649
+ "kind": "Variable",
2650
+ "canonicalReference": "@vonage/vivid!registerDialog:var",
2651
+ "docComment": "",
2652
+ "excerptTokens": [
2653
+ {
2654
+ "kind": "Content",
2655
+ "text": "registerDialog: "
2656
+ },
2657
+ {
2658
+ "kind": "Content",
2659
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2660
+ },
2661
+ {
2662
+ "kind": "Reference",
2663
+ "text": "DesignSystem",
2664
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2665
+ }
2666
+ ],
2667
+ "fileUrlPath": "../../dist/libs/components/lib/dialog/definition.d.ts",
2668
+ "isReadonly": true,
2669
+ "releaseTag": "Public",
2670
+ "name": "registerDialog",
2671
+ "variableTypeTokenRange": {
2672
+ "startIndex": 1,
2673
+ "endIndex": 3
2674
+ }
2675
+ },
2676
+ {
2677
+ "kind": "Variable",
2678
+ "canonicalReference": "@vonage/vivid!registerDivider:var",
2679
+ "docComment": "",
2680
+ "excerptTokens": [
2681
+ {
2682
+ "kind": "Content",
2683
+ "text": "registerDivider: "
2684
+ },
2685
+ {
2686
+ "kind": "Content",
2687
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2688
+ },
2689
+ {
2690
+ "kind": "Reference",
2691
+ "text": "DesignSystem",
2692
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2693
+ }
2694
+ ],
2695
+ "fileUrlPath": "../../dist/libs/components/lib/divider/definition.d.ts",
2696
+ "isReadonly": true,
2697
+ "releaseTag": "Public",
2698
+ "name": "registerDivider",
2699
+ "variableTypeTokenRange": {
2700
+ "startIndex": 1,
2701
+ "endIndex": 3
2702
+ }
2703
+ },
2704
+ {
2705
+ "kind": "Variable",
2706
+ "canonicalReference": "@vonage/vivid!registerElevation:var",
2707
+ "docComment": "",
2708
+ "excerptTokens": [
2709
+ {
2710
+ "kind": "Content",
2711
+ "text": "registerElevation: "
2712
+ },
2713
+ {
2714
+ "kind": "Content",
2715
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2716
+ },
2717
+ {
2718
+ "kind": "Reference",
2719
+ "text": "DesignSystem",
2720
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2721
+ }
2722
+ ],
2723
+ "fileUrlPath": "../../dist/libs/components/lib/elevation/definition.d.ts",
2724
+ "isReadonly": true,
2725
+ "releaseTag": "Public",
2726
+ "name": "registerElevation",
2727
+ "variableTypeTokenRange": {
2728
+ "startIndex": 1,
2729
+ "endIndex": 3
2730
+ }
2731
+ },
2732
+ {
2733
+ "kind": "Variable",
2734
+ "canonicalReference": "@vonage/vivid!registerFab:var",
2735
+ "docComment": "",
2736
+ "excerptTokens": [
2737
+ {
2738
+ "kind": "Content",
2739
+ "text": "registerFab: "
2740
+ },
2741
+ {
2742
+ "kind": "Content",
2743
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2744
+ },
2745
+ {
2746
+ "kind": "Reference",
2747
+ "text": "DesignSystem",
2748
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2749
+ }
2750
+ ],
2751
+ "fileUrlPath": "../../dist/libs/components/lib/fab/definition.d.ts",
2752
+ "isReadonly": true,
2753
+ "releaseTag": "Public",
2754
+ "name": "registerFab",
2755
+ "variableTypeTokenRange": {
2756
+ "startIndex": 1,
2757
+ "endIndex": 3
2758
+ }
2759
+ },
2760
+ {
2761
+ "kind": "Variable",
2762
+ "canonicalReference": "@vonage/vivid!registerFactorial:var",
2763
+ "docComment": "",
2764
+ "excerptTokens": [
2765
+ {
2766
+ "kind": "Content",
2767
+ "text": "registerFactorial: "
2768
+ },
2769
+ {
2770
+ "kind": "Content",
2771
+ "text": "(args: any[]) => (prefix?: string) => "
2772
+ },
2773
+ {
2774
+ "kind": "Reference",
2775
+ "text": "DesignSystem",
2776
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2777
+ }
2778
+ ],
2779
+ "fileUrlPath": "../../dist/libs/components/shared/design-system/index.d.ts",
2780
+ "isReadonly": true,
2781
+ "releaseTag": "Public",
2782
+ "name": "registerFactorial",
2783
+ "variableTypeTokenRange": {
2784
+ "startIndex": 1,
2785
+ "endIndex": 3
2786
+ }
2787
+ },
2788
+ {
2789
+ "kind": "Variable",
2790
+ "canonicalReference": "@vonage/vivid!registerIcon:var",
2791
+ "docComment": "",
2792
+ "excerptTokens": [
2793
+ {
2794
+ "kind": "Content",
2795
+ "text": "registerIcon: "
2796
+ },
2797
+ {
2798
+ "kind": "Content",
2799
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2800
+ },
2801
+ {
2802
+ "kind": "Reference",
2803
+ "text": "DesignSystem",
2804
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2805
+ }
2806
+ ],
2807
+ "fileUrlPath": "../../dist/libs/components/lib/icon/definition.d.ts",
2808
+ "isReadonly": true,
2809
+ "releaseTag": "Public",
2810
+ "name": "registerIcon",
2811
+ "variableTypeTokenRange": {
2812
+ "startIndex": 1,
2813
+ "endIndex": 3
2814
+ }
2815
+ },
2816
+ {
2817
+ "kind": "Variable",
2818
+ "canonicalReference": "@vonage/vivid!registerLayout:var",
2819
+ "docComment": "",
2820
+ "excerptTokens": [
2821
+ {
2822
+ "kind": "Content",
2823
+ "text": "registerLayout: "
2824
+ },
2825
+ {
2826
+ "kind": "Content",
2827
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2828
+ },
2829
+ {
2830
+ "kind": "Reference",
2831
+ "text": "DesignSystem",
2832
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2833
+ }
2834
+ ],
2835
+ "fileUrlPath": "../../dist/libs/components/lib/layout/definition.d.ts",
2836
+ "isReadonly": true,
2837
+ "releaseTag": "Public",
2838
+ "name": "registerLayout",
2839
+ "variableTypeTokenRange": {
2840
+ "startIndex": 1,
2841
+ "endIndex": 3
2842
+ }
2843
+ },
2844
+ {
2845
+ "kind": "Variable",
2846
+ "canonicalReference": "@vonage/vivid!registerListbox:var",
2847
+ "docComment": "",
2848
+ "excerptTokens": [
2849
+ {
2850
+ "kind": "Content",
2851
+ "text": "registerListbox: "
2852
+ },
2853
+ {
2854
+ "kind": "Content",
2855
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2856
+ },
2857
+ {
2858
+ "kind": "Reference",
2859
+ "text": "DesignSystem",
2860
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2861
+ }
2862
+ ],
2863
+ "fileUrlPath": "../../dist/libs/components/lib/listbox/definition.d.ts",
2864
+ "isReadonly": true,
2865
+ "releaseTag": "Public",
2866
+ "name": "registerListbox",
2867
+ "variableTypeTokenRange": {
2868
+ "startIndex": 1,
2869
+ "endIndex": 3
2870
+ }
2871
+ },
2872
+ {
2873
+ "kind": "Variable",
2874
+ "canonicalReference": "@vonage/vivid!registerMenu:var",
2875
+ "docComment": "",
2876
+ "excerptTokens": [
2877
+ {
2878
+ "kind": "Content",
2879
+ "text": "registerMenu: "
2880
+ },
2881
+ {
2882
+ "kind": "Content",
2883
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2884
+ },
2885
+ {
2886
+ "kind": "Reference",
2887
+ "text": "DesignSystem",
2888
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2889
+ }
2890
+ ],
2891
+ "fileUrlPath": "../../dist/libs/components/lib/menu/definition.d.ts",
2892
+ "isReadonly": true,
2893
+ "releaseTag": "Public",
2894
+ "name": "registerMenu",
2895
+ "variableTypeTokenRange": {
2896
+ "startIndex": 1,
2897
+ "endIndex": 3
2898
+ }
2899
+ },
2900
+ {
2901
+ "kind": "Variable",
2902
+ "canonicalReference": "@vonage/vivid!registerMenuItem:var",
2903
+ "docComment": "",
2904
+ "excerptTokens": [
2905
+ {
2906
+ "kind": "Content",
2907
+ "text": "registerMenuItem: "
2908
+ },
2909
+ {
2910
+ "kind": "Content",
2911
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2912
+ },
2913
+ {
2914
+ "kind": "Reference",
2915
+ "text": "DesignSystem",
2916
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2917
+ }
2918
+ ],
2919
+ "fileUrlPath": "../../dist/libs/components/lib/menu-item/definition.d.ts",
2920
+ "isReadonly": true,
2921
+ "releaseTag": "Public",
2922
+ "name": "registerMenuItem",
2923
+ "variableTypeTokenRange": {
2924
+ "startIndex": 1,
2925
+ "endIndex": 3
2926
+ }
2927
+ },
2928
+ {
2929
+ "kind": "Variable",
2930
+ "canonicalReference": "@vonage/vivid!registerNav:var",
2931
+ "docComment": "",
2932
+ "excerptTokens": [
2933
+ {
2934
+ "kind": "Content",
2935
+ "text": "registerNav: "
2936
+ },
2937
+ {
2938
+ "kind": "Content",
2939
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2940
+ },
2941
+ {
2942
+ "kind": "Reference",
2943
+ "text": "DesignSystem",
2944
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2945
+ }
2946
+ ],
2947
+ "fileUrlPath": "../../dist/libs/components/lib/nav/definition.d.ts",
2948
+ "isReadonly": true,
2949
+ "releaseTag": "Public",
2950
+ "name": "registerNav",
2951
+ "variableTypeTokenRange": {
2952
+ "startIndex": 1,
2953
+ "endIndex": 3
2954
+ }
2955
+ },
2956
+ {
2957
+ "kind": "Variable",
2958
+ "canonicalReference": "@vonage/vivid!registerNavDisclosure:var",
2959
+ "docComment": "",
2960
+ "excerptTokens": [
2961
+ {
2962
+ "kind": "Content",
2963
+ "text": "registerNavDisclosure: "
2964
+ },
2965
+ {
2966
+ "kind": "Content",
2967
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2968
+ },
2969
+ {
2970
+ "kind": "Reference",
2971
+ "text": "DesignSystem",
2972
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2973
+ }
2974
+ ],
2975
+ "fileUrlPath": "../../dist/libs/components/lib/nav-disclosure/definition.d.ts",
2976
+ "isReadonly": true,
2977
+ "releaseTag": "Public",
2978
+ "name": "registerNavDisclosure",
2979
+ "variableTypeTokenRange": {
2980
+ "startIndex": 1,
2981
+ "endIndex": 3
2982
+ }
2983
+ },
2984
+ {
2985
+ "kind": "Variable",
2986
+ "canonicalReference": "@vonage/vivid!registerNavItem:var",
2987
+ "docComment": "",
2988
+ "excerptTokens": [
2989
+ {
2990
+ "kind": "Content",
2991
+ "text": "registerNavItem: "
2992
+ },
2993
+ {
2994
+ "kind": "Content",
2995
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2996
+ },
2997
+ {
2998
+ "kind": "Reference",
2999
+ "text": "DesignSystem",
3000
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
3001
+ }
3002
+ ],
3003
+ "fileUrlPath": "../../dist/libs/components/lib/nav-item/definition.d.ts",
3004
+ "isReadonly": true,
3005
+ "releaseTag": "Public",
3006
+ "name": "registerNavItem",
3007
+ "variableTypeTokenRange": {
3008
+ "startIndex": 1,
3009
+ "endIndex": 3
3010
+ }
3011
+ },
3012
+ {
3013
+ "kind": "Variable",
3014
+ "canonicalReference": "@vonage/vivid!registerNote:var",
3015
+ "docComment": "",
3016
+ "excerptTokens": [
3017
+ {
3018
+ "kind": "Content",
3019
+ "text": "registerNote: "
3020
+ },
3021
+ {
3022
+ "kind": "Content",
3023
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
3024
+ },
3025
+ {
3026
+ "kind": "Reference",
3027
+ "text": "DesignSystem",
3028
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
3029
+ }
3030
+ ],
3031
+ "fileUrlPath": "../../dist/libs/components/lib/note/definition.d.ts",
3032
+ "isReadonly": true,
3033
+ "releaseTag": "Public",
3034
+ "name": "registerNote",
3035
+ "variableTypeTokenRange": {
3036
+ "startIndex": 1,
3037
+ "endIndex": 3
3038
+ }
3039
+ },
3040
+ {
3041
+ "kind": "Variable",
3042
+ "canonicalReference": "@vonage/vivid!registerOption:var",
3043
+ "docComment": "",
3044
+ "excerptTokens": [
3045
+ {
3046
+ "kind": "Content",
3047
+ "text": "registerOption: "
3048
+ },
3049
+ {
3050
+ "kind": "Content",
3051
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
3052
+ },
3053
+ {
3054
+ "kind": "Reference",
3055
+ "text": "DesignSystem",
3056
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
3057
+ }
3058
+ ],
3059
+ "fileUrlPath": "../../dist/libs/components/lib/option/definition.d.ts",
3060
+ "isReadonly": true,
3061
+ "releaseTag": "Public",
3062
+ "name": "registerOption",
3063
+ "variableTypeTokenRange": {
3064
+ "startIndex": 1,
3065
+ "endIndex": 3
3066
+ }
3067
+ },
3068
+ {
3069
+ "kind": "Variable",
3070
+ "canonicalReference": "@vonage/vivid!registerPopup:var",
3071
+ "docComment": "",
3072
+ "excerptTokens": [
3073
+ {
3074
+ "kind": "Content",
3075
+ "text": "registerPopup: "
3076
+ },
3077
+ {
3078
+ "kind": "Content",
3079
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
3080
+ },
3081
+ {
3082
+ "kind": "Reference",
3083
+ "text": "DesignSystem",
3084
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
3085
+ }
3086
+ ],
3087
+ "fileUrlPath": "../../dist/libs/components/lib/popup/definition.d.ts",
3088
+ "isReadonly": true,
3089
+ "releaseTag": "Public",
3090
+ "name": "registerPopup",
3091
+ "variableTypeTokenRange": {
3092
+ "startIndex": 1,
3093
+ "endIndex": 3
3094
+ }
3095
+ },
3096
+ {
3097
+ "kind": "Variable",
3098
+ "canonicalReference": "@vonage/vivid!registerProgress:var",
3099
+ "docComment": "",
3100
+ "excerptTokens": [
3101
+ {
3102
+ "kind": "Content",
3103
+ "text": "registerProgress: "
3104
+ },
3105
+ {
3106
+ "kind": "Content",
3107
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
3108
+ },
3109
+ {
3110
+ "kind": "Reference",
3111
+ "text": "DesignSystem",
3112
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
3113
+ }
3114
+ ],
3115
+ "fileUrlPath": "../../dist/libs/components/lib/progress/definition.d.ts",
3116
+ "isReadonly": true,
3117
+ "releaseTag": "Public",
3118
+ "name": "registerProgress",
3119
+ "variableTypeTokenRange": {
3120
+ "startIndex": 1,
3121
+ "endIndex": 3
3122
+ }
3123
+ },
3124
+ {
3125
+ "kind": "Variable",
3126
+ "canonicalReference": "@vonage/vivid!registerProgressRing:var",
3127
+ "docComment": "",
3128
+ "excerptTokens": [
3129
+ {
3130
+ "kind": "Content",
3131
+ "text": "registerProgressRing: "
3132
+ },
3133
+ {
3134
+ "kind": "Content",
3135
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
3136
+ },
3137
+ {
3138
+ "kind": "Reference",
3139
+ "text": "DesignSystem",
3140
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
3141
+ }
3142
+ ],
3143
+ "fileUrlPath": "../../dist/libs/components/lib/progress-ring/definition.d.ts",
3144
+ "isReadonly": true,
3145
+ "releaseTag": "Public",
3146
+ "name": "registerProgressRing",
3147
+ "variableTypeTokenRange": {
3148
+ "startIndex": 1,
3149
+ "endIndex": 3
3150
+ }
3151
+ },
3152
+ {
3153
+ "kind": "Variable",
3154
+ "canonicalReference": "@vonage/vivid!registerRadio:var",
3155
+ "docComment": "",
3156
+ "excerptTokens": [
3157
+ {
3158
+ "kind": "Content",
3159
+ "text": "registerRadio: "
3160
+ },
3161
+ {
3162
+ "kind": "Content",
3163
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
3164
+ },
3165
+ {
3166
+ "kind": "Reference",
3167
+ "text": "DesignSystem",
3168
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
3169
+ }
3170
+ ],
3171
+ "fileUrlPath": "../../dist/libs/components/lib/radio/definition.d.ts",
3172
+ "isReadonly": true,
3173
+ "releaseTag": "Public",
3174
+ "name": "registerRadio",
3175
+ "variableTypeTokenRange": {
3176
+ "startIndex": 1,
3177
+ "endIndex": 3
3178
+ }
3179
+ },
3180
+ {
3181
+ "kind": "Variable",
3182
+ "canonicalReference": "@vonage/vivid!registerRadioGroup:var",
3183
+ "docComment": "",
3184
+ "excerptTokens": [
3185
+ {
3186
+ "kind": "Content",
3187
+ "text": "registerRadioGroup: "
3188
+ },
3189
+ {
3190
+ "kind": "Content",
3191
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
3192
+ },
3193
+ {
3194
+ "kind": "Reference",
3195
+ "text": "DesignSystem",
3196
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
3197
+ }
3198
+ ],
3199
+ "fileUrlPath": "../../dist/libs/components/lib/radio-group/definition.d.ts",
3200
+ "isReadonly": true,
3201
+ "releaseTag": "Public",
3202
+ "name": "registerRadioGroup",
3203
+ "variableTypeTokenRange": {
3204
+ "startIndex": 1,
3205
+ "endIndex": 3
3206
+ }
3207
+ },
3208
+ {
3209
+ "kind": "Variable",
3210
+ "canonicalReference": "@vonage/vivid!registerSideDrawer:var",
3211
+ "docComment": "",
3212
+ "excerptTokens": [
3213
+ {
3214
+ "kind": "Content",
3215
+ "text": "registerSideDrawer: "
3216
+ },
3217
+ {
3218
+ "kind": "Content",
3219
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
3220
+ },
3221
+ {
3222
+ "kind": "Reference",
3223
+ "text": "DesignSystem",
3224
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
3225
+ }
3226
+ ],
3227
+ "fileUrlPath": "../../dist/libs/components/lib/side-drawer/definition.d.ts",
3228
+ "isReadonly": true,
3229
+ "releaseTag": "Public",
3230
+ "name": "registerSideDrawer",
3231
+ "variableTypeTokenRange": {
3232
+ "startIndex": 1,
3233
+ "endIndex": 3
3234
+ }
3235
+ },
3236
+ {
3237
+ "kind": "Variable",
3238
+ "canonicalReference": "@vonage/vivid!registerSlider:var",
3239
+ "docComment": "",
3240
+ "excerptTokens": [
3241
+ {
3242
+ "kind": "Content",
3243
+ "text": "registerSlider: "
3244
+ },
3245
+ {
3246
+ "kind": "Content",
3247
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
3248
+ },
3249
+ {
3250
+ "kind": "Reference",
3251
+ "text": "DesignSystem",
3252
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
3253
+ }
3254
+ ],
3255
+ "fileUrlPath": "../../dist/libs/components/lib/slider/definition.d.ts",
3256
+ "isReadonly": true,
3257
+ "releaseTag": "Public",
3258
+ "name": "registerSlider",
3259
+ "variableTypeTokenRange": {
3260
+ "startIndex": 1,
3261
+ "endIndex": 3
3262
+ }
3263
+ },
3264
+ {
3265
+ "kind": "Variable",
3266
+ "canonicalReference": "@vonage/vivid!registerSwitch:var",
3267
+ "docComment": "",
3268
+ "excerptTokens": [
3269
+ {
3270
+ "kind": "Content",
3271
+ "text": "registerSwitch: "
3272
+ },
3273
+ {
3274
+ "kind": "Content",
3275
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
3276
+ },
3277
+ {
3278
+ "kind": "Reference",
3279
+ "text": "DesignSystem",
3280
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
3281
+ }
3282
+ ],
3283
+ "fileUrlPath": "../../dist/libs/components/lib/switch/definition.d.ts",
3284
+ "isReadonly": true,
3285
+ "releaseTag": "Public",
3286
+ "name": "registerSwitch",
3287
+ "variableTypeTokenRange": {
3288
+ "startIndex": 1,
3289
+ "endIndex": 3
3290
+ }
3291
+ },
3292
+ {
3293
+ "kind": "Variable",
3294
+ "canonicalReference": "@vonage/vivid!registerTextArea:var",
3295
+ "docComment": "",
3296
+ "excerptTokens": [
3297
+ {
3298
+ "kind": "Content",
3299
+ "text": "registerTextArea: "
3300
+ },
3301
+ {
3302
+ "kind": "Content",
3303
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
3304
+ },
3305
+ {
3306
+ "kind": "Reference",
3307
+ "text": "DesignSystem",
3308
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
3309
+ }
3310
+ ],
3311
+ "fileUrlPath": "../../dist/libs/components/lib/text-area/definition.d.ts",
3312
+ "isReadonly": true,
3313
+ "releaseTag": "Public",
3314
+ "name": "registerTextArea",
3315
+ "variableTypeTokenRange": {
3316
+ "startIndex": 1,
3317
+ "endIndex": 3
3318
+ }
3319
+ },
3320
+ {
3321
+ "kind": "Variable",
3322
+ "canonicalReference": "@vonage/vivid!registerTextField:var",
3323
+ "docComment": "",
3324
+ "excerptTokens": [
3325
+ {
3326
+ "kind": "Content",
3327
+ "text": "registerTextField: "
3328
+ },
3329
+ {
3330
+ "kind": "Content",
3331
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
3332
+ },
3333
+ {
3334
+ "kind": "Reference",
3335
+ "text": "DesignSystem",
3336
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
3337
+ }
3338
+ ],
3339
+ "fileUrlPath": "../../dist/libs/components/lib/text-field/definition.d.ts",
3340
+ "isReadonly": true,
3341
+ "releaseTag": "Public",
3342
+ "name": "registerTextField",
3343
+ "variableTypeTokenRange": {
3344
+ "startIndex": 1,
3345
+ "endIndex": 3
3346
+ }
3347
+ },
3348
+ {
3349
+ "kind": "Variable",
3350
+ "canonicalReference": "@vonage/vivid!registerTooltip:var",
3351
+ "docComment": "",
3352
+ "excerptTokens": [
3353
+ {
3354
+ "kind": "Content",
3355
+ "text": "registerTooltip: "
3356
+ },
3357
+ {
3358
+ "kind": "Content",
3359
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
3360
+ },
3361
+ {
3362
+ "kind": "Reference",
3363
+ "text": "DesignSystem",
3364
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
3365
+ }
3366
+ ],
3367
+ "fileUrlPath": "../../dist/libs/components/lib/tooltip/definition.d.ts",
3368
+ "isReadonly": true,
3369
+ "releaseTag": "Public",
3370
+ "name": "registerTooltip",
3371
+ "variableTypeTokenRange": {
3372
+ "startIndex": 1,
3373
+ "endIndex": 3
3374
+ }
3375
+ },
3376
+ {
3377
+ "kind": "Variable",
3378
+ "canonicalReference": "@vonage/vivid!sideDrawerElements:var",
3379
+ "docComment": "",
3380
+ "excerptTokens": [
3381
+ {
3382
+ "kind": "Content",
3383
+ "text": "sideDrawerElements: "
3384
+ },
3385
+ {
3386
+ "kind": "Content",
3387
+ "text": "import(\"@microsoft/fast-foundation\")."
3388
+ },
3389
+ {
3390
+ "kind": "Reference",
3391
+ "text": "FoundationElementRegistry",
3392
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
3393
+ },
3394
+ {
3395
+ "kind": "Content",
3396
+ "text": "<"
3397
+ },
3398
+ {
3399
+ "kind": "Reference",
3400
+ "text": "FoundationElementDefinition",
3401
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
3402
+ },
3403
+ {
3404
+ "kind": "Content",
3405
+ "text": ", import(\"@microsoft/fast-element\")."
3406
+ },
3407
+ {
3408
+ "kind": "Reference",
3409
+ "text": "Constructable",
3410
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
3411
+ },
3412
+ {
3413
+ "kind": "Content",
3414
+ "text": "<import(\"@microsoft/fast-foundation\")."
3415
+ },
3416
+ {
3417
+ "kind": "Reference",
3418
+ "text": "FoundationElement",
3419
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
3420
+ },
3421
+ {
3422
+ "kind": "Content",
3423
+ "text": ">>[]"
3424
+ }
3425
+ ],
3426
+ "fileUrlPath": "../../dist/libs/components/lib/side-drawer/definition.d.ts",
3427
+ "isReadonly": true,
3428
+ "releaseTag": "Public",
3429
+ "name": "sideDrawerElements",
3430
+ "variableTypeTokenRange": {
3431
+ "startIndex": 1,
3432
+ "endIndex": 10
3433
+ }
3434
+ },
3435
+ {
3436
+ "kind": "Variable",
3437
+ "canonicalReference": "@vonage/vivid!sliderElements:var",
3438
+ "docComment": "",
3439
+ "excerptTokens": [
3440
+ {
3441
+ "kind": "Content",
3442
+ "text": "sliderElements: "
3443
+ },
3444
+ {
3445
+ "kind": "Content",
3446
+ "text": "(import(\"@microsoft/fast-foundation\")."
3447
+ },
3448
+ {
3449
+ "kind": "Reference",
3450
+ "text": "FoundationElementRegistry",
3451
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
3452
+ },
3453
+ {
3454
+ "kind": "Content",
3455
+ "text": "<"
3456
+ },
3457
+ {
3458
+ "kind": "Reference",
3459
+ "text": "SliderOptions",
3460
+ "canonicalReference": "@microsoft/fast-foundation!SliderOptions:type"
3461
+ },
3462
+ {
3463
+ "kind": "Content",
3464
+ "text": ", import(\"@microsoft/fast-element\")."
3465
+ },
3466
+ {
3467
+ "kind": "Reference",
3468
+ "text": "Constructable",
3469
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
3470
+ },
3471
+ {
3472
+ "kind": "Content",
3473
+ "text": "<import(\"@microsoft/fast-foundation\")."
3474
+ },
3475
+ {
3476
+ "kind": "Reference",
3477
+ "text": "FoundationElement",
3478
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
3479
+ },
3480
+ {
3481
+ "kind": "Content",
3482
+ "text": ">> | import(\"@microsoft/fast-foundation\")."
3483
+ },
3484
+ {
3485
+ "kind": "Reference",
3486
+ "text": "FoundationElementRegistry",
3487
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
3488
+ },
3489
+ {
3490
+ "kind": "Content",
3491
+ "text": "<import(\"@microsoft/fast-foundation\")."
3492
+ },
3493
+ {
3494
+ "kind": "Reference",
3495
+ "text": "FoundationElementDefinition",
3496
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
3497
+ },
3498
+ {
3499
+ "kind": "Content",
3500
+ "text": ", import(\"@microsoft/fast-element\")."
3501
+ },
3502
+ {
3503
+ "kind": "Reference",
3504
+ "text": "Constructable",
3505
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
3506
+ },
3507
+ {
3508
+ "kind": "Content",
3509
+ "text": "<import(\"@microsoft/fast-foundation\")."
3510
+ },
3511
+ {
3512
+ "kind": "Reference",
3513
+ "text": "FoundationElement",
3514
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
3515
+ },
3516
+ {
3517
+ "kind": "Content",
3518
+ "text": ">>)[]"
3519
+ }
3520
+ ],
3521
+ "fileUrlPath": "../../dist/libs/components/lib/slider/definition.d.ts",
3522
+ "isReadonly": true,
3523
+ "releaseTag": "Public",
3524
+ "name": "sliderElements",
3525
+ "variableTypeTokenRange": {
3526
+ "startIndex": 1,
3527
+ "endIndex": 18
3528
+ }
3529
+ },
3530
+ {
3531
+ "kind": "Variable",
3532
+ "canonicalReference": "@vonage/vivid!switchElements:var",
3533
+ "docComment": "",
3534
+ "excerptTokens": [
3535
+ {
3536
+ "kind": "Content",
3537
+ "text": "switchElements: "
3538
+ },
3539
+ {
3540
+ "kind": "Content",
3541
+ "text": "import(\"@microsoft/fast-foundation\")."
3542
+ },
3543
+ {
3544
+ "kind": "Reference",
3545
+ "text": "FoundationElementRegistry",
3546
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
3547
+ },
3548
+ {
3549
+ "kind": "Content",
3550
+ "text": "<"
3551
+ },
3552
+ {
3553
+ "kind": "Reference",
3554
+ "text": "FoundationElementDefinition",
3555
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
3556
+ },
3557
+ {
3558
+ "kind": "Content",
3559
+ "text": ", import(\"@microsoft/fast-element\")."
3560
+ },
3561
+ {
3562
+ "kind": "Reference",
3563
+ "text": "Constructable",
3564
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
3565
+ },
3566
+ {
3567
+ "kind": "Content",
3568
+ "text": "<import(\"@microsoft/fast-foundation\")."
3569
+ },
3570
+ {
3571
+ "kind": "Reference",
3572
+ "text": "FoundationElement",
3573
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
3574
+ },
3575
+ {
3576
+ "kind": "Content",
3577
+ "text": ">>[]"
3578
+ }
3579
+ ],
3580
+ "fileUrlPath": "../../dist/libs/components/lib/switch/definition.d.ts",
3581
+ "isReadonly": true,
3582
+ "releaseTag": "Public",
3583
+ "name": "switchElements",
3584
+ "variableTypeTokenRange": {
3585
+ "startIndex": 1,
3586
+ "endIndex": 10
3587
+ }
3588
+ },
3589
+ {
3590
+ "kind": "Variable",
3591
+ "canonicalReference": "@vonage/vivid!textAreaElements:var",
3592
+ "docComment": "",
3593
+ "excerptTokens": [
3594
+ {
3595
+ "kind": "Content",
3596
+ "text": "textAreaElements: "
3597
+ },
3598
+ {
3599
+ "kind": "Content",
3600
+ "text": "import(\"@microsoft/fast-foundation\")."
3601
+ },
3602
+ {
3603
+ "kind": "Reference",
3604
+ "text": "FoundationElementRegistry",
3605
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
3606
+ },
3607
+ {
3608
+ "kind": "Content",
3609
+ "text": "<"
3610
+ },
3611
+ {
3612
+ "kind": "Reference",
3613
+ "text": "FoundationElementDefinition",
3614
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
3615
+ },
3616
+ {
3617
+ "kind": "Content",
3618
+ "text": ", import(\"@microsoft/fast-element\")."
3619
+ },
3620
+ {
3621
+ "kind": "Reference",
3622
+ "text": "Constructable",
3623
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
3624
+ },
3625
+ {
3626
+ "kind": "Content",
3627
+ "text": "<import(\"@microsoft/fast-foundation\")."
3628
+ },
3629
+ {
3630
+ "kind": "Reference",
3631
+ "text": "FoundationElement",
3632
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
3633
+ },
3634
+ {
3635
+ "kind": "Content",
3636
+ "text": ">>[]"
3637
+ }
3638
+ ],
3639
+ "fileUrlPath": "../../dist/libs/components/lib/text-area/definition.d.ts",
3640
+ "isReadonly": true,
3641
+ "releaseTag": "Public",
3642
+ "name": "textAreaElements",
3643
+ "variableTypeTokenRange": {
3644
+ "startIndex": 1,
3645
+ "endIndex": 10
3646
+ }
3647
+ },
3648
+ {
3649
+ "kind": "Variable",
3650
+ "canonicalReference": "@vonage/vivid!textFieldElements:var",
3651
+ "docComment": "",
3652
+ "excerptTokens": [
3653
+ {
3654
+ "kind": "Content",
3655
+ "text": "textFieldElements: "
3656
+ },
3657
+ {
3658
+ "kind": "Content",
3659
+ "text": "import(\"@microsoft/fast-foundation\")."
3660
+ },
3661
+ {
3662
+ "kind": "Reference",
3663
+ "text": "FoundationElementRegistry",
3664
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
3665
+ },
3666
+ {
3667
+ "kind": "Content",
3668
+ "text": "<"
3669
+ },
3670
+ {
3671
+ "kind": "Reference",
3672
+ "text": "FoundationElementDefinition",
3673
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
3674
+ },
3675
+ {
3676
+ "kind": "Content",
3677
+ "text": ", import(\"@microsoft/fast-element\")."
3678
+ },
3679
+ {
3680
+ "kind": "Reference",
3681
+ "text": "Constructable",
3682
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
3683
+ },
3684
+ {
3685
+ "kind": "Content",
3686
+ "text": "<import(\"@microsoft/fast-foundation\")."
3687
+ },
3688
+ {
3689
+ "kind": "Reference",
3690
+ "text": "FoundationElement",
3691
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
3692
+ },
3693
+ {
3694
+ "kind": "Content",
3695
+ "text": ">>[]"
3696
+ }
3697
+ ],
3698
+ "fileUrlPath": "../../dist/libs/components/lib/text-field/definition.d.ts",
3699
+ "isReadonly": true,
3700
+ "releaseTag": "Public",
3701
+ "name": "textFieldElements",
3702
+ "variableTypeTokenRange": {
3703
+ "startIndex": 1,
3704
+ "endIndex": 10
3705
+ }
3706
+ },
3707
+ {
3708
+ "kind": "Variable",
3709
+ "canonicalReference": "@vonage/vivid!tooltipElements:var",
3710
+ "docComment": "",
3711
+ "excerptTokens": [
3712
+ {
3713
+ "kind": "Content",
3714
+ "text": "tooltipElements: "
3715
+ },
3716
+ {
3717
+ "kind": "Content",
3718
+ "text": "import(\"@microsoft/fast-foundation\")."
3719
+ },
3720
+ {
3721
+ "kind": "Reference",
3722
+ "text": "FoundationElementRegistry",
3723
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
3724
+ },
3725
+ {
3726
+ "kind": "Content",
3727
+ "text": "<"
3728
+ },
3729
+ {
3730
+ "kind": "Reference",
3731
+ "text": "FoundationElementDefinition",
3732
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
3733
+ },
3734
+ {
3735
+ "kind": "Content",
3736
+ "text": ", import(\"@microsoft/fast-element\")."
3737
+ },
3738
+ {
3739
+ "kind": "Reference",
3740
+ "text": "Constructable",
3741
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
3742
+ },
3743
+ {
3744
+ "kind": "Content",
3745
+ "text": "<import(\"@microsoft/fast-foundation\")."
3746
+ },
3747
+ {
3748
+ "kind": "Reference",
3749
+ "text": "FoundationElement",
3750
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
3751
+ },
3752
+ {
3753
+ "kind": "Content",
3754
+ "text": ">>[]"
3755
+ }
3756
+ ],
3757
+ "fileUrlPath": "../../dist/libs/components/lib/tooltip/definition.d.ts",
3758
+ "isReadonly": true,
3759
+ "releaseTag": "Public",
3760
+ "name": "tooltipElements",
3761
+ "variableTypeTokenRange": {
3762
+ "startIndex": 1,
3763
+ "endIndex": 10
3764
+ }
3765
+ }
3766
+ ]
3767
+ }
3768
+ ]
3769
+ }