@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 +1 -1
- package/dist/index.d.ts +73 -34
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/lib/components/copper-text.ts +2 -0
- package/lib/components/group.ts +3 -3
- package/package.json +1 -1
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
|
-
|
|
741
|
+
pcbAnchorAlignment?: AutocompleteString<z.infer<typeof ninePointAnchor>>;
|
|
742
742
|
|
|
743
743
|
/** @deprecated Use `pcbGrid` */
|
|
744
744
|
grid?: boolean;
|