@tscircuit/footprinter 0.0.280 → 0.0.282
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 +1 -0
- package/dist/index.js +1049 -795
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1830,6 +1830,7 @@ type Footprinter = {
|
|
|
1830
1830
|
dfn: (num_pins?: number) => FootprinterParamsBuilder<"w" | "p">;
|
|
1831
1831
|
pinrow: (num_pins?: number) => FootprinterParamsBuilder<"p" | "id" | "od" | "male" | "female" | "rows" | "smd" | "surfacemount" | "rightangle" | "pw" | "pl" | "pinlabeltextalignleft" | "pinlabeltextaligncenter" | "pinlabeltextalignright" | "pinlabelverticallyinverted" | "pinlabelorthogonal" | "nosquareplating" | "nopinlabels" | "doublesidedpinlabel" | "bottomsidepinlabel">;
|
|
1832
1832
|
axial: () => FootprinterParamsBuilder<"p" | "id" | "od">;
|
|
1833
|
+
radial: () => FootprinterParamsBuilder<"p" | "id" | "od" | "ceramic" | "electrolytic" | "polarized">;
|
|
1833
1834
|
hc49: () => FootprinterParamsBuilder<"p" | "id" | "od" | "w" | "h">;
|
|
1834
1835
|
to220: () => FootprinterParamsBuilder<"w" | "h" | "p" | "id" | "od">;
|
|
1835
1836
|
sot363: () => FootprinterParamsBuilder<"w" | "h" | "p" | "pl" | "pw">;
|