@contrail/document-generation
Advanced tools
Comparing version 2.0.53 to 2.0.54
@@ -50,3 +50,3 @@ "use strict"; | ||
x: rowStartX, | ||
y: startingPosition.y + row * (maxComponentHeight + componentPadding * 2), | ||
y: startingPosition.y + row * (Math.min(componentSize.height, maxComponentHeight) + componentPadding * 2), | ||
}; | ||
@@ -53,0 +53,0 @@ for (let col = 0; col < gridTemplate.gridDimensions.cols; col++) { |
{ | ||
"name": "@contrail/document-generation", | ||
"version": "2.0.53", | ||
"version": "2.0.54", | ||
"description": "Utilities for automatic generation of documents.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
1107379