react-better-html 1.1.117 → 1.1.118
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/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -7797,6 +7797,7 @@ var TooltipComponent = (0, import_react24.forwardRef)(function Tooltip({
|
|
|
7797
7797
|
isSmall,
|
|
7798
7798
|
backgroundColor,
|
|
7799
7799
|
asContextMenu,
|
|
7800
|
+
isTabAccessed,
|
|
7800
7801
|
onOpen,
|
|
7801
7802
|
onClose,
|
|
7802
7803
|
children
|
|
@@ -7886,7 +7887,7 @@ var TooltipComponent = (0, import_react24.forwardRef)(function Tooltip({
|
|
|
7886
7887
|
[isOpen, openTooltip, closeTooltip]
|
|
7887
7888
|
);
|
|
7888
7889
|
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(Div_default, { position: "relative", onClick: onClickHolder, onMouseEnter, onMouseLeave, children: [
|
|
7889
|
-
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Div_default, { width: "100%", ref: triggerHolderRef, children }),
|
|
7890
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Div_default, { width: "100%", isTabAccessed, ref: triggerHolderRef, children }),
|
|
7890
7891
|
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
7891
7892
|
TooltipContainer,
|
|
7892
7893
|
{
|