@vonage/vivid-react 2.10.77 → 2.10.79

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 (160) 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 +13 -4
  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 +2 -0
  71. package/v3/VwcAlert/index.js +18 -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/package.json +2 -2
  77. package/v3/VwcAvatar/package.json +2 -2
  78. package/v3/VwcBadge/package.json +2 -2
  79. package/v3/VwcBanner/package.json +2 -2
  80. package/v3/VwcBreadcrumb/package.json +2 -2
  81. package/v3/VwcBreadcrumbItem/package.json +2 -2
  82. package/v3/VwcButton/package.json +2 -2
  83. package/v3/VwcCalendar/package.json +2 -2
  84. package/v3/VwcCalendarEvent/package.json +2 -2
  85. package/v3/VwcCard/package.json +2 -2
  86. package/v3/VwcCheckbox/package.json +2 -2
  87. package/v3/VwcCombobox/package.json +2 -2
  88. package/v3/VwcDataGrid/index.d.ts +4 -1
  89. package/v3/VwcDataGrid/index.js +21 -2
  90. package/v3/VwcDataGrid/package.json +2 -2
  91. package/v3/VwcDataGridCell/index.d.ts +1 -0
  92. package/v3/VwcDataGridCell/index.js +9 -1
  93. package/v3/VwcDataGridCell/package.json +2 -2
  94. package/v3/VwcDataGridRow/index.d.ts +2 -1
  95. package/v3/VwcDataGridRow/index.js +7 -1
  96. package/v3/VwcDataGridRow/package.json +2 -2
  97. package/v3/VwcDatePicker/package.json +2 -2
  98. package/v3/VwcDatePickerBase/package.json +2 -2
  99. package/v3/VwcDateRangePicker/package.json +2 -2
  100. package/v3/VwcDialog/index.d.ts +2 -4
  101. package/v3/VwcDialog/index.js +17 -38
  102. package/v3/VwcDialog/package.json +2 -2
  103. package/v3/VwcDivider/package.json +2 -2
  104. package/v3/VwcElevation/package.json +2 -2
  105. package/v3/VwcEmptyState/package.json +2 -2
  106. package/v3/VwcFab/package.json +2 -2
  107. package/v3/VwcFilePicker/package.json +2 -2
  108. package/v3/VwcFocus/package.json +2 -2
  109. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  110. package/v3/VwcHeader/package.json +2 -2
  111. package/v3/VwcIcon/package.json +2 -2
  112. package/v3/VwcLayout/package.json +2 -2
  113. package/v3/VwcListbox/package.json +2 -2
  114. package/v3/VwcMenu/index.d.ts +2 -2
  115. package/v3/VwcMenu/index.js +29 -69
  116. package/v3/VwcMenu/package.json +2 -2
  117. package/v3/VwcMenuItem/package.json +2 -2
  118. package/v3/VwcNav/package.json +2 -2
  119. package/v3/VwcNavDisclosure/package.json +2 -2
  120. package/v3/VwcNavItem/package.json +2 -2
  121. package/v3/VwcNote/package.json +2 -2
  122. package/v3/VwcNumberField/package.json +2 -2
  123. package/v3/VwcOption/package.json +2 -2
  124. package/v3/VwcPagination/package.json +2 -2
  125. package/v3/VwcPopup/index.d.ts +1 -1
  126. package/v3/VwcPopup/index.js +6 -11
  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/VwcRadio/package.json +2 -2
  131. package/v3/VwcRadioGroup/package.json +2 -2
  132. package/v3/VwcSelect/index.d.ts +0 -4
  133. package/v3/VwcSelect/index.js +1 -15
  134. package/v3/VwcSelect/package.json +2 -2
  135. package/v3/VwcSelectableBox/package.json +2 -2
  136. package/v3/VwcSideDrawer/package.json +2 -2
  137. package/v3/VwcSlider/package.json +2 -2
  138. package/v3/VwcSplitButton/index.d.ts +2 -0
  139. package/v3/VwcSplitButton/index.js +11 -1
  140. package/v3/VwcSplitButton/package.json +2 -2
  141. package/v3/VwcSwitch/package.json +2 -2
  142. package/v3/VwcTab/package.json +2 -2
  143. package/v3/VwcTabPanel/package.json +2 -2
  144. package/v3/VwcTabs/index.d.ts +2 -0
  145. package/v3/VwcTabs/index.js +18 -1
  146. package/v3/VwcTabs/package.json +2 -2
  147. package/v3/VwcTag/package.json +2 -2
  148. package/v3/VwcTagGroup/package.json +2 -2
  149. package/v3/VwcTextAnchor/package.json +2 -2
  150. package/v3/VwcTextArea/index.js +1 -1
  151. package/v3/VwcTextArea/package.json +2 -2
  152. package/v3/VwcTextField/package.json +2 -2
  153. package/v3/VwcToggletip/index.d.ts +0 -2
  154. package/v3/VwcToggletip/index.js +17 -59
  155. package/v3/VwcToggletip/package.json +2 -2
  156. package/v3/VwcTooltip/index.d.ts +1 -1
  157. package/v3/VwcTooltip/index.js +15 -90
  158. package/v3/VwcTooltip/package.json +2 -2
  159. package/v3/VwcTreeItem/package.json +2 -2
  160. package/v3/VwcTreeView/package.json +2 -2
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-checkbox",
3
- "version": "3.43.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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-combobox",
3
- "version": "3.43.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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,7 +1,8 @@
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
4
4
  * @param {DataGridSelectionMode | undefined} selectionMode - Indicates the selection mode. **attribute** `selection-mode`
