schematic-symbols 0.0.153 → 0.0.155
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 +5 -11
- package/dist/index.js +489 -451
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -176,15 +176,7 @@ declare const _default: {
|
|
176
176
|
icled_down: undefined;
|
177
177
|
icled_left: undefined;
|
178
178
|
icled_right: undefined;
|
179
|
-
icled_up:
|
180
|
-
primitives: Primitive[];
|
181
|
-
center: Point;
|
182
|
-
ports: Port[];
|
183
|
-
size: {
|
184
|
-
width: number;
|
185
|
-
height: number;
|
186
|
-
};
|
187
|
-
};
|
179
|
+
icled_up: undefined;
|
188
180
|
igbt_transistor_horz: undefined;
|
189
181
|
igbt_transistor_vert: undefined;
|
190
182
|
illuminated_push_button_normally_open_horz: undefined;
|
@@ -233,8 +225,10 @@ declare const _default: {
|
|
233
225
|
pnp_bipolar_transistor_vert: undefined;
|
234
226
|
potentiometer_horz: undefined;
|
235
227
|
potentiometer_vert: undefined;
|
236
|
-
|
237
|
-
|
228
|
+
potentiometer2_down: undefined;
|
229
|
+
potentiometer2_left: undefined;
|
230
|
+
potentiometer2_right: undefined;
|
231
|
+
potentiometer2_up: undefined;
|
238
232
|
potentiometer3_down: undefined;
|
239
233
|
potentiometer3_left: undefined;
|
240
234
|
potentiometer3_right: undefined;
|