@umbraco-ui/uui-modal
Advanced tools
Comparing version 1.8.0-rc.2 to 1.8.0-rc.3
@@ -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 { |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27257
748