@vonage/vivid-react 2.10.83 → 2.10.85
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/VwcDialog/package.json +1 -1
- package/VwcDrawer/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/VwcSideDrawer/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 -5
- package/package.json +2 -2
- package/types/index.d.ts +64 -19
- package/v3/VwcAccordion/index.d.ts +1 -1
- package/v3/VwcAccordion/index.js +5 -1
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.js +4 -0
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/index.d.ts +1 -1
- package/v3/VwcActionGroup/index.js +5 -1
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +4 -3
- package/v3/VwcAlert/index.js +7 -3
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAppearanceUi/index.d.ts +1 -1
- package/v3/VwcAppearanceUi/index.js +32 -1
- package/v3/VwcAppearanceUi/package.json +2 -2
- package/v3/VwcAudioPlayer/index.d.ts +7 -5
- package/v3/VwcAudioPlayer/index.js +9 -5
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/index.js +12 -0
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.d.ts +1 -1
- package/v3/VwcBadge/index.js +12 -8
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.d.ts +4 -3
- package/v3/VwcBanner/index.js +7 -3
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBreadcrumb/index.d.ts +1 -1
- package/v3/VwcBreadcrumb/index.js +5 -1
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/index.d.ts +1 -1
- package/v3/VwcBreadcrumbItem/index.js +5 -1
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.d.ts +17 -1
- package/v3/VwcButton/index.js +144 -2
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/index.d.ts +1 -1
- package/v3/VwcCalendar/index.js +5 -1
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/index.d.ts +1 -1
- package/v3/VwcCalendarEvent/index.js +5 -1
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/index.d.ts +1 -1
- package/v3/VwcCard/index.js +5 -1
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +1 -1
- package/v3/VwcCheckbox/index.js +19 -1
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.d.ts +1 -1
- package/v3/VwcCombobox/index.js +13 -1
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.d.ts +1 -1
- package/v3/VwcDataGrid/index.js +6 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +1 -1
- package/v3/VwcDataGridCell/index.js +21 -1
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +1 -1
- package/v3/VwcDataGridRow/index.js +21 -1
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.js +18 -0
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/index.js +4 -0
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/index.d.ts +1 -1
- package/v3/VwcDateRangePicker/index.js +25 -1
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDialPad/index.d.ts +106 -0
- package/v3/VwcDialPad/index.js +285 -0
- package/v3/{VwcPopup → VwcDialPad}/package.json +3 -3
- package/v3/VwcDialog/index.d.ts +4 -3
- package/v3/VwcDialog/index.js +7 -3
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/index.d.ts +1 -1
- package/v3/VwcDivider/index.js +5 -1
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/index.d.ts +1 -1
- package/v3/VwcElevation/index.js +4 -1
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/index.js +4 -0
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.d.ts +1 -1
- package/v3/VwcFab/index.js +5 -1
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/index.d.ts +1 -1
- package/v3/VwcFilePicker/index.js +11 -1
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/{VwcFocus → VwcFormAssociatedRangeSlider}/index.d.ts +6 -5
- package/v3/VwcFormAssociatedRangeSlider/index.js +41 -0
- package/v3/VwcFormAssociatedRangeSlider/package.json +11 -0
- package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
- package/v3/VwcHeader/index.d.ts +1 -1
- package/v3/VwcHeader/index.js +5 -1
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/index.js +4 -0
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/index.d.ts +1 -3
- package/v3/VwcLayout/index.js +5 -1
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.d.ts +1 -1
- package/v3/VwcListbox/index.js +4 -1
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +1 -1
- package/v3/VwcMenu/index.js +22 -3
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +3 -1
- package/v3/VwcMenuItem/index.js +67 -2
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/index.d.ts +1 -2
- package/v3/VwcNav/index.js +5 -1
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.d.ts +1 -2
- package/v3/VwcNavDisclosure/index.js +5 -1
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/index.d.ts +4 -0
- package/v3/VwcNavItem/index.js +55 -1
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/index.d.ts +1 -1
- package/v3/VwcNote/index.js +5 -1
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.d.ts +7 -5
- package/v3/VwcNumberField/index.js +23 -5
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/index.d.ts +1 -1
- package/v3/VwcOption/index.js +9 -1
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcPagination/index.d.ts +1 -1
- package/v3/VwcPagination/index.js +5 -1
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcProgress/index.d.ts +1 -1
- package/v3/VwcProgress/index.js +5 -1
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.d.ts +1 -1
- package/v3/VwcProgressRing/index.js +5 -1
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.d.ts +1 -1
- package/v3/VwcRadio/index.js +5 -1
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/index.d.ts +1 -1
- package/v3/VwcRadioGroup/index.js +13 -1
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.d.ts +65 -0
- package/v3/VwcRangeSlider/index.js +486 -0
- package/v3/{VwcFocus → VwcRangeSlider}/package.json +3 -3
- package/v3/VwcSelect/index.d.ts +1 -1
- package/v3/VwcSelect/index.js +17 -1
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.d.ts +1 -1
- package/v3/VwcSelectableBox/index.js +8 -4
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/index.d.ts +1 -1
- package/v3/VwcSideDrawer/index.js +5 -1
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +1 -1
- package/v3/VwcSlider/index.js +13 -1
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.d.ts +4 -3
- package/v3/VwcSplitButton/index.js +7 -3
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +11 -1
- package/v3/VwcSwitch/index.js +30 -2
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.d.ts +1 -1
- package/v3/VwcTab/index.js +5 -1
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/index.d.ts +1 -1
- package/v3/VwcTabPanel/index.js +5 -1
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.d.ts +1 -1
- package/v3/VwcTabs/index.js +5 -1
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/index.d.ts +1 -1
- package/v3/VwcTag/index.js +8 -4
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/index.d.ts +1 -1
- package/v3/VwcTagGroup/index.js +5 -1
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/index.d.ts +5 -1
- package/v3/VwcTextAnchor/index.js +39 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +1 -1
- package/v3/VwcTextArea/index.js +19 -1
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.js +16 -0
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.d.ts +1 -1
- package/v3/VwcTimePicker/index.js +23 -1
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/index.d.ts +1 -1
- package/v3/VwcToggletip/index.js +9 -1
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/index.d.ts +1 -1
- package/v3/VwcTooltip/index.js +11 -1
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/index.d.ts +1 -1
- package/v3/VwcTreeItem/index.js +5 -1
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/index.d.ts +1 -1
- package/v3/VwcTreeView/index.js +5 -1
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcVideoPlayer/index.d.ts +30 -0
- package/v3/VwcVideoPlayer/index.js +212 -0
- package/v3/VwcVideoPlayer/package.json +11 -0
- package/v3/VwcFocus/index.js +0 -29
- package/v3/VwcPopup/index.d.ts +0 -33
- package/v3/VwcPopup/index.js +0 -279
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "AppearanceUi",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -44,6 +44,10 @@ Code in this file were generated using following JSON:
|
|
|
44
44
|
"name": "--vvd-appearanceUI-cta-firm",
|
|
45
45
|
"default": "var(--vvd-color-cta-600)"
|
|
46
46
|
},
|
|
47
|
+
{
|
|
48
|
+
"name": "--vvd-appearanceUI-cta-firm-all",
|
|
49
|
+
"default": "var(--vvd-color-cta-600)"
|
|
50
|
+
},
|
|
47
51
|
{
|
|
48
52
|
"name": "--vvd-appearanceUI-cta-fierce",
|
|
49
53
|
"default": "var(--vvd-color-cta-700)"
|
|
@@ -92,6 +96,10 @@ Code in this file were generated using following JSON:
|
|
|
92
96
|
"name": "--vvd-appearanceUI-success-firm",
|
|
93
97
|
"default": "var(--vvd-color-success-600)"
|
|
94
98
|
},
|
|
99
|
+
{
|
|
100
|
+
"name": "--vvd-appearanceUI-success-firm-all",
|
|
101
|
+
"default": "var(--vvd-color-success-600)"
|
|
102
|
+
},
|
|
95
103
|
{
|
|
96
104
|
"name": "--vvd-appearanceUI-success-fierce",
|
|
97
105
|
"default": "var(--vvd-color-success-700)"
|
|
@@ -140,6 +148,10 @@ Code in this file were generated using following JSON:
|
|
|
140
148
|
"name": "--vvd-appearanceUI-alert-firm",
|
|
141
149
|
"default": "var(--vvd-color-alert-600)"
|
|
142
150
|
},
|
|
151
|
+
{
|
|
152
|
+
"name": "--vvd-appearanceUI-alert-firm-all",
|
|
153
|
+
"default": "var(--vvd-color-alert-600)"
|
|
154
|
+
},
|
|
143
155
|
{
|
|
144
156
|
"name": "--vvd-appearanceUI-alert-fierce",
|
|
145
157
|
"default": "var(--vvd-color-alert-700)"
|
|
@@ -188,6 +200,10 @@ Code in this file were generated using following JSON:
|
|
|
188
200
|
"name": "--vvd-appearanceUI-warning-firm",
|
|
189
201
|
"default": "var(--vvd-color-warning-600)"
|
|
190
202
|
},
|
|
203
|
+
{
|
|
204
|
+
"name": "--vvd-appearanceUI-warning-firm-all",
|
|
205
|
+
"default": "var(--vvd-color-warning-600)"
|
|
206
|
+
},
|
|
191
207
|
{
|
|
192
208
|
"name": "--vvd-appearanceUI-warning-fierce",
|
|
193
209
|
"default": "var(--vvd-color-warning-700)"
|
|
@@ -236,6 +252,10 @@ Code in this file were generated using following JSON:
|
|
|
236
252
|
"name": "--vvd-appearanceUI-information-firm",
|
|
237
253
|
"default": "var(--vvd-color-information-600)"
|
|
238
254
|
},
|
|
255
|
+
{
|
|
256
|
+
"name": "--vvd-appearanceUI-information-firm-all",
|
|
257
|
+
"default": "var(--vvd-color-information-600)"
|
|
258
|
+
},
|
|
239
259
|
{
|
|
240
260
|
"name": "--vvd-appearanceUI-information-fierce",
|
|
241
261
|
"default": "var(--vvd-color-information-700)"
|
|
@@ -284,6 +304,10 @@ Code in this file were generated using following JSON:
|
|
|
284
304
|
"name": "--vvd-appearanceUI-announcement-firm",
|
|
285
305
|
"default": "var(--vvd-color-announcement-600)"
|
|
286
306
|
},
|
|
307
|
+
{
|
|
308
|
+
"name": "--vvd-appearanceUI-announcement-firm-all",
|
|
309
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
310
|
+
},
|
|
287
311
|
{
|
|
288
312
|
"name": "--vvd-appearanceUI-announcement-fierce",
|
|
289
313
|
"default": "var(--vvd-color-announcement-700)"
|
|
@@ -332,6 +356,10 @@ Code in this file were generated using following JSON:
|
|
|
332
356
|
"name": "--vvd-appearanceUI-accent-firm",
|
|
333
357
|
"default": "var(--vvd-color-canvas-text)"
|
|
334
358
|
},
|
|
359
|
+
{
|
|
360
|
+
"name": "--vvd-appearanceUI-accent-firm-all",
|
|
361
|
+
"default": "var(--vvd-color-neutral-600)"
|
|
362
|
+
},
|
|
335
363
|
{
|
|
336
364
|
"name": "--vvd-appearanceUI-accent-fierce",
|
|
337
365
|
"default": "var(--vvd-color-neutral-700)"
|
|
@@ -481,6 +509,9 @@ Code in this file were generated using following JSON:
|
|
|
481
509
|
"superclass": {
|
|
482
510
|
"name": "FoundationElement",
|
|
483
511
|
"package": "@microsoft/fast-foundation"
|
|
512
|
+
},
|
|
513
|
+
"vividComponent": {
|
|
514
|
+
"name": "appearance-ui"
|
|
484
515
|
}
|
|
485
516
|
}
|
|
486
517
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-appearance-ui",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcAudioPlayer
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/audio-player
|
|
4
|
-
* @param {
|
|
5
|
-
|
|
4
|
+
* @param {| string
|
|
5
|
+
| null} playButtonAriaLabel **attribute** `play-button-aria-label`
|
|
6
|
+
* @param {| string
|
|
7
|
+
| null} pauseButtonAriaLabel **attribute** `pause-button-aria-label`
|
|
6
8
|
* @param {string | null} sliderAriaLabel **attribute** `slider-aria-label`
|
|
7
9
|
* @param {AudioPlayerConnotation | undefined} connotation - The connotation the audio-player should have. **attribute** `connotation`
|
|
8
10
|
* @param {string | undefined} src - Indicates the audio-player's src. **attribute** `src`
|
|
@@ -16,8 +18,8 @@ declare const VwcAudioPlayer: {
|
|
|
16
18
|
id?: string | undefined;
|
|
17
19
|
style?: React.CSSProperties | undefined;
|
|
18
20
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
19
|
-
playButtonAriaLabel?:
|
|
20
|
-
pauseButtonAriaLabel?:
|
|
21
|
+
playButtonAriaLabel?: any;
|
|
22
|
+
pauseButtonAriaLabel?: any;
|
|
21
23
|
sliderAriaLabel?: string | null | undefined;
|
|
22
24
|
connotation?: any;
|
|
23
25
|
src?: string | undefined;
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "AudioPlayer",
|
|
10
10
|
"members": [
|
|
11
11
|
{
|
|
12
12
|
"kind": "field",
|
|
13
13
|
"name": "playButtonAriaLabel",
|
|
14
14
|
"type": {
|
|
15
|
-
"text": "string
|
|
15
|
+
"text": "| string\n\t\t| null"
|
|
16
16
|
},
|
|
17
17
|
"default": "null"
|
|
18
18
|
},
|
|
@@ -20,7 +20,7 @@ Code in this file were generated using following JSON:
|
|
|
20
20
|
"kind": "field",
|
|
21
21
|
"name": "pauseButtonAriaLabel",
|
|
22
22
|
"type": {
|
|
23
|
-
"text": "string
|
|
23
|
+
"text": "| string\n\t\t| null"
|
|
24
24
|
},
|
|
25
25
|
"default": "null"
|
|
26
26
|
},
|
|
@@ -75,7 +75,7 @@ Code in this file were generated using following JSON:
|
|
|
75
75
|
{
|
|
76
76
|
"name": "play-button-aria-label",
|
|
77
77
|
"type": {
|
|
78
|
-
"text": "string
|
|
78
|
+
"text": "| string\n\t\t| null"
|
|
79
79
|
},
|
|
80
80
|
"default": "null",
|
|
81
81
|
"fieldName": "playButtonAriaLabel"
|
|
@@ -83,7 +83,7 @@ Code in this file were generated using following JSON:
|
|
|
83
83
|
{
|
|
84
84
|
"name": "pause-button-aria-label",
|
|
85
85
|
"type": {
|
|
86
|
-
"text": "string
|
|
86
|
+
"text": "| string\n\t\t| null"
|
|
87
87
|
},
|
|
88
88
|
"default": "null",
|
|
89
89
|
"fieldName": "pauseButtonAriaLabel"
|
|
@@ -131,6 +131,10 @@ Code in this file were generated using following JSON:
|
|
|
131
131
|
"superclass": {
|
|
132
132
|
"name": "FoundationElement",
|
|
133
133
|
"package": "@microsoft/fast-foundation"
|
|
134
|
+
},
|
|
135
|
+
"vividComponent": {
|
|
136
|
+
"public": true,
|
|
137
|
+
"name": "audio-player"
|
|
134
138
|
}
|
|
135
139
|
}
|
|
136
140
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-audio-player",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcAvatar/index.js
CHANGED
|
@@ -20,6 +20,10 @@ Code in this file were generated using following JSON:
|
|
|
20
20
|
"name": "--vvd-avatar-cta-firm",
|
|
21
21
|
"default": "var(--vvd-color-cta-600)"
|
|
22
22
|
},
|
|
23
|
+
{
|
|
24
|
+
"name": "--vvd-avatar-cta-firm-all",
|
|
25
|
+
"default": "var(--vvd-color-cta-600)"
|
|
26
|
+
},
|
|
23
27
|
{
|
|
24
28
|
"name": "--vvd-avatar-cta-fierce",
|
|
25
29
|
"default": "var(--vvd-color-cta-700)"
|
|
@@ -48,6 +52,10 @@ Code in this file were generated using following JSON:
|
|
|
48
52
|
"name": "--vvd-avatar-accent-firm",
|
|
49
53
|
"default": "var(--vvd-color-canvas-text)"
|
|
50
54
|
},
|
|
55
|
+
{
|
|
56
|
+
"name": "--vvd-avatar-accent-firm-all",
|
|
57
|
+
"default": "var(--vvd-color-neutral-600)"
|
|
58
|
+
},
|
|
51
59
|
{
|
|
52
60
|
"name": "--vvd-avatar-accent-fierce",
|
|
53
61
|
"default": "var(--vvd-color-neutral-700)"
|
|
@@ -180,6 +188,10 @@ Code in this file were generated using following JSON:
|
|
|
180
188
|
"superclass": {
|
|
181
189
|
"name": "FoundationElement",
|
|
182
190
|
"package": "@microsoft/fast-foundation"
|
|
191
|
+
},
|
|
192
|
+
"vividComponent": {
|
|
193
|
+
"public": true,
|
|
194
|
+
"name": "avatar"
|
|
183
195
|
}
|
|
184
196
|
}
|
|
185
197
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-avatar",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcBadge/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcBadge
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/badge
|
|
4
4
|
* @param {BadgeConnotation | undefined} connotation - The connotation the badge should have. **attribute** `connotation`
|
|
5
5
|
* @param {BadgeShape | undefined} shape - The shape the badge should have. **attribute** `shape`
|
package/v3/VwcBadge/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "Badge",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -37,7 +37,7 @@ Code in this file were generated using following JSON:
|
|
|
37
37
|
"default": "var(--vvd-color-cta-700)"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"name": "--vvd-badge-cta-firm",
|
|
40
|
+
"name": "--vvd-badge-cta-firm-all",
|
|
41
41
|
"default": "var(--vvd-color-cta-600)"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
@@ -69,7 +69,7 @@ Code in this file were generated using following JSON:
|
|
|
69
69
|
"default": "var(--vvd-color-success-700)"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"name": "--vvd-badge-success-firm",
|
|
72
|
+
"name": "--vvd-badge-success-firm-all",
|
|
73
73
|
"default": "var(--vvd-color-success-600)"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
@@ -101,7 +101,7 @@ Code in this file were generated using following JSON:
|
|
|
101
101
|
"default": "var(--vvd-color-alert-700)"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
"name": "--vvd-badge-alert-firm",
|
|
104
|
+
"name": "--vvd-badge-alert-firm-all",
|
|
105
105
|
"default": "var(--vvd-color-alert-600)"
|
|
106
106
|
},
|
|
107
107
|
{
|
|
@@ -133,7 +133,7 @@ Code in this file were generated using following JSON:
|
|
|
133
133
|
"default": "var(--vvd-color-warning-700)"
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
|
-
"name": "--vvd-badge-warning-firm",
|
|
136
|
+
"name": "--vvd-badge-warning-firm-all",
|
|
137
137
|
"default": "var(--vvd-color-warning-600)"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
@@ -165,7 +165,7 @@ Code in this file were generated using following JSON:
|
|
|
165
165
|
"default": "var(--vvd-color-information-700)"
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
"name": "--vvd-badge-information-firm",
|
|
168
|
+
"name": "--vvd-badge-information-firm-all",
|
|
169
169
|
"default": "var(--vvd-color-information-600)"
|
|
170
170
|
},
|
|
171
171
|
{
|
|
@@ -197,8 +197,8 @@ Code in this file were generated using following JSON:
|
|
|
197
197
|
"default": "var(--vvd-color-neutral-700)"
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
|
-
"name": "--vvd-badge-accent-firm",
|
|
201
|
-
"default": "var(--vvd-color-
|
|
200
|
+
"name": "--vvd-badge-accent-firm-all",
|
|
201
|
+
"default": "var(--vvd-color-neutral-600)"
|
|
202
202
|
}
|
|
203
203
|
],
|
|
204
204
|
"slots": [
|
|
@@ -282,6 +282,10 @@ Code in this file were generated using following JSON:
|
|
|
282
282
|
"superclass": {
|
|
283
283
|
"name": "FoundationElement",
|
|
284
284
|
"package": "@microsoft/fast-foundation"
|
|
285
|
+
},
|
|
286
|
+
"vividComponent": {
|
|
287
|
+
"public": true,
|
|
288
|
+
"name": "badge"
|
|
285
289
|
}
|
|
286
290
|
}
|
|
287
291
|
*/
|
package/v3/VwcBadge/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-badge",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcBanner/index.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcBanner
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/banner
|
|
4
|
-
* @param {
|
|
4
|
+
* @param {| string
|
|
5
|
+
| null} dismissButtonAriaLabel **attribute** `dismiss-aria-label`
|
|
5
6
|
* @param {string | null} role **attribute** `role`
|
|
6
7
|
* @param {string | undefined} actionHref **attribute** `action-href`
|
|
7
8
|
* @param {string | undefined} actionText **attribute** `action-text`
|
|
@@ -17,7 +18,7 @@ declare const VwcBanner: {
|
|
|
17
18
|
id?: string | undefined;
|
|
18
19
|
style?: React.CSSProperties | undefined;
|
|
19
20
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
20
|
-
dismissButtonAriaLabel?:
|
|
21
|
+
dismissButtonAriaLabel?: any;
|
|
21
22
|
role?: string | null | undefined;
|
|
22
23
|
actionHref?: string | undefined;
|
|
23
24
|
actionText?: string | undefined;
|
package/v3/VwcBanner/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "Banner",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -64,7 +64,7 @@ Code in this file were generated using following JSON:
|
|
|
64
64
|
"kind": "field",
|
|
65
65
|
"name": "dismissButtonAriaLabel",
|
|
66
66
|
"type": {
|
|
67
|
-
"text": "string
|
|
67
|
+
"text": "| string\n\t\t| null"
|
|
68
68
|
},
|
|
69
69
|
"default": "null"
|
|
70
70
|
},
|
|
@@ -148,7 +148,7 @@ Code in this file were generated using following JSON:
|
|
|
148
148
|
{
|
|
149
149
|
"name": "dismiss-aria-label",
|
|
150
150
|
"type": {
|
|
151
|
-
"text": "string
|
|
151
|
+
"text": "| string\n\t\t| null"
|
|
152
152
|
},
|
|
153
153
|
"default": "null",
|
|
154
154
|
"fieldName": "dismissButtonAriaLabel"
|
|
@@ -207,6 +207,10 @@ Code in this file were generated using following JSON:
|
|
|
207
207
|
"superclass": {
|
|
208
208
|
"name": "FoundationElement",
|
|
209
209
|
"package": "@microsoft/fast-foundation"
|
|
210
|
+
},
|
|
211
|
+
"vividComponent": {
|
|
212
|
+
"public": true,
|
|
213
|
+
"name": "banner"
|
|
210
214
|
}
|
|
211
215
|
}
|
|
212
216
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-banner",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "Breadcrumb",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
@@ -16,6 +16,10 @@ Code in this file were generated using following JSON:
|
|
|
16
16
|
"superclass": {
|
|
17
17
|
"name": "FoundationElement",
|
|
18
18
|
"package": "@microsoft/fast-foundation"
|
|
19
|
+
},
|
|
20
|
+
"vividComponent": {
|
|
21
|
+
"public": true,
|
|
22
|
+
"name": "breadcrumb"
|
|
19
23
|
}
|
|
20
24
|
}
|
|
21
25
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-breadcrumb",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "BreadcrumbItem",
|
|
10
10
|
"members": [
|
|
11
11
|
{
|
|
@@ -28,6 +28,10 @@ Code in this file were generated using following JSON:
|
|
|
28
28
|
"superclass": {
|
|
29
29
|
"name": "FastBreadcrumbItem",
|
|
30
30
|
"package": "@microsoft/fast-foundation"
|
|
31
|
+
},
|
|
32
|
+
"vividComponent": {
|
|
33
|
+
"public": true,
|
|
34
|
+
"name": "breadcrumb-item"
|
|
31
35
|
}
|
|
32
36
|
}
|
|
33
37
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-breadcrumb-item",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcButton/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcButton
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/button
|
|
4
4
|
* @param {string} title **attribute** `title`
|
|
5
5
|
* @param {ButtonConnotation | undefined} connotation - The connotation the button should have. **attribute** `connotation`
|
|
@@ -8,7 +8,15 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
8
8
|
* @param {ButtonSize | undefined} size - The size the button should have. **attribute** `size`
|
|
9
9
|
* @param {boolean} stacked - Indicates the icon is stacked. **attribute** `stacked`
|
|
10
10
|
* @param {boolean} pending - Displays the button in pending state. **attribute** `pending`
|
|
11
|
+
* @param {boolean} active - Displays the button in active state. **attribute** `active`
|
|
11
12
|
* @param {string | undefined} label - Indicates the button's label. **attribute** `label`
|
|
13
|
+
* @param {string | undefined} href - Indicates the button's href. **attribute** `href`
|
|
14
|
+
* @param {string | undefined} download - Indicates the button's download. **attribute** `download`
|
|
15
|
+
* @param {string | undefined} hreflang - Indicates the button's hreflang. **attribute** `hreflang`
|
|
16
|
+
* @param {string | undefined} ping - Indicates the button's ping. **attribute** `ping`
|
|
17
|
+
* @param {string | undefined} referrerpolicy - Indicates the button's referrerpolicy. **attribute** `referrerpolicy`
|
|
18
|
+
* @param {string | undefined} rel - Indicates the button's rel. **attribute** `rel`
|
|
19
|
+
* @param {'_self' | '_blank' | '_parent' | '_top' | undefined} target - Indicates the target's rel. **attribute** `target`
|
|
12
20
|
* @param {string | undefined} icon
|
|
13
21
|
*/
|
|
14
22
|
declare const VwcButton: {
|
|
@@ -26,7 +34,15 @@ declare const VwcButton: {
|
|
|
26
34
|
size?: any;
|
|
27
35
|
stacked?: boolean | undefined;
|
|
28
36
|
pending?: boolean | undefined;
|
|
37
|
+
active?: boolean | undefined;
|
|
29
38
|
label?: string | undefined;
|
|
39
|
+
href?: string | undefined;
|
|
40
|
+
download?: string | undefined;
|
|
41
|
+
hreflang?: string | undefined;
|
|
42
|
+
ping?: string | undefined;
|
|
43
|
+
referrerpolicy?: string | undefined;
|
|
44
|
+
rel?: string | undefined;
|
|
45
|
+
target?: any;
|
|
30
46
|
icon?: string | undefined;
|
|
31
47
|
}): JSX.Element;
|
|
32
48
|
displayName: string;
|