@instockng/storefront-ui 1.0.17 → 1.0.18

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/index64.mjs CHANGED
@@ -1,32 +1,71 @@
1
1
  'use client';
2
- import u from "./index59.mjs";
3
- function f(e) {
4
- return u.matchAll(/\w+|\[(\w*)]/g, e).map((o) => o[0] === "[]" ? "" : o[1] || o[0]);
5
- }
6
- function y(e) {
7
- const o = {}, r = Object.keys(e);
8
- let i;
9
- const n = r.length;
10
- let c;
11
- for (i = 0; i < n; i++)
12
- c = r[i], o[c] = e[c];
13
- return o;
14
- }
15
- function m(e) {
16
- function o(r, i, n, c) {
17
- let s = r[c++];
18
- if (s === "__proto__") return !0;
19
- const t = Number.isFinite(+s), l = c >= r.length;
20
- return s = !s && u.isArray(n) ? n.length : s, l ? (u.hasOwnProp(n, s) ? n[s] = [n[s], i] : n[s] = i, !t) : ((!n[s] || !u.isObject(n[s])) && (n[s] = []), o(r, i, n[s], c) && u.isArray(n[s]) && (n[s] = y(n[s])), !t);
2
+ import i from "./index61.mjs";
3
+ import h from "./index75.mjs";
4
+ const c = (s) => s instanceof h ? { ...s } : s;
5
+ function C(s, f) {
6
+ f = f || {};
7
+ const u = {};
8
+ function d(t, e, r, o) {
9
+ return i.isPlainObject(t) && i.isPlainObject(e) ? i.merge.call({ caseless: o }, t, e) : i.isPlainObject(e) ? i.merge({}, e) : i.isArray(e) ? e.slice() : e;
10
+ }
11
+ function l(t, e, r, o) {
12
+ if (i.isUndefined(e)) {
13
+ if (!i.isUndefined(t))
14
+ return d(void 0, t, r, o);
15
+ } else return d(t, e, r, o);
16
+ }
17
+ function a(t, e) {
18
+ if (!i.isUndefined(e))
19
+ return d(void 0, e);
20
+ }
21
+ function n(t, e) {
22
+ if (i.isUndefined(e)) {
23
+ if (!i.isUndefined(t))
24
+ return d(void 0, t);
25
+ } else return d(void 0, e);
21
26
  }
22
- if (u.isFormData(e) && u.isFunction(e.entries)) {
23
- const r = {};
24
- return u.forEachEntry(e, (i, n) => {
25
- o(f(i), n, r, 0);
26
- }), r;
27
+ function m(t, e, r) {
28
+ if (r in f)
29
+ return d(t, e);
30
+ if (r in s)
31
+ return d(void 0, t);
27
32
  }
28
- return null;
33
+ const g = {
34
+ url: a,
35
+ method: a,
36
+ data: a,
37
+ baseURL: n,
38
+ transformRequest: n,
39
+ transformResponse: n,
40
+ paramsSerializer: n,
41
+ timeout: n,
42
+ timeoutMessage: n,
43
+ withCredentials: n,
44
+ withXSRFToken: n,
45
+ adapter: n,
46
+ responseType: n,
47
+ xsrfCookieName: n,
48
+ xsrfHeaderName: n,
49
+ onUploadProgress: n,
50
+ onDownloadProgress: n,
51
+ decompress: n,
52
+ maxContentLength: n,
53
+ maxBodyLength: n,
54
+ beforeRedirect: n,
55
+ transport: n,
56
+ httpAgent: n,
57
+ httpsAgent: n,
58
+ cancelToken: n,
59
+ socketPath: n,
60
+ responseEncoding: n,
61
+ validateStatus: m,
62
+ headers: (t, e, r) => l(c(t), c(e), r, !0)
63
+ };
64
+ return i.forEach(Object.keys({ ...s, ...f }), function(e) {
65
+ const r = g[e] || l, o = r(s[e], f[e], e);
66
+ i.isUndefined(o) && r !== m || (u[e] = o);
67
+ }), u;
29
68
  }
30
69
  export {
31
- m as default
70
+ C as default
32
71
  };
package/dist/index65.mjs CHANGED
@@ -1,11 +1,89 @@
1
1
  'use client';
2
- import r from "./index70.mjs";
3
- import i from "./index59.mjs";
4
- function l(o, t, e) {
5
- r.call(this, o ?? "canceled", r.ERR_CANCELED, t, e), this.name = "CanceledError";
2
+ import t from "./index61.mjs";
3
+ import c from "./index72.mjs";
4
+ import u from "./index85.mjs";
5
+ import S from "./index71.mjs";
6
+ import h from "./index86.mjs";
7
+ import a from "./index87.mjs";
8
+ import O from "./index66.mjs";
9
+ function y(i, r, e) {
10
+ if (t.isString(i))
11
+ try {
12
+ return (r || JSON.parse)(i), t.trim(i);
13
+ } catch (n) {
14
+ if (n.name !== "SyntaxError")
15
+ throw n;
16
+ }
17
+ return (e || JSON.stringify)(i);
6
18
  }
7
- i.inherits(l, r, {
8
- __CANCEL__: !0
19
+ const l = {
20
+ transitional: u,
21
+ adapter: ["xhr", "http", "fetch"],
22
+ transformRequest: [function(r, e) {
23
+ const n = e.getContentType() || "", s = n.indexOf("application/json") > -1, f = t.isObject(r);
24
+ if (f && t.isHTMLForm(r) && (r = new FormData(r)), t.isFormData(r))
25
+ return s ? JSON.stringify(O(r)) : r;
26
+ if (t.isArrayBuffer(r) || t.isBuffer(r) || t.isStream(r) || t.isFile(r) || t.isBlob(r) || t.isReadableStream(r))
27
+ return r;
28
+ if (t.isArrayBufferView(r))
29
+ return r.buffer;
30
+ if (t.isURLSearchParams(r))
31
+ return e.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), r.toString();
32
+ let o;
33
+ if (f) {
34
+ if (n.indexOf("application/x-www-form-urlencoded") > -1)
35
+ return h(r, this.formSerializer).toString();
36
+ if ((o = t.isFileList(r)) || n.indexOf("multipart/form-data") > -1) {
37
+ const p = this.env && this.env.FormData;
38
+ return S(
39
+ o ? { "files[]": r } : r,
40
+ p && new p(),
41
+ this.formSerializer
42
+ );
43
+ }
44
+ }
45
+ return f || s ? (e.setContentType("application/json", !1), y(r)) : r;
46
+ }],
47
+ transformResponse: [function(r) {
48
+ const e = this.transitional || l.transitional, n = e && e.forcedJSONParsing, s = this.responseType === "json";
49
+ if (t.isResponse(r) || t.isReadableStream(r))
50
+ return r;
51
+ if (r && t.isString(r) && (n && !this.responseType || s)) {
52
+ const m = !(e && e.silentJSONParsing) && s;
53
+ try {
54
+ return JSON.parse(r, this.parseReviver);
55
+ } catch (o) {
56
+ if (m)
57
+ throw o.name === "SyntaxError" ? c.from(o, c.ERR_BAD_RESPONSE, this, null, this.response) : o;
58
+ }
59
+ }
60
+ return r;
61
+ }],
62
+ /**
63
+ * A timeout in milliseconds to abort a request. If set to 0 (default) a
64
+ * timeout is not created.
65
+ */
66
+ timeout: 0,
67
+ xsrfCookieName: "XSRF-TOKEN",
68
+ xsrfHeaderName: "X-XSRF-TOKEN",
69
+ maxContentLength: -1,
70
+ maxBodyLength: -1,
71
+ env: {
72
+ FormData: a.classes.FormData,
73
+ Blob: a.classes.Blob
74
+ },
75
+ validateStatus: function(r) {
76
+ return r >= 200 && r < 300;
77
+ },
78
+ headers: {
79
+ common: {
80
+ Accept: "application/json, text/plain, */*",
81
+ "Content-Type": void 0
82
+ }
83
+ }
84
+ };
85
+ t.forEach(["delete", "get", "head", "post", "put", "patch"], (i) => {
86
+ l.headers[i] = {};
9
87
  });
10
88
  export {
11
89
  l as default
package/dist/index66.mjs CHANGED
@@ -1,78 +1,32 @@
1
1
  'use client';
2
- import u from "./index65.mjs";
3
- class c {
4
- constructor(e) {
5
- if (typeof e != "function")
6
- throw new TypeError("executor must be a function.");
7
- let t;
8
- this.promise = new Promise(function(r) {
9
- t = r;
10
- });
11
- const s = this;
12
- this.promise.then((n) => {
13
- if (!s._listeners) return;
14
- let r = s._listeners.length;
15
- for (; r-- > 0; )
16
- s._listeners[r](n);
17
- s._listeners = null;
18
- }), this.promise.then = (n) => {
19
- let r;
20
- const o = new Promise((i) => {
21
- s.subscribe(i), r = i;
22
- }).then(n);
23
- return o.cancel = function() {
24
- s.unsubscribe(r);
25
- }, o;
26
- }, e(function(r, o, i) {
27
- s.reason || (s.reason = new u(r, o, i), t(s.reason));
28
- });
29
- }
30
- /**
31
- * Throws a `CanceledError` if cancellation has been requested.
32
- */
33
- throwIfRequested() {
34
- if (this.reason)
35
- throw this.reason;
36
- }
37
- /**
38
- * Subscribe to the cancel signal
39
- */
40
- subscribe(e) {
41
- if (this.reason) {
42
- e(this.reason);
43
- return;
44
- }
45
- this._listeners ? this._listeners.push(e) : this._listeners = [e];
46
- }
47
- /**
48
- * Unsubscribe from the cancel signal
49
- */
50
- unsubscribe(e) {
51
- if (!this._listeners)
52
- return;
53
- const t = this._listeners.indexOf(e);
54
- t !== -1 && this._listeners.splice(t, 1);
55
- }
56
- toAbortSignal() {
57
- const e = new AbortController(), t = (s) => {
58
- e.abort(s);
59
- };
60
- return this.subscribe(t), e.signal.unsubscribe = () => this.unsubscribe(t), e.signal;
2
+ import u from "./index61.mjs";
3
+ function f(e) {
4
+ return u.matchAll(/\w+|\[(\w*)]/g, e).map((o) => o[0] === "[]" ? "" : o[1] || o[0]);
5
+ }
6
+ function y(e) {
7
+ const o = {}, r = Object.keys(e);
8
+ let i;
9
+ const n = r.length;
10
+ let c;
11
+ for (i = 0; i < n; i++)
12
+ c = r[i], o[c] = e[c];
13
+ return o;
14
+ }
15
+ function m(e) {
16
+ function o(r, i, n, c) {
17
+ let s = r[c++];
18
+ if (s === "__proto__") return !0;
19
+ const t = Number.isFinite(+s), l = c >= r.length;
20
+ return s = !s && u.isArray(n) ? n.length : s, l ? (u.hasOwnProp(n, s) ? n[s] = [n[s], i] : n[s] = i, !t) : ((!n[s] || !u.isObject(n[s])) && (n[s] = []), o(r, i, n[s], c) && u.isArray(n[s]) && (n[s] = y(n[s])), !t);
61
21
  }
62
- /**
63
- * Returns an object that contains a new `CancelToken` and a function that, when called,
64
- * cancels the `CancelToken`.
65
- */
66
- static source() {
67
- let e;
68
- return {
69
- token: new c(function(n) {
70
- e = n;
71
- }),
72
- cancel: e
73
- };
22
+ if (u.isFormData(e) && u.isFunction(e.entries)) {
23
+ const r = {};
24
+ return u.forEachEntry(e, (i, n) => {
25
+ o(f(i), n, r, 0);
26
+ }), r;
74
27
  }
28
+ return null;
75
29
  }
76
30
  export {
77
- c as default
31
+ m as default
78
32
  };
package/dist/index67.mjs CHANGED
@@ -1,7 +1,12 @@
1
1
  'use client';
2
- function t(n) {
3
- return !!(n && n.__CANCEL__);
2
+ import r from "./index72.mjs";
3
+ import i from "./index61.mjs";
4
+ function l(o, t, e) {
5
+ r.call(this, o ?? "canceled", r.ERR_CANCELED, t, e), this.name = "CanceledError";
4
6
  }
7
+ i.inherits(l, r, {
8
+ __CANCEL__: !0
9
+ });
5
10
  export {
6
- t as default
11
+ l as default
7
12
  };
package/dist/index68.mjs CHANGED
@@ -1,5 +1,78 @@
1
1
  'use client';
2
- const o = "1.12.2";
2
+ import u from "./index67.mjs";
3
+ class c {
4
+ constructor(e) {
5
+ if (typeof e != "function")
6
+ throw new TypeError("executor must be a function.");
7
+ let t;
8
+ this.promise = new Promise(function(r) {
9
+ t = r;
10
+ });
11
+ const s = this;
12
+ this.promise.then((n) => {
13
+ if (!s._listeners) return;
14
+ let r = s._listeners.length;
15
+ for (; r-- > 0; )
16
+ s._listeners[r](n);
17
+ s._listeners = null;
18
+ }), this.promise.then = (n) => {
19
+ let r;
20
+ const o = new Promise((i) => {
21
+ s.subscribe(i), r = i;
22
+ }).then(n);
23
+ return o.cancel = function() {
24
+ s.unsubscribe(r);
25
+ }, o;
26
+ }, e(function(r, o, i) {
27
+ s.reason || (s.reason = new u(r, o, i), t(s.reason));
28
+ });
29
+ }
30
+ /**
31
+ * Throws a `CanceledError` if cancellation has been requested.
32
+ */
33
+ throwIfRequested() {
34
+ if (this.reason)
35
+ throw this.reason;
36
+ }
37
+ /**
38
+ * Subscribe to the cancel signal
39
+ */
40
+ subscribe(e) {
41
+ if (this.reason) {
42
+ e(this.reason);
43
+ return;
44
+ }
45
+ this._listeners ? this._listeners.push(e) : this._listeners = [e];
46
+ }
47
+ /**
48
+ * Unsubscribe from the cancel signal
49
+ */
50
+ unsubscribe(e) {
51
+ if (!this._listeners)
52
+ return;
53
+ const t = this._listeners.indexOf(e);
54
+ t !== -1 && this._listeners.splice(t, 1);
55
+ }
56
+ toAbortSignal() {
57
+ const e = new AbortController(), t = (s) => {
58
+ e.abort(s);
59
+ };
60
+ return this.subscribe(t), e.signal.unsubscribe = () => this.unsubscribe(t), e.signal;
61
+ }
62
+ /**
63
+ * Returns an object that contains a new `CancelToken` and a function that, when called,
64
+ * cancels the `CancelToken`.
65
+ */
66
+ static source() {
67
+ let e;
68
+ return {
69
+ token: new c(function(n) {
70
+ e = n;
71
+ }),
72
+ cancel: e
73
+ };
74
+ }
75
+ }
3
76
  export {
4
- o as VERSION
77
+ c as default
5
78
  };
package/dist/index69.mjs CHANGED
@@ -1,86 +1,7 @@
1
1
  'use client';
2
- import t from "./index59.mjs";
3
- import E from "./index70.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;
2
+ function t(n) {
3
+ return !!(n && n.__CANCEL__);
83
4
  }
84
5
  export {
85
- W as default
6
+ t as default
86
7
  };
package/dist/index70.mjs CHANGED
@@ -1,57 +1,5 @@
1
1
  'use client';
2
- import c from "./index59.mjs";
3
- function r(t, i, o, a, e) {
4
- Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = t, this.name = "AxiosError", i && (this.code = i), o && (this.config = o), a && (this.request = a), e && (this.response = e, this.status = e.status ? e.status : null);
5
- }
6
- c.inherits(r, Error, {
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
- };
2
+ const o = "1.12.2";
55
3
  export {
56
- r as default
4
+ o as VERSION
57
5
  };
package/dist/index71.mjs CHANGED
@@ -1,9 +1,86 @@
1
1
  'use client';
2
- function u(n) {
3
- return function(r) {
4
- return n.apply(null, r);
5
- };
2
+ import t from "./index61.mjs";
3
+ import E from "./index72.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;
6
83
  }
7
84
  export {
8
- u as default
85
+ W as default
9
86
  };