@onehat/ui 0.3.389 → 0.3.391

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.
@@ -0,0 +1,7 @@
1
+ {
2
+ "folders": [
3
+ {
4
+ "path": "."
5
+ }
6
+ ]
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onehat/ui",
3
- "version": "0.3.389",
3
+ "version": "0.3.391",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@hookform/resolvers": "^3.3.1",
29
29
  "@k-renwick/colour-mixer": "^1.2.1",
30
- "@onehat/data": "^1.22.0",
30
+ "@onehat/data": "~1.22.13",
31
31
  "@react-native-community/slider": "^4.5.2",
32
32
  "@reduxjs/toolkit": "^1.9.5",
33
33
  "inflector-js": "^1.0.1",
@@ -1069,7 +1069,7 @@ function GridComponent(props) {
1069
1069
  overflow: 'auto',
1070
1070
  height: '100%',
1071
1071
  }}
1072
- refreshing={isLoading}
1072
+ refreshing={false}
1073
1073
  onRefresh={pullToRefresh ? onRefresh : null}
1074
1074
  progressViewOffset={100}
1075
1075
  data={rowData}