@vonage/vivid 2.45.0 → 2.46.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.
Files changed (2) hide show
  1. package/index.js +11 -11
  2. package/package.json +99 -99
package/index.js CHANGED
@@ -5,37 +5,37 @@ export { VWCTopAppBarFixed as VWCTopAppBarFixed } from "@vonage/vwc-top-app-bar-
5
5
  export { VWCAudio as VWCAudio } from "@vonage/vwc-audio";
6
6
  export { VWCButtonToggleGroup as VWCButtonToggleGroup } from "@vonage/vwc-button-toggle-group";
7
7
  export { VWCCard as VWCCard } from "@vonage/vwc-card";
8
- export { VWCCheckbox as VWCCheckbox } from "@vonage/vwc-checkbox";
9
8
  export { VWCCircularProgress as VWCCircularProgress } from "@vonage/vwc-circular-progress";
9
+ export { VWCCheckbox as VWCCheckbox } from "@vonage/vwc-checkbox";
10
10
  export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
11
+ export { VWCElevation as VWCElevation } from "@vonage/vwc-elevation";
11
12
  export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
12
13
  export { VWCDropdown as VWCDropdown } from "@vonage/vwc-dropdown";
13
- export { VWCElevation as VWCElevation } from "@vonage/vwc-elevation";
14
14
  export { VWCFab as VWCFab } from "@vonage/vwc-fab";
