evelearn-theme 2.0.21 → 2.0.23

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
@@ -1972,7 +1972,7 @@ var AnimateLogo = function() {
1972
1972
  if (isFirefox) {
1973
1973
  return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", {
1974
1974
  xmlns: "http://www.w3.org/2000/svg",
1975
- className: "animate-pulse",
1975
+ className: "animate-spin",
1976
1976
  viewBox: "0 0 600 600",
1977
1977
  children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("g", {
1978
1978
  children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("path", {
package/dist/index.mjs CHANGED
@@ -1784,7 +1784,7 @@ var AnimateLogo = function() {
1784
1784
  if (isFirefox) {
1785
1785
  return /* @__PURE__ */ jsx35("svg", {
1786
1786
  xmlns: "http://www.w3.org/2000/svg",
1787
- className: "animate-pulse",
1787
+ className: "animate-spin",
1788
1788
  viewBox: "0 0 600 600",
1789
1789
  children: /* @__PURE__ */ jsx35("g", {
1790
1790
  children: /* @__PURE__ */ jsxs16("path", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evelearn-theme",
3
- "version": "2.0.21",
3
+ "version": "2.0.23",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",