@tscircuit/core 0.0.1147 → 0.0.1149
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 +2 -2
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -5581,7 +5581,7 @@ declare class Subpanel extends Group<typeof subpanelProps> {
|
|
|
5581
5581
|
topMargin?: string | number | undefined;
|
|
5582
5582
|
bottomMargin?: string | number | undefined;
|
|
5583
5583
|
}>>>;
|
|
5584
|
-
}, "width" | "
|
|
5584
|
+
}, "width" | "children" | "height" | "layoutMode"> & {
|
|
5585
5585
|
width: zod.ZodOptional<zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>>;
|
|
5586
5586
|
height: zod.ZodOptional<zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>>;
|
|
5587
5587
|
children: zod.ZodOptional<zod.ZodAny>;
|
|
@@ -6774,7 +6774,7 @@ declare class Panel extends Subpanel {
|
|
|
6774
6774
|
topMargin?: string | number | undefined;
|
|
6775
6775
|
bottomMargin?: string | number | undefined;
|
|
6776
6776
|
}>>>;
|
|
6777
|
-
}, "width" | "
|
|
6777
|
+
}, "width" | "children" | "height" | "layoutMode"> & {
|
|
6778
6778
|
width: zod.ZodOptional<zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>>;
|
|
6779
6779
|
height: zod.ZodOptional<zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>>;
|
|
6780
6780
|
children: zod.ZodOptional<zod.ZodAny>;
|
package/dist/index.js
CHANGED
|
@@ -19149,7 +19149,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
19149
19149
|
var package_default = {
|
|
19150
19150
|
name: "@tscircuit/core",
|
|
19151
19151
|
type: "module",
|
|
19152
|
-
version: "0.0.
|
|
19152
|
+
version: "0.0.1148",
|
|
19153
19153
|
types: "dist/index.d.ts",
|
|
19154
19154
|
main: "dist/index.js",
|
|
19155
19155
|
module: "dist/index.js",
|
|
@@ -19181,7 +19181,7 @@ var package_default = {
|
|
|
19181
19181
|
"@biomejs/biome": "^1.8.3",
|
|
19182
19182
|
"@resvg/resvg-js": "^2.6.2",
|
|
19183
19183
|
"@tscircuit/alphabet": "0.0.25",
|
|
19184
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
19184
|
+
"@tscircuit/capacity-autorouter": "^0.0.414",
|
|
19185
19185
|
"@tscircuit/checks": "0.0.115",
|
|
19186
19186
|
"@tscircuit/circuit-json-util": "^0.0.90",
|
|
19187
19187
|
"@tscircuit/common": "^0.0.20",
|
|
@@ -19254,7 +19254,7 @@ var package_default = {
|
|
|
19254
19254
|
dependencies: {
|
|
19255
19255
|
"@flatten-js/core": "^1.6.2",
|
|
19256
19256
|
"@lume/kiwi": "^0.4.3",
|
|
19257
|
-
"calculate-packing": "0.0.
|
|
19257
|
+
"calculate-packing": "0.0.71",
|
|
19258
19258
|
"css-select": "5.1.0",
|
|
19259
19259
|
"format-si-unit": "^0.0.3",
|
|
19260
19260
|
nanoid: "^5.0.7",
|
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.1149",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@biomejs/biome": "^1.8.3",
|
|
34
34
|
"@resvg/resvg-js": "^2.6.2",
|
|
35
35
|
"@tscircuit/alphabet": "0.0.25",
|
|
36
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
36
|
+
"@tscircuit/capacity-autorouter": "^0.0.414",
|
|
37
37
|
"@tscircuit/checks": "0.0.115",
|
|
38
38
|
"@tscircuit/circuit-json-util": "^0.0.90",
|
|
39
39
|
"@tscircuit/common": "^0.0.20",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@flatten-js/core": "^1.6.2",
|
|
108
108
|
"@lume/kiwi": "^0.4.3",
|
|
109
|
-
"calculate-packing": "0.0.
|
|
109
|
+
"calculate-packing": "0.0.71",
|
|
110
110
|
"css-select": "5.1.0",
|
|
111
111
|
"format-si-unit": "^0.0.3",
|
|
112
112
|
"nanoid": "^5.0.7",
|