evelearn-theme 2.0.17 → 2.0.19

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.js CHANGED
@@ -571,7 +571,7 @@ var Overlay = function(param) {
571
571
  className: "animate-fade-in",
572
572
  children: withContainer ? /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", {
573
573
  onClick: onDismissed || onClick,
574
- className: "top-0 left-0 fixed w-full h-screen flex items-center justify-center",
574
+ className: "top-0 left-0 fixed w-full h-screen backdrop-blur-lg flex items-center justify-center bg-white/60 dark:bg-black/30",
575
575
  style: {
576
576
  background: isDark ? "rgba(0, 0, 0, ".concat(opacity || "0.7", ")") : "rgba(255, 255, 255, ".concat(opacity || "0.6", ")"),
577
577
  zIndex: zIndex || 9999
@@ -2103,9 +2103,15 @@ var OverlaySpinner = function(param) {
2103
2103
  ]);
2104
2104
  if (!visible || !mounted) return null;
2105
2105
  return (0, import_react_dom3.createPortal)(/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", {
2106
+ style: {
2107
+ zIndex: 11e3
2108
+ },
2106
2109
  className: "animate-fade-in",
2107
2110
  children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", {
2108
- className: "fixed top-0 left-0 w-full h-screen flex items-center justify-center z-50 dark:bg-black/70 bg-white/60",
2111
+ style: {
2112
+ zIndex: 11001
2113
+ },
2114
+ className: "fixed top-0 left-0 w-full h-screen flex items-center justify-center dark:bg-black/70 bg-white/60",
2109
2115
  children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", {
2110
2116
  className: "h-44 w-44 overflow-visible",
2111
2117
  children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(AnimateLogo_default, {})
package/dist/index.mjs CHANGED
@@ -383,7 +383,7 @@ var Overlay = function(param) {
383
383
  className: "animate-fade-in",
384
384
  children: withContainer ? /* @__PURE__ */ jsx10("div", {
385
385
  onClick: onDismissed || onClick,
386
- className: "top-0 left-0 fixed w-full h-screen flex items-center justify-center",
386
+ className: "top-0 left-0 fixed w-full h-screen backdrop-blur-lg flex items-center justify-center bg-white/60 dark:bg-black/30",
387
387
  style: {
388
388
  background: isDark ? "rgba(0, 0, 0, ".concat(opacity || "0.7", ")") : "rgba(255, 255, 255, ".concat(opacity || "0.6", ")"),
389
389
  zIndex: zIndex || 9999
@@ -1915,9 +1915,15 @@ var OverlaySpinner = function(param) {
1915
1915
  ]);
1916
1916
  if (!visible || !mounted) return null;
1917
1917
  return createPortal(/* @__PURE__ */ jsx36("div", {
1918
+ style: {
1919
+ zIndex: 11e3
1920
+ },
1918
1921
  className: "animate-fade-in",
1919
1922
  children: /* @__PURE__ */ jsx36("div", {
1920
- className: "fixed top-0 left-0 w-full h-screen flex items-center justify-center z-50 dark:bg-black/70 bg-white/60",
1923
+ style: {
1924
+ zIndex: 11001
1925
+ },
1926
+ className: "fixed top-0 left-0 w-full h-screen flex items-center justify-center dark:bg-black/70 bg-white/60",
1921
1927
  children: /* @__PURE__ */ jsx36("div", {
1922
1928
  className: "h-44 w-44 overflow-visible",
1923
1929
  children: /* @__PURE__ */ jsx36(AnimateLogo_default, {})
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evelearn-theme",
3
- "version": "2.0.17",
3
+ "version": "2.0.19",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",