@vonage/vivid 2.25.0 → 2.25.5

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 -1
  2. package/package.json +63 -58
package/index.js CHANGED
@@ -7,13 +7,13 @@ 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";
10
11
  export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
11
12
  export { VWCDropdown as VWCDropdown } from "@vonage/vwc-dropdown";
12
13
  export { VWCElevation as VWCElevation } from "@vonage/vwc-elevation";
13
14
  export { VWCFab as VWCFab } from "@vonage/vwc-fab";
14
15
  export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
15
16
  export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
16
- export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
17
17
  export { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
18
18
  export { VWCIconButton as VWCIconButton } from "@vonage/vwc-icon-button";
19
19
  export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
@@ -35,6 +35,7 @@ export { VWCAccordion as VWCAccordion } from "@vonage/vwc-accordion";
35
35
  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
+ export { VWCPopup as VWCPopup } from "@vonage/vwc-popup";
38
39
  export { VWCSelect as VWCSelect } from "@vonage/vwc-select";
39
40
  export { VWCSideDrawer as VWCSideDrawer } from "@vonage/vwc-side-drawer";
40
41
  export { VWCTag as VWCTag } from "@vonage/vwc-tags/vwc-tag";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid",
3
- "version": "2.25.0",
3
+ "version": "2.25.5",
4
4
  "description": "A bundled version of all Vivid components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -14,59 +14,60 @@
14
14
  ],
15
15
  "license": "ISC",
