@vonage/vivid-react 5.22.0 → 5.23.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 (406) 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 +3 -24
  124. package/package.json +2 -2
  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.js +46 -954
  163. package/v3/VwcCombobox/package.json +2 -2
  164. package/v3/VwcContextualHelp/index.js +20 -131
  165. package/v3/VwcContextualHelp/package.json +2 -2
  166. package/v3/VwcCountry/index.js +21 -104
  167. package/v3/VwcCountry/package.json +2 -2
  168. package/v3/VwcCountryGroup/index.js +23 -268
  169. package/v3/VwcCountryGroup/package.json +2 -2
  170. package/v3/VwcDataGrid/index.js +467 -449
  171. package/v3/VwcDataGrid/package.json +2 -2
  172. package/v3/VwcDataGridCell/index.js +38 -328
  173. package/v3/VwcDataGridCell/package.json +2 -2
  174. package/v3/VwcDataGridRow/index.js +31 -290
  175. package/v3/VwcDataGridRow/package.json +2 -2
  176. package/v3/VwcDatePicker/index.js +41 -716
  177. package/v3/VwcDatePicker/package.json +2 -2
  178. package/v3/VwcDateRangePicker/index.js +56 -852
  179. package/v3/VwcDateRangePicker/package.json +2 -2
  180. package/v3/VwcDateTimePicker/index.js +48 -904
  181. package/v3/VwcDateTimePicker/package.json +2 -2
  182. package/v3/VwcDialPad/index.d.ts +0 -114
  183. package/v3/VwcDialPad/index.js +62 -492
  184. package/v3/VwcDialPad/package.json +2 -2
  185. package/v3/VwcDialog/index.js +46 -458
  186. package/v3/VwcDialog/package.json +2 -2
  187. package/v3/VwcDivider/index.js +22 -123
  188. package/v3/VwcDivider/package.json +2 -2
  189. package/v3/VwcElevation/index.js +22 -117
  190. package/v3/VwcElevation/package.json +2 -2
  191. package/v3/VwcEmptyState/index.js +25 -259
  192. package/v3/VwcEmptyState/package.json +2 -2
  193. package/v3/VwcFab/index.js +39 -860
  194. package/v3/VwcFab/package.json +2 -2
  195. package/v3/VwcFeatureState/index.js +16 -70
  196. package/v3/VwcFeatureState/package.json +2 -2
  197. package/v3/VwcFeedbackMessage/index.js +20 -98
  198. package/v3/VwcFeedbackMessage/package.json +2 -2
  199. package/v3/VwcFilePicker/index.js +40 -695
  200. package/v3/VwcFilePicker/package.json +2 -2
  201. package/v3/VwcFlag/index.js +22 -146
  202. package/v3/VwcFlag/package.json +2 -2
  203. package/v3/VwcHeader/index.js +21 -122
  204. package/v3/VwcHeader/package.json +2 -2
  205. package/v3/VwcIcon/index.js +23 -196
  206. package/v3/VwcIcon/package.json +2 -2
  207. package/v3/VwcIdrefsController/index.js +16 -230
  208. package/v3/VwcIdrefsController/package.json +2 -2
  209. package/v3/VwcInlineTimePicker/index.js +26 -195
  210. package/v3/VwcInlineTimePicker/package.json +2 -2
  211. package/v3/VwcKbdKey/index.js +24 -187
  212. package/v3/VwcKbdKey/package.json +2 -2
  213. package/v3/VwcKbdShortcut/index.js +16 -78
  214. package/v3/VwcKbdShortcut/package.json +2 -2
  215. package/v3/VwcLayout/index.js +24 -155
  216. package/v3/VwcLayout/package.json +2 -2
  217. package/v3/VwcListbox/index.js +24 -207
  218. package/v3/VwcListbox/package.json +2 -2
  219. package/v3/VwcMenu/index.js +33 -483
  220. package/v3/VwcMenu/package.json +2 -2
  221. package/v3/VwcMenuItem/index.js +37 -452
  222. package/v3/VwcMenuItem/package.json +2 -2
  223. package/v3/VwcNav/index.js +16 -74
  224. package/v3/VwcNav/package.json +2 -2
  225. package/v3/VwcNavDisclosure/index.js +29 -361
  226. package/v3/VwcNavDisclosure/package.json +2 -2
  227. package/v3/VwcNavItem/index.js +33 -509
  228. package/v3/VwcNavItem/package.json +2 -2
  229. package/v3/VwcNote/index.js +22 -210
  230. package/v3/VwcNote/package.json +2 -2
  231. package/v3/VwcNumberField/index.js +53 -1021
  232. package/v3/VwcNumberField/package.json +2 -2
  233. package/v3/VwcOption/index.js +36 -472
  234. package/v3/VwcOption/package.json +2 -2
  235. package/v3/VwcOptionTag/index.js +26 -165
  236. package/v3/VwcOptionTag/package.json +2 -2
  237. package/v3/VwcPagination/index.js +27 -241
  238. package/v3/VwcPagination/package.json +2 -2
  239. package/v3/VwcPickerField/index.js +31 -587
  240. package/v3/VwcPickerField/package.json +2 -2
  241. package/v3/VwcPlatformSwitch/index.js +16 -89
  242. package/v3/VwcPlatformSwitch/package.json +2 -2
  243. package/v3/VwcPopover/index.js +26 -184
  244. package/v3/VwcPopover/package.json +2 -2
  245. package/v3/VwcPopup/index.js +32 -399
  246. package/v3/VwcPopup/package.json +2 -2
  247. package/v3/VwcProgress/index.js +26 -276
  248. package/v3/VwcProgress/package.json +2 -2
  249. package/v3/VwcProgressRing/index.js +25 -235
  250. package/v3/VwcProgressRing/package.json +2 -2
  251. package/v3/VwcRadio/index.js +38 -662
  252. package/v3/VwcRadio/package.json +2 -2
  253. package/v3/VwcRadioGroup/index.js +31 -351
  254. package/v3/VwcRadioGroup/package.json +2 -2
  255. package/v3/VwcRangeSlider/index.js +61 -967
  256. package/v3/VwcRangeSlider/package.json +2 -2
  257. package/v3/VwcRichTextEditor/index.js +21 -178
  258. package/v3/VwcRichTextEditor/package.json +2 -2
  259. package/v3/VwcRichTextView/index.js +20 -195
  260. package/v3/VwcRichTextView/package.json +2 -2
  261. package/v3/VwcRteAlignmentFeatureImpl/index.js +16 -283
  262. package/v3/VwcRteAlignmentFeatureImpl/package.json +2 -2
  263. package/v3/VwcRteBaseImpl/index.js +16 -249
  264. package/v3/VwcRteBaseImpl/package.json +2 -2
  265. package/v3/VwcRteBasicTextBlocksImpl/index.js +16 -284
  266. package/v3/VwcRteBasicTextBlocksImpl/package.json +2 -2
  267. package/v3/VwcRteBoldFeatureImpl/index.js +16 -262
  268. package/v3/VwcRteBoldFeatureImpl/package.json +2 -2
  269. package/v3/VwcRteCharacterCountFeatureImpl/index.js +16 -249
  270. package/v3/VwcRteCharacterCountFeatureImpl/package.json +2 -2
  271. package/v3/VwcRteConfig/index.js +16 -73
  272. package/v3/VwcRteConfig/package.json +2 -2
  273. package/v3/VwcRteConfigImpl/index.js +23 -74
  274. package/v3/VwcRteConfigImpl/package.json +2 -2
  275. package/v3/VwcRteCoreImpl/index.js +22 -270
  276. package/v3/VwcRteCoreImpl/package.json +2 -2
  277. package/v3/VwcRteCursorFixFeatureImpl/index.js +16 -249
  278. package/v3/VwcRteCursorFixFeatureImpl/package.json +2 -2
  279. package/v3/VwcRteDropHandlerFeatureImpl/index.js +16 -249
  280. package/v3/VwcRteDropHandlerFeatureImpl/package.json +2 -2
  281. package/v3/VwcRteFeature/index.js +16 -25
  282. package/v3/VwcRteFeature/package.json +2 -2
  283. package/v3/VwcRteFeatureImpl/index.js +16 -196
  284. package/v3/VwcRteFeatureImpl/package.json +2 -2
  285. package/v3/VwcRteFileHandlerFeatureImpl/index.js +16 -249
  286. package/v3/VwcRteFileHandlerFeatureImpl/package.json +2 -2
  287. package/v3/VwcRteFontSizePickerFeatureImpl/index.js +21 -314
  288. package/v3/VwcRteFontSizePickerFeatureImpl/package.json +2 -2
  289. package/v3/VwcRteForeignHtmlFeatureImpl/index.js +16 -249
  290. package/v3/VwcRteForeignHtmlFeatureImpl/package.json +2 -2
  291. package/v3/VwcRteHardBreakFeatureImpl/index.js +16 -249
  292. package/v3/VwcRteHardBreakFeatureImpl/package.json +2 -2
  293. package/v3/VwcRteHistoryFeatureImpl/index.js +16 -249
  294. package/v3/VwcRteHistoryFeatureImpl/package.json +2 -2
  295. package/v3/VwcRteHtmlParser/index.js +16 -106
  296. package/v3/VwcRteHtmlParser/package.json +2 -2
  297. package/v3/VwcRteHtmlSerializer/index.js +16 -81
  298. package/v3/VwcRteHtmlSerializer/package.json +2 -2
  299. package/v3/VwcRteHtmlSerializerImpl/index.js +16 -77
  300. package/v3/VwcRteHtmlSerializerImpl/package.json +2 -2
  301. package/v3/VwcRteInlineImageFeatureImpl/index.js +16 -307
  302. package/v3/VwcRteInlineImageFeatureImpl/package.json +2 -2
  303. package/v3/VwcRteInputRulesFeatureImpl/index.js +16 -249
  304. package/v3/VwcRteInputRulesFeatureImpl/package.json +2 -2
  305. package/v3/VwcRteInstance/index.js +16 -108
  306. package/v3/VwcRteInstance/package.json +2 -2
  307. package/v3/VwcRteInstanceImpl/index.js +20 -249
  308. package/v3/VwcRteInstanceImpl/package.json +2 -2
  309. package/v3/VwcRteItalicFeatureImpl/index.js +16 -262
  310. package/v3/VwcRteItalicFeatureImpl/package.json +2 -2
  311. package/v3/VwcRteKeyboardShortcutsFeatureImpl/index.js +16 -249
  312. package/v3/VwcRteKeyboardShortcutsFeatureImpl/package.json +2 -2
  313. package/v3/VwcRteLinkFeatureImpl/index.js +20 -310
  314. package/v3/VwcRteLinkFeatureImpl/package.json +2 -2
  315. package/v3/VwcRteListFeatureImpl/index.js +16 -286
  316. package/v3/VwcRteListFeatureImpl/package.json +2 -2
  317. package/v3/VwcRteMonospaceFeatureImpl/index.js +16 -262
  318. package/v3/VwcRteMonospaceFeatureImpl/package.json +2 -2
  319. package/v3/VwcRtePlaceholderFeatureImpl/index.js +16 -249
  320. package/v3/VwcRtePlaceholderFeatureImpl/package.json +2 -2
  321. package/v3/VwcRteStrikethroughFeatureImpl/index.js +16 -262
  322. package/v3/VwcRteStrikethroughFeatureImpl/package.json +2 -2
  323. package/v3/VwcRteTextBlockPickerFeatureImpl/index.js +16 -249
  324. package/v3/VwcRteTextBlockPickerFeatureImpl/package.json +2 -2
  325. package/v3/VwcRteTextColorPickerFeatureImpl/index.js +20 -290
  326. package/v3/VwcRteTextColorPickerFeatureImpl/package.json +2 -2
  327. package/v3/VwcRteTextStyleFeatureImpl/index.js +16 -256
  328. package/v3/VwcRteTextStyleFeatureImpl/package.json +2 -2
  329. package/v3/VwcRteToolbarFeatureImpl/index.js +20 -254
  330. package/v3/VwcRteToolbarFeatureImpl/package.json +2 -2
  331. package/v3/VwcRteUnderlineFeatureImpl/index.js +16 -262
  332. package/v3/VwcRteUnderlineFeatureImpl/package.json +2 -2
  333. package/v3/VwcSearchableSelect/index.js +65 -1215
  334. package/v3/VwcSearchableSelect/package.json +2 -2
  335. package/v3/VwcSelect/index.js +61 -985
  336. package/v3/VwcSelect/package.json +2 -2
  337. package/v3/VwcSelectableBox/index.js +29 -301
  338. package/v3/VwcSelectableBox/package.json +2 -2
  339. package/v3/VwcSideDrawer/index.js +36 -191
  340. package/v3/VwcSideDrawer/package.json +2 -2
  341. package/v3/VwcSimpleColorPicker/index.js +37 -508
  342. package/v3/VwcSimpleColorPicker/package.json +2 -2
  343. package/v3/VwcSlider/index.js +48 -758
  344. package/v3/VwcSlider/package.json +2 -2
  345. package/v3/VwcSplitButton/index.js +43 -530
  346. package/v3/VwcSplitButton/package.json +2 -2
  347. package/v3/VwcStatus/index.js +22 -189
  348. package/v3/VwcStatus/package.json +2 -2
  349. package/v3/VwcSwitch/index.js +43 -610
  350. package/v3/VwcSwitch/package.json +2 -2
  351. package/v3/VwcTab/index.js +30 -333
  352. package/v3/VwcTab/package.json +2 -2
  353. package/v3/VwcTabPanel/index.js +16 -74
  354. package/v3/VwcTabPanel/package.json +2 -2
  355. package/v3/VwcTable/index.js +16 -68
  356. package/v3/VwcTable/package.json +2 -2
  357. package/v3/VwcTableBody/index.js +16 -68
  358. package/v3/VwcTableBody/package.json +2 -2
  359. package/v3/VwcTableCell/index.js +19 -149
  360. package/v3/VwcTableCell/package.json +2 -2
  361. package/v3/VwcTableHead/index.js +16 -68
  362. package/v3/VwcTableHead/package.json +2 -2
  363. package/v3/VwcTableHeaderCell/index.js +19 -166
  364. package/v3/VwcTableHeaderCell/package.json +2 -2
  365. package/v3/VwcTableRow/index.js +16 -140
  366. package/v3/VwcTableRow/package.json +2 -2
  367. package/v3/VwcTableSortingButton/index.js +23 -112
  368. package/v3/VwcTableSortingButton/package.json +2 -2
  369. package/v3/VwcTabs/index.js +29 -389
  370. package/v3/VwcTabs/package.json +2 -2
  371. package/v3/VwcTag/index.js +34 -651
  372. package/v3/VwcTag/package.json +2 -2
  373. package/v3/VwcTagGroup/index.js +16 -74
  374. package/v3/VwcTagGroup/package.json +2 -2
  375. package/v3/VwcTextArea/index.js +48 -905
  376. package/v3/VwcTextArea/package.json +2 -2
  377. package/v3/VwcTextField/index.js +74 -921
  378. package/v3/VwcTextField/package.json +2 -2
  379. package/v3/VwcTextblockAttrs/index.js +16 -95
  380. package/v3/VwcTextblockAttrs/package.json +2 -2
  381. package/v3/VwcTextblockMarks/index.js +16 -53
  382. package/v3/VwcTextblockMarks/package.json +2 -2
  383. package/v3/VwcTimePicker/index.js +44 -788
  384. package/v3/VwcTimePicker/package.json +2 -2
  385. package/v3/VwcToggletip/index.js +25 -318
  386. package/v3/VwcToggletip/package.json +2 -2
  387. package/v3/VwcTooltip/index.js +24 -262
  388. package/v3/VwcTooltip/package.json +2 -2
  389. package/v3/VwcTreeItem/index.js +30 -257
  390. package/v3/VwcTreeItem/package.json +2 -2
  391. package/v3/VwcTreeView/index.js +21 -184
  392. package/v3/VwcTreeView/package.json +2 -2
  393. package/v3/VwcUiCtx/index.js +16 -117
  394. package/v3/VwcUiCtx/package.json +2 -2
  395. package/v3/VwcVideoPlayer/index.js +38 -256
  396. package/v3/VwcVideoPlayer/package.json +2 -2
  397. package/v3/VwcVisuallyHidden/index.js +16 -61
  398. package/v3/VwcVisuallyHidden/package.json +2 -2
  399. package/v3/VwcVividElement/index.js +16 -116
  400. package/v3/VwcVividElement/package.json +2 -2
  401. package/v3/VwcVividFoundationButton/index.js +34 -550
  402. package/v3/VwcVividFoundationButton/package.json +2 -2
  403. package/v3/VwcVvdHexInput/index.js +16 -43
  404. package/v3/VwcVvdHexInput/package.json +2 -2
  405. package/v3/VwcVvdHexPicker/index.js +16 -43
  406. package/v3/VwcVvdHexPicker/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-expansion-panel",
