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.
@@ -307,18 +307,24 @@ const Er = (n) => {
307
307
  ]
308
308
  }
309
309
  );
310
- }, Ln = (n) => {
311
- const r = n.classNameTooltip, t = T({
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.hover,
314
- [ar.spInfoTooltip_clickable]: !n.hover,
315
- ...r && { [r]: !0 }
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
- ...n,
321
- classNameTooltip: t,
324
+ ...t,
325
+ classNameTooltip: a,
326
+ hover: n,
327
+ isVisibleTooltip: r,
322
328
  trigger: /* @__PURE__ */ k(Ne, { name: pe.Info })
323
329
  }
324
330
  );