@tscircuit/footprinter 0.0.317 → 0.0.319

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
@@ -1762,6 +1762,7 @@ type Footprinter = {
1762
1762
  radial: () => FootprinterParamsBuilder<"p" | "id" | "od" | "ceramic" | "electrolytic" | "polarized">;
1763
1763
  hc49: () => FootprinterParamsBuilder<"p" | "id" | "od" | "w" | "h">;
1764
1764
  to220: () => FootprinterParamsBuilder<"w" | "h" | "p" | "id" | "od">;
1765
+ to220f: () => FootprinterParamsBuilder<"w" | "h" | "p" | "id" | "od">;
1765
1766
  sot363: () => FootprinterParamsBuilder<"w" | "h" | "p" | "pl" | "pw">;
1766
1767
  sot886: () => FootprinterParamsBuilder<"w" | "h" | "p" | "pl" | "pw">;
1767
1768
  sot457: () => FootprinterParamsBuilder<"w" | "p" | "h" | "pl" | "pw" | "wave" | "reflow" | "pillr" | "pillh" | "pillw">;