@vonage/vivid-react 5.21.0 → 5.22.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 (245) hide show
  1. package/VwcAccordion/package.json +1 -1
  2. package/VwcActionGroup/package.json +1 -1
  3. package/VwcBadge/package.json +1 -1
  4. package/VwcBanner/package.json +1 -1
  5. package/VwcButton/package.json +1 -1
  6. package/VwcButtonToggleGroup/package.json +1 -1
  7. package/VwcCalendar/package.json +1 -1
  8. package/VwcCalendarEvent/package.json +1 -1
  9. package/VwcCard/package.json +1 -1
  10. package/VwcCarousel/package.json +1 -1
  11. package/VwcCarouselItem/package.json +1 -1
  12. package/VwcCheckListItem/package.json +1 -1
  13. package/VwcCheckbox/package.json +1 -1
  14. package/VwcChip/package.json +1 -1
  15. package/VwcChipSet/package.json +1 -1
  16. package/VwcCircularProgress/package.json +1 -1
  17. package/VwcDataGrid/package.json +1 -1
  18. package/VwcDataGridColumn/package.json +1 -1
  19. package/VwcDatepicker/package.json +1 -1
  20. package/VwcDropdown/package.json +1 -1
  21. package/VwcElevation/package.json +1 -1
  22. package/VwcEmptyState/package.json +1 -1
  23. package/VwcExpansionPanel/package.json +1 -1
  24. package/VwcFab/package.json +1 -1
  25. package/VwcFilePicker/package.json +1 -1
  26. package/VwcFormfield/package.json +1 -1
  27. package/VwcHelperMessage/package.json +1 -1
  28. package/VwcIcon/package.json +1 -1
  29. package/VwcIconButton/package.json +1 -1
  30. package/VwcIconButtonToggle/package.json +1 -1
  31. package/VwcKeypad/package.json +1 -1
  32. package/VwcLayout/package.json +1 -1
  33. package/VwcLinearProgress/package.json +1 -1
  34. package/VwcList/package.json +1 -1
  35. package/VwcListExpansionPanel/package.json +1 -1
  36. package/VwcListItem/package.json +1 -1
  37. package/VwcMenu/package.json +1 -1
  38. package/VwcNotchedOutline/package.json +1 -1
  39. package/VwcNote/package.json +1 -1
  40. package/VwcPagination/package.json +1 -1
  41. package/VwcPopup/package.json +1 -1
  42. package/VwcRadio/package.json +1 -1
  43. package/VwcRadioListItem/package.json +1 -1
  44. package/VwcSchemeSelect/package.json +1 -1
  45. package/VwcScrubBar/package.json +1 -1
  46. package/VwcSelect/package.json +1 -1
  47. package/VwcSlider/package.json +1 -1
  48. package/VwcSnackbar/package.json +1 -1
  49. package/VwcSurface/package.json +1 -1
  50. package/VwcSwitch/package.json +1 -1
  51. package/VwcTab/package.json +1 -1
  52. package/VwcTabBar/package.json +1 -1
  53. package/VwcTag/package.json +1 -1
  54. package/VwcText/package.json +1 -1
  55. package/VwcTextarea/package.json +1 -1
  56. package/VwcTextfield/package.json +1 -1
  57. package/VwcThemeSwitch/package.json +1 -1
  58. package/VwcTooltip/package.json +1 -1
  59. package/VwcTopAppBar/package.json +1 -1
  60. package/VwcTopAppBarFixed/package.json +1 -1
  61. package/index.js +1088 -25
  62. package/package.json +7 -5
  63. package/types/index.d.ts +1 -0
  64. package/v3/VwcAccordion/package.json +2 -2
  65. package/v3/VwcAccordionItem/package.json +2 -2
  66. package/v3/VwcActionGroup/package.json +2 -2
  67. package/v3/VwcAlert/package.json +2 -2
  68. package/v3/VwcAriaBindingDirective/package.json +2 -2
  69. package/v3/VwcAudioPlayer/package.json +2 -2
  70. package/v3/VwcAvatar/package.json +2 -2
  71. package/v3/VwcBadge/package.json +2 -2
  72. package/v3/VwcBanner/package.json +2 -2
  73. package/v3/VwcBaseProgress/package.json +2 -2
  74. package/v3/VwcBreadcrumb/package.json +2 -2
  75. package/v3/VwcBreadcrumbItem/package.json +2 -2
  76. package/v3/VwcButton/index.js +9 -11
  77. package/v3/VwcButton/package.json +2 -2
  78. package/v3/VwcCalendar/package.json +2 -2
  79. package/v3/VwcCalendarEvent/package.json +2 -2
  80. package/v3/VwcCard/package.json +2 -2
  81. package/v3/VwcCheckbox/package.json +2 -2
  82. package/v3/VwcColorPicker/package.json +2 -2
  83. package/v3/VwcCombobox/index.js +1 -1
  84. package/v3/VwcCombobox/package.json +2 -2
  85. package/v3/VwcContextualHelp/package.json +2 -2
  86. package/v3/VwcCountry/package.json +2 -2
  87. package/v3/VwcCountryGroup/package.json +2 -2
  88. package/v3/VwcDataGrid/package.json +2 -2
  89. package/v3/VwcDataGridCell/package.json +2 -2
  90. package/v3/VwcDataGridRow/package.json +2 -2
  91. package/v3/VwcDatePicker/package.json +2 -2
  92. package/v3/VwcDateRangePicker/package.json +2 -2
  93. package/v3/VwcDateTimePicker/package.json +2 -2
  94. package/v3/VwcDialPad/index.js +1 -1
  95. package/v3/VwcDialPad/package.json +2 -2
  96. package/v3/VwcDialog/package.json +2 -2
  97. package/v3/VwcDivider/package.json +2 -2
  98. package/v3/VwcElevation/package.json +2 -2
  99. package/v3/VwcEmptyState/package.json +2 -2
  100. package/v3/VwcFab/index.js +9 -11
  101. package/v3/VwcFab/package.json +2 -2
  102. package/v3/VwcFeatureState/package.json +2 -2
  103. package/v3/VwcFeedbackMessage/package.json +2 -2
  104. package/v3/VwcFilePicker/package.json +2 -2
  105. package/v3/VwcFlag/package.json +2 -2
  106. package/v3/VwcHeader/package.json +2 -2
  107. package/v3/VwcIcon/package.json +2 -2
  108. package/v3/VwcIdrefsController/package.json +2 -2
  109. package/v3/VwcInlineTimePicker/package.json +2 -2
  110. package/v3/VwcKbdKey/package.json +2 -2
  111. package/v3/VwcKbdShortcut/package.json +2 -2
  112. package/v3/VwcLayout/package.json +2 -2
  113. package/v3/VwcListbox/index.js +1 -1
  114. package/v3/VwcListbox/package.json +2 -2
  115. package/v3/VwcMenu/index.js +1 -1
  116. package/v3/VwcMenu/package.json +2 -2
  117. package/v3/VwcMenuItem/package.json +2 -2
  118. package/v3/VwcNav/package.json +2 -2
  119. package/v3/VwcNavDisclosure/package.json +2 -2
  120. package/v3/VwcNavItem/package.json +2 -2
  121. package/v3/VwcNote/package.json +2 -2
  122. package/v3/VwcNumberField/index.js +1 -1
  123. package/v3/VwcNumberField/package.json +2 -2
  124. package/v3/VwcOption/package.json +2 -2
  125. package/v3/VwcOptionTag/package.json +2 -2
  126. package/v3/VwcPagination/package.json +2 -2
  127. package/v3/VwcPickerField/package.json +2 -2
  128. package/v3/VwcPlatformSwitch/package.json +2 -2
  129. package/v3/VwcPopover/index.d.ts +2 -2
  130. package/v3/VwcPopover/index.js +1 -1
  131. package/v3/VwcPopover/package.json +2 -2
  132. package/v3/VwcPopup/index.d.ts +2 -0
  133. package/v3/VwcPopup/index.js +21 -2
  134. package/v3/VwcPopup/package.json +2 -2
  135. package/v3/VwcProgress/package.json +2 -2
  136. package/v3/VwcProgressRing/package.json +2 -2
  137. package/v3/VwcRadio/package.json +2 -2
  138. package/v3/VwcRadioGroup/package.json +2 -2
  139. package/v3/VwcRangeSlider/package.json +2 -2
  140. package/v3/VwcRichTextEditor/package.json +2 -2
  141. package/v3/VwcRichTextView/package.json +2 -2
  142. package/v3/VwcRteAlignmentFeatureImpl/index.js +6 -6
  143. package/v3/VwcRteAlignmentFeatureImpl/package.json +2 -2
  144. package/v3/VwcRteBaseImpl/index.js +5 -5
  145. package/v3/VwcRteBaseImpl/package.json +2 -2
  146. package/v3/VwcRteBasicTextBlocksImpl/index.js +3 -3
  147. package/v3/VwcRteBasicTextBlocksImpl/package.json +2 -2
  148. package/v3/VwcRteBoldFeatureImpl/index.js +4 -4
  149. package/v3/VwcRteBoldFeatureImpl/package.json +2 -2
  150. package/v3/VwcRteCharacterCountFeatureImpl/index.js +5 -5
  151. package/v3/VwcRteCharacterCountFeatureImpl/package.json +2 -2
  152. package/v3/VwcRteConfig/package.json +2 -2
  153. package/v3/VwcRteConfigImpl/package.json +2 -2
  154. package/v3/VwcRteCoreImpl/index.d.ts +4 -0
  155. package/v3/VwcRteCoreImpl/index.js +22 -6
  156. package/v3/VwcRteCoreImpl/package.json +2 -2
  157. package/v3/VwcRteCursorFixFeatureImpl/index.js +5 -5
  158. package/v3/VwcRteCursorFixFeatureImpl/package.json +2 -2
  159. package/v3/VwcRteDropHandlerFeatureImpl/index.js +6 -6
  160. package/v3/VwcRteDropHandlerFeatureImpl/package.json +2 -2
  161. package/v3/VwcRteFeature/package.json +2 -2
  162. package/v3/VwcRteFeatureImpl/index.js +6 -6
  163. package/v3/VwcRteFeatureImpl/package.json +2 -2
  164. package/v3/VwcRteFileHandlerFeatureImpl/index.js +5 -5
  165. package/v3/VwcRteFileHandlerFeatureImpl/package.json +2 -2
  166. package/v3/VwcRteFontSizePickerFeatureImpl/index.js +5 -5
  167. package/v3/VwcRteFontSizePickerFeatureImpl/package.json +2 -2
  168. package/v3/VwcRteForeignHtmlFeatureImpl/index.js +5 -5
  169. package/v3/VwcRteForeignHtmlFeatureImpl/package.json +2 -2
  170. package/v3/VwcRteHardBreakFeatureImpl/index.js +5 -5
  171. package/v3/VwcRteHardBreakFeatureImpl/package.json +2 -2
  172. package/v3/VwcRteHistoryFeatureImpl/index.js +6 -6
  173. package/v3/VwcRteHistoryFeatureImpl/package.json +2 -2
  174. package/v3/VwcRteHtmlParser/package.json +2 -2
  175. package/v3/VwcRteHtmlSerializer/package.json +2 -2
  176. package/v3/VwcRteHtmlSerializerImpl/package.json +2 -2
  177. package/v3/VwcRteInlineImageFeatureImpl/index.js +5 -5
  178. package/v3/VwcRteInlineImageFeatureImpl/package.json +2 -2
  179. package/v3/VwcRteInputRulesFeatureImpl/index.js +5 -5
  180. package/v3/VwcRteInputRulesFeatureImpl/package.json +2 -2
  181. package/v3/VwcRteInstance/index.js +5 -0
  182. package/v3/VwcRteInstance/package.json +2 -2
  183. package/v3/VwcRteInstanceImpl/package.json +2 -2
  184. package/v3/VwcRteItalicFeatureImpl/index.js +4 -4
  185. package/v3/VwcRteItalicFeatureImpl/package.json +2 -2
  186. package/v3/VwcRteKeyboardShortcutsFeatureImpl/index.js +5 -5
  187. package/v3/VwcRteKeyboardShortcutsFeatureImpl/package.json +2 -2
  188. package/v3/VwcRteLinkFeatureImpl/index.js +4 -4
  189. package/v3/VwcRteLinkFeatureImpl/package.json +2 -2
  190. package/v3/VwcRteListFeatureImpl/index.js +2 -2
  191. package/v3/VwcRteListFeatureImpl/package.json +2 -2
  192. package/v3/VwcRteMonospaceFeatureImpl/index.js +4 -4
  193. package/v3/VwcRteMonospaceFeatureImpl/package.json +2 -2
  194. package/v3/VwcRtePlaceholderFeatureImpl/index.js +6 -6
  195. package/v3/VwcRtePlaceholderFeatureImpl/package.json +2 -2
  196. package/v3/VwcRteStrikethroughFeatureImpl/index.js +4 -4
  197. package/v3/VwcRteStrikethroughFeatureImpl/package.json +2 -2
  198. package/v3/VwcRteTextBlockPickerFeatureImpl/index.js +5 -5
  199. package/v3/VwcRteTextBlockPickerFeatureImpl/package.json +2 -2
  200. package/v3/VwcRteTextColorPickerFeatureImpl/index.js +6 -6
  201. package/v3/VwcRteTextColorPickerFeatureImpl/package.json +2 -2
  202. package/v3/VwcRteTextStyleFeatureImpl/index.js +6 -6
  203. package/v3/VwcRteTextStyleFeatureImpl/package.json +2 -2
  204. package/v3/VwcRteToolbarFeatureImpl/index.js +4 -4
  205. package/v3/VwcRteToolbarFeatureImpl/package.json +2 -2
  206. package/v3/VwcRteUnderlineFeatureImpl/index.js +4 -4
  207. package/v3/VwcRteUnderlineFeatureImpl/package.json +2 -2
  208. package/v3/VwcSearchableSelect/package.json +2 -2
  209. package/v3/VwcSelect/package.json +2 -2
  210. package/v3/VwcSelectableBox/package.json +2 -2
  211. package/v3/VwcSideDrawer/package.json +2 -2
  212. package/v3/VwcSimpleColorPicker/package.json +2 -2
  213. package/v3/VwcSlider/package.json +2 -2
  214. package/v3/VwcSplitButton/package.json +2 -2
  215. package/v3/VwcStatus/package.json +2 -2
  216. package/v3/VwcSwitch/package.json +2 -2
  217. package/v3/VwcTab/package.json +2 -2
  218. package/v3/VwcTabPanel/package.json +2 -2
  219. package/v3/VwcTable/package.json +2 -2
  220. package/v3/VwcTableBody/package.json +2 -2
  221. package/v3/VwcTableCell/package.json +2 -2
  222. package/v3/VwcTableHead/package.json +2 -2
  223. package/v3/VwcTableHeaderCell/package.json +2 -2
  224. package/v3/VwcTableRow/package.json +2 -2
  225. package/v3/VwcTableSortingButton/package.json +2 -2
  226. package/v3/VwcTabs/package.json +2 -2
  227. package/v3/VwcTag/package.json +2 -2
  228. package/v3/VwcTagGroup/package.json +2 -2
  229. package/v3/VwcTextArea/package.json +2 -2
  230. package/v3/VwcTextField/package.json +2 -2
  231. package/v3/VwcTextblockAttrs/package.json +2 -2
  232. package/v3/VwcTextblockMarks/package.json +2 -2
  233. package/v3/VwcTimePicker/package.json +2 -2
  234. package/v3/VwcToggletip/package.json +2 -2
  235. package/v3/VwcTooltip/package.json +2 -2
  236. package/v3/VwcTreeItem/package.json +2 -2
  237. package/v3/VwcTreeView/package.json +2 -2
  238. package/v3/VwcUiCtx/package.json +2 -2
  239. package/v3/VwcVideoPlayer/package.json +2 -2
  240. package/v3/VwcVisuallyHidden/package.json +2 -2
  241. package/v3/VwcVividElement/package.json +2 -2
  242. package/v3/VwcVividFoundationButton/index.js +18 -20
  243. package/v3/VwcVividFoundationButton/package.json +2 -2
  244. package/v3/VwcVvdHexInput/package.json +2 -2
  245. package/v3/VwcVvdHexPicker/package.json +2 -2
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-status",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-switch",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab-panel",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-table",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-table-body",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-table-cell",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-table-head",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-table-header-cell",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-table-row",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-table-sorting-button",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tabs",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag-group",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-area",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-field",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-textblock-attrs",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-textblock-marks",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-time-picker",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-toggletip",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tooltip",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-item",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-view",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-ui-ctx",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-video-player",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-visually-hidden",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-vivid-element",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -24,8 +24,8 @@ Code in this file were generated using following JSON:
24
24
  "type": {
25
25
  "text": "boolean"
26
26
  },
