@vonage/vivid-react 3.5.1 → 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 (159) 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/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/VwcCombobox/package.json +2 -2
  83. package/v3/VwcDataGrid/index.d.ts +2 -0
  84. package/v3/VwcDataGrid/index.js +26 -1
  85. package/v3/VwcDataGrid/package.json +2 -2
  86. package/v3/VwcDataGridCell/package.json +2 -2
  87. package/v3/VwcDataGridRow/package.json +2 -2
  88. package/v3/VwcDatePicker/package.json +2 -2
  89. package/v3/VwcDateRangePicker/package.json +2 -2
  90. package/v3/VwcDateTimePicker/package.json +2 -2
  91. package/v3/VwcDelegateAriaBehavior/package.json +2 -2
  92. package/v3/VwcDialPad/package.json +2 -2
  93. package/v3/VwcDialog/package.json +2 -2
  94. package/v3/VwcDivider/index.d.ts +3 -1
  95. package/v3/VwcDivider/index.js +34 -7
  96. package/v3/VwcDivider/package.json +2 -2
  97. package/v3/VwcElevation/package.json +2 -2
  98. package/v3/VwcEmptyState/package.json +2 -2
  99. package/v3/VwcFab/package.json +2 -2
  100. package/v3/VwcFeedbackMessage/package.json +2 -2
  101. package/v3/VwcFilePicker/package.json +2 -2
  102. package/v3/VwcHeader/package.json +2 -2
  103. package/v3/VwcHostSemanticsBehavior/package.json +2 -2
  104. package/v3/VwcIcon/package.json +2 -2
  105. package/v3/VwcImagePlaceholder/index.d.ts +28 -0
  106. package/v3/VwcImagePlaceholder/index.js +116 -0
  107. package/v3/VwcImagePlaceholder/package.json +11 -0
  108. package/v3/VwcInlineTimePicker/package.json +2 -2
  109. package/v3/VwcLayout/package.json +2 -2
  110. package/v3/VwcListbox/package.json +2 -2
  111. package/v3/VwcMenu/package.json +2 -2
  112. package/v3/VwcMenuItem/package.json +2 -2
  113. package/v3/{VwcMenuBar → VwcMenubar}/index.d.ts +4 -4
  114. package/v3/{VwcMenuBar → VwcMenubar}/index.js +4 -6
  115. package/v3/{VwcMenuBar → VwcMenubar}/package.json +3 -3
  116. package/v3/VwcNav/package.json +2 -2
  117. package/v3/VwcNavDisclosure/package.json +2 -2
  118. package/v3/VwcNavItem/package.json +2 -2
  119. package/v3/VwcNote/package.json +2 -2
  120. package/v3/VwcNumberField/package.json +2 -2
  121. package/v3/VwcOption/index.d.ts +6 -8
  122. package/v3/VwcOption/index.js +24 -48
  123. package/v3/VwcOption/package.json +2 -2
  124. package/v3/VwcOptionTag/package.json +2 -2
  125. package/v3/VwcPagination/package.json +2 -2
  126. package/v3/VwcPickerField/package.json +2 -2
  127. package/v3/VwcPopup/package.json +2 -2
  128. package/v3/VwcProgress/package.json +2 -2
  129. package/v3/VwcProgressRing/package.json +2 -2
  130. package/v3/VwcProseMirrorFacade/index.js +14 -1
  131. package/v3/VwcProseMirrorFacade/package.json +2 -2
  132. package/v3/VwcRadio/package.json +2 -2
  133. package/v3/VwcRadioGroup/package.json +2 -2
  134. package/v3/VwcRangeSlider/package.json +2 -2
  135. package/v3/VwcRichTextEditor/package.json +2 -2
  136. package/v3/VwcSearchableSelect/package.json +2 -2
  137. package/v3/VwcSelect/package.json +2 -2
  138. package/v3/VwcSelectableBox/package.json +2 -2
  139. package/v3/VwcSideDrawer/package.json +2 -2
  140. package/v3/VwcSlider/package.json +2 -2
  141. package/v3/VwcSplitButton/package.json +2 -2
  142. package/v3/VwcSwitch/package.json +2 -2
  143. package/v3/VwcTab/package.json +2 -2
  144. package/v3/VwcTabPanel/package.json +2 -2
  145. package/v3/VwcTabs/package.json +2 -2
  146. package/v3/VwcTag/package.json +2 -2
  147. package/v3/VwcTagGroup/package.json +2 -2
  148. package/v3/VwcTextArea/package.json +2 -2
  149. package/v3/VwcTextField/package.json +2 -2
  150. package/v3/VwcTimePicker/package.json +2 -2
  151. package/v3/VwcToggletip/package.json +2 -2
  152. package/v3/VwcTooltip/index.js +4 -0
  153. package/v3/VwcTooltip/package.json +2 -2
  154. package/v3/VwcTreeItem/package.json +2 -2
  155. package/v3/VwcTreeView/package.json +2 -2
  156. package/v3/VwcVideoPlayer/package.json +2 -2
  157. package/v3/VwcVisuallyHidden/package.json +2 -2
  158. package/v3/VwcVividElement/package.json +2 -2
  159. package/v3/VwcVividFoundationButton/package.json +2 -2
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-menu-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,12 +1,12 @@
1
1
  import React, { ReactNode } from 'react';
