@stihl-design-system/components 1.0.0-RC.10 → 1.0.0-RC.11

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 (238) hide show
  1. package/README.md +0 -9
  2. package/{accordion.B3UkxlAZ.js → accordion.CEKQh-7i.js} +1 -1
  3. package/accordion.d.ts +1 -0
  4. package/{arialiveregions.BK4T7Vhk.js → arialiveregions.BKpxxK7O.js} +1 -1
  5. package/arialiveregions.d.ts +1 -0
  6. package/assets/Accordion.DMEFgtQm.css +1 -0
  7. package/assets/Chip.D10_7Q82.css +1 -0
  8. package/assets/CustomReactSelect.D5XKd9vg.css +1 -0
  9. package/assets/Dialog.B0pucIEI.css +1 -0
  10. package/assets/Drawer.CATBzfY7.css +1 -0
  11. package/assets/Fieldset.CwDhKRUL.css +1 -0
  12. package/assets/InputPassword.DOAAzj-O.css +1 -0
  13. package/assets/InputSearch.CxPYaQGZ.css +1 -0
  14. package/assets/InputStepper.CYYJUu0b.css +1 -0
  15. package/assets/Notification.mhVFeSGm.css +1 -0
  16. package/assets/Select.DZKpHV4G.css +1 -0
  17. package/assets/Textarea.Cp0b7oZp.css +1 -0
  18. package/assets/Toast.Cz6wYaBv.css +1 -0
  19. package/assets/button.C9_ejpGG.css +1 -0
  20. package/assets/buttonround.DTCqRP-0.css +1 -0
  21. package/assets/chipgroup.BMovtKTy.css +1 -0
  22. package/assets/flag.DX_lH1v7.css +1 -0
  23. package/assets/floatingactionbutton.Do-yEH6c.css +1 -0
  24. package/assets/input.Q5oKkmW2.css +1 -0
  25. package/assets/link.DhZqkLMP.css +1 -0
  26. package/assets/linkstandalone.Dwz-_O8q.css +1 -0
  27. package/assets/optioncheckbox.C62HtIj5.css +1 -0
  28. package/assets/radio.-Xxx5wL4.css +1 -0
  29. package/assets/switch.C1Ei0-z8.css +1 -0
  30. package/assets/text.DxKFcfY6.css +1 -0
  31. package/asterisk.d.ts +1 -0
  32. package/button.C5opEJ6x.js +135 -0
  33. package/button.d.ts +1 -0
  34. package/buttonround.CUoqRyy0.js +118 -0
  35. package/buttonround.d.ts +1 -0
  36. package/checkbox.d.ts +1 -0
  37. package/checkboxgroup.BqD5IV51.js +8 -0
  38. package/checkboxgroup.d.ts +1 -0
  39. package/chip.B92ew-hk.js +10 -0
  40. package/chip.d.ts +2 -0
  41. package/chipgroup.BJrqEfvr.js +175 -0
  42. package/chipgroup.d.ts +2 -0
  43. package/chunks/Accordion.DFwFN8mX.js +125 -0
  44. package/chunks/{AriaLiveRegions.utils.D2ni4Yrf.js → AriaLiveRegions.utils.BGSZafnS.js} +2 -2
  45. package/chunks/CheckboxGroup.M3jOjhNf.js +92 -0
  46. package/chunks/Chip.fMG8wi5K.js +142 -0
  47. package/chunks/{CustomReactSelect.ChAtL6fu.js → CustomReactSelect.D3jv5-fa.js} +883 -876
  48. package/chunks/{Dialog.Z5ESJQMi.js → Dialog.Fwr6vLiK.js} +47 -47
  49. package/chunks/{Drawer.BdowMqE0.js → Drawer.CKoYzQHd.js} +32 -32
  50. package/chunks/Fieldset.C9K8BYmH.js +99 -0
  51. package/chunks/InputPassword.C7pNeWGx.js +143 -0
  52. package/chunks/InputSearch.B24rcIJ_.js +192 -0
  53. package/chunks/InputStepper.CEW-bieQ.js +294 -0
  54. package/chunks/Notification.BXVN7_Fs.js +93 -0
  55. package/chunks/RadioGroup.D4UOflwr.js +137 -0
  56. package/chunks/Select.Ds86q4UC.js +194 -0
  57. package/chunks/Textarea.DcB8hKnO.js +198 -0
  58. package/chunks/Toast.DrzxdzVW.js +89 -0
  59. package/chunks/translate.isa3FHb8.js +11 -0
  60. package/{combobox.JL1Dsn3E.js → combobox.BeTnbG1m.js} +1 -1
  61. package/combobox.d.ts +1 -0
  62. package/components/Accordion/Accordion.d.ts +0 -1
  63. package/components/Accordion/Accordion.utils.d.ts +0 -1
  64. package/components/Button/Button.d.ts +0 -1
  65. package/components/ButtonRound/ButtonRound.d.ts +0 -1
  66. package/components/Checkbox/Checkbox.d.ts +0 -1
  67. package/components/CheckboxGroup/CheckboxGroup.d.ts +6 -7
  68. package/components/CheckboxGroup/CheckboxGroup.utils.d.ts +0 -1
  69. package/components/ChipGroup/Chip.d.ts +12 -0
  70. package/components/ChipGroup/ChipGroup.d.ts +42 -0
  71. package/components/ChipGroup/ChipGroup.test.d.ts +1 -0
  72. package/components/ChipGroup/ChipGroup.utils.d.ts +60 -0
  73. package/components/ChipGroup/ChipGroup.utils.test.d.ts +1 -0
  74. package/components/Combobox/Combobox.d.ts +0 -1
  75. package/components/Combobox/Combobox.utils.d.ts +6 -1
  76. package/components/CustomReactSelect/CustomReactSelect.d.ts +0 -1
  77. package/components/CustomReactSelect/CustomReactSelect.utils.d.ts +0 -13
  78. package/components/CustomReactSelect/OptionCheckbox.d.ts +0 -1
  79. package/components/Dialog/Dialog.d.ts +0 -1
  80. package/components/Dialog/Dialog.utils.d.ts +0 -1
  81. package/components/Drawer/Drawer.d.ts +0 -1
  82. package/components/Drawer/Drawer.utils.d.ts +0 -1
  83. package/components/Fieldset/Fieldset.d.ts +0 -1
  84. package/components/Fieldset/Fieldset.utils.d.ts +7 -1
  85. package/components/Flag/Flag.d.ts +23 -0
  86. package/components/Flag/Flag.test.d.ts +1 -0
  87. package/components/Flag/Flag.utils.d.ts +2 -0
  88. package/components/FloatingActionButton/FloatingActionButton.d.ts +0 -1
  89. package/components/Heading/Heading.d.ts +0 -1
  90. package/components/Icon/Icon.d.ts +0 -1
  91. package/components/Icon/Icon.utils.d.ts +0 -1
  92. package/components/Input/Input.d.ts +0 -1
  93. package/components/Input/Input.utils.d.ts +0 -1
  94. package/components/InputPassword/InputPassword.d.ts +0 -1
  95. package/components/InputPassword/InputPassword.utils.d.ts +0 -1
  96. package/components/InputSearch/InputSearch.d.ts +0 -1
  97. package/components/InputSearch/InputSearch.utils.d.ts +0 -1
  98. package/components/InputStepper/InputStepper.d.ts +0 -1
  99. package/components/InputStepper/InputStepper.utils.d.ts +0 -1
  100. package/components/Link/Link.d.ts +0 -1
  101. package/components/LinkStandalone/LinkStandalone.d.ts +0 -1
  102. package/components/Logo/Logo.d.ts +1 -2
  103. package/components/Logo/Logo.utils.d.ts +0 -1
  104. package/components/Notification/Notification.d.ts +0 -1
  105. package/components/Notification/Notification.utils.d.ts +0 -1
  106. package/components/Radio/Radio.d.ts +0 -1
  107. package/components/RadioGroup/RadioGroup.d.ts +7 -8
  108. package/components/RadioGroup/RadioGroup.utils.d.ts +2 -3
  109. package/components/Select/Select.d.ts +0 -1
  110. package/components/Select/Select.utils.d.ts +0 -1
  111. package/components/SkipToContent/SkipToContent.d.ts +0 -1
  112. package/components/Spinner/Spinner.d.ts +0 -1
  113. package/components/Switch/Switch.d.ts +0 -1
  114. package/components/SystemFeedback/SystemFeedback.d.ts +0 -1
  115. package/components/Text/Text.d.ts +0 -1
  116. package/components/Textarea/Textarea.d.ts +0 -1
  117. package/components/Textarea/Textarea.utils.d.ts +0 -1
  118. package/components/Title/Title.d.ts +0 -1
  119. package/components/Toast/Toast.d.ts +0 -1
  120. package/components/Toast/Toast.utils.d.ts +0 -1
  121. package/components/Toast/ToastManager.d.ts +0 -1
  122. package/customreactselect.d.ts +1 -0
  123. package/{customreactselect.Dg8Kgq3e.js → customreactselect.lYJhIeyx.js} +2 -2
  124. package/dialog.d.ts +1 -0
  125. package/{dialog.D3bJ0rsW.js → dialog.lGwNQU91.js} +2 -2
  126. package/{drawer.CNPF1-Kc.js → drawer.DNi5m8wP.js} +2 -2
  127. package/drawer.d.ts +1 -0
  128. package/{fieldset.CTshPWYX.js → fieldset.BqiAjeax.js} +1 -1
  129. package/fieldset.d.ts +1 -0
  130. package/flag.XJHHSP38.js +43 -0
  131. package/flag.d.ts +2 -0
  132. package/floatingactionbutton.CMpkTdhX.js +87 -0
  133. package/floatingactionbutton.d.ts +1 -0
  134. package/heading.d.ts +1 -0
  135. package/icon.d.ts +1 -0
  136. package/index.d.ts +4 -0
  137. package/index.es.js +133 -113
  138. package/input.d.ts +1 -0
  139. package/input.v7qB7wPJ.js +239 -0
  140. package/{inputpassword.nsYu6YeB.js → inputpassword.CSjh1GU7.js} +2 -2
  141. package/inputpassword.d.ts +1 -0
  142. package/{inputsearch.ZGIrDrcv.js → inputsearch.DyznOWLK.js} +2 -2
  143. package/inputsearch.d.ts +1 -0
  144. package/{inputstepper.BvY36hA1.js → inputstepper.3BLb7s0P.js} +2 -2
  145. package/inputstepper.d.ts +1 -0
  146. package/link.Clk5_BYp.js +116 -0
  147. package/link.d.ts +1 -0
  148. package/linkstandalone.BXERmqdN.js +80 -0
  149. package/linkstandalone.d.ts +1 -0
  150. package/logo.d.ts +1 -0
  151. package/{notification.BAS13UQ6.js → notification.0kX1GMaB.js} +2 -2
  152. package/notification.d.ts +1 -0
  153. package/{optioncheckbox.DZWwtx6f.js → optioncheckbox.BPN3f6l_.js} +13 -13
  154. package/optioncheckbox.d.ts +1 -0
  155. package/package.json +44 -39
  156. package/partials/index.js +407 -407
  157. package/partials/lib/partials.d.ts +0 -1
  158. package/radio.DTZNJzMU.js +115 -0
  159. package/radio.d.ts +1 -0
  160. package/radiogroup.SYkZm2DG.js +10 -0
  161. package/radiogroup.d.ts +1 -0
  162. package/{select.C4OZMB-V.js → select.CYbwR3RW.js} +1 -1
  163. package/select.d.ts +1 -0
  164. package/{skiptocontent.C4yQfWr2.js → skiptocontent.DUQWopO4.js} +1 -1
  165. package/skiptocontent.d.ts +1 -0
  166. package/spinner.d.ts +1 -0
  167. package/styles/fonts/STIHLContrafaceDigitalTextDemi.woff +0 -0
  168. package/styles/fonts/STIHLContrafaceDigitalTextDemi.woff2 +0 -0
  169. package/styles/fonts/font-face.min.css +1 -1
  170. package/styles/scss/_index.scss +1 -0
  171. package/styles/scss/lib/_breakpoints.scss +0 -1
  172. package/styles/scss/lib/_link.scss +3 -0
  173. package/styles/scss/lib/_spacing-dynamic.scss +61 -0
  174. package/switch.CoNnIhM4.js +65 -0
  175. package/switch.d.ts +1 -0
  176. package/systemfeedback.d.ts +1 -0
  177. package/text.d.ts +1 -0
  178. package/text.fMcHzVbH.js +57 -0
  179. package/{textarea.CtQtGqn5.js → textarea.DJc527nX.js} +1 -1
  180. package/textarea.d.ts +1 -0
  181. package/title.d.ts +1 -0
  182. package/{toast.DVd9dLs2.js → toast.D48GFmp0.js} +2 -2
  183. package/toast.d.ts +1 -0
  184. package/{toastmanager.Dh0gzFkM.js → toastmanager.Dl8-Q3ED.js} +2 -2
  185. package/toastmanager.d.ts +1 -0
  186. package/utils/index.d.ts +1 -0
  187. package/utils/translate.d.ts +11 -0
  188. package/utils/translate.test.d.ts +1 -0
  189. package/utils/useBreakpoint.d.ts +0 -1
  190. package/utils/useIsomorphicLayoutEffect.d.ts +0 -1
  191. package/utils/vitest.setup.d.ts +0 -1
  192. package/assets/Accordion.lFv7Q_RG.css +0 -1
  193. package/assets/CustomReactSelect.CMkn-EGK.css +0 -1
  194. package/assets/Dialog.fiQvxJg_.css +0 -1
  195. package/assets/Drawer.BqBgbSuP.css +0 -1
  196. package/assets/Fieldset.qHYeUFZt.css +0 -1
  197. package/assets/InputPassword.Cf394z47.css +0 -1
  198. package/assets/InputSearch.eCRQoxjN.css +0 -1
  199. package/assets/InputStepper.B80KulYE.css +0 -1
  200. package/assets/Notification.DK6agBGS.css +0 -1
  201. package/assets/Select.BptsMxz4.css +0 -1
  202. package/assets/Textarea.CIIVh03G.css +0 -1
  203. package/assets/Toast.Dsvs1zdM.css +0 -1
  204. package/assets/button.B1O7Yw3Q.css +0 -1
  205. package/assets/buttonround.DlH_ipDo.css +0 -1
  206. package/assets/floatingactionbutton.DRYentYC.css +0 -1
  207. package/assets/input.C0MrSbQu.css +0 -1
  208. package/assets/link.vtTST2ki.css +0 -1
  209. package/assets/linkstandalone.BtAcziZ7.css +0 -1
  210. package/assets/optioncheckbox.BJJAph5_.css +0 -1
  211. package/assets/radio.9kpIO3HC.css +0 -1
  212. package/assets/switch.2DQF2zH-.css +0 -1
  213. package/assets/text.Dhb_l50R.css +0 -1
  214. package/button.DH0h6uPs.js +0 -135
  215. package/buttonround.0mw4zzlU.js +0 -118
  216. package/checkboxgroup.CZqrlF-x.js +0 -9
  217. package/chunks/Accordion.pI3JyHJL.js +0 -125
  218. package/chunks/CheckboxGroup.4J_gZ_XJ.js +0 -87
  219. package/chunks/Fieldset.COGbZwry.js +0 -99
  220. package/chunks/InputPassword.Dgo95-PU.js +0 -140
  221. package/chunks/InputSearch.BFof0pBn.js +0 -189
  222. package/chunks/InputStepper.4IqLa5tX.js +0 -291
  223. package/chunks/Notification.BhwbaXqk.js +0 -93
  224. package/chunks/RadioGroup.C5jbCJM4.js +0 -132
  225. package/chunks/RadioGroup.module.BBZwHDjW.js +0 -11
  226. package/chunks/Select.fXeQJXtz.js +0 -191
  227. package/chunks/Textarea.Bewrp0Za.js +0 -195
  228. package/chunks/Toast.DA_CQ9J-.js +0 -89
  229. package/floatingactionbutton.CCIj9Fjr.js +0 -87
  230. package/input.CTgeAYdu.js +0 -236
  231. package/link.DAZNwQ0a.js +0 -116
  232. package/linkstandalone.C9X3er7g.js +0 -80
  233. package/radio.CWGJtmKl.js +0 -115
  234. package/radiogroup.BhffFqN3.js +0 -11
  235. package/switch.CmpNUC7s.js +0 -65
  236. package/text.rgDKQBrU.js +0 -57
  237. package/utils/render-in-iframe.d.ts +0 -15
  238. /package/assets/{RadioGroup.Bz3_xkZU.css → CheckboxGroup.Bz3_xkZU.css} +0 -0
