@vonage/vivid 2.30.2 → 2.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +6 -5
- package/package.json +79 -74
package/index.js
CHANGED
|
@@ -11,8 +11,8 @@ export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
|
|
|
11
11
|
export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
|
|
12
12
|
export { VWCDropdown as VWCDropdown } from "@vonage/vwc-dropdown";
|
|
13
13
|
export { VWCElevation as VWCElevation } from "@vonage/vwc-elevation";
|
|
14
|
-
export { VWCFab as VWCFab } from "@vonage/vwc-fab";
|
|
15
14
|
export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
|
|
15
|
+
export { VWCFab as VWCFab } from "@vonage/vwc-fab";
|
|
16
16
|
export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
|
|
17
17
|
export { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
|
|
18
18
|
export { VWCIconButton as VWCIconButton } from "@vonage/vwc-icon-button";
|
|
@@ -22,17 +22,18 @@ export { Layout as VWCLayout } from "@vonage/vwc-layout";
|
|
|
22
22
|
export { VWCLinearProgress as VWCLinearProgress } from "@vonage/vwc-linear-progress";
|
|
23
23
|
export { VWCMenu as VWCMenu } from "@vonage/vwc-menu";
|
|
24
24
|
export { VWCNote as VWCNote } from "@vonage/vwc-note";
|
|
25
|
-
export { VWCRadio as VWCRadio } from "@vonage/vwc-radio";
|
|
26
25
|
export { VWCPagination as VWCPagination } from "@vonage/vwc-pagination";
|
|
26
|
+
export { VWCRadio as VWCRadio } from "@vonage/vwc-radio";
|
|
27
27
|
export { VWCSlider as VWCSlider } from "@vonage/vwc-slider";
|
|
28
28
|
export { VWCSnackbar as VWCSnackbar } from "@vonage/vwc-snackbar";
|
|
29
|
-
export { VWCSurface as VWCSurface } from "@vonage/vwc-surface";
|
|
30
29
|
export { VWCSwitch as VWCSwitch } from "@vonage/vwc-switch";
|
|
31
|
-
export {
|
|
30
|
+
export { VWCSurface as VWCSurface } from "@vonage/vwc-surface";
|
|
32
31
|
export { VWCThemeSwitch as VWCThemeSwitch } from "@vonage/vwc-theme-switch";
|
|
32
|
+
export { VWCTextArea as VWCTextarea } from "@vonage/vwc-textarea";
|
|
33
33
|
export { VWCTopAppBar as VWCTopAppBar } from "@vonage/vwc-top-app-bar";
|
|
34
|
-
export {
|
|
34
|
+
export { VWCActionGroup as VWCActionGroup } from "@vonage/vwc-action-group";
|
|
35
35
|
export { VWCBadge as VWCBadge } from "@vonage/vwc-badge";
|
|
36
|
+
export { VWCAccordion as VWCAccordion } from "@vonage/vwc-accordion";
|
|
36
37
|
export { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
|
|
37
38
|
export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
|
|
38
39
|
export { VWCPopup as VWCPopup } from "@vonage/vwc-popup";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.32.0",
|
|
4
4
|
"description": "A bundled version of all Vivid components",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -14,63 +14,64 @@
|
|
|
14
14
|
],
|
|
15
15
|
"license": "ISC",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@vonage/vwc-breadcrumb": "2.
|
|
18
|
-
"@vonage/vwc-icon-button-toggle": "2.
|
|
19
|
-
"@vonage/vwc-notched-outline": "2.
|
|
20
|
-
"@vonage/vwc-scheme-select": "2.
|
|
21
|
-
"@vonage/vwc-top-app-bar-fixed": "2.
|
|
22
|
-
"@vonage/vwc-audio": "2.
|
|
23
|
-
"@vonage/vwc-button-toggle-group": "2.
|
|
24
|
-
"@vonage/vwc-card": "2.
|
|
25
|
-
"@vonage/vwc-checkbox": "2.
|
|
26
|
-
"@vonage/vwc-circular-progress": "2.
|
|
27
|
-
"@vonage/vwc-datepicker": "2.
|
|
28
|
-
"@vonage/vwc-dialog": "2.
|
|
29
|
-
"@vonage/vwc-dropdown": "2.
|
|
30
|
-
"@vonage/vwc-elevation": "2.
|
|
31
|
-
"@vonage/vwc-
|
|
32
|
-
"@vonage/vwc-
|
|
33
|
-
"@vonage/vwc-formfield": "2.
|
|
34
|
-
"@vonage/vwc-helper-message": "2.
|
|
35
|
-
"@vonage/vwc-icon-button": "2.
|
|
36
|
-
"@vonage/vwc-icon": "2.
|
|
37
|
-
"@vonage/vwc-keypad": "2.
|
|
38
|
-
"@vonage/vwc-layout": "2.
|
|
39
|
-
"@vonage/vwc-linear-progress": "2.
|
|
40
|
-
"@vonage/vwc-menu": "2.
|
|
41
|
-
"@vonage/vwc-note": "2.
|
|
42
|
-
"@vonage/vwc-
|
|
43
|
-
"@vonage/vwc-
|
|
44
|
-
"@vonage/vwc-slider": "2.
|
|
45
|
-
"@vonage/vwc-snackbar": "2.
|
|
46
|
-
"@vonage/vwc-
|
|
47
|
-
"@vonage/vwc-
|
|
48
|
-
"@vonage/vwc-
|
|
49
|
-
"@vonage/vwc-
|
|
50
|
-
"@vonage/vwc-top-app-bar": "2.
|
|
51
|
-
"@vonage/vwc-
|
|
52
|
-
"@vonage/vwc-badge": "2.
|
|
53
|
-
"@vonage/vwc-
|
|
54
|
-
"@vonage/vwc-
|
|
55
|
-
"@vonage/vwc-
|
|
56
|
-
"@vonage/vwc-
|
|
57
|
-
"@vonage/vwc-
|
|
58
|
-
"@vonage/vwc-
|
|
59
|
-
"@vonage/vwc-
|
|
60
|
-
"@vonage/vwc-
|
|
61
|
-
"@vonage/vwc-
|
|
62
|
-
"@vonage/vwc-
|
|
63
|
-
"@vonage/vwc-
|
|
64
|
-
"@vonage/vwc-
|
|
65
|
-
"@vonage/vwc-
|
|
66
|
-
"@vonage/vwc-
|
|
67
|
-
"@vonage/vwc-
|
|
68
|
-
"@vonage/vwc-
|
|
69
|
-
"@vonage/vwc-
|
|
70
|
-
"@vonage/vwc-
|
|
71
|
-
"@vonage/vwc-
|
|
72
|
-
"@vonage/
|
|
73
|
-
"@vonage/vvd-
|
|
17
|
+
"@vonage/vwc-breadcrumb": "2.32.0",
|
|
18
|
+
"@vonage/vwc-icon-button-toggle": "2.32.0",
|
|
19
|
+
"@vonage/vwc-notched-outline": "2.32.0",
|
|
20
|
+
"@vonage/vwc-scheme-select": "2.32.0",
|
|
21
|
+
"@vonage/vwc-top-app-bar-fixed": "2.32.0",
|
|
22
|
+
"@vonage/vwc-audio": "2.32.0",
|
|
23
|
+
"@vonage/vwc-button-toggle-group": "2.32.0",
|
|
24
|
+
"@vonage/vwc-card": "2.32.0",
|
|
25
|
+
"@vonage/vwc-checkbox": "2.32.0",
|
|
26
|
+
"@vonage/vwc-circular-progress": "2.32.0",
|
|
27
|
+
"@vonage/vwc-datepicker": "2.32.0",
|
|
28
|
+
"@vonage/vwc-dialog": "2.32.0",
|
|
29
|
+
"@vonage/vwc-dropdown": "2.32.0",
|
|
30
|
+
"@vonage/vwc-elevation": "2.32.0",
|
|
31
|
+
"@vonage/vwc-file-picker": "2.32.0",
|
|
32
|
+
"@vonage/vwc-fab": "2.32.0",
|
|
33
|
+
"@vonage/vwc-formfield": "2.32.0",
|
|
34
|
+
"@vonage/vwc-helper-message": "2.32.0",
|
|
35
|
+
"@vonage/vwc-icon-button": "2.32.0",
|
|
36
|
+
"@vonage/vwc-icon": "2.32.0",
|
|
37
|
+
"@vonage/vwc-keypad": "2.32.0",
|
|
38
|
+
"@vonage/vwc-layout": "2.32.0",
|
|
39
|
+
"@vonage/vwc-linear-progress": "2.32.0",
|
|
40
|
+
"@vonage/vwc-menu": "2.32.0",
|
|
41
|
+
"@vonage/vwc-note": "2.32.0",
|
|
42
|
+
"@vonage/vwc-pagination": "2.32.0",
|
|
43
|
+
"@vonage/vwc-radio": "2.32.0",
|
|
44
|
+
"@vonage/vwc-slider": "2.32.0",
|
|
45
|
+
"@vonage/vwc-snackbar": "2.32.0",
|
|
46
|
+
"@vonage/vwc-switch": "2.32.0",
|
|
47
|
+
"@vonage/vwc-surface": "2.32.0",
|
|
48
|
+
"@vonage/vwc-theme-switch": "2.32.0",
|
|
49
|
+
"@vonage/vwc-textarea": "2.32.0",
|
|
50
|
+
"@vonage/vwc-top-app-bar": "2.32.0",
|
|
51
|
+
"@vonage/vwc-action-group": "2.32.0",
|
|
52
|
+
"@vonage/vwc-badge": "2.32.0",
|
|
53
|
+
"@vonage/vwc-accordion": "2.32.0",
|
|
54
|
+
"@vonage/vwc-drawer": "2.32.0",
|
|
55
|
+
"@vonage/vwc-empty-state": "2.32.0",
|
|
56
|
+
"@vonage/vwc-popup": "2.32.0",
|
|
57
|
+
"@vonage/vwc-select": "2.32.0",
|
|
58
|
+
"@vonage/vwc-side-drawer": "2.32.0",
|
|
59
|
+
"@vonage/vwc-tags": "2.32.0",
|
|
60
|
+
"@vonage/vwc-text": "2.32.0",
|
|
61
|
+
"@vonage/vwc-tooltip": "2.32.0",
|
|
62
|
+
"@vonage/vwc-banner": "2.32.0",
|
|
63
|
+
"@vonage/vwc-breadcrumb-item": "2.32.0",
|
|
64
|
+
"@vonage/vwc-button": "2.32.0",
|
|
65
|
+
"@vonage/vwc-expansion-panel": "2.32.0",
|
|
66
|
+
"@vonage/vwc-media-controller": "2.32.0",
|
|
67
|
+
"@vonage/vwc-carousel": "2.32.0",
|
|
68
|
+
"@vonage/vwc-tab-bar": "2.32.0",
|
|
69
|
+
"@vonage/vwc-data-grid": "2.32.0",
|
|
70
|
+
"@vonage/vwc-textfield": "2.32.0",
|
|
71
|
+
"@vonage/vwc-calendar": "2.32.0",
|
|
72
|
+
"@vonage/vwc-list": "2.32.0",
|
|
73
|
+
"@vonage/vvd-core": "2.32.0",
|
|
74
|
+
"@vonage/vvd-context": "2.32.0"
|
|
74
75
|
},
|
|
75
76
|
"com_vonage": {
|
|
76
77
|
"components": [
|
|
@@ -126,14 +127,14 @@
|
|
|
126
127
|
"component_name": "vwc-elevation",
|
|
127
128
|
"export_name": "VWCElevation"
|
|
128
129
|
},
|
|
129
|
-
{
|
|
130
|
-
"component_name": "vwc-fab",
|
|
131
|
-
"export_name": "VWCFab"
|
|
132
|
-
},
|
|
133
130
|
{
|
|
134
131
|
"component_name": "vwc-file-picker",
|
|
135
132
|
"export_name": "VWCFilePicker"
|
|
136
133
|
},
|
|
134
|
+
{
|
|
135
|
+
"component_name": "vwc-fab",
|
|
136
|
+
"export_name": "VWCFab"
|
|
137
|
+
},
|
|
137
138
|
{
|
|
138
139
|
"component_name": "vwc-formfield",
|
|
139
140
|
"export_name": "VWCFormfield"
|
|
@@ -170,14 +171,14 @@
|
|
|
170
171
|
"component_name": "vwc-note",
|
|
171
172
|
"export_name": "VWCNote"
|
|
172
173
|
},
|
|
173
|
-
{
|
|
174
|
-
"component_name": "vwc-radio",
|
|
175
|
-
"export_name": "VWCRadio"
|
|
176
|
-
},
|
|
177
174
|
{
|
|
178
175
|
"component_name": "vwc-pagination",
|
|
179
176
|
"export_name": "VWCPagination"
|
|
180
177
|
},
|
|
178
|
+
{
|
|
179
|
+
"component_name": "vwc-radio",
|
|
180
|
+
"export_name": "VWCRadio"
|
|
181
|
+
},
|
|
181
182
|
{
|
|
182
183
|
"component_name": "vwc-slider",
|
|
183
184
|
"export_name": "VWCSlider"
|
|
@@ -186,34 +187,38 @@
|
|
|
186
187
|
"component_name": "vwc-snackbar",
|
|
187
188
|
"export_name": "VWCSnackbar"
|
|
188
189
|
},
|
|
189
|
-
{
|
|
190
|
-
"component_name": "vwc-surface",
|
|
191
|
-
"export_name": "VWCSurface"
|
|
192
|
-
},
|
|
193
190
|
{
|
|
194
191
|
"component_name": "vwc-switch",
|
|
195
192
|
"export_name": "VWCSwitch"
|
|
196
193
|
},
|
|
197
194
|
{
|
|
198
|
-
"component_name": "vwc-
|
|
199
|
-
"export_name": "
|
|
195
|
+
"component_name": "vwc-surface",
|
|
196
|
+
"export_name": "VWCSurface"
|
|
200
197
|
},
|
|
201
198
|
{
|
|
202
199
|
"component_name": "vwc-theme-switch",
|
|
203
200
|
"export_name": "VWCThemeSwitch"
|
|
204
201
|
},
|
|
202
|
+
{
|
|
203
|
+
"component_name": "vwc-textarea",
|
|
204
|
+
"export_name": "VWCTextarea"
|
|
205
|
+
},
|
|
205
206
|
{
|
|
206
207
|
"component_name": "vwc-top-app-bar",
|
|
207
208
|
"export_name": "VWCTopAppBar"
|
|
208
209
|
},
|
|
209
210
|
{
|
|
210
|
-
"component_name": "vwc-
|
|
211
|
-
"export_name": "
|
|
211
|
+
"component_name": "vwc-action-group",
|
|
212
|
+
"export_name": "VWCActionGroup"
|
|
212
213
|
},
|
|
213
214
|
{
|
|
214
215
|
"component_name": "vwc-badge",
|
|
215
216
|
"export_name": "VWCBadge"
|
|
216
217
|
},
|
|
218
|
+
{
|
|
219
|
+
"component_name": "vwc-accordion",
|
|
220
|
+
"export_name": "VWCAccordion"
|
|
221
|
+
},
|
|
217
222
|
{
|
|
218
223
|
"component_name": "vwc-drawer",
|
|
219
224
|
"export_name": "VWCDrawer"
|