@vonage/vivid-react 2.10.98 → 3.0.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 (208) 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 +5 -38
  62. package/package.json +2 -2
  63. package/types/index.d.ts +43 -3
  64. package/v3/VwcAccordion/index.js +9 -0
  65. package/v3/VwcAccordion/package.json +2 -2
  66. package/v3/VwcAccordionItem/index.d.ts +2 -1
  67. package/v3/VwcAccordionItem/index.js +14 -5
  68. package/v3/VwcAccordionItem/package.json +2 -2
  69. package/v3/VwcActionGroup/package.json +2 -2
  70. package/v3/VwcAlert/index.js +14 -0
  71. package/v3/VwcAlert/package.json +2 -2
  72. package/v3/VwcAppearanceUi/index.js +28 -0
  73. package/v3/VwcAppearanceUi/package.json +2 -2
  74. package/v3/VwcAudioPlayer/index.d.ts +18 -0
  75. package/v3/VwcAudioPlayer/index.js +167 -1
  76. package/v3/VwcAudioPlayer/package.json +2 -2
  77. package/v3/VwcAvatar/package.json +2 -2
  78. package/v3/VwcBadge/index.js +32 -0
  79. package/v3/VwcBadge/package.json +2 -2
  80. package/v3/VwcBanner/index.d.ts +2 -2
  81. package/v3/VwcBanner/index.js +2 -2
  82. package/v3/VwcBanner/package.json +2 -2
  83. package/v3/VwcBreadcrumb/package.json +2 -2
  84. package/v3/VwcBreadcrumbItem/package.json +2 -2
  85. package/v3/VwcButton/index.js +52 -0
  86. package/v3/VwcButton/package.json +2 -2
  87. package/v3/VwcCalendar/package.json +2 -2
  88. package/v3/VwcCalendarEvent/package.json +2 -2
  89. package/v3/VwcCard/package.json +2 -2
  90. package/v3/VwcCheckbox/index.d.ts +1 -1
  91. package/v3/VwcCheckbox/index.js +12 -2
  92. package/v3/VwcCheckbox/package.json +2 -2
  93. package/v3/VwcCombobox/index.d.ts +4 -0
  94. package/v3/VwcCombobox/index.js +47 -16
  95. package/v3/VwcCombobox/package.json +2 -2
  96. package/v3/VwcDataGrid/index.js +3 -0
  97. package/v3/VwcDataGrid/package.json +2 -2
  98. package/v3/VwcDataGridCell/index.d.ts +1 -0
  99. package/v3/VwcDataGridCell/index.js +14 -1
  100. package/v3/VwcDataGridCell/package.json +2 -2
  101. package/v3/VwcDataGridRow/index.d.ts +1 -0
  102. package/v3/VwcDataGridRow/index.js +11 -1
  103. package/v3/VwcDataGridRow/package.json +2 -2
  104. package/v3/VwcDatePicker/index.d.ts +2 -2
  105. package/v3/VwcDatePicker/index.js +27 -10
  106. package/v3/VwcDatePicker/package.json +2 -2
  107. package/v3/VwcDatePickerBase/index.js +4 -1
  108. package/v3/VwcDatePickerBase/package.json +2 -2
  109. package/v3/VwcDateRangePicker/index.d.ts +2 -1
  110. package/v3/VwcDateRangePicker/index.js +27 -4
  111. package/v3/VwcDateRangePicker/package.json +2 -2
  112. package/v3/VwcDialPad/index.d.ts +27 -0
  113. package/v3/VwcDialPad/index.js +97 -3
  114. package/v3/VwcDialPad/package.json +2 -2
  115. package/v3/VwcDialog/index.js +4 -1
  116. package/v3/VwcDialog/package.json +2 -2
  117. package/v3/VwcDivider/package.json +2 -2
  118. package/v3/VwcElevation/package.json +2 -2
  119. package/v3/VwcEmptyState/package.json +2 -2
  120. package/v3/VwcFab/index.js +24 -0
  121. package/v3/VwcFab/package.json +2 -2
  122. package/v3/VwcFilePicker/index.js +15 -0
  123. package/v3/VwcFilePicker/package.json +2 -2
  124. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  125. package/v3/VwcFormAssociatedNumberField/index.d.ts +17 -0
  126. package/v3/VwcFormAssociatedNumberField/index.js +41 -0
  127. package/v3/VwcFormAssociatedNumberField/package.json +11 -0
  128. package/v3/VwcFormAssociatedRangeSlider/package.json +2 -2
  129. package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
  130. package/v3/VwcHeader/package.json +2 -2
  131. package/v3/VwcIcon/index.d.ts +12 -1
  132. package/v3/VwcIcon/index.js +2 -3
  133. package/v3/VwcIcon/package.json +2 -2
  134. package/v3/VwcLayout/package.json +2 -2
  135. package/v3/VwcListbox/package.json +2 -2
  136. package/v3/VwcMenu/index.d.ts +7 -2
  137. package/v3/VwcMenu/index.js +41 -35
  138. package/v3/VwcMenu/package.json +2 -2
  139. package/v3/VwcMenuItem/index.d.ts +1 -0
  140. package/v3/VwcMenuItem/index.js +17 -1
  141. package/v3/VwcMenuItem/package.json +2 -2
  142. package/v3/VwcNav/package.json +2 -2
  143. package/v3/VwcNavDisclosure/index.d.ts +4 -0
  144. package/v3/VwcNavDisclosure/index.js +90 -1
  145. package/v3/VwcNavDisclosure/package.json +2 -2
  146. package/v3/VwcNavItem/index.js +52 -0
  147. package/v3/VwcNavItem/package.json +2 -2
  148. package/v3/VwcNote/index.js +12 -0
  149. package/v3/VwcNote/package.json +2 -2
  150. package/v3/VwcNumberField/index.d.ts +25 -1
  151. package/v3/VwcNumberField/index.js +286 -23
  152. package/v3/VwcNumberField/package.json +2 -2
  153. package/v3/VwcOption/package.json +2 -2
  154. package/v3/VwcPagination/index.js +3 -0
  155. package/v3/VwcPagination/package.json +2 -2
  156. package/v3/VwcProgress/package.json +2 -2
  157. package/v3/VwcProgressRing/index.js +7 -7
  158. package/v3/VwcProgressRing/package.json +2 -2
  159. package/v3/VwcRadio/index.js +9 -0
  160. package/v3/VwcRadio/package.json +2 -2
  161. package/v3/VwcRadioGroup/index.js +9 -0
  162. package/v3/VwcRadioGroup/package.json +2 -2
  163. package/v3/VwcRangeSlider/index.d.ts +2 -1
  164. package/v3/VwcRangeSlider/index.js +24 -7
  165. package/v3/VwcRangeSlider/package.json +2 -2
  166. package/v3/VwcSelect/index.d.ts +1 -0
  167. package/v3/VwcSelect/index.js +48 -2
  168. package/v3/VwcSelect/package.json +2 -2
  169. package/v3/VwcSelectableBox/index.js +3 -0
  170. package/v3/VwcSelectableBox/package.json +2 -2
  171. package/v3/VwcSideDrawer/index.js +6 -0
  172. package/v3/VwcSideDrawer/package.json +2 -2
  173. package/v3/VwcSlider/index.d.ts +4 -1
  174. package/v3/VwcSlider/index.js +21 -3
  175. package/v3/VwcSlider/package.json +2 -2
  176. package/v3/VwcSplitButton/index.js +38 -0
  177. package/v3/VwcSplitButton/package.json +2 -2
  178. package/v3/VwcSwitch/index.d.ts +1 -1
  179. package/v3/VwcSwitch/index.js +10 -1
  180. package/v3/VwcSwitch/package.json +2 -2
  181. package/v3/VwcTab/index.d.ts +2 -2
  182. package/v3/VwcTab/index.js +10 -10
  183. package/v3/VwcTab/package.json +2 -2
  184. package/v3/VwcTabPanel/package.json +2 -2
  185. package/v3/VwcTabs/index.js +12 -3
  186. package/v3/VwcTabs/package.json +2 -2
  187. package/v3/VwcTag/index.d.ts +3 -1
  188. package/v3/VwcTag/index.js +17 -1
  189. package/v3/VwcTag/package.json +2 -2
  190. package/v3/VwcTagGroup/package.json +2 -2
  191. package/v3/VwcTextAnchor/package.json +2 -2
  192. package/v3/VwcTextArea/index.d.ts +1 -0
  193. package/v3/VwcTextArea/index.js +11 -2
  194. package/v3/VwcTextArea/package.json +2 -2
  195. package/v3/VwcTextField/index.d.ts +1 -0
  196. package/v3/VwcTextField/index.js +35 -2
  197. package/v3/VwcTextField/package.json +2 -2
  198. package/v3/VwcTimePicker/index.d.ts +1 -0
  199. package/v3/VwcTimePicker/index.js +12 -2
  200. package/v3/VwcTimePicker/package.json +2 -2
  201. package/v3/VwcToggletip/package.json +2 -2
  202. package/v3/VwcTooltip/package.json +2 -2
  203. package/v3/VwcTreeItem/index.d.ts +3 -1
  204. package/v3/VwcTreeItem/index.js +21 -1
  205. package/v3/VwcTreeItem/package.json +2 -2
  206. package/v3/VwcTreeView/package.json +2 -2
  207. package/v3/VwcVideoPlayer/index.js +9 -0
  208. package/v3/VwcVideoPlayer/package.json +2 -2
