@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.
package/dist/dashboard.esm.js
CHANGED
|
@@ -56686,7 +56686,9 @@ var Tooltip$2 = function Tooltip(_ref) {
|
|
|
56686
56686
|
return /*#__PURE__*/createPortal(jsx(TooltipWithBounds, {
|
|
56687
56687
|
left: tooltipLeft,
|
|
56688
56688
|
top: tooltipTop,
|
|
56689
|
-
style:
|
|
56689
|
+
style: _extends({
|
|
56690
|
+
zIndex: 2147483647 * 10
|
|
56691
|
+
}, theme),
|
|
56690
56692
|
children: jsxs("div", {
|
|
56691
56693
|
className: "" + tooltipRowContainerClasses,
|
|
56692
56694
|
children: [jsx("span", {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizzly/dashboard",
|
|
3
3
|
"author": "james@vizzly.co",
|
|
4
|
-
"version": "0.15.0-dev-
|
|
4
|
+
"version": "0.15.0-dev-212e9094d2b34b179af806d5b4bf4ff6cc900b3f",
|
|
5
5
|
"source": "src/index.tsx",
|
|
6
6
|
"types": "./dist/dashboard/src/index.d.ts",
|
|
7
7
|
"module": "./dist/dashboard.esm.js",
|