circuitscript 0.1.3 → 0.1.4
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/dist/cjs/layout.js +1 -1
- package/dist/esm/layout.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/layout.js
CHANGED
|
@@ -1396,7 +1396,7 @@ class RenderFrame extends RenderObject {
|
|
|
1396
1396
|
this.padding = (0, helpers_js_1.milsToMM)(100);
|
|
1397
1397
|
this.gap = (0, helpers_js_1.milsToMM)(100);
|
|
1398
1398
|
this.borderWidth = (0, ParamDefinition_js_1.numeric)(5);
|
|
1399
|
-
this.direction = Frame_js_1.FramePlotDirection.
|
|
1399
|
+
this.direction = Frame_js_1.FramePlotDirection.Row;
|
|
1400
1400
|
this.width = null;
|
|
1401
1401
|
this.height = null;
|
|
1402
1402
|
this.subgraphId = "";
|
package/dist/esm/layout.mjs
CHANGED
|
@@ -1391,7 +1391,7 @@ export class RenderFrame extends RenderObject {
|
|
|
1391
1391
|
padding = milsToMM(100);
|
|
1392
1392
|
gap = milsToMM(100);
|
|
1393
1393
|
borderWidth = numeric(5);
|
|
1394
|
-
direction = FramePlotDirection.
|
|
1394
|
+
direction = FramePlotDirection.Row;
|
|
1395
1395
|
width = null;
|
|
1396
1396
|
height = null;
|
|
1397
1397
|
subgraphId = "";
|