@vonage/vivid 2.36.3 → 2.37.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/README.md +49 -0
- package/index.js +21 -21
- package/package.json +117 -117
package/README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
### For Vivid@next please visit [Vivid-3](https://github.com/vonage/vivid-3)
|
|
2
|
+
|
|
3
|
+
[](https://github.com/Vonage/vivid/actions?query=workflow%3A%22Compile+%26+Test%22)
|
|
4
|
+
[](https://coveralls.io/github/Vonage/vivid)
|
|
5
|
+
|
|
6
|
+
[](https://github.com/Vonage/vivid/actions/workflows/compile-test-sanity.yml)
|
|
7
|
+
|
|
8
|
+
# Meet VIVID,
|
|
9
|
+
|
|
10
|
+
### Vonage's design system
|
|
11
|
+
|
|
12
|
+
###### Vivid provides components and tools to help product teams work more efficiently, deliver faster and safer, while providing end-users single Vonage unique look & feel.
|
|
13
|
+
|
|
14
|
+

|
|
15
|
+
|
|
16
|
+
Vivid delivers a Design System built along Vonage's branding guidelines - all this by providing a ready-to-use web components and services.
|
|
17
|
+
|
|
18
|
+
Striving to stick to the best practices and most up to date standards, Vivid's goal is to provide high quality, easy to use, well-maintained and well documented UI platform for all Vonage products.
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
### Documentation
|
|
23
|
+
|
|
24
|
+
For your convenience, we've organized all our documentation under the following topics.
|
|
25
|
+
|
|
26
|
+
#### Introductory
|
|
27
|
+
|
|
28
|
+
- [Getting started](docs/getting-started.md)
|
|
29
|
+
- [Architecture](docs/architecture.md)
|
|
30
|
+
- [Roadmap](docs/roadmap.md)
|
|
31
|
+
- [Contact us](docs/contact-us.md)
|
|
32
|
+
|
|
33
|
+
#### Guides
|
|
34
|
+
|
|
35
|
+
- [Installation](docs/installation.md)
|
|
36
|
+
- [Contribution](docs/contribution.md)
|
|
37
|
+
|
|
38
|
+
#### Browsers support matrix
|
|
39
|
+
|
|
40
|
+
We are continuously running our tests on 3 major browsers in accordance to [browserslist](https://github.com/browserslist/browserslist) query to match Chrome, FireFox and Safari last 2 versions.
|
|
41
|
+
The below matrix reflects a thorough verified browsers / versions.
|
|
42
|
+
There are a good chances that any Chromium based browser is supported as well.
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|  |  |  |  |
|
|
46
|
+
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
|
|
47
|
+
| 87+ ✔ | 83+ ✔ | 88+ ✔ | 13+ ✔ |
|
|
48
|
+
|
|
49
|
+
> Attention! This is an initial matrix we've tested so far. While any greater versions are supported for sure, we are working on getting this 'waterline' even lower.
|
package/index.js
CHANGED
|
@@ -4,53 +4,53 @@ 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 { VWCCard as VWCCard } from "@vonage/vwc-card";
|
|
8
7
|
export { VWCCheckbox as VWCCheckbox } from "@vonage/vwc-checkbox";
|
|
9
|
-
export {
|
|
10
|
-
export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
|
|
8
|
+
export { VWCCard as VWCCard } from "@vonage/vwc-card";
|
|
11
9
|
export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
|
|
10
|
+
export { VWCCircularProgress as VWCCircularProgress } from "@vonage/vwc-circular-progress";
|
|
11
|
+
export { VWCDropdown as VWCDropdown } from "@vonage/vwc-dropdown";
|
|
12
12
|
export { VWCFab as VWCFab } from "@vonage/vwc-fab";
|
|
13
|
-
export {
|
|
13
|
+
export { VWCElevation as VWCElevation } from "@vonage/vwc-elevation";
|
|
14
14
|
export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
15
|
+
export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
|
|
16
|
+
export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
|
|
17
|
+
export { VWCLinearProgress as VWCLinearProgress } from "@vonage/vwc-linear-progress";
|
|
18
18
|
export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
|
|
19
19
|
export { Layout as VWCLayout } from "@vonage/vwc-layout";
|
|
20
|
-
export {
|
|
20
|
+
export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
|
|
21
|
+
export { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
|
|
22
|
+
export { VWCIconButton as VWCIconButton } from "@vonage/vwc-icon-button";
|
|
21
23
|
export { VWCMenu as VWCMenu } from "@vonage/vwc-menu";
|
|
22
|
-
export { VWCNote as VWCNote } from "@vonage/vwc-note";
|
|
23
|
-
export { VWCPagination as VWCPagination } from "@vonage/vwc-pagination";
|
|
24
24
|
export { VWCRadio as VWCRadio } from "@vonage/vwc-radio";
|
|
25
|
+
export { VWCNote as VWCNote } from "@vonage/vwc-note";
|
|
25
26
|
export { VWCSlider as VWCSlider } from "@vonage/vwc-slider";
|
|
26
|
-
export { VWCSnackbar as VWCSnackbar } from "@vonage/vwc-snackbar";
|
|
27
|
-
export { VWCDropdown as VWCDropdown } from "@vonage/vwc-dropdown";
|
|
28
27
|
export { VWCSurface as VWCSurface } from "@vonage/vwc-surface";
|
|
28
|
+
export { VWCPagination as VWCPagination } from "@vonage/vwc-pagination";
|
|
29
|
+
export { VWCSnackbar as VWCSnackbar } from "@vonage/vwc-snackbar";
|
|
29
30
|
export { VWCSwitch as VWCSwitch } from "@vonage/vwc-switch";
|
|
30
|
-
export { VWCElevation as VWCElevation } from "@vonage/vwc-elevation";
|
|
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
|
-
export { VWCAccordion as VWCAccordion } from "@vonage/vwc-accordion";
|
|
35
34
|
export { VWCActionGroup as VWCActionGroup } from "@vonage/vwc-action-group";
|
|
35
|
+
export { VWCAccordion as VWCAccordion } from "@vonage/vwc-accordion";
|
|
36
36
|
export { VWCBadge as VWCBadge } from "@vonage/vwc-badge";
|
|
37
|
+
export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
|
|
37
38
|
export { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
|
|
38
|
-
export { VWCPopup as VWCPopup } from "@vonage/vwc-popup";
|
|
39
|
-
export { VWCSelect as VWCSelect } from "@vonage/vwc-select";
|
|
40
39
|
export { VWCSideDrawer as VWCSideDrawer } from "@vonage/vwc-side-drawer";
|
|
40
|
+
export { VWCSelect as VWCSelect } from "@vonage/vwc-select";
|
|
41
|
+
export { VWCPopup as VWCPopup } from "@vonage/vwc-popup";
|
|
41
42
|
export { VWCTag as VWCTag } from "@vonage/vwc-tags/vwc-tag";
|
|
42
|
-
export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
|
|
43
43
|
export { VWCText as VWCText } from "@vonage/vwc-text";
|
|
44
44
|
export { VwcTooltip as VWCTooltip } from "@vonage/vwc-tooltip";
|
|
45
|
-
export { VWCBanner as VWCBanner } from "@vonage/vwc-banner";
|
|
46
45
|
export { VWCButton as VWCButton } from "@vonage/vwc-button";
|
|
47
|
-
export {
|
|
46
|
+
export { VWCBanner as VWCBanner } from "@vonage/vwc-banner";
|
|
48
47
|
export { VwcMediaController as VWCMediaController } from "@vonage/vwc-media-controller";
|
|
49
48
|
export { VWCScrubBar as VWCScrubBar } from "@vonage/vwc-media-controller/vwc-scrub-bar";
|
|
50
|
-
export {
|
|
51
|
-
export { VWCCarousel as VWCCarousel } from "@vonage/vwc-carousel";
|
|
49
|
+
export { VWCExpansionPanel as VWCExpansionPanel } from "@vonage/vwc-expansion-panel";
|
|
52
50
|
export { VWCTabBar as VWCTabBar } from "@vonage/vwc-tab-bar";
|
|
53
51
|
export { VWCTab as VWCTab } from "@vonage/vwc-tab-bar/vwc-tab";
|
|
52
|
+
export { VWCCarouselItem as VWCCarouselItem } from "@vonage/vwc-carousel/vwc-carousel-item";
|
|
53
|
+
export { VWCCarousel as VWCCarousel } from "@vonage/vwc-carousel";
|
|
54
54
|
export { GRID_COMPONENT as VWCDataGrid } from "@vonage/vwc-data-grid";
|
|
55
55
|
export { VWCTextField as VWCTextfield } from "@vonage/vwc-textfield";
|
|
56
56
|
export { VWCCalendarEvent as VWCCalendarEvent } from "@vonage/vwc-calendar/vwc-calendar-event";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.37.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.
|
|
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-
|
|
25
|
-
"@vonage/vwc-
|
|
26
|
-
"@vonage/vwc-
|
|
27
|
-
"@vonage/vwc-
|
|
28
|
-
"@vonage/vwc-
|
|
29
|
-
"@vonage/vwc-fab": "2.
|
|
30
|
-
"@vonage/vwc-
|
|
31
|
-
"@vonage/vwc-formfield": "2.
|
|
32
|
-
"@vonage/vwc-
|
|
33
|
-
"@vonage/vwc-
|
|
34
|
-
"@vonage/vwc-
|
|
35
|
-
"@vonage/vwc-keypad": "2.
|
|
36
|
-
"@vonage/vwc-layout": "2.
|
|
37
|
-
"@vonage/vwc-
|
|
38
|
-
"@vonage/vwc-
|
|
39
|
-
"@vonage/vwc-
|
|
40
|
-
"@vonage/vwc-
|
|
41
|
-
"@vonage/vwc-radio": "2.
|
|
42
|
-
"@vonage/vwc-
|
|
43
|
-
"@vonage/vwc-
|
|
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-
|
|
52
|
-
"@vonage/vwc-
|
|
53
|
-
"@vonage/vwc-badge": "2.
|
|
54
|
-
"@vonage/vwc-
|
|
55
|
-
"@vonage/vwc-
|
|
56
|
-
"@vonage/vwc-
|
|
57
|
-
"@vonage/vwc-
|
|
58
|
-
"@vonage/vwc-
|
|
59
|
-
"@vonage/vwc-
|
|
60
|
-
"@vonage/vwc-text": "2.
|
|
61
|
-
"@vonage/vwc-tooltip": "2.
|
|
62
|
-
"@vonage/vwc-
|
|
63
|
-
"@vonage/vwc-
|
|
64
|
-
"@vonage/vwc-
|
|
65
|
-
"@vonage/vwc-
|
|
66
|
-
"@vonage/vwc-
|
|
67
|
-
"@vonage/vwc-
|
|
68
|
-
"@vonage/vwc-
|
|
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.37.2",
|
|
18
|
+
"@vonage/vwc-icon-button-toggle": "2.37.2",
|
|
19
|
+
"@vonage/vwc-notched-outline": "2.37.2",
|
|
20
|
+
"@vonage/vwc-scheme-select": "2.37.2",
|
|
21
|
+
"@vonage/vwc-top-app-bar-fixed": "2.37.2",
|
|
22
|
+
"@vonage/vwc-audio": "2.37.2",
|
|
23
|
+
"@vonage/vwc-button-toggle-group": "2.37.2",
|
|
24
|
+
"@vonage/vwc-checkbox": "2.37.2",
|
|
25
|
+
"@vonage/vwc-card": "2.37.2",
|
|
26
|
+
"@vonage/vwc-dialog": "2.37.2",
|
|
27
|
+
"@vonage/vwc-circular-progress": "2.37.2",
|
|
28
|
+
"@vonage/vwc-dropdown": "2.37.2",
|
|
29
|
+
"@vonage/vwc-fab": "2.37.2",
|
|
30
|
+
"@vonage/vwc-elevation": "2.37.2",
|
|
31
|
+
"@vonage/vwc-formfield": "2.37.2",
|
|
32
|
+
"@vonage/vwc-datepicker": "2.37.2",
|
|
33
|
+
"@vonage/vwc-file-picker": "2.37.2",
|
|
34
|
+
"@vonage/vwc-linear-progress": "2.37.2",
|
|
35
|
+
"@vonage/vwc-keypad": "2.37.2",
|
|
36
|
+
"@vonage/vwc-layout": "2.37.2",
|
|
37
|
+
"@vonage/vwc-icon": "2.37.2",
|
|
38
|
+
"@vonage/vwc-helper-message": "2.37.2",
|
|
39
|
+
"@vonage/vwc-icon-button": "2.37.2",
|
|
40
|
+
"@vonage/vwc-menu": "2.37.2",
|
|
41
|
+
"@vonage/vwc-radio": "2.37.2",
|
|
42
|
+
"@vonage/vwc-note": "2.37.2",
|
|
43
|
+
"@vonage/vwc-slider": "2.37.2",
|
|
44
|
+
"@vonage/vwc-surface": "2.37.2",
|
|
45
|
+
"@vonage/vwc-pagination": "2.37.2",
|
|
46
|
+
"@vonage/vwc-snackbar": "2.37.2",
|
|
47
|
+
"@vonage/vwc-switch": "2.37.2",
|
|
48
|
+
"@vonage/vwc-textarea": "2.37.2",
|
|
49
|
+
"@vonage/vwc-theme-switch": "2.37.2",
|
|
50
|
+
"@vonage/vwc-top-app-bar": "2.37.2",
|
|
51
|
+
"@vonage/vwc-action-group": "2.37.2",
|
|
52
|
+
"@vonage/vwc-accordion": "2.37.2",
|
|
53
|
+
"@vonage/vwc-badge": "2.37.2",
|
|
54
|
+
"@vonage/vwc-empty-state": "2.37.2",
|
|
55
|
+
"@vonage/vwc-drawer": "2.37.2",
|
|
56
|
+
"@vonage/vwc-side-drawer": "2.37.2",
|
|
57
|
+
"@vonage/vwc-select": "2.37.2",
|
|
58
|
+
"@vonage/vwc-popup": "2.37.2",
|
|
59
|
+
"@vonage/vwc-tags": "2.37.2",
|
|
60
|
+
"@vonage/vwc-text": "2.37.2",
|
|
61
|
+
"@vonage/vwc-tooltip": "2.37.2",
|
|
62
|
+
"@vonage/vwc-button": "2.37.2",
|
|
63
|
+
"@vonage/vwc-banner": "2.37.2",
|
|
64
|
+
"@vonage/vwc-media-controller": "2.37.2",
|
|
65
|
+
"@vonage/vwc-breadcrumb-item": "2.37.2",
|
|
66
|
+
"@vonage/vwc-expansion-panel": "2.37.2",
|
|
67
|
+
"@vonage/vwc-tab-bar": "2.37.2",
|
|
68
|
+
"@vonage/vwc-carousel": "2.37.2",
|
|
69
|
+
"@vonage/vwc-data-grid": "2.37.2",
|
|
70
|
+
"@vonage/vwc-textfield": "2.37.2",
|
|
71
|
+
"@vonage/vwc-calendar": "2.37.2",
|
|
72
|
+
"@vonage/vwc-list": "2.37.2",
|
|
73
|
+
"@vonage/vvd-core": "2.37.2",
|
|
74
|
+
"@vonage/vvd-context": "2.37.2"
|
|
75
75
|
},
|
|
76
76
|
"com_vonage": {
|
|
77
77
|
"components": [
|
|
@@ -99,49 +99,49 @@
|
|
|
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"
|
|
105
109
|
},
|
|
106
110
|
{
|
|
107
|
-
"component_name": "vwc-
|
|
108
|
-
"export_name": "
|
|
111
|
+
"component_name": "vwc-dialog",
|
|
112
|
+
"export_name": "VWCDialog"
|
|
109
113
|
},
|
|
110
114
|
{
|
|
111
115
|
"component_name": "vwc-circular-progress",
|
|
112
116
|
"export_name": "VWCCircularProgress"
|
|
113
117
|
},
|
|
114
118
|
{
|
|
115
|
-
"component_name": "vwc-
|
|
116
|
-
"export_name": "
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"component_name": "vwc-dialog",
|
|
120
|
-
"export_name": "VWCDialog"
|
|
119
|
+
"component_name": "vwc-dropdown",
|
|
120
|
+
"export_name": "VWCDropdown"
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
"component_name": "vwc-fab",
|
|
124
124
|
"export_name": "VWCFab"
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
|
-
"component_name": "vwc-
|
|
128
|
-
"export_name": "
|
|
127
|
+
"component_name": "vwc-elevation",
|
|
128
|
+
"export_name": "VWCElevation"
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"component_name": "vwc-formfield",
|
|
132
132
|
"export_name": "VWCFormfield"
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
"component_name": "vwc-
|
|
136
|
-
"export_name": "
|
|
135
|
+
"component_name": "vwc-datepicker",
|
|
136
|
+
"export_name": "VWCDatepicker"
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
|
-
"component_name": "vwc-
|
|
140
|
-
"export_name": "
|
|
139
|
+
"component_name": "vwc-file-picker",
|
|
140
|
+
"export_name": "VWCFilePicker"
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
"component_name": "vwc-
|
|
144
|
-
"export_name": "
|
|
143
|
+
"component_name": "vwc-linear-progress",
|
|
144
|
+
"export_name": "VWCLinearProgress"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"component_name": "vwc-keypad",
|
|
@@ -152,49 +152,49 @@
|
|
|
152
152
|
"export_name": "VWCLayout"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
|
-
"component_name": "vwc-
|
|
156
|
-
"export_name": "
|
|
155
|
+
"component_name": "vwc-icon",
|
|
156
|
+
"export_name": "VWCIcon"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
|
-
"component_name": "vwc-
|
|
160
|
-
"export_name": "
|
|
159
|
+
"component_name": "vwc-helper-message",
|
|
160
|
+
"export_name": "VWCHelperMessage"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
|
-
"component_name": "vwc-
|
|
164
|
-
"export_name": "
|
|
163
|
+
"component_name": "vwc-icon-button",
|
|
164
|
+
"export_name": "VWCIconButton"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
|
-
"component_name": "vwc-
|
|
168
|
-
"export_name": "
|
|
167
|
+
"component_name": "vwc-menu",
|
|
168
|
+
"export_name": "VWCMenu"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"component_name": "vwc-radio",
|
|
172
172
|
"export_name": "VWCRadio"
|
|
173
173
|
},
|
|
174
|
+
{
|
|
175
|
+
"component_name": "vwc-note",
|
|
176
|
+
"export_name": "VWCNote"
|
|
177
|
+
},
|
|
174
178
|
{
|
|
175
179
|
"component_name": "vwc-slider",
|
|
176
180
|
"export_name": "VWCSlider"
|
|
177
181
|
},
|
|
178
182
|
{
|
|
179
|
-
"component_name": "vwc-
|
|
180
|
-
"export_name": "
|
|
183
|
+
"component_name": "vwc-surface",
|
|
184
|
+
"export_name": "VWCSurface"
|
|
181
185
|
},
|
|
182
186
|
{
|
|
183
|
-
"component_name": "vwc-
|
|
184
|
-
"export_name": "
|
|
187
|
+
"component_name": "vwc-pagination",
|
|
188
|
+
"export_name": "VWCPagination"
|
|
185
189
|
},
|
|
186
190
|
{
|
|
187
|
-
"component_name": "vwc-
|
|
188
|
-
"export_name": "
|
|
191
|
+
"component_name": "vwc-snackbar",
|
|
192
|
+
"export_name": "VWCSnackbar"
|
|
189
193
|
},
|
|
190
194
|
{
|
|
191
195
|
"component_name": "vwc-switch",
|
|
192
196
|
"export_name": "VWCSwitch"
|
|
193
197
|
},
|
|
194
|
-
{
|
|
195
|
-
"component_name": "vwc-elevation",
|
|
196
|
-
"export_name": "VWCElevation"
|
|
197
|
-
},
|
|
198
198
|
{
|
|
199
199
|
"component_name": "vwc-textarea",
|
|
200
200
|
"export_name": "VWCTextarea"
|
|
@@ -207,42 +207,42 @@
|
|
|
207
207
|
"component_name": "vwc-top-app-bar",
|
|
208
208
|
"export_name": "VWCTopAppBar"
|
|
209
209
|
},
|
|
210
|
-
{
|
|
211
|
-
"component_name": "vwc-accordion",
|
|
212
|
-
"export_name": "VWCAccordion"
|
|
213
|
-
},
|
|
214
210
|
{
|
|
215
211
|
"component_name": "vwc-action-group",
|
|
216
212
|
"export_name": "VWCActionGroup"
|
|
217
213
|
},
|
|
214
|
+
{
|
|
215
|
+
"component_name": "vwc-accordion",
|
|
216
|
+
"export_name": "VWCAccordion"
|
|
217
|
+
},
|
|
218
218
|
{
|
|
219
219
|
"component_name": "vwc-badge",
|
|
220
220
|
"export_name": "VWCBadge"
|
|
221
221
|
},
|
|
222
|
+
{
|
|
223
|
+
"component_name": "vwc-empty-state",
|
|
224
|
+
"export_name": "VWCEmptyState"
|
|
225
|
+
},
|
|
222
226
|
{
|
|
223
227
|
"component_name": "vwc-drawer",
|
|
224
228
|
"export_name": "VWCDrawer"
|
|
225
229
|
},
|
|
226
230
|
{
|
|
227
|
-
"component_name": "vwc-
|
|
228
|
-
"export_name": "
|
|
231
|
+
"component_name": "vwc-side-drawer",
|
|
232
|
+
"export_name": "VWCSideDrawer"
|
|
229
233
|
},
|
|
230
234
|
{
|
|
231
235
|
"component_name": "vwc-select",
|
|
232
236
|
"export_name": "VWCSelect"
|
|
233
237
|
},
|
|
234
238
|
{
|
|
235
|
-
"component_name": "vwc-
|
|
236
|
-
"export_name": "
|
|
239
|
+
"component_name": "vwc-popup",
|
|
240
|
+
"export_name": "VWCPopup"
|
|
237
241
|
},
|
|
238
242
|
{
|
|
239
243
|
"component_name": "vwc-tag",
|
|
240
244
|
"export_name": "VWCTag"
|
|
241
245
|
},
|
|
242
|
-
{
|
|
243
|
-
"component_name": "vwc-empty-state",
|
|
244
|
-
"export_name": "VWCEmptyState"
|
|
245
|
-
},
|
|
246
246
|
{
|
|
247
247
|
"component_name": "vwc-text",
|
|
248
248
|
"export_name": "VWCText"
|
|
@@ -251,17 +251,13 @@
|
|
|
251
251
|
"component_name": "vwc-tooltip",
|
|
252
252
|
"export_name": "VWCTooltip"
|
|
253
253
|
},
|
|
254
|
-
{
|
|
255
|
-
"component_name": "vwc-banner",
|
|
256
|
-
"export_name": "VWCBanner"
|
|
257
|
-
},
|
|
258
254
|
{
|
|
259
255
|
"component_name": "vwc-button",
|
|
260
256
|
"export_name": "VWCButton"
|
|
261
257
|
},
|
|
262
258
|
{
|
|
263
|
-
"component_name": "vwc-
|
|
264
|
-
"export_name": "
|
|
259
|
+
"component_name": "vwc-banner",
|
|
260
|
+
"export_name": "VWCBanner"
|
|
265
261
|
},
|
|
266
262
|
{
|
|
267
263
|
"component_name": "vwc-media-controller",
|
|
@@ -272,12 +268,8 @@
|
|
|
272
268
|
"export_name": "VWCScrubBar"
|
|
273
269
|
},
|
|
274
270
|
{
|
|
275
|
-
"component_name": "vwc-
|
|
276
|
-
"export_name": "
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"component_name": "vwc-carousel",
|
|
280
|
-
"export_name": "VWCCarousel"
|
|
271
|
+
"component_name": "vwc-expansion-panel",
|
|
272
|
+
"export_name": "VWCExpansionPanel"
|
|
281
273
|
},
|
|
282
274
|
{
|
|
283
275
|
"component_name": "vwc-tab-bar",
|
|
@@ -287,6 +279,14 @@
|
|
|
287
279
|
"component_name": "vwc-tab",
|
|
288
280
|
"export_name": "VWCTab"
|
|
289
281
|
},
|
|
282
|
+
{
|
|
283
|
+
"component_name": "vwc-carousel-item",
|
|
284
|
+
"export_name": "VWCCarouselItem"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"component_name": "vwc-carousel",
|
|
288
|
+
"export_name": "VWCCarousel"
|
|
289
|
+
},
|
|
290
290
|
{
|
|
291
291
|
"component_name": "vwc-data-grid",
|
|
292
292
|
"export_name": "VWCDataGrid"
|