@tscircuit/props 0.0.303 → 0.0.304

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
@@ -100,6 +100,7 @@ var pcbLayoutProps = z6.object({
100
100
  pcbX: distance2.optional(),
101
101
  pcbY: distance2.optional(),
102
102
  pcbRotation: rotation.optional(),
103
+ pcbPositionAnchor: z6.string().optional(),
103
104
  layer: layer_ref.optional(),
104
105
  pcbRelative: z6.boolean().optional(),
105
106
  relative: z6.boolean().optional()
@@ -109,6 +110,7 @@ var commonLayoutProps = z6.object({
109
110
  pcbX: distance2.optional(),
110
111
  pcbY: distance2.optional(),
111
112
  pcbRotation: rotation.optional(),
113
+ pcbPositionAnchor: z6.string().optional(),
112
114
  schX: distance2.optional(),
113
115
  schY: distance2.optional(),
114
116
  schRotation: rotation.optional(),