@supernova-studio/model 0.55.28 → 0.55.29

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.55.28",
3
+ "version": "0.55.29",
4
4
  "description": "Supernova Data Models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -293,7 +293,9 @@ export const PageBlockBaseV1 = z.object({
293
293
  persistentId: z.string(),
294
294
  type: PageBlockTypeV1,
295
295
 
296
+ // V2 generic attributes
296
297
  numberOfColumns: nullishToOptional(z.number()),
298
+ itemBackgroundColor: nullishToOptional(ColorTokenInlineData),
297
299
 
298
300
  // Element linking
299
301
  designObjectId: nullishToOptional(z.string()),