@vaadin/dialog
Advanced tools
Comparing version 23.1.0-alpha2 to 23.1.0-alpha3
{ | ||
"name": "@vaadin/dialog", | ||
"version": "23.1.0-alpha2", | ||
"version": "23.1.0-alpha3", | ||
"publishConfig": { | ||
@@ -38,16 +38,16 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "23.1.0-alpha2", | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha2", | ||
"@vaadin/vaadin-material-styles": "23.1.0-alpha2", | ||
"@vaadin/vaadin-overlay": "23.1.0-alpha2", | ||
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha2" | ||
"@vaadin/component-base": "23.1.0-alpha3", | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha3", | ||
"@vaadin/vaadin-material-styles": "23.1.0-alpha3", | ||
"@vaadin/vaadin-overlay": "23.1.0-alpha3", | ||
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha3" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/polymer-legacy-adapter": "23.1.0-alpha2", | ||
"@vaadin/polymer-legacy-adapter": "23.1.0-alpha3", | ||
"@vaadin/testing-helpers": "^0.3.2", | ||
"@vaadin/text-area": "23.1.0-alpha2", | ||
"sinon": "^9.2.1" | ||
"@vaadin/text-area": "23.1.0-alpha3", | ||
"sinon": "^13.0.2" | ||
}, | ||
"gitHead": "6842dcb8b163d4512fae8d3d12a6559077a4aee6" | ||
"gitHead": "8c9e64e8dfa158dd52a9bf6da351ff038c88ca85" | ||
} |
@@ -43,3 +43,3 @@ /** | ||
/* prefixing with the element tag to avoid styling confirm-dialog footer part */ | ||
[part='header-content'], | ||
:host([has-title]) [part='header-content'], | ||
footer[part='footer'] { | ||
@@ -46,0 +46,0 @@ justify-content: flex-end; |
@@ -42,5 +42,3 @@ import '@vaadin/vaadin-lumo-styles/spacing.js'; | ||
:host(:is([has-header], [has-title])) [part='header'] { | ||
padding: var(--lumo-space-s) var(--lumo-space-m); | ||
min-height: var(--lumo-size-xl); | ||
box-sizing: border-box; | ||
padding: var(--lumo-space-m); | ||
background-color: var(--lumo-base-color); | ||
@@ -52,4 +50,2 @@ border-radius: var(--lumo-border-radius-l) var(--lumo-border-radius-l) 0 0; /* Needed for Safari */ | ||
padding: var(--lumo-space-s) var(--lumo-space-m); | ||
min-height: var(--lumo-size-l); | ||
box-sizing: border-box; | ||
background-color: var(--lumo-contrast-5pct); | ||
@@ -71,10 +67,2 @@ border-radius: 0 0 var(--lumo-border-radius-l) var(--lumo-border-radius-l); /* Needed for Safari */ | ||
:host([theme~='no-padding']:is([has-header], [has-title])) [part='header'] { | ||
padding: 0; | ||
} | ||
:host([theme~='no-padding'][has-footer]) [part='footer'] { | ||
padding: 0; | ||
} | ||
@media (min-height: 320px) { | ||
@@ -81,0 +69,0 @@ :host(:is([has-header], [has-title])[overflow~='top']) [part='header'] { |
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
63028
1376
+ Added@vaadin/component-base@23.1.0-alpha3(transitive)
+ Added@vaadin/icon@23.1.0-alpha3(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.1.0-alpha3(transitive)
+ Added@vaadin/vaadin-material-styles@23.1.0-alpha3(transitive)
+ Added@vaadin/vaadin-overlay@23.1.0-alpha3(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.1.0-alpha3(transitive)
- Removed@vaadin/component-base@23.1.0-alpha2(transitive)
- Removed@vaadin/icon@23.1.0-alpha2(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.1.0-alpha2(transitive)
- Removed@vaadin/vaadin-material-styles@23.1.0-alpha2(transitive)
- Removed@vaadin/vaadin-overlay@23.1.0-alpha2(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.1.0-alpha2(transitive)