schematic-symbols 0.0.77 → 0.0.78
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +685 -667
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/symbols/potentiometer_horz.ts +1 -1
package/package.json
CHANGED
@@ -7,7 +7,7 @@ export default defineSymbol({
|
|
7
7
|
primitives: [
|
8
8
|
...Object.values(paths),
|
9
9
|
{ ...texts.bottom1, y: 0.35, anchor: "middle_top" },
|
10
|
-
{ ...texts.
|
10
|
+
{ ...texts.top1, anchor: "middle_left" },
|
11
11
|
] as any,
|
12
12
|
ports: [
|
13
13
|
{ ...refblocks.left1, labels: ["1"] }, // TODO add more "standard" labels
|