@vonage/vivid-react 4.0.0 → 5.19.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 (603) hide show
  1. package/LICENSE.md +201 -0
  2. package/README.md +99 -107
  3. package/VwcAccordion/index.d.ts +5 -5
  4. package/VwcAccordion/index.js +1 -2
  5. package/VwcAccordion/package.json +2 -2
  6. package/VwcActionGroup/index.d.ts +7 -7
  7. package/VwcActionGroup/index.js +7 -12
  8. package/VwcActionGroup/package.json +2 -2
  9. package/VwcBadge/index.d.ts +9 -9
  10. package/VwcBadge/index.js +10 -17
  11. package/VwcBadge/package.json +2 -2
  12. package/VwcBanner/index.d.ts +10 -10
  13. package/VwcBanner/index.js +8 -11
  14. package/VwcBanner/package.json +2 -2
  15. package/VwcButton/index.d.ts +15 -34
  16. package/VwcButton/index.js +15 -100
  17. package/VwcButton/package.json +2 -2
  18. package/VwcButtonToggleGroup/index.d.ts +12 -11
  19. package/VwcButtonToggleGroup/index.js +1 -1
  20. package/VwcButtonToggleGroup/package.json +2 -2
  21. package/VwcCalendar/index.d.ts +4 -4
  22. package/VwcCalendar/index.js +1 -1
  23. package/VwcCalendar/package.json +2 -2
  24. package/VwcCalendarEvent/index.d.ts +6 -6
  25. package/VwcCalendarEvent/index.js +1 -1
  26. package/VwcCalendarEvent/package.json +2 -2
  27. package/VwcCard/index.d.ts +8 -7
  28. package/VwcCard/index.js +1 -1
  29. package/VwcCard/package.json +2 -2
  30. package/VwcCarousel/index.d.ts +5 -5
  31. package/VwcCarousel/index.js +1 -1
  32. package/VwcCarousel/package.json +2 -2
  33. package/VwcCarouselItem/index.d.ts +4 -4
  34. package/VwcCarouselItem/index.js +1 -1
  35. package/VwcCarouselItem/package.json +2 -2
  36. package/VwcCheckListItem/index.d.ts +7 -32
  37. package/VwcCheckListItem/index.js +4 -112
  38. package/VwcCheckListItem/package.json +2 -2
  39. package/VwcCheckbox/index.d.ts +7 -26
  40. package/VwcCheckbox/index.js +3 -88
  41. package/VwcCheckbox/package.json +2 -2
  42. package/VwcChip/index.d.ts +12 -12
  43. package/VwcChip/index.js +2 -3
  44. package/VwcChip/package.json +2 -2
  45. package/VwcChipSet/index.d.ts +6 -5
  46. package/VwcChipSet/index.js +2 -3
  47. package/VwcChipSet/package.json +2 -2
  48. package/VwcCircularProgress/index.d.ts +5 -15
  49. package/VwcCircularProgress/index.js +3 -43
  50. package/VwcCircularProgress/package.json +2 -2
  51. package/VwcDataGrid/index.d.ts +11 -10
  52. package/VwcDataGrid/index.js +4 -5
  53. package/VwcDataGrid/package.json +2 -2
  54. package/VwcDataGridColumn/index.d.ts +13 -13
  55. package/VwcDataGridColumn/index.js +1 -1
  56. package/VwcDataGridColumn/package.json +2 -2
  57. package/VwcDatepicker/index.d.ts +8 -106
  58. package/VwcDatepicker/index.js +3 -352
  59. package/VwcDatepicker/package.json +2 -2
  60. package/VwcDropdown/index.d.ts +24 -24
  61. package/VwcDropdown/index.js +2 -2
  62. package/VwcDropdown/package.json +2 -2
  63. package/VwcElevation/index.d.ts +5 -5
  64. package/VwcElevation/index.js +1 -1
  65. package/VwcElevation/package.json +2 -2
  66. package/VwcEmptyState/index.d.ts +4 -4
  67. package/VwcEmptyState/index.js +1 -1
  68. package/VwcEmptyState/package.json +2 -2
  69. package/VwcExpansionPanel/index.d.ts +16 -16
  70. package/VwcExpansionPanel/index.js +4 -5
  71. package/VwcExpansionPanel/package.json +2 -2
  72. package/VwcFab/index.d.ts +4 -22
  73. package/VwcFab/index.js +2 -73
  74. package/VwcFab/package.json +2 -2
  75. package/VwcFilePicker/index.d.ts +10 -10
  76. package/VwcFilePicker/index.js +2 -2
  77. package/VwcFilePicker/package.json +2 -2
  78. package/VwcFormfield/index.d.ts +5 -12
  79. package/VwcFormfield/index.js +3 -35
  80. package/VwcFormfield/package.json +2 -2
  81. package/VwcHelperMessage/index.d.ts +5 -5
  82. package/VwcHelperMessage/index.js +2 -2
  83. package/VwcHelperMessage/package.json +2 -2
  84. package/VwcIcon/index.d.ts +7 -7
  85. package/VwcIcon/index.js +7 -11
  86. package/VwcIcon/package.json +2 -2
  87. package/VwcIconButton/index.d.ts +12 -17
  88. package/VwcIconButton/index.js +7 -43
  89. package/VwcIconButton/package.json +2 -2
  90. package/VwcIconButtonToggle/index.d.ts +11 -24
  91. package/VwcIconButtonToggle/index.js +9 -65
  92. package/VwcIconButtonToggle/package.json +2 -2
  93. package/VwcKeypad/index.d.ts +15 -15
  94. package/VwcKeypad/index.js +1 -1
  95. package/VwcKeypad/package.json +2 -2
  96. package/VwcLayout/index.d.ts +7 -7
  97. package/VwcLayout/index.js +14 -21
  98. package/VwcLayout/package.json +2 -2
  99. package/VwcLinearProgress/index.d.ts +5 -17
  100. package/VwcLinearProgress/index.js +4 -52
  101. package/VwcLinearProgress/package.json +2 -2
  102. package/VwcList/index.d.ts +6 -28
  103. package/VwcList/index.js +6 -113
  104. package/VwcList/package.json +2 -2
  105. package/VwcListExpansionPanel/index.d.ts +9 -7
  106. package/VwcListExpansionPanel/index.js +1 -2
  107. package/VwcListExpansionPanel/package.json +2 -2
  108. package/VwcListItem/index.d.ts +10 -31
  109. package/VwcListItem/index.js +8 -109
  110. package/VwcListItem/package.json +2 -2
  111. package/VwcMenu/index.d.ts +5 -44
  112. package/VwcMenu/index.js +5 -166
  113. package/VwcMenu/package.json +2 -2
  114. package/VwcNotchedOutline/index.d.ts +5 -8
  115. package/VwcNotchedOutline/index.js +3 -21
  116. package/VwcNotchedOutline/package.json +2 -2
  117. package/VwcNote/index.d.ts +5 -5
  118. package/VwcNote/index.js +3 -4
  119. package/VwcNote/package.json +2 -2
  120. package/VwcPagination/index.d.ts +8 -7
  121. package/VwcPagination/index.js +1 -1
  122. package/VwcPagination/package.json +2 -2
  123. package/VwcPopup/index.d.ts +9 -9
  124. package/VwcPopup/index.js +7 -12
  125. package/VwcPopup/package.json +2 -2
  126. package/VwcRadio/index.d.ts +6 -43
  127. package/VwcRadio/index.js +3 -111
  128. package/VwcRadio/package.json +2 -2
  129. package/VwcRadioListItem/index.d.ts +6 -33
  130. package/VwcRadioListItem/index.js +5 -113
  131. package/VwcRadioListItem/package.json +2 -2
  132. package/VwcSchemeSelect/index.d.ts +6 -6
  133. package/VwcSchemeSelect/index.js +8 -8
  134. package/VwcSchemeSelect/package.json +2 -2
  135. package/VwcScrubBar/index.d.ts +4 -4
  136. package/VwcScrubBar/index.js +1 -1
  137. package/VwcScrubBar/package.json +2 -2
  138. package/VwcSelect/index.d.ts +8 -46
  139. package/VwcSelect/index.js +10 -164
  140. package/VwcSelect/package.json +2 -2
  141. package/VwcSlider/index.d.ts +9 -26
  142. package/VwcSlider/index.js +3 -83
  143. package/VwcSlider/package.json +2 -2
  144. package/VwcSnackbar/index.d.ts +17 -25
  145. package/VwcSnackbar/index.js +7 -50
  146. package/VwcSnackbar/package.json +2 -2
  147. package/VwcSurface/index.d.ts +5 -34
  148. package/VwcSurface/index.js +5 -106
  149. package/VwcSurface/package.json +2 -2
  150. package/VwcSwitch/index.d.ts +8 -17
  151. package/VwcSwitch/index.js +5 -51
  152. package/VwcSwitch/package.json +2 -2
  153. package/VwcTab/index.d.ts +9 -28
  154. package/VwcTab/index.js +2 -87
  155. package/VwcTab/package.json +2 -2
  156. package/VwcTabBar/index.d.ts +7 -7
  157. package/VwcTabBar/index.js +3 -15
  158. package/VwcTabBar/package.json +2 -2
  159. package/VwcTag/index.d.ts +13 -13
  160. package/VwcTag/index.js +12 -16
  161. package/VwcTag/package.json +2 -2
  162. package/VwcText/index.d.ts +7 -7
  163. package/VwcText/index.js +7 -12
  164. package/VwcText/package.json +2 -2
  165. package/VwcTextarea/index.d.ts +12 -81
  166. package/VwcTextarea/index.js +3 -268
  167. package/VwcTextarea/package.json +2 -2
  168. package/VwcTextfield/index.d.ts +15 -72
  169. package/VwcTextfield/index.js +7 -244
  170. package/VwcTextfield/package.json +2 -2
  171. package/VwcThemeSwitch/index.d.ts +5 -5
  172. package/VwcThemeSwitch/index.js +4 -7
  173. package/VwcThemeSwitch/package.json +2 -2
  174. package/VwcTooltip/index.d.ts +9 -9
  175. package/VwcTooltip/index.js +6 -9
  176. package/VwcTooltip/package.json +2 -2
  177. package/VwcTopAppBar/index.d.ts +5 -13
  178. package/VwcTopAppBar/index.js +3 -31
  179. package/VwcTopAppBar/package.json +2 -2
  180. package/VwcTopAppBarFixed/index.d.ts +5 -13
  181. package/VwcTopAppBarFixed/index.js +3 -31
  182. package/VwcTopAppBarFixed/package.json +2 -2
  183. package/index.js +27 -324
  184. package/package.json +103 -119
  185. package/testing/component.mock.js +2 -2
  186. package/types/index.d.ts +258 -79
  187. package/v3/VwcAccordion/index.d.ts +13 -13
  188. package/v3/VwcAccordion/index.js +3 -3
  189. package/v3/VwcAccordion/package.json +2 -2
  190. package/v3/VwcAccordionItem/index.d.ts +19 -17
  191. package/v3/VwcAccordionItem/index.js +3 -3
  192. package/v3/VwcAccordionItem/package.json +2 -2
  193. package/v3/VwcActionGroup/index.d.ts +11 -13
  194. package/v3/VwcActionGroup/index.js +6 -18
  195. package/v3/VwcActionGroup/package.json +2 -2
  196. package/v3/VwcAlert/index.d.ts +20 -19
  197. package/v3/VwcAlert/index.js +4 -27
  198. package/v3/VwcAlert/package.json +2 -2
  199. package/v3/VwcAriaBindingDirective/index.d.ts +19 -0
  200. package/v3/VwcAriaBindingDirective/index.js +71 -0
  201. package/v3/VwcAriaBindingDirective/package.json +11 -0
  202. package/v3/VwcAudioPlayer/index.d.ts +30 -28
  203. package/v3/VwcAudioPlayer/index.js +39 -16
  204. package/v3/VwcAudioPlayer/package.json +2 -2
  205. package/v3/VwcAvatar/index.d.ts +28 -30
  206. package/v3/VwcAvatar/index.js +15 -26
  207. package/v3/VwcAvatar/package.json +2 -2
  208. package/v3/VwcBadge/index.d.ts +20 -19
  209. package/v3/VwcBadge/index.js +13 -13
  210. package/v3/VwcBadge/package.json +2 -2
  211. package/v3/VwcBanner/index.d.ts +13 -18
  212. package/v3/VwcBanner/index.js +4 -44
  213. package/v3/VwcBanner/package.json +2 -2
  214. package/v3/VwcBaseProgress/index.d.ts +10 -10
  215. package/v3/VwcBaseProgress/index.js +1 -1
  216. package/v3/VwcBaseProgress/package.json +2 -2
  217. package/v3/VwcBreadcrumb/index.d.ts +6 -8
  218. package/v3/VwcBreadcrumb/index.js +2 -14
  219. package/v3/VwcBreadcrumb/package.json +2 -2
  220. package/v3/VwcBreadcrumbItem/index.d.ts +16 -18
  221. package/v3/VwcBreadcrumbItem/index.js +2 -14
  222. package/v3/VwcBreadcrumbItem/package.json +2 -2
  223. package/v3/VwcButton/index.d.ts +46 -44
  224. package/v3/VwcButton/index.js +63 -29
  225. package/v3/VwcButton/package.json +2 -2
  226. package/v3/VwcCalendar/index.d.ts +17 -28
  227. package/v3/VwcCalendar/index.js +11 -23
  228. package/v3/VwcCalendar/package.json +2 -2
  229. package/v3/VwcCalendarEvent/index.d.ts +20 -22
  230. package/v3/VwcCalendarEvent/index.js +16 -28
  231. package/v3/VwcCalendarEvent/package.json +2 -2
  232. package/v3/VwcCard/index.d.ts +28 -37
  233. package/v3/VwcCard/index.js +18 -40
  234. package/v3/VwcCard/package.json +2 -2
  235. package/v3/VwcCheckbox/index.d.ts +31 -32
  236. package/v3/VwcCheckbox/index.js +4 -16
  237. package/v3/VwcCheckbox/package.json +2 -2
  238. package/v3/VwcColorPicker/index.d.ts +27 -28
  239. package/v3/VwcColorPicker/index.js +16 -20
  240. package/v3/VwcColorPicker/package.json +2 -2
  241. package/v3/VwcCombobox/index.d.ts +40 -42
  242. package/v3/VwcCombobox/index.js +15 -46
  243. package/v3/VwcCombobox/package.json +2 -2
  244. package/v3/VwcContextualHelp/index.d.ts +8 -8
  245. package/v3/VwcContextualHelp/index.js +4 -3
  246. package/v3/VwcContextualHelp/package.json +2 -2
  247. package/v3/VwcCountry/index.d.ts +27 -0
  248. package/v3/VwcCountry/index.js +104 -0
  249. package/v3/{VwcImagePlaceholder → VwcCountry}/package.json +3 -3
  250. package/v3/VwcCountryGroup/index.d.ts +28 -0
  251. package/v3/VwcCountryGroup/index.js +268 -0
  252. package/v3/{VwcProseMirrorFacade → VwcCountryGroup}/package.json +3 -3
  253. package/v3/VwcDataGrid/index.d.ts +31 -38
  254. package/v3/VwcDataGrid/index.js +16 -28
  255. package/v3/VwcDataGrid/package.json +2 -2
  256. package/v3/VwcDataGridCell/index.d.ts +17 -19
  257. package/v3/VwcDataGridCell/index.js +6 -65
  258. package/v3/VwcDataGridCell/package.json +2 -2
  259. package/v3/VwcDataGridRow/index.d.ts +17 -19
  260. package/v3/VwcDataGridRow/index.js +2 -65
  261. package/v3/VwcDataGridRow/package.json +2 -2
  262. package/v3/VwcDatePicker/index.d.ts +26 -22
  263. package/v3/VwcDatePicker/index.js +29 -3
  264. package/v3/VwcDatePicker/package.json +2 -2
  265. package/v3/VwcDateRangePicker/index.d.ts +34 -30
  266. package/v3/VwcDateRangePicker/index.js +29 -4
  267. package/v3/VwcDateRangePicker/package.json +2 -2
  268. package/v3/VwcDateTimePicker/index.d.ts +38 -36
  269. package/v3/VwcDateTimePicker/index.js +41 -35
  270. package/v3/VwcDateTimePicker/package.json +2 -2
  271. package/v3/VwcDialPad/index.d.ts +123 -111
  272. package/v3/VwcDialPad/index.js +50 -30
  273. package/v3/VwcDialPad/package.json +2 -2
  274. package/v3/VwcDialog/index.d.ts +29 -31
  275. package/v3/VwcDialog/index.js +14 -31
  276. package/v3/VwcDialog/package.json +2 -2
  277. package/v3/VwcDivider/index.d.ts +10 -12
  278. package/v3/VwcDivider/index.js +3 -15
  279. package/v3/VwcDivider/package.json +2 -2
  280. package/v3/VwcElevation/index.d.ts +9 -9
  281. package/v3/VwcElevation/index.js +1 -1
  282. package/v3/VwcElevation/package.json +2 -2
  283. package/v3/VwcEmptyState/index.d.ts +14 -13
  284. package/v3/VwcEmptyState/index.js +7 -6
  285. package/v3/VwcEmptyState/package.json +2 -2
  286. package/v3/VwcFab/index.d.ts +31 -32
  287. package/v3/VwcFab/index.js +10 -35
  288. package/v3/VwcFab/package.json +2 -2
  289. package/v3/VwcFeatureState/index.d.ts +17 -0
  290. package/v3/VwcFeatureState/index.js +70 -0
  291. package/v3/{VwcDelegateAriaBehavior → VwcFeatureState}/package.json +3 -3
  292. package/v3/VwcFeedbackMessage/index.d.ts +7 -9
  293. package/v3/VwcFeedbackMessage/index.js +2 -14
  294. package/v3/VwcFeedbackMessage/package.json +2 -2
  295. package/v3/VwcFilePicker/index.d.ts +33 -35
  296. package/v3/VwcFilePicker/index.js +24 -34
  297. package/v3/VwcFilePicker/package.json +2 -2
  298. package/v3/VwcFlag/index.d.ts +38 -0
  299. package/v3/VwcFlag/index.js +146 -0
  300. package/v3/{VwcMenubar → VwcFlag}/package.json +3 -3
  301. package/v3/VwcHeader/index.d.ts +8 -10
  302. package/v3/VwcHeader/index.js +2 -14
  303. package/v3/VwcHeader/package.json +2 -2
  304. package/v3/VwcIcon/index.d.ts +12 -13
  305. package/v3/VwcIcon/index.js +4 -22
  306. package/v3/VwcIcon/package.json +2 -2
  307. package/v3/VwcInlineTimePicker/index.d.ts +13 -15
  308. package/v3/VwcInlineTimePicker/index.js +2 -14
  309. package/v3/VwcInlineTimePicker/package.json +2 -2
  310. package/v3/VwcLayout/index.d.ts +15 -15
  311. package/v3/VwcLayout/index.js +9 -9
  312. package/v3/VwcLayout/package.json +2 -2
  313. package/v3/VwcListbox/index.d.ts +11 -11
  314. package/v3/VwcListbox/index.js +1 -14
  315. package/v3/VwcListbox/package.json +2 -2
  316. package/v3/VwcMenu/index.d.ts +20 -26
  317. package/v3/VwcMenu/index.js +13 -36
  318. package/v3/VwcMenu/package.json +2 -2
  319. package/v3/VwcMenuItem/index.d.ts +29 -31
  320. package/v3/VwcMenuItem/index.js +18 -37
  321. package/v3/VwcMenuItem/package.json +2 -2
  322. package/v3/VwcNav/index.d.ts +6 -8
  323. package/v3/VwcNav/index.js +2 -14
  324. package/v3/VwcNav/package.json +2 -2
  325. package/v3/VwcNavDisclosure/index.d.ts +16 -17
  326. package/v3/VwcNavDisclosure/index.js +4 -16
  327. package/v3/VwcNavDisclosure/package.json +2 -2
  328. package/v3/VwcNavItem/index.d.ts +22 -23
  329. package/v3/VwcNavItem/index.js +4 -16
  330. package/v3/VwcNavItem/package.json +2 -2
  331. package/v3/VwcNote/index.d.ts +12 -11
  332. package/v3/VwcNote/index.js +5 -5
  333. package/v3/VwcNote/package.json +2 -2
  334. package/v3/VwcNumberField/index.d.ts +40 -39
  335. package/v3/VwcNumberField/index.js +8 -18
  336. package/v3/VwcNumberField/package.json +2 -2
  337. package/v3/VwcOption/index.d.ts +31 -30
  338. package/v3/VwcOption/index.js +65 -28
  339. package/v3/VwcOption/package.json +2 -2
  340. package/v3/VwcOptionTag/index.d.ts +14 -12
  341. package/v3/VwcOptionTag/index.js +14 -4
  342. package/v3/VwcOptionTag/package.json +2 -2
  343. package/v3/VwcPagination/index.d.ts +12 -18
  344. package/v3/VwcPagination/index.js +2 -77
  345. package/v3/VwcPagination/package.json +2 -2
  346. package/v3/VwcPickerField/index.d.ts +19 -19
  347. package/v3/VwcPickerField/index.js +19 -14
  348. package/v3/VwcPickerField/package.json +2 -2
  349. package/v3/VwcPopover/index.d.ts +34 -0
  350. package/v3/VwcPopover/index.js +179 -0
  351. package/v3/VwcPopover/package.json +11 -0
  352. package/v3/VwcPopup/index.d.ts +18 -18
  353. package/v3/VwcPopup/index.js +1 -1
  354. package/v3/VwcPopup/package.json +2 -2
  355. package/v3/VwcProgress/index.d.ts +16 -18
  356. package/v3/VwcProgress/index.js +8 -20
  357. package/v3/VwcProgress/package.json +2 -2
  358. package/v3/VwcProgressRing/index.d.ts +12 -14
  359. package/v3/VwcProgressRing/index.js +2 -14
  360. package/v3/VwcProgressRing/package.json +2 -2
  361. package/v3/VwcRadio/index.d.ts +24 -23
  362. package/v3/VwcRadio/index.js +1 -1
  363. package/v3/VwcRadio/package.json +2 -2
  364. package/v3/VwcRadioGroup/index.d.ts +21 -20
  365. package/v3/VwcRadioGroup/index.js +9 -9
  366. package/v3/VwcRadioGroup/package.json +2 -2
  367. package/v3/VwcRangeSlider/index.d.ts +38 -36
  368. package/v3/VwcRangeSlider/index.js +8 -3
  369. package/v3/VwcRangeSlider/package.json +2 -2
  370. package/v3/VwcRichTextEditor/index.d.ts +10 -14
  371. package/v3/VwcRichTextEditor/index.js +64 -148
  372. package/v3/VwcRichTextEditor/package.json +2 -2
  373. package/v3/VwcRichTextView/index.d.ts +22 -0
  374. package/v3/VwcRichTextView/index.js +195 -0
  375. package/v3/VwcRichTextView/package.json +11 -0
  376. package/v3/VwcRteAlignmentFeatureImpl/index.d.ts +20 -0
  377. package/v3/VwcRteAlignmentFeatureImpl/index.js +283 -0
  378. package/v3/VwcRteAlignmentFeatureImpl/package.json +11 -0
  379. package/v3/VwcRteBaseImpl/index.d.ts +20 -0
  380. package/v3/VwcRteBaseImpl/index.js +249 -0
  381. package/v3/VwcRteBaseImpl/package.json +11 -0
  382. package/v3/VwcRteBasicTextBlocksImpl/index.d.ts +20 -0
  383. package/v3/VwcRteBasicTextBlocksImpl/index.js +284 -0
  384. package/v3/VwcRteBasicTextBlocksImpl/package.json +11 -0
  385. package/v3/VwcRteBoldFeatureImpl/index.d.ts +20 -0
  386. package/v3/VwcRteBoldFeatureImpl/index.js +262 -0
  387. package/v3/{VwcHostSemanticsBehavior → VwcRteBoldFeatureImpl}/package.json +3 -3
  388. package/v3/VwcRteCharacterCountFeatureImpl/index.d.ts +20 -0
  389. package/v3/VwcRteCharacterCountFeatureImpl/index.js +249 -0
  390. package/v3/VwcRteCharacterCountFeatureImpl/package.json +11 -0
  391. package/v3/VwcRteConfig/index.d.ts +17 -0
  392. package/v3/VwcRteConfig/index.js +73 -0
  393. package/v3/VwcRteConfig/package.json +11 -0
  394. package/v3/VwcRteConfigImpl/index.d.ts +27 -0
  395. package/v3/VwcRteConfigImpl/index.js +74 -0
  396. package/v3/VwcRteConfigImpl/package.json +11 -0
  397. package/v3/VwcRteCoreImpl/index.d.ts +22 -0
  398. package/v3/VwcRteCoreImpl/index.js +254 -0
  399. package/v3/VwcRteCoreImpl/package.json +11 -0
  400. package/v3/VwcRteCursorFixFeatureImpl/index.d.ts +20 -0
  401. package/v3/VwcRteCursorFixFeatureImpl/index.js +249 -0
  402. package/v3/VwcRteCursorFixFeatureImpl/package.json +11 -0
  403. package/v3/VwcRteDropHandlerFeatureImpl/index.d.ts +20 -0
  404. package/v3/VwcRteDropHandlerFeatureImpl/index.js +249 -0
  405. package/v3/VwcRteDropHandlerFeatureImpl/package.json +11 -0
  406. package/v3/VwcRteFeature/index.d.ts +16 -0
  407. package/v3/VwcRteFeature/index.js +25 -0
  408. package/v3/VwcRteFeature/package.json +11 -0
  409. package/v3/VwcRteFeatureImpl/index.d.ts +20 -0
  410. package/v3/VwcRteFeatureImpl/index.js +196 -0
  411. package/v3/VwcRteFeatureImpl/package.json +11 -0
  412. package/v3/VwcRteFileHandlerFeatureImpl/index.d.ts +20 -0
  413. package/v3/VwcRteFileHandlerFeatureImpl/index.js +249 -0
  414. package/v3/VwcRteFileHandlerFeatureImpl/package.json +11 -0
  415. package/v3/VwcRteFontSizePickerFeatureImpl/index.d.ts +24 -0
  416. package/v3/VwcRteFontSizePickerFeatureImpl/index.js +314 -0
  417. package/v3/VwcRteFontSizePickerFeatureImpl/package.json +11 -0
  418. package/v3/VwcRteForeignHtmlFeatureImpl/index.d.ts +20 -0
  419. package/v3/VwcRteForeignHtmlFeatureImpl/index.js +249 -0
  420. package/v3/VwcRteForeignHtmlFeatureImpl/package.json +11 -0
  421. package/v3/VwcRteHardBreakFeatureImpl/index.d.ts +20 -0
  422. package/v3/VwcRteHardBreakFeatureImpl/index.js +249 -0
  423. package/v3/VwcRteHardBreakFeatureImpl/package.json +11 -0
  424. package/v3/VwcRteHistoryFeatureImpl/index.d.ts +20 -0
  425. package/v3/VwcRteHistoryFeatureImpl/index.js +249 -0
  426. package/v3/VwcRteHistoryFeatureImpl/package.json +11 -0
  427. package/v3/VwcRteHtmlParser/index.d.ts +17 -0
  428. package/v3/VwcRteHtmlParser/index.js +106 -0
  429. package/v3/VwcRteHtmlParser/package.json +11 -0
  430. package/v3/VwcRteHtmlSerializer/index.d.ts +17 -0
  431. package/v3/VwcRteHtmlSerializer/index.js +81 -0
  432. package/v3/VwcRteHtmlSerializer/package.json +11 -0
  433. package/v3/VwcRteHtmlSerializerImpl/index.d.ts +17 -0
  434. package/v3/VwcRteHtmlSerializerImpl/index.js +77 -0
  435. package/v3/VwcRteHtmlSerializerImpl/package.json +11 -0
  436. package/v3/VwcRteInlineImageFeatureImpl/index.d.ts +20 -0
  437. package/v3/VwcRteInlineImageFeatureImpl/index.js +307 -0
  438. package/v3/VwcRteInlineImageFeatureImpl/package.json +11 -0
  439. package/v3/VwcRteInputRulesFeatureImpl/index.d.ts +20 -0
  440. package/v3/VwcRteInputRulesFeatureImpl/index.js +249 -0
  441. package/v3/VwcRteInputRulesFeatureImpl/package.json +11 -0
  442. package/v3/VwcRteInstance/index.d.ts +19 -0
  443. package/v3/VwcRteInstance/index.js +103 -0
  444. package/v3/VwcRteInstance/package.json +11 -0
  445. package/v3/VwcRteInstanceImpl/index.d.ts +21 -0
  446. package/v3/VwcRteInstanceImpl/index.js +249 -0
  447. package/v3/VwcRteInstanceImpl/package.json +11 -0
  448. package/v3/VwcRteItalicFeatureImpl/index.d.ts +20 -0
  449. package/v3/VwcRteItalicFeatureImpl/index.js +262 -0
  450. package/v3/VwcRteItalicFeatureImpl/package.json +11 -0
  451. package/v3/VwcRteKeyboardShortcutsFeatureImpl/index.d.ts +20 -0
  452. package/v3/VwcRteKeyboardShortcutsFeatureImpl/index.js +249 -0
  453. package/v3/VwcRteKeyboardShortcutsFeatureImpl/package.json +11 -0
  454. package/v3/VwcRteLinkFeatureImpl/index.d.ts +22 -0
  455. package/v3/VwcRteLinkFeatureImpl/index.js +310 -0
  456. package/v3/VwcRteLinkFeatureImpl/package.json +11 -0
  457. package/v3/VwcRteListFeatureImpl/index.d.ts +20 -0
  458. package/v3/VwcRteListFeatureImpl/index.js +286 -0
  459. package/v3/VwcRteListFeatureImpl/package.json +11 -0
  460. package/v3/VwcRteMonospaceFeatureImpl/index.d.ts +20 -0
  461. package/v3/VwcRteMonospaceFeatureImpl/index.js +262 -0
  462. package/v3/VwcRteMonospaceFeatureImpl/package.json +11 -0
  463. package/v3/VwcRtePlaceholderFeatureImpl/index.d.ts +20 -0
  464. package/v3/VwcRtePlaceholderFeatureImpl/index.js +249 -0
  465. package/v3/VwcRtePlaceholderFeatureImpl/package.json +11 -0
  466. package/v3/VwcRteStrikethroughFeatureImpl/index.d.ts +20 -0
  467. package/v3/VwcRteStrikethroughFeatureImpl/index.js +262 -0
  468. package/v3/VwcRteStrikethroughFeatureImpl/package.json +11 -0
  469. package/v3/VwcRteTextBlockPickerFeatureImpl/index.d.ts +20 -0
  470. package/v3/VwcRteTextBlockPickerFeatureImpl/index.js +249 -0
  471. package/v3/VwcRteTextBlockPickerFeatureImpl/package.json +11 -0
  472. package/v3/VwcRteTextColorPickerFeatureImpl/index.d.ts +22 -0
  473. package/v3/VwcRteTextColorPickerFeatureImpl/index.js +290 -0
  474. package/v3/VwcRteTextColorPickerFeatureImpl/package.json +11 -0
  475. package/v3/VwcRteTextStyleFeatureImpl/index.d.ts +20 -0
  476. package/v3/VwcRteTextStyleFeatureImpl/index.js +256 -0
  477. package/v3/VwcRteTextStyleFeatureImpl/package.json +11 -0
  478. package/v3/VwcRteToolbarFeatureImpl/index.d.ts +22 -0
  479. package/v3/VwcRteToolbarFeatureImpl/index.js +254 -0
  480. package/v3/VwcRteToolbarFeatureImpl/package.json +11 -0
  481. package/v3/VwcRteUnderlineFeatureImpl/index.d.ts +20 -0
  482. package/v3/VwcRteUnderlineFeatureImpl/index.js +262 -0
  483. package/v3/VwcRteUnderlineFeatureImpl/package.json +11 -0
  484. package/v3/VwcSearchableSelect/index.d.ts +51 -51
  485. package/v3/VwcSearchableSelect/index.js +38 -29
  486. package/v3/VwcSearchableSelect/package.json +2 -2
  487. package/v3/VwcSelect/index.d.ts +43 -41
  488. package/v3/VwcSelect/index.js +41 -46
  489. package/v3/VwcSelect/package.json +2 -2
  490. package/v3/VwcSelectableBox/index.d.ts +21 -21
  491. package/v3/VwcSelectableBox/index.js +28 -21
  492. package/v3/VwcSelectableBox/package.json +2 -2
  493. package/v3/VwcSideDrawer/index.d.ts +13 -13
  494. package/v3/VwcSideDrawer/index.js +1 -1
  495. package/v3/VwcSideDrawer/package.json +2 -2
  496. package/v3/VwcSimpleColorPicker/index.d.ts +21 -20
  497. package/v3/VwcSimpleColorPicker/index.js +13 -5
  498. package/v3/VwcSimpleColorPicker/package.json +2 -2
  499. package/v3/VwcSlider/index.d.ts +27 -28
  500. package/v3/VwcSlider/index.js +10 -17
  501. package/v3/VwcSlider/package.json +2 -2
  502. package/v3/VwcSplitButton/index.d.ts +29 -32
  503. package/v3/VwcSplitButton/index.js +18 -56
  504. package/v3/VwcSplitButton/package.json +2 -2
  505. package/v3/VwcStatus/index.d.ts +27 -0
  506. package/v3/VwcStatus/index.js +189 -0
  507. package/v3/VwcStatus/package.json +11 -0
  508. package/v3/VwcSwitch/index.d.ts +25 -26
  509. package/v3/VwcSwitch/index.js +6 -18
  510. package/v3/VwcSwitch/package.json +2 -2
  511. package/v3/VwcTab/index.d.ts +17 -18
  512. package/v3/VwcTab/index.js +4 -40
  513. package/v3/VwcTab/package.json +2 -2
  514. package/v3/VwcTabPanel/index.d.ts +6 -8
  515. package/v3/VwcTabPanel/index.js +2 -14
  516. package/v3/VwcTabPanel/package.json +2 -2
  517. package/v3/VwcTable/index.d.ts +20 -0
  518. package/v3/{VwcMenubar → VwcTable}/index.js +23 -48
  519. package/v3/VwcTable/package.json +11 -0
  520. package/v3/VwcTableBody/index.d.ts +20 -0
  521. package/v3/VwcTableBody/index.js +68 -0
  522. package/v3/VwcTableBody/package.json +11 -0
  523. package/v3/VwcTableCell/index.d.ts +21 -0
  524. package/v3/VwcTableCell/index.js +149 -0
  525. package/v3/VwcTableCell/package.json +11 -0
  526. package/v3/VwcTableHead/index.d.ts +20 -0
  527. package/v3/VwcTableHead/index.js +68 -0
  528. package/v3/VwcTableHead/package.json +11 -0
  529. package/v3/VwcTableHeaderCell/index.d.ts +21 -0
  530. package/v3/VwcTableHeaderCell/index.js +166 -0
  531. package/v3/VwcTableHeaderCell/package.json +11 -0
  532. package/v3/VwcTableRow/index.d.ts +20 -0
  533. package/v3/VwcTableRow/index.js +140 -0
  534. package/v3/VwcTableRow/package.json +11 -0
  535. package/v3/VwcTableSortingButton/index.d.ts +23 -0
  536. package/v3/VwcTableSortingButton/index.js +112 -0
  537. package/v3/VwcTableSortingButton/package.json +11 -0
  538. package/v3/VwcTabs/index.d.ts +19 -20
  539. package/v3/VwcTabs/index.js +15 -18
  540. package/v3/VwcTabs/package.json +2 -2
  541. package/v3/VwcTag/index.d.ts +19 -20
  542. package/v3/VwcTag/index.js +204 -37
  543. package/v3/VwcTag/package.json +2 -2
  544. package/v3/VwcTagGroup/index.d.ts +6 -8
  545. package/v3/VwcTagGroup/index.js +2 -14
  546. package/v3/VwcTagGroup/package.json +2 -2
  547. package/v3/VwcTextArea/index.d.ts +33 -34
  548. package/v3/VwcTextArea/index.js +13 -17
  549. package/v3/VwcTextArea/package.json +2 -2
  550. package/v3/VwcTextField/index.d.ts +51 -50
  551. package/v3/VwcTextField/index.js +29 -40
  552. package/v3/VwcTextField/package.json +2 -2
  553. package/v3/VwcTextblockAttrs/index.d.ts +17 -0
  554. package/v3/VwcTextblockAttrs/index.js +95 -0
  555. package/v3/VwcTextblockAttrs/package.json +11 -0
  556. package/v3/VwcTextblockMarks/index.d.ts +16 -0
  557. package/v3/VwcTextblockMarks/index.js +53 -0
  558. package/v3/VwcTextblockMarks/package.json +11 -0
  559. package/v3/VwcTimePicker/index.d.ts +30 -28
  560. package/v3/VwcTimePicker/index.js +33 -7
  561. package/v3/VwcTimePicker/package.json +2 -2
  562. package/v3/VwcToggletip/index.d.ts +15 -15
  563. package/v3/VwcToggletip/index.js +9 -32
  564. package/v3/VwcToggletip/package.json +2 -2
  565. package/v3/VwcTooltip/index.d.ts +11 -12
  566. package/v3/VwcTooltip/index.js +3 -3
  567. package/v3/VwcTooltip/package.json +2 -2
  568. package/v3/VwcTreeItem/index.d.ts +15 -16
  569. package/v3/VwcTreeItem/index.js +4 -34
  570. package/v3/VwcTreeItem/package.json +2 -2
  571. package/v3/VwcTreeView/index.d.ts +9 -12
  572. package/v3/VwcTreeView/index.js +4 -25
  573. package/v3/VwcTreeView/package.json +2 -2
  574. package/v3/VwcUiCtx/index.d.ts +16 -0
  575. package/v3/VwcUiCtx/index.js +108 -0
  576. package/v3/VwcUiCtx/package.json +11 -0
  577. package/v3/VwcVideoPlayer/index.d.ts +21 -21
  578. package/v3/VwcVideoPlayer/index.js +13 -13
  579. package/v3/VwcVideoPlayer/package.json +2 -2
  580. package/v3/VwcVisuallyHidden/index.d.ts +6 -6
  581. package/v3/VwcVisuallyHidden/index.js +1 -1
  582. package/v3/VwcVisuallyHidden/package.json +2 -2
  583. package/v3/VwcVividElement/index.d.ts +6 -8
  584. package/v3/VwcVividElement/index.js +2 -14
  585. package/v3/VwcVividElement/package.json +2 -2
  586. package/v3/VwcVividFoundationButton/index.d.ts +21 -23
  587. package/v3/VwcVividFoundationButton/index.js +2 -14
  588. package/v3/VwcVividFoundationButton/package.json +2 -2
  589. package/v3/VwcVvdHexInput/index.d.ts +4 -4
  590. package/v3/VwcVvdHexInput/index.js +1 -1
  591. package/v3/VwcVvdHexInput/package.json +2 -2
  592. package/v3/VwcVvdHexPicker/index.d.ts +4 -4
  593. package/v3/VwcVvdHexPicker/index.js +1 -1
  594. package/v3/VwcVvdHexPicker/package.json +2 -2
  595. package/v3/VwcDelegateAriaBehavior/index.d.ts +0 -16
  596. package/v3/VwcDelegateAriaBehavior/index.js +0 -155
  597. package/v3/VwcHostSemanticsBehavior/index.d.ts +0 -16
  598. package/v3/VwcHostSemanticsBehavior/index.js +0 -91
  599. package/v3/VwcImagePlaceholder/index.d.ts +0 -28
  600. package/v3/VwcImagePlaceholder/index.js +0 -116
  601. package/v3/VwcMenubar/index.d.ts +0 -22
  602. package/v3/VwcProseMirrorFacade/index.d.ts +0 -16
  603. package/v3/VwcProseMirrorFacade/index.js +0 -244
