schematic-symbols 0.0.104 → 0.0.105

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
@@ -838,11 +838,11 @@ var capacitor_default = {
838
838
  points: [
839
839
  {
840
840
  x: 0.5229378000000002,
841
- y: 0.017283099999996665
841
+ y: 0.017283050000003186
842
842
  },
843
843
  {
844
844
  x: 0.07314620000000005,
845
- y: 0.017283099999996665
845
+ y: 0.017283050000003186
846
846
  }
847
847
  ],
848
848
  color: "primary",
@@ -852,12 +852,12 @@ var capacitor_default = {
852
852
  type: "path",
853
853
  points: [
854
854
  {
855
- x: -0.08560379999999945,
856
- y: 0.017283099999996665
855
+ x: -0.0856037999999999,
856
+ y: 0.017283050000003186
857
857
  },
858
858
  {
859
859
  x: -0.5353954999999999,
860
- y: 0.017283099999996665
860
+ y: 0.017283050000003186
861
861
  }
862
862
  ],
863
863
  color: "primary",
@@ -867,12 +867,12 @@ var capacitor_default = {
867
867
  type: "path",
868
868
  points: [
869
869
  {
870
- x: 0.07314620000000005,
871
- y: 0.2818663999999984
870
+ x: 0.0731461999999996,
871
+ y: 0.2818663500000014
872
872
  },
873
873
  {
874
874
  x: 0.07314620000000005,
875
- y: -0.24730020000000152
875
+ y: -0.24730024999999856
876
876
  }
877
877
  ],
878
878
  color: "primary",
@@ -883,11 +883,11 @@ var capacitor_default = {
883
883
  points: [
884
884
  {
885
885
  x: -0.0856037999999999,
886
- y: 0.2818663999999984
886
+ y: 0.2818663500000014
887
887
  },
888
888
  {
889
- x: -0.08560379999999945,
890
- y: -0.24730020000000152
889
+ x: -0.0856037999999999,
890
+ y: -0.24730024999999856
891
891
  }
892
892
  ],
893
893
  color: "primary",
@@ -899,61 +899,38 @@ var capacitor_default = {
899
899
  type: "text",
900
900
  text: "{REF}",
901
901
  x: -0.012864500000000056,
902
- y: 0.42000869999999857
902
+ y: 0.4200086500000033
903
903
  },
904
904
  bottom1: {
905
905
  type: "text",
906
906
  text: "{VAL}",
907
907
  x: -0.003850500000000423,
908
- y: -0.42000870000000035
908
+ y: -0.42000864999999976
909
909
  }
910
910
  },
911
911
  refblocks: {
912
912
  left1: {
913
- x: -0.5512093000000002,
914
- y: 0.016380399999999185
913
+ x: -0.5512093000000005,
914
+ y: 0.01638025000000276
915
915
  },
916
916
  right1: {
917
917
  x: 0.5512093,
918
- y: 0.016926899999997858
918
+ y: 0.016926950000001995
919
919
  }
920
920
  },
921
921
  bounds: {
922
- minX: -0.5793677410000002,
922
+ minX: -0.5793677410000004,
923
923
  maxX: 0.579367741,
924
- minY: -0.42000870000000035,
925
- maxY: 0.42000869999999857,
926
- width: 1.1587354820000002,
927
- height: 0.8400173999999989,
928
- centerX: -11102230246251565e-32,
929
- centerY: -8881784197001252e-31
924
+ minY: -0.42000864999999976,
925
+ maxY: 0.4200086500000033,
926
+ width: 1.1587354820000004,
927
+ height: 0.8400173000000031,
928
+ centerX: -2220446049250313e-31,
929
+ centerY: 17763568394002505e-31
930
930
  },
931
931
  circles: {}
932
932
  };
933
933
 
934
- // symbols/capacitor_horz.ts
935
- var { paths: paths5, bounds: bounds5, refblocks: refblocks5, texts: texts4 } = capacitor_default;
936
- var capacitor_horz_default = defineSymbol({
937
- primitives: [
938
- ...Object.values(paths5),
939
- { ...texts4.top1, anchor: "middle_bottom" },
940
- { ...texts4.bottom1, anchor: "middle_top" }
941
- ],
942
- ports: [
943
- { ...refblocks5.left1, labels: ["1"] },
944
- { ...refblocks5.right1, labels: ["2"] }
945
- ],
946
- size: { width: bounds5.width, height: bounds5.height },
947
- //{ width: 1, height: 0.24 },
948
- center: { x: bounds5.centerX, y: bounds5.centerY }
949
- });
950
-
951
- // symbols/capacitor_down.ts
952
- var capacitor_down_default = rotateSymbol(capacitor_horz_default, "down");
953
-
954
- // symbols/capacitor_left.ts
955
- var capacitor_left_default = rotateSymbol(capacitor_horz_default, "left");
956
-
957
934
  // drawing/modify-symbol/modify-symbol.ts
958
935
  var SymbolModifier = class {
959
936
  symbol;
@@ -1017,6 +994,41 @@ var modifySymbol = (symbol) => {
1017
994
  });
1018
995
  };
1019
996
 
997
+ // symbols/capacitor_down.ts
998
+ var { paths: paths5, texts: texts4, bounds: bounds5, refblocks: refblocks5, circles: circles4 } = capacitor_default;
999
+ var capacitor_down_default = modifySymbol({
1000
+ primitives: [
1001
+ ...Object.values(paths5),
1002
+ ...Object.values(circles4),
1003
+ {
1004
+ type: "text",
1005
+ text: "{REF}",
1006
+ x: -0.2,
1007
+ y: 0.2094553499999995
1008
+ },
1009
+ {
1010
+ type: "text",
1011
+ text: "{VAL}",
1012
+ x: 0.2,
1013
+ y: 0.2094553499999995
1014
+ }
1015
+ ],
1016
+ ports: [
1017
+ { ...refblocks5.left1, labels: ["1"] },
1018
+ // TODO add more "standard" labels
1019
+ { ...refblocks5.right1, labels: ["2"] }
1020
+ // TODO add more "standard" labels
1021
+ ],
1022
+ size: { width: bounds5.width, height: bounds5.height },
1023
+ center: { x: bounds5.centerX, y: bounds5.centerY }
1024
+ }).changeTextAnchor("{VAL}", "top_left").rotateRightFacingSymbol("down").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "bottom_left").build();
1025
+
1026
+ // symbols/capacitor_right.ts
1027
+ var capacitor_right_default = modifySymbol(capacitor_default).rotateRightFacingSymbol("right").changeTextAnchor("{VAL}", "middle_right").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_left").build();
1028
+
1029
+ // symbols/capacitor_left.ts
1030
+ 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();
1031
+
1020
1032
  // assets/generated/capacitor_polarized.json
1021
1033
  var capacitor_polarized_default = {
1022
1034
  paths: {
@@ -2776,26 +2788,98 @@ var capacitor_polarized_default = {
2776
2788
  circles: {}
2777
2789
  };
2778
2790
 
2791
+ // symbols/capacitor_polarized_down.ts
2792
+ var { paths: paths6, texts: texts5, bounds: bounds6, refblocks: refblocks6, circles: circles5 } = capacitor_polarized_default;
2793
+ var capacitor_polarized_down_default = modifySymbol({
2794
+ primitives: [
2795
+ ...Object.values(paths6),
2796
+ ...Object.values(circles5),
2797
+ {
2798
+ type: "text",
2799
+ text: "{REF}",
2800
+ x: -0.2,
2801
+ y: 0.2094553499999995
2802
+ },
2803
+ {
2804
+ type: "text",
2805
+ text: "{VAL}",
2806
+ x: 0.3,
2807
+ y: 0.2094553499999995
2808
+ }
2809
+ ],
2810
+ ports: [
2811
+ { ...refblocks6.left1, labels: ["1"] },
2812
+ // TODO add more "standard" labels
2813
+ { ...refblocks6.right1, labels: ["2"] }
2814
+ // TODO add more "standard" labels
2815
+ ],
2816
+ size: { width: bounds6.width, height: bounds6.height },
2817
+ center: { x: bounds6.centerX, y: bounds6.centerY }
2818
+ }).changeTextAnchor("{VAL}", "top_left").rotateRightFacingSymbol("down").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "bottom_left").build();
2819
+
2779
2820
  // symbols/capacitor_polarized_right.ts
2780
2821
  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();
2781
2822
 
2782
- // symbols/capacitor_polarized_down.ts
2783
- var capacitor_polarized_down_default = modifySymbol(capacitor_polarized_right_default).changeTextAnchor("{VAL}", "middle_top").rotateRightFacingSymbol("down").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_left").build();
2784
-
2785
2823
  // symbols/capacitor_polarized_left.ts
2786
2824
  var capacitor_polarized_left_default = modifySymbol(capacitor_polarized_right_default).changeTextAnchor("{VAL}", "middle_top").rotateRightFacingSymbol("left").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_top").build();
2787
2825
 
2788
2826
  // symbols/capacitor_polarized_up.ts
2789
- var capacitor_polarized_up_default = modifySymbol(capacitor_polarized_right_default).changeTextAnchor("{VAL}", "middle_top").rotateRightFacingSymbol("up").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_right").build();
2790
-
2791
- // symbols/capacitor_right.ts
2792
- var capacitor_right_default = capacitor_horz_default;
2827
+ var { paths: paths7, texts: texts6, bounds: bounds7, refblocks: refblocks7, circles: circles6 } = capacitor_polarized_default;
2828
+ var capacitor_polarized_up_default = modifySymbol({
2829
+ primitives: [
2830
+ ...Object.values(paths7),
2831
+ ...Object.values(circles6),
2832
+ {
2833
+ type: "text",
2834
+ text: "{REF}",
2835
+ x: 0.1,
2836
+ y: -0.2094553499999995
2837
+ },
2838
+ {
2839
+ type: "text",
2840
+ text: "{VAL}",
2841
+ x: -0.2,
2842
+ y: -0.2094553499999995
2843
+ }
2844
+ ],
2845
+ ports: [
2846
+ { ...refblocks7.left1, labels: ["1"] },
2847
+ // TODO add more "standard" labels
2848
+ { ...refblocks7.right1, labels: ["2"] }
2849
+ // TODO add more "standard" labels
2850
+ ],
2851
+ size: { width: bounds7.width, height: bounds7.height },
2852
+ center: { x: bounds7.centerX, y: bounds7.centerY }
2853
+ }).changeTextAnchor("{VAL}", "top_left").rotateRightFacingSymbol("up").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "bottom_left").build();
2793
2854
 
2794
2855
  // symbols/capacitor_up.ts
2795
- var capacitor_up_default = rotateSymbol(capacitor_horz_default, "up");
2796
-
2797
- // symbols/capacitor_vert.ts
2798
- var capacitor_vert_default = rotateSymbol(capacitor_horz_default);
2856
+ var { paths: paths8, texts: texts7, bounds: bounds8, refblocks: refblocks8, circles: circles7 } = capacitor_default;
2857
+ var capacitor_up_default = modifySymbol({
2858
+ primitives: [
2859
+ ...Object.values(paths8),
2860
+ ...Object.values(circles7),
2861
+ {
2862
+ type: "text",
2863
+ text: "{REF}",
2864
+ x: 0.2,
2865
+ y: -0.2094553499999995
2866
+ },
2867
+ {
2868
+ type: "text",
2869
+ text: "{VAL}",
2870
+ x: -0.2,
2871
+ y: -0.2094553499999995
2872
+ }
2873
+ ],
2874
+ ports: [
2875
+ { ...refblocks8.left1, labels: ["1"] },
2876
+ // TODO add more "standard" labels
2877
+ { ...refblocks8.right1, labels: ["2"] }
2878
+ // TODO add more "standard" labels
2879
+ ],
2880
+ size: { width: bounds8.width, height: bounds8.height },
2881
+ center: { x: bounds8.centerX, y: bounds8.centerY }
2882
+ }).changeTextAnchor("{VAL}", "top_left").rotateRightFacingSymbol("up").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "bottom_left").build();
2799
2883
 
2800
2884
  // assets/generated/constant_current_diode.json
