@vonage/vivid 2.46.1 → 2.46.2
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 +17 -17
- package/package.json +111 -111
package/index.js
CHANGED
|
@@ -2,46 +2,46 @@ export { VWCIconButtonToggle as VWCIconButtonToggle } from "@vonage/vwc-icon-but
|
|
|
2
2
|
export { VWCNotchedOutline as VWCNotchedOutline } from "@vonage/vwc-notched-outline";
|
|
3
3
|
export { VWCSchemeSelect as VWCSchemeSelect } from "@vonage/vwc-scheme-select";
|
|
4
4
|
export { VWCTopAppBarFixed as VWCTopAppBarFixed } from "@vonage/vwc-top-app-bar-fixed";
|
|
5
|
-
export { VWCButtonToggleGroup as VWCButtonToggleGroup } from "@vonage/vwc-button-toggle-group";
|
|
6
5
|
export { VWCAudio as VWCAudio } from "@vonage/vwc-audio";
|
|
6
|
+
export { VWCButtonToggleGroup as VWCButtonToggleGroup } from "@vonage/vwc-button-toggle-group";
|
|
7
|
+
export { VWCCheckbox as VWCCheckbox } from "@vonage/vwc-checkbox";
|
|
7
8
|
export { VWCCard as VWCCard } from "@vonage/vwc-card";
|
|
8
9
|
export { VWCCircularProgress as VWCCircularProgress } from "@vonage/vwc-circular-progress";
|
|
9
|
-
export { VWCCheckbox as VWCCheckbox } from "@vonage/vwc-checkbox";
|
|
10
|
-
export { VWCElevation as VWCElevation } from "@vonage/vwc-elevation";
|
|
11
|
-
export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
|
|
12
10
|
export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
|
|
13
|
-
export {
|
|
11
|
+
export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
|
|
12
|
+
export { VWCElevation as VWCElevation } from "@vonage/vwc-elevation";
|
|
14
13
|
export { VWCFab as VWCFab } from "@vonage/vwc-fab";
|
|
15
14
|
export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
|
|
15
|
+
export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
|
|
16
16
|
export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
|
|
17
|
-
export { Layout as VWCLayout } from "@vonage/vwc-layout";
|
|
18
|
-
export { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
|
|
19
17
|
export { VWCIconButton as VWCIconButton } from "@vonage/vwc-icon-button";
|
|
20
|
-
export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
|
|
21
|
-
export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
|
|
22
18
|
export { VWCLinearProgress as VWCLinearProgress } from "@vonage/vwc-linear-progress";
|
|
23
|
-
export {
|
|
24
|
-
export {
|
|
19
|
+
export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
|
|
20
|
+
export { Layout as VWCLayout } from "@vonage/vwc-layout";
|
|
25
21
|
export { VWCMenu as VWCMenu } from "@vonage/vwc-menu";
|
|
26
22
|
export { VWCRadio as VWCRadio } from "@vonage/vwc-radio";
|
|
23
|
+
export { VWCPagination as VWCPagination } from "@vonage/vwc-pagination";
|
|
24
|
+
export { VWCDropdown as VWCDropdown } from "@vonage/vwc-dropdown";
|
|
25
|
+
export { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
|
|
26
|
+
export { VWCSlider as VWCSlider } from "@vonage/vwc-slider";
|
|
27
27
|
export { VWCSnackbar as VWCSnackbar } from "@vonage/vwc-snackbar";
|
|
28
|
-
export { VWCSurface as VWCSurface } from "@vonage/vwc-surface";
|
|
29
28
|
export { VWCSwitch as VWCSwitch } from "@vonage/vwc-switch";
|
|
30
|
-
export {
|
|
29
|
+
export { VWCNote as VWCNote } from "@vonage/vwc-note";
|
|
31
30
|
export { VWCTextArea as VWCTextarea } from "@vonage/vwc-textarea";
|
|
32
|
-
export { VWCThemeSwitch as VWCThemeSwitch } from "@vonage/vwc-theme-switch";
|
|
33
31
|
export { VWCTopAppBar as VWCTopAppBar } from "@vonage/vwc-top-app-bar";
|
|
34
|
-
export {
|
|
32
|
+
export { VWCThemeSwitch as VWCThemeSwitch } from "@vonage/vwc-theme-switch";
|
|
33
|
+
export { VWCSurface as VWCSurface } from "@vonage/vwc-surface";
|
|
35
34
|
export { VWCAccordion as VWCAccordion } from "@vonage/vwc-accordion";
|
|
36
35
|
export { VWCActionGroup as VWCActionGroup } from "@vonage/vwc-action-group";
|
|
36
|
+
export { VWCBadge as VWCBadge } from "@vonage/vwc-badge";
|
|
37
37
|
export { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
|
|
38
|
-
export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
|
|
39
38
|
export { VWCPopup as VWCPopup } from "@vonage/vwc-popup";
|
|
39
|
+
export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
|
|
40
40
|
export { VWCSelect as VWCSelect } from "@vonage/vwc-select";
|
|
41
41
|
export { VWCText as VWCText } from "@vonage/vwc-text";
|
|
42
|
-
export { VWCSideDrawer as VWCSideDrawer } from "@vonage/vwc-side-drawer";
|
|
43
42
|
export { VwcTooltip as VWCTooltip } from "@vonage/vwc-tooltip";
|
|
44
43
|
export { VWCTag as VWCTag } from "@vonage/vwc-tags/vwc-tag";
|
|
44
|
+
export { VWCSideDrawer as VWCSideDrawer } from "@vonage/vwc-side-drawer";
|
|
45
45
|
export { VWCButton as VWCButton } from "@vonage/vwc-button";
|
|
46
46
|
export { VWCBanner as VWCBanner } from "@vonage/vwc-banner";
|
|
47
47
|
export { VWCExpansionPanel as VWCExpansionPanel } from "@vonage/vwc-expansion-panel";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid",
|
|
3
|
-
"version": "2.46.
|
|
3
|
+
"version": "2.46.2",
|
|
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.46.
|
|
18
|
-
"@vonage/vwc-icon-button-toggle": "2.46.
|
|
19
|
-
"@vonage/vwc-notched-outline": "2.46.
|
|
20
|
-
"@vonage/vwc-scheme-select": "2.46.
|
|
21
|
-
"@vonage/vwc-top-app-bar-fixed": "2.46.
|
|
22
|
-
"@vonage/vwc-
|
|
23
|
-
"@vonage/vwc-
|
|
24
|
-
"@vonage/vwc-
|
|
25
|
-
"@vonage/vwc-
|
|
26
|
-
"@vonage/vwc-
|
|
27
|
-
"@vonage/vwc-
|
|
28
|
-
"@vonage/vwc-dialog": "2.46.
|
|
29
|
-
"@vonage/vwc-
|
|
30
|
-
"@vonage/vwc-
|
|
31
|
-
"@vonage/vwc-
|
|
32
|
-
"@vonage/vwc-
|
|
33
|
-
"@vonage/vwc-formfield": "2.46.
|
|
34
|
-
"@vonage/vwc-
|
|
35
|
-
"@vonage/vwc-
|
|
36
|
-
"@vonage/vwc-
|
|
37
|
-
"@vonage/vwc-
|
|
38
|
-
"@vonage/vwc-
|
|
39
|
-
"@vonage/vwc-
|
|
40
|
-
"@vonage/vwc-
|
|
41
|
-
"@vonage/vwc-
|
|
42
|
-
"@vonage/vwc-
|
|
43
|
-
"@vonage/vwc-
|
|
44
|
-
"@vonage/vwc-snackbar": "2.46.
|
|
45
|
-
"@vonage/vwc-
|
|
46
|
-
"@vonage/vwc-
|
|
47
|
-
"@vonage/vwc-
|
|
48
|
-
"@vonage/vwc-
|
|
49
|
-
"@vonage/vwc-theme-switch": "2.46.
|
|
50
|
-
"@vonage/vwc-
|
|
51
|
-
"@vonage/vwc-
|
|
52
|
-
"@vonage/vwc-
|
|
53
|
-
"@vonage/vwc-
|
|
54
|
-
"@vonage/vwc-drawer": "2.46.
|
|
55
|
-
"@vonage/vwc-
|
|
56
|
-
"@vonage/vwc-
|
|
57
|
-
"@vonage/vwc-select": "2.46.
|
|
58
|
-
"@vonage/vwc-text": "2.46.
|
|
59
|
-
"@vonage/vwc-
|
|
60
|
-
"@vonage/vwc-
|
|
61
|
-
"@vonage/vwc-
|
|
62
|
-
"@vonage/vwc-
|
|
63
|
-
"@vonage/vwc-
|
|
64
|
-
"@vonage/vwc-
|
|
65
|
-
"@vonage/vwc-expansion-panel": "2.46.
|
|
66
|
-
"@vonage/vwc-media-controller": "2.46.
|
|
67
|
-
"@vonage/vwc-carousel": "2.46.
|
|
68
|
-
"@vonage/vwc-tab-bar": "2.46.
|
|
69
|
-
"@vonage/vwc-data-grid": "2.46.
|
|
70
|
-
"@vonage/vwc-textfield": "2.46.
|
|
71
|
-
"@vonage/vwc-calendar": "2.46.
|
|
72
|
-
"@vonage/vwc-list": "2.46.
|
|
73
|
-
"@vonage/vvd-core": "2.46.
|
|
74
|
-
"@vonage/vvd-context": "2.46.
|
|
17
|
+
"@vonage/vwc-breadcrumb": "2.46.2",
|
|
18
|
+
"@vonage/vwc-icon-button-toggle": "2.46.2",
|
|
19
|
+
"@vonage/vwc-notched-outline": "2.46.2",
|
|
20
|
+
"@vonage/vwc-scheme-select": "2.46.2",
|
|
21
|
+
"@vonage/vwc-top-app-bar-fixed": "2.46.2",
|
|
22
|
+
"@vonage/vwc-audio": "2.46.2",
|
|
23
|
+
"@vonage/vwc-button-toggle-group": "2.46.2",
|
|
24
|
+
"@vonage/vwc-checkbox": "2.46.2",
|
|
25
|
+
"@vonage/vwc-card": "2.46.2",
|
|
26
|
+
"@vonage/vwc-circular-progress": "2.46.2",
|
|
27
|
+
"@vonage/vwc-datepicker": "2.46.2",
|
|
28
|
+
"@vonage/vwc-dialog": "2.46.2",
|
|
29
|
+
"@vonage/vwc-elevation": "2.46.2",
|
|
30
|
+
"@vonage/vwc-fab": "2.46.2",
|
|
31
|
+
"@vonage/vwc-file-picker": "2.46.2",
|
|
32
|
+
"@vonage/vwc-icon": "2.46.2",
|
|
33
|
+
"@vonage/vwc-formfield": "2.46.2",
|
|
34
|
+
"@vonage/vwc-icon-button": "2.46.2",
|
|
35
|
+
"@vonage/vwc-linear-progress": "2.46.2",
|
|
36
|
+
"@vonage/vwc-keypad": "2.46.2",
|
|
37
|
+
"@vonage/vwc-layout": "2.46.2",
|
|
38
|
+
"@vonage/vwc-menu": "2.46.2",
|
|
39
|
+
"@vonage/vwc-radio": "2.46.2",
|
|
40
|
+
"@vonage/vwc-pagination": "2.46.2",
|
|
41
|
+
"@vonage/vwc-dropdown": "2.46.2",
|
|
42
|
+
"@vonage/vwc-helper-message": "2.46.2",
|
|
43
|
+
"@vonage/vwc-slider": "2.46.2",
|
|
44
|
+
"@vonage/vwc-snackbar": "2.46.2",
|
|
45
|
+
"@vonage/vwc-switch": "2.46.2",
|
|
46
|
+
"@vonage/vwc-note": "2.46.2",
|
|
47
|
+
"@vonage/vwc-textarea": "2.46.2",
|
|
48
|
+
"@vonage/vwc-top-app-bar": "2.46.2",
|
|
49
|
+
"@vonage/vwc-theme-switch": "2.46.2",
|
|
50
|
+
"@vonage/vwc-surface": "2.46.2",
|
|
51
|
+
"@vonage/vwc-accordion": "2.46.2",
|
|
52
|
+
"@vonage/vwc-action-group": "2.46.2",
|
|
53
|
+
"@vonage/vwc-badge": "2.46.2",
|
|
54
|
+
"@vonage/vwc-drawer": "2.46.2",
|
|
55
|
+
"@vonage/vwc-popup": "2.46.2",
|
|
56
|
+
"@vonage/vwc-empty-state": "2.46.2",
|
|
57
|
+
"@vonage/vwc-select": "2.46.2",
|
|
58
|
+
"@vonage/vwc-text": "2.46.2",
|
|
59
|
+
"@vonage/vwc-tooltip": "2.46.2",
|
|
60
|
+
"@vonage/vwc-tags": "2.46.2",
|
|
61
|
+
"@vonage/vwc-side-drawer": "2.46.2",
|
|
62
|
+
"@vonage/vwc-button": "2.46.2",
|
|
63
|
+
"@vonage/vwc-banner": "2.46.2",
|
|
64
|
+
"@vonage/vwc-breadcrumb-item": "2.46.2",
|
|
65
|
+
"@vonage/vwc-expansion-panel": "2.46.2",
|
|
66
|
+
"@vonage/vwc-media-controller": "2.46.2",
|
|
67
|
+
"@vonage/vwc-carousel": "2.46.2",
|
|
68
|
+
"@vonage/vwc-tab-bar": "2.46.2",
|
|
69
|
+
"@vonage/vwc-data-grid": "2.46.2",
|
|
70
|
+
"@vonage/vwc-textfield": "2.46.2",
|
|
71
|
+
"@vonage/vwc-calendar": "2.46.2",
|
|
72
|
+
"@vonage/vwc-list": "2.46.2",
|
|
73
|
+
"@vonage/vvd-core": "2.46.2",
|
|
74
|
+
"@vonage/vvd-context": "2.46.2"
|
|
75
75
|
},
|
|
76
76
|
"com_vonage": {
|
|
77
77
|
"components": [
|
|
@@ -91,13 +91,17 @@
|
|
|
91
91
|
"component_name": "vwc-top-app-bar-fixed",
|
|
92
92
|
"export_name": "VWCTopAppBarFixed"
|
|
93
93
|
},
|
|
94
|
+
{
|
|
95
|
+
"component_name": "vwc-audio",
|
|
96
|
+
"export_name": "VWCAudio"
|
|
97
|
+
},
|
|
94
98
|
{
|
|
95
99
|
"component_name": "vwc-button-toggle-group",
|
|
96
100
|
"export_name": "VWCButtonToggleGroup"
|
|
97
101
|
},
|
|
98
102
|
{
|
|
99
|
-
"component_name": "vwc-
|
|
100
|
-
"export_name": "
|
|
103
|
+
"component_name": "vwc-checkbox",
|
|
104
|
+
"export_name": "VWCCheckbox"
|
|
101
105
|
},
|
|
102
106
|
{
|
|
103
107
|
"component_name": "vwc-card",
|
|
@@ -108,24 +112,16 @@
|
|
|
108
112
|
"export_name": "VWCCircularProgress"
|
|
109
113
|
},
|
|
110
114
|
{
|
|
111
|
-
"component_name": "vwc-
|
|
112
|
-
"export_name": "
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"component_name": "vwc-elevation",
|
|
116
|
-
"export_name": "VWCElevation"
|
|
115
|
+
"component_name": "vwc-datepicker",
|
|
116
|
+
"export_name": "VWCDatepicker"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"component_name": "vwc-dialog",
|
|
120
120
|
"export_name": "VWCDialog"
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
|
-
"component_name": "vwc-
|
|
124
|
-
"export_name": "
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"component_name": "vwc-dropdown",
|
|
128
|
-
"export_name": "VWCDropdown"
|
|
123
|
+
"component_name": "vwc-elevation",
|
|
124
|
+
"export_name": "VWCElevation"
|
|
129
125
|
},
|
|
130
126
|
{
|
|
131
127
|
"component_name": "vwc-fab",
|
|
@@ -136,80 +132,80 @@
|
|
|
136
132
|
"export_name": "VWCFilePicker"
|
|
137
133
|
},
|
|
138
134
|
{
|
|
139
|
-
"component_name": "vwc-
|
|
140
|
-
"export_name": "
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"component_name": "vwc-layout",
|
|
144
|
-
"export_name": "VWCLayout"
|
|
135
|
+
"component_name": "vwc-icon",
|
|
136
|
+
"export_name": "VWCIcon"
|
|
145
137
|
},
|
|
146
138
|
{
|
|
147
|
-
"component_name": "vwc-
|
|
148
|
-
"export_name": "
|
|
139
|
+
"component_name": "vwc-formfield",
|
|
140
|
+
"export_name": "VWCFormfield"
|
|
149
141
|
},
|
|
150
142
|
{
|
|
151
143
|
"component_name": "vwc-icon-button",
|
|
152
144
|
"export_name": "VWCIconButton"
|
|
153
145
|
},
|
|
146
|
+
{
|
|
147
|
+
"component_name": "vwc-linear-progress",
|
|
148
|
+
"export_name": "VWCLinearProgress"
|
|
149
|
+
},
|
|
154
150
|
{
|
|
155
151
|
"component_name": "vwc-keypad",
|
|
156
152
|
"export_name": "VWCKeypad"
|
|
157
153
|
},
|
|
158
154
|
{
|
|
159
|
-
"component_name": "vwc-
|
|
160
|
-
"export_name": "
|
|
155
|
+
"component_name": "vwc-layout",
|
|
156
|
+
"export_name": "VWCLayout"
|
|
161
157
|
},
|
|
162
158
|
{
|
|
163
|
-
"component_name": "vwc-
|
|
164
|
-
"export_name": "
|
|
159
|
+
"component_name": "vwc-menu",
|
|
160
|
+
"export_name": "VWCMenu"
|
|
165
161
|
},
|
|
166
162
|
{
|
|
167
|
-
"component_name": "vwc-
|
|
168
|
-
"export_name": "
|
|
163
|
+
"component_name": "vwc-radio",
|
|
164
|
+
"export_name": "VWCRadio"
|
|
169
165
|
},
|
|
170
166
|
{
|
|
171
167
|
"component_name": "vwc-pagination",
|
|
172
168
|
"export_name": "VWCPagination"
|
|
173
169
|
},
|
|
174
170
|
{
|
|
175
|
-
"component_name": "vwc-
|
|
176
|
-
"export_name": "
|
|
171
|
+
"component_name": "vwc-dropdown",
|
|
172
|
+
"export_name": "VWCDropdown"
|
|
177
173
|
},
|
|
178
174
|
{
|
|
179
|
-
"component_name": "vwc-
|
|
180
|
-
"export_name": "
|
|
175
|
+
"component_name": "vwc-helper-message",
|
|
176
|
+
"export_name": "VWCHelperMessage"
|
|
181
177
|
},
|
|
182
178
|
{
|
|
183
|
-
"component_name": "vwc-
|
|
184
|
-
"export_name": "
|
|
179
|
+
"component_name": "vwc-slider",
|
|
180
|
+
"export_name": "VWCSlider"
|
|
185
181
|
},
|
|
186
182
|
{
|
|
187
|
-
"component_name": "vwc-
|
|
188
|
-
"export_name": "
|
|
183
|
+
"component_name": "vwc-snackbar",
|
|
184
|
+
"export_name": "VWCSnackbar"
|
|
189
185
|
},
|
|
190
186
|
{
|
|
191
187
|
"component_name": "vwc-switch",
|
|
192
188
|
"export_name": "VWCSwitch"
|
|
193
189
|
},
|
|
194
190
|
{
|
|
195
|
-
"component_name": "vwc-
|
|
196
|
-
"export_name": "
|
|
191
|
+
"component_name": "vwc-note",
|
|
192
|
+
"export_name": "VWCNote"
|
|
197
193
|
},
|
|
198
194
|
{
|
|
199
195
|
"component_name": "vwc-textarea",
|
|
200
196
|
"export_name": "VWCTextarea"
|
|
201
197
|
},
|
|
202
|
-
{
|
|
203
|
-
"component_name": "vwc-theme-switch",
|
|
204
|
-
"export_name": "VWCThemeSwitch"
|
|
205
|
-
},
|
|
206
198
|
{
|
|
207
199
|
"component_name": "vwc-top-app-bar",
|
|
208
200
|
"export_name": "VWCTopAppBar"
|
|
209
201
|
},
|
|
210
202
|
{
|
|
211
|
-
"component_name": "vwc-
|
|
212
|
-
"export_name": "
|
|
203
|
+
"component_name": "vwc-theme-switch",
|
|
204
|
+
"export_name": "VWCThemeSwitch"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"component_name": "vwc-surface",
|
|
208
|
+
"export_name": "VWCSurface"
|
|
213
209
|
},
|
|
214
210
|
{
|
|
215
211
|
"component_name": "vwc-accordion",
|
|
@@ -220,17 +216,21 @@
|
|
|
220
216
|
"export_name": "VWCActionGroup"
|
|
221
217
|
},
|
|
222
218
|
{
|
|
223
|
-
"component_name": "vwc-
|
|
224
|
-
"export_name": "
|
|
219
|
+
"component_name": "vwc-badge",
|
|
220
|
+
"export_name": "VWCBadge"
|
|
225
221
|
},
|
|
226
222
|
{
|
|
227
|
-
"component_name": "vwc-
|
|
228
|
-
"export_name": "
|
|
223
|
+
"component_name": "vwc-drawer",
|
|
224
|
+
"export_name": "VWCDrawer"
|
|
229
225
|
},
|
|
230
226
|
{
|
|
231
227
|
"component_name": "vwc-popup",
|
|
232
228
|
"export_name": "VWCPopup"
|
|
233
229
|
},
|
|
230
|
+
{
|
|
231
|
+
"component_name": "vwc-empty-state",
|
|
232
|
+
"export_name": "VWCEmptyState"
|
|
233
|
+
},
|
|
234
234
|
{
|
|
235
235
|
"component_name": "vwc-select",
|
|
236
236
|
"export_name": "VWCSelect"
|
|
@@ -239,10 +239,6 @@
|
|
|
239
239
|
"component_name": "vwc-text",
|
|
240
240
|
"export_name": "VWCText"
|
|
241
241
|
},
|
|
242
|
-
{
|
|
243
|
-
"component_name": "vwc-side-drawer",
|
|
244
|
-
"export_name": "VWCSideDrawer"
|
|
245
|
-
},
|
|
246
242
|
{
|
|
247
243
|
"component_name": "vwc-tooltip",
|
|
248
244
|
"export_name": "VWCTooltip"
|
|
@@ -251,6 +247,10 @@
|
|
|
251
247
|
"component_name": "vwc-tag",
|
|
252
248
|
"export_name": "VWCTag"
|
|
253
249
|
},
|
|
250
|
+
{
|
|
251
|
+
"component_name": "vwc-side-drawer",
|
|
252
|
+
"export_name": "VWCSideDrawer"
|
|
253
|
+
},
|
|
254
254
|
{
|
|
255
255
|
"component_name": "vwc-button",
|
|
256
256
|
"export_name": "VWCButton"
|