@@ -102,7 +102,7 @@ registerDialPad('vvd3')
102
102
  const VwcDialPad = wrapper(`vvd3-dial-pad`, {
103
103
  events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
104
104
  attributes: [],
105
- properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'callActive', 'noCall']
105
+ properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'pending', 'callActive', 'noCall', 'noInput', 'endCallButtonLabel', 'callButtonLabel']
106
106
  })
107
107
 
108
108
  VwcDialPad.displayName = 'VwcDialPad'
@@ -122,6 +122,16 @@ export default VwcDialPad
122
122
  "description": "Indicates the disabled state of the dial-pad.",
123
123
  "privacy": "public"
124
124
  },
125
+ {
126
+ "kind": "field",
127
+ "name": "pending",
128
+ "type": {
129
+ "text": "boolean"
130
+ },
131
+ "default": "false",
132
+ "description": "Indicates the pending state of the dial-pad.",
133
+ "privacy": "public"
134
+ },
125
135
  {
126
136
  "kind": "field",
127
137
  "name": "callActive",
@@ -141,34 +151,85 @@ export default VwcDialPad
141
151
  "default": "false",
142
152
  "description": "Indicates the no-call state of the dial-pad.",
143
153
  "privacy": "public"
154
+ },
155
+ {
156
+ "kind": "field",
157
+ "name": "noInput",
158
+ "type": {
159
+ "text": "boolean"
160
+ },
161
+ "default": "false",
162
+ "description": "Indicates the no-input state of the dial-pad.",
163
+ "privacy": "public"
164
+ },
165
+ {
166
+ "kind": "field",
167
+ "name": "endCallButtonLabel",
168
+ "type": {
169
+ "text": "| string\n\t\t| null"
170
+ },
171
+ "default": "null",
172
+ "privacy": "public",
173
+ "description": ""
174
+ },
175
+ {
176
+ "kind": "field",
177
+ "name": "callButtonLabel",
178
+ "type": {
179
+ "text": "string | null"
180
+ },
181
+ "default": "null",
182
+ "privacy": "public",
183
+ "description": ""
144
184
  }
