circuit-json 0.0.251 → 0.0.253

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/README.md CHANGED
@@ -1112,6 +1112,7 @@ interface PcbHolePillWithRectPad {
1112
1112
  hole_height: number
1113
1113
  rect_pad_width: number
1114
1114
  rect_pad_height: number
1115
+ rect_border_radius?: number
1115
1116
  x: Distance
1116
1117
  y: Distance
1117
1118
  layers: LayerRef[]
@@ -1133,6 +1134,7 @@ interface PcbHoleRotatedPillWithRectPad {
1133
1134
  hole_ccw_rotation: Rotation
1134
1135
  rect_pad_width: number
1135
1136
  rect_pad_height: number
1137
+ rect_border_radius?: number
1136
1138
  rect_ccw_rotation: Rotation
1137
1139
  x: Distance
1138
1140
  y: Distance
@@ -1153,6 +1155,7 @@ interface PcbHoleCircularWithRectPad {
1153
1155
  hole_diameter: number
1154
1156
  rect_pad_width: number
1155
1157
  rect_pad_height: number
1158
+ rect_border_radius?: number
1156
1159
  hole_offset_x: Distance
1157
1160
  hole_offset_y: Distance
1158
1161
  x: Distance