@supernova-studio/model 0.52.8 → 0.52.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.mjs CHANGED
@@ -1840,7 +1840,8 @@ var PageBlockGuideline = z39.object({
1840
1840
  asset: nullishToOptional(PageBlockAsset),
1841
1841
  type: z39.string(),
1842
1842
  imageAlt: nullishToOptional(z39.string()),
1843
- imageCaption: nullishToOptional(z39.string())
1843
+ imageCaption: nullishToOptional(z39.string()),
1844
+ imageAlignment: nullishToOptional(PageBlockAlignment)
1844
1845
  });
1845
1846
  var PageBlockBaseV1 = z39.object({
1846
1847
  persistentId: z39.string(),