@vaadin/form-layout
Advanced tools
Comparing version 24.7.0-alpha3 to 24.7.0-alpha4
{ | ||
"name": "@vaadin/form-layout", | ||
"version": "24.7.0-alpha3", | ||
"version": "24.7.0-alpha4", | ||
"publishConfig": { | ||
@@ -40,13 +40,13 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/a11y-base": "24.7.0-alpha3", | ||
"@vaadin/component-base": "24.7.0-alpha3", | ||
"@vaadin/vaadin-lumo-styles": "24.7.0-alpha3", | ||
"@vaadin/vaadin-material-styles": "24.7.0-alpha3", | ||
"@vaadin/vaadin-themable-mixin": "24.7.0-alpha3" | ||
"@vaadin/a11y-base": "24.7.0-alpha4", | ||
"@vaadin/component-base": "24.7.0-alpha4", | ||
"@vaadin/vaadin-lumo-styles": "24.7.0-alpha4", | ||
"@vaadin/vaadin-material-styles": "24.7.0-alpha4", | ||
"@vaadin/vaadin-themable-mixin": "24.7.0-alpha4" | ||
}, | ||
"devDependencies": { | ||
"@vaadin/chai-plugins": "24.7.0-alpha3", | ||
"@vaadin/custom-field": "24.7.0-alpha3", | ||
"@vaadin/chai-plugins": "24.7.0-alpha4", | ||
"@vaadin/custom-field": "24.7.0-alpha4", | ||
"@vaadin/testing-helpers": "^1.1.0", | ||
"@vaadin/text-field": "24.7.0-alpha3", | ||
"@vaadin/text-field": "24.7.0-alpha4", | ||
"sinon": "^18.0.0" | ||
@@ -58,3 +58,3 @@ }, | ||
], | ||
"gitHead": "dd5cfad6c9b54e676f5b10dffba2233775378f40" | ||
"gitHead": "d7165cebf9dcf6a7e9e22f6353662d33404b4856" | ||
} |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -342,5 +342,5 @@ */ | ||
The item width formula: | ||
itemWidth = colspan / columnCount * 100% - columnSpacing | ||
We have to subtract columnSpacing, because the column spacing space is taken | ||
@@ -347,0 +347,0 @@ by item margins of 1/2 * spacing on both sides |
/** | ||
* @license | ||
* Copyright (c) 2018 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2018 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2018 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2018 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
export * from './vaadin-form-item.js'; |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
export * from './vaadin-form-layout.js'; |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/form-layout", | ||
"version": "24.7.0-alpha3", | ||
"version": "24.7.0-alpha4", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/form-layout", | ||
"version": "24.7.0-alpha3", | ||
"version": "24.7.0-alpha4", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "framework": "lit", |
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
76149
+ Added@lit-labs/ssr-dom-shim@1.3.0(transitive)
+ Added@vaadin/a11y-base@24.7.0-alpha4(transitive)
+ Added@vaadin/component-base@24.7.0-alpha4(transitive)
+ Added@vaadin/icon@24.7.0-alpha4(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.7.0-alpha4(transitive)
+ Added@vaadin/vaadin-material-styles@24.7.0-alpha4(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.7.0-alpha4(transitive)
- Removed@lit-labs/ssr-dom-shim@1.2.1(transitive)
- Removed@vaadin/a11y-base@24.7.0-alpha3(transitive)
- Removed@vaadin/component-base@24.7.0-alpha3(transitive)
- Removed@vaadin/icon@24.7.0-alpha3(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.7.0-alpha3(transitive)
- Removed@vaadin/vaadin-material-styles@24.7.0-alpha3(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.7.0-alpha3(transitive)