@vonage/vivid-react 5.22.0 → 5.23.1

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 (412) hide show
  1. package/VwcAccordion/index.js +19 -54
  2. package/VwcAccordion/package.json +1 -1
  3. package/VwcActionGroup/index.js +22 -78
  4. package/VwcActionGroup/package.json +1 -1
  5. package/VwcBadge/index.js +29 -133
  6. package/VwcBadge/package.json +1 -1
  7. package/VwcBanner/index.js +26 -77
  8. package/VwcBanner/package.json +1 -1
  9. package/VwcButton/index.js +92 -142
  10. package/VwcButton/package.json +1 -1
  11. package/VwcButtonToggleGroup/index.js +29 -81
  12. package/VwcButtonToggleGroup/package.json +1 -1
  13. package/VwcCalendar/index.js +23 -62
  14. package/VwcCalendar/package.json +1 -1
  15. package/VwcCalendarEvent/index.js +26 -71
  16. package/VwcCalendarEvent/package.json +1 -1
  17. package/VwcCard/index.js +28 -67
  18. package/VwcCard/package.json +1 -1
  19. package/VwcCarousel/index.js +19 -41
  20. package/VwcCarousel/package.json +1 -1
  21. package/VwcCarouselItem/index.js +20 -45
  22. package/VwcCarouselItem/package.json +1 -1
  23. package/VwcCheckListItem/index.js +23 -41
  24. package/VwcCheckListItem/package.json +1 -1
  25. package/VwcCheckbox/index.js +22 -37
  26. package/VwcCheckbox/package.json +1 -1
  27. package/VwcChip/index.js +29 -92
  28. package/VwcChip/package.json +1 -1
  29. package/VwcChipSet/index.js +25 -54
  30. package/VwcChipSet/package.json +1 -1
  31. package/VwcCircularProgress/index.js +19 -40
  32. package/VwcCircularProgress/package.json +1 -1
  33. package/VwcDataGrid/index.js +38 -107
  34. package/VwcDataGrid/package.json +1 -1
  35. package/VwcDataGridColumn/index.js +39 -125
  36. package/VwcDataGridColumn/package.json +1 -1
  37. package/VwcDatepicker/index.js +24 -64
  38. package/VwcDatepicker/package.json +1 -1
  39. package/VwcDropdown/index.js +65 -194
  40. package/VwcDropdown/package.json +1 -1
  41. package/VwcElevation/index.js +19 -41
  42. package/VwcElevation/package.json +1 -1
  43. package/VwcEmptyState/index.js +22 -52
  44. package/VwcEmptyState/package.json +1 -1
  45. package/VwcExpansionPanel/index.js +40 -183
  46. package/VwcExpansionPanel/package.json +1 -1
  47. package/VwcFab/index.js +19 -49
  48. package/VwcFab/package.json +1 -1
  49. package/VwcFilePicker/index.js +25 -78
  50. package/VwcFilePicker/package.json +1 -1
  51. package/VwcFormfield/index.js +19 -34
  52. package/VwcFormfield/package.json +1 -1
  53. package/VwcHelperMessage/index.js +19 -45
  54. package/VwcHelperMessage/package.json +1 -1
  55. package/VwcIcon/index.js +24 -89
  56. package/VwcIcon/package.json +1 -1
  57. package/VwcIconButton/index.js +29 -65
  58. package/VwcIconButton/package.json +1 -1
  59. package/VwcIconButtonToggle/index.js +28 -71
  60. package/VwcIconButtonToggle/package.json +1 -1
  61. package/VwcKeypad/index.js +42 -163
  62. package/VwcKeypad/package.json +1 -1
  63. package/VwcLayout/index.js +29 -89
  64. package/VwcLayout/package.json +1 -1
  65. package/VwcLinearProgress/index.js +19 -46
  66. package/VwcLinearProgress/package.json +1 -1
  67. package/VwcList/index.js +19 -35
  68. package/VwcList/package.json +1 -1
  69. package/VwcListExpansionPanel/index.js +30 -61
  70. package/VwcListExpansionPanel/package.json +1 -1
  71. package/VwcListItem/index.js +30 -64
  72. package/VwcListItem/package.json +1 -1
  73. package/VwcMenu/index.js +21 -45
  74. package/VwcMenu/package.json +1 -1
  75. package/VwcNotchedOutline/index.js +19 -35
  76. package/VwcNotchedOutline/package.json +1 -1
  77. package/VwcNote/index.js +22 -51
  78. package/VwcNote/package.json +1 -1
  79. package/VwcPagination/index.js +25 -49
  80. package/VwcPagination/package.json +1 -1
  81. package/VwcPopup/index.js +32 -127
  82. package/VwcPopup/package.json +1 -1
  83. package/VwcRadio/index.js +22 -37
  84. package/VwcRadio/package.json +1 -1
  85. package/VwcRadioListItem/index.js +20 -36
  86. package/VwcRadioListItem/package.json +1 -1
  87. package/VwcSchemeSelect/index.js +23 -42
  88. package/VwcSchemeSelect/package.json +1 -1
  89. package/VwcScrubBar/index.js +23 -58
  90. package/VwcScrubBar/package.json +1 -1
  91. package/VwcSelect/index.js +24 -90
  92. package/VwcSelect/package.json +1 -1
  93. package/VwcSlider/index.js +25 -44
  94. package/VwcSlider/package.json +1 -1
  95. package/VwcSnackbar/index.js +47 -84
  96. package/VwcSnackbar/package.json +1 -1
  97. package/VwcSurface/index.js +19 -40
  98. package/VwcSurface/package.json +1 -1
  99. package/VwcSwitch/index.js +25 -62
  100. package/VwcSwitch/package.json +1 -1
  101. package/VwcTab/index.js +27 -59
  102. package/VwcTab/package.json +1 -1
  103. package/VwcTabBar/index.js +22 -39
  104. package/VwcTabBar/package.json +1 -1
  105. package/VwcTag/index.js +30 -96
  106. package/VwcTag/package.json +1 -1
  107. package/VwcText/index.js +22 -71
  108. package/VwcText/package.json +1 -1
  109. package/VwcTextarea/index.js +38 -59
  110. package/VwcTextarea/package.json +1 -1
  111. package/VwcTextfield/index.js +42 -81
  112. package/VwcTextfield/package.json +1 -1
  113. package/VwcThemeSwitch/index.js +19 -50
  114. package/VwcThemeSwitch/package.json +1 -1
  115. package/VwcTooltip/index.js +28 -92
  116. package/VwcTooltip/package.json +1 -1
  117. package/VwcTopAppBar/index.js +19 -45
  118. package/VwcTopAppBar/package.json +1 -1
  119. package/VwcTopAppBarFixed/index.js +19 -56
  120. package/VwcTopAppBarFixed/package.json +1 -1
  121. package/chunk-KmRHZBOW.js +35 -0
  122. package/index.es-CX858N60.js +14636 -0
  123. package/index.js +9 -32
  124. package/package.json +5 -4
  125. package/types/index.d.ts +0 -1
  126. package/v3/VwcAccordion/index.js +26 -234
  127. package/v3/VwcAccordion/package.json +2 -2
  128. package/v3/VwcAccordionItem/index.js +32 -375
  129. package/v3/VwcAccordionItem/package.json +2 -2
  130. package/v3/VwcActionGroup/index.js +22 -143
  131. package/v3/VwcActionGroup/package.json +2 -2
  132. package/v3/VwcAlert/index.js +35 -397
  133. package/v3/VwcAlert/package.json +2 -2
  134. package/v3/VwcAriaBindingDirective/index.js +16 -71
  135. package/v3/VwcAriaBindingDirective/package.json +2 -2
  136. package/v3/VwcAudioPlayer/index.js +41 -471
  137. package/v3/VwcAudioPlayer/package.json +2 -2
  138. package/v3/VwcAvatar/index.js +35 -479
  139. package/v3/VwcAvatar/package.json +2 -2
  140. package/v3/VwcBadge/index.js +26 -495
  141. package/v3/VwcBadge/package.json +2 -2
  142. package/v3/VwcBanner/index.js +24 -268
  143. package/v3/VwcBanner/package.json +2 -2
  144. package/v3/VwcBaseProgress/index.js +23 -139
  145. package/v3/VwcBaseProgress/package.json +2 -2
  146. package/v3/VwcBreadcrumb/index.js +16 -132
  147. package/v3/VwcBreadcrumb/package.json +2 -2
  148. package/v3/VwcBreadcrumbItem/index.js +29 -296
  149. package/v3/VwcBreadcrumbItem/package.json +2 -2
  150. package/v3/VwcButton/index.js +61 -1339
  151. package/v3/VwcButton/package.json +2 -2
  152. package/v3/VwcCalendar/index.js +25 -255
  153. package/v3/VwcCalendar/package.json +2 -2
  154. package/v3/VwcCalendarEvent/index.js +26 -303
  155. package/v3/VwcCalendarEvent/package.json +2 -2
  156. package/v3/VwcCard/index.js +35 -464
  157. package/v3/VwcCard/package.json +2 -2
  158. package/v3/VwcCheckbox/index.js +51 -754
  159. package/v3/VwcCheckbox/package.json +2 -2
  160. package/v3/VwcColorPicker/index.js +42 -647
  161. package/v3/VwcColorPicker/package.json +2 -2
  162. package/v3/VwcCombobox/index.d.ts +3 -4
  163. package/v3/VwcCombobox/index.js +46 -954
  164. package/v3/VwcCombobox/package.json +2 -2
  165. package/v3/VwcContextualHelp/index.js +20 -131
  166. package/v3/VwcContextualHelp/package.json +2 -2
  167. package/v3/VwcCountry/index.js +21 -104
  168. package/v3/VwcCountry/package.json +2 -2
  169. package/v3/VwcCountryGroup/index.js +23 -268
  170. package/v3/VwcCountryGroup/package.json +2 -2
  171. package/v3/VwcDataGrid/index.js +455 -449
  172. package/v3/VwcDataGrid/package.json +2 -2
  173. package/v3/VwcDataGridCell/index.js +38 -328
  174. package/v3/VwcDataGridCell/package.json +2 -2
  175. package/v3/VwcDataGridRow/index.js +31 -290
  176. package/v3/VwcDataGridRow/package.json +2 -2
  177. package/v3/VwcDatePicker/index.js +41 -716
  178. package/v3/VwcDatePicker/package.json +2 -2
  179. package/v3/VwcDateRangePicker/index.js +56 -852
  180. package/v3/VwcDateRangePicker/package.json +2 -2
  181. package/v3/VwcDateTimePicker/index.js +48 -904
  182. package/v3/VwcDateTimePicker/package.json +2 -2
  183. package/v3/VwcDialPad/index.d.ts +0 -114
  184. package/v3/VwcDialPad/index.js +62 -492
  185. package/v3/VwcDialPad/package.json +2 -2
  186. package/v3/VwcDialog/index.js +46 -458
  187. package/v3/VwcDialog/package.json +2 -2
  188. package/v3/VwcDivider/index.js +22 -123
  189. package/v3/VwcDivider/package.json +2 -2
  190. package/v3/VwcElevation/index.js +22 -117
  191. package/v3/VwcElevation/package.json +2 -2
  192. package/v3/VwcEmptyState/index.js +25 -259
  193. package/v3/VwcEmptyState/package.json +2 -2
  194. package/v3/VwcFab/index.js +39 -860
  195. package/v3/VwcFab/package.json +2 -2
  196. package/v3/VwcFeatureState/index.js +16 -70
  197. package/v3/VwcFeatureState/package.json +2 -2
  198. package/v3/VwcFeedbackMessage/index.js +20 -98
  199. package/v3/VwcFeedbackMessage/package.json +2 -2
  200. package/v3/VwcFilePicker/index.js +40 -695
  201. package/v3/VwcFilePicker/package.json +2 -2
  202. package/v3/VwcFlag/index.js +22 -146
  203. package/v3/VwcFlag/package.json +2 -2
  204. package/v3/VwcHeader/index.js +21 -122
  205. package/v3/VwcHeader/package.json +2 -2
  206. package/v3/VwcIcon/index.js +23 -196
  207. package/v3/VwcIcon/package.json +2 -2
  208. package/v3/VwcIdrefsController/index.js +16 -230
  209. package/v3/VwcIdrefsController/package.json +2 -2
  210. package/v3/VwcInlineTimePicker/index.js +26 -195
  211. package/v3/VwcInlineTimePicker/package.json +2 -2
  212. package/v3/VwcKbdKey/index.js +24 -187
  213. package/v3/VwcKbdKey/package.json +2 -2
  214. package/v3/VwcKbdShortcut/index.js +16 -78
  215. package/v3/VwcKbdShortcut/package.json +2 -2
  216. package/v3/VwcLayout/index.js +24 -155
  217. package/v3/VwcLayout/package.json +2 -2
  218. package/v3/VwcListbox/index.js +24 -207
  219. package/v3/VwcListbox/package.json +2 -2
  220. package/v3/VwcMenu/index.js +33 -483
  221. package/v3/VwcMenu/package.json +2 -2
  222. package/v3/VwcMenuItem/index.js +37 -452
  223. package/v3/VwcMenuItem/package.json +2 -2
  224. package/v3/VwcNav/index.js +16 -74
  225. package/v3/VwcNav/package.json +2 -2
  226. package/v3/VwcNavDisclosure/index.js +29 -361
  227. package/v3/VwcNavDisclosure/package.json +2 -2
  228. package/v3/VwcNavItem/index.d.ts +1 -2
  229. package/v3/VwcNavItem/index.js +33 -509
  230. package/v3/VwcNavItem/package.json +2 -2
  231. package/v3/VwcNote/index.js +22 -210
  232. package/v3/VwcNote/package.json +2 -2
  233. package/v3/VwcNumberField/index.d.ts +2 -1
  234. package/v3/VwcNumberField/index.js +53 -1021
  235. package/v3/VwcNumberField/package.json +2 -2
  236. package/v3/VwcOption/index.d.ts +1 -2
  237. package/v3/VwcOption/index.js +36 -472
  238. package/v3/VwcOption/package.json +2 -2
  239. package/v3/VwcOptionTag/index.js +26 -165
  240. package/v3/VwcOptionTag/package.json +2 -2
  241. package/v3/VwcPagination/index.js +27 -241
  242. package/v3/VwcPagination/package.json +2 -2
  243. package/v3/VwcPickerField/index.js +31 -587
  244. package/v3/VwcPickerField/package.json +2 -2
  245. package/v3/VwcPlatformSwitch/index.js +16 -89
  246. package/v3/VwcPlatformSwitch/package.json +2 -2
  247. package/v3/VwcPopover/index.js +26 -184
  248. package/v3/VwcPopover/package.json +2 -2
  249. package/v3/VwcPopup/index.js +32 -399
  250. package/v3/VwcPopup/package.json +2 -2
  251. package/v3/VwcProgress/index.js +26 -276
  252. package/v3/VwcProgress/package.json +2 -2
  253. package/v3/VwcProgressRing/index.js +25 -235
  254. package/v3/VwcProgressRing/package.json +2 -2
  255. package/v3/VwcRadio/index.js +38 -662
  256. package/v3/VwcRadio/package.json +2 -2
  257. package/v3/VwcRadioGroup/index.js +31 -351
  258. package/v3/VwcRadioGroup/package.json +2 -2
  259. package/v3/VwcRangeSlider/index.js +61 -967
  260. package/v3/VwcRangeSlider/package.json +2 -2
  261. package/v3/VwcRichTextEditor/index.js +21 -178
  262. package/v3/VwcRichTextEditor/package.json +2 -2
  263. package/v3/VwcRichTextView/index.js +20 -195
  264. package/v3/VwcRichTextView/package.json +2 -2
  265. package/v3/VwcRteAlignmentFeatureImpl/index.js +16 -283
  266. package/v3/VwcRteAlignmentFeatureImpl/package.json +2 -2
  267. package/v3/VwcRteBaseImpl/index.js +16 -249
  268. package/v3/VwcRteBaseImpl/package.json +2 -2
  269. package/v3/VwcRteBasicTextBlocksImpl/index.js +16 -284
  270. package/v3/VwcRteBasicTextBlocksImpl/package.json +2 -2
  271. package/v3/VwcRteBoldFeatureImpl/index.js +16 -262
  272. package/v3/VwcRteBoldFeatureImpl/package.json +2 -2
  273. package/v3/VwcRteCharacterCountFeatureImpl/index.js +16 -249
  274. package/v3/VwcRteCharacterCountFeatureImpl/package.json +2 -2
  275. package/v3/VwcRteConfig/index.js +16 -73
  276. package/v3/VwcRteConfig/package.json +2 -2
  277. package/v3/VwcRteConfigImpl/index.js +23 -74
  278. package/v3/VwcRteConfigImpl/package.json +2 -2
  279. package/v3/VwcRteCoreImpl/index.js +22 -270
  280. package/v3/VwcRteCoreImpl/package.json +2 -2
  281. package/v3/VwcRteCursorFixFeatureImpl/index.js +16 -249
  282. package/v3/VwcRteCursorFixFeatureImpl/package.json +2 -2
  283. package/v3/VwcRteDropHandlerFeatureImpl/index.js +16 -249
  284. package/v3/VwcRteDropHandlerFeatureImpl/package.json +2 -2
  285. package/v3/VwcRteFeature/index.js +16 -25
  286. package/v3/VwcRteFeature/package.json +2 -2
  287. package/v3/VwcRteFeatureImpl/index.js +16 -196
  288. package/v3/VwcRteFeatureImpl/package.json +2 -2
  289. package/v3/VwcRteFileHandlerFeatureImpl/index.js +16 -249
  290. package/v3/VwcRteFileHandlerFeatureImpl/package.json +2 -2
  291. package/v3/VwcRteFontSizePickerFeatureImpl/index.js +21 -314
  292. package/v3/VwcRteFontSizePickerFeatureImpl/package.json +2 -2
  293. package/v3/VwcRteForeignHtmlFeatureImpl/index.js +16 -249
  294. package/v3/VwcRteForeignHtmlFeatureImpl/package.json +2 -2
  295. package/v3/VwcRteHardBreakFeatureImpl/index.js +16 -249
  296. package/v3/VwcRteHardBreakFeatureImpl/package.json +2 -2
  297. package/v3/VwcRteHistoryFeatureImpl/index.js +16 -249
  298. package/v3/VwcRteHistoryFeatureImpl/package.json +2 -2
  299. package/v3/VwcRteHtmlParser/index.js +16 -106
  300. package/v3/VwcRteHtmlParser/package.json +2 -2
  301. package/v3/VwcRteHtmlSerializer/index.js +16 -81
  302. package/v3/VwcRteHtmlSerializer/package.json +2 -2
  303. package/v3/VwcRteHtmlSerializerImpl/index.js +16 -77
  304. package/v3/VwcRteHtmlSerializerImpl/package.json +2 -2
  305. package/v3/VwcRteInlineImageFeatureImpl/index.js +16 -307
  306. package/v3/VwcRteInlineImageFeatureImpl/package.json +2 -2
  307. package/v3/VwcRteInputRulesFeatureImpl/index.js +16 -249
  308. package/v3/VwcRteInputRulesFeatureImpl/package.json +2 -2
  309. package/v3/VwcRteInstance/index.js +16 -108
  310. package/v3/VwcRteInstance/package.json +2 -2
  311. package/v3/VwcRteInstanceImpl/index.js +20 -249
  312. package/v3/VwcRteInstanceImpl/package.json +2 -2
  313. package/v3/VwcRteItalicFeatureImpl/index.js +16 -262
  314. package/v3/VwcRteItalicFeatureImpl/package.json +2 -2
  315. package/v3/VwcRteKeyboardShortcutsFeatureImpl/index.js +16 -249
  316. package/v3/VwcRteKeyboardShortcutsFeatureImpl/package.json +2 -2
  317. package/v3/VwcRteLinkFeatureImpl/index.js +20 -310
  318. package/v3/VwcRteLinkFeatureImpl/package.json +2 -2
  319. package/v3/VwcRteListFeatureImpl/index.js +16 -286
  320. package/v3/VwcRteListFeatureImpl/package.json +2 -2
  321. package/v3/VwcRteMonospaceFeatureImpl/index.js +16 -262
  322. package/v3/VwcRteMonospaceFeatureImpl/package.json +2 -2
  323. package/v3/VwcRtePlaceholderFeatureImpl/index.js +16 -249
  324. package/v3/VwcRtePlaceholderFeatureImpl/package.json +2 -2
  325. package/v3/VwcRteStrikethroughFeatureImpl/index.js +16 -262
  326. package/v3/VwcRteStrikethroughFeatureImpl/package.json +2 -2
  327. package/v3/VwcRteTextBlockPickerFeatureImpl/index.js +16 -249
  328. package/v3/VwcRteTextBlockPickerFeatureImpl/package.json +2 -2
  329. package/v3/VwcRteTextColorPickerFeatureImpl/index.js +20 -290
  330. package/v3/VwcRteTextColorPickerFeatureImpl/package.json +2 -2
  331. package/v3/VwcRteTextStyleFeatureImpl/index.js +16 -256
  332. package/v3/VwcRteTextStyleFeatureImpl/package.json +2 -2
  333. package/v3/VwcRteToolbarFeatureImpl/index.js +20 -254
  334. package/v3/VwcRteToolbarFeatureImpl/package.json +2 -2
  335. package/v3/VwcRteUnderlineFeatureImpl/index.js +16 -262
  336. package/v3/VwcRteUnderlineFeatureImpl/package.json +2 -2
  337. package/v3/VwcSearchableSelect/index.js +65 -1215
  338. package/v3/VwcSearchableSelect/package.json +2 -2
  339. package/v3/VwcSelect/index.js +61 -985
  340. package/v3/VwcSelect/package.json +2 -2
  341. package/v3/VwcSelectableBox/index.js +29 -301
  342. package/v3/VwcSelectableBox/package.json +2 -2
  343. package/v3/VwcSideDrawer/index.js +36 -191
  344. package/v3/VwcSideDrawer/package.json +2 -2
  345. package/v3/VwcSimpleColorPicker/index.js +37 -508
  346. package/v3/VwcSimpleColorPicker/package.json +2 -2
  347. package/v3/VwcSlider/index.js +48 -758
  348. package/v3/VwcSlider/package.json +2 -2
  349. package/v3/VwcSplitButton/index.js +43 -530
  350. package/v3/VwcSplitButton/package.json +2 -2
  351. package/v3/VwcStatus/index.js +22 -189
  352. package/v3/VwcStatus/package.json +2 -2
  353. package/v3/VwcSwitch/index.js +43 -610
  354. package/v3/VwcSwitch/package.json +2 -2
  355. package/v3/VwcTab/index.js +30 -333
  356. package/v3/VwcTab/package.json +2 -2
  357. package/v3/VwcTabPanel/index.js +16 -74
  358. package/v3/VwcTabPanel/package.json +2 -2
  359. package/v3/VwcTable/index.js +16 -68
  360. package/v3/VwcTable/package.json +2 -2
  361. package/v3/VwcTableBody/index.js +16 -68
  362. package/v3/VwcTableBody/package.json +2 -2
  363. package/v3/VwcTableCell/index.js +19 -149
  364. package/v3/VwcTableCell/package.json +2 -2
  365. package/v3/VwcTableHead/index.js +16 -68
  366. package/v3/VwcTableHead/package.json +2 -2
  367. package/v3/VwcTableHeaderCell/index.js +19 -166
  368. package/v3/VwcTableHeaderCell/package.json +2 -2
  369. package/v3/VwcTableRow/index.js +16 -140
  370. package/v3/VwcTableRow/package.json +2 -2
  371. package/v3/VwcTableSortingButton/index.js +23 -112
  372. package/v3/VwcTableSortingButton/package.json +2 -2
  373. package/v3/VwcTabs/index.js +29 -389
  374. package/v3/VwcTabs/package.json +2 -2
  375. package/v3/VwcTag/index.js +34 -651
  376. package/v3/VwcTag/package.json +2 -2
  377. package/v3/VwcTagGroup/index.js +16 -74
  378. package/v3/VwcTagGroup/package.json +2 -2
  379. package/v3/VwcTextArea/index.d.ts +2 -1
  380. package/v3/VwcTextArea/index.js +48 -905
  381. package/v3/VwcTextArea/package.json +2 -2
  382. package/v3/VwcTextField/index.d.ts +3 -1
  383. package/v3/VwcTextField/index.js +74 -921
  384. package/v3/VwcTextField/package.json +2 -2
  385. package/v3/VwcTextblockAttrs/index.js +16 -95
  386. package/v3/VwcTextblockAttrs/package.json +2 -2
  387. package/v3/VwcTextblockMarks/index.js +16 -53
  388. package/v3/VwcTextblockMarks/package.json +2 -2
  389. package/v3/VwcTimePicker/index.js +44 -788
  390. package/v3/VwcTimePicker/package.json +2 -2
  391. package/v3/VwcToggletip/index.js +25 -318
  392. package/v3/VwcToggletip/package.json +2 -2
  393. package/v3/VwcTooltip/index.js +24 -262
  394. package/v3/VwcTooltip/package.json +2 -2
  395. package/v3/VwcTreeItem/index.js +30 -257
  396. package/v3/VwcTreeItem/package.json +2 -2
  397. package/v3/VwcTreeView/index.js +21 -184
  398. package/v3/VwcTreeView/package.json +2 -2
  399. package/v3/VwcUiCtx/index.js +16 -117
  400. package/v3/VwcUiCtx/package.json +2 -2
  401. package/v3/VwcVideoPlayer/index.js +38 -256
  402. package/v3/VwcVideoPlayer/package.json +2 -2
  403. package/v3/VwcVisuallyHidden/index.js +16 -61
  404. package/v3/VwcVisuallyHidden/package.json +2 -2
  405. package/v3/VwcVividElement/index.js +16 -116
  406. package/v3/VwcVividElement/package.json +2 -2
  407. package/v3/VwcVividFoundationButton/index.js +34 -550
  408. package/v3/VwcVividFoundationButton/package.json +2 -2
  409. package/v3/VwcVvdHexInput/index.js +16 -43
  410. package/v3/VwcVvdHexInput/package.json +2 -2
  411. package/v3/VwcVvdHexPicker/index.js +16 -43
  412. package/v3/VwcVvdHexPicker/package.json +2 -2
