schematic-symbols 0.0.151 → 0.0.153
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 +2 -0
- package/dist/index.js +452 -418
- 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;
|