@tscircuit/core 0.0.1097 → 0.0.1098
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/index.d.ts +421 -2
- package/dist/index.js +4 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -6271,11 +6271,11 @@ var PlatedHole = class extends PrimitiveComponent2 {
|
|
|
6271
6271
|
const parentPorts = this.getPrimitiveContainer()?.selectAll(
|
|
6272
6272
|
"port"
|
|
6273
6273
|
);
|
|
6274
|
-
if (!this.
|
|
6274
|
+
if (!this._parsedProps.portHints) {
|
|
6275
6275
|
return;
|
|
6276
6276
|
}
|
|
6277
6277
|
for (const port of parentPorts) {
|
|
6278
|
-
if (port.isMatchingAnyOf(this.
|
|
6278
|
+
if (port.isMatchingAnyOf(this._parsedProps.portHints)) {
|
|
6279
6279
|
this.matchedPort = port;
|
|
6280
6280
|
port.registerMatch(this);
|
|
6281
6281
|
return;
|
|
@@ -18210,7 +18210,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
18210
18210
|
var package_default = {
|
|
18211
18211
|
name: "@tscircuit/core",
|
|
18212
18212
|
type: "module",
|
|
18213
|
-
version: "0.0.
|
|
18213
|
+
version: "0.0.1097",
|
|
18214
18214
|
types: "dist/index.d.ts",
|
|
18215
18215
|
main: "dist/index.js",
|
|
18216
18216
|
module: "dist/index.js",
|
|
@@ -18255,7 +18255,7 @@ var package_default = {
|
|
|
18255
18255
|
"@tscircuit/math-utils": "^0.0.29",
|
|
18256
18256
|
"@tscircuit/miniflex": "^0.0.4",
|
|
18257
18257
|
"@tscircuit/ngspice-spice-engine": "^0.0.8",
|
|
18258
|
-
"@tscircuit/props": "^0.0.
|
|
18258
|
+
"@tscircuit/props": "^0.0.494",
|
|
18259
18259
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
18260
18260
|
"@tscircuit/schematic-trace-solver": "^v0.0.45",
|
|
18261
18261
|
"@tscircuit/solver-utils": "^0.0.3",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.1098",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@tscircuit/math-utils": "^0.0.29",
|
|
47
47
|
"@tscircuit/miniflex": "^0.0.4",
|
|
48
48
|
"@tscircuit/ngspice-spice-engine": "^0.0.8",
|
|
49
|
-
"@tscircuit/props": "^0.0.
|
|
49
|
+
"@tscircuit/props": "^0.0.494",
|
|
50
50
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
51
51
|
"@tscircuit/schematic-trace-solver": "^v0.0.45",
|
|
52
52
|
"@tscircuit/solver-utils": "^0.0.3",
|