@instockng/storefront-ui 1.0.22 → 1.0.24

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 (105) hide show
  1. package/dist/components/Checkout.d.ts.map +1 -1
  2. package/dist/components/ShoppingCart.d.ts.map +1 -1
  3. package/dist/contexts/CartContext.d.ts.map +1 -1
  4. package/dist/index10.mjs +68 -64
  5. package/dist/index12.mjs +477 -456
  6. package/dist/index132.mjs +1 -1
  7. package/dist/index134.mjs +2 -21
  8. package/dist/index135.mjs +19 -54
  9. package/dist/index136.mjs +55 -28
  10. package/dist/index137.mjs +28 -6
  11. package/dist/index138.mjs +6 -51
  12. package/dist/index139.mjs +51 -5
  13. package/dist/index140.mjs +6 -12
  14. package/dist/index141.mjs +12 -7
  15. package/dist/index142.mjs +6 -27
  16. package/dist/index143.mjs +28 -2
  17. package/dist/index144.mjs +2 -70
  18. package/dist/index145.mjs +67 -164
  19. package/dist/index146.mjs +167 -2
  20. package/dist/index150.mjs +1 -1
  21. package/dist/index151.mjs +1 -1
  22. package/dist/index153.mjs +1 -1
  23. package/dist/index154.mjs +1 -1
  24. package/dist/index156.mjs +1 -1
  25. package/dist/index157.mjs +1 -1
  26. package/dist/index159.mjs +2 -2
  27. package/dist/index160.mjs +1 -1
  28. package/dist/index165.mjs +2 -2
  29. package/dist/index167.mjs +1 -1
  30. package/dist/index169.mjs +2 -2
  31. package/dist/index170.mjs +5 -5
  32. package/dist/index173.mjs +1 -1
  33. package/dist/index184.mjs +1 -1
  34. package/dist/index186.mjs +1 -1
  35. package/dist/index190.mjs +1 -1
  36. package/dist/index192.mjs +1 -1
  37. package/dist/index2.mjs +10 -10
  38. package/dist/index20.mjs +2 -2
  39. package/dist/index205.mjs +2 -2
  40. package/dist/index206.mjs +2 -2
  41. package/dist/index208.mjs +2 -2
  42. package/dist/index209.mjs +2 -2
  43. package/dist/index21.mjs +2 -2
  44. package/dist/index210.mjs +2 -2
  45. package/dist/index211.mjs +108 -2
  46. package/dist/index212.mjs +2 -2
  47. package/dist/index213.mjs +2 -108
  48. package/dist/index214.mjs +244 -2
  49. package/dist/index216.mjs +28 -32
  50. package/dist/index217.mjs +65 -2
  51. package/dist/index218.mjs +24 -243
  52. package/dist/index220.mjs +2 -33
  53. package/dist/index221.mjs +2 -65
  54. package/dist/index222.mjs +2 -25
  55. package/dist/index223.mjs +37 -2
  56. package/dist/index224.mjs +2 -2
  57. package/dist/index230.mjs +2 -2
  58. package/dist/index231.mjs +2 -2
  59. package/dist/index245.mjs +3 -3
  60. package/dist/index248.mjs +2 -2
  61. package/dist/index249.mjs +2 -18
  62. package/dist/index25.mjs +5 -0
  63. package/dist/index250.mjs +2 -47
  64. package/dist/index251.mjs +2 -2
  65. package/dist/index252.mjs +91 -2
  66. package/dist/index253.mjs +2 -2
  67. package/dist/index254.mjs +2 -2
  68. package/dist/index255.mjs +16 -89
  69. package/dist/index256.mjs +47 -2
  70. package/dist/index263.mjs +1 -1
  71. package/dist/index264.mjs +1 -1
  72. package/dist/index265.mjs +2 -2
  73. package/dist/index267.mjs +2 -2
  74. package/dist/index3.mjs +82 -82
  75. package/dist/index38.mjs +1 -1
  76. package/dist/index42.mjs +1 -1
  77. package/dist/index49.mjs +59 -59
  78. package/dist/index50.mjs +50 -50
  79. package/dist/index51.mjs +48 -48
  80. package/dist/index52.mjs +56 -56
  81. package/dist/index53.mjs +39 -39
  82. package/dist/index54.mjs +55 -55
  83. package/dist/index55.mjs +15 -15
  84. package/dist/index56.mjs +10 -10
  85. package/dist/index57.mjs +23 -23
  86. package/dist/index58.mjs +64 -64
  87. package/dist/index59.mjs +73 -73
  88. package/dist/index62.mjs +149 -19
  89. package/dist/index63.mjs +19 -149
  90. package/dist/index73.mjs +1 -1
  91. package/dist/index78.mjs +5 -5
  92. package/dist/index80.mjs +3 -3
  93. package/dist/index90.mjs +1 -1
  94. package/dist/index91.mjs +3 -3
  95. package/dist/providers/StorefrontProvider.d.ts.map +1 -1
  96. package/dist/styles.css +1 -1
  97. package/package.json +12 -11
  98. package/src/components/CartItem.stories.tsx +5 -5
  99. package/src/components/Checkout.stories.tsx +16 -15
  100. package/src/components/Checkout.tsx +93 -50
  101. package/src/components/ShoppingCart.stories.tsx +17 -16
  102. package/src/components/ShoppingCart.tsx +14 -12
  103. package/src/contexts/CartContext.tsx +2 -1
  104. package/src/providers/StorefrontProvider.tsx +4 -1
  105. package/src/test-utils/MockCartProvider.tsx +31 -25