@@ -1,155 +1,13 @@
1
- /*
2
- * DO NOT EDIT THIS FILE. IT IS GENERATED
3
- */
4
- /*
5
- Code in this file were generated using following JSON:
6
- {
7
- "name": "vwc-dropdown",
8
- "path": "./../node_modules/@vonage/vwc-dropdown/vwc-dropdown.d.ts",
9
- "properties": [
10
- {
11
- "name": "styles",
12
- "type": "array"
13
- },
14
- {
15
- "name": "slotElement",
16
- "type": "HTMLSlotElement | null",
17
- "bindable": false
18
- },
19
- {
20
- "name": "anchor",
21
- "type": "HTMLElement | null",
22
- "bindable": false
23
- },
24
- {
25
- "name": "open",
26
- "type": "boolean",
27
- "bindable": false
28
- },
29
- {
30
- "name": "quick",
31
- "type": "boolean",
32
- "bindable": false
33
- },
34
- {
35
- "name": "wrapFocus",
36
- "type": "boolean",
37
- "bindable": false
38
- },
39
- {
40
- "name": "innerRole",
41
- "type": "\"menu\" | \"listbox\"",
42
- "bindable": false
43
- },
44
- {
45
- "name": "corner",
46
- "type": "\"TOP_LEFT\" | \"TOP_RIGHT\" | \"BOTTOM_LEFT\" | \"BOTTOM_RIGHT\" | \"TOP_START\" | \"TOP_END\" | \"BOTTOM_START\" | \"BOTTOM_END\"",
47
- "bindable": false
48
- },
49
- {
50
- "name": "x",
51
- "type": "number | null",
52
- "bindable": false
53
- },
54
- {
55
- "name": "y",
56
- "type": "number | null",
57
- "bindable": false
58
- },
59
- {
60
- "name": "absolute",
61
- "type": "boolean",
62
- "bindable": false
63
- },
64
- {
65
- "name": "multi",
66
- "type": "boolean",
67
- "bindable": false
68
- },
69
- {
70
- "name": "activatable",
71
- "type": "boolean",
72
- "bindable": false
73
- },
74
- {
75
- "name": "fixed",
76
- "type": "boolean",
77
- "bindable": false
78
- },
79
- {
80
- "name": "forceGroupSelection",
81
- "type": "boolean",
82
- "bindable": false
83
- },
84
- {
85
- "name": "fullwidth",
86
- "type": "boolean",
87
- "bindable": false
88
- },
89
- {
90
- "name": "menuCorner",
91
- "type": "MenuCorner",
92
- "bindable": false
93
- },
94
- {
95
- "name": "stayOpenOnBodyClick",
96
- "type": "boolean",
97
- "bindable": false
98
- },
99
- {
100
- "name": "defaultFocus",
101
- "type": "\"NONE\" | \"LIST_ROOT\" | \"FIRST_ITEM\" | \"LAST_ITEM\"",
102
- "bindable": false
103
- },
104
- {
105
- "name": "listElement",
106
- "type": "VWCList | null",
107
- "bindable": false
108
- },
109
- {
110
- "name": "items",
111
- "type": "ListItemBase[]"
112
- },
113
- {
114
- "name": "index",
115
- "type": "MWCListIndex",
116
- "bindable": false
117
- },
118
- {
119
- "name": "selected",
120
- "type": "ListItemBase | ListItemBase[] | null"
121
- },
122
- {
123
- "name": "mdcRoot",
124
- "description": "Root element for MDC Foundation usage.\n\nDefine in your component with the `@query` decorator",
125
- "type": "MenuSurface",
126
- "bindable": false
127
- }
128
- ],
129
- "events": [
130
- {
131
- "name": "selected"
132
- },
133
- {
134
- "name": "action"
135
- },
136
- {
137
- "name": "items-updated"
138
- },
139
- {
140
- "name": "opened"
141
- },
142
- {
143
- "name": "closed"
144
- }
145
- ]
146
- }
147
- */
148
- import PropTypes from 'prop-types'
149
- import wrapper from '@repo/react-component-wrapper'
150
- import '@vonage/vwc-dropdown'
151
-
152
-
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ const require_chunk = require("../chunk-KmRHZBOW.js");
6
+ const require_index_es = require("../index.es-CX858N60.js");
7
+ let prop_types = require("prop-types");
8
+ prop_types = require_chunk.__toESM(prop_types);
9
+ require("@vonage/vwc-dropdown");
10
+ //#region dist/VwcDropdown/index.js
153
11
  /**
154
12
  * @param {HTMLSlotElement | null} slotElement
155
13
  * @param {HTMLElement | null} anchor
@@ -175,47 +33,60 @@ import '@vonage/vwc-dropdown'
175
33
 
176
34
  Define in your component with the `@query` decorator
177
35
  */
