jscad-electronics 0.0.93 → 0.0.95
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 +8 -1
- package/dist/index.js +533 -319
- package/dist/index.js.map +1 -1
- package/dist/vanilla.js +210 -0
- package/dist/vanilla.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -104,6 +104,11 @@ declare const SOT233P: ({ fullWidth, fullLength }: {
|
|
|
104
104
|
fullLength?: number | undefined;
|
|
105
105
|
}) => react_jsx_runtime.JSX.Element;
|
|
106
106
|
|
|
107
|
+
declare const SOT23W: ({ fullWidth, fullLength }: {
|
|
108
|
+
fullWidth?: number | undefined;
|
|
109
|
+
fullLength?: number | undefined;
|
|
110
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
111
|
+
|
|
107
112
|
declare const SOT563: ({ fullWidth, fullLength }: {
|
|
108
113
|
fullWidth?: number | undefined;
|
|
109
114
|
fullLength?: number | undefined;
|
|
@@ -235,6 +240,8 @@ declare const SOD923: () => react_jsx_runtime.JSX.Element;
|
|
|
235
240
|
|
|
236
241
|
declare const SOT223: () => react_jsx_runtime.JSX.Element;
|
|
237
242
|
|
|
243
|
+
declare const SOT457: () => react_jsx_runtime.JSX.Element;
|
|
244
|
+
|
|
238
245
|
declare const SOT323: () => react_jsx_runtime.JSX.Element;
|
|
239
246
|
|
|
240
247
|
declare const SOT363: () => react_jsx_runtime.JSX.Element;
|
|
@@ -297,4 +304,4 @@ declare const TO220: () => react_jsx_runtime.JSX.Element;
|
|
|
297
304
|
|
|
298
305
|
declare const TO92: () => react_jsx_runtime.JSX.Element;
|
|
299
306
|
|
|
300
|
-
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, SOT363, SOT563, SOT723, SmdChipLead, type SmdChipLeadProps, TO220, TO92, TQFP, Tssop, VSSOP };
|
|
307
|
+
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, SOT23W, SOT323, SOT363, SOT457, SOT563, SOT723, SmdChipLead, type SmdChipLeadProps, TO220, TO92, TQFP, Tssop, VSSOP };
|