@vonage/vivid-vue 3.47.0 → 3.48.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-vue",
3
- "version": "3.47.0",
3
+ "version": "3.48.0",
4
4
  "description": "A Vue wrapper library for Vivid components.",
5
5
  "author": "Vonage",
6
6
  "license": "ISC",
@@ -19,6 +19,6 @@
19
19
  "vue": "^2.7.0 || >=3.0.0"
20
20
  },
21
21
  "dependencies": {
22
- "@vonage/vivid": "^3.47.0"
22
+ "@vonage/vivid": "^3.48.0"
23
23
  }
24
24
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "@vonage/vivid-vue",
4
- "version": "3.47.0",
4
+ "version": "3.48.0",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -3299,6 +3299,10 @@
3299
3299
  "name": "meta",
3300
3300
  "description": "Assign nodes to the `meta` slot to set a badge or an additional icon."
3301
3301
  },
3302
+ {
3303
+ "name": "trailing-meta",
3304
+ "description": "Assign nodes to the `meta` slot to set a badge or an additional icon."
3305
+ },
3302
3306
  {
3303
3307
  "name": "submenu",
3304
3308
  "description": "Assign a Menu to the `submenu` slot to add a submenu."
@@ -5527,6 +5531,14 @@
5527
5531
  "kind": "expression",
5528
5532
  "type": "'small' | 'medium' | 'large'"
5529
5533
  }
5534
+ },
5535
+ {
5536
+ "name": "scrollablePanel",
5537
+ "description": "sets overflow to the tab-panel",
5538
+ "value": {
5539
+ "kind": "expression",
5540
+ "type": "boolean"
5541
+ }
5530
5542
  }
5531
5543
  ],
5532
5544
  "events": [