@slashid/jump-page 1.0.10 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package/main.js CHANGED
@@ -129,14 +129,14 @@ function fd() {
129
129
  }
130
130
  return null;
131
131
  }
132
- var I = Object.assign, Y = 0, O, U, J, z, q, T, D;
132
+ var I = Object.assign, Y = 0, O, U, J, q, z, T, D;
133
133
  function P() {
134
134
  }
135
135
  P.__reactDisabledLog = !0;
136
136
  function V() {
137
137
  {
138
138
  if (Y === 0) {
139
- O = console.log, U = console.info, J = console.warn, z = console.error, q = console.group, T = console.groupCollapsed, D = console.groupEnd;
139
+ O = console.log, U = console.info, J = console.warn, q = console.error, z = console.group, T = console.groupCollapsed, D = console.groupEnd;
140
140
  var v = {
141
141
  configurable: !0,
142
142
  enumerable: !0,
@@ -175,10 +175,10 @@ function fd() {
175
175
  value: J
176
176
  }),
177
177
  error: I({}, v, {
178
- value: z
178
+ value: q
179
179
  }),
180
180
  group: I({}, v, {
181
- value: q
181
+ value: z
182
182
  }),
183
183
  groupCollapsed: I({}, v, {
184
184
  value: T
@@ -259,14 +259,14 @@ function fd() {
259
259
  } catch (rt) {
260
260
  if (rt && W && typeof rt.stack == "string") {
261
261
  for (var Q = rt.stack.split(`
262
- `), qe = W.stack.split(`
263
- `), he = Q.length - 1, me = qe.length - 1; he >= 1 && me >= 0 && Q[he] !== qe[me]; )
262
+ `), ze = W.stack.split(`
263
+ `), he = Q.length - 1, me = ze.length - 1; he >= 1 && me >= 0 && Q[he] !== ze[me]; )
264
264
  me--;
265
265
  for (; he >= 1 && me >= 0; he--, me--)
266
- if (Q[he] !== qe[me]) {
266
+ if (Q[he] !== ze[me]) {
267
267
  if (he !== 1 || me !== 1)
268
268
  do
269
- if (he--, me--, me < 0 || Q[he] !== qe[me]) {
269
+ if (he--, me--, me < 0 || Q[he] !== ze[me]) {
270
270
  var Oe = `
271
271
  ` + Q[he].replace(" at new ", " at ");
272
272
  return v.displayName && Oe.includes("<anonymous>") && (Oe = Oe.replace("<anonymous>", v.displayName)), typeof v == "function" && G.set(v, Oe), Oe;
@@ -333,8 +333,8 @@ function fd() {
333
333
  var Q = void 0;
334
334
  try {
335
335
  if (typeof v[te] != "function") {
336
- var qe = Error((W || "React class") + ": " + M + " type `" + te + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof v[te] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
337
- throw qe.name = "Invariant Violation", qe;
336
+ var ze = Error((W || "React class") + ": " + M + " type `" + te + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof v[te] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
337
+ throw ze.name = "Invariant Violation", ze;
338
338
  }
339
339
  Q = v[te](R, te, W, M, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
340
340
  } catch (he) {
@@ -450,8 +450,8 @@ function fd() {
450
450
  };
451
451
  function Xu(v, R, M, W, ae) {
452
452
  {
453
- var ue, te = {}, Q = null, qe = null;
454
- M !== void 0 && (Fa(M), Q = "" + M), Wu(R) && (Fa(R.key), Q = "" + R.key), Vu(R) && (qe = R.ref, Gu(R, ae));
453
+ var ue, te = {}, Q = null, ze = null;
454
+ M !== void 0 && (Fa(M), Q = "" + M), Wu(R) && (Fa(R.key), Q = "" + R.key), Vu(R) && (ze = R.ref, Gu(R, ae));
455
455
  for (ue in R)
456
456
  Ye.call(R, ue) && !Bu.hasOwnProperty(ue) && (te[ue] = R[ue]);
457
457
  if (v && v.defaultProps) {
@@ -459,11 +459,11 @@ function fd() {
459
459
  for (ue in he)
460
460
  te[ue] === void 0 && (te[ue] = he[ue]);
461
461
  }
462
- if (Q || qe) {
462
+ if (Q || ze) {
463
463
  var me = typeof v == "function" ? v.displayName || v.name || "Unknown" : v;
464
- Q && Yu(te, me), qe && Ku(te, me);
464
+ Q && Yu(te, me), ze && Ku(te, me);
465
465
  }
466
- return Zu(v, Q, qe, ae, W, sn.current, te);
466
+ return Zu(v, Q, ze, ae, W, sn.current, te);
467
467
  }
468
468
  }
469
469
  var Dr = w.ReactCurrentOwner, Ua = w.ReactDebugCurrentFrame;
@@ -582,8 +582,8 @@ Check the top-level render call using <` + M + ">.");
582
582
  if (!te) {
583
583
  var Q = "";
584
584
  (v === void 0 || typeof v == "object" && v !== null && Object.keys(v).length === 0) && (Q += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
585
- var qe = Ju();
586
- qe ? Q += qe : Q += Ba();
585
+ var ze = Ju();
586
+ ze ? Q += ze : Q += Ba();
587
587
  var he;
588
588
  v === null ? he = "null" : Ar(v) ? he = "array" : v !== void 0 && v.$$typeof === t ? (he = "<" + (B(v.type) || "Unknown") + " />", Q = " Did you accidentally export a JSX literal instead of a component?") : he = typeof v, _("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", he, Q);
589
589
  }
@@ -702,7 +702,7 @@ const ks = Ie(
702
702
  )
703
703
  );
704
704
  ks.displayName = "Button";
705
- var kd = "_1doytsg0", Sd = "_1doytsg3", qd = "_1doytsg4", zd = { text: "_1doytsg6 _1doytsg5", email: "_1doytsg7 _1doytsg5", password: "_1doytsg8 _1doytsg5", tel: "_1doytsg9 _1doytsg5" }, Td = "_1doytsga", Rd = "_1doytsgc";
705
+ var kd = "_1doytsg0", Sd = "_1doytsg3", zd = "_1doytsg4", qd = { text: "_1doytsg6 _1doytsg5", email: "_1doytsg7 _1doytsg5", password: "_1doytsg8 _1doytsg5", tel: "_1doytsg9 _1doytsg5" }, Td = "_1doytsga", Rd = "_1doytsgc";
706
706
  const jd = ({
707
707
  id: e,
708
708
  name: t,
@@ -720,7 +720,7 @@ const jd = ({
720
720
  },
721
721
  [i]
722
722
  );
723
- return /* @__PURE__ */ c.jsxs("div", { className: zd[s], children: [
723
+ return /* @__PURE__ */ c.jsxs("div", { className: qd[s], children: [
724
724
  /* @__PURE__ */ c.jsx("label", { htmlFor: e, className: Td, children: n }),
725
725
  /* @__PURE__ */ c.jsx(
726
726
  "input",
@@ -858,7 +858,7 @@ const Md = () => /* @__PURE__ */ c.jsxs(
858
858
  "sid-input",
859
859
  "sid-input--password",
860
860
  Sd,
861
- e.error && qd,
861
+ e.error && zd,
862
862
  e.className
863
863
  ),
864
864
  style: e.style,
@@ -948,7 +948,7 @@ var Ud = (e, t, n) => {
948
948
  return !1;
949
949
  }
950
950
  return !0;
951
- }, qs = (e) => (t) => {
951
+ }, zs = (e) => (t) => {
952
952
  var n = e.defaultClassName, r = ni(ni({}, e.defaultVariants), t);
953
953
  for (var o in r) {
954
954
  var a, i = (a = r[o]) !== null && a !== void 0 ? a : e.defaultVariants[o];
@@ -965,7 +965,7 @@ var Ud = (e, t, n) => {
965
965
  for (var [u, d] of e.compoundVariants)
966
966
  Ud(u, r, e.defaultVariants) && (n += " " + d);
967
967
  return n;
968
- }, Bd = qs({ defaultClassName: "s3l9sv0", variantClassNames: { direction: { vertical: "s3l9sv1", horizontal: "s3l9sv2" }, space: { between: "s3l9sv3", evenly: "s3l9sv4" } }, defaultVariants: { direction: "vertical" }, compoundVariants: [] });
968
+ }, Bd = zs({ defaultClassName: "s3l9sv0", variantClassNames: { direction: { vertical: "s3l9sv1", horizontal: "s3l9sv2" }, space: { between: "s3l9sv3", evenly: "s3l9sv4" } }, defaultVariants: { direction: "vertical" }, compoundVariants: [] });
969
969
  function Vd(e, t) {
970
970
  if (typeof e != "object" || e === null) return e;
971
971
  var n = e[Symbol.toPrimitive];
@@ -1051,40 +1051,40 @@ var Yd = (e) => function() {
1051
1051
  u.push(k.values[H].conditions[K]);
1052
1052
  }
1053
1053
  }
1054
- } catch (z) {
1054
+ } catch (q) {
1055
1055
  if (process.env.NODE_ENV !== "production") {
1056
- class q extends Error {
1056
+ class z extends Error {
1057
1057
  constructor(D) {
1058
1058
  super(D), this.name = "SprinklesError";
1059
1059
  }
1060
1060
  }
1061
1061
  var B = (T) => typeof T == "string" ? '"'.concat(T, '"') : T, I = (T, D, P) => {
1062
- throw new q('"'.concat(T, '" has no value ').concat(B(D), ". Possible values are ").concat(Object.keys(P).map(B).join(", ")));
1062
+ throw new z('"'.concat(T, '" has no value ').concat(B(D), ". Possible values are ").concat(Object.keys(P).map(B).join(", ")));
1063
1063
  };
1064
1064
  if (!k)
1065
- throw new q('"'.concat(x, '" is not a valid sprinkle'));
1065
+ throw new z('"'.concat(x, '" is not a valid sprinkle'));
1066
1066
  if ((typeof S == "string" || typeof S == "number") && (S in k.values || I(x, S, k.values), !k.values[S].defaultClass))
1067
- throw new q('"'.concat(x, '" has no default condition. You must specify which conditions to target explicitly. Possible options are ').concat(Object.keys(k.values[S].conditions).map(B).join(", ")));
1067
+ throw new z('"'.concat(x, '" has no default condition. You must specify which conditions to target explicitly. Possible options are ').concat(Object.keys(k.values[S].conditions).map(B).join(", ")));
1068
1068
  if (typeof S == "object") {
1069
1069
  if (!("conditions" in k.values[Object.keys(k.values)[0]]))
1070
- throw new q('"'.concat(x, '" is not a conditional property'));
1070
+ throw new z('"'.concat(x, '" is not a conditional property'));
1071
1071
  if (Array.isArray(S)) {
1072
1072
  if (!("responsiveArray" in k))
1073
- throw new q('"'.concat(x, '" does not support responsive arrays'));
1073
+ throw new z('"'.concat(x, '" does not support responsive arrays'));
1074
1074
  var Y = k.responsiveArray.length;
1075
1075
  if (Y < S.length)
1076
- throw new q('"'.concat(x, '" only supports up to ').concat(Y, " breakpoints. You passed ").concat(S.length));
1076
+ throw new z('"'.concat(x, '" only supports up to ').concat(Y, " breakpoints. You passed ").concat(S.length));
1077
1077
  for (var O of S)
1078
1078
  k.values[O] || I(x, O, k.values);
1079
1079
  } else
1080
1080
  for (var U in S) {
1081
1081
  var J = S[U];
1082
1082
  if (J != null && (k.values[J] || I(x, J, k.values), !k.values[J].conditions[U]))
1083
- throw new q('"'.concat(x, '" has no condition named ').concat(B(U), ". Possible values are ").concat(Object.keys(k.values[J].conditions).map(B).join(", ")));
1083
+ throw new z('"'.concat(x, '" has no condition named ').concat(B(U), ". Possible values are ").concat(Object.keys(k.values[J].conditions).map(B).join(", ")));
1084
1084
  }
1085
1085
  }
1086
1086
  }
1087
- throw z;
1087
+ throw q;
1088
1088
  }
1089
1089
  };
1090
1090
  for (var x in w)
@@ -1096,21 +1096,21 @@ var Yd = (e) => function() {
1096
1096
  });
1097
1097
  }, Kd = (e) => e, Zd = function() {
1098
1098
  return Yd(Kd)(...arguments);
1099
- }, zs = Zd({ conditions: { defaultCondition: "lightMode", conditionNames: ["lightMode", "darkMode"], responsiveArray: void 0 }, styles: { color: { values: { background: { conditions: { lightMode: "_1hbz9ox0", darkMode: "_1hbz9ox1" }, defaultClass: "_1hbz9ox0" }, mute: { conditions: { lightMode: "_1hbz9ox2", darkMode: "_1hbz9ox3" }, defaultClass: "_1hbz9ox2" }, panel: { conditions: { lightMode: "_1hbz9ox4", darkMode: "_1hbz9ox5" }, defaultClass: "_1hbz9ox4" }, foreground: { conditions: { lightMode: "_1hbz9ox6", darkMode: "_1hbz9ox7" }, defaultClass: "_1hbz9ox6" }, contrast: { conditions: { lightMode: "_1hbz9ox8", darkMode: "_1hbz9ox9" }, defaultClass: "_1hbz9ox8" }, secondary: { conditions: { lightMode: "_1hbz9oxa", darkMode: "_1hbz9oxb" }, defaultClass: "_1hbz9oxa" }, tertiary: { conditions: { lightMode: "_1hbz9oxc", darkMode: "_1hbz9oxd" }, defaultClass: "_1hbz9oxc" }, placeholder: { conditions: { lightMode: "_1hbz9oxe", darkMode: "_1hbz9oxf" }, defaultClass: "_1hbz9oxe" }, smooth: { conditions: { lightMode: "_1hbz9oxg", darkMode: "_1hbz9oxh" }, defaultClass: "_1hbz9oxg" }, subtle: { conditions: { lightMode: "_1hbz9oxi", darkMode: "_1hbz9oxj" }, defaultClass: "_1hbz9oxi" }, soft: { conditions: { lightMode: "_1hbz9oxk", darkMode: "_1hbz9oxl" }, defaultClass: "_1hbz9oxk" }, offset: { conditions: { lightMode: "_1hbz9oxm", darkMode: "_1hbz9oxn" }, defaultClass: "_1hbz9oxm" }, primary: { conditions: { lightMode: "_1hbz9oxo", darkMode: "_1hbz9oxp" }, defaultClass: "_1hbz9oxo" }, primaryHover: { conditions: { lightMode: "_1hbz9oxq", darkMode: "_1hbz9oxr" }, defaultClass: "_1hbz9oxq" }, transparent: { conditions: { lightMode: "_1hbz9oxs", darkMode: "_1hbz9oxt" }, defaultClass: "_1hbz9oxs" }, error: { conditions: { lightMode: "_1hbz9oxu", darkMode: "_1hbz9oxv" }, defaultClass: "_1hbz9oxu" }, auxiliary: { conditions: { lightMode: "_1hbz9oxw", darkMode: "_1hbz9oxx" }, defaultClass: "_1hbz9oxw" }, success: { conditions: { lightMode: "_1hbz9oxy", darkMode: "_1hbz9oxz" }, defaultClass: "_1hbz9oxy" }, foregroundSuccess: { conditions: { lightMode: "_1hbz9ox10", darkMode: "_1hbz9ox11" }, defaultClass: "_1hbz9ox10" }, backgroundSuccess: { conditions: { lightMode: "_1hbz9ox12", darkMode: "_1hbz9ox13" }, defaultClass: "_1hbz9ox12" }, failure: { conditions: { lightMode: "_1hbz9ox14", darkMode: "_1hbz9ox15" }, defaultClass: "_1hbz9ox14" }, foregroundFailure: { conditions: { lightMode: "_1hbz9ox16", darkMode: "_1hbz9ox17" }, defaultClass: "_1hbz9ox16" }, backgroundFailure: { conditions: { lightMode: "_1hbz9ox18", darkMode: "_1hbz9ox19" }, defaultClass: "_1hbz9ox18" } } }, backgroundColor: { values: { background: { conditions: { lightMode: "_1hbz9ox1a", darkMode: "_1hbz9ox1b" }, defaultClass: "_1hbz9ox1a" }, mute: { conditions: { lightMode: "_1hbz9ox1c", darkMode: "_1hbz9ox1d" }, defaultClass: "_1hbz9ox1c" }, panel: { conditions: { lightMode: "_1hbz9ox1e", darkMode: "_1hbz9ox1f" }, defaultClass: "_1hbz9ox1e" }, foreground: { conditions: { lightMode: "_1hbz9ox1g", darkMode: "_1hbz9ox1h" }, defaultClass: "_1hbz9ox1g" }, contrast: { conditions: { lightMode: "_1hbz9ox1i", darkMode: "_1hbz9ox1j" }, defaultClass: "_1hbz9ox1i" }, secondary: { conditions: { lightMode: "_1hbz9ox1k", darkMode: "_1hbz9ox1l" }, defaultClass: "_1hbz9ox1k" }, tertiary: { conditions: { lightMode: "_1hbz9ox1m", darkMode: "_1hbz9ox1n" }, defaultClass: "_1hbz9ox1m" }, placeholder: { conditions: { lightMode: "_1hbz9ox1o", darkMode: "_1hbz9ox1p" }, defaultClass: "_1hbz9ox1o" }, smooth: { conditions: { lightMode: "_1hbz9ox1q", darkMode: "_1hbz9ox1r" }, defaultClass: "_1hbz9ox1q" }, subtle: { conditions: { lightMode: "_1hbz9ox1s", darkMode: "_1hbz9ox1t" }, defaultClass: "_1hbz9ox1s" }, soft: { conditions: { lightMode: "_1hbz9ox1u", darkMode: "_1hbz9ox1v" }, defaultClass: "_1hbz9ox1u" }, offset: { conditions: { lightMode: "_1hbz9ox1w", darkMode: "_1hbz9ox1x" }, defaultClass: "_1hbz9ox1w" }, primary: { conditions: { lightMode: "_1hbz9ox1y", darkMode: "_1hbz9ox1z" }, defaultClass: "_1hbz9ox1y" }, primaryHover: { conditions: { lightMode: "_1hbz9ox20", darkMode: "_1hbz9ox21" }, defaultClass: "_1hbz9ox20" }, transparent: { conditions: { lightMode: "_1hbz9ox22", darkMode: "_1hbz9ox23" }, defaultClass: "_1hbz9ox22" }, error: { conditions: { lightMode: "_1hbz9ox24", darkMode: "_1hbz9ox25" }, defaultClass: "_1hbz9ox24" }, auxiliary: { conditions: { lightMode: "_1hbz9ox26", darkMode: "_1hbz9ox27" }, defaultClass: "_1hbz9ox26" }, success: { conditions: { lightMode: "_1hbz9ox28", darkMode: "_1hbz9ox29" }, defaultClass: "_1hbz9ox28" }, foregroundSuccess: { conditions: { lightMode: "_1hbz9ox2a", darkMode: "_1hbz9ox2b" }, defaultClass: "_1hbz9ox2a" }, backgroundSuccess: { conditions: { lightMode: "_1hbz9ox2c", darkMode: "_1hbz9ox2d" }, defaultClass: "_1hbz9ox2c" }, failure: { conditions: { lightMode: "_1hbz9ox2e", darkMode: "_1hbz9ox2f" }, defaultClass: "_1hbz9ox2e" }, foregroundFailure: { conditions: { lightMode: "_1hbz9ox2g", darkMode: "_1hbz9ox2h" }, defaultClass: "_1hbz9ox2g" }, backgroundFailure: { conditions: { lightMode: "_1hbz9ox2i", darkMode: "_1hbz9ox2j" }, defaultClass: "_1hbz9ox2i" } } } } }, { conditions: void 0, styles: { marginY: { mappings: ["marginTop", "marginBottom"] }, marginX: { mappings: ["marginLeft", "marginRight"] }, gap: { values: { 0: { defaultClass: "_1hbz9ox2k" }, 1: { defaultClass: "_1hbz9ox2l" }, 2: { defaultClass: "_1hbz9ox2m" }, 3: { defaultClass: "_1hbz9ox2n" }, 4: { defaultClass: "_1hbz9ox2o" }, 5: { defaultClass: "_1hbz9ox2p" }, 6: { defaultClass: "_1hbz9ox2q" }, 7: { defaultClass: "_1hbz9ox2r" }, 8: { defaultClass: "_1hbz9ox2s" }, 9: { defaultClass: "_1hbz9ox2t" }, 10: { defaultClass: "_1hbz9ox2u" }, 11: { defaultClass: "_1hbz9ox2v" }, 12: { defaultClass: "_1hbz9ox2w" }, 13: { defaultClass: "_1hbz9ox2x" }, 14: { defaultClass: "_1hbz9ox2y" }, 15: { defaultClass: "_1hbz9ox2z" }, 16: { defaultClass: "_1hbz9ox30" }, 20: { defaultClass: "_1hbz9ox31" }, 24: { defaultClass: "_1hbz9ox32" }, 28: { defaultClass: "_1hbz9ox33" }, 32: { defaultClass: "_1hbz9ox34" }, 36: { defaultClass: "_1hbz9ox35" }, 40: { defaultClass: "_1hbz9ox36" }, 44: { defaultClass: "_1hbz9ox37" }, 48: { defaultClass: "_1hbz9ox38" }, 52: { defaultClass: "_1hbz9ox39" }, 56: { defaultClass: "_1hbz9ox3a" }, 60: { defaultClass: "_1hbz9ox3b" }, 64: { defaultClass: "_1hbz9ox3c" }, 68: { defaultClass: "_1hbz9ox3d" }, 72: { defaultClass: "_1hbz9ox3e" }, 76: { defaultClass: "_1hbz9ox3f" }, 80: { defaultClass: "_1hbz9ox3g" }, 96: { defaultClass: "_1hbz9ox3h" }, px: { defaultClass: "_1hbz9ox3i" }, "0.25": { defaultClass: "_1hbz9ox3j" }, "0.5": { defaultClass: "_1hbz9ox3k" }, "0.75": { defaultClass: "_1hbz9ox3l" }, "1.5": { defaultClass: "_1hbz9ox3m" }, "2.5": { defaultClass: "_1hbz9ox3n" }, "3.5": { defaultClass: "_1hbz9ox3o" } } }, marginTop: { values: { 0: { defaultClass: "_1hbz9ox3p" }, 1: { defaultClass: "_1hbz9ox3q" }, 2: { defaultClass: "_1hbz9ox3r" }, 3: { defaultClass: "_1hbz9ox3s" }, 4: { defaultClass: "_1hbz9ox3t" }, 5: { defaultClass: "_1hbz9ox3u" }, 6: { defaultClass: "_1hbz9ox3v" }, 7: { defaultClass: "_1hbz9ox3w" }, 8: { defaultClass: "_1hbz9ox3x" }, 9: { defaultClass: "_1hbz9ox3y" }, 10: { defaultClass: "_1hbz9ox3z" }, 11: { defaultClass: "_1hbz9ox40" }, 12: { defaultClass: "_1hbz9ox41" }, 13: { defaultClass: "_1hbz9ox42" }, 14: { defaultClass: "_1hbz9ox43" }, 15: { defaultClass: "_1hbz9ox44" }, 16: { defaultClass: "_1hbz9ox45" }, 20: { defaultClass: "_1hbz9ox46" }, 24: { defaultClass: "_1hbz9ox47" }, 28: { defaultClass: "_1hbz9ox48" }, 32: { defaultClass: "_1hbz9ox49" }, 36: { defaultClass: "_1hbz9ox4a" }, 40: { defaultClass: "_1hbz9ox4b" }, 44: { defaultClass: "_1hbz9ox4c" }, 48: { defaultClass: "_1hbz9ox4d" }, 52: { defaultClass: "_1hbz9ox4e" }, 56: { defaultClass: "_1hbz9ox4f" }, 60: { defaultClass: "_1hbz9ox4g" }, 64: { defaultClass: "_1hbz9ox4h" }, 68: { defaultClass: "_1hbz9ox4i" }, 72: { defaultClass: "_1hbz9ox4j" }, 76: { defaultClass: "_1hbz9ox4k" }, 80: { defaultClass: "_1hbz9ox4l" }, 96: { defaultClass: "_1hbz9ox4m" }, px: { defaultClass: "_1hbz9ox4n" }, "0.25": { defaultClass: "_1hbz9ox4o" }, "0.5": { defaultClass: "_1hbz9ox4p" }, "0.75": { defaultClass: "_1hbz9ox4q" }, "1.5": { defaultClass: "_1hbz9ox4r" }, "2.5": { defaultClass: "_1hbz9ox4s" }, "3.5": { defaultClass: "_1hbz9ox4t" } } }, marginBottom: { values: { 0: { defaultClass: "_1hbz9ox4u" }, 1: { defaultClass: "_1hbz9ox4v" }, 2: { defaultClass: "_1hbz9ox4w" }, 3: { defaultClass: "_1hbz9ox4x" }, 4: { defaultClass: "_1hbz9ox4y" }, 5: { defaultClass: "_1hbz9ox4z" }, 6: { defaultClass: "_1hbz9ox50" }, 7: { defaultClass: "_1hbz9ox51" }, 8: { defaultClass: "_1hbz9ox52" }, 9: { defaultClass: "_1hbz9ox53" }, 10: { defaultClass: "_1hbz9ox54" }, 11: { defaultClass: "_1hbz9ox55" }, 12: { defaultClass: "_1hbz9ox56" }, 13: { defaultClass: "_1hbz9ox57" }, 14: { defaultClass: "_1hbz9ox58" }, 15: { defaultClass: "_1hbz9ox59" }, 16: { defaultClass: "_1hbz9ox5a" }, 20: { defaultClass: "_1hbz9ox5b" }, 24: { defaultClass: "_1hbz9ox5c" }, 28: { defaultClass: "_1hbz9ox5d" }, 32: { defaultClass: "_1hbz9ox5e" }, 36: { defaultClass: "_1hbz9ox5f" }, 40: { defaultClass: "_1hbz9ox5g" }, 44: { defaultClass: "_1hbz9ox5h" }, 48: { defaultClass: "_1hbz9ox5i" }, 52: { defaultClass: "_1hbz9ox5j" }, 56: { defaultClass: "_1hbz9ox5k" }, 60: { defaultClass: "_1hbz9ox5l" }, 64: { defaultClass: "_1hbz9ox5m" }, 68: { defaultClass: "_1hbz9ox5n" }, 72: { defaultClass: "_1hbz9ox5o" }, 76: { defaultClass: "_1hbz9ox5p" }, 80: { defaultClass: "_1hbz9ox5q" }, 96: { defaultClass: "_1hbz9ox5r" }, px: { defaultClass: "_1hbz9ox5s" }, "0.25": { defaultClass: "_1hbz9ox5t" }, "0.5": { defaultClass: "_1hbz9ox5u" }, "0.75": { defaultClass: "_1hbz9ox5v" }, "1.5": { defaultClass: "_1hbz9ox5w" }, "2.5": { defaultClass: "_1hbz9ox5x" }, "3.5": { defaultClass: "_1hbz9ox5y" } } }, marginLeft: { values: { 0: { defaultClass: "_1hbz9ox5z" }, 1: { defaultClass: "_1hbz9ox60" }, 2: { defaultClass: "_1hbz9ox61" }, 3: { defaultClass: "_1hbz9ox62" }, 4: { defaultClass: "_1hbz9ox63" }, 5: { defaultClass: "_1hbz9ox64" }, 6: { defaultClass: "_1hbz9ox65" }, 7: { defaultClass: "_1hbz9ox66" }, 8: { defaultClass: "_1hbz9ox67" }, 9: { defaultClass: "_1hbz9ox68" }, 10: { defaultClass: "_1hbz9ox69" }, 11: { defaultClass: "_1hbz9ox6a" }, 12: { defaultClass: "_1hbz9ox6b" }, 13: { defaultClass: "_1hbz9ox6c" }, 14: { defaultClass: "_1hbz9ox6d" }, 15: { defaultClass: "_1hbz9ox6e" }, 16: { defaultClass: "_1hbz9ox6f" }, 20: { defaultClass: "_1hbz9ox6g" }, 24: { defaultClass: "_1hbz9ox6h" }, 28: { defaultClass: "_1hbz9ox6i" }, 32: { defaultClass: "_1hbz9ox6j" }, 36: { defaultClass: "_1hbz9ox6k" }, 40: { defaultClass: "_1hbz9ox6l" }, 44: { defaultClass: "_1hbz9ox6m" }, 48: { defaultClass: "_1hbz9ox6n" }, 52: { defaultClass: "_1hbz9ox6o" }, 56: { defaultClass: "_1hbz9ox6p" }, 60: { defaultClass: "_1hbz9ox6q" }, 64: { defaultClass: "_1hbz9ox6r" }, 68: { defaultClass: "_1hbz9ox6s" }, 72: { defaultClass: "_1hbz9ox6t" }, 76: { defaultClass: "_1hbz9ox6u" }, 80: { defaultClass: "_1hbz9ox6v" }, 96: { defaultClass: "_1hbz9ox6w" }, px: { defaultClass: "_1hbz9ox6x" }, "0.25": { defaultClass: "_1hbz9ox6y" }, "0.5": { defaultClass: "_1hbz9ox6z" }, "0.75": { defaultClass: "_1hbz9ox70" }, "1.5": { defaultClass: "_1hbz9ox71" }, "2.5": { defaultClass: "_1hbz9ox72" }, "3.5": { defaultClass: "_1hbz9ox73" } } }, marginRight: { values: { 0: { defaultClass: "_1hbz9ox74" }, 1: { defaultClass: "_1hbz9ox75" }, 2: { defaultClass: "_1hbz9ox76" }, 3: { defaultClass: "_1hbz9ox77" }, 4: { defaultClass: "_1hbz9ox78" }, 5: { defaultClass: "_1hbz9ox79" }, 6: { defaultClass: "_1hbz9ox7a" }, 7: { defaultClass: "_1hbz9ox7b" }, 8: { defaultClass: "_1hbz9ox7c" }, 9: { defaultClass: "_1hbz9ox7d" }, 10: { defaultClass: "_1hbz9ox7e" }, 11: { defaultClass: "_1hbz9ox7f" }, 12: { defaultClass: "_1hbz9ox7g" }, 13: { defaultClass: "_1hbz9ox7h" }, 14: { defaultClass: "_1hbz9ox7i" }, 15: { defaultClass: "_1hbz9ox7j" }, 16: { defaultClass: "_1hbz9ox7k" }, 20: { defaultClass: "_1hbz9ox7l" }, 24: { defaultClass: "_1hbz9ox7m" }, 28: { defaultClass: "_1hbz9ox7n" }, 32: { defaultClass: "_1hbz9ox7o" }, 36: { defaultClass: "_1hbz9ox7p" }, 40: { defaultClass: "_1hbz9ox7q" }, 44: { defaultClass: "_1hbz9ox7r" }, 48: { defaultClass: "_1hbz9ox7s" }, 52: { defaultClass: "_1hbz9ox7t" }, 56: { defaultClass: "_1hbz9ox7u" }, 60: { defaultClass: "_1hbz9ox7v" }, 64: { defaultClass: "_1hbz9ox7w" }, 68: { defaultClass: "_1hbz9ox7x" }, 72: { defaultClass: "_1hbz9ox7y" }, 76: { defaultClass: "_1hbz9ox7z" }, 80: { defaultClass: "_1hbz9ox80" }, 96: { defaultClass: "_1hbz9ox81" }, px: { defaultClass: "_1hbz9ox82" }, "0.25": { defaultClass: "_1hbz9ox83" }, "0.5": { defaultClass: "_1hbz9ox84" }, "0.75": { defaultClass: "_1hbz9ox85" }, "1.5": { defaultClass: "_1hbz9ox86" }, "2.5": { defaultClass: "_1hbz9ox87" }, "3.5": { defaultClass: "_1hbz9ox88" } } } } });
1099
+ }, qs = Zd({ conditions: { defaultCondition: "lightMode", conditionNames: ["lightMode", "darkMode"], responsiveArray: void 0 }, styles: { color: { values: { background: { conditions: { lightMode: "_1hbz9ox0", darkMode: "_1hbz9ox1" }, defaultClass: "_1hbz9ox0" }, mute: { conditions: { lightMode: "_1hbz9ox2", darkMode: "_1hbz9ox3" }, defaultClass: "_1hbz9ox2" }, panel: { conditions: { lightMode: "_1hbz9ox4", darkMode: "_1hbz9ox5" }, defaultClass: "_1hbz9ox4" }, foreground: { conditions: { lightMode: "_1hbz9ox6", darkMode: "_1hbz9ox7" }, defaultClass: "_1hbz9ox6" }, contrast: { conditions: { lightMode: "_1hbz9ox8", darkMode: "_1hbz9ox9" }, defaultClass: "_1hbz9ox8" }, secondary: { conditions: { lightMode: "_1hbz9oxa", darkMode: "_1hbz9oxb" }, defaultClass: "_1hbz9oxa" }, tertiary: { conditions: { lightMode: "_1hbz9oxc", darkMode: "_1hbz9oxd" }, defaultClass: "_1hbz9oxc" }, placeholder: { conditions: { lightMode: "_1hbz9oxe", darkMode: "_1hbz9oxf" }, defaultClass: "_1hbz9oxe" }, smooth: { conditions: { lightMode: "_1hbz9oxg", darkMode: "_1hbz9oxh" }, defaultClass: "_1hbz9oxg" }, subtle: { conditions: { lightMode: "_1hbz9oxi", darkMode: "_1hbz9oxj" }, defaultClass: "_1hbz9oxi" }, soft: { conditions: { lightMode: "_1hbz9oxk", darkMode: "_1hbz9oxl" }, defaultClass: "_1hbz9oxk" }, offset: { conditions: { lightMode: "_1hbz9oxm", darkMode: "_1hbz9oxn" }, defaultClass: "_1hbz9oxm" }, primary: { conditions: { lightMode: "_1hbz9oxo", darkMode: "_1hbz9oxp" }, defaultClass: "_1hbz9oxo" }, primaryHover: { conditions: { lightMode: "_1hbz9oxq", darkMode: "_1hbz9oxr" }, defaultClass: "_1hbz9oxq" }, transparent: { conditions: { lightMode: "_1hbz9oxs", darkMode: "_1hbz9oxt" }, defaultClass: "_1hbz9oxs" }, error: { conditions: { lightMode: "_1hbz9oxu", darkMode: "_1hbz9oxv" }, defaultClass: "_1hbz9oxu" }, auxiliary: { conditions: { lightMode: "_1hbz9oxw", darkMode: "_1hbz9oxx" }, defaultClass: "_1hbz9oxw" }, success: { conditions: { lightMode: "_1hbz9oxy", darkMode: "_1hbz9oxz" }, defaultClass: "_1hbz9oxy" }, foregroundSuccess: { conditions: { lightMode: "_1hbz9ox10", darkMode: "_1hbz9ox11" }, defaultClass: "_1hbz9ox10" }, backgroundSuccess: { conditions: { lightMode: "_1hbz9ox12", darkMode: "_1hbz9ox13" }, defaultClass: "_1hbz9ox12" }, failure: { conditions: { lightMode: "_1hbz9ox14", darkMode: "_1hbz9ox15" }, defaultClass: "_1hbz9ox14" }, foregroundFailure: { conditions: { lightMode: "_1hbz9ox16", darkMode: "_1hbz9ox17" }, defaultClass: "_1hbz9ox16" }, backgroundFailure: { conditions: { lightMode: "_1hbz9ox18", darkMode: "_1hbz9ox19" }, defaultClass: "_1hbz9ox18" } } }, backgroundColor: { values: { background: { conditions: { lightMode: "_1hbz9ox1a", darkMode: "_1hbz9ox1b" }, defaultClass: "_1hbz9ox1a" }, mute: { conditions: { lightMode: "_1hbz9ox1c", darkMode: "_1hbz9ox1d" }, defaultClass: "_1hbz9ox1c" }, panel: { conditions: { lightMode: "_1hbz9ox1e", darkMode: "_1hbz9ox1f" }, defaultClass: "_1hbz9ox1e" }, foreground: { conditions: { lightMode: "_1hbz9ox1g", darkMode: "_1hbz9ox1h" }, defaultClass: "_1hbz9ox1g" }, contrast: { conditions: { lightMode: "_1hbz9ox1i", darkMode: "_1hbz9ox1j" }, defaultClass: "_1hbz9ox1i" }, secondary: { conditions: { lightMode: "_1hbz9ox1k", darkMode: "_1hbz9ox1l" }, defaultClass: "_1hbz9ox1k" }, tertiary: { conditions: { lightMode: "_1hbz9ox1m", darkMode: "_1hbz9ox1n" }, defaultClass: "_1hbz9ox1m" }, placeholder: { conditions: { lightMode: "_1hbz9ox1o", darkMode: "_1hbz9ox1p" }, defaultClass: "_1hbz9ox1o" }, smooth: { conditions: { lightMode: "_1hbz9ox1q", darkMode: "_1hbz9ox1r" }, defaultClass: "_1hbz9ox1q" }, subtle: { conditions: { lightMode: "_1hbz9ox1s", darkMode: "_1hbz9ox1t" }, defaultClass: "_1hbz9ox1s" }, soft: { conditions: { lightMode: "_1hbz9ox1u", darkMode: "_1hbz9ox1v" }, defaultClass: "_1hbz9ox1u" }, offset: { conditions: { lightMode: "_1hbz9ox1w", darkMode: "_1hbz9ox1x" }, defaultClass: "_1hbz9ox1w" }, primary: { conditions: { lightMode: "_1hbz9ox1y", darkMode: "_1hbz9ox1z" }, defaultClass: "_1hbz9ox1y" }, primaryHover: { conditions: { lightMode: "_1hbz9ox20", darkMode: "_1hbz9ox21" }, defaultClass: "_1hbz9ox20" }, transparent: { conditions: { lightMode: "_1hbz9ox22", darkMode: "_1hbz9ox23" }, defaultClass: "_1hbz9ox22" }, error: { conditions: { lightMode: "_1hbz9ox24", darkMode: "_1hbz9ox25" }, defaultClass: "_1hbz9ox24" }, auxiliary: { conditions: { lightMode: "_1hbz9ox26", darkMode: "_1hbz9ox27" }, defaultClass: "_1hbz9ox26" }, success: { conditions: { lightMode: "_1hbz9ox28", darkMode: "_1hbz9ox29" }, defaultClass: "_1hbz9ox28" }, foregroundSuccess: { conditions: { lightMode: "_1hbz9ox2a", darkMode: "_1hbz9ox2b" }, defaultClass: "_1hbz9ox2a" }, backgroundSuccess: { conditions: { lightMode: "_1hbz9ox2c", darkMode: "_1hbz9ox2d" }, defaultClass: "_1hbz9ox2c" }, failure: { conditions: { lightMode: "_1hbz9ox2e", darkMode: "_1hbz9ox2f" }, defaultClass: "_1hbz9ox2e" }, foregroundFailure: { conditions: { lightMode: "_1hbz9ox2g", darkMode: "_1hbz9ox2h" }, defaultClass: "_1hbz9ox2g" }, backgroundFailure: { conditions: { lightMode: "_1hbz9ox2i", darkMode: "_1hbz9ox2j" }, defaultClass: "_1hbz9ox2i" } } } } }, { conditions: void 0, styles: { marginY: { mappings: ["marginTop", "marginBottom"] }, marginX: { mappings: ["marginLeft", "marginRight"] }, gap: { values: { 0: { defaultClass: "_1hbz9ox2k" }, 1: { defaultClass: "_1hbz9ox2l" }, 2: { defaultClass: "_1hbz9ox2m" }, 3: { defaultClass: "_1hbz9ox2n" }, 4: { defaultClass: "_1hbz9ox2o" }, 5: { defaultClass: "_1hbz9ox2p" }, 6: { defaultClass: "_1hbz9ox2q" }, 7: { defaultClass: "_1hbz9ox2r" }, 8: { defaultClass: "_1hbz9ox2s" }, 9: { defaultClass: "_1hbz9ox2t" }, 10: { defaultClass: "_1hbz9ox2u" }, 11: { defaultClass: "_1hbz9ox2v" }, 12: { defaultClass: "_1hbz9ox2w" }, 13: { defaultClass: "_1hbz9ox2x" }, 14: { defaultClass: "_1hbz9ox2y" }, 15: { defaultClass: "_1hbz9ox2z" }, 16: { defaultClass: "_1hbz9ox30" }, 20: { defaultClass: "_1hbz9ox31" }, 24: { defaultClass: "_1hbz9ox32" }, 28: { defaultClass: "_1hbz9ox33" }, 32: { defaultClass: "_1hbz9ox34" }, 36: { defaultClass: "_1hbz9ox35" }, 40: { defaultClass: "_1hbz9ox36" }, 44: { defaultClass: "_1hbz9ox37" }, 48: { defaultClass: "_1hbz9ox38" }, 52: { defaultClass: "_1hbz9ox39" }, 56: { defaultClass: "_1hbz9ox3a" }, 60: { defaultClass: "_1hbz9ox3b" }, 64: { defaultClass: "_1hbz9ox3c" }, 68: { defaultClass: "_1hbz9ox3d" }, 72: { defaultClass: "_1hbz9ox3e" }, 76: { defaultClass: "_1hbz9ox3f" }, 80: { defaultClass: "_1hbz9ox3g" }, 96: { defaultClass: "_1hbz9ox3h" }, px: { defaultClass: "_1hbz9ox3i" }, "0.25": { defaultClass: "_1hbz9ox3j" }, "0.5": { defaultClass: "_1hbz9ox3k" }, "0.75": { defaultClass: "_1hbz9ox3l" }, "1.5": { defaultClass: "_1hbz9ox3m" }, "2.5": { defaultClass: "_1hbz9ox3n" }, "3.5": { defaultClass: "_1hbz9ox3o" } } }, marginTop: { values: { 0: { defaultClass: "_1hbz9ox3p" }, 1: { defaultClass: "_1hbz9ox3q" }, 2: { defaultClass: "_1hbz9ox3r" }, 3: { defaultClass: "_1hbz9ox3s" }, 4: { defaultClass: "_1hbz9ox3t" }, 5: { defaultClass: "_1hbz9ox3u" }, 6: { defaultClass: "_1hbz9ox3v" }, 7: { defaultClass: "_1hbz9ox3w" }, 8: { defaultClass: "_1hbz9ox3x" }, 9: { defaultClass: "_1hbz9ox3y" }, 10: { defaultClass: "_1hbz9ox3z" }, 11: { defaultClass: "_1hbz9ox40" }, 12: { defaultClass: "_1hbz9ox41" }, 13: { defaultClass: "_1hbz9ox42" }, 14: { defaultClass: "_1hbz9ox43" }, 15: { defaultClass: "_1hbz9ox44" }, 16: { defaultClass: "_1hbz9ox45" }, 20: { defaultClass: "_1hbz9ox46" }, 24: { defaultClass: "_1hbz9ox47" }, 28: { defaultClass: "_1hbz9ox48" }, 32: { defaultClass: "_1hbz9ox49" }, 36: { defaultClass: "_1hbz9ox4a" }, 40: { defaultClass: "_1hbz9ox4b" }, 44: { defaultClass: "_1hbz9ox4c" }, 48: { defaultClass: "_1hbz9ox4d" }, 52: { defaultClass: "_1hbz9ox4e" }, 56: { defaultClass: "_1hbz9ox4f" }, 60: { defaultClass: "_1hbz9ox4g" }, 64: { defaultClass: "_1hbz9ox4h" }, 68: { defaultClass: "_1hbz9ox4i" }, 72: { defaultClass: "_1hbz9ox4j" }, 76: { defaultClass: "_1hbz9ox4k" }, 80: { defaultClass: "_1hbz9ox4l" }, 96: { defaultClass: "_1hbz9ox4m" }, px: { defaultClass: "_1hbz9ox4n" }, "0.25": { defaultClass: "_1hbz9ox4o" }, "0.5": { defaultClass: "_1hbz9ox4p" }, "0.75": { defaultClass: "_1hbz9ox4q" }, "1.5": { defaultClass: "_1hbz9ox4r" }, "2.5": { defaultClass: "_1hbz9ox4s" }, "3.5": { defaultClass: "_1hbz9ox4t" } } }, marginBottom: { values: { 0: { defaultClass: "_1hbz9ox4u" }, 1: { defaultClass: "_1hbz9ox4v" }, 2: { defaultClass: "_1hbz9ox4w" }, 3: { defaultClass: "_1hbz9ox4x" }, 4: { defaultClass: "_1hbz9ox4y" }, 5: { defaultClass: "_1hbz9ox4z" }, 6: { defaultClass: "_1hbz9ox50" }, 7: { defaultClass: "_1hbz9ox51" }, 8: { defaultClass: "_1hbz9ox52" }, 9: { defaultClass: "_1hbz9ox53" }, 10: { defaultClass: "_1hbz9ox54" }, 11: { defaultClass: "_1hbz9ox55" }, 12: { defaultClass: "_1hbz9ox56" }, 13: { defaultClass: "_1hbz9ox57" }, 14: { defaultClass: "_1hbz9ox58" }, 15: { defaultClass: "_1hbz9ox59" }, 16: { defaultClass: "_1hbz9ox5a" }, 20: { defaultClass: "_1hbz9ox5b" }, 24: { defaultClass: "_1hbz9ox5c" }, 28: { defaultClass: "_1hbz9ox5d" }, 32: { defaultClass: "_1hbz9ox5e" }, 36: { defaultClass: "_1hbz9ox5f" }, 40: { defaultClass: "_1hbz9ox5g" }, 44: { defaultClass: "_1hbz9ox5h" }, 48: { defaultClass: "_1hbz9ox5i" }, 52: { defaultClass: "_1hbz9ox5j" }, 56: { defaultClass: "_1hbz9ox5k" }, 60: { defaultClass: "_1hbz9ox5l" }, 64: { defaultClass: "_1hbz9ox5m" }, 68: { defaultClass: "_1hbz9ox5n" }, 72: { defaultClass: "_1hbz9ox5o" }, 76: { defaultClass: "_1hbz9ox5p" }, 80: { defaultClass: "_1hbz9ox5q" }, 96: { defaultClass: "_1hbz9ox5r" }, px: { defaultClass: "_1hbz9ox5s" }, "0.25": { defaultClass: "_1hbz9ox5t" }, "0.5": { defaultClass: "_1hbz9ox5u" }, "0.75": { defaultClass: "_1hbz9ox5v" }, "1.5": { defaultClass: "_1hbz9ox5w" }, "2.5": { defaultClass: "_1hbz9ox5x" }, "3.5": { defaultClass: "_1hbz9ox5y" } } }, marginLeft: { values: { 0: { defaultClass: "_1hbz9ox5z" }, 1: { defaultClass: "_1hbz9ox60" }, 2: { defaultClass: "_1hbz9ox61" }, 3: { defaultClass: "_1hbz9ox62" }, 4: { defaultClass: "_1hbz9ox63" }, 5: { defaultClass: "_1hbz9ox64" }, 6: { defaultClass: "_1hbz9ox65" }, 7: { defaultClass: "_1hbz9ox66" }, 8: { defaultClass: "_1hbz9ox67" }, 9: { defaultClass: "_1hbz9ox68" }, 10: { defaultClass: "_1hbz9ox69" }, 11: { defaultClass: "_1hbz9ox6a" }, 12: { defaultClass: "_1hbz9ox6b" }, 13: { defaultClass: "_1hbz9ox6c" }, 14: { defaultClass: "_1hbz9ox6d" }, 15: { defaultClass: "_1hbz9ox6e" }, 16: { defaultClass: "_1hbz9ox6f" }, 20: { defaultClass: "_1hbz9ox6g" }, 24: { defaultClass: "_1hbz9ox6h" }, 28: { defaultClass: "_1hbz9ox6i" }, 32: { defaultClass: "_1hbz9ox6j" }, 36: { defaultClass: "_1hbz9ox6k" }, 40: { defaultClass: "_1hbz9ox6l" }, 44: { defaultClass: "_1hbz9ox6m" }, 48: { defaultClass: "_1hbz9ox6n" }, 52: { defaultClass: "_1hbz9ox6o" }, 56: { defaultClass: "_1hbz9ox6p" }, 60: { defaultClass: "_1hbz9ox6q" }, 64: { defaultClass: "_1hbz9ox6r" }, 68: { defaultClass: "_1hbz9ox6s" }, 72: { defaultClass: "_1hbz9ox6t" }, 76: { defaultClass: "_1hbz9ox6u" }, 80: { defaultClass: "_1hbz9ox6v" }, 96: { defaultClass: "_1hbz9ox6w" }, px: { defaultClass: "_1hbz9ox6x" }, "0.25": { defaultClass: "_1hbz9ox6y" }, "0.5": { defaultClass: "_1hbz9ox6z" }, "0.75": { defaultClass: "_1hbz9ox70" }, "1.5": { defaultClass: "_1hbz9ox71" }, "2.5": { defaultClass: "_1hbz9ox72" }, "3.5": { defaultClass: "_1hbz9ox73" } } }, marginRight: { values: { 0: { defaultClass: "_1hbz9ox74" }, 1: { defaultClass: "_1hbz9ox75" }, 2: { defaultClass: "_1hbz9ox76" }, 3: { defaultClass: "_1hbz9ox77" }, 4: { defaultClass: "_1hbz9ox78" }, 5: { defaultClass: "_1hbz9ox79" }, 6: { defaultClass: "_1hbz9ox7a" }, 7: { defaultClass: "_1hbz9ox7b" }, 8: { defaultClass: "_1hbz9ox7c" }, 9: { defaultClass: "_1hbz9ox7d" }, 10: { defaultClass: "_1hbz9ox7e" }, 11: { defaultClass: "_1hbz9ox7f" }, 12: { defaultClass: "_1hbz9ox7g" }, 13: { defaultClass: "_1hbz9ox7h" }, 14: { defaultClass: "_1hbz9ox7i" }, 15: { defaultClass: "_1hbz9ox7j" }, 16: { defaultClass: "_1hbz9ox7k" }, 20: { defaultClass: "_1hbz9ox7l" }, 24: { defaultClass: "_1hbz9ox7m" }, 28: { defaultClass: "_1hbz9ox7n" }, 32: { defaultClass: "_1hbz9ox7o" }, 36: { defaultClass: "_1hbz9ox7p" }, 40: { defaultClass: "_1hbz9ox7q" }, 44: { defaultClass: "_1hbz9ox7r" }, 48: { defaultClass: "_1hbz9ox7s" }, 52: { defaultClass: "_1hbz9ox7t" }, 56: { defaultClass: "_1hbz9ox7u" }, 60: { defaultClass: "_1hbz9ox7v" }, 64: { defaultClass: "_1hbz9ox7w" }, 68: { defaultClass: "_1hbz9ox7x" }, 72: { defaultClass: "_1hbz9ox7y" }, 76: { defaultClass: "_1hbz9ox7z" }, 80: { defaultClass: "_1hbz9ox80" }, 96: { defaultClass: "_1hbz9ox81" }, px: { defaultClass: "_1hbz9ox82" }, "0.25": { defaultClass: "_1hbz9ox83" }, "0.5": { defaultClass: "_1hbz9ox84" }, "0.75": { defaultClass: "_1hbz9ox85" }, "1.5": { defaultClass: "_1hbz9ox86" }, "2.5": { defaultClass: "_1hbz9ox87" }, "3.5": { defaultClass: "_1hbz9ox88" } } } } });
1100
1100
  const Vo = (e) => /* @__PURE__ */ c.jsx(
1101
1101
  "div",
1102
1102
  {
1103
1103
  className: Ve(
1104
1104
  "sid-stack",
1105
1105
  Bd(e.variant),
1106
- zs({ gap: e.space || "2" }),
1106
+ qs({ gap: e.space || "2" }),
1107
1107
  e.className
1108
1108
  ),
1109
1109
  style: e.style,
1110
1110
  children: e.children
1111
1111
  }
1112
1112
  );
1113
- var Xd = qs({ defaultClassName: "_1wn0ypy0", variantClassNames: { size: { xs: "_1wn0ypy1", sm: "_1wn0ypy2", base: "_1wn0ypy3", xl: "_1wn0ypy4", "2xl-title": "_1wn0ypy5" }, weight: { medium: "_1wn0ypy6", semibold: "_1wn0ypy7", bold: "_1wn0ypy8" }, color: { contrast: "_1wn0ypy9", tertiary: "_1wn0ypya", placeholder: "_1wn0ypyb", white: "_1wn0ypyc", success: "_1wn0ypyd", failure: "_1wn0ypye" } }, defaultVariants: { size: "base", weight: "medium" }, compoundVariants: [] });
1113
+ var Xd = zs({ defaultClassName: "_1wn0ypy0", variantClassNames: { size: { xs: "_1wn0ypy1", sm: "_1wn0ypy2", base: "_1wn0ypy3", xl: "_1wn0ypy4", "2xl-title": "_1wn0ypy5" }, weight: { medium: "_1wn0ypy6", semibold: "_1wn0ypy7", bold: "_1wn0ypy8" }, color: { contrast: "_1wn0ypy9", tertiary: "_1wn0ypya", placeholder: "_1wn0ypyb", white: "_1wn0ypyc", success: "_1wn0ypyd", failure: "_1wn0ypye" } }, defaultVariants: { size: "base", weight: "medium" }, compoundVariants: [] });
1114
1114
  const Jd = {
1115
1115
  text: {}
1116
1116
  }, Wo = Qe(Jd);
@@ -1239,10 +1239,10 @@ const fe = {
1239
1239
  sdk: void 0,
1240
1240
  setLogo: () => {
1241
1241
  }
1242
- }, Ms = Qe(js), zn = () => hr(Ms), kt = (e) => /* @__PURE__ */ c.jsx(lo, { ...e });
1242
+ }, Ms = Qe(js), qn = () => hr(Ms), kt = (e) => /* @__PURE__ */ c.jsx(lo, { ...e });
1243
1243
  var rf = "_1vg0oop0", of = "_1vg0oop1", af = "_1vg0oop2", oi = "_1vg0oop3";
1244
1244
  function sf() {
1245
- const { logo: e } = zn();
1245
+ const { logo: e } = qn();
1246
1246
  return /* @__PURE__ */ c.jsx("div", { className: oi, children: typeof e == "string" ? /* @__PURE__ */ c.jsx("img", { src: e, alt: "logo", className: oi }) : e });
1247
1247
  }
1248
1248
  function lf() {
@@ -1337,7 +1337,7 @@ function mf({ redirectUri: e, autoClose: t = !1 } = {}) {
1337
1337
  }
1338
1338
  var gf = "_8vopmj0", vf = "_8vopmj2";
1339
1339
  function yf() {
1340
- const { language: e } = zn();
1340
+ const { language: e } = qn();
1341
1341
  return we(() => nf(e), [e]);
1342
1342
  }
1343
1343
  function _f(e) {
@@ -1361,7 +1361,7 @@ function Cf({ message: e }) {
1361
1361
  return /* @__PURE__ */ c.jsx("span", { className: vf, children: e });
1362
1362
  }
1363
1363
  function xf() {
1364
- const e = yf(), { sdk: t } = zn(), [n, r] = ve(""), [o, a] = ve(""), [i, s] = ve(null), [l, u] = ve("initial");
1364
+ const e = yf(), { sdk: t } = qn(), [n, r] = ve(""), [o, a] = ve(""), [i, s] = ve(null), [l, u] = ve("initial");
1365
1365
  ye(() => {
1366
1366
  const h = (b) => {
1367
1367
  s(
@@ -1417,7 +1417,7 @@ function xf() {
1417
1417
  name: "passwordConfirm",
1418
1418
  value: o ?? "",
1419
1419
  onChange: y,
1420
- className: zs({ marginTop: "4" }),
1420
+ className: qs({ marginTop: "4" }),
1421
1421
  error: !!i,
1422
1422
  autoComplete: "new-password"
1423
1423
  }
@@ -1488,7 +1488,7 @@ function vr(e) {
1488
1488
  function Sf(e) {
1489
1489
  return Yt(e) && "nativeEvent" in e && "preventDefault" in e && "stopPropagation" in e;
1490
1490
  }
1491
- function qf(e) {
1491
+ function zf(e) {
1492
1492
  return typeof e == "number" && e !== e;
1493
1493
  }
1494
1494
  function St(e, t) {
@@ -1518,11 +1518,11 @@ function ii(e, t) {
1518
1518
  }
1519
1519
  return n.join(t);
1520
1520
  }
1521
- function zf(e, t, n = !1) {
1521
+ function qf(e, t, n = !1) {
1522
1522
  return st(e) ? kf(t) ? t.test(e) : st(t) ? n ? e === t : e.includes(t) : !1 : !1;
1523
1523
  }
1524
1524
  function yr(e, t = [], n = !1) {
1525
- return t.some((r) => zf(e, r, n));
1525
+ return t.some((r) => qf(e, r, n));
1526
1526
  }
1527
1527
  function Tf(e, t, n = 250, r, o, a, i) {
1528
1528
  if (!a.exception || !a.exception.values || !i || !St(i.originalException, Error))
@@ -2362,7 +2362,7 @@ function Ys(e, t = 3, n = 100 * 1024) {
2362
2362
  function bo(e, t, n = 1 / 0, r = 1 / 0, o = mp()) {
2363
2363
  const [a, i] = o;
2364
2364
  if (t == null || // this matches null and undefined -> eqeq not eqeqeq
2365
- ["number", "boolean", "string"].includes(typeof t) && !qf(t))
2365
+ ["number", "boolean", "string"].includes(typeof t) && !zf(t))
2366
2366
  return t;
2367
2367
  const s = gp(e, t);
2368
2368
  if (!s.startsWith("[object "))
@@ -2680,7 +2680,7 @@ function Sp(e) {
2680
2680
  n.set(o, r), r += o.length;
2681
2681
  return n;
2682
2682
  }
2683
- function qp(e, t) {
2683
+ function zp(e, t) {
2684
2684
  const n = typeof e.data == "string" ? Co(e.data, t) : e.data;
2685
2685
  return [
2686
2686
  at({
@@ -2693,7 +2693,7 @@ function qp(e, t) {
2693
2693
  n
2694
2694
  ];
2695
2695
  }
2696
- const zp = {
2696
+ const qp = {
2697
2697
  session: "session",
2698
2698
  sessions: "session",
2699
2699
  attachment: "attachment",
@@ -2710,7 +2710,7 @@ const zp = {
2710
2710
  statsd: "metric_bucket"
2711
2711
  };
2712
2712
  function _i(e) {
2713
- return zp[e];
2713
+ return qp[e];
2714
2714
  }
2715
2715
  function Xs(e) {
2716
2716
  if (!e || !e.sdk)
@@ -2800,9 +2800,9 @@ function Js(e) {
2800
2800
  ignoreDuration: !1,
2801
2801
  toJSON: () => Ap(n)
2802
2802
  };
2803
- return e && qt(n, e), n;
2803
+ return e && zt(n, e), n;
2804
2804
  }
2805
- function qt(e, t = {}) {
2805
+ function zt(e, t = {}) {
2806
2806
  if (t.user && (!e.ipAddress && t.user.ip_address && (e.ipAddress = t.user.ip_address), !e.did && !t.did && (e.did = t.user.id || t.user.email || t.user.username)), e.timestamp = t.timestamp || Zs(), t.abnormal_mechanism && (e.abnormal_mechanism = t.abnormal_mechanism), t.ignoreDuration && (e.ignoreDuration = t.ignoreDuration), t.sid && (e.sid = t.sid.length === 32 ? t.sid : Fe()), t.init !== void 0 && (e.init = t.init), !e.did && t.did && (e.did = `${t.did}`), typeof t.started == "number" && (e.started = t.started), e.ignoreDuration)
2807
2807
  e.duration = void 0;
2808
2808
  else if (typeof t.duration == "number")
@@ -2815,7 +2815,7 @@ function qt(e, t = {}) {
2815
2815
  }
2816
2816
  function Qs(e, t) {
2817
2817
  let n = {};
2818
- e.status === "ok" && (n = { status: "exited" }), qt(e, n);
2818
+ e.status === "ok" && (n = { status: "exited" }), zt(e, n);
2819
2819
  }
2820
2820
  function Ap(e) {
2821
2821
  return at({
@@ -3015,7 +3015,7 @@ function na(e, t) {
3015
3015
  function el(e, t) {
3016
3016
  return tt().captureEvent(e, t);
3017
3017
  }
3018
- function zt(e, t) {
3018
+ function qt(e, t) {
3019
3019
  tt().addBreadcrumb(e, t);
3020
3020
  }
3021
3021
  function ra(...e) {
@@ -3026,28 +3026,28 @@ function ra(...e) {
3026
3026
  }
3027
3027
  return t.withScope(e[0]);
3028
3028
  }
3029
- function ze() {
3029
+ function qe() {
3030
3030
  return tt().getClient();
3031
3031
  }
3032
3032
  function jn() {
3033
3033
  return tt().getScope();
3034
3034
  }
3035
3035
  function Ci(e) {
3036
- const t = ze(), n = xr(), r = jn(), { release: o, environment: a = br } = t && t.getOptions() || {}, { userAgent: i } = le.navigator || {}, s = Js({
3036
+ const t = qe(), n = xr(), r = jn(), { release: o, environment: a = br } = t && t.getOptions() || {}, { userAgent: i } = le.navigator || {}, s = Js({
3037
3037
  release: o,
3038
3038
  environment: a,
3039
3039
  user: r.getUser() || n.getUser(),
3040
3040
  ...i && { userAgent: i },
3041
3041
  ...e
3042
3042
  }), l = n.getSession();
3043
- return l && l.status === "ok" && qt(l, { status: "exited" }), tl(), n.setSession(s), r.setSession(s), s;
3043
+ return l && l.status === "ok" && zt(l, { status: "exited" }), tl(), n.setSession(s), r.setSession(s), s;
3044
3044
  }
3045
3045
  function tl() {
3046
3046
  const e = xr(), t = jn(), n = t.getSession() || e.getSession();
3047
3047
  n && Qs(n), nl(), e.setSession(), t.setSession();
3048
3048
  }
3049
3049
  function nl() {
3050
- const e = xr(), t = jn(), n = ze(), r = t.getSession() || e.getSession();
3050
+ const e = xr(), t = jn(), n = qe(), r = t.getSession() || e.getSession();
3051
3051
  r && n && n.captureSession && n.captureSession(r);
3052
3052
  }
3053
3053
  function xi(e = !1) {
@@ -3071,7 +3071,7 @@ function ol(e, t, n) {
3071
3071
  return t.emit && t.emit("createDsc", i), i;
3072
3072
  }
3073
3073
  function Qp(e) {
3074
- const t = ze();
3074
+ const t = qe();
3075
3075
  if (!t)
3076
3076
  return {};
3077
3077
  const n = ol(wn(e).trace_id || "", t, jn()), r = rl(e);
@@ -3238,7 +3238,7 @@ class lt {
3238
3238
  ip_address: void 0,
3239
3239
  segment: void 0,
3240
3240
  username: void 0
3241
- }, this._session && qt(this._session, { user: t }), this._notifyScopeListeners(), this;
3241
+ }, this._session && zt(this._session, { user: t }), this._notifyScopeListeners(), this;
3242
3242
  }
3243
3243
  /**
3244
3244
  * @inheritDoc
@@ -3916,7 +3916,7 @@ Sentry.init({...});
3916
3916
  ...i && { userAgent: i },
3917
3917
  ...t
3918
3918
  }), l = n.getSession && n.getSession();
3919
- return l && l.status === "ok" && qt(l, { status: "exited" }), this.endSession(), n.setSession(s), s;
3919
+ return l && l.status === "ok" && zt(l, { status: "exited" }), this.endSession(), n.setSession(s), s;
3920
3920
  }
3921
3921
  /**
3922
3922
  * Returns if default PII should be sent to Sentry and propagated in ourgoing requests
@@ -4068,7 +4068,7 @@ function bh(e, t) {
4068
4068
  r && ul(e, r, n);
4069
4069
  }), n;
4070
4070
  }
4071
- function qi(e, t) {
4071
+ function zi(e, t) {
4072
4072
  for (const n of t)
4073
4073
  n && n.afterAllSetup && n.afterAllSetup(e);
4074
4074
  }
@@ -4130,7 +4130,7 @@ function Eh(e) {
4130
4130
  length: t.length
4131
4131
  }, t];
4132
4132
  }
4133
- const zi = "Not capturing exception because it's already been captured.";
4133
+ const qi = "Not capturing exception because it's already been captured.";
4134
4134
  class kh {
4135
4135
  /**
4136
4136
  * A reference to a metrics aggregator
@@ -4166,7 +4166,7 @@ class kh {
4166
4166
  // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types
4167
4167
  captureException(t, n, r) {
4168
4168
  if (hi(t)) {
4169
- pe && F.log(zi);
4169
+ pe && F.log(qi);
4170
4170
  return;
4171
4171
  }
4172
4172
  let o = n && n.event_id;
@@ -4193,7 +4193,7 @@ class kh {
4193
4193
  */
4194
4194
  captureEvent(t, n, r) {
4195
4195
  if (n && n.originalException && hi(n.originalException)) {
4196
- pe && F.log(zi);
4196
+ pe && F.log(qi);
4197
4197
  return;
4198
4198
  }
4199
4199
  let o = n && n.event_id;
@@ -4208,7 +4208,7 @@ class kh {
4208
4208
  * @inheritDoc
4209
4209
  */
4210
4210
  captureSession(t) {
4211
- typeof t.release != "string" ? pe && F.warn("Discarded session because of missing or non-string release") : (this.sendSession(t), qt(t, { init: !1 }));
4211
+ typeof t.release != "string" ? pe && F.warn("Discarded session because of missing or non-string release") : (this.sendSession(t), zt(t, { init: !1 }));
4212
4212
  }
4213
4213
  /**
4214
4214
  * @inheritDoc
@@ -4301,7 +4301,7 @@ class kh {
4301
4301
  */
4302
4302
  addIntegration(t) {
4303
4303
  const n = this._integrations[t.name];
4304
- ul(this, t, this._integrations), n || qi(this, [t]);
4304
+ ul(this, t, this._integrations), n || zi(this, [t]);
4305
4305
  }
4306
4306
  /**
4307
4307
  * @inheritDoc
@@ -4312,7 +4312,7 @@ class kh {
4312
4312
  for (const a of n.attachments || [])
4313
4313
  r = Ep(
4314
4314
  r,
4315
- qp(
4315
+ zp(
4316
4316
  a,
4317
4317
  this._options.transportOptions && this._options.transportOptions.textEncoder
4318
4318
  )
@@ -4365,7 +4365,7 @@ class kh {
4365
4365
  /** Setup integrations for this client. */
4366
4366
  _setupIntegrations() {
4367
4367
  const { integrations: t } = this._options;
4368
- this._integrations = bh(this, t), qi(this, t), this._integrationsInitialized = !0;
4368
+ this._integrations = bh(this, t), zi(this, t), this._integrationsInitialized = !0;
4369
4369
  }
4370
4370
  /** Updates existing session based on the provided event */
4371
4371
  _updateSessionFromEvent(t, n) {
@@ -4382,7 +4382,7 @@ class kh {
4382
4382
  }
4383
4383
  }
4384
4384
  const i = t.status === "ok";
4385
- (i && t.errors === 0 || i && r) && (qt(t, {
4385
+ (i && t.errors === 0 || i && r) && (zt(t, {
4386
4386
  ...r && { status: "crashed" },
4387
4387
  errors: t.errors || Number(o || r)
4388
4388
  }), this.captureSession(t));
@@ -4496,7 +4496,7 @@ class kh {
4496
4496
  throw this.recordDroppedEvent("event_processor", d, t), new Ke("An event processor returned `null`, will not send event.", "log");
4497
4497
  if (n.data && n.data.__sentry__ === !0)
4498
4498
  return h;
4499
- const p = qh(o, h, n);
4499
+ const p = zh(o, h, n);
4500
4500
  return Sh(p, u);
4501
4501
  }).then((h) => {
4502
4502
  if (h === null) {
@@ -4587,7 +4587,7 @@ function Sh(e, t) {
4587
4587
  throw new Ke(n);
4588
4588
  return e;
4589
4589
  }
4590
- function qh(e, t, n) {
4590
+ function zh(e, t, n) {
4591
4591
  const { beforeSend: r, beforeSendTransaction: o } = e;
4592
4592
  if (dl(t) && r)
4593
4593
  return r(t, n);
@@ -4609,7 +4609,7 @@ function dl(e) {
4609
4609
  function fl(e) {
4610
4610
  return e.type === "transaction";
4611
4611
  }
4612
- function zh(e, t) {
4612
+ function qh(e, t) {
4613
4613
  t.debug === !0 && (pe ? F.enable() : _r(() => {
4614
4614
  console.warn("[Sentry] Cannot initialize SDK with `debug` option using a non-debug bundle.");
4615
4615
  })), jn().update(t.initialScope);
@@ -4812,7 +4812,7 @@ const vl = "FunctionToString", ji = /* @__PURE__ */ new WeakMap(), Bh = () => ({
4812
4812
  Ri = Function.prototype.toString;
4813
4813
  try {
4814
4814
  Function.prototype.toString = function(...e) {
4815
- const t = Qo(this), n = ji.has(ze()) && t !== void 0 ? t : this;
4815
+ const t = Qo(this), n = ji.has(qe()) && t !== void 0 ? t : this;
4816
4816
  return Ri.apply(n, e);
4817
4817
  };
4818
4818
  } catch {
@@ -4887,7 +4887,7 @@ function bl(e, t) {
4887
4887
  return n.length && (r.stacktrace = { frames: n }), r.type === void 0 && r.value === "" && (r.value = "Unrecoverable error caught"), r;
4888
4888
  }
4889
4889
  function Wh(e, t, n, r) {
4890
- const o = ze(), a = o && o.getOptions().normalizeDepth, i = {
4890
+ const o = qe(), a = o && o.getOptions().normalizeDepth, i = {
4891
4891
  exception: {
4892
4892
  values: [
4893
4893
  {
@@ -5214,14 +5214,14 @@ const d1 = /^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((
5214
5214
  },
5215
5215
  // eslint-disable-line @typescript-eslint/no-empty-function
5216
5216
  setup(n) {
5217
- t.console && Wf(q1(n)), t.dom && Kf(S1(n, t.dom)), t.xhr && dp(z1(n)), t.fetch && tp(T1(n)), t.history && Gs(R1(n)), t.sentry && n.on && n.on("beforeSendEvent", k1(n));
5217
+ t.console && Wf(z1(n)), t.dom && Kf(S1(n, t.dom)), t.xhr && dp(q1(n)), t.fetch && tp(T1(n)), t.history && Gs(R1(n)), t.sentry && n.on && n.on("beforeSendEvent", k1(n));
5218
5218
  }
5219
5219
  };
5220
5220
  }, wl = E1;
5221
5221
  Ct(xl, wl);
5222
5222
  function k1(e) {
5223
5223
  return function(n) {
5224
- ze() === e && zt(
5224
+ qe() === e && qt(
5225
5225
  {
5226
5226
  category: `sentry.${n.type === "transaction" ? "transaction" : "event"}`,
5227
5227
  event_id: n.event_id,
@@ -5236,7 +5236,7 @@ function k1(e) {
5236
5236
  }
5237
5237
  function S1(e, t) {
5238
5238
  return function(r) {
5239
- if (ze() !== e)
5239
+ if (qe() !== e)
5240
5240
  return;
5241
5241
  let o, a, i = typeof t == "object" ? t.serializeAttribute : void 0, s = typeof t == "object" && typeof t.maxStringLength == "number" ? t.maxStringLength : void 0;
5242
5242
  s && s > Un && (De && F.warn(
@@ -5254,16 +5254,16 @@ function S1(e, t) {
5254
5254
  category: `ui.${r.name}`,
5255
5255
  message: o
5256
5256
  };
5257
- a && (l.data = { "ui.component_name": a }), zt(l, {
5257
+ a && (l.data = { "ui.component_name": a }), qt(l, {
5258
5258
  event: r.event,
5259
5259
  name: r.name,
5260
5260
  global: r.global
5261
5261
  });
5262
5262
  };
5263
5263
  }
5264
- function q1(e) {
5264
+ function z1(e) {
5265
5265
  return function(n) {
5266
- if (ze() !== e)
5266
+ if (qe() !== e)
5267
5267
  return;
5268
5268
  const r = {
5269
5269
  category: "console",
@@ -5279,15 +5279,15 @@ function q1(e) {
5279
5279
  r.message = `Assertion failed: ${ii(n.args.slice(1), " ") || "console.assert"}`, r.data.arguments = n.args.slice(1);
5280
5280
  else
5281
5281
  return;
5282
- zt(r, {
5282
+ qt(r, {
5283
5283
  input: n.args,
5284
5284
  level: n.level
5285
5285
  });
5286
5286
  };
5287
5287
  }
5288
- function z1(e) {
5288
+ function q1(e) {
5289
5289
  return function(n) {
5290
- if (ze() !== e)
5290
+ if (qe() !== e)
5291
5291
  return;
5292
5292
  const { startTimestamp: r, endTimestamp: o } = n, a = n.xhr[hn];
5293
5293
  if (!r || !o || !a)
@@ -5302,7 +5302,7 @@ function z1(e) {
5302
5302
  startTimestamp: r,
5303
5303
  endTimestamp: o
5304
5304
  };
5305
- zt(
5305
+ qt(
5306
5306
  {
5307
5307
  category: "xhr",
5308
5308
  data: d,
@@ -5314,7 +5314,7 @@ function z1(e) {
5314
5314
  }
5315
5315
  function T1(e) {
5316
5316
  return function(n) {
5317
- if (ze() !== e)
5317
+ if (qe() !== e)
5318
5318
  return;
5319
5319
  const { startTimestamp: r, endTimestamp: o } = n;
5320
5320
  if (o && !(n.fetchData.url.match(/sentry_key/) && n.fetchData.method === "POST"))
@@ -5325,7 +5325,7 @@ function T1(e) {
5325
5325
  startTimestamp: r,
5326
5326
  endTimestamp: o
5327
5327
  };
5328
- zt(
5328
+ qt(
5329
5329
  {
5330
5330
  category: "fetch",
5331
5331
  data: a,
@@ -5344,7 +5344,7 @@ function T1(e) {
5344
5344
  startTimestamp: r,
5345
5345
  endTimestamp: o
5346
5346
  };
5347
- zt(
5347
+ qt(
5348
5348
  {
5349
5349
  category: "fetch",
5350
5350
  data: i,
@@ -5357,13 +5357,13 @@ function T1(e) {
5357
5357
  }
5358
5358
  function R1(e) {
5359
5359
  return function(n) {
5360
- if (ze() !== e)
5360
+ if (qe() !== e)
5361
5361
  return;
5362
5362
  let r = n.from, o = n.to;
5363
5363
  const a = Vr(re.location.href);
5364
5364
  let i = r ? Vr(r) : void 0;
5365
5365
  const s = Vr(o);
5366
- (!i || !i.path) && (i = a), a.protocol === s.protocol && a.host === s.host && (o = s.relative), a.protocol === i.protocol && a.host === i.host && (r = i.relative), zt({
5366
+ (!i || !i.path) && (i = a), a.protocol === s.protocol && a.host === s.host && (o = s.relative), a.protocol === i.protocol && a.host === i.host && (r = i.relative), qt({
5367
5367
  category: "navigation",
5368
5368
  data: {
5369
5369
  from: r,
@@ -5401,11 +5401,11 @@ function P1(e, t) {
5401
5401
  }
5402
5402
  function N1(e, t) {
5403
5403
  const n = e.message, r = t.message;
5404
- return !(!n && !r || n && !r || !n && r || n !== r || !ql(e, t) || !Sl(e, t));
5404
+ return !(!n && !r || n && !r || !n && r || n !== r || !zl(e, t) || !Sl(e, t));
5405
5405
  }
5406
5406
  function L1(e, t) {
5407
5407
  const n = Mi(t), r = Mi(e);
5408
- return !(!n || !r || n.type !== r.type || n.value !== r.value || !ql(e, t) || !Sl(e, t));
5408
+ return !(!n || !r || n.type !== r.type || n.value !== r.value || !zl(e, t) || !Sl(e, t));
5409
5409
  }
5410
5410
  function Sl(e, t) {
5411
5411
  let n = Pi(e), r = Pi(t);
@@ -5420,7 +5420,7 @@ function Sl(e, t) {
5420
5420
  }
5421
5421
  return !0;
5422
5422
  }
5423
- function ql(e, t) {
5423
+ function zl(e, t) {
5424
5424
  let n = e.fingerprint, r = t.fingerprint;
5425
5425
  if (!n && !r)
5426
5426
  return !0;
@@ -5445,14 +5445,14 @@ function Pi(e) {
5445
5445
  return;
5446
5446
  }
5447
5447
  }
5448
- const zl = "GlobalHandlers", I1 = (e = {}) => {
5448
+ const ql = "GlobalHandlers", I1 = (e = {}) => {
5449
5449
  const t = {
5450
5450
  onerror: !0,
5451
5451
  onunhandledrejection: !0,
5452
5452
  ...e
5453
5453
  };
5454
5454
  return {
5455
- name: zl,
5455
+ name: ql,
5456
5456
  setupOnce() {
5457
5457
  Error.stackTraceLimit = 50;
5458
5458
  },
@@ -5462,13 +5462,13 @@ const zl = "GlobalHandlers", I1 = (e = {}) => {
5462
5462
  };
5463
5463
  }, Tl = I1;
5464
5464
  Ct(
5465
- zl,
5465
+ ql,
5466
5466
  Tl
5467
5467
  );
5468
5468
  function A1(e) {
5469
5469
  op((t) => {
5470
5470
  const { stackParser: n, attachStacktrace: r } = jl();
5471
- if (ze() !== e || _l())
5471
+ if (qe() !== e || _l())
5472
5472
  return;
5473
5473
  const { msg: o, url: a, line: i, column: s, error: l } = t, u = l === void 0 && st(o) ? $1(o, a, i, s) : Rl(
5474
5474
  aa(n, l || o, void 0, r, !1),
@@ -5488,7 +5488,7 @@ function A1(e) {
5488
5488
  function O1(e) {
5489
5489
  ip((t) => {
5490
5490
  const { stackParser: n, attachStacktrace: r } = jl();
5491
- if (ze() !== e || _l())
5491
+ if (qe() !== e || _l())
5492
5492
  return;
5493
5493
  const o = D1(t), a = Zo(o) ? F1(o) : aa(n, o, void 0, r, !0);
5494
5494
  a.level = "error", el(a, {
@@ -5555,7 +5555,7 @@ function Ni(e) {
5555
5555
  De && F.log(`Global Handler attached: ${e}`);
5556
5556
  }
5557
5557
  function jl() {
5558
- const e = ze();
5558
+ const e = qe();
5559
5559
  return e && e.getOptions() || {
5560
5560
  stackParser: () => [],
5561
5561
  attachStacktrace: !1
@@ -5782,7 +5782,7 @@ function Q1(e = {}) {
5782
5782
  integrations: _h(e),
5783
5783
  transport: e.transport || (Ws() ? a1 : s1)
5784
5784
  };
5785
- zh(n1, t), e.autoSessionTracking && em();
5785
+ qh(n1, t), e.autoSessionTracking && em();
5786
5786
  }
5787
5787
  const Ii = (e = {}, t = tt()) => {
5788
5788
  if (!re.document) {
@@ -5955,10 +5955,10 @@ function rm() {
5955
5955
  }
5956
5956
  }
5957
5957
  var C = l, S = u, k = s, N = i, A = t, Z = d, K = r, H = b, B = h, I = n, Y = a, O = o, U = f, J = !1;
5958
- function z(j) {
5959
- return J || (J = !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.")), q(j) || E(j) === l;
5960
- }
5961
5958
  function q(j) {
5959
+ return J || (J = !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.")), z(j) || E(j) === l;
5960
+ }
5961
+ function z(j) {
5962
5962
  return E(j) === u;
5963
5963
  }
5964
5964
  function T(j) {
@@ -5994,7 +5994,7 @@ function rm() {
5994
5994
  function ee(j) {
5995
5995
  return E(j) === f;
5996
5996
  }
5997
- se.AsyncMode = C, se.ConcurrentMode = S, se.ContextConsumer = k, se.ContextProvider = N, se.Element = A, se.ForwardRef = Z, se.Fragment = K, se.Lazy = H, se.Memo = B, se.Portal = I, se.Profiler = Y, se.StrictMode = O, se.Suspense = U, se.isAsyncMode = z, se.isConcurrentMode = q, se.isContextConsumer = T, se.isContextProvider = D, se.isElement = P, se.isForwardRef = V, se.isFragment = de, se.isLazy = ce, se.isMemo = L, se.isPortal = X, se.isProfiler = oe, se.isStrictMode = G, se.isSuspense = ee, se.isValidElementType = x, se.typeOf = E;
5997
+ se.AsyncMode = C, se.ConcurrentMode = S, se.ContextConsumer = k, se.ContextProvider = N, se.Element = A, se.ForwardRef = Z, se.Fragment = K, se.Lazy = H, se.Memo = B, se.Portal = I, se.Profiler = Y, se.StrictMode = O, se.Suspense = U, se.isAsyncMode = q, se.isConcurrentMode = z, se.isContextConsumer = T, se.isContextProvider = D, se.isElement = P, se.isForwardRef = V, se.isFragment = de, se.isLazy = ce, se.isMemo = L, se.isPortal = X, se.isProfiler = oe, se.isStrictMode = G, se.isSuspense = ee, se.isValidElementType = x, se.typeOf = E;
5998
5998
  }()), se;
5999
5999
  }
6000
6000
  process.env.NODE_ENV === "production" ? So.exports = nm() : So.exports = rm();
@@ -6038,7 +6038,7 @@ function cm(e, t) {
6038
6038
  class sa extends m.Component {
6039
6039
  constructor(t) {
6040
6040
  super(t), sa.prototype.__init.call(this), this.state = Di, this._openFallbackReportDialog = !0;
6041
- const n = ze();
6041
+ const n = qe();
6042
6042
  n && n.on && t.showDialog && (this._openFallbackReportDialog = !1, n.on("afterSendEvent", (r) => {
6043
6043
  !r.type && r.event_id === this._lastEventId && Ii({ ...t.dialogOptions, eventId: this._lastEventId });
6044
6044
  }));
@@ -6116,7 +6116,7 @@ function um() {
6116
6116
  return /* @__PURE__ */ c.jsx(bn, { variant: "primary", children: /* @__PURE__ */ c.jsx(Uo, {}) });
6117
6117
  }
6118
6118
  function dm({ onSuccess: e, onError: t, flowType: n, onRedirectDiscovered: r }) {
6119
- const { sdk: o } = zn(), a = Ze(!1);
6119
+ const { sdk: o } = qn(), a = Ze(!1);
6120
6120
  return ye(() => {
6121
6121
  if (o)
6122
6122
  return r && (o == null || o.subscribe("redirectUriDiscovered", r)), () => {
@@ -6253,7 +6253,7 @@ const xm = ({
6253
6253
  ]
6254
6254
  }
6255
6255
  );
6256
- var wm = "_1c8zcyc0", Em = "_1c8zcyc1", km = "_1c8zcyc2", Ul = "_1c8zcyc3", Sm = "_1c8zcyc4", qm = { text: "_1c8zcyc6 _1c8zcyc5", email: "_1c8zcyc7 _1c8zcyc5", password: "_1c8zcyc8 _1c8zcyc5", tel: "_1c8zcyc9 _1c8zcyc5" }, zm = "_1c8zcyca", Tm = "_1c8zcycb";
6256
+ var wm = "_1c8zcyc0", Em = "_1c8zcyc1", km = "_1c8zcyc2", Ul = "_1c8zcyc3", Sm = "_1c8zcyc4", zm = { text: "_1c8zcyc6 _1c8zcyc5", email: "_1c8zcyc7 _1c8zcyc5", password: "_1c8zcyc8 _1c8zcyc5", tel: "_1c8zcyc9 _1c8zcyc5" }, qm = "_1c8zcyca", Tm = "_1c8zcycb";
6257
6257
  const Bl = ({
6258
6258
  id: e,
6259
6259
  name: t,
@@ -6271,8 +6271,8 @@ const Bl = ({
6271
6271
  },
6272
6272
  [i]
6273
6273
  );
6274
- return /* @__PURE__ */ c.jsxs("div", { className: qm[s], children: [
6275
- /* @__PURE__ */ c.jsx("label", { htmlFor: e, className: zm, children: n }),
6274
+ return /* @__PURE__ */ c.jsxs("div", { className: zm[s], children: [
6275
+ /* @__PURE__ */ c.jsx("label", { htmlFor: e, className: qm, children: n }),
6276
6276
  /* @__PURE__ */ c.jsx(
6277
6277
  "input",
6278
6278
  {
@@ -7164,10 +7164,10 @@ function Ce() {
7164
7164
  for (var t = 1; t < arguments.length; t++) {
7165
7165
  var n = arguments[t];
7166
7166
  for (var r in n)
7167
- Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r]);
7167
+ ({}).hasOwnProperty.call(n, r) && (e[r] = n[r]);
7168
7168
  }
7169
7169
  return e;
7170
- }, Ce.apply(this, arguments);
7170
+ }, Ce.apply(null, arguments);
7171
7171
  }
7172
7172
  function Nt(e, t = []) {
7173
7173
  let n = [];
@@ -7268,23 +7268,23 @@ const sr = /* @__PURE__ */ Ie((e, t) => {
7268
7268
  const { children: n, ...r } = e, o = Xe.toArray(n), a = o.find(tg);
7269
7269
  if (a) {
7270
7270
  const i = a.props.children, s = o.map((l) => l === a ? Xe.count(i) > 1 ? Xe.only(null) : /* @__PURE__ */ rr(i) ? i.props.children : null : l);
7271
- return /* @__PURE__ */ _e(qo, Ce({}, r, {
7271
+ return /* @__PURE__ */ _e(zo, Ce({}, r, {
7272
7272
  ref: t
7273
7273
  }), /* @__PURE__ */ rr(i) ? /* @__PURE__ */ Ho(i, void 0, s) : null);
7274
7274
  }
7275
- return /* @__PURE__ */ _e(qo, Ce({}, r, {
7275
+ return /* @__PURE__ */ _e(zo, Ce({}, r, {
7276
7276
  ref: t
7277
7277
  }), n);
7278
7278
  });
7279
7279
  sr.displayName = "Slot";
7280
- const qo = /* @__PURE__ */ Ie((e, t) => {
7280
+ const zo = /* @__PURE__ */ Ie((e, t) => {
7281
7281
  const { children: n, ...r } = e;
7282
7282
  return /* @__PURE__ */ rr(n) ? /* @__PURE__ */ Ho(n, {
7283
7283
  ...ng(r, n.props),
7284
7284
  ref: t ? Zl(t, n.ref) : n.ref
7285
7285
  }) : Xe.count(n) > 1 ? Xe.only(null) : null;
7286
7286
  });
7287
- qo.displayName = "SlotClone";
7287
+ zo.displayName = "SlotClone";
7288
7288
  const eg = ({ children: e }) => /* @__PURE__ */ _e(id, null, e);
7289
7289
  function tg(e) {
7290
7290
  return /* @__PURE__ */ rr(e) && e.type === eg;
@@ -7443,7 +7443,7 @@ const og = [
7443
7443
  ...e,
7444
7444
  [t]: n
7445
7445
  };
7446
- }, {}), zo = globalThis != null && globalThis.document ? _n : () => {
7446
+ }, {}), qo = globalThis != null && globalThis.document ? _n : () => {
7447
7447
  };
7448
7448
  function ag(e, t) {
7449
7449
  return sd((n, r) => t[n][r] ?? n, e);
@@ -7476,7 +7476,7 @@ function ig(e) {
7476
7476
  a.current = s === "mounted" ? u : "none";
7477
7477
  }, [
7478
7478
  s
7479
- ]), zo(() => {
7479
+ ]), qo(() => {
7480
7480
  const u = r.current, d = o.current;
7481
7481
  if (d !== e) {
7482
7482
  const f = a.current, y = Bn(u);
@@ -7485,7 +7485,7 @@ function ig(e) {
7485
7485
  }, [
7486
7486
  e,
7487
7487
  l
7488
- ]), zo(() => {
7488
+ ]), qo(() => {
7489
7489
  if (t) {
7490
7490
  const u = (f) => {
7491
7491
  const y = Bn(r.current).includes(f.animationName);
@@ -7521,7 +7521,7 @@ const sg = m.useId || (() => {
7521
7521
  let lg = 0;
7522
7522
  function Ql(e) {
7523
7523
  const [t, n] = m.useState(sg());
7524
- return zo(() => {
7524
+ return qo(() => {
7525
7525
  e || n(
7526
7526
  (r) => r ?? String(lg++)
7527
7527
  );
@@ -7822,7 +7822,7 @@ function uc(e, t) {
7822
7822
  return e.useMedium(t), cc;
7823
7823
  }
7824
7824
  var dc = lc(), Kr = function() {
7825
- }, qr = m.forwardRef(function(e, t) {
7825
+ }, zr = m.forwardRef(function(e, t) {
7826
7826
  var n = m.useRef(null), r = m.useState({
7827
7827
  onScrollCapture: Kr,
7828
7828
  onWheelCapture: Kr,
@@ -7835,12 +7835,12 @@ var dc = lc(), Kr = function() {
7835
7835
  i ? m.cloneElement(m.Children.only(s), Se(Se({}, C), { ref: E })) : m.createElement(w, Se({}, C, { className: l, ref: E }), s)
7836
7836
  );
7837
7837
  });
7838
- qr.defaultProps = {
7838
+ zr.defaultProps = {
7839
7839
  enabled: !0,
7840
7840
  removeScrollBar: !0,
7841
7841
  inert: !1
7842
7842
  };
7843
- qr.classNames = {
7843
+ zr.classNames = {
7844
7844
  fullWidth: yn,
7845
7845
  zeroRight: vn
7846
7846
  };
@@ -7856,10 +7856,10 @@ function Sg() {
7856
7856
  var t = kg();
7857
7857
  return t && e.setAttribute("nonce", t), e;
7858
7858
  }
7859
- function qg(e, t) {
7859
+ function zg(e, t) {
7860
7860
  e.styleSheet ? e.styleSheet.cssText = t : e.appendChild(document.createTextNode(t));
7861
7861
  }
7862
- function zg(e) {
7862
+ function qg(e) {
7863
7863
  var t = document.head || document.getElementsByTagName("head")[0];
7864
7864
  t.appendChild(e);
7865
7865
  }
@@ -7867,7 +7867,7 @@ var Tg = function() {
7867
7867
  var e = 0, t = null;
7868
7868
  return {
7869
7869
  add: function(n) {
7870
- e == 0 && (t = Sg()) && (qg(t, n), zg(t)), e++;
7870
+ e == 0 && (t = Sg()) && (zg(t, n), qg(t)), e++;
7871
7871
  },
7872
7872
  remove: function() {
7873
7873
  e--, !e && t && (t.parentNode && t.parentNode.removeChild(t), t = null);
@@ -8138,9 +8138,9 @@ function Gg(e) {
8138
8138
  }
8139
8139
  const Yg = uc(dc, Gg);
8140
8140
  var Kg = m.forwardRef(function(e, t) {
8141
- return m.createElement(qr, Se({}, e, { ref: t, sideCar: Yg }));
8141
+ return m.createElement(zr, Se({}, e, { ref: t, sideCar: Yg }));
8142
8142
  });
8143
- Kg.classNames = qr.classNames;
8143
+ Kg.classNames = zr.classNames;
8144
8144
  var Zg = function(e) {
8145
8145
  if (typeof document > "u")
8146
8146
  return null;
@@ -8372,34 +8372,34 @@ var v0 = (e) => function() {
8372
8372
  }
8373
8373
  } catch (J) {
8374
8374
  if (process.env.NODE_ENV !== "production") {
8375
- class z extends Error {
8375
+ class q extends Error {
8376
8376
  constructor(T) {
8377
8377
  super(T), this.name = "SprinklesError";
8378
8378
  }
8379
8379
  }
8380
- var H = (q) => typeof q == "string" ? '"'.concat(q, '"') : q, B = (q, T, D) => {
8381
- throw new z('"'.concat(q, '" has no value ').concat(H(T), ". Possible values are ").concat(Object.keys(D).map(H).join(", ")));
8380
+ var H = (z) => typeof z == "string" ? '"'.concat(z, '"') : z, B = (z, T, D) => {
8381
+ throw new q('"'.concat(z, '" has no value ').concat(H(T), ". Possible values are ").concat(Object.keys(D).map(H).join(", ")));
8382
8382
  };
8383
8383
  if (!S)
8384
- throw new z('"'.concat(x, '" is not a valid sprinkle'));
8384
+ throw new q('"'.concat(x, '" is not a valid sprinkle'));
8385
8385
  if ((typeof C == "string" || typeof C == "number") && (C in S.values || B(x, C, S.values), !S.values[C].defaultClass))
8386
- throw new z('"'.concat(x, '" has no default condition. You must specify which conditions to target explicitly. Possible options are ').concat(Object.keys(S.values[C].conditions).map(H).join(", ")));
8386
+ throw new q('"'.concat(x, '" has no default condition. You must specify which conditions to target explicitly. Possible options are ').concat(Object.keys(S.values[C].conditions).map(H).join(", ")));
8387
8387
  if (typeof C == "object") {
8388
8388
  if (!("conditions" in S.values[Object.keys(S.values)[0]]))
8389
- throw new z('"'.concat(x, '" is not a conditional property'));
8389
+ throw new q('"'.concat(x, '" is not a conditional property'));
8390
8390
  if (Array.isArray(C)) {
8391
8391
  if (!("responsiveArray" in S))
8392
- throw new z('"'.concat(x, '" does not support responsive arrays'));
8392
+ throw new q('"'.concat(x, '" does not support responsive arrays'));
8393
8393
  var I = S.responsiveArray.length;
8394
8394
  if (I < C.length)
8395
- throw new z('"'.concat(x, '" only supports up to ').concat(I, " breakpoints. You passed ").concat(C.length));
8395
+ throw new q('"'.concat(x, '" only supports up to ').concat(I, " breakpoints. You passed ").concat(C.length));
8396
8396
  for (var Y of C)
8397
8397
  S.values[Y] || B(x, Y, S.values);
8398
8398
  } else
8399
8399
  for (var O in C) {
8400
8400
  var U = C[O];
8401
8401
  if (U != null && (S.values[U] || B(x, U, S.values), !S.values[U].conditions[O]))
8402
- throw new z('"'.concat(x, '" has no condition named ').concat(H(O), ". Possible values are ").concat(Object.keys(S.values[U].conditions).map(H).join(", ")));
8402
+ throw new q('"'.concat(x, '" has no condition named ').concat(H(O), ". Possible values are ").concat(Object.keys(S.values[U].conditions).map(H).join(", ")));
8403
8403
  }
8404
8404
  }
8405
8405
  }
@@ -8549,7 +8549,7 @@ function ke(...e) {
8549
8549
  return m.useCallback(Cc(...e), e);
8550
8550
  }
8551
8551
  var kn = m.forwardRef((e, t) => {
8552
- const { children: n, ...r } = e, o = m.Children.toArray(n), a = o.find(q0);
8552
+ const { children: n, ...r } = e, o = m.Children.toArray(n), a = o.find(z0);
8553
8553
  if (a) {
8554
8554
  const i = a.props.children, s = o.map((l) => l === a ? m.Children.count(i) > 1 ? m.Children.only(null) : m.isValidElement(i) ? i.props.children : null : l);
8555
8555
  return /* @__PURE__ */ c.jsx(Ro, { ...r, ref: t, children: m.isValidElement(i) ? m.cloneElement(i, void 0, s) : null });
@@ -8562,7 +8562,7 @@ var Ro = m.forwardRef((e, t) => {
8562
8562
  if (m.isValidElement(n)) {
8563
8563
  const o = T0(n);
8564
8564
  return m.cloneElement(n, {
8565
- ...z0(r, n.props),
8565
+ ...q0(r, n.props),
8566
8566
  // @ts-ignore
8567
8567
  ref: t ? Cc(t, o) : o
8568
8568
  });
@@ -8571,10 +8571,10 @@ var Ro = m.forwardRef((e, t) => {
8571
8571
  });
8572
8572
  Ro.displayName = "SlotClone";
8573
8573
  var S0 = ({ children: e }) => /* @__PURE__ */ c.jsx(c.Fragment, { children: e });
8574
- function q0(e) {
8574
+ function z0(e) {
8575
8575
  return m.isValidElement(e) && e.type === S0;
8576
8576
  }
8577
- function z0(e, t) {
8577
+ function q0(e, t) {
8578
8578
  const n = { ...t };
8579
8579
  for (const r in t) {
8580
8580
  const o = e[r], a = t[r];
@@ -9035,7 +9035,7 @@ function iv(e) {
9035
9035
  ...e
9036
9036
  };
9037
9037
  }
9038
- function qc(e) {
9038
+ function zc(e) {
9039
9039
  return typeof e != "number" ? iv(e) : {
9040
9040
  top: e,
9041
9041
  right: e,
@@ -9180,7 +9180,7 @@ async function Sn(e, t) {
9180
9180
  elementContext: f = "floating",
9181
9181
  altBoundary: y = !1,
9182
9182
  padding: h = 0
9183
- } = ut(t, e), b = qc(h), p = s[y ? f === "floating" ? "reference" : "floating" : f], g = ur(await a.getClippingRect({
9183
+ } = ut(t, e), b = zc(h), p = s[y ? f === "floating" ? "reference" : "floating" : f], g = ur(await a.getClippingRect({
9184
9184
  element: (n = await (a.isElement == null ? void 0 : a.isElement(p))) == null || n ? p : p.contextElement || await (a.getDocumentElement == null ? void 0 : a.getDocumentElement(s.floating)),
9185
9185
  boundary: u,
9186
9186
  rootBoundary: d,
@@ -9225,7 +9225,7 @@ const ss = (e) => ({
9225
9225
  } = ut(e, t) || {};
9226
9226
  if (u == null)
9227
9227
  return {};
9228
- const f = qc(d), y = {
9228
+ const f = zc(d), y = {
9229
9229
  x: n,
9230
9230
  y: r
9231
9231
  }, h = ba(o), b = _a(h), p = await i.getDimensions(u), g = h === "y", w = g ? "top" : "left", _ = g ? "bottom" : "right", x = g ? "clientHeight" : "clientWidth", E = a.reference[b] + a.reference[h] - y[h] - a.floating[b], C = y[h] - a.reference[h], S = await (i.getOffsetParent == null ? void 0 : i.getOffsetParent(u));
@@ -9555,7 +9555,7 @@ const dv = function(e) {
9555
9555
  };
9556
9556
  };
9557
9557
  function bt(e) {
9558
- return zc(e) ? (e.nodeName || "").toLowerCase() : "#document";
9558
+ return qc(e) ? (e.nodeName || "").toLowerCase() : "#document";
9559
9559
  }
9560
9560
  function Le(e) {
9561
9561
  var t;
@@ -9563,9 +9563,9 @@ function Le(e) {
9563
9563
  }
9564
9564
  function pt(e) {
9565
9565
  var t;
9566
- return (t = (zc(e) ? e.ownerDocument : e.document) || window.document) == null ? void 0 : t.documentElement;
9566
+ return (t = (qc(e) ? e.ownerDocument : e.document) || window.document) == null ? void 0 : t.documentElement;
9567
9567
  }
9568
- function zc(e) {
9568
+ function qc(e) {
9569
9569
  return e instanceof Node || e instanceof Le(e).Node;
9570
9570
  }
9571
9571
  function ft(e) {
@@ -9595,7 +9595,7 @@ function Ca(e) {
9595
9595
  }
9596
9596
  function gv(e) {
9597
9597
  let t = Xt(e);
9598
- for (; et(t) && !zr(t); ) {
9598
+ for (; et(t) && !qr(t); ) {
9599
9599
  if (Ca(t))
9600
9600
  return t;
9601
9601
  t = Xt(t);
@@ -9605,7 +9605,7 @@ function gv(e) {
9605
9605
  function xa() {
9606
9606
  return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
9607
9607
  }
9608
- function zr(e) {
9608
+ function qr(e) {
9609
9609
  return ["html", "body", "#document"].includes(bt(e));
9610
9610
  }
9611
9611
  function He(e) {
@@ -9634,13 +9634,13 @@ function Xt(e) {
9634
9634
  }
9635
9635
  function Tc(e) {
9636
9636
  const t = Xt(e);
9637
- return zr(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : et(t) && Pn(t) ? t : Tc(t);
9637
+ return qr(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : et(t) && Pn(t) ? t : Tc(t);
9638
9638
  }
9639
- function qn(e, t, n) {
9639
+ function zn(e, t, n) {
9640
9640
  var r;
9641
9641
  t === void 0 && (t = []), n === void 0 && (n = !0);
9642
9642
  const o = Tc(e), a = o === ((r = e.ownerDocument) == null ? void 0 : r.body), i = Le(o);
9643
- return a ? t.concat(i, i.visualViewport || [], Pn(o) ? o : [], i.frameElement && n ? qn(i.frameElement) : []) : t.concat(o, qn(o, [], n));
9643
+ return a ? t.concat(i, i.visualViewport || [], Pn(o) ? o : [], i.frameElement && n ? zn(i.frameElement) : []) : t.concat(o, zn(o, [], n));
9644
9644
  }
9645
9645
  function Rc(e) {
9646
9646
  const t = He(e);
@@ -9789,16 +9789,16 @@ function ds(e, t, n) {
9789
9789
  }
9790
9790
  function Pc(e, t) {
9791
9791
  const n = Xt(e);
9792
- return n === t || !ft(n) || zr(n) ? !1 : He(n).position === "fixed" || Pc(n, t);
9792
+ return n === t || !ft(n) || qr(n) ? !1 : He(n).position === "fixed" || Pc(n, t);
9793
9793
  }
9794
9794
  function Ev(e, t) {
9795
9795
  const n = t.get(e);
9796
9796
  if (n)
9797
9797
  return n;
9798
- let r = qn(e, [], !1).filter((s) => ft(s) && bt(s) !== "body"), o = null;
9798
+ let r = zn(e, [], !1).filter((s) => ft(s) && bt(s) !== "body"), o = null;
9799
9799
  const a = He(e).position === "fixed";
9800
9800
  let i = a ? Xt(e) : e;
9801
- for (; ft(i) && !zr(i); ) {
9801
+ for (; ft(i) && !qr(i); ) {
9802
9802
  const s = He(i), l = Ca(i);
9803
9803
  !l && s.position === "fixed" && (o = null), (a ? !l && !o : !l && s.position === "static" && o && ["absolute", "fixed"].includes(o.position) || Pn(i) && !l && Pc(e, i)) ? r = r.filter((u) => u !== i) : o = s, i = Xt(i);
9804
9804
  }
@@ -9825,7 +9825,7 @@ function kv(e) {
9825
9825
  function Sv(e) {
9826
9826
  return Rc(e);
9827
9827
  }
9828
- function qv(e, t, n) {
9828
+ function zv(e, t, n) {
9829
9829
  const r = et(t), o = pt(t), a = n === "fixed", i = Tt(e, !0, a, t);
9830
9830
  let s = {
9831
9831
  scrollLeft: 0,
@@ -9857,7 +9857,7 @@ function Nc(e, t) {
9857
9857
  r = fs(r, t);
9858
9858
  return r && (bt(r) === "html" || bt(r) === "body" && He(r).position === "static" && !Ca(r)) ? n : r || gv(e) || n;
9859
9859
  }
9860
- const zv = async function(e) {
9860
+ const qv = async function(e) {
9861
9861
  let {
9862
9862
  reference: t,
9863
9863
  floating: n,
@@ -9865,7 +9865,7 @@ const zv = async function(e) {
9865
9865
  } = e;
9866
9866
  const o = this.getOffsetParent || Nc, a = this.getDimensions;
9867
9867
  return {
9868
- reference: qv(t, await o(n), r),
9868
+ reference: zv(t, await o(n), r),
9869
9869
  floating: {
9870
9870
  x: 0,
9871
9871
  y: 0,
@@ -9881,7 +9881,7 @@ const Rv = {
9881
9881
  getDocumentElement: pt,
9882
9882
  getClippingRect: kv,
9883
9883
  getOffsetParent: Nc,
9884
- getElementRects: zv,
9884
+ getElementRects: qv,
9885
9885
  getClientRects: bv,
9886
9886
  getDimensions: Sv,
9887
9887
  getScale: Wt,
@@ -9941,7 +9941,7 @@ function Mv(e, t, n, r) {
9941
9941
  elementResize: i = typeof ResizeObserver == "function",
9942
9942
  layoutShift: s = typeof IntersectionObserver == "function",
9943
9943
  animationFrame: l = !1
9944
- } = r, u = wa(e), d = o || a ? [...u ? qn(u) : [], ...qn(t)] : [];
9944
+ } = r, u = wa(e), d = o || a ? [...u ? zn(u) : [], ...zn(t)] : [];
9945
9945
  d.forEach((w) => {
9946
9946
  o && w.addEventListener("scroll", n, {
9947
9947
  passive: !0
@@ -10215,12 +10215,12 @@ var ka = "PopperContent", [Fv, $v] = Ac(ka), Uc = m.forwardRef(
10215
10215
  updatePositionStrategy: x = "optimized",
10216
10216
  onPlaced: E,
10217
10217
  ...C
10218
- } = e, S = Dc(ka, l), [k, N] = m.useState(null), A = ke(t, (be) => N(be)), [Z, K] = m.useState(null), H = Ov(Z), B = (H == null ? void 0 : H.width) ?? 0, I = (H == null ? void 0 : H.height) ?? 0, Y = u + (f !== "center" ? "-" + f : ""), O = typeof g == "number" ? g : { top: 0, right: 0, bottom: 0, left: 0, ...g }, U = Array.isArray(p) ? p : [p], J = U.length > 0, z = {
10218
+ } = e, S = Dc(ka, l), [k, N] = m.useState(null), A = ke(t, (be) => N(be)), [Z, K] = m.useState(null), H = Ov(Z), B = (H == null ? void 0 : H.width) ?? 0, I = (H == null ? void 0 : H.height) ?? 0, Y = u + (f !== "center" ? "-" + f : ""), O = typeof g == "number" ? g : { top: 0, right: 0, bottom: 0, left: 0, ...g }, U = Array.isArray(p) ? p : [p], J = U.length > 0, q = {
10219
10219
  padding: O,
10220
10220
  boundary: U.filter(Uv),
10221
10221
  // with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
10222
10222
  altBoundary: J
10223
- }, { refs: q, floatingStyles: T, placement: D, isPositioned: P, middlewareData: V } = Lv({
10223
+ }, { refs: z, floatingStyles: T, placement: D, isPositioned: P, middlewareData: V } = Lv({
10224
10224
  // default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues
10225
10225
  strategy: "fixed",
10226
10226
  placement: Y,
@@ -10236,11 +10236,11 @@ var ka = "PopperContent", [Fv, $v] = Ac(ka), Uc = m.forwardRef(
10236
10236
  mainAxis: !0,
10237
10237
  crossAxis: !1,
10238
10238
  limiter: w === "partial" ? pv() : void 0,
10239
- ...z
10239
+ ...q
10240
10240
  }),
10241
- b && lv({ ...z }),
10241
+ b && lv({ ...q }),
10242
10242
  hv({
10243
- ...z,
10243
+ ...q,
10244
10244
  apply: ({ elements: be, rects: Ae, availableWidth: je, availableHeight: Ye }) => {
10245
10245
  const { width: In, height: An } = Ae.reference, nt = be.floating.style;
10246
10246
  nt.setProperty("--radix-popper-available-width", `${je}px`), nt.setProperty("--radix-popper-available-height", `${Ye}px`), nt.setProperty("--radix-popper-anchor-width", `${In}px`), nt.setProperty("--radix-popper-anchor-height", `${An}px`);
@@ -10248,7 +10248,7 @@ var ka = "PopperContent", [Fv, $v] = Ac(ka), Uc = m.forwardRef(
10248
10248
  }),
10249
10249
  Z && Nv({ element: Z, padding: h }),
10250
10250
  Bv({ arrowWidth: B, arrowHeight: I }),
10251
- _ && cv({ strategy: "referenceHidden", ...z })
10251
+ _ && cv({ strategy: "referenceHidden", ...q })
10252
10252
  ]
10253
10253
  }), [de, ce] = Wc(D), L = ct(E);
10254
10254
  $e(() => {
@@ -10260,7 +10260,7 @@ var ka = "PopperContent", [Fv, $v] = Ac(ka), Uc = m.forwardRef(
10260
10260
  }, [k]), /* @__PURE__ */ c.jsx(
10261
10261
  "div",
10262
10262
  {
10263
- ref: q.setFloating,
10263
+ ref: z.setFloating,
10264
10264
  "data-radix-popper-content-wrapper": "",
10265
10265
  style: {
10266
10266
  ...T,
@@ -10852,30 +10852,30 @@ var Ue = 10, [iu, wt] = rn(Rt), yy = "SelectContentImpl", su = m.forwardRef(
10852
10852
  m.useEffect(() => {
10853
10853
  B && U();
10854
10854
  }, [B, U]);
10855
- const { onOpenChange: J, triggerPointerDownPosRef: z } = _;
10855
+ const { onOpenChange: J, triggerPointerDownPosRef: q } = _;
10856
10856
  m.useEffect(() => {
10857
10857
  if (x) {
10858
10858
  let L = { x: 0, y: 0 };
10859
10859
  const X = (G) => {
10860
10860
  var ee, j;
10861
10861
  L = {
10862
- x: Math.abs(Math.round(G.pageX) - (((ee = z.current) == null ? void 0 : ee.x) ?? 0)),
10863
- y: Math.abs(Math.round(G.pageY) - (((j = z.current) == null ? void 0 : j.y) ?? 0))
10862
+ x: Math.abs(Math.round(G.pageX) - (((ee = q.current) == null ? void 0 : ee.x) ?? 0)),
10863
+ y: Math.abs(Math.round(G.pageY) - (((j = q.current) == null ? void 0 : j.y) ?? 0))
10864
10864
  };
10865
10865
  }, oe = (G) => {
10866
- L.x <= 10 && L.y <= 10 ? G.preventDefault() : x.contains(G.target) || J(!1), document.removeEventListener("pointermove", X), z.current = null;
10866
+ L.x <= 10 && L.y <= 10 ? G.preventDefault() : x.contains(G.target) || J(!1), document.removeEventListener("pointermove", X), q.current = null;
10867
10867
  };
10868
- return z.current !== null && (document.addEventListener("pointermove", X), document.addEventListener("pointerup", oe, { capture: !0, once: !0 })), () => {
10868
+ return q.current !== null && (document.addEventListener("pointermove", X), document.addEventListener("pointerup", oe, { capture: !0, once: !0 })), () => {
10869
10869
  document.removeEventListener("pointermove", X), document.removeEventListener("pointerup", oe, { capture: !0 });
10870
10870
  };
10871
10871
  }
10872
- }, [x, J, z]), m.useEffect(() => {
10872
+ }, [x, J, q]), m.useEffect(() => {
10873
10873
  const L = () => J(!1);
10874
10874
  return window.addEventListener("blur", L), window.addEventListener("resize", L), () => {
10875
10875
  window.removeEventListener("blur", L), window.removeEventListener("resize", L);
10876
10876
  };
10877
10877
  }, [J]);
10878
- const [q, T] = xu((L) => {
10878
+ const [z, T] = xu((L) => {
10879
10879
  const X = H().filter((ee) => !ee.disabled), oe = X.find((ee) => ee.ref.current === document.activeElement), G = wu(X, L, oe);
10880
10880
  G && setTimeout(() => G.ref.current.focus());
10881
10881
  }), D = m.useCallback(
@@ -10917,7 +10917,7 @@ var Ue = 10, [iu, wt] = rn(Rt), yy = "SelectContentImpl", su = m.forwardRef(
10917
10917
  selectedItemText: Z,
10918
10918
  position: r,
10919
10919
  isPositioned: B,
10920
- searchRef: q,
10920
+ searchRef: z,
10921
10921
  children: /* @__PURE__ */ c.jsx(Jc, { as: kn, allowPinchZoom: !0, children: /* @__PURE__ */ c.jsx(
10922
10922
  kc,
10923
10923
  {
@@ -11003,7 +11003,7 @@ var _y = "SelectItemAlignedPosition", lu = m.forwardRef((e, t) => {
11003
11003
  ]);
11004
11004
  s.style.minWidth = be + "px", s.style.right = Ye + "px";
11005
11005
  }
11006
- const K = y(), H = window.innerHeight - Ue * 2, B = p.scrollHeight, I = window.getComputedStyle(u), Y = parseInt(I.borderTopWidth, 10), O = parseInt(I.paddingTop, 10), U = parseInt(I.borderBottomWidth, 10), J = parseInt(I.paddingBottom, 10), z = Y + O + B + J + U, q = Math.min(g.offsetHeight * 5, z), T = window.getComputedStyle(p), D = parseInt(T.paddingTop, 10), P = parseInt(T.paddingBottom, 10), V = k.top + k.height / 2 - Ue, de = H - V, ce = g.offsetHeight / 2, L = g.offsetTop + ce, X = Y + O + L, oe = z - X;
11006
+ const K = y(), H = window.innerHeight - Ue * 2, B = p.scrollHeight, I = window.getComputedStyle(u), Y = parseInt(I.borderTopWidth, 10), O = parseInt(I.paddingTop, 10), U = parseInt(I.borderBottomWidth, 10), J = parseInt(I.paddingBottom, 10), q = Y + O + B + J + U, z = Math.min(g.offsetHeight * 5, q), T = window.getComputedStyle(p), D = parseInt(T.paddingTop, 10), P = parseInt(T.paddingBottom, 10), V = k.top + k.height / 2 - Ue, de = H - V, ce = g.offsetHeight / 2, L = g.offsetTop + ce, X = Y + O + L, oe = q - X;
11007
11007
  if (X <= V) {
11008
11008
  const G = K.length > 0 && g === K[K.length - 1].ref.current;
11009
11009
  s.style.bottom = "0px";
@@ -11023,7 +11023,7 @@ var _y = "SelectItemAlignedPosition", lu = m.forwardRef((e, t) => {
11023
11023
  ) + oe;
11024
11024
  s.style.height = ee + "px", p.scrollTop = X - V + p.offsetTop;
11025
11025
  }
11026
- s.style.margin = `${Ue}px 0`, s.style.minHeight = q + "px", s.style.maxHeight = H + "px", r == null || r(), requestAnimationFrame(() => h.current = !0);
11026
+ s.style.margin = `${Ue}px 0`, s.style.minHeight = z + "px", s.style.maxHeight = H + "px", r == null || r(), requestAnimationFrame(() => h.current = !0);
11027
11027
  }
11028
11028
  }, [
11029
11029
  y,
@@ -11369,13 +11369,13 @@ var _u = m.forwardRef((e, t) => {
11369
11369
  })
11370
11370
  }
11371
11371
  );
11372
- }), qy = "SelectSeparator", zy = m.forwardRef(
11372
+ }), zy = "SelectSeparator", qy = m.forwardRef(
11373
11373
  (e, t) => {
11374
11374
  const { __scopeSelect: n, ...r } = e;
11375
11375
  return /* @__PURE__ */ c.jsx(xe.div, { "aria-hidden": !0, ...r, ref: t });
11376
11376
  }
11377
11377
  );
11378
- zy.displayName = qy;
11378
+ qy.displayName = zy;
11379
11379
  var Do = "SelectArrow", Ty = m.forwardRef(
11380
11380
  (e, t) => {
11381
11381
  const { __scopeSelect: n, ...r } = e, o = Pr(n), a = xt(Do, n), i = wt(Do, n);
@@ -11513,9 +11513,9 @@ const Jy = ({
11513
11513
  }, oo = "rovingFocusGroup.onEntryFocus", Qy = {
11514
11514
  bubbles: !1,
11515
11515
  cancelable: !0
11516
- }, qa = "RovingFocusGroup", [Fo, Eu, e_] = Xl(qa), [t_, ku] = Nt(qa, [
11516
+ }, za = "RovingFocusGroup", [Fo, Eu, e_] = Xl(za), [t_, ku] = Nt(za, [
11517
11517
  e_
11518
- ]), [n_, r_] = t_(qa), o_ = /* @__PURE__ */ Ie((e, t) => /* @__PURE__ */ _e(Fo.Provider, {
11518
+ ]), [n_, r_] = t_(za), o_ = /* @__PURE__ */ Ie((e, t) => /* @__PURE__ */ _e(Fo.Provider, {
11519
11519
  scope: e.__scopeRovingFocusGroup
11520
11520
  }, /* @__PURE__ */ _e(Fo.Slot, {
11521
11521
  scope: e.__scopeRovingFocusGroup
@@ -11690,9 +11690,9 @@ function d_(e, t) {
11690
11690
  (n, r) => e[(t + r) % e.length]
11691
11691
  );
11692
11692
  }
11693
- const f_ = o_, p_ = s_, qu = "Tabs", [h_, fb] = Nt(qu, [
11693
+ const f_ = o_, p_ = s_, zu = "Tabs", [h_, fb] = Nt(zu, [
11694
11694
  ku
11695
- ]), zu = ku(), [m_, za] = h_(qu), g_ = /* @__PURE__ */ Ie((e, t) => {
11695
+ ]), qu = ku(), [m_, qa] = h_(zu), g_ = /* @__PURE__ */ Ie((e, t) => {
11696
11696
  const { __scopeTabs: n, value: r, onValueChange: o, defaultValue: a, orientation: i = "horizontal", dir: s, activationMode: l = "automatic", ...u } = e, d = pa(s), [f, y] = kr({
11697
11697
  prop: r,
11698
11698
  onChange: o,
@@ -11713,7 +11713,7 @@ const f_ = o_, p_ = s_, qu = "Tabs", [h_, fb] = Nt(qu, [
11713
11713
  ref: t
11714
11714
  })));
11715
11715
  }), v_ = "TabsList", y_ = /* @__PURE__ */ Ie((e, t) => {
11716
- const { __scopeTabs: n, loop: r = !0, ...o } = e, a = za(v_, n), i = zu(n);
11716
+ const { __scopeTabs: n, loop: r = !0, ...o } = e, a = qa(v_, n), i = qu(n);
11717
11717
  return /* @__PURE__ */ _e(f_, Ce({
11718
11718
  asChild: !0
11719
11719
  }, i, {
@@ -11727,7 +11727,7 @@ const f_ = o_, p_ = s_, qu = "Tabs", [h_, fb] = Nt(qu, [
11727
11727
  ref: t
11728
11728
  })));
11729
11729
  }), __ = "TabsTrigger", b_ = /* @__PURE__ */ Ie((e, t) => {
11730
- const { __scopeTabs: n, value: r, disabled: o = !1, ...a } = e, i = za(__, n), s = zu(n), l = Tu(i.baseId, r), u = Ru(i.baseId, r), d = r === i.value;
11730
+ const { __scopeTabs: n, value: r, disabled: o = !1, ...a } = e, i = qa(__, n), s = qu(n), l = Tu(i.baseId, r), u = Ru(i.baseId, r), d = r === i.value;
11731
11731
  return /* @__PURE__ */ _e(p_, Ce({
11732
11732
  asChild: !0
11733
11733
  }, s, {
@@ -11759,7 +11759,7 @@ const f_ = o_, p_ = s_, qu = "Tabs", [h_, fb] = Nt(qu, [
11759
11759
  })
11760
11760
  })));
11761
11761
  }), C_ = "TabsContent", x_ = /* @__PURE__ */ Ie((e, t) => {
11762
- const { __scopeTabs: n, value: r, forceMount: o, children: a, ...i } = e, s = za(C_, n), l = Tu(s.baseId, r), u = Ru(s.baseId, r), d = r === s.value, f = Ze(d);
11762
+ const { __scopeTabs: n, value: r, forceMount: o, children: a, ...i } = e, s = qa(C_, n), l = Tu(s.baseId, r), u = Ru(s.baseId, r), d = r === s.value, f = Ze(d);
11763
11763
  return ye(() => {
11764
11764
  const y = requestAnimationFrame(
11765
11765
  () => f.current = !1
@@ -11794,7 +11794,7 @@ function Ru(e, t) {
11794
11794
  return `${e}-content-${t}`;
11795
11795
  }
11796
11796
  const w_ = g_, E_ = y_, k_ = b_, S_ = x_;
11797
- var q_ = "_1bc2uou0", z_ = "_1bc2uou1";
11797
+ var z_ = "_1bc2uou0", q_ = "_1bc2uou1";
11798
11798
  const T_ = ({
11799
11799
  className: e,
11800
11800
  tabs: t,
@@ -11809,11 +11809,11 @@ const T_ = ({
11809
11809
  className: ne("sid-tabs", e),
11810
11810
  defaultValue: n ?? ((o = t[0]) == null ? void 0 : o.id),
11811
11811
  children: [
11812
- /* @__PURE__ */ c.jsx(E_, { className: q_, "aria-label": "SlashID Tabs", children: t.map(({ id: a, title: i }) => /* @__PURE__ */ c.jsx(
11812
+ /* @__PURE__ */ c.jsx(E_, { className: z_, "aria-label": "SlashID Tabs", children: t.map(({ id: a, title: i }) => /* @__PURE__ */ c.jsx(
11813
11813
  k_,
11814
11814
  {
11815
11815
  "data-testid": `sid-tabs-trigger-${a}`,
11816
- className: z_,
11816
+ className: q_,
11817
11817
  value: a,
11818
11818
  children: i
11819
11819
  },
@@ -11868,32 +11868,32 @@ const T_ = ({
11868
11868
  var P_ = { exports: {} };
11869
11869
  (function(e) {
11870
11870
  var t = function(n) {
11871
- var r = Object.prototype, o = r.hasOwnProperty, a = Object.defineProperty || function(z, q, T) {
11872
- z[q] = T.value;
11871
+ var r = Object.prototype, o = r.hasOwnProperty, a = Object.defineProperty || function(q, z, T) {
11872
+ q[z] = T.value;
11873
11873
  }, i, s = typeof Symbol == "function" ? Symbol : {}, l = s.iterator || "@@iterator", u = s.asyncIterator || "@@asyncIterator", d = s.toStringTag || "@@toStringTag";
11874
- function f(z, q, T) {
11875
- return Object.defineProperty(z, q, {
11874
+ function f(q, z, T) {
11875
+ return Object.defineProperty(q, z, {
11876
11876
  value: T,
11877
11877
  enumerable: !0,
11878
11878
  configurable: !0,
11879
11879
  writable: !0
11880
- }), z[q];
11880
+ }), q[z];
11881
11881
  }
11882
11882
  try {
11883
11883
  f({}, "");
11884
11884
  } catch {
11885
- f = function(z, q, T) {
11886
- return z[q] = T;
11885
+ f = function(q, z, T) {
11886
+ return q[z] = T;
11887
11887
  };
11888
11888
  }
11889
- function y(z, q, T, D) {
11890
- var P = q && q.prototype instanceof x ? q : x, V = Object.create(P.prototype), de = new O(D || []);
11891
- return a(V, "_invoke", { value: H(z, T, de) }), V;
11889
+ function y(q, z, T, D) {
11890
+ var P = z && z.prototype instanceof x ? z : x, V = Object.create(P.prototype), de = new O(D || []);
11891
+ return a(V, "_invoke", { value: H(q, T, de) }), V;
11892
11892
  }
11893
11893
  n.wrap = y;
11894
- function h(z, q, T) {
11894
+ function h(q, z, T) {
11895
11895
  try {
11896
- return { type: "normal", arg: z.call(q, T) };
11896
+ return { type: "normal", arg: q.call(z, T) };
11897
11897
  } catch (D) {
11898
11898
  return { type: "throw", arg: D };
11899
11899
  }
@@ -11921,35 +11921,35 @@ var P_ = { exports: {} };
11921
11921
  d,
11922
11922
  "GeneratorFunction"
11923
11923
  );
11924
- function Z(z) {
11925
- ["next", "throw", "return"].forEach(function(q) {
11926
- f(z, q, function(T) {
11927
- return this._invoke(q, T);
11924
+ function Z(q) {
11925
+ ["next", "throw", "return"].forEach(function(z) {
11926
+ f(q, z, function(T) {
11927
+ return this._invoke(z, T);
11928
11928
  });
11929
11929
  });
11930
11930
  }
11931
- n.isGeneratorFunction = function(z) {
11932
- var q = typeof z == "function" && z.constructor;
11933
- return q ? q === E || // For the native GeneratorFunction constructor, the best we can
11931
+ n.isGeneratorFunction = function(q) {
11932
+ var z = typeof q == "function" && q.constructor;
11933
+ return z ? z === E || // For the native GeneratorFunction constructor, the best we can
11934
11934
  // do is to check its .name property.
11935
- (q.displayName || q.name) === "GeneratorFunction" : !1;
11936
- }, n.mark = function(z) {
11937
- return Object.setPrototypeOf ? Object.setPrototypeOf(z, C) : (z.__proto__ = C, f(z, d, "GeneratorFunction")), z.prototype = Object.create(A), z;
11938
- }, n.awrap = function(z) {
11939
- return { __await: z };
11935
+ (z.displayName || z.name) === "GeneratorFunction" : !1;
11936
+ }, n.mark = function(q) {
11937
+ return Object.setPrototypeOf ? Object.setPrototypeOf(q, C) : (q.__proto__ = C, f(q, d, "GeneratorFunction")), q.prototype = Object.create(A), q;
11938
+ }, n.awrap = function(q) {
11939
+ return { __await: q };
11940
11940
  };
11941
- function K(z, q) {
11941
+ function K(q, z) {
11942
11942
  function T(V, de, ce, L) {
11943
- var X = h(z[V], z, de);
11943
+ var X = h(q[V], q, de);
11944
11944
  if (X.type === "throw")
11945
11945
  L(X.arg);
11946
11946
  else {
11947
11947
  var oe = X.arg, G = oe.value;
11948
- return G && typeof G == "object" && o.call(G, "__await") ? q.resolve(G.__await).then(function(ee) {
11948
+ return G && typeof G == "object" && o.call(G, "__await") ? z.resolve(G.__await).then(function(ee) {
11949
11949
  T("next", ee, ce, L);
11950
11950
  }, function(ee) {
11951
11951
  T("throw", ee, ce, L);
11952
- }) : q.resolve(G).then(function(ee) {
11952
+ }) : z.resolve(G).then(function(ee) {
11953
11953
  oe.value = ee, ce(oe);
11954
11954
  }, function(ee) {
11955
11955
  return T("throw", ee, ce, L);
@@ -11959,7 +11959,7 @@ var P_ = { exports: {} };
11959
11959
  var D;
11960
11960
  function P(V, de) {
11961
11961
  function ce() {
11962
- return new q(function(L, X) {
11962
+ return new z(function(L, X) {
11963
11963
  T(V, de, L, X);
11964
11964
  });
11965
11965
  }
@@ -11986,17 +11986,17 @@ var P_ = { exports: {} };
11986
11986
  }
11987
11987
  Z(K.prototype), f(K.prototype, u, function() {
11988
11988
  return this;
11989
- }), n.AsyncIterator = K, n.async = function(z, q, T, D, P) {
11989
+ }), n.AsyncIterator = K, n.async = function(q, z, T, D, P) {
11990
11990
  P === void 0 && (P = Promise);
11991
11991
  var V = new K(
11992
- y(z, q, T, D),
11992
+ y(q, z, T, D),
11993
11993
  P
11994
11994
  );
11995
- return n.isGeneratorFunction(q) ? V : V.next().then(function(de) {
11995
+ return n.isGeneratorFunction(z) ? V : V.next().then(function(de) {
11996
11996
  return de.done ? de.value : V.next();
11997
11997
  });
11998
11998
  };
11999
- function H(z, q, T) {
11999
+ function H(q, z, T) {
12000
12000
  var D = b;
12001
12001
  return function(P, V) {
12002
12002
  if (D === g)
@@ -12025,7 +12025,7 @@ var P_ = { exports: {} };
12025
12025
  } else
12026
12026
  T.method === "return" && T.abrupt("return", T.arg);
12027
12027
  D = g;
12028
- var L = h(z, q, T);
12028
+ var L = h(q, z, T);
12029
12029
  if (L.type === "normal") {
12030
12030
  if (D = T.done ? w : p, L.arg === _)
12031
12031
  continue;
@@ -12038,65 +12038,65 @@ var P_ = { exports: {} };
12038
12038
  }
12039
12039
  };
12040
12040
  }
12041
- function B(z, q) {
12042
- var T = q.method, D = z.iterator[T];
12041
+ function B(q, z) {
12042
+ var T = z.method, D = q.iterator[T];
12043
12043
  if (D === i)
12044
- return q.delegate = null, T === "throw" && z.iterator.return && (q.method = "return", q.arg = i, B(z, q), q.method === "throw") || T !== "return" && (q.method = "throw", q.arg = new TypeError(
12044
+ return z.delegate = null, T === "throw" && q.iterator.return && (z.method = "return", z.arg = i, B(q, z), z.method === "throw") || T !== "return" && (z.method = "throw", z.arg = new TypeError(
12045
12045
  "The iterator does not provide a '" + T + "' method"
12046
12046
  )), _;
12047
- var P = h(D, z.iterator, q.arg);
12047
+ var P = h(D, q.iterator, z.arg);
12048
12048
  if (P.type === "throw")
12049
- return q.method = "throw", q.arg = P.arg, q.delegate = null, _;
12049
+ return z.method = "throw", z.arg = P.arg, z.delegate = null, _;
12050
12050
  var V = P.arg;
12051
12051
  if (!V)
12052
- return q.method = "throw", q.arg = new TypeError("iterator result is not an object"), q.delegate = null, _;
12052
+ return z.method = "throw", z.arg = new TypeError("iterator result is not an object"), z.delegate = null, _;
12053
12053
  if (V.done)
12054
- q[z.resultName] = V.value, q.next = z.nextLoc, q.method !== "return" && (q.method = "next", q.arg = i);
12054
+ z[q.resultName] = V.value, z.next = q.nextLoc, z.method !== "return" && (z.method = "next", z.arg = i);
12055
12055
  else
12056
12056
  return V;
12057
- return q.delegate = null, _;
12057
+ return z.delegate = null, _;
12058
12058
  }
12059
12059
  Z(A), f(A, d, "Generator"), f(A, l, function() {
12060
12060
  return this;
12061
12061
  }), f(A, "toString", function() {
12062
12062
  return "[object Generator]";
12063
12063
  });
12064
- function I(z) {
12065
- var q = { tryLoc: z[0] };
12066
- 1 in z && (q.catchLoc = z[1]), 2 in z && (q.finallyLoc = z[2], q.afterLoc = z[3]), this.tryEntries.push(q);
12064
+ function I(q) {
12065
+ var z = { tryLoc: q[0] };
12066
+ 1 in q && (z.catchLoc = q[1]), 2 in q && (z.finallyLoc = q[2], z.afterLoc = q[3]), this.tryEntries.push(z);
12067
12067
  }
12068
- function Y(z) {
12069
- var q = z.completion || {};
12070
- q.type = "normal", delete q.arg, z.completion = q;
12068
+ function Y(q) {
12069
+ var z = q.completion || {};
12070
+ z.type = "normal", delete z.arg, q.completion = z;
12071
12071
  }
12072
- function O(z) {
12073
- this.tryEntries = [{ tryLoc: "root" }], z.forEach(I, this), this.reset(!0);
12072
+ function O(q) {
12073
+ this.tryEntries = [{ tryLoc: "root" }], q.forEach(I, this), this.reset(!0);
12074
12074
  }
12075
- n.keys = function(z) {
12076
- var q = Object(z), T = [];
12077
- for (var D in q)
12075
+ n.keys = function(q) {
12076
+ var z = Object(q), T = [];
12077
+ for (var D in z)
12078
12078
  T.push(D);
12079
12079
  return T.reverse(), function P() {
12080
12080
  for (; T.length; ) {
12081
12081
  var V = T.pop();
12082
- if (V in q)
12082
+ if (V in z)
12083
12083
  return P.value = V, P.done = !1, P;
12084
12084
  }
12085
12085
  return P.done = !0, P;
12086
12086
  };
12087
12087
  };
12088
- function U(z) {
12089
- if (z) {
12090
- var q = z[l];
12091
- if (q)
12092
- return q.call(z);
12093
- if (typeof z.next == "function")
12094
- return z;
12095
- if (!isNaN(z.length)) {
12088
+ function U(q) {
12089
+ if (q) {
12090
+ var z = q[l];
12091
+ if (z)
12092
+ return z.call(q);
12093
+ if (typeof q.next == "function")
12094
+ return q;
12095
+ if (!isNaN(q.length)) {
12096
12096
  var T = -1, D = function P() {
12097
- for (; ++T < z.length; )
12098
- if (o.call(z, T))
12099
- return P.value = z[T], P.done = !1, P;
12097
+ for (; ++T < q.length; )
12098
+ if (o.call(q, T))
12099
+ return P.value = q[T], P.done = !1, P;
12100
12100
  return P.value = i, P.done = !0, P;
12101
12101
  };
12102
12102
  return D.next = D;
@@ -12110,24 +12110,24 @@ var P_ = { exports: {} };
12110
12110
  }
12111
12111
  return O.prototype = {
12112
12112
  constructor: O,
12113
- reset: function(z) {
12114
- if (this.prev = 0, this.next = 0, this.sent = this._sent = i, this.done = !1, this.delegate = null, this.method = "next", this.arg = i, this.tryEntries.forEach(Y), !z)
12115
- for (var q in this)
12116
- q.charAt(0) === "t" && o.call(this, q) && !isNaN(+q.slice(1)) && (this[q] = i);
12113
+ reset: function(q) {
12114
+ if (this.prev = 0, this.next = 0, this.sent = this._sent = i, this.done = !1, this.delegate = null, this.method = "next", this.arg = i, this.tryEntries.forEach(Y), !q)
12115
+ for (var z in this)
12116
+ z.charAt(0) === "t" && o.call(this, z) && !isNaN(+z.slice(1)) && (this[z] = i);
12117
12117
  },
12118
12118
  stop: function() {
12119
12119
  this.done = !0;
12120
- var z = this.tryEntries[0], q = z.completion;
12121
- if (q.type === "throw")
12122
- throw q.arg;
12120
+ var q = this.tryEntries[0], z = q.completion;
12121
+ if (z.type === "throw")
12122
+ throw z.arg;
12123
12123
  return this.rval;
12124
12124
  },
12125
- dispatchException: function(z) {
12125
+ dispatchException: function(q) {
12126
12126
  if (this.done)
12127
- throw z;
12128
- var q = this;
12127
+ throw q;
12128
+ var z = this;
12129
12129
  function T(L, X) {
12130
- return V.type = "throw", V.arg = z, q.next = L, X && (q.method = "next", q.arg = i), !!X;
12130
+ return V.type = "throw", V.arg = q, z.next = L, X && (z.method = "next", z.arg = i), !!X;
12131
12131
  }
12132
12132
  for (var D = this.tryEntries.length - 1; D >= 0; --D) {
12133
12133
  var P = this.tryEntries[D], V = P.completion;
@@ -12151,7 +12151,7 @@ var P_ = { exports: {} };
12151
12151
  }
12152
12152
  }
12153
12153
  },
12154
- abrupt: function(z, q) {
12154
+ abrupt: function(q, z) {
12155
12155
  for (var T = this.tryEntries.length - 1; T >= 0; --T) {
12156
12156
  var D = this.tryEntries[T];
12157
12157
  if (D.tryLoc <= this.prev && o.call(D, "finallyLoc") && this.prev < D.finallyLoc) {
@@ -12159,26 +12159,26 @@ var P_ = { exports: {} };
12159
12159
  break;
12160
12160
  }
12161
12161
  }
12162
- P && (z === "break" || z === "continue") && P.tryLoc <= q && q <= P.finallyLoc && (P = null);
12162
+ P && (q === "break" || q === "continue") && P.tryLoc <= z && z <= P.finallyLoc && (P = null);
12163
12163
  var V = P ? P.completion : {};
12164
- return V.type = z, V.arg = q, P ? (this.method = "next", this.next = P.finallyLoc, _) : this.complete(V);
12164
+ return V.type = q, V.arg = z, P ? (this.method = "next", this.next = P.finallyLoc, _) : this.complete(V);
12165
12165
  },
12166
- complete: function(z, q) {
12167
- if (z.type === "throw")
12168
- throw z.arg;
12169
- return z.type === "break" || z.type === "continue" ? this.next = z.arg : z.type === "return" ? (this.rval = this.arg = z.arg, this.method = "return", this.next = "end") : z.type === "normal" && q && (this.next = q), _;
12166
+ complete: function(q, z) {
12167
+ if (q.type === "throw")
12168
+ throw q.arg;
12169
+ return q.type === "break" || q.type === "continue" ? this.next = q.arg : q.type === "return" ? (this.rval = this.arg = q.arg, this.method = "return", this.next = "end") : q.type === "normal" && z && (this.next = z), _;
12170
12170
  },
12171
- finish: function(z) {
12172
- for (var q = this.tryEntries.length - 1; q >= 0; --q) {
12173
- var T = this.tryEntries[q];
12174
- if (T.finallyLoc === z)
12171
+ finish: function(q) {
12172
+ for (var z = this.tryEntries.length - 1; z >= 0; --z) {
12173
+ var T = this.tryEntries[z];
12174
+ if (T.finallyLoc === q)
12175
12175
  return this.complete(T.completion, T.afterLoc), Y(T), _;
12176
12176
  }
12177
12177
  },
12178
- catch: function(z) {
12179
- for (var q = this.tryEntries.length - 1; q >= 0; --q) {
12180
- var T = this.tryEntries[q];
12181
- if (T.tryLoc === z) {
12178
+ catch: function(q) {
12179
+ for (var z = this.tryEntries.length - 1; z >= 0; --z) {
12180
+ var T = this.tryEntries[z];
12181
+ if (T.tryLoc === q) {
12182
12182
  var D = T.completion;
12183
12183
  if (D.type === "throw") {
12184
12184
  var P = D.arg;
@@ -12189,10 +12189,10 @@ var P_ = { exports: {} };
12189
12189
  }
12190
12190
  throw new Error("illegal catch attempt");
12191
12191
  },
12192
- delegateYield: function(z, q, T) {
12192
+ delegateYield: function(q, z, T) {
12193
12193
  return this.delegate = {
12194
- iterator: U(z),
12195
- resultName: q,
12194
+ iterator: U(q),
12195
+ resultName: z,
12196
12196
  nextLoc: T
12197
12197
  }, this.method === "next" && (this.arg = i), _;
12198
12198
  }
@@ -12806,7 +12806,7 @@ const w2 = ({ flowState: e }) => {
12806
12806
  /* @__PURE__ */ c.jsx(C2, { textKeys: l })
12807
12807
  ] });
12808
12808
  };
12809
- var E2 = "_1xoz4760", k2 = "_1xoz4761", S2 = "_1xoz4762", io = "_1xoz4763", q2 = "_1xoz4764", z2 = "_1xoz4765", _s = "_1xoz4766";
12809
+ var E2 = "_1xoz4760", k2 = "_1xoz4761", S2 = "_1xoz4762", io = "_1xoz4763", z2 = "_1xoz4764", q2 = "_1xoz4765", _s = "_1xoz4766";
12810
12810
  const T2 = ({ logo: e }) => {
12811
12811
  if (typeof e == "string" && e)
12812
12812
  return /* @__PURE__ */ c.jsx("div", { className: ne("sid-logo", "sid-logo--image", io), children: /* @__PURE__ */ c.jsx("div", { children: /* @__PURE__ */ c.jsx("img", { className: io, src: e, alt: "Company logo" }) }) });
@@ -13090,7 +13090,7 @@ const er = ({
13090
13090
  r(x);
13091
13091
  },
13092
13092
  contentProps: {
13093
- className: z2,
13093
+ className: q2,
13094
13094
  position: "popper"
13095
13095
  }
13096
13096
  }
@@ -13105,7 +13105,7 @@ Ln.Submit = Ia;
13105
13105
  const Aa = ({
13106
13106
  children: e
13107
13107
  }) => {
13108
- const { text: t } = Re(), n = $.useMemo(() => /* @__PURE__ */ c.jsxs("div", { className: q2, children: [
13108
+ const { text: t } = Re(), n = $.useMemo(() => /* @__PURE__ */ c.jsxs("div", { className: z2, children: [
13109
13109
  /* @__PURE__ */ c.jsx(
13110
13110
  pr,
13111
13111
  {
@@ -13363,7 +13363,7 @@ function Q2(e) {
13363
13363
  t.length && document.head.insertAdjacentHTML("beforeend", t.join(""));
13364
13364
  }
13365
13365
  function eb() {
13366
- const [e, t] = ve({ state: "initial" }), [n, r] = ve(void 0), { sdk: o, state: a, setLogo: i } = zn();
13366
+ const [e, t] = ve({ state: "initial" }), [n, r] = ve(void 0), { sdk: o, state: a, setLogo: i } = qn();
13367
13367
  ye(() => {
13368
13368
  if (e.state !== "initial") return;
13369
13369
  async function _() {