@vonage/vivid-react 2.10.81 → 2.10.84

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 (180) hide show
  1. package/README.md +54 -54
  2. package/VwcAccordion/package.json +2 -2
  3. package/VwcActionGroup/package.json +2 -2
  4. package/VwcBadge/package.json +2 -2
  5. package/VwcBanner/package.json +2 -2
  6. package/VwcButton/package.json +2 -2
  7. package/VwcButtonToggleGroup/package.json +2 -2
  8. package/VwcCalendar/package.json +2 -2
  9. package/VwcCalendarEvent/package.json +2 -2
  10. package/VwcCard/package.json +2 -2
  11. package/VwcCarousel/package.json +2 -2
  12. package/VwcCarouselItem/package.json +2 -2
  13. package/VwcCheckListItem/package.json +2 -2
  14. package/VwcCheckbox/package.json +2 -2
  15. package/VwcChip/package.json +2 -2
  16. package/VwcChipSet/package.json +2 -2
  17. package/VwcCircularProgress/package.json +2 -2
  18. package/VwcDataGrid/package.json +2 -2
  19. package/VwcDataGridColumn/package.json +2 -2
  20. package/VwcDatepicker/package.json +2 -2
  21. package/VwcDialog/package.json +2 -2
  22. package/VwcDrawer/package.json +2 -2
  23. package/VwcDropdown/package.json +2 -2
  24. package/VwcElevation/package.json +2 -2
  25. package/VwcEmptyState/package.json +2 -2
  26. package/VwcExpansionPanel/package.json +2 -2
  27. package/VwcFab/package.json +2 -2
  28. package/VwcFilePicker/package.json +2 -2
  29. package/VwcFormfield/package.json +2 -2
  30. package/VwcHelperMessage/package.json +2 -2
  31. package/VwcIcon/package.json +2 -2
  32. package/VwcIconButton/package.json +2 -2
  33. package/VwcIconButtonToggle/package.json +2 -2
  34. package/VwcKeypad/package.json +2 -2
  35. package/VwcLayout/package.json +2 -2
  36. package/VwcLinearProgress/package.json +2 -2
  37. package/VwcList/package.json +2 -2
  38. package/VwcListExpansionPanel/package.json +2 -2
  39. package/VwcListItem/package.json +2 -2
  40. package/VwcMenu/package.json +2 -2
  41. package/VwcNotchedOutline/package.json +2 -2
  42. package/VwcNote/package.json +2 -2
  43. package/VwcPagination/package.json +2 -2
  44. package/VwcPopup/package.json +2 -2
  45. package/VwcRadio/package.json +2 -2
  46. package/VwcRadioListItem/package.json +2 -2
  47. package/VwcSchemeSelect/package.json +2 -2
  48. package/VwcScrubBar/package.json +2 -2
  49. package/VwcSelect/package.json +2 -2
  50. package/VwcSideDrawer/package.json +2 -2
  51. package/VwcSlider/package.json +2 -2
  52. package/VwcSnackbar/package.json +2 -2
  53. package/VwcSurface/package.json +2 -2
  54. package/VwcSwitch/package.json +2 -2
  55. package/VwcTab/package.json +2 -2
  56. package/VwcTabBar/package.json +2 -2
  57. package/VwcTag/package.json +2 -2
  58. package/VwcText/package.json +2 -2
  59. package/VwcTextarea/package.json +2 -2
  60. package/VwcTextfield/package.json +2 -2
  61. package/VwcThemeSwitch/package.json +2 -2
  62. package/VwcTooltip/package.json +2 -2
  63. package/VwcTopAppBar/package.json +2 -2
  64. package/VwcTopAppBarFixed/package.json +2 -2
  65. package/index.js +6 -6
  66. package/package.json +59 -59
  67. package/types/index.d.ts +13 -1
  68. package/v3/VwcAccordion/package.json +2 -2
  69. package/v3/VwcAccordionItem/index.js +4 -0
  70. package/v3/VwcAccordionItem/package.json +2 -2
  71. package/v3/VwcActionGroup/index.js +0 -4
  72. package/v3/VwcActionGroup/package.json +2 -2
  73. package/v3/VwcAlert/index.js +4 -0
  74. package/v3/VwcAlert/package.json +2 -2
  75. package/v3/VwcAppearanceUi/index.js +0 -28
  76. package/v3/VwcAppearanceUi/package.json +2 -2
  77. package/v3/VwcAudioPlayer/package.json +2 -2
  78. package/v3/VwcAvatar/package.json +2 -2
  79. package/v3/VwcBadge/index.js +6 -0
  80. package/v3/VwcBadge/package.json +2 -2
  81. package/v3/VwcBanner/index.js +4 -0
  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 +6 -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.js +8 -8
  91. package/v3/VwcCheckbox/package.json +2 -2
  92. package/v3/VwcCombobox/index.js +0 -4
  93. package/v3/VwcCombobox/package.json +2 -2
  94. package/v3/VwcDataGrid/package.json +2 -2
  95. package/v3/VwcDataGridCell/index.js +6 -0
  96. package/v3/VwcDataGridCell/package.json +2 -2
  97. package/v3/VwcDataGridRow/index.js +6 -0
  98. package/v3/VwcDataGridRow/package.json +2 -2
  99. package/v3/VwcDatePicker/index.d.ts +2 -1
  100. package/v3/VwcDatePicker/index.js +11 -22
  101. package/v3/VwcDatePicker/package.json +2 -2
  102. package/v3/VwcDatePickerBase/index.d.ts +2 -1
  103. package/v3/VwcDatePickerBase/index.js +7 -14
  104. package/v3/VwcDatePickerBase/package.json +2 -2
  105. package/v3/VwcDateRangePicker/index.d.ts +1 -0
  106. package/v3/VwcDateRangePicker/index.js +9 -22
  107. package/v3/VwcDateRangePicker/package.json +2 -2
  108. package/v3/VwcDialog/package.json +2 -2
  109. package/v3/VwcDivider/package.json +2 -2
  110. package/v3/VwcElevation/package.json +2 -2
  111. package/v3/VwcEmptyState/package.json +2 -2
  112. package/v3/VwcFab/package.json +2 -2
  113. package/v3/VwcFilePicker/index.d.ts +1 -1
  114. package/v3/VwcFilePicker/index.js +2 -2
  115. package/v3/VwcFilePicker/package.json +2 -2
  116. package/v3/VwcFocus/package.json +2 -2
  117. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  118. package/v3/VwcFormAssociatedTimePicker/index.d.ts +17 -0
  119. package/v3/VwcFormAssociatedTimePicker/index.js +41 -0
  120. package/v3/VwcFormAssociatedTimePicker/package.json +11 -0
  121. package/v3/VwcHeader/package.json +2 -2
  122. package/v3/VwcIcon/package.json +2 -2
  123. package/v3/VwcLayout/package.json +2 -2
  124. package/v3/VwcListbox/index.js +0 -4
  125. package/v3/VwcListbox/package.json +2 -2
  126. package/v3/VwcMenu/package.json +2 -2
  127. package/v3/VwcMenuItem/index.d.ts +2 -0
  128. package/v3/VwcMenuItem/index.js +12 -1
  129. package/v3/VwcMenuItem/package.json +2 -2
  130. package/v3/VwcNav/package.json +2 -2
  131. package/v3/VwcNavDisclosure/index.js +4 -0
  132. package/v3/VwcNavDisclosure/package.json +2 -2
  133. package/v3/VwcNavItem/index.js +4 -0
  134. package/v3/VwcNavItem/package.json +2 -2
  135. package/v3/VwcNote/index.js +4 -0
  136. package/v3/VwcNote/package.json +2 -2
  137. package/v3/VwcNumberField/index.js +9 -49
  138. package/v3/VwcNumberField/package.json +2 -2
  139. package/v3/VwcOption/package.json +2 -2
  140. package/v3/VwcPagination/index.d.ts +2 -1
  141. package/v3/VwcPagination/index.js +7 -1
  142. package/v3/VwcPagination/package.json +2 -2
  143. package/v3/VwcPopup/package.json +2 -2
  144. package/v3/VwcProgress/package.json +2 -2
  145. package/v3/VwcProgressRing/package.json +2 -2
  146. package/v3/VwcRadio/index.js +8 -8
  147. package/v3/VwcRadio/package.json +2 -2
  148. package/v3/VwcRadioGroup/package.json +2 -2
  149. package/v3/VwcSelect/index.js +9 -33
  150. package/v3/VwcSelect/package.json +2 -2
  151. package/v3/VwcSelectableBox/package.json +2 -2
  152. package/v3/VwcSideDrawer/package.json +2 -2
  153. package/v3/VwcSlider/package.json +2 -2
  154. package/v3/VwcSplitButton/index.js +4 -0
  155. package/v3/VwcSplitButton/package.json +2 -2
  156. package/v3/VwcSwitch/index.d.ts +10 -0
  157. package/v3/VwcSwitch/index.js +2 -18
  158. package/v3/VwcSwitch/package.json +2 -2
  159. package/v3/VwcTab/package.json +2 -2
  160. package/v3/VwcTabPanel/package.json +2 -2
  161. package/v3/VwcTabs/index.d.ts +2 -0
  162. package/v3/VwcTabs/index.js +20 -1
  163. package/v3/VwcTabs/package.json +2 -2
  164. package/v3/VwcTag/index.js +6 -0
  165. package/v3/VwcTag/package.json +2 -2
  166. package/v3/VwcTagGroup/package.json +2 -2
  167. package/v3/VwcTextAnchor/index.js +6 -0
  168. package/v3/VwcTextAnchor/package.json +2 -2
  169. package/v3/VwcTextArea/index.js +29 -5
  170. package/v3/VwcTextArea/package.json +2 -2
  171. package/v3/VwcTextField/index.js +9 -49
  172. package/v3/VwcTextField/package.json +2 -2
  173. package/v3/VwcTimePicker/index.d.ts +36 -0
  174. package/v3/VwcTimePicker/index.js +263 -0
  175. package/v3/VwcTimePicker/package.json +11 -0
  176. package/v3/VwcToggletip/package.json +2 -2
  177. package/v3/VwcTooltip/package.json +2 -2
  178. package/v3/VwcTreeItem/index.js +4 -0
  179. package/v3/VwcTreeItem/package.json +2 -2
  180. package/v3/VwcTreeView/package.json +2 -2
