@uxf/data-grid 11.54.0 → 11.55.0

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": "@uxf/data-grid",
3
- "version": "11.54.0",
3
+ "version": "11.55.0",
4
4
  "description": "UXF DataGrid",
5
5
  "homepage": "https://gitlab.com/uxf-npm/data-grid#readme",
6
6
  "main": "index.js",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@uxf/core": "11.54.0",
35
35
  "@uxf/core-react": "11.54.0",
36
- "@uxf/ui": "11.54.0",
36
+ "@uxf/ui": "11.55.0",
37
37
  "dayjs": "1.11.13",
38
38
  "deepmerge": "4.3.1",
39
39
  "fast-glob": "3.3.2",
@@ -48,6 +48,7 @@
48
48
  "devDependencies": {
49
49
  "@types/react": "18.3.5",
50
50
  "@types/react-dom": "18.3.0",
51
+ "@types/qs": "6.9.18",
51
52
  "react": "18.3.1",
52
53
  "react-dom": "18.3.1"
53
54
  },
@@ -114,6 +114,7 @@
114
114
  &--header {
115
115
  background-color: var(--uxf-dg-table-header-bg-color);
116
116
  color: var(--uxf-dg-table-header-color);
117
+ min-height: 36px;
117
118
  position: relative;
118
119
  user-select: none;
119
120