schematic-symbols 0.0.136 → 0.0.137
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 +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1300,13 +1300,13 @@ var boxresistor_left_default = modifySymbol({
|
|
1300
1300
|
type: "text",
|
1301
1301
|
text: "{REF}",
|
1302
1302
|
x: 0,
|
1303
|
-
y: 0.
|
1303
|
+
y: -0.1994553499999995
|
1304
1304
|
},
|
1305
1305
|
{
|
1306
1306
|
type: "text",
|
1307
1307
|
text: "{VAL}",
|
1308
1308
|
x: 0,
|
1309
|
-
y:
|
1309
|
+
y: 0.2694553499999995
|
1310
1310
|
}
|
1311
1311
|
],
|
1312
1312
|
ports: [
|
@@ -1316,7 +1316,7 @@ var boxresistor_left_default = modifySymbol({
|
|
1316
1316
|
// TODO add more "standard" labels
|
1317
1317
|
],
|
1318
1318
|
center: { x: bounds9.centerX, y: bounds9.centerY }
|
1319
|
-
}).changeTextAnchor("{VAL}", "
|
1319
|
+
}).changeTextAnchor("{VAL}", "middle_bottom").rotateRightFacingSymbol("left").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_bottom").build();
|
1320
1320
|
|
1321
1321
|
// symbols/boxresistor_right.ts
|
1322
1322
|
var { paths: paths10, texts: texts9, bounds: bounds10, refblocks: refblocks10, circles: circles10 } = boxresistor_default;
|
@@ -1602,14 +1602,14 @@ var boxresistor_up_default = modifySymbol({
|
|
1602
1602
|
{
|
1603
1603
|
type: "text",
|
1604
1604
|
text: "{REF}",
|
1605
|
-
x:
|
1606
|
-
y: 0.2294553499999995
|
1605
|
+
x: 0.16,
|
1606
|
+
y: -0.2294553499999995
|
1607
1607
|
},
|
1608
1608
|
{
|
1609
1609
|
type: "text",
|
1610
1610
|
text: "{VAL}",
|
1611
|
-
x: 0.16,
|
1612
|
-
y: 0.2294553499999995
|
1611
|
+
x: -0.16,
|
1612
|
+
y: -0.2294553499999995
|
1613
1613
|
}
|
1614
1614
|
],
|
1615
1615
|
ports: [
|
@@ -1619,7 +1619,7 @@ var boxresistor_up_default = modifySymbol({
|
|
1619
1619
|
// TODO add more "standard" labels
|
1620
1620
|
],
|
1621
1621
|
center: { x: bounds15.centerX, y: bounds15.centerY }
|
1622
|
-
}).changeTextAnchor("{VAL}", "
|
1622
|
+
}).changeTextAnchor("{VAL}", "middle_top").rotateRightFacingSymbol("up").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_left").build();
|
1623
1623
|
|
1624
1624
|
// assets/generated/capacitor.json
|
1625
1625
|
var capacitor_default = {
|