@vonage/vivid-react 2.10.98 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/VwcAccordion/package.json +1 -1
  2. package/VwcActionGroup/package.json +1 -1
  3. package/VwcBadge/package.json +1 -1
  4. package/VwcBanner/package.json +1 -1
  5. package/VwcButton/package.json +1 -1
  6. package/VwcButtonToggleGroup/package.json +1 -1
  7. package/VwcCalendar/package.json +1 -1
  8. package/VwcCalendarEvent/package.json +1 -1
  9. package/VwcCard/package.json +1 -1
  10. package/VwcCarousel/package.json +1 -1
  11. package/VwcCarouselItem/package.json +1 -1
  12. package/VwcCheckListItem/package.json +1 -1
  13. package/VwcCheckbox/package.json +1 -1
  14. package/VwcChip/package.json +1 -1
  15. package/VwcChipSet/package.json +1 -1
  16. package/VwcCircularProgress/package.json +1 -1
  17. package/VwcDataGrid/package.json +1 -1
  18. package/VwcDataGridColumn/package.json +1 -1
  19. package/VwcDatepicker/package.json +1 -1
  20. package/VwcDropdown/package.json +1 -1
  21. package/VwcElevation/package.json +1 -1
  22. package/VwcEmptyState/package.json +1 -1
  23. package/VwcExpansionPanel/package.json +1 -1
  24. package/VwcFab/package.json +1 -1
  25. package/VwcFilePicker/package.json +1 -1
  26. package/VwcFormfield/package.json +1 -1
  27. package/VwcHelperMessage/package.json +1 -1
  28. package/VwcIcon/package.json +1 -1
  29. package/VwcIconButton/package.json +1 -1
  30. package/VwcIconButtonToggle/package.json +1 -1
  31. package/VwcKeypad/package.json +1 -1
  32. package/VwcLayout/package.json +1 -1
  33. package/VwcLinearProgress/package.json +1 -1
  34. package/VwcList/package.json +1 -1
  35. package/VwcListExpansionPanel/package.json +1 -1
  36. package/VwcListItem/package.json +1 -1
  37. package/VwcMenu/package.json +1 -1
  38. package/VwcNotchedOutline/package.json +1 -1
  39. package/VwcNote/package.json +1 -1
  40. package/VwcPagination/package.json +1 -1
  41. package/VwcPopup/package.json +1 -1
  42. package/VwcRadio/package.json +1 -1
  43. package/VwcRadioListItem/package.json +1 -1
  44. package/VwcSchemeSelect/package.json +1 -1
  45. package/VwcScrubBar/package.json +1 -1
  46. package/VwcSelect/package.json +1 -1
  47. package/VwcSlider/package.json +1 -1
  48. package/VwcSnackbar/package.json +1 -1
  49. package/VwcSurface/package.json +1 -1
  50. package/VwcSwitch/package.json +1 -1
  51. package/VwcTab/package.json +1 -1
  52. package/VwcTabBar/package.json +1 -1
  53. package/VwcTag/package.json +1 -1
  54. package/VwcText/package.json +1 -1
  55. package/VwcTextarea/package.json +1 -1
  56. package/VwcTextfield/package.json +1 -1
  57. package/VwcThemeSwitch/package.json +1 -1
  58. package/VwcTooltip/package.json +1 -1
  59. package/VwcTopAppBar/package.json +1 -1
  60. package/VwcTopAppBarFixed/package.json +1 -1
  61. package/index.js +5 -38
  62. package/package.json +2 -2
  63. package/types/index.d.ts +43 -3
  64. package/v3/VwcAccordion/index.js +9 -0
  65. package/v3/VwcAccordion/package.json +2 -2
  66. package/v3/VwcAccordionItem/index.d.ts +2 -1
  67. package/v3/VwcAccordionItem/index.js +14 -5
  68. package/v3/VwcAccordionItem/package.json +2 -2
  69. package/v3/VwcActionGroup/package.json +2 -2
  70. package/v3/VwcAlert/index.js +14 -0
  71. package/v3/VwcAlert/package.json +2 -2
  72. package/v3/VwcAppearanceUi/index.js +28 -0
  73. package/v3/VwcAppearanceUi/package.json +2 -2
  74. package/v3/VwcAudioPlayer/index.d.ts +18 -0
  75. package/v3/VwcAudioPlayer/index.js +167 -1
  76. package/v3/VwcAudioPlayer/package.json +2 -2
  77. package/v3/VwcAvatar/package.json +2 -2
  78. package/v3/VwcBadge/index.js +32 -0
  79. package/v3/VwcBadge/package.json +2 -2
  80. package/v3/VwcBanner/index.d.ts +2 -2
  81. package/v3/VwcBanner/index.js +2 -2
  82. package/v3/VwcBanner/package.json +2 -2
  83. package/v3/VwcBreadcrumb/package.json +2 -2
  84. package/v3/VwcBreadcrumbItem/package.json +2 -2
  85. package/v3/VwcButton/index.js +52 -0
  86. package/v3/VwcButton/package.json +2 -2
  87. package/v3/VwcCalendar/package.json +2 -2
  88. package/v3/VwcCalendarEvent/package.json +2 -2
  89. package/v3/VwcCard/package.json +2 -2
  90. package/v3/VwcCheckbox/index.d.ts +1 -1
  91. package/v3/VwcCheckbox/index.js +12 -2
  92. package/v3/VwcCheckbox/package.json +2 -2
  93. package/v3/VwcCombobox/index.d.ts +4 -0
  94. package/v3/VwcCombobox/index.js +47 -16
  95. package/v3/VwcCombobox/package.json +2 -2
  96. package/v3/VwcDataGrid/index.js +3 -0
  97. package/v3/VwcDataGrid/package.json +2 -2
  98. package/v3/VwcDataGridCell/index.d.ts +1 -0
  99. package/v3/VwcDataGridCell/index.js +14 -1
  100. package/v3/VwcDataGridCell/package.json +2 -2
  101. package/v3/VwcDataGridRow/index.d.ts +1 -0
  102. package/v3/VwcDataGridRow/index.js +11 -1
  103. package/v3/VwcDataGridRow/package.json +2 -2
  104. package/v3/VwcDatePicker/index.d.ts +2 -2
  105. package/v3/VwcDatePicker/index.js +27 -10
  106. package/v3/VwcDatePicker/package.json +2 -2
  107. package/v3/VwcDatePickerBase/index.js +4 -1
  108. package/v3/VwcDatePickerBase/package.json +2 -2
  109. package/v3/VwcDateRangePicker/index.d.ts +2 -1
  110. package/v3/VwcDateRangePicker/index.js +27 -4
  111. package/v3/VwcDateRangePicker/package.json +2 -2
  112. package/v3/VwcDialPad/index.d.ts +27 -0
  113. package/v3/VwcDialPad/index.js +97 -3
  114. package/v3/VwcDialPad/package.json +2 -2
  115. package/v3/VwcDialog/index.js +4 -1
  116. package/v3/VwcDialog/package.json +2 -2
  117. package/v3/VwcDivider/package.json +2 -2
  118. package/v3/VwcElevation/package.json +2 -2
  119. package/v3/VwcEmptyState/package.json +2 -2
  120. package/v3/VwcFab/index.js +24 -0
  121. package/v3/VwcFab/package.json +2 -2
  122. package/v3/VwcFilePicker/index.js +15 -0
  123. package/v3/VwcFilePicker/package.json +2 -2
  124. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  125. package/v3/VwcFormAssociatedNumberField/index.d.ts +17 -0
  126. package/v3/VwcFormAssociatedNumberField/index.js +41 -0
  127. package/v3/VwcFormAssociatedNumberField/package.json +11 -0
  128. package/v3/VwcFormAssociatedRangeSlider/package.json +2 -2
  129. package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
  130. package/v3/VwcHeader/package.json +2 -2
  131. package/v3/VwcIcon/index.d.ts +12 -1
  132. package/v3/VwcIcon/index.js +2 -3
  133. package/v3/VwcIcon/package.json +2 -2
  134. package/v3/VwcLayout/package.json +2 -2
  135. package/v3/VwcListbox/package.json +2 -2
  136. package/v3/VwcMenu/index.d.ts +7 -2
  137. package/v3/VwcMenu/index.js +41 -35
  138. package/v3/VwcMenu/package.json +2 -2
  139. package/v3/VwcMenuItem/index.d.ts +1 -0
  140. package/v3/VwcMenuItem/index.js +17 -1
  141. package/v3/VwcMenuItem/package.json +2 -2
  142. package/v3/VwcNav/package.json +2 -2
  143. package/v3/VwcNavDisclosure/index.d.ts +4 -0
  144. package/v3/VwcNavDisclosure/index.js +90 -1
  145. package/v3/VwcNavDisclosure/package.json +2 -2
  146. package/v3/VwcNavItem/index.js +52 -0
  147. package/v3/VwcNavItem/package.json +2 -2
  148. package/v3/VwcNote/index.js +12 -0
  149. package/v3/VwcNote/package.json +2 -2
  150. package/v3/VwcNumberField/index.d.ts +25 -1
  151. package/v3/VwcNumberField/index.js +286 -23
  152. package/v3/VwcNumberField/package.json +2 -2
  153. package/v3/VwcOption/package.json +2 -2
  154. package/v3/VwcPagination/index.js +3 -0
  155. package/v3/VwcPagination/package.json +2 -2
  156. package/v3/VwcProgress/package.json +2 -2
  157. package/v3/VwcProgressRing/index.js +7 -7
  158. package/v3/VwcProgressRing/package.json +2 -2
  159. package/v3/VwcRadio/index.js +9 -0
  160. package/v3/VwcRadio/package.json +2 -2
  161. package/v3/VwcRadioGroup/index.js +9 -0
  162. package/v3/VwcRadioGroup/package.json +2 -2
  163. package/v3/VwcRangeSlider/index.d.ts +2 -1
  164. package/v3/VwcRangeSlider/index.js +24 -7
  165. package/v3/VwcRangeSlider/package.json +2 -2
  166. package/v3/VwcSelect/index.d.ts +1 -0
  167. package/v3/VwcSelect/index.js +48 -2
  168. package/v3/VwcSelect/package.json +2 -2
  169. package/v3/VwcSelectableBox/index.js +3 -0
  170. package/v3/VwcSelectableBox/package.json +2 -2
  171. package/v3/VwcSideDrawer/index.js +6 -0
  172. package/v3/VwcSideDrawer/package.json +2 -2
  173. package/v3/VwcSlider/index.d.ts +4 -1
  174. package/v3/VwcSlider/index.js +21 -3
  175. package/v3/VwcSlider/package.json +2 -2
  176. package/v3/VwcSplitButton/index.js +38 -0
  177. package/v3/VwcSplitButton/package.json +2 -2
  178. package/v3/VwcSwitch/index.d.ts +1 -1
  179. package/v3/VwcSwitch/index.js +10 -1
  180. package/v3/VwcSwitch/package.json +2 -2
  181. package/v3/VwcTab/index.d.ts +2 -2
  182. package/v3/VwcTab/index.js +10 -10
  183. package/v3/VwcTab/package.json +2 -2
  184. package/v3/VwcTabPanel/package.json +2 -2
  185. package/v3/VwcTabs/index.js +12 -3
  186. package/v3/VwcTabs/package.json +2 -2
  187. package/v3/VwcTag/index.d.ts +3 -1
  188. package/v3/VwcTag/index.js +17 -1
  189. package/v3/VwcTag/package.json +2 -2
  190. package/v3/VwcTagGroup/package.json +2 -2
  191. package/v3/VwcTextAnchor/package.json +2 -2
  192. package/v3/VwcTextArea/index.d.ts +1 -0
  193. package/v3/VwcTextArea/index.js +11 -2
  194. package/v3/VwcTextArea/package.json +2 -2
  195. package/v3/VwcTextField/index.d.ts +1 -0
  196. package/v3/VwcTextField/index.js +35 -2
  197. package/v3/VwcTextField/package.json +2 -2
  198. package/v3/VwcTimePicker/index.d.ts +1 -0
  199. package/v3/VwcTimePicker/index.js +12 -2
  200. package/v3/VwcTimePicker/package.json +2 -2
  201. package/v3/VwcToggletip/package.json +2 -2
  202. package/v3/VwcTooltip/package.json +2 -2
  203. package/v3/VwcTreeItem/index.d.ts +3 -1
  204. package/v3/VwcTreeItem/index.js +21 -1
  205. package/v3/VwcTreeItem/package.json +2 -2
  206. package/v3/VwcTreeView/package.json +2 -2
  207. package/v3/VwcVideoPlayer/index.js +9 -0
  208. package/v3/VwcVideoPlayer/package.json +2 -2