@@ -57,6 +57,12 @@ Code in this file were generated using following JSON:
57
57
  "default": "var(--vvd-color-neutral-200)"
58
58
  }
59
59
  ],
60
+ "slots": [
61
+ {
62
+ "description": "Default slot.",
63
+ "name": ""
64
+ }
65
+ ],
60
66
  "members": [
61
67
  {
62
68
  "kind": "field",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid-cell",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -57,6 +57,12 @@ Code in this file were generated using following JSON:
57
57
  "default": "var(--vvd-color-neutral-200)"
58
58
  }
59
59
  ],
60
+ "slots": [
61
+ {
62
+ "description": "Default slot.",
63
+ "name": ""
64
+ }
65
+ ],
60
66
  "members": [
61
67
  {
62
68
  "kind": "field",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid-row",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,4 +1,4 @@
1
- import React, { ReactNode } from 'react';
1
+ import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** Single date picker component.
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/date-picker
4
4
  * @param {string} type
@@ -17,6 +17,7 @@ declare const VwcDatePicker: {
17
17
  id?: string | undefined;
18
18
  style?: React.CSSProperties | undefined;
19
19
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
20
+ onClearClick?: ((event: SyntheticEvent) => void) | undefined;
20
21
  type?: string | undefined;
21
22
  label?: string | undefined;
22
23
  min?: string | undefined;
@@ -107,14 +107,6 @@ Code in this file were generated using following JSON:
107
107
  "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
108
108
  }
109
109
  },
110
- {
111
- "kind": "method",
112
- "name": "#getFocusableEls",
113
- "inheritedFrom": {
114
- "name": "DatePickerBase",
115
- "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
116
- }
117
- },
118
110
  {
119
111
  "kind": "method",
120
112
  "name": "_adjustSelectedMonthToEnsureVisibilityOf",
@@ -205,19 +197,6 @@ Code in this file were generated using following JSON:
205
197
  "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
206
198
  }
207
199
  },
