schematic-symbols 0.0.172 → 0.0.173

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
@@ -44,10 +44,10 @@ function getBoundsOfPrimitives(primitives) {
44
44
  function defineSymbol(symbol8) {
45
45
  let size = symbol8.size;
46
46
  if (!size) {
47
- const bounds88 = getBoundsOfPrimitives(symbol8.primitives);
47
+ const bounds90 = getBoundsOfPrimitives(symbol8.primitives);
48
48
  size = {
49
- width: bounds88.maxX - bounds88.minX,
50
- height: bounds88.maxY - bounds88.minY
49
+ width: bounds90.maxX - bounds90.minX,
50
+ height: bounds90.maxY - bounds90.minY
51
51
  };
52
52
  }
53
53
  return { ...symbol8, size };
@@ -494,14 +494,14 @@ var rotateRightFacingSymbol = (symbol8, opts) => {
494
494
  ...applyToPoint(transform2, port)
495
495
  })
496
496
  );
497
- const bounds88 = getBoundsOfPrimitives(rotatedPrimitives);
497
+ const bounds90 = getBoundsOfPrimitives(rotatedPrimitives);
498
498
  return {
499
499
  primitives: rotatedPrimitives,
500
500
  center,
501
501
  ports: rotatedPorts,
502
502
  size: {
503
- width: bounds88.maxX - bounds88.minX,
504
- height: bounds88.maxY - bounds88.minY
503
+ width: bounds90.maxX - bounds90.minX,
504
+ height: bounds90.maxY - bounds90.minY
505
505
  },
506
506
  ...overrides
507
507
  };
@@ -555,10 +555,10 @@ var SymbolModifier = class {
555
555
  return this;
556
556
  }
557
557
  computeSize() {
558
- const bounds88 = getBoundsOfPrimitives(this.symbol.primitives);
558
+ const bounds90 = getBoundsOfPrimitives(this.symbol.primitives);
559
559
  return {
560
- width: bounds88.maxX - bounds88.minX,
561
- height: bounds88.maxY - bounds88.minY
560
+ width: bounds90.maxX - bounds90.minX,
561
+ height: bounds90.maxY - bounds90.minY
562
562
  };
563
563
  }
