@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/component-properties.ts +1 -1
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@ export const FigmaComponentBooleanProperty = z.object({
|
|
|
10
10
|
|
|
11
11
|
export const FigmaComponentInstanceSwapProperty = z.object({
|
|
12
12
|
type: z.literal(FigmaComponentPropertyType.enum.InstanceSwap),
|
|
13
|
-
value: z.string(), // Persistent ID of a Component to swap
|
|
13
|
+
value: z.string(), // Persistent ID of a Component to swap??
|
|
14
14
|
});
|
|
15
15
|
|
|
16
16
|
export const FigmaComponentVariantProperty = z.object({
|