@vaadin/confirm-dialog
Advanced tools
Comparing version 23.0.4 to 23.1.0-alpha1
{ | ||
"name": "@vaadin/confirm-dialog", | ||
"version": "23.0.4", | ||
"version": "23.1.0-alpha1", | ||
"publishConfig": { | ||
@@ -37,10 +37,10 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/button": "^23.0.4", | ||
"@vaadin/component-base": "^23.0.4", | ||
"@vaadin/dialog": "^23.0.4", | ||
"@vaadin/button": "23.1.0-alpha1", | ||
"@vaadin/component-base": "23.1.0-alpha1", | ||
"@vaadin/dialog": "23.1.0-alpha1", | ||
"@vaadin/vaadin-license-checker": "^2.1.0", | ||
"@vaadin/vaadin-lumo-styles": "^23.0.4", | ||
"@vaadin/vaadin-material-styles": "^23.0.4", | ||
"@vaadin/vaadin-overlay": "^23.0.4", | ||
"@vaadin/vaadin-themable-mixin": "^23.0.4" | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha1", | ||
"@vaadin/vaadin-material-styles": "23.1.0-alpha1", | ||
"@vaadin/vaadin-overlay": "23.1.0-alpha1", | ||
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha1" | ||
}, | ||
@@ -52,3 +52,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "d8db2046661c42fb5aac09ed683b500bf4613b26" | ||
"gitHead": "5d0cdee069f866037c507265fafb4d0476795333" | ||
} |
@@ -119,3 +119,3 @@ /** | ||
on-touchstart="_bringOverlayToFront" | ||
theme$="[[theme]]" | ||
theme$="[[_theme]]" | ||
modeless="[[modeless]]" | ||
@@ -122,0 +122,0 @@ with-backdrop="[[!modeless]]" |
@@ -71,6 +71,3 @@ /** | ||
<style> | ||
:host { | ||
display: none; | ||
} | ||
:host, | ||
[hidden] { | ||
@@ -85,3 +82,3 @@ display: none !important; | ||
aria-label="[[_getAriaLabel(header)]]" | ||
theme$="[[theme]]" | ||
theme$="[[_theme]]" | ||
no-close-on-outside-click | ||
@@ -88,0 +85,0 @@ no-close-on-esc="[[noCloseOnEsc]]" |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
47115
904
1
+ Added@vaadin/button@23.1.0-alpha1(transitive)
+ Added@vaadin/component-base@23.1.0-alpha1(transitive)
+ Added@vaadin/dialog@23.1.0-alpha1(transitive)
+ Added@vaadin/icon@23.1.0-alpha1(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.1.0-alpha1(transitive)
+ Added@vaadin/vaadin-material-styles@23.1.0-alpha1(transitive)
+ Added@vaadin/vaadin-overlay@23.1.0-alpha1(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.1.0-alpha1(transitive)
- Removed@vaadin/button@23.5.7(transitive)
- Removed@vaadin/component-base@23.5.7(transitive)
- Removed@vaadin/dialog@23.5.7(transitive)
- Removed@vaadin/icon@23.5.7(transitive)
- Removed@vaadin/lit-renderer@23.5.7(transitive)
- Removed@vaadin/overlay@23.5.7(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.5.7(transitive)
- Removed@vaadin/vaadin-material-styles@23.5.7(transitive)
- Removed@vaadin/vaadin-overlay@23.5.7(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.5.7(transitive)
Updated@vaadin/button@23.1.0-alpha1
Updated@vaadin/dialog@23.1.0-alpha1