evelearn-theme 2.0.21 → 2.0.22
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 +33 -36
- package/dist/index.mjs +33 -36
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2018,30 +2018,27 @@ 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.jsx)("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
|
-
|
|
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", {
|
|
2025
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("path", {
|
|
2026
|
+
className: "stroke-black dark:stroke-white text-gray-900 dark:text-gray-50",
|
|
2027
|
+
stroke: "currentColor",
|
|
2028
|
+
id: "motionPath",
|
|
2029
|
+
fill: "none",
|
|
2030
|
+
strokeLinecap: "round",
|
|
2031
|
+
height: 600,
|
|
2032
|
+
width: 600,
|
|
2033
|
+
style: {
|
|
2034
|
+
transformOrigin: "center"
|
|
2035
|
+
},
|
|
2036
|
+
strokeMiterlimit: "10",
|
|
2037
|
+
strokeWidth: "82",
|
|
2038
|
+
strokeDasharray: "1600",
|
|
2039
|
+
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",
|
|
2040
|
+
children: [
|
|
2041
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("animate", {
|
|
2045
2042
|
attributeName: "stroke-dashoffset",
|
|
2046
2043
|
to: "0",
|
|
2047
2044
|
from: "1600",
|
|
@@ -2052,22 +2049,22 @@ var AnimateLogo = function() {
|
|
|
2052
2049
|
keyTimes: "0;0.375;0.5;0.875;1",
|
|
2053
2050
|
keySplines: "0 0.26 0 1;0 0.26 0 1;0 0.26 0 1;0 0.26 0 1",
|
|
2054
2051
|
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;"
|
|
2055
2065
|
})
|
|
2056
|
-
|
|
2057
|
-
|
|
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
|
-
]
|
|
2066
|
+
]
|
|
2067
|
+
})
|
|
2071
2068
|
})
|
|
2072
2069
|
});
|
|
2073
2070
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -1830,30 +1830,27 @@ 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__ */ jsx35("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
|
-
|
|
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", {
|
|
1837
|
+
children: /* @__PURE__ */ jsxs16("path", {
|
|
1838
|
+
className: "stroke-black dark:stroke-white text-gray-900 dark:text-gray-50",
|
|
1839
|
+
stroke: "currentColor",
|
|
1840
|
+
id: "motionPath",
|
|
1841
|
+
fill: "none",
|
|
1842
|
+
strokeLinecap: "round",
|
|
1843
|
+
height: 600,
|
|
1844
|
+
width: 600,
|
|
1845
|
+
style: {
|
|
1846
|
+
transformOrigin: "center"
|
|
1847
|
+
},
|
|
1848
|
+
strokeMiterlimit: "10",
|
|
1849
|
+
strokeWidth: "82",
|
|
1850
|
+
strokeDasharray: "1600",
|
|
1851
|
+
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",
|
|
1852
|
+
children: [
|
|
1853
|
+
/* @__PURE__ */ jsx35("animate", {
|
|
1857
1854
|
attributeName: "stroke-dashoffset",
|
|
1858
1855
|
to: "0",
|
|
1859
1856
|
from: "1600",
|
|
@@ -1864,22 +1861,22 @@ var AnimateLogo = function() {
|
|
|
1864
1861
|
keyTimes: "0;0.375;0.5;0.875;1",
|
|
1865
1862
|
keySplines: "0 0.26 0 1;0 0.26 0 1;0 0.26 0 1;0 0.26 0 1",
|
|
1866
1863
|
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;"
|
|
1867
1877
|
})
|
|
1868
|
-
|
|
1869
|
-
|
|
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
|
-
]
|
|
1878
|
+
]
|
|
1879
|
+
})
|
|
1883
1880
|
})
|
|
1884
1881
|
});
|
|
1885
1882
|
};
|