@tscircuit/props 0.0.446 → 0.0.447

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
@@ -233,6 +233,7 @@ var commonComponentProps = commonLayoutProps.merge(supplierProps).extend({
233
233
  key: z10.any().optional(),
234
234
  name: z10.string(),
235
235
  displayName: z10.string().optional(),
236
+ datasheetUrl: z10.string().optional(),
236
237
  cadModel: cadModelProp.optional(),
237
238
  children: z10.any().optional(),
238
239
  symbolName: z10.string().optional(),