@vonage/vivid 2.30.3 → 2.33.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 +1 -0
  2. package/package.json +63 -58
package/index.js CHANGED
@@ -32,6 +32,7 @@ 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 { VWCAccordion as VWCAccordion } from "@vonage/vwc-accordion";
35
+ export { VWCActionGroup as VWCActionGroup } from "@vonage/vwc-action-group";
35
36
  export { VWCBadge as VWCBadge } from "@vonage/vwc-badge";
36
37
  export { VWCDrawer as VWCDrawer } from "@vonage/vwc-drawer";
37
38
  export { VWCEmptyState as VWCEmptyState } from "@vonage/vwc-empty-state";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid",
3
- "version": "2.30.3",
3
+ "version": "2.33.0",
4
4
  "description": "A bundled version of all Vivid components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -14,63 +14,64 @@
14
14
  ],
15
15
  "license": "ISC",
16
16
  "dependencies": {
17
- "@vonage/vwc-breadcrumb": "2.30.3",
18
- "@vonage/vwc-icon-button-toggle": "2.30.3",
19
- "@vonage/vwc-notched-outline": "2.30.3",
20
- "@vonage/vwc-scheme-select": "2.30.3",
21
- "@vonage/vwc-top-app-bar-fixed": "2.30.3",
22
- "@vonage/vwc-audio": "2.30.3",
23
- "@vonage/vwc-button-toggle-group": "2.30.3",
24
- "@vonage/vwc-card": "2.30.3",
25
- "@vonage/vwc-checkbox": "2.30.3",
26
- "@vonage/vwc-circular-progress": "2.30.3",
27
- "@vonage/vwc-datepicker": "2.30.3",
28
- "@vonage/vwc-dialog": "2.30.3",
29
- "@vonage/vwc-dropdown": "2.30.3",
30
- "@vonage/vwc-elevation": "2.30.3",
31
- "@vonage/vwc-fab": "2.30.3",
32
- "@vonage/vwc-file-picker": "2.30.3",
33
- "@vonage/vwc-formfield": "2.30.3",
34
- "@vonage/vwc-helper-message": "2.30.3",
35
- "@vonage/vwc-icon-button": "2.30.3",
36
- "@vonage/vwc-icon": "2.30.3",
37
- "@vonage/vwc-keypad": "2.30.3",
38
- "@vonage/vwc-layout": "2.30.3",
39
- "@vonage/vwc-linear-progress": "2.30.3",
40
- "@vonage/vwc-menu": "2.30.3",
41
- "@vonage/vwc-note": "2.30.3",
42
- "@vonage/vwc-pagination": "2.30.3",
43
- "@vonage/vwc-radio": "2.30.3",
44
- "@vonage/vwc-slider": "2.30.3",
45
- "@vonage/vwc-snackbar": "2.30.3",
46
- "@vonage/vwc-surface": "2.30.3",
47
- "@vonage/vwc-switch": "2.30.3",
48
- "@vonage/vwc-textarea": "2.30.3",
49
- "@vonage/vwc-theme-switch": "2.30.3",
50
- "@vonage/vwc-top-app-bar": "2.30.3",
51
- "@vonage/vwc-accordion": "2.30.3",
52
- "@vonage/vwc-badge": "2.30.3",
53
- "@vonage/vwc-drawer": "2.30.3",
54
- "@vonage/vwc-empty-state": "2.30.3",
55
- "@vonage/vwc-popup": "2.30.3",
56
- "@vonage/vwc-select": "2.30.3",
57
- "@vonage/vwc-side-drawer": "2.30.3",
58
- "@vonage/vwc-tags": "2.30.3",
59
- "@vonage/vwc-text": "2.30.3",
60
- "@vonage/vwc-tooltip": "2.30.3",
61
- "@vonage/vwc-banner": "2.30.3",
62
- "@vonage/vwc-breadcrumb-item": "2.30.3",
63
- "@vonage/vwc-button": "2.30.3",
64
- "@vonage/vwc-expansion-panel": "2.30.3",
65
- "@vonage/vwc-media-controller": "2.30.3",
66
- "@vonage/vwc-carousel": "2.30.3",
67
- "@vonage/vwc-tab-bar": "2.30.3",
68
- "@vonage/vwc-data-grid": "2.30.3",
69
- "@vonage/vwc-textfield": "2.30.3",
70
- "@vonage/vwc-calendar": "2.30.3",
71
- "@vonage/vwc-list": "2.30.3",
72
- "@vonage/vvd-core": "2.30.3",
73
- "@vonage/vvd-context": "2.30.3"
17
+ "@vonage/vwc-breadcrumb": "2.33.0",
18
+ "@vonage/vwc-icon-button-toggle": "2.33.0",
19
+ "@vonage/vwc-notched-outline": "2.33.0",
20
+ "@vonage/vwc-scheme-select": "2.33.0",
21
+ "@vonage/vwc-top-app-bar-fixed": "2.33.0",
22
+ "@vonage/vwc-audio": "2.33.0",
23
+ "@vonage/vwc-button-toggle-group": "2.33.0",
24
+ "@vonage/vwc-card": "2.33.0",
25
+ "@vonage/vwc-checkbox": "2.33.0",
26
+ "@vonage/vwc-circular-progress": "2.33.0",
27
+ "@vonage/vwc-datepicker": "2.33.0",
28
+ "@vonage/vwc-dialog": "2.33.0",
29
+ "@vonage/vwc-dropdown": "2.33.0",
30
+ "@vonage/vwc-elevation": "2.33.0",
31
+ "@vonage/vwc-fab": "2.33.0",
32
+ "@vonage/vwc-file-picker": "2.33.0",
33
+ "@vonage/vwc-formfield": "2.33.0",
34
+ "@vonage/vwc-helper-message": "2.33.0",
35
+ "@vonage/vwc-icon-button": "2.33.0",
36
+ "@vonage/vwc-icon": "2.33.0",
37
+ "@vonage/vwc-keypad": "2.33.0",
38
+ "@vonage/vwc-layout": "2.33.0",
39
+ "@vonage/vwc-linear-progress": "2.33.0",
40
+ "@vonage/vwc-menu": "2.33.0",
41
+ "@vonage/vwc-note": "2.33.0",
42
+ "@vonage/vwc-pagination": "2.33.0",
43
+ "@vonage/vwc-radio": "2.33.0",
44
+ "@vonage/vwc-slider": "2.33.0",
45
+ "@vonage/vwc-snackbar": "2.33.0",
46
+ "@vonage/vwc-surface": "2.33.0",
47
+ "@vonage/vwc-switch": "2.33.0",
48
+ "@vonage/vwc-textarea": "2.33.0",
49
+ "@vonage/vwc-theme-switch": "2.33.0",
50
+ "@vonage/vwc-top-app-bar": "2.33.0",
51
+ "@vonage/vwc-accordion": "2.33.0",
52
+ "@vonage/vwc-action-group": "2.33.0",
53
+ "@vonage/vwc-badge": "2.33.0",
54
+ "@vonage/vwc-drawer": "2.33.0",
55
+ "@vonage/vwc-empty-state": "2.33.0",
56
+ "@vonage/vwc-popup": "2.33.0",
57
+ "@vonage/vwc-select": "2.33.0",
58
+ "@vonage/vwc-side-drawer": "2.33.0",
59
+ "@vonage/vwc-tags": "2.33.0",
60
+ "@vonage/vwc-text": "2.33.0",
61
+ "@vonage/vwc-tooltip": "2.33.0",
62
+ "@vonage/vwc-banner": "2.33.0",
63
+ "@vonage/vwc-breadcrumb-item": "2.33.0",
64
+ "@vonage/vwc-button": "2.33.0",
65
+ "@vonage/vwc-expansion-panel": "2.33.0",
66
+ "@vonage/vwc-media-controller": "2.33.0",
67
+ "@vonage/vwc-carousel": "2.33.0",
68
+ "@vonage/vwc-tab-bar": "2.33.0",
69
+ "@vonage/vwc-data-grid": "2.33.0",
70
+ "@vonage/vwc-textfield": "2.33.0",
71
+ "@vonage/vwc-calendar": "2.33.0",
72
+ "@vonage/vwc-list": "2.33.0",
73
+ "@vonage/vvd-core": "2.33.0",
74
+ "@vonage/vvd-context": "2.33.0"
74
75
  },
75
76
  "com_vonage": {
76
77
  "components": [
@@ -210,6 +211,10 @@
210
211
  "component_name": "vwc-accordion",
211
212
  "export_name": "VWCAccordion"
212
213
  },
214
+ {
215
+ "component_name": "vwc-action-group",
216
+ "export_name": "VWCActionGroup"
217
+ },
213
218
  {
214
219
  "component_name": "vwc-badge",
215
220
  "export_name": "VWCBadge"