@vonage/vivid 2.27.0 → 2.27.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 +2 -2
  2. package/package.json +64 -64
package/index.js CHANGED
@@ -16,10 +16,10 @@ export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
16
16
  export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
17
17
  export { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
18
18
  export { VWCIconButton as VWCIconButton } from "@vonage/vwc-icon-button";
19
- export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
20
19
  export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
21
20
  export { Layout as VWCLayout } from "@vonage/vwc-layout";
22
21
  export { VWCLinearProgress as VWCLinearProgress } from "@vonage/vwc-linear-progress";
22
+ export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
23
23
  export { VWCMenu as VWCMenu } from "@vonage/vwc-menu";
24
24
  export { VWCNote as VWCNote } from "@vonage/vwc-note";
25
25
  export { VWCPagination as VWCPagination } from "@vonage/vwc-pagination";
@@ -36,8 +36,8 @@ export { VWCBadge as VWCBadge } from "@vonage/vwc-badge";
36
36
  export { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
37
37
  export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
38
38
  export { VWCPopup as VWCPopup } from "@vonage/vwc-popup";
39
- export { VWCSelect as VWCSelect } from "@vonage/vwc-select";
40
39
  export { VWCSideDrawer as VWCSideDrawer } from "@vonage/vwc-side-drawer";
40
+ export { VWCSelect as VWCSelect } from "@vonage/vwc-select";
41
41
  export { VWCTag as VWCTag } from "@vonage/vwc-tags/vwc-tag";
42
42
  export { VWCText as VWCText } from "@vonage/vwc-text";
43
43
  export { VwcTooltip as VWCTooltip } from "@vonage/vwc-tooltip";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid",
3
- "version": "2.27.0",
3
+ "version": "2.27.1",
4
4
  "description": "A bundled version of all Vivid components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -14,61 +14,61 @@
14
14
  ],
15
15
  "license": "ISC",
16
16
  "dependencies": {
17
- "@vonage/vwc-icon-button-toggle": "2.27.0",
18
- "@vonage/vwc-notched-outline": "2.27.0",
19
- "@vonage/vwc-scheme-select": "2.27.0",
20
- "@vonage/vwc-top-app-bar-fixed": "2.27.0",
21
- "@vonage/vwc-audio": "2.27.0",
22
- "@vonage/vwc-button-toggle-group": "2.27.0",
23
- "@vonage/vwc-card": "2.27.0",
24
- "@vonage/vwc-checkbox": "2.27.0",
25
- "@vonage/vwc-circular-progress": "2.27.0",
26
- "@vonage/vwc-datepicker": "2.27.0",
27
- "@vonage/vwc-dialog": "2.27.0",
28
- "@vonage/vwc-dropdown": "2.27.0",
29
- "@vonage/vwc-elevation": "2.27.0",
30
- "@vonage/vwc-fab": "2.27.0",
31
- "@vonage/vwc-file-picker": "2.27.0",
32
- "@vonage/vwc-formfield": "2.27.0",
33
- "@vonage/vwc-helper-message": "2.27.0",
34
- "@vonage/vwc-icon-button": "2.27.0",
35
- "@vonage/vwc-icon": "2.27.0",
36
- "@vonage/vwc-keypad": "2.27.0",
37
- "@vonage/vwc-layout": "2.27.0",
38
- "@vonage/vwc-linear-progress": "2.27.0",
39
- "@vonage/vwc-menu": "2.27.0",
40
- "@vonage/vwc-note": "2.27.0",
41
- "@vonage/vwc-pagination": "2.27.0",
42
- "@vonage/vwc-radio": "2.27.0",
43
- "@vonage/vwc-slider": "2.27.0",
44
- "@vonage/vwc-snackbar": "2.27.0",
45
- "@vonage/vwc-surface": "2.27.0",
46
- "@vonage/vwc-switch": "2.27.0",
47
- "@vonage/vwc-textarea": "2.27.0",
48
- "@vonage/vwc-theme-switch": "2.27.0",
49
- "@vonage/vwc-top-app-bar": "2.27.0",
50
- "@vonage/vwc-accordion": "2.27.0",
51
- "@vonage/vwc-badge": "2.27.0",
52
- "@vonage/vwc-drawer": "2.27.0",
53
- "@vonage/vwc-empty-state": "2.27.0",
54
- "@vonage/vwc-popup": "2.27.0",
55
- "@vonage/vwc-select": "2.27.0",
56
- "@vonage/vwc-side-drawer": "2.27.0",
57
- "@vonage/vwc-tags": "2.27.0",
58
- "@vonage/vwc-text": "2.27.0",
59
- "@vonage/vwc-tooltip": "2.27.0",
60
- "@vonage/vwc-banner": "2.27.0",
61
- "@vonage/vwc-button": "2.27.0",
62
- "@vonage/vwc-expansion-panel": "2.27.0",
63
- "@vonage/vwc-media-controller": "2.27.0",
64
- "@vonage/vwc-carousel": "2.27.0",
65
- "@vonage/vwc-tab-bar": "2.27.0",
66
- "@vonage/vwc-data-grid": "2.27.0",
67
- "@vonage/vwc-textfield": "2.27.0",
68
- "@vonage/vwc-calendar": "2.27.0",
69
- "@vonage/vwc-list": "2.27.0",
70
- "@vonage/vvd-core": "2.27.0",
71
- "@vonage/vvd-context": "2.27.0"
17
+ "@vonage/vwc-icon-button-toggle": "2.27.1",
18
+ "@vonage/vwc-notched-outline": "2.27.1",
19
+ "@vonage/vwc-scheme-select": "2.27.1",
20
+ "@vonage/vwc-top-app-bar-fixed": "2.27.1",
21
+ "@vonage/vwc-audio": "2.27.1",
22
+ "@vonage/vwc-button-toggle-group": "2.27.1",
23
+ "@vonage/vwc-card": "2.27.1",
24
+ "@vonage/vwc-checkbox": "2.27.1",
25
+ "@vonage/vwc-circular-progress": "2.27.1",
26
+ "@vonage/vwc-datepicker": "2.27.1",
27
+ "@vonage/vwc-dialog": "2.27.1",
28
+ "@vonage/vwc-dropdown": "2.27.1",
29
+ "@vonage/vwc-elevation": "2.27.1",
30
+ "@vonage/vwc-fab": "2.27.1",
31
+ "@vonage/vwc-file-picker": "2.27.1",
32
+ "@vonage/vwc-formfield": "2.27.1",
33
+ "@vonage/vwc-helper-message": "2.27.1",
34
+ "@vonage/vwc-icon-button": "2.27.1",
35
+ "@vonage/vwc-keypad": "2.27.1",
36
+ "@vonage/vwc-layout": "2.27.1",
37
+ "@vonage/vwc-linear-progress": "2.27.1",
38
+ "@vonage/vwc-icon": "2.27.1",
39
+ "@vonage/vwc-menu": "2.27.1",
40
+ "@vonage/vwc-note": "2.27.1",
41
+ "@vonage/vwc-pagination": "2.27.1",
42
+ "@vonage/vwc-radio": "2.27.1",
43
+ "@vonage/vwc-slider": "2.27.1",
44
+ "@vonage/vwc-snackbar": "2.27.1",
45
+ "@vonage/vwc-surface": "2.27.1",
46
+ "@vonage/vwc-switch": "2.27.1",
47
+ "@vonage/vwc-textarea": "2.27.1",
48
+ "@vonage/vwc-theme-switch": "2.27.1",
49
+ "@vonage/vwc-top-app-bar": "2.27.1",
50
+ "@vonage/vwc-accordion": "2.27.1",
51
+ "@vonage/vwc-badge": "2.27.1",
52
+ "@vonage/vwc-drawer": "2.27.1",
53
+ "@vonage/vwc-empty-state": "2.27.1",
54
+ "@vonage/vwc-popup": "2.27.1",
55
+ "@vonage/vwc-side-drawer": "2.27.1",
56
+ "@vonage/vwc-select": "2.27.1",
57
+ "@vonage/vwc-tags": "2.27.1",
58
+ "@vonage/vwc-text": "2.27.1",
59
+ "@vonage/vwc-tooltip": "2.27.1",
60
+ "@vonage/vwc-banner": "2.27.1",
61
+ "@vonage/vwc-button": "2.27.1",
62
+ "@vonage/vwc-expansion-panel": "2.27.1",
63
+ "@vonage/vwc-media-controller": "2.27.1",
64
+ "@vonage/vwc-carousel": "2.27.1",
65
+ "@vonage/vwc-tab-bar": "2.27.1",
66
+ "@vonage/vwc-data-grid": "2.27.1",
67
+ "@vonage/vwc-textfield": "2.27.1",
68
+ "@vonage/vwc-calendar": "2.27.1",
69
+ "@vonage/vwc-list": "2.27.1",
70
+ "@vonage/vvd-core": "2.27.1",
71
+ "@vonage/vvd-context": "2.27.1"
72
72
  },
73
73
  "com_vonage": {
74
74
  "components": [
@@ -144,10 +144,6 @@
144
144
  "component_name": "vwc-icon-button",
145
145
  "export_name": "VWCIconButton"
146
146
  },
147
- {
148
- "component_name": "vwc-icon",
149
- "export_name": "VWCIcon"
150
- },
151
147
  {
152
148
  "component_name": "vwc-keypad",
153
149
  "export_name": "VWCKeypad"
@@ -160,6 +156,10 @@
160
156
  "component_name": "vwc-linear-progress",
161
157
  "export_name": "VWCLinearProgress"
162
158
  },
159
+ {
160
+ "component_name": "vwc-icon",
161
+ "export_name": "VWCIcon"
162
+ },
163
163
  {
164
164
  "component_name": "vwc-menu",
165
165
  "export_name": "VWCMenu"
@@ -224,14 +224,14 @@
224
224
  "component_name": "vwc-popup",
225
225
  "export_name": "VWCPopup"
226
226
  },
227
- {
228
- "component_name": "vwc-select",
229
- "export_name": "VWCSelect"
230
- },
231
227
  {
232
228
  "component_name": "vwc-side-drawer",
233
229
  "export_name": "VWCSideDrawer"
234
230
  },
231
+ {
232
+ "component_name": "vwc-select",
233
+ "export_name": "VWCSelect"
234
+ },
235
235
  {
236
236
  "component_name": "vwc-tag",
237
237
  "export_name": "VWCTag"