@vonage/vivid-react 5.21.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 (409) 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 +1067 -25
  124. package/package.json +7 -5
  125. package/types/index.d.ts +1 -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 -1341
  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 -862
  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.d.ts +2 -2
  244. package/v3/VwcPopover/index.js +26 -184
  245. package/v3/VwcPopover/package.json +2 -2
  246. package/v3/VwcPopup/index.d.ts +2 -0
  247. package/v3/VwcPopup/index.js +32 -380
  248. package/v3/VwcPopup/package.json +2 -2
  249. package/v3/VwcProgress/index.js +26 -276
  250. package/v3/VwcProgress/package.json +2 -2
  251. package/v3/VwcProgressRing/index.js +25 -235
  252. package/v3/VwcProgressRing/package.json +2 -2
  253. package/v3/VwcRadio/index.js +38 -662
  254. package/v3/VwcRadio/package.json +2 -2
  255. package/v3/VwcRadioGroup/index.js +31 -351
  256. package/v3/VwcRadioGroup/package.json +2 -2
  257. package/v3/VwcRangeSlider/index.js +61 -967
  258. package/v3/VwcRangeSlider/package.json +2 -2
  259. package/v3/VwcRichTextEditor/index.js +21 -178
  260. package/v3/VwcRichTextEditor/package.json +2 -2
  261. package/v3/VwcRichTextView/index.js +20 -195
  262. package/v3/VwcRichTextView/package.json +2 -2
  263. package/v3/VwcRteAlignmentFeatureImpl/index.js +16 -283
  264. package/v3/VwcRteAlignmentFeatureImpl/package.json +2 -2
  265. package/v3/VwcRteBaseImpl/index.js +16 -249
  266. package/v3/VwcRteBaseImpl/package.json +2 -2
  267. package/v3/VwcRteBasicTextBlocksImpl/index.js +16 -284
  268. package/v3/VwcRteBasicTextBlocksImpl/package.json +2 -2
  269. package/v3/VwcRteBoldFeatureImpl/index.js +16 -262
  270. package/v3/VwcRteBoldFeatureImpl/package.json +2 -2
  271. package/v3/VwcRteCharacterCountFeatureImpl/index.js +16 -249
  272. package/v3/VwcRteCharacterCountFeatureImpl/package.json +2 -2
  273. package/v3/VwcRteConfig/index.js +16 -73
  274. package/v3/VwcRteConfig/package.json +2 -2
  275. package/v3/VwcRteConfigImpl/index.js +23 -74
  276. package/v3/VwcRteConfigImpl/package.json +2 -2
  277. package/v3/VwcRteCoreImpl/index.d.ts +4 -0
  278. package/v3/VwcRteCoreImpl/index.js +22 -254
  279. package/v3/VwcRteCoreImpl/package.json +2 -2
  280. package/v3/VwcRteCursorFixFeatureImpl/index.js +16 -249
  281. package/v3/VwcRteCursorFixFeatureImpl/package.json +2 -2
  282. package/v3/VwcRteDropHandlerFeatureImpl/index.js +16 -249
  283. package/v3/VwcRteDropHandlerFeatureImpl/package.json +2 -2
  284. package/v3/VwcRteFeature/index.js +16 -25
  285. package/v3/VwcRteFeature/package.json +2 -2
  286. package/v3/VwcRteFeatureImpl/index.js +16 -196
  287. package/v3/VwcRteFeatureImpl/package.json +2 -2
  288. package/v3/VwcRteFileHandlerFeatureImpl/index.js +16 -249
  289. package/v3/VwcRteFileHandlerFeatureImpl/package.json +2 -2
  290. package/v3/VwcRteFontSizePickerFeatureImpl/index.js +21 -314
  291. package/v3/VwcRteFontSizePickerFeatureImpl/package.json +2 -2
  292. package/v3/VwcRteForeignHtmlFeatureImpl/index.js +16 -249
  293. package/v3/VwcRteForeignHtmlFeatureImpl/package.json +2 -2
  294. package/v3/VwcRteHardBreakFeatureImpl/index.js +16 -249
  295. package/v3/VwcRteHardBreakFeatureImpl/package.json +2 -2
  296. package/v3/VwcRteHistoryFeatureImpl/index.js +16 -249
  297. package/v3/VwcRteHistoryFeatureImpl/package.json +2 -2
  298. package/v3/VwcRteHtmlParser/index.js +16 -106
  299. package/v3/VwcRteHtmlParser/package.json +2 -2
  300. package/v3/VwcRteHtmlSerializer/index.js +16 -81
  301. package/v3/VwcRteHtmlSerializer/package.json +2 -2
  302. package/v3/VwcRteHtmlSerializerImpl/index.js +16 -77
  303. package/v3/VwcRteHtmlSerializerImpl/package.json +2 -2
  304. package/v3/VwcRteInlineImageFeatureImpl/index.js +16 -307
  305. package/v3/VwcRteInlineImageFeatureImpl/package.json +2 -2
  306. package/v3/VwcRteInputRulesFeatureImpl/index.js +16 -249
  307. package/v3/VwcRteInputRulesFeatureImpl/package.json +2 -2
  308. package/v3/VwcRteInstance/index.js +16 -103
  309. package/v3/VwcRteInstance/package.json +2 -2
  310. package/v3/VwcRteInstanceImpl/index.js +20 -249
  311. package/v3/VwcRteInstanceImpl/package.json +2 -2
  312. package/v3/VwcRteItalicFeatureImpl/index.js +16 -262
  313. package/v3/VwcRteItalicFeatureImpl/package.json +2 -2
  314. package/v3/VwcRteKeyboardShortcutsFeatureImpl/index.js +16 -249
  315. package/v3/VwcRteKeyboardShortcutsFeatureImpl/package.json +2 -2
  316. package/v3/VwcRteLinkFeatureImpl/index.js +20 -310
  317. package/v3/VwcRteLinkFeatureImpl/package.json +2 -2
  318. package/v3/VwcRteListFeatureImpl/index.js +16 -286
  319. package/v3/VwcRteListFeatureImpl/package.json +2 -2
  320. package/v3/VwcRteMonospaceFeatureImpl/index.js +16 -262
  321. package/v3/VwcRteMonospaceFeatureImpl/package.json +2 -2
  322. package/v3/VwcRtePlaceholderFeatureImpl/index.js +16 -249
  323. package/v3/VwcRtePlaceholderFeatureImpl/package.json +2 -2
  324. package/v3/VwcRteStrikethroughFeatureImpl/index.js +16 -262
  325. package/v3/VwcRteStrikethroughFeatureImpl/package.json +2 -2
  326. package/v3/VwcRteTextBlockPickerFeatureImpl/index.js +16 -249
  327. package/v3/VwcRteTextBlockPickerFeatureImpl/package.json +2 -2
  328. package/v3/VwcRteTextColorPickerFeatureImpl/index.js +20 -290
  329. package/v3/VwcRteTextColorPickerFeatureImpl/package.json +2 -2
  330. package/v3/VwcRteTextStyleFeatureImpl/index.js +16 -256
  331. package/v3/VwcRteTextStyleFeatureImpl/package.json +2 -2
  332. package/v3/VwcRteToolbarFeatureImpl/index.js +20 -254
  333. package/v3/VwcRteToolbarFeatureImpl/package.json +2 -2
  334. package/v3/VwcRteUnderlineFeatureImpl/index.js +16 -262
  335. package/v3/VwcRteUnderlineFeatureImpl/package.json +2 -2
  336. package/v3/VwcSearchableSelect/index.js +65 -1215
  337. package/v3/VwcSearchableSelect/package.json +2 -2
  338. package/v3/VwcSelect/index.js +61 -985
  339. package/v3/VwcSelect/package.json +2 -2
  340. package/v3/VwcSelectableBox/index.js +29 -301
  341. package/v3/VwcSelectableBox/package.json +2 -2
  342. package/v3/VwcSideDrawer/index.js +36 -191
  343. package/v3/VwcSideDrawer/package.json +2 -2
  344. package/v3/VwcSimpleColorPicker/index.js +37 -508
  345. package/v3/VwcSimpleColorPicker/package.json +2 -2
  346. package/v3/VwcSlider/index.js +48 -758
  347. package/v3/VwcSlider/package.json +2 -2
  348. package/v3/VwcSplitButton/index.js +43 -530
  349. package/v3/VwcSplitButton/package.json +2 -2
  350. package/v3/VwcStatus/index.js +22 -189
  351. package/v3/VwcStatus/package.json +2 -2
  352. package/v3/VwcSwitch/index.js +43 -610
  353. package/v3/VwcSwitch/package.json +2 -2
  354. package/v3/VwcTab/index.js +30 -333
  355. package/v3/VwcTab/package.json +2 -2
  356. package/v3/VwcTabPanel/index.js +16 -74
  357. package/v3/VwcTabPanel/package.json +2 -2
  358. package/v3/VwcTable/index.js +16 -68
  359. package/v3/VwcTable/package.json +2 -2
  360. package/v3/VwcTableBody/index.js +16 -68
  361. package/v3/VwcTableBody/package.json +2 -2
  362. package/v3/VwcTableCell/index.js +19 -149
  363. package/v3/VwcTableCell/package.json +2 -2
  364. package/v3/VwcTableHead/index.js +16 -68
  365. package/v3/VwcTableHead/package.json +2 -2
  366. package/v3/VwcTableHeaderCell/index.js +19 -166
  367. package/v3/VwcTableHeaderCell/package.json +2 -2
  368. package/v3/VwcTableRow/index.js +16 -140
  369. package/v3/VwcTableRow/package.json +2 -2
  370. package/v3/VwcTableSortingButton/index.js +23 -112
  371. package/v3/VwcTableSortingButton/package.json +2 -2
  372. package/v3/VwcTabs/index.js +29 -389
  373. package/v3/VwcTabs/package.json +2 -2
  374. package/v3/VwcTag/index.js +34 -651
  375. package/v3/VwcTag/package.json +2 -2
  376. package/v3/VwcTagGroup/index.js +16 -74
  377. package/v3/VwcTagGroup/package.json +2 -2
  378. package/v3/VwcTextArea/index.js +48 -905
  379. package/v3/VwcTextArea/package.json +2 -2
  380. package/v3/VwcTextField/index.js +74 -921
  381. package/v3/VwcTextField/package.json +2 -2
  382. package/v3/VwcTextblockAttrs/index.js +16 -95
  383. package/v3/VwcTextblockAttrs/package.json +2 -2
  384. package/v3/VwcTextblockMarks/index.js +16 -53
  385. package/v3/VwcTextblockMarks/package.json +2 -2
  386. package/v3/VwcTimePicker/index.js +44 -788
  387. package/v3/VwcTimePicker/package.json +2 -2
  388. package/v3/VwcToggletip/index.js +25 -318
  389. package/v3/VwcToggletip/package.json +2 -2
  390. package/v3/VwcTooltip/index.js +24 -262
  391. package/v3/VwcTooltip/package.json +2 -2
  392. package/v3/VwcTreeItem/index.js +30 -257
  393. package/v3/VwcTreeItem/package.json +2 -2
  394. package/v3/VwcTreeView/index.js +21 -184
  395. package/v3/VwcTreeView/package.json +2 -2
  396. package/v3/VwcUiCtx/index.js +16 -117
  397. package/v3/VwcUiCtx/package.json +2 -2
  398. package/v3/VwcVideoPlayer/index.js +38 -256
  399. package/v3/VwcVideoPlayer/package.json +2 -2
  400. package/v3/VwcVisuallyHidden/index.js +16 -61
  401. package/v3/VwcVisuallyHidden/package.json +2 -2
  402. package/v3/VwcVividElement/index.js +16 -116
  403. package/v3/VwcVividElement/package.json +2 -2
  404. package/v3/VwcVividFoundationButton/index.js +34 -552
  405. package/v3/VwcVividFoundationButton/package.json +2 -2
  406. package/v3/VwcVvdHexInput/index.js +16 -43
  407. package/v3/VwcVvdHexInput/package.json +2 -2
  408. package/v3/VwcVvdHexPicker/index.js +16 -43
  409. package/v3/VwcVvdHexPicker/package.json +2 -2
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-dial-pad",
3
- "version": "5.21.0",
3
+ "version": "5.23.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.21.0"
9
+ "@vonage/vivid": "5.23.0"
10
10
  }