145
185
  ],
146
186
  "events": [
147
187
  {
188
+ "type": {
189
+ "text": "CustomEvent<undefined>"
190
+ },
148
191
  "description": "Emitted when the text field value changes",
149
192
  "name": "change"
150
193
  },
151
194
  {
195
+ "type": {
196
+ "text": "CustomEvent<undefined>"
197
+ },
152
198
  "description": "Emitted when the text field value changes",
153
199
  "name": "input"
154
200
  },
155
201
  {
202
+ "type": {
203
+ "text": "CustomEvent<undefined>"
204
+ },
156
205
  "description": "Emitted when the text field loses focus",
157
206
  "name": "blur"
158
207
  },
159
208
  {
209
+ "type": {
210
+ "text": "CustomEvent<undefined>"
211
+ },
160
212
  "description": "Emitted when the text field receives focus",
161
213
  "name": "focus"
162
214
  },
163
215
  {
216
+ "type": {
217
+ "text": "CustomEvent<HTMLElement>"
218
+ },
164
219
  "description": "Emitted when a digit button is clicked",
165
220
  "name": "keypad-click"
166
221
  },
167
222
  {
223
+ "type": {
224
+ "text": "CustomEvent<undefined>"
225
+ },
168
226
  "description": "Emitted when the call button is clicked",
169
227
  "name": "dial"
170
228
  },
171
229
  {
230
+ "type": {
231
+ "text": "CustomEvent<undefined>"
232
+ },
172
233
  "description": "Emitted when the end call button is clicked",
173
234
  "name": "end-call"
174
235
  }
@@ -214,7 +275,7 @@ registerDialPad('vvd3')
214
275
  const VwcDialPad = wrapper(`vvd3-dial-pad`, {
215
276
  events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
216
277
  attributes: [],
217
- properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'callActive', 'noCall']
278
+ properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'pending', 'callActive', 'noCall', 'noInput', 'endCallButtonLabel', 'callButtonLabel']
218
279
  })
