jscad-electronics 0.0.103 → 0.0.105
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 +7 -1
- package/dist/index.js +314 -126
- package/dist/index.js.map +1 -1
- package/dist/vanilla.js +179 -0
- package/dist/vanilla.js.map +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -246,6 +246,8 @@ declare const SOD323: () => react_jsx_runtime.JSX.Element;
|
|
|
246
246
|
|
|
247
247
|
declare const SOD323F: () => react_jsx_runtime.JSX.Element;
|
|
248
248
|
|
|
249
|
+
declare const SOD323FL: () => react_jsx_runtime.JSX.Element;
|
|
250
|
+
|
|
249
251
|
declare const SOD923: () => react_jsx_runtime.JSX.Element;
|
|
250
252
|
|
|
251
253
|
declare const SOT223: () => react_jsx_runtime.JSX.Element;
|
|
@@ -256,6 +258,10 @@ declare const SOT323: () => react_jsx_runtime.JSX.Element;
|
|
|
256
258
|
|
|
257
259
|
declare const SOT363: () => react_jsx_runtime.JSX.Element;
|
|
258
260
|
|
|
261
|
+
declare const SOT886: () => react_jsx_runtime.JSX.Element;
|
|
262
|
+
|
|
263
|
+
declare const SOT963: () => react_jsx_runtime.JSX.Element;
|
|
264
|
+
|
|
259
265
|
interface MINIMELFProps {
|
|
260
266
|
bodyLength?: number;
|
|
261
267
|
bodyDiameter?: number;
|
|
@@ -321,4 +327,4 @@ declare const TO220: () => react_jsx_runtime.JSX.Element;
|
|
|
321
327
|
|
|
322
328
|
declare const TO92: () => react_jsx_runtime.JSX.Element;
|
|
323
329
|
|
|
324
|
-
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, MS013, MSOP, MicroMELF, type MicroMELFProps, PinRow, QFN, QFP, SMA, SMB, SMC, SMF, SOD123, SOD123F, SOD123FL, SOD123W, SOD128, SOD323, SOD323F, SOD523, SOD882, SOD923, SOT223, SOT233P, SOT23W, SOT323, SOT363, SOT457, SOT563, SOT723, SmdChipLead, type SmdChipLeadProps, TO220, TO92, TQFP, Tssop, VSSOP };
|
|
330
|
+
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, MS013, MSOP, MicroMELF, type MicroMELFProps, PinRow, QFN, QFP, SMA, SMB, SMC, SMF, SOD123, SOD123F, SOD123FL, SOD123W, SOD128, SOD323, SOD323F, SOD323FL, SOD523, SOD882, SOD923, SOT223, SOT233P, SOT23W, SOT323, SOT363, SOT457, SOT563, SOT723, SOT886, SOT963, SmdChipLead, type SmdChipLeadProps, TO220, TO92, TQFP, Tssop, VSSOP };
|