@supernova-studio/model 0.48.32 → 0.48.34

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
@@ -2673,7 +2673,7 @@ var FigmaComponentBooleanProperty = _zod.z.object({
2673
2673
  var FigmaComponentInstanceSwapProperty = _zod.z.object({
2674
2674
  type: _zod.z.literal(FigmaComponentPropertyType.enum.InstanceSwap),
2675
2675
  value: _zod.z.string()
2676
- // Persistent ID of a Component to swap?
2676
+ // Persistent ID of a Component to swap??
2677
2677
  });
2678
2678
  var FigmaComponentVariantProperty = _zod.z.object({
2679
2679
  type: _zod.z.literal(FigmaComponentPropertyType.enum.Variant),