@tscircuit/props 0.0.325 → 0.0.327

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
@@ -163,7 +163,8 @@ var pinAttributeMap = z8.object({
163
163
  requiresGround: z8.boolean().optional(),
164
164
  providesVoltage: z8.union([z8.string(), z8.number()]).optional(),
165
165
  requiresVoltage: z8.union([z8.string(), z8.number()]).optional(),
166
- doNotConnect: z8.boolean().optional()
166
+ doNotConnect: z8.boolean().optional(),
167
+ includeInBoardPinout: z8.boolean().optional()
167
168
  });
168
169
  expectTypesMatch(true);
169
170
  var commonComponentProps = commonLayoutProps.merge(supplierProps).extend({
@@ -750,7 +751,7 @@ var platedHoleProps = z34.discriminatedUnion("shape", [
750
751
  outerDiameter: distance11,
751
752
  portHints: portHints.optional()
752
753
  }),
753
- pcbLayoutProps.omit({ pcbRotation: true, layer: true }).extend({
754
+ pcbLayoutProps.omit({ layer: true }).extend({
754
755
  name: z34.string().optional(),
755
756
  connectsTo: z34.string().or(z34.array(z34.string())).optional(),
756
757
  shape: z34.literal("oval"),