@supernova-studio/model 0.32.0 → 0.34.0
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 +187 -187
- package/dist/index.d.ts +187 -187
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/documentation/block-definitions/item.ts +0 -1
- package/src/dsm/elements/data/documentation-block-v2.ts +1 -1
package/package.json
CHANGED
|
@@ -173,7 +173,6 @@ export const PageBlockDefinitionProperty = z.object({
|
|
|
173
173
|
name: z.string(),
|
|
174
174
|
type: PageBlockDefinitionPropertyType,
|
|
175
175
|
description: z.string().optional(),
|
|
176
|
-
// TODO Docs
|
|
177
176
|
options: PageBlockDefinitionUntypedPropertyOptions.optional(),
|
|
178
177
|
variantOptions: z.record(PageBlockDefinitionUntypedPropertyOptions).optional(),
|
|
179
178
|
});
|
|
@@ -38,7 +38,7 @@ export const PageBlockImageReference = z.object({
|
|
|
38
38
|
type: PageBlockImageType,
|
|
39
39
|
|
|
40
40
|
resource: PageBlockImageResourceReference.optional(),
|
|
41
|
-
|
|
41
|
+
figmaNode: PageBlockResourceFrameNodeReference.optional(),
|
|
42
42
|
});
|
|
43
43
|
|
|
44
44
|
export const PageBlockColorV2 = z.object({
|