@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/dist/index.mjs CHANGED
@@ -1043,7 +1043,6 @@ var PageBlockItemTableValue = z33.object({
1043
1043
  highlightHeaderColumn: z33.boolean().optional(),
1044
1044
  highlightHeaderRow: z33.boolean().optional(),
1045
1045
  showBorder: z33.boolean().optional(),
1046
- width: z33.number().optional(),
1047
1046
  value: z33.array(PageBlockItemTableRow)
1048
1047
  });
1049
1048