schematic-symbols 0.0.156 → 0.0.157
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 +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3549,7 +3549,7 @@ var capacitor_polarized_down_default = modifySymbol({
|
|
3549
3549
|
],
|
3550
3550
|
size: { width: bounds17.width, height: bounds17.height },
|
3551
3551
|
center: { x: bounds17.centerX, y: bounds17.centerY }
|
3552
|
-
}).changeTextAnchor("{VAL}", "top_left").rotateRightFacingSymbol("down").labelPort("left1", ["
|
3552
|
+
}).changeTextAnchor("{VAL}", "top_left").rotateRightFacingSymbol("down").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "bottom_left").build();
|
3553
3553
|
|
3554
3554
|
// symbols/capacitor_polarized_left.ts
|
3555
3555
|
var { paths: paths18, texts: texts17, bounds: bounds18, refblocks: refblocks18, circles: circles18 } = capacitor_polarized_default;
|
@@ -3578,10 +3578,10 @@ var capacitor_polarized_left_default = modifySymbol({
|
|
3578
3578
|
],
|
3579
3579
|
size: { width: bounds18.width, height: bounds18.height },
|
3580
3580
|
center: { x: bounds18.centerX, y: bounds18.centerY }
|
3581
|
-
}).changeTextAnchor("{VAL}", "middle_bottom").rotateRightFacingSymbol("left").labelPort("left1", ["
|
3581
|
+
}).changeTextAnchor("{VAL}", "middle_bottom").rotateRightFacingSymbol("left").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_bottom").build();
|
3582
3582
|
|
3583
3583
|
// symbols/capacitor_polarized_right.ts
|
3584
|
-
var capacitor_polarized_right_default = modifySymbol(capacitor_polarized_default).changeTextAnchor("{VAL}", "middle_top").rotateRightFacingSymbol("right").labelPort("left1", ["
|
3584
|
+
var capacitor_polarized_right_default = modifySymbol(capacitor_polarized_default).changeTextAnchor("{VAL}", "middle_top").rotateRightFacingSymbol("right").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_bottom").build();
|
3585
3585
|
|
3586
3586
|
// symbols/capacitor_polarized_up.ts
|
3587
3587
|
var { paths: paths19, texts: texts18, bounds: bounds19, refblocks: refblocks19, circles: circles19 } = capacitor_polarized_default;
|
@@ -3610,7 +3610,7 @@ var capacitor_polarized_up_default = modifySymbol({
|
|
3610
3610
|
],
|
3611
3611
|
size: { width: bounds19.width, height: bounds19.height },
|
3612
3612
|
center: { x: bounds19.centerX, y: bounds19.centerY }
|
3613
|
-
}).changeTextAnchor("{VAL}", "top_left").rotateRightFacingSymbol("up").labelPort("left1", ["
|
3613
|
+
}).changeTextAnchor("{VAL}", "top_left").rotateRightFacingSymbol("up").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "bottom_left").build();
|
3614
3614
|
|
3615
3615
|
// symbols/capacitor_right.ts
|
3616
3616
|
var capacitor_right_default = modifySymbol(capacitor_default).rotateRightFacingSymbol("right").changeTextAnchor("{VAL}", "middle_top").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_bottom").build();
|