schematic-symbols 0.0.152 → 0.0.154
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 +3 -9
- package/dist/index.js +350 -345
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -162,9 +162,11 @@ declare const _default: {
|
|
162
162
|
fuse_horz: undefined;
|
163
163
|
fuse_vert: undefined;
|
164
164
|
ground_down: undefined;
|
165
|
+
ground_horz: undefined;
|
165
166
|
ground_left: undefined;
|
166
167
|
ground_right: undefined;
|
167
168
|
ground_up: undefined;
|
169
|
+
ground_vert: undefined;
|
168
170
|
ground2_down: undefined;
|
169
171
|
ground2_left: undefined;
|
170
172
|
ground2_right: undefined;
|
@@ -174,15 +176,7 @@ declare const _default: {
|
|
174
176
|
icled_down: undefined;
|
175
177
|
icled_left: undefined;
|
176
178
|
icled_right: undefined;
|
177
|
-
icled_up:
|
178
|
-
primitives: Primitive[];
|
179
|
-
center: Point;
|
180
|
-
ports: Port[];
|
181
|
-
size: {
|
182
|
-
width: number;
|
183
|
-
height: number;
|
184
|
-
};
|
185
|
-
};
|
179
|
+
icled_up: undefined;
|
186
180
|
igbt_transistor_horz: undefined;
|
187
181
|
igbt_transistor_vert: undefined;
|
188
182
|
illuminated_push_button_normally_open_horz: undefined;
|