@vonage/vivid-vue 3.1.0 → 3.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "@vonage/vivid-vue",
4
- "version": "3.1.0",
4
+ "version": "3.2.0",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -914,7 +914,7 @@
914
914
  "description": "The size the button should have.",
915
915
  "value": {
916
916
  "kind": "expression",
917
- "type": "'condensed' | 'normal' | 'expanded'"
917
+ "type": "'superCondensed' | 'condensed' | 'normal' | 'expanded'"
918
918
  }
919
919
  },
920
920
  {
@@ -2247,7 +2247,7 @@
2247
2247
  "description": "ID reference to element in the menu's owner document.",
2248
2248
  "value": {
2249
2249
  "kind": "expression",
2250
- "type": "string"
2250
+ "type": "HTMLElement | string"
2251
2251
  }
2252
2252
  }
2253
2253
  ],
@@ -2333,14 +2333,6 @@
2333
2333
  "type": "'menuitem' | 'menuitemcheckbox' | 'menuitemradio'"
2334
2334
  }
2335
2335
  },
2336
- {
2337
- "name": "checked",
2338
- "description": "The checked value of the element.",
2339
- "value": {
2340
- "kind": "expression",
2341
- "type": "boolean"
2342
- }
2343
- },
2344
2336
  {
2345
2337
  "name": "text",
2346
2338
  "description": "Indicates the menu item's text.",
@@ -2386,10 +2378,6 @@
2386
2378
  {
2387
2379
  "name": "expanded-change",
2388
2380
  "description": "Fires a custom 'expanded-change' event when the expanded state changes"
2389
- },
2390
- {
2391
- "name": "change",
2392
- "description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked"
2393
2381
  }
2394
2382
  ],
2395
2383
  "slots": [],
@@ -3566,6 +3554,14 @@
3566
3554
  "name": "VSelect",
3567
3555
  "description": "Base class for select",
3568
3556
  "attributes": [
3557
+ {
3558
+ "name": "helperText",
3559
+ "description": "The helper text for the form element.",
3560
+ "value": {
3561
+ "kind": "expression",
3562
+ "type": "string"
3563
+ }
3564
+ },
3569
3565
  {
3570
3566
  "name": "label",
3571
3567
  "description": "The label for the form element.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-vue",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "A Vue wrapper library for Vivid components.",
5
5
  "author": "Vonage",
6
6
  "license": "ISC",
@@ -28,7 +28,7 @@
28
28
  "build:types": "yarn run -T tsc --emitDeclarationOnly && tsc-alias"
29
29
  },
30
30
  "dependencies": {
31
- "@vonage/vivid": "^3.7.0"
31
+ "@vonage/vivid": "^3.8.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "^18.15.11",