@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.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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(),
|