@vonage/vivid 3.26.0 → 3.28.2

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 (381) hide show
  1. package/README.md +4 -1
  2. package/accordion/index.js +0 -2
  3. package/accordion-item/index.js +0 -2
  4. package/alert/index.js +0 -2
  5. package/avatar/index.js +0 -2
  6. package/badge/index.js +0 -2
  7. package/banner/index.js +0 -2
  8. package/breadcrumb-item/index.js +0 -2
  9. package/button/index.js +0 -2
  10. package/calendar/index.js +0 -1
  11. package/calendar-event/index.js +0 -2
  12. package/card/index.js +0 -2
  13. package/checkbox/index.js +0 -2
  14. package/combobox/index.js +0 -3
  15. package/custom-elements.json +440 -51
  16. package/data-grid/index.js +1 -5
  17. package/dialog/index.js +0 -2
  18. package/empty-state/index.js +0 -2
  19. package/fab/index.js +0 -2
  20. package/file-picker/index.js +24 -0
  21. package/header/index.js +1 -1
  22. package/icon/index.js +0 -2
  23. package/index.d.ts +3 -3
  24. package/index.js +31 -35
  25. package/layout/index.js +1 -1
  26. package/lib/accordion/accordion.d.ts +5 -5
  27. package/lib/accordion/accordion.template.d.ts +3 -3
  28. package/lib/accordion/definition.d.ts +2 -2
  29. package/lib/accordion/index.d.ts +1 -1
  30. package/lib/accordion-item/accordion-item.d.ts +12 -12
  31. package/lib/accordion-item/accordion-item.template.d.ts +4 -4
  32. package/lib/accordion-item/definition.d.ts +1 -1
  33. package/lib/accordion-item/index.d.ts +1 -1
  34. package/lib/action-group/action-group.d.ts +11 -11
  35. package/lib/action-group/action-group.template.d.ts +4 -4
  36. package/lib/action-group/definition.d.ts +2 -2
  37. package/lib/action-group/index.d.ts +1 -1
  38. package/lib/alert/alert.d.ts +22 -22
  39. package/lib/alert/alert.template.d.ts +4 -4
  40. package/lib/alert/definition.d.ts +2 -2
  41. package/lib/alert/index.d.ts +1 -1
  42. package/lib/avatar/avatar.d.ts +14 -14
  43. package/lib/avatar/avatar.template.d.ts +4 -4
  44. package/lib/avatar/definition.d.ts +2 -2
  45. package/lib/avatar/index.d.ts +1 -1
  46. package/lib/badge/badge.d.ts +14 -14
  47. package/lib/badge/badge.template.d.ts +4 -4
  48. package/lib/badge/definition.d.ts +4 -4
  49. package/lib/badge/index.d.ts +1 -1
  50. package/lib/banner/banner.d.ts +20 -20
  51. package/lib/banner/banner.template.d.ts +4 -4
  52. package/lib/banner/definition.d.ts +2 -2
  53. package/lib/banner/index.d.ts +1 -1
  54. package/lib/breadcrumb/breadcrumb.d.ts +3 -3
  55. package/lib/breadcrumb/breadcrumb.template.d.ts +4 -4
  56. package/lib/breadcrumb/definition.d.ts +1 -1
  57. package/lib/breadcrumb/index.d.ts +1 -1
  58. package/lib/breadcrumb-item/breadcrumb-item.d.ts +5 -5
  59. package/lib/breadcrumb-item/breadcrumb-item.template.d.ts +4 -4
  60. package/lib/breadcrumb-item/definition.d.ts +1 -1
  61. package/lib/breadcrumb-item/index.d.ts +1 -1
  62. package/lib/button/button.d.ts +18 -18
  63. package/lib/button/button.template.d.ts +4 -4
  64. package/lib/button/definition.d.ts +2 -2
  65. package/lib/button/index.d.ts +1 -1
  66. package/lib/calendar/calendar.d.ts +13 -13
  67. package/lib/calendar/calendar.template.d.ts +4 -4
  68. package/lib/calendar/definition.d.ts +1 -1
  69. package/lib/calendar/helpers/calendar.date-functions.d.ts +2 -2
  70. package/lib/calendar/helpers/calendar.event-context.d.ts +6 -6
  71. package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +9 -9
  72. package/lib/calendar/index.d.ts +1 -1
  73. package/lib/calendar-event/calendar-event.d.ts +13 -13
  74. package/lib/calendar-event/calendar-event.template.d.ts +4 -4
  75. package/lib/calendar-event/definition.d.ts +2 -2
  76. package/lib/calendar-event/index.d.ts +1 -1
  77. package/lib/card/card.d.ts +10 -10
  78. package/lib/card/card.template.d.ts +4 -4
  79. package/lib/card/definition.d.ts +1 -1
  80. package/lib/card/index.d.ts +1 -1
  81. package/lib/checkbox/checkbox.d.ts +10 -11
  82. package/lib/checkbox/checkbox.template.d.ts +4 -4
  83. package/lib/checkbox/definition.d.ts +1 -1
  84. package/lib/checkbox/index.d.ts +1 -1
  85. package/lib/combobox/combobox.d.ts +12 -13
  86. package/lib/combobox/combobox.template.d.ts +4 -4
  87. package/lib/combobox/definition.d.ts +3 -4
  88. package/lib/combobox/index.d.ts +1 -1
  89. package/lib/components.d.ts +52 -52
  90. package/lib/data-grid/data-grid-cell.d.ts +22 -22
  91. package/lib/data-grid/data-grid-cell.template.d.ts +4 -4
  92. package/lib/data-grid/data-grid-row.d.ts +4 -4
  93. package/lib/data-grid/data-grid-row.template.d.ts +3 -3
  94. package/lib/data-grid/data-grid.d.ts +20 -20
  95. package/lib/data-grid/data-grid.options.d.ts +38 -38
  96. package/lib/data-grid/data-grid.template.d.ts +3 -3
  97. package/lib/data-grid/definition.d.ts +6 -6
  98. package/lib/data-grid/index.d.ts +1 -1
  99. package/lib/dialog/definition.d.ts +2 -2
  100. package/lib/dialog/dialog.d.ts +26 -26
  101. package/lib/dialog/dialog.template.d.ts +4 -4
  102. package/lib/dialog/index.d.ts +1 -1
  103. package/lib/divider/definition.d.ts +1 -1
  104. package/lib/divider/divider.d.ts +3 -3
  105. package/lib/divider/divider.template.d.ts +4 -4
  106. package/lib/divider/index.d.ts +1 -1
  107. package/lib/elevation/definition.d.ts +1 -1
  108. package/lib/elevation/elevation.d.ts +5 -5
  109. package/lib/elevation/elevation.template.d.ts +4 -4
  110. package/lib/elevation/index.d.ts +1 -1
  111. package/lib/empty-state/definition.d.ts +3 -3
  112. package/lib/empty-state/empty-state.d.ts +5 -5
  113. package/lib/empty-state/empty-state.template.d.ts +4 -4
  114. package/lib/empty-state/index.d.ts +1 -1
  115. package/lib/enums.d.ts +60 -60
  116. package/lib/fab/definition.d.ts +4 -4
  117. package/lib/fab/fab.d.ts +12 -12
  118. package/lib/fab/fab.template.d.ts +4 -4
  119. package/lib/fab/index.d.ts +1 -1
  120. package/lib/file-picker/definition.d.ts +3 -0
  121. package/lib/file-picker/file-picker.d.ts +22 -0
  122. package/lib/file-picker/file-picker.template.d.ts +4 -0
  123. package/lib/file-picker/index.d.ts +1 -0
  124. package/lib/focus/definition.d.ts +3 -3
  125. package/lib/focus/focus.d.ts +3 -3
  126. package/lib/focus/focus.template.d.ts +4 -4
  127. package/lib/focus/index.d.ts +1 -1
  128. package/lib/header/definition.d.ts +3 -3
  129. package/lib/header/header.d.ts +5 -5
  130. package/lib/header/header.template.d.ts +4 -4
  131. package/lib/header/index.d.ts +1 -1
  132. package/lib/icon/definition.d.ts +4 -4
  133. package/lib/icon/icon.d.ts +12 -12
  134. package/lib/icon/icon.placeholder.d.ts +1 -1
  135. package/lib/icon/icon.template.d.ts +4 -4
  136. package/lib/icon/index.d.ts +1 -1
  137. package/lib/layout/definition.d.ts +4 -4
  138. package/lib/layout/index.d.ts +1 -1
  139. package/lib/layout/layout.d.ts +17 -17
  140. package/lib/layout/layout.template.d.ts +4 -4
  141. package/lib/listbox/definition.d.ts +4 -4
  142. package/lib/listbox/index.d.ts +1 -1
  143. package/lib/listbox/listbox.d.ts +6 -6
  144. package/lib/listbox/listbox.template.d.ts +4 -4
  145. package/lib/menu/definition.d.ts +12 -12
  146. package/lib/menu/index.d.ts +1 -1
  147. package/lib/menu/menu.d.ts +16 -14
  148. package/lib/menu/menu.template.d.ts +3 -3
  149. package/lib/menu-item/definition.d.ts +3 -3
  150. package/lib/menu-item/index.d.ts +1 -1
  151. package/lib/menu-item/menu-item.d.ts +14 -14
  152. package/lib/menu-item/menu-item.template.d.ts +4 -4
  153. package/lib/nav/definition.d.ts +3 -3
  154. package/lib/nav/index.d.ts +1 -1
  155. package/lib/nav/nav.d.ts +3 -3
  156. package/lib/nav/nav.template.d.ts +4 -4
  157. package/lib/nav-disclosure/definition.d.ts +3 -3
  158. package/lib/nav-disclosure/index.d.ts +1 -1
  159. package/lib/nav-disclosure/nav-disclosure.d.ts +10 -10
  160. package/lib/nav-disclosure/nav-disclosure.template.d.ts +4 -4
  161. package/lib/nav-item/definition.d.ts +3 -3
  162. package/lib/nav-item/index.d.ts +1 -1
  163. package/lib/nav-item/nav-item.d.ts +7 -7
  164. package/lib/nav-item/nav-item.template.d.ts +4 -4
  165. package/lib/note/definition.d.ts +4 -4
  166. package/lib/note/index.d.ts +1 -1
  167. package/lib/note/note.d.ts +10 -10
  168. package/lib/note/note.template.d.ts +4 -4
  169. package/lib/number-field/definition.d.ts +5 -5
  170. package/lib/number-field/index.d.ts +1 -1
  171. package/lib/number-field/number-field.d.ts +13 -13
  172. package/lib/number-field/number-field.template.d.ts +4 -4
  173. package/lib/option/definition.d.ts +3 -3
  174. package/lib/option/index.d.ts +1 -1
  175. package/lib/option/option.d.ts +12 -12
  176. package/lib/option/option.template.d.ts +4 -4
  177. package/lib/pagination/definition.d.ts +3 -3
  178. package/lib/pagination/index.d.ts +1 -1
  179. package/lib/pagination/pagination.d.ts +18 -18
  180. package/lib/pagination/pagination.template.d.ts +4 -4
  181. package/lib/popup/definition.d.ts +5 -5
  182. package/lib/popup/index.d.ts +1 -1
  183. package/lib/popup/popup.d.ts +21 -21
  184. package/lib/popup/popup.template.d.ts +4 -4
  185. package/lib/progress/definition.d.ts +4 -4
  186. package/lib/progress/index.d.ts +1 -1
  187. package/lib/progress/progress.d.ts +9 -9
  188. package/lib/progress/progress.template.d.ts +5 -5
  189. package/lib/progress-ring/definition.d.ts +4 -4
  190. package/lib/progress-ring/index.d.ts +1 -1
  191. package/lib/progress-ring/progress-ring.d.ts +7 -7
  192. package/lib/progress-ring/progress-ring.template.d.ts +4 -4
  193. package/lib/radio/definition.d.ts +3 -3
  194. package/lib/radio/index.d.ts +1 -1
  195. package/lib/radio/radio.d.ts +7 -7
  196. package/lib/radio/radio.template.d.ts +4 -4
  197. package/lib/radio-group/definition.d.ts +11 -11
  198. package/lib/radio-group/index.d.ts +1 -1
  199. package/lib/radio-group/radio-group.d.ts +4 -4
  200. package/lib/radio-group/radio-group.template.d.ts +4 -4
  201. package/lib/select/definition.d.ts +4 -4
  202. package/lib/select/index.d.ts +1 -1
  203. package/lib/select/select.d.ts +17 -18
  204. package/lib/select/select.template.d.ts +4 -4
  205. package/lib/side-drawer/definition.d.ts +3 -3
  206. package/lib/side-drawer/index.d.ts +1 -1
  207. package/lib/side-drawer/side-drawer.d.ts +9 -9
  208. package/lib/side-drawer/side-drawer.template.d.ts +4 -4
  209. package/lib/slider/definition.d.ts +3 -3
  210. package/lib/slider/index.d.ts +1 -1
  211. package/lib/slider/slider.d.ts +4 -4
  212. package/lib/slider/slider.template.d.ts +4 -4
  213. package/lib/switch/definition.d.ts +4 -4
  214. package/lib/switch/index.d.ts +1 -1
  215. package/lib/switch/switch.d.ts +7 -7
  216. package/lib/switch/switch.template.d.ts +4 -4
  217. package/lib/tab/definition.d.ts +4 -4
  218. package/lib/tab/index.d.ts +1 -1
  219. package/lib/tab/tab.d.ts +14 -14
  220. package/lib/tab/tab.template.d.ts +3 -3
  221. package/lib/tab-panel/definition.d.ts +3 -3
  222. package/lib/tab-panel/index.d.ts +1 -1
  223. package/lib/tab-panel/tab-panel.d.ts +3 -3
  224. package/lib/tab-panel/tab-panel.template.d.ts +2 -2
  225. package/lib/tabs/definition.d.ts +3 -3
  226. package/lib/tabs/index.d.ts +1 -1
  227. package/lib/tabs/tabs.d.ts +15 -15
  228. package/lib/tabs/tabs.template.d.ts +2 -2
  229. package/lib/tag/definition.d.ts +4 -4
  230. package/lib/tag/index.d.ts +1 -1
  231. package/lib/tag/tag.d.ts +22 -22
  232. package/lib/tag/tag.template.d.ts +4 -4
  233. package/lib/tag-group/definition.d.ts +3 -3
  234. package/lib/tag-group/index.d.ts +1 -1
  235. package/lib/tag-group/tag-group.d.ts +3 -3
  236. package/lib/tag-group/tag-group.template.d.ts +4 -4
  237. package/lib/text-anchor/definition.d.ts +3 -3
  238. package/lib/text-anchor/index.d.ts +1 -1
  239. package/lib/text-anchor/text-anchor.d.ts +7 -7
  240. package/lib/text-anchor/text-anchor.template.d.ts +4 -4
  241. package/lib/text-area/definition.d.ts +4 -4
  242. package/lib/text-area/index.d.ts +1 -1
  243. package/lib/text-area/text-area.d.ts +8 -9
  244. package/lib/text-area/text-area.template.d.ts +4 -4
  245. package/lib/text-field/definition.d.ts +4 -4
  246. package/lib/text-field/index.d.ts +1 -1
  247. package/lib/text-field/text-field.d.ts +13 -14
  248. package/lib/text-field/text-field.template.d.ts +4 -4
  249. package/lib/toggletip/definition.d.ts +3 -3
  250. package/lib/toggletip/index.d.ts +1 -1
  251. package/lib/toggletip/toggletip.d.ts +15 -15
  252. package/lib/toggletip/toggletip.template.d.ts +4 -4
  253. package/lib/tooltip/definition.d.ts +3 -3
  254. package/lib/tooltip/index.d.ts +1 -1
  255. package/lib/tooltip/tooltip.d.ts +14 -14
  256. package/lib/tooltip/tooltip.template.d.ts +4 -4
  257. package/lib/tree-item/definition.d.ts +3 -3
  258. package/lib/tree-item/index.d.ts +1 -1
  259. package/lib/tree-item/tree-item.d.ts +7 -7
  260. package/lib/tree-item/tree-item.template.d.ts +4 -4
  261. package/lib/tree-view/definition.d.ts +3 -3
  262. package/lib/tree-view/index.d.ts +1 -1
  263. package/lib/tree-view/tree-view.d.ts +3 -3
  264. package/lib/tree-view/tree-view.template.d.ts +2 -2
  265. package/listbox/index.js +17 -21
  266. package/menu/index.js +2 -5
  267. package/menu-item/index.js +1 -4
  268. package/nav/index.js +1 -1
  269. package/nav-disclosure/index.js +1 -3
  270. package/nav-item/index.js +1 -3
  271. package/note/index.js +1 -3
  272. package/number-field/index.js +1 -4
  273. package/option/index.js +0 -2
  274. package/package.json +10 -8
  275. package/pagination/index.js +2 -6
  276. package/popup/index.js +0 -3
  277. package/progress/index.js +1 -1
  278. package/radio/index.js +1 -1
  279. package/radio-group/index.js +3 -3
  280. package/select/index.js +1 -4
  281. package/shared/affix.js +2 -5
  282. package/shared/anchor.js +2 -1
  283. package/shared/apply-mixins.js +1 -1
  284. package/shared/definition.js +7 -9
  285. package/shared/definition10.js +13 -17
  286. package/shared/definition11.js +6 -9
  287. package/shared/definition12.js +16 -18
  288. package/shared/definition13.js +6 -8
  289. package/shared/definition14.js +7 -12
  290. package/shared/definition15.js +43 -52
  291. package/shared/definition16.js +8 -71
  292. package/shared/definition17.js +36 -45
  293. package/shared/definition18.js +19 -24
  294. package/shared/definition19.js +45 -49
  295. package/shared/definition2.js +24 -28
  296. package/shared/definition20.js +390 -281
  297. package/shared/definition21.js +12 -16
  298. package/shared/definition22.js +82 -168
  299. package/shared/definition23.js +35 -41
  300. package/shared/definition24.js +6 -8
  301. package/shared/definition25.js +10 -14
  302. package/shared/definition26.js +40 -42
  303. package/shared/definition27.js +2285 -48
  304. package/shared/definition28.js +46 -38
  305. package/shared/definition29.js +38 -370
  306. package/shared/definition3.js +5 -9
  307. package/shared/definition30.js +348 -302
  308. package/shared/definition31.js +365 -14
  309. package/shared/definition32.js +12 -71
  310. package/shared/definition33.js +63 -26
  311. package/shared/definition34.js +24 -40
  312. package/shared/definition35.js +32 -436
  313. package/shared/definition36.js +428 -217
  314. package/shared/definition37.js +175 -77
  315. package/shared/definition38.js +50 -34
  316. package/shared/definition39.js +36 -430
  317. package/shared/definition4.js +3 -5
  318. package/shared/definition40.js +358 -589
  319. package/shared/definition41.js +644 -75
  320. package/shared/definition42.js +70 -587
  321. package/shared/definition43.js +503 -84
  322. package/shared/definition44.js +124 -52
  323. package/shared/definition45.js +57 -19
  324. package/shared/definition46.js +17 -487
  325. package/shared/definition47.js +477 -102
  326. package/shared/definition48.js +109 -19
  327. package/shared/definition49.js +17 -276
  328. package/shared/definition5.js +7 -8
  329. package/shared/definition50.js +253 -101
  330. package/shared/definition51.js +114 -629
  331. package/shared/definition52.js +92 -85
  332. package/shared/definition53.js +112 -70
  333. package/shared/definition54.js +65 -294
  334. package/shared/definition55.js +303 -0
  335. package/shared/definition6.js +17 -23
  336. package/shared/definition7.js +44 -47
  337. package/shared/definition8.js +3 -5
  338. package/shared/definition9.js +13 -17
  339. package/shared/design-system/index.d.ts +3 -3
  340. package/shared/focus2.js +1 -3
  341. package/shared/form-associated.js +1 -1
  342. package/shared/form-elements.js +16 -20
  343. package/shared/icon.js +2 -1171
  344. package/shared/index.js +41 -1549
  345. package/shared/listbox.js +1 -1
  346. package/shared/patterns/affix.d.ts +9 -9
  347. package/shared/patterns/focus.d.ts +3 -3
  348. package/shared/patterns/form-elements/form-elements.d.ts +57 -57
  349. package/shared/patterns/form-elements/index.d.ts +1 -1
  350. package/shared/patterns/index.d.ts +3 -3
  351. package/shared/repeat.js +1 -1
  352. package/shared/text-anchor.template.js +38 -40
  353. package/shared/text-field.js +1 -1
  354. package/shared/text-field2.js +1 -1
  355. package/shared/when.js +19 -5
  356. package/side-drawer/index.js +1 -1
  357. package/slider/index.js +1 -4
  358. package/styles/core/all.css +1 -1
  359. package/styles/core/theme.css +1 -1
  360. package/styles/core/typography.css +1 -1
  361. package/styles/tokens/theme-dark.css +17 -17
  362. package/styles/tokens/theme-light.css +17 -17
  363. package/switch/index.js +1 -3
  364. package/tab/index.js +1 -3
  365. package/tab-panel/index.js +1 -1
  366. package/tabs/index.js +3 -5
  367. package/tag/index.js +1 -3
  368. package/tag-group/index.js +1 -1
  369. package/text-anchor/index.js +0 -2
  370. package/text-area/index.js +1 -3
  371. package/text-field/index.js +1 -3
  372. package/toggletip/index.js +1 -5
  373. package/tooltip/index.js +1 -4
  374. package/tree-item/index.js +2 -4
  375. package/tree-view/index.js +1 -1
  376. package/vivid.api.json +210 -848
  377. package/shared/es.object.assign.js +0 -68
  378. package/shared/es.regexp.to-string.js +0 -61
  379. package/shared/es.string.includes.js +0 -83
  380. package/shared/string-trim.js +0 -40
  381. package/shared/to-string.js +0 -51
