@tscircuit/rectdiff 0.0.35 → 0.0.37

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.
@@ -213,6 +213,8 @@ export class ExpandEdgesToEmptySpaceSolver extends BaseSolver {
213
213
  points: [],
214
214
  lines: [],
215
215
  circles: [],
216
+ infiniteLines: [],
217
+ polygons: [],
216
218
  arrows: [],
217
219
  texts: [],
218
220
  }
@@ -140,6 +140,8 @@ export class FindSegmentsWithAdjacentEmptySpaceSolver extends BaseSolver {
140
140
  points: [],
141
141
  lines: [],
142
142
  circles: [],
143
+ infiniteLines: [],
144
+ polygons: [],
143
145
  arrows: [],
144
146
  texts: [],
145
147
  }
@@ -74,6 +74,8 @@ export class GapFillSolverPipeline extends BasePipelineSolver<GapFillSolverInput
74
74
  points: [],
75
75
  lines: [],
76
76
  circles: [],
77
+ infiniteLines: [],
78
+ polygons: [],
77
79
  arrows: [],
78
80
  texts: [],
79
81
  }
@@ -104,6 +106,8 @@ export class GapFillSolverPipeline extends BasePipelineSolver<GapFillSolverInput
104
106
  points: [],
105
107
  lines: [],
106
108
  circles: [],
109
+ infiniteLines: [],
110
+ polygons: [],
107
111
  arrows: [],
108
112
  texts: [],
109
113
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/rectdiff",
3
- "version": "0.0.35",
3
+ "version": "0.0.37",
4
4
  "type": "module",
5
5
  "main": "lib/index.ts",
6
6
  "types": "lib/index.ts",
@@ -19,7 +19,7 @@
19
19
  "@biomejs/biome": "^2.3.5",
20
20
  "@react-hook/resize-observer": "^2.0.2",
21
21
  "@tscircuit/math-utils": "^0.0.29",
22
- "@tscircuit/solver-utils": "^0.0.9",
22
+ "@tscircuit/solver-utils": "^0.0.16",
23
23
  "@types/bun": "latest",
24
24
  "@types/rbush": "^4.0.0",
25
25
  "@types/react": "^18",
@@ -28,7 +28,7 @@
28
28
  "@vitejs/plugin-react": "^4",
29
29
  "biome": "^0.3.3",
30
30
  "bun-match-svg": "^0.0.14",
31
- "graphics-debug": "^0.0.76",
31
+ "graphics-debug": "^0.0.94",
32
32
  "rbush": "^4.0.1",
33
33
  "react": "18",
34
34
  "react-cosmos": "^6.2.3",