stone-kit 0.0.1030 → 0.0.1032

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 (172) hide show
  1. package/dist/App.js +1 -1
  2. package/dist/{Menu-CeBSiTyP.js → Menu-CdJTzN7T.js} +157 -176
  3. package/dist/{Option-DU8cvBnA.js → Option-rFBMQAPk.js} +1 -1
  4. package/dist/Router.js +1 -1
  5. package/dist/components/Button/ui/Button.d.ts +0 -1
  6. package/dist/components/Button/ui/Button.js +1 -1
  7. package/dist/components/Button/ui/Button.types.d.ts +0 -1
  8. package/dist/components/CheckBox/CheckBox.d.ts +0 -1
  9. package/dist/components/CheckBox/CheckBox.js +1 -1
  10. package/dist/components/CheckBox/CheckBox.types.d.ts +0 -1
  11. package/dist/components/CheckBoxNew/CheckBox.types.d.ts +0 -1
  12. package/dist/components/CheckBoxNew/CheckBoxNew.d.ts +0 -1
  13. package/dist/components/CheckBoxNew/CheckBoxNew.js +17 -17
  14. package/dist/components/CheckboxSelect/ui/CheckboxSelect.d.ts +0 -1
  15. package/dist/components/CheckboxSelect/ui/CheckboxSelect.js +34 -34
  16. package/dist/components/CommercialLotCard/CommercialLotCard.d.ts +0 -1
  17. package/dist/components/CommercialLotCard/CommercialLotCard.js +50 -7
  18. package/dist/components/CommercialLotCard/components/Price/Price.d.ts +0 -1
  19. package/dist/components/CommercialLotCard/components/Price/Price.js +25 -26
  20. package/dist/components/CommercialLotCard/components/Snippets/Snippets.d.ts +0 -1
  21. package/dist/components/CommercialLotCard/components/Snippets/Snippets.js +98 -27
  22. package/dist/components/CommercialLotCard/components/Tags/Tags.d.ts +0 -1
  23. package/dist/components/CommercialLotCard/components/Tags/Tags.js +17 -17
  24. package/dist/components/CommercialLotCard/types/CommercialLotCard.types.d.ts +0 -1
  25. package/dist/components/CommercialLotCard/types/LotCard.d.ts +0 -1
  26. package/dist/components/CommercialLotCard/utils/formatPrice.js +1 -2
  27. package/dist/components/CommercialLotCard/utils/getTagsFeatures.d.ts +1 -2
  28. package/dist/components/DestinationTab/ui/DestinationTab.d.ts +0 -1
  29. package/dist/components/DestinationTab/ui/DestinationTab.js +41 -41
  30. package/dist/components/DestinationTab/ui/DestinationTab.types.d.ts +0 -1
  31. package/dist/components/FieldInput/ui/FieldInput.d.ts +0 -1
  32. package/dist/components/FieldInput/ui/FieldInput.types.d.ts +0 -1
  33. package/dist/components/FilterWithSave/hooks/useFilterWithSave.d.ts +0 -1
  34. package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +54 -26
  35. package/dist/components/FilterWithSave/ui/FilterWithSave.d.ts +0 -1
  36. package/dist/components/FilterWithSave/ui/FilterWithSave.js +328 -7
  37. package/dist/components/Flex/ui/Flex.d.ts +0 -1
  38. package/dist/components/Flex/ui/Flex.js +1 -1
  39. package/dist/components/Flex/ui/Flex.types.d.ts +0 -1
  40. package/dist/components/FormModal/ui/ModalForm.js +1430 -28
  41. package/dist/components/GroupedInput/ui/GroupedInputs.d.ts +0 -1
  42. package/dist/components/GroupedInput/ui/GroupedInputs.js +1 -1
  43. package/dist/components/GroupedInput/ui/GroupedInputs.types.d.ts +0 -1
  44. package/dist/components/Input/ui/Input.d.ts +1 -2
  45. package/dist/components/Input/ui/Input.js +234 -304
  46. package/dist/components/Logo/ui/Logo.d.ts +0 -1
  47. package/dist/components/Logo/ui/Logo.js +6 -6
  48. package/dist/components/LotCard/hooks/useLotCard.d.ts +0 -1
  49. package/dist/components/LotCard/hooks/useLotCard.js +6 -24
  50. package/dist/components/LotCard/index.js +2 -2
  51. package/dist/components/LotCard/ui/LotCard.d.ts +0 -1
  52. package/dist/components/LotCard/ui/LotCard.js +213 -10
  53. package/dist/components/LotCard/ui/LotCard.types.d.ts +0 -1
  54. package/dist/components/LotCard/utils/formatPrice.js +1 -2
  55. package/dist/components/LotCard/utils/getTagsFeatures.d.ts +1 -2
  56. package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.js +1 -1
  57. package/dist/components/MetroLabel/ui/MetroLabel.d.ts +0 -1
  58. package/dist/components/MetroLabel/ui/MetroLabel.js +16 -16
  59. package/dist/components/MetroLabel/ui/MetroLabel.types.d.ts +0 -1
  60. package/dist/components/MetroTag/ui/MetroTag.d.ts +0 -1
  61. package/dist/components/MetroTag/ui/MetroTag.js +74 -74
  62. package/dist/components/MetroTag/ui/MetroTag.types.d.ts +0 -1
  63. package/dist/components/Modal/ui/Modal.d.ts +0 -1
  64. package/dist/components/Modal/ui/Modal.js +34 -37
  65. package/dist/components/Modal/ui/Modal.types.d.ts +0 -1
  66. package/dist/components/ModalSuccess/ModalSuccess.d.ts +0 -1
  67. package/dist/components/ModalSuccess/ModalSuccess.js +18 -19
  68. package/dist/components/ModalSuccess/ModalSuccess.types.d.ts +0 -1
  69. package/dist/components/NewIcon/icons/PinTrans.d.ts +0 -1
  70. package/dist/components/NewIcon/icons/SmallFilter.d.ts +0 -1
  71. package/dist/components/NewIcon/ui/NewIcon.d.ts +0 -1
  72. package/dist/components/NewIcon/ui/NewIcon.js +1 -1
  73. package/dist/components/NewIcon/ui/NewIcon.types.d.ts +0 -1
  74. package/dist/components/NewIcon/ui/iconTypes.d.ts +0 -1
  75. package/dist/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.js +9 -11
  76. package/dist/components/RoundButton/ui/RoundButton.d.ts +0 -1
  77. package/dist/components/RoundButton/ui/RoundButton.js +2 -2
  78. package/dist/components/RoundButton/ui/RoundButton.types.d.ts +0 -1
  79. package/dist/components/Select/model/selectMode.d.ts +0 -1
  80. package/dist/components/Select/model/selectMode.js +30 -30
  81. package/dist/components/Select/ui/Category.d.ts +0 -1
  82. package/dist/components/Select/ui/Category.js +3 -3
  83. package/dist/components/Select/ui/Option.d.ts +0 -1
  84. package/dist/components/Select/ui/Option.js +2 -2
  85. package/dist/components/Select/ui/Select.d.ts +0 -1
  86. package/dist/components/Select/ui/Select.js +115 -115
  87. package/dist/components/SliderNavigation/index.d.ts +0 -1
  88. package/dist/components/SliderNavigation/ui/SliderNavigation.d.ts +0 -1
  89. package/dist/components/SliderNavigation/ui/SliderNavigation.js +6 -6
  90. package/dist/components/SortSelect/hooks/useSortSelect.d.ts +0 -1
  91. package/dist/components/SortSelect/hooks/useSortSelect.js +2 -2
  92. package/dist/components/SortSelect/index.js +1 -1
  93. package/dist/components/SortSelect/ui/SortSelect.d.ts +0 -1
  94. package/dist/components/SortSelect/ui/SortSelect.js +108 -26
  95. package/dist/components/SortSelect/ui/SortSelect.types.d.ts +0 -1
  96. package/dist/components/SummarySelect/ui/SummarySelect.d.ts +0 -1
  97. package/dist/components/SummarySelect/ui/SummarySelect.js +59 -65
  98. package/dist/components/Switcher/ui/Switcher.d.ts +0 -1
  99. package/dist/components/Switcher/ui/Switcher.js +1 -1
  100. package/dist/components/Switcher/ui/Switcher.types.d.ts +0 -1
  101. package/dist/components/TabSelect/ui/TabSelect.d.ts +0 -1
  102. package/dist/components/TabSelect/ui/TabSelect.js +5 -5
  103. package/dist/components/TabSwitcher/index.js +2 -2
  104. package/dist/components/TabSwitcher/ui/TabSwitcher.d.ts +0 -1
  105. package/dist/components/TabSwitcher/ui/TabSwitcher.js +120 -26
  106. package/dist/components/TabSwitcher/ui/TabSwitcher.types.d.ts +0 -1
  107. package/dist/components/Tag/ui/Tag.d.ts +0 -1
  108. package/dist/components/Tag/ui/Tag.js +91 -91
  109. package/dist/components/Tag/ui/Tag.types.d.ts +0 -1
  110. package/dist/components/Text/ui/Text.d.ts +0 -1
  111. package/dist/components/Text/ui/Text.js +1 -1
  112. package/dist/components/Text/ui/Text.types.d.ts +0 -1
  113. package/dist/components/TextArea/TextArea.d.ts +0 -1
  114. package/dist/components/TextArea/TextArea.js +1 -1
  115. package/dist/components/ZoomControls/ui/ZoomControls.d.ts +0 -1
  116. package/dist/components/ZoomControls/ui/ZoomControls.types.d.ts +0 -1
  117. package/dist/components/mobileButton/ui/MobileButton.d.ts +0 -1
  118. package/dist/components/mobileButton/ui/MobileButton.js +1 -1
  119. package/dist/components/mobileButton/ui/MobileButton.types.d.ts +0 -1
  120. package/dist/{index-DvCs2JPX.js → index-3E04UaC2.js} +9529 -9629
  121. package/dist/index-B2JRaoNz.js +48 -0
  122. package/dist/{index-DmANy9jd.js → index-CBdtKu-u.js} +272 -271
  123. package/dist/layout/Layout.d.ts +0 -1
  124. package/dist/layout/components/Header/Header.js +48 -71
  125. package/dist/layout/components/Menu.js +2 -24
  126. package/dist/main.js +70 -65
  127. package/dist/pages/ButtonsPage/Buttons.js +44 -61
  128. package/dist/pages/FormsPage/FormsPage.js +26 -50
  129. package/dist/pages/IconsPage/IconsPage.js +9 -31
  130. package/dist/pages/InputPage/InputPage.js +10 -32
  131. package/dist/pages/LogoPage/LogoPage.js +13 -35
  132. package/dist/pages/LotsPage/LotsPage.js +18 -17
  133. package/dist/pages/LotsPage/const.d.ts +0 -1
  134. package/dist/pages/ModalsPage/ModalPage.js +46 -66
  135. package/dist/pages/SelectPage/SelectPage.js +58 -58
  136. package/dist/pages/TabsPage/TabsPage.js +19 -20
  137. package/dist/pages/TagsPage/TagsPage.js +23 -44
  138. package/dist/shared/checkLargeOffice.d.ts +0 -1
  139. package/dist/shared/checkLargeOffice.js +1 -1
  140. package/dist/shared/mlnRound.js +1 -2
  141. package/dist/stone-kit.css +1 -0
  142. package/dist/stories/entities/CommercialLotCard/CommercialLotCard.stories.js +2 -2
  143. package/dist/stories/shared/ui/Button/Button.stories.js +5 -5
  144. package/dist/stories/shared/ui/CheckBox/CheckBox.stories.js +1 -1
  145. package/dist/stories/shared/ui/CheckBox/CheckBoxNew.stories.js +1 -1
  146. package/dist/stories/shared/ui/CheckboxSelect/CheckboxSelect.stories.js +1 -1
  147. package/dist/stories/shared/ui/DestinationTab/DestinationTab.stories.js +1 -1
  148. package/dist/stories/shared/ui/FieldInput/FieldInput.stories.js +1 -1
  149. package/dist/stories/shared/ui/FilterWithSave/FilterWithSave.stories.js +2 -2
  150. package/dist/stories/shared/ui/FormModal/FormModal.stories.js +8 -8
  151. package/dist/stories/shared/ui/GroupedInput/GroupedInput.stories.js +1 -1
  152. package/dist/stories/shared/ui/Logo/Logo.stories.js +1 -1
  153. package/dist/stories/shared/ui/MobileButton/MobileButton.stories.js +1 -1
  154. package/dist/stories/shared/ui/Modal/Modal.stories.js +1 -1
  155. package/dist/stories/shared/ui/ModalSuccess/ModalSuccess.stories.js +1 -1
  156. package/dist/stories/shared/ui/RoundButton/RoundButton.stories.js +1 -1
  157. package/dist/stories/shared/ui/Select/Select.stories.js +1 -1
  158. package/dist/stories/shared/ui/SliderNavigation/SliderNavigation.stories.js +1 -1
  159. package/dist/stories/shared/ui/SortSelect/SortSelect.stories.js +2 -2
  160. package/dist/stories/shared/ui/SummarySelect/SummarySelect.stories.js +1 -1
  161. package/dist/stories/shared/ui/Switcher/Switcher.stories.js +1 -1
  162. package/dist/stories/shared/ui/TabSelect/TabSelect.stories.js +1 -1
  163. package/dist/stories/shared/ui/TabSwitcher/TabSwitcher.stories.js +2 -2
  164. package/dist/stories/shared/ui/Tag/Tag.stories.js +4 -4
  165. package/dist/stories/shared/ui/ZoomControls/ZoomControls.stories.js +1 -1
  166. package/dist/useLotCard-DG9doKCX.js +186 -0
  167. package/dist/useSortSelect-B8HOGdOt.js +79 -0
  168. package/package.json +1 -1
  169. package/dist/FilterWithSave-BWA01WwU.js +0 -2476
  170. package/dist/index-rKuIKazb.js +0 -45
  171. package/dist/style.css +0 -1
  172. package/dist/useSortSelect-BTCEVMVn.js +0 -80
