@vonage/vivid 2.37.2 → 2.39.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 +20 -20
- package/package.json +117 -117
- package/README.md +0 -49
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 { VWCCheckbox as VWCCheckbox } from "@vonage/vwc-checkbox";
|
|
8
7
|
export { VWCCard as VWCCard } from "@vonage/vwc-card";
|
|
9
|
-
export {
|
|
8
|
+
export { VWCCheckbox as VWCCheckbox } from "@vonage/vwc-checkbox";
|
|
10
9
|
export { VWCCircularProgress as VWCCircularProgress } from "@vonage/vwc-circular-progress";
|
|
10
|
+
export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
|
|
11
|
+
export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
|
|
11
12
|
export { VWCDropdown as VWCDropdown } from "@vonage/vwc-dropdown";
|
|
12
|
-
export { VWCFab as VWCFab } from "@vonage/vwc-fab";
|
|
13
13
|
export { VWCElevation as VWCElevation } from "@vonage/vwc-elevation";
|
|
14
|
-
export {
|
|
15
|
-
export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
|
|
14
|
+
export { VWCFab as VWCFab } from "@vonage/vwc-fab";
|
|
16
15
|
export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
|
|
17
|
-
export {
|
|
18
|
-
export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
|
|
19
|
-
export { Layout as VWCLayout } from "@vonage/vwc-layout";
|
|
20
|
-
export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
|
|
16
|
+
export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
|
|
21
17
|
export { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
|
|
22
18
|
export { VWCIconButton as VWCIconButton } from "@vonage/vwc-icon-button";
|
|
19
|
+
export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
|
|
20
|
+
export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
|
|
21
|
+
export { Layout as VWCLayout } from "@vonage/vwc-layout";
|
|
22
|
+
export { VWCLinearProgress as VWCLinearProgress } from "@vonage/vwc-linear-progress";
|
|
23
23
|
export { VWCMenu as VWCMenu } from "@vonage/vwc-menu";
|
|
24
|
-
export { VWCRadio as VWCRadio } from "@vonage/vwc-radio";
|
|
25
24
|
export { VWCNote as VWCNote } from "@vonage/vwc-note";
|
|
26
|
-
export { VWCSlider as VWCSlider } from "@vonage/vwc-slider";
|
|
27
|
-
export { VWCSurface as VWCSurface } from "@vonage/vwc-surface";
|
|
28
25
|
export { VWCPagination as VWCPagination } from "@vonage/vwc-pagination";
|
|
26
|
+
export { VWCRadio as VWCRadio } from "@vonage/vwc-radio";
|
|
27
|
+
export { VWCSlider as VWCSlider } from "@vonage/vwc-slider";
|
|
29
28
|
export { VWCSnackbar as VWCSnackbar } from "@vonage/vwc-snackbar";
|
|
29
|
+
export { VWCSurface as VWCSurface } from "@vonage/vwc-surface";
|
|
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 { VWCActionGroup as VWCActionGroup } from "@vonage/vwc-action-group";
|
|
35
34
|
export { VWCAccordion as VWCAccordion } from "@vonage/vwc-accordion";
|
|
35
|
+
export { VWCActionGroup as VWCActionGroup } from "@vonage/vwc-action-group";
|
|
36
36
|
export { VWCBadge as VWCBadge } from "@vonage/vwc-badge";
|
|
37
|
-
export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
|
|
38
37
|
export { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
|
|
39
|
-
export {
|
|
40
|
-
export { VWCSelect as VWCSelect } from "@vonage/vwc-select";
|
|
38
|
+
export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
|
|
41
39
|
export { VWCPopup as VWCPopup } from "@vonage/vwc-popup";
|
|
40
|
+
export { VWCSelect as VWCSelect } from "@vonage/vwc-select";
|
|
41
|
+
export { VWCSideDrawer as VWCSideDrawer } from "@vonage/vwc-side-drawer";
|
|
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 { VWCButton as VWCButton } from "@vonage/vwc-button";
|
|
46
45
|
export { VWCBanner as VWCBanner } from "@vonage/vwc-banner";
|
|
46
|
+
export { VWCButton as VWCButton } from "@vonage/vwc-button";
|
|
47
|
+
export { VWCExpansionPanel as VWCExpansionPanel } from "@vonage/vwc-expansion-panel";
|
|
47
48
|
export { VwcMediaController as VWCMediaController } from "@vonage/vwc-media-controller";
|
|
48
49
|
export { VWCScrubBar as VWCScrubBar } from "@vonage/vwc-media-controller/vwc-scrub-bar";
|
|
49
|
-
export { VWCExpansionPanel as VWCExpansionPanel } from "@vonage/vwc-expansion-panel";
|
|
50
|
-
export { VWCTabBar as VWCTabBar } from "@vonage/vwc-tab-bar";
|
|
51
|
-
export { VWCTab as VWCTab } from "@vonage/vwc-tab-bar/vwc-tab";
|
|
52
50
|
export { VWCCarouselItem as VWCCarouselItem } from "@vonage/vwc-carousel/vwc-carousel-item";
|
|
53
51
|
export { VWCCarousel as VWCCarousel } from "@vonage/vwc-carousel";
|
|
52
|
+
export { VWCTabBar as VWCTabBar } from "@vonage/vwc-tab-bar";
|
|
53
|
+
export { VWCTab as VWCTab } from "@vonage/vwc-tab-bar/vwc-tab";
|
|
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.39.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-
|
|
25
|
-
"@vonage/vwc-
|
|
26
|
-
"@vonage/vwc-
|
|
27
|
-
"@vonage/vwc-
|
|
28
|
-
"@vonage/vwc-
|
|
29
|
-
"@vonage/vwc-
|
|
30
|
-
"@vonage/vwc-elevation": "2.
|
|
31
|
-
"@vonage/vwc-
|
|
32
|
-
"@vonage/vwc-
|
|
33
|
-
"@vonage/vwc-
|
|
34
|
-
"@vonage/vwc-
|
|
35
|
-
"@vonage/vwc-
|
|
36
|
-
"@vonage/vwc-
|
|
37
|
-
"@vonage/vwc-
|
|
38
|
-
"@vonage/vwc-
|
|
39
|
-
"@vonage/vwc-
|
|
40
|
-
"@vonage/vwc-menu": "2.
|
|
41
|
-
"@vonage/vwc-
|
|
42
|
-
"@vonage/vwc-
|
|
43
|
-
"@vonage/vwc-
|
|
44
|
-
"@vonage/vwc-
|
|
45
|
-
"@vonage/vwc-
|
|
46
|
-
"@vonage/vwc-
|
|
47
|
-
"@vonage/vwc-switch": "2.
|
|
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-select": "2.
|
|
58
|
-
"@vonage/vwc-
|
|
59
|
-
"@vonage/vwc-tags": "2.
|
|
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.39.0",
|
|
18
|
+
"@vonage/vwc-icon-button-toggle": "2.39.0",
|
|
19
|
+
"@vonage/vwc-notched-outline": "2.39.0",
|
|
20
|
+
"@vonage/vwc-scheme-select": "2.39.0",
|
|
21
|
+
"@vonage/vwc-top-app-bar-fixed": "2.39.0",
|
|
22
|
+
"@vonage/vwc-audio": "2.39.0",
|
|
23
|
+
"@vonage/vwc-button-toggle-group": "2.39.0",
|
|
24
|
+
"@vonage/vwc-card": "2.39.0",
|
|
25
|
+
"@vonage/vwc-checkbox": "2.39.0",
|
|
26
|
+
"@vonage/vwc-circular-progress": "2.39.0",
|
|
27
|
+
"@vonage/vwc-datepicker": "2.39.0",
|
|
28
|
+
"@vonage/vwc-dialog": "2.39.0",
|
|
29
|
+
"@vonage/vwc-dropdown": "2.39.0",
|
|
30
|
+
"@vonage/vwc-elevation": "2.39.0",
|
|
31
|
+
"@vonage/vwc-fab": "2.39.0",
|
|
32
|
+
"@vonage/vwc-file-picker": "2.39.0",
|
|
33
|
+
"@vonage/vwc-formfield": "2.39.0",
|
|
34
|
+
"@vonage/vwc-helper-message": "2.39.0",
|
|
35
|
+
"@vonage/vwc-icon-button": "2.39.0",
|
|
36
|
+
"@vonage/vwc-icon": "2.39.0",
|
|
37
|
+
"@vonage/vwc-keypad": "2.39.0",
|
|
38
|
+
"@vonage/vwc-layout": "2.39.0",
|
|
39
|
+
"@vonage/vwc-linear-progress": "2.39.0",
|
|
40
|
+
"@vonage/vwc-menu": "2.39.0",
|
|
41
|
+
"@vonage/vwc-note": "2.39.0",
|
|
42
|
+
"@vonage/vwc-pagination": "2.39.0",
|
|
43
|
+
"@vonage/vwc-radio": "2.39.0",
|
|
44
|
+
"@vonage/vwc-slider": "2.39.0",
|
|
45
|
+
"@vonage/vwc-snackbar": "2.39.0",
|
|
46
|
+
"@vonage/vwc-surface": "2.39.0",
|
|
47
|
+
"@vonage/vwc-switch": "2.39.0",
|
|
48
|
+
"@vonage/vwc-textarea": "2.39.0",
|
|
49
|
+
"@vonage/vwc-theme-switch": "2.39.0",
|
|
50
|
+
"@vonage/vwc-top-app-bar": "2.39.0",
|
|
51
|
+
"@vonage/vwc-accordion": "2.39.0",
|
|
52
|
+
"@vonage/vwc-action-group": "2.39.0",
|
|
53
|
+
"@vonage/vwc-badge": "2.39.0",
|
|
54
|
+
"@vonage/vwc-drawer": "2.39.0",
|
|
55
|
+
"@vonage/vwc-empty-state": "2.39.0",
|
|
56
|
+
"@vonage/vwc-popup": "2.39.0",
|
|
57
|
+
"@vonage/vwc-select": "2.39.0",
|
|
58
|
+
"@vonage/vwc-side-drawer": "2.39.0",
|
|
59
|
+
"@vonage/vwc-tags": "2.39.0",
|
|
60
|
+
"@vonage/vwc-text": "2.39.0",
|
|
61
|
+
"@vonage/vwc-tooltip": "2.39.0",
|
|
62
|
+
"@vonage/vwc-banner": "2.39.0",
|
|
63
|
+
"@vonage/vwc-breadcrumb-item": "2.39.0",
|
|
64
|
+
"@vonage/vwc-button": "2.39.0",
|
|
65
|
+
"@vonage/vwc-expansion-panel": "2.39.0",
|
|
66
|
+
"@vonage/vwc-media-controller": "2.39.0",
|
|
67
|
+
"@vonage/vwc-carousel": "2.39.0",
|
|
68
|
+
"@vonage/vwc-tab-bar": "2.39.0",
|
|
69
|
+
"@vonage/vwc-data-grid": "2.39.0",
|
|
70
|
+
"@vonage/vwc-textfield": "2.39.0",
|
|
71
|
+
"@vonage/vwc-calendar": "2.39.0",
|
|
72
|
+
"@vonage/vwc-list": "2.39.0",
|
|
73
|
+
"@vonage/vvd-core": "2.39.0",
|
|
74
|
+
"@vonage/vvd-context": "2.39.0"
|
|
75
75
|
},
|
|
76
76
|
"com_vonage": {
|
|
77
77
|
"components": [
|
|
@@ -99,49 +99,57 @@
|
|
|
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
|
-
},
|
|
106
102
|
{
|
|
107
103
|
"component_name": "vwc-card",
|
|
108
104
|
"export_name": "VWCCard"
|
|
109
105
|
},
|
|
110
106
|
{
|
|
111
|
-
"component_name": "vwc-
|
|
112
|
-
"export_name": "
|
|
107
|
+
"component_name": "vwc-checkbox",
|
|
108
|
+
"export_name": "VWCCheckbox"
|
|
113
109
|
},
|
|
114
110
|
{
|
|
115
111
|
"component_name": "vwc-circular-progress",
|
|
116
112
|
"export_name": "VWCCircularProgress"
|
|
117
113
|
},
|
|
114
|
+
{
|
|
115
|
+
"component_name": "vwc-datepicker",
|
|
116
|
+
"export_name": "VWCDatepicker"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"component_name": "vwc-dialog",
|
|
120
|
+
"export_name": "VWCDialog"
|
|
121
|
+
},
|
|
118
122
|
{
|
|
119
123
|
"component_name": "vwc-dropdown",
|
|
120
124
|
"export_name": "VWCDropdown"
|
|
121
125
|
},
|
|
126
|
+
{
|
|
127
|
+
"component_name": "vwc-elevation",
|
|
128
|
+
"export_name": "VWCElevation"
|
|
129
|
+
},
|
|
122
130
|
{
|
|
123
131
|
"component_name": "vwc-fab",
|
|
124
132
|
"export_name": "VWCFab"
|
|
125
133
|
},
|
|
126
134
|
{
|
|
127
|
-
"component_name": "vwc-
|
|
128
|
-
"export_name": "
|
|
135
|
+
"component_name": "vwc-file-picker",
|
|
136
|
+
"export_name": "VWCFilePicker"
|
|
129
137
|
},
|
|
130
138
|
{
|
|
131
139
|
"component_name": "vwc-formfield",
|
|
132
140
|
"export_name": "VWCFormfield"
|
|
133
141
|
},
|
|
134
142
|
{
|
|
135
|
-
"component_name": "vwc-
|
|
136
|
-
"export_name": "
|
|
143
|
+
"component_name": "vwc-helper-message",
|
|
144
|
+
"export_name": "VWCHelperMessage"
|
|
137
145
|
},
|
|
138
146
|
{
|
|
139
|
-
"component_name": "vwc-
|
|
140
|
-
"export_name": "
|
|
147
|
+
"component_name": "vwc-icon-button",
|
|
148
|
+
"export_name": "VWCIconButton"
|
|
141
149
|
},
|
|
142
150
|
{
|
|
143
|
-
"component_name": "vwc-
|
|
144
|
-
"export_name": "
|
|
151
|
+
"component_name": "vwc-icon",
|
|
152
|
+
"export_name": "VWCIcon"
|
|
145
153
|
},
|
|
146
154
|
{
|
|
147
155
|
"component_name": "vwc-keypad",
|
|
@@ -152,45 +160,37 @@
|
|
|
152
160
|
"export_name": "VWCLayout"
|
|
153
161
|
},
|
|
154
162
|
{
|
|
155
|
-
"component_name": "vwc-
|
|
156
|
-
"export_name": "
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"component_name": "vwc-helper-message",
|
|
160
|
-
"export_name": "VWCHelperMessage"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"component_name": "vwc-icon-button",
|
|
164
|
-
"export_name": "VWCIconButton"
|
|
163
|
+
"component_name": "vwc-linear-progress",
|
|
164
|
+
"export_name": "VWCLinearProgress"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"component_name": "vwc-menu",
|
|
168
168
|
"export_name": "VWCMenu"
|
|
169
169
|
},
|
|
170
|
-
{
|
|
171
|
-
"component_name": "vwc-radio",
|
|
172
|
-
"export_name": "VWCRadio"
|
|
173
|
-
},
|
|
174
170
|
{
|
|
175
171
|
"component_name": "vwc-note",
|
|
176
172
|
"export_name": "VWCNote"
|
|
177
173
|
},
|
|
178
174
|
{
|
|
179
|
-
"component_name": "vwc-
|
|
180
|
-
"export_name": "
|
|
175
|
+
"component_name": "vwc-pagination",
|
|
176
|
+
"export_name": "VWCPagination"
|
|
181
177
|
},
|
|
182
178
|
{
|
|
183
|
-
"component_name": "vwc-
|
|
184
|
-
"export_name": "
|
|
179
|
+
"component_name": "vwc-radio",
|
|
180
|
+
"export_name": "VWCRadio"
|
|
185
181
|
},
|
|
186
182
|
{
|
|
187
|
-
"component_name": "vwc-
|
|
188
|
-
"export_name": "
|
|
183
|
+
"component_name": "vwc-slider",
|
|
184
|
+
"export_name": "VWCSlider"
|
|
189
185
|
},
|
|
190
186
|
{
|
|
191
187
|
"component_name": "vwc-snackbar",
|
|
192
188
|
"export_name": "VWCSnackbar"
|
|
193
189
|
},
|
|
190
|
+
{
|
|
191
|
+
"component_name": "vwc-surface",
|
|
192
|
+
"export_name": "VWCSurface"
|
|
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-action-group",
|
|
212
|
-
"export_name": "VWCActionGroup"
|
|
213
|
-
},
|
|
214
210
|
{
|
|
215
211
|
"component_name": "vwc-accordion",
|
|
216
212
|
"export_name": "VWCAccordion"
|
|
217
213
|
},
|
|
218
214
|
{
|
|
219
|
-
"component_name": "vwc-
|
|
220
|
-
"export_name": "
|
|
215
|
+
"component_name": "vwc-action-group",
|
|
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
223
|
"component_name": "vwc-drawer",
|
|
228
224
|
"export_name": "VWCDrawer"
|
|
229
225
|
},
|
|
230
226
|
{
|
|
231
|
-
"component_name": "vwc-
|
|
232
|
-
"export_name": "
|
|
227
|
+
"component_name": "vwc-empty-state",
|
|
228
|
+
"export_name": "VWCEmptyState"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"component_name": "vwc-popup",
|
|
232
|
+
"export_name": "VWCPopup"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"component_name": "vwc-select",
|
|
236
236
|
"export_name": "VWCSelect"
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
|
-
"component_name": "vwc-
|
|
240
|
-
"export_name": "
|
|
239
|
+
"component_name": "vwc-side-drawer",
|
|
240
|
+
"export_name": "VWCSideDrawer"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"component_name": "vwc-tag",
|
|
@@ -251,13 +251,17 @@
|
|
|
251
251
|
"component_name": "vwc-tooltip",
|
|
252
252
|
"export_name": "VWCTooltip"
|
|
253
253
|
},
|
|
254
|
+
{
|
|
255
|
+
"component_name": "vwc-banner",
|
|
256
|
+
"export_name": "VWCBanner"
|
|
257
|
+
},
|
|
254
258
|
{
|
|
255
259
|
"component_name": "vwc-button",
|
|
256
260
|
"export_name": "VWCButton"
|
|
257
261
|
},
|
|
258
262
|
{
|
|
259
|
-
"component_name": "vwc-
|
|
260
|
-
"export_name": "
|
|
263
|
+
"component_name": "vwc-expansion-panel",
|
|
264
|
+
"export_name": "VWCExpansionPanel"
|
|
261
265
|
},
|
|
262
266
|
{
|
|
263
267
|
"component_name": "vwc-media-controller",
|
|
@@ -268,8 +272,12 @@
|
|
|
268
272
|
"export_name": "VWCScrubBar"
|
|
269
273
|
},
|
|
270
274
|
{
|
|
271
|
-
"component_name": "vwc-
|
|
272
|
-
"export_name": "
|
|
275
|
+
"component_name": "vwc-carousel-item",
|
|
276
|
+
"export_name": "VWCCarouselItem"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"component_name": "vwc-carousel",
|
|
280
|
+
"export_name": "VWCCarousel"
|
|
273
281
|
},
|
|
274
282
|
{
|
|
275
283
|
"component_name": "vwc-tab-bar",
|
|
@@ -279,14 +287,6 @@
|
|
|
279
287
|
"component_name": "vwc-tab",
|
|
280
288
|
"export_name": "VWCTab"
|
|
281
289
|
},
|
|
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"
|
package/README.md
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
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.
|