@onehat/ui 0.3.165 → 0.3.167

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": "@onehat/ui",
3
- "version": "0.3.165",
3
+ "version": "0.3.167",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -120,6 +120,7 @@ function GridComponent(props) {
120
120
  h,
121
121
  flex,
122
122
  bg = '#fff',
123
+ verifyCanEdit,
123
124
 
124
125
  // withComponent
125
126
  self,
@@ -7,7 +7,7 @@ const
7
7
 
8
8
  const defaults = {
9
9
  ATTACHMENTS_MAX_FILESIZE: 1024 * 1024 * 5, // 5MB
10
- DEFAULT_WINDOW_WIDTH: 1000,
10
+ DEFAULT_WINDOW_WIDTH: 900,
11
11
  DEFAULT_WINDOW_HEIGHT: 800,
12
12
  FILTER_LABEL_FONTSIZE: DEFAULT_FONTSIZE,
13
13
  FORM_ANCILLARY_TITLE_FONTSIZE: 22,