15
- export { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
15
+ export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
16
16
  export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
17
+ export { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
17
18
  export { VWCIconButton as VWCIconButton } from "@vonage/vwc-icon-button";
18
- export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
19
- export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
20
19
  export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
20
+ export { Layout as VWCLayout } from "@vonage/vwc-layout";
21
+ export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
21
22
  export { VWCLinearProgress as VWCLinearProgress } from "@vonage/vwc-linear-progress";
22
23
  export { VWCMenu as VWCMenu } from "@vonage/vwc-menu";
23
24
  export { VWCNote as VWCNote } from "@vonage/vwc-note";
24
- export { Layout as VWCLayout } from "@vonage/vwc-layout";
25
25
  export { VWCPagination as VWCPagination } from "@vonage/vwc-pagination";
26
26
  export { VWCRadio as VWCRadio } from "@vonage/vwc-radio";
27
27
  export { VWCSlider as VWCSlider } from "@vonage/vwc-slider";
28
- export { VWCSnackbar as VWCSnackbar } from "@vonage/vwc-snackbar";
29
28
  export { VWCSurface as VWCSurface } from "@vonage/vwc-surface";
30
29
  export { VWCSwitch as VWCSwitch } from "@vonage/vwc-switch";
30
+ export { VWCSnackbar as VWCSnackbar } from "@vonage/vwc-snackbar";
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
34
  export { VWCActionGroup as VWCActionGroup } from "@vonage/vwc-action-group";
35
35
  export { VWCBadge as VWCBadge } from "@vonage/vwc-badge";
36
36
  export { VWCAccordion as VWCAccordion } from "@vonage/vwc-accordion";
37
- export { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
38
37
  export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
38
+ export { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
39
39
  export { VWCPopup as VWCPopup } from "@vonage/vwc-popup";
40
40
  export { VWCSelect as VWCSelect } from "@vonage/vwc-select";
41
41
  export { VWCSideDrawer as VWCSideDrawer } from "@vonage/vwc-side-drawer";
@@ -43,16 +43,16 @@ export { VWCText as VWCText } from "@vonage/vwc-text";
43
43
  export { VWCTag as VWCTag } from "@vonage/vwc-tags/vwc-tag";
44
44
  export { VwcTooltip as VWCTooltip } from "@vonage/vwc-tooltip";
45
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";
48
46
  export { VwcMediaController as VWCMediaController } from "@vonage/vwc-media-controller";
49
47
  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 { GRID_COMPONENT as VWCDataGrid } from "@vonage/vwc-data-grid";
55
54
  export { VWCTextField as VWCTextfield } from "@vonage/vwc-textfield";
55
+ export { GRID_COMPONENT as VWCDataGrid } from "@vonage/vwc-data-grid";
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.45.0",
3
+ "version": "2.46.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.45.0",
18
- "@vonage/vwc-icon-button-toggle": "2.45.0",
19
- "@vonage/vwc-notched-outline": "2.45.0",
20
- "@vonage/vwc-scheme-select": "2.45.0",
21
- "@vonage/vwc-top-app-bar-fixed": "2.45.0",
22
- "@vonage/vwc-audio": "2.45.0",
23
- "@vonage/vwc-button-toggle-group": "2.45.0",
24
- "@vonage/vwc-card": "2.45.0",
25
- "@vonage/vwc-checkbox": "2.45.0",
26
- "@vonage/vwc-circular-progress": "2.45.0",
27
- "@vonage/vwc-dialog": "2.45.0",
28
- "@vonage/vwc-datepicker": "2.45.0",
29
- "@vonage/vwc-dropdown": "2.45.0",
30
- "@vonage/vwc-elevation": "2.45.0",
31
- "@vonage/vwc-fab": "2.45.0",
32
- "@vonage/vwc-helper-message": "2.45.0",
33
- "@vonage/vwc-formfield": "2.45.0",
34
- "@vonage/vwc-icon-button": "2.45.0",
35
- "@vonage/vwc-icon": "2.45.0",
36
- "@vonage/vwc-file-picker": "2.45.0",
37
- "@vonage/vwc-keypad": "2.45.0",
38
- "@vonage/vwc-linear-progress": "2.45.0",
39
- "@vonage/vwc-menu": "2.45.0",
40
- "@vonage/vwc-note": "2.45.0",
41
- "@vonage/vwc-layout": "2.45.0",
42
- "@vonage/vwc-pagination": "2.45.0",
43
- "@vonage/vwc-radio": "2.45.0",
44
- "@vonage/vwc-slider": "2.45.0",
45
- "@vonage/vwc-snackbar": "2.45.0",
46
- "@vonage/vwc-surface": "2.45.0",
47
- "@vonage/vwc-switch": "2.45.0",
48
- "@vonage/vwc-textarea": "2.45.0",
49
- "@vonage/vwc-theme-switch": "2.45.0",
50
- "@vonage/vwc-top-app-bar": "2.45.0",
51
- "@vonage/vwc-action-group": "2.45.0",
52
- "@vonage/vwc-badge": "2.45.0",
53
- "@vonage/vwc-accordion": "2.45.0",
54
- "@vonage/vwc-drawer": "2.45.0",
55
- "@vonage/vwc-empty-state": "2.45.0",
56
- "@vonage/vwc-popup": "2.45.0",
57
- "@vonage/vwc-select": "2.45.0",
58
- "@vonage/vwc-side-drawer": "2.45.0",
59
- "@vonage/vwc-text": "2.45.0",
60
- "@vonage/vwc-tags": "2.45.0",
61
- "@vonage/vwc-tooltip": "2.45.0",
62
- "@vonage/vwc-breadcrumb-item": "2.45.0",
63
- "@vonage/vwc-banner": "2.45.0",
64
- "@vonage/vwc-button": "2.45.0",
65
- "@vonage/vwc-expansion-panel": "2.45.0",
66
- "@vonage/vwc-media-controller": "2.45.0",
67
- "@vonage/vwc-carousel": "2.45.0",
68
- "@vonage/vwc-tab-bar": "2.45.0",
69
- "@vonage/vwc-data-grid": "2.45.0",
70
- "@vonage/vwc-textfield": "2.45.0",
71
- "@vonage/vwc-calendar": "2.45.0",
72
- "@vonage/vwc-list": "2.45.0",
73
- "@vonage/vvd-core": "2.45.0",
74
- "@vonage/vvd-context": "2.45.0"
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"
75
75
  },
76
76
  "com_vonage": {
77
77
  "components": [
@@ -103,18 +103,22 @@
103
103
  "component_name": "vwc-card",
104
104
  "export_name": "VWCCard"
105
105
  },
106
- {
107
- "component_name": "vwc-checkbox",
108
- "export_name": "VWCCheckbox"
109
- },
110
106
  {
111
107
  "component_name": "vwc-circular-progress",
112
108
  "export_name": "VWCCircularProgress"
113
109
  },
110
+ {
111
+ "component_name": "vwc-checkbox",
112
+ "export_name": "VWCCheckbox"
113
+ },
114
114
  {
115
115
  "component_name": "vwc-dialog",
116
116
  "export_name": "VWCDialog"
117
117
  },
118
+ {
119
+ "component_name": "vwc-elevation",
120
+ "export_name": "VWCElevation"
121
+ },
118
122
  {
119
123
  "component_name": "vwc-datepicker",
120
124
  "export_name": "VWCDatepicker"
@@ -123,37 +127,37 @@
123
127
  "component_name": "vwc-dropdown",
124
128
  "export_name": "VWCDropdown"
125
129
  },
126
- {
127
- "component_name": "vwc-elevation",
128
- "export_name": "VWCElevation"
129
- },
130
130
  {
131
131
  "component_name": "vwc-fab",
132
132
  "export_name": "VWCFab"
133
133
  },
134
134
  {
135
- "component_name": "vwc-helper-message",
136
- "export_name": "VWCHelperMessage"
135
+ "component_name": "vwc-file-picker",
136
+ "export_name": "VWCFilePicker"
137
137
  },
138
138
  {
139
139
  "component_name": "vwc-formfield",
140
140
  "export_name": "VWCFormfield"
141
141
  },
142
+ {
143
+ "component_name": "vwc-helper-message",
144
+ "export_name": "VWCHelperMessage"
145
+ },
142
146
  {
143
147
  "component_name": "vwc-icon-button",
144
148
  "export_name": "VWCIconButton"
145
149
  },
146
150
  {
147
- "component_name": "vwc-icon",
148
- "export_name": "VWCIcon"
151
+ "component_name": "vwc-keypad",
152
+ "export_name": "VWCKeypad"
149
153
  },
150
154
  {
151
- "component_name": "vwc-file-picker",
152
- "export_name": "VWCFilePicker"
155
+ "component_name": "vwc-layout",
156
+ "export_name": "VWCLayout"
153
157
  },
154
158
  {
155
- "component_name": "vwc-keypad",
156
- "export_name": "VWCKeypad"
159
+ "component_name": "vwc-icon",
160
+ "export_name": "VWCIcon"
157
161
  },
158
162
  {
159
163
  "component_name": "vwc-linear-progress",
@@ -167,10 +171,6 @@
167
171
  "component_name": "vwc-note",
168
172
  "export_name": "VWCNote"
169
173
  },
170
- {
171
- "component_name": "vwc-layout",
172
- "export_name": "VWCLayout"
173
- },
174
174
  {
175
175
  "component_name": "vwc-pagination",
176
176
  "export_name": "VWCPagination"
@@ -183,10 +183,6 @@
183
183
  "component_name": "vwc-slider",
184
184
  "export_name": "VWCSlider"
185
185
  },
186
- {
187
- "component_name": "vwc-snackbar",
188
- "export_name": "VWCSnackbar"
189
- },
190
186
  {
191
187
  "component_name": "vwc-surface",
192
188
  "export_name": "VWCSurface"
@@ -195,6 +191,10 @@
195
191
  "component_name": "vwc-switch",
196
192
  "export_name": "VWCSwitch"
197
193
  },
194
+ {
195
+ "component_name": "vwc-snackbar",
196
+ "export_name": "VWCSnackbar"
197
+ },
198
198
  {
199
199
  "component_name": "vwc-textarea",
200
200
  "export_name": "VWCTextarea"
@@ -219,14 +219,14 @@
219
219
  "component_name": "vwc-accordion",
220
220
  "export_name": "VWCAccordion"
221
221
  },
222
- {
223
- "component_name": "vwc-drawer",
224
- "export_name": "VWCDrawer"
225
- },
226
222
  {
227
223
  "component_name": "vwc-empty-state",
228
224
  "export_name": "VWCEmptyState"
229
225
  },
226
+ {
227
+ "component_name": "vwc-drawer",
228
+ "export_name": "VWCDrawer"
229
+ },
230
230
  {
231
231
  "component_name": "vwc-popup",
232
232
  "export_name": "VWCPopup"
@@ -255,14 +255,6 @@
255
255
  "component_name": "vwc-banner",
256
256
  "export_name": "VWCBanner"
257
257
  },
258
- {
259
- "component_name": "vwc-button",
260
- "export_name": "VWCButton"
261
- },
262
- {
263
- "component_name": "vwc-expansion-panel",
264
- "export_name": "VWCExpansionPanel"
265
- },
266
258
  {
267
259
  "component_name": "vwc-media-controller",
268
260
  "export_name": "VWCMediaController"
@@ -271,6 +263,14 @@
271
263
  "component_name": "vwc-scrub-bar",
272
264
  "export_name": "VWCScrubBar"
273
265
  },
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-data-grid",
292
- "export_name": "VWCDataGrid"
293
- },
294
290
  {
295
291
  "component_name": "vwc-textfield",
296
292
  "export_name": "VWCTextfield"
297
293
  },
294
+ {
295
+ "component_name": "vwc-data-grid",
296
+ "export_name": "VWCDataGrid"
297
+ },
298
298
  {
299
299
  "component_name": "vwc-calendar-event",
300
300
  "export_name": "VWCCalendarEvent"