@instockng/storefront-ui 1.0.15 → 1.0.16

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 (88) hide show
  1. package/dist/components/OrderConfirmation.d.ts.map +1 -1
  2. package/dist/index10.mjs +3 -3
  3. package/dist/index100.mjs +33 -5
  4. package/dist/index101.mjs +31 -33
  5. package/dist/index102.mjs +26 -29
  6. package/dist/index103.mjs +59 -26
  7. package/dist/index104.mjs +3 -61
  8. package/dist/index105.mjs +2 -3
  9. package/dist/index106.mjs +2 -2
  10. package/dist/index107.mjs +17 -2
  11. package/dist/index108.mjs +11 -15
  12. package/dist/index109.mjs +6 -13
  13. package/dist/index11.mjs +2 -2
  14. package/dist/index110.mjs +30 -6
  15. package/dist/index13.mjs +1 -1
  16. package/dist/index17.mjs +2 -2
  17. package/dist/index29.mjs +1 -1
  18. package/dist/index30.mjs +1 -1
  19. package/dist/index31.mjs +1 -1
  20. package/dist/index32.mjs +1 -1
  21. package/dist/index33.mjs +1433 -4
  22. package/dist/index34.mjs +2 -1433
  23. package/dist/index35.mjs +57 -2
  24. package/dist/index36.mjs +48 -54
  25. package/dist/index37.mjs +33 -51
  26. package/dist/index38.mjs +15 -33
  27. package/dist/index39.mjs +2260 -12
  28. package/dist/index4.mjs +37 -37
  29. package/dist/index40.mjs +19 -2259
  30. package/dist/index42.mjs +17 -17
  31. package/dist/index43.mjs +2 -2
  32. package/dist/index44.mjs +1 -1
  33. package/dist/index45.mjs +1 -1
  34. package/dist/index46.mjs +1 -1
  35. package/dist/index47.mjs +1 -1
  36. package/dist/index48.mjs +1 -1
  37. package/dist/index49.mjs +1 -1
  38. package/dist/index50.mjs +1 -1
  39. package/dist/index51.mjs +1 -1
  40. package/dist/index52.mjs +1 -1
  41. package/dist/index53.mjs +1 -1
  42. package/dist/index54.mjs +1 -1
  43. package/dist/index55.mjs +73 -21
  44. package/dist/index56.mjs +14 -74
  45. package/dist/index57.mjs +62 -14
  46. package/dist/index58.mjs +4 -62
  47. package/dist/index61.mjs +34 -5
  48. package/dist/index62.mjs +40 -31
  49. package/dist/index63.mjs +230 -38
  50. package/dist/index64.mjs +4 -233
  51. package/dist/index65.mjs +133 -5
  52. package/dist/index66.mjs +63 -129
  53. package/dist/index67.mjs +86 -67
  54. package/dist/index68.mjs +27 -85
  55. package/dist/index69.mjs +8 -28
  56. package/dist/index70.mjs +74 -8
  57. package/dist/index71.mjs +3 -74
  58. package/dist/index72.mjs +2 -4
  59. package/dist/index73.mjs +83 -2
  60. package/dist/index74.mjs +52 -81
  61. package/dist/index75.mjs +5 -53
  62. package/dist/index76.mjs +4 -5
  63. package/dist/index77.mjs +178 -4
  64. package/dist/index78.mjs +48 -174
  65. package/dist/index79.mjs +67 -51
  66. package/dist/index80.mjs +21 -69
  67. package/dist/index81.mjs +54 -19
  68. package/dist/index82.mjs +28 -55
  69. package/dist/index83.mjs +5 -27
  70. package/dist/index84.mjs +51 -6
  71. package/dist/index85.mjs +5 -51
  72. package/dist/index86.mjs +12 -6
  73. package/dist/index87.mjs +7 -12
  74. package/dist/index88.mjs +27 -6
  75. package/dist/index89.mjs +2 -28
  76. package/dist/index90.mjs +70 -2
  77. package/dist/index91.mjs +164 -67
  78. package/dist/index92.mjs +28 -164
  79. package/dist/index93.mjs +10 -30
  80. package/dist/index94.mjs +3 -10
  81. package/dist/index95.mjs +3 -3
  82. package/dist/index96.mjs +13 -4
  83. package/dist/index97.mjs +7 -13
  84. package/dist/index98.mjs +12 -7
  85. package/dist/index99.mjs +4 -11
  86. package/package.json +2 -3
  87. package/src/components/OrderConfirmation.tsx +6 -1
  88. package/dist/index111.mjs +0 -33
