@supernova-studio/model 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 +98 -88
- package/dist/index.d.ts +98 -88
- 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/src/dsm/elements/data/documentation-block-v1.ts +1 -0
- package/src/dsm/elements/data/documentation-block-v2.ts +1 -0
package/dist/index.mjs
CHANGED
|
@@ -1728,6 +1728,7 @@ var PageBlockTypeV1 = z40.enum([
|
|
|
1728
1728
|
"Custom",
|
|
1729
1729
|
"FigmaFrames",
|
|
1730
1730
|
"ComponentAssets",
|
|
1731
|
+
"ComponentAssetGroup",
|
|
1731
1732
|
"RenderCode",
|
|
1732
1733
|
"Tabs",
|
|
1733
1734
|
"TabItem",
|
|
@@ -2288,7 +2289,8 @@ var PageBlockColorV2 = z44.object({
|
|
|
2288
2289
|
var PageBlockAssetEntityMeta = z44.object({
|
|
2289
2290
|
title: z44.string().optional(),
|
|
2290
2291
|
description: z44.string().optional(),
|
|
2291
|
-
backgroundColor: PageBlockColorV2.optional()
|
|
2292
|
+
backgroundColor: PageBlockColorV2.optional(),
|
|
2293
|
+
showNestedGroups: z44.boolean().optional()
|
|
2292
2294
|
});
|
|
2293
2295
|
var PageBlockFigmaComponentEntityMeta = z44.object({
|
|
2294
2296
|
title: z44.string().optional(),
|