@vonage/vivid 3.0.0 → 3.1.0

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