@instockng/storefront-ui 1.0.83 → 1.0.84

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 (81) hide show
  1. package/dist/index100.mjs +20 -53
  2. package/dist/index101.mjs +55 -69
  3. package/dist/index102.mjs +33 -34
  4. package/dist/index103.mjs +2 -43
  5. package/dist/index108.mjs +2 -2
  6. package/dist/index109.mjs +2 -2
  7. package/dist/index14.mjs +1 -1
  8. package/dist/index144.mjs +1 -1
  9. package/dist/index145.mjs +1 -1
  10. package/dist/index146.mjs +5 -5
  11. package/dist/index148.mjs +2 -2
  12. package/dist/index150.mjs +2 -2
  13. package/dist/index152.mjs +1 -1
  14. package/dist/index154.mjs +4 -4
  15. package/dist/index155.mjs +3 -3
  16. package/dist/index166.mjs +2 -2
  17. package/dist/index175.mjs +2 -2
  18. package/dist/index177.mjs +1 -1
  19. package/dist/index179.mjs +2 -2
  20. package/dist/index180.mjs +5 -5
  21. package/dist/index183.mjs +1 -1
  22. package/dist/index186.mjs +1 -1
  23. package/dist/index189.mjs +1 -1
  24. package/dist/index190.mjs +1 -1
  25. package/dist/index194.mjs +1 -1
  26. package/dist/index215.mjs +1 -1
  27. package/dist/index216.mjs +3 -3
  28. package/dist/index221.mjs +1 -1
  29. package/dist/index223.mjs +1 -1
  30. package/dist/index224.mjs +3 -3
  31. package/dist/index225.mjs +3 -3
  32. package/dist/index237.mjs +2 -2
  33. package/dist/index238.mjs +36 -243
  34. package/dist/index239.mjs +2 -2
  35. package/dist/index240.mjs +2 -33
  36. package/dist/index241.mjs +2 -65
  37. package/dist/index242.mjs +243 -24
  38. package/dist/index243.mjs +2 -2
  39. package/dist/index244.mjs +33 -2
  40. package/dist/index245.mjs +56 -28
  41. package/dist/index246.mjs +25 -2
  42. package/dist/index248.mjs +2 -2
  43. package/dist/index249.mjs +2 -2
  44. package/dist/index264.mjs +1 -1
  45. package/dist/index266.mjs +2 -2
  46. package/dist/index267.mjs +18 -2
  47. package/dist/index268.mjs +47 -2
  48. package/dist/index269.mjs +2 -2
  49. package/dist/index270.mjs +2 -91
  50. package/dist/index271.mjs +2 -2
  51. package/dist/index272.mjs +2 -18
  52. package/dist/index273.mjs +87 -43
  53. package/dist/index275.mjs +2 -2
  54. package/dist/index277.mjs +2 -2
  55. package/dist/index55.mjs +17 -17
  56. package/dist/index56.mjs +2 -2
  57. package/dist/index72.mjs +7 -7
  58. package/dist/index78.mjs +235 -2
  59. package/dist/index79.mjs +5 -5
  60. package/dist/index80.mjs +125 -1125
  61. package/dist/index81.mjs +67 -19
  62. package/dist/index82.mjs +82 -50
  63. package/dist/index83.mjs +28 -32
  64. package/dist/index84.mjs +9 -2
  65. package/dist/index85.mjs +69 -229
  66. package/dist/index86.mjs +3 -5
  67. package/dist/index87.mjs +2 -134
  68. package/dist/index88.mjs +79 -64
  69. package/dist/index89.mjs +51 -84
  70. package/dist/index90.mjs +5 -28
  71. package/dist/index91.mjs +4 -8
  72. package/dist/index92.mjs +173 -69
  73. package/dist/index93.mjs +53 -4
  74. package/dist/index94.mjs +69 -2
  75. package/dist/index95.mjs +31 -80
  76. package/dist/index96.mjs +41 -52
  77. package/dist/index97.mjs +2 -6
  78. package/dist/index98.mjs +5 -4
  79. package/dist/index99.mjs +1123 -168
  80. package/package.json +1 -1
  81. package/src/components/ShoppingCart.tsx +1 -1
package/dist/index78.mjs CHANGED
@@ -1,5 +1,238 @@
1
1
  'use client';
2
- var r = { exports: {} };
2
+ import R from "./index79.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;
27
+ }
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);
47
+ }
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]);
105
+ }
106
+ }, re = (e, t) => {
107
+ let n;
108
+ const r = [];
109
+ for (; (n = e.exec(t)) !== null; )
110
+ r.push(n);
111
+ return r;
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
+ };
3
236
  export {
4
- r as __module
237
+ Fe as default
5
238
  };
package/dist/index79.mjs CHANGED
@@ -1,9 +1,9 @@
1
1
  'use client';
2
- import { __exports as r } from "./index84.mjs";
3
- function t(e) {
4
- return e && e.__esModule ? e : { default: e };
2
+ function u(n, r) {
3
+ return function() {
4
+ return n.apply(r, arguments);
5
+ };
5
6
  }
6
- r._ = t;
7
7
  export {
8
- r as default
8
+ u as default
9
9
  };