208
- {
209
- "kind": "field",
210
- "name": "#isClosingPopup",
211
- "privacy": "private",
212
- "type": {
213
- "text": "boolean"
214
- },
215
- "default": "false",
216
- "inheritedFrom": {
217
- "name": "DatePickerBase",
218
- "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
219
- }
220
- },
221
200
  {
222
201
  "kind": "method",
223
202
  "name": "#openPopupIfPossible",
@@ -307,6 +286,16 @@ Code in this file were generated using following JSON:
307
286
  "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
308
287
  }
309
288
  }
289
+ ],
290
+ "events": [
291
+ {
292
+ "description": "Event emitted when the clear value changes",
293
+ "name": "clear-click",
294
+ "inheritedFrom": {
295
+ "name": "DatePickerBase",
296
+ "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
297
+ }
298
+ }
310
299
  ]
311
300
  }
312
301
  */
@@ -316,7 +305,7 @@ import { registerDatePicker } from '@vonage/vivid'
316
305
  registerDatePicker('vvd3')
317
306
 
318
307
  const VwcDatePicker = wrapper(`vvd3-date-picker`, {
319
- events: [],
308
+ events: [{"name":"clear-click","propName":"onClearClick"}],
320
309
  attributes: [],
321
310
  properties: ['type', 'label', 'min', 'max', 'initialValue', 'currentValue', 'readOnly', 'value']
322
311
  })
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-picker",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,4 +1,4 @@
1
- import React, { ReactNode } from 'react';
1
+ import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** Base class for date-picker
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/date-picker-base
4
4
  * @param {string} label
