@uxf/data-grid 11.58.0 → 11.58.1

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.58.0",
3
+ "version": "11.58.1",
4
4
  "description": "UXF DataGrid",
5
5
  "homepage": "https://gitlab.com/uxf-npm/data-grid#readme",
6
6
  "main": "index.js",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@uxf/core": "11.58.0",
35
- "@uxf/core-react": "11.58.0",
36
- "@uxf/ui": "11.58.0",
35
+ "@uxf/core-react": "11.58.1",
36
+ "@uxf/ui": "11.58.1",
37
37
  "dayjs": "1.11.13",
38
38
  "deepmerge": "4.3.1",
39
39
  "fast-glob": "3.3.2",
@@ -185,6 +185,17 @@
185
185
  }
186
186
  }
187
187
 
188
+ /* ensures no overflowing when no action cell */
189
+ .uxf-dg-table__row .uxf-dg-table__cell:last-child {
190
+ .uxf-dg-table__column-resize-handle {
191
+ right: 0;
192
+
193
+ &::before {
194
+ right: 0;
195
+ }
196
+ }
197
+ }
198
+
188
199
  &__no-rows-fallback {
189
200
  align-items: center;
190
201
  color: theme("colors.gray.600"); /* ?? */