@supernova-studio/model 0.53.7 → 0.53.8
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 +54 -0
- package/dist/index.d.ts +54 -0
- 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-v2.ts +2 -0
package/dist/index.mjs
CHANGED
|
@@ -2480,7 +2480,9 @@ var PageBlockItemTableImageNode = z44.object({
|
|
|
2480
2480
|
type: z44.literal("Image"),
|
|
2481
2481
|
id: z44.string(),
|
|
2482
2482
|
caption: PageBlockItemImageValue.shape.caption,
|
|
2483
|
-
|
|
2483
|
+
alt: PageBlockItemImageValue.shape.alt,
|
|
2484
|
+
value: PageBlockItemImageValue.shape.value,
|
|
2485
|
+
alignment: PageBlockItemImageValue.shape.alignment
|
|
2484
2486
|
});
|
|
2485
2487
|
var PageBlockItemTableNode = z44.discriminatedUnion("type", [
|
|
2486
2488
|
PageBlockItemTableRichTextNode,
|