@vonage/vivid 3.0.0-next.11 → 3.0.0-next.110

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 (209) hide show
  1. package/README.md +165 -4
  2. package/accordion/index.js +5 -14
  3. package/accordion-item/index.js +34 -41
  4. package/action-group/index.js +37 -0
  5. package/avatar/index.js +61 -0
  6. package/badge/index.js +23 -35
  7. package/banner/index.js +20 -115
  8. package/breadcrumb/index.js +22 -19
  9. package/breadcrumb-item/index.js +28 -25
  10. package/button/index.js +29 -690
  11. package/calendar/index.js +70 -69
  12. package/calendar-event/index.js +109 -0
  13. package/card/index.js +112 -0
  14. package/checkbox/index.js +178 -0
  15. package/custom-elements.json +3941 -0
  16. package/dialog/index.js +214 -0
  17. package/divider/index.js +27 -0
  18. package/elevation/index.js +10 -16
  19. package/fab/index.js +98 -0
  20. package/focus/index.js +18 -3
  21. package/header/index.js +63 -0
  22. package/icon/index.js +9 -12
  23. package/index.js +68 -22
  24. package/layout/index.js +6 -16
  25. package/lib/accordion-item/accordion-item.d.ts +2 -2
  26. package/lib/accordion-item/index.d.ts +0 -1
  27. package/lib/action-group/action-group.d.ts +10 -0
  28. package/lib/{sidenav-item/sidenav-item.template.d.ts → action-group/action-group.template.d.ts} +2 -2
  29. package/lib/{sidenav-item → action-group}/index.d.ts +1 -2
  30. package/lib/avatar/avatar.d.ts +15 -0
  31. package/lib/avatar/avatar.template.d.ts +4 -0
  32. package/lib/avatar/index.d.ts +2 -0
  33. package/lib/badge/badge.d.ts +3 -5
  34. package/lib/badge/index.d.ts +1 -2
  35. package/lib/banner/banner.d.ts +1 -1
  36. package/lib/banner/banner.template.d.ts +0 -2
  37. package/lib/breadcrumb/breadcrumb.template.d.ts +4 -0
  38. package/lib/breadcrumb-item/breadcrumb-item.d.ts +1 -1
  39. package/lib/breadcrumb-item/index.d.ts +0 -1
  40. package/lib/button/button.d.ts +4 -3
  41. package/lib/button/index.d.ts +1 -21
  42. package/lib/calendar/calendar.d.ts +3 -1
  43. package/lib/calendar/index.d.ts +0 -1
  44. package/lib/calendar-event/calendar-event.d.ts +14 -0
  45. package/lib/calendar-event/calendar-event.template.d.ts +4 -0
  46. package/lib/calendar-event/index.d.ts +2 -0
  47. package/lib/card/card.d.ts +10 -0
  48. package/lib/{text/text.template.d.ts → card/card.template.d.ts} +2 -2
  49. package/lib/{text → card}/index.d.ts +1 -1
  50. package/lib/checkbox/checkbox.d.ts +5 -0
  51. package/lib/checkbox/checkbox.template.d.ts +4 -0
  52. package/lib/checkbox/index.d.ts +2 -0
  53. package/lib/components.d.ts +32 -10
  54. package/lib/dialog/dialog.d.ts +20 -0
  55. package/lib/dialog/dialog.template.d.ts +4 -0
  56. package/lib/dialog/index.d.ts +2 -0
  57. package/lib/divider/divider.d.ts +3 -0
  58. package/lib/divider/divider.template.d.ts +4 -0
  59. package/lib/divider/index.d.ts +2 -0
  60. package/lib/elevation/elevation.d.ts +1 -0
  61. package/lib/elevation/index.d.ts +1 -1
  62. package/lib/enums.d.ts +19 -6
  63. package/lib/fab/fab.d.ts +13 -0
  64. package/lib/fab/fab.template.d.ts +4 -0
  65. package/lib/fab/index.d.ts +2 -0
  66. package/lib/focus/index.d.ts +1 -1
  67. package/lib/header/header.d.ts +5 -0
  68. package/lib/header/header.template.d.ts +4 -0
  69. package/lib/header/index.d.ts +2 -0
  70. package/lib/icon/icon.d.ts +5 -6
  71. package/lib/layout/index.d.ts +1 -1
  72. package/lib/layout/layout.d.ts +4 -4
  73. package/lib/listbox/index.d.ts +1 -0
  74. package/lib/listbox/listbox.d.ts +9 -0
  75. package/lib/listbox/listbox.template.d.ts +4 -0
  76. package/lib/menu/index.d.ts +10 -0
  77. package/lib/menu/menu.d.ts +10 -0
  78. package/lib/menu/menu.template.d.ts +3 -0
  79. package/lib/menu-item/index.d.ts +2 -0
  80. package/lib/menu-item/menu-item.d.ts +7 -0
  81. package/lib/menu-item/menu-item.template.d.ts +5 -0
  82. package/lib/nav/index.d.ts +2 -0
  83. package/lib/nav/nav.d.ts +3 -0
  84. package/lib/nav/nav.template.d.ts +4 -0
  85. package/lib/nav-disclosure/index.d.ts +2 -0
  86. package/lib/nav-disclosure/nav-disclosure.d.ts +10 -0
  87. package/lib/nav-disclosure/nav-disclosure.template.d.ts +4 -0
  88. package/lib/nav-item/index.d.ts +2 -0
  89. package/lib/{sidenav-item/sidenav-item.d.ts → nav-item/nav-item.d.ts} +2 -2
  90. package/lib/nav-item/nav-item.template.d.ts +4 -0
  91. package/lib/note/index.d.ts +2 -0
  92. package/lib/note/note.d.ts +10 -0
  93. package/lib/note/note.template.d.ts +4 -0
  94. package/lib/number-field/index.d.ts +2 -0
  95. package/lib/number-field/number-field.d.ts +14 -0
  96. package/lib/number-field/number-field.template.d.ts +4 -0
  97. package/lib/option/index.d.ts +2 -0
  98. package/lib/option/option.d.ts +9 -0
  99. package/lib/option/option.template.d.ts +4 -0
  100. package/lib/popup/index.d.ts +1 -3
  101. package/lib/popup/popup.d.ts +3 -2
  102. package/lib/progress/progress.d.ts +1 -1
  103. package/lib/progress-ring/progress-ring.d.ts +2 -1
  104. package/lib/radio/index.d.ts +2 -0
  105. package/lib/radio/radio.d.ts +4 -0
  106. package/lib/radio/radio.template.d.ts +4 -0
  107. package/lib/radio-group/index.d.ts +10 -0
  108. package/lib/radio-group/radio-group.d.ts +4 -0
  109. package/lib/radio-group/radio-group.template.d.ts +4 -0
  110. package/lib/side-drawer/index.d.ts +1 -1
  111. package/lib/side-drawer/side-drawer.d.ts +3 -2
  112. package/lib/slider/index.d.ts +2 -0
  113. package/lib/slider/slider.d.ts +4 -0
  114. package/lib/slider/slider.template.d.ts +4 -0
  115. package/lib/switch/index.d.ts +2 -0
  116. package/lib/switch/switch.d.ts +7 -0
  117. package/lib/switch/switch.template.d.ts +4 -0
  118. package/lib/text-anchor/text-anchor.d.ts +1 -1
  119. package/lib/text-area/index.d.ts +2 -0
  120. package/lib/text-area/text-area.d.ts +9 -0
  121. package/lib/text-area/text-area.template.d.ts +4 -0
  122. package/lib/text-field/index.d.ts +2 -0
  123. package/lib/text-field/text-field.d.ts +14 -0
  124. package/lib/text-field/text-field.template.d.ts +4 -0
  125. package/lib/tooltip/index.d.ts +0 -1
  126. package/lib/tooltip/tooltip.d.ts +7 -7
  127. package/listbox/index.js +1086 -0
  128. package/menu/index.js +357 -0
  129. package/menu-item/index.js +90 -0
  130. package/nav/index.js +17 -0
  131. package/nav-disclosure/index.js +80 -0
  132. package/nav-item/index.js +44 -0
  133. package/note/index.js +59 -0
  134. package/number-field/index.js +460 -0
  135. package/option/index.js +75 -0
  136. package/package.json +62 -10
  137. package/popup/index.js +35 -2036
  138. package/progress/index.js +33 -38
  139. package/progress-ring/index.js +13 -13
  140. package/radio/index.js +52 -0
  141. package/radio-group/index.js +435 -0
  142. package/shared/affix.js +2 -8
  143. package/shared/anchor.js +11 -3
  144. package/shared/apply-mixins.js +5 -4
  145. package/shared/aria-global.js +2 -86
  146. package/shared/aria.js +9 -0
  147. package/shared/base-progress.js +6 -1
  148. package/shared/breadcrumb-item.js +2 -2
  149. package/shared/button.js +23 -0
  150. package/shared/button2.js +200 -0
  151. package/shared/calendar-event.js +19 -0
  152. package/shared/design-system/index.d.ts +1 -1
  153. package/shared/dialog-polyfill.esm.js +858 -0
  154. package/shared/direction.js +20 -0
  155. package/shared/divider.js +55 -0
  156. package/shared/dom.js +8 -0
  157. package/shared/elevation.js +10 -0
  158. package/shared/enums.js +70 -0
  159. package/shared/es.object.assign.js +2 -59
  160. package/shared/es.promise.resolve.js +944 -0
  161. package/shared/es.regexp.to-string.js +58 -0
  162. package/shared/focus.js +11 -0
  163. package/shared/focus2.js +5 -0
  164. package/shared/form-associated.js +466 -0
  165. package/shared/form-elements.js +343 -0
  166. package/shared/icon.js +32 -1153
  167. package/shared/index.js +3780 -83
  168. package/shared/index2.js +7 -19
  169. package/shared/key-codes.js +97 -0
  170. package/shared/listbox-option.js +201 -0
  171. package/shared/menu-item.js +277 -0
  172. package/shared/numbers.js +25 -0
  173. package/shared/patterns/focus.d.ts +3 -0
  174. package/shared/patterns/form-elements/form-elements.d.ts +31 -0
  175. package/shared/patterns/form-elements/index.d.ts +1 -0
  176. package/shared/patterns/index.d.ts +2 -0
  177. package/shared/popup.js +1484 -0
  178. package/shared/radio.js +127 -0
  179. package/shared/ref.js +41 -0
  180. package/shared/slotted.js +1 -1
  181. package/shared/start-end.js +50 -0
  182. package/shared/string-trim.js +39 -0
  183. package/shared/text-anchor.js +2 -13
  184. package/shared/text-anchor.template.js +6 -5
  185. package/shared/utils/index.d.ts +1 -0
  186. package/side-drawer/index.js +38 -34
  187. package/slider/index.js +596 -0
  188. package/styles/core/all.css +86 -0
  189. package/styles/core/theme.css +11 -0
  190. package/styles/core/typography.css +80 -0
  191. package/styles/fonts/SpeziaCompleteVariableItalicWeb.woff2 +0 -0
  192. package/styles/fonts/SpeziaCompleteVariableUprightWeb.woff2 +0 -0
  193. package/styles/fonts/SpeziaMonoCompleteVariableWeb.woff2 +0 -0
  194. package/styles/fonts/spezia.css +9 -12
  195. package/styles/tokens/theme-dark.css +230 -0
  196. package/styles/tokens/theme-light.css +230 -0
  197. package/switch/index.js +153 -0
  198. package/text-anchor/index.js +8 -3
  199. package/text-area/index.js +288 -0
  200. package/text-field/index.js +129 -0
  201. package/tooltip/index.js +59 -43
  202. package/vivid.api.json +2979 -0
  203. package/lib/text/text.d.ts +0 -10
  204. package/shared/style-inject.es.js +0 -28
  205. package/shared/web.dom-collections.iterator.js +0 -1479
  206. package/sidenav-item/index.js +0 -38
  207. package/styles/themes/dark.css +0 -205
  208. package/styles/themes/light.css +0 -205
  209. package/text/index.js +0 -45
