@tscircuit/footprinter 0.0.318 → 0.0.320

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
@@ -5439,7 +5439,7 @@ var to220f_def = base_def.extend({
5439
5439
  // KiCad TO-220F-3_Vertical: hole=1.2mm, pad=1.905×2.0mm, pitch=2.54mm
5440
5440
  id: length39.optional().default("1.2mm"),
5441
5441
  od: length39.optional().default("1.905mm"),
5442
- pad_h: length39.optional().default("2mm"),
5442
+ ph: length39.optional().default("2mm"),
5443
5443
  w: length39.optional().default("13mm"),
5444
5444
  h: length39.optional().default("7mm"),
5445
5445
  num_pins: z49.number().optional(),
@@ -5468,7 +5468,7 @@ var to220f = (raw_params) => {
5468
5468
  y: holeY,
5469
5469
  holeDiameter: parameters.id,
5470
5470
  rectPadWidth: parameters.od,
5471
- rectPadHeight: parameters.pad_h
5471
+ rectPadHeight: parameters.ph
5472
5472
  });
5473
5473
  }
5474
5474
  return platedHolePill(
@@ -5477,7 +5477,7 @@ var to220f = (raw_params) => {
5477
5477
  holeY,
5478
5478
  mm14(parameters.id),
5479
5479
  mm14(parameters.od),
5480
- mm14(parameters.pad_h)
5480
+ mm14(parameters.ph)
5481
5481
  );
5482
5482
  }
5483
5483
  );