@vonage/vivid-react 2.10.76 → 2.10.78

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 (173) 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/VwcDialog/package.json +1 -1
  21. package/VwcDrawer/package.json +1 -1
  22. package/VwcDropdown/package.json +1 -1
  23. package/VwcElevation/package.json +1 -1
  24. package/VwcEmptyState/package.json +1 -1
  25. package/VwcExpansionPanel/package.json +1 -1
  26. package/VwcFab/package.json +1 -1
  27. package/VwcFilePicker/package.json +1 -1
  28. package/VwcFormfield/package.json +1 -1
  29. package/VwcHelperMessage/package.json +1 -1
  30. package/VwcIcon/package.json +1 -1
  31. package/VwcIconButton/package.json +1 -1
  32. package/VwcIconButtonToggle/package.json +1 -1
  33. package/VwcKeypad/package.json +1 -1
  34. package/VwcLayout/package.json +1 -1
  35. package/VwcLinearProgress/package.json +1 -1
  36. package/VwcList/package.json +1 -1
  37. package/VwcListExpansionPanel/package.json +1 -1
  38. package/VwcListItem/package.json +1 -1
  39. package/VwcMenu/package.json +1 -1
  40. package/VwcNotchedOutline/package.json +1 -1
  41. package/VwcNote/package.json +1 -1
  42. package/VwcPagination/package.json +1 -1
  43. package/VwcPopup/package.json +1 -1
  44. package/VwcRadio/package.json +1 -1
  45. package/VwcRadioListItem/package.json +1 -1
  46. package/VwcSchemeSelect/package.json +1 -1
  47. package/VwcScrubBar/package.json +1 -1
  48. package/VwcSelect/package.json +1 -1
  49. package/VwcSideDrawer/package.json +1 -1
  50. package/VwcSlider/package.json +1 -1
  51. package/VwcSnackbar/package.json +1 -1
  52. package/VwcSurface/package.json +1 -1
  53. package/VwcSwitch/package.json +1 -1
  54. package/VwcTab/package.json +1 -1
  55. package/VwcTabBar/package.json +1 -1
  56. package/VwcTag/package.json +1 -1
  57. package/VwcText/package.json +1 -1
  58. package/VwcTextarea/package.json +1 -1
  59. package/VwcTextfield/package.json +1 -1
  60. package/VwcThemeSwitch/package.json +1 -1
  61. package/VwcTooltip/package.json +1 -1
  62. package/VwcTopAppBar/package.json +1 -1
  63. package/VwcTopAppBarFixed/package.json +1 -1
  64. package/index.js +4 -4
  65. package/package.json +2 -2
  66. package/types/index.d.ts +29 -8
  67. package/v3/VwcAccordion/package.json +2 -2
  68. package/v3/VwcAccordionItem/package.json +2 -2
  69. package/v3/VwcActionGroup/package.json +2 -2
  70. package/v3/VwcAlert/index.d.ts +4 -0
  71. package/v3/VwcAlert/index.js +39 -1
  72. package/v3/VwcAlert/package.json +2 -2
  73. package/v3/VwcAppearanceUi/index.d.ts +29 -0
  74. package/v3/VwcAppearanceUi/index.js +528 -0
  75. package/v3/VwcAppearanceUi/package.json +11 -0
  76. package/v3/VwcAudioPlayer/index.d.ts +29 -0
  77. package/v3/VwcAudioPlayer/index.js +150 -0
  78. package/v3/VwcAudioPlayer/package.json +11 -0
  79. package/v3/VwcAvatar/index.js +8 -0
  80. package/v3/VwcAvatar/package.json +2 -2
  81. package/v3/VwcBadge/index.js +24 -0
  82. package/v3/VwcBadge/package.json +2 -2
  83. package/v3/VwcBanner/index.d.ts +2 -0
  84. package/v3/VwcBanner/index.js +17 -1
  85. package/v3/VwcBanner/package.json +2 -2
  86. package/v3/VwcBreadcrumb/package.json +2 -2
  87. package/v3/VwcBreadcrumbItem/package.json +2 -2
  88. package/v3/VwcButton/package.json +2 -2
  89. package/v3/VwcCalendar/package.json +2 -2
  90. package/v3/VwcCalendarEvent/package.json +2 -2
  91. package/v3/VwcCard/index.d.ts +2 -0
  92. package/v3/VwcCard/index.js +18 -1
  93. package/v3/VwcCard/package.json +2 -2
  94. package/v3/VwcCheckbox/index.d.ts +3 -0
  95. package/v3/VwcCheckbox/index.js +24 -2
  96. package/v3/VwcCheckbox/package.json +2 -2
  97. package/v3/VwcCombobox/package.json +2 -2
  98. package/v3/VwcDataGrid/index.d.ts +4 -1
  99. package/v3/VwcDataGrid/index.js +21 -2
  100. package/v3/VwcDataGrid/package.json +2 -2
  101. package/v3/VwcDataGridCell/index.d.ts +1 -0
  102. package/v3/VwcDataGridCell/index.js +9 -1
  103. package/v3/VwcDataGridCell/package.json +2 -2
  104. package/v3/VwcDataGridRow/index.d.ts +2 -1
  105. package/v3/VwcDataGridRow/index.js +7 -1
  106. package/v3/VwcDataGridRow/package.json +2 -2
  107. package/v3/VwcDatePicker/package.json +2 -2
  108. package/v3/VwcDatePickerBase/package.json +2 -2
  109. package/v3/VwcDateRangePicker/package.json +2 -2
  110. package/v3/VwcDialog/index.d.ts +2 -8
  111. package/v3/VwcDialog/index.js +11 -64
  112. package/v3/VwcDialog/package.json +2 -2
  113. package/v3/VwcDivider/package.json +2 -2
  114. package/v3/VwcElevation/package.json +2 -2
  115. package/v3/VwcEmptyState/package.json +2 -2
  116. package/v3/VwcFab/package.json +2 -2
  117. package/v3/VwcFilePicker/package.json +2 -2
  118. package/v3/VwcFocus/package.json +2 -2
  119. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  120. package/v3/VwcHeader/package.json +2 -2
  121. package/v3/VwcIcon/package.json +2 -2
  122. package/v3/VwcLayout/package.json +2 -2
  123. package/v3/VwcListbox/package.json +2 -2
  124. package/v3/VwcMenu/index.d.ts +2 -2
  125. package/v3/VwcMenu/index.js +29 -69
  126. package/v3/VwcMenu/package.json +2 -2
  127. package/v3/VwcMenuItem/package.json +2 -2
  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/index.js +18 -18
  132. package/v3/VwcNote/package.json +2 -2
  133. package/v3/VwcNumberField/package.json +2 -2
  134. package/v3/VwcOption/package.json +2 -2
  135. package/v3/VwcPagination/package.json +2 -2
  136. package/v3/VwcPopup/index.d.ts +1 -1
  137. package/v3/VwcPopup/index.js +6 -11
  138. package/v3/VwcPopup/package.json +2 -2
  139. package/v3/VwcProgress/package.json +2 -2
  140. package/v3/VwcProgressRing/package.json +2 -2
  141. package/v3/VwcRadio/package.json +2 -2
  142. package/v3/VwcRadioGroup/package.json +2 -2
  143. package/v3/VwcSelect/index.d.ts +0 -4
  144. package/v3/VwcSelect/index.js +1 -15
  145. package/v3/VwcSelect/package.json +2 -2
  146. package/v3/VwcSelectableBox/index.d.ts +5 -5
  147. package/v3/VwcSelectableBox/index.js +51 -38
  148. package/v3/VwcSelectableBox/package.json +2 -2
  149. package/v3/VwcSideDrawer/package.json +2 -2
  150. package/v3/VwcSlider/package.json +2 -2
  151. package/v3/VwcSplitButton/index.d.ts +6 -0
  152. package/v3/VwcSplitButton/index.js +95 -2
  153. package/v3/VwcSplitButton/package.json +2 -2
  154. package/v3/VwcSwitch/package.json +2 -2
  155. package/v3/VwcTab/package.json +2 -2
  156. package/v3/VwcTabPanel/package.json +2 -2
  157. package/v3/VwcTabs/index.d.ts +2 -0
  158. package/v3/VwcTabs/index.js +18 -1
  159. package/v3/VwcTabs/package.json +2 -2
  160. package/v3/VwcTag/package.json +2 -2
  161. package/v3/VwcTagGroup/package.json +2 -2
  162. package/v3/VwcTextAnchor/package.json +2 -2
  163. package/v3/VwcTextArea/index.js +1 -1
  164. package/v3/VwcTextArea/package.json +2 -2
  165. package/v3/VwcTextField/package.json +2 -2
  166. package/v3/VwcToggletip/index.d.ts +0 -2
  167. package/v3/VwcToggletip/index.js +17 -59
  168. package/v3/VwcToggletip/package.json +2 -2
  169. package/v3/VwcTooltip/index.d.ts +0 -2
  170. package/v3/VwcTooltip/index.js +16 -91
  171. package/v3/VwcTooltip/package.json +2 -2
  172. package/v3/VwcTreeItem/package.json +2 -2
  173. package/v3/VwcTreeView/package.json +2 -2
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -13,6 +13,7 @@ declare const VwcDataGridCell: {
13
13
  style?: React.CSSProperties | undefined;
14
14
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
15
15
  onSort?: ((event: SyntheticEvent) => void) | undefined;
16
+ onCellClick?: ((event: SyntheticEvent) => void) | undefined;
16
17
  ariaSelected?: string | null | undefined;
17
18
  ariaSort?: string | null | undefined;
18
19
  updateCellStyle?: any;
@@ -120,6 +120,10 @@ Code in this file were generated using following JSON:
120
120
  }
