@uxf/data-grid 11.66.0 → 11.68.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.66.0",
3
+ "version": "11.68.0",
4
4
  "description": "UXF DataGrid",
5
5
  "homepage": "https://gitlab.com/uxf-npm/data-grid#readme",
6
6
  "main": "index.js",
@@ -31,9 +31,9 @@
31
31
  "typecheck": "tsc --noEmit --skipLibCheck"
32
32
  },
33
33
  "dependencies": {
34
- "@uxf/core": "11.60.1",
35
- "@uxf/core-react": "11.66.0",
36
- "@uxf/ui": "11.66.0",
34
+ "@uxf/core": "11.67.0",
35
+ "@uxf/core-react": "11.67.0",
36
+ "@uxf/ui": "11.67.0",
37
37
  "dayjs": "1.11.13",
38
38
  "deepmerge": "4.3.1",
39
39
  "fast-glob": "3.3.2",
@@ -167,7 +167,9 @@
167
167
  }
168
168
  }
169
169
 
170
- span {
170
+ & > span {
171
+ width: 100%; /* fix Firefox flex child issue with truncate */
172
+
171
173
  @apply truncate;
172
174
  }
173
175
  }