@supernova-studio/client 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
@@ -962,7 +962,8 @@ var PageBlockFigmaFrameProperties = z44.object({
962
962
  showTitles: z44.boolean()
963
963
  });
964
964
  var PageBlockRenderCodeProperties = z44.object({
965
- showCode: z44.boolean()
965
+ showCode: z44.boolean(),
966
+ showControls: z44.boolean().optional()
966
967
  });
967
968
  var PageBlockAssetComponent = z44.object({
968
969
  persistentId: z44.string(),