@mdtl/uikit 0.0.70 → 0.0.71

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/uikit.js +1 -1
  2. package/package.json +1 -1
package/dist/uikit.js CHANGED
@@ -26414,7 +26414,7 @@ const Ju = wt.memo(function(t) {
26414
26414
  className: "ellipsis w100",
26415
26415
  onClick: l,
26416
26416
  sx: {
26417
- cursor: t.onCellClick ? "pointer" : "default",
26417
+ cursor: t.onCellClick ? "pointer" : "inherit",
26418
26418
  "& .MuiTypography-root": {
26419
26419
  textOverflow: "ellipsis",
26420
26420
  overflow: "hidden",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdtl/uikit",
3
- "version": "0.0.70",
3
+ "version": "0.0.71",
4
4
  "type": "module",
5
5
  "main": "./dist/uikit.js",
6
6
  "types": "./dist/index.d.ts",