package/types/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * DO NOT EDIT THIS FILE. IT IS GENERATED
3
3
  */
4
- declare module '@vonage/vivid-react-wrapper';
4
+ declare module '@repo/react-component-wrapper';
5
5
  declare module '@vonage/vivid-react';
6
6
  declare namespace JSX {
7
7
  interface IntrinsicElements {
@@ -37,6 +37,9 @@ declare namespace JSX {
37
37
  "strategy": AlertStrategy | undefined;
38
38
  "open": boolean;
39
39
  "icon": string | undefined;
40
+ }>;
41
+ "vvd3-aria-binding-directive": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
42
+
40
43
  }>;
41
44
  "vvd3-audio-player": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
42
45
  "play-button-aria-label": | string
@@ -85,13 +88,17 @@ declare namespace JSX {
85
88
  "vvd3-banner": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
86
89
  "dismiss-aria-label": | string
87
90
  | null;
88
- "action-href": string | undefined;
89
- "action-text": string | undefined;
90
91
  "removable": boolean;
91
92
  "text": string | undefined;
92
93
  "connotation": BannerConnotation | undefined;
93
94
  "icon": string | undefined;
94
95
  }>;
96
+ "vvd3-base-progress": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
97
+ "value": number | null;
98
+ "min": number;
99
+ "max": number;
100
+ "paused": boolean;
101
+ }>;
95
102
  "vvd3-breadcrumb": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
