@instockng/storefront-ui 1.0.60 → 1.0.62

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 (50) hide show
  1. package/dist/index10.mjs +20 -20
  2. package/dist/index141.mjs +1 -1
  3. package/dist/index143.mjs +1 -1
  4. package/dist/index144.mjs +2 -2
  5. package/dist/index148.mjs +2 -2
  6. package/dist/index172.mjs +2 -2
  7. package/dist/index174.mjs +1 -1
  8. package/dist/index176.mjs +2 -2
  9. package/dist/index177.mjs +5 -5
  10. package/dist/index180.mjs +1 -1
  11. package/dist/index183.mjs +1 -1
  12. package/dist/index191.mjs +1 -1
  13. package/dist/index193.mjs +1 -1
  14. package/dist/index197.mjs +1 -1
  15. package/dist/index199.mjs +1 -1
  16. package/dist/index212.mjs +12 -30
  17. package/dist/index213.mjs +7 -11
  18. package/dist/index214.mjs +30 -3
  19. package/dist/index215.mjs +10 -3
  20. package/dist/index216.mjs +4 -13
  21. package/dist/index217.mjs +4 -7
  22. package/dist/index234.mjs +2 -2
  23. package/dist/index235.mjs +2 -37
  24. package/dist/index236.mjs +37 -2
  25. package/dist/index237.mjs +2 -244
  26. package/dist/index238.mjs +244 -2
  27. package/dist/index239.mjs +2 -33
  28. package/dist/index240.mjs +28 -60
  29. package/dist/index241.mjs +60 -20
  30. package/dist/index242.mjs +25 -2
  31. package/dist/index249.mjs +2 -2
  32. package/dist/index250.mjs +2 -2
  33. package/dist/index252.mjs +1 -1
  34. package/dist/index255.mjs +1 -1
  35. package/dist/index263.mjs +2 -2
  36. package/dist/index264.mjs +2 -18
  37. package/dist/index265.mjs +13 -42
  38. package/dist/index266.mjs +47 -2
  39. package/dist/index40.mjs +1 -1
  40. package/dist/index42.mjs +2 -2
  41. package/dist/index49.mjs +1 -1
  42. package/dist/index68.mjs +20 -21
  43. package/dist/index69.mjs +21 -150
  44. package/dist/index70.mjs +149 -19
  45. package/dist/index74.mjs +1 -1
  46. package/dist/index97.mjs +1 -1
  47. package/dist/styles.css +1 -1
  48. package/package.json +1 -1
  49. package/src/components/ProductAddOns.tsx +3 -3
  50. package/src/styles.css +4 -0
package/dist/index241.mjs CHANGED
@@ -1,28 +1,68 @@
1
1
  'use client';
