evelearn-theme 2.0.18 → 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 +7 -1
- package/dist/index.mjs +7 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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
|
-
|
|
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
|
@@ -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
|
-
|
|
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, {})
|