11
11
  }
@@ -1,458 +1,46 @@
1
- /*
2
- * DO NOT EDIT THIS FILE. IT IS GENERATED
3
- */
4
- /*
5
- Code in this file were generated using following JSON:
6
- {
7
- "kind": "class",
8
- "description": "",
9
- "name": "Dialog",
10
- "slots": [
11
- {
12
- "description": "Use the graphic slot in order to replace the icon.",
13
- "name": "graphic"
14
- },
15
- {
16
- "description": "Use the body slot in order to add custom HTML to the dialog.",
17
- "name": "body"
18
- },
19
- {
20
- "description": "Use the footer slot in order to add action buttons to the bottom of the dialog.",
21
- "name": "footer"
22
- },
23
- {
24
- "description": "Assign nodes to the main slot to fully override a dialog’s predefined flow and style with your own.",
25
- "name": "main"
26
- },
27
- {
28
- "description": "Use the action-items slot in order to add action buttons to the bottom of the dialog.",
29
- "name": "action-items"
30
- }
31
- ],
32
- "members": [
33
- {
34
- "kind": "field",
35
- "name": "open",
36
- "type": {
37
- "text": "boolean"
38
- },
39
- "default": "false",
40
- "description": "Sets the element's to be opened",
41
- "privacy": "public"
42
- },
43
- {
44
- "kind": "field",
45
- "name": "icon",
46
- "type": {
47
- "text": "string | undefined"
48
- }
49
- },
50
- {
51
- "kind": "field",
52
- "name": "iconPlacement",
53
- "type": {
54
- "text": "IconPlacement | undefined"
55
- }
56
- },
57
- {
58
- "kind": "field",
59
- "name": "subtitle",
60
- "type": {
61
- "text": "string | undefined"
62
- }
63
- },
64
- {
65
- "kind": "field",
66
- "name": "headline",
67
- "type": {
68
- "text": "string | undefined"
69
- }
70
- },
71
- {
72
- "kind": "field",
73
- "name": "fullWidthBody",
74
- "type": {
75
- "text": "boolean"
76
- },
77
- "default": "false"
78
- },
79
- {
80
- "kind": "field",
81
- "name": "dismissButtonAriaLabel",
82
- "type": {
83
- "text": "| string\n\t\t| null"
84
- },
85
- "default": "null"
86
- },
87
- {
88
- "kind": "field",
89
- "name": "noLightDismiss",
90
- "type": {
91
- "text": "boolean"
92
- },
93
- "default": "false",
94
- "description": "prevent a modal dialog from being dismissed by clicking outside of it."
95
- },
96
- {
97
- "kind": "field",
98
- "name": "noDismissOnEsc",
99
- "type": {
100
- "text": "boolean"
101
- },
102
- "default": "false",
103
- "description": "prevent a modal dialog from being dismissed by pressing esc"
104
- },
105
- {
106
- "kind": "field",
107
- "name": "noDismissButton",
108
- "type": {
109
- "text": "boolean"
110
- },
111
- "default": "false",
112
- "description": "Remove the element's dismiss button"
113
- },
114
- {
115
- "kind": "field",
116
- "name": "nonDismissible",
117
- "type": {
118
- "text": "boolean"
119
- },
120
- "default": "false",
121
- "description": "combines `no-light-dismiss`, `no-dismiss-on-esc`, and `no-dismiss-button`"
122
- },
123
- {
124
- "kind": "field",
125
- "name": "modal",
126
- "type": {
127
- "text": "boolean"
128
- },
129
- "default": "false",
130
- "description": "Sets the element's to be opened"
131
- },
132
- {
133
- "kind": "field",
134
- "name": "scrollableBody",
135
- "type": {
136
- "text": "boolean"
137
- },
138
- "default": "false",
139
- "description": "Makes only the element's content area between the header and footer scrollable"
140
- },
141
- {
142
- "kind": "field",
143
- "name": "returnValue",
144
- "type": {
145
- "text": "string"
146
- }
147
- },
148
- {
149
- "kind": "field",
150
- "name": "#dialogElement",
151
- "privacy": "private",
152
- "type": {
153
- "text": "HTMLDialogElement | undefined"
154
- }
155
- },
156
- {
157
- "kind": "field",
158
- "name": "#dialog",
159
- "privacy": "private",
160
- "readonly": true
161
- },
162
- {
163
- "kind": "method",
164
- "name": "#isDismissibleVia",
165
- "parameters": [
166
- {
167
- "name": "method",
168
- "type": {
169
- "text": "DismissMethod"
170
- }
171
- }
172
- ]
173
- },
174
- {
175
- "kind": "field",
176
- "name": "#handleScrimClick",
177
- "privacy": "private"
178
- },
179
- {
180
- "kind": "field",
181
- "name": "#handleInternalFormSubmit",
182
- "privacy": "private"
183
- },
184
- {
185
- "kind": "method",
186
- "name": "close"
187
- },
188
- {
189
- "kind": "method",
190
- "name": "show"
191
- },
192
- {
193
- "kind": "method",
194
- "name": "showModal"
195
- },
196
- {
197
- "kind": "method",
198
- "name": "#closeDialog"
199
- },
200
- {
201
- "kind": "method",
202
- "name": "#showDialog"
203
- },
204
- {
205
- "kind": "field",
206
- "name": "VIVID_VERSION",
207
- "static": true,
208
- "default": "__PACKAGE_VERSION__",
209
- "description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
210
- "type": {
211
- "text": "string"
212
- },
213
- "inheritedFrom": {
214
- "name": "VividElement",
215
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
216
- }
217
- },
218
- {
219
- "kind": "field",
220
- "name": "componentName",
221
- "type": {
222
- "text": "string"
223
- },
224
- "static": true,
225
- "description": "Core component name, without prefix",
226
- "inheritedFrom": {
227
- "name": "VividElement",
228
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
229
- }
230
- }
231
- ],
232
- "events": [
233
- {
234
- "type": {
235
- "text": "CustomEvent<undefined>"
236
- },
237
- "description": "The `open` event fires when the dialog opens.",
238
- "name": "open"
239
- },
240
- {
241
- "type": {
242
- "text": "CustomEvent<string>"
243
- },
244
- "description": "The `close` event fires when the dialog closes (either via user interaction or via the API). It returns the return value inside the event's details property.",
245
- "name": "close"
246
- },
247
- {
248
- "type": {
249
- "text": "CustomEvent<undefined>"
250
- },
251
- "description": "The `cancel` event fires when the user requests to close the dialog. You can prevent the dialog from closing by calling `.preventDefault()` on the event.",
252
- "name": "cancel"
253
- }
254
- ],
255
- "attributes": [
256
- {
257
- "name": "open",
258
- "type": {
259
- "text": "boolean"
260
- },
261
- "default": "false",
262
- "description": "Sets the element's to be opened",
263
- "fieldName": "open"
264
- },
265
- {
266
- "name": "icon",
267
- "type": {
268
- "text": "string | undefined"
269
- },
270
- "fieldName": "icon"
271
- },
272
- {
273
- "name": "icon-placement",
274
- "type": {
275
- "text": "IconPlacement | undefined"
276
- },
277
- "fieldName": "iconPlacement"
278
- },
279
- {
280
- "name": "subtitle",
281
- "type": {
282
- "text": "string | undefined"
283
- },
284
- "fieldName": "subtitle"
285
- },
286
- {
287
- "name": "headline",
288
- "type": {
289
- "text": "string | undefined"
290
- },
291
- "fieldName": "headline"
292
- },
293
- {
294
- "name": "full-width-body",
295
- "type": {
296
- "text": "boolean"
297
- },
298
- "default": "false",
299
- "fieldName": "fullWidthBody"
300
- },
301
- {
302
- "name": "dismiss-button-aria-label",
303
- "type": {
304
- "text": "| string\n\t\t| null"
305
- },
306
- "default": "null",
307
- "fieldName": "dismissButtonAriaLabel"
308
- },
309
- {
310
- "name": "no-light-dismiss",
311
- "type": {
312
- "text": "boolean"
313
- },
314
- "default": "false",
315
- "description": "prevent a modal dialog from being dismissed by clicking outside of it.",
316
- "fieldName": "noLightDismiss"
317
- },
318
- {
319
- "name": "no-dismiss-on-esc",
320
- "type": {
321
- "text": "boolean"
322
- },
323
- "default": "false",
324
- "description": "prevent a modal dialog from being dismissed by pressing esc",
325
- "fieldName": "noDismissOnEsc"
326
- },
327
- {
328
- "name": "no-dismiss-button",
329
- "type": {
330
- "text": "boolean"
331
- },
332
- "default": "false",
333
- "description": "Remove the element's dismiss button",
334
- "fieldName": "noDismissButton"
335
- },
336
- {
337
- "name": "non-dismissible",
338
- "type": {
339
- "text": "boolean"
340
- },
341
- "default": "false",
342
- "description": "combines `no-light-dismiss`, `no-dismiss-on-esc`, and `no-dismiss-button`",
343
- "fieldName": "nonDismissible"
344
- },
345
- {
346
- "name": "modal",
347
- "type": {
348
- "text": "boolean"
349
- },
350
- "default": "false",
351
- "description": "Sets the element's to be opened",
352
- "fieldName": "modal"
353
- },
354
- {
355
- "name": "scrollable-body",
356
- "type": {
357
- "text": "boolean"
358
- },
359
- "default": "false",
360
- "description": "Makes only the element's content area between the header and footer scrollable",
361
- "fieldName": "scrollableBody"
362
- }
363
- ],
364
- "mixins": [
365
- {
366
- "name": "Localized",
367
- "module": "/src/shared/patterns"
368
- },
369
- {
370
- "name": "DelegatesAria",
371
- "module": "/src/shared/aria/delegates-aria"
372
- }
373
- ],
374
- "superclass": {
375
- "name": "VividElement",
376
- "module": "/src/shared/foundation/vivid-element/vivid-element"
377
- },
378
- "vividComponent": {
379
- "public": true,
380
- "name": "dialog",
381
- "vueModels": [
382
- {
383
- "name": "open",
384
- "propName": "open",
385
- "eventNames": [
386
- "open",
387
- "close"
388
- ],
389
- "valueMapping": "event.currentTarget.open"
390
- }
391
- ]
392
- },
393
- "vividTesting": {
394
- "selectors": [
395
- {
396
- "name": "byHeadline",
397
- "args": [
398
- "byHeadline"
399
- ]
400
- }
401
- ],
402
- "actions": [
403
- {
404
- "name": "dismiss",
405
- "args": [
406
- "click",
407
- "#dismissButton"
408
- ]
409
- }
410
- ],
411
- "queries": [
412
- {
413
- "name": "open",
414
- "args": [
415
- "open",
416
- "true"
417
- ]
418
- },
419
- {
420
- "name": "closed",
421
- "args": [
422
- "open",
423
- "false"
424
- ]
425
- },
426
- {
427
- "name": "headline",
428
- "args": [
429
- "headline"
430
- ]
431
- }
432
- ],
433
- "refs": [
434
- {
435
- "name": "dismissButton",
436
- "args": [
437
- "shadow",
438
- ".dismiss-button"
439
- ]
440
- }
441
- ]
442
- }
443
- }
444
- */
445
- import wrapper from '@repo/react-component-wrapper'
446
- import { registerDialog } from '@vonage/vivid'
447
-
448
- registerDialog('vvd3')
449
-
450
- const VwcDialog = wrapper(`vvd3-dialog`, {
451
- events: [{"name":"cancel","propName":"onCancel"},{"name":"close","propName":"onClose"},{"name":"open","propName":"onOpen"}],
452
- attributes: [],
453
- properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', 'dismissButtonAriaLabel', 'noLightDismiss', 'noDismissOnEsc', 'noDismissButton', 'nonDismissible', 'modal', 'scrollableBody', 'returnValue', 'VIVID_VERSION', 'componentName']
454
- })
455
-
456
- VwcDialog.displayName = 'VwcDialog'
457
-
458
- export default VwcDialog
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ require("../../chunk-KmRHZBOW.js");
6
+ const require_index_es = require("../../index.es-CX858N60.js");
7
+ //#region dist/v3/VwcDialog/index.js
8
+ (0, require("@vonage/vivid").registerDialog)("vvd3");
9
+ var VwcDialog = require_index_es.g(`vvd3-dialog`, {
10
+ events: [
11
+ {
12
+ "name": "cancel",
13
+ "propName": "onCancel"
14
+ },
15
+ {
16
+ "name": "close",
17
+ "propName": "onClose"
18
+ },
19
+ {
20
+ "name": "open",
21
+ "propName": "onOpen"
22
+ }
23
+ ],
24
+ attributes: [],
25
+ properties: [
26
+ "open",
27
+ "icon",
28
+ "iconPlacement",
29
+ "subtitle",
30
+ "headline",
31
+ "fullWidthBody",
32
+ "dismissButtonAriaLabel",
33
+ "noLightDismiss",
34
+ "noDismissOnEsc",
35
+ "noDismissButton",
36
+ "nonDismissible",
37
+ "modal",
38
+ "scrollableBody",
39
+ "returnValue",
40
+ "VIVID_VERSION",
41
+ "componentName"
42
+ ]
43
+ });
44
+ VwcDialog.displayName = "VwcDialog";
45
+ //#endregion
46
+ exports.default = VwcDialog;
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-dialog",
3
- "version": "5.21.0",
3
+ "version": "5.23.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.21.0"
9
+ "@vonage/vivid": "5.23.0"
10
10
  }
