@tscircuit/core 0.0.792 → 0.0.793
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14788,7 +14788,7 @@ var PcbNoteDimension = class extends PrimitiveComponent2 {
|
|
|
14788
14788
|
_resolvePoint(input, transform) {
|
|
14789
14789
|
if (typeof input === "string") {
|
|
14790
14790
|
const target = this.getSubcircuit().selectOne(
|
|
14791
|
-
input
|
|
14791
|
+
`.${input}`
|
|
14792
14792
|
);
|
|
14793
14793
|
if (!target) {
|
|
14794
14794
|
this.renderError(`PcbNoteDimension could not find selector "${input}"`);
|
|
@@ -16868,7 +16868,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
16868
16868
|
var package_default = {
|
|
16869
16869
|
name: "@tscircuit/core",
|
|
16870
16870
|
type: "module",
|
|
16871
|
-
version: "0.0.
|
|
16871
|
+
version: "0.0.792",
|
|
16872
16872
|
types: "dist/index.d.ts",
|
|
16873
16873
|
main: "dist/index.js",
|
|
16874
16874
|
module: "dist/index.js",
|