@instockng/storefront-ui 1.0.24 → 1.0.25

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 (90) hide show
  1. package/dist/index10.mjs +8 -8
  2. package/dist/index132.mjs +1 -1
  3. package/dist/index134.mjs +21 -2
  4. package/dist/index135.mjs +54 -19
  5. package/dist/index136.mjs +28 -55
  6. package/dist/index137.mjs +6 -28
  7. package/dist/index138.mjs +51 -6
  8. package/dist/index139.mjs +5 -51
  9. package/dist/index140.mjs +12 -6
  10. package/dist/index141.mjs +7 -12
  11. package/dist/index142.mjs +27 -6
  12. package/dist/index143.mjs +2 -28
  13. package/dist/index144.mjs +70 -2
  14. package/dist/index145.mjs +164 -67
  15. package/dist/index146.mjs +2 -167
  16. package/dist/index156.mjs +1 -1
  17. package/dist/index157.mjs +1 -1
  18. package/dist/index167.mjs +1 -1
  19. package/dist/index169.mjs +2 -2
  20. package/dist/index170.mjs +5 -5
  21. package/dist/index173.mjs +1 -1
  22. package/dist/index176.mjs +1 -1
  23. package/dist/index184.mjs +1 -1
  24. package/dist/index186.mjs +1 -1
  25. package/dist/index192.mjs +1 -1
  26. package/dist/index203.mjs +1 -1
  27. package/dist/index204.mjs +1 -1
  28. package/dist/index211.mjs +1 -1
  29. package/dist/index213.mjs +2 -2
  30. package/dist/index214.mjs +2 -244
  31. package/dist/index215.mjs +244 -2
  32. package/dist/index216.mjs +2 -33
  33. package/dist/index217.mjs +28 -60
  34. package/dist/index218.mjs +60 -20
  35. package/dist/index219.mjs +25 -2
  36. package/dist/index220.mjs +2 -2
  37. package/dist/index221.mjs +2 -2
  38. package/dist/index234.mjs +31 -2
  39. package/dist/index235.mjs +11 -2
  40. package/dist/index236.mjs +3 -30
  41. package/dist/index237.mjs +3 -10
  42. package/dist/index238.mjs +13 -4
  43. package/dist/index239.mjs +7 -4
  44. package/dist/index240.mjs +12 -13
  45. package/dist/index241.mjs +5 -7
  46. package/dist/index242.mjs +33 -12
  47. package/dist/index243.mjs +31 -5
  48. package/dist/index244.mjs +27 -32
  49. package/dist/index245.mjs +58 -28
  50. package/dist/index246.mjs +2 -28
  51. package/dist/index247.mjs +2 -61
  52. package/dist/index248.mjs +2 -2
  53. package/dist/index249.mjs +2 -2
  54. package/dist/index250.mjs +2 -2
  55. package/dist/index251.mjs +2 -2
  56. package/dist/index252.mjs +2 -91
  57. package/dist/index253.mjs +91 -2
  58. package/dist/index258.mjs +1 -1
  59. package/dist/index263.mjs +1 -1
  60. package/dist/index264.mjs +2 -2
  61. package/dist/index37.mjs +1 -1
  62. package/dist/index38.mjs +1 -1
  63. package/dist/index47.mjs +17 -17
  64. package/dist/index48.mjs +2 -2
  65. package/dist/index61.mjs +153 -2
  66. package/dist/index62.mjs +2 -153
  67. package/dist/index66.mjs +1 -1
  68. package/dist/index73.mjs +1 -1
  69. package/dist/index75.mjs +34 -2
  70. package/dist/index76.mjs +38 -230
  71. package/dist/index77.mjs +2 -6
  72. package/dist/index78.mjs +228 -127
  73. package/dist/index79.mjs +4 -66
  74. package/dist/index80.mjs +124 -77
  75. package/dist/index81.mjs +65 -26
  76. package/dist/index82.mjs +84 -6
  77. package/dist/index83.mjs +26 -72
  78. package/dist/index84.mjs +8 -3
  79. package/dist/index85.mjs +75 -2
  80. package/dist/index86.mjs +3 -82
  81. package/dist/index87.mjs +2 -54
  82. package/dist/index88.mjs +82 -5
  83. package/dist/index89.mjs +53 -4
  84. package/dist/index90.mjs +5 -178
  85. package/dist/index91.mjs +5 -53
  86. package/dist/index92.mjs +178 -68
  87. package/dist/index93.mjs +50 -31
  88. package/dist/index94.mjs +69 -43
  89. package/package.json +1 -1
  90. package/src/components/ShoppingCart.tsx +1 -1