121
121
  ]
122
122
  },
123
+ {
124
+ "kind": "method",
125
+ "name": "#getColumnDataKey"
126
+ },
123
127
  {
124
128
  "kind": "field",
125
129
  "name": "updateCellStyle"
@@ -129,6 +133,10 @@ Code in this file were generated using following JSON:
129
133
  {
130
134
  "description": "Event that fires when a sortable column header is clicked",
131
135
  "name": "sort"
136
+ },
137
+ {
138
+ "description": "Event that fires when a cell is clicked",
139
+ "name": "cell-click"
132
140
  }
133
141
  ],
134
142
  "attributes": [
@@ -163,7 +171,7 @@ import { registerDataGridCell } from '@vonage/vivid'
163
171
  registerDataGridCell('vvd3')
164
172
 
165
173
  const VwcDataGridCell = wrapper(`vvd3-data-grid-cell`, {
166
- events: [{"name":"sort","propName":"onSort"}],
174
+ events: [{"name":"cell-click","propName":"onCellClick"},{"name":"sort","propName":"onSort"}],
167
175
  attributes: [],
168
176
  properties: ['ariaSelected', 'ariaSort', 'updateCellStyle']
169
177
  })
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid-cell",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
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 data-grid
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/data-grid-row
4
4
  * @param {string | null} ariaSelected - Indicates the selected status. **attribute** `aria-selected`
@@ -10,6 +10,7 @@ declare const VwcDataGridRow: {
10
10
  id?: string | undefined;
11
11
  style?: React.CSSProperties | undefined;
12
12
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
13
+ onCellClick?: ((event: SyntheticEvent) => void) | undefined;
13
14
  ariaSelected?: string | null | undefined;
14
15
  }): JSX.Element;