11
11
  }
@@ -1,123 +1,22 @@
1
- /*
2
- * DO NOT EDIT THIS FILE. IT IS GENERATED
3
- */
4
- /*
5
- Code in this file were generated using following JSON:
6
- {
7
- "kind": "class",
8
- "description": "",
9
- "name": "Divider",
10
- "cssProperties": [
11
- {
12
- "name": "--vvd-divider-accent-soft",
13
- "default": "var(--vvd-color-neutral-100)"
14
- },
15
- {
16
- "name": "--vvd-divider-accent-dim",
17
- "default": "var(--vvd-color-neutral-200)"
18
- }
19
- ],
20
- "members": [
21
- {
22
- "kind": "field",
23
- "name": "role",
24
- "type": {
25
- "text": "DividerRole"
26
- },
27
- "description": "Controls the semantic role",
28
- "privacy": "public"
29
- },
30
- {
31
- "kind": "field",
32
- "name": "orientation",
33
- "type": {
34
- "text": "Orientation"
35
- },
36
- "description": "The orientation of the divider.",
37
- "privacy": "public"
38
- },
39
- {
40
- "kind": "field",
41
- "name": "appearance",
42
- "type": {
43
- "text": "DividerAppearance | undefined"
44
- },
45
- "description": "The appearance of the divider.",
46
- "privacy": "public"
47
- },
48
- {
49
- "kind": "field",
50
- "name": "VIVID_VERSION",
51
- "static": true,
52
- "default": "__PACKAGE_VERSION__",
53
- "description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
54
- "type": {
55
- "text": "string"
56
- },
57
- "inheritedFrom": {
58
- "name": "VividElement",
59
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
60
- }
61
- },
62
- {
63
- "kind": "field",
64
- "name": "componentName",
65
- "type": {
66
- "text": "string"
67
- },
68
- "static": true,
69
- "description": "Core component name, without prefix",
70
- "inheritedFrom": {
71
- "name": "VividElement",
72
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
73
- }
74
- }
75
- ],
76
- "attributes": [
77
- {
78
- "name": "orientation",
79
- "type": {
80
- "text": "Orientation"
81
- },
82
- "description": "The orientation of the divider.",
83
- "fieldName": "orientation"
84
- },
85
- {
86
- "name": "appearance",
87
- "type": {
88
- "text": "DividerAppearance | undefined"
89
- },
90
- "description": "The appearance of the divider.",
91
- "fieldName": "appearance"
92
- }
93
- ],
94
- "mixins": [
95
- {
96
- "name": "HostSemantics",
97
- "module": "/src/shared/aria/host-semantics"
98
- }
99
- ],
100
- "superclass": {
101
- "name": "VividElement",
102
- "module": "/src/shared/foundation/vivid-element/vivid-element"
103
- },
104
- "vividComponent": {
105
- "public": true,
106
- "name": "divider"
107
- }
108
- }
109
- */
110
- import wrapper from '@repo/react-component-wrapper'
111
- import { registerDivider } from '@vonage/vivid'
112
-
113
- registerDivider('vvd3')
114
-
115
- const VwcDivider = wrapper(`vvd3-divider`, {
116
- events: [],
117
- attributes: [],
118
- properties: ['role', 'orientation', 'appearance', 'VIVID_VERSION', 'componentName']
119
- })
120
-
121
- VwcDivider.displayName = 'VwcDivider'
122
-
123
- export default VwcDivider
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ require("../../chunk-KmRHZBOW.js");
6
+ const require_index_es = require("../../index.es-CX858N60.js");
7
+ //#region dist/v3/VwcDivider/index.js
8
+ (0, require("@vonage/vivid").registerDivider)("vvd3");
9
+ var VwcDivider = require_index_es.g(`vvd3-divider`, {
10
+ events: [],
11
+ attributes: [],
12
+ properties: [
13
+ "role",
14
+ "orientation",
15
+ "appearance",
16
+ "VIVID_VERSION",
17
+ "componentName"
18
+ ]
19
+ });
20
+ VwcDivider.displayName = "VwcDivider";
21
+ //#endregion
22
+ exports.default = VwcDivider;
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-divider",
3
- "version": "5.21.0",
3
+ "version": "5.23.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.21.0"
9
+ "@vonage/vivid": "5.23.0"
10
10
  }
11
11
  }