react-server-dom-webpack 18.3.0-next-4ea063b56-20221101 → 18.3.0-next-4bd245e9e-20221104

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.
@@ -910,7 +910,21 @@ function trackUsedThenable(thenableState, thenable, index) {
910
910
  rejectedThenable.status = 'rejected';
911
911
  rejectedThenable.reason = error;
912
912
  }
913
- });
913
+ }); // Check one more time in case the thenable resolved synchronously
914
+
915
+ switch (thenable.status) {
916
+ case 'fulfilled':
917
+ {
918
+ var fulfilledThenable = thenable;
919
+ return fulfilledThenable.value;
920
+ }
921
+
922
+ case 'rejected':
923
+ {
924
+ var rejectedThenable = thenable;
925
+ throw rejectedThenable.reason;
926
+ }
927
+ }
914
928
  } // Suspend.
915
929
  //
916
930
  // Throwing here is an implementation detail that allows us to unwind the
@@ -26,7 +26,7 @@ r('$RR("');r('","');r('",');r('"');r(")\x3c/script>");r('$RX=function(b,c,d,e){v
26
26
  function D(a,b){if(a!==b){a.context._currentValue=a.parentValue;a=a.parent;var d=b.parent;if(null===a){if(null!==d)throw Error("The stacks must reach the root at the same time. This is a bug in React.");}else{if(null===d)throw Error("The stacks must reach the root at the same time. This is a bug in React.");D(a,d);b.context._currentValue=b.value}}}function ta(a){a.context._currentValue=a.parentValue;a=a.parent;null!==a&&ta(a)}
27
27
  function ua(a){var b=a.parent;null!==b&&ua(b);a.context._currentValue=a.value}function va(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?D(a,b):va(a,b)}
28
28
  function wa(a,b){var d=b.parent;if(null===d)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");a.depth===d.depth?D(a,d):wa(a,d);b.context._currentValue=b.value}function G(a){var b=C;b!==a&&(null===b?ua(a):null===a?ta(b):b.depth===a.depth?D(b,a):b.depth>a.depth?va(b,a):wa(b,a),C=a)}function xa(a,b){var d=a._currentValue;a._currentValue=b;var c=C;return C=a={parent:c,depth:null===c?0:c.depth+1,context:a,parentValue:d,value:b}}var H=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`");
29
- function ya(){}function za(a,b,d){d=a[d];void 0===d?a.push(b):d!==b&&(b.then(ya,ya),b=d);switch(b.status){case "fulfilled":return b.value;case "rejected":throw b.reason;default:throw"string"!==typeof b.status&&(a=b,a.status="pending",a.then(function(a){if("pending"===b.status){var c=b;c.status="fulfilled";c.value=a}},function(a){if("pending"===b.status){var c=b;c.status="rejected";c.reason=a}})),I=b,H;}}var I=null;
29
+ function ya(){}function za(a,b,d){d=a[d];void 0===d?a.push(b):d!==b&&(b.then(ya,ya),b=d);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(a){if("pending"===b.status){var c=b;c.status="fulfilled";c.value=a}},function(a){if("pending"===b.status){var c=b;c.status="rejected";c.reason=a}}),b.status){case "fulfilled":return b.value;case "rejected":throw b.reason;}I=b;throw H;}}var I=null;
30
30
  function Aa(){if(null===I)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var a=I;I=null;return a}var J=null,K=0,L=null;function Ba(){var a=L;L=null;return a}function Ca(a){return a._currentValue}
31
31
  var Ha={useMemo:function(a){return a()},useCallback:function(a){return a},useDebugValue:function(){},useDeferredValue:M,useTransition:M,readContext:Ca,useContext:Ca,useReducer:M,useRef:M,useState:M,useInsertionEffect:M,useLayoutEffect:M,useImperativeHandle:M,useEffect:M,useId:Da,useMutableSource:M,useSyncExternalStore:M,useCacheRefresh:function(){return Fa},useMemoCache:function(a){for(var b=Array(a),d=0;d<a;d++)b[d]=qa;return b},use:Ga};
32
32
  function M(){throw Error("This Hook is not supported in Server Components.");}function Fa(){throw Error("Refreshing the cache is not supported in Server Components.");}function Da(){if(null===J)throw Error("useId can only be used while React is rendering");var a=J.identifierCount++;return":"+J.identifierPrefix+"S"+a.toString(32)+":"}
@@ -974,7 +974,21 @@ function trackUsedThenable(thenableState, thenable, index) {
974
974
  rejectedThenable.status = 'rejected';
975
975
  rejectedThenable.reason = error;
976
976
  }
977
- });
977
+ }); // Check one more time in case the thenable resolved synchronously
978
+
979
+ switch (thenable.status) {
980
+ case 'fulfilled':
981
+ {
982
+ var fulfilledThenable = thenable;
983
+ return fulfilledThenable.value;
984
+ }
985
+
986
+ case 'rejected':
987
+ {
988
+ var rejectedThenable = thenable;
989
+ throw rejectedThenable.reason;
990
+ }
991
+ }
978
992
  } // Suspend.
979
993
  //
980
994
  // Throwing here is an implementation detail that allows us to unwind the
@@ -28,7 +28,7 @@ t('$RR("');t('","');t('",');t('"');t(")\x3c/script>");t('$RX=function(b,c,d,e){v
28
28
  function E(a,b){if(a!==b){a.context._currentValue=a.parentValue;a=a.parent;var d=b.parent;if(null===a){if(null!==d)throw Error("The stacks must reach the root at the same time. This is a bug in React.");}else{if(null===d)throw Error("The stacks must reach the root at the same time. This is a bug in React.");E(a,d);b.context._currentValue=b.value}}}function ta(a){a.context._currentValue=a.parentValue;a=a.parent;null!==a&&ta(a)}
29
29
  function ua(a){var b=a.parent;null!==b&&ua(b);a.context._currentValue=a.value}function va(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?E(a,b):va(a,b)}
30
30
  function wa(a,b){var d=b.parent;if(null===d)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");a.depth===d.depth?E(a,d):wa(a,d);b.context._currentValue=b.value}function H(a){var b=D;b!==a&&(null===b?ua(a):null===a?ta(b):b.depth===a.depth?E(b,a):b.depth>a.depth?va(b,a):wa(b,a),D=a)}function xa(a,b){var d=a._currentValue;a._currentValue=b;var c=D;return D=a={parent:c,depth:null===c?0:c.depth+1,context:a,parentValue:d,value:b}}var I=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`");
31
- function ya(){}function za(a,b,d){d=a[d];void 0===d?a.push(b):d!==b&&(b.then(ya,ya),b=d);switch(b.status){case "fulfilled":return b.value;case "rejected":throw b.reason;default:throw"string"!==typeof b.status&&(a=b,a.status="pending",a.then(function(a){if("pending"===b.status){var c=b;c.status="fulfilled";c.value=a}},function(a){if("pending"===b.status){var c=b;c.status="rejected";c.reason=a}})),J=b,I;}}var J=null;
31
+ function ya(){}function za(a,b,d){d=a[d];void 0===d?a.push(b):d!==b&&(b.then(ya,ya),b=d);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(a){if("pending"===b.status){var c=b;c.status="fulfilled";c.value=a}},function(a){if("pending"===b.status){var c=b;c.status="rejected";c.reason=a}}),b.status){case "fulfilled":return b.value;case "rejected":throw b.reason;}J=b;throw I;}}var J=null;
32
32
  function Aa(){if(null===J)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var a=J;J=null;return a}var K=null,L=0,M=null;function Ba(){var a=M;M=null;return a}function Ca(a){return a._currentValue}
