@vonage/vivid 2.46.0 → 2.46.1

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 (2) hide show
  1. package/index.js +13 -13
  2. package/package.json +101 -101
package/index.js CHANGED
@@ -2,57 +2,57 @@ 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 { VWCAudio as VWCAudio } from "@vonage/vwc-audio";
6
5
  export { VWCButtonToggleGroup as VWCButtonToggleGroup } from "@vonage/vwc-button-toggle-group";
6
+ export { VWCAudio as VWCAudio } from "@vonage/vwc-audio";
7
7
  export { VWCCard as VWCCard } from "@vonage/vwc-card";
8
8
  export { VWCCircularProgress as VWCCircularProgress } from "@vonage/vwc-circular-progress";
9
9
  export { VWCCheckbox as VWCCheckbox } from "@vonage/vwc-checkbox";
10
- export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
11
10
  export { VWCElevation as VWCElevation } from "@vonage/vwc-elevation";
11
+ export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
12
12
  export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
13
13
  export { VWCDropdown as VWCDropdown } from "@vonage/vwc-dropdown";
14
14
  export { VWCFab as VWCFab } from "@vonage/vwc-fab";
15
15
  export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
16
16
  export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
17
+ export { Layout as VWCLayout } from "@vonage/vwc-layout";
17
18
  export { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
18
19
  export { VWCIconButton as VWCIconButton } from "@vonage/vwc-icon-button";
19
20
  export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
20
- export { Layout as VWCLayout } from "@vonage/vwc-layout";
21
21
  export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
22
22
  export { VWCLinearProgress as VWCLinearProgress } from "@vonage/vwc-linear-progress";
23
- export { VWCMenu as VWCMenu } from "@vonage/vwc-menu";
24
23
  export { VWCNote as VWCNote } from "@vonage/vwc-note";
25
24
  export { VWCPagination as VWCPagination } from "@vonage/vwc-pagination";
25
+ export { VWCMenu as VWCMenu } from "@vonage/vwc-menu";
26
26
  export { VWCRadio as VWCRadio } from "@vonage/vwc-radio";
27
- export { VWCSlider as VWCSlider } from "@vonage/vwc-slider";
27
+ export { VWCSnackbar as VWCSnackbar } from "@vonage/vwc-snackbar";
28
28
  export { VWCSurface as VWCSurface } from "@vonage/vwc-surface";
29
29
  export { VWCSwitch as VWCSwitch } from "@vonage/vwc-switch";
30
- export { VWCSnackbar as VWCSnackbar } from "@vonage/vwc-snackbar";
30
+ export { VWCSlider as VWCSlider } from "@vonage/vwc-slider";
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 { VWCBadge as VWCBadge } from "@vonage/vwc-badge";
36
35
  export { VWCAccordion as VWCAccordion } from "@vonage/vwc-accordion";
37
- export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
36
+ export { VWCActionGroup as VWCActionGroup } from "@vonage/vwc-action-group";
38
37
  export { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
38
+ export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
39
39
  export { VWCPopup as VWCPopup } from "@vonage/vwc-popup";
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";
42
+ export { VWCSideDrawer as VWCSideDrawer } from "@vonage/vwc-side-drawer";
44
43
  export { VwcTooltip as VWCTooltip } from "@vonage/vwc-tooltip";
44
+ export { VWCTag as VWCTag } from "@vonage/vwc-tags/vwc-tag";
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.0",
3
+ "version": "2.46.1",
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.0",
18
- "@vonage/vwc-icon-button-toggle": "2.46.0",
19
- "@vonage/vwc-notched-outline": "2.46.0",
20
- "@vonage/vwc-scheme-select": "2.46.0",
21
- "@vonage/vwc-top-app-bar-fixed": "2.46.0",
22
- "@vonage/vwc-audio": "2.46.0",
23
- "@vonage/vwc-button-toggle-group": "2.46.0",
24
- "@vonage/vwc-card": "2.46.0",
25
- "@vonage/vwc-circular-progress": "2.46.0",
26
- "@vonage/vwc-checkbox": "2.46.0",
27
- "@vonage/vwc-dialog": "2.46.0",
28
- "@vonage/vwc-elevation": "2.46.0",
29
- "@vonage/vwc-datepicker": "2.46.0",
30
- "@vonage/vwc-dropdown": "2.46.0",
31
- "@vonage/vwc-fab": "2.46.0",
32
- "@vonage/vwc-file-picker": "2.46.0",
33
- "@vonage/vwc-formfield": "2.46.0",
34
- "@vonage/vwc-helper-message": "2.46.0",
35
- "@vonage/vwc-icon-button": "2.46.0",
36
- "@vonage/vwc-keypad": "2.46.0",
37
- "@vonage/vwc-layout": "2.46.0",
38
- "@vonage/vwc-icon": "2.46.0",
39
- "@vonage/vwc-linear-progress": "2.46.0",
40
- "@vonage/vwc-menu": "2.46.0",
41
- "@vonage/vwc-note": "2.46.0",
42
- "@vonage/vwc-pagination": "2.46.0",
43
- "@vonage/vwc-radio": "2.46.0",
44
- "@vonage/vwc-slider": "2.46.0",
45
- "@vonage/vwc-surface": "2.46.0",
46
- "@vonage/vwc-switch": "2.46.0",
47
- "@vonage/vwc-snackbar": "2.46.0",
48
- "@vonage/vwc-textarea": "2.46.0",
49
- "@vonage/vwc-theme-switch": "2.46.0",
50
- "@vonage/vwc-top-app-bar": "2.46.0",
51
- "@vonage/vwc-action-group": "2.46.0",
52
- "@vonage/vwc-badge": "2.46.0",
53
- "@vonage/vwc-accordion": "2.46.0",
54
- "@vonage/vwc-empty-state": "2.46.0",
55
- "@vonage/vwc-drawer": "2.46.0",
56
- "@vonage/vwc-popup": "2.46.0",
57
- "@vonage/vwc-select": "2.46.0",
58
- "@vonage/vwc-side-drawer": "2.46.0",
59
- "@vonage/vwc-text": "2.46.0",
60
- "@vonage/vwc-tags": "2.46.0",
61
- "@vonage/vwc-tooltip": "2.46.0",
62
- "@vonage/vwc-banner": "2.46.0",
63
- "@vonage/vwc-breadcrumb-item": "2.46.0",
64
- "@vonage/vwc-media-controller": "2.46.0",
65
- "@vonage/vwc-button": "2.46.0",
66
- "@vonage/vwc-expansion-panel": "2.46.0",
67
- "@vonage/vwc-carousel": "2.46.0",
68
- "@vonage/vwc-tab-bar": "2.46.0",
69
- "@vonage/vwc-textfield": "2.46.0",
70
- "@vonage/vwc-data-grid": "2.46.0",
71
- "@vonage/vwc-calendar": "2.46.0",
72
- "@vonage/vwc-list": "2.46.0",
73
- "@vonage/vvd-core": "2.46.0",
74
- "@vonage/vvd-context": "2.46.0"
17
+ "@vonage/vwc-breadcrumb": "2.46.1",
18
+ "@vonage/vwc-icon-button-toggle": "2.46.1",
19
+ "@vonage/vwc-notched-outline": "2.46.1",
20
+ "@vonage/vwc-scheme-select": "2.46.1",
21
+ "@vonage/vwc-top-app-bar-fixed": "2.46.1",
22
+ "@vonage/vwc-button-toggle-group": "2.46.1",
23
+ "@vonage/vwc-audio": "2.46.1",
24
+ "@vonage/vwc-card": "2.46.1",
25
+ "@vonage/vwc-circular-progress": "2.46.1",
26
+ "@vonage/vwc-checkbox": "2.46.1",
27
+ "@vonage/vwc-elevation": "2.46.1",
28
+ "@vonage/vwc-dialog": "2.46.1",
29
+ "@vonage/vwc-datepicker": "2.46.1",
30
+ "@vonage/vwc-dropdown": "2.46.1",
31
+ "@vonage/vwc-fab": "2.46.1",
32
+ "@vonage/vwc-file-picker": "2.46.1",
33
+ "@vonage/vwc-formfield": "2.46.1",
34
+ "@vonage/vwc-layout": "2.46.1",
35
+ "@vonage/vwc-helper-message": "2.46.1",
36
+ "@vonage/vwc-icon-button": "2.46.1",
37
+ "@vonage/vwc-keypad": "2.46.1",
38
+ "@vonage/vwc-icon": "2.46.1",
39
+ "@vonage/vwc-linear-progress": "2.46.1",
40
+ "@vonage/vwc-note": "2.46.1",
41
+ "@vonage/vwc-pagination": "2.46.1",
42
+ "@vonage/vwc-menu": "2.46.1",
43
+ "@vonage/vwc-radio": "2.46.1",
44
+ "@vonage/vwc-snackbar": "2.46.1",
45
+ "@vonage/vwc-surface": "2.46.1",
46
+ "@vonage/vwc-switch": "2.46.1",
47
+ "@vonage/vwc-slider": "2.46.1",
48
+ "@vonage/vwc-textarea": "2.46.1",
49
+ "@vonage/vwc-theme-switch": "2.46.1",
50
+ "@vonage/vwc-top-app-bar": "2.46.1",
51
+ "@vonage/vwc-badge": "2.46.1",
52
+ "@vonage/vwc-accordion": "2.46.1",
53
+ "@vonage/vwc-action-group": "2.46.1",
54
+ "@vonage/vwc-drawer": "2.46.1",
55
+ "@vonage/vwc-empty-state": "2.46.1",
56
+ "@vonage/vwc-popup": "2.46.1",
57
+ "@vonage/vwc-select": "2.46.1",
58
+ "@vonage/vwc-text": "2.46.1",
59
+ "@vonage/vwc-side-drawer": "2.46.1",
60
+ "@vonage/vwc-tooltip": "2.46.1",
61
+ "@vonage/vwc-tags": "2.46.1",
62
+ "@vonage/vwc-breadcrumb-item": "2.46.1",
63
+ "@vonage/vwc-button": "2.46.1",
64
+ "@vonage/vwc-banner": "2.46.1",
65
+ "@vonage/vwc-expansion-panel": "2.46.1",
66
+ "@vonage/vwc-media-controller": "2.46.1",
67
+ "@vonage/vwc-carousel": "2.46.1",
68
+ "@vonage/vwc-tab-bar": "2.46.1",
69
+ "@vonage/vwc-data-grid": "2.46.1",
70
+ "@vonage/vwc-textfield": "2.46.1",
71
+ "@vonage/vwc-calendar": "2.46.1",
72
+ "@vonage/vwc-list": "2.46.1",
73
+ "@vonage/vvd-core": "2.46.1",
74
+ "@vonage/vvd-context": "2.46.1"
75
75
  },
76
76
  "com_vonage": {
77
77
  "components": [
@@ -91,14 +91,14 @@
91
91
  "component_name": "vwc-top-app-bar-fixed",
92
92
  "export_name": "VWCTopAppBarFixed"
93
93
  },
94
- {
95
- "component_name": "vwc-audio",
96
- "export_name": "VWCAudio"
97
- },
98
94
  {
99
95
  "component_name": "vwc-button-toggle-group",
100
96
  "export_name": "VWCButtonToggleGroup"
101
97
  },
98
+ {
99
+ "component_name": "vwc-audio",
100
+ "export_name": "VWCAudio"
101
+ },
102
102
  {
103
103
  "component_name": "vwc-card",
104
104
  "export_name": "VWCCard"
@@ -111,14 +111,14 @@
111
111
  "component_name": "vwc-checkbox",
112
112
  "export_name": "VWCCheckbox"
113
113
  },
114
- {
115
- "component_name": "vwc-dialog",
116
- "export_name": "VWCDialog"
117
- },
118
114
  {
119
115
  "component_name": "vwc-elevation",
120
116
  "export_name": "VWCElevation"
121
117
  },
118
+ {
119
+ "component_name": "vwc-dialog",
120
+ "export_name": "VWCDialog"
121
+ },
122
122
  {
123
123
  "component_name": "vwc-datepicker",
124
124
  "export_name": "VWCDatepicker"
@@ -139,6 +139,10 @@
139
139
  "component_name": "vwc-formfield",
140
140
  "export_name": "VWCFormfield"
141
141
  },
142
+ {
143
+ "component_name": "vwc-layout",
144
+ "export_name": "VWCLayout"
145
+ },
142
146
  {
143
147
  "component_name": "vwc-helper-message",
144
148
  "export_name": "VWCHelperMessage"
@@ -151,10 +155,6 @@
151
155
  "component_name": "vwc-keypad",
152
156
  "export_name": "VWCKeypad"
153
157
  },
154
- {
155
- "component_name": "vwc-layout",
156
- "export_name": "VWCLayout"
157
- },
158
158
  {
159
159
  "component_name": "vwc-icon",
160
160
  "export_name": "VWCIcon"
@@ -163,10 +163,6 @@
163
163
  "component_name": "vwc-linear-progress",
164
164
  "export_name": "VWCLinearProgress"
165
165
  },
166
- {
167
- "component_name": "vwc-menu",
168
- "export_name": "VWCMenu"
169
- },
170
166
  {
171
167
  "component_name": "vwc-note",
172
168
  "export_name": "VWCNote"
@@ -175,13 +171,17 @@
175
171
  "component_name": "vwc-pagination",
176
172
  "export_name": "VWCPagination"
177
173
  },
174
+ {
175
+ "component_name": "vwc-menu",
176
+ "export_name": "VWCMenu"
177
+ },
178
178
  {
179
179
  "component_name": "vwc-radio",
180
180
  "export_name": "VWCRadio"
181
181
  },
182
182
  {
183
- "component_name": "vwc-slider",
184
- "export_name": "VWCSlider"
183
+ "component_name": "vwc-snackbar",
184
+ "export_name": "VWCSnackbar"
185
185
  },
186
186
  {
187
187
  "component_name": "vwc-surface",
@@ -192,8 +192,8 @@
192
192
  "export_name": "VWCSwitch"
193
193
  },
194
194
  {
195
- "component_name": "vwc-snackbar",
196
- "export_name": "VWCSnackbar"
195
+ "component_name": "vwc-slider",
196
+ "export_name": "VWCSlider"
197
197
  },
198
198
  {
199
199
  "component_name": "vwc-textarea",
@@ -207,10 +207,6 @@
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-badge",
216
212
  "export_name": "VWCBadge"
@@ -220,13 +216,17 @@
220
216
  "export_name": "VWCAccordion"
221
217
  },
222
218
  {
223
- "component_name": "vwc-empty-state",
224
- "export_name": "VWCEmptyState"
219
+ "component_name": "vwc-action-group",
220
+ "export_name": "VWCActionGroup"
225
221
  },
226
222
  {
227
223
  "component_name": "vwc-drawer",
228
224
  "export_name": "VWCDrawer"
229
225
  },
226
+ {
227
+ "component_name": "vwc-empty-state",
228
+ "export_name": "VWCEmptyState"
229
+ },
230
230
  {
231
231
  "component_name": "vwc-popup",
232
232
  "export_name": "VWCPopup"
@@ -235,26 +235,34 @@
235
235
  "component_name": "vwc-select",
236
236
  "export_name": "VWCSelect"
237
237
  },
238
+ {
239
+ "component_name": "vwc-text",
240
+ "export_name": "VWCText"
241
+ },
238
242
  {
239
243
  "component_name": "vwc-side-drawer",
240
244
  "export_name": "VWCSideDrawer"
241
245
  },
242
246
  {
243
- "component_name": "vwc-text",
244
- "export_name": "VWCText"
247
+ "component_name": "vwc-tooltip",
248
+ "export_name": "VWCTooltip"
245
249
  },
246
250
  {
247
251
  "component_name": "vwc-tag",
248
252
  "export_name": "VWCTag"
249
253
  },
250
254
  {
251
- "component_name": "vwc-tooltip",
252
- "export_name": "VWCTooltip"
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"