@@ -32,6 +32,22 @@ Code in this file were generated using following JSON:
32
32
  },
33
33
  "default": "null"
34
34
  },
35
+ {
36
+ "kind": "field",
37
+ "name": "skipForwardButtonAriaLabel",
38
+ "type": {
39
+ "text": "| string\n\t\t| null"
40
+ },
41
+ "default": "null"
42
+ },
43
+ {
44
+ "kind": "field",
45
+ "name": "skipBackwardButtonAriaLabel",
46
+ "type": {
47
+ "text": "| string\n\t\t| null"
48
+ },
49
+ "default": "null"
50
+ },
35
51
  {
36
52
  "kind": "field",
37
53
  "name": "connotation",
@@ -50,6 +66,14 @@ Code in this file were generated using following JSON:
50
66
  "description": "Indicates the audio-player's src.",
51
67
  "privacy": "public"
52
68
  },
69
+ {
70
+ "kind": "field",
71
+ "name": "playbackRate"
72
+ },
73
+ {
74
+ "kind": "method",
75
+ "name": "srcChanged"
76
+ },
53
77
  {
54
78
  "kind": "field",
55
79
  "name": "disabled",
@@ -69,6 +93,115 @@ Code in this file were generated using following JSON:
69
93
  "default": "false",
70
94
  "privacy": "public",
71
95
  "description": ""
96
+ },
97
+ {
98
+ "kind": "field",
99
+ "name": "skipBy",
100
+ "type": {
101
+ "text": "MediaSkipBy | undefined"
102
+ },
103
+ "description": "Allows the audio to skip back or forward",
104
+ "privacy": "public"
105
+ },
106
+ {
107
+ "kind": "field",
108
+ "name": "playbackRates",
109
+ "type": {
110
+ "text": "string | null"
111
+ },
112
+ "default": "null",
113
+ "description": "Sets the available playback rates. When an empty string, no choices will be available",
114
+ "privacy": "public"
115
+ },
116
+ {
117
+ "kind": "field",
118
+ "name": "paused",
119
+ "type": {
120
+ "text": "boolean"
121
+ }
122
+ },
123
+ {
124
+ "kind": "field",
125
+ "name": "duration"
126
+ },
127
+ {
128
+ "kind": "field",
129
+ "name": "currentTime"
130
+ },
131
+ {
132
+ "kind": "field",
133
+ "name": "#sliderEl",
134
+ "privacy": "private",
135
+ "type": {
136
+ "text": "Slider | null"
137
+ },
138
+ "readonly": true
139
+ },
140
+ {
141
+ "kind": "field",
142
+ "name": "#playerEl",
143
+ "privacy": "private",
144
+ "default": "new Audio()"
145
+ },
146
+ {
147
+ "kind": "method",
148
+ "name": "play"
149
+ },
150
+ {
151
+ "kind": "method",
152
+ "name": "pause"
153
+ },
154
+ {
155
+ "kind": "method",
156
+ "name": "#setSliderInteractionListeners",
157
+ "parameters": [
158
+ {
159
+ "name": "add",
160
+ "default": "true"
161
+ }
162
+ ]
163
+ },
164
+ {
165
+ "kind": "field",
166
+ "name": "#pausedChanged",
167
+ "privacy": "private"
168
+ },
169
+ {
170
+ "kind": "field",
171
+ "name": "#currentTimeChanged",
172
+ "privacy": "private",
173
+ "type": {
174
+ "text": "boolean"
175
+ },
176
+ "default": "false"
177
+ },
178
+ {
179
+ "kind": "field",
180
+ "name": "#updateProgress",
181
+ "privacy": "private"
182
+ },
183
+ {
184
+ "kind": "field",
185
+ "name": "#updateTotalTime",
186
+ "privacy": "private"
187
+ },
188
+ {
189
+ "kind": "field",
190
+ "name": "#dragInterval",
191
+ "privacy": "private",
192
+ "type": {
193
+ "text": "number | undefined"
194
+ }
195
+ },
196
+ {
197
+ "kind": "field",
198
+ "name": "#updateCurrentTimeOnSliderChange",
199
+ "privacy": "private"
200
+ },
201
+ {
202
+ "kind": "field",
203
+ "name": "#setPausedState",
204
+ "privacy": "private"
72
205
  }