5
+ * @param toggleGeneratedHeader
5
6
  */
6
7
  declare const VwcDataGrid: {
7
8
  (props: {
@@ -10,7 +11,9 @@ declare const VwcDataGrid: {
10
11
  id?: string | undefined;
11
12
  style?: React.CSSProperties | undefined;
12
13
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
14
+ onCellClick?: ((event: SyntheticEvent) => void) | undefined;
13
15
  selectionMode?: any;
16
+ toggleGeneratedHeader?: any;
14
17
  }): JSX.Element;
15
18
  displayName: string;
16
19
  };
@@ -73,6 +73,15 @@ Code in this file were generated using following JSON:
73
73
  "name": "#handleRowSelection",
74
74
  "privacy": "private"
75
75
  },
76
+ {
77
+ "kind": "field",
78
+ "name": "#changeHandler",
79
+ "privacy": "private",
80
+ "type": {
81
+ "text": "object"
82
+ },
83
+ "default": "{\n\t\thandleChange(dataGrid: DataGrid, propertyName: string) {\n\t\t\tif (propertyName === 'columnDefinitions') {\n\t\t\t\tif (dataGrid.$fastController.isConnected) {\n\t\t\t\t\t(dataGrid as any).toggleGeneratedHeader();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}"
84
+ },
76
85
  {
77
86
  "kind": "field",
78
87
  "name": "#setSelectedState",
@@ -100,6 +109,16 @@ Code in this file were generated using following JSON:
100
109
  }
101
110
  }
102
111
  ]
112
+ },
113
+ {
114
+ "kind": "field",
115
+ "name": "toggleGeneratedHeader"
116
+ }
117
+ ],
118
+ "events": [
119
+ {
120
+ "description": "Event that fires when a cell is clicked",
121
+ "name": "cell-click"
103
122
  }
104
123
  ],
