@instockng/storefront-ui 1.0.20 → 1.0.21

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 (95) hide show
  1. package/dist/components/ui/modal.d.ts +1 -1
  2. package/dist/components/ui/modal.d.ts.map +1 -1
  3. package/dist/index134.mjs +1 -1
  4. package/dist/index136.mjs +1 -1
  5. package/dist/index137.mjs +2 -2
  6. package/dist/index141.mjs +2 -2
  7. package/dist/index144.mjs +4 -4
  8. package/dist/index145.mjs +5 -5
  9. package/dist/index150.mjs +1 -1
  10. package/dist/index151.mjs +1 -1
  11. package/dist/index152.mjs +1 -1
  12. package/dist/index153.mjs +1 -1
  13. package/dist/index154.mjs +1 -1
  14. package/dist/index156.mjs +1 -1
  15. package/dist/index157.mjs +1 -1
  16. package/dist/index159.mjs +2 -2
  17. package/dist/index160.mjs +1 -1
  18. package/dist/index165.mjs +2 -2
  19. package/dist/index167.mjs +1 -1
  20. package/dist/index169.mjs +2 -2
  21. package/dist/index170.mjs +5 -5
  22. package/dist/index173.mjs +1 -1
  23. package/dist/index176.mjs +1 -1
  24. package/dist/index179.mjs +1 -1
  25. package/dist/index180.mjs +1 -1
  26. package/dist/index184.mjs +1 -1
  27. package/dist/index186.mjs +1 -1
  28. package/dist/index190.mjs +1 -1
  29. package/dist/index192.mjs +1 -1
  30. package/dist/index201.mjs +2 -2
  31. package/dist/index205.mjs +31 -2
  32. package/dist/index206.mjs +10 -107
  33. package/dist/index207.mjs +4 -2
  34. package/dist/index208.mjs +4 -2
  35. package/dist/index209.mjs +13 -2
  36. package/dist/index210.mjs +7 -2
  37. package/dist/index211.mjs +12 -2
  38. package/dist/index212.mjs +5 -2
  39. package/dist/index213.mjs +33 -2
  40. package/dist/index214.mjs +31 -2
  41. package/dist/index215.mjs +28 -2
  42. package/dist/index216.mjs +58 -34
  43. package/dist/index217.mjs +2 -2
  44. package/dist/index218.mjs +2 -2
  45. package/dist/index219.mjs +2 -244
  46. package/dist/index220.mjs +2 -2
  47. package/dist/index221.mjs +2 -33
  48. package/dist/index222.mjs +2 -65
  49. package/dist/index223.mjs +2 -25
  50. package/dist/index224.mjs +2 -2
  51. package/dist/index225.mjs +108 -2
  52. package/dist/index226.mjs +2 -2
  53. package/dist/index227.mjs +2 -2
  54. package/dist/index228.mjs +2 -2
  55. package/dist/index229.mjs +37 -2
  56. package/dist/index231.mjs +244 -2
  57. package/dist/index232.mjs +2 -2
  58. package/dist/index233.mjs +33 -4
  59. package/dist/index234.mjs +64 -30
  60. package/dist/index235.mjs +24 -10
  61. package/dist/index236.mjs +2 -4
  62. package/dist/index237.mjs +2 -4
  63. package/dist/index238.mjs +2 -13
  64. package/dist/index239.mjs +2 -7
  65. package/dist/index240.mjs +2 -12
  66. package/dist/index241.mjs +2 -5
  67. package/dist/index242.mjs +2 -33
  68. package/dist/index243.mjs +2 -31
  69. package/dist/index244.mjs +2 -28
  70. package/dist/index245.mjs +4 -61
  71. package/dist/index248.mjs +2 -2
  72. package/dist/index249.mjs +18 -2
  73. package/dist/index250.mjs +42 -13
  74. package/dist/index251.mjs +2 -47
  75. package/dist/index252.mjs +2 -2
  76. package/dist/index257.mjs +2 -1
  77. package/dist/index258.mjs +2 -3
  78. package/dist/index259.mjs +2 -2
  79. package/dist/index260.mjs +17 -2
  80. package/dist/index261.mjs +11 -15
  81. package/dist/index262.mjs +6 -13
  82. package/dist/index263.mjs +30 -6
  83. package/dist/index264.mjs +2 -30
  84. package/dist/index37.mjs +72 -52
  85. package/dist/index38.mjs +1 -1
  86. package/dist/index4.mjs +48 -44
  87. package/dist/index42.mjs +1 -1
  88. package/dist/index60.mjs +20 -21
  89. package/dist/index61.mjs +24 -2
  90. package/dist/index63.mjs +2 -23
  91. package/dist/index66.mjs +1 -1
  92. package/dist/providers/MetaPixelProvider.d.ts.map +1 -1
  93. package/package.json +10 -11
  94. package/src/components/ui/modal.tsx +1 -1
  95. package/src/providers/MetaPixelProvider.tsx +23 -15