219
280
 
220
281
  VwcDialPad.displayName = 'VwcDialPad'
@@ -232,6 +293,14 @@ export default VwcDialPad
232
293
  "description": "Indicates the disabled state of the dial-pad.",
233
294
  "fieldName": "disabled"
234
295
  },
296
+ {
297
+ "type": {
298
+ "text": "boolean"
299
+ },
300
+ "default": "false",
301
+ "description": "Indicates the pending state of the dial-pad.",
302
+ "fieldName": "pending"
303
+ },
235
304
  {
236
305
  "name": "call-active",
237
306
  "type": {
@@ -249,6 +318,31 @@ export default VwcDialPad
249
318
  "default": "false",
250
319
  "description": "Indicates the no-call state of the dial-pad.",
251
320
  "fieldName": "noCall"
321
+ },
322
+ {
323
+ "name": "no-input",
324
+ "type": {
325
+ "text": "boolean"
326
+ },
327
+ "default": "false",
328
+ "description": "Indicates the no-input state of the dial-pad.",
329
+ "fieldName": "noInput"
330
+ },
331
+ {
332
+ "name": "end-call-button-label",
333
+ "type": {
334
+ "text": "| string\n\t\t| null"
335
+ },
336
+ "default": "null",
337
+ "fieldName": "endCallButtonLabel"
338
+ },
339
+ {
340
+ "name": "call-button-label",
341
+ "type": {
342
+ "text": "string | null"
343
+ },
344
+ "default": "null",
345
+ "fieldName": "callButtonLabel"
252
346
  }
253
347
  ],
254
348
  "superclass": {
@@ -277,7 +371,7 @@ registerDialPad('vvd3')
277
371
  const VwcDialPad = wrapper(`vvd3-dial-pad`, {
278
372
  events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
279
373
  attributes: [],
280
- properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'callActive', 'noCall']
374
+ properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'pending', 'callActive', 'noCall', 'noInput', 'endCallButtonLabel', 'callButtonLabel']
281
375
  })
282
376
 
283
377
  VwcDialPad.displayName = 'VwcDialPad'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-dial-pad",
3
- "version": "3.53.0",
3
+ "version": "4.1.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": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -167,7 +167,10 @@ Code in this file were generated using following JSON:
167
167
  ],