96
103
 
97
104
  }>;
@@ -116,6 +123,7 @@ declare namespace JSX {
116
123
  "pending": boolean;
117
124
  "dropdown-indicator": boolean;
118
125
  "active": boolean;
126
+ "pressed": boolean;
119
127
  "label": string | undefined;
120
128
  "icon-trailing": boolean;
121
129
  "icon": string | undefined;
@@ -189,12 +197,6 @@ declare namespace JSX {
189
197
  "disabled": boolean;
190
198
  "name": string;
191
199
  "required": boolean;
192
- }>;
193
- "vvd3-vvd-hex-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
194
-
195
- }>;
196
- "vvd3-vvd-hex-input": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
197
-
198
200
  }>;
199
201
  "vvd3-color-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
200
202
  "placeholder": string;
@@ -235,6 +237,20 @@ declare namespace JSX {
235
237
  "vvd3-contextual-help": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
236
238
  "placement": Placement | undefined;
237
239
  }>;
240
+ "vvd3-country": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
241
+ "code": string | undefined;
242
+ "label": string | undefined;
243
+ }>;
244
+ "vvd3-country-group": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
245
+
246
+ }>;
247
+ "vvd3-data-grid": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
248
+ "no-tabbing": boolean;
249
+ "generate-header": GenerateHeaderOptions;
250
+ "grid-template-columns": string;
251
+ "fixed-columns": number | undefined;
252
+ "selection-mode": DataGridSelectionMode | undefined;
253
+ }>;
238
254
  "vvd3-data-grid-cell": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
