@tscircuit/props 0.0.427 → 0.0.429

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
@@ -738,7 +738,7 @@ export interface BaseGroupProps extends CommonLayoutProps, LayoutConfig {
738
738
  /**
739
739
  * Anchor to use when interpreting pcbX/pcbY/pcbOffsetX/pcbOffsetY relative to pcbPosition
740
740
  */
741
- pcbPositionAnchor?: AutocompleteString<z.infer<typeof ninePointAnchor>>;
741
+ pcbAnchorAlignment?: AutocompleteString<z.infer<typeof ninePointAnchor>>;
742
742
 
743
743
  /** @deprecated Use `pcbGrid` */
744
744
  grid?: boolean;