73
206
  ],
74
207
  "attributes": [
@@ -96,6 +229,22 @@ Code in this file were generated using following JSON:
96
229
  "default": "null",
97
230
  "fieldName": "sliderAriaLabel"
98
231
  },
232
+ {
233
+ "name": "skip-forward-aria-label",
234
+ "type": {
235
+ "text": "| string\n\t\t| null"
236
+ },
237
+ "default": "null",
238
+ "fieldName": "skipForwardButtonAriaLabel"
239
+ },
240
+ {
241
+ "name": "skip-backward-aria-label",
242
+ "type": {
243
+ "text": "| string\n\t\t| null"
244
+ },
245
+ "default": "null",
246
+ "fieldName": "skipBackwardButtonAriaLabel"
247
+ },
99
248
  {
100
249
  "name": "connotation",
101
250
  "type": {
@@ -126,6 +275,23 @@ Code in this file were generated using following JSON:
126
275
  },
127
276
  "default": "false",
128
277
  "fieldName": "notime"
278
+ },
279
+ {
280
+ "name": "skip-by",
281
+ "type": {
282
+ "text": "MediaSkipBy | undefined"
283
+ },
284
+ "description": "Allows the audio to skip back or forward",
285
+ "fieldName": "skipBy"
286
+ },
287
+ {
288
+ "name": "playback-rates",
289
+ "type": {
290
+ "text": "string | null"
291
+ },
292
+ "default": "null",
293
+ "description": "Sets the available playback rates. When an empty string, no choices will be available",
294
+ "fieldName": "playbackRates"
129
295
  }
