@supernova-studio/model 0.4.0 → 0.4.1

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.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Supernova Data Models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -269,7 +269,6 @@ export const PageBlockItemTableValue = z.object({
269
269
  highlightHeaderColumn: z.boolean().optional(),
270
270
  highlightHeaderRow: z.boolean().optional(),
271
271
  showBorder: z.boolean().optional(),
272
- width: z.number().optional(),
273
272
  value: z.array(PageBlockItemTableRow),
274
273
  });
275
274