239
255
  "cell-type": DataGridCellTypes;
240
256
  "grid-column": string;
@@ -246,16 +262,10 @@ declare namespace JSX {
246
262
  "row-type": DataGridRowTypes;
247
263
  "selected": boolean | undefined;
248
264
  }>;
249
- "vvd3-data-grid": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
250
- "no-tabbing": boolean;
251
- "generate-header": GenerateHeaderOptions;
252
- "grid-template-columns": string;
253
- "fixed-columns": number | undefined;
254
- "selection-mode": DataGridSelectionMode | undefined;
255
- }>;
256
265
  "vvd3-date-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
257
266
  "min": string;
258
267
  "max": string;
268
+ "scale": TextFieldSize | undefined;
259
269
  "readonly": boolean;
260
270
  "helper-text": string | undefined;
261
271
  "error-text": string | undefined;
@@ -273,6 +283,7 @@ declare namespace JSX {
273
283
  "current-end": string;
274
284
  "min": string;
275
285
  "max": string;
286
+ "scale": TextFieldSize | undefined;
276
287
  "readonly": boolean;
277
288
  "helper-text": string | undefined;
278
289
  "error-text": string | undefined;
@@ -293,6 +304,7 @@ declare namespace JSX {
293
304
  "minutes-step": number | null;
294
305
  "seconds-step": number | null;
295
306
  "clock": '12h' | '24h' | undefined;
307
+ "scale": TextFieldSize | undefined;
296
308
  "readonly": boolean;
297
309
  "helper-text": string | undefined;
298
310
  "error-text": string | undefined;
@@ -313,6 +325,7 @@ declare namespace JSX {
313
325
  "call-active": boolean;
314
326
  "no-call": boolean;
315
327
  "no-input": boolean;
328
+ "size": DialPadSize | undefined;
316
329
  "end-call-button-label": | string
317
330
  | null;
318
331
  "call-button-label": string | null;
@@ -370,9 +383,15 @@ declare namespace JSX {
370
383
  "name": string;
371
384
  "required": boolean;
372
385
  }>;
386
+ "vvd3-feature-state": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
387
+
388
+ }>;
389
+ "vvd3-feedback-message": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
390
+ "type": FeedbackType;
391
+ }>;
373
392
  "vvd3-file-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
374
393
  "single-file": boolean;
375
- "max-files": number | undefined;
394
+ "max-files": number | null;
376
395
  "max-file-size": number;
377
396
  "accept": string | undefined;
378
397
  "size": FilePickerSize | undefined;
@@ -388,6 +407,22 @@ declare namespace JSX {
388
407
  "name": string;
389
408
  "required": boolean;
390
409
  }>;
410
+ "vvd3-flag": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
411
+ "code": string | undefined;
412
+ "label": string | undefined;
413
+ "size": | -6
414
+ | -5
415
+ | -4
416
+ | -3
417
+ | -2
418
+ | -1
419
+ | 0
420
+ | 1
421
+ | 2
422
+ | 3
423
+ | 4
424
+ | 5 | undefined;
425
+ }>;
391
426
  "vvd3-header": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
