@tscircuit/props 0.0.424 → 0.0.425
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/README.md +0 -2
- package/dist/index.d.ts +0 -14
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/lib/components/panel.ts +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -969,8 +969,6 @@ export interface PanelProps extends Omit<
|
|
|
969
969
|
panelizationMethod?: "tab-routing" | "none";
|
|
970
970
|
/** Gap between boards in a panel */
|
|
971
971
|
boardGap?: Distance;
|
|
972
|
-
boardAreaWidth?: Distance;
|
|
973
|
-
boardAreaHeight?: Distance;
|
|
974
972
|
layoutMode?: "grid" | "pack" | "none";
|
|
975
973
|
row?: number;
|
|
976
974
|
col?: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -13248,8 +13248,6 @@ interface PanelProps extends Omit<BaseGroupProps, "height" | "layoutMode" | "wid
|
|
|
13248
13248
|
panelizationMethod?: "tab-routing" | "none";
|
|
13249
13249
|
/** Gap between boards in a panel */
|
|
13250
13250
|
boardGap?: Distance;
|
|
13251
|
-
boardAreaWidth?: Distance;
|
|
13252
|
-
boardAreaHeight?: Distance;
|
|
13253
13251
|
layoutMode?: "grid" | "pack" | "none";
|
|
13254
13252
|
row?: number;
|
|
13255
13253
|
col?: number;
|
|
@@ -13798,8 +13796,6 @@ declare const panelProps: z.ZodObject<Omit<{
|
|
|
13798
13796
|
noSolderMask: z.ZodOptional<z.ZodBoolean>;
|
|
13799
13797
|
panelizationMethod: z.ZodOptional<z.ZodEnum<["tab-routing", "none"]>>;
|
|
13800
13798
|
boardGap: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
13801
|
-
boardAreaWidth: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
13802
|
-
boardAreaHeight: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
13803
13799
|
layoutMode: z.ZodOptional<z.ZodEnum<["grid", "pack", "none"]>>;
|
|
13804
13800
|
row: z.ZodOptional<z.ZodNumber>;
|
|
13805
13801
|
col: z.ZodOptional<z.ZodNumber>;
|
|
@@ -14065,8 +14061,6 @@ declare const panelProps: z.ZodObject<Omit<{
|
|
|
14065
14061
|
noSolderMask?: boolean | undefined;
|
|
14066
14062
|
panelizationMethod?: "none" | "tab-routing" | undefined;
|
|
14067
14063
|
boardGap?: number | undefined;
|
|
14068
|
-
boardAreaWidth?: number | undefined;
|
|
14069
|
-
boardAreaHeight?: number | undefined;
|
|
14070
14064
|
col?: number | undefined;
|
|
14071
14065
|
cellWidth?: number | undefined;
|
|
14072
14066
|
cellHeight?: number | undefined;
|
|
@@ -14332,8 +14326,6 @@ declare const panelProps: z.ZodObject<Omit<{
|
|
|
14332
14326
|
noSolderMask?: boolean | undefined;
|
|
14333
14327
|
panelizationMethod?: "none" | "tab-routing" | undefined;
|
|
14334
14328
|
boardGap?: string | number | undefined;
|
|
14335
|
-
boardAreaWidth?: string | number | undefined;
|
|
14336
|
-
boardAreaHeight?: string | number | undefined;
|
|
14337
14329
|
col?: number | undefined;
|
|
14338
14330
|
cellWidth?: string | number | undefined;
|
|
14339
14331
|
cellHeight?: string | number | undefined;
|
|
@@ -14883,8 +14875,6 @@ declare const subpanelProps: z.ZodObject<Omit<{
|
|
|
14883
14875
|
noSolderMask: z.ZodOptional<z.ZodBoolean>;
|
|
14884
14876
|
panelizationMethod: z.ZodOptional<z.ZodEnum<["tab-routing", "none"]>>;
|
|
14885
14877
|
boardGap: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
14886
|
-
boardAreaWidth: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
14887
|
-
boardAreaHeight: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
14888
14878
|
layoutMode: z.ZodOptional<z.ZodEnum<["grid", "pack", "none"]>>;
|
|
14889
14879
|
row: z.ZodOptional<z.ZodNumber>;
|
|
14890
14880
|
col: z.ZodOptional<z.ZodNumber>;
|
|
@@ -15150,8 +15140,6 @@ declare const subpanelProps: z.ZodObject<Omit<{
|
|
|
15150
15140
|
noSolderMask?: boolean | undefined;
|
|
15151
15141
|
panelizationMethod?: "none" | "tab-routing" | undefined;
|
|
15152
15142
|
boardGap?: number | undefined;
|
|
15153
|
-
boardAreaWidth?: number | undefined;
|
|
15154
|
-
boardAreaHeight?: number | undefined;
|
|
15155
15143
|
col?: number | undefined;
|
|
15156
15144
|
cellWidth?: number | undefined;
|
|
15157
15145
|
cellHeight?: number | undefined;
|
|
@@ -15417,8 +15405,6 @@ declare const subpanelProps: z.ZodObject<Omit<{
|
|
|
15417
15405
|
noSolderMask?: boolean | undefined;
|
|
15418
15406
|
panelizationMethod?: "none" | "tab-routing" | undefined;
|
|
15419
15407
|
boardGap?: string | number | undefined;
|
|
15420
|
-
boardAreaWidth?: string | number | undefined;
|
|
15421
|
-
boardAreaHeight?: string | number | undefined;
|
|
15422
15408
|
col?: number | undefined;
|
|
15423
15409
|
cellWidth?: string | number | undefined;
|
|
15424
15410
|
cellHeight?: string | number | undefined;
|
package/dist/index.js
CHANGED
|
@@ -775,8 +775,6 @@ var panelProps = baseGroupProps.omit({
|
|
|
775
775
|
noSolderMask: z32.boolean().optional(),
|
|
776
776
|
panelizationMethod: z32.enum(["tab-routing", "none"]).optional(),
|
|
777
777
|
boardGap: distance.optional(),
|
|
778
|
-
boardAreaWidth: distance.optional(),
|
|
779
|
-
boardAreaHeight: distance.optional(),
|
|
780
778
|
layoutMode: z32.enum(["grid", "pack", "none"]).optional(),
|
|
781
779
|
row: z32.number().optional(),
|
|
782
780
|
col: z32.number().optional(),
|