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

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