@vonage/vivid-react 2.10.71 → 2.10.73

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 (187) 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 +9 -9
  66. package/package.json +73 -67
  67. package/types/index.d.ts +48 -8
  68. package/v3/VwcAccordion/package.json +2 -2
  69. package/v3/VwcAccordionItem/package.json +2 -2
  70. package/v3/VwcActionGroup/package.json +2 -2
  71. package/v3/VwcAlert/package.json +2 -2
  72. package/v3/VwcAvatar/index.js +8 -0
  73. package/v3/VwcAvatar/package.json +2 -2
  74. package/v3/VwcBadge/package.json +2 -2
  75. package/v3/VwcBanner/package.json +2 -2
  76. package/v3/VwcBreadcrumb/package.json +2 -2
  77. package/v3/VwcBreadcrumbItem/package.json +2 -2
  78. package/v3/VwcButton/package.json +2 -2
  79. package/v3/VwcCalendar/package.json +2 -2
  80. package/v3/VwcCalendarEvent/package.json +2 -2
  81. package/v3/VwcCard/package.json +2 -2
  82. package/v3/VwcCheckbox/index.d.ts +2 -0
  83. package/v3/VwcCheckbox/index.js +17 -1
  84. package/v3/VwcCheckbox/package.json +2 -2
  85. package/v3/VwcCombobox/package.json +2 -2
  86. package/v3/VwcDataGrid/index.d.ts +1 -1
  87. package/v3/VwcDataGrid/index.js +4 -1
  88. package/v3/VwcDataGrid/package.json +2 -2
  89. package/v3/VwcDataGridCell/index.d.ts +4 -3
  90. package/v3/VwcDataGridCell/index.js +15 -3
  91. package/v3/VwcDataGridCell/package.json +2 -2
  92. package/v3/VwcDataGridRow/index.d.ts +1 -1
  93. package/v3/VwcDataGridRow/index.js +4 -1
  94. package/v3/VwcDataGridRow/package.json +2 -2
  95. package/v3/VwcDatePicker/index.d.ts +14 -10
  96. package/v3/VwcDatePicker/index.js +217 -92
  97. package/v3/VwcDatePicker/package.json +2 -2
  98. package/v3/VwcDatePickerBase/index.d.ts +29 -0
  99. package/v3/VwcDatePickerBase/index.js +248 -0
  100. package/v3/VwcDatePickerBase/package.json +11 -0
  101. package/v3/VwcDateRangePicker/index.d.ts +56 -0
  102. package/v3/VwcDateRangePicker/index.js +444 -0
  103. package/v3/VwcDateRangePicker/package.json +11 -0
  104. package/v3/VwcDialog/index.d.ts +2 -0
  105. package/v3/VwcDialog/index.js +18 -2
  106. package/v3/VwcDialog/package.json +2 -2
  107. package/v3/VwcDivider/package.json +2 -2
  108. package/v3/VwcElevation/package.json +2 -2
  109. package/v3/VwcEmptyState/package.json +2 -2
  110. package/v3/VwcFab/index.js +6 -0
  111. package/v3/VwcFab/package.json +2 -2
  112. package/v3/VwcFilePicker/index.d.ts +4 -2
  113. package/v3/VwcFilePicker/index.js +62 -20
  114. package/v3/VwcFilePicker/package.json +2 -2
  115. package/v3/VwcFocus/package.json +2 -2
  116. package/v3/VwcFormAssociatedFilePicker/index.d.ts +17 -0
  117. package/v3/VwcFormAssociatedFilePicker/index.js +44 -0
  118. package/v3/VwcFormAssociatedFilePicker/package.json +11 -0
  119. package/v3/VwcHeader/package.json +2 -2
  120. package/v3/VwcIcon/package.json +2 -2
  121. package/v3/VwcLayout/package.json +2 -2
  122. package/v3/VwcListbox/index.d.ts +4 -0
  123. package/v3/VwcListbox/index.js +71 -1
  124. package/v3/VwcListbox/package.json +2 -2
  125. package/v3/VwcMenu/index.d.ts +2 -0
  126. package/v3/VwcMenu/index.js +5 -1
  127. package/v3/VwcMenu/package.json +2 -2
  128. package/v3/VwcMenuItem/index.d.ts +6 -0
  129. package/v3/VwcMenuItem/index.js +66 -1
  130. package/v3/VwcMenuItem/package.json +2 -2
  131. package/v3/VwcNav/package.json +2 -2
  132. package/v3/VwcNavDisclosure/package.json +2 -2
  133. package/v3/VwcNavItem/package.json +2 -2
  134. package/v3/VwcNote/package.json +2 -2
  135. package/v3/VwcNumberField/index.d.ts +4 -0
  136. package/v3/VwcNumberField/index.js +64 -1
  137. package/v3/VwcNumberField/package.json +2 -2
  138. package/v3/{VwcListboxOption → VwcOption}/index.d.ts +3 -3
  139. package/v3/{VwcListboxOption → VwcOption}/index.js +5 -5
  140. package/v3/{VwcListboxOption → VwcOption}/package.json +2 -2
  141. package/v3/VwcPagination/package.json +2 -2
  142. package/v3/VwcPopup/package.json +2 -2
  143. package/v3/VwcProgress/index.d.ts +5 -3
  144. package/v3/VwcProgress/index.js +29 -4
  145. package/v3/VwcProgress/package.json +2 -2
  146. package/v3/VwcProgressRing/index.d.ts +3 -1
  147. package/v3/VwcProgressRing/index.js +19 -3
  148. package/v3/VwcProgressRing/package.json +2 -2
  149. package/v3/VwcRadio/index.d.ts +2 -0
  150. package/v3/VwcRadio/index.js +17 -1
  151. package/v3/VwcRadio/package.json +2 -2
  152. package/v3/VwcRadioGroup/package.json +2 -2
  153. package/v3/VwcSelect/index.d.ts +2 -1
  154. package/v3/VwcSelect/index.js +1 -1
  155. package/v3/VwcSelect/package.json +2 -2
  156. package/v3/VwcSelectableBox/index.d.ts +30 -0
  157. package/v3/VwcSelectableBox/index.js +197 -0
  158. package/v3/VwcSelectableBox/package.json +11 -0
  159. package/v3/VwcSideDrawer/index.d.ts +3 -1
  160. package/v3/VwcSideDrawer/index.js +11 -1
  161. package/v3/VwcSideDrawer/package.json +2 -2
  162. package/v3/VwcSlider/index.d.ts +6 -0
  163. package/v3/VwcSlider/index.js +60 -1
  164. package/v3/VwcSlider/package.json +2 -2
  165. package/v3/VwcSplitButton/package.json +2 -2
  166. package/v3/VwcSwitch/index.d.ts +1 -1
  167. package/v3/VwcSwitch/index.js +4 -1
  168. package/v3/VwcSwitch/package.json +2 -2
  169. package/v3/VwcTab/index.js +6 -0
  170. package/v3/VwcTab/package.json +2 -2
  171. package/v3/VwcTabPanel/package.json +2 -2
  172. package/v3/VwcTabs/package.json +2 -2
  173. package/v3/VwcTag/package.json +2 -2
  174. package/v3/VwcTagGroup/index.d.ts +2 -1
  175. package/v3/VwcTagGroup/index.js +21 -1
  176. package/v3/VwcTagGroup/package.json +2 -2
  177. package/v3/VwcTextAnchor/package.json +2 -2
  178. package/v3/VwcTextArea/index.d.ts +1 -1
  179. package/v3/VwcTextArea/index.js +11 -0
  180. package/v3/VwcTextArea/package.json +2 -2
  181. package/v3/VwcTextField/index.d.ts +2 -0
  182. package/v3/VwcTextField/index.js +42 -1
  183. package/v3/VwcTextField/package.json +2 -2
  184. package/v3/VwcToggletip/package.json +2 -2
  185. package/v3/VwcTooltip/package.json +2 -2
  186. package/v3/VwcTreeItem/package.json +2 -2
  187. package/v3/VwcTreeView/package.json +2 -2
