@tscircuit/props 0.0.589 → 0.0.590

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.
@@ -18,6 +18,7 @@ export const schematicBoxProps = z
18
18
 
19
19
  schX: distance.optional(),
20
20
  schY: distance.optional(),
21
+ schSectionName: z.string().optional(),
21
22
  schSheetName: z.string().optional(),
22
23
  width: distance.optional(),
23
24
  height: distance.optional(),
@@ -66,6 +67,7 @@ export interface SchematicBoxProps {
66
67
  schPinArrangement?: SchematicPinArrangement
67
68
  schX?: Distance
68
69
  schY?: Distance
70
+ schSectionName?: string
69
71
  schSheetName?: string
70
72
  width?: Distance
71
73
  height?: Distance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/props",
3
- "version": "0.0.589",
3
+ "version": "0.0.590",
4
4
  "description": "Props for tscircuit builtin component types",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",