@@ -1,6 +1,6 @@
1
1
  import * as s from "react";
2
2
  /**
3
- * @remix-run/router v1.19.0
3
+ * @remix-run/router v1.23.0
4
4
  *
5
5
  * Copyright (c) Remix Software Inc.
6
6
  *
@@ -23,20 +23,20 @@ var R;
23
23
  (function(e) {
24
24
  e.Pop = "POP", e.Push = "PUSH", e.Replace = "REPLACE";
25
25
  })(R || (R = {}));
26
- const z = "popstate";
27
- function Ye(e) {
26
+ const A = "popstate";
27
+ function Ke(e) {
28
28
  e === void 0 && (e = {});
29
29
  function t(r, a) {
30
30
  let {
31
31
  pathname: o,
32
- search: l,
32
+ search: i,
33
33
  hash: u
34
34
  } = r.location;
35
- return W(
35
+ return j(
36
36
  "",
37
37
  {
38
38
  pathname: o,
39
- search: l,
39
+ search: i,
40
40
  hash: u
41
41
  },
42
42
  // state defaults to `null` because `window.history.state` does
@@ -45,9 +45,9 @@ function Ye(e) {
45
45
  );
46
46
  }
47
47
  function n(r, a) {
48
- return typeof a == "string" ? a : G(a);
48
+ return typeof a == "string" ? a : K(a);
49
49
  }
50
- return se(t, n, null, e);
50
+ return ue(t, n, null, e);
51
51
  }
52
52
  function f(e, t) {
53
53
  if (e === !1 || e === null || typeof e > "u")
@@ -62,17 +62,17 @@ function b(e, t) {
62
62
  }
63
63
  }
64
64
  }
65
- function ie() {
65
+ function se() {
66
66
  return Math.random().toString(36).substr(2, 8);
67
67
  }
68
- function A(e, t) {
68
+ function z(e, t) {
69
69
  return {
70
70
  usr: e.state,
71
71
  key: e.key,
72
72
  idx: t
73
73
  };
74
74
  }
75
- function W(e, t, n, r) {
75
+ function j(e, t, n, r) {
76
76
  return n === void 0 && (n = null), D({
77
77
  pathname: typeof e == "string" ? e : e.pathname,
78
78
  search: "",
@@ -83,10 +83,10 @@ function W(e, t, n, r) {
83
83
  // full Locations now and avoid the need to run through this flow at all
84
84
  // But that's a pretty big refactor to the current test suite so going to
85
85
  // keep as is for the time being and just let any incoming keys take precedence
86
- key: t && t.key || r || ie()
86
+ key: t && t.key || r || se()
87
87
  });
88
88
  }
89
- function G(e) {
89
+ function K(e) {
90
90
  let {
91
91
  pathname: t = "/",
92
92
  search: n = "",
@@ -104,24 +104,24 @@ function O(e) {
104
104
  }
105
105
  return t;
106
106
  }
107
- function se(e, t, n, r) {
107
+ function ue(e, t, n, r) {
108
108
  r === void 0 && (r = {});
109
109
  let {
110
110
  window: a = document.defaultView,
111
111
  v5Compat: o = !1
112
- } = r, l = a.history, u = R.Pop, i = null, d = h();
113
- d == null && (d = 0, l.replaceState(D({}, l.state, {
112
+ } = r, i = a.history, u = R.Pop, l = null, d = h();
113
+ d == null && (d = 0, i.replaceState(D({}, i.state, {
114
114
  idx: d
115
115
  }), ""));
116
116
  function h() {
117
- return (l.state || {
117
+ return (i.state || {
118
118
  idx: null
119
119
  }).idx;
120
120
  }
121
121
  function c() {
122
122
  u = R.Pop;
123
123
  let p = h(), E = p == null ? null : p - d;
124
- d = p, i && i({
124
+ d = p, l && l({
125
125
  action: u,
126
126
  location: g.location,
127
127
  delta: E
@@ -129,35 +129,35 @@ function se(e, t, n, r) {
129
129
  }
130
130
  function m(p, E) {
131
131
  u = R.Push;
132
- let v = W(g.location, p, E);
132
+ let v = j(g.location, p, E);
133
133
  d = h() + 1;
134
- let N = A(v, d), L = g.createHref(v);
134
+ let x = z(v, d), L = g.createHref(v);
135
135
  try {
136
- l.pushState(N, "", L);
136
+ i.pushState(x, "", L);
137
137
  } catch (I) {
138
138
  if (I instanceof DOMException && I.name === "DataCloneError")
139
139
  throw I;
140
140
  a.location.assign(L);
141
141
  }
142
- o && i && i({
142
+ o && l && l({
143
143
  action: u,
144
144
  location: g.location,
145
145
  delta: 1
146
146
  });
147
147
  }
148
- function x(p, E) {
148
+ function N(p, E) {
149
149
  u = R.Replace;
150
- let v = W(g.location, p, E);
150
+ let v = j(g.location, p, E);
151
151
  d = h();
152
- let N = A(v, d), L = g.createHref(v);
153
- l.replaceState(N, "", L), o && i && i({
152
+ let x = z(v, d), L = g.createHref(v);
153
+ i.replaceState(x, "", L), o && l && l({
154
154
  action: u,
155
155
  location: g.location,
156
156
  delta: 0
157
157
  });
158
158
  }
159
159
  function y(p) {
160
- let E = a.location.origin !== "null" ? a.location.origin : a.location.href, v = typeof p == "string" ? p : G(p);
160
+ let E = a.location.origin !== "null" ? a.location.origin : a.location.href, v = typeof p == "string" ? p : K(p);
161
161
  return v = v.replace(/ $/, "%20"), f(E, "No window.location.(origin|href) available to create URL for href: " + v), new URL(v, E);
162
162
  }
163
163
  let g = {
@@ -165,13 +165,13 @@ function se(e, t, n, r) {
165
165
  return u;
166
166
  },
167
167
  get location() {
168
- return e(a, l);
168
+ return e(a, i);
169
169
  },
170
170
  listen(p) {
171
- if (i)
171
+ if (l)
172
172
  throw new Error("A history only accepts one active listener");
173
- return a.addEventListener(z, c), i = p, () => {
174
- a.removeEventListener(z, c), i = null;
173
+ return a.addEventListener(A, c), l = p, () => {
174
+ a.removeEventListener(A, c), l = null;
175
175
  };
176
176
  },
177
177
  createHref(p) {
@@ -187,9 +187,9 @@ function se(e, t, n, r) {
187
187
  };
188
188
  },
189
189
  push: m,
190
- replace: x,
190
+ replace: N,
191
191
  go(p) {
192
- return l.go(p);
192
+ return i.go(p);
193
193
  }
194
194
  };
195
195
  return g;
@@ -198,72 +198,71 @@ var J;
198
198
  (function(e) {
199
199
  e.data = "data", e.deferred = "deferred", e.redirect = "redirect", e.error = "error";
200
200
  })(J || (J = {}));
201
- function ue(e, t, n) {
202
- return n === void 0 && (n = "/"), ce(e, t, n, !1);
201
+ function ce(e, t, n) {
202
+ return n === void 0 && (n = "/"), de(e, t, n);
203
203
  }
204
- function ce(e, t, n, r) {
205
- let a = typeof t == "string" ? O(t) : t, o = Q(a.pathname || "/", n);
204
+ function de(e, t, n, r) {
205
+ let a = typeof t == "string" ? O(t) : t, o = Z(a.pathname || "/", n);
206
206
  if (o == null)
207
207
  return null;
208
- let l = K(e);
209
- de(l);
208
+ let i = X(e);
209
+ he(i);
210
210
  let u = null;
211
- for (let i = 0; u == null && i < l.length; ++i) {
212
- let d = Re(o);
213
- u = xe(l[i], d, r);
211
+ for (let l = 0; u == null && l < i.length; ++l) {
212
+ let d = be(o);
213
+ u = xe(i[l], d);
214
214
  }
215
215
  return u;
216
216
  }
217
- function K(e, t, n, r) {
217
+ function X(e, t, n, r) {
218
218
  t === void 0 && (t = []), n === void 0 && (n = []), r === void 0 && (r = "");
219
- let a = (o, l, u) => {
220
- let i = {
219
+ let a = (o, i, u) => {
220
+ let l = {
221
221
  relativePath: u === void 0 ? o.path || "" : u,
222
222
  caseSensitive: o.caseSensitive === !0,
223
- childrenIndex: l,
223
+ childrenIndex: i,
224
224
  route: o
225
225
  };
226
- i.relativePath.startsWith("/") && (f(i.relativePath.startsWith(r), 'Absolute route path "' + i.relativePath + '" nested under path ' + ('"' + r + '" is not valid. An absolute child route path ') + "must start with the combined path of all its parent routes."), i.relativePath = i.relativePath.slice(r.length));
227
- let d = C([r, i.relativePath]), h = n.concat(i);
226
+ l.relativePath.startsWith("/") && (f(l.relativePath.startsWith(r), 'Absolute route path "' + l.relativePath + '" nested under path ' + ('"' + r + '" is not valid. An absolute child route path ') + "must start with the combined path of all its parent routes."), l.relativePath = l.relativePath.slice(r.length));
227
+ let d = C([r, l.relativePath]), h = n.concat(l);
228
228
  o.children && o.children.length > 0 && (f(
229
229
  // Our types know better, but runtime JS may not!
230
230
  // @ts-expect-error
231
231
  o.index !== !0,
232
232
  "Index routes must not have child routes. Please remove " + ('all child routes from route path "' + d + '".')
233
- ), K(o.children, t, h, d)), !(o.path == null && !o.index) && t.push({
233
+ ), X(o.children, t, h, d)), !(o.path == null && !o.index) && t.push({
234
234
  path: d,
235
- score: Ee(d, o.index),
235
+ score: ye(d, o.index),
236
236
  routesMeta: h
237
237
  });
238
238
  };
239
- return e.forEach((o, l) => {
239
+ return e.forEach((o, i) => {
240
240
  var u;
241
241
  if (o.path === "" || !((u = o.path) != null && u.includes("?")))
242
- a(o, l);
242
+ a(o, i);
243
243
  else
244
- for (let i of X(o.path))
245
- a(o, l, i);
244
+ for (let l of Q(o.path))
245
+ a(o, i, l);
246
246
  }), t;
247
247
  }
248
- function X(e) {
248
+ function Q(e) {
249
249
  let t = e.split("/");
250
- if (t.length === 0)
251
- return [];
250
+ if (t.length === 0) return [];
252
251
  let [n, ...r] = t, a = n.endsWith("?"), o = n.replace(/\?$/, "");
253
252
  if (r.length === 0)
254
253
  return a ? [o, ""] : [o];
255
- let l = X(r.join("/")), u = [];
256
- return u.push(...l.map((i) => i === "" ? o : [o, i].join("/"))), a && u.push(...l), u.map((i) => e.startsWith("/") && i === "" ? "/" : i);
254
+ let i = Q(r.join("/")), u = [];
255
+ return u.push(...i.map((l) => l === "" ? o : [o, l].join("/"))), a && u.push(...i), u.map((l) => e.startsWith("/") && l === "" ? "/" : l);
257
256
  }
258
- function de(e) {
259
- e.sort((t, n) => t.score !== n.score ? n.score - t.score : ye(t.routesMeta.map((r) => r.childrenIndex), n.routesMeta.map((r) => r.childrenIndex)));
257
+ function he(e) {
258
+ e.sort((t, n) => t.score !== n.score ? n.score - t.score : Ne(t.routesMeta.map((r) => r.childrenIndex), n.routesMeta.map((r) => r.childrenIndex)));
260
259
  }
261
- const he = /^:[\w-]+$/, pe = 3, fe = 2, me = 1, ve = 10, ge = -2, H = (e) => e === "*";
262
- function Ee(e, t) {
260
+ const pe = /^:[\w-]+$/, fe = 3, me = 2, ve = 1, ge = 10, Ee = -2, Y = (e) => e === "*";
261
+ function ye(e, t) {
263
262
  let n = e.split("/"), r = n.length;
264
- return n.some(H) && (r += ge), t && (r += fe), n.filter((a) => !H(a)).reduce((a, o) => a + (he.test(o) ? pe : o === "" ? me : ve), r);
263
+ return n.some(Y) && (r += Ee), t && (r += me), n.filter((a) => !Y(a)).reduce((a, o) => a + (pe.test(o) ? fe : o === "" ? ve : ge), r);
265
264
  }
266
- function ye(e, t) {
265
+ function Ne(e, t) {
267
266
  return e.length === t.length && e.slice(0, -1).every((r, a) => r === t[a]) ? (
268
267
  // If two routes are siblings, we should try to match the earlier sibling
269
268
  // first. This allows people to have fine-grained control over the matching
@@ -279,83 +278,77 @@ function ye(e, t) {
279
278
  function xe(e, t, n) {
280
279
  let {
281
280
  routesMeta: r
282
- } = e, a = {}, o = "/", l = [];
281
+ } = e, a = {}, o = "/", i = [];
283
282
  for (let u = 0; u < r.length; ++u) {
284
- let i = r[u], d = u === r.length - 1, h = o === "/" ? t : t.slice(o.length) || "/", c = Y({
285
- path: i.relativePath,
286
- caseSensitive: i.caseSensitive,
283
+ let l = r[u], d = u === r.length - 1, h = o === "/" ? t : t.slice(o.length) || "/", c = Re({
284
+ path: l.relativePath,
285
+ caseSensitive: l.caseSensitive,
287
286
  end: d
288
- }, h), m = i.route;
289
- if (!c && d && n && !r[r.length - 1].route.index && (c = Y({
290
- path: i.relativePath,
291
- caseSensitive: i.caseSensitive,
292
- end: !1
293
- }, h)), !c)
287
+ }, h), m = l.route;
288
+ if (!c)
294
289
  return null;
295
- Object.assign(a, c.params), l.push({
290
+ Object.assign(a, c.params), i.push({
296
291
  // TODO: Can this as be avoided?
297
292
  params: a,
298
293
  pathname: C([o, c.pathname]),
299
- pathnameBase: we(C([o, c.pathnameBase])),
294
+ pathnameBase: De(C([o, c.pathnameBase])),
300
295
  route: m
301
296
  }), c.pathnameBase !== "/" && (o = C([o, c.pathnameBase]));
302
297
  }
303
- return l;
298
+ return i;
304
299
  }
305
- function Y(e, t) {
300
+ function Re(e, t) {
306
301
  typeof e == "string" && (e = {
307
302
  path: e,
308
303
  caseSensitive: !1,
309
304
  end: !0
310
305
  });
311
- let [n, r] = Ne(e.path, e.caseSensitive, e.end), a = t.match(n);
312
- if (!a)
313
- return null;
314
- let o = a[0], l = o.replace(/(.)\/+$/, "$1"), u = a.slice(1);
306
+ let [n, r] = Ce(e.path, e.caseSensitive, e.end), a = t.match(n);
307
+ if (!a) return null;
308
+ let o = a[0], i = o.replace(/(.)\/+$/, "$1"), u = a.slice(1);
315
309
  return {
316
310
  params: r.reduce((d, h, c) => {
317
311
  let {
318
312
  paramName: m,
319
- isOptional: x
313
+ isOptional: N
320
314
  } = h;
321
315
  if (m === "*") {
322
316
  let g = u[c] || "";
323
- l = o.slice(0, o.length - g.length).replace(/(.)\/+$/, "$1");
317
+ i = o.slice(0, o.length - g.length).replace(/(.)\/+$/, "$1");
324
318
  }
325
319
  const y = u[c];
326
- return x && !y ? d[m] = void 0 : d[m] = (y || "").replace(/%2F/g, "/"), d;
320
+ return N && !y ? d[m] = void 0 : d[m] = (y || "").replace(/%2F/g, "/"), d;
327
321
  }, {}),
328
322
  pathname: o,
329
- pathnameBase: l,
323
+ pathnameBase: i,
330
324
  pattern: e
331
325
  };
332
326
  }
333
- function Ne(e, t, n) {
327
+ function Ce(e, t, n) {
334
328
  t === void 0 && (t = !1), n === void 0 && (n = !0), b(e === "*" || !e.endsWith("*") || e.endsWith("/*"), 'Route path "' + e + '" will be treated as if it were ' + ('"' + e.replace(/\*$/, "/*") + '" because the `*` character must ') + "always follow a `/` in the pattern. To get rid of this warning, " + ('please change the route path to "' + e.replace(/\*$/, "/*") + '".'));
335
- let r = [], a = "^" + e.replace(/\/*\*?$/, "").replace(/^\/*/, "/").replace(/[\\.*+^${}|()[\]]/g, "\\$&").replace(/\/:([\w-]+)(\?)?/g, (l, u, i) => (r.push({
329
+ let r = [], a = "^" + e.replace(/\/*\*?$/, "").replace(/^\/*/, "/").replace(/[\\.*+^${}|()[\]]/g, "\\$&").replace(/\/:([\w-]+)(\?)?/g, (i, u, l) => (r.push({
336
330
  paramName: u,
337
- isOptional: i != null
338
- }), i ? "/?([^\\/]+)?" : "/([^\\/]+)"));
331
+ isOptional: l != null
332
+ }), l ? "/?([^\\/]+)?" : "/([^\\/]+)"));
339
333
  return e.endsWith("*") ? (r.push({
340
334
  paramName: "*"
341
335
  }), a += e === "*" || e === "/*" ? "(.*)$" : "(?:\\/(.+)|\\/*)$") : n ? a += "\\/*$" : e !== "" && e !== "/" && (a += "(?:(?=\\/|$))"), [new RegExp(a, t ? void 0 : "i"), r];