130
296
  ],
131
297
  "superclass": {
@@ -146,7 +312,7 @@ registerAudioPlayer('vvd3')
146
312
  const VwcAudioPlayer = wrapper(`vvd3-audio-player`, {
147
313
  events: [],
148
314
  attributes: [],
149
- properties: ['playButtonAriaLabel', 'pauseButtonAriaLabel', 'sliderAriaLabel', 'connotation', 'src', 'disabled', 'notime']
315
+ properties: ['playButtonAriaLabel', 'pauseButtonAriaLabel', 'sliderAriaLabel', 'skipForwardButtonAriaLabel', 'skipBackwardButtonAriaLabel', 'connotation', 'src', 'playbackRate', 'disabled', 'notime', 'skipBy', 'playbackRates', 'paused', 'duration', 'currentTime']
150
316
  })
151
317
 
152
318
  VwcAudioPlayer.displayName = 'VwcAudioPlayer'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-audio-player",
3
- "version": "3.53.0",
3
+ "version": "4.1.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-avatar",
3
- "version": "3.53.0",
3
+ "version": "4.1.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -168,6 +168,38 @@ Code in this file were generated using following JSON:
168
168
  "name": "--vvd-badge-information-firm-all",
169
169
  "default": "var(--vvd-color-information-600)"
170
170
  },
