@levo-so/studio 0.1.67 → 0.1.70

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.
Files changed (30) hide show
  1. package/dist/{Beams-nmNmDhrm.js → Beams-BoTjCZZp.js} +1 -1
  2. package/dist/{BillingStep-CUrykLb4.js → BillingStep-D5H53cpd.js} +1 -1
  3. package/dist/Dots-BMO07Hua.js +173 -0
  4. package/dist/{Gradient-Ciw_vJDx.js → Gradient-hcsjtkBF.js} +1 -1
  5. package/dist/{Grid-BqYjfOaX.js → Grid-DfbEN546.js} +47 -47
  6. package/dist/{MessageCard-B4szjq4V.js → MessageCard-BbH_7KC6.js} +1 -1
  7. package/dist/{Waves-BJBLHT4h.js → Waves-Bv__LQuD.js} +61 -49
  8. package/dist/components/backgroundPresets/Dots.d.ts +1 -1
  9. package/dist/components/backgroundPresets/Dots.d.ts.map +1 -1
  10. package/dist/components/backgroundPresets/Grid.d.ts +1 -1
  11. package/dist/components/backgroundPresets/Grid.d.ts.map +1 -1
  12. package/dist/components/backgroundPresets/Waves.d.ts +1 -1
  13. package/dist/components/backgroundPresets/Waves.d.ts.map +1 -1
  14. package/dist/elements/forum/utility/index.d.ts.map +1 -1
  15. package/dist/{elements-BFZyX9xz.js → elements-CwgcXTS3.js} +1 -1
  16. package/dist/{index-DWpliAOR.js → index-BB4L-WKS.js} +1 -1
  17. package/dist/{index-djT9Bhvi.js → index-BZ8ZDo4y.js} +1 -1
  18. package/dist/{index-DDc-37FN.js → index-CdoDKwyl.js} +2 -2
  19. package/dist/{index-gIohjnj8.js → index-DHkXvwjx.js} +1 -1
  20. package/dist/{index-C75foZeA.js → index-Dkqp_Zzx.js} +33 -26
  21. package/dist/{index-BxyIkcWw.js → index-Dlpy6D2C.js} +2 -2
  22. package/dist/{index-CpNa1Kv5.js → index-upYjoEEp.js} +2 -2
  23. package/dist/index.js +1 -1
  24. package/dist/interfaces/sites.d.ts +1 -0
  25. package/dist/interfaces/sites.d.ts.map +1 -1
  26. package/dist/pixel/propertyMap.d.ts +1 -1
  27. package/dist/pixel/propertyMap.d.ts.map +1 -1
  28. package/dist/studio.css +1 -1
  29. package/package.json +4 -4
  30. package/dist/Dots-dNvykqVn.js +0 -168
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsx as C, jsxs as e } from "react/jsx-runtime";
3
3
  import r from "react";
