@vonage/vivid 2.39.1 → 2.41.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 +4 -4
  2. package/package.json +75 -75
package/index.js CHANGED
@@ -8,26 +8,26 @@ 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
10
  export { VWCDatepicker as VWCDatepicker } from "@vonage/vwc-datepicker";
11
- export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
12
11
  export { VWCDropdown as VWCDropdown } from "@vonage/vwc-dropdown";
12
+ export { VWCDialog as VWCDialog } from "@vonage/vwc-dialog";
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
15
  export { VWCFormfield as VWCFormfield } from "@vonage/vwc-formfield";
16
+ export { VWCFilePicker as VWCFilePicker } from "@vonage/vwc-file-picker";
17
17
  export { VWCHelperMessage as VWCHelperMessage } from "@vonage/vwc-helper-message";
18
18
  export { VWCIconButton as VWCIconButton } from "@vonage/vwc-icon-button";
19
+ export { Layout as VWCLayout } from "@vonage/vwc-layout";
19
20
  export { VWCIcon as VWCIcon } from "@vonage/vwc-icon";
20
21
  export { VWCKeypad as VWCKeypad } from "@vonage/vwc-keypad";
21
- export { Layout as VWCLayout } from "@vonage/vwc-layout";
22
22
  export { VWCLinearProgress as VWCLinearProgress } from "@vonage/vwc-linear-progress";
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";
26
26
  export { VWCRadio as VWCRadio } from "@vonage/vwc-radio";
