radar-ui 1.1.11 → 1.1.12

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1101,7 +1101,7 @@ function Wt({
1101
1101
  g === "ASC" && (H.direction = "DESC"), g === "DESC" && (H.columnKey = void 0, H.direction = void 0), p(H.columnKey, H.direction);
1102
1102
  },
1103
1103
  style: {
1104
- cursor: "pointer",
1104
+ cursor: r.sortable ? "pointer" : "default",
1105
1105
  userSelect: "none"
1106
1106
  },
1107
1107
  children: r.title
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "radar-ui",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "A powerful React table component with drag & drop, resizing, sorting, grouped columns, and pagination",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",