@vonage/vivid-vue 3.11.0 → 3.11.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.
|
@@ -2,6 +2,9 @@ import { PropType } from 'vue';
|
|
|
2
2
|
import type { Layout } from '@vonage/vivid/lib/layout/layout';
|
|
3
3
|
/**
|
|
4
4
|
* Base class for layout
|
|
5
|
+
*
|
|
6
|
+
* [--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],
|
|
7
|
+
* minmax([the `column-basis` mapped value], 1fr))] - Controls the `grid-template-columns` of the layout.
|
|
5
8
|
*/
|
|
6
9
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
10
|
/**
|
|
@@ -2,6 +2,9 @@ import { PropType } from 'vue';
|
|
|
2
2
|
import type { Layout } from '@vonage/vivid/lib/layout/layout';
|
|
3
3
|
/**
|
|
4
4
|
* Base class for layout
|
|
5
|
+
*
|
|
6
|
+
* [--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],
|
|
7
|
+
* minmax([the `column-basis` mapped value], 1fr))] - Controls the `grid-template-columns` of the layout.
|
|
5
8
|
*/
|
|
6
9
|
declare const _default: import("vue").DefineComponent<{
|
|
7
10
|
/**
|
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework": "vue",
|
|
3
3
|
"name": "@vonage/vivid-vue",
|
|
4
|
-
"version": "3.11.
|
|
4
|
+
"version": "3.11.1",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -2395,7 +2395,7 @@
|
|
|
2395
2395
|
},
|
|
2396
2396
|
{
|
|
2397
2397
|
"name": "VLayout",
|
|
2398
|
-
"description": "Base class for layout",
|
|
2398
|
+
"description": "Base class for layout\n\n[--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],\nminmax([the `column-basis` mapped value], 1fr))] - Controls the `grid-template-columns` of the layout.",
|
|
2399
2399
|
"attributes": [
|
|
2400
2400
|
{
|
|
2401
2401
|
"name": "ariaCurrent",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-vue",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.1",
|
|
4
4
|
"description": "A Vue wrapper library for Vivid components.",
|
|
5
5
|
"author": "Vonage",
|
|
6
6
|
"license": "ISC",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"vue": "^2.7.0 || >=3.0.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@vonage/vivid": "^3.22.
|
|
31
|
+
"@vonage/vivid": "^3.22.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "^18.15.11",
|