@instockng/storefront-ui 1.0.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.
Files changed (152) hide show
  1. package/README.md +394 -0
  2. package/dist/components/CartItem.d.ts +15 -0
  3. package/dist/components/CartItem.d.ts.map +1 -0
  4. package/dist/components/Checkout.d.ts +39 -0
  5. package/dist/components/Checkout.d.ts.map +1 -0
  6. package/dist/components/DiscountCodeInput.d.ts +20 -0
  7. package/dist/components/DiscountCodeInput.d.ts.map +1 -0
  8. package/dist/components/OrderConfirmation.d.ts +30 -0
  9. package/dist/components/OrderConfirmation.d.ts.map +1 -0
  10. package/dist/components/ProductCard.d.ts +42 -0
  11. package/dist/components/ProductCard.d.ts.map +1 -0
  12. package/dist/components/ProductGrid.d.ts +33 -0
  13. package/dist/components/ProductGrid.d.ts.map +1 -0
  14. package/dist/components/ShoppingCart.d.ts +28 -0
  15. package/dist/components/ShoppingCart.d.ts.map +1 -0
  16. package/dist/components/ui/badge.d.ts +10 -0
  17. package/dist/components/ui/badge.d.ts.map +1 -0
  18. package/dist/components/ui/button.d.ts +12 -0
  19. package/dist/components/ui/button.d.ts.map +1 -0
  20. package/dist/components/ui/card.d.ts +9 -0
  21. package/dist/components/ui/card.d.ts.map +1 -0
  22. package/dist/components/ui/form-input.d.ts +20 -0
  23. package/dist/components/ui/form-input.d.ts.map +1 -0
  24. package/dist/components/ui/form-select.d.ts +18 -0
  25. package/dist/components/ui/form-select.d.ts.map +1 -0
  26. package/dist/components/ui/modal.d.ts +31 -0
  27. package/dist/components/ui/modal.d.ts.map +1 -0
  28. package/dist/contexts/CartContext.d.ts +60 -0
  29. package/dist/contexts/CartContext.d.ts.map +1 -0
  30. package/dist/hooks/usePaystackPayment.d.ts +46 -0
  31. package/dist/hooks/usePaystackPayment.d.ts.map +1 -0
  32. package/dist/index.d.ts +34 -0
  33. package/dist/index.d.ts.map +1 -0
  34. package/dist/index.mjs +99 -0
  35. package/dist/index10.mjs +644 -0
  36. package/dist/index100.mjs +7 -0
  37. package/dist/index101.mjs +35 -0
  38. package/dist/index102.mjs +33 -0
  39. package/dist/index103.mjs +30 -0
  40. package/dist/index104.mjs +63 -0
  41. package/dist/index105.mjs +5 -0
  42. package/dist/index106.mjs +4 -0
  43. package/dist/index107.mjs +4 -0
  44. package/dist/index108.mjs +19 -0
  45. package/dist/index109.mjs +15 -0
  46. package/dist/index11.mjs +62 -0
  47. package/dist/index110.mjs +8 -0
  48. package/dist/index111.mjs +32 -0
  49. package/dist/index12.mjs +64 -0
  50. package/dist/index13.mjs +26 -0
  51. package/dist/index14.mjs +117 -0
  52. package/dist/index15.mjs +44 -0
  53. package/dist/index16.mjs +44 -0
  54. package/dist/index17.mjs +44 -0
  55. package/dist/index18.mjs +43 -0
  56. package/dist/index19.mjs +11 -0
  57. package/dist/index2.mjs +24 -0
  58. package/dist/index20.mjs +29 -0
  59. package/dist/index21.mjs +34 -0
  60. package/dist/index22.mjs +22 -0
  61. package/dist/index23.mjs +90 -0
  62. package/dist/index24.mjs +22 -0
  63. package/dist/index25.mjs +13 -0
  64. package/dist/index26.mjs +99 -0
  65. package/dist/index27.mjs +20 -0
  66. package/dist/index28.mjs +67 -0
  67. package/dist/index29.mjs +98 -0
  68. package/dist/index3.mjs +121 -0
  69. package/dist/index30.mjs +21 -0
  70. package/dist/index31.mjs +21 -0
  71. package/dist/index32.mjs +13 -0
  72. package/dist/index33.mjs +6 -0
  73. package/dist/index34.mjs +1435 -0
  74. package/dist/index35.mjs +4 -0
  75. package/dist/index36.mjs +59 -0
  76. package/dist/index37.mjs +53 -0
  77. package/dist/index38.mjs +35 -0
  78. package/dist/index39.mjs +17 -0
  79. package/dist/index4.mjs +201 -0
  80. package/dist/index40.mjs +2265 -0
  81. package/dist/index41.mjs +25 -0
  82. package/dist/index42.mjs +38 -0
  83. package/dist/index43.mjs +46 -0
  84. package/dist/index44.mjs +101 -0
  85. package/dist/index45.mjs +114 -0
  86. package/dist/index46.mjs +78 -0
  87. package/dist/index47.mjs +89 -0
  88. package/dist/index48.mjs +106 -0
  89. package/dist/index49.mjs +87 -0
  90. package/dist/index5.mjs +112 -0
  91. package/dist/index50.mjs +76 -0
  92. package/dist/index51.mjs +20 -0
  93. package/dist/index52.mjs +19 -0
  94. package/dist/index53.mjs +64 -0
  95. package/dist/index54.mjs +131 -0
  96. package/dist/index55.mjs +135 -0
  97. package/dist/index56.mjs +77 -0
  98. package/dist/index57.mjs +17 -0
  99. package/dist/index58.mjs +65 -0
  100. package/dist/index59.mjs +6 -0
  101. package/dist/index6.mjs +82 -0
  102. package/dist/index60.mjs +4 -0
  103. package/dist/index61.mjs +7 -0
  104. package/dist/index62.mjs +36 -0
  105. package/dist/index63.mjs +45 -0
  106. package/dist/index64.mjs +237 -0
  107. package/dist/index65.mjs +8 -0
  108. package/dist/index66.mjs +136 -0
  109. package/dist/index67.mjs +70 -0
  110. package/dist/index68.mjs +89 -0
  111. package/dist/index69.mjs +31 -0
  112. package/dist/index7.mjs +100 -0
  113. package/dist/index70.mjs +11 -0
  114. package/dist/index71.mjs +77 -0
  115. package/dist/index72.mjs +6 -0
  116. package/dist/index73.mjs +4 -0
  117. package/dist/index74.mjs +85 -0
  118. package/dist/index75.mjs +56 -0
  119. package/dist/index76.mjs +8 -0
  120. package/dist/index77.mjs +7 -0
  121. package/dist/index78.mjs +181 -0
  122. package/dist/index79.mjs +55 -0
  123. package/dist/index8.mjs +165 -0
  124. package/dist/index80.mjs +71 -0
  125. package/dist/index81.mjs +23 -0
  126. package/dist/index82.mjs +58 -0
  127. package/dist/index83.mjs +31 -0
  128. package/dist/index84.mjs +9 -0
  129. package/dist/index85.mjs +54 -0
  130. package/dist/index86.mjs +8 -0
  131. package/dist/index87.mjs +14 -0
  132. package/dist/index88.mjs +9 -0
  133. package/dist/index89.mjs +30 -0
  134. package/dist/index9.mjs +100 -0
  135. package/dist/index90.mjs +4 -0
  136. package/dist/index91.mjs +72 -0
  137. package/dist/index92.mjs +169 -0
  138. package/dist/index93.mjs +15 -0
  139. package/dist/index94.mjs +9 -0
  140. package/dist/index95.mjs +33 -0
  141. package/dist/index96.mjs +13 -0
  142. package/dist/index97.mjs +6 -0
  143. package/dist/index98.mjs +6 -0
  144. package/dist/index99.mjs +14 -0
  145. package/dist/lib/utils.d.ts +7 -0
  146. package/dist/lib/utils.d.ts.map +1 -0
  147. package/dist/mockServiceWorker.js +349 -0
  148. package/dist/providers/StorefrontProvider.d.ts +47 -0
  149. package/dist/providers/StorefrontProvider.d.ts.map +1 -0
  150. package/dist/test-utils/MockCartProvider.d.ts +21 -0
  151. package/dist/test-utils/MockCartProvider.d.ts.map +1 -0
  152. package/package.json +77 -0
