telecop 0.1.31 → 0.1.32

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.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsx as n, jsxs as u, Fragment as T } from "react/jsx-runtime";
3
- import q, { useState as G, useRef as f, useEffect as v } from "react";
4
- const ja = ({
3
+ import q, { useState as G, useRef as f, useEffect as k } from "react";
4
+ const Fa = ({
5
5
  children: e,
6
6
  variant: a = "primary",
7
7
  size: t = "md",
@@ -27,7 +27,7 @@ const ja = ({
27
27
  children: e
28
28
  }
29
29
  );
30
- }, O = ({
30
+ }, Y = ({
31
31
  children: e,
32
32
  variant: a = "blur",
33
33
  size: t = "md",
@@ -35,11 +35,11 @@ const ja = ({
35
35
  disabled: o = !1,
36
36
  className: i = ""
37
37
  }) => {
38
- const [s, d] = G([]), l = (p) => {
38
+ const [s, d] = G([]), l = (g) => {
39
39
  if (!o && r) {
40
- const h = p.currentTarget.getBoundingClientRect(), x = p.clientX - h.left, N = p.clientY - h.top, k = Date.now();
41
- d([...s, { x, y: N, id: k }]), setTimeout(() => {
42
- d((P) => P.filter((R) => R.id !== k));
40
+ const y = g.currentTarget.getBoundingClientRect(), b = g.clientX - y.left, N = g.clientY - y.top, v = Date.now();
41
+ d([...s, { x: b, y: N, id: v }]), setTimeout(() => {
42
+ d((M) => M.filter((O) => O.id !== v));
43
43
  }, 800), r();
44
44
  }
45
45
  }, c = `
@@ -52,11 +52,11 @@ const ja = ({
52
52
  cursor-pointer
53
53
  shadow-xl
54
54
  group
55
- `, g = {
55
+ `, p = {
56
56
  sm: "px-5 py-2.5 text-sm",
57
57
  md: "px-7 py-3.5 text-base",
58
58
  lg: "px-9 py-4.5 text-lg"
59
- }, b = {
59
+ }, x = {
60
60
  blur: `
61
61
  bg-white/5
62
62
  hover:bg-white/15
@@ -86,7 +86,7 @@ const ja = ({
86
86
  return /* @__PURE__ */ u(
87
87
  "button",
88
88
  {
89
- className: `${c} ${g[t]} ${b[a]} ${m} ${i}`,
89
+ className: `${c} ${p[t]} ${x[a]} ${m} ${i}`,
90
90
  onClick: l,
91
91
  disabled: o,
92
92
  children: [
@@ -96,128 +96,25 @@ const ja = ({
96
96
  ] }),
97
97
  a === "blur" && !o && /* @__PURE__ */ n("span", { className: "absolute inset-0 bg-white/5 blur-xl opacity-0 group-hover:opacity-100 transition-opacity duration-500" }),
98
98
  /* @__PURE__ */ n("span", { className: "absolute inset-0 rounded-2xl opacity-0 group-hover:opacity-100 transition-opacity duration-500 pointer-events-none", children: /* @__PURE__ */ n("span", { className: "absolute inset-[-2px] rounded-2xl bg-gradient-to-r from-transparent via-white/40 to-transparent blur-sm animate-shimmer" }) }),
99
- s.map((p) => /* @__PURE__ */ n(
99
+ s.map((g) => /* @__PURE__ */ n(
100
100
  "span",
101
101
  {
102
102
  className: "absolute rounded-full bg-white/30 pointer-events-none animate-ripple",
103
103
  style: {
104
- left: p.x,
105
- top: p.y,
104
+ left: g.x,
105
+ top: g.y,
106
106
  width: "20px",
107
107
  height: "20px",
108
108
  transform: "translate(-50%, -50%)"
109
109
  }
110
110
  },
111
- p.id
111
+ g.id
112
112
  )),
113
113
  /* @__PURE__ */ n("span", { className: "relative z-10 drop-shadow-lg", children: e })
114
114
  ]
115
115
  }
116
116
  );
117
- }, Fa = ({
118
- name: e,
119
- title: a,
120
- description: t = "Welcome to my portfolio",
121
- primaryButtonText: r = "Get Started",
122
- primaryButtonLink: o,
123
- primaryButtonOnClick: i,
124
- secondaryButtonText: s = "Learn More",
125
- secondaryButtonLink: d,
126
- secondaryButtonOnClick: l,
127
- backgroundGradient: c = "linear-gradient(135deg, #667eea 0%, #764ba2 100%)",
128
- animationType: g,
129
- className: b = ""
130
- }) => {
131
- const m = () => {
132
- o ? window.location.href = o : i && i();
133
- }, p = () => {
134
- d ? window.location.href = d : l && l();
135
- }, h = o ? /* @__PURE__ */ n("a", { href: o, style: { textDecoration: "none" }, children: /* @__PURE__ */ n(O, { variant: "waves", size: "lg", children: r }) }) : /* @__PURE__ */ n(
136
- O,
137
- {
138
- variant: "waves",
139
- size: "lg",
140
- onClick: i || m,
141
- children: r
142
- }
143
- ), x = d ? /* @__PURE__ */ n("a", { href: d, style: { textDecoration: "none" }, children: /* @__PURE__ */ n(O, { variant: "blur", size: "lg", children: s }) }) : /* @__PURE__ */ n(
144
- O,
145
- {
146
- variant: "blur",
147
- size: "lg",
148
- onClick: l || p,
149
- children: s
150
- }
151
- );
152
- return /* @__PURE__ */ n(
153
- "div",
154
- {
155
- className: g ? `animate-gradient-${g}` : "",
156
- style: {
157
- background: c,
158
- minHeight: "100vh"
159
- },
160
- children: /* @__PURE__ */ n("div", { className: `min-h-screen flex items-center justify-center p-8 ${b}`, children: /* @__PURE__ */ u("div", { className: "max-w-4xl w-full text-center space-y-8", children: [
161
- /* @__PURE__ */ n(
162
- "h1",
163
- {
164
- className: "text-6xl md:text-8xl font-bold text-white mb-4",
165
- style: {
166
- textShadow: "0 0 40px rgba(0,0,0,0.3)",
167
- animation: "fadeInUp 0.8s ease-out"
168
- },
169
- children: e
170
- }
171
- ),
172
- /* @__PURE__ */ n(
173
- "h2",
174
- {
175
- className: "text-3xl md:text-5xl font-semibold text-white/90",
176
- style: {
177
- textShadow: "0 0 30px rgba(0,0,0,0.2)",
178
- animation: "fadeInUp 1s ease-out 0.2s backwards"
179
- },
180
- children: a
181
- }
182
- ),
183
- /* @__PURE__ */ n(
184
- "p",
185
- {
186
- className: "text-xl md:text-2xl text-white/80 max-w-2xl mx-auto",
187
- style: {
188
- textShadow: "0 0 20px rgba(0,0,0,0.2)",
189
- animation: "fadeInUp 1.2s ease-out 0.4s backwards"
190
- },
191
- children: t
192
- }
193
- ),
194
- /* @__PURE__ */ u(
195
- "div",
196
- {
197
- className: "flex flex-wrap gap-6 justify-center mt-12",
198
- style: {
199
- animation: "fadeInUp 1.4s ease-out 0.6s backwards"
200
- },
201
- children: [
202
- h,
203
- x
204
- ]
205
- }
206
- ),
207
- /* @__PURE__ */ n(
208
- "div",
209
- {
210
- className: "mt-16 mx-auto w-32 h-1 rounded-full",
211
- style: {
212
- background: "linear-gradient(90deg, transparent, white, transparent)",
213
- animation: "fadeIn 2s ease-out 1s backwards"
214
- }
215
- }
216
- )
217
- ] }) })
218
- }
219
- );
220
- }, Wa = [
117
+ }, H = [
221
118
  // ========== PREMIUM THEMES (NEW) ==========
222
119
  {
223
120
  id: "glass-morphism",
@@ -682,10 +579,117 @@ const ja = ({
682
579
  category: "animated",
683
580
  animation: "zoom"
684
581
  }
685
- ], Qa = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-blue-600 hover:bg-blue-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), Va = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-red-600 hover:bg-red-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), Za = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-green-600 hover:bg-green-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), Ja = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-purple-600 hover:bg-purple-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), Ka = ({ children: e = "Pill Button", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-8 py-3 rounded-full font-semibold text-white bg-indigo-600 hover:bg-indigo-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), et = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-700 hover:to-pink-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-purple-500/50", children: e }), at = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-blue-600 to-green-600 hover:from-blue-700 hover:to-green-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-blue-500/50", children: e }), tt = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-orange-600 to-red-600 hover:from-orange-700 hover:to-red-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-orange-500/50", children: e }), rt = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-br from-cyan-400 to-blue-600 hover:from-cyan-500 hover:to-blue-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-cyan-500/50", children: e }), nt = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-yellow-500 via-orange-500 to-red-600 hover:from-yellow-600 hover:via-orange-600 hover:to-red-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-orange-500/50", children: e }), ot = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-blue-500/20 backdrop-blur-xl border border-blue-400/30 hover:bg-blue-500/30 hover:border-blue-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-blue-500/20", children: e }), it = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-purple-500/20 backdrop-blur-xl border border-purple-400/30 hover:bg-purple-500/30 hover:border-purple-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-purple-500/20", children: e }), st = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-white/10 backdrop-blur-xl border border-white/30 hover:bg-white/20 hover:border-white/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-white/20", children: e }), lt = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-pink-500/20 backdrop-blur-xl border border-pink-400/30 hover:bg-pink-500/30 hover:border-pink-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-pink-500/20", children: e }), dt = ({ children: e = "Shimmer Effect", onClick: a }) => /* @__PURE__ */ u("button", { onClick: a, className: "relative px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-purple-600 to-blue-600 overflow-hidden group transition-all duration-300 hover:scale-105", children: [
582
+ ], Wa = ({
583
+ name: e,
584
+ title: a,
585
+ description: t = "Welcome to my portfolio",
586
+ primaryButtonText: r = "Get Started",
587
+ primaryButtonLink: o,
588
+ primaryButtonOnClick: i,
589
+ secondaryButtonText: s = "Learn More",
590
+ secondaryButtonLink: d,
591
+ secondaryButtonOnClick: l,
592
+ theme: c,
593
+ // ✅ NEW
594
+ backgroundGradient: p,
595
+ // ⚠️ KEEP للناس اللي يبغون custom
596
+ animationType: x,
597
+ className: m = ""
598
+ }) => {
599
+ const g = c ? H.find((h) => h.id === c) : null, y = (g == null ? void 0 : g.gradient) || p || "linear-gradient(135deg, #667eea 0%, #764ba2 100%)", b = x || (g == null ? void 0 : g.animation), N = () => {
600
+ o ? window.location.href = o : i && i();
601
+ }, v = () => {
602
+ d ? window.location.href = d : l && l();
603
+ }, M = o ? /* @__PURE__ */ n("a", { href: o, style: { textDecoration: "none" }, children: /* @__PURE__ */ n(Y, { variant: "waves", size: "lg", children: r }) }) : /* @__PURE__ */ n(
604
+ Y,
605
+ {
606
+ variant: "waves",
607
+ size: "lg",
608
+ onClick: i || N,
609
+ children: r
610
+ }
611
+ ), O = d ? /* @__PURE__ */ n("a", { href: d, style: { textDecoration: "none" }, children: /* @__PURE__ */ n(Y, { variant: "blur", size: "lg", children: s }) }) : /* @__PURE__ */ n(
612
+ Y,
613
+ {
614
+ variant: "blur",
615
+ size: "lg",
616
+ onClick: l || v,
617
+ children: s
618
+ }
619
+ );
620
+ return /* @__PURE__ */ n(
621
+ "div",
622
+ {
623
+ className: b ? `animate-gradient-${b}` : "",
624
+ style: {
625
+ background: y,
626
+ // ✅ استخدام الـ gradient المحدد
627
+ minHeight: "100vh"
628
+ },
629
+ children: /* @__PURE__ */ n("div", { className: `min-h-screen flex items-center justify-center p-8 ${m}`, children: /* @__PURE__ */ u("div", { className: "max-w-4xl w-full text-center space-y-8", children: [
630
+ /* @__PURE__ */ n(
631
+ "h1",
632
+ {
633
+ className: "text-6xl md:text-8xl font-bold text-white mb-4",
634
+ style: {
635
+ textShadow: "0 0 40px rgba(0,0,0,0.3)",
636
+ animation: "fadeInUp 0.8s ease-out"
637
+ },
638
+ children: e
639
+ }
640
+ ),
641
+ /* @__PURE__ */ n(
642
+ "h2",
643
+ {
644
+ className: "text-3xl md:text-5xl font-semibold text-white/90",
645
+ style: {
646
+ textShadow: "0 0 30px rgba(0,0,0,0.2)",
647
+ animation: "fadeInUp 1s ease-out 0.2s backwards"
648
+ },
649
+ children: a
650
+ }
651
+ ),
652
+ /* @__PURE__ */ n(
653
+ "p",
654
+ {
655
+ className: "text-xl md:text-2xl text-white/80 max-w-2xl mx-auto",
656
+ style: {
657
+ textShadow: "0 0 20px rgba(0,0,0,0.2)",
658
+ animation: "fadeInUp 1.2s ease-out 0.4s backwards"
659
+ },
660
+ children: t
661
+ }
662
+ ),
663
+ /* @__PURE__ */ u(
664
+ "div",
665
+ {
666
+ className: "flex flex-wrap gap-6 justify-center mt-12",
667
+ style: {
668
+ animation: "fadeInUp 1.4s ease-out 0.6s backwards"
669
+ },
670
+ children: [
671
+ M,
672
+ O
673
+ ]
674
+ }
675
+ ),
676
+ /* @__PURE__ */ n(
677
+ "div",
678
+ {
679
+ className: "mt-16 mx-auto w-32 h-1 rounded-full",
680
+ style: {
681
+ background: "linear-gradient(90deg, transparent, white, transparent)",
682
+ animation: "fadeIn 2s ease-out 1s backwards"
683
+ }
684
+ }
685
+ )
686
+ ] }) })
687
+ }
688
+ );
689
+ }, Qa = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-blue-600 hover:bg-blue-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), Va = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-red-600 hover:bg-red-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), Za = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-green-600 hover:bg-green-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), Ja = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-purple-600 hover:bg-purple-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), Ka = ({ children: e = "Pill Button", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-8 py-3 rounded-full font-semibold text-white bg-indigo-600 hover:bg-indigo-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), et = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-700 hover:to-pink-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-purple-500/50", children: e }), at = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-blue-600 to-green-600 hover:from-blue-700 hover:to-green-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-blue-500/50", children: e }), tt = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-orange-600 to-red-600 hover:from-orange-700 hover:to-red-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-orange-500/50", children: e }), rt = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-br from-cyan-400 to-blue-600 hover:from-cyan-500 hover:to-blue-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-cyan-500/50", children: e }), nt = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-yellow-500 via-orange-500 to-red-600 hover:from-yellow-600 hover:via-orange-600 hover:to-red-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-orange-500/50", children: e }), ot = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-blue-500/20 backdrop-blur-xl border border-blue-400/30 hover:bg-blue-500/30 hover:border-blue-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-blue-500/20", children: e }), it = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-purple-500/20 backdrop-blur-xl border border-purple-400/30 hover:bg-purple-500/30 hover:border-purple-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-purple-500/20", children: e }), st = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-white/10 backdrop-blur-xl border border-white/30 hover:bg-white/20 hover:border-white/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-white/20", children: e }), lt = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-pink-500/20 backdrop-blur-xl border border-pink-400/30 hover:bg-pink-500/30 hover:border-pink-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-pink-500/20", children: e }), dt = ({ children: e = "Shimmer Effect", onClick: a }) => /* @__PURE__ */ u("button", { onClick: a, className: "relative px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-purple-600 to-blue-600 overflow-hidden group transition-all duration-300 hover:scale-105", children: [
686
690
  /* @__PURE__ */ n("span", { className: "relative z-10", children: e }),