15
16
  displayName: string;
@@ -69,6 +69,12 @@ Code in this file were generated using following JSON:
69
69
  "privacy": "public"
70
70
  }
71
71
  ],
72
+ "events": [
73
+ {
74
+ "description": "Event that fires when a cell is clicked",
75
+ "name": "cell-click"
76
+ }
77
+ ],
72
78
  "attributes": [
73
79
  {
74
80
  "name": "aria-selected",
@@ -92,7 +98,7 @@ import { registerDataGridRow } from '@vonage/vivid'
92
98
  registerDataGridRow('vvd3')
93
99
 
94
100
  const VwcDataGridRow = wrapper(`vvd3-data-grid-row`, {
95
- events: [],
101
+ events: [{"name":"cell-click","propName":"onCellClick"}],
96
102
  attributes: [],
97
103
  properties: ['ariaSelected']
98
104
  })
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid-row",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-picker",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-picker-base",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-range-picker",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -7,13 +7,10 @@ import React, { ReactNode, SyntheticEvent } from 'react';
7
7
  * @param {string | undefined} subtitle **attribute** `subtitle`
8
8
  * @param {string | undefined} headline **attribute** `headline`
9
9
  * @param {boolean} fullWidthBody **attribute** `full-width-body`
10
- * @param {string | null} ariaLabelledBy **attribute** `aria-labelledby`
11
10
  * @param {string | null} ariaLabel **attribute** `aria-label`
12
- * @param {string | null} ariaDescribedBy **attribute** `aria-describedby`
13
11
  * @param {string | null} dismissButtonAriaLabel **attribute** `dismiss-button-aria-label`
12
+ * @param {boolean} noLightDismiss **attribute** `no-light-dismiss`
14
13
  * @param {string} returnValue
15
- * @param {HTMLElement[] | undefined} footerSlottedContent
16
- * @param {HTMLElement[] | undefined} actionItemsSlottedContent
17
14
  */
18
15
  declare const VwcDialog: {
19
16
  (props: {
@@ -29,13 +26,10 @@ declare const VwcDialog: {
29
26
  subtitle?: string | undefined;
30
27
  headline?: string | undefined;
31
28
  fullWidthBody?: boolean | undefined;
32
- ariaLabelledBy?: string | null | undefined;
33
29
  ariaLabel?: string | null | undefined;
34
- ariaDescribedBy?: string | null | undefined;
35
30
  dismissButtonAriaLabel?: string | null | undefined;
31
+ noLightDismiss?: boolean | undefined;
36
32
  returnValue?: string | undefined;
37
- footerSlottedContent?: any;
38
- actionItemsSlottedContent?: any;
39
33
  }): JSX.Element;
40
34
  displayName: string;
41
35
  };
@@ -76,14 +76,6 @@ Code in this file were generated using following JSON:
76
76
  },
77
77
  "default": "false"
78
78
  },
79
- {
80
- "kind": "field",
81
- "name": "ariaLabelledBy",
82
- "type": {
83
- "text": "string | null"
84
- },
85
- "default": "null"
86
- },
87
79
  {
88
80
  "kind": "field",
89
81
  "name": "ariaLabel",
@@ -94,7 +86,7 @@ Code in this file were generated using following JSON:
94
86
  },
95
87
  {
96
88
  "kind": "field",
97
- "name": "ariaDescribedBy",
89
+ "name": "dismissButtonAriaLabel",
98
90
  "type": {
99
91
  "text": "string | null"
100
92
  },
@@ -102,11 +94,11 @@ Code in this file were generated using following JSON:
102
94
  },
103
95
  {
104
96
  "kind": "field",
105
- "name": "dismissButtonAriaLabel",
97
+ "name": "noLightDismiss",
106
98
  "type": {
107
- "text": "string | null"
99
+ "text": "boolean"
108
100
  },
109
- "default": "null"
101
+ "default": "false"
110
102
  },
111
103
  {
112
104
  "kind": "field",
@@ -124,11 +116,6 @@ Code in this file were generated using following JSON:
124
116
  "text": "string"
125
117
  }
126
118
  },
