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