@vonage/vivid-react 2.10.75 → 2.10.77
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 +4 -4
- package/package.json +2 -2
- package/types/index.d.ts +16 -4
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +2 -0
- package/v3/VwcAlert/index.js +22 -1
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAudioPlayer/index.d.ts +29 -0
- package/v3/VwcAudioPlayer/index.js +150 -0
- package/v3/VwcAudioPlayer/package.json +11 -0
- package/v3/VwcAvatar/index.js +8 -0
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.js +24 -0
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.d.ts +2 -0
- package/v3/VwcBanner/index.js +17 -1
- 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.d.ts +2 -0
- package/v3/VwcButton/index.js +1 -1
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/index.d.ts +2 -0
- package/v3/VwcCard/index.js +18 -1
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +3 -0
- package/v3/VwcCheckbox/index.js +24 -2
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDialog/index.d.ts +0 -4
- package/v3/VwcDialog/index.js +1 -33
- 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/package.json +2 -2
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFocus/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/package.json +2 -2
- 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/index.js +18 -18
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPopup/package.json +2 -2
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.d.ts +5 -5
- package/v3/VwcSelectableBox/index.js +51 -38
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.d.ts +4 -0
- package/v3/VwcSplitButton/index.js +84 -1
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/package.json +2 -2
- 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/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/package.json +2 -2
- 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/v3/VwcBadge/index.js
CHANGED
|
@@ -36,6 +36,10 @@ Code in this file were generated using following JSON:
|
|
|
36
36
|
"name": "--vvd-badge-cta-fierce",
|
|
37
37
|
"default": "var(--vvd-color-cta-700)"
|
|
38
38
|
},
|
|
39
|
+
{
|
|
40
|
+
"name": "--vvd-badge-cta-firm",
|
|
41
|
+
"default": "var(--vvd-color-cta-600)"
|
|
42
|
+
},
|
|
39
43
|
{
|
|
40
44
|
"name": "--vvd-badge-success-primary",
|
|
41
45
|
"default": "var(--vvd-color-success-500)"
|
|
@@ -64,6 +68,10 @@ Code in this file were generated using following JSON:
|
|
|
64
68
|
"name": "--vvd-badge-success-fierce",
|
|
65
69
|
"default": "var(--vvd-color-success-700)"
|
|
66
70
|
},
|
|
71
|
+
{
|
|
72
|
+
"name": "--vvd-badge-success-firm",
|
|
73
|
+
"default": "var(--vvd-color-success-600)"
|
|
74
|
+
},
|
|
67
75
|
{
|
|
68
76
|
"name": "--vvd-badge-alert-primary",
|
|
69
77
|
"default": "var(--vvd-color-alert-500)"
|
|
@@ -92,6 +100,10 @@ Code in this file were generated using following JSON:
|
|
|
92
100
|
"name": "--vvd-badge-alert-fierce",
|
|
93
101
|
"default": "var(--vvd-color-alert-700)"
|
|
94
102
|
},
|
|
103
|
+
{
|
|
104
|
+
"name": "--vvd-badge-alert-firm",
|
|
105
|
+
"default": "var(--vvd-color-alert-600)"
|
|
106
|
+
},
|
|
95
107
|
{
|
|
96
108
|
"name": "--vvd-badge-warning-primary",
|
|
97
109
|
"default": "var(--vvd-color-warning-300)"
|
|
@@ -120,6 +132,10 @@ Code in this file were generated using following JSON:
|
|
|
120
132
|
"name": "--vvd-badge-warning-fierce",
|
|
121
133
|
"default": "var(--vvd-color-warning-700)"
|
|
122
134
|
},
|
|
135
|
+
{
|
|
136
|
+
"name": "--vvd-badge-warning-firm",
|
|
137
|
+
"default": "var(--vvd-color-warning-600)"
|
|
138
|
+
},
|
|
123
139
|
{
|
|
124
140
|
"name": "--vvd-badge-information-primary",
|
|
125
141
|
"default": "var(--vvd-color-information-500)"
|
|
@@ -148,6 +164,10 @@ Code in this file were generated using following JSON:
|
|
|
148
164
|
"name": "--vvd-badge-information-fierce",
|
|
149
165
|
"default": "var(--vvd-color-information-700)"
|
|
150
166
|
},
|
|
167
|
+
{
|
|
168
|
+
"name": "--vvd-badge-information-firm",
|
|
169
|
+
"default": "var(--vvd-color-information-600)"
|
|
170
|
+
},
|
|
151
171
|
{
|
|
152
172
|
"name": "--vvd-badge-accent-primary",
|
|
153
173
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -175,6 +195,10 @@ Code in this file were generated using following JSON:
|
|
|
175
195
|
{
|
|
176
196
|
"name": "--vvd-badge-accent-fierce",
|
|
177
197
|
"default": "var(--vvd-color-neutral-700)"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"name": "--vvd-badge-accent-firm",
|
|
201
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
178
202
|
}
|
|
179
203
|
],
|
|
180
204
|
"members": [
|
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.43.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.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcBanner/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
/** Base class for banner
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/banner
|
|
4
|
+
* @param {string | null} dismissButtonAriaLabel **attribute** `dismiss-aria-label`
|
|
4
5
|
* @param {string | null} role **attribute** `role`
|
|
5
6
|
* @param {string | undefined} actionHref **attribute** `action-href`
|
|
6
7
|
* @param {string | undefined} actionText **attribute** `action-text`
|
|
@@ -16,6 +17,7 @@ declare const VwcBanner: {
|
|
|
16
17
|
id?: string | undefined;
|
|
17
18
|
style?: React.CSSProperties | undefined;
|
|
18
19
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
20
|
+
dismissButtonAriaLabel?: string | null | undefined;
|
|
19
21
|
role?: string | null | undefined;
|
|
20
22
|
actionHref?: string | undefined;
|
|
21
23
|
actionText?: string | undefined;
|
package/v3/VwcBanner/index.js
CHANGED
|
@@ -56,6 +56,14 @@ Code in this file were generated using following JSON:
|
|
|
56
56
|
}
|
|
57
57
|
],
|
|
58
58
|
"members": [
|
|
59
|
+
{
|
|
60
|
+
"kind": "field",
|
|
61
|
+
"name": "dismissButtonAriaLabel",
|
|
62
|
+
"type": {
|
|
63
|
+
"text": "string | null"
|
|
64
|
+
},
|
|
65
|
+
"default": "null"
|
|
66
|
+
},
|
|
59
67
|
{
|
|
60
68
|
"kind": "field",
|
|
61
69
|
"name": "role",
|
|
@@ -133,6 +141,14 @@ Code in this file were generated using following JSON:
|
|
|
133
141
|
}
|
|
134
142
|
],
|
|
135
143
|
"attributes": [
|
|
144
|
+
{
|
|
145
|
+
"name": "dismiss-aria-label",
|
|
146
|
+
"type": {
|
|
147
|
+
"text": "string | null"
|
|
148
|
+
},
|
|
149
|
+
"default": "null",
|
|
150
|
+
"fieldName": "dismissButtonAriaLabel"
|
|
151
|
+
},
|
|
136
152
|
{
|
|
137
153
|
"name": "role",
|
|
138
154
|
"type": {
|
|
@@ -198,7 +214,7 @@ registerBanner('vvd3')
|
|
|
198
214
|
const VwcBanner = wrapper(`vvd3-banner`, {
|
|
199
215
|
events: [],
|
|
200
216
|
attributes: [],
|
|
201
|
-
properties: ['role', 'actionHref', 'actionText', 'removable', 'ariaLive', 'text', 'connotation']
|
|
217
|
+
properties: ['dismissButtonAriaLabel', 'role', 'actionHref', 'actionText', 'removable', 'ariaLive', 'text', 'connotation']
|
|
202
218
|
})
|
|
203
219
|
|
|
204
220
|
VwcBanner.displayName = 'VwcBanner'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-banner",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.43.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.43.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.43.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.43.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.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcButton/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
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
11
|
* @param {string | undefined} label - Indicates the button's label. **attribute** `label`
|
|
12
|
+
* @param {string | undefined} icon
|
|
12
13
|
*/
|
|
13
14
|
declare const VwcButton: {
|
|
14
15
|
(props: {
|
|
@@ -26,6 +27,7 @@ declare const VwcButton: {
|
|
|
26
27
|
stacked?: boolean | undefined;
|
|
27
28
|
pending?: boolean | undefined;
|
|
28
29
|
label?: string | undefined;
|
|
30
|
+
icon?: string | undefined;
|
|
29
31
|
}): JSX.Element;
|
|
30
32
|
displayName: string;
|
|
31
33
|
};
|
package/v3/VwcButton/index.js
CHANGED
|
@@ -293,7 +293,7 @@ registerButton('vvd3')
|
|
|
293
293
|
const VwcButton = wrapper(`vvd3-button`, {
|
|
294
294
|
events: [{"name":"click","propName":"onClick"}],
|
|
295
295
|
attributes: [],
|
|
296
|
-
properties: ['title', 'connotation', 'shape', 'appearance', 'size', 'stacked', 'pending', 'label']
|
|
296
|
+
properties: ['title', 'connotation', 'shape', 'appearance', 'size', 'stacked', 'pending', 'label', 'icon']
|
|
297
297
|
})
|
|
298
298
|
|
|
299
299
|
VwcButton.displayName = 'VwcButton'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-button",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.43.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.43.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.43.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.43.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.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcCard/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
/** Base class for card
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/card
|
|
4
|
+
* @param {CardAppearance | undefined} appearance - The appearance the card should have. **attribute** `appearance`
|
|
4
5
|
* @param {string | undefined} headline - the text of the card heading
|
|
5
6
|
accepts string **attribute** `headline`
|
|
6
7
|
* @param {string | undefined} subtitle - the text of the card sub-heading
|
|
@@ -19,6 +20,7 @@ declare const VwcCard: {
|
|
|
19
20
|
id?: string | undefined;
|
|
20
21
|
style?: React.CSSProperties | undefined;
|
|
21
22
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
23
|
+
appearance?: any;
|
|
22
24
|
headline?: string | undefined;
|
|
23
25
|
subtitle?: string | undefined;
|
|
24
26
|
text?: string | undefined;
|
package/v3/VwcCard/index.js
CHANGED
|
@@ -30,6 +30,15 @@ Code in this file were generated using following JSON:
|
|
|
30
30
|
}
|
|
31
31
|
],
|
|
32
32
|
"members": [
|
|
33
|
+
{
|
|
34
|
+
"kind": "field",
|
|
35
|
+
"name": "appearance",
|
|
36
|
+
"type": {
|
|
37
|
+
"text": "CardAppearance | undefined"
|
|
38
|
+
},
|
|
39
|
+
"description": "The appearance the card should have.",
|
|
40
|
+
"privacy": "public"
|
|
41
|
+
},
|
|
33
42
|
{
|
|
34
43
|
"kind": "field",
|
|
35
44
|
"name": "headline",
|
|
@@ -91,6 +100,14 @@ Code in this file were generated using following JSON:
|
|
|
91
100
|
}
|
|
92
101
|
],
|
|
93
102
|
"attributes": [
|
|
103
|
+
{
|
|
104
|
+
"name": "appearance",
|
|
105
|
+
"type": {
|
|
106
|
+
"text": "CardAppearance | undefined"
|
|
107
|
+
},
|
|
108
|
+
"description": "The appearance the card should have.",
|
|
109
|
+
"fieldName": "appearance"
|
|
110
|
+
},
|
|
94
111
|
{
|
|
95
112
|
"name": "headline",
|
|
96
113
|
"type": {
|
|
@@ -146,7 +163,7 @@ registerCard('vvd3')
|
|
|
146
163
|
const VwcCard = wrapper(`vvd3-card`, {
|
|
147
164
|
events: [],
|
|
148
165
|
attributes: [],
|
|
149
|
-
properties: ['headline', 'subtitle', 'text', 'icon', 'elevation', 'graphicSlottedContent', 'hasMetaSlottedContent']
|
|
166
|
+
properties: ['appearance', 'headline', 'subtitle', 'text', 'icon', 'elevation', 'graphicSlottedContent', 'hasMetaSlottedContent']
|
|
150
167
|
})
|
|
151
168
|
|
|
152
169
|
VwcCard.displayName = 'VwcCard'
|
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.43.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.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -2,6 +2,7 @@ import React, { ReactNode, SyntheticEvent } 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
4
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
5
|
+
* @param {string | null} tabindex **attribute** `tabindex`
|
|
5
6
|
* @param {CheckboxConnotation | undefined} connotation - The connotation the checklist should have. **attribute** `connotation`
|
|
6
7
|
* @param {boolean} checked
|
|
7
8
|
* @param {any} onClick
|
|
@@ -13,8 +14,10 @@ declare const VwcCheckbox: {
|
|
|
13
14
|
id?: string | undefined;
|
|
14
15
|
style?: React.CSSProperties | undefined;
|
|
15
16
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
17
|
+
onInput?: ((event: SyntheticEvent) => void) | undefined;
|
|
16
18
|
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
17
19
|
ariaLabel?: string | null | undefined;
|
|
20
|
+
tabindex?: string | null | undefined;
|
|
18
21
|
connotation?: any;
|
|
19
22
|
checked?: boolean | undefined;
|
|
20
23
|
onClick?: any;
|
package/v3/VwcCheckbox/index.js
CHANGED
|
@@ -66,6 +66,14 @@ Code in this file were generated using following JSON:
|
|
|
66
66
|
},
|
|
67
67
|
"default": "null"
|
|
68
68
|
},
|
|
69
|
+
{
|
|
70
|
+
"kind": "field",
|
|
71
|
+
"name": "tabindex",
|
|
72
|
+
"type": {
|
|
73
|
+
"text": "string | null"
|
|
74
|
+
},
|
|
75
|
+
"default": "null"
|
|
76
|
+
},
|
|
69
77
|
{
|
|
70
78
|
"kind": "field",
|
|
71
79
|
"name": "connotation",
|
|
@@ -76,6 +84,12 @@ Code in this file were generated using following JSON:
|
|
|
76
84
|
"privacy": "public"
|
|
77
85
|
}
|
|
78
86
|
],
|
|
87
|
+
"events": [
|
|
88
|
+
{
|
|
89
|
+
"description": "Event that emits when the component checked state changes",
|
|
90
|
+
"name": "input"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
79
93
|
"attributes": [
|
|
80
94
|
{
|
|
81
95
|
"name": "aria-label",
|
|
@@ -85,6 +99,14 @@ Code in this file were generated using following JSON:
|
|
|
85
99
|
"default": "null",
|
|
86
100
|
"fieldName": "ariaLabel"
|
|
87
101
|
},
|
|
102
|
+
{
|
|
103
|
+
"name": "tabindex",
|
|
104
|
+
"type": {
|
|
105
|
+
"text": "string | null"
|
|
106
|
+
},
|
|
107
|
+
"default": "null",
|
|
108
|
+
"fieldName": "tabindex"
|
|
109
|
+
},
|
|
88
110
|
{
|
|
89
111
|
"name": "connotation",
|
|
90
112
|
"type": {
|
|
@@ -106,9 +128,9 @@ import { registerCheckbox } from '@vonage/vivid'
|
|
|
106
128
|
registerCheckbox('vvd3')
|
|
107
129
|
|
|
108
130
|
const VwcCheckbox = wrapper(`vvd3-checkbox`, {
|
|
109
|
-
events: [{"name":"change","propName":"onChange"}],
|
|
131
|
+
events: [{"name":"change","propName":"onChange"},{"name":"input","propName":"onInput"}],
|
|
110
132
|
attributes: [],
|
|
111
|
-
properties: ['ariaLabel', 'connotation', 'checked', 'onClick']
|
|
133
|
+
properties: ['ariaLabel', 'tabindex', 'connotation', 'checked', 'onClick']
|
|
112
134
|
})
|
|
113
135
|
|
|
114
136
|
VwcCheckbox.displayName = 'VwcCheckbox'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-checkbox",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.43.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.43.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.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-data-grid",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-data-grid-cell",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-data-grid-row",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-picker",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-picker-base",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-range-picker",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcDialog/index.d.ts
CHANGED
|
@@ -7,9 +7,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
7
7
|
* @param {string | undefined} subtitle **attribute** `subtitle`
|
|
8
8
|
* @param {string | undefined} headline **attribute** `headline`
|
|
9
9
|
* @param {boolean} fullWidthBody **attribute** `full-width-body`
|
|
10
|
-
* @param {string | null} ariaLabelledBy **attribute** `aria-labelledby`
|
|
11
10
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
12
|
-
* @param {string | null} ariaDescribedBy **attribute** `aria-describedby`
|
|
13
11
|
* @param {string | null} dismissButtonAriaLabel **attribute** `dismiss-button-aria-label`
|
|
14
12
|
* @param {string} returnValue
|
|
15
13
|
* @param {HTMLElement[] | undefined} footerSlottedContent
|
|
@@ -29,9 +27,7 @@ declare const VwcDialog: {
|
|
|
29
27
|
subtitle?: string | undefined;
|
|
30
28
|
headline?: string | undefined;
|
|
31
29
|
fullWidthBody?: boolean | undefined;
|
|
32
|
-
ariaLabelledBy?: string | null | undefined;
|
|
33
30
|
ariaLabel?: string | null | undefined;
|
|
34
|
-
ariaDescribedBy?: string | null | undefined;
|
|
35
31
|
dismissButtonAriaLabel?: string | null | undefined;
|
|
36
32
|
returnValue?: string | undefined;
|
|
37
33
|
footerSlottedContent?: any;
|
package/v3/VwcDialog/index.js
CHANGED
|
@@ -76,14 +76,6 @@ Code in this file were generated using following JSON:
|
|
|
76
76
|
},
|
|
77
77
|
"default": "false"
|
|
78
78
|
},
|
|
79
|
-
{
|
|
80
|
-
"kind": "field",
|
|
81
|
-
"name": "ariaLabelledBy",
|
|
82
|
-
"type": {
|
|
83
|
-
"text": "string | null"
|
|
84
|
-
},
|
|
85
|
-
"default": "null"
|
|
86
|
-
},
|
|
87
79
|
{
|
|
88
80
|
"kind": "field",
|
|
89
81
|
"name": "ariaLabel",
|
|
@@ -92,14 +84,6 @@ Code in this file were generated using following JSON:
|
|
|
92
84
|
},
|
|
93
85
|
"default": "null"
|
|
94
86
|
},
|
|
95
|
-
{
|
|
96
|
-
"kind": "field",
|
|
97
|
-
"name": "ariaDescribedBy",
|
|
98
|
-
"type": {
|
|
99
|
-
"text": "string | null"
|
|
100
|
-
},
|
|
101
|
-
"default": "null"
|
|
102
|
-
},
|
|
103
87
|
{
|
|
104
88
|
"kind": "field",
|
|
105
89
|
"name": "dismissButtonAriaLabel",
|
|
@@ -261,14 +245,6 @@ Code in this file were generated using following JSON:
|
|
|
261
245
|
"default": "false",
|
|
262
246
|
"fieldName": "fullWidthBody"
|
|
263
247
|
},
|
|
264
|
-
{
|
|
265
|
-
"name": "aria-labelledby",
|
|
266
|
-
"type": {
|
|
267
|
-
"text": "string | null"
|
|
268
|
-
},
|
|
269
|
-
"default": "null",
|
|
270
|
-
"fieldName": "ariaLabelledBy"
|
|
271
|
-
},
|
|
272
248
|
{
|
|
273
249
|
"name": "aria-label",
|
|
274
250
|
"type": {
|
|
@@ -277,14 +253,6 @@ Code in this file were generated using following JSON:
|
|
|
277
253
|
"default": "null",
|
|
278
254
|
"fieldName": "ariaLabel"
|
|
279
255
|
},
|
|
280
|
-
{
|
|
281
|
-
"name": "aria-describedby",
|
|
282
|
-
"type": {
|
|
283
|
-
"text": "string | null"
|
|
284
|
-
},
|
|
285
|
-
"default": "null",
|
|
286
|
-
"fieldName": "ariaDescribedBy"
|
|
287
|
-
},
|
|
288
256
|
{
|
|
289
257
|
"name": "dismiss-button-aria-label",
|
|
290
258
|
"type": {
|
|
@@ -308,7 +276,7 @@ registerDialog('vvd3')
|
|
|
308
276
|
const VwcDialog = wrapper(`vvd3-dialog`, {
|
|
309
277
|
events: [{"name":"close","propName":"onClose"}],
|
|
310
278
|
attributes: [],
|
|
311
|
-
properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', '
|
|
279
|
+
properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', 'ariaLabel', 'dismissButtonAriaLabel', 'returnValue', 'footerSlottedContent', 'actionItemsSlottedContent']
|
|
312
280
|
})
|
|
313
281
|
|
|
314
282
|
VwcDialog.displayName = 'VwcDialog'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-dialog",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-divider",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-elevation",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|