127
- {
128
- "kind": "field",
129
- "name": "modal",
130
- "readonly": true
131
- },
132
119
  {
133
120
  "kind": "field",
134
121
  "name": "#dialogElement",
@@ -143,24 +130,6 @@ Code in this file were generated using following JSON:
143
130
  "privacy": "private",
144
131
  "readonly": true
145
132
  },
146
- {
147
- "kind": "method",
148
- "name": "openChanged",
149
- "parameters": [
150
- {
151
- "name": "oldValue",
152
- "type": {
153
- "text": "boolean"
154
- }
155
- },
156
- {
157
- "name": "newValue",
158
- "type": {
159
- "text": "boolean"
160
- }
161
- }
162
- ]
163
- },
164
133
  {
165
134
  "kind": "field",
166
135
  "name": "#handleScrimClick",
@@ -194,20 +163,6 @@ Code in this file were generated using following JSON:
194
163
  {
195
164
  "kind": "method",
196
165
  "name": "showModal"
197
- },
198
- {
199
- "kind": "field",
200
- "name": "footerSlottedContent",
201
- "type": {
202
- "text": "HTMLElement[] | undefined"
203
- }
204
- },
205
- {
206
- "kind": "field",
207
- "name": "actionItemsSlottedContent",
208
- "type": {
209
- "text": "HTMLElement[] | undefined"
210
- }
211
166
  }
212
167
  ],
