schematic-symbols 0.0.33 → 0.0.34

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 CHANGED
@@ -515,6 +515,165 @@ var capacitor_horz_default = defineSymbol({
515
515
  // symbols/capacitor_vert.ts
516
516
  var capacitor_vert_default = rotateSymbol(capacitor_horz_default);
517
517
 
518
+ // assets/generated/dc_voltmeter.json
519
+ var dc_voltmeter_default = {
520
+ paths: {
521
+ path11: {
522
+ type: "path",
523
+ points: [
524
+ {
525
+ x: -0.5307178,
526
+ y: 0
527
+ },
528
+ {
529
+ x: -0.3042887999999997,
530
+ y: 0
531
+ }
532
+ ],
533
+ color: "primary",
534
+ fill: false
535
+ },
536
+ path12: {
537
+ type: "path",
538
+ points: [
539
+ {
540
+ x: 0.2899773000000003,
541
+ y: 0
542
+ },
543
+ {
544
+ x: 0.5307178000000001,
545
+ y: 0
546
+ }
547
+ ],
548
+ color: "primary",
549
+ fill: false
550
+ },
551
+ "path11-5-5": {
552
+ type: "path",
553
+ points: [
554
+ {
555
+ x: 0.09442299999999992,
556
+ y: -0.13438304999999984
557
+ },
558
+ {
559
+ x: -0.004364400000000712,
560
+ y: 0.05710404999999996
561
+ },
562
+ {
563
+ x: -0.1110211000000012,
564
+ y: -0.13438304999999984
565
+ }
566
+ ],
567
+ color: "primary",
568
+ fill: false
569
+ },
570
+ path2: {
571
+ type: "path",
572
+ points: [
573
+ {
574
+ x: -0.12447409999999959,
575
+ y: 0.13438304999999984
576
+ },
577
+ {
578
+ x: 0.11626639999999999,
579
+ y: 0.13438304999999984
580
+ }
581
+ ],
582
+ color: "primary",
583
+ fill: false
584
+ }
585
+ },
586
+ texts: {
587
+ top1: {
588
+ type: "text",
589
+ text: "{REF}",
590
+ x: -0.17652089999999898,
591
+ y: -0.39809484999999944
592
+ },
593
+ bottom1: {
594
+ type: "text",
595
+ text: "{VAL}",
596
+ x: -0.009849199999999891,
597
+ y: 0.39623045000000046
598
+ }
599
+ },
600
+ refblocks: {
601
+ left1: {
602
+ x: -0.5446330999999993,
603
+ y: 0
604
+ },
605
+ right1: {
606
+ x: 0.5381638000000004,
607
+ y: 0
608
+ }
609
+ },
610
+ bounds: {
611
+ minX: -0.5307178,
612
+ maxX: 0.5307178000000001,
613
+ minY: -0.13438304999999984,
614
+ maxY: 0.13438304999999984,
615
+ width: 1.0614356000000003,
616
+ height: 1,
617
+ centerX: 0,
618
+ centerY: 0
619
+ },
620
+ circles: {
621
+ path1: {
622
+ type: "circle",
623
+ x: 0,
624
+ y: 0,
625
+ radius: 0.28854213,
626
+ color: "primary",
627
+ fill: false
628
+ }
629
+ }
630
+ };
631
+
632
+ // symbols/dc_voltmeter_horz.ts
633
+ var { paths: paths4, texts: texts4, bounds: bounds4, refblocks: refblocks4, circles: circles2 } = dc_voltmeter_default;
634
+ var dc_voltmeter_horz_default = defineSymbol({
635
+ primitives: [
636
+ ...Object.values(paths4),
637
+ ...Object.values(circles2),
638
+ {
639
+ type: "text",
640
+ text: "{REF}",
641
+ x: 0,
642
+ y: -0.3594553499999995,
643
+ anchor: "middle_bottom"
644
+ },
645
+ {
646
+ type: "text",
647
+ text: "{VAL}",
648
+ x: 0,
649
+ y: 0.35,
650
+ anchor: "middle_top"
651
+ }
652
+ ],
653
+ ports: [
654
+ { ...refblocks4.left1, labels: ["1"] },
655
+ // TODO add more "standard" labels
656
+ { ...refblocks4.right1, labels: ["2"] }
657
+ // TODO add more "standard" labels
658
+ ],
659
+ size: { width: bounds4.width, height: bounds4.height },
660
+ center: { x: bounds4.centerX, y: bounds4.centerY }
661
+ });
662
+
663
+ // symbols/dc_voltmeter_vert.ts
664
+ var { 2: letter, 3: underline, ...rest } = dc_voltmeter_horz_default.primitives;
665
+ function isPrimitive(value) {
666
+ return typeof value === "object";
667
+ }
668
+ var rotatedSymbol = rotateSymbol({
669
+ ...dc_voltmeter_horz_default,
670
+ primitives: Object.values(rest).filter(isPrimitive)
671
+ });
672
+ var dc_voltmeter_vert_default = {
673
+ ...rotatedSymbol,
674
+ primitives: [...rotatedSymbol.primitives, letter, underline]
675
+ };
676
+
518
677
  // assets/generated/diode.json
519
678
  var diode_default = {
520
679
  paths: {
@@ -646,21 +805,21 @@ var diode_default = {
646
805
  };
647
806
 
648
807
  // symbols/diode_horz.ts
649
- var { paths: paths4, texts: texts4, bounds: bounds4, refblocks: refblocks4 } = diode_default;
808
+ var { paths: paths5, texts: texts5, bounds: bounds5, refblocks: refblocks5 } = diode_default;
650
809
  var diode_horz_default = defineSymbol({
651
810
  primitives: [
652
- ...Object.values(paths4),
653
- { ...texts4.top1, anchor: "middle_bottom" },
654
- { ...texts4.bottom1, anchor: "middle_top" }
811
+ ...Object.values(paths5),
812
+ { ...texts5.top1, anchor: "middle_bottom" },
813
+ { ...texts5.bottom1, anchor: "middle_top" }
655
814
  ],
656
815
  ports: [
657
- { ...refblocks4.left1, labels: ["1"] },
816
+ { ...refblocks5.left1, labels: ["1"] },
658
817
  // TODO add more "standard" labels
659
- { ...refblocks4.right1, labels: ["2"] }
818
+ { ...refblocks5.right1, labels: ["2"] }
660
819
  // TODO add more "standard" labels
661
820
  ],
662
- size: { width: bounds4.width, height: bounds4.height },
663
- center: { x: bounds4.centerX, y: bounds4.centerY }
821
+ size: { width: bounds5.width, height: bounds5.height },
822
+ center: { x: bounds5.centerX, y: bounds5.centerY }
664
823
  });
665
824
 
666
825
  // symbols/diode_vert.ts
@@ -753,11 +912,11 @@ var fuse_default = {
753
912
  };
754
913
 
755
914
  // symbols/fuse_horz.ts
756
- var { paths: paths5, texts: texts5, bounds: bounds5, refblocks: refblocks5 } = fuse_default;
915
+ var { paths: paths6, texts: texts6, bounds: bounds6, refblocks: refblocks6 } = fuse_default;
757
916
  var fuse_horz_default = defineSymbol({
758
917
  primitives: [
759
- ...Object.values(paths5),
760
- { ...texts5.top1, anchor: "middle_bottom" },
918
+ ...Object.values(paths6),
919
+ { ...texts6.top1, anchor: "middle_bottom" },
761
920
  {
762
921
  type: "text",
763
922
  text: "{VAL}",
@@ -767,13 +926,13 @@ var fuse_horz_default = defineSymbol({
767
926
  }
768
927
  ],
769
928
  ports: [
770
- { ...refblocks5.left1, labels: ["1"] },
929
+ { ...refblocks6.left1, labels: ["1"] },
771
930
  // TODO add more "standard" labels
772
- { ...refblocks5.right1, labels: ["2"] }
931
+ { ...refblocks6.right1, labels: ["2"] }
773
932
  // TODO add more "standard" labels
774
933
  ],
775
- size: { width: bounds5.width, height: bounds5.height },
776
- center: { x: bounds5.centerX, y: bounds5.centerY }
934
+ size: { width: bounds6.width, height: bounds6.height },
935
+ center: { x: bounds6.centerX, y: bounds6.centerY }
777
936
  });
778
937
 
779
938
  // symbols/fuse_vert.ts
@@ -994,19 +1153,19 @@ var led_default = {
994
1153
  };
995
1154
 
996
1155
  // symbols/led_horz.ts
997
- var { paths: paths6, texts: texts6, bounds: bounds6, refblocks: refblocks6 } = led_default;
1156
+ var { paths: paths7, texts: texts7, bounds: bounds7, refblocks: refblocks7 } = led_default;
998
1157
  var led_horz_default = defineSymbol({
999
1158
  primitives: [
1000
- ...Object.values(paths6),
1001
- { ...texts6.bottom1, anchor: "middle_right" },
1002
- { ...texts6.right1, anchor: "middle_left" }
1159
+ ...Object.values(paths7),
1160
+ { ...texts7.bottom1, anchor: "middle_right" },
1161
+ { ...texts7.right1, anchor: "middle_left" }
1003
1162
  ],
1004
1163
  ports: [
1005
- { ...refblocks6.left1, labels: ["1", "anode", "pos"] },
1006
- { ...refblocks6.right1, labels: ["2", "cathode", "neg"] }
1164
+ { ...refblocks7.left1, labels: ["1", "anode", "pos"] },
1165
+ { ...refblocks7.right1, labels: ["2", "cathode", "neg"] }
1007
1166
  ],
1008
- size: { width: bounds6.width, height: bounds6.height },
1009
- center: { x: bounds6.centerX, y: bounds6.centerY + 0.1 }
1167
+ size: { width: bounds7.width, height: bounds7.height },
1168
+ center: { x: bounds7.centerX, y: bounds7.centerY + 0.1 }
1010
1169
  });
1011
1170
 
1012
1171
  // symbols/led_vert.ts
@@ -1295,23 +1454,23 @@ var mosfet_depletion_normally_on_default = {
1295
1454
  };
1296
1455
 
1297
1456
  // symbols/mosfet_depletion_normally_on_horz.ts
1298
- var { paths: paths7, texts: texts7, bounds: bounds7, refblocks: refblocks7 } = mosfet_depletion_normally_on_default;
1457
+ var { paths: paths8, texts: texts8, bounds: bounds8, refblocks: refblocks8 } = mosfet_depletion_normally_on_default;
1299
1458
  var mosfet_depletion_normally_on_horz_default = defineSymbol({
1300
1459
  primitives: [
1301
- ...Object.values(paths7),
1302
- { ...texts7.right1, anchor: "middle_left" },
1303
- { ...texts7.right2, anchor: "middle_left" }
1460
+ ...Object.values(paths8),
1461
+ { ...texts8.right1, anchor: "middle_left" },
1462
+ { ...texts8.right2, anchor: "middle_left" }
1304
1463
  ],
1305
1464
  ports: [
1306
- { ...refblocks7.top1, labels: ["1"] },
1465
+ { ...refblocks8.top1, labels: ["1"] },
1307
1466
  // TODO add more "standard" labels
1308
- { ...refblocks7.bottom1, labels: ["2"] },
1467
+ { ...refblocks8.bottom1, labels: ["2"] },
1309
1468
  // TODO add more "standard" labels
1310
- { ...refblocks7.left1, labels: ["3"] }
1469
+ { ...refblocks8.left1, labels: ["3"] }
1311
1470
  // TODO add more "standard" labels
1312
1471
  ],
1313
- size: { width: bounds7.width + 0.4, height: bounds7.height },
1314
- center: { x: bounds7.centerX + 0.2, y: bounds7.centerY }
1472
+ size: { width: bounds8.width + 0.4, height: bounds8.height },
1473
+ center: { x: bounds8.centerX + 0.2, y: bounds8.centerY }
1315
1474
  });
1316
1475
 
1317
1476
  // symbols/mosfet_depletion_normally_on_vert.ts
@@ -1553,11 +1712,11 @@ var photodiode_default = {
1553
1712
  };
1554
1713
 
1555
1714
  // symbols/photodiode_horz.ts
1556
- var { paths: paths8, texts: texts8, bounds: bounds8, refblocks: refblocks8, circles: circles2 } = photodiode_default;
1715
+ var { paths: paths9, texts: texts9, bounds: bounds9, refblocks: refblocks9, circles: circles3 } = photodiode_default;
1557
1716
  var photodiode_horz_default = defineSymbol({
1558
1717
  primitives: [
1559
- ...Object.values(paths8),
1560
- ...Object.values(circles2),
1718
+ ...Object.values(paths9),
1719
+ ...Object.values(circles3),
1561
1720
  {
1562
1721
  type: "text",
1563
1722
  text: "{REF}",
@@ -1574,22 +1733,22 @@ var photodiode_horz_default = defineSymbol({
1574
1733
  }
1575
1734
  ],
1576
1735
  ports: [
1577
- { ...refblocks8.left1, labels: ["1"] },
1736
+ { ...refblocks9.left1, labels: ["1"] },
1578
1737
  // TODO add more "standard" labels
1579
- { ...refblocks8.right1, labels: ["2"] }
1738
+ { ...refblocks9.right1, labels: ["2"] }
1580
1739
  // TODO add more "standard" labels
1581
1740
  ],
1582
- size: { width: bounds8.width, height: bounds8.height },
1583
- center: { x: bounds8.centerX, y: bounds8.centerY }
1741
+ size: { width: bounds9.width, height: bounds9.height },
1742
+ center: { x: bounds9.centerX, y: bounds9.centerY }
1584
1743
  });
1585
1744
 
1586
1745
  // symbols/photodiode_vert.ts
1587
- var rotatedSymbol = rotateSymbol(photodiode_horz_default);
1588
- var texts9 = rotatedSymbol.primitives.filter((p) => p.type === "text");
1589
- var ref4 = texts9.find((t) => t.text === "{REF}");
1746
+ var rotatedSymbol2 = rotateSymbol(photodiode_horz_default);
1747
+ var texts10 = rotatedSymbol2.primitives.filter((p) => p.type === "text");
1748
+ var ref4 = texts10.find((t) => t.text === "{REF}");
1590
1749
  ref4.y = 0;
1591
1750
  ref4.anchor = "middle_left";
1592
- var photodiode_vert_default = rotatedSymbol;
1751
+ var photodiode_vert_default = rotatedSymbol2;
1593
1752
 
1594
1753
  // assets/generated/potentiometer.json
1595
1754
  var potentiometer_default = {
@@ -1727,21 +1886,21 @@ var potentiometer_default = {
1727
1886
  };
1728
1887
 
1729
1888
  // symbols/potentiometer_horz.ts
1730
- var { paths: paths9, texts: texts10, bounds: bounds9, refblocks: refblocks9 } = potentiometer_default;
1889
+ var { paths: paths10, texts: texts11, bounds: bounds10, refblocks: refblocks10 } = potentiometer_default;
1731
1890
  var potentiometer_horz_default = defineSymbol({
1732
1891
  primitives: [
1733
- ...Object.values(paths9),
1734
- { ...texts10.bottom1, y: 0.35, anchor: "middle_top" },
1735
- { ...texts10.right1, anchor: "middle_left" }
1892
+ ...Object.values(paths10),
1893
+ { ...texts11.bottom1, y: 0.35, anchor: "middle_top" },
1894
+ { ...texts11.right1, anchor: "middle_left" }
1736
1895
  ],
1737
1896
  ports: [
1738
- { ...refblocks9.left1, labels: ["1"] },
1897
+ { ...refblocks10.left1, labels: ["1"] },
1739
1898
  // TODO add more "standard" labels
1740
- { ...refblocks9.right1, labels: ["2"] }
1899
+ { ...refblocks10.right1, labels: ["2"] }
1741
1900
  // TODO add more "standard" labels
1742
1901
  ],
1743
- size: { width: bounds9.width + 0.05, height: bounds9.height },
1744
- center: { x: bounds9.centerX, y: bounds9.centerY }
1902
+ size: { width: bounds10.width + 0.05, height: bounds10.height },
1903
+ center: { x: bounds10.centerX, y: bounds10.centerY }
1745
1904
  });
1746
1905
 
1747
1906
  // symbols/potentiometer_vert.ts
@@ -1903,21 +2062,21 @@ var potentiometer2_default = {
1903
2062
  };
1904
2063
 
1905
2064
  // symbols/potentiometer2_horz.ts
1906
- var { paths: paths10, texts: texts11, bounds: bounds10, refblocks: refblocks10 } = potentiometer2_default;
2065
+ var { paths: paths11, texts: texts12, bounds: bounds11, refblocks: refblocks11 } = potentiometer2_default;
1907
2066
  var potentiometer2_horz_default = defineSymbol({
1908
2067
  primitives: [
1909
- ...Object.values(paths10),
1910
- { ...texts11.bottom1, anchor: "middle_right" },
1911
- { ...texts11.top1, anchor: "middle_left" }
2068
+ ...Object.values(paths11),
2069
+ { ...texts12.bottom1, anchor: "middle_right" },
2070
+ { ...texts12.top1, anchor: "middle_left" }
1912
2071
  ],
1913
2072
  ports: [
1914
- { ...refblocks10.left1, labels: ["1"] },
2073
+ { ...refblocks11.left1, labels: ["1"] },
1915
2074
  // TODO add more "standard" labels
1916
- { ...refblocks10.right1, labels: ["2"] }
2075
+ { ...refblocks11.right1, labels: ["2"] }
1917
2076
  // TODO add more "standard" labels
1918
2077
  ],
1919
- size: { width: bounds10.width, height: bounds10.height },
1920
- center: { x: bounds10.centerX, y: bounds10.centerY }
2078
+ size: { width: bounds11.width, height: bounds11.height },
2079
+ center: { x: bounds11.centerX, y: bounds11.centerY }
1921
2080
  });
1922
2081
 
1923
2082
  // symbols/potentiometer2_vert.ts
@@ -2024,21 +2183,21 @@ var push_button_normally_closed_momentary_default = {
2024
2183
  };
2025
2184
 
2026
2185
  // symbols/push_button_normally_closed_momentary_horz.ts
2027
- var { paths: paths11, texts: texts12, bounds: bounds11, refblocks: refblocks11 } = push_button_normally_closed_momentary_default;
2186
+ var { paths: paths12, texts: texts13, bounds: bounds12, refblocks: refblocks12 } = push_button_normally_closed_momentary_default;
2028
2187
  var push_button_normally_closed_momentary_horz_default = defineSymbol({
2029
2188
  primitives: [
2030
- ...Object.values(paths11),
2031
- { ...texts12.top1, anchor: "middle_bottom" },
2032
- { ...texts12.bottom1, anchor: "middle_top" }
2189
+ ...Object.values(paths12),
2190
+ { ...texts13.top1, anchor: "middle_bottom" },
2191
+ { ...texts13.bottom1, anchor: "middle_top" }
2033
2192
  ],
2034
2193
  ports: [
2035
- { ...refblocks11.left1, labels: ["1"] },
2194
+ { ...refblocks12.left1, labels: ["1"] },
2036
2195
  // TODO add more "standard" labels
2037
- { ...refblocks11.right1, labels: ["2"] }
2196
+ { ...refblocks12.right1, labels: ["2"] }
2038
2197
  // TODO add more "standard" labels
2039
2198
  ],
2040
- size: { width: bounds11.width, height: bounds11.height },
2041
- center: { x: bounds11.centerX, y: bounds11.centerY }
2199
+ size: { width: bounds12.width, height: bounds12.height },
2200
+ center: { x: bounds12.centerX, y: bounds12.centerY }
2042
2201
  });
2043
2202
 
2044
2203
  // symbols/push_button_normally_closed_momentary_vert.ts
@@ -2158,21 +2317,21 @@ var push_button_normally_open_momentary_default = {
2158
2317
  };
2159
2318
 
2160
2319
  // symbols/push_button_normally_open_momentary_horz.ts
2161
- var { paths: paths12, texts: texts13, bounds: bounds12, refblocks: refblocks12 } = push_button_normally_open_momentary_default;
2320
+ var { paths: paths13, texts: texts14, bounds: bounds13, refblocks: refblocks13 } = push_button_normally_open_momentary_default;
2162
2321
  var push_button_normally_open_momentary_horz_default = defineSymbol({
2163
2322
  primitives: [
2164
- ...Object.values(paths12),
2165
- { ...texts13.top1, anchor: "middle_bottom" },
2166
- { ...texts13.bottom1, anchor: "middle_top" }
2323
+ ...Object.values(paths13),
2324
+ { ...texts14.top1, anchor: "middle_bottom" },
2325
+ { ...texts14.bottom1, anchor: "middle_top" }
2167
2326
  ],
2168
2327
  ports: [
2169
- { ...refblocks12.left1, labels: ["1"] },
2328
+ { ...refblocks13.left1, labels: ["1"] },
2170
2329
  // TODO add more "standard" labels
2171
- { ...refblocks12.right1, labels: ["2"] }
2330
+ { ...refblocks13.right1, labels: ["2"] }
2172
2331
  // TODO add more "standard" labels
2173
2332
  ],
2174
- size: { width: bounds12.width, height: bounds12.height },
2175
- center: { x: bounds12.centerX, y: bounds12.centerY }
2333
+ size: { width: bounds13.width, height: bounds13.height },
2334
+ center: { x: bounds13.centerX, y: bounds13.centerY }
2176
2335
  });
2177
2336
 
2178
2337
  // symbols/push_button_normally_open_momentary_vert.ts
@@ -2383,22 +2542,22 @@ var schottky_diode_default = {
2383
2542
  };
2384
2543
 
2385
2544
  // symbols/schottky_diode_horz.ts
2386
- var { paths: paths13, texts: texts14, bounds: bounds13, refblocks: refblocks13, circles: circles3 } = schottky_diode_default;
2545
+ var { paths: paths14, texts: texts15, bounds: bounds14, refblocks: refblocks14, circles: circles4 } = schottky_diode_default;
2387
2546
  var schottky_diode_horz_default = defineSymbol({
2388
2547
  primitives: [
2389
- ...Object.values(paths13),
2390
- ...Object.values(circles3),
2391
- { ...texts14.top1, anchor: "middle_bottom" },
2392
- { ...texts14.bottom1, anchor: "middle_top" }
2548
+ ...Object.values(paths14),
2549
+ ...Object.values(circles4),
2550
+ { ...texts15.top1, anchor: "middle_bottom" },
2551
+ { ...texts15.bottom1, anchor: "middle_top" }
2393
2552
  ],
2394
2553
  ports: [
2395
- { ...refblocks13.left1, labels: ["1"] },
2554
+ { ...refblocks14.left1, labels: ["1"] },
2396
2555
  // TODO add more "standard" labels
2397
- { ...refblocks13.right1, labels: ["2"] }
2556
+ { ...refblocks14.right1, labels: ["2"] }
2398
2557
  // TODO add more "standard" labels
2399
2558
  ],
2400
- size: { width: bounds13.width, height: bounds13.height },
2401
- center: { x: bounds13.centerX, y: bounds13.centerY }
2559
+ size: { width: bounds14.width, height: bounds14.height },
2560
+ center: { x: bounds14.centerX, y: bounds14.centerY }
2402
2561
  });
2403
2562
 
2404
2563
  // symbols/schottky_diode_vert.ts
@@ -2575,22 +2734,22 @@ var tunnel_diode_default = {
2575
2734
  };
2576
2735
 
2577
2736
  // symbols/tunnel_diode_horz.ts
2578
- var { paths: paths14, texts: texts15, bounds: bounds14, refblocks: refblocks14, circles: circles4 } = tunnel_diode_default;
2737
+ var { paths: paths15, texts: texts16, bounds: bounds15, refblocks: refblocks15, circles: circles5 } = tunnel_diode_default;
2579
2738
  var tunnel_diode_horz_default = defineSymbol({
2580
2739
  primitives: [
2581
- ...Object.values(paths14),
2582
- ...Object.values(circles4),
2583
- { ...texts15.top1, anchor: "middle_bottom" },
2584
- { ...texts15.bottom1, anchor: "middle_top" }
2740
+ ...Object.values(paths15),
2741
+ ...Object.values(circles5),
2742
+ { ...texts16.top1, anchor: "middle_bottom" },
2743
+ { ...texts16.bottom1, anchor: "middle_top" }
2585
2744
  ],
2586
2745
  ports: [
2587
- { ...refblocks14.left1, labels: ["1"] },
2746
+ { ...refblocks15.left1, labels: ["1"] },
2588
2747
  // TODO add more "standard" labels
2589
- { ...refblocks14.right1, labels: ["2"] }
2748
+ { ...refblocks15.right1, labels: ["2"] }
2590
2749
  // TODO add more "standard" labels
2591
2750
  ],
2592
- size: { width: bounds14.width, height: bounds14.height },
2593
- center: { x: bounds14.centerX, y: bounds14.centerY }
2751
+ size: { width: bounds15.width, height: bounds15.height },
2752
+ center: { x: bounds15.centerX, y: bounds15.centerY }
2594
2753
  });
2595
2754
 
2596
2755
  // symbols/tunnel_diode_vert.ts
@@ -2752,22 +2911,22 @@ var varactor_diode_default = {
2752
2911
  };
2753
2912
 
2754
2913
  // symbols/varactor_diode_horz.ts
2755
- var { paths: paths15, texts: texts16, bounds: bounds15, refblocks: refblocks15, circles: circles5 } = varactor_diode_default;
2914
+ var { paths: paths16, texts: texts17, bounds: bounds16, refblocks: refblocks16, circles: circles6 } = varactor_diode_default;
2756
2915
  var varactor_diode_horz_default = defineSymbol({
2757
2916
  primitives: [
2758
- ...Object.values(paths15),
2759
- ...Object.values(circles5),
2760
- { ...texts16.top1, anchor: "middle_bottom" },
2761
- { ...texts16.bottom1, anchor: "middle_top" }
2917
+ ...Object.values(paths16),
2918
+ ...Object.values(circles6),
2919
+ { ...texts17.top1, anchor: "middle_bottom" },
2920
+ { ...texts17.bottom1, anchor: "middle_top" }
2762
2921
  ],
2763
2922
  ports: [
2764
- { ...refblocks15.left1, labels: ["1"] },
2923
+ { ...refblocks16.left1, labels: ["1"] },
2765
2924
  // TODO add more "standard" labels
2766
- { ...refblocks15.right1, labels: ["2"] }
2925
+ { ...refblocks16.right1, labels: ["2"] }
2767
2926
  // TODO add more "standard" labels
2768
2927
  ],
2769
- size: { width: bounds15.width, height: bounds15.height },
2770
- center: { x: bounds15.centerX, y: bounds15.centerY }
2928
+ size: { width: bounds16.width, height: bounds16.height },
2929
+ center: { x: bounds16.centerX, y: bounds16.centerY }
2771
2930
  });
2772
2931
 
2773
2932
  // symbols/varactor_diode_vert.ts
@@ -2914,26 +3073,26 @@ var varistor_default = {
2914
3073
  };
2915
3074
 
2916
3075
  // symbols/varistor_horz.ts
2917
- var { paths: paths16, texts: texts17, bounds: bounds16, refblocks: refblocks16 } = varistor_default;
3076
+ var { paths: paths17, texts: texts18, bounds: bounds17, refblocks: refblocks17 } = varistor_default;
2918
3077
  var varistor_horz_default = defineSymbol({
2919
3078
  primitives: [
2920
- ...Object.values(paths16),
2921
- { ...texts17.top1, anchor: "middle_left" },
2922
- { ...texts17.bottom1, anchor: "middle_right" }
3079
+ ...Object.values(paths17),
3080
+ { ...texts18.top1, anchor: "middle_left" },
3081
+ { ...texts18.bottom1, anchor: "middle_right" }
2923
3082
  ],
2924
3083
  ports: [
2925
3084
  {
2926
- ...refblocks16.left1,
3085
+ ...refblocks17.left1,
2927
3086
  labels: ["1", "-"]
2928
3087
  },
2929
3088
  {
2930
- ...refblocks16.right1,
3089
+ ...refblocks17.right1,
2931
3090
  labels: ["2", "+"]
2932
3091
  }
2933
3092
  ],
2934
- size: { width: bounds16.width, height: bounds16.height },
3093
+ size: { width: bounds17.width, height: bounds17.height },
2935
3094
  //{ width: 1, height: 0.24 },
2936
- center: { x: bounds16.centerX, y: bounds16.centerY }
3095
+ center: { x: bounds17.centerX, y: bounds17.centerY }
2937
3096
  });
2938
3097
 
2939
3098
  // symbols/varistor_vert.ts
@@ -3039,11 +3198,11 @@ var volt_meter_default = {
3039
3198
  };
3040
3199
 
3041
3200
  // symbols/volt_meter_horz.ts
3042
- var { paths: paths17, texts: texts18, bounds: bounds17, circles: circles6, refblocks: refblocks17 } = volt_meter_default;
3201
+ var { paths: paths18, texts: texts19, bounds: bounds18, circles: circles7, refblocks: refblocks18 } = volt_meter_default;
3043
3202
  var volt_meter_horz_default = defineSymbol({
3044
3203
  primitives: [
3045
- ...Object.values(paths17),
3046
- ...Object.values(circles6),
3204
+ ...Object.values(paths18),
3205
+ ...Object.values(circles7),
3047
3206
  {
3048
3207
  type: "text",
3049
3208
  text: "{REF}",
@@ -3060,13 +3219,13 @@ var volt_meter_horz_default = defineSymbol({
3060
3219
  }
3061
3220
  ],
3062
3221
  ports: [
3063
- { ...refblocks17.left1, labels: ["1"] },
3222
+ { ...refblocks18.left1, labels: ["1"] },
3064
3223
  // TODO add more "standard" labels
3065
- { ...refblocks17.right1, labels: ["2"] }
3224
+ { ...refblocks18.right1, labels: ["2"] }
3066
3225
  // TODO add more "standard" labels
3067
3226
  ],
3068
- size: { width: bounds17.width, height: bounds17.height },
3069
- center: { x: bounds17.centerX, y: bounds17.centerY }
3227
+ size: { width: bounds18.width, height: bounds18.height },
3228
+ center: { x: bounds18.centerX, y: bounds18.centerY }
3070
3229
  });
3071
3230
 
3072
3231
  // symbols/volt_meter_vert.ts
@@ -3219,22 +3378,22 @@ var zener_diode_default = {
3219
3378
  };
3220
3379
 
3221
3380
  // symbols/zener_diode_horz.ts
3222
- var { paths: paths18, texts: texts19, bounds: bounds18, refblocks: refblocks18, circles: circles7 } = zener_diode_default;
3381
+ var { paths: paths19, texts: texts20, bounds: bounds19, refblocks: refblocks19, circles: circles8 } = zener_diode_default;
3223
3382
  var zener_diode_horz_default = defineSymbol({
3224
3383
  primitives: [
3225
- ...Object.values(paths18),
3226
- ...Object.values(circles7),
3227
- { ...texts19.top1, anchor: "middle_bottom" },
3228
- { ...texts19.bottom1, anchor: "middle_top" }
3384
+ ...Object.values(paths19),
3385
+ ...Object.values(circles8),
3386
+ { ...texts20.top1, anchor: "middle_bottom" },
3387
+ { ...texts20.bottom1, anchor: "middle_top" }
3229
3388
  ],
3230
3389
  ports: [
3231
- { ...refblocks18.left1, labels: ["1"] },
3390
+ { ...refblocks19.left1, labels: ["1"] },
3232
3391
  // TODO add more "standard" labels
3233
- { ...refblocks18.right1, labels: ["2"] }
3392
+ { ...refblocks19.right1, labels: ["2"] }
3234
3393
  // TODO add more "standard" labels
3235
3394
  ],
3236
- size: { width: bounds18.width, height: bounds18.height },
3237
- center: { x: bounds18.centerX, y: bounds18.centerY }
3395
+ size: { width: bounds19.width, height: bounds19.height },
3396
+ center: { x: bounds19.centerX, y: bounds19.centerY }
3238
3397
  });
3239
3398
 
3240
3399
  // symbols/zener_diode_vert.ts
@@ -3257,6 +3416,8 @@ var symbols_index_default = {
3257
3416
  "boxresistor_vert": boxresistor_vert_default,
3258
3417
  "capacitor_horz": capacitor_horz_default,
3259
3418
  "capacitor_vert": capacitor_vert_default,
3419
+ "dc_voltmeter_horz": dc_voltmeter_horz_default,
3420
+ "dc_voltmeter_vert": dc_voltmeter_vert_default,
3260
3421
  "diode_horz": diode_horz_default,
3261
3422
  "diode_vert": diode_vert_default,
3262
3423
  "fuse_horz": fuse_horz_default,