@vaadin/vaadin-form-layout
Advanced tools
Comparing version 21.0.0-alpha1 to 21.0.0-alpha10
{ | ||
"name": "@vaadin/vaadin-form-layout", | ||
"version": "21.0.0-alpha1", | ||
"version": "21.0.0-alpha10", | ||
"description": "Web component providing configurable responsive layout for form elements", | ||
@@ -30,6 +30,6 @@ "main": "vaadin-form-layout.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-element-mixin": "^21.0.0-alpha1", | ||
"@vaadin/vaadin-lumo-styles": "^21.0.0-alpha1", | ||
"@vaadin/vaadin-material-styles": "^21.0.0-alpha1", | ||
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha1" | ||
"@vaadin/vaadin-element-mixin": "^21.0.0-alpha10", | ||
"@vaadin/vaadin-lumo-styles": "^21.0.0-alpha10", | ||
"@vaadin/vaadin-material-styles": "^21.0.0-alpha10", | ||
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha10" | ||
}, | ||
@@ -39,4 +39,4 @@ "devDependencies": { | ||
"@vaadin/testing-helpers": "^0.2.1", | ||
"@vaadin/vaadin-ordered-layout": "^21.0.0-alpha1", | ||
"@vaadin/vaadin-text-field": "^21.0.0-alpha1", | ||
"@vaadin/vaadin-ordered-layout": "^21.0.0-alpha10", | ||
"@vaadin/vaadin-text-field": "^21.0.0-alpha10", | ||
"sinon": "^9.2.1" | ||
@@ -47,3 +47,3 @@ }, | ||
}, | ||
"gitHead": "8542c7dadc4c86e454a48613f0f2d027dcb5aa86" | ||
"gitHead": "9e75b3416edc041e35720c29a842423a1da66e60" | ||
} |
@@ -164,3 +164,3 @@ /** | ||
static get version() { | ||
return '21.0.0-alpha1'; | ||
return '21.0.0-alpha10'; | ||
} | ||
@@ -167,0 +167,0 @@ |
@@ -21,3 +21,3 @@ import { registerStyles, css } from '@vaadin/vaadin-themable-mixin/register-styles.js'; | ||
margin-top: var(--lumo-space-m); | ||
margin-left: calc(var(--lumo-border-radius) / 4); | ||
margin-left: calc(var(--lumo-border-radius-m) / 4); | ||
margin-bottom: var(--lumo-space-xs); | ||
@@ -24,0 +24,0 @@ transition: color 0.4s; |
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
48395