@vonage/vivid-react 2.10.76 → 2.10.78
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 +29 -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/index.d.ts +4 -0
- package/v3/VwcAlert/index.js +39 -1
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAppearanceUi/index.d.ts +29 -0
- package/v3/VwcAppearanceUi/index.js +528 -0
- package/v3/VwcAppearanceUi/package.json +11 -0
- 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/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/index.d.ts +4 -1
- package/v3/VwcDataGrid/index.js +21 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +1 -0
- package/v3/VwcDataGridCell/index.js +9 -1
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +2 -1
- package/v3/VwcDataGridRow/index.js +7 -1
- 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 +2 -8
- package/v3/VwcDialog/index.js +11 -64
- 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/index.d.ts +2 -2
- package/v3/VwcMenu/index.js +29 -69
- 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/index.d.ts +1 -1
- package/v3/VwcPopup/index.js +6 -11
- 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/index.d.ts +0 -4
- package/v3/VwcSelect/index.js +1 -15
- 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 +6 -0
- package/v3/VwcSplitButton/index.js +95 -2
- 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/index.d.ts +2 -0
- package/v3/VwcTabs/index.js +18 -1
- 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/index.js +1 -1
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcToggletip/index.d.ts +0 -2
- package/v3/VwcToggletip/index.js +17 -59
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/index.d.ts +0 -2
- package/v3/VwcTooltip/index.js +16 -91
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
|
@@ -16,6 +16,14 @@ Code in this file were generated using following JSON:
|
|
|
16
16
|
"name": "--vvd-selectable-box-cta-pale",
|
|
17
17
|
"default": "var(--vvd-color-cta-300)"
|
|
18
18
|
},
|
|
19
|
+
{
|
|
20
|
+
"name": "--vvd-selectable-box-cta-fierce",
|
|
21
|
+
"default": "var(--vvd-color-cta-700)"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "--vvd-selectable-box-cta-faint",
|
|
25
|
+
"default": "var(--vvd-color-cta-50)"
|
|
26
|
+
},
|
|
19
27
|
{
|
|
20
28
|
"name": "--vvd-selectable-box-cta-soft",
|
|
21
29
|
"default": "var(--vvd-color-cta-100)"
|
|
@@ -28,6 +36,14 @@ Code in this file were generated using following JSON:
|
|
|
28
36
|
"name": "--vvd-selectable-box-accent-pale",
|
|
29
37
|
"default": "var(--vvd-color-neutral-300)"
|
|
30
38
|
},
|
|
39
|
+
{
|
|
40
|
+
"name": "--vvd-selectable-box-accent-fierce",
|
|
41
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "--vvd-selectable-box-accent-faint",
|
|
45
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
46
|
+
},
|
|
31
47
|
{
|
|
32
48
|
"name": "--vvd-selectable-box-accent-soft",
|
|
33
49
|
"default": "var(--vvd-color-neutral-100)"
|
|
@@ -42,51 +58,49 @@ Code in this file were generated using following JSON:
|
|
|
42
58
|
"members": [
|
|
43
59
|
{
|
|
44
60
|
"kind": "field",
|
|
45
|
-
"name": "
|
|
61
|
+
"name": "ariaLabel",
|
|
46
62
|
"type": {
|
|
47
|
-
"text": "
|
|
63
|
+
"text": "string | null"
|
|
48
64
|
},
|
|
49
|
-
"default": "
|
|
50
|
-
"description": "Controls the checked state of the box",
|
|
51
|
-
"privacy": "public"
|
|
65
|
+
"default": "null"
|
|
52
66
|
},
|
|
53
67
|
{
|
|
54
68
|
"kind": "field",
|
|
55
|
-
"name": "
|
|
69
|
+
"name": "checked",
|
|
56
70
|
"type": {
|
|
57
71
|
"text": "boolean"
|
|
58
72
|
},
|
|
59
73
|
"default": "false",
|
|
60
|
-
"description": "
|
|
74
|
+
"description": "Controls the checked state of the box",
|
|
61
75
|
"privacy": "public"
|
|
62
76
|
},
|
|
63
77
|
{
|
|
64
78
|
"kind": "field",
|
|
65
|
-
"name": "
|
|
79
|
+
"name": "clickable",
|
|
66
80
|
"type": {
|
|
67
|
-
"text": "
|
|
81
|
+
"text": "boolean"
|
|
68
82
|
},
|
|
69
|
-
"
|
|
83
|
+
"default": "false",
|
|
84
|
+
"description": "DEPRECATED: Replaced by the clickable-box prop",
|
|
70
85
|
"privacy": "public"
|
|
71
86
|
},
|
|
72
87
|
{
|
|
73
88
|
"kind": "field",
|
|
74
|
-
"name": "
|
|
89
|
+
"name": "clickableBox",
|
|
75
90
|
"type": {
|
|
76
|
-
"text": "
|
|
91
|
+
"text": "boolean"
|
|
77
92
|
},
|
|
78
|
-
"default": "
|
|
79
|
-
"description": "
|
|
93
|
+
"default": "false",
|
|
94
|
+
"description": "Makes the entire selectable box clickable",
|
|
80
95
|
"privacy": "public"
|
|
81
96
|
},
|
|
82
97
|
{
|
|
83
98
|
"kind": "field",
|
|
84
|
-
"name": "
|
|
99
|
+
"name": "connotation",
|
|
85
100
|
"type": {
|
|
86
|
-
"text": "
|
|
101
|
+
"text": "SelectableBoxConnotation | undefined"
|
|
87
102
|
},
|
|
88
|
-
"
|
|
89
|
-
"description": "Links a piece of content as an accessible label",
|
|
103
|
+
"description": "The connotation the selectable box should have.",
|
|
90
104
|
"privacy": "public"
|
|
91
105
|
},
|
|
92
106
|
{
|
|
@@ -116,6 +130,14 @@ Code in this file were generated using following JSON:
|
|
|
116
130
|
}
|
|
117
131
|
],
|
|
118
132
|
"attributes": [
|
|
133
|
+
{
|
|
134
|
+
"name": "aria-label",
|
|
135
|
+
"type": {
|
|
136
|
+
"text": "string | null"
|
|
137
|
+
},
|
|
138
|
+
"default": "null",
|
|
139
|
+
"fieldName": "ariaLabel"
|
|
140
|
+
},
|
|
119
141
|
{
|
|
120
142
|
"type": {
|
|
121
143
|
"text": "boolean"
|
|
@@ -129,34 +151,25 @@ Code in this file were generated using following JSON:
|
|
|
129
151
|
"text": "boolean"
|
|
130
152
|
},
|
|
131
153
|
"default": "false",
|
|
132
|
-
"description": "
|
|
154
|
+
"description": "DEPRECATED: Replaced by the clickable-box prop",
|
|
133
155
|
"fieldName": "clickable"
|
|
134
156
|
},
|
|
135
157
|
{
|
|
136
|
-
"name": "
|
|
137
|
-
"type": {
|
|
138
|
-
"text": "SelectableBoxConnotation | undefined"
|
|
139
|
-
},
|
|
140
|
-
"description": "The connotation the selectable box should have.",
|
|
141
|
-
"fieldName": "connotation"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"name": "control-aria-label",
|
|
158
|
+
"name": "clickable-box",
|
|
145
159
|
"type": {
|
|
146
|
-
"text": "
|
|
160
|
+
"text": "boolean"
|
|
147
161
|
},
|
|
148
|
-
"default": "
|
|
149
|
-
"description": "
|
|
150
|
-
"fieldName": "
|
|
162
|
+
"default": "false",
|
|
163
|
+
"description": "Makes the entire selectable box clickable",
|
|
164
|
+
"fieldName": "clickableBox"
|
|
151
165
|
},
|
|
152
166
|
{
|
|
153
|
-
"name": "
|
|
167
|
+
"name": "connotation",
|
|
154
168
|
"type": {
|
|
155
|
-
"text": "
|
|
169
|
+
"text": "SelectableBoxConnotation | undefined"
|
|
156
170
|
},
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"fieldName": "controlAriaLabelledby"
|
|
171
|
+
"description": "The connotation the selectable box should have.",
|
|
172
|
+
"fieldName": "connotation"
|
|
160
173
|
},
|
|
161
174
|
{
|
|
162
175
|
"name": "control-type",
|
|
@@ -189,7 +202,7 @@ registerSelectableBox('vvd3')
|
|
|
189
202
|
const VwcSelectableBox = wrapper(`vvd3-selectable-box`, {
|
|
190
203
|
events: [{"name":"change","propName":"onChange"}],
|
|
191
204
|
attributes: [],
|
|
192
|
-
properties: ['
|
|
205
|
+
properties: ['ariaLabel', 'checked', 'clickable', 'clickableBox', 'connotation', 'controlType', 'tight']
|
|
193
206
|
})
|
|
194
207
|
|
|
195
208
|
VwcSelectableBox.displayName = 'VwcSelectableBox'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-selectable-box",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-side-drawer",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-slider",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -13,6 +13,9 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
13
13
|
* @param {boolean} disabled - Indicates if the button is disabled. **attribute** `disabled`
|
|
14
14
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
15
15
|
* @param {string | null} ariaExpanded **attribute** `aria-expanded`
|
|
16
|
+
* @param {string | null} indicatorAriaLabel - Defines a string value that labels the indicator element.
|
|
17
|
+
|
|
18
|
+
https://www.w3.org/TR/wai-aria-1.1/#aria-label **attribute** `indicator-aria-label`
|
|
16
19
|
*/
|
|
17
20
|
declare const VwcSplitButton: {
|
|
18
21
|
(props: {
|
|
@@ -21,6 +24,8 @@ declare const VwcSplitButton: {
|
|
|
21
24
|
id?: string | undefined;
|
|
22
25
|
style?: React.CSSProperties | undefined;
|
|
23
26
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
27
|
+
onActionClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
28
|
+
onIndicatorClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
24
29
|
onClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
25
30
|
_action?: any;
|
|
26
31
|
_indicator?: any;
|
|
@@ -34,6 +39,7 @@ declare const VwcSplitButton: {
|
|
|
34
39
|
disabled?: boolean | undefined;
|
|
35
40
|
ariaLabel?: string | null | undefined;
|
|
36
41
|
ariaExpanded?: string | null | undefined;
|
|
42
|
+
indicatorAriaLabel?: string | null | undefined;
|
|
37
43
|
}): JSX.Element;
|
|
38
44
|
displayName: string;
|
|
39
45
|
};
|
|
@@ -40,6 +40,70 @@ Code in this file were generated using following JSON:
|
|
|
40
40
|
"name": "--vvd-split-button-cta-faint",
|
|
41
41
|
"default": "var(--vvd-color-cta-50)"
|
|
42
42
|
},
|
|
43
|
+
{
|
|
44
|
+
"name": "--vvd-split-button-success-primary",
|
|
45
|
+
"default": "var(--vvd-color-success-500)"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "--vvd-split-button-success-primary-text",
|
|
49
|
+
"default": "var(--vvd-color-canvas)"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "--vvd-split-button-success-primary-increment",
|
|
53
|
+
"default": "var(--vvd-color-success-600)"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "--vvd-split-button-success-contrast",
|
|
57
|
+
"default": "var(--vvd-color-success-800)"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "--vvd-split-button-success-fierce",
|
|
61
|
+
"default": "var(--vvd-color-success-700)"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "--vvd-split-button-success-firm",
|
|
65
|
+
"default": "var(--vvd-color-success-600)"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "--vvd-split-button-success-soft",
|
|
69
|
+
"default": "var(--vvd-color-success-100)"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "--vvd-split-button-success-faint",
|
|
73
|
+
"default": "var(--vvd-color-success-50)"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "--vvd-split-button-alert-primary",
|
|
77
|
+
"default": "var(--vvd-color-alert-500)"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "--vvd-split-button-alert-primary-text",
|
|
81
|
+
"default": "var(--vvd-color-canvas)"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "--vvd-split-button-alert-primary-increment",
|
|
85
|
+
"default": "var(--vvd-color-alert-600)"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "--vvd-split-button-alert-contrast",
|
|
89
|
+
"default": "var(--vvd-color-alert-800)"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "--vvd-split-button-alert-fierce",
|
|
93
|
+
"default": "var(--vvd-color-alert-700)"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "--vvd-split-button-alert-firm",
|
|
97
|
+
"default": "var(--vvd-color-alert-600)"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "--vvd-split-button-alert-soft",
|
|
101
|
+
"default": "var(--vvd-color-alert-100)"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "--vvd-split-button-alert-faint",
|
|
105
|
+
"default": "var(--vvd-color-alert-50)"
|
|
106
|
+
},
|
|
43
107
|
{
|
|
44
108
|
"name": "--vvd-split-button-accent-primary",
|
|
45
109
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -203,6 +267,26 @@ Code in this file were generated using following JSON:
|
|
|
203
267
|
"text": "string | null"
|
|
204
268
|
},
|
|
205
269
|
"default": "null"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"kind": "field",
|
|
273
|
+
"name": "indicatorAriaLabel",
|
|
274
|
+
"type": {
|
|
275
|
+
"text": "string | null"
|
|
276
|
+
},
|
|
277
|
+
"default": "null",
|
|
278
|
+
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
279
|
+
"privacy": "public"
|
|
280
|
+
}
|
|
281
|
+
],
|
|
282
|
+
"events": [
|
|
283
|
+
{
|
|
284
|
+
"description": "Event emitted when the action button is clicked",
|
|
285
|
+
"name": "action-click"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"description": "Event emitted when the indicator button is clicked",
|
|
289
|
+
"name": "indicator-click"
|
|
206
290
|
}
|
|
207
291
|
],
|
|
208
292
|
"attributes": [
|
|
@@ -287,6 +371,15 @@ Code in this file were generated using following JSON:
|
|
|
287
371
|
},
|
|
288
372
|
"default": "null",
|
|
289
373
|
"fieldName": "ariaExpanded"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "indicator-aria-label",
|
|
377
|
+
"type": {
|
|
378
|
+
"text": "string | null"
|
|
379
|
+
},
|
|
380
|
+
"default": "null",
|
|
381
|
+
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
382
|
+
"fieldName": "indicatorAriaLabel"
|
|
290
383
|
}
|
|
291
384
|
],
|
|
292
385
|
"superclass": {
|
|
@@ -301,9 +394,9 @@ import { registerSplitButton } from '@vonage/vivid'
|
|
|
301
394
|
registerSplitButton('vvd3')
|
|
302
395
|
|
|
303
396
|
const VwcSplitButton = wrapper(`vvd3-split-button`, {
|
|
304
|
-
events: [{"name":"click","propName":"onClick"}],
|
|
397
|
+
events: [{"name":"click","propName":"onClick"},{"name":"indicator-click","propName":"onIndicatorClick"},{"name":"action-click","propName":"onActionClick"}],
|
|
305
398
|
attributes: [],
|
|
306
|
-
properties: ['_action', '_indicator', 'connotation', 'shape', 'appearance', 'size', 'label', 'icon', 'splitIndicator', 'disabled', 'ariaLabel', 'ariaExpanded']
|
|
399
|
+
properties: ['_action', '_indicator', 'connotation', 'shape', 'appearance', 'size', 'label', 'icon', 'splitIndicator', 'disabled', 'ariaLabel', 'ariaExpanded', 'indicatorAriaLabel']
|
|
307
400
|
})
|
|
308
401
|
|
|
309
402
|
VwcSplitButton.displayName = 'VwcSplitButton'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-split-button",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-switch",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTab/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tab",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tab-panel",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTabs/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/tabs
|
|
4
4
|
* @param {HTMLElement | undefined} tablist
|
|
5
5
|
* @param {TabsConnotation | undefined} connotation - The connotation the tabs should have. **attribute** `connotation`
|
|
6
|
+
* @param {Gutters | undefined} gutters - sets the initial preferred margin from predefined available options **attribute** `gutters`
|
|
6
7
|
*/
|
|
7
8
|
declare const VwcTabs: {
|
|
8
9
|
(props: {
|
|
@@ -14,6 +15,7 @@ declare const VwcTabs: {
|
|
|
14
15
|
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
15
16
|
tablist?: any;
|
|
16
17
|
connotation?: any;
|
|
18
|
+
gutters?: any;
|
|
17
19
|
}): JSX.Element;
|
|
18
20
|
displayName: string;
|
|
19
21
|
};
|
package/v3/VwcTabs/index.js
CHANGED
|
@@ -40,6 +40,15 @@ Code in this file were generated using following JSON:
|
|
|
40
40
|
"description": "The connotation the tabs should have.",
|
|
41
41
|
"privacy": "public"
|
|
42
42
|
},
|
|
43
|
+
{
|
|
44
|
+
"kind": "field",
|
|
45
|
+
"name": "gutters",
|
|
46
|
+
"type": {
|
|
47
|
+
"text": "Gutters | undefined"
|
|
48
|
+
},
|
|
49
|
+
"description": "sets the initial preferred margin from predefined available options",
|
|
50
|
+
"privacy": "public"
|
|
51
|
+
},
|
|
43
52
|
{
|
|
44
53
|
"kind": "method",
|
|
45
54
|
"name": "connotationChanged"
|
|
@@ -133,6 +142,14 @@ Code in this file were generated using following JSON:
|
|
|
133
142
|
},
|
|
134
143
|
"description": "The connotation the tabs should have.",
|
|
135
144
|
"fieldName": "connotation"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "gutters",
|
|
148
|
+
"type": {
|
|
149
|
+
"text": "Gutters | undefined"
|
|
150
|
+
},
|
|
151
|
+
"description": "sets the initial preferred margin from predefined available options",
|
|
152
|
+
"fieldName": "gutters"
|
|
136
153
|
}
|
|
137
154
|
],
|
|
138
155
|
"superclass": {
|
|
@@ -149,7 +166,7 @@ registerTabs('vvd3')
|
|
|
149
166
|
const VwcTabs = wrapper(`vvd3-tabs`, {
|
|
150
167
|
events: [{"name":"change","propName":"onChange"}],
|
|
151
168
|
attributes: [],
|
|
152
|
-
properties: ['tablist', 'connotation']
|
|
169
|
+
properties: ['tablist', 'connotation', 'gutters']
|
|
153
170
|
})
|
|
154
171
|
|
|
155
172
|
VwcTabs.displayName = 'VwcTabs'
|
package/v3/VwcTabs/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tabs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTag/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tag",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tag-group",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-anchor",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTextArea/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-area",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-field",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -4,7 +4,6 @@ import React, { ReactNode } from 'react';
|
|
|
4
4
|
* @param {string | undefined} headline - the optional title of the toggletip **attribute** `headline`
|
|
5
5
|
* @param {boolean} alternate - toggle color scheme **attribute** `alternate`
|
|
6
6
|
* @param {Placement | undefined} placement - placement of the toggletip **attribute** `placement`
|
|
7
|
-
* @param {AnchorType} anchor - id or direct reference to the toggletip's anchor element **attribute** `anchor`
|
|
8
7
|
* @param {boolean} open - indicates whether the toggletip is open **attribute** `open`
|
|
9
8
|
*/
|
|
10
9
|
declare const VwcToggletip: {
|
|
@@ -17,7 +16,6 @@ declare const VwcToggletip: {
|
|
|
17
16
|
headline?: string | undefined;
|
|
18
17
|
alternate?: boolean | undefined;
|
|
19
18
|
placement?: any;
|
|
20
|
-
anchor?: any;
|
|
21
19
|
open?: boolean | undefined;
|
|
22
20
|
}): JSX.Element;
|
|
23
21
|
displayName: string;
|