@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supernova-studio/model",
3
- "version": "0.52.8",
3
+ "version": "0.52.9",
4
4
  "description": "Supernova Data Models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -243,6 +243,7 @@ export const PageBlockGuideline = z.object({
243
243
  type: z.string(),
244
244
  imageAlt: nullishToOptional(z.string()),
245
245
  imageCaption: nullishToOptional(z.string()),
246
+ imageAlignment: nullishToOptional(PageBlockAlignment),
246
247
  });
247
248
 
248
249
  export type PageBlockCalloutType = z.infer<typeof PageBlockCalloutType>;