@instockng/storefront-ui 1.0.59 → 1.0.60

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 (86) hide show
  1. package/dist/index10.mjs +24 -24
  2. package/dist/index101.mjs +2 -2
  3. package/dist/index102.mjs +2 -28
  4. package/dist/index103.mjs +26 -16
  5. package/dist/index104.mjs +13 -210
  6. package/dist/index105.mjs +193 -158
  7. package/dist/index106.mjs +175 -17
  8. package/dist/index107.mjs +14 -15
  9. package/dist/index108.mjs +15 -25
  10. package/dist/index109.mjs +27 -150
  11. package/dist/index110.mjs +151 -15
  12. package/dist/index111.mjs +13 -24
  13. package/dist/index112.mjs +22 -75
  14. package/dist/index113.mjs +76 -30
  15. package/dist/index114.mjs +32 -139
  16. package/dist/index115.mjs +135 -45
  17. package/dist/index116.mjs +51 -19
  18. package/dist/index117.mjs +15 -19
  19. package/dist/index118.mjs +21 -17
  20. package/dist/index119.mjs +16 -18
  21. package/dist/index120.mjs +17 -13
  22. package/dist/index121.mjs +13 -14
  23. package/dist/index122.mjs +13 -12
  24. package/dist/index123.mjs +14 -58
  25. package/dist/index124.mjs +57 -10
  26. package/dist/index125.mjs +11 -32
  27. package/dist/index126.mjs +32 -17
  28. package/dist/index127.mjs +17 -27
  29. package/dist/index128.mjs +26 -19
  30. package/dist/index129.mjs +20 -12
  31. package/dist/index130.mjs +12 -14
  32. package/dist/index131.mjs +14 -40
  33. package/dist/index132.mjs +40 -16
  34. package/dist/index133.mjs +16 -261
  35. package/dist/index134.mjs +262 -64
  36. package/dist/index135.mjs +69 -7
  37. package/dist/index136.mjs +8 -2
  38. package/dist/index137.mjs +2 -2
  39. package/dist/index138.mjs +2 -33
  40. package/dist/index139.mjs +33 -2
  41. package/dist/index140.mjs +2 -2
  42. package/dist/index166.mjs +1 -1
  43. package/dist/index174.mjs +1 -1
  44. package/dist/index176.mjs +2 -2
  45. package/dist/index177.mjs +5 -5
  46. package/dist/index183.mjs +1 -1
  47. package/dist/index186.mjs +3 -3
  48. package/dist/index187.mjs +1 -1
  49. package/dist/index191.mjs +1 -1
  50. package/dist/index193.mjs +1 -1
  51. package/dist/index197.mjs +1 -1
  52. package/dist/index199.mjs +2 -2
  53. package/dist/index208.mjs +2 -2
  54. package/dist/index210.mjs +1 -1
  55. package/dist/index211.mjs +1 -1
  56. package/dist/index236.mjs +2 -2
  57. package/dist/index237.mjs +244 -2
  58. package/dist/index238.mjs +2 -244
  59. package/dist/index239.mjs +33 -2
  60. package/dist/index240.mjs +60 -28
  61. package/dist/index241.mjs +20 -60
  62. package/dist/index242.mjs +2 -25
  63. package/dist/index244.mjs +2 -2
  64. package/dist/index245.mjs +2 -2
  65. package/dist/index246.mjs +2 -2
  66. package/dist/index249.mjs +2 -2
  67. package/dist/index250.mjs +2 -2
  68. package/dist/index251.mjs +2 -2
  69. package/dist/index252.mjs +4 -2
  70. package/dist/index253.mjs +2 -2
  71. package/dist/index254.mjs +2 -4
  72. package/dist/index40.mjs +2 -2
  73. package/dist/index42.mjs +2 -2
  74. package/dist/index49.mjs +1 -1
  75. package/dist/index68.mjs +21 -20
  76. package/dist/index69.mjs +150 -21
  77. package/dist/index70.mjs +23 -2
  78. package/dist/index71.mjs +2 -153
  79. package/dist/index74.mjs +2 -2
  80. package/dist/index94.mjs +35 -35
  81. package/dist/index95.mjs +1 -1
  82. package/dist/index96.mjs +2 -2
  83. package/dist/index97.mjs +2 -2
  84. package/dist/styles.css +1 -1
  85. package/package.json +1 -1
  86. package/src/components/ProductAddOns.tsx +1 -1