package/dist/index42.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 "./index63.mjs";
3
+ import p from "./index64.mjs";
4
+ import m from "./index65.mjs";
5
+ import i from "./index66.mjs";
6
+ import f from "./index67.mjs";
7
+ import l from "./index68.mjs";
8
+ import c from "./index69.mjs";
9
+ import d from "./index70.mjs";
10
+ import u from "./index71.mjs";
11
+ import { VERSION as x } from "./index72.mjs";
12
+ import C from "./index73.mjs";
13
+ import A from "./index74.mjs";
14
+ import E from "./index75.mjs";
15
+ import O from "./index76.mjs";
16
+ import S from "./index77.mjs";
17
+ import H from "./index78.mjs";
18
+ import T from "./index79.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/index43.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 "./index61.mjs";
6
+ import { mergePath as U, replaceUrlParam as P, buildSearchParams as S, removeIndexString as w, replaceUrlProtocol as x, deepMerge as C } from "./index62.mjs";
7
7
  var v = (r, e) => new Proxy(() => {
8
8
  }, {
9
9
  get(t, s) {
package/dist/index44.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as y, useMutation as m } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as p } from "./index61.mjs";
3
+ import { useQueryUnwrapped as p } from "./index58.mjs";
4
4
  import { createAdminRpcClients as d, authHeaders as c } from "./index21.mjs";
5
5
  import { queryKeys as i } from "./index26.mjs";
6
6
  import { useApiConfig as l } from "./index19.mjs";
package/dist/index45.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as y, useMutation as m } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as b } from "./index61.mjs";
3
+ import { useQueryUnwrapped as b } from "./index58.mjs";
4
4
  import { createAdminRpcClients as u, authHeaders as c } from "./index21.mjs";
5
5
  import { queryKeys as o } from "./index26.mjs";
6
6
  import { useApiConfig as d } from "./index19.mjs";
package/dist/index46.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as p, useMutation as y } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as m } from "./index61.mjs";
3
+ import { useQueryUnwrapped as m } from "./index58.mjs";
4
4
  import { createAdminRpcClients as a, authHeaders as c } from "./index21.mjs";
5
5
  import { queryKeys as i } from "./index26.mjs";
6
6
  import { useApiConfig as d } from "./index19.mjs";
package/dist/index47.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as y, useMutation as v } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as m } from "./index61.mjs";
3
+ import { useQueryUnwrapped as m } from "./index58.mjs";
4
4
  import { createAdminRpcClients as u, authHeaders as c } from "./index21.mjs";
5
5
  import { queryKeys as i } from "./index26.mjs";
6
6
  import { useApiConfig as d } from "./index19.mjs";
package/dist/index48.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as w, useMutation as y } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as d } from "./index61.mjs";
3
+ import { useQueryUnwrapped as d } from "./index58.mjs";
4
4
  import { createAdminRpcClients as i, authHeaders as c } from "./index21.mjs";
5
5
  import { queryKeys as u } from "./index26.mjs";
6
6
  import { useApiConfig as l } from "./index19.mjs";
package/dist/index49.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as d, useMutation as v } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as l } from "./index61.mjs";
3
+ import { useQueryUnwrapped as l } from "./index58.mjs";
4
4
  import { createAdminRpcClients as u, authHeaders as c } from "./index21.mjs";
5
5
  import { queryKeys as s } from "./index26.mjs";
6
6
  import { useApiConfig as y } from "./index19.mjs";
package/dist/index50.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { useQueryUnwrapped as i } from "./index61.mjs";
2
+ import { useQueryUnwrapped as i } from "./index58.mjs";
3
3
  import { createAdminRpcClients as n, authHeaders as u } from "./index21.mjs";
4
4
  import { queryKeys as m } from "./index26.mjs";
5
5
  import { useApiConfig as a } from "./index19.mjs";
package/dist/index51.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { useQueryUnwrapped as s } from "./index61.mjs";
2
+ import { useQueryUnwrapped as s } from "./index58.mjs";
3
3
  import { createAdminRpcClients as i, authHeaders as u } from "./index21.mjs";
4
4
  import { queryKeys as c } from "./index26.mjs";
5
5
  import { useApiConfig as d } from "./index19.mjs";
package/dist/index52.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as l, useMutation as y } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as c } from "./index61.mjs";
3
+ import { useQueryUnwrapped as c } from "./index58.mjs";
4
4
  import { createAdminRpcClients as s, authHeaders as o } from "./index21.mjs";
