@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.
- package/VwcAccordion/package.json +1 -1
- package/VwcActionGroup/package.json +1 -1
- package/VwcBadge/package.json +1 -1
- package/VwcBanner/package.json +1 -1
- package/VwcButton/package.json +1 -1
- package/VwcButtonToggleGroup/package.json +1 -1
- package/VwcCalendar/package.json +1 -1
- package/VwcCalendarEvent/package.json +1 -1
- package/VwcCard/package.json +1 -1
- package/VwcCarousel/package.json +1 -1
- package/VwcCarouselItem/package.json +1 -1
- package/VwcCheckListItem/package.json +1 -1
- package/VwcCheckbox/package.json +1 -1
- package/VwcChip/package.json +1 -1
- package/VwcChipSet/package.json +1 -1
- package/VwcCircularProgress/package.json +1 -1
- package/VwcDataGrid/package.json +1 -1
- package/VwcDataGridColumn/package.json +1 -1
- package/VwcDatepicker/package.json +1 -1
- package/VwcDropdown/package.json +1 -1
- package/VwcElevation/package.json +1 -1
- package/VwcEmptyState/package.json +1 -1
- package/VwcExpansionPanel/package.json +1 -1
- package/VwcFab/package.json +1 -1
- package/VwcFilePicker/package.json +1 -1
- package/VwcFormfield/package.json +1 -1
- package/VwcHelperMessage/package.json +1 -1
- package/VwcIcon/package.json +1 -1
- package/VwcIconButton/package.json +1 -1
- package/VwcIconButtonToggle/package.json +1 -1
- package/VwcKeypad/package.json +1 -1
- package/VwcLayout/package.json +1 -1
- package/VwcLinearProgress/package.json +1 -1
- package/VwcList/package.json +1 -1
- package/VwcListExpansionPanel/package.json +1 -1
- package/VwcListItem/package.json +1 -1
- package/VwcMenu/package.json +1 -1
- package/VwcNotchedOutline/package.json +1 -1
- package/VwcNote/package.json +1 -1
- package/VwcPagination/package.json +1 -1
- package/VwcPopup/package.json +1 -1
- package/VwcRadio/package.json +1 -1
- package/VwcRadioListItem/package.json +1 -1
- package/VwcSchemeSelect/package.json +1 -1
- package/VwcScrubBar/package.json +1 -1
- package/VwcSelect/package.json +1 -1
- package/VwcSlider/package.json +1 -1
- package/VwcSnackbar/package.json +1 -1
- package/VwcSurface/package.json +1 -1
- package/VwcSwitch/package.json +1 -1
- package/VwcTab/package.json +1 -1
- package/VwcTabBar/package.json +1 -1
- package/VwcTag/package.json +1 -1
- package/VwcText/package.json +1 -1
- package/VwcTextarea/package.json +1 -1
- package/VwcTextfield/package.json +1 -1
- package/VwcThemeSwitch/package.json +1 -1
- package/VwcTooltip/package.json +1 -1
- package/VwcTopAppBar/package.json +1 -1
- package/VwcTopAppBarFixed/package.json +1 -1
- package/index.js +5 -38
- package/package.json +2 -2
- package/types/index.d.ts +43 -3
- package/v3/VwcAccordion/index.js +9 -0
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.d.ts +2 -1
- package/v3/VwcAccordionItem/index.js +14 -5
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.js +14 -0
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAppearanceUi/index.js +28 -0
- package/v3/VwcAppearanceUi/package.json +2 -2
- package/v3/VwcAudioPlayer/index.d.ts +18 -0
- package/v3/VwcAudioPlayer/index.js +167 -1
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.js +32 -0
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.d.ts +2 -2
- package/v3/VwcBanner/index.js +2 -2
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.js +52 -0
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +1 -1
- package/v3/VwcCheckbox/index.js +12 -2
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.d.ts +4 -0
- package/v3/VwcCombobox/index.js +47 -16
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.js +3 -0
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +1 -0
- package/v3/VwcDataGridCell/index.js +14 -1
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +1 -0
- package/v3/VwcDataGridRow/index.js +11 -1
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.d.ts +2 -2
- package/v3/VwcDatePicker/index.js +27 -10
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/index.js +4 -1
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/index.d.ts +2 -1
- package/v3/VwcDateRangePicker/index.js +27 -4
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDialPad/index.d.ts +27 -0
- package/v3/VwcDialPad/index.js +97 -3
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/index.js +4 -1
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.js +24 -0
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/index.js +15 -0
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedNumberField/index.d.ts +17 -0
- package/v3/VwcFormAssociatedNumberField/index.js +41 -0
- package/v3/VwcFormAssociatedNumberField/package.json +11 -0
- package/v3/VwcFormAssociatedRangeSlider/package.json +2 -2
- package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/index.d.ts +12 -1
- package/v3/VwcIcon/index.js +2 -3
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +7 -2
- package/v3/VwcMenu/index.js +41 -35
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +1 -0
- package/v3/VwcMenuItem/index.js +17 -1
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.d.ts +4 -0
- package/v3/VwcNavDisclosure/index.js +90 -1
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/index.js +52 -0
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/index.js +12 -0
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.d.ts +25 -1
- package/v3/VwcNumberField/index.js +286 -23
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcPagination/index.js +3 -0
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.js +7 -7
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.js +9 -0
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/index.js +9 -0
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.d.ts +2 -1
- package/v3/VwcRangeSlider/index.js +24 -7
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +1 -0
- package/v3/VwcSelect/index.js +48 -2
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.js +3 -0
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/index.js +6 -0
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +4 -1
- package/v3/VwcSlider/index.js +21 -3
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.js +38 -0
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +1 -1
- package/v3/VwcSwitch/index.js +10 -1
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.d.ts +2 -2
- package/v3/VwcTab/index.js +10 -10
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.js +12 -3
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/index.d.ts +3 -1
- package/v3/VwcTag/index.js +17 -1
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +1 -0
- package/v3/VwcTextArea/index.js +11 -2
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.d.ts +1 -0
- package/v3/VwcTextField/index.js +35 -2
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.d.ts +1 -0
- package/v3/VwcTimePicker/index.js +12 -2
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/index.d.ts +3 -1
- package/v3/VwcTreeItem/index.js +21 -1
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcVideoPlayer/index.js +9 -0
- 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
|
+
"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": "
|
|
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
|
+
"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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcBadge/index.js
CHANGED
|
@@ -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)"
|
package/v3/VwcBadge/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-badge",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcBanner/index.d.ts
CHANGED
|
@@ -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 {
|
|
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?:
|
|
26
|
+
ariaLive?: string | null | undefined;
|
|
27
27
|
text?: string | undefined;
|
|
28
28
|
connotation?: any;
|
|
29
29
|
}): JSX.Element;
|
package/v3/VwcBanner/index.js
CHANGED
|
@@ -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": "
|
|
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": "
|
|
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
|
+
"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": "
|
|
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
|
+
"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": "
|
|
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
|
+
"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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcButton/index.js
CHANGED
|
@@ -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
|
+
"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": "
|
|
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
|
+
"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": "
|
|
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
|
+
"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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcCard/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-card",
|
|
3
|
-
"version": "
|
|
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": "
|
|
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;
|
package/v3/VwcCheckbox/index.js
CHANGED
|
@@ -92,7 +92,17 @@ Code in this file were generated using following JSON:
|
|
|
92
92
|
],
|
|
93
93
|
"events": [
|
|
94
94
|
{
|
|
95
|
-
"
|
|
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": "
|
|
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
|
+
"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": "
|
|
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;
|