168
168
  "events": [
169
169
  {
170
- "description": "Fired when the dialog is closed.",
170
+ "type": {
171
+ "text": "CustomEvent<string>"
172
+ },
173
+ "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.",
171
174
  "name": "close"
172
175
  }
173
176
  ],
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-dialog",
3
- "version": "3.53.0",
3
+ "version": "4.1.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": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-divider",
3
- "version": "3.53.0",
3
+ "version": "4.1.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": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-elevation",
3
- "version": "3.53.0",
3
+ "version": "4.1.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": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-empty-state",
3
- "version": "3.53.0",
3
+ "version": "4.1.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": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -55,6 +55,30 @@ Code in this file were generated using following JSON:
55
55
  {
56
56
  "name": "--vvd-fab-cta-firm",
57
57
  "default": "var(--vvd-color-cta-600)"
58
+ },
59
+ {
60
+ "name": "--vvd-fab-announcement-primary",
61
+ "default": "var(--vvd-color-announcement-500)"
62
+ },
63
+ {
64
+ "name": "--vvd-fab-announcement-primary-text",
65
+ "default": "var(--vvd-color-canvas)"
66
+ },
67
+ {
68
+ "name": "--vvd-fab-announcement-primary-increment",
69
+ "default": "var(--vvd-color-announcement-600)"
70
+ },
71
+ {
72
+ "name": "--vvd-fab-announcement-contrast",
73
+ "default": "var(--vvd-color-announcement-800)"
74
+ },
75
+ {
76
+ "name": "--vvd-fab-announcement-fierce",
77
+ "default": "var(--vvd-color-announcement-700)"
78
+ },
79
+ {
80
+ "name": "--vvd-fab-announcement-firm",
81
+ "default": "var(--vvd-color-announcement-600)"
58
82
  }
59
83
  ],
60
84
  "slots": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-fab",
3
- "version": "3.53.0",
3
+ "version": "4.1.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": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -223,6 +223,18 @@ Code in this file were generated using following JSON:
223
223
  }
224
224
  }
225
225
  },
226
+ {
227
+ "kind": "method",
228
+ "name": "#formatNumbersInMessage",
229
+ "parameters": [
230
+ {
231
+ "name": "message",
232
+ "type": {
233
+ "text": "string"
234
+ }
235
+ }
236
+ ]
237
+ },
226
238
  {
227
239
  "kind": "field",
228
240
  "name": "autoDiscover",
@@ -245,6 +257,9 @@ Code in this file were generated using following JSON:
245
257
  ],
246
258
  "events": [
247
259
  {
260
+ "type": {
261
+ "text": "CustomEvent<undefined>"
262
+ },
248
263
  "description": "Emitted when a file is added or removed.",
249
264
  "name": "change"
250
265
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-file-picker",
3
- "version": "3.53.0",
3
+ "version": "4.1.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": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-form-associated-file-picker",
3
- "version": "3.53.0",
3
+ "version": "4.1.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": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -0,0 +1,17 @@
1
+ import React, { ReactNode } from 'react';
2
+ /** VwcFormAssociatedNumberField
3
+ * For more info on this Vivid element please visit https://vivid.deno.dev/components/form-associated-number-field
4
+ * @param proxy
5
+ */
6
+ declare const VwcFormAssociatedNumberField: {
7
+ (props: {
8
+ children?: ReactNode;
9
+ slot?: string | undefined;
10
+ id?: string | undefined;
11
+ style?: React.CSSProperties | undefined;
12
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
13
+ proxy?: any;
14
+ }): JSX.Element;
15
+ displayName: string;
16
+ };
17
+ export default VwcFormAssociatedNumberField;
@@ -0,0 +1,41 @@
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": "FormAssociatedNumberField",
10
+ "members": [
11
+ {
12
+ "kind": "field",
13
+ "name": "proxy"
14
+ }
15
+ ],
16
+ "mixins": [
17
+ {
18
+ "name": "FormAssociated",
19
+ "package": "@microsoft/fast-foundation"
20
+ }
21
+ ],
22
+ "superclass": {
23
+ "name": "_NumberField",
24
+ "module": "libs/components/src/lib/number-field/number-field.form-associated.ts"
25
+ }
26
+ }
27
+ */
28
+ import wrapper from '@vonage/vivid-react-wrapper'
29
+ import { registerFormAssociatedNumberField } from '@vonage/vivid'
30
+
31
+ registerFormAssociatedNumberField('vvd3')
32
+
33
+ const VwcFormAssociatedNumberField = wrapper(`vvd3-form-associated-number-field`, {
34
+ events: [],
35
+ attributes: [],
36
+ properties: ['proxy']
37
+ })
38
+
39
+ VwcFormAssociatedNumberField.displayName = 'VwcFormAssociatedNumberField'
40
+
41
+ export default VwcFormAssociatedNumberField
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@vonage/vivid-react-vvd3-form-associated-number-field",
3
+ "version": "4.1.0",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "private": true,
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "@vonage/vivid": "4.1.0"
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-form-associated-range-slider",
3
- "version": "3.53.0",
3
+ "version": "4.1.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": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-form-associated-time-picker",
3
- "version": "3.53.0",
3
+ "version": "4.1.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": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-header",
3
- "version": "3.53.0",
3
+ "version": "4.1.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": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -2,7 +2,18 @@ import React, { ReactNode } from 'react';
2
2
  /** VwcIcon
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/icon
4
4
  * @param {IconConnotation | undefined} connotation - The connotation the icon should have. **attribute** `connotation`
5
- * @param {-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined} size **attribute** `size`
5
+ * @param {| -6
6
+ | -5
7
+ | -4
8
+ | -3
9
+ | -2
10
+ | -1
11
+ | 0
12
+ | 1
13
+ | 2
14
+ | 3
15
+ | 4
16
+ | 5 | undefined} size **attribute** `size`
6
17
  * @param {boolean} iconLoaded
7
18
  * @param {string | undefined} name - Indicates which icon to resolve. **attribute** `name`
8
19
  */
@@ -53,7 +53,7 @@ Code in this file were generated using following JSON:
53
53
  "kind": "field",
54
54
  "name": "size",
55
55
  "type": {
56
- "text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
56
+ "text": "| -6\n\t\t| -5\n\t\t| -4\n\t\t| -3\n\t\t| -2\n\t\t| -1\n\t\t| 0\n\t\t| 1\n\t\t| 2\n\t\t| 3\n\t\t| 4\n\t\t| 5 | undefined"
57
57
  }
58
58
  },
