@supernova-studio/model 0.47.0 → 0.47.1

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
@@ -967,7 +967,8 @@ var PageBlockFigmaFrameProperties = z44.object({
967
967
  showTitles: z44.boolean()
968
968
  });
969
969
  var PageBlockRenderCodeProperties = z44.object({
970
- showCode: z44.boolean()
970
+ showCode: z44.boolean(),
971
+ showControls: z44.boolean().optional()
971
972
  });
972
973
  var PageBlockAssetComponent = z44.object({
973
974
  persistentId: z44.string(),