@vonage/vivid-react 3.5.0 → 3.5.2

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 (182) 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 +4 -4
  62. package/package.json +2 -2
  63. package/types/index.d.ts +12 -2
  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/VwcAudioPlayer/index.d.ts +2 -0
  69. package/v3/VwcAudioPlayer/index.js +54 -14
  70. package/v3/VwcAudioPlayer/package.json +2 -2
  71. package/v3/VwcAvatar/package.json +2 -2
  72. package/v3/VwcBadge/package.json +2 -2
  73. package/v3/VwcBanner/package.json +2 -2
  74. package/v3/VwcBaseProgress/package.json +2 -2
  75. package/v3/VwcBreadcrumb/package.json +2 -2
  76. package/v3/VwcBreadcrumbItem/package.json +2 -2
  77. package/v3/VwcButton/index.d.ts +8 -8
  78. package/v3/VwcButton/index.js +1 -1
  79. package/v3/VwcButton/package.json +2 -2
  80. package/v3/VwcCalendar/package.json +2 -2
  81. package/v3/VwcCalendarEvent/package.json +2 -2
  82. package/v3/VwcCard/package.json +2 -2
  83. package/v3/VwcCheckbox/index.d.ts +14 -14
  84. package/v3/VwcCheckbox/index.js +1 -1
  85. package/v3/VwcCheckbox/package.json +2 -2
  86. package/v3/VwcCombobox/package.json +2 -2
  87. package/v3/VwcDataGrid/index.d.ts +2 -0
  88. package/v3/VwcDataGrid/index.js +26 -1
  89. package/v3/VwcDataGrid/package.json +2 -2
  90. package/v3/VwcDataGridCell/index.d.ts +2 -1
  91. package/v3/VwcDataGridCell/index.js +1 -1
  92. package/v3/VwcDataGridCell/package.json +2 -2
  93. package/v3/VwcDataGridRow/package.json +2 -2
  94. package/v3/VwcDatePicker/index.d.ts +2 -2
  95. package/v3/VwcDatePicker/index.js +1 -1
  96. package/v3/VwcDatePicker/package.json +2 -2
  97. package/v3/VwcDateRangePicker/package.json +2 -2
  98. package/v3/VwcDateTimePicker/package.json +2 -2
  99. package/v3/VwcDelegateAriaBehavior/package.json +2 -2
  100. package/v3/VwcDialPad/package.json +2 -2
  101. package/v3/VwcDialog/package.json +2 -2
  102. package/v3/VwcDivider/index.d.ts +3 -1
  103. package/v3/VwcDivider/index.js +34 -7
  104. package/v3/VwcDivider/package.json +2 -2
  105. package/v3/VwcElevation/package.json +2 -2
  106. package/v3/VwcEmptyState/index.d.ts +4 -4
  107. package/v3/VwcEmptyState/index.js +1 -1
  108. package/v3/VwcEmptyState/package.json +2 -2
  109. package/v3/VwcFab/package.json +2 -2
  110. package/v3/VwcFeedbackMessage/package.json +2 -2
  111. package/v3/VwcFilePicker/package.json +2 -2
  112. package/v3/VwcHeader/package.json +2 -2
  113. package/v3/VwcHostSemanticsBehavior/package.json +2 -2
  114. package/v3/VwcIcon/package.json +2 -2
  115. package/v3/VwcImagePlaceholder/index.d.ts +28 -0
  116. package/v3/VwcImagePlaceholder/index.js +116 -0
  117. package/v3/VwcImagePlaceholder/package.json +11 -0
  118. package/v3/VwcInlineTimePicker/package.json +2 -2
  119. package/v3/VwcLayout/package.json +2 -2
  120. package/v3/VwcListbox/package.json +2 -2
  121. package/v3/VwcMenu/package.json +2 -2
  122. package/v3/VwcMenuItem/index.d.ts +2 -2
  123. package/v3/VwcMenuItem/index.js +1 -1
  124. package/v3/VwcMenuItem/package.json +2 -2
  125. package/v3/{VwcMenuBar → VwcMenubar}/index.d.ts +4 -4
  126. package/v3/{VwcMenuBar → VwcMenubar}/index.js +4 -6
  127. package/v3/{VwcMenuBar → VwcMenubar}/package.json +3 -3
  128. package/v3/VwcNav/package.json +2 -2
  129. package/v3/VwcNavDisclosure/package.json +2 -2
  130. package/v3/VwcNavItem/package.json +2 -2
  131. package/v3/VwcNote/package.json +2 -2
  132. package/v3/VwcNumberField/package.json +2 -2
  133. package/v3/VwcOption/index.d.ts +6 -8
  134. package/v3/VwcOption/index.js +24 -48
  135. package/v3/VwcOption/package.json +2 -2
  136. package/v3/VwcOptionTag/package.json +2 -2
  137. package/v3/VwcPagination/package.json +2 -2
  138. package/v3/VwcPickerField/package.json +2 -2
  139. package/v3/VwcPopup/package.json +2 -2
  140. package/v3/VwcProgress/package.json +2 -2
  141. package/v3/VwcProgressRing/package.json +2 -2
  142. package/v3/VwcProseMirrorFacade/index.js +14 -1
  143. package/v3/VwcProseMirrorFacade/package.json +2 -2
  144. package/v3/VwcRadio/package.json +2 -2
  145. package/v3/VwcRadioGroup/package.json +2 -2
  146. package/v3/VwcRangeSlider/package.json +2 -2
  147. package/v3/VwcRichTextEditor/package.json +2 -2
  148. package/v3/VwcSearchableSelect/package.json +2 -2
  149. package/v3/VwcSelect/index.d.ts +22 -22
  150. package/v3/VwcSelect/index.js +1 -1
  151. package/v3/VwcSelect/package.json +2 -2
  152. package/v3/VwcSelectableBox/package.json +2 -2
  153. package/v3/VwcSideDrawer/package.json +2 -2
  154. package/v3/VwcSlider/index.d.ts +17 -17
  155. package/v3/VwcSlider/index.js +1 -1
  156. package/v3/VwcSlider/package.json +2 -2
  157. package/v3/VwcSplitButton/package.json +2 -2
  158. package/v3/VwcSwitch/index.d.ts +10 -10
  159. package/v3/VwcSwitch/index.js +1 -1
  160. package/v3/VwcSwitch/package.json +2 -2
  161. package/v3/VwcTab/package.json +2 -2
  162. package/v3/VwcTabPanel/package.json +2 -2
  163. package/v3/VwcTabs/package.json +2 -2
  164. package/v3/VwcTag/package.json +2 -2
  165. package/v3/VwcTagGroup/package.json +2 -2
  166. package/v3/VwcTextArea/package.json +2 -2
  167. package/v3/VwcTextField/index.d.ts +21 -21
  168. package/v3/VwcTextField/index.js +1 -1
  169. package/v3/VwcTextField/package.json +2 -2
  170. package/v3/VwcTimePicker/package.json +2 -2
  171. package/v3/VwcToggletip/index.d.ts +2 -2
  172. package/v3/VwcToggletip/index.js +1 -1
  173. package/v3/VwcToggletip/package.json +2 -2
  174. package/v3/VwcTooltip/index.d.ts +2 -2
  175. package/v3/VwcTooltip/index.js +5 -1
  176. package/v3/VwcTooltip/package.json +2 -2
  177. package/v3/VwcTreeItem/package.json +2 -2
  178. package/v3/VwcTreeView/package.json +2 -2
  179. package/v3/VwcVideoPlayer/package.json +2 -2
  180. package/v3/VwcVisuallyHidden/package.json +2 -2
  181. package/v3/VwcVividElement/package.json +2 -2
  182. package/v3/VwcVividFoundationButton/package.json +2 -2