171
+ {
172
+ "name": "--vvd-badge-announcement-primary",
173
+ "default": "var(--vvd-color-announcement-500)"
174
+ },
175
+ {
176
+ "name": "--vvd-badge-announcement-primary-text",
177
+ "default": "var(--vvd-color-canvas)"
178
+ },
179
+ {
180
+ "name": "--vvd-badge-announcement-intermediate",
181
+ "default": "var(--vvd-color-announcement-500)"
182
+ },
183
+ {
184
+ "name": "--vvd-badge-announcement-soft",
185
+ "default": "var(--vvd-color-announcement-100)"
186
+ },
187
+ {
188
+ "name": "--vvd-badge-announcement-contrast",
189
+ "default": "var(--vvd-color-announcement-800)"
190
+ },
191
+ {
192
+ "name": "--vvd-badge-announcement-pale",
193
+ "default": "var(--vvd-color-announcement-300)"
194
+ },
195
+ {
196
+ "name": "--vvd-badge-announcement-fierce",
197
+ "default": "var(--vvd-color-announcement-700)"
198
+ },
199
+ {
200
+ "name": "--vvd-badge-announcement-firm-all",
201
+ "default": "var(--vvd-color-announcement-600)"
202
+ },
171
203
  {
172
204
  "name": "--vvd-badge-accent-primary",
173
205
  "default": "var(--vvd-color-canvas-text)"
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-badge",
3
- "version": "3.53.0",
3
+ "version": "4.1.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -7,7 +7,7 @@ import React, { ReactNode } from 'react';
7
7
  * @param {string | undefined} actionHref **attribute** `action-href`
8
8
  * @param {string | undefined} actionText **attribute** `action-text`
9
9
  * @param {boolean} removable **attribute** `removable`
10
- * @param {any} ariaLive **attribute** `aria-live`
10
+ * @param {string | null} ariaLive **attribute** `aria-live`
11
11
  * @param {string | undefined} text **attribute** `text`
12
12
  * @param {BannerConnotation | undefined} connotation **attribute** `connotation`
13
13
  */
@@ -23,7 +23,7 @@ declare const VwcBanner: {
23
23
  actionHref?: string | undefined;
24
24
  actionText?: string | undefined;
25
25
  removable?: boolean | undefined;
26
- ariaLive?: any;
26
+ ariaLive?: string | null | undefined;
27
27
  text?: string | undefined;
28
28
  connotation?: any;
29
29
  }): JSX.Element;
