@vaadin/overlay
Advanced tools
Comparing version 23.3.0-alpha6 to 23.3.0-alpha7
{ | ||
"name": "@vaadin/overlay", | ||
"version": "23.3.0-alpha6", | ||
"version": "23.3.0-alpha7", | ||
"publishConfig": { | ||
@@ -37,7 +37,8 @@ "access": "public" | ||
"dependencies": { | ||
"@open-wc/dedupe-mixin": "^1.3.0", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "23.3.0-alpha6", | ||
"@vaadin/vaadin-lumo-styles": "23.3.0-alpha6", | ||
"@vaadin/vaadin-material-styles": "23.3.0-alpha6", | ||
"@vaadin/vaadin-themable-mixin": "23.3.0-alpha6" | ||
"@vaadin/component-base": "23.3.0-alpha7", | ||
"@vaadin/vaadin-lumo-styles": "23.3.0-alpha7", | ||
"@vaadin/vaadin-material-styles": "23.3.0-alpha7", | ||
"@vaadin/vaadin-themable-mixin": "23.3.0-alpha7" | ||
}, | ||
@@ -47,10 +48,10 @@ "devDependencies": { | ||
"@polymer/iron-overlay-behavior": "^3.0.0", | ||
"@vaadin/button": "23.3.0-alpha6", | ||
"@vaadin/radio-group": "23.3.0-alpha6", | ||
"@vaadin/button": "23.3.0-alpha7", | ||
"@vaadin/radio-group": "23.3.0-alpha7", | ||
"@vaadin/testing-helpers": "^0.3.2", | ||
"@vaadin/text-field": "23.3.0-alpha6", | ||
"@vaadin/text-field": "23.3.0-alpha7", | ||
"lit": "^2.0.0", | ||
"sinon": "^13.0.2" | ||
}, | ||
"gitHead": "796e51380384cfa30282eecbc4e0463038298547" | ||
"gitHead": "db2561dc65b5770978e95f00fdca218591d449a0" | ||
} |
@@ -53,2 +53,4 @@ /** | ||
* the default side defined by this property. | ||
* | ||
* @attr {start|end} horizontal-align | ||
*/ | ||
@@ -66,2 +68,4 @@ horizontalAlign: { | ||
* the default side defined by this property. | ||
* | ||
* @attr {top|bottom} vertical-align | ||
*/ | ||
@@ -76,2 +80,4 @@ verticalAlign: { | ||
* the target element in the x-axis, or be positioned right next to it. | ||
* | ||
* @attr {boolean} no-horizontal-overlap | ||
*/ | ||
@@ -86,2 +92,4 @@ noHorizontalOverlap: { | ||
* the target element in the y-axis, or be positioned right above/below it. | ||
* | ||
* @attr {boolean} no-vertical-overlap | ||
*/ | ||
@@ -88,0 +96,0 @@ noVerticalOverlap: { |
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
66682
13
1453
6
+ Added@open-wc/dedupe-mixin@^1.3.0
+ Added@vaadin/component-base@23.3.0-alpha7(transitive)
+ Added@vaadin/icon@23.3.0-alpha7(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.3.0-alpha7(transitive)
+ Added@vaadin/vaadin-material-styles@23.3.0-alpha7(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.3.0-alpha7(transitive)
- Removed@vaadin/component-base@23.3.0-alpha6(transitive)
- Removed@vaadin/icon@23.3.0-alpha6(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.3.0-alpha6(transitive)
- Removed@vaadin/vaadin-material-styles@23.3.0-alpha6(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.3.0-alpha6(transitive)