evelearn-theme 2.0.22 → 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 +37 -34
- package/dist/index.mjs +37 -34
- package/package.json +1 -1
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-
|
|
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", {
|
|
@@ -2018,27 +2018,30 @@ var AnimateLogo = function() {
|
|
|
2018
2018
|
return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", {
|
|
2019
2019
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2020
2020
|
viewBox: "0 0 600 600",
|
|
2021
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime35.
|
|
2021
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", {
|
|
2022
2022
|
style: {
|
|
2023
2023
|
transformOrigin: "center"
|
|
2024
2024
|
},
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2025
|
+
transform: "translate(300 300) rotate(0)",
|
|
2026
|
+
height: 176,
|
|
2027
|
+
width: 176,
|
|
2028
|
+
children: [
|
|
2029
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", {
|
|
2030
|
+
className: "stroke-black dark:stroke-white text-gray-900 dark:text-gray-50",
|
|
2031
|
+
stroke: "currentColor",
|
|
2032
|
+
id: "motionPath",
|
|
2033
|
+
fill: "none",
|
|
2034
|
+
strokeLinecap: "round",
|
|
2035
|
+
height: 600,
|
|
2036
|
+
width: 600,
|
|
2037
|
+
style: {
|
|
2038
|
+
transformOrigin: "center"
|
|
2039
|
+
},
|
|
2040
|
+
strokeMiterlimit: "10",
|
|
2041
|
+
strokeWidth: "82",
|
|
2042
|
+
strokeDasharray: "1600",
|
|
2043
|
+
d: "M466.49 164.79c17.79 34.76 25.48 75.66 19.08 118.96-11.28 76.36-67.11 139.06-141.89 158.25-127.11 32.61-243.49-61.27-245.86-184.81C95.79 150.86 182.9 60.52 289.23 58.56c33.95-.63 66.08 7.48 94.22 22.29 0 0 15.68 6.34 10.14 23.19 0 0-68.52 219.82-352.61 268.06",
|
|
2044
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("animate", {
|
|
2042
2045
|
attributeName: "stroke-dashoffset",
|
|
2043
2046
|
to: "0",
|
|
2044
2047
|
from: "1600",
|
|
@@ -2049,22 +2052,22 @@ var AnimateLogo = function() {
|
|
|
2049
2052
|
keyTimes: "0;0.375;0.5;0.875;1",
|
|
2050
2053
|
keySplines: "0 0.26 0 1;0 0.26 0 1;0 0.26 0 1;0 0.26 0 1",
|
|
2051
2054
|
values: "1600;0;0;1600;1600"
|
|
2052
|
-
}),
|
|
2053
|
-
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("animateTransform", {
|
|
2054
|
-
attributeName: "transform",
|
|
2055
|
-
type: "rotate",
|
|
2056
|
-
from: "0 300 300",
|
|
2057
|
-
to: "360 300 300",
|
|
2058
|
-
dur: "2s",
|
|
2059
|
-
fill: "freeze",
|
|
2060
|
-
repeatCount: "indefinite",
|
|
2061
|
-
calcMode: "cubic",
|
|
2062
|
-
keyTimes: "0;0.75;1",
|
|
2063
|
-
keySplines: "0 0.26 0 1",
|
|
2064
|
-
values: "0 300 300;360 300 300;360 300 300;"
|
|
2065
2055
|
})
|
|
2066
|
-
|
|
2067
|
-
|
|
2056
|
+
}),
|
|
2057
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("animateTransform", {
|
|
2058
|
+
attributeName: "transform",
|
|
2059
|
+
type: "rotate",
|
|
2060
|
+
from: "0",
|
|
2061
|
+
to: "360",
|
|
2062
|
+
dur: "2s",
|
|
2063
|
+
fill: "freeze",
|
|
2064
|
+
repeatCount: "indefinite",
|
|
2065
|
+
calcMode: "cubic",
|
|
2066
|
+
keyTimes: "0;0.75;1",
|
|
2067
|
+
keySplines: "0 0.26 0 1",
|
|
2068
|
+
values: "0;360;360;"
|
|
2069
|
+
})
|
|
2070
|
+
]
|
|
2068
2071
|
})
|
|
2069
2072
|
});
|
|
2070
2073
|
};
|
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-
|
|
1787
|
+
className: "animate-spin",
|
|
1788
1788
|
viewBox: "0 0 600 600",
|
|
1789
1789
|
children: /* @__PURE__ */ jsx35("g", {
|
|
1790
1790
|
children: /* @__PURE__ */ jsxs16("path", {
|
|
@@ -1830,27 +1830,30 @@ var AnimateLogo = function() {
|
|
|
1830
1830
|
return /* @__PURE__ */ jsx35("svg", {
|
|
1831
1831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1832
1832
|
viewBox: "0 0 600 600",
|
|
1833
|
-
children: /* @__PURE__ */
|
|
1833
|
+
children: /* @__PURE__ */ jsxs16("g", {
|
|
1834
1834
|
style: {
|
|
1835
1835
|
transformOrigin: "center"
|
|
1836
1836
|
},
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1837
|
+
transform: "translate(300 300) rotate(0)",
|
|
1838
|
+
height: 176,
|
|
1839
|
+
width: 176,
|
|
1840
|
+
children: [
|
|
1841
|
+
/* @__PURE__ */ jsx35("path", {
|
|
1842
|
+
className: "stroke-black dark:stroke-white text-gray-900 dark:text-gray-50",
|
|
1843
|
+
stroke: "currentColor",
|
|
1844
|
+
id: "motionPath",
|
|
1845
|
+
fill: "none",
|
|
1846
|
+
strokeLinecap: "round",
|
|
1847
|
+
height: 600,
|
|
1848
|
+
width: 600,
|
|
1849
|
+
style: {
|
|
1850
|
+
transformOrigin: "center"
|
|
1851
|
+
},
|
|
1852
|
+
strokeMiterlimit: "10",
|
|
1853
|
+
strokeWidth: "82",
|
|
1854
|
+
strokeDasharray: "1600",
|
|
1855
|
+
d: "M466.49 164.79c17.79 34.76 25.48 75.66 19.08 118.96-11.28 76.36-67.11 139.06-141.89 158.25-127.11 32.61-243.49-61.27-245.86-184.81C95.79 150.86 182.9 60.52 289.23 58.56c33.95-.63 66.08 7.48 94.22 22.29 0 0 15.68 6.34 10.14 23.19 0 0-68.52 219.82-352.61 268.06",
|
|
1856
|
+
children: /* @__PURE__ */ jsx35("animate", {
|
|
1854
1857
|
attributeName: "stroke-dashoffset",
|
|
1855
1858
|
to: "0",
|
|
1856
1859
|
from: "1600",
|
|
@@ -1861,22 +1864,22 @@ var AnimateLogo = function() {
|
|
|
1861
1864
|
keyTimes: "0;0.375;0.5;0.875;1",
|
|
1862
1865
|
keySplines: "0 0.26 0 1;0 0.26 0 1;0 0.26 0 1;0 0.26 0 1",
|
|
1863
1866
|
values: "1600;0;0;1600;1600"
|
|
1864
|
-
}),
|
|
1865
|
-
/* @__PURE__ */ jsx35("animateTransform", {
|
|
1866
|
-
attributeName: "transform",
|
|
1867
|
-
type: "rotate",
|
|
1868
|
-
from: "0 300 300",
|
|
1869
|
-
to: "360 300 300",
|
|
1870
|
-
dur: "2s",
|
|
1871
|
-
fill: "freeze",
|
|
1872
|
-
repeatCount: "indefinite",
|
|
1873
|
-
calcMode: "cubic",
|
|
1874
|
-
keyTimes: "0;0.75;1",
|
|
1875
|
-
keySplines: "0 0.26 0 1",
|
|
1876
|
-
values: "0 300 300;360 300 300;360 300 300;"
|
|
1877
1867
|
})
|
|
1878
|
-
|
|
1879
|
-
|
|
1868
|
+
}),
|
|
1869
|
+
/* @__PURE__ */ jsx35("animateTransform", {
|
|
1870
|
+
attributeName: "transform",
|
|
1871
|
+
type: "rotate",
|
|
1872
|
+
from: "0",
|
|
1873
|
+
to: "360",
|
|
1874
|
+
dur: "2s",
|
|
1875
|
+
fill: "freeze",
|
|
1876
|
+
repeatCount: "indefinite",
|
|
1877
|
+
calcMode: "cubic",
|
|
1878
|
+
keyTimes: "0;0.75;1",
|
|
1879
|
+
keySplines: "0 0.26 0 1",
|
|
1880
|
+
values: "0;360;360;"
|
|
1881
|
+
})
|
|
1882
|
+
]
|
|
1880
1883
|
})
|
|
1881
1884
|
});
|
|
1882
1885
|
};
|