@vonage/vivid 2.41.0 → 2.43.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 +4 -4
- package/package.json +75 -75
package/index.js
CHANGED
|
@@ -8,26 +8,26 @@ 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
10
|
export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
|
|
11
|
-
export { VWCDropdown as VWCDropdown } from "@vonage/vwc-dropdown";
|
|
12
11
|
export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
|
|
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";
|
|
15
|
-
export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
|
|
16
15
|
export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
|
|
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";
|
|
19
|
-
export { Layout as VWCLayout } from "@vonage/vwc-layout";
|
|
20
19
|
export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
|
|
21
20
|
export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
|
|
21
|
+
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
25
|
export { VWCPagination as VWCPagination } from "@vonage/vwc-pagination";
|
|
26
26
|
export { VWCRadio as VWCRadio } from "@vonage/vwc-radio";
|
|
27
|
+
export { VWCSlider as VWCSlider } from "@vonage/vwc-slider";
|
|
27
28
|
export { VWCSnackbar as VWCSnackbar } from "@vonage/vwc-snackbar";
|
|
28
29
|
export { VWCSurface as VWCSurface } from "@vonage/vwc-surface";
|
|
29
30
|
export { VWCSwitch as VWCSwitch } from "@vonage/vwc-switch";
|
|
30
|
-
export { VWCSlider as VWCSlider } from "@vonage/vwc-slider";
|
|
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";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.43.0",
|
|
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-
|
|
29
|
-
"@vonage/vwc-
|
|
30
|
-
"@vonage/vwc-elevation": "2.
|
|
31
|
-
"@vonage/vwc-fab": "2.
|
|
32
|
-
"@vonage/vwc-
|
|
33
|
-
"@vonage/vwc-
|
|
34
|
-
"@vonage/vwc-helper-message": "2.
|
|
35
|
-
"@vonage/vwc-icon-button": "2.
|
|
36
|
-
"@vonage/vwc-
|
|
37
|
-
"@vonage/vwc-
|
|
38
|
-
"@vonage/vwc-
|
|
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-
|
|
45
|
-
"@vonage/vwc-
|
|
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-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.0",
|
|
18
|
+
"@vonage/vwc-icon-button-toggle": "2.43.0",
|
|
19
|
+
"@vonage/vwc-notched-outline": "2.43.0",
|
|
20
|
+
"@vonage/vwc-scheme-select": "2.43.0",
|
|
21
|
+
"@vonage/vwc-top-app-bar-fixed": "2.43.0",
|
|
22
|
+
"@vonage/vwc-audio": "2.43.0",
|
|
23
|
+
"@vonage/vwc-button-toggle-group": "2.43.0",
|
|
24
|
+
"@vonage/vwc-card": "2.43.0",
|
|
25
|
+
"@vonage/vwc-checkbox": "2.43.0",
|
|
26
|
+
"@vonage/vwc-circular-progress": "2.43.0",
|
|
27
|
+
"@vonage/vwc-datepicker": "2.43.0",
|
|
28
|
+
"@vonage/vwc-dialog": "2.43.0",
|
|
29
|
+
"@vonage/vwc-dropdown": "2.43.0",
|
|
30
|
+
"@vonage/vwc-elevation": "2.43.0",
|
|
31
|
+
"@vonage/vwc-fab": "2.43.0",
|
|
32
|
+
"@vonage/vwc-file-picker": "2.43.0",
|
|
33
|
+
"@vonage/vwc-formfield": "2.43.0",
|
|
34
|
+
"@vonage/vwc-helper-message": "2.43.0",
|
|
35
|
+
"@vonage/vwc-icon-button": "2.43.0",
|
|
36
|
+
"@vonage/vwc-icon": "2.43.0",
|
|
37
|
+
"@vonage/vwc-keypad": "2.43.0",
|
|
38
|
+
"@vonage/vwc-layout": "2.43.0",
|
|
39
|
+
"@vonage/vwc-linear-progress": "2.43.0",
|
|
40
|
+
"@vonage/vwc-menu": "2.43.0",
|
|
41
|
+
"@vonage/vwc-note": "2.43.0",
|
|
42
|
+
"@vonage/vwc-pagination": "2.43.0",
|
|
43
|
+
"@vonage/vwc-radio": "2.43.0",
|
|
44
|
+
"@vonage/vwc-slider": "2.43.0",
|
|
45
|
+
"@vonage/vwc-snackbar": "2.43.0",
|
|
46
|
+
"@vonage/vwc-surface": "2.43.0",
|
|
47
|
+
"@vonage/vwc-switch": "2.43.0",
|
|
48
|
+
"@vonage/vwc-textarea": "2.43.0",
|
|
49
|
+
"@vonage/vwc-theme-switch": "2.43.0",
|
|
50
|
+
"@vonage/vwc-top-app-bar": "2.43.0",
|
|
51
|
+
"@vonage/vwc-accordion": "2.43.0",
|
|
52
|
+
"@vonage/vwc-action-group": "2.43.0",
|
|
53
|
+
"@vonage/vwc-badge": "2.43.0",
|
|
54
|
+
"@vonage/vwc-drawer": "2.43.0",
|
|
55
|
+
"@vonage/vwc-empty-state": "2.43.0",
|
|
56
|
+
"@vonage/vwc-popup": "2.43.0",
|
|
57
|
+
"@vonage/vwc-select": "2.43.0",
|
|
58
|
+
"@vonage/vwc-side-drawer": "2.43.0",
|
|
59
|
+
"@vonage/vwc-tags": "2.43.0",
|
|
60
|
+
"@vonage/vwc-text": "2.43.0",
|
|
61
|
+
"@vonage/vwc-tooltip": "2.43.0",
|
|
62
|
+
"@vonage/vwc-banner": "2.43.0",
|
|
63
|
+
"@vonage/vwc-breadcrumb-item": "2.43.0",
|
|
64
|
+
"@vonage/vwc-button": "2.43.0",
|
|
65
|
+
"@vonage/vwc-expansion-panel": "2.43.0",
|
|
66
|
+
"@vonage/vwc-media-controller": "2.43.0",
|
|
67
|
+
"@vonage/vwc-carousel": "2.43.0",
|
|
68
|
+
"@vonage/vwc-tab-bar": "2.43.0",
|
|
69
|
+
"@vonage/vwc-data-grid": "2.43.0",
|
|
70
|
+
"@vonage/vwc-textfield": "2.43.0",
|
|
71
|
+
"@vonage/vwc-calendar": "2.43.0",
|
|
72
|
+
"@vonage/vwc-list": "2.43.0",
|
|
73
|
+
"@vonage/vvd-core": "2.43.0",
|
|
74
|
+
"@vonage/vvd-context": "2.43.0"
|
|
75
75
|
},
|
|
76
76
|
"com_vonage": {
|
|
77
77
|
"components": [
|
|
@@ -115,14 +115,14 @@
|
|
|
115
115
|
"component_name": "vwc-datepicker",
|
|
116
116
|
"export_name": "VWCDatepicker"
|
|
117
117
|
},
|
|
118
|
-
{
|
|
119
|
-
"component_name": "vwc-dropdown",
|
|
120
|
-
"export_name": "VWCDropdown"
|
|
121
|
-
},
|
|
122
118
|
{
|
|
123
119
|
"component_name": "vwc-dialog",
|
|
124
120
|
"export_name": "VWCDialog"
|
|
125
121
|
},
|
|
122
|
+
{
|
|
123
|
+
"component_name": "vwc-dropdown",
|
|
124
|
+
"export_name": "VWCDropdown"
|
|
125
|
+
},
|
|
126
126
|
{
|
|
127
127
|
"component_name": "vwc-elevation",
|
|
128
128
|
"export_name": "VWCElevation"
|
|
@@ -131,14 +131,14 @@
|
|
|
131
131
|
"component_name": "vwc-fab",
|
|
132
132
|
"export_name": "VWCFab"
|
|
133
133
|
},
|
|
134
|
-
{
|
|
135
|
-
"component_name": "vwc-formfield",
|
|
136
|
-
"export_name": "VWCFormfield"
|
|
137
|
-
},
|
|
138
134
|
{
|
|
139
135
|
"component_name": "vwc-file-picker",
|
|
140
136
|
"export_name": "VWCFilePicker"
|
|
141
137
|
},
|
|
138
|
+
{
|
|
139
|
+
"component_name": "vwc-formfield",
|
|
140
|
+
"export_name": "VWCFormfield"
|
|
141
|
+
},
|
|
142
142
|
{
|
|
143
143
|
"component_name": "vwc-helper-message",
|
|
144
144
|
"export_name": "VWCHelperMessage"
|
|
@@ -147,10 +147,6 @@
|
|
|
147
147
|
"component_name": "vwc-icon-button",
|
|
148
148
|
"export_name": "VWCIconButton"
|
|
149
149
|
},
|
|
150
|
-
{
|
|
151
|
-
"component_name": "vwc-layout",
|
|
152
|
-
"export_name": "VWCLayout"
|
|
153
|
-
},
|
|
154
150
|
{
|
|
155
151
|
"component_name": "vwc-icon",
|
|
156
152
|
"export_name": "VWCIcon"
|
|
@@ -159,6 +155,10 @@
|
|
|
159
155
|
"component_name": "vwc-keypad",
|
|
160
156
|
"export_name": "VWCKeypad"
|
|
161
157
|
},
|
|
158
|
+
{
|
|
159
|
+
"component_name": "vwc-layout",
|
|
160
|
+
"export_name": "VWCLayout"
|
|
161
|
+
},
|
|
162
162
|
{
|
|
163
163
|
"component_name": "vwc-linear-progress",
|
|
164
164
|
"export_name": "VWCLinearProgress"
|
|
@@ -179,6 +179,10 @@
|
|
|
179
179
|
"component_name": "vwc-radio",
|
|
180
180
|
"export_name": "VWCRadio"
|
|
181
181
|
},
|
|
182
|
+
{
|
|
183
|
+
"component_name": "vwc-slider",
|
|
184
|
+
"export_name": "VWCSlider"
|
|
185
|
+
},
|
|
182
186
|
{
|
|
183
187
|
"component_name": "vwc-snackbar",
|
|
184
188
|
"export_name": "VWCSnackbar"
|
|
@@ -191,10 +195,6 @@
|
|
|
191
195
|
"component_name": "vwc-switch",
|
|
192
196
|
"export_name": "VWCSwitch"
|
|
193
197
|
},
|
|
194
|
-
{
|
|
195
|
-
"component_name": "vwc-slider",
|
|
196
|
-
"export_name": "VWCSlider"
|
|
197
|
-
},
|
|
198
198
|
{
|
|
199
199
|
"component_name": "vwc-textarea",
|
|
200
200
|
"export_name": "VWCTextarea"
|