lizaui 9.0.15 → 9.0.16

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.
@@ -1896,7 +1896,7 @@ const Tooltip = ({ children, content, className, placement = "top", showArrow =
1896
1896
  const role = useRole(context);
1897
1897
  const { getReferenceProps, getFloatingProps } = useInteractions([hover, focus, dismiss, role]);
1898
1898
  const mergedClass = twMerge(
1899
- clsx("bg-content1 font-normal text-sm rounded-md filter-(--filter-drop-shadow-small) flex justify-center items-center z-10 px-2.5 py-1 outline-none box-border subpixel-antialiased normal-case", className)
1899
+ clsx("bg-content1 font-normal text-sm rounded-md filter-(--filter-drop-shadow-small) flex justify-center items-center z-99 px-2.5 py-1 outline-none box-border subpixel-antialiased normal-case", className)
1900
1900
  );
1901
1901
  return /* @__PURE__ */ jsxs(Fragment, { children: [
1902
1902
  /* @__PURE__ */ jsx("div", { ref: refs.setReference, ...getReferenceProps(), children }),
@@ -1918,4 +1918,4 @@ const Tooltip = ({ children, content, className, placement = "top", showArrow =
1918
1918
  export {
1919
1919
  Tooltip as T
1920
1920
  };
1921
- //# sourceMappingURL=tooltip-o938-GAz.js.map
1921
+ //# sourceMappingURL=tooltip-DgenLCkC.js.map