2
- import { __exports as r } from "./index269.mjs";
3
- import { __require as a } from "./index270.mjs";
4
- var t;
5
- function k() {
6
- return t ? r : (t = 1, function(o) {
7
- Object.defineProperty(o, "__esModule", {
2
+ import { __module as e } from "./index268.mjs";
3
+ var o;
4
+ function X() {
5
+ return o ? e.exports : (o = 1, function(c, E) {
6
+ Object.defineProperty(E, "__esModule", {
8
7
  value: !0
9
- }), Object.defineProperty(o, "getCookieParser", {
10
- enumerable: !0,
11
- get: function() {
8
+ });
9
+ function N(O, u) {
10
+ for (var T in u) Object.defineProperty(O, T, {
11
+ enumerable: !0,
12
+ get: u[T]
13
+ });
14
+ }
15
+ N(E, {
16
+ ACTION_HEADER: function() {
17
+ return f;
18
+ },
19
+ FLIGHT_HEADERS: function() {
20
+ return A;
21
+ },
22
+ NEXT_DID_POSTPONE_HEADER: function() {
23
+ return S;
24
+ },
25
+ NEXT_HMR_REFRESH_HEADER: function() {
26
+ return r;
27
+ },
28
+ NEXT_IS_PRERENDER_HEADER: function() {
29
+ return d;
30
+ },
31
+ NEXT_ROUTER_PREFETCH_HEADER: function() {
32
+ return n;
33
+ },
34
+ NEXT_ROUTER_SEGMENT_PREFETCH_HEADER: function() {
35
+ return R;
36
+ },
37
+ NEXT_ROUTER_STALE_TIME_HEADER: function() {
38
+ return s;
39
+ },
40
+ NEXT_ROUTER_STATE_TREE_HEADER: function() {
41
+ return _;
42
+ },
43
+ NEXT_RSC_UNION_QUERY: function() {
44
+ return D;
45
+ },
46
+ NEXT_URL: function() {
47
+ return H;
48
+ },
49
+ RSC_CONTENT_TYPE_HEADER: function() {
12
50
  return i;
51
+ },
52
+ RSC_HEADER: function() {
53
+ return t;
13
54
  }
14
55
  });
15
- function i(n) {
16
- return function() {
17
- const { cookie: e } = n;
18
- if (!e)
19
- return {};
20
- const { parse: u } = a();
21
- return u(Array.isArray(e) ? e.join("; ") : e);
22
- };
23
- }
24
- }(r), r);
56
+ const t = "RSC", f = "Next-Action", _ = "Next-Router-State-Tree", n = "Next-Router-Prefetch", R = "Next-Router-Segment-Prefetch", r = "Next-HMR-Refresh", H = "Next-Url", i = "text/x-component", A = [
57
+ t,
58
+ _,
59
+ n,
60
+ r,
61
+ R
62
+ ], D = "_rsc", s = "x-nextjs-stale-time", S = "x-nextjs-postponed", d = "x-nextjs-prerender";
63
+ (typeof E.default == "function" || typeof E.default == "object" && E.default !== null) && typeof E.default.__esModule > "u" && (Object.defineProperty(E.default, "__esModule", { value: !0 }), Object.assign(E.default, E), c.exports = E.default);
64
+ }(e, e.exports), e.exports);
25
65
  }
26
66
  export {
27
- k as __require
67
+ X as __require
28
68
  };
package/dist/index242.mjs CHANGED
@@ -1,5 +1,28 @@
1
1
  'use client';
2
- var r = {};
2
+ import { __exports as r } from "./index269.mjs";
3
+ import { __require as a } from "./index270.mjs";
4
+ var t;
5
+ function k() {
6
+ return t ? r : (t = 1, function(o) {
7
+ Object.defineProperty(o, "__esModule", {
8
+ value: !0
9
+ }), Object.defineProperty(o, "getCookieParser", {
10
+ enumerable: !0,
11
+ get: function() {
12
+ return i;
13
+ }
14
+ });
15
+ function i(n) {
16
+ return function() {
17
+ const { cookie: e } = n;
18
+ if (!e)
19
+ return {};
20
+ const { parse: u } = a();
21
+ return u(Array.isArray(e) ? e.join("; ") : e);
22
+ };
23
+ }
24
+ }(r), r);
25
+ }
3
26
  export {
4
- r as __exports
27
+ k as __require
5
28
  };
package/dist/index249.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- var a = {};
2
+ var e = {};
3
3
  export {
4
- a as __exports
4
+ e as __exports
5
5
  };
package/dist/index250.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- var e = {};
2
+ var a = {};
3
3
  export {
4
- e as __exports
4
+ a as __exports
5
5
  };
package/dist/index252.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import * as e from "./index271.mjs";
3
- import { getAugmentedNamespace as r } from "./index68.mjs";
3
+ import { getAugmentedNamespace as r } from "./index69.mjs";
4
4
  const o = /* @__PURE__ */ r(e);
5
5
  export {
6
6
  o as default
package/dist/index255.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import a from "./index212.mjs";
2
+ import a from "./index214.mjs";
3
3
  const e = typeof URLSearchParams < "u" ? URLSearchParams : a;
4
4
  export {
5
5
  e as default
package/dist/index263.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- var a = {};
2
+ var e = { exports: {} };
3
3
  export {
4
- a as __exports
4
+ e as __module
5
5
  };
package/dist/index264.mjs CHANGED
@@ -1,21 +1,5 @@
1
1
  'use client';
2
- import { __exports as r } from "./index272.mjs";
3
- var u;
4
- function s() {
5
- return u ? r : (u = 1, function(n) {
6
- Object.defineProperty(n, "__esModule", {
7
- value: !0
8
- }), Object.defineProperty(n, "ensureLeadingSlash", {
9
- enumerable: !0,
10
- get: function() {
11
- return t;
12
- }
13
- });
14
- function t(e) {
15
- return e.startsWith("/") ? e : "/" + e;
16
- }
17
- }(r), r);
18
- }
2
+ var a = {};
19
3
  export {
20
- s as __require
4
+ a as __exports
21
5
  };
package/dist/index265.mjs CHANGED
@@ -1,50 +1,21 @@
1
1
  'use client';
2
- import { __exports as u } from "./index273.mjs";
3
- var _;
4
- function g() {
5
- return _ ? u : (_ = 1, function(i) {
6
- Object.defineProperty(i, "__esModule", {
2
+ import { __exports as r } from "./index272.mjs";
3
+ var u;
4
+ function s() {
5
+ return u ? r : (u = 1, function(n) {
6
+ Object.defineProperty(n, "__esModule", {
7
7
  value: !0
8
- });
9
- function a(e, n) {
10
- for (var t in n) Object.defineProperty(e, t, {
11
- enumerable: !0,
12
- get: n[t]
13
- });
14
- }
15
- a(i, {
16
- DEFAULT_SEGMENT_KEY: function() {
17
- return E;
18
- },
19
- PAGE_SEGMENT_KEY: function() {
20
- return r;
21
- },
22
- addSearchParamsIfPageSegment: function() {
23
- return s;
24
- },
25
- isGroupSegment: function() {
26
- return c;
27
- },
28
- isParallelRouteSegment: function() {
29
- return f;
8
+ }), Object.defineProperty(n, "ensureLeadingSlash", {
9
+ enumerable: !0,
10
+ get: function() {
11
+ return t;
30
12
  }
31
13
  });
32
- function c(e) {
33
- return e[0] === "(" && e.endsWith(")");
34
- }
35
- function f(e) {
36
- return e.startsWith("@") && e !== "@children";
37
- }
38
- function s(e, n) {
39
- if (e.includes(r)) {
40
- const o = JSON.stringify(n);
41
- return o !== "{}" ? r + "?" + o : r;
42
- }
43
- return e;
14
+ function t(e) {
15
+ return e.startsWith("/") ? e : "/" + e;
44
16
  }
45
- const r = "__PAGE__", E = "__DEFAULT__";
46
- }(u), u);
17
+ }(r), r);
47
18
  }
48
19
  export {
49
- g as __require
20
+ s as __require
50
21
  };
package/dist/index266.mjs CHANGED
@@ -1,5 +1,50 @@
1
1
  'use client';
2
- var e = { exports: {} };
2
+ import { __exports as u } from "./index273.mjs";
3
+ var _;
4
+ function g() {
5
+ return _ ? u : (_ = 1, function(i) {
6
+ Object.defineProperty(i, "__esModule", {
7
+ value: !0
8
+ });
9
+ function a(e, n) {
10
+ for (var t in n) Object.defineProperty(e, t, {
11
+ enumerable: !0,
12
+ get: n[t]
13
+ });
14
+ }
15
+ a(i, {
16
+ DEFAULT_SEGMENT_KEY: function() {
17
+ return E;
18
+ },
19
+ PAGE_SEGMENT_KEY: function() {
20
+ return r;
21
+ },
22
+ addSearchParamsIfPageSegment: function() {
23
+ return s;
24
+ },
25
+ isGroupSegment: function() {
26
+ return c;
27
+ },
28
+ isParallelRouteSegment: function() {
29
+ return f;
30
+ }
31
+ });
32
+ function c(e) {
33
+ return e[0] === "(" && e.endsWith(")");
34
+ }
35
+ function f(e) {
36
+ return e.startsWith("@") && e !== "@children";
37
+ }
38
+ function s(e, n) {
39
+ if (e.includes(r)) {
40
+ const o = JSON.stringify(n);
41
+ return o !== "{}" ? r + "?" + o : r;
42
+ }
43
+ return e;
44
+ }
45
+ const r = "__PAGE__", E = "__DEFAULT__";
46
+ }(u), u);
47
+ }
3
48
  export {
4
- e as __module
49
+ g as __require
5
50
  };
package/dist/index40.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { getDefaultExportFromCjs as x } from "./index68.mjs";
2
+ import { getDefaultExportFromCjs as x } from "./index69.mjs";
3
3
  import { __module as q } from "./index71.mjs";
4
4
  function S(b, p) {
5
5
  for (var s = 0; s < p.length; s++) {
package/dist/index42.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { getDefaultExportFromCjs as n } from "./index68.mjs";
3
- import { __require as i } from "./index69.mjs";
2
+ import { getDefaultExportFromCjs as n } from "./index69.mjs";
3
+ import { __require as i } from "./index70.mjs";
4
4
  function s(t, a) {
5
5
  for (var o = 0; o < a.length; o++) {
6
6
  const e = a[o];
package/dist/index49.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import * as l from "react";
3
- import { composeRefs as m } from "./index70.mjs";
3
+ import { composeRefs as m } from "./index68.mjs";
4
4
  import { jsx as u } from "react/jsx-runtime";
5
5
  // @__NO_SIDE_EFFECTS__
6
6
  function y(e) {
package/dist/index68.mjs CHANGED
@@ -1,27 +1,26 @@
1
1
  'use client';
2
- function n(e) {
3
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
2
+ import "react";
3
+ function i(n, o) {
4
+ if (typeof n == "function")
5
+ return n(o);
6
+ n != null && (n.current = o);
4
7
  }
5
- function c(e) {
6
- if (e.__esModule) return e;
7
- var o = e.default;
8
- if (typeof o == "function") {
9
- var t = function r() {
10
- return this instanceof r ? Reflect.construct(o, arguments, this.constructor) : o.apply(this, arguments);
11
- };
12
- t.prototype = o.prototype;
13
- } else t = {};
14
- return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(r) {
15
- var u = Object.getOwnPropertyDescriptor(e, r);
16
- Object.defineProperty(t, r, u.get ? u : {
17
- enumerable: !0,
18
- get: function() {
19
- return e[r];
20
- }
8
+ function f(...n) {
9
+ return (o) => {
10
+ let u = !1;
11
+ const c = n.map((t) => {
12
+ const e = i(t, o);
13
+ return !u && typeof e == "function" && (u = !0), e;
21
14
  });
22
- }), t;
15
+ if (u)
16
+ return () => {
17
+ for (let t = 0; t < c.length; t++) {
18
+ const e = c[t];
19
+ typeof e == "function" ? e() : i(n[t], null);
20
+ }
21
+ };
22
+ };
23
23
  }
24
24
  export {
25
- c as getAugmentedNamespace,
26
- n as getDefaultExportFromCjs
25
+ f as composeRefs
27
26
  };
package/dist/index69.mjs CHANGED
@@ -1,156 +1,27 @@
1
1
  'use client';
2
- import { __module as l } from "./index92.mjs";
3
- import "./index93.mjs";
4
- import j from "react";
5
- import { __require as A } from "./index94.mjs";
6
- import { __require as O } from "./index95.mjs";
7
- import { __require as x } from "./index96.mjs";
8
- import { __require as F } from "./index97.mjs";
9
- import { __exports as M } from "./index98.mjs";
10
- var p;
11
- function W() {
12
- return p ? l.exports : (p = 1, function(g, u) {
13
- Object.defineProperty(u, "__esModule", {
14
- value: !0
15
- });
16
- function _(e, o) {
17
- for (var t in o) Object.defineProperty(e, t, {
18
- enumerable: !0,
19
- get: o[t]
20
- });
21
- }
22
- _(u, {
23
- Router: function() {
24
- return i.default;
25
- },
26
- createRouter: function() {
27
- return P;
28
- },
29
- // Export the singletonRouter and this is the public API.
30
- default: function() {
31
- return v;
32
- },
33
- makePublicRouterInstance: function() {
34
- return E;
35
- },
36
- useRouter: function() {
37
- return q;
38
- },
39
- withRouter: function() {
40
- return w.default;
41
- }
42
- });
43
- const f = M, R = /* @__PURE__ */ f._(j), i = /* @__PURE__ */ f._(A()), b = O(), y = /* @__PURE__ */ f._(x()), w = /* @__PURE__ */ f._(F()), n = {
44
- router: null,
45
- readyCallbacks: [],
46
- ready(e) {
47
- if (this.router) return e();
48
- typeof window < "u" && this.readyCallbacks.push(e);
49
- }
50
- }, d = [
51
- "pathname",
52
- "route",
53
- "query",
54
- "asPath",
55
- "components",
56
- "isFallback",
57
- "basePath",
58
- "locale",
59
- "locales",
60
- "defaultLocale",
61
- "isReady",
62
- "isPreview",
63
- "isLocaleDomain",
64
- "domainLocales"
65
- ], C = [
66
- "routeChangeStart",
67
- "beforeHistoryChange",
68
- "routeChangeComplete",
69
- "routeChangeError",
70
- "hashChangeStart",
71
- "hashChangeComplete"
72
- ], h = [
73
- "push",
74
- "replace",
75
- "reload",
76
- "back",
77
- "prefetch",
78
- "beforePopState"
79
- ];
80
- Object.defineProperty(n, "events", {
81
- get() {
82
- return i.default.events;
83
- }
84
- });
85
- function m() {
86
- if (!n.router) {
87
- const e = `No router instance found.
88
- You should only use "next/router" on the client side of your app.
89
- `;
90
- throw new Error(e);
2
+ function n(e) {
3
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
+ }
5
+ function c(e) {
6
+ if (e.__esModule) return e;
7
+ var o = e.default;
8
+ if (typeof o == "function") {
9
+ var t = function r() {
10
+ return this instanceof r ? Reflect.construct(o, arguments, this.constructor) : o.apply(this, arguments);
11
+ };
12
+ t.prototype = o.prototype;
13
+ } else t = {};
14
+ return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(r) {
15
+ var u = Object.getOwnPropertyDescriptor(e, r);
16
+ Object.defineProperty(t, r, u.get ? u : {
17
+ enumerable: !0,
18
+ get: function() {
19
+ return e[r];
91
20
  }
92
- return n.router;
93
- }
94
- d.forEach((e) => {
95
- Object.defineProperty(n, e, {
96
- get() {
97
- return m()[e];
98
- }
99
- });
100
- }), h.forEach((e) => {
101
- n[e] = function() {
102
- for (var o = arguments.length, t = new Array(o), r = 0; r < o; r++)
103
- t[r] = arguments[r];
104
- return m()[e](...t);
105
- };
106
- }), C.forEach((e) => {
107
- n.ready(() => {
108
- i.default.events.on(e, function() {
109
- for (var o = arguments.length, t = new Array(o), r = 0; r < o; r++)
110
- t[r] = arguments[r];
111
- const s = "on" + e.charAt(0).toUpperCase() + e.substring(1), c = n;
112
- if (c[s])
113
- try {
114
- c[s](...t);
115
- } catch (a) {
116
- console.error("Error when running the Router event: " + s), console.error((0, y.default)(a) ? a.message + `
117
- ` + a.stack : a + "");
118
- }
119
- });
120
- });
121
21
  });
122
- const v = n;
123
- function q() {
124
- const e = R.default.useContext(b.RouterContext);
125
- if (!e)
126
- throw new Error("NextRouter was not mounted. https://nextjs.org/docs/messages/next-router-not-mounted");
127
- return e;
128
- }
129
- function P() {
130
- for (var e = arguments.length, o = new Array(e), t = 0; t < e; t++)
131
- o[t] = arguments[t];
132
- return n.router = new i.default(...o), n.readyCallbacks.forEach((r) => r()), n.readyCallbacks = [], n.router;
133
- }
134
- function E(e) {
135
- const o = e, t = {};
136
- for (const r of d) {
137
- if (typeof o[r] == "object") {
138
- t[r] = Object.assign(Array.isArray(o[r]) ? [] : {}, o[r]);
139
- continue;
140
- }
141
- t[r] = o[r];
142
- }
143
- return t.events = i.default.events, h.forEach((r) => {
144
- t[r] = function() {
145
- for (var s = arguments.length, c = new Array(s), a = 0; a < s; a++)
146
- c[a] = arguments[a];
147
- return o[r](...c);
148
- };
149
- }), t;
150
- }
151
- (typeof u.default == "function" || typeof u.default == "object" && u.default !== null) && typeof u.default.__esModule > "u" && (Object.defineProperty(u.default, "__esModule", { value: !0 }), Object.assign(u.default, u), g.exports = u.default);
152
- }(l, l.exports), l.exports);
22
+ }), t;
153
23
  }
154
24
  export {
155
- W as __require
25
+ c as getAugmentedNamespace,
26
+ n as getDefaultExportFromCjs
156
27
  };