schematic-symbols 0.0.159 → 0.0.161
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 +4 -2
- package/dist/index.js +257 -219
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -247,8 +247,10 @@ declare const _default: {
|
|
247
247
|
resistor_up: undefined;
|
248
248
|
resonator_horz: undefined;
|
249
249
|
resonator_vert: undefined;
|
250
|
-
|
251
|
-
|
250
|
+
schottky_diode_down: undefined;
|
251
|
+
schottky_diode_left: undefined;
|
252
|
+
schottky_diode_right: undefined;
|
253
|
+
schottky_diode_up: undefined;
|
252
254
|
silicon_controlled_rectifier_horz: undefined;
|
253
255
|
silicon_controlled_rectifier_vert: undefined;
|
254
256
|
solderjumper2_bridged12_down: undefined;
|