schematic-symbols 0.0.186 → 0.0.187
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 +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -4574,9 +4574,9 @@ var crystal_4pin_down_default = modifySymbol({
|
|
4574
4574
|
// TODO add more "standard" labels
|
4575
4575
|
{ ...refblocks36.right1, labels: ["3"] },
|
4576
4576
|
// TODO add more "standard" labels
|
4577
|
-
{ ...refblocks36.bottom1, labels: ["
|
4577
|
+
{ ...refblocks36.bottom1, labels: ["2"] },
|
4578
4578
|
// TODO add more "standard" labels
|
4579
|
-
{ ...refblocks36.top1, labels: ["
|
4579
|
+
{ ...refblocks36.top1, labels: ["4"] }
|
4580
4580
|
// TODO add more "standard" labels
|
4581
4581
|
],
|
4582
4582
|
size: { width: bounds36.width, height: bounds36.height },
|
@@ -4584,10 +4584,10 @@ var crystal_4pin_down_default = modifySymbol({
|
|
4584
4584
|
}).rotateRightFacingSymbol("down").changeTextAnchor("{REF}", "bottom_left").changeTextAnchor("{VAL}", "top_left").build();
|
4585
4585
|
|
4586
4586
|
// symbols/crystal_4pin_left.ts
|
4587
|
-
var crystal_4pin_left_default = modifySymbol(crystal_4pin_default).labelPort("top1", ["
|
4587
|
+
var crystal_4pin_left_default = modifySymbol(crystal_4pin_default).labelPort("top1", ["2", "gnd1"]).labelPort("bottom1", ["4", "gnd2"]).labelPort("left1", ["3"]).labelPort("right1", ["1"]).changeTextAnchor("{REF}", "bottom_left").changeTextAnchor("{VAL}", "top_left").build();
|
4588
4588
|
|
4589
4589
|
// symbols/crystal_4pin_right.ts
|
4590
|
-
var crystal_4pin_right_default = modifySymbol(crystal_4pin_default).labelPort("top1", ["
|
4590
|
+
var crystal_4pin_right_default = modifySymbol(crystal_4pin_default).labelPort("top1", ["4", "gnd1"]).labelPort("bottom1", ["2", "gnd2"]).labelPort("left1", ["1"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "bottom_left").changeTextAnchor("{VAL}", "top_left").build();
|
4591
4591
|
|
4592
4592
|
// symbols/crystal_4pin_up.ts
|
4593
4593
|
var { paths: paths37, texts: texts37, bounds: bounds37, refblocks: refblocks37, circles: circles37 } = crystal_4pin_default;
|
@@ -4613,9 +4613,9 @@ var crystal_4pin_up_default = modifySymbol({
|
|
4613
4613
|
// TODO add more "standard" labels
|
4614
4614
|
{ ...refblocks37.right1, labels: ["3"] },
|
4615
4615
|
// TODO add more "standard" labels
|
4616
|
-
{ ...refblocks37.bottom1, labels: ["
|
4616
|
+
{ ...refblocks37.bottom1, labels: ["2"] },
|
4617
4617
|
// TODO add more "standard" labels
|
4618
|
-
{ ...refblocks37.top1, labels: ["
|
4618
|
+
{ ...refblocks37.top1, labels: ["4"] }
|
4619
4619
|
// TODO add more "standard" labels
|
4620
4620
|
],
|
4621
4621
|
size: { width: bounds37.width, height: bounds37.height },
|