392
427
  "elevation-shadow": boolean;
393
428
  "alternate": boolean;
@@ -408,6 +443,9 @@ declare namespace JSX {
408
443
  | 5 | undefined;
409
444
  "label": string | undefined;
410
445
  "name": string | undefined;
446
+ }>;
447
+ "vvd3-inline-time-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
448
+
411
449
  }>;
412
450
  "vvd3-layout": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
413
451
  "gutters": Gutters | undefined;
@@ -416,6 +454,24 @@ declare namespace JSX {
416
454
  "row-spacing": RowSpacing | undefined;
417
455
  "auto-sizing": 'fit' | 'fill' | undefined;
418
456
  }>;
457
+ "vvd3-listbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
458
+ "disabled": boolean;
459
+ }>;
460
+ "vvd3-listbox-option": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
461
+ "checked": boolean | undefined;
462
+ "selected": boolean;
463
+ "disabled": boolean;
464
+ "current-selected": boolean;
465
+ "value": string;
466
+ "label": string | undefined;
467
+ "text": string | undefined;
468
+ "text-secondary": string | undefined;
469
+ "matched-text": string | undefined;
470
+ "connotation": OptionConnotation | undefined;
471
+ "tag-connotation": OptionTagConnotation | undefined;
472
+ "icon-trailing": boolean;
473
+ "icon": string | undefined;
474
+ }>;
419
475
  "vvd3-menu": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
