@onside/install-widget 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/dist-lib/{AndroidPlatformModal-CpwzAKbL.cjs → AndroidPlatformModal-CWXqqTKT.cjs} +1 -1
  2. package/dist-lib/{AndroidPlatformModal-fnqHq6jq.js → AndroidPlatformModal-ItDzPe8d.js} +2 -2
  3. package/dist-lib/{CheckInstallModal-CZ0ys6jl.js → CheckInstallModal-CDA9BG47.js} +3 -3
  4. package/dist-lib/{CheckInstallModal-C1Wv-gKs.cjs → CheckInstallModal-Jm0K6vKV.cjs} +1 -1
  5. package/dist-lib/{Dialog-Bf1eG4mA.cjs → Dialog-D6HEiHrj.cjs} +1 -1
  6. package/dist-lib/{Dialog-Cs3Sm-0z.js → Dialog-ZGhZ2nRK.js} +1 -1
  7. package/dist-lib/{FaqModal-DASmfX8z.cjs → FaqModal-CRBjZgZg.cjs} +1 -1
  8. package/dist-lib/{FaqModal-B3W9TAdH.js → FaqModal-DjOZP7Wc.js} +3 -3
  9. package/dist-lib/{GoToSafariModal-e91KDKYB.cjs → GoToSafariModal-DKBWHy36.cjs} +1 -1
  10. package/dist-lib/{GoToSafariModal-CEBQ36EQ.js → GoToSafariModal-DR11egJJ.js} +2 -2
  11. package/dist-lib/{UpdateIOSModal-D2I23Tl0.cjs → UpdateIOSModal-BsynwVE5.cjs} +1 -1
  12. package/dist-lib/{UpdateIOSModal-BU_f7lNn.js → UpdateIOSModal-CXA_VgQf.js} +3 -3
  13. package/dist-lib/{cdn-D6heHpnz.cjs → cdn-ChU_T-E_.cjs} +1 -1
  14. package/dist-lib/{cdn-CRspaiaD.js → cdn-DSCyM7yz.js} +1 -1
  15. package/dist-lib/hooks.cjs +1 -1
  16. package/dist-lib/hooks.d.ts +7 -3
  17. package/dist-lib/hooks.js +1 -1
  18. package/dist-lib/{index-CiZWNFxT.cjs → index-BOBYUKQi.cjs} +1 -1
  19. package/dist-lib/{index-ndI5Sgj0.js → index-CnyLT3Gz.js} +4 -4
  20. package/dist-lib/install-package-CTPfl2Vz.cjs +1 -0
  21. package/dist-lib/{install-package-ZMp5QD6c.js → install-package-DFuyKozv.js} +412 -392
  22. package/dist-lib/install-package.cjs +1 -1
  23. package/dist-lib/install-package.d.ts +13 -4
  24. package/dist-lib/install-package.js +2 -2
  25. package/dist-lib/useInstallUrl-CO3tvV1U.cjs +1 -0
  26. package/dist-lib/useInstallUrl-Cs9AR5q1.js +66 -0
  27. package/package.json +1 -1
  28. package/dist-lib/install-package-Bx8Bu318.cjs +0 -1
  29. package/dist-lib/useInstallUrl-McaAuMPK.js +0 -65
  30. package/dist-lib/useInstallUrl-iPCPqYWB.cjs +0 -1
@@ -1,47 +1,47 @@
1
- import { jsx as f, jsxs as W, Fragment as de } from "react/jsx-runtime";
2
- import * as re from "react";
3
- import { createContext as Ee, useContext as Pe, useState as Ye, useRef as Ne, useCallback as ee, useEffect as Ke, lazy as Y, useMemo as Qe, Suspense as Ze } from "react";
4
- import { S as fe, u as Je, i as Xe } from "./useInstallUrl-McaAuMPK.js";
1
+ import { jsx as g, jsxs as q, Fragment as ue } from "react/jsx-runtime";
2
+ import * as ne from "react";
3
+ import { createContext as Pe, useContext as Ne, useState as Ke, useRef as Te, useCallback as te, useEffect as Qe, lazy as K, useMemo as Me, Suspense as Ze } from "react";
4
+ import { S as ge, u as Je, i as Xe } from "./useInstallUrl-Cs9AR5q1.js";
5
5
  import { trackModalEvent as et, trackEvent as tt, resolveInstallConditions as ot, getDeviceInfo as rt } from "./utils.js";
6
6
  import { create as nt } from "zustand";
7
7
  import "./installUrlService-CrJfYPwM.js";