3
- "version": "5.22.0",
3
+ "version": "5.23.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
package/VwcFab/index.js CHANGED
@@ -1,53 +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-fab",
8
- "path": "./../node_modules/@vonage/vwc-fab/src/vwc-fab.ts",
9
- "description": "This component is an extension of [<mwc-fab>](https://github.com/material-components/material-components-web-components/tree/master/packages/fab)",
10
- "attributes": [
11
- {
12
- "name": "connotation",
13
- "type": "\"regular\" | \"cta\" | undefined"
14
- }
15
- ],
16
- "properties": [
17
- {
18
- "name": "connotation",
19
- "attribute": "connotation",
20
- "type": "\"regular\" | \"cta\" | undefined",
21
- "bindable": false
22
- }
23
- ],
24
- "events": []
25
- }
26
- */
27
- import PropTypes from 'prop-types'
28
- import wrapper from '@repo/react-component-wrapper'
29
- import '@vonage/vwc-fab'
30
-
31
-
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-fab");
10
+ //#region dist/VwcFab/index.js
32
11
  /** This component is an extension of [<mwc-fab>](https://github.com/material-components/material-components-web-components/tree/master/packages/fab)
33
12
  * @param {"regular" | "cta" | undefined} connotation attribute: &lt;VwcFab connotation />
34
13
  */
