Socket
Socket
Sign inDemoInstall

@featherds/menu

Package Overview
Dependencies
Maintainers
2
Versions
71
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.9 to 0.2.10

8

dist/app.es.js
import { getSafeId } from "@featherds/utils/id";
import { pushScopeId, popScopeId, ref, computed, watch, openBlock, createElementBlock, renderSlot, withDirectives, createElementVNode, normalizeClass, vShow, nextTick } from "vue";
import { ref, computed, watch, openBlock, createElementBlock, renderSlot, withDirectives, createElementVNode, normalizeClass, vShow, nextTick } from "vue";
import { useOutsideClick } from "@featherds/composables/events/OutsideClick";
import { useResize } from "@featherds/composables/events/Resize";
import { useScroll } from "@featherds/composables/events/Scroll";
var FeatherMenu_vue_vue_type_style_index_0_lang = ".feather-menu-dropdown.bottom-right {\n top: 100%;\n right: 0;\n}\n.feather-menu-dropdown.bottom-right.covered {\n top: 0;\n}\n.feather-menu-dropdown.bottom-left {\n top: 100%;\n left: 0;\n}\n.feather-menu-dropdown.bottom-left.covered {\n top: 0;\n}\n.feather-menu-dropdown.top-left {\n bottom: 100%;\n left: 0;\n}\n.feather-menu-dropdown.top-left.covered {\n bottom: 0;\n}\n.feather-menu-dropdown.top-right {\n bottom: 100%;\n right: 0;\n}\n.feather-menu-dropdown.top-right.covered {\n bottom: 0;\n}";
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 FeatherMenu_vue_vue_type_style_index_0_lang = "";
var FeatherMenu_vue_vue_type_style_index_1_scoped_true_lang = "";
var _export_sfc = (sfc, props) => {

@@ -167,3 +167,2 @@ for (const [key, val] of props) {

};
pushScopeId("data-v-6f68d0ea");
const _hoisted_1 = {

@@ -174,3 +173,2 @@ class: "feather-menu",

const _hoisted_2 = ["id"];
popScopeId();
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {

@@ -177,0 +175,0 @@ return openBlock(), createElementBlock("div", _hoisted_1, [

{
"name": "@featherds/menu",
"version": "0.2.9",
"version": "0.2.10",
"publishConfig": {

@@ -12,6 +12,6 @@ "access": "public"

"dependencies": {
"@featherds/composables": "^0.2.9",
"@featherds/ripple": "^0.2.9",
"@featherds/styles": "^0.2.9",
"@featherds/utils": "^0.2.9",
"@featherds/composables": "^0.2.10",
"@featherds/ripple": "^0.2.10",
"@featherds/styles": "^0.2.10",
"@featherds/utils": "^0.2.10",
"vue": "^3.1.0-0"

@@ -24,3 +24,3 @@ },

"types": "./src/index.d.ts",
"gitHead": "28578b1da72bd2bf1f56dded784e513fa34333d8"
"gitHead": "945b2b349bd8bab6b37b573ae2bb7fb70e170f4d"
}
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