package/dist/index108.mjs CHANGED
@@ -1,36 +1,26 @@
1
1
  'use client';
2
- import { __exports as u } from "./index169.mjs";
3
- var f;
4
- function m() {
5
- return f ? u : (f = 1, function(i) {
6
- Object.defineProperty(i, "__esModule", {
2
+ import { __exports as t } from "./index168.mjs";
3
+ var i;
4
+ function s() {
5
+ return i ? t : (i = 1, function(o) {
6
+ Object.defineProperty(o, "__esModule", {
7
7
  value: !0
8
- }), Object.defineProperty(i, "default", {
8
+ }), Object.defineProperty(o, "normalizeLocalePath", {
9
9
  enumerable: !0,
10
10
  get: function() {
11
- return o;
11
+ return u;
12
12
  }
13
13
  });
14
- function o() {
15
- const t = /* @__PURE__ */ Object.create(null);
16
- return {
17
- on(e, r) {
18
- (t[e] || (t[e] = [])).push(r);
19
- },
20
- off(e, r) {
21
- t[e] && t[e].splice(t[e].indexOf(r) >>> 0, 1);
22
- },
23
- emit(e) {
24
- for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
25
- a[n - 1] = arguments[n];
26
- (t[e] || []).slice().map((c) => {
27
- c(...a);
28
- });
29
- }
14
+ function u(r, l) {
15
+ let a;
16
+ const e = r.split("/");
17
+ return (l || []).some((n) => e[1] && e[1].toLowerCase() === n.toLowerCase() ? (a = n, e.splice(1, 1), r = e.join("/") || "/", !0) : !1), {
18
+ pathname: r,
19
+ detectedLocale: a
30
20
  };
31
21
  }
32
- }(u), u);
22
+ }(t), t);
33
23
  }
34
24
  export {
35
- m as __require
25
+ s as __require
36
26
  };
package/dist/index109.mjs CHANGED
@@ -1,159 +1,36 @@
1
1
  'use client';
2
- import { __exports as a } from "./index170.mjs";
3
- var g;
4
- function j() {
5
- return g ? a : (g = 1, function(u) {
6
- Object.defineProperty(u, "__esModule", {
2
+ import { __exports as u } from "./index169.mjs";
3
+ var f;
4
+ function m() {
5
+ return f ? u : (f = 1, function(i) {
6
+ Object.defineProperty(i, "__esModule", {
7
7
  value: !0
8
- });
9
- function m(e, r) {
10
- for (var t in r) Object.defineProperty(e, t, {
11
- enumerable: !0,
12
- get: r[t]
13
- });
14
- }
15
- m(u, {
16
- DecodeError: function() {
17
- return S;
18
- },
19
- MiddlewareNotFoundError: function() {
20
- return b;
21
- },
22
- MissingStaticPage: function() {
23
- return v;
24
- },
25
- NormalizeError: function() {
26
- return I;
27
- },
28
- PageNotFoundError: function() {
29
- return O;
30
- },
31
- SP: function() {
32
- return d;
33
- },
34
- ST: function() {
35
- return w;
36
- },
37
- WEB_VITALS: function() {
38
- return p;
39
- },
40
- execOnce: function() {
41
- return E;
42
- },
43
- getDisplayName: function() {
44
- return s;
45
- },
46
- getLocationOrigin: function() {
47
- return c;
48
- },
49
- getURL: function() {
50
- return P;
51
- },
52
- isAbsoluteUrl: function() {
53
- return N;
54
- },
55
- isResSent: function() {
56
- return f;
57
- },
58
- loadGetInitialProps: function() {
59
- return l;
60
- },
61
- normalizeRepeatedSlashes: function() {
62
- return y;
63
- },
64
- stringifyError: function() {
65
- return L;
8
+ }), Object.defineProperty(i, "default", {
9
+ enumerable: !0,
10
+ get: function() {
11
+ return o;
66
12
  }
67
13
  });
68
- const p = [
69
- "CLS",
70
- "FCP",
71
- "FID",
72
- "INP",
73
- "LCP",
74
- "TTFB"
75
- ];
76
- function E(e) {
77
- let r = !1, t;
78
- return function() {
79
- for (var i = arguments.length, n = new Array(i), o = 0; o < i; o++)
80
- n[o] = arguments[o];
81
- return r || (r = !0, t = e(...n)), t;
82
- };
83
- }
84
- const h = /^[a-zA-Z][a-zA-Z\d+\-.]*?:/, N = (e) => h.test(e);
85
- function c() {
86
- const { protocol: e, hostname: r, port: t } = window.location;
87
- return e + "//" + r + (t ? ":" + t : "");
88
- }
89
- function P() {
90
- const { href: e } = window.location, r = c();
91
- return e.substring(r.length);
92
- }
93
- function s(e) {
94
- return typeof e == "string" ? e : e.displayName || e.name || "Unknown";
95
- }
96
- function f(e) {
97
- return e.finished || e.headersSent;
98
- }
99
- function y(e) {
100
- const r = e.split("?");
101
- return r[0].replace(/\\/g, "/").replace(/\/\/+/g, "/") + (r[1] ? "?" + r.slice(1).join("?") : "");
102
- }
103
- async function l(e, r) {
104
- if (process.env.NODE_ENV !== "production") {
105
- var t;
106
- if ((t = e.prototype) != null && t.getInitialProps) {
107
- const o = '"' + s(e) + '.getInitialProps()" is defined as an instance method - visit https://nextjs.org/docs/messages/get-initial-props-as-an-instance-method for more information.';
108
- throw new Error(o);
14
+ function o() {
15
+ const t = /* @__PURE__ */ Object.create(null);
16
+ return {
17
+ on(e, r) {
18
+ (t[e] || (t[e] = [])).push(r);
19
+ },
20
+ off(e, r) {
21
+ t[e] && t[e].splice(t[e].indexOf(r) >>> 0, 1);
22
+ },
23
+ emit(e) {
24
+ for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
25
+ a[n - 1] = arguments[n];
26
+ (t[e] || []).slice().map((c) => {
27
+ c(...a);
28
+ });
109
29
  }
110
- }
111
- const i = r.res || r.ctx && r.ctx.res;
112
- if (!e.getInitialProps)
113
- return r.ctx && r.Component ? {
114
- pageProps: await l(r.Component, r.ctx)
115
- } : {};
116
- const n = await e.getInitialProps(r);
117
- if (i && f(i))
118
- return n;
119
- if (!n) {
120
- const o = '"' + s(e) + '.getInitialProps()" should resolve to an object. But found "' + n + '" instead.';
121
- throw new Error(o);
122
- }
123
- return process.env.NODE_ENV !== "production" && Object.keys(n).length === 0 && !r.ctx && console.warn("" + s(e) + " returned an empty object from `getInitialProps`. This de-optimizes and prevents automatic static optimization. https://nextjs.org/docs/messages/empty-object-getInitialProps"), n;
124
- }
125
- const d = typeof performance < "u", w = d && [
126
- "mark",
127
- "measure",
128
- "getEntriesByName"
129
- ].every((e) => typeof performance[e] == "function");
130
- class S extends Error {
131
- }
132
- class I extends Error {
133
- }
134
- class O extends Error {
135
- constructor(r) {
136
- super(), this.code = "ENOENT", this.name = "PageNotFoundError", this.message = "Cannot find module for page: " + r;
137
- }
138
- }
139
- class v extends Error {
140
- constructor(r, t) {
141
- super(), this.message = "Failed to load static file for page: " + r + " " + t;
142
- }
143
- }
144
- class b extends Error {
145
- constructor() {
146
- super(), this.code = "ENOENT", this.message = "Cannot find the middleware module";
147
- }
148
- }
149
- function L(e) {
150
- return JSON.stringify({
151
- message: e.message,
152
- stack: e.stack
153
- });
30
+ };
154
31
  }
155
- }(a), a);
32
+ }(u), u);
156
33
  }
157
34
  export {
158
- j as __require
35
+ m as __require
159
36
  };
package/dist/index110.mjs CHANGED
@@ -1,23 +1,159 @@
1
1
  'use client';
2
- import { __exports as t } from "./index171.mjs";
3
- import { __require as c } from "./index172.mjs";
4
- var i;
5
- function p() {
6
- return i ? t : (i = 1, function(r) {
7
- Object.defineProperty(r, "__esModule", {
2
+ import { __exports as a } from "./index170.mjs";
3
+ var g;
4
+ function j() {
5
+ return g ? a : (g = 1, function(u) {
6
+ Object.defineProperty(u, "__esModule", {
8
7
  value: !0
9
- }), Object.defineProperty(r, "isDynamicRoute", {
10
- enumerable: !0,
11
- get: function() {
12
- return u;
8
+ });
9
+ function m(e, r) {
10
+ for (var t in r) Object.defineProperty(e, t, {
11
+ enumerable: !0,
12
+ get: r[t]
13
+ });
14
+ }
15
+ m(u, {
16
+ DecodeError: function() {
17
+ return S;
18
+ },
19
+ MiddlewareNotFoundError: function() {
20
+ return b;
21
+ },
22
+ MissingStaticPage: function() {
23
+ return v;
24
+ },
25
+ NormalizeError: function() {
26
+ return I;
27
+ },
28
+ PageNotFoundError: function() {
29
+ return O;
30
+ },
31
+ SP: function() {
32
+ return d;
33
+ },
34
+ ST: function() {
35
+ return w;
36
+ },
37
+ WEB_VITALS: function() {
38
+ return p;
39
+ },
40
+ execOnce: function() {
41
+ return E;
42
+ },
43
+ getDisplayName: function() {
44
+ return s;
45
+ },
46
+ getLocationOrigin: function() {
47
+ return c;
48
+ },
49
+ getURL: function() {
50
+ return P;
51
+ },
52
+ isAbsoluteUrl: function() {
53
+ return N;
54
+ },
55
+ isResSent: function() {
56
+ return f;
57
+ },
58
+ loadGetInitialProps: function() {
59
+ return l;
60
+ },
61
+ normalizeRepeatedSlashes: function() {
62
+ return y;
63
+ },
64
+ stringifyError: function() {
65
+ return L;
13
66
  }
14
67
  });
15
- const n = c(), o = /\/\[[^/]+?\](?=\/|$)/;
16
- function u(e) {
17
- return (0, n.isInterceptionRouteAppPath)(e) && (e = (0, n.extractInterceptionRouteInformation)(e).interceptedRoute), o.test(e);
68
+ const p = [
69
+ "CLS",
70
+ "FCP",
71
+ "FID",
72
+ "INP",
73
+ "LCP",
74
+ "TTFB"
75
+ ];
76
+ function E(e) {
77
+ let r = !1, t;
78
+ return function() {
79
+ for (var i = arguments.length, n = new Array(i), o = 0; o < i; o++)
80
+ n[o] = arguments[o];
81
+ return r || (r = !0, t = e(...n)), t;
82
+ };
83
+ }
84
+ const h = /^[a-zA-Z][a-zA-Z\d+\-.]*?:/, N = (e) => h.test(e);
85
+ function c() {
86
+ const { protocol: e, hostname: r, port: t } = window.location;
87
+ return e + "//" + r + (t ? ":" + t : "");
88
+ }
89
+ function P() {
90
+ const { href: e } = window.location, r = c();
91
+ return e.substring(r.length);
92
+ }
93
+ function s(e) {
94
+ return typeof e == "string" ? e : e.displayName || e.name || "Unknown";
95
+ }
96
+ function f(e) {
97
+ return e.finished || e.headersSent;
98
+ }
99
+ function y(e) {
100
+ const r = e.split("?");
101
+ return r[0].replace(/\\/g, "/").replace(/\/\/+/g, "/") + (r[1] ? "?" + r.slice(1).join("?") : "");
102
+ }
103
+ async function l(e, r) {
104
+ if (process.env.NODE_ENV !== "production") {
105
+ var t;
106
+ if ((t = e.prototype) != null && t.getInitialProps) {
107
+ const o = '"' + s(e) + '.getInitialProps()" is defined as an instance method - visit https://nextjs.org/docs/messages/get-initial-props-as-an-instance-method for more information.';
108
+ throw new Error(o);
109
+ }
110
+ }
111
+ const i = r.res || r.ctx && r.ctx.res;
112
+ if (!e.getInitialProps)
113
+ return r.ctx && r.Component ? {
114
+ pageProps: await l(r.Component, r.ctx)
115
+ } : {};
116
+ const n = await e.getInitialProps(r);
117
+ if (i && f(i))
118
+ return n;
119
+ if (!n) {
120
+ const o = '"' + s(e) + '.getInitialProps()" should resolve to an object. But found "' + n + '" instead.';
121
+ throw new Error(o);
122
+ }
123
+ return process.env.NODE_ENV !== "production" && Object.keys(n).length === 0 && !r.ctx && console.warn("" + s(e) + " returned an empty object from `getInitialProps`. This de-optimizes and prevents automatic static optimization. https://nextjs.org/docs/messages/empty-object-getInitialProps"), n;
124
+ }
125
+ const d = typeof performance < "u", w = d && [
126
+ "mark",
127
+ "measure",
128
+ "getEntriesByName"
129
+ ].every((e) => typeof performance[e] == "function");
130
+ class S extends Error {
131
+ }
132
+ class I extends Error {
133
+ }
134
+ class O extends Error {
135
+ constructor(r) {
136
+ super(), this.code = "ENOENT", this.name = "PageNotFoundError", this.message = "Cannot find module for page: " + r;
137
+ }
138
+ }
139
+ class v extends Error {
140
+ constructor(r, t) {
141
+ super(), this.message = "Failed to load static file for page: " + r + " " + t;
142
+ }
143
+ }
144
+ class b extends Error {
145
+ constructor() {
146
+ super(), this.code = "ENOENT", this.message = "Cannot find the middleware module";
147
+ }
148
+ }
149
+ function L(e) {
150
+ return JSON.stringify({
151
+ message: e.message,
152
+ stack: e.stack
153
+ });
18
154
  }
19
- }(t), t);
155
+ }(a), a);
20
156
  }
21
157
  export {
22
- p as __require
158
+ j as __require
23
159
  };
package/dist/index111.mjs CHANGED
@@ -1,34 +1,23 @@
1
1
  'use client';
2
- import { __exports as i } from "./index173.mjs";
3
- import { __require as U } from "./index109.mjs";
4
- import { __require as _ } from "./index174.mjs";
5
- var s;
6
- function q() {
7
- return s ? i : (s = 1, function(n) {
8
- Object.defineProperty(n, "__esModule", {
2
+ import { __exports as t } from "./index171.mjs";
3
+ import { __require as c } from "./index172.mjs";
4
+ var i;
5
+ function p() {
6
+ return i ? t : (i = 1, function(r) {
7
+ Object.defineProperty(r, "__esModule", {
9
8
  value: !0
10
- }), Object.defineProperty(n, "parseRelativeUrl", {
9
+ }), Object.defineProperty(r, "isDynamicRoute", {
11
10
  enumerable: !0,
12
11
  get: function() {
13
- return f;
12
+ return u;
14
13
  }
15
14
  });
16
- const u = U(), l = _();
17
- function f(e, o, r) {
18
- r === void 0 && (r = !0);
19
- const t = new URL(typeof window > "u" ? "http://n" : (0, u.getLocationOrigin)()), c = o ? new URL(o, t) : e.startsWith(".") ? new URL(typeof window > "u" ? "http://n" : window.location.href) : t, { pathname: d, searchParams: h, search: v, hash: p, href: w, origin: a } = new URL(e, c);
20
- if (a !== t.origin)
21
- throw new Error("invariant: invalid relative URL, router received " + e);
22
- return {
23
- pathname: d,
24
- query: r ? (0, l.searchParamsToUrlQuery)(h) : void 0,
25
- search: v,
26
- hash: p,
27
- href: w.slice(a.length)
28
- };
15
+ const n = c(), o = /\/\[[^/]+?\](?=\/|$)/;
16
+ function u(e) {
17
+ return (0, n.isInterceptionRouteAppPath)(e) && (e = (0, n.extractInterceptionRouteInformation)(e).interceptedRoute), o.test(e);
29
18
  }
30
- }(i), i);
19
+ }(t), t);
31
20
  }
32
21
  export {
33
- q as __require
22
+ p as __require
34
23
  };
package/dist/index112.mjs CHANGED
@@ -1,87 +1,34 @@
1
1
  'use client';
2
- import { __exports as f } from "./index175.mjs";
3
- import { __require as z } from "./index176.mjs";
4
- import { __require as A } from "./index177.mjs";
5
- import { __require as F } from "./index103.mjs";
6
- import { __require as O } from "./index107.mjs";
7
- import { __require as U } from "./index120.mjs";
8
- import { __require as B } from "./index111.mjs";
9
- var k;
10
- function X() {
11
- return k ? f : (k = 1, function(h) {
12
- Object.defineProperty(h, "__esModule", {
2
+ import { __exports as i } from "./index173.mjs";
3
+ import { __require as U } from "./index110.mjs";
4
+ import { __require as _ } from "./index174.mjs";
5
+ var s;
6
+ function q() {
7
+ return s ? i : (s = 1, function(n) {
8
+ Object.defineProperty(n, "__esModule", {
13
9
  value: !0
14
- }), Object.defineProperty(h, "default", {
10
+ }), Object.defineProperty(n, "parseRelativeUrl", {
15
11
  enumerable: !0,
16
12
  get: function() {
17
- return j;
13
+ return f;
18
14
  }
19
15
  });
20
- const y = z(), p = A(), _ = F(), d = O(), v = U(), T = B();
21
- function j(o, m, a, q, g, R) {
22
- let r = !1, P = !1, l = (0, T.parseRelativeUrl)(o), i = (0, _.removeTrailingSlash)((0, d.normalizeLocalePath)((0, v.removeBasePath)(l.pathname), R).pathname), t;
23
- const c = (e) => {
24
- let u = (0, y.getPathMatch)(e.source + (process.env.__NEXT_TRAILING_SLASH ? "(/)?" : ""), {
25
- removeUnnamedParams: !0,
26
- strict: !0
27
- })(l.pathname);
28
- if ((e.has || e.missing) && u) {
29
- const n = (0, p.matchHas)({
30
- headers: {
31
- host: document.location.hostname,
32
- "user-agent": navigator.userAgent
33
- },
34
- cookies: document.cookie.split("; ").reduce((b, D) => {
35
- const [L, ...S] = D.split("=");
36
- return b[L] = S.join("="), b;
37
- }, {})
38
- }, l.query, e.has, e.missing);
39
- n ? Object.assign(u, n) : u = !1;
40
- }
41
- if (u) {
42
- if (!e.destination)
43
- return P = !0, !0;
44
- const n = (0, p.prepareDestination)({
45
- appendParamsToQuery: !0,
46
- destination: e.destination,
47
- params: u,
48
- query: q
49
- });
50
- if (l = n.parsedDestination, o = n.newUrl, Object.assign(q, n.parsedDestination.query), i = (0, _.removeTrailingSlash)((0, d.normalizeLocalePath)((0, v.removeBasePath)(o), R).pathname), m.includes(i))
51
- return r = !0, t = i, !0;
52
- if (t = g(i), t !== o && m.includes(t))
53
- return r = !0, !0;
54
- }
55
- };
56
- let s = !1;
57
- for (let e = 0; e < a.beforeFiles.length; e++)
58
- c(a.beforeFiles[e]);
59
- if (r = m.includes(i), !r) {
60
- if (!s) {
61
- for (let e = 0; e < a.afterFiles.length; e++)
62
- if (c(a.afterFiles[e])) {
63
- s = !0;
64
- break;
65
- }
66
- }
67
- if (s || (t = g(i), r = m.includes(t), s = r), !s) {
68
- for (let e = 0; e < a.fallback.length; e++)
69
- if (c(a.fallback[e])) {
70
- s = !0;
71
- break;
72
- }
73
- }
74
- }
16
+ const u = U(), l = _();
17
+ function f(e, o, r) {
18
+ r === void 0 && (r = !0);
19
+ const t = new URL(typeof window > "u" ? "http://n" : (0, u.getLocationOrigin)()), c = o ? new URL(o, t) : e.startsWith(".") ? new URL(typeof window > "u" ? "http://n" : window.location.href) : t, { pathname: d, searchParams: h, search: v, hash: p, href: w, origin: a } = new URL(e, c);
20
+ if (a !== t.origin)
21
+ throw new Error("invariant: invalid relative URL, router received " + e);
75
22
  return {
76
- asPath: o,
77
- parsedAs: l,
78
- matchedPage: r,
79
- resolvedHref: t,
80
- externalDest: P
23
+ pathname: d,
24
+ query: r ? (0, l.searchParamsToUrlQuery)(h) : void 0,
25
+ search: v,
26
+ hash: p,
27
+ href: w.slice(a.length)
81
28
  };
82
29
  }
83
- }(f), f);
30
+ }(i), i);
84
31
  }
85
32
  export {
86
- X as __require
33
+ q as __require
87
34
  };