@instockng/storefront-ui 1.0.6 → 1.0.7

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/index101.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
  import i from "./index108.mjs";
3
3
  import m from "./index109.mjs";
4
- import f from "./index64.mjs";
4
+ import f from "./index62.mjs";
5
5
  const h = (t, o, a = 3) => {
6
6
  let r = 0;
7
7
  const c = i(50, 250);
package/dist/index102.mjs CHANGED
@@ -1,11 +1,11 @@
1
1
  'use client';
2
2
  import n from "./index88.mjs";
3
- import m from "./index64.mjs";
3
+ import m from "./index62.mjs";
4
4
  import c from "./index110.mjs";
5
5
  import h from "./index111.mjs";
6
6
  import w from "./index84.mjs";
7
- import b from "./index67.mjs";
8
- import C from "./index78.mjs";
7
+ import b from "./index65.mjs";
8
+ import C from "./index76.mjs";
9
9
  import g from "./index81.mjs";
10
10
  const E = (a) => {
11
11
  const e = b({}, a);
package/dist/index103.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use client';
2
- import a from "./index70.mjs";
3
- import s from "./index75.mjs";
4
- import m from "./index64.mjs";
2
+ import a from "./index68.mjs";
3
+ import s from "./index73.mjs";
4
+ import m from "./index62.mjs";
5
5
  const h = (e, t) => {
6
6
  const { length: l } = e = e ? e.filter(Boolean) : [];
7
7
  if (t || l) {
package/dist/index111.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import r from "./index64.mjs";
2
+ import r from "./index62.mjs";
3
3
  import c from "./index88.mjs";
4
4
  const p = c.hasStandardBrowserEnv ? (
5
5
  // Standard browser envs support document.cookie
package/dist/index3.mjs CHANGED
@@ -5,38 +5,38 @@ import "./index18.mjs";
5
5
  import { useCreateCart as Y, useGetCart as q, useAddCartItem as z, useUpdateCartItem as B, useRemoveCartItem as H, useApplyDiscount as J, useRemoveDiscount as Q, useUpdateCart as V, useCheckoutCart as W } from "./index29.mjs";
6
6
  import "@tanstack/react-query";
7
7
  import { ShoppingCart as X } from "./index8.mjs";
8
- const m = "oms_cart_id", y = K(null);
8
+ const i = "oms_cart_id", y = K(null);
9
9
  function nt({ children: a, brandSlug: w, initialCartId: s, shoppingCartProps: h }) {
10
- const [t, f] = l(() => {
10
+ const [t, m] = l(() => {
11
11
  if (s) return s;
12
12
  if (typeof window < "u") {
13
13
  const n = new URLSearchParams(window.location.search).get("cartId");
14
- return n || localStorage.getItem(m);
14
+ return n || localStorage.getItem(i);
15
15
  }
16
16
  return null;
17
- }), [p, C] = l(!1), [c, u] = l(!1), S = Y({
17
+ }), [p, C] = l(!1), [f, c] = l(!1), S = Y({
18
18
  onSuccess: (e) => {
19
19
  if ("error" in e) {
20
- u(!1);
20
+ c(!1);
21
21
  return;
22
22
  }
23
- f(e.id), u(!1);
23
+ m(e.id), c(!1);
24
24
  },
25
25
  onError: () => {
26
- u(!1);
26
+ c(!1);
27
27
  }
28
28
  });
29
29
  d(() => {
30
- !t && !s && !c && (u(!0), S.mutate(w));
31
- }, [t, s, w, c]);
32
- const { data: v, isLoading: D, error: i, refetch: r } = q(t || "", {
30
+ !t && !s && !f && (c(!0), S.mutate(w));
31
+ }, [t, s, w]);
32
+ const { data: v, isLoading: D, error: u, refetch: r } = q(t || "", {
33
33
  enabled: !!t,
34
34
  retry: !1
35
35
  // Don't retry on failure - cart might be invalid/expired
36
36
  });
37
37
  d(() => {
38
- i && t && !c && (console.warn("Cart fetch failed, will create new cart:", i), f(null), typeof window < "u" && localStorage.removeItem(m));
39
- }, [i, t, c]);
38
+ u && t && !f && (console.warn("Cart fetch failed, will create new cart:", u), m(null), typeof window < "u" && localStorage.removeItem(i));
39
+ }, [u, t, f]);
40
40
  const g = z(t || "", {
41
41
  onSuccess: () => r()
42
42
  }), E = B(t || "", {
@@ -51,7 +51,7 @@ function nt({ children: a, brandSlug: w, initialCartId: s, shoppingCartProps: h
51
51
  onSuccess: () => r()
52
52
  }), N = W(t || "");
53
53
  d(() => {
54
- t && typeof window < "u" && localStorage.setItem(m, t);
54
+ t && typeof window < "u" && localStorage.setItem(i, t);
55
55
  }, [t]);
56
56
  const R = o(
57
57
  async (e, n) => {
@@ -85,7 +85,7 @@ function nt({ children: a, brandSlug: w, initialCartId: s, shoppingCartProps: h
85
85
  if (!t) throw new Error("No cart ID");
86
86
  await x.mutateAsync();
87
87
  }, [t]), j = o(() => {
88
- f(null), typeof window < "u" && localStorage.removeItem(m);
88
+ m(null), typeof window < "u" && localStorage.removeItem(i);
89
89
  }, []), L = o(() => {
90
90
  C(!0);
91
91
  }, []), I = o(() => {
@@ -94,7 +94,7 @@ function nt({ children: a, brandSlug: w, initialCartId: s, shoppingCartProps: h
94
94
  cart: v || null,
95
95
  cartId: t,
96
96
  isLoading: D,
97
- error: i,
97
+ error: u,
98
98
  updateCartMutation: P,
99
99
  checkoutMutation: N,
100
100
  addItem: R,
package/dist/index43.mjs CHANGED
@@ -1,21 +1,21 @@
1
1
  'use client';
2
- import a from "./index64.mjs";
3
- import p from "./index65.mjs";
4
- import m from "./index66.mjs";
5
- import i from "./index67.mjs";
6
- import f from "./index68.mjs";
7
- import l from "./index69.mjs";
8
- import c from "./index70.mjs";
9
- import d from "./index71.mjs";
10
- import u from "./index72.mjs";
11
- import { VERSION as x } from "./index73.mjs";
12
- import C from "./index74.mjs";
13
- import A from "./index75.mjs";
14
- import E from "./index76.mjs";
15
- import O from "./index77.mjs";
16
- import S from "./index78.mjs";
17
- import H from "./index79.mjs";
18
- import T from "./index80.mjs";
2
+ import a from "./index62.mjs";
3
+ import p from "./index63.mjs";
4
+ import m from "./index64.mjs";
5
+ import i from "./index65.mjs";
6
+ import f from "./index66.mjs";
7
+ import l from "./index67.mjs";
8
+ import c from "./index68.mjs";
9
+ import d from "./index69.mjs";
10
+ import u from "./index70.mjs";
11
+ import { VERSION as x } from "./index71.mjs";
12
+ import C from "./index72.mjs";
13
+ import A from "./index73.mjs";
14
+ import E from "./index74.mjs";
15
+ import O from "./index75.mjs";
16
+ import S from "./index76.mjs";
17
+ import H from "./index77.mjs";
18
+ import T from "./index78.mjs";
19
19
  function n(o) {
20
20
  const t = new m(o), e = p(m.prototype.request, t);
21
21
  return a.extend(e, m.prototype, t, { allOwnKeys: !0 }), a.extend(e, t, null, { allOwnKeys: !0 }), e.create = function(s) {
package/dist/index44.mjs CHANGED
@@ -2,8 +2,8 @@
2
2
  var p = Object.defineProperty;
3
3
  var k = (r, e, i) => e in r ? p(r, e, { enumerable: !0, configurable: !0, writable: !0, value: i }) : r[e] = i;
4
4
  var h = (r, e, i) => k(r, typeof e != "symbol" ? e + "" : e, i);
5
- import { serialize as j } from "./index62.mjs";
6
- import { mergePath as U, replaceUrlParam as P, buildSearchParams as S, removeIndexString as w, replaceUrlProtocol as x, deepMerge as C } from "./index63.mjs";
5
+ import { serialize as j } from "./index79.mjs";
6
+ import { mergePath as U, replaceUrlParam as P, buildSearchParams as S, removeIndexString as w, replaceUrlProtocol as x, deepMerge as C } from "./index80.mjs";
7
7
  var v = (r, e) => new Proxy(() => {
8
8
  }, {
9
9
  get(t, s) {
package/dist/index62.mjs CHANGED
@@ -1,37 +1,238 @@
1
1
  'use client';
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");
2
+ import R from "./index63.mjs";
3
+ const { toString: T } = Object.prototype, { getPrototypeOf: A } = Object, { iterator: g, toStringTag: S } = Symbol, F = /* @__PURE__ */ ((e) => (t) => {
4
+ const n = T.call(t);
5
+ return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
6
+ })(/* @__PURE__ */ Object.create(null)), f = (e) => (e = e.toLowerCase(), (t) => F(t) === e), O = (e) => (t) => typeof t === e, { isArray: p } = Array, a = O("undefined");
7
+ function d(e) {
8
+ return e !== null && !a(e) && e.constructor !== null && !a(e.constructor) && c(e.constructor.isBuffer) && e.constructor.isBuffer(e);
9
+ }
10
+ const B = f("ArrayBuffer");
11
+ function M(e) {
12
+ let t;
13
+ return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && B(e.buffer), t;
14
+ }
15
+ const k = O("string"), c = O("function"), E = O("number"), y = (e) => e !== null && typeof e == "object", N = (e) => e === !0 || e === !1, w = (e) => {
16
+ if (F(e) !== "object")
17
+ return !1;
18
+ const t = A(e);
19
+ return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(S in e) && !(g in e);
20
+ }, U = (e) => {
21
+ if (!y(e) || d(e))
22
+ return !1;
23
+ try {
24
+ return Object.keys(e).length === 0 && Object.getPrototypeOf(e) === Object.prototype;
25
+ } catch {
26
+ return !1;
13
27
  }
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}`;
28
+ }, I = f("Date"), V = f("File"), _ = f("Blob"), q = f("FileList"), H = (e) => y(e) && c(e.pipe), z = (e) => {
29
+ let t;
30
+ return e && (typeof FormData == "function" && e instanceof FormData || c(e.append) && ((t = F(e)) === "formdata" || // detect form-data instance
31
+ t === "object" && c(e.toString) && e.toString() === "[object FormData]"));
32
+ }, J = f("URLSearchParams"), [K, $, W, G] = ["ReadableStream", "Request", "Response", "Headers"].map(f), Q = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
33
+ function m(e, t, { allOwnKeys: n = !1 } = {}) {
34
+ if (e === null || typeof e > "u")
35
+ return;
36
+ let r, s;
37
+ if (typeof e != "object" && (e = [e]), p(e))
38
+ for (r = 0, s = e.length; r < s; r++)
39
+ t.call(null, e[r], r, e);
40
+ else {
41
+ if (d(e))
42
+ return;
43
+ const o = n ? Object.getOwnPropertyNames(e) : Object.keys(e), i = o.length;
44
+ let l;
45
+ for (r = 0; r < i; r++)
46
+ l = o[r], t.call(null, e[l], l, e);
20
47
  }
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";
48
+ }
49
+ function P(e, t) {
50
+ if (d(e))
51
+ return null;
52
+ t = t.toLowerCase();
53
+ const n = Object.keys(e);
54
+ let r = n.length, s;
55
+ for (; r-- > 0; )
56
+ if (s = n[r], t === s.toLowerCase())
57
+ return s;
58
+ return null;
59
+ }
60
+ const u = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, L = (e) => !a(e) && e !== u;
61
+ function h() {
62
+ const { caseless: e, skipUndefined: t } = L(this) && this || {}, n = {}, r = (s, o) => {
63
+ const i = e && P(n, o) || o;
64
+ w(n[i]) && w(s) ? n[i] = h(n[i], s) : w(s) ? n[i] = h({}, s) : p(s) ? n[i] = s.slice() : (!t || !a(s)) && (n[i] = s);
65
+ };
66
+ for (let s = 0, o = arguments.length; s < o; s++)
67
+ arguments[s] && m(arguments[s], r);
68
+ return n;
69
+ }
70
+ const X = (e, t, n, { allOwnKeys: r } = {}) => (m(t, (s, o) => {
71
+ n && c(s) ? e[o] = R(s, n) : e[o] = s;
72
+ }, { allOwnKeys: r }), e), Y = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Z = (e, t, n, r) => {
73
+ e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
74
+ value: t.prototype
75
+ }), n && Object.assign(e.prototype, n);
76
+ }, j = (e, t, n, r) => {
77
+ let s, o, i;
78
+ const l = {};
79
+ if (t = t || {}, e == null) return t;
80
+ do {
81
+ for (s = Object.getOwnPropertyNames(e), o = s.length; o-- > 0; )
82
+ i = s[o], (!r || r(i, e, t)) && !l[i] && (t[i] = e[i], l[i] = !0);
83
+ e = n !== !1 && A(e);
84
+ } while (e && (!n || n(e, t)) && e !== Object.prototype);
85
+ return t;
86
+ }, v = (e, t, n) => {
87
+ e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
88
+ const r = e.indexOf(t, n);
89
+ return r !== -1 && r === n;
90
+ }, ee = (e) => {
91
+ if (!e) return null;
92
+ if (p(e)) return e;
93
+ let t = e.length;
94
+ if (!E(t)) return null;
95
+ const n = new Array(t);
96
+ for (; t-- > 0; )
97
+ n[t] = e[t];
98
+ return n;
99
+ }, te = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && A(Uint8Array)), ne = (e, t) => {
100
+ const r = (e && e[g]).call(e);
101
+ let s;
102
+ for (; (s = r.next()) && !s.done; ) {
103
+ const o = s.value;
104
+ t.call(e, o[0], o[1]);
32
105
  }
106
+ }, re = (e, t) => {
107
+ let n;
108
+ const r = [];
109
+ for (; (n = e.exec(t)) !== null; )
110
+ r.push(n);
33
111
  return r;
34
- }, s = (i, t, e) => (t = encodeURIComponent(t), a(i, t, e));
112
+ }, se = f("HTMLFormElement"), oe = (e) => e.toLowerCase().replace(
113
+ /[-_\s]([a-z\d])(\w*)/g,
114
+ function(n, r, s) {
115
+ return r.toUpperCase() + s;
116
+ }
117
+ ), x = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), ie = f("RegExp"), C = (e, t) => {
118
+ const n = Object.getOwnPropertyDescriptors(e), r = {};
119
+ m(n, (s, o) => {
120
+ let i;
121
+ (i = t(s, o, e)) !== !1 && (r[o] = i || s);
122
+ }), Object.defineProperties(e, r);
123
+ }, ce = (e) => {
124
+ C(e, (t, n) => {
125
+ if (c(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
126
+ return !1;
127
+ const r = e[n];
128
+ if (c(r)) {
129
+ if (t.enumerable = !1, "writable" in t) {
130
+ t.writable = !1;
131
+ return;
132
+ }
133
+ t.set || (t.set = () => {
134
+ throw Error("Can not rewrite read-only method '" + n + "'");
135
+ });
136
+ }
137
+ });
138
+ }, fe = (e, t) => {
139
+ const n = {}, r = (s) => {
140
+ s.forEach((o) => {
141
+ n[o] = !0;
142
+ });
143
+ };
144
+ return p(e) ? r(e) : r(String(e).split(t)), n;
145
+ }, le = () => {
146
+ }, ue = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
147
+ function ae(e) {
148
+ return !!(e && c(e.append) && e[S] === "FormData" && e[g]);
149
+ }
150
+ const pe = (e) => {
151
+ const t = new Array(10), n = (r, s) => {
152
+ if (y(r)) {
153
+ if (t.indexOf(r) >= 0)
154
+ return;
155
+ if (d(r))
156
+ return r;
157
+ if (!("toJSON" in r)) {
158
+ t[s] = r;
159
+ const o = p(r) ? [] : {};
160
+ return m(r, (i, l) => {
161
+ const b = n(i, s + 1);
162
+ !a(b) && (o[l] = b);
163
+ }), t[s] = void 0, o;
164
+ }
165
+ }
166
+ return r;
167
+ };
168
+ return n(e, 0);
169
+ }, de = f("AsyncFunction"), ye = (e) => e && (y(e) || c(e)) && c(e.then) && c(e.catch), D = ((e, t) => e ? setImmediate : t ? ((n, r) => (u.addEventListener("message", ({ source: s, data: o }) => {
170
+ s === u && o === n && r.length && r.shift()();
171
+ }, !1), (s) => {
172
+ r.push(s), u.postMessage(n, "*");
173
+ }))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
174
+ typeof setImmediate == "function",
175
+ c(u.postMessage)
176
+ ), me = typeof queueMicrotask < "u" ? queueMicrotask.bind(u) : typeof process < "u" && process.nextTick || D, we = (e) => e != null && c(e[g]), Fe = {
177
+ isArray: p,
178
+ isArrayBuffer: B,
179
+ isBuffer: d,
180
+ isFormData: z,
181
+ isArrayBufferView: M,
182
+ isString: k,
183
+ isNumber: E,
184
+ isBoolean: N,
185
+ isObject: y,
186
+ isPlainObject: w,
187
+ isEmptyObject: U,
188
+ isReadableStream: K,
189
+ isRequest: $,
190
+ isResponse: W,
191
+ isHeaders: G,
192
+ isUndefined: a,
193
+ isDate: I,
194
+ isFile: V,
195
+ isBlob: _,
196
+ isRegExp: ie,
197
+ isFunction: c,
198
+ isStream: H,
199
+ isURLSearchParams: J,
200
+ isTypedArray: te,
201
+ isFileList: q,
202
+ forEach: m,
203
+ merge: h,
204
+ extend: X,
205
+ trim: Q,
206
+ stripBOM: Y,
207
+ inherits: Z,
208
+ toFlatObject: j,
209
+ kindOf: F,
210
+ kindOfTest: f,
211
+ endsWith: v,
212
+ toArray: ee,
213
+ forEachEntry: ne,
214
+ matchAll: re,
215
+ isHTMLForm: se,
216
+ hasOwnProperty: x,
217
+ hasOwnProp: x,
218
+ // an alias to avoid ESLint no-prototype-builtins detection
219
+ reduceDescriptors: C,
220
+ freezeMethods: ce,
221
+ toObjectSet: fe,
222
+ toCamelCase: oe,
223
+ noop: le,
224
+ toFiniteNumber: ue,
225
+ findKey: P,
226
+ global: u,
227
+ isContextDefined: L,
228
+ isSpecCompliantForm: ae,
229
+ toJSONObject: pe,
230
+ isAsyncFn: de,
231
+ isThenable: ye,
232
+ setImmediate: D,
233
+ asap: me,
234
+ isIterable: we
235
+ };
35
236
  export {
36
- s as serialize
237
+ Fe as default
37
238
  };
package/dist/index63.mjs CHANGED
@@ -1,46 +1,9 @@
1
1
  'use client';
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;
2
+ function u(n, r) {
3
+ return function() {
4
+ return n.apply(r, arguments);
5
+ };
38
6
  }
39
7
  export {
40
- f as buildSearchParams,
41
- o as deepMerge,
42
- s as mergePath,
43
- l as removeIndexString,
44
- p as replaceUrlParam,
45
- i as replaceUrlProtocol
8
+ u as default
46
9
  };