@tscircuit/props 0.0.339 → 0.0.340

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
@@ -175,6 +175,9 @@ var commonComponentProps = commonLayoutProps.merge(supplierProps).extend({
175
175
  children: z8.any().optional(),
176
176
  symbolName: z8.string().optional(),
177
177
  doNotPlace: z8.boolean().optional(),
178
+ obstructsWithinBounds: z8.boolean().optional().describe(
179
+ "Does this component take up all the space within its bounds on a layer. This is generally true except for when separated pin headers are being represented by a single component (in which case, chips can be placed between the pin headers) or for tall modules where chips fit underneath"
180
+ ),
178
181
  pinAttributes: z8.record(z8.string(), pinAttributeMap).optional()
179
182
  });
180
183
  expectTypesMatch(true);