@optifye/dashboard-core 6.12.21 → 6.12.22
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.css +3 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -39819,7 +39819,7 @@ var BreakNotificationPopup = ({
|
|
|
39819
39819
|
return null;
|
|
39820
39820
|
}
|
|
39821
39821
|
const currentBreak = visibleBreaks[currentIndex];
|
|
39822
|
-
return /* @__PURE__ */ jsxRuntime.jsx(AnimatePresence, { children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `fixed right-4 top-24 z-
|
|
39822
|
+
return /* @__PURE__ */ jsxRuntime.jsx(AnimatePresence, { children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `fixed right-4 top-24 z-[110] max-w-xs w-full ${className}`, children: [
|
|
39823
39823
|
visibleBreaks.length > 1 && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
39824
39824
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
39825
39825
|
"div",
|
package/dist/index.mjs
CHANGED
|
@@ -39790,7 +39790,7 @@ var BreakNotificationPopup = ({
|
|
|
39790
39790
|
return null;
|
|
39791
39791
|
}
|
|
39792
39792
|
const currentBreak = visibleBreaks[currentIndex];
|
|
39793
|
-
return /* @__PURE__ */ jsx(AnimatePresence, { children: /* @__PURE__ */ jsxs("div", { className: `fixed right-4 top-24 z-
|
|
39793
|
+
return /* @__PURE__ */ jsx(AnimatePresence, { children: /* @__PURE__ */ jsxs("div", { className: `fixed right-4 top-24 z-[110] max-w-xs w-full ${className}`, children: [
|
|
39794
39794
|
visibleBreaks.length > 1 && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
39795
39795
|
/* @__PURE__ */ jsx(
|
|
39796
39796
|
"div",
|