@featherds/menu
Advanced tools
Comparing version 0.9.5 to 0.9.6
{ | ||
"name": "@featherds/menu", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"publishConfig": { | ||
@@ -12,6 +12,6 @@ "access": "public" | ||
"dependencies": { | ||
"@featherds/composables": "^0.9.5", | ||
"@featherds/ripple": "^0.9.5", | ||
"@featherds/styles": "^0.9.5", | ||
"@featherds/utils": "^0.9.5", | ||
"@featherds/composables": "^0.9.6", | ||
"@featherds/ripple": "^0.9.6", | ||
"@featherds/styles": "^0.9.6", | ||
"@featherds/utils": "^0.9.6", | ||
"vue": "^3.1.0-0" | ||
@@ -24,3 +24,3 @@ }, | ||
"types": "./src/index.d.ts", | ||
"gitHead": "c08bafb1835981d7d4eef88bf29a9df7a443bdbc" | ||
"gitHead": "04a74207e8bfa8d39acc470365e30dd6c90b2e8e" | ||
} |
@@ -13,3 +13,3 @@ import { nextTick } from "vue"; | ||
const getTrigger = (id = "") => ({ | ||
template: `<a menu-trigger id="${id}">TEST</a>`, | ||
template: `<button menu-trigger id="${id}">TEST</button>`, | ||
methods: { | ||
@@ -16,0 +16,0 @@ focus: () => {}, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44165
Updated@featherds/ripple@^0.9.6
Updated@featherds/styles@^0.9.6
Updated@featherds/utils@^0.9.6