@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 CHANGED
@@ -661,6 +661,9 @@ body {
661
661
  .z-\[100\] {
662
662
  z-index: 100;
663
663
  }
664
+ .z-\[110\] {
665
+ z-index: 110;
666
+ }
664
667
  .z-\[60\] {
665
668
  z-index: 60;
666
669
  }
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-50 max-w-xs w-full ${className}`, children: [
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-50 max-w-xs w-full ${className}`, children: [
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optifye/dashboard-core",
3
- "version": "6.12.21",
3
+ "version": "6.12.22",
4
4
  "description": "Reusable UI & logic for Optifye dashboard",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",