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

@lion/overlays

Package Overview
Dependencies
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/overlays - npm Package Compare versions

Comparing version 0.23.0 to 0.23.1

6

CHANGELOG.md
# Change Log
## 0.23.1
### Patch Changes
- a04ea59c: Put tooltip arrow width and height css props on host of ArrowMixin.
## 0.23.0

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@lion/overlays",
"version": "0.23.0",
"version": "0.23.1",
"description": "Overlays System using lit-html for rendering",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -18,5 +18,5 @@ /**

modifiers: Partial<import("@popperjs/core/lib/types").Modifier<any, any>>[];
strategy: import("@popperjs/core/lib/types").PositioningStrategy; /** @type {Placement} */
strategy: import("@popperjs/core/lib/types").PositioningStrategy;
onFirstUpdate?: ((arg0: Partial<import("@popperjs/core/lib/types").State>) => void) | undefined;
};
export type Placement = "auto" | "left" | "right" | "bottom" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | "auto-start" | "auto-end";

@@ -33,2 +33,7 @@ import { css, html, dedupeMixin } from '@lion/core';

css`
:host {
--tooltip-arrow-width: 12px;
--tooltip-arrow-height: 8px;
}
.arrow svg {

@@ -40,4 +45,2 @@ display: block;

position: absolute;
--tooltip-arrow-width: 12px;
--tooltip-arrow-height: 8px;
width: var(--tooltip-arrow-width);

@@ -44,0 +47,0 @@ height: var(--tooltip-arrow-height);

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