687
691
  /* @__PURE__ */ n("span", { className: "absolute inset-0 bg-gradient-to-r from-transparent via-white/30 to-transparent -translate-x-full group-hover:translate-x-full transition-transform duration-1000" })
688
- ] }), ct = ({ children: e = "Pulse Button", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-red-600 hover:bg-red-700 transition-all duration-300 animate-pulse hover:animate-none hover:scale-105", children: e }), gt = ({ children: e = "Bounce Button", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-green-600 hover:bg-green-700 transition-all duration-300 hover:animate-bounce", children: e }), pt = ({ children: e = "Glow Effect", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-purple-600 hover:bg-purple-700 transition-all duration-300 hover:shadow-[0_0_30px_rgba(168,85,247,0.8)] hover:scale-105", children: e }), ft = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-blue-500 border-2 border-blue-500 hover:bg-blue-500 hover:text-white transition-all duration-300 hover:scale-105", children: e }), ut = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-purple-500 border-2 border-purple-500 hover:bg-purple-500 hover:text-white transition-all duration-300 hover:scale-105", children: e }), mt = ({ children: e = "Gradient Border", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-transparent bg-clip-text bg-gradient-to-r from-purple-500 to-pink-500 border-2 border-transparent hover:text-white transition-all duration-300 hover:scale-105", style: { borderImage: "linear-gradient(to right, rgb(168, 85, 247), rgb(236, 72, 153)) 1" }, children: e }), bt = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-blue-500 hover:bg-blue-500/10 transition-all duration-300 hover:scale-105", children: e }), ht = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-red-500 hover:bg-red-500/10 transition-all duration-300 hover:scale-105", children: e }), xt = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-purple-500 hover:bg-purple-500/10 transition-all duration-300 hover:scale-105", children: e }), yt = ({ children: e = "3D Button", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-blue-600 shadow-[0_6px_0_rgb(37,99,235)] hover:shadow-[0_4px_0_rgb(37,99,235)] hover:translate-y-[2px] transition-all duration-150", children: e }), wt = ({ children: e = "3D Button", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-pink-600 shadow-[0_6px_0_rgb(219,39,119)] hover:shadow-[0_4px_0_rgb(219,39,119)] hover:translate-y-[2px] transition-all duration-150", children: e }), vt = ({ children: e = "3D Button", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-green-600 shadow-[0_6px_0_rgb(22,163,74)] hover:shadow-[0_4px_0_rgb(22,163,74)] hover:translate-y-[2px] transition-all duration-150", children: e }), kt = ({ children: e = "Neon Blue", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-blue-400 border-2 border-blue-400 hover:bg-blue-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(59,130,246,0.8)] hover:scale-105", children: e }), It = ({ children: e = "Neon Pink", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-pink-400 border-2 border-pink-400 hover:bg-pink-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(236,72,153,0.8)] hover:scale-105", children: e }), Nt = ({ children: e = "Neon Green", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-green-400 border-2 border-green-400 hover:bg-green-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(34,197,94,0.8)] hover:scale-105", children: e }), H = {
692
+ ] }), ct = ({ children: e = "Pulse Button", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-red-600 hover:bg-red-700 transition-all duration-300 animate-pulse hover:animate-none hover:scale-105", children: e }), gt = ({ children: e = "Bounce Button", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-green-600 hover:bg-green-700 transition-all duration-300 hover:animate-bounce", children: e }), pt = ({ children: e = "Glow Effect", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-purple-600 hover:bg-purple-700 transition-all duration-300 hover:shadow-[0_0_30px_rgba(168,85,247,0.8)] hover:scale-105", children: e }), ft = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-blue-500 border-2 border-blue-500 hover:bg-blue-500 hover:text-white transition-all duration-300 hover:scale-105", children: e }), ut = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-purple-500 border-2 border-purple-500 hover:bg-purple-500 hover:text-white transition-all duration-300 hover:scale-105", children: e }), mt = ({ children: e = "Gradient Border", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-transparent bg-clip-text bg-gradient-to-r from-purple-500 to-pink-500 border-2 border-transparent hover:text-white transition-all duration-300 hover:scale-105", style: { borderImage: "linear-gradient(to right, rgb(168, 85, 247), rgb(236, 72, 153)) 1" }, children: e }), bt = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-blue-500 hover:bg-blue-500/10 transition-all duration-300 hover:scale-105", children: e }), ht = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-red-500 hover:bg-red-500/10 transition-all duration-300 hover:scale-105", children: e }), xt = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-purple-500 hover:bg-purple-500/10 transition-all duration-300 hover:scale-105", children: e }), yt = ({ children: e = "3D Button", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-blue-600 shadow-[0_6px_0_rgb(37,99,235)] hover:shadow-[0_4px_0_rgb(37,99,235)] hover:translate-y-[2px] transition-all duration-150", children: e }), wt = ({ children: e = "3D Button", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-pink-600 shadow-[0_6px_0_rgb(219,39,119)] hover:shadow-[0_4px_0_rgb(219,39,119)] hover:translate-y-[2px] transition-all duration-150", children: e }), vt = ({ children: e = "3D Button", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-green-600 shadow-[0_6px_0_rgb(22,163,74)] hover:shadow-[0_4px_0_rgb(22,163,74)] hover:translate-y-[2px] transition-all duration-150", children: e }), kt = ({ children: e = "Neon Blue", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-blue-400 border-2 border-blue-400 hover:bg-blue-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(59,130,246,0.8)] hover:scale-105", children: e }), It = ({ children: e = "Neon Pink", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-pink-400 border-2 border-pink-400 hover:bg-pink-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(236,72,153,0.8)] hover:scale-105", children: e }), Nt = ({ children: e = "Neon Green", onClick: a }) => /* @__PURE__ */ n("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-green-400 border-2 border-green-400 hover:bg-green-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(34,197,94,0.8)] hover:scale-105", children: e }), j = {
689
693
  "glass-morphism": `
690
694
  radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.3), transparent 50%),
691
695
  radial-gradient(circle at 80% 80%, rgba(255, 128, 171, 0.3), transparent 50%),
@@ -738,17 +742,17 @@ const ja = ({
738
742
  center: "flex flex-col items-center justify-center text-center",
739
743
  "two-columns": `grid md:grid-cols-2 ${l}`,
740
744
  "three-columns": `grid md:grid-cols-3 ${l}`
741
- }[a], g = o ? "px-6 py-8" : "", b = r !== "none" ? {
742
- background: H[r],
745
+ }[a], p = o ? "px-6 py-8" : "", x = r !== "none" ? {
746
+ background: j[r],
743
747
  backgroundSize: "200% 200%"
744
748
  } : {}, m = q.Children.toArray(e);
745
- let p = m;
746
- return (a === "image-left" || a === "button-left") && (p = m.reverse()), /* @__PURE__ */ n(
749
+ let g = m;
750
+ return (a === "image-left" || a === "button-left") && (g = m.reverse()), /* @__PURE__ */ n(
747
751
  "div",
748
752
  {
749
- className: `${d} mx-auto ${g} ${s}`,
750
- style: b,
751
- children: /* @__PURE__ */ n("div", { className: c, children: p })
753
+ className: `${d} mx-auto ${p} ${s}`,
754
+ style: x,
755
+ children: /* @__PURE__ */ n("div", { className: c, children: g })
752
756
  }
753
757
  );
754
758
  }, Ot = ({
@@ -931,7 +935,7 @@ const ja = ({
931
935
  up: "text-green-400",
932
936
  down: "text-red-400",
933
937
  neutral: "text-gray-400"
934
- }, g = {
938
+ }, p = {
935
939
  up: "↑",
936
940
  down: "↓",
937
941
  neutral: "→"
@@ -947,7 +951,7 @@ const ja = ({
947
951
  /* @__PURE__ */ u("div", { className: "flex items-start justify-between mb-4", children: [
948
952
  e && /* @__PURE__ */ n("div", { className: "text-3xl", children: e }),
949
953
  r && /* @__PURE__ */ u("span", { className: `text-sm font-semibold ${c[o]}`, children: [
950
- g[o],
954
+ p[o],
951
955
  " ",
952
956
  r
953
957
  ] })
@@ -956,7 +960,7 @@ const ja = ({
956
960
  /* @__PURE__ */ n("p", { className: "text-3xl font-bold text-white", children: t })
957
961
  ] });
958
962
  };
959
- class y {
963
+ class w {
960
964
  constructor(a) {
961
965
  this.animation = null, this.element = a;
962
966
  }
@@ -1020,7 +1024,7 @@ class y {
1020
1024
  }
1021
1025
  }
1022
1026
  function St(e) {
1023
- return new y(e);
1027
+ return new w(e);
1024
1028
  }
1025
1029
  async function zt(e, a, t = {}) {
1026
1030
  const r = t.stagger ?? 0, o = {
@@ -1030,7 +1034,7 @@ async function zt(e, a, t = {}) {
1030
1034
  iterations: t.iterations,
1031
1035
  direction: t.direction,
1032
1036
  fill: t.fill
1033
- }, i = e.map((s, d) => new y(s).animate(a, {
1037
+ }, i = e.map((s, d) => new w(s).animate(a, {
1034
1038
  ...o,
1035
1039
  delay: (o.delay || 0) + r * d
1036
1040
  }));
@@ -1039,50 +1043,50 @@ async function zt(e, a, t = {}) {
1039
1043
  async function Bt(e) {
1040
1044
  const a = [];
1041
1045
  for (const { element: t, keyframes: r, config: o } of e) {
1042
- const s = await new y(t).animate(r, o);
1046
+ const s = await new w(t).animate(r, o);
1043
1047
  a.push(s);
1044
1048
  }
1045
1049
  return a;
1046
1050
  }
1047
1051
  async function $t(e) {
1048
- const a = e.map(({ element: t, keyframes: r, config: o }) => new y(t).animate(r, o));
1052
+ const a = e.map(({ element: t, keyframes: r, config: o }) => new w(t).animate(r, o));
1049
1053
  return Promise.all(a);
1050
1054
  }
1051
- const E = (e) => e, j = (e) => e * e * e, F = (e) => 1 - Math.pow(1 - e, 3), W = (e) => e < 0.5 ? 4 * e * e * e : 1 - Math.pow(-2 * e + 2, 3) / 2, Q = (e) => e * e, V = (e) => 1 - (1 - e) * (1 - e), Z = (e) => e < 0.5 ? 2 * e * e : 1 - Math.pow(-2 * e + 2, 2) / 2, J = (e) => e * e * e * e, K = (e) => 1 - Math.pow(1 - e, 4), ee = (e) => e < 0.5 ? 8 * e * e * e * e : 1 - Math.pow(-2 * e + 2, 4) / 2, ae = (e) => e * e * e * e * e, te = (e) => 1 - Math.pow(1 - e, 5), re = (e) => e < 0.5 ? 16 * e * e * e * e * e : 1 - Math.pow(-2 * e + 2, 5) / 2, ne = (e) => e === 0 ? 0 : Math.pow(2, 10 * e - 10), oe = (e) => e === 1 ? 1 : 1 - Math.pow(2, -10 * e), ie = (e) => e === 0 ? 0 : e === 1 ? 1 : e < 0.5 ? Math.pow(2, 20 * e - 10) / 2 : (2 - Math.pow(2, -20 * e + 10)) / 2, X = 1.70158, C = X * 1.525, _ = X + 1, se = (e) => _ * e * e * e - X * e * e, le = (e) => 1 + _ * Math.pow(e - 1, 3) + X * Math.pow(e - 1, 2), de = (e) => e < 0.5 ? Math.pow(2 * e, 2) * ((C + 1) * 2 * e - C) / 2 : (Math.pow(2 * e - 2, 2) * ((C + 1) * (e * 2 - 2) + C) + 2) / 2, U = 2 * Math.PI / 3, D = 2 * Math.PI / 4.5, ce = (e) => e === 0 ? 0 : e === 1 ? 1 : -Math.pow(2, 10 * e - 10) * Math.sin((e * 10 - 10.75) * U), ge = (e) => e === 0 ? 0 : e === 1 ? 1 : Math.pow(2, -10 * e) * Math.sin((e * 10 - 0.75) * U) + 1, pe = (e) => e === 0 ? 0 : e === 1 ? 1 : e < 0.5 ? -(Math.pow(2, 20 * e - 10) * Math.sin((20 * e - 11.125) * D)) / 2 : Math.pow(2, -20 * e + 10) * Math.sin((20 * e - 11.125) * D) / 2 + 1, Y = (e) => e < 1 / 2.75 ? 7.5625 * e * e : e < 2 / 2.75 ? 7.5625 * (e -= 1.5 / 2.75) * e + 0.75 : e < 2.5 / 2.75 ? 7.5625 * (e -= 2.25 / 2.75) * e + 0.9375 : 7.5625 * (e -= 2.625 / 2.75) * e + 0.984375, fe = (e) => 1 - Y(1 - e), ue = (e) => e < 0.5 ? (1 - Y(1 - 2 * e)) / 2 : (1 + Y(2 * e - 1)) / 2, me = (e) => 1 - Math.cos(e * Math.PI / 2), be = (e) => Math.sin(e * Math.PI / 2), he = (e) => -(Math.cos(Math.PI * e) - 1) / 2, xe = (e) => 1 - Math.sqrt(1 - Math.pow(e, 2)), ye = (e) => Math.sqrt(1 - Math.pow(e - 1, 2)), we = (e) => e < 0.5 ? (1 - Math.sqrt(1 - Math.pow(2 * e, 2))) / 2 : (Math.sqrt(1 - Math.pow(-2 * e + 2, 2)) + 1) / 2, ve = {
1055
+ const E = (e) => e, F = (e) => e * e * e, W = (e) => 1 - Math.pow(1 - e, 3), Q = (e) => e < 0.5 ? 4 * e * e * e : 1 - Math.pow(-2 * e + 2, 3) / 2, V = (e) => e * e, Z = (e) => 1 - (1 - e) * (1 - e), J = (e) => e < 0.5 ? 2 * e * e : 1 - Math.pow(-2 * e + 2, 2) / 2, K = (e) => e * e * e * e, ee = (e) => 1 - Math.pow(1 - e, 4), ae = (e) => e < 0.5 ? 8 * e * e * e * e : 1 - Math.pow(-2 * e + 2, 4) / 2, te = (e) => e * e * e * e * e, re = (e) => 1 - Math.pow(1 - e, 5), ne = (e) => e < 0.5 ? 16 * e * e * e * e * e : 1 - Math.pow(-2 * e + 2, 5) / 2, oe = (e) => e === 0 ? 0 : Math.pow(2, 10 * e - 10), ie = (e) => e === 1 ? 1 : 1 - Math.pow(2, -10 * e), se = (e) => e === 0 ? 0 : e === 1 ? 1 : e < 0.5 ? Math.pow(2, 20 * e - 10) / 2 : (2 - Math.pow(2, -20 * e + 10)) / 2, R = 1.70158, X = R * 1.525, _ = R + 1, le = (e) => _ * e * e * e - R * e * e, de = (e) => 1 + _ * Math.pow(e - 1, 3) + R * Math.pow(e - 1, 2), ce = (e) => e < 0.5 ? Math.pow(2 * e, 2) * ((X + 1) * 2 * e - X) / 2 : (Math.pow(2 * e - 2, 2) * ((X + 1) * (e * 2 - 2) + X) + 2) / 2, U = 2 * Math.PI / 3, D = 2 * Math.PI / 4.5, ge = (e) => e === 0 ? 0 : e === 1 ? 1 : -Math.pow(2, 10 * e - 10) * Math.sin((e * 10 - 10.75) * U), pe = (e) => e === 0 ? 0 : e === 1 ? 1 : Math.pow(2, -10 * e) * Math.sin((e * 10 - 0.75) * U) + 1, fe = (e) => e === 0 ? 0 : e === 1 ? 1 : e < 0.5 ? -(Math.pow(2, 20 * e - 10) * Math.sin((20 * e - 11.125) * D)) / 2 : Math.pow(2, -20 * e + 10) * Math.sin((20 * e - 11.125) * D) / 2 + 1, P = (e) => e < 1 / 2.75 ? 7.5625 * e * e : e < 2 / 2.75 ? 7.5625 * (e -= 1.5 / 2.75) * e + 0.75 : e < 2.5 / 2.75 ? 7.5625 * (e -= 2.25 / 2.75) * e + 0.9375 : 7.5625 * (e -= 2.625 / 2.75) * e + 0.984375, ue = (e) => 1 - P(1 - e), me = (e) => e < 0.5 ? (1 - P(1 - 2 * e)) / 2 : (1 + P(2 * e - 1)) / 2, be = (e) => 1 - Math.cos(e * Math.PI / 2), he = (e) => Math.sin(e * Math.PI / 2), xe = (e) => -(Math.cos(Math.PI * e) - 1) / 2, ye = (e) => 1 - Math.sqrt(1 - Math.pow(e, 2)), we = (e) => Math.sqrt(1 - Math.pow(e - 1, 2)), ve = (e) => e < 0.5 ? (1 - Math.sqrt(1 - Math.pow(2 * e, 2))) / 2 : (Math.sqrt(1 - Math.pow(-2 * e + 2, 2)) + 1) / 2, ke = {
1052
1056
  linear: E,
1053
- easeInCubic: j,
1054
- easeOutCubic: F,
1055
- easeInOutCubic: W,
1056
- easeInQuad: Q,
1057
- easeOutQuad: V,
1058
- easeInOutQuad: Z,
1059
- easeInQuart: J,
1060
- easeOutQuart: K,
1061
- easeInOutQuart: ee,
1062
- easeInQuint: ae,
1063
- easeOutQuint: te,
1064
- easeInOutQuint: re,
1065
- easeInExpo: ne,
1066
- easeOutExpo: oe,
1067
- easeInOutExpo: ie,
1068
- easeInBack: se,
1069
- easeOutBack: le,
1070
- easeInOutBack: de,
1071
- easeInElastic: ce,
1072
- easeOutElastic: ge,
1073
- easeInOutElastic: pe,
1074
- easeInBounce: fe,
1075
- easeOutBounce: Y,
1076
- easeInOutBounce: ue,
1077
- easeInSine: me,
1078
- easeOutSine: be,
1079
- easeInOutSine: he,
1080
- easeInCirc: xe,
1081
- easeOutCirc: ye,
1082
- easeInOutCirc: we
1057
+ easeInCubic: F,
1058
+ easeOutCubic: W,
1059
+ easeInOutCubic: Q,
1060
+ easeInQuad: V,
1061
+ easeOutQuad: Z,
1062
+ easeInOutQuad: J,
1063
+ easeInQuart: K,
1064
+ easeOutQuart: ee,
1065
+ easeInOutQuart: ae,
1066
+ easeInQuint: te,
1067
+ easeOutQuint: re,
1068
+ easeInOutQuint: ne,
1069
+ easeInExpo: oe,
1070
+ easeOutExpo: ie,
1071
+ easeInOutExpo: se,
1072
+ easeInBack: le,
1073
+ easeOutBack: de,
1074
+ easeInOutBack: ce,
1075
+ easeInElastic: ge,
1076
+ easeOutElastic: pe,
1077
+ easeInOutElastic: fe,
1078
+ easeInBounce: ue,
1079
+ easeOutBounce: P,
1080
+ easeInOutBounce: me,
1081
+ easeInSine: be,
1082
+ easeOutSine: he,
1083
+ easeInOutSine: xe,
1084
+ easeInCirc: ye,
1085
+ easeOutCirc: we,
1086
+ easeInOutCirc: ve
1083
1087
  };
1084
1088
  function Dt(e) {
1085
- return typeof e == "function" ? e : ve[e] || E;
1089
+ return typeof e == "function" ? e : ke[e] || E;
1086
1090
  }
1087
1091
  function Gt(e = 100, a = 10, t = 1) {
1088
1092
  return (r) => {
@@ -1121,9 +1125,9 @@ class L {
1121
1125
  this.elements.set(a, t), this.observer || (this.observer = new IntersectionObserver(
1122
1126
  (l) => {
1123
1127
  l.forEach((c) => {
1124
- var b, m;
1125
- const g = this.elements.get(c.target);
1126
- g && (c.isIntersecting ? ((b = g.onEnter) == null || b.call(g, c), g.triggerOnce && this.unobserve(c.target)) : (m = g.onExit) == null || m.call(g, c));
1128
+ var x, m;
1129
+ const p = this.elements.get(c.target);
1130
+ p && (c.isIntersecting ? ((x = p.onEnter) == null || x.call(p, c), p.triggerOnce && this.unobserve(c.target)) : (m = p.onExit) == null || m.call(p, c));
1127
1131
  });
1128
1132
  },
1129
1133
  { threshold: r, rootMargin: o }
@@ -1142,7 +1146,7 @@ class L {
1142
1146
  this.observer && (this.observer.disconnect(), this.elements.clear(), this.observer = null);
1143
1147
  }
1144
1148
  }
1145
- function ke(e, a) {
1149
+ function Ie(e, a) {
1146
1150
  const t = new L();
1147
1151
  return t.observe(e, a), () => t.disconnect();
1148
1152
  }
@@ -1151,7 +1155,7 @@ function _t(e, a) {
1151
1155
  return e.forEach((r) => t.observe(r, a)), () => t.disconnect();
1152
1156
  }
1153
1157
  function Ut(e, a, t = {}) {
1154
- return ke(e, {
1158
+ return Ie(e, {
1155
1159
  ...t,
1156
1160
  onEnter: a
1157
1161
  });
@@ -1164,7 +1168,7 @@ function At(e, a = 0) {
1164
1168
  const t = e.getBoundingClientRect(), r = window.innerHeight, o = window.innerWidth, i = t.top + t.height * a <= r && t.bottom - t.height * a >= 0, s = t.left + t.width * a <= o && t.right - t.width * a >= 0;
1165
1169
  return i && s;
1166
1170
  }
1167
- const Ie = {
1171
+ const Ne = {
1168
1172
  keyframes: [
1169
1173
  { opacity: 0 },
1170
1174
  { opacity: 1 }
@@ -1174,7 +1178,7 @@ const Ie = {
1174
1178
  easing: "ease-out",
1175
1179
  fill: "both"
1176
1180
  }
1177
- }, Ne = {
1181
+ }, Me = {
1178
1182
  keyframes: [
1179
1183
  {
1180
1184
  opacity: 0,
@@ -1190,7 +1194,7 @@ const Ie = {
1190
1194
  easing: "ease-out",
1191
1195
  fill: "both"
1192
1196
  }
1193
- }, Me = {
1197
+ }, Oe = {
1194
1198
  keyframes: [
1195
1199
  {
1196
1200
  opacity: 0,
@@ -1206,7 +1210,7 @@ const Ie = {
1206
1210
  easing: "ease-out",
1207
1211
  fill: "both"
1208
1212
  }
1209
- }, Oe = {
1213
+ }, Ce = {
1210
1214
  keyframes: [
1211
1215
  {
1212
1216
  opacity: 0,
@@ -1222,7 +1226,7 @@ const Ie = {
1222
1226
  easing: "ease-out",
1223
1227
  fill: "both"
1224
1228
  }
1225
- }, Ce = {
1229
+ }, Ye = {
1226
1230
  keyframes: [
1227
1231
  {
1228
1232
  opacity: 0,
@@ -1238,7 +1242,7 @@ const Ie = {
1238
1242
  easing: "ease-out",
1239
1243
  fill: "both"
1240
1244
  }
1241
- }, Ye = {
1245
+ }, Xe = {
1242
1246
  keyframes: [
1243
1247
  { opacity: 1 },
1244
1248
  { opacity: 0 }
@@ -1248,7 +1252,7 @@ const Ie = {
1248
1252
  easing: "ease-in",
1249
1253
  fill: "both"
1250
1254
  }
1251
- }, Xe = {
1255
+ }, Pe = {
1252
1256
  keyframes: [
1253
1257
  {
1254
1258
  opacity: 1,
@@ -1264,7 +1268,7 @@ const Ie = {
1264
1268
  easing: "ease-in",
1265
1269
  fill: "both"
1266
1270
  }
1267
- }, Pe = {
1271
+ }, Re = {
1268
1272
  keyframes: [
1269
1273
  {
1270
1274
  opacity: 1,
@@ -1280,7 +1284,7 @@ const Ie = {
1280
1284
  easing: "ease-in",
1281
1285
  fill: "both"
1282
1286
  }
1283
- }, Re = {
1287
+ }, Se = {
1284
1288
  keyframes: [
1285
1289
  {
1286
1290
  opacity: 1,
@@ -1296,7 +1300,7 @@ const Ie = {
1296
1300
  easing: "ease-in",
1297
1301
  fill: "both"
1298
1302
  }
1299
- }, Se = {
1303
+ }, ze = {
1300
1304
  keyframes: [
1301
1305
  {
1302
1306
  opacity: 1,
@@ -1312,7 +1316,7 @@ const Ie = {
1312
1316
  easing: "ease-in",
1313
1317
  fill: "both"
1314
1318
  }
1315
- }, ze = {
1319
+ }, Be = {
1316
1320
  keyframes: [
1317
1321
  {
1318
1322
  opacity: 0,
@@ -1328,7 +1332,7 @@ const Ie = {
1328
1332
  easing: "ease-out",
1329
1333
  fill: "both"
1330
1334
  }
1331
- }, Be = {
1335
+ }, $e = {
1332
1336
  keyframes: [
1333
1337
  {
1334
1338
  opacity: 0,
@@ -1344,7 +1348,7 @@ const Ie = {
1344
1348
  easing: "ease-out",
1345
1349
  fill: "both"
1346
1350
  }
1347
- }, $e = {
1351
+ }, De = {
1348
1352
  keyframes: [
1349
1353
  {
1350
1354
  opacity: 0,
@@ -1360,7 +1364,7 @@ const Ie = {
1360
1364
  easing: "ease-out",
1361
1365
  fill: "both"
1362
1366
  }
1363
- }, De = {
1367
+ }, Ge = {
1364
1368
  keyframes: [
1365
1369
  {
1366
1370
  opacity: 0,
@@ -1376,7 +1380,7 @@ const Ie = {
1376
1380
  easing: "ease-out",
1377
1381
  fill: "both"
1378
1382
  }
1379
- }, Ge = {
1383
+ }, Ee = {
1380
1384
  keyframes: [
1381
1385
  {
1382
1386
  opacity: 1,
@@ -1392,7 +1396,7 @@ const Ie = {
1392
1396
  easing: "ease-in",
1393
1397
  fill: "both"
1394
1398
  }
1395
- }, Ee = {
1399
+ }, _e = {
1396
1400
  keyframes: [
1397
1401
  {
1398
1402
  opacity: 1,
@@ -1408,7 +1412,7 @@ const Ie = {
1408
1412
  easing: "ease-in",
1409
1413
  fill: "both"
1410
1414
  }
1411
- }, _e = {
1415
+ }, Ue = {
1412
1416
  keyframes: [
1413
1417
  {
1414
1418
  opacity: 1,
@@ -1424,7 +1428,7 @@ const Ie = {
1424
1428
  easing: "ease-in",
1425
1429
  fill: "both"
1426
1430
  }
1427
- }, Ue = {
1431
+ }, Le = {
1428
1432
  keyframes: [
1429
1433
  {
1430
1434
  opacity: 1,
@@ -1440,7 +1444,7 @@ const Ie = {
1440
1444
  easing: "ease-in",
1441
1445
  fill: "both"
1442
1446
  }
1443
- }, Le = {
1447
+ }, Ae = {
1444
1448
  keyframes: [
1445
1449
  {
1446
1450
  opacity: 0,
@@ -1456,7 +1460,7 @@ const Ie = {
1456
1460
  easing: "ease-out",
1457
1461
  fill: "both"
1458
1462
  }
1459
- }, Ae = {
1463
+ }, Te = {
1460
1464
  keyframes: [
1461
1465
  {
1462
1466
  opacity: 0,
@@ -1472,7 +1476,7 @@ const Ie = {
1472
1476
  easing: "ease-out",
1473
1477
  fill: "both"
1474
1478
  }
1475
- }, Te = {
1479
+ }, qe = {
1476
1480
  keyframes: [
1477
1481
  {
1478
1482
  opacity: 0,
@@ -1488,7 +1492,7 @@ const Ie = {
1488
1492
  easing: "ease-out",
1489
1493
  fill: "both"
1490
1494
  }
1491
- }, qe = {
1495
+ }, He = {
1492
1496
  keyframes: [
1493
1497
  {
1494
1498
  opacity: 0,
@@ -1504,7 +1508,7 @@ const Ie = {
1504
1508
  easing: "ease-out",
1505
1509
  fill: "both"
1506
1510
  }
1507
- }, He = {
1511
+ }, je = {
1508
1512
  keyframes: [
1509
1513
  {
1510
1514
  opacity: 0,
@@ -1520,7 +1524,7 @@ const Ie = {
1520
1524
  easing: "ease-out",
1521
1525
  fill: "both"
1522
1526
  }
1523
- }, je = {
1527
+ }, Fe = {
1524
1528
  keyframes: [
1525
1529
  {
1526
1530
  opacity: 1,
@@ -1536,7 +1540,7 @@ const Ie = {
1536
1540
  easing: "ease-in",
1537
1541
  fill: "both"
1538
1542
  }
1539
- }, Fe = {
1543
+ }, We = {
1540
1544
  keyframes: [
1541
1545
  {
1542
1546
  opacity: 1,
@@ -1552,7 +1556,7 @@ const Ie = {
1552
1556
  easing: "ease-in",
1553
1557
  fill: "both"
1554
1558
  }
1555
- }, We = {
1559
+ }, Qe = {
1556
1560
  keyframes: [
1557
1561
  {
1558
1562
  opacity: 1,
@@ -1568,7 +1572,7 @@ const Ie = {
1568
1572
  easing: "ease-in",
1569
1573
  fill: "both"
1570
1574
  }
1571
- }, Qe = {
1575
+ }, Ve = {
1572
1576
  keyframes: [
1573
1577
  {
1574
1578
  opacity: 0,
@@ -1584,7 +1588,7 @@ const Ie = {
1584
1588
  easing: "ease-out",
1585
1589
  fill: "both"
1586
1590
  }
1587
- }, Ve = {
1591
+ }, Ze = {
1588
1592
  keyframes: [
1589
1593
  {
1590
1594
  opacity: 0,
@@ -1606,7 +1610,7 @@ const Ie = {
1606
1610
  easing: "ease-out",
1607
1611
  fill: "both"
1608
1612
  }
1609
- }, Ze = {
1613
+ }, Je = {
1610
1614
  keyframes: [
1611
1615
  {
1612
1616
  opacity: 0,
@@ -1622,7 +1626,7 @@ const Ie = {
1622
1626
  easing: "ease-out",
1623
1627
  fill: "both"
1624
1628
  }
1625
- }, Je = {
1629
+ }, Ke = {
1626
1630
  keyframes: [
1627
1631
  {
1628
1632
  opacity: 0,
@@ -1640,7 +1644,7 @@ const Ie = {
1640
1644
  easing: "ease-out",
1641
1645
  fill: "both"
1642
1646
  }
1643
- }, Ke = {
1647
+ }, ea = {
1644
1648
  keyframes: [
1645
1649
  {
1646
1650
  opacity: 0,
@@ -1658,7 +1662,7 @@ const Ie = {
1658
1662
  easing: "ease-out",
1659
1663
  fill: "both"
1660
1664
  }
1661
- }, ea = {
1665
+ }, aa = {
1662
1666
  keyframes: [
1663
1667
  {
1664
1668
  opacity: 0,
@@ -1676,7 +1680,7 @@ const Ie = {
1676
1680
  easing: "ease-out",
1677
1681
  fill: "both"
1678
1682
  }
1679
- }, aa = {
1683
+ }, ta = {
1680
1684
  keyframes: [
1681
1685
  {
1682
1686
  opacity: 0,
@@ -1694,7 +1698,7 @@ const Ie = {
1694
1698
  easing: "ease-out",
1695
1699
  fill: "both"
1696
1700
  }
1697
- }, ta = {
1701
+ }, ra = {
1698
1702
  keyframes: [
1699
1703
  {
1700
1704
  opacity: 1,
@@ -1710,7 +1714,7 @@ const Ie = {
1710
1714
  easing: "ease-in",
1711
1715
  fill: "both"
1712
1716
  }
1713
- }, ra = {
1717
+ }, na = {
1714
1718
  keyframes: [
1715
1719
  { transform: "rotate(0deg)" },
1716
1720
  { transform: "rotate(360deg)" }
@@ -1721,7 +1725,7 @@ const Ie = {
1721
1725
  iterations: 1 / 0,
1722
1726
  fill: "both"
1723
1727
  }
1724
- }, na = {
1728
+ }, oa = {
1725
1729
  keyframes: [
1726
1730
  { transform: "rotate(360deg)" },
1727
1731
  { transform: "rotate(0deg)" }
@@ -1732,7 +1736,7 @@ const Ie = {
1732
1736
  iterations: 1 / 0,
1733
1737
  fill: "both"
1734
1738
  }
1735
- }, oa = {
1739
+ }, ia = {
1736
1740
  keyframes: [
1737
1741
  { transform: "rotate(0deg)" },
1738
1742
  { transform: "rotate(360deg)" }
@@ -1743,7 +1747,7 @@ const Ie = {
1743
1747
  iterations: 1 / 0,
1744
1748
  fill: "both"
1745
1749
  }
1746
- }, ia = {
1750
+ }, sa = {
1747
1751
  keyframes: [
1748
1752
  { transform: "rotate(0deg)" },
1749
1753
  { transform: "rotate(360deg)" }
@@ -1754,7 +1758,7 @@ const Ie = {
1754
1758
  iterations: 1 / 0,
1755
1759
  fill: "both"
1756
1760
  }
1757
- }, sa = {
1761
+ }, la = {
1758
1762
  keyframes: [
1759
1763
  {
1760
1764
  opacity: 0,
@@ -1776,7 +1780,7 @@ const Ie = {
1776
1780
  easing: "ease-out",
1777
1781
  fill: "both"
1778
1782
  }
1779
- }, la = {
1783
+ }, da = {
1780
1784
  keyframes: [
1781
1785
  {
1782
1786
  opacity: 0,
@@ -1798,7 +1802,7 @@ const Ie = {
1798
1802
  easing: "ease-out",
1799
1803
  fill: "both"
1800
1804
  }
1801
- }, da = {
1805
+ }, ca = {
1802
1806
  keyframes: [
1803
1807
  {
1804
1808
  opacity: 0,
@@ -1820,7 +1824,7 @@ const Ie = {
1820
1824
  easing: "ease-out",
1821
1825
  fill: "both"
1822
1826
  }
1823
- }, ca = {
1827
+ }, ga = {
1824
1828
  keyframes: [
1825
1829
  {
1826
1830
  opacity: 0,
@@ -1842,7 +1846,7 @@ const Ie = {
1842
1846
  easing: "ease-out",
1843
1847
  fill: "both"
1844
1848
  }
1845
- }, ga = {
1849
+ }, pa = {
1846
1850
  keyframes: [
1847
1851
  {
1848
1852
  opacity: 0,
@@ -1864,7 +1868,7 @@ const Ie = {
1864
1868
  easing: "ease-out",
1865
1869
  fill: "both"
1866
1870
  }
1867
- }, pa = {
1871
+ }, fa = {
1868
1872
  keyframes: [
1869
1873
  {
1870
1874
  transform: "scale(1)"
@@ -1886,7 +1890,7 @@ const Ie = {
1886
1890
  easing: "ease-in",
1887
1891
  fill: "both"
1888
1892
  }
1889
- }, fa = {
1893
+ }, ua = {
1890
1894
  keyframes: [
1891
1895
  { transform: "translateY(0)" },
1892
1896
  { transform: "translateY(-30px)" },
@@ -1897,7 +1901,7 @@ const Ie = {
1897
1901
  easing: "ease-out",
1898
1902
  fill: "both"
1899
1903
  }
1900
- }, ua = {
1904
+ }, ma = {
1901
1905
  keyframes: [
1902
1906
  { transform: "translateY(0)", offset: 0 },
1903
1907
  { transform: "translateY(-20px)", offset: 0.4 },
@@ -1911,7 +1915,7 @@ const Ie = {
1911
1915
  iterations: 1 / 0,
1912
1916
  fill: "both"
1913
1917
  }
1914
- }, ma = {
1918
+ }, ba = {
1915
1919
  keyframes: [
1916
1920
  { transform: "translateX(0)" },
1917
1921
  { transform: "translateX(-10px)" },
@@ -1925,7 +1929,7 @@ const Ie = {
1925
1929
  easing: "ease-in-out",
1926
1930
  fill: "both"
1927
1931
  }
1928
- }, ba = {
1932
+ }, ha = {
1929
1933
  keyframes: [
1930
1934
  { transform: "translateY(0)" },
1931
1935
  { transform: "translateY(-10px)" },
@@ -1939,7 +1943,7 @@ const Ie = {
1939
1943
  easing: "ease-in-out",
1940
1944
  fill: "both"
1941
1945
  }
1942
- }, ha = {
1946
+ }, xa = {
1943
1947
  keyframes: [
1944
1948
  { transform: "scale(1)" },
1945
1949
  { transform: "scale(1.05)" },
@@ -1950,7 +1954,7 @@ const Ie = {
1950
1954
  easing: "ease-in-out",
1951
1955
  fill: "both"
1952
1956
  }
1953
- }, xa = {
1957
+ }, ya = {
1954
1958
  keyframes: [
1955
1959
  { transform: "scale(1)" },
1956
1960
  { transform: "scale(1.05)" },
@@ -1962,7 +1966,7 @@ const Ie = {
1962
1966
  iterations: 1 / 0,
1963
1967
  fill: "both"
1964
1968
  }
1965
- }, ya = {
1969
+ }, wa = {
1966
1970
  keyframes: [
1967
1971
  { transform: "scale(1)" },
1968
1972
  { transform: "scale(1.3)" },
@@ -1975,7 +1979,7 @@ const Ie = {
1975
1979
  easing: "ease-in-out",
1976
1980
  fill: "both"
1977
1981
  }
1978
- }, wa = {
1982
+ }, va = {
1979
1983
  keyframes: [
1980
1984
  { opacity: 1 },
1981
1985
  { opacity: 0 },
@@ -1988,7 +1992,7 @@ const Ie = {
1988
1992
  easing: "linear",
1989
1993
  fill: "both"
1990
1994
  }
1991
- }, va = {
1995
+ }, ka = {
1992
1996
  keyframes: [
1993
1997
  { transform: "scaleX(1) scaleY(1)" },
1994
1998
  { transform: "scaleX(1.25) scaleY(0.75)" },
@@ -2002,7 +2006,7 @@ const Ie = {
2002
2006
  easing: "ease-in-out",
2003
2007
  fill: "both"
2004
2008
  }
2005
- }, ka = {
2009
+ }, Ia = {
2006
2010
  keyframes: [
2007
2011
  { transform: "skewX(0deg) skewY(0deg)" },
2008
2012
  { transform: "skewX(-12.5deg) skewY(-12.5deg)" },
@@ -2016,7 +2020,7 @@ const Ie = {
2016
2020
  easing: "ease-in-out",
2017
2021
  fill: "both"
2018
2022
  }
2019
- }, Ia = {
2023
+ }, Na = {
2020
2024
  keyframes: [
2021
2025
  { transform: "rotate(0deg)", transformOrigin: "top center" },
2022
2026
  { transform: "rotate(15deg)", transformOrigin: "top center" },
@@ -2030,7 +2034,7 @@ const Ie = {
2030
2034
  easing: "ease-in-out",
2031
2035
  fill: "both"
2032
2036
  }
2033
- }, Na = {
2037
+ }, Ma = {
2034
2038
  keyframes: [
2035
2039
  { transform: "translateX(0%) rotate(0deg)" },
2036
2040
  { transform: "translateX(-25%) rotate(-5deg)" },
@@ -2045,7 +2049,7 @@ const Ie = {
2045
2049
  easing: "ease-in-out",
2046
2050
  fill: "both"
2047
2051
  }
2048
- }, Ma = {
2052
+ }, Oa = {
2049
2053
  keyframes: [
2050
2054
  { transform: "scale(1) rotate(0deg)" },
2051
2055
  { transform: "scale(0.9) rotate(-3deg)" },
@@ -2063,14 +2067,14 @@ const Ie = {
2063
2067
  easing: "ease-in-out",
2064
2068
  fill: "both"
2065
2069
  }
2066
- }, Oa = {
2070
+ }, Ca = {
2067
2071
  keyframes: [
2068
2072
  { width: "0", opacity: 0 },
2069
2073
  { width: "0", opacity: 1, offset: 0.01 },
2070
2074
  { width: "100%", opacity: 1 }
2071
2075
  ],
2072
2076
  config: { duration: 2e3, easing: "steps(40, end)" }
2073
- }, Ca = {
2077
+ }, Ya = {
2074
2078
  keyframes: [
2075
2079
  { transform: "translate(0)", offset: 0 },
2076
2080
  { transform: "translate(-2px, 2px)", offset: 0.2 },
@@ -2080,46 +2084,46 @@ const Ie = {
2080
2084
  { transform: "translate(0)", offset: 1 }
2081
2085
  ],
2082
2086
  config: { duration: 500, easing: "linear" }
2083
- }, Ya = {
2087
+ }, Xa = {
2084
2088
  keyframes: [
2085
2089
  { transform: "translateY(0)", offset: 0 },
2086
2090
  { transform: "translateY(-10px)", offset: 0.5 },
2087
2091
  { transform: "translateY(0)", offset: 1 }
2088
2092
  ],
2089
2093
  config: { duration: 600, easing: "ease-in-out" }
2090
- }, Xa = {
2094
+ }, Pa = {
2091
2095
  keyframes: [
2092
2096
  { filter: "blur(12px)", opacity: 0 },
2093
2097
  { filter: "blur(0)", opacity: 1 }
2094
2098
  ],
2095
2099
  config: { duration: 800, easing: "ease-out" }
2096
- }, Pa = {
2100
+ }, Ra = {
2097
2101
  keyframes: [
2098
2102
  { letterSpacing: "-0.5em", opacity: 0 },
2099
2103
  { letterSpacing: "-0.5em", opacity: 0.6, offset: 0.4 },
2100
2104
  { letterSpacing: "normal", opacity: 1 }
2101
2105
  ],
2102
2106
  config: { duration: 700, easing: "cubic-bezier(0.215, 0.610, 0.355, 1.000)" }
2103
- }, Ra = {
2107
+ }, Sa = {
2104
2108
  keyframes: [
2105
2109
  { letterSpacing: "normal", opacity: 1 },
2106
2110
  { letterSpacing: "0em", opacity: 0.6, offset: 0.5 },
2107
2111
  { letterSpacing: "-0.5em", opacity: 0 }
2108
2112
  ],
2109
2113
  config: { duration: 700, easing: "cubic-bezier(0.550, 0.085, 0.680, 0.530)" }
2110
- }, Sa = {
2114
+ }, za = {
2111
2115
  keyframes: [
2112
2116
  { filter: "blur(12px)", opacity: 0 },
2113
2117
  { filter: "blur(0)", opacity: 1 }
2114
2118
  ],
2115
2119
  config: { duration: 800, easing: "cubic-bezier(0.550, 0.085, 0.680, 0.530)" }
2116
- }, za = {
2120
+ }, Ba = {
2117
2121
  keyframes: [
2118
2122
  { textShadow: "0 0 #555, 0 0 #555, 0 0 #555, 0 0 #555" },
2119
2123
  { textShadow: "1px 1px #555, 2px 2px #555, 3px 3px #555, 4px 4px #555" }
2120
2124
  ],
2121
2125
  config: { duration: 600, easing: "ease-out" }
2122
- }, Ba = {
2126
+ }, $a = {
2123
2127
  keyframes: [
2124
2128
  { opacity: 1, offset: 0 },
2125
2129
  { opacity: 1, offset: 0.4199 },
@@ -2133,25 +2137,25 @@ const Ie = {
2133
2137
  { opacity: 1, offset: 1 }
2134
2138
  ],
2135
2139
  config: { duration: 1e3, easing: "linear" }
2136
- }, $a = {
2140
+ }, Da = {
2137
2141
  keyframes: [
2138
2142
  { transform: "scale(0)", transformOrigin: "50% 50%", opacity: 0 },
2139
2143
  { transform: "scale(1)", transformOrigin: "50% 50%", opacity: 1 }
2140
2144
  ],
2141
2145
  config: { duration: 500, easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)" }
2142
- }, Da = {
2146
+ }, Ga = {
2143
2147
  keyframes: [
2144
2148
  { transform: "rotate(-360deg)", opacity: 0 },
2145
2149
  { transform: "rotate(0)", opacity: 1 }
2146
2150
  ],
2147
2151
  config: { duration: 600, easing: "ease-out" }
2148
- }, Ga = {
2152
+ }, Ea = {
2149
2153
  keyframes: [
2150
2154
  { transform: "scale(0.5)", opacity: 0 },
2151
2155
  { transform: "scale(1)", opacity: 1 }
2152
2156
  ],
2153
2157
  config: { duration: 400, easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)" }
2154
- }, Ea = {
2158
+ }, _a = {
2155
2159
  keyframes: [
2156
2160
  { transform: "translateX(0) rotate(0)", offset: 0 },
2157
2161
  { transform: "translateX(-25px) rotate(-5deg)", offset: 0.15 },
@@ -2162,7 +2166,7 @@ const Ie = {
2162
2166
  { transform: "translateX(0) rotate(0)", offset: 1 }
2163
2167
  ],
2164
2168
  config: { duration: 1e3, easing: "ease-in-out" }
2165
- }, _a = {
2169
+ }, Ua = {
2166
2170
  keyframes: [
2167
2171
  {
2168
2172
  transform: "rotateX(-100deg)",
@@ -2176,7 +2180,7 @@ const Ie = {
2176
2180
  }
2177
2181
  ],
2178
2182
  config: { duration: 600, easing: "cubic-bezier(0.175, 0.885, 0.320, 1.275)" }
2179
- }, Ua = {
2183
+ }, La = {
2180
2184
  keyframes: [
2181
2185
  {
2182
2186
  transform: "translateX(-1000px) scaleX(2.5) scaleY(0.2)",
@@ -2190,7 +2194,7 @@ const Ie = {
2190
2194
  }
2191
2195
  ],
2192
2196
  config: { duration: 800, easing: "cubic-bezier(0.230, 1.000, 0.320, 1.000)" }
2193
- }, La = {
2197
+ }, Aa = {
2194
2198
  keyframes: [
2195
2199
  {
2196
2200
  transform: "scale(1) translateX(0) translateY(0)"
@@ -2202,90 +2206,90 @@ const Ie = {
2202
2206
  config: { duration: 5e3, easing: "ease-out" }
2203
2207
  }, I = {
2204
2208
  // Fade (10)
2205
- fadeIn: Ie,
2206
- fadeInUp: Ne,
2207
- fadeInDown: Me,
2208
- fadeInLeft: Oe,
2209
- fadeInRight: Ce,
2210
- fadeOut: Ye,
2211
- fadeOutUp: Xe,
2212
- fadeOutDown: Pe,
2213
- fadeOutLeft: Re,
2214
- fadeOutRight: Se,
2209
+ fadeIn: Ne,
2210
+ fadeInUp: Me,
2211
+ fadeInDown: Oe,
2212
+ fadeInLeft: Ce,
2213
+ fadeInRight: Ye,
2214
+ fadeOut: Xe,
2215
+ fadeOutUp: Pe,
2216
+ fadeOutDown: Re,
2217
+ fadeOutLeft: Se,
2218
+ fadeOutRight: ze,
2215
2219
  // Slide (8)
2216
- slideInUp: ze,
2217
- slideInDown: Be,
2218
- slideInLeft: $e,
2219
- slideInRight: De,
2220
- slideOutUp: Ge,
2221
- slideOutDown: Ee,
2222
- slideOutLeft: _e,
2223
- slideOutRight: Ue,
2220
+ slideInUp: Be,
2221
+ slideInDown: $e,
2222
+ slideInLeft: De,
2223
+ slideInRight: Ge,
2224
+ slideOutUp: Ee,
2225
+ slideOutDown: _e,
2226
+ slideOutLeft: Ue,
2227
+ slideOutRight: Le,
2224
2228
  // Zoom (10)
2225
- zoomIn: Le,
2226
- zoomInUp: Ae,
2227
- zoomInDown: Te,
2228
- zoomInLeft: qe,
2229
- zoomInRight: He,
2230
- zoomOut: je,
2231
- zoomOutUp: Fe,
2232
- zoomOutDown: We,
2233
- zoomInBig: Qe,
2234
- zoomInBounce: Ve,
2229
+ zoomIn: Ae,
2230
+ zoomInUp: Te,
2231
+ zoomInDown: qe,
2232
+ zoomInLeft: He,
2233
+ zoomInRight: je,
2234
+ zoomOut: Fe,
2235
+ zoomOutUp: We,
2236
+ zoomOutDown: Qe,
2237
+ zoomInBig: Ve,
2238
+ zoomInBounce: Ze,
2235
2239
  // Rotate (10)
2236
- rotateIn: Ze,
2237
- rotateInUpLeft: Je,
2238
- rotateInUpRight: Ke,
2239
- rotateInDownLeft: ea,
2240
- rotateInDownRight: aa,
2241
- rotateOut: ta,
2242
- spin: ra,
2243
- spinReverse: na,
2244
- spinSlow: oa,
2245
- spinFast: ia,
2240
+ rotateIn: Je,
2241
+ rotateInUpLeft: Ke,
2242
+ rotateInUpRight: ea,
2243
+ rotateInDownLeft: aa,
2244
+ rotateInDownRight: ta,
2245
+ rotateOut: ra,
2246
+ spin: na,
2247
+ spinReverse: oa,
2248
+ spinSlow: ia,
2249
+ spinFast: sa,
2246
2250
  // Bounce (8)
2247
- bounceIn: sa,
2248
- bounceInUp: la,
2249
- bounceInDown: da,
2250
- bounceInLeft: ca,
2251
- bounceInRight: ga,
2252
- bounceOut: pa,
2253
- bounce: fa,
2254
- bounceLoop: ua,
2251
+ bounceIn: la,
2252
+ bounceInUp: da,
2253
+ bounceInDown: ca,
2254
+ bounceInLeft: ga,
2255
+ bounceInRight: pa,
2256
+ bounceOut: fa,
2257
+ bounce: ua,
2258
+ bounceLoop: ma,
2255
2259
  // Attention (11)
2256
- shake: ma,
2257
- shakeY: ba,
2258
- pulse: ha,
2259
- pulseLoop: xa,
2260
- heartbeat: ya,
2261
- flash: wa,
2262
- rubberBand: va,
2263
- jello: ka,
2264
- swing: Ia,
2265
- wobble: Na,
2266
- tada: Ma,
2260
+ shake: ba,
2261
+ shakeY: ha,
2262
+ pulse: xa,
2263
+ pulseLoop: ya,
2264
+ heartbeat: wa,
2265
+ flash: va,
2266
+ rubberBand: ka,
2267
+ jello: Ia,
2268
+ swing: Na,
2269
+ wobble: Ma,
2270
+ tada: Oa,
2267
2271
  // ✅ Text (16) - NEW!
2268
- typing: Oa,
2269
- glitch: Ca,
2270
- waveText: Ya,
2271
- blurIn: Xa,
2272
- trackingInExpand: Pa,
2273
- trackingOutContract: Ra,
2274
- focusIn: Sa,
2275
- textShadowPop: za,
2276
- flicker: Ba,
2277
- textPopUp: $a,
2278
- textRotateIn: Da,
2279
- textScaleUp: Ga,
2280
- textWobble: Ea,
2281
- swingInTop: _a,
2282
- slideInBlurred: Ua,
2283
- kenburns: La
2272
+ typing: Ca,
2273
+ glitch: Ya,
2274
+ waveText: Xa,
2275
+ blurIn: Pa,
2276
+ trackingInExpand: Ra,
2277
+ trackingOutContract: Sa,
2278
+ focusIn: za,
2279
+ textShadowPop: Ba,
2280
+ flicker: $a,
2281
+ textPopUp: Da,
2282
+ textRotateIn: Ga,
2283
+ textScaleUp: Ea,
2284
+ textWobble: _a,
2285
+ swingInTop: Ua,
2286
+ slideInBlurred: La,
2287
+ kenburns: Aa
2284
2288
  };
2285
2289
  function Tt(e) {
2286
2290
  return I[e];
2287
2291
  }
2288
- function Aa() {
2292
+ function Ta() {
2289
2293
  return Object.keys(I);
2290
2294
  }
2291
2295
  function qt(e) {
@@ -2306,9 +2310,9 @@ function qt(e) {
2306
2310
  "swingInTop",
2307
2311
  "slideInBlurred",
2308
2312
  "kenburns"
2309
- ] : Aa().filter((a) => a.startsWith(e));
2313
+ ] : Ta().filter((a) => a.startsWith(e));
2310
2314
  }
2311
- const Ta = ({
2315
+ const qa = ({
2312
2316
  children: e,
2313
2317
  preset: a = "fadeIn",
2314
2318
  duration: t,
@@ -2319,72 +2323,72 @@ const Ta = ({
2319
2323
  threshold: d = 0.1,
2320
2324
  triggerOnce: l = !0,
2321
2325
  onAnimationStart: c,
2322
- onAnimationEnd: g,
2323
- className: b = "",
2326
+ onAnimationEnd: p,
2327
+ className: x = "",
2324
2328
  style: m = {}
2325
2329
  }) => {
2326
- const p = f(null), h = f(null), x = f(null), N = f(!1), k = async () => {
2330
+ const g = f(null), y = f(null), b = f(null), N = f(!1), v = async () => {
2327
2331
  var S, z, B, $;
2328
- if (!p.current || l && N.current) return;
2329
- const w = I[a];
2330
- if (!w) {
2332
+ if (!g.current || l && N.current) return;
2333
+ const h = I[a];
2334
+ if (!h) {
2331
2335
  console.warn(`[TeleMotion] Preset "${a}" not found`);
2332
2336
  return;
2333
2337
  }
2334
- h.current || (h.current = new y(p.current)), c == null || c();
2335
- const M = {
2336
- ...w.config,
2337
- duration: t ?? ((S = w.config) == null ? void 0 : S.duration),
2338
- delay: r ?? ((z = w.config) == null ? void 0 : z.delay),
2339
- easing: o ?? ((B = w.config) == null ? void 0 : B.easing),
2340
- iterations: i ?? (($ = w.config) == null ? void 0 : $.iterations)
2338
+ y.current || (y.current = new w(g.current)), c == null || c();
2339
+ const C = {
2340
+ ...h.config,
2341
+ duration: t ?? ((S = h.config) == null ? void 0 : S.duration),
2342
+ delay: r ?? ((z = h.config) == null ? void 0 : z.delay),
2343
+ easing: o ?? ((B = h.config) == null ? void 0 : B.easing),
2344
+ iterations: i ?? (($ = h.config) == null ? void 0 : $.iterations)
2341
2345
  };
2342
2346
  try {
2343
- await h.current.animate(w.keyframes, M), N.current = !0, g == null || g();
2347
+ await y.current.animate(h.keyframes, C), N.current = !0, p == null || p();
2344
2348
  } catch (A) {
2345
2349
  console.error("[TeleMotion] Animation error:", A);
2346
2350
  }
2347
2351
  };
2348
- v(() => {
2349
- s === "mount" && k();
2350
- }, [a, t, r, o, i]), v(() => {
2351
- if (!(s !== "scroll" || !p.current))
2352
- return x.current = new IntersectionObserver(
2353
- (w) => {
2354
- w.forEach((M) => {
2355
- M.isIntersecting && (k(), l && x.current && x.current.unobserve(M.target));
2352
+ k(() => {
2353
+ s === "mount" && v();
2354
+ }, [a, t, r, o, i]), k(() => {
2355
+ if (!(s !== "scroll" || !g.current))
2356
+ return b.current = new IntersectionObserver(
2357
+ (h) => {
2358
+ h.forEach((C) => {
2359
+ C.isIntersecting && (v(), l && b.current && b.current.unobserve(C.target));
2356
2360
  });
2357
2361
  },
2358
2362
  { threshold: d }
2359
- ), x.current.observe(p.current), () => {
2360
- x.current && x.current.disconnect();
2363
+ ), b.current.observe(g.current), () => {
2364
+ b.current && b.current.disconnect();
2361
2365
  };
2362
2366
  }, [s, d, l, a]);
2363
- const P = () => {
2364
- s === "hover" && k();
2365
- }, R = () => {
2366
- s === "click" && k();
2367
+ const M = () => {
2368
+ s === "hover" && v();
2369
+ }, O = () => {
2370
+ s === "click" && v();
2367
2371
  };
2368
- return v(() => () => {
2369
- h.current && h.current.stop();
2372
+ return k(() => () => {
2373
+ y.current && y.current.stop();
2370
2374
  }, []), /* @__PURE__ */ n(
2371
2375
  "div",
2372
2376
  {
2373
- ref: p,
2374
- className: b,
2377
+ ref: g,
2378
+ className: x,
2375
2379
  style: m,
2376
- onMouseEnter: s === "hover" ? P : void 0,
2377
- onClick: s === "click" ? R : void 0,
2380
+ onMouseEnter: s === "hover" ? M : void 0,
2381
+ onClick: s === "click" ? O : void 0,
2378
2382
  children: e
2379
2383
  }
2380
2384
  );
2381
2385
  };
2382
- Ta.displayName = "TeleMotion";
2386
+ qa.displayName = "TeleMotion";
2383
2387
  function Ht() {
2384
2388
  const e = f(null), a = f(null), t = async (r, o) => {
2385
- e.current && (a.current || (a.current = new y(e.current)), await a.current.animate(r, o));
2389
+ e.current && (a.current || (a.current = new w(e.current)), await a.current.animate(r, o));
2386
2390
  };
2387
- return v(() => () => {
2391
+ return k(() => () => {
2388
2392
  a.current && a.current.stop();
2389
2393
  }, []), [e, t];
2390
2394
  }
@@ -2396,29 +2400,29 @@ function jt(e, a) {
2396
2400
  console.warn(`[usePresetAnimation] Preset "${e}" not found`);
2397
2401
  return;
2398
2402
  }
2399
- r.current || (r.current = new y(t.current));
2403
+ r.current || (r.current = new w(t.current));
2400
2404
  const s = {
2401
2405
  ...i.config,
2402
2406
  ...a
2403
2407
  };
2404
2408
  await r.current.animate(i.keyframes, s);
2405
2409
  };
2406
- return v(() => {
2410
+ return k(() => {
2407
2411
  (a == null ? void 0 : a.trigger) !== "manual" && o();
2408
- }, [e]), v(() => () => {
2412
+ }, [e]), k(() => () => {
2409
2413
  r.current && r.current.stop();
2410
2414
  }, []), [t, o];
2411
2415
  }
2412
2416
  function Ft(e, a) {
2413
2417
  const t = f(null), r = f(null), o = f(null), i = f(!1);
2414
- return v(() => {
2418
+ return k(() => {
2415
2419
  if (!t.current) return;
2416
2420
  const s = I[e];
2417
2421
  if (!s) {
2418
2422
  console.warn(`[useScrollAnimation] Preset "${e}" not found`);
2419
2423
  return;
2420
2424
  }
2421
- return r.current = new y(t.current), o.current = new IntersectionObserver(
2425
+ return r.current = new w(t.current), o.current = new IntersectionObserver(
2422
2426
  (d) => {
2423
2427
  d.forEach((l) => {
2424
2428
  if (l.isIntersecting && !i.current && r.current) {
@@ -2442,7 +2446,7 @@ function Wt(e, a = 100, t) {
2442
2446
  if (!r.current) return;
2443
2447
  const i = I[e];
2444
2448
  if (!i) return;
2445
- const d = Array.from(r.current.children).map((l, c) => new y(l).animate(i.keyframes, {
2449
+ const d = Array.from(r.current.children).map((l, c) => new w(l).animate(i.keyframes, {
2446
2450
  ...i.config,
2447
2451
  ...t,
2448
2452
  delay: ((t == null ? void 0 : t.delay) ?? 0) + a * c
@@ -2455,7 +2459,7 @@ function Qt(e, a) {
2455
2459
  return [t, { onMouseEnter: async () => {
2456
2460
  if (!t.current) return;
2457
2461
  const s = I[e];
2458
- s && (r.current || (r.current = new y(t.current)), await r.current.animate(s.keyframes, {
2462
+ s && (r.current || (r.current = new w(t.current)), await r.current.animate(s.keyframes, {
2459
2463
  ...s.config,
2460
2464
  ...a
2461
2465
  }));
@@ -2465,7 +2469,7 @@ function Qt(e, a) {
2465
2469
  }
2466
2470
  function Vt(e = 0.1) {
2467
2471
  const a = f(null), [t, r] = G(!1);
2468
- return v(() => {
2472
+ return k(() => {
2469
2473
  if (!a.current) return;
2470
2474
  const o = new IntersectionObserver(
2471
2475
  (i) => {
@@ -2485,8 +2489,8 @@ export {
2485
2489
  pt as AnimatedGlow,
2486
2490
  ct as AnimatedPulse,
2487
2491
  dt as AnimatedShimmer,
2488
- y as Animator,
2489
- ja as Button,
2492
+ w as Animator,
2493
+ Fa as Button,
2490
2494
  yt as Button3DBlue,
2491
2495
  vt as Button3DGreen,
2492
2496
  wt as Button3DPink,
@@ -2499,7 +2503,7 @@ export {
2499
2503
  xt as GhostPurple,
2500
2504
  ht as GhostRed,
2501
2505
  ot as GlassBlue,
2502
- O as GlassButton,
2506
+ Y as GlassButton,
2503
2507
  lt as GlassPink,
2504
2508
  it as GlassPurple,
2505
2509
  st as GlassWhite,
@@ -2508,7 +2512,7 @@ export {
2508
2512
  tt as GradientOrangeRed,
2509
2513
  et as GradientPurplePink,
2510
2514
  nt as GradientSunset,
2511
- Fa as Home,
2515
+ Wa as Home,
2512
2516
  kt as NeonBlue,
2513
2517
  Nt as NeonGreen,
2514
2518
  It as NeonPink,
@@ -2523,20 +2527,20 @@ export {
2523
2527
  Ja as SolidPurple,
2524
2528
  Va as SolidRed,
2525
2529
  Rt as StatCard,
2526
- Ta as TeleMotion,
2530
+ qa as TeleMotion,
2527
2531
  zt as animateGroup,
2528
2532
  Ut as animateOnScroll,
2529
2533
  Et as bezier,
2530
2534
  St as createAnimator,
2531
- ve as easings,
2535
+ ke as easings,
2532
2536
  Dt as getEasing,
2533
2537
  Tt as getPreset,
2534
- Aa as getPresetNames,
2538
+ Ta as getPresetNames,
2535
2539
  qt as getPresetsByCategory,
2536
2540
  Lt as getScrollProgress,
2537
- Wa as gradients,
2541
+ H as gradients,
2538
2542
  At as isInViewport,
2539
- ke as observeElement,
2543
+ Ie as observeElement,
2540
2544
  _t as observeElements,
2541
2545
  $t as parallel,
2542
2546
  I as presets,