@@ -0,0 +1,197 @@
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": "Base class for selectable-box",
9
+ "name": "SelectableBox",
10
+ "cssProperties": [
11
+ {
12
+ "name": "--vvd-selectable-box-cta-firm",
13
+ "default": "var(--vvd-color-cta-600)"
14
+ },
15
+ {
16
+ "name": "--vvd-selectable-box-cta-pale",
17
+ "default": "var(--vvd-color-cta-300)"
18
+ },
19
+ {
20
+ "name": "--vvd-selectable-box-cta-soft",
21
+ "default": "var(--vvd-color-cta-100)"
22
+ },
23
+ {
24
+ "name": "--vvd-selectable-box-accent-firm",
25
+ "default": "var(--vvd-color-canvas-text)"
26
+ },
27
+ {
28
+ "name": "--vvd-selectable-box-accent-pale",
29
+ "default": "var(--vvd-color-neutral-300)"
30
+ },
31
+ {
32
+ "name": "--vvd-selectable-box-accent-soft",
33
+ "default": "var(--vvd-color-neutral-100)"
34
+ }
35
+ ],
36
+ "slots": [
37
+ {
38
+ "description": "Slot for box's content.",
39
+ "name": "default"
40
+ }
41
+ ],
42
+ "members": [
43
+ {
44
+ "kind": "field",
45
+ "name": "checked",
46
+ "type": {
47
+ "text": "boolean"
48
+ },
49
+ "default": "false",
50
+ "description": "Controls the checked state of the box",
51
+ "privacy": "public"
52
+ },
53
+ {
54
+ "kind": "field",
55
+ "name": "clickable",
56
+ "type": {
57
+ "text": "boolean"
58
+ },
59
+ "default": "false",
60
+ "description": "Makes the whole selectable box clickable",
61
+ "privacy": "public"
62
+ },
63
+ {
64
+ "kind": "field",
65
+ "name": "connotation",
66
+ "type": {
67
+ "text": "SelectableBoxConnotation | undefined"
68
+ },
69
+ "description": "The connotation the selectable box should have.",
70
+ "privacy": "public"
71
+ },
72
+ {
73
+ "kind": "field",
74
+ "name": "controlAriaLabel",
75
+ "type": {
76
+ "text": "string | null"
77
+ },
78
+ "default": "null",
79
+ "description": "Adds an accessible label to selectable box",
80
+ "privacy": "public"
81
+ },
82
+ {
83
+ "kind": "field",
84
+ "name": "controlAriaLabelledby",
85
+ "type": {
86
+ "text": "string | null"
87
+ },
88
+ "default": "null",
89
+ "description": "Links a piece of content as an accessible label",
90
+ "privacy": "public"
91
+ },
92
+ {
93
+ "kind": "field",
94
+ "name": "controlType",
95
+ "type": {
96
+ "text": "SelectableBoxControlType | undefined"
97
+ },
98
+ "description": "The type of control the box should have: checkbox or radio.",
99
+ "privacy": "public"
100
+ },
101
+ {
102
+ "kind": "field",
103
+ "name": "tight",
104
+ "type": {
105
+ "text": "boolean"
106
+ },
107
+ "default": "false",
108
+ "description": "Removes the padding around the box's slot content",
109
+ "privacy": "public"
110
+ }
111
+ ],
112
+ "events": [
113
+ {
114
+ "description": "Fired when the checked state changes",
115
+ "name": "change"
116
+ }
117
+ ],
118
+ "attributes": [
119
+ {
120
+ "type": {
121
+ "text": "boolean"
122
+ },
123
+ "default": "false",
124
+ "description": "Controls the checked state of the box",
125
+ "fieldName": "checked"
126
+ },
127
+ {
128
+ "type": {
129
+ "text": "boolean"
130
+ },
131
+ "default": "false",
132
+ "description": "Makes the whole selectable box clickable",
133
+ "fieldName": "clickable"
134
+ },
135
+ {
136
+ "name": "connotation",
137
+ "type": {
138
+ "text": "SelectableBoxConnotation | undefined"
139
+ },
140
+ "description": "The connotation the selectable box should have.",
141
+ "fieldName": "connotation"
142
+ },
143
+ {
144
+ "name": "control-aria-label",
145
+ "type": {
146
+ "text": "string | null"
147
+ },
148
+ "default": "null",
149
+ "description": "Adds an accessible label to selectable box",
150
+ "fieldName": "controlAriaLabel"
151
+ },
152
+ {
153
+ "name": "control-aria-labelledby",
154
+ "type": {
155
+ "text": "string | null"
156
+ },
157
+ "default": "null",
158
+ "description": "Links a piece of content as an accessible label",
159
+ "fieldName": "controlAriaLabelledby"
160
+ },
161
+ {
162
+ "name": "control-type",
163
+ "type": {
164
+ "text": "SelectableBoxControlType | undefined"
165
+ },
166
+ "description": "The type of control the box should have: checkbox or radio.",
167
+ "fieldName": "controlType"
168
+ },
169
+ {
170
+ "type": {
171
+ "text": "boolean"
172
+ },
173
+ "default": "false",
174
+ "description": "Removes the padding around the box's slot content",
175
+ "fieldName": "tight"
176
+ }
177
+ ],
178
+ "superclass": {
179
+ "name": "FoundationElement",
180
+ "package": "@microsoft/fast-foundation"
181
+ }
182
+ }
183
+ */
184
+ import wrapper from '@vonage/vivid-react-wrapper'
185
+ import { registerSelectableBox } from '@vonage/vivid'
186
+
187
+ registerSelectableBox('vvd3')
188
+
189
+ const VwcSelectableBox = wrapper(`vvd3-selectable-box`, {
190
+ events: [{"name":"change","propName":"onChange"}],
191
+ attributes: [],
192
+ properties: ['checked', 'clickable', 'connotation', 'controlAriaLabel', 'controlAriaLabelledby', 'controlType', 'tight']
193
+ })
194
+
195
+ VwcSelectableBox.displayName = 'VwcSelectableBox'
196
+
197
+ export default VwcSelectableBox
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@vonage/vivid-react-vvd3-selectable-box",
3
+ "version": "3.40.0",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "private": true,
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "@vonage/vivid": "3.40.0"
10
+ }
11
+ }
@@ -1,4 +1,4 @@
1
- import React, { ReactNode } from 'react';
1
+ import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** Base class for side-drawer
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/side-drawer
4
4
  * @param {boolean} alternate - applies scheme alternate region **attribute** `alternate`