2
- /** VwcMenuBar
3
- * For more info on this Vivid element please visit https://vivid.deno.dev/components/menu-bar
2
+ /** VwcMenubar
3
+ * For more info on this Vivid element please visit https://vivid.deno.dev/components/menubar
4
4
  * @param {string | undefined} menuItems **attribute** `menu-items`
5
5
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
6
6
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
7
7
  * @param {string} componentName - Core component name, without prefix
8
8
  */
9
- declare const VwcMenuBar: {
9
+ declare const VwcMenubar: {
10
10
  (props: {
11
11
  children?: ReactNode;
12
12
  slot?: string | undefined;
@@ -19,4 +19,4 @@ declare const VwcMenuBar: {
19
19
  }): JSX.Element;
20
20
  displayName: string;
21
21
  };
22
- export default VwcMenuBar;
22
+ export default VwcMenubar;
@@ -6,7 +6,7 @@ Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
8
  "description": "",
9
- "name": "MenuBar",
9
+ "name": "Menubar",
10
10
  "members": [
11
11
  {
12
12
  "kind": "field",
@@ -80,16 +80,14 @@ Code in this file were generated using following JSON:
80
80
  }
81
81
  */
82
82
  import wrapper from '@vonage/vivid-react-wrapper'
83
- import { registerMenuBar } from '@vonage/vivid'
84
83
 
85
- registerMenuBar('vvd3')
86
84
 
87
- const VwcMenuBar = wrapper(`vvd3-menu-bar`, {
85
+ const VwcMenubar = wrapper(`vvd3-menubar`, {
88
86
  events: [],
89
87
  attributes: [],
90
88
  properties: ['menuItems', 'VIVID_VERSION', 'componentName']
91
89
  })
92
90
 
93
- VwcMenuBar.displayName = 'VwcMenuBar'
91
+ VwcMenubar.displayName = 'VwcMenubar'
94
92
 
95
- export default VwcMenuBar
93
+ export default VwcMenubar
@@ -1,11 +1,11 @@
1
1
  {
2
- "name": "@vonage/vivid-react-vvd3-menu-bar",
3
- "version": "4.28.0",
2
+ "name": "@vonage/vivid-react-vvd3-menubar",
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-nav",
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-nav-disclosure",
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-nav-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-note",
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-number-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
  }
@@ -5,16 +5,15 @@ Implements https://www.w3.org/TR/wai-aria-1.1/#option | ARIA option .
5
5
  * @param {boolean | undefined} checked - The checked state is used when the parent listbox is in multiple selection mode.
6
6
  To avoid accessibility conflicts, the checked state should not be present in
7
7
  single selection mode.
8
- * @param {boolean} defaultSelected - The defaultSelected state of the option.
8
+ * @param {boolean} defaultSelected - The defaultSelected state of the option. **attribute** `selected`
9
9
  * @param {boolean} disabled - The disabled state of the option. **attribute** `disabled`
10
- * @param {boolean} selectedAttribute - The selected attribute value. This sets the initial selected value. **attribute** `selected`
11
- * @param {boolean} selected - The checked state of the control.
12
- * @param {boolean} dirtyValue - Track whether the value has been changed from the initial value
10
+ * @param selectedAttribute
11
+ * @param {boolean} selected - The checked state of the control. **attribute** `current-selected`
12
+ * @param {string} value - The value of the option. **attribute** `value`
13
13
  * @param {string | undefined} _label **attribute** `label`
14
14
  * @param {string} label
15
15
  * @param {string | undefined} _text **attribute** `text`
16
16
  * @param text
17
- * @param {string} value
18
17
  * @param {string | undefined} matchedText - Text to highlighted as matching a search query. **attribute** `matched-text`
19
18
  * @param {OptionTagConnotation | undefined} tagConnotation - When displayed as a tag, the connotation of the tag. **attribute** `tag-connotation`
20
19
  * @param proxy
@@ -35,14 +34,13 @@ declare const VwcOption: {
35
34
  checked?: any;
36
35
  defaultSelected?: boolean | undefined;
37
36
  disabled?: boolean | undefined;
38
- selectedAttribute?: boolean | undefined;
37
+ selectedAttribute?: any;
39
38
  selected?: boolean | undefined;
40
- dirtyValue?: boolean | undefined;
39
+ value?: string | undefined;
41
40
  _label?: string | undefined;
42
41
  label?: string | undefined;
43
42
  _text?: string | undefined;
44
43
  text?: any;
45
- value?: string | undefined;
46
44
  matchedText?: string | undefined;
47
45
  tagConnotation?: any;
48
46
  proxy?: any;
@@ -98,22 +98,7 @@ Code in this file were generated using following JSON:
98
98
  },
99
99
  {
100
100
  "kind": "field",
101
- "name": "selectedAttribute",
102
- "type": {
103
- "text": "boolean"
104
- },
105
- "description": "The selected attribute value. This sets the initial selected value.",
106
- "privacy": "public"
107
- },
108
- {
109
- "kind": "method",
110
- "name": "selectedAttributeChanged",
111
- "privacy": "protected",
112
- "return": {
113
- "type": {
114
- "text": "void"
115
- }
116
- }
101
+ "name": "selectedAttribute"
117
102
  },
118
103
  {
119
104
  "kind": "field",
@@ -136,30 +121,18 @@ Code in this file were generated using following JSON:
136
121
  },
137
122
  {
138
123
  "kind": "field",
139
- "name": "dirtyValue",
140
- "type": {
141
- "text": "boolean"
142
- },
143
- "default": "false",
144
- "description": "Track whether the value has been changed from the initial value"
145
- },
146
- {
147
- "kind": "field",
148
- "name": "initialValue",
124
+ "name": "value",
149
125
  "type": {
150
126
  "text": "string"
151
127
  },
152
- "privacy": "protected",
153
- "description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set."
128
+ "default": "''",
129
+ "description": "The value of the option.",
130
+ "privacy": "public"
154
131
  },
155
132
  {
156
133
  "kind": "method",
157
- "name": "initialValueChanged",
158
- "return": {
159
- "type": {
160
- "text": "void"
161
- }
162
- }
134
+ "name": "valueChanged",
135
+ "privacy": "protected"
163
136
  },
164
137
  {
165
138
  "kind": "field",
@@ -190,13 +163,6 @@ Code in this file were generated using following JSON:
190
163
  "kind": "field",
191
164
  "name": "text"
192
165
  },
193
- {
194
- "kind": "field",
195
- "name": "value",
196
- "type": {
197
- "text": "string"
198
- }
199
- },
200
166
  {
201
167
  "kind": "field",
202
168
  "name": "form",
@@ -230,7 +196,7 @@ Code in this file were generated using following JSON:
230
196
  {
231
197
  "kind": "field",
232
198
  "name": "proxy",
233
- "default": "new Option(\n\t\t\tthis.text,\n\t\t\t// @ts-expect-error Propery is used before it is assigned\n\t\t\tthis.initialValue,\n\t\t\tthis.defaultSelected,\n\t\t\tthis.selected\n\t\t)",
199
+ "default": "new Option(\n\t\t\tthis.text,\n\t\t\tthis.value,\n\t\t\tthis.defaultSelected,\n\t\t\tthis.selected\n\t\t)",
234
200
  "description": ""
235
201
  },
236
202
  {
@@ -301,6 +267,15 @@ Code in this file were generated using following JSON:
301
267
  }
302
268
  ],
303
269
  "attributes": [
270
+ {
271
+ "name": "selected",
272
+ "type": {
273
+ "text": "boolean"
274
+ },
275
+ "default": "false",
276
+ "description": "The defaultSelected state of the option.",
277
+ "fieldName": "defaultSelected"
278
+ },
304
279
  {
305
280
  "name": "disabled",
306
281
  "type": {
@@ -310,20 +285,21 @@ Code in this file were generated using following JSON:
310
285
  "fieldName": "disabled"
311
286
  },
312
287
  {
313
- "name": "selected",
288
+ "name": "current-selected",
314
289
  "type": {
315
290
  "text": "boolean"
316
291
  },
317
- "description": "The selected attribute value. This sets the initial selected value.",
318
- "fieldName": "selectedAttribute"
292
+ "description": "The checked state of the control.",
293
+ "fieldName": "selected"
319
294
  },
320
295
  {
321
296
  "name": "value",
322
297
  "type": {
323
298
  "text": "string"
324
299
  },
325
- "description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
326
- "fieldName": "initialValue"
300
+ "default": "''",
301
+ "description": "The value of the option.",
302
+ "fieldName": "value"
327
303
  },
328
304
  {
329
305
  "name": "label",
@@ -409,7 +385,7 @@ registerOption('vvd3')
409
385
  const VwcOption = wrapper(`vvd3-option`, {
410
386
  events: [],
411
387
  attributes: [],
412
- properties: ['checked', 'defaultSelected', 'disabled', 'selectedAttribute', 'selected', 'dirtyValue', '_label', 'label', '_text', 'text', 'value', 'matchedText', 'tagConnotation', 'proxy', '_vividAriaBehaviour', 'iconTrailing', 'icon', 'VIVID_VERSION', 'componentName']
388
+ properties: ['checked', 'defaultSelected', 'disabled', 'selectedAttribute', 'selected', 'value', '_label', 'label', '_text', 'text', 'matchedText', 'tagConnotation', 'proxy', '_vividAriaBehaviour', 'iconTrailing', 'icon', 'VIVID_VERSION', 'componentName']
413
389
  })
414
390
 
415
391
  VwcOption.displayName = 'VwcOption'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox-option",
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-option-tag",
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-pagination",
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-picker-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-popup",
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-progress",
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-progress-ring",
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
  }
@@ -44,6 +44,15 @@ Code in this file were generated using following JSON:
44
44
  "name": "#handleChangeEvent",
45
45
  "privacy": "private"
46
46
  },
47
+ {
48
+ "kind": "field",
49
+ "name": "#vwcPrefix",
50
+ "privacy": "private",
51
+ "type": {
52
+ "text": "string"
53
+ },
54
+ "default": "'vwc'"
55
+ },
47
56
  {
48
57
  "kind": "method",
49
58
  "name": "init",
@@ -53,6 +62,10 @@ Code in this file were generated using following JSON:
53
62
  "type": {
54
63
  "text": "HTMLElement"
55
64
  }
65
+ },
66
+ {
67
+ "name": "vwcPrefix",
68
+ "default": "'vwc'"
56
69
  }
57
70
  ]
58
71
  },
@@ -204,7 +217,7 @@ Code in this file were generated using following JSON:
204
217
  },
205
218
  "parameters": [
206
219
  {
207
- "name": "{\n\t\tfile,\n\t\tposition,\n\t\talt,\n\t}",
220
+ "name": "{\n\t\tfile,\n\t\tposition,\n\t\talt,\n\t\terror,\n\t}",
208
221
  "type": {
209
222
  "text": "RichTextEditorInlineImageProps"
210
223
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-prose-mirror-facade",
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-radio",
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-radio-group",
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-range-slider",
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-rich-text-editor",
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-searchable-select",
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-select",
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-selectable-box",
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-side-drawer",
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-slider",
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-split-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
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-switch",
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
  }