@@ -102,7 +102,7 @@ Code in this file were generated using following JSON:
102
102
  "kind": "field",
103
103
  "name": "ariaLive",
104
104
  "type": {
105
- "text": "any"
105
+ "text": "string | null"
106
106
  }
107
107
  },
108
108
  {
@@ -185,7 +185,7 @@ Code in this file were generated using following JSON:
185
185
  {
186
186
  "name": "aria-live",
187
187
  "type": {
188
- "text": "any"
188
+ "text": "string | null"
189
189
  },
190
190
  "fieldName": "ariaLive"
191
191
  },
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-banner",
3
- "version": "3.53.0",
3
+ "version": "4.1.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-breadcrumb",
3
- "version": "3.53.0",
3
+ "version": "4.1.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-breadcrumb-item",
3
- "version": "3.53.0",
3
+ "version": "4.1.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -40,6 +40,10 @@ Code in this file were generated using following JSON:
40
40
  "name": "--vvd-button-cta-faint",
41
41
  "default": "var(--vvd-color-cta-50)"
42
42
  },
43
+ {
44
+ "name": "--vvd-button-cta-fierce-primary",
45
+ "default": "var(--vvd-color-cta-700)"
46
+ },
43
47
  {
44
48
  "name": "--vvd-button-success-primary",
45
49
  "default": "var(--vvd-color-success-500)"
@@ -72,6 +76,10 @@ Code in this file were generated using following JSON:
72
76
  "name": "--vvd-button-success-faint",
73
77
  "default": "var(--vvd-color-success-50)"
74
78
  },
79
+ {
80
+ "name": "--vvd-button-success-fierce-primary",
81
+ "default": "var(--vvd-color-success-700)"
82
+ },
75
83
  {
76
84
  "name": "--vvd-button-alert-primary",
77
85
  "default": "var(--vvd-color-alert-500)"
@@ -104,6 +112,46 @@ Code in this file were generated using following JSON:
104
112
  "name": "--vvd-button-alert-faint",
105
113
  "default": "var(--vvd-color-alert-50)"
106
114
  },
