@tscircuit/footprinter 0.0.119 → 0.0.121

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
@@ -1004,6 +1004,8 @@ type Footprinter = {
1004
1004
  to92: () => FootprinterParamsBuilder<"w" | "h" | "p" | "id" | "od">;
1005
1005
  minimelf: () => FootprinterParamsBuilder<"w" | "h" | "p" | "pw" | "pl">;
1006
1006
  lqfp: (num_pins?: number) => FootprinterParamsBuilder<"w" | "h" | "pl" | "pw">;
1007
+ smb: () => FootprinterParamsBuilder<"w" | "h" | "p" | "pl" | "pw">;
1008
+ sod923: () => FootprinterParamsBuilder<"w" | "h" | "p" | "pl" | "pw">;
1007
1009
  pushbutton: () => FootprinterParamsBuilder<"tllabel" | "trlabel" | "bllabel" | "brlabel">;
1008
1010
  stampboard: () => FootprinterParamsBuilder<"w" | "h" | "left" | "right" | "top" | "bottom" | "p" | "pw" | "pl" | "innerhole" | "innerholeedgedistance">;
1009
1011
  stampreceiver: () => FootprinterParamsBuilder<"w" | "h" | "left" | "right" | "top" | "bottom" | "p" | "pw" | "pl" | "innerhole" | "innerholeedgedistance">;