59
59
  {
@@ -94,9 +94,8 @@ Code in this file were generated using following JSON:
94
94
  "fieldName": "connotation"
95
95
  },
96
96
  {
97
- "name": "size",
98
97
  "type": {
99
- "text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
98
+ "text": "| -6\n\t\t| -5\n\t\t| -4\n\t\t| -3\n\t\t| -2\n\t\t| -1\n\t\t| 0\n\t\t| 1\n\t\t| 2\n\t\t| 3\n\t\t| 4\n\t\t| 5 | undefined"
100
99
  },
101
100
  "fieldName": "size"
102
101
  },
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-icon",
3
- "version": "3.53.0",
3
+ "version": "4.1.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": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-layout",
3
- "version": "3.53.0",
3
+ "version": "4.1.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": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox",
3
- "version": "3.53.0",
3
+ "version": "4.1.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": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -3,11 +3,13 @@ import React, { ReactNode, SyntheticEvent } from 'react';
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/menu
4
4
  * @param {string | null} ariaLabel **attribute** `aria-label`
5
5
  * @param {Placement | undefined} placement - placement of the menu **attribute** `placement`
6
- * @param {boolean} autoDismiss - indicates whether the menu will automatically close when
7
- the user clicks outside the menu **attribute** `auto-dismiss`
6
+ * @param {'auto' | 'legacy' | 'off' | undefined} trigger - Controls how the menu opens and closes itself. **attribute** `trigger`
7
+ * @param {boolean} autoDismiss - indicates whether the menu will automatically close when focus moves away from it. **attribute** `auto-dismiss`
8
8
  * @param {boolean} open - indicates whether the menu is open **attribute** `open`
9
+ * @param _onFocusout
9
10
  * @param {HTMLElement[] | undefined} actionItemsSlottedContent
10
11
  * @param handleFocusOut
12
+ * @param domChildren
11
13
  */
12
14
  declare const VwcMenu: {
13
15
  (props: {
@@ -20,10 +22,13 @@ declare const VwcMenu: {
20
22
  onClose?: ((event: SyntheticEvent) => void) | undefined;
21
23
  ariaLabel?: string | null | undefined;
22
24
  placement?: any;
25
+ trigger?: any;
23
26
  autoDismiss?: boolean | undefined;
24
27
  open?: boolean | undefined;
28
+ _onFocusout?: any;
25
29
  actionItemsSlottedContent?: any;
26
30
  handleFocusOut?: any;
31
+ domChildren?: any;
27
32
  }): JSX.Element;
28
33
  displayName: string;
29
34
  };