342
336
  }
343
- function Re(e) {
337
+ function be(e) {
344
338
  try {
345
339
  return e.split("/").map((t) => decodeURIComponent(t).replace(/\//g, "%2F")).join("/");
346
340
  } catch (t) {
347
341
  return b(!1, 'The URL path "' + e + '" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent ' + ("encoding (" + t + ").")), e;
348
342
  }
349
343
  }
350
- function Q(e, t) {
351
- if (t === "/")
352
- return e;
344
+ function Z(e, t) {
345
+ if (t === "/") return e;
353
346
  if (!e.toLowerCase().startsWith(t.toLowerCase()))
354
347
  return null;
355
348
  let n = t.endsWith("/") ? t.length - 1 : t.length, r = e.charAt(n);
356
349
  return r && r !== "/" ? null : e.slice(n) || "/";
357
350
  }
358
- function Ce(e, t) {
351
+ function we(e, t) {
359
352
  t === void 0 && (t = "/");
360
353
  let {
361
354
  pathname: n,
@@ -363,57 +356,57 @@ function Ce(e, t) {
363
356
  hash: a = ""
364
357
  } = typeof e == "string" ? O(e) : e;
365
358
  return {
366
- pathname: n ? n.startsWith("/") ? n : be(n, t) : t,
367
- search: Oe(r),
368
- hash: De(a)
359
+ pathname: n ? n.startsWith("/") ? n : Pe(n, t) : t,
360
+ search: _e(r),
361
+ hash: Ve(a)
369
362
  };
370
363
  }
371
- function be(e, t) {
364
+ function Pe(e, t) {
372
365
  let n = t.replace(/\/+$/, "").split("/");
373
366
  return e.split("/").forEach((a) => {
374
367
  a === ".." ? n.length > 1 && n.pop() : a !== "." && n.push(a);
375
368
  }), n.length > 1 ? n.join("/") : "/";
376
369
  }
377
- function j(e, t, n, r) {
370
+ function W(e, t, n, r) {
378
371
  return "Cannot include a '" + e + "' character in a manually specified " + ("`to." + t + "` field [" + JSON.stringify(r) + "]. Please separate it out to the ") + ("`to." + n + "` field. Alternatively you may provide the full path as ") + 'a string in <Link to="..."> and the router will parse it for you.';
379
372
  }
380
- function Pe(e) {
373
+ function Oe(e) {
381
374
  return e.filter((t, n) => n === 0 || t.route.path && t.route.path.length > 0);
382
375
  }
383
- function Z(e, t) {
384
- let n = Pe(e);
376
+ function ee(e, t) {
377
+ let n = Oe(e);
385
378
  return t ? n.map((r, a) => a === n.length - 1 ? r.pathname : r.pathnameBase) : n.map((r) => r.pathnameBase);
386
379
  }
387
- function ee(e, t, n, r) {
380
+ function te(e, t, n, r) {
388
381
  r === void 0 && (r = !1);
389
382
  let a;
390
- typeof e == "string" ? a = O(e) : (a = D({}, e), f(!a.pathname || !a.pathname.includes("?"), j("?", "pathname", "search", a)), f(!a.pathname || !a.pathname.includes("#"), j("#", "pathname", "hash", a)), f(!a.search || !a.search.includes("#"), j("#", "search", "hash", a)));
391
- let o = e === "" || a.pathname === "", l = o ? "/" : a.pathname, u;
392
- if (l == null)
383
+ typeof e == "string" ? a = O(e) : (a = D({}, e), f(!a.pathname || !a.pathname.includes("?"), W("?", "pathname", "search", a)), f(!a.pathname || !a.pathname.includes("#"), W("#", "pathname", "hash", a)), f(!a.search || !a.search.includes("#"), W("#", "search", "hash", a)));
384
+ let o = e === "" || a.pathname === "", i = o ? "/" : a.pathname, u;
385
+ if (i == null)
393
386
  u = n;
394
387
  else {
395
388
  let c = t.length - 1;
396
- if (!r && l.startsWith("..")) {
397
- let m = l.split("/");
389
+ if (!r && i.startsWith("..")) {
390
+ let m = i.split("/");
398
391
  for (; m[0] === ".."; )
399
392
  m.shift(), c -= 1;
400
393
  a.pathname = m.join("/");
401
394
  }
402
395
  u = c >= 0 ? t[c] : "/";
403
396
  }
404
- let i = Ce(a, u), d = l && l !== "/" && l.endsWith("/"), h = (o || l === ".") && n.endsWith("/");
405
- return !i.pathname.endsWith("/") && (d || h) && (i.pathname += "/"), i;
397
+ let l = we(a, u), d = i && i !== "/" && i.endsWith("/"), h = (o || i === ".") && n.endsWith("/");
398
+ return !l.pathname.endsWith("/") && (d || h) && (l.pathname += "/"), l;
406
399
  }
407
- const C = (e) => e.join("/").replace(/\/\/+/g, "/"), we = (e) => e.replace(/\/+$/, "").replace(/^\/*/, "/"), Oe = (e) => !e || e === "?" ? "" : e.startsWith("?") ? e : "?" + e, De = (e) => !e || e === "#" ? "" : e.startsWith("#") ? e : "#" + e;
408
- function _e(e) {
400
+ const C = (e) => e.join("/").replace(/\/\/+/g, "/"), De = (e) => e.replace(/\/+$/, "").replace(/^\/*/, "/"), _e = (e) => !e || e === "?" ? "" : e.startsWith("?") ? e : "?" + e, Ve = (e) => !e || e === "#" ? "" : e.startsWith("#") ? e : "#" + e;
401
+ function Se(e) {
409
402
  return e != null && typeof e.status == "number" && typeof e.statusText == "string" && typeof e.internal == "boolean" && "data" in e;
410
403
  }
411
- const te = ["post", "put", "patch", "delete"];
412
- new Set(te);
413
- const Ve = ["get", ...te];
414
- new Set(Ve);
404
+ const ne = ["post", "put", "patch", "delete"];
405
+ new Set(ne);
406
+ const Be = ["get", ...ne];
407
+ new Set(Be);
415
408
  /**
416
- * React Router v6.26.0
409
+ * React Router v6.30.1
417
410
  *
418
411
  * Copyright (c) Remix Software Inc.
419
412
  *
@@ -434,27 +427,27 @@ function _() {
434
427
  }
435
428
  const U = /* @__PURE__ */ s.createContext(null);
436
429
  process.env.NODE_ENV !== "production" && (U.displayName = "DataRouter");
437
- const ne = /* @__PURE__ */ s.createContext(null);
438
- process.env.NODE_ENV !== "production" && (ne.displayName = "DataRouterState");
439
- const Be = /* @__PURE__ */ s.createContext(null);
440
- process.env.NODE_ENV !== "production" && (Be.displayName = "Await");
441
- const w = /* @__PURE__ */ s.createContext(null);
442
- process.env.NODE_ENV !== "production" && (w.displayName = "Navigation");
443
- const B = /* @__PURE__ */ s.createContext(null);
444
- process.env.NODE_ENV !== "production" && (B.displayName = "Location");
445
- const P = /* @__PURE__ */ s.createContext({
430
+ const re = /* @__PURE__ */ s.createContext(null);
431
+ process.env.NODE_ENV !== "production" && (re.displayName = "DataRouterState");
432
+ const Le = /* @__PURE__ */ s.createContext(null);
433
+ process.env.NODE_ENV !== "production" && (Le.displayName = "Await");
434
+ const P = /* @__PURE__ */ s.createContext(null);
435
+ process.env.NODE_ENV !== "production" && (P.displayName = "Navigation");
436
+ const S = /* @__PURE__ */ s.createContext(null);
437
+ process.env.NODE_ENV !== "production" && (S.displayName = "Location");
438
+ const w = /* @__PURE__ */ s.createContext({
446
439
  outlet: null,
447
440
  matches: [],
448
441
  isDataRoute: !1
449
442
  });
450
- process.env.NODE_ENV !== "production" && (P.displayName = "Route");
451
- const M = /* @__PURE__ */ s.createContext(null);
452
- process.env.NODE_ENV !== "production" && (M.displayName = "RouteError");
453
- function qe(e, t) {
443
+ process.env.NODE_ENV !== "production" && (w.displayName = "Route");
444
+ const $ = /* @__PURE__ */ s.createContext(null);
445
+ process.env.NODE_ENV !== "production" && ($.displayName = "RouteError");
446
+ function Xe(e, t) {
454
447
  let {
455
448
  relative: n
456
449
  } = t === void 0 ? {} : t;
457
- S() || (process.env.NODE_ENV !== "production" ? f(
450
+ B() || (process.env.NODE_ENV !== "production" ? f(
458
451
  !1,
459
452
  // TODO: This error is probably because they somehow have 2 versions of the
460
453
  // router loaded. We can help them understand how to avoid that.
@@ -463,42 +456,42 @@ function qe(e, t) {
463
456
  let {
464
457
  basename: r,
465
458
  navigator: a
466
- } = s.useContext(w), {
459
+ } = s.useContext(P), {
467
460
  hash: o,
468
- pathname: l,
461
+ pathname: i,
469
462
  search: u
470
- } = Le(e, {
463
+ } = Ie(e, {
471
464
  relative: n
472
- }), i = l;
473
- return r !== "/" && (i = l === "/" ? r : C([r, l])), a.createHref({
474
- pathname: i,
465
+ }), l = i;
466
+ return r !== "/" && (l = i === "/" ? r : C([r, i])), a.createHref({
467
+ pathname: l,
475
468
  search: u,
476
469
  hash: o
477
470
  });
478
471
  }
479
- function S() {
480
- return s.useContext(B) != null;
472
+ function B() {
473
+ return s.useContext(S) != null;
481
474
  }
482
- function F() {
483
- return S() || (process.env.NODE_ENV !== "production" ? f(
475
+ function M() {
476
+ return B() || (process.env.NODE_ENV !== "production" ? f(
484
477
  !1,
485
478
  // TODO: This error is probably because they somehow have 2 versions of the
486
479
  // router loaded. We can help them understand how to avoid that.
487
480
  "useLocation() may be used only in the context of a <Router> component."
488
- ) : f(!1)), s.useContext(B).location;
481
+ ) : f(!1)), s.useContext(S).location;
489
482
  }
490
- const re = "You should call navigate() in a React.useEffect(), not when your component is first rendered.";
491
- function ae(e) {
492
- s.useContext(w).static || s.useLayoutEffect(e);
483
+ const ae = "You should call navigate() in a React.useEffect(), not when your component is first rendered.";
484
+ function oe(e) {
485
+ s.useContext(P).static || s.useLayoutEffect(e);
493
486
  }
494
- function Ge() {
487
+ function Qe() {
495
488
  let {
496
489
  isDataRoute: e
497
- } = s.useContext(P);
498
- return e ? Je() : Se();
490
+ } = s.useContext(w);
491
+ return e ? He() : Ue();
499
492
  }
500
- function Se() {
501
- S() || (process.env.NODE_ENV !== "production" ? f(
493
+ function Ue() {
494
+ B() || (process.env.NODE_ENV !== "production" ? f(
502
495
  !1,
503
496
  // TODO: This error is probably because they somehow have 2 versions of the
504
497
  // router loaded. We can help them understand how to avoid that.
@@ -508,41 +501,40 @@ function Se() {
508
501
  basename: t,
509
502
  future: n,
510
503
  navigator: r
511
- } = s.useContext(w), {
512
- matches: a
513
504
  } = s.useContext(P), {
505
+ matches: a
506
+ } = s.useContext(w), {
514
507
  pathname: o
515
- } = F(), l = JSON.stringify(Z(a, n.v7_relativeSplatPath)), u = s.useRef(!1);
516
- return ae(() => {
508
+ } = M(), i = JSON.stringify(ee(a, n.v7_relativeSplatPath)), u = s.useRef(!1);
509
+ return oe(() => {
517
510
  u.current = !0;
518
511
  }), s.useCallback(function(d, h) {
519
- if (h === void 0 && (h = {}), process.env.NODE_ENV !== "production" && b(u.current, re), !u.current)
520
- return;
512
+ if (h === void 0 && (h = {}), process.env.NODE_ENV !== "production" && b(u.current, ae), !u.current) return;
521
513
  if (typeof d == "number") {
522
514
  r.go(d);
523
515
  return;
524
516
  }
525
- let c = ee(d, JSON.parse(l), o, h.relative === "path");
517
+ let c = te(d, JSON.parse(i), o, h.relative === "path");
526
518
  e == null && t !== "/" && (c.pathname = c.pathname === "/" ? t : C([t, c.pathname])), (h.replace ? r.replace : r.push)(c, h.state, h);
527
- }, [t, r, l, o, e]);
519
+ }, [t, r, i, o, e]);
528
520
  }
529
- function Le(e, t) {
521
+ function Ie(e, t) {
530
522
  let {
531
523
  relative: n
532
524
  } = t === void 0 ? {} : t, {
533
525
  future: r
534
- } = s.useContext(w), {
535
- matches: a
536
526
  } = s.useContext(P), {
527
+ matches: a
528
+ } = s.useContext(w), {
537
529
  pathname: o
538
- } = F(), l = JSON.stringify(Z(a, r.v7_relativeSplatPath));
539
- return s.useMemo(() => ee(e, JSON.parse(l), o, n === "path"), [e, l, o, n]);
530
+ } = M(), i = JSON.stringify(ee(a, r.v7_relativeSplatPath));
531
+ return s.useMemo(() => te(e, JSON.parse(i), o, n === "path"), [e, i, o, n]);
540
532
  }
541
- function Ue(e, t) {
542
- return Ie(e, t);
533
+ function We(e, t) {
534
+ return je(e, t);
543
535
  }
544
- function Ie(e, t, n, r) {
545
- S() || (process.env.NODE_ENV !== "production" ? f(
536
+ function je(e, t, n, r) {
537
+ B() || (process.env.NODE_ENV !== "production" ? f(
546
538
  !1,
547
539
  // TODO: This error is probably because they somehow have 2 versions of the
548
540
  // router loaded. We can help them understand how to avoid that.
@@ -550,20 +542,20 @@ function Ie(e, t, n, r) {
550
542
  ) : f(!1));
551
543
  let {
552
544
  navigator: a
553
- } = s.useContext(w), {
545
+ } = s.useContext(P), {
554
546
  matches: o
555
- } = s.useContext(P), l = o[o.length - 1], u = l ? l.params : {}, i = l ? l.pathname : "/", d = l ? l.pathnameBase : "/", h = l && l.route;
547
+ } = s.useContext(w), i = o[o.length - 1], u = i ? i.params : {}, l = i ? i.pathname : "/", d = i ? i.pathnameBase : "/", h = i && i.route;
556
548
  if (process.env.NODE_ENV !== "production") {
557
549
  let v = h && h.path || "";
558
- le(i, !h || v.endsWith("*"), "You rendered descendant <Routes> (or called `useRoutes()`) at " + ('"' + i + '" (under <Route path="' + v + '">) but the ') + `parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
550
+ le(l, !h || v.endsWith("*"), "You rendered descendant <Routes> (or called `useRoutes()`) at " + ('"' + l + '" (under <Route path="' + v + '">) but the ') + `parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
559
551
 
560
552
  ` + ('Please change the parent <Route path="' + v + '"> to <Route ') + ('path="' + (v === "/" ? "*" : v + "/*") + '">.'));
561
553
  }
562
- let c = F(), m;
554
+ let c = M(), m;
563
555
  if (t) {
564
- var x;
556
+ var N;
565
557
  let v = typeof t == "string" ? O(t) : t;
566
- d === "/" || (x = v.pathname) != null && x.startsWith(d) || (process.env.NODE_ENV !== "production" ? f(!1, "When overriding the location using `<Routes location>` or `useRoutes(routes, location)`, the location pathname must begin with the portion of the URL pathname that was " + ('matched by all parent routes. The current pathname base is "' + d + '" ') + ('but pathname "' + v.pathname + '" was given in the `location` prop.')) : f(!1)), m = v;
558
+ d === "/" || (N = v.pathname) != null && N.startsWith(d) || (process.env.NODE_ENV !== "production" ? f(!1, "When overriding the location using `<Routes location>` or `useRoutes(routes, location)`, the location pathname must begin with the portion of the URL pathname that was " + ('matched by all parent routes. The current pathname base is "' + d + '" ') + ('but pathname "' + v.pathname + '" was given in the `location` prop.')) : f(!1)), m = v;
567
559
  } else
568
560
  m = c;
569
561
  let y = m.pathname || "/", g = y;
@@ -571,11 +563,11 @@ function Ie(e, t, n, r) {
571
563
  let v = d.replace(/^\//, "").split("/");
572
564
  g = "/" + y.replace(/^\//, "").split("/").slice(v.length).join("/");
573
565
  }
574
- let p = ue(e, {
566
+ let p = ce(e, {
575
567
  pathname: g
576
568
  });
577
569
  process.env.NODE_ENV !== "production" && (process.env.NODE_ENV !== "production" && b(h || p != null, 'No routes matched location "' + m.pathname + m.search + m.hash + '" '), process.env.NODE_ENV !== "production" && b(p == null || p[p.length - 1].route.element !== void 0 || p[p.length - 1].route.Component !== void 0 || p[p.length - 1].route.lazy !== void 0, 'Matched leaf route at location "' + m.pathname + m.search + m.hash + '" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.'));
578
- let E = Fe(p && p.map((v) => Object.assign({}, v, {
570
+ let E = ke(p && p.map((v) => Object.assign({}, v, {
579
571
  params: Object.assign({}, u, v.params),
580
572
  pathname: C([
581
573
  d,
@@ -588,7 +580,7 @@ function Ie(e, t, n, r) {
588
580
  a.encodeLocation ? a.encodeLocation(v.pathnameBase).pathname : v.pathnameBase
589
581
  ])
590
582
  })), o, n, r);
591
- return t && E ? /* @__PURE__ */ s.createElement(B.Provider, {
583
+ return t && E ? /* @__PURE__ */ s.createElement(S.Provider, {
592
584
  value: {
593
585
  location: _({
594
586
  pathname: "/",
@@ -601,15 +593,15 @@ function Ie(e, t, n, r) {
601
593
  }
602
594
  }, E) : E;
603
595
  }
604
- function je() {
605
- let e = Ae(), t = _e(e) ? e.status + " " + e.statusText : e instanceof Error ? e.message : JSON.stringify(e), n = e instanceof Error ? e.stack : null, r = "rgba(200,200,200, 0.5)", a = {
596
+ function Fe() {
597
+ let e = Ye(), t = Se(e) ? e.status + " " + e.statusText : e instanceof Error ? e.message : JSON.stringify(e), n = e instanceof Error ? e.stack : null, r = "rgba(200,200,200, 0.5)", a = {
606
598
  padding: "0.5rem",
607
599
  backgroundColor: r
608
600
  }, o = {
609
601
  padding: "2px 4px",
610
602
  backgroundColor: r
611
- }, l = null;
612
- return process.env.NODE_ENV !== "production" && (console.error("Error handled by React Router default ErrorBoundary:", e), l = /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("p", null, "💿 Hey developer 👋"), /* @__PURE__ */ s.createElement("p", null, "You can provide a way better UX than this when your app throws errors by providing your own ", /* @__PURE__ */ s.createElement("code", {
603
+ }, i = null;
604
+ return process.env.NODE_ENV !== "production" && (console.error("Error handled by React Router default ErrorBoundary:", e), i = /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("p", null, "💿 Hey developer 👋"), /* @__PURE__ */ s.createElement("p", null, "You can provide a way better UX than this when your app throws errors by providing your own ", /* @__PURE__ */ s.createElement("code", {
613
605
  style: o
614
606
  }, "ErrorBoundary"), " or", " ", /* @__PURE__ */ s.createElement("code", {
615
607
  style: o
@@ -619,10 +611,10 @@ function je() {
619
611
  }
620
612
  }, t), n ? /* @__PURE__ */ s.createElement("pre", {
621
613
  style: a
622
- }, n) : null, l);
614
+ }, n) : null, i);
623
615
  }
624
- const We = /* @__PURE__ */ s.createElement(je, null);
625
- class $e extends s.Component {
616
+ const $e = /* @__PURE__ */ s.createElement(Fe, null);
617
+ class Me extends s.Component {
626
618
  constructor(t) {
627
619
  super(t), this.state = {
628
620
  location: t.location,
@@ -650,25 +642,25 @@ class $e extends s.Component {
650
642
  console.error("React Router caught the following error during render", t, n);
651
643
  }
652
644
  render() {
653
- return this.state.error !== void 0 ? /* @__PURE__ */ s.createElement(P.Provider, {
645
+ return this.state.error !== void 0 ? /* @__PURE__ */ s.createElement(w.Provider, {
654
646
  value: this.props.routeContext
655
- }, /* @__PURE__ */ s.createElement(M.Provider, {
647
+ }, /* @__PURE__ */ s.createElement($.Provider, {
656
648
  value: this.state.error,
657
649
  children: this.props.component
658
650
  })) : this.props.children;
659
651
  }
660
652
  }
661
- function Me(e) {
653
+ function Te(e) {
662
654
  let {
663
655
  routeContext: t,
664
656
  match: n,
665
657
  children: r
666
658
  } = e, a = s.useContext(U);
667
- return a && a.static && a.staticContext && (n.route.errorElement || n.route.ErrorBoundary) && (a.staticContext._deepestRenderedBoundaryId = n.route.id), /* @__PURE__ */ s.createElement(P.Provider, {
659
+ return a && a.static && a.staticContext && (n.route.errorElement || n.route.ErrorBoundary) && (a.staticContext._deepestRenderedBoundaryId = n.route.id), /* @__PURE__ */ s.createElement(w.Provider, {
668
660
  value: t
669
661
  }, r);
670
662
  }
671
- function Fe(e, t, n, r) {
663
+ function ke(e, t, n, r) {
672
664
  var a;
673
665
  if (t === void 0 && (t = []), n === void 0 && (n = null), r === void 0 && (r = null), e == null) {
674
666
  var o;
@@ -681,46 +673,46 @@ function Fe(e, t, n, r) {
681
673
  else
682
674
  return null;
683
675
  }
684
- let l = e, u = (a = n) == null ? void 0 : a.errors;
676
+ let i = e, u = (a = n) == null ? void 0 : a.errors;
685
677
  if (u != null) {
686
- let h = l.findIndex((c) => c.route.id && (u == null ? void 0 : u[c.route.id]) !== void 0);
687
- h >= 0 || (process.env.NODE_ENV !== "production" ? f(!1, "Could not find a matching route for errors on route IDs: " + Object.keys(u).join(",")) : f(!1)), l = l.slice(0, Math.min(l.length, h + 1));
678
+ let h = i.findIndex((c) => c.route.id && u?.[c.route.id] !== void 0);
679
+ h >= 0 || (process.env.NODE_ENV !== "production" ? f(!1, "Could not find a matching route for errors on route IDs: " + Object.keys(u).join(",")) : f(!1)), i = i.slice(0, Math.min(i.length, h + 1));
688
680
  }
689
- let i = !1, d = -1;
681
+ let l = !1, d = -1;
690
682
  if (n && r && r.v7_partialHydration)
691
- for (let h = 0; h < l.length; h++) {
692
- let c = l[h];
683
+ for (let h = 0; h < i.length; h++) {
684
+ let c = i[h];
693
685
  if ((c.route.HydrateFallback || c.route.hydrateFallbackElement) && (d = h), c.route.id) {
694
686
  let {
695
687
  loaderData: m,
696
- errors: x
697
- } = n, y = c.route.loader && m[c.route.id] === void 0 && (!x || x[c.route.id] === void 0);
688
+ errors: N
689
+ } = n, y = c.route.loader && m[c.route.id] === void 0 && (!N || N[c.route.id] === void 0);
698
690
  if (c.route.lazy || y) {
699
- i = !0, d >= 0 ? l = l.slice(0, d + 1) : l = [l[0]];
691
+ l = !0, d >= 0 ? i = i.slice(0, d + 1) : i = [i[0]];
700
692
  break;
701
693
  }
702
694
  }
703
695
  }
704
- return l.reduceRight((h, c, m) => {
705
- let x, y = !1, g = null, p = null;
706
- n && (x = u && c.route.id ? u[c.route.id] : void 0, g = c.route.errorElement || We, i && (d < 0 && m === 0 ? (le("route-fallback", !1, "No `HydrateFallback` element provided to render during initial hydration"), y = !0, p = null) : d === m && (y = !0, p = c.route.hydrateFallbackElement || null)));
707
- let E = t.concat(l.slice(0, m + 1)), v = () => {
708
- let N;
709
- return x ? N = g : y ? N = p : c.route.Component ? N = /* @__PURE__ */ s.createElement(c.route.Component, null) : c.route.element ? N = c.route.element : N = h, /* @__PURE__ */ s.createElement(Me, {
696
+ return i.reduceRight((h, c, m) => {
697
+ let N, y = !1, g = null, p = null;
698
+ n && (N = u && c.route.id ? u[c.route.id] : void 0, g = c.route.errorElement || $e, l && (d < 0 && m === 0 ? (le("route-fallback", !1, "No `HydrateFallback` element provided to render during initial hydration"), y = !0, p = null) : d === m && (y = !0, p = c.route.hydrateFallbackElement || null)));
699
+ let E = t.concat(i.slice(0, m + 1)), v = () => {
700
+ let x;
701
+ return N ? x = g : y ? x = p : c.route.Component ? x = /* @__PURE__ */ s.createElement(c.route.Component, null) : c.route.element ? x = c.route.element : x = h, /* @__PURE__ */ s.createElement(Te, {
710
702
  match: c,
711
703
  routeContext: {
712
704
  outlet: h,
713
705
  matches: E,
714
706
  isDataRoute: n != null
715
707
  },
716
- children: N
708
+ children: x
717
709
  });
718
710
  };
719
- return n && (c.route.ErrorBoundary || c.route.errorElement || m === 0) ? /* @__PURE__ */ s.createElement($e, {
711
+ return n && (c.route.ErrorBoundary || c.route.errorElement || m === 0) ? /* @__PURE__ */ s.createElement(Me, {
720
712
  location: n.location,
721
713
  revalidation: n.revalidation,
722
714
  component: g,
723
- error: x,
715
+ error: N,
724
716
  children: v(),
725
717
  routeContext: {
726
718
  outlet: null,
@@ -730,113 +722,121 @@ function Fe(e, t, n, r) {
730
722
  }) : v();
731
723
  }, null);
732
724
  }
733
- var oe = /* @__PURE__ */ function(e) {
725
+ var ie = /* @__PURE__ */ (function(e) {
734
726
  return e.UseBlocker = "useBlocker", e.UseRevalidator = "useRevalidator", e.UseNavigateStable = "useNavigate", e;
735
- }(oe || {}), V = /* @__PURE__ */ function(e) {
727
+ })(ie || {}), V = /* @__PURE__ */ (function(e) {
736
728
  return e.UseBlocker = "useBlocker", e.UseLoaderData = "useLoaderData", e.UseActionData = "useActionData", e.UseRouteError = "useRouteError", e.UseNavigation = "useNavigation", e.UseRouteLoaderData = "useRouteLoaderData", e.UseMatches = "useMatches", e.UseRevalidator = "useRevalidator", e.UseNavigateStable = "useNavigate", e.UseRouteId = "useRouteId", e;
737
- }(V || {});
738
- function k(e) {
739
- return e + " must be used within a data router. See https://reactrouter.com/routers/picking-a-router.";
729
+ })(V || {});
730
+ function T(e) {
731
+ return e + " must be used within a data router. See https://reactrouter.com/v6/routers/picking-a-router.";
740
732
  }
741
- function ke(e) {
733
+ function Ae(e) {
742
734
  let t = s.useContext(U);
743
- return t || (process.env.NODE_ENV !== "production" ? f(!1, k(e)) : f(!1)), t;
744
- }
745
- function Te(e) {
746
- let t = s.useContext(ne);
747
- return t || (process.env.NODE_ENV !== "production" ? f(!1, k(e)) : f(!1)), t;
735
+ return t || (process.env.NODE_ENV !== "production" ? f(!1, T(e)) : f(!1)), t;
748
736
  }
749
737
  function ze(e) {
750
- let t = s.useContext(P);
751
- return t || (process.env.NODE_ENV !== "production" ? f(!1, k(e)) : f(!1)), t;
738
+ let t = s.useContext(re);
739
+ return t || (process.env.NODE_ENV !== "production" ? f(!1, T(e)) : f(!1)), t;
752
740
  }
753
- function T(e) {
754
- let t = ze(e), n = t.matches[t.matches.length - 1];
741
+ function Je(e) {
742
+ let t = s.useContext(w);
743
+ return t || (process.env.NODE_ENV !== "production" ? f(!1, T(e)) : f(!1)), t;
744
+ }
745
+ function k(e) {
746
+ let t = Je(e), n = t.matches[t.matches.length - 1];
755
747
  return n.route.id || (process.env.NODE_ENV !== "production" ? f(!1, e + ' can only be used on routes that contain a unique "id"') : f(!1)), n.route.id;
756
748
  }
757
- function Ke() {
758
- return T(V.UseRouteId);
749
+ function Ze() {
750
+ return k(V.UseRouteId);
759
751
  }
760
- function Ae() {
752
+ function Ye() {
761
753
  var e;
762
- let t = s.useContext(M), n = Te(V.UseRouteError), r = T(V.UseRouteError);
754
+ let t = s.useContext($), n = ze(V.UseRouteError), r = k(V.UseRouteError);
763
755
  return t !== void 0 ? t : (e = n.errors) == null ? void 0 : e[r];
764
756
  }
765
- function Je() {
757
+ function He() {
766
758
  let {
767
759
  router: e
768
- } = ke(oe.UseNavigateStable), t = T(V.UseNavigateStable), n = s.useRef(!1);
769
- return ae(() => {
760
+ } = Ae(ie.UseNavigateStable), t = k(V.UseNavigateStable), n = s.useRef(!1);
761
+ return oe(() => {
770
762
  n.current = !0;
771
763
  }), s.useCallback(function(a, o) {
772
- o === void 0 && (o = {}), process.env.NODE_ENV !== "production" && b(n.current, re), n.current && (typeof a == "number" ? e.navigate(a) : e.navigate(a, _({
764
+ o === void 0 && (o = {}), process.env.NODE_ENV !== "production" && b(n.current, ae), n.current && (typeof a == "number" ? e.navigate(a) : e.navigate(a, _({
773
765
  fromRouteId: t
774
766
  }, o)));
775
767
  }, [e, t]);
776
768
  }
777
- const q = {};
769
+ const H = {};
778
770
  function le(e, t, n) {
779
- !t && !q[e] && (q[e] = !0, process.env.NODE_ENV !== "production" && b(!1, n));
771
+ !t && !H[e] && (H[e] = !0, process.env.NODE_ENV !== "production" && b(!1, n));
780
772
  }
781
- function He(e) {
773
+ const q = {};
774
+ function qe(e, t) {
775
+ process.env.NODE_ENV !== "production" && !q[t] && (q[t] = !0, console.warn(t));
776
+ }
777
+ const G = (e, t, n) => qe(e, "⚠️ React Router Future Flag Warning: " + t + ". " + ("You can use the `" + e + "` future flag to opt-in early. ") + ("For more information, see " + n + "."));
778
+ function et(e, t) {
779
+ e?.v7_startTransition === void 0 && G("v7_startTransition", "React Router will begin wrapping state updates in `React.startTransition` in v7", "https://reactrouter.com/v6/upgrading/future#v7_starttransition"), e?.v7_relativeSplatPath === void 0 && G("v7_relativeSplatPath", "Relative route resolution within Splat routes is changing in v7", "https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath");
780
+ }
781
+ function Ge(e) {
782
782
  process.env.NODE_ENV !== "production" ? f(!1, "A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.") : f(!1);
783
783
  }
784
- function Xe(e) {
784
+ function tt(e) {
785
785
  let {
786
786
  basename: t = "/",
787
787
  children: n = null,
788
788
  location: r,
789
789
  navigationType: a = R.Pop,
790
790
  navigator: o,
791
- static: l = !1,
791
+ static: i = !1,
792
792
  future: u
793
793
  } = e;
794
- S() && (process.env.NODE_ENV !== "production" ? f(!1, "You cannot render a <Router> inside another <Router>. You should never have more than one in your app.") : f(!1));
795
- let i = t.replace(/^\/*/, "/"), d = s.useMemo(() => ({
796
- basename: i,
794
+ B() && (process.env.NODE_ENV !== "production" ? f(!1, "You cannot render a <Router> inside another <Router>. You should never have more than one in your app.") : f(!1));
795
+ let l = t.replace(/^\/*/, "/"), d = s.useMemo(() => ({
796
+ basename: l,
797
797
  navigator: o,
798
- static: l,
798
+ static: i,
799
799
  future: _({
800
800
  v7_relativeSplatPath: !1
801
801
  }, u)
802
- }), [i, u, o, l]);
802
+ }), [l, u, o, i]);
803
803
  typeof r == "string" && (r = O(r));
804
804
  let {
805
805
  pathname: h = "/",
806
806
  search: c = "",
807
807
  hash: m = "",
808
- state: x = null,
808
+ state: N = null,
809
809
  key: y = "default"
810
810
  } = r, g = s.useMemo(() => {
811
- let p = Q(h, i);
811
+ let p = Z(h, l);
812
812
  return p == null ? null : {
813
813
  location: {
814
814
  pathname: p,
815
815
  search: c,
816
816
  hash: m,
817
- state: x,
817
+ state: N,
818
818
  key: y
819
819
  },
820
820
  navigationType: a
821
821
  };
822
- }, [i, h, c, m, x, y, a]);
823
- return process.env.NODE_ENV !== "production" && b(g != null, '<Router basename="' + i + '"> is not able to match the URL ' + ('"' + h + c + m + '" because it does not start with the ') + "basename, so the <Router> won't render anything."), g == null ? null : /* @__PURE__ */ s.createElement(w.Provider, {
822
+ }, [l, h, c, m, N, y, a]);
823
+ return process.env.NODE_ENV !== "production" && b(g != null, '<Router basename="' + l + '"> is not able to match the URL ' + ('"' + h + c + m + '" because it does not start with the ') + "basename, so the <Router> won't render anything."), g == null ? null : /* @__PURE__ */ s.createElement(P.Provider, {
824
824
  value: d
825
- }, /* @__PURE__ */ s.createElement(B.Provider, {
825
+ }, /* @__PURE__ */ s.createElement(S.Provider, {
826
826
  children: n,
827
827
  value: g
828
828
  }));
829
829
  }
830
- function Qe(e) {
830
+ function nt(e) {
831
831
  let {
832
832
  children: t,
833
833
  location: n
834
834
  } = e;
835
- return Ue($(t), n);
835
+ return We(F(t), n);
836
836
  }
837
837
  new Promise(() => {
838
838
  });
839
- function $(e, t) {
839
+ function F(e, t) {
840
840
  t === void 0 && (t = []);
841
841
  let n = [];
842
842
  return s.Children.forEach(e, (r, a) => {
@@ -844,11 +844,11 @@ function $(e, t) {
844
844
  return;
845
845
  let o = [...t, a];
846
846
  if (r.type === s.Fragment) {
847
- n.push.apply(n, $(r.props.children, o));
847
+ n.push.apply(n, F(r.props.children, o));
848
848
  return;
849
849
  }
850
- r.type !== He && (process.env.NODE_ENV !== "production" ? f(!1, "[" + (typeof r.type == "string" ? r.type : r.type.name) + "] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>") : f(!1)), !r.props.index || !r.props.children || (process.env.NODE_ENV !== "production" ? f(!1, "An index route cannot have child routes.") : f(!1));
851
- let l = {
850
+ r.type !== Ge && (process.env.NODE_ENV !== "production" ? f(!1, "[" + (typeof r.type == "string" ? r.type : r.type.name) + "] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>") : f(!1)), !r.props.index || !r.props.children || (process.env.NODE_ENV !== "production" ? f(!1, "An index route cannot have child routes.") : f(!1));
851
+ let i = {
852
852
  id: r.props.id || o.join("-"),
853
853
  caseSensitive: r.props.caseSensitive,
854
854
  element: r.props.element,
@@ -864,27 +864,28 @@ function $(e, t) {
864
864
  handle: r.props.handle,
865
865
  lazy: r.props.lazy
866
866
  };
867
- r.props.children && (l.children = $(r.props.children, o)), n.push(l);
867
+ r.props.children && (i.children = F(r.props.children, o)), n.push(i);
868
868
  }), n;
869
869
  }
870
870
  export {
871
- ne as D,
872
- w as N,
873
- Qe as R,
874
- He as a,
875
- Xe as b,
876
- Ye as c,
877
- Le as d,
878
- F as e,
879
- Ge as f,
880
- G as g,
881
- Ke as h,
882
- P as i,
883
- f as j,
871
+ re as D,
872
+ P as N,
873
+ nt as R,
874
+ Ge as a,
875
+ tt as b,
876
+ Ke as c,
877
+ Qe as d,
878
+ M as e,
879
+ Ie as f,
880
+ K as g,
881
+ Ze as h,
882
+ f as i,
883
+ w as j,
884
884
  C as k,
885
- U as l,
886
- Y as m,
887
- Q as s,
888
- qe as u,
885
+ et as l,
886
+ Re as m,
887
+ U as n,
888
+ Z as s,
889
+ Xe as u,
889
890
  b as w
890
891
  };