@@ -27,5 +27,5 @@ export interface ModalProps {
27
27
  /** Whether to show the close button */
28
28
  showCloseButton?: boolean;
29
29
  }
30
- export declare function Modal({ isOpen, onClose, title, children, footer, className, contentClassName, size, closeOnOverlayClick, showCloseButton, }: ModalProps): JSX.Element | null;
30
+ export declare function Modal({ isOpen, onClose, title, children, footer, className, contentClassName, size, closeOnOverlayClick, showCloseButton, }: ModalProps): React.ReactElement | null;
31
31
  //# sourceMappingURL=modal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../src/components/ui/modal.tsx"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH,OAAO,KAAsC,MAAM,OAAO,CAAC;AAK3D,MAAM,WAAW,UAAU;IACzB,gCAAgC;IAChC,MAAM,EAAE,OAAO,CAAC;IAChB,uCAAuC;IACvC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,mDAAmD;IACnD,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,oBAAoB;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,yCAAyC;IACzC,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,mDAAmD;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,wBAAwB;IACxB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAC1C,oDAAoD;IACpD,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,uCAAuC;IACvC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,wBAAgB,KAAK,CAAC,EACpB,MAAM,EACN,OAAO,EACP,KAAK,EACL,QAAQ,EACR,MAAM,EACN,SAAS,EACT,gBAAgB,EAChB,IAAW,EACX,mBAA0B,EAC1B,eAAsB,GACvB,EAAE,UAAU,GAAG,GAAG,CAAC,OAAO,GAAG,IAAI,CAoIjC"}
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../src/components/ui/modal.tsx"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH,OAAO,KAAsC,MAAM,OAAO,CAAC;AAK3D,MAAM,WAAW,UAAU;IACzB,gCAAgC;IAChC,MAAM,EAAE,OAAO,CAAC;IAChB,uCAAuC;IACvC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,mDAAmD;IACnD,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,oBAAoB;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,yCAAyC;IACzC,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,mDAAmD;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,wBAAwB;IACxB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAC1C,oDAAoD;IACpD,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,uCAAuC;IACvC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,wBAAgB,KAAK,CAAC,EACpB,MAAM,EACN,OAAO,EACP,KAAK,EACL,QAAQ,EACR,MAAM,EACN,SAAS,EACT,gBAAgB,EAChB,IAAW,EACX,mBAA0B,EAC1B,eAAsB,GACvB,EAAE,UAAU,GAAG,KAAK,CAAC,YAAY,GAAG,IAAI,CAoIxC"}
package/dist/index134.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import f from "./index75.mjs";
3
- import d from "./index234.mjs";
3
+ import d from "./index205.mjs";
4
4
  function l(e) {
5
5
  return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+");
6
6
  }
package/dist/index136.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import r from "./index235.mjs";
2
+ import r from "./index206.mjs";
3
3
  import p from "./index83.mjs";
4
4
  import l from "./index79.mjs";
5
5
  import m from "./index81.mjs";
