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