@tscircuit/props 0.0.381 → 0.0.383

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/README.md CHANGED
@@ -35,6 +35,7 @@ resistorProps.parse({ resistance: "10k" } as ResistorPropsInput);
35
35
  | `<constrainedlayout />` | [`ConstrainedLayoutProps`](#constrainedlayoutprops-constrainedlayout) |
36
36
  | `<constraint />` | [`ConstraintProps`](#constraintprops-constraint) |
37
37
  | `<copperpour />` | [`CopperPourProps`](#copperpourprops-copperpour) |
38
+ | `<coppertext />` | [`CopperTextProps`](#coppertextprops-coppertext) |
38
39
  | `<courtyardoutline />` | [`CourtyardOutlineProps`](#courtyardoutlineprops-courtyardoutline) |
39
40
  | `<courtyardrect />` | [`CourtyardRectProps`](#courtyardrectprops-courtyardrect) |
40
41
  | `<crystal />` | [`CrystalProps`](#crystalprops-crystal) |
@@ -429,6 +430,14 @@ export interface CopperPourProps {
429
430
 
430
431
  [Source](https://github.com/tscircuit/props/blob/main/lib/components/copper-pour.ts)
431
432
 
433
+ ### CopperTextProps `<coppertext />`
434
+
435
+ ```ts
436
+ export type CopperTextProps = z.input<typeof copperTextProps>;
437
+ ```
438
+
439
+ [Source](https://github.com/tscircuit/props/blob/main/lib/components/copper-text.ts)
440
+
432
441
  ### CourtyardOutlineProps `<courtyardoutline />`
433
442
 
434
443
  ```ts