420
476
  "offset": number | null;
421
477
  "placement": Placement | undefined;
@@ -499,19 +555,12 @@ declare namespace JSX {
499
555
  "name": string;
500
556
  "required": boolean;
501
557
  }>;
502
- "vvd3-listbox-option": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
503
- "checked": boolean | undefined;
504
- "selected": boolean;
505
- "disabled": boolean;
506
- "current-selected": boolean;
507
- "value": string;
558
+ "vvd3-option-tag": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
559
+ "shape": OptionTagShape | undefined;
508
560
  "label": string | undefined;
509
- "text": string | undefined;
510
- "text-secondary": string | undefined;
511
- "matched-text": string | undefined;
512
- "tag-connotation": OptionTagConnotation | undefined;
513
- "icon-trailing": boolean;
514
- "icon": string | undefined;
561
+ "removable": boolean;
562
+ "disabled": boolean;
563
+ "scale": OptionTagSize | undefined;
515
564
  }>;
516
565
  "vvd3-pagination": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
517
566
  "size": PaginationSize | undefined;
@@ -519,6 +568,32 @@ declare namespace JSX {
519
568
  "nav-icons": boolean;
520
569
  "total": number;
521
570
  "selected-index": number | undefined;
571
+ }>;
572
+ "vvd3-picker-field": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
573
+ "scale": TextFieldSize | undefined;
574
+ "readonly": boolean;
575
+ "helper-text": string | undefined;
576
+ "error-text": string | undefined;
577
+ "label": string | undefined;
578
+ "current-value": string;
579
+ "value": string;
580
+ "disabled": boolean;
581
+ "name": string;
582
+ "required": boolean;
583
+ }>;
584
+ "vvd3-popover": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
585
+ "placement": Placement;
586
+ "manual": boolean;
587
+ "layout": PopoverLayout;
588
+ "offset": number | null;
589
+ "alternate": boolean;
590
+ "dismiss-button-aria-label": | string
591
+ | null;
592
+ "arrow": boolean;
593
+ "open": boolean;
594
+ }>;
595
+ "vvd3-popover": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
596
+
522
597
  }>;