27
- export { VWCSlider as VWCSlider } from "@vonage/vwc-slider";
28
27
  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 { VWCSlider as VWCSlider } from "@vonage/vwc-slider";
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid",
3
- "version": "2.39.1",
3
+ "version": "2.41.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.39.1",
18
- "@vonage/vwc-icon-button-toggle": "2.39.1",
19
- "@vonage/vwc-notched-outline": "2.39.1",
20
- "@vonage/vwc-scheme-select": "2.39.1",
21
- "@vonage/vwc-top-app-bar-fixed": "2.39.1",
22
- "@vonage/vwc-audio": "2.39.1",
23
- "@vonage/vwc-button-toggle-group": "2.39.1",
24
- "@vonage/vwc-card": "2.39.1",
25
- "@vonage/vwc-checkbox": "2.39.1",
26
- "@vonage/vwc-circular-progress": "2.39.1",
27
- "@vonage/vwc-datepicker": "2.39.1",
28
- "@vonage/vwc-dialog": "2.39.1",
29
- "@vonage/vwc-dropdown": "2.39.1",
30
- "@vonage/vwc-elevation": "2.39.1",
31
- "@vonage/vwc-fab": "2.39.1",
32
- "@vonage/vwc-file-picker": "2.39.1",
33
- "@vonage/vwc-formfield": "2.39.1",
34
- "@vonage/vwc-helper-message": "2.39.1",
35
- "@vonage/vwc-icon-button": "2.39.1",
36
- "@vonage/vwc-icon": "2.39.1",
37
- "@vonage/vwc-keypad": "2.39.1",
38
- "@vonage/vwc-layout": "2.39.1",
39
- "@vonage/vwc-linear-progress": "2.39.1",
40
- "@vonage/vwc-menu": "2.39.1",
41
- "@vonage/vwc-note": "2.39.1",
42
- "@vonage/vwc-pagination": "2.39.1",
43
- "@vonage/vwc-radio": "2.39.1",
44
- "@vonage/vwc-slider": "2.39.1",
45
- "@vonage/vwc-snackbar": "2.39.1",
46
- "@vonage/vwc-surface": "2.39.1",
47
- "@vonage/vwc-switch": "2.39.1",
48
- "@vonage/vwc-textarea": "2.39.1",
49
- "@vonage/vwc-theme-switch": "2.39.1",
50
- "@vonage/vwc-top-app-bar": "2.39.1",
51
- "@vonage/vwc-accordion": "2.39.1",
52
- "@vonage/vwc-action-group": "2.39.1",
53
- "@vonage/vwc-badge": "2.39.1",
54
- "@vonage/vwc-drawer": "2.39.1",
55
- "@vonage/vwc-empty-state": "2.39.1",
56
- "@vonage/vwc-popup": "2.39.1",
57
- "@vonage/vwc-select": "2.39.1",
58
- "@vonage/vwc-side-drawer": "2.39.1",
59
- "@vonage/vwc-tags": "2.39.1",
60
- "@vonage/vwc-text": "2.39.1",
61
- "@vonage/vwc-tooltip": "2.39.1",
62
- "@vonage/vwc-banner": "2.39.1",
63
- "@vonage/vwc-breadcrumb-item": "2.39.1",
64
- "@vonage/vwc-button": "2.39.1",
65
- "@vonage/vwc-expansion-panel": "2.39.1",
66
- "@vonage/vwc-media-controller": "2.39.1",
67
- "@vonage/vwc-carousel": "2.39.1",
68
- "@vonage/vwc-tab-bar": "2.39.1",
69
- "@vonage/vwc-data-grid": "2.39.1",
70
- "@vonage/vwc-textfield": "2.39.1",
71
- "@vonage/vwc-calendar": "2.39.1",
72
- "@vonage/vwc-list": "2.39.1",
73
- "@vonage/vvd-core": "2.39.1",
74
- "@vonage/vvd-context": "2.39.1"
17
+ "@vonage/vwc-breadcrumb": "2.41.0",
18
+ "@vonage/vwc-icon-button-toggle": "2.41.0",
19
+ "@vonage/vwc-notched-outline": "2.41.0",
20
+ "@vonage/vwc-scheme-select": "2.41.0",
21
+ "@vonage/vwc-top-app-bar-fixed": "2.41.0",
22
+ "@vonage/vwc-audio": "2.41.0",
23
+ "@vonage/vwc-button-toggle-group": "2.41.0",
24
+ "@vonage/vwc-card": "2.41.0",
25
+ "@vonage/vwc-checkbox": "2.41.0",
26
+ "@vonage/vwc-circular-progress": "2.41.0",
27
+ "@vonage/vwc-datepicker": "2.41.0",
28
+ "@vonage/vwc-dropdown": "2.41.0",
29
+ "@vonage/vwc-dialog": "2.41.0",
30
+ "@vonage/vwc-elevation": "2.41.0",
31
+ "@vonage/vwc-fab": "2.41.0",
32
+ "@vonage/vwc-formfield": "2.41.0",
33
+ "@vonage/vwc-file-picker": "2.41.0",
34
+ "@vonage/vwc-helper-message": "2.41.0",
35
+ "@vonage/vwc-icon-button": "2.41.0",
36
+ "@vonage/vwc-layout": "2.41.0",
37
+ "@vonage/vwc-icon": "2.41.0",
38
+ "@vonage/vwc-keypad": "2.41.0",
39
+ "@vonage/vwc-linear-progress": "2.41.0",
40
+ "@vonage/vwc-menu": "2.41.0",
41
+ "@vonage/vwc-note": "2.41.0",
42
+ "@vonage/vwc-pagination": "2.41.0",
43
+ "@vonage/vwc-radio": "2.41.0",
44
+ "@vonage/vwc-snackbar": "2.41.0",
45
+ "@vonage/vwc-surface": "2.41.0",
46
+ "@vonage/vwc-switch": "2.41.0",
47
+ "@vonage/vwc-slider": "2.41.0",
48
+ "@vonage/vwc-textarea": "2.41.0",
49
+ "@vonage/vwc-theme-switch": "2.41.0",
50
+ "@vonage/vwc-top-app-bar": "2.41.0",
51
+ "@vonage/vwc-accordion": "2.41.0",
52
+ "@vonage/vwc-action-group": "2.41.0",
53
+ "@vonage/vwc-badge": "2.41.0",
54
+ "@vonage/vwc-drawer": "2.41.0",
55
+ "@vonage/vwc-empty-state": "2.41.0",
56
+ "@vonage/vwc-popup": "2.41.0",
57
+ "@vonage/vwc-select": "2.41.0",
58
+ "@vonage/vwc-side-drawer": "2.41.0",
59
+ "@vonage/vwc-tags": "2.41.0",
60
+ "@vonage/vwc-text": "2.41.0",
61
+ "@vonage/vwc-tooltip": "2.41.0",
62
+ "@vonage/vwc-banner": "2.41.0",
63
+ "@vonage/vwc-breadcrumb-item": "2.41.0",
64
+ "@vonage/vwc-button": "2.41.0",
65
+ "@vonage/vwc-expansion-panel": "2.41.0",
66
+ "@vonage/vwc-media-controller": "2.41.0",
67
+ "@vonage/vwc-carousel": "2.41.0",
68
+ "@vonage/vwc-tab-bar": "2.41.0",
69
+ "@vonage/vwc-data-grid": "2.41.0",
70
+ "@vonage/vwc-textfield": "2.41.0",
71
+ "@vonage/vwc-calendar": "2.41.0",
72
+ "@vonage/vwc-list": "2.41.0",
73
+ "@vonage/vvd-core": "2.41.0",
74
+ "@vonage/vvd-context": "2.41.0"
75
75
  },
