@supernova-studio/model 0.53.2 → 0.53.3

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.53.2",
3
+ "version": "0.53.3",
4
4
  "description": "Supernova Data Models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -299,6 +299,7 @@ export const PageBlockBaseV1 = z.object({
299
299
  // Image
300
300
  asset: nullishToOptional(PageBlockAsset),
301
301
  alignment: nullishToOptional(PageBlockAlignment),
302
+ imageAlt: nullishToOptional(z.string()),
302
303
 
303
304
  // Shortcuts block
304
305
  shortcuts: nullishToOptional(z.array(PageBlockShortcut)),