schematic-symbols 0.0.173 → 0.0.174
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 +550 -508
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -197,8 +197,10 @@ declare const _default: {
|
|
197
197
|
inductor_left: undefined;
|
198
198
|
inductor_right: undefined;
|
199
199
|
inductor_up: undefined;
|
200
|
-
|
201
|
-
|
200
|
+
laser_diode_down: undefined;
|
201
|
+
laser_diode_left: undefined;
|
202
|
+
laser_diode_right: undefined;
|
203
|
+
laser_diode_up: undefined;
|
202
204
|
led_down: undefined;
|
203
205
|
led_left: undefined;
|
204
206
|
led_right: undefined;
|