Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@featherds/menu

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featherds/menu - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

13

dist/app.es.js
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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc