New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lion/tooltip

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/tooltip - npm Package Compare versions

Comparing version 0.21.7 to 0.22.0

113

custom-elements.json
{
"schemaVersion": "0.1.0",
"schemaVersion": "1.0.0",
"readme": "",

@@ -7,3 +7,3 @@ "modules": [

"kind": "javascript-module",
"path": "./index.d.ts",
"path": "index.d.ts",
"declarations": [],

@@ -23,3 +23,3 @@ "exports": [

"kind": "javascript-module",
"path": "./index.js",
"path": "index.js",
"declarations": [],

@@ -39,3 +39,3 @@ "exports": [

"kind": "javascript-module",
"path": "./lion-tooltip.d.ts",
"path": "lion-tooltip.d.ts",
"declarations": [],

@@ -46,3 +46,3 @@ "exports": []

"kind": "javascript-module",
"path": "./lion-tooltip.js",
"path": "lion-tooltip.js",
"declarations": [],

@@ -55,3 +55,3 @@ "exports": [

"name": "LionTooltip",
"module": "./src/LionTooltip.d.ts"
"module": "/src/LionTooltip.js"
}

@@ -63,11 +63,8 @@ }

"kind": "javascript-module",
"path": "./src/LionTooltip.d.ts",
"path": "src/LionTooltip.d.ts",
"declarations": [
{
"kind": "class",
"description": "",
"name": "LionTooltip",
"superclass": {
"name": "LionTooltip_base",
"module": "./src/LionTooltip.d.ts"
},
"members": [

@@ -77,6 +74,6 @@ {

"name": "invokerRelation",
"privacy": "public",
"type": {
"text": "'label' | 'description'"
}
"text": "'label'|'description'"
},
"description": "Decides whether the tooltip invoker text should be considered a description\n(sets aria-describedby) or a label (sets aria-labelledby)."
},

@@ -86,6 +83,6 @@ {

"name": "_mouseActive",
"privacy": "protected",
"type": {
"text": "boolean"
}
},
"privacy": "protected"
},

@@ -95,6 +92,6 @@ {

"name": "_keyActive",
"privacy": "protected",
"type": {
"text": "boolean"
}
},
"privacy": "protected"
},

@@ -156,3 +153,9 @@ {

}
]
],
"superclass": {
"name": "LionTooltip_base",
"module": "src/LionTooltip.d.ts"
},
"tagName": "lion-tooltip",
"customElement": true
}

@@ -166,3 +169,3 @@ ],

"name": "LionTooltip",
"module": "./src/LionTooltip.d.ts"
"module": "src/LionTooltip.d.ts"
}

@@ -174,21 +177,8 @@ }

"kind": "javascript-module",
"path": "./src/LionTooltip.js",
"path": "src/LionTooltip.js",
"declarations": [
{
"kind": "class",
"description": "",
"name": "LionTooltip",
"mixins": [
{
"name": "ArrowMixin",
"package": "@lion/overlays"
},
{
"name": "OverlayMixin",
"package": "@lion/overlays"
}
],
"superclass": {
"name": "LitElement",
"package": "@lion/core"
},
"members": [

@@ -242,4 +232,12 @@ {

"kind": "field",
"name": "hasArrow",
"type": {
"text": "boolean"
},
"description": "Whether an arrow should be displayed",
"default": "false"
},
{
"kind": "field",
"name": "invokerRelation",
"privacy": "public",
"type": {

@@ -249,3 +247,23 @@ "text": "'label'|'description'"

"description": "Decides whether the tooltip invoker text should be considered a description\n(sets aria-describedby) or a label (sets aria-labelledby).",
"default": "'description'"
"default": "'description'",
"privacy": "public",
"attribute": "invoker-relation"
},
{
"kind": "field",
"name": "_mouseActive",
"type": {
"text": "boolean"
},
"privacy": "protected",
"default": "false"
},
{
"kind": "field",
"name": "_keyActive",
"type": {
"text": "boolean"
},
"privacy": "protected",
"default": "false"
}

@@ -259,3 +277,18 @@ ],

],
"tagName": "lion-tooltip"
"mixins": [
{
"name": "ArrowMixin",
"package": "@lion/overlays"
},
{
"name": "OverlayMixin",
"package": "@lion/overlays"
}
],
"superclass": {
"name": "LitElement",
"package": "@lion/core"
},
"tagName": "lion-tooltip",
"customElement": true
}

@@ -269,3 +302,3 @@ ],

"name": "LionTooltip",
"module": "./src/LionTooltip.js"
"module": "src/LionTooltip.js"
}

@@ -277,3 +310,3 @@ }

"kind": "javascript-module",
"path": "./test/lion-tooltip.test.d.ts",
"path": "test/lion-tooltip.test.d.ts",
"declarations": [],

@@ -280,0 +313,0 @@ "exports": []

{
"name": "@lion/tooltip",
"version": "0.21.7",
"version": "0.22.0",
"description": "Show relative overlay content on hover",

@@ -39,4 +39,4 @@ "license": "MIT",

"dependencies": {
"@lion/core": "0.20.0",
"@lion/overlays": "0.30.0"
"@lion/core": "^0.21.0",
"@lion/overlays": "^0.31.0"
},

@@ -56,4 +56,3 @@ "keywords": [

"./docs/*": "./docs/*"
},
"customElementsManifest": "custom-elements.json"
}
}

@@ -1,2 +0,2 @@

declare const LionTooltip_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@lion/overlays/types/OverlayMixinTypes").OverlayHost> & Pick<typeof import("@lion/overlays/types/OverlayMixinTypes").OverlayHost, "prototype"> & Pick<typeof LitElement, "_$litElement$" | "prototype" | "enabledWarnings" | "enableWarning" | "disableWarning" | "addInitializer" | "_initializers" | "elementProperties" | "properties" | "elementStyles" | "styles" | "observedAttributes" | "createProperty" | "shadowRootOptions"> & import("@open-wc/dedupe-mixin").Constructor<import("@lion/overlays/types/ArrowMixinTypes").ArrowHost> & Pick<typeof import("@lion/overlays/types/ArrowMixinTypes").ArrowHost, "prototype" | "properties" | "styles">;
declare const LionTooltip_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@lion/overlays/types/OverlayMixinTypes").OverlayHost> & Pick<typeof import("@lion/overlays/types/OverlayMixinTypes").OverlayHost, "prototype"> & Pick<typeof LitElement, "prototype" | "_$litElement$" | "enabledWarnings" | "enableWarning" | "disableWarning" | "addInitializer" | "_initializers" | "elementProperties" | "properties" | "elementStyles" | "styles" | "observedAttributes" | "createProperty" | "shadowRootOptions"> & import("@open-wc/dedupe-mixin").Constructor<import("@lion/overlays/types/ArrowMixinTypes").ArrowHost> & Pick<typeof import("@lion/overlays/types/ArrowMixinTypes").ArrowHost, "prototype" | "properties" | "styles">;
/**

@@ -13,3 +13,3 @@ * @typedef {import('@lion/overlays/types/OverlayConfig').OverlayConfig} OverlayConfig

static get properties(): any;
static get styles(): import("@lit/reactive-element").CSSResultGroup[];
static get styles(): (import("lit").CSSResultOrNative | import("@lion/core").CSSResultArray)[];
/**

@@ -38,6 +38,6 @@ * Decides whether the tooltip invoker text should be considered a description

}
export type OverlayConfig = import("@lion/overlays/types/OverlayConfig").OverlayConfig;
export type CSSResult = import("@lion/core").CSSResult;
export type CSSResultArray = import("@lit/reactive-element").CSSResultGroup[];
export type OverlayConfig = import('@lion/overlays/types/OverlayConfig').OverlayConfig;
export type CSSResult = import('@lion/core').CSSResult;
export type CSSResultArray = import('@lion/core').CSSResultArray;
import { LitElement } from "@lion/core";
export {};

@@ -1,2 +0,2 @@

export type LionTooltip = import("../src/LionTooltip.js").LionTooltip;
export type OverlayConfig = import("@lion/overlays/types/OverlayConfig").OverlayConfig;
export type LionTooltip = import('../src/LionTooltip.js').LionTooltip;
export type OverlayConfig = import('@lion/overlays/types/OverlayConfig').OverlayConfig;
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