@instockng/storefront-ui 1.0.83 → 1.0.84

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 (81) hide show
  1. package/dist/index100.mjs +20 -53
  2. package/dist/index101.mjs +55 -69
  3. package/dist/index102.mjs +33 -34
  4. package/dist/index103.mjs +2 -43
  5. package/dist/index108.mjs +2 -2
  6. package/dist/index109.mjs +2 -2
  7. package/dist/index14.mjs +1 -1
  8. package/dist/index144.mjs +1 -1
  9. package/dist/index145.mjs +1 -1
  10. package/dist/index146.mjs +5 -5
  11. package/dist/index148.mjs +2 -2
  12. package/dist/index150.mjs +2 -2
  13. package/dist/index152.mjs +1 -1
  14. package/dist/index154.mjs +4 -4
  15. package/dist/index155.mjs +3 -3
  16. package/dist/index166.mjs +2 -2
  17. package/dist/index175.mjs +2 -2
  18. package/dist/index177.mjs +1 -1
  19. package/dist/index179.mjs +2 -2
  20. package/dist/index180.mjs +5 -5
  21. package/dist/index183.mjs +1 -1
  22. package/dist/index186.mjs +1 -1
  23. package/dist/index189.mjs +1 -1
  24. package/dist/index190.mjs +1 -1
  25. package/dist/index194.mjs +1 -1
  26. package/dist/index215.mjs +1 -1
  27. package/dist/index216.mjs +3 -3
  28. package/dist/index221.mjs +1 -1
  29. package/dist/index223.mjs +1 -1
  30. package/dist/index224.mjs +3 -3
  31. package/dist/index225.mjs +3 -3
  32. package/dist/index237.mjs +2 -2
  33. package/dist/index238.mjs +36 -243
  34. package/dist/index239.mjs +2 -2
  35. package/dist/index240.mjs +2 -33
  36. package/dist/index241.mjs +2 -65
  37. package/dist/index242.mjs +243 -24
  38. package/dist/index243.mjs +2 -2
  39. package/dist/index244.mjs +33 -2
  40. package/dist/index245.mjs +56 -28
  41. package/dist/index246.mjs +25 -2
  42. package/dist/index248.mjs +2 -2
  43. package/dist/index249.mjs +2 -2
  44. package/dist/index264.mjs +1 -1
  45. package/dist/index266.mjs +2 -2
  46. package/dist/index267.mjs +18 -2
  47. package/dist/index268.mjs +47 -2
  48. package/dist/index269.mjs +2 -2
  49. package/dist/index270.mjs +2 -91
  50. package/dist/index271.mjs +2 -2
  51. package/dist/index272.mjs +2 -18
  52. package/dist/index273.mjs +87 -43
  53. package/dist/index275.mjs +2 -2
  54. package/dist/index277.mjs +2 -2
  55. package/dist/index55.mjs +17 -17
  56. package/dist/index56.mjs +2 -2
  57. package/dist/index72.mjs +7 -7
  58. package/dist/index78.mjs +235 -2
  59. package/dist/index79.mjs +5 -5
  60. package/dist/index80.mjs +125 -1125
  61. package/dist/index81.mjs +67 -19
  62. package/dist/index82.mjs +82 -50
  63. package/dist/index83.mjs +28 -32
  64. package/dist/index84.mjs +9 -2
  65. package/dist/index85.mjs +69 -229
  66. package/dist/index86.mjs +3 -5
  67. package/dist/index87.mjs +2 -134
  68. package/dist/index88.mjs +79 -64
  69. package/dist/index89.mjs +51 -84
  70. package/dist/index90.mjs +5 -28
  71. package/dist/index91.mjs +4 -8
  72. package/dist/index92.mjs +173 -69
  73. package/dist/index93.mjs +53 -4
  74. package/dist/index94.mjs +69 -2
  75. package/dist/index95.mjs +31 -80
  76. package/dist/index96.mjs +41 -52
  77. package/dist/index97.mjs +2 -6
  78. package/dist/index98.mjs +5 -4
  79. package/dist/index99.mjs +1123 -168
  80. package/package.json +1 -1
  81. package/src/components/ShoppingCart.tsx +1 -1
package/dist/index244.mjs CHANGED
@@ -1,5 +1,36 @@
1
1
  'use client';
2
- var e = {};
2
+ import { __exports as t } from "./index270.mjs";
3
+ import { __require as u } from "./index177.mjs";
4
+ import { __require as p } from "./index115.mjs";
5
+ var s;
6
+ function f() {
7
+ return s ? t : (s = 1, function(a) {
8
+ Object.defineProperty(a, "__esModule", {
9
+ value: !0
10
+ }), Object.defineProperty(a, "parseUrl", {
11
+ enumerable: !0,
12
+ get: function() {
13
+ return i;
14
+ }
15
+ });
16
+ const o = u(), n = p();
17
+ function i(e) {
18
+ if (e.startsWith("/"))
19
+ return (0, n.parseRelativeUrl)(e);
20
+ const r = new URL(e);
21
+ return {
22
+ hash: r.hash,
23
+ hostname: r.hostname,
24
+ href: r.href,
25
+ pathname: r.pathname,
26
+ port: r.port,
27
+ protocol: r.protocol,
28
+ query: (0, o.searchParamsToUrlQuery)(r.searchParams),
29
+ search: r.search
30
+ };
31
+ }
32
+ }(t), t);
33
+ }
3
34
  export {
4
- e as __exports
35
+ f as __require
5
36
  };
package/dist/index245.mjs CHANGED
@@ -1,40 +1,68 @@
1
1
  'use client';