33
33
  var Ha={useMemo:function(a){return a()},useCallback:function(a){return a},useDebugValue:function(){},useDeferredValue:N,useTransition:N,readContext:Ca,useContext:Ca,useReducer:N,useRef:N,useState:N,useInsertionEffect:N,useLayoutEffect:N,useImperativeHandle:N,useEffect:N,useId:Ea,useMutableSource:N,useSyncExternalStore:N,useCacheRefresh:function(){return Fa},useMemoCache:function(a){for(var b=Array(a),d=0;d<a;d++)b[d]=qa;return b},use:Ga};
34
34
  function N(){throw Error("This Hook is not supported in Server Components.");}function Fa(){throw Error("Refreshing the cache is not supported in Server Components.");}function Ea(){if(null===K)throw Error("useId can only be used while React is rendering");var a=K.identifierCount++;return":"+K.identifierPrefix+"S"+a.toString(32)+":"}
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-4ea063b56-20221101",
4
+ "version": "18.3.0-next-4bd245e9e-20221104",
5
5
  "keywords": [
6
6
  "react"
7
7
  ],
@@ -49,8 +49,8 @@
49
49
  "node": ">=0.10.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "react": "18.3.0-next-4ea063b56-20221101",
53
- "react-dom": "18.3.0-next-4ea063b56-20221101",
52
+ "react": "18.3.0-next-4bd245e9e-20221104",
53
+ "react-dom": "18.3.0-next-4bd245e9e-20221104",
54
54
  "webpack": "^5.59.0"
55
55
  },
56
56
  "dependencies": {
@@ -906,7 +906,21 @@
906
906
  rejectedThenable.status = 'rejected';
907
907
  rejectedThenable.reason = error;
908
908
  }
909
- });
909
+ }); // Check one more time in case the thenable resolved synchronously
910
+
911
+ switch (thenable.status) {
912
+ case 'fulfilled':
913
+ {
914
+ var fulfilledThenable = thenable;
915
+ return fulfilledThenable.value;
916
+ }
917
+
918
+ case 'rejected':
919
+ {
920
+ var rejectedThenable = thenable;
921
+ throw rejectedThenable.reason;
922
+ }
923
+ }
910
924
  } // Suspend.
911
925
  //
912
926
  // Throwing here is an implementation detail that allows us to unwind the