package/vivid.api.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.33.6",
5
- "schemaVersion": 1010,
4
+ "toolVersion": "7.36.3",
5
+ "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
8
8
  "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
@@ -191,7 +191,7 @@
191
191
  "excerptTokens": [
192
192
  {
193
193
  "kind": "Content",
194
- "text": "export declare type ActionGroupAppearance = "
194
+ "text": "export type ActionGroupAppearance = "
195
195
  },
196
196
  {
197
197
  "kind": "Reference",
@@ -249,7 +249,7 @@
249
249
  "excerptTokens": [
250
250
  {
251
251
  "kind": "Content",
252
- "text": "export declare type ActionGroupShape = "
252
+ "text": "export type ActionGroupShape = "
253
253
  },
254
254
  {
255
255
  "kind": "Reference",
@@ -307,7 +307,7 @@
307
307
  "excerptTokens": [
308
308
  {
309
309
  "kind": "Content",
310
- "text": "export declare type AlertConnotation = "
310
+ "text": "export type AlertConnotation = "
311
311
  },
312
312
  {
313
313
  "kind": "Reference",
@@ -652,7 +652,7 @@
652
652
  "excerptTokens": [
653
653
  {
654
654
  "kind": "Content",
655
- "text": "export declare type AvatarAppearance = "
655
+ "text": "export type AvatarAppearance = "
656
656
  },
657
657
  {
658
658
  "kind": "Reference",
@@ -719,7 +719,7 @@
719
719
  "excerptTokens": [
720
720
  {
721
721
  "kind": "Content",
722
- "text": "export declare type AvatarConnotation = "
722
+ "text": "export type AvatarConnotation = "
723
723
  },
724
724
  {
725
725
  "kind": "Reference",
@@ -777,7 +777,7 @@
777
777
  "excerptTokens": [
778
778
  {
779
779
  "kind": "Content",
780
- "text": "export declare type AvatarShape = "
780
+ "text": "export type AvatarShape = "
781
781
  },
782
782
  {
783
783
  "kind": "Reference",
@@ -835,7 +835,7 @@
835
835
  "excerptTokens": [
836
836
  {
837
837
  "kind": "Content",
838
- "text": "export declare type AvatarSize = "
838
+ "text": "export type AvatarSize = "
839
839
  },
840
840
  {
841
841
  "kind": "Reference",
@@ -902,7 +902,7 @@
902
902
  "excerptTokens": [
903
903
  {
904
904
  "kind": "Content",
905
- "text": "export declare type BadgeAppearance = "
905
+ "text": "export type BadgeAppearance = "
906
906
  },
907
907
  {
908
908
  "kind": "Reference",
@@ -969,7 +969,7 @@
969
969
  "excerptTokens": [
970
970
  {
971
971
  "kind": "Content",
972
- "text": "export declare type BadgeConnotation = "
972
+ "text": "export type BadgeConnotation = "
973
973
  },
974
974
  {
975
975
  "kind": "Reference",
@@ -1140,7 +1140,7 @@
1140
1140
  "excerptTokens": [
1141
1141
  {
1142
1142
  "kind": "Content",
1143
- "text": "export declare type BadgeShape = "
1143
+ "text": "export type BadgeShape = "
1144
1144
  },
1145
1145
  {
1146
1146
  "kind": "Reference",
@@ -1198,7 +1198,7 @@
1198
1198
  "excerptTokens": [
1199
1199
  {
1200
1200
  "kind": "Content",
1201
- "text": "export declare type BannerConnotation = "
1201
+ "text": "export type BannerConnotation = "
1202
1202
  },
1203
1203
  {
1204
1204
  "kind": "Reference",
@@ -1261,7 +1261,7 @@
1261
1261
  "excerptTokens": [
1262
1262
  {
1263
1263
  "kind": "Content",
1264
- "text": "export declare type ButtonAppearance = "
1264
+ "text": "export type ButtonAppearance = "
1265
1265
  },
1266
1266
  {
1267
1267
  "kind": "Reference",
@@ -1328,7 +1328,7 @@
1328
1328
  "excerptTokens": [
1329
1329
  {
1330
1330
  "kind": "Content",
1331
- "text": "export declare type ButtonConnotation = "
1331
+ "text": "export type ButtonConnotation = "
1332
1332
  },
1333
1333
  {
1334
1334
  "kind": "Reference",
@@ -1404,7 +1404,7 @@
1404
1404
  "excerptTokens": [
1405
1405
  {
1406
1406
  "kind": "Content",
1407
- "text": "export declare type ButtonShape = "
1407
+ "text": "export type ButtonShape = "
1408
1408
  },
1409
1409
  {
1410
1410
  "kind": "Reference",
@@ -1462,7 +1462,7 @@
1462
1462
  "excerptTokens": [
1463
1463
  {
1464
1464
  "kind": "Content",
1465
- "text": "export declare type ButtonSize = "
1465
+ "text": "export type ButtonSize = "
1466
1466
  },
1467
1467
  {
1468
1468
  "kind": "Reference",
@@ -1538,7 +1538,7 @@
1538
1538
  "excerptTokens": [
1539
1539
  {
1540
1540
  "kind": "Content",
1541
- "text": "export declare type CalendarEventAppearance = "
1541
+ "text": "export type CalendarEventAppearance = "
1542
1542
  },
1543
1543
  {
1544
1544
  "kind": "Reference",
@@ -1605,7 +1605,7 @@
1605
1605
  "excerptTokens": [
1606
1606
  {
1607
1607
  "kind": "Content",
1608
- "text": "export declare type CalendarEventConnotation = "
1608
+ "text": "export type CalendarEventConnotation = "
1609
1609
  },
1610
1610
  {
1611
1611
  "kind": "Reference",
@@ -1708,7 +1708,7 @@
1708
1708
  "excerptTokens": [
1709
1709
  {
1710
1710
  "kind": "Content",
1711
- "text": "export declare type ColumnBasis = "
1711
+ "text": "export type ColumnBasis = "
1712
1712
  },
1713
1713
  {
1714
1714
  "kind": "Reference",
@@ -1775,7 +1775,7 @@
1775
1775
  "excerptTokens": [
1776
1776
  {
1777
1777
  "kind": "Content",
1778
- "text": "export declare type ColumnSpacing = "
1778
+ "text": "export type ColumnSpacing = "
1779
1779
  },
1780
1780
  {
1781
1781
  "kind": "Reference",
@@ -1846,43 +1846,7 @@
1846
1846
  },
1847
1847
  {
1848
1848
  "kind": "Content",
1849
- "text": "(import(\"@microsoft/fast-foundation\")."
1850
- },
1851
- {
1852
- "kind": "Reference",
1853
- "text": "FoundationElementRegistry",
1854
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1855
- },
1856
- {
1857
- "kind": "Content",
1858
- "text": "<"
1859
- },
1860
- {
1861
- "kind": "Reference",
1862
- "text": "ComboboxOptions",
1863
- "canonicalReference": "@microsoft/fast-foundation!ComboboxOptions:type"
1864
- },
1865
- {
1866
- "kind": "Content",
1867
- "text": ", import(\"@microsoft/fast-element\")."
1868
- },
1869
- {
1870
- "kind": "Reference",
1871
- "text": "Constructable",
1872
- "canonicalReference": "@microsoft/fast-element!Constructable:type"
1873
- },
1874
- {
1875
- "kind": "Content",
1876
- "text": "<import(\"@microsoft/fast-foundation\")."
1877
- },
1878
- {
1879
- "kind": "Reference",
1880
- "text": "FoundationElement",
1881
- "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1882
- },
1883
- {
1884
- "kind": "Content",
1885
- "text": ">> | import(\"@microsoft/fast-foundation\")."
1849
+ "text": "import(\"@microsoft/fast-foundation\")."
1886
1850
  },
1887
1851
  {
1888
1852
  "kind": "Reference",
@@ -1918,7 +1882,7 @@
1918
1882
  },
1919
1883
  {
1920
1884
  "kind": "Content",
1921
- "text": ">>)[]"
1885
+ "text": ">>[]"
1922
1886
  }
1923
1887
  ],
1924
1888
  "fileUrlPath": "../../dist/libs/components/lib/combobox/definition.d.ts",
@@ -1927,7 +1891,7 @@
1927
1891
  "name": "comboboxRegistries",
1928
1892
  "variableTypeTokenRange": {
1929
1893
  "startIndex": 1,
1930
- "endIndex": 18
1894
+ "endIndex": 10
1931
1895
  }
1932
1896
  },
1933
1897
  {
@@ -2476,7 +2440,7 @@
2476
2440
  "excerptTokens": [
2477
2441
  {
2478
2442
  "kind": "Content",
2479
- "text": "export declare type FabConnotation = "
2443
+ "text": "export type FabConnotation = "
2480
2444
  },
2481
2445
  {
2482
2446
  "kind": "Reference",
@@ -2611,7 +2575,7 @@
2611
2575
  "excerptTokens": [
2612
2576
  {
2613
2577
  "kind": "Content",
2614
- "text": "export declare type FABSize = "
2578
+ "text": "export type FABSize = "
2615
2579
  },
2616
2580
  {
2617
2581
  "kind": "Reference",
@@ -2662,6 +2626,83 @@
2662
2626
  "endIndex": 9
2663
2627
  }
2664
2628
  },
2629
+ {
2630
+ "kind": "Variable",
2631
+ "canonicalReference": "@vonage/vivid!filePickerDefinition:var",
2632
+ "docComment": "",
2633
+ "excerptTokens": [
2634
+ {
2635
+ "kind": "Content",
2636
+ "text": "filePickerDefinition: "
2637
+ },
2638
+ {
2639
+ "kind": "Content",
2640
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2641
+ },
2642
+ {
2643
+ "kind": "Reference",
2644
+ "text": "OverrideFoundationElementDefinition",
2645
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2646
+ },
2647
+ {
2648
+ "kind": "Content",
2649
+ "text": "<"
2650
+ },
2651
+ {
2652
+ "kind": "Reference",
2653
+ "text": "FoundationElementDefinition",
2654
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2655
+ },
2656
+ {
2657
+ "kind": "Content",
2658
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2659
+ },
2660
+ {
2661
+ "kind": "Reference",
2662
+ "text": "FoundationElementRegistry",
2663
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2664
+ },
2665
+ {
2666
+ "kind": "Content",
2667
+ "text": "<"
2668
+ },
2669
+ {
2670
+ "kind": "Reference",
2671
+ "text": "FoundationElementDefinition",
2672
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2673
+ },
2674
+ {
2675
+ "kind": "Content",
2676
+ "text": ", import(\"@microsoft/fast-element\")."
2677
+ },
2678
+ {
2679
+ "kind": "Reference",
2680
+ "text": "Constructable",
2681
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2682
+ },
2683
+ {
2684
+ "kind": "Content",
2685
+ "text": "<import(\"@microsoft/fast-foundation\")."
2686
+ },
2687
+ {
2688
+ "kind": "Reference",
2689
+ "text": "FoundationElement",
2690
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2691
+ },
2692
+ {
2693
+ "kind": "Content",
2694
+ "text": ">>"
2695
+ }
2696
+ ],
2697
+ "fileUrlPath": "../../dist/libs/components/lib/file-picker/definition.d.ts",
2698
+ "isReadonly": true,
2699
+ "releaseTag": "Public",
2700
+ "name": "filePickerDefinition",
2701
+ "variableTypeTokenRange": {
2702
+ "startIndex": 1,
2703
+ "endIndex": 14
2704
+ }
2705
+ },
2665
2706
  {
2666
2707
  "kind": "TypeAlias",
2667
2708
  "canonicalReference": "@vonage/vivid!Gutters:type",
@@ -2669,7 +2710,7 @@
2669
2710
  "excerptTokens": [
2670
2711
  {
2671
2712
  "kind": "Content",
2672
- "text": "export declare type Gutters = "
2713
+ "text": "export type Gutters = "
2673
2714
  },
2674
2715
  {
2675
2716
  "kind": "Reference",
@@ -2813,7 +2854,7 @@
2813
2854
  "excerptTokens": [
2814
2855
  {
2815
2856
  "kind": "Content",
2816
- "text": "export declare type IconConnotation = "
2857
+ "text": "export type IconConnotation = "
2817
2858
  },
2818
2859
  {
2819
2860
  "kind": "Reference",
@@ -2984,7 +3025,7 @@
2984
3025
  "excerptTokens": [
2985
3026
  {
2986
3027
  "kind": "Content",
2987
- "text": "export declare type IconPlacement = "
3028
+ "text": "export type IconPlacement = "
2988
3029
  },
2989
3030
  {
2990
3031
  "kind": "Content",
@@ -3620,7 +3661,7 @@
3620
3661
  "excerptTokens": [
3621
3662
  {
3622
3663
  "kind": "Content",
3623
- "text": "export declare type NoteConnotation = "
3664
+ "text": "export type NoteConnotation = "
3624
3665
  },
3625
3666
  {
3626
3667
  "kind": "Reference",
@@ -3760,7 +3801,7 @@
3760
3801
  "excerptTokens": [
3761
3802
  {
3762
3803
  "kind": "Content",
3763
- "text": "export declare type NumberFieldAppearance = "
3804
+ "text": "export type NumberFieldAppearance = "
3764
3805
  },
3765
3806
  {
3766
3807
  "kind": "Reference",
@@ -3954,7 +3995,7 @@
3954
3995
  "excerptTokens": [
3955
3996
  {
3956
3997
  "kind": "Content",
3957
- "text": "export declare type NumberFieldShape = "
3998
+ "text": "export type NumberFieldShape = "
3958
3999
  },
3959
4000
  {
3960
4001
  "kind": "Reference",
@@ -4083,824 +4124,145 @@
4083
4124
  }
4084
4125
  },
4085
4126
  {
4086
- "kind": "Class",
4087
- "canonicalReference": "@vonage/vivid!Popup:class",
4127
+ "kind": "TypeAlias",
4128
+ "canonicalReference": "@vonage/vivid!PopupPlacement:type",
4088
4129
  "docComment": "",
4089
4130
  "excerptTokens": [
4090
4131
  {
4091
4132
  "kind": "Content",
4092
- "text": "export declare class Popup extends "
4133
+ "text": "export type PopupPlacement = "
4093
4134
  },
4094
4135
  {
4095
- "kind": "Reference",
4096
- "text": "FoundationElement",
4097
- "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
4136
+ "kind": "Content",
4137
+ "text": "'top' | 'bottom'"
4098
4138
  },
4099
4139
  {
4100
4140
  "kind": "Content",
4101
- "text": " "
4141
+ "text": ";"
4142
+ }
4143
+ ],
4144
+ "fileUrlPath": "../../dist/libs/components/lib/combobox/combobox.d.ts",
4145
+ "releaseTag": "Public",
4146
+ "name": "PopupPlacement",
4147
+ "typeTokenRange": {
4148
+ "startIndex": 1,
4149
+ "endIndex": 2
4150
+ }
4151
+ },
4152
+ {
4153
+ "kind": "Enum",
4154
+ "canonicalReference": "@vonage/vivid!Position:enum",
4155
+ "docComment": "",
4156
+ "excerptTokens": [
4157
+ {
4158
+ "kind": "Content",
4159
+ "text": "export declare enum Position "
4102
4160
  }
4103
4161
  ],
4104
- "fileUrlPath": "../../dist/libs/components/lib/popup/popup.d.ts",
4162
+ "fileUrlPath": "../../dist/libs/components/lib/enums.d.ts",
4105
4163
  "releaseTag": "Public",
4106
- "name": "Popup",
4164
+ "name": "Position",
4107
4165
  "preserveMemberOrder": false,
4108
4166
  "members": [
4109
4167
  {
4110
- "kind": "Property",
4111
- "canonicalReference": "@vonage/vivid!Popup#alternate:member",
4168
+ "kind": "EnumMember",
4169
+ "canonicalReference": "@vonage/vivid!Position.Bottom:member",
4112
4170
  "docComment": "",
4113
4171
  "excerptTokens": [
4114
4172
  {
4115
4173
  "kind": "Content",
4116
- "text": "alternate: "
4117
- },
4118
- {
4119
- "kind": "Content",
4120
- "text": "boolean"
4174
+ "text": "Bottom = "
4121
4175
  },
4122
4176
  {
4123
4177
  "kind": "Content",
4124
- "text": ";"
4178
+ "text": "\"BOTTOM\""
4125
4179
  }
4126
4180
  ],
4127
- "isReadonly": false,
4128
- "isOptional": false,
4129
- "releaseTag": "Public",
4130
- "name": "alternate",
4131
- "propertyTypeTokenRange": {
4181
+ "initializerTokenRange": {
4132
4182
  "startIndex": 1,
4133
4183
  "endIndex": 2
4134
4184
  },
4135
- "isStatic": false,
4136
- "isProtected": false
4137
- },
4138
- {
4139
- "kind": "Property",
4140
- "canonicalReference": "@vonage/vivid!Popup#anchor:member",
4141
- "docComment": "",
4142
- "excerptTokens": [
4143
- {
4144
- "kind": "Content",
4145
- "text": "anchor?: "
4146
- },
4147
- {
4148
- "kind": "Content",
4149
- "text": "string | "
4150
- },
4151
- {
4152
- "kind": "Reference",
4153
- "text": "HTMLElement",
4154
- "canonicalReference": "!HTMLElement:interface"
4155
- },
4156
- {
4157
- "kind": "Content",
4158
- "text": ";"
4159
- }
4160
- ],
4161
- "isReadonly": false,
4162
- "isOptional": true,
4163
4185
  "releaseTag": "Public",
4164
- "name": "anchor",
4165
- "propertyTypeTokenRange": {
4166
- "startIndex": 1,
4167
- "endIndex": 3
4168
- },
4169
- "isStatic": false,
4170
- "isProtected": false
4186
+ "name": "Bottom"
4171
4187
  },
4172
4188
  {
4173
- "kind": "Property",
4174
- "canonicalReference": "@vonage/vivid!Popup#anchorEl:member",
4189
+ "kind": "EnumMember",
4190
+ "canonicalReference": "@vonage/vivid!Position.Center:member",
4175
4191
  "docComment": "",
4176
4192
  "excerptTokens": [
4177
4193
  {
4178
4194
  "kind": "Content",
4179
- "text": "get anchorEl(): "
4180
- },
4181
- {
4182
- "kind": "Reference",
4183
- "text": "HTMLElement",
4184
- "canonicalReference": "!HTMLElement:interface"
4185
- },
4186
- {
4187
- "kind": "Content",
4188
- "text": " | null"
4195
+ "text": "Center = "
4189
4196
  },
4190
4197
  {
4191
4198
  "kind": "Content",
4192
- "text": ";"
4199
+ "text": "\"CENTER\""
4193
4200
  }
4194
4201
  ],
4195
- "isReadonly": true,
4196
- "isOptional": false,
4197
- "releaseTag": "Public",
4198
- "name": "anchorEl",
4199
- "propertyTypeTokenRange": {
4202
+ "initializerTokenRange": {
4200
4203
  "startIndex": 1,
4201
- "endIndex": 3
4204
+ "endIndex": 2
4202
4205
  },
4203
- "isStatic": false,
4204
- "isProtected": false
4206
+ "releaseTag": "Public",
4207
+ "name": "Center"
4205
4208
  },
4206
4209
  {
4207
- "kind": "Property",
4208
- "canonicalReference": "@vonage/vivid!Popup#arrow:member",
4210
+ "kind": "EnumMember",
4211
+ "canonicalReference": "@vonage/vivid!Position.End:member",
4209
4212
  "docComment": "",
4210
4213
  "excerptTokens": [
4211
4214
  {
4212
4215
  "kind": "Content",
4213
- "text": "arrow: "
4214
- },
4215
- {
4216
- "kind": "Content",
4217
- "text": "boolean"
4216
+ "text": "End = "
4218
4217
  },
4219
4218
  {
4220
4219
  "kind": "Content",
4221
- "text": ";"
4220
+ "text": "\"END\""
4222
4221
  }
4223
4222
  ],
4224
- "isReadonly": false,
4225
- "isOptional": false,
4226
- "releaseTag": "Public",
4227
- "name": "arrow",
4228
- "propertyTypeTokenRange": {
4223
+ "initializerTokenRange": {
4229
4224
  "startIndex": 1,
4230
4225
  "endIndex": 2
4231
4226
  },
4232
- "isStatic": false,
4233
- "isProtected": false
4227
+ "releaseTag": "Public",
4228
+ "name": "End"
4234
4229
  },
4235
4230
  {
4236
- "kind": "Property",
4237
- "canonicalReference": "@vonage/vivid!Popup#arrowEl:member",
4231
+ "kind": "EnumMember",
4232
+ "canonicalReference": "@vonage/vivid!Position.Start:member",
4238
4233
  "docComment": "",
4239
4234
  "excerptTokens": [
4240
4235
  {
4241
4236
  "kind": "Content",
4242
- "text": "arrowEl: "
4243
- },
4244
- {
4245
- "kind": "Reference",
4246
- "text": "HTMLElement",
4247
- "canonicalReference": "!HTMLElement:interface"
4237
+ "text": "Start = "
4248
4238
  },
4249
4239
  {
4250
4240
  "kind": "Content",
4251
- "text": ";"
4241
+ "text": "\"START\""
4252
4242
  }
4253
4243
  ],
4254
- "isReadonly": false,
4255
- "isOptional": false,
4256
- "releaseTag": "Public",
4257
- "name": "arrowEl",
4258
- "propertyTypeTokenRange": {
4244
+ "initializerTokenRange": {
4259
4245
  "startIndex": 1,
4260
4246
  "endIndex": 2
4261
4247
  },
4262
- "isStatic": false,
4263
- "isProtected": false
4264
- },
4265
- {
4266
- "kind": "Method",
4267
- "canonicalReference": "@vonage/vivid!Popup#attributeChangedCallback:member(1)",
4268
- "docComment": "",
4269
- "excerptTokens": [
4270
- {
4271
- "kind": "Content",
4272
- "text": "attributeChangedCallback(name: "
4273
- },
4274
- {
4275
- "kind": "Content",
4276
- "text": "string"
4277
- },
4278
- {
4279
- "kind": "Content",
4280
- "text": ", oldValue: "
4281
- },
4282
- {
4283
- "kind": "Content",
4284
- "text": "string"
4285
- },
4286
- {
4287
- "kind": "Content",
4288
- "text": ", newValue: "
4289
- },
4290
- {
4291
- "kind": "Content",
4292
- "text": "string"
4293
- },
4294
- {
4295
- "kind": "Content",
4296
- "text": "): "
4297
- },
4298
- {
4299
- "kind": "Content",
4300
- "text": "void"
4301
- },
4302
- {
4303
- "kind": "Content",
4304
- "text": ";"
4305
- }
4306
- ],
4307
- "isStatic": false,
4308
- "returnTypeTokenRange": {
4309
- "startIndex": 7,
4310
- "endIndex": 8
4311
- },
4312
4248
  "releaseTag": "Public",
4313
- "isProtected": false,
4314
- "overloadIndex": 1,
4315
- "parameters": [
4316
- {
4317
- "parameterName": "name",
4318
- "parameterTypeTokenRange": {
4319
- "startIndex": 1,
4320
- "endIndex": 2
4321
- },
4322
- "isOptional": false
4323
- },
4324
- {
4325
- "parameterName": "oldValue",
4326
- "parameterTypeTokenRange": {
4327
- "startIndex": 3,
4328
- "endIndex": 4
4329
- },
4330
- "isOptional": false
4331
- },
4332
- {
4333
- "parameterName": "newValue",
4334
- "parameterTypeTokenRange": {
4335
- "startIndex": 5,
4336
- "endIndex": 6
4337
- },
4338
- "isOptional": false
4339
- }
4340
- ],
4341
- "isOptional": false,
4342
- "name": "attributeChangedCallback"
4249
+ "name": "Start"
4343
4250
  },
4344
4251
  {
4345
- "kind": "Method",
4346
- "canonicalReference": "@vonage/vivid!Popup#disconnectedCallback:member(1)",
4252
+ "kind": "EnumMember",
4253
+ "canonicalReference": "@vonage/vivid!Position.Top:member",
4347
4254
  "docComment": "",
4348
4255
  "excerptTokens": [
4349
4256
  {
4350
4257
  "kind": "Content",
4351
- "text": "disconnectedCallback(): "
4352
- },
4353
- {
4354
- "kind": "Content",
4355
- "text": "void"
4258
+ "text": "Top = "
4356
4259
  },
4357
4260
  {
4358
4261
  "kind": "Content",
4359
- "text": ";"
4262
+ "text": "\"TOP\""
4360
4263
  }
4361
4264
  ],
4362
- "isStatic": false,
4363
- "returnTypeTokenRange": {
4364
- "startIndex": 1,
4365
- "endIndex": 2
4366
- },
4367
- "releaseTag": "Public",
4368
- "isProtected": false,
4369
- "overloadIndex": 1,
4370
- "parameters": [],
4371
- "isOptional": false,
4372
- "name": "disconnectedCallback"
4373
- },
4374
- {
4375
- "kind": "Property",
4376
- "canonicalReference": "@vonage/vivid!Popup#dismissible:member",
4377
- "docComment": "",
4378
- "excerptTokens": [
4379
- {
4380
- "kind": "Content",
4381
- "text": "dismissible: "
4382
- },
4383
- {
4384
- "kind": "Content",
4385
- "text": "boolean"
4386
- },
4387
- {
4388
- "kind": "Content",
4389
- "text": ";"
4390
- }
4391
- ],
4392
- "isReadonly": false,
4393
- "isOptional": false,
4394
- "releaseTag": "Public",
4395
- "name": "dismissible",
4396
- "propertyTypeTokenRange": {
4397
- "startIndex": 1,
4398
- "endIndex": 2
4399
- },
4400
- "isStatic": false,
4401
- "isProtected": false
4402
- },
4403
- {
4404
- "kind": "Method",
4405
- "canonicalReference": "@vonage/vivid!Popup#hide:member(1)",
4406
- "docComment": "",
4407
- "excerptTokens": [
4408
- {
4409
- "kind": "Content",
4410
- "text": "hide(): "
4411
- },
4412
- {
4413
- "kind": "Content",
4414
- "text": "void"
4415
- },
4416
- {
4417
- "kind": "Content",
4418
- "text": ";"
4419
- }
4420
- ],
4421
- "isStatic": false,
4422
- "returnTypeTokenRange": {
4423
- "startIndex": 1,
4424
- "endIndex": 2
4425
- },
4426
- "releaseTag": "Public",
4427
- "isProtected": false,
4428
- "overloadIndex": 1,
4429
- "parameters": [],
4430
- "isOptional": false,
4431
- "name": "hide"
4432
- },
4433
- {
4434
- "kind": "Property",
4435
- "canonicalReference": "@vonage/vivid!Popup#open:member",
4436
- "docComment": "",
4437
- "excerptTokens": [
4438
- {
4439
- "kind": "Content",
4440
- "text": "open: "
4441
- },
4442
- {
4443
- "kind": "Content",
4444
- "text": "boolean"
4445
- },
4446
- {
4447
- "kind": "Content",
4448
- "text": ";"
4449
- }
4450
- ],
4451
- "isReadonly": false,
4452
- "isOptional": false,
4453
- "releaseTag": "Public",
4454
- "name": "open",
4455
- "propertyTypeTokenRange": {
4456
- "startIndex": 1,
4457
- "endIndex": 2
4458
- },
4459
- "isStatic": false,
4460
- "isProtected": false
4461
- },
4462
- {
4463
- "kind": "Method",
4464
- "canonicalReference": "@vonage/vivid!Popup#openChanged:member(1)",
4465
- "docComment": "",
4466
- "excerptTokens": [
4467
- {
4468
- "kind": "Content",
4469
- "text": "openChanged(_: "
4470
- },
4471
- {
4472
- "kind": "Content",
4473
- "text": "boolean"
4474
- },
4475
- {
4476
- "kind": "Content",
4477
- "text": ", newValue: "
4478
- },
4479
- {
4480
- "kind": "Content",
4481
- "text": "boolean"
4482
- },
4483
- {
4484
- "kind": "Content",
4485
- "text": "): "
4486
- },
4487
- {
4488
- "kind": "Content",
4489
- "text": "void"
4490
- },
4491
- {
4492
- "kind": "Content",
4493
- "text": ";"
4494
- }
4495
- ],
4496
- "isStatic": false,
4497
- "returnTypeTokenRange": {
4498
- "startIndex": 5,
4499
- "endIndex": 6
4500
- },
4501
- "releaseTag": "Public",
4502
- "isProtected": false,
4503
- "overloadIndex": 1,
4504
- "parameters": [
4505
- {
4506
- "parameterName": "_",
4507
- "parameterTypeTokenRange": {
4508
- "startIndex": 1,
4509
- "endIndex": 2
4510
- },
4511
- "isOptional": false
4512
- },
4513
- {
4514
- "parameterName": "newValue",
4515
- "parameterTypeTokenRange": {
4516
- "startIndex": 3,
4517
- "endIndex": 4
4518
- },
4519
- "isOptional": false
4520
- }
4521
- ],
4522
- "isOptional": false,
4523
- "name": "openChanged"
4524
- },
4525
- {
4526
- "kind": "Property",
4527
- "canonicalReference": "@vonage/vivid!Popup#placement:member",
4528
- "docComment": "",
4529
- "excerptTokens": [
4530
- {
4531
- "kind": "Content",
4532
- "text": "placement?: "
4533
- },
4534
- {
4535
- "kind": "Reference",
4536
- "text": "Placement",
4537
- "canonicalReference": "@floating-ui/core!Placement:type"
4538
- },
4539
- {
4540
- "kind": "Content",
4541
- "text": ";"
4542
- }
4543
- ],
4544
- "isReadonly": false,
4545
- "isOptional": true,
4546
- "releaseTag": "Public",
4547
- "name": "placement",
4548
- "propertyTypeTokenRange": {
4549
- "startIndex": 1,
4550
- "endIndex": 2
4551
- },
4552
- "isStatic": false,
4553
- "isProtected": false
4554
- },
4555
- {
4556
- "kind": "Property",
4557
- "canonicalReference": "@vonage/vivid!Popup#popupEl:member",
4558
- "docComment": "",
4559
- "excerptTokens": [
4560
- {
4561
- "kind": "Content",
4562
- "text": "popupEl: "
4563
- },
4564
- {
4565
- "kind": "Reference",
4566
- "text": "HTMLElement",
4567
- "canonicalReference": "!HTMLElement:interface"
4568
- },
4569
- {
4570
- "kind": "Content",
4571
- "text": ";"
4572
- }
4573
- ],
4574
- "isReadonly": false,
4575
- "isOptional": false,
4576
- "releaseTag": "Public",
4577
- "name": "popupEl",
4578
- "propertyTypeTokenRange": {
4579
- "startIndex": 1,
4580
- "endIndex": 2
4581
- },
4582
- "isStatic": false,
4583
- "isProtected": false
4584
- },
4585
- {
4586
- "kind": "Method",
4587
- "canonicalReference": "@vonage/vivid!Popup#show:member(1)",
4588
- "docComment": "",
4589
- "excerptTokens": [
4590
- {
4591
- "kind": "Content",
4592
- "text": "show(): "
4593
- },
4594
- {
4595
- "kind": "Content",
4596
- "text": "void"
4597
- },
4598
- {
4599
- "kind": "Content",
4600
- "text": ";"
4601
- }
4602
- ],
4603
- "isStatic": false,
4604
- "returnTypeTokenRange": {
4605
- "startIndex": 1,
4606
- "endIndex": 2
4607
- },
4608
- "releaseTag": "Public",
4609
- "isProtected": false,
4610
- "overloadIndex": 1,
4611
- "parameters": [],
4612
- "isOptional": false,
4613
- "name": "show"
4614
- },
4615
- {
4616
- "kind": "Property",
4617
- "canonicalReference": "@vonage/vivid!Popup#strategy:member",
4618
- "docComment": "",
4619
- "excerptTokens": [
4620
- {
4621
- "kind": "Content",
4622
- "text": "strategy?: "
4623
- },
4624
- {
4625
- "kind": "Reference",
4626
- "text": "Strategy",
4627
- "canonicalReference": "@floating-ui/core!Strategy:type"
4628
- },
4629
- {
4630
- "kind": "Content",
4631
- "text": ";"
4632
- }
4633
- ],
4634
- "isReadonly": false,
4635
- "isOptional": true,
4636
- "releaseTag": "Public",
4637
- "name": "strategy",
4638
- "propertyTypeTokenRange": {
4639
- "startIndex": 1,
4640
- "endIndex": 2
4641
- },
4642
- "isStatic": false,
4643
- "isProtected": false
4644
- },
4645
- {
4646
- "kind": "Method",
4647
- "canonicalReference": "@vonage/vivid!Popup#updatePosition:member(1)",
4648
- "docComment": "",
4649
- "excerptTokens": [
4650
- {
4651
- "kind": "Content",
4652
- "text": "updatePosition(): "
4653
- },
4654
- {
4655
- "kind": "Reference",
4656
- "text": "Promise",
4657
- "canonicalReference": "!Promise:interface"
4658
- },
4659
- {
4660
- "kind": "Content",
4661
- "text": "<void>"
4662
- },
4663
- {
4664
- "kind": "Content",
4665
- "text": ";"
4666
- }
4667
- ],
4668
- "isStatic": false,
4669
- "returnTypeTokenRange": {
4670
- "startIndex": 1,
4671
- "endIndex": 3
4672
- },
4673
- "releaseTag": "Public",
4674
- "isProtected": false,
4675
- "overloadIndex": 1,
4676
- "parameters": [],
4677
- "isOptional": false,
4678
- "name": "updatePosition"
4679
- }
4680
- ],
4681
- "extendsTokenRange": {
4682
- "startIndex": 1,
4683
- "endIndex": 2
4684
- },
4685
- "implementsTokenRanges": []
4686
- },
4687
- {
4688
- "kind": "Variable",
4689
- "canonicalReference": "@vonage/vivid!popupDefinition:var",
4690
- "docComment": "",
4691
- "excerptTokens": [
4692
- {
4693
- "kind": "Content",
4694
- "text": "popupDefinition: "
4695
- },
4696
- {
4697
- "kind": "Content",
4698
- "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
4699
- },
4700
- {
4701
- "kind": "Reference",
4702
- "text": "OverrideFoundationElementDefinition",
4703
- "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
4704
- },
4705
- {
4706
- "kind": "Content",
4707
- "text": "<"
4708
- },
4709
- {
4710
- "kind": "Reference",
4711
- "text": "FoundationElementDefinition",
4712
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
4713
- },
4714
- {
4715
- "kind": "Content",
4716
- "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
4717
- },
4718
- {
4719
- "kind": "Reference",
4720
- "text": "FoundationElementRegistry",
4721
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
4722
- },
4723
- {
4724
- "kind": "Content",
4725
- "text": "<"
4726
- },
4727
- {
4728
- "kind": "Reference",
4729
- "text": "FoundationElementDefinition",
4730
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
4731
- },
4732
- {
4733
- "kind": "Content",
4734
- "text": ", import(\"@microsoft/fast-element\")."
4735
- },
4736
- {
4737
- "kind": "Reference",
4738
- "text": "Constructable",
4739
- "canonicalReference": "@microsoft/fast-element!Constructable:type"
4740
- },
4741
- {
4742
- "kind": "Content",
4743
- "text": "<import(\"@microsoft/fast-foundation\")."
4744
- },
4745
- {
4746
- "kind": "Reference",
4747
- "text": "FoundationElement",
4748
- "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
4749
- },
4750
- {
4751
- "kind": "Content",
4752
- "text": ">>"
4753
- }
4754
- ],
4755
- "fileUrlPath": "../../dist/libs/components/lib/popup/definition.d.ts",
4756
- "isReadonly": true,
4757
- "releaseTag": "Public",
4758
- "name": "popupDefinition",
4759
- "variableTypeTokenRange": {
4760
- "startIndex": 1,
4761
- "endIndex": 14
4762
- }
4763
- },
4764
- {
4765
- "kind": "TypeAlias",
4766
- "canonicalReference": "@vonage/vivid!PopupPlacement:type",
4767
- "docComment": "",
4768
- "excerptTokens": [
4769
- {
4770
- "kind": "Content",
4771
- "text": "export declare type PopupPlacement = "
4772
- },
4773
- {
4774
- "kind": "Content",
4775
- "text": "'top' | 'bottom'"
4776
- },
4777
- {
4778
- "kind": "Content",
4779
- "text": ";"
4780
- }
4781
- ],
4782
- "fileUrlPath": "../../dist/libs/components/lib/combobox/combobox.d.ts",
4783
- "releaseTag": "Public",
4784
- "name": "PopupPlacement",
4785
- "typeTokenRange": {
4786
- "startIndex": 1,
4787
- "endIndex": 2
4788
- }
4789
- },
4790
- {
4791
- "kind": "Enum",
4792
- "canonicalReference": "@vonage/vivid!Position:enum",
4793
- "docComment": "",
4794
- "excerptTokens": [
4795
- {
4796
- "kind": "Content",
4797
- "text": "export declare enum Position "
4798
- }
4799
- ],
4800
- "fileUrlPath": "../../dist/libs/components/lib/enums.d.ts",
4801
- "releaseTag": "Public",
4802
- "name": "Position",
4803
- "preserveMemberOrder": false,
4804
- "members": [
4805
- {
4806
- "kind": "EnumMember",
4807
- "canonicalReference": "@vonage/vivid!Position.Bottom:member",
4808
- "docComment": "",
4809
- "excerptTokens": [
4810
- {
4811
- "kind": "Content",
4812
- "text": "Bottom = "
4813
- },
4814
- {
4815
- "kind": "Content",
4816
- "text": "\"BOTTOM\""
4817
- }
4818
- ],
4819
- "initializerTokenRange": {
4820
- "startIndex": 1,
4821
- "endIndex": 2
4822
- },
4823
- "releaseTag": "Public",
4824
- "name": "Bottom"
4825
- },
4826
- {
4827
- "kind": "EnumMember",
4828
- "canonicalReference": "@vonage/vivid!Position.Center:member",
4829
- "docComment": "",
4830
- "excerptTokens": [
4831
- {
4832
- "kind": "Content",
4833
- "text": "Center = "
4834
- },
4835
- {
4836
- "kind": "Content",
4837
- "text": "\"CENTER\""
4838
- }
4839
- ],
4840
- "initializerTokenRange": {
4841
- "startIndex": 1,
4842
- "endIndex": 2
4843
- },
4844
- "releaseTag": "Public",
4845
- "name": "Center"
4846
- },
4847
- {
4848
- "kind": "EnumMember",
4849
- "canonicalReference": "@vonage/vivid!Position.End:member",
4850
- "docComment": "",
4851
- "excerptTokens": [
4852
- {
4853
- "kind": "Content",
4854
- "text": "End = "
4855
- },
4856
- {
4857
- "kind": "Content",
4858
- "text": "\"END\""
4859
- }
4860
- ],
4861
- "initializerTokenRange": {
4862
- "startIndex": 1,
4863
- "endIndex": 2
4864
- },
4865
- "releaseTag": "Public",
4866
- "name": "End"
4867
- },
4868
- {
4869
- "kind": "EnumMember",
4870
- "canonicalReference": "@vonage/vivid!Position.Start:member",
4871
- "docComment": "",
4872
- "excerptTokens": [
4873
- {
4874
- "kind": "Content",
4875
- "text": "Start = "
4876
- },
4877
- {
4878
- "kind": "Content",
4879
- "text": "\"START\""
4880
- }
4881
- ],
4882
- "initializerTokenRange": {
4883
- "startIndex": 1,
4884
- "endIndex": 2
4885
- },
4886
- "releaseTag": "Public",
4887
- "name": "Start"
4888
- },
4889
- {
4890
- "kind": "EnumMember",
4891
- "canonicalReference": "@vonage/vivid!Position.Top:member",
4892
- "docComment": "",
4893
- "excerptTokens": [
4894
- {
4895
- "kind": "Content",
4896
- "text": "Top = "
4897
- },
4898
- {
4899
- "kind": "Content",
4900
- "text": "\"TOP\""
4901
- }
4902
- ],
4903
- "initializerTokenRange": {
4265
+ "initializerTokenRange": {
4904
4266
  "startIndex": 1,
4905
4267
  "endIndex": 2
4906
4268
  },
@@ -4916,7 +4278,7 @@
4916
4278
  "excerptTokens": [
4917
4279
  {
4918
4280
  "kind": "Content",
4919
- "text": "export declare type ProgressConnotation = "
4281
+ "text": "export type ProgressConnotation = "
4920
4282
  },
4921
4283
  {
4922
4284
  "kind": "Reference",
@@ -5056,7 +4418,7 @@
5056
4418
  "excerptTokens": [
5057
4419
  {
5058
4420
  "kind": "Content",
5059
- "text": "export declare type ProgressRingConnotation = "
4421
+ "text": "export type ProgressRingConnotation = "
5060
4422
  },
5061
4423
  {
5062
4424
  "kind": "Reference",
@@ -5187,7 +4549,7 @@
5187
4549
  "excerptTokens": [
5188
4550
  {
5189
4551
  "kind": "Content",
5190
- "text": "export declare type ProgressShape = "
4552
+ "text": "export type ProgressShape = "
5191
4553
  },
5192
4554
  {
5193
4555
  "kind": "Reference",
@@ -5949,6 +5311,34 @@
5949
5311
  "endIndex": 3
5950
5312
  }
5951
5313
  },
5314
+ {
5315
+ "kind": "Variable",
5316
+ "canonicalReference": "@vonage/vivid!registerFilePicker:var",
5317
+ "docComment": "",
5318
+ "excerptTokens": [
5319
+ {
5320
+ "kind": "Content",
5321
+ "text": "registerFilePicker: "
5322
+ },
5323
+ {
5324
+ "kind": "Content",
5325
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
5326
+ },
5327
+ {
5328
+ "kind": "Reference",
5329
+ "text": "DesignSystem",
5330
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
5331
+ }
5332
+ ],
5333
+ "fileUrlPath": "../../dist/libs/components/lib/file-picker/definition.d.ts",
5334
+ "isReadonly": true,
5335
+ "releaseTag": "Public",
5336
+ "name": "registerFilePicker",
5337
+ "variableTypeTokenRange": {
5338
+ "startIndex": 1,
5339
+ "endIndex": 3
5340
+ }
5341
+ },
5952
5342
  {
5953
5343
  "kind": "Variable",
5954
5344
  "canonicalReference": "@vonage/vivid!registerHeader:var",
@@ -6285,34 +5675,6 @@
6285
5675
  "endIndex": 3
6286
5676
  }
6287
5677
  },
6288
- {
6289
- "kind": "Variable",
6290
- "canonicalReference": "@vonage/vivid!registerPopup:var",
6291
- "docComment": "",
6292
- "excerptTokens": [
6293
- {
6294
- "kind": "Content",
6295
- "text": "registerPopup: "
6296
- },
6297
- {
6298
- "kind": "Content",
6299
- "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
6300
- },
6301
- {
6302
- "kind": "Reference",
6303
- "text": "DesignSystem",
6304
- "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
6305
- }
6306
- ],
6307
- "fileUrlPath": "../../dist/libs/components/lib/popup/definition.d.ts",
6308
- "isReadonly": true,
6309
- "releaseTag": "Public",
6310
- "name": "registerPopup",
6311
- "variableTypeTokenRange": {
6312
- "startIndex": 1,
6313
- "endIndex": 3
6314
- }
6315
- },
6316
5678
  {
6317
5679
  "kind": "Variable",
6318
5680
  "canonicalReference": "@vonage/vivid!registerProgress:var",
@@ -6911,7 +6273,7 @@
6911
6273
  "excerptTokens": [
6912
6274
  {
6913
6275
  "kind": "Content",
6914
- "text": "export declare type RowSpacing = "
6276
+ "text": "export type RowSpacing = "
6915
6277
  },
6916
6278
  {
6917
6279
  "kind": "Reference",
@@ -6978,7 +6340,7 @@
6978
6340
  "excerptTokens": [
6979
6341
  {
6980
6342
  "kind": "Content",
6981
- "text": "export declare type SelectAppearance = "
6343
+ "text": "export type SelectAppearance = "
6982
6344
  },
6983
6345
  {
6984
6346
  "kind": "Reference",
@@ -7113,7 +6475,7 @@
7113
6475
  "excerptTokens": [
7114
6476
  {
7115
6477
  "kind": "Content",
7116
- "text": "export declare type SelectShape = "
6478
+ "text": "export type SelectShape = "
7117
6479
  },
7118
6480
  {
7119
6481
  "kind": "Reference",
@@ -7674,7 +7036,7 @@
7674
7036
  "excerptTokens": [
7675
7037
  {
7676
7038
  "kind": "Content",
7677
- "text": "export declare type SwitchConnotation = "
7039
+ "text": "export type SwitchConnotation = "
7678
7040
  },
7679
7041
  {
7680
7042
  "kind": "Reference",
@@ -7805,7 +7167,7 @@
7805
7167
  "excerptTokens": [
7806
7168
  {
7807
7169
  "kind": "Content",
7808
- "text": "export declare type TabConnotation = "
7170
+ "text": "export type TabConnotation = "
7809
7171
  },
7810
7172
  {
7811
7173
  "kind": "Reference",
@@ -8094,7 +7456,7 @@
8094
7456
  "excerptTokens": [
8095
7457
  {
8096
7458
  "kind": "Content",
8097
- "text": "export declare type TabShape = "
7459
+ "text": "export type TabShape = "
8098
7460
  },
8099
7461
  {
8100
7462
  "kind": "Reference",
@@ -8152,7 +7514,7 @@
8152
7514
  "excerptTokens": [
8153
7515
  {
8154
7516
  "kind": "Content",
8155
- "text": "export declare type TagAppearance = "
7517
+ "text": "export type TagAppearance = "
8156
7518
  },
8157
7519
  {
8158
7520
  "kind": "Reference",
@@ -8210,7 +7572,7 @@
8210
7572
  "excerptTokens": [
8211
7573
  {
8212
7574
  "kind": "Content",
8213
- "text": "export declare type TagConnotation = "
7575
+ "text": "export type TagConnotation = "
8214
7576
  },
8215
7577
  {
8216
7578
  "kind": "Reference",
@@ -8422,7 +7784,7 @@
8422
7784
  "excerptTokens": [
8423
7785
  {
8424
7786
  "kind": "Content",
8425
- "text": "export declare type TagShape = "
7787
+ "text": "export type TagShape = "
8426
7788
  },
8427
7789
  {
8428
7790
  "kind": "Reference",
@@ -8557,7 +7919,7 @@
8557
7919
  "excerptTokens": [
8558
7920
  {
8559
7921
  "kind": "Content",
8560
- "text": "export declare type TextAreaWrap = "
7922
+ "text": "export type TextAreaWrap = "
8561
7923
  },
8562
7924
  {
8563
7925
  "kind": "Content",
@@ -8583,7 +7945,7 @@
8583
7945
  "excerptTokens": [
8584
7946
  {
8585
7947
  "kind": "Content",
8586
- "text": "export declare type TextFieldAppearance = "
7948
+ "text": "export type TextFieldAppearance = "
8587
7949
  },
8588
7950
  {
8589
7951
  "kind": "Reference",
@@ -8718,7 +8080,7 @@
8718
8080
  "excerptTokens": [
8719
8081
  {
8720
8082
  "kind": "Content",
8721
- "text": "export declare type TextFieldShape = "
8083
+ "text": "export type TextFieldShape = "
8722
8084
  },
8723
8085
  {
8724
8086
  "kind": "Reference",