27
- "privacy": "public",
28
- "description": "Determines if the element should receive document focus on page load."
27
+ "description": "Determines if the element should receive document focus on page load.",
28
+ "privacy": "public"
29
29
  },
30
30
  {
31
31
  "kind": "field",
@@ -33,8 +33,8 @@ Code in this file were generated using following JSON:
33
33
  "type": {
34
34
  "text": "string"
35
35
  },
36
- "privacy": "public",
37
- "description": "The id of a form to associate the element to."
36
+ "description": "The id of a form to associate the element to.",
37
+ "privacy": "public"
38
38
  },
39
39
  {
40
40
  "kind": "field",
@@ -42,8 +42,8 @@ Code in this file were generated using following JSON:
42
42
  "type": {
43
43
  "text": "string"
44
44
  },
45
- "privacy": "public",
46
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details."
45
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
46
+ "privacy": "public"
47
47
  },
48
48
  {
49
49
  "kind": "method",
@@ -61,8 +61,8 @@ Code in this file were generated using following JSON:
61
61
  "type": {
62
62
  "text": "string"
63
63
  },
64
- "privacy": "public",
65
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details."
64
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
65
+ "privacy": "public"
66
66
  },
67
67
  {
68
68
  "kind": "method",
@@ -80,8 +80,8 @@ Code in this file were generated using following JSON:
80
80
  "type": {
81
81
  "text": "string"
82
82
  },
83
- "privacy": "public",
84
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details."
83
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
84
+ "privacy": "public"
85
85
  },