package/dist/index94.mjs CHANGED
@@ -1,46 +1,72 @@
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;
38
- }
2
+ const e = {
3
+ Continue: 100,
4
+ SwitchingProtocols: 101,
5
+ Processing: 102,
6
+ EarlyHints: 103,
7
+ Ok: 200,
8
+ Created: 201,
9
+ Accepted: 202,
10
+ NonAuthoritativeInformation: 203,
11
+ NoContent: 204,
12
+ ResetContent: 205,
13
+ PartialContent: 206,
14
+ MultiStatus: 207,
15
+ AlreadyReported: 208,
16
+ ImUsed: 226,
17
+ MultipleChoices: 300,
18
+ MovedPermanently: 301,
19
+ Found: 302,
20
+ SeeOther: 303,
21
+ NotModified: 304,
22
+ UseProxy: 305,
23
+ Unused: 306,
24
+ TemporaryRedirect: 307,
25
+ PermanentRedirect: 308,
26
+ BadRequest: 400,
27
+ Unauthorized: 401,
28
+ PaymentRequired: 402,
29
+ Forbidden: 403,
30
+ NotFound: 404,
31
+ MethodNotAllowed: 405,
32
+ NotAcceptable: 406,
33
+ ProxyAuthenticationRequired: 407,
34
+ RequestTimeout: 408,
35
+ Conflict: 409,
36
+ Gone: 410,
37
+ LengthRequired: 411,
38
+ PreconditionFailed: 412,
39
+ PayloadTooLarge: 413,
40
+ UriTooLong: 414,
41
+ UnsupportedMediaType: 415,
42
+ RangeNotSatisfiable: 416,
43
+ ExpectationFailed: 417,
44
+ ImATeapot: 418,
45
+ MisdirectedRequest: 421,
46
+ UnprocessableEntity: 422,
47
+ Locked: 423,
48
+ FailedDependency: 424,
49
+ TooEarly: 425,
50
+ UpgradeRequired: 426,
51
+ PreconditionRequired: 428,
52
+ TooManyRequests: 429,
53
+ RequestHeaderFieldsTooLarge: 431,
54
+ UnavailableForLegalReasons: 451,
55
+ InternalServerError: 500,
56
+ NotImplemented: 501,
57
+ BadGateway: 502,
58
+ ServiceUnavailable: 503,
59
+ GatewayTimeout: 504,
60
+ HttpVersionNotSupported: 505,
61
+ VariantAlsoNegotiates: 506,
62
+ InsufficientStorage: 507,
63
+ LoopDetected: 508,
64
+ NotExtended: 510,
65
+ NetworkAuthenticationRequired: 511
66
+ };
67
+ Object.entries(e).forEach(([t, o]) => {
68
+ e[o] = t;
69
+ });
39
70
  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
71
+ e as default
46
72
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instockng/storefront-ui",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "Pre-built UI components for OMS e-commerce sites",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -261,7 +261,7 @@ export function ShoppingCart({
261
261
  onSuccess={() => onClose()}
262
262
  onClose={() => setIsCheckoutOpen(false)}
263
263
  refundPolicy={{
264
- title: '🤔 Curious about refunds',
264
+ title: '🤔 Curious about Refunds?',
265
265
  policies: [
266
266
  '2 day return window from delivery date',
267
267
  'Items must be unused and in original packaging',