react-server-dom-webpack 18.3.0-next-b72ed698f-20230303 → 18.3.0-next-49f741046-20230305

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 (24) hide show
  1. package/cjs/react-server-dom-webpack-client.browser.development.js +2 -2
  2. package/cjs/react-server-dom-webpack-client.browser.production.min.js +1 -1
  3. package/cjs/react-server-dom-webpack-client.edge.development.js +2 -2
  4. package/cjs/react-server-dom-webpack-client.edge.production.min.js +1 -1
  5. package/cjs/react-server-dom-webpack-client.node.development.js +2 -2
  6. package/cjs/react-server-dom-webpack-client.node.production.min.js +1 -1
  7. package/cjs/react-server-dom-webpack-client.node.unbundled.development.js +2 -2
  8. package/cjs/react-server-dom-webpack-client.node.unbundled.production.min.js +1 -1
  9. package/cjs/react-server-dom-webpack-node-register.js +7 -8
  10. package/cjs/react-server-dom-webpack-plugin.js +8 -8
  11. package/cjs/react-server-dom-webpack-server.browser.development.js +43 -11
  12. package/cjs/react-server-dom-webpack-server.browser.production.min.js +40 -39
  13. package/cjs/react-server-dom-webpack-server.edge.development.js +43 -11
  14. package/cjs/react-server-dom-webpack-server.edge.production.min.js +39 -38
  15. package/cjs/react-server-dom-webpack-server.node.development.js +43 -11
  16. package/cjs/react-server-dom-webpack-server.node.production.min.js +41 -40
  17. package/cjs/react-server-dom-webpack-server.node.unbundled.development.js +43 -11
  18. package/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js +41 -40
  19. package/esm/react-server-dom-webpack-node-loader.production.min.js +2 -4
  20. package/package.json +3 -3
  21. package/umd/react-server-dom-webpack-client.browser.development.js +2 -2
  22. package/umd/react-server-dom-webpack-client.browser.production.min.js +1 -1
  23. package/umd/react-server-dom-webpack-server.browser.development.js +43 -11
  24. package/umd/react-server-dom-webpack-server.browser.production.min.js +39 -39
@@ -141,8 +141,7 @@ function transformServerModule(source, body, url, loader) {
141
141
 
142
142
  newSrc += 'Object.defineProperties(' + local + ',{';
143
143
  newSrc += '$$typeof: {value: Symbol.for("react.server.reference")},';
144
- newSrc += '$$filepath: {value: ' + JSON.stringify(url) + '},';
145
- newSrc += '$$name: { value: ' + JSON.stringify(exported) + '},';
144
+ newSrc += '$$id: {value: ' + JSON.stringify(url + '#' + exported) + '},';
146
145
  newSrc += '$$bound: { value: [] }';
147
146
  newSrc += '});\n';
148
147
  });
@@ -294,9 +293,8 @@ async function transformClientModule(body, url, loader) {
294
293
  }
295
294
 
296
295
  newSrc += '},{';
297
- newSrc += 'name: { value: ' + JSON.stringify(name) + '},';
298
296
  newSrc += '$$typeof: {value: CLIENT_REFERENCE},';
299
- newSrc += 'filepath: {value: ' + JSON.stringify(url) + '}';
297
+ newSrc += '$$id: {value: ' + JSON.stringify(url + '#' + name) + '}';
300
298
  newSrc += '});\n';
301
299
  }
302
300
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-server-dom-webpack",
3
3
  "description": "React Server Components bindings for DOM using Webpack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
4
- "version": "18.3.0-next-b72ed698f-20230303",
4
+ "version": "18.3.0-next-49f741046-20230305",
5
5
  "keywords": [
6
6
  "react"
7
7
  ],
@@ -78,8 +78,8 @@
78
78
  "node": ">=0.10.0"
79
79
  },
80
80
  "peerDependencies": {
81
- "react": "18.3.0-next-b72ed698f-20230303",
82
- "react-dom": "18.3.0-next-b72ed698f-20230303",
81
+ "react": "18.3.0-next-49f741046-20230305",
82
+ "react-dom": "18.3.0-next-49f741046-20230305",
83
83
  "webpack": "^5.59.0"
84
84
  },
85
85
  "dependencies": {
@@ -546,13 +546,13 @@
546
546
 
547
547
  if (p.status === INITIALIZED) {
548
548
  var bound = p.value;
549
- return callServer(metaData, bound.concat(args));
549
+ return callServer(metaData.id, bound.concat(args));
550
550
  } // Since this is a fake Promise whose .then doesn't chain, we have to wrap it.
551
551
  // TODO: Remove the wrapper once that's fixed.
552
552
 
553
553
 
554
554
  return Promise.resolve(p).then(function (bound) {
555
- return callServer(metaData, bound.concat(args));
555
+ return callServer(metaData.id, bound.concat(args));
556
556
  });
557
557
  };
558
558
 
