@visns-studio/visns-components 3.8.11 → 3.8.13

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.
@@ -1052,7 +1052,7 @@ function Field({
1052
1052
  value={inputValue || ''}
1053
1053
  init={{
1054
1054
  branding: false,
1055
- height: 500,
1055
+ height: settings.height ? settings.height : 500,
1056
1056
  menubar: false,
1057
1057
  plugins: [
1058
1058
  'advlist',
@@ -7,6 +7,7 @@ import Download from '../Download';
7
7
  import Field from '../Field';
8
8
  import Table from '../DataGrid';
9
9
  import TableFilter from '../TableFilter';
10
+ import _ from 'lodash';
10
11
 
11
12
  function useWindowHeight() {
12
13
  const [windowHeight, setWindowHeight] = useState(window.innerHeight);
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "@inovua/reactdatagrid-community": "^5.10.2",
4
- "@nivo/bar": "^0.85.1",
5
- "@nivo/core": "^0.85.1",
6
- "@nivo/line": "^0.85.1",
7
- "@nivo/pie": "^0.85.1",
4
+ "@nivo/bar": "^0.86.0",
5
+ "@nivo/core": "^0.86.0",
6
+ "@nivo/line": "^0.86.0",
7
+ "@nivo/pie": "^0.86.0",
8
8
  "@tinymce/tinymce-react": "^5.0.1",
9
9
  "add": "^2.0.6",
10
10
  "akar-icons": "^1.9.31",
@@ -37,7 +37,7 @@
37
37
  "react-to-print": "^2.15.1",
38
38
  "react-toastify": "^10.0.5",
39
39
  "react-toggle": "^4.1.3",
40
- "react-tooltip": "^5.26.3",
40
+ "react-tooltip": "^5.26.4",
41
41
  "react-window": "^1.8.10",
42
42
  "reactjs-popup": "^2.0.6",
43
43
  "truncate": "^3.0.0",
@@ -54,7 +54,7 @@
54
54
  "react-dom": "^17.0.1"
55
55
  },
56
56
  "name": "@visns-studio/visns-components",
57
- "version": "3.8.11",
57
+ "version": "3.8.13",
58
58
  "description": "Various packages to assist in the development of our Custom Applications.",
59
59
  "main": "index.js",
60
60
  "scripts": {