evelearn-theme 2.0.18 → 2.0.20

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.
@@ -24,15 +24,6 @@ jobs:
24
24
  - name: Install dependencies
25
25
  run: npm ci
26
26
 
27
- - name: Bump version (patch)
28
- run: |
29
- git config --global user.name "github-actions[bot]"
30
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
31
- npm version patch --no-git-tag-version
32
- git add package.json package-lock.json
33
- git commit -m "chore: bump version [skip ci]"
34
- git push
35
-
36
27
  - name: Build the package
37
28
  run: npm run build
38
29
 
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
- 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
@@ -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.18",
3
+ "version": "2.0.20",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",