@tscircuit/props 0.0.548 → 0.0.549

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,7 +18,6 @@ export interface VoltageProbeDisplayOptions {
18
18
  center?: number
19
19
  offsetDivs?: number
20
20
  unitsPerDiv?: number
21
- color?: string
22
21
  }
23
22
 
24
23
  export const voltageProbeProps = commonComponentProps
@@ -34,7 +33,6 @@ export const voltageProbeProps = commonComponentProps
34
33
  center: z.number().optional(),
35
34
  offsetDivs: z.number().optional(),
36
35
  unitsPerDiv: z.number().optional(),
37
- color: z.string().optional(),
38
36
  })
39
37
  .optional(),
40
38
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/props",
3
- "version": "0.0.548",
3
+ "version": "0.0.549",
4
4
  "description": "Props for tscircuit builtin component types",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",