@vonage/vivid 2.31.0 → 2.33.1
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 +3 -2
- package/package.json +71 -66
package/index.js
CHANGED
|
@@ -13,8 +13,8 @@ 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";
|
|
15
15
|
export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
|
|
16
|
-
export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
|
|
17
16
|
export { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
|
|
17
|
+
export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
|
|
18
18
|
export { VWCIconButton as VWCIconButton } from "@vonage/vwc-icon-button";
|
|
19
19
|
export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
|
|
20
20
|
export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
|
|
@@ -26,12 +26,13 @@ export { VWCPagination as VWCPagination } from "@vonage/vwc-pagination";
|
|
|
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";
|
|
29
|
-
export { VWCSwitch as VWCSwitch } from "@vonage/vwc-switch";
|
|
30
29
|
export { VWCSurface as VWCSurface } from "@vonage/vwc-surface";
|
|
30
|
+
export { VWCSwitch as VWCSwitch } from "@vonage/vwc-switch";
|
|
31
31
|
export { VWCTextArea as VWCTextarea } from "@vonage/vwc-textarea";
|
|
32
32
|
export { VWCThemeSwitch as VWCThemeSwitch } from "@vonage/vwc-theme-switch";
|
|
33
33
|
export { VWCTopAppBar as VWCTopAppBar } from "@vonage/vwc-top-app-bar";
|
|
34
34
|
export { VWCAccordion as VWCAccordion } from "@vonage/vwc-accordion";
|
|
35
|
+
export { VWCActionGroup as VWCActionGroup } from "@vonage/vwc-action-group";
|
|
35
36
|
export { VWCBadge as VWCBadge } from "@vonage/vwc-badge";
|
|
36
37
|
export { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
|
|
37
38
|
export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.33.1",
|
|
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-fab": "2.
|
|
32
|
-
"@vonage/vwc-file-picker": "2.
|
|
33
|
-
"@vonage/vwc-
|
|
34
|
-
"@vonage/vwc-
|
|
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-pagination": "2.
|
|
43
|
-
"@vonage/vwc-radio": "2.
|
|
44
|
-
"@vonage/vwc-slider": "2.
|
|
45
|
-
"@vonage/vwc-snackbar": "2.
|
|
46
|
-
"@vonage/vwc-
|
|
47
|
-
"@vonage/vwc-
|
|
48
|
-
"@vonage/vwc-textarea": "2.
|
|
49
|
-
"@vonage/vwc-theme-switch": "2.
|
|
50
|
-
"@vonage/vwc-top-app-bar": "2.
|
|
51
|
-
"@vonage/vwc-accordion": "2.
|
|
52
|
-
"@vonage/vwc-
|
|
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.33.1",
|
|
18
|
+
"@vonage/vwc-icon-button-toggle": "2.33.1",
|
|
19
|
+
"@vonage/vwc-notched-outline": "2.33.1",
|
|
20
|
+
"@vonage/vwc-scheme-select": "2.33.1",
|
|
21
|
+
"@vonage/vwc-top-app-bar-fixed": "2.33.1",
|
|
22
|
+
"@vonage/vwc-audio": "2.33.1",
|
|
23
|
+
"@vonage/vwc-button-toggle-group": "2.33.1",
|
|
24
|
+
"@vonage/vwc-card": "2.33.1",
|
|
25
|
+
"@vonage/vwc-checkbox": "2.33.1",
|
|
26
|
+
"@vonage/vwc-circular-progress": "2.33.1",
|
|
27
|
+
"@vonage/vwc-datepicker": "2.33.1",
|
|
28
|
+
"@vonage/vwc-dialog": "2.33.1",
|
|
29
|
+
"@vonage/vwc-dropdown": "2.33.1",
|
|
30
|
+
"@vonage/vwc-elevation": "2.33.1",
|
|
31
|
+
"@vonage/vwc-fab": "2.33.1",
|
|
32
|
+
"@vonage/vwc-file-picker": "2.33.1",
|
|
33
|
+
"@vonage/vwc-helper-message": "2.33.1",
|
|
34
|
+
"@vonage/vwc-formfield": "2.33.1",
|
|
35
|
+
"@vonage/vwc-icon-button": "2.33.1",
|
|
36
|
+
"@vonage/vwc-icon": "2.33.1",
|
|
37
|
+
"@vonage/vwc-keypad": "2.33.1",
|
|
38
|
+
"@vonage/vwc-layout": "2.33.1",
|
|
39
|
+
"@vonage/vwc-linear-progress": "2.33.1",
|
|
40
|
+
"@vonage/vwc-menu": "2.33.1",
|
|
41
|
+
"@vonage/vwc-note": "2.33.1",
|
|
42
|
+
"@vonage/vwc-pagination": "2.33.1",
|
|
43
|
+
"@vonage/vwc-radio": "2.33.1",
|
|
44
|
+
"@vonage/vwc-slider": "2.33.1",
|
|
45
|
+
"@vonage/vwc-snackbar": "2.33.1",
|
|
46
|
+
"@vonage/vwc-surface": "2.33.1",
|
|
47
|
+
"@vonage/vwc-switch": "2.33.1",
|
|
48
|
+
"@vonage/vwc-textarea": "2.33.1",
|
|
49
|
+
"@vonage/vwc-theme-switch": "2.33.1",
|
|
50
|
+
"@vonage/vwc-top-app-bar": "2.33.1",
|
|
51
|
+
"@vonage/vwc-accordion": "2.33.1",
|
|
52
|
+
"@vonage/vwc-action-group": "2.33.1",
|
|
53
|
+
"@vonage/vwc-badge": "2.33.1",
|
|
54
|
+
"@vonage/vwc-drawer": "2.33.1",
|
|
55
|
+
"@vonage/vwc-empty-state": "2.33.1",
|
|
56
|
+
"@vonage/vwc-popup": "2.33.1",
|
|
57
|
+
"@vonage/vwc-select": "2.33.1",
|
|
58
|
+
"@vonage/vwc-side-drawer": "2.33.1",
|
|
59
|
+
"@vonage/vwc-tags": "2.33.1",
|
|
60
|
+
"@vonage/vwc-text": "2.33.1",
|
|
61
|
+
"@vonage/vwc-tooltip": "2.33.1",
|
|
62
|
+
"@vonage/vwc-banner": "2.33.1",
|
|
63
|
+
"@vonage/vwc-breadcrumb-item": "2.33.1",
|
|
64
|
+
"@vonage/vwc-button": "2.33.1",
|
|
65
|
+
"@vonage/vwc-expansion-panel": "2.33.1",
|
|
66
|
+
"@vonage/vwc-media-controller": "2.33.1",
|
|
67
|
+
"@vonage/vwc-carousel": "2.33.1",
|
|
68
|
+
"@vonage/vwc-tab-bar": "2.33.1",
|
|
69
|
+
"@vonage/vwc-data-grid": "2.33.1",
|
|
70
|
+
"@vonage/vwc-textfield": "2.33.1",
|
|
71
|
+
"@vonage/vwc-calendar": "2.33.1",
|
|
72
|
+
"@vonage/vwc-list": "2.33.1",
|
|
73
|
+
"@vonage/vvd-core": "2.33.1",
|
|
74
|
+
"@vonage/vvd-context": "2.33.1"
|
|
74
75
|
},
|
|
75
76
|
"com_vonage": {
|
|
76
77
|
"components": [
|
|
@@ -134,14 +135,14 @@
|
|
|
134
135
|
"component_name": "vwc-file-picker",
|
|
135
136
|
"export_name": "VWCFilePicker"
|
|
136
137
|
},
|
|
137
|
-
{
|
|
138
|
-
"component_name": "vwc-formfield",
|
|
139
|
-
"export_name": "VWCFormfield"
|
|
140
|
-
},
|
|
141
138
|
{
|
|
142
139
|
"component_name": "vwc-helper-message",
|
|
143
140
|
"export_name": "VWCHelperMessage"
|
|
144
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"component_name": "vwc-formfield",
|
|
144
|
+
"export_name": "VWCFormfield"
|
|
145
|
+
},
|
|
145
146
|
{
|
|
146
147
|
"component_name": "vwc-icon-button",
|
|
147
148
|
"export_name": "VWCIconButton"
|
|
@@ -186,14 +187,14 @@
|
|
|
186
187
|
"component_name": "vwc-snackbar",
|
|
187
188
|
"export_name": "VWCSnackbar"
|
|
188
189
|
},
|
|
189
|
-
{
|
|
190
|
-
"component_name": "vwc-switch",
|
|
191
|
-
"export_name": "VWCSwitch"
|
|
192
|
-
},
|
|
193
190
|
{
|
|
194
191
|
"component_name": "vwc-surface",
|
|
195
192
|
"export_name": "VWCSurface"
|
|
196
193
|
},
|
|
194
|
+
{
|
|
195
|
+
"component_name": "vwc-switch",
|
|
196
|
+
"export_name": "VWCSwitch"
|
|
197
|
+
},
|
|
197
198
|
{
|
|
198
199
|
"component_name": "vwc-textarea",
|
|
199
200
|
"export_name": "VWCTextarea"
|
|
@@ -210,6 +211,10 @@
|
|
|
210
211
|
"component_name": "vwc-accordion",
|
|
211
212
|
"export_name": "VWCAccordion"
|
|
212
213
|
},
|
|
214
|
+
{
|
|
215
|
+
"component_name": "vwc-action-group",
|
|
216
|
+
"export_name": "VWCActionGroup"
|
|
217
|
+
},
|
|
213
218
|
{
|
|
214
219
|
"component_name": "vwc-badge",
|
|
215
220
|
"export_name": "VWCBadge"
|