@vonage/vivid-vue 4.0.0 → 4.2.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.
- package/generated/components/VAlert.vue2.d.ts +3 -3
- package/generated/components/VAlert.vue3.d.ts +3 -3
- package/generated/components/VBanner.vue2.d.ts +3 -3
- package/generated/components/VBanner.vue3.d.ts +3 -3
- package/generated/components/VCalendarEvent.vue2.d.ts +3 -3
- package/generated/components/VCalendarEvent.vue3.d.ts +3 -3
- package/generated/components/VFab.vue2.d.ts +3 -3
- package/generated/components/VFab.vue3.d.ts +3 -3
- package/generated/components/VIcon.vue2.d.ts +3 -3
- package/generated/components/VIcon.vue3.d.ts +3 -3
- package/generated/components/VNote.vue2.d.ts +3 -3
- package/generated/components/VNote.vue3.d.ts +3 -3
- package/generated/components/VSelect.vue2.d.ts +1 -0
- package/generated/components/VSelect.vue3.d.ts +1 -0
- package/index.cjs +168 -165
- package/index.js +168 -165
- package/package.json +2 -2
- package/web-types.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-vue",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "A Vue wrapper library for Vivid components.",
|
|
5
5
|
"author": "Vonage",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
"vue": "^2.7.0 || >=3.0.0"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@vonage/vivid": "^4.
|
|
23
|
+
"@vonage/vivid": "^4.2.0"
|
|
24
24
|
}
|
|
25
25
|
}
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework": "vue",
|
|
3
3
|
"name": "@vonage/vivid-vue",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.2.0",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"description": "alert connotation",
|
|
361
361
|
"value": {
|
|
362
362
|
"kind": "expression",
|
|
363
|
-
"type": "'accent' | 'information' | 'success' | 'warning' | 'alert'"
|
|
363
|
+
"type": "'accent' | 'information' | 'success' | 'warning' | 'announcement' | 'alert'"
|
|
364
364
|
}
|
|
365
365
|
},
|
|
366
366
|
{
|
|
@@ -4219,7 +4219,7 @@
|
|
|
4219
4219
|
"name": "connotation",
|
|
4220
4220
|
"value": {
|
|
4221
4221
|
"kind": "expression",
|
|
4222
|
-
"type": "'accent' | 'information' | 'success' | 'warning' | 'alert'"
|
|
4222
|
+
"type": "'accent' | 'information' | 'success' | 'warning' | 'announcement' | 'alert'"
|
|
4223
4223
|
}
|
|
4224
4224
|
}
|
|
4225
4225
|
],
|