package/vivid.api.json ADDED
@@ -0,0 +1,2979 @@
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!designSystem:var",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "designSystem: "
183
+ },
184
+ {
185
+ "kind": "Reference",
186
+ "text": "DesignSystem",
187
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
188
+ }
189
+ ],
190
+ "fileUrlPath": "../../dist/libs/components/shared/design-system/index.d.ts",
191
+ "isReadonly": true,
192
+ "releaseTag": "Public",
193
+ "name": "designSystem",
194
+ "variableTypeTokenRange": {
195
+ "startIndex": 1,
196
+ "endIndex": 2
197
+ }
198
+ },
199
+ {
200
+ "kind": "Variable",
201
+ "canonicalReference": "@vonage/vivid!getPrefix:var",
202
+ "docComment": "",
203
+ "excerptTokens": [
204
+ {
205
+ "kind": "Content",
206
+ "text": "getPrefix: "
207
+ },
208
+ {
209
+ "kind": "Content",
210
+ "text": "(url: string) => string"
211
+ }
212
+ ],
213
+ "fileUrlPath": "../../dist/libs/components/shared/design-system/index.d.ts",
214
+ "isReadonly": true,
215
+ "releaseTag": "Public",
216
+ "name": "getPrefix",
217
+ "variableTypeTokenRange": {
218
+ "startIndex": 1,
219
+ "endIndex": 2
220
+ }
221
+ },
222
+ {
223
+ "kind": "Variable",
224
+ "canonicalReference": "@vonage/vivid!vividAccordion:var",
225
+ "docComment": "",
226
+ "excerptTokens": [
227
+ {
228
+ "kind": "Content",
229
+ "text": "vividAccordion: "
230
+ },
231
+ {
232
+ "kind": "Content",
233
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
234
+ },
235
+ {
236
+ "kind": "Reference",
237
+ "text": "OverrideFoundationElementDefinition",
238
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
239
+ },
240
+ {
241
+ "kind": "Content",
242
+ "text": "<"
243
+ },
244
+ {
245
+ "kind": "Reference",
246
+ "text": "FoundationElementDefinition",
247
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
248
+ },
249
+ {
250
+ "kind": "Content",
251
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
252
+ },
253
+ {
254
+ "kind": "Reference",
255
+ "text": "FoundationElementRegistry",
256
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
257
+ },
258
+ {
259
+ "kind": "Content",
260
+ "text": "<"
261
+ },
262
+ {
263
+ "kind": "Reference",
264
+ "text": "FoundationElementDefinition",
265
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
266
+ },
267
+ {
268
+ "kind": "Content",
269
+ "text": ", import(\"@microsoft/fast-element\")."
270
+ },
271
+ {
272
+ "kind": "Reference",
273
+ "text": "Constructable",
274
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
275
+ },
276
+ {
277
+ "kind": "Content",
278
+ "text": "<import(\"@microsoft/fast-foundation\")."
279
+ },
280
+ {
281
+ "kind": "Reference",
282
+ "text": "FoundationElement",
283
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
284
+ },
285
+ {
286
+ "kind": "Content",
287
+ "text": ">>"
288
+ }
289
+ ],
290
+ "fileUrlPath": "../../dist/libs/components/lib/accordion/index.d.ts",
291
+ "isReadonly": true,
292
+ "releaseTag": "Public",
293
+ "name": "vividAccordion",
294
+ "variableTypeTokenRange": {
295
+ "startIndex": 1,
296
+ "endIndex": 14
297
+ }
298
+ },
299
+ {
300
+ "kind": "Variable",
301
+ "canonicalReference": "@vonage/vivid!vividAccordionItem:var",
302
+ "docComment": "",
303
+ "excerptTokens": [
304
+ {
305
+ "kind": "Content",
306
+ "text": "vividAccordionItem: "
307
+ },
308
+ {
309
+ "kind": "Content",
310
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
311
+ },
312
+ {
313
+ "kind": "Reference",
314
+ "text": "OverrideFoundationElementDefinition",
315
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
316
+ },
317
+ {
318
+ "kind": "Content",
319
+ "text": "<"
320
+ },
321
+ {
322
+ "kind": "Reference",
323
+ "text": "FoundationElementDefinition",
324
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
325
+ },
326
+ {
327
+ "kind": "Content",
328
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
329
+ },
330
+ {
331
+ "kind": "Reference",
332
+ "text": "FoundationElementRegistry",
333
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
334
+ },
335
+ {
336
+ "kind": "Content",
337
+ "text": "<"
338
+ },
339
+ {
340
+ "kind": "Reference",
341
+ "text": "FoundationElementDefinition",
342
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
343
+ },
344
+ {
345
+ "kind": "Content",
346
+ "text": ", import(\"@microsoft/fast-element\")."
347
+ },
348
+ {
349
+ "kind": "Reference",
350
+ "text": "Constructable",
351
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
352
+ },
353
+ {
354
+ "kind": "Content",
355
+ "text": "<import(\"@microsoft/fast-foundation\")."
356
+ },
357
+ {
358
+ "kind": "Reference",
359
+ "text": "FoundationElement",
360
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
361
+ },
362
+ {
363
+ "kind": "Content",
364
+ "text": ">>"
365
+ }
366
+ ],
367
+ "fileUrlPath": "../../dist/libs/components/lib/accordion-item/index.d.ts",
368
+ "isReadonly": true,
369
+ "releaseTag": "Public",
370
+ "name": "vividAccordionItem",
371
+ "variableTypeTokenRange": {
372
+ "startIndex": 1,
373
+ "endIndex": 14
374
+ }
375
+ },
376
+ {
377
+ "kind": "Variable",
378
+ "canonicalReference": "@vonage/vivid!vividActionGroup:var",
379
+ "docComment": "",
380
+ "excerptTokens": [
381
+ {
382
+ "kind": "Content",
383
+ "text": "vividActionGroup: "
384
+ },
385
+ {
386
+ "kind": "Content",
387
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
388
+ },
389
+ {
390
+ "kind": "Reference",
391
+ "text": "OverrideFoundationElementDefinition",
392
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
393
+ },
394
+ {
395
+ "kind": "Content",
396
+ "text": "<"
397
+ },
398
+ {
399
+ "kind": "Reference",
400
+ "text": "FoundationElementDefinition",
401
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
402
+ },
403
+ {
404
+ "kind": "Content",
405
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
406
+ },
407
+ {
408
+ "kind": "Reference",
409
+ "text": "FoundationElementRegistry",
410
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
411
+ },
412
+ {
413
+ "kind": "Content",
414
+ "text": "<"
415
+ },
416
+ {
417
+ "kind": "Reference",
418
+ "text": "FoundationElementDefinition",
419
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
420
+ },
421
+ {
422
+ "kind": "Content",
423
+ "text": ", import(\"@microsoft/fast-element\")."
424
+ },
425
+ {
426
+ "kind": "Reference",
427
+ "text": "Constructable",
428
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
429
+ },
430
+ {
431
+ "kind": "Content",
432
+ "text": "<import(\"@microsoft/fast-foundation\")."
433
+ },
434
+ {
435
+ "kind": "Reference",
436
+ "text": "FoundationElement",
437
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
438
+ },
439
+ {
440
+ "kind": "Content",
441
+ "text": ">>"
442
+ }
443
+ ],
444
+ "fileUrlPath": "../../dist/libs/components/lib/action-group/index.d.ts",
445
+ "isReadonly": true,
446
+ "releaseTag": "Public",
447
+ "name": "vividActionGroup",
448
+ "variableTypeTokenRange": {
449
+ "startIndex": 1,
450
+ "endIndex": 14
451
+ }
452
+ },
453
+ {
454
+ "kind": "Variable",
455
+ "canonicalReference": "@vonage/vivid!vividAvatar:var",
456
+ "docComment": "",
457
+ "excerptTokens": [
458
+ {
459
+ "kind": "Content",
460
+ "text": "vividAvatar: "
461
+ },
462
+ {
463
+ "kind": "Content",
464
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
465
+ },
466
+ {
467
+ "kind": "Reference",
468
+ "text": "OverrideFoundationElementDefinition",
469
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
470
+ },
471
+ {
472
+ "kind": "Content",
473
+ "text": "<"
474
+ },
475
+ {
476
+ "kind": "Reference",
477
+ "text": "FoundationElementDefinition",
478
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
479
+ },
480
+ {
481
+ "kind": "Content",
482
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
483
+ },
484
+ {
485
+ "kind": "Reference",
486
+ "text": "FoundationElementRegistry",
487
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
488
+ },
489
+ {
490
+ "kind": "Content",
491
+ "text": "<"
492
+ },
493
+ {
494
+ "kind": "Reference",
495
+ "text": "FoundationElementDefinition",
496
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
497
+ },
498
+ {
499
+ "kind": "Content",
500
+ "text": ", import(\"@microsoft/fast-element\")."
501
+ },
502
+ {
503
+ "kind": "Reference",
504
+ "text": "Constructable",
505
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
506
+ },
507
+ {
508
+ "kind": "Content",
509
+ "text": "<import(\"@microsoft/fast-foundation\")."
510
+ },
511
+ {
512
+ "kind": "Reference",
513
+ "text": "FoundationElement",
514
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
515
+ },
516
+ {
517
+ "kind": "Content",
518
+ "text": ">>"
519
+ }
520
+ ],
521
+ "fileUrlPath": "../../dist/libs/components/lib/avatar/index.d.ts",
522
+ "isReadonly": true,
523
+ "releaseTag": "Public",
524
+ "name": "vividAvatar",
525
+ "variableTypeTokenRange": {
526
+ "startIndex": 1,
527
+ "endIndex": 14
528
+ }
529
+ },
530
+ {
531
+ "kind": "Variable",
532
+ "canonicalReference": "@vonage/vivid!vividBadge:var",
533
+ "docComment": "",
534
+ "excerptTokens": [
535
+ {
536
+ "kind": "Content",
537
+ "text": "vividBadge: "
538
+ },
539
+ {
540
+ "kind": "Content",
541
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
542
+ },
543
+ {
544
+ "kind": "Reference",
545
+ "text": "OverrideFoundationElementDefinition",
546
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
547
+ },
548
+ {
549
+ "kind": "Content",
550
+ "text": "<"
551
+ },
552
+ {
553
+ "kind": "Reference",
554
+ "text": "FoundationElementDefinition",
555
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
556
+ },
557
+ {
558
+ "kind": "Content",
559
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
560
+ },
561
+ {
562
+ "kind": "Reference",
563
+ "text": "FoundationElementRegistry",
564
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
565
+ },
566
+ {
567
+ "kind": "Content",
568
+ "text": "<"
569
+ },
570
+ {
571
+ "kind": "Reference",
572
+ "text": "FoundationElementDefinition",
573
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
574
+ },
575
+ {
576
+ "kind": "Content",
577
+ "text": ", import(\"@microsoft/fast-element\")."
578
+ },
579
+ {
580
+ "kind": "Reference",
581
+ "text": "Constructable",
582
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
583
+ },
584
+ {
585
+ "kind": "Content",
586
+ "text": "<import(\"@microsoft/fast-foundation\")."
587
+ },
588
+ {
589
+ "kind": "Reference",
590
+ "text": "FoundationElement",
591
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
592
+ },
593
+ {
594
+ "kind": "Content",
595
+ "text": ">>"
596
+ }
597
+ ],
598
+ "fileUrlPath": "../../dist/libs/components/lib/badge/index.d.ts",
599
+ "isReadonly": true,
600
+ "releaseTag": "Public",
601
+ "name": "vividBadge",
602
+ "variableTypeTokenRange": {
603
+ "startIndex": 1,
604
+ "endIndex": 14
605
+ }
606
+ },
607
+ {
608
+ "kind": "Variable",
609
+ "canonicalReference": "@vonage/vivid!vividBanner:var",
610
+ "docComment": "",
611
+ "excerptTokens": [
612
+ {
613
+ "kind": "Content",
614
+ "text": "vividBanner: "
615
+ },
616
+ {
617
+ "kind": "Content",
618
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
619
+ },
620
+ {
621
+ "kind": "Reference",
622
+ "text": "OverrideFoundationElementDefinition",
623
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
624
+ },
625
+ {
626
+ "kind": "Content",
627
+ "text": "<"
628
+ },
629
+ {
630
+ "kind": "Reference",
631
+ "text": "FoundationElementDefinition",
632
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
633
+ },
634
+ {
635
+ "kind": "Content",
636
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
637
+ },
638
+ {
639
+ "kind": "Reference",
640
+ "text": "FoundationElementRegistry",
641
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
642
+ },
643
+ {
644
+ "kind": "Content",
645
+ "text": "<"
646
+ },
647
+ {
648
+ "kind": "Reference",
649
+ "text": "FoundationElementDefinition",
650
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
651
+ },
652
+ {
653
+ "kind": "Content",
654
+ "text": ", import(\"@microsoft/fast-element\")."
655
+ },
656
+ {
657
+ "kind": "Reference",
658
+ "text": "Constructable",
659
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
660
+ },
661
+ {
662
+ "kind": "Content",
663
+ "text": "<import(\"@microsoft/fast-foundation\")."
664
+ },
665
+ {
666
+ "kind": "Reference",
667
+ "text": "FoundationElement",
668
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
669
+ },
670
+ {
671
+ "kind": "Content",
672
+ "text": ">>"
673
+ }
674
+ ],
675
+ "fileUrlPath": "../../dist/libs/components/lib/banner/index.d.ts",
676
+ "isReadonly": true,
677
+ "releaseTag": "Public",
678
+ "name": "vividBanner",
679
+ "variableTypeTokenRange": {
680
+ "startIndex": 1,
681
+ "endIndex": 14
682
+ }
683
+ },
684
+ {
685
+ "kind": "Variable",
686
+ "canonicalReference": "@vonage/vivid!vividBreadcrumb:var",
687
+ "docComment": "",
688
+ "excerptTokens": [
689
+ {
690
+ "kind": "Content",
691
+ "text": "vividBreadcrumb: "
692
+ },
693
+ {
694
+ "kind": "Content",
695
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
696
+ },
697
+ {
698
+ "kind": "Reference",
699
+ "text": "OverrideFoundationElementDefinition",
700
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
701
+ },
702
+ {
703
+ "kind": "Content",
704
+ "text": "<"
705
+ },
706
+ {
707
+ "kind": "Reference",
708
+ "text": "FoundationElementDefinition",
709
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
710
+ },
711
+ {
712
+ "kind": "Content",
713
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
714
+ },
715
+ {
716
+ "kind": "Reference",
717
+ "text": "FoundationElementRegistry",
718
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
719
+ },
720
+ {
721
+ "kind": "Content",
722
+ "text": "<"
723
+ },
724
+ {
725
+ "kind": "Reference",
726
+ "text": "FoundationElementDefinition",
727
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
728
+ },
729
+ {
730
+ "kind": "Content",
731
+ "text": ", import(\"@microsoft/fast-element\")."
732
+ },
733
+ {
734
+ "kind": "Reference",
735
+ "text": "Constructable",
736
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
737
+ },
738
+ {
739
+ "kind": "Content",
740
+ "text": "<import(\"@microsoft/fast-foundation\")."
741
+ },
742
+ {
743
+ "kind": "Reference",
744
+ "text": "FoundationElement",
745
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
746
+ },
747
+ {
748
+ "kind": "Content",
749
+ "text": ">>"
750
+ }
751
+ ],
752
+ "fileUrlPath": "../../dist/libs/components/lib/breadcrumb/index.d.ts",
753
+ "isReadonly": true,
754
+ "releaseTag": "Public",
755
+ "name": "vividBreadcrumb",
756
+ "variableTypeTokenRange": {
757
+ "startIndex": 1,
758
+ "endIndex": 14
759
+ }
760
+ },
761
+ {
762
+ "kind": "Variable",
763
+ "canonicalReference": "@vonage/vivid!vividBreadcrumbItem:var",
764
+ "docComment": "",
765
+ "excerptTokens": [
766
+ {
767
+ "kind": "Content",
768
+ "text": "vividBreadcrumbItem: "
769
+ },
770
+ {
771
+ "kind": "Content",
772
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
773
+ },
774
+ {
775
+ "kind": "Reference",
776
+ "text": "OverrideFoundationElementDefinition",
777
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
778
+ },
779
+ {
780
+ "kind": "Content",
781
+ "text": "<"
782
+ },
783
+ {
784
+ "kind": "Reference",
785
+ "text": "FoundationElementDefinition",
786
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
787
+ },
788
+ {
789
+ "kind": "Content",
790
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
791
+ },
792
+ {
793
+ "kind": "Reference",
794
+ "text": "FoundationElementRegistry",
795
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
796
+ },
797
+ {
798
+ "kind": "Content",
799
+ "text": "<"
800
+ },
801
+ {
802
+ "kind": "Reference",
803
+ "text": "FoundationElementDefinition",
804
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
805
+ },
806
+ {
807
+ "kind": "Content",
808
+ "text": ", import(\"@microsoft/fast-element\")."
809
+ },
810
+ {
811
+ "kind": "Reference",
812
+ "text": "Constructable",
813
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
814
+ },
815
+ {
816
+ "kind": "Content",
817
+ "text": "<import(\"@microsoft/fast-foundation\")."
818
+ },
819
+ {
820
+ "kind": "Reference",
821
+ "text": "FoundationElement",
822
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
823
+ },
824
+ {
825
+ "kind": "Content",
826
+ "text": ">>"
827
+ }
828
+ ],
829
+ "fileUrlPath": "../../dist/libs/components/lib/breadcrumb-item/index.d.ts",
830
+ "isReadonly": true,
831
+ "releaseTag": "Public",
832
+ "name": "vividBreadcrumbItem",
833
+ "variableTypeTokenRange": {
834
+ "startIndex": 1,
835
+ "endIndex": 14
836
+ }
837
+ },
838
+ {
839
+ "kind": "Variable",
840
+ "canonicalReference": "@vonage/vivid!vividCalendar:var",
841
+ "docComment": "",
842
+ "excerptTokens": [
843
+ {
844
+ "kind": "Content",
845
+ "text": "vividCalendar: "
846
+ },
847
+ {
848
+ "kind": "Content",
849
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
850
+ },
851
+ {
852
+ "kind": "Reference",
853
+ "text": "OverrideFoundationElementDefinition",
854
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
855
+ },
856
+ {
857
+ "kind": "Content",
858
+ "text": "<"
859
+ },
860
+ {
861
+ "kind": "Reference",
862
+ "text": "FoundationElementDefinition",
863
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
864
+ },
865
+ {
866
+ "kind": "Content",
867
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
868
+ },
869
+ {
870
+ "kind": "Reference",
871
+ "text": "FoundationElementRegistry",
872
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
873
+ },
874
+ {
875
+ "kind": "Content",
876
+ "text": "<"
877
+ },
878
+ {
879
+ "kind": "Reference",
880
+ "text": "FoundationElementDefinition",
881
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
882
+ },
883
+ {
884
+ "kind": "Content",
885
+ "text": ", import(\"@microsoft/fast-element\")."
886
+ },
887
+ {
888
+ "kind": "Reference",
889
+ "text": "Constructable",
890
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
891
+ },
892
+ {
893
+ "kind": "Content",
894
+ "text": "<import(\"@microsoft/fast-foundation\")."
895
+ },
896
+ {
897
+ "kind": "Reference",
898
+ "text": "FoundationElement",
899
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
900
+ },
901
+ {
902
+ "kind": "Content",
903
+ "text": ">>"
904
+ }
905
+ ],
906
+ "fileUrlPath": "../../dist/libs/components/lib/calendar/index.d.ts",
907
+ "isReadonly": true,
908
+ "releaseTag": "Public",
909
+ "name": "vividCalendar",
910
+ "variableTypeTokenRange": {
911
+ "startIndex": 1,
912
+ "endIndex": 14
913
+ }
914
+ },
915
+ {
916
+ "kind": "Variable",
917
+ "canonicalReference": "@vonage/vivid!vividCalendarEvent:var",
918
+ "docComment": "",
919
+ "excerptTokens": [
920
+ {
921
+ "kind": "Content",
922
+ "text": "vividCalendarEvent: "
923
+ },
924
+ {
925
+ "kind": "Content",
926
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
927
+ },
928
+ {
929
+ "kind": "Reference",
930
+ "text": "OverrideFoundationElementDefinition",
931
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
932
+ },
933
+ {
934
+ "kind": "Content",
935
+ "text": "<"
936
+ },
937
+ {
938
+ "kind": "Reference",
939
+ "text": "FoundationElementDefinition",
940
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
941
+ },
942
+ {
943
+ "kind": "Content",
944
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
945
+ },
946
+ {
947
+ "kind": "Reference",
948
+ "text": "FoundationElementRegistry",
949
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
950
+ },
951
+ {
952
+ "kind": "Content",
953
+ "text": "<"
954
+ },
955
+ {
956
+ "kind": "Reference",
957
+ "text": "FoundationElementDefinition",
958
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
959
+ },
960
+ {
961
+ "kind": "Content",
962
+ "text": ", import(\"@microsoft/fast-element\")."
963
+ },
964
+ {
965
+ "kind": "Reference",
966
+ "text": "Constructable",
967
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
968
+ },
969
+ {
970
+ "kind": "Content",
971
+ "text": "<import(\"@microsoft/fast-foundation\")."
972
+ },
973
+ {
974
+ "kind": "Reference",
975
+ "text": "FoundationElement",
976
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
977
+ },
978
+ {
979
+ "kind": "Content",
980
+ "text": ">>"
981
+ }
982
+ ],
983
+ "fileUrlPath": "../../dist/libs/components/lib/calendar-event/index.d.ts",
984
+ "isReadonly": true,
985
+ "releaseTag": "Public",
986
+ "name": "vividCalendarEvent",
987
+ "variableTypeTokenRange": {
988
+ "startIndex": 1,
989
+ "endIndex": 14
990
+ }
991
+ },
992
+ {
993
+ "kind": "Variable",
994
+ "canonicalReference": "@vonage/vivid!vividCard:var",
995
+ "docComment": "",
996
+ "excerptTokens": [
997
+ {
998
+ "kind": "Content",
999
+ "text": "vividCard: "
1000
+ },
1001
+ {
1002
+ "kind": "Content",
1003
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1004
+ },
1005
+ {
1006
+ "kind": "Reference",
1007
+ "text": "OverrideFoundationElementDefinition",
1008
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1009
+ },
1010
+ {
1011
+ "kind": "Content",
1012
+ "text": "<"
1013
+ },
1014
+ {
1015
+ "kind": "Reference",
1016
+ "text": "FoundationElementDefinition",
1017
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1018
+ },
1019
+ {
1020
+ "kind": "Content",
1021
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
1022
+ },
1023
+ {
1024
+ "kind": "Reference",
1025
+ "text": "FoundationElementRegistry",
1026
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1027
+ },
1028
+ {
1029
+ "kind": "Content",
1030
+ "text": "<"
1031
+ },
1032
+ {
1033
+ "kind": "Reference",
1034
+ "text": "FoundationElementDefinition",
1035
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1036
+ },
1037
+ {
1038
+ "kind": "Content",
1039
+ "text": ", import(\"@microsoft/fast-element\")."
1040
+ },
1041
+ {
1042
+ "kind": "Reference",
1043
+ "text": "Constructable",
1044
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1045
+ },
1046
+ {
1047
+ "kind": "Content",
1048
+ "text": "<import(\"@microsoft/fast-foundation\")."
1049
+ },
1050
+ {
1051
+ "kind": "Reference",
1052
+ "text": "FoundationElement",
1053
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1054
+ },
1055
+ {
1056
+ "kind": "Content",
1057
+ "text": ">>"
1058
+ }
1059
+ ],
1060
+ "fileUrlPath": "../../dist/libs/components/lib/card/index.d.ts",
1061
+ "isReadonly": true,
1062
+ "releaseTag": "Public",
1063
+ "name": "vividCard",
1064
+ "variableTypeTokenRange": {
1065
+ "startIndex": 1,
1066
+ "endIndex": 14
1067
+ }
1068
+ },
1069
+ {
1070
+ "kind": "Variable",
1071
+ "canonicalReference": "@vonage/vivid!vividCheckbox:var",
1072
+ "docComment": "",
1073
+ "excerptTokens": [
1074
+ {
1075
+ "kind": "Content",
1076
+ "text": "vividCheckbox: "
1077
+ },
1078
+ {
1079
+ "kind": "Content",
1080
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1081
+ },
1082
+ {
1083
+ "kind": "Reference",
1084
+ "text": "OverrideFoundationElementDefinition",
1085
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1086
+ },
1087
+ {
1088
+ "kind": "Content",
1089
+ "text": "<"
1090
+ },
1091
+ {
1092
+ "kind": "Reference",
1093
+ "text": "CheckboxOptions",
1094
+ "canonicalReference": "@microsoft/fast-foundation!CheckboxOptions:type"
1095
+ },
1096
+ {
1097
+ "kind": "Content",
1098
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
1099
+ },
1100
+ {
1101
+ "kind": "Reference",
1102
+ "text": "FoundationElementRegistry",
1103
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1104
+ },
1105
+ {
1106
+ "kind": "Content",
1107
+ "text": "<"
1108
+ },
1109
+ {
1110
+ "kind": "Reference",
1111
+ "text": "CheckboxOptions",
1112
+ "canonicalReference": "@microsoft/fast-foundation!CheckboxOptions:type"
1113
+ },
1114
+ {
1115
+ "kind": "Content",
1116
+ "text": ", import(\"@microsoft/fast-element\")."
1117
+ },
1118
+ {
1119
+ "kind": "Reference",
1120
+ "text": "Constructable",
1121
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1122
+ },
1123
+ {
1124
+ "kind": "Content",
1125
+ "text": "<import(\"@microsoft/fast-foundation\")."
1126
+ },
1127
+ {
1128
+ "kind": "Reference",
1129
+ "text": "FoundationElement",
1130
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1131
+ },
1132
+ {
1133
+ "kind": "Content",
1134
+ "text": ">>"
1135
+ }
1136
+ ],
1137
+ "fileUrlPath": "../../dist/libs/components/lib/checkbox/index.d.ts",
1138
+ "isReadonly": true,
1139
+ "releaseTag": "Public",
1140
+ "name": "vividCheckbox",
1141
+ "variableTypeTokenRange": {
1142
+ "startIndex": 1,
1143
+ "endIndex": 14
1144
+ }
1145
+ },
1146
+ {
1147
+ "kind": "Variable",
1148
+ "canonicalReference": "@vonage/vivid!vividDialog:var",
1149
+ "docComment": "",
1150
+ "excerptTokens": [
1151
+ {
1152
+ "kind": "Content",
1153
+ "text": "vividDialog: "
1154
+ },
1155
+ {
1156
+ "kind": "Content",
1157
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1158
+ },
1159
+ {
1160
+ "kind": "Reference",
1161
+ "text": "OverrideFoundationElementDefinition",
1162
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1163
+ },
1164
+ {
1165
+ "kind": "Content",
1166
+ "text": "<"
1167
+ },
1168
+ {
1169
+ "kind": "Reference",
1170
+ "text": "FoundationElementDefinition",
1171
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1172
+ },
1173
+ {
1174
+ "kind": "Content",
1175
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
1176
+ },
1177
+ {
1178
+ "kind": "Reference",
1179
+ "text": "FoundationElementRegistry",
1180
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1181
+ },
1182
+ {
1183
+ "kind": "Content",
1184
+ "text": "<"
1185
+ },
1186
+ {
1187
+ "kind": "Reference",
1188
+ "text": "FoundationElementDefinition",
1189
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1190
+ },
1191
+ {
1192
+ "kind": "Content",
1193
+ "text": ", import(\"@microsoft/fast-element\")."
1194
+ },
1195
+ {
1196
+ "kind": "Reference",
1197
+ "text": "Constructable",
1198
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1199
+ },
1200
+ {
1201
+ "kind": "Content",
1202
+ "text": "<import(\"@microsoft/fast-foundation\")."
1203
+ },
1204
+ {
1205
+ "kind": "Reference",
1206
+ "text": "FoundationElement",
1207
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1208
+ },
1209
+ {
1210
+ "kind": "Content",
1211
+ "text": ">>"
1212
+ }
1213
+ ],
1214
+ "fileUrlPath": "../../dist/libs/components/lib/dialog/index.d.ts",
1215
+ "isReadonly": true,
1216
+ "releaseTag": "Public",
1217
+ "name": "vividDialog",
1218
+ "variableTypeTokenRange": {
1219
+ "startIndex": 1,
1220
+ "endIndex": 14
1221
+ }
1222
+ },
1223
+ {
1224
+ "kind": "Variable",
1225
+ "canonicalReference": "@vonage/vivid!vividDivider:var",
1226
+ "docComment": "",
1227
+ "excerptTokens": [
1228
+ {
1229
+ "kind": "Content",
1230
+ "text": "vividDivider: "
1231
+ },
1232
+ {
1233
+ "kind": "Content",
1234
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1235
+ },
1236
+ {
1237
+ "kind": "Reference",
1238
+ "text": "OverrideFoundationElementDefinition",
1239
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1240
+ },
1241
+ {
1242
+ "kind": "Content",
1243
+ "text": "<"
1244
+ },
1245
+ {
1246
+ "kind": "Reference",
1247
+ "text": "FoundationElementDefinition",
1248
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1249
+ },
1250
+ {
1251
+ "kind": "Content",
1252
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
1253
+ },
1254
+ {
1255
+ "kind": "Reference",
1256
+ "text": "FoundationElementRegistry",
1257
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1258
+ },
1259
+ {
1260
+ "kind": "Content",
1261
+ "text": "<"
1262
+ },
1263
+ {
1264
+ "kind": "Reference",
1265
+ "text": "FoundationElementDefinition",
1266
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1267
+ },
1268
+ {
1269
+ "kind": "Content",
1270
+ "text": ", import(\"@microsoft/fast-element\")."
1271
+ },
1272
+ {
1273
+ "kind": "Reference",
1274
+ "text": "Constructable",
1275
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1276
+ },
1277
+ {
1278
+ "kind": "Content",
1279
+ "text": "<import(\"@microsoft/fast-foundation\")."
1280
+ },
1281
+ {
1282
+ "kind": "Reference",
1283
+ "text": "FoundationElement",
1284
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1285
+ },
1286
+ {
1287
+ "kind": "Content",
1288
+ "text": ">>"
1289
+ }
1290
+ ],
1291
+ "fileUrlPath": "../../dist/libs/components/lib/divider/index.d.ts",
1292
+ "isReadonly": true,
1293
+ "releaseTag": "Public",
1294
+ "name": "vividDivider",
1295
+ "variableTypeTokenRange": {
1296
+ "startIndex": 1,
1297
+ "endIndex": 14
1298
+ }
1299
+ },
1300
+ {
1301
+ "kind": "Variable",
1302
+ "canonicalReference": "@vonage/vivid!vividElevation:var",
1303
+ "docComment": "",
1304
+ "excerptTokens": [
1305
+ {
1306
+ "kind": "Content",
1307
+ "text": "vividElevation: "
1308
+ },
1309
+ {
1310
+ "kind": "Content",
1311
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1312
+ },
1313
+ {
1314
+ "kind": "Reference",
1315
+ "text": "OverrideFoundationElementDefinition",
1316
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1317
+ },
1318
+ {
1319
+ "kind": "Content",
1320
+ "text": "<"
1321
+ },
1322
+ {
1323
+ "kind": "Reference",
1324
+ "text": "FoundationElementDefinition",
1325
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1326
+ },
1327
+ {
1328
+ "kind": "Content",
1329
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
1330
+ },
1331
+ {
1332
+ "kind": "Reference",
1333
+ "text": "FoundationElementRegistry",
1334
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1335
+ },
1336
+ {
1337
+ "kind": "Content",
1338
+ "text": "<"
1339
+ },
1340
+ {
1341
+ "kind": "Reference",
1342
+ "text": "FoundationElementDefinition",
1343
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1344
+ },
1345
+ {
1346
+ "kind": "Content",
1347
+ "text": ", import(\"@microsoft/fast-element\")."
1348
+ },
1349
+ {
1350
+ "kind": "Reference",
1351
+ "text": "Constructable",
1352
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1353
+ },
1354
+ {
1355
+ "kind": "Content",
1356
+ "text": "<import(\"@microsoft/fast-foundation\")."
1357
+ },
1358
+ {
1359
+ "kind": "Reference",
1360
+ "text": "FoundationElement",
1361
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1362
+ },
1363
+ {
1364
+ "kind": "Content",
1365
+ "text": ">>"
1366
+ }
1367
+ ],
1368
+ "fileUrlPath": "../../dist/libs/components/lib/elevation/index.d.ts",
1369
+ "isReadonly": true,
1370
+ "releaseTag": "Public",
1371
+ "name": "vividElevation",
1372
+ "variableTypeTokenRange": {
1373
+ "startIndex": 1,
1374
+ "endIndex": 14
1375
+ }
1376
+ },
1377
+ {
1378
+ "kind": "Variable",
1379
+ "canonicalReference": "@vonage/vivid!vividFab:var",
1380
+ "docComment": "",
1381
+ "excerptTokens": [
1382
+ {
1383
+ "kind": "Content",
1384
+ "text": "vividFab: "
1385
+ },
1386
+ {
1387
+ "kind": "Content",
1388
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1389
+ },
1390
+ {
1391
+ "kind": "Reference",
1392
+ "text": "OverrideFoundationElementDefinition",
1393
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1394
+ },
1395
+ {
1396
+ "kind": "Content",
1397
+ "text": "<"
1398
+ },
1399
+ {
1400
+ "kind": "Reference",
1401
+ "text": "FoundationElementDefinition",
1402
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1403
+ },
1404
+ {
1405
+ "kind": "Content",
1406
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
1407
+ },
1408
+ {
1409
+ "kind": "Reference",
1410
+ "text": "FoundationElementRegistry",
1411
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1412
+ },
1413
+ {
1414
+ "kind": "Content",
1415
+ "text": "<"
1416
+ },
1417
+ {
1418
+ "kind": "Reference",
1419
+ "text": "FoundationElementDefinition",
1420
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1421
+ },
1422
+ {
1423
+ "kind": "Content",
1424
+ "text": ", import(\"@microsoft/fast-element\")."
1425
+ },
1426
+ {
1427
+ "kind": "Reference",
1428
+ "text": "Constructable",
1429
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1430
+ },
1431
+ {
1432
+ "kind": "Content",
1433
+ "text": "<import(\"@microsoft/fast-foundation\")."
1434
+ },
1435
+ {
1436
+ "kind": "Reference",
1437
+ "text": "FoundationElement",
1438
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1439
+ },
1440
+ {
1441
+ "kind": "Content",
1442
+ "text": ">>"
1443
+ }
1444
+ ],
1445
+ "fileUrlPath": "../../dist/libs/components/lib/fab/index.d.ts",
1446
+ "isReadonly": true,
1447
+ "releaseTag": "Public",
1448
+ "name": "vividFab",
1449
+ "variableTypeTokenRange": {
1450
+ "startIndex": 1,
1451
+ "endIndex": 14
1452
+ }
1453
+ },
1454
+ {
1455
+ "kind": "Variable",
1456
+ "canonicalReference": "@vonage/vivid!vividIcon:var",
1457
+ "docComment": "",
1458
+ "excerptTokens": [
1459
+ {
1460
+ "kind": "Content",
1461
+ "text": "vividIcon: "
1462
+ },
1463
+ {
1464
+ "kind": "Content",
1465
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1466
+ },
1467
+ {
1468
+ "kind": "Reference",
1469
+ "text": "OverrideFoundationElementDefinition",
1470
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1471
+ },
1472
+ {
1473
+ "kind": "Content",
1474
+ "text": "<"
1475
+ },
1476
+ {
1477
+ "kind": "Reference",
1478
+ "text": "FoundationElementDefinition",
1479
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1480
+ },
1481
+ {
1482
+ "kind": "Content",
1483
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
1484
+ },
1485
+ {
1486
+ "kind": "Reference",
1487
+ "text": "FoundationElementRegistry",
1488
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1489
+ },
1490
+ {
1491
+ "kind": "Content",
1492
+ "text": "<"
1493
+ },
1494
+ {
1495
+ "kind": "Reference",
1496
+ "text": "FoundationElementDefinition",
1497
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1498
+ },
1499
+ {
1500
+ "kind": "Content",
1501
+ "text": ", import(\"@microsoft/fast-element\")."
1502
+ },
1503
+ {
1504
+ "kind": "Reference",
1505
+ "text": "Constructable",
1506
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1507
+ },
1508
+ {
1509
+ "kind": "Content",
1510
+ "text": "<import(\"@microsoft/fast-foundation\")."
1511
+ },
1512
+ {
1513
+ "kind": "Reference",
1514
+ "text": "FoundationElement",
1515
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1516
+ },
1517
+ {
1518
+ "kind": "Content",
1519
+ "text": ">>"
1520
+ }
1521
+ ],
1522
+ "fileUrlPath": "../../dist/libs/components/lib/icon/index.d.ts",
1523
+ "isReadonly": true,
1524
+ "releaseTag": "Public",
1525
+ "name": "vividIcon",
1526
+ "variableTypeTokenRange": {
1527
+ "startIndex": 1,
1528
+ "endIndex": 14
1529
+ }
1530
+ },
1531
+ {
1532
+ "kind": "Variable",
1533
+ "canonicalReference": "@vonage/vivid!vividLayout:var",
1534
+ "docComment": "",
1535
+ "excerptTokens": [
1536
+ {
1537
+ "kind": "Content",
1538
+ "text": "vividLayout: "
1539
+ },
1540
+ {
1541
+ "kind": "Content",
1542
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1543
+ },
1544
+ {
1545
+ "kind": "Reference",
1546
+ "text": "OverrideFoundationElementDefinition",
1547
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1548
+ },
1549
+ {
1550
+ "kind": "Content",
1551
+ "text": "<"
1552
+ },
1553
+ {
1554
+ "kind": "Reference",
1555
+ "text": "FoundationElementDefinition",
1556
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1557
+ },
1558
+ {
1559
+ "kind": "Content",
1560
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
1561
+ },
1562
+ {
1563
+ "kind": "Reference",
1564
+ "text": "FoundationElementRegistry",
1565
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1566
+ },
1567
+ {
1568
+ "kind": "Content",
1569
+ "text": "<"
1570
+ },
1571
+ {
1572
+ "kind": "Reference",
1573
+ "text": "FoundationElementDefinition",
1574
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1575
+ },
1576
+ {
1577
+ "kind": "Content",
1578
+ "text": ", import(\"@microsoft/fast-element\")."
1579
+ },
1580
+ {
1581
+ "kind": "Reference",
1582
+ "text": "Constructable",
1583
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1584
+ },
1585
+ {
1586
+ "kind": "Content",
1587
+ "text": "<import(\"@microsoft/fast-foundation\")."
1588
+ },
1589
+ {
1590
+ "kind": "Reference",
1591
+ "text": "FoundationElement",
1592
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1593
+ },
1594
+ {
1595
+ "kind": "Content",
1596
+ "text": ">>"
1597
+ }
1598
+ ],
1599
+ "fileUrlPath": "../../dist/libs/components/lib/layout/index.d.ts",
1600
+ "isReadonly": true,
1601
+ "releaseTag": "Public",
1602
+ "name": "vividLayout",
1603
+ "variableTypeTokenRange": {
1604
+ "startIndex": 1,
1605
+ "endIndex": 14
1606
+ }
1607
+ },
1608
+ {
1609
+ "kind": "Variable",
1610
+ "canonicalReference": "@vonage/vivid!vividListboxOption:var",
1611
+ "docComment": "",
1612
+ "excerptTokens": [
1613
+ {
1614
+ "kind": "Content",
1615
+ "text": "vividListboxOption: "
1616
+ },
1617
+ {
1618
+ "kind": "Content",
1619
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1620
+ },
1621
+ {
1622
+ "kind": "Reference",
1623
+ "text": "OverrideFoundationElementDefinition",
1624
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1625
+ },
1626
+ {
1627
+ "kind": "Content",
1628
+ "text": "<"
1629
+ },
1630
+ {
1631
+ "kind": "Reference",
1632
+ "text": "FoundationElementDefinition",
1633
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1634
+ },
1635
+ {
1636
+ "kind": "Content",
1637
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
1638
+ },
1639
+ {
1640
+ "kind": "Reference",
1641
+ "text": "FoundationElementRegistry",
1642
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1643
+ },
1644
+ {
1645
+ "kind": "Content",
1646
+ "text": "<"
1647
+ },
1648
+ {
1649
+ "kind": "Reference",
1650
+ "text": "FoundationElementDefinition",
1651
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1652
+ },
1653
+ {
1654
+ "kind": "Content",
1655
+ "text": ", import(\"@microsoft/fast-element\")."
1656
+ },
1657
+ {
1658
+ "kind": "Reference",
1659
+ "text": "Constructable",
1660
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1661
+ },
1662
+ {
1663
+ "kind": "Content",
1664
+ "text": "<import(\"@microsoft/fast-foundation\")."
1665
+ },
1666
+ {
1667
+ "kind": "Reference",
1668
+ "text": "FoundationElement",
1669
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1670
+ },
1671
+ {
1672
+ "kind": "Content",
1673
+ "text": ">>"
1674
+ }
1675
+ ],
1676
+ "fileUrlPath": "../../dist/libs/components/lib/option/index.d.ts",
1677
+ "isReadonly": true,
1678
+ "releaseTag": "Public",
1679
+ "name": "vividListboxOption",
1680
+ "variableTypeTokenRange": {
1681
+ "startIndex": 1,
1682
+ "endIndex": 14
1683
+ }
1684
+ },
1685
+ {
1686
+ "kind": "Variable",
1687
+ "canonicalReference": "@vonage/vivid!vividMenu:var",
1688
+ "docComment": "",
1689
+ "excerptTokens": [
1690
+ {
1691
+ "kind": "Content",
1692
+ "text": "vividMenu: "
1693
+ },
1694
+ {
1695
+ "kind": "Content",
1696
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1697
+ },
1698
+ {
1699
+ "kind": "Reference",
1700
+ "text": "OverrideFoundationElementDefinition",
1701
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1702
+ },
1703
+ {
1704
+ "kind": "Content",
1705
+ "text": "<{\n baseName: string;\n template: any;\n styles: import(\"@microsoft/fast-element\")."
1706
+ },
1707
+ {
1708
+ "kind": "Reference",
1709
+ "text": "ComposableStyles",
1710
+ "canonicalReference": "@microsoft/fast-element!ComposableStyles:type"
1711
+ },
1712
+ {
1713
+ "kind": "Content",
1714
+ "text": ";\n}> | undefined) => import(\"@microsoft/fast-foundation\")."
1715
+ },
1716
+ {
1717
+ "kind": "Reference",
1718
+ "text": "FoundationElementRegistry",
1719
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1720
+ },
1721
+ {
1722
+ "kind": "Content",
1723
+ "text": "<{\n baseName: string;\n template: any;\n styles: import(\"@microsoft/fast-element\")."
1724
+ },
1725
+ {
1726
+ "kind": "Reference",
1727
+ "text": "ComposableStyles",
1728
+ "canonicalReference": "@microsoft/fast-element!ComposableStyles:type"
1729
+ },
1730
+ {
1731
+ "kind": "Content",
1732
+ "text": ";\n}, typeof "
1733
+ },
1734
+ {
1735
+ "kind": "Reference",
1736
+ "text": "Menu",
1737
+ "canonicalReference": "@vonage/vivid!~Menu:class"
1738
+ },
1739
+ {
1740
+ "kind": "Content",
1741
+ "text": ">"
1742
+ }
1743
+ ],
1744
+ "fileUrlPath": "../../dist/libs/components/lib/menu/index.d.ts",
1745
+ "isReadonly": true,
1746
+ "releaseTag": "Public",
1747
+ "name": "vividMenu",
1748
+ "variableTypeTokenRange": {
1749
+ "startIndex": 1,
1750
+ "endIndex": 12
1751
+ }
1752
+ },
1753
+ {
1754
+ "kind": "Variable",
1755
+ "canonicalReference": "@vonage/vivid!vividMenuItem:var",
1756
+ "docComment": "",
1757
+ "excerptTokens": [
1758
+ {
1759
+ "kind": "Content",
1760
+ "text": "vividMenuItem: "
1761
+ },
1762
+ {
1763
+ "kind": "Content",
1764
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1765
+ },
1766
+ {
1767
+ "kind": "Reference",
1768
+ "text": "OverrideFoundationElementDefinition",
1769
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1770
+ },
1771
+ {
1772
+ "kind": "Content",
1773
+ "text": "<"
1774
+ },
1775
+ {
1776
+ "kind": "Reference",
1777
+ "text": "MenuItemOptions",
1778
+ "canonicalReference": "@microsoft/fast-foundation!MenuItemOptions:type"
1779
+ },
1780
+ {
1781
+ "kind": "Content",
1782
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
1783
+ },
1784
+ {
1785
+ "kind": "Reference",
1786
+ "text": "FoundationElementRegistry",
1787
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1788
+ },
1789
+ {
1790
+ "kind": "Content",
1791
+ "text": "<"
1792
+ },
1793
+ {
1794
+ "kind": "Reference",
1795
+ "text": "MenuItemOptions",
1796
+ "canonicalReference": "@microsoft/fast-foundation!MenuItemOptions:type"
1797
+ },
1798
+ {
1799
+ "kind": "Content",
1800
+ "text": ", import(\"@microsoft/fast-element\")."
1801
+ },
1802
+ {
1803
+ "kind": "Reference",
1804
+ "text": "Constructable",
1805
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1806
+ },
1807
+ {
1808
+ "kind": "Content",
1809
+ "text": "<import(\"@microsoft/fast-foundation\")."
1810
+ },
1811
+ {
1812
+ "kind": "Reference",
1813
+ "text": "FoundationElement",
1814
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1815
+ },
1816
+ {
1817
+ "kind": "Content",
1818
+ "text": ">>"
1819
+ }
1820
+ ],
1821
+ "fileUrlPath": "../../dist/libs/components/lib/menu-item/index.d.ts",
1822
+ "isReadonly": true,
1823
+ "releaseTag": "Public",
1824
+ "name": "vividMenuItem",
1825
+ "variableTypeTokenRange": {
1826
+ "startIndex": 1,
1827
+ "endIndex": 14
1828
+ }
1829
+ },
1830
+ {
1831
+ "kind": "Variable",
1832
+ "canonicalReference": "@vonage/vivid!vividNav:var",
1833
+ "docComment": "",
1834
+ "excerptTokens": [
1835
+ {
1836
+ "kind": "Content",
1837
+ "text": "vividNav: "
1838
+ },
1839
+ {
1840
+ "kind": "Content",
1841
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1842
+ },
1843
+ {
1844
+ "kind": "Reference",
1845
+ "text": "OverrideFoundationElementDefinition",
1846
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1847
+ },
1848
+ {
1849
+ "kind": "Content",
1850
+ "text": "<"
1851
+ },
1852
+ {
1853
+ "kind": "Reference",
1854
+ "text": "FoundationElementDefinition",
1855
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1856
+ },
1857
+ {
1858
+ "kind": "Content",
1859
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
1860
+ },
1861
+ {
1862
+ "kind": "Reference",
1863
+ "text": "FoundationElementRegistry",
1864
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1865
+ },
1866
+ {
1867
+ "kind": "Content",
1868
+ "text": "<"
1869
+ },
1870
+ {
1871
+ "kind": "Reference",
1872
+ "text": "FoundationElementDefinition",
1873
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1874
+ },
1875
+ {
1876
+ "kind": "Content",
1877
+ "text": ", import(\"@microsoft/fast-element\")."
1878
+ },
1879
+ {
1880
+ "kind": "Reference",
1881
+ "text": "Constructable",
1882
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1883
+ },
1884
+ {
1885
+ "kind": "Content",
1886
+ "text": "<import(\"@microsoft/fast-foundation\")."
1887
+ },
1888
+ {
1889
+ "kind": "Reference",
1890
+ "text": "FoundationElement",
1891
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1892
+ },
1893
+ {
1894
+ "kind": "Content",
1895
+ "text": ">>"
1896
+ }
1897
+ ],
1898
+ "fileUrlPath": "../../dist/libs/components/lib/nav/index.d.ts",
1899
+ "isReadonly": true,
1900
+ "releaseTag": "Public",
1901
+ "name": "vividNav",
1902
+ "variableTypeTokenRange": {
1903
+ "startIndex": 1,
1904
+ "endIndex": 14
1905
+ }
1906
+ },
1907
+ {
1908
+ "kind": "Variable",
1909
+ "canonicalReference": "@vonage/vivid!vividNavDisclosure:var",
1910
+ "docComment": "",
1911
+ "excerptTokens": [
1912
+ {
1913
+ "kind": "Content",
1914
+ "text": "vividNavDisclosure: "
1915
+ },
1916
+ {
1917
+ "kind": "Content",
1918
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1919
+ },
1920
+ {
1921
+ "kind": "Reference",
1922
+ "text": "OverrideFoundationElementDefinition",
1923
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1924
+ },
1925
+ {
1926
+ "kind": "Content",
1927
+ "text": "<"
1928
+ },
1929
+ {
1930
+ "kind": "Reference",
1931
+ "text": "FoundationElementDefinition",
1932
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1933
+ },
1934
+ {
1935
+ "kind": "Content",
1936
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
1937
+ },
1938
+ {
1939
+ "kind": "Reference",
1940
+ "text": "FoundationElementRegistry",
1941
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1942
+ },
1943
+ {
1944
+ "kind": "Content",
1945
+ "text": "<"
1946
+ },
1947
+ {
1948
+ "kind": "Reference",
1949
+ "text": "FoundationElementDefinition",
1950
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1951
+ },
1952
+ {
1953
+ "kind": "Content",
1954
+ "text": ", import(\"@microsoft/fast-element\")."
1955
+ },
1956
+ {
1957
+ "kind": "Reference",
1958
+ "text": "Constructable",
1959
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1960
+ },
1961
+ {
1962
+ "kind": "Content",
1963
+ "text": "<import(\"@microsoft/fast-foundation\")."
1964
+ },
1965
+ {
1966
+ "kind": "Reference",
1967
+ "text": "FoundationElement",
1968
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1969
+ },
1970
+ {
1971
+ "kind": "Content",
1972
+ "text": ">>"
1973
+ }
1974
+ ],
1975
+ "fileUrlPath": "../../dist/libs/components/lib/nav-disclosure/index.d.ts",
1976
+ "isReadonly": true,
1977
+ "releaseTag": "Public",
1978
+ "name": "vividNavDisclosure",
1979
+ "variableTypeTokenRange": {
1980
+ "startIndex": 1,
1981
+ "endIndex": 14
1982
+ }
1983
+ },
1984
+ {
1985
+ "kind": "Variable",
1986
+ "canonicalReference": "@vonage/vivid!vividNavItem:var",
1987
+ "docComment": "",
1988
+ "excerptTokens": [
1989
+ {
1990
+ "kind": "Content",
1991
+ "text": "vividNavItem: "
1992
+ },
1993
+ {
1994
+ "kind": "Content",
1995
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1996
+ },
1997
+ {
1998
+ "kind": "Reference",
1999
+ "text": "OverrideFoundationElementDefinition",
2000
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2001
+ },
2002
+ {
2003
+ "kind": "Content",
2004
+ "text": "<"
2005
+ },
2006
+ {
2007
+ "kind": "Reference",
2008
+ "text": "FoundationElementDefinition",
2009
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2010
+ },
2011
+ {
2012
+ "kind": "Content",
2013
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2014
+ },
2015
+ {
2016
+ "kind": "Reference",
2017
+ "text": "FoundationElementRegistry",
2018
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2019
+ },
2020
+ {
2021
+ "kind": "Content",
2022
+ "text": "<"
2023
+ },
2024
+ {
2025
+ "kind": "Reference",
2026
+ "text": "FoundationElementDefinition",
2027
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2028
+ },
2029
+ {
2030
+ "kind": "Content",
2031
+ "text": ", import(\"@microsoft/fast-element\")."
2032
+ },
2033
+ {
2034
+ "kind": "Reference",
2035
+ "text": "Constructable",
2036
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2037
+ },
2038
+ {
2039
+ "kind": "Content",
2040
+ "text": "<import(\"@microsoft/fast-foundation\")."
2041
+ },
2042
+ {
2043
+ "kind": "Reference",
2044
+ "text": "FoundationElement",
2045
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2046
+ },
2047
+ {
2048
+ "kind": "Content",
2049
+ "text": ">>"
2050
+ }
2051
+ ],
2052
+ "fileUrlPath": "../../dist/libs/components/lib/nav-item/index.d.ts",
2053
+ "isReadonly": true,
2054
+ "releaseTag": "Public",
2055
+ "name": "vividNavItem",
2056
+ "variableTypeTokenRange": {
2057
+ "startIndex": 1,
2058
+ "endIndex": 14
2059
+ }
2060
+ },
2061
+ {
2062
+ "kind": "Variable",
2063
+ "canonicalReference": "@vonage/vivid!vividNote:var",
2064
+ "docComment": "",
2065
+ "excerptTokens": [
2066
+ {
2067
+ "kind": "Content",
2068
+ "text": "vividNote: "
2069
+ },
2070
+ {
2071
+ "kind": "Content",
2072
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2073
+ },
2074
+ {
2075
+ "kind": "Reference",
2076
+ "text": "OverrideFoundationElementDefinition",
2077
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2078
+ },
2079
+ {
2080
+ "kind": "Content",
2081
+ "text": "<"
2082
+ },
2083
+ {
2084
+ "kind": "Reference",
2085
+ "text": "FoundationElementDefinition",
2086
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2087
+ },
2088
+ {
2089
+ "kind": "Content",
2090
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2091
+ },
2092
+ {
2093
+ "kind": "Reference",
2094
+ "text": "FoundationElementRegistry",
2095
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2096
+ },
2097
+ {
2098
+ "kind": "Content",
2099
+ "text": "<"
2100
+ },
2101
+ {
2102
+ "kind": "Reference",
2103
+ "text": "FoundationElementDefinition",
2104
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2105
+ },
2106
+ {
2107
+ "kind": "Content",
2108
+ "text": ", import(\"@microsoft/fast-element\")."
2109
+ },
2110
+ {
2111
+ "kind": "Reference",
2112
+ "text": "Constructable",
2113
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2114
+ },
2115
+ {
2116
+ "kind": "Content",
2117
+ "text": "<import(\"@microsoft/fast-foundation\")."
2118
+ },
2119
+ {
2120
+ "kind": "Reference",
2121
+ "text": "FoundationElement",
2122
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2123
+ },
2124
+ {
2125
+ "kind": "Content",
2126
+ "text": ">>"
2127
+ }
2128
+ ],
2129
+ "fileUrlPath": "../../dist/libs/components/lib/note/index.d.ts",
2130
+ "isReadonly": true,
2131
+ "releaseTag": "Public",
2132
+ "name": "vividNote",
2133
+ "variableTypeTokenRange": {
2134
+ "startIndex": 1,
2135
+ "endIndex": 14
2136
+ }
2137
+ },
2138
+ {
2139
+ "kind": "Variable",
2140
+ "canonicalReference": "@vonage/vivid!vividPopup:var",
2141
+ "docComment": "",
2142
+ "excerptTokens": [
2143
+ {
2144
+ "kind": "Content",
2145
+ "text": "vividPopup: "
2146
+ },
2147
+ {
2148
+ "kind": "Content",
2149
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2150
+ },
2151
+ {
2152
+ "kind": "Reference",
2153
+ "text": "OverrideFoundationElementDefinition",
2154
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2155
+ },
2156
+ {
2157
+ "kind": "Content",
2158
+ "text": "<"
2159
+ },
2160
+ {
2161
+ "kind": "Reference",
2162
+ "text": "FoundationElementDefinition",
2163
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2164
+ },
2165
+ {
2166
+ "kind": "Content",
2167
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2168
+ },
2169
+ {
2170
+ "kind": "Reference",
2171
+ "text": "FoundationElementRegistry",
2172
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2173
+ },
2174
+ {
2175
+ "kind": "Content",
2176
+ "text": "<"
2177
+ },
2178
+ {
2179
+ "kind": "Reference",
2180
+ "text": "FoundationElementDefinition",
2181
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2182
+ },
2183
+ {
2184
+ "kind": "Content",
2185
+ "text": ", import(\"@microsoft/fast-element\")."
2186
+ },
2187
+ {
2188
+ "kind": "Reference",
2189
+ "text": "Constructable",
2190
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2191
+ },
2192
+ {
2193
+ "kind": "Content",
2194
+ "text": "<import(\"@microsoft/fast-foundation\")."
2195
+ },
2196
+ {
2197
+ "kind": "Reference",
2198
+ "text": "FoundationElement",
2199
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2200
+ },
2201
+ {
2202
+ "kind": "Content",
2203
+ "text": ">>"
2204
+ }
2205
+ ],
2206
+ "fileUrlPath": "../../dist/libs/components/lib/popup/index.d.ts",
2207
+ "isReadonly": true,
2208
+ "releaseTag": "Public",
2209
+ "name": "vividPopup",
2210
+ "variableTypeTokenRange": {
2211
+ "startIndex": 1,
2212
+ "endIndex": 14
2213
+ }
2214
+ },
2215
+ {
2216
+ "kind": "Variable",
2217
+ "canonicalReference": "@vonage/vivid!vividProgress:var",
2218
+ "docComment": "",
2219
+ "excerptTokens": [
2220
+ {
2221
+ "kind": "Content",
2222
+ "text": "vividProgress: "
2223
+ },
2224
+ {
2225
+ "kind": "Content",
2226
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2227
+ },
2228
+ {
2229
+ "kind": "Reference",
2230
+ "text": "OverrideFoundationElementDefinition",
2231
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2232
+ },
2233
+ {
2234
+ "kind": "Content",
2235
+ "text": "<"
2236
+ },
2237
+ {
2238
+ "kind": "Reference",
2239
+ "text": "FoundationElementDefinition",
2240
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2241
+ },
2242
+ {
2243
+ "kind": "Content",
2244
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2245
+ },
2246
+ {
2247
+ "kind": "Reference",
2248
+ "text": "FoundationElementRegistry",
2249
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2250
+ },
2251
+ {
2252
+ "kind": "Content",
2253
+ "text": "<"
2254
+ },
2255
+ {
2256
+ "kind": "Reference",
2257
+ "text": "FoundationElementDefinition",
2258
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2259
+ },
2260
+ {
2261
+ "kind": "Content",
2262
+ "text": ", import(\"@microsoft/fast-element\")."
2263
+ },
2264
+ {
2265
+ "kind": "Reference",
2266
+ "text": "Constructable",
2267
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2268
+ },
2269
+ {
2270
+ "kind": "Content",
2271
+ "text": "<import(\"@microsoft/fast-foundation\")."
2272
+ },
2273
+ {
2274
+ "kind": "Reference",
2275
+ "text": "FoundationElement",
2276
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2277
+ },
2278
+ {
2279
+ "kind": "Content",
2280
+ "text": ">>"
2281
+ }
2282
+ ],
2283
+ "fileUrlPath": "../../dist/libs/components/lib/progress/index.d.ts",
2284
+ "isReadonly": true,
2285
+ "releaseTag": "Public",
2286
+ "name": "vividProgress",
2287
+ "variableTypeTokenRange": {
2288
+ "startIndex": 1,
2289
+ "endIndex": 14
2290
+ }
2291
+ },
2292
+ {
2293
+ "kind": "Variable",
2294
+ "canonicalReference": "@vonage/vivid!vividProgressRing:var",
2295
+ "docComment": "",
2296
+ "excerptTokens": [
2297
+ {
2298
+ "kind": "Content",
2299
+ "text": "vividProgressRing: "
2300
+ },
2301
+ {
2302
+ "kind": "Content",
2303
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2304
+ },
2305
+ {
2306
+ "kind": "Reference",
2307
+ "text": "OverrideFoundationElementDefinition",
2308
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2309
+ },
2310
+ {
2311
+ "kind": "Content",
2312
+ "text": "<"
2313
+ },
2314
+ {
2315
+ "kind": "Reference",
2316
+ "text": "FoundationElementDefinition",
2317
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2318
+ },
2319
+ {
2320
+ "kind": "Content",
2321
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2322
+ },
2323
+ {
2324
+ "kind": "Reference",
2325
+ "text": "FoundationElementRegistry",
2326
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2327
+ },
2328
+ {
2329
+ "kind": "Content",
2330
+ "text": "<"
2331
+ },
2332
+ {
2333
+ "kind": "Reference",
2334
+ "text": "FoundationElementDefinition",
2335
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2336
+ },
2337
+ {
2338
+ "kind": "Content",
2339
+ "text": ", import(\"@microsoft/fast-element\")."
2340
+ },
2341
+ {
2342
+ "kind": "Reference",
2343
+ "text": "Constructable",
2344
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2345
+ },
2346
+ {
2347
+ "kind": "Content",
2348
+ "text": "<import(\"@microsoft/fast-foundation\")."
2349
+ },
2350
+ {
2351
+ "kind": "Reference",
2352
+ "text": "FoundationElement",
2353
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2354
+ },
2355
+ {
2356
+ "kind": "Content",
2357
+ "text": ">>"
2358
+ }
2359
+ ],
2360
+ "fileUrlPath": "../../dist/libs/components/lib/progress-ring/index.d.ts",
2361
+ "isReadonly": true,
2362
+ "releaseTag": "Public",
2363
+ "name": "vividProgressRing",
2364
+ "variableTypeTokenRange": {
2365
+ "startIndex": 1,
2366
+ "endIndex": 14
2367
+ }
2368
+ },
2369
+ {
2370
+ "kind": "Variable",
2371
+ "canonicalReference": "@vonage/vivid!vividRadio:var",
2372
+ "docComment": "",
2373
+ "excerptTokens": [
2374
+ {
2375
+ "kind": "Content",
2376
+ "text": "vividRadio: "
2377
+ },
2378
+ {
2379
+ "kind": "Content",
2380
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2381
+ },
2382
+ {
2383
+ "kind": "Reference",
2384
+ "text": "OverrideFoundationElementDefinition",
2385
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2386
+ },
2387
+ {
2388
+ "kind": "Content",
2389
+ "text": "<"
2390
+ },
2391
+ {
2392
+ "kind": "Reference",
2393
+ "text": "RadioOptions",
2394
+ "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
2395
+ },
2396
+ {
2397
+ "kind": "Content",
2398
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2399
+ },
2400
+ {
2401
+ "kind": "Reference",
2402
+ "text": "FoundationElementRegistry",
2403
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2404
+ },
2405
+ {
2406
+ "kind": "Content",
2407
+ "text": "<"
2408
+ },
2409
+ {
2410
+ "kind": "Reference",
2411
+ "text": "RadioOptions",
2412
+ "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
2413
+ },
2414
+ {
2415
+ "kind": "Content",
2416
+ "text": ", import(\"@microsoft/fast-element\")."
2417
+ },
2418
+ {
2419
+ "kind": "Reference",
2420
+ "text": "Constructable",
2421
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2422
+ },
2423
+ {
2424
+ "kind": "Content",
2425
+ "text": "<import(\"@microsoft/fast-foundation\")."
2426
+ },
2427
+ {
2428
+ "kind": "Reference",
2429
+ "text": "FoundationElement",
2430
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2431
+ },
2432
+ {
2433
+ "kind": "Content",
2434
+ "text": ">>"
2435
+ }
2436
+ ],
2437
+ "fileUrlPath": "../../dist/libs/components/lib/radio/index.d.ts",
2438
+ "isReadonly": true,
2439
+ "releaseTag": "Public",
2440
+ "name": "vividRadio",
2441
+ "variableTypeTokenRange": {
2442
+ "startIndex": 1,
2443
+ "endIndex": 14
2444
+ }
2445
+ },
2446
+ {
2447
+ "kind": "Variable",
2448
+ "canonicalReference": "@vonage/vivid!vividRadioGroup:var",
2449
+ "docComment": "",
2450
+ "excerptTokens": [
2451
+ {
2452
+ "kind": "Content",
2453
+ "text": "vividRadioGroup: "
2454
+ },
2455
+ {
2456
+ "kind": "Content",
2457
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2458
+ },
2459
+ {
2460
+ "kind": "Reference",
2461
+ "text": "OverrideFoundationElementDefinition",
2462
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2463
+ },
2464
+ {
2465
+ "kind": "Content",
2466
+ "text": "<{\n baseName: string;\n template: any;\n styles: import(\"@microsoft/fast-element\")."
2467
+ },
2468
+ {
2469
+ "kind": "Reference",
2470
+ "text": "ComposableStyles",
2471
+ "canonicalReference": "@microsoft/fast-element!ComposableStyles:type"
2472
+ },
2473
+ {
2474
+ "kind": "Content",
2475
+ "text": ";\n}> | undefined) => import(\"@microsoft/fast-foundation\")."
2476
+ },
2477
+ {
2478
+ "kind": "Reference",
2479
+ "text": "FoundationElementRegistry",
2480
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2481
+ },
2482
+ {
2483
+ "kind": "Content",
2484
+ "text": "<{\n baseName: string;\n template: any;\n styles: import(\"@microsoft/fast-element\")."
2485
+ },
2486
+ {
2487
+ "kind": "Reference",
2488
+ "text": "ComposableStyles",
2489
+ "canonicalReference": "@microsoft/fast-element!ComposableStyles:type"
2490
+ },
2491
+ {
2492
+ "kind": "Content",
2493
+ "text": ";\n}, typeof "
2494
+ },
2495
+ {
2496
+ "kind": "Reference",
2497
+ "text": "RadioGroup",
2498
+ "canonicalReference": "@vonage/vivid!~RadioGroup:class"
2499
+ },
2500
+ {
2501
+ "kind": "Content",
2502
+ "text": ">"
2503
+ }
2504
+ ],
2505
+ "fileUrlPath": "../../dist/libs/components/lib/radio-group/index.d.ts",
2506
+ "isReadonly": true,
2507
+ "releaseTag": "Public",
2508
+ "name": "vividRadioGroup",
2509
+ "variableTypeTokenRange": {
2510
+ "startIndex": 1,
2511
+ "endIndex": 12
2512
+ }
2513
+ },
2514
+ {
2515
+ "kind": "Variable",
2516
+ "canonicalReference": "@vonage/vivid!vividSideDrawer:var",
2517
+ "docComment": "",
2518
+ "excerptTokens": [
2519
+ {
2520
+ "kind": "Content",
2521
+ "text": "vividSideDrawer: "
2522
+ },
2523
+ {
2524
+ "kind": "Content",
2525
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2526
+ },
2527
+ {
2528
+ "kind": "Reference",
2529
+ "text": "OverrideFoundationElementDefinition",
2530
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2531
+ },
2532
+ {
2533
+ "kind": "Content",
2534
+ "text": "<"
2535
+ },
2536
+ {
2537
+ "kind": "Reference",
2538
+ "text": "FoundationElementDefinition",
2539
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2540
+ },
2541
+ {
2542
+ "kind": "Content",
2543
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2544
+ },
2545
+ {
2546
+ "kind": "Reference",
2547
+ "text": "FoundationElementRegistry",
2548
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2549
+ },
2550
+ {
2551
+ "kind": "Content",
2552
+ "text": "<"
2553
+ },
2554
+ {
2555
+ "kind": "Reference",
2556
+ "text": "FoundationElementDefinition",
2557
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2558
+ },
2559
+ {
2560
+ "kind": "Content",
2561
+ "text": ", import(\"@microsoft/fast-element\")."
2562
+ },
2563
+ {
2564
+ "kind": "Reference",
2565
+ "text": "Constructable",
2566
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2567
+ },
2568
+ {
2569
+ "kind": "Content",
2570
+ "text": "<import(\"@microsoft/fast-foundation\")."
2571
+ },
2572
+ {
2573
+ "kind": "Reference",
2574
+ "text": "FoundationElement",
2575
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2576
+ },
2577
+ {
2578
+ "kind": "Content",
2579
+ "text": ">>"
2580
+ }
2581
+ ],
2582
+ "fileUrlPath": "../../dist/libs/components/lib/side-drawer/index.d.ts",
2583
+ "isReadonly": true,
2584
+ "releaseTag": "Public",
2585
+ "name": "vividSideDrawer",
2586
+ "variableTypeTokenRange": {
2587
+ "startIndex": 1,
2588
+ "endIndex": 14
2589
+ }
2590
+ },
2591
+ {
2592
+ "kind": "Variable",
2593
+ "canonicalReference": "@vonage/vivid!vividSlider:var",
2594
+ "docComment": "",
2595
+ "excerptTokens": [
2596
+ {
2597
+ "kind": "Content",
2598
+ "text": "vividSlider: "
2599
+ },
2600
+ {
2601
+ "kind": "Content",
2602
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2603
+ },
2604
+ {
2605
+ "kind": "Reference",
2606
+ "text": "OverrideFoundationElementDefinition",
2607
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2608
+ },
2609
+ {
2610
+ "kind": "Content",
2611
+ "text": "<"
2612
+ },
2613
+ {
2614
+ "kind": "Reference",
2615
+ "text": "SliderOptions",
2616
+ "canonicalReference": "@microsoft/fast-foundation!SliderOptions:type"
2617
+ },
2618
+ {
2619
+ "kind": "Content",
2620
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2621
+ },
2622
+ {
2623
+ "kind": "Reference",
2624
+ "text": "FoundationElementRegistry",
2625
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2626
+ },
2627
+ {
2628
+ "kind": "Content",
2629
+ "text": "<"
2630
+ },
2631
+ {
2632
+ "kind": "Reference",
2633
+ "text": "SliderOptions",
2634
+ "canonicalReference": "@microsoft/fast-foundation!SliderOptions:type"
2635
+ },
2636
+ {
2637
+ "kind": "Content",
2638
+ "text": ", import(\"@microsoft/fast-element\")."
2639
+ },
2640
+ {
2641
+ "kind": "Reference",
2642
+ "text": "Constructable",
2643
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2644
+ },
2645
+ {
2646
+ "kind": "Content",
2647
+ "text": "<import(\"@microsoft/fast-foundation\")."
2648
+ },
2649
+ {
2650
+ "kind": "Reference",
2651
+ "text": "FoundationElement",
2652
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2653
+ },
2654
+ {
2655
+ "kind": "Content",
2656
+ "text": ">>"
2657
+ }
2658
+ ],
2659
+ "fileUrlPath": "../../dist/libs/components/lib/slider/index.d.ts",
2660
+ "isReadonly": true,
2661
+ "releaseTag": "Public",
2662
+ "name": "vividSlider",
2663
+ "variableTypeTokenRange": {
2664
+ "startIndex": 1,
2665
+ "endIndex": 14
2666
+ }
2667
+ },
2668
+ {
2669
+ "kind": "Variable",
2670
+ "canonicalReference": "@vonage/vivid!vividSwitch:var",
2671
+ "docComment": "",
2672
+ "excerptTokens": [
2673
+ {
2674
+ "kind": "Content",
2675
+ "text": "vividSwitch: "
2676
+ },
2677
+ {
2678
+ "kind": "Content",
2679
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2680
+ },
2681
+ {
2682
+ "kind": "Reference",
2683
+ "text": "OverrideFoundationElementDefinition",
2684
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2685
+ },
2686
+ {
2687
+ "kind": "Content",
2688
+ "text": "<"
2689
+ },
2690
+ {
2691
+ "kind": "Reference",
2692
+ "text": "FoundationElementDefinition",
2693
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2694
+ },
2695
+ {
2696
+ "kind": "Content",
2697
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2698
+ },
2699
+ {
2700
+ "kind": "Reference",
2701
+ "text": "FoundationElementRegistry",
2702
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2703
+ },
2704
+ {
2705
+ "kind": "Content",
2706
+ "text": "<"
2707
+ },
2708
+ {
2709
+ "kind": "Reference",
2710
+ "text": "FoundationElementDefinition",
2711
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2712
+ },
2713
+ {
2714
+ "kind": "Content",
2715
+ "text": ", import(\"@microsoft/fast-element\")."
2716
+ },
2717
+ {
2718
+ "kind": "Reference",
2719
+ "text": "Constructable",
2720
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2721
+ },
2722
+ {
2723
+ "kind": "Content",
2724
+ "text": "<import(\"@microsoft/fast-foundation\")."
2725
+ },
2726
+ {
2727
+ "kind": "Reference",
2728
+ "text": "FoundationElement",
2729
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2730
+ },
2731
+ {
2732
+ "kind": "Content",
2733
+ "text": ">>"
2734
+ }
2735
+ ],
2736
+ "fileUrlPath": "../../dist/libs/components/lib/switch/index.d.ts",
2737
+ "isReadonly": true,
2738
+ "releaseTag": "Public",
2739
+ "name": "vividSwitch",
2740
+ "variableTypeTokenRange": {
2741
+ "startIndex": 1,
2742
+ "endIndex": 14
2743
+ }
2744
+ },
2745
+ {
2746
+ "kind": "Variable",
2747
+ "canonicalReference": "@vonage/vivid!vividTextArea:var",
2748
+ "docComment": "",
2749
+ "excerptTokens": [
2750
+ {
2751
+ "kind": "Content",
2752
+ "text": "vividTextArea: "
2753
+ },
2754
+ {
2755
+ "kind": "Content",
2756
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2757
+ },
2758
+ {
2759
+ "kind": "Reference",
2760
+ "text": "OverrideFoundationElementDefinition",
2761
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2762
+ },
2763
+ {
2764
+ "kind": "Content",
2765
+ "text": "<"
2766
+ },
2767
+ {
2768
+ "kind": "Reference",
2769
+ "text": "FoundationElementDefinition",
2770
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2771
+ },
2772
+ {
2773
+ "kind": "Content",
2774
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2775
+ },
2776
+ {
2777
+ "kind": "Reference",
2778
+ "text": "FoundationElementRegistry",
2779
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2780
+ },
2781
+ {
2782
+ "kind": "Content",
2783
+ "text": "<"
2784
+ },
2785
+ {
2786
+ "kind": "Reference",
2787
+ "text": "FoundationElementDefinition",
2788
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2789
+ },
2790
+ {
2791
+ "kind": "Content",
2792
+ "text": ", import(\"@microsoft/fast-element\")."
2793
+ },
2794
+ {
2795
+ "kind": "Reference",
2796
+ "text": "Constructable",
2797
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2798
+ },
2799
+ {
2800
+ "kind": "Content",
2801
+ "text": "<import(\"@microsoft/fast-foundation\")."
2802
+ },
2803
+ {
2804
+ "kind": "Reference",
2805
+ "text": "FoundationElement",
2806
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2807
+ },
2808
+ {
2809
+ "kind": "Content",
2810
+ "text": ">>"
2811
+ }
2812
+ ],
2813
+ "fileUrlPath": "../../dist/libs/components/lib/text-area/index.d.ts",
2814
+ "isReadonly": true,
2815
+ "releaseTag": "Public",
2816
+ "name": "vividTextArea",
2817
+ "variableTypeTokenRange": {
2818
+ "startIndex": 1,
2819
+ "endIndex": 14
2820
+ }
2821
+ },
2822
+ {
2823
+ "kind": "Variable",
2824
+ "canonicalReference": "@vonage/vivid!vividTextfield:var",
2825
+ "docComment": "",
2826
+ "excerptTokens": [
2827
+ {
2828
+ "kind": "Content",
2829
+ "text": "vividTextfield: "
2830
+ },
2831
+ {
2832
+ "kind": "Content",
2833
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2834
+ },
2835
+ {
2836
+ "kind": "Reference",
2837
+ "text": "OverrideFoundationElementDefinition",
2838
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2839
+ },
2840
+ {
2841
+ "kind": "Content",
2842
+ "text": "<"
2843
+ },
2844
+ {
2845
+ "kind": "Reference",
2846
+ "text": "FoundationElementDefinition",
2847
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2848
+ },
2849
+ {
2850
+ "kind": "Content",
2851
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2852
+ },
2853
+ {
2854
+ "kind": "Reference",
2855
+ "text": "FoundationElementRegistry",
2856
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2857
+ },
2858
+ {
2859
+ "kind": "Content",
2860
+ "text": "<"
2861
+ },
2862
+ {
2863
+ "kind": "Reference",
2864
+ "text": "FoundationElementDefinition",
2865
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2866
+ },
2867
+ {
2868
+ "kind": "Content",
2869
+ "text": ", import(\"@microsoft/fast-element\")."
2870
+ },
2871
+ {
2872
+ "kind": "Reference",
2873
+ "text": "Constructable",
2874
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2875
+ },
2876
+ {
2877
+ "kind": "Content",
2878
+ "text": "<import(\"@microsoft/fast-foundation\")."
2879
+ },
2880
+ {
2881
+ "kind": "Reference",
2882
+ "text": "FoundationElement",
2883
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2884
+ },
2885
+ {
2886
+ "kind": "Content",
2887
+ "text": ">>"
2888
+ }
2889
+ ],
2890
+ "fileUrlPath": "../../dist/libs/components/lib/text-field/index.d.ts",
2891
+ "isReadonly": true,
2892
+ "releaseTag": "Public",
2893
+ "name": "vividTextfield",
2894
+ "variableTypeTokenRange": {
2895
+ "startIndex": 1,
2896
+ "endIndex": 14
2897
+ }
2898
+ },
2899
+ {
2900
+ "kind": "Variable",
2901
+ "canonicalReference": "@vonage/vivid!vividTooltip:var",
2902
+ "docComment": "",
2903
+ "excerptTokens": [
2904
+ {
2905
+ "kind": "Content",
2906
+ "text": "vividTooltip: "
2907
+ },
2908
+ {
2909
+ "kind": "Content",
2910
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2911
+ },
2912
+ {
2913
+ "kind": "Reference",
2914
+ "text": "OverrideFoundationElementDefinition",
2915
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2916
+ },
2917
+ {
2918
+ "kind": "Content",
2919
+ "text": "<"
2920
+ },
2921
+ {
2922
+ "kind": "Reference",
2923
+ "text": "FoundationElementDefinition",
2924
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2925
+ },
2926
+ {
2927
+ "kind": "Content",
2928
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2929
+ },
2930
+ {
2931
+ "kind": "Reference",
2932
+ "text": "FoundationElementRegistry",
2933
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2934
+ },
2935
+ {
2936
+ "kind": "Content",
2937
+ "text": "<"
2938
+ },
2939
+ {
2940
+ "kind": "Reference",
2941
+ "text": "FoundationElementDefinition",
2942
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2943
+ },
2944
+ {
2945
+ "kind": "Content",
2946
+ "text": ", import(\"@microsoft/fast-element\")."
2947
+ },
2948
+ {
2949
+ "kind": "Reference",
2950
+ "text": "Constructable",
2951
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2952
+ },
2953
+ {
2954
+ "kind": "Content",
2955
+ "text": "<import(\"@microsoft/fast-foundation\")."
2956
+ },
2957
+ {
2958
+ "kind": "Reference",
2959
+ "text": "FoundationElement",
2960
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2961
+ },
2962
+ {
2963
+ "kind": "Content",
2964
+ "text": ">>"
2965
+ }
2966
+ ],
2967
+ "fileUrlPath": "../../dist/libs/components/lib/tooltip/index.d.ts",
2968
+ "isReadonly": true,
2969
+ "releaseTag": "Public",
2970
+ "name": "vividTooltip",
2971
+ "variableTypeTokenRange": {
2972
+ "startIndex": 1,
2973
+ "endIndex": 14
2974
+ }
2975
+ }
2976
+ ]
2977
+ }
2978
+ ]
2979
+ }