@modular-circuit/transpiler 0.0.73 → 0.0.74

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.
@@ -10,9 +10,9 @@ export function get_power_pos(pwr_number) {
10
10
  }
11
11
  var BLOCK_START_Y = 36 * GRID_SIZE;
12
12
  var BLOCK_START_X = BLOCK_START_Y;
13
- export var BLOCK_PIN_GAP = 4 * GRID_SIZE;
13
+ export var BLOCK_PIN_GAP = 3 * GRID_SIZE;
14
14
  var BLOCK_MARGIN_TOP = 8 * GRID_SIZE;
15
- var MIN_BLOCK_WIDTH = 16 * GRID_SIZE;
15
+ var MIN_BLOCK_WIDTH = 8 * GRID_SIZE;
16
16
  var BLOCK_MARGIN_LEFT = 16 * GRID_SIZE;
17
17
  var BLOCK_MARGIN_RIGHT = BLOCK_MARGIN_LEFT;
18
18
  var INTERNAL_LABEL_MARGIN = 8 * FONT_SIZE;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modular-circuit/transpiler",
3
- "version": "0.0.73",
3
+ "version": "0.0.74",
4
4
  "description": "Intermediate representation of the modular circuit",
5
5
  "main": "./build/index.js",
6
6
  "files": [