@@ -16,6 +16,7 @@ declare const VwcDatePickerBase: {
16
16
  id?: string | undefined;
17
17
  style?: React.CSSProperties | undefined;
18
18
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
19
+ onClearClick?: ((event: SyntheticEvent) => void) | undefined;
19
20
  label?: string | undefined;
20
21
  min?: string | undefined;
21
22
  max?: string | undefined;
@@ -85,10 +85,6 @@ Code in this file were generated using following JSON:
85
85
  "description": "Whether the date-picker is readonly.",
86
86
  "privacy": "public"
87
87
  },
88
- {
89
- "kind": "method",
90
- "name": "#getFocusableEls"
91
- },
92
88
  {
93
89
  "kind": "method",
94
90
  "name": "_adjustSelectedMonthToEnsureVisibilityOf",
@@ -151,15 +147,6 @@ Code in this file were generated using following JSON:
151
147
  "name": "#dismissOnClickOutside",
152
148
  "privacy": "private"
153
149
  },
154
- {
155
- "kind": "field",
156
- "name": "#isClosingPopup",
157
- "privacy": "private",
158
- "type": {
159
- "text": "boolean"
160
- },
161
- "default": "false"
162
- },
163
150
  {
164
151
  "kind": "method",
165
152
  "name": "#openPopupIfPossible"
@@ -183,6 +170,12 @@ Code in this file were generated using following JSON:
183
170
  "default": "''"
184
171
  }
185
172
  ],