523
598
  "vvd3-popup": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
524
599
  "open": boolean;
@@ -594,19 +669,123 @@ declare namespace JSX {
594
669
  "required": boolean;
595
670
  }>;
596
671
  "vvd3-rich-text-editor": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
597
- "selection-start": number | null;
598
- "selection-end": number | null;
599
- "placeholder": string | undefined;
672
+
600
673
  }>;
601
- "vvd3-option-tag": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
602
- "shape": OptionTagShape | undefined;
603
- "label": string | undefined;
604
- "removable": boolean;
605
- "disabled": boolean;
674
+ "vvd3-rich-text-view": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
675
+
676
+ }>;
677
+ "vvd3-rte-alignment-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
678
+
679
+ }>;
680
+ "vvd3-rte-base-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
681
+
682
+ }>;
683
+ "vvd3-rte-basic-text-blocks-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
684
+
685
+ }>;
686
+ "vvd3-rte-bold-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
687
+
688
+ }>;
689
+ "vvd3-rte-character-count-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
690
+
691
+ }>;
692
+ "vvd3-rte-config": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
693
+
694
+ }>;
695
+ "vvd3-rte-config-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
696
+
697
+ }>;
698
+ "vvd3-rte-core-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
699
+
700
+ }>;
701
+ "vvd3-rte-cursor-fix-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
702
+
703
+ }>;
704
+ "vvd3-rte-drop-handler-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
705
+
706
+ }>;
707
+ "vvd3-rte-feature": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
708
+
709
+ }>;
710
+ "vvd3-rte-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
711
+
712
+ }>;
713
+ "vvd3-rte-file-handler-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
714
+
715
+ }>;
716
+ "vvd3-rte-font-size-picker-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
717
+
718
+ }>;
719
+ "vvd3-rte-foreign-html-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
720
+
721
+ }>;
722
+ "vvd3-rte-hard-break-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
723
+
724
+ }>;
725
+ "vvd3-rte-history-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
726
+
727
+ }>;
728
+ "vvd3-rte-html-parser": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
729
+
730
+ }>;
731
+ "vvd3-rte-html-serializer": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
732
+
733
+ }>;
734
+ "vvd3-rte-html-serializer-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
735
+
736
+ }>;
737
+ "vvd3-rte-inline-image-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
738
+
739
+ }>;
740
+ "vvd3-rte-input-rules-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
741
+
742
+ }>;
743
+ "vvd3-rte-instance": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
744
+
745
+ }>;
746
+ "vvd3-rte-instance-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
747
+
748
+ }>;
749
+ "vvd3-rte-italic-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
750
+
751
+ }>;
752
+ "vvd3-rte-keyboard-shortcuts-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
753
+
754
+ }>;
755
+ "vvd3-rte-link-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
756
+
757
+ }>;
758
+ "vvd3-rte-list-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
759
+
760
+ }>;
761
+ "vvd3-rte-monospace-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
762
+
763
+ }>;
764
+ "vvd3-rte-placeholder-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
765
+
766
+ }>;
767
+ "vvd3-rte-strikethrough-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
768
+
769
+ }>;
770
+ "vvd3-rte-text-block-picker-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
771
+
772
+ }>;
773
+ "vvd3-rte-text-color-picker-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
774
+
775
+ }>;
776
+ "vvd3-rte-text-style-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
777
+
778
+ }>;
779
+ "vvd3-rte-toolbar-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
780
+
781
+ }>;
782
+ "vvd3-rte-underline-feature-impl": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
783
+
606
784
  }>;
607
785
  "vvd3-searchable-select": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
608
786
  "appearance": SearchableSelectAppearance | undefined;
609
787
  "shape": SearchableSelectShape | undefined;
788
+ "scale": SearchableSelectSize | undefined;
610
789
  "fixed-dropdown": boolean;
611
790
  "placeholder": string | undefined;
612
791
  "open": boolean;
@@ -639,6 +818,7 @@ declare namespace JSX {
639
818
  "shape": SelectShape | undefined;
640
819
  "fixed-dropdown": boolean;
641
820
  "placeholder": string | undefined;
821
+ "clearable": boolean;
642
822
  "helper-text": string | undefined;
643
823
  "error-text": string | undefined;
644
824
  "success-text": string | undefined;
@@ -658,6 +838,7 @@ declare namespace JSX {
658
838
  "control-type": SelectableBoxControlType | undefined;
659
839
  "control-placement": SelectableBoxControlPlacement;
660
840
  "tight": boolean;
841
+ "disabled": boolean;
661
842
  }>;
662
843
  "vvd3-side-drawer": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
663
844
  "alternate": boolean;
@@ -705,6 +886,11 @@ declare namespace JSX {
705
886
  | null;
706
887
  "icon": string | undefined;
707
888
  }>;
889
+ "vvd3-status": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
890
+ "status": string | undefined;
891
+ "connotation": StatusConnotation | undefined;
892
+ "icon": string | undefined;
893
+ }>;
708
894
  "vvd3-switch": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
709
895
  "label": string | undefined;
710
896
  "connotation": SwitchConnotation | undefined;
@@ -729,6 +915,27 @@ declare namespace JSX {
729
915
  }>;
730
916
  "vvd3-tab-panel": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
731
917
 
918
+ }>;
919
+ "vvd3-table": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
920
+
921
+ }>;
922
+ "vvd3-table-body": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
923
+
924
+ }>;
925
+ "vvd3-table-cell": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
926
+
927
+ }>;
928
+ "vvd3-table-head": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
929
+
930
+ }>;
931
+ "vvd3-table-header-cell": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
932
+
933
+ }>;
934
+ "vvd3-table-row": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
935
+
936
+ }>;
937
+ "vvd3-table-sorting-button": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
938
+ "direction": null | 'none' | 'asc' | 'desc' | undefined;
732
939
  }>;
733
940
  "vvd3-tabs": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
734
941
  "orientation": TabsOrientation;
@@ -804,6 +1011,12 @@ declare namespace JSX {
804
1011
  "disabled": boolean;
805
1012
  "name": string;
806
1013
  "required": boolean;
1014
+ }>;
1015
+ "vvd3-textblock-attrs": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
1016
+
1017
+ }>;
1018
+ "vvd3-textblock-marks": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
1019
+
807
1020
  }>;
