@supernova-studio/client 0.54.8 → 0.54.9
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 +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1627,6 +1627,7 @@ var PageBlockTypeV1 = z40.enum([
|
|
|
1627
1627
|
"Custom",
|
|
1628
1628
|
"FigmaFrames",
|
|
1629
1629
|
"ComponentAssets",
|
|
1630
|
+
"ComponentAssetGroup",
|
|
1630
1631
|
"RenderCode",
|
|
1631
1632
|
"Tabs",
|
|
1632
1633
|
"TabItem",
|
|
@@ -2165,7 +2166,8 @@ var PageBlockColorV2 = z44.object({
|
|
|
2165
2166
|
var PageBlockAssetEntityMeta = z44.object({
|
|
2166
2167
|
title: z44.string().optional(),
|
|
2167
2168
|
description: z44.string().optional(),
|
|
2168
|
-
backgroundColor: PageBlockColorV2.optional()
|
|
2169
|
+
backgroundColor: PageBlockColorV2.optional(),
|
|
2170
|
+
showNestedGroups: z44.boolean().optional()
|
|
2169
2171
|
});
|
|
2170
2172
|
var PageBlockFigmaComponentEntityMeta = z44.object({
|
|
2171
2173
|
title: z44.string().optional(),
|