package/partials/index.js CHANGED
@@ -1,4 +1,4 @@
1
- var Yr = { exports: {} }, Je = {}, br = { exports: {} }, m = {};
1
+ var Yr = { exports: {} }, Je = {}, _r = { exports: {} }, h = {};
2
2
  /**
3
3
  * @license React
4
4
  * react.production.min.js
@@ -9,12 +9,12 @@ var Yr = { exports: {} }, Je = {}, br = { exports: {} }, m = {};
9
9
  * LICENSE file in the root directory of this source tree.
10
10
  */
11
11
  var vt;
12
- function Nt() {
13
- if (vt) return m;
12
+ function Vt() {
13
+ if (vt) return h;
14
14
  vt = 1;
15
- var W = Symbol.for("react.element"), d = Symbol.for("react.portal"), J = Symbol.for("react.fragment"), K = Symbol.for("react.strict_mode"), pe = Symbol.for("react.profiler"), ne = Symbol.for("react.provider"), ae = Symbol.for("react.context"), ee = Symbol.for("react.forward_ref"), $ = Symbol.for("react.suspense"), re = Symbol.for("react.memo"), L = Symbol.for("react.lazy"), N = Symbol.iterator;
15
+ var N = Symbol.for("react.element"), d = Symbol.for("react.portal"), J = Symbol.for("react.fragment"), K = Symbol.for("react.strict_mode"), pe = Symbol.for("react.profiler"), ne = Symbol.for("react.provider"), ae = Symbol.for("react.context"), ee = Symbol.for("react.forward_ref"), $ = Symbol.for("react.suspense"), re = Symbol.for("react.memo"), L = Symbol.for("react.lazy"), V = Symbol.iterator;
16
16
  function te(n) {
17
- return n === null || typeof n != "object" ? null : (n = N && n[N] || n["@@iterator"], typeof n == "function" ? n : null);
17
+ return n === null || typeof n != "object" ? null : (n = V && n[V] || n["@@iterator"], typeof n == "function" ? n : null);
18
18
  }
19
19
  var X = { isMounted: function() {
20
20
  return !1;
@@ -39,24 +39,24 @@ function Nt() {
39
39
  }
40
40
  var ge = A.prototype = new ie();
41
41
  ge.constructor = A, ce(ge, oe.prototype), ge.isPureReactComponent = !0;
42
- var ue = Array.isArray, M = Object.prototype.hasOwnProperty, G = { current: null }, le = { key: !0, ref: !0, __self: !0, __source: !0 };
42
+ var ue = Array.isArray, U = Object.prototype.hasOwnProperty, G = { current: null }, le = { key: !0, ref: !0, __self: !0, __source: !0 };
43
43
  function ve(n, u, g) {
44
- var _, E = {}, P = null, k = null;
45
- if (u != null) for (_ in u.ref !== void 0 && (k = u.ref), u.key !== void 0 && (P = "" + u.key), u) M.call(u, _) && !le.hasOwnProperty(_) && (E[_] = u[_]);
44
+ var b, E = {}, k = null, x = null;
45
+ if (u != null) for (b in u.ref !== void 0 && (x = u.ref), u.key !== void 0 && (k = "" + u.key), u) U.call(u, b) && !le.hasOwnProperty(b) && (E[b] = u[b]);
46
46
  var T = arguments.length - 2;
47
47
  if (T === 1) E.children = g;
48
48
  else if (1 < T) {
49
- for (var C = Array(T), U = 0; U < T; U++) C[U] = arguments[U + 2];
49
+ for (var C = Array(T), M = 0; M < T; M++) C[M] = arguments[M + 2];
50
50
  E.children = C;
51
51
  }
52
- if (n && n.defaultProps) for (_ in T = n.defaultProps, T) E[_] === void 0 && (E[_] = T[_]);
53
- return { $$typeof: W, type: n, key: P, ref: k, props: E, _owner: G.current };
52
+ if (n && n.defaultProps) for (b in T = n.defaultProps, T) E[b] === void 0 && (E[b] = T[b]);
53
+ return { $$typeof: N, type: n, key: k, ref: x, props: E, _owner: G.current };
54
54
  }
55
55
  function Ce(n, u) {
56
- return { $$typeof: W, type: n.type, key: u, ref: n.ref, props: n.props, _owner: n._owner };
56
+ return { $$typeof: N, type: n.type, key: u, ref: n.ref, props: n.props, _owner: n._owner };
57
57
  }
58
58
  function Se(n) {
59
- return typeof n == "object" && n !== null && n.$$typeof === W;
59
+ return typeof n == "object" && n !== null && n.$$typeof === N;
60
60
  }
61
61
  function Be(n) {
62
62
  var u = { "=": "=0", ":": "=2" };
@@ -65,44 +65,44 @@ function Nt() {
65
65
  });
66
66
  }
67
67
  var Te = /\/+/g;
68
- function H(n, u) {
68
+ function q(n, u) {
69
69
  return typeof n == "object" && n !== null && n.key != null ? Be("" + n.key) : u.toString(36);
70
70
  }
71
- function Q(n, u, g, _, E) {
72
- var P = typeof n;
73
- (P === "undefined" || P === "boolean") && (n = null);
74
- var k = !1;
75
- if (n === null) k = !0;
76
- else switch (P) {
71
+ function Q(n, u, g, b, E) {
72
+ var k = typeof n;
73
+ (k === "undefined" || k === "boolean") && (n = null);
74
+ var x = !1;
75
+ if (n === null) x = !0;
76
+ else switch (k) {
77
77
  case "string":
78
78
  case "number":
79
- k = !0;
79
+ x = !0;
80
80
  break;
81
81
  case "object":
82
82
  switch (n.$$typeof) {
83
- case W:
83
+ case N:
84
84
  case d:
85
- k = !0;
85
+ x = !0;
86
86
  }
87
87
  }
88
- if (k) return k = n, E = E(k), n = _ === "" ? "." + H(k, 0) : _, ue(E) ? (g = "", n != null && (g = n.replace(Te, "$&/") + "/"), Q(E, u, g, "", function(U) {
89
- return U;
90
- })) : E != null && (Se(E) && (E = Ce(E, g + (!E.key || k && k.key === E.key ? "" : ("" + E.key).replace(Te, "$&/") + "/") + n)), u.push(E)), 1;
91
- if (k = 0, _ = _ === "" ? "." : _ + ":", ue(n)) for (var T = 0; T < n.length; T++) {
92
- P = n[T];
93
- var C = _ + H(P, T);
94
- k += Q(P, u, g, C, E);
88
+ if (x) return x = n, E = E(x), n = b === "" ? "." + q(x, 0) : b, ue(E) ? (g = "", n != null && (g = n.replace(Te, "$&/") + "/"), Q(E, u, g, "", function(M) {
89
+ return M;
90
+ })) : E != null && (Se(E) && (E = Ce(E, g + (!E.key || x && x.key === E.key ? "" : ("" + E.key).replace(Te, "$&/") + "/") + n)), u.push(E)), 1;
91
+ if (x = 0, b = b === "" ? "." : b + ":", ue(n)) for (var T = 0; T < n.length; T++) {
92
+ k = n[T];
93
+ var C = b + q(k, T);
94
+ x += Q(k, u, g, C, E);
95
95
  }
96
- else if (C = te(n), typeof C == "function") for (n = C.call(n), T = 0; !(P = n.next()).done; ) P = P.value, C = _ + H(P, T++), k += Q(P, u, g, C, E);
97
- else if (P === "object") throw u = String(n), Error("Objects are not valid as a React child (found: " + (u === "[object Object]" ? "object with keys {" + Object.keys(n).join(", ") + "}" : u) + "). If you meant to render a collection of children, use an array instead.");
98
- return k;
96
+ else if (C = te(n), typeof C == "function") for (n = C.call(n), T = 0; !(k = n.next()).done; ) k = k.value, C = b + q(k, T++), x += Q(k, u, g, C, E);
97
+ else if (k === "object") throw u = String(n), Error("Objects are not valid as a React child (found: " + (u === "[object Object]" ? "object with keys {" + Object.keys(n).join(", ") + "}" : u) + "). If you meant to render a collection of children, use an array instead.");
98
+ return x;
99
99
  }
100
100
  function Y(n, u, g) {
101
101
  if (n == null) return n;
102
- var _ = [], E = 0;
103
- return Q(n, _, "", "", function(P) {
104
- return u.call(g, P, E++);
105
- }), _;
102
+ var b = [], E = 0;
103
+ return Q(n, b, "", "", function(k) {
104
+ return u.call(g, k, E++);
105
+ }), b;
106
106
  }
107
107
  function se(n) {
108
108
  if (n._status === -1) {
@@ -116,11 +116,11 @@ function Nt() {
116
116
  if (n._status === 1) return n._result.default;
117
117
  throw n._result;
118
118
  }
119
- var f = { current: null }, fe = { transition: null }, ke = { ReactCurrentDispatcher: f, ReactCurrentBatchConfig: fe, ReactCurrentOwner: G };
120
- function he() {
119
+ var f = { current: null }, fe = { transition: null }, xe = { ReactCurrentDispatcher: f, ReactCurrentBatchConfig: fe, ReactCurrentOwner: G };
120
+ function ye() {
121
121
  throw Error("act(...) is not supported in production builds of React.");
122
122
  }
123
- return m.Children = { map: Y, forEach: function(n, u, g) {
123
+ return h.Children = { map: Y, forEach: function(n, u, g) {
124
124
  Y(n, function() {
125
125
  u.apply(this, arguments);
126
126
  }, g);
@@ -136,35 +136,35 @@ function Nt() {
136
136
  }, only: function(n) {
137
137
  if (!Se(n)) throw Error("React.Children.only expected to receive a single React element child.");
138
138
  return n;
139
- } }, m.Component = oe, m.Fragment = J, m.Profiler = pe, m.PureComponent = A, m.StrictMode = K, m.Suspense = $, m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = ke, m.act = he, m.cloneElement = function(n, u, g) {
139
+ } }, h.Component = oe, h.Fragment = J, h.Profiler = pe, h.PureComponent = A, h.StrictMode = K, h.Suspense = $, h.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = xe, h.act = ye, h.cloneElement = function(n, u, g) {
140
140
  if (n == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + n + ".");
141
- var _ = ce({}, n.props), E = n.key, P = n.ref, k = n._owner;
141
+ var b = ce({}, n.props), E = n.key, k = n.ref, x = n._owner;
142
142
  if (u != null) {
143
- if (u.ref !== void 0 && (P = u.ref, k = G.current), u.key !== void 0 && (E = "" + u.key), n.type && n.type.defaultProps) var T = n.type.defaultProps;
144
- for (C in u) M.call(u, C) && !le.hasOwnProperty(C) && (_[C] = u[C] === void 0 && T !== void 0 ? T[C] : u[C]);
143
+ if (u.ref !== void 0 && (k = u.ref, x = G.current), u.key !== void 0 && (E = "" + u.key), n.type && n.type.defaultProps) var T = n.type.defaultProps;
144
+ for (C in u) U.call(u, C) && !le.hasOwnProperty(C) && (b[C] = u[C] === void 0 && T !== void 0 ? T[C] : u[C]);
145
145
  }
146
146
  var C = arguments.length - 2;
147
- if (C === 1) _.children = g;
147
+ if (C === 1) b.children = g;
148
148
  else if (1 < C) {
149
149
  T = Array(C);
150
- for (var U = 0; U < C; U++) T[U] = arguments[U + 2];
151
- _.children = T;
150
+ for (var M = 0; M < C; M++) T[M] = arguments[M + 2];
151
+ b.children = T;
152
152
  }
153
- return { $$typeof: W, type: n.type, key: E, ref: P, props: _, _owner: k };
154
- }, m.createContext = function(n) {
153
+ return { $$typeof: N, type: n.type, key: E, ref: k, props: b, _owner: x };
154
+ }, h.createContext = function(n) {
155
155
  return n = { $$typeof: ae, _currentValue: n, _currentValue2: n, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, n.Provider = { $$typeof: ne, _context: n }, n.Consumer = n;
156
- }, m.createElement = ve, m.createFactory = function(n) {
156
+ }, h.createElement = ve, h.createFactory = function(n) {
157
157
  var u = ve.bind(null, n);
158
158
  return u.type = n, u;
159
- }, m.createRef = function() {
159
+ }, h.createRef = function() {
160
160
  return { current: null };
161
- }, m.forwardRef = function(n) {
161
+ }, h.forwardRef = function(n) {
162
162
  return { $$typeof: ee, render: n };
163
- }, m.isValidElement = Se, m.lazy = function(n) {
163
+ }, h.isValidElement = Se, h.lazy = function(n) {
164
164
  return { $$typeof: L, _payload: { _status: -1, _result: n }, _init: se };
165
- }, m.memo = function(n, u) {
165
+ }, h.memo = function(n, u) {
166
166
  return { $$typeof: re, type: n, compare: u === void 0 ? null : u };
167
- }, m.startTransition = function(n) {
167
+ }, h.startTransition = function(n) {
168
168
  var u = fe.transition;
169
169
  fe.transition = {};
170
170
  try {
@@ -172,36 +172,36 @@ function Nt() {
172
172
  } finally {
173
173
  fe.transition = u;
174
174
  }
175
- }, m.unstable_act = he, m.useCallback = function(n, u) {
175
+ }, h.unstable_act = ye, h.useCallback = function(n, u) {
176
176
  return f.current.useCallback(n, u);
177
- }, m.useContext = function(n) {
177
+ }, h.useContext = function(n) {
178
178
  return f.current.useContext(n);
179
- }, m.useDebugValue = function() {
180
- }, m.useDeferredValue = function(n) {
179
+ }, h.useDebugValue = function() {
180
+ }, h.useDeferredValue = function(n) {
181
181
  return f.current.useDeferredValue(n);
182
- }, m.useEffect = function(n, u) {
182
+ }, h.useEffect = function(n, u) {
183
183
  return f.current.useEffect(n, u);
184
- }, m.useId = function() {
184
+ }, h.useId = function() {
185
185
  return f.current.useId();
186
- }, m.useImperativeHandle = function(n, u, g) {
186
+ }, h.useImperativeHandle = function(n, u, g) {
187
187
  return f.current.useImperativeHandle(n, u, g);
188
- }, m.useInsertionEffect = function(n, u) {
188
+ }, h.useInsertionEffect = function(n, u) {
189
189
  return f.current.useInsertionEffect(n, u);
190
- }, m.useLayoutEffect = function(n, u) {
190
+ }, h.useLayoutEffect = function(n, u) {
191
191
  return f.current.useLayoutEffect(n, u);
192
- }, m.useMemo = function(n, u) {
192
+ }, h.useMemo = function(n, u) {
193
193
  return f.current.useMemo(n, u);
194
- }, m.useReducer = function(n, u, g) {
194
+ }, h.useReducer = function(n, u, g) {
195
195
  return f.current.useReducer(n, u, g);
196
- }, m.useRef = function(n) {
196
+ }, h.useRef = function(n) {
197
197
  return f.current.useRef(n);
198
- }, m.useState = function(n) {
198
+ }, h.useState = function(n) {
199
199
  return f.current.useState(n);
200
- }, m.useSyncExternalStore = function(n, u, g) {
200
+ }, h.useSyncExternalStore = function(n, u, g) {
201
201
  return f.current.useSyncExternalStore(n, u, g);
202
- }, m.useTransition = function() {
202
+ }, h.useTransition = function() {
203
203
  return f.current.useTransition();
204
- }, m.version = "18.3.1", m;
204
+ }, h.version = "18.3.1", h;
205
205
  }
206
206
  var Qe = { exports: {} };
207
207
  /**
@@ -214,12 +214,12 @@ var Qe = { exports: {} };
214
214
  * LICENSE file in the root directory of this source tree.
215
215
  */
216
216
  Qe.exports;
217
- var ht;
217
+ var yt;
218
218
  function Yt() {
219
- return ht || (ht = 1, function(W, d) {
219
+ return yt || (yt = 1, function(N, d) {
220
220
  process.env.NODE_ENV !== "production" && function() {
221
221
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
222
- var J = "18.3.1", K = Symbol.for("react.element"), pe = Symbol.for("react.portal"), ne = Symbol.for("react.fragment"), ae = Symbol.for("react.strict_mode"), ee = Symbol.for("react.profiler"), $ = Symbol.for("react.provider"), re = Symbol.for("react.context"), L = Symbol.for("react.forward_ref"), N = Symbol.for("react.suspense"), te = Symbol.for("react.suspense_list"), X = Symbol.for("react.memo"), ce = Symbol.for("react.lazy"), $e = Symbol.for("react.offscreen"), oe = Symbol.iterator, ie = "@@iterator";
222
+ var J = "18.3.1", K = Symbol.for("react.element"), pe = Symbol.for("react.portal"), ne = Symbol.for("react.fragment"), ae = Symbol.for("react.strict_mode"), ee = Symbol.for("react.profiler"), $ = Symbol.for("react.provider"), re = Symbol.for("react.context"), L = Symbol.for("react.forward_ref"), V = Symbol.for("react.suspense"), te = Symbol.for("react.suspense_list"), X = Symbol.for("react.memo"), ce = Symbol.for("react.lazy"), $e = Symbol.for("react.offscreen"), oe = Symbol.iterator, ie = "@@iterator";
223
223
  function A(e) {
224
224
  if (e === null || typeof e != "object")
225
225
  return null;
@@ -234,7 +234,7 @@ function Yt() {
234
234
  current: null
235
235
  }, ue = {
236
236
  transition: null
237
- }, M = {
237
+ }, U = {
238
238
  current: null,
239
239
  // Used to reproduce behavior of `batchedUpdates` in legacy mode.
240
240
  isBatchingLegacy: !1,
@@ -257,12 +257,12 @@ function Yt() {
257
257
  var r = le.getCurrentStack;
258
258
  return r && (e += r() || ""), e;
259
259
  };
260
- var Se = !1, Be = !1, Te = !1, H = !1, Q = !1, Y = {
260
+ var Se = !1, Be = !1, Te = !1, q = !1, Q = !1, Y = {
261
261
  ReactCurrentDispatcher: ge,
262
262
  ReactCurrentBatchConfig: ue,
263
263
  ReactCurrentOwner: G
264
264
  };
265
- Y.ReactDebugCurrentFrame = le, Y.ReactCurrentActQueue = M;
265
+ Y.ReactDebugCurrentFrame = le, Y.ReactCurrentActQueue = U;
266
266
  function se(e) {
267
267
  {
268
268
  for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
@@ -287,13 +287,13 @@ function Yt() {
287
287
  p.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, p);
288
288
  }
289
289
  }
290
- var ke = {};
291
- function he(e, r) {
290
+ var xe = {};
291
+ function ye(e, r) {
292
292
  {
293
293
  var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass", c = o + "." + r;
294
- if (ke[c])
294
+ if (xe[c])
295
295
  return;
296
- f("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", r, o), ke[c] = !0;
296
+ f("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", r, o), xe[c] = !0;
297
297
  }
298
298
  }
299
299
  var n = {
@@ -323,7 +323,7 @@ function Yt() {
323
323
  * @internal
324
324
  */
325
325
  enqueueForceUpdate: function(e, r, a) {
326
- he(e, "forceUpdate");
326
+ ye(e, "forceUpdate");
327
327
  },
328
328
  /**
329
329
  * Replaces all of the state. Always use this or `setState` to mutate state.
@@ -339,7 +339,7 @@ function Yt() {
339
339
  * @internal
340
340
  */
341
341
  enqueueReplaceState: function(e, r, a, o) {
342
- he(e, "replaceState");
342
+ ye(e, "replaceState");
343
343
  },
344
344
  /**
345
345
  * Sets a subset of the state. This only exists because _pendingState is
@@ -354,43 +354,43 @@ function Yt() {
354
354
  * @internal
355
355
  */
356
356
  enqueueSetState: function(e, r, a, o) {
357
- he(e, "setState");
357
+ ye(e, "setState");
358
358
  }
359
359
  }, u = Object.assign, g = {};
360
360
  Object.freeze(g);
361
- function _(e, r, a) {
361
+ function b(e, r, a) {
362
362
  this.props = e, this.context = r, this.refs = g, this.updater = a || n;
363
363
  }
364
- _.prototype.isReactComponent = {}, _.prototype.setState = function(e, r) {
364
+ b.prototype.isReactComponent = {}, b.prototype.setState = function(e, r) {
365
365
  if (typeof e != "object" && typeof e != "function" && e != null)
366
366
  throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
367
367
  this.updater.enqueueSetState(this, e, r, "setState");
368
- }, _.prototype.forceUpdate = function(e) {
368
+ }, b.prototype.forceUpdate = function(e) {
369
369
  this.updater.enqueueForceUpdate(this, e, "forceUpdate");
370
370
  };
371
371
  {
372
372
  var E = {
373
373
  isMounted: ["isMounted", "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],
374
374
  replaceState: ["replaceState", "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]
375
- }, P = function(e, r) {
376
- Object.defineProperty(_.prototype, e, {
375
+ }, k = function(e, r) {
376
+ Object.defineProperty(b.prototype, e, {
377
377
  get: function() {
378
378
  se("%s(...) is deprecated in plain JavaScript React classes. %s", r[0], r[1]);
379
379
  }
380
380
  });
381
381
  };
382
- for (var k in E)
383
- E.hasOwnProperty(k) && P(k, E[k]);
382
+ for (var x in E)
383
+ E.hasOwnProperty(x) && k(x, E[x]);
384
384
  }
385
385
  function T() {
386
386
  }
387
- T.prototype = _.prototype;
387
+ T.prototype = b.prototype;
388
388
  function C(e, r, a) {
389
389
  this.props = e, this.context = r, this.refs = g, this.updater = a || n;
390
390
  }
391
- var U = C.prototype = new T();
392
- U.constructor = C, u(U, _.prototype), U.isPureReactComponent = !0;
393
- function _r() {
391
+ var M = C.prototype = new T();
392
+ M.constructor = C, u(M, b.prototype), M.isPureReactComponent = !0;
393
+ function br() {
394
394
  var e = {
395
395
  current: null
396
396
  };
@@ -406,19 +406,19 @@ function Yt() {
406
406
  return a;
407
407
  }
408
408
  }
409
- function Me(e) {
409
+ function Ue(e) {
410
410
  try {
411
- return be(e), !1;
411
+ return _e(e), !1;
412
412
  } catch {
413
413
  return !0;
414
414
  }
415
415
  }
416
- function be(e) {
416
+ function _e(e) {
417
417
  return "" + e;
418
418
  }
419
419
  function Oe(e) {
420
- if (Me(e))
421
- return f("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Rr(e)), be(e);
420
+ if (Ue(e))
421
+ return f("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Rr(e)), _e(e);
422
422
  }
423
423
  function er(e, r, a) {
424
424
  var o = e.displayName;
@@ -427,7 +427,7 @@ function Yt() {
427
427
  var c = r.displayName || r.name || "";
428
428
  return c !== "" ? a + "(" + c + ")" : a;
429
429
  }
430
- function Pe(e) {
430
+ function ke(e) {
431
431
  return e.displayName || "Context";
432
432
  }
433
433
  function de(e) {
@@ -446,7 +446,7 @@ function Yt() {
446
446
  return "Profiler";
447
447
  case ae:
448
448
  return "StrictMode";
449
- case N:
449
+ case V:
450
450
  return "Suspense";
451
451
  case te:
452
452
  return "SuspenseList";
@@ -455,10 +455,10 @@ function Yt() {
455
455
  switch (e.$$typeof) {
456
456
  case re:
457
457
  var r = e;
458
- return Pe(r) + ".Consumer";
458
+ return ke(r) + ".Consumer";
459
459
  case $:
460
460
  var a = e;
461
- return Pe(a._context) + ".Provider";
461
+ return ke(a._context) + ".Provider";
462
462
  case L:
463
463
  return er(e, e.render, "ForwardRef");
464
464
  case X:
@@ -475,23 +475,23 @@ function Yt() {
475
475
  }
476
476
  return null;
477
477
  }
478
- var je = Object.prototype.hasOwnProperty, Ue = {
478
+ var Pe = Object.prototype.hasOwnProperty, Me = {
479
479
  key: !0,
480
480
  ref: !0,
481
481
  __self: !0,
482
482
  __source: !0
483
- }, rr, tr, Ve;
484
- Ve = {};
483
+ }, rr, tr, We;
484
+ We = {};
485
485
  function ze(e) {
486
- if (je.call(e, "ref")) {
486
+ if (Pe.call(e, "ref")) {
487
487
  var r = Object.getOwnPropertyDescriptor(e, "ref").get;
488
488
  if (r && r.isReactWarning)
489
489
  return !1;
490
490
  }
491
491
  return e.ref !== void 0;
492
492
  }
493
- function _e(e) {
494
- if (je.call(e, "key")) {
493
+ function be(e) {
494
+ if (Pe.call(e, "key")) {
495
495
  var r = Object.getOwnPropertyDescriptor(e, "key").get;
496
496
  if (r && r.isReactWarning)
497
497
  return !1;
@@ -519,11 +519,11 @@ function Yt() {
519
519
  function ar(e) {
520
520
  if (typeof e.ref == "string" && G.current && e.__self && G.current.stateNode !== e.__self) {
521
521
  var r = de(G.current.type);
522
- Ve[r] || (f('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', r, e.ref), Ve[r] = !0);
522
+ We[r] || (f('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', r, e.ref), We[r] = !0);
523
523
  }
524
524
  }
525
- var xe = function(e, r, a, o, c, p, l) {
526
- var h = {
525
+ var je = function(e, r, a, o, c, p, l) {
526
+ var y = {
527
527
  // This tag allows us to uniquely identify this as a React Element
528
528
  $$typeof: K,
529
529
  // Built-in properties that belong on the element
@@ -534,37 +534,37 @@ function Yt() {
534
534
  // Record the component responsible for creating this element.
535
535
  _owner: p
536
536
  };
537
- return h._store = {}, Object.defineProperty(h._store, "validated", {
537
+ return y._store = {}, Object.defineProperty(y._store, "validated", {
538
538
  configurable: !1,
539
539
  enumerable: !1,
540
540
  writable: !0,
541
541
  value: !1
542
- }), Object.defineProperty(h, "_self", {
542
+ }), Object.defineProperty(y, "_self", {
543
543
  configurable: !1,
544
544
  enumerable: !1,
545
545
  writable: !1,
546
546
  value: o
547
- }), Object.defineProperty(h, "_source", {
547
+ }), Object.defineProperty(y, "_source", {
548
548
  configurable: !1,
549
549
  enumerable: !1,
550
550
  writable: !1,
551
551
  value: c
552
- }), Object.freeze && (Object.freeze(h.props), Object.freeze(h)), h;
552
+ }), Object.freeze && (Object.freeze(y.props), Object.freeze(y)), y;
553
553
  };
554
554
  function wr(e, r, a) {
555
- var o, c = {}, p = null, l = null, h = null, R = null;
555
+ var o, c = {}, p = null, l = null, y = null, R = null;
556
556
  if (r != null) {
557
- ze(r) && (l = r.ref, ar(r)), _e(r) && (Oe(r.key), p = "" + r.key), h = r.__self === void 0 ? null : r.__self, R = r.__source === void 0 ? null : r.__source;
557
+ ze(r) && (l = r.ref, ar(r)), be(r) && (Oe(r.key), p = "" + r.key), y = r.__self === void 0 ? null : r.__self, R = r.__source === void 0 ? null : r.__source;
558
558
  for (o in r)
559
- je.call(r, o) && !Ue.hasOwnProperty(o) && (c[o] = r[o]);
559
+ Pe.call(r, o) && !Me.hasOwnProperty(o) && (c[o] = r[o]);
560
560
  }
561
561
  var O = arguments.length - 2;
562
562
  if (O === 1)
563
563
  c.children = a;
564
564
  else if (O > 1) {
565
- for (var j = Array(O), x = 0; x < O; x++)
566
- j[x] = arguments[x + 2];
567
- Object.freeze && Object.freeze(j), c.children = j;
565
+ for (var P = Array(O), j = 0; j < O; j++)
566
+ P[j] = arguments[j + 2];
567
+ Object.freeze && Object.freeze(P), c.children = P;
568
568
  }
569
569
  if (e && e.defaultProps) {
570
570
  var D = e.defaultProps;
@@ -572,41 +572,41 @@ function Yt() {
572
572
  c[o] === void 0 && (c[o] = D[o]);
573
573
  }
574
574
  if (p || l) {
575
- var V = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
576
- p && Er(c, V), l && nr(c, V);
575
+ var W = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
576
+ p && Er(c, W), l && nr(c, W);
577
577
  }
578
- return xe(e, p, l, h, R, G.current, c);
578
+ return je(e, p, l, y, R, G.current, c);
579
579
  }
580
580
  function Cr(e, r) {
581
- var a = xe(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
581
+ var a = je(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
582
582
  return a;
583
583
  }
584
584
  function Sr(e, r, a) {
585
585
  if (e == null)
586
586
  throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
587
- var o, c = u({}, e.props), p = e.key, l = e.ref, h = e._self, R = e._source, O = e._owner;
587
+ var o, c = u({}, e.props), p = e.key, l = e.ref, y = e._self, R = e._source, O = e._owner;
588
588
  if (r != null) {
589
- ze(r) && (l = r.ref, O = G.current), _e(r) && (Oe(r.key), p = "" + r.key);
590
- var j;
591
- e.type && e.type.defaultProps && (j = e.type.defaultProps);
589
+ ze(r) && (l = r.ref, O = G.current), be(r) && (Oe(r.key), p = "" + r.key);
590
+ var P;
591
+ e.type && e.type.defaultProps && (P = e.type.defaultProps);
592
592
  for (o in r)
593
- je.call(r, o) && !Ue.hasOwnProperty(o) && (r[o] === void 0 && j !== void 0 ? c[o] = j[o] : c[o] = r[o]);
593
+ Pe.call(r, o) && !Me.hasOwnProperty(o) && (r[o] === void 0 && P !== void 0 ? c[o] = P[o] : c[o] = r[o]);
594
594
  }
595
- var x = arguments.length - 2;
596
- if (x === 1)
595
+ var j = arguments.length - 2;
596
+ if (j === 1)
597
597
  c.children = a;
598
- else if (x > 1) {
599
- for (var D = Array(x), V = 0; V < x; V++)
600
- D[V] = arguments[V + 2];
598
+ else if (j > 1) {
599
+ for (var D = Array(j), W = 0; W < j; W++)
600
+ D[W] = arguments[W + 2];
601
601
  c.children = D;
602
602
  }
603
- return xe(e.type, p, l, h, R, O, c);
603
+ return je(e.type, p, l, y, R, O, c);
604
604
  }
605
605
  function Re(e) {
606
606
  return typeof e == "object" && e !== null && e.$$typeof === K;
607
607
  }
608
608
  var or = ".", Tr = ":";
609
- function kr(e) {
609
+ function xr(e) {
610
610
  var r = /[=:]/g, a = {
611
611
  "=": "=0",
612
612
  ":": "=2"
@@ -615,12 +615,12 @@ function Yt() {
615
615
  });
616
616
  return "$" + o;
617
617
  }
618
- var We = !1, ir = /\/+/g;
619
- function ye(e) {
618
+ var Ne = !1, ir = /\/+/g;
619
+ function me(e) {
620
620
  return e.replace(ir, "$&/");
621
621
  }
622
622
  function Ae(e, r) {
623
- return typeof e == "object" && e !== null && e.key != null ? (Oe(e.key), kr("" + e.key)) : r.toString(36);
623
+ return typeof e == "object" && e !== null && e.key != null ? (Oe(e.key), xr("" + e.key)) : r.toString(36);
624
624
  }
625
625
  function Ee(e, r, a, o, c) {
626
626
  var p = typeof e;
@@ -642,42 +642,42 @@ function Yt() {
642
642
  }
643
643
  }
644
644
  if (l) {
645
- var h = e, R = c(h), O = o === "" ? or + Ae(h, 0) : o;
645
+ var y = e, R = c(y), O = o === "" ? or + Ae(y, 0) : o;
646
646
  if (Le(R)) {
647
- var j = "";
648
- O != null && (j = ye(O) + "/"), Ee(R, r, j, "", function(Wt) {
649
- return Wt;
647
+ var P = "";
648
+ O != null && (P = me(O) + "/"), Ee(R, r, P, "", function(Nt) {
649
+ return Nt;
650
650
  });
651
- } else R != null && (Re(R) && (R.key && (!h || h.key !== R.key) && Oe(R.key), R = Cr(
651
+ } else R != null && (Re(R) && (R.key && (!y || y.key !== R.key) && Oe(R.key), R = Cr(
652
652
  R,
653
653
  // Keep both the (mapped) and old keys if they differ, just as
654
654
  // traverseAllChildren used to do for objects as children
655
655
  a + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
656
- (R.key && (!h || h.key !== R.key) ? (
656
+ (R.key && (!y || y.key !== R.key) ? (
657
657
  // $FlowFixMe Flow incorrectly thinks existing element's key can be a number
658
658
  // eslint-disable-next-line react-internal/safe-string-coercion
659
- ye("" + R.key) + "/"
659
+ me("" + R.key) + "/"
660
660
  ) : "") + O
661
661
  )), r.push(R));
662
662
  return 1;
663
663
  }
664
- var x, D, V = 0, z = o === "" ? or : o + Tr;
664
+ var j, D, W = 0, z = o === "" ? or : o + Tr;
665
665
  if (Le(e))
666
666
  for (var gr = 0; gr < e.length; gr++)
667
- x = e[gr], D = z + Ae(x, gr), V += Ee(x, r, a, D, c);
667
+ j = e[gr], D = z + Ae(j, gr), W += Ee(j, r, a, D, c);
668
668
  else {
669
- var Nr = A(e);
670
- if (typeof Nr == "function") {
669
+ var Vr = A(e);
670
+ if (typeof Vr == "function") {
671
671
  var ft = e;
672
- Nr === ft.entries && (We || se("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), We = !0);
673
- for (var Ut = Nr.call(ft), dt, Vt = 0; !(dt = Ut.next()).done; )
674
- x = dt.value, D = z + Ae(x, Vt++), V += Ee(x, r, a, D, c);
672
+ Vr === ft.entries && (Ne || se("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), Ne = !0);
673
+ for (var Mt = Vr.call(ft), dt, Wt = 0; !(dt = Mt.next()).done; )
674
+ j = dt.value, D = z + Ae(j, Wt++), W += Ee(j, r, a, D, c);
675
675
  } else if (p === "object") {
676
676
  var pt = String(e);
677
677
  throw new Error("Objects are not valid as a React child (found: " + (pt === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : pt) + "). If you meant to render a collection of children, use an array instead.");
678
678
  }
679
679
  }
680
- return V;
680
+ return W;
681
681
  }
682
682
  function Ie(e, r, a) {
683
683
  if (e == null)
@@ -698,7 +698,7 @@ function Yt() {
698
698
  r.apply(this, arguments);
699
699
  }, a);
700
700
  }
701
- function Pr(e) {
701
+ function kr(e) {
702
702
  return Ie(e, function(r) {
703
703
  return r;
704
704
  }) || [];
@@ -788,26 +788,26 @@ function Yt() {
788
788
  }
789
789
  return r._currentRenderer = null, r._currentRenderer2 = null, r;
790
790
  }
791
- var De = -1, He = 0, qe = 1, lr = 2;
792
- function jr(e) {
791
+ var De = -1, qe = 0, He = 1, lr = 2;
792
+ function Pr(e) {
793
793
  if (e._status === De) {
794
794
  var r = e._result, a = r();
795
795
  if (a.then(function(p) {
796
- if (e._status === He || e._status === De) {
796
+ if (e._status === qe || e._status === De) {
797
797
  var l = e;
798
- l._status = qe, l._result = p;
798
+ l._status = He, l._result = p;
799
799
  }
800
800
  }, function(p) {
801
- if (e._status === He || e._status === De) {
801
+ if (e._status === qe || e._status === De) {
802
802
  var l = e;
803
803
  l._status = lr, l._result = p;
804
804
  }
805
805
  }), e._status === De) {
806
806
  var o = e;
807
- o._status = He, o._result = a;
807
+ o._status = qe, o._result = a;
808
808
  }
809
809
  }
810
- if (e._status === qe) {
810
+ if (e._status === He) {
811
811
  var c = e._result;
812
812
  return c === void 0 && f(`lazy: Expected the result of a dynamic import() call. Instead received: %s
813
813
 
@@ -821,7 +821,7 @@ Your code should look like:
821
821
  } else
822
822
  throw e._result;
823
823
  }
824
- function xr(e) {
824
+ function jr(e) {
825
825
  var r = {
826
826
  // We use these fields to store the result.
827
827
  _status: De,
@@ -829,7 +829,7 @@ Your code should look like:
829
829
  }, a = {
830
830
  $$typeof: ce,
831
831
  _payload: r,
832
- _init: jr
832
+ _init: Pr
833
833
  };
834
834
  {
835
835
  var o, c;
@@ -884,7 +884,7 @@ Your code should look like:
884
884
  var fr;
885
885
  fr = Symbol.for("react.module.reference");
886
886
  function t(e) {
887
- return !!(typeof e == "string" || typeof e == "function" || e === ne || e === ee || Q || e === ae || e === N || e === te || H || e === $e || Se || Be || Te || typeof e == "object" && e !== null && (e.$$typeof === ce || e.$$typeof === X || e.$$typeof === $ || e.$$typeof === re || e.$$typeof === L || // This needs to include all possible module reference object
887
+ return !!(typeof e == "string" || typeof e == "function" || e === ne || e === ee || Q || e === ae || e === V || e === te || q || e === $e || Se || Be || Te || typeof e == "object" && e !== null && (e.$$typeof === ce || e.$$typeof === X || e.$$typeof === $ || e.$$typeof === re || e.$$typeof === L || // This needs to include all possible module reference object
888
888
  // types supported by any Flight configuration anywhere since
889
889
  // we don't know which Flight build this will end up being used
890
890
  // with.
@@ -936,11 +936,11 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
936
936
  var o = s();
937
937
  return o.useReducer(e, r, a);
938
938
  }
939
- function b(e) {
939
+ function _(e) {
940
940
  var r = s();
941
941
  return r.useRef(e);
942
942
  }
943
- function y(e, r) {
943
+ function m(e, r) {
944
944
  var a = s();
945
945
  return a.useEffect(e, r);
946
946
  }
@@ -964,13 +964,13 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
964
964
  var o = s();
965
965
  return o.useImperativeHandle(e, r, a);
966
966
  }
967
- function me(e, r) {
967
+ function he(e, r) {
968
968
  {
969
969
  var a = s();
970
970
  return a.useDebugValue(e, r);
971
971
  }
972
972
  }
973
- function q() {
973
+ function H() {
974
974
  var e = s();
975
975
  return e.useTransition();
976
976
  }
@@ -986,14 +986,14 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
986
986
  var o = s();
987
987
  return o.useSyncExternalStore(e, r, a);
988
988
  }
989
- var Ge = 0, Br, zr, Hr, qr, Kr, Gr, Jr;
989
+ var Ge = 0, Br, zr, qr, Hr, Kr, Gr, Jr;
990
990
  function Xr() {
991
991
  }
992
992
  Xr.__reactDisabledLog = !0;
993
993
  function Rt() {
994
994
  {
995
995
  if (Ge === 0) {
996
- Br = console.log, zr = console.info, Hr = console.warn, qr = console.error, Kr = console.group, Gr = console.groupCollapsed, Jr = console.groupEnd;
996
+ Br = console.log, zr = console.info, qr = console.warn, Hr = console.error, Kr = console.group, Gr = console.groupCollapsed, Jr = console.groupEnd;
997
997
  var e = {
998
998
  configurable: !0,
999
999
  enumerable: !0,
@@ -1029,10 +1029,10 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
1029
1029
  value: zr
1030
1030
  }),
1031
1031
  warn: u({}, e, {
1032
- value: Hr
1032
+ value: qr
1033
1033
  }),
1034
1034
  error: u({}, e, {
1035
- value: qr
1035
+ value: Hr
1036
1036
  }),
1037
1037
  group: u({}, e, {
1038
1038
  value: Kr
@@ -1115,28 +1115,28 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
1115
1115
  }
1116
1116
  } catch (z) {
1117
1117
  if (z && o && typeof z.stack == "string") {
1118
- for (var h = z.stack.split(`
1118
+ for (var y = z.stack.split(`
1119
1119
  `), R = o.stack.split(`
1120
- `), O = h.length - 1, j = R.length - 1; O >= 1 && j >= 0 && h[O] !== R[j]; )
1121
- j--;
1122
- for (; O >= 1 && j >= 0; O--, j--)
1123
- if (h[O] !== R[j]) {
1124
- if (O !== 1 || j !== 1)
1120
+ `), O = y.length - 1, P = R.length - 1; O >= 1 && P >= 0 && y[O] !== R[P]; )
1121
+ P--;
1122
+ for (; O >= 1 && P >= 0; O--, P--)
1123
+ if (y[O] !== R[P]) {
1124
+ if (O !== 1 || P !== 1)
1125
1125
  do
1126
- if (O--, j--, j < 0 || h[O] !== R[j]) {
1127
- var x = `
1128
- ` + h[O].replace(" at new ", " at ");
1129
- return e.displayName && x.includes("<anonymous>") && (x = x.replace("<anonymous>", e.displayName)), typeof e == "function" && pr.set(e, x), x;
1126
+ if (O--, P--, P < 0 || y[O] !== R[P]) {
1127
+ var j = `
1128
+ ` + y[O].replace(" at new ", " at ");
1129
+ return e.displayName && j.includes("<anonymous>") && (j = j.replace("<anonymous>", e.displayName)), typeof e == "function" && pr.set(e, j), j;
1130
1130
  }
1131
- while (O >= 1 && j >= 0);
1131
+ while (O >= 1 && P >= 0);
1132
1132
  break;
1133
1133
  }
1134
1134
  }
1135
1135
  } finally {
1136
1136
  Lr = !1, Fr.current = p, Et(), Error.prepareStackTrace = c;
1137
1137
  }
1138
- var D = e ? e.displayName || e.name : "", V = D ? dr(D) : "";
1139
- return typeof e == "function" && pr.set(e, V), V;
1138
+ var D = e ? e.displayName || e.name : "", W = D ? dr(D) : "";
1139
+ return typeof e == "function" && pr.set(e, W), W;
1140
1140
  }
1141
1141
  function Ct(e, r, a) {
1142
1142
  return Qr(e, !1);
@@ -1153,7 +1153,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
1153
1153
  if (typeof e == "string")
1154
1154
  return dr(e);
1155
1155
  switch (e) {
1156
- case N:
1156
+ case V:
1157
1157
  return dr("Suspense");
1158
1158
  case te:
1159
1159
  return dr("SuspenseList");
@@ -1175,7 +1175,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
1175
1175
  return "";
1176
1176
  }
1177
1177
  var Zr = {}, et = Y.ReactDebugCurrentFrame;
1178
- function hr(e) {
1178
+ function yr(e) {
1179
1179
  if (e) {
1180
1180
  var r = e._owner, a = vr(e.type, e._source, r ? r.type : null);
1181
1181
  et.setExtraStackFrame(a);
@@ -1184,32 +1184,32 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
1184
1184
  }
1185
1185
  function Tt(e, r, a, o, c) {
1186
1186
  {
1187
- var p = Function.call.bind(je);
1187
+ var p = Function.call.bind(Pe);
1188
1188
  for (var l in e)
1189
1189
  if (p(e, l)) {
1190
- var h = void 0;
1190
+ var y = void 0;
1191
1191
  try {
1192
1192
  if (typeof e[l] != "function") {
1193
1193
  var R = Error((o || "React class") + ": " + a + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1194
1194
  throw R.name = "Invariant Violation", R;
1195
1195
  }
1196
- h = e[l](r, l, o, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1196
+ y = e[l](r, l, o, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1197
1197
  } catch (O) {
1198
- h = O;
1198
+ y = O;
1199
1199
  }
1200
- h && !(h instanceof Error) && (hr(c), f("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", o || "React class", a, l, typeof h), hr(null)), h instanceof Error && !(h.message in Zr) && (Zr[h.message] = !0, hr(c), f("Failed %s type: %s", a, h.message), hr(null));
1200
+ y && !(y instanceof Error) && (yr(c), f("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", o || "React class", a, l, typeof y), yr(null)), y instanceof Error && !(y.message in Zr) && (Zr[y.message] = !0, yr(c), f("Failed %s type: %s", a, y.message), yr(null));
1201
1201
  }
1202
1202
  }
1203
1203
  }
1204
- function Ne(e) {
1204
+ function Ve(e) {
1205
1205
  if (e) {
1206
1206
  var r = e._owner, a = vr(e.type, e._source, r ? r.type : null);
1207
1207
  Ce(a);
1208
1208
  } else
1209
1209
  Ce(null);
1210
1210
  }
1211
- var Mr;
1212
- Mr = !1;
1211
+ var Ur;
1212
+ Ur = !1;
1213
1213
  function rt() {
1214
1214
  if (G.current) {
1215
1215
  var e = de(G.current.type);
@@ -1220,7 +1220,7 @@ Check the render method of \`` + e + "`.";
1220
1220
  }
1221
1221
  return "";
1222
1222
  }
1223
- function kt(e) {
1223
+ function xt(e) {
1224
1224
  if (e !== void 0) {
1225
1225
  var r = e.fileName.replace(/^.*[\\\/]/, ""), a = e.lineNumber;
1226
1226
  return `
@@ -1230,10 +1230,10 @@ Check your code at ` + r + ":" + a + ".";
1230
1230
  return "";
1231
1231
  }
1232
1232
  function Ot(e) {
1233
- return e != null ? kt(e.__source) : "";
1233
+ return e != null ? xt(e.__source) : "";
1234
1234
  }
1235
1235
  var tt = {};
1236
- function Pt(e) {
1236
+ function kt(e) {
1237
1237
  var r = rt();
1238
1238
  if (!r) {
1239
1239
  var a = typeof e == "string" ? e : e.displayName || e.name;
@@ -1246,11 +1246,11 @@ Check the top-level render call using <` + a + ">.");
1246
1246
  function nt(e, r) {
1247
1247
  if (!(!e._store || e._store.validated || e.key != null)) {
1248
1248
  e._store.validated = !0;
1249
- var a = Pt(r);
1249
+ var a = kt(r);
1250
1250
  if (!tt[a]) {
1251
1251
  tt[a] = !0;
1252
1252
  var o = "";
1253
- e && e._owner && e._owner !== G.current && (o = " It was passed a child from " + de(e._owner.type) + "."), Ne(e), f('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, o), Ne(null);
1253
+ e && e._owner && e._owner !== G.current && (o = " It was passed a child from " + de(e._owner.type) + "."), Ve(e), f('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, o), Ve(null);
1254
1254
  }
1255
1255
  }
1256
1256
  }
@@ -1288,24 +1288,24 @@ Check the top-level render call using <` + a + ">.");
1288
1288
  if (a) {
1289
1289
  var o = de(r);
1290
1290
  Tt(a, e.props, "prop", o, e);
1291
- } else if (r.PropTypes !== void 0 && !Mr) {
1292
- Mr = !0;
1291
+ } else if (r.PropTypes !== void 0 && !Ur) {
1292
+ Ur = !0;
1293
1293
  var c = de(r);
1294
1294
  f("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", c || "Unknown");
1295
1295
  }
1296
1296
  typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && f("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
1297
1297
  }
1298
1298
  }
1299
- function jt(e) {
1299
+ function Pt(e) {
1300
1300
  {
1301
1301
  for (var r = Object.keys(e.props), a = 0; a < r.length; a++) {
1302
1302
  var o = r[a];
1303
1303
  if (o !== "children" && o !== "key") {
1304
- Ne(e), f("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", o), Ne(null);
1304
+ Ve(e), f("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", o), Ve(null);
1305
1305
  break;
1306
1306
  }
1307
1307
  }
1308
- e.ref !== null && (Ne(e), f("Invalid attribute `ref` supplied to `React.Fragment`."), Ne(null));
1308
+ e.ref !== null && (Ve(e), f("Invalid attribute `ref` supplied to `React.Fragment`."), Ve(null));
1309
1309
  }
1310
1310
  }
1311
1311
  function it(e, r, a) {
@@ -1318,16 +1318,16 @@ Check the top-level render call using <` + a + ">.");
1318
1318
  var l;
1319
1319
  e === null ? l = "null" : Le(e) ? l = "array" : e !== void 0 && e.$$typeof === K ? (l = "<" + (de(e.type) || "Unknown") + " />", c = " Did you accidentally export a JSX literal instead of a component?") : l = typeof e, f("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", l, c);
1320
1320
  }
1321
- var h = wr.apply(this, arguments);
1322
- if (h == null)
1323
- return h;
1321
+ var y = wr.apply(this, arguments);
1322
+ if (y == null)
1323
+ return y;
1324
1324
  if (o)
1325
1325
  for (var R = 2; R < arguments.length; R++)
1326
1326
  at(arguments[R], e);
1327
- return e === ne ? jt(h) : ot(h), h;
1327
+ return e === ne ? Pt(y) : ot(y), y;
1328
1328
  }
1329
1329
  var ut = !1;
1330
- function xt(e) {
1330
+ function jt(e) {
1331
1331
  var r = it.bind(null, e);
1332
1332
  return r.type = e, ut || (ut = !0, se("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")), Object.defineProperty(r, "type", {
1333
1333
  enumerable: !1,
@@ -1357,83 +1357,83 @@ Check the top-level render call using <` + a + ">.");
1357
1357
  }
1358
1358
  }
1359
1359
  }
1360
- var st = !1, yr = null;
1360
+ var st = !1, mr = null;
1361
1361
  function Dt(e) {
1362
- if (yr === null)
1362
+ if (mr === null)
1363
1363
  try {
1364
- var r = ("require" + Math.random()).slice(0, 7), a = W && W[r];
1365
- yr = a.call(W, "timers").setImmediate;
1364
+ var r = ("require" + Math.random()).slice(0, 7), a = N && N[r];
1365
+ mr = a.call(N, "timers").setImmediate;
1366
1366
  } catch {
1367
- yr = function(c) {
1367
+ mr = function(c) {
1368
1368
  st === !1 && (st = !0, typeof MessageChannel > "u" && f("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));
1369
1369
  var p = new MessageChannel();
1370
1370
  p.port1.onmessage = c, p.port2.postMessage(void 0);
1371
1371
  };
1372
1372
  }
1373
- return yr(e);
1373
+ return mr(e);
1374
1374
  }
1375
1375
  var Ye = 0, ct = !1;
1376
1376
  function lt(e) {
1377
1377
  {
1378
1378
  var r = Ye;
1379
- Ye++, M.current === null && (M.current = []);
1380
- var a = M.isBatchingLegacy, o;
1379
+ Ye++, U.current === null && (U.current = []);
1380
+ var a = U.isBatchingLegacy, o;
1381
1381
  try {
1382
- if (M.isBatchingLegacy = !0, o = e(), !a && M.didScheduleLegacyUpdate) {
1383
- var c = M.current;
1384
- c !== null && (M.didScheduleLegacyUpdate = !1, Wr(c));
1382
+ if (U.isBatchingLegacy = !0, o = e(), !a && U.didScheduleLegacyUpdate) {
1383
+ var c = U.current;
1384
+ c !== null && (U.didScheduleLegacyUpdate = !1, Nr(c));
1385
1385
  }
1386
1386
  } catch (D) {
1387
- throw mr(r), D;
1387
+ throw hr(r), D;
1388
1388
  } finally {
1389
- M.isBatchingLegacy = a;
1389
+ U.isBatchingLegacy = a;
1390
1390
  }
1391
1391
  if (o !== null && typeof o == "object" && typeof o.then == "function") {
1392
- var p = o, l = !1, h = {
1393
- then: function(D, V) {
1392
+ var p = o, l = !1, y = {
1393
+ then: function(D, W) {
1394
1394
  l = !0, p.then(function(z) {
1395
- mr(r), Ye === 0 ? Ur(z, D, V) : D(z);
1395
+ hr(r), Ye === 0 ? Mr(z, D, W) : D(z);
1396
1396
  }, function(z) {
1397
- mr(r), V(z);
1397
+ hr(r), W(z);
1398
1398
  });
1399
1399
  }
1400
1400
  };
1401
1401
  return !ct && typeof Promise < "u" && Promise.resolve().then(function() {
1402
1402
  }).then(function() {
1403
1403
  l || (ct = !0, f("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"));
1404
- }), h;
1404
+ }), y;
1405
1405
  } else {
1406
1406
  var R = o;
1407
- if (mr(r), Ye === 0) {
1408
- var O = M.current;
1409
- O !== null && (Wr(O), M.current = null);
1410
- var j = {
1411
- then: function(D, V) {
1412
- M.current === null ? (M.current = [], Ur(R, D, V)) : D(R);
1407
+ if (hr(r), Ye === 0) {
1408
+ var O = U.current;
1409
+ O !== null && (Nr(O), U.current = null);
1410
+ var P = {
1411
+ then: function(D, W) {
1412
+ U.current === null ? (U.current = [], Mr(R, D, W)) : D(R);
1413
1413
  }
1414
1414
  };
1415
- return j;
1415
+ return P;
1416
1416
  } else {
1417
- var x = {
1418
- then: function(D, V) {
1417
+ var j = {
1418
+ then: function(D, W) {
1419
1419
  D(R);
1420
1420
  }
1421
1421
  };
1422
- return x;
1422
+ return j;
1423
1423
  }
1424
1424
  }
1425
1425
  }
1426
1426
  }
1427
- function mr(e) {
1427
+ function hr(e) {
1428
1428
  e !== Ye - 1 && f("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "), Ye = e;
1429
1429
  }
1430
- function Ur(e, r, a) {
1430
+ function Mr(e, r, a) {
1431
1431
  {
1432
- var o = M.current;
1432
+ var o = U.current;
1433
1433
  if (o !== null)
1434
1434
  try {
1435
- Wr(o), Dt(function() {
1436
- o.length === 0 ? (M.current = null, r(e)) : Ur(e, r, a);
1435
+ Nr(o), Dt(function() {
1436
+ o.length === 0 ? (U.current = null, r(e)) : Mr(e, r, a);
1437
1437
  });
1438
1438
  } catch (c) {
1439
1439
  a(c);
@@ -1442,10 +1442,10 @@ Check the top-level render call using <` + a + ">.");
1442
1442
  r(e);
1443
1443
  }
1444
1444
  }
1445
- var Vr = !1;
1446
- function Wr(e) {
1447
- if (!Vr) {
1448
- Vr = !0;
1445
+ var Wr = !1;
1446
+ function Nr(e) {
1447
+ if (!Wr) {
1448
+ Wr = !0;
1449
1449
  var r = 0;
1450
1450
  try {
1451
1451
  for (; r < e.length; r++) {
@@ -1458,24 +1458,24 @@ Check the top-level render call using <` + a + ">.");
1458
1458
  } catch (o) {
1459
1459
  throw e = e.slice(r + 1), o;
1460
1460
  } finally {
1461
- Vr = !1;
1461
+ Wr = !1;
1462
1462
  }
1463
1463
  }
1464
1464
  }
1465
- var Ft = it, $t = At, Lt = xt, Mt = {
1465
+ var Ft = it, $t = At, Lt = jt, Ut = {
1466
1466
  map: Ie,
1467
1467
  forEach: ur,
1468
1468
  count: Or,
1469
- toArray: Pr,
1469
+ toArray: kr,
1470
1470
  only: sr
1471
1471
  };
1472
- d.Children = Mt, d.Component = _, d.Fragment = ne, d.Profiler = ee, d.PureComponent = C, d.StrictMode = ae, d.Suspense = N, d.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Y, d.act = lt, d.cloneElement = $t, d.createContext = cr, d.createElement = Ft, d.createFactory = Lt, d.createRef = _r, d.forwardRef = Ar, d.isValidElement = Re, d.lazy = xr, d.memo = i, d.startTransition = It, d.unstable_act = lt, d.useCallback = F, d.useContext = v, d.useDebugValue = me, d.useDeferredValue = Ke, d.useEffect = y, d.useId = Ir, d.useImperativeHandle = we, d.useInsertionEffect = B, d.useLayoutEffect = I, d.useMemo = Z, d.useReducer = S, d.useRef = b, d.useState = w, d.useSyncExternalStore = Dr, d.useTransition = q, d.version = J, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
1472
+ d.Children = Ut, d.Component = b, d.Fragment = ne, d.Profiler = ee, d.PureComponent = C, d.StrictMode = ae, d.Suspense = V, d.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Y, d.act = lt, d.cloneElement = $t, d.createContext = cr, d.createElement = Ft, d.createFactory = Lt, d.createRef = br, d.forwardRef = Ar, d.isValidElement = Re, d.lazy = jr, d.memo = i, d.startTransition = It, d.unstable_act = lt, d.useCallback = F, d.useContext = v, d.useDebugValue = he, d.useDeferredValue = Ke, d.useEffect = m, d.useId = Ir, d.useImperativeHandle = we, d.useInsertionEffect = B, d.useLayoutEffect = I, d.useMemo = Z, d.useReducer = S, d.useRef = _, d.useState = w, d.useSyncExternalStore = Dr, d.useTransition = H, d.version = J, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
1473
1473
  }();
1474
1474
  }(Qe, Qe.exports)), Qe.exports;
1475
1475
  }
1476
- var yt;
1477
- function bt() {
1478
- return yt || (yt = 1, process.env.NODE_ENV === "production" ? br.exports = Nt() : br.exports = Yt()), br.exports;
1476
+ var mt;
1477
+ function _t() {
1478
+ return mt || (mt = 1, process.env.NODE_ENV === "production" ? _r.exports = Vt() : _r.exports = Yt()), _r.exports;
1479
1479
  }
1480
1480
  /**
1481
1481
  * @license React
@@ -1486,17 +1486,17 @@ function bt() {
1486
1486
  * This source code is licensed under the MIT license found in the
1487
1487
  * LICENSE file in the root directory of this source tree.
1488
1488
  */
1489
- var mt;
1489
+ var ht;
1490
1490
  function Bt() {
1491
- if (mt) return Je;
1492
- mt = 1;
1493
- var W = bt(), d = Symbol.for("react.element"), J = Symbol.for("react.fragment"), K = Object.prototype.hasOwnProperty, pe = W.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, ne = { key: !0, ref: !0, __self: !0, __source: !0 };
1491
+ if (ht) return Je;
1492
+ ht = 1;
1493
+ var N = _t(), d = Symbol.for("react.element"), J = Symbol.for("react.fragment"), K = Object.prototype.hasOwnProperty, pe = N.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, ne = { key: !0, ref: !0, __self: !0, __source: !0 };
1494
1494
  function ae(ee, $, re) {
1495
- var L, N = {}, te = null, X = null;
1495
+ var L, V = {}, te = null, X = null;
1496
1496
  re !== void 0 && (te = "" + re), $.key !== void 0 && (te = "" + $.key), $.ref !== void 0 && (X = $.ref);
1497
- for (L in $) K.call($, L) && !ne.hasOwnProperty(L) && (N[L] = $[L]);
1498
- if (ee && ee.defaultProps) for (L in $ = ee.defaultProps, $) N[L] === void 0 && (N[L] = $[L]);
1499
- return { $$typeof: d, type: ee, key: te, ref: X, props: N, _owner: pe.current };
1497
+ for (L in $) K.call($, L) && !ne.hasOwnProperty(L) && (V[L] = $[L]);
1498
+ if (ee && ee.defaultProps) for (L in $ = ee.defaultProps, $) V[L] === void 0 && (V[L] = $[L]);
1499
+ return { $$typeof: d, type: ee, key: te, ref: X, props: V, _owner: pe.current };
1500
1500
  }
1501
1501
  return Je.Fragment = J, Je.jsx = ae, Je.jsxs = ae, Je;
1502
1502
  }
@@ -1513,14 +1513,14 @@ var Xe = {};
1513
1513
  var gt;
1514
1514
  function zt() {
1515
1515
  return gt || (gt = 1, process.env.NODE_ENV !== "production" && function() {
1516
- var W = bt(), d = Symbol.for("react.element"), J = Symbol.for("react.portal"), K = Symbol.for("react.fragment"), pe = Symbol.for("react.strict_mode"), ne = Symbol.for("react.profiler"), ae = Symbol.for("react.provider"), ee = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), re = Symbol.for("react.suspense"), L = Symbol.for("react.suspense_list"), N = Symbol.for("react.memo"), te = Symbol.for("react.lazy"), X = Symbol.for("react.offscreen"), ce = Symbol.iterator, $e = "@@iterator";
1516
+ var N = _t(), d = Symbol.for("react.element"), J = Symbol.for("react.portal"), K = Symbol.for("react.fragment"), pe = Symbol.for("react.strict_mode"), ne = Symbol.for("react.profiler"), ae = Symbol.for("react.provider"), ee = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), re = Symbol.for("react.suspense"), L = Symbol.for("react.suspense_list"), V = Symbol.for("react.memo"), te = Symbol.for("react.lazy"), X = Symbol.for("react.offscreen"), ce = Symbol.iterator, $e = "@@iterator";
1517
1517
  function oe(t) {
1518
1518
  if (t === null || typeof t != "object")
1519
1519
  return null;
1520
1520
  var i = ce && t[ce] || t[$e];
1521
1521
  return typeof i == "function" ? i : null;
1522
1522
  }
1523
- var ie = W.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
1523
+ var ie = N.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
1524
1524
  function A(t) {
1525
1525
  {
1526
1526
  for (var i = arguments.length, s = new Array(i > 1 ? i - 1 : 0), v = 1; v < i; v++)
@@ -1532,16 +1532,16 @@ function zt() {
1532
1532
  {
1533
1533
  var v = ie.ReactDebugCurrentFrame, w = v.getStackAddendum();
1534
1534
  w !== "" && (i += "%s", s = s.concat([w]));
1535
- var S = s.map(function(b) {
1536
- return String(b);
1535
+ var S = s.map(function(_) {
1536
+ return String(_);
1537
1537
  });
1538
1538
  S.unshift("Warning: " + i), Function.prototype.apply.call(console[t], console, S);
1539
1539
  }
1540
1540
  }
1541
- var ue = !1, M = !1, G = !1, le = !1, ve = !1, Ce;
1541
+ var ue = !1, U = !1, G = !1, le = !1, ve = !1, Ce;
1542
1542
  Ce = Symbol.for("react.module.reference");
1543
1543
  function Se(t) {
1544
- return !!(typeof t == "string" || typeof t == "function" || t === K || t === ne || ve || t === pe || t === re || t === L || le || t === X || ue || M || G || typeof t == "object" && t !== null && (t.$$typeof === te || t.$$typeof === N || t.$$typeof === ae || t.$$typeof === ee || t.$$typeof === $ || // This needs to include all possible module reference object
1544
+ return !!(typeof t == "string" || typeof t == "function" || t === K || t === ne || ve || t === pe || t === re || t === L || le || t === X || ue || U || G || typeof t == "object" && t !== null && (t.$$typeof === te || t.$$typeof === V || t.$$typeof === ae || t.$$typeof === ee || t.$$typeof === $ || // This needs to include all possible module reference object
1545
1545
  // types supported by any Flight configuration anywhere since
1546
1546
  // we don't know which Flight build this will end up being used
1547
1547
  // with.
@@ -1557,7 +1557,7 @@ function zt() {
1557
1557
  function Te(t) {
1558
1558
  return t.displayName || "Context";
1559
1559
  }
1560
- function H(t) {
1560
+ function q(t) {
1561
1561
  if (t == null)
1562
1562
  return null;
1563
1563
  if (typeof t.tag == "number" && A("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
@@ -1588,13 +1588,13 @@ function zt() {
1588
1588
  return Te(s._context) + ".Provider";
1589
1589
  case $:
1590
1590
  return Be(t, t.render, "ForwardRef");
1591
- case N:
1591
+ case V:
1592
1592
  var v = t.displayName || null;
1593
- return v !== null ? v : H(t.type) || "Memo";
1593
+ return v !== null ? v : q(t.type) || "Memo";
1594
1594
  case te: {
1595
- var w = t, S = w._payload, b = w._init;
1595
+ var w = t, S = w._payload, _ = w._init;
1596
1596
  try {
1597
- return H(b(S));
1597
+ return q(_(S));
1598
1598
  } catch {
1599
1599
  return null;
1600
1600
  }
@@ -1602,14 +1602,14 @@ function zt() {
1602
1602
  }
1603
1603
  return null;
1604
1604
  }
1605
- var Q = Object.assign, Y = 0, se, f, fe, ke, he, n, u;
1605
+ var Q = Object.assign, Y = 0, se, f, fe, xe, ye, n, u;
1606
1606
  function g() {
1607
1607
  }
1608
1608
  g.__reactDisabledLog = !0;
1609
- function _() {
1609
+ function b() {
1610
1610
  {
1611
1611
  if (Y === 0) {
1612
- se = console.log, f = console.info, fe = console.warn, ke = console.error, he = console.group, n = console.groupCollapsed, u = console.groupEnd;
1612
+ se = console.log, f = console.info, fe = console.warn, xe = console.error, ye = console.group, n = console.groupCollapsed, u = console.groupEnd;
1613
1613
  var t = {
1614
1614
  configurable: !0,
1615
1615
  enumerable: !0,
@@ -1648,10 +1648,10 @@ function zt() {
1648
1648
  value: fe
1649
1649
  }),
1650
1650
  error: Q({}, t, {
1651
- value: ke
1651
+ value: xe
1652
1652
  }),
1653
1653
  group: Q({}, t, {
1654
- value: he
1654
+ value: ye
1655
1655
  }),
1656
1656
  groupCollapsed: Q({}, t, {
1657
1657
  value: n
@@ -1664,30 +1664,30 @@ function zt() {
1664
1664
  Y < 0 && A("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
1665
1665
  }
1666
1666
  }
1667
- var P = ie.ReactCurrentDispatcher, k;
1667
+ var k = ie.ReactCurrentDispatcher, x;
1668
1668
  function T(t, i, s) {
1669
1669
  {
1670
- if (k === void 0)
1670
+ if (x === void 0)
1671
1671
  try {
1672
1672
  throw Error();
1673
1673
  } catch (w) {
1674
1674
  var v = w.stack.trim().match(/\n( *(at )?)/);
1675
- k = v && v[1] || "";
1675
+ x = v && v[1] || "";
1676
1676
  }
1677
1677
  return `
1678
- ` + k + t;
1678
+ ` + x + t;
1679
1679
  }
1680
1680
  }
1681
- var C = !1, U;
1681
+ var C = !1, M;
1682
1682
  {
1683
- var _r = typeof WeakMap == "function" ? WeakMap : Map;
1684
- U = new _r();
1683
+ var br = typeof WeakMap == "function" ? WeakMap : Map;
1684
+ M = new br();
1685
1685
  }
1686
1686
  function Ze(t, i) {
1687
1687
  if (!t || C)
1688
1688
  return "";
1689
1689
  {
1690
- var s = U.get(t);
1690
+ var s = M.get(t);
1691
1691
  if (s !== void 0)
1692
1692
  return s;
1693
1693
  }
@@ -1696,63 +1696,63 @@ function zt() {
1696
1696
  var w = Error.prepareStackTrace;
1697
1697
  Error.prepareStackTrace = void 0;
1698
1698
  var S;
1699
- S = P.current, P.current = null, _();
1699
+ S = k.current, k.current = null, b();
1700
1700
  try {
1701
1701
  if (i) {
1702
- var b = function() {
1702
+ var _ = function() {
1703
1703
  throw Error();
1704
1704
  };
1705
- if (Object.defineProperty(b.prototype, "props", {
1705
+ if (Object.defineProperty(_.prototype, "props", {
1706
1706
  set: function() {
1707
1707
  throw Error();
1708
1708
  }
1709
1709
  }), typeof Reflect == "object" && Reflect.construct) {
1710
1710
  try {
1711
- Reflect.construct(b, []);
1712
- } catch (q) {
1713
- v = q;
1711
+ Reflect.construct(_, []);
1712
+ } catch (H) {
1713
+ v = H;
1714
1714
  }
1715
- Reflect.construct(t, [], b);
1715
+ Reflect.construct(t, [], _);
1716
1716
  } else {
1717
1717
  try {
1718
- b.call();
1719
- } catch (q) {
1720
- v = q;
1718
+ _.call();
1719
+ } catch (H) {
1720
+ v = H;
1721
1721
  }
1722
- t.call(b.prototype);
1722
+ t.call(_.prototype);
1723
1723
  }
1724
1724
  } else {
1725
1725
  try {
1726
1726
  throw Error();
1727
- } catch (q) {
1728
- v = q;
1727
+ } catch (H) {
1728
+ v = H;
1729
1729
  }
1730
1730
  t();
1731
1731
  }
1732
- } catch (q) {
1733
- if (q && v && typeof q.stack == "string") {
1734
- for (var y = q.stack.split(`
1732
+ } catch (H) {
1733
+ if (H && v && typeof H.stack == "string") {
1734
+ for (var m = H.stack.split(`
1735
1735
  `), B = v.stack.split(`
1736
- `), I = y.length - 1, F = B.length - 1; I >= 1 && F >= 0 && y[I] !== B[F]; )
1736
+ `), I = m.length - 1, F = B.length - 1; I >= 1 && F >= 0 && m[I] !== B[F]; )
1737
1737
  F--;
1738
1738
  for (; I >= 1 && F >= 0; I--, F--)
1739
- if (y[I] !== B[F]) {
1739
+ if (m[I] !== B[F]) {
1740
1740
  if (I !== 1 || F !== 1)
1741
1741
  do
1742
- if (I--, F--, F < 0 || y[I] !== B[F]) {
1742
+ if (I--, F--, F < 0 || m[I] !== B[F]) {
1743
1743
  var Z = `
1744
- ` + y[I].replace(" at new ", " at ");
1745
- return t.displayName && Z.includes("<anonymous>") && (Z = Z.replace("<anonymous>", t.displayName)), typeof t == "function" && U.set(t, Z), Z;
1744
+ ` + m[I].replace(" at new ", " at ");
1745
+ return t.displayName && Z.includes("<anonymous>") && (Z = Z.replace("<anonymous>", t.displayName)), typeof t == "function" && M.set(t, Z), Z;
1746
1746
  }
1747
1747
  while (I >= 1 && F >= 0);
1748
1748
  break;
1749
1749
  }
1750
1750
  }
1751
1751
  } finally {
1752
- C = !1, P.current = S, E(), Error.prepareStackTrace = w;
1752
+ C = !1, k.current = S, E(), Error.prepareStackTrace = w;
1753
1753
  }
1754
- var we = t ? t.displayName || t.name : "", me = we ? T(we) : "";
1755
- return typeof t == "function" && U.set(t, me), me;
1754
+ var we = t ? t.displayName || t.name : "", he = we ? T(we) : "";
1755
+ return typeof t == "function" && M.set(t, he), he;
1756
1756
  }
1757
1757
  function Le(t, i, s) {
1758
1758
  return Ze(t, !1);
@@ -1761,7 +1761,7 @@ function zt() {
1761
1761
  var i = t.prototype;
1762
1762
  return !!(i && i.isReactComponent);
1763
1763
  }
1764
- function Me(t, i, s) {
1764
+ function Ue(t, i, s) {
1765
1765
  if (t == null)
1766
1766
  return "";
1767
1767
  if (typeof t == "function")
@@ -1778,48 +1778,48 @@ function zt() {
1778
1778
  switch (t.$$typeof) {
1779
1779
  case $:
1780
1780
  return Le(t.render);
1781
- case N:
1782
- return Me(t.type, i, s);
1781
+ case V:
1782
+ return Ue(t.type, i, s);
1783
1783
  case te: {
1784
1784
  var v = t, w = v._payload, S = v._init;
1785
1785
  try {
1786
- return Me(S(w), i, s);
1786
+ return Ue(S(w), i, s);
1787
1787
  } catch {
1788
1788
  }
1789
1789
  }
1790
1790
  }
1791
1791
  return "";
1792
1792
  }
1793
- var be = Object.prototype.hasOwnProperty, Oe = {}, er = ie.ReactDebugCurrentFrame;
1794
- function Pe(t) {
1793
+ var _e = Object.prototype.hasOwnProperty, Oe = {}, er = ie.ReactDebugCurrentFrame;
1794
+ function ke(t) {
1795
1795
  if (t) {
1796
- var i = t._owner, s = Me(t.type, t._source, i ? i.type : null);
1796
+ var i = t._owner, s = Ue(t.type, t._source, i ? i.type : null);
1797
1797
  er.setExtraStackFrame(s);
1798
1798
  } else
1799
1799
  er.setExtraStackFrame(null);
1800
1800
  }
1801
1801
  function de(t, i, s, v, w) {
1802
1802
  {
1803
- var S = Function.call.bind(be);
1804
- for (var b in t)
1805
- if (S(t, b)) {
1806
- var y = void 0;
1803
+ var S = Function.call.bind(_e);
1804
+ for (var _ in t)
1805
+ if (S(t, _)) {
1806
+ var m = void 0;
1807
1807
  try {
1808
- if (typeof t[b] != "function") {
1809
- var B = Error((v || "React class") + ": " + s + " type `" + b + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[b] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1808
+ if (typeof t[_] != "function") {
1809
+ var B = Error((v || "React class") + ": " + s + " type `" + _ + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[_] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1810
1810
  throw B.name = "Invariant Violation", B;
1811
1811
  }
1812
- y = t[b](i, b, v, s, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1812
+ m = t[_](i, _, v, s, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1813
1813
  } catch (I) {
1814
- y = I;
1814
+ m = I;
1815
1815
  }
1816
- y && !(y instanceof Error) && (Pe(w), A("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", v || "React class", s, b, typeof y), Pe(null)), y instanceof Error && !(y.message in Oe) && (Oe[y.message] = !0, Pe(w), A("Failed %s type: %s", s, y.message), Pe(null));
1816
+ m && !(m instanceof Error) && (ke(w), A("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", v || "React class", s, _, typeof m), ke(null)), m instanceof Error && !(m.message in Oe) && (Oe[m.message] = !0, ke(w), A("Failed %s type: %s", s, m.message), ke(null));
1817
1817
  }
1818
1818
  }
1819
1819
  }
1820
- var je = Array.isArray;
1821
- function Ue(t) {
1822
- return je(t);
1820
+ var Pe = Array.isArray;
1821
+ function Me(t) {
1822
+ return Pe(t);
1823
1823
  }
1824
1824
  function rr(t) {
1825
1825
  {
@@ -1829,27 +1829,27 @@ function zt() {
1829
1829
  }
1830
1830
  function tr(t) {
1831
1831
  try {
1832
- return Ve(t), !1;
1832
+ return We(t), !1;
1833
1833
  } catch {
1834
1834
  return !0;
1835
1835
  }
1836
1836
  }
1837
- function Ve(t) {
1837
+ function We(t) {
1838
1838
  return "" + t;
1839
1839
  }
1840
1840
  function ze(t) {
1841
1841
  if (tr(t))
1842
- return A("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", rr(t)), Ve(t);
1842
+ return A("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", rr(t)), We(t);
1843
1843
  }
1844
- var _e = ie.ReactCurrentOwner, Er = {
1844
+ var be = ie.ReactCurrentOwner, Er = {
1845
1845
  key: !0,
1846
1846
  ref: !0,
1847
1847
  __self: !0,
1848
1848
  __source: !0
1849
- }, nr, ar, xe;
1850
- xe = {};
1849
+ }, nr, ar, je;
1850
+ je = {};
1851
1851
  function wr(t) {
1852
- if (be.call(t, "ref")) {
1852
+ if (_e.call(t, "ref")) {
1853
1853
  var i = Object.getOwnPropertyDescriptor(t, "ref").get;
1854
1854
  if (i && i.isReactWarning)
1855
1855
  return !1;
@@ -1857,7 +1857,7 @@ function zt() {
1857
1857
  return t.ref !== void 0;
1858
1858
  }
1859
1859
  function Cr(t) {
1860
- if (be.call(t, "key")) {
1860
+ if (_e.call(t, "key")) {
1861
1861
  var i = Object.getOwnPropertyDescriptor(t, "key").get;
1862
1862
  if (i && i.isReactWarning)
1863
1863
  return !1;
@@ -1865,9 +1865,9 @@ function zt() {
1865
1865
  return t.key !== void 0;
1866
1866
  }
1867
1867
  function Sr(t, i) {
1868
- if (typeof t.ref == "string" && _e.current && i && _e.current.stateNode !== i) {
1869
- var s = H(_e.current.type);
1870
- xe[s] || (A('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', H(_e.current.type), t.ref), xe[s] = !0);
1868
+ if (typeof t.ref == "string" && be.current && i && be.current.stateNode !== i) {
1869
+ var s = q(be.current.type);
1870
+ je[s] || (A('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', q(be.current.type), t.ref), je[s] = !0);
1871
1871
  }
1872
1872
  }
1873
1873
  function Re(t, i) {
@@ -1892,57 +1892,57 @@ function zt() {
1892
1892
  });
1893
1893
  }
1894
1894
  }
1895
- var Tr = function(t, i, s, v, w, S, b) {
1896
- var y = {
1895
+ var Tr = function(t, i, s, v, w, S, _) {
1896
+ var m = {
1897
1897
  // This tag allows us to uniquely identify this as a React Element
1898
1898
  $$typeof: d,
1899
1899
  // Built-in properties that belong on the element
1900
1900
  type: t,
1901
1901
  key: i,
1902
1902
  ref: s,
1903
- props: b,
1903
+ props: _,
1904
1904
  // Record the component responsible for creating this element.
1905
1905
  _owner: S
1906
1906
  };
1907
- return y._store = {}, Object.defineProperty(y._store, "validated", {
1907
+ return m._store = {}, Object.defineProperty(m._store, "validated", {
1908
1908
  configurable: !1,
1909
1909
  enumerable: !1,
1910
1910
  writable: !0,
1911
1911
  value: !1
1912
- }), Object.defineProperty(y, "_self", {
1912
+ }), Object.defineProperty(m, "_self", {
1913
1913
  configurable: !1,
1914
1914
  enumerable: !1,
1915
1915
  writable: !1,
1916
1916
  value: v
1917
- }), Object.defineProperty(y, "_source", {
1917
+ }), Object.defineProperty(m, "_source", {
1918
1918
  configurable: !1,
1919
1919
  enumerable: !1,
1920
1920
  writable: !1,
1921
1921
  value: w
1922
- }), Object.freeze && (Object.freeze(y.props), Object.freeze(y)), y;
1922
+ }), Object.freeze && (Object.freeze(m.props), Object.freeze(m)), m;
1923
1923
  };
1924
- function kr(t, i, s, v, w) {
1924
+ function xr(t, i, s, v, w) {
1925
1925
  {
1926
- var S, b = {}, y = null, B = null;
1927
- s !== void 0 && (ze(s), y = "" + s), Cr(i) && (ze(i.key), y = "" + i.key), wr(i) && (B = i.ref, Sr(i, w));
1926
+ var S, _ = {}, m = null, B = null;
1927
+ s !== void 0 && (ze(s), m = "" + s), Cr(i) && (ze(i.key), m = "" + i.key), wr(i) && (B = i.ref, Sr(i, w));
1928
1928
  for (S in i)
1929
- be.call(i, S) && !Er.hasOwnProperty(S) && (b[S] = i[S]);
1929
+ _e.call(i, S) && !Er.hasOwnProperty(S) && (_[S] = i[S]);
1930
1930
  if (t && t.defaultProps) {
1931
1931
  var I = t.defaultProps;
1932
1932
  for (S in I)
1933
- b[S] === void 0 && (b[S] = I[S]);
1933
+ _[S] === void 0 && (_[S] = I[S]);
1934
1934
  }
1935
- if (y || B) {
1935
+ if (m || B) {
1936
1936
  var F = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
1937
- y && Re(b, F), B && or(b, F);
1937
+ m && Re(_, F), B && or(_, F);
1938
1938
  }
1939
- return Tr(t, y, B, w, v, _e.current, b);
1939
+ return Tr(t, m, B, w, v, be.current, _);
1940
1940
  }
1941
1941
  }
1942
- var We = ie.ReactCurrentOwner, ir = ie.ReactDebugCurrentFrame;
1943
- function ye(t) {
1942
+ var Ne = ie.ReactCurrentOwner, ir = ie.ReactDebugCurrentFrame;
1943
+ function me(t) {
1944
1944
  if (t) {
1945
- var i = t._owner, s = Me(t.type, t._source, i ? i.type : null);
1945
+ var i = t._owner, s = Ue(t.type, t._source, i ? i.type : null);
1946
1946
  ir.setExtraStackFrame(s);
1947
1947
  } else
1948
1948
  ir.setExtraStackFrame(null);
@@ -1954,8 +1954,8 @@ function zt() {
1954
1954
  }
1955
1955
  function Ie() {
1956
1956
  {
1957
- if (We.current) {
1958
- var t = H(We.current.type);
1957
+ if (Ne.current) {
1958
+ var t = q(Ne.current.type);
1959
1959
  if (t)
1960
1960
  return `
1961
1961
 
@@ -1968,7 +1968,7 @@ Check the render method of \`` + t + "`.";
1968
1968
  return "";
1969
1969
  }
1970
1970
  var ur = {};
1971
- function Pr(t) {
1971
+ function kr(t) {
1972
1972
  {
1973
1973
  var i = Ie();
1974
1974
  if (!i) {
@@ -1985,19 +1985,19 @@ Check the top-level render call using <` + s + ">.");
1985
1985
  if (!t._store || t._store.validated || t.key != null)
1986
1986
  return;
1987
1987
  t._store.validated = !0;
1988
- var s = Pr(i);
1988
+ var s = kr(i);
1989
1989
  if (ur[s])
1990
1990
  return;
1991
1991
  ur[s] = !0;
1992
1992
  var v = "";
1993
- t && t._owner && t._owner !== We.current && (v = " It was passed a child from " + H(t._owner.type) + "."), ye(t), A('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', s, v), ye(null);
1993
+ t && t._owner && t._owner !== Ne.current && (v = " It was passed a child from " + q(t._owner.type) + "."), me(t), A('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', s, v), me(null);
1994
1994
  }
1995
1995
  }
1996
1996
  function cr(t, i) {
1997
1997
  {
1998
1998
  if (typeof t != "object")
1999
1999
  return;
2000
- if (Ue(t))
2000
+ if (Me(t))
2001
2001
  for (var s = 0; s < t.length; s++) {
2002
2002
  var v = t[s];
2003
2003
  Ee(v) && sr(v, i);
@@ -2007,8 +2007,8 @@ Check the top-level render call using <` + s + ">.");
2007
2007
  else if (t) {
2008
2008
  var w = oe(t);
2009
2009
  if (typeof w == "function" && w !== t.entries)
2010
- for (var S = w.call(t), b; !(b = S.next()).done; )
2011
- Ee(b.value) && sr(b.value, i);
2010
+ for (var S = w.call(t), _; !(_ = S.next()).done; )
2011
+ Ee(_.value) && sr(_.value, i);
2012
2012
  }
2013
2013
  }
2014
2014
  }
@@ -2022,53 +2022,53 @@ Check the top-level render call using <` + s + ">.");
2022
2022
  s = i.propTypes;
2023
2023
  else if (typeof i == "object" && (i.$$typeof === $ || // Note: Memo only checks outer props here.
2024
2024
  // Inner props are checked in the reconciler.
2025
- i.$$typeof === N))
2025
+ i.$$typeof === V))
2026
2026
  s = i.propTypes;
2027
2027
  else
2028
2028
  return;
2029
2029
  if (s) {
2030
- var v = H(i);
2030
+ var v = q(i);
2031
2031
  de(s, t.props, "prop", v, t);
2032
2032
  } else if (i.PropTypes !== void 0 && !Ae) {
2033
2033
  Ae = !0;
2034
- var w = H(i);
2034
+ var w = q(i);
2035
2035
  A("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", w || "Unknown");
2036
2036
  }
2037
2037
  typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && A("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
2038
2038
  }
2039
2039
  }
2040
- function He(t) {
2040
+ function qe(t) {
2041
2041
  {
2042
2042
  for (var i = Object.keys(t.props), s = 0; s < i.length; s++) {
2043
2043
  var v = i[s];
2044
2044
  if (v !== "children" && v !== "key") {
2045
- ye(t), A("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), ye(null);
2045
+ me(t), A("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), me(null);
2046
2046
  break;
2047
2047
  }
2048
2048
  }
2049
- t.ref !== null && (ye(t), A("Invalid attribute `ref` supplied to `React.Fragment`."), ye(null));
2049
+ t.ref !== null && (me(t), A("Invalid attribute `ref` supplied to `React.Fragment`."), me(null));
2050
2050
  }
2051
2051
  }
2052
- var qe = {};
2052
+ var He = {};
2053
2053
  function lr(t, i, s, v, w, S) {
2054
2054
  {
2055
- var b = Se(t);
2056
- if (!b) {
2057
- var y = "";
2058
- (t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (y += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
2055
+ var _ = Se(t);
2056
+ if (!_) {
2057
+ var m = "";
2058
+ (t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (m += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
2059
2059
  var B = Or();
2060
- B ? y += B : y += Ie();
2060
+ B ? m += B : m += Ie();
2061
2061
  var I;
2062
- t === null ? I = "null" : Ue(t) ? I = "array" : t !== void 0 && t.$$typeof === d ? (I = "<" + (H(t.type) || "Unknown") + " />", y = " Did you accidentally export a JSX literal instead of a component?") : I = typeof t, A("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", I, y);
2062
+ t === null ? I = "null" : Me(t) ? I = "array" : t !== void 0 && t.$$typeof === d ? (I = "<" + (q(t.type) || "Unknown") + " />", m = " Did you accidentally export a JSX literal instead of a component?") : I = typeof t, A("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", I, m);
2063
2063
  }
2064
- var F = kr(t, i, s, w, S);
2064
+ var F = xr(t, i, s, w, S);
2065
2065
  if (F == null)
2066
2066
  return F;
2067
- if (b) {
2067
+ if (_) {
2068
2068
  var Z = i.children;
2069
2069
  if (Z !== void 0)
2070
2070
  if (v)
2071
- if (Ue(Z)) {
2071
+ if (Me(Z)) {
2072
2072
  for (var we = 0; we < Z.length; we++)
2073
2073
  cr(Z[we], t);
2074
2074
  Object.freeze && Object.freeze(Z);
@@ -2077,47 +2077,47 @@ Check the top-level render call using <` + s + ">.");
2077
2077
  else
2078
2078
  cr(Z, t);
2079
2079
  }
2080
- if (be.call(i, "key")) {
2081
- var me = H(t), q = Object.keys(i).filter(function(Dr) {
2080
+ if (_e.call(i, "key")) {
2081
+ var he = q(t), H = Object.keys(i).filter(function(Dr) {
2082
2082
  return Dr !== "key";
2083
- }), Ke = q.length > 0 ? "{key: someKey, " + q.join(": ..., ") + ": ...}" : "{key: someKey}";
2084
- if (!qe[me + Ke]) {
2085
- var Ir = q.length > 0 ? "{" + q.join(": ..., ") + ": ...}" : "{}";
2083
+ }), Ke = H.length > 0 ? "{key: someKey, " + H.join(": ..., ") + ": ...}" : "{key: someKey}";
2084
+ if (!He[he + Ke]) {
2085
+ var Ir = H.length > 0 ? "{" + H.join(": ..., ") + ": ...}" : "{}";
2086
2086
  A(`A props object containing a "key" prop is being spread into JSX:
2087
2087
  let props = %s;
2088
2088
  <%s {...props} />
2089
2089
  React keys must be passed directly to JSX without using spread:
2090
2090
  let props = %s;
2091
- <%s key={someKey} {...props} />`, Ke, me, Ir, me), qe[me + Ke] = !0;
2091
+ <%s key={someKey} {...props} />`, Ke, he, Ir, he), He[he + Ke] = !0;
2092
2092
  }
2093
2093
  }
2094
- return t === K ? He(F) : De(F), F;
2094
+ return t === K ? qe(F) : De(F), F;
2095
2095
  }
2096
2096
  }
2097
- function jr(t, i, s) {
2097
+ function Pr(t, i, s) {
2098
2098
  return lr(t, i, s, !0);
2099
2099
  }
2100
- function xr(t, i, s) {
2100
+ function jr(t, i, s) {
2101
2101
  return lr(t, i, s, !1);
2102
2102
  }
2103
- var Ar = xr, fr = jr;
2103
+ var Ar = jr, fr = Pr;
2104
2104
  Xe.Fragment = K, Xe.jsx = Ar, Xe.jsxs = fr;
2105
2105
  }()), Xe;
2106
2106
  }
2107
2107
  process.env.NODE_ENV === "production" ? Yr.exports = Bt() : Yr.exports = zt();
2108
2108
  var Fe = Yr.exports;
2109
- const Ht = typeof window < "u" && typeof window.document < "u", _t = (W) => {
2110
- if (Ht)
2109
+ const qt = typeof window < "u" && typeof window.document < "u", bt = (N) => {
2110
+ if (qt)
2111
2111
  throw new Error(
2112
- `[STIHL Design System] Partials can only be used during build time. You are using '${W}' at run time in a browser which defeats the effect of the partial.`
2112
+ `[STIHL Design System] Partials can only be used during build time. You are using '${N}' at run time in a browser which defeats the effect of the partial.`
2113
2113
  );
2114
2114
  };
2115
- function qt(W) {
2115
+ function Ht(N) {
2116
2116
  const { format: d } = {
2117
2117
  format: "jsx",
2118
- ...W
2118
+ ...N
2119
2119
  };
2120
- _t("getMetaIconLinks");
2120
+ bt("getMetaIconLinks");
2121
2121
  let J = ["<link rel=icon href=%PUBLIC_URL%/favicon.ico sizes=32x32>", "<link rel=icon href=%PUBLIC_URL%/icon.svg type=image/svg+xml>", "<link rel=apple-touch-icon href=%PUBLIC_URL%/apple-icon.png>", "<link rel=manifest href=%PUBLIC_URL%/manifest.webmanifest>"];
2122
2122
  switch (d === "html" && (J = J.map((K) => K.replace("%PUBLIC_URL%", ""))), d) {
2123
2123
  case "html":
@@ -2132,16 +2132,16 @@ function qt(W) {
2132
2132
  ] });
2133
2133
  }
2134
2134
  }
2135
- function Kt(W) {
2135
+ function Kt(N) {
2136
2136
  const { format: d } = {
2137
2137
  format: "jsx",
2138
- ...W
2138
+ ...N
2139
2139
  };
2140
- _t("getResetStyles");
2141
- const J = `@layer ds-reset{*,*::before,*::after{box-sizing:border-box}:where(html){font-family:STIHL Contraface Digital Text Regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;font-style:normal;font-variant:normal;hyphens:manual;overflow-wrap:break-word;font-weight:normal;font-size:16px;line-height:1.5;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}:where(body){hyphens:manual;line-height:1.5;margin:unset;min-height:100vh}:where(body,h1,h2,h3,h4,p,figure,blockquote,dl,dd){margin-block-end:0}:where(h1,h2,h3,h4,h5,h6){margin:0;padding:0;text-wrap:balance;hyphens:manual;overflow-wrap:break-word}:where(a:not([class])){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(:where(a:not([class])))[href^="http://"]::after,:where(:where(a:not([class])))[href^="https://"]::after,:where(:where(a:not([class])))[href^="#"]::after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}:where(a:not([class])){color:#252525}:where(a:not([class])):link,:where(a:not([class])):visited{color:#252525}:where(a:not([class])):active{background-color:rgba(0,0,0,.1019607843);color:#252525}@media(hover: hover){:where(a:not([class])):hover{background-color:rgba(0,0,0,.1019607843);color:#252525}}:where(a:not([class]))[href^="http://"]::after,:where(a:not([class]))[href^="https://"]::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}:where(a:not([class]))[href^="#"]::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}:where(a:not([class])):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(a:not([class])):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(a:not([class])):focus{outline:revert;outline-offset:revert}:where(a:not([class])):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(a:not([class])):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(a:not([class])){transition:background-color var(--ds-animation-duration, 100ms) linear,border-color var(--ds-animation-duration, 100ms) linear,color var(--ds-animation-duration, 100ms) linear}@media(prefers-reduced-motion: reduce){:where(a:not([class])){transition-duration:0ms}}:where(button,input,textarea,select){font:inherit}:target{scroll-margin-block:5ex}}`;
2140
+ bt("getResetStyles");
2141
+ const J = "@layer ds-reset{*,*::before,*::after{box-sizing:border-box}:root{--ds-spacing-dynamic-xs: 16px;--ds-spacing-dynamic-s: 24px;--ds-spacing-dynamic-m: 32px;--ds-spacing-dynamic-l: 40px;--ds-spacing-dynamic-xl: 56px;--ds-spacing-dynamic-xxl: 80px}@media(min-width: 320px){:root{--ds-spacing-dynamic-xs: 16px;--ds-spacing-dynamic-s: 24px;--ds-spacing-dynamic-m: 32px;--ds-spacing-dynamic-l: 40px;--ds-spacing-dynamic-xl: 56px;--ds-spacing-dynamic-xxl: 80px}}@media(min-width: 768px){:root{--ds-spacing-dynamic-xs: 24px;--ds-spacing-dynamic-s: 32px;--ds-spacing-dynamic-m: 40px;--ds-spacing-dynamic-l: 48px;--ds-spacing-dynamic-xl: 64px;--ds-spacing-dynamic-xxl: 96px}}@media(min-width: 1024px){:root{--ds-spacing-dynamic-xs: 24px;--ds-spacing-dynamic-s: 32px;--ds-spacing-dynamic-m: 40px;--ds-spacing-dynamic-l: 48px;--ds-spacing-dynamic-xl: 64px;--ds-spacing-dynamic-xxl: 96px}}@media(min-width: 1536px){:root{--ds-spacing-dynamic-xs: 32px;--ds-spacing-dynamic-s: 40px;--ds-spacing-dynamic-m: 48px;--ds-spacing-dynamic-l: 56px;--ds-spacing-dynamic-xl: 80px;--ds-spacing-dynamic-xxl: 128px}}@media(min-width: 1668px){:root{--ds-spacing-dynamic-xs: 32px;--ds-spacing-dynamic-s: 40px;--ds-spacing-dynamic-m: 48px;--ds-spacing-dynamic-l: 56px;--ds-spacing-dynamic-xl: 80px;--ds-spacing-dynamic-xxl: 128px}}:where(html){font-family:STIHL Contraface Digital Text Regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;font-style:normal;font-variant:normal;hyphens:manual;overflow-wrap:break-word;font-weight:normal;font-size:16px;line-height:1.5;font-size-adjust:.414;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}:where(body){hyphens:manual;line-height:1.5;margin:unset;min-height:100vh}:where(body,h1,h2,h3,h4,p,figure,blockquote,dl,dd){margin-block-end:0}:where(h1,h2,h3,h4,h5,h6){margin:0;padding:0;text-wrap:balance;hyphens:manual;overflow-wrap:break-word}:where(a:not([class])){text-decoration-skip-ink:auto;color:currentColor}:where(button,input,textarea,select){font:inherit}:target{scroll-margin-block:5ex}}";
2142
2142
  return d === "html" ? `<style data-ds-css-reset-styles>${J}</style>` : /* @__PURE__ */ Fe.jsx("style", { "data-ds-css-reset-styles": !0, suppressHydrationWarning: !0, dangerouslySetInnerHTML: { __html: J } });
2143
2143
  }
2144
2144
  export {
2145
- qt as getMetaIconLinks,
2145
+ Ht as getMetaIconLinks,
2146
2146
  Kt as getResetStyles
2147
2147
  };