@tscircuit/footprinter 0.0.302 → 0.0.303

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
@@ -1518,7 +1518,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
1518
1518
  legsoutside?: boolean | undefined;
1519
1519
  pillpads?: boolean | undefined;
1520
1520
  silkscreen_stroke_width?: number | undefined;
1521
- }>, z.ZodEffects<z.ZodObject<{
1521
+ }>, z.ZodObject<{
1522
1522
  norefdes: z.ZodOptional<z.ZodBoolean>;
1523
1523
  invert: z.ZodOptional<z.ZodBoolean>;
1524
1524
  faceup: z.ZodOptional<z.ZodBoolean>;
@@ -1531,7 +1531,6 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
1531
1531
  pw: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
1532
1532
  pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
1533
1533
  legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1534
- pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1535
1534
  silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1536
1535
  }, "strip", z.ZodTypeAny, {
1537
1536
  fn: string;
@@ -1541,7 +1540,6 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
1541
1540
  pw: number;
1542
1541
  pl: number;
1543
1542
  legsoutside: boolean;
1544
- pillpads: boolean;
1545
1543
  silkscreen_stroke_width: number;
1546
1544
  norefdes?: boolean | undefined;
1547
1545
  invert?: boolean | undefined;
@@ -1559,35 +1557,6 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
1559
1557
  pw?: string | number | undefined;
1560
1558
  pl?: string | number | undefined;
1561
1559
  legsoutside?: boolean | undefined;
1562
- pillpads?: boolean | undefined;
1563
- silkscreen_stroke_width?: number | undefined;
1564
- }>, NowDefined<{
1565
- fn: string;
1566
- num_pins: number;
1567
- w: number;
1568
- p: number;
1569
- pw: number;
1570
- pl: number;
1571
- legsoutside: boolean;
1572
- pillpads: boolean;
1573
- silkscreen_stroke_width: number;
1574
- norefdes?: boolean | undefined;
1575
- invert?: boolean | undefined;
1576
- faceup?: boolean | undefined;
1577
- nosilkscreen?: boolean | undefined;
1578
- }, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
1579
- fn: string;
1580
- norefdes?: boolean | undefined;
1581
- invert?: boolean | undefined;
1582
- faceup?: boolean | undefined;
1583
- nosilkscreen?: boolean | undefined;
1584
- num_pins?: number | undefined;
1585
- w?: string | number | undefined;
1586
- p?: string | number | undefined;
1587
- pw?: string | number | undefined;
1588
- pl?: string | number | undefined;
1589
- legsoutside?: boolean | undefined;
1590
- pillpads?: boolean | undefined;
1591
1560
  silkscreen_stroke_width?: number | undefined;
1592
1561
  }>, z.ZodObject<{
1593
1562
  norefdes: z.ZodOptional<z.ZodBoolean>;