35
- const VwcFab = wrapper('vwc-fab', {
36
- events: [],
37
- attributes: [],
38
- properties: []
14
+ var VwcFab = require_index_es.g("vwc-fab", {
15
+ events: [],
16
+ attributes: [],
17
+ properties: []
39
18
  });
40
-
41
- VwcFab.propTypes = {
42
- connotation: PropTypes.any /* "regular" | "cta" | undefined *//* attribute: connotation */
43
- }
44
-
45
- VwcFab.defaultProps = {
46
-
47
- }
48
-
49
- VwcFab.displayName = 'VwcFab'
50
-
51
-
52
-
53
- export default VwcFab
19
+ VwcFab.propTypes = { connotation: prop_types.default.any };
20
+ VwcFab.defaultProps = {};
21
+ VwcFab.displayName = "VwcFab";
22
+ //#endregion
23
+ exports.default = VwcFab;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-fab",
3
- "version": "5.22.0",
3
+ "version": "5.23.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
@@ -1,59 +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-file-picker",
8
- "path": "./../node_modules/@vonage/vwc-file-picker/vwc-file-picker.d.ts",
9
- "properties": [
10
- {
11
- "name": "styles",
12
- "type": "array"
13
- },
14
- {
15
- "name": "label",
16
- "type": "string",
17
- "bindable": false
18
- },
19
- {
20
- "name": "helper",
21
- "type": "string",
22
- "bindable": false
23
- },
24
- {
25
- "name": "validationMessage",
26
- "type": "string",
27
- "bindable": false
28
- },
29
- {
30
- "name": "notAFileError",
31
- "type": "string",
32
- "bindable": false
33
- },
34
- {
35
- "name": "tooManyFilesError",
36
- "type": "string",
37
- "bindable": false
38
- },
39
- {
40
- "name": "drop-zone",
41
- "type": "boolean"
42
- },
43
- {
44
- "name": "noCounter",
45
- "type": "boolean",
46
- "bindable": false
47
- }
48
- ],
49
- "events": []
50
- }
51
- */
52
- import PropTypes from 'prop-types'
53
- import wrapper from '@repo/react-component-wrapper'
54
- import '@vonage/vwc-file-picker'
55
-
56
-
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-file-picker");
10
+ //#region dist/VwcFilePicker/index.js
57
11
  /**
58
12
  * @param {string} label
59
13
  * @param {string} helper
@@ -62,27 +16,20 @@ import '@vonage/vwc-file-picker'
62
16
  * @param {string} tooManyFilesError
63
17
  * @param {boolean} noCounter
64
18
  */
65
- const VwcFilePicker = wrapper('vwc-file-picker', {
66
- events: [],
67
- attributes: [],
68
- properties: []
19
+ var VwcFilePicker = require_index_es.g("vwc-file-picker", {
20
+ events: [],
21
+ attributes: [],
22
+ properties: []
69
23
  });
70
-
71
24
  VwcFilePicker.propTypes = {
72
- label: PropTypes.string,
73
- helper: PropTypes.string,
74
- validationMessage: PropTypes.string,
75
- notAFileError: PropTypes.string,
76
- tooManyFilesError: PropTypes.string,
77
- noCounter: PropTypes.bool
78
- }
79
-
80
- VwcFilePicker.defaultProps = {
81
-
82
- }
83
-
84
- VwcFilePicker.displayName = 'VwcFilePicker'
85
-
86
-
87
-
88
- export default VwcFilePicker
25
+ label: prop_types.default.string,
26
+ helper: prop_types.default.string,
27
+ validationMessage: prop_types.default.string,
28
+ notAFileError: prop_types.default.string,
29
+ tooManyFilesError: prop_types.default.string,
30
+ noCounter: prop_types.default.bool
31
+ };
32
+ VwcFilePicker.defaultProps = {};
33
+ VwcFilePicker.displayName = "VwcFilePicker";
34
+ //#endregion
35
+ exports.default = VwcFilePicker;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-file-picker",
3
- "version": "5.22.0",
3
+ "version": "5.23.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
@@ -1,38 +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-formfield",
8
- "path": "./../node_modules/@vonage/vwc-formfield/src/vwc-formfield.ts",
9
- "events": []
10
- }
11
- */
12
- import PropTypes from 'prop-types'
13
- import wrapper from '@repo/react-component-wrapper'
14
- import '@vonage/vwc-formfield'
15
-
16
-
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-formfield");
10
+ //#region dist/VwcFormfield/index.js
17
11
  /**
18
12
 
19
13
  */
20
- const VwcFormfield = wrapper('vwc-formfield', {
21
- events: [],
22
- attributes: [],
23
- properties: []
14
+ var VwcFormfield = require_index_es.g("vwc-formfield", {
15
+ events: [],
16
+ attributes: [],
17
+ properties: []
24
18
  });
25
-
26
- VwcFormfield.propTypes = {
27
-
28
- }
29
-
30
- VwcFormfield.defaultProps = {
31
-
32
- }
33
-
34
- VwcFormfield.displayName = 'VwcFormfield'
35
-
36
-
37
-
38
- export default VwcFormfield
19
+ VwcFormfield.propTypes = {};
20
+ VwcFormfield.defaultProps = {};
21
+ VwcFormfield.displayName = "VwcFormfield";
22
+ //#endregion
23
+ exports.default = VwcFormfield;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-formfield",
3
- "version": "5.22.0",
3
+ "version": "5.23.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
@@ -1,49 +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-helper-message",
8
- "path": "./../node_modules/@vonage/vwc-helper-message/vwc-helper-message.d.ts",
9
- "properties": [
10
- {
11
- "name": "styles",
12
- "type": "array"
13
- },
14
- {
15
- "name": "isError",
16
- "type": "boolean",
17
- "bindable": false
18
- }
19
- ],
20
- "events": []
21
- }
22
- */
23
- import PropTypes from 'prop-types'
24
- import wrapper from '@repo/react-component-wrapper'
25
- import '@vonage/vwc-helper-message'
26
-
27
-
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-helper-message");
10
+ //#region dist/VwcHelperMessage/index.js
28
11
  /**
29
12
  * @param {boolean} isError
30
13
  */
31
- const VwcHelperMessage = wrapper('vwc-helper-message', {
32
- events: [],
33
- attributes: [],
34
- properties: []
14
+ var VwcHelperMessage = require_index_es.g("vwc-helper-message", {
15
+ events: [],
16
+ attributes: [],
17
+ properties: []
35
18
  });
36
-
37
- VwcHelperMessage.propTypes = {
38
- isError: PropTypes.bool
39
- }
40
-
41
- VwcHelperMessage.defaultProps = {
42
-
43
- }
44
-
45
- VwcHelperMessage.displayName = 'VwcHelperMessage'
46
-
47
-
48
-
49
- export default VwcHelperMessage
19
+ VwcHelperMessage.propTypes = { isError: prop_types.default.bool };
20
+ VwcHelperMessage.defaultProps = {};
21
+ VwcHelperMessage.displayName = "VwcHelperMessage";
22
+ //#endregion
23
+ exports.default = VwcHelperMessage;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-helper-message",
3
- "version": "5.22.0",
3
+ "version": "5.23.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
package/VwcIcon/index.js CHANGED
@@ -1,71 +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-icon",
8
- "path": "./../node_modules/@vonage/vwc-icon/src/vwc-icon.ts",
9
- "attributes": [
10
- {
11
- "name": "connotation"
12
- },
13
- {
14
- "name": "type",
15
- "type": "string | undefined"
16
- },
17
- {
18
- "name": "inline",
19
- "type": "boolean | undefined"
20
- },
21
- {
22
- "name": "size"
23
- },
24
- {
25
- "name": "aria-label",
26
- "type": "string",
27
- "default": "\"\""
28
- }
29
- ],
30
- "properties": [
31
- {
32
- "name": "connotation",
33
- "attribute": "connotation",
34
- "bindable": false
35
- },
36
- {
37
- "name": "type",
38
- "attribute": "type",
39
- "type": "string | undefined",
40
- "bindable": false
41
- },
42
- {
43
- "name": "inline",
44
- "attribute": "inline",
45
- "type": "boolean | undefined",
46
- "bindable": false
47
- },
48
- {
49
- "name": "size",
50
- "attribute": "size",
51
- "bindable": false
52
- },
53
- {
54
- "name": "ariaLabel",
55
- "attribute": "aria-label",
56
- "type": "string",
57
- "default": "\"\"",
58
- "bindable": false
59
- }
60
- ],
61
- "events": []
62
- }
63
- */
64
- import PropTypes from 'prop-types'
65
- import wrapper from '@repo/react-component-wrapper'
66
- import '@vonage/vwc-icon'
67
-
68
-
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-icon");
10
+ //#region dist/VwcIcon/index.js
69
11
  /**
70
12
  * @param connotation attribute: &lt;VwcIcon connotation />
71
13
  * @param {string | undefined} type attribute: &lt;VwcIcon type />
@@ -73,26 +15,19 @@ import '@vonage/vwc-icon'
73
15
  * @param size attribute: &lt;VwcIcon size />
74
16
  * @param {string} ariaLabel attribute: &lt;VwcIcon aria-label />
75
17
  */
76
- const VwcIcon = wrapper('vwc-icon', {
77
- events: [],
78
- attributes: [],
79
- properties: []
18
+ var VwcIcon = require_index_es.g("vwc-icon", {
19
+ events: [],
20
+ attributes: [],
21
+ properties: []
80
22
  });
81
-
82
23
  VwcIcon.propTypes = {
83
- connotation: PropTypes.any /* type not provided *//* attribute: connotation */,
84
- type: PropTypes.string/* attribute: type */,
85
- inline: PropTypes.any /* boolean | undefined *//* attribute: inline */,
86
- size: PropTypes.any /* type not provided *//* attribute: size */,
87
- ariaLabel: PropTypes.string/* default: "" *//* attribute: aria-label */
88
- }
89
-
90
- VwcIcon.defaultProps = {
91
- ariaLabel: ""
92
- }
93
-
94
- VwcIcon.displayName = 'VwcIcon'
95
-
96
-
97
-
98
- export default VwcIcon
24
+ connotation: prop_types.default.any,
25
+ type: prop_types.default.string,
26
+ inline: prop_types.default.any,
27
+ size: prop_types.default.any,
28
+ ariaLabel: prop_types.default.string
29
+ };
30
+ VwcIcon.defaultProps = { ariaLabel: "" };
31
+ VwcIcon.displayName = "VwcIcon";
32
+ //#endregion
33
+ exports.default = VwcIcon;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-icon",
3
- "version": "5.22.0",
3
+ "version": "5.23.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
@@ -1,45 +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-icon-button",
8
- "path": "./../node_modules/@vonage/vwc-icon-button/vwc-icon-button.d.ts",
9
- "properties": [
10
- {
11
- "name": "layout",
12
- "bindable": false
13
- },
14
- {
15
- "name": "connotation",
16
- "bindable": false
17
- },
18
- {
19
- "name": "shape",
20
- "bindable": false
21
- },
22
- {
23
- "name": "dense",
24
- "type": "boolean",
25
- "bindable": false
26
- },
27
- {
28
- "name": "enlarged",
29
- "type": "boolean",
30
- "bindable": false
31
- }
32
- ],
33
- "events": [
34
- "click"
35
- ]
36
- }
37
- */
38
- import PropTypes from 'prop-types'
39
- import wrapper from '@repo/react-component-wrapper'
40
- import '@vonage/vwc-icon-button'
41
-
42
-
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-icon-button");
10
+ //#region dist/VwcIconButton/index.js
43
11
  /**
44
12
  * @param layout
45
13
  * @param connotation
@@ -48,28 +16,24 @@ import '@vonage/vwc-icon-button'
48
16
  * @param {boolean} enlarged
49
17
  * @param {string} value
50
18
  */
51
- const VwcIconButton = wrapper('vwc-icon-button', {
52
- events: [{"name":"click","propName":"onClick"}],
53
- attributes: [],
54
- properties: []
19
+ var VwcIconButton = require_index_es.g("vwc-icon-button", {
20
+ events: [{
21
+ "name": "click",
22
+ "propName": "onClick"
23
+ }],
24
+ attributes: [],
25
+ properties: []
55
26
  });
56
-
57
27
  VwcIconButton.propTypes = {
58
- onClick: PropTypes.func,
59
- layout: PropTypes.any /* type not provided */,
60
- connotation: PropTypes.any /* type not provided */,
61
- shape: PropTypes.any /* type not provided */,
62
- dense: PropTypes.bool,
63
- enlarged: PropTypes.bool,
64
- value: PropTypes.string
65
- }
66
-
67
- VwcIconButton.defaultProps = {
68
-
69
- }
70
-
71
- VwcIconButton.displayName = 'VwcIconButton'
72
-
73
-
74
-
75
- export default VwcIconButton
28
+ onClick: prop_types.default.func,
29
+ layout: prop_types.default.any,
30
+ connotation: prop_types.default.any,
31
+ shape: prop_types.default.any,
32
+ dense: prop_types.default.bool,
33
+ enlarged: prop_types.default.bool,
34
+ value: prop_types.default.string
35
+ };
36
+ VwcIconButton.defaultProps = {};
37
+ VwcIconButton.displayName = "VwcIconButton";
38
+ //#endregion
39
+ exports.default = VwcIconButton;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-icon-button",
3
- "version": "5.22.0",
3
+ "version": "5.23.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,