@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supernova-studio/model",
3
- "version": "0.47.0",
3
+ "version": "0.47.1",
4
4
  "description": "Supernova Data Models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -186,6 +186,7 @@ export const PageBlockFigmaFrameProperties = z.object({
186
186
 
187
187
  export const PageBlockRenderCodeProperties = z.object({
188
188
  showCode: z.boolean(),
189
+ showControls: z.boolean().optional(),
189
190
  });
190
191
 
191
192
  export const PageBlockAssetComponent = z.object({