86
86
  {
87
87
  "kind": "method",
@@ -99,8 +99,8 @@ Code in this file were generated using following JSON:
99
99
  "type": {
100
100
  "text": "boolean"
101
101
  },
102
- "privacy": "public",
103
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details."
102
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
103
+ "privacy": "public"
104
104
  },
105
105
  {
106
106
  "kind": "method",
@@ -118,8 +118,8 @@ Code in this file were generated using following JSON:
118
118
  "type": {
119
119
  "text": "'_self' | '_blank' | '_parent' | '_top'"
120
120
  },
121
- "privacy": "public",
122
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details."
121
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
122
+ "privacy": "public"
123
123
  },
124
124
  {
125
125
  "kind": "method",
@@ -137,8 +137,8 @@ Code in this file were generated using following JSON:
137
137
  "type": {
138
138
  "text": "'submit' | 'reset' | 'button'"
139
139
  },
140
- "privacy": "public",
141
- "description": "The button type."
140
+ "description": "The button type.",
141
+ "privacy": "public"
142
142
  },
143
143
  {
144
144
  "kind": "method",
@@ -153,7 +153,7 @@ Code in this file were generated using following JSON:
153
153
  {
154
154
  "name": "previous",
155
155
  "type": {
156
- "text": "'submit' | 'reset' | 'button' | void"
156
+ "text": "'submit' | 'reset' | 'button' | undefined"
157
157
  }
158
158
  },
159
159
  {
@@ -167,7 +167,6 @@ Code in this file were generated using following JSON:
167
167
  {
168
168
  "kind": "method",
169
169
  "name": "validate",
170
- "privacy": "public",
171
170
  "return": {
172
171
  "type": {
173
172
  "text": "void"
@@ -192,8 +191,7 @@ Code in this file were generated using following JSON:
192
191
  "name": "control",
193
192
  "type": {
194
193
  "text": "HTMLButtonElement"
195
- },
196
- "privacy": "public"
194
+ }
197
195
  },
198
196
  {
199
197
  "kind": "field",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-vivid-foundation-button",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-vvd-hex-input",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-vvd-hex-picker",
3
- "version": "5.21.0",
3
+ "version": "5.22.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.22.0"
10
10
  }
11
11
  }