178
- const VwcDropdown = wrapper('vwc-dropdown', {
179
- events: [{"name":"closed"},{"name":"opened"},{"name":"items-updated"},{"name":"action"},{"name":"selected"}],
180
- attributes: [],
181
- properties: []
36
+ var VwcDropdown = require_index_es.g("vwc-dropdown", {
37
+ events: [
38
+ { "name": "closed" },
39
+ { "name": "opened" },
40
+ { "name": "items-updated" },
41
+ { "name": "action" },
42
+ { "name": "selected" }
43
+ ],
44
+ attributes: [],
45
+ properties: []
182
46
  });
183
-
184
47
  VwcDropdown.propTypes = {
185
- onSelected: PropTypes.func,
186
- onAction: PropTypes.func,
187
- onItemsUpdated: PropTypes.func,
188
- onOpened: PropTypes.func,
189
- onClosed: PropTypes.func,
190
- slotElement: PropTypes.any /* HTMLSlotElement | null */,
191
- anchor: PropTypes.any /* HTMLElement | null */,
192
- open: PropTypes.bool,
193
- quick: PropTypes.bool,
194
- wrapFocus: PropTypes.bool,
195
- innerRole: PropTypes.oneOf(["menu","listbox"]),
196
- corner: PropTypes.oneOf(["TOP_LEFT","TOP_RIGHT","BOTTOM_LEFT","BOTTOM_RIGHT","TOP_START","TOP_END","BOTTOM_START","BOTTOM_END"]),
197
- x: PropTypes.any /* number | null */,
198
- y: PropTypes.any /* number | null */,
199
- absolute: PropTypes.bool,
200
- multi: PropTypes.bool,
201
- activatable: PropTypes.bool,
202
- fixed: PropTypes.bool,
203
- forceGroupSelection: PropTypes.bool,
204
- fullwidth: PropTypes.bool,
205
- menuCorner: PropTypes.any /* MenuCorner */,
206
- stayOpenOnBodyClick: PropTypes.bool,
207
- defaultFocus: PropTypes.oneOf(["NONE","LIST_ROOT","FIRST_ITEM","LAST_ITEM"]),
208
- listElement: PropTypes.any /* VWCList | null */,
209
- index: PropTypes.any /* MWCListIndex */,
210
- mdcRoot: PropTypes.any /* MenuSurface */
211
- }
212
-
213
- VwcDropdown.defaultProps = {
214
-
215
- }
216
-
217
- VwcDropdown.displayName = 'VwcDropdown'
218
-
219
-
220
-
221
- export default VwcDropdown
48
+ onSelected: prop_types.default.func,
49
+ onAction: prop_types.default.func,
50
+ onItemsUpdated: prop_types.default.func,
51
+ onOpened: prop_types.default.func,
52
+ onClosed: prop_types.default.func,
53
+ slotElement: prop_types.default.any,
54
+ anchor: prop_types.default.any,
55
+ open: prop_types.default.bool,
56
+ quick: prop_types.default.bool,
57
+ wrapFocus: prop_types.default.bool,
58
+ innerRole: prop_types.default.oneOf(["menu", "listbox"]),
59
+ corner: prop_types.default.oneOf([
60
+ "TOP_LEFT",
61
+ "TOP_RIGHT",
62
+ "BOTTOM_LEFT",
63
+ "BOTTOM_RIGHT",
64
+ "TOP_START",
65
+ "TOP_END",
66
+ "BOTTOM_START",
67
+ "BOTTOM_END"
68
+ ]),
69
+ x: prop_types.default.any,
70
+ y: prop_types.default.any,
71
+ absolute: prop_types.default.bool,
72
+ multi: prop_types.default.bool,
73
+ activatable: prop_types.default.bool,
74
+ fixed: prop_types.default.bool,
75
+ forceGroupSelection: prop_types.default.bool,
76
+ fullwidth: prop_types.default.bool,
77
+ menuCorner: prop_types.default.any,
78
+ stayOpenOnBodyClick: prop_types.default.bool,
79
+ defaultFocus: prop_types.default.oneOf([
80
+ "NONE",
81
+ "LIST_ROOT",
82
+ "FIRST_ITEM",
83
+ "LAST_ITEM"
84
+ ]),
85
+ listElement: prop_types.default.any,
86
+ index: prop_types.default.any,
87
+ mdcRoot: prop_types.default.any
88
+ };
89
+ VwcDropdown.defaultProps = {};
90
+ VwcDropdown.displayName = "VwcDropdown";
91
+ //#endregion
92
+ exports.default = VwcDropdown;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-dropdown",
3
- "version": "5.22.0",
3
+ "version": "5.23.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
@@ -1,45 +1,23 @@
1
- /*
2
- * DO NOT EDIT THIS FILE. IT IS GENERATED
3
- */
4
- /*
5
- Code in this file were generated using following JSON:
6
- {
7
- "name": "vwc-elevation",
8
- "path": "./../node_modules/@vonage/vwc-elevation/vwc-elevation.d.ts",
9
- "properties": [
10
- {
11
- "name": "dp",
12
- "type": "number",
13
- "bindable": false
14
- }
15
- ],
16
- "events": []
17
- }
18
- */
19
- import PropTypes from 'prop-types'
20
- import wrapper from '@repo/react-component-wrapper'
21
- import '@vonage/vwc-elevation'
22
-
23
-
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ const require_chunk = require("../chunk-KmRHZBOW.js");
6
+ const require_index_es = require("../index.es-CX858N60.js");
7
+ let prop_types = require("prop-types");
8
+ prop_types = require_chunk.__toESM(prop_types);
9
+ require("@vonage/vwc-elevation");
10
+ //#region dist/VwcElevation/index.js
24
11
  /**
25
12
  * @param {number} dp
26
13
  */
27
- const VwcElevation = wrapper('vwc-elevation', {
28
- events: [],
29
- attributes: [],
30
- properties: []
14
+ var VwcElevation = require_index_es.g("vwc-elevation", {
15
+ events: [],
16
+ attributes: [],
17
+ properties: []
31
18
  });
32
-
33
- VwcElevation.propTypes = {
34
- dp: PropTypes.number
35
- }
36
-
37
- VwcElevation.defaultProps = {
38
-
39
- }
40
-
41
- VwcElevation.displayName = 'VwcElevation'
42
-
43
-
44
-
45
- export default VwcElevation
19
+ VwcElevation.propTypes = { dp: prop_types.default.number };
20
+ VwcElevation.defaultProps = {};
21
+ VwcElevation.displayName = "VwcElevation";
22
+ //#endregion
23
+ exports.default = VwcElevation;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-elevation",
3
- "version": "5.22.0",
3
+ "version": "5.23.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
@@ -1,59 +1,29 @@
1
- /*
2
- * DO NOT EDIT THIS FILE. IT IS GENERATED
3
- */
4
- /*
5
- Code in this file were generated using following JSON:
6
- {
7
- "name": "vwc-empty-state",
8
- "path": "./../node_modules/@vonage/vwc-empty-state/vwc-empty-state.d.ts",
9
- "properties": [
10
- {
11
- "name": "icon",
12
- "type": "string | undefined",
13
- "bindable": false
14
- },
15
- {
16
- "name": "heading",
17
- "type": "string | undefined",
18
- "bindable": false
19
- },
20
- {
21
- "name": "body",
22
- "type": "string | undefined",
23
- "bindable": false
24
- }
25
- ],
26
- "events": []
27
- }
28
- */
29
- import PropTypes from 'prop-types'
30
- import wrapper from '@repo/react-component-wrapper'
31
- import '@vonage/vwc-empty-state'
32
-
33
-
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ const require_chunk = require("../chunk-KmRHZBOW.js");
6
+ const require_index_es = require("../index.es-CX858N60.js");
7
+ let prop_types = require("prop-types");
8
+ prop_types = require_chunk.__toESM(prop_types);
9
+ require("@vonage/vwc-empty-state");
10
+ //#region dist/VwcEmptyState/index.js
34
11
  /**
35
12
  * @param {string | undefined} icon
36
13
  * @param {string | undefined} heading
37
14
  * @param {string | undefined} body
38
15
  */
39
- const VwcEmptyState = wrapper('vwc-empty-state', {
40
- events: [],
41
- attributes: [],
42
- properties: []
16
+ var VwcEmptyState = require_index_es.g("vwc-empty-state", {
17
+ events: [],
18
+ attributes: [],
19
+ properties: []
43
20
  });
44
-
45
21
  VwcEmptyState.propTypes = {
46
- icon: PropTypes.string,
47
- heading: PropTypes.string,
48
- body: PropTypes.string
49
- }
50
-
51
- VwcEmptyState.defaultProps = {
52
-
53
- }
54
-
55
- VwcEmptyState.displayName = 'VwcEmptyState'
56
-
57
-
58
-
59
- export default VwcEmptyState
22
+ icon: prop_types.default.string,
23
+ heading: prop_types.default.string,
24
+ body: prop_types.default.string
25
+ };
26
+ VwcEmptyState.defaultProps = {};
27
+ VwcEmptyState.displayName = "VwcEmptyState";
28
+ //#endregion
29
+ exports.default = VwcEmptyState;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-empty-state",
3
- "version": "5.22.0",
3
+ "version": "5.23.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
@@ -1,151 +1,13 @@
1
- /*
2
- * DO NOT EDIT THIS FILE. IT IS GENERATED
3
- */
4
- /*
5
- Code in this file were generated using following JSON:
6
- {
7
- "name": "vwc-expansion-panel",
8
- "path": "./../node_modules/@vonage/vwc-expansion-panel/src/vwc-expansion-panel.ts",
9
- "attributes": [
10
- {
11
- "name": "header",
12
- "type": "string",
13
- "default": "\"\"",
14
- "deprecatedMessage": "use \"heading\" instead"
15
- },
16
- {
17
- "name": "heading",
18
- "description": "The heading of the expanded panel",
19
- "type": "string",
20
- "default": "\"\""
21
- },
22
- {
23
- "name": "icon",
24
- "type": "string",
25
- "default": "\"\""
26
- },
27
- {
28
- "name": "indicatorIconSet",
29
- "type": "string",
30
- "default": "\"chevron\""
31
- },
32
- {
33
- "name": "meta",
34
- "type": "string",
35
- "default": "\"\""
36
- },
37
- {
38
- "name": "dense",
39
- "type": "boolean",
40
- "default": "false"
41
- },
42
- {
43
- "name": "leadingToggle",
44
- "type": "boolean",
45
- "default": "false"
46
- },
47
- {
48
- "name": "noRipple",
49
- "type": "boolean",
50
- "default": "false"
51
- },
52
- {
53
- "name": "open",
54
- "type": "boolean",
55
- "default": "false"
56
- }
57
- ],
58
- "properties": [
59
- {
60
- "name": "styles",
61
- "default": "\"style\""
62
- },
63
- {
64
- "name": "header",
65
- "attribute": "header",
66
- "type": "string",
67
- "default": "\"\"",
68
- "deprecatedMessage": "use \"heading\" instead",
69
- "bindable": false
70
- },
71
- {
72
- "name": "heading",
73
- "attribute": "heading",
74
- "description": "The heading of the expanded panel",
75
- "type": "string",
76
- "default": "\"\"",
77
- "bindable": false
78
- },
79
- {
80
- "name": "icon",
81
- "attribute": "icon",
82
- "type": "string",
83
- "default": "\"\"",
84
- "bindable": false
85
- },
86
- {
87
- "name": "indicatorIconSet",
88
- "attribute": "indicatorIconSet",
89
- "type": "string",
90
- "default": "\"chevron\"",
91
- "bindable": false
92
- },
93
- {
94
- "name": "meta",
95
- "attribute": "meta",
96
- "type": "string",
97
- "default": "\"\"",
98
- "bindable": false
99
- },
100
- {
101
- "name": "dense",
102
- "attribute": "dense",
103
- "type": "boolean",
104
- "default": "false",
105
- "bindable": false
106
- },
107
- {
108
- "name": "leadingToggle",
109
- "attribute": "leadingToggle",
110
- "type": "boolean",
111
- "default": "false",
112
- "bindable": false
113
- },
114
- {
115
- "name": "noRipple",
116
- "attribute": "noRipple",
117
- "type": "boolean",
118
- "default": "false",
119
- "bindable": false
120
- },
121
- {
122
- "name": "ripple",
123
- "type": "Promise<any>",
124
- "bindable": false
125
- },
126
- {
127
- "name": "open",
128
- "attribute": "open",
129
- "type": "boolean",
130
- "default": "false",
131
- "bindable": false
132
- }
133
- ],
134
- "events": [
135
- {
136
- "name": "closed"
137
- },
138
- {
139
- "name": "opened"
140
- }
141
- ]
142
- }
143
- */
144
- import PropTypes from 'prop-types'
145
- import wrapper from '@repo/react-component-wrapper'
146
- import '@vonage/vwc-expansion-panel'
147
-
148
-
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ const require_chunk = require("../chunk-KmRHZBOW.js");
6
+ const require_index_es = require("../index.es-CX858N60.js");
7
+ let prop_types = require("prop-types");
8
+ prop_types = require_chunk.__toESM(prop_types);
9
+ require("@vonage/vwc-expansion-panel");
10
+ //#region dist/VwcExpansionPanel/index.js
149
11
  /**
150
12
  * @param {string} header attribute: &lt;VwcExpansionPanel header />
151
13
  * @param {string} heading - The heading of the expanded panel attribute: &lt;VwcExpansionPanel heading />
@@ -158,41 +20,36 @@ import '@vonage/vwc-expansion-panel'
158
20
  * @param {Promise<any>} ripple
159
21
  * @param {boolean} open attribute: &lt;VwcExpansionPanel open />
160
22
  */
161
- const VwcExpansionPanel = wrapper('vwc-expansion-panel', {
162
- events: [{"name":"opened"},{"name":"closed"}],
163
- attributes: [],
164
- properties: []
23
+ var VwcExpansionPanel = require_index_es.g("vwc-expansion-panel", {
24
+ events: [{ "name": "opened" }, { "name": "closed" }],
25
+ attributes: [],
26
+ properties: []
165
27
  });
166
-
167
28
  VwcExpansionPanel.propTypes = {
168
- onClosed: PropTypes.func,
169
- onOpened: PropTypes.func,
170
- header: PropTypes.string/* default: "" *//* attribute: header */,
171
- heading: PropTypes.string/* default: "" *//* attribute: heading */,
172
- icon: PropTypes.string/* default: "" *//* attribute: icon */,
173
- indicatorIconSet: PropTypes.string/* default: "chevron" *//* attribute: indicatorIconSet */,
174
- meta: PropTypes.string/* default: "" *//* attribute: meta */,
175
- dense: PropTypes.bool/* default: false *//* attribute: dense */,
176
- leadingToggle: PropTypes.bool/* default: false *//* attribute: leadingToggle */,
177
- noRipple: PropTypes.bool/* default: false *//* attribute: noRipple */,
178
- ripple: PropTypes.any /* Promise<any> */,
179
- open: PropTypes.bool/* default: false *//* attribute: open */
180
- }
181
-
29
+ onClosed: prop_types.default.func,
30
+ onOpened: prop_types.default.func,
31
+ header: prop_types.default.string,
32
+ heading: prop_types.default.string,
33
+ icon: prop_types.default.string,
34
+ indicatorIconSet: prop_types.default.string,
35
+ meta: prop_types.default.string,
36
+ dense: prop_types.default.bool,
37
+ leadingToggle: prop_types.default.bool,
38
+ noRipple: prop_types.default.bool,
39
+ ripple: prop_types.default.any,
40
+ open: prop_types.default.bool
41
+ };
182
42
  VwcExpansionPanel.defaultProps = {
183
- header: "",
184
- heading: "",
185
- icon: "",
186
- indicatorIconSet: "chevron",
187
- meta: "",
188
- dense: false,
189
- leadingToggle: false,
190
- noRipple: false,
191
- open: false
192
- }
193
-
194
- VwcExpansionPanel.displayName = 'VwcExpansionPanel'
195
-
196
-
197
-
198
- export default VwcExpansionPanel
43
+ header: "",
44
+ heading: "",
45
+ icon: "",
46
+ indicatorIconSet: "chevron",
47
+ meta: "",
48
+ dense: false,
49
+ leadingToggle: false,
50
+ noRipple: false,
51
+ open: false
52
+ };
53
+ VwcExpansionPanel.displayName = "VwcExpansionPanel";
54
+ //#endregion
55
+ exports.default = VwcExpansionPanel;