173
+ "events": [
174
+ {
175
+ "description": "Event emitted when the clear value changes",
176
+ "name": "clear-click"
177
+ }
178
+ ],
186
179
  "attributes": [
187
180
  {
188
181
  "type": {
@@ -238,7 +231,7 @@ import { registerDatePickerBase } from '@vonage/vivid'
238
231
  registerDatePickerBase('vvd3')
239
232
 
240
233
  const VwcDatePickerBase = wrapper(`vvd3-date-picker-base`, {
241
- events: [],
234
+ events: [{"name":"clear-click","propName":"onClearClick"}],
242
235
  attributes: [],
243
236
  properties: ['label', 'min', 'max', 'initialValue', 'currentValue', 'readOnly', 'value']
244
237
  })
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-picker-base",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -36,6 +36,7 @@ declare const VwcDateRangePicker: {
36
36
  style?: React.CSSProperties | undefined;
37
37
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
38
38
  onInput: start | null;
39
+ onClearClick?: ((event: SyntheticEvent) => void) | undefined;
39
40
  initialStart?: string | undefined;
40
41
  initialEnd?: string | undefined;
41
42
  start?: string | undefined;
@@ -181,14 +181,6 @@ Code in this file were generated using following JSON:
181
181
  "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
182
182
  }
183
183
  },
184
- {
185
- "kind": "method",
186
- "name": "#getFocusableEls",
187
- "inheritedFrom": {
188
- "name": "DatePickerBase",
189
- "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
190
- }
191
- },
192
184
  {
193
185
  "kind": "method",
194
186
  "name": "_adjustSelectedMonthToEnsureVisibilityOf",
@@ -279,19 +271,6 @@ Code in this file were generated using following JSON:
279
271
  "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
280
272
  }
281
273
  },
282
- {
283
- "kind": "field",
284
- "name": "#isClosingPopup",
285
- "privacy": "private",
286
- "type": {
287
- "text": "boolean"
288
- },
289
- "default": "false",
290
- "inheritedFrom": {
291
- "name": "DatePickerBase",
292
- "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
293
- }
294
- },
295
274
  {
296
275
  "kind": "method",
297
276
  "name": "#openPopupIfPossible",
@@ -335,6 +314,14 @@ Code in this file were generated using following JSON:
335
314
  {
336
315
  "description": "Event emitted when the end value changes",
337
316
  "name": "input:end"
317
+ },
318
+ {
319
+ "description": "Event emitted when the clear value changes",
320
+ "name": "clear-click",
321
+ "inheritedFrom": {
322
+ "name": "DatePickerBase",
323
+ "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
324
+ }
338
325
  }
339
326
  ],
