@supernova-studio/model 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.d.mts +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/documentation/block-definitions/item.ts +5 -0
package/dist/index.mjs
CHANGED
|
@@ -2248,6 +2248,9 @@ var PageBlockDefinitionComponentOptions = z43.object({
|
|
|
2248
2248
|
renderLayoutAs: z43.enum(["List", "Table"]).optional(),
|
|
2249
2249
|
allowPropertySelection: z43.boolean().optional()
|
|
2250
2250
|
});
|
|
2251
|
+
var PageBlockDefinitionFigmaComponentOptions = z43.object({
|
|
2252
|
+
renderLayoutAs: z43.enum(["Grid", "PropsTable", "Canvas", "Playground"])
|
|
2253
|
+
});
|
|
2251
2254
|
var PageBlockDefinitionProperty = z43.object({
|
|
2252
2255
|
id: z43.string(),
|
|
2253
2256
|
name: z43.string(),
|
|
@@ -5573,6 +5576,7 @@ export {
|
|
|
5573
5576
|
PageBlockDefinitionBooleanOptions,
|
|
5574
5577
|
PageBlockDefinitionBooleanPropertyStyle,
|
|
5575
5578
|
PageBlockDefinitionComponentOptions,
|
|
5579
|
+
PageBlockDefinitionFigmaComponentOptions,
|
|
5576
5580
|
PageBlockDefinitionImageAspectRatio,
|
|
5577
5581
|
PageBlockDefinitionImageOptions,
|
|
5578
5582
|
PageBlockDefinitionImageWidth,
|