564
564
  build() {
@@ -4270,14 +4270,14 @@ var crystal_4pin_default = {
4270
4270
  left1: {
4271
4271
  type: "text",
4272
4272
  text: "{REF}",
4273
- x: -0.38155925000000046,
4274
- y: 0.09576035000000083
4273
+ x: 0.5315592500000005,
4274
+ y: 0.2757603500000008
4275
4275
  },
4276
4276
  right1: {
4277
4277
  type: "text",
4278
4278
  text: "{VAL}",
4279
- x: 0.3369813499999994,
4280
- y: -0.17868404999999754
4279
+ x: 0.5369813499999994,
4280
+ y: -0.2786840499999975
4281
4281
  }
4282
4282
  },
4283
4283
  refblocks: {
@@ -4311,11 +4311,77 @@ var crystal_4pin_default = {
4311
4311
  circles: {}
4312
4312
  };
4313
4313
 
4314
- // symbols/crystal_4pin_horz.ts
4315
- var crystal_4pin_horz_default = modifySymbol(crystal_4pin_default).labelPort("top1", ["2", "gnd1"]).labelPort("bottom1", ["4", "gnd2"]).labelPort("left1", ["1"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "bottom_right").changeTextAnchor("{VAL}", "top_left").build();
4314
+ // symbols/crystal_4pin_down.ts
4315
+ var { paths: paths27, texts: texts26, bounds: bounds27, refblocks: refblocks27, circles: circles27 } = crystal_4pin_default;
4316
+ var crystal_4pin_down_default = modifySymbol({
4317
+ primitives: [
4318
+ ...Object.values(paths27),
4319
+ ...Object.values(circles27),
4320
+ {
4321
+ type: "text",
4322
+ text: "{REF}",
4323
+ x: -0.4,
4324
+ y: 0.4094554499999995
4325
+ },
4326
+ {
4327
+ type: "text",
4328
+ text: "{VAL}",
4329
+ x: 0.4,
4330
+ y: 0.4094553499999995
4331
+ }
4332
+ ],
4333
+ ports: [
4334
+ { ...refblocks27.left1, labels: ["1"] },
4335
+ // TODO add more "standard" labels
4336
+ { ...refblocks27.right1, labels: ["3"] },
4337
+ // TODO add more "standard" labels
4338
+ { ...refblocks27.bottom1, labels: ["4"] },
4339
+ // TODO add more "standard" labels
4340
+ { ...refblocks27.top1, labels: ["2"] }
4341
+ // TODO add more "standard" labels
4342
+ ],
4343
+ size: { width: bounds27.width, height: bounds27.height },
4344
+ center: { x: bounds27.centerX, y: bounds27.centerY }
4345
+ }).rotateRightFacingSymbol("down").changeTextAnchor("{REF}", "bottom_left").changeTextAnchor("{VAL}", "top_left").build();
4346
+
4347
+ // symbols/crystal_4pin_left.ts
4348
+ var crystal_4pin_left_default = modifySymbol(crystal_4pin_default).labelPort("top1", ["4", "gnd1"]).labelPort("bottom1", ["2", "gnd2"]).labelPort("left1", ["3"]).labelPort("right1", ["1"]).changeTextAnchor("{REF}", "bottom_left").changeTextAnchor("{VAL}", "top_left").build();
4316
4349
 
4317
- // symbols/crystal_4pin_vert.ts
4318
- var crystal_4pin_vert_default = modifySymbol(crystal_4pin_horz_default).rotateRightFacingSymbol("up").changeTextAnchor("{REF}", "top_right").changeTextAnchor("{VAL}", "bottom_left").build();
4350
+ // symbols/crystal_4pin_right.ts
4351
+ var crystal_4pin_right_default = modifySymbol(crystal_4pin_default).labelPort("top1", ["2", "gnd1"]).labelPort("bottom1", ["4", "gnd2"]).labelPort("left1", ["1"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "bottom_left").changeTextAnchor("{VAL}", "top_left").build();
4352
+
4353
+ // symbols/crystal_4pin_up.ts
4354
+ var { paths: paths28, texts: texts27, bounds: bounds28, refblocks: refblocks28, circles: circles28 } = crystal_4pin_default;
4355
+ var crystal_4pin_up_default = modifySymbol({
4356
+ primitives: [
4357
+ ...Object.values(paths28),
4358
+ ...Object.values(circles28),
4359
+ {
4360
+ type: "text",
4361
+ text: "{VAL}",
4362
+ x: -0.4,
4363
+ y: -0.4094554499999995
4364
+ },
4365
+ {
4366
+ type: "text",
4367
+ text: "{REF}",
4368
+ x: 0.4,
4369
+ y: -0.4094553499999995
4370
+ }
4371
+ ],
4372
+ ports: [
4373
+ { ...refblocks28.left1, labels: ["1"] },
4374
+ // TODO add more "standard" labels
4375
+ { ...refblocks28.right1, labels: ["3"] },
4376
+ // TODO add more "standard" labels
4377
+ { ...refblocks28.bottom1, labels: ["4"] },
4378
+ // TODO add more "standard" labels
4379
+ { ...refblocks28.top1, labels: ["2"] }
4380
+ // TODO add more "standard" labels
4381
+ ],
4382
+ size: { width: bounds28.width, height: bounds28.height },
4383
+ center: { x: bounds28.centerX, y: bounds28.centerY }
4384
+ }).rotateRightFacingSymbol("up").changeTextAnchor("{REF}", "bottom_left").changeTextAnchor("{VAL}", "top_left").build();
4319
4385
 
4320
4386
  // assets/generated/crystal.json
4321
4387
  var crystal_default = {
@@ -4479,11 +4545,11 @@ var crystal_default = {
4479
4545
  };
4480
4546
 
4481
4547
  // symbols/crystal_down.ts
4482
- var { paths: paths27, texts: texts26, bounds: bounds27, refblocks: refblocks27, circles: circles27 } = crystal_default;
4548
+ var { paths: paths29, texts: texts28, bounds: bounds29, refblocks: refblocks29, circles: circles29 } = crystal_default;
4483
4549
  var crystal_down_default = modifySymbol({
4484
4550
  primitives: [
4485
- ...Object.values(paths27),
4486
- ...Object.values(circles27),
4551
+ ...Object.values(paths29),
4552
+ ...Object.values(circles29),
4487
4553
  {
4488
4554
  type: "text",
4489
4555
  text: "{REF}",
@@ -4498,13 +4564,13 @@ var crystal_down_default = modifySymbol({
4498
4564
  }
4499
4565
  ],
4500
4566
  ports: [
4501
- { ...refblocks27.left1, labels: ["1"] },
4567
+ { ...refblocks29.left1, labels: ["1"] },
4502
4568
  // TODO add more "standard" labels
4503
- { ...refblocks27.right1, labels: ["2"] }
4569
+ { ...refblocks29.right1, labels: ["2"] }
4504
4570
  // TODO add more "standard" labels
4505
4571
  ],
4506
- size: { width: bounds27.width, height: bounds27.height },
4507
- center: { x: bounds27.centerX, y: bounds27.centerY }
4572
+ size: { width: bounds29.width, height: bounds29.height },
4573
+ center: { x: bounds29.centerX, y: bounds29.centerY }
4508
4574
  }).changeTextAnchor("{VAL}", "top_left").rotateRightFacingSymbol("down").labelPort("left1", ["1", "pos"]).labelPort("right1", ["2", "neg"]).changeTextAnchor("{REF}", "bottom_left").build();
4509
4575
 
4510
4576
  // symbols/crystal_left.ts
@@ -4514,11 +4580,11 @@ var crystal_left_default = modifySymbol(crystal_default).changeTextAnchor("{VAL}
4514
4580
  var crystal_right_default = modifySymbol(crystal_default).changeTextAnchor("{VAL}", "middle_top").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_bottom").build();
4515
4581
 
4516
4582
  // symbols/crystal_up.ts
4517
- var { paths: paths28, texts: texts27, bounds: bounds28, refblocks: refblocks28, circles: circles28 } = crystal_default;
4583
+ var { paths: paths30, texts: texts29, bounds: bounds30, refblocks: refblocks30, circles: circles30 } = crystal_default;
4518
4584
  var crystal_up_default = modifySymbol({
4519
4585
  primitives: [
4520
- ...Object.values(paths28),
4521
- ...Object.values(circles28),
4586
+ ...Object.values(paths30),
4587
+ ...Object.values(circles30),
4522
4588
  {
4523
4589
  type: "text",
4524
4590
  text: "{REF}",
@@ -4533,13 +4599,13 @@ var crystal_up_default = modifySymbol({
4533
4599
  }
4534
4600
  ],
4535
4601
  ports: [
4536
- { ...refblocks28.left1, labels: ["1"] },
4602
+ { ...refblocks30.left1, labels: ["1"] },
4537
4603
  // TODO add more "standard" labels
4538
- { ...refblocks28.right1, labels: ["2"] }
4604
+ { ...refblocks30.right1, labels: ["2"] }
4539
4605
  // TODO add more "standard" labels
4540
4606
  ],
4541
- size: { width: bounds28.width, height: bounds28.height },
4542
- center: { x: bounds28.centerX, y: bounds28.centerY }
4607
+ size: { width: bounds30.width, height: bounds30.height },
4608
+ center: { x: bounds30.centerX, y: bounds30.centerY }
4543
4609
  }).changeTextAnchor("{VAL}", "middle_top").rotateRightFacingSymbol("up").labelPort("left1", ["1", "pos"]).labelPort("right1", ["2", "neg"]).changeTextAnchor("{REF}", "bottom_left").build();
4544
4610
 
4545
4611
  // assets/generated/darlington_pair_transistor.json
@@ -4916,11 +4982,11 @@ var dc_ammeter_default = {
4916
4982
  };
4917
4983
 
4918
4984
  // symbols/dc_ammeter_horz.ts
4919
- var { paths: paths29, texts: texts28, bounds: bounds29, refblocks: refblocks29, circles: circles29 } = dc_ammeter_default;
4985
+ var { paths: paths31, texts: texts30, bounds: bounds31, refblocks: refblocks31, circles: circles31 } = dc_ammeter_default;
4920
4986
  var dc_ammeter_horz_default = defineSymbol({
4921
4987
  primitives: [
4922
- ...Object.values(paths29),
4923
- ...Object.values(circles29),
4988
+ ...Object.values(paths31),
4989
+ ...Object.values(circles31),
4924
4990
  {
4925
4991
  type: "text",
4926
4992
  text: "{REF}",
@@ -4935,16 +5001,16 @@ var dc_ammeter_horz_default = defineSymbol({
4935
5001
  y: 0.35,
4936
5002
  anchor: "middle_bottom"
4937
5003
  },
4938
- { ...texts28.left1, x: 0, y: 0.01, anchor: "center", fontSize: 0.3 }
5004
+ { ...texts30.left1, x: 0, y: 0.01, anchor: "center", fontSize: 0.3 }
4939
5005
  ],
4940
5006
  ports: [
4941
- { ...refblocks29.left1, labels: ["1"] },
5007
+ { ...refblocks31.left1, labels: ["1"] },
4942
5008
  // TODO add more "standard" labels
4943
- { ...refblocks29.right1, labels: ["2"] }
5009
+ { ...refblocks31.right1, labels: ["2"] }
4944
5010
  // TODO add more "standard" labels
4945
5011
  ],
4946
- size: { width: bounds29.width, height: bounds29.height },
4947
- center: { x: bounds29.centerX, y: bounds29.centerY }
5012
+ size: { width: bounds31.width, height: bounds31.height },
5013
+ center: { x: bounds31.centerX, y: bounds31.centerY }
4948
5014
  });
4949
5015
 
4950
5016
  // symbols/dc_ammeter_vert.ts
@@ -5090,11 +5156,11 @@ var dc_voltmeter_default = {
5090
5156
  };
5091
5157
 
5092
5158
  // symbols/dc_voltmeter_horz.ts
5093
- var { paths: paths30, texts: texts29, bounds: bounds30, refblocks: refblocks30, circles: circles30 } = dc_voltmeter_default;
5159
+ var { paths: paths32, texts: texts31, bounds: bounds32, refblocks: refblocks32, circles: circles32 } = dc_voltmeter_default;
5094
5160
  var dc_voltmeter_horz_default = defineSymbol({
5095
5161
  primitives: [
5096
- ...Object.values(paths30),
5097
- ...Object.values(circles30),
5162
+ ...Object.values(paths32),
5163
+ ...Object.values(circles32),
5098
5164
  {
5099
5165
  type: "text",
5100
5166
  text: "{REF}",
@@ -5111,13 +5177,13 @@ var dc_voltmeter_horz_default = defineSymbol({
5111
5177
  }
5112
5178
  ],
5113
5179
  ports: [
5114
- { ...refblocks30.left1, labels: ["1"] },
5180
+ { ...refblocks32.left1, labels: ["1"] },
5115
5181
  // TODO add more "standard" labels
5116
- { ...refblocks30.right1, labels: ["2"] }
5182
+ { ...refblocks32.right1, labels: ["2"] }
5117
5183
  // TODO add more "standard" labels
5118
5184
  ],
5119
- size: { width: bounds30.width, height: bounds30.height },
5120
- center: { x: bounds30.centerX, y: bounds30.centerY }
5185
+ size: { width: bounds32.width, height: bounds32.height },
5186
+ center: { x: bounds32.centerX, y: bounds32.centerY }
5121
5187
  });
5122
5188
 
5123
5189
  // symbols/dc_voltmeter_vert.ts
@@ -5295,11 +5361,11 @@ var diac_horz_default = modifySymbol(diac_default).changeTextAnchor("{VAL}", "mi
5295
5361
 
5296
5362
  // symbols/diac_vert.ts
5297
5363
  var rotatedSymbol4 = rotateSymbol(diac_horz_default);
5298
- var texts30 = rotatedSymbol4.primitives.filter(
5364
+ var texts32 = rotatedSymbol4.primitives.filter(
5299
5365
  (primitive) => primitive.type === "text"
5300
5366
  );
5301
- var ref2 = texts30.find((text) => text.text === "{REF}");
5302
- var val2 = texts30.find((text) => text.text === "{VAL}");
5367
+ var ref2 = texts32.find((text) => text.text === "{REF}");
5368
+ var val2 = texts32.find((text) => text.text === "{VAL}");
5303
5369
  ref2.y = 0;
5304
5370
  val2.y = 0;
5305
5371
  var diac_vert_default = rotatedSymbol4;
@@ -6576,11 +6642,11 @@ var ferrite_bead_default = {
6576
6642
  };
6577
6643
 
6578
6644
  // symbols/ferrite_bead_up.ts
6579
- var { paths: paths31, texts: texts31, bounds: bounds31, refblocks: refblocks31, circles: circles31 } = ferrite_bead_default;
6645
+ var { paths: paths33, texts: texts33, bounds: bounds33, refblocks: refblocks33, circles: circles33 } = ferrite_bead_default;
6580
6646
  var ferrite_bead_up_default = modifySymbol({
6581
6647
  primitives: [
6582
- ...Object.values(paths31),
6583
- ...Object.values(circles31),
6648
+ ...Object.values(paths33),
6649
+ ...Object.values(circles33),
6584
6650
  {
6585
6651
  type: "text",
6586
6652
  text: "{REF}",
@@ -6595,13 +6661,13 @@ var ferrite_bead_up_default = modifySymbol({
6595
6661
  }
6596
6662
  ],
6597
6663
  ports: [
6598
- { ...refblocks31.left1, labels: ["1"] },
6664
+ { ...refblocks33.left1, labels: ["1"] },
6599
6665
  // TODO add more "standard" labels
6600
- { ...refblocks31.right1, labels: ["2"] }
6666
+ { ...refblocks33.right1, labels: ["2"] }
6601
6667
  // TODO add more "standard" labels
6602
6668
  ],
6603
- size: { width: bounds31.width, height: bounds31.height },
6604
- center: { x: bounds31.centerX, y: bounds31.centerY }
6669
+ size: { width: bounds33.width, height: bounds33.height },
6670
+ center: { x: bounds33.centerX, y: bounds33.centerY }
6605
6671
  }).rotateRightFacingSymbol("up").labelPort("left", ["1"]).labelPort("right", ["2"]).changeTextAnchor("{REF}", "middle_left").changeTextAnchor("{VAL}", "middle_left").build();
6606
6672
 
6607
6673
  // symbols/ferrite_bead_down.ts
@@ -6834,11 +6900,11 @@ var frequency_meter_default = {
6834
6900
  };
6835
6901
 
6836
6902
  // symbols/frequency_meter_horz.ts
6837
- var { paths: paths32, texts: texts32, bounds: bounds32, refblocks: refblocks32, circles: circles32 } = frequency_meter_default;
6903
+ var { paths: paths34, texts: texts34, bounds: bounds34, refblocks: refblocks34, circles: circles34 } = frequency_meter_default;
6838
6904
  var frequency_meter_horz_default = defineSymbol({
6839
6905
  primitives: [
6840
- ...Object.values(paths32),
6841
- ...Object.values(circles32),
6906
+ ...Object.values(paths34),
6907
+ ...Object.values(circles34),
6842
6908
  {
6843
6909
  type: "text",
6844
6910
  text: "{REF}",
@@ -6853,16 +6919,16 @@ var frequency_meter_horz_default = defineSymbol({
6853
6919
  y: 0.35,
6854
6920
  anchor: "middle_bottom"
6855
6921
  },
6856
- { ...texts32.left1, x: 0, y: 0.01, anchor: "center", fontSize: 0.2 }
6922
+ { ...texts34.left1, x: 0, y: 0.01, anchor: "center", fontSize: 0.2 }
6857
6923
  ],
6858
6924
  ports: [
6859
- { ...refblocks32.left1, labels: ["1"] },
6925
+ { ...refblocks34.left1, labels: ["1"] },
6860
6926
  // TODO add more "standard" labels
6861
- { ...refblocks32.right1, labels: ["2"] }
6927
+ { ...refblocks34.right1, labels: ["2"] }
6862
6928
  // TODO add more "standard" labels
6863
6929
  ],
6864
- size: { width: bounds32.width, height: bounds32.height },
6865
- center: { x: bounds32.centerX, y: bounds32.centerY }
6930
+ size: { width: bounds34.width, height: bounds34.height },
6931
+ center: { x: bounds34.centerX, y: bounds34.centerY }
6866
6932
  });
6867
6933
 
6868
6934
  // symbols/frequency_meter_vert.ts
@@ -6967,11 +7033,11 @@ var fuse_default = {
6967
7033
  };
6968
7034
 
6969
7035
  // symbols/fuse_horz.ts
6970
- var { paths: paths33, texts: texts33, bounds: bounds33, refblocks: refblocks33 } = fuse_default;
7036
+ var { paths: paths35, texts: texts35, bounds: bounds35, refblocks: refblocks35 } = fuse_default;
6971
7037
  var fuse_horz_default = defineSymbol({
6972
7038
  primitives: [
6973
- ...Object.values(paths33),
6974
- { ...texts33.top1, anchor: "middle_bottom" },
7039
+ ...Object.values(paths35),
7040
+ { ...texts35.top1, anchor: "middle_bottom" },
6975
7041
  {
6976
7042
  type: "text",
6977
7043
  text: "{VAL}",
@@ -6981,13 +7047,13 @@ var fuse_horz_default = defineSymbol({
6981
7047
  }
6982
7048
  ],
6983
7049
  ports: [
6984
- { ...refblocks33.left1, labels: ["1"] },
7050
+ { ...refblocks35.left1, labels: ["1"] },
6985
7051
  // TODO add more "standard" labels
6986
- { ...refblocks33.right1, labels: ["2"] }
7052
+ { ...refblocks35.right1, labels: ["2"] }
6987
7053
  // TODO add more "standard" labels
6988
7054
  ],
6989
- size: { width: bounds33.width, height: bounds33.height },
6990
- center: { x: bounds33.centerX, y: bounds33.centerY }
7055
+ size: { width: bounds35.width, height: bounds35.height },
7056
+ center: { x: bounds35.centerX, y: bounds35.centerY }
6991
7057
  });
6992
7058
 
6993
7059
  // symbols/fuse_vert.ts
@@ -7164,10 +7230,10 @@ var ground2_default = {
7164
7230
  };
7165
7231
 
7166
7232
  // symbols/ground2_down.ts
7167
- var { paths: paths34, texts: texts34, bounds: bounds34, refblocks: refblocks34 } = ground2_default;
7233
+ var { paths: paths36, texts: texts36, bounds: bounds36, refblocks: refblocks36 } = ground2_default;
7168
7234
  var ground2_down_default = modifySymbol({
7169
7235
  primitives: [
7170
- ...Object.values(paths34),
7236
+ ...Object.values(paths36),
7171
7237
  {
7172
7238
  type: "text",
7173
7239
  text: "{REF}",
@@ -7176,18 +7242,18 @@ var ground2_down_default = modifySymbol({
7176
7242
  }
7177
7243
  ],
7178
7244
  ports: [
7179
- { ...refblocks34.left1, labels: ["1"] }
7245
+ { ...refblocks36.left1, labels: ["1"] }
7180
7246
  // TODO add more "standard" labels
7181
7247
  ],
7182
- center: { x: bounds34.centerX, y: bounds34.centerY }
7248
+ center: { x: bounds36.centerX, y: bounds36.centerY }
7183
7249
  }).rotateRightFacingSymbol("down").labelPort("left1", ["1"]).changeTextAnchor("{REF}", "middle_bottom").build();
7184
7250
 
7185
7251
  // symbols/ground2_left.ts
7186
- var { paths: paths35, texts: texts35, bounds: bounds35, refblocks: refblocks35, circles: circles33 } = ground2_default;
7252
+ var { paths: paths37, texts: texts37, bounds: bounds37, refblocks: refblocks37, circles: circles35 } = ground2_default;
7187
7253
  var ground2_left_default = modifySymbol({
7188
7254
  primitives: [
7189
- ...Object.values(paths35),
7190
- ...Object.values(circles33),
7255
+ ...Object.values(paths37),
7256
+ ...Object.values(circles35),
7191
7257
  {
7192
7258
  type: "text",
7193
7259
  text: "{REF}",
@@ -7196,18 +7262,18 @@ var ground2_left_default = modifySymbol({
7196
7262
  }
7197
7263
  ],
7198
7264
  ports: [
7199
- { ...refblocks35.left1, labels: ["1"] }
7265
+ { ...refblocks37.left1, labels: ["1"] }
7200
7266
  // TODO add more "standard" labels
7201
7267
  ],
7202
- center: { x: bounds35.centerX, y: bounds35.centerY }
7268
+ center: { x: bounds37.centerX, y: bounds37.centerY }
7203
7269
  }).rotateRightFacingSymbol("left").labelPort("left1", ["1"]).changeTextAnchor("{REF}", "middle_left").build();
7204
7270
 
7205
7271
  // symbols/ground2_right.ts
7206
- var { paths: paths36, texts: texts36, bounds: bounds36, refblocks: refblocks36, circles: circles34 } = ground2_default;
7272
+ var { paths: paths38, texts: texts38, bounds: bounds38, refblocks: refblocks38, circles: circles36 } = ground2_default;
7207
7273
  var ground2_right_default = modifySymbol({
7208
7274
  primitives: [
7209
- ...Object.values(paths36),
7210
- ...Object.values(circles34),
7275
+ ...Object.values(paths38),
7276
+ ...Object.values(circles36),
7211
7277
  {
7212
7278
  type: "text",
7213
7279
  text: "{REF}",
@@ -7216,18 +7282,18 @@ var ground2_right_default = modifySymbol({
7216
7282
  }
7217
7283
  ],
7218
7284
  ports: [
7219
- { ...refblocks36.left1, labels: ["1"] }
7285
+ { ...refblocks38.left1, labels: ["1"] }
7220
7286
  // TODO add more "standard" labels
7221
7287
  ],
7222
- center: { x: bounds36.centerX, y: bounds36.centerY }
7288
+ center: { x: bounds38.centerX, y: bounds38.centerY }
7223
7289
  }).changeTextAnchor("{VAL}", "middle_top").rotateRightFacingSymbol("right").labelPort("left1", ["1"]).changeTextAnchor("{REF}", "middle_right").build();
7224
7290
 
7225
7291
  // symbols/ground2_up.ts
7226
- var { paths: paths37, texts: texts37, bounds: bounds37, refblocks: refblocks37, circles: circles35 } = ground2_default;
7292
+ var { paths: paths39, texts: texts39, bounds: bounds39, refblocks: refblocks39, circles: circles37 } = ground2_default;
7227
7293
  var ground2_up_default = modifySymbol({
7228
7294
  primitives: [
7229
- ...Object.values(paths37),
7230
- ...Object.values(circles35),
7295
+ ...Object.values(paths39),
7296
+ ...Object.values(circles37),
7231
7297
  {
7232
7298
  type: "text",
7233
7299
  text: "{REF}",
@@ -7236,10 +7302,10 @@ var ground2_up_default = modifySymbol({
7236
7302
  }
7237
7303
  ],
7238
7304
  ports: [
7239
- { ...refblocks37.left1, labels: ["1"] }
7305
+ { ...refblocks39.left1, labels: ["1"] }
7240
7306
  // TODO add more "standard" labels
7241
7307
  ],
7242
- center: { x: bounds37.centerX, y: bounds37.centerY }
7308
+ center: { x: bounds39.centerX, y: bounds39.centerY }
7243
7309
  }).rotateRightFacingSymbol("up").labelPort("left1", ["1"]).changeTextAnchor("{REF}", "middle_top").build();
7244
7310
 
7245
7311
  // assets/generated/gunn_diode.json
@@ -7360,7 +7426,7 @@ var gunn_diode_default = {
7360
7426
  };
7361
7427
 
7362
7428
  // symbols/gunn_diode_horz.ts
7363
- var { paths: paths38, texts: texts38, bounds: bounds38, refblocks: refblocks38, circles: circles36 } = gunn_diode_default;
7429
+ var { paths: paths40, texts: texts40, bounds: bounds40, refblocks: refblocks40, circles: circles38 } = gunn_diode_default;
7364
7430
  var gunn_diode_horz_default = modifySymbol(gunn_diode_default).changeTextAnchor("{VAL}", "middle_top").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_bottom").build();
7365
7431
 
7366
7432
  // symbols/gunn_diode_vert.ts
@@ -8125,12 +8191,12 @@ var illuminated_push_button_normally_open_horz_default = modifySymbol(illuminate
8125
8191
 
8126
8192
  // symbols/illuminated_push_button_normally_open_vert.ts
8127
8193
  var rotatedSymbol6 = rotateSymbol(illuminated_push_button_normally_open_horz_default);
8128
- var texts39 = rotatedSymbol6.primitives.filter((p) => p.type === "text");
8129
- var val18 = texts39.find((t) => t.text === "{VAL}");
8194
+ var texts41 = rotatedSymbol6.primitives.filter((p) => p.type === "text");
8195
+ var val18 = texts41.find((t) => t.text === "{VAL}");
8130
8196
  val18.x = -0.35;
8131
8197
  val18.y = 0;
8132
8198
  val18.anchor = "middle_right";
8133
- var ref18 = texts39.find((t) => t.text === "{REF}");
8199
+ var ref18 = texts41.find((t) => t.text === "{REF}");
8134
8200
  ref18.y = 0;
8135
8201
  ref18.x = 0.35;
8136
8202
  ref18.anchor = "middle_left";
@@ -9532,22 +9598,22 @@ var inductor_default = {
9532
9598
  };
9533
9599
 
9534
9600
  // symbols/inductor_right.ts
9535
- var { paths: paths39, texts: texts40, bounds: bounds39, refblocks: refblocks39, circles: circles37 } = inductor_default;
9601
+ var { paths: paths41, texts: texts42, bounds: bounds41, refblocks: refblocks41, circles: circles39 } = inductor_default;
9536
9602
  var inductor_right_default = defineSymbol({
9537
9603
  primitives: [
9538
- ...Object.values(paths39),
9539
- ...Object.values(circles37),
9540
- { ...texts40.top1, anchor: "middle_bottom" },
9541
- { ...texts40.bottom1, anchor: "middle_top" }
9604
+ ...Object.values(paths41),
9605
+ ...Object.values(circles39),
9606
+ { ...texts42.top1, anchor: "middle_bottom" },
9607
+ { ...texts42.bottom1, anchor: "middle_top" }
9542
9608
  ],
9543
9609
  ports: [
9544
- { ...refblocks39.left1, labels: ["1"] },
9610
+ { ...refblocks41.left1, labels: ["1"] },
9545
9611
  // TODO add more "standard" labels
9546
- { ...refblocks39.right1, labels: ["2"] }
9612
+ { ...refblocks41.right1, labels: ["2"] }
9547
9613
  // TODO add more "standard" labels
9548
9614
  ],
9549
- size: { width: bounds39.width, height: bounds39.height },
9550
- center: { x: bounds39.centerX, y: bounds39.centerY }
9615
+ size: { width: bounds41.width, height: bounds41.height },
9616
+ center: { x: bounds41.centerX, y: bounds41.centerY }
9551
9617
  });
9552
9618
 
9553
9619
  // symbols/inductor_up.ts
@@ -9804,8 +9870,8 @@ var laser_diode_horz_default = modifySymbol(laser_diode_default).changeTextAncho
9804
9870
 
9805
9871
  // symbols/laser_diode_vert.ts
9806
9872
  var rotatedSymbol7 = rotateSymbol(laser_diode_horz_default);
9807
- var texts41 = rotatedSymbol7.primitives.filter((p) => p.type === "text");
9808
- var ref19 = texts41.find((t) => t.text === "{VAL}");
9873
+ var texts43 = rotatedSymbol7.primitives.filter((p) => p.type === "text");
9874
+ var ref19 = texts43.find((t) => t.text === "{VAL}");
9809
9875
  ref19.x = -0.52;
9810
9876
  ref19.anchor = "middle_right";
9811
9877
  var laser_diode_vert_default = rotatedSymbol7;
@@ -10026,22 +10092,22 @@ var led_default = {
10026
10092
  };
10027
10093
 
10028
10094
  // symbols/led_right.ts
10029
- var { paths: paths40, texts: texts42, bounds: bounds40, refblocks: refblocks40, circles: circles38 } = led_default;
10095
+ var { paths: paths42, texts: texts44, bounds: bounds42, refblocks: refblocks42, circles: circles40 } = led_default;
10030
10096
  var led_right_default = defineSymbol({
10031
10097
  primitives: [
10032
- ...Object.values(paths40),
10033
- ...Object.values(circles38),
10034
- { ...texts42.bottom1, anchor: "middle_top" },
10035
- { ...texts42.right1, anchor: "middle_bottom" }
10098
+ ...Object.values(paths42),
10099
+ ...Object.values(circles40),
10100
+ { ...texts44.bottom1, anchor: "middle_top" },
10101
+ { ...texts44.right1, anchor: "middle_bottom" }
10036
10102
  ],
10037
10103
  ports: [
10038
- { ...refblocks40.left1, labels: ["1"] },
10104
+ { ...refblocks42.left1, labels: ["1"] },
10039
10105
  // TODO add more "standard" labels
10040
- { ...refblocks40.right1, labels: ["2"] }
10106
+ { ...refblocks42.right1, labels: ["2"] }
10041
10107
  // TODO add more "standard" labels
10042
10108
  ],
10043
- size: { width: bounds40.width, height: bounds40.height },
10044
- center: { x: bounds40.centerX, y: bounds40.centerY }
10109
+ size: { width: bounds42.width, height: bounds42.height },
10110
+ center: { x: bounds42.centerX, y: bounds42.centerY }
10045
10111
  });
10046
10112
 
10047
10113
  // symbols/led_up.ts
@@ -10304,32 +10370,32 @@ var light_dependent_resistor_default = {
10304
10370
  };
10305
10371
 
10306
10372
  // symbols/light_dependent_resistor_horz.ts
10307
- var { paths: paths41, texts: texts43, bounds: bounds41, refblocks: refblocks41, circles: circles39 } = light_dependent_resistor_default;
10373
+ var { paths: paths43, texts: texts45, bounds: bounds43, refblocks: refblocks43, circles: circles41 } = light_dependent_resistor_default;
10308
10374
  var light_dependent_resistor_horz_default = defineSymbol({
10309
10375
  primitives: [
10310
- ...Object.values(paths41),
10311
- ...Object.values(circles39),
10312
- { ...texts43.top1, anchor: "middle_left", x: 0 },
10313
- { ...texts43.bottom1, anchor: "middle_left", x: 0 }
10376
+ ...Object.values(paths43),
10377
+ ...Object.values(circles41),
10378
+ { ...texts45.top1, anchor: "middle_left", x: 0 },
10379
+ { ...texts45.bottom1, anchor: "middle_left", x: 0 }
10314
10380
  ],
10315
10381
  ports: [
10316
- { ...refblocks41.left1, labels: ["1"] },
10382
+ { ...refblocks43.left1, labels: ["1"] },
10317
10383
  // TODO add more "standard" labels
10318
- { ...refblocks41.right1, labels: ["2"] }
10384
+ { ...refblocks43.right1, labels: ["2"] }
10319
10385
  // TODO add more "standard" labels
10320
10386
  ],
10321
- size: { width: bounds41.width, height: bounds41.height },
10322
- center: { x: bounds41.centerX, y: bounds41.centerY }
10387
+ size: { width: bounds43.width, height: bounds43.height },
10388
+ center: { x: bounds43.centerX, y: bounds43.centerY }
10323
10389
  });
10324
10390
 
10325
10391
  // symbols/light_dependent_resistor_vert.ts
10326
10392
  var rotatedSymbol8 = rotateSymbol(light_dependent_resistor_horz_default);
10327
- var texts44 = rotatedSymbol8.primitives.filter((p) => p.type === "text");
10328
- var val21 = texts44.find((t) => t.text === "{VAL}");
10393
+ var texts46 = rotatedSymbol8.primitives.filter((p) => p.type === "text");
10394
+ var val21 = texts46.find((t) => t.text === "{VAL}");
10329
10395
  val21.x = -0.35;
10330
10396
  val21.y = 0;
10331
10397
  val21.anchor = "middle_right";
10332
- var ref22 = texts44.find((t) => t.text === "{REF}");
10398
+ var ref22 = texts46.find((t) => t.text === "{REF}");
10333
10399
  ref22.y = 0;
10334
10400
  ref22.x = 0.35;
10335
10401
  ref22.anchor = "middle_left";
@@ -10606,23 +10672,23 @@ var mosfet_depletion_normally_on_default = {
10606
10672
  };
10607
10673
 
10608
10674
  // symbols/mosfet_depletion_normally_on_horz.ts
10609
- var { paths: paths42, texts: texts45, bounds: bounds42, refblocks: refblocks42 } = mosfet_depletion_normally_on_default;
10675
+ var { paths: paths44, texts: texts47, bounds: bounds44, refblocks: refblocks44 } = mosfet_depletion_normally_on_default;
10610
10676
  var mosfet_depletion_normally_on_horz_default = defineSymbol({
10611
10677
  primitives: [
10612
- ...Object.values(paths42),
10613
- { ...texts45.right1, anchor: "middle_left" },
10614
- { ...texts45.right2, anchor: "middle_left" }
10678
+ ...Object.values(paths44),
10679
+ { ...texts47.right1, anchor: "middle_left" },
10680
+ { ...texts47.right2, anchor: "middle_left" }
10615
10681
  ],
10616
10682
  ports: [
10617
- { ...refblocks42.top1, labels: ["1"] },
10683
+ { ...refblocks44.top1, labels: ["1"] },
10618
10684
  // TODO add more "standard" labels
10619
- { ...refblocks42.bottom1, labels: ["2"] },
10685
+ { ...refblocks44.bottom1, labels: ["2"] },
10620
10686
  // TODO add more "standard" labels
10621
- { ...refblocks42.left1, labels: ["3"] }
10687
+ { ...refblocks44.left1, labels: ["3"] }
10622
10688
  // TODO add more "standard" labels
10623
10689
  ],
10624
- size: { width: bounds42.width + 0.4, height: bounds42.height },
10625
- center: { x: bounds42.centerX + 0.2, y: bounds42.centerY }
10690
+ size: { width: bounds44.width + 0.4, height: bounds44.height },
10691
+ center: { x: bounds44.centerX + 0.2, y: bounds44.centerY }
10626
10692
  });
10627
10693
 
10628
10694
  // symbols/mosfet_depletion_normally_on_vert.ts
@@ -11248,20 +11314,20 @@ var mushroom_head_normally_open_momentary_default = {
11248
11314
  };
11249
11315
 
11250
11316
  // symbols/mushroom_head_normally_open_momentary_horz.ts
11251
- var { paths: paths43, texts: texts46, bounds: bounds43, refblocks: refblocks43, circles: circles40 } = mushroom_head_normally_open_momentary_default;
11317
+ var { paths: paths45, texts: texts48, bounds: bounds45, refblocks: refblocks45, circles: circles42 } = mushroom_head_normally_open_momentary_default;
11252
11318
  var mushroom_head_normally_open_momentary_horz_default = defineSymbol({
11253
11319
  primitives: [
11254
- ...Object.values(paths43),
11255
- ...Object.values(circles40),
11256
- { ...texts46.top1, anchor: "middle_bottom", x: 0 },
11257
- { ...texts46.bottom1, anchor: "middle_top", x: 0 }
11320
+ ...Object.values(paths45),
11321
+ ...Object.values(circles42),
11322
+ { ...texts48.top1, anchor: "middle_bottom", x: 0 },
11323
+ { ...texts48.bottom1, anchor: "middle_top", x: 0 }
11258
11324
  ],
11259
11325
  ports: [
11260
- { ...refblocks43.left1, labels: ["1"] },
11261
- { ...refblocks43.right1, labels: ["2"] }
11326
+ { ...refblocks45.left1, labels: ["1"] },
11327
+ { ...refblocks45.right1, labels: ["2"] }
11262
11328
  ],
11263
- size: { width: bounds43.width, height: bounds43.height },
11264
- center: { x: bounds43.centerX + 6e-3, y: bounds43.centerY + 0.06 }
11329
+ size: { width: bounds45.width, height: bounds45.height },
11330
+ center: { x: bounds45.centerX + 6e-3, y: bounds45.centerY + 0.06 }
11265
11331
  });
11266
11332
 
11267
11333
  // symbols/mushroom_head_normally_open_momentary_vert.ts
@@ -11478,34 +11544,34 @@ var n_channel_d_mosfet_transistor_default = {
11478
11544
  };
11479
11545
 
11480
11546
  // symbols/n_channel_d_mosfet_transistor_horz.ts
11481
- var { paths: paths44, texts: texts47, bounds: bounds44, refblocks: refblocks44, circles: circles41 } = n_channel_d_mosfet_transistor_default;
11547
+ var { paths: paths46, texts: texts49, bounds: bounds46, refblocks: refblocks46, circles: circles43 } = n_channel_d_mosfet_transistor_default;
11482
11548
  var n_channel_d_mosfet_transistor_horz_default = defineSymbol({
11483
11549
  primitives: [
11484
- ...Object.values(paths44),
11485
- ...Object.values(circles41),
11486
- { ...texts47.top1, anchor: "middle_right", x: 0 },
11487
- { ...texts47.bottom1, anchor: "middle_right", x: 0 }
11550
+ ...Object.values(paths46),
11551
+ ...Object.values(circles43),
11552
+ { ...texts49.top1, anchor: "middle_right", x: 0 },
11553
+ { ...texts49.bottom1, anchor: "middle_right", x: 0 }
11488
11554
  ],
11489
11555
  ports: [
11490
- { ...refblocks44.top1, labels: ["1", "drain"] },
11556
+ { ...refblocks46.top1, labels: ["1", "drain"] },
11491
11557
  // TODO add more "standard" labels
11492
- { ...refblocks44.bottom1, labels: ["2", "source"] },
11558
+ { ...refblocks46.bottom1, labels: ["2", "source"] },
11493
11559
  // TODO add more "standard" labels
11494
- { ...refblocks44.left1, labels: ["3", "gate"] }
11560
+ { ...refblocks46.left1, labels: ["3", "gate"] }
11495
11561
  // TODO add more "standard" labels
11496
11562
  ],
11497
- size: { width: bounds44.width, height: bounds44.height },
11498
- center: { x: bounds44.centerX, y: bounds44.centerY }
11563
+ size: { width: bounds46.width, height: bounds46.height },
11564
+ center: { x: bounds46.centerX, y: bounds46.centerY }
11499
11565
  });
11500
11566
 
11501
11567
  // symbols/n_channel_d_mosfet_transistor_vert.ts
11502
11568
  var rotatedSymbol9 = rotateSymbol(n_channel_d_mosfet_transistor_horz_default);
11503
- var texts48 = rotatedSymbol9.primitives.filter((p) => p.type === "text");
11504
- var val24 = texts48.find((t) => t.text === "{VAL}");
11569
+ var texts50 = rotatedSymbol9.primitives.filter((p) => p.type === "text");
11570
+ var val24 = texts50.find((t) => t.text === "{VAL}");
11505
11571
  val24.x = -0.35;
11506
11572
  val24.y = 0;
11507
11573
  val24.anchor = "middle_right";
11508
- var ref25 = texts48.find((t) => t.text === "{REF}");
11574
+ var ref25 = texts50.find((t) => t.text === "{REF}");
11509
11575
  ref25.y = 0;
11510
11576
  ref25.x = 0.35;
11511
11577
  ref25.anchor = "middle_left";
@@ -11739,34 +11805,34 @@ var n_channel_e_mosfet_transistor_default = {
11739
11805
  };
11740
11806
 
11741
11807
  // symbols/n_channel_e_mosfet_transistor_horz.ts
11742
- var { paths: paths45, texts: texts49, bounds: bounds45, refblocks: refblocks45, circles: circles42 } = n_channel_e_mosfet_transistor_default;
11808
+ var { paths: paths47, texts: texts51, bounds: bounds47, refblocks: refblocks47, circles: circles44 } = n_channel_e_mosfet_transistor_default;
11743
11809
  var n_channel_e_mosfet_transistor_horz_default = defineSymbol({
11744
11810
  primitives: [
11745
- ...Object.values(paths45),
11746
- ...Object.values(circles42),
11747
- { ...texts49.top1, anchor: "middle_right", x: 0 },
11748
- { ...texts49.bottom1, anchor: "middle_right", x: 0 }
11811
+ ...Object.values(paths47),
11812
+ ...Object.values(circles44),
11813
+ { ...texts51.top1, anchor: "middle_right", x: 0 },
11814
+ { ...texts51.bottom1, anchor: "middle_right", x: 0 }
11749
11815
  ],
11750
11816
  ports: [
11751
- { ...refblocks45.top1, labels: ["1", "drain"] },
11817
+ { ...refblocks47.top1, labels: ["1", "drain"] },
11752
11818
  // TODO add more "standard" labels
11753
- { ...refblocks45.bottom1, labels: ["2", "source"] },
11819
+ { ...refblocks47.bottom1, labels: ["2", "source"] },
11754
11820
  // TODO add more "standard" labels
11755
- { ...refblocks45.left1, labels: ["3", "gate"] }
11821
+ { ...refblocks47.left1, labels: ["3", "gate"] }
11756
11822
  // TODO add more "standard" labels
11757
11823
  ],
11758
- size: { width: bounds45.width, height: bounds45.height },
11759
- center: { x: bounds45.centerX, y: bounds45.centerY }
11824
+ size: { width: bounds47.width, height: bounds47.height },
11825
+ center: { x: bounds47.centerX, y: bounds47.centerY }
11760
11826
  });
11761
11827
 
11762
11828
  // symbols/n_channel_e_mosfet_transistor_vert.ts
11763
11829
  var rotatedSymbol10 = rotateSymbol(n_channel_e_mosfet_transistor_horz_default);
11764
- var texts50 = rotatedSymbol10.primitives.filter((p) => p.type === "text");
11765
- var val25 = texts50.find((t) => t.text === "{VAL}");
11830
+ var texts52 = rotatedSymbol10.primitives.filter((p) => p.type === "text");
11831
+ var val25 = texts52.find((t) => t.text === "{VAL}");
11766
11832
  val25.x = -0.35;
11767
11833
  val25.y = 0;
11768
11834
  val25.anchor = "middle_right";
11769
- var ref26 = texts50.find((t) => t.text === "{REF}");
11835
+ var ref26 = texts52.find((t) => t.text === "{REF}");
11770
11836
  ref26.y = 0;
11771
11837
  ref26.x = 0.35;
11772
11838
  ref26.anchor = "middle_left";
@@ -11940,34 +12006,34 @@ var njfet_transistor_default = {
11940
12006
  };
11941
12007
 
11942
12008
  // symbols/njfet_transistor_horz.ts
11943
- var { paths: paths46, texts: texts51, bounds: bounds46, refblocks: refblocks46, circles: circles43 } = njfet_transistor_default;
12009
+ var { paths: paths48, texts: texts53, bounds: bounds48, refblocks: refblocks48, circles: circles45 } = njfet_transistor_default;
11944
12010
  var njfet_transistor_horz_default = defineSymbol({
11945
12011
  primitives: [
11946
- ...Object.values(paths46),
11947
- ...Object.values(circles43),
11948
- { ...texts51.top1, anchor: "middle_right", x: 0 },
11949
- { ...texts51.bottom1, anchor: "middle_right", x: 0 }
12012
+ ...Object.values(paths48),
12013
+ ...Object.values(circles45),
12014
+ { ...texts53.top1, anchor: "middle_right", x: 0 },
12015
+ { ...texts53.bottom1, anchor: "middle_right", x: 0 }
11950
12016
  ],
11951
12017
  ports: [
11952
- { ...refblocks46.top1, labels: ["1", "drain"] },
12018
+ { ...refblocks48.top1, labels: ["1", "drain"] },
11953
12019
  // TODO add more "standard" labels
11954
- { ...refblocks46.bottom1, labels: ["2", "source"] },
12020
+ { ...refblocks48.bottom1, labels: ["2", "source"] },
11955
12021
  // TODO add more "standard" labels
11956
- { ...refblocks46.left1, labels: ["3", "gate"] }
12022
+ { ...refblocks48.left1, labels: ["3", "gate"] }
11957
12023
  // TODO add more "standard" labels
11958
12024
  ],
11959
- size: { width: bounds46.width, height: bounds46.height },
11960
- center: { x: bounds46.centerX, y: bounds46.centerY }
12025
+ size: { width: bounds48.width, height: bounds48.height },
12026
+ center: { x: bounds48.centerX, y: bounds48.centerY }
11961
12027
  });
11962
12028
 
11963
12029
  // symbols/njfet_transistor_vert.ts
11964
12030
  var rotatedSymbol11 = rotateSymbol(njfet_transistor_horz_default);
11965
- var texts52 = rotatedSymbol11.primitives.filter((p) => p.type === "text");
11966
- var val26 = texts52.find((t) => t.text === "{VAL}");
12031
+ var texts54 = rotatedSymbol11.primitives.filter((p) => p.type === "text");
12032
+ var val26 = texts54.find((t) => t.text === "{VAL}");
11967
12033
  val26.x = -0.35;
11968
12034
  val26.y = 0;
11969
12035
  val26.anchor = "middle_right";
11970
- var ref27 = texts52.find((t) => t.text === "{REF}");
12036
+ var ref27 = texts54.find((t) => t.text === "{REF}");
11971
12037
  ref27.y = 0;
11972
12038
  ref27.x = 0.35;
11973
12039
  ref27.anchor = "middle_left";
@@ -12022,11 +12088,11 @@ var not_connected_default = {
12022
12088
  };
12023
12089
 
12024
12090
  // symbols/not_connected_right.ts
12025
- var { paths: paths47, bounds: bounds47, refblocks: refblocks47 } = not_connected_default;
12091
+ var { paths: paths49, bounds: bounds49, refblocks: refblocks49 } = not_connected_default;
12026
12092
  var not_connected_right_default = modifySymbol({
12027
- primitives: [...Object.values(paths47)],
12028
- ports: [{ ...refblocks47.left1, labels: ["1"] }],
12029
- center: { x: bounds47.centerX, y: bounds47.centerY }
12093
+ primitives: [...Object.values(paths49)],
12094
+ ports: [{ ...refblocks49.left1, labels: ["1"] }],
12095
+ center: { x: bounds49.centerX, y: bounds49.centerY }
12030
12096
  }).rotateRightFacingSymbol("right").labelPort("left1", ["1"]).build();
12031
12097
 
12032
12098
  // symbols/not_connected_down.ts
@@ -12206,11 +12272,11 @@ var npn_bipolar_transistor_default = {
12206
12272
  };
12207
12273
 
12208
12274
  // symbols/npn_bipolar_transistor_down.ts
12209
- var { paths: paths48, texts: texts53, bounds: bounds48, refblocks: refblocks48, circles: circles44 } = npn_bipolar_transistor_default;
12275
+ var { paths: paths50, texts: texts55, bounds: bounds50, refblocks: refblocks50, circles: circles46 } = npn_bipolar_transistor_default;
12210
12276
  var npn_bipolar_transistor_down_default = modifySymbol({
12211
12277
  primitives: [
12212
- ...Object.values(paths48),
12213
- ...Object.values(circles44),
12278
+ ...Object.values(paths50),
12279
+ ...Object.values(circles46),
12214
12280
  {
12215
12281
  type: "text",
12216
12282
  text: "{REF}",
@@ -12225,24 +12291,24 @@ var npn_bipolar_transistor_down_default = modifySymbol({
12225
12291
  }
12226
12292
  ],
12227
12293
  ports: [
12228
- { ...refblocks48.top1, labels: ["1"] },
12229
- { ...refblocks48.bottom1, labels: ["3"] },
12230
- { ...refblocks48.left1, labels: ["2"] }
12294
+ { ...refblocks50.top1, labels: ["1"] },
12295
+ { ...refblocks50.bottom1, labels: ["3"] },
12296
+ { ...refblocks50.left1, labels: ["2"] }
12231
12297
  ],
12232
- size: { width: bounds48.width, height: bounds48.height },
12233
- center: { x: bounds48.centerX, y: bounds48.centerY }
12298
+ size: { width: bounds50.width, height: bounds50.height },
12299
+ center: { x: bounds50.centerX, y: bounds50.centerY }
12234
12300
  }).rotateRightFacingSymbol("right").changeTextAnchor("{REF}", "middle_right").changeTextAnchor("{VAL}", "middle_right").build();
12235
12301
 
12236
12302
  // symbols/npn_bipolar_transistor_horz.ts
12237
- var { paths: paths49, texts: texts54, bounds: bounds49, refblocks: refblocks49, circles: circles45 } = npn_bipolar_transistor_default;
12303
+ var { paths: paths51, texts: texts56, bounds: bounds51, refblocks: refblocks51, circles: circles47 } = npn_bipolar_transistor_default;
12238
12304
  var npn_bipolar_transistor_horz_default = modifySymbol(npn_bipolar_transistor_default).rotateRightFacingSymbol("up").changeTextAnchor("{VAL}", "middle_left").labelPort("left1", ["2"]).labelPort("top1", ["1"]).labelPort("bottom1", ["3"]).changeTextAnchor("{REF}", "middle_right").build();
12239
12305
 
12240
12306
  // symbols/npn_bipolar_transistor_left.ts
12241
- var { paths: paths50, texts: texts55, bounds: bounds50, refblocks: refblocks50, circles: circles46 } = npn_bipolar_transistor_default;
12307
+ var { paths: paths52, texts: texts57, bounds: bounds52, refblocks: refblocks52, circles: circles48 } = npn_bipolar_transistor_default;
12242
12308
  var npn_bipolar_transistor_left_default = modifySymbol({
12243
12309
  primitives: [
12244
- ...Object.values(paths50),
12245
- ...Object.values(circles46),
12310
+ ...Object.values(paths52),
12311
+ ...Object.values(circles48),
12246
12312
  {
12247
12313
  type: "text",
12248
12314
  text: "{REF}",
@@ -12257,20 +12323,20 @@ var npn_bipolar_transistor_left_default = modifySymbol({
12257
12323
  }
12258
12324
  ],
12259
12325
  ports: [
12260
- { ...refblocks50.top1, labels: ["1"] },
12261
- { ...refblocks50.bottom1, labels: ["3"] },
12262
- { ...refblocks50.left1, labels: ["2"] }
12326
+ { ...refblocks52.top1, labels: ["1"] },
12327
+ { ...refblocks52.bottom1, labels: ["3"] },
12328
+ { ...refblocks52.left1, labels: ["2"] }
12263
12329
  ],
12264
- size: { width: bounds50.width, height: bounds50.height },
12265
- center: { x: bounds50.centerX, y: bounds50.centerY }
12330
+ size: { width: bounds52.width, height: bounds52.height },
12331
+ center: { x: bounds52.centerX, y: bounds52.centerY }
12266
12332
  }).rotateRightFacingSymbol("down").changeTextAnchor("{REF}", "middle_bottom").changeTextAnchor("{VAL}", "middle_bottom").build();
12267
12333
 
12268
12334
  // symbols/npn_bipolar_transistor_right.ts
12269
- var { paths: paths51, texts: texts56, bounds: bounds51, refblocks: refblocks51, circles: circles47 } = npn_bipolar_transistor_default;
12335
+ var { paths: paths53, texts: texts58, bounds: bounds53, refblocks: refblocks53, circles: circles49 } = npn_bipolar_transistor_default;
12270
12336
  var npn_bipolar_transistor_right_default = modifySymbol({
12271
12337
  primitives: [
12272
- ...Object.values(paths51),
12273
- ...Object.values(circles47),
12338
+ ...Object.values(paths53),
12339
+ ...Object.values(circles49),
12274
12340
  {
12275
12341
  type: "text",
12276
12342
  text: "{REF}",
@@ -12285,20 +12351,20 @@ var npn_bipolar_transistor_right_default = modifySymbol({
12285
12351
  }
12286
12352
  ],
12287
12353
  ports: [
12288
- { ...refblocks51.top1, labels: ["1"] },
12289
- { ...refblocks51.bottom1, labels: ["3"] },
12290
- { ...refblocks51.left1, labels: ["2"] }
12354
+ { ...refblocks53.top1, labels: ["1"] },
12355
+ { ...refblocks53.bottom1, labels: ["3"] },
12356
+ { ...refblocks53.left1, labels: ["2"] }
12291
12357
  ],
12292
- size: { width: bounds51.width, height: bounds51.height },
12293
- center: { x: bounds51.centerX, y: bounds51.centerY }
12358
+ size: { width: bounds53.width, height: bounds53.height },
12359
+ center: { x: bounds53.centerX, y: bounds53.centerY }
12294
12360
  }).rotateRightFacingSymbol("up").changeTextAnchor("{REF}", "middle_top").changeTextAnchor("{VAL}", "middle_top").build();
12295
12361
 
12296
12362
  // symbols/npn_bipolar_transistor_up.ts
12297
- var { paths: paths52, texts: texts57, bounds: bounds52, refblocks: refblocks52, circles: circles48 } = npn_bipolar_transistor_default;
12363
+ var { paths: paths54, texts: texts59, bounds: bounds54, refblocks: refblocks54, circles: circles50 } = npn_bipolar_transistor_default;
12298
12364
  var npn_bipolar_transistor_up_default = modifySymbol({
12299
12365
  primitives: [
12300
- ...Object.values(paths52),
12301
- ...Object.values(circles48),
12366
+ ...Object.values(paths54),
12367
+ ...Object.values(circles50),
12302
12368
  {
12303
12369
  type: "text",
12304
12370
  text: "{REF}",
@@ -12313,20 +12379,20 @@ var npn_bipolar_transistor_up_default = modifySymbol({
12313
12379
  }
12314
12380
  ],
12315
12381
  ports: [
12316
- { ...refblocks52.top1, labels: ["1"] },
12317
- { ...refblocks52.bottom1, labels: ["3"] },
12318
- { ...refblocks52.left1, labels: ["2"] }
12382
+ { ...refblocks54.top1, labels: ["1"] },
12383
+ { ...refblocks54.bottom1, labels: ["3"] },
12384
+ { ...refblocks54.left1, labels: ["2"] }
12319
12385
  ],
12320
- size: { width: bounds52.width, height: bounds52.height },
12321
- center: { x: bounds52.centerX, y: bounds52.centerY }
12386
+ size: { width: bounds54.width, height: bounds54.height },
12387
+ center: { x: bounds54.centerX, y: bounds54.centerY }
12322
12388
  }).rotateRightFacingSymbol("left").changeTextAnchor("{REF}", "middle_left").changeTextAnchor("{VAL}", "middle_left").build();
12323
12389
 
12324
12390
  // symbols/npn_bipolar_transistor_vert.ts
12325
- var { paths: paths53, texts: texts58, bounds: bounds53, refblocks: refblocks53, circles: circles49 } = npn_bipolar_transistor_default;
12391
+ var { paths: paths55, texts: texts60, bounds: bounds55, refblocks: refblocks55, circles: circles51 } = npn_bipolar_transistor_default;
12326
12392
  var npn_bipolar_transistor_vert_default = modifySymbol({
12327
12393
  primitives: [
12328
- ...Object.values(paths53),
12329
- ...Object.values(circles49),
12394
+ ...Object.values(paths55),
12395
+ ...Object.values(circles51),
12330
12396
  {
12331
12397
  type: "text",
12332
12398
  text: "{REF}",
@@ -12341,12 +12407,12 @@ var npn_bipolar_transistor_vert_default = modifySymbol({
12341
12407
  }
12342
12408
  ],
12343
12409
  ports: [
12344
- { ...refblocks53.top1, labels: ["1"] },
12345
- { ...refblocks53.bottom1, labels: ["3"] },
12346
- { ...refblocks53.left1, labels: ["2"] }
12410
+ { ...refblocks55.top1, labels: ["1"] },
12411
+ { ...refblocks55.bottom1, labels: ["3"] },
12412
+ { ...refblocks55.left1, labels: ["2"] }
12347
12413
  ],
12348
- size: { width: bounds53.width, height: bounds53.height },
12349
- center: { x: bounds53.centerX, y: bounds53.centerY }
12414
+ size: { width: bounds55.width, height: bounds55.height },
12415
+ center: { x: bounds55.centerX, y: bounds55.centerY }
12350
12416
  }).rotateRightFacingSymbol("left").changeTextAnchor("{REF}", "middle_left").changeTextAnchor("{VAL}", "middle_left").build();
12351
12417
 
12352
12418
  // assets/generated/opamp_no_power.json
@@ -12969,34 +13035,34 @@ var p_channel_d_mosfet_transistor_default = {
12969
13035
  };
12970
13036
 
12971
13037
  // symbols/p_channel_d_mosfet_transistor_horz.ts
12972
- var { paths: paths54, texts: texts59, bounds: bounds54, refblocks: refblocks54, circles: circles50 } = p_channel_d_mosfet_transistor_default;
13038
+ var { paths: paths56, texts: texts61, bounds: bounds56, refblocks: refblocks56, circles: circles52 } = p_channel_d_mosfet_transistor_default;
12973
13039
  var p_channel_d_mosfet_transistor_horz_default = defineSymbol({
12974
13040
  primitives: [
12975
- ...Object.values(paths54),
12976
- ...Object.values(circles50),
12977
- { ...texts59.top1, anchor: "middle_right", x: 0 },
12978
- { ...texts59.bottom1, anchor: "middle_right", x: 0 }
13041
+ ...Object.values(paths56),
13042
+ ...Object.values(circles52),
13043
+ { ...texts61.top1, anchor: "middle_right", x: 0 },
13044
+ { ...texts61.bottom1, anchor: "middle_right", x: 0 }
12979
13045
  ],
12980
13046
  ports: [
12981
- { ...refblocks54.top1, labels: ["1", "drain"] },
13047
+ { ...refblocks56.top1, labels: ["1", "drain"] },
12982
13048
  // TODO add more "standard" labels
12983
- { ...refblocks54.bottom1, labels: ["2", "source"] },
13049
+ { ...refblocks56.bottom1, labels: ["2", "source"] },
12984
13050
  // TODO add more "standard" labels
12985
- { ...refblocks54.left1, labels: ["3", "gate"] }
13051
+ { ...refblocks56.left1, labels: ["3", "gate"] }
12986
13052
  // TODO add more "standard" labels
12987
13053
  ],
12988
- size: { width: bounds54.width, height: bounds54.height },
12989
- center: { x: bounds54.centerX, y: bounds54.centerY }
13054
+ size: { width: bounds56.width, height: bounds56.height },
13055
+ center: { x: bounds56.centerX, y: bounds56.centerY }
12990
13056
  });
12991
13057
 
12992
13058
  // symbols/p_channel_d_mosfet_transistor_vert.ts
12993
13059
  var rotatedSymbol12 = rotateSymbol(p_channel_d_mosfet_transistor_horz_default);
12994
- var texts60 = rotatedSymbol12.primitives.filter((p) => p.type === "text");
12995
- var val27 = texts60.find((t) => t.text === "{VAL}");
13060
+ var texts62 = rotatedSymbol12.primitives.filter((p) => p.type === "text");
13061
+ var val27 = texts62.find((t) => t.text === "{VAL}");
12996
13062
  val27.x = -0.35;
12997
13063
  val27.y = 0;
12998
13064
  val27.anchor = "middle_right";
12999
- var ref28 = texts60.find((t) => t.text === "{REF}");
13065
+ var ref28 = texts62.find((t) => t.text === "{REF}");
13000
13066
  ref28.y = 0;
13001
13067
  ref28.x = 0.35;
13002
13068
  ref28.anchor = "middle_left";
@@ -13230,34 +13296,34 @@ var p_channel_e_mosfet_transistor_default = {
13230
13296
  };
13231
13297
 
13232
13298
  // symbols/p_channel_e_mosfet_transistor_horz.ts
13233
- var { paths: paths55, texts: texts61, bounds: bounds55, refblocks: refblocks55, circles: circles51 } = p_channel_e_mosfet_transistor_default;
13299
+ var { paths: paths57, texts: texts63, bounds: bounds57, refblocks: refblocks57, circles: circles53 } = p_channel_e_mosfet_transistor_default;
13234
13300
  var p_channel_e_mosfet_transistor_horz_default = defineSymbol({
13235
13301
  primitives: [
13236
- ...Object.values(paths55),
13237
- ...Object.values(circles51),
13238
- { ...texts61.top1, anchor: "middle_right", x: 0 },
13239
- { ...texts61.bottom1, anchor: "middle_right", x: 0 }
13302
+ ...Object.values(paths57),
13303
+ ...Object.values(circles53),
13304
+ { ...texts63.top1, anchor: "middle_right", x: 0 },
13305
+ { ...texts63.bottom1, anchor: "middle_right", x: 0 }
13240
13306
  ],
13241
13307
  ports: [
13242
- { ...refblocks55.top1, labels: ["1", "drain"] },
13308
+ { ...refblocks57.top1, labels: ["1", "drain"] },
13243
13309
  // TODO add more "standard" labels
13244
- { ...refblocks55.bottom1, labels: ["2", "source"] },
13310
+ { ...refblocks57.bottom1, labels: ["2", "source"] },
13245
13311
  // TODO add more "standard" labels
13246
- { ...refblocks55.left1, labels: ["3", "gate"] }
13312
+ { ...refblocks57.left1, labels: ["3", "gate"] }
13247
13313
  // TODO add more "standard" labels
13248
13314
  ],
13249
- size: { width: bounds55.width, height: bounds55.height },
13250
- center: { x: bounds55.centerX, y: bounds55.centerY }
13315
+ size: { width: bounds57.width, height: bounds57.height },
13316
+ center: { x: bounds57.centerX, y: bounds57.centerY }
13251
13317
  });
13252
13318
 
13253
13319
  // symbols/p_channel_e_mosfet_transistor_vert.ts
13254
13320
  var rotatedSymbol13 = rotateSymbol(p_channel_e_mosfet_transistor_horz_default);
13255
- var texts62 = rotatedSymbol13.primitives.filter((p) => p.type === "text");
13256
- var val28 = texts62.find((t) => t.text === "{VAL}");
13321
+ var texts64 = rotatedSymbol13.primitives.filter((p) => p.type === "text");
13322
+ var val28 = texts64.find((t) => t.text === "{VAL}");
13257
13323
  val28.x = -0.35;
13258
13324
  val28.y = 0;
13259
13325
  val28.anchor = "middle_right";
13260
- var ref29 = texts62.find((t) => t.text === "{REF}");
13326
+ var ref29 = texts64.find((t) => t.text === "{REF}");
13261
13327
  ref29.y = 0;
13262
13328
  ref29.x = 0.35;
13263
13329
  ref29.anchor = "middle_left";
@@ -13492,8 +13558,8 @@ var photodiode_horz_default = modifySymbol(photodiode_default).changeTextAnchor(
13492
13558
 
13493
13559
  // symbols/photodiode_vert.ts
13494
13560
  var rotatedSymbol14 = rotateSymbol(photodiode_horz_default);
13495
- var texts63 = rotatedSymbol14.primitives.filter((p) => p.type === "text");
13496
- var ref30 = texts63.find((t) => t.text === "{REF}");
13561
+ var texts65 = rotatedSymbol14.primitives.filter((p) => p.type === "text");
13562
+ var ref30 = texts65.find((t) => t.text === "{REF}");
13497
13563
  ref30.y = 0;
13498
13564
  ref30.anchor = "middle_left";
13499
13565
  var photodiode_vert_default = rotatedSymbol14;
@@ -13666,34 +13732,34 @@ var pjfet_transistor_default = {
13666
13732
  };
13667
13733
 
13668
13734
  // symbols/pjfet_transistor_horz.ts
13669
- var { paths: paths56, texts: texts64, bounds: bounds56, refblocks: refblocks56, circles: circles52 } = pjfet_transistor_default;
13735
+ var { paths: paths58, texts: texts66, bounds: bounds58, refblocks: refblocks58, circles: circles54 } = pjfet_transistor_default;
13670
13736
  var pjfet_transistor_horz_default = defineSymbol({
13671
13737
  primitives: [
13672
- ...Object.values(paths56),
13673
- ...Object.values(circles52),
13674
- { ...texts64.top1, anchor: "middle_right", x: 0 },
13675
- { ...texts64.bottom1, anchor: "middle_right" }
13738
+ ...Object.values(paths58),
13739
+ ...Object.values(circles54),
13740
+ { ...texts66.top1, anchor: "middle_right", x: 0 },
13741
+ { ...texts66.bottom1, anchor: "middle_right" }
13676
13742
  ],
13677
13743
  ports: [
13678
- { ...refblocks56.top1, labels: ["1", "drain"] },
13744
+ { ...refblocks58.top1, labels: ["1", "drain"] },
13679
13745
  // TODO add more "standard" labels
13680
- { ...refblocks56.bottom1, labels: ["2", "source"] },
13746
+ { ...refblocks58.bottom1, labels: ["2", "source"] },
13681
13747
  // TODO add more "standard" labels
13682
- { ...refblocks56.left1, labels: ["3", "gate"] }
13748
+ { ...refblocks58.left1, labels: ["3", "gate"] }
13683
13749
  // TODO add more "standard" labels
13684
13750
  ],
13685
- size: { width: bounds56.width, height: bounds56.height },
13686
- center: { x: bounds56.centerX, y: bounds56.centerY }
13751
+ size: { width: bounds58.width, height: bounds58.height },
13752
+ center: { x: bounds58.centerX, y: bounds58.centerY }
13687
13753
  });
13688
13754
 
13689
13755
  // symbols/pjfet_transistor_vert.ts
13690
13756
  var rotatedSymbol15 = rotateSymbol(pjfet_transistor_horz_default);
13691
- var texts65 = rotatedSymbol15.primitives.filter((p) => p.type === "text");
13692
- var val29 = texts65.find((t) => t.text === "{VAL}");
13757
+ var texts67 = rotatedSymbol15.primitives.filter((p) => p.type === "text");
13758
+ var val29 = texts67.find((t) => t.text === "{VAL}");
13693
13759
  val29.x = -0.35;
13694
13760
  val29.y = 0;
13695
13761
  val29.anchor = "middle_right";
13696
- var ref31 = texts65.find((t) => t.text === "{REF}");
13762
+ var ref31 = texts67.find((t) => t.text === "{REF}");
13697
13763
  ref31.y = 0;
13698
13764
  ref31.x = 0.35;
13699
13765
  ref31.anchor = "middle_left";
@@ -13867,11 +13933,11 @@ var pnp_bipolar_transistor_default = {
13867
13933
  };
13868
13934
 
13869
13935
  // symbols/pnp_bipolar_transistor_down.ts
13870
- var { paths: paths57, texts: texts66, bounds: bounds57, refblocks: refblocks57, circles: circles53 } = pnp_bipolar_transistor_default;
13936
+ var { paths: paths59, texts: texts68, bounds: bounds59, refblocks: refblocks59, circles: circles55 } = pnp_bipolar_transistor_default;
13871
13937
  var pnp_bipolar_transistor_down_default = modifySymbol({
13872
13938
  primitives: [
13873
- ...Object.values(paths57),
13874
- ...Object.values(circles53),
13939
+ ...Object.values(paths59),
13940
+ ...Object.values(circles55),
13875
13941
  {
13876
13942
  type: "text",
13877
13943
  text: "{REF}",
@@ -13886,24 +13952,24 @@ var pnp_bipolar_transistor_down_default = modifySymbol({
13886
13952
  }
13887
13953
  ],
13888
13954
  ports: [
13889
- { ...refblocks57.top1, labels: ["1"] },
13890
- { ...refblocks57.bottom1, labels: ["3"] },
13891
- { ...refblocks57.left1, labels: ["2"] }
13955
+ { ...refblocks59.top1, labels: ["1"] },
13956
+ { ...refblocks59.bottom1, labels: ["3"] },
13957
+ { ...refblocks59.left1, labels: ["2"] }
13892
13958
  ],
13893
- size: { width: bounds57.width, height: bounds57.height },
13894
- center: { x: bounds57.centerX, y: bounds57.centerY }
13959
+ size: { width: bounds59.width, height: bounds59.height },
13960
+ center: { x: bounds59.centerX, y: bounds59.centerY }
13895
13961
  }).rotateRightFacingSymbol("right").changeTextAnchor("{REF}", "middle_right").changeTextAnchor("{VAL}", "middle_right").build();
13896
13962
 
13897
13963
  // symbols/pnp_bipolar_transistor_horz.ts
13898
- var { paths: paths58, texts: texts67, bounds: bounds58, refblocks: refblocks58, circles: circles54 } = pnp_bipolar_transistor_default;
13964
+ var { paths: paths60, texts: texts69, bounds: bounds60, refblocks: refblocks60, circles: circles56 } = pnp_bipolar_transistor_default;
13899
13965
  var pnp_bipolar_transistor_horz_default = modifySymbol(pnp_bipolar_transistor_default).rotateRightFacingSymbol("up").changeTextAnchor("{VAL}", "middle_left").labelPort("left1", ["2"]).labelPort("top1", ["1"]).labelPort("bottom1", ["3"]).changeTextAnchor("{REF}", "middle_right").build();
13900
13966
 
13901
13967
  // symbols/pnp_bipolar_transistor_left.ts
13902
- var { paths: paths59, texts: texts68, bounds: bounds59, refblocks: refblocks59, circles: circles55 } = pnp_bipolar_transistor_default;
13968
+ var { paths: paths61, texts: texts70, bounds: bounds61, refblocks: refblocks61, circles: circles57 } = pnp_bipolar_transistor_default;
13903
13969
  var pnp_bipolar_transistor_left_default = modifySymbol({
13904
13970
  primitives: [
13905
- ...Object.values(paths59),
13906
- ...Object.values(circles55),
13971
+ ...Object.values(paths61),
13972
+ ...Object.values(circles57),
13907
13973
  {
13908
13974
  type: "text",
13909
13975
  text: "{REF}",
@@ -13918,20 +13984,20 @@ var pnp_bipolar_transistor_left_default = modifySymbol({
13918
13984
  }
13919
13985
  ],
13920
13986
  ports: [
13921
- { ...refblocks59.top1, labels: ["1"] },
13922
- { ...refblocks59.bottom1, labels: ["3"] },
13923
- { ...refblocks59.left1, labels: ["2"] }
13987
+ { ...refblocks61.top1, labels: ["1"] },
13988
+ { ...refblocks61.bottom1, labels: ["3"] },
13989
+ { ...refblocks61.left1, labels: ["2"] }
13924
13990
  ],
13925
- size: { width: bounds59.width, height: bounds59.height },
13926
- center: { x: bounds59.centerX, y: bounds59.centerY }
13991
+ size: { width: bounds61.width, height: bounds61.height },
13992
+ center: { x: bounds61.centerX, y: bounds61.centerY }
13927
13993
  }).rotateRightFacingSymbol("down").changeTextAnchor("{REF}", "middle_bottom").changeTextAnchor("{VAL}", "middle_bottom").build();
13928
13994
 
13929
13995
  // symbols/pnp_bipolar_transistor_right.ts
13930
- var { paths: paths60, texts: texts69, bounds: bounds60, refblocks: refblocks60, circles: circles56 } = pnp_bipolar_transistor_default;
13996
+ var { paths: paths62, texts: texts71, bounds: bounds62, refblocks: refblocks62, circles: circles58 } = pnp_bipolar_transistor_default;
13931
13997
  var pnp_bipolar_transistor_right_default = modifySymbol({
13932
13998
  primitives: [
13933
- ...Object.values(paths60),
13934
- ...Object.values(circles56),
13999
+ ...Object.values(paths62),
14000
+ ...Object.values(circles58),
13935
14001
  {
13936
14002
  type: "text",
13937
14003
  text: "{REF}",
@@ -13946,20 +14012,20 @@ var pnp_bipolar_transistor_right_default = modifySymbol({
13946
14012
  }
13947
14013
  ],
13948
14014
  ports: [
13949
- { ...refblocks60.top1, labels: ["1"] },
13950
- { ...refblocks60.bottom1, labels: ["3"] },
13951
- { ...refblocks60.left1, labels: ["2"] }
14015
+ { ...refblocks62.top1, labels: ["1"] },
14016
+ { ...refblocks62.bottom1, labels: ["3"] },
14017
+ { ...refblocks62.left1, labels: ["2"] }
13952
14018
  ],
13953
- size: { width: bounds60.width, height: bounds60.height },
13954
- center: { x: bounds60.centerX, y: bounds60.centerY }
14019
+ size: { width: bounds62.width, height: bounds62.height },
14020
+ center: { x: bounds62.centerX, y: bounds62.centerY }
13955
14021
  }).rotateRightFacingSymbol("up").changeTextAnchor("{REF}", "middle_top").changeTextAnchor("{VAL}", "middle_top").build();
13956
14022
 
13957
14023
  // symbols/pnp_bipolar_transistor_up.ts
13958
- var { paths: paths61, texts: texts70, bounds: bounds61, refblocks: refblocks61, circles: circles57 } = pnp_bipolar_transistor_default;
14024
+ var { paths: paths63, texts: texts72, bounds: bounds63, refblocks: refblocks63, circles: circles59 } = pnp_bipolar_transistor_default;
13959
14025
  var pnp_bipolar_transistor_up_default = modifySymbol({
13960
14026
  primitives: [
13961
- ...Object.values(paths61),
13962
- ...Object.values(circles57),
14027
+ ...Object.values(paths63),
14028
+ ...Object.values(circles59),
13963
14029
  {
13964
14030
  type: "text",
13965
14031
  text: "{REF}",
@@ -13974,20 +14040,20 @@ var pnp_bipolar_transistor_up_default = modifySymbol({
13974
14040
  }
13975
14041
  ],
13976
14042
  ports: [
13977
- { ...refblocks61.top1, labels: ["1"] },
13978
- { ...refblocks61.bottom1, labels: ["3"] },
13979
- { ...refblocks61.left1, labels: ["2"] }
14043
+ { ...refblocks63.top1, labels: ["1"] },
14044
+ { ...refblocks63.bottom1, labels: ["3"] },
14045
+ { ...refblocks63.left1, labels: ["2"] }
13980
14046
  ],
13981
- size: { width: bounds61.width, height: bounds61.height },
13982
- center: { x: bounds61.centerX, y: bounds61.centerY }
14047
+ size: { width: bounds63.width, height: bounds63.height },
14048
+ center: { x: bounds63.centerX, y: bounds63.centerY }
13983
14049
  }).rotateRightFacingSymbol("left").changeTextAnchor("{REF}", "middle_left").changeTextAnchor("{VAL}", "middle_left").build();
13984
14050
 
13985
14051
  // symbols/pnp_bipolar_transistor_vert.ts
13986
- var { paths: paths62, texts: texts71, bounds: bounds62, refblocks: refblocks62, circles: circles58 } = pnp_bipolar_transistor_default;
14052
+ var { paths: paths64, texts: texts73, bounds: bounds64, refblocks: refblocks64, circles: circles60 } = pnp_bipolar_transistor_default;
13987
14053
  var pnp_bipolar_transistor_vert_default = modifySymbol({
13988
14054
  primitives: [
13989
- ...Object.values(paths62),
13990
- ...Object.values(circles58),
14055
+ ...Object.values(paths64),
14056
+ ...Object.values(circles60),
13991
14057
  {
13992
14058
  type: "text",
13993
14059
  text: "{REF}",
@@ -14002,12 +14068,12 @@ var pnp_bipolar_transistor_vert_default = modifySymbol({
14002
14068
  }
14003
14069
  ],
14004
14070
  ports: [
14005
- { ...refblocks62.top1, labels: ["1"] },
14006
- { ...refblocks62.bottom1, labels: ["3"] },
14007
- { ...refblocks62.left1, labels: ["2"] }
14071
+ { ...refblocks64.top1, labels: ["1"] },
14072
+ { ...refblocks64.bottom1, labels: ["3"] },
14073
+ { ...refblocks64.left1, labels: ["2"] }
14008
14074
  ],
14009
- size: { width: bounds62.width, height: bounds62.height },
14010
- center: { x: bounds62.centerX, y: bounds62.centerY }
14075
+ size: { width: bounds64.width, height: bounds64.height },
14076
+ center: { x: bounds64.centerX, y: bounds64.centerY }
14011
14077
  }).rotateRightFacingSymbol("left").changeTextAnchor("{REF}", "middle_left").changeTextAnchor("{VAL}", "middle_left").build();
14012
14078
 
14013
14079
  // assets/generated/potentiometer.json
@@ -14420,21 +14486,21 @@ var potentiometer_default = {
14420
14486
  };
14421
14487
 
14422
14488
  // symbols/potentiometer_horz.ts
14423
- var { paths: paths63, texts: texts72, bounds: bounds63, refblocks: refblocks63 } = potentiometer_default;
14489
+ var { paths: paths65, texts: texts74, bounds: bounds65, refblocks: refblocks65 } = potentiometer_default;
14424
14490
  var potentiometer_horz_default = defineSymbol({
14425
14491
  primitives: [
14426
- ...Object.values(paths63),
14427
- { ...texts72.bottom1, y: 0.35, anchor: "middle_top" },
14428
- { ...texts72.top1, anchor: "middle_left" }
14492
+ ...Object.values(paths65),
14493
+ { ...texts74.bottom1, y: 0.35, anchor: "middle_top" },
14494
+ { ...texts74.top1, anchor: "middle_left" }
14429
14495
  ],
14430
14496
  ports: [
14431
- { ...refblocks63.left1, labels: ["1"] },
14497
+ { ...refblocks65.left1, labels: ["1"] },
14432
14498
  // TODO add more "standard" labels
14433
- { ...refblocks63.right1, labels: ["2"] }
14499
+ { ...refblocks65.right1, labels: ["2"] }
14434
14500
  // TODO add more "standard" labels
14435
14501
  ],
14436
- size: { width: bounds63.width + 0.05, height: bounds63.height },
14437
- center: { x: bounds63.centerX, y: bounds63.centerY }
14502
+ size: { width: bounds65.width + 0.05, height: bounds65.height },
14503
+ center: { x: bounds65.centerX, y: bounds65.centerY }
14438
14504
  });
14439
14505
 
14440
14506
  // symbols/potentiometer_vert.ts
@@ -14597,21 +14663,21 @@ var potentiometer2_default = {
14597
14663
  };
14598
14664
 
14599
14665
  // symbols/potentiometer2_right.ts
14600
- var { paths: paths64, texts: texts73, bounds: bounds64, refblocks: refblocks64 } = potentiometer2_default;
14666
+ var { paths: paths66, texts: texts75, bounds: bounds66, refblocks: refblocks66 } = potentiometer2_default;
14601
14667
  var potentiometer2_right_default = defineSymbol({
14602
14668
  primitives: [
14603
- ...Object.values(paths64),
14604
- { ...texts73.bottom1, x: 0, y: -0.35, anchor: "middle_top" },
14605
- { ...texts73.top1, x: 0, y: 0.35, anchor: "middle_bottom" }
14669
+ ...Object.values(paths66),
14670
+ { ...texts75.bottom1, x: 0, y: -0.35, anchor: "middle_top" },
14671
+ { ...texts75.top1, x: 0, y: 0.35, anchor: "middle_bottom" }
14606
14672
  ],
14607
14673
  ports: [
14608
- { ...refblocks64.left1, labels: ["1"] },
14674
+ { ...refblocks66.left1, labels: ["1"] },
14609
14675
  // TODO add more "standard" labels
14610
- { ...refblocks64.right1, labels: ["2"] }
14676
+ { ...refblocks66.right1, labels: ["2"] }
14611
14677
  // TODO add more "standard" labels
14612
14678
  ],
14613
- size: { width: bounds64.width + 0.05, height: bounds64.height },
14614
- center: { x: bounds64.centerX, y: bounds64.centerY }
14679
+ size: { width: bounds66.width + 0.05, height: bounds66.height },
14680
+ center: { x: bounds66.centerX, y: bounds66.centerY }
14615
14681
  });
14616
14682
 
14617
14683
  // symbols/potentiometer2_down.ts
@@ -14856,11 +14922,11 @@ var power_factor_meter_default = {
14856
14922
  };
14857
14923
 
14858
14924
  // symbols/power_factor_meter_horz.ts
14859
- var { paths: paths65, texts: texts74, bounds: bounds65, refblocks: refblocks65, circles: circles59 } = power_factor_meter_default;
14925
+ var { paths: paths67, texts: texts76, bounds: bounds67, refblocks: refblocks67, circles: circles61 } = power_factor_meter_default;
14860
14926
  var power_factor_meter_horz_default = defineSymbol({
14861
14927
  primitives: [
14862
- ...Object.values(paths65),
14863
- ...Object.values(circles59),
14928
+ ...Object.values(paths67),
14929
+ ...Object.values(circles61),
14864
14930
  // { ...texts.top1, anchor: "middle_left" },
14865
14931
  {
14866
14932
  type: "text",
@@ -14887,21 +14953,21 @@ var power_factor_meter_horz_default = defineSymbol({
14887
14953
  }
14888
14954
  ],
14889
14955
  ports: [
14890
- { ...refblocks65.left1, labels: ["1"] },
14956
+ { ...refblocks67.left1, labels: ["1"] },
14891
14957
  // TODO add more "standard" labels
14892
- { ...refblocks65.right1, labels: ["2"] }
14958
+ { ...refblocks67.right1, labels: ["2"] }
14893
14959
  // TODO add more "standard" labels
14894
14960
  ],
14895
- size: { width: bounds65.width, height: bounds65.height },
14896
- center: { x: bounds65.centerX, y: bounds65.centerY }
14961
+ size: { width: bounds67.width, height: bounds67.height },
14962
+ center: { x: bounds67.centerX, y: bounds67.centerY }
14897
14963
  });
14898
14964
 
14899
14965
  // symbols/power_factor_meter_vert.ts
14900
14966
  var rotatedSymbol16 = rotateSymbol(power_factor_meter_horz_default);
14901
- var texts75 = rotatedSymbol16.primitives.filter((p) => p.type === "text");
14902
- var ref35 = texts75.find((t) => t.text === "{REF}");
14903
- var val33 = texts75.find((t) => t.text === "{VAL}");
14904
- var text_cos = texts75.find((t) => t.text === "COS \u03C6");
14967
+ var texts77 = rotatedSymbol16.primitives.filter((p) => p.type === "text");
14968
+ var ref35 = texts77.find((t) => t.text === "{REF}");
14969
+ var val33 = texts77.find((t) => t.text === "{VAL}");
14970
+ var text_cos = texts77.find((t) => t.text === "COS \u03C6");
14905
14971
  ref35.x = 0.35;
14906
14972
  ref35.y = 0;
14907
14973
  ref35.anchor = "middle_left";
@@ -15032,22 +15098,22 @@ var push_button_normally_closed_momentary_default = {
15032
15098
  };
15033
15099
 
15034
15100
  // symbols/push_button_normally_closed_momentary_horz.ts
15035
- var { paths: paths66, texts: texts76, bounds: bounds66, refblocks: refblocks66, circles: circles60 } = push_button_normally_closed_momentary_default;
15101
+ var { paths: paths68, texts: texts78, bounds: bounds68, refblocks: refblocks68, circles: circles62 } = push_button_normally_closed_momentary_default;
15036
15102
  var push_button_normally_closed_momentary_horz_default = defineSymbol({
15037
15103
  primitives: [
15038
- ...Object.values(paths66),
15039
- ...Object.values(circles60),
15040
- { ...texts76.top1, anchor: "middle_left" },
15041
- { ...texts76.bottom1, anchor: "middle_left" }
15104
+ ...Object.values(paths68),
15105
+ ...Object.values(circles62),
15106
+ { ...texts78.top1, anchor: "middle_left" },
15107
+ { ...texts78.bottom1, anchor: "middle_left" }
15042
15108
  ],
15043
15109
  ports: [
15044
- { ...refblocks66.left1, labels: ["1"] },
15110
+ { ...refblocks68.left1, labels: ["1"] },
15045
15111
  // TODO add more "standard" labels
15046
- { ...refblocks66.right1, labels: ["2"] }
15112
+ { ...refblocks68.right1, labels: ["2"] }
15047
15113
  // TODO add more "standard" labels
15048
15114
  ],
15049
- size: { width: bounds66.width, height: bounds66.height },
15050
- center: { x: bounds66.centerX, y: bounds66.centerY }
15115
+ size: { width: bounds68.width, height: bounds68.height },
15116
+ center: { x: bounds68.centerX, y: bounds68.centerY }
15051
15117
  });
15052
15118
 
15053
15119
  // symbols/push_button_normally_closed_momentary_vert.ts
@@ -15202,22 +15268,22 @@ var push_button_normally_open_momentary_default = {
15202
15268
  };
15203
15269
 
15204
15270
  // symbols/push_button_normally_open_momentary_horz.ts
15205
- var { paths: paths67, texts: texts77, bounds: bounds67, refblocks: refblocks67, circles: circles61 } = push_button_normally_open_momentary_default;
15271
+ var { paths: paths69, texts: texts79, bounds: bounds69, refblocks: refblocks69, circles: circles63 } = push_button_normally_open_momentary_default;
15206
15272
  var push_button_normally_open_momentary_horz_default = defineSymbol({
15207
15273
  primitives: [
15208
- ...Object.values(paths67),
15209
- ...Object.values(circles61),
15210
- { ...texts77.top1, anchor: "middle_left" },
15211
- { ...texts77.bottom1, anchor: "middle_left" }
15274
+ ...Object.values(paths69),
15275
+ ...Object.values(circles63),
15276
+ { ...texts79.top1, anchor: "middle_left" },
15277
+ { ...texts79.bottom1, anchor: "middle_left" }
15212
15278
  ],
15213
15279
  ports: [
15214
- { ...refblocks67.left1, labels: ["1"] },
15280
+ { ...refblocks69.left1, labels: ["1"] },
15215
15281
  // TODO add more "standard" labels
15216
- { ...refblocks67.right1, labels: ["2"] }
15282
+ { ...refblocks69.right1, labels: ["2"] }
15217
15283
  // TODO add more "standard" labels
15218
15284
  ],
15219
- size: { width: bounds67.width, height: bounds67.height },
15220
- center: { x: bounds67.centerX, y: bounds67.centerY }
15285
+ size: { width: bounds69.width, height: bounds69.height },
15286
+ center: { x: bounds69.centerX, y: bounds69.centerY }
15221
15287
  });
15222
15288
 
15223
15289
  // symbols/push_button_normally_open_momentary_vert.ts
@@ -15633,26 +15699,26 @@ var rectifier_diode_default = {
15633
15699
  };
15634
15700
 
15635
15701
  // symbols/rectifier_diode_horz.ts
15636
- var { paths: paths68, texts: texts78, bounds: bounds68, refblocks: refblocks68, circles: circles62 } = rectifier_diode_default;
15702
+ var { paths: paths70, texts: texts80, bounds: bounds70, refblocks: refblocks70, circles: circles64 } = rectifier_diode_default;
15637
15703
  var rectifier_diode_horz_default = defineSymbol({
15638
15704
  primitives: [
15639
- ...Object.values(paths68),
15640
- ...Object.values(circles62),
15641
- { ...texts78.top1, anchor: "middle_right" },
15642
- { ...texts78.bottom1, anchor: "middle_right" }
15705
+ ...Object.values(paths70),
15706
+ ...Object.values(circles64),
15707
+ { ...texts80.top1, anchor: "middle_right" },
15708
+ { ...texts80.bottom1, anchor: "middle_right" }
15643
15709
  ],
15644
15710
  ports: [
15645
- { ...refblocks68.top1, labels: ["1"] },
15711
+ { ...refblocks70.top1, labels: ["1"] },
15646
15712
  // TODO add more "standard" labels
15647
- { ...refblocks68.bottom1, labels: ["2"] },
15713
+ { ...refblocks70.bottom1, labels: ["2"] },
15648
15714
  // TODO add more "standard" labels
15649
- { ...refblocks68.left1, labels: ["3"] },
15715
+ { ...refblocks70.left1, labels: ["3"] },
15650
15716
  // TODO add more "standard" labels
15651
- { ...refblocks68.right1, labels: ["4"] }
15717
+ { ...refblocks70.right1, labels: ["4"] }
15652
15718
  // TODO add more "standard" labels
15653
15719
  ],
15654
- size: { width: bounds68.width, height: bounds68.height },
15655
- center: { x: bounds68.centerX, y: bounds68.centerY }
15720
+ size: { width: bounds70.width, height: bounds70.height },
15721
+ center: { x: bounds70.centerX, y: bounds70.centerY }
15656
15722
  });
15657
15723
 
15658
15724
  // symbols/rectifier_diode_vert.ts
@@ -15874,11 +15940,11 @@ var resistor_default = {
15874
15940
  };
15875
15941
 
15876
15942
  // symbols/resistor_down.ts
15877
- var { paths: paths69, texts: texts79, bounds: bounds69, refblocks: refblocks69, circles: circles63 } = resistor_default;
15943
+ var { paths: paths71, texts: texts81, bounds: bounds71, refblocks: refblocks71, circles: circles65 } = resistor_default;
15878
15944
  var resistor_down_default = modifySymbol({
15879
15945
  primitives: [
15880
- ...Object.values(paths69),
15881
- ...Object.values(circles63),
15946
+ ...Object.values(paths71),
15947
+ ...Object.values(circles65),
15882
15948
  {
15883
15949
  type: "text",
15884
15950
  text: "{REF}",
@@ -15893,21 +15959,21 @@ var resistor_down_default = modifySymbol({
15893
15959
  }
15894
15960
  ],
15895
15961
  ports: [
15896
- { ...refblocks69.left1, labels: ["1"] },
15962
+ { ...refblocks71.left1, labels: ["1"] },
15897
15963
  // TODO add more "standard" labels
15898
- { ...refblocks69.right1, labels: ["2"] }
15964
+ { ...refblocks71.right1, labels: ["2"] }
15899
15965
  // TODO add more "standard" labels
15900
15966
  ],
15901
- size: { width: bounds69.width, height: bounds69.height },
15902
- center: { x: bounds69.centerX, y: bounds69.centerY }
15967
+ size: { width: bounds71.width, height: bounds71.height },
15968
+ center: { x: bounds71.centerX, y: bounds71.centerY }
15903
15969
  }).rotateRightFacingSymbol("down").labelPort("left", ["1"]).labelPort("right", ["2"]).changeTextAnchor("{REF}", "middle_left").changeTextAnchor("{VAL}", "middle_left").build();
15904
15970
 
15905
15971
  // symbols/resistor_left.ts
15906
- var { paths: paths70, texts: texts80, bounds: bounds70, refblocks: refblocks70, circles: circles64 } = resistor_default;
15972
+ var { paths: paths72, texts: texts82, bounds: bounds72, refblocks: refblocks72, circles: circles66 } = resistor_default;
15907
15973
  var resistor_left_default = modifySymbol({
15908
15974
  primitives: [
15909
- ...Object.values(paths70),
15910
- ...Object.values(circles64),
15975
+ ...Object.values(paths72),
15976
+ ...Object.values(circles66),
15911
15977
  {
15912
15978
  type: "text",
15913
15979
  text: "{REF}",
@@ -15922,21 +15988,21 @@ var resistor_left_default = modifySymbol({
15922
15988
  }
15923
15989
  ],
15924
15990
  ports: [
15925
- { ...refblocks70.left1, labels: ["1"] },
15991
+ { ...refblocks72.left1, labels: ["1"] },
15926
15992
  // TODO add more "standard" labels
15927
- { ...refblocks70.right1, labels: ["2"] }
15993
+ { ...refblocks72.right1, labels: ["2"] }
15928
15994
  // TODO add more "standard" labels
15929
15995
  ],
15930
- size: { width: bounds70.width, height: bounds70.height },
15931
- center: { x: bounds70.centerX, y: bounds70.centerY }
15996
+ size: { width: bounds72.width, height: bounds72.height },
15997
+ center: { x: bounds72.centerX, y: bounds72.centerY }
15932
15998
  }).rotateRightFacingSymbol("left").labelPort("left", ["1"]).labelPort("right", ["2"]).changeTextAnchor("{REF}", "middle_bottom").changeTextAnchor("{VAL}", "middle_top").build();
15933
15999
 
15934
16000
  // symbols/resistor_right.ts
15935
- var { paths: paths71, texts: texts81, bounds: bounds71, refblocks: refblocks71, circles: circles65 } = resistor_default;
16001
+ var { paths: paths73, texts: texts83, bounds: bounds73, refblocks: refblocks73, circles: circles67 } = resistor_default;
15936
16002
  var resistor_right_default = modifySymbol({
15937
16003
  primitives: [
15938
- ...Object.values(paths71),
15939
- ...Object.values(circles65),
16004
+ ...Object.values(paths73),
16005
+ ...Object.values(circles67),
15940
16006
  {
15941
16007
  type: "text",
15942
16008
  text: "{REF}",
@@ -15951,21 +16017,21 @@ var resistor_right_default = modifySymbol({
15951
16017
  }
15952
16018
  ],
15953
16019
  ports: [
15954
- { ...refblocks71.left1, labels: ["1"] },
16020
+ { ...refblocks73.left1, labels: ["1"] },
15955
16021
  // TODO add more "standard" labels
15956
- { ...refblocks71.right1, labels: ["2"] }
16022
+ { ...refblocks73.right1, labels: ["2"] }
15957
16023
  // TODO add more "standard" labels
15958
16024
  ],
15959
- size: { width: bounds71.width, height: bounds71.height },
15960
- center: { x: bounds71.centerX, y: bounds71.centerY }
16025
+ size: { width: bounds73.width, height: bounds73.height },
16026
+ center: { x: bounds73.centerX, y: bounds73.centerY }
15961
16027
  }).rotateRightFacingSymbol("right").labelPort("left", ["1"]).labelPort("right", ["2"]).changeTextAnchor("{REF}", "middle_bottom").changeTextAnchor("{VAL}", "middle_top").build();
15962
16028
 
15963
16029
  // symbols/resistor_up.ts
15964
- var { paths: paths72, texts: texts82, bounds: bounds72, refblocks: refblocks72, circles: circles66 } = resistor_default;
16030
+ var { paths: paths74, texts: texts84, bounds: bounds74, refblocks: refblocks74, circles: circles68 } = resistor_default;
15965
16031
  var resistor_up_default = modifySymbol({
15966
16032
  primitives: [
15967
- ...Object.values(paths72),
15968
- ...Object.values(circles66),
16033
+ ...Object.values(paths74),
16034
+ ...Object.values(circles68),
15969
16035
  {
15970
16036
  type: "text",
15971
16037
  text: "{REF}",
@@ -15980,13 +16046,13 @@ var resistor_up_default = modifySymbol({
15980
16046
  }
15981
16047
  ],
15982
16048
  ports: [
15983
- { ...refblocks72.left1, labels: ["1"] },
16049
+ { ...refblocks74.left1, labels: ["1"] },
15984
16050
  // TODO add more "standard" labels
15985
- { ...refblocks72.right1, labels: ["2"] }
16051
+ { ...refblocks74.right1, labels: ["2"] }
15986
16052
  // TODO add more "standard" labels
15987
16053
  ],
15988
- size: { width: bounds72.width, height: bounds72.height },
15989
- center: { x: bounds72.centerX, y: bounds72.centerY }
16054
+ size: { width: bounds74.width, height: bounds74.height },
16055
+ center: { x: bounds74.centerX, y: bounds74.centerY }
15990
16056
  }).rotateRightFacingSymbol("up").labelPort("left", ["1"]).labelPort("right", ["2"]).changeTextAnchor("{REF}", "middle_left").changeTextAnchor("{VAL}", "middle_left").build();
15991
16057
 
15992
16058
  // assets/generated/resonator.json
@@ -16335,11 +16401,11 @@ var resonator_default = {
16335
16401
  };
16336
16402
 
16337
16403
  // symbols/resonator_horz.ts
16338
- var { paths: paths73, texts: texts83, bounds: bounds73, refblocks: refblocks73, circles: circles67 } = resonator_default;
16404
+ var { paths: paths75, texts: texts85, bounds: bounds75, refblocks: refblocks75, circles: circles69 } = resonator_default;
16339
16405
  var resonator_horz_default = defineSymbol({
16340
16406
  primitives: [
16341
- ...Object.values(paths73),
16342
- ...Object.values(circles67),
16407
+ ...Object.values(paths75),
16408
+ ...Object.values(circles69),
16343
16409
  // { ...texts.top1, anchor: "middle_left" },
16344
16410
  // { ...texts.bottom1, anchor: "middle_left" },
16345
16411
  {
@@ -16358,15 +16424,15 @@ var resonator_horz_default = defineSymbol({
16358
16424
  }
16359
16425
  ],
16360
16426
  ports: [
16361
- { ...refblocks73.left1, labels: ["1"] },
16427
+ { ...refblocks75.left1, labels: ["1"] },
16362
16428
  // TODO add more "standard" labels
16363
- { ...refblocks73.right1, labels: ["2"] },
16429
+ { ...refblocks75.right1, labels: ["2"] },
16364
16430
  // TODO add more "standard" labels
16365
- { ...refblocks73.right2, labels: ["3"] }
16431
+ { ...refblocks75.right2, labels: ["3"] }
16366
16432
  // TODO add more "standard" labels
16367
16433
  ],
16368
- size: { width: bounds73.width, height: bounds73.height },
16369
- center: { x: bounds73.centerX, y: bounds73.centerY }
16434
+ size: { width: bounds75.width, height: bounds75.height },
16435
+ center: { x: bounds75.centerX, y: bounds75.centerY }
16370
16436
  });
16371
16437
 
16372
16438
  // symbols/resonator_vert.ts
@@ -16758,15 +16824,15 @@ var silicon_controlled_rectifier_default = {
16758
16824
  };
16759
16825
 
16760
16826
  // symbols/silicon_controlled_rectifier_horz.ts
16761
- var { paths: paths74, texts: texts84, bounds: bounds74, refblocks: refblocks74, circles: circles68 } = silicon_controlled_rectifier_default;
16827
+ var { paths: paths76, texts: texts86, bounds: bounds76, refblocks: refblocks76, circles: circles70 } = silicon_controlled_rectifier_default;
16762
16828
  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();
16763
16829
 
16764
16830
  // symbols/silicon_controlled_rectifier_vert.ts
16765
16831
  var rotatedSymbol17 = rotateSymbol(silicon_controlled_rectifier_horz_default);
16766
- var texts85 = rotatedSymbol17.primitives.filter(
16832
+ var texts87 = rotatedSymbol17.primitives.filter(
16767
16833
  (primitive) => primitive.type === "text"
16768
16834
  );
16769
- var ref40 = texts85.find((text) => text.text === "{REF}");
16835
+ var ref40 = texts87.find((text) => text.text === "{REF}");
16770
16836
  ref40.y = 0;
16771
16837
  ref40.anchor = "middle_left";
16772
16838
  var silicon_controlled_rectifier_vert_default = rotatedSymbol17;
@@ -20326,7 +20392,7 @@ var step_recovery_diode_default = {
20326
20392
  };
20327
20393
 
20328
20394
  // symbols/step_recovery_diode_horz.ts
20329
- var { paths: paths75, texts: texts86, bounds: bounds75, refblocks: refblocks75, circles: circles69 } = step_recovery_diode_default;
20395
+ var { paths: paths77, texts: texts88, bounds: bounds77, refblocks: refblocks77, circles: circles71 } = step_recovery_diode_default;
20330
20396
  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();
20331
20397
 
20332
20398
  // symbols/step_recovery_diode_vert.ts
@@ -20419,11 +20485,11 @@ var tachometer_default = {
20419
20485
  };
20420
20486
 
20421
20487
  // symbols/tachometer_horz.ts
20422
- var { paths: paths76, texts: texts87, bounds: bounds76, refblocks: refblocks76, circles: circles70 } = tachometer_default;
20488
+ var { paths: paths78, texts: texts89, bounds: bounds78, refblocks: refblocks78, circles: circles72 } = tachometer_default;
20423
20489
  var tachometer_horz_default = defineSymbol({
20424
20490
  primitives: [
20425
- ...Object.values(paths76),
20426
- ...Object.values(circles70),
20491
+ ...Object.values(paths78),
20492
+ ...Object.values(circles72),
20427
20493
  {
20428
20494
  type: "text",
20429
20495
  text: "{REF}",
@@ -20438,16 +20504,16 @@ var tachometer_horz_default = defineSymbol({
20438
20504
  y: 0.35,
20439
20505
  anchor: "middle_bottom"
20440
20506
  },
20441
- { ...texts87.left1, y: 0.01, anchor: "center", fontSize: 0.2 }
20507
+ { ...texts89.left1, y: 0.01, anchor: "center", fontSize: 0.2 }
20442
20508
  ],
20443
20509
  ports: [
20444
- { ...refblocks76.left1, labels: ["1"] },
20510
+ { ...refblocks78.left1, labels: ["1"] },
20445
20511
  // TODO add more "standard" labels
20446
- { ...refblocks76.right1, labels: ["2"] }
20512
+ { ...refblocks78.right1, labels: ["2"] }
20447
20513
  // TODO add more "standard" labels
20448
20514
  ],
20449
- size: { width: bounds76.width, height: bounds76.height },
20450
- center: { x: bounds76.centerX, y: bounds76.centerY }
20515
+ size: { width: bounds78.width, height: bounds78.height },
20516
+ center: { x: bounds78.centerX, y: bounds78.centerY }
20451
20517
  });
20452
20518
 
20453
20519
  // symbols/tachometer_vert.ts
@@ -20869,16 +20935,16 @@ var triac_default = {
20869
20935
  };
20870
20936
 
20871
20937
  // symbols/triac_horz.ts
20872
- var { paths: paths77, texts: texts88, bounds: bounds77, refblocks: refblocks77, circles: circles71 } = triac_default;
20938
+ var { paths: paths79, texts: texts90, bounds: bounds79, refblocks: refblocks79, circles: circles73 } = triac_default;
20873
20939
  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();
20874
20940
 
20875
20941
  // symbols/triac_vert.ts
20876
20942
  var rotatedSymbol19 = rotateSymbol(triac_horz_default);
20877
- var texts89 = rotatedSymbol19.primitives.filter(
20943
+ var texts91 = rotatedSymbol19.primitives.filter(
20878
20944
  (primitive) => primitive.type === "text"
20879
20945
  );
20880
- var ref58 = texts89.find((text) => text.text === "{REF}");
20881
- var val53 = texts89.find((text) => text.text === "{VAL}");
20946
+ var ref58 = texts91.find((text) => text.text === "{REF}");
20947
+ var val53 = texts91.find((text) => text.text === "{VAL}");
20882
20948
  ref58.y = 0;
20883
20949
  val53.y = 0;
20884
20950
  var triac_vert_default = rotatedSymbol19;
@@ -21045,22 +21111,22 @@ var tunnel_diode_default = {
21045
21111
  };
21046
21112
 
21047
21113
  // symbols/tunnel_diode_horz.ts
21048
- var { paths: paths78, texts: texts90, bounds: bounds78, refblocks: refblocks78, circles: circles72 } = tunnel_diode_default;
21114
+ var { paths: paths80, texts: texts92, bounds: bounds80, refblocks: refblocks80, circles: circles74 } = tunnel_diode_default;
21049
21115
  var tunnel_diode_horz_default = defineSymbol({
21050
21116
  primitives: [
21051
- ...Object.values(paths78),
21052
- ...Object.values(circles72),
21053
- { ...texts90.top1, anchor: "middle_bottom" },
21054
- { ...texts90.bottom1, anchor: "middle_top" }
21117
+ ...Object.values(paths80),
21118
+ ...Object.values(circles74),
21119
+ { ...texts92.top1, anchor: "middle_bottom" },
21120
+ { ...texts92.bottom1, anchor: "middle_top" }
21055
21121
  ],
21056
21122
  ports: [
21057
- { ...refblocks78.left1, labels: ["1"] },
21123
+ { ...refblocks80.left1, labels: ["1"] },
21058
21124
  // TODO add more "standard" labels
21059
- { ...refblocks78.right1, labels: ["2"] }
21125
+ { ...refblocks80.right1, labels: ["2"] }
21060
21126
  // TODO add more "standard" labels
21061
21127
  ],
21062
- size: { width: bounds78.width, height: bounds78.height },
21063
- center: { x: bounds78.centerX, y: bounds78.centerY }
21128
+ size: { width: bounds80.width, height: bounds80.height },
21129
+ center: { x: bounds80.centerX, y: bounds80.centerY }
21064
21130
  });
21065
21131
 
21066
21132
  // symbols/tunnel_diode_vert.ts
@@ -21243,34 +21309,34 @@ var unijunction_transistor_default = {
21243
21309
  };
21244
21310
 
21245
21311
  // symbols/unijunction_transistor_horz.ts
21246
- var { paths: paths79, texts: texts91, bounds: bounds79, refblocks: refblocks79, circles: circles73 } = unijunction_transistor_default;
21312
+ var { paths: paths81, texts: texts93, bounds: bounds81, refblocks: refblocks81, circles: circles75 } = unijunction_transistor_default;
21247
21313
  var unijunction_transistor_horz_default = defineSymbol({
21248
21314
  primitives: [
21249
- ...Object.values(paths79),
21250
- ...Object.values(circles73),
21251
- { ...texts91.top1, anchor: "middle_left" },
21252
- { ...texts91.bottom1, anchor: "middle_right" }
21315
+ ...Object.values(paths81),
21316
+ ...Object.values(circles75),
21317
+ { ...texts93.top1, anchor: "middle_left" },
21318
+ { ...texts93.bottom1, anchor: "middle_right" }
21253
21319
  ],
21254
21320
  ports: [
21255
- { ...refblocks79.top1, labels: ["1"] },
21321
+ { ...refblocks81.top1, labels: ["1"] },
21256
21322
  // TODO add more "standard" labels
21257
- { ...refblocks79.bottom1, labels: ["2"] },
21323
+ { ...refblocks81.bottom1, labels: ["2"] },
21258
21324
  // TODO add more "standard" labels
21259
- { ...refblocks79.left1, labels: ["3"] }
21325
+ { ...refblocks81.left1, labels: ["3"] }
21260
21326
  // TODO add more "standard" labels
21261
21327
  ],
21262
- size: { width: bounds79.width, height: bounds79.height },
21263
- center: { x: bounds79.centerX, y: bounds79.centerY }
21328
+ size: { width: bounds81.width, height: bounds81.height },
21329
+ center: { x: bounds81.centerX, y: bounds81.centerY }
21264
21330
  });
21265
21331
 
21266
21332
  // symbols/unijunction_transistor_vert.ts
21267
21333
  var rotatedSymbol20 = rotateSymbol(unijunction_transistor_horz_default);
21268
- var texts92 = rotatedSymbol20.primitives.filter(
21334
+ var texts94 = rotatedSymbol20.primitives.filter(
21269
21335
  (primitive) => primitive.type === "text"
21270
21336
  );
21271
- var ref60 = texts92.find((text) => text.text === "{REF}");
21337
+ var ref60 = texts94.find((text) => text.text === "{REF}");
21272
21338
  ref60.y = 0.1;
21273
- var val55 = texts92.find((text) => text.text === "{VAL}");
21339
+ var val55 = texts94.find((text) => text.text === "{VAL}");
21274
21340
  val55.y = 0.1;
21275
21341
  val55.x = -0.4;
21276
21342
  var unijunction_transistor_vert_default = rotatedSymbol20;
@@ -21514,33 +21580,33 @@ var var_meter_default = {
21514
21580
  };
21515
21581
 
21516
21582
  // symbols/var_meter_horz.ts
21517
- var { paths: paths80, texts: texts93, bounds: bounds80, refblocks: refblocks80, circles: circles74 } = var_meter_default;
21583
+ var { paths: paths82, texts: texts95, bounds: bounds82, refblocks: refblocks82, circles: circles76 } = var_meter_default;
21518
21584
  var var_meter_horz_default = defineSymbol({
21519
21585
  primitives: [
21520
- ...Object.values(paths80),
21521
- ...Object.values(circles74),
21586
+ ...Object.values(paths82),
21587
+ ...Object.values(circles76),
21522
21588
  {
21523
- ...texts93.top1,
21589
+ ...texts95.top1,
21524
21590
  x: 0,
21525
21591
  y: -0.3594553499999995,
21526
21592
  anchor: "middle_top"
21527
21593
  },
21528
21594
  {
21529
- ...texts93.bottom1,
21595
+ ...texts95.bottom1,
21530
21596
  x: 0,
21531
21597
  y: 0.35,
21532
21598
  anchor: "middle_bottom"
21533
21599
  },
21534
- { ...texts93.left1, x: -0.02, y: 0.01, fontSize: 0.2, anchor: "center" }
21600
+ { ...texts95.left1, x: -0.02, y: 0.01, fontSize: 0.2, anchor: "center" }
21535
21601
  ],
21536
21602
  ports: [
21537
- { ...refblocks80.left1, labels: ["1"] },
21603
+ { ...refblocks82.left1, labels: ["1"] },
21538
21604
  // TODO add more "standard" labels
21539
- { ...refblocks80.right1, labels: ["2"] }
21605
+ { ...refblocks82.right1, labels: ["2"] }
21540
21606
  // TODO add more "standard" labels
21541
21607
  ],
21542
- size: { width: bounds80.width, height: bounds80.height },
21543
- center: { x: bounds80.centerX, y: bounds80.centerY }
21608
+ size: { width: bounds82.width, height: bounds82.height },
21609
+ center: { x: bounds82.centerX, y: bounds82.centerY }
21544
21610
  });
21545
21611
 
21546
21612
  // symbols/var_meter_vert.ts
@@ -21693,22 +21759,22 @@ var varactor_diode_default = {
21693
21759
  };
21694
21760
 
21695
21761
  // symbols/varactor_diode_horz.ts
21696
- var { paths: paths81, texts: texts94, bounds: bounds81, refblocks: refblocks81, circles: circles75 } = varactor_diode_default;
21762
+ var { paths: paths83, texts: texts96, bounds: bounds83, refblocks: refblocks83, circles: circles77 } = varactor_diode_default;
21697
21763
  var varactor_diode_horz_default = defineSymbol({
21698
21764
  primitives: [
21699
- ...Object.values(paths81),
21700
- ...Object.values(circles75),
21701
- { ...texts94.top1, anchor: "middle_bottom" },
21702
- { ...texts94.bottom1, anchor: "middle_top" }
21765
+ ...Object.values(paths83),
21766
+ ...Object.values(circles77),
21767
+ { ...texts96.top1, anchor: "middle_bottom" },
21768
+ { ...texts96.bottom1, anchor: "middle_top" }
21703
21769
  ],
21704
21770
  ports: [
21705
- { ...refblocks81.left1, labels: ["1"] },
21771
+ { ...refblocks83.left1, labels: ["1"] },
21706
21772
  // TODO add more "standard" labels
21707
- { ...refblocks81.right1, labels: ["2"] }
21773
+ { ...refblocks83.right1, labels: ["2"] }
21708
21774
  // TODO add more "standard" labels
21709
21775
  ],
21710
- size: { width: bounds81.width, height: bounds81.height },
21711
- center: { x: bounds81.centerX, y: bounds81.centerY }
21776
+ size: { width: bounds83.width, height: bounds83.height },
21777
+ center: { x: bounds83.centerX, y: bounds83.centerY }
21712
21778
  });
21713
21779
 
21714
21780
  // symbols/varactor_diode_vert.ts
@@ -21856,26 +21922,26 @@ var varistor_default = {
21856
21922
  };
21857
21923
 
21858
21924
  // symbols/varistor_horz.ts
21859
- var { paths: paths82, texts: texts95, bounds: bounds82, refblocks: refblocks82 } = varistor_default;
21925
+ var { paths: paths84, texts: texts97, bounds: bounds84, refblocks: refblocks84 } = varistor_default;
21860
21926
  var varistor_horz_default = defineSymbol({
21861
21927
  primitives: [
21862
- ...Object.values(paths82),
21863
- { ...texts95.top1, anchor: "middle_left" },
21864
- { ...texts95.bottom1, anchor: "middle_right" }
21928
+ ...Object.values(paths84),
21929
+ { ...texts97.top1, anchor: "middle_left" },
21930
+ { ...texts97.bottom1, anchor: "middle_right" }
21865
21931
  ],
21866
21932
  ports: [
21867
21933
  {
21868
- ...refblocks82.left1,
21934
+ ...refblocks84.left1,
21869
21935
  labels: ["1", "-"]
21870
21936
  },
21871
21937
  {
21872
- ...refblocks82.right1,
21938
+ ...refblocks84.right1,
21873
21939
  labels: ["2", "+"]
21874
21940
  }
21875
21941
  ],
21876
- size: { width: bounds82.width, height: bounds82.height },
21942
+ size: { width: bounds84.width, height: bounds84.height },
21877
21943
  //{ width: 1, height: 0.24 },
21878
- center: { x: bounds82.centerX, y: bounds82.centerY }
21944
+ center: { x: bounds84.centerX, y: bounds84.centerY }
21879
21945
  });
21880
21946
 
21881
21947
  // symbols/varistor_vert.ts
@@ -21968,11 +22034,11 @@ var varmeter_default = {
21968
22034
  };
21969
22035
 
21970
22036
  // symbols/varmeter_horz.ts
21971
- var { paths: paths83, texts: texts96, bounds: bounds83, refblocks: refblocks83, circles: circles76 } = varmeter_default;
22037
+ var { paths: paths85, texts: texts98, bounds: bounds85, refblocks: refblocks85, circles: circles78 } = varmeter_default;
21972
22038
  var varmeter_horz_default = defineSymbol({
21973
22039
  primitives: [
21974
- ...Object.values(paths83),
21975
- ...Object.values(circles76),
22040
+ ...Object.values(paths85),
22041
+ ...Object.values(circles78),
21976
22042
  {
21977
22043
  type: "text",
21978
22044
  text: "{REF}",
@@ -21987,16 +22053,16 @@ var varmeter_horz_default = defineSymbol({
21987
22053
  y: 0.35,
21988
22054
  anchor: "middle_bottom"
21989
22055
  },
21990
- { ...texts96.left1, anchor: "center", y: 0.02, fontSize: 0.2 }
22056
+ { ...texts98.left1, anchor: "center", y: 0.02, fontSize: 0.2 }
21991
22057
  ],
21992
22058
  ports: [
21993
- { ...refblocks83.left1, labels: ["1"] },
22059
+ { ...refblocks85.left1, labels: ["1"] },
21994
22060
  // TODO add more "standard" labels
21995
- { ...refblocks83.right1, labels: ["2"] }
22061
+ { ...refblocks85.right1, labels: ["2"] }
21996
22062
  // TODO add more "standard" labels
21997
22063
  ],
21998
- size: { width: bounds83.width, height: bounds83.height },
21999
- center: { x: bounds83.centerX, y: bounds83.centerY }
22064
+ size: { width: bounds85.width, height: bounds85.height },
22065
+ center: { x: bounds85.centerX, y: bounds85.centerY }
22000
22066
  });
22001
22067
 
22002
22068
  // symbols/varmeter_vert.ts
@@ -22201,7 +22267,7 @@ var volt_meter_default = {
22201
22267
  };
22202
22268
 
22203
22269
  // symbols/volt_meter_horz.ts
22204
- var { paths: paths84, texts: texts97, bounds: bounds84, circles: circles77, refblocks: refblocks84 } = volt_meter_default;
22270
+ var { paths: paths86, texts: texts99, bounds: bounds86, circles: circles79, refblocks: refblocks86 } = volt_meter_default;
22205
22271
  var volt_meter_horz_default = modifySymbol(volt_meter_default).changeTextAnchor("{VAL}", "middle_top").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_bottom").build();
22206
22272
 
22207
22273
  // symbols/volt_meter_vert.ts
@@ -22294,11 +22360,11 @@ var watt_hour_meter_default = {
22294
22360
  };
22295
22361
 
22296
22362
  // symbols/watt_hour_meter_horz.ts
22297
- var { paths: paths85, texts: texts98, bounds: bounds85, refblocks: refblocks85, circles: circles78 } = watt_hour_meter_default;
22363
+ var { paths: paths87, texts: texts100, bounds: bounds87, refblocks: refblocks87, circles: circles80 } = watt_hour_meter_default;
22298
22364
  var watt_hour_meter_horz_default = defineSymbol({
22299
22365
  primitives: [
22300
- ...Object.values(paths85),
22301
- ...Object.values(circles78),
22366
+ ...Object.values(paths87),
22367
+ ...Object.values(circles80),
22302
22368
  {
22303
22369
  type: "text",
22304
22370
  text: "{REF}",
@@ -22313,16 +22379,16 @@ var watt_hour_meter_horz_default = defineSymbol({
22313
22379
  y: 0.35,
22314
22380
  anchor: "middle_bottom"
22315
22381
  },
22316
- { ...texts98.left1, anchor: "center", y: 0.01, fontSize: 0.2 }
22382
+ { ...texts100.left1, anchor: "center", y: 0.01, fontSize: 0.2 }
22317
22383
  ],
22318
22384
  ports: [
22319
- { ...refblocks85.left1, labels: ["1"] },
22385
+ { ...refblocks87.left1, labels: ["1"] },
22320
22386
  // TODO add more "standard" labels
22321
- { ...refblocks85.right1, labels: ["2"] }
22387
+ { ...refblocks87.right1, labels: ["2"] }
22322
22388
  // TODO add more "standard" labels
22323
22389
  ],
22324
- size: { width: bounds85.width, height: bounds85.height },
22325
- center: { x: bounds85.centerX, y: bounds85.centerY }
22390
+ size: { width: bounds87.width, height: bounds87.height },
22391
+ center: { x: bounds87.centerX, y: bounds87.centerY }
22326
22392
  });
22327
22393
 
22328
22394
  // symbols/watt_hour_meter_vert.ts
@@ -22426,11 +22492,11 @@ var wattmeter_default = {
22426
22492
  };
22427
22493
 
22428
22494
  // symbols/wattmeter_horz.ts
22429
- var { paths: paths86, texts: texts99, bounds: bounds86, refblocks: refblocks86, circles: circles79 } = wattmeter_default;
22495
+ var { paths: paths88, texts: texts101, bounds: bounds88, refblocks: refblocks88, circles: circles81 } = wattmeter_default;
22430
22496
  var wattmeter_horz_default = defineSymbol({
22431
22497
  primitives: [
22432
- ...Object.values(paths86),
22433
- ...Object.values(circles79),
22498
+ ...Object.values(paths88),
22499
+ ...Object.values(circles81),
22434
22500
  {
22435
22501
  type: "text",
22436
22502
  text: "{REF}",
@@ -22445,16 +22511,16 @@ var wattmeter_horz_default = defineSymbol({
22445
22511
  y: 0.35,
22446
22512
  anchor: "middle_bottom"
22447
22513
  },
22448
- { ...texts99.left1, anchor: "center", y: 0.01, fontSize: 0.3 }
22514
+ { ...texts101.left1, anchor: "center", y: 0.01, fontSize: 0.3 }
22449
22515
  ],
22450
22516
  ports: [
22451
- { ...refblocks86.left1, labels: ["1"] },
22517
+ { ...refblocks88.left1, labels: ["1"] },
22452
22518
  // TODO add more "standard" labels
22453
- { ...refblocks86.right1, labels: ["2"] }
22519
+ { ...refblocks88.right1, labels: ["2"] }
22454
22520
  // TODO add more "standard" labels
22455
22521
  ],
22456
- size: { width: bounds86.width, height: bounds86.height },
22457
- center: { x: bounds86.centerX, y: bounds86.centerY }
22522
+ size: { width: bounds88.width, height: bounds88.height },
22523
+ center: { x: bounds88.centerX, y: bounds88.centerY }
22458
22524
  });
22459
22525
 
22460
22526
  // symbols/wattmeter_vert.ts
@@ -22618,22 +22684,22 @@ var zener_diode_default = {
22618
22684
  };
22619
22685
 
22620
22686
  // symbols/zener_diode_horz.ts
22621
- var { paths: paths87, texts: texts100, bounds: bounds87, refblocks: refblocks87, circles: circles80 } = zener_diode_default;
22687
+ var { paths: paths89, texts: texts102, bounds: bounds89, refblocks: refblocks89, circles: circles82 } = zener_diode_default;
22622
22688
  var zener_diode_horz_default = defineSymbol({
22623
22689
  primitives: [
22624
- ...Object.values(paths87),
22625
- ...Object.values(circles80),
22626
- { ...texts100.top1, anchor: "middle_bottom" },
22627
- { ...texts100.bottom1, anchor: "middle_top" }
22690
+ ...Object.values(paths89),
22691
+ ...Object.values(circles82),
22692
+ { ...texts102.top1, anchor: "middle_bottom" },
22693
+ { ...texts102.bottom1, anchor: "middle_top" }
22628
22694
  ],
22629
22695
  ports: [
22630
- { ...refblocks87.left1, labels: ["1"] },
22696
+ { ...refblocks89.left1, labels: ["1"] },
22631
22697
  // TODO add more "standard" labels
22632
- { ...refblocks87.right1, labels: ["2"] }
22698
+ { ...refblocks89.right1, labels: ["2"] }
22633
22699
  // TODO add more "standard" labels
22634
22700
  ],
22635
- size: { width: bounds87.width, height: bounds87.height },
22636
- center: { x: bounds87.centerX, y: bounds87.centerY }
22701
+ size: { width: bounds89.width, height: bounds89.height },
22702
+ center: { x: bounds89.centerX, y: bounds89.centerY }
22637
22703
  });
22638
22704
 
22639
22705
  // symbols/zener_diode_vert.ts
@@ -22686,8 +22752,10 @@ var symbols_index_default = {
22686
22752
  "capacitor_up": capacitor_up_default,
22687
22753
  "constant_current_diode_horz": constant_current_diode_horz_default,
22688
22754
  "constant_current_diode_vert": constant_current_diode_vert_default,
22689
- "crystal_4pin_horz": crystal_4pin_horz_default,
22690
- "crystal_4pin_vert": crystal_4pin_vert_default,
22755
+ "crystal_4pin_down": crystal_4pin_down_default,
22756
+ "crystal_4pin_left": crystal_4pin_left_default,
22757
+ "crystal_4pin_right": crystal_4pin_right_default,
22758
+ "crystal_4pin_up": crystal_4pin_up_default,
22691
22759
  "crystal_down": crystal_down_default,
22692
22760
  "crystal_left": crystal_left_default,
22693
22761
  "crystal_right": crystal_right_default,