@tscircuit/core 0.0.822 → 0.0.824
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 +5 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -9702,6 +9702,9 @@ function convertTreeToInputProblem(tree, db, group) {
|
|
|
9702
9702
|
if (component?._parsedProps?.schFacingDirection) {
|
|
9703
9703
|
availableRotations = [0];
|
|
9704
9704
|
}
|
|
9705
|
+
if (component?.componentName === "Chip") {
|
|
9706
|
+
availableRotations = [0];
|
|
9707
|
+
}
|
|
9705
9708
|
const marginLeft = component?._parsedProps?.schMarginLeft ?? component?._parsedProps?.schMarginX ?? 0;
|
|
9706
9709
|
const marginRight = component?._parsedProps?.schMarginRight ?? component?._parsedProps?.schMarginX ?? 0;
|
|
9707
9710
|
let marginTop = component?._parsedProps?.schMarginTop ?? component?._parsedProps?.schMarginY ?? 0;
|
|
@@ -17285,7 +17288,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
17285
17288
|
var package_default = {
|
|
17286
17289
|
name: "@tscircuit/core",
|
|
17287
17290
|
type: "module",
|
|
17288
|
-
version: "0.0.
|
|
17291
|
+
version: "0.0.823",
|
|
17289
17292
|
types: "dist/index.d.ts",
|
|
17290
17293
|
main: "dist/index.js",
|
|
17291
17294
|
module: "dist/index.js",
|
|
@@ -17345,7 +17348,7 @@ var package_default = {
|
|
|
17345
17348
|
"circuit-json-to-gltf": "^0.0.31",
|
|
17346
17349
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
17347
17350
|
"circuit-json-to-spice": "^0.0.15",
|
|
17348
|
-
"circuit-to-svg": "^0.0.
|
|
17351
|
+
"circuit-to-svg": "^0.0.253",
|
|
17349
17352
|
concurrently: "^9.1.2",
|
|
17350
17353
|
"connectivity-map": "^1.0.0",
|
|
17351
17354
|
debug: "^4.3.6",
|
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.824",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"circuit-json-to-gltf": "^0.0.31",
|
|
62
62
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
63
63
|
"circuit-json-to-spice": "^0.0.15",
|
|
64
|
-
"circuit-to-svg": "^0.0.
|
|
64
|
+
"circuit-to-svg": "^0.0.253",
|
|
65
65
|
"concurrently": "^9.1.2",
|
|
66
66
|
"connectivity-map": "^1.0.0",
|
|
67
67
|
"debug": "^4.3.6",
|