@featherds/menu
Advanced tools
Comparing version 0.2.4 to 0.2.5
import { getSafeId } from "@featherds/utils/id"; | ||
import { pushScopeId, popScopeId, ref, computed, watch, nextTick, openBlock, createElementBlock, renderSlot, withDirectives, createElementVNode, normalizeClass, vShow } from "vue"; | ||
import { pushScopeId, popScopeId, ref, computed, watch, openBlock, createElementBlock, renderSlot, withDirectives, createElementVNode, normalizeClass, vShow, nextTick } from "vue"; | ||
import { useOutsideClick } from "@featherds/composables/events/OutsideClick"; | ||
@@ -8,2 +8,8 @@ import { useResize } from "@featherds/composables/events/Resize"; | ||
var FeatherMenu_vue_vue_type_style_index_1_scoped_true_lang = ".feather-menu[data-v-6f68d0ea] {\n position: relative;\n display: inline-block;\n}\n.feather-menu-dropdown[data-v-6f68d0ea] {\n box-shadow: var(--feather-shadow-8);\n background-color: var(--feather-elevation-background-8);\n position: absolute;\n z-index: var(--feather-zindex-dropdown);\n}"; | ||
var _export_sfc = (sfc, props) => { | ||
for (const [key, val] of props) { | ||
sfc[key] = val; | ||
} | ||
return sfc; | ||
}; | ||
const _sfc_main = { | ||
@@ -183,4 +189,3 @@ emits: ["outside-click", "trigger-click"], | ||
} | ||
_sfc_main.render = _sfc_render; | ||
_sfc_main.__scopeId = "data-v-6f68d0ea"; | ||
var FeatherMenu = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6f68d0ea"]]); | ||
var MenuFocusLoop = { | ||
@@ -219,2 +224,2 @@ mounted(el, binding) { | ||
}; | ||
export { _sfc_main as FeatherMenu, MenuFocusLoop }; | ||
export { FeatherMenu, MenuFocusLoop }; |
{ | ||
"name": "@featherds/menu", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"publishConfig": { | ||
@@ -12,6 +12,6 @@ "access": "public" | ||
"dependencies": { | ||
"@featherds/composables": "^0.2.4", | ||
"@featherds/ripple": "^0.2.4", | ||
"@featherds/styles": "^0.2.4", | ||
"@featherds/utils": "^0.2.4", | ||
"@featherds/composables": "^0.2.5", | ||
"@featherds/ripple": "^0.2.5", | ||
"@featherds/styles": "^0.2.5", | ||
"@featherds/utils": "^0.2.5", | ||
"vue": "^3.1.0-0" | ||
@@ -24,3 +24,3 @@ }, | ||
"types": "./src/index.d.ts", | ||
"gitHead": "14a6e4fa352587dafe9f5e533d289439b8c3ca74" | ||
"gitHead": "8178471231a961203ce2380b3435eda2e1e9eb39" | ||
} |
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
43225
754
Updated@featherds/ripple@^0.2.5
Updated@featherds/styles@^0.2.5
Updated@featherds/utils@^0.2.5