@vaadin/form-layout
Advanced tools
Comparing version 22.0.0-alpha9 to 22.0.0-beta1
{ | ||
"name": "@vaadin/form-layout", | ||
"version": "22.0.0-alpha9", | ||
"version": "22.0.0-beta1", | ||
"publishConfig": { | ||
@@ -37,6 +37,6 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "22.0.0-alpha9", | ||
"@vaadin/vaadin-lumo-styles": "22.0.0-alpha9", | ||
"@vaadin/vaadin-material-styles": "22.0.0-alpha9", | ||
"@vaadin/vaadin-themable-mixin": "22.0.0-alpha9" | ||
"@vaadin/component-base": "22.0.0-beta1", | ||
"@vaadin/vaadin-lumo-styles": "22.0.0-beta1", | ||
"@vaadin/vaadin-material-styles": "22.0.0-beta1", | ||
"@vaadin/vaadin-themable-mixin": "22.0.0-beta1" | ||
}, | ||
@@ -46,6 +46,6 @@ "devDependencies": { | ||
"@vaadin/testing-helpers": "^0.3.0", | ||
"@vaadin/text-field": "22.0.0-alpha9", | ||
"@vaadin/text-field": "22.0.0-beta1", | ||
"sinon": "^9.2.1" | ||
}, | ||
"gitHead": "6e8c899dc65918f97e3c0acb2076122c4b2ef274" | ||
"gitHead": "4cf8a9d0504994200c610e44b3676114fef49c1e" | ||
} |
@@ -112,9 +112,3 @@ /** | ||
align-items: baseline; | ||
/* CSS API for host */ | ||
--vaadin-form-item-label-width: 8em; | ||
--vaadin-form-item-label-spacing: 1em; | ||
--vaadin-form-item-row-spacing: 1em; | ||
margin: calc(0.5 * var(--vaadin-form-item-row-spacing)) 0; | ||
margin: calc(0.5 * var(--vaadin-form-item-row-spacing, 1em)) 0; | ||
} | ||
@@ -132,3 +126,3 @@ | ||
#label { | ||
width: var(--vaadin-form-item-label-width); | ||
width: var(--vaadin-form-item-label-width, 8em); | ||
flex: 0 0 auto; | ||
@@ -142,3 +136,3 @@ } | ||
#spacing { | ||
width: var(--vaadin-form-item-label-spacing); | ||
width: var(--vaadin-form-item-label-spacing, 1em); | ||
flex: 0 0 auto; | ||
@@ -145,0 +139,0 @@ } |
@@ -117,2 +117,5 @@ /** | ||
/* CSS API for host */ | ||
--vaadin-form-item-label-width: 8em; | ||
--vaadin-form-item-label-spacing: 1em; | ||
--vaadin-form-item-row-spacing: 1em; | ||
--vaadin-form-layout-column-spacing: 2em; /* (default) */ | ||
@@ -119,0 +122,0 @@ align-self: stretch; |
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
46913
957
+ Added@vaadin/component-base@22.0.0-beta1(transitive)
+ Added@vaadin/icon@22.0.0-beta1(transitive)
+ Added@vaadin/vaadin-lumo-styles@22.0.0-beta1(transitive)
+ Added@vaadin/vaadin-material-styles@22.0.0-beta1(transitive)
+ Added@vaadin/vaadin-themable-mixin@22.0.0-beta1(transitive)
- Removed@vaadin/component-base@22.0.0-alpha9(transitive)
- Removed@vaadin/icon@22.0.0-alpha9(transitive)
- Removed@vaadin/vaadin-lumo-styles@22.0.0-alpha9(transitive)
- Removed@vaadin/vaadin-material-styles@22.0.0-alpha9(transitive)
- Removed@vaadin/vaadin-themable-mixin@22.0.0-alpha9(transitive)