uplord-ui 0.0.48 → 0.0.49

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.
@@ -50,13 +50,13 @@ var Ma = {};
50
50
  var Jx;
51
51
  function BI() {
52
52
  return Jx || (Jx = 1, process.env.NODE_ENV !== "production" && function() {
53
- function e(C) {
54
- if (C == null) return null;
55
- if (typeof C == "function")
56
- return C.$$typeof === E ? null : C.displayName || C.name || null;
57
- if (typeof C == "string") return C;
58
- switch (C) {
59
- case _:
53
+ function e(v) {
54
+ if (v == null) return null;
55
+ if (typeof v == "function")
56
+ return v.$$typeof === E ? null : v.displayName || v.name || null;
57
+ if (typeof v == "string") return v;
58
+ switch (v) {
59
+ case g:
60
60
  return "Fragment";
61
61
  case M:
62
62
  return "Profiler";
@@ -69,126 +69,126 @@ function BI() {
69
69
  case j:
70
70
  return "Activity";
71
71
  }
72
- if (typeof C == "object")
73
- switch (typeof C.tag == "number" && console.error(
72
+ if (typeof v == "object")
73
+ switch (typeof v.tag == "number" && console.error(
74
74
  "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
75
- ), C.$$typeof) {
76
- case v:
75
+ ), v.$$typeof) {
76
+ case C:
77
77
  return "Portal";
78
78
  case f:
79
- return (C.displayName || "Context") + ".Provider";
79
+ return (v.displayName || "Context") + ".Provider";
80
80
  case N:
81
- return (C._context.displayName || "Context") + ".Consumer";
81
+ return (v._context.displayName || "Context") + ".Consumer";
82
82
  case w:
83
- var R = C.render;
84
- return C = C.displayName, C || (C = R.displayName || R.name || "", C = C !== "" ? "ForwardRef(" + C + ")" : "ForwardRef"), C;
83
+ var R = v.render;
84
+ return v = v.displayName, v || (v = R.displayName || R.name || "", v = v !== "" ? "ForwardRef(" + v + ")" : "ForwardRef"), v;
85
85
  case A:
86
- return R = C.displayName || null, R !== null ? R : e(C.type) || "Memo";
86
+ return R = v.displayName || null, R !== null ? R : e(v.type) || "Memo";
87
87
  case P:
88
- R = C._payload, C = C._init;
88
+ R = v._payload, v = v._init;
89
89
  try {
90
- return e(C(R));
90
+ return e(v(R));
91
91
  } catch {
92
92
  }
93
93
  }
94
94
  return null;
95
95
  }
96
- function t(C) {
97
- return "" + C;
96
+ function t(v) {
97
+ return "" + v;
98
98
  }
99
- function a(C) {
99
+ function a(v) {
100
100
  try {
101
- t(C);
101
+ t(v);
102
102
  var R = !1;
103
103
  } catch {
104
104
  R = !0;
105
105
  }
106
106
  if (R) {
107
107
  R = console;
108
- var T = R.error, O = typeof Symbol == "function" && Symbol.toStringTag && C[Symbol.toStringTag] || C.constructor.name || "Object";
108
+ var T = R.error, O = typeof Symbol == "function" && Symbol.toStringTag && v[Symbol.toStringTag] || v.constructor.name || "Object";
109
109
  return T.call(
110
110
  R,
111
111
  "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
112
112
  O
113
- ), t(C);
113
+ ), t(v);
114
114
  }
115
115
  }
116
- function o(C) {
117
- if (C === _) return "<>";
118
- if (typeof C == "object" && C !== null && C.$$typeof === P)
116
+ function o(v) {
117
+ if (v === g) return "<>";
118
+ if (typeof v == "object" && v !== null && v.$$typeof === P)
119
119
  return "<...>";
120
120
  try {
121
- var R = e(C);
121
+ var R = e(v);
122
122
  return R ? "<" + R + ">" : "<...>";
123
123
  } catch {
124
124
  return "<...>";
125
125
  }
126
126
  }
127
127
  function i() {
128
- var C = q.A;
129
- return C === null ? null : C.getOwner();
128
+ var v = q.A;
129
+ return v === null ? null : v.getOwner();
130
130
  }
131
131
  function r() {
132
132
  return Error("react-stack-top-frame");
133
133
  }
134
- function c(C) {
135
- if (z.call(C, "key")) {
136
- var R = Object.getOwnPropertyDescriptor(C, "key").get;
134
+ function c(v) {
135
+ if (z.call(v, "key")) {
136
+ var R = Object.getOwnPropertyDescriptor(v, "key").get;
137
137
  if (R && R.isReactWarning) return !1;
138
138
  }
139
- return C.key !== void 0;
139
+ return v.key !== void 0;
140
140
  }
141
- function s(C, R) {
141
+ function s(v, R) {
142
142
  function T() {
143
143
  J || (J = !0, console.error(
144
144
  "%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)",
145
145
  R
146
146
  ));
147
147
  }
148
- T.isReactWarning = !0, Object.defineProperty(C, "key", {
148
+ T.isReactWarning = !0, Object.defineProperty(v, "key", {
149
149
  get: T,
150
150
  configurable: !0
151
151
  });
152
152
  }
153
153
  function d() {
154
- var C = e(this.type);
155
- return X[C] || (X[C] = !0, console.error(
154
+ var v = e(this.type);
155
+ return X[v] || (X[v] = !0, console.error(
156
156
  "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."
157
- )), C = this.props.ref, C !== void 0 ? C : null;
157
+ )), v = this.props.ref, v !== void 0 ? v : null;
158
158
  }
159
- function l(C, R, T, O, H, Q, Z, b) {
160
- return T = Q.ref, C = {
159
+ function l(v, R, T, O, H, Q, Z, b) {
160
+ return T = Q.ref, v = {
161
161
  $$typeof: k,
162
- type: C,
162
+ type: v,
163
163
  key: R,
164
164
  props: Q,
165
165
  _owner: H
166
- }, (T !== void 0 ? T : null) !== null ? Object.defineProperty(C, "ref", {
166
+ }, (T !== void 0 ? T : null) !== null ? Object.defineProperty(v, "ref", {
167
167
  enumerable: !1,
168
168
  get: d
169
- }) : Object.defineProperty(C, "ref", { enumerable: !1, value: null }), C._store = {}, Object.defineProperty(C._store, "validated", {
169
+ }) : Object.defineProperty(v, "ref", { enumerable: !1, value: null }), v._store = {}, Object.defineProperty(v._store, "validated", {
170
170
  configurable: !1,
171
171
  enumerable: !1,
172
172
  writable: !0,
173
173
  value: 0
174
- }), Object.defineProperty(C, "_debugInfo", {
174
+ }), Object.defineProperty(v, "_debugInfo", {
175
175
  configurable: !1,
176
176
  enumerable: !1,
177
177
  writable: !0,
178
178
  value: null
179
- }), Object.defineProperty(C, "_debugStack", {
179
+ }), Object.defineProperty(v, "_debugStack", {
180
180
  configurable: !1,
181
181
  enumerable: !1,
182
182
  writable: !0,
183
183
  value: Z
184
- }), Object.defineProperty(C, "_debugTask", {
184
+ }), Object.defineProperty(v, "_debugTask", {
185
185
  configurable: !1,
186
186
  enumerable: !1,
187
187
  writable: !0,
188
188
  value: b
189
- }), Object.freeze && (Object.freeze(C.props), Object.freeze(C)), C;
189
+ }), Object.freeze && (Object.freeze(v.props), Object.freeze(v)), v;
190
190
  }
191
- function h(C, R, T, O, H, Q, Z, b) {
191
+ function h(v, R, T, O, H, Q, Z, b) {
192
192
  var U = R.children;
193
193
  if (U !== void 0)
194
194
  if (O)
@@ -202,7 +202,7 @@ function BI() {
202
202
  );
203
203
  else u(U);
204
204
  if (z.call(R, "key")) {
205
- U = e(C);
205
+ U = e(v);
206
206
  var V = Object.keys(R).filter(function(I) {
207
207
  return I !== "key";
208
208
  });
@@ -226,9 +226,9 @@ React keys must be passed directly to JSX without using spread:
226
226
  } else T = R;
227
227
  return U && s(
228
228
  T,
229
- typeof C == "function" ? C.displayName || C.name || "Unknown" : C
229
+ typeof v == "function" ? v.displayName || v.name || "Unknown" : v
230
230
  ), l(
231
- C,
231
+ v,
232
232
  U,
233
233
  Q,
234
234
  H,
@@ -238,44 +238,44 @@ React keys must be passed directly to JSX without using spread:
238
238
  b
239
239
  );
240
240
  }
241
- function u(C) {
242
- typeof C == "object" && C !== null && C.$$typeof === k && C._store && (C._store.validated = 1);
241
+ function u(v) {
242
+ typeof v == "object" && v !== null && v.$$typeof === k && v._store && (v._store.validated = 1);
243
243
  }
244
- var p = Fe, k = Symbol.for("react.transitional.element"), v = Symbol.for("react.portal"), _ = Symbol.for("react.fragment"), x = Symbol.for("react.strict_mode"), M = Symbol.for("react.profiler"), N = Symbol.for("react.consumer"), f = Symbol.for("react.context"), w = Symbol.for("react.forward_ref"), m = Symbol.for("react.suspense"), S = Symbol.for("react.suspense_list"), A = Symbol.for("react.memo"), P = Symbol.for("react.lazy"), j = Symbol.for("react.activity"), E = Symbol.for("react.client.reference"), q = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, z = Object.prototype.hasOwnProperty, ne = Array.isArray, B = console.createTask ? console.createTask : function() {
244
+ var p = Fe, k = Symbol.for("react.transitional.element"), C = Symbol.for("react.portal"), g = Symbol.for("react.fragment"), x = Symbol.for("react.strict_mode"), M = Symbol.for("react.profiler"), N = Symbol.for("react.consumer"), f = Symbol.for("react.context"), w = Symbol.for("react.forward_ref"), m = Symbol.for("react.suspense"), S = Symbol.for("react.suspense_list"), A = Symbol.for("react.memo"), P = Symbol.for("react.lazy"), j = Symbol.for("react.activity"), E = Symbol.for("react.client.reference"), q = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, z = Object.prototype.hasOwnProperty, ne = Array.isArray, B = console.createTask ? console.createTask : function() {
245
245
  return null;
246
246
  };
247
247
  p = {
248
- "react-stack-bottom-frame": function(C) {
249
- return C();
248
+ "react-stack-bottom-frame": function(v) {
249
+ return v();
250
250
  }
251
251
  };
252
252
  var J, X = {}, Y = p["react-stack-bottom-frame"].bind(
253
253
  p,
254
254
  r
255
255
  )(), ee = B(o(r)), te = {};
256
- Ma.Fragment = _, Ma.jsx = function(C, R, T, O, H) {
256
+ Ma.Fragment = g, Ma.jsx = function(v, R, T, O, H) {
257
257
  var Q = 1e4 > q.recentlyCreatedOwnerStacks++;
258
258
  return h(
259
- C,
259
+ v,
260
260
  R,
261
261
  T,
262
262
  !1,
263
263
  O,
264
264
  H,
265
265
  Q ? Error("react-stack-top-frame") : Y,
266
- Q ? B(o(C)) : ee
266
+ Q ? B(o(v)) : ee
267
267
  );
268
- }, Ma.jsxs = function(C, R, T, O, H) {
268
+ }, Ma.jsxs = function(v, R, T, O, H) {
269
269
  var Q = 1e4 > q.recentlyCreatedOwnerStacks++;
270
270
  return h(
271
- C,
271
+ v,
272
272
  R,
273
273
  T,
274
274
  !0,
275
275
  O,
276
276
  H,
277
277
  Q ? Error("react-stack-top-frame") : Y,
278
- Q ? B(o(C)) : ee
278
+ Q ? B(o(v)) : ee
279
279
  );
280
280
  };
281
281
  }()), Ma;
@@ -284,7 +284,7 @@ var eL;
284
284
  function Lv() {
285
285
  return eL || (eL = 1, process.env.NODE_ENV === "production" ? Va.exports = FI() : Va.exports = BI()), Va.exports;
286
286
  }
287
- var g = Lv();
287
+ var _ = Lv();
288
288
  function zb(e) {
289
289
  var t, a, o = "";
290
290
  if (typeof e == "string" || typeof e == "number") o += e;
@@ -420,7 +420,7 @@ function Db() {
420
420
  }), Object.defineProperty(e, "getImgProps", {
421
421
  enumerable: !0,
422
422
  get: function() {
423
- return v;
423
+ return C;
424
424
  }
425
425
  });
426
426
  const t = px(), a = UI(), o = yx(), i = [
@@ -434,22 +434,22 @@ function Db() {
434
434
  "scale-down",
435
435
  void 0
436
436
  ];
437
- function c(_) {
438
- return _.default !== void 0;
437
+ function c(g) {
438
+ return g.default !== void 0;
439
439
  }
440
- function s(_) {
441
- return _.src !== void 0;
440
+ function s(g) {
441
+ return g.src !== void 0;
442
442
  }
443
- function d(_) {
444
- return !!_ && typeof _ == "object" && (c(_) || s(_));
443
+ function d(g) {
444
+ return !!g && typeof g == "object" && (c(g) || s(g));
445
445
  }
446
446
  const l = /* @__PURE__ */ new Map();
447
447
  let h;
448
- function u(_) {
449
- return typeof _ > "u" ? _ : typeof _ == "number" ? Number.isFinite(_) ? _ : NaN : typeof _ == "string" && /^[0-9]+$/.test(_) ? parseInt(_, 10) : NaN;
448
+ function u(g) {
449
+ return typeof g > "u" ? g : typeof g == "number" ? Number.isFinite(g) ? g : NaN : typeof g == "string" && /^[0-9]+$/.test(g) ? parseInt(g, 10) : NaN;
450
450
  }
451
- function p(_, x, M) {
452
- let { deviceSizes: N, allSizes: f } = _;
451
+ function p(g, x, M) {
452
+ let { deviceSizes: N, allSizes: f } = g;
453
453
  if (M) {
454
454
  const m = /(^|\s)(1?\d?\d)vw/g, S = [];
455
455
  for (let A; A = m.exec(M); A)
@@ -490,8 +490,8 @@ function Db() {
490
490
  kind: "x"
491
491
  };
492
492
  }
493
- function k(_) {
494
- let { config: x, src: M, unoptimized: N, width: f, quality: w, sizes: m, loader: S } = _;
493
+ function k(g) {
494
+ let { config: x, src: M, unoptimized: N, width: f, quality: w, sizes: m, loader: S } = g;
495
495
  if (N)
496
496
  return {
497
497
  src: M,
@@ -521,8 +521,8 @@ function Db() {
521
521
  })
522
522
  };
523
523
  }
524
- function v(_, x) {
525
- let { src: M, sizes: N, unoptimized: f = !1, priority: w = !1, loading: m, className: S, quality: A, width: P, height: j, fill: E = !1, style: q, overrideSrc: z, onLoad: ne, onLoadingComplete: B, placeholder: J = "empty", blurDataURL: X, fetchPriority: Y, decoding: ee = "async", layout: te, objectFit: C, objectPosition: R, lazyBoundary: T, lazyRoot: O, ...H } = _;
524
+ function C(g, x) {
525
+ let { src: M, sizes: N, unoptimized: f = !1, priority: w = !1, loading: m, className: S, quality: A, width: P, height: j, fill: E = !1, style: q, overrideSrc: z, onLoad: ne, onLoadingComplete: B, placeholder: J = "empty", blurDataURL: X, fetchPriority: Y, decoding: ee = "async", layout: te, objectFit: v, objectPosition: R, lazyBoundary: T, lazyRoot: O, ...H } = g;
526
526
  const { imgConf: Q, showAltText: Z, blurComplete: b, defaultLoader: U } = x;
527
527
  let V, W = Q || o.imageConfigDefault;
528
528
  if ("allSizes" in W)
@@ -587,7 +587,7 @@ Read more: https://nextjs.org/docs/messages/next-image-missing-loader`), "__NEXT
587
587
  const le = ae[te];
588
588
  le && !N && (N = le);
589
589
  }
590
- let K = "", G = u(P), ce = u(j), Ie, ve;
590
+ let K = "", G = u(P), re = u(j), Ie, ve;
591
591
  if (d(M)) {
592
592
  const $ = c(M) ? M.default : M;
593
593
  if (!$.src)
@@ -603,13 +603,13 @@ Read more: https://nextjs.org/docs/messages/next-image-missing-loader`), "__NEXT
603
603
  configurable: !0
604
604
  });
605
605
  if (Ie = $.blurWidth, ve = $.blurHeight, X = X || $.blurDataURL, K = $.src, !E) {
606
- if (!G && !ce)
607
- G = $.width, ce = $.height;
608
- else if (G && !ce) {
606
+ if (!G && !re)
607
+ G = $.width, re = $.height;
608
+ else if (G && !re) {
609
609
  const ae = G / $.width;
610
- ce = Math.round($.height * ae);
611
- } else if (!G && ce) {
612
- const ae = ce / $.height;
610
+ re = Math.round($.height * ae);
611
+ } else if (!G && re) {
612
+ const ae = re / $.height;
613
613
  G = Math.round($.width * ae);
614
614
  }
615
615
  }
@@ -671,13 +671,13 @@ Read more: https://nextjs.org/docs/messages/next-image-missing-loader`), "__NEXT
671
671
  enumerable: !1,
672
672
  configurable: !0
673
673
  });
674
- if (typeof ce > "u")
674
+ if (typeof re > "u")
675
675
  throw Object.defineProperty(new Error('Image with src "' + M + '" is missing required "height" property.'), "__NEXT_ERROR_CODE", {
676
676
  value: "E397",
677
677
  enumerable: !1,
678
678
  configurable: !0
679
679
  });
680
- if (isNaN(ce))
680
+ if (isNaN(re))
681
681
  throw Object.defineProperty(new Error('Image with src "' + M + '" has invalid "height" property. Expected a numeric value in pixels but received "' + j + '".'), "__NEXT_ERROR_CODE", {
682
682
  value: "E444",
683
683
  enumerable: !1,
@@ -714,7 +714,7 @@ Read more: https://nextjs.org/docs/messages/next-image-missing-loader`), "__NEXT
714
714
  enumerable: !1,
715
715
  configurable: !0
716
716
  });
717
- if (J !== "empty" && G && ce && G * ce < 1600 && (0, t.warnOnce)('Image with src "' + M + '" is smaller than 40x40. Consider removing the "placeholder" property to improve performance.'), J === "blur" && !X) {
717
+ if (J !== "empty" && G && re && G * re < 1600 && (0, t.warnOnce)('Image with src "' + M + '" is smaller than 40x40. Consider removing the "placeholder" property to improve performance.'), J === "blur" && !X) {
718
718
  const $ = [
719
719
  "jpeg",
720
720
  "png",
@@ -750,7 +750,7 @@ Read more: https://nextjs.org/docs/messages/next-image-missing-loader-width`);
750
750
  B && (0, t.warnOnce)('Image with src "' + M + '" is using deprecated "onLoadingComplete" property. Please use the "onLoad" property instead.');
751
751
  for (const [$, ae] of Object.entries({
752
752
  layout: te,
753
- objectFit: C,
753
+ objectFit: v,
754
754
  objectPosition: R,
755
755
  lazyBoundary: T,
756
756
  lazyRoot: O
@@ -784,13 +784,13 @@ Read more: https://nextjs.org/docs/api-reference/next/image#priority`);
784
784
  top: 0,
785
785
  right: 0,
786
786
  bottom: 0,
787
- objectFit: C,
787
+ objectFit: v,
788
788
  objectPosition: R
789
789
  } : {}, Z ? {} : {
790
790
  color: "transparent"
791
791
  }, q), ie = !b && J !== "empty" ? J === "blur" ? 'url("data:image/svg+xml;charset=utf-8,' + (0, a.getImageBlurSvg)({
792
792
  widthInt: G,
793
- heightInt: ce,
793
+ heightInt: re,
794
794
  blurWidth: Ie,
795
795
  blurHeight: ve,
796
796
  blurDataURL: X || "",
@@ -831,7 +831,7 @@ Read more: https://nextjs.org/docs/api-reference/next/image#priority`);
831
831
  loading: Me ? "lazy" : m,
832
832
  fetchPriority: Y,
833
833
  width: G,
834
- height: ce,
834
+ height: re,
835
835
  decoding: ee,
836
836
  className: S,
837
837
  style: {
@@ -1009,13 +1009,13 @@ function KI() {
1009
1009
  )
1010
1010
  ) : f.concat(w);
1011
1011
  }
1012
- const v = [
1012
+ const C = [
1013
1013
  "name",
1014
1014
  "httpEquiv",
1015
1015
  "charSet",
1016
1016
  "itemProp"
1017
1017
  ];
1018
- function _() {
1018
+ function g() {
1019
1019
  const f = /* @__PURE__ */ new Set(), w = /* @__PURE__ */ new Set(), m = /* @__PURE__ */ new Set(), S = {};
1020
1020
  return (A) => {
1021
1021
  let P = !0, j = !1;
@@ -1030,8 +1030,8 @@ function KI() {
1030
1030
  w.has(A.type) ? P = !1 : w.add(A.type);
1031
1031
  break;
1032
1032
  case "meta":
1033
- for (let E = 0, q = v.length; E < q; E++) {
1034
- const z = v[E];
1033
+ for (let E = 0, q = C.length; E < q; E++) {
1034
+ const z = C[E];
1035
1035
  if (A.props.hasOwnProperty(z))
1036
1036
  if (z === "charSet")
1037
1037
  m.has(z) ? P = !1 : m.add(z);
@@ -1047,7 +1047,7 @@ function KI() {
1047
1047
  }
1048
1048
  function x(f, w) {
1049
1049
  const { inAmpMode: m } = w;
1050
- return f.reduce(k, []).reverse().concat(p(m).reverse()).filter(_()).reverse().map((S, A) => {
1050
+ return f.reduce(k, []).reverse().concat(p(m).reverse()).filter(g()).reverse().map((S, A) => {
1051
1051
  const P = S.key || A;
1052
1052
  if (process.env.NODE_ENV !== "development" && process.env.__NEXT_OPTIMIZE_FONTS && !m && S.type === "link" && S.props.href && // TODO(prateekbh@): Replace this with const from `constants` when the tree shaking works.
1053
1053
  [
@@ -1131,14 +1131,14 @@ function Fb() {
1131
1131
  }
1132
1132
  Object.assign(l, s), i.exports = l;
1133
1133
  }, 154: (i) => {
1134
- const r = "\\\\/", c = `[^${r}]`, s = "\\.", d = "\\+", l = "\\?", h = "\\/", u = "(?=.)", p = "[^/]", k = `(?:${h}|$)`, v = `(?:^|${h})`, _ = `${s}{1,2}${k}`, x = `(?!${s})`, M = `(?!${v}${_})`, N = `(?!${s}{0,1}${k})`, f = `(?!${_})`, w = `[^.${h}]`, m = `${p}*?`, A = { DOT_LITERAL: s, PLUS_LITERAL: d, QMARK_LITERAL: l, SLASH_LITERAL: h, ONE_CHAR: u, QMARK: p, END_ANCHOR: k, DOTS_SLASH: _, NO_DOT: x, NO_DOTS: M, NO_DOT_SLASH: N, NO_DOTS_SLASH: f, QMARK_NO_DOT: w, STAR: m, START_ANCHOR: v, SEP: "/" }, P = { ...A, SLASH_LITERAL: `[${r}]`, QMARK: c, STAR: `${c}*?`, DOTS_SLASH: `${s}{1,2}(?:[${r}]|$)`, NO_DOT: `(?!${s})`, NO_DOTS: `(?!(?:^|[${r}])${s}{1,2}(?:[${r}]|$))`, NO_DOT_SLASH: `(?!${s}{0,1}(?:[${r}]|$))`, NO_DOTS_SLASH: `(?!${s}{1,2}(?:[${r}]|$))`, QMARK_NO_DOT: `[^.${r}]`, START_ANCHOR: `(?:^|[${r}])`, END_ANCHOR: `(?:[${r}]|$)`, SEP: "\\" }, j = { alnum: "a-zA-Z0-9", alpha: "a-zA-Z", ascii: "\\x00-\\x7F", blank: " \\t", cntrl: "\\x00-\\x1F\\x7F", digit: "0-9", graph: "\\x21-\\x7E", lower: "a-z", print: "\\x20-\\x7E ", punct: "\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~", space: " \\t\\r\\n\\v\\f", upper: "A-Z", word: "A-Za-z0-9_", xdigit: "A-Fa-f0-9" };
1134
+ const r = "\\\\/", c = `[^${r}]`, s = "\\.", d = "\\+", l = "\\?", h = "\\/", u = "(?=.)", p = "[^/]", k = `(?:${h}|$)`, C = `(?:^|${h})`, g = `${s}{1,2}${k}`, x = `(?!${s})`, M = `(?!${C}${g})`, N = `(?!${s}{0,1}${k})`, f = `(?!${g})`, w = `[^.${h}]`, m = `${p}*?`, A = { DOT_LITERAL: s, PLUS_LITERAL: d, QMARK_LITERAL: l, SLASH_LITERAL: h, ONE_CHAR: u, QMARK: p, END_ANCHOR: k, DOTS_SLASH: g, NO_DOT: x, NO_DOTS: M, NO_DOT_SLASH: N, NO_DOTS_SLASH: f, QMARK_NO_DOT: w, STAR: m, START_ANCHOR: C, SEP: "/" }, P = { ...A, SLASH_LITERAL: `[${r}]`, QMARK: c, STAR: `${c}*?`, DOTS_SLASH: `${s}{1,2}(?:[${r}]|$)`, NO_DOT: `(?!${s})`, NO_DOTS: `(?!(?:^|[${r}])${s}{1,2}(?:[${r}]|$))`, NO_DOT_SLASH: `(?!${s}{0,1}(?:[${r}]|$))`, NO_DOTS_SLASH: `(?!${s}{1,2}(?:[${r}]|$))`, QMARK_NO_DOT: `[^.${r}]`, START_ANCHOR: `(?:^|[${r}])`, END_ANCHOR: `(?:[${r}]|$)`, SEP: "\\" }, j = { alnum: "a-zA-Z0-9", alpha: "a-zA-Z", ascii: "\\x00-\\x7F", blank: " \\t", cntrl: "\\x00-\\x1F\\x7F", digit: "0-9", graph: "\\x21-\\x7E", lower: "a-z", print: "\\x20-\\x7E ", punct: "\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~", space: " \\t\\r\\n\\v\\f", upper: "A-Z", word: "A-Za-z0-9_", xdigit: "A-Fa-f0-9" };
1135
1135
  i.exports = { MAX_LENGTH: 65536, POSIX_REGEX_SOURCE: j, REGEX_BACKSLASH: /\\(?![*+?^${}(|)[\]])/g, REGEX_NON_SPECIAL_CHARS: /^[^@![\].,$*+?^{}()|\\/]+/, REGEX_SPECIAL_CHARS: /[-*+?.^${}(|)[\]]/, REGEX_SPECIAL_CHARS_BACKREF: /(\\?)((\W)(\3*))/g, REGEX_SPECIAL_CHARS_GLOBAL: /([-*+?.^${}(|)[\]])/g, REGEX_REMOVE_BACKSLASH: /(?:\[.*?[^\\]\]|\\(?=.))/g, REPLACEMENTS: { "***": "*", "**/**": "**", "**/**/**": "**" }, CHAR_0: 48, CHAR_9: 57, CHAR_UPPERCASE_A: 65, CHAR_LOWERCASE_A: 97, CHAR_UPPERCASE_Z: 90, CHAR_LOWERCASE_Z: 122, CHAR_LEFT_PARENTHESES: 40, CHAR_RIGHT_PARENTHESES: 41, CHAR_ASTERISK: 42, CHAR_AMPERSAND: 38, CHAR_AT: 64, CHAR_BACKWARD_SLASH: 92, CHAR_CARRIAGE_RETURN: 13, CHAR_CIRCUMFLEX_ACCENT: 94, CHAR_COLON: 58, CHAR_COMMA: 44, CHAR_DOT: 46, CHAR_DOUBLE_QUOTE: 34, CHAR_EQUAL: 61, CHAR_EXCLAMATION_MARK: 33, CHAR_FORM_FEED: 12, CHAR_FORWARD_SLASH: 47, CHAR_GRAVE_ACCENT: 96, CHAR_HASH: 35, CHAR_HYPHEN_MINUS: 45, CHAR_LEFT_ANGLE_BRACKET: 60, CHAR_LEFT_CURLY_BRACE: 123, CHAR_LEFT_SQUARE_BRACKET: 91, CHAR_LINE_FEED: 10, CHAR_NO_BREAK_SPACE: 160, CHAR_PERCENT: 37, CHAR_PLUS: 43, CHAR_QUESTION_MARK: 63, CHAR_RIGHT_ANGLE_BRACKET: 62, CHAR_RIGHT_CURLY_BRACE: 125, CHAR_RIGHT_SQUARE_BRACKET: 93, CHAR_SEMICOLON: 59, CHAR_SINGLE_QUOTE: 39, CHAR_SPACE: 32, CHAR_TAB: 9, CHAR_UNDERSCORE: 95, CHAR_VERTICAL_LINE: 124, CHAR_ZERO_WIDTH_NOBREAK_SPACE: 65279, extglobChars(E) {
1136
1136
  return { "!": { type: "negate", open: "(?:(?!(?:", close: `))${E.STAR})` }, "?": { type: "qmark", open: "(?:", close: ")?" }, "+": { type: "plus", open: "(?:", close: ")+" }, "*": { type: "star", open: "(?:", close: ")*" }, "@": { type: "at", open: "(?:", close: ")" } };
1137
1137
  }, globChars(E) {
1138
1138
  return E === !0 ? P : A;
1139
1139
  } };
1140
1140
  }, 697: (i, r, c) => {
1141
- const s = c(154), d = c(96), { MAX_LENGTH: l, POSIX_REGEX_SOURCE: h, REGEX_NON_SPECIAL_CHARS: u, REGEX_SPECIAL_CHARS_BACKREF: p, REPLACEMENTS: k } = s, v = (M, N) => {
1141
+ const s = c(154), d = c(96), { MAX_LENGTH: l, POSIX_REGEX_SOURCE: h, REGEX_NON_SPECIAL_CHARS: u, REGEX_SPECIAL_CHARS_BACKREF: p, REPLACEMENTS: k } = s, C = (M, N) => {
1142
1142
  if (typeof N.expandRange == "function")
1143
1143
  return N.expandRange(...M, N);
1144
1144
  M.sort();
@@ -1149,7 +1149,7 @@ function Fb() {
1149
1149
  return M.map((m) => d.escapeRegex(m)).join("..");
1150
1150
  }
1151
1151
  return f;
1152
- }, _ = (M, N) => `Missing ${M}: "${N}" - use "\\\\${N}" to match literal characters`, x = (M, N) => {
1152
+ }, g = (M, N) => `Missing ${M}: "${N}" - use "\\\\${N}" to match literal characters`, x = (M, N) => {
1153
1153
  if (typeof M != "string")
1154
1154
  throw new TypeError("Expected a string");
1155
1155
  M = k[M] || M;
@@ -1157,14 +1157,14 @@ function Fb() {
1157
1157
  let m = M.length;
1158
1158
  if (m > w)
1159
1159
  throw new SyntaxError(`Input length: ${m}, exceeds maximum allowed length: ${w}`);
1160
- const S = { type: "bos", value: "", output: f.prepend || "" }, A = [S], P = f.capture ? "" : "?:", j = s.globChars(f.windows), E = s.extglobChars(j), { DOT_LITERAL: q, PLUS_LITERAL: z, SLASH_LITERAL: ne, ONE_CHAR: B, DOTS_SLASH: J, NO_DOT: X, NO_DOT_SLASH: Y, NO_DOTS_SLASH: ee, QMARK: te, QMARK_NO_DOT: C, STAR: R, START_ANCHOR: T } = j, O = (F) => `(${P}(?:(?!${T}${F.dot ? J : q}).)*?)`, H = f.dot ? "" : X, Q = f.dot ? te : C;
1160
+ const S = { type: "bos", value: "", output: f.prepend || "" }, A = [S], P = f.capture ? "" : "?:", j = s.globChars(f.windows), E = s.extglobChars(j), { DOT_LITERAL: q, PLUS_LITERAL: z, SLASH_LITERAL: ne, ONE_CHAR: B, DOTS_SLASH: J, NO_DOT: X, NO_DOT_SLASH: Y, NO_DOTS_SLASH: ee, QMARK: te, QMARK_NO_DOT: v, STAR: R, START_ANCHOR: T } = j, O = (F) => `(${P}(?:(?!${T}${F.dot ? J : q}).)*?)`, H = f.dot ? "" : X, Q = f.dot ? te : v;
1161
1161
  let Z = f.bash === !0 ? O(f) : R;
1162
1162
  f.capture && (Z = `(${Z})`), typeof f.noext == "boolean" && (f.noextglob = f.noext);
1163
1163
  const b = { input: M, index: -1, start: 0, dot: f.dot === !0, consumed: "", output: "", prefix: "", backtrack: !1, negated: !1, brackets: 0, braces: 0, parens: 0, quotes: 0, globstar: !1, tokens: A };
1164
1164
  M = d.removePrefix(M, b), m = M.length;
1165
1165
  const U = [], V = [], W = [];
1166
1166
  let I = S, L;
1167
- const fe = () => b.index === m - 1, K = b.peek = (F = 1) => M[b.index + F], G = b.advance = () => M[++b.index] || "", ce = () => M.slice(b.index + 1), Ie = (F = "", pe = 0) => {
1167
+ const fe = () => b.index === m - 1, K = b.peek = (F = 1) => M[b.index + F], G = b.advance = () => M[++b.index] || "", re = () => M.slice(b.index + 1), Ie = (F = "", pe = 0) => {
1168
1168
  b.consumed += F, b.index += pe;
1169
1169
  }, ve = (F) => {
1170
1170
  b.output += F.output != null ? F.output : F.value, Ie(F.value);
@@ -1196,7 +1196,7 @@ function Fb() {
1196
1196
  let pe = F.close + (f.capture ? ")" : ""), D;
1197
1197
  if (F.type === "negate") {
1198
1198
  let $ = Z;
1199
- if (F.inner && F.inner.length > 1 && F.inner.includes("/") && ($ = O(f)), ($ !== Z || fe() || /^\)+$/.test(ce())) && (pe = F.close = `)$))${$}`), F.inner.includes("*") && (D = ce()) && /^\.[^\\/.]+$/.test(D)) {
1199
+ if (F.inner && F.inner.length > 1 && F.inner.includes("/") && ($ = O(f)), ($ !== Z || fe() || /^\)+$/.test(re())) && (pe = F.close = `)$))${$}`), F.inner.includes("*") && (D = re()) && /^\.[^\\/.]+$/.test(D)) {
1200
1200
  const ae = x(D, { ...N, fastpaths: !1 }).output;
1201
1201
  pe = F.close = `)${ae})${$})`;
1202
1202
  }
@@ -1219,7 +1219,7 @@ function Fb() {
1219
1219
  L += "\\", ie({ type: "text", value: L });
1220
1220
  continue;
1221
1221
  }
1222
- const $ = /^\\+/.exec(ce());
1222
+ const $ = /^\\+/.exec(re());
1223
1223
  let ae = 0;
1224
1224
  if ($ && $[0].length > 2 && (ae = $[0].length, b.index += ae, ae % 2 !== 0 && (L += "\\")), f.unescape === !0 ? L = G() : L += G(), b.brackets === 0) {
1225
1225
  ie({ type: "text", value: L });
@@ -1254,7 +1254,7 @@ function Fb() {
1254
1254
  }
1255
1255
  if (L === ")") {
1256
1256
  if (b.parens === 0 && f.strictBrackets === !0)
1257
- throw new SyntaxError(_("opening", "("));
1257
+ throw new SyntaxError(g("opening", "("));
1258
1258
  const D = U[U.length - 1];
1259
1259
  if (D && b.parens === D.parens + 1) {
1260
1260
  me(U.pop());
@@ -1264,9 +1264,9 @@ function Fb() {
1264
1264
  continue;
1265
1265
  }
1266
1266
  if (L === "[") {
1267
- if (f.nobracket === !0 || !ce().includes("]")) {
1267
+ if (f.nobracket === !0 || !re().includes("]")) {
1268
1268
  if (f.nobracket !== !0 && f.strictBrackets === !0)
1269
- throw new SyntaxError(_("closing", "]"));
1269
+ throw new SyntaxError(g("closing", "]"));
1270
1270
  L = `\\${L}`;
1271
1271
  } else
1272
1272
  Pe("brackets");
@@ -1280,7 +1280,7 @@ function Fb() {
1280
1280
  }
1281
1281
  if (b.brackets === 0) {
1282
1282
  if (f.strictBrackets === !0)
1283
- throw new SyntaxError(_("opening", "["));
1283
+ throw new SyntaxError(g("opening", "["));
1284
1284
  ie({ type: "text", value: L, output: `\\${L}` });
1285
1285
  continue;
1286
1286
  }
@@ -1313,7 +1313,7 @@ function Fb() {
1313
1313
  const ae = A.slice(), _e = [];
1314
1314
  for (let le = ae.length - 1; le >= 0 && (A.pop(), ae[le].type !== "brace"); le--)
1315
1315
  ae[le].type !== "dots" && _e.unshift(ae[le].value);
1316
- $ = v(_e, f), b.backtrack = !0;
1316
+ $ = C(_e, f), b.backtrack = !0;
1317
1317
  }
1318
1318
  if (D.comma !== !0 && D.dots !== !0) {
1319
1319
  const ae = b.output.slice(0, D.outputIndex), _e = b.tokens.slice(D.tokensIndex);
@@ -1364,11 +1364,11 @@ function Fb() {
1364
1364
  if (I && I.type === "paren") {
1365
1365
  const $ = K();
1366
1366
  let ae = L;
1367
- (I.value === "(" && !/[!=<:]/.test($) || $ === "<" && !/<([!=]|\w+>)/.test(ce())) && (ae = `\\${L}`), ie({ type: "text", value: L, output: ae });
1367
+ (I.value === "(" && !/[!=<:]/.test($) || $ === "<" && !/<([!=]|\w+>)/.test(re())) && (ae = `\\${L}`), ie({ type: "text", value: L, output: ae });
1368
1368
  continue;
1369
1369
  }
1370
1370
  if (f.dot !== !0 && (I.type === "slash" || I.type === "bos")) {
1371
- ie({ type: "qmark", value: L, output: C });
1371
+ ie({ type: "qmark", value: L, output: v });
1372
1372
  continue;
1373
1373
  }
1374
1374
  ie({ type: "qmark", value: L, output: te });
@@ -1410,7 +1410,7 @@ function Fb() {
1410
1410
  }
1411
1411
  if (L !== "*") {
1412
1412
  (L === "$" || L === "^") && (L = `\\${L}`);
1413
- const D = u.exec(ce());
1413
+ const D = u.exec(re());
1414
1414
  D && (L += D[0], b.index += D[0].length), ie({ type: "text", value: L });
1415
1415
  continue;
1416
1416
  }
@@ -1418,7 +1418,7 @@ function Fb() {
1418
1418
  I.type = "star", I.star = !0, I.value += L, I.output = Z, b.backtrack = !0, b.globstar = !0, Ie(L);
1419
1419
  continue;
1420
1420
  }
1421
- let F = ce();
1421
+ let F = re();
1422
1422
  if (f.noextglob !== !0 && /^\([^?]/.test(F)) {
1423
1423
  de("star", L);
1424
1424
  continue;
@@ -1476,15 +1476,15 @@ function Fb() {
1476
1476
  (b.index === b.start || I.type === "slash" || I.type === "dot") && (I.type === "dot" ? (b.output += Y, I.output += Y) : f.dot === !0 ? (b.output += ee, I.output += ee) : (b.output += H, I.output += H), K() !== "*" && (b.output += B, I.output += B)), ie(pe);
1477
1477
  }
1478
1478
  for (; b.brackets > 0; ) {
1479
- if (f.strictBrackets === !0) throw new SyntaxError(_("closing", "]"));
1479
+ if (f.strictBrackets === !0) throw new SyntaxError(g("closing", "]"));
1480
1480
  b.output = d.escapeLast(b.output, "["), ge("brackets");
1481
1481
  }
1482
1482
  for (; b.parens > 0; ) {
1483
- if (f.strictBrackets === !0) throw new SyntaxError(_("closing", ")"));
1483
+ if (f.strictBrackets === !0) throw new SyntaxError(g("closing", ")"));
1484
1484
  b.output = d.escapeLast(b.output, "("), ge("parens");
1485
1485
  }
1486
1486
  for (; b.braces > 0; ) {
1487
- if (f.strictBrackets === !0) throw new SyntaxError(_("closing", "}"));
1487
+ if (f.strictBrackets === !0) throw new SyntaxError(g("closing", "}"));
1488
1488
  b.output = d.escapeLast(b.output, "{"), ge("braces");
1489
1489
  }
1490
1490
  if (f.strictSlashes !== !0 && (I.type === "star" || I.type === "bracket") && ie({ type: "maybe_slash", value: "", output: `${ne}?` }), b.backtrack === !0) {
@@ -1502,7 +1502,7 @@ function Fb() {
1502
1502
  const { DOT_LITERAL: S, SLASH_LITERAL: A, ONE_CHAR: P, DOTS_SLASH: j, NO_DOT: E, NO_DOTS: q, NO_DOTS_SLASH: z, STAR: ne, START_ANCHOR: B } = s.globChars(f.windows), J = f.dot ? q : E, X = f.dot ? z : E, Y = f.capture ? "" : "?:", ee = { negated: !1, prefix: "" };
1503
1503
  let te = f.bash === !0 ? ".*?" : ne;
1504
1504
  f.capture && (te = `(${te})`);
1505
- const C = (H) => H.noglobstar === !0 ? te : `(${Y}(?:(?!${B}${H.dot ? j : S}).)*?)`, R = (H) => {
1505
+ const v = (H) => H.noglobstar === !0 ? te : `(${Y}(?:(?!${B}${H.dot ? j : S}).)*?)`, R = (H) => {
1506
1506
  switch (H) {
1507
1507
  case "*":
1508
1508
  return `${J}${P}${te}`;
@@ -1513,13 +1513,13 @@ function Fb() {
1513
1513
  case "*/*":
1514
1514
  return `${J}${te}${A}${P}${X}${te}`;
1515
1515
  case "**":
1516
- return J + C(f);
1516
+ return J + v(f);
1517
1517
  case "**/*":
1518
- return `(?:${J}${C(f)}${A})?${X}${P}${te}`;
1518
+ return `(?:${J}${v(f)}${A})?${X}${P}${te}`;
1519
1519
  case "**/*.*":
1520
- return `(?:${J}${C(f)}${A})?${X}${te}${S}${P}${te}`;
1520
+ return `(?:${J}${v(f)}${A})?${X}${te}${S}${P}${te}`;
1521
1521
  case "**/.*":
1522
- return `(?:${J}${C(f)}${A})?${S}${P}${te}`;
1522
+ return `(?:${J}${v(f)}${A})?${S}${P}${te}`;
1523
1523
  default: {
1524
1524
  const Q = /^(.*?)\.(\w+)$/.exec(H);
1525
1525
  if (!Q) return;
@@ -1532,9 +1532,9 @@ function Fb() {
1532
1532
  return O && f.strictSlashes !== !0 && (O += `${A}?`), O;
1533
1533
  }, i.exports = x;
1534
1534
  }, 510: (i, r, c) => {
1535
- const s = c(716), d = c(697), l = c(96), h = c(154), u = (k) => k && typeof k == "object" && !Array.isArray(k), p = (k, v, _ = !1) => {
1535
+ const s = c(716), d = c(697), l = c(96), h = c(154), u = (k) => k && typeof k == "object" && !Array.isArray(k), p = (k, C, g = !1) => {
1536
1536
  if (Array.isArray(k)) {
1537
- const A = k.map((j) => p(j, v, _));
1537
+ const A = k.map((j) => p(j, C, g));
1538
1538
  return (j) => {
1539
1539
  for (const E of A) {
1540
1540
  const q = E(j);
@@ -1546,70 +1546,70 @@ function Fb() {
1546
1546
  const x = u(k) && k.tokens && k.input;
1547
1547
  if (k === "" || typeof k != "string" && !x)
1548
1548
  throw new TypeError("Expected pattern to be a non-empty string");
1549
- const M = v || {}, N = M.windows, f = x ? p.compileRe(k, v) : p.makeRe(k, v, !1, !0), w = f.state;
1549
+ const M = C || {}, N = M.windows, f = x ? p.compileRe(k, C) : p.makeRe(k, C, !1, !0), w = f.state;
1550
1550
  delete f.state;
1551
1551
  let m = () => !1;
1552
1552
  if (M.ignore) {
1553
- const A = { ...v, ignore: null, onMatch: null, onResult: null };
1554
- m = p(M.ignore, A, _);
1553
+ const A = { ...C, ignore: null, onMatch: null, onResult: null };
1554
+ m = p(M.ignore, A, g);
1555
1555
  }
1556
1556
  const S = (A, P = !1) => {
1557
- const { isMatch: j, match: E, output: q } = p.test(A, f, v, { glob: k, posix: N }), z = { glob: k, state: w, regex: f, posix: N, input: A, output: q, match: E, isMatch: j };
1557
+ const { isMatch: j, match: E, output: q } = p.test(A, f, C, { glob: k, posix: N }), z = { glob: k, state: w, regex: f, posix: N, input: A, output: q, match: E, isMatch: j };
1558
1558
  return typeof M.onResult == "function" && M.onResult(z), j === !1 ? (z.isMatch = !1, P ? z : !1) : m(A) ? (typeof M.onIgnore == "function" && M.onIgnore(z), z.isMatch = !1, P ? z : !1) : (typeof M.onMatch == "function" && M.onMatch(z), P ? z : !0);
1559
1559
  };
1560
- return _ && (S.state = w), S;
1560
+ return g && (S.state = w), S;
1561
1561
  };
1562
- p.test = (k, v, _, { glob: x, posix: M } = {}) => {
1562
+ p.test = (k, C, g, { glob: x, posix: M } = {}) => {
1563
1563
  if (typeof k != "string")
1564
1564
  throw new TypeError("Expected input to be a string");
1565
1565
  if (k === "")
1566
1566
  return { isMatch: !1, output: "" };
1567
- const N = _ || {}, f = N.format || (M ? l.toPosixSlashes : null);
1567
+ const N = g || {}, f = N.format || (M ? l.toPosixSlashes : null);
1568
1568
  let w = k === x, m = w && f ? f(k) : k;
1569
- return w === !1 && (m = f ? f(k) : k, w = m === x), (w === !1 || N.capture === !0) && (N.matchBase === !0 || N.basename === !0 ? w = p.matchBase(k, v, _, M) : w = v.exec(m)), { isMatch: !!w, match: w, output: m };
1570
- }, p.matchBase = (k, v, _) => (v instanceof RegExp ? v : p.makeRe(v, _)).test(l.basename(k)), p.isMatch = (k, v, _) => p(v, _)(k), p.parse = (k, v) => Array.isArray(k) ? k.map((_) => p.parse(_, v)) : d(k, { ...v, fastpaths: !1 }), p.scan = (k, v) => s(k, v), p.compileRe = (k, v, _ = !1, x = !1) => {
1571
- if (_ === !0)
1569
+ return w === !1 && (m = f ? f(k) : k, w = m === x), (w === !1 || N.capture === !0) && (N.matchBase === !0 || N.basename === !0 ? w = p.matchBase(k, C, g, M) : w = C.exec(m)), { isMatch: !!w, match: w, output: m };
1570
+ }, p.matchBase = (k, C, g) => (C instanceof RegExp ? C : p.makeRe(C, g)).test(l.basename(k)), p.isMatch = (k, C, g) => p(C, g)(k), p.parse = (k, C) => Array.isArray(k) ? k.map((g) => p.parse(g, C)) : d(k, { ...C, fastpaths: !1 }), p.scan = (k, C) => s(k, C), p.compileRe = (k, C, g = !1, x = !1) => {
1571
+ if (g === !0)
1572
1572
  return k.output;
1573
- const M = v || {}, N = M.contains ? "" : "^", f = M.contains ? "" : "$";
1573
+ const M = C || {}, N = M.contains ? "" : "^", f = M.contains ? "" : "$";
1574
1574
  let w = `${N}(?:${k.output})${f}`;
1575
1575
  k && k.negated === !0 && (w = `^(?!${w}).*$`);
1576
- const m = p.toRegex(w, v);
1576
+ const m = p.toRegex(w, C);
1577
1577
  return x === !0 && (m.state = k), m;
1578
- }, p.makeRe = (k, v = {}, _ = !1, x = !1) => {
1578
+ }, p.makeRe = (k, C = {}, g = !1, x = !1) => {
1579
1579
  if (!k || typeof k != "string")
1580
1580
  throw new TypeError("Expected a non-empty string");
1581
1581
  let M = { negated: !1, fastpaths: !0 };
1582
- return v.fastpaths !== !1 && (k[0] === "." || k[0] === "*") && (M.output = d.fastpaths(k, v)), M.output || (M = d(k, v)), p.compileRe(M, v, _, x);
1583
- }, p.toRegex = (k, v) => {
1582
+ return C.fastpaths !== !1 && (k[0] === "." || k[0] === "*") && (M.output = d.fastpaths(k, C)), M.output || (M = d(k, C)), p.compileRe(M, C, g, x);
1583
+ }, p.toRegex = (k, C) => {
1584
1584
  try {
1585
- const _ = v || {};
1586
- return new RegExp(k, _.flags || (_.nocase ? "i" : ""));
1587
- } catch (_) {
1588
- if (v && v.debug === !0) throw _;
1585
+ const g = C || {};
1586
+ return new RegExp(k, g.flags || (g.nocase ? "i" : ""));
1587
+ } catch (g) {
1588
+ if (C && C.debug === !0) throw g;
1589
1589
  return /$^/;
1590
1590
  }
1591
1591
  }, p.constants = h, i.exports = p;
1592
1592
  }, 716: (i, r, c) => {
1593
- const s = c(96), { CHAR_ASTERISK: d, CHAR_AT: l, CHAR_BACKWARD_SLASH: h, CHAR_COMMA: u, CHAR_DOT: p, CHAR_EXCLAMATION_MARK: k, CHAR_FORWARD_SLASH: v, CHAR_LEFT_CURLY_BRACE: _, CHAR_LEFT_PARENTHESES: x, CHAR_LEFT_SQUARE_BRACKET: M, CHAR_PLUS: N, CHAR_QUESTION_MARK: f, CHAR_RIGHT_CURLY_BRACE: w, CHAR_RIGHT_PARENTHESES: m, CHAR_RIGHT_SQUARE_BRACKET: S } = c(154), A = (E) => E === v || E === h, P = (E) => {
1593
+ const s = c(96), { CHAR_ASTERISK: d, CHAR_AT: l, CHAR_BACKWARD_SLASH: h, CHAR_COMMA: u, CHAR_DOT: p, CHAR_EXCLAMATION_MARK: k, CHAR_FORWARD_SLASH: C, CHAR_LEFT_CURLY_BRACE: g, CHAR_LEFT_PARENTHESES: x, CHAR_LEFT_SQUARE_BRACKET: M, CHAR_PLUS: N, CHAR_QUESTION_MARK: f, CHAR_RIGHT_CURLY_BRACE: w, CHAR_RIGHT_PARENTHESES: m, CHAR_RIGHT_SQUARE_BRACKET: S } = c(154), A = (E) => E === C || E === h, P = (E) => {
1594
1594
  E.isPrefix !== !0 && (E.depth = E.isGlobstar ? 1 / 0 : 1);
1595
1595
  }, j = (E, q) => {
1596
1596
  const z = q || {}, ne = E.length - 1, B = z.parts === !0 || z.scanToEnd === !0, J = [], X = [], Y = [];
1597
- let ee = E, te = -1, C = 0, R = 0, T = !1, O = !1, H = !1, Q = !1, Z = !1, b = !1, U = !1, V = !1, W = !1, I = !1, L = 0, fe, K, G = { value: "", depth: 0, isGlob: !1 };
1598
- const ce = () => te >= ne, Ie = () => ee.charCodeAt(te + 1), ve = () => (fe = K, ee.charCodeAt(++te));
1597
+ let ee = E, te = -1, v = 0, R = 0, T = !1, O = !1, H = !1, Q = !1, Z = !1, b = !1, U = !1, V = !1, W = !1, I = !1, L = 0, fe, K, G = { value: "", depth: 0, isGlob: !1 };
1598
+ const re = () => te >= ne, Ie = () => ee.charCodeAt(te + 1), ve = () => (fe = K, ee.charCodeAt(++te));
1599
1599
  for (; te < ne; ) {
1600
1600
  K = ve();
1601
1601
  let de;
1602
1602
  if (K === h) {
1603
- U = G.backslashes = !0, K = ve(), K === _ && (b = !0);
1603
+ U = G.backslashes = !0, K = ve(), K === g && (b = !0);
1604
1604
  continue;
1605
1605
  }
1606
- if (b === !0 || K === _) {
1607
- for (L++; ce() !== !0 && (K = ve()); ) {
1606
+ if (b === !0 || K === g) {
1607
+ for (L++; re() !== !0 && (K = ve()); ) {
1608
1608
  if (K === h) {
1609
1609
  U = G.backslashes = !0, ve();
1610
1610
  continue;
1611
1611
  }
1612
- if (K === _) {
1612
+ if (K === g) {
1613
1613
  L++;
1614
1614
  continue;
1615
1615
  }
@@ -1632,18 +1632,18 @@ function Fb() {
1632
1632
  continue;
1633
1633
  break;
1634
1634
  }
1635
- if (K === v) {
1635
+ if (K === C) {
1636
1636
  if (J.push(te), X.push(G), G = { value: "", depth: 0, isGlob: !1 }, I === !0) continue;
1637
- if (fe === p && te === C + 1) {
1638
- C += 2;
1637
+ if (fe === p && te === v + 1) {
1638
+ v += 2;
1639
1639
  continue;
1640
1640
  }
1641
1641
  R = te + 1;
1642
1642
  continue;
1643
1643
  }
1644
1644
  if (z.noext !== !0 && (K === N || K === l || K === d || K === f || K === k) === !0 && Ie() === x) {
1645
- if (H = G.isGlob = !0, Q = G.isExtglob = !0, I = !0, K === k && te === C && (W = !0), B === !0) {
1646
- for (; ce() !== !0 && (K = ve()); ) {
1645
+ if (H = G.isGlob = !0, Q = G.isExtglob = !0, I = !0, K === k && te === v && (W = !0), B === !0) {
1646
+ for (; re() !== !0 && (K = ve()); ) {
1647
1647
  if (K === h) {
1648
1648
  U = G.backslashes = !0, K = ve();
1649
1649
  continue;
@@ -1668,7 +1668,7 @@ function Fb() {
1668
1668
  break;
1669
1669
  }
1670
1670
  if (K === M) {
1671
- for (; ce() !== !0 && (de = ve()); ) {
1671
+ for (; re() !== !0 && (de = ve()); ) {
1672
1672
  if (de === h) {
1673
1673
  U = G.backslashes = !0, ve();
1674
1674
  continue;
@@ -1682,13 +1682,13 @@ function Fb() {
1682
1682
  continue;
1683
1683
  break;
1684
1684
  }
1685
- if (z.nonegate !== !0 && K === k && te === C) {
1686
- V = G.negated = !0, C++;
1685
+ if (z.nonegate !== !0 && K === k && te === v) {
1686
+ V = G.negated = !0, v++;
1687
1687
  continue;
1688
1688
  }
1689
1689
  if (z.noparen !== !0 && K === x) {
1690
1690
  if (H = G.isGlob = !0, B === !0) {
1691
- for (; ce() !== !0 && (K = ve()); ) {
1691
+ for (; re() !== !0 && (K = ve()); ) {
1692
1692
  if (K === x) {
1693
1693
  U = G.backslashes = !0, K = ve();
1694
1694
  continue;
@@ -1710,13 +1710,13 @@ function Fb() {
1710
1710
  }
1711
1711
  z.noext === !0 && (Q = !1, H = !1);
1712
1712
  let Me = ee, Pe = "", ge = "";
1713
- C > 0 && (Pe = ee.slice(0, C), ee = ee.slice(C), R -= C), Me && H === !0 && R > 0 ? (Me = ee.slice(0, R), ge = ee.slice(R)) : H === !0 ? (Me = "", ge = ee) : Me = ee, Me && Me !== "" && Me !== "/" && Me !== ee && A(Me.charCodeAt(Me.length - 1)) && (Me = Me.slice(0, -1)), z.unescape === !0 && (ge && (ge = s.removeBackslashes(ge)), Me && U === !0 && (Me = s.removeBackslashes(Me)));
1714
- const ie = { prefix: Pe, input: E, start: C, base: Me, glob: ge, isBrace: T, isBracket: O, isGlob: H, isExtglob: Q, isGlobstar: Z, negated: V, negatedExtglob: W };
1713
+ v > 0 && (Pe = ee.slice(0, v), ee = ee.slice(v), R -= v), Me && H === !0 && R > 0 ? (Me = ee.slice(0, R), ge = ee.slice(R)) : H === !0 ? (Me = "", ge = ee) : Me = ee, Me && Me !== "" && Me !== "/" && Me !== ee && A(Me.charCodeAt(Me.length - 1)) && (Me = Me.slice(0, -1)), z.unescape === !0 && (ge && (ge = s.removeBackslashes(ge)), Me && U === !0 && (Me = s.removeBackslashes(Me)));
1714
+ const ie = { prefix: Pe, input: E, start: v, base: Me, glob: ge, isBrace: T, isBracket: O, isGlob: H, isExtglob: Q, isGlobstar: Z, negated: V, negatedExtglob: W };
1715
1715
  if (z.tokens === !0 && (ie.maxDepth = 0, A(K) || X.push(G), ie.tokens = X), z.parts === !0 || z.tokens === !0) {
1716
1716
  let de;
1717
1717
  for (let me = 0; me < J.length; me++) {
1718
- const F = de ? de + 1 : C, pe = J[me], D = E.slice(F, pe);
1719
- z.tokens && (me === 0 && C !== 0 ? (X[me].isPrefix = !0, X[me].value = Pe) : X[me].value = D, P(X[me]), ie.maxDepth += X[me].depth), (me !== 0 || D !== "") && Y.push(D), de = pe;
1718
+ const F = de ? de + 1 : v, pe = J[me], D = E.slice(F, pe);
1719
+ z.tokens && (me === 0 && v !== 0 ? (X[me].isPrefix = !0, X[me].value = Pe) : X[me].value = D, P(X[me]), ie.maxDepth += X[me].depth), (me !== 0 || D !== "") && Y.push(D), de = pe;
1720
1720
  }
1721
1721
  if (de && de + 1 < E.length) {
1722
1722
  const me = E.slice(de + 1);
@@ -1730,18 +1730,18 @@ function Fb() {
1730
1730
  }, 96: (i, r, c) => {
1731
1731
  const { REGEX_BACKSLASH: s, REGEX_REMOVE_BACKSLASH: d, REGEX_SPECIAL_CHARS: l, REGEX_SPECIAL_CHARS_GLOBAL: h } = c(154);
1732
1732
  r.isObject = (u) => u !== null && typeof u == "object" && !Array.isArray(u), r.hasRegexChars = (u) => l.test(u), r.isRegexChar = (u) => u.length === 1 && r.hasRegexChars(u), r.escapeRegex = (u) => u.replace(h, "\\$1"), r.toPosixSlashes = (u) => u.replace(s, "/"), r.removeBackslashes = (u) => u.replace(d, (p) => p === "\\" ? "" : p), r.escapeLast = (u, p, k) => {
1733
- const v = u.lastIndexOf(p, k);
1734
- return v === -1 ? u : u[v - 1] === "\\" ? r.escapeLast(u, p, v - 1) : `${u.slice(0, v)}\\${u.slice(v)}`;
1733
+ const C = u.lastIndexOf(p, k);
1734
+ return C === -1 ? u : u[C - 1] === "\\" ? r.escapeLast(u, p, C - 1) : `${u.slice(0, C)}\\${u.slice(C)}`;
1735
1735
  }, r.removePrefix = (u, p = {}) => {
1736
1736
  let k = u;
1737
1737
  return k.startsWith("./") && (k = k.slice(2), p.prefix = "./"), k;
1738
1738
  }, r.wrapOutput = (u, p = {}, k = {}) => {
1739
- const v = k.contains ? "" : "^", _ = k.contains ? "" : "$";
1740
- let x = `${v}(?:${u})${_}`;
1739
+ const C = k.contains ? "" : "^", g = k.contains ? "" : "$";
1740
+ let x = `${C}(?:${u})${g}`;
1741
1741
  return p.negated === !0 && (x = `(?:^(?!${x}).*$)`), x;
1742
1742
  }, r.basename = (u, { windows: p } = {}) => {
1743
- const k = u.split(p ? /[\\/]/ : "/"), v = k[k.length - 1];
1744
- return v === "" ? k[k.length - 2] : v;
1743
+ const k = u.split(p ? /[\\/]/ : "/"), C = k[k.length - 1];
1744
+ return C === "" ? k[k.length - 2] : C;
1745
1745
  };
1746
1746
  } }, t = {};
1747
1747
  function a(i) {
@@ -1971,7 +1971,7 @@ function eN() {
1971
1971
  return w;
1972
1972
  }
1973
1973
  });
1974
- const a = /* @__PURE__ */ na(), o = /* @__PURE__ */ wv(), i = Lv(), r = /* @__PURE__ */ o._(Fe), c = /* @__PURE__ */ a._(OI), s = /* @__PURE__ */ a._(KI()), d = Db(), l = yx(), h = YI(), u = px(), p = Ob(), k = /* @__PURE__ */ a._(Bb()), v = Ub(), _ = process.env.__NEXT_IMAGE_OPTS;
1974
+ const a = /* @__PURE__ */ na(), o = /* @__PURE__ */ wv(), i = Lv(), r = /* @__PURE__ */ o._(Fe), c = /* @__PURE__ */ a._(OI), s = /* @__PURE__ */ a._(KI()), d = Db(), l = yx(), h = YI(), u = px(), p = Ob(), k = /* @__PURE__ */ a._(Bb()), C = Ub(), g = process.env.__NEXT_IMAGE_OPTS;
1975
1975
  typeof window > "u" && (globalThis.__NEXT_IMAGE_IMPORTED = !0);
1976
1976
  function x(m, S, A, P, j, E, q) {
1977
1977
  const z = m == null ? void 0 : m.src;
@@ -2031,19 +2031,19 @@ function eN() {
2031
2031
  };
2032
2032
  }
2033
2033
  const N = /* @__PURE__ */ (0, r.forwardRef)((m, S) => {
2034
- let { src: A, srcSet: P, sizes: j, height: E, width: q, decoding: z, className: ne, style: B, fetchPriority: J, placeholder: X, loading: Y, unoptimized: ee, fill: te, onLoadRef: C, onLoadingCompleteRef: R, setBlurComplete: T, setShowAltText: O, sizesInput: H, onLoad: Q, onError: Z, ...b } = m;
2034
+ let { src: A, srcSet: P, sizes: j, height: E, width: q, decoding: z, className: ne, style: B, fetchPriority: J, placeholder: X, loading: Y, unoptimized: ee, fill: te, onLoadRef: v, onLoadingCompleteRef: R, setBlurComplete: T, setShowAltText: O, sizesInput: H, onLoad: Q, onError: Z, ...b } = m;
2035
2035
  const U = (0, r.useCallback)((W) => {
2036
- W && (Z && (W.src = W.src), process.env.NODE_ENV !== "production" && (A || console.error('Image is missing required "src" property:', W), W.getAttribute("alt") === null && console.error('Image is missing required "alt" property. Please add Alternative Text to describe the image for screen readers and search engines.')), W.complete && x(W, X, C, R, T, ee, H));
2036
+ W && (Z && (W.src = W.src), process.env.NODE_ENV !== "production" && (A || console.error('Image is missing required "src" property:', W), W.getAttribute("alt") === null && console.error('Image is missing required "alt" property. Please add Alternative Text to describe the image for screen readers and search engines.')), W.complete && x(W, X, v, R, T, ee, H));
2037
2037
  }, [
2038
2038
  A,
2039
2039
  X,
2040
- C,
2040
+ v,
2041
2041
  R,
2042
2042
  T,
2043
2043
  Z,
2044
2044
  ee,
2045
2045
  H
2046
- ]), V = (0, v.useMergedRef)(S, U);
2046
+ ]), V = (0, C.useMergedRef)(S, U);
2047
2047
  return /* @__PURE__ */ (0, i.jsx)("img", {
2048
2048
  ...b,
2049
2049
  ...M(J),
@@ -2069,7 +2069,7 @@ function eN() {
2069
2069
  ref: V,
2070
2070
  onLoad: (W) => {
2071
2071
  const I = W.currentTarget;
2072
- x(I, X, C, R, T, ee, H);
2072
+ x(I, X, v, R, T, ee, H);
2073
2073
  },
2074
2074
  onError: (W) => {
2075
2075
  O(!0), X !== "empty" && T(!0), Z && Z(W);
@@ -2106,7 +2106,7 @@ function eN() {
2106
2106
  const w = /* @__PURE__ */ (0, r.forwardRef)((m, S) => {
2107
2107
  const P = !(0, r.useContext)(p.RouterContext), j = (0, r.useContext)(h.ImageConfigContext), E = (0, r.useMemo)(() => {
2108
2108
  var R;
2109
- const T = _ || j || l.imageConfigDefault, O = [
2109
+ const T = g || j || l.imageConfigDefault, O = [
2110
2110
  ...T.deviceSizes,
2111
2111
  ...T.imageSizes
2112
2112
  ].sort((Z, b) => Z - b), H = T.deviceSizes.sort((Z, b) => Z - b), Q = (R = T.qualities) == null ? void 0 : R.sort((Z, b) => Z - b);
@@ -2130,7 +2130,7 @@ function eN() {
2130
2130
  }, [
2131
2131
  z
2132
2132
  ]);
2133
- const [J, X] = (0, r.useState)(!1), [Y, ee] = (0, r.useState)(!1), { props: te, meta: C } = (0, d.getImgProps)(m, {
2133
+ const [J, X] = (0, r.useState)(!1), [Y, ee] = (0, r.useState)(!1), { props: te, meta: v } = (0, d.getImgProps)(m, {
2134
2134
  defaultLoader: k.default,
2135
2135
  imgConf: E,
2136
2136
  blurComplete: J,
@@ -2140,9 +2140,9 @@ function eN() {
2140
2140
  children: [
2141
2141
  /* @__PURE__ */ (0, i.jsx)(N, {
2142
2142
  ...te,
2143
- unoptimized: C.unoptimized,
2144
- placeholder: C.placeholder,
2145
- fill: C.fill,
2143
+ unoptimized: v.unoptimized,
2144
+ placeholder: v.placeholder,
2145
+ fill: v.fill,
2146
2146
  onLoadRef: ne,
2147
2147
  onLoadingCompleteRef: B,
2148
2148
  setBlurComplete: X,
@@ -2150,7 +2150,7 @@ function eN() {
2150
2150
  sizesInput: m.sizes,
2151
2151
  ref: S
2152
2152
  }),
2153
- C.priority ? /* @__PURE__ */ (0, i.jsx)(f, {
2153
+ v.priority ? /* @__PURE__ */ (0, i.jsx)(f, {
2154
2154
  isAppRouter: P,
2155
2155
  imgAttributes: te
2156
2156
  }) : null
@@ -2223,15 +2223,15 @@ const Zb = /* @__PURE__ */ xv(aN), oN = "style-module__banner___dXl-D", iN = "st
2223
2223
  github: gN
2224
2224
  }, _N = (e) => /* @__PURE__ */ y.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", className: "lucide lucide-mail-icon lucide-mail", ...e }, /* @__PURE__ */ y.createElement("path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" }), /* @__PURE__ */ y.createElement("rect", { x: 2, y: 4, width: 20, height: 16, rx: 2 })), vN = (e) => /* @__PURE__ */ y.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 496 512", ...e }, /* @__PURE__ */ y.createElement("path", { fill: "currentColor", d: "M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3 .3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5 .3-6.2 2.3zm44.2-1.7c-2.9 .7-4.9 2.6-4.6 4.9 .3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3 .7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3 .3 2.9 2.3 3.9 1.6 1 3.6 .7 4.3-.7 .7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3 .7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3 .7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" })), CN = (e) => /* @__PURE__ */ y.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", ...e }, /* @__PURE__ */ y.createElement("path", { d: "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z", fill: "currentColor" })), xN = (e) => /* @__PURE__ */ y.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", ...e }, /* @__PURE__ */ y.createElement("path", { d: "M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z", fill: "currentColor" })), Gb = ({ className: e, isMounted: t = !1 }) => {
2225
2225
  const a = n1(), o = t || a;
2226
- return /* @__PURE__ */ g.jsxs("div", { className: oe(Ve.social, e), children: [
2227
- /* @__PURE__ */ g.jsx(
2226
+ return /* @__PURE__ */ _.jsxs("div", { className: oe(Ve.social, e), children: [
2227
+ /* @__PURE__ */ _.jsx(
2228
2228
  "a",
2229
2229
  {
2230
2230
  href: "https://www.linkedin.com/in/themichael/",
2231
2231
  target: "_blank",
2232
2232
  className: oe(Ve.icon, Ve.linkedin, !o && Ve.skeleton),
2233
2233
  "aria-label": "Linkedin",
2234
- children: /* @__PURE__ */ g.jsx(
2234
+ children: /* @__PURE__ */ _.jsx(
2235
2235
  xN,
2236
2236
  {
2237
2237
  width: "20",
@@ -2240,14 +2240,14 @@ const Zb = /* @__PURE__ */ xv(aN), oN = "style-module__banner___dXl-D", iN = "st
2240
2240
  )
2241
2241
  }
2242
2242
  ),
2243
- /* @__PURE__ */ g.jsx(
2243
+ /* @__PURE__ */ _.jsx(
2244
2244
  "a",
2245
2245
  {
2246
2246
  href: "https://www.instagram.com/michael.adam.allen/",
2247
2247
  target: "_blank",
2248
2248
  className: oe(Ve.icon, Ve.instagram, !o && Ve.skeleton),
2249
2249
  "aria-label": "Instagram",
2250
- children: /* @__PURE__ */ g.jsx(
2250
+ children: /* @__PURE__ */ _.jsx(
2251
2251
  CN,
2252
2252
  {
2253
2253
  width: "20",
@@ -2256,14 +2256,14 @@ const Zb = /* @__PURE__ */ xv(aN), oN = "style-module__banner___dXl-D", iN = "st
2256
2256
  )
2257
2257
  }
2258
2258
  ),
2259
- /* @__PURE__ */ g.jsx(
2259
+ /* @__PURE__ */ _.jsx(
2260
2260
  "a",
2261
2261
  {
2262
2262
  href: "https://github.com/uplord/",
2263
2263
  target: "_blank",
2264
2264
  className: oe(Ve.icon, Ve.github, !o && Ve.skeleton),
2265
2265
  "aria-label": "GitHub",
2266
- children: /* @__PURE__ */ g.jsx(
2266
+ children: /* @__PURE__ */ _.jsx(
2267
2267
  vN,
2268
2268
  {
2269
2269
  width: "20",
@@ -2272,13 +2272,13 @@ const Zb = /* @__PURE__ */ xv(aN), oN = "style-module__banner___dXl-D", iN = "st
2272
2272
  )
2273
2273
  }
2274
2274
  ),
2275
- /* @__PURE__ */ g.jsx(
2275
+ /* @__PURE__ */ _.jsx(
2276
2276
  "a",
2277
2277
  {
2278
2278
  href: "mailto:michael@uplord.co.uk",
2279
2279
  className: oe(Ve.icon, Ve.default, !o && Ve.skeleton),
2280
2280
  "aria-label": "Email",
2281
- children: /* @__PURE__ */ g.jsx(
2281
+ children: /* @__PURE__ */ _.jsx(
2282
2282
  _N,
2283
2283
  {
2284
2284
  width: "20",
@@ -2374,10 +2374,10 @@ function Xb() {
2374
2374
  });
2375
2375
  const o = /* @__PURE__ */ (/* @__PURE__ */ wv())._(Wb()), i = /https?|ftp|gopher|file/;
2376
2376
  function r(d) {
2377
- let { auth: l, hostname: h } = d, u = d.protocol || "", p = d.pathname || "", k = d.hash || "", v = d.query || "", _ = !1;
2378
- l = l ? encodeURIComponent(l).replace(/%3A/i, ":") + "@" : "", d.host ? _ = l + d.host : h && (_ = l + (~h.indexOf(":") ? "[" + h + "]" : h), d.port && (_ += ":" + d.port)), v && typeof v == "object" && (v = String(o.urlQueryToSearchParams(v)));
2379
- let x = d.search || v && "?" + v || "";
2380
- return u && !u.endsWith(":") && (u += ":"), d.slashes || (!u || i.test(u)) && _ !== !1 ? (_ = "//" + (_ || ""), p && p[0] !== "/" && (p = "/" + p)) : _ || (_ = ""), k && k[0] !== "#" && (k = "#" + k), x && x[0] !== "?" && (x = "?" + x), p = p.replace(/[?#]/g, encodeURIComponent), x = x.replace("#", "%23"), "" + u + _ + p + x + k;
2377
+ let { auth: l, hostname: h } = d, u = d.protocol || "", p = d.pathname || "", k = d.hash || "", C = d.query || "", g = !1;
2378
+ l = l ? encodeURIComponent(l).replace(/%3A/i, ":") + "@" : "", d.host ? g = l + d.host : h && (g = l + (~h.indexOf(":") ? "[" + h + "]" : h), d.port && (g += ":" + d.port)), C && typeof C == "object" && (C = String(o.urlQueryToSearchParams(C)));
2379
+ let x = d.search || C && "?" + C || "";
2380
+ return u && !u.endsWith(":") && (u += ":"), d.slashes || (!u || i.test(u)) && g !== !1 ? (g = "//" + (g || ""), p && p[0] !== "/" && (p = "/" + p)) : g || (g = ""), k && k[0] !== "#" && (k = "#" + k), x && x[0] !== "?" && (x = "?" + x), p = p.replace(/[?#]/g, encodeURIComponent), x = x.replace("#", "%23"), "" + u + g + p + x + k;
2381
2381
  }
2382
2382
  const c = [
2383
2383
  "auth",
@@ -2433,7 +2433,7 @@ function bv() {
2433
2433
  }
2434
2434
  t(e, {
2435
2435
  DecodeError: function() {
2436
- return v;
2436
+ return C;
2437
2437
  },
2438
2438
  MiddlewareNotFoundError: function() {
2439
2439
  return N;
@@ -2442,7 +2442,7 @@ function bv() {
2442
2442
  return M;
2443
2443
  },
2444
2444
  NormalizeError: function() {
2445
- return _;
2445
+ return g;
2446
2446
  },
2447
2447
  PageNotFoundError: function() {
2448
2448
  return x;
@@ -2554,9 +2554,9 @@ function bv() {
2554
2554
  "measure",
2555
2555
  "getEntriesByName"
2556
2556
  ].every((w) => typeof performance[w] == "function");
2557
- class v extends Error {
2557
+ class C extends Error {
2558
2558
  }
2559
- class _ extends Error {
2559
+ class g extends Error {
2560
2560
  }
2561
2561
  class x extends Error {
2562
2562
  constructor(m) {
@@ -2765,27 +2765,27 @@ function bN() {
2765
2765
  });
2766
2766
  let l = c[0];
2767
2767
  if (l.startsWith("[") && l.endsWith("]")) {
2768
- let p = function(k, v) {
2769
- if (k !== null && k !== v)
2770
- throw Object.defineProperty(new Error("You cannot use different slug names for the same dynamic path ('" + k + "' !== '" + v + "')."), "__NEXT_ERROR_CODE", {
2768
+ let p = function(k, C) {
2769
+ if (k !== null && k !== C)
2770
+ throw Object.defineProperty(new Error("You cannot use different slug names for the same dynamic path ('" + k + "' !== '" + C + "')."), "__NEXT_ERROR_CODE", {
2771
2771
  value: "E337",
2772
2772
  enumerable: !1,
2773
2773
  configurable: !0
2774
2774
  });
2775
- s.forEach((_) => {
2776
- if (_ === v)
2777
- throw Object.defineProperty(new Error('You cannot have the same slug name "' + v + '" repeat within a single dynamic path'), "__NEXT_ERROR_CODE", {
2775
+ s.forEach((g) => {
2776
+ if (g === C)
2777
+ throw Object.defineProperty(new Error('You cannot have the same slug name "' + C + '" repeat within a single dynamic path'), "__NEXT_ERROR_CODE", {
2778
2778
  value: "E247",
2779
2779
  enumerable: !1,
2780
2780
  configurable: !0
2781
2781
  });
2782
- if (_.replace(/\W/g, "") === l.replace(/\W/g, ""))
2783
- throw Object.defineProperty(new Error('You cannot have the slug names "' + _ + '" and "' + v + '" differ only by non-word symbols within a single dynamic path'), "__NEXT_ERROR_CODE", {
2782
+ if (g.replace(/\W/g, "") === l.replace(/\W/g, ""))
2783
+ throw Object.defineProperty(new Error('You cannot have the slug names "' + g + '" and "' + C + '" differ only by non-word symbols within a single dynamic path'), "__NEXT_ERROR_CODE", {
2784
2784
  value: "E499",
2785
2785
  enumerable: !1,
2786
2786
  configurable: !0
2787
2787
  });
2788
- }), s.push(v);
2788
+ }), s.push(C);
2789
2789
  }, h = l.slice(1, -1), u = !1;
2790
2790
  if (h.startsWith("[") && h.endsWith("]") && (h = h.slice(1, -1), u = !0), h.startsWith("…"))
2791
2791
  throw Object.defineProperty(new Error("Detected a three-dot character ('…') at ('" + h + "'). Did you mean ('...')?"), "__NEXT_ERROR_CODE", {
@@ -3165,7 +3165,7 @@ function RN() {
3165
3165
  return E;
3166
3166
  },
3167
3167
  NEXT_BODY_SUFFIX: function() {
3168
- return v;
3168
+ return C;
3169
3169
  },
3170
3170
  NEXT_CACHE_IMPLICIT_TAG_ID: function() {
3171
3171
  return S;
@@ -3180,7 +3180,7 @@ function RN() {
3180
3180
  return m;
3181
3181
  },
3182
3182
  NEXT_CACHE_TAGS_HEADER: function() {
3183
- return _;
3183
+ return g;
3184
3184
  },
3185
3185
  NEXT_CACHE_TAG_MAX_ITEMS: function() {
3186
3186
  return f;
@@ -3225,7 +3225,7 @@ function RN() {
3225
3225
  return R;
3226
3226
  },
3227
3227
  RSC_ACTION_ENCRYPTION_ALIAS: function() {
3228
- return C;
3228
+ return v;
3229
3229
  },
3230
3230
  RSC_ACTION_PROXY_ALIAS: function() {
3231
3231
  return ee;
@@ -3282,7 +3282,7 @@ function RN() {
3282
3282
  return ve;
3283
3283
  }
3284
3284
  });
3285
- const a = "nxtP", o = "nxtI", i = "x-matched-path", r = "x-prerender-revalidate", c = "x-prerender-revalidate-if-generated", s = ".prefetch.rsc", d = ".segments", l = ".segment.rsc", h = ".rsc", u = ".action", p = ".json", k = ".meta", v = ".body", _ = "x-next-cache-tags", x = "x-next-revalidated-tags", M = "x-next-revalidate-tag-token", N = "next-resume", f = 128, w = 256, m = 1024, S = "_N_T_", A = 31536e3, P = 4294967294, j = "middleware", E = `(?:src/)?${j}`, q = "instrumentation", z = "private-next-pages", ne = "private-dot-next", B = "private-next-root-dir", J = "private-next-app-dir", X = "private-next-rsc-mod-ref-proxy", Y = "private-next-rsc-action-validate", ee = "private-next-rsc-server-reference", te = "private-next-rsc-cache-wrapper", C = "private-next-rsc-action-encryption", R = "private-next-rsc-action-client-wrapper", T = "You can not have a '_next' folder inside of your public folder. This conflicts with the internal '/_next' route. https://nextjs.org/docs/messages/public-next-folder-conflict", O = "You can not use getInitialProps with getStaticProps. To use SSG, please remove your getInitialProps", H = "You can not use getInitialProps with getServerSideProps. Please remove getInitialProps.", Q = "You can not use getStaticProps or getStaticPaths with getServerSideProps. To use SSG, please remove getServerSideProps", Z = "can not have getInitialProps/getServerSideProps, https://nextjs.org/docs/messages/404-get-initial-props", b = "pages with `getServerSideProps` can not be exported. See more info here: https://nextjs.org/docs/messages/gssp-export", U = "Your `getStaticProps` function did not return an object. Did you forget to add a `return`?", V = "Your `getServerSideProps` function did not return an object. Did you forget to add a `return`?", W = "The `unstable_revalidate` property is available for general use.\nPlease use `revalidate` instead.", I = "can not be attached to a page's component and must be exported from the page. See more info here: https://nextjs.org/docs/messages/gssp-component-member", L = 'You are using a non-standard "NODE_ENV" value in your environment. This creates inconsistencies in the project and is strongly advised against. Read more: https://nextjs.org/docs/messages/non-standard-node-env', fe = "Pages with `fallback` enabled in `getStaticPaths` can not be exported. See more info here: https://nextjs.org/docs/messages/ssg-fallback-true-export", K = [
3285
+ const a = "nxtP", o = "nxtI", i = "x-matched-path", r = "x-prerender-revalidate", c = "x-prerender-revalidate-if-generated", s = ".prefetch.rsc", d = ".segments", l = ".segment.rsc", h = ".rsc", u = ".action", p = ".json", k = ".meta", C = ".body", g = "x-next-cache-tags", x = "x-next-revalidated-tags", M = "x-next-revalidate-tag-token", N = "next-resume", f = 128, w = 256, m = 1024, S = "_N_T_", A = 31536e3, P = 4294967294, j = "middleware", E = `(?:src/)?${j}`, q = "instrumentation", z = "private-next-pages", ne = "private-dot-next", B = "private-next-root-dir", J = "private-next-app-dir", X = "private-next-rsc-mod-ref-proxy", Y = "private-next-rsc-action-validate", ee = "private-next-rsc-server-reference", te = "private-next-rsc-cache-wrapper", v = "private-next-rsc-action-encryption", R = "private-next-rsc-action-client-wrapper", T = "You can not have a '_next' folder inside of your public folder. This conflicts with the internal '/_next' route. https://nextjs.org/docs/messages/public-next-folder-conflict", O = "You can not use getInitialProps with getStaticProps. To use SSG, please remove your getInitialProps", H = "You can not use getInitialProps with getServerSideProps. Please remove getInitialProps.", Q = "You can not use getStaticProps or getStaticPaths with getServerSideProps. To use SSG, please remove getServerSideProps", Z = "can not have getInitialProps/getServerSideProps, https://nextjs.org/docs/messages/404-get-initial-props", b = "pages with `getServerSideProps` can not be exported. See more info here: https://nextjs.org/docs/messages/gssp-export", U = "Your `getStaticProps` function did not return an object. Did you forget to add a `return`?", V = "Your `getServerSideProps` function did not return an object. Did you forget to add a `return`?", W = "The `unstable_revalidate` property is available for general use.\nPlease use `revalidate` instead.", I = "can not be attached to a page's component and must be exported from the page. See more info here: https://nextjs.org/docs/messages/gssp-component-member", L = 'You are using a non-standard "NODE_ENV" value in your environment. This creates inconsistencies in the project and is strongly advised against. Read more: https://nextjs.org/docs/messages/non-standard-node-env', fe = "Pages with `fallback` enabled in `getStaticPaths` can not be exported. See more info here: https://nextjs.org/docs/messages/ssg-fallback-true-export", K = [
3286
3286
  "app",
3287
3287
  "pages",
3288
3288
  "components",
@@ -3292,7 +3292,7 @@ function RN() {
3292
3292
  edge: "edge",
3293
3293
  experimentalEdge: "experimental-edge",
3294
3294
  nodejs: "nodejs"
3295
- }, ce = {
3295
+ }, re = {
3296
3296
  /**
3297
3297
  * The layer for the shared code between the client and server bundles.
3298
3298
  */
@@ -3347,42 +3347,42 @@ function RN() {
3347
3347
  */
3348
3348
  pagesDirNode: "pages-dir-node"
3349
3349
  }, Ie = {
3350
- ...ce,
3350
+ ...re,
3351
3351
  GROUP: {
3352
3352
  builtinReact: [
3353
- ce.reactServerComponents,
3354
- ce.actionBrowser
3353
+ re.reactServerComponents,
3354
+ re.actionBrowser
3355
3355
  ],
3356
3356
  serverOnly: [
3357
- ce.reactServerComponents,
3358
- ce.actionBrowser,
3359
- ce.instrument,
3360
- ce.middleware
3357
+ re.reactServerComponents,
3358
+ re.actionBrowser,
3359
+ re.instrument,
3360
+ re.middleware
3361
3361
  ],
3362
3362
  neutralTarget: [
3363
3363
  // pages api
3364
- ce.apiNode,
3365
- ce.apiEdge
3364
+ re.apiNode,
3365
+ re.apiEdge
3366
3366
  ],
3367
3367
  clientOnly: [
3368
- ce.serverSideRendering,
3369
- ce.appPagesBrowser
3368
+ re.serverSideRendering,
3369
+ re.appPagesBrowser
3370
3370
  ],
3371
3371
  bundled: [
3372
- ce.reactServerComponents,
3373
- ce.actionBrowser,
3374
- ce.serverSideRendering,
3375
- ce.appPagesBrowser,
3376
- ce.shared,
3377
- ce.instrument,
3378
- ce.middleware
3372
+ re.reactServerComponents,
3373
+ re.actionBrowser,
3374
+ re.serverSideRendering,
3375
+ re.appPagesBrowser,
3376
+ re.shared,
3377
+ re.instrument,
3378
+ re.middleware
3379
3379
  ],
3380
3380
  appPages: [
3381
3381
  // app router pages and layouts
3382
- ce.reactServerComponents,
3383
- ce.serverSideRendering,
3384
- ce.appPagesBrowser,
3385
- ce.actionBrowser
3382
+ re.reactServerComponents,
3383
+ re.serverSideRendering,
3384
+ re.appPagesBrowser,
3385
+ re.actionBrowser
3386
3386
  ]
3387
3387
  }
3388
3388
  }, ve = {
@@ -3424,10 +3424,10 @@ function qN() {
3424
3424
  }
3425
3425
  t(e, {
3426
3426
  getNamedMiddlewareRegex: function() {
3427
- return _;
3427
+ return g;
3428
3428
  },
3429
3429
  getNamedRouteRegex: function() {
3430
- return v;
3430
+ return C;
3431
3431
  },
3432
3432
  getRouteRegex: function() {
3433
3433
  return h;
@@ -3545,7 +3545,7 @@ function qN() {
3545
3545
  routeKeys: S
3546
3546
  };
3547
3547
  }
3548
- function v(x, M) {
3548
+ function C(x, M) {
3549
3549
  var N, f, w;
3550
3550
  const m = k(x, M.prefixRouteKeys, (N = M.includeSuffix) != null ? N : !1, (f = M.includePrefix) != null ? f : !1, (w = M.backreferenceDuplicateKeys) != null ? w : !1);
3551
3551
  let S = m.namedParameterizedRoute;
@@ -3555,7 +3555,7 @@ function qN() {
3555
3555
  routeKeys: m.routeKeys
3556
3556
  };
3557
3557
  }
3558
- function _(x, M) {
3558
+ function g(x, M) {
3559
3559
  const { parameterizedRoute: N } = l(x, !1, !1), { catchAll: f = !0 } = M;
3560
3560
  if (N === "/")
3561
3561
  return {
@@ -3593,12 +3593,12 @@ function TN() {
3593
3593
  const u = Object.keys(l);
3594
3594
  return u.every((p) => {
3595
3595
  let k = h[p] || "";
3596
- const { repeat: v, optional: _ } = l[p];
3597
- let x = "[" + (v ? "..." : "") + p + "]";
3598
- return _ && (x = (k ? "" : "/") + "[" + x + "]"), v && !Array.isArray(k) && (k = [
3596
+ const { repeat: C, optional: g } = l[p];
3597
+ let x = "[" + (C ? "..." : "") + p + "]";
3598
+ return g && (x = (k ? "" : "/") + "[" + x + "]"), C && !Array.isArray(k) && (k = [
3599
3599
  k
3600
- ]), (_ || p in h) && // Interpolate group into data URL if present
3601
- (s = s.replace(x, v ? k.map(
3600
+ ]), (g || p in h) && // Interpolate group into data URL if present
3601
+ (s = s.replace(x, C ? k.map(
3602
3602
  // these values should be fully encoded instead of just
3603
3603
  // path delimiter escaped since they are being inserted
3604
3604
  // into the URL and we expect URL encoded segments
@@ -3625,24 +3625,24 @@ function jN() {
3625
3625
  });
3626
3626
  const a = Wb(), o = Xb(), i = LN(), r = bv(), c = Sv(), s = Qb(), d = PN(), l = TN();
3627
3627
  function h(u, p, k) {
3628
- let v, _ = typeof p == "string" ? p : (0, o.formatWithValidation)(p);
3629
- const x = _.match(/^[a-zA-Z]{1,}:\/\//), M = x ? _.slice(x[0].length) : _;
3628
+ let C, g = typeof p == "string" ? p : (0, o.formatWithValidation)(p);
3629
+ const x = g.match(/^[a-zA-Z]{1,}:\/\//), M = x ? g.slice(x[0].length) : g;
3630
3630
  if ((M.split("?", 1)[0] || "").match(/(\/\/|\\)/)) {
3631
- console.error("Invalid href '" + _ + "' passed to next/router in page: '" + u.pathname + "'. Repeated forward-slashes (//) or backslashes \\ are not valid in the href.");
3631
+ console.error("Invalid href '" + g + "' passed to next/router in page: '" + u.pathname + "'. Repeated forward-slashes (//) or backslashes \\ are not valid in the href.");
3632
3632
  const f = (0, r.normalizeRepeatedSlashes)(M);
3633
- _ = (x ? x[0] : "") + f;
3633
+ g = (x ? x[0] : "") + f;
3634
3634
  }
3635
- if (!(0, s.isLocalURL)(_))
3635
+ if (!(0, s.isLocalURL)(g))
3636
3636
  return k ? [
3637
- _
3638
- ] : _;
3637
+ g
3638
+ ] : g;
3639
3639
  try {
3640
- v = new URL(_.startsWith("#") ? u.asPath : u.pathname, "http://n");
3640
+ C = new URL(g.startsWith("#") ? u.asPath : u.pathname, "http://n");
3641
3641
  } catch {
3642
- v = new URL("/", "http://n");
3642
+ C = new URL("/", "http://n");
3643
3643
  }
3644
3644
  try {
3645
- const f = new URL(_, v);
3645
+ const f = new URL(g, C);
3646
3646
  f.pathname = (0, c.normalizePathTrailingSlash)(f.pathname);
3647
3647
  let w = "";
3648
3648
  if ((0, d.isDynamicRoute)(f.pathname) && f.searchParams && k) {
@@ -3653,15 +3653,15 @@ function jN() {
3653
3653
  query: (0, i.omit)(S, P)
3654
3654
  }));
3655
3655
  }
3656
- const m = f.origin === v.origin ? f.href.slice(f.origin.length) : f.href;
3656
+ const m = f.origin === C.origin ? f.href.slice(f.origin.length) : f.href;
3657
3657
  return k ? [
3658
3658
  m,
3659
3659
  w || m
3660
3660
  ] : m;
3661
3661
  } catch {
3662
3662
  return k ? [
3663
- _
3664
- ] : _;
3663
+ g
3664
+ ] : g;
3665
3665
  }
3666
3666
  }
3667
3667
  (typeof t.default == "function" || typeof t.default == "object" && t.default !== null) && typeof t.default.__esModule > "u" && (Object.defineProperty(t.default, "__esModule", { value: !0 }), Object.assign(t.default, t), e.exports = t.default);
@@ -3781,23 +3781,23 @@ function DN() {
3781
3781
  let k;
3782
3782
  if (p && (k = r.get(p), k))
3783
3783
  return k;
3784
- const v = /* @__PURE__ */ new Map(), _ = new IntersectionObserver((x) => {
3784
+ const C = /* @__PURE__ */ new Map(), g = new IntersectionObserver((x) => {
3785
3785
  x.forEach((M) => {
3786
- const N = v.get(M.target), f = M.isIntersecting || M.intersectionRatio > 0;
3786
+ const N = C.get(M.target), f = M.isIntersecting || M.intersectionRatio > 0;
3787
3787
  N && f && N(f);
3788
3788
  });
3789
3789
  }, h);
3790
3790
  return k = {
3791
3791
  id: u,
3792
- observer: _,
3793
- elements: v
3792
+ observer: g,
3793
+ elements: C
3794
3794
  }, c.push(u), r.set(u, k), k;
3795
3795
  }
3796
3796
  function d(h, u, p) {
3797
- const { id: k, observer: v, elements: _ } = s(p);
3798
- return _.set(h, u), v.observe(h), function() {
3799
- if (_.delete(h), v.unobserve(h), _.size === 0) {
3800
- v.disconnect(), r.delete(k);
3797
+ const { id: k, observer: C, elements: g } = s(p);
3798
+ return g.set(h, u), C.observe(h), function() {
3799
+ if (g.delete(h), C.unobserve(h), g.size === 0) {
3800
+ C.disconnect(), r.delete(k);
3801
3801
  const M = c.findIndex((N) => N.root === k.root && N.margin === k.margin);
3802
3802
  M > -1 && c.splice(M, 1);
3803
3803
  }
@@ -3805,27 +3805,27 @@ function DN() {
3805
3805
  }
3806
3806
  function l(h) {
3807
3807
  let { rootRef: u, rootMargin: p, disabled: k } = h;
3808
- const v = k || !i, [_, x] = (0, a.useState)(!1), M = (0, a.useRef)(null), N = (0, a.useCallback)((w) => {
3808
+ const C = k || !i, [g, x] = (0, a.useState)(!1), M = (0, a.useRef)(null), N = (0, a.useCallback)((w) => {
3809
3809
  M.current = w;
3810
3810
  }, []);
3811
3811
  (0, a.useEffect)(() => {
3812
3812
  if (i) {
3813
- if (v || _) return;
3813
+ if (C || g) return;
3814
3814
  const w = M.current;
3815
3815
  if (w && w.tagName)
3816
3816
  return d(w, (S) => S && x(S), {
3817
3817
  root: u == null ? void 0 : u.current,
3818
3818
  rootMargin: p
3819
3819
  });
3820
- } else if (!_) {
3820
+ } else if (!g) {
3821
3821
  const w = (0, o.requestIdleCallback)(() => x(!0));
3822
3822
  return () => (0, o.cancelIdleCallback)(w);
3823
3823
  }
3824
3824
  }, [
3825
- v,
3825
+ C,
3826
3826
  p,
3827
3827
  u,
3828
- _,
3828
+ g,
3829
3829
  M.current
3830
3830
  ]);
3831
3831
  const f = (0, a.useCallback)(() => {
@@ -3833,7 +3833,7 @@ function DN() {
3833
3833
  }, []);
3834
3834
  return [
3835
3835
  N,
3836
- _,
3836
+ g,
3837
3837
  f
3838
3838
  ];
3839
3839
  }
@@ -3951,8 +3951,8 @@ function ZN() {
3951
3951
  if (process.env.__NEXT_I18N_SUPPORT) {
3952
3952
  const l = FN().normalizeLocalePath, h = UN().detectDomainLocale, u = c || l(r, s).detectedLocale, p = h(d, void 0, u);
3953
3953
  if (p) {
3954
- const k = "http" + (p.http ? "" : "s") + "://", v = u === p.defaultLocale ? "" : "/" + u;
3955
- return "" + k + p.domain + (0, a.normalizePathTrailingSlash)("" + o + v + r);
3954
+ const k = "http" + (p.http ? "" : "s") + "://", C = u === p.defaultLocale ? "" : "/" + u;
3955
+ return "" + k + p.domain + (0, a.normalizePathTrailingSlash)("" + o + C + r);
3956
3956
  }
3957
3957
  return !1;
3958
3958
  } else
@@ -4021,7 +4021,7 @@ function XN() {
4021
4021
  return P;
4022
4022
  }
4023
4023
  });
4024
- const o = /* @__PURE__ */ wv(), i = Lv(), r = /* @__PURE__ */ o._(Fe), c = jN(), s = Qb(), d = Xb(), l = bv(), h = VN(), u = Ob(), p = DN(), k = ZN(), v = GN(), _ = Ub(), x = WN(), M = /* @__PURE__ */ new Set();
4024
+ const o = /* @__PURE__ */ wv(), i = Lv(), r = /* @__PURE__ */ o._(Fe), c = jN(), s = Qb(), d = Xb(), l = bv(), h = VN(), u = Ob(), p = DN(), k = ZN(), C = GN(), g = Ub(), x = WN(), M = /* @__PURE__ */ new Set();
4025
4025
  function N(E, q, z, ne) {
4026
4026
  if (!(typeof window > "u") && (0, s.isLocalURL)(q)) {
4027
4027
  if (!ne.bypassPrefetchedCheck) {
@@ -4077,7 +4077,7 @@ function XN() {
4077
4077
  }
4078
4078
  const S = /* @__PURE__ */ r.default.forwardRef(function(q, z) {
4079
4079
  let ne;
4080
- const { href: B, as: J, children: X, prefetch: Y = null, passHref: ee, replace: te, shallow: C, scroll: R, locale: T, onClick: O, onNavigate: H, onMouseEnter: Q, onTouchStart: Z, legacyBehavior: b = !1, ...U } = q;
4080
+ const { href: B, as: J, children: X, prefetch: Y = null, passHref: ee, replace: te, shallow: v, scroll: R, locale: T, onClick: O, onNavigate: H, onMouseEnter: Q, onTouchStart: Z, legacyBehavior: b = !1, ...U } = q;
4081
4081
  ne = X, b && (typeof ne == "string" || typeof ne == "number") && (ne = /* @__PURE__ */ (0, i.jsx)("a", {
4082
4082
  children: ne
4083
4083
  }));
@@ -4189,7 +4189,7 @@ Learn more: https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor`
4189
4189
  enumerable: !1,
4190
4190
  configurable: !0
4191
4191
  });
4192
- const ce = b ? G && typeof G == "object" && G.ref : z, [Ie, ve, Me] = (0, p.useIntersection)({
4192
+ const re = b ? G && typeof G == "object" && G.ref : z, [Ie, ve, Me] = (0, p.useIntersection)({
4193
4193
  rootMargin: "200px"
4194
4194
  }), Pe = r.default.useCallback((de) => {
4195
4195
  (K.current !== L || fe.current !== I) && (Me(), K.current = L, fe.current = I), Ie(de);
@@ -4198,7 +4198,7 @@ Learn more: https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor`
4198
4198
  I,
4199
4199
  Me,
4200
4200
  Ie
4201
- ]), ge = (0, _.useMergedRef)(Pe, ce);
4201
+ ]), ge = (0, g.useMergedRef)(Pe, re);
4202
4202
  r.default.useEffect(() => {
4203
4203
  process.env.NODE_ENV === "production" && V && (!ve || !W || N(V, I, L, {
4204
4204
  locale: T
@@ -4221,7 +4221,7 @@ Learn more: https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor`
4221
4221
  enumerable: !1,
4222
4222
  configurable: !0
4223
4223
  });
4224
- !b && typeof O == "function" && O(de), b && G.props && typeof G.props.onClick == "function" && G.props.onClick(de), V && (de.defaultPrevented || w(de, V, I, L, te, C, R, T, H));
4224
+ !b && typeof O == "function" && O(de), b && G.props && typeof G.props.onClick == "function" && G.props.onClick(de), V && (de.defaultPrevented || w(de, V, I, L, te, v, R, T, H));
4225
4225
  },
4226
4226
  onMouseEnter(de) {
4227
4227
  !b && typeof Q == "function" && Q(de), b && G.props && typeof G.props.onMouseEnter == "function" && G.props.onMouseEnter(de), V && N(V, I, L, {
@@ -4244,7 +4244,7 @@ Learn more: https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor`
4244
4244
  ie.href = L;
4245
4245
  else if (!b || ee || G.type === "a" && !("href" in G.props)) {
4246
4246
  const de = typeof T < "u" ? T : V == null ? void 0 : V.locale, me = (V == null ? void 0 : V.isLocaleDomain) && (0, k.getDomainLocale)(L, de, V == null ? void 0 : V.locales, V == null ? void 0 : V.domainLocales);
4247
- ie.href = me || (0, v.addBasePath)((0, h.addLocale)(L, de, V == null ? void 0 : V.defaultLocale));
4247
+ ie.href = me || (0, C.addBasePath)((0, h.addLocale)(L, de, V == null ? void 0 : V.defaultLocale));
4248
4248
  }
4249
4249
  return b ? (process.env.NODE_ENV === "development" && (0, x.errorOnce)(`\`legacyBehavior\` is deprecated and will be removed in a future release. A codemod is available to upgrade your components:
4250
4250
 
@@ -33218,7 +33218,7 @@ function h1({ name: e, size: t, strokeWidth: a = 2, className: o = "" }) {
33218
33218
  return !1;
33219
33219
  const i = jne[e];
33220
33220
  let r = 20;
33221
- return t === "sm" && (r = 16), t === "lg" && (r = 24), t === "xl" && (r = 28), /* @__PURE__ */ g.jsx(
33221
+ return t === "sm" && (r = 16), t === "lg" && (r = 24), t === "xl" && (r = 28), /* @__PURE__ */ _.jsx(
33222
33222
  i,
33223
33223
  {
33224
33224
  size: r,
@@ -33270,13 +33270,13 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33270
33270
  isIcon: u = !1,
33271
33271
  isDisabled: p = !1,
33272
33272
  isLoading: k = !1,
33273
- isSkeleton: v = !1,
33274
- hasHover: _ = !0,
33273
+ isSkeleton: C = !1,
33274
+ hasHover: g = !0,
33275
33275
  ariaLabel: x,
33276
33276
  ...M
33277
33277
  }) => {
33278
- const N = /* @__PURE__ */ g.jsx(g.Fragment, { children: e ? /* @__PURE__ */ g.jsx(g.Fragment, { children: e }) : /* @__PURE__ */ g.jsxs("span", { className: qe.content, children: [
33279
- c && /* @__PURE__ */ g.jsx(
33278
+ const N = /* @__PURE__ */ _.jsx(_.Fragment, { children: e ? /* @__PURE__ */ _.jsx(_.Fragment, { children: e }) : /* @__PURE__ */ _.jsxs("span", { className: qe.content, children: [
33279
+ c && /* @__PURE__ */ _.jsx(
33280
33280
  h1,
33281
33281
  {
33282
33282
  name: c,
@@ -33285,7 +33285,7 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33285
33285
  }
33286
33286
  ),
33287
33287
  t,
33288
- s && /* @__PURE__ */ g.jsx(
33288
+ s && /* @__PURE__ */ _.jsx(
33289
33289
  h1,
33290
33290
  {
33291
33291
  name: s,
@@ -33300,13 +33300,13 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33300
33300
  d && qe.block,
33301
33301
  l,
33302
33302
  h && qe.padding,
33303
- (p || k || v) && qe["is-disabled"],
33303
+ (p || k || C) && qe["is-disabled"],
33304
33304
  k && qe["is-loading"],
33305
- v && qe["is-skeleton"],
33306
- _ && qe["has-hover"],
33305
+ C && qe["is-skeleton"],
33306
+ g && qe["has-hover"],
33307
33307
  ((c || s) && !t || u) && qe["has-icon"]
33308
33308
  );
33309
- return a ? v ? /* @__PURE__ */ g.jsx(
33309
+ return a ? C ? /* @__PURE__ */ _.jsx(
33310
33310
  "div",
33311
33311
  {
33312
33312
  className: f,
@@ -33314,7 +33314,7 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33314
33314
  "aria-disabled": "true",
33315
33315
  children: N
33316
33316
  }
33317
- ) : o === "_blank" ? /* @__PURE__ */ g.jsx(
33317
+ ) : o === "_blank" ? /* @__PURE__ */ _.jsx(
33318
33318
  "a",
33319
33319
  {
33320
33320
  href: a,
@@ -33323,19 +33323,19 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33323
33323
  className: f,
33324
33324
  children: N
33325
33325
  }
33326
- ) : /* @__PURE__ */ g.jsx(
33326
+ ) : /* @__PURE__ */ _.jsx(
33327
33327
  Xn,
33328
33328
  {
33329
33329
  href: a,
33330
33330
  className: f,
33331
33331
  children: N
33332
33332
  }
33333
- ) : /* @__PURE__ */ g.jsx(
33333
+ ) : /* @__PURE__ */ _.jsx(
33334
33334
  "button",
33335
33335
  {
33336
33336
  className: f,
33337
33337
  type: "button",
33338
- disabled: p || k || v,
33338
+ disabled: p || k || C,
33339
33339
  "aria-label": x ?? (!t && c === "X" ? "Close" : void 0),
33340
33340
  onClick: (w) => {
33341
33341
  k || M.onClick && M.onClick(w);
@@ -33344,16 +33344,16 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33344
33344
  children: N
33345
33345
  }
33346
33346
  );
33347
- }, mv = ({ children: e, className: t, justify: a }) => /* @__PURE__ */ g.jsx("div", { className: oe(qe.group, t, a && qe[`justify-${a}`]), children: e }), jde = ({ id: e, hasHeader: t = !1 }) => {
33347
+ }, mv = ({ children: e, className: t, justify: a }) => /* @__PURE__ */ _.jsx("div", { className: oe(qe.group, t, a && qe[`justify-${a}`]), children: e }), jde = ({ id: e, hasHeader: t = !1 }) => {
33348
33348
  const a = n1(), o = a ? "" : $e.skeleton;
33349
- return /* @__PURE__ */ g.jsx(
33349
+ return /* @__PURE__ */ _.jsx(
33350
33350
  "div",
33351
33351
  {
33352
33352
  id: e,
33353
33353
  className: oe($e.banner, t && $e.header),
33354
- children: /* @__PURE__ */ g.jsx("div", { className: $e.container, children: /* @__PURE__ */ g.jsxs("div", { className: $e.content, children: [
33355
- /* @__PURE__ */ g.jsx("div", { className: $e.image, children: /* @__PURE__ */ g.jsx("div", { className: oe($e["image-wrap"]), children: a ? /* @__PURE__ */ g.jsxs(g.Fragment, { children: [
33356
- /* @__PURE__ */ g.jsx(
33354
+ children: /* @__PURE__ */ _.jsx("div", { className: $e.container, children: /* @__PURE__ */ _.jsxs("div", { className: $e.content, children: [
33355
+ /* @__PURE__ */ _.jsx("div", { className: $e.image, children: /* @__PURE__ */ _.jsx("div", { className: oe($e["image-wrap"]), children: a ? /* @__PURE__ */ _.jsxs(_.Fragment, { children: [
33356
+ /* @__PURE__ */ _.jsx(
33357
33357
  Zb,
33358
33358
  {
33359
33359
  src: "/me.jpeg",
@@ -33364,22 +33364,22 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33364
33364
  priority: !0
33365
33365
  }
33366
33366
  ),
33367
- /* @__PURE__ */ g.jsx(
33367
+ /* @__PURE__ */ _.jsx(
33368
33368
  Gb,
33369
33369
  {
33370
33370
  className: $e.social,
33371
33371
  isMounted: a
33372
33372
  }
33373
33373
  )
33374
- ] }) : /* @__PURE__ */ g.jsx("div", { className: $e.skeleton }) }) }),
33375
- /* @__PURE__ */ g.jsxs("div", { className: $e.text, children: [
33376
- /* @__PURE__ */ g.jsxs("h1", { children: [
33377
- /* @__PURE__ */ g.jsx("span", { className: oe($e.primary, o), children: "Hi, I'm Michael" }),
33378
- /* @__PURE__ */ g.jsx("span", { className: o, children: "A Front End Developer" })
33374
+ ] }) : /* @__PURE__ */ _.jsx("div", { className: $e.skeleton }) }) }),
33375
+ /* @__PURE__ */ _.jsxs("div", { className: $e.text, children: [
33376
+ /* @__PURE__ */ _.jsxs("h1", { children: [
33377
+ /* @__PURE__ */ _.jsx("span", { className: oe($e.primary, o), children: "Hi, I'm Michael" }),
33378
+ /* @__PURE__ */ _.jsx("span", { className: o, children: "A Front End Developer" })
33379
33379
  ] }),
33380
- /* @__PURE__ */ g.jsx("h2", { className: o, children: "With over a decade in the industry creating websites" }),
33381
- /* @__PURE__ */ g.jsxs(mv, { className: $e["button-group"], children: [
33382
- /* @__PURE__ */ g.jsx(
33380
+ /* @__PURE__ */ _.jsx("h2", { className: o, children: "With over a decade in the industry creating websites" }),
33381
+ /* @__PURE__ */ _.jsxs(mv, { className: $e["button-group"], children: [
33382
+ /* @__PURE__ */ _.jsx(
33383
33383
  i1,
33384
33384
  {
33385
33385
  href: "mailto:michael@uplord.co.uk",
@@ -33390,7 +33390,7 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33390
33390
  className: oe(!a && $e.skeleton)
33391
33391
  }
33392
33392
  ),
33393
- /* @__PURE__ */ g.jsx(
33393
+ /* @__PURE__ */ _.jsx(
33394
33394
  i1,
33395
33395
  {
33396
33396
  label: "Download CV",
@@ -33529,29 +33529,29 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33529
33529
  hungrrr: nae
33530
33530
  }, Hde = ({ id: e }) => {
33531
33531
  const t = n1(), a = rae(), o = t ? "" : Ke.skeleton;
33532
- return /* @__PURE__ */ g.jsx(
33532
+ return /* @__PURE__ */ _.jsx(
33533
33533
  "div",
33534
33534
  {
33535
33535
  id: e,
33536
33536
  className: Ke.projects,
33537
- children: /* @__PURE__ */ g.jsxs("div", { className: Ke.container, children: [
33538
- /* @__PURE__ */ g.jsxs("div", { className: Ke.intro, children: [
33539
- /* @__PURE__ */ g.jsx("h3", { className: o, children: "My work" }),
33540
- /* @__PURE__ */ g.jsx("h2", { className: o, children: "Projects I’ve worked on" })
33537
+ children: /* @__PURE__ */ _.jsxs("div", { className: Ke.container, children: [
33538
+ /* @__PURE__ */ _.jsxs("div", { className: Ke.intro, children: [
33539
+ /* @__PURE__ */ _.jsx("h3", { className: o, children: "My work" }),
33540
+ /* @__PURE__ */ _.jsx("h2", { className: o, children: "Projects I’ve worked on" })
33541
33541
  ] }),
33542
- /* @__PURE__ */ g.jsx("div", { className: Ke.grid, children: a.map((i, r) => {
33542
+ /* @__PURE__ */ _.jsx("div", { className: Ke.grid, children: a.map((i, r) => {
33543
33543
  const c = sae[i.icon];
33544
- return /* @__PURE__ */ g.jsxs(
33544
+ return /* @__PURE__ */ _.jsxs(
33545
33545
  "div",
33546
33546
  {
33547
33547
  className: oe(Ke.item),
33548
33548
  children: [
33549
- t ? /* @__PURE__ */ g.jsx(
33549
+ t ? /* @__PURE__ */ _.jsx(
33550
33550
  "div",
33551
33551
  {
33552
33552
  className: oe(Ke.image),
33553
33553
  style: { backgroundColor: i.bgColor, color: i.textColor },
33554
- children: c && /* @__PURE__ */ g.jsx(
33554
+ children: c && /* @__PURE__ */ _.jsx(
33555
33555
  c,
33556
33556
  {
33557
33557
  width: i.width,
@@ -33560,10 +33560,10 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33560
33560
  }
33561
33561
  )
33562
33562
  }
33563
- ) : /* @__PURE__ */ g.jsx("div", { className: Ke.image, children: /* @__PURE__ */ g.jsx("div", { className: Ke.skeleton }) }),
33564
- /* @__PURE__ */ g.jsxs("div", { className: Ke.text, children: [
33565
- /* @__PURE__ */ g.jsx("h3", { className: o, children: i.title }),
33566
- /* @__PURE__ */ g.jsx("p", { className: o, children: i.description })
33563
+ ) : /* @__PURE__ */ _.jsx("div", { className: Ke.image, children: /* @__PURE__ */ _.jsx("div", { className: Ke.skeleton }) }),
33564
+ /* @__PURE__ */ _.jsxs("div", { className: Ke.text, children: [
33565
+ /* @__PURE__ */ _.jsx("h3", { className: o, children: i.title }),
33566
+ /* @__PURE__ */ _.jsx("p", { className: o, children: i.description })
33567
33567
  ] })
33568
33568
  ]
33569
33569
  },
@@ -33584,13 +33584,13 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33584
33584
  "button-group": "style-module__button-group___fMutf"
33585
33585
  }, Vde = ({ id: e }) => {
33586
33586
  const t = n1(), a = t ? "" : a1.skeleton;
33587
- return /* @__PURE__ */ g.jsx(
33587
+ return /* @__PURE__ */ _.jsx(
33588
33588
  "div",
33589
33589
  {
33590
33590
  id: e,
33591
33591
  className: a1.section,
33592
- children: /* @__PURE__ */ g.jsx("div", { className: a1.container, children: /* @__PURE__ */ g.jsxs("div", { className: a1.content, children: [
33593
- /* @__PURE__ */ g.jsx("div", { className: a1.image, children: /* @__PURE__ */ g.jsx("div", { className: oe(a1["image-wrap"]), children: t ? /* @__PURE__ */ g.jsx(
33592
+ children: /* @__PURE__ */ _.jsx("div", { className: a1.container, children: /* @__PURE__ */ _.jsxs("div", { className: a1.content, children: [
33593
+ /* @__PURE__ */ _.jsx("div", { className: a1.image, children: /* @__PURE__ */ _.jsx("div", { className: oe(a1["image-wrap"]), children: t ? /* @__PURE__ */ _.jsx(
33594
33594
  Zb,
33595
33595
  {
33596
33596
  src: "/ellie.png",
@@ -33599,12 +33599,12 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33599
33599
  width: 520,
33600
33600
  height: 520
33601
33601
  }
33602
- ) : /* @__PURE__ */ g.jsx("div", { className: a1.skeleton }) }) }),
33603
- /* @__PURE__ */ g.jsxs("div", { className: a1.text, children: [
33604
- /* @__PURE__ */ g.jsx("h3", { className: a, children: "About Michael Allen" }),
33605
- /* @__PURE__ */ g.jsx("h2", { className: a, children: "Front End Development" }),
33606
- /* @__PURE__ */ g.jsx("p", { className: a, children: "I‘m an experienced Front End Developer with excellent collaboration, organization, and teamwork skills. Passionate about developing in HTML, CSS, and JavaScript and always open to exploring new technologies. Over the last decade, I‘ve worked with various clients, helping me hone my analytical, debugging, and problem-solving skills to create exceptional websites." }),
33607
- /* @__PURE__ */ g.jsx(mv, { className: a1["button-group"], children: /* @__PURE__ */ g.jsx(
33602
+ ) : /* @__PURE__ */ _.jsx("div", { className: a1.skeleton }) }) }),
33603
+ /* @__PURE__ */ _.jsxs("div", { className: a1.text, children: [
33604
+ /* @__PURE__ */ _.jsx("h3", { className: a, children: "About Michael Allen" }),
33605
+ /* @__PURE__ */ _.jsx("h2", { className: a, children: "Front End Development" }),
33606
+ /* @__PURE__ */ _.jsx("p", { className: a, children: "I‘m an experienced Front End Developer with excellent collaboration, organization, and teamwork skills. Passionate about developing in HTML, CSS, and JavaScript and always open to exploring new technologies. Over the last decade, I‘ve worked with various clients, helping me hone my analytical, debugging, and problem-solving skills to create exceptional websites." }),
33607
+ /* @__PURE__ */ _.jsx(mv, { className: a1["button-group"], children: /* @__PURE__ */ _.jsx(
33608
33608
  i1,
33609
33609
  {
33610
33610
  href: "mailto:michael@uplord.co.uk",
@@ -33675,23 +33675,23 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33675
33675
  { name: "VS Code", Icon: Rae }
33676
33676
  ], zde = ({ id: e }) => {
33677
33677
  const t = n1(), a = t ? "" : o1.skeleton;
33678
- return /* @__PURE__ */ g.jsx(
33678
+ return /* @__PURE__ */ _.jsx(
33679
33679
  "div",
33680
33680
  {
33681
33681
  id: e,
33682
33682
  className: o1.stack,
33683
- children: /* @__PURE__ */ g.jsxs("div", { className: o1.container, children: [
33684
- /* @__PURE__ */ g.jsx("div", { className: o1.intro, children: /* @__PURE__ */ g.jsx("h2", { className: a, children: "My current stack" }) }),
33685
- /* @__PURE__ */ g.jsx("div", { className: o1.list, children: $ae.map(({ name: o, Icon: i }) => /* @__PURE__ */ g.jsx(
33683
+ children: /* @__PURE__ */ _.jsxs("div", { className: o1.container, children: [
33684
+ /* @__PURE__ */ _.jsx("div", { className: o1.intro, children: /* @__PURE__ */ _.jsx("h2", { className: a, children: "My current stack" }) }),
33685
+ /* @__PURE__ */ _.jsx("div", { className: o1.list, children: $ae.map(({ name: o, Icon: i }) => /* @__PURE__ */ _.jsx(
33686
33686
  "div",
33687
33687
  {
33688
33688
  className: o1.item,
33689
- children: t ? /* @__PURE__ */ g.jsx(
33689
+ children: t ? /* @__PURE__ */ _.jsx(
33690
33690
  "div",
33691
33691
  {
33692
33692
  className: o1.image,
33693
33693
  "data-tooltip": o,
33694
- children: /* @__PURE__ */ g.jsx(
33694
+ children: /* @__PURE__ */ _.jsx(
33695
33695
  i,
33696
33696
  {
33697
33697
  width: "60",
@@ -33699,7 +33699,7 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33699
33699
  }
33700
33700
  )
33701
33701
  }
33702
- ) : /* @__PURE__ */ g.jsx("div", { className: o1.image, children: /* @__PURE__ */ g.jsx("div", { className: o1.skeleton }) })
33702
+ ) : /* @__PURE__ */ _.jsx("div", { className: o1.image, children: /* @__PURE__ */ _.jsx("div", { className: o1.skeleton }) })
33703
33703
  },
33704
33704
  o
33705
33705
  )) })
@@ -33736,28 +33736,28 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33736
33736
  "mtc-logo": Gae
33737
33737
  }, Dde = ({ id: e }) => {
33738
33738
  const t = n1(), a = cae(), o = t ? "" : Ye.skeleton;
33739
- return /* @__PURE__ */ g.jsx(
33739
+ return /* @__PURE__ */ _.jsx(
33740
33740
  "div",
33741
33741
  {
33742
33742
  id: e,
33743
33743
  className: Ye.timeline,
33744
- children: /* @__PURE__ */ g.jsxs("div", { className: Ye.container, children: [
33745
- /* @__PURE__ */ g.jsxs("div", { className: Ye.intro, children: [
33746
- /* @__PURE__ */ g.jsx("h2", { className: o, children: "My timeline" }),
33747
- /* @__PURE__ */ g.jsx("h3", { className: o, children: "Explore key roles and milestones over the years" })
33744
+ children: /* @__PURE__ */ _.jsxs("div", { className: Ye.container, children: [
33745
+ /* @__PURE__ */ _.jsxs("div", { className: Ye.intro, children: [
33746
+ /* @__PURE__ */ _.jsx("h2", { className: o, children: "My timeline" }),
33747
+ /* @__PURE__ */ _.jsx("h3", { className: o, children: "Explore key roles and milestones over the years" })
33748
33748
  ] }),
33749
- /* @__PURE__ */ g.jsx("div", { className: Ye.list, children: a.map((i, r) => {
33749
+ /* @__PURE__ */ _.jsx("div", { className: Ye.list, children: a.map((i, r) => {
33750
33750
  const c = Xae[i.icon];
33751
- return /* @__PURE__ */ g.jsxs(
33751
+ return /* @__PURE__ */ _.jsxs(
33752
33752
  "div",
33753
33753
  {
33754
33754
  className: Ye.item,
33755
33755
  children: [
33756
- /* @__PURE__ */ g.jsxs("div", { className: Ye.left, children: [
33757
- /* @__PURE__ */ g.jsx("span", { className: oe(Ye.dot, o) }),
33758
- /* @__PURE__ */ g.jsxs("div", { className: Ye.text, children: [
33759
- /* @__PURE__ */ g.jsx("h4", { className: o, children: i.date }),
33760
- c && /* @__PURE__ */ g.jsx(
33756
+ /* @__PURE__ */ _.jsxs("div", { className: Ye.left, children: [
33757
+ /* @__PURE__ */ _.jsx("span", { className: oe(Ye.dot, o) }),
33758
+ /* @__PURE__ */ _.jsxs("div", { className: Ye.text, children: [
33759
+ /* @__PURE__ */ _.jsx("h4", { className: o, children: i.date }),
33760
+ c && /* @__PURE__ */ _.jsx(
33761
33761
  c,
33762
33762
  {
33763
33763
  height: "32",
@@ -33766,10 +33766,10 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33766
33766
  )
33767
33767
  ] })
33768
33768
  ] }),
33769
- /* @__PURE__ */ g.jsxs("div", { className: Ye.right, children: [
33770
- /* @__PURE__ */ g.jsx("h4", { className: o, children: i.location }),
33771
- /* @__PURE__ */ g.jsx("h5", { className: o, children: i.role }),
33772
- i.description.map((s, d) => /* @__PURE__ */ g.jsx(
33769
+ /* @__PURE__ */ _.jsxs("div", { className: Ye.right, children: [
33770
+ /* @__PURE__ */ _.jsx("h4", { className: o, children: i.location }),
33771
+ /* @__PURE__ */ _.jsx("h5", { className: o, children: i.role }),
33772
+ i.description.map((s, d) => /* @__PURE__ */ _.jsx(
33773
33773
  "p",
33774
33774
  {
33775
33775
  className: o,
@@ -33793,15 +33793,15 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33793
33793
  social: Jae
33794
33794
  }, Ode = () => {
33795
33795
  const e = n1(), t = (/* @__PURE__ */ new Date()).getFullYear();
33796
- return /* @__PURE__ */ g.jsx("div", { className: eo.footer, children: /* @__PURE__ */ g.jsxs("div", { className: eo.container, children: [
33797
- /* @__PURE__ */ g.jsx(
33796
+ return /* @__PURE__ */ _.jsx("div", { className: eo.footer, children: /* @__PURE__ */ _.jsxs("div", { className: eo.container, children: [
33797
+ /* @__PURE__ */ _.jsx(
33798
33798
  Gb,
33799
33799
  {
33800
33800
  className: eo.social,
33801
33801
  isMounted: e
33802
33802
  }
33803
33803
  ),
33804
- /* @__PURE__ */ g.jsxs("p", { className: oe(!e && eo.skeleton), children: [
33804
+ /* @__PURE__ */ _.jsxs("p", { className: oe(!e && eo.skeleton), children: [
33805
33805
  "© ",
33806
33806
  t,
33807
33807
  " Michael Allen"
@@ -33814,14 +33814,14 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33814
33814
  title: aoe
33815
33815
  }, ooe = () => {
33816
33816
  const e = n1();
33817
- return /* @__PURE__ */ g.jsxs(
33817
+ return /* @__PURE__ */ _.jsxs(
33818
33818
  Xn,
33819
33819
  {
33820
33820
  href: "/",
33821
33821
  className: oe(ga.logo),
33822
33822
  children: [
33823
- /* @__PURE__ */ g.jsx("span", { className: oe(ga.icon, !e && ga.skeleton), children: "M" }),
33824
- /* @__PURE__ */ g.jsx("span", { className: oe(ga.title, !e && ga.skeleton), children: "TheMichael" })
33823
+ /* @__PURE__ */ _.jsx("span", { className: oe(ga.icon, !e && ga.skeleton), children: "M" }),
33824
+ /* @__PURE__ */ _.jsx("span", { className: oe(ga.title, !e && ga.skeleton), children: "TheMichael" })
33825
33825
  ]
33826
33826
  }
33827
33827
  );
@@ -33830,12 +33830,12 @@ const Hne = "button-module__group___YdABW", Vne = "button-module__block___r2gUN"
33830
33830
  skeleton: coe
33831
33831
  }, roe = ({ className: e }) => {
33832
33832
  const t = n1();
33833
- return /* @__PURE__ */ g.jsx("div", { className: oe(iw.nav, !t && iw.skeleton, e), children: /* @__PURE__ */ g.jsxs("ul", { children: [
33834
- /* @__PURE__ */ g.jsx("li", { children: /* @__PURE__ */ g.jsx(Xn, { href: "/", children: "Home" }) }),
33835
- /* @__PURE__ */ g.jsx("li", { children: /* @__PURE__ */ g.jsx(Xn, { href: "/#about-me", children: "About me" }) }),
33836
- /* @__PURE__ */ g.jsx("li", { children: /* @__PURE__ */ g.jsx(Xn, { href: "/#projects", children: "Projects" }) }),
33837
- /* @__PURE__ */ g.jsx("li", { children: /* @__PURE__ */ g.jsx(Xn, { href: "/#timeline", children: "Timeline" }) }),
33838
- /* @__PURE__ */ g.jsx("li", { children: /* @__PURE__ */ g.jsx(Xn, { href: "mailto:michael@uplord.co.uk", children: "Contact" }) })
33833
+ return /* @__PURE__ */ _.jsx("div", { className: oe(iw.nav, !t && iw.skeleton, e), children: /* @__PURE__ */ _.jsxs("ul", { children: [
33834
+ /* @__PURE__ */ _.jsx("li", { children: /* @__PURE__ */ _.jsx(Xn, { href: "/", children: "Home" }) }),
33835
+ /* @__PURE__ */ _.jsx("li", { children: /* @__PURE__ */ _.jsx(Xn, { href: "/#about-me", children: "About me" }) }),
33836
+ /* @__PURE__ */ _.jsx("li", { children: /* @__PURE__ */ _.jsx(Xn, { href: "/#projects", children: "Projects" }) }),
33837
+ /* @__PURE__ */ _.jsx("li", { children: /* @__PURE__ */ _.jsx(Xn, { href: "/#timeline", children: "Timeline" }) }),
33838
+ /* @__PURE__ */ _.jsx("li", { children: /* @__PURE__ */ _.jsx(Xn, { href: "mailto:michael@uplord.co.uk", children: "Contact" }) })
33839
33839
  ] }) });
33840
33840
  }, fx = ta({});
33841
33841
  function Iv(e) {
@@ -33977,8 +33977,8 @@ function foe(e, t) {
33977
33977
  * Schedule a process to run on the next frame.
33978
33978
  */
33979
33979
  schedule: (u, p = !1, k = !1) => {
33980
- const _ = k && i ? a : o;
33981
- return p && c.add(u), _.has(u) || _.add(u), u;
33980
+ const g = k && i ? a : o;
33981
+ return p && c.add(u), g.has(u) || g.add(u), u;
33982
33982
  },
33983
33983
  /**
33984
33984
  * Cancel the provided callback from running on the next frame.
@@ -34006,11 +34006,11 @@ function MS(e, t) {
34006
34006
  delta: 0,
34007
34007
  timestamp: 0,
34008
34008
  isProcessing: !1
34009
- }, r = () => a = !0, c = to.reduce((f, w) => (f[w] = foe(r, t ? w : void 0), f), {}), { setup: s, read: d, resolveKeyframes: l, preUpdate: h, update: u, preRender: p, render: k, postRender: v } = c, _ = () => {
34009
+ }, r = () => a = !0, c = to.reduce((f, w) => (f[w] = foe(r, t ? w : void 0), f), {}), { setup: s, read: d, resolveKeyframes: l, preUpdate: h, update: u, preRender: p, render: k, postRender: C } = c, g = () => {
34010
34010
  const f = s1.useManualTiming ? i.timestamp : performance.now();
34011
- a = !1, s1.useManualTiming || (i.delta = o ? 1e3 / 60 : Math.max(Math.min(f - i.timestamp, moe), 1)), i.timestamp = f, i.isProcessing = !0, s.process(i), d.process(i), l.process(i), h.process(i), u.process(i), p.process(i), k.process(i), v.process(i), i.isProcessing = !1, a && t && (o = !1, e(_));
34011
+ a = !1, s1.useManualTiming || (i.delta = o ? 1e3 / 60 : Math.max(Math.min(f - i.timestamp, moe), 1)), i.timestamp = f, i.isProcessing = !0, s.process(i), d.process(i), l.process(i), h.process(i), u.process(i), p.process(i), k.process(i), C.process(i), i.isProcessing = !1, a && t && (o = !1, e(g));
34012
34012
  }, x = () => {
34013
- a = !0, o = !0, i.isProcessing || e(_);
34013
+ a = !0, o = !0, i.isProcessing || e(g);
34014
34014
  };
34015
34015
  return { schedule: to.reduce((f, w) => {
34016
34016
  const m = c[w];
@@ -34292,11 +34292,11 @@ function Uoe({ duration: e = Ce.duration, bounce: t = Ce.bounce, velocity: a = C
34292
34292
  pa(e <= /* @__PURE__ */ We(Ce.maxDuration), "Spring duration must be 10 seconds or less");
34293
34293
  let c = 1 - t;
34294
34294
  c = c1(Ce.minDamping, Ce.maxDamping, c), e = c1(Ce.minDuration, Ce.maxDuration, /* @__PURE__ */ e1(e)), c < 1 ? (i = (l) => {
34295
- const h = l * c, u = h * e, p = h - a, k = GC(l, c), v = Math.exp(-u);
34296
- return SC - p / k * v;
34295
+ const h = l * c, u = h * e, p = h - a, k = GC(l, c), C = Math.exp(-u);
34296
+ return SC - p / k * C;
34297
34297
  }, r = (l) => {
34298
- const u = l * c * e, p = u * a + a, k = Math.pow(c, 2) * Math.pow(l, 2) * e, v = Math.exp(-u), _ = GC(Math.pow(l, 2), c);
34299
- return (-i(l) + SC > 0 ? -1 : 1) * ((p - k) * v) / _;
34298
+ const u = l * c * e, p = u * a + a, k = Math.pow(c, 2) * Math.pow(l, 2) * e, C = Math.exp(-u), g = GC(Math.pow(l, 2), c);
34299
+ return (-i(l) + SC > 0 ? -1 : 1) * ((p - k) * C) / g;
34300
34300
  }) : (i = (l) => {
34301
34301
  const h = Math.exp(-l * e), u = (l - a) * e + 1;
34302
34302
  return -SC + h * u;
@@ -34372,22 +34372,22 @@ function _v(e = Ce.visualDuration, t = Ce.bounce) {
34372
34372
  const r = a.keyframes[0], c = a.keyframes[a.keyframes.length - 1], s = { done: !1, value: r }, { stiffness: d, damping: l, mass: h, duration: u, velocity: p, isResolvedFromDuration: k } = Koe({
34373
34373
  ...a,
34374
34374
  velocity: -/* @__PURE__ */ e1(a.velocity || 0)
34375
- }), v = p || 0, _ = l / (2 * Math.sqrt(d * h)), x = c - r, M = /* @__PURE__ */ e1(Math.sqrt(d / h)), N = Math.abs(x) < 5;
34375
+ }), C = p || 0, g = l / (2 * Math.sqrt(d * h)), x = c - r, M = /* @__PURE__ */ e1(Math.sqrt(d / h)), N = Math.abs(x) < 5;
34376
34376
  o || (o = N ? Ce.restSpeed.granular : Ce.restSpeed.default), i || (i = N ? Ce.restDelta.granular : Ce.restDelta.default);
34377
34377
  let f;
34378
- if (_ < 1) {
34379
- const m = GC(M, _);
34378
+ if (g < 1) {
34379
+ const m = GC(M, g);
34380
34380
  f = (S) => {
34381
- const A = Math.exp(-_ * M * S);
34382
- return c - A * ((v + _ * M * x) / m * Math.sin(m * S) + x * Math.cos(m * S));
34381
+ const A = Math.exp(-g * M * S);
34382
+ return c - A * ((C + g * M * x) / m * Math.sin(m * S) + x * Math.cos(m * S));
34383
34383
  };
34384
- } else if (_ === 1)
34385
- f = (m) => c - Math.exp(-M * m) * (x + (v + M * x) * m);
34384
+ } else if (g === 1)
34385
+ f = (m) => c - Math.exp(-M * m) * (x + (C + M * x) * m);
34386
34386
  else {
34387
- const m = M * Math.sqrt(_ * _ - 1);
34387
+ const m = M * Math.sqrt(g * g - 1);
34388
34388
  f = (S) => {
34389
- const A = Math.exp(-_ * M * S), P = Math.min(m * S, 300);
34390
- return c - A * ((v + _ * M * x) * Math.sinh(P) + m * x * Math.cosh(P)) / m;
34389
+ const A = Math.exp(-g * M * S), P = Math.min(m * S, 300);
34390
+ return c - A * ((C + g * M * x) * Math.sinh(P) + m * x * Math.cosh(P)) / m;
34391
34391
  };
34392
34392
  }
34393
34393
  const w = {
@@ -34397,8 +34397,8 @@ function _v(e = Ce.visualDuration, t = Ce.bounce) {
34397
34397
  if (k)
34398
34398
  s.done = m >= u;
34399
34399
  else {
34400
- let A = m === 0 ? v : 0;
34401
- _ < 1 && (A = m === 0 ? /* @__PURE__ */ We(v) : IS(f, m, S));
34400
+ let A = m === 0 ? C : 0;
34401
+ g < 1 && (A = m === 0 ? /* @__PURE__ */ We(C) : IS(f, m, S));
34402
34402
  const P = Math.abs(A) <= o, j = Math.abs(c - S) <= i;
34403
34403
  s.done = P && j;
34404
34404
  }
@@ -34421,18 +34421,18 @@ function WC({ keyframes: e, velocity: t = 0, power: a = 0.8, timeConstant: o = 3
34421
34421
  const u = e[0], p = {
34422
34422
  done: !1,
34423
34423
  value: u
34424
- }, k = (P) => s !== void 0 && P < s || d !== void 0 && P > d, v = (P) => s === void 0 ? d : d === void 0 || Math.abs(s - P) < Math.abs(d - P) ? s : d;
34425
- let _ = a * t;
34426
- const x = u + _, M = c === void 0 ? x : c(x);
34427
- M !== x && (_ = M - u);
34428
- const N = (P) => -_ * Math.exp(-P / o), f = (P) => M + N(P), w = (P) => {
34424
+ }, k = (P) => s !== void 0 && P < s || d !== void 0 && P > d, C = (P) => s === void 0 ? d : d === void 0 || Math.abs(s - P) < Math.abs(d - P) ? s : d;
34425
+ let g = a * t;
34426
+ const x = u + g, M = c === void 0 ? x : c(x);
34427
+ M !== x && (g = M - u);
34428
+ const N = (P) => -g * Math.exp(-P / o), f = (P) => M + N(P), w = (P) => {
34429
34429
  const j = N(P), E = f(P);
34430
34430
  p.done = Math.abs(j) <= l, p.value = p.done ? M : E;
34431
34431
  };
34432
34432
  let m, S;
34433
34433
  const A = (P) => {
34434
34434
  k(p.value) && (m = P, S = _v({
34435
- keyframes: [p.value, v(p.value)],
34435
+ keyframes: [p.value, C(p.value)],
34436
34436
  velocity: IS(f, P, p.value),
34437
34437
  // TODO: This should be passing * 1000
34438
34438
  damping: i,
@@ -34587,7 +34587,7 @@ class Rx extends Ex {
34587
34587
  const { generator: o, totalDuration: i, mixKeyframes: r, mirroredGenerator: c, resolvedDuration: s, calculatedDuration: d } = this;
34588
34588
  if (this.startTime === null)
34589
34589
  return o.next(0);
34590
- const { delay: l = 0, keyframes: h, repeat: u, repeatType: p, repeatDelay: k, type: v, onUpdate: _, finalKeyframe: x } = this.options;
34590
+ const { delay: l = 0, keyframes: h, repeat: u, repeatType: p, repeatDelay: k, type: C, onUpdate: g, finalKeyframe: x } = this.options;
34591
34591
  this.speed > 0 ? this.startTime = Math.min(this.startTime, t) : this.speed < 0 && (this.startTime = Math.min(t - i / this.speed, this.startTime)), a ? this.currentTime = t : this.updateTime(t);
34592
34592
  const M = this.currentTime - l * (this.playbackSpeed >= 0 ? 1 : -1), N = this.playbackSpeed >= 0 ? M < 0 : M > i;
34593
34593
  this.currentTime = Math.max(M, 0), this.state === "finished" && this.holdTime === null && (this.currentTime = i);
@@ -34602,7 +34602,7 @@ class Rx extends Ex {
34602
34602
  let { done: S } = m;
34603
34603
  !N && d !== null && (S = this.playbackSpeed >= 0 ? this.currentTime >= i : this.currentTime <= 0);
34604
34604
  const A = this.holdTime === null && (this.state === "finished" || this.state === "running" && S);
34605
- return A && v !== WC && (m.value = Px(h, this.options, x, this.speed)), _ && _(m.value), A && this.finish(), m;
34605
+ return A && C !== WC && (m.value = Px(h, this.options, x, this.speed)), g && g(m.value), A && this.finish(), m;
34606
34606
  }
34607
34607
  /**
34608
34608
  * Allows the returned animation to be awaited or promise-chained. Currently
@@ -35070,10 +35070,10 @@ function A0e(e) {
35070
35070
  const P0e = 40;
35071
35071
  class E0e extends Ex {
35072
35072
  constructor({ autoplay: t = !0, delay: a = 0, type: o = "keyframes", repeat: i = 0, repeatDelay: r = 0, repeatType: c = "loop", keyframes: s, name: d, motionValue: l, element: h, ...u }) {
35073
- var v;
35073
+ var C;
35074
35074
  super(), this.stop = () => {
35075
- var _, x;
35076
- this._animation && (this._animation.stop(), (_ = this.stopTimeline) == null || _.call(this)), (x = this.keyframeResolver) == null || x.cancel();
35075
+ var g, x;
35076
+ this._animation && (this._animation.stop(), (g = this.stopTimeline) == null || g.call(this)), (x = this.keyframeResolver) == null || x.cancel();
35077
35077
  }, this.createdAt = He.now();
35078
35078
  const p = {
35079
35079
  autoplay: t,
@@ -35087,7 +35087,7 @@ class E0e extends Ex {
35087
35087
  element: h,
35088
35088
  ...u
35089
35089
  }, k = (h == null ? void 0 : h.KeyframeResolver) || $x;
35090
- this.keyframeResolver = new k(s, (_, x, M) => this.onKeyframesResolved(_, x, p, !M), d, l, h), (v = this.keyframeResolver) == null || v.scheduleResolve();
35090
+ this.keyframeResolver = new k(s, (g, x, M) => this.onKeyframesResolved(g, x, p, !M), d, l, h), (C = this.keyframeResolver) == null || C.scheduleResolve();
35091
35091
  }
35092
35092
  onKeyframesResolved(t, a, o, i) {
35093
35093
  this.keyframeResolver = void 0;
@@ -35670,8 +35670,8 @@ function eie(e, t, a = {}) {
35670
35670
  if (!Sw(s))
35671
35671
  return;
35672
35672
  pv.add(d);
35673
- const l = t(d, s), h = (k, v) => {
35674
- window.removeEventListener("pointerup", u), window.removeEventListener("pointercancel", p), pv.has(d) && pv.delete(d), Sw(k) && typeof l == "function" && l(k, { success: v });
35673
+ const l = t(d, s), h = (k, C) => {
35674
+ window.removeEventListener("pointerup", u), window.removeEventListener("pointercancel", p), pv.has(d) && pv.delete(d), Sw(k) && typeof l == "function" && l(k, { success: C });
35675
35675
  }, u = (k) => {
35676
35676
  h(k, d === window || d === document || a.useGlobalTarget || US(d, k.target));
35677
35677
  }, p = (k) => {
@@ -35738,7 +35738,7 @@ function iie({ children: e, isPresent: t, anchorX: a }) {
35738
35738
  `), () => {
35739
35739
  document.head.contains(k) && document.head.removeChild(k);
35740
35740
  };
35741
- }, [t]), g.jsx(oie, { isPresent: t, childRef: i, sizeRef: r, children: y.cloneElement(e, { ref: i }) });
35741
+ }, [t]), _.jsx(oie, { isPresent: t, childRef: i, sizeRef: r, children: y.cloneElement(e, { ref: i }) });
35742
35742
  }
35743
35743
  const cie = ({ children: e, initial: t, isPresent: a, onExitComplete: o, custom: i, presenceAffectsLayout: r, mode: c, anchorX: s }) => {
35744
35744
  const d = Iv(rie), l = ux();
@@ -35760,7 +35760,7 @@ const cie = ({ children: e, initial: t, isPresent: a, onExitComplete: o, custom:
35760
35760
  d.forEach((p, k) => d.set(k, !1));
35761
35761
  }, [a]), y.useEffect(() => {
35762
35762
  !a && !d.size && o && o();
35763
- }, [a]), c === "popLayout" && (e = g.jsx(iie, { isPresent: a, anchorX: s, children: e })), g.jsx(Nv.Provider, { value: u, children: e });
35763
+ }, [a]), c === "popLayout" && (e = _.jsx(iie, { isPresent: a, anchorX: s, children: e })), _.jsx(Nv.Provider, { value: u, children: e });
35764
35764
  };
35765
35765
  function rie() {
35766
35766
  return /* @__PURE__ */ new Map();
@@ -35785,16 +35785,16 @@ function Iw(e) {
35785
35785
  }), t;
35786
35786
  }
35787
35787
  const sie = ({ children: e, custom: t, initial: a = !0, onExitComplete: o, presenceAffectsLayout: i = !0, mode: r = "sync", propagate: c = !1, anchorX: s = "left" }) => {
35788
- const [d, l] = GS(c), h = ea(() => Iw(e), [e]), u = c && !d ? [] : h.map(ao), p = De(!0), k = De(h), v = Iv(() => /* @__PURE__ */ new Map()), [_, x] = Xe(h), [M, N] = Xe(h);
35788
+ const [d, l] = GS(c), h = ea(() => Iw(e), [e]), u = c && !d ? [] : h.map(ao), p = De(!0), k = De(h), C = Iv(() => /* @__PURE__ */ new Map()), [g, x] = Xe(h), [M, N] = Xe(h);
35789
35789
  aS(() => {
35790
35790
  p.current = !1, k.current = h;
35791
35791
  for (let m = 0; m < M.length; m++) {
35792
35792
  const S = ao(M[m]);
35793
- u.includes(S) ? v.delete(S) : v.get(S) !== !0 && v.set(S, !1);
35793
+ u.includes(S) ? C.delete(S) : C.get(S) !== !0 && C.set(S, !1);
35794
35794
  }
35795
35795
  }, [M, u.length, u.join("-")]);
35796
35796
  const f = [];
35797
- if (h !== _) {
35797
+ if (h !== g) {
35798
35798
  let m = [...h];
35799
35799
  for (let S = 0; S < M.length; S++) {
35800
35800
  const A = M[S], P = ao(A);
@@ -35804,18 +35804,18 @@ const sie = ({ children: e, custom: t, initial: a = !0, onExitComplete: o, prese
35804
35804
  }
35805
35805
  process.env.NODE_ENV !== "production" && r === "wait" && M.length > 1 && console.warn(`You're attempting to animate multiple children within AnimatePresence, but its mode is set to "wait". This will lead to odd visual behaviour.`);
35806
35806
  const { forceRender: w } = Ae(fx);
35807
- return g.jsx(g.Fragment, { children: M.map((m) => {
35807
+ return _.jsx(_.Fragment, { children: M.map((m) => {
35808
35808
  const S = ao(m), A = c && !d ? !1 : h === M || u.includes(S), P = () => {
35809
- if (v.has(S))
35810
- v.set(S, !0);
35809
+ if (C.has(S))
35810
+ C.set(S, !0);
35811
35811
  else
35812
35812
  return;
35813
35813
  let j = !0;
35814
- v.forEach((E) => {
35814
+ C.forEach((E) => {
35815
35815
  E || (j = !1);
35816
35816
  }), j && (w == null || w(), N(k.current), c && (l == null || l()), o && o());
35817
35817
  };
35818
- return g.jsx(cie, { isPresent: A, initial: !p.current || a ? void 0 : !1, custom: t, presenceAffectsLayout: i, mode: r, onExitComplete: A ? void 0 : P, anchorX: s, children: m }, S);
35818
+ return _.jsx(cie, { isPresent: A, initial: !p.current || a ? void 0 : !1, custom: t, presenceAffectsLayout: i, mode: r, onExitComplete: A ? void 0 : P, anchorX: s, children: m }, S);
35819
35819
  }) });
35820
35820
  }, WS = ta({ strict: !1 }), Nw = {
35821
35821
  animation: [
@@ -35969,7 +35969,7 @@ function mie(e, t, a) {
35969
35969
  }
35970
35970
  const Fx = (e) => e.replace(/([a-z])([A-Z])/gu, "$1-$2").toLowerCase(), Mie = "framerAppearId", YS = "data-" + Fx(Mie), QS = ta({});
35971
35971
  function gie(e, t, a, o, i) {
35972
- var _, x;
35972
+ var g, x;
35973
35973
  const { visualElement: r } = Ae(Av), c = Ae(WS), s = Ae(Nv), d = Ae(zx).reducedMotion, l = De(null);
35974
35974
  o = o || c.renderer, !l.current && o && (l.current = o(e, {
35975
35975
  visualState: t,
@@ -35985,14 +35985,14 @@ function gie(e, t, a, o, i) {
35985
35985
  jb(() => {
35986
35986
  h && p.current && h.update(a, s);
35987
35987
  });
35988
- const k = a[YS], v = De(!!k && !((_ = window.MotionHandoffIsComplete) != null && _.call(window, k)) && ((x = window.MotionHasOptimisedAnimation) == null ? void 0 : x.call(window, k)));
35988
+ const k = a[YS], C = De(!!k && !((g = window.MotionHandoffIsComplete) != null && g.call(window, k)) && ((x = window.MotionHasOptimisedAnimation) == null ? void 0 : x.call(window, k)));
35989
35989
  return aS(() => {
35990
- h && (p.current = !0, window.MotionIsMounted = !0, h.updateFeatures(), Hx.render(h.render), v.current && h.animationState && h.animationState.animateChanges());
35990
+ h && (p.current = !0, window.MotionIsMounted = !0, h.updateFeatures(), Hx.render(h.render), C.current && h.animationState && h.animationState.animateChanges());
35991
35991
  }), Oe(() => {
35992
- h && (!v.current && h.animationState && h.animationState.animateChanges(), v.current && (queueMicrotask(() => {
35992
+ h && (!C.current && h.animationState && h.animationState.animateChanges(), C.current && (queueMicrotask(() => {
35993
35993
  var M;
35994
35994
  (M = window.MotionHandoffMarkAsComplete) == null || M.call(window, k);
35995
- }), v.current = !1));
35995
+ }), C.current = !1));
35996
35996
  }), h;
35997
35997
  }
35998
35998
  function _ie(e, t, a, o) {
@@ -36031,10 +36031,10 @@ function vie({ preloadedFeatures: e, createVisualElement: t, useRender: a, useVi
36031
36031
  }, { isStatic: u } = h, p = kie(s), k = o(s, u);
36032
36032
  if (!u && mx) {
36033
36033
  xie(h, e);
36034
- const v = Lie(h);
36035
- l = v.MeasureLayout, p.visualElement = gie(i, k, h, t, v.ProjectionNode);
36034
+ const C = Lie(h);
36035
+ l = C.MeasureLayout, p.visualElement = gie(i, k, h, t, C.ProjectionNode);
36036
36036
  }
36037
- return g.jsxs(Av.Provider, { value: p, children: [l && p.visualElement ? g.jsx(l, { visualElement: p.visualElement, ...h }) : null, a(i, s, mie(k, p.visualElement, d), k, u, p.visualElement)] });
36037
+ return _.jsxs(Av.Provider, { value: p, children: [l && p.visualElement ? _.jsx(l, { visualElement: p.visualElement, ...h }) : null, a(i, s, mie(k, p.visualElement, d), k, u, p.visualElement)] });
36038
36038
  }
36039
36039
  r.displayName = `motion.${typeof i == "string" ? i : `create(${i.displayName ?? i.name ?? ""})`}`;
36040
36040
  const c = lx(r);
@@ -36288,9 +36288,9 @@ function Vie(e, t, a, o) {
36288
36288
  if (u && typeof u != "boolean" && !Pv(u)) {
36289
36289
  const p = Array.isArray(u) ? u : [u];
36290
36290
  for (let k = 0; k < p.length; k++) {
36291
- const v = Gx(e, p[k]);
36292
- if (v) {
36293
- const { transitionEnd: _, transition: x, ...M } = v;
36291
+ const C = Gx(e, p[k]);
36292
+ if (C) {
36293
+ const { transitionEnd: g, transition: x, ...M } = C;
36294
36294
  for (const N in M) {
36295
36295
  let f = M[N];
36296
36296
  if (Array.isArray(f)) {
@@ -36299,8 +36299,8 @@ function Vie(e, t, a, o) {
36299
36299
  }
36300
36300
  f !== null && (i[N] = f);
36301
36301
  }
36302
- for (const N in _)
36303
- i[N] = _[N];
36302
+ for (const N in g)
36303
+ i[N] = g[N];
36304
36304
  }
36305
36305
  }
36306
36306
  }
@@ -36455,18 +36455,18 @@ function sI(e, t, { delay: a = 0, transitionOverride: o, type: i } = {}) {
36455
36455
  const k = {
36456
36456
  delay: a,
36457
36457
  ...Tx(r || {}, h)
36458
- }, v = u.get();
36459
- if (v !== void 0 && !u.isAnimating && !Array.isArray(p) && p === v && !k.velocity)
36458
+ }, C = u.get();
36459
+ if (C !== void 0 && !u.isAnimating && !Array.isArray(p) && p === C && !k.velocity)
36460
36460
  continue;
36461
- let _ = !1;
36461
+ let g = !1;
36462
36462
  if (window.MotionHandoffAnimation) {
36463
36463
  const M = rI(e);
36464
36464
  if (M) {
36465
36465
  const N = window.MotionHandoffAnimation(M, h, Le);
36466
- N !== null && (k.startTime = N, _ = !0);
36466
+ N !== null && (k.startTime = N, g = !0);
36467
36467
  }
36468
36468
  }
36469
- ox(e, h), u.start(Xx(h, u, p, e.shouldReduceMotion && jS.has(h) ? { type: !1 } : k, e, _));
36469
+ ox(e, h), u.start(Xx(h, u, p, e.shouldReduceMotion && jS.has(h) ? { type: !1 } : k, e, g));
36470
36470
  const x = u.animation;
36471
36471
  x && d.push(x);
36472
36472
  }
@@ -36555,8 +36555,8 @@ function dce(e) {
36555
36555
  var p;
36556
36556
  const u = Ea(e, h, d === "exit" ? (p = e.presenceContext) == null ? void 0 : p.custom : void 0);
36557
36557
  if (u) {
36558
- const { transition: k, transitionEnd: v, ..._ } = u;
36559
- l = { ...l, ..._, ...v };
36558
+ const { transition: k, transitionEnd: C, ...g } = u;
36559
+ l = { ...l, ...g, ...C };
36560
36560
  }
36561
36561
  return l;
36562
36562
  };
@@ -36565,10 +36565,10 @@ function dce(e) {
36565
36565
  }
36566
36566
  function c(d) {
36567
36567
  const { props: l } = e, h = hI(e.parent) || {}, u = [], p = /* @__PURE__ */ new Set();
36568
- let k = {}, v = 1 / 0;
36568
+ let k = {}, C = 1 / 0;
36569
36569
  for (let x = 0; x < rce; x++) {
36570
36570
  const M = cce[x], N = a[M], f = l[M] !== void 0 ? l[M] : h[M], w = Aa(f), m = M === d ? N.isActive : null;
36571
- m === !1 && (v = x);
36571
+ m === !1 && (C = x);
36572
36572
  let S = f === h[M] && f !== l[M] && w;
36573
36573
  if (S && o && e.manuallyAnimateOnMount && (S = !1), N.protectedKeys = { ...k }, // If it isn't active and hasn't *just* been set as inactive
36574
36574
  !N.isActive && m === null || // If we didn't and don't have any defined prop for this animation type
@@ -36578,7 +36578,7 @@ function dce(e) {
36578
36578
  const A = hce(N.prevProp, f);
36579
36579
  let P = A || // If we're making this variant active, we want to always make it active
36580
36580
  M === d && N.isActive && !S && w || // If we removed a higher-priority variant (i is in reverse order)
36581
- x > v && w, j = !1;
36581
+ x > C && w, j = !1;
36582
36582
  const E = Array.isArray(f) ? f : [f];
36583
36583
  let q = E.reduce(i(M), {});
36584
36584
  m === !1 && (q = {});
@@ -36594,8 +36594,8 @@ function dce(e) {
36594
36594
  const ee = q[Y], te = z[Y];
36595
36595
  if (k.hasOwnProperty(Y))
36596
36596
  continue;
36597
- let C = !1;
36598
- ax(ee) && ax(te) ? C = !dI(ee, te) : C = ee !== te, C ? ee != null ? B(Y) : p.add(Y) : ee !== void 0 && p.has(Y) ? B(Y) : N.protectedKeys[Y] = !0;
36597
+ let v = !1;
36598
+ ax(ee) && ax(te) ? v = !dI(ee, te) : v = ee !== te, v ? ee != null ? B(Y) : p.add(Y) : ee !== void 0 && p.has(Y) ? B(Y) : N.protectedKeys[Y] = !0;
36599
36599
  }
36600
36600
  N.prevProp = f, N.prevResolvedValues = q, N.isActive && (k = { ...k, ...q }), o && e.blockInitialAnimation && (P = !1), P && (!(S && A) || j) && u.push(...E.map((Y) => ({
36601
36601
  animation: Y,
@@ -36613,8 +36613,8 @@ function dce(e) {
36613
36613
  f && (f.liveStyle = !0), x[M] = N ?? null;
36614
36614
  }), u.push({ animation: x });
36615
36615
  }
36616
- let _ = !!u.length;
36617
- return o && (l.initial === !1 || l.initial === l.animate) && !e.manuallyAnimateOnMount && (_ = !1), o = !1, _ ? t(u) : Promise.resolve();
36616
+ let g = !!u.length;
36617
+ return o && (l.initial === !1 || l.initial === l.animate) && !e.manuallyAnimateOnMount && (g = !1), o = !1, g ? t(u) : Promise.resolve();
36618
36618
  }
36619
36619
  function s(d, l) {
36620
36620
  var u;
@@ -36877,19 +36877,19 @@ class MI {
36877
36877
  const u = PC(this.lastMoveEventInfo, this.history), p = this.startEvent !== null, k = bce(u.offset, { x: 0, y: 0 }) >= 3;
36878
36878
  if (!p && !k)
36879
36879
  return;
36880
- const { point: v } = u, { timestamp: _ } = Ne;
36881
- this.history.push({ ...v, timestamp: _ });
36880
+ const { point: C } = u, { timestamp: g } = Ne;
36881
+ this.history.push({ ...C, timestamp: g });
36882
36882
  const { onStart: x, onMove: M } = this.handlers;
36883
36883
  p || (x && x(this.lastMoveEvent, u), this.startEvent = this.lastMoveEvent), M && M(this.lastMoveEvent, u);
36884
36884
  }, this.handlePointerMove = (u, p) => {
36885
36885
  this.lastMoveEvent = u, this.lastMoveEventInfo = AC(p, this.transformPagePoint), Le.update(this.updatePoint, !0);
36886
36886
  }, this.handlePointerUp = (u, p) => {
36887
36887
  this.end();
36888
- const { onEnd: k, onSessionEnd: v, resumeAnimation: _ } = this.handlers;
36889
- if (this.dragSnapToOrigin && _ && _(), !(this.lastMoveEvent && this.lastMoveEventInfo))
36888
+ const { onEnd: k, onSessionEnd: C, resumeAnimation: g } = this.handlers;
36889
+ if (this.dragSnapToOrigin && g && g(), !(this.lastMoveEvent && this.lastMoveEventInfo))
36890
36890
  return;
36891
36891
  const x = PC(u.type === "pointercancel" ? this.lastMoveEventInfo : AC(p, this.transformPagePoint), this.history);
36892
- this.startEvent && k && k(u, x), v && v(u, x);
36892
+ this.startEvent && k && k(u, x), C && C(u, x);
36893
36893
  }, !Vx(t))
36894
36894
  return;
36895
36895
  this.dragSnapToOrigin = r, this.handlers = a, this.transformPagePoint = o, this.contextWindow = i || window;
@@ -37006,7 +37006,7 @@ class Tce {
37006
37006
  const { dragSnapToOrigin: u } = this.getProps();
37007
37007
  u ? this.pauseAnimation() : this.stopAnimation(), a && this.snapToCursor(ja(h).point);
37008
37008
  }, r = (h, u) => {
37009
- const { drag: p, dragPropagation: k, onDragStart: v } = this.getProps();
37009
+ const { drag: p, dragPropagation: k, onDragStart: C } = this.getProps();
37010
37010
  if (p && !k && (this.openDragLock && this.openDragLock(), this.openDragLock = X0e(p), !this.openDragLock))
37011
37011
  return;
37012
37012
  this.isDragging = !0, this.currentDirection = null, this.resolveConstraints(), this.visualElement.projection && (this.visualElement.projection.isAnimationBlocked = !0, this.visualElement.projection.target = void 0), Ue((x) => {
@@ -37019,19 +37019,19 @@ class Tce {
37019
37019
  }
37020
37020
  }
37021
37021
  this.originPoint[x] = M;
37022
- }), v && Le.postRender(() => v(h, u)), ox(this.visualElement, "transform");
37023
- const { animationState: _ } = this.visualElement;
37024
- _ && _.setActive("whileDrag", !0);
37022
+ }), C && Le.postRender(() => C(h, u)), ox(this.visualElement, "transform");
37023
+ const { animationState: g } = this.visualElement;
37024
+ g && g.setActive("whileDrag", !0);
37025
37025
  }, c = (h, u) => {
37026
- const { dragPropagation: p, dragDirectionLock: k, onDirectionLock: v, onDrag: _ } = this.getProps();
37026
+ const { dragPropagation: p, dragDirectionLock: k, onDirectionLock: C, onDrag: g } = this.getProps();
37027
37027
  if (!p && !this.openDragLock)
37028
37028
  return;
37029
37029
  const { offset: x } = u;
37030
37030
  if (k && this.currentDirection === null) {
37031
- this.currentDirection = jce(x), this.currentDirection !== null && v && v(this.currentDirection);
37031
+ this.currentDirection = jce(x), this.currentDirection !== null && C && C(this.currentDirection);
37032
37032
  return;
37033
37033
  }
37034
- this.updateAxis("x", u.point, x), this.updateAxis("y", u.point, x), this.visualElement.render(), _ && _(h, u);
37034
+ this.updateAxis("x", u.point, x), this.updateAxis("y", u.point, x), this.visualElement.render(), g && g(h, u);
37035
37035
  }, s = (h, u) => this.stop(h, u), d = () => Ue((h) => {
37036
37036
  var u;
37037
37037
  return this.getAnimationState(h) === "paused" && ((u = this.getAxisMotionValue(h).animation) == null ? void 0 : u.play());
@@ -37102,7 +37102,7 @@ class Tce {
37102
37102
  return;
37103
37103
  let u = d && d[h] || {};
37104
37104
  c && (u = { min: 0, max: 0 });
37105
- const p = i ? 200 : 1e6, k = i ? 40 : 1e7, v = {
37105
+ const p = i ? 200 : 1e6, k = i ? 40 : 1e7, C = {
37106
37106
  type: "inertia",
37107
37107
  velocity: o ? t[h] : 0,
37108
37108
  bounceStiffness: p,
@@ -37113,7 +37113,7 @@ class Tce {
37113
37113
  ...r,
37114
37114
  ...u
37115
37115
  };
37116
- return this.startAxisValueAnimation(h, v);
37116
+ return this.startAxisValueAnimation(h, C);
37117
37117
  });
37118
37118
  return Promise.all(l).then(s);
37119
37119
  }
@@ -37352,7 +37352,7 @@ class Dce extends DI {
37352
37352
  }
37353
37353
  function _I(e) {
37354
37354
  const [t, a] = GS(), o = Ae(fx);
37355
- return g.jsx(Dce, { ...e, layoutGroup: o, switchLayoutGroup: Ae(QS), isPresent: t, safeToRemove: a });
37355
+ return _.jsx(Dce, { ...e, layoutGroup: o, switchLayoutGroup: Ae(QS), isPresent: t, safeToRemove: a });
37356
37356
  }
37357
37357
  const Oce = {
37358
37358
  borderRadius: {
@@ -37522,8 +37522,8 @@ function nre(e, t, a) {
37522
37522
  let o = "";
37523
37523
  const i = e.x.translate / t.x, r = e.y.translate / t.y, c = (a == null ? void 0 : a.z) || 0;
37524
37524
  if ((i || r || c) && (o = `translate3d(${i}px, ${r}px, ${c}px) `), (t.x !== 1 || t.y !== 1) && (o += `scale(${1 / t.x}, ${1 / t.y}) `), a) {
37525
- const { transformPerspective: l, rotate: h, rotateX: u, rotateY: p, skewX: k, skewY: v } = a;
37526
- l && (o = `perspective(${l}px) ${o}`), h && (o += `rotate(${h}deg) `), u && (o += `rotateX(${u}deg) `), p && (o += `rotateY(${p}deg) `), k && (o += `skewX(${k}deg) `), v && (o += `skewY(${v}deg) `);
37525
+ const { transformPerspective: l, rotate: h, rotateX: u, rotateY: p, skewX: k, skewY: C } = a;
37526
+ l && (o = `perspective(${l}px) ${o}`), h && (o += `rotate(${h}deg) `), u && (o += `rotateX(${u}deg) `), p && (o += `rotateY(${p}deg) `), k && (o += `skewX(${k}deg) `), C && (o += `skewY(${C}deg) `);
37527
37527
  }
37528
37528
  const s = e.x.scale * t.x, d = e.y.scale * t.y;
37529
37529
  return (s !== 1 || d !== 1) && (o += `scale(${s}, ${d})`), o || "none";
@@ -37590,12 +37590,12 @@ function bI({ attachResizeListener: e, defaultParent: t, measureScroll: a, check
37590
37590
  this.target = void 0, this.relativeTarget = void 0;
37591
37591
  return;
37592
37592
  }
37593
- const v = this.options.transition || l.getDefaultTransition() || gre, { onLayoutAnimationStart: _, onLayoutAnimationComplete: x } = l.getProps(), M = !this.targetLayout || !LI(this.targetLayout, k), N = !u && p;
37593
+ const C = this.options.transition || l.getDefaultTransition() || gre, { onLayoutAnimationStart: g, onLayoutAnimationComplete: x } = l.getProps(), M = !this.targetLayout || !LI(this.targetLayout, k), N = !u && p;
37594
37594
  if (this.options.layoutRoot || this.resumeFrom || N || u && (M || !this.currentAnimation)) {
37595
37595
  this.resumeFrom && (this.resumingFrom = this.resumeFrom, this.resumingFrom.resumingFrom = void 0);
37596
37596
  const f = {
37597
- ...Tx(v, "layout"),
37598
- onPlay: _,
37597
+ ...Tx(C, "layout"),
37598
+ onPlay: g,
37599
37599
  onComplete: x
37600
37600
  };
37601
37601
  (l.shouldReduceMotion || this.options.layoutRoot) && (f.delay = 0, f.type = !1), this.startAnimation(f), this.setAnimationOrigin(h, N);
@@ -37810,10 +37810,10 @@ function bI({ attachResizeListener: e, defaultParent: t, measureScroll: a, check
37810
37810
  return !!((this.relativeTarget || this.targetDelta || this.options.layoutRoot) && this.layout);
37811
37811
  }
37812
37812
  calcProjection() {
37813
- var v;
37813
+ var C;
37814
37814
  const c = this.getLead(), s = !!this.resumingFrom || this !== c;
37815
37815
  let d = !0;
37816
- if ((this.isProjectionDirty || (v = this.parent) != null && v.isProjectionDirty) && (d = !1), s && (this.isSharedProjectionDirty || this.isTransformDirty) && (d = !1), this.resolvedRelativeTargetAt === Ne.timestamp && (d = !1), d)
37816
+ if ((this.isProjectionDirty || (C = this.parent) != null && C.isProjectionDirty) && (d = !1), s && (this.isSharedProjectionDirty || this.isTransformDirty) && (d = !1), this.resolvedRelativeTargetAt === Ne.timestamp && (d = !1), d)
37817
37817
  return;
37818
37818
  const { layout: l, layoutId: h } = this.options;
37819
37819
  if (this.isTreeAnimating = !!(this.parent && this.parent.isTreeAnimating || this.currentAnimation || this.pendingAnimation), this.isTreeAnimating || (this.targetDelta = this.relativeTarget = void 0), !this.layout || !(l || h))
@@ -37848,12 +37848,12 @@ function bI({ attachResizeListener: e, defaultParent: t, measureScroll: a, check
37848
37848
  setAnimationOrigin(c, s = !1) {
37849
37849
  const d = this.snapshot, l = d ? d.latestValues : {}, h = { ...this.latestValues }, u = sa();
37850
37850
  (!this.relativeParent || !this.relativeParent.options.layoutRoot) && (this.relativeTarget = this.relativeTargetOrigin = void 0), this.attemptToResolveRelativeTarget = !s;
37851
- const p = we(), k = d ? d.source : void 0, v = this.layout ? this.layout.source : void 0, _ = k !== v, x = this.getStack(), M = !x || x.members.length <= 1, N = !!(_ && !M && this.options.crossfade === !0 && !this.path.some(Mre));
37851
+ const p = we(), k = d ? d.source : void 0, C = this.layout ? this.layout.source : void 0, g = k !== C, x = this.getStack(), M = !x || x.members.length <= 1, N = !!(g && !M && this.options.crossfade === !0 && !this.path.some(Mre));
37852
37852
  this.animationProgress = 0;
37853
37853
  let f;
37854
37854
  this.mixTargetDelta = (w) => {
37855
37855
  const m = w / 1e3;
37856
- ub(u.x, c.x, m), ub(u.y, c.y, m), this.setTargetDelta(u), this.relativeTarget && this.relativeTargetOrigin && this.layout && this.relativeParent && this.relativeParent.layout && (ba(p, this.layout.layoutBox, this.relativeParent.layout.layoutBox), mre(this.relativeTarget, this.relativeTargetOrigin, p, m), f && ere(this.relativeTarget, f) && (this.isProjectionDirty = !1), f || (f = we()), Be(f, this.relativeTarget)), _ && (this.animationValues = h, Wce(h, l, this.latestValues, m, N, M)), this.root.scheduleUpdateProjection(), this.scheduleRender(), this.animationProgress = m;
37856
+ ub(u.x, c.x, m), ub(u.y, c.y, m), this.setTargetDelta(u), this.relativeTarget && this.relativeTargetOrigin && this.layout && this.relativeParent && this.relativeParent.layout && (ba(p, this.layout.layoutBox, this.relativeParent.layout.layoutBox), mre(this.relativeTarget, this.relativeTargetOrigin, p, m), f && ere(this.relativeTarget, f) && (this.isProjectionDirty = !1), f || (f = we()), Be(f, this.relativeTarget)), g && (this.animationValues = h, Wce(h, l, this.latestValues, m, N, M)), this.root.scheduleUpdateProjection(), this.scheduleRender(), this.animationProgress = m;
37857
37857
  }, this.mixTargetDelta(this.options.layoutRoot ? 1e3 : 0);
37858
37858
  }
37859
37859
  startAnimation(c) {
@@ -37970,11 +37970,11 @@ function bI({ attachResizeListener: e, defaultParent: t, measureScroll: a, check
37970
37970
  for (const k in Pa) {
37971
37971
  if (h[k] === void 0)
37972
37972
  continue;
37973
- const { correct: v, applyTo: _, isCSSVariable: x } = Pa[k], M = s.transform === "none" ? h[k] : v(h[k], l);
37974
- if (_) {
37975
- const N = _.length;
37973
+ const { correct: C, applyTo: g, isCSSVariable: x } = Pa[k], M = s.transform === "none" ? h[k] : C(h[k], l);
37974
+ if (g) {
37975
+ const N = g.length;
37976
37976
  for (let f = 0; f < N; f++)
37977
- s[_[f]] = M;
37977
+ s[g[f]] = M;
37978
37978
  } else
37979
37979
  x ? this.options.visualElement.renderState.vars[k] = M : s[k] = M;
37980
37980
  }
@@ -38018,10 +38018,10 @@ function rre(e) {
38018
38018
  if (u && !u.resumeFrom) {
38019
38019
  const { snapshot: p, layout: k } = u;
38020
38020
  if (p && k) {
38021
- const v = we();
38022
- ba(v, t.layoutBox, p.layoutBox);
38023
- const _ = we();
38024
- ba(_, o, k.layoutBox), LI(v, _) || (h = !0), u.options.layoutRoot && (e.relativeTarget = _, e.relativeTargetOrigin = v, e.relativeParent = u);
38021
+ const C = we();
38022
+ ba(C, t.layoutBox, p.layoutBox);
38023
+ const g = we();
38024
+ ba(g, o, k.layoutBox), LI(C, g) || (h = !0), u.options.layoutRoot && (e.relativeTarget = g, e.relativeTargetOrigin = C, e.relativeParent = u);
38025
38025
  }
38026
38026
  }
38027
38027
  }
@@ -38684,8 +38684,8 @@ const Xre = "toggle-module__toggle___UzM3e", Kre = "toggle-module__skeleton___mj
38684
38684
  isSkeleton: h = !1,
38685
38685
  isError: u = !1,
38686
38686
  onChange: p
38687
- }) => /* @__PURE__ */ g.jsxs("div", { className: be.field, children: [
38688
- /* @__PURE__ */ g.jsxs(
38687
+ }) => /* @__PURE__ */ _.jsxs("div", { className: be.field, children: [
38688
+ /* @__PURE__ */ _.jsxs(
38689
38689
  "div",
38690
38690
  {
38691
38691
  className: oe(
@@ -38697,7 +38697,7 @@ const Xre = "toggle-module__toggle___UzM3e", Kre = "toggle-module__skeleton___mj
38697
38697
  !e && !s && be["no-placeholder"]
38698
38698
  ),
38699
38699
  children: [
38700
- /* @__PURE__ */ g.jsx(
38700
+ /* @__PURE__ */ _.jsx(
38701
38701
  "input",
38702
38702
  {
38703
38703
  type: "checkbox",
@@ -38711,12 +38711,12 @@ const Xre = "toggle-module__toggle___UzM3e", Kre = "toggle-module__skeleton___mj
38711
38711
  disabled: l || h
38712
38712
  }
38713
38713
  ),
38714
- /* @__PURE__ */ g.jsx("label", { htmlFor: a || t, children: e || s && /* @__PURE__ */ g.jsx("div", { className: be.title, children: /* @__PURE__ */ g.jsx("div", { className: be.label, children: s }) }) })
38714
+ /* @__PURE__ */ _.jsx("label", { htmlFor: a || t, children: e || s && /* @__PURE__ */ _.jsx("div", { className: be.title, children: /* @__PURE__ */ _.jsx("div", { className: be.label, children: s }) }) })
38715
38715
  ]
38716
38716
  }
38717
38717
  ),
38718
- r && /* @__PURE__ */ g.jsx("div", { className: be.helper, children: r })
38719
- ] }), dse = ({ ...e }) => /* @__PURE__ */ g.jsxs(
38718
+ r && /* @__PURE__ */ _.jsx("div", { className: be.helper, children: r })
38719
+ ] }), dse = ({ ...e }) => /* @__PURE__ */ _.jsxs(
38720
38720
  "div",
38721
38721
  {
38722
38722
  className: oe(
@@ -38726,13 +38726,13 @@ const Xre = "toggle-module__toggle___UzM3e", Kre = "toggle-module__skeleton___mj
38726
38726
  e.className
38727
38727
  ),
38728
38728
  children: [
38729
- /* @__PURE__ */ g.jsxs(
38729
+ /* @__PURE__ */ _.jsxs(
38730
38730
  Ca.span,
38731
38731
  {
38732
38732
  animate: { x: e.checked ? 40 : 0 },
38733
38733
  transition: e.isSkeleton ? { duration: 0 } : { duration: 0.2 },
38734
38734
  children: [
38735
- /* @__PURE__ */ g.jsx(
38735
+ /* @__PURE__ */ _.jsx(
38736
38736
  h1,
38737
38737
  {
38738
38738
  name: "Sun",
@@ -38740,7 +38740,7 @@ const Xre = "toggle-module__toggle___UzM3e", Kre = "toggle-module__skeleton___mj
38740
38740
  className: aa.sun
38741
38741
  }
38742
38742
  ),
38743
- /* @__PURE__ */ g.jsx(
38743
+ /* @__PURE__ */ _.jsx(
38744
38744
  h1,
38745
38745
  {
38746
38746
  name: "Moon",
@@ -38751,7 +38751,7 @@ const Xre = "toggle-module__toggle___UzM3e", Kre = "toggle-module__skeleton___mj
38751
38751
  ]
38752
38752
  }
38753
38753
  ),
38754
- /* @__PURE__ */ g.jsx(
38754
+ /* @__PURE__ */ _.jsx(
38755
38755
  sse,
38756
38756
  {
38757
38757
  ...e,
@@ -38780,15 +38780,15 @@ function yse() {
38780
38780
  }
38781
38781
  const Bde = ({ id: e, isHome: t = !1, theme: a, onToggleTheme: o }) => {
38782
38782
  const [i, r] = Xe(a === "dark"), c = n1(), s = yse();
38783
- return /* @__PURE__ */ g.jsx(
38783
+ return /* @__PURE__ */ _.jsx(
38784
38784
  "div",
38785
38785
  {
38786
38786
  id: e,
38787
38787
  className: oe(oa.header, t && oa["is-home"], s && oa.scrolled),
38788
- children: /* @__PURE__ */ g.jsx("div", { className: oa.container, children: /* @__PURE__ */ g.jsxs("div", { className: oe(oa.top), children: [
38789
- /* @__PURE__ */ g.jsx(ooe, {}),
38790
- /* @__PURE__ */ g.jsx(roe, {}),
38791
- /* @__PURE__ */ g.jsx("div", { className: oa.right, children: /* @__PURE__ */ g.jsx(
38788
+ children: /* @__PURE__ */ _.jsx("div", { className: oa.container, children: /* @__PURE__ */ _.jsxs("div", { className: oe(oa.top), children: [
38789
+ /* @__PURE__ */ _.jsx(ooe, {}),
38790
+ /* @__PURE__ */ _.jsx(roe, {}),
38791
+ /* @__PURE__ */ _.jsx("div", { className: oa.right, children: /* @__PURE__ */ _.jsx(
38792
38792
  dse,
38793
38793
  {
38794
38794
  name: "toggle",
@@ -38809,9 +38809,9 @@ const Bde = ({ id: e, isHome: t = !1, theme: a, onToggleTheme: o }) => {
38809
38809
  border: fse,
38810
38810
  title: mse,
38811
38811
  content: Mse
38812
- }, Ude = ({ children: e, title: t, className: a = "", border: o = !1 }) => /* @__PURE__ */ g.jsxs("div", { className: oe(io.container, o && io.border, a), children: [
38813
- t && /* @__PURE__ */ g.jsx("div", { className: io.title, children: t }),
38814
- /* @__PURE__ */ g.jsx("div", { className: io.content, children: e })
38812
+ }, Ude = ({ children: e, title: t, className: a = "", border: o = !1 }) => /* @__PURE__ */ _.jsxs("div", { className: oe(io.container, o && io.border, a), children: [
38813
+ t && /* @__PURE__ */ _.jsx("div", { className: io.title, children: t }),
38814
+ /* @__PURE__ */ _.jsx("div", { className: io.content, children: e })
38815
38815
  ] });
38816
38816
  var co = {}, _b;
38817
38817
  function gse() {
@@ -38820,10 +38820,10 @@ function gse() {
38820
38820
  var e = /(?:(only|not)?\s*([^\s\(\)]+)(?:\s*and)?\s*)?(.+)?/i, t = /\(\s*([^\s\:\)]+)\s*(?:\:\s*([^\s\)]+))?\s*\)/, a = /^(?:(min|max)-)?(.+)/, o = /(em|rem|px|cm|mm|in|pt|pc)?$/, i = /(dpi|dpcm|dppx)?$/;
38821
38821
  function r(h, u) {
38822
38822
  return c(h).some(function(p) {
38823
- var k = p.inverse, v = p.type === "all" || u.type === p.type;
38824
- if (v && k || !(v || k))
38823
+ var k = p.inverse, C = p.type === "all" || u.type === p.type;
38824
+ if (C && k || !(C || k))
38825
38825
  return !1;
38826
- var _ = p.expressions.every(function(x) {
38826
+ var g = p.expressions.every(function(x) {
38827
38827
  var M = x.feature, N = x.modifier, f = x.value, w = u[M];
38828
38828
  if (!w)
38829
38829
  return !1;
@@ -38862,14 +38862,14 @@ function gse() {
38862
38862
  return w === f;
38863
38863
  }
38864
38864
  });
38865
- return _ && !k || !_ && k;
38865
+ return g && !k || !g && k;
38866
38866
  });
38867
38867
  }
38868
38868
  function c(h) {
38869
38869
  return h.split(",").map(function(u) {
38870
38870
  u = u.trim();
38871
- var p = u.match(e), k = p[1], v = p[2], _ = p[3] || "", x = {};
38872
- return x.inverse = !!k && k.toLowerCase() === "not", x.type = v ? v.toLowerCase() : "all", _ = _.match(/\([^\)]+\)/g) || [], x.expressions = _.map(function(M) {
38871
+ var p = u.match(e), k = p[1], C = p[2], g = p[3] || "", x = {};
38872
+ return x.inverse = !!k && k.toLowerCase() === "not", x.type = C ? C.toLowerCase() : "all", g = g.match(/\([^\)]+\)/g) || [], x.expressions = g.map(function(M) {
38873
38873
  var N = M.match(t), f = N[1].toLowerCase().match(a);
38874
38874
  return {
38875
38875
  modifier: f[1],
@@ -38983,7 +38983,7 @@ var Cb;
38983
38983
  function Sse() {
38984
38984
  if (Cb) return ye;
38985
38985
  Cb = 1;
38986
- var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, a = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, r = e ? Symbol.for("react.profiler") : 60114, c = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, h = e ? Symbol.for("react.forward_ref") : 60112, u = e ? Symbol.for("react.suspense") : 60113, p = e ? Symbol.for("react.suspense_list") : 60120, k = e ? Symbol.for("react.memo") : 60115, v = e ? Symbol.for("react.lazy") : 60116, _ = e ? Symbol.for("react.block") : 60121, x = e ? Symbol.for("react.fundamental") : 60117, M = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
38986
+ var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, a = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, r = e ? Symbol.for("react.profiler") : 60114, c = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, h = e ? Symbol.for("react.forward_ref") : 60112, u = e ? Symbol.for("react.suspense") : 60113, p = e ? Symbol.for("react.suspense_list") : 60120, k = e ? Symbol.for("react.memo") : 60115, C = e ? Symbol.for("react.lazy") : 60116, g = e ? Symbol.for("react.block") : 60121, x = e ? Symbol.for("react.fundamental") : 60117, M = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
38987
38987
  function f(m) {
38988
38988
  if (typeof m == "object" && m !== null) {
38989
38989
  var S = m.$$typeof;
@@ -39001,7 +39001,7 @@ function Sse() {
39001
39001
  switch (m = m && m.$$typeof, m) {
39002
39002
  case s:
39003
39003
  case h:
39004
- case v:
39004
+ case C:
39005
39005
  case k:
39006
39006
  case c:
39007
39007
  return m;
@@ -39017,7 +39017,7 @@ function Sse() {
39017
39017
  function w(m) {
39018
39018
  return f(m) === l;
39019
39019
  }
39020
- return ye.AsyncMode = d, ye.ConcurrentMode = l, ye.ContextConsumer = s, ye.ContextProvider = c, ye.Element = t, ye.ForwardRef = h, ye.Fragment = o, ye.Lazy = v, ye.Memo = k, ye.Portal = a, ye.Profiler = r, ye.StrictMode = i, ye.Suspense = u, ye.isAsyncMode = function(m) {
39020
+ return ye.AsyncMode = d, ye.ConcurrentMode = l, ye.ContextConsumer = s, ye.ContextProvider = c, ye.Element = t, ye.ForwardRef = h, ye.Fragment = o, ye.Lazy = C, ye.Memo = k, ye.Portal = a, ye.Profiler = r, ye.StrictMode = i, ye.Suspense = u, ye.isAsyncMode = function(m) {
39021
39021
  return w(m) || f(m) === d;
39022
39022
  }, ye.isConcurrentMode = w, ye.isContextConsumer = function(m) {
39023
39023
  return f(m) === s;
@@ -39030,7 +39030,7 @@ function Sse() {
39030
39030
  }, ye.isFragment = function(m) {
39031
39031
  return f(m) === o;
39032
39032
  }, ye.isLazy = function(m) {
39033
- return f(m) === v;
39033
+ return f(m) === C;
39034
39034
  }, ye.isMemo = function(m) {
39035
39035
  return f(m) === k;
39036
39036
  }, ye.isPortal = function(m) {
@@ -39042,7 +39042,7 @@ function Sse() {
39042
39042
  }, ye.isSuspense = function(m) {
39043
39043
  return f(m) === u;
39044
39044
  }, ye.isValidElementType = function(m) {
39045
- return typeof m == "string" || typeof m == "function" || m === o || m === l || m === r || m === i || m === u || m === p || typeof m == "object" && m !== null && (m.$$typeof === v || m.$$typeof === k || m.$$typeof === c || m.$$typeof === s || m.$$typeof === h || m.$$typeof === x || m.$$typeof === M || m.$$typeof === N || m.$$typeof === _);
39045
+ return typeof m == "string" || typeof m == "function" || m === o || m === l || m === r || m === i || m === u || m === p || typeof m == "object" && m !== null && (m.$$typeof === C || m.$$typeof === k || m.$$typeof === c || m.$$typeof === s || m.$$typeof === h || m.$$typeof === x || m.$$typeof === M || m.$$typeof === N || m.$$typeof === g);
39046
39046
  }, ye.typeOf = f, ye;
39047
39047
  }
39048
39048
  var ke = {};
@@ -39057,10 +39057,10 @@ var ke = {};
39057
39057
  var xb;
39058
39058
  function Ise() {
39059
39059
  return xb || (xb = 1, process.env.NODE_ENV !== "production" && function() {
39060
- var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, a = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, r = e ? Symbol.for("react.profiler") : 60114, c = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, h = e ? Symbol.for("react.forward_ref") : 60112, u = e ? Symbol.for("react.suspense") : 60113, p = e ? Symbol.for("react.suspense_list") : 60120, k = e ? Symbol.for("react.memo") : 60115, v = e ? Symbol.for("react.lazy") : 60116, _ = e ? Symbol.for("react.block") : 60121, x = e ? Symbol.for("react.fundamental") : 60117, M = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
39060
+ var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, a = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, r = e ? Symbol.for("react.profiler") : 60114, c = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, h = e ? Symbol.for("react.forward_ref") : 60112, u = e ? Symbol.for("react.suspense") : 60113, p = e ? Symbol.for("react.suspense_list") : 60120, k = e ? Symbol.for("react.memo") : 60115, C = e ? Symbol.for("react.lazy") : 60116, g = e ? Symbol.for("react.block") : 60121, x = e ? Symbol.for("react.fundamental") : 60117, M = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
39061
39061
  function f(L) {
39062
39062
  return typeof L == "string" || typeof L == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
39063
- L === o || L === l || L === r || L === i || L === u || L === p || typeof L == "object" && L !== null && (L.$$typeof === v || L.$$typeof === k || L.$$typeof === c || L.$$typeof === s || L.$$typeof === h || L.$$typeof === x || L.$$typeof === M || L.$$typeof === N || L.$$typeof === _);
39063
+ L === o || L === l || L === r || L === i || L === u || L === p || typeof L == "object" && L !== null && (L.$$typeof === C || L.$$typeof === k || L.$$typeof === c || L.$$typeof === s || L.$$typeof === h || L.$$typeof === x || L.$$typeof === M || L.$$typeof === N || L.$$typeof === g);
39064
39064
  }
39065
39065
  function w(L) {
39066
39066
  if (typeof L == "object" && L !== null) {
@@ -39081,7 +39081,7 @@ function Ise() {
39081
39081
  switch (G) {
39082
39082
  case s:
39083
39083
  case h:
39084
- case v:
39084
+ case C:
39085
39085
  case k:
39086
39086
  case c:
39087
39087
  return G;
@@ -39094,11 +39094,11 @@ function Ise() {
39094
39094
  }
39095
39095
  }
39096
39096
  }
39097
- var m = d, S = l, A = s, P = c, j = t, E = h, q = o, z = v, ne = k, B = a, J = r, X = i, Y = u, ee = !1;
39097
+ var m = d, S = l, A = s, P = c, j = t, E = h, q = o, z = C, ne = k, B = a, J = r, X = i, Y = u, ee = !1;
39098
39098
  function te(L) {
39099
- return ee || (ee = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), C(L) || w(L) === d;
39099
+ return ee || (ee = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), v(L) || w(L) === d;
39100
39100
  }
39101
- function C(L) {
39101
+ function v(L) {
39102
39102
  return w(L) === l;
39103
39103
  }
39104
39104
  function R(L) {
@@ -39117,7 +39117,7 @@ function Ise() {
39117
39117
  return w(L) === o;
39118
39118
  }
39119
39119
  function Z(L) {
39120
- return w(L) === v;
39120
+ return w(L) === C;
39121
39121
  }
39122
39122
  function b(L) {
39123
39123
  return w(L) === k;
@@ -39134,7 +39134,7 @@ function Ise() {
39134
39134
  function I(L) {
39135
39135
  return w(L) === u;
39136
39136
  }
39137
- ke.AsyncMode = m, ke.ConcurrentMode = S, ke.ContextConsumer = A, ke.ContextProvider = P, ke.Element = j, ke.ForwardRef = E, ke.Fragment = q, ke.Lazy = z, ke.Memo = ne, ke.Portal = B, ke.Profiler = J, ke.StrictMode = X, ke.Suspense = Y, ke.isAsyncMode = te, ke.isConcurrentMode = C, ke.isContextConsumer = R, ke.isContextProvider = T, ke.isElement = O, ke.isForwardRef = H, ke.isFragment = Q, ke.isLazy = Z, ke.isMemo = b, ke.isPortal = U, ke.isProfiler = V, ke.isStrictMode = W, ke.isSuspense = I, ke.isValidElementType = f, ke.typeOf = w;
39137
+ ke.AsyncMode = m, ke.ConcurrentMode = S, ke.ContextConsumer = A, ke.ContextProvider = P, ke.Element = j, ke.ForwardRef = E, ke.Fragment = q, ke.Lazy = z, ke.Memo = ne, ke.Portal = B, ke.Profiler = J, ke.StrictMode = X, ke.Suspense = Y, ke.isAsyncMode = te, ke.isConcurrentMode = v, ke.isContextConsumer = R, ke.isContextProvider = T, ke.isElement = O, ke.isForwardRef = H, ke.isFragment = Q, ke.isLazy = Z, ke.isMemo = b, ke.isPortal = U, ke.isProfiler = V, ke.isStrictMode = W, ke.isSuspense = I, ke.isValidElementType = f, ke.typeOf = w;
39138
39138
  }()), ke;
39139
39139
  }
39140
39140
  var Lb;
@@ -39233,8 +39233,8 @@ function Ase() {
39233
39233
  throw p.name = "Invariant Violation", p;
39234
39234
  }
39235
39235
  u = r[h](c, h, d, s, null, t);
39236
- } catch (v) {
39237
- u = v;
39236
+ } catch (C) {
39237
+ u = C;
39238
39238
  }
39239
39239
  if (u && !(u instanceof Error) && e(
39240
39240
  (d || "React class") + ": type specification of " + s + " `" + h + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof u + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
@@ -39271,8 +39271,8 @@ function Pse() {
39271
39271
  }
39272
39272
  return OC = function(s, d) {
39273
39273
  var l = typeof Symbol == "function" && Symbol.iterator, h = "@@iterator";
39274
- function u(C) {
39275
- var R = C && (l && C[l] || C[h]);
39274
+ function u(v) {
39275
+ var R = v && (l && v[l] || v[h]);
39276
39276
  if (typeof R == "function")
39277
39277
  return R;
39278
39278
  }
@@ -39297,14 +39297,14 @@ function Pse() {
39297
39297
  shape: z,
39298
39298
  exact: ne
39299
39299
  };
39300
- function v(C, R) {
39301
- return C === R ? C !== 0 || 1 / C === 1 / R : C !== C && R !== R;
39300
+ function C(v, R) {
39301
+ return v === R ? v !== 0 || 1 / v === 1 / R : v !== v && R !== R;
39302
39302
  }
39303
- function _(C, R) {
39304
- this.message = C, this.data = R && typeof R == "object" ? R : {}, this.stack = "";
39303
+ function g(v, R) {
39304
+ this.message = v, this.data = R && typeof R == "object" ? R : {}, this.stack = "";
39305
39305
  }
39306
- _.prototype = Error.prototype;
39307
- function x(C) {
39306
+ g.prototype = Error.prototype;
39307
+ function x(v) {
39308
39308
  if (process.env.NODE_ENV !== "production")
39309
39309
  var R = {}, T = 0;
39310
39310
  function O(Q, Z, b, U, V, W, I) {
@@ -39322,19 +39322,19 @@ function Pse() {
39322
39322
  ), R[fe] = !0, T++);
39323
39323
  }
39324
39324
  }
39325
- return Z[b] == null ? Q ? Z[b] === null ? new _("The " + V + " `" + W + "` is marked as required " + ("in `" + U + "`, but its value is `null`.")) : new _("The " + V + " `" + W + "` is marked as required in " + ("`" + U + "`, but its value is `undefined`.")) : null : C(Z, b, U, V, W);
39325
+ return Z[b] == null ? Q ? Z[b] === null ? new g("The " + V + " `" + W + "` is marked as required " + ("in `" + U + "`, but its value is `null`.")) : new g("The " + V + " `" + W + "` is marked as required in " + ("`" + U + "`, but its value is `undefined`.")) : null : v(Z, b, U, V, W);
39326
39326
  }
39327
39327
  var H = O.bind(null, !1);
39328
39328
  return H.isRequired = O.bind(null, !0), H;
39329
39329
  }
39330
- function M(C) {
39330
+ function M(v) {
39331
39331
  function R(T, O, H, Q, Z, b) {
39332
39332
  var U = T[O], V = X(U);
39333
- if (V !== C) {
39333
+ if (V !== v) {
39334
39334
  var W = Y(U);
39335
- return new _(
39336
- "Invalid " + Q + " `" + Z + "` of type " + ("`" + W + "` supplied to `" + H + "`, expected ") + ("`" + C + "`."),
39337
- { expectedType: C }
39335
+ return new g(
39336
+ "Invalid " + Q + " `" + Z + "` of type " + ("`" + W + "` supplied to `" + H + "`, expected ") + ("`" + v + "`."),
39337
+ { expectedType: v }
39338
39338
  );
39339
39339
  }
39340
39340
  return null;
@@ -39344,17 +39344,17 @@ function Pse() {
39344
39344
  function N() {
39345
39345
  return x(c);
39346
39346
  }
39347
- function f(C) {
39347
+ function f(v) {
39348
39348
  function R(T, O, H, Q, Z) {
39349
- if (typeof C != "function")
39350
- return new _("Property `" + Z + "` of component `" + H + "` has invalid PropType notation inside arrayOf.");
39349
+ if (typeof v != "function")
39350
+ return new g("Property `" + Z + "` of component `" + H + "` has invalid PropType notation inside arrayOf.");
39351
39351
  var b = T[O];
39352
39352
  if (!Array.isArray(b)) {
39353
39353
  var U = X(b);
39354
- return new _("Invalid " + Q + " `" + Z + "` of type " + ("`" + U + "` supplied to `" + H + "`, expected an array."));
39354
+ return new g("Invalid " + Q + " `" + Z + "` of type " + ("`" + U + "` supplied to `" + H + "`, expected an array."));
39355
39355
  }
39356
39356
  for (var V = 0; V < b.length; V++) {
39357
- var W = C(b, V, H, Q, Z + "[" + V + "]", a);
39357
+ var W = v(b, V, H, Q, Z + "[" + V + "]", a);
39358
39358
  if (W instanceof Error)
39359
39359
  return W;
39360
39360
  }
@@ -39363,64 +39363,64 @@ function Pse() {
39363
39363
  return x(R);
39364
39364
  }
39365
39365
  function w() {
39366
- function C(R, T, O, H, Q) {
39366
+ function v(R, T, O, H, Q) {
39367
39367
  var Z = R[T];
39368
39368
  if (!s(Z)) {
39369
39369
  var b = X(Z);
39370
- return new _("Invalid " + H + " `" + Q + "` of type " + ("`" + b + "` supplied to `" + O + "`, expected a single ReactElement."));
39370
+ return new g("Invalid " + H + " `" + Q + "` of type " + ("`" + b + "` supplied to `" + O + "`, expected a single ReactElement."));
39371
39371
  }
39372
39372
  return null;
39373
39373
  }
39374
- return x(C);
39374
+ return x(v);
39375
39375
  }
39376
39376
  function m() {
39377
- function C(R, T, O, H, Q) {
39377
+ function v(R, T, O, H, Q) {
39378
39378
  var Z = R[T];
39379
39379
  if (!e.isValidElementType(Z)) {
39380
39380
  var b = X(Z);
39381
- return new _("Invalid " + H + " `" + Q + "` of type " + ("`" + b + "` supplied to `" + O + "`, expected a single ReactElement type."));
39381
+ return new g("Invalid " + H + " `" + Q + "` of type " + ("`" + b + "` supplied to `" + O + "`, expected a single ReactElement type."));
39382
39382
  }
39383
39383
  return null;
39384
39384
  }
39385
- return x(C);
39385
+ return x(v);
39386
39386
  }
39387
- function S(C) {
39387
+ function S(v) {
39388
39388
  function R(T, O, H, Q, Z) {
39389
- if (!(T[O] instanceof C)) {
39390
- var b = C.name || p, U = te(T[O]);
39391
- return new _("Invalid " + Q + " `" + Z + "` of type " + ("`" + U + "` supplied to `" + H + "`, expected ") + ("instance of `" + b + "`."));
39389
+ if (!(T[O] instanceof v)) {
39390
+ var b = v.name || p, U = te(T[O]);
39391
+ return new g("Invalid " + Q + " `" + Z + "` of type " + ("`" + U + "` supplied to `" + H + "`, expected ") + ("instance of `" + b + "`."));
39392
39392
  }
39393
39393
  return null;
39394
39394
  }
39395
39395
  return x(R);
39396
39396
  }
39397
- function A(C) {
39398
- if (!Array.isArray(C))
39397
+ function A(v) {
39398
+ if (!Array.isArray(v))
39399
39399
  return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? r(
39400
39400
  "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
39401
39401
  ) : r("Invalid argument supplied to oneOf, expected an array.")), c;
39402
39402
  function R(T, O, H, Q, Z) {
39403
- for (var b = T[O], U = 0; U < C.length; U++)
39404
- if (v(b, C[U]))
39403
+ for (var b = T[O], U = 0; U < v.length; U++)
39404
+ if (C(b, v[U]))
39405
39405
  return null;
39406
- var V = JSON.stringify(C, function(I, L) {
39406
+ var V = JSON.stringify(v, function(I, L) {
39407
39407
  var fe = Y(L);
39408
39408
  return fe === "symbol" ? String(L) : L;
39409
39409
  });
39410
- return new _("Invalid " + Q + " `" + Z + "` of value `" + String(b) + "` " + ("supplied to `" + H + "`, expected one of " + V + "."));
39410
+ return new g("Invalid " + Q + " `" + Z + "` of value `" + String(b) + "` " + ("supplied to `" + H + "`, expected one of " + V + "."));
39411
39411
  }
39412
39412
  return x(R);
39413
39413
  }
39414
- function P(C) {
39414
+ function P(v) {
39415
39415
  function R(T, O, H, Q, Z) {
39416
- if (typeof C != "function")
39417
- return new _("Property `" + Z + "` of component `" + H + "` has invalid PropType notation inside objectOf.");
39416
+ if (typeof v != "function")
39417
+ return new g("Property `" + Z + "` of component `" + H + "` has invalid PropType notation inside objectOf.");
39418
39418
  var b = T[O], U = X(b);
39419
39419
  if (U !== "object")
39420
- return new _("Invalid " + Q + " `" + Z + "` of type " + ("`" + U + "` supplied to `" + H + "`, expected an object."));
39420
+ return new g("Invalid " + Q + " `" + Z + "` of type " + ("`" + U + "` supplied to `" + H + "`, expected an object."));
39421
39421
  for (var V in b)
39422
39422
  if (o(b, V)) {
39423
- var W = C(b, V, H, Q, Z + "." + V, a);
39423
+ var W = v(b, V, H, Q, Z + "." + V, a);
39424
39424
  if (W instanceof Error)
39425
39425
  return W;
39426
39426
  }
@@ -39428,46 +39428,46 @@ function Pse() {
39428
39428
  }
39429
39429
  return x(R);
39430
39430
  }
39431
- function j(C) {
39432
- if (!Array.isArray(C))
39431
+ function j(v) {
39432
+ if (!Array.isArray(v))
39433
39433
  return process.env.NODE_ENV !== "production" && r("Invalid argument supplied to oneOfType, expected an instance of array."), c;
39434
- for (var R = 0; R < C.length; R++) {
39435
- var T = C[R];
39434
+ for (var R = 0; R < v.length; R++) {
39435
+ var T = v[R];
39436
39436
  if (typeof T != "function")
39437
39437
  return r(
39438
39438
  "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + ee(T) + " at index " + R + "."
39439
39439
  ), c;
39440
39440
  }
39441
39441
  function O(H, Q, Z, b, U) {
39442
- for (var V = [], W = 0; W < C.length; W++) {
39443
- var I = C[W], L = I(H, Q, Z, b, U, a);
39442
+ for (var V = [], W = 0; W < v.length; W++) {
39443
+ var I = v[W], L = I(H, Q, Z, b, U, a);
39444
39444
  if (L == null)
39445
39445
  return null;
39446
39446
  L.data && o(L.data, "expectedType") && V.push(L.data.expectedType);
39447
39447
  }
39448
39448
  var fe = V.length > 0 ? ", expected one of type [" + V.join(", ") + "]" : "";
39449
- return new _("Invalid " + b + " `" + U + "` supplied to " + ("`" + Z + "`" + fe + "."));
39449
+ return new g("Invalid " + b + " `" + U + "` supplied to " + ("`" + Z + "`" + fe + "."));
39450
39450
  }
39451
39451
  return x(O);
39452
39452
  }
39453
39453
  function E() {
39454
- function C(R, T, O, H, Q) {
39455
- return B(R[T]) ? null : new _("Invalid " + H + " `" + Q + "` supplied to " + ("`" + O + "`, expected a ReactNode."));
39454
+ function v(R, T, O, H, Q) {
39455
+ return B(R[T]) ? null : new g("Invalid " + H + " `" + Q + "` supplied to " + ("`" + O + "`, expected a ReactNode."));
39456
39456
  }
39457
- return x(C);
39457
+ return x(v);
39458
39458
  }
39459
- function q(C, R, T, O, H) {
39460
- return new _(
39461
- (C || "React class") + ": " + R + " type `" + T + "." + O + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + H + "`."
39459
+ function q(v, R, T, O, H) {
39460
+ return new g(
39461
+ (v || "React class") + ": " + R + " type `" + T + "." + O + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + H + "`."
39462
39462
  );
39463
39463
  }
39464
- function z(C) {
39464
+ function z(v) {
39465
39465
  function R(T, O, H, Q, Z) {
39466
39466
  var b = T[O], U = X(b);
39467
39467
  if (U !== "object")
39468
- return new _("Invalid " + Q + " `" + Z + "` of type `" + U + "` " + ("supplied to `" + H + "`, expected `object`."));
39469
- for (var V in C) {
39470
- var W = C[V];
39468
+ return new g("Invalid " + Q + " `" + Z + "` of type `" + U + "` " + ("supplied to `" + H + "`, expected `object`."));
39469
+ for (var V in v) {
39470
+ var W = v[V];
39471
39471
  if (typeof W != "function")
39472
39472
  return q(H, Q, Z, V, Y(W));
39473
39473
  var I = W(b, V, H, Q, Z + "." + V, a);
@@ -39478,20 +39478,20 @@ function Pse() {
39478
39478
  }
39479
39479
  return x(R);
39480
39480
  }
39481
- function ne(C) {
39481
+ function ne(v) {
39482
39482
  function R(T, O, H, Q, Z) {
39483
39483
  var b = T[O], U = X(b);
39484
39484
  if (U !== "object")
39485
- return new _("Invalid " + Q + " `" + Z + "` of type `" + U + "` " + ("supplied to `" + H + "`, expected `object`."));
39486
- var V = t({}, T[O], C);
39485
+ return new g("Invalid " + Q + " `" + Z + "` of type `" + U + "` " + ("supplied to `" + H + "`, expected `object`."));
39486
+ var V = t({}, T[O], v);
39487
39487
  for (var W in V) {
39488
- var I = C[W];
39489
- if (o(C, W) && typeof I != "function")
39488
+ var I = v[W];
39489
+ if (o(v, W) && typeof I != "function")
39490
39490
  return q(H, Q, Z, W, Y(I));
39491
39491
  if (!I)
39492
- return new _(
39492
+ return new g(
39493
39493
  "Invalid " + Q + " `" + Z + "` key `" + W + "` supplied to `" + H + "`.\nBad object: " + JSON.stringify(T[O], null, " ") + `
39494
- Valid keys: ` + JSON.stringify(Object.keys(C), null, " ")
39494
+ Valid keys: ` + JSON.stringify(Object.keys(v), null, " ")
39495
39495
  );
39496
39496
  var L = I(b, W, H, Q, Z + "." + W, a);
39497
39497
  if (L)
@@ -39501,23 +39501,23 @@ Valid keys: ` + JSON.stringify(Object.keys(C), null, " ")
39501
39501
  }
39502
39502
  return x(R);
39503
39503
  }
39504
- function B(C) {
39505
- switch (typeof C) {
39504
+ function B(v) {
39505
+ switch (typeof v) {
39506
39506
  case "number":
39507
39507
  case "string":
39508
39508
  case "undefined":
39509
39509
  return !0;
39510
39510
  case "boolean":
39511
- return !C;
39511
+ return !v;
39512
39512
  case "object":
39513
- if (Array.isArray(C))
39514
- return C.every(B);
39515
- if (C === null || s(C))
39513
+ if (Array.isArray(v))
39514
+ return v.every(B);
39515
+ if (v === null || s(v))
39516
39516
  return !0;
39517
- var R = u(C);
39517
+ var R = u(v);
39518
39518
  if (R) {
39519
- var T = R.call(C), O;
39520
- if (R !== C.entries) {
39519
+ var T = R.call(v), O;
39520
+ if (R !== v.entries) {
39521
39521
  for (; !(O = T.next()).done; )
39522
39522
  if (!B(O.value))
39523
39523
  return !1;
@@ -39534,27 +39534,27 @@ Valid keys: ` + JSON.stringify(Object.keys(C), null, " ")
39534
39534
  return !1;
39535
39535
  }
39536
39536
  }
39537
- function J(C, R) {
39538
- return C === "symbol" ? !0 : R ? R["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && R instanceof Symbol : !1;
39537
+ function J(v, R) {
39538
+ return v === "symbol" ? !0 : R ? R["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && R instanceof Symbol : !1;
39539
39539
  }
39540
- function X(C) {
39541
- var R = typeof C;
39542
- return Array.isArray(C) ? "array" : C instanceof RegExp ? "object" : J(R, C) ? "symbol" : R;
39540
+ function X(v) {
39541
+ var R = typeof v;
39542
+ return Array.isArray(v) ? "array" : v instanceof RegExp ? "object" : J(R, v) ? "symbol" : R;
39543
39543
  }
39544
- function Y(C) {
39545
- if (typeof C > "u" || C === null)
39546
- return "" + C;
39547
- var R = X(C);
39544
+ function Y(v) {
39545
+ if (typeof v > "u" || v === null)
39546
+ return "" + v;
39547
+ var R = X(v);
39548
39548
  if (R === "object") {
39549
- if (C instanceof Date)
39549
+ if (v instanceof Date)
39550
39550
  return "date";
39551
- if (C instanceof RegExp)
39551
+ if (v instanceof RegExp)
39552
39552
  return "regexp";
39553
39553
  }
39554
39554
  return R;
39555
39555
  }
39556
- function ee(C) {
39557
- var R = Y(C);
39556
+ function ee(v) {
39557
+ var R = Y(v);
39558
39558
  switch (R) {
39559
39559
  case "array":
39560
39560
  case "object":
@@ -39567,8 +39567,8 @@ Valid keys: ` + JSON.stringify(Object.keys(C), null, " ")
39567
39567
  return R;
39568
39568
  }
39569
39569
  }
39570
- function te(C) {
39571
- return !C.constructor || !C.constructor.name ? p : C.constructor.name;
39570
+ function te(v) {
39571
+ return !v.constructor || !v.constructor.name ? p : v.constructor.name;
39572
39572
  }
39573
39573
  return k.checkPropTypes = i, k.resetWarningCache = i.resetWarningCache, k.PropTypes = k, k;
39574
39574
  }, OC;
@@ -39739,7 +39739,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
39739
39739
  }, [c]), Oe(() => () => {
39740
39740
  r && r.dispose();
39741
39741
  }, []), c;
39742
- }, Kse = "input-module__fields___7s82h", Yse = "input-module__field___BmXtm", Qse = "input-module__dark___dEFyl", Jse = "input-module__outer___STcOB", ede = "input-module__button___7gJw-", tde = "input-module__click___6FEoM", nde = "input-module__sm___jtNdd", ade = "input-module__input___j8Xrc", ode = "input-module__placeholder___Nc7hU", ide = "input-module__icon___foesl", cde = "input-module__text___DFtl6", rde = "input-module__inner___Oy65q", sde = "input-module__pulse___1I5VM", dde = "input-module__helper___BfwFu", hde = "input-module__loading___1cxGp", re = {
39742
+ }, Kse = "input-module__fields___7s82h", Yse = "input-module__field___BmXtm", Qse = "input-module__dark___dEFyl", Jse = "input-module__outer___STcOB", ede = "input-module__button___7gJw-", tde = "input-module__click___6FEoM", nde = "input-module__sm___jtNdd", ade = "input-module__input___j8Xrc", ode = "input-module__placeholder___Nc7hU", ide = "input-module__icon___foesl", cde = "input-module__text___DFtl6", rde = "input-module__inner___Oy65q", sde = "input-module__pulse___1I5VM", dde = "input-module__helper___BfwFu", hde = "input-module__loading___1cxGp", ce = {
39743
39743
  fields: Kse,
39744
39744
  field: Yse,
39745
39745
  dark: Qse,
@@ -39769,66 +39769,68 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
39769
39769
  name: o,
39770
39770
  id: i,
39771
39771
  value: r,
39772
- helper: c,
39773
- className: s = "",
39774
- isDisabled: d = !1,
39775
- isLoading: l = !1,
39776
- isSkeleton: h = !1,
39777
- isError: u = !1,
39778
- onChange: p
39772
+ size: c = "md",
39773
+ helper: s,
39774
+ className: d = "",
39775
+ isDisabled: l = !1,
39776
+ isLoading: h = !1,
39777
+ isSkeleton: u = !1,
39778
+ isError: p = !1,
39779
+ onChange: k
39779
39780
  }) => {
39780
- const k = De(null);
39781
- return /* @__PURE__ */ g.jsxs("div", { className: oe(re.field, re["no-placeholder"]), children: [
39782
- e && /* @__PURE__ */ g.jsx("label", { htmlFor: i || o, children: e }),
39783
- /* @__PURE__ */ g.jsxs(
39781
+ const C = De(null);
39782
+ return /* @__PURE__ */ _.jsxs("div", { className: oe(ce.field, ce["no-placeholder"]), children: [
39783
+ e && /* @__PURE__ */ _.jsx("label", { htmlFor: i || o, children: e }),
39784
+ /* @__PURE__ */ _.jsxs(
39784
39785
  "div",
39785
39786
  {
39786
39787
  className: oe(
39787
- re.outer,
39788
- s,
39789
- (d || l || h) && re["is-disabled"],
39790
- l && !h && re["is-loading"],
39791
- h && re["is-skeleton"],
39792
- u && re["is-error"]
39788
+ ce.outer,
39789
+ c && ce[c],
39790
+ d,
39791
+ (l || h || u) && ce["is-disabled"],
39792
+ h && !u && ce["is-loading"],
39793
+ u && ce["is-skeleton"],
39794
+ p && ce["is-error"]
39793
39795
  ),
39794
39796
  children: [
39795
- l && !h && /* @__PURE__ */ g.jsx("div", { className: re.loading }),
39796
- /* @__PURE__ */ g.jsx("div", { className: re.inner, children: /* @__PURE__ */ g.jsxs(
39797
+ h && !u && /* @__PURE__ */ _.jsx("div", { className: ce.loading }),
39798
+ /* @__PURE__ */ _.jsx("div", { className: ce.inner, children: /* @__PURE__ */ _.jsxs(
39797
39799
  "select",
39798
39800
  {
39799
- ref: k,
39801
+ ref: C,
39800
39802
  id: i || o,
39801
39803
  name: o,
39802
39804
  value: r,
39803
- onChange: p,
39804
- className: re.input,
39805
+ onChange: k,
39806
+ className: ce.input,
39805
39807
  "aria-label": e ? "" : i || o,
39806
- disabled: d || l || h,
39808
+ disabled: l || h || u,
39807
39809
  children: [
39808
- t && /* @__PURE__ */ g.jsx("option", { value: "", children: t }),
39809
- a == null ? void 0 : a.map((v) => /* @__PURE__ */ g.jsx(
39810
+ t && /* @__PURE__ */ _.jsx("option", { value: "", children: t }),
39811
+ a == null ? void 0 : a.map((g) => /* @__PURE__ */ _.jsx(
39810
39812
  "option",
39811
39813
  {
39812
- value: v.value,
39813
- children: v.label
39814
+ value: g.value,
39815
+ children: g.label
39814
39816
  },
39815
- v.value
39817
+ g.value
39816
39818
  ))
39817
39819
  ]
39818
39820
  }
39819
39821
  ) }),
39820
- /* @__PURE__ */ g.jsx("div", { className: re["icon-wrap"], children: /* @__PURE__ */ g.jsx(
39822
+ /* @__PURE__ */ _.jsx("div", { className: ce["icon-wrap"], children: /* @__PURE__ */ _.jsx(
39821
39823
  h1,
39822
39824
  {
39823
39825
  name: "ChevronDown",
39824
39826
  size: "md",
39825
- className: re.icon
39827
+ className: ce.icon
39826
39828
  }
39827
39829
  ) })
39828
39830
  ]
39829
39831
  }
39830
39832
  ),
39831
- c && /* @__PURE__ */ g.jsx("div", { className: re.helper, children: c })
39833
+ s && /* @__PURE__ */ _.jsx("div", { className: ce.helper, children: s })
39832
39834
  ] });
39833
39835
  }, Gde = ({
39834
39836
  totalPages: e = 4,
@@ -39844,8 +39846,8 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
39844
39846
  }, d = () => {
39845
39847
  t < e && a(t + 1);
39846
39848
  };
39847
- return /* @__PURE__ */ g.jsx(g.Fragment, { children: e < 5 && !i ? /* @__PURE__ */ g.jsxs(mv, { justify: "center", children: [
39848
- /* @__PURE__ */ g.jsx(
39849
+ return /* @__PURE__ */ _.jsx(_.Fragment, { children: e < 5 && !i ? /* @__PURE__ */ _.jsxs(mv, { justify: "center", children: [
39850
+ /* @__PURE__ */ _.jsx(
39849
39851
  i1,
39850
39852
  {
39851
39853
  leadingIcon: "ChevronLeft",
@@ -39856,7 +39858,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
39856
39858
  "aria-label": "Previous page"
39857
39859
  }
39858
39860
  ),
39859
- c.map((l) => /* @__PURE__ */ g.jsx(
39861
+ c.map((l) => /* @__PURE__ */ _.jsx(
39860
39862
  i1,
39861
39863
  {
39862
39864
  label: String(l),
@@ -39867,7 +39869,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
39867
39869
  },
39868
39870
  l
39869
39871
  )),
39870
- /* @__PURE__ */ g.jsx(
39872
+ /* @__PURE__ */ _.jsx(
39871
39873
  i1,
39872
39874
  {
39873
39875
  leadingIcon: "ChevronRight",
@@ -39878,8 +39880,8 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
39878
39880
  "aria-label": "Next page"
39879
39881
  }
39880
39882
  )
39881
- ] }) : /* @__PURE__ */ g.jsxs(mv, { justify: "center", children: [
39882
- /* @__PURE__ */ g.jsx(
39883
+ ] }) : /* @__PURE__ */ _.jsxs(mv, { justify: "center", children: [
39884
+ /* @__PURE__ */ _.jsx(
39883
39885
  i1,
39884
39886
  {
39885
39887
  leadingIcon: "ChevronLeft",
@@ -39890,7 +39892,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
39890
39892
  "aria-label": "Previous page"
39891
39893
  }
39892
39894
  ),
39893
- /* @__PURE__ */ g.jsx(
39895
+ /* @__PURE__ */ _.jsx(
39894
39896
  lde,
39895
39897
  {
39896
39898
  name: "pageSize",
@@ -39902,7 +39904,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
39902
39904
  onChange: (l) => a(Number(l.target.value))
39903
39905
  }
39904
39906
  ),
39905
- /* @__PURE__ */ g.jsx(
39907
+ /* @__PURE__ */ _.jsx(
39906
39908
  i1,
39907
39909
  {
39908
39910
  leadingIcon: "ChevronRight",
@@ -39916,7 +39918,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
39916
39918
  ] }) });
39917
39919
  }, ude = "navbar-module__nav___JE2PK", pde = {
39918
39920
  nav: ude
39919
- }, Wde = ({ children: e, className: t }) => /* @__PURE__ */ g.jsx("div", { className: oe(pde.nav, t), children: e }), Xde = ({
39921
+ }, Wde = ({ children: e, className: t }) => /* @__PURE__ */ _.jsx("div", { className: oe(pde.nav, t), children: e }), Xde = ({
39920
39922
  field: e,
39921
39923
  form: t,
39922
39924
  helper: a,
@@ -39925,7 +39927,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
39925
39927
  }) => {
39926
39928
  const r = t.errors[e.name], s = t.touched[e.name] && typeof r == "string";
39927
39929
  if (!o)
39928
- return /* @__PURE__ */ g.jsx("div", { children: "Component not provided" });
39930
+ return /* @__PURE__ */ _.jsx("div", { children: "Component not provided" });
39929
39931
  const d = {
39930
39932
  ...e,
39931
39933
  ...i,
@@ -39934,7 +39936,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
39934
39936
  ...o.name === "Checkbox" && { checked: e.value },
39935
39937
  ...o.name === "Radio" && { checked: e.value === i.value }
39936
39938
  };
39937
- return /* @__PURE__ */ g.jsx(o, { ...d });
39939
+ return /* @__PURE__ */ _.jsx(o, { ...d });
39938
39940
  }, Kde = ({
39939
39941
  ref: e,
39940
39942
  type: t = "text",
@@ -39950,8 +39952,8 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
39950
39952
  leadingFunction: u,
39951
39953
  leadingText: p = "",
39952
39954
  trailingIcon: k,
39953
- trailingFunction: v,
39954
- trailingText: _ = "",
39955
+ trailingFunction: C,
39956
+ trailingText: g = "",
39955
39957
  button: x,
39956
39958
  isDisabled: M = !1,
39957
39959
  isLoading: N = !1,
@@ -39976,46 +39978,46 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
39976
39978
  }, B = (Y) => {
39977
39979
  Y.stopPropagation(), u == null || u();
39978
39980
  }, J = (Y) => {
39979
- Y.stopPropagation(), k === "X" && z(), v == null || v();
39981
+ Y.stopPropagation(), k === "X" && z(), C == null || C();
39980
39982
  }, X = (Y) => {
39981
39983
  var ee;
39982
39984
  Y.stopPropagation(), (ee = x == null ? void 0 : x.onClick) == null || ee.call(x, Y);
39983
39985
  };
39984
- return /* @__PURE__ */ g.jsxs("div", { className: oe(re.field, !o && re["no-placeholder"]), children: [
39985
- a && /* @__PURE__ */ g.jsx("label", { htmlFor: r || i, children: a }),
39986
- /* @__PURE__ */ g.jsxs(
39986
+ return /* @__PURE__ */ _.jsxs("div", { className: oe(ce.field, !o && ce["no-placeholder"]), children: [
39987
+ a && /* @__PURE__ */ _.jsx("label", { htmlFor: r || i, children: a }),
39988
+ /* @__PURE__ */ _.jsxs(
39987
39989
  "div",
39988
39990
  {
39989
39991
  className: oe(
39990
- re.outer,
39991
- s && re[s],
39992
+ ce.outer,
39993
+ s && ce[s],
39992
39994
  l,
39993
- (M || N || f) && re["is-disabled"],
39994
- N && !f && re["is-loading"],
39995
- f && re["is-skeleton"],
39996
- w && re["is-error"]
39995
+ (M || N || f) && ce["is-disabled"],
39996
+ N && !f && ce["is-loading"],
39997
+ f && ce["is-skeleton"],
39998
+ w && ce["is-error"]
39997
39999
  ),
39998
40000
  onClick: q,
39999
40001
  children: [
40000
- N && !f && /* @__PURE__ */ g.jsx("div", { className: re.loading }),
40001
- h && /* @__PURE__ */ g.jsx(
40002
+ N && !f && /* @__PURE__ */ _.jsx("div", { className: ce.loading }),
40003
+ h && /* @__PURE__ */ _.jsx(
40002
40004
  "div",
40003
40005
  {
40004
40006
  onClick: u && B,
40005
- className: oe(re["icon-wrap"], u && re.click),
40006
- children: /* @__PURE__ */ g.jsx(
40007
+ className: oe(ce["icon-wrap"], u && ce.click),
40008
+ children: /* @__PURE__ */ _.jsx(
40007
40009
  h1,
40008
40010
  {
40009
40011
  name: h,
40010
40012
  size: "md",
40011
- className: re.icon
40013
+ className: ce.icon
40012
40014
  }
40013
40015
  )
40014
40016
  }
40015
40017
  ),
40016
- p && /* @__PURE__ */ g.jsx("div", { className: re.text, children: p }),
40017
- /* @__PURE__ */ g.jsxs("div", { className: oe(re.inner), children: [
40018
- /* @__PURE__ */ g.jsx(
40018
+ p && /* @__PURE__ */ _.jsx("div", { className: ce.text, children: p }),
40019
+ /* @__PURE__ */ _.jsxs("div", { className: oe(ce.inner), children: [
40020
+ /* @__PURE__ */ _.jsx(
40019
40021
  "input",
40020
40022
  {
40021
40023
  ref: E,
@@ -40024,7 +40026,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40024
40026
  name: i,
40025
40027
  value: c,
40026
40028
  onChange: m,
40027
- className: re.input,
40029
+ className: ce.input,
40028
40030
  placeholder: " ",
40029
40031
  required: !0,
40030
40032
  "aria-label": a ? "" : o,
@@ -40032,49 +40034,49 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40032
40034
  ...S
40033
40035
  }
40034
40036
  ),
40035
- /* @__PURE__ */ g.jsx("span", { className: re.placeholder, children: o })
40037
+ /* @__PURE__ */ _.jsx("span", { className: ce.placeholder, children: o })
40036
40038
  ] }),
40037
- _ && /* @__PURE__ */ g.jsx("div", { className: re.text, children: _ }),
40038
- t === "password" && /* @__PURE__ */ g.jsx(
40039
+ g && /* @__PURE__ */ _.jsx("div", { className: ce.text, children: g }),
40040
+ t === "password" && /* @__PURE__ */ _.jsx(
40039
40041
  "div",
40040
40042
  {
40041
40043
  onClick: ne,
40042
- className: oe(re["icon-wrap"], re.click),
40043
- children: /* @__PURE__ */ g.jsx(
40044
+ className: oe(ce["icon-wrap"], ce.click),
40045
+ children: /* @__PURE__ */ _.jsx(
40044
40046
  h1,
40045
40047
  {
40046
40048
  name: P ? "Eye" : "EyeOff",
40047
40049
  size: "md",
40048
- className: re.icon
40050
+ className: ce.icon
40049
40051
  }
40050
40052
  )
40051
40053
  }
40052
40054
  ),
40053
- k && !(k === "X" && (!c || M)) && /* @__PURE__ */ g.jsx(
40055
+ k && !(k === "X" && (!c || M)) && /* @__PURE__ */ _.jsx(
40054
40056
  "div",
40055
40057
  {
40056
40058
  onClick: J,
40057
40059
  className: oe(
40058
- re["icon-wrap"],
40059
- v || k === "X" ? re.click : ""
40060
+ ce["icon-wrap"],
40061
+ C || k === "X" ? ce.click : ""
40060
40062
  ),
40061
- children: /* @__PURE__ */ g.jsx(
40063
+ children: /* @__PURE__ */ _.jsx(
40062
40064
  h1,
40063
40065
  {
40064
40066
  name: k,
40065
40067
  size: "md",
40066
- className: re.icon
40068
+ className: ce.icon
40067
40069
  }
40068
40070
  )
40069
40071
  }
40070
40072
  ),
40071
- x && /* @__PURE__ */ g.jsx(
40073
+ x && /* @__PURE__ */ _.jsx(
40072
40074
  i1,
40073
40075
  {
40074
40076
  ...x,
40075
40077
  size: "sm",
40076
40078
  variant: x.variant || "primary",
40077
- className: re.button,
40079
+ className: ce.button,
40078
40080
  isDisabled: M || N || f,
40079
40081
  onClick: X
40080
40082
  }
@@ -40082,7 +40084,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40082
40084
  ]
40083
40085
  }
40084
40086
  ),
40085
- d && /* @__PURE__ */ g.jsx("div", { className: re.helper, children: d })
40087
+ d && /* @__PURE__ */ _.jsx("div", { className: ce.helper, children: d })
40086
40088
  ] });
40087
40089
  }, Yde = ({
40088
40090
  children: e,
@@ -40097,8 +40099,8 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40097
40099
  isSkeleton: l = !1,
40098
40100
  isError: h = !1,
40099
40101
  onChange: u
40100
- }) => /* @__PURE__ */ g.jsxs("div", { className: be.field, children: [
40101
- /* @__PURE__ */ g.jsxs(
40102
+ }) => /* @__PURE__ */ _.jsxs("div", { className: be.field, children: [
40103
+ /* @__PURE__ */ _.jsxs(
40102
40104
  "div",
40103
40105
  {
40104
40106
  className: oe(
@@ -40108,7 +40110,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40108
40110
  h && be["is-error"]
40109
40111
  ),
40110
40112
  children: [
40111
- /* @__PURE__ */ g.jsx(
40113
+ /* @__PURE__ */ _.jsx(
40112
40114
  "input",
40113
40115
  {
40114
40116
  type: "radio",
@@ -40122,73 +40124,75 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40122
40124
  disabled: d || l
40123
40125
  }
40124
40126
  ),
40125
- /* @__PURE__ */ g.jsx("label", { htmlFor: a || t, children: e || s && /* @__PURE__ */ g.jsx("div", { className: be.title, children: /* @__PURE__ */ g.jsx("div", { className: be.label, children: s }) }) })
40127
+ /* @__PURE__ */ _.jsx("label", { htmlFor: a || t, children: e || s && /* @__PURE__ */ _.jsx("div", { className: be.title, children: /* @__PURE__ */ _.jsx("div", { className: be.label, children: s }) }) })
40126
40128
  ]
40127
40129
  }
40128
40130
  ),
40129
- r && /* @__PURE__ */ g.jsx("div", { className: be.helper, children: r })
40131
+ r && /* @__PURE__ */ _.jsx("div", { className: be.helper, children: r })
40130
40132
  ] }), Qde = ({
40131
40133
  label: e = "",
40132
40134
  placeholder: t = "",
40133
40135
  name: a,
40134
40136
  id: o,
40135
40137
  value: i,
40136
- helper: r,
40137
- className: c = "",
40138
- isDisabled: s = !1,
40139
- isLoading: d = !1,
40140
- isSkeleton: l = !1,
40141
- isError: h = !1,
40142
- onChange: u
40138
+ size: r = "md",
40139
+ helper: c,
40140
+ className: s = "",
40141
+ isDisabled: d = !1,
40142
+ isLoading: l = !1,
40143
+ isSkeleton: h = !1,
40144
+ isError: u = !1,
40145
+ onChange: p
40143
40146
  }) => {
40144
- const p = De(null), k = () => {
40145
- var v;
40146
- return (v = p.current) == null ? void 0 : v.focus();
40147
+ const k = De(null), C = () => {
40148
+ var g;
40149
+ return (g = k.current) == null ? void 0 : g.focus();
40147
40150
  };
40148
- return /* @__PURE__ */ g.jsxs("div", { className: oe(re.field, !t && re["no-placeholder"]), children: [
40149
- e && /* @__PURE__ */ g.jsx("label", { htmlFor: o || a, children: e }),
40150
- /* @__PURE__ */ g.jsxs(
40151
+ return /* @__PURE__ */ _.jsxs("div", { className: oe(ce.field, !t && ce["no-placeholder"]), children: [
40152
+ e && /* @__PURE__ */ _.jsx("label", { htmlFor: o || a, children: e }),
40153
+ /* @__PURE__ */ _.jsxs(
40151
40154
  "div",
40152
40155
  {
40153
40156
  className: oe(
40154
- re.outer,
40155
- c,
40156
- (s || d || l) && re["is-disabled"],
40157
- d && !l && re["is-loading"],
40158
- l && re["is-skeleton"],
40159
- h && re["is-error"]
40157
+ ce.outer,
40158
+ r && ce[r],
40159
+ s,
40160
+ (d || l || h) && ce["is-disabled"],
40161
+ l && !h && ce["is-loading"],
40162
+ h && ce["is-skeleton"],
40163
+ u && ce["is-error"]
40160
40164
  ),
40161
- onClick: k,
40165
+ onClick: C,
40162
40166
  children: [
40163
- d && !l && /* @__PURE__ */ g.jsx("div", { className: re.loading }),
40164
- /* @__PURE__ */ g.jsxs("div", { className: oe(re.inner), children: [
40165
- /* @__PURE__ */ g.jsx(
40167
+ l && !h && /* @__PURE__ */ _.jsx("div", { className: ce.loading }),
40168
+ /* @__PURE__ */ _.jsxs("div", { className: oe(ce.inner), children: [
40169
+ /* @__PURE__ */ _.jsx(
40166
40170
  "textarea",
40167
40171
  {
40168
- ref: p,
40172
+ ref: k,
40169
40173
  id: o || a,
40170
40174
  name: a,
40171
40175
  value: i,
40172
- onChange: u,
40173
- className: re.input,
40176
+ onChange: p,
40177
+ className: ce.input,
40174
40178
  placeholder: " ",
40175
40179
  required: !0,
40176
40180
  "aria-label": e ? "" : t,
40177
- disabled: s || d || l
40181
+ disabled: d || l || h
40178
40182
  }
40179
40183
  ),
40180
- /* @__PURE__ */ g.jsx("span", { className: re.placeholder, children: t })
40184
+ /* @__PURE__ */ _.jsx("span", { className: ce.placeholder, children: t })
40181
40185
  ] })
40182
40186
  ]
40183
40187
  }
40184
40188
  ),
40185
- r && /* @__PURE__ */ g.jsx("div", { className: re.helper, children: r })
40189
+ c && /* @__PURE__ */ _.jsx("div", { className: ce.helper, children: c })
40186
40190
  ] });
40187
40191
  }, yde = "example-module__example___TRgac", kde = "example-module__content___ExA7w", BC = {
40188
40192
  example: yde,
40189
40193
  "is-skeleton": "example-module__is-skeleton___dMyJl",
40190
40194
  content: kde
40191
- }, Jde = ({ isSkeleton: e = !1 }) => /* @__PURE__ */ g.jsx("div", { className: oe(BC.example, e && BC["is-skeleton"]), children: /* @__PURE__ */ g.jsx("div", { className: BC.content, children: "Example" }) }), fde = "modal-module__backdrop___DCpKI", mde = "modal-module__fullscreen___sfLoP", Mde = "modal-module__main___0Sjqx", gde = "modal-module__max___9QSAL", _de = "modal-module__sheet___8-CTw", vde = "modal-module__drag___mZz3W", Cde = "modal-module__scroll___OnShd", xde = "modal-module__header___t3TrT", Lde = "modal-module__title___oMB-c", wde = "modal-module__subtext___IHfeN", bde = "modal-module__top___62uvi", Sde = "modal-module__left___dCx5f", Ide = "modal-module__anchor___UCD-N", Nde = "modal-module__right___rvlxY", Ade = "modal-module__footer___tqppg", Pde = "modal-module__full___WPa3O", Ede = "modal-module__text___qx9vw", Rde = "modal-module__content___k129O", he = {
40195
+ }, Jde = ({ isSkeleton: e = !1 }) => /* @__PURE__ */ _.jsx("div", { className: oe(BC.example, e && BC["is-skeleton"]), children: /* @__PURE__ */ _.jsx("div", { className: BC.content, children: "Example" }) }), fde = "modal-module__backdrop___DCpKI", mde = "modal-module__fullscreen___sfLoP", Mde = "modal-module__main___0Sjqx", gde = "modal-module__max___9QSAL", _de = "modal-module__sheet___8-CTw", vde = "modal-module__drag___mZz3W", Cde = "modal-module__scroll___OnShd", xde = "modal-module__header___t3TrT", Lde = "modal-module__title___oMB-c", wde = "modal-module__subtext___IHfeN", bde = "modal-module__top___62uvi", Sde = "modal-module__left___dCx5f", Ide = "modal-module__anchor___UCD-N", Nde = "modal-module__right___rvlxY", Ade = "modal-module__footer___tqppg", Pde = "modal-module__full___WPa3O", Ede = "modal-module__text___qx9vw", Rde = "modal-module__content___k129O", he = {
40192
40196
  backdrop: fde,
40193
40197
  fullscreen: mde,
40194
40198
  "backdrop--close-button": "modal-module__backdrop--close-button___SWtbL",
@@ -40221,7 +40225,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40221
40225
  sheet: r = !1
40222
40226
  }) => {
40223
40227
  const c = Yx({ maxWidth: 743 }), s = Rb(a), d = Rb(o);
40224
- return /* @__PURE__ */ g.jsxs(
40228
+ return /* @__PURE__ */ _.jsxs(
40225
40229
  "div",
40226
40230
  {
40227
40231
  className: oe(
@@ -40230,12 +40234,12 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40230
40234
  i && `${he.fullscreen} dark`
40231
40235
  ),
40232
40236
  children: [
40233
- a && /* @__PURE__ */ g.jsx("div", { className: oe(he.left, s && he.anchor), children: a }),
40234
- /* @__PURE__ */ g.jsxs("div", { className: he.top, children: [
40235
- /* @__PURE__ */ g.jsx("div", { className: oe(he.title, !t && he.large), children: e }),
40236
- t && /* @__PURE__ */ g.jsx("div", { className: he.subtext, children: t })
40237
+ a && /* @__PURE__ */ _.jsx("div", { className: oe(he.left, s && he.anchor), children: a }),
40238
+ /* @__PURE__ */ _.jsxs("div", { className: he.top, children: [
40239
+ /* @__PURE__ */ _.jsx("div", { className: oe(he.title, !t && he.large), children: e }),
40240
+ t && /* @__PURE__ */ _.jsx("div", { className: he.subtext, children: t })
40237
40241
  ] }),
40238
- o && /* @__PURE__ */ g.jsx("div", { className: oe(he.right, d && he.anchor), children: o })
40242
+ o && /* @__PURE__ */ _.jsx("div", { className: oe(he.right, d && he.anchor), children: o })
40239
40243
  ]
40240
40244
  }
40241
40245
  );
@@ -40250,12 +40254,12 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40250
40254
  fullWidth: i = !1
40251
40255
  }) => {
40252
40256
  const r = qb(a), c = qb(o);
40253
- return /* @__PURE__ */ g.jsxs("div", { className: oe(he.footer, i && he.full), children: [
40254
- (e || t || a) && /* @__PURE__ */ g.jsx("div", { className: oe(he.left, r && !e && !t && he.anchor), children: e || t ? /* @__PURE__ */ g.jsxs("div", { className: he.text, children: [
40255
- e && /* @__PURE__ */ g.jsx("div", { className: he.title, children: e }),
40256
- t && /* @__PURE__ */ g.jsx("div", { className: he.subtext, children: t })
40257
- ] }) : /* @__PURE__ */ g.jsx(g.Fragment, { children: a }) }),
40258
- o && /* @__PURE__ */ g.jsx("div", { className: oe(he.right, c && he.anchor), children: o })
40257
+ return /* @__PURE__ */ _.jsxs("div", { className: oe(he.footer, i && he.full), children: [
40258
+ (e || t || a) && /* @__PURE__ */ _.jsx("div", { className: oe(he.left, r && !e && !t && he.anchor), children: e || t ? /* @__PURE__ */ _.jsxs("div", { className: he.text, children: [
40259
+ e && /* @__PURE__ */ _.jsx("div", { className: he.title, children: e }),
40260
+ t && /* @__PURE__ */ _.jsx("div", { className: he.subtext, children: t })
40261
+ ] }) : /* @__PURE__ */ _.jsx(_.Fragment, { children: a }) }),
40262
+ o && /* @__PURE__ */ _.jsx("div", { className: oe(he.right, c && he.anchor), children: o })
40259
40263
  ] });
40260
40264
  }, e4e = ({
40261
40265
  children: e,
@@ -40270,9 +40274,9 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40270
40274
  backdropClose: l = !0,
40271
40275
  bottomSheet: h = !1
40272
40276
  }) => {
40273
- const u = De(null), p = Wre(), k = Yx({ maxWidth: 743 }), [v, _] = Xe(!0);
40277
+ const u = De(null), p = Wre(), k = Yx({ maxWidth: 743 }), [C, g] = Xe(!0);
40274
40278
  Oe(() => {
40275
- _(k);
40279
+ g(k);
40276
40280
  }, [k]);
40277
40281
  const x = (f, w) => {
40278
40282
  w.offset.y > 150 && t.hide();
@@ -40283,7 +40287,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40283
40287
  const f = { opacity: 1 };
40284
40288
  return r && !k ? { ...f, translateX: 0, opacity: 1 } : f;
40285
40289
  };
40286
- return /* @__PURE__ */ g.jsx(sie, { onExitComplete: () => t.remove(), children: t.visible && /* @__PURE__ */ g.jsxs(
40290
+ return /* @__PURE__ */ _.jsx(sie, { onExitComplete: () => t.remove(), children: t.visible && /* @__PURE__ */ _.jsxs(
40287
40291
  Ca.div,
40288
40292
  {
40289
40293
  className: oe(
@@ -40294,7 +40298,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40294
40298
  r && !k && he.sheet
40295
40299
  ),
40296
40300
  children: [
40297
- /* @__PURE__ */ g.jsx(
40301
+ /* @__PURE__ */ _.jsx(
40298
40302
  Ca.div,
40299
40303
  {
40300
40304
  initial: { opacity: 0 },
@@ -40305,7 +40309,7 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40305
40309
  className: he["backdrop--close-button"]
40306
40310
  }
40307
40311
  ),
40308
- v && d && h ? /* @__PURE__ */ g.jsx(
40312
+ C && d && h ? /* @__PURE__ */ _.jsx(
40309
40313
  Ca.div,
40310
40314
  {
40311
40315
  ref: u,
@@ -40321,21 +40325,21 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40321
40325
  animate: { y: 0 },
40322
40326
  exit: { y: "100%" },
40323
40327
  transition: { duration: 0.4, ease: "easeInOut" },
40324
- children: /* @__PURE__ */ g.jsxs(
40328
+ children: /* @__PURE__ */ _.jsxs(
40325
40329
  "div",
40326
40330
  {
40327
40331
  className: he.drag,
40328
40332
  onPointerDown: (f) => p.start(f),
40329
40333
  style: { touchAction: "none" },
40330
40334
  children: [
40331
- a && /* @__PURE__ */ g.jsx($b, { ...a }),
40332
- /* @__PURE__ */ g.jsx("div", { className: he.scroll, children: /* @__PURE__ */ g.jsx("div", { className: he.content, children: e }) }),
40333
- o && /* @__PURE__ */ g.jsx(Tb, { ...o })
40335
+ a && /* @__PURE__ */ _.jsx($b, { ...a }),
40336
+ /* @__PURE__ */ _.jsx("div", { className: he.scroll, children: /* @__PURE__ */ _.jsx("div", { className: he.content, children: e }) }),
40337
+ o && /* @__PURE__ */ _.jsx(Tb, { ...o })
40334
40338
  ]
40335
40339
  }
40336
40340
  )
40337
40341
  }
40338
- ) : /* @__PURE__ */ g.jsxs(
40342
+ ) : /* @__PURE__ */ _.jsxs(
40339
40343
  Ca.div,
40340
40344
  {
40341
40345
  className: oe(he.main, c && he.fullscreen),
@@ -40346,9 +40350,9 @@ const zse = (e) => `not ${e}`, Dse = (e, t) => {
40346
40350
  exit: M(),
40347
40351
  transition: { duration: 0.4, ease: "easeInOut" },
40348
40352
  children: [
40349
- a && /* @__PURE__ */ g.jsx($b, { ...a }),
40350
- /* @__PURE__ */ g.jsx("div", { className: he.scroll, children: /* @__PURE__ */ g.jsx("div", { className: he.content, children: e }) }),
40351
- o && /* @__PURE__ */ g.jsx(Tb, { ...o })
40353
+ a && /* @__PURE__ */ _.jsx($b, { ...a }),
40354
+ /* @__PURE__ */ _.jsx("div", { className: he.scroll, children: /* @__PURE__ */ _.jsx("div", { className: he.content, children: e }) }),
40355
+ o && /* @__PURE__ */ _.jsx(Tb, { ...o })
40352
40356
  ]
40353
40357
  }
40354
40358
  )