@@ -1,6 +1,17 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** Base class for text-field
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/text-field
4
+ * @param {string | undefined} icon **attribute** `icon`
5
+ * @param {string | undefined} value **attribute** `current-value`
6
+ * @param {string | undefined} placeholder **attribute** `placeholder`
7
+ * @param {string | undefined} label **attribute** `label`
8
+ * @param {any} onInput
9
+ * @param {number | undefined} charCount **attribute** `char-count`
10
+ * @param {boolean | undefined} disabled **attribute** `disabled`
11
+ * @param {string | undefined} errorText **attribute** `error-text`
12
+ * @param {string | undefined} helperText **attribute** `helper-text`
13
+ * @param {boolean | undefined} required **attribute** `required`
14
+ * @param {string | undefined} successText **attribute** `success-text`
4
15
  * @param {boolean} readOnly - When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information. **attribute** `readonly`
5
16
  * @param {boolean} autofocus - Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information. **attribute** `autofocus`
6
17
  * @param {string} placeholder - Sets the placeholder value of the element, generally used to provide a hint to the user. **attribute** `placeholder`
@@ -36,17 +47,6 @@ only when the `value` property has not been explicitly set. **attribute** `value
36
47
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
37
48
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
38
49
  * @param {string} componentName - Core component name, without prefix
39
- * @param {string | undefined} icon **attribute** `icon`
40
- * @param {string | undefined} value **attribute** `current-value`
41
- * @param {string | undefined} placeholder **attribute** `placeholder`
42
- * @param {string | undefined} label **attribute** `label`
43
- * @param {any} onInput
44
- * @param {number | undefined} charCount **attribute** `char-count`
45
- * @param {boolean | undefined} disabled **attribute** `disabled`
46
- * @param {string | undefined} errorText **attribute** `error-text`
47
- * @param {string | undefined} helperText **attribute** `helper-text`
48
- * @param {boolean | undefined} required **attribute** `required`
49
- * @param {string | undefined} successText **attribute** `success-text`
50
50
  */
51
51
  declare const VwcTextField: {
52
52
  (props: {
@@ -59,9 +59,18 @@ declare const VwcTextField: {
59
59
  onBlur?: ((event: SyntheticEvent) => void) | undefined;
60
60
  onFocus?: ((event: SyntheticEvent) => void) | undefined;
61
61
  onInput?: ((event: SyntheticEvent) => void) | undefined;
62
+ icon?: string | undefined;
63
+ value?: string | undefined;
64
+ placeholder?: string | undefined;
65
+ label?: string | undefined;
66
+ charCount?: any;
67
+ disabled?: any;
68
+ errorText?: string | undefined;
69
+ helperText?: string | undefined;
70
+ required?: any;
71
+ successText?: string | undefined;
62
72
  readOnly?: boolean | undefined;
63
73
  autofocus?: boolean | undefined;
64
- placeholder?: string | undefined;
65
74
  type?: any;
66
75
  list?: string | undefined;
67
76
  maxlength?: number | undefined;
@@ -75,19 +84,10 @@ declare const VwcTextField: {
75
84
  scale?: any;
76
85
  inputMode?: string | undefined;
77
86
  leadingActionItemsSlottedContent?: any;
78
- helperText?: string | undefined;
79
- value?: string | undefined;
80
- charCount?: boolean | undefined;
81
- errorText?: string | undefined;
82
- successText?: string | undefined;
83
- label?: string | undefined;
84
- icon?: string | undefined;
85
87
  _vividAriaBehaviour?: any;
86
88
  currentValue?: any;
87
89
  initialValue?: string | undefined;
88
- disabled?: boolean | undefined;
89
90
  name?: string | undefined;
90
- required?: boolean | undefined;
91
91
  VIVID_VERSION?: string | undefined;
92
92
  componentName?: string | undefined;
93
93
  }): JSX.Element;
@@ -884,7 +884,7 @@ registerTextField('vvd3')
884
884
  const VwcTextField = wrapper(`vvd3-text-field`, {
885
885
  events: [{"name":"input","propName":"onInput"},{"name":"focus","propName":"onFocus"},{"name":"change","propName":"onChange"},{"name":"blur","propName":"onBlur"}],
886
886
  attributes: [],
887
- properties: ['readOnly', 'autofocus', 'placeholder', 'type', 'list', 'maxlength', 'minlength', 'pattern', 'size', 'spellcheck', 'appearance', 'shape', 'autoComplete', 'scale', 'inputMode', 'leadingActionItemsSlottedContent', 'helperText', 'value', 'charCount', 'errorText', 'successText', 'label', 'icon', '_vividAriaBehaviour', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName', 'icon', 'value', 'placeholder', 'label', 'onInput', 'charCount', 'disabled', 'errorText', 'helperText', 'required', 'successText']
887
+ properties: ['icon', 'value', 'placeholder', 'label', 'onInput', 'charCount', 'disabled', 'errorText', 'helperText', 'required', 'successText', 'readOnly', 'autofocus', 'placeholder', 'type', 'list', 'maxlength', 'minlength', 'pattern', 'size', 'spellcheck', 'appearance', 'shape', 'autoComplete', 'scale', 'inputMode', 'leadingActionItemsSlottedContent', 'helperText', 'value', 'charCount', 'errorText', 'successText', 'label', 'icon', '_vividAriaBehaviour', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName']
888
888
  })
889
889
 
890
890
  VwcTextField.displayName = 'VwcTextField'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-field",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-time-picker",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,6 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  /** VwcToggletip
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/toggletip
4
+ * @param {string | HTMLElement} anchor **attribute** `anchor`
4
5
  * @param {string | undefined} headline - the optional title of the toggletip **attribute** `headline`
5
6
  * @param {boolean} alternate - toggle color scheme **attribute** `alternate`
6
7
  * @param {Placement | undefined} placement - placement of the toggletip **attribute** `placement`
@@ -9,7 +10,6 @@ import React, { ReactNode } from 'react';
9
10
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
10
11
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
11
12
  * @param {string} componentName - Core component name, without prefix
12
- * @param {string | HTMLElement} anchor **attribute** `anchor`
13
13
  */
14
14
  declare const VwcToggletip: {
15
15
  (props: {
@@ -18,11 +18,11 @@ declare const VwcToggletip: {
18
18
  id?: string | undefined;
19
19
  style?: React.CSSProperties | undefined;
20
20
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
21
+ anchor?: any;
21
22
  headline?: string | undefined;
22
23
  alternate?: boolean | undefined;
23
24
  placement?: any;
24
25
  open?: boolean | undefined;
25
- anchor?: any;
26
26
  VIVID_VERSION?: string | undefined;
27
27
  componentName?: string | undefined;
28
28
  }): JSX.Element;
@@ -301,7 +301,7 @@ registerToggletip('vvd3')
301
301
  const VwcToggletip = wrapper(`vvd3-toggletip`, {
302
302
  events: [],
303
303
  attributes: [],
304
- properties: ['headline', 'alternate', 'placement', 'open', 'anchor', 'VIVID_VERSION', 'componentName', 'anchor']
304
+ properties: ['anchor', 'headline', 'alternate', 'placement', 'open', 'anchor', 'VIVID_VERSION', 'componentName']
305
305
  })
306
306
 
307
307
  VwcToggletip.displayName = 'VwcToggletip'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-toggletip",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,6 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  /** VwcTooltip
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/tooltip
4
+ * @param {string | HTMLElement} anchor **attribute** `anchor`
4
5
  * @param {string | undefined} text - the text of the tooltip
5
6
  accepts string **attribute** `text`
6
7
  * @param {Placement | undefined} placement **attribute** `placement`
@@ -9,7 +10,6 @@ accepts string **attribute** `text`
9
10
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
10
11
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
11
12
  * @param {string} componentName - Core component name, without prefix
12
- * @param {string | HTMLElement} anchor **attribute** `anchor`
13
13
  */
14
14
  declare const VwcTooltip: {
15
15
  (props: {
@@ -18,10 +18,10 @@ declare const VwcTooltip: {
18
18
  id?: string | undefined;
19
19
  style?: React.CSSProperties | undefined;
20
20
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
21
+ anchor?: any;
21
22
  text?: string | undefined;
22
23
  placement?: any;
23
24
  open?: boolean | undefined;
24
- anchor?: any;
25
25
  VIVID_VERSION?: string | undefined;
26
26
  componentName?: string | undefined;
27
27
  }): JSX.Element;
@@ -72,6 +72,10 @@ Code in this file were generated using following JSON:
72
72
  "name": "#hide",
73
73
  "privacy": "private"
74
74
  },
75
+ {
76
+ "kind": "method",
77
+ "name": "#updateAnchorExpanded"
78
+ },
75
79
  {
76
80
  "kind": "method",
77
81
  "name": "#updateListeners"
@@ -222,7 +226,7 @@ registerTooltip('vvd3')
222
226
  const VwcTooltip = wrapper(`vvd3-tooltip`, {
223
227
  events: [],
224
228
  attributes: [],
225
- properties: ['text', 'placement', 'open', 'anchor', 'VIVID_VERSION', 'componentName', 'anchor']
229
+ properties: ['anchor', 'text', 'placement', 'open', 'anchor', 'VIVID_VERSION', 'componentName']
226
230
  })
227
231
 
228
232
  VwcTooltip.displayName = 'VwcTooltip'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tooltip",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-item",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-view",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-video-player",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-visually-hidden",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-vivid-element",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-vivid-foundation-button",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }