@tscircuit/core 0.0.1148 → 0.0.1150

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 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" | "height" | "children" | "layoutMode"> & {
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" | "height" | "children" | "layoutMode"> & {
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.1147",
19152
+ version: "0.0.1149",
19153
19153
  types: "dist/index.d.ts",
19154
19154
  main: "dist/index.js",
19155
19155
  module: "dist/index.js",
@@ -19181,9 +19181,9 @@ 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.400",
19184
+ "@tscircuit/capacity-autorouter": "^0.0.414",
19185
19185
  "@tscircuit/checks": "0.0.115",
19186
- "@tscircuit/circuit-json-util": "^0.0.90",
19186
+ "@tscircuit/circuit-json-util": "^0.0.92",
19187
19187
  "@tscircuit/common": "^0.0.20",
19188
19188
  "@tscircuit/copper-pour-solver": "^0.0.20",
19189
19189
  "@tscircuit/footprinter": "^0.0.346",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1148",
4
+ "version": "0.0.1150",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -33,9 +33,9 @@
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.400",
36
+ "@tscircuit/capacity-autorouter": "^0.0.414",
37
37
  "@tscircuit/checks": "0.0.115",
38
- "@tscircuit/circuit-json-util": "^0.0.90",
38
+ "@tscircuit/circuit-json-util": "^0.0.92",
39
39
  "@tscircuit/common": "^0.0.20",
40
40
  "@tscircuit/copper-pour-solver": "^0.0.20",
41
41
  "@tscircuit/footprinter": "^0.0.346",