@tscircuit/props 0.0.417 → 0.0.418

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
@@ -109,6 +109,8 @@ import { distance as distance3 } from "circuit-json";
109
109
  import { z as z7 } from "zod";
110
110
  var pcbStyle = z7.object({
111
111
  silkscreenFontSize: distance3.optional(),
112
+ viaPadDiameter: distance3.optional(),
113
+ viaHoleDiameter: distance3.optional(),
112
114
  silkscreenTextPosition: z7.union([
113
115
  z7.enum(["centered", "outside", "none"]),
114
116
  z7.object({