105
124
  "attributes": [
@@ -124,9 +143,9 @@ import { registerDataGrid } from '@vonage/vivid'
124
143
  registerDataGrid('vvd3')
125
144
 
126
145
  const VwcDataGrid = wrapper(`vvd3-data-grid`, {
127
- events: [],
146
+ events: [{"name":"cell-click","propName":"onCellClick"}],
128
147
  attributes: [],
129
- properties: ['selectionMode']
148
+ properties: ['selectionMode', 'toggleGeneratedHeader']
130
149
  })
131
150
 
132
151
  VwcDataGrid.displayName = 'VwcDataGrid'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid",
3
- "version": "3.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -9,9 +9,8 @@ import React, { ReactNode, SyntheticEvent } from 'react';
9
9
  * @param {boolean} fullWidthBody **attribute** `full-width-body`
10
10
  * @param {string | null} ariaLabel **attribute** `aria-label`
11
11
  * @param {string | null} dismissButtonAriaLabel **attribute** `dismiss-button-aria-label`
12
+ * @param {boolean} noLightDismiss **attribute** `no-light-dismiss`
12
13
  * @param {string} returnValue
13
- * @param {HTMLElement[] | undefined} footerSlottedContent
14
- * @param {HTMLElement[] | undefined} actionItemsSlottedContent
15
14
  */
16
15
  declare const VwcDialog: {
17
16
  (props: {
@@ -29,9 +28,8 @@ declare const VwcDialog: {
29
28
  fullWidthBody?: boolean | undefined;
30
29
  ariaLabel?: string | null | undefined;
31
30
  dismissButtonAriaLabel?: string | null | undefined;
31
+ noLightDismiss?: boolean | undefined;
32
32
  returnValue?: string | undefined;
33
- footerSlottedContent?: any;
34
- actionItemsSlottedContent?: any;
35
33
  }): JSX.Element;
36
34
  displayName: string;
37
35
  };
@@ -92,6 +92,14 @@ Code in this file were generated using following JSON:
92
92
  },
93
93
  "default": "null"
94
94
  },
95
+ {
96
+ "kind": "field",
97
+ "name": "noLightDismiss",
98
+ "type": {
99
+ "text": "boolean"
100
+ },
101
+ "default": "false"
102
+ },
95
103
  {
96
104
  "kind": "field",
97
105
  "name": "#modal",
@@ -108,11 +116,6 @@ Code in this file were generated using following JSON:
108
116
  "text": "string"
109
117
  }
110
118
  },
111
- {
112
- "kind": "field",
113
- "name": "modal",
114
- "readonly": true
115
- },
116
119
  {
117
120
  "kind": "field",
118
121
  "name": "#dialogElement",
@@ -127,24 +130,6 @@ Code in this file were generated using following JSON:
127
130
  "privacy": "private",
128
131
  "readonly": true
129
132
  },
130
- {
131
- "kind": "method",
132
- "name": "openChanged",
133
- "parameters": [
134
- {
135
- "name": "oldValue",
136
- "type": {
137
- "text": "boolean"
138
- }
139
- },
140
- {
141
- "name": "newValue",
142
- "type": {
143
- "text": "boolean"
144
- }
145
- }
146
- ]
147
- },
148
133
  {
149
134
  "kind": "field",
150
135
  "name": "#handleScrimClick",
@@ -178,20 +163,6 @@ Code in this file were generated using following JSON:
178
163
  {
179
164
  "kind": "method",
180
165
  "name": "showModal"
181
- },
182
- {
183
- "kind": "field",
184
- "name": "footerSlottedContent",
185
- "type": {
186
- "text": "HTMLElement[] | undefined"
187
- }
188
- },
189
- {
190
- "kind": "field",
191
- "name": "actionItemsSlottedContent",
192
- "type": {
193
- "text": "HTMLElement[] | undefined"
194
- }
195
166
  }
196
167
  ],
197
168
  "events": [
@@ -260,6 +231,14 @@ Code in this file were generated using following JSON:
260
231
  },
261
232
  "default": "null",
262
233
  "fieldName": "dismissButtonAriaLabel"
234
+ },
235
+ {
236
+ "name": "no-light-dismiss",
237
+ "type": {
238
+ "text": "boolean"
239
+ },
240
+ "default": "false",
241
+ "fieldName": "noLightDismiss"
263
242
  }
264
243
  ],
265
244
  "superclass": {
@@ -276,7 +255,7 @@ registerDialog('vvd3')
276
255
  const VwcDialog = wrapper(`vvd3-dialog`, {
277
256
  events: [{"name":"close","propName":"onClose"}],
278
257
  attributes: [],
279
- properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', 'ariaLabel', 'dismissButtonAriaLabel', 'returnValue', 'footerSlottedContent', 'actionItemsSlottedContent']
258
+ properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', 'ariaLabel', 'dismissButtonAriaLabel', 'noLightDismiss', 'returnValue']
280
259
  })
281
260
 
282
261
  VwcDialog.displayName = 'VwcDialog'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-dialog",
3
- "version": "3.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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;