@@ -13,6 +13,8 @@ declare const VwcSideDrawer: {
13
13
  id?: string | undefined;
14
14
  style?: React.CSSProperties | undefined;
15
15
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
16
+ onClose?: ((event: SyntheticEvent) => void) | undefined;
17
+ onOpen?: ((event: SyntheticEvent) => void) | undefined;
16
18
  alternate?: boolean | undefined;
17
19
  modal?: boolean | undefined;
18
20
  open?: boolean | undefined;
@@ -77,6 +77,16 @@ Code in this file were generated using following JSON:
77
77
  }
78
78
  }
79
79
  ],
80
+ "events": [
81
+ {
82
+ "description": "Fired when the side drawer is closed.",
83
+ "name": "close"
84
+ },
85
+ {
86
+ "description": "Fired when the side drawer is opened.",
87
+ "name": "open"
88
+ }
89
+ ],
80
90
  "attributes": [
81
91
  {
82
92
  "type": {
@@ -123,7 +133,7 @@ import { registerSideDrawer } from '@vonage/vivid'
123
133
  registerSideDrawer('vvd3')
124
134
 
125
135
  const VwcSideDrawer = wrapper(`vvd3-side-drawer`, {
126
- events: [],
136
+ events: [{"name":"open","propName":"onOpen"},{"name":"close","propName":"onClose"}],
127
137
  attributes: [],
128
138
  properties: ['alternate', 'modal', 'open', 'trailing']
129
139
  })
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-side-drawer",
3
- "version": "3.32.0",
3
+ "version": "3.40.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.32.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,7 +1,10 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  /** Base class for slider
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/slider
4
+ * @param {string | null} ariaLabel **attribute** `aria-label`
5
+ * @param {string | null} ariaValuetext **attribute** `aria-valuetext`
4
6
  * @param {boolean} markers - Display markers on/off **attribute** `markers`
7
+ * @param {SliderConnotation | undefined} connotation - slider connotation **attribute** `connotation`
5
8
  */
6
9
  declare const VwcSlider: {
7
10
  (props: {
@@ -10,7 +13,10 @@ declare const VwcSlider: {
10
13
  id?: string | undefined;
11
14
  style?: React.CSSProperties | undefined;
12
15
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
16
+ ariaLabel?: string | null | undefined;
17
+ ariaValuetext?: string | null | undefined;
13
18
  markers?: boolean | undefined;
19
+ connotation?: any;
14
20
  }): JSX.Element;
15
21
  displayName: string;
16
22
  };
@@ -7,7 +7,33 @@ Code in this file were generated using following JSON:
7
7
  "kind": "class",
8
8
  "description": "Base class for slider",
9
9
  "name": "Slider",
10
+ "cssProperties": [
11
+ {
12
+ "name": "--vvd-slider-cta-primary",
13
+ "default": "var(--vvd-color-cta-500)"
14
+ },
15
+ {
16
+ "name": "--vvd-slider-accent-primary",
17
+ "default": "var(--vvd-color-canvas-text)"
18
+ }
19
+ ],
10
20
  "members": [
21
+ {
22
+ "kind": "field",
23
+ "name": "ariaLabel",
24
+ "type": {
25
+ "text": "string | null"
26
+ },
27
+ "default": "null"
28
+ },
29
+ {
30
+ "kind": "field",
31
+ "name": "ariaValuetext",
32
+ "type": {
33
+ "text": "string | null"
34
+ },
35
+ "default": "null"
36
+ },
11
37
  {
12
38
  "kind": "field",
13
39
  "name": "markers",
@@ -17,9 +43,34 @@ Code in this file were generated using following JSON:
17
43
  "default": "false",
18
44
  "description": "Display markers on/off",
19
45
  "privacy": "public"
46
+ },
47
+ {
48
+ "kind": "field",
49
+ "name": "connotation",
50
+ "type": {
51
+ "text": "SliderConnotation | undefined"
52
+ },
53
+ "description": "slider connotation",
54
+ "privacy": "public"
20
55
  }
21
56
  ],
22
57
  "attributes": [
58
+ {
59
+ "name": "aria-label",
60
+ "type": {
61
+ "text": "string | null"
62
+ },
63
+ "default": "null",
64
+ "fieldName": "ariaLabel"
65
+ },
66
+ {
67
+ "name": "aria-valuetext",
68
+ "type": {
69
+ "text": "string | null"
70
+ },
71
+ "default": "null",
72
+ "fieldName": "ariaValuetext"
73
+ },
23
74
  {
24
75
  "type": {
25
76
  "text": "boolean"
@@ -27,6 +78,14 @@ Code in this file were generated using following JSON:
27
78
  "default": "false",
28
79
  "description": "Display markers on/off",
29
80
  "fieldName": "markers"
81
+ },
82
+ {
83
+ "name": "connotation",
84
+ "type": {
85
+ "text": "SliderConnotation | undefined"
86
+ },
87
+ "description": "slider connotation",
88
+ "fieldName": "connotation"
30
89
  }
31
90
  ],
32
91
  "superclass": {
@@ -43,7 +102,7 @@ registerSlider('vvd3')
43
102
  const VwcSlider = wrapper(`vvd3-slider`, {
44
103
  events: [],
45
104
  attributes: [],
46
- properties: ['markers']
105
+ properties: ['ariaLabel', 'ariaValuetext', 'markers', 'connotation']
47
106
  })
48
107
 
49
108
  VwcSlider.displayName = 'VwcSlider'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-slider",
3
- "version": "3.32.0",
3
+ "version": "3.40.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.32.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-split-button",
3
- "version": "3.32.0",
3
+ "version": "3.40.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.32.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -2,7 +2,7 @@ import React, { ReactNode } from 'react';
2
2
  /** Base class for switch
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/switch
4
4
  * @param {string | undefined} label - Indicates the switch's label. **attribute** `label`
5
- * @param {SwitchConnotation | undefined} connotation **attribute** `connotation`
5
+ * @param {SwitchConnotation | undefined} connotation - Indicates the switch's connotation. **attribute** `connotation`
6
6
  */
7
7
  declare const VwcSwitch: {
8
8
  (props: {
@@ -120,7 +120,9 @@ Code in this file were generated using following JSON:
120
120
  "name": "connotation",
121
121
  "type": {
122
122
  "text": "SwitchConnotation | undefined"
123
- }
123
+ },
124
+ "description": "Indicates the switch's connotation.",
125
+ "privacy": "public"
124
126
  }
125
127
  ],
126
128
  "attributes": [
@@ -137,6 +139,7 @@ Code in this file were generated using following JSON:
137
139
  "type": {
138
140
  "text": "SwitchConnotation | undefined"
139
141
  },
142
+ "description": "Indicates the switch's connotation.",
140
143
  "fieldName": "connotation"
141
144
  }
142
145
  ],
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-switch",
3
- "version": "3.32.0",
3
+ "version": "3.40.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.32.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -57,6 +57,12 @@ Code in this file were generated using following JSON:
57
57
  "default": "var(--vvd-color-neutral-300)"
58
58
  }
59
59
  ],
60
+ "slots": [
61
+ {
62
+ "description": "Slot to add an icon to tab.",
63
+ "name": "icon"
64
+ }
65
+ ],
60
66
  "members": [
61
67
  {
62
68
  "kind": "field",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab",
3
- "version": "3.32.0",
3
+ "version": "3.40.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.32.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab-panel",
3
- "version": "3.32.0",
3
+ "version": "3.40.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.32.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tabs",
3
- "version": "3.32.0",
3
+ "version": "3.40.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.32.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag",
3
- "version": "3.32.0",
3
+ "version": "3.40.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.32.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,7 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  /** Base class for tag-group
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/tag-group
4
-
4
+ * @param {string | null} ariaLabel **attribute** `aria-label`
5
5
  */
6
6
  declare const VwcTagGroup: {
7
7
  (props: {
@@ -10,6 +10,7 @@ declare const VwcTagGroup: {
10
10
  id?: string | undefined;
11
11
  style?: React.CSSProperties | undefined;
12
12
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
13
+ ariaLabel?: string | null | undefined;
13
14
  }): JSX.Element;
14
15
  displayName: string;
15
16
  };
@@ -13,6 +13,26 @@ Code in this file were generated using following JSON:
13
13
  "name": ""
14
14
  }
15
15
  ],
16
+ "members": [
17
+ {
18
+ "kind": "field",
19
+ "name": "ariaLabel",
20
+ "type": {
21
+ "text": "string | null"
22
+ },
23
+ "default": "null"
24
+ }
25
+ ],
26
+ "attributes": [
27
+ {
28
+ "name": "aria-label",
29
+ "type": {
30
+ "text": "string | null"
31
+ },
32
+ "default": "null",
33
+ "fieldName": "ariaLabel"
34
+ }
35
+ ],
16
36
  "superclass": {
17
37
  "name": "FoundationElement",
18
38
  "package": "@microsoft/fast-foundation"
@@ -27,7 +47,7 @@ registerTagGroup('vvd3')
27
47
  const VwcTagGroup = wrapper(`vvd3-tag-group`, {
28
48
  events: [],
29
49
  attributes: [],
30
- properties: []
50
+ properties: ['ariaLabel']
31
51
  })
32
52
 
33
53
  VwcTagGroup.displayName = 'VwcTagGroup'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag-group",
3
- "version": "3.32.0",
3
+ "version": "3.40.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.32.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-anchor",
3
- "version": "3.32.0",
3
+ "version": "3.40.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.32.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,7 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  /** Base class for text-area
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/text-area
4
- * @param {TextAreaWrap | undefined} wrap **attribute** `wrap`
4
+ * @param {TextAreaWrap | undefined} wrap - The wrap attribute **attribute** `wrap`
5
5
  */
6
6
  declare const VwcTextArea: {
7
7
  (props: {
@@ -87,6 +87,16 @@ Code in this file were generated using following JSON:
87
87
  "name": "wrap",
88
88
  "type": {
89
89
  "text": "TextAreaWrap | undefined"
90
+ },
91
+ "description": "The wrap attribute",
92
+ "privacy": "public"
93
+ },
94
+ {
95
+ "kind": "field",
96
+ "name": "#reflectToTextArea",
97
+ "privacy": "private",
98
+ "type": {
99
+ "text": "Reflector<this, HTMLTextAreaElement> | undefined"
90
100
  }
91
101
  }
92
102
  ],
@@ -96,6 +106,7 @@ Code in this file were generated using following JSON:
96
106
  "type": {
97
107
  "text": "TextAreaWrap | undefined"
98
108
  },
109
+ "description": "The wrap attribute",
99
110
  "fieldName": "wrap"
100
111
  }
101
112
  ],
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-area",
3
- "version": "3.32.0",
3
+ "version": "3.40.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.32.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }