@coolbuttons/react 1.0.0 → 1.0.3

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.esm.js CHANGED
@@ -1,5 +1,5 @@
1
- import ie, { forwardRef as Y, createElement as T } from "react";
2
- var y = { exports: {} }, h = {};
1
+ import ie, { forwardRef as $, createElement as S } from "react";
2
+ var w = { exports: {} }, h = {};
3
3
  /**
4
4
  * @license React
5
5
  * react-jsx-runtime.production.js
@@ -9,27 +9,27 @@ var y = { exports: {} }, h = {};
9
9
  * This source code is licensed under the MIT license found in the
10
10
  * LICENSE file in the root directory of this source tree.
11
11
  */
12
- var H;
12
+ var F;
13
13
  function le() {
14
- if (H) return h;
15
- H = 1;
16
- var o = Symbol.for("react.transitional.element"), c = Symbol.for("react.fragment");
17
- function p(x, d, l) {
18
- var u = null;
19
- if (l !== void 0 && (u = "" + l), d.key !== void 0 && (u = "" + d.key), "key" in d) {
14
+ if (F) return h;
15
+ F = 1;
16
+ var a = Symbol.for("react.transitional.element"), d = Symbol.for("react.fragment");
17
+ function p(u, c, l) {
18
+ var x = null;
19
+ if (l !== void 0 && (x = "" + l), c.key !== void 0 && (x = "" + c.key), "key" in c) {
20
20
  l = {};
21
- for (var b in d)
22
- b !== "key" && (l[b] = d[b]);
23
- } else l = d;
24
- return d = l.ref, {
25
- $$typeof: o,
26
- type: x,
27
- key: u,
28
- ref: d !== void 0 ? d : null,
21
+ for (var b in c)
22
+ b !== "key" && (l[b] = c[b]);
23
+ } else l = c;
24
+ return c = l.ref, {
25
+ $$typeof: a,
26
+ type: u,
27
+ key: x,
28
+ ref: c !== void 0 ? c : null,
29
29
  props: l
30
30
  };
31
31
  }
32
- return h.Fragment = c, h.jsx = p, h.jsxs = p, h;
32
+ return h.Fragment = d, h.jsx = p, h.jsxs = p, h;
33
33
  }
34
34
  var _ = {};
35
35
  /**
@@ -41,20 +41,20 @@ var _ = {};
41
41
  * This source code is licensed under the MIT license found in the
42
42
  * LICENSE file in the root directory of this source tree.
43
43
  */
44
- var U;
45
- function de() {
46
- return U || (U = 1, process.env.NODE_ENV !== "production" && (function() {
47
- function o(r) {
44
+ var H;
45
+ function ce() {
46
+ return H || (H = 1, process.env.NODE_ENV !== "production" && (function() {
47
+ function a(r) {
48
48
  if (r == null) return null;
49
49
  if (typeof r == "function")
50
50
  return r.$$typeof === oe ? null : r.displayName || r.name || null;
51
51
  if (typeof r == "string") return r;
52
52
  switch (r) {
53
- case E:
53
+ case j:
54
54
  return "Fragment";
55
- case J:
55
+ case Z:
56
56
  return "Profiler";
57
- case V:
57
+ case J:
58
58
  return "StrictMode";
59
59
  case ee:
60
60
  return "Suspense";
@@ -67,76 +67,76 @@ function de() {
67
67
  switch (typeof r.tag == "number" && console.error(
68
68
  "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
69
69
  ), r.$$typeof) {
70
- case W:
70
+ case V:
71
71
  return "Portal";
72
72
  case Q:
73
73
  return r.displayName || "Context";
74
- case Z:
75
- return (r._context.displayName || "Context") + ".Consumer";
76
74
  case K:
77
- var a = r.render;
78
- return r = r.displayName, r || (r = a.displayName || a.name || "", r = r !== "" ? "ForwardRef(" + r + ")" : "ForwardRef"), r;
75
+ return (r._context.displayName || "Context") + ".Consumer";
76
+ case B:
77
+ var o = r.render;
78
+ return r = r.displayName, r || (r = o.displayName || o.name || "", r = r !== "" ? "ForwardRef(" + r + ")" : "ForwardRef"), r;
79
79
  case te:
80
- return a = r.displayName || null, a !== null ? a : o(r.type) || "Memo";
81
- case k:
82
- a = r._payload, r = r._init;
80
+ return o = r.displayName || null, o !== null ? o : a(r.type) || "Memo";
81
+ case E:
82
+ o = r._payload, r = r._init;
83
83
  try {
84
- return o(r(a));
84
+ return a(r(o));
85
85
  } catch {
86
86
  }
87
87
  }
88
88
  return null;
89
89
  }
90
- function c(r) {
90
+ function d(r) {
91
91
  return "" + r;
92
92
  }
93
93
  function p(r) {
94
94
  try {
95
- c(r);
96
- var a = !1;
95
+ d(r);
96
+ var o = !1;
97
97
  } catch {
98
- a = !0;
98
+ o = !0;
99
99
  }
100
- if (a) {
101
- a = console;
102
- var n = a.error, s = typeof Symbol == "function" && Symbol.toStringTag && r[Symbol.toStringTag] || r.constructor.name || "Object";
100
+ if (o) {
101
+ o = console;
102
+ var n = o.error, s = typeof Symbol == "function" && Symbol.toStringTag && r[Symbol.toStringTag] || r.constructor.name || "Object";
103
103
  return n.call(
104
- a,
104
+ o,
105
105
  "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
106
106
  s
107
- ), c(r);
107
+ ), d(r);
108
108
  }
109
109
  }
110
- function x(r) {
111
- if (r === E) return "<>";
112
- if (typeof r == "object" && r !== null && r.$$typeof === k)
110
+ function u(r) {
111
+ if (r === j) return "<>";
112
+ if (typeof r == "object" && r !== null && r.$$typeof === E)
113
113
  return "<...>";
114
114
  try {
115
- var a = o(r);
116
- return a ? "<" + a + ">" : "<...>";
115
+ var o = a(r);
116
+ return o ? "<" + o + ">" : "<...>";
117
117
  } catch {
118
118
  return "<...>";
119
119
  }
120
120
  }
121
- function d() {
121
+ function c() {
122
122
  var r = R.A;
123
123
  return r === null ? null : r.getOwner();
124
124
  }
125
125
  function l() {
126
126
  return Error("react-stack-top-frame");
127
127
  }
128
- function u(r) {
129
- if (O.call(r, "key")) {
130
- var a = Object.getOwnPropertyDescriptor(r, "key").get;
131
- if (a && a.isReactWarning) return !1;
128
+ function x(r) {
129
+ if (P.call(r, "key")) {
130
+ var o = Object.getOwnPropertyDescriptor(r, "key").get;
131
+ if (o && o.isReactWarning) return !1;
132
132
  }
133
133
  return r.key !== void 0;
134
134
  }
135
- function b(r, a) {
135
+ function b(r, o) {
136
136
  function n() {
137
- L || (L = !0, console.error(
137
+ O || (O = !0, console.error(
138
138
  "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
139
- a
139
+ o
140
140
  ));
141
141
  }
142
142
  n.isReactWarning = !0, Object.defineProperty(r, "key", {
@@ -145,17 +145,17 @@ function de() {
145
145
  });
146
146
  }
147
147
  function N() {
148
- var r = o(this.type);
149
- return C[r] || (C[r] = !0, console.error(
148
+ var r = a(this.type);
149
+ return L[r] || (L[r] = !0, console.error(
150
150
  "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
151
151
  )), r = this.props.ref, r !== void 0 ? r : null;
152
152
  }
153
- function j(r, a, n, s, w, z) {
153
+ function y(r, o, n, s, m, A) {
154
154
  var i = n.ref;
155
155
  return r = {
156
- $$typeof: P,
156
+ $$typeof: M,
157
157
  type: r,
158
- key: a,
158
+ key: o,
159
159
  props: n,
160
160
  _owner: s
161
161
  }, (i !== void 0 ? i : null) !== null ? Object.defineProperty(r, "ref", {
@@ -175,33 +175,33 @@ function de() {
175
175
  configurable: !1,
176
176
  enumerable: !1,
177
177
  writable: !0,
178
- value: w
178
+ value: m
179
179
  }), Object.defineProperty(r, "_debugTask", {
180
180
  configurable: !1,
181
181
  enumerable: !1,
182
182
  writable: !0,
183
- value: z
183
+ value: A
184
184
  }), Object.freeze && (Object.freeze(r.props), Object.freeze(r)), r;
185
185
  }
186
- function v(r, a, n, s, w, z) {
187
- var i = a.children;
186
+ function f(r, o, n, s, m, A) {
187
+ var i = o.children;
188
188
  if (i !== void 0)
189
189
  if (s)
190
190
  if (ne(i)) {
191
191
  for (s = 0; s < i.length; s++)
192
- M(i[s]);
192
+ T(i[s]);
193
193
  Object.freeze && Object.freeze(i);
194
194
  } else
195
195
  console.error(
196
196
  "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
197
197
  );
198
- else M(i);
199
- if (O.call(a, "key")) {
200
- i = o(r);
201
- var g = Object.keys(a).filter(function(se) {
198
+ else T(i);
199
+ if (P.call(o, "key")) {
200
+ i = a(r);
201
+ var g = Object.keys(o).filter(function(se) {
202
202
  return se !== "key";
203
203
  });
204
- s = 0 < g.length ? "{key: someKey, " + g.join(": ..., ") + ": ...}" : "{key: someKey}", F[i + s] || (g = 0 < g.length ? "{" + g.join(": ..., ") + ": ...}" : "{}", console.error(
204
+ s = 0 < g.length ? "{key: someKey, " + g.join(": ..., ") + ": ...}" : "{key: someKey}", G[i + s] || (g = 0 < g.length ? "{" + g.join(": ..., ") + ": ...}" : "{}", console.error(
205
205
  `A props object containing a "key" prop is being spread into JSX:
206
206
  let props = %s;
207
207
  <%s {...props} />
@@ -212,108 +212,85 @@ React keys must be passed directly to JSX without using spread:
212
212
  i,
213
213
  g,
214
214
  i
215
- ), F[i + s] = !0);
215
+ ), G[i + s] = !0);
216
216
  }
217
- if (i = null, n !== void 0 && (p(n), i = "" + n), u(a) && (p(a.key), i = "" + a.key), "key" in a) {
217
+ if (i = null, n !== void 0 && (p(n), i = "" + n), x(o) && (p(o.key), i = "" + o.key), "key" in o) {
218
218
  n = {};
219
- for (var I in a)
220
- I !== "key" && (n[I] = a[I]);
221
- } else n = a;
219
+ for (var z in o)
220
+ z !== "key" && (n[z] = o[z]);
221
+ } else n = o;
222
222
  return i && b(
223
223
  n,
224
224
  typeof r == "function" ? r.displayName || r.name || "Unknown" : r
225
- ), j(
225
+ ), y(
226
226
  r,
227
227
  i,
228
228
  n,
229
- d(),
230
- w,
231
- z
229
+ c(),
230
+ m,
231
+ A
232
232
  );
233
233
  }
234
- function M(r) {
235
- S(r) ? r._store && (r._store.validated = 1) : typeof r == "object" && r !== null && r.$$typeof === k && (r._payload.status === "fulfilled" ? S(r._payload.value) && r._payload.value._store && (r._payload.value._store.validated = 1) : r._store && (r._store.validated = 1));
234
+ function T(r) {
235
+ I(r) ? r._store && (r._store.validated = 1) : typeof r == "object" && r !== null && r.$$typeof === E && (r._payload.status === "fulfilled" ? I(r._payload.value) && r._payload.value._store && (r._payload.value._store.validated = 1) : r._store && (r._store.validated = 1));
236
236
  }
237
- function S(r) {
238
- return typeof r == "object" && r !== null && r.$$typeof === P;
237
+ function I(r) {
238
+ return typeof r == "object" && r !== null && r.$$typeof === M;
239
239
  }
240
- var m = ie, P = Symbol.for("react.transitional.element"), W = Symbol.for("react.portal"), E = Symbol.for("react.fragment"), V = Symbol.for("react.strict_mode"), J = Symbol.for("react.profiler"), Z = Symbol.for("react.consumer"), Q = Symbol.for("react.context"), K = Symbol.for("react.forward_ref"), ee = Symbol.for("react.suspense"), re = Symbol.for("react.suspense_list"), te = Symbol.for("react.memo"), k = Symbol.for("react.lazy"), ae = Symbol.for("react.activity"), oe = Symbol.for("react.client.reference"), R = m.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, O = Object.prototype.hasOwnProperty, ne = Array.isArray, A = console.createTask ? console.createTask : function() {
240
+ var v = ie, M = Symbol.for("react.transitional.element"), V = Symbol.for("react.portal"), j = Symbol.for("react.fragment"), J = Symbol.for("react.strict_mode"), Z = Symbol.for("react.profiler"), K = Symbol.for("react.consumer"), Q = Symbol.for("react.context"), B = Symbol.for("react.forward_ref"), ee = Symbol.for("react.suspense"), re = Symbol.for("react.suspense_list"), te = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), ae = Symbol.for("react.activity"), oe = Symbol.for("react.client.reference"), R = v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, P = Object.prototype.hasOwnProperty, ne = Array.isArray, k = console.createTask ? console.createTask : function() {
241
241
  return null;
242
242
  };
243
- m = {
243
+ v = {
244
244
  react_stack_bottom_frame: function(r) {
245
245
  return r();
246
246
  }
247
247
  };
248
- var L, C = {}, G = m.react_stack_bottom_frame.bind(
249
- m,
248
+ var O, L = {}, C = v.react_stack_bottom_frame.bind(
249
+ v,
250
250
  l
251
- )(), D = A(x(l)), F = {};
252
- _.Fragment = E, _.jsx = function(r, a, n) {
251
+ )(), D = k(u(l)), G = {};
252
+ _.Fragment = j, _.jsx = function(r, o, n) {
253
253
  var s = 1e4 > R.recentlyCreatedOwnerStacks++;
254
- return v(
254
+ return f(
255
255
  r,
256
- a,
256
+ o,
257
257
  n,
258
258
  !1,
259
- s ? Error("react-stack-top-frame") : G,
260
- s ? A(x(r)) : D
259
+ s ? Error("react-stack-top-frame") : C,
260
+ s ? k(u(r)) : D
261
261
  );
262
- }, _.jsxs = function(r, a, n) {
262
+ }, _.jsxs = function(r, o, n) {
263
263
  var s = 1e4 > R.recentlyCreatedOwnerStacks++;
264
- return v(
264
+ return f(
265
265
  r,
266
- a,
266
+ o,
267
267
  n,
268
268
  !0,
269
- s ? Error("react-stack-top-frame") : G,
270
- s ? A(x(r)) : D
269
+ s ? Error("react-stack-top-frame") : C,
270
+ s ? k(u(r)) : D
271
271
  );
272
272
  };
273
273
  })()), _;
274
274
  }
275
- var $;
276
- function ce() {
277
- return $ || ($ = 1, process.env.NODE_ENV === "production" ? y.exports = le() : y.exports = de()), y.exports;
275
+ var U;
276
+ function de() {
277
+ return U || (U = 1, process.env.NODE_ENV === "production" ? w.exports = le() : w.exports = ce()), w.exports;
278
278
  }
279
- var e = ce(), t = /* @__PURE__ */ ((o) => (o.ESSENTIAL = "Essential", o.RETRO = "Retro", o.MODERN = "Modern", o.GLASSMORPHIC = "Glassmorphic", o.NEUMORPHIC = "Neumorphic", o.NEON = "Neon", o.GRADIENT = "Gradient", o.MINIMAL = "Minimal", o.ANIMATED = "Animated", o.EXPERIMENTAL = "Experimental", o))(t || {});
280
- const Ne = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-indigo-500 text-white font-black rounded-[2rem] shadow-[inset_-4px_-4px_8px_rgba(0,0,0,0.3),inset_4px_4px_8px_rgba(255,255,255,0.3),8px_8px_16px_rgba(0,0,0,0.15)] hover:scale-110 active:scale-95 transition-all", children: "Plasticine" });
281
- t.NEUMORPHIC;
282
- const je = () => /* @__PURE__ */ e.jsxs("div", { className: "p-10 relative group", children: [
283
- /* @__PURE__ */ e.jsx("div", { className: "absolute top-0 right-0 w-32 h-32 bg-blue-500/10 blur-[60px] rounded-full group-hover:scale-110 transition-transform duration-700" }),
284
- /* @__PURE__ */ e.jsx("button", { className: "relative px-10 py-5 bg-white/20 dark:bg-white/5 border border-white/60 dark:border-white/10 backdrop-blur-2xl rounded-[2.5rem] shadow-[0_25px_50px_-12px_rgba(0,0,0,0.1),inset_0_1px_0_rgba(255,255,255,0.8)] text-blue-950 dark:text-blue-100 font-black hover:bg-white/30 transition-all active:scale-95", children: "Sapphire Slab" })
285
- ] });
286
- t.GLASSMORPHIC;
287
- const Ee = () => /* @__PURE__ */ e.jsx("button", { className: "relative px-10 py-3.5 bg-gradient-to-br from-[#f5f5f7] to-[#e8e8ed] dark:from-[#1a1a1f] dark:to-[#0f0f14] text-gray-700 dark:text-gray-300 font-semibold rounded-3xl shadow-[0_20px_40px_-10px_rgba(0,0,0,0.1),0_-8px_16px_-8px_rgba(255,255,255,0.5)] dark:shadow-[0_20px_40px_-10px_rgba(0,0,0,0.8),0_-8px_16px_-8px_rgba(255,255,255,0.05)] hover:shadow-[0_25px_50px_-12px_rgba(0,0,0,0.15),0_-10px_20px_-10px_rgba(255,255,255,0.6)] dark:hover:shadow-[0_25px_50px_-12px_rgba(0,0,0,0.9),0_-10px_20px_-10px_rgba(255,255,255,0.08)] active:shadow-[inset_0_8px_16px_-8px_rgba(0,0,0,0.2),inset_0_-8px_16px_-8px_rgba(255,255,255,0.4)] dark:active:shadow-[inset_0_8px_16px_-8px_rgba(0,0,0,0.6),inset_0_-8px_16px_-8px_rgba(255,255,255,0.05)] transition-all duration-300 active:scale-95", children: "Soft Extrude" });
288
- t.NEUMORPHIC;
289
- const ke = () => /* @__PURE__ */ e.jsx("button", { className: "px-6 py-3 bg-white border-4 border-black text-black font-black text-lg shadow-[6px_6px_0_0_#000] active:shadow-none active:translate-x-[4px] active:translate-y-[4px] transition-all", children: "NO RULES" });
290
- t.RETRO;
291
- const Re = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-zinc-900 text-white font-bold rounded-xl border border-zinc-700 hover:border-orange-500 hover:shadow-[0_0_15px_rgba(255,122,0,0.5)] transition-all duration-300", children: "Neon Border" });
292
- t.GRADIENT;
293
- const Ae = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-indigo-600 text-white font-bold rounded-xl shadow-[0_10px_30px_rgba(79,70,229,0.3)] hover:shadow-[0_15px_40px_rgba(79,70,229,0.6)] hover:-translate-y-1 transition-all", children: "Color Shadow" });
294
- t.ESSENTIAL;
295
- const ze = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-2 border-b-2 border-zinc-200 text-zinc-400 font-medium hover:text-zinc-900 hover:border-zinc-900 transition-all text-sm tracking-tight", children: "Slight Underline" });
296
- t.MINIMAL;
297
- const Ie = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-zinc-900 text-white font-black italic rounded-none border-r-4 border-orange-500 hover:animate-pulse hover:shadow-[4px_0_0_#0ea5e9,-4px_0_0_#f43f5e] transition-shadow", children: "GLITCH_ME" });
298
- t.EXPERIMENTAL;
299
- const Te = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-gradient-to-r from-orange-400 via-rose-400 to-indigo-500 bg-[length:200%_auto] text-white font-bold rounded-2xl hover:bg-[position:right_center] transition-all duration-500 shadow-xl shadow-orange-200", children: "Liquid Flow" });
300
- t.ANIMATED;
301
- const Me = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-[#003300] text-[#00ff00] font-mono font-bold border-2 border-[#00ff00] shadow-[0_0_15px_#00ff00] hover:bg-[#00ff00] hover:text-black transition-all", children: "INSERT COIN" });
302
- t.RETRO;
279
+ var e = de();
303
280
  /**
304
281
  * @license lucide-react v0.475.0 - ISC
305
282
  *
306
283
  * This source code is licensed under the ISC license.
307
284
  * See the LICENSE file in the root directory of this source tree.
308
285
  */
309
- const pe = (o) => o.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), B = (...o) => o.filter((c, p, x) => !!c && c.trim() !== "" && x.indexOf(c) === p).join(" ").trim();
286
+ const pe = (a) => a.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), Y = (...a) => a.filter((d, p, u) => !!d && d.trim() !== "" && u.indexOf(d) === p).join(" ").trim();
310
287
  /**
311
288
  * @license lucide-react v0.475.0 - ISC
312
289
  *
313
290
  * This source code is licensed under the ISC license.
314
291
  * See the LICENSE file in the root directory of this source tree.
315
292
  */
316
- var xe = {
293
+ var ue = {
317
294
  xmlns: "http://www.w3.org/2000/svg",
318
295
  width: 24,
319
296
  height: 24,
@@ -330,30 +307,30 @@ var xe = {
330
307
  * This source code is licensed under the ISC license.
331
308
  * See the LICENSE file in the root directory of this source tree.
332
309
  */
333
- const ue = Y(
310
+ const xe = $(
334
311
  ({
335
- color: o = "currentColor",
336
- size: c = 24,
312
+ color: a = "currentColor",
313
+ size: d = 24,
337
314
  strokeWidth: p = 2,
338
- absoluteStrokeWidth: x,
339
- className: d = "",
315
+ absoluteStrokeWidth: u,
316
+ className: c = "",
340
317
  children: l,
341
- iconNode: u,
318
+ iconNode: x,
342
319
  ...b
343
- }, N) => T(
320
+ }, N) => S(
344
321
  "svg",
345
322
  {
346
323
  ref: N,
347
- ...xe,
348
- width: c,
349
- height: c,
350
- stroke: o,
351
- strokeWidth: x ? Number(p) * 24 / Number(c) : p,
352
- className: B("lucide", d),
324
+ ...ue,
325
+ width: d,
326
+ height: d,
327
+ stroke: a,
328
+ strokeWidth: u ? Number(p) * 24 / Number(d) : p,
329
+ className: Y("lucide", c),
353
330
  ...b
354
331
  },
355
332
  [
356
- ...u.map(([j, v]) => T(j, v)),
333
+ ...x.map(([y, f]) => S(y, f)),
357
334
  ...Array.isArray(l) ? l : [l]
358
335
  ]
359
336
  )
@@ -364,16 +341,16 @@ const ue = Y(
364
341
  * This source code is licensed under the ISC license.
365
342
  * See the LICENSE file in the root directory of this source tree.
366
343
  */
367
- const f = (o, c) => {
368
- const p = Y(
369
- ({ className: x, ...d }, l) => T(ue, {
344
+ const W = (a, d) => {
345
+ const p = $(
346
+ ({ className: u, ...c }, l) => S(xe, {
370
347
  ref: l,
371
- iconNode: c,
372
- className: B(`lucide-${pe(o)}`, x),
373
- ...d
348
+ iconNode: d,
349
+ className: Y(`lucide-${pe(a)}`, u),
350
+ ...c
374
351
  })
375
352
  );
376
- return p.displayName = `${o}`, p;
353
+ return p.displayName = `${a}`, p;
377
354
  };
378
355
  /**
379
356
  * @license lucide-react v0.475.0 - ISC
@@ -381,49 +358,14 @@ const f = (o, c) => {
381
358
  * This source code is licensed under the ISC license.
382
359
  * See the LICENSE file in the root directory of this source tree.
383
360
  */
384
- const be = [
385
- ["path", { d: "M5 12h14", key: "1ays0h" }],
386
- ["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
387
- ], ge = f("ArrowRight", be);
388
- /**
389
- * @license lucide-react v0.475.0 - ISC
390
- *
391
- * This source code is licensed under the ISC license.
392
- * See the LICENSE file in the root directory of this source tree.
393
- */
394
- const he = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]], X = f("ChevronRight", he);
361
+ const be = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]], q = W("ChevronRight", be);
395
362
  /**
396
363
  * @license lucide-react v0.475.0 - ISC
397
364
  *
398
365
  * This source code is licensed under the ISC license.
399
366
  * See the LICENSE file in the root directory of this source tree.
400
367
  */
401
- const _e = [
402
- ["path", { d: "M5 12h14", key: "1ays0h" }],
403
- ["path", { d: "M12 5v14", key: "s699le" }]
404
- ], fe = f("Plus", _e);
405
- /**
406
- * @license lucide-react v0.475.0 - ISC
407
- *
408
- * This source code is licensed under the ISC license.
409
- * See the LICENSE file in the root directory of this source tree.
410
- */
411
- const ve = [
412
- [
413
- "path",
414
- {
415
- d: "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",
416
- key: "r04s7s"
417
- }
418
- ]
419
- ], me = f("Star", ve);
420
- /**
421
- * @license lucide-react v0.475.0 - ISC
422
- *
423
- * This source code is licensed under the ISC license.
424
- * See the LICENSE file in the root directory of this source tree.
425
- */
426
- const we = [
368
+ const ge = [
427
369
  [
428
370
  "path",
429
371
  {
@@ -431,159 +373,118 @@ const we = [
431
373
  key: "1xq2db"
432
374
  }
433
375
  ]
434
- ], q = f("Zap", we), Se = () => /* @__PURE__ */ e.jsxs("button", { className: "flex items-center gap-1 p-1 bg-zinc-100 rounded-2xl group hover:bg-zinc-200 transition-colors", children: [
435
- /* @__PURE__ */ e.jsx("div", { className: "bg-white p-2 rounded-xl shadow-sm group-hover:scale-95 transition-transform", children: /* @__PURE__ */ e.jsx(q, { size: 18, className: "text-orange-500" }) }),
436
- /* @__PURE__ */ e.jsx("span", { className: "px-3 text-sm font-bold text-zinc-700", children: "Quick Start" }),
437
- /* @__PURE__ */ e.jsx("div", { className: "pr-2", children: /* @__PURE__ */ e.jsx(X, { size: 16, className: "text-zinc-400 group-hover:translate-x-1 transition-transform" }) })
438
- ] });
376
+ ], X = W("Zap", ge);
377
+ var t = /* @__PURE__ */ ((a) => (a.ESSENTIAL = "Essential", a.NEUMORPHIC = "Neumorphic", a.GLASSMORPHIC = "Glassmorphic", a.SKEUOMORPHIC = "Skeuomorphic", a.RETRO = "Retro", a.GRADIENT = "Gradient", a.ANIMATED = "Animated", a.MINIMAL = "Minimal", a.EXPERIMENTAL = "Experimental", a))(t || {});
378
+ const fe = () => /* @__PURE__ */ e.jsxs(
379
+ "button",
380
+ {
381
+ className: `flex items-center gap-0 p-2
382
+ bg-gradient-to-r from-zinc-100 to-zinc-50
383
+ rounded-2xl border border-zinc-200
384
+ group hover:bg-gradient-to-r hover:from-zinc-200 hover:to-zinc-100
385
+ hover:border-zinc-300 hover:shadow-lg
386
+ active:scale-95
387
+ transition-all duration-200
388
+ focus:outline-none focus:ring-2 focus:ring-orange-500 focus:ring-offset-2
389
+ disabled:opacity-50 disabled:cursor-not-allowed`,
390
+ children: [
391
+ /* @__PURE__ */ e.jsx("div", { className: `bg-white p-3 rounded-lg shadow-md border border-zinc-100
392
+ group-hover:shadow-lg group-hover:scale-105 group-active:scale-95
393
+ transition-all duration-200`, children: /* @__PURE__ */ e.jsx(X, { size: 20, className: "text-orange-500", strokeWidth: 2.5 }) }),
394
+ /* @__PURE__ */ e.jsx("span", { className: "px-4 py-1 text-sm font-semibold text-zinc-800 tracking-wide", children: "Quick Start" }),
395
+ /* @__PURE__ */ e.jsx("div", { className: "pr-2", children: /* @__PURE__ */ e.jsx(
396
+ q,
397
+ {
398
+ size: 18,
399
+ className: "text-zinc-400 group-hover:text-zinc-600 group-hover:translate-x-1 transition-all duration-200",
400
+ strokeWidth: 2.5
401
+ }
402
+ ) })
403
+ ]
404
+ }
405
+ );
439
406
  t.MINIMAL;
440
- const Pe = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-zinc-950 text-white font-bold rounded-xl overflow-hidden group", children: [
441
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Neon Beam" }),
442
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-[-100%] bg-[conic-gradient(from_0deg,transparent,transparent,#ff7a00,transparent)] animate-[spin_4s_linear_infinite] group-hover:animate-[spin_1s_linear_infinite]" }),
443
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-[2px] bg-zinc-950 rounded-xl" }),
444
- /* @__PURE__ */ e.jsx("style", { children: "@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" })
445
- ] });
446
- t.GRADIENT;
447
- const Oe = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-white text-zinc-900 font-bold group", children: [
448
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Border Trace" }),
449
- /* @__PURE__ */ e.jsx("span", { className: "absolute inset-0 border-2 border-zinc-100 group-hover:border-orange-500 transition-colors duration-300" }),
450
- /* @__PURE__ */ e.jsx("span", { className: "absolute top-0 left-0 h-0.5 w-0 bg-orange-500 group-hover:w-full transition-all duration-300" }),
451
- /* @__PURE__ */ e.jsx("span", { className: "absolute bottom-0 right-0 h-0.5 w-0 bg-orange-500 group-hover:w-full transition-all duration-300" }),
452
- /* @__PURE__ */ e.jsx("span", { className: "absolute top-0 right-0 w-0.5 h-0 bg-orange-500 group-hover:h-full transition-all duration-300" }),
453
- /* @__PURE__ */ e.jsx("span", { className: "absolute bottom-0 left-0 w-0.5 h-0 bg-orange-500 group-hover:h-full transition-all duration-300" })
454
- ] });
455
- t.ANIMATED;
456
- const Le = () => /* @__PURE__ */ e.jsxs("button", { className: "flex items-center gap-3 px-8 py-3 bg-zinc-900 text-white font-bold rounded-full group", children: [
457
- /* @__PURE__ */ e.jsx(me, { className: "group-hover:animate-bounce text-orange-400", size: 18 }),
458
- /* @__PURE__ */ e.jsx("span", { children: "Bouncy Star" })
459
- ] });
460
- t.ANIMATED;
461
- const Ce = () => /* @__PURE__ */ e.jsxs("button", { className: "flex items-center gap-2 px-8 py-3 bg-zinc-900 text-white font-bold rounded-xl group", children: [
407
+ const ve = () => /* @__PURE__ */ e.jsx("button", { className: "px-6 py-3 bg-white border-4 border-black text-black font-black text-lg shadow-[6px_6px_0_0_#000] active:shadow-none active:translate-x-[6px] active:translate-y-[6px] transition-all", children: "NO RULES" });
408
+ t.RETRO;
409
+ const me = () => /* @__PURE__ */ e.jsxs("button", { className: "flex items-center gap-2 px-8 py-3 bg-zinc-900 text-white font-bold rounded-xl group", children: [
462
410
  /* @__PURE__ */ e.jsx("span", { children: "Continue" }),
463
- /* @__PURE__ */ e.jsx("div", { className: "w-0 overflow-hidden group-hover:w-4 transition-all duration-300", children: /* @__PURE__ */ e.jsx(X, { size: 18, className: "translate-x-[-10px] group-hover:translate-x-0 transition-transform duration-300" }) })
411
+ /* @__PURE__ */ e.jsx("div", { className: "w-0 overflow-hidden group-hover:w-4 transition-all duration-300", children: /* @__PURE__ */ e.jsx(q, { size: 18, className: "translate-x-[-10px] group-hover:translate-x-0 transition-transform duration-300" }) })
464
412
  ] });
465
413
  t.ANIMATED;
466
- const Ge = () => /* @__PURE__ */ e.jsx("button", { className: "px-6 py-2 bg-[#dfdfdf] text-black font-medium border-t-2 border-l-2 border-[#ffffff] border-b-2 border-r-2 border-[#808080] active:border-t-2 active:border-l-2 active:border-[#808080] active:border-b-2 active:border-r-2 active:border-[#ffffff] shadow-sm", children: "Submit Form" });
467
- t.RETRO;
468
- const De = () => /* @__PURE__ */ e.jsx("button", { className: "px-12 py-4 bg-indigo-500 text-white font-black rounded-full shadow-[inset_-8px_-8px_16px_rgba(0,0,0,0.15),inset_8px_8px_16px_rgba(255,255,255,0.2),12px_12px_24px_rgba(79,70,229,0.2)] hover:scale-110 active:scale-90 transition-all duration-300", children: "Soft Clay" });
414
+ const we = () => /* @__PURE__ */ e.jsx("button", { className: "px-12 py-4 bg-indigo-500 text-white font-black rounded-full shadow-[inset_-8px_-8px_16px_rgba(0,0,0,0.15),inset_8px_8px_16px_rgba(255,255,255,0.2),12px_12px_24px_rgba(79,70,229,0.2)] hover:scale-110 active:scale-90 transition-all duration-300", children: "Soft Clay" });
469
415
  t.NEUMORPHIC;
470
- const Fe = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white text-zinc-900 font-bold rounded-xl border-2 border-zinc-900 shadow-[inset_0_0_0_2px_white] hover:bg-zinc-900 hover:text-white transition-all active:scale-95", children: "Double Frame" });
471
- t.ESSENTIAL;
472
- const He = () => /* @__PURE__ */ e.jsx("button", { className: "px-10 py-3 bg-blue-600 text-white font-black skew-x-[-12deg] shadow-[4px_4px_0_#1e3a8a] active:shadow-none active:translate-x-1 active:translate-y-1 transition-all uppercase italic", children: "Bevel Drive" });
473
- t.RETRO;
474
- const Ue = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-zinc-950 text-cyan-400 font-bold border-2 border-cyan-400/50 rounded-lg hover:shadow-[0_0_20px_#22d3ee,inset_0_0_10px_#22d3ee] hover:border-cyan-400 transition-all duration-300 tracking-tighter active:scale-95", children: "CORE_ACCESS" });
475
- t.EXPERIMENTAL;
476
- const $e = () => /* @__PURE__ */ e.jsxs("button", { className: "relative p-[1.5px] rounded-2xl bg-gradient-to-tr from-cyan-400 via-fuchsia-500 to-yellow-400 hover:scale-105 active:scale-95 transition-all duration-300 group", children: [
477
- /* @__PURE__ */ e.jsx("div", { className: "px-8 py-3 bg-zinc-950 rounded-2xl flex items-center justify-center", children: /* @__PURE__ */ e.jsx("span", { className: "bg-gradient-to-r from-cyan-400 via-fuchsia-500 to-yellow-400 bg-clip-text text-transparent font-black uppercase tracking-[0.2em] text-[11px] group-hover:drop-shadow-[0_0_8px_rgba(34,211,238,0.5)] transition-all", children: "Mesh Flow" }) }),
478
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-gradient-to-tr from-cyan-400 via-fuchsia-500 to-yellow-400 blur-xl opacity-0 group-hover:opacity-20 transition-opacity" })
416
+ const Ne = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-indigo-500 text-white font-black rounded-[2rem] shadow-[inset_-4px_-4px_8px_rgba(0,0,0,0.3),inset_4px_4px_8px_rgba(255,255,255,0.3),8px_8px_16px_rgba(0,0,0,0.15)] hover:scale-110 active:scale-95 transition-all duration-200", children: "Plasticine" });
417
+ t.NEUMORPHIC;
418
+ const ye = () => /* @__PURE__ */ e.jsxs("button", { className: "relative p-[1.5px] rounded-2xl bg-gradient-to-tr from-cyan-400 via-fuchsia-500 to-yellow-400 hover:scale-105 active:scale-95 transition-all duration-300 group", children: [
419
+ /* @__PURE__ */ e.jsx("div", { className: "px-8 py-3 bg-zinc-950 rounded-2xl flex items-center justify-center relative z-10", children: /* @__PURE__ */ e.jsx("span", { className: "bg-gradient-to-r from-cyan-400 via-fuchsia-500 to-yellow-400 bg-clip-text text-transparent font-black uppercase tracking-[0.2em] text-[11px] group-hover:drop-shadow-[0_0_8px_rgba(34,211,238,0.5)] transition-all", children: "Mesh Flow" }) }),
420
+ /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-gradient-to-tr from-cyan-400 via-fuchsia-500 to-yellow-400 blur-xl opacity-0 group-hover:opacity-20 transition-opacity duration-300" })
479
421
  ] });
480
422
  t.GRADIENT;
481
- const Ye = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-zinc-900 text-cyan-400 font-bold uppercase tracking-widest [clip-path:polygon(0%_15%,15%_0%,100%_0%,100%_85%,85%_100%,0%_100%)] hover:bg-cyan-400 hover:text-black transition-all group overflow-hidden", children: [
482
- /* @__PURE__ */ e.jsx("div", { className: "absolute top-0 left-0 w-full h-full bg-gradient-to-r from-transparent via-cyan-400/20 to-transparent -translate-x-full group-hover:translate-x-full transition-transform duration-1000" }),
483
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Cyber_Slice" })
484
- ] });
485
- t.EXPERIMENTAL;
486
- const Be = () => /* @__PURE__ */ e.jsx("button", { className: "relative px-8 py-3 bg-transparent border-2 border-cyan-400 text-cyan-400 font-black italic rounded-none [clip-path:polygon(0_0,100%_0,100%_70%,85%_100%,0_100%)] hover:bg-cyan-400 hover:text-black hover:shadow-[0_0_20px_rgba(34,211,238,0.5)] transition-all", children: "CYBER_UP" });
487
- t.EXPERIMENTAL;
488
- const Xe = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 border-4 border-dashed border-zinc-200 text-zinc-300 font-black rounded-full hover:border-solid hover:border-orange-500 hover:text-orange-500 hover:bg-orange-50 transition-all duration-300", children: "REVEAL_SOLID" });
489
- t.EXPERIMENTAL;
490
- const qe = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-white text-zinc-900 font-bold rounded-lg group", children: [
423
+ const je = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-white text-zinc-900 font-bold rounded-lg group", children: [
491
424
  /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Dash Spin" }),
492
425
  /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 border-2 border-dashed border-zinc-200 rounded-lg group-hover:animate-[spin_4s_linear_infinite] group-hover:border-orange-500 transition-colors" })
493
426
  ] });
494
427
  t.ANIMATED;
495
- const We = () => /* @__PURE__ */ e.jsxs("div", { className: "p-16 relative group", children: [
496
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-indigo-500/5 blur-[100px] group-hover:bg-indigo-500/10 transition-colors" }),
497
- /* @__PURE__ */ e.jsx("button", { className: "relative px-12 py-5 bg-indigo-500/10 backdrop-blur-[32px] border border-indigo-500/20 text-indigo-600 dark:text-indigo-400 font-bold rounded-3xl shadow-2xl hover:bg-indigo-500/15 transition-all", children: "Cloud Blur" })
498
- ] });
499
- t.GLASSMORPHIC;
500
- const Ve = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-zinc-100 text-zinc-900 font-bold border-b-4 border-zinc-300 rounded-lg group active:border-b-0 active:translate-y-1 transition-all", children: [
428
+ const Ee = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-zinc-100 text-zinc-900 font-bold border-b-4 border-zinc-300 rounded-lg overflow-hidden group active:border-b-0 active:translate-y-1 transition-all", children: [
501
429
  /* @__PURE__ */ e.jsx("span", { className: "relative z-10 group-hover:text-white transition-colors duration-200", children: "Depth Slide" }),
502
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-zinc-900 scale-x-0 group-hover:scale-x-100 transition-transform origin-left duration-300 -z-0" })
430
+ /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-zinc-900 scale-x-0 group-hover:scale-x-100 transition-transform origin-left duration-300" })
503
431
  ] });
504
432
  t.RETRO;
505
- const Je = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-orange-500 text-white font-black rounded-lg overflow-hidden group", children: [
506
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Danger Zone" }),
507
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 opacity-20 bg-[repeating-linear-gradient(45deg,transparent,transparent_10px,#000_10px,#000_20px)] animate-[move-bg_2s_linear_infinite]" }),
508
- /* @__PURE__ */ e.jsx("style", { children: `
509
- @keyframes move-bg {
510
- 0% { background-position: 0 0; }
511
- 100% { background-position: 40px 0; }
512
- }
513
- ` })
514
- ] });
515
- t.RETRO;
516
- const Ze = () => /* @__PURE__ */ e.jsx("button", { className: "relative px-12 py-3 bg-zinc-900 text-white font-black [clip-path:polygon(15%_0%,85%_0%,100%_50%,85%_100%,15%_100%,0%_50%)] hover:bg-zinc-700 transition-colors active:scale-90", children: "Diamond" });
517
- t.EXPERIMENTAL;
518
- const Qe = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white border-2 border-zinc-900 text-zinc-900 font-bold rounded-xl bg-[radial-gradient(#e5e7eb_1px,transparent_1px)] bg-[size:10px_10px] hover:bg-zinc-50 transition-colors", children: "Dot Matrix" });
433
+ const Re = () => /* @__PURE__ */ e.jsx(
434
+ "button",
435
+ {
436
+ disabled: !0,
437
+ className: "px-8 py-3 bg-gray-400 text-gray-600 font-semibold rounded-lg cursor-not-allowed opacity-60",
438
+ children: "Disabled"
439
+ }
440
+ );
441
+ t.ESSENTIAL;
442
+ const ke = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white border-2 border-zinc-900 text-zinc-900 font-bold rounded-xl bg-[radial-gradient(#e5e7eb_1px,transparent_1px)] bg-[size:10px_10px] hover:bg-zinc-50 transition-colors", children: "Dot Matrix" });
519
443
  t.RETRO;
520
- const Ke = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white text-zinc-900 font-bold rounded-xl border border-zinc-100 shadow-[5px_5px_0_0_#ff7a00,10px_10px_0_0_#fef3c7] hover:translate-x-1 hover:translate-y-1 hover:shadow-none transition-all duration-300", children: "Multi Layer" });
444
+ const Ae = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white text-zinc-900 font-bold rounded-xl border border-zinc-100 shadow-[5px_5px_0_0_#ff7a00,10px_10px_0_0_#fef3c7] hover:translate-x-1 hover:translate-y-1 hover:shadow-none transition-all duration-300", children: "Multi Layer" });
521
445
  t.RETRO;
522
- const er = () => /* @__PURE__ */ e.jsxs("button", { className: "flex px-1 items-center bg-zinc-100 rounded-full group hover:bg-zinc-900 transition-colors duration-300", children: [
446
+ const ze = () => /* @__PURE__ */ e.jsxs("button", { className: "flex px-1 items-center bg-zinc-100 rounded-full group hover:bg-zinc-900 transition-colors duration-300", children: [
523
447
  /* @__PURE__ */ e.jsx("div", { className: "bg-white px-6 py-2 rounded-full text-zinc-900 font-bold group-hover:bg-zinc-800 group-hover:text-white transition-all", children: "Dual" }),
524
448
  /* @__PURE__ */ e.jsx("div", { className: "px-6 py-2 text-zinc-400 font-bold group-hover:text-zinc-500 transition-all", children: "Tone" })
525
449
  ] });
526
450
  t.MINIMAL;
527
- const rr = () => /* @__PURE__ */ e.jsx("button", { className: "px-10 py-4 bg-white text-zinc-800 font-bold rounded-3xl shadow-[0_20px_50px_rgba(0,0,0,0.1)] hover:shadow-[0_10px_20px_rgba(0,0,0,0.05)] hover:translate-y-1 active:scale-95 transition-all", children: "Deep Float" }), tr = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-zinc-900 text-white font-bold rounded-xl blur-[2px] hover:blur-0 transition-all duration-500 scale-95 hover:scale-100", children: "Ghost Reveal" });
451
+ const Se = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-zinc-900 text-white font-bold rounded-xl blur-[2px] hover:blur-0 transition-all duration-500 scale-95 hover:scale-100", children: "Ghost Reveal" });
528
452
  t.EXPERIMENTAL;
529
- const ar = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-zinc-900 text-white font-bold rounded-xl group", children: [
530
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Aura Expand" }),
531
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-orange-500 rounded-xl blur-0 group-hover:blur-xl group-hover:scale-125 opacity-0 group-hover:opacity-40 transition-all duration-500" })
532
- ] });
533
- t.ANIMATED;
534
- const or = () => /* @__PURE__ */ e.jsx("button", { className: "px-6 py-2 bg-white border-2 border-zinc-900 text-zinc-900 font-bold rounded-full hover:px-10 hover:ring-4 hover:ring-zinc-100 transition-all duration-300 active:scale-95", children: "Expand Me" });
453
+ const Te = () => /* @__PURE__ */ e.jsx("button", { className: "px-6 py-2 bg-white border-2 border-zinc-900 text-zinc-900 font-bold rounded-full hover:px-10 hover:ring-4 hover:ring-zinc-100 transition-all duration-300 active:scale-95", children: "Expand Me" });
535
454
  t.ANIMATED;
536
- const nr = () => /* @__PURE__ */ e.jsxs("div", { className: "relative group", children: [
537
- /* @__PURE__ */ e.jsx("span", { className: "absolute -top-6 left-1/2 -translate-x-1/2 text-[10px] font-black text-orange-500 opacity-0 group-hover:opacity-100 group-hover:-top-8 transition-all duration-300", children: "CONFIRM?" }),
538
- /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white border border-zinc-200 text-zinc-900 font-bold rounded-xl hover:border-orange-500 hover:text-orange-500 transition-all", children: "Action Ready" })
455
+ const Ie = () => /* @__PURE__ */ e.jsxs("div", { className: "relative group inline-block", children: [
456
+ /* @__PURE__ */ e.jsx("span", { className: "absolute -top-6 left-1/2 -translate-x-1/2 text-[10px] font-black text-orange-500 opacity-0 group-hover:opacity-100 group-hover:-top-8 transition-all duration-300 pointer-events-none", children: "CONFIRM?" }),
457
+ /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white border border-zinc-200 text-zinc-900 font-bold rounded-xl hover:border-orange-500 hover:text-orange-500 transition-all duration-300 active:scale-95", children: "Action Ready" })
539
458
  ] });
540
459
  t.MINIMAL;
541
- const sr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-3 bg-indigo-500 text-white font-black rounded-full hover:scale-105 transition-all", children: [
542
- /* @__PURE__ */ e.jsx("span", { className: "absolute inset-0 rounded-full bg-indigo-400 animate-ping opacity-20" }),
543
- /* @__PURE__ */ e.jsx("span", { className: "relative", children: "Pulse Up" })
544
- ] });
545
- t.ANIMATED;
546
- const ir = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-[#ff7a00] text-white font-bold rounded-xl shadow-[0_5px_0_0_#b45309] hover:shadow-[0_15px_30px_rgba(251,146,60,0.4)] hover:-translate-y-2 transition-all duration-300", children: "Shadow Flight" });
460
+ const Me = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-[#ff7a00] text-white font-bold rounded-xl shadow-[0_5px_0_0_#b45309] hover:shadow-[0_15px_30px_rgba(251,146,60,0.4)] hover:-translate-y-2 transition-all duration-300", children: "Shadow Flight" });
547
461
  t.ESSENTIAL;
548
- const lr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-zinc-900 text-white font-black group overflow-hidden", children: [
549
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Fragment_Nav" }),
550
- /* @__PURE__ */ e.jsx("div", { className: "absolute top-0 left-0 w-1/2 h-full bg-white/10 -skew-x-12 translate-x-[-150%] group-hover:translate-x-[250%] transition-transform duration-700" })
551
- ] });
552
- t.EXPERIMENTAL;
553
- const dr = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white text-zinc-300 border border-zinc-100 font-bold rounded-xl hover:text-zinc-900 hover:border-zinc-900 transition-all duration-300", children: "Ghost Reveal" });
462
+ const Pe = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white text-zinc-300 border border-zinc-100 font-bold rounded-xl hover:text-zinc-900 hover:border-zinc-900 transition-all duration-300", children: "Ghost Reveal" });
554
463
  t.MINIMAL;
555
- const cr = () => /* @__PURE__ */ e.jsxs("div", { className: "relative p-1", children: [
556
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-white/10 blur-md rounded-2xl" }),
557
- /* @__PURE__ */ e.jsx("button", { className: "relative px-8 py-3 bg-white/20 border border-white/40 text-zinc-800 font-black rounded-2xl shadow-xl hover:bg-white/40 transition-all active:scale-95", children: "Dual Glass" })
464
+ const Oe = () => /* @__PURE__ */ e.jsxs("div", { className: "p-10 relative group overflow-hidden bg-slate-100/50 rounded-3xl", children: [
465
+ /* @__PURE__ */ e.jsx("div", { className: "absolute top-0 right-0 w-32 h-32 bg-blue-500/30 blur-[60px] rounded-full group-hover:scale-150 transition-transform duration-700 pointer-events-none" }),
466
+ /* @__PURE__ */ e.jsx("button", { className: "relative px-10 py-5 bg-white/20 border border-white/60 backdrop-blur-2xl rounded-[2.5rem] shadow-[0_25px_50px_-12px_rgba(0,0,0,0.1),inset_0_1px_0_rgba(255,255,255,0.8)] text-blue-950 font-black hover:bg-white/30 transition-all duration-300 active:scale-95 active:shadow-none", children: "Sapphire Slab" })
558
467
  ] });
559
468
  t.GLASSMORPHIC;
560
- const pr = () => /* @__PURE__ */ e.jsxs("button", { className: "px-8 py-3 bg-zinc-900 text-white font-bold rounded-2xl relative overflow-hidden group", children: [
561
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Glass Core" }),
562
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-2 bg-white/10 backdrop-blur-md rounded-xl opacity-0 group-hover:opacity-100 transition-opacity duration-300 border border-white/20 shadow-inner" })
469
+ const Le = () => /* @__PURE__ */ e.jsxs("div", { className: "relative p-1 inline-block group", children: [
470
+ /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-white/10 blur-md rounded-2xl transition-all duration-300 group-hover:bg-white/20" }),
471
+ /* @__PURE__ */ e.jsx("button", { className: "relative px-8 py-3 bg-white/20 border border-white/40 text-zinc-800 font-black rounded-2xl shadow-xl hover:bg-white/40 transition-all duration-300 active:scale-95", children: "Dual Glass" })
563
472
  ] });
564
473
  t.GLASSMORPHIC;
565
- const xr = () => /* @__PURE__ */ e.jsxs("div", { className: "p-10 relative", children: [
566
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-rose-500/5 blur-3xl rounded-full" }),
567
- /* @__PURE__ */ e.jsx("button", { className: "relative px-10 py-3 bg-rose-500/10 backdrop-blur-xl border border-rose-500/20 text-rose-500 dark:text-rose-400 font-bold rounded-full shadow-lg hover:bg-rose-500/20 transition-all", children: "Frosty Pill" })
474
+ const Ce = () => /* @__PURE__ */ e.jsxs("div", { className: "p-10 relative inline-block group", children: [
475
+ /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-rose-500/5 blur-3xl rounded-full transition-opacity group-hover:opacity-100" }),
476
+ /* @__PURE__ */ e.jsx("button", { className: "relative px-10 py-3 bg-rose-500/10 backdrop-blur-xl border border-rose-500/20 text-rose-500 dark:text-rose-400 font-bold rounded-full shadow-lg hover:bg-rose-500/20 transition-all duration-300 active:scale-95", children: "Frosty Pill" })
568
477
  ] });
569
478
  t.GLASSMORPHIC;
570
- const ur = () => /* @__PURE__ */ e.jsxs("div", { className: "relative p-10 group", children: [
571
- /* @__PURE__ */ e.jsx("div", { className: "absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-32 h-32 bg-emerald-400/20 blur-[60px] rounded-full group-hover:bg-emerald-400/40 transition-colors duration-500" }),
572
- /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-4 bg-white/40 dark:bg-zinc-900/40 backdrop-blur-xl border border-white/60 dark:border-white/10 text-emerald-900 dark:text-emerald-100 font-black rounded-2xl shadow-[0_10px_30px_-10px_rgba(0,0,0,0.1),inset_0_1px_1px_rgba(255,255,255,0.8)] hover:scale-105 active:scale-95 transition-all overflow-hidden group/btn", children: [
479
+ const De = () => /* @__PURE__ */ e.jsxs("div", { className: "relative p-10 group inline-block", children: [
480
+ /* @__PURE__ */ e.jsx("div", { className: "absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-32 h-32 bg-emerald-400/20 blur-[60px] rounded-full group-hover:bg-emerald-400/40 transition-colors duration-500 pointer-events-none" }),
481
+ /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-4 bg-white/40 dark:bg-zinc-900/40 backdrop-blur-xl border border-white/60 dark:border-white/10 text-emerald-900 dark:text-emerald-100 font-black rounded-2xl shadow-[0_10px_30px_-10px_rgba(0,0,0,0.1),inset_0_1px_1px_rgba(255,255,255,0.8)] hover:scale-105 active:scale-95 transition-all duration-300 overflow-hidden", children: [
573
482
  /* @__PURE__ */ e.jsx("div", { className: "absolute top-0 left-0 w-full h-full bg-gradient-to-br from-white/40 to-transparent pointer-events-none" }),
574
- /* @__PURE__ */ e.jsx("span", { className: "relative", children: "Aurora Glass" })
575
- ] })
576
- ] });
577
- t.GLASSMORPHIC;
578
- const br = () => /* @__PURE__ */ e.jsxs("div", { className: "relative p-10 group", children: [
579
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-purple-500/10 blur-[80px] group-hover:bg-purple-500/20 transition-all duration-700" }),
580
- /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-white/20 dark:bg-white/5 backdrop-blur-2xl border border-white/40 dark:border-white/10 text-purple-900 dark:text-purple-100 font-black rounded-xl hover:shadow-[0_20px_40px_rgba(168,85,247,0.15)] transition-all active:scale-95", children: [
581
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-gradient-to-tr from-white/10 via-transparent to-white/20" }),
582
- "Nebula Glass"
483
+ /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Aurora Glass" })
583
484
  ] })
584
485
  ] });
585
486
  t.GLASSMORPHIC;
586
- const gr = () => /* @__PURE__ */ e.jsxs("div", { className: "p-10 relative", children: [
487
+ const Ge = () => /* @__PURE__ */ e.jsxs("div", { className: "p-10 relative", children: [
587
488
  /* @__PURE__ */ e.jsx("div", { className: "absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-40 h-40 bg-orange-400/10 blur-[50px]" }),
588
489
  /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-white/10 dark:bg-white/5 backdrop-blur-md border-2 border-white/50 dark:border-white/10 text-orange-950 dark:text-orange-100 font-black rounded-xl shadow-[inset_0_2px_15px_rgba(255,255,255,0.5),0_10px_20px_rgba(0,0,0,0.05)] hover:bg-white/20 transition-all group overflow-hidden", children: [
589
490
  /* @__PURE__ */ e.jsx("div", { className: "absolute -inset-full bg-gradient-to-r from-transparent via-white/20 to-transparent -skew-x-45 group-hover:translate-x-full transition-transform duration-1000" }),
@@ -591,31 +492,20 @@ const gr = () => /* @__PURE__ */ e.jsxs("div", { className: "p-10 relative", chi
591
492
  ] })
592
493
  ] });
593
494
  t.GLASSMORPHIC;
594
- const hr = () => /* @__PURE__ */ e.jsx("div", { className: "p-12 flex items-center justify-center", children: /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-4 bg-white/40 dark:bg-white/10 border border-white/60 dark:border-white/20 text-zinc-900 dark:text-zinc-100 font-black rounded-2xl overflow-hidden group shadow-[0_10px_30px_rgba(0,0,0,0.05)] backdrop-blur-md", children: [
595
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Mirror Glass" }),
596
- /* @__PURE__ */ e.jsx("div", { className: "absolute top-0 left-0 w-full h-[1px] bg-gradient-to-r from-transparent via-white/80 to-transparent" }),
597
- /* @__PURE__ */ e.jsx("div", { className: "absolute top-0 left-0 w-full h-full bg-gradient-to-br from-white/30 to-transparent" }),
598
- /* @__PURE__ */ e.jsx("div", { className: "absolute top-0 -left-[100%] w-full h-full bg-gradient-to-r from-transparent via-white/40 to-transparent skew-x-[-25deg] group-hover:left-[150%] transition-all duration-1000" })
599
- ] }) });
600
- t.GLASSMORPHIC;
601
- const _r = () => /* @__PURE__ */ e.jsxs("div", { className: "p-12 relative group", children: [
495
+ const Fe = () => /* @__PURE__ */ e.jsxs("div", { className: "p-12 relative group", children: [
602
496
  /* @__PURE__ */ e.jsx("div", { className: "absolute inset-4 bg-cyan-400/10 blur-[40px] rounded-3xl group-hover:scale-125 transition-transform duration-700" }),
603
497
  /* @__PURE__ */ e.jsx("button", { className: "relative px-10 py-4 bg-white/30 dark:bg-white/5 backdrop-blur-3xl border border-white/80 dark:border-white/20 text-cyan-950 dark:text-cyan-100 font-black rounded-[2rem] shadow-[0_15px_35px_-5px_rgba(0,0,0,0.1),inset_0_4px_8px_rgba(255,255,255,0.6)] hover:bg-white/40 hover:translate-y-[-2px] transition-all", children: "Crystal Prism" })
604
498
  ] });
605
499
  t.GLASSMORPHIC;
606
- const fr = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white/5 border-2 border-white/20 text-white font-bold rounded-xl backdrop-blur-sm hover:bg-white/10 hover:border-white/40 transition-all", children: "Glass Stroke" });
607
- t.GLASSMORPHIC;
608
- const vr = () => /* @__PURE__ */ e.jsx("button", { className: "px-6 py-2 text-zinc-400 font-bold hover:text-orange-500 hover:drop-shadow-[0_0_10px_rgba(255,122,0,0.5)] transition-all duration-300 uppercase tracking-widest text-xs", children: "Hidden Glow" });
609
- t.EXPERIMENTAL;
610
- const mr = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-transparent border-2 border-indigo-500 text-indigo-500 font-bold rounded-xl hover:shadow-[0_0_20px_rgba(99,102,241,0.6)] hover:bg-indigo-500 hover:text-white transition-all animate-pulse hover:animate-none", children: "Glow Aura" });
500
+ const He = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-zinc-900 text-white font-black italic rounded-none border-r-4 border-orange-500 hover:animate-pulse hover:shadow-[4px_0_0_#0ea5e9,-4px_0_0_#f43f5e] transition-shadow", children: "GLITCH_ME" });
611
501
  t.EXPERIMENTAL;
612
- const wr = () => /* @__PURE__ */ e.jsxs("button", { className: "px-8 py-3 bg-orange-500 text-white font-bold rounded-full relative group hover:scale-105 active:scale-95 transition-all", children: [
502
+ const Ue = () => /* @__PURE__ */ e.jsxs("button", { className: "px-8 py-3 bg-orange-500 text-white font-bold rounded-full relative group hover:scale-105 active:scale-95 transition-all", children: [
613
503
  "Gooey Pop",
614
504
  /* @__PURE__ */ e.jsx("span", { className: "absolute -top-1 -right-1 w-4 h-4 bg-orange-400 rounded-full group-hover:translate-x-4 group-hover:-translate-y-4 transition-transform duration-500" }),
615
505
  /* @__PURE__ */ e.jsx("span", { className: "absolute -bottom-1 -left-1 w-3 h-3 bg-orange-600 rounded-full group-hover:-translate-x-3 group-hover:translate-y-3 transition-transform duration-500" })
616
506
  ] });
617
507
  t.EXPERIMENTAL;
618
- const yr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-zinc-950 text-white font-black rounded-xl overflow-hidden group border border-white/10", children: [
508
+ const $e = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-zinc-950 text-white font-black rounded-xl overflow-hidden group border border-white/10", children: [
619
509
  /* @__PURE__ */ e.jsx("span", { className: "relative z-10 uppercase tracking-[0.2em] text-[10px]", children: "Whirlpool" }),
620
510
  /* @__PURE__ */ e.jsx("div", { className: "absolute inset-[-100%] bg-[conic-gradient(from_0deg,#ff7a00,#f43f5e,#8b5cf6,#06b6d4,#ff7a00)] opacity-0 group-hover:opacity-60 group-hover:animate-[spin_2s_linear_infinite] transition-opacity duration-500" }),
621
511
  /* @__PURE__ */ e.jsx("div", { className: "absolute inset-[2px] bg-zinc-950 rounded-lg group-hover:opacity-90 transition-opacity" }),
@@ -627,248 +517,196 @@ const yr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py
627
517
  ` })
628
518
  ] });
629
519
  t.GRADIENT;
630
- const Nr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-12 py-3.5 bg-gradient-to-br from-violet-600 via-indigo-500 to-cyan-400 bg-[length:300%_300%] animate-[gradient_8s_ease_infinite] text-white font-black rounded-full shadow-[0_15px_35px_-10px_rgba(79,70,229,0.4)] hover:shadow-[0_25px_50px_-12px_rgba(79,70,229,0.5)] hover:-translate-y-1 active:scale-95 transition-all", children: [
631
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10 uppercase tracking-[0.2em] text-[10px]", children: "Aurorean" }),
632
- /* @__PURE__ */ e.jsx("style", { children: `
633
- @keyframes gradient {
634
- 0% { background-position: 0% 50%; }
635
- 50% { background-position: 100% 50%; }
636
- 100% { background-position: 0% 50%; }
637
- }
638
- ` })
639
- ] });
640
- t.GRADIENT;
641
- const jr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-gradient-to-r from-rose-500 to-orange-500 text-white font-bold rounded-full overflow-hidden group", children: [
642
- /* @__PURE__ */ e.jsx("span", { className: "absolute inset-0 bg-white/20 scale-x-0 group-hover:scale-x-100 transition-transform origin-left duration-500" }),
643
- /* @__PURE__ */ e.jsx("span", { className: "relative", children: "Hot Action" })
644
- ] }), Er = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-gradient-to-r from-cyan-500 to-blue-600 text-white font-semibold rounded-lg hover:shadow-lg hover:shadow-cyan-500/50 active:scale-95 transition-all duration-200", children: "Gradient Wave" });
645
- t.GRADIENT;
646
- const kr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-zinc-900 text-white font-mono rounded overflow-hidden group", children: [
647
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "GRID_NAV" }),
648
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 opacity-20 bg-[linear-gradient(90deg,transparent_9px,#fff_10px),linear-gradient(0deg,transparent_9px,#fff_10px)] bg-[size:10px_10px] group-hover:scale-150 transition-transform duration-700" })
649
- ] });
650
- t.EXPERIMENTAL;
651
- const Rr = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 border-2 border-zinc-900 text-zinc-900 font-bold rounded-[20%_80%_20%_80%/80%_20%_80%_20%] hover:rounded-2xl hover:bg-zinc-900 hover:text-white transition-all duration-300", children: "Sketch Style" });
520
+ const Ye = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 border-2 border-zinc-900 text-zinc-900 font-bold rounded-[20%_80%_20%_80%/80%_20%_80%_20%] hover:rounded-2xl hover:bg-zinc-900 hover:text-white transition-all duration-300", children: "Sketch Style" });
652
521
  t.RETRO;
653
- const Ar = () => /* @__PURE__ */ e.jsx("button", { className: "relative px-14 py-6 bg-gradient-to-br from-[#f5f5f9] to-[#e8e8f0] dark:from-[#1f1f27] dark:to-[#14141c] text-gray-600 dark:text-gray-400 font-bold rounded-full shadow-[0_40px_80px_-20px_rgba(0,0,0,0.12),0_-16px_32px_-16px_rgba(255,255,255,0.6)] dark:shadow-[0_40px_80px_-20px_rgba(0,0,0,0.75),0_-16px_32px_-16px_rgba(255,255,255,0.08)] hover:scale-105 hover:shadow-[0_50px_100px_-25px_rgba(0,0,0,0.18),0_-20px_40px_-20px_rgba(255,255,255,0.7)] dark:hover:shadow-[0_50px_100px_-25px_rgba(0,0,0,0.85),0_-20px_40px_-20px_rgba(255,255,255,0.1)] active:shadow-[inset_0_12px_24px_-12px_rgba(0,0,0,0.15),inset_0_-12px_24px_-12px_rgba(255,255,255,0.4)] transition-all duration-700 active:scale-95", children: "Soft Cloud" });
654
- t.NEUMORPHIC;
655
- const zr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-3 bg-white/10 dark:bg-white/5 border border-white/20 text-zinc-900 dark:text-white font-black rounded-xl overflow-hidden group", children: [
522
+ const We = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-3 bg-white/10 dark:bg-white/5 border border-white/20 text-zinc-900 dark:text-white font-black rounded-xl overflow-hidden group", children: [
656
523
  /* @__PURE__ */ e.jsx("span", { className: "relative z-10 uppercase tracking-widest text-[11px]", children: "Pearl Holo" }),
657
524
  /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-gradient-to-tr from-indigo-500/20 via-rose-500/20 to-cyan-500/20 group-hover:scale-150 transition-transform duration-1000" }),
658
525
  /* @__PURE__ */ e.jsx("div", { className: "absolute top-0 -left-[100%] w-full h-full bg-gradient-to-r from-transparent via-white/50 to-transparent skew-x-[-35deg] group-hover:left-[100%] transition-all duration-[1500ms]" }),
659
526
  /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 opacity-0 group-hover:opacity-40 transition-opacity bg-[radial-gradient(circle_at_50%_50%,rgba(255,255,255,0.4),transparent_70%)]" })
660
527
  ] });
661
528
  t.GRADIENT;
662
- const Ir = () => /* @__PURE__ */ e.jsxs("button", { className: "flex items-center gap-3 px-8 py-3 bg-white border-2 border-zinc-900 text-zinc-900 font-black rounded-2xl group hover:bg-zinc-900 hover:text-white transition-all duration-300", children: [
663
- /* @__PURE__ */ e.jsx(q, { className: "group-hover:scale-150 group-hover:rotate-12 transition-transform", size: 18 }),
529
+ const qe = () => /* @__PURE__ */ e.jsxs("button", { className: "flex items-center gap-3 px-8 py-3 bg-white border-2 border-zinc-900 text-zinc-900 font-black rounded-2xl group hover:bg-zinc-900 hover:text-white transition-all duration-300", children: [
530
+ /* @__PURE__ */ e.jsx(X, { className: "group-hover:scale-150 group-hover:rotate-12 transition-transform", size: 18 }),
664
531
  /* @__PURE__ */ e.jsx("span", { children: "Super Power" })
665
532
  ] });
666
533
  t.ESSENTIAL;
667
- const Tr = () => /* @__PURE__ */ e.jsxs("div", { className: "relative group", children: [
534
+ const Xe = () => /* @__PURE__ */ e.jsxs("div", { className: "relative group", children: [
668
535
  /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-indigo-200 rounded-2xl group-hover:translate-x-4 group-hover:translate-y-4 transition-transform duration-500 blur-sm" }),
669
536
  /* @__PURE__ */ e.jsx("button", { className: "relative px-8 py-3 bg-indigo-600 text-white font-bold rounded-2xl group-hover:-translate-x-1 group-hover:-translate-y-1 transition-transform shadow-lg", children: "Decoupled" })
670
537
  ] });
671
538
  t.ANIMATED;
672
- const Mr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-white border border-zinc-200 text-zinc-900 font-bold rounded-xl group overflow-hidden", children: [
539
+ const Ve = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-white border border-zinc-200 text-zinc-900 font-bold rounded-xl group overflow-hidden", children: [
673
540
  /* @__PURE__ */ e.jsx("span", { children: "Indicator" }),
674
541
  /* @__PURE__ */ e.jsx("div", { className: "absolute top-0 right-0 w-2 h-2 bg-zinc-100 group-hover:bg-orange-500 transition-colors" })
675
542
  ] });
676
543
  t.MINIMAL;
677
- const Sr = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-zinc-200 text-zinc-600 font-black border-4 border-zinc-400 shadow-[inset_0_2px_4px_white,4px_4px_0_0_#18181b] active:shadow-none active:translate-x-1 active:translate-y-1 transition-all uppercase tracking-tighter", children: "Lock Plate" });
544
+ const Je = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-zinc-200 text-zinc-600 font-black border-4 border-zinc-400 shadow-[inset_0_2px_4px_white,4px_4px_0_0_#18181b] active:shadow-none active:translate-x-1 active:translate-y-1 transition-all uppercase tracking-tighter", children: "Lock Plate" });
678
545
  t.RETRO;
679
- const Pr = () => /* @__PURE__ */ e.jsxs("button", { className: "px-10 py-3 bg-zinc-950 text-cyan-200 font-black rounded-2xl border border-white/5 shadow-[inset_0_2px_15px_rgba(34,211,238,0.1)] hover:shadow-[inset_0_2px_25px_rgba(34,211,238,0.3),0_15px_30px_-10px_rgba(0,0,0,0.5)] transition-all duration-300 group", children: [
680
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10 uppercase tracking-widest text-[10px]", children: "Deep Space" }),
681
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-[radial-gradient(circle_at_50%_0%,rgba(34,211,238,0.1),transparent_70%)] group-hover:scale-150 transition-transform duration-700" })
682
- ] });
683
- t.GRADIENT;
684
- const Or = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-3 bg-zinc-950 text-white font-black rounded-full overflow-hidden group border border-white/5 shadow-2xl", children: [
546
+ const Ze = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-3 bg-zinc-950 text-white font-black rounded-full overflow-hidden group border border-white/5 shadow-2xl", children: [
685
547
  /* @__PURE__ */ e.jsx("span", { className: "relative z-10 uppercase tracking-widest text-[10px]", children: "Star Void" }),
686
548
  /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-gradient-to-b from-indigo-900/40 via-zinc-950 to-zinc-950" }),
687
549
  /* @__PURE__ */ e.jsx("div", { className: "absolute top-0 inset-x-0 h-px bg-gradient-to-r from-transparent via-white/30 to-transparent" }),
688
550
  /* @__PURE__ */ e.jsx("div", { className: "absolute bottom-[-50%] left-1/2 -translate-x-1/2 w-[120%] h-[120%] bg-gradient-to-t from-fuchsia-600/20 via-transparent to-transparent blur-2xl group-hover:bottom-0 transition-all duration-700" })
689
551
  ] });
690
552
  t.GRADIENT;
691
- const Lr = () => /* @__PURE__ */ e.jsx("button", { className: "w-36 h-14 bg-[#fdfaf5] dark:bg-[#0a0a0a] text-zinc-500 font-bold rounded-2xl shadow-[inset_8px_8px_16px_#d9d6d1,inset_-8px_-8px_16px_#ffffff] dark:shadow-[inset_8px_8px_16px_#050505,inset_-8px_-8px_16px_#0f0f0f] hover:shadow-[10px_10px_20px_#d9d6d1,-10px_-10px_20px_#ffffff] dark:hover:shadow-[10px_10px_20px_#050505,-10px_-10px_20px_#0f0f0f] hover:-translate-y-1 transition-all duration-500", children: "Deep Crater" });
692
- t.NEUMORPHIC;
693
- const Cr = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white border-2 border-zinc-900 text-zinc-900 font-extrabold rounded-none hover:bg-zinc-900 hover:text-white transition-colors duration-200", children: "STARK_CONTRAST" }), Gr = () => /* @__PURE__ */ e.jsx("button", { className: "relative px-10 py-3 bg-zinc-900 text-white font-bold [clip-path:polygon(10%_0,90%_0,100%_10%,100%_90%,90%_100%,10%_100%,0_90%,0_10%)] hover:scale-105 transition-transform", children: "Octagon Cut" });
694
- t.MINIMAL;
695
- const Dr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-3 bg-orange-700 text-white font-black rounded-xl overflow-hidden group shadow-[0_10px_30px_rgba(194,65,12,0.3)]", children: [
696
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10 uppercase tracking-widest text-[11px]", children: "Magma Flow" }),
697
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-gradient-to-br from-red-600 via-orange-500 to-yellow-400 group-hover:scale-125 transition-transform duration-700" }),
698
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-[radial-gradient(circle_at_50%_50%,rgba(255,255,255,0.1),transparent_80%)]" }),
699
- /* @__PURE__ */ e.jsx("div", { className: "absolute -inset-2 bg-orange-500/30 blur-2xl opacity-0 group-hover:opacity-100 group-hover:animate-pulse-slow" })
553
+ const Ke = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-4 bg-gradient-to-br from-amber-900 via-amber-800 to-amber-950 text-amber-50 font-bold rounded-lg border-4 border-amber-950 shadow-[inset_0_1px_0_rgba(255,255,255,0.2),inset_0_-3px_8px_rgba(0,0,0,0.5),0_8px_16px_rgba(0,0,0,0.4)] hover:shadow-[inset_0_1px_0_rgba(255,255,255,0.2),inset_0_-3px_8px_rgba(0,0,0,0.6),0_12px_24px_rgba(0,0,0,0.5)] active:shadow-[inset_0_3px_8px_rgba(0,0,0,0.6),0_2px_4px_rgba(0,0,0,0.3)] transition-all duration-200 active:translate-y-1 overflow-hidden group", children: [
554
+ /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Leather Press" }),
555
+ /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 opacity-30 bg-[repeating-linear-gradient(90deg,transparent,transparent_2px,rgba(0,0,0,0.1)_2px,rgba(0,0,0,0.1)_4px)]" })
700
556
  ] });
701
- t.GRADIENT;
702
- const Fr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-transparent border-2 border-indigo-600 text-indigo-600 font-bold rounded-lg overflow-hidden group", children: [
557
+ t.SKEUOMORPHIC;
558
+ const Qe = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-transparent border-2 border-indigo-600 text-indigo-600 font-bold rounded-lg overflow-hidden group", children: [
703
559
  /* @__PURE__ */ e.jsx("span", { className: "relative z-10 group-hover:text-white transition-colors duration-300", children: "Liquid Fill" }),
704
560
  /* @__PURE__ */ e.jsx("div", { className: "absolute bottom-0 left-0 w-full h-0 bg-indigo-600 group-hover:h-full transition-all duration-500" })
705
561
  ] });
706
562
  t.ANIMATED;
707
- const Hr = () => /* @__PURE__ */ e.jsx("div", { className: "p-10 flex items-center justify-center", children: /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-4 bg-zinc-900/60 backdrop-blur-3xl border border-white/20 text-white font-black rounded-2xl group overflow-hidden shadow-[0_20px_50px_rgba(0,0,0,0.3)] hover:scale-105 active:scale-95 transition-all", children: [
708
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Refractive Dark" }),
709
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-[-100%] bg-[conic-gradient(from_0deg,transparent,rgba(255,255,255,0.2),transparent)] animate-[spin_4s_linear_infinite] group-hover:animate-[spin_2s_linear_infinite]" }),
710
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-gradient-to-br from-white/10 to-transparent" })
711
- ] }) });
712
- t.GLASSMORPHIC;
713
- const Ur = () => /* @__PURE__ */ e.jsx("button", { className: "px-10 py-3 bg-indigo-600 text-white font-bold rounded-2xl hover:rounded-[50%_20%_50%_20%/20%_50%_20%_50%] transition-all duration-700 active:scale-95", children: "Liquid Warp" });
714
- t.ANIMATED;
715
- const $r = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white border-2 border-zinc-200 text-zinc-900 font-bold rounded-2xl hover:border-orange-500 hover:scale-105 hover:rotate-1 transition-all shadow-sm", children: "Pull Edge" });
716
- t.MINIMAL;
717
- const Yr = () => /* @__PURE__ */ e.jsx("button", { className: "w-14 h-14 bg-zinc-900 text-white rounded-full flex items-center justify-center hover:scale-125 hover:rotate-90 hover:shadow-[0_0_30px_#ff7a00] transition-all duration-500 shadow-xl active:scale-95", children: /* @__PURE__ */ e.jsx(fe, { size: 24 }) });
563
+ const Be = () => /* @__PURE__ */ e.jsx("button", { className: "px-10 py-3 bg-indigo-600 text-white font-bold rounded-2xl hover:rounded-[50%_20%_50%_20%/20%_50%_20%_50%] transition-all duration-700 active:scale-95", children: "Liquid Warp" });
718
564
  t.ANIMATED;
719
- const Br = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-4 bg-zinc-900 text-white font-bold rounded-2xl hover:translate-x-1 hover:-translate-y-1 hover:shadow-[8px_8px_0_0_#ff7a00] transition-all duration-200 active:translate-x-0 active:translate-y-0 active:shadow-none", children: "Magnetic Move" });
720
- t.MINIMAL;
721
- const Xr = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white border border-zinc-200 text-zinc-900 font-bold rounded-xl hover:scale-125 hover:shadow-2xl transition-all duration-300 hover:bg-zinc-50", children: "Magnify" });
565
+ const er = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white border border-zinc-200 text-zinc-900 font-bold rounded-xl hover:scale-125 hover:shadow-2xl transition-all duration-300 hover:bg-zinc-50", children: "Magnify" });
722
566
  t.ESSENTIAL;
723
- const qr = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-white border-2 border-zinc-900 text-zinc-900 font-bold hover:text-[1.5rem] transition-all duration-300", children: "Text Zoom" });
724
- t.EXPERIMENTAL;
725
- const Wr = () => /* @__PURE__ */ e.jsxs("button", { className: "flex items-center gap-2 text-zinc-900 font-bold group", children: [
726
- /* @__PURE__ */ e.jsx("span", { className: "group-hover:mr-2 transition-all", children: "Explore More" }),
727
- /* @__PURE__ */ e.jsx(ge, { className: "group-hover:translate-x-1 transition-transform", size: 18 })
728
- ] });
567
+ const rr = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-2 border-b-2 border-zinc-200 text-zinc-400 font-medium hover:text-zinc-900 hover:border-zinc-900 transition-all text-sm tracking-tight", children: "Slight Underline" });
729
568
  t.MINIMAL;
730
- const Vr = () => /* @__PURE__ */ e.jsx("button", { className: "px-4 py-1.5 bg-zinc-100 text-zinc-500 text-[10px] font-black uppercase tracking-[0.2em] rounded hover:bg-zinc-900 hover:text-white transition-all", children: "Badge Mode" });
731
- t.MINIMAL;
732
- const Jr = () => /* @__PURE__ */ e.jsxs("button", { className: "flex items-center gap-3 px-6 py-2.5 bg-white border border-zinc-100 rounded-full text-zinc-600 font-semibold hover:border-zinc-300 transition-all shadow-sm", children: [
733
- /* @__PURE__ */ e.jsxs("span", { className: "relative flex h-2 w-2", children: [
734
- /* @__PURE__ */ e.jsx("span", { className: "animate-ping absolute inline-flex h-full w-full rounded-full bg-orange-400 opacity-75" }),
735
- /* @__PURE__ */ e.jsx("span", { className: "relative inline-flex rounded-full h-2 w-2 bg-orange-500" })
736
- ] }),
737
- "Live Status"
738
- ] }), Zr = () => /* @__PURE__ */ e.jsx("button", { className: "px-6 py-2.5 bg-indigo-600 text-white font-semibold rounded-xl shadow-lg shadow-indigo-200 hover:shadow-indigo-300 hover:-translate-y-0.5 active:translate-y-0 transition-all duration-200", children: "Modern Action" });
739
- t.ESSENTIAL;
740
- const Qr = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-zinc-900 text-white font-bold rounded-xl hover:rounded-full transition-all duration-700 hover:scale-105", children: "Morph Shape" });
569
+ const tr = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-zinc-900 text-white font-bold rounded-xl hover:rounded-full transition-all duration-700 hover:scale-105", children: "Morph Shape" });
741
570
  t.ANIMATED;
742
- const Kr = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-orange-400 text-black font-black border-4 border-black shadow-[8px_8px_0_0_#000] hover:shadow-[4px_4px_0_0_#000] hover:translate-x-1 hover:translate-y-1 active:shadow-none active:translate-x-2 active:translate-y-2 transition-all", children: "STAY LOUD" });
571
+ const ar = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-orange-400 text-black font-black border-4 border-black shadow-[8px_8px_0_0_#000] hover:shadow-[4px_4px_0_0_#000] hover:translate-x-1 hover:translate-y-1 active:shadow-none active:translate-x-2 active:translate-y-2 transition-all", children: "STAY LOUD" });
743
572
  t.RETRO;
744
- const et = () => /* @__PURE__ */ e.jsx("button", { className: "px-10 py-3 bg-emerald-400 text-emerald-950 font-black rounded-full shadow-[0_0_20px_rgba(52,211,153,0.5)] hover:shadow-[0_0_40px_rgba(52,211,153,0.8)] transition-all uppercase text-sm", children: "Eco Glow" });
745
- t.EXPERIMENTAL;
746
- const rt = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-zinc-950 text-emerald-400 font-bold rounded-full group", children: [
747
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Pulse Ring" }),
748
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 rounded-full border border-emerald-500 opacity-20 animate-ping group-hover:opacity-50 group-hover:animate-none" }),
749
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 rounded-full bg-emerald-500/10 blur-md group-hover:bg-emerald-500/30 transition-all" })
750
- ] });
573
+ const or = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-zinc-900 text-white font-bold rounded-xl border border-zinc-700 hover:border-orange-500 hover:shadow-[0_0_15px_rgba(255,122,0,0.5)] transition-all duration-300", children: "Neon Border" });
751
574
  t.GRADIENT;
752
- const tt = () => /* @__PURE__ */ e.jsx("button", { className: "relative w-32 h-14 bg-gradient-to-b from-[#f0f0f5] to-[#e0e0e8] dark:from-[#1f1f26] dark:to-[#16161e] text-orange-500 font-bold rounded-3xl shadow-[inset_0_12px_24px_-8px_rgba(0,0,0,0.15),inset_0_-12px_24px_-8px_rgba(255,255,255,0.5)] dark:shadow-[inset_0_12px_24px_-8px_rgba(0,0,0,0.5),inset_0_-12px_24px_-8px_rgba(255,255,255,0.08)] hover:shadow-[inset_0_16px_32px_-10px_rgba(0,0,0,0.2),inset_0_-16px_32px_-10px_rgba(255,255,255,0.6)] dark:hover:shadow-[inset_0_16px_32px_-10px_rgba(0,0,0,0.6),inset_0_-16px_32px_-10px_rgba(255,255,255,0.1)] active:shadow-[inset_0_8px_16px_-6px_rgba(0,0,0,0.2),inset_0_-8px_16px_-6px_rgba(255,255,255,0.4)] transition-all duration-300 active:scale-95", children: "Soft Inset" });
753
- t.NEUMORPHIC;
754
- const at = () => /* @__PURE__ */ e.jsx("button", { className: "relative px-12 py-3.5 bg-gradient-to-b from-[#ececf1] to-[#dcdce5] dark:from-[#1a1a22] dark:to-[#12121a] text-gray-600 dark:text-gray-400 font-semibold rounded-full shadow-[inset_0_16px_32px_-12px_rgba(0,0,0,0.18),inset_0_-16px_32px_-12px_rgba(255,255,255,0.55)] dark:shadow-[inset_0_16px_32px_-12px_rgba(0,0,0,0.55),inset_0_-16px_32px_-12px_rgba(255,255,255,0.08)] hover:shadow-[inset_0_20px_40px_-14px_rgba(0,0,0,0.22),inset_0_-20px_40px_-14px_rgba(255,255,255,0.65)] dark:hover:shadow-[inset_0_20px_40px_-14px_rgba(0,0,0,0.65),inset_0_-20px_40px_-14px_rgba(255,255,255,0.1)] active:shadow-[inset_0_10px_20px_-8px_rgba(0,0,0,0.15),inset_0_-10px_20px_-8px_rgba(255,255,255,0.4)] transition-all duration-500 active:scale-95 hover:text-gray-900 dark:hover:text-gray-100", children: "Pill Well" });
575
+ const nr = () => /* @__PURE__ */ e.jsx("button", { className: "relative px-12 py-3.5 bg-gradient-to-b from-[#ececf1] to-[#dcdce5] dark:from-[#1a1a22] dark:to-[#12121a] text-gray-600 dark:text-gray-400 font-semibold rounded-full shadow-[inset_0_16px_32px_-12px_rgba(0,0,0,0.18),inset_0_-16px_32px_-12px_rgba(255,255,255,0.55)] dark:shadow-[inset_0_16px_32px_-12px_rgba(0,0,0,0.55),inset_0_-16px_32px_-12px_rgba(255,255,255,0.08)] hover:shadow-[inset_0_20px_40px_-14px_rgba(0,0,0,0.22),inset_0_-20px_40px_-14px_rgba(255,255,255,0.65)] dark:hover:shadow-[inset_0_20px_40px_-14px_rgba(0,0,0,0.65),inset_0_-20px_40px_-14px_rgba(255,255,255,0.1)] active:shadow-[inset_0_10px_20px_-8px_rgba(0,0,0,0.15),inset_0_-10px_20px_-8px_rgba(255,255,255,0.4)] transition-all duration-500 active:scale-95 hover:text-gray-900 dark:hover:text-gray-100", children: "Pill Well" });
755
576
  t.NEUMORPHIC;
756
- const ot = () => /* @__PURE__ */ e.jsx("button", { className: "relative px-8 py-3 bg-gradient-to-br from-[#1a1a1f] to-[#0f0f14] text-gray-500 dark:text-gray-400 font-semibold rounded-2xl shadow-[0_18px_36px_-10px_rgba(0,0,0,0.8),0_-8px_16px_-8px_rgba(255,255,255,0.05)] hover:shadow-[0_24px_48px_-12px_rgba(0,0,0,0.9),0_-10px_20px_-10px_rgba(255,255,255,0.08)] active:shadow-[inset_0_8px_16px_-8px_rgba(0,0,0,0.6),inset_0_-8px_16px_-8px_rgba(255,255,255,0.05)] transition-all duration-300 active:scale-95", children: "Dark Plate" });
577
+ const sr = () => /* @__PURE__ */ e.jsx("button", { className: "relative px-8 py-3 bg-gradient-to-b from-[#f0f0f5] to-[#dcdce5] dark:from-[#1f1f26] dark:to-[#16161e] text-gray-800 dark:text-gray-200 font-semibold rounded-2xl shadow-[0_15px_30px_-8px_rgba(0,0,0,0.12),0_-6px_12px_-6px_rgba(255,255,255,0.6)] dark:shadow-[0_15px_30px_-8px_rgba(0,0,0,0.7),0_-6px_12px_-6px_rgba(255,255,255,0.08)] hover:shadow-[0_20px_40px_-10px_rgba(0,0,0,0.16),0_-8px_16px_-8px_rgba(255,255,255,0.7)] dark:hover:shadow-[0_20px_40px_-10px_rgba(0,0,0,0.8),0_-8px_16px_-8px_rgba(255,255,255,0.1)] active:shadow-[inset_0_6px_12px_-6px_rgba(0,0,0,0.15),inset_0_-6px_12px_-6px_rgba(255,255,255,0.4)] dark:active:shadow-[inset_0_6px_12px_-6px_rgba(0,0,0,0.5),inset_0_-6px_12px_-6px_rgba(255,255,255,0.08)] transition-all duration-200 active:scale-95", children: "Hard Stamp" });
757
578
  t.NEUMORPHIC;
758
- const nt = () => /* @__PURE__ */ e.jsx("button", { className: "relative px-8 py-3 bg-gradient-to-b from-[#f0f0f5] to-[#dcdce5] dark:from-[#1f1f26] dark:to-[#16161e] text-gray-800 dark:text-gray-200 font-semibold rounded-2xl shadow-[0_15px_30px_-8px_rgba(0,0,0,0.12),0_-6px_12px_-6px_rgba(255,255,255,0.6)] dark:shadow-[0_15px_30px_-8px_rgba(0,0,0,0.7),0_-6px_12px_-6px_rgba(255,255,255,0.08)] hover:shadow-[0_20px_40px_-10px_rgba(0,0,0,0.16),0_-8px_16px_-8px_rgba(255,255,255,0.7)] dark:hover:shadow-[0_20px_40px_-10px_rgba(0,0,0,0.8),0_-8px_16px_-8px_rgba(255,255,255,0.1)] active:shadow-[inset_0_6px_12px_-6px_rgba(0,0,0,0.15),inset_0_-6px_12px_-6px_rgba(255,255,255,0.4)] dark:active:shadow-[inset_0_6px_12px_-6px_rgba(0,0,0,0.5),inset_0_-6px_12px_-6px_rgba(255,255,255,0.08)] transition-all duration-200 active:scale-95", children: "Hard Stamp" });
579
+ const ir = () => /* @__PURE__ */ e.jsx("button", { className: "relative px-10 py-3.5 bg-gradient-to-br from-[#f5f5f7] to-[#e8e8ed] dark:from-[#1a1a1f] dark:to-[#0f0f14] text-gray-700 dark:text-gray-300 font-semibold rounded-3xl shadow-[0_20px_40px_-10px_rgba(0,0,0,0.1),0_-8px_16px_-8px_rgba(255,255,255,0.5)] dark:shadow-[0_20px_40px_-10px_rgba(0,0,0,0.8),0_-8px_16px_-8px_rgba(255,255,255,0.05)] hover:shadow-[0_25px_50px_-12px_rgba(0,0,0,0.15),0_-10px_20px_-10px_rgba(255,255,255,0.6)] dark:hover:shadow-[0_25px_50px_-12px_rgba(0,0,0,0.9),0_-10px_20px_-10px_rgba(255,255,255,0.08)] active:shadow-[inset_0_8px_16px_-8px_rgba(0,0,0,0.2),inset_0_-8px_16px_-8px_rgba(255,255,255,0.4)] dark:active:shadow-[inset_0_8px_16px_-8px_rgba(0,0,0,0.6),inset_0_-8px_16px_-8px_rgba(255,255,255,0.05)] transition-all duration-300 active:scale-95", children: "Soft Extrude" });
759
580
  t.NEUMORPHIC;
760
- const st = () => /* @__PURE__ */ e.jsx("button", { className: "px-6 py-2 bg-[#2a2a2a] text-[#ffd700] font-mono border-t-2 border-l-2 border-[#555] border-b-2 border-r-2 border-black hover:bg-black transition-colors shadow-lg", children: "[ COMMAND_LINK ]" });
581
+ const lr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-white text-zinc-900 font-bold border-l-4 border-zinc-900 group", children: [
582
+ /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Paper Fold" }),
583
+ /* @__PURE__ */ e.jsx("div", { className: "absolute top-0 right-0 w-4 h-4 bg-zinc-100 transition-all group-hover:w-full group-hover:h-full group-hover:bg-zinc-900 group-hover:text-white -z-0" })
584
+ ] });
585
+ t.EXPERIMENTAL;
586
+ const cr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-3 border-2 border-indigo-600 text-indigo-600 font-bold rounded-full overflow-hidden group", children: [
587
+ /* @__PURE__ */ e.jsx("span", { className: "relative z-10 group-hover:text-white transition-colors duration-300", children: "Outline Fill" }),
588
+ /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-indigo-600 scale-x-0 group-hover:scale-x-100 transition-transform origin-center duration-300" })
589
+ ] });
590
+ t.MINIMAL;
591
+ const dr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-white text-zinc-900 font-bold rounded-xl group overflow-hidden", children: [
592
+ /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Rainbow Edge" }),
593
+ /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 bg-gradient-to-r from-red-500 via-yellow-500 via-green-500 via-blue-500 to-purple-500 p-[2px] opacity-20 group-hover:opacity-100 transition-opacity duration-300", children: /* @__PURE__ */ e.jsx("div", { className: "bg-white h-full w-full rounded-[calc(0.75rem-1px)]" }) })
594
+ ] });
595
+ t.GRADIENT;
596
+ const pr = () => /* @__PURE__ */ e.jsx("button", { className: "px-10 py-3 bg-zinc-900 border border-white/5 rounded-2xl group overflow-hidden shadow-xl active:scale-95 transition-all", children: /* @__PURE__ */ e.jsx("span", { className: "bg-gradient-to-r from-red-500 via-orange-400 via-yellow-300 via-emerald-400 via-cyan-400 via-indigo-400 via-purple-500 bg-[length:400%_auto] bg-clip-text text-transparent font-black uppercase text-xs tracking-[0.3em] group-hover:bg-[position:100%_center] group-hover:drop-shadow-[0_0_8px_rgba(255,255,255,0.4)] transition-all duration-[1000ms]", children: "Chroma Peak" }) });
597
+ t.GRADIENT;
598
+ const ur = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-orange-500 text-white font-extrabold rounded-xl border-b-[6px] border-orange-700 active:border-b-0 active:translate-y-[6px] transition-all uppercase tracking-tight", children: "Play Retro" });
761
599
  t.RETRO;
762
- const it = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-zinc-900 text-white font-bold rounded-xl group overflow-hidden", children: [
763
- /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Comet Tail" }),
764
- /* @__PURE__ */ e.jsx("div", { className: "absolute top-0 left-0 w-2 h-2 bg-orange-500 rounded-full blur-sm -translate-x-full group-hover:animate-[comet_1s_linear_infinite]" }),
765
- /* @__PURE__ */ e.jsx("style", { children: `
766
- @keyframes comet {
767
- 0% { transform: translate(0, 0); opacity: 1; }
768
- 25% { transform: translate(100%, 0); }
769
- 50% { transform: translate(100%, 100%); }
770
- 75% { transform: translate(0, 100%); }
771
- 100% { transform: translate(0, 0); opacity: 1; }
772
- }
773
- ` })
600
+ const xr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-4 bg-[#e5e0d8] dark:bg-[#2a2a2a] text-[#d97706] font-black rounded-lg border-x-8 border-t-2 border-b-8 border-zinc-400 dark:border-zinc-800 shadow-xl group overflow-hidden active:translate-y-1 active:border-b-4 transition-all", children: [
601
+ /* @__PURE__ */ e.jsxs("div", { className: "flex items-center gap-3", children: [
602
+ /* @__PURE__ */ e.jsx("div", { className: "w-3 h-3 rounded-full bg-red-600 animate-pulse group-hover:shadow-[0_0_10px_#ef4444]" }),
603
+ /* @__PURE__ */ e.jsx("span", { className: "uppercase tracking-tighter text-sm italic", children: "REC_MODE" })
604
+ ] }),
605
+ /* @__PURE__ */ e.jsx("div", { className: "absolute top-0 right-4 w-12 h-1 bg-zinc-400 opacity-20" })
606
+ ] });
607
+ t.RETRO;
608
+ const br = () => /* @__PURE__ */ e.jsx("button", { className: "w-16 h-16 bg-red-600 rounded-full shadow-[0_8px_0_#991b1b,0_15px_20px_rgba(0,0,0,0.2)] active:shadow-none active:translate-y-2 transition-all border-4 border-red-500 flex items-center justify-center", children: /* @__PURE__ */ e.jsx("div", { className: "w-4 h-4 bg-red-400 rounded-full opacity-50 blur-[2px]" }) });
609
+ t.RETRO;
610
+ const gr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-4 bg-gradient-to-b from-red-500 via-red-600 to-red-700 text-white font-bold rounded-full border-4 border-red-900 shadow-[inset_0_2px_4px_rgba(255,255,255,0.2),inset_0_-4px_8px_rgba(0,0,0,0.3),0_8px_16px_rgba(0,0,0,0.4)] hover:shadow-[inset_0_2px_4px_rgba(255,255,255,0.2),inset_0_-4px_8px_rgba(0,0,0,0.4),0_12px_24px_rgba(0,0,0,0.5)] active:shadow-[inset_0_4px_8px_rgba(0,0,0,0.5),0_2px_4px_rgba(0,0,0,0.2)] transition-all duration-200 active:translate-y-1 overflow-hidden", children: [
611
+ /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Big Red" }),
612
+ /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 opacity-20 bg-radial-gradient(circle at 20% 20%, rgba(255,255,255,0.3), transparent 50%)" })
613
+ ] });
614
+ t.SKEUOMORPHIC;
615
+ const hr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-zinc-900 text-white font-bold rounded-xl overflow-hidden group", children: [
616
+ /* @__PURE__ */ e.jsx("span", { className: "absolute inset-0 bg-gradient-to-r from-transparent via-white/10 to-transparent -translate-x-full group-hover:translate-x-full transition-transform duration-1000 ease-in-out" }),
617
+ /* @__PURE__ */ e.jsx("span", { className: "relative", children: "Shimmering" })
618
+ ] });
619
+ t.ANIMATED;
620
+ const _r = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-zinc-200 text-zinc-600 font-bold rounded-xl border border-zinc-300 shadow-[2px_2px_5px_#b8b9be,-3px_-3px_7px_#ffffff] active:shadow-[inset_2px_2px_5px_#b8b9be,inset_-3px_-3px_7px_#ffffff] transition-all", children: "Plastic Click" });
621
+ t.SKEUOMORPHIC;
622
+ const fr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-8 py-3 bg-zinc-900 text-white font-bold overflow-hidden group", children: [
623
+ /* @__PURE__ */ e.jsx("span", { className: "absolute inset-0 bg-orange-500 -translate-x-full -skew-x-12 group-hover:translate-x-0 transition-transform duration-300" }),
624
+ /* @__PURE__ */ e.jsx("span", { className: "relative", children: "Slanted Cut" })
774
625
  ] });
775
626
  t.ANIMATED;
776
- const lt = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 border-2 border-orange-500 text-orange-500 font-bold rounded-xl hover:bg-orange-500 hover:text-white transition-all duration-300", children: "Fill Rise" });
627
+ const vr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-10 py-3 bg-indigo-600 text-white font-bold rounded-xl overflow-hidden group", children: [
628
+ /* @__PURE__ */ e.jsx("span", { className: "relative z-10", children: "Split View" }),
629
+ /* @__PURE__ */ e.jsx("span", { className: "absolute top-0 right-0 w-1/2 h-full bg-indigo-800 translate-x-full group-hover:translate-x-0 transition-transform" })
630
+ ] });
631
+ t.MINIMAL;
632
+ const mr = () => /* @__PURE__ */ e.jsx("button", { className: "relative px-8 py-3 bg-rose-500 text-white font-bold rounded-xl before:absolute before:inset-0 before:bg-rose-200 before:rounded-xl before:-z-10 before:translate-x-0 before:translate-y-0 hover:before:-translate-x-2 hover:before:-translate-y-2 before:transition-transform", children: "Layer Stack" });
633
+ t.EXPERIMENTAL;
634
+ const wr = () => /* @__PURE__ */ e.jsx("button", { className: "px-4 py-2 text-blue-600 dark:text-blue-400 font-semibold rounded-lg hover:bg-blue-50 dark:hover:bg-blue-950 active:scale-95 transition-all duration-200", children: "Text Link" });
635
+ t.ESSENTIAL;
636
+ const Nr = () => /* @__PURE__ */ e.jsx("button", { className: "px-8 py-3 bg-zinc-900 text-white font-mono font-bold tracking-[0.2em] hover:tracking-[0.5em] transition-all duration-300", children: "DECRYPT" });
637
+ t.MINIMAL;
638
+ const yr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-2 py-1 text-zinc-400 font-bold group", children: [
639
+ /* @__PURE__ */ e.jsx("span", { children: "Strike Out" }),
640
+ /* @__PURE__ */ e.jsx("div", { className: "absolute top-1/2 left-0 w-0 h-[2px] bg-zinc-900 group-hover:w-full transition-all duration-300" })
641
+ ] });
642
+ t.MINIMAL;
643
+ const jr = () => /* @__PURE__ */ e.jsxs("button", { className: "relative px-2 py-1 text-zinc-900 font-bold group", children: [
644
+ /* @__PURE__ */ e.jsx("span", { children: "Underline Slide" }),
645
+ /* @__PURE__ */ e.jsx("span", { className: "absolute bottom-0 left-0 w-0 h-1 bg-orange-500 group-hover:w-full transition-all duration-300" })
646
+ ] });
777
647
  t.MINIMAL;
648
+ var he = /* @__PURE__ */ ((a) => (a.ESSENTIAL = "Essential", a.RETRO = "Retro", a.MODERN = "Modern", a.GLASSMORPHIC = "Glassmorphic", a.NEUMORPHIC = "Neumorphic", a.NEON = "Neon", a.GRADIENT = "Gradient", a.MINIMAL = "Minimal", a.ANIMATED = "Animated", a.EXPERIMENTAL = "Experimental", a))(he || {});
778
649
  export {
779
- Me as ArcadeGreen,
780
- Se as BentoBox,
781
- Pe as BorderBeam,
782
- Oe as BorderTrace,
783
- Le as BouncyIcon,
784
- ke as Brutalist,
785
- t as ButtonCategory,
786
- Ce as ChevronExpand,
787
- Ge as Classic90s,
788
- De as ClaySoftPill,
650
+ fe as BentoBox,
651
+ ve as Brutalist,
652
+ he as ButtonCategory,
653
+ me as ChevronExpand,
654
+ we as ClaySoftPill,
789
655
  Ne as Claymorphic,
790
- Fe as ContrastFrame,
791
- He as CyberBevel,
792
- Ue as CyberGlow,
793
- $e as CyberGradient,
794
- Ye as CyberSlice,
795
- Be as Cyberpunk,
796
- qe as DashRotate,
797
- Xe as DashedReveal,
798
- We as DeepBlurGlass,
799
- Ve as DepthSlide,
800
- Je as DiagonalStripes,
801
- Ze as DiamondCut,
802
- Qe as DotPattern,
803
- Ke as DoubleShadow,
804
- er as DualTone,
805
- rr as ElevatedFloat,
806
- tr as EtherealBlur,
807
- ar as ExpandingAura,
808
- or as ExpandingPill,
809
- nr as FloatingLabel,
810
- sr as FloatingPulse,
811
- ir as FloatingShadow,
812
- lr as FragmentButton,
813
- dr as GhostReveal,
814
- je as GlassCard,
815
- cr as GlassDouble,
816
- pr as GlassFrostedInner,
817
- xr as GlassFrostyPill,
818
- ur as GlassFusion,
819
- br as GlassGlow,
820
- gr as GlassInset,
821
- hr as GlassReflective,
822
- _r as GlassRefraction,
823
- fr as GlassStroke,
824
- Ie as GlitchEffect,
825
- vr as GlowGhost,
826
- mr as GlowOutline,
827
- wr as GooeyButton,
828
- yr as GradientConic,
829
- Nr as GradientMorph,
830
- jr as GradientPulse,
831
- Ae as GradientShadow,
832
- Er as GradientWave,
833
- kr as GridOverlay,
834
- Rr as HandDrawn,
835
- Ar as HighElevatedNeumorphic,
836
- zr as Holographic,
837
- Ir as IconBounce,
838
- Tr as IndependentShadow,
839
- Mr as IndicatorButton,
840
- Sr as IndustrialPlate,
841
- Pr as InnerGlow,
842
- Or as InnerGlowPill,
843
- Lr as InnerShadowDepth,
844
- Cr as InvertedMinimal,
845
- Gr as InvertedRound,
846
- Dr as LavaFlow,
847
- Fr as LiquidFill,
848
- Te as LiquidGradient,
849
- Hr as LiquidPrism,
850
- Ur as LiquidWarp,
851
- $r as MagneticBorder,
852
- Yr as MagneticCircle,
853
- Br as MagneticSoft,
854
- Xr as MagnifyHover,
855
- qr as MagnifyText,
856
- Wr as MinimalArrow,
857
- Vr as MinimalBadge,
858
- Jr as MinimalPulse,
859
- ze as ModernMinimal,
860
- Zr as ModernPrimary,
861
- Qr as MorphingShape,
862
- Kr as NeoHardShadow,
863
- Re as NeonBorder,
864
- et as NeonPill,
865
- rt as NeonPulseRing,
866
- tt as NeumorphicConcave,
867
- at as NeumorphicConcavePill,
868
- ot as NeumorphicDark,
869
- nt as NeumorphicEmbossed,
870
- Ee as NeumorphicSoft,
871
- st as OldTerminal,
872
- it as OutlineComet,
873
- lt as OutlineGrow
656
+ ye as CyberGradient,
657
+ je as DashRotate,
658
+ Ee as DepthSlide,
659
+ Re as DisabledButton,
660
+ ke as DotPattern,
661
+ Ae as DoubleShadow,
662
+ ze as DualTone,
663
+ Se as EtherealBlur,
664
+ Te as ExpandingPill,
665
+ Ie as FloatingLabel,
666
+ Me as FloatingShadow,
667
+ Pe as GhostReveal,
668
+ Oe as GlassCard,
669
+ Le as GlassDouble,
670
+ Ce as GlassFrostyPill,
671
+ De as GlassFusion,
672
+ Ge as GlassInset,
673
+ Fe as GlassRefraction,
674
+ He as GlitchEffect,
675
+ Ue as GooeyButton,
676
+ $e as GradientConic,
677
+ Ye as HandDrawn,
678
+ We as Holographic,
679
+ qe as IconBounce,
680
+ Xe as IndependentShadow,
681
+ Ve as IndicatorButton,
682
+ Je as IndustrialPlate,
683
+ Ze as InnerGlowPill,
684
+ Ke as LeatherStitch,
685
+ Qe as LiquidFill,
686
+ Be as LiquidWarp,
687
+ er as MagnifyHover,
688
+ rr as ModernMinimal,
689
+ tr as MorphingShape,
690
+ ar as NeoHardShadow,
691
+ or as NeonBorder,
692
+ nr as NeumorphicConcavePill,
693
+ sr as NeumorphicEmbossed,
694
+ ir as NeumorphicSoft,
695
+ lr as PaperFold,
696
+ cr as PillOutlineFill,
697
+ dr as RainbowBorder,
698
+ pr as RainbowText,
699
+ ur as Retro3D,
700
+ xr as RetroCassette,
701
+ br as RetroJoystick,
702
+ gr as RubberPress,
703
+ hr as Shimmer,
704
+ _r as SkeuoPlastic,
705
+ fr as SlantedCut,
706
+ vr as SplitColor,
707
+ mr as StackedLayers,
708
+ wr as TextButton,
709
+ Nr as TextScramble,
710
+ yr as TextStrikethrough,
711
+ jr as UnderlineSlide
874
712
  };