@vonage/vivid-vue 3.43.0 → 3.44.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.43.0",
3
+ "version": "3.44.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.43.0"
22
+ "@vonage/vivid": "^3.44.0"
23
23
  }
24
24
  }
package/utils/slots.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { VNode } from 'vue';
2
2
  interface V3Node extends VNode {
3
- props: Record<string, any>;
3
+ props: Record<string, unknown>;
4
4
  }
5
5
  type ChildrenFunction = () => V3Node[];
6
6
  export declare function handleNamedSlot(slot: string, children?: VNode[] | ChildrenFunction): VNode[] | null;
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "@vonage/vivid-vue",
4
- "version": "3.43.0",
4
+ "version": "3.44.0",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -2384,6 +2384,13 @@
2384
2384
  "kind": "expression",
2385
2385
  "type": "string"
2386
2386
  }
2387
+ },
2388
+ {
2389
+ "name": "noLightDismiss",
2390
+ "value": {
2391
+ "kind": "expression",
2392
+ "type": "boolean"
2393
+ }
2387
2394
  }
2388
2395
  ],
2389
2396
  "events": [
@@ -3028,6 +3035,13 @@
3028
3035
  "type": "'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false'"
3029
3036
  }
3030
3037
  },
3038
+ {
3039
+ "name": "ariaLabel",
3040
+ "value": {
3041
+ "kind": "expression",
3042
+ "type": "string"
3043
+ }
3044
+ },
3031
3045
  {
3032
3046
  "name": "placement",
3033
3047
  "description": "placement of the menu",
@@ -3156,7 +3170,7 @@
3156
3170
  "description": "The role of the element.",
3157
3171
  "value": {
3158
3172
  "kind": "expression",
3159
- "type": "'menuitem' | 'menuitemcheckbox' | 'menuitemradio'"
3173
+ "type": "'menuitem' | 'menuitemcheckbox' | 'menuitemradio' | 'presentation'"
3160
3174
  }
3161
3175
  },
3162
3176
  {