@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.
- package/dist/uikit.js +1 -1
- 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" : "
|
|
26417
|
+
cursor: t.onCellClick ? "pointer" : "inherit",
|
|
26418
26418
|
"& .MuiTypography-root": {
|
|
26419
26419
|
textOverflow: "ellipsis",
|
|
26420
26420
|
overflow: "hidden",
|