5
5
  import { queryKeys as i } from "./index26.mjs";
6
6
  import { useApiConfig as u } from "./index19.mjs";
package/dist/index53.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as l, useMutation as y } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as C } from "./index61.mjs";
3
+ import { useQueryUnwrapped as C } from "./index58.mjs";
4
4
  import { createAdminRpcClients as c, authHeaders as a } from "./index21.mjs";
5
5
  import { queryKeys as r } from "./index26.mjs";
6
6
  import { useApiConfig as d } from "./index19.mjs";
package/dist/index54.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as y, useMutation as v } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as m } from "./index61.mjs";
3
+ import { useQueryUnwrapped as m } from "./index58.mjs";
4
4
  import { createAdminRpcClients as u, authHeaders as l } from "./index21.mjs";
5
5
  import { queryKeys as o } from "./index26.mjs";
6
6
  import { useApiConfig as c } from "./index19.mjs";
package/dist/index55.mjs CHANGED
@@ -1,26 +1,78 @@
1
1
  'use client';
2
- import "react";
3
- function i(n, o) {
4
- if (typeof n == "function")
5
- return n(o);
6
- n != null && (n.current = o);
7
- }
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;
2
+ function c(e) {
3
+ this._maxSize = e, this.clear();
4
+ }
5
+ c.prototype.clear = function() {
6
+ this._size = 0, this._values = /* @__PURE__ */ Object.create(null);
7
+ };
8
+ c.prototype.get = function(e) {
9
+ return this._values[e];
10
+ };
11
+ c.prototype.set = function(e, t) {
12
+ return this._size >= this._maxSize && this.clear(), e in this._values || this._size++, this._values[e] = t;
13
+ };
14
+ var d = /[^.^\]^[]+|(?=\[\]|\.\.)/g, C = /^\d+$/, m = /^\d/, A = /[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g, x = /^\s*(['"]?)(.*?)(\1)\s*$/, h = 512, E = new c(h), v = new c(h), g = new c(h), I = {
15
+ Cache: c,
16
+ split: l,
17
+ normalizePath: f,
18
+ setter: function(e) {
19
+ var t = f(e);
20
+ return v.get(e) || v.set(e, function(s, n) {
21
+ for (var r = 0, o = t.length, u = s; r < o - 1; ) {
22
+ var a = t[r];
23
+ if (a === "__proto__" || a === "constructor" || a === "prototype")
24
+ return s;
25
+ u = u[t[r++]];
26
+ }
27
+ u[t[r]] = n;
28
+ });
29
+ },
30
+ getter: function(e, t) {
31
+ var i = f(e);
32
+ return g.get(e) || g.set(e, function(n) {
33
+ for (var r = 0, o = i.length; r < o; )
34
+ if (n != null || !t) n = n[i[r++]];
35
+ else return;
36
+ return n;
14
37
  });
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
- };
38
+ },
39
+ join: function(e) {
40
+ return e.reduce(function(t, i) {
41
+ return t + (_(i) || C.test(i) ? "[" + i + "]" : (t ? "." : "") + i);
42
+ }, "");
43
+ },
44
+ forEach: function(e, t, i) {
45
+ y(Array.isArray(e) ? e : l(e), t, i);
46
+ }
47
+ };
48
+ function f(e) {
49
+ return E.get(e) || E.set(
50
+ e,
51
+ l(e).map(function(t) {
52
+ return t.replace(x, "$2");
53
+ })
54
+ );
55
+ }
56
+ function l(e) {
57
+ return e.match(d) || [""];
58
+ }
59
+ function y(e, t, i) {
60
+ var s = e.length, n, r, o, u;
61
+ for (r = 0; r < s; r++)
62
+ n = e[r], n && (S(n) && (n = '"' + n + '"'), u = _(n), o = !u && /^\d+$/.test(n), t.call(i, n, u, o, r, e));
63
+ }
64
+ function _(e) {
65
+ return typeof e == "string" && e && ["'", '"'].indexOf(e.charAt(0)) !== -1;
66
+ }
67
+ function z(e) {
68
+ return e.match(m) && !e.match(C);
69
+ }
70
+ function G(e) {
71
+ return A.test(e);
72
+ }
73
+ function S(e) {
74
+ return !_(e) && (z(e) || G(e));
23
75
  }
24
76
  export {
25
- f as composeRefs
77
+ I as p
26
78
  };
package/dist/index56.mjs CHANGED
@@ -1,78 +1,18 @@
1
1
  'use client';
2
- function c(e) {
3
- this._maxSize = e, this.clear();
4
- }
5
- c.prototype.clear = function() {
6
- this._size = 0, this._values = /* @__PURE__ */ Object.create(null);
2
+ const c = /[A-Z\xc0-\xd6\xd8-\xde]?[a-z\xdf-\xf6\xf8-\xff]+(?:['’](?:d|ll|m|re|s|t|ve))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde]|$)|(?:[A-Z\xc0-\xd6\xd8-\xde]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:D|LL|M|RE|S|T|VE))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde](?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])|$)|[A-Z\xc0-\xd6\xd8-\xde]?(?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:d|ll|m|re|s|t|ve))?|[A-Z\xc0-\xd6\xd8-\xde]+(?:['’](?:D|LL|M|RE|S|T|VE))?|\d*(?:1ST|2ND|3RD|(?![123])\dTH)(?=\b|[a-z_])|\d*(?:1st|2nd|3rd|(?![123])\dth)(?=\b|[A-Z_])|\d+|(?:[\u2700-\u27bf]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?(?:\u200d(?:[^\ud800-\udfff]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?)*/g, x = (u) => u.match(c) || [], d = (u) => u[0].toUpperCase() + u.slice(1), a = (u, f) => x(u).join(f).toLowerCase(), b = (u) => x(u).reduce(
3
+ (f, e) => `${f}${f ? e[0].toUpperCase() + e.slice(1).toLowerCase() : e.toLowerCase()}`,
4
+ ""
5
+ ), s = (u) => d(b(u)), t = (u) => a(u, "_"), o = (u) => a(u, "-"), n = (u) => d(a(u, " ")), r = (u) => x(u).map(d).join(" ");
6
+ var C = {
7
+ words: x,
8
+ upperFirst: d,
9
+ camelCase: b,
10
+ pascalCase: s,
11
+ snakeCase: t,
12
+ kebabCase: o,
13
+ sentenceCase: n,
14
+ titleCase: r
7
15
  };
8
- c.prototype.get = function(e) {
9
- return this._values[e];
10
- };
11
- c.prototype.set = function(e, t) {
12
- return this._size >= this._maxSize && this.clear(), e in this._values || this._size++, this._values[e] = t;
13
- };
14
- var d = /[^.^\]^[]+|(?=\[\]|\.\.)/g, C = /^\d+$/, m = /^\d/, A = /[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g, x = /^\s*(['"]?)(.*?)(\1)\s*$/, h = 512, E = new c(h), v = new c(h), g = new c(h), I = {
15
- Cache: c,
16
- split: l,
17
- normalizePath: f,
18
- setter: function(e) {
19
- var t = f(e);
20
- return v.get(e) || v.set(e, function(s, n) {
21
- for (var r = 0, o = t.length, u = s; r < o - 1; ) {
22
- var a = t[r];
23
- if (a === "__proto__" || a === "constructor" || a === "prototype")
24
- return s;
25
- u = u[t[r++]];
26
- }
27
- u[t[r]] = n;
28
- });
29
- },
30
- getter: function(e, t) {
31
- var i = f(e);
32
- return g.get(e) || g.set(e, function(n) {
33
- for (var r = 0, o = i.length; r < o; )
34
- if (n != null || !t) n = n[i[r++]];
35
- else return;
36
- return n;
37
- });
38
- },
39
- join: function(e) {
40
- return e.reduce(function(t, i) {
41
- return t + (_(i) || C.test(i) ? "[" + i + "]" : (t ? "." : "") + i);
42
- }, "");
43
- },
44
- forEach: function(e, t, i) {
45
- y(Array.isArray(e) ? e : l(e), t, i);
46
- }
47
- };
48
- function f(e) {
49
- return E.get(e) || E.set(
50
- e,
51
- l(e).map(function(t) {
52
- return t.replace(x, "$2");
53
- })
54
- );
55
- }
56
- function l(e) {
57
- return e.match(d) || [""];
58
- }
59
- function y(e, t, i) {
60
- var s = e.length, n, r, o, u;
61
- for (r = 0; r < s; r++)
62
- n = e[r], n && (S(n) && (n = '"' + n + '"'), u = _(n), o = !u && /^\d+$/.test(n), t.call(i, n, u, o, r, e));
63
- }
64
- function _(e) {
65
- return typeof e == "string" && e && ["'", '"'].indexOf(e.charAt(0)) !== -1;
66
- }
67
- function z(e) {
68
- return e.match(m) && !e.match(C);
69
- }
70
- function G(e) {
71
- return A.test(e);
72
- }
73
- function S(e) {
74
- return !_(e) && (z(e) || G(e));
75
- }
76
16
  export {
77
- I as p
17
+ C as t
78
18
  };
package/dist/index57.mjs CHANGED
@@ -1,18 +1,66 @@
1
1
  'use client';
2
- const c = /[A-Z\xc0-\xd6\xd8-\xde]?[a-z\xdf-\xf6\xf8-\xff]+(?:['’](?:d|ll|m|re|s|t|ve))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde]|$)|(?:[A-Z\xc0-\xd6\xd8-\xde]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:D|LL|M|RE|S|T|VE))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde](?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])|$)|[A-Z\xc0-\xd6\xd8-\xde]?(?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:d|ll|m|re|s|t|ve))?|[A-Z\xc0-\xd6\xd8-\xde]+(?:['’](?:D|LL|M|RE|S|T|VE))?|\d*(?:1ST|2ND|3RD|(?![123])\dTH)(?=\b|[a-z_])|\d*(?:1st|2nd|3rd|(?![123])\dth)(?=\b|[A-Z_])|\d+|(?:[\u2700-\u27bf]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?(?:\u200d(?:[^\ud800-\udfff]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?)*/g, x = (u) => u.match(c) || [], d = (u) => u[0].toUpperCase() + u.slice(1), a = (u, f) => x(u).join(f).toLowerCase(), b = (u) => x(u).reduce(
3
- (f, e) => `${f}${f ? e[0].toUpperCase() + e.slice(1).toLowerCase() : e.toLowerCase()}`,
4
- ""
5
- ), s = (u) => d(b(u)), t = (u) => a(u, "_"), o = (u) => a(u, "-"), n = (u) => d(a(u, " ")), r = (u) => x(u).map(d).join(" ");
6
- var C = {
7
- words: x,
8
- upperFirst: d,
9
- camelCase: b,
10
- pascalCase: s,
11
- snakeCase: t,
12
- kebabCase: o,
13
- sentenceCase: n,
14
- titleCase: r
2
+ import { getDefaultExportFromCjs as d } from "./index59.mjs";
3
+ import { __module as v } from "./index60.mjs";
4
+ v.exports = function(n) {
5
+ return g(m(n), n);
15
6
  };
7
+ v.exports.array = g;
8
+ function g(n, r) {
9
+ var t = n.length, e = new Array(t), o = {}, u = t, c = y(r), f = E(n);
10
+ for (r.forEach(function(a) {
11
+ if (!f.has(a[0]) || !f.has(a[1]))
12
+ throw new Error("Unknown node. There is an unknown node in the supplied edges.");
13
+ }); u--; )
14
+ o[u] || l(n[u], u, /* @__PURE__ */ new Set());
15
+ return e;
16
+ function l(a, s, i) {
17
+ if (i.has(a)) {
18
+ var w;
19
+ try {
20
+ w = ", node was:" + JSON.stringify(a);
21
+ } catch {
22
+ w = "";
23
+ }
24
+ throw new Error("Cyclic dependency" + w);
25
+ }
26
+ if (!f.has(a))
27
+ throw new Error("Found unknown node. Make sure to provided all involved nodes. Unknown node: " + JSON.stringify(a));
28
+ if (!o[s]) {
29
+ o[s] = !0;
30
+ var h = c.get(a) || /* @__PURE__ */ new Set();
31
+ if (h = Array.from(h), s = h.length) {
32
+ i.add(a);
33
+ do {
34
+ var p = h[--s];
35
+ l(p, f.get(p), i);
36
+ } while (s);
37
+ i.delete(a);
38
+ }
39
+ e[--t] = a;
40
+ }
41
+ }
42
+ }
43
+ function m(n) {
44
+ for (var r = /* @__PURE__ */ new Set(), t = 0, e = n.length; t < e; t++) {
45
+ var o = n[t];
46
+ r.add(o[0]), r.add(o[1]);
47
+ }
48
+ return Array.from(r);
49
+ }
50
+ function y(n) {
51
+ for (var r = /* @__PURE__ */ new Map(), t = 0, e = n.length; t < e; t++) {
52
+ var o = n[t];
53
+ r.has(o[0]) || r.set(o[0], /* @__PURE__ */ new Set()), r.has(o[1]) || r.set(o[1], /* @__PURE__ */ new Set()), r.get(o[0]).add(o[1]);
54
+ }
55
+ return r;
56
+ }
57
+ function E(n) {
58
+ for (var r = /* @__PURE__ */ new Map(), t = 0, e = n.length; t < e; t++)
59
+ r.set(n[t], t);
60
+ return r;
61
+ }
62
+ var k = v.exports;
63
+ const A = /* @__PURE__ */ d(k);
16
64
  export {
17
- C as t
65
+ A as default
18
66
  };
package/dist/index58.mjs CHANGED
@@ -1,66 +1,8 @@
1
1
  'use client';
2
- import { getDefaultExportFromCjs as d } from "./index59.mjs";
3
- import { __module as v } from "./index60.mjs";
4
- v.exports = function(n) {
5
- return g(m(n), n);
6
- };
7
- v.exports.array = g;
8
- function g(n, r) {
9
- var t = n.length, e = new Array(t), o = {}, u = t, c = y(r), f = E(n);
10
- for (r.forEach(function(a) {
11
- if (!f.has(a[0]) || !f.has(a[1]))
12
- throw new Error("Unknown node. There is an unknown node in the supplied edges.");
13
- }); u--; )
14
- o[u] || l(n[u], u, /* @__PURE__ */ new Set());
15
- return e;
16
- function l(a, s, i) {
17
- if (i.has(a)) {
18
- var w;
19
- try {
20
- w = ", node was:" + JSON.stringify(a);
21
- } catch {
22
- w = "";
23
- }
24
- throw new Error("Cyclic dependency" + w);
25
- }
26
- if (!f.has(a))
27
- throw new Error("Found unknown node. Make sure to provided all involved nodes. Unknown node: " + JSON.stringify(a));
28
- if (!o[s]) {
29
- o[s] = !0;
30
- var h = c.get(a) || /* @__PURE__ */ new Set();
31
- if (h = Array.from(h), s = h.length) {
32
- i.add(a);
33
- do {
34
- var p = h[--s];
35
- l(p, f.get(p), i);
36
- } while (s);
37
- i.delete(a);
38
- }
39
- e[--t] = a;
40
- }
41
- }
42
- }
43
- function m(n) {
44
- for (var r = /* @__PURE__ */ new Set(), t = 0, e = n.length; t < e; t++) {
45
- var o = n[t];
46
- r.add(o[0]), r.add(o[1]);
47
- }
48
- return Array.from(r);
49
- }
50
- function y(n) {
51
- for (var r = /* @__PURE__ */ new Map(), t = 0, e = n.length; t < e; t++) {
52
- var o = n[t];
53
- r.has(o[0]) || r.set(o[0], /* @__PURE__ */ new Set()), r.has(o[1]) || r.set(o[1], /* @__PURE__ */ new Set()), r.get(o[0]).add(o[1]);
54
- }
55
- return r;
56
- }
57
- function E(n) {
58
- for (var r = /* @__PURE__ */ new Map(), t = 0, e = n.length; t < e; t++)
59
- r.set(n[t], t);
60
- return r;
2
+ import { useQuery as e } from "@tanstack/react-query";
3
+ function n(r) {
4
+ return e(r);
61
5
  }
62
- var k = v.exports;
63
- const A = /* @__PURE__ */ d(k);
64
6
  export {
65
- A as default
7
+ n as useQueryUnwrapped
66
8
  };
package/dist/index61.mjs CHANGED
@@ -1,8 +1,37 @@
1
1
  'use client';
2
- import { useQuery as e } from "@tanstack/react-query";
3
- function n(r) {
4
- return e(r);
5
- }
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");
13
+ }
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}`;
20
+ }
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";
32
+ }
33
+ return r;
34
+ }, s = (i, t, e) => (t = encodeURIComponent(t), a(i, t, e));
6
35
  export {
7
- n as useQueryUnwrapped
36
+ s as serialize
8
37
  };
package/dist/index62.mjs CHANGED
@@ -1,37 +1,46 @@
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
+ 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}` : "");
13
6
  }
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}`;
20
- }
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()}`;
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");
27
24
  }
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";
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;
32
36
  }
33
- return r;
34
- }, s = (i, t, e) => (t = encodeURIComponent(t), a(i, t, e));
37
+ return n;
38
+ }
35
39
  export {
36
- s as serialize
40
+ f as buildSearchParams,
41
+ o as deepMerge,
42
+ s as mergePath,
43
+ l as removeIndexString,
44
+ p as replaceUrlParam,
45
+ i as replaceUrlProtocol
37
46
  };