8
- function Te(e) {
8
+ function _e(e) {
9
9
  var o, r, t = "";
10
10
  if (typeof e == "string" || typeof e == "number") t += e;
11
11
  else if (typeof e == "object") if (Array.isArray(e)) {
12
12
  var n = e.length;
13
- for (o = 0; o < n; o++) e[o] && (r = Te(e[o])) && (t && (t += " "), t += r);
13
+ for (o = 0; o < n; o++) e[o] && (r = _e(e[o])) && (t && (t += " "), t += r);
14
14
  } else for (r in e) e[r] && (t && (t += " "), t += r);
15
15
  return t;
16
16
  }
17
17
  function st() {
18
- for (var e, o, r = 0, t = "", n = arguments.length; r < n; r++) (e = arguments[r]) && (o = Te(e)) && (t && (t += " "), t += o);
18
+ for (var e, o, r = 0, t = "", n = arguments.length; r < n; r++) (e = arguments[r]) && (o = _e(e)) && (t && (t += " "), t += o);
19
19
  return t;
20
20
  }
21
- const ge = "-", at = (e) => {
21
+ const be = "-", at = (e) => {
22
22
  const o = lt(e), {
23
23
  conflictingClassGroups: r,
24
24
  conflictingClassGroupModifiers: t
25
25
  } = e;
26
26
  return {
27
27
  getClassGroupId: (l) => {
28
- const m = l.split(ge);
29
- return m[0] === "" && m.length !== 1 && m.shift(), _e(m, o) || it(l);
28
+ const m = l.split(be);
29
+ return m[0] === "" && m.length !== 1 && m.shift(), Oe(m, o) || it(l);
30
30
  },
31
31
  getConflictingClassGroupIds: (l, m) => {
32
- const c = r[l] || [];
33
- return m && t[l] ? [...c, ...t[l]] : c;
32
+ const d = r[l] || [];
33
+ return m && t[l] ? [...d, ...t[l]] : d;
34
34
  }
35
35
  };
36
- }, _e = (e, o) => {
36
+ }, Oe = (e, o) => {
37
37
  if (e.length === 0)
38
38
  return o.classGroupId;
39
- const r = e[0], t = o.nextPart.get(r), n = t ? _e(e.slice(1), t) : void 0;
39
+ const r = e[0], t = o.nextPart.get(r), n = t ? Oe(e.slice(1), t) : void 0;
40
40
  if (n)
41
41
  return n;
42
42
  if (o.validators.length === 0)
43
43
  return;
44
- const i = e.join(ge);
44
+ const i = e.join(be);
45
45
  return o.validators.find(({
46
46
  validator: l
47
47
  }) => l(i))?.classGroupId;
@@ -60,9 +60,9 @@ const ge = "-", at = (e) => {
60
60
  validators: []
61
61
  };
62
62
  for (const n in r)
63
- ue(r[n], t, n, o);
63
+ pe(r[n], t, n, o);
64
64
  return t;
65
- }, ue = (e, o, r, t) => {
65
+ }, pe = (e, o, r, t) => {
66
66
  e.forEach((n) => {
67
67
  if (typeof n == "string") {
68
68
  const i = n === "" ? o : Se(o, n);
@@ -71,7 +71,7 @@ const ge = "-", at = (e) => {
71
71
  }
72
72
  if (typeof n == "function") {
73
73
  if (ct(n)) {
74
- ue(n(t), o, r, t);
74
+ pe(n(t), o, r, t);
75
75
  return;
76
76
  }
77
77
  o.validators.push({
@@ -81,12 +81,12 @@ const ge = "-", at = (e) => {
81
81
  return;
82
82
  }
83
83
  Object.entries(n).forEach(([i, l]) => {
84
- ue(l, Se(o, i), r, t);
84
+ pe(l, Se(o, i), r, t);
85
85
  });
86
86
  });
87
87
  }, Se = (e, o) => {
88
88
  let r = e;
89
- return o.split(ge).forEach((t) => {
89
+ return o.split(be).forEach((t) => {
90
90
  r.nextPart.has(t) || r.nextPart.set(t, {
91
91
  nextPart: /* @__PURE__ */ new Map(),
92
92
  validators: []
@@ -116,38 +116,38 @@ const ge = "-", at = (e) => {
116
116
  r.has(i) ? r.set(i, l) : n(i, l);
117
117
  }
118
118
  };
119
- }, pe = "!", me = ":", ut = me.length, pt = (e) => {
119
+ }, me = "!", fe = ":", ut = fe.length, pt = (e) => {
120
120
  const {
121
121
  prefix: o,
122
122
  experimentalParseClassName: r
123
123
  } = e;
124
124
  let t = (n) => {
125
125
  const i = [];
126
- let l = 0, m = 0, c = 0, h;
127
- for (let g = 0; g < n.length; g++) {
128
- let x = n[g];
126
+ let l = 0, m = 0, d = 0, f;
127
+ for (let k = 0; k < n.length; k++) {
128
+ let b = n[k];
129
129
  if (l === 0 && m === 0) {
130
- if (x === me) {
131
- i.push(n.slice(c, g)), c = g + ut;
130
+ if (b === fe) {
131
+ i.push(n.slice(d, k)), d = k + ut;
132
132
  continue;
133
133
  }
134
- if (x === "/") {
135
- h = g;
134
+ if (b === "/") {
135
+ f = k;
136
136
  continue;
137
137
  }
138
138
  }
139
- x === "[" ? l++ : x === "]" ? l-- : x === "(" ? m++ : x === ")" && m--;
139
+ b === "[" ? l++ : b === "]" ? l-- : b === "(" ? m++ : b === ")" && m--;
140
140
  }
141
- const b = i.length === 0 ? n : n.substring(c), A = mt(b), _ = A !== b, S = h && h > c ? h - c : void 0;
141
+ const h = i.length === 0 ? n : n.substring(d), v = mt(h), T = v !== h, I = f && f > d ? f - d : void 0;
142
142
  return {
143
143
  modifiers: i,
144
- hasImportantModifier: _,
145
- baseClassName: A,
146
- maybePostfixModifierPosition: S
144
+ hasImportantModifier: T,
145
+ baseClassName: v,
146
+ maybePostfixModifierPosition: I
147
147
  };
148
148
  };
149
149
  if (o) {
150
- const n = o + me, i = t;
150
+ const n = o + fe, i = t;
151
151
  t = (l) => l.startsWith(n) ? i(l.substring(n.length)) : {
152
152
  isExternal: !0,
153
153
  modifiers: [],
@@ -164,7 +164,7 @@ const ge = "-", at = (e) => {
164
164
  });
165
165
  }
166
166
  return t;
167
- }, mt = (e) => e.endsWith(pe) ? e.substring(0, e.length - 1) : e.startsWith(pe) ? e.substring(1) : e, ft = (e) => {
167
+ }, mt = (e) => e.endsWith(me) ? e.substring(0, e.length - 1) : e.startsWith(me) ? e.substring(1) : e, ft = (e) => {
168
168
  const o = Object.fromEntries(e.orderSensitiveModifiers.map((t) => [t, !0]));
169
169
  return (t) => {
170
170
  if (t.length <= 1)
@@ -187,70 +187,70 @@ const ge = "-", at = (e) => {
187
187
  getConflictingClassGroupIds: n,
188
188
  sortModifiers: i
189
189
  } = o, l = [], m = e.trim().split(bt);
190
- let c = "";
191
- for (let h = m.length - 1; h >= 0; h -= 1) {
192
- const b = m[h], {
193
- isExternal: A,
194
- modifiers: _,
195
- hasImportantModifier: S,
196
- baseClassName: g,
197
- maybePostfixModifierPosition: x
198
- } = r(b);
199
- if (A) {
200
- c = b + (c.length > 0 ? " " + c : c);
190
+ let d = "";
191
+ for (let f = m.length - 1; f >= 0; f -= 1) {
192
+ const h = m[f], {
193
+ isExternal: v,
194
+ modifiers: T,
195
+ hasImportantModifier: I,
196
+ baseClassName: k,
197
+ maybePostfixModifierPosition: b
198
+ } = r(h);
199
+ if (v) {
200
+ d = h + (d.length > 0 ? " " + d : d);
201
201
  continue;
202
202
  }
203
- let P = !!x, z = t(P ? g.substring(0, x) : g);
204
- if (!z) {
205
- if (!P) {
206
- c = b + (c.length > 0 ? " " + c : c);
203
+ let N = !!b, E = t(N ? k.substring(0, b) : k);
204
+ if (!E) {
205
+ if (!N) {
206
+ d = h + (d.length > 0 ? " " + d : d);
207
207
  continue;
208
208
  }
209
- if (z = t(g), !z) {
210
- c = b + (c.length > 0 ? " " + c : c);
209
+ if (E = t(k), !E) {
210
+ d = h + (d.length > 0 ? " " + d : d);
211
211
  continue;
212
212
  }
213
- P = !1;
213
+ N = !1;
214
214
  }
215
- const v = i(_).join(":"), E = S ? v + pe : v, I = E + z;
216
- if (l.includes(I))
215
+ const _ = i(T).join(":"), x = I ? _ + me : _, S = x + E;
216
+ if (l.includes(S))
217
217
  continue;
218
- l.push(I);
219
- const T = n(z, P);
220
- for (let N = 0; N < T.length; ++N) {
221
- const O = T[N];
222
- l.push(E + O);
218
+ l.push(S);
219
+ const M = n(E, N);
220
+ for (let P = 0; P < M.length; ++P) {
221
+ const O = M[P];
222
+ l.push(x + O);
223
223
  }
224
- c = b + (c.length > 0 ? " " + c : c);
224
+ d = h + (d.length > 0 ? " " + d : d);
225
225
  }
226
- return c;
226
+ return d;
227
227
  };
228
228
  function wt() {
229
229
  let e = 0, o, r, t = "";
230
230
  for (; e < arguments.length; )
231
- (o = arguments[e++]) && (r = Oe(o)) && (t && (t += " "), t += r);
231
+ (o = arguments[e++]) && (r = Re(o)) && (t && (t += " "), t += r);
232
232
  return t;
233
233
  }
234
- const Oe = (e) => {
234
+ const Re = (e) => {
235
235
  if (typeof e == "string")
236
236
  return e;
237
237
  let o, r = "";
238
238
  for (let t = 0; t < e.length; t++)
239
- e[t] && (o = Oe(e[t])) && (r && (r += " "), r += o);
239
+ e[t] && (o = Re(e[t])) && (r && (r += " "), r += o);
240
240
  return r;
241
241
  };
242
242
  function yt(e, ...o) {
243
243
  let r, t, n, i = l;
244
- function l(c) {
245
- const h = o.reduce((b, A) => A(b), e());
246
- return r = gt(h), t = r.cache.get, n = r.cache.set, i = m, m(c);
244
+ function l(d) {
245
+ const f = o.reduce((h, v) => v(h), e());
246
+ return r = gt(f), t = r.cache.get, n = r.cache.set, i = m, m(d);
247
247
  }
248
- function m(c) {
249
- const h = t(c);
250
- if (h)
251
- return h;
252
- const b = ht(c, r);
253
- return n(c, b), b;
248
+ function m(d) {
249
+ const f = t(d);
250
+ if (f)
251
+ return f;
252
+ const h = ht(d, r);
253
+ return n(d, h), h;
254
254
  }
255
255
  return function() {
256
256
  return i(wt.apply(null, arguments));
@@ -259,19 +259,19 @@ function yt(e, ...o) {
259
259
  const w = (e) => {
260
260
  const o = (r) => r[e] || [];
261
261
  return o.isThemeGetter = !0, o;
262
- }, Re = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Le = /^\((?:(\w[\w-]*):)?(.+)\)$/i, kt = /^\d+\/\d+$/, xt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, vt = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Ct = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, It = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, St = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, $ = (e) => kt.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), G = (e) => !!e && Number.isInteger(Number(e)), le = (e) => e.endsWith("%") && p(e.slice(0, -1)), L = (e) => xt.test(e), Mt = () => !0, At = (e) => (
262
+ }, Le = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ge = /^\((?:(\w[\w-]*):)?(.+)\)$/i, kt = /^\d+\/\d+$/, xt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, vt = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Ct = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Mt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, It = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, W = (e) => kt.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), B = (e) => !!e && Number.isInteger(Number(e)), ce = (e) => e.endsWith("%") && p(e.slice(0, -1)), G = (e) => xt.test(e), St = () => !0, At = (e) => (
263
263
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
264
264
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
265
265
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
266
266
  vt.test(e) && !Ct.test(e)
267
- ), Ge = () => !1, zt = (e) => It.test(e), Et = (e) => St.test(e), Pt = (e) => !s(e) && !a(e), Nt = (e) => q(e, je, Ge), s = (e) => Re.test(e), V = (e) => q(e, Ve, At), ce = (e) => q(e, Lt, p), Me = (e) => q(e, Be, Ge), Tt = (e) => q(e, Ue, Et), te = (e) => q(e, Fe, zt), a = (e) => Le.test(e), H = (e) => D(e, Ve), _t = (e) => D(e, Gt), Ae = (e) => D(e, Be), Ot = (e) => D(e, je), Rt = (e) => D(e, Ue), oe = (e) => D(e, Fe, !0), q = (e, o, r) => {
268
- const t = Re.exec(e);
269
- return t ? t[1] ? o(t[1]) : r(t[2]) : !1;
270
- }, D = (e, o, r = !1) => {
267
+ ), Be = () => !1, zt = (e) => Mt.test(e), Et = (e) => It.test(e), Pt = (e) => !s(e) && !a(e), Nt = (e) => D(e, Ve, Be), s = (e) => Le.test(e), F = (e) => D(e, Fe, At), de = (e) => D(e, Lt, p), Ae = (e) => D(e, Ue, Be), Tt = (e) => D(e, je, Et), oe = (e) => D(e, $e, zt), a = (e) => Ge.test(e), Y = (e) => H(e, Fe), _t = (e) => H(e, Gt), ze = (e) => H(e, Ue), Ot = (e) => H(e, Ve), Rt = (e) => H(e, je), re = (e) => H(e, $e, !0), D = (e, o, r) => {
271
268
  const t = Le.exec(e);
269
+ return t ? t[1] ? o(t[1]) : r(t[2]) : !1;
270
+ }, H = (e, o, r = !1) => {
271
+ const t = Ge.exec(e);
272
272
  return t ? t[1] ? o(t[1]) : r : !1;
273
- }, Be = (e) => e === "position" || e === "percentage", Ue = (e) => e === "image" || e === "url", je = (e) => e === "length" || e === "size" || e === "bg-size", Ve = (e) => e === "length", Lt = (e) => e === "number", Gt = (e) => e === "family-name", Fe = (e) => e === "shadow", Bt = () => {
274
- const e = w("color"), o = w("font"), r = w("text"), t = w("font-weight"), n = w("tracking"), i = w("leading"), l = w("breakpoint"), m = w("container"), c = w("spacing"), h = w("radius"), b = w("shadow"), A = w("inset-shadow"), _ = w("text-shadow"), S = w("drop-shadow"), g = w("blur"), x = w("perspective"), P = w("aspect"), z = w("ease"), v = w("animate"), E = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], I = () => [
273
+ }, Ue = (e) => e === "position" || e === "percentage", je = (e) => e === "image" || e === "url", Ve = (e) => e === "length" || e === "size" || e === "bg-size", Fe = (e) => e === "length", Lt = (e) => e === "number", Gt = (e) => e === "family-name", $e = (e) => e === "shadow", Bt = () => {
274
+ const e = w("color"), o = w("font"), r = w("text"), t = w("font-weight"), n = w("tracking"), i = w("leading"), l = w("breakpoint"), m = w("container"), d = w("spacing"), f = w("radius"), h = w("shadow"), v = w("inset-shadow"), T = w("text-shadow"), I = w("drop-shadow"), k = w("blur"), b = w("perspective"), N = w("aspect"), E = w("ease"), _ = w("animate"), x = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], S = () => [
275
275
  "center",
276
276
  "top",
277
277
  "bottom",
@@ -289,51 +289,51 @@ const w = (e) => {
289
289
  "bottom-left",
290
290
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
291
291
  "left-bottom"
292
- ], T = () => [...I(), a, s], N = () => ["auto", "hidden", "clip", "visible", "scroll"], O = () => ["auto", "contain", "none"], u = () => [a, s, c], k = () => [$, "full", "auto", ...u()], be = () => [G, "none", "subgrid", a, s], he = () => ["auto", {
293
- span: ["full", G, a, s]
294
- }, G, a, s], K = () => [G, "auto", a, s], we = () => ["auto", "min", "max", "fr", a, s], se = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], F = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], R = () => ["auto", ...u()], j = () => [$, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...u()], d = () => [e, a, s], ye = () => [...I(), Ae, Me, {
292
+ ], M = () => [...S(), a, s], P = () => ["auto", "hidden", "clip", "visible", "scroll"], O = () => ["auto", "contain", "none"], u = () => [a, s, d], A = () => [W, "full", "auto", ...u()], R = () => [B, "none", "subgrid", a, s], he = () => ["auto", {
293
+ span: ["full", B, a, s]
294
+ }, B, a, s], Q = () => [B, "auto", a, s], we = () => ["auto", "min", "max", "fr", a, s], ae = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], $ = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], L = () => ["auto", ...u()], V = () => [W, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...u()], c = () => [e, a, s], ye = () => [...S(), ze, Ae, {
295
295
  position: [a, s]
296
296
  }], ke = () => ["no-repeat", {
297
297
  repeat: ["", "x", "y", "space", "round"]
298
298
  }], xe = () => ["auto", "cover", "contain", Ot, Nt, {
299
299
  size: [a, s]
300
- }], ae = () => [le, H, V], C = () => [
300
+ }], ie = () => [ce, Y, F], C = () => [
301
301
  // Deprecated since Tailwind CSS v4.0.0
302
302
  "",
303
303
  "none",
304
304
  "full",
305
- h,
305
+ f,
306
306
  a,
307
307
  s
308
- ], M = () => ["", p, H, V], Q = () => ["solid", "dashed", "dotted", "double"], ve = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], y = () => [p, le, Ae, Me], Ce = () => [
308
+ ], z = () => ["", p, Y, F], Z = () => ["solid", "dashed", "dotted", "double"], ve = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], y = () => [p, ce, ze, Ae], Ce = () => [
309
309
  // Deprecated since Tailwind CSS v4.0.0
310
310
  "",
311
311
  "none",
312
- g,
312
+ k,
313
313
  a,
314
314
  s
315
- ], Z = () => ["none", p, a, s], J = () => ["none", p, a, s], ie = () => [p, a, s], X = () => [$, "full", ...u()];
315
+ ], J = () => ["none", p, a, s], X = () => ["none", p, a, s], le = () => [p, a, s], ee = () => [W, "full", ...u()];
316
316
  return {
317
317
  cacheSize: 500,
318
318
  theme: {
319
319
  animate: ["spin", "ping", "pulse", "bounce"],
320
320
  aspect: ["video"],
321
- blur: [L],
322
- breakpoint: [L],
323
- color: [Mt],
324
- container: [L],
325
- "drop-shadow": [L],
321
+ blur: [G],
322
+ breakpoint: [G],
323
+ color: [St],
324
+ container: [G],
325
+ "drop-shadow": [G],
326
326
  ease: ["in", "out", "in-out"],
327
327
  font: [Pt],
328
328
  "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
329
- "inset-shadow": [L],
329
+ "inset-shadow": [G],
330
330
  leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
331
331
  perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
332
- radius: [L],
333
- shadow: [L],
332
+ radius: [G],
333
+ shadow: [G],
334
334
  spacing: ["px", p],
335
- text: [L],
336
- "text-shadow": [L],
335
+ text: [G],
336
+ "text-shadow": [G],
337
337
  tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
338
338
  },
339
339
  classGroups: {
@@ -345,7 +345,7 @@ const w = (e) => {
345
345
  * @see https://tailwindcss.com/docs/aspect-ratio
346
346
  */
347
347
  aspect: [{
348
- aspect: ["auto", "square", $, s, a, P]
348
+ aspect: ["auto", "square", W, s, a, N]
349
349
  }],
350
350
  /**
351
351
  * Container
@@ -365,14 +365,14 @@ const w = (e) => {
365
365
  * @see https://tailwindcss.com/docs/break-after
366
366
  */
367
367
  "break-after": [{
368
- "break-after": E()
368
+ "break-after": x()
369
369
  }],
370
370
  /**
371
371
  * Break Before
372
372
  * @see https://tailwindcss.com/docs/break-before
373
373
  */
374
374
  "break-before": [{
375
- "break-before": E()
375
+ "break-before": x()
376
376
  }],
377
377
  /**
378
378
  * Break Inside
@@ -436,28 +436,28 @@ const w = (e) => {
436
436
  * @see https://tailwindcss.com/docs/object-position
437
437
  */
438
438
  "object-position": [{
439
- object: T()
439
+ object: M()
440
440
  }],
441
441
  /**
442
442
  * Overflow
443
443
  * @see https://tailwindcss.com/docs/overflow
444
444
  */
445
445
  overflow: [{
446
- overflow: N()
446
+ overflow: P()
447
447
  }],
448
448
  /**
449
449
  * Overflow X
450
450
  * @see https://tailwindcss.com/docs/overflow
451
451
  */
452
452
  "overflow-x": [{
453
- "overflow-x": N()
453
+ "overflow-x": P()
454
454
  }],
455
455
  /**
456
456
  * Overflow Y
457
457
  * @see https://tailwindcss.com/docs/overflow
458
458
  */
459
459
  "overflow-y": [{
460
- "overflow-y": N()
460
+ "overflow-y": P()
461
461
  }],
462
462
  /**
463
463
  * Overscroll Behavior
@@ -490,63 +490,63 @@ const w = (e) => {
490
490
  * @see https://tailwindcss.com/docs/top-right-bottom-left
491
491
  */
492
492
  inset: [{
493
- inset: k()
493
+ inset: A()
494
494
  }],
495
495
  /**
496
496
  * Right / Left
497
497
  * @see https://tailwindcss.com/docs/top-right-bottom-left
498
498
  */
499
499
  "inset-x": [{
500
- "inset-x": k()
500
+ "inset-x": A()
501
501
  }],
502
502
  /**
503
503
  * Top / Bottom
504
504
  * @see https://tailwindcss.com/docs/top-right-bottom-left
505
505
  */
506
506
  "inset-y": [{
507
- "inset-y": k()
507
+ "inset-y": A()
508
508
  }],
509
509
  /**
510
510
  * Start
511
511
  * @see https://tailwindcss.com/docs/top-right-bottom-left
512
512
  */
513
513
  start: [{
514
- start: k()
514
+ start: A()
515
515
  }],
516
516
  /**
517
517
  * End
518
518
  * @see https://tailwindcss.com/docs/top-right-bottom-left
519
519
  */
520
520
  end: [{
521
- end: k()
521
+ end: A()
522
522
  }],
523
523
  /**
524
524
  * Top
525
525
  * @see https://tailwindcss.com/docs/top-right-bottom-left
526
526
  */
527
527
  top: [{
528
- top: k()
528
+ top: A()
529
529
  }],
530
530
  /**
531
531
  * Right
532
532
  * @see https://tailwindcss.com/docs/top-right-bottom-left
533
533
  */
534
534
  right: [{
535
- right: k()
535
+ right: A()
536
536
  }],
537
537
  /**
538
538
  * Bottom
539
539
  * @see https://tailwindcss.com/docs/top-right-bottom-left
540
540
  */
541
541
  bottom: [{
542
- bottom: k()
542
+ bottom: A()
543
543
  }],
544
544
  /**
545
545
  * Left
546
546
  * @see https://tailwindcss.com/docs/top-right-bottom-left
547
547
  */
548
548
  left: [{
549
- left: k()
549
+ left: A()
550
550
  }],
551
551
  /**
552
552
  * Visibility
@@ -558,7 +558,7 @@ const w = (e) => {
558
558
  * @see https://tailwindcss.com/docs/z-index
559
559
  */
560
560
  z: [{
561
- z: [G, "auto", a, s]
561
+ z: [B, "auto", a, s]
562
562
  }],
563
563
  // ------------------------
564
564
  // --- Flexbox and Grid ---
@@ -568,7 +568,7 @@ const w = (e) => {
568
568
  * @see https://tailwindcss.com/docs/flex-basis
569
569
  */
570
570
  basis: [{
571
- basis: [$, "full", "auto", m, ...u()]
571
+ basis: [W, "full", "auto", m, ...u()]
572
572
  }],
573
573
  /**
574
574
  * Flex Direction
@@ -589,7 +589,7 @@ const w = (e) => {
589
589
  * @see https://tailwindcss.com/docs/flex
590
590
  */
591
591
  flex: [{
592
- flex: [p, $, "auto", "initial", "none", s]
592
+ flex: [p, W, "auto", "initial", "none", s]
593
593
  }],
594
594
  /**
595
595
  * Flex Grow
@@ -610,14 +610,14 @@ const w = (e) => {
610
610
  * @see https://tailwindcss.com/docs/order
611
611
  */
612
612
  order: [{
613
- order: [G, "first", "last", "none", a, s]
613
+ order: [B, "first", "last", "none", a, s]
614
614
  }],
615
615
  /**
616
616
  * Grid Template Columns
617
617
  * @see https://tailwindcss.com/docs/grid-template-columns
618
618
  */
619
619
  "grid-cols": [{
620
- "grid-cols": be()
620
+ "grid-cols": R()
621
621
  }],
622
622
  /**
623
623
  * Grid Column Start / End
@@ -631,21 +631,21 @@ const w = (e) => {
631
631
  * @see https://tailwindcss.com/docs/grid-column
632
632
  */
633
633
  "col-start": [{
634
- "col-start": K()
634
+ "col-start": Q()
635
635
  }],
636
636
  /**
637
637
  * Grid Column End
638
638
  * @see https://tailwindcss.com/docs/grid-column
639
639
  */
640
640
  "col-end": [{
641
- "col-end": K()
641
+ "col-end": Q()
642
642
  }],
643
643
  /**
644
644
  * Grid Template Rows
645
645
  * @see https://tailwindcss.com/docs/grid-template-rows
646
646
  */
647
647
  "grid-rows": [{
648
- "grid-rows": be()
648
+ "grid-rows": R()
649
649
  }],
650
650
  /**
651
651
  * Grid Row Start / End
@@ -659,14 +659,14 @@ const w = (e) => {
659
659
  * @see https://tailwindcss.com/docs/grid-row
660
660
  */
661
661
  "row-start": [{
662
- "row-start": K()
662
+ "row-start": Q()
663
663
  }],
664
664
  /**
665
665
  * Grid Row End
666
666
  * @see https://tailwindcss.com/docs/grid-row
667
667
  */
668
668
  "row-end": [{
669
- "row-end": K()
669
+ "row-end": Q()
670
670
  }],
671
671
  /**
672
672
  * Grid Auto Flow
@@ -715,35 +715,35 @@ const w = (e) => {
715
715
  * @see https://tailwindcss.com/docs/justify-content
716
716
  */
717
717
  "justify-content": [{
718
- justify: [...se(), "normal"]
718
+ justify: [...ae(), "normal"]
719
719
  }],
720
720
  /**
721
721
  * Justify Items
722
722
  * @see https://tailwindcss.com/docs/justify-items
723
723
  */
724
724
  "justify-items": [{
725
- "justify-items": [...F(), "normal"]
725
+ "justify-items": [...$(), "normal"]
726
726
  }],
727
727
  /**
728
728
  * Justify Self
729
729
  * @see https://tailwindcss.com/docs/justify-self
730
730
  */
731
731
  "justify-self": [{
732
- "justify-self": ["auto", ...F()]
732
+ "justify-self": ["auto", ...$()]
733
733
  }],
734
734
  /**
735
735
  * Align Content
736
736
  * @see https://tailwindcss.com/docs/align-content
737
737
  */
738
738
  "align-content": [{
739
- content: ["normal", ...se()]
739
+ content: ["normal", ...ae()]
740
740
  }],
741
741
  /**
742
742
  * Align Items
743
743
  * @see https://tailwindcss.com/docs/align-items
744
744
  */
745
745
  "align-items": [{
746
- items: [...F(), {
746
+ items: [...$(), {
747
747
  baseline: ["", "last"]
748
748
  }]
749
749
  }],
@@ -752,7 +752,7 @@ const w = (e) => {
752
752
  * @see https://tailwindcss.com/docs/align-self
753
753
  */
754
754
  "align-self": [{
755
- self: ["auto", ...F(), {
755
+ self: ["auto", ...$(), {
756
756
  baseline: ["", "last"]
757
757
  }]
758
758
  }],
@@ -761,21 +761,21 @@ const w = (e) => {
761
761
  * @see https://tailwindcss.com/docs/place-content
762
762
  */
763
763
  "place-content": [{
764
- "place-content": se()
764
+ "place-content": ae()
765
765
  }],
766
766
  /**
767
767
  * Place Items
768
768
  * @see https://tailwindcss.com/docs/place-items
769
769
  */
770
770
  "place-items": [{
771
- "place-items": [...F(), "baseline"]
771
+ "place-items": [...$(), "baseline"]
772
772
  }],
773
773
  /**
774
774
  * Place Self
775
775
  * @see https://tailwindcss.com/docs/place-self
776
776
  */
777
777
  "place-self": [{
778
- "place-self": ["auto", ...F()]
778
+ "place-self": ["auto", ...$()]
779
779
  }],
780
780
  // Spacing
781
781
  /**
@@ -846,63 +846,63 @@ const w = (e) => {
846
846
  * @see https://tailwindcss.com/docs/margin
847
847
  */
848
848
  m: [{
849
- m: R()
849
+ m: L()
850
850
  }],
851
851
  /**
852
852
  * Margin X
853
853
  * @see https://tailwindcss.com/docs/margin
854
854
  */
855
855
  mx: [{
856
- mx: R()
856
+ mx: L()
857
857
  }],
858
858
  /**
859
859
  * Margin Y
860
860
  * @see https://tailwindcss.com/docs/margin
861
861
  */
862
862
  my: [{
863
- my: R()
863
+ my: L()
864
864
  }],
865
865
  /**
866
866
  * Margin Start
867
867
  * @see https://tailwindcss.com/docs/margin
868
868
  */
869
869
  ms: [{
870
- ms: R()
870
+ ms: L()
871
871
  }],
872
872
  /**
873
873
  * Margin End
874
874
  * @see https://tailwindcss.com/docs/margin
875
875
  */
876
876
  me: [{
877
- me: R()
877
+ me: L()
878
878
  }],
879
879
  /**
880
880
  * Margin Top
881
881
  * @see https://tailwindcss.com/docs/margin
882
882
  */
883
883
  mt: [{
884
- mt: R()
884
+ mt: L()
885
885
  }],
886
886
  /**
887
887
  * Margin Right
888
888
  * @see https://tailwindcss.com/docs/margin
889
889
  */
890
890
  mr: [{
891
- mr: R()
891
+ mr: L()
892
892
  }],
893
893
  /**
894
894
  * Margin Bottom
895
895
  * @see https://tailwindcss.com/docs/margin
896
896
  */
897
897
  mb: [{
898
- mb: R()
898
+ mb: L()
899
899
  }],
900
900
  /**
901
901
  * Margin Left
902
902
  * @see https://tailwindcss.com/docs/margin
903
903
  */
904
904
  ml: [{
905
- ml: R()
905
+ ml: L()
906
906
  }],
907
907
  /**
908
908
  * Space Between X
@@ -936,14 +936,14 @@ const w = (e) => {
936
936
  * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
937
937
  */
938
938
  size: [{
939
- size: j()
939
+ size: V()
940
940
  }],
941
941
  /**
942
942
  * Width
943
943
  * @see https://tailwindcss.com/docs/width
944
944
  */
945
945
  w: [{
946
- w: [m, "screen", ...j()]
946
+ w: [m, "screen", ...V()]
947
947
  }],
948
948
  /**
949
949
  * Min-Width
@@ -955,7 +955,7 @@ const w = (e) => {
955
955
  "screen",
956
956
  /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
957
957
  "none",
958
- ...j()
958
+ ...V()
959
959
  ]
960
960
  }],
961
961
  /**
@@ -973,7 +973,7 @@ const w = (e) => {
973
973
  {
974
974
  screen: [l]
975
975
  },
976
- ...j()
976
+ ...V()
977
977
  ]
978
978
  }],
979
979
  /**
@@ -981,21 +981,21 @@ const w = (e) => {
981
981
  * @see https://tailwindcss.com/docs/height
982
982
  */
983
983
  h: [{
984
- h: ["screen", "lh", ...j()]
984
+ h: ["screen", "lh", ...V()]
985
985
  }],
986
986
  /**
987
987
  * Min-Height
988
988
  * @see https://tailwindcss.com/docs/min-height
989
989
  */
990
990
  "min-h": [{
991
- "min-h": ["screen", "lh", "none", ...j()]
991
+ "min-h": ["screen", "lh", "none", ...V()]
992
992
  }],
993
993
  /**
994
994
  * Max-Height
995
995
  * @see https://tailwindcss.com/docs/max-height
996
996
  */
997
997
  "max-h": [{
998
- "max-h": ["screen", "lh", ...j()]
998
+ "max-h": ["screen", "lh", ...V()]
999
999
  }],
1000
1000
  // ------------------
1001
1001
  // --- Typography ---
@@ -1005,7 +1005,7 @@ const w = (e) => {
1005
1005
  * @see https://tailwindcss.com/docs/font-size
1006
1006
  */
1007
1007
  "font-size": [{
1008
- text: ["base", r, H, V]
1008
+ text: ["base", r, Y, F]
1009
1009
  }],
1010
1010
  /**
1011
1011
  * Font Smoothing
@@ -1022,14 +1022,14 @@ const w = (e) => {
1022
1022
  * @see https://tailwindcss.com/docs/font-weight
1023
1023
  */
1024
1024
  "font-weight": [{
1025
- font: [t, a, ce]
1025
+ font: [t, a, de]
1026
1026
  }],
1027
1027
  /**
1028
1028
  * Font Stretch
1029
1029
  * @see https://tailwindcss.com/docs/font-stretch
1030
1030
  */
1031
1031
  "font-stretch": [{
1032
- "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", le, s]
1032
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ce, s]
1033
1033
  }],
1034
1034
  /**
1035
1035
  * Font Family
@@ -1080,7 +1080,7 @@ const w = (e) => {
1080
1080
  * @see https://tailwindcss.com/docs/line-clamp
1081
1081
  */
1082
1082
  "line-clamp": [{
1083
- "line-clamp": [p, "none", a, ce]
1083
+ "line-clamp": [p, "none", a, de]
1084
1084
  }],
1085
1085
  /**
1086
1086
  * Line Height
@@ -1127,14 +1127,14 @@ const w = (e) => {
1127
1127
  * @see https://v3.tailwindcss.com/docs/placeholder-color
1128
1128
  */
1129
1129
  "placeholder-color": [{
1130
- placeholder: d()
1130
+ placeholder: c()
1131
1131
  }],
1132
1132
  /**
1133
1133
  * Text Color
1134
1134
  * @see https://tailwindcss.com/docs/text-color
1135
1135
  */
1136
1136
  "text-color": [{
1137
- text: d()
1137
+ text: c()
1138
1138
  }],
1139
1139
  /**
1140
1140
  * Text Decoration
@@ -1146,21 +1146,21 @@ const w = (e) => {
1146
1146
  * @see https://tailwindcss.com/docs/text-decoration-style
1147
1147
  */
1148
1148
  "text-decoration-style": [{
1149
- decoration: [...Q(), "wavy"]
1149
+ decoration: [...Z(), "wavy"]
1150
1150
  }],
1151
1151
  /**
1152
1152
  * Text Decoration Thickness
1153
1153
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1154
1154
  */
1155
1155
  "text-decoration-thickness": [{
1156
- decoration: [p, "from-font", "auto", a, V]
1156
+ decoration: [p, "from-font", "auto", a, F]
1157
1157
  }],
1158
1158
  /**
1159
1159
  * Text Decoration Color
1160
1160
  * @see https://tailwindcss.com/docs/text-decoration-color
1161
1161
  */
1162
1162
  "text-decoration-color": [{
1163
- decoration: d()
1163
+ decoration: c()
1164
1164
  }],
1165
1165
  /**
1166
1166
  * Text Underline Offset
@@ -1288,9 +1288,9 @@ const w = (e) => {
1288
1288
  bg: ["none", {
1289
1289
  linear: [{
1290
1290
  to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1291
- }, G, a, s],
1291
+ }, B, a, s],
1292
1292
  radial: ["", a, s],
1293
- conic: [G, a, s]
1293
+ conic: [B, a, s]
1294
1294
  }, Rt, Tt]
1295
1295
  }],
1296
1296
  /**
@@ -1298,49 +1298,49 @@ const w = (e) => {
1298
1298
  * @see https://tailwindcss.com/docs/background-color
1299
1299
  */
1300
1300
  "bg-color": [{
1301
- bg: d()
1301
+ bg: c()
1302
1302
  }],
1303
1303
  /**
1304
1304
  * Gradient Color Stops From Position
1305
1305
  * @see https://tailwindcss.com/docs/gradient-color-stops
1306
1306
  */
1307
1307
  "gradient-from-pos": [{
1308
- from: ae()
1308
+ from: ie()
1309
1309
  }],
1310
1310
  /**
1311
1311
  * Gradient Color Stops Via Position
1312
1312
  * @see https://tailwindcss.com/docs/gradient-color-stops
1313
1313
  */
1314
1314
  "gradient-via-pos": [{
1315
- via: ae()
1315
+ via: ie()
1316
1316
  }],
1317
1317
  /**
1318
1318
  * Gradient Color Stops To Position
1319
1319
  * @see https://tailwindcss.com/docs/gradient-color-stops
1320
1320
  */
1321
1321
  "gradient-to-pos": [{
1322
- to: ae()
1322
+ to: ie()
1323
1323
  }],
1324
1324
  /**
1325
1325
  * Gradient Color Stops From
1326
1326
  * @see https://tailwindcss.com/docs/gradient-color-stops
1327
1327
  */
1328
1328
  "gradient-from": [{
1329
- from: d()
1329
+ from: c()
1330
1330
  }],
1331
1331
  /**
1332
1332
  * Gradient Color Stops Via
1333
1333
  * @see https://tailwindcss.com/docs/gradient-color-stops
1334
1334
  */
1335
1335
  "gradient-via": [{
1336
- via: d()
1336
+ via: c()
1337
1337
  }],
1338
1338
  /**
1339
1339
  * Gradient Color Stops To
1340
1340
  * @see https://tailwindcss.com/docs/gradient-color-stops
1341
1341
  */
1342
1342
  "gradient-to": [{
1343
- to: d()
1343
+ to: c()
1344
1344
  }],
1345
1345
  // ---------------
1346
1346
  // --- Borders ---
@@ -1455,70 +1455,70 @@ const w = (e) => {
1455
1455
  * @see https://tailwindcss.com/docs/border-width
1456
1456
  */
1457
1457
  "border-w": [{
1458
- border: M()
1458
+ border: z()
1459
1459
  }],
1460
1460
  /**
1461
1461
  * Border Width X
1462
1462
  * @see https://tailwindcss.com/docs/border-width
1463
1463
  */
1464
1464
  "border-w-x": [{
1465
- "border-x": M()
1465
+ "border-x": z()
1466
1466
  }],
1467
1467
  /**
1468
1468
  * Border Width Y
1469
1469
  * @see https://tailwindcss.com/docs/border-width
1470
1470
  */
1471
1471
  "border-w-y": [{
1472
- "border-y": M()
1472
+ "border-y": z()
1473
1473
  }],
1474
1474
  /**
1475
1475
  * Border Width Start
1476
1476
  * @see https://tailwindcss.com/docs/border-width
1477
1477
  */
1478
1478
  "border-w-s": [{
1479
- "border-s": M()
1479
+ "border-s": z()
1480
1480
  }],
1481
1481
  /**
1482
1482
  * Border Width End
1483
1483
  * @see https://tailwindcss.com/docs/border-width
1484
1484
  */
1485
1485
  "border-w-e": [{
1486
- "border-e": M()
1486
+ "border-e": z()
1487
1487
  }],
1488
1488
  /**
1489
1489
  * Border Width Top
1490
1490
  * @see https://tailwindcss.com/docs/border-width
1491
1491
  */
1492
1492
  "border-w-t": [{
1493
- "border-t": M()
1493
+ "border-t": z()
1494
1494
  }],
1495
1495
  /**
1496
1496
  * Border Width Right
1497
1497
  * @see https://tailwindcss.com/docs/border-width
1498
1498
  */
1499
1499
  "border-w-r": [{
1500
- "border-r": M()
1500
+ "border-r": z()
1501
1501
  }],
1502
1502
  /**
1503
1503
  * Border Width Bottom
1504
1504
  * @see https://tailwindcss.com/docs/border-width
1505
1505
  */
1506
1506
  "border-w-b": [{
1507
- "border-b": M()
1507
+ "border-b": z()
1508
1508
  }],
1509
1509
  /**
1510
1510
  * Border Width Left
1511
1511
  * @see https://tailwindcss.com/docs/border-width
1512
1512
  */
1513
1513
  "border-w-l": [{
1514
- "border-l": M()
1514
+ "border-l": z()
1515
1515
  }],
1516
1516
  /**
1517
1517
  * Divide Width X
1518
1518
  * @see https://tailwindcss.com/docs/border-width#between-children
1519
1519
  */
1520
1520
  "divide-x": [{
1521
- "divide-x": M()
1521
+ "divide-x": z()
1522
1522
  }],
1523
1523
  /**
1524
1524
  * Divide Width X Reverse
@@ -1530,7 +1530,7 @@ const w = (e) => {
1530
1530
  * @see https://tailwindcss.com/docs/border-width#between-children
1531
1531
  */
1532
1532
  "divide-y": [{
1533
- "divide-y": M()
1533
+ "divide-y": z()
1534
1534
  }],
1535
1535
  /**
1536
1536
  * Divide Width Y Reverse
@@ -1542,91 +1542,91 @@ const w = (e) => {
1542
1542
  * @see https://tailwindcss.com/docs/border-style
1543
1543
  */
1544
1544
  "border-style": [{
1545
- border: [...Q(), "hidden", "none"]
1545
+ border: [...Z(), "hidden", "none"]
1546
1546
  }],
1547
1547
  /**
1548
1548
  * Divide Style
1549
1549
  * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
1550
1550
  */
1551
1551
  "divide-style": [{
1552
- divide: [...Q(), "hidden", "none"]
1552
+ divide: [...Z(), "hidden", "none"]
1553
1553
  }],
1554
1554
  /**
1555
1555
  * Border Color
1556
1556
  * @see https://tailwindcss.com/docs/border-color
1557
1557
  */
1558
1558
  "border-color": [{
1559
- border: d()
1559
+ border: c()
1560
1560
  }],
1561
1561
  /**
1562
1562
  * Border Color X
1563
1563
  * @see https://tailwindcss.com/docs/border-color
1564
1564
  */
1565
1565
  "border-color-x": [{
1566
- "border-x": d()
1566
+ "border-x": c()
1567
1567
  }],
1568
1568
  /**
1569
1569
  * Border Color Y
1570
1570
  * @see https://tailwindcss.com/docs/border-color
1571
1571
  */
1572
1572
  "border-color-y": [{
1573
- "border-y": d()
1573
+ "border-y": c()
1574
1574
  }],
1575
1575
  /**
1576
1576
  * Border Color S
1577
1577
  * @see https://tailwindcss.com/docs/border-color
1578
1578
  */
1579
1579
  "border-color-s": [{
1580
- "border-s": d()
1580
+ "border-s": c()
1581
1581
  }],
1582
1582
  /**
1583
1583
  * Border Color E
1584
1584
  * @see https://tailwindcss.com/docs/border-color
1585
1585
  */
1586
1586
  "border-color-e": [{
1587
- "border-e": d()
1587
+ "border-e": c()
1588
1588
  }],
1589
1589
  /**
1590
1590
  * Border Color Top
1591
1591
  * @see https://tailwindcss.com/docs/border-color
1592
1592
  */
1593
1593
  "border-color-t": [{
1594
- "border-t": d()
1594
+ "border-t": c()
1595
1595
  }],
1596
1596
  /**
1597
1597
  * Border Color Right
1598
1598
  * @see https://tailwindcss.com/docs/border-color
1599
1599
  */
1600
1600
  "border-color-r": [{
1601
- "border-r": d()
1601
+ "border-r": c()
1602
1602
  }],
1603
1603
  /**
1604
1604
  * Border Color Bottom
1605
1605
  * @see https://tailwindcss.com/docs/border-color
1606
1606
  */
1607
1607
  "border-color-b": [{
1608
- "border-b": d()
1608
+ "border-b": c()
1609
1609
  }],
1610
1610
  /**
1611
1611
  * Border Color Left
1612
1612
  * @see https://tailwindcss.com/docs/border-color
1613
1613
  */
1614
1614
  "border-color-l": [{
1615
- "border-l": d()
1615
+ "border-l": c()
1616
1616
  }],
1617
1617
  /**
1618
1618
  * Divide Color
1619
1619
  * @see https://tailwindcss.com/docs/divide-color
1620
1620
  */
1621
1621
  "divide-color": [{
1622
- divide: d()
1622
+ divide: c()
1623
1623
  }],
1624
1624
  /**
1625
1625
  * Outline Style
1626
1626
  * @see https://tailwindcss.com/docs/outline-style
1627
1627
  */
1628
1628
  "outline-style": [{
1629
- outline: [...Q(), "none", "hidden"]
1629
+ outline: [...Z(), "none", "hidden"]
1630
1630
  }],
1631
1631
  /**
1632
1632
  * Outline Offset
@@ -1640,14 +1640,14 @@ const w = (e) => {
1640
1640
  * @see https://tailwindcss.com/docs/outline-width
1641
1641
  */
1642
1642
  "outline-w": [{
1643
- outline: ["", p, H, V]
1643
+ outline: ["", p, Y, F]
1644
1644
  }],
1645
1645
  /**
1646
1646
  * Outline Color
1647
1647
  * @see https://tailwindcss.com/docs/outline-color
1648
1648
  */
1649
1649
  "outline-color": [{
1650
- outline: d()
1650
+ outline: c()
1651
1651
  }],
1652
1652
  // ---------------
1653
1653
  // --- Effects ---
@@ -1661,9 +1661,9 @@ const w = (e) => {
1661
1661
  // Deprecated since Tailwind CSS v4.0.0
1662
1662
  "",
1663
1663
  "none",
1664
- b,
1665
- oe,
1666
- te
1664
+ h,
1665
+ re,
1666
+ oe
1667
1667
  ]
1668
1668
  }],
1669
1669
  /**
@@ -1671,28 +1671,28 @@ const w = (e) => {
1671
1671
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
1672
1672
  */
1673
1673
  "shadow-color": [{
1674
- shadow: d()
1674
+ shadow: c()
1675
1675
  }],
1676
1676
  /**
1677
1677
  * Inset Box Shadow
1678
1678
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1679
1679
  */
1680
1680
  "inset-shadow": [{
1681
- "inset-shadow": ["none", A, oe, te]
1681
+ "inset-shadow": ["none", v, re, oe]
1682
1682
  }],
1683
1683
  /**
1684
1684
  * Inset Box Shadow Color
1685
1685
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
1686
1686
  */
1687
1687
  "inset-shadow-color": [{
1688
- "inset-shadow": d()
1688
+ "inset-shadow": c()
1689
1689
  }],
1690
1690
  /**
1691
1691
  * Ring Width
1692
1692
  * @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
1693
1693
  */
1694
1694
  "ring-w": [{
1695
- ring: M()
1695
+ ring: z()
1696
1696
  }],
1697
1697
  /**
1698
1698
  * Ring Width Inset
@@ -1706,7 +1706,7 @@ const w = (e) => {
1706
1706
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
1707
1707
  */
1708
1708
  "ring-color": [{
1709
- ring: d()
1709
+ ring: c()
1710
1710
  }],
1711
1711
  /**
1712
1712
  * Ring Offset Width
@@ -1715,7 +1715,7 @@ const w = (e) => {
1715
1715
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1716
1716
  */
1717
1717
  "ring-offset-w": [{
1718
- "ring-offset": [p, V]
1718
+ "ring-offset": [p, F]
1719
1719
  }],
1720
1720
  /**
1721
1721
  * Ring Offset Color
@@ -1724,35 +1724,35 @@ const w = (e) => {
1724
1724
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1725
1725
  */
1726
1726
  "ring-offset-color": [{
1727
- "ring-offset": d()
1727
+ "ring-offset": c()
1728
1728
  }],
1729
1729
  /**
1730
1730
  * Inset Ring Width
1731
1731
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
1732
1732
  */
1733
1733
  "inset-ring-w": [{
1734
- "inset-ring": M()
1734
+ "inset-ring": z()
1735
1735
  }],
1736
1736
  /**
1737
1737
  * Inset Ring Color
1738
1738
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
1739
1739
  */
1740
1740
  "inset-ring-color": [{
1741
- "inset-ring": d()
1741
+ "inset-ring": c()
1742
1742
  }],
1743
1743
  /**
1744
1744
  * Text Shadow
1745
1745
  * @see https://tailwindcss.com/docs/text-shadow
1746
1746
  */
1747
1747
  "text-shadow": [{
1748
- "text-shadow": ["none", _, oe, te]
1748
+ "text-shadow": ["none", T, re, oe]
1749
1749
  }],
1750
1750
  /**
1751
1751
  * Text Shadow Color
1752
1752
  * @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
1753
1753
  */
1754
1754
  "text-shadow-color": [{
1755
- "text-shadow": d()
1755
+ "text-shadow": c()
1756
1756
  }],
1757
1757
  /**
1758
1758
  * Opacity
@@ -1803,10 +1803,10 @@ const w = (e) => {
1803
1803
  "mask-linear-to": y()
1804
1804
  }],
1805
1805
  "mask-image-linear-from-color": [{
1806
- "mask-linear-from": d()
1806
+ "mask-linear-from": c()
1807
1807
  }],
1808
1808
  "mask-image-linear-to-color": [{
1809
- "mask-linear-to": d()
1809
+ "mask-linear-to": c()
1810
1810
  }],
1811
1811
  "mask-image-t-from-pos": [{
1812
1812
  "mask-t-from": y()
@@ -1815,10 +1815,10 @@ const w = (e) => {
1815
1815
  "mask-t-to": y()
1816
1816
  }],
1817
1817
  "mask-image-t-from-color": [{
1818
- "mask-t-from": d()
1818
+ "mask-t-from": c()
1819
1819
  }],
1820
1820
  "mask-image-t-to-color": [{
1821
- "mask-t-to": d()
1821
+ "mask-t-to": c()
1822
1822
  }],
1823
1823
  "mask-image-r-from-pos": [{
1824
1824
  "mask-r-from": y()
@@ -1827,10 +1827,10 @@ const w = (e) => {
1827
1827
  "mask-r-to": y()
1828
1828
  }],
1829
1829
  "mask-image-r-from-color": [{
1830
- "mask-r-from": d()
1830
+ "mask-r-from": c()
1831
1831
  }],
1832
1832
  "mask-image-r-to-color": [{
1833
- "mask-r-to": d()
1833
+ "mask-r-to": c()
1834
1834
  }],
1835
1835
  "mask-image-b-from-pos": [{
1836
1836
  "mask-b-from": y()
@@ -1839,10 +1839,10 @@ const w = (e) => {
1839
1839
  "mask-b-to": y()
1840
1840
  }],
1841
1841
  "mask-image-b-from-color": [{
1842
- "mask-b-from": d()
1842
+ "mask-b-from": c()
1843
1843
  }],
1844
1844
  "mask-image-b-to-color": [{
1845
- "mask-b-to": d()
1845
+ "mask-b-to": c()
1846
1846
  }],
1847
1847
  "mask-image-l-from-pos": [{
1848
1848
  "mask-l-from": y()
@@ -1851,10 +1851,10 @@ const w = (e) => {
1851
1851
  "mask-l-to": y()
1852
1852
  }],
1853
1853
  "mask-image-l-from-color": [{
1854
- "mask-l-from": d()
1854
+ "mask-l-from": c()
1855
1855
  }],
1856
1856
  "mask-image-l-to-color": [{
1857
- "mask-l-to": d()
1857
+ "mask-l-to": c()
1858
1858
  }],
1859
1859
  "mask-image-x-from-pos": [{
1860
1860
  "mask-x-from": y()
@@ -1863,10 +1863,10 @@ const w = (e) => {
1863
1863
  "mask-x-to": y()
1864
1864
  }],
1865
1865
  "mask-image-x-from-color": [{
1866
- "mask-x-from": d()
1866
+ "mask-x-from": c()
1867
1867
  }],
1868
1868
  "mask-image-x-to-color": [{
1869
- "mask-x-to": d()
1869
+ "mask-x-to": c()
1870
1870
  }],
1871
1871
  "mask-image-y-from-pos": [{
1872
1872
  "mask-y-from": y()
@@ -1875,10 +1875,10 @@ const w = (e) => {
1875
1875
  "mask-y-to": y()
1876
1876
  }],
1877
1877
  "mask-image-y-from-color": [{
1878
- "mask-y-from": d()
1878
+ "mask-y-from": c()
1879
1879
  }],
1880
1880
  "mask-image-y-to-color": [{
1881
- "mask-y-to": d()
1881
+ "mask-y-to": c()
1882
1882
  }],
1883
1883
  "mask-image-radial": [{
1884
1884
  "mask-radial": [a, s]
@@ -1890,10 +1890,10 @@ const w = (e) => {
1890
1890
  "mask-radial-to": y()
1891
1891
  }],
1892
1892
  "mask-image-radial-from-color": [{
1893
- "mask-radial-from": d()
1893
+ "mask-radial-from": c()
1894
1894
  }],
1895
1895
  "mask-image-radial-to-color": [{
1896
- "mask-radial-to": d()
1896
+ "mask-radial-to": c()
1897
1897
  }],
1898
1898
  "mask-image-radial-shape": [{
1899
1899
  "mask-radial": ["circle", "ellipse"]
@@ -1905,7 +1905,7 @@ const w = (e) => {
1905
1905
  }]
1906
1906
  }],
1907
1907
  "mask-image-radial-pos": [{
1908
- "mask-radial-at": I()
1908
+ "mask-radial-at": S()
1909
1909
  }],
1910
1910
  "mask-image-conic-pos": [{
1911
1911
  "mask-conic": [p]
@@ -1917,10 +1917,10 @@ const w = (e) => {
1917
1917
  "mask-conic-to": y()
1918
1918
  }],
1919
1919
  "mask-image-conic-from-color": [{
1920
- "mask-conic-from": d()
1920
+ "mask-conic-from": c()
1921
1921
  }],
1922
1922
  "mask-image-conic-to-color": [{
1923
- "mask-conic-to": d()
1923
+ "mask-conic-to": c()
1924
1924
  }],
1925
1925
  /**
1926
1926
  * Mask Mode
@@ -2017,9 +2017,9 @@ const w = (e) => {
2017
2017
  // Deprecated since Tailwind CSS v4.0.0
2018
2018
  "",
2019
2019
  "none",
2020
- S,
2021
- oe,
2022
- te
2020
+ I,
2021
+ re,
2022
+ oe
2023
2023
  ]
2024
2024
  }],
2025
2025
  /**
@@ -2027,7 +2027,7 @@ const w = (e) => {
2027
2027
  * @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
2028
2028
  */
2029
2029
  "drop-shadow-color": [{
2030
- "drop-shadow": d()
2030
+ "drop-shadow": c()
2031
2031
  }],
2032
2032
  /**
2033
2033
  * Grayscale
@@ -2214,7 +2214,7 @@ const w = (e) => {
2214
2214
  * @see https://tailwindcss.com/docs/transition-timing-function
2215
2215
  */
2216
2216
  ease: [{
2217
- ease: ["linear", "initial", z, a, s]
2217
+ ease: ["linear", "initial", E, a, s]
2218
2218
  }],
2219
2219
  /**
2220
2220
  * Transition Delay
@@ -2228,7 +2228,7 @@ const w = (e) => {
2228
2228
  * @see https://tailwindcss.com/docs/animation
2229
2229
  */
2230
2230
  animate: [{
2231
- animate: ["none", v, a, s]
2231
+ animate: ["none", _, a, s]
2232
2232
  }],
2233
2233
  // ------------------
2234
2234
  // --- Transforms ---
@@ -2245,70 +2245,70 @@ const w = (e) => {
2245
2245
  * @see https://tailwindcss.com/docs/perspective
2246
2246
  */
2247
2247
  perspective: [{
2248
- perspective: [x, a, s]
2248
+ perspective: [b, a, s]
2249
2249
  }],
2250
2250
  /**
2251
2251
  * Perspective Origin
2252
2252
  * @see https://tailwindcss.com/docs/perspective-origin
2253
2253
  */
2254
2254
  "perspective-origin": [{
2255
- "perspective-origin": T()
2255
+ "perspective-origin": M()
2256
2256
  }],
2257
2257
  /**
2258
2258
  * Rotate
2259
2259
  * @see https://tailwindcss.com/docs/rotate
2260
2260
  */
2261
2261
  rotate: [{
2262
- rotate: Z()
2262
+ rotate: J()
2263
2263
  }],
2264
2264
  /**
2265
2265
  * Rotate X
2266
2266
  * @see https://tailwindcss.com/docs/rotate
2267
2267
  */
2268
2268
  "rotate-x": [{
2269
- "rotate-x": Z()
2269
+ "rotate-x": J()
2270
2270
  }],
2271
2271
  /**
2272
2272
  * Rotate Y
2273
2273
  * @see https://tailwindcss.com/docs/rotate
2274
2274
  */
2275
2275
  "rotate-y": [{
2276
- "rotate-y": Z()
2276
+ "rotate-y": J()
2277
2277
  }],
2278
2278
  /**
2279
2279
  * Rotate Z
2280
2280
  * @see https://tailwindcss.com/docs/rotate
2281
2281
  */
2282
2282
  "rotate-z": [{
2283
- "rotate-z": Z()
2283
+ "rotate-z": J()
2284
2284
  }],
2285
2285
  /**
2286
2286
  * Scale
2287
2287
  * @see https://tailwindcss.com/docs/scale
2288
2288
  */
2289
2289
  scale: [{
2290
- scale: J()
2290
+ scale: X()
2291
2291
  }],
2292
2292
  /**
2293
2293
  * Scale X
2294
2294
  * @see https://tailwindcss.com/docs/scale
2295
2295
  */
2296
2296
  "scale-x": [{
2297
- "scale-x": J()
2297
+ "scale-x": X()
2298
2298
  }],
2299
2299
  /**
2300
2300
  * Scale Y
2301
2301
  * @see https://tailwindcss.com/docs/scale
2302
2302
  */
2303
2303
  "scale-y": [{
2304
- "scale-y": J()
2304
+ "scale-y": X()
2305
2305
  }],
2306
2306
  /**
2307
2307
  * Scale Z
2308
2308
  * @see https://tailwindcss.com/docs/scale
2309
2309
  */
2310
2310
  "scale-z": [{
2311
- "scale-z": J()
2311
+ "scale-z": X()
2312
2312
  }],
2313
2313
  /**
2314
2314
  * Scale 3D
@@ -2320,21 +2320,21 @@ const w = (e) => {
2320
2320
  * @see https://tailwindcss.com/docs/skew
2321
2321
  */
2322
2322
  skew: [{
2323
- skew: ie()
2323
+ skew: le()
2324
2324
  }],
2325
2325
  /**
2326
2326
  * Skew X
2327
2327
  * @see https://tailwindcss.com/docs/skew
2328
2328
  */
2329
2329
  "skew-x": [{
2330
- "skew-x": ie()
2330
+ "skew-x": le()
2331
2331
  }],
2332
2332
  /**
2333
2333
  * Skew Y
2334
2334
  * @see https://tailwindcss.com/docs/skew
2335
2335
  */
2336
2336
  "skew-y": [{
2337
- "skew-y": ie()
2337
+ "skew-y": le()
2338
2338
  }],
2339
2339
  /**
2340
2340
  * Transform
@@ -2348,7 +2348,7 @@ const w = (e) => {
2348
2348
  * @see https://tailwindcss.com/docs/transform-origin
2349
2349
  */
2350
2350
  "transform-origin": [{
2351
- origin: T()
2351
+ origin: M()
2352
2352
  }],
2353
2353
  /**
2354
2354
  * Transform Style
@@ -2362,28 +2362,28 @@ const w = (e) => {
2362
2362
  * @see https://tailwindcss.com/docs/translate
2363
2363
  */
2364
2364
  translate: [{
2365
- translate: X()
2365
+ translate: ee()
2366
2366
  }],
2367
2367
  /**
2368
2368
  * Translate X
2369
2369
  * @see https://tailwindcss.com/docs/translate
2370
2370
  */
2371
2371
  "translate-x": [{
2372
- "translate-x": X()
2372
+ "translate-x": ee()
2373
2373
  }],
2374
2374
  /**
2375
2375
  * Translate Y
2376
2376
  * @see https://tailwindcss.com/docs/translate
2377
2377
  */
2378
2378
  "translate-y": [{
2379
- "translate-y": X()
2379
+ "translate-y": ee()
2380
2380
  }],
2381
2381
  /**
2382
2382
  * Translate Z
2383
2383
  * @see https://tailwindcss.com/docs/translate
2384
2384
  */
2385
2385
  "translate-z": [{
2386
- "translate-z": X()
2386
+ "translate-z": ee()
2387
2387
  }],
2388
2388
  /**
2389
2389
  * Translate None
@@ -2398,7 +2398,7 @@ const w = (e) => {
2398
2398
  * @see https://tailwindcss.com/docs/accent-color
2399
2399
  */
2400
2400
  accent: [{
2401
- accent: d()
2401
+ accent: c()
2402
2402
  }],
2403
2403
  /**
2404
2404
  * Appearance
@@ -2412,7 +2412,7 @@ const w = (e) => {
2412
2412
  * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2413
2413
  */
2414
2414
  "caret-color": [{
2415
- caret: d()
2415
+ caret: c()
2416
2416
  }],
2417
2417
  /**
2418
2418
  * Color Scheme
@@ -2658,21 +2658,21 @@ const w = (e) => {
2658
2658
  * @see https://tailwindcss.com/docs/fill
2659
2659
  */
2660
2660
  fill: [{
2661
- fill: ["none", ...d()]
2661
+ fill: ["none", ...c()]
2662
2662
  }],
2663
2663
  /**
2664
2664
  * Stroke Width
2665
2665
  * @see https://tailwindcss.com/docs/stroke-width
2666
2666
  */
2667
2667
  "stroke-w": [{
2668
- stroke: [p, H, V, ce]
2668
+ stroke: [p, Y, F, de]
2669
2669
  }],
2670
2670
  /**
2671
2671
  * Stroke
2672
2672
  * @see https://tailwindcss.com/docs/stroke
2673
2673
  */
2674
2674
  stroke: [{
2675
- stroke: ["none", ...d()]
2675
+ stroke: ["none", ...c()]
2676
2676
  }],
2677
2677
  // ---------------------
2678
2678
  // --- Accessibility ---
@@ -2741,7 +2741,7 @@ const w = (e) => {
2741
2741
  orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
2742
2742
  };
2743
2743
  }, Ut = /* @__PURE__ */ yt(Bt);
2744
- function U(...e) {
2744
+ function j(...e) {
2745
2745
  return Ut(st(e));
2746
2746
  }
2747
2747
  const jt = {
@@ -2774,19 +2774,19 @@ const jt = {
2774
2774
  lg: "py-4 px-8 font-sans font-medium text-lg sm:text-xl leading-none!",
2775
2775
  md: "py-3 px-5 font-sans font-medium text-base sm:text-lg leading-none!"
2776
2776
  };
2777
- function ne({ className: e, ...o }) {
2778
- const r = o.variant ?? "primary", t = o.color ?? "blue", n = o.size ?? "md", i = U(
2777
+ function se({ className: e, ...o }) {
2778
+ const r = o.variant ?? "primary", t = o.color ?? "blue", n = o.size ?? "md", i = j(
2779
2779
  jt[r],
2780
2780
  Ft[r !== "text" ? n : "md"],
2781
2781
  Vt[r][t],
2782
2782
  e
2783
2783
  );
2784
2784
  if (typeof o.href > "u")
2785
- return /* @__PURE__ */ f("button", { className: i, ...o });
2786
- const l = o, { pureLink: m, ...c } = l, h = ("rel" in c ? c.rel : void 0) ?? (c.target === "_blank" ? "noopener noreferrer" : void 0);
2787
- return m ? /* @__PURE__ */ f("a", { className: i, rel: h, ...c }) : /* @__PURE__ */ f("a", { className: i, rel: h, ...c });
2785
+ return /* @__PURE__ */ g("button", { className: i, ...o });
2786
+ const l = o, { pureLink: m, ...d } = l, f = ("rel" in d ? d.rel : void 0) ?? (d.target === "_blank" ? "noopener noreferrer" : void 0);
2787
+ return m ? /* @__PURE__ */ g("a", { className: i, rel: f, ...d }) : /* @__PURE__ */ g("a", { className: i, rel: f, ...d });
2788
2788
  }
2789
- const B = " ", $t = "ʹ", $e = {
2789
+ const U = " ", $t = "ʹ", We = {
2790
2790
  button: {
2791
2791
  install: "Install Onside",
2792
2792
  regionUnavailable: "Only available in the EU. Install from an eligible region.",
@@ -2836,7 +2836,7 @@ const B = " ", $t = "ʹ", $e = {
2836
2836
  items: [
2837
2837
  {
2838
2838
  question: "How can I install Onside store app outside EU region?",
2839
- answer: `You can install the${B}Onside store app only if${B}you are using your iPhone in${B}the${B}EU${B}region`
2839
+ answer: `You can install the${U}Onside store app only if${U}you are using your iPhone in${U}the${U}EU${U}region`
2840
2840
  },
2841
2841
  {
2842
2842
  question: `I am in EU region but still can${$t}t install Onside store app`,
@@ -2844,7 +2844,7 @@ const B = " ", $t = "ʹ", $e = {
2844
2844
  action: { event: "change_region", word: "here" }
2845
2845
  },
2846
2846
  {
2847
- question: `Could not install app due${B}to content restrictions`,
2847
+ question: `Could not install app due${U}to content restrictions`,
2848
2848
  answer: "Go to content restrictions in Settings, then “App Store, Media, Web & games” then “Apps” and set to unrated"
2849
2849
  },
2850
2850
  {
@@ -2854,7 +2854,7 @@ const B = " ", $t = "ʹ", $e = {
2854
2854
  }
2855
2855
  ],
2856
2856
  changeRegion: {
2857
- title: `Change your App Store country to install Onside${B}store${B}app`,
2857
+ title: `Change your App Store country to install Onside${U}store${U}app`,
2858
2858
  label: "To change, please go to:",
2859
2859
  breadcrumbs: [
2860
2860
  "Settings",
@@ -2871,7 +2871,7 @@ const B = " ", $t = "ʹ", $e = {
2871
2871
  didntFind: "Didn’t find an answer?"
2872
2872
  }
2873
2873
  }
2874
- }, We = Ee($e), Wt = () => Pe(We), wo = 7 * fe, qt = 7 * fe, Dt = 2 * fe, qe = nt((e) => ({
2874
+ }, qe = Pe(We), Wt = () => Ne(qe), wo = 7 * ge, qt = 7 * ge, Dt = 2 * ge, De = nt((e) => ({
2875
2875
  activeModal: null,
2876
2876
  openModal: (o) => e({ activeModal: o }),
2877
2877
  closeModal: () => e({ activeModal: null })
@@ -2896,97 +2896,104 @@ const B = " ", $t = "ʹ", $e = {
2896
2896
  }, Zt = (e) => {
2897
2897
  e("no_condition_matched");
2898
2898
  }, Jt = (e) => {
2899
- const { id: o, location: r = "hero", customAnalytics: t, handleCustomStep: n, pathname: i } = e, l = ot(rt()), m = l.installState === "install_available", { data: c, error: h } = Je(m), b = c?.url ?? null, A = c?.onside_token ?? null, _ = c?.attribution_token ?? null, S = c?.is_eligible ?? null, { openModal: g } = qe(), [x, P] = Ye(!1), z = Ne(void 0), { trackOpenModalEvent: v, trackInstallEvent: E } = Yt(
2899
+ const {
2900
+ id: o,
2901
+ location: r = "hero",
2902
+ customAnalytics: t,
2903
+ handleCustomStep: n,
2904
+ pathname: i,
2905
+ installApiBaseUrl: l
2906
+ } = e, m = ot(rt()), d = m.installState === "install_available", { data: f, error: h } = Je(d, l), v = f?.url ?? null, T = f?.onside_token ?? null, I = f?.attribution_token ?? null, k = f?.is_eligible ?? null, { openModal: b } = De(), [N, E] = Ke(!1), _ = Te(void 0), { trackOpenModalEvent: x, trackInstallEvent: S } = Yt(
2900
2907
  {
2901
2908
  page: i,
2902
2909
  location: r,
2903
2910
  button_id: o ?? void 0,
2904
- onside_token: A ?? void 0,
2905
- attribution_token: _ ?? void 0
2911
+ onside_token: T ?? void 0,
2912
+ attribution_token: I ?? void 0
2906
2913
  },
2907
2914
  t
2908
- ), I = ee(() => {
2909
- P(!0);
2910
- const k = setTimeout(() => {
2911
- P(!1);
2915
+ ), M = te(() => {
2916
+ E(!0);
2917
+ const R = setTimeout(() => {
2918
+ E(!1);
2912
2919
  }, Dt);
2913
- return () => clearTimeout(k);
2914
- }, []), T = ee(
2915
- (k) => {
2916
- if (!b || !Xe) {
2917
- k.preventDefault();
2920
+ return () => clearTimeout(R);
2921
+ }, []), P = te(
2922
+ (R) => {
2923
+ if (!v || !Xe) {
2924
+ R.preventDefault();
2918
2925
  return;
2919
2926
  }
2920
- if (I(), n) {
2927
+ if (M(), n) {
2921
2928
  setTimeout(() => n(), 100);
2922
2929
  return;
2923
2930
  }
2924
- Qt(E, l.usesNewInstallFlow), setTimeout(() => {
2925
- if (l.usesNewInstallFlow) {
2926
- clearTimeout(z.current), z.current = setTimeout(() => {
2927
- g("checkInstall"), v("check_install");
2931
+ Qt(S, m.usesNewInstallFlow), setTimeout(() => {
2932
+ if (m.usesNewInstallFlow) {
2933
+ clearTimeout(_.current), _.current = setTimeout(() => {
2934
+ b("checkInstall"), x("check_install");
2928
2935
  }, qt);
2929
2936
  return;
2930
2937
  }
2931
- g("getApproved"), v("get_approved");
2938
+ b("getApproved"), x("get_approved");
2932
2939
  }, 100);
2933
2940
  },
2934
2941
  [
2935
- b,
2936
- n,
2937
- l.usesNewInstallFlow,
2938
- E,
2939
2942
  v,
2940
- g,
2941
- I
2943
+ n,
2944
+ m.usesNewInstallFlow,
2945
+ S,
2946
+ x,
2947
+ b,
2948
+ M
2942
2949
  ]
2943
- ), N = ee(() => {
2944
- if (I(), l.installState === "go_to_safari") {
2945
- v("go_to_safari"), g("goToSafari");
2950
+ ), O = te(() => {
2951
+ if (M(), m.installState === "go_to_safari") {
2952
+ x("go_to_safari"), b("goToSafari");
2946
2953
  return;
2947
2954
  }
2948
- if (l.installState === "update_ios") {
2949
- v("update_ios"), g("updateIOS");
2955
+ if (m.installState === "update_ios") {
2956
+ x("update_ios"), b("updateIOS");
2950
2957
  return;
2951
2958
  }
2952
- Zt(E);
2959
+ Zt(S);
2953
2960
  }, [
2954
- l.installState,
2955
- g,
2956
- I,
2957
- E,
2958
- v
2959
- ]), O = ee(() => {
2960
- v("is_android"), g("isAndroid");
2961
- }, [g, v]);
2961
+ m.installState,
2962
+ b,
2963
+ M,
2964
+ S,
2965
+ x
2966
+ ]), u = te(() => {
2967
+ x("is_android"), b("isAndroid");
2968
+ }, [b, x]);
2962
2969
  return {
2963
- viewMode: l.installState === "android" ? "android" : x ? "loading" : b && m ? "link" : "button",
2964
- installUrl: b,
2970
+ viewMode: m.installState === "android" ? "android" : N ? "loading" : v && d ? "link" : "button",
2971
+ installUrl: v,
2965
2972
  error: h,
2966
- isEligible: S,
2967
- conditions: l,
2968
- handleInstallClick: T,
2969
- handleModalFlowClick: N,
2970
- handleAndroidClick: O
2973
+ isEligible: k,
2974
+ conditions: m,
2975
+ handleInstallClick: P,
2976
+ handleModalFlowClick: O,
2977
+ handleAndroidClick: u
2971
2978
  };
2972
- }, Xt = (e) => /* @__PURE__ */ re.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ re.createElement("path", { d: "M12.1268 5.74646C11.3368 5.74646 10.1139 4.84824 8.82613 4.88071C7.12708 4.90235 5.56872 5.8655 4.69214 7.39139C2.92817 10.454 4.23762 14.9776 5.95831 17.4667C6.80243 18.6787 7.79805 20.0423 9.11832 19.999C10.3845 19.9449 10.8607 19.1765 12.3974 19.1765C13.9233 19.1765 14.3562 19.999 15.6981 19.9665C17.0617 19.9449 17.9274 18.7328 18.7607 17.5099C19.7239 16.1031 20.1243 14.7395 20.1459 14.6638C20.1134 14.653 17.4945 13.6465 17.4621 10.6164C17.4404 8.084 19.5291 6.87195 19.6265 6.81784C18.436 5.0755 16.6071 4.88071 15.9686 4.83742C14.3021 4.70755 12.906 5.74646 12.1268 5.74646ZM14.9406 3.19248C15.644 2.34837 16.1093 1.16877 15.9795 0C14.973 0.0432878 13.761 0.670965 13.0359 1.51508C12.3866 2.26179 11.8238 3.46303 11.9753 4.61016C13.09 4.69673 14.2371 4.03659 14.9406 3.19248Z", fill: "currentColor" })), eo = ({
2979
+ }, Xt = (e) => /* @__PURE__ */ ne.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ ne.createElement("path", { d: "M12.1268 5.74646C11.3368 5.74646 10.1139 4.84824 8.82613 4.88071C7.12708 4.90235 5.56872 5.8655 4.69214 7.39139C2.92817 10.454 4.23762 14.9776 5.95831 17.4667C6.80243 18.6787 7.79805 20.0423 9.11832 19.999C10.3845 19.9449 10.8607 19.1765 12.3974 19.1765C13.9233 19.1765 14.3562 19.999 15.6981 19.9665C17.0617 19.9449 17.9274 18.7328 18.7607 17.5099C19.7239 16.1031 20.1243 14.7395 20.1459 14.6638C20.1134 14.653 17.4945 13.6465 17.4621 10.6164C17.4404 8.084 19.5291 6.87195 19.6265 6.81784C18.436 5.0755 16.6071 4.88071 15.9686 4.83742C14.3021 4.70755 12.906 5.74646 12.1268 5.74646ZM14.9406 3.19248C15.644 2.34837 16.1093 1.16877 15.9795 0C14.973 0.0432878 13.761 0.670965 13.0359 1.51508C12.3866 2.26179 11.8238 3.46303 11.9753 4.61016C13.09 4.69673 14.2371 4.03659 14.9406 3.19248Z", fill: "currentColor" })), eo = ({
2973
2980
  className: e,
2974
2981
  onClick: o,
2975
2982
  children: r,
2976
2983
  id: t,
2977
2984
  androidClassName: n,
2978
2985
  androidTextClassName: i
2979
- }) => /* @__PURE__ */ f(
2980
- ne,
2986
+ }) => /* @__PURE__ */ g(
2987
+ se,
2981
2988
  {
2982
2989
  id: t,
2983
- className: U("bg-white px-7", e, n),
2990
+ className: j("bg-white px-7", e, n),
2984
2991
  variant: "secondary",
2985
2992
  size: "lg",
2986
2993
  onClick: o,
2987
- children: /* @__PURE__ */ W("span", { className: "flex flex-row items-center gap-1", children: [
2988
- /* @__PURE__ */ f(Xt, { className: i ? "text-[#FF465D]" : void 0 }),
2989
- /* @__PURE__ */ f("span", { className: U("flex-1", i), children: r })
2994
+ children: /* @__PURE__ */ q("span", { className: "flex flex-row items-center gap-1", children: [
2995
+ /* @__PURE__ */ g(Xt, { className: i ? "text-[#FF465D]" : void 0 }),
2996
+ /* @__PURE__ */ g("span", { className: j("flex-1", i), children: r })
2990
2997
  ] })
2991
2998
  }
2992
2999
  ), to = ({
@@ -2995,8 +3002,8 @@ const B = " ", $t = "ʹ", $e = {
2995
3002
  children: r,
2996
3003
  className: t,
2997
3004
  id: n
2998
- }) => /* @__PURE__ */ f(
2999
- ne,
3005
+ }) => /* @__PURE__ */ g(
3006
+ se,
3000
3007
  {
3001
3008
  id: n,
3002
3009
  href: e,
@@ -3006,13 +3013,16 @@ const B = " ", $t = "ʹ", $e = {
3006
3013
  className: t,
3007
3014
  children: r
3008
3015
  }
3009
- ), ze = (e) => /* @__PURE__ */ re.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ re.createElement("path", { d: "M17.5 10.0001C17.4999 11.5839 16.9984 13.1271 16.0674 14.4084C15.1364 15.6897 13.8237 16.6434 12.3174 17.1328C10.8111 17.6221 9.1885 17.6221 7.6822 17.1326C6.17591 16.6432 4.86323 15.6894 3.9323 14.4081C3.00138 13.1267 2.49999 11.5835 2.5 9.9997C2.50001 8.41588 3.00142 6.87271 3.93237 5.59137C4.86331 4.31003 6.176 3.3563 7.6823 2.86685C9.1886 2.37741 10.8112 2.37739 12.3175 2.86679", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), oo = (e) => {
3016
+ ), Ee = (e) => /* @__PURE__ */ ne.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ ne.createElement("path", { d: "M17.5 10.0001C17.4999 11.5839 16.9984 13.1271 16.0674 14.4084C15.1364 15.6897 13.8237 16.6434 12.3174 17.1328C10.8111 17.6221 9.1885 17.6221 7.6822 17.1326C6.17591 16.6432 4.86323 15.6894 3.9323 14.4081C3.00138 13.1267 2.49999 11.5835 2.5 9.9997C2.50001 8.41588 3.00142 6.87271 3.93237 5.59137C4.86331 4.31003 6.176 3.3563 7.6823 2.86685C9.1886 2.37741 10.8112 2.37739 12.3175 2.86679", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), oo = (e) => {
3010
3017
  const { id: o, className: r, children: t, showLoaderOnly: n } = e;
3011
- return /* @__PURE__ */ f(ne, { id: o, className: U("px-8 py-4", r), disabled: !0, children: /* @__PURE__ */ f("span", { className: "flex items-center gap-2", children: n ? /* @__PURE__ */ f(ze, { className: "animate-spin" }) : /* @__PURE__ */ W(de, { children: [
3012
- /* @__PURE__ */ f(ze, { className: "animate-spin" }),
3018
+ return /* @__PURE__ */ g(se, { id: o, className: j("px-8 py-4", r), disabled: !0, children: /* @__PURE__ */ g("span", { className: "flex items-center gap-2", children: n ? /* @__PURE__ */ g(Ee, { className: "animate-spin" }) : /* @__PURE__ */ q(ue, { children: [
3019
+ /* @__PURE__ */ g(Ee, { className: "animate-spin" }),
3013
3020
  t
3014
3021
  ] }) }) });
3015
- }, ro = ({ message: e }) => /* @__PURE__ */ f("p", { className: "mt-2 text-center text-sm text-error", children: e ?? "Unable to load install link. Please try again." }), De = Ee(!1), no = () => typeof window < "u" ? window.location.pathname : "", yo = (e) => {
3022
+ }, ro = ({ message: e }) => /* @__PURE__ */ g("p", { className: "mt-2 text-center text-sm text-error", children: e ?? "Unable to load install link. Please try again." }), He = Pe({
3023
+ isMounted: !1,
3024
+ installApiBaseUrl: void 0
3025
+ }), no = () => typeof window < "u" ? window.location.pathname : "", yo = (e) => {
3016
3026
  const o = Wt(), {
3017
3027
  className: r,
3018
3028
  children: t,
@@ -3020,118 +3030,121 @@ const B = " ", $t = "ʹ", $e = {
3020
3030
  location: i = "hero",
3021
3031
  caption: l,
3022
3032
  captionClassName: m,
3023
- showCaption: c = !0,
3024
- showLoaderOnly: h = !1,
3025
- androidClassName: b,
3026
- androidTextClassName: A,
3027
- customAnalytics: _,
3028
- id: S
3029
- } = e, g = t ?? o.button.install, x = Ne(no()), P = Pe(De), {
3030
- viewMode: z,
3031
- installUrl: v,
3032
- error: E,
3033
- isEligible: I,
3034
- handleInstallClick: T,
3035
- handleModalFlowClick: N,
3036
- handleAndroidClick: O
3033
+ showCaption: d = !0,
3034
+ showLoaderOnly: f = !1,
3035
+ androidClassName: h,
3036
+ androidTextClassName: v,
3037
+ customAnalytics: T,
3038
+ id: I
3039
+ } = e, k = t ?? o.button.install, b = Te(no()), { isMounted: N, installApiBaseUrl: E } = Ne(
3040
+ He
3041
+ ), {
3042
+ viewMode: _,
3043
+ installUrl: x,
3044
+ error: S,
3045
+ isEligible: M,
3046
+ handleInstallClick: P,
3047
+ handleModalFlowClick: O,
3048
+ handleAndroidClick: u
3037
3049
  } = Jt({
3038
- id: S,
3050
+ id: I,
3039
3051
  location: i,
3040
- customAnalytics: _,
3052
+ customAnalytics: T,
3041
3053
  handleCustomStep: n,
3042
- pathname: x.current
3054
+ pathname: b.current,
3055
+ installApiBaseUrl: E
3043
3056
  });
3044
- Ke(() => {
3045
- }, [P]);
3046
- const u = c && (!I || l) && /* @__PURE__ */ f(
3057
+ Qe(() => {
3058
+ }, [N]);
3059
+ const A = d && (!M || l) && /* @__PURE__ */ g(
3047
3060
  "div",
3048
3061
  {
3049
- className: U(
3062
+ className: j(
3050
3063
  "text-2xs font-mono opacity-60",
3051
3064
  m
3052
3065
  ),
3053
- children: I ? l : o.button.regionUnavailable
3066
+ children: M ? l : o.button.regionUnavailable
3054
3067
  }
3055
- ), k = {
3056
- android: /* @__PURE__ */ f(
3068
+ ), R = {
3069
+ android: /* @__PURE__ */ g(
3057
3070
  eo,
3058
3071
  {
3059
- id: S,
3072
+ id: I,
3060
3073
  className: r,
3061
- androidClassName: b,
3062
- androidTextClassName: A,
3063
- onClick: O,
3074
+ androidClassName: h,
3075
+ androidTextClassName: v,
3076
+ onClick: u,
3064
3077
  children: o.button.androidOnly
3065
3078
  }
3066
3079
  ),
3067
- loading: /* @__PURE__ */ f(
3080
+ loading: /* @__PURE__ */ g(
3068
3081
  oo,
3069
3082
  {
3070
- showLoaderOnly: h,
3071
- id: S,
3072
- className: U("bg-buttonHover!", r),
3083
+ showLoaderOnly: f,
3084
+ id: I,
3085
+ className: j("bg-buttonHover!", r),
3073
3086
  children: o.button.loading
3074
3087
  }
3075
3088
  ),
3076
- link: /* @__PURE__ */ W(de, { children: [
3077
- /* @__PURE__ */ W(
3089
+ link: /* @__PURE__ */ q(ue, { children: [
3090
+ /* @__PURE__ */ q(
3078
3091
  to,
3079
3092
  {
3080
- id: S,
3081
- className: U(r, "flex-col gap-1"),
3082
- href: v ?? "",
3083
- onClick: T,
3093
+ id: I,
3094
+ className: j(r, "flex-col gap-1"),
3095
+ href: x ?? "",
3096
+ onClick: P,
3084
3097
  children: [
3085
- g,
3086
- u
3098
+ k,
3099
+ A
3087
3100
  ]
3088
3101
  }
3089
3102
  ),
3090
- E && /* @__PURE__ */ f(ro, { message: o.button.linkError })
3103
+ S && /* @__PURE__ */ g(ro, { message: o.button.linkError })
3091
3104
  ] }),
3092
- button: /* @__PURE__ */ W(
3093
- ne,
3105
+ button: /* @__PURE__ */ q(
3106
+ se,
3094
3107
  {
3095
- id: S,
3096
- className: U(r, "flex-col gap-1"),
3108
+ id: I,
3109
+ className: j(r, "flex-col gap-1"),
3097
3110
  size: "lg",
3098
- onClick: N,
3111
+ onClick: O,
3099
3112
  children: [
3100
- g,
3101
- u
3113
+ k,
3114
+ A
3102
3115
  ]
3103
3116
  }
3104
3117
  )
3105
3118
  };
3106
- return /* @__PURE__ */ f(de, { children: k[z] ?? k.button });
3119
+ return /* @__PURE__ */ g(ue, { children: R[_] ?? R.button });
3107
3120
  };
3108
- function He(e, o) {
3121
+ function Ye(e, o) {
3109
3122
  if (!o) return e;
3110
3123
  const r = { ...e };
3111
3124
  for (const t of Object.keys(o)) {
3112
3125
  const n = r[t], i = o[t];
3113
- i !== void 0 && (typeof n == "object" && n !== null && !Array.isArray(n) && typeof i == "object" && i !== null && !Array.isArray(i) ? r[t] = He(
3126
+ i !== void 0 && (typeof n == "object" && n !== null && !Array.isArray(n) && typeof i == "object" && i !== null && !Array.isArray(i) ? r[t] = Ye(
3114
3127
  n,
3115
3128
  i
3116
3129
  ) : r[t] = i);
3117
3130
  }
3118
3131
  return r;
3119
3132
  }
3120
- const so = Y(async () => ({ default: (await import("./AndroidPlatformModal-fnqHq6jq.js")).AndroidPlatformModal })), ao = Y(async () => ({ default: (await import("./GoToSafariModal-CEBQ36EQ.js")).GoToSafariModal })), io = Y(async () => ({ default: (await import("./UpdateIOSModal-BU_f7lNn.js")).UpdateIOSModal })), lo = Y(async () => ({ default: (await import("./index-ndI5Sgj0.js")).GetApprovedModal })), co = Y(async () => ({ default: (await import("./CheckInstallModal-CZ0ys6jl.js")).CheckInstallModal })), uo = () => {
3121
- const { activeModal: e, closeModal: o, openModal: r } = qe();
3133
+ const so = K(async () => ({ default: (await import("./AndroidPlatformModal-ItDzPe8d.js")).AndroidPlatformModal })), ao = K(async () => ({ default: (await import("./GoToSafariModal-DR11egJJ.js")).GoToSafariModal })), io = K(async () => ({ default: (await import("./UpdateIOSModal-CXA_VgQf.js")).UpdateIOSModal })), lo = K(async () => ({ default: (await import("./index-CnyLT3Gz.js")).GetApprovedModal })), co = K(async () => ({ default: (await import("./CheckInstallModal-CDA9BG47.js")).CheckInstallModal })), uo = () => {
3134
+ const { activeModal: e, closeModal: o, openModal: r } = De();
3122
3135
  let t = null;
3123
3136
  switch (e) {
3124
3137
  case "goToSafari":
3125
- t = /* @__PURE__ */ f(ao, { open: !0, onClose: o });
3138
+ t = /* @__PURE__ */ g(ao, { open: !0, onClose: o });
3126
3139
  break;
3127
3140
  case "updateIOS":
3128
- t = /* @__PURE__ */ f(io, { open: !0, onClose: o });
3141
+ t = /* @__PURE__ */ g(io, { open: !0, onClose: o });
3129
3142
  break;
3130
3143
  case "isAndroid":
3131
- t = /* @__PURE__ */ f(so, { open: !0, onClose: o });
3144
+ t = /* @__PURE__ */ g(so, { open: !0, onClose: o });
3132
3145
  break;
3133
3146
  case "getApproved":
3134
- t = /* @__PURE__ */ f(
3147
+ t = /* @__PURE__ */ g(
3135
3148
  lo,
3136
3149
  {
3137
3150
  open: !0,
@@ -3141,34 +3154,41 @@ const so = Y(async () => ({ default: (await import("./AndroidPlatformModal-fnqHq
3141
3154
  );
3142
3155
  break;
3143
3156
  case "checkInstall":
3144
- t = /* @__PURE__ */ f(co, { open: !0, onClose: o });
3157
+ t = /* @__PURE__ */ g(co, { open: !0, onClose: o });
3145
3158
  break;
3146
3159
  default:
3147
3160
  t = null;
3148
3161
  }
3149
- return /* @__PURE__ */ f(Ze, { fallback: null, children: t });
3162
+ return /* @__PURE__ */ g(Ze, { fallback: null, children: t });
3150
3163
  }, ko = ({
3151
3164
  children: e,
3152
- messages: o
3165
+ messages: o,
3166
+ installApiBaseUrl: r
3153
3167
  }) => {
3154
- const r = Qe(
3155
- () => He($e, o),
3168
+ const t = Me(
3169
+ () => Ye(We, o),
3156
3170
  [o]
3171
+ ), n = Me(
3172
+ () => ({
3173
+ isMounted: !0,
3174
+ installApiBaseUrl: r
3175
+ }),
3176
+ [r]
3157
3177
  );
3158
- return /* @__PURE__ */ f(We.Provider, { value: r, children: /* @__PURE__ */ W(De.Provider, { value: !0, children: [
3178
+ return /* @__PURE__ */ g(qe.Provider, { value: t, children: /* @__PURE__ */ q(He.Provider, { value: n, children: [
3159
3179
  e,
3160
- /* @__PURE__ */ f(uo, {})
3180
+ /* @__PURE__ */ g(uo, {})
3161
3181
  ] }) });
3162
3182
  };
3163
3183
  export {
3164
3184
  qt as A,
3165
- ne as B,
3185
+ se as B,
3166
3186
  yo as I,
3167
- U as a,
3187
+ j as a,
3168
3188
  wo as b,
3169
3189
  st as c,
3170
3190
  ko as d,
3171
3191
  Dt as e,
3172
- $e as f,
3192
+ We as f,
3173
3193
  Wt as u
3174
3194
  };