@tscircuit/footprinter 0.0.247 → 0.0.248

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
@@ -3152,8 +3152,8 @@ var generate_u_curve = (centerX, centerY, radius, direction) => {
3152
3152
  var hc49_def = z20.object({
3153
3153
  fn: z20.string(),
3154
3154
  p: length13.optional().default("4.88mm"),
3155
- id: length13.optional().default("0.6mm"),
3156
- od: length13.optional().default("1.2mm"),
3155
+ id: length13.optional().default("0.8mm"),
3156
+ od: length13.optional().default("1.5mm"),
3157
3157
  w: length13.optional().default("5.6mm"),
3158
3158
  h: length13.optional().default("3.5mm")
3159
3159
  });