4
- import { M as d, a as p } from "./elements-BFZyX9xz.js";
4
+ import { M as d, a as p } from "./elements-CwgcXTS3.js";
5
5
  const m = r.memo(
6
6
  ({
7
7
  className: o,
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsxs as s, jsx as t, Fragment as q } from "react/jsx-runtime";
3
3
  import { useState as d } from "react";
4
- import { B as k } from "./index-C75foZeA.js";
4
+ import { B as k } from "./index-Dkqp_Zzx.js";
5
5
  const F = ({
6
6
  onSubmit: h,
7
7
  prefillName: b,
@@ -0,0 +1,173 @@
1
+ "use client";
2
+ import { jsx as a, jsxs as x } from "react/jsx-runtime";
3
+ import c from "react";
4
+ import { b as S } from "./elements-CwgcXTS3.js";
5
+ const C = c.memo(
6
+ ({
7
+ className: e,
8
+ dotColor: n,
9
+ dotSize: y,
10
+ spacing: g,
11
+ isAnimated: r = !1,
12
+ speed: p
13
+ }) => {
14
+ const m = n ?? "#00ff00", d = Math.max(Number(y) || 2, 0.1), i = Math.max(Number(g) || 30, 1), M = Math.max(Number(p) || 1, 0.01), o = c.useMemo(
15
+ () => ({
16
+ cx: i / 2,
17
+ cy: i / 2,
18
+ r: d,
19
+ width: Math.max(i, 1),
20
+ height: Math.max(i, 1)
21
+ }),
22
+ [i, d]
23
+ ), u = c.useMemo(
24
+ () => `dots-pattern-${Math.random().toString(36).substring(2, 11)}`,
25
+ []
26
+ ), f = c.useMemo(() => {
27
+ if (!r || !i || i <= 0) return [];
28
+ const t = [], l = Math.max(i, 2), w = Math.min(Math.ceil(100 / (l / 10)), 50), b = Math.min(Math.ceil(100 / (l / 10)), 50);
29
+ for (let s = 0; s < w; s++)
30
+ for (let h = 0; h < b; h++) {
31
+ const $ = Math.abs(Math.sin(s * 12.9898 + h * 78.233) * 43758.5453) % 1, I = Math.abs(Math.sin(s * 39.346 + h * 11.135) * 43758.5453) % 1, N = Math.abs(Math.sin(s * 71.123 + h * 23.456) * 43758.5453) % 1, z = Math.abs(Math.sin(s * 15.987 + h * 82.345) * 43758.5453) % 1;
32
+ t.push({
33
+ id: `${s}-${h}`,
34
+ // Use stable numeric values
35
+ x: Number((h * l / 10 + ($ - 0.5) * 8).toFixed(2)),
36
+ y: Number((s * l / 10 + (I - 0.5) * 8).toFixed(2)),
37
+ delay: Number((N * 3).toFixed(2)),
38
+ amplitude: Number((2 + z * 3).toFixed(2))
39
+ });
40
+ }
41
+ return t;
42
+ }, [r, i]);
43
+ return r ? /* @__PURE__ */ a(
44
+ "div",
45
+ {
46
+ className: e,
47
+ style: {
48
+ position: "absolute",
49
+ inset: 0,
50
+ display: "flex",
51
+ height: "100%",
52
+ width: "100%",
53
+ alignItems: "center",
54
+ justifyContent: "center",
55
+ overflow: "hidden",
56
+ zIndex: -1
57
+ },
58
+ children: /* @__PURE__ */ x(
59
+ "svg",
60
+ {
61
+ style: {
62
+ pointerEvents: "none",
63
+ position: "absolute",
64
+ zIndex: 0,
65
+ height: "100%",
66
+ width: "100%"
67
+ },
68
+ width: "100%",
69
+ height: "100%",
70
+ xmlns: "http://www.w3.org/2000/svg",
71
+ children: [
72
+ /* @__PURE__ */ a("title", { children: "Animated Dots" }),
73
+ f.map((t) => /* @__PURE__ */ a(
74
+ S,
75
+ {
76
+ r: d,
77
+ fill: m,
78
+ initial: {
79
+ cx: `${t.x}%`,
80
+ cy: `${t.y}%`,
81
+ opacity: 0.3
82
+ },
83
+ animate: {
84
+ opacity: [0.3, 0.8, 0.3],
85
+ cx: [
86
+ `${t.x}%`,
87
+ `${t.x + (t.amplitude || 0)}%`,
88
+ `${t.x - (t.amplitude || 0)}%`,
89
+ `${t.x}%`
90
+ ],
91
+ cy: [
92
+ `${t.y}%`,
93
+ `${t.y - (t.amplitude || 0)}%`,
94
+ `${t.y + (t.amplitude || 0)}%`,
95
+ `${t.y}%`
96
+ ]
97
+ },
98
+ transition: {
99
+ duration: Math.max(0.1, 8 / M),
100
+ repeat: 1 / 0,
101
+ ease: "easeInOut",
102
+ delay: t.delay || 0
103
+ }
104
+ },
105
+ t.id
106
+ ))
107
+ ]
108
+ }
109
+ )
110
+ }
111
+ ) : /* @__PURE__ */ a(
112
+ "div",
113
+ {
114
+ className: e,
115
+ style: {
116
+ position: "absolute",
117
+ inset: 0,
118
+ display: "flex",
119
+ height: "100%",
120
+ width: "100%",
121
+ alignItems: "center",
122
+ justifyContent: "center",
123
+ zIndex: -1
124
+ },
125
+ children: /* @__PURE__ */ x(
126
+ "svg",
127
+ {
128
+ style: {
129
+ pointerEvents: "none",
130
+ position: "absolute",
131
+ zIndex: 0,
132
+ height: "100%",
133
+ width: "100%"
134
+ },
135
+ width: "100%",
136
+ height: "100%",
137
+ xmlns: "http://www.w3.org/2000/svg",
138
+ children: [
139
+ /* @__PURE__ */ a("title", { children: "Static Dots" }),
140
+ /* @__PURE__ */ a("defs", { children: /* @__PURE__ */ a(
141
+ "pattern",
142
+ {
143
+ id: u,
144
+ x: "0",
145
+ y: "0",
146
+ width: o.width,
147
+ height: o.height,
148
+ patternUnits: "userSpaceOnUse",
149
+ children: /* @__PURE__ */ a(
150
+ "circle",
151
+ {
152
+ cx: o.cx,
153
+ cy: o.cy,
154
+ r: o.r,
155
+ fill: m
156
+ }
157
+ )
158
+ }
159
+ ) }),
160
+ /* @__PURE__ */ a("rect", { width: "100%", height: "100%", fill: `url(#${u})` })
161
+ ]
162
+ }
163
+ )
164
+ }
165
+ );
166
+ },
167
+ // Custom comparison function for better memoization
168
+ (e, n) => e.className === n.className && e.dotColor === n.dotColor && e.dotSize === n.dotSize && e.spacing === n.spacing && e.isAnimated === n.isAnimated && e.speed === n.speed
169
+ );
170
+ C.displayName = "BackgroundDots";
171
+ export {
172
+ C as BackgroundDots
173
+ };
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsx as t } from "react/jsx-runtime";
3
3
  import o from "react";
4
- import { c as r } from "./elements-BFZyX9xz.js";
4
+ import { c as r } from "./elements-CwgcXTS3.js";
5
5
  const s = o.memo(
6
6
  ({
7
7
  className: e,
@@ -1,55 +1,55 @@
1
1
  "use client";
2
- import { jsx as t, jsxs as m } from "react/jsx-runtime";
3
- import n from "react";
4
- import { c as u } from "./elements-BFZyX9xz.js";
5
- const x = n.memo(
2
+ import { jsx as t, jsxs as w } from "react/jsx-runtime";
3
+ import r from "react";
4
+ import { c as u } from "./elements-CwgcXTS3.js";
5
+ const M = r.memo(
6
6
  ({
7
- className: i,
8
- lineColor: e = "#333333",
9
- lineWidth: r = 1,
10
- spacing: o = 50,
7
+ className: e,
8
+ lineColor: n,
9
+ lineWidth: p,
10
+ spacing: y,
11
11
  // Interactive mode props
12
- isInteractive: y = !1,
13
- hoverColor: d = "#93c5fd",
14
- rows: s = 150,
15
- cols: a = 100
12
+ isInteractive: f = !1,
13
+ hoverColor: a = "#93c5fd",
14
+ rows: x,
15
+ cols: $
16
16
  }) => {
17
- const f = n.useMemo(() => new Array(s).fill(1), [s]), g = n.useMemo(() => new Array(a).fill(1), [a]), l = n.useMemo(
17
+ const o = n ?? "#333333", l = Math.max(p ?? 1, 0.1), i = Math.max(y ?? 50, 1), d = Math.max(x ?? 150, 1), h = Math.max($ ?? 100, 1), v = r.useMemo(() => new Array(d).fill(1), [d]), k = r.useMemo(() => new Array(h).fill(1), [h]), s = r.useMemo(
18
18
  () => ({
19
19
  rowStyle: {
20
- height: `${o}px`,
21
- width: `${o * 2}px`,
22
- borderLeft: `${r}px solid ${e}`
20
+ height: `${i}px`,
21
+ width: `${i * 2}px`,
22
+ borderLeft: `${l}px solid ${o}`
23
23
  },
24
24
  colStyle: {
25
- height: `${o}px`,
26
- width: `${o * 2}px`,
27
- borderTop: `${r}px solid ${e}`,
28
- borderRight: `${r}px solid ${e}`
25
+ height: `${i}px`,
26
+ width: `${i * 2}px`,
27
+ borderTop: `${l}px solid ${o}`,
28
+ borderRight: `${l}px solid ${o}`
29
29
  },
30
30
  iconStyle: {
31
- top: `${-o / 3.8}px`,
32
- left: `${-o / 2.4}px`,
33
- color: e
31
+ top: `${-i / 3.8}px`,
32
+ left: `${-i / 2.4}px`,
33
+ color: o
34
34
  }
35
35
  }),
36
- [o, r, e]
37
- ), h = n.useMemo(
36
+ [i, l, o]
37
+ ), c = r.useMemo(
38
38
  () => ({
39
39
  hover: {
40
- backgroundColor: d,
40
+ backgroundColor: a,
41
41
  transition: { duration: 0 }
42
42
  },
43
43
  animate: {
44
44
  transition: { duration: 2 }
45
45
  }
46
46
  }),
47
- [d]
47
+ [a]
48
48
  );
49
- return y ? /* @__PURE__ */ t(
49
+ return f ? /* @__PURE__ */ t(
50
50
  "div",
51
51
  {
52
- className: i,
52
+ className: e,
53
53
  style: {
54
54
  position: "absolute",
55
55
  inset: 0,
@@ -75,13 +75,13 @@ const x = n.memo(
75
75
  width: "100%",
76
76
  padding: "1rem"
77
77
  },
78
- children: f.map(($, c) => /* @__PURE__ */ t(u, { style: { ...l.rowStyle, position: "relative" }, children: g.map((p, w) => /* @__PURE__ */ t(
78
+ children: v.map((b, g) => /* @__PURE__ */ t(u, { style: { ...s.rowStyle, position: "relative" }, children: k.map((C, m) => /* @__PURE__ */ t(
79
79
  u,
80
80
  {
81
- whileHover: h.hover,
82
- animate: h.animate,
83
- style: { ...l.colStyle, position: "relative" },
84
- children: w % 2 === 0 && c % 2 === 0 ? /* @__PURE__ */ m(
81
+ whileHover: c.hover,
82
+ animate: c.animate,
83
+ style: { ...s.colStyle, position: "relative" },
84
+ children: m % 2 === 0 && g % 2 === 0 ? /* @__PURE__ */ w(
85
85
  "svg",
86
86
  {
87
87
  xmlns: "http://www.w3.org/2000/svg",
@@ -90,7 +90,7 @@ const x = n.memo(
90
90
  strokeWidth: "1.5",
91
91
  stroke: "currentColor",
92
92
  style: {
93
- ...l.iconStyle,
93
+ ...s.iconStyle,
94
94
  pointerEvents: "none",
95
95
  position: "absolute",
96
96
  height: "1.5rem",
@@ -104,15 +104,15 @@ const x = n.memo(
104
104
  }
105
105
  ) : null
106
106
  },
107
- `col-${w}`
108
- )) }, `row-${c}`))
107
+ `col-${m}`
108
+ )) }, `row-${g}`))
109
109
  }
110
110
  )
111
111
  }
112
112
  ) : /* @__PURE__ */ t(
113
113
  "div",
114
114
  {
115
- className: i,
115
+ className: e,
116
116
  style: {
117
117
  position: "absolute",
118
118
  inset: 0,
@@ -123,7 +123,7 @@ const x = n.memo(
123
123
  justifyContent: "center",
124
124
  zIndex: -1
125
125
  },
126
- children: /* @__PURE__ */ m(
126
+ children: /* @__PURE__ */ w(
127
127
  "svg",
128
128
  {
129
129
  style: {
@@ -144,16 +144,16 @@ const x = n.memo(
144
144
  id: "grid-pattern",
145
145
  x: "0",
146
146
  y: "0",
147
- width: o,
148
- height: o,
147
+ width: i,
148
+ height: i,
149
149
  patternUnits: "userSpaceOnUse",
150
150
  children: /* @__PURE__ */ t(
151
151
  "path",
152
152
  {
153
- d: `M ${o} 0 L 0 0 0 ${o}`,
153
+ d: `M ${i} 0 L 0 0 0 ${i}`,
154
154
  fill: "none",
155
- stroke: e,
156
- strokeWidth: r
155
+ stroke: o,
156
+ strokeWidth: l
157
157
  }
158
158
  )
159
159
  }
@@ -166,9 +166,9 @@ const x = n.memo(
166
166
  );
167
167
  },
168
168
  // Custom comparison function for better memoization
169
- (i, e) => i.className === e.className && i.lineColor === e.lineColor && i.lineWidth === e.lineWidth && i.spacing === e.spacing && i.isInteractive === e.isInteractive && i.hoverColor === e.hoverColor && i.rows === e.rows && i.cols === e.cols
169
+ (e, n) => e.className === n.className && e.lineColor === n.lineColor && e.lineWidth === n.lineWidth && e.spacing === n.spacing && e.isInteractive === n.isInteractive && e.hoverColor === n.hoverColor && e.rows === n.rows && e.cols === n.cols
170
170
  );
171
- x.displayName = "BackgroundGrid";
171
+ M.displayName = "BackgroundGrid";
172
172
  export {
173
- x as BackgroundGrid
173
+ M as BackgroundGrid
174
174
  };
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsxs as r, jsx as e } from "react/jsx-runtime";
3
3
  import { A as o } from "./index-IcG2wuuE.js";
4
- import { M as a } from "./index-djT9Bhvi.js";
4
+ import { M as a } from "./index-BZ8ZDo4y.js";
5
5
  const m = ({ logo: s, siteName: t, options: l, message: n }) => /* @__PURE__ */ r(o, { logo: s, siteName: t, maxWidth: "sm", children: [
6
6
  /* @__PURE__ */ r("div", { className: "mb-6 px-8 sm:px-6", children: [
7
7
  /* @__PURE__ */ e("div", { className: "mb-4 flex justify-center", children: /* @__PURE__ */ e(
@@ -1,28 +1,40 @@
1
1
  "use client";
2
- import { jsx as e, jsxs as a } from "react/jsx-runtime";
3
- import y from "react";
4
- import { M as u, b as M } from "./elements-BFZyX9xz.js";
5
- const g = y.memo(
2
+ import { jsx as e, jsxs as n } from "react/jsx-runtime";
3
+ import l from "react";
4
+ import { M as G, b as Y } from "./elements-CwgcXTS3.js";
5
+ const j = l.memo(
6
6
  ({
7
- className: d,
8
- primaryColor: o = "#3b82f6",
9
- secondaryColor: n = "#8b5cf6",
10
- amplitude: p = 50,
11
- frequency: l = 0.02,
12
- speed: h = 1
7
+ className: y,
8
+ primaryColor: f,
9
+ secondaryColor: m,
10
+ amplitude: u,
11
+ frequency: x,
12
+ speed: v
13
13
  }) => {
14
- const c = Array.from({ length: 3 }, (t, i) => i), s = (t) => {
15
- const i = [], f = t * 60;
16
- for (let r = 0; r <= 1e3; r += 10) {
17
- const m = 200 + Math.sin(r * l + f) * p;
18
- i.push(`${r},${m}`);
14
+ const a = f ?? "#3b82f6", r = m ?? "#8b5cf6", g = u ?? 50, M = x ?? 0.02, p = Math.max(v ?? 1, 0.01), w = 3, b = l.useMemo(() => Array.from({ length: w }, (t, o) => o), []), C = l.useMemo(() => Array.from({ length: 15 }, (t, o) => {
15
+ const s = Math.abs(Math.sin(o * 12.9898) * 43758.5453) % 1, i = Math.abs(Math.sin(o * 39.346) * 43758.5453) % 1, c = Math.abs(Math.sin(o * 71.123) * 43758.5453) % 1;
16
+ return {
17
+ id: o,
18
+ cx: s * 1e3,
19
+ cy: i * 400,
20
+ r: c * 3 + 1,
21
+ duration: s * 10 + 5,
22
+ delay: i * 5,
23
+ moveX: [s * 1e3, i * 1e3, c * 1e3, s * 1e3],
24
+ moveY: [i * 400, c * 400, s * 400, i * 400]
25
+ };
26
+ }), []), d = (t, o = g) => {
27
+ const s = [], $ = t * 60;
28
+ for (let h = 0; h <= 1e3; h += 10) {
29
+ const O = 200 + Math.sin(h * M + $) * o;
30
+ s.push(`${h},${O}`);
19
31
  }
20
- return `M 0,200 Q ${i.join(" ")} 1000,200 L 1000,400 L 0,400 Z`;
32
+ return `M 0,200 Q ${s.join(" ")} 1000,200 L 1000,400 L 0,400 Z`;
21
33
  };
22
34
  return /* @__PURE__ */ e(
23
35
  "div",
24
36
  {
25
- className: d,
37
+ className: y,
26
38
  style: {
27
39
  position: "absolute",
28
40
  inset: 0,
@@ -34,7 +46,7 @@ const g = y.memo(
34
46
  overflow: "hidden",
35
47
  zIndex: -1
36
48
  },
37
- children: /* @__PURE__ */ a(
49
+ children: /* @__PURE__ */ n(
38
50
  "svg",
39
51
  {
40
52
  style: {
@@ -51,42 +63,42 @@ const g = y.memo(
51
63
  xmlns: "http://www.w3.org/2000/svg",
52
64
  children: [
53
65
  /* @__PURE__ */ e("title", { children: "Waves" }),
54
- /* @__PURE__ */ a("defs", { children: [
55
- /* @__PURE__ */ a("linearGradient", { id: "waveGradient1", x1: "0%", y1: "0%", x2: "100%", y2: "100%", children: [
56
- /* @__PURE__ */ e("stop", { offset: "0%", stopColor: o, stopOpacity: "0.3" }),
57
- /* @__PURE__ */ e("stop", { offset: "100%", stopColor: n, stopOpacity: "0.1" })
66
+ /* @__PURE__ */ n("defs", { children: [
67
+ /* @__PURE__ */ n("linearGradient", { id: "waveGradient1", x1: "0%", y1: "0%", x2: "100%", y2: "100%", children: [
68
+ /* @__PURE__ */ e("stop", { offset: "0%", stopColor: a, stopOpacity: "0.3" }),
69
+ /* @__PURE__ */ e("stop", { offset: "100%", stopColor: r, stopOpacity: "0.1" })
58
70
  ] }),
59
- /* @__PURE__ */ a("linearGradient", { id: "waveGradient2", x1: "0%", y1: "0%", x2: "100%", y2: "100%", children: [
60
- /* @__PURE__ */ e("stop", { offset: "0%", stopColor: n, stopOpacity: "0.2" }),
61
- /* @__PURE__ */ e("stop", { offset: "100%", stopColor: o, stopOpacity: "0.05" })
71
+ /* @__PURE__ */ n("linearGradient", { id: "waveGradient2", x1: "0%", y1: "0%", x2: "100%", y2: "100%", children: [
72
+ /* @__PURE__ */ e("stop", { offset: "0%", stopColor: r, stopOpacity: "0.2" }),
73
+ /* @__PURE__ */ e("stop", { offset: "100%", stopColor: a, stopOpacity: "0.05" })
62
74
  ] }),
63
- /* @__PURE__ */ a("linearGradient", { id: "waveGradient3", x1: "0%", y1: "0%", x2: "100%", y2: "100%", children: [
64
- /* @__PURE__ */ e("stop", { offset: "0%", stopColor: o, stopOpacity: "0.1" }),
65
- /* @__PURE__ */ e("stop", { offset: "100%", stopColor: n, stopOpacity: "0.3" })
75
+ /* @__PURE__ */ n("linearGradient", { id: "waveGradient3", x1: "0%", y1: "0%", x2: "100%", y2: "100%", children: [
76
+ /* @__PURE__ */ e("stop", { offset: "0%", stopColor: a, stopOpacity: "0.1" }),
77
+ /* @__PURE__ */ e("stop", { offset: "100%", stopColor: r, stopOpacity: "0.3" })
66
78
  ] })
67
79
  ] }),
68
- c.map((t) => /* @__PURE__ */ e(
69
- u,
80
+ b.map((t) => /* @__PURE__ */ e(
81
+ G,
70
82
  {
71
- d: s(t),
83
+ d: d(t),
72
84
  fill: `url(#waveGradient${t + 1})`,
73
85
  initial: { x: -100 },
74
86
  animate: {
75
87
  x: [-100, 100],
76
88
  d: [
77
- s(t),
78
- s(t + 0.5),
79
- s(t)
89
+ d(t),
90
+ d(t + 0.5),
91
+ d(t)
80
92
  ]
81
93
  },
82
94
  transition: {
83
95
  x: {
84
- duration: 20 / h,
96
+ duration: 20 / p,
85
97
  repeat: 1 / 0,
86
98
  ease: "linear"
87
99
  },
88
100
  d: {
89
- duration: 8 / h,
101
+ duration: 8 / p,
90
102
  repeat: 1 / 0,
91
103
  ease: "easeInOut"
92
104
  }
@@ -97,27 +109,27 @@ const g = y.memo(
97
109
  },
98
110
  `wave-${t}`
99
111
  )),
100
- Array.from({ length: 15 }, (t, i) => /* @__PURE__ */ e(
101
- M,
112
+ C.map((t) => /* @__PURE__ */ e(
113
+ Y,
102
114
  {
103
- cx: Math.random() * 1e3,
104
- cy: Math.random() * 400,
105
- r: Math.random() * 3 + 1,
106
- fill: i % 2 === 0 ? o : n,
115
+ cx: t.cx,
116
+ cy: t.cy,
117
+ r: t.r,
118
+ fill: t.id % 2 === 0 ? a : r,
107
119
  initial: { opacity: 0.3 },
108
120
  animate: {
109
121
  opacity: [0.3, 0.8, 0.3],
110
- cy: [Math.random() * 400, Math.random() * 400, Math.random() * 400],
111
- cx: [Math.random() * 1e3, Math.random() * 1e3, Math.random() * 1e3]
122
+ cx: t.moveX,
123
+ cy: t.moveY
112
124
  },
113
125
  transition: {
114
- duration: Math.random() * 10 + 5,
126
+ duration: t.duration,
115
127
  repeat: 1 / 0,
116
128
  ease: "easeInOut",
117
- delay: Math.random() * 5
129
+ delay: t.delay
118
130
  }
119
131
  },
120
- `particle-${i}`
132
+ `particle-${t.id}`
121
133
  ))
122
134
  ]
123
135
  }
@@ -126,7 +138,7 @@ const g = y.memo(
126
138
  );
127
139
  }
128
140
  );
129
- g.displayName = "BackgroundWaves";
141
+ j.displayName = "BackgroundWaves";
130
142
  export {
131
- g as BackgroundWaves
143
+ j as BackgroundWaves
132
144
  };
@@ -7,6 +7,6 @@ interface BackgroundDotsProps {
7
7
  isAnimated?: boolean;
8
8
  speed?: number;
9
9
  }
10
- export declare const BackgroundDots: React.MemoExoticComponent<({ className, dotColor, dotSize, spacing, isAnimated, speed, }: BackgroundDotsProps) => import("react/jsx-runtime").JSX.Element>;
10
+ export declare const BackgroundDots: React.MemoExoticComponent<({ className, dotColor: propDotColor, dotSize: propDotSize, spacing: propSpacing, isAnimated, speed: propSpeed, }: BackgroundDotsProps) => import("react/jsx-runtime").JSX.Element>;
11
11
  export {};
12
12
  //# sourceMappingURL=Dots.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Dots.d.ts","sourceRoot":"","sources":["../../../src/components/backgroundPresets/Dots.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,mBAAmB;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,cAAc,4FAQtB,mBAAmB,6CAwKvB,CAAC"}
1
+ {"version":3,"file":"Dots.d.ts","sourceRoot":"","sources":["../../../src/components/backgroundPresets/Dots.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,mBAAmB;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,cAAc,+IAQtB,mBAAmB,6CA0LvB,CAAC"}
@@ -9,6 +9,6 @@ interface BackgroundGridProps {
9
9
  rows?: number;
10
10
  cols?: number;
11
11
  }
12
- export declare const BackgroundGrid: React.MemoExoticComponent<({ className, lineColor, lineWidth, spacing, isInteractive, hoverColor, rows, cols, }: BackgroundGridProps) => import("react/jsx-runtime").JSX.Element>;
12
+ export declare const BackgroundGrid: React.MemoExoticComponent<({ className, lineColor: propLineColor, lineWidth: propLineWidth, spacing: propSpacing, isInteractive, hoverColor, rows: propRows, cols: propCols, }: BackgroundGridProps) => import("react/jsx-runtime").JSX.Element>;
13
13
  export {};
14
14
  //# sourceMappingURL=Grid.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/backgroundPresets/Grid.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,mBAAmB;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,cAAc,mHAWtB,mBAAmB,6CA6KvB,CAAC"}
1
+ {"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/backgroundPresets/Grid.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,mBAAmB;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,cAAc,kLAWtB,mBAAmB,6CAoLvB,CAAC"}
@@ -7,6 +7,6 @@ interface BackgroundWavesProps {
7
7
  frequency?: number;
8
8
  speed?: number;
9
9
  }
10
- export declare const BackgroundWaves: React.MemoExoticComponent<({ className, primaryColor, secondaryColor, amplitude, frequency, speed, }: BackgroundWavesProps) => import("react/jsx-runtime").JSX.Element>;
10
+ export declare const BackgroundWaves: React.MemoExoticComponent<({ className, primaryColor: propPrimaryColor, secondaryColor: propSecondaryColor, amplitude: propAmplitude, frequency: propFrequency, speed: propSpeed, }: BackgroundWavesProps) => import("react/jsx-runtime").JSX.Element>;
11
11
  export {};
12
12
  //# sourceMappingURL=Waves.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Waves.d.ts","sourceRoot":"","sources":["../../../src/components/backgroundPresets/Waves.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,oBAAoB;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,eAAe,wGAQvB,oBAAoB,6CA0HxB,CAAC"}
1
+ {"version":3,"file":"Waves.d.ts","sourceRoot":"","sources":["../../../src/components/backgroundPresets/Waves.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,oBAAoB;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,eAAe,uLAQvB,oBAAoB,6CAsJxB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/forum/utility/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,QAAQ,EACb,KAAK,UAAU,EAGhB,MAAM,eAAe,CAAC;AAsBvB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAwD/B,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC;IAChC,IAAI,EAAE,UAAU,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,aAAa,CAAC,EAAE,CAAC,WAAW,EAAE,UAAU,KAAK,IAAI,CAAC;CACnD,CAwPA,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,CASvD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC;IAC/B,IAAI,EAAE,UAAU,CAAC;CAClB,CAcA,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IACjC,IAAI,EAAE,UAAU,CAAC;CAClB,CAoBA,CAAC;AAEF,MAAM,WAAW,wBAAwB;IACvC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAgB/D,CAAC;AA8LF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IACjC,IAAI,EAAE,UAAU,CAAC;IACjB,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,mBAAmB,CAAC,EAAE,wBAAwB,CAAC;IAC/C,QAAQ,EAAE,MAAM,CAAC;CAClB,CA0DA,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,CAoCnD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IACjC,IAAI,EAAE,UAAU,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAqDA,CAAC;AAmOF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC;IAC9B,IAAI,EAAE,UAAU,CAAC;CAClB,CA4BA,CAAC;AA4DF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,CA2B1D,CAAC;AAmEF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,OAAO,EAAE,QAAQ,CAAA;CAAE,CA2B9D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/forum/utility/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,QAAQ,EACb,KAAK,UAAU,EAGhB,MAAM,eAAe,CAAC;AAsBvB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAwD/B,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC;IAChC,IAAI,EAAE,UAAU,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,aAAa,CAAC,EAAE,CAAC,WAAW,EAAE,UAAU,KAAK,IAAI,CAAC;CACnD,CAwPA,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,CASvD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC;IAC/B,IAAI,EAAE,UAAU,CAAC;CAClB,CAcA,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IACjC,IAAI,EAAE,UAAU,CAAC;CAClB,CAqBA,CAAC;AAEF,MAAM,WAAW,wBAAwB;IACvC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAgB/D,CAAC;AA8LF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IACjC,IAAI,EAAE,UAAU,CAAC;IACjB,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,mBAAmB,CAAC,EAAE,wBAAwB,CAAC;IAC/C,QAAQ,EAAE,MAAM,CAAC;CAClB,CA0DA,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,CAoCnD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IACjC,IAAI,EAAE,UAAU,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAmEA,CAAC;AAmOF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC;IAC9B,IAAI,EAAE,UAAU,CAAC;CAClB,CA4BA,CAAC;AA4DF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,CA2B1D,CAAC;AAmEF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,OAAO,EAAE,QAAQ,CAAA;CAAE,CA2B9D,CAAC"}
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { c as o } from "./index-C75foZeA.js";
2
+ import { c as o } from "./index-Dkqp_Zzx.js";
3
3
  const i = /* @__PURE__ */ o("div"), n = /* @__PURE__ */ o("circle"), a = /* @__PURE__ */ o("path"), e = /* @__PURE__ */ o("linearGradient");
4
4
  export {
5
5
  a as M,
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsxs as r, jsx as s } from "react/jsx-runtime";
3
3
  import { useState as c } from "react";
4
- import { L as l } from "./index-gIohjnj8.js";
4
+ import { L as l } from "./index-DHkXvwjx.js";
5
5
  import { A as m } from "./index-IcG2wuuE.js";
6
6
  const d = "_header_s7k8g_1", p = "_title_s7k8g_7", h = "_subtitle_s7k8g_14", g = "_formWrapper_s7k8g_20", e = {
7
7
  header: d,
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsxs as s, jsx as i } from "react/jsx-runtime";
3
3
  import l from "libphonenumber-js";
4
- import { u as r, h as c } from "./index-C75foZeA.js";
4
+ import { u as r, h as c } from "./index-Dkqp_Zzx.js";
5
5
  const g = "_footnote_v8hnh_1", f = "_footnoteText_v8hnh_11", h = "_logoutButton_v8hnh_17", t = {
6
6
  footnote: g,
7
7
  footnoteText: f,