@@ -12,7 +12,7 @@ f){f=__webpack_chunk_load__(e);c.push(f);var h=t.set.bind(t,e,null);f.then(h,K);
12
12
  break;case "resolved_module":u(a)}switch(a.status){case "fulfilled":return a.value;case "pending":case "blocked":throw a;default:throw a.reason;}}function v(a,b){for(var c=0;c<a.length;c++)(0,a[c])(b)}function E(a,b,c){switch(a.status){case "fulfilled":v(b,a.value);break;case "pending":case "blocked":a.value=b;a.reason=c;break;case "rejected":c&&v(c,a.reason)}}function w(a,b){if("pending"===a.status||"blocked"===a.status){var c=a.reason;a.status="rejected";a.reason=b;null!==c&&v(c,b)}}function F(a,
13
13
  b){if("pending"===a.status||"blocked"===a.status){var c=a.value,d=a.reason;a.status="resolved_module";a.value=b;null!==c&&(u(a),E(a,c,d))}}function r(a){var b=x,c=l;x=a;l=null;try{var d=JSON.parse(a.value,a._response._fromJSON);null!==l&&0<l.deps?(l.value=d,a.status="blocked",a.value=null,a.reason=null):(a.status="fulfilled",a.value=d)}catch(e){a.status="rejected",a.reason=e}finally{x=b,l=c}}function u(a){try{var b=a.value;if(b.async){var c=z.get(b.id);if("fulfilled"===c.status)var d=c.value;else throw c.reason;
14
14
  }else d=__webpack_require__(b.id);var e="*"===b.name?d:""===b.name?d.__esModule?d.default:d:d[b.name];a.status="fulfilled";a.value=e}catch(f){a.status="rejected",a.reason=f}}function y(a,b){a._chunks.forEach(function(c){"pending"===c.status&&w(c,b)})}function p(a,b){var c=a._chunks,d=c.get(b);d||(d=new n("pending",null,null,a),c.set(b,d));return d}function N(a,b,c){if(l){var d=l;d.deps++}else d=l={deps:1,value:null};return function(e){b[c]=e;d.deps--;0===d.deps&&"blocked"===a.status&&(e=a.value,a.status=
15
- "fulfilled",a.value=d.value,null!==e&&v(e,d.value))}}function O(a){return function(b){return w(a,b)}}function P(a,b){var c=a._callServer;return function(){var d=Array.prototype.slice.call(arguments),e=b.bound;return"fulfilled"===e.status?c(b,e.value.concat(d)):Promise.resolve(e).then(function(f){return c(b,f.concat(d))})}}function Q(a,b,c,d){if("$"===d[0]){if("$"===d)return A;switch(d[1]){case "$":return d.substring(1);case "L":return b=parseInt(d.substring(2),16),a=p(a,b),{$$typeof:R,_payload:a,
15
+ "fulfilled",a.value=d.value,null!==e&&v(e,d.value))}}function O(a){return function(b){return w(a,b)}}function P(a,b){var c=a._callServer;return function(){var d=Array.prototype.slice.call(arguments),e=b.bound;return"fulfilled"===e.status?c(b.id,e.value.concat(d)):Promise.resolve(e).then(function(f){return c(b.id,f.concat(d))})}}function Q(a,b,c,d){if("$"===d[0]){if("$"===d)return A;switch(d[1]){case "$":return d.substring(1);case "L":return b=parseInt(d.substring(2),16),a=p(a,b),{$$typeof:R,_payload:a,
16
16
  _init:M};case "@":return b=parseInt(d.substring(2),16),p(a,b);case "S":return Symbol.for(d.substring(2));case "P":return a=d.substring(2),B[a]||(B[a]=q.createServerContext(a,S)),B[a].Provider;case "F":b=parseInt(d.substring(2),16);b=p(a,b);switch(b.status){case "resolved_model":r(b)}switch(b.status){case "fulfilled":return P(a,b.value);default:throw b.reason;}default:d=parseInt(d.substring(1),16);a=p(a,d);switch(a.status){case "resolved_model":r(a);break;case "resolved_module":u(a)}switch(a.status){case "fulfilled":return a.value;
17
17
  case "pending":case "blocked":return d=x,a.then(N(d,b,c),O(d)),null;default:throw a.reason;}}}return d}function T(){throw Error('Trying to call a function from "use server" but the callServer option was not implemented in your router runtime.');}function U(a,b,c){var d=a._chunks,e=d.get(b);c=JSON.parse(c,a._fromJSON);var f=J(a._bundlerConfig,c);if(c=L(f)){if(e){var h=e;h.status="blocked"}else h=new n("blocked",null,null,a),d.set(b,h);c.then(function(){return F(h,f)},function(g){return w(h,g)})}else e?
18
18
  F(e,f):d.set(b,new n("resolved_module",f,null,a))}function G(a){y(a,Error("Connection closed."))}function H(a,b){if(""!==b){var c=b.indexOf(":",0),d=parseInt(b.substring(0,c),16);switch(b[c+1]){case "I":U(a,d,b.substring(c+2));break;case "E":c=JSON.parse(b.substring(c+2)).digest;b=Error("An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest property is included on this error instance which may provide additional details about the nature of the error.");
@@ -201,7 +201,7 @@
201
201
  var CLIENT_REFERENCE_TAG = Symbol.for('react.client.reference');
202
202
  var SERVER_REFERENCE_TAG = Symbol.for('react.server.reference');
203
203
  function getClientReferenceKey(reference) {
204
- return reference.filepath + '#' + reference.name + (reference.async ? '#async' : '');
204
+ return reference.$$async ? reference.$$id + '#async' : reference.$$id;
205
205
  }
206
206
  function isClientReference(reference) {
207
207
  return reference.$$typeof === CLIENT_REFERENCE_TAG;
@@ -210,9 +210,9 @@
210
210
  return reference.$$typeof === SERVER_REFERENCE_TAG;
211
211
  }
212
212
  function resolveClientReferenceMetadata(config, clientReference) {
213
- var resolvedModuleData = config[clientReference.filepath][clientReference.name];
213
+ var resolvedModuleData = config[clientReference.$$id];
214
214
 
215
- if (clientReference.async) {
215
+ if (clientReference.$$async) {
216
216
  return {
217
217
  id: resolvedModuleData.id,
218
218
  chunks: resolvedModuleData.chunks,
@@ -225,8 +225,7 @@
225
225
  }
226
226
  function resolveServerReferenceMetadata(config, serverReference) {
227
227
  return {
228
- id: serverReference.$$filepath,
229
- name: serverReference.$$name,
228
+ id: serverReference.$$id,
230
229
  bound: Promise.resolve(serverReference.$$bound)
231
230
  };
232
231
  }
@@ -246,6 +245,21 @@
246
245
  var REACT_LAZY_TYPE = Symbol.for('react.lazy');
247
246
  var REACT_SERVER_CONTEXT_DEFAULT_VALUE_NOT_LOADED = Symbol.for('react.default_value');
248
247
  var REACT_MEMO_CACHE_SENTINEL = Symbol.for('react.memo_cache_sentinel');
248
+ var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
249
+ var FAUX_ITERATOR_SYMBOL = '@@iterator';
250
+ function getIteratorFn(maybeIterable) {
251
+ if (maybeIterable === null || typeof maybeIterable !== 'object') {
252
+ return null;
253
+ }
254
+
255
+ var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];
256
+
257
+ if (typeof maybeIterator === 'function') {
258
+ return maybeIterator;
259
+ }
260
+
261
+ return null;
262
+ }
249
263
 
250
264
  // It is handled by React separately and shouldn't be written to the DOM.
251
265
 
@@ -547,7 +561,7 @@
547
561
  // Run `yarn generate-inline-fizz-runtime` to generate.
548
562
  var clientRenderBoundary = '$RX=function(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};';
549
563
  var completeBoundary = '$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};';
550
- var completeBoundaryWithStyles = '$RM=new Map;\n$RR=function(p,q,w){function r(l){this.s=l}for(var t=$RC,m=$RM,u=new Map,n=new Map,g=document,h,e,f=g.querySelectorAll("template[data-precedence]"),c=0;e=f[c++];){for(var b=e.content.firstChild;b;b=b.nextSibling)u.set(b.getAttribute("data-href"),b);e.parentNode.removeChild(e)}f=g.querySelectorAll("link[data-precedence],style[data-precedence]");for(c=0;e=f[c++];)m.set(e.getAttribute("STYLE"===e.nodeName?"data-href":"href"),e),n.set(e.dataset.precedence,h=e);e=0;f=[];for(var d,\nv,a;d=w[e++];){var k=0;b=d[k++];if(!(a=m.get(b))){if(a=u.get(b))c=a.getAttribute("data-precedence");else{a=g.createElement("link");a.href=b;a.rel="stylesheet";for(a.dataset.precedence=c=d[k++];v=d[k++];)a.setAttribute(v,d[k++]);d=a._p=new Promise(function(l,x){a.onload=l;a.onerror=x});d.then(r.bind(d,"l"),r.bind(d,"e"))}m.set(b,a);b=n.get(c)||h;b===h&&(h=a);n.set(c,a);b?b.parentNode.insertBefore(a,b.nextSibling):(c=g.head,c.insertBefore(a,c.firstChild))}d=a._p;c=a.getAttribute("media");!d||"l"===\nd.s||c&&!matchMedia(c).matches||f.push(d)}Promise.all(f).then(t.bind(null,p,q,""),t.bind(null,p,q,"Resource failed to load"))};';
564
+ var completeBoundaryWithStyles = '$RM=new Map;\n$RR=function(t,u,y){function v(n){this.s=n}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var f=y[b++];if(!f){k=!1;b=0;continue}var c=!1,m=0;var e=f[m++];if(a=p.get(e)){var d=a._p;c=!0}else{a=r.createElement("link");a.href=e;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];d=f[m++];)a.setAttribute(d,f[m++]);d=a._p=new Promise(function(n,z){a.onload=n;a.onerror=z});d.then(v.bind(d,"l"),v.bind(d,"e"));p.set(e,a)}e=a.getAttribute("media");!d||"l"===d.s||e&&!matchMedia(e).matches||h.push(d);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,\nt,u,""),w.bind(null,t,u,"Resource failed to load"))};';
551
565
  var completeSegment = '$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};';
552
566
 
553
567
  stringToPrecomputedChunk('"></template>');
@@ -647,11 +661,16 @@
647
661
  stringToPrecomputedChunk('" data-msg="');
648
662
  stringToPrecomputedChunk('" data-stck="');
649
663
 
650
- stringToPrecomputedChunk('<template data-precedence="">');
651
- stringToPrecomputedChunk('</template>'); // Tracks whether we wrote any late style tags. We use this to determine
652
- stringToPrecomputedChunk('<style data-precedence="');
653
- stringToPrecomputedChunk('"></style>');
664
+ stringToPrecomputedChunk('<style media="not all" data-precedence="');
665
+ stringToPrecomputedChunk('" data-href="');
666
+ stringToPrecomputedChunk('">');
667
+ stringToPrecomputedChunk('</style>'); // Tracks whether the boundary currently flushing is flushign style tags or has any
654
668
 
669
+ stringToPrecomputedChunk('<style data-precedence="');
670
+ stringToPrecomputedChunk('" data-href="');
671
+ stringToPrecomputedChunk(' ');
672
+ stringToPrecomputedChunk('">');
673
+ stringToPrecomputedChunk('</style>');
655
674
  stringToPrecomputedChunk('[');
656
675
  stringToPrecomputedChunk(',[');
657
676
  stringToPrecomputedChunk(',');
@@ -1268,7 +1287,8 @@
1268
1287
  newTask.model = value;
1269
1288
  pingTask(request, newTask);
1270
1289
  }, function (reason) {
1271
- // TODO: Is it safe to directly emit these without being inside a retry?
1290
+ newTask.status = ERRORED; // TODO: We should ideally do this inside performWork so it's scheduled
1291
+
1272
1292
  var digest = logRecoverableError(request, reason);
1273
1293
 
1274
1294
  {
@@ -1278,6 +1298,10 @@
1278
1298
 
1279
1299
  emitErrorChunkDev(request, newTask.id, digest, _message, _stack);
1280
1300
  }
1301
+
1302
+ if (request.destination !== null) {
1303
+ flushCompletedChunks(request, request.destination);
1304
+ }
1281
1305
  });
1282
1306
  return newTask.id;
1283
1307
  }
@@ -2031,6 +2055,14 @@
2031
2055
  return undefined;
2032
2056
  }
2033
2057
 
2058
+ if (!isArray(value)) {
2059
+ var iteratorFn = getIteratorFn(value);
2060
+
2061
+ if (iteratorFn) {
2062
+ return Array.from(value);
2063
+ }
2064
+ }
2065
+
2034
2066
  {
2035
2067
  if (value !== null && !isArray(value)) {
2036
2068
  // Verify that this is a simple plain object.
@@ -7,46 +7,46 @@
7
7
  * This source code is licensed under the MIT license found in the
8
8
  * LICENSE file in the root directory of this source tree.
9
9
  */
10
- (function(){'use strict';(function(A,B){"object"===typeof exports&&"undefined"!==typeof module?B(exports,require("react")):"function"===typeof define&&define.amd?define(["exports","react"],B):(A="undefined"!==typeof globalThis?globalThis:A||self,B(A.ReactServerDOMServer={},A.React))})(this,function(A,B){function P(a,b){if(0!==b.length)if(512<b.length)0<p&&(a.enqueue(new Uint8Array(q.buffer,0,p)),q=new Uint8Array(512),p=0),a.enqueue(b);else{var c=q.length-p;c<b.length&&(0===c?a.enqueue(q):(q.set(b.subarray(0,
11
- c),p),a.enqueue(q),b=b.subarray(c)),q=new Uint8Array(512),p=0);q.set(b,p);p+=b.length}return!0}function f(a){return D.encode(a)}function ja(a,b){"function"===typeof a.error?a.error(b):a.close()}function ka(a,b,c){a=I(c,a.toJSON);b=b.toString(16)+":"+a+"\n";return D.encode(b)}function Q(a,b,c){a=I(c);b=b.toString(16)+":"+a+"\n";return D.encode(b)}function m(a,b,c,d,e,g,h){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=
12
- a;this.type=b;this.sanitizeURL=g;this.removeEmptyString=h}function J(a,b){if(a!==b){a.context._currentValue=a.parentValue;a=a.parent;var c=b.parent;if(null===a){if(null!==c)throw Error("The stacks must reach the root at the same time. This is a bug in React.");}else{if(null===c)throw Error("The stacks must reach the root at the same time. This is a bug in React.");J(a,c);b.context._currentValue=b.value}}}function la(a){a.context._currentValue=a.parentValue;a=a.parent;null!==a&&la(a)}function ma(a){var b=
13
- a.parent;null!==b&&ma(b);a.context._currentValue=a.value}function na(a,b){a.context._currentValue=a.parentValue;a=a.parent;if(null===a)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");a.depth===b.depth?J(a,b):na(a,b)}function oa(a,b){var c=b.parent;if(null===c)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");a.depth===c.depth?J(a,c):oa(a,c);b.context._currentValue=b.value}function R(a){var b=
14
- t;b!==a&&(null===b?ma(a):null===a?la(b):b.depth===a.depth?J(b,a):b.depth>a.depth?na(b,a):oa(b,a),t=a)}function pa(a,b){var c=a._currentValue;a._currentValue=b;var d=t;return t=a={parent:d,depth:null===d?0:d.depth+1,context:a,parentValue:c,value:b}}function qa(){}function Fa(a,b,c){c=a[c];void 0===c?a.push(b):c!==b&&(b.then(qa,qa),b=c);switch(b.status){case "fulfilled":return b.value;case "rejected":throw b.reason;default:if("string"!==typeof b.status)switch(a=b,a.status="pending",a.then(function(d){if("pending"===
15
- b.status){var e=b;e.status="fulfilled";e.value=d}},function(d){if("pending"===b.status){var e=b;e.status="rejected";e.reason=d}}),b.status){case "fulfilled":return b.value;case "rejected":throw b.reason;}K=b;throw S;}}function ra(){if(null===K)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var a=K;K=null;return a}function sa(){var a=w;w=null;return a}function ta(a){return a._currentValue}function r(){throw Error("This Hook is not supported in Server Components.");
16
- }function Ga(){throw Error("Refreshing the cache is not supported in Server Components.");}function T(){return(new AbortController).signal}function Ha(a){console.error(a)}function Ia(a,b,c,d,e){if(null!==U.current&&U.current!==ua)throw Error("Currently React only supports one RSC renderer at a time.");U.current=ua;var g=new Set,h=[],k={status:0,fatalError:null,destination:null,bundlerConfig:b,cache:new Map,nextChunkId:0,pendingChunks:0,abortableTasks:g,pingedTasks:h,completedImportChunks:[],completedJSONChunks:[],
17
- completedErrorChunks:[],writtenSymbols:new Map,writtenClientReferences:new Map,writtenServerReferences:new Map,writtenProviders:new Map,identifierPrefix:e||"",identifierCount:1,onError:void 0===c?Ha:c,toJSON:function(l,v){return Ja(k,this,l,v)}};k.pendingChunks++;b=Ka(d);a=V(k,a,b,g);h.push(a);return k}function La(a,b){a.pendingChunks++;var c=V(a,null,t,a.abortableTasks);switch(b.status){case "fulfilled":return c.model=b.value,W(a,c),c.id;case "rejected":var d=u(a,b.reason);C(a,c.id,d);return c.id;
18
- default:"string"!==typeof b.status&&(b.status="pending",b.then(function(e){"pending"===b.status&&(b.status="fulfilled",b.value=e)},function(e){"pending"===b.status&&(b.status="rejected",b.reason=e)}))}b.then(function(e){c.model=e;W(a,c)},function(e){e=u(a,e);C(a,c.id,e)});return c.id}function Ma(a){if("fulfilled"===a.status)return a.value;if("rejected"===a.status)throw a.reason;throw a;}function Na(a){switch(a.status){case "fulfilled":case "rejected":break;default:"string"!==typeof a.status&&(a.status=
19
- "pending",a.then(function(b){"pending"===a.status&&(a.status="fulfilled",a.value=b)},function(b){"pending"===a.status&&(a.status="rejected",a.reason=b)}))}return{$$typeof:E,_payload:a,_init:Ma}}function F(a,b,c,d,e,g){if(null!==d&&void 0!==d)throw Error("Refs cannot be used in Server Components, nor passed to Client Components.");if("function"===typeof b){if(b.$$typeof===L)return[n,b,c,e];M=0;w=g;e=b(e);return"object"===typeof e&&null!==e&&"function"===typeof e.then?"fulfilled"===e.status?e.value:
20
- Na(e):e}if("string"===typeof b)return[n,b,c,e];if("symbol"===typeof b)return b===Oa?e.children:[n,b,c,e];if(null!=b&&"object"===typeof b){if(b.$$typeof===L)return[n,b,c,e];switch(b.$$typeof){case E:var h=b._init;b=h(b._payload);return F(a,b,c,d,e,g);case va:return a=b.render,M=0,w=g,a(e,void 0);case wa:return F(a,b.type,c,d,e,g);case xa:return pa(b._context,e.value),[n,b,c,{value:e.value,children:e.children,__pop:ya}]}}throw Error("Unsupported Server Component type: "+X(b));}function W(a,b){var c=
21
- a.pingedTasks;c.push(b);1===c.length&&za(a)}function V(a,b,c,d){var e={id:a.nextChunkId++,status:0,model:b,context:c,ping:function(){return W(a,e)},thenableState:null};d.add(e);return e}function Aa(a,b,c,d){var e=d.filepath+"#"+d.name+(d.async?"#async":""),g=a.writtenClientReferences,h=g.get(e);if(void 0!==h)return b[0]===n&&"1"===c?"$L"+h.toString(16):"$"+h.toString(16);try{var k=a.bundlerConfig[d.filepath][d.name];var l=d.async?{id:k.id,chunks:k.chunks,name:k.name,async:!0}:k;a.pendingChunks++;
22
- var v=a.nextChunkId++,Y=I(l),x=v.toString(16)+":I"+Y+"\n";var N=D.encode(x);a.completedImportChunks.push(N);g.set(e,v);return b[0]===n&&"1"===c?"$L"+v.toString(16):"$"+v.toString(16)}catch(Z){return a.pendingChunks++,b=a.nextChunkId++,c=u(a,Z),C(a,b,c),"$"+b.toString(16)}}function Ba(a){return Object.prototype.toString.call(a).replace(/^\[object (.*)\]$/,function(b,c){return c})}function X(a){switch(typeof a){case "string":return JSON.stringify(10>=a.length?a:a.substr(0,10)+"...");case "object":if(Ca(a))return"[...]";
23
- a=Ba(a);return"Object"===a?"{...}":a;case "function":return"function";default:return String(a)}}function O(a){if("string"===typeof a)return a;switch(a){case Pa:return"Suspense";case Qa:return"SuspenseList"}if("object"===typeof a)switch(a.$$typeof){case va:return O(a.render);case wa:return O(a.type);case E:var b=a._payload;a=a._init;try{return O(a(b))}catch(c){}}return""}function y(a,b){var c=Ba(a);if("Object"!==c&&"Array"!==c)return c;c=-1;var d=0;if(Ca(a)){var e="[";for(var g=0;g<a.length;g++){0<
24
- g&&(e+=", ");var h=a[g];h="object"===typeof h&&null!==h?y(h):X(h);""+g===b?(c=e.length,d=h.length,e+=h):e=10>h.length&&40>e.length+h.length?e+h:e+"..."}e+="]"}else if(a.$$typeof===n)e="<"+O(a.type)+"/>";else{e="{";g=Object.keys(a);for(h=0;h<g.length;h++){0<h&&(e+=", ");var k=g[h],l=JSON.stringify(k);e+=('"'+k+'"'===l?k:l)+": ";l=a[k];l="object"===typeof l&&null!==l?y(l):X(l);k===b?(c=e.length,d=l.length,e+=l):e=10>l.length&&40>e.length+l.length?e+l:e+"..."}e+="}"}return void 0===b?e:-1<c&&0<d?(a=
25
- " ".repeat(c)+"^".repeat(d),"\n "+e+"\n "+a):"\n "+e}function Ja(a,b,c,d){switch(d){case n:return"$"}for(;"object"===typeof d&&null!==d&&(d.$$typeof===n||d.$$typeof===E);)try{switch(d.$$typeof){case n:var e=d;d=F(a,e.type,e.key,e.ref,e.props,null);break;case E:var g=d._init;d=g(d._payload)}}catch(h){c=h===S?ra():h;if("object"===typeof c&&null!==c&&"function"===typeof c.then)return a.pendingChunks++,a=V(a,d,t,a.abortableTasks),d=a.ping,c.then(d,d),a.thenableState=sa(),"$L"+a.id.toString(16);a.pendingChunks++;
26
- d=a.nextChunkId++;c=u(a,c);C(a,d,c);return"$L"+d.toString(16)}if(null===d)return null;if("object"===typeof d){if(d.$$typeof===L)return Aa(a,b,c,d);if("function"===typeof d.then)return"$@"+La(a,d).toString(16);if(d.$$typeof===xa)return d=d._context._globalName,b=a.writtenProviders,c=b.get(c),void 0===c&&(a.pendingChunks++,c=a.nextChunkId++,b.set(d,c),d=Q(a,c,"$P"+d),a.completedJSONChunks.push(d)),"$"+c.toString(16);if(d===ya){a=t;if(null===a)throw Error("Tried to pop a Context at the root of the app. This is a bug in React.");
27
- d=a.parentValue;a.context._currentValue=d===Da?a.context._defaultValue:d;t=a.parent;return}return d}if("string"===typeof d)return a="$"===d[0]?"$"+d:d,a;if("boolean"===typeof d||"number"===typeof d||"undefined"===typeof d)return d;if("function"===typeof d){if(d.$$typeof===L)return Aa(a,b,c,d);if(d.$$typeof===Ra)return c=a.writtenServerReferences,b=c.get(d),void 0!==b?a="$F"+b.toString(16):(e={id:d.$$filepath,name:d.$$name,bound:Promise.resolve(d.$$bound)},a.pendingChunks++,b=a.nextChunkId++,e=ka(a,
28
- b,e),a.completedJSONChunks.push(e),c.set(d,b),a="$F"+b.toString(16)),a;if(/^on[A-Z]/.test(c))throw Error("Event handlers cannot be passed to Client Component props."+y(b,c)+"\nIf you need interactivity, consider converting part of this to a Client Component.");throw Error('Functions cannot be passed directly to Client Components unless you explicitly expose it by marking it with "use server".'+y(b,c));}if("symbol"===typeof d){e=a.writtenSymbols;g=e.get(d);if(void 0!==g)return"$"+g.toString(16);g=
29
- d.description;if(Symbol.for(g)!==d)throw Error("Only global symbols received from Symbol.for(...) can be passed to Client Components. The symbol Symbol.for("+(d.description+") cannot be found among global symbols.")+y(b,c));a.pendingChunks++;c=a.nextChunkId++;b=Q(a,c,"$S"+g);a.completedImportChunks.push(b);e.set(d,c);return"$"+c.toString(16)}if("bigint"===typeof d)throw Error("BigInt ("+d+") is not yet supported in Client Component props."+y(b,c));throw Error("Type "+typeof d+" is not supported in Client Component props."+
30
- y(b,c));}function u(a,b){a=a.onError;b=a(b);if(null!=b&&"string"!==typeof b)throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof b+'" instead');return b||""}function aa(a,b){null!==a.destination?(a.status=2,ja(a.destination,b)):(a.status=1,a.fatalError=b)}function C(a,b,c){c={digest:c};b=b.toString(16)+":E"+I(c)+"\n";b=D.encode(b);a.completedErrorChunks.push(b)}
31
- function za(a){var b=ba.current,c=z;ba.current=Sa;z=a.cache;G=a;try{var d=a.pingedTasks;a.pingedTasks=[];for(var e=0;e<d.length;e++){var g=d[e];var h=a;if(0===g.status){R(g.context);try{var k=g.model;if("object"===typeof k&&null!==k&&k.$$typeof===n){var l=k,v=g.thenableState;g.model=k;k=F(h,l.type,l.key,l.ref,l.props,v);for(g.thenableState=null;"object"===typeof k&&null!==k&&k.$$typeof===n;)l=k,g.model=k,k=F(h,l.type,l.key,l.ref,l.props,null)}var Y=ka(h,g.id,k);h.completedJSONChunks.push(Y);h.abortableTasks.delete(g);
32
- g.status=1}catch(H){var x=H===S?ra():H;if("object"===typeof x&&null!==x&&"function"===typeof x.then){var N=g.ping;x.then(N,N);g.thenableState=sa()}else{h.abortableTasks.delete(g);g.status=4;var Z=u(h,x);C(h,g.id,Z)}}}}null!==a.destination&&ca(a,a.destination)}catch(H){u(a,H),aa(a,H)}finally{ba.current=b,z=c,G=null}}function ca(a,b){q=new Uint8Array(512);p=0;try{for(var c=a.completedImportChunks,d=0;d<c.length;d++)a.pendingChunks--,P(b,c[d]);c.splice(0,d);var e=a.completedJSONChunks;for(d=0;d<e.length;d++)a.pendingChunks--,
33
- P(b,e[d]);e.splice(0,d);var g=a.completedErrorChunks;for(d=0;d<g.length;d++)a.pendingChunks--,P(b,g[d]);g.splice(0,d)}finally{q&&0<p&&(b.enqueue(new Uint8Array(q.buffer,0,p)),q=null,p=0)}0===a.pendingChunks&&b.close()}function Ea(a,b){try{var c=a.abortableTasks;if(0<c.size){var d=u(a,void 0===b?Error("The render was aborted by the server without a reason."):b);a.pendingChunks++;var e=a.nextChunkId++;C(a,e,d);c.forEach(function(g){g.status=3;var h="$"+e.toString(16);g=Q(a,g.id,h);a.completedErrorChunks.push(g)});
34
- c.clear()}null!==a.destination&&ca(a,a.destination)}catch(g){u(a,g),aa(a,g)}}function Ka(a){if(a){var b=t;R(null);for(var c=0;c<a.length;c++){var d=a[c],e=d[0];d=d[1];da[e]||(da[e]=B.createServerContext(e,Da));pa(da[e],d)}a=t;R(b);return a}return null}var q=null,p=0,D=new TextEncoder,I=JSON.stringify,L=Symbol.for("react.client.reference"),Ra=Symbol.for("react.server.reference"),n=Symbol.for("react.element"),Oa=Symbol.for("react.fragment"),xa=Symbol.for("react.provider"),Ta=Symbol.for("react.server_context"),
35
- va=Symbol.for("react.forward_ref"),Pa=Symbol.for("react.suspense"),Qa=Symbol.for("react.suspense_list"),wa=Symbol.for("react.memo"),E=Symbol.for("react.lazy"),Da=Symbol.for("react.default_value"),Ua=Symbol.for("react.memo_cache_sentinel");"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(a){new m(a,0,!1,a,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor",
36
- "for"],["httpEquiv","http-equiv"]].forEach(function(a){new m(a[0],1,!1,a[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(a){new m(a,2,!1,a.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(a){new m(a,2,!1,a,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(a){new m(a,
37
- 3,!1,a.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(a){new m(a,3,!0,a,null,!1,!1)});["capture","download"].forEach(function(a){new m(a,4,!1,a,null,!1,!1)});["cols","rows","size","span"].forEach(function(a){new m(a,6,!1,a,null,!1,!1)});["rowSpan","start"].forEach(function(a){new m(a,5,!1,a.toLowerCase(),null,!1,!1)});var ea=/[\-:]([a-z])/g,fa=function(a){return a[1].toUpperCase()};"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering transform-origin underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(a){var b=
38
- a.replace(ea,fa);new m(b,1,!1,a,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(a){var b=a.replace(ea,fa);new m(b,1,!1,a,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(a){var b=a.replace(ea,fa);new m(b,1,!1,a,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(a){new m(a,1,!1,a.toLowerCase(),null,!1,!1)});new m("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",
39
- !0,!1);["src","href","action","formAction"].forEach(function(a){new m(a,1,!1,a.toLowerCase(),null,!0,!0)});var ha={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,
40
- fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Va=["Webkit","ms","Moz","O"];Object.keys(ha).forEach(function(a){Va.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);ha[b]=ha[a]})});var Ca=Array.isArray;f('"></template>');f("<script>");f("\x3c/script>");f('<script src="');f('<script type="module" src="');
10
+ (function(){'use strict';(function(A,B){"object"===typeof exports&&"undefined"!==typeof module?B(exports,require("react")):"function"===typeof define&&define.amd?define(["exports","react"],B):(A="undefined"!==typeof globalThis?globalThis:A||self,B(A.ReactServerDOMServer={},A.React))})(this,function(A,B){function Q(a,b){if(0!==b.length)if(512<b.length)0<p&&(a.enqueue(new Uint8Array(q.buffer,0,p)),q=new Uint8Array(512),p=0),a.enqueue(b);else{var c=q.length-p;c<b.length&&(0===c?a.enqueue(q):(q.set(b.subarray(0,
11
+ c),p),a.enqueue(q),b=b.subarray(c)),q=new Uint8Array(512),p=0);q.set(b,p);p+=b.length}return!0}function f(a){return D.encode(a)}function ka(a,b){"function"===typeof a.error?a.error(b):a.close()}function la(a,b,c){a=I(c,a.toJSON);b=b.toString(16)+":"+a+"\n";return D.encode(b)}function R(a,b,c){a=I(c);b=b.toString(16)+":"+a+"\n";return D.encode(b)}function m(a,b,c,d,e,g,h){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=
12
+ a;this.type=b;this.sanitizeURL=g;this.removeEmptyString=h}function J(a,b){if(a!==b){a.context._currentValue=a.parentValue;a=a.parent;var c=b.parent;if(null===a){if(null!==c)throw Error("The stacks must reach the root at the same time. This is a bug in React.");}else{if(null===c)throw Error("The stacks must reach the root at the same time. This is a bug in React.");J(a,c);b.context._currentValue=b.value}}}function ma(a){a.context._currentValue=a.parentValue;a=a.parent;null!==a&&ma(a)}function na(a){var b=
13
+ a.parent;null!==b&&na(b);a.context._currentValue=a.value}function oa(a,b){a.context._currentValue=a.parentValue;a=a.parent;if(null===a)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");a.depth===b.depth?J(a,b):oa(a,b)}function pa(a,b){var c=b.parent;if(null===c)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");a.depth===c.depth?J(a,c):pa(a,c);b.context._currentValue=b.value}function S(a){var b=
14
+ t;b!==a&&(null===b?na(a):null===a?ma(b):b.depth===a.depth?J(b,a):b.depth>a.depth?oa(b,a):pa(b,a),t=a)}function qa(a,b){var c=a._currentValue;a._currentValue=b;var d=t;return t=a={parent:d,depth:null===d?0:d.depth+1,context:a,parentValue:c,value:b}}function ra(){}function Ga(a,b,c){c=a[c];void 0===c?a.push(b):c!==b&&(b.then(ra,ra),b=c);switch(b.status){case "fulfilled":return b.value;case "rejected":throw b.reason;default:if("string"!==typeof b.status)switch(a=b,a.status="pending",a.then(function(d){if("pending"===
15
+ b.status){var e=b;e.status="fulfilled";e.value=d}},function(d){if("pending"===b.status){var e=b;e.status="rejected";e.reason=d}}),b.status){case "fulfilled":return b.value;case "rejected":throw b.reason;}K=b;throw T;}}function sa(){if(null===K)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var a=K;K=null;return a}function ta(){var a=w;w=null;return a}function ua(a){return a._currentValue}function r(){throw Error("This Hook is not supported in Server Components.");
16
+ }function Ha(){throw Error("Refreshing the cache is not supported in Server Components.");}function U(){return(new AbortController).signal}function Ia(a){console.error(a)}function Ja(a,b,c,d,e){if(null!==V.current&&V.current!==va)throw Error("Currently React only supports one RSC renderer at a time.");V.current=va;var g=new Set,h=[],k={status:0,fatalError:null,destination:null,bundlerConfig:b,cache:new Map,nextChunkId:0,pendingChunks:0,abortableTasks:g,pingedTasks:h,completedImportChunks:[],completedJSONChunks:[],
17
+ completedErrorChunks:[],writtenSymbols:new Map,writtenClientReferences:new Map,writtenServerReferences:new Map,writtenProviders:new Map,identifierPrefix:e||"",identifierCount:1,onError:void 0===c?Ia:c,toJSON:function(l,v){return Ka(k,this,l,v)}};k.pendingChunks++;b=La(d);a=W(k,a,b,g);h.push(a);return k}function Ma(a,b){a.pendingChunks++;var c=W(a,null,t,a.abortableTasks);switch(b.status){case "fulfilled":return c.model=b.value,X(a,c),c.id;case "rejected":var d=u(a,b.reason);C(a,c.id,d);return c.id;
18
+ default:"string"!==typeof b.status&&(b.status="pending",b.then(function(e){"pending"===b.status&&(b.status="fulfilled",b.value=e)},function(e){"pending"===b.status&&(b.status="rejected",b.reason=e)}))}b.then(function(e){c.model=e;X(a,c)},function(e){c.status=4;e=u(a,e);C(a,c.id,e);null!==a.destination&&L(a,a.destination)});return c.id}function Na(a){if("fulfilled"===a.status)return a.value;if("rejected"===a.status)throw a.reason;throw a;}function Oa(a){switch(a.status){case "fulfilled":case "rejected":break;
19
+ default:"string"!==typeof a.status&&(a.status="pending",a.then(function(b){"pending"===a.status&&(a.status="fulfilled",a.value=b)},function(b){"pending"===a.status&&(a.status="rejected",a.reason=b)}))}return{$$typeof:E,_payload:a,_init:Na}}function F(a,b,c,d,e,g){if(null!==d&&void 0!==d)throw Error("Refs cannot be used in Server Components, nor passed to Client Components.");if("function"===typeof b){if(b.$$typeof===M)return[n,b,c,e];N=0;w=g;e=b(e);return"object"===typeof e&&null!==e&&"function"===
20
+ typeof e.then?"fulfilled"===e.status?e.value:Oa(e):e}if("string"===typeof b)return[n,b,c,e];if("symbol"===typeof b)return b===Pa?e.children:[n,b,c,e];if(null!=b&&"object"===typeof b){if(b.$$typeof===M)return[n,b,c,e];switch(b.$$typeof){case E:var h=b._init;b=h(b._payload);return F(a,b,c,d,e,g);case wa:return a=b.render,N=0,w=g,a(e,void 0);case xa:return F(a,b.type,c,d,e,g);case ya:return qa(b._context,e.value),[n,b,c,{value:e.value,children:e.children,__pop:za}]}}throw Error("Unsupported Server Component type: "+
21
+ Y(b));}function X(a,b){var c=a.pingedTasks;c.push(b);1===c.length&&Aa(a)}function W(a,b,c,d){var e={id:a.nextChunkId++,status:0,model:b,context:c,ping:function(){return X(a,e)},thenableState:null};d.add(e);return e}function Ba(a,b,c,d){var e=d.$$async?d.$$id+"#async":d.$$id,g=a.writtenClientReferences,h=g.get(e);if(void 0!==h)return b[0]===n&&"1"===c?"$L"+h.toString(16):"$"+h.toString(16);try{var k=a.bundlerConfig[d.$$id];var l=d.$$async?{id:k.id,chunks:k.chunks,name:k.name,async:!0}:k;a.pendingChunks++;
22
+ var v=a.nextChunkId++,Z=I(l),x=v.toString(16)+":I"+Z+"\n";var O=D.encode(x);a.completedImportChunks.push(O);g.set(e,v);return b[0]===n&&"1"===c?"$L"+v.toString(16):"$"+v.toString(16)}catch(aa){return a.pendingChunks++,b=a.nextChunkId++,c=u(a,aa),C(a,b,c),"$"+b.toString(16)}}function Ca(a){return Object.prototype.toString.call(a).replace(/^\[object (.*)\]$/,function(b,c){return c})}function Y(a){switch(typeof a){case "string":return JSON.stringify(10>=a.length?a:a.substr(0,10)+"...");case "object":if(ba(a))return"[...]";
23
+ a=Ca(a);return"Object"===a?"{...}":a;case "function":return"function";default:return String(a)}}function P(a){if("string"===typeof a)return a;switch(a){case Qa:return"Suspense";case Ra:return"SuspenseList"}if("object"===typeof a)switch(a.$$typeof){case wa:return P(a.render);case xa:return P(a.type);case E:var b=a._payload;a=a._init;try{return P(a(b))}catch(c){}}return""}function y(a,b){var c=Ca(a);if("Object"!==c&&"Array"!==c)return c;c=-1;var d=0;if(ba(a)){var e="[";for(var g=0;g<a.length;g++){0<
24
+ g&&(e+=", ");var h=a[g];h="object"===typeof h&&null!==h?y(h):Y(h);""+g===b?(c=e.length,d=h.length,e+=h):e=10>h.length&&40>e.length+h.length?e+h:e+"..."}e+="]"}else if(a.$$typeof===n)e="<"+P(a.type)+"/>";else{e="{";g=Object.keys(a);for(h=0;h<g.length;h++){0<h&&(e+=", ");var k=g[h],l=JSON.stringify(k);e+=('"'+k+'"'===l?k:l)+": ";l=a[k];l="object"===typeof l&&null!==l?y(l):Y(l);k===b?(c=e.length,d=l.length,e+=l):e=10>l.length&&40>e.length+l.length?e+l:e+"..."}e+="}"}return void 0===b?e:-1<c&&0<d?(a=
25
+ " ".repeat(c)+"^".repeat(d),"\n "+e+"\n "+a):"\n "+e}function Ka(a,b,c,d){switch(d){case n:return"$"}for(;"object"===typeof d&&null!==d&&(d.$$typeof===n||d.$$typeof===E);)try{switch(d.$$typeof){case n:var e=d;d=F(a,e.type,e.key,e.ref,e.props,null);break;case E:var g=d._init;d=g(d._payload)}}catch(h){c=h===T?sa():h;if("object"===typeof c&&null!==c&&"function"===typeof c.then)return a.pendingChunks++,a=W(a,d,t,a.abortableTasks),d=a.ping,c.then(d,d),a.thenableState=ta(),"$L"+a.id.toString(16);a.pendingChunks++;
26
+ d=a.nextChunkId++;c=u(a,c);C(a,d,c);return"$L"+d.toString(16)}if(null===d)return null;if("object"===typeof d){if(d.$$typeof===M)return Ba(a,b,c,d);if("function"===typeof d.then)return"$@"+Ma(a,d).toString(16);if(d.$$typeof===ya)return d=d._context._globalName,b=a.writtenProviders,c=b.get(c),void 0===c&&(a.pendingChunks++,c=a.nextChunkId++,b.set(d,c),d=R(a,c,"$P"+d),a.completedJSONChunks.push(d)),"$"+c.toString(16);if(d===za){a=t;if(null===a)throw Error("Tried to pop a Context at the root of the app. This is a bug in React.");
27
+ d=a.parentValue;a.context._currentValue=d===Da?a.context._defaultValue:d;t=a.parent;return}return!ba(d)&&(null===d||"object"!==typeof d?a=null:(a=Ea&&d[Ea]||d["@@iterator"],a="function"===typeof a?a:null),a)?Array.from(d):d}if("string"===typeof d)return a="$"===d[0]?"$"+d:d,a;if("boolean"===typeof d||"number"===typeof d||"undefined"===typeof d)return d;if("function"===typeof d){if(d.$$typeof===M)return Ba(a,b,c,d);if(d.$$typeof===Sa)return c=a.writtenServerReferences,b=c.get(d),void 0!==b?a="$F"+
28
+ b.toString(16):(e={id:d.$$id,bound:Promise.resolve(d.$$bound)},a.pendingChunks++,b=a.nextChunkId++,e=la(a,b,e),a.completedJSONChunks.push(e),c.set(d,b),a="$F"+b.toString(16)),a;if(/^on[A-Z]/.test(c))throw Error("Event handlers cannot be passed to Client Component props."+y(b,c)+"\nIf you need interactivity, consider converting part of this to a Client Component.");throw Error('Functions cannot be passed directly to Client Components unless you explicitly expose it by marking it with "use server".'+
29
+ y(b,c));}if("symbol"===typeof d){e=a.writtenSymbols;g=e.get(d);if(void 0!==g)return"$"+g.toString(16);g=d.description;if(Symbol.for(g)!==d)throw Error("Only global symbols received from Symbol.for(...) can be passed to Client Components. The symbol Symbol.for("+(d.description+") cannot be found among global symbols.")+y(b,c));a.pendingChunks++;c=a.nextChunkId++;b=R(a,c,"$S"+g);a.completedImportChunks.push(b);e.set(d,c);return"$"+c.toString(16)}if("bigint"===typeof d)throw Error("BigInt ("+d+") is not yet supported in Client Component props."+
30
+ y(b,c));throw Error("Type "+typeof d+" is not supported in Client Component props."+y(b,c));}function u(a,b){a=a.onError;b=a(b);if(null!=b&&"string"!==typeof b)throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof b+'" instead');return b||""}function ca(a,b){null!==a.destination?(a.status=2,ka(a.destination,b)):(a.status=1,a.fatalError=b)}function C(a,
31
+ b,c){c={digest:c};b=b.toString(16)+":E"+I(c)+"\n";b=D.encode(b);a.completedErrorChunks.push(b)}function Aa(a){var b=da.current,c=z;da.current=Ta;z=a.cache;G=a;try{var d=a.pingedTasks;a.pingedTasks=[];for(var e=0;e<d.length;e++){var g=d[e];var h=a;if(0===g.status){S(g.context);try{var k=g.model;if("object"===typeof k&&null!==k&&k.$$typeof===n){var l=k,v=g.thenableState;g.model=k;k=F(h,l.type,l.key,l.ref,l.props,v);for(g.thenableState=null;"object"===typeof k&&null!==k&&k.$$typeof===n;)l=k,g.model=
32
+ k,k=F(h,l.type,l.key,l.ref,l.props,null)}var Z=la(h,g.id,k);h.completedJSONChunks.push(Z);h.abortableTasks.delete(g);g.status=1}catch(H){var x=H===T?sa():H;if("object"===typeof x&&null!==x&&"function"===typeof x.then){var O=g.ping;x.then(O,O);g.thenableState=ta()}else{h.abortableTasks.delete(g);g.status=4;var aa=u(h,x);C(h,g.id,aa)}}}}null!==a.destination&&L(a,a.destination)}catch(H){u(a,H),ca(a,H)}finally{da.current=b,z=c,G=null}}function L(a,b){q=new Uint8Array(512);p=0;try{for(var c=a.completedImportChunks,
33
+ d=0;d<c.length;d++)a.pendingChunks--,Q(b,c[d]);c.splice(0,d);var e=a.completedJSONChunks;for(d=0;d<e.length;d++)a.pendingChunks--,Q(b,e[d]);e.splice(0,d);var g=a.completedErrorChunks;for(d=0;d<g.length;d++)a.pendingChunks--,Q(b,g[d]);g.splice(0,d)}finally{q&&0<p&&(b.enqueue(new Uint8Array(q.buffer,0,p)),q=null,p=0)}0===a.pendingChunks&&b.close()}function Fa(a,b){try{var c=a.abortableTasks;if(0<c.size){var d=u(a,void 0===b?Error("The render was aborted by the server without a reason."):b);a.pendingChunks++;
34
+ var e=a.nextChunkId++;C(a,e,d);c.forEach(function(g){g.status=3;var h="$"+e.toString(16);g=R(a,g.id,h);a.completedErrorChunks.push(g)});c.clear()}null!==a.destination&&L(a,a.destination)}catch(g){u(a,g),ca(a,g)}}function La(a){if(a){var b=t;S(null);for(var c=0;c<a.length;c++){var d=a[c],e=d[0];d=d[1];ea[e]||(ea[e]=B.createServerContext(e,Da));qa(ea[e],d)}a=t;S(b);return a}return null}var q=null,p=0,D=new TextEncoder,I=JSON.stringify,M=Symbol.for("react.client.reference"),Sa=Symbol.for("react.server.reference"),
35
+ n=Symbol.for("react.element"),Pa=Symbol.for("react.fragment"),ya=Symbol.for("react.provider"),Ua=Symbol.for("react.server_context"),wa=Symbol.for("react.forward_ref"),Qa=Symbol.for("react.suspense"),Ra=Symbol.for("react.suspense_list"),xa=Symbol.for("react.memo"),E=Symbol.for("react.lazy"),Da=Symbol.for("react.default_value"),Va=Symbol.for("react.memo_cache_sentinel"),Ea=Symbol.iterator;"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(a){new m(a,
36
+ 0,!1,a,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(a){new m(a[0],1,!1,a[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(a){new m(a,2,!1,a.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(a){new m(a,2,!1,a,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(a){new m(a,
37
+ 3,!1,a.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(a){new m(a,3,!0,a,null,!1,!1)});["capture","download"].forEach(function(a){new m(a,4,!1,a,null,!1,!1)});["cols","rows","size","span"].forEach(function(a){new m(a,6,!1,a,null,!1,!1)});["rowSpan","start"].forEach(function(a){new m(a,5,!1,a.toLowerCase(),null,!1,!1)});var fa=/[\-:]([a-z])/g,ha=function(a){return a[1].toUpperCase()};"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering transform-origin underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(a){var b=
38
+ a.replace(fa,ha);new m(b,1,!1,a,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(a){var b=a.replace(fa,ha);new m(b,1,!1,a,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(a){var b=a.replace(fa,ha);new m(b,1,!1,a,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(a){new m(a,1,!1,a.toLowerCase(),null,!1,!1)});new m("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",
39
+ !0,!1);["src","href","action","formAction"].forEach(function(a){new m(a,1,!1,a.toLowerCase(),null,!0,!0)});var ia={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,
40
+ fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Wa=["Webkit","ms","Moz","O"];Object.keys(ia).forEach(function(a){Wa.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);ia[b]=ia[a]})});var ba=Array.isArray;f('"></template>');f("<script>");f("\x3c/script>");f('<script src="');f('<script type="module" src="');
41
41
  f('" integrity="');f('" async="">\x3c/script>');f("\x3c!-- --\x3e");f(' style="');f(":");f(";");f(" ");f('="');f('"');f('=""');f(">");f("/>");f(' selected=""');f("\n");f("<!DOCTYPE html>");f("</");f(">");f('<template id="');f('"></template>');f("\x3c!--$--\x3e");f('\x3c!--$?--\x3e<template id="');f('"></template>');f("\x3c!--$!--\x3e");f("\x3c!--/$--\x3e");f("<template");f('"');f(' data-dgst="');f(' data-msg="');f(' data-stck="');f("></template>");f('<div hidden id="');f('">');f("</div>");f('<svg aria-hidden="true" style="display:none" id="');
42
42
  f('">');f("</svg>");f('<math aria-hidden="true" style="display:none" id="');f('">');f("</math>");f('<table hidden id="');f('">');f("</table>");f('<table hidden><tbody id="');f('">');f("</tbody></table>");f('<table hidden><tr id="');f('">');f("</tr></table>");f('<table hidden><colgroup id="');f('">');f("</colgroup></table>");f('$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};;$RS("');
43
43
  f('$RS("');f('","');f('")\x3c/script>');f('<template data-rsi="" data-sid="');f('" data-pid="');f('$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("');
44
- f('$RC("');f('$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RM=new Map;\n$RR=function(p,q,w){function r(l){this.s=l}for(var t=$RC,m=$RM,u=new Map,n=new Map,g=document,h,e,f=g.querySelectorAll("template[data-precedence]"),c=0;e=f[c++];){for(var b=e.content.firstChild;b;b=b.nextSibling)u.set(b.getAttribute("data-href"),b);e.parentNode.removeChild(e)}f=g.querySelectorAll("link[data-precedence],style[data-precedence]");for(c=0;e=f[c++];)m.set(e.getAttribute("STYLE"===e.nodeName?"data-href":"href"),e),n.set(e.dataset.precedence,h=e);e=0;f=[];for(var d,\nv,a;d=w[e++];){var k=0;b=d[k++];if(!(a=m.get(b))){if(a=u.get(b))c=a.getAttribute("data-precedence");else{a=g.createElement("link");a.href=b;a.rel="stylesheet";for(a.dataset.precedence=c=d[k++];v=d[k++];)a.setAttribute(v,d[k++]);d=a._p=new Promise(function(l,x){a.onload=l;a.onerror=x});d.then(r.bind(d,"l"),r.bind(d,"e"))}m.set(b,a);b=n.get(c)||h;b===h&&(h=a);n.set(c,a);b?b.parentNode.insertBefore(a,b.nextSibling):(c=g.head,c.insertBefore(a,c.firstChild))}d=a._p;c=a.getAttribute("media");!d||"l"===\nd.s||c&&!matchMedia(c).matches||f.push(d)}Promise.all(f).then(t.bind(null,p,q,""),t.bind(null,p,q,"Resource failed to load"))};$RR("');
45
- f('$RM=new Map;\n$RR=function(p,q,w){function r(l){this.s=l}for(var t=$RC,m=$RM,u=new Map,n=new Map,g=document,h,e,f=g.querySelectorAll("template[data-precedence]"),c=0;e=f[c++];){for(var b=e.content.firstChild;b;b=b.nextSibling)u.set(b.getAttribute("data-href"),b);e.parentNode.removeChild(e)}f=g.querySelectorAll("link[data-precedence],style[data-precedence]");for(c=0;e=f[c++];)m.set(e.getAttribute("STYLE"===e.nodeName?"data-href":"href"),e),n.set(e.dataset.precedence,h=e);e=0;f=[];for(var d,\nv,a;d=w[e++];){var k=0;b=d[k++];if(!(a=m.get(b))){if(a=u.get(b))c=a.getAttribute("data-precedence");else{a=g.createElement("link");a.href=b;a.rel="stylesheet";for(a.dataset.precedence=c=d[k++];v=d[k++];)a.setAttribute(v,d[k++]);d=a._p=new Promise(function(l,x){a.onload=l;a.onerror=x});d.then(r.bind(d,"l"),r.bind(d,"e"))}m.set(b,a);b=n.get(c)||h;b===h&&(h=a);n.set(c,a);b?b.parentNode.insertBefore(a,b.nextSibling):(c=g.head,c.insertBefore(a,c.firstChild))}d=a._p;c=a.getAttribute("media");!d||"l"===\nd.s||c&&!matchMedia(c).matches||f.push(d)}Promise.all(f).then(t.bind(null,p,q,""),t.bind(null,p,q,"Resource failed to load"))};$RR("');
46
- f('$RR("');f('","');f('",');f('"');f(")\x3c/script>");f('<template data-rci="" data-bid="');f('<template data-rri="" data-bid="');f('" data-sid="');f('" data-sty="');f('$RX=function(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};;$RX("');f('$RX("');f('"');f(",");f(")\x3c/script>");f('<template data-rxi="" data-bid="');f('" data-dgst="');f('" data-msg="');f('" data-stck="');f('<template data-precedence="">');
47
- f("</template>");f('<style data-precedence="');f('"></style>');f("[");f(",[");f(",");f("]");var t=null,S=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`"),
48
- K=null,G=null,M=0,w=null,Sa={useMemo:function(a){return a()},useCallback:function(a){return a},useDebugValue:function(){},useDeferredValue:r,useTransition:r,readContext:ta,useContext:ta,useReducer:r,useRef:r,useState:r,useInsertionEffect:r,useLayoutEffect:r,useImperativeHandle:r,useEffect:r,useId:function(){if(null===G)throw Error("useId can only be used while React is rendering");var a=G.identifierCount++;return":"+G.identifierPrefix+"S"+a.toString(32)+":"},useMutableSource:r,useSyncExternalStore:r,
49
- useCacheRefresh:function(){return Ga},useMemoCache:function(a){for(var b=Array(a),c=0;c<a;c++)b[c]=Ua;return b},use:function(a){if(null!==a&&"object"===typeof a||"function"===typeof a){if("function"===typeof a.then){var b=M;M+=1;null===w&&(w=[]);return Fa(w,a,b)}if(a.$$typeof===Ta)return a._currentValue}throw Error("An unsupported type was passed to use(): "+String(a));}},ua={getCacheSignal:function(){var a=z?z:new Map,b=a.get(T);void 0===b&&(b=T(),a.set(T,b));return b},getCacheForType:function(a){var b=
50
- z?z:new Map,c=b.get(a);void 0===c&&(c=a(),b.set(a,c));return c}},z=null,ia=B.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,da=ia.ContextRegistry,ba=ia.ReactCurrentDispatcher,U=ia.ReactCurrentCache,ya={};A.renderToReadableStream=function(a,b,c){var d=Ia(a,b,c?c.onError:void 0,c?c.context:void 0,c?c.identifierPrefix:void 0);if(c&&c.signal){var e=c.signal;if(e.aborted)Ea(d,e.reason);else{var g=function(){Ea(d,e.reason);e.removeEventListener("abort",g)};e.addEventListener("abort",g)}}return new ReadableStream({type:"bytes",
51
- start:function(h){za(d)},pull:function(h){if(1===d.status)d.status=2,ja(h,d.fatalError);else if(2!==d.status&&null===d.destination){d.destination=h;try{ca(d,h)}catch(k){u(d,k),aa(d,k)}}},cancel:function(h){}},{highWaterMark:0})}});
44
+ f('$RC("');f('$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RM=new Map;\n$RR=function(t,u,y){function v(n){this.s=n}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var f=y[b++];if(!f){k=!1;b=0;continue}var c=!1,m=0;var e=f[m++];if(a=p.get(e)){var d=a._p;c=!0}else{a=r.createElement("link");a.href=e;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];d=f[m++];)a.setAttribute(d,f[m++]);d=a._p=new Promise(function(n,z){a.onload=n;a.onerror=z});d.then(v.bind(d,"l"),v.bind(d,"e"));p.set(e,a)}e=a.getAttribute("media");!d||"l"===d.s||e&&!matchMedia(e).matches||h.push(d);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,\nt,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("');
45
+ f('$RM=new Map;\n$RR=function(t,u,y){function v(n){this.s=n}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var f=y[b++];if(!f){k=!1;b=0;continue}var c=!1,m=0;var e=f[m++];if(a=p.get(e)){var d=a._p;c=!0}else{a=r.createElement("link");a.href=e;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];d=f[m++];)a.setAttribute(d,f[m++]);d=a._p=new Promise(function(n,z){a.onload=n;a.onerror=z});d.then(v.bind(d,"l"),v.bind(d,"e"));p.set(e,a)}e=a.getAttribute("media");!d||"l"===d.s||e&&!matchMedia(e).matches||h.push(d);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,\nt,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("');
46
+ f('$RR("');f('","');f('",');f('"');f(")\x3c/script>");f('<template data-rci="" data-bid="');f('<template data-rri="" data-bid="');f('" data-sid="');f('" data-sty="');f('$RX=function(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};;$RX("');f('$RX("');f('"');f(",");f(")\x3c/script>");f('<template data-rxi="" data-bid="');f('" data-dgst="');f('" data-msg="');f('" data-stck="');f('<style media="not all" data-precedence="');
47
+ f('" data-href="');f('">');f("</style>");f('<style data-precedence="');f('" data-href="');f(" ");f('">');f("</style>");f("[");f(",[");f(",");f("]");var t=null,T=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`"),
48
+ K=null,G=null,N=0,w=null,Ta={useMemo:function(a){return a()},useCallback:function(a){return a},useDebugValue:function(){},useDeferredValue:r,useTransition:r,readContext:ua,useContext:ua,useReducer:r,useRef:r,useState:r,useInsertionEffect:r,useLayoutEffect:r,useImperativeHandle:r,useEffect:r,useId:function(){if(null===G)throw Error("useId can only be used while React is rendering");var a=G.identifierCount++;return":"+G.identifierPrefix+"S"+a.toString(32)+":"},useMutableSource:r,useSyncExternalStore:r,
49
+ useCacheRefresh:function(){return Ha},useMemoCache:function(a){for(var b=Array(a),c=0;c<a;c++)b[c]=Va;return b},use:function(a){if(null!==a&&"object"===typeof a||"function"===typeof a){if("function"===typeof a.then){var b=N;N+=1;null===w&&(w=[]);return Ga(w,a,b)}if(a.$$typeof===Ua)return a._currentValue}throw Error("An unsupported type was passed to use(): "+String(a));}},va={getCacheSignal:function(){var a=z?z:new Map,b=a.get(U);void 0===b&&(b=U(),a.set(U,b));return b},getCacheForType:function(a){var b=
50
+ z?z:new Map,c=b.get(a);void 0===c&&(c=a(),b.set(a,c));return c}},z=null,ja=B.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,ea=ja.ContextRegistry,da=ja.ReactCurrentDispatcher,V=ja.ReactCurrentCache,za={};A.renderToReadableStream=function(a,b,c){var d=Ja(a,b,c?c.onError:void 0,c?c.context:void 0,c?c.identifierPrefix:void 0);if(c&&c.signal){var e=c.signal;if(e.aborted)Fa(d,e.reason);else{var g=function(){Fa(d,e.reason);e.removeEventListener("abort",g)};e.addEventListener("abort",g)}}return new ReadableStream({type:"bytes",
51
+ start:function(h){Aa(d)},pull:function(h){if(1===d.status)d.status=2,ka(h,d.fatalError);else if(2!==d.status&&null===d.destination){d.destination=h;try{L(d,h)}catch(k){u(d,k),ca(d,k)}}},cancel:function(h){}},{highWaterMark:0})}});
52
52
  })();