@tscircuit/core 0.0.823 → 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 +4 -1
- package/package.json +1 -1
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",
|