2801
2885
  var constant_current_diode_default = {
@@ -3431,11 +3515,11 @@ var dc_ammeter_default = {
3431
3515
  };
3432
3516
 
3433
3517
  // symbols/dc_ammeter_horz.ts
3434
- var { paths: paths6, texts: texts5, bounds: bounds6, refblocks: refblocks6, circles: circles4 } = dc_ammeter_default;
3518
+ var { paths: paths9, texts: texts8, bounds: bounds9, refblocks: refblocks9, circles: circles8 } = dc_ammeter_default;
3435
3519
  var dc_ammeter_horz_default = defineSymbol({
3436
3520
  primitives: [
3437
- ...Object.values(paths6),
3438
- ...Object.values(circles4),
3521
+ ...Object.values(paths9),
3522
+ ...Object.values(circles8),
3439
3523
  {
3440
3524
  type: "text",
3441
3525
  text: "{REF}",
@@ -3450,16 +3534,16 @@ var dc_ammeter_horz_default = defineSymbol({
3450
3534
  y: 0.35,
3451
3535
  anchor: "middle_bottom"
3452
3536
  },
3453
- { ...texts5.left1, x: 0, y: 0.01, anchor: "center", fontSize: 0.3 }
3537
+ { ...texts8.left1, x: 0, y: 0.01, anchor: "center", fontSize: 0.3 }
3454
3538
  ],
3455
3539
  ports: [
3456
- { ...refblocks6.left1, labels: ["1"] },
3540
+ { ...refblocks9.left1, labels: ["1"] },
3457
3541
  // TODO add more "standard" labels
3458
- { ...refblocks6.right1, labels: ["2"] }
3542
+ { ...refblocks9.right1, labels: ["2"] }
3459
3543
  // TODO add more "standard" labels
3460
3544
  ],
3461
- size: { width: bounds6.width, height: bounds6.height },
3462
- center: { x: bounds6.centerX, y: bounds6.centerY }
3545
+ size: { width: bounds9.width, height: bounds9.height },
3546
+ center: { x: bounds9.centerX, y: bounds9.centerY }
3463
3547
  });
3464
3548
 
3465
3549
  // symbols/dc_ammeter_vert.ts
@@ -3605,11 +3689,11 @@ var dc_voltmeter_default = {
3605
3689
  };
3606
3690
 
3607
3691
  // symbols/dc_voltmeter_horz.ts
3608
- var { paths: paths7, texts: texts6, bounds: bounds7, refblocks: refblocks7, circles: circles5 } = dc_voltmeter_default;
3692
+ var { paths: paths10, texts: texts9, bounds: bounds10, refblocks: refblocks10, circles: circles9 } = dc_voltmeter_default;
3609
3693
  var dc_voltmeter_horz_default = defineSymbol({
3610
3694
  primitives: [
3611
- ...Object.values(paths7),
3612
- ...Object.values(circles5),
3695
+ ...Object.values(paths10),
3696
+ ...Object.values(circles9),
3613
3697
  {
3614
3698
  type: "text",
3615
3699
  text: "{REF}",
@@ -3626,13 +3710,13 @@ var dc_voltmeter_horz_default = defineSymbol({
3626
3710
  }
3627
3711
  ],
3628
3712
  ports: [
3629
- { ...refblocks7.left1, labels: ["1"] },
3713
+ { ...refblocks10.left1, labels: ["1"] },
3630
3714
  // TODO add more "standard" labels
3631
- { ...refblocks7.right1, labels: ["2"] }
3715
+ { ...refblocks10.right1, labels: ["2"] }
3632
3716
  // TODO add more "standard" labels
3633
3717
  ],
3634
- size: { width: bounds7.width, height: bounds7.height },
3635
- center: { x: bounds7.centerX, y: bounds7.centerY }
3718
+ size: { width: bounds10.width, height: bounds10.height },
3719
+ center: { x: bounds10.centerX, y: bounds10.centerY }
3636
3720
  });
3637
3721
 
3638
3722
  // symbols/dc_voltmeter_vert.ts
@@ -3810,11 +3894,11 @@ var diac_horz_default = modifySymbol(diac_default).changeTextAnchor("{VAL}", "mi
3810
3894
 
3811
3895
  // symbols/diac_vert.ts
3812
3896
  var rotatedSymbol4 = rotateSymbol(diac_horz_default);
3813
- var texts7 = rotatedSymbol4.primitives.filter(
3897
+ var texts10 = rotatedSymbol4.primitives.filter(
3814
3898
  (primitive) => primitive.type === "text"
3815
3899
  );
3816
- var ref = texts7.find((text) => text.text === "{REF}");
3817
- var val = texts7.find((text) => text.text === "{VAL}");
3900
+ var ref = texts10.find((text) => text.text === "{REF}");
3901
+ var val = texts10.find((text) => text.text === "{VAL}");
3818
3902
  ref.y = 0;
3819
3903
  val.y = 0;
3820
3904
  var diac_vert_default = rotatedSymbol4;
@@ -4119,36 +4203,36 @@ var dpst_switch_default = {
4119
4203
 
4120
4204
  // symbols/dpst_switch_horz.ts
4121
4205
  dpst_switch_default.bounds.width += 0.2;
4122
- var { paths: paths8, texts: texts8, bounds: bounds8, refblocks: refblocks8, circles: circles6 } = dpst_switch_default;
4206
+ var { paths: paths11, texts: texts11, bounds: bounds11, refblocks: refblocks11, circles: circles10 } = dpst_switch_default;
4123
4207
  var dpst_switch_horz_default = defineSymbol({
4124
4208
  primitives: [
4125
- ...Object.values(paths8),
4126
- ...Object.values(circles6),
4127
- { ...texts8.top1, anchor: "middle_bottom", x: 0 },
4128
- { ...texts8.bottom1, anchor: "middle_top", x: 0 }
4209
+ ...Object.values(paths11),
4210
+ ...Object.values(circles10),
4211
+ { ...texts11.top1, anchor: "middle_bottom", x: 0 },
4212
+ { ...texts11.bottom1, anchor: "middle_top", x: 0 }
4129
4213
  ],
4130
4214
  ports: [
4131
- { ...refblocks8.left1, labels: ["1", "left1"] },
4215
+ { ...refblocks11.left1, labels: ["1", "left1"] },
4132
4216
  // TODO add more "standard" labels
4133
- { ...refblocks8.left3, labels: ["3", "left3"] },
4217
+ { ...refblocks11.left3, labels: ["3", "left3"] },
4134
4218
  // TODO add more "standard" labels
4135
- { ...refblocks8.right1, labels: ["2", "right1"] },
4219
+ { ...refblocks11.right1, labels: ["2", "right1"] },
4136
4220
  // TODO add more "standard" labels
4137
- { ...refblocks8.right3, labels: ["4", "right3"] }
4221
+ { ...refblocks11.right3, labels: ["4", "right3"] }
4138
4222
  // TODO add more "standard" labels
4139
4223
  ],
4140
- size: { width: bounds8.width, height: bounds8.height },
4141
- center: { x: bounds8.centerX, y: bounds8.centerY }
4224
+ size: { width: bounds11.width, height: bounds11.height },
4225
+ center: { x: bounds11.centerX, y: bounds11.centerY }
4142
4226
  });
4143
4227
 
4144
4228
  // symbols/dpst_switch_vert.ts
4145
4229
  var rotatedSymbol5 = rotateSymbol(dpst_switch_horz_default);
4146
- var texts9 = rotatedSymbol5.primitives.filter((p) => p.type === "text");
4147
- var val2 = texts9.find((t) => t.text === "{VAL}");
4230
+ var texts12 = rotatedSymbol5.primitives.filter((p) => p.type === "text");
4231
+ var val2 = texts12.find((t) => t.text === "{VAL}");
4148
4232
  val2.anchor = "middle_right";
4149
4233
  val2.x = -0.35;
4150
4234
  val2.y = 0;
4151
- var ref2 = texts9.find((t) => t.text === "{REF}");
4235
+ var ref2 = texts12.find((t) => t.text === "{REF}");
4152
4236
  ref2.anchor = "middle_left";
4153
4237
  ref2.x = 0.3;
4154
4238
  ref2.y = 0;
@@ -4362,11 +4446,11 @@ var frequency_meter_default = {
4362
4446
  };
4363
4447
 
4364
4448
  // symbols/frequency_meter_horz.ts
4365
- var { paths: paths9, texts: texts10, bounds: bounds9, refblocks: refblocks9, circles: circles7 } = frequency_meter_default;
4449
+ var { paths: paths12, texts: texts13, bounds: bounds12, refblocks: refblocks12, circles: circles11 } = frequency_meter_default;
4366
4450
  var frequency_meter_horz_default = defineSymbol({
4367
4451
  primitives: [
4368
- ...Object.values(paths9),
4369
- ...Object.values(circles7),
4452
+ ...Object.values(paths12),
4453
+ ...Object.values(circles11),
4370
4454
  {
4371
4455
  type: "text",
4372
4456
  text: "{REF}",
@@ -4381,16 +4465,16 @@ var frequency_meter_horz_default = defineSymbol({
4381
4465
  y: 0.35,
4382
4466
  anchor: "middle_bottom"
4383
4467
  },
4384
- { ...texts10.left1, x: 0, y: 0.01, anchor: "center", fontSize: 0.2 }
4468
+ { ...texts13.left1, x: 0, y: 0.01, anchor: "center", fontSize: 0.2 }
4385
4469
  ],
4386
4470
  ports: [
4387
- { ...refblocks9.left1, labels: ["1"] },
4471
+ { ...refblocks12.left1, labels: ["1"] },
4388
4472
  // TODO add more "standard" labels
4389
- { ...refblocks9.right1, labels: ["2"] }
4473
+ { ...refblocks12.right1, labels: ["2"] }
4390
4474
  // TODO add more "standard" labels
4391
4475
  ],
4392
- size: { width: bounds9.width, height: bounds9.height },
4393
- center: { x: bounds9.centerX, y: bounds9.centerY }
4476
+ size: { width: bounds12.width, height: bounds12.height },
4477
+ center: { x: bounds12.centerX, y: bounds12.centerY }
4394
4478
  });
4395
4479
 
4396
4480
  // symbols/frequency_meter_vert.ts
@@ -4495,11 +4579,11 @@ var fuse_default = {
4495
4579
  };
4496
4580
 
4497
4581
  // symbols/fuse_horz.ts
4498
- var { paths: paths10, texts: texts11, bounds: bounds10, refblocks: refblocks10 } = fuse_default;
4582
+ var { paths: paths13, texts: texts14, bounds: bounds13, refblocks: refblocks13 } = fuse_default;
4499
4583
  var fuse_horz_default = defineSymbol({
4500
4584
  primitives: [
4501
- ...Object.values(paths10),
4502
- { ...texts11.top1, anchor: "middle_bottom" },
4585
+ ...Object.values(paths13),
4586
+ { ...texts14.top1, anchor: "middle_bottom" },
4503
4587
  {
4504
4588
  type: "text",
4505
4589
  text: "{VAL}",
@@ -4509,13 +4593,13 @@ var fuse_horz_default = defineSymbol({
4509
4593
  }
4510
4594
  ],
4511
4595
  ports: [
4512
- { ...refblocks10.left1, labels: ["1"] },
4596
+ { ...refblocks13.left1, labels: ["1"] },
4513
4597
  // TODO add more "standard" labels
4514
- { ...refblocks10.right1, labels: ["2"] }
4598
+ { ...refblocks13.right1, labels: ["2"] }
4515
4599
  // TODO add more "standard" labels
4516
4600
  ],
4517
- size: { width: bounds10.width, height: bounds10.height },
4518
- center: { x: bounds10.centerX, y: bounds10.centerY }
4601
+ size: { width: bounds13.width, height: bounds13.height },
4602
+ center: { x: bounds13.centerX, y: bounds13.centerY }
4519
4603
  });
4520
4604
 
4521
4605
  // symbols/fuse_vert.ts
@@ -4623,11 +4707,11 @@ var ground_default = {
4623
4707
  };
4624
4708
 
4625
4709
  // symbols/ground_horz.ts
4626
- var { paths: paths11, circles: circles8, bounds: bounds11, refblocks: refblocks11 } = ground_default;
4710
+ var { paths: paths14, circles: circles12, bounds: bounds14, refblocks: refblocks14 } = ground_default;
4627
4711
  var horizontalSymbol = defineSymbol({
4628
4712
  primitives: [
4629
- ...Object.values(paths11),
4630
- ...Object.values(circles8),
4713
+ ...Object.values(paths14),
4714
+ ...Object.values(circles12),
4631
4715
  {
4632
4716
  type: "text",
4633
4717
  text: "{REF}",
@@ -4651,7 +4735,7 @@ var horizontalSymbol = defineSymbol({
4651
4735
  // Horizontal anchor for VAL
4652
4736
  }
4653
4737
  ],
4654
- ports: [{ ...refblocks11.top1, labels: ["1"] }],
4738
+ ports: [{ ...refblocks14.top1, labels: ["1"] }],
4655
4739
  size: { width: 1, height: 1 },
4656
4740
  center: { x: 0, y: 0.4 }
4657
4741
  });
@@ -4778,7 +4862,7 @@ var gunn_diode_default = {
4778
4862
  };
4779
4863
 
4780
4864
  // symbols/gunn_diode_horz.ts
4781
- var { paths: paths12, texts: texts12, bounds: bounds12, refblocks: refblocks12, circles: circles9 } = gunn_diode_default;
4865
+ var { paths: paths15, texts: texts15, bounds: bounds15, refblocks: refblocks15, circles: circles13 } = gunn_diode_default;
4782
4866
  var gunn_diode_horz_default = modifySymbol(gunn_diode_default).changeTextAnchor("{VAL}", "middle_top").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_bottom").build();
4783
4867
 
4784
4868
  // symbols/gunn_diode_vert.ts
@@ -5216,12 +5300,12 @@ var illuminated_push_button_normally_open_horz_default = modifySymbol(illuminate
5216
5300
 
5217
5301
  // symbols/illuminated_push_button_normally_open_vert.ts
5218
5302
  var rotatedSymbol7 = rotateSymbol(illuminated_push_button_normally_open_horz_default);
5219
- var texts13 = rotatedSymbol7.primitives.filter((p) => p.type === "text");
5220
- var val4 = texts13.find((t) => t.text === "{VAL}");
5303
+ var texts16 = rotatedSymbol7.primitives.filter((p) => p.type === "text");
5304
+ var val4 = texts16.find((t) => t.text === "{VAL}");
5221
5305
  val4.x = -0.35;
5222
5306
  val4.y = 0;
5223
5307
  val4.anchor = "middle_right";
5224
- var ref4 = texts13.find((t) => t.text === "{REF}");
5308
+ var ref4 = texts16.find((t) => t.text === "{REF}");
5225
5309
  ref4.y = 0;
5226
5310
  ref4.x = 0.35;
5227
5311
  ref4.anchor = "middle_left";
@@ -6303,22 +6387,22 @@ var inductor_default = {
6303
6387
  };
6304
6388
 
6305
6389
  // symbols/inductor_horz.ts
6306
- var { paths: paths13, texts: texts14, bounds: bounds13, refblocks: refblocks13, circles: circles10 } = inductor_default;
6390
+ var { paths: paths16, texts: texts17, bounds: bounds16, refblocks: refblocks16, circles: circles14 } = inductor_default;
6307
6391
  var inductor_horz_default = defineSymbol({
6308
6392
  primitives: [
6309
- ...Object.values(paths13),
6310
- ...Object.values(circles10),
6311
- { ...texts14.top1, anchor: "middle_bottom" },
6312
- { ...texts14.bottom1, anchor: "middle_top" }
6393
+ ...Object.values(paths16),
6394
+ ...Object.values(circles14),
6395
+ { ...texts17.top1, anchor: "middle_bottom" },
6396
+ { ...texts17.bottom1, anchor: "middle_top" }
6313
6397
  ],
6314
6398
  ports: [
6315
- { ...refblocks13.left1, labels: ["1"] },
6399
+ { ...refblocks16.left1, labels: ["1"] },
6316
6400
  // TODO add more "standard" labels
6317
- { ...refblocks13.right1, labels: ["2"] }
6401
+ { ...refblocks16.right1, labels: ["2"] }
6318
6402
  // TODO add more "standard" labels
6319
6403
  ],
6320
- size: { width: bounds13.width, height: bounds13.height },
6321
- center: { x: bounds13.centerX, y: bounds13.centerY }
6404
+ size: { width: bounds16.width, height: bounds16.height },
6405
+ center: { x: bounds16.centerX, y: bounds16.centerY }
6322
6406
  });
6323
6407
 
6324
6408
  // symbols/inductor_vert.ts
@@ -6569,8 +6653,8 @@ var laser_diode_horz_default = modifySymbol(laser_diode_default).changeTextAncho
6569
6653
 
6570
6654
  // symbols/laser_diode_vert.ts
6571
6655
  var rotatedSymbol8 = rotateSymbol(laser_diode_horz_default);
6572
- var texts15 = rotatedSymbol8.primitives.filter((p) => p.type === "text");
6573
- var ref5 = texts15.find((t) => t.text === "{VAL}");
6656
+ var texts18 = rotatedSymbol8.primitives.filter((p) => p.type === "text");
6657
+ var ref5 = texts18.find((t) => t.text === "{VAL}");
6574
6658
  ref5.x = -0.52;
6575
6659
  ref5.anchor = "middle_right";
6576
6660
  var laser_diode_vert_default = rotatedSymbol8;
@@ -6791,22 +6875,22 @@ var led_default = {
6791
6875
  };
6792
6876
 
6793
6877
  // symbols/led_right.ts
6794
- var { paths: paths14, texts: texts16, bounds: bounds14, refblocks: refblocks14, circles: circles11 } = led_default;
6878
+ var { paths: paths17, texts: texts19, bounds: bounds17, refblocks: refblocks17, circles: circles15 } = led_default;
6795
6879
  var led_right_default = defineSymbol({
6796
6880
  primitives: [
6797
- ...Object.values(paths14),
6798
- ...Object.values(circles11),
6799
- { ...texts16.bottom1, anchor: "middle_top" },
6800
- { ...texts16.right1, anchor: "middle_bottom" }
6881
+ ...Object.values(paths17),
6882
+ ...Object.values(circles15),
6883
+ { ...texts19.bottom1, anchor: "middle_top" },
6884
+ { ...texts19.right1, anchor: "middle_bottom" }
6801
6885
  ],
6802
6886
  ports: [
6803
- { ...refblocks14.left1, labels: ["1"] },
6887
+ { ...refblocks17.left1, labels: ["1"] },
6804
6888
  // TODO add more "standard" labels
6805
- { ...refblocks14.right1, labels: ["2"] }
6889
+ { ...refblocks17.right1, labels: ["2"] }
6806
6890
  // TODO add more "standard" labels
6807
6891
  ],
6808
- size: { width: bounds14.width, height: bounds14.height },
6809
- center: { x: bounds14.centerX, y: bounds14.centerY }
6892
+ size: { width: bounds17.width, height: bounds17.height },
6893
+ center: { x: bounds17.centerX, y: bounds17.centerY }
6810
6894
  });
6811
6895
 
6812
6896
  // symbols/led_down.ts
@@ -7059,32 +7143,32 @@ var light_dependent_resistor_default = {
7059
7143
  };
7060
7144
 
7061
7145
  // symbols/light_dependent_resistor_horz.ts
7062
- var { paths: paths15, texts: texts17, bounds: bounds15, refblocks: refblocks15, circles: circles12 } = light_dependent_resistor_default;
7146
+ var { paths: paths18, texts: texts20, bounds: bounds18, refblocks: refblocks18, circles: circles16 } = light_dependent_resistor_default;
7063
7147
  var light_dependent_resistor_horz_default = defineSymbol({
7064
7148
  primitives: [
7065
- ...Object.values(paths15),
7066
- ...Object.values(circles12),
7067
- { ...texts17.top1, anchor: "middle_left", x: 0 },
7068
- { ...texts17.bottom1, anchor: "middle_left", x: 0 }
7149
+ ...Object.values(paths18),
7150
+ ...Object.values(circles16),
7151
+ { ...texts20.top1, anchor: "middle_left", x: 0 },
7152
+ { ...texts20.bottom1, anchor: "middle_left", x: 0 }
7069
7153
  ],
7070
7154
  ports: [
7071
- { ...refblocks15.left1, labels: ["1"] },
7155
+ { ...refblocks18.left1, labels: ["1"] },
7072
7156
  // TODO add more "standard" labels
7073
- { ...refblocks15.right1, labels: ["2"] }
7157
+ { ...refblocks18.right1, labels: ["2"] }
7074
7158
  // TODO add more "standard" labels
7075
7159
  ],
7076
- size: { width: bounds15.width, height: bounds15.height },
7077
- center: { x: bounds15.centerX, y: bounds15.centerY }
7160
+ size: { width: bounds18.width, height: bounds18.height },
7161
+ center: { x: bounds18.centerX, y: bounds18.centerY }
7078
7162
  });
7079
7163
 
7080
7164
  // symbols/light_dependent_resistor_vert.ts
7081
7165
  var rotatedSymbol9 = rotateSymbol(light_dependent_resistor_horz_default);
7082
- var texts18 = rotatedSymbol9.primitives.filter((p) => p.type === "text");
7083
- var val5 = texts18.find((t) => t.text === "{VAL}");
7166
+ var texts21 = rotatedSymbol9.primitives.filter((p) => p.type === "text");
7167
+ var val5 = texts21.find((t) => t.text === "{VAL}");
7084
7168
  val5.x = -0.35;
7085
7169
  val5.y = 0;
7086
7170
  val5.anchor = "middle_right";
7087
- var ref6 = texts18.find((t) => t.text === "{REF}");
7171
+ var ref6 = texts21.find((t) => t.text === "{REF}");
7088
7172
  ref6.y = 0;
7089
7173
  ref6.x = 0.35;
7090
7174
  ref6.anchor = "middle_left";
@@ -7361,23 +7445,23 @@ var mosfet_depletion_normally_on_default = {
7361
7445
  };
7362
7446
 
7363
7447
  // symbols/mosfet_depletion_normally_on_horz.ts
7364
- var { paths: paths16, texts: texts19, bounds: bounds16, refblocks: refblocks16 } = mosfet_depletion_normally_on_default;
7448
+ var { paths: paths19, texts: texts22, bounds: bounds19, refblocks: refblocks19 } = mosfet_depletion_normally_on_default;
7365
7449
  var mosfet_depletion_normally_on_horz_default = defineSymbol({
7366
7450
  primitives: [
7367
- ...Object.values(paths16),
7368
- { ...texts19.right1, anchor: "middle_left" },
7369
- { ...texts19.right2, anchor: "middle_left" }
7451
+ ...Object.values(paths19),
7452
+ { ...texts22.right1, anchor: "middle_left" },
7453
+ { ...texts22.right2, anchor: "middle_left" }
7370
7454
  ],
7371
7455
  ports: [
7372
- { ...refblocks16.top1, labels: ["1"] },
7456
+ { ...refblocks19.top1, labels: ["1"] },
7373
7457
  // TODO add more "standard" labels
7374
- { ...refblocks16.bottom1, labels: ["2"] },
7458
+ { ...refblocks19.bottom1, labels: ["2"] },
7375
7459
  // TODO add more "standard" labels
7376
- { ...refblocks16.left1, labels: ["3"] }
7460
+ { ...refblocks19.left1, labels: ["3"] }
7377
7461
  // TODO add more "standard" labels
7378
7462
  ],
7379
- size: { width: bounds16.width + 0.4, height: bounds16.height },
7380
- center: { x: bounds16.centerX + 0.2, y: bounds16.centerY }
7463
+ size: { width: bounds19.width + 0.4, height: bounds19.height },
7464
+ center: { x: bounds19.centerX + 0.2, y: bounds19.centerY }
7381
7465
  });
7382
7466
 
7383
7467
  // symbols/mosfet_depletion_normally_on_vert.ts
@@ -8003,20 +8087,20 @@ var mushroom_head_normally_open_momentary_default = {
8003
8087
  };
8004
8088
 
8005
8089
  // symbols/mushroom_head_normally_open_momentary_horz.ts
8006
- var { paths: paths17, texts: texts20, bounds: bounds17, refblocks: refblocks17, circles: circles13 } = mushroom_head_normally_open_momentary_default;
8090
+ var { paths: paths20, texts: texts23, bounds: bounds20, refblocks: refblocks20, circles: circles17 } = mushroom_head_normally_open_momentary_default;
8007
8091
  var mushroom_head_normally_open_momentary_horz_default = defineSymbol({
8008
8092
  primitives: [
8009
- ...Object.values(paths17),
8010
- ...Object.values(circles13),
8011
- { ...texts20.top1, anchor: "middle_bottom", x: 0 },
8012
- { ...texts20.bottom1, anchor: "middle_top", x: 0 }
8093
+ ...Object.values(paths20),
8094
+ ...Object.values(circles17),
8095
+ { ...texts23.top1, anchor: "middle_bottom", x: 0 },
8096
+ { ...texts23.bottom1, anchor: "middle_top", x: 0 }
8013
8097
  ],
8014
8098
  ports: [
8015
- { ...refblocks17.left1, labels: ["1"] },
8016
- { ...refblocks17.right1, labels: ["2"] }
8099
+ { ...refblocks20.left1, labels: ["1"] },
8100
+ { ...refblocks20.right1, labels: ["2"] }
8017
8101
  ],
8018
- size: { width: bounds17.width, height: bounds17.height },
8019
- center: { x: bounds17.centerX + 6e-3, y: bounds17.centerY + 0.06 }
8102
+ size: { width: bounds20.width, height: bounds20.height },
8103
+ center: { x: bounds20.centerX + 6e-3, y: bounds20.centerY + 0.06 }
8020
8104
  });
8021
8105
 
8022
8106
  // symbols/mushroom_head_normally_open_momentary_vert.ts
@@ -8229,34 +8313,34 @@ var n_channel_d_mosfet_transistor_default = {
8229
8313
  };
8230
8314
 
8231
8315
  // symbols/n_channel_d_mosfet_transistor_horz.ts
8232
- var { paths: paths18, texts: texts21, bounds: bounds18, refblocks: refblocks18, circles: circles14 } = n_channel_d_mosfet_transistor_default;
8316
+ var { paths: paths21, texts: texts24, bounds: bounds21, refblocks: refblocks21, circles: circles18 } = n_channel_d_mosfet_transistor_default;
8233
8317
  var n_channel_d_mosfet_transistor_horz_default = defineSymbol({
8234
8318
  primitives: [
8235
- ...Object.values(paths18),
8236
- ...Object.values(circles14),
8237
- { ...texts21.top1, anchor: "middle_right", x: 0 },
8238
- { ...texts21.bottom1, anchor: "middle_right", x: 0 }
8319
+ ...Object.values(paths21),
8320
+ ...Object.values(circles18),
8321
+ { ...texts24.top1, anchor: "middle_right", x: 0 },
8322
+ { ...texts24.bottom1, anchor: "middle_right", x: 0 }
8239
8323
  ],
8240
8324
  ports: [
8241
- { ...refblocks18.top1, labels: ["1", "drain"] },
8325
+ { ...refblocks21.top1, labels: ["1", "drain"] },
8242
8326
  // TODO add more "standard" labels
8243
- { ...refblocks18.bottom1, labels: ["2", "source"] },
8327
+ { ...refblocks21.bottom1, labels: ["2", "source"] },
8244
8328
  // TODO add more "standard" labels
8245
- { ...refblocks18.left1, labels: ["3", "gate"] }
8329
+ { ...refblocks21.left1, labels: ["3", "gate"] }
8246
8330
  // TODO add more "standard" labels
8247
8331
  ],
8248
- size: { width: bounds18.width, height: bounds18.height },
8249
- center: { x: bounds18.centerX, y: bounds18.centerY }
8332
+ size: { width: bounds21.width, height: bounds21.height },
8333
+ center: { x: bounds21.centerX, y: bounds21.centerY }
8250
8334
  });
8251
8335
 
8252
8336
  // symbols/n_channel_d_mosfet_transistor_vert.ts
8253
8337
  var rotatedSymbol10 = rotateSymbol(n_channel_d_mosfet_transistor_horz_default);
8254
- var texts22 = rotatedSymbol10.primitives.filter((p) => p.type === "text");
8255
- var val8 = texts22.find((t) => t.text === "{VAL}");
8338
+ var texts25 = rotatedSymbol10.primitives.filter((p) => p.type === "text");
8339
+ var val8 = texts25.find((t) => t.text === "{VAL}");
8256
8340
  val8.x = -0.35;
8257
8341
  val8.y = 0;
8258
8342
  val8.anchor = "middle_right";
8259
- var ref9 = texts22.find((t) => t.text === "{REF}");
8343
+ var ref9 = texts25.find((t) => t.text === "{REF}");
8260
8344
  ref9.y = 0;
8261
8345
  ref9.x = 0.35;
8262
8346
  ref9.anchor = "middle_left";
@@ -8486,34 +8570,34 @@ var n_channel_e_mosfet_transistor_default = {
8486
8570
  };
8487
8571
 
8488
8572
  // symbols/n_channel_e_mosfet_transistor_horz.ts
8489
- var { paths: paths19, texts: texts23, bounds: bounds19, refblocks: refblocks19, circles: circles15 } = n_channel_e_mosfet_transistor_default;
8573
+ var { paths: paths22, texts: texts26, bounds: bounds22, refblocks: refblocks22, circles: circles19 } = n_channel_e_mosfet_transistor_default;
8490
8574
  var n_channel_e_mosfet_transistor_horz_default = defineSymbol({
8491
8575
  primitives: [
8492
- ...Object.values(paths19),
8493
- ...Object.values(circles15),
8494
- { ...texts23.top1, anchor: "middle_right", x: 0 },
8495
- { ...texts23.bottom1, anchor: "middle_right", x: 0 }
8576
+ ...Object.values(paths22),
8577
+ ...Object.values(circles19),
8578
+ { ...texts26.top1, anchor: "middle_right", x: 0 },
8579
+ { ...texts26.bottom1, anchor: "middle_right", x: 0 }
8496
8580
  ],
8497
8581
  ports: [
8498
- { ...refblocks19.top1, labels: ["1", "drain"] },
8582
+ { ...refblocks22.top1, labels: ["1", "drain"] },
8499
8583
  // TODO add more "standard" labels
8500
- { ...refblocks19.bottom1, labels: ["2", "source"] },
8584
+ { ...refblocks22.bottom1, labels: ["2", "source"] },
8501
8585
  // TODO add more "standard" labels
8502
- { ...refblocks19.left1, labels: ["3", "gate"] }
8586
+ { ...refblocks22.left1, labels: ["3", "gate"] }
8503
8587
  // TODO add more "standard" labels
8504
8588
  ],
8505
- size: { width: bounds19.width, height: bounds19.height },
8506
- center: { x: bounds19.centerX, y: bounds19.centerY }
8589
+ size: { width: bounds22.width, height: bounds22.height },
8590
+ center: { x: bounds22.centerX, y: bounds22.centerY }
8507
8591
  });
8508
8592
 
8509
8593
  // symbols/n_channel_e_mosfet_transistor_vert.ts
8510
8594
  var rotatedSymbol11 = rotateSymbol(n_channel_e_mosfet_transistor_horz_default);
8511
- var texts24 = rotatedSymbol11.primitives.filter((p) => p.type === "text");
8512
- var val9 = texts24.find((t) => t.text === "{VAL}");
8595
+ var texts27 = rotatedSymbol11.primitives.filter((p) => p.type === "text");
8596
+ var val9 = texts27.find((t) => t.text === "{VAL}");
8513
8597
  val9.x = -0.35;
8514
8598
  val9.y = 0;
8515
8599
  val9.anchor = "middle_right";
8516
- var ref10 = texts24.find((t) => t.text === "{REF}");
8600
+ var ref10 = texts27.find((t) => t.text === "{REF}");
8517
8601
  ref10.y = 0;
8518
8602
  ref10.x = 0.35;
8519
8603
  ref10.anchor = "middle_left";
@@ -8683,34 +8767,34 @@ var njfet_transistor_default = {
8683
8767
  };
8684
8768
 
8685
8769
  // symbols/njfet_transistor_horz.ts
8686
- var { paths: paths20, texts: texts25, bounds: bounds20, refblocks: refblocks20, circles: circles16 } = njfet_transistor_default;
8770
+ var { paths: paths23, texts: texts28, bounds: bounds23, refblocks: refblocks23, circles: circles20 } = njfet_transistor_default;
8687
8771
  var njfet_transistor_horz_default = defineSymbol({
8688
8772
  primitives: [
8689
- ...Object.values(paths20),
8690
- ...Object.values(circles16),
8691
- { ...texts25.top1, anchor: "middle_right", x: 0 },
8692
- { ...texts25.bottom1, anchor: "middle_right", x: 0 }
8773
+ ...Object.values(paths23),
8774
+ ...Object.values(circles20),
8775
+ { ...texts28.top1, anchor: "middle_right", x: 0 },
8776
+ { ...texts28.bottom1, anchor: "middle_right", x: 0 }
8693
8777
  ],
8694
8778
  ports: [
8695
- { ...refblocks20.top1, labels: ["1", "drain"] },
8779
+ { ...refblocks23.top1, labels: ["1", "drain"] },
8696
8780
  // TODO add more "standard" labels
8697
- { ...refblocks20.bottom1, labels: ["2", "source"] },
8781
+ { ...refblocks23.bottom1, labels: ["2", "source"] },
8698
8782
  // TODO add more "standard" labels
8699
- { ...refblocks20.left1, labels: ["3", "gate"] }
8783
+ { ...refblocks23.left1, labels: ["3", "gate"] }
8700
8784
  // TODO add more "standard" labels
8701
8785
  ],
8702
- size: { width: bounds20.width, height: bounds20.height },
8703
- center: { x: bounds20.centerX, y: bounds20.centerY }
8786
+ size: { width: bounds23.width, height: bounds23.height },
8787
+ center: { x: bounds23.centerX, y: bounds23.centerY }
8704
8788
  });
8705
8789
 
8706
8790
  // symbols/njfet_transistor_vert.ts
8707
8791
  var rotatedSymbol12 = rotateSymbol(njfet_transistor_horz_default);
8708
- var texts26 = rotatedSymbol12.primitives.filter((p) => p.type === "text");
8709
- var val10 = texts26.find((t) => t.text === "{VAL}");
8792
+ var texts29 = rotatedSymbol12.primitives.filter((p) => p.type === "text");
8793
+ var val10 = texts29.find((t) => t.text === "{VAL}");
8710
8794
  val10.x = -0.35;
8711
8795
  val10.y = 0;
8712
8796
  val10.anchor = "middle_right";
8713
- var ref11 = texts26.find((t) => t.text === "{REF}");
8797
+ var ref11 = texts29.find((t) => t.text === "{REF}");
8714
8798
  ref11.y = 0;
8715
8799
  ref11.x = 0.35;
8716
8800
  ref11.anchor = "middle_left";
@@ -8880,13 +8964,13 @@ var npn_bipolar_transistor_default = {
8880
8964
  };
8881
8965
 
8882
8966
  // symbols/npn_bipolar_transistor_horz.ts
8883
- var { paths: paths21, texts: texts27, bounds: bounds21, refblocks: refblocks21, circles: circles17 } = npn_bipolar_transistor_default;
8967
+ var { paths: paths24, texts: texts30, bounds: bounds24, refblocks: refblocks24, circles: circles21 } = npn_bipolar_transistor_default;
8884
8968
  var npn_bipolar_transistor_horz_default = modifySymbol(npn_bipolar_transistor_default).changeTextAnchor("{VAL}", "middle_right").labelPort("left1", ["3"]).labelPort("top1", ["2"]).labelPort("bottom1", ["1"]).changeTextAnchor("{REF}", "middle_right").build();
8885
8969
 
8886
8970
  // symbols/npn_bipolar_transistor_vert.ts
8887
8971
  var rotatedSymbol13 = rotateSymbol(npn_bipolar_transistor_horz_default);
8888
- var texts28 = rotatedSymbol13.primitives.filter((p) => p.type === "text");
8889
- var ref12 = texts28.find((t) => t.text === "{REF}");
8972
+ var texts31 = rotatedSymbol13.primitives.filter((p) => p.type === "text");
8973
+ var ref12 = texts31.find((t) => t.text === "{REF}");
8890
8974
  ref12.anchor = "middle_left";
8891
8975
  var npn_bipolar_transistor_vert_default = modifySymbol(npn_bipolar_transistor_default).rotateRightFacingSymbol("down").changeTextAnchor("{VAL}", "middle_right").labelPort("left1", ["3"]).labelPort("top1", ["2"]).labelPort("bottom1", ["1"]).changeTextAnchor("{REF}", "middle_left").build();
8892
8976
 
@@ -9084,34 +9168,34 @@ var p_channel_d_mosfet_transistor_default = {
9084
9168
  };
9085
9169
 
9086
9170
  // symbols/p_channel_d_mosfet_transistor_horz.ts
9087
- var { paths: paths22, texts: texts29, bounds: bounds22, refblocks: refblocks22, circles: circles18 } = p_channel_d_mosfet_transistor_default;
9171
+ var { paths: paths25, texts: texts32, bounds: bounds25, refblocks: refblocks25, circles: circles22 } = p_channel_d_mosfet_transistor_default;
9088
9172
  var p_channel_d_mosfet_transistor_horz_default = defineSymbol({
9089
9173
  primitives: [
9090
- ...Object.values(paths22),
9091
- ...Object.values(circles18),
9092
- { ...texts29.top1, anchor: "middle_right", x: 0 },
9093
- { ...texts29.bottom1, anchor: "middle_right", x: 0 }
9174
+ ...Object.values(paths25),
9175
+ ...Object.values(circles22),
9176
+ { ...texts32.top1, anchor: "middle_right", x: 0 },
9177
+ { ...texts32.bottom1, anchor: "middle_right", x: 0 }
9094
9178
  ],
9095
9179
  ports: [
9096
- { ...refblocks22.top1, labels: ["1", "drain"] },
9180
+ { ...refblocks25.top1, labels: ["1", "drain"] },
9097
9181
  // TODO add more "standard" labels
9098
- { ...refblocks22.bottom1, labels: ["2", "source"] },
9182
+ { ...refblocks25.bottom1, labels: ["2", "source"] },
9099
9183
  // TODO add more "standard" labels
9100
- { ...refblocks22.left1, labels: ["3", "gate"] }
9184
+ { ...refblocks25.left1, labels: ["3", "gate"] }
9101
9185
  // TODO add more "standard" labels
9102
9186
  ],
9103
- size: { width: bounds22.width, height: bounds22.height },
9104
- center: { x: bounds22.centerX, y: bounds22.centerY }
9187
+ size: { width: bounds25.width, height: bounds25.height },
9188
+ center: { x: bounds25.centerX, y: bounds25.centerY }
9105
9189
  });
9106
9190
 
9107
9191
  // symbols/p_channel_d_mosfet_transistor_vert.ts
9108
9192
  var rotatedSymbol14 = rotateSymbol(p_channel_d_mosfet_transistor_horz_default);
9109
- var texts30 = rotatedSymbol14.primitives.filter((p) => p.type === "text");
9110
- var val11 = texts30.find((t) => t.text === "{VAL}");
9193
+ var texts33 = rotatedSymbol14.primitives.filter((p) => p.type === "text");
9194
+ var val11 = texts33.find((t) => t.text === "{VAL}");
9111
9195
  val11.x = -0.35;
9112
9196
  val11.y = 0;
9113
9197
  val11.anchor = "middle_right";
9114
- var ref13 = texts30.find((t) => t.text === "{REF}");
9198
+ var ref13 = texts33.find((t) => t.text === "{REF}");
9115
9199
  ref13.y = 0;
9116
9200
  ref13.x = 0.35;
9117
9201
  ref13.anchor = "middle_left";
@@ -9341,34 +9425,34 @@ var p_channel_e_mosfet_transistor_default = {
9341
9425
  };
9342
9426
 
9343
9427
  // symbols/p_channel_e_mosfet_transistor_horz.ts
9344
- var { paths: paths23, texts: texts31, bounds: bounds23, refblocks: refblocks23, circles: circles19 } = p_channel_e_mosfet_transistor_default;
9428
+ var { paths: paths26, texts: texts34, bounds: bounds26, refblocks: refblocks26, circles: circles23 } = p_channel_e_mosfet_transistor_default;
9345
9429
  var p_channel_e_mosfet_transistor_horz_default = defineSymbol({
9346
9430
  primitives: [
9347
- ...Object.values(paths23),
9348
- ...Object.values(circles19),
9349
- { ...texts31.top1, anchor: "middle_right", x: 0 },
9350
- { ...texts31.bottom1, anchor: "middle_right", x: 0 }
9431
+ ...Object.values(paths26),
9432
+ ...Object.values(circles23),
9433
+ { ...texts34.top1, anchor: "middle_right", x: 0 },
9434
+ { ...texts34.bottom1, anchor: "middle_right", x: 0 }
9351
9435
  ],
9352
9436
  ports: [
9353
- { ...refblocks23.top1, labels: ["1", "drain"] },
9437
+ { ...refblocks26.top1, labels: ["1", "drain"] },
9354
9438
  // TODO add more "standard" labels
9355
- { ...refblocks23.bottom1, labels: ["2", "source"] },
9439
+ { ...refblocks26.bottom1, labels: ["2", "source"] },
9356
9440
  // TODO add more "standard" labels
9357
- { ...refblocks23.left1, labels: ["3", "gate"] }
9441
+ { ...refblocks26.left1, labels: ["3", "gate"] }
9358
9442
  // TODO add more "standard" labels
9359
9443
  ],
9360
- size: { width: bounds23.width, height: bounds23.height },
9361
- center: { x: bounds23.centerX, y: bounds23.centerY }
9444
+ size: { width: bounds26.width, height: bounds26.height },
9445
+ center: { x: bounds26.centerX, y: bounds26.centerY }
9362
9446
  });
9363
9447
 
9364
9448
  // symbols/p_channel_e_mosfet_transistor_vert.ts
9365
9449
  var rotatedSymbol15 = rotateSymbol(p_channel_e_mosfet_transistor_horz_default);
9366
- var texts32 = rotatedSymbol15.primitives.filter((p) => p.type === "text");
9367
- var val12 = texts32.find((t) => t.text === "{VAL}");
9450
+ var texts35 = rotatedSymbol15.primitives.filter((p) => p.type === "text");
9451
+ var val12 = texts35.find((t) => t.text === "{VAL}");
9368
9452
  val12.x = -0.35;
9369
9453
  val12.y = 0;
9370
9454
  val12.anchor = "middle_right";
9371
- var ref14 = texts32.find((t) => t.text === "{REF}");
9455
+ var ref14 = texts35.find((t) => t.text === "{REF}");
9372
9456
  ref14.y = 0;
9373
9457
  ref14.x = 0.35;
9374
9458
  ref14.anchor = "middle_left";
@@ -9603,8 +9687,8 @@ var photodiode_horz_default = modifySymbol(photodiode_default).changeTextAnchor(
9603
9687
 
9604
9688
  // symbols/photodiode_vert.ts
9605
9689
  var rotatedSymbol16 = rotateSymbol(photodiode_horz_default);
9606
- var texts33 = rotatedSymbol16.primitives.filter((p) => p.type === "text");
9607
- var ref15 = texts33.find((t) => t.text === "{REF}");
9690
+ var texts36 = rotatedSymbol16.primitives.filter((p) => p.type === "text");
9691
+ var ref15 = texts36.find((t) => t.text === "{REF}");
9608
9692
  ref15.y = 0;
9609
9693
  ref15.anchor = "middle_left";
9610
9694
  var photodiode_vert_default = rotatedSymbol16;
@@ -9773,34 +9857,34 @@ var pjfet_transistor_default = {
9773
9857
  };
9774
9858
 
9775
9859
  // symbols/pjfet_transistor_horz.ts
9776
- var { paths: paths24, texts: texts34, bounds: bounds24, refblocks: refblocks24, circles: circles20 } = pjfet_transistor_default;
9860
+ var { paths: paths27, texts: texts37, bounds: bounds27, refblocks: refblocks27, circles: circles24 } = pjfet_transistor_default;
9777
9861
  var pjfet_transistor_horz_default = defineSymbol({
9778
9862
  primitives: [
9779
- ...Object.values(paths24),
9780
- ...Object.values(circles20),
9781
- { ...texts34.top1, anchor: "middle_right", x: 0 },
9782
- { ...texts34.bottom1, anchor: "middle_right" }
9863
+ ...Object.values(paths27),
9864
+ ...Object.values(circles24),
9865
+ { ...texts37.top1, anchor: "middle_right", x: 0 },
9866
+ { ...texts37.bottom1, anchor: "middle_right" }
9783
9867
  ],
9784
9868
  ports: [
9785
- { ...refblocks24.top1, labels: ["1", "drain"] },
9869
+ { ...refblocks27.top1, labels: ["1", "drain"] },
9786
9870
  // TODO add more "standard" labels
9787
- { ...refblocks24.bottom1, labels: ["2", "source"] },
9871
+ { ...refblocks27.bottom1, labels: ["2", "source"] },
9788
9872
  // TODO add more "standard" labels
9789
- { ...refblocks24.left1, labels: ["3", "gate"] }
9873
+ { ...refblocks27.left1, labels: ["3", "gate"] }
9790
9874
  // TODO add more "standard" labels
9791
9875
  ],
9792
- size: { width: bounds24.width, height: bounds24.height },
9793
- center: { x: bounds24.centerX, y: bounds24.centerY }
9876
+ size: { width: bounds27.width, height: bounds27.height },
9877
+ center: { x: bounds27.centerX, y: bounds27.centerY }
9794
9878
  });
9795
9879
 
9796
9880
  // symbols/pjfet_transistor_vert.ts
9797
9881
  var rotatedSymbol17 = rotateSymbol(pjfet_transistor_horz_default);
9798
- var texts35 = rotatedSymbol17.primitives.filter((p) => p.type === "text");
9799
- var val13 = texts35.find((t) => t.text === "{VAL}");
9882
+ var texts38 = rotatedSymbol17.primitives.filter((p) => p.type === "text");
9883
+ var val13 = texts38.find((t) => t.text === "{VAL}");
9800
9884
  val13.x = -0.35;
9801
9885
  val13.y = 0;
9802
9886
  val13.anchor = "middle_right";
9803
- var ref16 = texts35.find((t) => t.text === "{REF}");
9887
+ var ref16 = texts38.find((t) => t.text === "{REF}");
9804
9888
  ref16.y = 0;
9805
9889
  ref16.x = 0.35;
9806
9890
  ref16.anchor = "middle_left";
@@ -9974,8 +10058,8 @@ var pnp_bipolar_transistor_horz_default = modifySymbol(pnp_bipolar_transistor_de
9974
10058
 
9975
10059
  // symbols/pnp_bipolar_transistor_vert.ts
9976
10060
  var rotatedSymbol18 = rotateSymbol(pnp_bipolar_transistor_horz_default);
9977
- var texts36 = rotatedSymbol18.primitives.filter((p) => p.type === "text");
9978
- var ref17 = texts36.find((t) => t.text === "{REF}");
10061
+ var texts39 = rotatedSymbol18.primitives.filter((p) => p.type === "text");
10062
+ var ref17 = texts39.find((t) => t.text === "{REF}");
9979
10063
  ref17.anchor = "middle_left";
9980
10064
  var pnp_bipolar_transistor_vert_default = modifySymbol(pnp_bipolar_transistor_default).rotateRightFacingSymbol("down").changeTextAnchor("{VAL}", "middle_right").labelPort("left1", ["3"]).labelPort("bottom1", ["2"]).labelPort("top1", ["1"]).changeTextAnchor("{REF}", "middle_left").build();
9981
10065
 
@@ -10389,21 +10473,21 @@ var potentiometer_default = {
10389
10473
  };
10390
10474
 
10391
10475
  // symbols/potentiometer_horz.ts
10392
- var { paths: paths25, texts: texts37, bounds: bounds25, refblocks: refblocks25 } = potentiometer_default;
10476
+ var { paths: paths28, texts: texts40, bounds: bounds28, refblocks: refblocks28 } = potentiometer_default;
10393
10477
  var potentiometer_horz_default = defineSymbol({
10394
10478
  primitives: [
10395
- ...Object.values(paths25),
10396
- { ...texts37.bottom1, y: 0.35, anchor: "middle_top" },
10397
- { ...texts37.top1, anchor: "middle_left" }
10479
+ ...Object.values(paths28),
10480
+ { ...texts40.bottom1, y: 0.35, anchor: "middle_top" },
10481
+ { ...texts40.top1, anchor: "middle_left" }
10398
10482
  ],
10399
10483
  ports: [
10400
- { ...refblocks25.left1, labels: ["1"] },
10484
+ { ...refblocks28.left1, labels: ["1"] },
10401
10485
  // TODO add more "standard" labels
10402
- { ...refblocks25.right1, labels: ["2"] }
10486
+ { ...refblocks28.right1, labels: ["2"] }
10403
10487
  // TODO add more "standard" labels
10404
10488
  ],
10405
- size: { width: bounds25.width + 0.05, height: bounds25.height },
10406
- center: { x: bounds25.centerX, y: bounds25.centerY }
10489
+ size: { width: bounds28.width + 0.05, height: bounds28.height },
10490
+ center: { x: bounds28.centerX, y: bounds28.centerY }
10407
10491
  });
10408
10492
 
10409
10493
  // symbols/potentiometer_vert.ts
@@ -10566,29 +10650,29 @@ var potentiometer2_default = {
10566
10650
  };
10567
10651
 
10568
10652
  // symbols/potentiometer2_horz.ts
10569
- var { paths: paths26, texts: texts38, bounds: bounds26, refblocks: refblocks26 } = potentiometer2_default;
10653
+ var { paths: paths29, texts: texts41, bounds: bounds29, refblocks: refblocks29 } = potentiometer2_default;
10570
10654
  var potentiometer2_horz_default = defineSymbol({
10571
10655
  primitives: [
10572
- ...Object.values(paths26),
10573
- { ...texts38.bottom1, anchor: "middle_top" },
10574
- { ...texts38.top1, anchor: "middle_bottom" }
10656
+ ...Object.values(paths29),
10657
+ { ...texts41.bottom1, anchor: "middle_top" },
10658
+ { ...texts41.top1, anchor: "middle_bottom" }
10575
10659
  ],
10576
10660
  ports: [
10577
- { ...refblocks26.left1, labels: ["1"] },
10661
+ { ...refblocks29.left1, labels: ["1"] },
10578
10662
  // TODO add more "standard" labels
10579
- { ...refblocks26.right1, labels: ["2"] }
10663
+ { ...refblocks29.right1, labels: ["2"] }
10580
10664
  // TODO add more "standard" labels
10581
10665
  ],
10582
- size: { width: bounds26.width, height: bounds26.height },
10583
- center: { x: bounds26.centerX, y: bounds26.centerY }
10666
+ size: { width: bounds29.width, height: bounds29.height },
10667
+ center: { x: bounds29.centerX, y: bounds29.centerY }
10584
10668
  });
10585
10669
 
10586
10670
  // symbols/potentiometer2_vert.ts
10587
10671
  var rotated6 = rotateSymbol(potentiometer2_horz_default);
10588
- var texts39 = rotated6.primitives.filter((p) => p.type === "text");
10589
- var val14 = texts39.find((t) => t.text === "{VAL}");
10672
+ var texts42 = rotated6.primitives.filter((p) => p.type === "text");
10673
+ var val14 = texts42.find((t) => t.text === "{VAL}");
10590
10674
  val14.anchor = "middle_right";
10591
- var ref18 = texts39.find((t) => t.text === "{REF}");
10675
+ var ref18 = texts42.find((t) => t.text === "{REF}");
10592
10676
  ref18.anchor = "middle_left";
10593
10677
  var potentiometer2_vert_default = rotated6;
10594
10678
 
@@ -10679,11 +10763,11 @@ var power_factor_meter_default = {
10679
10763
  };
10680
10764
 
10681
10765
  // symbols/power_factor_meter_horz.ts
10682
- var { paths: paths27, texts: texts40, bounds: bounds27, refblocks: refblocks27, circles: circles21 } = power_factor_meter_default;
10766
+ var { paths: paths30, texts: texts43, bounds: bounds30, refblocks: refblocks30, circles: circles25 } = power_factor_meter_default;
10683
10767
  var power_factor_meter_horz_default = defineSymbol({
10684
10768
  primitives: [
10685
- ...Object.values(paths27),
10686
- ...Object.values(circles21),
10769
+ ...Object.values(paths30),
10770
+ ...Object.values(circles25),
10687
10771
  // { ...texts.top1, anchor: "middle_left" },
10688
10772
  {
10689
10773
  type: "text",
@@ -10710,21 +10794,21 @@ var power_factor_meter_horz_default = defineSymbol({
10710
10794
  }
10711
10795
  ],
10712
10796
  ports: [
10713
- { ...refblocks27.left1, labels: ["1"] },
10797
+ { ...refblocks30.left1, labels: ["1"] },
10714
10798
  // TODO add more "standard" labels
10715
- { ...refblocks27.right1, labels: ["2"] }
10799
+ { ...refblocks30.right1, labels: ["2"] }
10716
10800
  // TODO add more "standard" labels
10717
10801
  ],
10718
- size: { width: bounds27.width, height: bounds27.height },
10719
- center: { x: bounds27.centerX, y: bounds27.centerY }
10802
+ size: { width: bounds30.width, height: bounds30.height },
10803
+ center: { x: bounds30.centerX, y: bounds30.centerY }
10720
10804
  });
10721
10805
 
10722
10806
  // symbols/power_factor_meter_vert.ts
10723
10807
  var rotatedSymbol19 = rotateSymbol(power_factor_meter_horz_default);
10724
- var texts41 = rotatedSymbol19.primitives.filter((p) => p.type === "text");
10725
- var ref19 = texts41.find((t) => t.text === "{REF}");
10726
- var val15 = texts41.find((t) => t.text === "{VAL}");
10727
- var text_cos = texts41.find((t) => t.text === "COS \u03C6");
10808
+ var texts44 = rotatedSymbol19.primitives.filter((p) => p.type === "text");
10809
+ var ref19 = texts44.find((t) => t.text === "{REF}");
10810
+ var val15 = texts44.find((t) => t.text === "{VAL}");
10811
+ var text_cos = texts44.find((t) => t.text === "COS \u03C6");
10728
10812
  ref19.x = 0.35;
10729
10813
  ref19.y = 0;
10730
10814
  ref19.anchor = "middle_left";
@@ -10855,22 +10939,22 @@ var push_button_normally_closed_momentary_default = {
10855
10939
  };
10856
10940
 
10857
10941
  // symbols/push_button_normally_closed_momentary_horz.ts
10858
- var { paths: paths28, texts: texts42, bounds: bounds28, refblocks: refblocks28, circles: circles22 } = push_button_normally_closed_momentary_default;
10942
+ var { paths: paths31, texts: texts45, bounds: bounds31, refblocks: refblocks31, circles: circles26 } = push_button_normally_closed_momentary_default;
10859
10943
  var push_button_normally_closed_momentary_horz_default = defineSymbol({
10860
10944
  primitives: [
10861
- ...Object.values(paths28),
10862
- ...Object.values(circles22),
10863
- { ...texts42.top1, anchor: "middle_left" },
10864
- { ...texts42.bottom1, anchor: "middle_left" }
10945
+ ...Object.values(paths31),
10946
+ ...Object.values(circles26),
10947
+ { ...texts45.top1, anchor: "middle_left" },
10948
+ { ...texts45.bottom1, anchor: "middle_left" }
10865
10949
  ],
10866
10950
  ports: [
10867
- { ...refblocks28.left1, labels: ["1"] },
10951
+ { ...refblocks31.left1, labels: ["1"] },
10868
10952
  // TODO add more "standard" labels
10869
- { ...refblocks28.right1, labels: ["2"] }
10953
+ { ...refblocks31.right1, labels: ["2"] }
10870
10954
  // TODO add more "standard" labels
10871
10955
  ],
10872
- size: { width: bounds28.width, height: bounds28.height },
10873
- center: { x: bounds28.centerX, y: bounds28.centerY }
10956
+ size: { width: bounds31.width, height: bounds31.height },
10957
+ center: { x: bounds31.centerX, y: bounds31.centerY }
10874
10958
  });
10875
10959
 
10876
10960
  // symbols/push_button_normally_closed_momentary_vert.ts
@@ -10995,22 +11079,22 @@ var push_button_normally_open_momentary_default = {
10995
11079
  };
10996
11080
 
10997
11081
  // symbols/push_button_normally_open_momentary_horz.ts
10998
- var { paths: paths29, texts: texts43, bounds: bounds29, refblocks: refblocks29, circles: circles23 } = push_button_normally_open_momentary_default;
11082
+ var { paths: paths32, texts: texts46, bounds: bounds32, refblocks: refblocks32, circles: circles27 } = push_button_normally_open_momentary_default;
10999
11083
  var push_button_normally_open_momentary_horz_default = defineSymbol({
11000
11084
  primitives: [
11001
- ...Object.values(paths29),
11002
- ...Object.values(circles23),
11003
- { ...texts43.top1, anchor: "middle_left" },
11004
- { ...texts43.bottom1, anchor: "middle_left" }
11085
+ ...Object.values(paths32),
11086
+ ...Object.values(circles27),
11087
+ { ...texts46.top1, anchor: "middle_left" },
11088
+ { ...texts46.bottom1, anchor: "middle_left" }
11005
11089
  ],
11006
11090
  ports: [
11007
- { ...refblocks29.left1, labels: ["1"] },
11091
+ { ...refblocks32.left1, labels: ["1"] },
11008
11092
  // TODO add more "standard" labels
11009
- { ...refblocks29.right1, labels: ["2"] }
11093
+ { ...refblocks32.right1, labels: ["2"] }
11010
11094
  // TODO add more "standard" labels
11011
11095
  ],
11012
- size: { width: bounds29.width, height: bounds29.height },
11013
- center: { x: bounds29.centerX, y: bounds29.centerY }
11096
+ size: { width: bounds32.width, height: bounds32.height },
11097
+ center: { x: bounds32.centerX, y: bounds32.centerY }
11014
11098
  });
11015
11099
 
11016
11100
  // symbols/push_button_normally_open_momentary_vert.ts
@@ -11426,26 +11510,26 @@ var rectifier_diode_default = {
11426
11510
  };
11427
11511
 
11428
11512
  // symbols/rectifier_diode_horz.ts
11429
- var { paths: paths30, texts: texts44, bounds: bounds30, refblocks: refblocks30, circles: circles24 } = rectifier_diode_default;
11513
+ var { paths: paths33, texts: texts47, bounds: bounds33, refblocks: refblocks33, circles: circles28 } = rectifier_diode_default;
11430
11514
  var rectifier_diode_horz_default = defineSymbol({
11431
11515
  primitives: [
11432
- ...Object.values(paths30),
11433
- ...Object.values(circles24),
11434
- { ...texts44.top1, anchor: "middle_right" },
11435
- { ...texts44.bottom1, anchor: "middle_right" }
11516
+ ...Object.values(paths33),
11517
+ ...Object.values(circles28),
11518
+ { ...texts47.top1, anchor: "middle_right" },
11519
+ { ...texts47.bottom1, anchor: "middle_right" }
11436
11520
  ],
11437
11521
  ports: [
11438
- { ...refblocks30.top1, labels: ["1"] },
11522
+ { ...refblocks33.top1, labels: ["1"] },
11439
11523
  // TODO add more "standard" labels
11440
- { ...refblocks30.bottom1, labels: ["2"] },
11524
+ { ...refblocks33.bottom1, labels: ["2"] },
11441
11525
  // TODO add more "standard" labels
11442
- { ...refblocks30.left1, labels: ["3"] },
11526
+ { ...refblocks33.left1, labels: ["3"] },
11443
11527
  // TODO add more "standard" labels
11444
- { ...refblocks30.right1, labels: ["4"] }
11528
+ { ...refblocks33.right1, labels: ["4"] }
11445
11529
  // TODO add more "standard" labels
11446
11530
  ],
11447
- size: { width: bounds30.width, height: bounds30.height },
11448
- center: { x: bounds30.centerX, y: bounds30.centerY }
11531
+ size: { width: bounds33.width, height: bounds33.height },
11532
+ center: { x: bounds33.centerX, y: bounds33.centerY }
11449
11533
  });
11450
11534
 
11451
11535
  // symbols/rectifier_diode_vert.ts
@@ -11806,11 +11890,11 @@ var resonator_default = {
11806
11890
  };
11807
11891
 
11808
11892
  // symbols/resonator_horz.ts
11809
- var { paths: paths31, texts: texts45, bounds: bounds31, refblocks: refblocks31, circles: circles25 } = resonator_default;
11893
+ var { paths: paths34, texts: texts48, bounds: bounds34, refblocks: refblocks34, circles: circles29 } = resonator_default;
11810
11894
  var resonator_horz_default = defineSymbol({
11811
11895
  primitives: [
11812
- ...Object.values(paths31),
11813
- ...Object.values(circles25),
11896
+ ...Object.values(paths34),
11897
+ ...Object.values(circles29),
11814
11898
  // { ...texts.top1, anchor: "middle_left" },
11815
11899
  // { ...texts.bottom1, anchor: "middle_left" },
11816
11900
  {
@@ -11829,15 +11913,15 @@ var resonator_horz_default = defineSymbol({
11829
11913
  }
11830
11914
  ],
11831
11915
  ports: [
11832
- { ...refblocks31.left1, labels: ["1"] },
11916
+ { ...refblocks34.left1, labels: ["1"] },
11833
11917
  // TODO add more "standard" labels
11834
- { ...refblocks31.right1, labels: ["2"] },
11918
+ { ...refblocks34.right1, labels: ["2"] },
11835
11919
  // TODO add more "standard" labels
11836
- { ...refblocks31.right2, labels: ["3"] }
11920
+ { ...refblocks34.right2, labels: ["3"] }
11837
11921
  // TODO add more "standard" labels
11838
11922
  ],
11839
- size: { width: bounds31.width, height: bounds31.height },
11840
- center: { x: bounds31.centerX, y: bounds31.centerY }
11923
+ size: { width: bounds34.width, height: bounds34.height },
11924
+ center: { x: bounds34.centerX, y: bounds34.centerY }
11841
11925
  });
11842
11926
 
11843
11927
  // symbols/resonator_vert.ts
@@ -12193,15 +12277,15 @@ var silicon_controlled_rectifier_default = {
12193
12277
  };
12194
12278
 
12195
12279
  // symbols/silicon_controlled_rectifier_horz.ts
12196
- var { paths: paths32, texts: texts46, bounds: bounds32, refblocks: refblocks32, circles: circles26 } = silicon_controlled_rectifier_default;
12280
+ var { paths: paths35, texts: texts49, bounds: bounds35, refblocks: refblocks35, circles: circles30 } = silicon_controlled_rectifier_default;
12197
12281
  var silicon_controlled_rectifier_horz_default = modifySymbol(silicon_controlled_rectifier_default).changeTextAnchor("{VAL}", "middle_top").labelPort("left1", ["1"]).labelPort("right1", ["2"]).labelPort("bottom1", ["3"]).changeTextAnchor("{REF}", "middle_bottom").build();
12198
12282
 
12199
12283
  // symbols/silicon_controlled_rectifier_vert.ts
12200
12284
  var rotatedSymbol20 = rotateSymbol(silicon_controlled_rectifier_horz_default);
12201
- var texts47 = rotatedSymbol20.primitives.filter(
12285
+ var texts50 = rotatedSymbol20.primitives.filter(
12202
12286
  (primitive) => primitive.type === "text"
12203
12287
  );
12204
- var ref22 = texts47.find((text) => text.text === "{REF}");
12288
+ var ref22 = texts50.find((text) => text.text === "{REF}");
12205
12289
  ref22.y = 0;
12206
12290
  ref22.anchor = "middle_left";
12207
12291
  var silicon_controlled_rectifier_vert_default = rotatedSymbol20;
@@ -12325,34 +12409,34 @@ var SPDT_switch_default = {
12325
12409
 
12326
12410
  // symbols/SPDT_switch_horz.ts
12327
12411
  SPDT_switch_default.bounds.width += 0.2;
12328
- var { paths: paths33, texts: texts48, bounds: bounds33, refblocks: refblocks33, circles: circles27 } = SPDT_switch_default;
12412
+ var { paths: paths36, texts: texts51, bounds: bounds36, refblocks: refblocks36, circles: circles31 } = SPDT_switch_default;
12329
12413
  var SPDT_switch_horz_default = defineSymbol({
12330
12414
  primitives: [
12331
- ...Object.values(paths33),
12332
- ...Object.values(circles27),
12333
- { ...texts48.top1, anchor: "middle_bottom", x: -0.01 },
12334
- { ...texts48.bottom1, anchor: "middle_top", x: -0.01 }
12415
+ ...Object.values(paths36),
12416
+ ...Object.values(circles31),
12417
+ { ...texts51.top1, anchor: "middle_bottom", x: -0.01 },
12418
+ { ...texts51.bottom1, anchor: "middle_top", x: -0.01 }
12335
12419
  ],
12336
12420
  ports: [
12337
- { ...refblocks33.left1, labels: ["1"] },
12421
+ { ...refblocks36.left1, labels: ["1"] },
12338
12422
  // TODO add more "standard" labels
12339
- { ...refblocks33.right1, labels: ["3"] },
12423
+ { ...refblocks36.right1, labels: ["3"] },
12340
12424
  // TODO add more "standard" labels
12341
- { ...refblocks33.right2, labels: ["2"] }
12425
+ { ...refblocks36.right2, labels: ["2"] }
12342
12426
  // TODO add more "standard" labels
12343
12427
  ],
12344
- size: { width: bounds33.width, height: bounds33.height },
12345
- center: { x: bounds33.centerX, y: bounds33.centerY }
12428
+ size: { width: bounds36.width, height: bounds36.height },
12429
+ center: { x: bounds36.centerX, y: bounds36.centerY }
12346
12430
  });
12347
12431
 
12348
12432
  // symbols/SPDT_switch_vert.ts
12349
12433
  var rotatedSymbol21 = rotateSymbol(SPDT_switch_horz_default);
12350
- var texts49 = rotatedSymbol21.primitives.filter((p) => p.type === "text");
12351
- var val18 = texts49.find((t) => t.text === "{VAL}");
12434
+ var texts52 = rotatedSymbol21.primitives.filter((p) => p.type === "text");
12435
+ var val18 = texts52.find((t) => t.text === "{VAL}");
12352
12436
  val18.anchor = "middle_right";
12353
12437
  val18.x = -0.3;
12354
12438
  val18.y = 0;
12355
- var ref23 = texts49.find((t) => t.text === "{REF}");
12439
+ var ref23 = texts52.find((t) => t.text === "{REF}");
12356
12440
  ref23.anchor = "middle_left";
12357
12441
  ref23.x = 0.3;
12358
12442
  ref23.y = 0;
@@ -12460,12 +12544,12 @@ var SPST_switch_horz_default = modifySymbol(SPST_switch_default).changeTextAncho
12460
12544
 
12461
12545
  // symbols/SPST_switch_vert.ts
12462
12546
  var rotatedSymbol22 = rotateSymbol(SPST_switch_horz_default);
12463
- var texts50 = rotatedSymbol22.primitives.filter((p) => p.type === "text");
12464
- var val19 = texts50.find((t) => t.text === "{VAL}");
12547
+ var texts53 = rotatedSymbol22.primitives.filter((p) => p.type === "text");
12548
+ var val19 = texts53.find((t) => t.text === "{VAL}");
12465
12549
  val19.anchor = "middle_right";
12466
12550
  val19.x = -0.3;
12467
12551
  val19.y = 0;
12468
- var ref24 = texts50.find((t) => t.text === "{REF}");
12552
+ var ref24 = texts53.find((t) => t.text === "{REF}");
12469
12553
  ref24.anchor = "middle_left";
12470
12554
  ref24.x = 0.3;
12471
12555
  ref24.y = 0;
@@ -12633,7 +12717,7 @@ var step_recovery_diode_default = {
12633
12717
  };
12634
12718
 
12635
12719
  // symbols/step_recovery_diode_horz.ts
12636
- var { paths: paths34, texts: texts51, bounds: bounds34, refblocks: refblocks34, circles: circles28 } = step_recovery_diode_default;
12720
+ var { paths: paths37, texts: texts54, bounds: bounds37, refblocks: refblocks37, circles: circles32 } = step_recovery_diode_default;
12637
12721
  var step_recovery_diode_horz_default = modifySymbol(step_recovery_diode_default).changeTextAnchor("{VAL}", "middle_top").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_bottom").build();
12638
12722
 
12639
12723
  // symbols/step_recovery_diode_vert.ts
@@ -12726,11 +12810,11 @@ var tachometer_default = {
12726
12810
  };
12727
12811
 
12728
12812
  // symbols/tachometer_horz.ts
12729
- var { paths: paths35, texts: texts52, bounds: bounds35, refblocks: refblocks35, circles: circles29 } = tachometer_default;
12813
+ var { paths: paths38, texts: texts55, bounds: bounds38, refblocks: refblocks38, circles: circles33 } = tachometer_default;
12730
12814
  var tachometer_horz_default = defineSymbol({
12731
12815
  primitives: [
12732
- ...Object.values(paths35),
12733
- ...Object.values(circles29),
12816
+ ...Object.values(paths38),
12817
+ ...Object.values(circles33),
12734
12818
  {
12735
12819
  type: "text",
12736
12820
  text: "{REF}",
@@ -12745,16 +12829,16 @@ var tachometer_horz_default = defineSymbol({
12745
12829
  y: 0.35,
12746
12830
  anchor: "middle_bottom"
12747
12831
  },
12748
- { ...texts52.left1, y: 0.01, anchor: "center", fontSize: 0.2 }
12832
+ { ...texts55.left1, y: 0.01, anchor: "center", fontSize: 0.2 }
12749
12833
  ],
12750
12834
  ports: [
12751
- { ...refblocks35.left1, labels: ["1"] },
12835
+ { ...refblocks38.left1, labels: ["1"] },
12752
12836
  // TODO add more "standard" labels
12753
- { ...refblocks35.right1, labels: ["2"] }
12837
+ { ...refblocks38.right1, labels: ["2"] }
12754
12838
  // TODO add more "standard" labels
12755
12839
  ],
12756
- size: { width: bounds35.width, height: bounds35.height },
12757
- center: { x: bounds35.centerX, y: bounds35.centerY }
12840
+ size: { width: bounds38.width, height: bounds38.height },
12841
+ center: { x: bounds38.centerX, y: bounds38.centerY }
12758
12842
  });
12759
12843
 
12760
12844
  // symbols/tachometer_vert.ts
@@ -12962,16 +13046,16 @@ var triac_default = {
12962
13046
  };
12963
13047
 
12964
13048
  // symbols/triac_horz.ts
12965
- var { paths: paths36, texts: texts53, bounds: bounds36, refblocks: refblocks36, circles: circles30 } = triac_default;
13049
+ var { paths: paths39, texts: texts56, bounds: bounds39, refblocks: refblocks39, circles: circles34 } = triac_default;
12966
13050
  var triac_horz_default = modifySymbol(triac_default).changeTextAnchor("{VAL}", "middle_top").labelPort("left1", ["1"]).labelPort("right1", ["2"]).labelPort("bottom1", ["3"]).changeTextAnchor("{REF}", "middle_bottom").build();
12967
13051
 
12968
13052
  // symbols/triac_vert.ts
12969
13053
  var rotatedSymbol24 = rotateSymbol(triac_horz_default);
12970
- var texts54 = rotatedSymbol24.primitives.filter(
13054
+ var texts57 = rotatedSymbol24.primitives.filter(
12971
13055
  (primitive) => primitive.type === "text"
12972
13056
  );
12973
- var ref25 = texts54.find((text) => text.text === "{REF}");
12974
- var val20 = texts54.find((text) => text.text === "{VAL}");
13057
+ var ref25 = texts57.find((text) => text.text === "{REF}");
13058
+ var val20 = texts57.find((text) => text.text === "{VAL}");
12975
13059
  ref25.y = 0;
12976
13060
  val20.y = 0;
12977
13061
  var triac_vert_default = rotatedSymbol24;
@@ -13138,22 +13222,22 @@ var tunnel_diode_default = {
13138
13222
  };
13139
13223
 
13140
13224
  // symbols/tunnel_diode_horz.ts
13141
- var { paths: paths37, texts: texts55, bounds: bounds37, refblocks: refblocks37, circles: circles31 } = tunnel_diode_default;
13225
+ var { paths: paths40, texts: texts58, bounds: bounds40, refblocks: refblocks40, circles: circles35 } = tunnel_diode_default;
13142
13226
  var tunnel_diode_horz_default = defineSymbol({
13143
13227
  primitives: [
13144
- ...Object.values(paths37),
13145
- ...Object.values(circles31),
13146
- { ...texts55.top1, anchor: "middle_bottom" },
13147
- { ...texts55.bottom1, anchor: "middle_top" }
13228
+ ...Object.values(paths40),
13229
+ ...Object.values(circles35),
13230
+ { ...texts58.top1, anchor: "middle_bottom" },
13231
+ { ...texts58.bottom1, anchor: "middle_top" }
13148
13232
  ],
13149
13233
  ports: [
13150
- { ...refblocks37.left1, labels: ["1"] },
13234
+ { ...refblocks40.left1, labels: ["1"] },
13151
13235
  // TODO add more "standard" labels
13152
- { ...refblocks37.right1, labels: ["2"] }
13236
+ { ...refblocks40.right1, labels: ["2"] }
13153
13237
  // TODO add more "standard" labels
13154
13238
  ],
13155
- size: { width: bounds37.width, height: bounds37.height },
13156
- center: { x: bounds37.centerX, y: bounds37.centerY }
13239
+ size: { width: bounds40.width, height: bounds40.height },
13240
+ center: { x: bounds40.centerX, y: bounds40.centerY }
13157
13241
  });
13158
13242
 
13159
13243
  // symbols/tunnel_diode_vert.ts
@@ -13336,34 +13420,34 @@ var unijunction_transistor_default = {
13336
13420
  };
13337
13421
 
13338
13422
  // symbols/unijunction_transistor_horz.ts
13339
- var { paths: paths38, texts: texts56, bounds: bounds38, refblocks: refblocks38, circles: circles32 } = unijunction_transistor_default;
13423
+ var { paths: paths41, texts: texts59, bounds: bounds41, refblocks: refblocks41, circles: circles36 } = unijunction_transistor_default;
13340
13424
  var unijunction_transistor_horz_default = defineSymbol({
13341
13425
  primitives: [
13342
- ...Object.values(paths38),
13343
- ...Object.values(circles32),
13344
- { ...texts56.top1, anchor: "middle_left" },
13345
- { ...texts56.bottom1, anchor: "middle_right" }
13426
+ ...Object.values(paths41),
13427
+ ...Object.values(circles36),
13428
+ { ...texts59.top1, anchor: "middle_left" },
13429
+ { ...texts59.bottom1, anchor: "middle_right" }
13346
13430
  ],
13347
13431
  ports: [
13348
- { ...refblocks38.top1, labels: ["1"] },
13432
+ { ...refblocks41.top1, labels: ["1"] },
13349
13433
  // TODO add more "standard" labels
13350
- { ...refblocks38.bottom1, labels: ["2"] },
13434
+ { ...refblocks41.bottom1, labels: ["2"] },
13351
13435
  // TODO add more "standard" labels
13352
- { ...refblocks38.left1, labels: ["3"] }
13436
+ { ...refblocks41.left1, labels: ["3"] }
13353
13437
  // TODO add more "standard" labels
13354
13438
  ],
13355
- size: { width: bounds38.width, height: bounds38.height },
13356
- center: { x: bounds38.centerX, y: bounds38.centerY }
13439
+ size: { width: bounds41.width, height: bounds41.height },
13440
+ center: { x: bounds41.centerX, y: bounds41.centerY }
13357
13441
  });
13358
13442
 
13359
13443
  // symbols/unijunction_transistor_vert.ts
13360
13444
  var rotatedSymbol25 = rotateSymbol(unijunction_transistor_horz_default);
13361
- var texts57 = rotatedSymbol25.primitives.filter(
13445
+ var texts60 = rotatedSymbol25.primitives.filter(
13362
13446
  (primitive) => primitive.type === "text"
13363
13447
  );
13364
- var ref27 = texts57.find((text) => text.text === "{REF}");
13448
+ var ref27 = texts60.find((text) => text.text === "{REF}");
13365
13449
  ref27.y = 0.1;
13366
- var val22 = texts57.find((text) => text.text === "{VAL}");
13450
+ var val22 = texts60.find((text) => text.text === "{VAL}");
13367
13451
  val22.y = 0.1;
13368
13452
  val22.x = -0.4;
13369
13453
  var unijunction_transistor_vert_default = rotatedSymbol25;
@@ -13455,33 +13539,33 @@ var var_meter_default = {
13455
13539
  };
13456
13540
 
13457
13541
  // symbols/var_meter_horz.ts
13458
- var { paths: paths39, texts: texts58, bounds: bounds39, refblocks: refblocks39, circles: circles33 } = var_meter_default;
13542
+ var { paths: paths42, texts: texts61, bounds: bounds42, refblocks: refblocks42, circles: circles37 } = var_meter_default;
13459
13543
  var var_meter_horz_default = defineSymbol({
13460
13544
  primitives: [
13461
- ...Object.values(paths39),
13462
- ...Object.values(circles33),
13545
+ ...Object.values(paths42),
13546
+ ...Object.values(circles37),
13463
13547
  {
13464
- ...texts58.top1,
13548
+ ...texts61.top1,
13465
13549
  x: 0,
13466
13550
  y: -0.3594553499999995,
13467
13551
  anchor: "middle_top"
13468
13552
  },
13469
13553
  {
13470
- ...texts58.bottom1,
13554
+ ...texts61.bottom1,
13471
13555
  x: 0,
13472
13556
  y: 0.35,
13473
13557
  anchor: "middle_bottom"
13474
13558
  },
13475
- { ...texts58.left1, x: -0.02, y: 0.01, fontSize: 0.2, anchor: "center" }
13559
+ { ...texts61.left1, x: -0.02, y: 0.01, fontSize: 0.2, anchor: "center" }
13476
13560
  ],
13477
13561
  ports: [
13478
- { ...refblocks39.left1, labels: ["1"] },
13562
+ { ...refblocks42.left1, labels: ["1"] },
13479
13563
  // TODO add more "standard" labels
13480
- { ...refblocks39.right1, labels: ["2"] }
13564
+ { ...refblocks42.right1, labels: ["2"] }
13481
13565
  // TODO add more "standard" labels
13482
13566
  ],
13483
- size: { width: bounds39.width, height: bounds39.height },
13484
- center: { x: bounds39.centerX, y: bounds39.centerY }
13567
+ size: { width: bounds42.width, height: bounds42.height },
13568
+ center: { x: bounds42.centerX, y: bounds42.centerY }
13485
13569
  });
13486
13570
 
13487
13571
  // symbols/var_meter_vert.ts
@@ -13634,22 +13718,22 @@ var varactor_diode_default = {
13634
13718
  };
13635
13719
 
13636
13720
  // symbols/varactor_diode_horz.ts
13637
- var { paths: paths40, texts: texts59, bounds: bounds40, refblocks: refblocks40, circles: circles34 } = varactor_diode_default;
13721
+ var { paths: paths43, texts: texts62, bounds: bounds43, refblocks: refblocks43, circles: circles38 } = varactor_diode_default;
13638
13722
  var varactor_diode_horz_default = defineSymbol({
13639
13723
  primitives: [
13640
- ...Object.values(paths40),
13641
- ...Object.values(circles34),
13642
- { ...texts59.top1, anchor: "middle_bottom" },
13643
- { ...texts59.bottom1, anchor: "middle_top" }
13724
+ ...Object.values(paths43),
13725
+ ...Object.values(circles38),
13726
+ { ...texts62.top1, anchor: "middle_bottom" },
13727
+ { ...texts62.bottom1, anchor: "middle_top" }
13644
13728
  ],
13645
13729
  ports: [
13646
- { ...refblocks40.left1, labels: ["1"] },
13730
+ { ...refblocks43.left1, labels: ["1"] },
13647
13731
  // TODO add more "standard" labels
13648
- { ...refblocks40.right1, labels: ["2"] }
13732
+ { ...refblocks43.right1, labels: ["2"] }
13649
13733
  // TODO add more "standard" labels
13650
13734
  ],
13651
- size: { width: bounds40.width, height: bounds40.height },
13652
- center: { x: bounds40.centerX, y: bounds40.centerY }
13735
+ size: { width: bounds43.width, height: bounds43.height },
13736
+ center: { x: bounds43.centerX, y: bounds43.centerY }
13653
13737
  });
13654
13738
 
13655
13739
  // symbols/varactor_diode_vert.ts
@@ -13797,26 +13881,26 @@ var varistor_default = {
13797
13881
  };
13798
13882
 
13799
13883
  // symbols/varistor_horz.ts
13800
- var { paths: paths41, texts: texts60, bounds: bounds41, refblocks: refblocks41 } = varistor_default;
13884
+ var { paths: paths44, texts: texts63, bounds: bounds44, refblocks: refblocks44 } = varistor_default;
13801
13885
  var varistor_horz_default = defineSymbol({
13802
13886
  primitives: [
13803
- ...Object.values(paths41),
13804
- { ...texts60.top1, anchor: "middle_left" },
13805
- { ...texts60.bottom1, anchor: "middle_right" }
13887
+ ...Object.values(paths44),
13888
+ { ...texts63.top1, anchor: "middle_left" },
13889
+ { ...texts63.bottom1, anchor: "middle_right" }
13806
13890
  ],
13807
13891
  ports: [
13808
13892
  {
13809
- ...refblocks41.left1,
13893
+ ...refblocks44.left1,
13810
13894
  labels: ["1", "-"]
13811
13895
  },
13812
13896
  {
13813
- ...refblocks41.right1,
13897
+ ...refblocks44.right1,
13814
13898
  labels: ["2", "+"]
13815
13899
  }
13816
13900
  ],
13817
- size: { width: bounds41.width, height: bounds41.height },
13901
+ size: { width: bounds44.width, height: bounds44.height },
13818
13902
  //{ width: 1, height: 0.24 },
13819
- center: { x: bounds41.centerX, y: bounds41.centerY }
13903
+ center: { x: bounds44.centerX, y: bounds44.centerY }
13820
13904
  });
13821
13905
 
13822
13906
  // symbols/varistor_vert.ts
@@ -13909,11 +13993,11 @@ var varmeter_default = {
13909
13993
  };
13910
13994
 
13911
13995
  // symbols/varmeter_horz.ts
13912
- var { paths: paths42, texts: texts61, bounds: bounds42, refblocks: refblocks42, circles: circles35 } = varmeter_default;
13996
+ var { paths: paths45, texts: texts64, bounds: bounds45, refblocks: refblocks45, circles: circles39 } = varmeter_default;
13913
13997
  var varmeter_horz_default = defineSymbol({
13914
13998
  primitives: [
13915
- ...Object.values(paths42),
13916
- ...Object.values(circles35),
13999
+ ...Object.values(paths45),
14000
+ ...Object.values(circles39),
13917
14001
  {
13918
14002
  type: "text",
13919
14003
  text: "{REF}",
@@ -13928,16 +14012,16 @@ var varmeter_horz_default = defineSymbol({
13928
14012
  y: 0.35,
13929
14013
  anchor: "middle_bottom"
13930
14014
  },
13931
- { ...texts61.left1, anchor: "center", y: 0.02, fontSize: 0.2 }
14015
+ { ...texts64.left1, anchor: "center", y: 0.02, fontSize: 0.2 }
13932
14016
  ],
13933
14017
  ports: [
13934
- { ...refblocks42.left1, labels: ["1"] },
14018
+ { ...refblocks45.left1, labels: ["1"] },
13935
14019
  // TODO add more "standard" labels
13936
- { ...refblocks42.right1, labels: ["2"] }
14020
+ { ...refblocks45.right1, labels: ["2"] }
13937
14021
  // TODO add more "standard" labels
13938
14022
  ],
13939
- size: { width: bounds42.width, height: bounds42.height },
13940
- center: { x: bounds42.centerX, y: bounds42.centerY }
14023
+ size: { width: bounds45.width, height: bounds45.height },
14024
+ center: { x: bounds45.centerX, y: bounds45.centerY }
13941
14025
  });
13942
14026
 
13943
14027
  // symbols/varmeter_vert.ts
@@ -14054,7 +14138,7 @@ var volt_meter_default = {
14054
14138
  };
14055
14139
 
14056
14140
  // symbols/volt_meter_horz.ts
14057
- var { paths: paths43, texts: texts62, bounds: bounds43, circles: circles36, refblocks: refblocks43 } = volt_meter_default;
14141
+ var { paths: paths46, texts: texts65, bounds: bounds46, circles: circles40, refblocks: refblocks46 } = volt_meter_default;
14058
14142
  var volt_meter_horz_default = modifySymbol(volt_meter_default).changeTextAnchor("{VAL}", "middle_top").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_bottom").build();
14059
14143
 
14060
14144
  // symbols/volt_meter_vert.ts
@@ -14147,11 +14231,11 @@ var watt_hour_meter_default = {
14147
14231
  };
14148
14232
 
14149
14233
  // symbols/watt_hour_meter_horz.ts
14150
- var { paths: paths44, texts: texts63, bounds: bounds44, refblocks: refblocks44, circles: circles37 } = watt_hour_meter_default;
14234
+ var { paths: paths47, texts: texts66, bounds: bounds47, refblocks: refblocks47, circles: circles41 } = watt_hour_meter_default;
14151
14235
  var watt_hour_meter_horz_default = defineSymbol({
14152
14236
  primitives: [
14153
- ...Object.values(paths44),
14154
- ...Object.values(circles37),
14237
+ ...Object.values(paths47),
14238
+ ...Object.values(circles41),
14155
14239
  {
14156
14240
  type: "text",
14157
14241
  text: "{REF}",
@@ -14166,16 +14250,16 @@ var watt_hour_meter_horz_default = defineSymbol({
14166
14250
  y: 0.35,
14167
14251
  anchor: "middle_bottom"
14168
14252
  },
14169
- { ...texts63.left1, anchor: "center", y: 0.01, fontSize: 0.2 }
14253
+ { ...texts66.left1, anchor: "center", y: 0.01, fontSize: 0.2 }
14170
14254
  ],
14171
14255
  ports: [
14172
- { ...refblocks44.left1, labels: ["1"] },
14256
+ { ...refblocks47.left1, labels: ["1"] },
14173
14257
  // TODO add more "standard" labels
14174
- { ...refblocks44.right1, labels: ["2"] }
14258
+ { ...refblocks47.right1, labels: ["2"] }
14175
14259
  // TODO add more "standard" labels
14176
14260
  ],
14177
- size: { width: bounds44.width, height: bounds44.height },
14178
- center: { x: bounds44.centerX, y: bounds44.centerY }
14261
+ size: { width: bounds47.width, height: bounds47.height },
14262
+ center: { x: bounds47.centerX, y: bounds47.centerY }
14179
14263
  });
14180
14264
 
14181
14265
  // symbols/watt_hour_meter_vert.ts
@@ -14279,11 +14363,11 @@ var wattmeter_default = {
14279
14363
  };
14280
14364
 
14281
14365
  // symbols/wattmeter_horz.ts
14282
- var { paths: paths45, texts: texts64, bounds: bounds45, refblocks: refblocks45, circles: circles38 } = wattmeter_default;
14366
+ var { paths: paths48, texts: texts67, bounds: bounds48, refblocks: refblocks48, circles: circles42 } = wattmeter_default;
14283
14367
  var wattmeter_horz_default = defineSymbol({
14284
14368
  primitives: [
14285
- ...Object.values(paths45),
14286
- ...Object.values(circles38),
14369
+ ...Object.values(paths48),
14370
+ ...Object.values(circles42),
14287
14371
  {
14288
14372
  type: "text",
14289
14373
  text: "{REF}",
@@ -14298,16 +14382,16 @@ var wattmeter_horz_default = defineSymbol({
14298
14382
  y: 0.35,
14299
14383
  anchor: "middle_bottom"
14300
14384
  },
14301
- { ...texts64.left1, anchor: "center", y: 0.01, fontSize: 0.3 }
14385
+ { ...texts67.left1, anchor: "center", y: 0.01, fontSize: 0.3 }
14302
14386
  ],
14303
14387
  ports: [
14304
- { ...refblocks45.left1, labels: ["1"] },
14388
+ { ...refblocks48.left1, labels: ["1"] },
14305
14389
  // TODO add more "standard" labels
14306
- { ...refblocks45.right1, labels: ["2"] }
14390
+ { ...refblocks48.right1, labels: ["2"] }
14307
14391
  // TODO add more "standard" labels
14308
14392
  ],
14309
- size: { width: bounds45.width, height: bounds45.height },
14310
- center: { x: bounds45.centerX, y: bounds45.centerY }
14393
+ size: { width: bounds48.width, height: bounds48.height },
14394
+ center: { x: bounds48.centerX, y: bounds48.centerY }
14311
14395
  });
14312
14396
 
14313
14397
  // symbols/wattmeter_vert.ts
@@ -14471,22 +14555,22 @@ var zener_diode_default = {
14471
14555
  };
14472
14556
 
14473
14557
  // symbols/zener_diode_horz.ts
14474
- var { paths: paths46, texts: texts65, bounds: bounds46, refblocks: refblocks46, circles: circles39 } = zener_diode_default;
14558
+ var { paths: paths49, texts: texts68, bounds: bounds49, refblocks: refblocks49, circles: circles43 } = zener_diode_default;
14475
14559
  var zener_diode_horz_default = defineSymbol({
14476
14560
  primitives: [
14477
- ...Object.values(paths46),
14478
- ...Object.values(circles39),
14479
- { ...texts65.top1, anchor: "middle_bottom" },
14480
- { ...texts65.bottom1, anchor: "middle_top" }
14561
+ ...Object.values(paths49),
14562
+ ...Object.values(circles43),
14563
+ { ...texts68.top1, anchor: "middle_bottom" },
14564
+ { ...texts68.bottom1, anchor: "middle_top" }
14481
14565
  ],
14482
14566
  ports: [
14483
- { ...refblocks46.left1, labels: ["1"] },
14567
+ { ...refblocks49.left1, labels: ["1"] },
14484
14568
  // TODO add more "standard" labels
14485
- { ...refblocks46.right1, labels: ["2"] }
14569
+ { ...refblocks49.right1, labels: ["2"] }
14486
14570
  // TODO add more "standard" labels
14487
14571
  ],
14488
- size: { width: bounds46.width, height: bounds46.height },
14489
- center: { x: bounds46.centerX, y: bounds46.centerY }
14572
+ size: { width: bounds49.width, height: bounds49.height },
14573
+ center: { x: bounds49.centerX, y: bounds49.centerY }
14490
14574
  });
14491
14575
 
14492
14576
  // symbols/zener_diode_vert.ts
@@ -14512,7 +14596,6 @@ var symbols_index_default = {
14512
14596
  "boxresistor_horz": boxresistor_horz_default,
14513
14597
  "boxresistor_vert": boxresistor_vert_default,
14514
14598
  "capacitor_down": capacitor_down_default,
14515
- "capacitor_horz": capacitor_horz_default,
14516
14599
  "capacitor_left": capacitor_left_default,
14517
14600
  "capacitor_polarized_down": capacitor_polarized_down_default,
14518
14601
  "capacitor_polarized_left": capacitor_polarized_left_default,
@@ -14520,7 +14603,6 @@ var symbols_index_default = {
14520
14603
  "capacitor_polarized_up": capacitor_polarized_up_default,
14521
14604
  "capacitor_right": capacitor_right_default,
14522
14605
  "capacitor_up": capacitor_up_default,
14523
- "capacitor_vert": capacitor_vert_default,
14524
14606
  "constant_current_diode_horz": constant_current_diode_horz_default,
14525
14607
  "constant_current_diode_vert": constant_current_diode_vert_default,
14526
14608
  "crystal_horz": crystal_horz_default,