package/dist/index145.mjs CHANGED
@@ -1,170 +1,73 @@
1
1
  'use client';
2
- import K from "./index141.mjs";
3
- import t from "./index76.mjs";
4
- import b from "./index87.mjs";
5
- import ee from "./index246.mjs";
6
- import { trackStream as z } from "./index247.mjs";
7
- import te from "./index90.mjs";
8
- import { progressEventDecorator as I, progressEventReducer as M, asyncDecorator as j } from "./index244.mjs";
9
- import se from "./index245.mjs";
10
- import re from "./index242.mjs";
11
- const J = 64 * 1024, { isFunction: P } = t, ne = (({ Request: r, Response: n }) => ({
12
- Request: r,
13
- Response: n
14
- }))(t.global), {
15
- ReadableStream: V,
16
- TextEncoder: W
17
- } = t.global, Z = (r, ...n) => {
18
- try {
19
- return !!r(...n);
20
- } catch {
21
- return !1;
22
- }
23
- }, oe = (r) => {
24
- r = t.merge.call({
25
- skipUndefined: !0
26
- }, ne, r);
27
- const { fetch: n, Request: o, Response: y } = r, g = n ? P(n) : typeof fetch == "function", f = P(o), F = P(y);
28
- if (!g)
29
- return !1;
30
- const w = g && P(V), R = g && (typeof W == "function" ? /* @__PURE__ */ ((e) => (s) => e.encode(s))(new W()) : async (e) => new Uint8Array(await new o(e).arrayBuffer())), d = f && w && Z(() => {
31
- let e = !1;
32
- const s = new o(K.origin, {
33
- body: new V(),
34
- method: "POST",
35
- get duplex() {
36
- return e = !0, "half";
37
- }
38
- }).headers.has("Content-Type");
39
- return e && !s;
40
- }), h = F && w && Z(() => t.isReadableStream(new y("").body)), x = {
41
- stream: h && ((e) => e.body)
42
- };
43
- g && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((e) => {
44
- !x[e] && (x[e] = (s, i) => {
45
- let c = s && s[e];
46
- if (c)
47
- return c.call(s);
48
- throw new b(`Response type '${e}' is not supported`, b.ERR_NOT_SUPPORT, i);
49
- });
50
- });
51
- const $ = async (e) => {
52
- if (e == null)
53
- return 0;
54
- if (t.isBlob(e))
55
- return e.size;
56
- if (t.isSpecCompliantForm(e))
57
- return (await new o(K.origin, {
58
- method: "POST",
59
- body: e
60
- }).arrayBuffer()).byteLength;
61
- if (t.isArrayBufferView(e) || t.isArrayBuffer(e))
62
- return e.byteLength;
63
- if (t.isURLSearchParams(e) && (e = e + ""), t.isString(e))
64
- return (await R(e)).byteLength;
65
- }, G = async (e, s) => {
66
- const i = t.toFiniteNumber(e.getContentLength());
67
- return i ?? $(s);
68
- };
69
- return async (e) => {
70
- let {
71
- url: s,
72
- method: i,
73
- data: c,
74
- signal: Q,
75
- cancelToken: _,
76
- timeout: X,
77
- onDownloadProgress: O,
78
- onUploadProgress: B,
79
- responseType: l,
80
- headers: q,
81
- withCredentials: C = "same-origin",
82
- fetchOptions: U
83
- } = se(e), v = n || fetch;
84
- l = l ? (l + "").toLowerCase() : "text";
85
- let E = ee([Q, _ && _.toAbortSignal()], X), T = null;
86
- const m = E && E.unsubscribe && (() => {
87
- E.unsubscribe();
88
- });
89
- let D;
90
- try {
91
- if (B && d && i !== "get" && i !== "head" && (D = await G(q, c)) !== 0) {
92
- let p = new o(s, {
93
- method: "POST",
94
- body: c,
95
- duplex: "half"
96
- }), S;
97
- if (t.isFormData(c) && (S = p.headers.get("content-type")) && q.setContentType(S), p.body) {
98
- const [A, L] = I(
99
- D,
100
- M(j(B))
101
- );
102
- c = z(p.body, J, A, L);
103
- }
104
- }
105
- t.isString(C) || (C = C ? "include" : "omit");
106
- const a = f && "credentials" in o.prototype, N = {
107
- ...U,
108
- signal: E,
109
- method: i.toUpperCase(),
110
- headers: q.normalize().toJSON(),
111
- body: c,
112
- duplex: "half",
113
- credentials: a ? C : void 0
2
+ import H from "./index76.mjs";
3
+ import D from "./index242.mjs";
4
+ import L from "./index140.mjs";
5
+ import n from "./index87.mjs";
6
+ import y from "./index82.mjs";
7
+ import O from "./index243.mjs";
8
+ import U from "./index142.mjs";
9
+ import q from "./index90.mjs";
10
+ import { progressEventReducer as A } from "./index244.mjs";
11
+ import v from "./index245.mjs";
12
+ const N = typeof XMLHttpRequest < "u", Q = N && function(s) {
13
+ return new Promise(function(C, i) {
14
+ const t = v(s);
15
+ let E = t.data;
16
+ const T = q.from(t.headers).normalize();
17
+ let { responseType: d, onUploadProgress: R, onDownloadProgress: h } = t, l, g, w, u, f;
18
+ function x() {
19
+ u && u(), f && f(), t.cancelToken && t.cancelToken.unsubscribe(l), t.signal && t.signal.removeEventListener("abort", l);
20
+ }
21
+ let e = new XMLHttpRequest();
22
+ e.open(t.method.toUpperCase(), t.url, !0), e.timeout = t.timeout;
23
+ function b() {
24
+ if (!e)
25
+ return;
26
+ const o = q.from(
27
+ "getAllResponseHeaders" in e && e.getAllResponseHeaders()
28
+ ), a = {
29
+ data: !d || d === "text" || d === "json" ? e.responseText : e.response,
30
+ status: e.status,
31
+ statusText: e.statusText,
32
+ headers: o,
33
+ config: s,
34
+ request: e
114
35
  };
115
- T = f && new o(s, N);
116
- let u = await (f ? v(T, U) : v(s, N));
117
- const k = h && (l === "stream" || l === "response");
118
- if (h && (O || k && m)) {
119
- const p = {};
120
- ["status", "statusText", "headers"].forEach((H) => {
121
- p[H] = u[H];
122
- });
123
- const S = t.toFiniteNumber(u.headers.get("content-length")), [A, L] = O && I(
124
- S,
125
- M(j(O), !0)
126
- ) || [];
127
- u = new y(
128
- z(u.body, J, A, () => {
129
- L && L(), m && m();
130
- }),
131
- p
132
- );
133
- }
134
- l = l || "text";
135
- let Y = await x[t.findKey(x, l) || "text"](u, e);
136
- return !k && m && m(), await new Promise((p, S) => {
137
- re(p, S, {
138
- data: Y,
139
- headers: te.from(u.headers),
140
- status: u.status,
141
- statusText: u.statusText,
142
- config: e,
143
- request: T
144
- });
145
- });
146
- } catch (a) {
147
- throw m && m(), a && a.name === "TypeError" && /Load failed|fetch/i.test(a.message) ? Object.assign(
148
- new b("Network Error", b.ERR_NETWORK, e, T),
149
- {
150
- cause: a.cause || a
151
- }
152
- ) : b.from(a, a && a.code, e, T);
36
+ D(function(c) {
37
+ C(c), x();
38
+ }, function(c) {
39
+ i(c), x();
40
+ }, a), e = null;
153
41
  }
154
- };
155
- }, ae = /* @__PURE__ */ new Map(), ie = (r) => {
156
- let n = r ? r.env : {};
157
- const { fetch: o, Request: y, Response: g } = n, f = [
158
- y,
159
- g,
160
- o
161
- ];
162
- let F = f.length, w = F, R, d, h = ae;
163
- for (; w--; )
164
- R = f[w], d = h.get(R), d === void 0 && h.set(R, d = w ? /* @__PURE__ */ new Map() : oe(n)), h = d;
165
- return d;
42
+ "onloadend" in e ? e.onloadend = b : e.onreadystatechange = function() {
43
+ !e || e.readyState !== 4 || e.status === 0 && !(e.responseURL && e.responseURL.indexOf("file:") === 0) || setTimeout(b);
44
+ }, e.onabort = function() {
45
+ e && (i(new n("Request aborted", n.ECONNABORTED, s, e)), e = null);
46
+ }, e.onerror = function(r) {
47
+ const a = r && r.message ? r.message : "Network Error", p = new n(a, n.ERR_NETWORK, s, e);
48
+ p.event = r || null, i(p), e = null;
49
+ }, e.ontimeout = function() {
50
+ let r = t.timeout ? "timeout of " + t.timeout + "ms exceeded" : "timeout exceeded";
51
+ const a = t.transitional || L;
52
+ t.timeoutErrorMessage && (r = t.timeoutErrorMessage), i(new n(
53
+ r,
54
+ a.clarifyTimeoutError ? n.ETIMEDOUT : n.ECONNABORTED,
55
+ s,
56
+ e
57
+ )), e = null;
58
+ }, E === void 0 && T.setContentType(null), "setRequestHeader" in e && H.forEach(T.toJSON(), function(r, a) {
59
+ e.setRequestHeader(a, r);
60
+ }), H.isUndefined(t.withCredentials) || (e.withCredentials = !!t.withCredentials), d && d !== "json" && (e.responseType = t.responseType), h && ([w, f] = A(h, !0), e.addEventListener("progress", w)), R && e.upload && ([g, u] = A(R), e.upload.addEventListener("progress", g), e.upload.addEventListener("loadend", u)), (t.cancelToken || t.signal) && (l = (o) => {
61
+ e && (i(!o || o.type ? new y(null, s, e) : o), e.abort(), e = null);
62
+ }, t.cancelToken && t.cancelToken.subscribe(l), t.signal && (t.signal.aborted ? l() : t.signal.addEventListener("abort", l)));
63
+ const m = O(t.url);
64
+ if (m && U.protocols.indexOf(m) === -1) {
65
+ i(new n("Unsupported protocol " + m + ":", n.ERR_BAD_REQUEST, s));
66
+ return;
67
+ }
68
+ e.send(E || null);
69
+ });
166
70
  };
167
- ie();
168
71
  export {
169
- ie as getFetch
72
+ Q as default
170
73
  };
package/dist/index146.mjs CHANGED
@@ -1,5 +1,170 @@
1
1
  'use client';
2
- var a = {};
2
+ import K from "./index142.mjs";
3
+ import t from "./index76.mjs";
4
+ import b from "./index87.mjs";
5
+ import ee from "./index246.mjs";
6
+ import { trackStream as z } from "./index247.mjs";
7
+ import te from "./index90.mjs";
8
+ import { progressEventDecorator as I, progressEventReducer as M, asyncDecorator as j } from "./index244.mjs";
9
+ import se from "./index245.mjs";
10
+ import re from "./index242.mjs";
11
+ const J = 64 * 1024, { isFunction: P } = t, ne = (({ Request: r, Response: n }) => ({
12
+ Request: r,
13
+ Response: n
14
+ }))(t.global), {
15
+ ReadableStream: V,
16
+ TextEncoder: W
17
+ } = t.global, Z = (r, ...n) => {
18
+ try {
19
+ return !!r(...n);
20
+ } catch {
21
+ return !1;
22
+ }
23
+ }, oe = (r) => {
24
+ r = t.merge.call({
25
+ skipUndefined: !0
26
+ }, ne, r);
27
+ const { fetch: n, Request: o, Response: y } = r, g = n ? P(n) : typeof fetch == "function", f = P(o), F = P(y);
28
+ if (!g)
29
+ return !1;
30
+ const w = g && P(V), R = g && (typeof W == "function" ? /* @__PURE__ */ ((e) => (s) => e.encode(s))(new W()) : async (e) => new Uint8Array(await new o(e).arrayBuffer())), d = f && w && Z(() => {
31
+ let e = !1;
32
+ const s = new o(K.origin, {
33
+ body: new V(),
34
+ method: "POST",
35
+ get duplex() {
36
+ return e = !0, "half";
37
+ }
38
+ }).headers.has("Content-Type");
39
+ return e && !s;
40
+ }), h = F && w && Z(() => t.isReadableStream(new y("").body)), x = {
41
+ stream: h && ((e) => e.body)
42
+ };
43
+ g && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((e) => {
44
+ !x[e] && (x[e] = (s, i) => {
45
+ let c = s && s[e];
46
+ if (c)
47
+ return c.call(s);
48
+ throw new b(`Response type '${e}' is not supported`, b.ERR_NOT_SUPPORT, i);
49
+ });
50
+ });
51
+ const $ = async (e) => {
52
+ if (e == null)
53
+ return 0;
54
+ if (t.isBlob(e))
55
+ return e.size;
56
+ if (t.isSpecCompliantForm(e))
57
+ return (await new o(K.origin, {
58
+ method: "POST",
59
+ body: e
60
+ }).arrayBuffer()).byteLength;
61
+ if (t.isArrayBufferView(e) || t.isArrayBuffer(e))
62
+ return e.byteLength;
63
+ if (t.isURLSearchParams(e) && (e = e + ""), t.isString(e))
64
+ return (await R(e)).byteLength;
65
+ }, G = async (e, s) => {
66
+ const i = t.toFiniteNumber(e.getContentLength());
67
+ return i ?? $(s);
68
+ };
69
+ return async (e) => {
70
+ let {
71
+ url: s,
72
+ method: i,
73
+ data: c,
74
+ signal: Q,
75
+ cancelToken: _,
76
+ timeout: X,
77
+ onDownloadProgress: O,
78
+ onUploadProgress: B,
79
+ responseType: l,
80
+ headers: q,
81
+ withCredentials: C = "same-origin",
82
+ fetchOptions: U
83
+ } = se(e), v = n || fetch;
84
+ l = l ? (l + "").toLowerCase() : "text";
85
+ let E = ee([Q, _ && _.toAbortSignal()], X), T = null;
86
+ const m = E && E.unsubscribe && (() => {
87
+ E.unsubscribe();
88
+ });
89
+ let D;
90
+ try {
91
+ if (B && d && i !== "get" && i !== "head" && (D = await G(q, c)) !== 0) {
92
+ let p = new o(s, {
93
+ method: "POST",
94
+ body: c,
95
+ duplex: "half"
96
+ }), S;
97
+ if (t.isFormData(c) && (S = p.headers.get("content-type")) && q.setContentType(S), p.body) {
98
+ const [A, L] = I(
99
+ D,
100
+ M(j(B))
101
+ );
102
+ c = z(p.body, J, A, L);
103
+ }
104
+ }
105
+ t.isString(C) || (C = C ? "include" : "omit");
106
+ const a = f && "credentials" in o.prototype, N = {
107
+ ...U,
108
+ signal: E,
109
+ method: i.toUpperCase(),
110
+ headers: q.normalize().toJSON(),
111
+ body: c,
112
+ duplex: "half",
113
+ credentials: a ? C : void 0
114
+ };
115
+ T = f && new o(s, N);
116
+ let u = await (f ? v(T, U) : v(s, N));
117
+ const k = h && (l === "stream" || l === "response");
118
+ if (h && (O || k && m)) {
119
+ const p = {};
120
+ ["status", "statusText", "headers"].forEach((H) => {
121
+ p[H] = u[H];
122
+ });
123
+ const S = t.toFiniteNumber(u.headers.get("content-length")), [A, L] = O && I(
124
+ S,
125
+ M(j(O), !0)
126
+ ) || [];
127
+ u = new y(
128
+ z(u.body, J, A, () => {
129
+ L && L(), m && m();
130
+ }),
131
+ p
132
+ );
133
+ }
134
+ l = l || "text";
135
+ let Y = await x[t.findKey(x, l) || "text"](u, e);
136
+ return !k && m && m(), await new Promise((p, S) => {
137
+ re(p, S, {
138
+ data: Y,
139
+ headers: te.from(u.headers),
140
+ status: u.status,
141
+ statusText: u.statusText,
142
+ config: e,
143
+ request: T
144
+ });
145
+ });
146
+ } catch (a) {
147
+ throw m && m(), a && a.name === "TypeError" && /Load failed|fetch/i.test(a.message) ? Object.assign(
148
+ new b("Network Error", b.ERR_NETWORK, e, T),
149
+ {
150
+ cause: a.cause || a
151
+ }
152
+ ) : b.from(a, a && a.code, e, T);
153
+ }
154
+ };
155
+ }, ae = /* @__PURE__ */ new Map(), ie = (r) => {
156
+ let n = r ? r.env : {};
157
+ const { fetch: o, Request: y, Response: g } = n, f = [
158
+ y,
159
+ g,
160
+ o
161
+ ];
162
+ let F = f.length, w = F, R, d, h = ae;
163
+ for (; w--; )
164
+ R = f[w], d = h.get(R), d === void 0 && h.set(R, d = w ? /* @__PURE__ */ new Map() : oe(n)), h = d;
165
+ return d;
166
+ };
167
+ ie();
3
168
  export {
4
- a as __exports
169
+ ie as getFetch
5
170
  };
package/dist/index150.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as r } from "./index208.mjs";
2
+ import { __exports as r } from "./index205.mjs";
3
3
  var u;
4
4
  function a() {
5
5
  return u ? r : (u = 1, function(n) {
package/dist/index151.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __module as r } from "./index209.mjs";
2
+ import { __module as r } from "./index206.mjs";
3
3
  var i;
4
4
  function c() {
5
5
  return i ? r.exports : (i = 1, function(f, e) {
package/dist/index153.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as e } from "./index210.mjs";
2
+ import { __exports as e } from "./index208.mjs";
3
3
  var t;
4
4
  function o() {
5
5
  return t ? e : (t = 1, function(r) {
package/dist/index154.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as e } from "./index211.mjs";
2
+ import { __exports as e } from "./index209.mjs";
3
3
  var n;
4
4
  function a() {
5
5
  return n ? e : (n = 1, function(r) {
package/dist/index156.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as e } from "./index205.mjs";
2
+ import { __exports as e } from "./index219.mjs";
3
3
  import "./index69.mjs";
4
4
  import n from "react";
5
5
  import { __exports as o } from "./index74.mjs";
package/dist/index157.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __module as n } from "./index206.mjs";
2
+ import { __module as n } from "./index220.mjs";
3
3
  var a;
4
4
  function m() {
5
5
  return a ? n.exports : (a = 1, function(f, e) {
package/dist/index159.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { __exports as e } from "./index212.mjs";
3
- import { __require as f } from "./index213.mjs";
2
+ import { __exports as e } from "./index210.mjs";
3
+ import { __require as f } from "./index211.mjs";
4
4
  import { __require as _ } from "./index104.mjs";
5
5
  var i;
6
6
  function R() {
package/dist/index160.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as e } from "./index214.mjs";
2
+ import { __exports as e } from "./index212.mjs";
3
3
  var t;
4
4
  function u() {
5
5
  return t ? e : (t = 1, function(r) {
package/dist/index165.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { __exports as u } from "./index215.mjs";
3
- import { __require as d } from "./index216.mjs";
2
+ import { __exports as u } from "./index222.mjs";
3
+ import { __require as d } from "./index223.mjs";
4
4
  var a;
5
5
  function h() {
6
6
  return a ? u : (a = 1, function(c) {
package/dist/index167.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as i } from "./index224.mjs";
2
+ import { __exports as i } from "./index221.mjs";
3
3
  var a;
4
4
  function d() {
5
5
  return a ? i : (a = 1, function(f) {
package/dist/index169.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { __exports as n } from "./index217.mjs";
3
- import { __require as d } from "./index218.mjs";
2
+ import { __exports as n } from "./index213.mjs";
3
+ import { __require as d } from "./index214.mjs";
4
4
  var o;
5
5
  function p() {
6
6
  return o ? n : (o = 1, function(i) {
package/dist/index170.mjs CHANGED
@@ -1,11 +1,11 @@
1
1
  'use client';
2
- import { __exports as A } from "./index219.mjs";
3
- import { __require as T } from "./index218.mjs";
2
+ import { __exports as A } from "./index215.mjs";
3
+ import { __require as T } from "./index214.mjs";
4
4
  import { __require as L } from "./index173.mjs";
5
- import { __require as N } from "./index220.mjs";
5
+ import { __require as N } from "./index216.mjs";
6
6
  import { __require as U } from "./index165.mjs";
7
- import { __require as j } from "./index221.mjs";
8
- import { __require as v } from "./index222.mjs";
7
+ import { __require as j } from "./index217.mjs";
8
+ import { __require as v } from "./index218.mjs";
9
9
  var S;
10
10
  function W() {
11
11
  return S ? A : (S = 1, function(R) {
package/dist/index173.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as r } from "./index223.mjs";
2
+ import { __exports as r } from "./index224.mjs";
3
3
  var n;
4
4
  function i() {
5
5
  return n ? r : (n = 1, function(t) {
package/dist/index184.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as r } from "./index228.mjs";
2
+ import { __exports as r } from "./index229.mjs";
3
3
  import { __require as o } from "./index111.mjs";
4
4
  var i;
5
5
  function _() {
package/dist/index186.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as e } from "./index231.mjs";
2
+ import { __exports as e } from "./index228.mjs";
3
3
  import { __require as f } from "./index111.mjs";
4
4
  var n;
5
5
  function p() {
package/dist/index190.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as t } from "./index230.mjs";
2
+ import { __exports as t } from "./index231.mjs";
3
3
  import { __require as a } from "./index186.mjs";
4
4
  var n;
5
5
  function h() {
package/dist/index192.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as r } from "./index229.mjs";
2
+ import { __exports as r } from "./index230.mjs";
3
3
  import { __require as s } from "./index111.mjs";
4
4
  var a;
5
5
  function _() {
package/dist/index2.mjs CHANGED
@@ -1,36 +1,36 @@
1
1
  'use client';
2
- import { jsx as t } from "react/jsx-runtime";
2
+ import { jsx as e } from "react/jsx-runtime";
3
3
  import { ApiClientProvider as m } from "./index20.mjs";
4
4
  import "@tanstack/react-query";
5
5
  import { useGetBrand as d } from "./index36.mjs";
6
6
  import { CartProvider as f } from "./index3.mjs";
7
7
  import { MetaPixelProvider as p } from "./index4.mjs";
8
- function P({
8
+ function c({
9
9
  children: i,
10
10
  brandSlug: o,
11
- initialCartId: e,
11
+ initialCartId: t,
12
12
  shoppingCartProps: n
13
13
  }) {
14
14
  const { data: r } = d(o);
15
- return /* @__PURE__ */ t(p, { pixelId: r == null ? void 0 : r.metaPixelId, children: /* @__PURE__ */ t(
15
+ return /* @__PURE__ */ e(p, { pixelId: r == null ? void 0 : r.metaPixelId, children: /* @__PURE__ */ e(
16
16
  f,
17
17
  {
18
18
  brandSlug: o,
19
- initialCartId: e,
19
+ initialCartId: t,
20
20
  shoppingCartProps: n,
21
21
  children: i
22
22
  }
23
23
  ) });
24
24
  }
25
- function u({
25
+ function l({
26
26
  children: i,
27
27
  brandSlug: o,
28
- apiUrl: e,
28
+ apiUrl: t,
29
29
  initialCartId: n,
30
30
  shoppingCartProps: r
31
31
  }) {
32
- return /* @__PURE__ */ t(m, { ...e && { baseURL: e }, children: /* @__PURE__ */ t(
33
- P,
32
+ return /* @__PURE__ */ e(m, { getAuthToken: async () => "", ...t && { baseURL: t }, children: /* @__PURE__ */ e(
33
+ c,
34
34
  {
35
35
  brandSlug: o,
36
36
  initialCartId: n,
@@ -40,5 +40,5 @@ function u({
40
40
  ) });
41
41
  }
42
42
  export {
43
- u as StorefrontProvider
43
+ l as StorefrontProvider
44
44
  };
package/dist/index20.mjs CHANGED
@@ -4,7 +4,7 @@ import { createContext as p, useEffect as C, useMemo as f, useContext as m } fro
4
4
  import { QueryClient as d, QueryClientProvider as x } from "@tanstack/react-query";
5
5
  import { initializeApiClient as u } from "./index22.mjs";
6
6
  const l = p(null);
7
- function a({ children: e, baseURL: t = "https://oms-api.instock.ng", authToken: s, onError: i, queryClient: n }) {
7
+ function a({ children: e, baseURL: t = "https://oms-api.instock.ng", getAuthToken: s, onError: i, queryClient: n }) {
8
8
  const o = {
9
9
  baseURL: t,
10
10
  onError: i
@@ -21,7 +21,7 @@ function a({ children: e, baseURL: t = "https://oms-api.instock.ng", authToken:
21
21
  }
22
22
  }
23
23
  }), [n]);
24
- return r(x, { client: c, children: r(l.Provider, { value: { baseURL: t, authToken: s }, children: e }) });
24
+ return r(x, { client: c, children: r(l.Provider, { value: { baseURL: t, getAuthToken: s }, children: e }) });
25
25
  }
26
26
  function y() {
27
27
  const e = m(l);
package/dist/index205.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- var e = {};
2
+ var t = {};
3
3
  export {
4
- e as __exports
4
+ t as __exports
5
5
  };
package/dist/index206.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- var r = { exports: {} };
2
+ var e = { exports: {} };
3
3
  export {
4
- r as __module
4
+ e as __module
5
5
  };
package/dist/index208.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- var t = {};
2
+ var e = {};
3
3
  export {
4
- t as __exports
4
+ e as __exports
5
5
  };