@@ -0,0 +1,70 @@
1
+ import i from "./index64.mjs";
2
+ import h from "./index78.mjs";
3
+ const c = (s) => s instanceof h ? { ...s } : s;
4
+ function C(s, f) {
5
+ f = f || {};
6
+ const u = {};
7
+ function d(t, e, r, o) {
8
+ 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;
9
+ }
10
+ function l(t, e, r, o) {
11
+ if (i.isUndefined(e)) {
12
+ if (!i.isUndefined(t))
13
+ return d(void 0, t, r, o);
14
+ } else return d(t, e, r, o);
15
+ }
16
+ function a(t, e) {
17
+ if (!i.isUndefined(e))
18
+ return d(void 0, e);
19
+ }
20
+ function n(t, e) {
21
+ if (i.isUndefined(e)) {
22
+ if (!i.isUndefined(t))
23
+ return d(void 0, t);
24
+ } else return d(void 0, e);
25
+ }
26
+ function m(t, e, r) {
27
+ if (r in f)
28
+ return d(t, e);
29
+ if (r in s)
30
+ return d(void 0, t);
31
+ }
32
+ const g = {
33
+ url: a,
34
+ method: a,
35
+ data: a,
36
+ baseURL: n,
37
+ transformRequest: n,
38
+ transformResponse: n,
39
+ paramsSerializer: n,
40
+ timeout: n,
41
+ timeoutMessage: n,
42
+ withCredentials: n,
43
+ withXSRFToken: n,
44
+ adapter: n,
45
+ responseType: n,
46
+ xsrfCookieName: n,
47
+ xsrfHeaderName: n,
48
+ onUploadProgress: n,
49
+ onDownloadProgress: n,
50
+ decompress: n,
51
+ maxContentLength: n,
52
+ maxBodyLength: n,
53
+ beforeRedirect: n,
54
+ transport: n,
55
+ httpAgent: n,
56
+ httpsAgent: n,
57
+ cancelToken: n,
58
+ socketPath: n,
59
+ responseEncoding: n,
60
+ validateStatus: m,
61
+ headers: (t, e, r) => l(c(t), c(e), r, !0)
62
+ };
63
+ return i.forEach(Object.keys({ ...s, ...f }), function(e) {
64
+ const r = g[e] || l, o = r(s[e], f[e], e);
65
+ i.isUndefined(o) && r !== m || (u[e] = o);
66
+ }), u;
67
+ }
68
+ export {
69
+ C as default
70
+ };
@@ -0,0 +1,89 @@
1
+ import t from "./index64.mjs";
2
+ import c from "./index75.mjs";
3
+ import u from "./index86.mjs";
4
+ import S from "./index74.mjs";
5
+ import h from "./index87.mjs";
6
+ import a from "./index88.mjs";
7
+ import O from "./index69.mjs";
8
+ function y(i, r, e) {
9
+ if (t.isString(i))
10
+ try {
11
+ return (r || JSON.parse)(i), t.trim(i);
12
+ } catch (n) {
13
+ if (n.name !== "SyntaxError")
14
+ throw n;
15
+ }
16
+ return (e || JSON.stringify)(i);
17
+ }
18
+ const l = {
19
+ transitional: u,
20
+ adapter: ["xhr", "http", "fetch"],
21
+ transformRequest: [function(r, e) {
22
+ const n = e.getContentType() || "", s = n.indexOf("application/json") > -1, f = t.isObject(r);
23
+ if (f && t.isHTMLForm(r) && (r = new FormData(r)), t.isFormData(r))
24
+ return s ? JSON.stringify(O(r)) : r;
25
+ if (t.isArrayBuffer(r) || t.isBuffer(r) || t.isStream(r) || t.isFile(r) || t.isBlob(r) || t.isReadableStream(r))
26
+ return r;
27
+ if (t.isArrayBufferView(r))
28
+ return r.buffer;
29
+ if (t.isURLSearchParams(r))
30
+ return e.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), r.toString();
31
+ let o;
32
+ if (f) {
33
+ if (n.indexOf("application/x-www-form-urlencoded") > -1)
34
+ return h(r, this.formSerializer).toString();
35
+ if ((o = t.isFileList(r)) || n.indexOf("multipart/form-data") > -1) {
36
+ const p = this.env && this.env.FormData;
37
+ return S(
38
+ o ? { "files[]": r } : r,
39
+ p && new p(),
40
+ this.formSerializer
41
+ );
42
+ }
43
+ }
44
+ return f || s ? (e.setContentType("application/json", !1), y(r)) : r;
45
+ }],
46
+ transformResponse: [function(r) {
47
+ const e = this.transitional || l.transitional, n = e && e.forcedJSONParsing, s = this.responseType === "json";
48
+ if (t.isResponse(r) || t.isReadableStream(r))
49
+ return r;
50
+ if (r && t.isString(r) && (n && !this.responseType || s)) {
51
+ const m = !(e && e.silentJSONParsing) && s;
52
+ try {
53
+ return JSON.parse(r, this.parseReviver);
54
+ } catch (o) {
55
+ if (m)
56
+ throw o.name === "SyntaxError" ? c.from(o, c.ERR_BAD_RESPONSE, this, null, this.response) : o;
57
+ }
58
+ }
59
+ return r;
60
+ }],
61
+ /**
62
+ * A timeout in milliseconds to abort a request. If set to 0 (default) a
63
+ * timeout is not created.
64
+ */
65
+ timeout: 0,
66
+ xsrfCookieName: "XSRF-TOKEN",
67
+ xsrfHeaderName: "X-XSRF-TOKEN",
68
+ maxContentLength: -1,
69
+ maxBodyLength: -1,
70
+ env: {
71
+ FormData: a.classes.FormData,
72
+ Blob: a.classes.Blob
73
+ },
74
+ validateStatus: function(r) {
75
+ return r >= 200 && r < 300;
76
+ },
77
+ headers: {
78
+ common: {
79
+ Accept: "application/json, text/plain, */*",
80
+ "Content-Type": void 0
81
+ }
82
+ }
83
+ };
84
+ t.forEach(["delete", "get", "head", "post", "put", "patch"], (i) => {
85
+ l.headers[i] = {};
86
+ });
87
+ export {
88
+ l as default
89
+ };
@@ -0,0 +1,31 @@
1
+ import u from "./index64.mjs";
2
+ function f(e) {
3
+ return u.matchAll(/\w+|\[(\w*)]/g, e).map((o) => o[0] === "[]" ? "" : o[1] || o[0]);
4
+ }
5
+ function y(e) {
6
+ const o = {}, r = Object.keys(e);
7
+ let i;
8
+ const n = r.length;
9
+ let c;
10
+ for (i = 0; i < n; i++)
11
+ c = r[i], o[c] = e[c];
12
+ return o;
13
+ }
14
+ function m(e) {
15
+ function o(r, i, n, c) {
16
+ let s = r[c++];
17
+ if (s === "__proto__") return !0;
18
+ const t = Number.isFinite(+s), l = c >= r.length;
19
+ 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);
20
+ }
21
+ if (u.isFormData(e) && u.isFunction(e.entries)) {
22
+ const r = {};
23
+ return u.forEachEntry(e, (i, n) => {
24
+ o(f(i), n, r, 0);
25
+ }), r;
26
+ }
27
+ return null;
28
+ }
29
+ export {
30
+ m as default
31
+ };
@@ -0,0 +1,100 @@
1
+ import { jsxs as t, jsx as a } from "react/jsx-runtime";
2
+ import { Package as v, Trash2 as p } from "lucide-react";
3
+ import { cn as g, formatCurrency as m } from "./index17.mjs";
4
+ import { useCart as N } from "./index3.mjs";
5
+ import { useState as h, useCallback as f } from "react";
6
+ function I({
7
+ item: e,
8
+ className: y,
9
+ disabled: r = !1
10
+ }) {
11
+ const [i, n] = h(!1), [s, c] = h(!1), { removeItem: o, updateItem: d } = N(), u = f(async (l) => {
12
+ if (!(l <= 0)) {
13
+ c(!0);
14
+ try {
15
+ await d(e.id, l);
16
+ } catch (x) {
17
+ console.error("Failed to update item quantity:", x);
18
+ }
19
+ c(!1);
20
+ }
21
+ }, [e.id, d]), b = f(async () => {
22
+ n(!0);
23
+ try {
24
+ await o(e.id);
25
+ } catch (l) {
26
+ console.error("Failed to remove item:", l);
27
+ }
28
+ n(!1);
29
+ }, [e.id, o]);
30
+ return /* @__PURE__ */ t(
31
+ "div",
32
+ {
33
+ className: g(
34
+ "flex gap-3 transition-opacity",
35
+ (r || i || s) && "opacity-50",
36
+ y
37
+ ),
38
+ children: [
39
+ /* @__PURE__ */ a("div", { className: "h-20 w-20 flex-shrink-0 overflow-hidden rounded-lg bg-gray-100", children: e.variant.product.thumbnailUrl ? /* @__PURE__ */ a(
40
+ "img",
41
+ {
42
+ src: e.variant.product.thumbnailUrl,
43
+ alt: e.variant.product.name,
44
+ className: "h-full w-full object-cover"
45
+ }
46
+ ) : /* @__PURE__ */ a("div", { className: "flex h-full w-full items-center justify-center", children: /* @__PURE__ */ a(v, { className: "h-6 w-6 text-gray-400" }) }) }),
47
+ /* @__PURE__ */ t("div", { className: "flex flex-1 flex-col justify-between py-1", children: [
48
+ /* @__PURE__ */ a("div", { children: /* @__PURE__ */ t("div", { className: "flex items-start justify-between gap-2", children: [
49
+ /* @__PURE__ */ t("div", { className: "flex-1", children: [
50
+ /* @__PURE__ */ a("h3", { className: "text-base font-semibold leading-tight", children: e.variant.product.name }),
51
+ e.variant.name && /* @__PURE__ */ a("p", { className: "mt-0.5 text-sm text-gray-600", children: e.variant.name })
52
+ ] }),
53
+ /* @__PURE__ */ a(
54
+ "button",
55
+ {
56
+ onClick: b,
57
+ disabled: r || i,
58
+ className: "text-gray-400 hover:text-red-600 disabled:cursor-not-allowed disabled:opacity-50",
59
+ "aria-label": "Remove item",
60
+ children: /* @__PURE__ */ a(p, { className: "h-5 w-5" })
61
+ }
62
+ )
63
+ ] }) }),
64
+ /* @__PURE__ */ t("div", { className: "flex items-center justify-between mt-2", children: [
65
+ /* @__PURE__ */ t("div", { className: "inline-flex items-center overflow-hidden rounded-full bg-gray-200 text-gray-700", children: [
66
+ /* @__PURE__ */ a(
67
+ "button",
68
+ {
69
+ "aria-label": "Decrease quantity",
70
+ onClick: () => u(e.quantity - 1),
71
+ disabled: r || e.quantity <= 1 || s,
72
+ className: "flex h-8 w-8 items-center justify-center transition-colors hover:bg-gray-300 disabled:cursor-not-allowed disabled:opacity-50",
73
+ children: "−"
74
+ }
75
+ ),
76
+ /* @__PURE__ */ a("span", { className: "px-3 text-base font-medium select-none", children: e.quantity }),
77
+ /* @__PURE__ */ a(
78
+ "button",
79
+ {
80
+ "aria-label": "Increase quantity",
81
+ onClick: () => u(e.quantity + 1),
82
+ disabled: r || s,
83
+ className: "flex h-8 w-8 items-center justify-center transition-colors hover:bg-gray-300 disabled:cursor-not-allowed disabled:opacity-50",
84
+ children: "+"
85
+ }
86
+ )
87
+ ] }),
88
+ /* @__PURE__ */ t("div", { className: "text-right", children: [
89
+ /* @__PURE__ */ a("p", { className: "text-base font-medium", children: m(e.subtotal) }),
90
+ e.basePrice !== e.finalPrice && /* @__PURE__ */ a("p", { className: "text-xs text-[#DC143C] line-through", children: m(e.basePrice * e.quantity) })
91
+ ] })
92
+ ] })
93
+ ] })
94
+ ]
95
+ }
96
+ );
97
+ }
98
+ export {
99
+ I as CartItem
100
+ };
@@ -0,0 +1,11 @@
1
+ import r from "./index75.mjs";
2
+ import i from "./index64.mjs";
3
+ function l(o, t, e) {
4
+ r.call(this, o ?? "canceled", r.ERR_CANCELED, t, e), this.name = "CanceledError";
5
+ }
6
+ i.inherits(l, r, {
7
+ __CANCEL__: !0
8
+ });
9
+ export {
10
+ l as default
11
+ };
@@ -0,0 +1,77 @@
1
+ import u from "./index70.mjs";
2
+ class c {
3
+ constructor(e) {
4
+ if (typeof e != "function")
5
+ throw new TypeError("executor must be a function.");
6
+ let t;
7
+ this.promise = new Promise(function(r) {
8
+ t = r;
9
+ });
10
+ const s = this;
11
+ this.promise.then((n) => {
12
+ if (!s._listeners) return;
13
+ let r = s._listeners.length;
14
+ for (; r-- > 0; )
15
+ s._listeners[r](n);
16
+ s._listeners = null;
17
+ }), this.promise.then = (n) => {
18
+ let r;
19
+ const o = new Promise((i) => {
20
+ s.subscribe(i), r = i;
21
+ }).then(n);
22
+ return o.cancel = function() {
23
+ s.unsubscribe(r);
24
+ }, o;
25
+ }, e(function(r, o, i) {
26
+ s.reason || (s.reason = new u(r, o, i), t(s.reason));
27
+ });
28
+ }
29
+ /**
30
+ * Throws a `CanceledError` if cancellation has been requested.
31
+ */
32
+ throwIfRequested() {
33
+ if (this.reason)
34
+ throw this.reason;
35
+ }
36
+ /**
37
+ * Subscribe to the cancel signal
38
+ */
39
+ subscribe(e) {
40
+ if (this.reason) {
41
+ e(this.reason);
42
+ return;
43
+ }
44
+ this._listeners ? this._listeners.push(e) : this._listeners = [e];
45
+ }
46
+ /**
47
+ * Unsubscribe from the cancel signal
48
+ */
49
+ unsubscribe(e) {
50
+ if (!this._listeners)
51
+ return;
52
+ const t = this._listeners.indexOf(e);
53
+ t !== -1 && this._listeners.splice(t, 1);
54
+ }
55
+ toAbortSignal() {
56
+ const e = new AbortController(), t = (s) => {
57
+ e.abort(s);
58
+ };
59
+ return this.subscribe(t), e.signal.unsubscribe = () => this.unsubscribe(t), e.signal;
60
+ }
61
+ /**
62
+ * Returns an object that contains a new `CancelToken` and a function that, when called,
63
+ * cancels the `CancelToken`.
64
+ */
65
+ static source() {
66
+ let e;
67
+ return {
68
+ token: new c(function(n) {
69
+ e = n;
70
+ }),
71
+ cancel: e
72
+ };
73
+ }
74
+ }
75
+ export {
76
+ c as default
77
+ };
@@ -0,0 +1,6 @@
1
+ function t(n) {
2
+ return !!(n && n.__CANCEL__);
3
+ }
4
+ export {
5
+ t as default
6
+ };
@@ -0,0 +1,4 @@
1
+ const o = "1.12.2";
2
+ export {
3
+ o as VERSION
4
+ };
@@ -0,0 +1,85 @@
1
+ import t from "./index64.mjs";
2
+ import E from "./index75.mjs";
3
+ function B(i) {
4
+ return t.isPlainObject(i) || t.isArray(i);
5
+ }
6
+ function h(i) {
7
+ return t.endsWith(i, "[]") ? i.slice(0, -2) : i;
8
+ }
9
+ function O(i, e, s) {
10
+ return i ? i.concat(e).map(function(o, d) {
11
+ return o = h(o), !s && d ? "[" + o + "]" : o;
12
+ }).join(s ? "." : "") : e;
13
+ }
14
+ function T(i) {
15
+ return t.isArray(i) && !i.some(B);
16
+ }
17
+ const S = t.toFlatObject(t, {}, null, function(e) {
18
+ return /^is[A-Z]/.test(e);
19
+ });
20
+ function W(i, e, s) {
21
+ if (!t.isObject(i))
22
+ throw new TypeError("target must be an object");
23
+ e = e || new FormData(), s = t.toFlatObject(s, {
24
+ metaTokens: !0,
25
+ dots: !1,
26
+ indexes: !1
27
+ }, !1, function(n, u) {
28
+ return !t.isUndefined(u[n]);
29
+ });
30
+ const p = s.metaTokens, o = s.visitor || j, d = s.dots, m = s.indexes, w = (s.Blob || typeof Blob < "u" && Blob) && t.isSpecCompliantForm(e);
31
+ if (!t.isFunction(o))
32
+ throw new TypeError("visitor must be a function");
33
+ function l(r) {
34
+ if (r === null) return "";
35
+ if (t.isDate(r))
36
+ return r.toISOString();
37
+ if (t.isBoolean(r))
38
+ return r.toString();
39
+ if (!w && t.isBlob(r))
40
+ throw new E("Blob is not supported. Use a Buffer instead.");
41
+ return t.isArrayBuffer(r) || t.isTypedArray(r) ? w && typeof Blob == "function" ? new Blob([r]) : Buffer.from(r) : r;
42
+ }
43
+ function j(r, n, u) {
44
+ let f = r;
45
+ if (r && !u && typeof r == "object") {
46
+ if (t.endsWith(n, "{}"))
47
+ n = p ? n : n.slice(0, -2), r = JSON.stringify(r);
48
+ else if (t.isArray(r) && T(r) || (t.isFileList(r) || t.endsWith(n, "[]")) && (f = t.toArray(r)))
49
+ return n = h(n), f.forEach(function(b, x) {
50
+ !(t.isUndefined(b) || b === null) && e.append(
51
+ // eslint-disable-next-line no-nested-ternary
52
+ m === !0 ? O([n], x, d) : m === null ? n : n + "[]",
53
+ l(b)
54
+ );
55
+ }), !1;
56
+ }
57
+ return B(r) ? !0 : (e.append(O(u, n, d), l(r)), !1);
58
+ }
59
+ const a = [], F = Object.assign(S, {
60
+ defaultVisitor: j,
61
+ convertValue: l,
62
+ isVisitable: B
63
+ });
64
+ function A(r, n) {
65
+ if (!t.isUndefined(r)) {
66
+ if (a.indexOf(r) !== -1)
67
+ throw Error("Circular reference detected in " + n.join("."));
68
+ a.push(r), t.forEach(r, function(f, c) {
69
+ (!(t.isUndefined(f) || f === null) && o.call(
70
+ e,
71
+ f,
72
+ t.isString(c) ? c.trim() : c,
73
+ n,
74
+ F
75
+ )) === !0 && A(f, n ? n.concat(c) : [c]);
76
+ }), a.pop();
77
+ }
78
+ }
79
+ if (!t.isObject(i))
80
+ throw new TypeError("data must be an object");
81
+ return A(i), e;
82
+ }
83
+ export {
84
+ W as default
85
+ };
@@ -0,0 +1,56 @@
1
+ import c from "./index64.mjs";
2
+ function r(t, i, o, a, e) {
3
+ 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);
4
+ }
5
+ c.inherits(r, Error, {
6
+ toJSON: function() {
7
+ return {
8
+ // Standard
9
+ message: this.message,
10
+ name: this.name,
11
+ // Microsoft
12
+ description: this.description,
13
+ number: this.number,
14
+ // Mozilla
15
+ fileName: this.fileName,
16
+ lineNumber: this.lineNumber,
17
+ columnNumber: this.columnNumber,
18
+ stack: this.stack,
19
+ // Axios
20
+ config: c.toJSONObject(this.config),
21
+ code: this.code,
22
+ status: this.status
23
+ };
24
+ }
25
+ });
26
+ const u = r.prototype, R = {};
27
+ [
28
+ "ERR_BAD_OPTION_VALUE",
29
+ "ERR_BAD_OPTION",
30
+ "ECONNABORTED",
31
+ "ETIMEDOUT",
32
+ "ERR_NETWORK",
33
+ "ERR_FR_TOO_MANY_REDIRECTS",
34
+ "ERR_DEPRECATED",
35
+ "ERR_BAD_RESPONSE",
36
+ "ERR_BAD_REQUEST",
37
+ "ERR_CANCELED",
38
+ "ERR_NOT_SUPPORT",
39
+ "ERR_INVALID_URL"
40
+ // eslint-disable-next-line func-names
41
+ ].forEach((t) => {
42
+ R[t] = { value: t };
43
+ });
44
+ Object.defineProperties(r, R);
45
+ Object.defineProperty(u, "isAxiosError", { value: !0 });
46
+ r.from = (t, i, o, a, e, E) => {
47
+ const s = Object.create(u);
48
+ c.toFlatObject(t, s, function(m) {
49
+ return m !== Error.prototype;
50
+ }, (n) => n !== "isAxiosError");
51
+ const l = t && t.message ? t.message : "Error", h = i == null && t ? t.code : i;
52
+ 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;
53
+ };
54
+ export {
55
+ r as default
56
+ };
@@ -0,0 +1,8 @@
1
+ function u(n) {
2
+ return function(r) {
3
+ return n.apply(null, r);
4
+ };
5
+ }
6
+ export {
7
+ u as default
8
+ };
@@ -0,0 +1,7 @@
1
+ import i from "./index64.mjs";
2
+ function o(r) {
3
+ return i.isObject(r) && r.isAxiosError === !0;
4
+ }
5
+ export {
6
+ o as default
7
+ };