@@ -7,43 +7,43 @@
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(r,z){"object"===typeof exports&&"undefined"!==typeof module?z(exports,require("react-dom")):"function"===typeof define&&define.amd?define(["exports","react","react-dom"],z):(r=r||self,z(r.ReactServerDOMServer={},r.React,r.ReactDOM))})(this,function(r,z,G){function N(a,c){if(0!==c.length)if(512<c.length)0<n&&(a.enqueue(new Uint8Array(p.buffer,0,n)),p=new Uint8Array(512),n=0),a.enqueue(c);else{var e=p.length-n;e<c.length&&(0===e?a.enqueue(p):(p.set(c.subarray(0,
11
- e),n),a.enqueue(p),c=c.subarray(e)),p=new Uint8Array(512),n=0);p.set(c,n);n+=c.length}return!0}function b(a){return x.encode(a)}function ca(a,c){"function"===typeof a.error?a.error(c):a.close()}function m(a,c,e,d,b,f,g){this.acceptsBooleans=2===c||3===c||4===c;this.attributeName=d;this.attributeNamespace=b;this.mustUseProperty=e;this.propertyName=a;this.type=c;this.sanitizeURL=f;this.removeEmptyString=g}function H(a,c){if(a!==c){a.context._currentValue=a.parentValue;a=a.parent;var e=c.parent;if(null===
12
- a){if(null!==e)throw Error("The stacks must reach the root at the same time. This is a bug in React.");}else{if(null===e)throw Error("The stacks must reach the root at the same time. This is a bug in React.");H(a,e);c.context._currentValue=c.value}}}function da(a){a.context._currentValue=a.parentValue;a=a.parent;null!==a&&da(a)}function ea(a){var c=a.parent;null!==c&&ea(c);a.context._currentValue=a.value}function fa(a,c){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.");
13
- a.depth===c.depth?H(a,c):fa(a,c)}function ha(a,c){var e=c.parent;if(null===e)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");a.depth===e.depth?H(a,e):ha(a,e);c.context._currentValue=c.value}function O(a){var c=u;c!==a&&(null===c?ea(a):null===a?da(c):c.depth===a.depth?H(c,a):c.depth>a.depth?fa(c,a):ha(c,a),u=a)}function ia(a,c){var e=a._currentValue;a._currentValue=c;var d=u;return u=a={parent:d,depth:null===d?0:d.depth+1,context:a,parentValue:e,
14
- value:c}}function ja(){}function Aa(a,c,e){e=a[e];void 0===e?a.push(c):e!==c&&(c.then(ja,ja),c=e);switch(c.status){case "fulfilled":return c.value;case "rejected":throw c.reason;default:throw"string"!==typeof c.status&&(a=c,a.status="pending",a.then(function(a){if("pending"===c.status){var d=c;d.status="fulfilled";d.value=a}},function(a){if("pending"===c.status){var d=c;d.status="rejected";d.reason=a}})),I=c,P;}}function ka(){if(null===I)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");
15
- var a=I;I=null;return a}function la(){var a=v;v=null;return a}function ma(a){return a._currentValue}function q(){throw Error("This Hook is not supported in Server Components.");}function Ba(){throw Error("Refreshing the cache is not supported in Server Components.");}function Q(){return(new AbortController).signal}function na(){if(A)return A;if(R){var a=oa.getStore();if(a)return a}return new Map}function Ca(a){console.error(a)}function Da(a,c,e,d,b){if(null!==S.current&&S.current!==pa)throw Error("Currently React only supports one RSC renderer at a time.");
16
- S.current=pa;var k=new Set,g=[],h={status:0,fatalError:null,destination:null,bundlerConfig:c,cache:new Map,nextChunkId:0,pendingChunks:0,abortableTasks:k,pingedTasks:g,completedModuleChunks:[],completedJSONChunks:[],completedErrorChunks:[],writtenSymbols:new Map,writtenModules:new Map,writtenProviders:new Map,identifierPrefix:b||"",identifierCount:1,onError:void 0===e?Ca:e,toJSON:function(a,c){return Ea(h,this,a,c)}};h.pendingChunks++;c=Fa(d);a=qa(h,a,c,k);g.push(a);return h}function Ga(a){if("fulfilled"===
17
- a.status)return a.value;if("rejected"===a.status)throw a.reason;throw a;}function Ha(a){switch(a.status){case "fulfilled":case "rejected":break;default:"string"!==typeof a.status&&(a.status="pending",a.then(function(c){"pending"===a.status&&(a.status="fulfilled",a.value=c)},function(c){"pending"===a.status&&(a.status="rejected",a.reason=c)}))}return{$$typeof:B,_payload:a,_init:Ga}}function C(a,c,e,d,b){if(null!==e&&void 0!==e)throw Error("Refs cannot be used in Server Components, nor passed to Client Components.");
18
- if("function"===typeof a){if(a.$$typeof===J)return[t,a,c,d];K=0;v=b;d=a(d);return"object"===typeof d&&null!==d&&"function"===typeof d.then?Ha(d):d}if("string"===typeof a)return[t,a,c,d];if("symbol"===typeof a)return a===Ia?d.children:[t,a,c,d];if(null!=a&&"object"===typeof a){if(a.$$typeof===J)return[t,a,c,d];switch(a.$$typeof){case B:var k=a._init;a=k(a._payload);return C(a,c,e,d,b);case ra:return c=a.render,K=0,v=b,c(d,void 0);case sa:return C(a.type,c,e,d,b);case ta:return ia(a._context,d.value),
19
- [t,a,c,{value:d.value,children:d.children,__pop:ua}]}}throw Error("Unsupported Server Component type: "+T(a));}function qa(a,c,e,d){var b={id:a.nextChunkId++,status:0,model:c,context:e,ping:function(){var c=a.pingedTasks;c.push(b);1===c.length&&U(a)},thenableState:null};d.add(b);return b}function va(a,c,e,d){var b=d.filepath+"#"+d.name+(d.async?"#async":""),f=a.writtenModules,g=f.get(b);if(void 0!==g)return c[0]===t&&"1"===e?"@"+g.toString(16):"$"+g.toString(16);try{var h=a.bundlerConfig[d.filepath][d.name];
20
- var l=d.async?{id:h.id,chunks:h.chunks,name:h.name,async:!0}:h;a.pendingChunks++;var m=a.nextChunkId++,n=D(l),p="M"+m.toString(16)+":"+n+"\n";var q=x.encode(p);a.completedModuleChunks.push(q);f.set(b,m);return c[0]===t&&"1"===e?"@"+m.toString(16):"$"+m.toString(16)}catch(Ja){return a.pendingChunks++,c=a.nextChunkId++,e=y(a,Ja),L(a,c,e),"$"+c.toString(16)}}function wa(a){return Object.prototype.toString.call(a).replace(/^\[object (.*)\]$/,function(a,e){return e})}function T(a){switch(typeof a){case "string":return JSON.stringify(10>=
21
- a.length?a:a.substr(0,10)+"...");case "object":if(xa(a))return"[...]";a=wa(a);return"Object"===a?"{...}":a;case "function":return"function";default:return String(a)}}function M(a){if("string"===typeof a)return a;switch(a){case Ka:return"Suspense";case La:return"SuspenseList"}if("object"===typeof a)switch(a.$$typeof){case ra:return M(a.render);case sa:return M(a.type);case B:var c=a._payload;a=a._init;try{return M(a(c))}catch(e){}}return""}function w(a,c){var e=wa(a);if("Object"!==e&&"Array"!==e)return e;
22
- e=-1;var d=0;if(xa(a)){var b="[";for(var f=0;f<a.length;f++){0<f&&(b+=", ");var g=a[f];g="object"===typeof g&&null!==g?w(g):T(g);""+f===c?(e=b.length,d=g.length,b+=g):b=10>g.length&&40>b.length+g.length?b+g:b+"..."}b+="]"}else if(a.$$typeof===t)b="<"+M(a.type)+"/>";else{b="{";f=Object.keys(a);for(g=0;g<f.length;g++){0<g&&(b+=", ");var h=f[g],l=JSON.stringify(h);b+=('"'+h+'"'===l?h:l)+": ";l=a[h];l="object"===typeof l&&null!==l?w(l):T(l);h===c?(e=b.length,d=l.length,b+=l):b=10>l.length&&40>b.length+
23
- l.length?b+l:b+"..."}b+="}"}return void 0===c?b:-1<e&&0<d?(a=" ".repeat(e)+"^".repeat(d),"\n "+b+"\n "+a):"\n "+b}function Ea(a,c,b,d){switch(d){case t:return"$"}for(;"object"===typeof d&&null!==d&&(d.$$typeof===t||d.$$typeof===B);)try{switch(d.$$typeof){case t:var e=d;d=C(e.type,e.key,e.ref,e.props,null);break;case B:var f=d._init;d=f(d._payload)}}catch(g){b=g===P?ka():g;if("object"===typeof b&&null!==b&&"function"===typeof b.then)return a.pendingChunks++,a=qa(a,d,u,a.abortableTasks),d=a.ping,
24
- b.then(d,d),a.thenableState=la(),"@"+a.id.toString(16);a.pendingChunks++;d=a.nextChunkId++;b=y(a,b);L(a,d,b);return"@"+d.toString(16)}if(null===d)return null;if("object"===typeof d){if(d.$$typeof===J)return va(a,c,b,d);if(d.$$typeof===ta)return e=d._context._globalName,c=a.writtenProviders,d=c.get(b),void 0===d&&(a.pendingChunks++,d=a.nextChunkId++,c.set(e,d),b="P"+d.toString(16)+":"+e+"\n",b=x.encode(b),a.completedJSONChunks.push(b)),"$"+d.toString(16);if(d===ua){a=u;if(null===a)throw Error("Tried to pop a Context at the root of the app. This is a bug in React.");
25
- d=a.parentValue;a.context._currentValue=d===ya?a.context._defaultValue:d;u=a.parent;return}return d}if("string"===typeof d)return a="$"===d[0]||"@"===d[0]?"$"+d:d,a;if("boolean"===typeof d||"number"===typeof d||"undefined"===typeof d)return d;if("function"===typeof d){if(d.$$typeof===J)return va(a,c,b,d);if(/^on[A-Z]/.test(b))throw Error("Event handlers cannot be passed to Client Component props."+w(c,b)+"\nIf you need interactivity, consider converting part of this to a Client Component.");throw Error("Functions cannot be passed directly to Client Components because they're not serializable."+
26
- w(c,b));}if("symbol"===typeof d){e=a.writtenSymbols;f=e.get(d);if(void 0!==f)return"$"+f.toString(16);f=d.description;if(Symbol.for(f)!==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.")+w(c,b));a.pendingChunks++;b=a.nextChunkId++;c=D(f);c="S"+b.toString(16)+":"+c+"\n";c=x.encode(c);a.completedModuleChunks.push(c);e.set(d,b);return"$"+b.toString(16)}if("bigint"===typeof d)throw Error("BigInt ("+
27
- d+") is not yet supported in Client Component props."+w(c,b));throw Error("Type "+typeof d+" is not supported in Client Component props."+w(c,b));}function y(a,c){a=a.onError;c=a(c);if(null!=c&&"string"!==typeof c)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 c+'" instead');return c||""}function V(a,c){null!==a.destination?(a.status=
28
- 2,ca(a.destination,c)):(a.status=1,a.fatalError=c)}function L(a,c,b){b={digest:b};c="E"+c.toString(16)+":"+D(b)+"\n";c=x.encode(c);a.completedErrorChunks.push(c)}function U(a){var c=W.current,b=A;W.current=Ma;A=a.cache;E=a;try{var d=a.pingedTasks;a.pingedTasks=[];for(var k=0;k<d.length;k++){var f=d[k];var g=a;if(0===f.status){O(f.context);try{var h=f.model;if("object"===typeof h&&null!==h&&h.$$typeof===t){var l=h,m=f.thenableState;f.model=h;h=C(l.type,l.key,l.ref,l.props,m);for(f.thenableState=null;"object"===
29
- typeof h&&null!==h&&h.$$typeof===t;)l=h,f.model=h,h=C(l.type,l.key,l.ref,l.props,null)}var n=f.id,p=D(h,g.toJSON),q="J"+n.toString(16)+":"+p+"\n";var u=x.encode(q);g.completedJSONChunks.push(u);g.abortableTasks.delete(f);f.status=1}catch(F){var r=F===P?ka():F;if("object"===typeof r&&null!==r&&"function"===typeof r.then){var v=f.ping;r.then(v,v);f.thenableState=la()}else{g.abortableTasks.delete(f);f.status=4;var w=y(g,r);L(g,f.id,w)}}}}null!==a.destination&&X(a,a.destination)}catch(F){y(a,F),V(a,F)}finally{W.current=
30
- c,A=b,E=null}}function X(a,c){p=new Uint8Array(512);n=0;try{for(var b=a.completedModuleChunks,d=0;d<b.length;d++)if(a.pendingChunks--,!N(c,b[d])){a.destination=null;d++;break}b.splice(0,d);var k=a.completedJSONChunks;for(d=0;d<k.length;d++)if(a.pendingChunks--,!N(c,k[d])){a.destination=null;d++;break}k.splice(0,d);var f=a.completedErrorChunks;for(d=0;d<f.length;d++)if(a.pendingChunks--,!N(c,f[d])){a.destination=null;d++;break}f.splice(0,d)}finally{p&&0<n&&(c.enqueue(new Uint8Array(p.buffer,0,n)),
31
- p=null,n=0)}0===a.pendingChunks&&c.close()}function za(a,c){try{var b=a.abortableTasks;if(0<b.size){var d=y(a,void 0===c?Error("The render was aborted by the server without a reason."):c);a.pendingChunks++;var k=a.nextChunkId++;L(a,k,d);b.forEach(function(c){c.status=3;var b="$"+k.toString(16);c=c.id;b=D(b);b="J"+c.toString(16)+":"+b+"\n";b=x.encode(b);a.completedErrorChunks.push(b)});b.clear()}null!==a.destination&&X(a,a.destination)}catch(f){y(a,f),V(a,f)}}function Fa(a){if(a){var c=u;O(null);for(var b=
32
- 0;b<a.length;b++){var d=a[b],k=d[0];d=d[1];Y[k]||(Y[k]=z.createServerContext(k,ya));ia(Y[k],d)}a=u;O(c);return a}return null}var R="function"===typeof AsyncLocalStorage,oa=R?new AsyncLocalStorage:null,p=null,n=0,x=new TextEncoder,D=JSON.stringify,J=Symbol.for("react.module.reference"),t=Symbol.for("react.element"),Ia=Symbol.for("react.fragment"),ta=Symbol.for("react.provider"),Na=Symbol.for("react.server_context"),ra=Symbol.for("react.forward_ref"),Ka=Symbol.for("react.suspense"),La=Symbol.for("react.suspense_list"),
33
- sa=Symbol.for("react.memo"),B=Symbol.for("react.lazy"),ya=Symbol.for("react.default_value"),Oa=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","for"],["httpEquiv","http-equiv"]].forEach(function(a){new m(a[0],1,!1,a[1],null,!1,!1)});["contentEditable",
34
- "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,3,!1,a.toLowerCase(),
35
- 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 Z=/[\-:]([a-z])/g,aa=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 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 c=
36
- a.replace(Z,aa);new m(c,1,!1,a,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(a){var c=a.replace(Z,aa);new m(c,1,!1,a,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(a){var c=a.replace(Z,aa);new m(c,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",
10
+ (function(){'use strict';(function(r,z){"object"===typeof exports&&"undefined"!==typeof module?z(exports,require("react-dom")):"function"===typeof define&&define.amd?define(["exports","react","react-dom"],z):(r=r||self,z(r.ReactServerDOMServer={},r.React,r.ReactDOM))})(this,function(r,z,G){function N(a,b){if(0!==b.length)if(512<b.length)0<n&&(a.enqueue(new Uint8Array(p.buffer,0,n)),p=new Uint8Array(512),n=0),a.enqueue(b);else{var e=p.length-n;e<b.length&&(0===e?a.enqueue(p):(p.set(b.subarray(0,
11
+ e),n),a.enqueue(p),b=b.subarray(e)),p=new Uint8Array(512),n=0);p.set(b,n);n+=b.length}return!0}function c(a){return x.encode(a)}function ca(a,b){"function"===typeof a.error?a.error(b):a.close()}function m(a,b,e,d,c,f,g){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=c;this.mustUseProperty=e;this.propertyName=a;this.type=b;this.sanitizeURL=f;this.removeEmptyString=g}function H(a,b){if(a!==b){a.context._currentValue=a.parentValue;a=a.parent;var e=b.parent;if(null===
12
+ a){if(null!==e)throw Error("The stacks must reach the root at the same time. This is a bug in React.");}else{if(null===e)throw Error("The stacks must reach the root at the same time. This is a bug in React.");H(a,e);b.context._currentValue=b.value}}}function da(a){a.context._currentValue=a.parentValue;a=a.parent;null!==a&&da(a)}function ea(a){var b=a.parent;null!==b&&ea(b);a.context._currentValue=a.value}function fa(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.");
13
+ a.depth===b.depth?H(a,b):fa(a,b)}function ha(a,b){var e=b.parent;if(null===e)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");a.depth===e.depth?H(a,e):ha(a,e);b.context._currentValue=b.value}function O(a){var b=u;b!==a&&(null===b?ea(a):null===a?da(b):b.depth===a.depth?H(b,a):b.depth>a.depth?fa(b,a):ha(b,a),u=a)}function ia(a,b){var e=a._currentValue;a._currentValue=b;var d=u;return u=a={parent:d,depth:null===d?0:d.depth+1,context:a,parentValue:e,
14
+ value:b}}function ja(){}function Aa(a,b,e){e=a[e];void 0===e?a.push(b):e!==b&&(b.then(ja,ja),b=e);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(a){if("pending"===b.status){var d=b;d.status="fulfilled";d.value=a}},function(a){if("pending"===b.status){var d=b;d.status="rejected";d.reason=a}}),b.status){case "fulfilled":return b.value;case "rejected":throw b.reason;}I=b;throw P;}}function ka(){if(null===
15
+ I)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var a=I;I=null;return a}function la(){var a=v;v=null;return a}function ma(a){return a._currentValue}function q(){throw Error("This Hook is not supported in Server Components.");}function Ba(){throw Error("Refreshing the cache is not supported in Server Components.");}function Q(){return(new AbortController).signal}function na(){if(A)return A;if(R){var a=oa.getStore();if(a)return a}return new Map}function Ca(a){console.error(a)}
16
+ function Da(a,b,e,d,c){if(null!==S.current&&S.current!==pa)throw Error("Currently React only supports one RSC renderer at a time.");S.current=pa;var k=new Set,g=[],h={status:0,fatalError:null,destination:null,bundlerConfig:b,cache:new Map,nextChunkId:0,pendingChunks:0,abortableTasks:k,pingedTasks:g,completedModuleChunks:[],completedJSONChunks:[],completedErrorChunks:[],writtenSymbols:new Map,writtenModules:new Map,writtenProviders:new Map,identifierPrefix:c||"",identifierCount:1,onError:void 0===
17
+ e?Ca:e,toJSON:function(a,b){return Ea(h,this,a,b)}};h.pendingChunks++;b=Fa(d);a=qa(h,a,b,k);g.push(a);return h}function Ga(a){if("fulfilled"===a.status)return a.value;if("rejected"===a.status)throw a.reason;throw a;}function Ha(a){switch(a.status){case "fulfilled":case "rejected":break;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:B,
18
+ _payload:a,_init:Ga}}function C(a,b,e,d,c){if(null!==e&&void 0!==e)throw Error("Refs cannot be used in Server Components, nor passed to Client Components.");if("function"===typeof a){if(a.$$typeof===J)return[t,a,b,d];K=0;v=c;d=a(d);return"object"===typeof d&&null!==d&&"function"===typeof d.then?Ha(d):d}if("string"===typeof a)return[t,a,b,d];if("symbol"===typeof a)return a===Ia?d.children:[t,a,b,d];if(null!=a&&"object"===typeof a){if(a.$$typeof===J)return[t,a,b,d];switch(a.$$typeof){case B:var k=a._init;
19
+ a=k(a._payload);return C(a,b,e,d,c);case ra:return b=a.render,K=0,v=c,b(d,void 0);case sa:return C(a.type,b,e,d,c);case ta:return ia(a._context,d.value),[t,a,b,{value:d.value,children:d.children,__pop:ua}]}}throw Error("Unsupported Server Component type: "+T(a));}function qa(a,b,e,d){var c={id:a.nextChunkId++,status:0,model:b,context:e,ping:function(){var b=a.pingedTasks;b.push(c);1===b.length&&U(a)},thenableState:null};d.add(c);return c}function va(a,b,e,d){var c=d.filepath+"#"+d.name+(d.async?"#async":
20
+ ""),f=a.writtenModules,g=f.get(c);if(void 0!==g)return b[0]===t&&"1"===e?"@"+g.toString(16):"$"+g.toString(16);try{var h=a.bundlerConfig[d.filepath][d.name];var l=d.async?{id:h.id,chunks:h.chunks,name:h.name,async:!0}:h;a.pendingChunks++;var m=a.nextChunkId++,n=D(l),p="M"+m.toString(16)+":"+n+"\n";var q=x.encode(p);a.completedModuleChunks.push(q);f.set(c,m);return b[0]===t&&"1"===e?"@"+m.toString(16):"$"+m.toString(16)}catch(Ja){return a.pendingChunks++,b=a.nextChunkId++,e=y(a,Ja),L(a,b,e),"$"+b.toString(16)}}
21
+ function wa(a){return Object.prototype.toString.call(a).replace(/^\[object (.*)\]$/,function(a,e){return e})}function T(a){switch(typeof a){case "string":return JSON.stringify(10>=a.length?a:a.substr(0,10)+"...");case "object":if(xa(a))return"[...]";a=wa(a);return"Object"===a?"{...}":a;case "function":return"function";default:return String(a)}}function M(a){if("string"===typeof a)return a;switch(a){case Ka:return"Suspense";case La:return"SuspenseList"}if("object"===typeof a)switch(a.$$typeof){case ra:return M(a.render);
22
+ case sa:return M(a.type);case B:var b=a._payload;a=a._init;try{return M(a(b))}catch(e){}}return""}function w(a,b){var e=wa(a);if("Object"!==e&&"Array"!==e)return e;e=-1;var d=0;if(xa(a)){var c="[";for(var f=0;f<a.length;f++){0<f&&(c+=", ");var g=a[f];g="object"===typeof g&&null!==g?w(g):T(g);""+f===b?(e=c.length,d=g.length,c+=g):c=10>g.length&&40>c.length+g.length?c+g:c+"..."}c+="]"}else if(a.$$typeof===t)c="<"+M(a.type)+"/>";else{c="{";f=Object.keys(a);for(g=0;g<f.length;g++){0<g&&(c+=", ");var h=
23
+ f[g],l=JSON.stringify(h);c+=('"'+h+'"'===l?h:l)+": ";l=a[h];l="object"===typeof l&&null!==l?w(l):T(l);h===b?(e=c.length,d=l.length,c+=l):c=10>l.length&&40>c.length+l.length?c+l:c+"..."}c+="}"}return void 0===b?c:-1<e&&0<d?(a=" ".repeat(e)+"^".repeat(d),"\n "+c+"\n "+a):"\n "+c}function Ea(a,b,c,d){switch(d){case t:return"$"}for(;"object"===typeof d&&null!==d&&(d.$$typeof===t||d.$$typeof===B);)try{switch(d.$$typeof){case t:var e=d;d=C(e.type,e.key,e.ref,e.props,null);break;case B:var f=d._init;
24
+ d=f(d._payload)}}catch(g){c=g===P?ka():g;if("object"===typeof c&&null!==c&&"function"===typeof c.then)return a.pendingChunks++,a=qa(a,d,u,a.abortableTasks),d=a.ping,c.then(d,d),a.thenableState=la(),"@"+a.id.toString(16);a.pendingChunks++;d=a.nextChunkId++;c=y(a,c);L(a,d,c);return"@"+d.toString(16)}if(null===d)return null;if("object"===typeof d){if(d.$$typeof===J)return va(a,b,c,d);if(d.$$typeof===ta)return e=d._context._globalName,b=a.writtenProviders,d=b.get(c),void 0===d&&(a.pendingChunks++,d=a.nextChunkId++,
25
+ b.set(e,d),c="P"+d.toString(16)+":"+e+"\n",c=x.encode(c),a.completedJSONChunks.push(c)),"$"+d.toString(16);if(d===ua){a=u;if(null===a)throw Error("Tried to pop a Context at the root of the app. This is a bug in React.");d=a.parentValue;a.context._currentValue=d===ya?a.context._defaultValue:d;u=a.parent;return}return d}if("string"===typeof d)return a="$"===d[0]||"@"===d[0]?"$"+d:d,a;if("boolean"===typeof d||"number"===typeof d||"undefined"===typeof d)return d;if("function"===typeof d){if(d.$$typeof===
26
+ J)return va(a,b,c,d);if(/^on[A-Z]/.test(c))throw Error("Event handlers cannot be passed to Client Component props."+w(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 because they're not serializable."+w(b,c));}if("symbol"===typeof d){e=a.writtenSymbols;f=e.get(d);if(void 0!==f)return"$"+f.toString(16);f=d.description;if(Symbol.for(f)!==d)throw Error("Only global symbols received from Symbol.for(...) can be passed to Client Components. The symbol Symbol.for("+
27
+ (d.description+") cannot be found among global symbols.")+w(b,c));a.pendingChunks++;c=a.nextChunkId++;b=D(f);b="S"+c.toString(16)+":"+b+"\n";b=x.encode(b);a.completedModuleChunks.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."+w(b,c));throw Error("Type "+typeof d+" is not supported in Client Component props."+w(b,c));}function y(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 "'+
28
+ typeof b+'" instead');return b||""}function V(a,b){null!==a.destination?(a.status=2,ca(a.destination,b)):(a.status=1,a.fatalError=b)}function L(a,b,c){c={digest:c};b="E"+b.toString(16)+":"+D(c)+"\n";b=x.encode(b);a.completedErrorChunks.push(b)}function U(a){var b=W.current,c=A;W.current=Ma;A=a.cache;E=a;try{var d=a.pingedTasks;a.pingedTasks=[];for(var k=0;k<d.length;k++){var f=d[k];var g=a;if(0===f.status){O(f.context);try{var h=f.model;if("object"===typeof h&&null!==h&&h.$$typeof===t){var l=h,m=
29
+ f.thenableState;f.model=h;h=C(l.type,l.key,l.ref,l.props,m);for(f.thenableState=null;"object"===typeof h&&null!==h&&h.$$typeof===t;)l=h,f.model=h,h=C(l.type,l.key,l.ref,l.props,null)}var n=f.id,p=D(h,g.toJSON),q="J"+n.toString(16)+":"+p+"\n";var u=x.encode(q);g.completedJSONChunks.push(u);g.abortableTasks.delete(f);f.status=1}catch(F){var r=F===P?ka():F;if("object"===typeof r&&null!==r&&"function"===typeof r.then){var v=f.ping;r.then(v,v);f.thenableState=la()}else{g.abortableTasks.delete(f);f.status=
30
+ 4;var w=y(g,r);L(g,f.id,w)}}}}null!==a.destination&&X(a,a.destination)}catch(F){y(a,F),V(a,F)}finally{W.current=b,A=c,E=null}}function X(a,b){p=new Uint8Array(512);n=0;try{for(var c=a.completedModuleChunks,d=0;d<c.length;d++)if(a.pendingChunks--,!N(b,c[d])){a.destination=null;d++;break}c.splice(0,d);var k=a.completedJSONChunks;for(d=0;d<k.length;d++)if(a.pendingChunks--,!N(b,k[d])){a.destination=null;d++;break}k.splice(0,d);var f=a.completedErrorChunks;for(d=0;d<f.length;d++)if(a.pendingChunks--,
31
+ !N(b,f[d])){a.destination=null;d++;break}f.splice(0,d)}finally{p&&0<n&&(b.enqueue(new Uint8Array(p.buffer,0,n)),p=null,n=0)}0===a.pendingChunks&&b.close()}function za(a,b){try{var c=a.abortableTasks;if(0<c.size){var d=y(a,void 0===b?Error("The render was aborted by the server without a reason."):b);a.pendingChunks++;var k=a.nextChunkId++;L(a,k,d);c.forEach(function(b){b.status=3;var c="$"+k.toString(16);b=b.id;c=D(c);c="J"+b.toString(16)+":"+c+"\n";c=x.encode(c);a.completedErrorChunks.push(c)});c.clear()}null!==
32
+ a.destination&&X(a,a.destination)}catch(f){y(a,f),V(a,f)}}function Fa(a){if(a){var b=u;O(null);for(var c=0;c<a.length;c++){var d=a[c],k=d[0];d=d[1];Y[k]||(Y[k]=z.createServerContext(k,ya));ia(Y[k],d)}a=u;O(b);return a}return null}var R="function"===typeof AsyncLocalStorage,oa=R?new AsyncLocalStorage:null,p=null,n=0,x=new TextEncoder,D=JSON.stringify,J=Symbol.for("react.module.reference"),t=Symbol.for("react.element"),Ia=Symbol.for("react.fragment"),ta=Symbol.for("react.provider"),Na=Symbol.for("react.server_context"),
33
+ ra=Symbol.for("react.forward_ref"),Ka=Symbol.for("react.suspense"),La=Symbol.for("react.suspense_list"),sa=Symbol.for("react.memo"),B=Symbol.for("react.lazy"),ya=Symbol.for("react.default_value"),Oa=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",
34
+ "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,
35
+ 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 Z=/[\-:]([a-z])/g,aa=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 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=
36
+ a.replace(Z,aa);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(Z,aa);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(Z,aa);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",
37
37
  !0,!1);["src","href","action","formAction"].forEach(function(a){new m(a,1,!1,a.toLowerCase(),null,!0,!0)});var ba={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,
38
- fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!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},Pa=["Webkit","ms","Moz","O"];Object.keys(ba).forEach(function(a){Pa.forEach(function(c){c=c+a.charAt(0).toUpperCase()+a.substring(1);ba[c]=ba[a]})});var xa=Array.isArray;b("<script>");b("\x3c/script>");b('<script src="');b('<script type="module" src="');
39
- b('" integrity="');b('" async="">\x3c/script>');b("\x3c!-- --\x3e");b(' style="');b(":");b(";");b(" ");b('="');b('"');b('=""');b(">");b("/>");b(' selected=""');b("\n");b("<!DOCTYPE html>");b("</");b(">");b('<template id="');b('"></template>');b("\x3c!--$--\x3e");b('\x3c!--$?--\x3e<template id="');b('"></template>');b("\x3c!--$!--\x3e");b("\x3c!--/$--\x3e");b("<template");b('"');b(' data-dgst="');b(' data-msg="');b(' data-stck="');b("></template>");b('<div hidden id="');b('">');b("</div>");b('<svg aria-hidden="true" style="display:none" id="');
40
- b('">');b("</svg>");b('<math aria-hidden="true" style="display:none" id="');b('">');b("</math>");b('<table hidden id="');b('">');b("</table>");b('<table hidden><tbody id="');b('">');b("</tbody></table>");b('<table hidden><tr id="');b('">');b("</tr></table>");b('<table hidden><colgroup id="');b('">');b("</colgroup></table>");b('$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("');
41
- b('$RS("');b('","');b('")\x3c/script>');b('$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("');
42
- b('$RC("');b('$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,v){function r(l){this.s=l}for(var t=$RC,u=$RM,m=new Map,n=document,g,e,f=n.querySelectorAll("link[data-precedence],style[data-precedence]"),d=0;e=f[d++];)m.set(e.dataset.precedence,g=e);e=0;f=[];for(var c,h,b,a;c=v[e++];){var k=0;h=c[k++];if(b=u.get(h))"l"!==b.s&&f.push(b);else{a=n.createElement("link");a.href=h;a.rel="stylesheet";for(a.dataset.precedence=d=c[k++];b=c[k++];)a.setAttribute(b,c[k++]);b=a._p=new Promise(function(l,w){a.onload=l;a.onerror=w});b.then(r.bind(b,\n"l"),r.bind(b,"e"));u.set(h,b);f.push(b);c=m.get(d)||g;c===g&&(g=a);m.set(d,a);c?c.parentNode.insertBefore(a,c.nextSibling):(d=n.head,d.insertBefore(a,d.firstChild))}}Promise.all(f).then(t.bind(null,p,q,""),t.bind(null,p,q,"Resource failed to load"))};;$RR("');
43
- b('$RM=new Map;\n$RR=function(p,q,v){function r(l){this.s=l}for(var t=$RC,u=$RM,m=new Map,n=document,g,e,f=n.querySelectorAll("link[data-precedence],style[data-precedence]"),d=0;e=f[d++];)m.set(e.dataset.precedence,g=e);e=0;f=[];for(var c,h,b,a;c=v[e++];){var k=0;h=c[k++];if(b=u.get(h))"l"!==b.s&&f.push(b);else{a=n.createElement("link");a.href=h;a.rel="stylesheet";for(a.dataset.precedence=d=c[k++];b=c[k++];)a.setAttribute(b,c[k++]);b=a._p=new Promise(function(l,w){a.onload=l;a.onerror=w});b.then(r.bind(b,\n"l"),r.bind(b,"e"));u.set(h,b);f.push(b);c=m.get(d)||g;c===g&&(g=a);m.set(d,a);c?c.parentNode.insertBefore(a,c.nextSibling):(d=n.head,d.insertBefore(a,d.firstChild))}}Promise.all(f).then(t.bind(null,p,q,""),t.bind(null,p,q,"Resource failed to load"))};;$RR("');
44
- b('$RR("');b('","');b('",');b('"');b(")\x3c/script>");b('$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("');b('$RX("');b('"');b(")\x3c/script>");b(",");b('<style data-precedence="');b('"></style>');b("[");b(",[");b(",");b("]");var u=null,P=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`"),
38
+ fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!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},Pa=["Webkit","ms","Moz","O"];Object.keys(ba).forEach(function(a){Pa.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);ba[b]=ba[a]})});var xa=Array.isArray;c("<script>");c("\x3c/script>");c('<script src="');c('<script type="module" src="');
39
+ c('" integrity="');c('" async="">\x3c/script>');c("\x3c!-- --\x3e");c(' style="');c(":");c(";");c(" ");c('="');c('"');c('=""');c(">");c("/>");c(' selected=""');c("\n");c("<!DOCTYPE html>");c("</");c(">");c('<template id="');c('"></template>');c("\x3c!--$--\x3e");c('\x3c!--$?--\x3e<template id="');c('"></template>');c("\x3c!--$!--\x3e");c("\x3c!--/$--\x3e");c("<template");c('"');c(' data-dgst="');c(' data-msg="');c(' data-stck="');c("></template>");c('<div hidden id="');c('">');c("</div>");c('<svg aria-hidden="true" style="display:none" id="');
40
+ c('">');c("</svg>");c('<math aria-hidden="true" style="display:none" id="');c('">');c("</math>");c('<table hidden id="');c('">');c("</table>");c('<table hidden><tbody id="');c('">');c("</tbody></table>");c('<table hidden><tr id="');c('">');c("</tr></table>");c('<table hidden><colgroup id="');c('">');c("</colgroup></table>");c('$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("');
41
+ c('$RS("');c('","');c('")\x3c/script>');c('$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("');
42
+ c('$RC("');c('$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,v){function r(l){this.s=l}for(var t=$RC,u=$RM,m=new Map,n=document,g,e,f=n.querySelectorAll("link[data-precedence],style[data-precedence]"),d=0;e=f[d++];)m.set(e.dataset.precedence,g=e);e=0;f=[];for(var c,h,b,a;c=v[e++];){var k=0;h=c[k++];if(b=u.get(h))"l"!==b.s&&f.push(b);else{a=n.createElement("link");a.href=h;a.rel="stylesheet";for(a.dataset.precedence=d=c[k++];b=c[k++];)a.setAttribute(b,c[k++]);b=a._p=new Promise(function(l,w){a.onload=l;a.onerror=w});b.then(r.bind(b,\n"l"),r.bind(b,"e"));u.set(h,b);f.push(b);c=m.get(d)||g;c===g&&(g=a);m.set(d,a);c?c.parentNode.insertBefore(a,c.nextSibling):(d=n.head,d.insertBefore(a,d.firstChild))}}Promise.all(f).then(t.bind(null,p,q,""),t.bind(null,p,q,"Resource failed to load"))};;$RR("');
43
+ c('$RM=new Map;\n$RR=function(p,q,v){function r(l){this.s=l}for(var t=$RC,u=$RM,m=new Map,n=document,g,e,f=n.querySelectorAll("link[data-precedence],style[data-precedence]"),d=0;e=f[d++];)m.set(e.dataset.precedence,g=e);e=0;f=[];for(var c,h,b,a;c=v[e++];){var k=0;h=c[k++];if(b=u.get(h))"l"!==b.s&&f.push(b);else{a=n.createElement("link");a.href=h;a.rel="stylesheet";for(a.dataset.precedence=d=c[k++];b=c[k++];)a.setAttribute(b,c[k++]);b=a._p=new Promise(function(l,w){a.onload=l;a.onerror=w});b.then(r.bind(b,\n"l"),r.bind(b,"e"));u.set(h,b);f.push(b);c=m.get(d)||g;c===g&&(g=a);m.set(d,a);c?c.parentNode.insertBefore(a,c.nextSibling):(d=n.head,d.insertBefore(a,d.firstChild))}}Promise.all(f).then(t.bind(null,p,q,""),t.bind(null,p,q,"Resource failed to load"))};;$RR("');
44
+ c('$RR("');c('","');c('",');c('"');c(")\x3c/script>");c('$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("');c('$RX("');c('"');c(")\x3c/script>");c(",");c('<style data-precedence="');c('"></style>');c("[");c(",[");c(",");c("]");var u=null,P=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`"),
45
45
  I=null,E=null,K=0,v=null,Ma={useMemo:function(a){return a()},useCallback:function(a){return a},useDebugValue:function(){},useDeferredValue:q,useTransition:q,readContext:ma,useContext:ma,useReducer:q,useRef:q,useState:q,useInsertionEffect:q,useLayoutEffect:q,useImperativeHandle:q,useEffect:q,useId:function(){if(null===E)throw Error("useId can only be used while React is rendering");var a=E.identifierCount++;return":"+E.identifierPrefix+"S"+a.toString(32)+":"},useMutableSource:q,useSyncExternalStore:q,
46
- useCacheRefresh:function(){return Ba},useMemoCache:function(a){for(var c=Array(a),b=0;b<a;b++)c[b]=Oa;return c},use:function(a){if(null!==a&&"object"===typeof a){if("function"===typeof a.then){var b=K;K+=1;null===v&&(v=[]);return Aa(v,a,b)}if(a.$$typeof===Na)return a._currentValue}throw Error("An unsupported type was passed to use(): "+String(a));}},pa={getCacheSignal:function(){var a=na(),b=a.get(Q);void 0===b&&(b=Q(),a.set(Q,b));return b},getCacheForType:function(a){var b=na(),e=b.get(a);void 0===
47
- e&&(e=a(),b.set(a,e));return e}},A=null;G=z.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;var Y=G.ContextRegistry,W=G.ReactCurrentDispatcher,S=G.ReactCurrentCache,ua={};r.renderToReadableStream=function(a,b,e){var c=Da(a,b,e?e.onError:void 0,e?e.context:void 0,e?e.identifierPrefix:void 0);if(e&&e.signal){var k=e.signal;if(k.aborted)za(c,k.reason);else{var f=function(){za(c,k.reason);k.removeEventListener("abort",f)};k.addEventListener("abort",f)}}return new ReadableStream({type:"bytes",start:function(a){R?
48
- oa.run(c.cache,U,c):U(c)},pull:function(a){if(1===c.status)c.status=2,ca(a,c.fatalError);else if(2!==c.status&&null===c.destination){c.destination=a;try{X(c,a)}catch(h){y(c,h),V(c,h)}}},cancel:function(a){}},{highWaterMark:0})}});
46
+ useCacheRefresh:function(){return Ba},useMemoCache:function(a){for(var b=Array(a),c=0;c<a;c++)b[c]=Oa;return b},use:function(a){if(null!==a&&"object"===typeof a){if("function"===typeof a.then){var b=K;K+=1;null===v&&(v=[]);return Aa(v,a,b)}if(a.$$typeof===Na)return a._currentValue}throw Error("An unsupported type was passed to use(): "+String(a));}},pa={getCacheSignal:function(){var a=na(),b=a.get(Q);void 0===b&&(b=Q(),a.set(Q,b));return b},getCacheForType:function(a){var b=na(),c=b.get(a);void 0===
47
+ c&&(c=a(),b.set(a,c));return c}},A=null;G=z.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;var Y=G.ContextRegistry,W=G.ReactCurrentDispatcher,S=G.ReactCurrentCache,ua={};r.renderToReadableStream=function(a,c,e){var b=Da(a,c,e?e.onError:void 0,e?e.context:void 0,e?e.identifierPrefix:void 0);if(e&&e.signal){var k=e.signal;if(k.aborted)za(b,k.reason);else{var f=function(){za(b,k.reason);k.removeEventListener("abort",f)};k.addEventListener("abort",f)}}return new ReadableStream({type:"bytes",start:function(a){R?
48
+ oa.run(b.cache,U,b):U(b)},pull:function(a){if(1===b.status)b.status=2,ca(a,b.fatalError);else if(2!==b.status&&null===b.destination){b.destination=a;try{X(b,a)}catch(h){y(b,h),V(b,h)}}},cancel:function(a){}},{highWaterMark:0})}});
49
49
  })();