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

@umbraco-ui/uui-modal

Package Overview
Dependencies
Maintainers
6
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-modal - npm Package Compare versions

Comparing version 1.8.0-rc.2 to 1.8.0-rc.3

17

lib/index.js

@@ -201,2 +201,3 @@ import { css, LitElement, html } from 'lit';

--uui-modal-sidebar-left-gap: 24px;
--uui-modal-sidebar-background: var(--uui-color-surface,#fff);
}

@@ -216,2 +217,6 @@ @media (min-width: 600px) {

transition: right var(--uui-modal-transition-duration, 250ms);
background: var(
--uui-modal-sidebar-background,
var(--uui-color-surface,#fff)
);
}

@@ -435,2 +440,5 @@ :host([index='0']) dialog {

css`
:host {
--uui-modal-dialog-background: var(--uui-color-surface,#fff);
}
dialog {

@@ -440,3 +448,10 @@ margin: auto;

max-height: 100%;
border-radius: 12px;
border-radius: var(
--uui-modal-dialog-border-radius,
calc(var(--uui-border-radius,3px) * 4)
);
background: var(
--uui-modal-dialog-background,
var(--uui-color-surface,#fff)
);
}

@@ -443,0 +458,0 @@ :host([index='0']) dialog {

4

package.json
{
"name": "@umbraco-ui/uui-modal",
"version": "1.8.0-rc.2",
"version": "1.8.0-rc.3",
"license": "MIT",

@@ -44,3 +44,3 @@ "keywords": [

"homepage": "https://uui.umbraco.com/?path=/story/uui-modal",
"gitHead": "d37c2c4ba77397c7e3979f04dfc221f50ed421f1"
"gitHead": "e159c43696e787f12165f5a19da024fffc06b64e"
}
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