115
+ {
116
+ "name": "--vvd-button-alert-fierce-primary",
117
+ "default": "var(--vvd-color-alert-700)"
118
+ },
119
+ {
120
+ "name": "--vvd-button-announcement-primary",
121
+ "default": "var(--vvd-color-announcement-500)"
122
+ },
123
+ {
124
+ "name": "--vvd-button-announcement-primary-text",
125
+ "default": "var(--vvd-color-canvas)"
126
+ },
127
+ {
128
+ "name": "--vvd-button-announcement-primary-increment",
129
+ "default": "var(--vvd-color-announcement-600)"
130
+ },
131
+ {
132
+ "name": "--vvd-button-announcement-contrast",
133
+ "default": "var(--vvd-color-announcement-800)"
134
+ },
135
+ {
136
+ "name": "--vvd-button-announcement-fierce",
137
+ "default": "var(--vvd-color-announcement-700)"
138
+ },
139
+ {
140
+ "name": "--vvd-button-announcement-firm",
141
+ "default": "var(--vvd-color-announcement-600)"
142
+ },
143
+ {
144
+ "name": "--vvd-button-announcement-soft",
145
+ "default": "var(--vvd-color-announcement-100)"
146
+ },
147
+ {
148
+ "name": "--vvd-button-announcement-faint",
149
+ "default": "var(--vvd-color-announcement-50)"
150
+ },
151
+ {
152
+ "name": "--vvd-button-announcement-fierce-primary",
153
+ "default": "var(--vvd-color-announcement-700)"
154
+ },
107
155
  {
108
156
  "name": "--vvd-button-accent-primary",
109
157
  "default": "var(--vvd-color-canvas-text)"
@@ -135,6 +183,10 @@ Code in this file were generated using following JSON:
135
183
  {
136
184
  "name": "--vvd-button-accent-faint",
137
185
  "default": "var(--vvd-color-neutral-50)"
186
+ },
187
+ {
188
+ "name": "--vvd-button-accent-fierce-primary",
189
+ "default": "var(--vvd-color-canvas-text)"
138
190
  }
139
191
  ],
140
192
  "slots": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-button",
3
- "version": "3.53.0",
3
+ "version": "4.1.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-calendar",
3
- "version": "3.53.0",
3
+ "version": "4.1.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-calendar-event",
3
- "version": "3.53.0",
3
+ "version": "4.1.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-card",
3
- "version": "3.53.0",
3
+ "version": "4.1.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -14,8 +14,8 @@ declare const VwcCheckbox: {
14
14
  id?: string | undefined;
15
15
  style?: React.CSSProperties | undefined;
16
16
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
17
- onInput?: ((event: SyntheticEvent) => void) | undefined;
18
17
  onChange?: ((event: SyntheticEvent) => void) | undefined;
18
+ onInput?: ((event: SyntheticEvent) => void) | undefined;
19
19
  ariaLabel?: string | null | undefined;
20
20
  tabindex?: string | null | undefined;
21
21
  connotation?: any;
@@ -92,7 +92,17 @@ Code in this file were generated using following JSON:
92
92
  ],
93
93
  "events": [
94
94
  {
95
- "description": "Event that emits when the component checked state changes",
95
+ "type": {
96
+ "text": "CustomEvent<undefined>"
97
+ },
98
+ "description": "Emitted when the checked state changes.",
99
+ "name": "change"
100
+ },
101
+ {
102
+ "type": {
103
+ "text": "CustomEvent<undefined>"
104
+ },
105
+ "description": "Emitted when the checked state changes.",
96
106
  "name": "input"
97
107
  }
98
108
  ],
@@ -132,7 +142,7 @@ Code in this file were generated using following JSON:
132
142
  "vueModels": [
133
143
  {
134
144
  "name": "modelValue",
135
- "attributeName": "current-checked",
145
+ "attributeName": "checked",
136
146
  "eventName": "change",
137
147
  "valueMapping": "(event.target as HTMLInputElement).checked"
138
148
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-checkbox",
3
- "version": "3.53.0",
3
+ "version": "4.1.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,9 +1,11 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** VwcCombobox
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/combobox
4
+ * @param {ComboboxAppearance | undefined} appearance - The appearance attribute. **attribute** `appearance`
4
5
  * @param {PopupPlacement | undefined} placement - the placement of the combobox
5
6
 
6
7
  HTML Attribute: string **attribute** `placement`
8
+ * @param {boolean} fixedDropdown - Whether the dropdown is using a fixed positioning strategy. **attribute** `fixed-dropdown`
7
9
  * @param {Popup} _popup
8
10
  * @param {HTMLElement} _anchor
9
11
  */
@@ -15,7 +17,9 @@ declare const VwcCombobox: {
15
17
  style?: React.CSSProperties | undefined;
16
18
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
17
19
  onChange?: ((event: SyntheticEvent) => void) | undefined;
20
+ appearance?: any;
18
21
  placement?: any;
22
+ fixedDropdown?: boolean | undefined;
19
23
  _popup?: any;
20
24
  _anchor?: any;
21
25
  }): JSX.Element;