@vonage/vivid 2.46.0 → 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 +18 -18
- package/package.json +117 -117
package/index.js
CHANGED
|
@@ -4,55 +4,55 @@ export { VWCSchemeSelect as VWCSchemeSelect } from "@vonage/vwc-scheme-select";
|
|
|
4
4
|
export { VWCTopAppBarFixed as VWCTopAppBarFixed } from "@vonage/vwc-top-app-bar-fixed";
|
|
5
5
|
export { VWCAudio as VWCAudio } from "@vonage/vwc-audio";
|
|
6
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 {
|
|
10
|
+
export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
|
|
10
11
|
export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
|
|
11
12
|
export { VWCElevation as VWCElevation } from "@vonage/vwc-elevation";
|
|
12
|
-
export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
|
|
13
|
-
export { VWCDropdown as VWCDropdown } from "@vonage/vwc-dropdown";
|
|
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 { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
|
|
18
17
|
export { VWCIconButton as VWCIconButton } from "@vonage/vwc-icon-button";
|
|
18
|
+
export { VWCLinearProgress as VWCLinearProgress } from "@vonage/vwc-linear-progress";
|
|
19
19
|
export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
|
|
20
20
|
export { Layout as VWCLayout } from "@vonage/vwc-layout";
|
|
21
|
-
export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
|
|
22
|
-
export { VWCLinearProgress as VWCLinearProgress } from "@vonage/vwc-linear-progress";
|
|
23
21
|
export { VWCMenu as VWCMenu } from "@vonage/vwc-menu";
|
|
24
|
-
export { VWCNote as VWCNote } from "@vonage/vwc-note";
|
|
25
|
-
export { VWCPagination as VWCPagination } from "@vonage/vwc-pagination";
|
|
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";
|
|
27
26
|
export { VWCSlider as VWCSlider } from "@vonage/vwc-slider";
|
|
28
|
-
export { VWCSurface as VWCSurface } from "@vonage/vwc-surface";
|
|
29
|
-
export { VWCSwitch as VWCSwitch } from "@vonage/vwc-switch";
|
|
30
27
|
export { VWCSnackbar as VWCSnackbar } from "@vonage/vwc-snackbar";
|
|
28
|
+
export { VWCSwitch as VWCSwitch } from "@vonage/vwc-switch";
|
|
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";
|
|
32
|
+
export { VWCThemeSwitch as VWCThemeSwitch } from "@vonage/vwc-theme-switch";
|
|
33
|
+
export { VWCSurface as VWCSurface } from "@vonage/vwc-surface";
|
|
34
|
+
export { VWCAccordion as VWCAccordion } from "@vonage/vwc-accordion";
|
|
34
35
|
export { VWCActionGroup as VWCActionGroup } from "@vonage/vwc-action-group";
|
|
35
36
|
export { VWCBadge as VWCBadge } from "@vonage/vwc-badge";
|
|
36
|
-
export { VWCAccordion as VWCAccordion } from "@vonage/vwc-accordion";
|
|
37
|
-
export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
|
|
38
37
|
export { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
|
|
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
|
-
export { VWCSideDrawer as VWCSideDrawer } from "@vonage/vwc-side-drawer";
|
|
42
41
|
export { VWCText as VWCText } from "@vonage/vwc-text";
|
|
43
|
-
export { VWCTag as VWCTag } from "@vonage/vwc-tags/vwc-tag";
|
|
44
42
|
export { VwcTooltip as VWCTooltip } from "@vonage/vwc-tooltip";
|
|
43
|
+
export { VWCTag as VWCTag } from "@vonage/vwc-tags/vwc-tag";
|
|
44
|
+
export { VWCSideDrawer as VWCSideDrawer } from "@vonage/vwc-side-drawer";
|
|
45
|
+
export { VWCButton as VWCButton } from "@vonage/vwc-button";
|
|
45
46
|
export { VWCBanner as VWCBanner } from "@vonage/vwc-banner";
|
|
47
|
+
export { VWCExpansionPanel as VWCExpansionPanel } from "@vonage/vwc-expansion-panel";
|
|
46
48
|
export { VwcMediaController as VWCMediaController } from "@vonage/vwc-media-controller";
|
|
47
49
|
export { VWCScrubBar as VWCScrubBar } from "@vonage/vwc-media-controller/vwc-scrub-bar";
|
|
48
|
-
export { VWCButton as VWCButton } from "@vonage/vwc-button";
|
|
49
|
-
export { VWCExpansionPanel as VWCExpansionPanel } from "@vonage/vwc-expansion-panel";
|
|
50
50
|
export { VWCCarouselItem as VWCCarouselItem } from "@vonage/vwc-carousel/vwc-carousel-item";
|
|
51
51
|
export { VWCCarousel as VWCCarousel } from "@vonage/vwc-carousel";
|
|
52
52
|
export { VWCTabBar as VWCTabBar } from "@vonage/vwc-tab-bar";
|
|
53
53
|
export { VWCTab as VWCTab } from "@vonage/vwc-tab-bar/vwc-tab";
|
|
54
|
-
export { VWCTextField as VWCTextfield } from "@vonage/vwc-textfield";
|
|
55
54
|
export { GRID_COMPONENT as VWCDataGrid } from "@vonage/vwc-data-grid";
|
|
55
|
+
export { VWCTextField as VWCTextfield } from "@vonage/vwc-textfield";
|
|
56
56
|
export { VWCCalendarEvent as VWCCalendarEvent } from "@vonage/vwc-calendar/vwc-calendar-event";
|
|
57
57
|
export { VWCCalendar as VWCCalendar } from "@vonage/vwc-calendar";
|
|
58
58
|
export { VWCCheckListItem as VWCCheckListItem } from "@vonage/vwc-list/vwc-check-list-item";
|
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-audio": "2.46.
|
|
23
|
-
"@vonage/vwc-button-toggle-group": "2.46.
|
|
24
|
-
"@vonage/vwc-
|
|
25
|
-
"@vonage/vwc-
|
|
26
|
-
"@vonage/vwc-
|
|
27
|
-
"@vonage/vwc-
|
|
28
|
-
"@vonage/vwc-
|
|
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-keypad": "2.46.
|
|
37
|
-
"@vonage/vwc-layout": "2.46.
|
|
38
|
-
"@vonage/vwc-
|
|
39
|
-
"@vonage/vwc-
|
|
40
|
-
"@vonage/vwc-
|
|
41
|
-
"@vonage/vwc-
|
|
42
|
-
"@vonage/vwc-
|
|
43
|
-
"@vonage/vwc-
|
|
44
|
-
"@vonage/vwc-
|
|
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-
|
|
55
|
-
"@vonage/vwc-
|
|
56
|
-
"@vonage/vwc-
|
|
57
|
-
"@vonage/vwc-select": "2.46.
|
|
58
|
-
"@vonage/vwc-
|
|
59
|
-
"@vonage/vwc-
|
|
60
|
-
"@vonage/vwc-tags": "2.46.
|
|
61
|
-
"@vonage/vwc-
|
|
62
|
-
"@vonage/vwc-
|
|
63
|
-
"@vonage/vwc-
|
|
64
|
-
"@vonage/vwc-
|
|
65
|
-
"@vonage/vwc-
|
|
66
|
-
"@vonage/vwc-
|
|
67
|
-
"@vonage/vwc-carousel": "2.46.
|
|
68
|
-
"@vonage/vwc-tab-bar": "2.46.
|
|
69
|
-
"@vonage/vwc-
|
|
70
|
-
"@vonage/vwc-
|
|
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": [
|
|
@@ -99,6 +99,10 @@
|
|
|
99
99
|
"component_name": "vwc-button-toggle-group",
|
|
100
100
|
"export_name": "VWCButtonToggleGroup"
|
|
101
101
|
},
|
|
102
|
+
{
|
|
103
|
+
"component_name": "vwc-checkbox",
|
|
104
|
+
"export_name": "VWCCheckbox"
|
|
105
|
+
},
|
|
102
106
|
{
|
|
103
107
|
"component_name": "vwc-card",
|
|
104
108
|
"export_name": "VWCCard"
|
|
@@ -108,8 +112,8 @@
|
|
|
108
112
|
"export_name": "VWCCircularProgress"
|
|
109
113
|
},
|
|
110
114
|
{
|
|
111
|
-
"component_name": "vwc-
|
|
112
|
-
"export_name": "
|
|
115
|
+
"component_name": "vwc-datepicker",
|
|
116
|
+
"export_name": "VWCDatepicker"
|
|
113
117
|
},
|
|
114
118
|
{
|
|
115
119
|
"component_name": "vwc-dialog",
|
|
@@ -119,14 +123,6 @@
|
|
|
119
123
|
"component_name": "vwc-elevation",
|
|
120
124
|
"export_name": "VWCElevation"
|
|
121
125
|
},
|
|
122
|
-
{
|
|
123
|
-
"component_name": "vwc-datepicker",
|
|
124
|
-
"export_name": "VWCDatepicker"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"component_name": "vwc-dropdown",
|
|
128
|
-
"export_name": "VWCDropdown"
|
|
129
|
-
},
|
|
130
126
|
{
|
|
131
127
|
"component_name": "vwc-fab",
|
|
132
128
|
"export_name": "VWCFab"
|
|
@@ -136,17 +132,21 @@
|
|
|
136
132
|
"export_name": "VWCFilePicker"
|
|
137
133
|
},
|
|
138
134
|
{
|
|
139
|
-
"component_name": "vwc-
|
|
140
|
-
"export_name": "
|
|
135
|
+
"component_name": "vwc-icon",
|
|
136
|
+
"export_name": "VWCIcon"
|
|
141
137
|
},
|
|
142
138
|
{
|
|
143
|
-
"component_name": "vwc-
|
|
144
|
-
"export_name": "
|
|
139
|
+
"component_name": "vwc-formfield",
|
|
140
|
+
"export_name": "VWCFormfield"
|
|
145
141
|
},
|
|
146
142
|
{
|
|
147
143
|
"component_name": "vwc-icon-button",
|
|
148
144
|
"export_name": "VWCIconButton"
|
|
149
145
|
},
|
|
146
|
+
{
|
|
147
|
+
"component_name": "vwc-linear-progress",
|
|
148
|
+
"export_name": "VWCLinearProgress"
|
|
149
|
+
},
|
|
150
150
|
{
|
|
151
151
|
"component_name": "vwc-keypad",
|
|
152
152
|
"export_name": "VWCKeypad"
|
|
@@ -155,73 +155,69 @@
|
|
|
155
155
|
"component_name": "vwc-layout",
|
|
156
156
|
"export_name": "VWCLayout"
|
|
157
157
|
},
|
|
158
|
-
{
|
|
159
|
-
"component_name": "vwc-icon",
|
|
160
|
-
"export_name": "VWCIcon"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"component_name": "vwc-linear-progress",
|
|
164
|
-
"export_name": "VWCLinearProgress"
|
|
165
|
-
},
|
|
166
158
|
{
|
|
167
159
|
"component_name": "vwc-menu",
|
|
168
160
|
"export_name": "VWCMenu"
|
|
169
161
|
},
|
|
170
162
|
{
|
|
171
|
-
"component_name": "vwc-
|
|
172
|
-
"export_name": "
|
|
163
|
+
"component_name": "vwc-radio",
|
|
164
|
+
"export_name": "VWCRadio"
|
|
173
165
|
},
|
|
174
166
|
{
|
|
175
167
|
"component_name": "vwc-pagination",
|
|
176
168
|
"export_name": "VWCPagination"
|
|
177
169
|
},
|
|
178
170
|
{
|
|
179
|
-
"component_name": "vwc-
|
|
180
|
-
"export_name": "
|
|
171
|
+
"component_name": "vwc-dropdown",
|
|
172
|
+
"export_name": "VWCDropdown"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"component_name": "vwc-helper-message",
|
|
176
|
+
"export_name": "VWCHelperMessage"
|
|
181
177
|
},
|
|
182
178
|
{
|
|
183
179
|
"component_name": "vwc-slider",
|
|
184
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"
|
|
213
205
|
},
|
|
214
206
|
{
|
|
215
|
-
"component_name": "vwc-
|
|
216
|
-
"export_name": "
|
|
207
|
+
"component_name": "vwc-surface",
|
|
208
|
+
"export_name": "VWCSurface"
|
|
217
209
|
},
|
|
218
210
|
{
|
|
219
211
|
"component_name": "vwc-accordion",
|
|
220
212
|
"export_name": "VWCAccordion"
|
|
221
213
|
},
|
|
222
214
|
{
|
|
223
|
-
"component_name": "vwc-
|
|
224
|
-
"export_name": "
|
|
215
|
+
"component_name": "vwc-action-group",
|
|
216
|
+
"export_name": "VWCActionGroup"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"component_name": "vwc-badge",
|
|
220
|
+
"export_name": "VWCBadge"
|
|
225
221
|
},
|
|
226
222
|
{
|
|
227
223
|
"component_name": "vwc-drawer",
|
|
@@ -232,29 +228,41 @@
|
|
|
232
228
|
"export_name": "VWCPopup"
|
|
233
229
|
},
|
|
234
230
|
{
|
|
235
|
-
"component_name": "vwc-
|
|
236
|
-
"export_name": "
|
|
231
|
+
"component_name": "vwc-empty-state",
|
|
232
|
+
"export_name": "VWCEmptyState"
|
|
237
233
|
},
|
|
238
234
|
{
|
|
239
|
-
"component_name": "vwc-
|
|
240
|
-
"export_name": "
|
|
235
|
+
"component_name": "vwc-select",
|
|
236
|
+
"export_name": "VWCSelect"
|
|
241
237
|
},
|
|
242
238
|
{
|
|
243
239
|
"component_name": "vwc-text",
|
|
244
240
|
"export_name": "VWCText"
|
|
245
241
|
},
|
|
242
|
+
{
|
|
243
|
+
"component_name": "vwc-tooltip",
|
|
244
|
+
"export_name": "VWCTooltip"
|
|
245
|
+
},
|
|
246
246
|
{
|
|
247
247
|
"component_name": "vwc-tag",
|
|
248
248
|
"export_name": "VWCTag"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
|
-
"component_name": "vwc-
|
|
252
|
-
"export_name": "
|
|
251
|
+
"component_name": "vwc-side-drawer",
|
|
252
|
+
"export_name": "VWCSideDrawer"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"component_name": "vwc-button",
|
|
256
|
+
"export_name": "VWCButton"
|
|
253
257
|
},
|
|
254
258
|
{
|
|
255
259
|
"component_name": "vwc-banner",
|
|
256
260
|
"export_name": "VWCBanner"
|
|
257
261
|
},
|
|
262
|
+
{
|
|
263
|
+
"component_name": "vwc-expansion-panel",
|
|
264
|
+
"export_name": "VWCExpansionPanel"
|
|
265
|
+
},
|
|
258
266
|
{
|
|
259
267
|
"component_name": "vwc-media-controller",
|
|
260
268
|
"export_name": "VWCMediaController"
|
|
@@ -263,14 +271,6 @@
|
|
|
263
271
|
"component_name": "vwc-scrub-bar",
|
|
264
272
|
"export_name": "VWCScrubBar"
|
|
265
273
|
},
|
|
266
|
-
{
|
|
267
|
-
"component_name": "vwc-button",
|
|
268
|
-
"export_name": "VWCButton"
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"component_name": "vwc-expansion-panel",
|
|
272
|
-
"export_name": "VWCExpansionPanel"
|
|
273
|
-
},
|
|
274
274
|
{
|
|
275
275
|
"component_name": "vwc-carousel-item",
|
|
276
276
|
"export_name": "VWCCarouselItem"
|
|
@@ -287,14 +287,14 @@
|
|
|
287
287
|
"component_name": "vwc-tab",
|
|
288
288
|
"export_name": "VWCTab"
|
|
289
289
|
},
|
|
290
|
-
{
|
|
291
|
-
"component_name": "vwc-textfield",
|
|
292
|
-
"export_name": "VWCTextfield"
|
|
293
|
-
},
|
|
294
290
|
{
|
|
295
291
|
"component_name": "vwc-data-grid",
|
|
296
292
|
"export_name": "VWCDataGrid"
|
|
297
293
|
},
|
|
294
|
+
{
|
|
295
|
+
"component_name": "vwc-textfield",
|
|
296
|
+
"export_name": "VWCTextfield"
|
|
297
|
+
},
|
|
298
298
|
{
|
|
299
299
|
"component_name": "vwc-calendar-event",
|
|
300
300
|
"export_name": "VWCCalendarEvent"
|