minitel-standalone
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "minitel-standalone", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "A standalone package for minitel components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -196,3 +196,5 @@ import { MinitelObject } from '../abstract/minitelobject.js'; | ||
const remainingSpace = attributes.height != null ? attributes.height - cumulatedHeight : null; | ||
const gapIfStatic = typeof attributes.gap === 'number' ? attributes.gap : 0; | ||
const remainingSpace = attributes.height != null ? attributes.height - cumulatedHeight - gapIfStatic * (this.children.length - 1) : null; | ||
@@ -199,0 +201,0 @@ const unitOfFlexGrowSpace = remainingSpace != null && flexGrowTotal !== 0 ? remainingSpace / flexGrowTotal : null; |
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
259629
5488