@tscircuit/props 0.0.442 → 0.0.444

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
@@ -1576,6 +1576,10 @@ export interface RectSmtPadProps extends Omit<PcbLayoutProps, "pcbRotation"> {
1576
1576
  portHints?: PortHints;
1577
1577
  coveredWithSolderMask?: boolean;
1578
1578
  solderMaskMargin?: Distance;
1579
+ solderMaskMarginLeft?: Distance;
1580
+ solderMaskMarginRight?: Distance;
1581
+ solderMaskMarginTop?: Distance;
1582
+ solderMaskMarginBottom?: Distance;
1579
1583
  }
1580
1584
  ```
1581
1585