76
76
  "com_vonage": {
77
77
  "components": [
@@ -115,14 +115,14 @@
115
115
  "component_name": "vwc-datepicker",
116
116
  "export_name": "VWCDatepicker"
117
117
  },
118
- {
119
- "component_name": "vwc-dialog",
120
- "export_name": "VWCDialog"
121
- },
122
118
  {
123
119
  "component_name": "vwc-dropdown",
124
120
  "export_name": "VWCDropdown"
125
121
  },
122
+ {
123
+ "component_name": "vwc-dialog",
124
+ "export_name": "VWCDialog"
125
+ },
126
126
  {
127
127
  "component_name": "vwc-elevation",
128
128
  "export_name": "VWCElevation"
@@ -131,14 +131,14 @@
131
131
  "component_name": "vwc-fab",
132
132
  "export_name": "VWCFab"
133
133
  },
134
- {
135
- "component_name": "vwc-file-picker",
136
- "export_name": "VWCFilePicker"
137
- },
138
134
  {
139
135
  "component_name": "vwc-formfield",
140
136
  "export_name": "VWCFormfield"
141
137
  },
138
+ {
139
+ "component_name": "vwc-file-picker",
140
+ "export_name": "VWCFilePicker"
141
+ },
142
142
  {
143
143
  "component_name": "vwc-helper-message",
144
144
  "export_name": "VWCHelperMessage"
@@ -147,6 +147,10 @@
147
147
  "component_name": "vwc-icon-button",
148
148
  "export_name": "VWCIconButton"
149
149
  },
150
+ {
151
+ "component_name": "vwc-layout",
152
+ "export_name": "VWCLayout"
153
+ },
150
154
  {
151
155
  "component_name": "vwc-icon",
152
156
  "export_name": "VWCIcon"
@@ -155,10 +159,6 @@
155
159
  "component_name": "vwc-keypad",
156
160
  "export_name": "VWCKeypad"
157
161
  },
158
- {
159
- "component_name": "vwc-layout",
160
- "export_name": "VWCLayout"
161
- },
162
162
  {
163
163
  "component_name": "vwc-linear-progress",
164
164
  "export_name": "VWCLinearProgress"
@@ -179,10 +179,6 @@
179
179
  "component_name": "vwc-radio",
180
180
  "export_name": "VWCRadio"
181
181
  },
182
- {
183
- "component_name": "vwc-slider",
184
- "export_name": "VWCSlider"
185
- },
186
182
  {
187
183
  "component_name": "vwc-snackbar",
188
184
  "export_name": "VWCSnackbar"
@@ -195,6 +191,10 @@
195
191
  "component_name": "vwc-switch",
196
192
  "export_name": "VWCSwitch"
197
193
  },
194
+ {
195
+ "component_name": "vwc-slider",
196
+ "export_name": "VWCSlider"
197
+ },
198
198
  {
199
199
  "component_name": "vwc-textarea",
200
200
  "export_name": "VWCTextarea"