@turquoisehealth/pit-viper 2.189.1-dev.0 → 2.189.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
|
@@ -8476,8 +8476,8 @@ var du = ({ currentRowGroupColumnsLength: e, shouldShowFocusOverlayText: t, char
|
|
|
8476
8476
|
let t = e.value, n = ce(N.value);
|
|
8477
8477
|
typeof n == "function" && (t = n(e));
|
|
8478
8478
|
let r = l.enableFocusView && re.value.includes(e.value) ? ` (${l.focusText})` : "";
|
|
8479
|
-
if (typeof t == "string" && t.length + r.length >
|
|
8480
|
-
let e =
|
|
8479
|
+
if (typeof t == "string" && t.length + r.length > 35 && !e.context?.tooltip) {
|
|
8480
|
+
let e = 35 - r.length - 3;
|
|
8481
8481
|
return t.substring(0, e) + "..." + r;
|
|
8482
8482
|
}
|
|
8483
8483
|
return t + r;
|