@instockng/storefront-ui 1.0.53 → 1.0.54
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 +2 -1
- package/dist/components/Checkout.d.ts.map +1 -1
- package/dist/components/ShoppingCart.d.ts +4 -1
- package/dist/components/ShoppingCart.d.ts.map +1 -1
- package/dist/index103.mjs +2 -2
- package/dist/index104.mjs +2 -2
- package/dist/index11.mjs +74 -67
- package/dist/index13.mjs +2 -2
- package/dist/index139.mjs +1 -1
- package/dist/index140.mjs +1 -1
- package/dist/index141.mjs +5 -5
- package/dist/index143.mjs +2 -2
- package/dist/index145.mjs +2 -2
- package/dist/index147.mjs +1 -1
- package/dist/index149.mjs +4 -4
- package/dist/index150.mjs +3 -3
- package/dist/index161.mjs +3 -3
- package/dist/index162.mjs +1 -1
- package/dist/index164.mjs +2 -2
- package/dist/index165.mjs +1 -1
- package/dist/index170.mjs +2 -2
- package/dist/index172.mjs +1 -1
- package/dist/index174.mjs +2 -2
- package/dist/index175.mjs +5 -5
- package/dist/index178.mjs +1 -1
- package/dist/index181.mjs +1 -1
- package/dist/index184.mjs +1 -1
- package/dist/index185.mjs +1 -1
- package/dist/index189.mjs +1 -1
- package/dist/index191.mjs +1 -1
- package/dist/index195.mjs +1 -1
- package/dist/index197.mjs +1 -1
- package/dist/index210.mjs +1 -1
- package/dist/index211.mjs +3 -3
- package/dist/index216.mjs +1 -1
- package/dist/index218.mjs +1 -1
- package/dist/index219.mjs +3 -3
- package/dist/index220.mjs +3 -3
- package/dist/index227.mjs +2 -2
- package/dist/index228.mjs +108 -2
- package/dist/index229.mjs +2 -2
- package/dist/index230.mjs +2 -108
- package/dist/index231.mjs +37 -2
- package/dist/index232.mjs +2 -2
- package/dist/index233.mjs +243 -36
- package/dist/index234.mjs +2 -2
- package/dist/index235.mjs +33 -2
- package/dist/index236.mjs +61 -240
- package/dist/index237.mjs +25 -2
- package/dist/index238.mjs +2 -33
- package/dist/index239.mjs +2 -65
- package/dist/index240.mjs +2 -25
- package/dist/index241.mjs +2 -2
- package/dist/index243.mjs +2 -2
- package/dist/index244.mjs +2 -2
- package/dist/index245.mjs +2 -2
- package/dist/index246.mjs +2 -2
- package/dist/index247.mjs +2 -2
- package/dist/index248.mjs +2 -2
- package/dist/index250.mjs +1 -1
- package/dist/index259.mjs +1 -1
- package/dist/index261.mjs +2 -2
- package/dist/index262.mjs +2 -18
- package/dist/index263.mjs +13 -42
- package/dist/index264.mjs +47 -2
- package/dist/index38.mjs +1 -1
- package/dist/index40.mjs +2 -2
- package/dist/index47.mjs +1 -1
- package/dist/index52.mjs +17 -17
- package/dist/index53.mjs +2 -2
- package/dist/index66.mjs +20 -21
- package/dist/index67.mjs +21 -150
- package/dist/index69.mjs +149 -19
- package/dist/index72.mjs +1 -1
- package/dist/index73.mjs +231 -30
- package/dist/index74.mjs +5 -42
- package/dist/index75.mjs +134 -2
- package/dist/index76.mjs +67 -5
- package/dist/index77.mjs +80 -1127
- package/dist/index78.mjs +28 -19
- package/dist/index79.mjs +8 -54
- package/dist/index80.mjs +72 -30
- package/dist/index81.mjs +4 -2
- package/dist/index82.mjs +2 -235
- package/dist/index83.mjs +82 -5
- package/dist/index84.mjs +50 -130
- package/dist/index85.mjs +4 -66
- package/dist/index86.mjs +4 -86
- package/dist/index87.mjs +176 -26
- package/dist/index88.mjs +52 -8
- package/dist/index89.mjs +69 -75
- package/dist/index90.mjs +34 -4
- package/dist/index91.mjs +43 -2
- package/dist/index92.mjs +2 -83
- package/dist/index93.mjs +4 -52
- package/dist/index94.mjs +1133 -5
- package/dist/index95.mjs +19 -4
- package/dist/index96.mjs +47 -171
- package/dist/index97.mjs +32 -52
- package/dist/index98.mjs +2 -69
- package/package.json +1 -1
- package/src/components/Checkout.tsx +3 -3
- package/src/components/ShoppingCart.tsx +10 -3
package/dist/index95.mjs
CHANGED
|
@@ -1,8 +1,23 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import { __exports as e } from "./index135.mjs";
|
|
3
|
+
import "./index93.mjs";
|
|
4
|
+
import u from "react";
|
|
5
|
+
import { __exports as n } from "./index98.mjs";
|
|
6
|
+
var o;
|
|
7
|
+
function d() {
|
|
8
|
+
return o ? e : (o = 1, function(t) {
|
|
9
|
+
Object.defineProperty(t, "__esModule", {
|
|
10
|
+
value: !0
|
|
11
|
+
}), Object.defineProperty(t, "RouterContext", {
|
|
12
|
+
enumerable: !0,
|
|
13
|
+
get: function() {
|
|
14
|
+
return r;
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
const r = (/* @__PURE__ */ n._(u)).default.createContext(null);
|
|
18
|
+
process.env.NODE_ENV !== "production" && (r.displayName = "RouterContext");
|
|
19
|
+
}(e), e);
|
|
5
20
|
}
|
|
6
21
|
export {
|
|
7
|
-
|
|
22
|
+
d as __require
|
|
8
23
|
};
|
package/dist/index96.mjs
CHANGED
|
@@ -1,182 +1,58 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
function
|
|
6
|
-
return
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
return r === !1 || r == null ? r : i.isArray(r) ? r.map(m) : String(r);
|
|
10
|
-
}
|
|
11
|
-
function A(r) {
|
|
12
|
-
const t = /* @__PURE__ */ Object.create(null), e = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
13
|
-
let s;
|
|
14
|
-
for (; s = e.exec(r); )
|
|
15
|
-
t[s[1]] = s[2];
|
|
16
|
-
return t;
|
|
17
|
-
}
|
|
18
|
-
const k = (r) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(r.trim());
|
|
19
|
-
function g(r, t, e, s, n) {
|
|
20
|
-
if (i.isFunction(s))
|
|
21
|
-
return s.call(this, t, e);
|
|
22
|
-
if (n && (t = e), !!i.isString(t)) {
|
|
23
|
-
if (i.isString(s))
|
|
24
|
-
return t.indexOf(s) !== -1;
|
|
25
|
-
if (i.isRegExp(s))
|
|
26
|
-
return s.test(t);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
function E(r) {
|
|
30
|
-
return r.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, e, s) => e.toUpperCase() + s);
|
|
31
|
-
}
|
|
32
|
-
function j(r, t) {
|
|
33
|
-
const e = i.toCamelCase(" " + t);
|
|
34
|
-
["get", "set", "has"].forEach((s) => {
|
|
35
|
-
Object.defineProperty(r, s + e, {
|
|
36
|
-
value: function(n, o, f) {
|
|
37
|
-
return this[s].call(this, t, n, o, f);
|
|
38
|
-
},
|
|
39
|
-
configurable: !0
|
|
2
|
+
import { __exports as o } from "./index136.mjs";
|
|
3
|
+
import { __require as p } from "./index137.mjs";
|
|
4
|
+
var u;
|
|
5
|
+
function m() {
|
|
6
|
+
return u ? o : (u = 1, function(i) {
|
|
7
|
+
Object.defineProperty(i, "__esModule", {
|
|
8
|
+
value: !0
|
|
40
9
|
});
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
set(t, e, s) {
|
|
48
|
-
const n = this;
|
|
49
|
-
function o(c, l, a) {
|
|
50
|
-
const u = y(l);
|
|
51
|
-
if (!u)
|
|
52
|
-
throw new Error("header name must be a non-empty string");
|
|
53
|
-
const p = i.findKey(n, u);
|
|
54
|
-
(!p || n[p] === void 0 || a === !0 || a === void 0 && n[p] !== !1) && (n[p || l] = m(c));
|
|
10
|
+
function f(e, r) {
|
|
11
|
+
for (var t in r) Object.defineProperty(e, t, {
|
|
12
|
+
enumerable: !0,
|
|
13
|
+
get: r[t]
|
|
14
|
+
});
|
|
55
15
|
}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
c[a = u[0]] = (l = c[a]) ? i.isArray(l) ? [...l, u[1]] : [l, u[1]] : u[1];
|
|
67
|
-
}
|
|
68
|
-
f(c, e);
|
|
69
|
-
} else
|
|
70
|
-
t != null && o(e, t, s);
|
|
71
|
-
return this;
|
|
72
|
-
}
|
|
73
|
-
get(t, e) {
|
|
74
|
-
if (t = y(t), t) {
|
|
75
|
-
const s = i.findKey(this, t);
|
|
76
|
-
if (s) {
|
|
77
|
-
const n = this[s];
|
|
78
|
-
if (!e)
|
|
79
|
-
return n;
|
|
80
|
-
if (e === !0)
|
|
81
|
-
return A(n);
|
|
82
|
-
if (i.isFunction(e))
|
|
83
|
-
return e.call(this, n, s);
|
|
84
|
-
if (i.isRegExp(e))
|
|
85
|
-
return e.exec(n);
|
|
86
|
-
throw new TypeError("parser must be boolean|regexp|function");
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
has(t, e) {
|
|
91
|
-
if (t = y(t), t) {
|
|
92
|
-
const s = i.findKey(this, t);
|
|
93
|
-
return !!(s && this[s] !== void 0 && (!e || g(this, this[s], s, e)));
|
|
94
|
-
}
|
|
95
|
-
return !1;
|
|
96
|
-
}
|
|
97
|
-
delete(t, e) {
|
|
98
|
-
const s = this;
|
|
99
|
-
let n = !1;
|
|
100
|
-
function o(f) {
|
|
101
|
-
if (f = y(f), f) {
|
|
102
|
-
const c = i.findKey(s, f);
|
|
103
|
-
c && (!e || g(s, s[c], c, e)) && (delete s[c], n = !0);
|
|
16
|
+
f(i, {
|
|
17
|
+
/**
|
|
18
|
+
* Checks whether the given value is a NextError.
|
|
19
|
+
* This can be used to print a more detailed error message with properties like `code` & `digest`.
|
|
20
|
+
*/
|
|
21
|
+
default: function() {
|
|
22
|
+
return s;
|
|
23
|
+
},
|
|
24
|
+
getProperError: function() {
|
|
25
|
+
return a;
|
|
104
26
|
}
|
|
27
|
+
});
|
|
28
|
+
const c = p();
|
|
29
|
+
function s(e) {
|
|
30
|
+
return typeof e == "object" && e !== null && "name" in e && "message" in e;
|
|
105
31
|
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
32
|
+
function d(e) {
|
|
33
|
+
const r = /* @__PURE__ */ new WeakSet();
|
|
34
|
+
return JSON.stringify(e, (t, n) => {
|
|
35
|
+
if (typeof n == "object" && n !== null) {
|
|
36
|
+
if (r.has(n))
|
|
37
|
+
return "[Circular]";
|
|
38
|
+
r.add(n);
|
|
39
|
+
}
|
|
40
|
+
return n;
|
|
41
|
+
});
|
|
114
42
|
}
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
return;
|
|
43
|
+
function a(e) {
|
|
44
|
+
if (s(e))
|
|
45
|
+
return e;
|
|
46
|
+
if (process.env.NODE_ENV === "development") {
|
|
47
|
+
if (typeof e > "u")
|
|
48
|
+
return new Error("An undefined error was thrown, see here for more info: https://nextjs.org/docs/messages/threw-undefined");
|
|
49
|
+
if (e === null)
|
|
50
|
+
return new Error("A null error was thrown, see here for more info: https://nextjs.org/docs/messages/threw-undefined");
|
|
124
51
|
}
|
|
125
|
-
|
|
126
|
-
c !== o && delete e[o], e[c] = m(n), s[c] = !0;
|
|
127
|
-
}), this;
|
|
128
|
-
}
|
|
129
|
-
concat(...t) {
|
|
130
|
-
return this.constructor.concat(this, ...t);
|
|
131
|
-
}
|
|
132
|
-
toJSON(t) {
|
|
133
|
-
const e = /* @__PURE__ */ Object.create(null);
|
|
134
|
-
return i.forEach(this, (s, n) => {
|
|
135
|
-
s != null && s !== !1 && (e[n] = t && i.isArray(s) ? s.join(", ") : s);
|
|
136
|
-
}), e;
|
|
137
|
-
}
|
|
138
|
-
[Symbol.iterator]() {
|
|
139
|
-
return Object.entries(this.toJSON())[Symbol.iterator]();
|
|
140
|
-
}
|
|
141
|
-
toString() {
|
|
142
|
-
return Object.entries(this.toJSON()).map(([t, e]) => t + ": " + e).join(`
|
|
143
|
-
`);
|
|
144
|
-
}
|
|
145
|
-
getSetCookie() {
|
|
146
|
-
return this.get("set-cookie") || [];
|
|
147
|
-
}
|
|
148
|
-
get [Symbol.toStringTag]() {
|
|
149
|
-
return "AxiosHeaders";
|
|
150
|
-
}
|
|
151
|
-
static from(t) {
|
|
152
|
-
return t instanceof this ? t : new this(t);
|
|
153
|
-
}
|
|
154
|
-
static concat(t, ...e) {
|
|
155
|
-
const s = new this(t);
|
|
156
|
-
return e.forEach((n) => s.set(n)), s;
|
|
157
|
-
}
|
|
158
|
-
static accessor(t) {
|
|
159
|
-
const s = (this[h] = this[h] = {
|
|
160
|
-
accessors: {}
|
|
161
|
-
}).accessors, n = this.prototype;
|
|
162
|
-
function o(f) {
|
|
163
|
-
const c = y(f);
|
|
164
|
-
s[c] || (j(n, f), s[c] = !0);
|
|
52
|
+
return new Error((0, c.isPlainObject)(e) ? d(e) : e + "");
|
|
165
53
|
}
|
|
166
|
-
|
|
167
|
-
}
|
|
54
|
+
}(o), o);
|
|
168
55
|
}
|
|
169
|
-
b.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
|
170
|
-
i.reduceDescriptors(b.prototype, ({ value: r }, t) => {
|
|
171
|
-
let e = t[0].toUpperCase() + t.slice(1);
|
|
172
|
-
return {
|
|
173
|
-
get: () => r,
|
|
174
|
-
set(s) {
|
|
175
|
-
this[e] = s;
|
|
176
|
-
}
|
|
177
|
-
};
|
|
178
|
-
});
|
|
179
|
-
i.freezeMethods(b);
|
|
180
56
|
export {
|
|
181
|
-
|
|
57
|
+
m as __require
|
|
182
58
|
};
|
package/dist/index97.mjs
CHANGED
|
@@ -1,56 +1,36 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
i = e[r];
|
|
31
|
-
let n;
|
|
32
|
-
if (t = i, !g(i) && (t = p[(n = String(i)).toLowerCase()], t === void 0))
|
|
33
|
-
throw new d(`Unknown adapter '${n}'`);
|
|
34
|
-
if (t && (s.isFunction(t) || (t = t.get(o))))
|
|
35
|
-
break;
|
|
36
|
-
c[n || "#" + r] = t;
|
|
2
|
+
import { __module as u } from "./index138.mjs";
|
|
3
|
+
import d from "react/jsx-runtime";
|
|
4
|
+
import "react";
|
|
5
|
+
import { __require as c } from "./index69.mjs";
|
|
6
|
+
var n;
|
|
7
|
+
function y() {
|
|
8
|
+
return n ? u.exports : (n = 1, function(a, e) {
|
|
9
|
+
Object.defineProperty(e, "__esModule", {
|
|
10
|
+
value: !0
|
|
11
|
+
}), Object.defineProperty(e, "default", {
|
|
12
|
+
enumerable: !0,
|
|
13
|
+
get: function() {
|
|
14
|
+
return l;
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
const f = d, o = c();
|
|
18
|
+
function l(t) {
|
|
19
|
+
function r(i) {
|
|
20
|
+
return /* @__PURE__ */ (0, f.jsx)(t, {
|
|
21
|
+
router: (0, o.useRouter)(),
|
|
22
|
+
...i
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
if (r.getInitialProps = t.getInitialProps, r.origGetInitialProps = t.origGetInitialProps, process.env.NODE_ENV !== "production") {
|
|
26
|
+
const i = t.displayName || t.name || "Unknown";
|
|
27
|
+
r.displayName = "withRouter(" + i + ")";
|
|
28
|
+
}
|
|
29
|
+
return r;
|
|
37
30
|
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
);
|
|
42
|
-
let n = a ? r.length > 1 ? `since :
|
|
43
|
-
` + r.map(f).join(`
|
|
44
|
-
`) : " " + f(r[0]) : "as no adapter specified";
|
|
45
|
-
throw new d(
|
|
46
|
-
"There is no suitable adapter to dispatch the request " + n,
|
|
47
|
-
"ERR_NOT_SUPPORT"
|
|
48
|
-
);
|
|
49
|
-
}
|
|
50
|
-
return t;
|
|
51
|
-
},
|
|
52
|
-
adapters: p
|
|
53
|
-
};
|
|
31
|
+
(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), a.exports = e.default);
|
|
32
|
+
}(u, u.exports), u.exports);
|
|
33
|
+
}
|
|
54
34
|
export {
|
|
55
|
-
y as
|
|
35
|
+
y as __require
|
|
56
36
|
};
|
package/dist/index98.mjs
CHANGED
|
@@ -1,72 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
|
|
3
|
-
Continue: 100,
|
|
4
|
-
SwitchingProtocols: 101,
|
|
5
|
-
Processing: 102,
|
|
6
|
-
EarlyHints: 103,
|
|
7
|
-
Ok: 200,
|
|
8
|
-
Created: 201,
|
|
9
|
-
Accepted: 202,
|
|
10
|
-
NonAuthoritativeInformation: 203,
|
|
11
|
-
NoContent: 204,
|
|
12
|
-
ResetContent: 205,
|
|
13
|
-
PartialContent: 206,
|
|
14
|
-
MultiStatus: 207,
|
|
15
|
-
AlreadyReported: 208,
|
|
16
|
-
ImUsed: 226,
|
|
17
|
-
MultipleChoices: 300,
|
|
18
|
-
MovedPermanently: 301,
|
|
19
|
-
Found: 302,
|
|
20
|
-
SeeOther: 303,
|
|
21
|
-
NotModified: 304,
|
|
22
|
-
UseProxy: 305,
|
|
23
|
-
Unused: 306,
|
|
24
|
-
TemporaryRedirect: 307,
|
|
25
|
-
PermanentRedirect: 308,
|
|
26
|
-
BadRequest: 400,
|
|
27
|
-
Unauthorized: 401,
|
|
28
|
-
PaymentRequired: 402,
|
|
29
|
-
Forbidden: 403,
|
|
30
|
-
NotFound: 404,
|
|
31
|
-
MethodNotAllowed: 405,
|
|
32
|
-
NotAcceptable: 406,
|
|
33
|
-
ProxyAuthenticationRequired: 407,
|
|
34
|
-
RequestTimeout: 408,
|
|
35
|
-
Conflict: 409,
|
|
36
|
-
Gone: 410,
|
|
37
|
-
LengthRequired: 411,
|
|
38
|
-
PreconditionFailed: 412,
|
|
39
|
-
PayloadTooLarge: 413,
|
|
40
|
-
UriTooLong: 414,
|
|
41
|
-
UnsupportedMediaType: 415,
|
|
42
|
-
RangeNotSatisfiable: 416,
|
|
43
|
-
ExpectationFailed: 417,
|
|
44
|
-
ImATeapot: 418,
|
|
45
|
-
MisdirectedRequest: 421,
|
|
46
|
-
UnprocessableEntity: 422,
|
|
47
|
-
Locked: 423,
|
|
48
|
-
FailedDependency: 424,
|
|
49
|
-
TooEarly: 425,
|
|
50
|
-
UpgradeRequired: 426,
|
|
51
|
-
PreconditionRequired: 428,
|
|
52
|
-
TooManyRequests: 429,
|
|
53
|
-
RequestHeaderFieldsTooLarge: 431,
|
|
54
|
-
UnavailableForLegalReasons: 451,
|
|
55
|
-
InternalServerError: 500,
|
|
56
|
-
NotImplemented: 501,
|
|
57
|
-
BadGateway: 502,
|
|
58
|
-
ServiceUnavailable: 503,
|
|
59
|
-
GatewayTimeout: 504,
|
|
60
|
-
HttpVersionNotSupported: 505,
|
|
61
|
-
VariantAlsoNegotiates: 506,
|
|
62
|
-
InsufficientStorage: 507,
|
|
63
|
-
LoopDetected: 508,
|
|
64
|
-
NotExtended: 510,
|
|
65
|
-
NetworkAuthenticationRequired: 511
|
|
66
|
-
};
|
|
67
|
-
Object.entries(e).forEach(([t, o]) => {
|
|
68
|
-
e[o] = t;
|
|
69
|
-
});
|
|
2
|
+
var e = {};
|
|
70
3
|
export {
|
|
71
|
-
e as
|
|
4
|
+
e as __exports
|
|
72
5
|
};
|
package/package.json
CHANGED
|
@@ -117,7 +117,7 @@ export interface CheckoutProps {
|
|
|
117
117
|
/** Initial form data */
|
|
118
118
|
initialData?: Partial<CheckoutFormData>;
|
|
119
119
|
/** Callback on successful checkout */
|
|
120
|
-
onSuccess?: (
|
|
120
|
+
onSuccess?: (order: Order) => void;
|
|
121
121
|
/** Callback on error */
|
|
122
122
|
onError?: (error: Error) => void;
|
|
123
123
|
/** Submit button text */
|
|
@@ -196,7 +196,7 @@ export function Checkout({
|
|
|
196
196
|
// Clear the cart and create a new one for next purchase
|
|
197
197
|
clearAndCreateNewCart();
|
|
198
198
|
|
|
199
|
-
onSuccess?.(order
|
|
199
|
+
onSuccess?.(order as Order);
|
|
200
200
|
} catch (error) {
|
|
201
201
|
onError?.(error as Error);
|
|
202
202
|
}
|
|
@@ -469,7 +469,7 @@ export function Checkout({
|
|
|
469
469
|
// Clear the cart and create a new one for next purchase
|
|
470
470
|
clearAndCreateNewCart();
|
|
471
471
|
|
|
472
|
-
onSuccess?.(order
|
|
472
|
+
onSuccess?.(order as Order);
|
|
473
473
|
} catch (error) {
|
|
474
474
|
onError?.(error as Error);
|
|
475
475
|
}
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
import { useEffect, useState } from 'react';
|
|
11
|
+
import type { Order } from '@instockng/api-client';
|
|
11
12
|
import { useCart } from '../contexts/CartContext';
|
|
12
13
|
import { CartItem } from './CartItem';
|
|
13
14
|
import { DiscountCodeInput } from './DiscountCodeInput';
|
|
@@ -27,6 +28,8 @@ export interface ShoppingCartProps {
|
|
|
27
28
|
onCheckout?: () => void;
|
|
28
29
|
/** Callback when continue shopping is clicked */
|
|
29
30
|
onContinueShopping?: () => void;
|
|
31
|
+
/** Callback when purchase is successfully completed */
|
|
32
|
+
onPurchaseSuccess?: (order: Order) => void;
|
|
30
33
|
/** Custom class name */
|
|
31
34
|
className?: string;
|
|
32
35
|
/** Show discount code input */
|
|
@@ -52,6 +55,7 @@ export function ShoppingCart({
|
|
|
52
55
|
onClose,
|
|
53
56
|
onCheckout,
|
|
54
57
|
onContinueShopping,
|
|
58
|
+
onPurchaseSuccess,
|
|
55
59
|
className,
|
|
56
60
|
showDiscountCode = true,
|
|
57
61
|
showContinueShopping = true,
|
|
@@ -184,11 +188,11 @@ export function ShoppingCart({
|
|
|
184
188
|
</div>
|
|
185
189
|
|
|
186
190
|
{/* Discount Code - temporarily disabled */}
|
|
187
|
-
{
|
|
191
|
+
{showDiscountCode && (
|
|
188
192
|
<div className="px-4 pb-4">
|
|
189
193
|
<DiscountCodeInput />
|
|
190
194
|
</div>
|
|
191
|
-
)}
|
|
195
|
+
)}
|
|
192
196
|
</div>
|
|
193
197
|
|
|
194
198
|
{/* Recommended Products - Outside scroll area */}
|
|
@@ -255,7 +259,10 @@ export function ShoppingCart({
|
|
|
255
259
|
{/* Checkout Modal */}
|
|
256
260
|
<Checkout
|
|
257
261
|
isOpen={isCheckoutOpen}
|
|
258
|
-
onSuccess={() =>
|
|
262
|
+
onSuccess={(order) => {
|
|
263
|
+
onPurchaseSuccess?.(order);
|
|
264
|
+
onClose();
|
|
265
|
+
}}
|
|
259
266
|
onClose={() => setIsCheckoutOpen(false)}
|
|
260
267
|
refundPolicy={{
|
|
261
268
|
title: '🤔 Curious about Refunds?',
|