@supernova-studio/model 0.52.16 → 0.52.18

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
@@ -604,11 +604,7 @@ var FigmaComponentBooleanProperty = _zod.z.object({
604
604
  });
605
605
  var FigmaComponentInstanceSwapProperty = _zod.z.object({
606
606
  type: _zod.z.literal(FigmaComponentPropertyType.enum.InstanceSwap),
607
- defaultValue: _zod.z.string(),
608
- preferredValues: _zod.z.object({
609
- type: _zod.z.enum(["Component", "ComponentSet"]),
610
- key: _zod.z.string()
611
- }).array()
607
+ defaultValue: _zod.z.string()
612
608
  });
613
609
  var FigmaComponentVariantProperty = _zod.z.object({
614
610
  type: _zod.z.literal(FigmaComponentPropertyType.enum.Variant),