@vonage/vivid 2.37.0 → 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.
Files changed (3) hide show
  1. package/README.md +49 -0
  2. package/index.js +21 -21
  3. package/package.json +121 -121
package/README.md ADDED
@@ -0,0 +1,49 @@
1
+ ### For Vivid@next please visit [Vivid-3](https://github.com/vonage/vivid-3)
2
+
3
+ [![Quality Status](https://github.com/Vonage/vivid/workflows/Compile%20&%20Test/badge.svg)](https://github.com/Vonage/vivid/actions?query=workflow%3A%22Compile+%26+Test%22)
4
+ [![Coverage Status](https://coveralls.io/repos/github/Vonage/vivid/badge.svg?t=v9CrbP)](https://coveralls.io/github/Vonage/vivid)
5
+
6
+ [![Compile & Test Sanity](https://github.com/Vonage/vivid/actions/workflows/compile-test-sanity.yml/badge.svg)](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
+ ![Meed Vivid](docs/assets/images/meet-vivid.svg)
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
+ | ![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png) |
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
@@ -1,56 +1,56 @@
1
1
  export { VWCIconButtonToggle as VWCIconButtonToggle } from "@vonage/vwc-icon-button-toggle";
2
+ export { VWCNotchedOutline as VWCNotchedOutline } from "@vonage/vwc-notched-outline";
2
3
  export { VWCSchemeSelect as VWCSchemeSelect } from "@vonage/vwc-scheme-select";
3
4
  export { VWCTopAppBarFixed as VWCTopAppBarFixed } from "@vonage/vwc-top-app-bar-fixed";
4
- export { VWCNotchedOutline as VWCNotchedOutline } from "@vonage/vwc-notched-outline";
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 { VWCCircularProgress as VWCCircularProgress } from "@vonage/vwc-circular-progress";
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";
12
11
  export { VWCDropdown as VWCDropdown } from "@vonage/vwc-dropdown";
13
- export { VWCElevation as VWCElevation } from "@vonage/vwc-elevation";
14
12
  export { VWCFab as VWCFab } from "@vonage/vwc-fab";
15
- export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
13
+ export { VWCElevation as VWCElevation } from "@vonage/vwc-elevation";
16
14
  export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
17
- export { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
18
- export { VWCIconButton as VWCIconButton } from "@vonage/vwc-icon-button";
19
- export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
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";
20
18
  export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
21
19
  export { Layout as VWCLayout } from "@vonage/vwc-layout";
22
- export { VWCLinearProgress as VWCLinearProgress } from "@vonage/vwc-linear-progress";
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";
23
23
  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
24
  export { VWCRadio as VWCRadio } from "@vonage/vwc-radio";
25
+ export { VWCNote as VWCNote } from "@vonage/vwc-note";
27
26
  export { VWCSlider as VWCSlider } from "@vonage/vwc-slider";
28
- export { VWCSnackbar as VWCSnackbar } from "@vonage/vwc-snackbar";
29
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";
30
30
  export { VWCSwitch as VWCSwitch } from "@vonage/vwc-switch";
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 { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
38
37
  export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
39
- export { VWCPopup as VWCPopup } from "@vonage/vwc-popup";
40
- export { VWCSelect as VWCSelect } from "@vonage/vwc-select";
38
+ export { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
41
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";
42
42
  export { VWCTag as VWCTag } from "@vonage/vwc-tags/vwc-tag";
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 { VWCExpansionPanel as VWCExpansionPanel } from "@vonage/vwc-expansion-panel";
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 { VWCCarouselItem as VWCCarouselItem } from "@vonage/vwc-carousel/vwc-carousel-item";
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.37.0",
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.37.0",
18
- "@vonage/vwc-icon-button-toggle": "2.37.0",
19
- "@vonage/vwc-scheme-select": "2.37.0",
20
- "@vonage/vwc-top-app-bar-fixed": "2.37.0",
21
- "@vonage/vwc-notched-outline": "2.37.0",
22
- "@vonage/vwc-audio": "2.37.0",
23
- "@vonage/vwc-button-toggle-group": "2.37.0",
24
- "@vonage/vwc-card": "2.37.0",
25
- "@vonage/vwc-checkbox": "2.37.0",
26
- "@vonage/vwc-circular-progress": "2.37.0",
27
- "@vonage/vwc-datepicker": "2.37.0",
28
- "@vonage/vwc-dialog": "2.37.0",
29
- "@vonage/vwc-dropdown": "2.37.0",
30
- "@vonage/vwc-elevation": "2.37.0",
31
- "@vonage/vwc-fab": "2.37.0",
32
- "@vonage/vwc-file-picker": "2.37.0",
33
- "@vonage/vwc-formfield": "2.37.0",
34
- "@vonage/vwc-helper-message": "2.37.0",
35
- "@vonage/vwc-icon-button": "2.37.0",
36
- "@vonage/vwc-icon": "2.37.0",
37
- "@vonage/vwc-keypad": "2.37.0",
38
- "@vonage/vwc-layout": "2.37.0",
39
- "@vonage/vwc-linear-progress": "2.37.0",
40
- "@vonage/vwc-menu": "2.37.0",
41
- "@vonage/vwc-note": "2.37.0",
42
- "@vonage/vwc-pagination": "2.37.0",
43
- "@vonage/vwc-radio": "2.37.0",
44
- "@vonage/vwc-slider": "2.37.0",
45
- "@vonage/vwc-snackbar": "2.37.0",
46
- "@vonage/vwc-surface": "2.37.0",
47
- "@vonage/vwc-switch": "2.37.0",
48
- "@vonage/vwc-textarea": "2.37.0",
49
- "@vonage/vwc-theme-switch": "2.37.0",
50
- "@vonage/vwc-top-app-bar": "2.37.0",
51
- "@vonage/vwc-accordion": "2.37.0",
52
- "@vonage/vwc-action-group": "2.37.0",
53
- "@vonage/vwc-badge": "2.37.0",
54
- "@vonage/vwc-drawer": "2.37.0",
55
- "@vonage/vwc-empty-state": "2.37.0",
56
- "@vonage/vwc-popup": "2.37.0",
57
- "@vonage/vwc-select": "2.37.0",
58
- "@vonage/vwc-side-drawer": "2.37.0",
59
- "@vonage/vwc-tags": "2.37.0",
60
- "@vonage/vwc-text": "2.37.0",
61
- "@vonage/vwc-tooltip": "2.37.0",
62
- "@vonage/vwc-banner": "2.37.0",
63
- "@vonage/vwc-breadcrumb-item": "2.37.0",
64
- "@vonage/vwc-button": "2.37.0",
65
- "@vonage/vwc-expansion-panel": "2.37.0",
66
- "@vonage/vwc-media-controller": "2.37.0",
67
- "@vonage/vwc-carousel": "2.37.0",
68
- "@vonage/vwc-tab-bar": "2.37.0",
69
- "@vonage/vwc-data-grid": "2.37.0",
70
- "@vonage/vwc-textfield": "2.37.0",
71
- "@vonage/vwc-calendar": "2.37.0",
72
- "@vonage/vwc-list": "2.37.0",
73
- "@vonage/vvd-core": "2.37.0",
74
- "@vonage/vvd-context": "2.37.0"
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": [
@@ -79,6 +79,10 @@
79
79
  "component_name": "vwc-icon-button-toggle",
80
80
  "export_name": "VWCIconButtonToggle"
81
81
  },
82
+ {
83
+ "component_name": "vwc-notched-outline",
84
+ "export_name": "VWCNotchedOutline"
85
+ },
82
86
  {
83
87
  "component_name": "vwc-scheme-select",
84
88
  "export_name": "VWCSchemeSelect"
@@ -87,10 +91,6 @@
87
91
  "component_name": "vwc-top-app-bar-fixed",
88
92
  "export_name": "VWCTopAppBarFixed"
89
93
  },
90
- {
91
- "component_name": "vwc-notched-outline",
92
- "export_name": "VWCNotchedOutline"
93
- },
94
94
  {
95
95
  "component_name": "vwc-audio",
96
96
  "export_name": "VWCAudio"
@@ -99,57 +99,49 @@
99
99
  "component_name": "vwc-button-toggle-group",
100
100
  "export_name": "VWCButtonToggleGroup"
101
101
  },
102
- {
103
- "component_name": "vwc-card",
104
- "export_name": "VWCCard"
105
- },
106
102
  {
107
103
  "component_name": "vwc-checkbox",
108
104
  "export_name": "VWCCheckbox"
109
105
  },
110
106
  {
111
- "component_name": "vwc-circular-progress",
112
- "export_name": "VWCCircularProgress"
113
- },
114
- {
115
- "component_name": "vwc-datepicker",
116
- "export_name": "VWCDatepicker"
107
+ "component_name": "vwc-card",
108
+ "export_name": "VWCCard"
117
109
  },
118
110
  {
119
111
  "component_name": "vwc-dialog",
120
112
  "export_name": "VWCDialog"
121
113
  },
122
114
  {
123
- "component_name": "vwc-dropdown",
124
- "export_name": "VWCDropdown"
115
+ "component_name": "vwc-circular-progress",
116
+ "export_name": "VWCCircularProgress"
125
117
  },
126
118
  {
127
- "component_name": "vwc-elevation",
128
- "export_name": "VWCElevation"
119
+ "component_name": "vwc-dropdown",
120
+ "export_name": "VWCDropdown"
129
121
  },
130
122
  {
131
123
  "component_name": "vwc-fab",
132
124
  "export_name": "VWCFab"
133
125
  },
134
126
  {
135
- "component_name": "vwc-file-picker",
136
- "export_name": "VWCFilePicker"
127
+ "component_name": "vwc-elevation",
128
+ "export_name": "VWCElevation"
137
129
  },
138
130
  {
139
131
  "component_name": "vwc-formfield",
140
132
  "export_name": "VWCFormfield"
141
133
  },
142
134
  {
143
- "component_name": "vwc-helper-message",
144
- "export_name": "VWCHelperMessage"
135
+ "component_name": "vwc-datepicker",
136
+ "export_name": "VWCDatepicker"
145
137
  },
146
138
  {
147
- "component_name": "vwc-icon-button",
148
- "export_name": "VWCIconButton"
139
+ "component_name": "vwc-file-picker",
140
+ "export_name": "VWCFilePicker"
149
141
  },
150
142
  {
151
- "component_name": "vwc-icon",
152
- "export_name": "VWCIcon"
143
+ "component_name": "vwc-linear-progress",
144
+ "export_name": "VWCLinearProgress"
153
145
  },
154
146
  {
155
147
  "component_name": "vwc-keypad",
@@ -160,37 +152,45 @@
160
152
  "export_name": "VWCLayout"
161
153
  },
162
154
  {
163
- "component_name": "vwc-linear-progress",
164
- "export_name": "VWCLinearProgress"
155
+ "component_name": "vwc-icon",
156
+ "export_name": "VWCIcon"
165
157
  },
166
158
  {
167
- "component_name": "vwc-menu",
168
- "export_name": "VWCMenu"
159
+ "component_name": "vwc-helper-message",
160
+ "export_name": "VWCHelperMessage"
169
161
  },
170
162
  {
171
- "component_name": "vwc-note",
172
- "export_name": "VWCNote"
163
+ "component_name": "vwc-icon-button",
164
+ "export_name": "VWCIconButton"
173
165
  },
174
166
  {
175
- "component_name": "vwc-pagination",
176
- "export_name": "VWCPagination"
167
+ "component_name": "vwc-menu",
168
+ "export_name": "VWCMenu"
177
169
  },
178
170
  {
179
171
  "component_name": "vwc-radio",
180
172
  "export_name": "VWCRadio"
181
173
  },
182
174
  {
183
- "component_name": "vwc-slider",
184
- "export_name": "VWCSlider"
175
+ "component_name": "vwc-note",
176
+ "export_name": "VWCNote"
185
177
  },
186
178
  {
187
- "component_name": "vwc-snackbar",
188
- "export_name": "VWCSnackbar"
179
+ "component_name": "vwc-slider",
180
+ "export_name": "VWCSlider"
189
181
  },
190
182
  {
191
183
  "component_name": "vwc-surface",
192
184
  "export_name": "VWCSurface"
193
185
  },
186
+ {
187
+ "component_name": "vwc-pagination",
188
+ "export_name": "VWCPagination"
189
+ },
190
+ {
191
+ "component_name": "vwc-snackbar",
192
+ "export_name": "VWCSnackbar"
193
+ },
194
194
  {
195
195
  "component_name": "vwc-switch",
196
196
  "export_name": "VWCSwitch"
@@ -207,37 +207,37 @@
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
  },
218
214
  {
219
- "component_name": "vwc-badge",
220
- "export_name": "VWCBadge"
215
+ "component_name": "vwc-accordion",
216
+ "export_name": "VWCAccordion"
221
217
  },
222
218
  {
223
- "component_name": "vwc-drawer",
224
- "export_name": "VWCDrawer"
219
+ "component_name": "vwc-badge",
220
+ "export_name": "VWCBadge"
225
221
  },
226
222
  {
227
223
  "component_name": "vwc-empty-state",
228
224
  "export_name": "VWCEmptyState"
229
225
  },
230
226
  {
231
- "component_name": "vwc-popup",
232
- "export_name": "VWCPopup"
227
+ "component_name": "vwc-drawer",
228
+ "export_name": "VWCDrawer"
229
+ },
230
+ {
231
+ "component_name": "vwc-side-drawer",
232
+ "export_name": "VWCSideDrawer"
233
233
  },
234
234
  {
235
235
  "component_name": "vwc-select",
236
236
  "export_name": "VWCSelect"
237
237
  },
238
238
  {
239
- "component_name": "vwc-side-drawer",
240
- "export_name": "VWCSideDrawer"
239
+ "component_name": "vwc-popup",
240
+ "export_name": "VWCPopup"
241
241
  },
242
242
  {
243
243
  "component_name": "vwc-tag",
@@ -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-expansion-panel",
264
- "export_name": "VWCExpansionPanel"
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-carousel-item",
276
- "export_name": "VWCCarouselItem"
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"