340
327
  "attributes": [
@@ -434,7 +421,7 @@ import { registerDateRangePicker } from '@vonage/vivid'
434
421
  registerDateRangePicker('vvd3')
435
422
 
436
423
  const VwcDateRangePicker = wrapper(`vvd3-date-range-picker`, {
437
- events: [{"name":"input:end","propName":"onInput:end"},{"name":"input:start","propName":"onInput:start"}],
424
+ events: [{"name":"clear-click","propName":"onClearClick"},{"name":"input:end","propName":"onInput:end"},{"name":"input:start","propName":"onInput:start"}],
438
425
  attributes: [],
439
426
  properties: ['initialStart', 'initialEnd', 'start', 'end', 'currentStart', 'currentEnd', 'setFormValue', 'label', 'min', 'max', 'initialValue', 'currentValue', 'readOnly', 'value']
440
427
  })
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-range-picker",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-dialog",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-divider",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-elevation",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-empty-state",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-fab",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -4,7 +4,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
4
4
  * @param {number | undefined} maxFiles - The max files that can be selected. **attribute** `max-files`
5
5
  * @param {number} maxFileSize - The max file size that can be selected. **attribute** `max-file-size`
6
6
  * @param {string | undefined} accept - List of accepted files types **attribute** `accept`
7
- * @param {FileUploaderSize | undefined} size - The size the file-uploader should have. **attribute** `size`
7
+ * @param {FilePickerSize | undefined} size - The size the file-uploader should have. **attribute** `size`
8
8
  * @param setFormValue
9
9
  * @param {boolean} autoDiscover
10
10
  * @param {HTMLInputElement} proxy
@@ -127,7 +127,7 @@ Code in this file were generated using following JSON:
127
127
  "kind": "field",
128
128
  "name": "size",
129
129
  "type": {
130
- "text": "FileUploaderSize | undefined"
130
+ "text": "FilePickerSize | undefined"
131
131
  },
132
132
  "description": "The size the file-uploader should have.",
133
133
  "privacy": "public"
@@ -272,7 +272,7 @@ Code in this file were generated using following JSON:
272
272
  {
273
273
  "name": "size",
274
274
  "type": {
275
- "text": "FileUploaderSize | undefined"
275
+ "text": "FilePickerSize | undefined"
276
276
  },
277
277
  "description": "The size the file-uploader should have.",
278
278
  "fieldName": "size"
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-file-picker",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-focus",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-form-associated-file-picker",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -0,0 +1,17 @@
1
+ import React, { ReactNode } from 'react';
2
+ /** VwcFormAssociatedTimePicker
3
+ * For more info on this Vivid element please visit https://vivid.deno.dev/components/form-associated-time-picker
4
+ * @param proxy
5
+ */
6
+ declare const VwcFormAssociatedTimePicker: {
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 VwcFormAssociatedTimePicker;
@@ -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": "FormAssociatedTimePicker",
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": "_TimePicker",
24
+ "module": "libs/components/src/lib/time-picker/time-picker.form-associated.ts"
25
+ }
26
+ }
27
+ */
28
+ import wrapper from '@vonage/vivid-react-wrapper'
29
+ import { registerFormAssociatedTimePicker } from '@vonage/vivid'
30
+
31
+ registerFormAssociatedTimePicker('vvd3')
32
+
33
+ const VwcFormAssociatedTimePicker = wrapper(`vvd3-form-associated-time-picker`, {
34
+ events: [],
35
+ attributes: [],
36
+ properties: ['proxy']
37
+ })
38
+
39
+ VwcFormAssociatedTimePicker.displayName = 'VwcFormAssociatedTimePicker'
40
+
41
+ export default VwcFormAssociatedTimePicker
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@vonage/vivid-react-vvd3-form-associated-time-picker",
3
+ "version": "3.50.1",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "private": true,
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "@vonage/vivid": "3.50.1"
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-header",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-icon",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-layout",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -8,10 +8,6 @@ Code in this file were generated using following JSON:
8
8
  "description": "Base class for listbox",
9
9
  "name": "Listbox",
10
10
  "cssProperties": [
11
- {
12
- "name": "--vvd-listbox-accent-backdrop",
13
- "default": "var(--vvd-color-canvas)"
14
- },
15
11
  {
16
12
  "name": "--vvd-listbox-accent-intermediate",
17
13
  "default": "var(--vvd-color-neutral-500)"
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-menu",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -5,6 +5,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
5
5
  * @param {string | undefined} textSecondary - Indicates the menu item's secondary text. **attribute** `text-secondary`
6
6
  * @param {boolean} checkTrailing - Controls the placement of the menu item's checkmark or radio icon. **attribute** `check-trailing`
7
7
  * @param {CheckAppearance | undefined} checkedAppearance - Controls the appearance of the check indicator. **attribute** `check-appearance`
8
+ * @param {HTMLElement[] | undefined} trailingMetaSlottedContent
8
9
  * @param updateSubmenu
9
10
  * @param {string | undefined} icon
10
11
  */
@@ -20,6 +21,7 @@ declare const VwcMenuItem: {
20
21
  textSecondary?: string | undefined;
21
22
  checkTrailing?: boolean | undefined;
22
23
  checkedAppearance?: any;
24
+ trailingMetaSlottedContent?: any;
23
25
  updateSubmenu?: any;
24
26
  icon?: string | undefined;
25
27
  }): JSX.Element;