react-better-html 1.1.117 → 1.1.119

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 CHANGED
@@ -747,6 +747,7 @@ type TooltipProps = {
747
747
  isSmall?: boolean;
748
748
  backgroundColor?: string;
749
749
  asContextMenu?: boolean;
750
+ isTabAccessed?: boolean;
750
751
  onOpen?: () => void;
751
752
  onClose?: () => void;
752
753
  children: React.ReactNode;
package/dist/index.d.ts CHANGED
@@ -747,6 +747,7 @@ type TooltipProps = {
747
747
  isSmall?: boolean;
748
748
  backgroundColor?: string;
749
749
  asContextMenu?: boolean;
750
+ isTabAccessed?: boolean;
750
751
  onOpen?: () => void;
751
752
  onClose?: () => void;
752
753
  children: React.ReactNode;
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
  {
@@ -7956,6 +7957,7 @@ TooltipComponent.item = (0, import_react24.forwardRef)(function Item({ icon, tex
7956
7957
  paddingBlock: theme2.styles.gap,
7957
7958
  paddingInline: theme2.styles.space,
7958
7959
  cursor: "pointer",
7960
+ isTabAccessed: true,
7959
7961
  id,
7960
7962
  value,
7961
7963
  onClick,