package/dist/index137.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import r from "./index236.mjs";
3
- import f from "./index237.mjs";
2
+ import r from "./index207.mjs";
3
+ import f from "./index208.mjs";
4
4
  function u(l, i, t) {
5
5
  let o = !r(i);
6
6
  return l && (o || t == !1) ? f(l, i) : i;
package/dist/index141.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import o from "./index238.mjs";
3
- import * as t from "./index239.mjs";
2
+ import o from "./index209.mjs";
3
+ import * as t from "./index210.mjs";
4
4
  const m = {
5
5
  ...t,
6
6
  ...o
package/dist/index144.mjs CHANGED
@@ -1,14 +1,14 @@
1
1
  'use client';
2
2
  import H from "./index75.mjs";
3
- import D from "./index240.mjs";
3
+ import D from "./index211.mjs";
4
4
  import L from "./index139.mjs";
5
5
  import n from "./index86.mjs";
6
6
  import y from "./index81.mjs";
7
- import O from "./index241.mjs";
7
+ import O from "./index212.mjs";
8
8
  import U from "./index141.mjs";
9
9
  import q from "./index89.mjs";
10
- import { progressEventReducer as A } from "./index242.mjs";
11
- import v from "./index243.mjs";
10
+ import { progressEventReducer as A } from "./index213.mjs";
11
+ import v from "./index214.mjs";
12
12
  const N = typeof XMLHttpRequest < "u", Q = N && function(s) {
13
13
  return new Promise(function(C, i) {
14
14
  const t = v(s);
package/dist/index145.mjs CHANGED
@@ -2,12 +2,12 @@
2
2
  import K from "./index141.mjs";
3
3
  import t from "./index75.mjs";
4
4
  import b from "./index86.mjs";
5
- import ee from "./index244.mjs";
6
- import { trackStream as z } from "./index245.mjs";
5
+ import ee from "./index215.mjs";
6
+ import { trackStream as z } from "./index216.mjs";
7
7
  import te from "./index89.mjs";
8
- import { progressEventDecorator as I, progressEventReducer as M, asyncDecorator as j } from "./index242.mjs";
9
- import se from "./index243.mjs";
10
- import re from "./index240.mjs";
8
+ import { progressEventDecorator as I, progressEventReducer as M, asyncDecorator as j } from "./index213.mjs";
9
+ import se from "./index214.mjs";
10
+ import re from "./index211.mjs";
11
11
  const J = 64 * 1024, { isFunction: P } = t, ne = (({ Request: r, Response: n }) => ({
12
12
  Request: r,
13
13
  Response: n
package/dist/index150.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as r } from "./index211.mjs";
2
+ import { __exports as r } from "./index220.mjs";
3
3
  var u;
4
4
  function a() {
5
5
  return u ? r : (u = 1, function(n) {
package/dist/index151.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __module as r } from "./index212.mjs";
2
+ import { __module as r } from "./index221.mjs";
3
3
  var i;
4
4
  function c() {
5
5
  return i ? r.exports : (i = 1, function(f, e) {
package/dist/index152.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __module as n } from "./index210.mjs";
2
+ import { __module as n } from "./index219.mjs";
3
3
  var a;
4
4
  function o() {
5
5
  return a ? n.exports : (a = 1, function(f, e) {
package/dist/index153.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as e } from "./index213.mjs";
2
+ import { __exports as e } from "./index222.mjs";
3
3
  var t;
4
4
  function o() {
5
5
  return t ? e : (t = 1, function(r) {
package/dist/index154.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as e } from "./index214.mjs";
2
+ import { __exports as e } from "./index223.mjs";
3
3
  var n;
4
4
  function a() {
5
5
  return n ? e : (n = 1, function(r) {
package/dist/index156.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as e } from "./index208.mjs";
2
+ import { __exports as e } from "./index217.mjs";
3
3
  import "./index69.mjs";
4
4
  import n from "react";
5
5
  import { __exports as o } from "./index74.mjs";
package/dist/index157.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __module as n } from "./index209.mjs";
2
+ import { __module as n } from "./index218.mjs";
3
3
  var a;
4
4
  function m() {
5
5
  return a ? n.exports : (a = 1, function(f, e) {
package/dist/index159.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { __exports as e } from "./index205.mjs";
3
- import { __require as f } from "./index206.mjs";
2
+ import { __exports as e } from "./index224.mjs";
3
+ import { __require as f } from "./index225.mjs";
4
4
  import { __require as _ } from "./index104.mjs";
5
5
  var i;
6
6
  function R() {
package/dist/index160.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as e } from "./index207.mjs";
2
+ import { __exports as e } from "./index226.mjs";
3
3
  var t;
4
4
  function u() {
5
5
  return t ? e : (t = 1, function(r) {
package/dist/index165.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { __exports as u } from "./index215.mjs";
3
- import { __require as d } from "./index216.mjs";
2
+ import { __exports as u } from "./index228.mjs";
3
+ import { __require as d } from "./index229.mjs";
4
4
  var a;
5
5
  function h() {
6
6
  return a ? u : (a = 1, function(c) {
package/dist/index167.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as i } from "./index217.mjs";
2
+ import { __exports as i } from "./index227.mjs";
3
3
  var a;
4
4
  function d() {
5
5
  return a ? i : (a = 1, function(f) {
package/dist/index169.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { __exports as n } from "./index218.mjs";
3
- import { __require as d } from "./index219.mjs";
2
+ import { __exports as n } from "./index230.mjs";
3
+ import { __require as d } from "./index231.mjs";
4
4
  var o;
5
5
  function p() {
6
6
  return o ? n : (o = 1, function(i) {
package/dist/index170.mjs CHANGED
@@ -1,11 +1,11 @@
1
1
  'use client';
2
- import { __exports as A } from "./index220.mjs";
3
- import { __require as T } from "./index219.mjs";
2
+ import { __exports as A } from "./index232.mjs";
3
+ import { __require as T } from "./index231.mjs";
4
4
  import { __require as L } from "./index173.mjs";
5
- import { __require as N } from "./index221.mjs";
5
+ import { __require as N } from "./index233.mjs";
6
6
  import { __require as U } from "./index165.mjs";
7
- import { __require as j } from "./index222.mjs";
8
- import { __require as v } from "./index223.mjs";
7
+ import { __require as j } from "./index234.mjs";
8
+ import { __require as v } from "./index235.mjs";
9
9
  var S;
10
10
  function W() {
11
11
  return S ? A : (S = 1, function(R) {
package/dist/index173.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as r } from "./index224.mjs";
2
+ import { __exports as r } from "./index236.mjs";
3
3
  var n;
4
4
  function i() {
5
5
  return n ? r : (n = 1, function(t) {
package/dist/index176.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as r } from "./index225.mjs";
2
+ import { __exports as r } from "./index237.mjs";
3
3
  var u;
4
4
  function D() {
5
5
  return u ? r : (u = 1, function(t) {
package/dist/index179.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __module as t } from "./index226.mjs";
2
+ import { __module as t } from "./index238.mjs";
3
3
  import { __require as _ } from "./index97.mjs";
4
4
  import { __require as d } from "./index111.mjs";
5
5
  var u;
package/dist/index180.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as t } from "./index227.mjs";
2
+ import { __exports as t } from "./index239.mjs";
3
3
  import { __require as _ } from "./index184.mjs";
4
4
  import { __require as c } from "./index186.mjs";
5
5
  var u;
package/dist/index184.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as r } from "./index228.mjs";
2
+ import { __exports as r } from "./index240.mjs";
3
3
  import { __require as o } from "./index111.mjs";
4
4
  var i;
5
5
  function _() {
package/dist/index186.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as e } from "./index230.mjs";
2
+ import { __exports as e } from "./index241.mjs";
3
3
  import { __require as f } from "./index111.mjs";
4
4
  var n;
5
5
  function p() {
package/dist/index190.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as t } from "./index229.mjs";
2
+ import { __exports as t } from "./index242.mjs";
3
3
  import { __require as a } from "./index186.mjs";
4
4
  var n;
5
5
  function h() {
package/dist/index192.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as r } from "./index231.mjs";
2
+ import { __exports as r } from "./index243.mjs";
3
3
  import { __require as s } from "./index111.mjs";
4
4
  var a;
5
5
  function _() {
package/dist/index201.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { __module as b } from "./index232.mjs";
3
- import S from "./index233.mjs";
2
+ import { __module as b } from "./index244.mjs";
3
+ import S from "./index245.mjs";
4
4
  var _;
5
5
  function $() {
6
6
  return _ ? b.exports : (_ = 1, (() => {
package/dist/index205.mjs CHANGED
@@ -1,5 +1,34 @@
1
1
  'use client';
2
- var r = {};
2
+ import p from "./index85.mjs";
3
+ function i(n) {
4
+ const t = {
5
+ "!": "%21",
6
+ "'": "%27",
7
+ "(": "%28",
8
+ ")": "%29",
9
+ "~": "%7E",
10
+ "%20": "+",
11
+ "%00": "\0"
12
+ };
13
+ return encodeURIComponent(n).replace(/[!'()~]|%20|%00/g, function(r) {
14
+ return t[r];
15
+ });
16
+ }
17
+ function a(n, t) {
18
+ this._pairs = [], n && p(n, this, t);
19
+ }
20
+ const c = a.prototype;
21
+ c.append = function(t, o) {
22
+ this._pairs.push([t, o]);
23
+ };
24
+ c.toString = function(t) {
25
+ const o = t ? function(r) {
26
+ return t.call(this, r, i);
27
+ } : i;
28
+ return this._pairs.map(function(e) {
29
+ return o(e[0]) + "=" + o(e[1]);
30
+ }, "").join("&");
31
+ };
3
32
  export {
4
- r as __exports
33
+ a as default
5
34
  };
package/dist/index206.mjs CHANGED
@@ -1,111 +1,14 @@
1
1
  'use client';
2
- import { __exports as m } from "./index248.mjs";
3
- var p;
4
- function S() {
5
- return p ? m : (p = 1, function(d) {
6
- Object.defineProperty(d, "__esModule", {
7
- value: !0
8
- });
9
- function g(o, e) {
10
- for (var r in e) Object.defineProperty(o, r, {
11
- enumerable: !0,
12
- get: e[r]
13
- });
14
- }
15
- g(d, {
16
- getSortedRouteObjects: function() {
17
- return w;
18
- },
19
- getSortedRoutes: function() {
20
- return f;
21
- }
22
- });
23
- class h {
24
- insert(e) {
25
- this._insert(e.split("/").filter(Boolean), [], !1);
26
- }
27
- smoosh() {
28
- return this._smoosh();
29
- }
30
- _smoosh(e) {
31
- e === void 0 && (e = "/");
32
- const r = [
33
- ...this.children.keys()
34
- ].sort();
35
- this.slugName !== null && r.splice(r.indexOf("[]"), 1), this.restSlugName !== null && r.splice(r.indexOf("[...]"), 1), this.optionalRestSlugName !== null && r.splice(r.indexOf("[[...]]"), 1);
36
- const n = r.map((s) => this.children.get(s)._smoosh("" + e + s + "/")).reduce((s, t) => [
37
- ...s,
38
- ...t
39
- ], []);
40
- if (this.slugName !== null && n.push(...this.children.get("[]")._smoosh(e + "[" + this.slugName + "]/")), !this.placeholder) {
41
- const s = e === "/" ? "/" : e.slice(0, -1);
42
- if (this.optionalRestSlugName != null)
43
- throw new Error('You cannot define a route with the same specificity as a optional catch-all route ("' + s + '" and "' + s + "[[..." + this.optionalRestSlugName + ']]").');
44
- n.unshift(s);
45
- }
46
- return this.restSlugName !== null && n.push(...this.children.get("[...]")._smoosh(e + "[..." + this.restSlugName + "]/")), this.optionalRestSlugName !== null && n.push(...this.children.get("[[...]]")._smoosh(e + "[[..." + this.optionalRestSlugName + "]]/")), n;
47
- }
48
- _insert(e, r, n) {
49
- if (e.length === 0) {
50
- this.placeholder = !1;
51
- return;
52
- }
53
- if (n)
54
- throw new Error("Catch-all must be the last part of the URL.");
55
- let s = e[0];
56
- if (s.startsWith("[") && s.endsWith("]")) {
57
- let l = function(u, a) {
58
- if (u !== null && u !== a)
59
- throw new Error("You cannot use different slug names for the same dynamic path ('" + u + "' !== '" + a + "').");
60
- r.forEach((c) => {
61
- if (c === a)
62
- throw new Error('You cannot have the same slug name "' + a + '" repeat within a single dynamic path');
63
- if (c.replace(/\W/g, "") === s.replace(/\W/g, ""))
64
- throw new Error('You cannot have the slug names "' + c + '" and "' + a + '" differ only by non-word symbols within a single dynamic path');
65
- }), r.push(a);
66
- }, t = s.slice(1, -1), i = !1;
67
- if (t.startsWith("[") && t.endsWith("]") && (t = t.slice(1, -1), i = !0), t.startsWith("…"))
68
- throw new Error("Detected a three-dot character ('…') at ('" + t + "'). Did you mean ('...')?");
69
- if (t.startsWith("...") && (t = t.substring(3), n = !0), t.startsWith("[") || t.endsWith("]"))
70
- throw new Error("Segment names may not start or end with extra brackets ('" + t + "').");
71
- if (t.startsWith("."))
72
- throw new Error("Segment names may not start with erroneous periods ('" + t + "').");
73
- if (n)
74
- if (i) {
75
- if (this.restSlugName != null)
76
- throw new Error('You cannot use both an required and optional catch-all route at the same level ("[...' + this.restSlugName + ']" and "' + e[0] + '" ).');
77
- l(this.optionalRestSlugName, t), this.optionalRestSlugName = t, s = "[[...]]";
78
- } else {
79
- if (this.optionalRestSlugName != null)
80
- throw new Error('You cannot use both an optional and required catch-all route at the same level ("[[...' + this.optionalRestSlugName + ']]" and "' + e[0] + '").');
81
- l(this.restSlugName, t), this.restSlugName = t, s = "[...]";
82
- }
83
- else {
84
- if (i)
85
- throw new Error('Optional route parameters are not yet supported ("' + e[0] + '").');
86
- l(this.slugName, t), this.slugName = t, s = "[]";
87
- }
88
- }
89
- this.children.has(s) || this.children.set(s, new h()), this.children.get(s)._insert(e.slice(1), r, n);
90
- }
91
- constructor() {
92
- this.placeholder = !0, this.children = /* @__PURE__ */ new Map(), this.slugName = null, this.restSlugName = null, this.optionalRestSlugName = null;
93
- }
94
- }
95
- function f(o) {
96
- const e = new h();
97
- return o.forEach((r) => e.insert(r)), e.smoosh();
98
- }
99
- function w(o, e) {
100
- const r = {}, n = [];
101
- for (let t = 0; t < o.length; t++) {
102
- const i = e(o[t]);
103
- r[i] = t, n[t] = i;
104
- }
105
- return f(n).map((t) => o[r[t]]);
106
- }
107
- }(m), m);
2
+ import i from "./index75.mjs";
3
+ import m from "./index79.mjs";
4
+ import s from "./index89.mjs";
5
+ function h(f, t) {
6
+ const o = this || m, r = t || o, n = s.from(r.headers);
7
+ let a = r.data;
8
+ return i.forEach(f, function(e) {
9
+ a = e.call(o, a, n.normalize(), t ? t.status : void 0);
10
+ }), n.normalize(), a;
108
11
  }
109
12
  export {
110
- S as __require
13
+ h as default
111
14
  };
package/dist/index207.mjs CHANGED
@@ -1,5 +1,7 @@
1
1
  'use client';
2
- var a = {};
2
+ function e(t) {
3
+ return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(t);
4
+ }
3
5
  export {
4
- a as __exports
6
+ e as default
5
7
  };
package/dist/index208.mjs CHANGED
@@ -1,5 +1,7 @@
1
1
  'use client';
2
- var e = {};
2
+ function n(e, c) {
3
+ return c ? e.replace(/\/?\/$/, "") + "/" + c.replace(/^\/+/, "") : e;
4
+ }
3
5
  export {
4
- e as __exports
6
+ n as default
5
7
  };
package/dist/index209.mjs CHANGED
@@ -1,5 +1,16 @@
1
1
  'use client';
2
- var r = { exports: {} };
2
+ import o from "./index257.mjs";
3
+ import r from "./index258.mjs";
4
+ import t from "./index259.mjs";
5
+ const l = {
6
+ isBrowser: !0,
7
+ classes: {
8
+ URLSearchParams: o,
9
+ FormData: r,
10
+ Blob: t
11
+ },
12
+ protocols: ["http", "https", "file", "blob", "url", "data"]
13
+ };
3
14
  export {
4
- r as __module
15
+ l as default
5
16
  };
package/dist/index210.mjs CHANGED
@@ -1,5 +1,10 @@
1
1
  'use client';
2
- var e = { exports: {} };
2
+ const e = typeof window < "u" && typeof document < "u", o = typeof navigator == "object" && navigator || void 0, n = e && (!o || ["ReactNative", "NativeScript", "NS"].indexOf(o.product) < 0), t = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
3
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", r = e && window.location.href || "http://localhost";
3
4
  export {
4
- e as __module
5
+ e as hasBrowserEnv,
6
+ n as hasStandardBrowserEnv,
7
+ t as hasStandardBrowserWebWorkerEnv,
8
+ o as navigator,
9
+ r as origin
5
10
  };
package/dist/index211.mjs CHANGED
@@ -1,5 +1,15 @@
1
1
  'use client';
2
- var t = {};
2
+ import a from "./index86.mjs";
3
+ function E(i, f, t) {
4
+ const u = t.config.validateStatus;
5
+ !t.status || !u || u(t.status) ? i(t) : f(new a(
6
+ "Request failed with status code " + t.status,
7
+ [a.ERR_BAD_REQUEST, a.ERR_BAD_RESPONSE][Math.floor(t.status / 100) - 4],
8
+ t.config,
9
+ t.request,
10
+ t
11
+ ));
12
+ }
3
13
  export {
4
- t as __exports
14
+ E as default
5
15
  };
package/dist/index212.mjs CHANGED
@@ -1,5 +1,8 @@
1
1
  'use client';
2
- var e = { exports: {} };
2
+ function o(e) {
3
+ const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
4
+ return t && t[1] || "";
5
+ }
3
6
  export {
4
- e as __module
7
+ o as default
5
8
  };
package/dist/index213.mjs CHANGED
@@ -1,5 +1,36 @@
1
1
  'use client';
2
- var e = {};
2
+ import i from "./index260.mjs";
3
+ import m from "./index261.mjs";
4
+ import f from "./index75.mjs";
5
+ const h = (t, o, a = 3) => {
6
+ let r = 0;
7
+ const c = i(50, 250);
8
+ return m((s) => {
9
+ const n = s.loaded, e = s.lengthComputable ? s.total : void 0, l = n - r, d = c(l), p = n <= e;
10
+ r = n;
11
+ const u = {
12
+ loaded: n,
13
+ total: e,
14
+ progress: e ? n / e : void 0,
15
+ bytes: l,
16
+ rate: d || void 0,
17
+ estimated: d && e && p ? (e - n) / d : void 0,
18
+ event: s,
19
+ lengthComputable: e != null,
20
+ [o ? "download" : "upload"]: !0
21
+ };
22
+ t(u);
23
+ }, a);
24
+ }, v = (t, o) => {
25
+ const a = t != null;
26
+ return [(r) => o[0]({
27
+ lengthComputable: a,
28
+ total: t,
29
+ loaded: r
30
+ }), o[1]];
31
+ }, C = (t) => (...o) => f.asap(() => t(...o));
3
32
  export {
4
- e as __exports
33
+ C as asyncDecorator,
34
+ v as progressEventDecorator,
35
+ h as progressEventReducer
5
36
  };
package/dist/index214.mjs CHANGED
@@ -1,5 +1,34 @@
1
1
  'use client';
2
- var e = {};
2
+ import n from "./index141.mjs";
3
+ import m from "./index75.mjs";
4
+ import c from "./index262.mjs";
5
+ import h from "./index263.mjs";
6
+ import w from "./index137.mjs";
7
+ import b from "./index78.mjs";
8
+ import C from "./index89.mjs";
9
+ import g from "./index134.mjs";
10
+ const E = (a) => {
11
+ const e = b({}, a);
12
+ let { data: i, withXSRFToken: r, xsrfHeaderName: f, xsrfCookieName: d, headers: o, auth: s } = e;
13
+ if (e.headers = o = C.from(o), e.url = g(w(e.baseURL, e.url, e.allowAbsoluteUrls), a.params, a.paramsSerializer), s && o.set(
14
+ "Authorization",
15
+ "Basic " + btoa((s.username || "") + ":" + (s.password ? unescape(encodeURIComponent(s.password)) : ""))
16
+ ), m.isFormData(i)) {
17
+ if (n.hasStandardBrowserEnv || n.hasStandardBrowserWebWorkerEnv)
18
+ o.setContentType(void 0);
19
+ else if (m.isFunction(i.getHeaders)) {
20
+ const t = i.getHeaders(), u = ["content-type", "content-length"];
21
+ Object.entries(t).forEach(([l, p]) => {
22
+ u.includes(l.toLowerCase()) && o.set(l, p);
23
+ });
24
+ }
25
+ }
26
+ if (n.hasStandardBrowserEnv && (r && m.isFunction(r) && (r = r(e)), r || r !== !1 && c(e.url))) {
27
+ const t = f && d && h.read(d);
28
+ t && o.set(f, t);
29
+ }
30
+ return e;
31
+ };
3
32
  export {
4
- e as __exports
33
+ E as default
5
34
  };