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

@dile/ui

Package Overview
Dependencies
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dile/ui - npm Package Compare versions

Comparing version 2.1.13 to 2.1.14

7

components/modal/src/DileModal.js

@@ -74,5 +74,5 @@ import { LitElement, html, css } from "lit";

max-width: var(--dile-modal-max-width, 100vw);
height: var(--dile-modal-height, auto);
height: auto;
min-height: var(--dile-modal-min-height, auto);
max-height: var(--dile-modal-max-height, 100vh);
background-color: var(--dile-modal-content-background-color, #fff);

@@ -91,4 +91,5 @@ box-shadow: var(--dile-modal-content-shadow-displacement, 6px)

max-height: 100%;
height: 100%;
padding-right: var(--dile-modal-content-padding, 1em);
height: var(--dile-modal-height, auto);
max-height: var(--dile-modal-max-height, 90vh);
}

@@ -95,0 +96,0 @@ .transparent {

{
"name": "@dile/ui",
"version": "2.1.13",
"version": "2.1.14",
"description": "UI Core components from dile-components.",

@@ -29,3 +29,3 @@ "main": "index.js",

},
"gitHead": "6abd9dcdc0163a65cd0bc6854e204cdb28519715"
"gitHead": "46923633eba58eca9f430b015e38ff2cfcef2c87"
}
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