@eturnity/eturnity_maths 7.35.0 → 7.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_maths",
3
- "version": "7.35.0",
3
+ "version": "7.37.0",
4
4
  "author": "Eturnity Team",
5
5
  "main": "src/index.js",
6
6
  "private": false,
@@ -312,6 +312,7 @@ export class Polygon {
312
312
  module_field_outline: this.outline.map((v) => [v.x, v.y, v.z]),
313
313
  col_spacing_mm: this.data.col_spacing_mm,
314
314
  row_spacing_mm: this.data.row_spacing_mm,
315
+ is_row_spacing_automatic: this.data.is_row_spacing_automatic,
315
316
  offset_percent: this.data.offset_percent,
316
317
  panel_orientation: this.data.panel_orientation,
317
318
  panel_direction_degrees: this.data.panel_direction_degrees,