@vonage/vivid 2.24.1 → 2.25.3
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 +5 -4
- package/package.json +73 -68
package/index.js
CHANGED
|
@@ -7,8 +7,8 @@ export { VWCButtonToggleGroup as VWCButtonToggleGroup } from "@vonage/vwc-button
|
|
|
7
7
|
export { VWCCard as VWCCard } from "@vonage/vwc-card";
|
|
8
8
|
export { VWCCheckbox as VWCCheckbox } from "@vonage/vwc-checkbox";
|
|
9
9
|
export { VWCCircularProgress as VWCCircularProgress } from "@vonage/vwc-circular-progress";
|
|
10
|
-
export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
|
|
11
10
|
export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
|
|
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
14
|
export { VWCFab as VWCFab } from "@vonage/vwc-fab";
|
|
@@ -20,9 +20,9 @@ export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
|
|
|
20
20
|
export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
|
|
21
21
|
export { Layout as VWCLayout } from "@vonage/vwc-layout";
|
|
22
22
|
export { VWCLinearProgress as VWCLinearProgress } from "@vonage/vwc-linear-progress";
|
|
23
|
+
export { VWCMenu as VWCMenu } from "@vonage/vwc-menu";
|
|
23
24
|
export { VWCNote as VWCNote } from "@vonage/vwc-note";
|
|
24
25
|
export { VWCPagination as VWCPagination } from "@vonage/vwc-pagination";
|
|
25
|
-
export { VWCMenu as VWCMenu } from "@vonage/vwc-menu";
|
|
26
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";
|
|
@@ -35,12 +35,13 @@ export { VWCAccordion as VWCAccordion } from "@vonage/vwc-accordion";
|
|
|
35
35
|
export { VWCBadge as VWCBadge } from "@vonage/vwc-badge";
|
|
36
36
|
export { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
|
|
37
37
|
export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
|
|
38
|
-
export {
|
|
38
|
+
export { VWCPopup as VWCPopup } from "@vonage/vwc-popup";
|
|
39
39
|
export { VWCSideDrawer as VWCSideDrawer } from "@vonage/vwc-side-drawer";
|
|
40
|
+
export { VWCSelect as VWCSelect } from "@vonage/vwc-select";
|
|
40
41
|
export { VWCTag as VWCTag } from "@vonage/vwc-tags/vwc-tag";
|
|
41
42
|
export { VWCText as VWCText } from "@vonage/vwc-text";
|
|
42
|
-
export { VWCButton as VWCButton } from "@vonage/vwc-button";
|
|
43
43
|
export { VWCBanner as VWCBanner } from "@vonage/vwc-banner";
|
|
44
|
+
export { VWCButton as VWCButton } from "@vonage/vwc-button";
|
|
44
45
|
export { VWCExpansionPanel as VWCExpansionPanel } from "@vonage/vwc-expansion-panel";
|
|
45
46
|
export { VwcMediaController as VWCMediaController } from "@vonage/vwc-media-controller";
|
|
46
47
|
export { VWCScrubBar as VWCScrubBar } from "@vonage/vwc-media-controller/vwc-scrub-bar";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.25.3",
|
|
4
4
|
"description": "A bundled version of all Vivid components",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -14,59 +14,60 @@
|
|
|
14
14
|
],
|
|
15
15
|
"license": "ISC",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@vonage/vwc-icon-button-toggle": "2.
|
|
18
|
-
"@vonage/vwc-notched-outline": "2.
|
|
19
|
-
"@vonage/vwc-scheme-select": "2.
|
|
20
|
-
"@vonage/vwc-top-app-bar-fixed": "2.
|
|
21
|
-
"@vonage/vwc-audio": "2.
|
|
22
|
-
"@vonage/vwc-button-toggle-group": "2.
|
|
23
|
-
"@vonage/vwc-card": "2.
|
|
24
|
-
"@vonage/vwc-checkbox": "2.
|
|
25
|
-
"@vonage/vwc-circular-progress": "2.
|
|
26
|
-
"@vonage/vwc-
|
|
27
|
-
"@vonage/vwc-
|
|
28
|
-
"@vonage/vwc-dropdown": "2.
|
|
29
|
-
"@vonage/vwc-elevation": "2.
|
|
30
|
-
"@vonage/vwc-fab": "2.
|
|
31
|
-
"@vonage/vwc-file-picker": "2.
|
|
32
|
-
"@vonage/vwc-formfield": "2.
|
|
33
|
-
"@vonage/vwc-helper-message": "2.
|
|
34
|
-
"@vonage/vwc-icon-button": "2.
|
|
35
|
-
"@vonage/vwc-icon": "2.
|
|
36
|
-
"@vonage/vwc-keypad": "2.
|
|
37
|
-
"@vonage/vwc-layout": "2.
|
|
38
|
-
"@vonage/vwc-linear-progress": "2.
|
|
39
|
-
"@vonage/vwc-
|
|
40
|
-
"@vonage/vwc-
|
|
41
|
-
"@vonage/vwc-
|
|
42
|
-
"@vonage/vwc-radio": "2.
|
|
43
|
-
"@vonage/vwc-slider": "2.
|
|
44
|
-
"@vonage/vwc-snackbar": "2.
|
|
45
|
-
"@vonage/vwc-surface": "2.
|
|
46
|
-
"@vonage/vwc-switch": "2.
|
|
47
|
-
"@vonage/vwc-textarea": "2.
|
|
48
|
-
"@vonage/vwc-theme-switch": "2.
|
|
49
|
-
"@vonage/vwc-top-app-bar": "2.
|
|
50
|
-
"@vonage/vwc-accordion": "2.
|
|
51
|
-
"@vonage/vwc-badge": "2.
|
|
52
|
-
"@vonage/vwc-drawer": "2.
|
|
53
|
-
"@vonage/vwc-empty-state": "2.
|
|
54
|
-
"@vonage/vwc-
|
|
55
|
-
"@vonage/vwc-side-drawer": "2.
|
|
56
|
-
"@vonage/vwc-
|
|
57
|
-
"@vonage/vwc-
|
|
58
|
-
"@vonage/vwc-
|
|
59
|
-
"@vonage/vwc-banner": "2.
|
|
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/
|
|
69
|
-
"@vonage/vvd-
|
|
17
|
+
"@vonage/vwc-icon-button-toggle": "2.25.3",
|
|
18
|
+
"@vonage/vwc-notched-outline": "2.25.3",
|
|
19
|
+
"@vonage/vwc-scheme-select": "2.25.3",
|
|
20
|
+
"@vonage/vwc-top-app-bar-fixed": "2.25.3",
|
|
21
|
+
"@vonage/vwc-audio": "2.25.3",
|
|
22
|
+
"@vonage/vwc-button-toggle-group": "2.25.3",
|
|
23
|
+
"@vonage/vwc-card": "2.25.3",
|
|
24
|
+
"@vonage/vwc-checkbox": "2.25.3",
|
|
25
|
+
"@vonage/vwc-circular-progress": "2.25.3",
|
|
26
|
+
"@vonage/vwc-datepicker": "2.25.3",
|
|
27
|
+
"@vonage/vwc-dialog": "2.25.3",
|
|
28
|
+
"@vonage/vwc-dropdown": "2.25.3",
|
|
29
|
+
"@vonage/vwc-elevation": "2.25.3",
|
|
30
|
+
"@vonage/vwc-fab": "2.25.3",
|
|
31
|
+
"@vonage/vwc-file-picker": "2.25.3",
|
|
32
|
+
"@vonage/vwc-formfield": "2.25.3",
|
|
33
|
+
"@vonage/vwc-helper-message": "2.25.3",
|
|
34
|
+
"@vonage/vwc-icon-button": "2.25.3",
|
|
35
|
+
"@vonage/vwc-icon": "2.25.3",
|
|
36
|
+
"@vonage/vwc-keypad": "2.25.3",
|
|
37
|
+
"@vonage/vwc-layout": "2.25.3",
|
|
38
|
+
"@vonage/vwc-linear-progress": "2.25.3",
|
|
39
|
+
"@vonage/vwc-menu": "2.25.3",
|
|
40
|
+
"@vonage/vwc-note": "2.25.3",
|
|
41
|
+
"@vonage/vwc-pagination": "2.25.3",
|
|
42
|
+
"@vonage/vwc-radio": "2.25.3",
|
|
43
|
+
"@vonage/vwc-slider": "2.25.3",
|
|
44
|
+
"@vonage/vwc-snackbar": "2.25.3",
|
|
45
|
+
"@vonage/vwc-surface": "2.25.3",
|
|
46
|
+
"@vonage/vwc-switch": "2.25.3",
|
|
47
|
+
"@vonage/vwc-textarea": "2.25.3",
|
|
48
|
+
"@vonage/vwc-theme-switch": "2.25.3",
|
|
49
|
+
"@vonage/vwc-top-app-bar": "2.25.3",
|
|
50
|
+
"@vonage/vwc-accordion": "2.25.3",
|
|
51
|
+
"@vonage/vwc-badge": "2.25.3",
|
|
52
|
+
"@vonage/vwc-drawer": "2.25.3",
|
|
53
|
+
"@vonage/vwc-empty-state": "2.25.3",
|
|
54
|
+
"@vonage/vwc-popup": "2.25.3",
|
|
55
|
+
"@vonage/vwc-side-drawer": "2.25.3",
|
|
56
|
+
"@vonage/vwc-select": "2.25.3",
|
|
57
|
+
"@vonage/vwc-tags": "2.25.3",
|
|
58
|
+
"@vonage/vwc-text": "2.25.3",
|
|
59
|
+
"@vonage/vwc-banner": "2.25.3",
|
|
60
|
+
"@vonage/vwc-button": "2.25.3",
|
|
61
|
+
"@vonage/vwc-expansion-panel": "2.25.3",
|
|
62
|
+
"@vonage/vwc-media-controller": "2.25.3",
|
|
63
|
+
"@vonage/vwc-carousel": "2.25.3",
|
|
64
|
+
"@vonage/vwc-tab-bar": "2.25.3",
|
|
65
|
+
"@vonage/vwc-data-grid": "2.25.3",
|
|
66
|
+
"@vonage/vwc-textfield": "2.25.3",
|
|
67
|
+
"@vonage/vwc-calendar": "2.25.3",
|
|
68
|
+
"@vonage/vwc-list": "2.25.3",
|
|
69
|
+
"@vonage/vvd-core": "2.25.3",
|
|
70
|
+
"@vonage/vvd-context": "2.25.3"
|
|
70
71
|
},
|
|
71
72
|
"com_vonage": {
|
|
72
73
|
"components": [
|
|
@@ -106,14 +107,14 @@
|
|
|
106
107
|
"component_name": "vwc-circular-progress",
|
|
107
108
|
"export_name": "VWCCircularProgress"
|
|
108
109
|
},
|
|
109
|
-
{
|
|
110
|
-
"component_name": "vwc-dialog",
|
|
111
|
-
"export_name": "VWCDialog"
|
|
112
|
-
},
|
|
113
110
|
{
|
|
114
111
|
"component_name": "vwc-datepicker",
|
|
115
112
|
"export_name": "VWCDatepicker"
|
|
116
113
|
},
|
|
114
|
+
{
|
|
115
|
+
"component_name": "vwc-dialog",
|
|
116
|
+
"export_name": "VWCDialog"
|
|
117
|
+
},
|
|
117
118
|
{
|
|
118
119
|
"component_name": "vwc-dropdown",
|
|
119
120
|
"export_name": "VWCDropdown"
|
|
@@ -158,6 +159,10 @@
|
|
|
158
159
|
"component_name": "vwc-linear-progress",
|
|
159
160
|
"export_name": "VWCLinearProgress"
|
|
160
161
|
},
|
|
162
|
+
{
|
|
163
|
+
"component_name": "vwc-menu",
|
|
164
|
+
"export_name": "VWCMenu"
|
|
165
|
+
},
|
|
161
166
|
{
|
|
162
167
|
"component_name": "vwc-note",
|
|
163
168
|
"export_name": "VWCNote"
|
|
@@ -166,10 +171,6 @@
|
|
|
166
171
|
"component_name": "vwc-pagination",
|
|
167
172
|
"export_name": "VWCPagination"
|
|
168
173
|
},
|
|
169
|
-
{
|
|
170
|
-
"component_name": "vwc-menu",
|
|
171
|
-
"export_name": "VWCMenu"
|
|
172
|
-
},
|
|
173
174
|
{
|
|
174
175
|
"component_name": "vwc-radio",
|
|
175
176
|
"export_name": "VWCRadio"
|
|
@@ -219,13 +220,17 @@
|
|
|
219
220
|
"export_name": "VWCEmptyState"
|
|
220
221
|
},
|
|
221
222
|
{
|
|
222
|
-
"component_name": "vwc-
|
|
223
|
-
"export_name": "
|
|
223
|
+
"component_name": "vwc-popup",
|
|
224
|
+
"export_name": "VWCPopup"
|
|
224
225
|
},
|
|
225
226
|
{
|
|
226
227
|
"component_name": "vwc-side-drawer",
|
|
227
228
|
"export_name": "VWCSideDrawer"
|
|
228
229
|
},
|
|
230
|
+
{
|
|
231
|
+
"component_name": "vwc-select",
|
|
232
|
+
"export_name": "VWCSelect"
|
|
233
|
+
},
|
|
229
234
|
{
|
|
230
235
|
"component_name": "vwc-tag",
|
|
231
236
|
"export_name": "VWCTag"
|
|
@@ -234,14 +239,14 @@
|
|
|
234
239
|
"component_name": "vwc-text",
|
|
235
240
|
"export_name": "VWCText"
|
|
236
241
|
},
|
|
237
|
-
{
|
|
238
|
-
"component_name": "vwc-button",
|
|
239
|
-
"export_name": "VWCButton"
|
|
240
|
-
},
|
|
241
242
|
{
|
|
242
243
|
"component_name": "vwc-banner",
|
|
243
244
|
"export_name": "VWCBanner"
|
|
244
245
|
},
|
|
246
|
+
{
|
|
247
|
+
"component_name": "vwc-button",
|
|
248
|
+
"export_name": "VWCButton"
|
|
249
|
+
},
|
|
245
250
|
{
|
|
246
251
|
"component_name": "vwc-expansion-panel",
|
|
247
252
|
"export_name": "VWCExpansionPanel"
|