@supernova-studio/model 1.4.3 → 1.4.4

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.mjs CHANGED
@@ -2566,7 +2566,8 @@ var PageBlockItemFigmaComponentValue = z46.object({
2566
2566
  entityId: z46.string(),
2567
2567
  entityType: z46.enum(["FigmaComponent"]),
2568
2568
  entityMeta: z46.object({
2569
- selectedComponentProperties: z46.string().array().optional()
2569
+ selectedComponentProperties: z46.string().array().optional(),
2570
+ selectedComponentVariants: z46.record(z46.string().array()).optional()
2570
2571
  }).optional()
2571
2572
  })
2572
2573
  ).default([])