jscad-electronics 0.0.85 → 0.0.86
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 +3 -1
- package/dist/index.js +335 -266
- package/dist/index.js.map +1 -1
- package/dist/vanilla.js +66 -0
- package/dist/vanilla.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -217,6 +217,8 @@ declare const PinRow: ({ numberOfPins, pitch, longSidePinLength, }: {
|
|
|
217
217
|
|
|
218
218
|
declare const SOD523: () => react_jsx_runtime.JSX.Element;
|
|
219
219
|
|
|
220
|
+
declare const SOD882: () => react_jsx_runtime.JSX.Element;
|
|
221
|
+
|
|
220
222
|
declare const SMA: () => react_jsx_runtime.JSX.Element;
|
|
221
223
|
|
|
222
224
|
declare const SMB: () => react_jsx_runtime.JSX.Element;
|
|
@@ -289,4 +291,4 @@ declare const MS012: ({ pinCount, padContactLength, leadWidth, pitch, }: {
|
|
|
289
291
|
padContactLength?: number;
|
|
290
292
|
}) => react_jsx_runtime.JSX.Element;
|
|
291
293
|
|
|
292
|
-
export { A01005, A0201, A0402, A0603, A0805, A1206, A1210, A2010, A2512, BGA, ChipBody, type ChipBodyProps, DFN, ExtrudedPads, FootprintPad, FootprintPlatedHole, Footprinter3d, HC49, type HC49Props, LQFP, MELF, type MELFProps, MINIMELF, type MINIMELFProps, MS012, MSOP, MicroMELF, type MicroMELFProps, PinRow, QFN, QFP, SMA, SMB, SMC, SMF, SOD123, SOD123F, SOD123FL, SOD523, SOD923, SOT223, SOT233P, SOT323, SOT563, SOT723, SmdChipLead, type SmdChipLeadProps, TQFP, Tssop, VSSOP };
|
|
294
|
+
export { A01005, A0201, A0402, A0603, A0805, A1206, A1210, A2010, A2512, BGA, ChipBody, type ChipBodyProps, DFN, ExtrudedPads, FootprintPad, FootprintPlatedHole, Footprinter3d, HC49, type HC49Props, LQFP, MELF, type MELFProps, MINIMELF, type MINIMELFProps, MS012, MSOP, MicroMELF, type MicroMELFProps, PinRow, QFN, QFP, SMA, SMB, SMC, SMF, SOD123, SOD123F, SOD123FL, SOD523, SOD882, SOD923, SOT223, SOT233P, SOT323, SOT563, SOT723, SmdChipLead, type SmdChipLeadProps, TQFP, Tssop, VSSOP };
|