test-stpr-ui-kit 0.5.114 → 0.5.115
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/test-stpr-ui-kit.js
CHANGED
|
@@ -307,18 +307,24 @@ const Er = (n) => {
|
|
|
307
307
|
]
|
|
308
308
|
}
|
|
309
309
|
);
|
|
310
|
-
}, Ln = (
|
|
311
|
-
|
|
310
|
+
}, Ln = ({
|
|
311
|
+
hover: n = !0,
|
|
312
|
+
isVisibleTooltip: r = !0,
|
|
313
|
+
...t
|
|
314
|
+
}) => {
|
|
315
|
+
const e = t.classNameTooltip, a = T({
|
|
312
316
|
[ar.spInfoTooltip]: !0,
|
|
313
|
-
[ar.spInfoTooltip_hover]: n
|
|
314
|
-
[ar.spInfoTooltip_clickable]: !n
|
|
315
|
-
...
|
|
317
|
+
[ar.spInfoTooltip_hover]: n,
|
|
318
|
+
[ar.spInfoTooltip_clickable]: !n,
|
|
319
|
+
...e && { [e]: !0 }
|
|
316
320
|
});
|
|
317
321
|
return /* @__PURE__ */ k(
|
|
318
322
|
Er,
|
|
319
323
|
{
|
|
320
|
-
...
|
|
321
|
-
classNameTooltip:
|
|
324
|
+
...t,
|
|
325
|
+
classNameTooltip: a,
|
|
326
|
+
hover: n,
|
|
327
|
+
isVisibleTooltip: r,
|
|
322
328
|
trigger: /* @__PURE__ */ k(Ne, { name: pe.Info })
|
|
323
329
|
}
|
|
324
330
|
);
|