16
16
  "dependencies": {
17
- "@vonage/vwc-icon-button-toggle": "2.25.0",
18
- "@vonage/vwc-notched-outline": "2.25.0",
19
- "@vonage/vwc-scheme-select": "2.25.0",
20
- "@vonage/vwc-top-app-bar-fixed": "2.25.0",
21
- "@vonage/vwc-audio": "2.25.0",
22
- "@vonage/vwc-button-toggle-group": "2.25.0",
23
- "@vonage/vwc-card": "2.25.0",
24
- "@vonage/vwc-checkbox": "2.25.0",
25
- "@vonage/vwc-circular-progress": "2.25.0",
26
- "@vonage/vwc-dialog": "2.25.0",
27
- "@vonage/vwc-dropdown": "2.25.0",
28
- "@vonage/vwc-elevation": "2.25.0",
29
- "@vonage/vwc-fab": "2.25.0",
30
- "@vonage/vwc-file-picker": "2.25.0",
31
- "@vonage/vwc-formfield": "2.25.0",
32
- "@vonage/vwc-datepicker": "2.25.0",
33
- "@vonage/vwc-helper-message": "2.25.0",
34
- "@vonage/vwc-icon-button": "2.25.0",
35
- "@vonage/vwc-icon": "2.25.0",
36
- "@vonage/vwc-keypad": "2.25.0",
37
- "@vonage/vwc-layout": "2.25.0",
38
- "@vonage/vwc-linear-progress": "2.25.0",
39
- "@vonage/vwc-menu": "2.25.0",
40
- "@vonage/vwc-note": "2.25.0",
41
- "@vonage/vwc-pagination": "2.25.0",
42
- "@vonage/vwc-radio": "2.25.0",
43
- "@vonage/vwc-slider": "2.25.0",
44
- "@vonage/vwc-snackbar": "2.25.0",
45
- "@vonage/vwc-surface": "2.25.0",
46
- "@vonage/vwc-switch": "2.25.0",
47
- "@vonage/vwc-textarea": "2.25.0",
48
- "@vonage/vwc-theme-switch": "2.25.0",
49
- "@vonage/vwc-top-app-bar": "2.25.0",
50
- "@vonage/vwc-accordion": "2.25.0",
51
- "@vonage/vwc-badge": "2.25.0",
52
- "@vonage/vwc-drawer": "2.25.0",
53
- "@vonage/vwc-empty-state": "2.25.0",
54
- "@vonage/vwc-select": "2.25.0",
55
- "@vonage/vwc-side-drawer": "2.25.0",
56
- "@vonage/vwc-tags": "2.25.0",
57
- "@vonage/vwc-text": "2.25.0",
58
- "@vonage/vwc-banner": "2.25.0",
59
- "@vonage/vwc-button": "2.25.0",
60
- "@vonage/vwc-expansion-panel": "2.25.0",
61
- "@vonage/vwc-media-controller": "2.25.0",
62
- "@vonage/vwc-carousel": "2.25.0",
63
- "@vonage/vwc-tab-bar": "2.25.0",
64
- "@vonage/vwc-data-grid": "2.25.0",
65
- "@vonage/vwc-textfield": "2.25.0",
66
- "@vonage/vwc-calendar": "2.25.0",
67
- "@vonage/vwc-list": "2.25.0",
68
- "@vonage/vvd-core": "2.25.0",
69
- "@vonage/vvd-context": "2.25.0"
17
+ "@vonage/vwc-icon-button-toggle": "2.25.5",
18
+ "@vonage/vwc-notched-outline": "2.25.5",
19
+ "@vonage/vwc-scheme-select": "2.25.5",
20
+ "@vonage/vwc-top-app-bar-fixed": "2.25.5",
21
+ "@vonage/vwc-audio": "2.25.5",
22
+ "@vonage/vwc-button-toggle-group": "2.25.5",
23
+ "@vonage/vwc-card": "2.25.5",
24
+ "@vonage/vwc-checkbox": "2.25.5",
25
+ "@vonage/vwc-circular-progress": "2.25.5",
26
+ "@vonage/vwc-datepicker": "2.25.5",
27
+ "@vonage/vwc-dialog": "2.25.5",
28
+ "@vonage/vwc-dropdown": "2.25.5",
29
+ "@vonage/vwc-elevation": "2.25.5",
30
+ "@vonage/vwc-fab": "2.25.5",
31
+ "@vonage/vwc-file-picker": "2.25.5",
32
+ "@vonage/vwc-formfield": "2.25.5",
33
+ "@vonage/vwc-helper-message": "2.25.5",
34
+ "@vonage/vwc-icon-button": "2.25.5",
35
+ "@vonage/vwc-icon": "2.25.5",
36
+ "@vonage/vwc-keypad": "2.25.5",
37
+ "@vonage/vwc-layout": "2.25.5",
38
+ "@vonage/vwc-linear-progress": "2.25.5",
39
+ "@vonage/vwc-menu": "2.25.5",
40
+ "@vonage/vwc-note": "2.25.5",
41
+ "@vonage/vwc-pagination": "2.25.5",
42
+ "@vonage/vwc-radio": "2.25.5",
43
+ "@vonage/vwc-slider": "2.25.5",
44
+ "@vonage/vwc-snackbar": "2.25.5",
45
+ "@vonage/vwc-surface": "2.25.5",
46
+ "@vonage/vwc-switch": "2.25.5",
47
+ "@vonage/vwc-textarea": "2.25.5",
48
+ "@vonage/vwc-theme-switch": "2.25.5",
49
+ "@vonage/vwc-top-app-bar": "2.25.5",
50
+ "@vonage/vwc-accordion": "2.25.5",
51
+ "@vonage/vwc-badge": "2.25.5",
52
+ "@vonage/vwc-drawer": "2.25.5",
53
+ "@vonage/vwc-empty-state": "2.25.5",
54
+ "@vonage/vwc-popup": "2.25.5",
55
+ "@vonage/vwc-select": "2.25.5",
56
+ "@vonage/vwc-side-drawer": "2.25.5",
57
+ "@vonage/vwc-tags": "2.25.5",
58
+ "@vonage/vwc-text": "2.25.5",
59
+ "@vonage/vwc-banner": "2.25.5",
60
+ "@vonage/vwc-button": "2.25.5",
61
+ "@vonage/vwc-expansion-panel": "2.25.5",
62
+ "@vonage/vwc-media-controller": "2.25.5",
63
+ "@vonage/vwc-carousel": "2.25.5",
64
+ "@vonage/vwc-tab-bar": "2.25.5",
65
+ "@vonage/vwc-data-grid": "2.25.5",
66
+ "@vonage/vwc-textfield": "2.25.5",
67
+ "@vonage/vwc-calendar": "2.25.5",
68
+ "@vonage/vwc-list": "2.25.5",
69
+ "@vonage/vvd-core": "2.25.5",
70
+ "@vonage/vvd-context": "2.25.5"
70
71
  },
71
72
  "com_vonage": {
72
73
  "components": [
@@ -106,6 +107,10 @@
106
107
  "component_name": "vwc-circular-progress",
107
108
  "export_name": "VWCCircularProgress"
108
109
  },
110
+ {
111
+ "component_name": "vwc-datepicker",
112
+ "export_name": "VWCDatepicker"
113
+ },
109
114
  {
110
115
  "component_name": "vwc-dialog",
111
116
  "export_name": "VWCDialog"
@@ -130,10 +135,6 @@
130
135
  "component_name": "vwc-formfield",
131
136
  "export_name": "VWCFormfield"
132
137
  },
133
- {
134
- "component_name": "vwc-datepicker",
135
- "export_name": "VWCDatepicker"
136
- },
137
138
  {
138
139
  "component_name": "vwc-helper-message",
139
140
  "export_name": "VWCHelperMessage"
@@ -218,6 +219,10 @@
218
219
  "component_name": "vwc-empty-state",
219
220
  "export_name": "VWCEmptyState"
220
221
  },
222
+ {
223
+ "component_name": "vwc-popup",
224
+ "export_name": "VWCPopup"
225
+ },
221
226
  {
222
227
  "component_name": "vwc-select",
223
228
  "export_name": "VWCSelect"