@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/index65.mjs
CHANGED
|
@@ -1,156 +1,26 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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
|
-
}
|
|
2
|
+
import "react";
|
|
3
|
+
function i(n, o) {
|
|
4
|
+
if (typeof n == "function")
|
|
5
|
+
return n(o);
|
|
6
|
+
n != null && (n.current = o);
|
|
7
|
+
}
|
|
8
|
+
function f(...n) {
|
|
9
|
+
return (o) => {
|
|
10
|
+
let u = !1;
|
|
11
|
+
const c = n.map((t) => {
|
|
12
|
+
const e = i(t, o);
|
|
13
|
+
return !u && typeof e == "function" && (u = !0), e;
|
|
84
14
|
});
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
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];
|
|
15
|
+
if (u)
|
|
16
|
+
return () => {
|
|
17
|
+
for (let t = 0; t < c.length; t++) {
|
|
18
|
+
const e = c[t];
|
|
19
|
+
typeof e == "function" ? e() : i(n[t], null);
|
|
98
20
|
}
|
|
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);
|
|
105
21
|
};
|
|
106
|
-
|
|
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);
|
|
22
|
+
};
|
|
153
23
|
}
|
|
154
24
|
export {
|
|
155
|
-
|
|
25
|
+
f as composeRefs
|
|
156
26
|
};
|
package/dist/index75.mjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { __module as u } from "./index135.mjs";
|
|
3
3
|
import d from "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
|
-
import { __require as c } from "./
|
|
5
|
+
import { __require as c } from "./index64.mjs";
|
|
6
6
|
var n;
|
|
7
7
|
function y() {
|
|
8
8
|
return n ? u.exports : (n = 1, function(a, e) {
|
package/package.json
CHANGED
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
Package,
|
|
30
30
|
Info,
|
|
31
31
|
} from 'lucide-react';
|
|
32
|
-
import { formatCurrency, cn, getFbCookies } from '../lib/utils';
|
|
32
|
+
import { formatCurrency, cn, getFbCookies, getTikTokCookies } from '../lib/utils';
|
|
33
33
|
import PaystackSVG from "../paystack.svg"
|
|
34
34
|
import { usePaystackPayment } from '../hooks/usePaystackPayment';
|
|
35
35
|
|
|
@@ -161,6 +161,9 @@ export function Checkout({
|
|
|
161
161
|
// Get Facebook attribution cookies for CAPI
|
|
162
162
|
const { fbc, fbp } = getFbCookies();
|
|
163
163
|
|
|
164
|
+
// Get TikTok attribution cookies for Events API
|
|
165
|
+
const { ttp, ttclid } = getTikTokCookies();
|
|
166
|
+
|
|
164
167
|
const order = await checkout.mutateAsync({
|
|
165
168
|
firstName: formData.firstName,
|
|
166
169
|
lastName: formData.lastName,
|
|
@@ -173,6 +176,8 @@ export function Checkout({
|
|
|
173
176
|
paystackReference: response.reference,
|
|
174
177
|
fbc,
|
|
175
178
|
fbp,
|
|
179
|
+
ttp,
|
|
180
|
+
ttclid,
|
|
176
181
|
});
|
|
177
182
|
|
|
178
183
|
// Check if response is an error
|
|
@@ -430,6 +435,9 @@ export function Checkout({
|
|
|
430
435
|
// Get Facebook attribution cookies for CAPI
|
|
431
436
|
const { fbc, fbp } = getFbCookies();
|
|
432
437
|
|
|
438
|
+
// Get TikTok attribution cookies for Events API
|
|
439
|
+
const { ttp, ttclid } = getTikTokCookies();
|
|
440
|
+
|
|
433
441
|
const order = await checkout.mutateAsync({
|
|
434
442
|
firstName: formData.firstName,
|
|
435
443
|
lastName: formData.lastName,
|
|
@@ -441,6 +449,8 @@ export function Checkout({
|
|
|
441
449
|
paymentMethod: formData.paymentMethod,
|
|
442
450
|
fbc,
|
|
443
451
|
fbp,
|
|
452
|
+
ttp,
|
|
453
|
+
ttclid,
|
|
444
454
|
});
|
|
445
455
|
|
|
446
456
|
// Check if response is an error
|