@nosto/nosto-react 2.1.0 → 2.2.1
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/README.md +13 -0
- package/dist/index.d.ts +148 -24
- package/dist/index.es.js +255 -824
- package/dist/index.umd.js +1 -25
- package/package.json +3 -3
- package/src/components/Nosto404.tsx +17 -3
- package/src/components/NostoCategory.tsx +19 -3
- package/src/components/NostoCheckout.tsx +17 -3
- package/src/components/NostoHome.tsx +17 -3
- package/src/components/NostoOrder.tsx +19 -6
- package/src/components/NostoOther.tsx +17 -3
- package/src/components/NostoPlacement.tsx +6 -2
- package/src/components/NostoProduct.tsx +21 -8
- package/src/components/NostoProvider.tsx +8 -2
- package/src/components/NostoSearch.tsx +19 -3
- package/src/components/NostoSession.tsx +26 -7
- package/src/components/index.ts +10 -10
- package/src/hooks/useDeepCompareEffect.ts +6 -6
- package/src/hooks/useNostoApi.ts +3 -6
- package/src/hooks/useRenderCampaigns.tsx +4 -2
- package/src/utils/snakeize.ts +5 -1
- package/src/utils/types.ts +29 -0
package/dist/index.es.js
CHANGED
|
@@ -1,892 +1,323 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { useEffect as O, useRef as P, useMemo as I, createContext as k, useContext as V, cloneElement as b, useState as q, isValidElement as F } from "react";
|
|
2
|
+
import { jsx as v } from "react/jsx-runtime";
|
|
3
|
+
import H from "react-dom";
|
|
4
|
+
const j = (e) => String(e) === "[object Object]";
|
|
5
|
+
function _(e) {
|
|
6
|
+
if (!j(e))
|
|
6
7
|
return !1;
|
|
7
|
-
const
|
|
8
|
-
if (
|
|
8
|
+
const t = e.constructor;
|
|
9
|
+
if (t === void 0)
|
|
9
10
|
return !0;
|
|
10
|
-
const
|
|
11
|
-
return !(!
|
|
11
|
+
const n = t.prototype;
|
|
12
|
+
return !(!j(n) || !n.hasOwnProperty("isPrototypeOf"));
|
|
12
13
|
}
|
|
13
|
-
function
|
|
14
|
-
if (
|
|
14
|
+
function g(e, t) {
|
|
15
|
+
if (e === t)
|
|
15
16
|
return !0;
|
|
16
|
-
if (
|
|
17
|
-
return
|
|
18
|
-
if (
|
|
19
|
-
return
|
|
20
|
-
if (
|
|
21
|
-
const
|
|
22
|
-
return
|
|
17
|
+
if (e instanceof Date && t instanceof Date)
|
|
18
|
+
return e.getTime() === t.getTime();
|
|
19
|
+
if (e instanceof Array && t instanceof Array)
|
|
20
|
+
return e.length !== t.length ? !1 : e.every((n, r) => g(n, t[r]));
|
|
21
|
+
if (_(e) && _(t)) {
|
|
22
|
+
const n = Object.entries(e);
|
|
23
|
+
return n.length !== Object.keys(t).length ? !1 : n.every(([r, o]) => g(o, t[r]));
|
|
23
24
|
}
|
|
24
25
|
return !1;
|
|
25
26
|
}
|
|
26
|
-
function
|
|
27
|
-
return
|
|
27
|
+
function T(e, t) {
|
|
28
|
+
return O(e, x(t));
|
|
28
29
|
}
|
|
29
|
-
function
|
|
30
|
-
const
|
|
31
|
-
return
|
|
30
|
+
function x(e) {
|
|
31
|
+
const t = P(e), n = P(0);
|
|
32
|
+
return g(e, t.current) || (t.current = e, n.current += 1), I(() => t.current, [n.current]);
|
|
32
33
|
}
|
|
33
|
-
const
|
|
34
|
+
const D = k({
|
|
34
35
|
account: "",
|
|
35
36
|
currentVariation: "",
|
|
36
37
|
responseMode: "HTML",
|
|
37
38
|
clientScriptLoaded: !1
|
|
38
39
|
});
|
|
39
|
-
function
|
|
40
|
-
return
|
|
41
|
-
}
|
|
42
|
-
function
|
|
43
|
-
const { clientScriptLoaded:
|
|
44
|
-
(
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
Fe = 1;
|
|
65
|
-
var t = Ne, n = Symbol.for("react.element"), a = Symbol.for("react.fragment"), c = Object.prototype.hasOwnProperty, i = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, m = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
66
|
-
function h(v, g, P) {
|
|
67
|
-
var R, f = {}, _ = null, O = null;
|
|
68
|
-
P !== void 0 && (_ = "" + P), g.key !== void 0 && (_ = "" + g.key), g.ref !== void 0 && (O = g.ref);
|
|
69
|
-
for (R in g)
|
|
70
|
-
c.call(g, R) && !m.hasOwnProperty(R) && (f[R] = g[R]);
|
|
71
|
-
if (v && v.defaultProps)
|
|
72
|
-
for (R in g = v.defaultProps, g)
|
|
73
|
-
f[R] === void 0 && (f[R] = g[R]);
|
|
74
|
-
return { $$typeof: n, type: v, key: _, ref: O, props: f, _owner: i.current };
|
|
75
|
-
}
|
|
76
|
-
return $.Fragment = a, $.jsx = h, $.jsxs = h, $;
|
|
77
|
-
}
|
|
78
|
-
var W = {};
|
|
79
|
-
/**
|
|
80
|
-
* @license React
|
|
81
|
-
* react-jsx-runtime.development.js
|
|
82
|
-
*
|
|
83
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
84
|
-
*
|
|
85
|
-
* This source code is licensed under the MIT license found in the
|
|
86
|
-
* LICENSE file in the root directory of this source tree.
|
|
87
|
-
*/
|
|
88
|
-
var Le;
|
|
89
|
-
function Or() {
|
|
90
|
-
return Le || (Le = 1, process.env.NODE_ENV !== "production" && function() {
|
|
91
|
-
var t = Ne, n = Symbol.for("react.element"), a = Symbol.for("react.portal"), c = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), m = Symbol.for("react.profiler"), h = Symbol.for("react.provider"), v = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), P = Symbol.for("react.suspense"), R = Symbol.for("react.suspense_list"), f = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), O = Symbol.for("react.offscreen"), D = Symbol.iterator, Y = "@@iterator";
|
|
92
|
-
function U(e) {
|
|
93
|
-
if (e === null || typeof e != "object")
|
|
94
|
-
return null;
|
|
95
|
-
var r = D && e[D] || e[Y];
|
|
96
|
-
return typeof r == "function" ? r : null;
|
|
97
|
-
}
|
|
98
|
-
var S = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
99
|
-
function w(e) {
|
|
100
|
-
{
|
|
101
|
-
for (var r = arguments.length, o = new Array(r > 1 ? r - 1 : 0), s = 1; s < r; s++)
|
|
102
|
-
o[s - 1] = arguments[s];
|
|
103
|
-
We("error", e, o);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
function We(e, r, o) {
|
|
107
|
-
{
|
|
108
|
-
var s = S.ReactDebugCurrentFrame, d = s.getStackAddendum();
|
|
109
|
-
d !== "" && (r += "%s", o = o.concat([d]));
|
|
110
|
-
var p = o.map(function(l) {
|
|
111
|
-
return String(l);
|
|
112
|
-
});
|
|
113
|
-
p.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, p);
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
var Me = !1, Ve = !1, Ye = !1, Ue = !1, qe = !1, ce;
|
|
117
|
-
ce = Symbol.for("react.module.reference");
|
|
118
|
-
function Be(e) {
|
|
119
|
-
return !!(typeof e == "string" || typeof e == "function" || e === c || e === m || qe || e === i || e === P || e === R || Ue || e === O || Me || Ve || Ye || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === f || e.$$typeof === h || e.$$typeof === v || e.$$typeof === g || // This needs to include all possible module reference object
|
|
120
|
-
// types supported by any Flight configuration anywhere since
|
|
121
|
-
// we don't know which Flight build this will end up being used
|
|
122
|
-
// with.
|
|
123
|
-
e.$$typeof === ce || e.getModuleId !== void 0));
|
|
124
|
-
}
|
|
125
|
-
function ze(e, r, o) {
|
|
126
|
-
var s = e.displayName;
|
|
127
|
-
if (s)
|
|
128
|
-
return s;
|
|
129
|
-
var d = r.displayName || r.name || "";
|
|
130
|
-
return d !== "" ? o + "(" + d + ")" : o;
|
|
131
|
-
}
|
|
132
|
-
function ue(e) {
|
|
133
|
-
return e.displayName || "Context";
|
|
134
|
-
}
|
|
135
|
-
function T(e) {
|
|
136
|
-
if (e == null)
|
|
137
|
-
return null;
|
|
138
|
-
if (typeof e.tag == "number" && w("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
139
|
-
return e.displayName || e.name || null;
|
|
140
|
-
if (typeof e == "string")
|
|
141
|
-
return e;
|
|
142
|
-
switch (e) {
|
|
143
|
-
case c:
|
|
144
|
-
return "Fragment";
|
|
145
|
-
case a:
|
|
146
|
-
return "Portal";
|
|
147
|
-
case m:
|
|
148
|
-
return "Profiler";
|
|
149
|
-
case i:
|
|
150
|
-
return "StrictMode";
|
|
151
|
-
case P:
|
|
152
|
-
return "Suspense";
|
|
153
|
-
case R:
|
|
154
|
-
return "SuspenseList";
|
|
155
|
-
}
|
|
156
|
-
if (typeof e == "object")
|
|
157
|
-
switch (e.$$typeof) {
|
|
158
|
-
case v:
|
|
159
|
-
var r = e;
|
|
160
|
-
return ue(r) + ".Consumer";
|
|
161
|
-
case h:
|
|
162
|
-
var o = e;
|
|
163
|
-
return ue(o._context) + ".Provider";
|
|
164
|
-
case g:
|
|
165
|
-
return ze(e, e.render, "ForwardRef");
|
|
166
|
-
case f:
|
|
167
|
-
var s = e.displayName || null;
|
|
168
|
-
return s !== null ? s : T(e.type) || "Memo";
|
|
169
|
-
case _: {
|
|
170
|
-
var d = e, p = d._payload, l = d._init;
|
|
171
|
-
try {
|
|
172
|
-
return T(l(p));
|
|
173
|
-
} catch {
|
|
174
|
-
return null;
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
return null;
|
|
179
|
-
}
|
|
180
|
-
var A = Object.assign, N = 0, le, fe, de, me, pe, ve, ge;
|
|
181
|
-
function ye() {
|
|
182
|
-
}
|
|
183
|
-
ye.__reactDisabledLog = !0;
|
|
184
|
-
function He() {
|
|
185
|
-
{
|
|
186
|
-
if (N === 0) {
|
|
187
|
-
le = console.log, fe = console.info, de = console.warn, me = console.error, pe = console.group, ve = console.groupCollapsed, ge = console.groupEnd;
|
|
188
|
-
var e = {
|
|
189
|
-
configurable: !0,
|
|
190
|
-
enumerable: !0,
|
|
191
|
-
value: ye,
|
|
192
|
-
writable: !0
|
|
193
|
-
};
|
|
194
|
-
Object.defineProperties(console, {
|
|
195
|
-
info: e,
|
|
196
|
-
log: e,
|
|
197
|
-
warn: e,
|
|
198
|
-
error: e,
|
|
199
|
-
group: e,
|
|
200
|
-
groupCollapsed: e,
|
|
201
|
-
groupEnd: e
|
|
202
|
-
});
|
|
203
|
-
}
|
|
204
|
-
N++;
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
function Je() {
|
|
208
|
-
{
|
|
209
|
-
if (N--, N === 0) {
|
|
210
|
-
var e = {
|
|
211
|
-
configurable: !0,
|
|
212
|
-
enumerable: !0,
|
|
213
|
-
writable: !0
|
|
214
|
-
};
|
|
215
|
-
Object.defineProperties(console, {
|
|
216
|
-
log: A({}, e, {
|
|
217
|
-
value: le
|
|
218
|
-
}),
|
|
219
|
-
info: A({}, e, {
|
|
220
|
-
value: fe
|
|
221
|
-
}),
|
|
222
|
-
warn: A({}, e, {
|
|
223
|
-
value: de
|
|
224
|
-
}),
|
|
225
|
-
error: A({}, e, {
|
|
226
|
-
value: me
|
|
227
|
-
}),
|
|
228
|
-
group: A({}, e, {
|
|
229
|
-
value: pe
|
|
230
|
-
}),
|
|
231
|
-
groupCollapsed: A({}, e, {
|
|
232
|
-
value: ve
|
|
233
|
-
}),
|
|
234
|
-
groupEnd: A({}, e, {
|
|
235
|
-
value: ge
|
|
236
|
-
})
|
|
237
|
-
});
|
|
238
|
-
}
|
|
239
|
-
N < 0 && w("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
var G = S.ReactCurrentDispatcher, K;
|
|
243
|
-
function q(e, r, o) {
|
|
244
|
-
{
|
|
245
|
-
if (K === void 0)
|
|
246
|
-
try {
|
|
247
|
-
throw Error();
|
|
248
|
-
} catch (d) {
|
|
249
|
-
var s = d.stack.trim().match(/\n( *(at )?)/);
|
|
250
|
-
K = s && s[1] || "";
|
|
251
|
-
}
|
|
252
|
-
return `
|
|
253
|
-
` + K + e;
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
var X = !1, B;
|
|
257
|
-
{
|
|
258
|
-
var Ge = typeof WeakMap == "function" ? WeakMap : Map;
|
|
259
|
-
B = new Ge();
|
|
260
|
-
}
|
|
261
|
-
function he(e, r) {
|
|
262
|
-
if (!e || X)
|
|
263
|
-
return "";
|
|
264
|
-
{
|
|
265
|
-
var o = B.get(e);
|
|
266
|
-
if (o !== void 0)
|
|
267
|
-
return o;
|
|
268
|
-
}
|
|
269
|
-
var s;
|
|
270
|
-
X = !0;
|
|
271
|
-
var d = Error.prepareStackTrace;
|
|
272
|
-
Error.prepareStackTrace = void 0;
|
|
273
|
-
var p;
|
|
274
|
-
p = G.current, G.current = null, He();
|
|
275
|
-
try {
|
|
276
|
-
if (r) {
|
|
277
|
-
var l = function() {
|
|
278
|
-
throw Error();
|
|
279
|
-
};
|
|
280
|
-
if (Object.defineProperty(l.prototype, "props", {
|
|
281
|
-
set: function() {
|
|
282
|
-
throw Error();
|
|
283
|
-
}
|
|
284
|
-
}), typeof Reflect == "object" && Reflect.construct) {
|
|
285
|
-
try {
|
|
286
|
-
Reflect.construct(l, []);
|
|
287
|
-
} catch (j) {
|
|
288
|
-
s = j;
|
|
289
|
-
}
|
|
290
|
-
Reflect.construct(e, [], l);
|
|
291
|
-
} else {
|
|
292
|
-
try {
|
|
293
|
-
l.call();
|
|
294
|
-
} catch (j) {
|
|
295
|
-
s = j;
|
|
296
|
-
}
|
|
297
|
-
e.call(l.prototype);
|
|
298
|
-
}
|
|
299
|
-
} else {
|
|
300
|
-
try {
|
|
301
|
-
throw Error();
|
|
302
|
-
} catch (j) {
|
|
303
|
-
s = j;
|
|
304
|
-
}
|
|
305
|
-
e();
|
|
306
|
-
}
|
|
307
|
-
} catch (j) {
|
|
308
|
-
if (j && s && typeof j.stack == "string") {
|
|
309
|
-
for (var u = j.stack.split(`
|
|
310
|
-
`), b = s.stack.split(`
|
|
311
|
-
`), y = u.length - 1, E = b.length - 1; y >= 1 && E >= 0 && u[y] !== b[E]; )
|
|
312
|
-
E--;
|
|
313
|
-
for (; y >= 1 && E >= 0; y--, E--)
|
|
314
|
-
if (u[y] !== b[E]) {
|
|
315
|
-
if (y !== 1 || E !== 1)
|
|
316
|
-
do
|
|
317
|
-
if (y--, E--, E < 0 || u[y] !== b[E]) {
|
|
318
|
-
var C = `
|
|
319
|
-
` + u[y].replace(" at new ", " at ");
|
|
320
|
-
return e.displayName && C.includes("<anonymous>") && (C = C.replace("<anonymous>", e.displayName)), typeof e == "function" && B.set(e, C), C;
|
|
321
|
-
}
|
|
322
|
-
while (y >= 1 && E >= 0);
|
|
323
|
-
break;
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
} finally {
|
|
327
|
-
X = !1, G.current = p, Je(), Error.prepareStackTrace = d;
|
|
328
|
-
}
|
|
329
|
-
var L = e ? e.displayName || e.name : "", ke = L ? q(L) : "";
|
|
330
|
-
return typeof e == "function" && B.set(e, ke), ke;
|
|
331
|
-
}
|
|
332
|
-
function Ke(e, r, o) {
|
|
333
|
-
return he(e, !1);
|
|
334
|
-
}
|
|
335
|
-
function Xe(e) {
|
|
336
|
-
var r = e.prototype;
|
|
337
|
-
return !!(r && r.isReactComponent);
|
|
338
|
-
}
|
|
339
|
-
function z(e, r, o) {
|
|
340
|
-
if (e == null)
|
|
341
|
-
return "";
|
|
342
|
-
if (typeof e == "function")
|
|
343
|
-
return he(e, Xe(e));
|
|
344
|
-
if (typeof e == "string")
|
|
345
|
-
return q(e);
|
|
346
|
-
switch (e) {
|
|
347
|
-
case P:
|
|
348
|
-
return q("Suspense");
|
|
349
|
-
case R:
|
|
350
|
-
return q("SuspenseList");
|
|
351
|
-
}
|
|
352
|
-
if (typeof e == "object")
|
|
353
|
-
switch (e.$$typeof) {
|
|
354
|
-
case g:
|
|
355
|
-
return Ke(e.render);
|
|
356
|
-
case f:
|
|
357
|
-
return z(e.type, r, o);
|
|
358
|
-
case _: {
|
|
359
|
-
var s = e, d = s._payload, p = s._init;
|
|
360
|
-
try {
|
|
361
|
-
return z(p(d), r, o);
|
|
362
|
-
} catch {
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
return "";
|
|
367
|
-
}
|
|
368
|
-
var H = Object.prototype.hasOwnProperty, Ee = {}, Re = S.ReactDebugCurrentFrame;
|
|
369
|
-
function J(e) {
|
|
370
|
-
if (e) {
|
|
371
|
-
var r = e._owner, o = z(e.type, e._source, r ? r.type : null);
|
|
372
|
-
Re.setExtraStackFrame(o);
|
|
373
|
-
} else
|
|
374
|
-
Re.setExtraStackFrame(null);
|
|
375
|
-
}
|
|
376
|
-
function Ze(e, r, o, s, d) {
|
|
377
|
-
{
|
|
378
|
-
var p = Function.call.bind(H);
|
|
379
|
-
for (var l in e)
|
|
380
|
-
if (p(e, l)) {
|
|
381
|
-
var u = void 0;
|
|
382
|
-
try {
|
|
383
|
-
if (typeof e[l] != "function") {
|
|
384
|
-
var b = Error((s || "React class") + ": " + o + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
385
|
-
throw b.name = "Invariant Violation", b;
|
|
386
|
-
}
|
|
387
|
-
u = e[l](r, l, s, o, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
388
|
-
} catch (y) {
|
|
389
|
-
u = y;
|
|
390
|
-
}
|
|
391
|
-
u && !(u instanceof Error) && (J(d), w("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", s || "React class", o, l, typeof u), J(null)), u instanceof Error && !(u.message in Ee) && (Ee[u.message] = !0, J(d), w("Failed %s type: %s", o, u.message), J(null));
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
var Qe = Array.isArray;
|
|
396
|
-
function Z(e) {
|
|
397
|
-
return Qe(e);
|
|
398
|
-
}
|
|
399
|
-
function er(e) {
|
|
400
|
-
{
|
|
401
|
-
var r = typeof Symbol == "function" && Symbol.toStringTag, o = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
402
|
-
return o;
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
function rr(e) {
|
|
406
|
-
try {
|
|
407
|
-
return we(e), !1;
|
|
408
|
-
} catch {
|
|
409
|
-
return !0;
|
|
410
|
-
}
|
|
411
|
-
}
|
|
412
|
-
function we(e) {
|
|
413
|
-
return "" + e;
|
|
414
|
-
}
|
|
415
|
-
function be(e) {
|
|
416
|
-
if (rr(e))
|
|
417
|
-
return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", er(e)), we(e);
|
|
418
|
-
}
|
|
419
|
-
var I = S.ReactCurrentOwner, tr = {
|
|
420
|
-
key: !0,
|
|
421
|
-
ref: !0,
|
|
422
|
-
__self: !0,
|
|
423
|
-
__source: !0
|
|
424
|
-
}, _e, Ce, Q;
|
|
425
|
-
Q = {};
|
|
426
|
-
function nr(e) {
|
|
427
|
-
if (H.call(e, "ref")) {
|
|
428
|
-
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
429
|
-
if (r && r.isReactWarning)
|
|
430
|
-
return !1;
|
|
431
|
-
}
|
|
432
|
-
return e.ref !== void 0;
|
|
433
|
-
}
|
|
434
|
-
function or(e) {
|
|
435
|
-
if (H.call(e, "key")) {
|
|
436
|
-
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
437
|
-
if (r && r.isReactWarning)
|
|
438
|
-
return !1;
|
|
439
|
-
}
|
|
440
|
-
return e.key !== void 0;
|
|
441
|
-
}
|
|
442
|
-
function ar(e, r) {
|
|
443
|
-
if (typeof e.ref == "string" && I.current && r && I.current.stateNode !== r) {
|
|
444
|
-
var o = T(I.current.type);
|
|
445
|
-
Q[o] || (w('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', T(I.current.type), e.ref), Q[o] = !0);
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
function ir(e, r) {
|
|
449
|
-
{
|
|
450
|
-
var o = function() {
|
|
451
|
-
_e || (_e = !0, w("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
452
|
-
};
|
|
453
|
-
o.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
454
|
-
get: o,
|
|
455
|
-
configurable: !0
|
|
456
|
-
});
|
|
457
|
-
}
|
|
458
|
-
}
|
|
459
|
-
function sr(e, r) {
|
|
460
|
-
{
|
|
461
|
-
var o = function() {
|
|
462
|
-
Ce || (Ce = !0, w("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
463
|
-
};
|
|
464
|
-
o.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
465
|
-
get: o,
|
|
466
|
-
configurable: !0
|
|
467
|
-
});
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
var cr = function(e, r, o, s, d, p, l) {
|
|
471
|
-
var u = {
|
|
472
|
-
// This tag allows us to uniquely identify this as a React Element
|
|
473
|
-
$$typeof: n,
|
|
474
|
-
// Built-in properties that belong on the element
|
|
475
|
-
type: e,
|
|
476
|
-
key: r,
|
|
477
|
-
ref: o,
|
|
478
|
-
props: l,
|
|
479
|
-
// Record the component responsible for creating this element.
|
|
480
|
-
_owner: p
|
|
481
|
-
};
|
|
482
|
-
return u._store = {}, Object.defineProperty(u._store, "validated", {
|
|
483
|
-
configurable: !1,
|
|
484
|
-
enumerable: !1,
|
|
485
|
-
writable: !0,
|
|
486
|
-
value: !1
|
|
487
|
-
}), Object.defineProperty(u, "_self", {
|
|
488
|
-
configurable: !1,
|
|
489
|
-
enumerable: !1,
|
|
490
|
-
writable: !1,
|
|
491
|
-
value: s
|
|
492
|
-
}), Object.defineProperty(u, "_source", {
|
|
493
|
-
configurable: !1,
|
|
494
|
-
enumerable: !1,
|
|
495
|
-
writable: !1,
|
|
496
|
-
value: d
|
|
497
|
-
}), Object.freeze && (Object.freeze(u.props), Object.freeze(u)), u;
|
|
498
|
-
};
|
|
499
|
-
function ur(e, r, o, s, d) {
|
|
500
|
-
{
|
|
501
|
-
var p, l = {}, u = null, b = null;
|
|
502
|
-
o !== void 0 && (be(o), u = "" + o), or(r) && (be(r.key), u = "" + r.key), nr(r) && (b = r.ref, ar(r, d));
|
|
503
|
-
for (p in r)
|
|
504
|
-
H.call(r, p) && !tr.hasOwnProperty(p) && (l[p] = r[p]);
|
|
505
|
-
if (e && e.defaultProps) {
|
|
506
|
-
var y = e.defaultProps;
|
|
507
|
-
for (p in y)
|
|
508
|
-
l[p] === void 0 && (l[p] = y[p]);
|
|
509
|
-
}
|
|
510
|
-
if (u || b) {
|
|
511
|
-
var E = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
512
|
-
u && ir(l, E), b && sr(l, E);
|
|
513
|
-
}
|
|
514
|
-
return cr(e, u, b, d, s, I.current, l);
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
var ee = S.ReactCurrentOwner, Pe = S.ReactDebugCurrentFrame;
|
|
518
|
-
function F(e) {
|
|
519
|
-
if (e) {
|
|
520
|
-
var r = e._owner, o = z(e.type, e._source, r ? r.type : null);
|
|
521
|
-
Pe.setExtraStackFrame(o);
|
|
522
|
-
} else
|
|
523
|
-
Pe.setExtraStackFrame(null);
|
|
524
|
-
}
|
|
525
|
-
var re;
|
|
526
|
-
re = !1;
|
|
527
|
-
function te(e) {
|
|
528
|
-
return typeof e == "object" && e !== null && e.$$typeof === n;
|
|
529
|
-
}
|
|
530
|
-
function Se() {
|
|
531
|
-
{
|
|
532
|
-
if (ee.current) {
|
|
533
|
-
var e = T(ee.current.type);
|
|
534
|
-
if (e)
|
|
535
|
-
return `
|
|
536
|
-
|
|
537
|
-
Check the render method of \`` + e + "`.";
|
|
538
|
-
}
|
|
539
|
-
return "";
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
function lr(e) {
|
|
543
|
-
return "";
|
|
544
|
-
}
|
|
545
|
-
var Oe = {};
|
|
546
|
-
function fr(e) {
|
|
547
|
-
{
|
|
548
|
-
var r = Se();
|
|
549
|
-
if (!r) {
|
|
550
|
-
var o = typeof e == "string" ? e : e.displayName || e.name;
|
|
551
|
-
o && (r = `
|
|
552
|
-
|
|
553
|
-
Check the top-level render call using <` + o + ">.");
|
|
554
|
-
}
|
|
555
|
-
return r;
|
|
556
|
-
}
|
|
557
|
-
}
|
|
558
|
-
function Te(e, r) {
|
|
559
|
-
{
|
|
560
|
-
if (!e._store || e._store.validated || e.key != null)
|
|
561
|
-
return;
|
|
562
|
-
e._store.validated = !0;
|
|
563
|
-
var o = fr(r);
|
|
564
|
-
if (Oe[o])
|
|
565
|
-
return;
|
|
566
|
-
Oe[o] = !0;
|
|
567
|
-
var s = "";
|
|
568
|
-
e && e._owner && e._owner !== ee.current && (s = " It was passed a child from " + T(e._owner.type) + "."), F(e), w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', o, s), F(null);
|
|
569
|
-
}
|
|
570
|
-
}
|
|
571
|
-
function je(e, r) {
|
|
572
|
-
{
|
|
573
|
-
if (typeof e != "object")
|
|
574
|
-
return;
|
|
575
|
-
if (Z(e))
|
|
576
|
-
for (var o = 0; o < e.length; o++) {
|
|
577
|
-
var s = e[o];
|
|
578
|
-
te(s) && Te(s, r);
|
|
579
|
-
}
|
|
580
|
-
else if (te(e))
|
|
581
|
-
e._store && (e._store.validated = !0);
|
|
582
|
-
else if (e) {
|
|
583
|
-
var d = U(e);
|
|
584
|
-
if (typeof d == "function" && d !== e.entries)
|
|
585
|
-
for (var p = d.call(e), l; !(l = p.next()).done; )
|
|
586
|
-
te(l.value) && Te(l.value, r);
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
function dr(e) {
|
|
591
|
-
{
|
|
592
|
-
var r = e.type;
|
|
593
|
-
if (r == null || typeof r == "string")
|
|
594
|
-
return;
|
|
595
|
-
var o;
|
|
596
|
-
if (typeof r == "function")
|
|
597
|
-
o = r.propTypes;
|
|
598
|
-
else if (typeof r == "object" && (r.$$typeof === g || // Note: Memo only checks outer props here.
|
|
599
|
-
// Inner props are checked in the reconciler.
|
|
600
|
-
r.$$typeof === f))
|
|
601
|
-
o = r.propTypes;
|
|
602
|
-
else
|
|
603
|
-
return;
|
|
604
|
-
if (o) {
|
|
605
|
-
var s = T(r);
|
|
606
|
-
Ze(o, e.props, "prop", s, e);
|
|
607
|
-
} else if (r.PropTypes !== void 0 && !re) {
|
|
608
|
-
re = !0;
|
|
609
|
-
var d = T(r);
|
|
610
|
-
w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", d || "Unknown");
|
|
611
|
-
}
|
|
612
|
-
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
613
|
-
}
|
|
614
|
-
}
|
|
615
|
-
function mr(e) {
|
|
616
|
-
{
|
|
617
|
-
for (var r = Object.keys(e.props), o = 0; o < r.length; o++) {
|
|
618
|
-
var s = r[o];
|
|
619
|
-
if (s !== "children" && s !== "key") {
|
|
620
|
-
F(e), w("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", s), F(null);
|
|
621
|
-
break;
|
|
622
|
-
}
|
|
623
|
-
}
|
|
624
|
-
e.ref !== null && (F(e), w("Invalid attribute `ref` supplied to `React.Fragment`."), F(null));
|
|
625
|
-
}
|
|
626
|
-
}
|
|
627
|
-
function xe(e, r, o, s, d, p) {
|
|
628
|
-
{
|
|
629
|
-
var l = Be(e);
|
|
630
|
-
if (!l) {
|
|
631
|
-
var u = "";
|
|
632
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (u += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
633
|
-
var b = lr();
|
|
634
|
-
b ? u += b : u += Se();
|
|
635
|
-
var y;
|
|
636
|
-
e === null ? y = "null" : Z(e) ? y = "array" : e !== void 0 && e.$$typeof === n ? (y = "<" + (T(e.type) || "Unknown") + " />", u = " Did you accidentally export a JSX literal instead of a component?") : y = typeof e, w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", y, u);
|
|
637
|
-
}
|
|
638
|
-
var E = ur(e, r, o, d, p);
|
|
639
|
-
if (E == null)
|
|
640
|
-
return E;
|
|
641
|
-
if (l) {
|
|
642
|
-
var C = r.children;
|
|
643
|
-
if (C !== void 0)
|
|
644
|
-
if (s)
|
|
645
|
-
if (Z(C)) {
|
|
646
|
-
for (var L = 0; L < C.length; L++)
|
|
647
|
-
je(C[L], e);
|
|
648
|
-
Object.freeze && Object.freeze(C);
|
|
649
|
-
} else
|
|
650
|
-
w("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
651
|
-
else
|
|
652
|
-
je(C, e);
|
|
653
|
-
}
|
|
654
|
-
return e === c ? mr(E) : dr(E), E;
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
function pr(e, r, o) {
|
|
658
|
-
return xe(e, r, o, !0);
|
|
659
|
-
}
|
|
660
|
-
function vr(e, r, o) {
|
|
661
|
-
return xe(e, r, o, !1);
|
|
662
|
-
}
|
|
663
|
-
var gr = vr, yr = pr;
|
|
664
|
-
W.Fragment = c, W.jsx = gr, W.jsxs = yr;
|
|
665
|
-
}()), W;
|
|
666
|
-
}
|
|
667
|
-
process.env.NODE_ENV === "production" ? ae.exports = Sr() : ae.exports = Or();
|
|
668
|
-
var M = ae.exports;
|
|
669
|
-
function Tr(t) {
|
|
670
|
-
return wr(t.recommendationComponent, {
|
|
40
|
+
function E() {
|
|
41
|
+
return V(D);
|
|
42
|
+
}
|
|
43
|
+
function u(e, t, n) {
|
|
44
|
+
const { clientScriptLoaded: r } = E();
|
|
45
|
+
(n != null && n.deep ? T : O)(() => {
|
|
46
|
+
r && window.nostojs(e);
|
|
47
|
+
}, [r, ...t ?? []]);
|
|
48
|
+
}
|
|
49
|
+
var h, S = H;
|
|
50
|
+
if (process.env.NODE_ENV === "production")
|
|
51
|
+
h = S.createRoot, S.hydrateRoot;
|
|
52
|
+
else {
|
|
53
|
+
var A = S.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
54
|
+
h = function(e, t) {
|
|
55
|
+
A.usingClientEntryPoint = !0;
|
|
56
|
+
try {
|
|
57
|
+
return S.createRoot(e, t);
|
|
58
|
+
} finally {
|
|
59
|
+
A.usingClientEntryPoint = !1;
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
function M(e) {
|
|
64
|
+
return b(e.recommendationComponent, {
|
|
671
65
|
// eslint-disable-next-line react/prop-types
|
|
672
|
-
nostoRecommendation:
|
|
66
|
+
nostoRecommendation: e.nostoRecommendation
|
|
673
67
|
});
|
|
674
68
|
}
|
|
675
|
-
function
|
|
69
|
+
function z(e) {
|
|
676
70
|
if (!window.nostojs)
|
|
677
71
|
throw new Error("Nosto has not yet been initialized");
|
|
678
|
-
window.nostojs((
|
|
679
|
-
|
|
72
|
+
window.nostojs((t) => {
|
|
73
|
+
t.placements.injectCampaigns(e.recommendations);
|
|
680
74
|
});
|
|
681
75
|
}
|
|
682
|
-
function
|
|
683
|
-
const { responseMode:
|
|
684
|
-
if (
|
|
685
|
-
return { renderCampaigns:
|
|
686
|
-
function
|
|
687
|
-
var
|
|
688
|
-
const
|
|
689
|
-
for (const
|
|
690
|
-
const
|
|
691
|
-
|
|
692
|
-
/* @__PURE__ */
|
|
693
|
-
|
|
76
|
+
function l() {
|
|
77
|
+
const { responseMode: e, recommendationComponent: t } = E(), n = P({});
|
|
78
|
+
if (e == "HTML")
|
|
79
|
+
return { renderCampaigns: z };
|
|
80
|
+
function r(o) {
|
|
81
|
+
var i;
|
|
82
|
+
const c = ((i = o.campaigns) == null ? void 0 : i.recommendations) ?? {};
|
|
83
|
+
for (const a in c) {
|
|
84
|
+
const d = c[a], C = "#" + a, p = document.querySelector(C);
|
|
85
|
+
p && (n.current[a] || (n.current[a] = h(p)), n.current[a].render(
|
|
86
|
+
/* @__PURE__ */ v(
|
|
87
|
+
M,
|
|
694
88
|
{
|
|
695
|
-
recommendationComponent:
|
|
696
|
-
nostoRecommendation:
|
|
89
|
+
recommendationComponent: t,
|
|
90
|
+
nostoRecommendation: d
|
|
697
91
|
}
|
|
698
92
|
)
|
|
699
93
|
));
|
|
700
94
|
}
|
|
701
95
|
}
|
|
702
|
-
return { renderCampaigns:
|
|
96
|
+
return { renderCampaigns: r };
|
|
703
97
|
}
|
|
704
|
-
function
|
|
98
|
+
function U() {
|
|
705
99
|
return typeof window.nosto < "u";
|
|
706
100
|
}
|
|
707
|
-
function
|
|
708
|
-
return new Promise((
|
|
709
|
-
const
|
|
710
|
-
|
|
101
|
+
function W(e, t) {
|
|
102
|
+
return new Promise((n, r) => {
|
|
103
|
+
const o = document.createElement("script");
|
|
104
|
+
o.type = "text/javascript", o.src = e, o.async = !0, o.onload = () => n(), o.onerror = () => r(), Object.entries((t == null ? void 0 : t.attributes) ?? {}).forEach(([c, i]) => o.setAttribute(c, i)), (t == null ? void 0 : t.position) === "head" ? document.head.appendChild(o) : document.body.appendChild(o);
|
|
711
105
|
});
|
|
712
106
|
}
|
|
713
|
-
function
|
|
714
|
-
const { host:
|
|
715
|
-
return
|
|
716
|
-
function
|
|
717
|
-
var
|
|
718
|
-
"nostoReactTest" in window && ((
|
|
107
|
+
function B(e) {
|
|
108
|
+
const { host: t = "connect.nosto.com", scriptLoader: n = W, account: r, shopifyMarkets: o, loadScript: c = !0 } = e, [i, a] = q(!1);
|
|
109
|
+
return O(() => {
|
|
110
|
+
function d() {
|
|
111
|
+
var s;
|
|
112
|
+
"nostoReactTest" in window && ((s = window.nosto) == null || s.reload({
|
|
719
113
|
site: "localhost"
|
|
720
|
-
})),
|
|
721
|
-
}
|
|
722
|
-
async function
|
|
723
|
-
const
|
|
724
|
-
await
|
|
725
|
-
}
|
|
726
|
-
function
|
|
727
|
-
var
|
|
728
|
-
const
|
|
729
|
-
if (!
|
|
730
|
-
|
|
731
|
-
const
|
|
732
|
-
(
|
|
733
|
-
const
|
|
734
|
-
|
|
114
|
+
})), a(!0);
|
|
115
|
+
}
|
|
116
|
+
async function C(s, m = {}) {
|
|
117
|
+
const f = `//${t}${s}`, y = { "nosto-client-script": "", ...m };
|
|
118
|
+
await n(f, { attributes: y }), d();
|
|
119
|
+
}
|
|
120
|
+
function p() {
|
|
121
|
+
var R, L;
|
|
122
|
+
const s = document.querySelector("[nosto-client-script]"), m = String((o == null ? void 0 : o.marketId) || ""), f = (o == null ? void 0 : o.language) || "", y = (s == null ? void 0 : s.getAttribute("nosto-language")) !== f || (s == null ? void 0 : s.getAttribute("nosto-market-id")) !== m;
|
|
123
|
+
if (!s || y) {
|
|
124
|
+
i && a(!1);
|
|
125
|
+
const N = document.querySelector("#nosto-sandbox");
|
|
126
|
+
(R = s == null ? void 0 : s.parentNode) == null || R.removeChild(s), (L = N == null ? void 0 : N.parentNode) == null || L.removeChild(N);
|
|
127
|
+
const $ = `/script/shopify/market/nosto.js?merchant=${r}&market=${m}&locale=${f.toLowerCase()}`;
|
|
128
|
+
C($, { "nosto-language": f, "nosto-market-id": m });
|
|
735
129
|
}
|
|
736
130
|
}
|
|
737
|
-
if (window.nostojs || (window.nostojs = (
|
|
738
|
-
(window.nostojs.q = window.nostojs.q || []).push(
|
|
739
|
-
}, window.nostojs((
|
|
740
|
-
window.nosto ?
|
|
131
|
+
if (window.nostojs || (window.nostojs = (s) => {
|
|
132
|
+
(window.nostojs.q = window.nostojs.q || []).push(s);
|
|
133
|
+
}, window.nostojs((s) => s.setAutoLoad(!1))), !c) {
|
|
134
|
+
window.nosto ? d() : window.nostojs(d);
|
|
741
135
|
return;
|
|
742
136
|
}
|
|
743
|
-
if (!
|
|
744
|
-
const
|
|
745
|
-
|
|
137
|
+
if (!U() && !o) {
|
|
138
|
+
const s = `/include/${r}`;
|
|
139
|
+
C(s);
|
|
746
140
|
}
|
|
747
|
-
|
|
748
|
-
}, [
|
|
749
|
-
}
|
|
750
|
-
function
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
141
|
+
o && p();
|
|
142
|
+
}, [o == null ? void 0 : o.marketId, o == null ? void 0 : o.language]), { clientScriptLoaded: i };
|
|
143
|
+
}
|
|
144
|
+
function ae(e) {
|
|
145
|
+
return G(e), null;
|
|
146
|
+
}
|
|
147
|
+
function G(e) {
|
|
148
|
+
const { renderCampaigns: t } = l();
|
|
149
|
+
u(
|
|
150
|
+
async (n) => {
|
|
151
|
+
const r = await n.defaultSession().viewNotFound().setPlacements((e == null ? void 0 : e.placements) || n.placements.getPlacements()).load();
|
|
152
|
+
t(r);
|
|
756
153
|
}
|
|
757
|
-
)
|
|
758
|
-
}
|
|
759
|
-
function
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
154
|
+
);
|
|
155
|
+
}
|
|
156
|
+
function ie(e) {
|
|
157
|
+
return J(e), null;
|
|
158
|
+
}
|
|
159
|
+
function J(e) {
|
|
160
|
+
const { renderCampaigns: t } = l();
|
|
161
|
+
u(
|
|
162
|
+
async (n) => {
|
|
163
|
+
const r = await n.defaultSession().viewOther().setPlacements((e == null ? void 0 : e.placements) || n.placements.getPlacements()).load();
|
|
164
|
+
t(r);
|
|
765
165
|
}
|
|
766
|
-
)
|
|
767
|
-
}
|
|
768
|
-
function
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
166
|
+
);
|
|
167
|
+
}
|
|
168
|
+
function ue(e) {
|
|
169
|
+
return Y(e), null;
|
|
170
|
+
}
|
|
171
|
+
function Y(e) {
|
|
172
|
+
const { renderCampaigns: t } = l();
|
|
173
|
+
u(
|
|
174
|
+
async (n) => {
|
|
175
|
+
const r = await n.defaultSession().viewCart().setPlacements((e == null ? void 0 : e.placements) || n.placements.getPlacements()).load();
|
|
176
|
+
t(r);
|
|
774
177
|
}
|
|
775
|
-
)
|
|
776
|
-
}
|
|
777
|
-
function
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
178
|
+
);
|
|
179
|
+
}
|
|
180
|
+
function le(e) {
|
|
181
|
+
return Z(e), null;
|
|
182
|
+
}
|
|
183
|
+
function Z({ product: e, tagging: t, placements: n }) {
|
|
184
|
+
const { renderCampaigns: r } = l();
|
|
185
|
+
u(
|
|
186
|
+
async (o) => {
|
|
187
|
+
const c = await o.defaultSession().viewProduct(t ?? e).setPlacements(n || o.placements.getPlacements()).load();
|
|
188
|
+
r(c);
|
|
783
189
|
},
|
|
784
|
-
[
|
|
785
|
-
)
|
|
786
|
-
}
|
|
787
|
-
function
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
190
|
+
[e, t == null ? void 0 : t.selected_sku_id]
|
|
191
|
+
);
|
|
192
|
+
}
|
|
193
|
+
function de(e) {
|
|
194
|
+
return K(e), null;
|
|
195
|
+
}
|
|
196
|
+
function K({ category: e, placements: t }) {
|
|
197
|
+
const { renderCampaigns: n } = l();
|
|
198
|
+
u(
|
|
199
|
+
async (r) => {
|
|
200
|
+
const o = await r.defaultSession().viewCategory(e).setPlacements(t || r.placements.getPlacements()).load();
|
|
201
|
+
n(o);
|
|
793
202
|
},
|
|
794
|
-
[
|
|
795
|
-
)
|
|
796
|
-
}
|
|
797
|
-
function
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
203
|
+
[e]
|
|
204
|
+
);
|
|
205
|
+
}
|
|
206
|
+
function me(e) {
|
|
207
|
+
return Q(e), null;
|
|
208
|
+
}
|
|
209
|
+
function Q({ query: e, placements: t }) {
|
|
210
|
+
const { renderCampaigns: n } = l();
|
|
211
|
+
u(
|
|
212
|
+
async (r) => {
|
|
213
|
+
const o = await r.defaultSession().viewSearch(e).setPlacements(t || r.placements.getPlacements()).load();
|
|
214
|
+
n(o);
|
|
803
215
|
},
|
|
804
|
-
[
|
|
805
|
-
)
|
|
216
|
+
[e]
|
|
217
|
+
);
|
|
806
218
|
}
|
|
807
|
-
function
|
|
808
|
-
return !
|
|
809
|
-
const
|
|
810
|
-
return
|
|
219
|
+
function w(e) {
|
|
220
|
+
return !e || typeof e != "object" || X(e) || ee(e) ? e : Array.isArray(e) ? e.map(w) : Object.keys(e).reduce((t, n) => {
|
|
221
|
+
const r = n[0].toLowerCase() + n.slice(1).replace(/([A-Z]+)/g, (o, c) => "_" + c.toLowerCase());
|
|
222
|
+
return t[r] = w(e[n]), t;
|
|
811
223
|
}, {});
|
|
812
224
|
}
|
|
813
|
-
function
|
|
814
|
-
return Object.prototype.toString.call(
|
|
225
|
+
function X(e) {
|
|
226
|
+
return Object.prototype.toString.call(e) === "[object Date]";
|
|
815
227
|
}
|
|
816
|
-
function
|
|
817
|
-
return Object.prototype.toString.call(
|
|
228
|
+
function ee(e) {
|
|
229
|
+
return Object.prototype.toString.call(e) === "[object RegExp]";
|
|
818
230
|
}
|
|
819
|
-
function
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
231
|
+
function fe(e) {
|
|
232
|
+
return te(e), null;
|
|
233
|
+
}
|
|
234
|
+
function te({ order: e, placements: t }) {
|
|
235
|
+
const { renderCampaigns: n } = l();
|
|
236
|
+
u(
|
|
237
|
+
async (r) => {
|
|
238
|
+
const o = await r.defaultSession().addOrder(w(e)).setPlacements(t || r.placements.getPlacements()).load();
|
|
239
|
+
n(o);
|
|
825
240
|
},
|
|
826
|
-
[
|
|
241
|
+
[e],
|
|
827
242
|
{ deep: !0 }
|
|
828
|
-
)
|
|
829
|
-
}
|
|
830
|
-
function
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
243
|
+
);
|
|
244
|
+
}
|
|
245
|
+
function we(e) {
|
|
246
|
+
return ne(e), null;
|
|
247
|
+
}
|
|
248
|
+
function ne(e) {
|
|
249
|
+
const { renderCampaigns: t } = l();
|
|
250
|
+
u(
|
|
251
|
+
async (n) => {
|
|
252
|
+
const r = await n.defaultSession().viewFrontPage().setPlacements((e == null ? void 0 : e.placements) || n.placements.getPlacements()).load();
|
|
253
|
+
t(r);
|
|
836
254
|
}
|
|
837
|
-
)
|
|
255
|
+
);
|
|
838
256
|
}
|
|
839
|
-
function
|
|
840
|
-
|
|
841
|
-
return /* @__PURE__ */ M.jsx("div", { className: "nosto_element", id: n }, n + (a || ""));
|
|
257
|
+
function Ce({ id: e, pageType: t }) {
|
|
258
|
+
return /* @__PURE__ */ v("div", { className: "nosto_element", id: e }, e + (t || ""));
|
|
842
259
|
}
|
|
843
|
-
function
|
|
260
|
+
function pe(e) {
|
|
844
261
|
const {
|
|
845
|
-
account:
|
|
846
|
-
multiCurrency:
|
|
847
|
-
children:
|
|
848
|
-
recommendationComponent:
|
|
849
|
-
} =
|
|
850
|
-
if (
|
|
262
|
+
account: t,
|
|
263
|
+
multiCurrency: n = !1,
|
|
264
|
+
children: r,
|
|
265
|
+
recommendationComponent: o
|
|
266
|
+
} = e, c = n ? e.currentVariation : "";
|
|
267
|
+
if (o && !F(o))
|
|
851
268
|
throw new Error(
|
|
852
269
|
"The recommendationComponent prop must be a valid React element. Please provide a valid React element."
|
|
853
270
|
);
|
|
854
|
-
const
|
|
855
|
-
return
|
|
856
|
-
|
|
271
|
+
const i = o ? "JSON_ORIGINAL" : "HTML", { clientScriptLoaded: a } = B(e);
|
|
272
|
+
return a && window.nostojs((d) => {
|
|
273
|
+
d.defaultSession().setVariation(c).setResponseMode(i);
|
|
274
|
+
}), /* @__PURE__ */ v(
|
|
275
|
+
D.Provider,
|
|
857
276
|
{
|
|
858
277
|
value: {
|
|
859
|
-
account:
|
|
860
|
-
clientScriptLoaded:
|
|
861
|
-
currentVariation:
|
|
862
|
-
responseMode:
|
|
863
|
-
recommendationComponent:
|
|
278
|
+
account: t,
|
|
279
|
+
clientScriptLoaded: a,
|
|
280
|
+
currentVariation: c,
|
|
281
|
+
responseMode: i,
|
|
282
|
+
recommendationComponent: o
|
|
864
283
|
},
|
|
865
|
-
children:
|
|
284
|
+
children: r
|
|
866
285
|
}
|
|
867
286
|
);
|
|
868
287
|
}
|
|
869
|
-
function
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
288
|
+
function Ne(e) {
|
|
289
|
+
return oe(e), null;
|
|
290
|
+
}
|
|
291
|
+
function oe({ cart: e, customer: t } = {}) {
|
|
292
|
+
const { clientScriptLoaded: n } = E();
|
|
293
|
+
T(() => {
|
|
294
|
+
const r = e ? w(e) : void 0, o = t ? w(t) : void 0;
|
|
295
|
+
n && window.nostojs((c) => {
|
|
296
|
+
c.defaultSession().setCart(r).setCustomer(o).viewOther().load({ skipPageViews: !0 });
|
|
875
297
|
});
|
|
876
|
-
}, [
|
|
298
|
+
}, [n, e, t]);
|
|
877
299
|
}
|
|
878
300
|
export {
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
301
|
+
ae as Nosto404,
|
|
302
|
+
de as NostoCategory,
|
|
303
|
+
ue as NostoCheckout,
|
|
304
|
+
D as NostoContext,
|
|
305
|
+
we as NostoHome,
|
|
306
|
+
fe as NostoOrder,
|
|
307
|
+
ie as NostoOther,
|
|
308
|
+
Ce as NostoPlacement,
|
|
309
|
+
le as NostoProduct,
|
|
310
|
+
pe as NostoProvider,
|
|
311
|
+
me as NostoSearch,
|
|
312
|
+
Ne as NostoSession,
|
|
313
|
+
G as useNosto404,
|
|
314
|
+
K as useNostoCategory,
|
|
315
|
+
Y as useNostoCheckout,
|
|
316
|
+
E as useNostoContext,
|
|
317
|
+
ne as useNostoHome,
|
|
318
|
+
te as useNostoOrder,
|
|
319
|
+
J as useNostoOther,
|
|
320
|
+
Z as useNostoProduct,
|
|
321
|
+
Q as useNostoSearch,
|
|
322
|
+
oe as useNostoSession
|
|
892
323
|
};
|