schematic-symbols 0.0.110 → 0.0.111
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/symbols/capacitor_right.ts +2 -2
package/dist/index.js
CHANGED
@@ -1189,7 +1189,7 @@ var capacitor_down_default = modifySymbol({
|
|
1189
1189
|
}).changeTextAnchor("{VAL}", "top_left").rotateRightFacingSymbol("down").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "bottom_left").build();
|
1190
1190
|
|
1191
1191
|
// symbols/capacitor_right.ts
|
1192
|
-
var capacitor_right_default = modifySymbol(capacitor_default).rotateRightFacingSymbol("right").changeTextAnchor("{VAL}", "
|
1192
|
+
var capacitor_right_default = modifySymbol(capacitor_default).rotateRightFacingSymbol("right").changeTextAnchor("{VAL}", "middle_top").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_bottom").build();
|
1193
1193
|
|
1194
1194
|
// symbols/capacitor_left.ts
|
1195
1195
|
var capacitor_left_default = modifySymbol(capacitor_right_default).changeTextAnchor("{VAL}", "middle_top").rotateRightFacingSymbol("left").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_top").build();
|