808
1021
  "vvd3-time-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
809
1022
  "min": string;
@@ -811,6 +1024,7 @@ declare namespace JSX {
811
1024
  "minutes-step": number | null;
812
1025
  "seconds-step": number | null;
813
1026
  "clock": '12h' | '24h' | undefined;
1027
+ "scale": TextFieldSize | undefined;
814
1028
  "readonly": boolean;
815
1029
  "helper-text": string | undefined;
816
1030
  "error-text": string | undefined;
@@ -843,6 +1057,9 @@ declare namespace JSX {
843
1057
  }>;
844
1058
  "vvd3-tree-view": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
845
1059
  "render-collapsed-nodes": boolean;
1060
+ }>;
1061
+ "vvd3-ui-ctx": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
1062
+
846
1063
  }>;
847
1064
  "vvd3-video-player": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
848
1065
  "poster": string | undefined;
@@ -855,17 +1072,8 @@ declare namespace JSX {
855
1072
  "vvd3-visually-hidden": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
856
1073
 
857
1074
  }>;
858
- "vvd3-prose-mirror-facade": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
1075
+ "vvd3-vivid-element": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
859
1076
 
860
- }>;
861
- "vvd3-image-placeholder": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
862
- "file-name": string | undefined;
863
- "size": string | undefined;
864
- "error-message": string | undefined;
865
- "icon": string | undefined;
866
- }>;
867
- "vvd3-menubar": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
868
- "menu-items": string | undefined;
869
1077
  }>;
870
1078
  "vvd3-vivid-foundation-button": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
871
1079
  "autofocus": boolean;
@@ -882,40 +1090,11 @@ declare namespace JSX {
882
1090
  "name": string;
883
1091
  "required": boolean;
884
1092
  }>;
885
- "vvd3-listbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
886
- "disabled": boolean;
887
- }>;
888
- "vvd3-base-progress": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
889
- "value": number | null;
890
- "min": number;
891
- "max": number;
892
- "paused": boolean;
893
- }>;
894
- "vvd3-vivid-element": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
895
-
896
- }>;
897
- "vvd3-delegate-aria-behavior": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
898
-
899
- }>;
900
- "vvd3-host-semantics-behavior": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
1093
+ "vvd3-vvd-hex-input": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
901
1094
 
902
1095
  }>;
903
- "vvd3-feedback-message": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
904
- "type": FeedbackType;
905
- }>;
906
- "vvd3-picker-field": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
907
- "readonly": boolean;
908
- "helper-text": string | undefined;
909
- "error-text": string | undefined;
910
- "label": string | undefined;
911
- "current-value": string;
912
- "value": string;
913
- "disabled": boolean;
914
- "name": string;
915
- "required": boolean;
916
- }>;
917
- "vvd3-inline-time-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
1096
+ "vvd3-vvd-hex-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
918
1097
 
919
1098
  }>;
920
1099
  }
921
- }
1100
+ }
@@ -1,8 +1,7 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** VwcAccordion
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/accordion
4
- * @param {AccordionExpandMode} expandmode - Controls the expand mode of the Accordion, either allowing
5
- single or multiple item expansion. **attribute** `expand-mode`
4
+ * @param {AccordionExpandMode} expandmode - Determines if multiple items or a single item can opened at once **attribute** `expand-mode`
6
5
  * @param {string | null} activeid
7
6
  * @param {number} activeItemIndex
8
7
  * @param {Array<string | null>} accordionIds
@@ -13,17 +12,18 @@ It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
13
12
  declare const VwcAccordion: {
14
13
  (props: {
15
14
  children?: ReactNode;
16
- slot?: string | undefined;
17
- id?: string | undefined;
18
- style?: React.CSSProperties | undefined;
19
- ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
20
- onChange?: ((event: SyntheticEvent) => void) | undefined;
21
- expandmode?: any;
22
- activeid?: string | null | undefined;
23
- activeItemIndex?: number | undefined;
24
- accordionIds?: any;
25
- VIVID_VERSION?: string | undefined;
26
- componentName?: string | undefined;
15
+ slot?: string;
16
+ id?: string;
17
+ style?: React.CSSProperties;
18
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
19
+ onChange?: (event: SyntheticEvent) => void;
20
+ onChange?: (event: SyntheticEvent) => void;
21
+ "expandmode"?: any;
22
+ "activeid"?: string | null;
23
+ "activeItemIndex"?: number;
24
+ "accordionIds"?: any;
25
+ "VIVID_VERSION"?: string;
26
+ "componentName"?: string;
27
27
  }): JSX.Element;
28
28
  displayName: string;
29
29
  };
@@ -20,7 +20,7 @@ Code in this file were generated using following JSON:
20
20
  "type": {
21
21
  "text": "AccordionExpandMode"
22
22
  },
23
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
23
+ "description": "Determines if multiple items or a single item can opened at once",
24
24
  "privacy": "public"
25
25
  },
26
26
  {
@@ -204,7 +204,7 @@ Code in this file were generated using following JSON:
204
204
  "type": {
205
205
  "text": "AccordionExpandMode"
206
206
  },
207
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
207
+ "description": "Determines if multiple items or a single item can opened at once",
208
208
  "fieldName": "expandmode"
209
209
  }
210
210
  ],
@@ -218,7 +218,7 @@ Code in this file were generated using following JSON:
218
218
  }
219
219
  }
220
220
  */
221
- import wrapper from '@vonage/vivid-react-wrapper'
221
+ import wrapper from '@repo/react-component-wrapper'
222
222
  import { registerAccordion } from '@vonage/vivid'
223
223
 
224
224
  registerAccordion('vvd3')
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-accordion",
3
- "version": "5.5.0",
3
+ "version": "5.19.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "5.5.0"
9
+ "@vonage/vivid": "5.19.0"
10
10
  }
11
11
  }
@@ -11,7 +11,8 @@ heading element. **attribute** `heading-level`
11
11
  * @param {string | undefined} meta **attribute** `meta`
12
12
  * @param {AccordionItemSize | undefined} size - The size the accordion-item should have. **attribute** `size`
13
13
  * @param {boolean} iconTrailing - Indicates the icon affix alignment. **attribute** `icon-trailing`
14
- * @param {string | undefined} icon - A decorative icon the custom element should have. **attribute** `icon`
14
+ * @param {string | undefined} icon - A decorative icon the custom element should have. See the [Vivid Icon
15
+ Gallery](/icons/icons-gallery/) for available icons and `icon-name`s **attribute** `icon`
15
16
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
16
17
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
17
18
  * @param {string} componentName - Core component name, without prefix
@@ -19,22 +20,23 @@ It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
19
20
  declare const VwcAccordionItem: {
20
21
  (props: {
21
22
  children?: ReactNode;
22
- slot?: string | undefined;
23
- id?: string | undefined;
24
- style?: React.CSSProperties | undefined;
25
- ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
26
- onChange?: ((event: SyntheticEvent) => void) | undefined;
27
- headinglevel?: any;
28
- appearance?: any;
29
- expanded?: boolean | undefined;
30
- heading?: string | undefined;
31
- noIndicator?: boolean | undefined;
32
- meta?: string | undefined;
33
- size?: any;
34
- iconTrailing?: boolean | undefined;
35
- icon?: string | undefined;
36
- VIVID_VERSION?: string | undefined;
37
- componentName?: string | undefined;
23
+ slot?: string;
24
+ id?: string;
25
+ style?: React.CSSProperties;
26
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
27
+ onChange?: (event: SyntheticEvent) => void;
28
+ "headinglevel"?: any;
29
+ "appearance"?: any;
30
+ "expanded"?: boolean;
31
+ "id"?: string;
32
+ "heading"?: string | undefined;
33
+ "noIndicator"?: boolean;
34
+ "meta"?: string | undefined;
35
+ "size"?: any;
36
+ "iconTrailing"?: boolean;
37
+ "icon"?: string | undefined;
38
+ "VIVID_VERSION"?: string;
39
+ "componentName"?: string;
38
40
  }): JSX.Element;
39
41
  displayName: string;
40
42
  };