@vonage/vivid 2.43.2 → 2.45.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 +6 -6
  2. package/package.json +81 -81
package/index.js CHANGED
@@ -7,21 +7,21 @@ export { VWCButtonToggleGroup as VWCButtonToggleGroup } from "@vonage/vwc-button
7
7
  export { VWCCard as VWCCard } from "@vonage/vwc-card";
8
8
  export { VWCCheckbox as VWCCheckbox } from "@vonage/vwc-checkbox";
9
9
  export { VWCCircularProgress as VWCCircularProgress } from "@vonage/vwc-circular-progress";
10
- export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
11
10
  export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
11
+ export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
12
12
  export { VWCDropdown as VWCDropdown } from "@vonage/vwc-dropdown";
13
13
  export { VWCElevation as VWCElevation } from "@vonage/vwc-elevation";
14
14
  export { VWCFab as VWCFab } from "@vonage/vwc-fab";
15
- export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
16
- export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
17
15
  export { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
16
+ export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
18
17
  export { VWCIconButton as VWCIconButton } from "@vonage/vwc-icon-button";
19
18
  export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
19
+ export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
20
20
  export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
21
- export { Layout as VWCLayout } from "@vonage/vwc-layout";
22
21
  export { VWCLinearProgress as VWCLinearProgress } from "@vonage/vwc-linear-progress";
23
22
  export { VWCMenu as VWCMenu } from "@vonage/vwc-menu";
24
23
  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";
@@ -31,16 +31,16 @@ 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";
36
35
  export { VWCBadge as VWCBadge } from "@vonage/vwc-badge";
36
+ export { VWCAccordion as VWCAccordion } from "@vonage/vwc-accordion";
37
37
  export { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
38
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
41
  export { VWCSideDrawer as VWCSideDrawer } from "@vonage/vwc-side-drawer";
42
- export { VWCTag as VWCTag } from "@vonage/vwc-tags/vwc-tag";
43
42
  export { VWCText as VWCText } from "@vonage/vwc-text";
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
46
  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.43.2",
3
+ "version": "2.45.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.43.2",
18
- "@vonage/vwc-icon-button-toggle": "2.43.2",
19
- "@vonage/vwc-notched-outline": "2.43.2",
20
- "@vonage/vwc-scheme-select": "2.43.2",
21
- "@vonage/vwc-top-app-bar-fixed": "2.43.2",
22
- "@vonage/vwc-audio": "2.43.2",
23
- "@vonage/vwc-button-toggle-group": "2.43.2",
24
- "@vonage/vwc-card": "2.43.2",
25
- "@vonage/vwc-checkbox": "2.43.2",
26
- "@vonage/vwc-circular-progress": "2.43.2",
27
- "@vonage/vwc-datepicker": "2.43.2",
28
- "@vonage/vwc-dialog": "2.43.2",
29
- "@vonage/vwc-dropdown": "2.43.2",
30
- "@vonage/vwc-elevation": "2.43.2",
31
- "@vonage/vwc-fab": "2.43.2",
32
- "@vonage/vwc-file-picker": "2.43.2",
33
- "@vonage/vwc-formfield": "2.43.2",
34
- "@vonage/vwc-helper-message": "2.43.2",
35
- "@vonage/vwc-icon-button": "2.43.2",
36
- "@vonage/vwc-icon": "2.43.2",
37
- "@vonage/vwc-keypad": "2.43.2",
38
- "@vonage/vwc-layout": "2.43.2",
39
- "@vonage/vwc-linear-progress": "2.43.2",
40
- "@vonage/vwc-menu": "2.43.2",
41
- "@vonage/vwc-note": "2.43.2",
42
- "@vonage/vwc-pagination": "2.43.2",
43
- "@vonage/vwc-radio": "2.43.2",
44
- "@vonage/vwc-slider": "2.43.2",
45
- "@vonage/vwc-snackbar": "2.43.2",
46
- "@vonage/vwc-surface": "2.43.2",
47
- "@vonage/vwc-switch": "2.43.2",
48
- "@vonage/vwc-textarea": "2.43.2",
49
- "@vonage/vwc-theme-switch": "2.43.2",
50
- "@vonage/vwc-top-app-bar": "2.43.2",
51
- "@vonage/vwc-accordion": "2.43.2",
52
- "@vonage/vwc-action-group": "2.43.2",
53
- "@vonage/vwc-badge": "2.43.2",
54
- "@vonage/vwc-drawer": "2.43.2",
55
- "@vonage/vwc-empty-state": "2.43.2",
56
- "@vonage/vwc-popup": "2.43.2",
57
- "@vonage/vwc-select": "2.43.2",
58
- "@vonage/vwc-side-drawer": "2.43.2",
59
- "@vonage/vwc-tags": "2.43.2",
60
- "@vonage/vwc-text": "2.43.2",
61
- "@vonage/vwc-tooltip": "2.43.2",
62
- "@vonage/vwc-banner": "2.43.2",
63
- "@vonage/vwc-breadcrumb-item": "2.43.2",
64
- "@vonage/vwc-button": "2.43.2",
65
- "@vonage/vwc-expansion-panel": "2.43.2",
66
- "@vonage/vwc-media-controller": "2.43.2",
67
- "@vonage/vwc-carousel": "2.43.2",
68
- "@vonage/vwc-tab-bar": "2.43.2",
69
- "@vonage/vwc-data-grid": "2.43.2",
70
- "@vonage/vwc-textfield": "2.43.2",
71
- "@vonage/vwc-calendar": "2.43.2",
72
- "@vonage/vwc-list": "2.43.2",
73
- "@vonage/vvd-core": "2.43.2",
74
- "@vonage/vvd-context": "2.43.2"
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"
75
75
  },
76
76
  "com_vonage": {
77
77
  "components": [
@@ -111,14 +111,14 @@
111
111
  "component_name": "vwc-circular-progress",
112
112
  "export_name": "VWCCircularProgress"
113
113
  },
114
- {
115
- "component_name": "vwc-datepicker",
116
- "export_name": "VWCDatepicker"
117
- },
118
114
  {
119
115
  "component_name": "vwc-dialog",
120
116
  "export_name": "VWCDialog"
121
117
  },
118
+ {
119
+ "component_name": "vwc-datepicker",
120
+ "export_name": "VWCDatepicker"
121
+ },
122
122
  {
123
123
  "component_name": "vwc-dropdown",
124
124
  "export_name": "VWCDropdown"
@@ -132,17 +132,13 @@
132
132
  "export_name": "VWCFab"
133
133
  },
134
134
  {
135
- "component_name": "vwc-file-picker",
136
- "export_name": "VWCFilePicker"
135
+ "component_name": "vwc-helper-message",
136
+ "export_name": "VWCHelperMessage"
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
- },
146
142
  {
147
143
  "component_name": "vwc-icon-button",
148
144
  "export_name": "VWCIconButton"
@@ -152,12 +148,12 @@
152
148
  "export_name": "VWCIcon"
153
149
  },
154
150
  {
155
- "component_name": "vwc-keypad",
156
- "export_name": "VWCKeypad"
151
+ "component_name": "vwc-file-picker",
152
+ "export_name": "VWCFilePicker"
157
153
  },
158
154
  {
159
- "component_name": "vwc-layout",
160
- "export_name": "VWCLayout"
155
+ "component_name": "vwc-keypad",
156
+ "export_name": "VWCKeypad"
161
157
  },
162
158
  {
163
159
  "component_name": "vwc-linear-progress",
@@ -171,6 +167,10 @@
171
167
  "component_name": "vwc-note",
172
168
  "export_name": "VWCNote"
173
169
  },
170
+ {
171
+ "component_name": "vwc-layout",
172
+ "export_name": "VWCLayout"
173
+ },
174
174
  {
175
175
  "component_name": "vwc-pagination",
176
176
  "export_name": "VWCPagination"
@@ -207,10 +207,6 @@
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"
@@ -219,6 +215,10 @@
219
215
  "component_name": "vwc-badge",
220
216
  "export_name": "VWCBadge"
221
217
  },
218
+ {
219
+ "component_name": "vwc-accordion",
220
+ "export_name": "VWCAccordion"
221
+ },
222
222
  {
223
223
  "component_name": "vwc-drawer",
224
224
  "export_name": "VWCDrawer"
@@ -239,14 +239,14 @@
239
239
  "component_name": "vwc-side-drawer",
240
240
  "export_name": "VWCSideDrawer"
241
241
  },
242
- {
243
- "component_name": "vwc-tag",
244
- "export_name": "VWCTag"
245
- },
246
242
  {
247
243
  "component_name": "vwc-text",
248
244
  "export_name": "VWCText"
249
245
  },
246
+ {
247
+ "component_name": "vwc-tag",
248
+ "export_name": "VWCTag"
249
+ },
250
250
  {
251
251
  "component_name": "vwc-tooltip",
252
252
  "export_name": "VWCTooltip"