@supernova-studio/client 0.55.5 → 0.55.6
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.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2127,6 +2127,9 @@ var PageBlockDefinitionComponentOptions = _zod.z.object({
|
|
|
2127
2127
|
renderLayoutAs: _zod.z.enum(["List", "Table"]).optional(),
|
|
2128
2128
|
allowPropertySelection: _zod.z.boolean().optional()
|
|
2129
2129
|
});
|
|
2130
|
+
var PageBlockDefinitionFigmaComponentOptions = _zod.z.object({
|
|
2131
|
+
renderLayoutAs: _zod.z.enum(["Grid", "PropsTable", "Canvas", "Playground"])
|
|
2132
|
+
});
|
|
2130
2133
|
var PageBlockDefinitionProperty = _zod.z.object({
|
|
2131
2134
|
id: _zod.z.string(),
|
|
2132
2135
|
name: _zod.z.string(),
|