@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.
- package/README.md +54 -54
- package/VwcAccordion/package.json +2 -2
- package/VwcActionGroup/package.json +2 -2
- package/VwcBadge/package.json +2 -2
- package/VwcBanner/package.json +2 -2
- package/VwcButton/package.json +2 -2
- package/VwcButtonToggleGroup/package.json +2 -2
- package/VwcCalendar/package.json +2 -2
- package/VwcCalendarEvent/package.json +2 -2
- package/VwcCard/package.json +2 -2
- package/VwcCarousel/package.json +2 -2
- package/VwcCarouselItem/package.json +2 -2
- package/VwcCheckListItem/package.json +2 -2
- package/VwcCheckbox/package.json +2 -2
- package/VwcChip/package.json +2 -2
- package/VwcChipSet/package.json +2 -2
- package/VwcCircularProgress/package.json +2 -2
- package/VwcDataGrid/package.json +2 -2
- package/VwcDataGridColumn/package.json +2 -2
- package/VwcDatepicker/package.json +2 -2
- package/VwcDialog/package.json +2 -2
- package/VwcDrawer/package.json +2 -2
- package/VwcDropdown/package.json +2 -2
- package/VwcElevation/package.json +2 -2
- package/VwcEmptyState/package.json +2 -2
- package/VwcExpansionPanel/package.json +2 -2
- package/VwcFab/package.json +2 -2
- package/VwcFilePicker/package.json +2 -2
- package/VwcFormfield/package.json +2 -2
- package/VwcHelperMessage/package.json +2 -2
- package/VwcIcon/package.json +2 -2
- package/VwcIconButton/package.json +2 -2
- package/VwcIconButtonToggle/package.json +2 -2
- package/VwcKeypad/package.json +2 -2
- package/VwcLayout/package.json +2 -2
- package/VwcLinearProgress/package.json +2 -2
- package/VwcList/package.json +2 -2
- package/VwcListExpansionPanel/package.json +2 -2
- package/VwcListItem/package.json +2 -2
- package/VwcMenu/package.json +2 -2
- package/VwcNotchedOutline/package.json +2 -2
- package/VwcNote/package.json +2 -2
- package/VwcPagination/package.json +2 -2
- package/VwcPopup/package.json +2 -2
- package/VwcRadio/package.json +2 -2
- package/VwcRadioListItem/package.json +2 -2
- package/VwcSchemeSelect/package.json +2 -2
- package/VwcScrubBar/package.json +2 -2
- package/VwcSelect/package.json +2 -2
- package/VwcSideDrawer/package.json +2 -2
- package/VwcSlider/package.json +2 -2
- package/VwcSnackbar/package.json +2 -2
- package/VwcSurface/package.json +2 -2
- package/VwcSwitch/package.json +2 -2
- package/VwcTab/package.json +2 -2
- package/VwcTabBar/package.json +2 -2
- package/VwcTag/package.json +2 -2
- package/VwcText/package.json +2 -2
- package/VwcTextarea/package.json +2 -2
- package/VwcTextfield/package.json +2 -2
- package/VwcThemeSwitch/package.json +2 -2
- package/VwcTooltip/package.json +2 -2
- package/VwcTopAppBar/package.json +2 -2
- package/VwcTopAppBarFixed/package.json +2 -2
- package/index.js +9 -9
- package/package.json +73 -67
- package/types/index.d.ts +48 -8
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAvatar/index.js +8 -0
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/package.json +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/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 +2 -0
- package/v3/VwcCheckbox/index.js +17 -1
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.d.ts +1 -1
- package/v3/VwcDataGrid/index.js +4 -1
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +4 -3
- package/v3/VwcDataGridCell/index.js +15 -3
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +1 -1
- package/v3/VwcDataGridRow/index.js +4 -1
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.d.ts +14 -10
- package/v3/VwcDatePicker/index.js +217 -92
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/index.d.ts +29 -0
- package/v3/VwcDatePickerBase/index.js +248 -0
- package/v3/VwcDatePickerBase/package.json +11 -0
- package/v3/VwcDateRangePicker/index.d.ts +56 -0
- package/v3/VwcDateRangePicker/index.js +444 -0
- package/v3/VwcDateRangePicker/package.json +11 -0
- package/v3/VwcDialog/index.d.ts +2 -0
- package/v3/VwcDialog/index.js +18 -2
- 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 +6 -0
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/index.d.ts +4 -2
- package/v3/VwcFilePicker/index.js +62 -20
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFocus/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/index.d.ts +17 -0
- package/v3/VwcFormAssociatedFilePicker/index.js +44 -0
- package/v3/VwcFormAssociatedFilePicker/package.json +11 -0
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.d.ts +4 -0
- package/v3/VwcListbox/index.js +71 -1
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +2 -0
- package/v3/VwcMenu/index.js +5 -1
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +6 -0
- package/v3/VwcMenuItem/index.js +66 -1
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.d.ts +4 -0
- package/v3/VwcNumberField/index.js +64 -1
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/{VwcListboxOption → VwcOption}/index.d.ts +3 -3
- package/v3/{VwcListboxOption → VwcOption}/index.js +5 -5
- package/v3/{VwcListboxOption → VwcOption}/package.json +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPopup/package.json +2 -2
- package/v3/VwcProgress/index.d.ts +5 -3
- package/v3/VwcProgress/index.js +29 -4
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.d.ts +3 -1
- package/v3/VwcProgressRing/index.js +19 -3
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.d.ts +2 -0
- package/v3/VwcRadio/index.js +17 -1
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +2 -1
- package/v3/VwcSelect/index.js +1 -1
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.d.ts +30 -0
- package/v3/VwcSelectableBox/index.js +197 -0
- package/v3/VwcSelectableBox/package.json +11 -0
- package/v3/VwcSideDrawer/index.d.ts +3 -1
- package/v3/VwcSideDrawer/index.js +11 -1
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +6 -0
- package/v3/VwcSlider/index.js +60 -1
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +1 -1
- package/v3/VwcSwitch/index.js +4 -1
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.js +6 -0
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/index.d.ts +2 -1
- package/v3/VwcTagGroup/index.js +21 -1
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +1 -1
- package/v3/VwcTextArea/index.js +11 -0
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.d.ts +2 -0
- package/v3/VwcTextField/index.js +42 -1
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.73",
|
|
4
4
|
"description": "Vivid wrapped for easy React usage & IDE autocomplete support & typescript typings",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"test:watch": "jest --watch",
|
|
13
13
|
"preversion": "yarn updateDocs && git add README.md",
|
|
14
14
|
"postversion": "git push --follow-tags",
|
|
15
|
-
"storybook": "
|
|
16
|
-
"prestorybook": "yarn generateWrappers",
|
|
15
|
+
"storybook": "storybook dev -p 6006",
|
|
17
16
|
"updateDocs": "node scripts/updateDocs.js",
|
|
18
17
|
"updateVividPackages": "node scripts/updateVividPackages.js"
|
|
19
18
|
},
|
|
@@ -27,65 +26,65 @@
|
|
|
27
26
|
"CLI"
|
|
28
27
|
],
|
|
29
28
|
"dependencies": {
|
|
30
|
-
"@vonage/vivid": "3.
|
|
29
|
+
"@vonage/vivid": "3.40.0",
|
|
31
30
|
"@vonage/vivid-react-wrapper": "1.2.9",
|
|
32
|
-
"@vonage/vvd-context": "
|
|
33
|
-
"@vonage/vvd-core": "
|
|
34
|
-
"@vonage/vvd-fonts": "
|
|
35
|
-
"@vonage/vwc-accordion": "2.
|
|
36
|
-
"@vonage/vwc-action-group": "2.
|
|
37
|
-
"@vonage/vwc-badge": "2.
|
|
38
|
-
"@vonage/vwc-banner": "
|
|
39
|
-
"@vonage/vwc-button": "2.
|
|
40
|
-
"@vonage/vwc-button-toggle-group": "2.
|
|
41
|
-
"@vonage/vwc-calendar": "2.
|
|
42
|
-
"@vonage/vwc-card": "2.
|
|
43
|
-
"@vonage/vwc-carousel": "2.
|
|
44
|
-
"@vonage/vwc-checkbox": "2.
|
|
45
|
-
"@vonage/vwc-chips": "2.
|
|
46
|
-
"@vonage/vwc-circular-progress": "2.
|
|
47
|
-
"@vonage/vwc-data-grid": "2.
|
|
48
|
-
"@vonage/vwc-datepicker": "2.
|
|
49
|
-
"@vonage/vwc-dialog": "2.
|
|
50
|
-
"@vonage/vwc-drawer": "2.
|
|
51
|
-
"@vonage/vwc-dropdown": "2.
|
|
52
|
-
"@vonage/vwc-elevation": "2.
|
|
53
|
-
"@vonage/vwc-empty-state": "2.
|
|
54
|
-
"@vonage/vwc-expansion-panel": "2.
|
|
55
|
-
"@vonage/vwc-fab": "2.
|
|
56
|
-
"@vonage/vwc-file-picker": "
|
|
57
|
-
"@vonage/vwc-formfield": "2.
|
|
58
|
-
"@vonage/vwc-helper-message": "2.
|
|
59
|
-
"@vonage/vwc-icon": "2.
|
|
60
|
-
"@vonage/vwc-icon-button": "2.
|
|
61
|
-
"@vonage/vwc-icon-button-toggle": "2.
|
|
62
|
-
"@vonage/vwc-keypad": "2.
|
|
63
|
-
"@vonage/vwc-layout": "2.
|
|
64
|
-
"@vonage/vwc-linear-progress": "2.
|
|
65
|
-
"@vonage/vwc-list": "2.
|
|
66
|
-
"@vonage/vwc-media-controller": "
|
|
67
|
-
"@vonage/vwc-menu": "2.
|
|
68
|
-
"@vonage/vwc-notched-outline": "2.
|
|
69
|
-
"@vonage/vwc-note": "2.
|
|
70
|
-
"@vonage/vwc-pagination": "2.
|
|
71
|
-
"@vonage/vwc-popup": "2.
|
|
72
|
-
"@vonage/vwc-radio": "2.
|
|
73
|
-
"@vonage/vwc-scheme-select": "2.
|
|
74
|
-
"@vonage/vwc-select": "2.
|
|
75
|
-
"@vonage/vwc-side-drawer": "2.
|
|
76
|
-
"@vonage/vwc-slider": "2.
|
|
77
|
-
"@vonage/vwc-snackbar": "2.
|
|
78
|
-
"@vonage/vwc-surface": "2.
|
|
79
|
-
"@vonage/vwc-switch": "2.
|
|
80
|
-
"@vonage/vwc-tab-bar": "2.
|
|
81
|
-
"@vonage/vwc-tags": "2.
|
|
82
|
-
"@vonage/vwc-text": "2.
|
|
83
|
-
"@vonage/vwc-textarea": "2.
|
|
84
|
-
"@vonage/vwc-textfield": "2.
|
|
85
|
-
"@vonage/vwc-theme-switch": "2.
|
|
86
|
-
"@vonage/vwc-tooltip": "2.
|
|
87
|
-
"@vonage/vwc-top-app-bar": "2.
|
|
88
|
-
"@vonage/vwc-top-app-bar-fixed": "2.
|
|
31
|
+
"@vonage/vvd-context": "2.44.0",
|
|
32
|
+
"@vonage/vvd-core": "2.44.0",
|
|
33
|
+
"@vonage/vvd-fonts": "2.44.0",
|
|
34
|
+
"@vonage/vwc-accordion": "2.44.0",
|
|
35
|
+
"@vonage/vwc-action-group": "2.44.0",
|
|
36
|
+
"@vonage/vwc-badge": "2.44.0",
|
|
37
|
+
"@vonage/vwc-banner": "2.44.0",
|
|
38
|
+
"@vonage/vwc-button": "2.44.0",
|
|
39
|
+
"@vonage/vwc-button-toggle-group": "2.44.0",
|
|
40
|
+
"@vonage/vwc-calendar": "2.44.0",
|
|
41
|
+
"@vonage/vwc-card": "2.44.0",
|
|
42
|
+
"@vonage/vwc-carousel": "2.44.0",
|
|
43
|
+
"@vonage/vwc-checkbox": "2.44.0",
|
|
44
|
+
"@vonage/vwc-chips": "2.44.0",
|
|
45
|
+
"@vonage/vwc-circular-progress": "2.44.0",
|
|
46
|
+
"@vonage/vwc-data-grid": "2.44.0",
|
|
47
|
+
"@vonage/vwc-datepicker": "2.44.0",
|
|
48
|
+
"@vonage/vwc-dialog": "2.44.0",
|
|
49
|
+
"@vonage/vwc-drawer": "2.44.0",
|
|
50
|
+
"@vonage/vwc-dropdown": "2.44.0",
|
|
51
|
+
"@vonage/vwc-elevation": "2.44.0",
|
|
52
|
+
"@vonage/vwc-empty-state": "2.44.0",
|
|
53
|
+
"@vonage/vwc-expansion-panel": "2.44.0",
|
|
54
|
+
"@vonage/vwc-fab": "2.44.0",
|
|
55
|
+
"@vonage/vwc-file-picker": "2.44.0",
|
|
56
|
+
"@vonage/vwc-formfield": "2.44.0",
|
|
57
|
+
"@vonage/vwc-helper-message": "2.44.0",
|
|
58
|
+
"@vonage/vwc-icon": "2.44.0",
|
|
59
|
+
"@vonage/vwc-icon-button": "2.44.0",
|
|
60
|
+
"@vonage/vwc-icon-button-toggle": "2.44.0",
|
|
61
|
+
"@vonage/vwc-keypad": "2.44.0",
|
|
62
|
+
"@vonage/vwc-layout": "2.44.0",
|
|
63
|
+
"@vonage/vwc-linear-progress": "2.44.0",
|
|
64
|
+
"@vonage/vwc-list": "2.44.0",
|
|
65
|
+
"@vonage/vwc-media-controller": "2.44.0",
|
|
66
|
+
"@vonage/vwc-menu": "2.44.0",
|
|
67
|
+
"@vonage/vwc-notched-outline": "2.44.0",
|
|
68
|
+
"@vonage/vwc-note": "2.44.0",
|
|
69
|
+
"@vonage/vwc-pagination": "2.44.0",
|
|
70
|
+
"@vonage/vwc-popup": "2.44.0",
|
|
71
|
+
"@vonage/vwc-radio": "2.44.0",
|
|
72
|
+
"@vonage/vwc-scheme-select": "2.44.0",
|
|
73
|
+
"@vonage/vwc-select": "2.44.0",
|
|
74
|
+
"@vonage/vwc-side-drawer": "2.44.0",
|
|
75
|
+
"@vonage/vwc-slider": "2.44.0",
|
|
76
|
+
"@vonage/vwc-snackbar": "2.44.0",
|
|
77
|
+
"@vonage/vwc-surface": "2.44.0",
|
|
78
|
+
"@vonage/vwc-switch": "2.44.0",
|
|
79
|
+
"@vonage/vwc-tab-bar": "2.44.0",
|
|
80
|
+
"@vonage/vwc-tags": "2.44.0",
|
|
81
|
+
"@vonage/vwc-text": "2.44.0",
|
|
82
|
+
"@vonage/vwc-textarea": "2.44.0",
|
|
83
|
+
"@vonage/vwc-textfield": "2.44.0",
|
|
84
|
+
"@vonage/vwc-theme-switch": "2.44.0",
|
|
85
|
+
"@vonage/vwc-tooltip": "2.44.0",
|
|
86
|
+
"@vonage/vwc-top-app-bar": "2.44.0",
|
|
87
|
+
"@vonage/vwc-top-app-bar-fixed": "2.44.0"
|
|
89
88
|
},
|
|
90
89
|
"devDependencies": {
|
|
91
90
|
"@babel/core": "^7.15.5",
|
|
@@ -97,12 +96,16 @@
|
|
|
97
96
|
"@rollup/plugin-babel": "^5.2.2",
|
|
98
97
|
"@rollup/plugin-commonjs": "^17.0.0",
|
|
99
98
|
"@rollup/plugin-node-resolve": "^11.0.0",
|
|
100
|
-
"@storybook/addon-actions": "
|
|
101
|
-
"@storybook/addon-controls": "
|
|
102
|
-
"@storybook/addon-essentials": "
|
|
103
|
-
"@storybook/addon-
|
|
104
|
-
"@storybook/
|
|
105
|
-
"@storybook/
|
|
99
|
+
"@storybook/addon-actions": "7.5.3",
|
|
100
|
+
"@storybook/addon-controls": "7.5.3",
|
|
101
|
+
"@storybook/addon-essentials": "7.5.3",
|
|
102
|
+
"@storybook/addon-interactions": "7.5.3",
|
|
103
|
+
"@storybook/addon-links": "7.5.3",
|
|
104
|
+
"@storybook/addons": "7.5.3",
|
|
105
|
+
"@storybook/blocks": "7.5.3",
|
|
106
|
+
"@storybook/react": "7.5.3",
|
|
107
|
+
"@storybook/react-vite": "7.5.3",
|
|
108
|
+
"@storybook/testing-library": "0.2.2",
|
|
106
109
|
"@types/react": "16.9.49",
|
|
107
110
|
"@webcomponents/webcomponentsjs": "^2.5.0",
|
|
108
111
|
"babel-jest": "^26.6.1",
|
|
@@ -117,7 +120,9 @@
|
|
|
117
120
|
"rollup": "^2.35.0",
|
|
118
121
|
"rollup-plugin-auto-external": "^2.0.0",
|
|
119
122
|
"standard": "^16.0.4",
|
|
123
|
+
"storybook": "7.5.3",
|
|
120
124
|
"typescript": "4.3.5",
|
|
125
|
+
"vite": "^4.5.0",
|
|
121
126
|
"web-component-analyzer": "2.0.0-next.4"
|
|
122
127
|
},
|
|
123
128
|
"resolutions": {
|
|
@@ -125,6 +130,7 @@
|
|
|
125
130
|
"trim": "^0.0.3",
|
|
126
131
|
"trim-newlines": "^3.0.1",
|
|
127
132
|
"terser": "^5.14.2",
|
|
133
|
+
"jackspeak": "2.1.1",
|
|
128
134
|
"loader-utils": "2.0.4"
|
|
129
135
|
},
|
|
130
136
|
"peerDependencies": {
|
package/types/index.d.ts
CHANGED
|
@@ -93,6 +93,7 @@ declare namespace JSX {
|
|
|
93
93
|
"elevation": 0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined;
|
|
94
94
|
}>;
|
|
95
95
|
"vvd3-checkbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
96
|
+
"aria-label": string | null;
|
|
96
97
|
"connotation": CheckboxConnotation | undefined;
|
|
97
98
|
}>;
|
|
98
99
|
"vvd3-combobox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
@@ -109,11 +110,19 @@ declare namespace JSX {
|
|
|
109
110
|
"selection-mode": DataGridSelectionMode | undefined;
|
|
110
111
|
}>;
|
|
111
112
|
"vvd3-date-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
|
|
113
|
+
"min": string;
|
|
114
|
+
"value": string;
|
|
115
|
+
"current-value": string;
|
|
116
|
+
"readonly": boolean;
|
|
117
|
+
}>;
|
|
118
|
+
"vvd3-date-range-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
119
|
+
"start": string;
|
|
120
|
+
"end": string;
|
|
121
|
+
"current-start": string;
|
|
122
|
+
"current-end": string;
|
|
123
|
+
"min": string;
|
|
124
|
+
"value": string;
|
|
125
|
+
"current-value": string;
|
|
117
126
|
"readonly": boolean;
|
|
118
127
|
}>;
|
|
119
128
|
"vvd3-dialog": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
@@ -126,6 +135,7 @@ declare namespace JSX {
|
|
|
126
135
|
"aria-labelledby": string | null;
|
|
127
136
|
"aria-label": string | null;
|
|
128
137
|
"aria-describedby": string | null;
|
|
138
|
+
"dismiss-button-aria-label": string | null;
|
|
129
139
|
}>;
|
|
130
140
|
"vvd3-divider": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
131
141
|
|
|
@@ -142,9 +152,11 @@ declare namespace JSX {
|
|
|
142
152
|
"connotation": FabConnotation | undefined;
|
|
143
153
|
"size": FABSize | undefined;
|
|
144
154
|
"label": string | undefined;
|
|
155
|
+
}>;
|
|
156
|
+
"vvd3-form-associated-file-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
157
|
+
|
|
145
158
|
}>;
|
|
146
159
|
"vvd3-file-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
147
|
-
"label": string | undefined;
|
|
148
160
|
"max-files": number | undefined;
|
|
149
161
|
"max-file-size": number;
|
|
150
162
|
"accept": string | undefined;
|
|
@@ -171,6 +183,8 @@ declare namespace JSX {
|
|
|
171
183
|
}>;
|
|
172
184
|
"vvd3-listbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
173
185
|
"appearance": LisboxAppearance | undefined;
|
|
186
|
+
"orientation": 'horizontal' | 'vertical' | undefined;
|
|
187
|
+
"shape": ListboxShape | undefined;
|
|
174
188
|
}>;
|
|
175
189
|
"vvd3-menu": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
176
190
|
"placement": Placement | undefined;
|
|
@@ -181,6 +195,8 @@ declare namespace JSX {
|
|
|
181
195
|
"vvd3-menu-item": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
182
196
|
"text": string | undefined;
|
|
183
197
|
"text-secondary": string | undefined;
|
|
198
|
+
"check-trailing": boolean;
|
|
199
|
+
"check-appearance": CheckAppearance | undefined;
|
|
184
200
|
}>;
|
|
185
201
|
"vvd3-nav": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
186
202
|
|
|
@@ -198,6 +214,8 @@ declare namespace JSX {
|
|
|
198
214
|
"connotation": NoteConnotation | undefined;
|
|
199
215
|
}>;
|
|
200
216
|
"vvd3-number-field": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
217
|
+
"increment-button-aria-label": string | null;
|
|
218
|
+
"decrement-button-aria-label": string | null;
|
|
201
219
|
"appearance": NumberFieldAppearance | undefined;
|
|
202
220
|
"shape": NumberFieldShape | undefined;
|
|
203
221
|
"autoComplete": string | undefined;
|
|
@@ -223,15 +241,18 @@ declare namespace JSX {
|
|
|
223
241
|
"anchor": string | HTMLElement | undefined;
|
|
224
242
|
}>;
|
|
225
243
|
"vvd3-progress": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
244
|
+
"aria-label": string | null;
|
|
226
245
|
"shape": ProgressShape | undefined;
|
|
227
246
|
"connotation": ProgressConnotation | undefined;
|
|
228
247
|
"reverse": boolean;
|
|
229
248
|
}>;
|
|
230
249
|
"vvd3-progress-ring": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
250
|
+
"aria-label": string | null;
|
|
231
251
|
"connotation": ProgressRingConnotation | undefined;
|
|
232
|
-
"size": -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined;
|
|
252
|
+
"size": -6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined;
|
|
233
253
|
}>;
|
|
234
254
|
"vvd3-radio": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
255
|
+
"aria-label": string | null;
|
|
235
256
|
"label": string | undefined;
|
|
236
257
|
"connotation": RadioConnotation | undefined;
|
|
237
258
|
}>;
|
|
@@ -244,6 +265,15 @@ declare namespace JSX {
|
|
|
244
265
|
"fixed-dropdown": boolean;
|
|
245
266
|
"placeholder": string | undefined;
|
|
246
267
|
}>;
|
|
268
|
+
"vvd3-selectable-box": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
269
|
+
"checked": boolean;
|
|
270
|
+
"clickable": boolean;
|
|
271
|
+
"connotation": SelectableBoxConnotation | undefined;
|
|
272
|
+
"control-aria-label": string | null;
|
|
273
|
+
"control-aria-labelledby": string | null;
|
|
274
|
+
"control-type": SelectableBoxControlType | undefined;
|
|
275
|
+
"tight": boolean;
|
|
276
|
+
}>;
|
|
247
277
|
"vvd3-side-drawer": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
248
278
|
"alternate": boolean;
|
|
249
279
|
"modal": boolean;
|
|
@@ -251,7 +281,10 @@ declare namespace JSX {
|
|
|
251
281
|
"trailing": boolean;
|
|
252
282
|
}>;
|
|
253
283
|
"vvd3-slider": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
284
|
+
"aria-label": string | null;
|
|
285
|
+
"aria-valuetext": string | null;
|
|
254
286
|
"markers": boolean;
|
|
287
|
+
"connotation": SliderConnotation | undefined;
|
|
255
288
|
}>;
|
|
256
289
|
"vvd3-split-button": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
257
290
|
"connotation": SplitButtonConnotation | undefined;
|
|
@@ -293,7 +326,7 @@ declare namespace JSX {
|
|
|
293
326
|
"selected": boolean;
|
|
294
327
|
}>;
|
|
295
328
|
"vvd3-tag-group": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
296
|
-
|
|
329
|
+
"aria-label": string | null;
|
|
297
330
|
}>;
|
|
298
331
|
"vvd3-text-anchor": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
299
332
|
"text": string | undefined;
|
|
@@ -325,5 +358,12 @@ declare namespace JSX {
|
|
|
325
358
|
"vvd3-tree-view": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
326
359
|
|
|
327
360
|
}>;
|
|
361
|
+
"vvd3-date-picker-base": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
362
|
+
"min": string;
|
|
363
|
+
"max": string;
|
|
364
|
+
"value": string;
|
|
365
|
+
"current-value": string;
|
|
366
|
+
"readonly": boolean;
|
|
367
|
+
}>;
|
|
328
368
|
}
|
|
329
369
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-accordion",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-accordion-item",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-action-group",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcAlert/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-alert",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcAvatar/index.js
CHANGED
|
@@ -28,6 +28,10 @@ Code in this file were generated using following JSON:
|
|
|
28
28
|
"name": "--vvd-avatar-cta-pale",
|
|
29
29
|
"default": "var(--vvd-color-cta-300)"
|
|
30
30
|
},
|
|
31
|
+
{
|
|
32
|
+
"name": "--vvd-avatar-cta-soft",
|
|
33
|
+
"default": "var(--vvd-color-cta-100)"
|
|
34
|
+
},
|
|
31
35
|
{
|
|
32
36
|
"name": "--vvd-avatar-accent-primary",
|
|
33
37
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -47,6 +51,10 @@ Code in this file were generated using following JSON:
|
|
|
47
51
|
{
|
|
48
52
|
"name": "--vvd-avatar-accent-pale",
|
|
49
53
|
"default": "var(--vvd-color-neutral-300)"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "--vvd-avatar-accent-soft",
|
|
57
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
50
58
|
}
|
|
51
59
|
],
|
|
52
60
|
"slots": [
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-avatar",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
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.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.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-banner",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-breadcrumb",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-breadcrumb-item",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-button",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-calendar",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-calendar-event",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.40.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.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
/** Base class for checkbox
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/checkbox
|
|
4
|
+
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
4
5
|
* @param {CheckboxConnotation | undefined} connotation - The connotation the checklist should have. **attribute** `connotation`
|
|
5
6
|
*/
|
|
6
7
|
declare const VwcCheckbox: {
|
|
@@ -10,6 +11,7 @@ declare const VwcCheckbox: {
|
|
|
10
11
|
id?: string | undefined;
|
|
11
12
|
style?: React.CSSProperties | undefined;
|
|
12
13
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
14
|
+
ariaLabel?: string | null | undefined;
|
|
13
15
|
connotation?: any;
|
|
14
16
|
}): JSX.Element;
|
|
15
17
|
displayName: string;
|
package/v3/VwcCheckbox/index.js
CHANGED
|
@@ -58,6 +58,14 @@ Code in this file were generated using following JSON:
|
|
|
58
58
|
}
|
|
59
59
|
],
|
|
60
60
|
"members": [
|
|
61
|
+
{
|
|
62
|
+
"kind": "field",
|
|
63
|
+
"name": "ariaLabel",
|
|
64
|
+
"type": {
|
|
65
|
+
"text": "string | null"
|
|
66
|
+
},
|
|
67
|
+
"default": "null"
|
|
68
|
+
},
|
|
61
69
|
{
|
|
62
70
|
"kind": "field",
|
|
63
71
|
"name": "connotation",
|
|
@@ -69,6 +77,14 @@ Code in this file were generated using following JSON:
|
|
|
69
77
|
}
|
|
70
78
|
],
|
|
71
79
|
"attributes": [
|
|
80
|
+
{
|
|
81
|
+
"name": "aria-label",
|
|
82
|
+
"type": {
|
|
83
|
+
"text": "string | null"
|
|
84
|
+
},
|
|
85
|
+
"default": "null",
|
|
86
|
+
"fieldName": "ariaLabel"
|
|
87
|
+
},
|
|
72
88
|
{
|
|
73
89
|
"name": "connotation",
|
|
74
90
|
"type": {
|
|
@@ -92,7 +108,7 @@ registerCheckbox('vvd3')
|
|
|
92
108
|
const VwcCheckbox = wrapper(`vvd3-checkbox`, {
|
|
93
109
|
events: [],
|
|
94
110
|
attributes: [],
|
|
95
|
-
properties: ['connotation']
|
|
111
|
+
properties: ['ariaLabel', 'connotation']
|
|
96
112
|
})
|
|
97
113
|
|
|
98
114
|
VwcCheckbox.displayName = 'VwcCheckbox'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-checkbox",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-combobox",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
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 data-grid
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/data-grid
|
|
4
|
-
* @param {DataGridSelectionMode | undefined} selectionMode
|
|
4
|
+
* @param {DataGridSelectionMode | undefined} selectionMode - Indicates the selection mode. **attribute** `selection-mode`
|
|
5
5
|
*/
|
|
6
6
|
declare const VwcDataGrid: {
|
|
7
7
|
(props: {
|