2
- import { __exports as n } from "./index271.mjs";
3
- import { __require as l } from "./index272.mjs";
4
- import { __require as d } from "./index273.mjs";
5
- var t;
6
- function R() {
7
- return t ? n : (t = 1, function(i) {
8
- Object.defineProperty(i, "__esModule", {
2
+ import { __module as e } from "./index271.mjs";
3
+ var o;
4
+ function X() {
5
+ return o ? e.exports : (o = 1, function(c, E) {
6
+ Object.defineProperty(E, "__esModule", {
9
7
  value: !0
10
8
  });
11
- function o(u, e) {
12
- for (var r in e) Object.defineProperty(u, r, {
9
+ function N(O, u) {
10
+ for (var T in u) Object.defineProperty(O, T, {
13
11
  enumerable: !0,
14
- get: e[r]
12
+ get: u[T]
15
13
  });
16
14
  }
17
- o(i, {
18
- normalizeAppPath: function() {
19
- return a;
15
+ N(E, {
16
+ ACTION_HEADER: function() {
17
+ return f;
20
18
  },
21
- normalizeRscURL: function() {
22
- return p;
19
+ FLIGHT_HEADERS: function() {
20
+ return A;
21
+ },
22
+ NEXT_DID_POSTPONE_HEADER: function() {
23
+ return S;
24
+ },
25
+ NEXT_HMR_REFRESH_HEADER: function() {
26
+ return r;
27
+ },
28
+ NEXT_IS_PRERENDER_HEADER: function() {
29
+ return d;
30
+ },
31
+ NEXT_ROUTER_PREFETCH_HEADER: function() {
32
+ return n;
33
+ },
34
+ NEXT_ROUTER_SEGMENT_PREFETCH_HEADER: function() {
35
+ return R;
36
+ },
37
+ NEXT_ROUTER_STALE_TIME_HEADER: function() {
38
+ return s;
39
+ },
40
+ NEXT_ROUTER_STATE_TREE_HEADER: function() {
41
+ return _;
42
+ },
43
+ NEXT_RSC_UNION_QUERY: function() {
44
+ return D;
45
+ },
46
+ NEXT_URL: function() {
47
+ return H;
48
+ },
49
+ RSC_CONTENT_TYPE_HEADER: function() {
50
+ return i;
51
+ },
52
+ RSC_HEADER: function() {
53
+ return t;
23
54
  }
24
55
  });
25
- const s = l(), f = d();
26
- function a(u) {
27
- return (0, s.ensureLeadingSlash)(u.split("/").reduce((e, r, c, _) => !r || (0, f.isGroupSegment)(r) || r[0] === "@" || (r === "page" || r === "route") && c === _.length - 1 ? e : e + "/" + r, ""));
28
- }
29
- function p(u) {
30
- return u.replace(
31
- /\.rsc($|\?)/,
32
- // $1 ensures `?` is preserved
33
- "$1"
34
- );
35
- }
36
- }(n), n);
56
+ const t = "RSC", f = "Next-Action", _ = "Next-Router-State-Tree", n = "Next-Router-Prefetch", R = "Next-Router-Segment-Prefetch", r = "Next-HMR-Refresh", H = "Next-Url", i = "text/x-component", A = [
57
+ t,
58
+ _,
59
+ n,
60
+ r,
61
+ R
62
+ ], D = "_rsc", s = "x-nextjs-stale-time", S = "x-nextjs-postponed", d = "x-nextjs-prerender";
63
+ (typeof E.default == "function" || typeof E.default == "object" && E.default !== null) && typeof E.default.__esModule > "u" && (Object.defineProperty(E.default, "__esModule", { value: !0 }), Object.assign(E.default, E), c.exports = E.default);
64
+ }(e, e.exports), e.exports);
37
65
  }
38
66
  export {
39
- R as __require
67
+ X as __require
40
68
  };
package/dist/index246.mjs CHANGED
@@ -1,5 +1,28 @@
1
1
  'use client';
2
- var e = {};
2
+ import { __exports as r } from "./index272.mjs";
3
+ import { __require as a } from "./index273.mjs";
4
+ var t;
5
+ function k() {
6
+ return t ? r : (t = 1, function(o) {
7
+ Object.defineProperty(o, "__esModule", {
8
+ value: !0
9
+ }), Object.defineProperty(o, "getCookieParser", {
10
+ enumerable: !0,
11
+ get: function() {
12
+ return i;
13
+ }
14
+ });
15
+ function i(n) {
16
+ return function() {
17
+ const { cookie: e } = n;
18
+ if (!e)
19
+ return {};
20
+ const { parse: u } = a();
21
+ return u(Array.isArray(e) ? e.join("; ") : e);
22
+ };
23
+ }
24
+ }(r), r);
25
+ }
3
26
  export {
4
- e as __exports
27
+ k as __require
5
28
  };
package/dist/index248.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- var a = {};
2
+ var a = { exports: {} };
3
3
  export {
4
- a as __exports
4
+ a as __module
5
5
  };
package/dist/index249.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- var a = { exports: {} };
2
+ var a = {};
3
3
  export {
4
- a as __module
4
+ a as __exports
5
5
  };
package/dist/index264.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import r from "./index85.mjs";
2
+ import r from "./index78.mjs";
3
3
  import c from "./index151.mjs";
4
4
  const p = c.hasStandardBrowserEnv ? (
5
5
  // Standard browser envs support document.cookie
package/dist/index266.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- var e = { exports: {} };
2
+ var a = {};
3
3
  export {
4
- e as __module
4
+ a as __exports
5
5
  };
package/dist/index267.mjs CHANGED
@@ -1,5 +1,21 @@
1
1
  'use client';
2
- var r = {};
2
+ import { __exports as r } from "./index275.mjs";
3
+ var u;
4
+ function s() {
5
+ return u ? r : (u = 1, function(n) {
6
+ Object.defineProperty(n, "__esModule", {
7
+ value: !0
8
+ }), Object.defineProperty(n, "ensureLeadingSlash", {
9
+ enumerable: !0,
10
+ get: function() {
11
+ return t;
12
+ }
13
+ });
14
+ function t(e) {
15
+ return e.startsWith("/") ? e : "/" + e;
16
+ }
17
+ }(r), r);
18
+ }
3
19
  export {
4
- r as __exports
20
+ s as __require
5
21
  };
package/dist/index268.mjs CHANGED
@@ -1,5 +1,50 @@
1
1
  'use client';
2
- var e = { exports: {} };
2
+ import { __exports as u } from "./index276.mjs";
3
+ var _;
4
+ function g() {
5
+ return _ ? u : (_ = 1, function(i) {
6
+ Object.defineProperty(i, "__esModule", {
7
+ value: !0
8
+ });
9
+ function a(e, n) {
10
+ for (var t in n) Object.defineProperty(e, t, {
11
+ enumerable: !0,
12
+ get: n[t]
13
+ });
14
+ }
15
+ a(i, {
16
+ DEFAULT_SEGMENT_KEY: function() {
17
+ return E;
18
+ },
19
+ PAGE_SEGMENT_KEY: function() {
20
+ return r;
21
+ },
22
+ addSearchParamsIfPageSegment: function() {
23
+ return s;
24
+ },
25
+ isGroupSegment: function() {
26
+ return c;
27
+ },
28
+ isParallelRouteSegment: function() {
29
+ return f;
30
+ }
31
+ });
32
+ function c(e) {
33
+ return e[0] === "(" && e.endsWith(")");
34
+ }
35
+ function f(e) {
36
+ return e.startsWith("@") && e !== "@children";
37
+ }
38
+ function s(e, n) {
39
+ if (e.includes(r)) {
40
+ const o = JSON.stringify(n);
41
+ return o !== "{}" ? r + "?" + o : r;
42
+ }
43
+ return e;
44
+ }
45
+ const r = "__PAGE__", E = "__DEFAULT__";
46
+ }(u), u);
47
+ }
3
48
  export {
4
- e as __module
49
+ g as __require
5
50
  };
package/dist/index269.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- var e = {};
2
+ var e = { exports: {} };
3
3
  export {
4
- e as __exports
4
+ e as __module
5
5
  };
package/dist/index270.mjs CHANGED
@@ -1,94 +1,5 @@
1
1
  'use client';
2
- import { __module as c } from "./index275.mjs";
3
- var l;
4
- function T() {
5
- return l ? c.exports : (l = 1, (() => {
6
- typeof __nccwpck_require__ < "u" && (__nccwpck_require__.ab = __dirname + "/");
7
- var m = {};
8
- (() => {
9
- var v = m;
10
- /*!
11
- * cookie
12
- * Copyright(c) 2012-2014 Roman Shtylman
13
- * Copyright(c) 2015 Douglas Christopher Wilson
14
- * MIT Licensed
15
- */
16
- v.parse = S, v.serialize = x;
17
- var w = decodeURIComponent, h = encodeURIComponent, y = /; */, f = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;
18
- function S(i, n) {
19
- if (typeof i != "string")
20
- throw new TypeError("argument str must be a string");
21
- for (var a = {}, e = n || {}, o = i.split(y), s = e.decode || w, r = 0; r < o.length; r++) {
22
- var t = o[r], p = t.indexOf("=");
23
- if (!(p < 0)) {
24
- var d = t.substr(0, p).trim(), u = t.substr(++p, t.length).trim();
25
- u[0] == '"' && (u = u.slice(1, -1)), a[d] == null && (a[d] = _(u, s));
26
- }
27
- }
28
- return a;
29
- }
30
- function x(i, n, a) {
31
- var e = a || {}, o = e.encode || h;
32
- if (typeof o != "function")
33
- throw new TypeError("option encode is invalid");
34
- if (!f.test(i))
35
- throw new TypeError("argument name is invalid");
36
- var s = o(n);
37
- if (s && !f.test(s))
38
- throw new TypeError("argument val is invalid");
39
- var r = i + "=" + s;
40
- if (e.maxAge != null) {
41
- var t = e.maxAge - 0;
42
- if (isNaN(t) || !isFinite(t))
43
- throw new TypeError("option maxAge is invalid");
44
- r += "; Max-Age=" + Math.floor(t);
45
- }
46
- if (e.domain) {
47
- if (!f.test(e.domain))
48
- throw new TypeError("option domain is invalid");
49
- r += "; Domain=" + e.domain;
50
- }
51
- if (e.path) {
52
- if (!f.test(e.path))
53
- throw new TypeError("option path is invalid");
54
- r += "; Path=" + e.path;
55
- }
56
- if (e.expires) {
57
- if (typeof e.expires.toUTCString != "function")
58
- throw new TypeError("option expires is invalid");
59
- r += "; Expires=" + e.expires.toUTCString();
60
- }
61
- if (e.httpOnly && (r += "; HttpOnly"), e.secure && (r += "; Secure"), e.sameSite) {
62
- var p = typeof e.sameSite == "string" ? e.sameSite.toLowerCase() : e.sameSite;
63
- switch (p) {
64
- case !0:
65
- r += "; SameSite=Strict";
66
- break;
67
- case "lax":
68
- r += "; SameSite=Lax";
69
- break;
70
- case "strict":
71
- r += "; SameSite=Strict";
72
- break;
73
- case "none":
74
- r += "; SameSite=None";
75
- break;
76
- default:
77
- throw new TypeError("option sameSite is invalid");
78
- }
79
- }
80
- return r;
81
- }
82
- function _(i, n) {
83
- try {
84
- return n(i);
85
- } catch {
86
- return i;
87
- }
88
- }
89
- })(), c.exports = m;
90
- })(), c.exports);
91
- }
2
+ var r = {};
92
3
  export {
93
- T as __require
4
+ r as __exports
94
5
  };
package/dist/index271.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- var a = {};
2
+ var e = { exports: {} };
3
3
  export {
4
- a as __exports
4
+ e as __module
5
5
  };
package/dist/index272.mjs CHANGED
@@ -1,21 +1,5 @@
1
1
  'use client';
2
- import { __exports as r } from "./index276.mjs";
3
- var u;
4
- function s() {
5
- return u ? r : (u = 1, function(n) {
6
- Object.defineProperty(n, "__esModule", {
7
- value: !0
8
- }), Object.defineProperty(n, "ensureLeadingSlash", {
9
- enumerable: !0,
10
- get: function() {
11
- return t;
12
- }
13
- });
14
- function t(e) {
15
- return e.startsWith("/") ? e : "/" + e;
16
- }
17
- }(r), r);
18
- }
2
+ var e = {};
19
3
  export {
20
- s as __require
4
+ e as __exports
21
5
  };
package/dist/index273.mjs CHANGED
@@ -1,50 +1,94 @@
1
1
  'use client';
2
- import { __exports as u } from "./index277.mjs";
3
- var _;
4
- function g() {
5
- return _ ? u : (_ = 1, function(i) {
6
- Object.defineProperty(i, "__esModule", {
7
- value: !0
8
- });
9
- function a(e, n) {
10
- for (var t in n) Object.defineProperty(e, t, {
11
- enumerable: !0,
12
- get: n[t]
13
- });
14
- }
15
- a(i, {
16
- DEFAULT_SEGMENT_KEY: function() {
17
- return E;
18
- },
19
- PAGE_SEGMENT_KEY: function() {
2
+ import { __module as c } from "./index277.mjs";
3
+ var l;
4
+ function T() {
5
+ return l ? c.exports : (l = 1, (() => {
6
+ typeof __nccwpck_require__ < "u" && (__nccwpck_require__.ab = __dirname + "/");
7
+ var m = {};
8
+ (() => {
9
+ var v = m;
10
+ /*!
11
+ * cookie
12
+ * Copyright(c) 2012-2014 Roman Shtylman
13
+ * Copyright(c) 2015 Douglas Christopher Wilson
14
+ * MIT Licensed
15
+ */
16
+ v.parse = S, v.serialize = x;
17
+ var w = decodeURIComponent, h = encodeURIComponent, y = /; */, f = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;
18
+ function S(i, n) {
19
+ if (typeof i != "string")
20
+ throw new TypeError("argument str must be a string");
21
+ for (var a = {}, e = n || {}, o = i.split(y), s = e.decode || w, r = 0; r < o.length; r++) {
22
+ var t = o[r], p = t.indexOf("=");
23
+ if (!(p < 0)) {
24
+ var d = t.substr(0, p).trim(), u = t.substr(++p, t.length).trim();
25
+ u[0] == '"' && (u = u.slice(1, -1)), a[d] == null && (a[d] = _(u, s));
26
+ }
27
+ }
28
+ return a;
29
+ }
30
+ function x(i, n, a) {
31
+ var e = a || {}, o = e.encode || h;
32
+ if (typeof o != "function")
33
+ throw new TypeError("option encode is invalid");
34
+ if (!f.test(i))
35
+ throw new TypeError("argument name is invalid");
36
+ var s = o(n);
37
+ if (s && !f.test(s))
38
+ throw new TypeError("argument val is invalid");
39
+ var r = i + "=" + s;
40
+ if (e.maxAge != null) {
41
+ var t = e.maxAge - 0;
42
+ if (isNaN(t) || !isFinite(t))
43
+ throw new TypeError("option maxAge is invalid");
44
+ r += "; Max-Age=" + Math.floor(t);
45
+ }
46
+ if (e.domain) {
47
+ if (!f.test(e.domain))
48
+ throw new TypeError("option domain is invalid");
49
+ r += "; Domain=" + e.domain;
50
+ }
51
+ if (e.path) {
52
+ if (!f.test(e.path))
53
+ throw new TypeError("option path is invalid");
54
+ r += "; Path=" + e.path;
55
+ }
56
+ if (e.expires) {
57
+ if (typeof e.expires.toUTCString != "function")
58
+ throw new TypeError("option expires is invalid");
59
+ r += "; Expires=" + e.expires.toUTCString();
60
+ }
61
+ if (e.httpOnly && (r += "; HttpOnly"), e.secure && (r += "; Secure"), e.sameSite) {
62
+ var p = typeof e.sameSite == "string" ? e.sameSite.toLowerCase() : e.sameSite;
63
+ switch (p) {
64
+ case !0:
65
+ r += "; SameSite=Strict";
66
+ break;
67
+ case "lax":
68
+ r += "; SameSite=Lax";
69
+ break;
70
+ case "strict":
71
+ r += "; SameSite=Strict";
72
+ break;
73
+ case "none":
74
+ r += "; SameSite=None";
75
+ break;
76
+ default:
77
+ throw new TypeError("option sameSite is invalid");
78
+ }
79
+ }
20
80
  return r;
21
- },
22
- addSearchParamsIfPageSegment: function() {
23
- return s;
24
- },
25
- isGroupSegment: function() {
26
- return c;
27
- },
28
- isParallelRouteSegment: function() {
29
- return f;
30
81
  }
31
- });
32
- function c(e) {
33
- return e[0] === "(" && e.endsWith(")");
34
- }
35
- function f(e) {
36
- return e.startsWith("@") && e !== "@children";
37
- }
38
- function s(e, n) {
39
- if (e.includes(r)) {
40
- const o = JSON.stringify(n);
41
- return o !== "{}" ? r + "?" + o : r;
82
+ function _(i, n) {
83
+ try {
84
+ return n(i);
85
+ } catch {
86
+ return i;
87
+ }
42
88
  }
43
- return e;
44
- }
45
- const r = "__PAGE__", E = "__DEFAULT__";
46
- }(u), u);
89
+ })(), c.exports = m;
90
+ })(), c.exports);
47
91
  }
48
92
  export {
49
- g as __require
93
+ T as __require
50
94
  };
package/dist/index275.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- var o = { exports: {} };
2
+ var e = {};
3
3
  export {
4
- o as __module
4
+ e as __exports
5
5
  };
package/dist/index277.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- var e = {};
2
+ var o = { exports: {} };
3
3
  export {
4
- e as __exports
4
+ o as __module
5
5
  };
package/dist/index55.mjs CHANGED
@@ -1,21 +1,21 @@
1
1
  'use client';
2
- import a from "./index85.mjs";
3
- import p from "./index86.mjs";
4
- import m from "./index87.mjs";
5
- import i from "./index88.mjs";
6
- import f from "./index89.mjs";
7
- import l from "./index90.mjs";
8
- import c from "./index91.mjs";
9
- import d from "./index92.mjs";
10
- import u from "./index93.mjs";
11
- import { VERSION as x } from "./index94.mjs";
12
- import C from "./index95.mjs";
13
- import A from "./index96.mjs";
14
- import E from "./index97.mjs";
15
- import O from "./index98.mjs";
16
- import S from "./index99.mjs";
17
- import H from "./index100.mjs";
18
- import T from "./index101.mjs";
2
+ import a from "./index78.mjs";
3
+ import p from "./index79.mjs";
4
+ import m from "./index80.mjs";
5
+ import i from "./index81.mjs";
6
+ import f from "./index82.mjs";
7
+ import l from "./index83.mjs";
8
+ import c from "./index84.mjs";
9
+ import d from "./index85.mjs";
10
+ import u from "./index86.mjs";
11
+ import { VERSION as x } from "./index87.mjs";
12
+ import C from "./index88.mjs";
13
+ import A from "./index89.mjs";
14
+ import E from "./index90.mjs";
15
+ import O from "./index91.mjs";
16
+ import S from "./index92.mjs";
17
+ import H from "./index93.mjs";
18
+ import T from "./index94.mjs";
19
19
  function n(o) {
20
20
  const t = new m(o), e = p(m.prototype.request, t);
21
21
  return a.extend(e, m.prototype, t, { allOwnKeys: !0 }), a.extend(e, t, null, { allOwnKeys: !0 }), e.create = function(s) {
package/dist/index56.mjs CHANGED
@@ -2,8 +2,8 @@
2
2
  var p = Object.defineProperty;
3
3
  var k = (r, e, i) => e in r ? p(r, e, { enumerable: !0, configurable: !0, writable: !0, value: i }) : r[e] = i;
4
4
  var h = (r, e, i) => k(r, typeof e != "symbol" ? e + "" : e, i);
5
- import { serialize as j } from "./index102.mjs";
6
- import { mergePath as U, replaceUrlParam as P, buildSearchParams as S, removeIndexString as w, replaceUrlProtocol as x, deepMerge as C } from "./index103.mjs";
5
+ import { serialize as j } from "./index95.mjs";
6
+ import { mergePath as U, replaceUrlParam as P, buildSearchParams as S, removeIndexString as w, replaceUrlProtocol as x, deepMerge as C } from "./index96.mjs";
7
7
  var v = (r, e) => new Proxy(() => {
8
8
  }, {
9
9
  get(t, s) {
package/dist/index72.mjs CHANGED
@@ -1,12 +1,12 @@
1
1
  'use client';
2
- import { __module as l } from "./index78.mjs";
3
- import "./index79.mjs";
2
+ import { __module as l } from "./index97.mjs";
3
+ import "./index98.mjs";
4
4
  import j from "react";
5
- import { __require as A } from "./index80.mjs";
6
- import { __require as O } from "./index81.mjs";
7
- import { __require as x } from "./index82.mjs";
8
- import { __require as F } from "./index83.mjs";
9
- import { __exports as M } from "./index84.mjs";
5
+ import { __require as A } from "./index99.mjs";
6
+ import { __require as O } from "./index100.mjs";
7
+ import { __require as x } from "./index101.mjs";
8
+ import { __require as F } from "./index102.mjs";
9
+ import { __exports as M } from "./index103.mjs";
10
10
  var p;
11
11
  function W() {
12
12
  return p ? l.exports : (p = 1, function(g, u) {