213
168
  "events": [
@@ -261,14 +216,6 @@ Code in this file were generated using following JSON:
261
216
  "default": "false",
262
217
  "fieldName": "fullWidthBody"
263
218
  },
264
- {
265
- "name": "aria-labelledby",
266
- "type": {
267
- "text": "string | null"
268
- },
269
- "default": "null",
270
- "fieldName": "ariaLabelledBy"
271
- },
272
219
  {
273
220
  "name": "aria-label",
274
221
  "type": {
@@ -278,20 +225,20 @@ Code in this file were generated using following JSON:
278
225
  "fieldName": "ariaLabel"
279
226
  },
280
227
  {
281
- "name": "aria-describedby",
228
+ "name": "dismiss-button-aria-label",
282
229
  "type": {
283
230
  "text": "string | null"
284
231
  },
285
232
  "default": "null",
286
- "fieldName": "ariaDescribedBy"
233
+ "fieldName": "dismissButtonAriaLabel"
287
234
  },
288
235
  {
289
- "name": "dismiss-button-aria-label",
236
+ "name": "no-light-dismiss",
290
237
  "type": {
291
- "text": "string | null"
238
+ "text": "boolean"
292
239
  },
293
- "default": "null",
294
- "fieldName": "dismissButtonAriaLabel"
240
+ "default": "false",
241
+ "fieldName": "noLightDismiss"
295
242
  }
296
243
  ],
297
244
  "superclass": {
@@ -308,7 +255,7 @@ registerDialog('vvd3')
308
255
  const VwcDialog = wrapper(`vvd3-dialog`, {
309
256
  events: [{"name":"close","propName":"onClose"}],
310
257
  attributes: [],
311
- properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', 'ariaLabelledBy', 'ariaLabel', 'ariaDescribedBy', 'dismissButtonAriaLabel', 'returnValue', 'footerSlottedContent', 'actionItemsSlottedContent']
258
+ properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', 'ariaLabel', 'dismissButtonAriaLabel', 'noLightDismiss', 'returnValue']
312
259
  })
313
260
 
314
261
  VwcDialog.displayName = 'VwcDialog'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-dialog",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-divider",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-elevation",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-empty-state",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-fab",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-file-picker",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-focus",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.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.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-header",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-icon",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-layout",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox",
3
- "version": "3.40.0",
3
+ "version": "3.46.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,8 +1,8 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** Base class for menu
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/menu
4
+ * @param {string | null} ariaLabel **attribute** `aria-label`
4
5
  * @param {Placement | undefined} placement - placement of the menu **attribute** `placement`
5
- * @param {AnchorType} anchor - id or direct reference to the menu's anchor element **attribute** `anchor`
6
6
  * @param {boolean} autoDismiss - indicates whether the menu will automatically close when
7
7
  the user clicks outside the menu **attribute** `auto-dismiss`
8
8
  * @param {boolean} open - indicates whether the menu is open **attribute** `open`
@@ -18,8 +18,8 @@ declare const VwcMenu: {
18
18
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
19
19
  onOpen?: ((event: SyntheticEvent) => void) | undefined;
20
20
  onClose?: ((event: SyntheticEvent) => void) | undefined;
21
+ ariaLabel?: string | null | undefined;
21
22
  placement?: any;
22
- anchor?: any;
23
23
  autoDismiss?: boolean | undefined;
24
24
  open?: boolean | undefined;
25
25
  actionItemsSlottedContent?: any;