@vonage/vivid 2.42.0 → 2.43.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 +1 -1
- package/package.json +63 -63
package/index.js
CHANGED
|
@@ -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 { VWCNote as VWCNote } from "@vonage/vwc-note";
|
|
23
24
|
export { VWCMenu as VWCMenu } from "@vonage/vwc-menu";
|
|
24
25
|
export { VWCPagination as VWCPagination } from "@vonage/vwc-pagination";
|
|
25
|
-
export { VWCNote as VWCNote } from "@vonage/vwc-note";
|
|
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";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.43.1",
|
|
4
4
|
"description": "A bundled version of all Vivid components",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -14,64 +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-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-
|
|
41
|
-
"@vonage/vwc-
|
|
42
|
-
"@vonage/vwc-
|
|
43
|
-
"@vonage/vwc-radio": "2.
|
|
44
|
-
"@vonage/vwc-slider": "2.
|
|
45
|
-
"@vonage/vwc-snackbar": "2.
|
|
46
|
-
"@vonage/vwc-surface": "2.
|
|
47
|
-
"@vonage/vwc-switch": "2.
|
|
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-action-group": "2.
|
|
53
|
-
"@vonage/vwc-badge": "2.
|
|
54
|
-
"@vonage/vwc-drawer": "2.
|
|
55
|
-
"@vonage/vwc-empty-state": "2.
|
|
56
|
-
"@vonage/vwc-popup": "2.
|
|
57
|
-
"@vonage/vwc-select": "2.
|
|
58
|
-
"@vonage/vwc-side-drawer": "2.
|
|
59
|
-
"@vonage/vwc-tags": "2.
|
|
60
|
-
"@vonage/vwc-text": "2.
|
|
61
|
-
"@vonage/vwc-tooltip": "2.
|
|
62
|
-
"@vonage/vwc-banner": "2.
|
|
63
|
-
"@vonage/vwc-breadcrumb-item": "2.
|
|
64
|
-
"@vonage/vwc-button": "2.
|
|
65
|
-
"@vonage/vwc-expansion-panel": "2.
|
|
66
|
-
"@vonage/vwc-media-controller": "2.
|
|
67
|
-
"@vonage/vwc-carousel": "2.
|
|
68
|
-
"@vonage/vwc-tab-bar": "2.
|
|
69
|
-
"@vonage/vwc-data-grid": "2.
|
|
70
|
-
"@vonage/vwc-textfield": "2.
|
|
71
|
-
"@vonage/vwc-calendar": "2.
|
|
72
|
-
"@vonage/vwc-list": "2.
|
|
73
|
-
"@vonage/vvd-core": "2.
|
|
74
|
-
"@vonage/vvd-context": "2.
|
|
17
|
+
"@vonage/vwc-breadcrumb": "2.43.1",
|
|
18
|
+
"@vonage/vwc-icon-button-toggle": "2.43.1",
|
|
19
|
+
"@vonage/vwc-notched-outline": "2.43.1",
|
|
20
|
+
"@vonage/vwc-scheme-select": "2.43.1",
|
|
21
|
+
"@vonage/vwc-top-app-bar-fixed": "2.43.1",
|
|
22
|
+
"@vonage/vwc-audio": "2.43.1",
|
|
23
|
+
"@vonage/vwc-button-toggle-group": "2.43.1",
|
|
24
|
+
"@vonage/vwc-card": "2.43.1",
|
|
25
|
+
"@vonage/vwc-checkbox": "2.43.1",
|
|
26
|
+
"@vonage/vwc-circular-progress": "2.43.1",
|
|
27
|
+
"@vonage/vwc-datepicker": "2.43.1",
|
|
28
|
+
"@vonage/vwc-dialog": "2.43.1",
|
|
29
|
+
"@vonage/vwc-dropdown": "2.43.1",
|
|
30
|
+
"@vonage/vwc-elevation": "2.43.1",
|
|
31
|
+
"@vonage/vwc-fab": "2.43.1",
|
|
32
|
+
"@vonage/vwc-file-picker": "2.43.1",
|
|
33
|
+
"@vonage/vwc-formfield": "2.43.1",
|
|
34
|
+
"@vonage/vwc-helper-message": "2.43.1",
|
|
35
|
+
"@vonage/vwc-icon-button": "2.43.1",
|
|
36
|
+
"@vonage/vwc-icon": "2.43.1",
|
|
37
|
+
"@vonage/vwc-keypad": "2.43.1",
|
|
38
|
+
"@vonage/vwc-layout": "2.43.1",
|
|
39
|
+
"@vonage/vwc-linear-progress": "2.43.1",
|
|
40
|
+
"@vonage/vwc-note": "2.43.1",
|
|
41
|
+
"@vonage/vwc-menu": "2.43.1",
|
|
42
|
+
"@vonage/vwc-pagination": "2.43.1",
|
|
43
|
+
"@vonage/vwc-radio": "2.43.1",
|
|
44
|
+
"@vonage/vwc-slider": "2.43.1",
|
|
45
|
+
"@vonage/vwc-snackbar": "2.43.1",
|
|
46
|
+
"@vonage/vwc-surface": "2.43.1",
|
|
47
|
+
"@vonage/vwc-switch": "2.43.1",
|
|
48
|
+
"@vonage/vwc-textarea": "2.43.1",
|
|
49
|
+
"@vonage/vwc-theme-switch": "2.43.1",
|
|
50
|
+
"@vonage/vwc-top-app-bar": "2.43.1",
|
|
51
|
+
"@vonage/vwc-accordion": "2.43.1",
|
|
52
|
+
"@vonage/vwc-action-group": "2.43.1",
|
|
53
|
+
"@vonage/vwc-badge": "2.43.1",
|
|
54
|
+
"@vonage/vwc-drawer": "2.43.1",
|
|
55
|
+
"@vonage/vwc-empty-state": "2.43.1",
|
|
56
|
+
"@vonage/vwc-popup": "2.43.1",
|
|
57
|
+
"@vonage/vwc-select": "2.43.1",
|
|
58
|
+
"@vonage/vwc-side-drawer": "2.43.1",
|
|
59
|
+
"@vonage/vwc-tags": "2.43.1",
|
|
60
|
+
"@vonage/vwc-text": "2.43.1",
|
|
61
|
+
"@vonage/vwc-tooltip": "2.43.1",
|
|
62
|
+
"@vonage/vwc-banner": "2.43.1",
|
|
63
|
+
"@vonage/vwc-breadcrumb-item": "2.43.1",
|
|
64
|
+
"@vonage/vwc-button": "2.43.1",
|
|
65
|
+
"@vonage/vwc-expansion-panel": "2.43.1",
|
|
66
|
+
"@vonage/vwc-media-controller": "2.43.1",
|
|
67
|
+
"@vonage/vwc-carousel": "2.43.1",
|
|
68
|
+
"@vonage/vwc-tab-bar": "2.43.1",
|
|
69
|
+
"@vonage/vwc-data-grid": "2.43.1",
|
|
70
|
+
"@vonage/vwc-textfield": "2.43.1",
|
|
71
|
+
"@vonage/vwc-calendar": "2.43.1",
|
|
72
|
+
"@vonage/vwc-list": "2.43.1",
|
|
73
|
+
"@vonage/vvd-core": "2.43.1",
|
|
74
|
+
"@vonage/vvd-context": "2.43.1"
|
|
75
75
|
},
|
|
76
76
|
"com_vonage": {
|
|
77
77
|
"components": [
|
|
@@ -163,6 +163,10 @@
|
|
|
163
163
|
"component_name": "vwc-linear-progress",
|
|
164
164
|
"export_name": "VWCLinearProgress"
|
|
165
165
|
},
|
|
166
|
+
{
|
|
167
|
+
"component_name": "vwc-note",
|
|
168
|
+
"export_name": "VWCNote"
|
|
169
|
+
},
|
|
166
170
|
{
|
|
167
171
|
"component_name": "vwc-menu",
|
|
168
172
|
"export_name": "VWCMenu"
|
|
@@ -171,10 +175,6 @@
|
|
|
171
175
|
"component_name": "vwc-pagination",
|
|
172
176
|
"export_name": "VWCPagination"
|
|
173
177
|
},
|
|
174
|
-
{
|
|
175
|
-
"component_name": "vwc-note",
|
|
176
|
-
"export_name": "VWCNote"
|
|
177
|
-
},
|
|
178
178
|
{
|
|
179
179
|
"component_name": "vwc-radio",
|
|
180
180
|
"export_name": "VWCRadio"
|