@tscircuit/core 0.0.484 → 0.0.485
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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10181,9 +10181,9 @@ var SchematicBox = class extends PrimitiveComponent2 {
|
|
|
10181
10181
|
is_dashed: props.strokeStyle === "dashed"
|
|
10182
10182
|
});
|
|
10183
10183
|
if (props.title) {
|
|
10184
|
-
const isInside = props.titleInside
|
|
10184
|
+
const isInside = props.titleInside;
|
|
10185
10185
|
const TITLE_PADDING = 0.1;
|
|
10186
|
-
const anchor = props.titleAlignment
|
|
10186
|
+
const anchor = props.titleAlignment;
|
|
10187
10187
|
const anchorPos = getTitleAnchorAndPosition({
|
|
10188
10188
|
anchor,
|
|
10189
10189
|
x,
|
|
@@ -10228,7 +10228,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
10228
10228
|
var package_default = {
|
|
10229
10229
|
name: "@tscircuit/core",
|
|
10230
10230
|
type: "module",
|
|
10231
|
-
version: "0.0.
|
|
10231
|
+
version: "0.0.484",
|
|
10232
10232
|
types: "dist/index.d.ts",
|
|
10233
10233
|
main: "dist/index.js",
|
|
10234
10234
|
module: "dist/index.js",
|