@instockng/storefront-ui 1.0.53 → 1.0.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Checkout.d.ts +2 -1
- package/dist/components/Checkout.d.ts.map +1 -1
- package/dist/components/ShoppingCart.d.ts +4 -1
- package/dist/components/ShoppingCart.d.ts.map +1 -1
- package/dist/index103.mjs +2 -2
- package/dist/index104.mjs +2 -2
- package/dist/index11.mjs +74 -67
- package/dist/index13.mjs +2 -2
- package/dist/index139.mjs +1 -1
- package/dist/index140.mjs +1 -1
- package/dist/index141.mjs +5 -5
- package/dist/index143.mjs +2 -2
- package/dist/index145.mjs +2 -2
- package/dist/index147.mjs +1 -1
- package/dist/index149.mjs +4 -4
- package/dist/index150.mjs +3 -3
- package/dist/index161.mjs +3 -3
- package/dist/index162.mjs +1 -1
- package/dist/index164.mjs +2 -2
- package/dist/index165.mjs +1 -1
- package/dist/index170.mjs +2 -2
- package/dist/index172.mjs +1 -1
- package/dist/index174.mjs +2 -2
- package/dist/index175.mjs +5 -5
- package/dist/index178.mjs +1 -1
- package/dist/index181.mjs +1 -1
- package/dist/index184.mjs +1 -1
- package/dist/index185.mjs +1 -1
- package/dist/index189.mjs +1 -1
- package/dist/index191.mjs +1 -1
- package/dist/index195.mjs +1 -1
- package/dist/index197.mjs +1 -1
- package/dist/index210.mjs +1 -1
- package/dist/index211.mjs +3 -3
- package/dist/index216.mjs +1 -1
- package/dist/index218.mjs +1 -1
- package/dist/index219.mjs +3 -3
- package/dist/index220.mjs +3 -3
- package/dist/index227.mjs +2 -2
- package/dist/index228.mjs +108 -2
- package/dist/index229.mjs +2 -2
- package/dist/index230.mjs +2 -108
- package/dist/index231.mjs +37 -2
- package/dist/index232.mjs +2 -2
- package/dist/index233.mjs +243 -36
- package/dist/index234.mjs +2 -2
- package/dist/index235.mjs +33 -2
- package/dist/index236.mjs +61 -240
- package/dist/index237.mjs +25 -2
- package/dist/index238.mjs +2 -33
- package/dist/index239.mjs +2 -65
- package/dist/index240.mjs +2 -25
- package/dist/index241.mjs +2 -2
- package/dist/index243.mjs +2 -2
- package/dist/index244.mjs +2 -2
- package/dist/index245.mjs +2 -2
- package/dist/index246.mjs +2 -2
- package/dist/index247.mjs +2 -2
- package/dist/index248.mjs +2 -2
- package/dist/index250.mjs +1 -1
- package/dist/index259.mjs +1 -1
- package/dist/index261.mjs +2 -2
- package/dist/index262.mjs +2 -18
- package/dist/index263.mjs +13 -42
- package/dist/index264.mjs +47 -2
- package/dist/index38.mjs +1 -1
- package/dist/index40.mjs +2 -2
- package/dist/index47.mjs +1 -1
- package/dist/index52.mjs +17 -17
- package/dist/index53.mjs +2 -2
- package/dist/index66.mjs +20 -21
- package/dist/index67.mjs +21 -150
- package/dist/index69.mjs +149 -19
- package/dist/index72.mjs +1 -1
- package/dist/index73.mjs +231 -30
- package/dist/index74.mjs +5 -42
- package/dist/index75.mjs +134 -2
- package/dist/index76.mjs +67 -5
- package/dist/index77.mjs +80 -1127
- package/dist/index78.mjs +28 -19
- package/dist/index79.mjs +8 -54
- package/dist/index80.mjs +72 -30
- package/dist/index81.mjs +4 -2
- package/dist/index82.mjs +2 -235
- package/dist/index83.mjs +82 -5
- package/dist/index84.mjs +50 -130
- package/dist/index85.mjs +4 -66
- package/dist/index86.mjs +4 -86
- package/dist/index87.mjs +176 -26
- package/dist/index88.mjs +52 -8
- package/dist/index89.mjs +69 -75
- package/dist/index90.mjs +34 -4
- package/dist/index91.mjs +43 -2
- package/dist/index92.mjs +2 -83
- package/dist/index93.mjs +4 -52
- package/dist/index94.mjs +1133 -5
- package/dist/index95.mjs +19 -4
- package/dist/index96.mjs +47 -171
- package/dist/index97.mjs +32 -52
- package/dist/index98.mjs +2 -69
- package/package.json +1 -1
- package/src/components/Checkout.tsx +3 -3
- package/src/components/ShoppingCart.tsx +10 -3
package/dist/index89.mjs
CHANGED
|
@@ -1,78 +1,72 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
e = n;
|
|
71
|
-
}),
|
|
72
|
-
cancel: e
|
|
73
|
-
};
|
|
74
|
-
}
|
|
75
|
-
}
|
|
2
|
+
const e = {
|
|
3
|
+
Continue: 100,
|
|
4
|
+
SwitchingProtocols: 101,
|
|
5
|
+
Processing: 102,
|
|
6
|
+
EarlyHints: 103,
|
|
7
|
+
Ok: 200,
|
|
8
|
+
Created: 201,
|
|
9
|
+
Accepted: 202,
|
|
10
|
+
NonAuthoritativeInformation: 203,
|
|
11
|
+
NoContent: 204,
|
|
12
|
+
ResetContent: 205,
|
|
13
|
+
PartialContent: 206,
|
|
14
|
+
MultiStatus: 207,
|
|
15
|
+
AlreadyReported: 208,
|
|
16
|
+
ImUsed: 226,
|
|
17
|
+
MultipleChoices: 300,
|
|
18
|
+
MovedPermanently: 301,
|
|
19
|
+
Found: 302,
|
|
20
|
+
SeeOther: 303,
|
|
21
|
+
NotModified: 304,
|
|
22
|
+
UseProxy: 305,
|
|
23
|
+
Unused: 306,
|
|
24
|
+
TemporaryRedirect: 307,
|
|
25
|
+
PermanentRedirect: 308,
|
|
26
|
+
BadRequest: 400,
|
|
27
|
+
Unauthorized: 401,
|
|
28
|
+
PaymentRequired: 402,
|
|
29
|
+
Forbidden: 403,
|
|
30
|
+
NotFound: 404,
|
|
31
|
+
MethodNotAllowed: 405,
|
|
32
|
+
NotAcceptable: 406,
|
|
33
|
+
ProxyAuthenticationRequired: 407,
|
|
34
|
+
RequestTimeout: 408,
|
|
35
|
+
Conflict: 409,
|
|
36
|
+
Gone: 410,
|
|
37
|
+
LengthRequired: 411,
|
|
38
|
+
PreconditionFailed: 412,
|
|
39
|
+
PayloadTooLarge: 413,
|
|
40
|
+
UriTooLong: 414,
|
|
41
|
+
UnsupportedMediaType: 415,
|
|
42
|
+
RangeNotSatisfiable: 416,
|
|
43
|
+
ExpectationFailed: 417,
|
|
44
|
+
ImATeapot: 418,
|
|
45
|
+
MisdirectedRequest: 421,
|
|
46
|
+
UnprocessableEntity: 422,
|
|
47
|
+
Locked: 423,
|
|
48
|
+
FailedDependency: 424,
|
|
49
|
+
TooEarly: 425,
|
|
50
|
+
UpgradeRequired: 426,
|
|
51
|
+
PreconditionRequired: 428,
|
|
52
|
+
TooManyRequests: 429,
|
|
53
|
+
RequestHeaderFieldsTooLarge: 431,
|
|
54
|
+
UnavailableForLegalReasons: 451,
|
|
55
|
+
InternalServerError: 500,
|
|
56
|
+
NotImplemented: 501,
|
|
57
|
+
BadGateway: 502,
|
|
58
|
+
ServiceUnavailable: 503,
|
|
59
|
+
GatewayTimeout: 504,
|
|
60
|
+
HttpVersionNotSupported: 505,
|
|
61
|
+
VariantAlsoNegotiates: 506,
|
|
62
|
+
InsufficientStorage: 507,
|
|
63
|
+
LoopDetected: 508,
|
|
64
|
+
NotExtended: 510,
|
|
65
|
+
NetworkAuthenticationRequired: 511
|
|
66
|
+
};
|
|
67
|
+
Object.entries(e).forEach(([t, o]) => {
|
|
68
|
+
e[o] = t;
|
|
69
|
+
});
|
|
76
70
|
export {
|
|
77
|
-
|
|
71
|
+
e as default
|
|
78
72
|
};
|
package/dist/index90.mjs
CHANGED
|
@@ -1,7 +1,37 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
var a = (i, t, e = {}) => {
|
|
3
|
+
let r = `${i}=${t}`;
|
|
4
|
+
if (i.startsWith("__Secure-") && !e.secure)
|
|
5
|
+
throw new Error("__Secure- Cookie must have Secure attributes");
|
|
6
|
+
if (i.startsWith("__Host-")) {
|
|
7
|
+
if (!e.secure)
|
|
8
|
+
throw new Error("__Host- Cookie must have Secure attributes");
|
|
9
|
+
if (e.path !== "/")
|
|
10
|
+
throw new Error('__Host- Cookie must have Path attributes with "/"');
|
|
11
|
+
if (e.domain)
|
|
12
|
+
throw new Error("__Host- Cookie must not have Domain attributes");
|
|
13
|
+
}
|
|
14
|
+
if (e && typeof e.maxAge == "number" && e.maxAge >= 0) {
|
|
15
|
+
if (e.maxAge > 3456e4)
|
|
16
|
+
throw new Error(
|
|
17
|
+
"Cookies Max-Age SHOULD NOT be greater than 400 days (34560000 seconds) in duration."
|
|
18
|
+
);
|
|
19
|
+
r += `; Max-Age=${e.maxAge | 0}`;
|
|
20
|
+
}
|
|
21
|
+
if (e.domain && e.prefix !== "host" && (r += `; Domain=${e.domain}`), e.path && (r += `; Path=${e.path}`), e.expires) {
|
|
22
|
+
if (e.expires.getTime() - Date.now() > 3456e7)
|
|
23
|
+
throw new Error(
|
|
24
|
+
"Cookies Expires SHOULD NOT be greater than 400 days (34560000 seconds) in the future."
|
|
25
|
+
);
|
|
26
|
+
r += `; Expires=${e.expires.toUTCString()}`;
|
|
27
|
+
}
|
|
28
|
+
if (e.httpOnly && (r += "; HttpOnly"), e.secure && (r += "; Secure"), e.sameSite && (r += `; SameSite=${e.sameSite.charAt(0).toUpperCase() + e.sameSite.slice(1)}`), e.priority && (r += `; Priority=${e.priority.charAt(0).toUpperCase() + e.priority.slice(1)}`), e.partitioned) {
|
|
29
|
+
if (!e.secure)
|
|
30
|
+
throw new Error("Partitioned Cookie must have Secure attributes");
|
|
31
|
+
r += "; Partitioned";
|
|
32
|
+
}
|
|
33
|
+
return r;
|
|
34
|
+
}, s = (i, t, e) => (t = encodeURIComponent(t), a(i, t, e));
|
|
5
35
|
export {
|
|
6
|
-
|
|
36
|
+
s as serialize
|
|
7
37
|
};
|
package/dist/index91.mjs
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
|
|
2
|
+
var s = (e, r) => (e = e.replace(/\/+$/, ""), e = e + "/", r = r.replace(/^\/+/, ""), e + r), p = (e, r) => {
|
|
3
|
+
for (const [n, t] of Object.entries(r)) {
|
|
4
|
+
const c = new RegExp("/:" + n + "(?:{[^/]+})?\\??");
|
|
5
|
+
e = e.replace(c, t ? `/${t}` : "");
|
|
6
|
+
}
|
|
7
|
+
return e;
|
|
8
|
+
}, f = (e) => {
|
|
9
|
+
const r = new URLSearchParams();
|
|
10
|
+
for (const [n, t] of Object.entries(e))
|
|
11
|
+
if (t !== void 0)
|
|
12
|
+
if (Array.isArray(t))
|
|
13
|
+
for (const c of t)
|
|
14
|
+
r.append(n, c);
|
|
15
|
+
else
|
|
16
|
+
r.set(n, t);
|
|
17
|
+
return r;
|
|
18
|
+
}, i = (e, r) => {
|
|
19
|
+
switch (r) {
|
|
20
|
+
case "ws":
|
|
21
|
+
return e.replace(/^http/, "ws");
|
|
22
|
+
case "http":
|
|
23
|
+
return e.replace(/^ws/, "http");
|
|
24
|
+
}
|
|
25
|
+
}, l = (e) => /^https?:\/\/[^\/]+?\/index(?=\?|$)/.test(e) ? e.replace(/\/index(?=\?|$)/, "/") : e.replace(/\/index(?=\?|$)/, "");
|
|
26
|
+
function a(e) {
|
|
27
|
+
return typeof e == "object" && e !== null && !Array.isArray(e);
|
|
28
|
+
}
|
|
29
|
+
function o(e, r) {
|
|
30
|
+
if (!a(e) && !a(r))
|
|
31
|
+
return r;
|
|
32
|
+
const n = { ...e };
|
|
33
|
+
for (const t in r) {
|
|
34
|
+
const c = r[t];
|
|
35
|
+
a(n[t]) && a(c) ? n[t] = o(n[t], c) : n[t] = c;
|
|
36
|
+
}
|
|
37
|
+
return n;
|
|
38
|
+
}
|
|
3
39
|
export {
|
|
4
|
-
|
|
40
|
+
f as buildSearchParams,
|
|
41
|
+
o as deepMerge,
|
|
42
|
+
s as mergePath,
|
|
43
|
+
l as removeIndexString,
|
|
44
|
+
p as replaceUrlParam,
|
|
45
|
+
i as replaceUrlProtocol
|
|
5
46
|
};
|
package/dist/index92.mjs
CHANGED
|
@@ -1,86 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
|
|
3
|
-
import E from "./index93.mjs";
|
|
4
|
-
function B(i) {
|
|
5
|
-
return t.isPlainObject(i) || t.isArray(i);
|
|
6
|
-
}
|
|
7
|
-
function h(i) {
|
|
8
|
-
return t.endsWith(i, "[]") ? i.slice(0, -2) : i;
|
|
9
|
-
}
|
|
10
|
-
function O(i, e, s) {
|
|
11
|
-
return i ? i.concat(e).map(function(o, d) {
|
|
12
|
-
return o = h(o), !s && d ? "[" + o + "]" : o;
|
|
13
|
-
}).join(s ? "." : "") : e;
|
|
14
|
-
}
|
|
15
|
-
function T(i) {
|
|
16
|
-
return t.isArray(i) && !i.some(B);
|
|
17
|
-
}
|
|
18
|
-
const S = t.toFlatObject(t, {}, null, function(e) {
|
|
19
|
-
return /^is[A-Z]/.test(e);
|
|
20
|
-
});
|
|
21
|
-
function W(i, e, s) {
|
|
22
|
-
if (!t.isObject(i))
|
|
23
|
-
throw new TypeError("target must be an object");
|
|
24
|
-
e = e || new FormData(), s = t.toFlatObject(s, {
|
|
25
|
-
metaTokens: !0,
|
|
26
|
-
dots: !1,
|
|
27
|
-
indexes: !1
|
|
28
|
-
}, !1, function(n, u) {
|
|
29
|
-
return !t.isUndefined(u[n]);
|
|
30
|
-
});
|
|
31
|
-
const p = s.metaTokens, o = s.visitor || j, d = s.dots, m = s.indexes, w = (s.Blob || typeof Blob < "u" && Blob) && t.isSpecCompliantForm(e);
|
|
32
|
-
if (!t.isFunction(o))
|
|
33
|
-
throw new TypeError("visitor must be a function");
|
|
34
|
-
function l(r) {
|
|
35
|
-
if (r === null) return "";
|
|
36
|
-
if (t.isDate(r))
|
|
37
|
-
return r.toISOString();
|
|
38
|
-
if (t.isBoolean(r))
|
|
39
|
-
return r.toString();
|
|
40
|
-
if (!w && t.isBlob(r))
|
|
41
|
-
throw new E("Blob is not supported. Use a Buffer instead.");
|
|
42
|
-
return t.isArrayBuffer(r) || t.isTypedArray(r) ? w && typeof Blob == "function" ? new Blob([r]) : Buffer.from(r) : r;
|
|
43
|
-
}
|
|
44
|
-
function j(r, n, u) {
|
|
45
|
-
let f = r;
|
|
46
|
-
if (r && !u && typeof r == "object") {
|
|
47
|
-
if (t.endsWith(n, "{}"))
|
|
48
|
-
n = p ? n : n.slice(0, -2), r = JSON.stringify(r);
|
|
49
|
-
else if (t.isArray(r) && T(r) || (t.isFileList(r) || t.endsWith(n, "[]")) && (f = t.toArray(r)))
|
|
50
|
-
return n = h(n), f.forEach(function(b, x) {
|
|
51
|
-
!(t.isUndefined(b) || b === null) && e.append(
|
|
52
|
-
// eslint-disable-next-line no-nested-ternary
|
|
53
|
-
m === !0 ? O([n], x, d) : m === null ? n : n + "[]",
|
|
54
|
-
l(b)
|
|
55
|
-
);
|
|
56
|
-
}), !1;
|
|
57
|
-
}
|
|
58
|
-
return B(r) ? !0 : (e.append(O(u, n, d), l(r)), !1);
|
|
59
|
-
}
|
|
60
|
-
const a = [], F = Object.assign(S, {
|
|
61
|
-
defaultVisitor: j,
|
|
62
|
-
convertValue: l,
|
|
63
|
-
isVisitable: B
|
|
64
|
-
});
|
|
65
|
-
function A(r, n) {
|
|
66
|
-
if (!t.isUndefined(r)) {
|
|
67
|
-
if (a.indexOf(r) !== -1)
|
|
68
|
-
throw Error("Circular reference detected in " + n.join("."));
|
|
69
|
-
a.push(r), t.forEach(r, function(f, c) {
|
|
70
|
-
(!(t.isUndefined(f) || f === null) && o.call(
|
|
71
|
-
e,
|
|
72
|
-
f,
|
|
73
|
-
t.isString(c) ? c.trim() : c,
|
|
74
|
-
n,
|
|
75
|
-
F
|
|
76
|
-
)) === !0 && A(f, n ? n.concat(c) : [c]);
|
|
77
|
-
}), a.pop();
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
if (!t.isObject(i))
|
|
81
|
-
throw new TypeError("data must be an object");
|
|
82
|
-
return A(i), e;
|
|
83
|
-
}
|
|
2
|
+
var r = { exports: {} };
|
|
84
3
|
export {
|
|
85
|
-
|
|
4
|
+
r as __module
|
|
86
5
|
};
|
package/dist/index93.mjs
CHANGED
|
@@ -1,57 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import
|
|
3
|
-
function
|
|
4
|
-
|
|
2
|
+
import { __exports as r } from "./index98.mjs";
|
|
3
|
+
function t(e) {
|
|
4
|
+
return e && e.__esModule ? e : { default: e };
|
|
5
5
|
}
|
|
6
|
-
|
|
7
|
-
toJSON: function() {
|
|
8
|
-
return {
|
|
9
|
-
// Standard
|
|
10
|
-
message: this.message,
|
|
11
|
-
name: this.name,
|
|
12
|
-
// Microsoft
|
|
13
|
-
description: this.description,
|
|
14
|
-
number: this.number,
|
|
15
|
-
// Mozilla
|
|
16
|
-
fileName: this.fileName,
|
|
17
|
-
lineNumber: this.lineNumber,
|
|
18
|
-
columnNumber: this.columnNumber,
|
|
19
|
-
stack: this.stack,
|
|
20
|
-
// Axios
|
|
21
|
-
config: c.toJSONObject(this.config),
|
|
22
|
-
code: this.code,
|
|
23
|
-
status: this.status
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
const u = r.prototype, R = {};
|
|
28
|
-
[
|
|
29
|
-
"ERR_BAD_OPTION_VALUE",
|
|
30
|
-
"ERR_BAD_OPTION",
|
|
31
|
-
"ECONNABORTED",
|
|
32
|
-
"ETIMEDOUT",
|
|
33
|
-
"ERR_NETWORK",
|
|
34
|
-
"ERR_FR_TOO_MANY_REDIRECTS",
|
|
35
|
-
"ERR_DEPRECATED",
|
|
36
|
-
"ERR_BAD_RESPONSE",
|
|
37
|
-
"ERR_BAD_REQUEST",
|
|
38
|
-
"ERR_CANCELED",
|
|
39
|
-
"ERR_NOT_SUPPORT",
|
|
40
|
-
"ERR_INVALID_URL"
|
|
41
|
-
// eslint-disable-next-line func-names
|
|
42
|
-
].forEach((t) => {
|
|
43
|
-
R[t] = { value: t };
|
|
44
|
-
});
|
|
45
|
-
Object.defineProperties(r, R);
|
|
46
|
-
Object.defineProperty(u, "isAxiosError", { value: !0 });
|
|
47
|
-
r.from = (t, i, o, a, e, E) => {
|
|
48
|
-
const s = Object.create(u);
|
|
49
|
-
c.toFlatObject(t, s, function(m) {
|
|
50
|
-
return m !== Error.prototype;
|
|
51
|
-
}, (n) => n !== "isAxiosError");
|
|
52
|
-
const l = t && t.message ? t.message : "Error", h = i == null && t ? t.code : i;
|
|
53
|
-
return r.call(s, l, h, o, a, e), t && s.cause == null && Object.defineProperty(s, "cause", { value: t, configurable: !0 }), s.name = t && t.name || "Error", E && Object.assign(s, E), s;
|
|
54
|
-
};
|
|
6
|
+
r._ = t;
|
|
55
7
|
export {
|
|
56
8
|
r as default
|
|
57
9
|
};
|