@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/dist/index.js CHANGED
@@ -1897,6 +1897,7 @@ var PageBlockBaseV1 = _zod.z.object({
1897
1897
  // Image
1898
1898
  asset: nullishToOptional(PageBlockAsset),
1899
1899
  alignment: nullishToOptional(PageBlockAlignment),
1900
+ imageAlt: nullishToOptional(_zod.z.string()),
1900
1901
  // Shortcuts block
1901
1902
  shortcuts: nullishToOptional(_zod.z.array(PageBlockShortcut)),
1902
1903
  // Guidelines