/** * @license React * react-dom.shared-subset.production.min.js * * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ 'use strict';var e={usingClientEntryPoint:!1,Events:null,Dispatcher:{current:null}},f=e.Dispatcher;function h(b,a){return"font"===b?"":"string"===typeof a?"use-credentials"===a?"use-credentials":"":void 0}exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=e;exports.preconnect=function(b,a){var c=f.current;c&&"string"===typeof b&&(a=a?h("preconnect",a.crossOrigin):null,c.preconnect(b,a))};exports.prefetchDNS=function(b){var a=f.current;a&&"string"===typeof b&&a.prefetchDNS(b)}; exports.preinit=function(b,a){var c=f.current;if(c&&"string"===typeof b&&a&&"string"===typeof a.as){var d=a.as,g=h(d,a.crossOrigin),k="string"===typeof a.integrity?a.integrity:void 0,l="string"===typeof a.fetchPriority?a.fetchPriority:void 0;"style"===d?c.preinitStyle(b,"string"===typeof a.precedence?a.precedence:void 0,{crossOrigin:g,integrity:k,fetchPriority:l}):"script"===d&&c.preinitScript(b,{crossOrigin:g,integrity:k,fetchPriority:l,nonce:"string"===typeof a.nonce?a.nonce:void 0})}}; exports.preinitModule=function(b,a){var c=f.current;if(c&&"string"===typeof b&&(null==a||"object"===typeof a&&(null==a.as||"script"===a.as))){var d=a?h(void 0,a.crossOrigin):void 0;c.preinitModuleScript(b,{crossOrigin:d,integrity:a&&"string"===typeof a.integrity?a.integrity:void 0})}}; exports.preload=function(b,a){var c=f.current;if(c&&"string"===typeof b&&"object"===typeof a&&null!==a&&"string"===typeof a.as){var d=a.as,g=h(d,a.crossOrigin);c.preload(b,d,{crossOrigin:g,integrity:"string"===typeof a.integrity?a.integrity:void 0,nonce:"string"===typeof a.nonce?a.nonce:void 0,type:"string"===typeof a.type?a.type:void 0,fetchPriority:"string"===typeof a.fetchPriority?a.fetchPriority:void 0,referrerPolicy:"string"===typeof a.referrerPolicy?a.referrerPolicy:void 0,imageSrcSet:"string"=== typeof a.imageSrcSet?a.imageSrcSet:void 0,imageSizes:"string"===typeof a.imageSizes?a.imageSizes:void 0})}};exports.preloadModule=function(b,a){var c=f.current;if(c&&"string"===typeof b)if(a){var d=h(a.as,a.crossOrigin);c.preloadModule(b,{as:"string"===typeof a.as&&"script"!==a.as?a.as:void 0,crossOrigin:d,integrity:"string"===typeof a.integrity?a.integrity:void 0})}else c.preloadModule(b)};