@instockng/storefront-ui 1.0.35 → 1.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Checkout.d.ts.map +1 -1
- package/dist/index13.mjs +179 -175
- package/dist/index156.mjs +1 -1
- package/dist/index158.mjs +2 -2
- package/dist/index159.mjs +5 -5
- package/dist/index162.mjs +1 -1
- package/dist/index168.mjs +1 -1
- package/dist/index169.mjs +1 -1
- package/dist/index173.mjs +1 -1
- package/dist/index175.mjs +1 -1
- package/dist/index190.mjs +2 -2
- package/dist/index192.mjs +1 -1
- package/dist/index193.mjs +1 -1
- package/dist/index219.mjs +2 -2
- package/dist/index220.mjs +2 -244
- package/dist/index221.mjs +244 -2
- package/dist/index222.mjs +2 -33
- package/dist/index223.mjs +28 -60
- package/dist/index224.mjs +60 -20
- package/dist/index225.mjs +25 -2
- package/dist/index227.mjs +2 -2
- package/dist/index228.mjs +2 -2
- package/dist/index231.mjs +2 -2
- package/dist/index234.mjs +2 -2
- package/dist/index235.mjs +2 -4
- package/dist/index236.mjs +2 -2
- package/dist/index237.mjs +4 -2
- package/dist/index253.mjs +1 -1
- package/dist/index254.mjs +1 -1
- package/dist/index258.mjs +1 -1
- package/dist/index267.mjs +2 -2
- package/dist/index269.mjs +2 -2
- package/dist/index40.mjs +1 -1
- package/dist/index44.mjs +1 -1
- package/dist/index64.mjs +149 -19
- package/dist/index65.mjs +19 -149
- package/dist/index75.mjs +1 -1
- package/package.json +1 -1
- package/src/components/Checkout.tsx +11 -1
package/dist/index223.mjs
CHANGED
|
@@ -1,68 +1,36 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
import { __exports as t } from "./index255.mjs";
|
|
3
|
+
import { __require as u } from "./index156.mjs";
|
|
4
|
+
import { __require as p } from "./index107.mjs";
|
|
5
|
+
var s;
|
|
6
|
+
function f() {
|
|
7
|
+
return s ? t : (s = 1, function(a) {
|
|
8
|
+
Object.defineProperty(a, "__esModule", {
|
|
7
9
|
value: !0
|
|
8
|
-
})
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
enumerable: !0,
|
|
12
|
-
get: u[T]
|
|
13
|
-
});
|
|
14
|
-
}
|
|
15
|
-
N(E, {
|
|
16
|
-
ACTION_HEADER: function() {
|
|
17
|
-
return f;
|
|
18
|
-
},
|
|
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() {
|
|
10
|
+
}), Object.defineProperty(a, "parseUrl", {
|
|
11
|
+
enumerable: !0,
|
|
12
|
+
get: function() {
|
|
50
13
|
return i;
|
|
51
|
-
},
|
|
52
|
-
RSC_HEADER: function() {
|
|
53
|
-
return t;
|
|
54
14
|
}
|
|
55
15
|
});
|
|
56
|
-
const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
r
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
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);
|
|
65
33
|
}
|
|
66
34
|
export {
|
|
67
|
-
|
|
35
|
+
f as __require
|
|
68
36
|
};
|
package/dist/index224.mjs
CHANGED
|
@@ -1,28 +1,68 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
function
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(o, "__esModule", {
|
|
2
|
+
import { __module as e } from "./index256.mjs";
|
|
3
|
+
var o;
|
|
4
|
+
function X() {
|
|
5
|
+
return o ? e.exports : (o = 1, function(c, E) {
|
|
6
|
+
Object.defineProperty(E, "__esModule", {
|
|
8
7
|
value: !0
|
|
9
|
-
})
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
});
|
|
9
|
+
function N(O, u) {
|
|
10
|
+
for (var T in u) Object.defineProperty(O, T, {
|
|
11
|
+
enumerable: !0,
|
|
12
|
+
get: u[T]
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
N(E, {
|
|
16
|
+
ACTION_HEADER: function() {
|
|
17
|
+
return f;
|
|
18
|
+
},
|
|
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() {
|
|
12
50
|
return i;
|
|
51
|
+
},
|
|
52
|
+
RSC_HEADER: function() {
|
|
53
|
+
return t;
|
|
13
54
|
}
|
|
14
55
|
});
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}(r), r);
|
|
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);
|
|
25
65
|
}
|
|
26
66
|
export {
|
|
27
|
-
|
|
67
|
+
X as __require
|
|
28
68
|
};
|
package/dist/index225.mjs
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
|
|
2
|
+
import { __exports as r } from "./index257.mjs";
|
|
3
|
+
import { __require as a } from "./index258.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
|
-
|
|
27
|
+
k as __require
|
|
5
28
|
};
|
package/dist/index227.mjs
CHANGED
package/dist/index228.mjs
CHANGED
package/dist/index231.mjs
CHANGED
package/dist/index234.mjs
CHANGED
package/dist/index235.mjs
CHANGED
package/dist/index236.mjs
CHANGED
package/dist/index237.mjs
CHANGED
package/dist/index253.mjs
CHANGED
package/dist/index254.mjs
CHANGED
package/dist/index258.mjs
CHANGED
package/dist/index267.mjs
CHANGED
package/dist/index269.mjs
CHANGED
package/dist/index40.mjs
CHANGED
package/dist/index44.mjs
CHANGED
package/dist/index64.mjs
CHANGED
|
@@ -1,26 +1,156 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import "
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
import { __module as l } from "./index70.mjs";
|
|
3
|
+
import "./index71.mjs";
|
|
4
|
+
import j from "react";
|
|
5
|
+
import { __require as A } from "./index72.mjs";
|
|
6
|
+
import { __require as O } from "./index73.mjs";
|
|
7
|
+
import { __require as x } from "./index74.mjs";
|
|
8
|
+
import { __require as F } from "./index75.mjs";
|
|
9
|
+
import { __exports as M } from "./index76.mjs";
|
|
10
|
+
var p;
|
|
11
|
+
function W() {
|
|
12
|
+
return p ? l.exports : (p = 1, function(g, u) {
|
|
13
|
+
Object.defineProperty(u, "__esModule", {
|
|
14
|
+
value: !0
|
|
15
|
+
});
|
|
16
|
+
function _(e, o) {
|
|
17
|
+
for (var t in o) Object.defineProperty(e, t, {
|
|
18
|
+
enumerable: !0,
|
|
19
|
+
get: o[t]
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
_(u, {
|
|
23
|
+
Router: function() {
|
|
24
|
+
return i.default;
|
|
25
|
+
},
|
|
26
|
+
createRouter: function() {
|
|
27
|
+
return P;
|
|
28
|
+
},
|
|
29
|
+
// Export the singletonRouter and this is the public API.
|
|
30
|
+
default: function() {
|
|
31
|
+
return v;
|
|
32
|
+
},
|
|
33
|
+
makePublicRouterInstance: function() {
|
|
34
|
+
return E;
|
|
35
|
+
},
|
|
36
|
+
useRouter: function() {
|
|
37
|
+
return q;
|
|
38
|
+
},
|
|
39
|
+
withRouter: function() {
|
|
40
|
+
return w.default;
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
const f = M, R = /* @__PURE__ */ f._(j), i = /* @__PURE__ */ f._(A()), b = O(), y = /* @__PURE__ */ f._(x()), w = /* @__PURE__ */ f._(F()), n = {
|
|
44
|
+
router: null,
|
|
45
|
+
readyCallbacks: [],
|
|
46
|
+
ready(e) {
|
|
47
|
+
if (this.router) return e();
|
|
48
|
+
typeof window < "u" && this.readyCallbacks.push(e);
|
|
49
|
+
}
|
|
50
|
+
}, d = [
|
|
51
|
+
"pathname",
|
|
52
|
+
"route",
|
|
53
|
+
"query",
|
|
54
|
+
"asPath",
|
|
55
|
+
"components",
|
|
56
|
+
"isFallback",
|
|
57
|
+
"basePath",
|
|
58
|
+
"locale",
|
|
59
|
+
"locales",
|
|
60
|
+
"defaultLocale",
|
|
61
|
+
"isReady",
|
|
62
|
+
"isPreview",
|
|
63
|
+
"isLocaleDomain",
|
|
64
|
+
"domainLocales"
|
|
65
|
+
], C = [
|
|
66
|
+
"routeChangeStart",
|
|
67
|
+
"beforeHistoryChange",
|
|
68
|
+
"routeChangeComplete",
|
|
69
|
+
"routeChangeError",
|
|
70
|
+
"hashChangeStart",
|
|
71
|
+
"hashChangeComplete"
|
|
72
|
+
], h = [
|
|
73
|
+
"push",
|
|
74
|
+
"replace",
|
|
75
|
+
"reload",
|
|
76
|
+
"back",
|
|
77
|
+
"prefetch",
|
|
78
|
+
"beforePopState"
|
|
79
|
+
];
|
|
80
|
+
Object.defineProperty(n, "events", {
|
|
81
|
+
get() {
|
|
82
|
+
return i.default.events;
|
|
83
|
+
}
|
|
14
84
|
});
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
85
|
+
function m() {
|
|
86
|
+
if (!n.router) {
|
|
87
|
+
const e = `No router instance found.
|
|
88
|
+
You should only use "next/router" on the client side of your app.
|
|
89
|
+
`;
|
|
90
|
+
throw new Error(e);
|
|
91
|
+
}
|
|
92
|
+
return n.router;
|
|
93
|
+
}
|
|
94
|
+
d.forEach((e) => {
|
|
95
|
+
Object.defineProperty(n, e, {
|
|
96
|
+
get() {
|
|
97
|
+
return m()[e];
|
|
20
98
|
}
|
|
99
|
+
});
|
|
100
|
+
}), h.forEach((e) => {
|
|
101
|
+
n[e] = function() {
|
|
102
|
+
for (var o = arguments.length, t = new Array(o), r = 0; r < o; r++)
|
|
103
|
+
t[r] = arguments[r];
|
|
104
|
+
return m()[e](...t);
|
|
21
105
|
};
|
|
22
|
-
|
|
106
|
+
}), C.forEach((e) => {
|
|
107
|
+
n.ready(() => {
|
|
108
|
+
i.default.events.on(e, function() {
|
|
109
|
+
for (var o = arguments.length, t = new Array(o), r = 0; r < o; r++)
|
|
110
|
+
t[r] = arguments[r];
|
|
111
|
+
const s = "on" + e.charAt(0).toUpperCase() + e.substring(1), c = n;
|
|
112
|
+
if (c[s])
|
|
113
|
+
try {
|
|
114
|
+
c[s](...t);
|
|
115
|
+
} catch (a) {
|
|
116
|
+
console.error("Error when running the Router event: " + s), console.error((0, y.default)(a) ? a.message + `
|
|
117
|
+
` + a.stack : a + "");
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
});
|
|
121
|
+
});
|
|
122
|
+
const v = n;
|
|
123
|
+
function q() {
|
|
124
|
+
const e = R.default.useContext(b.RouterContext);
|
|
125
|
+
if (!e)
|
|
126
|
+
throw new Error("NextRouter was not mounted. https://nextjs.org/docs/messages/next-router-not-mounted");
|
|
127
|
+
return e;
|
|
128
|
+
}
|
|
129
|
+
function P() {
|
|
130
|
+
for (var e = arguments.length, o = new Array(e), t = 0; t < e; t++)
|
|
131
|
+
o[t] = arguments[t];
|
|
132
|
+
return n.router = new i.default(...o), n.readyCallbacks.forEach((r) => r()), n.readyCallbacks = [], n.router;
|
|
133
|
+
}
|
|
134
|
+
function E(e) {
|
|
135
|
+
const o = e, t = {};
|
|
136
|
+
for (const r of d) {
|
|
137
|
+
if (typeof o[r] == "object") {
|
|
138
|
+
t[r] = Object.assign(Array.isArray(o[r]) ? [] : {}, o[r]);
|
|
139
|
+
continue;
|
|
140
|
+
}
|
|
141
|
+
t[r] = o[r];
|
|
142
|
+
}
|
|
143
|
+
return t.events = i.default.events, h.forEach((r) => {
|
|
144
|
+
t[r] = function() {
|
|
145
|
+
for (var s = arguments.length, c = new Array(s), a = 0; a < s; a++)
|
|
146
|
+
c[a] = arguments[a];
|
|
147
|
+
return o[r](...c);
|
|
148
|
+
};
|
|
149
|
+
}), t;
|
|
150
|
+
}
|
|
151
|
+
(typeof u.default == "function" || typeof u.default == "object" && u.default !== null) && typeof u.default.__esModule > "u" && (Object.defineProperty(u.default, "__esModule", { value: !0 }), Object.assign(u.default, u), g.exports = u.default);
|
|
152
|
+
}(l, l.exports), l.exports);
|
|
23
153
|
}
|
|
24
154
|
export {
|
|
25
|
-
|
|
155
|
+
W as __require
|
|
26
156
|
};
|