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.
- package/dist/chunks/{tooltip-o938-GAz.js → tooltip-DgenLCkC.js} +2 -2
- package/dist/chunks/{tooltip-o938-GAz.js.map → tooltip-DgenLCkC.js.map} +1 -1
- package/dist/chunks/{tooltip-CjmRm1rv.js → tooltip-nCIpADfj.js} +2 -2
- package/dist/chunks/{tooltip-CjmRm1rv.js.map → tooltip-nCIpADfj.js.map} +1 -1
- package/dist/table/index.cjs.js +1 -1
- package/dist/table/index.es.js +1 -1
- package/dist/tooltip/index.cjs.js +1 -1
- package/dist/tooltip/index.es.js +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
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-
|
|
1921
|
+
//# sourceMappingURL=tooltip-DgenLCkC.js.map
|