@vizzly/dashboard 0.15.0-dev-ba8a28435aa076e29919ba69129815554b9af7e9 → 0.15.0-dev-212e9094d2b34b179af806d5b4bf4ff6cc900b3f
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.
|
@@ -56622,7 +56622,9 @@ var Tooltip$2 = function Tooltip(_ref) {
|
|
|
56622
56622
|
return /*#__PURE__*/ReactDOM.createPortal(jsxRuntime.jsx(tooltip$3.TooltipWithBounds, {
|
|
56623
56623
|
left: tooltipLeft,
|
|
56624
56624
|
top: tooltipTop,
|
|
56625
|
-
style:
|
|
56625
|
+
style: _extends({
|
|
56626
|
+
zIndex: 2147483647 * 10
|
|
56627
|
+
}, theme),
|
|
56626
56628
|
children: jsxRuntime.jsxs("div", {
|
|
56627
56629
|
className: "" + tooltipRowContainerClasses,
|
|
56628
56630
|
children: [jsxRuntime.jsx("span", {
|