@supernova-studio/model 0.57.0 → 0.57.2

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
@@ -1923,6 +1923,7 @@ var PageBlockFigmaComponentBlockConfig = z40.object({
1923
1923
  showComponentName: nullishToOptional(z40.boolean()),
1924
1924
  showComponentDescription: nullishToOptional(z40.boolean()),
1925
1925
  showPropertyList: nullishToOptional(z40.boolean()),
1926
+ previewOrderIds: nullishToOptional(z40.array(z40.string())),
1926
1927
  previewContainerSize: nullishToOptional(z40.enum(["Centered", "NaturalHeight"])),
1927
1928
  backgroundColor: nullishToOptional(ColorTokenInlineData)
1928
1929
  });
@@ -2302,7 +2303,8 @@ var PageBlockDefinitionComponentOptions = z43.object({
2302
2303
  allowPropertySelection: z43.boolean().optional()
2303
2304
  });
2304
2305
  var PageBlockDefinitionFigmaComponentOptions = z43.object({
2305
- renderLayoutAs: z43.enum(["Grid", "PropsTable", "Canvas", "Playground"])
2306
+ renderLayoutAs: z43.enum(["Grid", "PropsTable", "Canvas", "Playground"]),
2307
+ invertPropertySelection: z43.boolean().optional()
2306
2308
  });
2307
2309
  var PageBlockDefinitionProperty = z43.object({
2308
2310
  id: z43.string(),
@@ -2406,6 +2408,7 @@ var PageBlockItemFigmaComponentValue = z44.object({
2406
2408
  showComponentName: z44.boolean().optional(),
2407
2409
  showComponentDescription: z44.boolean().optional(),
2408
2410
  showPropertyList: z44.boolean().optional(),
2411
+ previewOrderIds: z44.array(z44.string()).optional(),
2409
2412
  previewContainerSize: PageBlockPreviewContainerSize.optional(),
2410
2413
  backgroundColor: PageBlockColorV2.optional(),
2411
2414
  value: z44.array(