@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.d.mts +178 -470
- package/dist/index.d.ts +178 -470
- package/dist/index.js +1 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/component-properties.ts +0 -6
package/dist/index.mjs
CHANGED
|
@@ -604,11 +604,7 @@ var FigmaComponentBooleanProperty = z32.object({
|
|
|
604
604
|
});
|
|
605
605
|
var FigmaComponentInstanceSwapProperty = z32.object({
|
|
606
606
|
type: z32.literal(FigmaComponentPropertyType.enum.InstanceSwap),
|
|
607
|
-
defaultValue: z32.string()
|
|
608
|
-
preferredValues: z32.object({
|
|
609
|
-
type: z32.enum(["Component", "ComponentSet"]),
|
|
610
|
-
key: z32.string()
|
|
611
|
-
}).array()
|
|
607
|
+
defaultValue: z32.string()
|
|
612
608
|
});
|
|
613
609
|
var FigmaComponentVariantProperty = z32.object({
|
|
614
610
|
type: z32.literal(FigmaComponentPropertyType.enum.Variant),
|