@apify/actors-mcp-server 0.10.10-beta.2 → 0.10.11-beta.0
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.
- package/dist/apify_client.js.map +1 -1
- package/dist/const.d.ts.map +1 -1
- package/dist/const.js +8 -13
- package/dist/const.js.map +1 -1
- package/dist/dev_server.d.ts.map +1 -1
- package/dist/dev_server.js +9 -4
- package/dist/dev_server.js.map +1 -1
- package/dist/index_internals.d.ts.map +1 -1
- package/dist/index_internals.js +1 -1
- package/dist/index_internals.js.map +1 -1
- package/dist/input.d.ts.map +1 -1
- package/dist/input.js +5 -4
- package/dist/input.js.map +1 -1
- package/dist/instrument.js +3 -3
- package/dist/instrument.js.map +1 -1
- package/dist/mcp/actors.d.ts +4 -4
- package/dist/mcp/actors.d.ts.map +1 -1
- package/dist/mcp/actors.js +6 -5
- package/dist/mcp/actors.js.map +1 -1
- package/dist/mcp/client.d.ts.map +1 -1
- package/dist/mcp/client.js +1 -4
- package/dist/mcp/client.js.map +1 -1
- package/dist/mcp/proxy.d.ts.map +1 -1
- package/dist/mcp/proxy.js.map +1 -1
- package/dist/mcp/server.d.ts +17 -17
- package/dist/mcp/server.d.ts.map +1 -1
- package/dist/mcp/server.js +89 -51
- package/dist/mcp/server.js.map +1 -1
- package/dist/payments/helpers.d.ts.map +1 -1
- package/dist/payments/helpers.js.map +1 -1
- package/dist/payments/resolve.d.ts.map +1 -1
- package/dist/payments/resolve.js.map +1 -1
- package/dist/payments/types.d.ts.map +1 -1
- package/dist/payments/x402.d.ts.map +1 -1
- package/dist/payments/x402.js +5 -2
- package/dist/payments/x402.js.map +1 -1
- package/dist/prompts/index.d.ts.map +1 -1
- package/dist/prompts/index.js +1 -3
- package/dist/prompts/index.js.map +1 -1
- package/dist/prompts/latest_news_on_topic.d.ts.map +1 -1
- package/dist/prompts/latest_news_on_topic.js +5 -2
- package/dist/prompts/latest_news_on_topic.js.map +1 -1
- package/dist/resources/resource_service.d.ts.map +1 -1
- package/dist/resources/resource_service.js +18 -10
- package/dist/resources/resource_service.js.map +1 -1
- package/dist/resources/widgets.d.ts.map +1 -1
- package/dist/resources/widgets.js.map +1 -1
- package/dist/state.d.ts.map +1 -1
- package/dist/state.js.map +1 -1
- package/dist/stdio.js +4 -4
- package/dist/stdio.js.map +1 -1
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +1 -1
- package/dist/telemetry.js.map +1 -1
- package/dist/tools/actor_executor.d.ts.map +1 -1
- package/dist/tools/actor_executor.js.map +1 -1
- package/dist/tools/apps/call_actor_widget.d.ts.map +1 -1
- package/dist/tools/apps/call_actor_widget.js +14 -7
- package/dist/tools/apps/call_actor_widget.js.map +1 -1
- package/dist/tools/apps/fetch_actor_details_widget.d.ts.map +1 -1
- package/dist/tools/apps/fetch_actor_details_widget.js +16 -8
- package/dist/tools/apps/fetch_actor_details_widget.js.map +1 -1
- package/dist/tools/apps/get_actor_run_widget.d.ts.map +1 -1
- package/dist/tools/apps/get_actor_run_widget.js +6 -6
- package/dist/tools/apps/get_actor_run_widget.js.map +1 -1
- package/dist/tools/apps/search_actors_widget.d.ts.map +1 -1
- package/dist/tools/apps/search_actors_widget.js +5 -3
- package/dist/tools/apps/search_actors_widget.js.map +1 -1
- package/dist/tools/build.d.ts.map +1 -1
- package/dist/tools/build.js +4 -4
- package/dist/tools/build.js.map +1 -1
- package/dist/tools/categories.d.ts.map +1 -1
- package/dist/tools/categories.js +4 -17
- package/dist/tools/categories.js.map +1 -1
- package/dist/tools/common/abort_actor_run.d.ts.map +1 -1
- package/dist/tools/common/abort_actor_run.js +5 -4
- package/dist/tools/common/abort_actor_run.js.map +1 -1
- package/dist/tools/common/add_actor.d.ts.map +1 -1
- package/dist/tools/common/add_actor.js +3 -2
- package/dist/tools/common/add_actor.js.map +1 -1
- package/dist/tools/common/dataset_collection.d.ts.map +1 -1
- package/dist/tools/common/dataset_collection.js +8 -4
- package/dist/tools/common/dataset_collection.js.map +1 -1
- package/dist/tools/common/fetch_apify_docs.d.ts.map +1 -1
- package/dist/tools/common/fetch_apify_docs.js +17 -6
- package/dist/tools/common/fetch_apify_docs.js.map +1 -1
- package/dist/tools/common/get_actor_output.d.ts.map +1 -1
- package/dist/tools/common/get_actor_output.js +9 -18
- package/dist/tools/common/get_actor_output.js.map +1 -1
- package/dist/tools/common/get_actor_run_log.d.ts.map +1 -1
- package/dist/tools/common/get_actor_run_log.js +2 -5
- package/dist/tools/common/get_actor_run_log.js.map +1 -1
- package/dist/tools/common/get_dataset.d.ts.map +1 -1
- package/dist/tools/common/get_dataset.js +1 -3
- package/dist/tools/common/get_dataset.js.map +1 -1
- package/dist/tools/common/get_dataset_items.d.ts.map +1 -1
- package/dist/tools/common/get_dataset_items.js +24 -21
- package/dist/tools/common/get_dataset_items.js.map +1 -1
- package/dist/tools/common/get_dataset_schema.d.ts.map +1 -1
- package/dist/tools/common/get_dataset_schema.js +7 -5
- package/dist/tools/common/get_dataset_schema.js.map +1 -1
- package/dist/tools/common/get_key_value_store.d.ts.map +1 -1
- package/dist/tools/common/get_key_value_store.js +1 -3
- package/dist/tools/common/get_key_value_store.js.map +1 -1
- package/dist/tools/common/get_key_value_store_keys.d.ts.map +1 -1
- package/dist/tools/common/get_key_value_store_keys.js +4 -8
- package/dist/tools/common/get_key_value_store_keys.js.map +1 -1
- package/dist/tools/common/get_key_value_store_record.d.ts.map +1 -1
- package/dist/tools/common/get_key_value_store_record.js +2 -6
- package/dist/tools/common/get_key_value_store_record.js.map +1 -1
- package/dist/tools/common/key_value_store_collection.d.ts.map +1 -1
- package/dist/tools/common/key_value_store_collection.js +8 -4
- package/dist/tools/common/key_value_store_collection.js.map +1 -1
- package/dist/tools/common/run_collection.d.ts.map +1 -1
- package/dist/tools/common/run_collection.js +11 -5
- package/dist/tools/common/run_collection.js.map +1 -1
- package/dist/tools/common/search_apify_docs.d.ts.map +1 -1
- package/dist/tools/common/search_apify_docs.js +12 -11
- package/dist/tools/common/search_apify_docs.js.map +1 -1
- package/dist/tools/core/actor_run_response.d.ts.map +1 -1
- package/dist/tools/core/actor_run_response.js +37 -8
- package/dist/tools/core/actor_run_response.js.map +1 -1
- package/dist/tools/core/actor_tools_factory.d.ts.map +1 -1
- package/dist/tools/core/actor_tools_factory.js +13 -10
- package/dist/tools/core/actor_tools_factory.js.map +1 -1
- package/dist/tools/core/call_actor_common.d.ts.map +1 -1
- package/dist/tools/core/call_actor_common.js +33 -34
- package/dist/tools/core/call_actor_common.js.map +1 -1
- package/dist/tools/core/fetch_actor_details_common.d.ts.map +1 -1
- package/dist/tools/core/fetch_actor_details_common.js +22 -18
- package/dist/tools/core/fetch_actor_details_common.js.map +1 -1
- package/dist/tools/core/get_actor_run_common.d.ts.map +1 -1
- package/dist/tools/core/get_actor_run_common.js +7 -16
- package/dist/tools/core/get_actor_run_common.js.map +1 -1
- package/dist/tools/core/search_actors_common.d.ts.map +1 -1
- package/dist/tools/core/search_actors_common.js +8 -10
- package/dist/tools/core/search_actors_common.js.map +1 -1
- package/dist/tools/default/fetch_actor_details.d.ts.map +1 -1
- package/dist/tools/default/fetch_actor_details.js +1 -1
- package/dist/tools/default/fetch_actor_details.js.map +1 -1
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +1 -1
- package/dist/tools/index.js.map +1 -1
- package/dist/tools/structured_output_schemas.d.ts.map +1 -1
- package/dist/tools/structured_output_schemas.js +47 -19
- package/dist/tools/structured_output_schemas.js.map +1 -1
- package/dist/tools/utils.d.ts.map +1 -1
- package/dist/tools/utils.js +6 -6
- package/dist/tools/utils.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/actor.d.ts.map +1 -1
- package/dist/utils/actor.js +4 -4
- package/dist/utils/actor.js.map +1 -1
- package/dist/utils/actor_card.d.ts.map +1 -1
- package/dist/utils/actor_card.js +8 -13
- package/dist/utils/actor_card.js.map +1 -1
- package/dist/utils/actor_details.d.ts.map +1 -1
- package/dist/utils/actor_details.js.map +1 -1
- package/dist/utils/actor_search.d.ts.map +1 -1
- package/dist/utils/actor_search.js.map +1 -1
- package/dist/utils/ajv.d.ts.map +1 -1
- package/dist/utils/ajv.js.map +1 -1
- package/dist/utils/apify_docs.d.ts.map +1 -1
- package/dist/utils/apify_docs.js.map +1 -1
- package/dist/utils/apify_properties.d.ts.map +1 -1
- package/dist/utils/apify_properties.js +6 -43
- package/dist/utils/apify_properties.js.map +1 -1
- package/dist/utils/generic.d.ts.map +1 -1
- package/dist/utils/generic.js +7 -4
- package/dist/utils/generic.js.map +1 -1
- package/dist/utils/logging.js.map +1 -1
- package/dist/utils/mcp.js.map +1 -1
- package/dist/utils/payment_errors.d.ts.map +1 -1
- package/dist/utils/payment_errors.js +1 -4
- package/dist/utils/payment_errors.js.map +1 -1
- package/dist/utils/pricing_info.d.ts +1 -1
- package/dist/utils/pricing_info.d.ts.map +1 -1
- package/dist/utils/pricing_info.js +16 -22
- package/dist/utils/pricing_info.js.map +1 -1
- package/dist/utils/progress.d.ts.map +1 -1
- package/dist/utils/progress.js +1 -3
- package/dist/utils/progress.js.map +1 -1
- package/dist/utils/schema_generation.d.ts.map +1 -1
- package/dist/utils/schema_generation.js +1 -3
- package/dist/utils/schema_generation.js.map +1 -1
- package/dist/utils/server-instructions/index.d.ts.map +1 -1
- package/dist/utils/server-instructions/index.js +8 -4
- package/dist/utils/server-instructions/index.js.map +1 -1
- package/dist/utils/server_mode.d.ts.map +1 -1
- package/dist/utils/server_mode.js.map +1 -1
- package/dist/utils/tool_categories_helpers.d.ts.map +1 -1
- package/dist/utils/tool_categories_helpers.js +1 -2
- package/dist/utils/tool_categories_helpers.js.map +1 -1
- package/dist/utils/tool_status.d.ts.map +1 -1
- package/dist/utils/tool_status.js +3 -1
- package/dist/utils/tool_status.js.map +1 -1
- package/dist/utils/tools.d.ts.map +1 -1
- package/dist/utils/tools.js +9 -10
- package/dist/utils/tools.js.map +1 -1
- package/dist/utils/tools_loader.d.ts.map +1 -1
- package/dist/utils/tools_loader.js.map +1 -1
- package/dist/utils/userid_cache.d.ts.map +1 -1
- package/dist/utils/userid_cache.js.map +1 -1
- package/dist/web/dist/actor-detail-widget.js +357 -357
- package/dist/web/dist/actor-run-widget.js +51 -51
- package/dist/web/dist/search-actors-widget.js +453 -453
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/server.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var Poe=Object.create;var a1=Object.defineProperty;var Ooe=Object.getOwnPropertyDescriptor;var $oe=Object.getOwnPropertyNames;var Moe=Object.getPrototypeOf,zoe=Object.prototype.hasOwnProperty;var Boe=(e,t,n)=>t in e?a1(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var Qa=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,n)=>(typeof require<"u"?require:t)[n]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var Ie=(e,t)=>()=>(e&&(t=e(e=0)),t);var Rt=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),jr=(e,t)=>{for(var n in t)a1(e,n,{get:t[n],enumerable:!0})},joe=(e,t,n,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of $oe(t))!zoe.call(e,r)&&r!==n&&a1(e,r,{get:()=>t[r],enumerable:!(o=Ooe(t,r))||o.enumerable});return e};var U=(e,t,n)=>(n=e!=null?Poe(Moe(e)):{},joe(t||!e||!e.__esModule?a1(n,"default",{value:e,enumerable:!0}):n,e));var Pt=(e,t,n)=>Boe(e,typeof t!="symbol"?t+"":t,n);var HN=Rt(bt=>{"use strict";var Pp=Symbol.for("react.element"),Uoe=Symbol.for("react.portal"),Hoe=Symbol.for("react.fragment"),Woe=Symbol.for("react.strict_mode"),Voe=Symbol.for("react.profiler"),Goe=Symbol.for("react.provider"),Zoe=Symbol.for("react.context"),Xoe=Symbol.for("react.forward_ref"),Yoe=Symbol.for("react.suspense"),Joe=Symbol.for("react.memo"),qoe=Symbol.for("react.lazy"),NN=Symbol.iterator;function Koe(e){return e===null||typeof e!="object"?null:(e=NN&&e[NN]||e["@@iterator"],typeof e=="function"?e:null)}var PN={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},ON=Object.assign,$N={};function rd(e,t,n){this.props=e,this.context=t,this.refs=$N,this.updater=n||PN}rd.prototype.isReactComponent={};rd.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};rd.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function MN(){}MN.prototype=rd.prototype;function CE(e,t,n){this.props=e,this.context=t,this.refs=$N,this.updater=n||PN}var IE=CE.prototype=new MN;IE.constructor=CE;ON(IE,rd.prototype);IE.isPureReactComponent=!0;var LN=Array.isArray,zN=Object.prototype.hasOwnProperty,_E={current:null},BN={key:!0,ref:!0,__self:!0,__source:!0};function jN(e,t,n){var o,r={},i=null,a=null;if(t!=null)for(o in t.ref!==void 0&&(a=t.ref),t.key!==void 0&&(i=""+t.key),t)zN.call(t,o)&&!BN.hasOwnProperty(o)&&(r[o]=t[o]);var s=arguments.length-2;if(s===1)r.children=n;else if(1<s){for(var l=Array(s),d=0;d<s;d++)l[d]=arguments[d+2];r.children=l}if(e&&e.defaultProps)for(o in s=e.defaultProps,s)r[o]===void 0&&(r[o]=s[o]);return{$$typeof:Pp,type:e,key:i,ref:a,props:r,_owner:_E.current}}function Qoe(e,t){return{$$typeof:Pp,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function SE(e){return typeof e=="object"&&e!==null&&e.$$typeof===Pp}function eie(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(n){return t[n]})}var FN=/\/+/g;function DE(e,t){return typeof e=="object"&&e!==null&&e.key!=null?eie(""+e.key):t.toString(36)}function u1(e,t,n,o,r){var i=typeof e;(i==="undefined"||i==="boolean")&&(e=null);var a=!1;if(e===null)a=!0;else switch(i){case"string":case"number":a=!0;break;case"object":switch(e.$$typeof){case Pp:case Uoe:a=!0}}if(a)return a=e,r=r(a),e=o===""?"."+DE(a,0):o,LN(r)?(n="",e!=null&&(n=e.replace(FN,"$&/")+"/"),u1(r,t,n,"",function(d){return d})):r!=null&&(SE(r)&&(r=Qoe(r,n+(!r.key||a&&a.key===r.key?"":(""+r.key).replace(FN,"$&/")+"/")+e)),t.push(r)),1;if(a=0,o=o===""?".":o+":",LN(e))for(var s=0;s<e.length;s++){i=e[s];var l=o+DE(i,s);a+=u1(i,t,n,l,r)}else if(l=Koe(e),typeof l=="function")for(e=l.call(e),s=0;!(i=e.next()).done;)i=i.value,l=o+DE(i,s++),a+=u1(i,t,n,l,r);else if(i==="object")throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return a}function s1(e,t,n){if(e==null)return e;var o=[],r=0;return u1(e,o,"","",function(i){return t.call(n,i,r++)}),o}function tie(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(n){(e._status===0||e._status===-1)&&(e._status=1,e._result=n)},function(n){(e._status===0||e._status===-1)&&(e._status=2,e._result=n)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var Ur={current:null},l1={transition:null},nie={ReactCurrentDispatcher:Ur,ReactCurrentBatchConfig:l1,ReactCurrentOwner:_E};function UN(){throw Error("act(...) is not supported in production builds of React.")}bt.Children={map:s1,forEach:function(e,t,n){s1(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return s1(e,function(){t++}),t},toArray:function(e){return s1(e,function(t){return t})||[]},only:function(e){if(!SE(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};bt.Component=rd;bt.Fragment=Hoe;bt.Profiler=Voe;bt.PureComponent=CE;bt.StrictMode=Woe;bt.Suspense=Yoe;bt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=nie;bt.act=UN;bt.cloneElement=function(e,t,n){if(e==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var o=ON({},e.props),r=e.key,i=e.ref,a=e._owner;if(t!=null){if(t.ref!==void 0&&(i=t.ref,a=_E.current),t.key!==void 0&&(r=""+t.key),e.type&&e.type.defaultProps)var s=e.type.defaultProps;for(l in t)zN.call(t,l)&&!BN.hasOwnProperty(l)&&(o[l]=t[l]===void 0&&s!==void 0?s[l]:t[l])}var l=arguments.length-2;if(l===1)o.children=n;else if(1<l){s=Array(l);for(var d=0;d<l;d++)s[d]=arguments[d+2];o.children=s}return{$$typeof:Pp,type:e.type,key:r,ref:i,props:o,_owner:a}};bt.createContext=function(e){return e={$$typeof:Zoe,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:Goe,_context:e},e.Consumer=e};bt.createElement=jN;bt.createFactory=function(e){var t=jN.bind(null,e);return t.type=e,t};bt.createRef=function(){return{current:null}};bt.forwardRef=function(e){return{$$typeof:Xoe,render:e}};bt.isValidElement=SE;bt.lazy=function(e){return{$$typeof:qoe,_payload:{_status:-1,_result:e},_init:tie}};bt.memo=function(e,t){return{$$typeof:Joe,type:e,compare:t===void 0?null:t}};bt.startTransition=function(e){var t=l1.transition;l1.transition={};try{e()}finally{l1.transition=t}};bt.unstable_act=UN;bt.useCallback=function(e,t){return Ur.current.useCallback(e,t)};bt.useContext=function(e){return Ur.current.useContext(e)};bt.useDebugValue=function(){};bt.useDeferredValue=function(e){return Ur.current.useDeferredValue(e)};bt.useEffect=function(e,t){return Ur.current.useEffect(e,t)};bt.useId=function(){return Ur.current.useId()};bt.useImperativeHandle=function(e,t,n){return Ur.current.useImperativeHandle(e,t,n)};bt.useInsertionEffect=function(e,t){return Ur.current.useInsertionEffect(e,t)};bt.useLayoutEffect=function(e,t){return Ur.current.useLayoutEffect(e,t)};bt.useMemo=function(e,t){return Ur.current.useMemo(e,t)};bt.useReducer=function(e,t,n){return Ur.current.useReducer(e,t,n)};bt.useRef=function(e){return Ur.current.useRef(e)};bt.useState=function(e){return Ur.current.useState(e)};bt.useSyncExternalStore=function(e,t,n){return Ur.current.useSyncExternalStore(e,t,n)};bt.useTransition=function(){return Ur.current.useTransition()};bt.version="18.3.1"});var ge=Rt((yCe,WN)=>{"use strict";WN.exports=HN()});var VL=Rt(D1=>{"use strict";var Wie=ge(),Vie=Symbol.for("react.element"),Gie=Symbol.for("react.fragment"),Zie=Object.prototype.hasOwnProperty,Xie=Wie.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,Yie={key:!0,ref:!0,__self:!0,__source:!0};function WL(e,t,n){var o,r={},i=null,a=null;n!==void 0&&(i=""+n),t.key!==void 0&&(i=""+t.key),t.ref!==void 0&&(a=t.ref);for(o in t)Zie.call(t,o)&&!Yie.hasOwnProperty(o)&&(r[o]=t[o]);if(e&&e.defaultProps)for(o in t=e.defaultProps,t)r[o]===void 0&&(r[o]=t[o]);return{$$typeof:Vie,type:e,key:i,ref:a,props:r,_owner:Xie.current}}D1.Fragment=Gie;D1.jsx=WL;D1.jsxs=WL});var me=Rt((oIe,GL)=>{"use strict";GL.exports=VL()});var CF=Rt((L4e,DF)=>{"use strict";DF.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});var kP=Rt(Qt=>{"use strict";function Aw(e,t){var n=e.length;e.push(t);e:for(;0<n;){var o=n-1>>>1,r=e[o];if(0<V1(r,t))e[o]=t,e[n]=r,n=o;else break e}}function zi(e){return e.length===0?null:e[0]}function Z1(e){if(e.length===0)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;e:for(var o=0,r=e.length,i=r>>>1;o<i;){var a=2*(o+1)-1,s=e[a],l=a+1,d=e[l];if(0>V1(s,n))l<r&&0>V1(d,s)?(e[o]=d,e[l]=n,o=l):(e[o]=s,e[a]=n,o=a);else if(l<r&&0>V1(d,n))e[o]=d,e[l]=n,o=l;else break e}}return t}function V1(e,t){var n=e.sortIndex-t.sortIndex;return n!==0?n:e.id-t.id}typeof performance=="object"&&typeof performance.now=="function"?(mP=performance,Qt.unstable_now=function(){return mP.now()}):(_w=Date,hP=_w.now(),Qt.unstable_now=function(){return _w.now()-hP});var mP,_w,hP,wa=[],ru=[],zse=1,ui=null,Dr=3,X1=!1,Sl=!1,sm=!1,vP=typeof setTimeout=="function"?setTimeout:null,yP=typeof clearTimeout=="function"?clearTimeout:null,gP=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function Rw(e){for(var t=zi(ru);t!==null;){if(t.callback===null)Z1(ru);else if(t.startTime<=e)Z1(ru),t.sortIndex=t.expirationTime,Aw(wa,t);else break;t=zi(ru)}}function Nw(e){if(sm=!1,Rw(e),!Sl)if(zi(wa)!==null)Sl=!0,Fw(Lw);else{var t=zi(ru);t!==null&&Pw(Nw,t.startTime-e)}}function Lw(e,t){Sl=!1,sm&&(sm=!1,yP(um),um=-1),X1=!0;var n=Dr;try{for(Rw(t),ui=zi(wa);ui!==null&&(!(ui.expirationTime>t)||e&&!wP());){var o=ui.callback;if(typeof o=="function"){ui.callback=null,Dr=ui.priorityLevel;var r=o(ui.expirationTime<=t);t=Qt.unstable_now(),typeof r=="function"?ui.callback=r:ui===zi(wa)&&Z1(wa),Rw(t)}else Z1(wa);ui=zi(wa)}if(ui!==null)var i=!0;else{var a=zi(ru);a!==null&&Pw(Nw,a.startTime-t),i=!1}return i}finally{ui=null,Dr=n,X1=!1}}var Y1=!1,G1=null,um=-1,xP=5,EP=-1;function wP(){return!(Qt.unstable_now()-EP<xP)}function Sw(){if(G1!==null){var e=Qt.unstable_now();EP=e;var t=!0;try{t=G1(!0,e)}finally{t?am():(Y1=!1,G1=null)}}else Y1=!1}var am;typeof gP=="function"?am=function(){gP(Sw)}:typeof MessageChannel<"u"?(Tw=new MessageChannel,bP=Tw.port2,Tw.port1.onmessage=Sw,am=function(){bP.postMessage(null)}):am=function(){vP(Sw,0)};var Tw,bP;function Fw(e){G1=e,Y1||(Y1=!0,am())}function Pw(e,t){um=vP(function(){e(Qt.unstable_now())},t)}Qt.unstable_IdlePriority=5;Qt.unstable_ImmediatePriority=1;Qt.unstable_LowPriority=4;Qt.unstable_NormalPriority=3;Qt.unstable_Profiling=null;Qt.unstable_UserBlockingPriority=2;Qt.unstable_cancelCallback=function(e){e.callback=null};Qt.unstable_continueExecution=function(){Sl||X1||(Sl=!0,Fw(Lw))};Qt.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):xP=0<e?Math.floor(1e3/e):5};Qt.unstable_getCurrentPriorityLevel=function(){return Dr};Qt.unstable_getFirstCallbackNode=function(){return zi(wa)};Qt.unstable_next=function(e){switch(Dr){case 1:case 2:case 3:var t=3;break;default:t=Dr}var n=Dr;Dr=t;try{return e()}finally{Dr=n}};Qt.unstable_pauseExecution=function(){};Qt.unstable_requestPaint=function(){};Qt.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=Dr;Dr=e;try{return t()}finally{Dr=n}};Qt.unstable_scheduleCallback=function(e,t,n){var o=Qt.unstable_now();switch(typeof n=="object"&&n!==null?(n=n.delay,n=typeof n=="number"&&0<n?o+n:o):n=o,e){case 1:var r=-1;break;case 2:r=250;break;case 5:r=1073741823;break;case 4:r=1e4;break;default:r=5e3}return r=n+r,e={id:zse++,callback:t,priorityLevel:e,startTime:n,expirationTime:r,sortIndex:-1},n>o?(e.sortIndex=n,Aw(ru,e),zi(wa)===null&&e===zi(ru)&&(sm?(yP(um),um=-1):sm=!0,Pw(Nw,n-o))):(e.sortIndex=r,Aw(wa,e),Sl||X1||(Sl=!0,Fw(Lw))),e};Qt.unstable_shouldYield=wP;Qt.unstable_wrapCallback=function(e){var t=Dr;return function(){var n=Dr;Dr=t;try{return e.apply(this,arguments)}finally{Dr=n}}}});var CP=Rt((Y_e,DP)=>{"use strict";DP.exports=kP()});var TM=Rt(zo=>{"use strict";var Bse=ge(),$o=CP();function xe(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var NO=new Set,Am={};function jl(e,t){$d(e,t),$d(e+"Capture",t)}function $d(e,t){for(Am[e]=t,e=0;e<t.length;e++)NO.add(t[e])}var ms=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),ok=Object.prototype.hasOwnProperty,jse=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,IP={},_P={};function Use(e){return ok.call(_P,e)?!0:ok.call(IP,e)?!1:jse.test(e)?_P[e]=!0:(IP[e]=!0,!1)}function Hse(e,t,n,o){if(n!==null&&n.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return o?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function Wse(e,t,n,o){if(t===null||typeof t>"u"||Hse(e,t,n,o))return!0;if(o)return!1;if(n!==null)switch(n.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function Zr(e,t,n,o,r,i,a){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=o,this.attributeNamespace=r,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=a}var hr={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){hr[e]=new Zr(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];hr[t]=new Zr(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){hr[e]=new Zr(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){hr[e]=new Zr(e,2,!1,e,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(e){hr[e]=new Zr(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){hr[e]=new Zr(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){hr[e]=new Zr(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){hr[e]=new Zr(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){hr[e]=new Zr(e,5,!1,e.toLowerCase(),null,!1,!1)});var Jk=/[\-:]([a-z])/g;function qk(e){return e[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(e){var t=e.replace(Jk,qk);hr[t]=new Zr(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(Jk,qk);hr[t]=new Zr(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(Jk,qk);hr[t]=new Zr(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){hr[e]=new Zr(e,1,!1,e.toLowerCase(),null,!1,!1)});hr.xlinkHref=new Zr("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){hr[e]=new Zr(e,1,!1,e.toLowerCase(),null,!0,!0)});function Kk(e,t,n,o){var r=hr.hasOwnProperty(t)?hr[t]:null;(r!==null?r.type!==0:o||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(Wse(t,n,r,o)&&(n=null),o||r===null?Use(t)&&(n===null?e.removeAttribute(t):e.setAttribute(t,""+n)):r.mustUseProperty?e[r.propertyName]=n===null?r.type===3?!1:"":n:(t=r.attributeName,o=r.attributeNamespace,n===null?e.removeAttribute(t):(r=r.type,n=r===3||r===4&&n===!0?"":""+n,o?e.setAttributeNS(o,t,n):e.setAttribute(t,n))))}var vs=Bse.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,J1=Symbol.for("react.element"),yd=Symbol.for("react.portal"),xd=Symbol.for("react.fragment"),Qk=Symbol.for("react.strict_mode"),ik=Symbol.for("react.profiler"),LO=Symbol.for("react.provider"),FO=Symbol.for("react.context"),eD=Symbol.for("react.forward_ref"),ak=Symbol.for("react.suspense"),sk=Symbol.for("react.suspense_list"),tD=Symbol.for("react.memo"),iu=Symbol.for("react.lazy"),PO=Symbol.for("react.offscreen"),SP=Symbol.iterator;function lm(e){return e===null||typeof e!="object"?null:(e=SP&&e[SP]||e["@@iterator"],typeof e=="function"?e:null)}var gn=Object.assign,Ow;function bm(e){if(Ow===void 0)try{throw Error()}catch(n){var t=n.stack.trim().match(/\n( *(at )?)/);Ow=t&&t[1]||""}return`
|
|
1
|
+
var Poe=Object.create;var a1=Object.defineProperty;var Ooe=Object.getOwnPropertyDescriptor;var $oe=Object.getOwnPropertyNames;var Moe=Object.getPrototypeOf,zoe=Object.prototype.hasOwnProperty;var Boe=(e,t,n)=>t in e?a1(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var Qa=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,n)=>(typeof require<"u"?require:t)[n]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var Ie=(e,t)=>()=>(e&&(t=e(e=0)),t);var Rt=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),jr=(e,t)=>{for(var n in t)a1(e,n,{get:t[n],enumerable:!0})},joe=(e,t,n,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of $oe(t))!zoe.call(e,r)&&r!==n&&a1(e,r,{get:()=>t[r],enumerable:!(o=Ooe(t,r))||o.enumerable});return e};var U=(e,t,n)=>(n=e!=null?Poe(Moe(e)):{},joe(t||!e||!e.__esModule?a1(n,"default",{value:e,enumerable:!0}):n,e));var Pt=(e,t,n)=>Boe(e,typeof t!="symbol"?t+"":t,n);var HN=Rt(bt=>{"use strict";var Pp=Symbol.for("react.element"),Uoe=Symbol.for("react.portal"),Hoe=Symbol.for("react.fragment"),Woe=Symbol.for("react.strict_mode"),Voe=Symbol.for("react.profiler"),Goe=Symbol.for("react.provider"),Zoe=Symbol.for("react.context"),Xoe=Symbol.for("react.forward_ref"),Yoe=Symbol.for("react.suspense"),Joe=Symbol.for("react.memo"),qoe=Symbol.for("react.lazy"),NN=Symbol.iterator;function Koe(e){return e===null||typeof e!="object"?null:(e=NN&&e[NN]||e["@@iterator"],typeof e=="function"?e:null)}var PN={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},ON=Object.assign,$N={};function rd(e,t,n){this.props=e,this.context=t,this.refs=$N,this.updater=n||PN}rd.prototype.isReactComponent={};rd.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};rd.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function MN(){}MN.prototype=rd.prototype;function CE(e,t,n){this.props=e,this.context=t,this.refs=$N,this.updater=n||PN}var IE=CE.prototype=new MN;IE.constructor=CE;ON(IE,rd.prototype);IE.isPureReactComponent=!0;var LN=Array.isArray,zN=Object.prototype.hasOwnProperty,_E={current:null},BN={key:!0,ref:!0,__self:!0,__source:!0};function jN(e,t,n){var o,r={},i=null,a=null;if(t!=null)for(o in t.ref!==void 0&&(a=t.ref),t.key!==void 0&&(i=""+t.key),t)zN.call(t,o)&&!BN.hasOwnProperty(o)&&(r[o]=t[o]);var s=arguments.length-2;if(s===1)r.children=n;else if(1<s){for(var l=Array(s),d=0;d<s;d++)l[d]=arguments[d+2];r.children=l}if(e&&e.defaultProps)for(o in s=e.defaultProps,s)r[o]===void 0&&(r[o]=s[o]);return{$$typeof:Pp,type:e,key:i,ref:a,props:r,_owner:_E.current}}function Qoe(e,t){return{$$typeof:Pp,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function SE(e){return typeof e=="object"&&e!==null&&e.$$typeof===Pp}function eie(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(n){return t[n]})}var FN=/\/+/g;function DE(e,t){return typeof e=="object"&&e!==null&&e.key!=null?eie(""+e.key):t.toString(36)}function u1(e,t,n,o,r){var i=typeof e;(i==="undefined"||i==="boolean")&&(e=null);var a=!1;if(e===null)a=!0;else switch(i){case"string":case"number":a=!0;break;case"object":switch(e.$$typeof){case Pp:case Uoe:a=!0}}if(a)return a=e,r=r(a),e=o===""?"."+DE(a,0):o,LN(r)?(n="",e!=null&&(n=e.replace(FN,"$&/")+"/"),u1(r,t,n,"",function(d){return d})):r!=null&&(SE(r)&&(r=Qoe(r,n+(!r.key||a&&a.key===r.key?"":(""+r.key).replace(FN,"$&/")+"/")+e)),t.push(r)),1;if(a=0,o=o===""?".":o+":",LN(e))for(var s=0;s<e.length;s++){i=e[s];var l=o+DE(i,s);a+=u1(i,t,n,l,r)}else if(l=Koe(e),typeof l=="function")for(e=l.call(e),s=0;!(i=e.next()).done;)i=i.value,l=o+DE(i,s++),a+=u1(i,t,n,l,r);else if(i==="object")throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return a}function s1(e,t,n){if(e==null)return e;var o=[],r=0;return u1(e,o,"","",function(i){return t.call(n,i,r++)}),o}function tie(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(n){(e._status===0||e._status===-1)&&(e._status=1,e._result=n)},function(n){(e._status===0||e._status===-1)&&(e._status=2,e._result=n)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var Ur={current:null},l1={transition:null},nie={ReactCurrentDispatcher:Ur,ReactCurrentBatchConfig:l1,ReactCurrentOwner:_E};function UN(){throw Error("act(...) is not supported in production builds of React.")}bt.Children={map:s1,forEach:function(e,t,n){s1(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return s1(e,function(){t++}),t},toArray:function(e){return s1(e,function(t){return t})||[]},only:function(e){if(!SE(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};bt.Component=rd;bt.Fragment=Hoe;bt.Profiler=Voe;bt.PureComponent=CE;bt.StrictMode=Woe;bt.Suspense=Yoe;bt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=nie;bt.act=UN;bt.cloneElement=function(e,t,n){if(e==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var o=ON({},e.props),r=e.key,i=e.ref,a=e._owner;if(t!=null){if(t.ref!==void 0&&(i=t.ref,a=_E.current),t.key!==void 0&&(r=""+t.key),e.type&&e.type.defaultProps)var s=e.type.defaultProps;for(l in t)zN.call(t,l)&&!BN.hasOwnProperty(l)&&(o[l]=t[l]===void 0&&s!==void 0?s[l]:t[l])}var l=arguments.length-2;if(l===1)o.children=n;else if(1<l){s=Array(l);for(var d=0;d<l;d++)s[d]=arguments[d+2];o.children=s}return{$$typeof:Pp,type:e.type,key:r,ref:i,props:o,_owner:a}};bt.createContext=function(e){return e={$$typeof:Zoe,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:Goe,_context:e},e.Consumer=e};bt.createElement=jN;bt.createFactory=function(e){var t=jN.bind(null,e);return t.type=e,t};bt.createRef=function(){return{current:null}};bt.forwardRef=function(e){return{$$typeof:Xoe,render:e}};bt.isValidElement=SE;bt.lazy=function(e){return{$$typeof:qoe,_payload:{_status:-1,_result:e},_init:tie}};bt.memo=function(e,t){return{$$typeof:Joe,type:e,compare:t===void 0?null:t}};bt.startTransition=function(e){var t=l1.transition;l1.transition={};try{e()}finally{l1.transition=t}};bt.unstable_act=UN;bt.useCallback=function(e,t){return Ur.current.useCallback(e,t)};bt.useContext=function(e){return Ur.current.useContext(e)};bt.useDebugValue=function(){};bt.useDeferredValue=function(e){return Ur.current.useDeferredValue(e)};bt.useEffect=function(e,t){return Ur.current.useEffect(e,t)};bt.useId=function(){return Ur.current.useId()};bt.useImperativeHandle=function(e,t,n){return Ur.current.useImperativeHandle(e,t,n)};bt.useInsertionEffect=function(e,t){return Ur.current.useInsertionEffect(e,t)};bt.useLayoutEffect=function(e,t){return Ur.current.useLayoutEffect(e,t)};bt.useMemo=function(e,t){return Ur.current.useMemo(e,t)};bt.useReducer=function(e,t,n){return Ur.current.useReducer(e,t,n)};bt.useRef=function(e){return Ur.current.useRef(e)};bt.useState=function(e){return Ur.current.useState(e)};bt.useSyncExternalStore=function(e,t,n){return Ur.current.useSyncExternalStore(e,t,n)};bt.useTransition=function(){return Ur.current.useTransition()};bt.version="18.3.1"});var ge=Rt((yCe,WN)=>{"use strict";WN.exports=HN()});var VL=Rt(D1=>{"use strict";var Wie=ge(),Vie=Symbol.for("react.element"),Gie=Symbol.for("react.fragment"),Zie=Object.prototype.hasOwnProperty,Xie=Wie.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,Yie={key:!0,ref:!0,__self:!0,__source:!0};function WL(e,t,n){var o,r={},i=null,a=null;n!==void 0&&(i=""+n),t.key!==void 0&&(i=""+t.key),t.ref!==void 0&&(a=t.ref);for(o in t)Zie.call(t,o)&&!Yie.hasOwnProperty(o)&&(r[o]=t[o]);if(e&&e.defaultProps)for(o in t=e.defaultProps,t)r[o]===void 0&&(r[o]=t[o]);return{$$typeof:Vie,type:e,key:i,ref:a,props:r,_owner:Xie.current}}D1.Fragment=Gie;D1.jsx=WL;D1.jsxs=WL});var me=Rt((oIe,GL)=>{"use strict";GL.exports=VL()});var RF=Rt((O4e,AF)=>{"use strict";AF.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});var kP=Rt(Qt=>{"use strict";function Aw(e,t){var n=e.length;e.push(t);e:for(;0<n;){var o=n-1>>>1,r=e[o];if(0<V1(r,t))e[o]=t,e[n]=r,n=o;else break e}}function zi(e){return e.length===0?null:e[0]}function Z1(e){if(e.length===0)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;e:for(var o=0,r=e.length,i=r>>>1;o<i;){var a=2*(o+1)-1,s=e[a],l=a+1,d=e[l];if(0>V1(s,n))l<r&&0>V1(d,s)?(e[o]=d,e[l]=n,o=l):(e[o]=s,e[a]=n,o=a);else if(l<r&&0>V1(d,n))e[o]=d,e[l]=n,o=l;else break e}}return t}function V1(e,t){var n=e.sortIndex-t.sortIndex;return n!==0?n:e.id-t.id}typeof performance=="object"&&typeof performance.now=="function"?(mP=performance,Qt.unstable_now=function(){return mP.now()}):(_w=Date,hP=_w.now(),Qt.unstable_now=function(){return _w.now()-hP});var mP,_w,hP,wa=[],ru=[],zse=1,ui=null,Dr=3,X1=!1,Sl=!1,sm=!1,vP=typeof setTimeout=="function"?setTimeout:null,yP=typeof clearTimeout=="function"?clearTimeout:null,gP=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function Rw(e){for(var t=zi(ru);t!==null;){if(t.callback===null)Z1(ru);else if(t.startTime<=e)Z1(ru),t.sortIndex=t.expirationTime,Aw(wa,t);else break;t=zi(ru)}}function Nw(e){if(sm=!1,Rw(e),!Sl)if(zi(wa)!==null)Sl=!0,Fw(Lw);else{var t=zi(ru);t!==null&&Pw(Nw,t.startTime-e)}}function Lw(e,t){Sl=!1,sm&&(sm=!1,yP(um),um=-1),X1=!0;var n=Dr;try{for(Rw(t),ui=zi(wa);ui!==null&&(!(ui.expirationTime>t)||e&&!wP());){var o=ui.callback;if(typeof o=="function"){ui.callback=null,Dr=ui.priorityLevel;var r=o(ui.expirationTime<=t);t=Qt.unstable_now(),typeof r=="function"?ui.callback=r:ui===zi(wa)&&Z1(wa),Rw(t)}else Z1(wa);ui=zi(wa)}if(ui!==null)var i=!0;else{var a=zi(ru);a!==null&&Pw(Nw,a.startTime-t),i=!1}return i}finally{ui=null,Dr=n,X1=!1}}var Y1=!1,G1=null,um=-1,xP=5,EP=-1;function wP(){return!(Qt.unstable_now()-EP<xP)}function Sw(){if(G1!==null){var e=Qt.unstable_now();EP=e;var t=!0;try{t=G1(!0,e)}finally{t?am():(Y1=!1,G1=null)}}else Y1=!1}var am;typeof gP=="function"?am=function(){gP(Sw)}:typeof MessageChannel<"u"?(Tw=new MessageChannel,bP=Tw.port2,Tw.port1.onmessage=Sw,am=function(){bP.postMessage(null)}):am=function(){vP(Sw,0)};var Tw,bP;function Fw(e){G1=e,Y1||(Y1=!0,am())}function Pw(e,t){um=vP(function(){e(Qt.unstable_now())},t)}Qt.unstable_IdlePriority=5;Qt.unstable_ImmediatePriority=1;Qt.unstable_LowPriority=4;Qt.unstable_NormalPriority=3;Qt.unstable_Profiling=null;Qt.unstable_UserBlockingPriority=2;Qt.unstable_cancelCallback=function(e){e.callback=null};Qt.unstable_continueExecution=function(){Sl||X1||(Sl=!0,Fw(Lw))};Qt.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):xP=0<e?Math.floor(1e3/e):5};Qt.unstable_getCurrentPriorityLevel=function(){return Dr};Qt.unstable_getFirstCallbackNode=function(){return zi(wa)};Qt.unstable_next=function(e){switch(Dr){case 1:case 2:case 3:var t=3;break;default:t=Dr}var n=Dr;Dr=t;try{return e()}finally{Dr=n}};Qt.unstable_pauseExecution=function(){};Qt.unstable_requestPaint=function(){};Qt.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=Dr;Dr=e;try{return t()}finally{Dr=n}};Qt.unstable_scheduleCallback=function(e,t,n){var o=Qt.unstable_now();switch(typeof n=="object"&&n!==null?(n=n.delay,n=typeof n=="number"&&0<n?o+n:o):n=o,e){case 1:var r=-1;break;case 2:r=250;break;case 5:r=1073741823;break;case 4:r=1e4;break;default:r=5e3}return r=n+r,e={id:zse++,callback:t,priorityLevel:e,startTime:n,expirationTime:r,sortIndex:-1},n>o?(e.sortIndex=n,Aw(ru,e),zi(wa)===null&&e===zi(ru)&&(sm?(yP(um),um=-1):sm=!0,Pw(Nw,n-o))):(e.sortIndex=r,Aw(wa,e),Sl||X1||(Sl=!0,Fw(Lw))),e};Qt.unstable_shouldYield=wP;Qt.unstable_wrapCallback=function(e){var t=Dr;return function(){var n=Dr;Dr=t;try{return e.apply(this,arguments)}finally{Dr=n}}}});var CP=Rt((Y_e,DP)=>{"use strict";DP.exports=kP()});var TM=Rt(zo=>{"use strict";var Bse=ge(),$o=CP();function xe(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var NO=new Set,Am={};function jl(e,t){$d(e,t),$d(e+"Capture",t)}function $d(e,t){for(Am[e]=t,e=0;e<t.length;e++)NO.add(t[e])}var ms=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),ok=Object.prototype.hasOwnProperty,jse=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,IP={},_P={};function Use(e){return ok.call(_P,e)?!0:ok.call(IP,e)?!1:jse.test(e)?_P[e]=!0:(IP[e]=!0,!1)}function Hse(e,t,n,o){if(n!==null&&n.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return o?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function Wse(e,t,n,o){if(t===null||typeof t>"u"||Hse(e,t,n,o))return!0;if(o)return!1;if(n!==null)switch(n.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function Zr(e,t,n,o,r,i,a){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=o,this.attributeNamespace=r,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=a}var hr={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){hr[e]=new Zr(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];hr[t]=new Zr(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){hr[e]=new Zr(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){hr[e]=new Zr(e,2,!1,e,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(e){hr[e]=new Zr(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){hr[e]=new Zr(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){hr[e]=new Zr(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){hr[e]=new Zr(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){hr[e]=new Zr(e,5,!1,e.toLowerCase(),null,!1,!1)});var Jk=/[\-:]([a-z])/g;function qk(e){return e[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(e){var t=e.replace(Jk,qk);hr[t]=new Zr(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(Jk,qk);hr[t]=new Zr(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(Jk,qk);hr[t]=new Zr(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){hr[e]=new Zr(e,1,!1,e.toLowerCase(),null,!1,!1)});hr.xlinkHref=new Zr("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){hr[e]=new Zr(e,1,!1,e.toLowerCase(),null,!0,!0)});function Kk(e,t,n,o){var r=hr.hasOwnProperty(t)?hr[t]:null;(r!==null?r.type!==0:o||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(Wse(t,n,r,o)&&(n=null),o||r===null?Use(t)&&(n===null?e.removeAttribute(t):e.setAttribute(t,""+n)):r.mustUseProperty?e[r.propertyName]=n===null?r.type===3?!1:"":n:(t=r.attributeName,o=r.attributeNamespace,n===null?e.removeAttribute(t):(r=r.type,n=r===3||r===4&&n===!0?"":""+n,o?e.setAttributeNS(o,t,n):e.setAttribute(t,n))))}var vs=Bse.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,J1=Symbol.for("react.element"),yd=Symbol.for("react.portal"),xd=Symbol.for("react.fragment"),Qk=Symbol.for("react.strict_mode"),ik=Symbol.for("react.profiler"),LO=Symbol.for("react.provider"),FO=Symbol.for("react.context"),eD=Symbol.for("react.forward_ref"),ak=Symbol.for("react.suspense"),sk=Symbol.for("react.suspense_list"),tD=Symbol.for("react.memo"),iu=Symbol.for("react.lazy"),PO=Symbol.for("react.offscreen"),SP=Symbol.iterator;function lm(e){return e===null||typeof e!="object"?null:(e=SP&&e[SP]||e["@@iterator"],typeof e=="function"?e:null)}var gn=Object.assign,Ow;function bm(e){if(Ow===void 0)try{throw Error()}catch(n){var t=n.stack.trim().match(/\n( *(at )?)/);Ow=t&&t[1]||""}return`
|
|
2
2
|
`+Ow+e}var $w=!1;function Mw(e,t){if(!e||$w)return"";$w=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(t,[])}catch(d){var o=d}Reflect.construct(e,[],t)}else{try{t.call()}catch(d){o=d}e.call(t.prototype)}else{try{throw Error()}catch(d){o=d}e()}}catch(d){if(d&&o&&typeof d.stack=="string"){for(var r=d.stack.split(`
|
|
3
3
|
`),i=o.stack.split(`
|
|
4
4
|
`),a=r.length-1,s=i.length-1;1<=a&&0<=s&&r[a]!==i[s];)s--;for(;1<=a&&0<=s;a--,s--)if(r[a]!==i[s]){if(a!==1||s!==1)do if(a--,s--,0>s||r[a]!==i[s]){var l=`
|
|
@@ -89,8 +89,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
89
89
|
|
|
90
90
|
`)}g.write("payload.value = newResult;"),g.write("return payload;");let E=g.compile();return(D,_)=>E(b,D,_)},i,a=yc,s=!bc.jitless,d=s&&b_.value,f=t.catchall,p;e._zod.parse=(b,g)=>{p??(p=o.value);let y=b.value;return a(y)?s&&d&&g?.async===!1&&g.jitless!==!0?(i||(i=r(t.shape)),b=i(b,g),f?JZ([],y,b,g,p,e):b):n(b,g):(b.issues.push({expected:"object",code:"invalid_type",input:y,inst:e}),b)}});ph=G("$ZodUnion",(e,t)=>{Je.init(e,t),mt(e._zod,"optin",()=>t.options.some(o=>o._zod.optin==="optional")?"optional":void 0),mt(e._zod,"optout",()=>t.options.some(o=>o._zod.optout==="optional")?"optional":void 0),mt(e._zod,"values",()=>{if(t.options.every(o=>o._zod.values))return new Set(t.options.flatMap(o=>Array.from(o._zod.values)))}),mt(e._zod,"pattern",()=>{if(t.options.every(o=>o._zod.pattern)){let o=t.options.map(r=>r._zod.pattern);return new RegExp(`^(${o.map(r=>th(r.source)).join("|")})$`)}});let n=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(o,r)=>{if(n)return n(o,r);let i=!1,a=[];for(let s of t.options){let l=s._zod.run({value:o.value,issues:[]},r);if(l instanceof Promise)a.push(l),i=!0;else{if(l.issues.length===0)return l;a.push(l)}}return i?Promise.all(a).then(s=>FZ(s,o,e,r)):FZ(a,o,e,r)}});sS=G("$ZodXor",(e,t)=>{ph.init(e,t),t.inclusive=!1;let n=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(o,r)=>{if(n)return n(o,r);let i=!1,a=[];for(let s of t.options){let l=s._zod.run({value:o.value,issues:[]},r);l instanceof Promise?(a.push(l),i=!0):a.push(l)}return i?Promise.all(a).then(s=>PZ(s,o,e,r)):PZ(a,o,e,r)}}),uS=G("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,ph.init(e,t);let n=e._zod.parse;mt(e._zod,"propValues",()=>{let r={};for(let i of t.options){let a=i._zod.propValues;if(!a||Object.keys(a).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(let[s,l]of Object.entries(a)){r[s]||(r[s]=new Set);for(let d of l)r[s].add(d)}}return r});let o=Mf(()=>{let r=t.options,i=new Map;for(let a of r){let s=a._zod.propValues?.[t.discriminator];if(!s||s.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(a)}"`);for(let l of s){if(i.has(l))throw new Error(`Duplicate discriminator value "${String(l)}"`);i.set(l,a)}}return i});e._zod.parse=(r,i)=>{let a=r.value;if(!yc(a))return r.issues.push({code:"invalid_type",expected:"object",input:a,inst:e}),r;let s=o.value.get(a?.[t.discriminator]);return s?s._zod.run(r,i):t.unionFallback||i.direction==="backward"?n(r,i):(r.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,options:Array.from(o.value.keys()),input:a,path:[t.discriminator],inst:e}),r)}}),lS=G("$ZodIntersection",(e,t)=>{Je.init(e,t),e._zod.parse=(n,o)=>{let r=n.value,i=t.left._zod.run({value:r,issues:[]},o),a=t.right._zod.run({value:r,issues:[]},o);return i instanceof Promise||a instanceof Promise?Promise.all([i,a]).then(([l,d])=>OZ(n,l,d)):OZ(n,i,a)}});a6=G("$ZodTuple",(e,t)=>{Je.init(e,t);let n=t.items;e._zod.parse=(o,r)=>{let i=o.value;if(!Array.isArray(i))return o.issues.push({input:i,inst:e,expected:"tuple",code:"invalid_type"}),o;o.value=[];let a=[],s=$Z(n,"optin"),l=$Z(n,"optout");if(!t.rest){if(i.length<s)return o.issues.push({code:"too_small",minimum:s,inclusive:!0,input:i,inst:e,origin:"array"}),o;i.length>n.length&&o.issues.push({code:"too_big",maximum:n.length,inclusive:!0,input:i,inst:e,origin:"array"})}let d=new Array(n.length);for(let f=0;f<n.length;f++){let p=n[f]._zod.run({value:i[f],issues:[]},r);p instanceof Promise?a.push(p.then(b=>{d[f]=b})):d[f]=p}if(t.rest){let f=n.length-1,p=i.slice(n.length);for(let b of p){f++;let g=t.rest._zod.run({value:b,issues:[]},r);g instanceof Promise?a.push(g.then(y=>MZ(y,o,f))):MZ(g,o,f)}}return a.length?Promise.all(a).then(()=>zZ(d,o,n,i,l)):zZ(d,o,n,i,l)}});cS=G("$ZodRecord",(e,t)=>{Je.init(e,t),e._zod.parse=(n,o)=>{let r=n.value;if(!Xu(r))return n.issues.push({expected:"record",code:"invalid_type",input:r,inst:e}),n;let i=[],a=t.keyType._zod.values;if(a){n.value={};let s=new Set;for(let d of a)if(typeof d=="string"||typeof d=="number"||typeof d=="symbol"){s.add(typeof d=="number"?d.toString():d);let f=t.keyType._zod.run({value:d,issues:[]},o);if(f instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(f.issues.length){n.issues.push({code:"invalid_key",origin:"record",issues:f.issues.map(g=>eo(g,o,bn())),input:d,path:[d],inst:e});continue}let p=f.value,b=t.valueType._zod.run({value:r[d],issues:[]},o);b instanceof Promise?i.push(b.then(g=>{g.issues.length&&n.issues.push(...yo(d,g.issues)),n.value[p]=g.value})):(b.issues.length&&n.issues.push(...yo(d,b.issues)),n.value[p]=b.value)}let l;for(let d in r)s.has(d)||(l=l??[],l.push(d));l&&l.length>0&&n.issues.push({code:"unrecognized_keys",input:r,inst:e,keys:l})}else{n.value={};for(let s of Reflect.ownKeys(r)){if(s==="__proto__"||!Object.prototype.propertyIsEnumerable.call(r,s))continue;let l=t.keyType._zod.run({value:s,issues:[]},o);if(l instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof s=="string"&&Yy.test(s)&&l.issues.length){let p=t.keyType._zod.run({value:Number(s),issues:[]},o);if(p instanceof Promise)throw new Error("Async schemas not supported in object keys currently");p.issues.length===0&&(l=p)}if(l.issues.length){t.mode==="loose"?n.value[s]=r[s]:n.issues.push({code:"invalid_key",origin:"record",issues:l.issues.map(p=>eo(p,o,bn())),input:s,path:[s],inst:e});continue}let f=t.valueType._zod.run({value:r[s],issues:[]},o);f instanceof Promise?i.push(f.then(p=>{p.issues.length&&n.issues.push(...yo(s,p.issues)),n.value[l.value]=p.value})):(f.issues.length&&n.issues.push(...yo(s,f.issues)),n.value[l.value]=f.value)}}return i.length?Promise.all(i).then(()=>n):n}}),dS=G("$ZodMap",(e,t)=>{Je.init(e,t),e._zod.parse=(n,o)=>{let r=n.value;if(!(r instanceof Map))return n.issues.push({expected:"map",code:"invalid_type",input:r,inst:e}),n;let i=[];n.value=new Map;for(let[a,s]of r){let l=t.keyType._zod.run({value:a,issues:[]},o),d=t.valueType._zod.run({value:s,issues:[]},o);l instanceof Promise||d instanceof Promise?i.push(Promise.all([l,d]).then(([f,p])=>{BZ(f,p,n,a,r,e,o)})):BZ(l,d,n,a,r,e,o)}return i.length?Promise.all(i).then(()=>n):n}});fS=G("$ZodSet",(e,t)=>{Je.init(e,t),e._zod.parse=(n,o)=>{let r=n.value;if(!(r instanceof Set))return n.issues.push({input:r,inst:e,expected:"set",code:"invalid_type"}),n;let i=[];n.value=new Set;for(let a of r){let s=t.valueType._zod.run({value:a,issues:[]},o);s instanceof Promise?i.push(s.then(l=>jZ(l,n))):jZ(s,n)}return i.length?Promise.all(i).then(()=>n):n}});pS=G("$ZodEnum",(e,t)=>{Je.init(e,t);let n=eh(t.entries),o=new Set(n);e._zod.values=o,e._zod.pattern=new RegExp(`^(${n.filter(r=>nh.has(typeof r)).map(r=>typeof r=="string"?ki(r):r.toString()).join("|")})$`),e._zod.parse=(r,i)=>{let a=r.value;return o.has(a)||r.issues.push({code:"invalid_value",values:n,input:a,inst:e}),r}}),mS=G("$ZodLiteral",(e,t)=>{if(Je.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");let n=new Set(t.values);e._zod.values=n,e._zod.pattern=new RegExp(`^(${t.values.map(o=>typeof o=="string"?ki(o):o?ki(o.toString()):String(o)).join("|")})$`),e._zod.parse=(o,r)=>{let i=o.value;return n.has(i)||o.issues.push({code:"invalid_value",values:t.values,input:i,inst:e}),o}}),hS=G("$ZodFile",(e,t)=>{Je.init(e,t),e._zod.parse=(n,o)=>{let r=n.value;return r instanceof File||n.issues.push({expected:"file",code:"invalid_type",input:r,inst:e}),n}}),gS=G("$ZodTransform",(e,t)=>{Je.init(e,t),e._zod.optin="optional",e._zod.parse=(n,o)=>{if(o.direction==="backward")throw new Vu(e.constructor.name);let r=t.transform(n.value,n);if(o.async)return(r instanceof Promise?r:Promise.resolve(r)).then(a=>(n.value=a,n.fallback=!0,n));if(r instanceof Promise)throw new sa;return n.value=r,n.fallback=!0,n}});s6=G("$ZodOptional",(e,t)=>{Je.init(e,t),e._zod.optin="optional",e._zod.optout="optional",mt(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),mt(e._zod,"pattern",()=>{let n=t.innerType._zod.pattern;return n?new RegExp(`^(${th(n.source)})?$`):void 0}),e._zod.parse=(n,o)=>{if(t.innerType._zod.optin==="optional"){let r=n.value,i=t.innerType._zod.run(n,o);return i instanceof Promise?i.then(a=>UZ(a,r)):UZ(i,r)}return n.value===void 0?n:t.innerType._zod.run(n,o)}}),bS=G("$ZodExactOptional",(e,t)=>{s6.init(e,t),mt(e._zod,"values",()=>t.innerType._zod.values),mt(e._zod,"pattern",()=>t.innerType._zod.pattern),e._zod.parse=(n,o)=>t.innerType._zod.run(n,o)}),vS=G("$ZodNullable",(e,t)=>{Je.init(e,t),mt(e._zod,"optin",()=>t.innerType._zod.optin),mt(e._zod,"optout",()=>t.innerType._zod.optout),mt(e._zod,"pattern",()=>{let n=t.innerType._zod.pattern;return n?new RegExp(`^(${th(n.source)}|null)$`):void 0}),mt(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(n,o)=>n.value===null?n:t.innerType._zod.run(n,o)}),yS=G("$ZodDefault",(e,t)=>{Je.init(e,t),e._zod.optin="optional",mt(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,o)=>{if(o.direction==="backward")return t.innerType._zod.run(n,o);if(n.value===void 0)return n.value=t.defaultValue,n;let r=t.innerType._zod.run(n,o);return r instanceof Promise?r.then(i=>HZ(i,t)):HZ(r,t)}});xS=G("$ZodPrefault",(e,t)=>{Je.init(e,t),e._zod.optin="optional",mt(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,o)=>(o.direction==="backward"||n.value===void 0&&(n.value=t.defaultValue),t.innerType._zod.run(n,o))}),ES=G("$ZodNonOptional",(e,t)=>{Je.init(e,t),mt(e._zod,"values",()=>{let n=t.innerType._zod.values;return n?new Set([...n].filter(o=>o!==void 0)):void 0}),e._zod.parse=(n,o)=>{let r=t.innerType._zod.run(n,o);return r instanceof Promise?r.then(i=>WZ(i,e)):WZ(r,e)}});wS=G("$ZodSuccess",(e,t)=>{Je.init(e,t),e._zod.parse=(n,o)=>{if(o.direction==="backward")throw new Vu("ZodSuccess");let r=t.innerType._zod.run(n,o);return r instanceof Promise?r.then(i=>(n.value=i.issues.length===0,n)):(n.value=r.issues.length===0,n)}}),kS=G("$ZodCatch",(e,t)=>{Je.init(e,t),e._zod.optin="optional",mt(e._zod,"optout",()=>t.innerType._zod.optout),mt(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,o)=>{if(o.direction==="backward")return t.innerType._zod.run(n,o);let r=t.innerType._zod.run(n,o);return r instanceof Promise?r.then(i=>(n.value=i.value,i.issues.length&&(n.value=t.catchValue({...n,error:{issues:i.issues.map(a=>eo(a,o,bn()))},input:n.value}),n.issues=[],n.fallback=!0),n)):(n.value=r.value,r.issues.length&&(n.value=t.catchValue({...n,error:{issues:r.issues.map(i=>eo(i,o,bn()))},input:n.value}),n.issues=[],n.fallback=!0),n)}}),DS=G("$ZodNaN",(e,t)=>{Je.init(e,t),e._zod.parse=(n,o)=>((typeof n.value!="number"||!Number.isNaN(n.value))&&n.issues.push({input:n.value,inst:e,expected:"nan",code:"invalid_type"}),n)}),u6=G("$ZodPipe",(e,t)=>{Je.init(e,t),mt(e._zod,"values",()=>t.in._zod.values),mt(e._zod,"optin",()=>t.in._zod.optin),mt(e._zod,"optout",()=>t.out._zod.optout),mt(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(n,o)=>{if(o.direction==="backward"){let i=t.out._zod.run(n,o);return i instanceof Promise?i.then(a=>e6(a,t.in,o)):e6(i,t.in,o)}let r=t.in._zod.run(n,o);return r instanceof Promise?r.then(i=>e6(i,t.out,o)):e6(r,t.out,o)}});mh=G("$ZodCodec",(e,t)=>{Je.init(e,t),mt(e._zod,"values",()=>t.in._zod.values),mt(e._zod,"optin",()=>t.in._zod.optin),mt(e._zod,"optout",()=>t.out._zod.optout),mt(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(n,o)=>{if((o.direction||"forward")==="forward"){let i=t.in._zod.run(n,o);return i instanceof Promise?i.then(a=>t6(a,t,o)):t6(i,t,o)}else{let i=t.out._zod.run(n,o);return i instanceof Promise?i.then(a=>t6(a,t,o)):t6(i,t,o)}}});CS=G("$ZodPreprocess",(e,t)=>{u6.init(e,t)}),IS=G("$ZodReadonly",(e,t)=>{Je.init(e,t),mt(e._zod,"propValues",()=>t.innerType._zod.propValues),mt(e._zod,"values",()=>t.innerType._zod.values),mt(e._zod,"optin",()=>t.innerType?._zod?.optin),mt(e._zod,"optout",()=>t.innerType?._zod?.optout),e._zod.parse=(n,o)=>{if(o.direction==="backward")return t.innerType._zod.run(n,o);let r=t.innerType._zod.run(n,o);return r instanceof Promise?r.then(VZ):VZ(r)}});_S=G("$ZodTemplateLiteral",(e,t)=>{Je.init(e,t);let n=[];for(let o of t.parts)if(typeof o=="object"&&o!==null){if(!o._zod.pattern)throw new Error(`Invalid template literal part, no pattern found: ${[...o._zod.traits].shift()}`);let r=o._zod.pattern instanceof RegExp?o._zod.pattern.source:o._zod.pattern;if(!r)throw new Error(`Invalid template literal part: ${o._zod.traits}`);let i=r.startsWith("^")?1:0,a=r.endsWith("$")?r.length-1:r.length;n.push(r.slice(i,a))}else if(o===null||y_.has(typeof o))n.push(ki(`${o}`));else throw new Error(`Invalid template literal part: ${o}`);e._zod.pattern=new RegExp(`^${n.join("")}$`),e._zod.parse=(o,r)=>typeof o.value!="string"?(o.issues.push({input:o.value,inst:e,expected:"string",code:"invalid_type"}),o):(e._zod.pattern.lastIndex=0,e._zod.pattern.test(o.value)||o.issues.push({input:o.value,inst:e,code:"invalid_format",format:t.format??"template_literal",pattern:e._zod.pattern.source}),o)}),SS=G("$ZodFunction",(e,t)=>(Je.init(e,t),e._def=t,e._zod.def=t,e.implement=n=>{if(typeof n!="function")throw new Error("implement() must be called with a function");return function(...o){let r=e._def.input?ah(e._def.input,o):o,i=Reflect.apply(n,this,r);return e._def.output?ah(e._def.output,i):i}},e.implementAsync=n=>{if(typeof n!="function")throw new Error("implementAsync() must be called with a function");return async function(...o){let r=e._def.input?await sh(e._def.input,o):o,i=await Reflect.apply(n,this,r);return e._def.output?await sh(e._def.output,i):i}},e._zod.parse=(n,o)=>typeof n.value!="function"?(n.issues.push({code:"invalid_type",expected:"function",input:n.value,inst:e}),n):(e._def.output&&e._def.output._zod.def.type==="promise"?n.value=e.implementAsync(n.value):n.value=e.implement(n.value),n),e.input=(...n)=>{let o=e.constructor;return Array.isArray(n[0])?new o({type:"function",input:new a6({type:"tuple",items:n[0],rest:n[1]}),output:e._def.output}):new o({type:"function",input:n[0],output:e._def.output})},e.output=n=>{let o=e.constructor;return new o({type:"function",input:e._def.input,output:n})},e)),TS=G("$ZodPromise",(e,t)=>{Je.init(e,t),e._zod.parse=(n,o)=>Promise.resolve(n.value).then(r=>t.innerType._zod.run({value:r,issues:[]},o))}),AS=G("$ZodLazy",(e,t)=>{Je.init(e,t),mt(e._zod,"innerType",()=>{let n=t;return n._cachedInner||(n._cachedInner=t.getter()),n._cachedInner}),mt(e._zod,"pattern",()=>e._zod.innerType?._zod?.pattern),mt(e._zod,"propValues",()=>e._zod.innerType?._zod?.propValues),mt(e._zod,"optin",()=>e._zod.innerType?._zod?.optin??void 0),mt(e._zod,"optout",()=>e._zod.innerType?._zod?.optout??void 0),e._zod.parse=(n,o)=>e._zod.innerType._zod.run(n,o)}),RS=G("$ZodCustom",(e,t)=>{qt.init(e,t),Je.init(e,t),e._zod.parse=(n,o)=>n,e._zod.check=n=>{let o=n.value,r=t.fn(o);if(r instanceof Promise)return r.then(i=>GZ(i,n,o,e));GZ(r,n,o,e)}})});function KZ(){return{localeError:Wxe()}}var Wxe,QZ=Ie(()=>{Oe();Wxe=()=>{let e={string:{unit:"\u062D\u0631\u0641",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},file:{unit:"\u0628\u0627\u064A\u062A",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},array:{unit:"\u0639\u0646\u0635\u0631",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},set:{unit:"\u0639\u0646\u0635\u0631",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"}};function t(r){return e[r]??null}let n={regex:"\u0645\u062F\u062E\u0644",email:"\u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",url:"\u0631\u0627\u0628\u0637",emoji:"\u0625\u064A\u0645\u0648\u062C\u064A",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u062A\u0627\u0631\u064A\u062E \u0648\u0648\u0642\u062A \u0628\u0645\u0639\u064A\u0627\u0631 ISO",date:"\u062A\u0627\u0631\u064A\u062E \u0628\u0645\u0639\u064A\u0627\u0631 ISO",time:"\u0648\u0642\u062A \u0628\u0645\u0639\u064A\u0627\u0631 ISO",duration:"\u0645\u062F\u0629 \u0628\u0645\u0639\u064A\u0627\u0631 ISO",ipv4:"\u0639\u0646\u0648\u0627\u0646 IPv4",ipv6:"\u0639\u0646\u0648\u0627\u0646 IPv6",cidrv4:"\u0645\u062F\u0649 \u0639\u0646\u0627\u0648\u064A\u0646 \u0628\u0635\u064A\u063A\u0629 IPv4",cidrv6:"\u0645\u062F\u0649 \u0639\u0646\u0627\u0648\u064A\u0646 \u0628\u0635\u064A\u063A\u0629 IPv6",base64:"\u0646\u064E\u0635 \u0628\u062A\u0631\u0645\u064A\u0632 base64-encoded",base64url:"\u0646\u064E\u0635 \u0628\u062A\u0631\u0645\u064A\u0632 base64url-encoded",json_string:"\u0646\u064E\u0635 \u0639\u0644\u0649 \u0647\u064A\u0626\u0629 JSON",e164:"\u0631\u0642\u0645 \u0647\u0627\u062A\u0641 \u0628\u0645\u0639\u064A\u0627\u0631 E.164",jwt:"JWT",template_literal:"\u0645\u062F\u062E\u0644"},o={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 instanceof ${r.expected}\u060C \u0648\u0644\u0643\u0646 \u062A\u0645 \u0625\u062F\u062E\u0627\u0644 ${s}`:`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 ${i}\u060C \u0648\u0644\u0643\u0646 \u062A\u0645 \u0625\u062F\u062E\u0627\u0644 ${s}`}case"invalid_value":return r.values.length===1?`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 ${ce(r.values[0])}`:`\u0627\u062E\u062A\u064A\u0627\u0631 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062A\u0648\u0642\u0639 \u0627\u0646\u062A\u0642\u0627\u0621 \u0623\u062D\u062F \u0647\u0630\u0647 \u0627\u0644\u062E\u064A\u0627\u0631\u0627\u062A: ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?` \u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0623\u0646 \u062A\u0643\u0648\u0646 ${r.origin??"\u0627\u0644\u0642\u064A\u0645\u0629"} ${i} ${r.maximum.toString()} ${a.unit??"\u0639\u0646\u0635\u0631"}`:`\u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0623\u0646 \u062A\u0643\u0648\u0646 ${r.origin??"\u0627\u0644\u0642\u064A\u0645\u0629"} ${i} ${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\u0623\u0635\u063A\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0644\u0640 ${r.origin} \u0623\u0646 \u064A\u0643\u0648\u0646 ${i} ${r.minimum.toString()} ${a.unit}`:`\u0623\u0635\u063A\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0644\u0640 ${r.origin} \u0623\u0646 \u064A\u0643\u0648\u0646 ${i} ${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0628\u062F\u0623 \u0628\u0640 "${r.prefix}"`:i.format==="ends_with"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0646\u062A\u0647\u064A \u0628\u0640 "${i.suffix}"`:i.format==="includes"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u062A\u0636\u0645\u0651\u064E\u0646 "${i.includes}"`:i.format==="regex"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0637\u0627\u0628\u0642 \u0627\u0644\u0646\u0645\u0637 ${i.pattern}`:`${n[i.format]??r.format} \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644`}case"not_multiple_of":return`\u0631\u0642\u0645 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0645\u0646 \u0645\u0636\u0627\u0639\u0641\u0627\u062A ${r.divisor}`;case"unrecognized_keys":return`\u0645\u0639\u0631\u0641${r.keys.length>1?"\u0627\u062A":""} \u063A\u0631\u064A\u0628${r.keys.length>1?"\u0629":""}: ${Y(r.keys,"\u060C ")}`;case"invalid_key":return`\u0645\u0639\u0631\u0641 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644 \u0641\u064A ${r.origin}`;case"invalid_union":return"\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644";case"invalid_element":return`\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644 \u0641\u064A ${r.origin}`;default:return"\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644"}}}});function eX(){return{localeError:Vxe()}}var Vxe,tX=Ie(()=>{Oe();Vxe=()=>{let e={string:{unit:"simvol",verb:"olmal\u0131d\u0131r"},file:{unit:"bayt",verb:"olmal\u0131d\u0131r"},array:{unit:"element",verb:"olmal\u0131d\u0131r"},set:{unit:"element",verb:"olmal\u0131d\u0131r"}};function t(r){return e[r]??null}let n={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},o={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n instanceof ${r.expected}, daxil olan ${s}`:`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n ${i}, daxil olan ${s}`}case"invalid_value":return r.values.length===1?`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n ${ce(r.values[0])}`:`Yanl\u0131\u015F se\xE7im: a\u015Fa\u011F\u0131dak\u0131lardan biri olmal\u0131d\u0131r: ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${r.origin??"d\u0259y\u0259r"} ${i}${r.maximum.toString()} ${a.unit??"element"}`:`\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${r.origin??"d\u0259y\u0259r"} ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${r.origin} ${i}${r.minimum.toString()} ${a.unit}`:`\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${r.origin} ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Yanl\u0131\u015F m\u0259tn: "${i.prefix}" il\u0259 ba\u015Flamal\u0131d\u0131r`:i.format==="ends_with"?`Yanl\u0131\u015F m\u0259tn: "${i.suffix}" il\u0259 bitm\u0259lidir`:i.format==="includes"?`Yanl\u0131\u015F m\u0259tn: "${i.includes}" daxil olmal\u0131d\u0131r`:i.format==="regex"?`Yanl\u0131\u015F m\u0259tn: ${i.pattern} \u015Fablonuna uy\u011Fun olmal\u0131d\u0131r`:`Yanl\u0131\u015F ${n[i.format]??r.format}`}case"not_multiple_of":return`Yanl\u0131\u015F \u0259d\u0259d: ${r.divisor} il\u0259 b\xF6l\xFCn\u0259 bil\u0259n olmal\u0131d\u0131r`;case"unrecognized_keys":return`Tan\u0131nmayan a\xE7ar${r.keys.length>1?"lar":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`${r.origin} daxilind\u0259 yanl\u0131\u015F a\xE7ar`;case"invalid_union":return"Yanl\u0131\u015F d\u0259y\u0259r";case"invalid_element":return`${r.origin} daxilind\u0259 yanl\u0131\u015F d\u0259y\u0259r`;default:return"Yanl\u0131\u015F d\u0259y\u0259r"}}}});function nX(e,t,n,o){let r=Math.abs(e),i=r%10,a=r%100;return a>=11&&a<=19?o:i===1?t:i>=2&&i<=4?n:o}function rX(){return{localeError:Gxe()}}var Gxe,oX=Ie(()=>{Oe();Gxe=()=>{let e={string:{unit:{one:"\u0441\u0456\u043C\u0432\u0430\u043B",few:"\u0441\u0456\u043C\u0432\u0430\u043B\u044B",many:"\u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},array:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},set:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},file:{unit:{one:"\u0431\u0430\u0439\u0442",few:"\u0431\u0430\u0439\u0442\u044B",many:"\u0431\u0430\u0439\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"}};function t(r){return e[r]??null}let n={regex:"\u0443\u0432\u043E\u0434",email:"email \u0430\u0434\u0440\u0430\u0441",url:"URL",emoji:"\u044D\u043C\u043E\u0434\u0437\u0456",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0430 \u0456 \u0447\u0430\u0441",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0447\u0430\u0441",duration:"ISO \u043F\u0440\u0430\u0446\u044F\u0433\u043B\u0430\u0441\u0446\u044C",ipv4:"IPv4 \u0430\u0434\u0440\u0430\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0430\u0441",cidrv4:"IPv4 \u0434\u044B\u044F\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u044B\u044F\u043F\u0430\u0437\u043E\u043D",base64:"\u0440\u0430\u0434\u043E\u043A \u0443 \u0444\u0430\u0440\u043C\u0430\u0446\u0435 base64",base64url:"\u0440\u0430\u0434\u043E\u043A \u0443 \u0444\u0430\u0440\u043C\u0430\u0446\u0435 base64url",json_string:"JSON \u0440\u0430\u0434\u043E\u043A",e164:"\u043D\u0443\u043C\u0430\u0440 E.164",jwt:"JWT",template_literal:"\u0443\u0432\u043E\u0434"},o={nan:"NaN",number:"\u043B\u0456\u043A",array:"\u043C\u0430\u0441\u0456\u045E"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u045E\u0441\u044F instanceof ${r.expected}, \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u0430 ${s}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u045E\u0441\u044F ${i}, \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u0430 ${s}`}case"invalid_value":return r.values.length===1?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F ${ce(r.values[0])}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0432\u0430\u0440\u044B\u044F\u043D\u0442: \u0447\u0430\u043A\u0430\u045E\u0441\u044F \u0430\u0434\u0437\u0456\u043D \u0437 ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);if(a){let s=Number(r.maximum),l=nX(s,a.unit.one,a.unit.few,a.unit.many);return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u0432\u044F\u043B\u0456\u043A\u0456: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${r.origin??"\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435"} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 ${a.verb} ${i}${r.maximum.toString()} ${l}`}return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u0432\u044F\u043B\u0456\u043A\u0456: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${r.origin??"\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435"} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0431\u044B\u0446\u044C ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);if(a){let s=Number(r.minimum),l=nX(s,a.unit.one,a.unit.few,a.unit.many);return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u043C\u0430\u043B\u044B: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${r.origin} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 ${a.verb} ${i}${r.minimum.toString()} ${l}`}return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u043C\u0430\u043B\u044B: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${r.origin} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0431\u044B\u0446\u044C ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u043F\u0430\u0447\u044B\u043D\u0430\u0446\u0446\u0430 \u0437 "${i.prefix}"`:i.format==="ends_with"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0437\u0430\u043A\u0430\u043D\u0447\u0432\u0430\u0446\u0446\u0430 \u043D\u0430 "${i.suffix}"`:i.format==="includes"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0437\u043C\u044F\u0448\u0447\u0430\u0446\u044C "${i.includes}"`:i.format==="regex"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0430\u0434\u043F\u0430\u0432\u044F\u0434\u0430\u0446\u044C \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${i.pattern}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B ${n[i.format]??r.format}`}case"not_multiple_of":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043B\u0456\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0431\u044B\u0446\u044C \u043A\u0440\u0430\u0442\u043D\u044B\u043C ${r.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0441\u043F\u0430\u0437\u043D\u0430\u043D\u044B ${r.keys.length>1?"\u043A\u043B\u044E\u0447\u044B":"\u043A\u043B\u044E\u0447"}: ${Y(r.keys,", ")}`;case"invalid_key":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043A\u043B\u044E\u0447 \u0443 ${r.origin}`;case"invalid_union":return"\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434";case"invalid_element":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u0430\u0435 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u045E ${r.origin}`;default:return"\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434"}}}});function iX(){return{localeError:Zxe()}}var Zxe,aX=Ie(()=>{Oe();Zxe=()=>{let e={string:{unit:"\u0441\u0438\u043C\u0432\u043E\u043B\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},file:{unit:"\u0431\u0430\u0439\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},array:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},set:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"}};function t(r){return e[r]??null}let n={regex:"\u0432\u0445\u043E\u0434",email:"\u0438\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441",url:"URL",emoji:"\u0435\u043C\u043E\u0434\u0436\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0432\u0440\u0435\u043C\u0435",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0432\u0440\u0435\u043C\u0435",duration:"ISO \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u043E\u0441\u0442",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441",cidrv4:"IPv4 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",base64:"base64-\u043A\u043E\u0434\u0438\u0440\u0430\u043D \u043D\u0438\u0437",base64url:"base64url-\u043A\u043E\u0434\u0438\u0440\u0430\u043D \u043D\u0438\u0437",json_string:"JSON \u043D\u0438\u0437",e164:"E.164 \u043D\u043E\u043C\u0435\u0440",jwt:"JWT",template_literal:"\u0432\u0445\u043E\u0434"},o={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0438\u0432"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D instanceof ${r.expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D ${s}`:`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D ${i}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D ${s}`}case"invalid_value":return r.values.length===1?`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D ${ce(r.values[0])}`:`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u043E\u043F\u0446\u0438\u044F: \u043E\u0447\u0430\u043A\u0432\u0430\u043D\u043E \u0435\u0434\u043D\u043E \u043E\u0442 ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`\u0422\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${r.origin??"\u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442"} \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 ${i}${r.maximum.toString()} ${a.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430"}`:`\u0422\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${r.origin??"\u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442"} \u0434\u0430 \u0431\u044A\u0434\u0435 ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\u0422\u0432\u044A\u0440\u0434\u0435 \u043C\u0430\u043B\u043A\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${r.origin} \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 ${i}${r.minimum.toString()} ${a.unit}`:`\u0422\u0432\u044A\u0440\u0434\u0435 \u043C\u0430\u043B\u043A\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${r.origin} \u0434\u0430 \u0431\u044A\u0434\u0435 ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;if(i.format==="starts_with")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u0432\u0430 \u0441 "${i.prefix}"`;if(i.format==="ends_with")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0437\u0430\u0432\u044A\u0440\u0448\u0432\u0430 \u0441 "${i.suffix}"`;if(i.format==="includes")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0432\u043A\u043B\u044E\u0447\u0432\u0430 "${i.includes}"`;if(i.format==="regex")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0441\u044A\u0432\u043F\u0430\u0434\u0430 \u0441 ${i.pattern}`;let a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D";return i.format==="emoji"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),i.format==="datetime"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),i.format==="date"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430"),i.format==="time"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),i.format==="duration"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430"),`${a} ${n[i.format]??r.format}`}case"not_multiple_of":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E \u0447\u0438\u0441\u043B\u043E: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043A\u0440\u0430\u0442\u043D\u043E \u043D\u0430 ${r.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0437\u043F\u043E\u0437\u043D\u0430\u0442${r.keys.length>1?"\u0438":""} \u043A\u043B\u044E\u0447${r.keys.length>1?"\u043E\u0432\u0435":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043A\u043B\u044E\u0447 \u0432 ${r.origin}`;case"invalid_union":return"\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434";case"invalid_element":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u0432 ${r.origin}`;default:return"\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434"}}}});function sX(){return{localeError:Xxe()}}var Xxe,uX=Ie(()=>{Oe();Xxe=()=>{let e={string:{unit:"car\xE0cters",verb:"contenir"},file:{unit:"bytes",verb:"contenir"},array:{unit:"elements",verb:"contenir"},set:{unit:"elements",verb:"contenir"}};function t(r){return e[r]??null}let n={regex:"entrada",email:"adre\xE7a electr\xF2nica",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data i hora ISO",date:"data ISO",time:"hora ISO",duration:"durada ISO",ipv4:"adre\xE7a IPv4",ipv6:"adre\xE7a IPv6",cidrv4:"rang IPv4",cidrv6:"rang IPv6",base64:"cadena codificada en base64",base64url:"cadena codificada en base64url",json_string:"cadena JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},o={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Tipus inv\xE0lid: s'esperava instanceof ${r.expected}, s'ha rebut ${s}`:`Tipus inv\xE0lid: s'esperava ${i}, s'ha rebut ${s}`}case"invalid_value":return r.values.length===1?`Valor inv\xE0lid: s'esperava ${ce(r.values[0])}`:`Opci\xF3 inv\xE0lida: s'esperava una de ${Y(r.values," o ")}`;case"too_big":{let i=r.inclusive?"com a m\xE0xim":"menys de",a=t(r.origin);return a?`Massa gran: s'esperava que ${r.origin??"el valor"} contingu\xE9s ${i} ${r.maximum.toString()} ${a.unit??"elements"}`:`Massa gran: s'esperava que ${r.origin??"el valor"} fos ${i} ${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?"com a m\xEDnim":"m\xE9s de",a=t(r.origin);return a?`Massa petit: s'esperava que ${r.origin} contingu\xE9s ${i} ${r.minimum.toString()} ${a.unit}`:`Massa petit: s'esperava que ${r.origin} fos ${i} ${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Format inv\xE0lid: ha de comen\xE7ar amb "${i.prefix}"`:i.format==="ends_with"?`Format inv\xE0lid: ha d'acabar amb "${i.suffix}"`:i.format==="includes"?`Format inv\xE0lid: ha d'incloure "${i.includes}"`:i.format==="regex"?`Format inv\xE0lid: ha de coincidir amb el patr\xF3 ${i.pattern}`:`Format inv\xE0lid per a ${n[i.format]??r.format}`}case"not_multiple_of":return`N\xFAmero inv\xE0lid: ha de ser m\xFAltiple de ${r.divisor}`;case"unrecognized_keys":return`Clau${r.keys.length>1?"s":""} no reconeguda${r.keys.length>1?"s":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`Clau inv\xE0lida a ${r.origin}`;case"invalid_union":return"Entrada inv\xE0lida";case"invalid_element":return`Element inv\xE0lid a ${r.origin}`;default:return"Entrada inv\xE0lida"}}}});function lX(){return{localeError:Yxe()}}var Yxe,cX=Ie(()=>{Oe();Yxe=()=>{let e={string:{unit:"znak\u016F",verb:"m\xEDt"},file:{unit:"bajt\u016F",verb:"m\xEDt"},array:{unit:"prvk\u016F",verb:"m\xEDt"},set:{unit:"prvk\u016F",verb:"m\xEDt"}};function t(r){return e[r]??null}let n={regex:"regul\xE1rn\xED v\xFDraz",email:"e-mailov\xE1 adresa",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"datum a \u010Das ve form\xE1tu ISO",date:"datum ve form\xE1tu ISO",time:"\u010Das ve form\xE1tu ISO",duration:"doba trv\xE1n\xED ISO",ipv4:"IPv4 adresa",ipv6:"IPv6 adresa",cidrv4:"rozsah IPv4",cidrv6:"rozsah IPv6",base64:"\u0159et\u011Bzec zak\xF3dovan\xFD ve form\xE1tu base64",base64url:"\u0159et\u011Bzec zak\xF3dovan\xFD ve form\xE1tu base64url",json_string:"\u0159et\u011Bzec ve form\xE1tu JSON",e164:"\u010D\xEDslo E.164",jwt:"JWT",template_literal:"vstup"},o={nan:"NaN",number:"\u010D\xEDslo",string:"\u0159et\u011Bzec",function:"funkce",array:"pole"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no instanceof ${r.expected}, obdr\u017Eeno ${s}`:`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no ${i}, obdr\u017Eeno ${s}`}case"invalid_value":return r.values.length===1?`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no ${ce(r.values[0])}`:`Neplatn\xE1 mo\u017Enost: o\u010Dek\xE1v\xE1na jedna z hodnot ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${r.origin??"hodnota"} mus\xED m\xEDt ${i}${r.maximum.toString()} ${a.unit??"prvk\u016F"}`:`Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${r.origin??"hodnota"} mus\xED b\xFDt ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${r.origin??"hodnota"} mus\xED m\xEDt ${i}${r.minimum.toString()} ${a.unit??"prvk\u016F"}`:`Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${r.origin??"hodnota"} mus\xED b\xFDt ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED za\u010D\xEDnat na "${i.prefix}"`:i.format==="ends_with"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED kon\u010Dit na "${i.suffix}"`:i.format==="includes"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED obsahovat "${i.includes}"`:i.format==="regex"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED odpov\xEDdat vzoru ${i.pattern}`:`Neplatn\xFD form\xE1t ${n[i.format]??r.format}`}case"not_multiple_of":return`Neplatn\xE9 \u010D\xEDslo: mus\xED b\xFDt n\xE1sobkem ${r.divisor}`;case"unrecognized_keys":return`Nezn\xE1m\xE9 kl\xED\u010De: ${Y(r.keys,", ")}`;case"invalid_key":return`Neplatn\xFD kl\xED\u010D v ${r.origin}`;case"invalid_union":return"Neplatn\xFD vstup";case"invalid_element":return`Neplatn\xE1 hodnota v ${r.origin}`;default:return"Neplatn\xFD vstup"}}}});function dX(){return{localeError:Jxe()}}var Jxe,fX=Ie(()=>{Oe();Jxe=()=>{let e={string:{unit:"tegn",verb:"havde"},file:{unit:"bytes",verb:"havde"},array:{unit:"elementer",verb:"indeholdt"},set:{unit:"elementer",verb:"indeholdt"}};function t(r){return e[r]??null}let n={regex:"input",email:"e-mailadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkesl\xE6t",date:"ISO-dato",time:"ISO-klokkesl\xE6t",duration:"ISO-varighed",ipv4:"IPv4-omr\xE5de",ipv6:"IPv6-omr\xE5de",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodet streng",base64url:"base64url-kodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"},o={nan:"NaN",string:"streng",number:"tal",boolean:"boolean",array:"liste",object:"objekt",set:"s\xE6t",file:"fil"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Ugyldigt input: forventede instanceof ${r.expected}, fik ${s}`:`Ugyldigt input: forventede ${i}, fik ${s}`}case"invalid_value":return r.values.length===1?`Ugyldig v\xE6rdi: forventede ${ce(r.values[0])}`:`Ugyldigt valg: forventede en af f\xF8lgende ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin),s=o[r.origin]??r.origin;return a?`For stor: forventede ${s??"value"} ${a.verb} ${i} ${r.maximum.toString()} ${a.unit??"elementer"}`:`For stor: forventede ${s??"value"} havde ${i} ${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin),s=o[r.origin]??r.origin;return a?`For lille: forventede ${s} ${a.verb} ${i} ${r.minimum.toString()} ${a.unit}`:`For lille: forventede ${s} havde ${i} ${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Ugyldig streng: skal starte med "${i.prefix}"`:i.format==="ends_with"?`Ugyldig streng: skal ende med "${i.suffix}"`:i.format==="includes"?`Ugyldig streng: skal indeholde "${i.includes}"`:i.format==="regex"?`Ugyldig streng: skal matche m\xF8nsteret ${i.pattern}`:`Ugyldig ${n[i.format]??r.format}`}case"not_multiple_of":return`Ugyldigt tal: skal v\xE6re deleligt med ${r.divisor}`;case"unrecognized_keys":return`${r.keys.length>1?"Ukendte n\xF8gler":"Ukendt n\xF8gle"}: ${Y(r.keys,", ")}`;case"invalid_key":return`Ugyldig n\xF8gle i ${r.origin}`;case"invalid_union":return"Ugyldigt input: matcher ingen af de tilladte typer";case"invalid_element":return`Ugyldig v\xE6rdi i ${r.origin}`;default:return"Ugyldigt input"}}}});function pX(){return{localeError:qxe()}}var qxe,mX=Ie(()=>{Oe();qxe=()=>{let e={string:{unit:"Zeichen",verb:"zu haben"},file:{unit:"Bytes",verb:"zu haben"},array:{unit:"Elemente",verb:"zu haben"},set:{unit:"Elemente",verb:"zu haben"}};function t(r){return e[r]??null}let n={regex:"Eingabe",email:"E-Mail-Adresse",url:"URL",emoji:"Emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-Datum und -Uhrzeit",date:"ISO-Datum",time:"ISO-Uhrzeit",duration:"ISO-Dauer",ipv4:"IPv4-Adresse",ipv6:"IPv6-Adresse",cidrv4:"IPv4-Bereich",cidrv6:"IPv6-Bereich",base64:"Base64-codierter String",base64url:"Base64-URL-codierter String",json_string:"JSON-String",e164:"E.164-Nummer",jwt:"JWT",template_literal:"Eingabe"},o={nan:"NaN",number:"Zahl",array:"Array"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Ung\xFCltige Eingabe: erwartet instanceof ${r.expected}, erhalten ${s}`:`Ung\xFCltige Eingabe: erwartet ${i}, erhalten ${s}`}case"invalid_value":return r.values.length===1?`Ung\xFCltige Eingabe: erwartet ${ce(r.values[0])}`:`Ung\xFCltige Option: erwartet eine von ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Zu gro\xDF: erwartet, dass ${r.origin??"Wert"} ${i}${r.maximum.toString()} ${a.unit??"Elemente"} hat`:`Zu gro\xDF: erwartet, dass ${r.origin??"Wert"} ${i}${r.maximum.toString()} ist`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Zu klein: erwartet, dass ${r.origin} ${i}${r.minimum.toString()} ${a.unit} hat`:`Zu klein: erwartet, dass ${r.origin} ${i}${r.minimum.toString()} ist`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Ung\xFCltiger String: muss mit "${i.prefix}" beginnen`:i.format==="ends_with"?`Ung\xFCltiger String: muss mit "${i.suffix}" enden`:i.format==="includes"?`Ung\xFCltiger String: muss "${i.includes}" enthalten`:i.format==="regex"?`Ung\xFCltiger String: muss dem Muster ${i.pattern} entsprechen`:`Ung\xFCltig: ${n[i.format]??r.format}`}case"not_multiple_of":return`Ung\xFCltige Zahl: muss ein Vielfaches von ${r.divisor} sein`;case"unrecognized_keys":return`${r.keys.length>1?"Unbekannte Schl\xFCssel":"Unbekannter Schl\xFCssel"}: ${Y(r.keys,", ")}`;case"invalid_key":return`Ung\xFCltiger Schl\xFCssel in ${r.origin}`;case"invalid_union":return"Ung\xFCltige Eingabe";case"invalid_element":return`Ung\xFCltiger Wert in ${r.origin}`;default:return"Ung\xFCltige Eingabe"}}}});function hX(){return{localeError:Kxe()}}var Kxe,gX=Ie(()=>{Oe();Kxe=()=>{let e={string:{unit:"\u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},file:{unit:"bytes",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},array:{unit:"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},set:{unit:"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},map:{unit:"\u03BA\u03B1\u03C4\u03B1\u03C7\u03C9\u03C1\u03AE\u03C3\u03B5\u03B9\u03C2",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"}};function t(r){return e[r]??null}let n={regex:"\u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2",email:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03BA\u03B1\u03B9 \u03CE\u03C1\u03B1",date:"ISO \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1",time:"ISO \u03CE\u03C1\u03B1",duration:"ISO \u03B4\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1",ipv4:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 IPv4",ipv6:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 IPv6",mac:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 MAC",cidrv4:"\u03B5\u03CD\u03C1\u03BF\u03C2 IPv4",cidrv6:"\u03B5\u03CD\u03C1\u03BF\u03C2 IPv6",base64:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03B7 \u03C3\u03B5 base64",base64url:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03B7 \u03C3\u03B5 base64url",json_string:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC JSON",e164:"\u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 E.164",jwt:"JWT",template_literal:"\u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2"},o={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return typeof r.expected=="string"&&/^[A-Z]/.test(r.expected)?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD instanceof ${r.expected}, \u03BB\u03AE\u03C6\u03B8\u03B7\u03BA\u03B5 ${s}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${i}, \u03BB\u03AE\u03C6\u03B8\u03B7\u03BA\u03B5 ${s}`}case"invalid_value":return r.values.length===1?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${ce(r.values[0])}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD \u03AD\u03BD\u03B1 \u03B1\u03C0\u03CC ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${r.origin??"\u03C4\u03B9\u03BC\u03AE"} \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 ${i}${r.maximum.toString()} ${a.unit??"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1"}`:`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${r.origin??"\u03C4\u03B9\u03BC\u03AE"} \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B9\u03BA\u03C1\u03CC: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${r.origin} \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 ${i}${r.minimum.toString()} ${a.unit}`:`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B9\u03BA\u03C1\u03CC: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${r.origin} \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03BE\u03B5\u03BA\u03B9\u03BD\u03AC \u03BC\u03B5 "${i.prefix}"`:i.format==="ends_with"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C4\u03B5\u03BB\u03B5\u03B9\u03CE\u03BD\u03B5\u03B9 \u03BC\u03B5 "${i.suffix}"`:i.format==="includes"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 "${i.includes}"`:i.format==="regex"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C4\u03B1\u03B9\u03C1\u03B9\u03AC\u03B6\u03B5\u03B9 \u03BC\u03B5 \u03C4\u03BF \u03BC\u03BF\u03C4\u03AF\u03B2\u03BF ${i.pattern}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF: ${n[i.format]??r.format}`}case"not_multiple_of":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF\u03C2 \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03BF\u03BB\u03BB\u03B1\u03C0\u03BB\u03AC\u03C3\u03B9\u03BF \u03C4\u03BF\u03C5 ${r.divisor}`;case"unrecognized_keys":return`\u0386\u03B3\u03BD\u03C9\u03C3\u03C4${r.keys.length>1?"\u03B1":"\u03BF"} \u03BA\u03BB\u03B5\u03B9\u03B4${r.keys.length>1?"\u03B9\u03AC":"\u03AF"}: ${Y(r.keys,", ")}`;case"invalid_key":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF \u03BA\u03BB\u03B5\u03B9\u03B4\u03AF \u03C3\u03C4\u03BF ${r.origin}`;case"invalid_union":return"\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2";case"invalid_element":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C4\u03B9\u03BC\u03AE \u03C3\u03C4\u03BF ${r.origin}`;default:return"\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2"}}}});function l6(){return{localeError:Qxe()}}var Qxe,LS=Ie(()=>{Oe();Qxe=()=>{let e={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"},map:{unit:"entries",verb:"to have"}};function t(r){return e[r]??null}let n={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",mac:"MAC address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},o={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return`Invalid input: expected ${i}, received ${s}`}case"invalid_value":return r.values.length===1?`Invalid input: expected ${ce(r.values[0])}`:`Invalid option: expected one of ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Too big: expected ${r.origin??"value"} to have ${i}${r.maximum.toString()} ${a.unit??"elements"}`:`Too big: expected ${r.origin??"value"} to be ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Too small: expected ${r.origin} to have ${i}${r.minimum.toString()} ${a.unit}`:`Too small: expected ${r.origin} to be ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Invalid string: must start with "${i.prefix}"`:i.format==="ends_with"?`Invalid string: must end with "${i.suffix}"`:i.format==="includes"?`Invalid string: must include "${i.includes}"`:i.format==="regex"?`Invalid string: must match pattern ${i.pattern}`:`Invalid ${n[i.format]??r.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${r.divisor}`;case"unrecognized_keys":return`Unrecognized key${r.keys.length>1?"s":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`Invalid key in ${r.origin}`;case"invalid_union":return r.options&&Array.isArray(r.options)&&r.options.length>0?`Invalid discriminator value. Expected ${r.options.map(a=>`'${a}'`).join(" | ")}`:"Invalid input";case"invalid_element":return`Invalid value in ${r.origin}`;default:return"Invalid input"}}}});function bX(){return{localeError:eEe()}}var eEe,vX=Ie(()=>{Oe();eEe=()=>{let e={string:{unit:"karaktrojn",verb:"havi"},file:{unit:"bajtojn",verb:"havi"},array:{unit:"elementojn",verb:"havi"},set:{unit:"elementojn",verb:"havi"}};function t(r){return e[r]??null}let n={regex:"enigo",email:"retadreso",url:"URL",emoji:"emo\u011Dio",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-datotempo",date:"ISO-dato",time:"ISO-tempo",duration:"ISO-da\u016Dro",ipv4:"IPv4-adreso",ipv6:"IPv6-adreso",cidrv4:"IPv4-rango",cidrv6:"IPv6-rango",base64:"64-ume kodita karaktraro",base64url:"URL-64-ume kodita karaktraro",json_string:"JSON-karaktraro",e164:"E.164-nombro",jwt:"JWT",template_literal:"enigo"},o={nan:"NaN",number:"nombro",array:"tabelo",null:"senvalora"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Nevalida enigo: atendi\u011Dis instanceof ${r.expected}, ricevi\u011Dis ${s}`:`Nevalida enigo: atendi\u011Dis ${i}, ricevi\u011Dis ${s}`}case"invalid_value":return r.values.length===1?`Nevalida enigo: atendi\u011Dis ${ce(r.values[0])}`:`Nevalida opcio: atendi\u011Dis unu el ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Tro granda: atendi\u011Dis ke ${r.origin??"valoro"} havu ${i}${r.maximum.toString()} ${a.unit??"elementojn"}`:`Tro granda: atendi\u011Dis ke ${r.origin??"valoro"} havu ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Tro malgranda: atendi\u011Dis ke ${r.origin} havu ${i}${r.minimum.toString()} ${a.unit}`:`Tro malgranda: atendi\u011Dis ke ${r.origin} estu ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Nevalida karaktraro: devas komenci\u011Di per "${i.prefix}"`:i.format==="ends_with"?`Nevalida karaktraro: devas fini\u011Di per "${i.suffix}"`:i.format==="includes"?`Nevalida karaktraro: devas inkluzivi "${i.includes}"`:i.format==="regex"?`Nevalida karaktraro: devas kongrui kun la modelo ${i.pattern}`:`Nevalida ${n[i.format]??r.format}`}case"not_multiple_of":return`Nevalida nombro: devas esti oblo de ${r.divisor}`;case"unrecognized_keys":return`Nekonata${r.keys.length>1?"j":""} \u015Dlosilo${r.keys.length>1?"j":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`Nevalida \u015Dlosilo en ${r.origin}`;case"invalid_union":return"Nevalida enigo";case"invalid_element":return`Nevalida valoro en ${r.origin}`;default:return"Nevalida enigo"}}}});function yX(){return{localeError:tEe()}}var tEe,xX=Ie(()=>{Oe();tEe=()=>{let e={string:{unit:"caracteres",verb:"tener"},file:{unit:"bytes",verb:"tener"},array:{unit:"elementos",verb:"tener"},set:{unit:"elementos",verb:"tener"}};function t(r){return e[r]??null}let n={regex:"entrada",email:"direcci\xF3n de correo electr\xF3nico",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"fecha y hora ISO",date:"fecha ISO",time:"hora ISO",duration:"duraci\xF3n ISO",ipv4:"direcci\xF3n IPv4",ipv6:"direcci\xF3n IPv6",cidrv4:"rango IPv4",cidrv6:"rango IPv6",base64:"cadena codificada en base64",base64url:"URL codificada en base64",json_string:"cadena JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},o={nan:"NaN",string:"texto",number:"n\xFAmero",boolean:"booleano",array:"arreglo",object:"objeto",set:"conjunto",file:"archivo",date:"fecha",bigint:"n\xFAmero grande",symbol:"s\xEDmbolo",undefined:"indefinido",null:"nulo",function:"funci\xF3n",map:"mapa",record:"registro",tuple:"tupla",enum:"enumeraci\xF3n",union:"uni\xF3n",literal:"literal",promise:"promesa",void:"vac\xEDo",never:"nunca",unknown:"desconocido",any:"cualquiera"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Entrada inv\xE1lida: se esperaba instanceof ${r.expected}, recibido ${s}`:`Entrada inv\xE1lida: se esperaba ${i}, recibido ${s}`}case"invalid_value":return r.values.length===1?`Entrada inv\xE1lida: se esperaba ${ce(r.values[0])}`:`Opci\xF3n inv\xE1lida: se esperaba una de ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin),s=o[r.origin]??r.origin;return a?`Demasiado grande: se esperaba que ${s??"valor"} tuviera ${i}${r.maximum.toString()} ${a.unit??"elementos"}`:`Demasiado grande: se esperaba que ${s??"valor"} fuera ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin),s=o[r.origin]??r.origin;return a?`Demasiado peque\xF1o: se esperaba que ${s} tuviera ${i}${r.minimum.toString()} ${a.unit}`:`Demasiado peque\xF1o: se esperaba que ${s} fuera ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Cadena inv\xE1lida: debe comenzar con "${i.prefix}"`:i.format==="ends_with"?`Cadena inv\xE1lida: debe terminar en "${i.suffix}"`:i.format==="includes"?`Cadena inv\xE1lida: debe incluir "${i.includes}"`:i.format==="regex"?`Cadena inv\xE1lida: debe coincidir con el patr\xF3n ${i.pattern}`:`Inv\xE1lido ${n[i.format]??r.format}`}case"not_multiple_of":return`N\xFAmero inv\xE1lido: debe ser m\xFAltiplo de ${r.divisor}`;case"unrecognized_keys":return`Llave${r.keys.length>1?"s":""} desconocida${r.keys.length>1?"s":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`Llave inv\xE1lida en ${o[r.origin]??r.origin}`;case"invalid_union":return"Entrada inv\xE1lida";case"invalid_element":return`Valor inv\xE1lido en ${o[r.origin]??r.origin}`;default:return"Entrada inv\xE1lida"}}}});function EX(){return{localeError:nEe()}}var nEe,wX=Ie(()=>{Oe();nEe=()=>{let e={string:{unit:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},file:{unit:"\u0628\u0627\u06CC\u062A",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},array:{unit:"\u0622\u06CC\u062A\u0645",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},set:{unit:"\u0622\u06CC\u062A\u0645",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"}};function t(r){return e[r]??null}let n={regex:"\u0648\u0631\u0648\u062F\u06CC",email:"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0645\u06CC\u0644",url:"URL",emoji:"\u0627\u06CC\u0645\u0648\u062C\u06CC",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u062A\u0627\u0631\u06CC\u062E \u0648 \u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",date:"\u062A\u0627\u0631\u06CC\u062E \u0627\u06CC\u0632\u0648",time:"\u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",duration:"\u0645\u062F\u062A \u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",ipv4:"IPv4 \u0622\u062F\u0631\u0633",ipv6:"IPv6 \u0622\u062F\u0631\u0633",cidrv4:"IPv4 \u062F\u0627\u0645\u0646\u0647",cidrv6:"IPv6 \u062F\u0627\u0645\u0646\u0647",base64:"base64-encoded \u0631\u0634\u062A\u0647",base64url:"base64url-encoded \u0631\u0634\u062A\u0647",json_string:"JSON \u0631\u0634\u062A\u0647",e164:"E.164 \u0639\u062F\u062F",jwt:"JWT",template_literal:"\u0648\u0631\u0648\u062F\u06CC"},o={nan:"NaN",number:"\u0639\u062F\u062F",array:"\u0622\u0631\u0627\u06CC\u0647"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A instanceof ${r.expected} \u0645\u06CC\u200C\u0628\u0648\u062F\u060C ${s} \u062F\u0631\u06CC\u0627\u0641\u062A \u0634\u062F`:`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A ${i} \u0645\u06CC\u200C\u0628\u0648\u062F\u060C ${s} \u062F\u0631\u06CC\u0627\u0641\u062A \u0634\u062F`}case"invalid_value":return r.values.length===1?`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A ${ce(r.values[0])} \u0645\u06CC\u200C\u0628\u0648\u062F`:`\u06AF\u0632\u06CC\u0646\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A \u06CC\u06A9\u06CC \u0627\u0632 ${Y(r.values,"|")} \u0645\u06CC\u200C\u0628\u0648\u062F`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${r.origin??"\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${i}${r.maximum.toString()} ${a.unit??"\u0639\u0646\u0635\u0631"} \u0628\u0627\u0634\u062F`:`\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${r.origin??"\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${i}${r.maximum.toString()} \u0628\u0627\u0634\u062F`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${r.origin} \u0628\u0627\u06CC\u062F ${i}${r.minimum.toString()} ${a.unit} \u0628\u0627\u0634\u062F`:`\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${r.origin} \u0628\u0627\u06CC\u062F ${i}${r.minimum.toString()} \u0628\u0627\u0634\u062F`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 "${i.prefix}" \u0634\u0631\u0648\u0639 \u0634\u0648\u062F`:i.format==="ends_with"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 "${i.suffix}" \u062A\u0645\u0627\u0645 \u0634\u0648\u062F`:i.format==="includes"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0634\u0627\u0645\u0644 "${i.includes}" \u0628\u0627\u0634\u062F`:i.format==="regex"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 \u0627\u0644\u06AF\u0648\u06CC ${i.pattern} \u0645\u0637\u0627\u0628\u0642\u062A \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F`:`${n[i.format]??r.format} \u0646\u0627\u0645\u0639\u062A\u0628\u0631`}case"not_multiple_of":return`\u0639\u062F\u062F \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0645\u0636\u0631\u0628 ${r.divisor} \u0628\u0627\u0634\u062F`;case"unrecognized_keys":return`\u06A9\u0644\u06CC\u062F${r.keys.length>1?"\u0647\u0627\u06CC":""} \u0646\u0627\u0634\u0646\u0627\u0633: ${Y(r.keys,", ")}`;case"invalid_key":return`\u06A9\u0644\u06CC\u062F \u0646\u0627\u0634\u0646\u0627\u0633 \u062F\u0631 ${r.origin}`;case"invalid_union":return"\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631";case"invalid_element":return`\u0645\u0642\u062F\u0627\u0631 \u0646\u0627\u0645\u0639\u062A\u0628\u0631 \u062F\u0631 ${r.origin}`;default:return"\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631"}}}});function kX(){return{localeError:rEe()}}var rEe,DX=Ie(()=>{Oe();rEe=()=>{let e={string:{unit:"merkki\xE4",subject:"merkkijonon"},file:{unit:"tavua",subject:"tiedoston"},array:{unit:"alkiota",subject:"listan"},set:{unit:"alkiota",subject:"joukon"},number:{unit:"",subject:"luvun"},bigint:{unit:"",subject:"suuren kokonaisluvun"},int:{unit:"",subject:"kokonaisluvun"},date:{unit:"",subject:"p\xE4iv\xE4m\xE4\xE4r\xE4n"}};function t(r){return e[r]??null}let n={regex:"s\xE4\xE4nn\xF6llinen lauseke",email:"s\xE4hk\xF6postiosoite",url:"URL-osoite",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-aikaleima",date:"ISO-p\xE4iv\xE4m\xE4\xE4r\xE4",time:"ISO-aika",duration:"ISO-kesto",ipv4:"IPv4-osoite",ipv6:"IPv6-osoite",cidrv4:"IPv4-alue",cidrv6:"IPv6-alue",base64:"base64-koodattu merkkijono",base64url:"base64url-koodattu merkkijono",json_string:"JSON-merkkijono",e164:"E.164-luku",jwt:"JWT",template_literal:"templaattimerkkijono"},o={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Virheellinen tyyppi: odotettiin instanceof ${r.expected}, oli ${s}`:`Virheellinen tyyppi: odotettiin ${i}, oli ${s}`}case"invalid_value":return r.values.length===1?`Virheellinen sy\xF6te: t\xE4ytyy olla ${ce(r.values[0])}`:`Virheellinen valinta: t\xE4ytyy olla yksi seuraavista: ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Liian suuri: ${a.subject} t\xE4ytyy olla ${i}${r.maximum.toString()} ${a.unit}`.trim():`Liian suuri: arvon t\xE4ytyy olla ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Liian pieni: ${a.subject} t\xE4ytyy olla ${i}${r.minimum.toString()} ${a.unit}`.trim():`Liian pieni: arvon t\xE4ytyy olla ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Virheellinen sy\xF6te: t\xE4ytyy alkaa "${i.prefix}"`:i.format==="ends_with"?`Virheellinen sy\xF6te: t\xE4ytyy loppua "${i.suffix}"`:i.format==="includes"?`Virheellinen sy\xF6te: t\xE4ytyy sis\xE4lt\xE4\xE4 "${i.includes}"`:i.format==="regex"?`Virheellinen sy\xF6te: t\xE4ytyy vastata s\xE4\xE4nn\xF6llist\xE4 lauseketta ${i.pattern}`:`Virheellinen ${n[i.format]??r.format}`}case"not_multiple_of":return`Virheellinen luku: t\xE4ytyy olla luvun ${r.divisor} monikerta`;case"unrecognized_keys":return`${r.keys.length>1?"Tuntemattomat avaimet":"Tuntematon avain"}: ${Y(r.keys,", ")}`;case"invalid_key":return"Virheellinen avain tietueessa";case"invalid_union":return"Virheellinen unioni";case"invalid_element":return"Virheellinen arvo joukossa";default:return"Virheellinen sy\xF6te"}}}});function CX(){return{localeError:oEe()}}var oEe,IX=Ie(()=>{Oe();oEe=()=>{let e={string:{unit:"caract\xE8res",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"\xE9l\xE9ments",verb:"avoir"},set:{unit:"\xE9l\xE9ments",verb:"avoir"}};function t(r){return e[r]??null}let n={regex:"entr\xE9e",email:"adresse e-mail",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"date et heure ISO",date:"date ISO",time:"heure ISO",duration:"dur\xE9e ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"cha\xEEne encod\xE9e en base64",base64url:"cha\xEEne encod\xE9e en base64url",json_string:"cha\xEEne JSON",e164:"num\xE9ro E.164",jwt:"JWT",template_literal:"entr\xE9e"},o={string:"cha\xEEne",number:"nombre",int:"entier",boolean:"bool\xE9en",bigint:"grand entier",symbol:"symbole",undefined:"ind\xE9fini",null:"null",never:"jamais",void:"vide",date:"date",array:"tableau",object:"objet",tuple:"tuple",record:"enregistrement",map:"carte",set:"ensemble",file:"fichier",nonoptional:"non-optionnel",nan:"NaN",function:"fonction"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Entr\xE9e invalide : instanceof ${r.expected} attendu, ${s} re\xE7u`:`Entr\xE9e invalide : ${i} attendu, ${s} re\xE7u`}case"invalid_value":return r.values.length===1?`Entr\xE9e invalide : ${ce(r.values[0])} attendu`:`Option invalide : une valeur parmi ${Y(r.values,"|")} attendue`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Trop grand : ${o[r.origin]??"valeur"} doit ${a.verb} ${i}${r.maximum.toString()} ${a.unit??"\xE9l\xE9ment(s)"}`:`Trop grand : ${o[r.origin]??"valeur"} doit \xEAtre ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Trop petit : ${o[r.origin]??"valeur"} doit ${a.verb} ${i}${r.minimum.toString()} ${a.unit}`:`Trop petit : ${o[r.origin]??"valeur"} doit \xEAtre ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Cha\xEEne invalide : doit commencer par "${i.prefix}"`:i.format==="ends_with"?`Cha\xEEne invalide : doit se terminer par "${i.suffix}"`:i.format==="includes"?`Cha\xEEne invalide : doit inclure "${i.includes}"`:i.format==="regex"?`Cha\xEEne invalide : doit correspondre au mod\xE8le ${i.pattern}`:`${n[i.format]??r.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit \xEAtre un multiple de ${r.divisor}`;case"unrecognized_keys":return`Cl\xE9${r.keys.length>1?"s":""} non reconnue${r.keys.length>1?"s":""} : ${Y(r.keys,", ")}`;case"invalid_key":return`Cl\xE9 invalide dans ${r.origin}`;case"invalid_union":return"Entr\xE9e invalide";case"invalid_element":return`Valeur invalide dans ${r.origin}`;default:return"Entr\xE9e invalide"}}}});function _X(){return{localeError:iEe()}}var iEe,SX=Ie(()=>{Oe();iEe=()=>{let e={string:{unit:"caract\xE8res",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"\xE9l\xE9ments",verb:"avoir"},set:{unit:"\xE9l\xE9ments",verb:"avoir"}};function t(r){return e[r]??null}let n={regex:"entr\xE9e",email:"adresse courriel",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"date-heure ISO",date:"date ISO",time:"heure ISO",duration:"dur\xE9e ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"cha\xEEne encod\xE9e en base64",base64url:"cha\xEEne encod\xE9e en base64url",json_string:"cha\xEEne JSON",e164:"num\xE9ro E.164",jwt:"JWT",template_literal:"entr\xE9e"},o={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Entr\xE9e invalide : attendu instanceof ${r.expected}, re\xE7u ${s}`:`Entr\xE9e invalide : attendu ${i}, re\xE7u ${s}`}case"invalid_value":return r.values.length===1?`Entr\xE9e invalide : attendu ${ce(r.values[0])}`:`Option invalide : attendu l'une des valeurs suivantes ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"\u2264":"<",a=t(r.origin);return a?`Trop grand : attendu que ${r.origin??"la valeur"} ait ${i}${r.maximum.toString()} ${a.unit}`:`Trop grand : attendu que ${r.origin??"la valeur"} soit ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?"\u2265":">",a=t(r.origin);return a?`Trop petit : attendu que ${r.origin} ait ${i}${r.minimum.toString()} ${a.unit}`:`Trop petit : attendu que ${r.origin} soit ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Cha\xEEne invalide : doit commencer par "${i.prefix}"`:i.format==="ends_with"?`Cha\xEEne invalide : doit se terminer par "${i.suffix}"`:i.format==="includes"?`Cha\xEEne invalide : doit inclure "${i.includes}"`:i.format==="regex"?`Cha\xEEne invalide : doit correspondre au motif ${i.pattern}`:`${n[i.format]??r.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit \xEAtre un multiple de ${r.divisor}`;case"unrecognized_keys":return`Cl\xE9${r.keys.length>1?"s":""} non reconnue${r.keys.length>1?"s":""} : ${Y(r.keys,", ")}`;case"invalid_key":return`Cl\xE9 invalide dans ${r.origin}`;case"invalid_union":return"Entr\xE9e invalide";case"invalid_element":return`Valeur invalide dans ${r.origin}`;default:return"Entr\xE9e invalide"}}}});function TX(){return{localeError:aEe()}}var aEe,AX=Ie(()=>{Oe();aEe=()=>{let e={string:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA",gender:"f"},number:{label:"\u05DE\u05E1\u05E4\u05E8",gender:"m"},boolean:{label:"\u05E2\u05E8\u05DA \u05D1\u05D5\u05DC\u05D9\u05D0\u05E0\u05D9",gender:"m"},bigint:{label:"BigInt",gender:"m"},date:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA",gender:"m"},array:{label:"\u05DE\u05E2\u05E8\u05DA",gender:"m"},object:{label:"\u05D0\u05D5\u05D1\u05D9\u05D9\u05E7\u05D8",gender:"m"},null:{label:"\u05E2\u05E8\u05DA \u05E8\u05D9\u05E7 (null)",gender:"m"},undefined:{label:"\u05E2\u05E8\u05DA \u05DC\u05D0 \u05DE\u05D5\u05D2\u05D3\u05E8 (undefined)",gender:"m"},symbol:{label:"\u05E1\u05D9\u05DE\u05D1\u05D5\u05DC (Symbol)",gender:"m"},function:{label:"\u05E4\u05D5\u05E0\u05E7\u05E6\u05D9\u05D4",gender:"f"},map:{label:"\u05DE\u05E4\u05D4 (Map)",gender:"f"},set:{label:"\u05E7\u05D1\u05D5\u05E6\u05D4 (Set)",gender:"f"},file:{label:"\u05E7\u05D5\u05D1\u05E5",gender:"m"},promise:{label:"Promise",gender:"m"},NaN:{label:"NaN",gender:"m"},unknown:{label:"\u05E2\u05E8\u05DA \u05DC\u05D0 \u05D9\u05D3\u05D5\u05E2",gender:"m"},value:{label:"\u05E2\u05E8\u05DA",gender:"m"}},t={string:{unit:"\u05EA\u05D5\u05D5\u05D9\u05DD",shortLabel:"\u05E7\u05E6\u05E8",longLabel:"\u05D0\u05E8\u05D5\u05DA"},file:{unit:"\u05D1\u05D9\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},array:{unit:"\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},set:{unit:"\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},number:{unit:"",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"}},n=d=>d?e[d]:void 0,o=d=>{let f=n(d);return f?f.label:d??e.unknown.label},r=d=>`\u05D4${o(d)}`,i=d=>(n(d)?.gender??"m")==="f"?"\u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05D9\u05D5\u05EA":"\u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA",a=d=>d?t[d]??null:null,s={regex:{label:"\u05E7\u05DC\u05D8",gender:"m"},email:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA \u05D0\u05D9\u05DE\u05D9\u05D9\u05DC",gender:"f"},url:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA \u05E8\u05E9\u05EA",gender:"f"},emoji:{label:"\u05D0\u05D9\u05DE\u05D5\u05D2'\u05D9",gender:"m"},uuid:{label:"UUID",gender:"m"},nanoid:{label:"nanoid",gender:"m"},guid:{label:"GUID",gender:"m"},cuid:{label:"cuid",gender:"m"},cuid2:{label:"cuid2",gender:"m"},ulid:{label:"ULID",gender:"m"},xid:{label:"XID",gender:"m"},ksuid:{label:"KSUID",gender:"m"},datetime:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA \u05D5\u05D6\u05DE\u05DF ISO",gender:"m"},date:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA ISO",gender:"m"},time:{label:"\u05D6\u05DE\u05DF ISO",gender:"m"},duration:{label:"\u05DE\u05E9\u05DA \u05D6\u05DE\u05DF ISO",gender:"m"},ipv4:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA IPv4",gender:"f"},ipv6:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA IPv6",gender:"f"},cidrv4:{label:"\u05D8\u05D5\u05D5\u05D7 IPv4",gender:"m"},cidrv6:{label:"\u05D8\u05D5\u05D5\u05D7 IPv6",gender:"m"},base64:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64",gender:"f"},base64url:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64 \u05DC\u05DB\u05EA\u05D5\u05D1\u05D5\u05EA \u05E8\u05E9\u05EA",gender:"f"},json_string:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA JSON",gender:"f"},e164:{label:"\u05DE\u05E1\u05E4\u05E8 E.164",gender:"m"},jwt:{label:"JWT",gender:"m"},ends_with:{label:"\u05E7\u05DC\u05D8",gender:"m"},includes:{label:"\u05E7\u05DC\u05D8",gender:"m"},lowercase:{label:"\u05E7\u05DC\u05D8",gender:"m"},starts_with:{label:"\u05E7\u05DC\u05D8",gender:"m"},uppercase:{label:"\u05E7\u05DC\u05D8",gender:"m"}},l={nan:"NaN"};return d=>{switch(d.code){case"invalid_type":{let f=d.expected,p=l[f??""]??o(f),b=fe(d.input),g=l[b]??e[b]?.label??b;return/^[A-Z]/.test(d.expected)?`\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA instanceof ${d.expected}, \u05D4\u05EA\u05E7\u05D1\u05DC ${g}`:`\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${p}, \u05D4\u05EA\u05E7\u05D1\u05DC ${g}`}case"invalid_value":{if(d.values.length===1)return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05E2\u05E8\u05DA \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA ${ce(d.values[0])}`;let f=d.values.map(g=>ce(g));if(d.values.length===2)return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05DE\u05EA\u05D0\u05D9\u05DE\u05D5\u05EA \u05D4\u05DF ${f[0]} \u05D0\u05D5 ${f[1]}`;let p=f[f.length-1];return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05DE\u05EA\u05D0\u05D9\u05DE\u05D5\u05EA \u05D4\u05DF ${f.slice(0,-1).join(", ")} \u05D0\u05D5 ${p}`}case"too_big":{let f=a(d.origin),p=r(d.origin??"value");if(d.origin==="string")return`${f?.longLabel??"\u05D0\u05E8\u05D5\u05DA"} \u05DE\u05D3\u05D9: ${p} \u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC ${d.maximum.toString()} ${f?.unit??""} ${d.inclusive?"\u05D0\u05D5 \u05E4\u05D7\u05D5\u05EA":"\u05DC\u05DB\u05DC \u05D4\u05D9\u05D5\u05EA\u05E8"}`.trim();if(d.origin==="number"){let y=d.inclusive?`\u05E7\u05D8\u05DF \u05D0\u05D5 \u05E9\u05D5\u05D5\u05D4 \u05DC-${d.maximum}`:`\u05E7\u05D8\u05DF \u05DE-${d.maximum}`;return`\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${p} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${y}`}if(d.origin==="array"||d.origin==="set"){let y=d.origin==="set"?"\u05E6\u05E8\u05D9\u05DB\u05D4":"\u05E6\u05E8\u05D9\u05DA",k=d.inclusive?`${d.maximum} ${f?.unit??""} \u05D0\u05D5 \u05E4\u05D7\u05D5\u05EA`:`\u05E4\u05D7\u05D5\u05EA \u05DE-${d.maximum} ${f?.unit??""}`;return`\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${p} ${y} \u05DC\u05D4\u05DB\u05D9\u05DC ${k}`.trim()}let b=d.inclusive?"<=":"<",g=i(d.origin??"value");return f?.unit?`${f.longLabel} \u05DE\u05D3\u05D9: ${p} ${g} ${b}${d.maximum.toString()} ${f.unit}`:`${f?.longLabel??"\u05D2\u05D3\u05D5\u05DC"} \u05DE\u05D3\u05D9: ${p} ${g} ${b}${d.maximum.toString()}`}case"too_small":{let f=a(d.origin),p=r(d.origin??"value");if(d.origin==="string")return`${f?.shortLabel??"\u05E7\u05E6\u05E8"} \u05DE\u05D3\u05D9: ${p} \u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC ${d.minimum.toString()} ${f?.unit??""} ${d.inclusive?"\u05D0\u05D5 \u05D9\u05D5\u05EA\u05E8":"\u05DC\u05E4\u05D7\u05D5\u05EA"}`.trim();if(d.origin==="number"){let y=d.inclusive?`\u05D2\u05D3\u05D5\u05DC \u05D0\u05D5 \u05E9\u05D5\u05D5\u05D4 \u05DC-${d.minimum}`:`\u05D2\u05D3\u05D5\u05DC \u05DE-${d.minimum}`;return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${p} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${y}`}if(d.origin==="array"||d.origin==="set"){let y=d.origin==="set"?"\u05E6\u05E8\u05D9\u05DB\u05D4":"\u05E6\u05E8\u05D9\u05DA";if(d.minimum===1&&d.inclusive){let C=(d.origin==="set","\u05DC\u05E4\u05D7\u05D5\u05EA \u05E4\u05E8\u05D9\u05D8 \u05D0\u05D7\u05D3");return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${p} ${y} \u05DC\u05D4\u05DB\u05D9\u05DC ${C}`}let k=d.inclusive?`${d.minimum} ${f?.unit??""} \u05D0\u05D5 \u05D9\u05D5\u05EA\u05E8`:`\u05D9\u05D5\u05EA\u05E8 \u05DE-${d.minimum} ${f?.unit??""}`;return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${p} ${y} \u05DC\u05D4\u05DB\u05D9\u05DC ${k}`.trim()}let b=d.inclusive?">=":">",g=i(d.origin??"value");return f?.unit?`${f.shortLabel} \u05DE\u05D3\u05D9: ${p} ${g} ${b}${d.minimum.toString()} ${f.unit}`:`${f?.shortLabel??"\u05E7\u05D8\u05DF"} \u05DE\u05D3\u05D9: ${p} ${g} ${b}${d.minimum.toString()}`}case"invalid_format":{let f=d;if(f.format==="starts_with")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D7\u05D9\u05DC \u05D1 "${f.prefix}"`;if(f.format==="ends_with")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05E1\u05EA\u05D9\u05D9\u05DD \u05D1 "${f.suffix}"`;if(f.format==="includes")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05DB\u05DC\u05D5\u05DC "${f.includes}"`;if(f.format==="regex")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D0\u05D9\u05DD \u05DC\u05EA\u05D1\u05E0\u05D9\u05EA ${f.pattern}`;let p=s[f.format],b=p?.label??f.format,y=(p?.gender??"m")==="f"?"\u05EA\u05E7\u05D9\u05E0\u05D4":"\u05EA\u05E7\u05D9\u05DF";return`${b} \u05DC\u05D0 ${y}`}case"not_multiple_of":return`\u05DE\u05E1\u05E4\u05E8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA \u05DE\u05DB\u05E4\u05DC\u05D4 \u05E9\u05DC ${d.divisor}`;case"unrecognized_keys":return`\u05DE\u05E4\u05EA\u05D7${d.keys.length>1?"\u05D5\u05EA":""} \u05DC\u05D0 \u05DE\u05D6\u05D5\u05D4${d.keys.length>1?"\u05D9\u05DD":"\u05D4"}: ${Y(d.keys,", ")}`;case"invalid_key":return"\u05E9\u05D3\u05D4 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1\u05D0\u05D5\u05D1\u05D9\u05D9\u05E7\u05D8";case"invalid_union":return"\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF";case"invalid_element":return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1${r(d.origin??"array")}`;default:return"\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF"}}}});function RX(){return{localeError:sEe()}}var sEe,NX=Ie(()=>{Oe();sEe=()=>{let e={string:{unit:"znakova",verb:"imati"},file:{unit:"bajtova",verb:"imati"},array:{unit:"stavki",verb:"imati"},set:{unit:"stavki",verb:"imati"}};function t(r){return e[r]??null}let n={regex:"unos",email:"email adresa",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum i vrijeme",date:"ISO datum",time:"ISO vrijeme",duration:"ISO trajanje",ipv4:"IPv4 adresa",ipv6:"IPv6 adresa",cidrv4:"IPv4 raspon",cidrv6:"IPv6 raspon",base64:"base64 kodirani tekst",base64url:"base64url kodirani tekst",json_string:"JSON tekst",e164:"E.164 broj",jwt:"JWT",template_literal:"unos"},o={nan:"NaN",string:"tekst",number:"broj",boolean:"boolean",array:"niz",object:"objekt",set:"skup",file:"datoteka",date:"datum",bigint:"bigint",symbol:"simbol",undefined:"undefined",null:"null",function:"funkcija",map:"mapa"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Neispravan unos: o\u010Dekuje se instanceof ${r.expected}, a primljeno je ${s}`:`Neispravan unos: o\u010Dekuje se ${i}, a primljeno je ${s}`}case"invalid_value":return r.values.length===1?`Neispravna vrijednost: o\u010Dekivano ${ce(r.values[0])}`:`Neispravna opcija: o\u010Dekivano jedno od ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin),s=o[r.origin]??r.origin;return a?`Preveliko: o\u010Dekivano da ${s??"vrijednost"} ima ${i}${r.maximum.toString()} ${a.unit??"elemenata"}`:`Preveliko: o\u010Dekivano da ${s??"vrijednost"} bude ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin),s=o[r.origin]??r.origin;return a?`Premalo: o\u010Dekivano da ${s} ima ${i}${r.minimum.toString()} ${a.unit}`:`Premalo: o\u010Dekivano da ${s} bude ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Neispravan tekst: mora zapo\u010Dinjati s "${i.prefix}"`:i.format==="ends_with"?`Neispravan tekst: mora zavr\u0161avati s "${i.suffix}"`:i.format==="includes"?`Neispravan tekst: mora sadr\u017Eavati "${i.includes}"`:i.format==="regex"?`Neispravan tekst: mora odgovarati uzorku ${i.pattern}`:`Neispravna ${n[i.format]??r.format}`}case"not_multiple_of":return`Neispravan broj: mora biti vi\u0161ekratnik od ${r.divisor}`;case"unrecognized_keys":return`Neprepoznat${r.keys.length>1?"i klju\u010Devi":" klju\u010D"}: ${Y(r.keys,", ")}`;case"invalid_key":return`Neispravan klju\u010D u ${o[r.origin]??r.origin}`;case"invalid_union":return"Neispravan unos";case"invalid_element":return`Neispravna vrijednost u ${o[r.origin]??r.origin}`;default:return"Neispravan unos"}}}});function LX(){return{localeError:uEe()}}var uEe,FX=Ie(()=>{Oe();uEe=()=>{let e={string:{unit:"karakter",verb:"legyen"},file:{unit:"byte",verb:"legyen"},array:{unit:"elem",verb:"legyen"},set:{unit:"elem",verb:"legyen"}};function t(r){return e[r]??null}let n={regex:"bemenet",email:"email c\xEDm",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO id\u0151b\xE9lyeg",date:"ISO d\xE1tum",time:"ISO id\u0151",duration:"ISO id\u0151intervallum",ipv4:"IPv4 c\xEDm",ipv6:"IPv6 c\xEDm",cidrv4:"IPv4 tartom\xE1ny",cidrv6:"IPv6 tartom\xE1ny",base64:"base64-k\xF3dolt string",base64url:"base64url-k\xF3dolt string",json_string:"JSON string",e164:"E.164 sz\xE1m",jwt:"JWT",template_literal:"bemenet"},o={nan:"NaN",number:"sz\xE1m",array:"t\xF6mb"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k instanceof ${r.expected}, a kapott \xE9rt\xE9k ${s}`:`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k ${i}, a kapott \xE9rt\xE9k ${s}`}case"invalid_value":return r.values.length===1?`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k ${ce(r.values[0])}`:`\xC9rv\xE9nytelen opci\xF3: valamelyik \xE9rt\xE9k v\xE1rt ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`T\xFAl nagy: ${r.origin??"\xE9rt\xE9k"} m\xE9rete t\xFAl nagy ${i}${r.maximum.toString()} ${a.unit??"elem"}`:`T\xFAl nagy: a bemeneti \xE9rt\xE9k ${r.origin??"\xE9rt\xE9k"} t\xFAl nagy: ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${r.origin} m\xE9rete t\xFAl kicsi ${i}${r.minimum.toString()} ${a.unit}`:`T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${r.origin} t\xFAl kicsi ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\xC9rv\xE9nytelen string: "${i.prefix}" \xE9rt\xE9kkel kell kezd\u0151dnie`:i.format==="ends_with"?`\xC9rv\xE9nytelen string: "${i.suffix}" \xE9rt\xE9kkel kell v\xE9gz\u0151dnie`:i.format==="includes"?`\xC9rv\xE9nytelen string: "${i.includes}" \xE9rt\xE9ket kell tartalmaznia`:i.format==="regex"?`\xC9rv\xE9nytelen string: ${i.pattern} mint\xE1nak kell megfelelnie`:`\xC9rv\xE9nytelen ${n[i.format]??r.format}`}case"not_multiple_of":return`\xC9rv\xE9nytelen sz\xE1m: ${r.divisor} t\xF6bbsz\xF6r\xF6s\xE9nek kell lennie`;case"unrecognized_keys":return`Ismeretlen kulcs${r.keys.length>1?"s":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`\xC9rv\xE9nytelen kulcs ${r.origin}`;case"invalid_union":return"\xC9rv\xE9nytelen bemenet";case"invalid_element":return`\xC9rv\xE9nytelen \xE9rt\xE9k: ${r.origin}`;default:return"\xC9rv\xE9nytelen bemenet"}}}});function PX(e,t,n){return Math.abs(e)===1?t:n}function Xf(e){if(!e)return"";let t=["\u0561","\u0565","\u0568","\u056B","\u0578","\u0578\u0582","\u0585"],n=e[e.length-1];return e+(t.includes(n)?"\u0576":"\u0568")}function OX(){return{localeError:lEe()}}var lEe,$X=Ie(()=>{Oe();lEe=()=>{let e={string:{unit:{one:"\u0576\u0577\u0561\u0576",many:"\u0576\u0577\u0561\u0576\u0576\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},file:{unit:{one:"\u0562\u0561\u0575\u0569",many:"\u0562\u0561\u0575\u0569\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},array:{unit:{one:"\u057F\u0561\u0580\u0580",many:"\u057F\u0561\u0580\u0580\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},set:{unit:{one:"\u057F\u0561\u0580\u0580",many:"\u057F\u0561\u0580\u0580\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"}};function t(r){return e[r]??null}let n={regex:"\u0574\u0578\u0582\u057F\u0584",email:"\u0567\u056C. \u0570\u0561\u057D\u0581\u0565",url:"URL",emoji:"\u0567\u0574\u0578\u057B\u056B",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0561\u0574\u057D\u0561\u0569\u056B\u057E \u0587 \u056A\u0561\u0574",date:"ISO \u0561\u0574\u057D\u0561\u0569\u056B\u057E",time:"ISO \u056A\u0561\u0574",duration:"ISO \u057F\u0587\u0578\u0572\u0578\u0582\u0569\u0575\u0578\u0582\u0576",ipv4:"IPv4 \u0570\u0561\u057D\u0581\u0565",ipv6:"IPv6 \u0570\u0561\u057D\u0581\u0565",cidrv4:"IPv4 \u0574\u056B\u057B\u0561\u056F\u0561\u0575\u0584",cidrv6:"IPv6 \u0574\u056B\u057B\u0561\u056F\u0561\u0575\u0584",base64:"base64 \u0571\u0587\u0561\u0579\u0561\u0583\u0578\u057E \u057F\u0578\u0572",base64url:"base64url \u0571\u0587\u0561\u0579\u0561\u0583\u0578\u057E \u057F\u0578\u0572",json_string:"JSON \u057F\u0578\u0572",e164:"E.164 \u0570\u0561\u0574\u0561\u0580",jwt:"JWT",template_literal:"\u0574\u0578\u0582\u057F\u0584"},o={nan:"NaN",number:"\u0569\u056B\u057E",array:"\u0566\u0561\u0576\u0563\u057E\u0561\u056E"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 instanceof ${r.expected}, \u057D\u057F\u0561\u0581\u057E\u0565\u056C \u0567 ${s}`:`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 ${i}, \u057D\u057F\u0561\u0581\u057E\u0565\u056C \u0567 ${s}`}case"invalid_value":return r.values.length===1?`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 ${ce(r.values[1])}`:`\u054D\u056D\u0561\u056C \u057F\u0561\u0580\u0562\u0565\u0580\u0561\u056F\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 \u0570\u0565\u057F\u0587\u0575\u0561\u056C\u0576\u0565\u0580\u056B\u0581 \u0574\u0565\u056F\u0568\u055D ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);if(a){let s=Number(r.maximum),l=PX(s,a.unit.one,a.unit.many);return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0574\u0565\u056E \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Xf(r.origin??"\u0561\u0580\u056A\u0565\u0584")} \u056F\u0578\u0582\u0576\u0565\u0576\u0561 ${i}${r.maximum.toString()} ${l}`}return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0574\u0565\u056E \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Xf(r.origin??"\u0561\u0580\u056A\u0565\u0584")} \u056C\u056B\u0576\u056B ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);if(a){let s=Number(r.minimum),l=PX(s,a.unit.one,a.unit.many);return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0583\u0578\u0584\u0580 \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Xf(r.origin)} \u056F\u0578\u0582\u0576\u0565\u0576\u0561 ${i}${r.minimum.toString()} ${l}`}return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0583\u0578\u0584\u0580 \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Xf(r.origin)} \u056C\u056B\u0576\u056B ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u057D\u056F\u057D\u057E\u056B "${i.prefix}"-\u0578\u057E`:i.format==="ends_with"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0561\u057E\u0561\u0580\u057F\u057E\u056B "${i.suffix}"-\u0578\u057E`:i.format==="includes"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u057A\u0561\u0580\u0578\u0582\u0576\u0561\u056F\u056B "${i.includes}"`:i.format==="regex"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0570\u0561\u0574\u0561\u057A\u0561\u057F\u0561\u057D\u056D\u0561\u0576\u056B ${i.pattern} \u0571\u0587\u0561\u0579\u0561\u0583\u056B\u0576`:`\u054D\u056D\u0561\u056C ${n[i.format]??r.format}`}case"not_multiple_of":return`\u054D\u056D\u0561\u056C \u0569\u056B\u057E\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0562\u0561\u0566\u0574\u0561\u057A\u0561\u057F\u056B\u056F \u056C\u056B\u0576\u056B ${r.divisor}-\u056B`;case"unrecognized_keys":return`\u0549\u0573\u0561\u0576\u0561\u0579\u057E\u0561\u056E \u0562\u0561\u0576\u0561\u056C\u056B${r.keys.length>1?"\u0576\u0565\u0580":""}. ${Y(r.keys,", ")}`;case"invalid_key":return`\u054D\u056D\u0561\u056C \u0562\u0561\u0576\u0561\u056C\u056B ${Xf(r.origin)}-\u0578\u0582\u0574`;case"invalid_union":return"\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574";case"invalid_element":return`\u054D\u056D\u0561\u056C \u0561\u0580\u056A\u0565\u0584 ${Xf(r.origin)}-\u0578\u0582\u0574`;default:return"\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574"}}}});function MX(){return{localeError:cEe()}}var cEe,zX=Ie(()=>{Oe();cEe=()=>{let e={string:{unit:"karakter",verb:"memiliki"},file:{unit:"byte",verb:"memiliki"},array:{unit:"item",verb:"memiliki"},set:{unit:"item",verb:"memiliki"}};function t(r){return e[r]??null}let n={regex:"input",email:"alamat email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"tanggal dan waktu format ISO",date:"tanggal format ISO",time:"jam format ISO",duration:"durasi format ISO",ipv4:"alamat IPv4",ipv6:"alamat IPv6",cidrv4:"rentang alamat IPv4",cidrv6:"rentang alamat IPv6",base64:"string dengan enkode base64",base64url:"string dengan enkode base64url",json_string:"string JSON",e164:"angka E.164",jwt:"JWT",template_literal:"input"},o={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Input tidak valid: diharapkan instanceof ${r.expected}, diterima ${s}`:`Input tidak valid: diharapkan ${i}, diterima ${s}`}case"invalid_value":return r.values.length===1?`Input tidak valid: diharapkan ${ce(r.values[0])}`:`Pilihan tidak valid: diharapkan salah satu dari ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Terlalu besar: diharapkan ${r.origin??"value"} memiliki ${i}${r.maximum.toString()} ${a.unit??"elemen"}`:`Terlalu besar: diharapkan ${r.origin??"value"} menjadi ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Terlalu kecil: diharapkan ${r.origin} memiliki ${i}${r.minimum.toString()} ${a.unit}`:`Terlalu kecil: diharapkan ${r.origin} menjadi ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`String tidak valid: harus dimulai dengan "${i.prefix}"`:i.format==="ends_with"?`String tidak valid: harus berakhir dengan "${i.suffix}"`:i.format==="includes"?`String tidak valid: harus menyertakan "${i.includes}"`:i.format==="regex"?`String tidak valid: harus sesuai pola ${i.pattern}`:`${n[i.format]??r.format} tidak valid`}case"not_multiple_of":return`Angka tidak valid: harus kelipatan dari ${r.divisor}`;case"unrecognized_keys":return`Kunci tidak dikenali ${r.keys.length>1?"s":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`Kunci tidak valid di ${r.origin}`;case"invalid_union":return"Input tidak valid";case"invalid_element":return`Nilai tidak valid di ${r.origin}`;default:return"Input tidak valid"}}}});function BX(){return{localeError:dEe()}}var dEe,jX=Ie(()=>{Oe();dEe=()=>{let e={string:{unit:"stafi",verb:"a\xF0 hafa"},file:{unit:"b\xE6ti",verb:"a\xF0 hafa"},array:{unit:"hluti",verb:"a\xF0 hafa"},set:{unit:"hluti",verb:"a\xF0 hafa"}};function t(r){return e[r]??null}let n={regex:"gildi",email:"netfang",url:"vefsl\xF3\xF0",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dagsetning og t\xEDmi",date:"ISO dagsetning",time:"ISO t\xEDmi",duration:"ISO t\xEDmalengd",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded strengur",base64url:"base64url-encoded strengur",json_string:"JSON strengur",e164:"E.164 t\xF6lugildi",jwt:"JWT",template_literal:"gildi"},o={nan:"NaN",number:"n\xFAmer",array:"fylki"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Rangt gildi: \xDE\xFA sl\xF3st inn ${s} \xFEar sem \xE1 a\xF0 vera instanceof ${r.expected}`:`Rangt gildi: \xDE\xFA sl\xF3st inn ${s} \xFEar sem \xE1 a\xF0 vera ${i}`}case"invalid_value":return r.values.length===1?`Rangt gildi: gert r\xE1\xF0 fyrir ${ce(r.values[0])}`:`\xD3gilt val: m\xE1 vera eitt af eftirfarandi ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Of st\xF3rt: gert er r\xE1\xF0 fyrir a\xF0 ${r.origin??"gildi"} hafi ${i}${r.maximum.toString()} ${a.unit??"hluti"}`:`Of st\xF3rt: gert er r\xE1\xF0 fyrir a\xF0 ${r.origin??"gildi"} s\xE9 ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Of l\xEDti\xF0: gert er r\xE1\xF0 fyrir a\xF0 ${r.origin} hafi ${i}${r.minimum.toString()} ${a.unit}`:`Of l\xEDti\xF0: gert er r\xE1\xF0 fyrir a\xF0 ${r.origin} s\xE9 ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\xD3gildur strengur: ver\xF0ur a\xF0 byrja \xE1 "${i.prefix}"`:i.format==="ends_with"?`\xD3gildur strengur: ver\xF0ur a\xF0 enda \xE1 "${i.suffix}"`:i.format==="includes"?`\xD3gildur strengur: ver\xF0ur a\xF0 innihalda "${i.includes}"`:i.format==="regex"?`\xD3gildur strengur: ver\xF0ur a\xF0 fylgja mynstri ${i.pattern}`:`Rangt ${n[i.format]??r.format}`}case"not_multiple_of":return`R\xF6ng tala: ver\xF0ur a\xF0 vera margfeldi af ${r.divisor}`;case"unrecognized_keys":return`\xD3\xFEekkt ${r.keys.length>1?"ir lyklar":"ur lykill"}: ${Y(r.keys,", ")}`;case"invalid_key":return`Rangur lykill \xED ${r.origin}`;case"invalid_union":return"Rangt gildi";case"invalid_element":return`Rangt gildi \xED ${r.origin}`;default:return"Rangt gildi"}}}});function UX(){return{localeError:fEe()}}var fEe,HX=Ie(()=>{Oe();fEe=()=>{let e={string:{unit:"caratteri",verb:"avere"},file:{unit:"byte",verb:"avere"},array:{unit:"elementi",verb:"avere"},set:{unit:"elementi",verb:"avere"}};function t(r){return e[r]??null}let n={regex:"input",email:"indirizzo email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data e ora ISO",date:"data ISO",time:"ora ISO",duration:"durata ISO",ipv4:"indirizzo IPv4",ipv6:"indirizzo IPv6",cidrv4:"intervallo IPv4",cidrv6:"intervallo IPv6",base64:"stringa codificata in base64",base64url:"URL codificata in base64",json_string:"stringa JSON",e164:"numero E.164",jwt:"JWT",template_literal:"input"},o={nan:"NaN",number:"numero",array:"vettore"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Input non valido: atteso instanceof ${r.expected}, ricevuto ${s}`:`Input non valido: atteso ${i}, ricevuto ${s}`}case"invalid_value":return r.values.length===1?`Input non valido: atteso ${ce(r.values[0])}`:`Opzione non valida: atteso uno tra ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Troppo grande: ${r.origin??"valore"} deve avere ${i}${r.maximum.toString()} ${a.unit??"elementi"}`:`Troppo grande: ${r.origin??"valore"} deve essere ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Troppo piccolo: ${r.origin} deve avere ${i}${r.minimum.toString()} ${a.unit}`:`Troppo piccolo: ${r.origin} deve essere ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Stringa non valida: deve iniziare con "${i.prefix}"`:i.format==="ends_with"?`Stringa non valida: deve terminare con "${i.suffix}"`:i.format==="includes"?`Stringa non valida: deve includere "${i.includes}"`:i.format==="regex"?`Stringa non valida: deve corrispondere al pattern ${i.pattern}`:`Input non valido: ${n[i.format]??r.format}`}case"not_multiple_of":return`Numero non valido: deve essere un multiplo di ${r.divisor}`;case"unrecognized_keys":return`Chiav${r.keys.length>1?"i":"e"} non riconosciut${r.keys.length>1?"e":"a"}: ${Y(r.keys,", ")}`;case"invalid_key":return`Chiave non valida in ${r.origin}`;case"invalid_union":return"Input non valido";case"invalid_element":return`Valore non valido in ${r.origin}`;default:return"Input non valido"}}}});function WX(){return{localeError:pEe()}}var pEe,VX=Ie(()=>{Oe();pEe=()=>{let e={string:{unit:"\u6587\u5B57",verb:"\u3067\u3042\u308B"},file:{unit:"\u30D0\u30A4\u30C8",verb:"\u3067\u3042\u308B"},array:{unit:"\u8981\u7D20",verb:"\u3067\u3042\u308B"},set:{unit:"\u8981\u7D20",verb:"\u3067\u3042\u308B"}};function t(r){return e[r]??null}let n={regex:"\u5165\u529B\u5024",email:"\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9",url:"URL",emoji:"\u7D75\u6587\u5B57",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO\u65E5\u6642",date:"ISO\u65E5\u4ED8",time:"ISO\u6642\u523B",duration:"ISO\u671F\u9593",ipv4:"IPv4\u30A2\u30C9\u30EC\u30B9",ipv6:"IPv6\u30A2\u30C9\u30EC\u30B9",cidrv4:"IPv4\u7BC4\u56F2",cidrv6:"IPv6\u7BC4\u56F2",base64:"base64\u30A8\u30F3\u30B3\u30FC\u30C9\u6587\u5B57\u5217",base64url:"base64url\u30A8\u30F3\u30B3\u30FC\u30C9\u6587\u5B57\u5217",json_string:"JSON\u6587\u5B57\u5217",e164:"E.164\u756A\u53F7",jwt:"JWT",template_literal:"\u5165\u529B\u5024"},o={nan:"NaN",number:"\u6570\u5024",array:"\u914D\u5217"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u7121\u52B9\u306A\u5165\u529B: instanceof ${r.expected}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F\u304C\u3001${s}\u304C\u5165\u529B\u3055\u308C\u307E\u3057\u305F`:`\u7121\u52B9\u306A\u5165\u529B: ${i}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F\u304C\u3001${s}\u304C\u5165\u529B\u3055\u308C\u307E\u3057\u305F`}case"invalid_value":return r.values.length===1?`\u7121\u52B9\u306A\u5165\u529B: ${ce(r.values[0])}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F`:`\u7121\u52B9\u306A\u9078\u629E: ${Y(r.values,"\u3001")}\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`;case"too_big":{let i=r.inclusive?"\u4EE5\u4E0B\u3067\u3042\u308B":"\u3088\u308A\u5C0F\u3055\u3044",a=t(r.origin);return a?`\u5927\u304D\u3059\u304E\u308B\u5024: ${r.origin??"\u5024"}\u306F${r.maximum.toString()}${a.unit??"\u8981\u7D20"}${i}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u5927\u304D\u3059\u304E\u308B\u5024: ${r.origin??"\u5024"}\u306F${r.maximum.toString()}${i}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`}case"too_small":{let i=r.inclusive?"\u4EE5\u4E0A\u3067\u3042\u308B":"\u3088\u308A\u5927\u304D\u3044",a=t(r.origin);return a?`\u5C0F\u3055\u3059\u304E\u308B\u5024: ${r.origin}\u306F${r.minimum.toString()}${a.unit}${i}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u5C0F\u3055\u3059\u304E\u308B\u5024: ${r.origin}\u306F${r.minimum.toString()}${i}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${i.prefix}"\u3067\u59CB\u307E\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:i.format==="ends_with"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${i.suffix}"\u3067\u7D42\u308F\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:i.format==="includes"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${i.includes}"\u3092\u542B\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:i.format==="regex"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: \u30D1\u30BF\u30FC\u30F3${i.pattern}\u306B\u4E00\u81F4\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u7121\u52B9\u306A${n[i.format]??r.format}`}case"not_multiple_of":return`\u7121\u52B9\u306A\u6570\u5024: ${r.divisor}\u306E\u500D\u6570\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`;case"unrecognized_keys":return`\u8A8D\u8B58\u3055\u308C\u3066\u3044\u306A\u3044\u30AD\u30FC${r.keys.length>1?"\u7FA4":""}: ${Y(r.keys,"\u3001")}`;case"invalid_key":return`${r.origin}\u5185\u306E\u7121\u52B9\u306A\u30AD\u30FC`;case"invalid_union":return"\u7121\u52B9\u306A\u5165\u529B";case"invalid_element":return`${r.origin}\u5185\u306E\u7121\u52B9\u306A\u5024`;default:return"\u7121\u52B9\u306A\u5165\u529B"}}}});function GX(){return{localeError:mEe()}}var mEe,ZX=Ie(()=>{Oe();mEe=()=>{let e={string:{unit:"\u10E1\u10D8\u10DB\u10D1\u10DD\u10DA\u10DD",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},file:{unit:"\u10D1\u10D0\u10D8\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},array:{unit:"\u10D4\u10DA\u10D4\u10DB\u10D4\u10DC\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},set:{unit:"\u10D4\u10DA\u10D4\u10DB\u10D4\u10DC\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"}};function t(r){return e[r]??null}let n={regex:"\u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0",email:"\u10D4\u10DA-\u10E4\u10DD\u10E1\u10E2\u10D8\u10E1 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",url:"URL",emoji:"\u10D4\u10DB\u10DD\u10EF\u10D8",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u10D7\u10D0\u10E0\u10D8\u10E6\u10D8-\u10D3\u10E0\u10DD",date:"\u10D7\u10D0\u10E0\u10D8\u10E6\u10D8",time:"\u10D3\u10E0\u10DD",duration:"\u10EE\u10D0\u10DC\u10D2\u10E0\u10EB\u10DA\u10D8\u10D5\u10DD\u10D1\u10D0",ipv4:"IPv4 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",ipv6:"IPv6 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",cidrv4:"IPv4 \u10D3\u10D8\u10D0\u10DE\u10D0\u10D6\u10DD\u10DC\u10D8",cidrv6:"IPv6 \u10D3\u10D8\u10D0\u10DE\u10D0\u10D6\u10DD\u10DC\u10D8",base64:"base64-\u10D9\u10DD\u10D3\u10D8\u10E0\u10D4\u10D1\u10E3\u10DA\u10D8 \u10D5\u10D4\u10DA\u10D8",base64url:"base64url-\u10D9\u10DD\u10D3\u10D8\u10E0\u10D4\u10D1\u10E3\u10DA\u10D8 \u10D5\u10D4\u10DA\u10D8",json_string:"JSON \u10D5\u10D4\u10DA\u10D8",e164:"E.164 \u10DC\u10DD\u10DB\u10D4\u10E0\u10D8",jwt:"JWT",template_literal:"\u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0"},o={nan:"NaN",number:"\u10E0\u10D8\u10EA\u10EE\u10D5\u10D8",string:"\u10D5\u10D4\u10DA\u10D8",boolean:"\u10D1\u10E3\u10DA\u10D4\u10D0\u10DC\u10D8",function:"\u10E4\u10E3\u10DC\u10E5\u10EA\u10D8\u10D0",array:"\u10DB\u10D0\u10E1\u10D8\u10D5\u10D8"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 instanceof ${r.expected}, \u10DB\u10D8\u10E6\u10D4\u10D1\u10E3\u10DA\u10D8 ${s}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${i}, \u10DB\u10D8\u10E6\u10D4\u10D1\u10E3\u10DA\u10D8 ${s}`}case"invalid_value":return r.values.length===1?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${ce(r.values[0])}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D0\u10E0\u10D8\u10D0\u10DC\u10E2\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8\u10D0 \u10D4\u10E0\u10D7-\u10D4\u10E0\u10D7\u10D8 ${Y(r.values,"|")}-\u10D3\u10D0\u10DC`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10D3\u10D8\u10D3\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${r.origin??"\u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0"} ${a.verb} ${i}${r.maximum.toString()} ${a.unit}`:`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10D3\u10D8\u10D3\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${r.origin??"\u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0"} \u10D8\u10E7\u10DD\u10E1 ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10DE\u10D0\u10E2\u10D0\u10E0\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${r.origin} ${a.verb} ${i}${r.minimum.toString()} ${a.unit}`:`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10DE\u10D0\u10E2\u10D0\u10E0\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${r.origin} \u10D8\u10E7\u10DD\u10E1 ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10D8\u10EC\u10E7\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 "${i.prefix}"-\u10D8\u10D7`:i.format==="ends_with"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10DB\u10D7\u10D0\u10D5\u10E0\u10D3\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 "${i.suffix}"-\u10D8\u10D7`:i.format==="includes"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1 "${i.includes}"-\u10E1`:i.format==="regex"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D4\u10E1\u10D0\u10D1\u10D0\u10DB\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 \u10E8\u10D0\u10D1\u10DA\u10DD\u10DC\u10E1 ${i.pattern}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 ${n[i.format]??r.format}`}case"not_multiple_of":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E0\u10D8\u10EA\u10EE\u10D5\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10D8\u10E7\u10DD\u10E1 ${r.divisor}-\u10D8\u10E1 \u10EF\u10D4\u10E0\u10D0\u10D3\u10D8`;case"unrecognized_keys":return`\u10E3\u10EA\u10DC\u10DD\u10D1\u10D8 \u10D2\u10D0\u10E1\u10D0\u10E6\u10D4\u10D1${r.keys.length>1?"\u10D4\u10D1\u10D8":"\u10D8"}: ${Y(r.keys,", ")}`;case"invalid_key":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D2\u10D0\u10E1\u10D0\u10E6\u10D4\u10D1\u10D8 ${r.origin}-\u10E8\u10D8`;case"invalid_union":return"\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0";case"invalid_element":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0 ${r.origin}-\u10E8\u10D8`;default:return"\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0"}}}});function c6(){return{localeError:hEe()}}var hEe,FS=Ie(()=>{Oe();hEe=()=>{let e={string:{unit:"\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},file:{unit:"\u1794\u17C3",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},array:{unit:"\u1792\u17B6\u178F\u17BB",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},set:{unit:"\u1792\u17B6\u178F\u17BB",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"}};function t(r){return e[r]??null}let n={regex:"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B",email:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793\u17A2\u17CA\u17B8\u1798\u17C2\u179B",url:"URL",emoji:"\u179F\u1789\u17D2\u1789\u17B6\u17A2\u17B6\u179A\u1798\u17D2\u1798\u178E\u17CD",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u1780\u17B6\u179B\u1794\u179A\u17B7\u1785\u17D2\u1786\u17C1\u1791 \u1793\u17B7\u1784\u1798\u17C9\u17C4\u1784 ISO",date:"\u1780\u17B6\u179B\u1794\u179A\u17B7\u1785\u17D2\u1786\u17C1\u1791 ISO",time:"\u1798\u17C9\u17C4\u1784 ISO",duration:"\u179A\u1799\u17C8\u1796\u17C1\u179B ISO",ipv4:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv4",ipv6:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv6",cidrv4:"\u178A\u17C2\u1793\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv4",cidrv6:"\u178A\u17C2\u1793\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv6",base64:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u17A2\u17CA\u17B7\u1780\u17BC\u178A base64",base64url:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u17A2\u17CA\u17B7\u1780\u17BC\u178A base64url",json_string:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A JSON",e164:"\u179B\u17C1\u1781 E.164",jwt:"JWT",template_literal:"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B"},o={nan:"NaN",number:"\u179B\u17C1\u1781",array:"\u17A2\u17B6\u179A\u17C1 (Array)",null:"\u1782\u17D2\u1798\u17B6\u1793\u178F\u1798\u17D2\u179B\u17C3 (null)"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A instanceof ${r.expected} \u1794\u17C9\u17BB\u1793\u17D2\u178F\u17C2\u1791\u1791\u17BD\u179B\u1794\u17B6\u1793 ${s}`:`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${i} \u1794\u17C9\u17BB\u1793\u17D2\u178F\u17C2\u1791\u1791\u17BD\u179B\u1794\u17B6\u1793 ${s}`}case"invalid_value":return r.values.length===1?`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${ce(r.values[0])}`:`\u1787\u1798\u17D2\u179A\u17BE\u179F\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1787\u17B6\u1798\u17BD\u1799\u1780\u17D2\u1793\u17BB\u1784\u1785\u17C6\u178E\u17C4\u1798 ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`\u1792\u17C6\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${r.origin??"\u178F\u1798\u17D2\u179B\u17C3"} ${i} ${r.maximum.toString()} ${a.unit??"\u1792\u17B6\u178F\u17BB"}`:`\u1792\u17C6\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${r.origin??"\u178F\u1798\u17D2\u179B\u17C3"} ${i} ${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${r.origin} ${i} ${r.minimum.toString()} ${a.unit}`:`\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${r.origin} ${i} ${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1785\u17B6\u1794\u17CB\u1795\u17D2\u178F\u17BE\u1798\u178A\u17C4\u1799 "${i.prefix}"`:i.format==="ends_with"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1794\u1789\u17D2\u1785\u1794\u17CB\u178A\u17C4\u1799 "${i.suffix}"`:i.format==="includes"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1798\u17B6\u1793 "${i.includes}"`:i.format==="regex"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1795\u17D2\u1782\u17BC\u1795\u17D2\u1782\u1784\u1793\u17B9\u1784\u1791\u1798\u17D2\u179A\u1784\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1780\u17C6\u178E\u178F\u17CB ${i.pattern}`:`\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 ${n[i.format]??r.format}`}case"not_multiple_of":return`\u179B\u17C1\u1781\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1787\u17B6\u1796\u17A0\u17BB\u1782\u17BB\u178E\u1793\u17C3 ${r.divisor}`;case"unrecognized_keys":return`\u179A\u1780\u1783\u17BE\u1789\u179F\u17C4\u1798\u17B7\u1793\u179F\u17D2\u1782\u17B6\u179B\u17CB\u17D6 ${Y(r.keys,", ")}`;case"invalid_key":return`\u179F\u17C4\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784 ${r.origin}`;case"invalid_union":return"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C";case"invalid_element":return`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784 ${r.origin}`;default:return"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C"}}}});function XX(){return c6()}var YX=Ie(()=>{FS()});function JX(){return{localeError:gEe()}}var gEe,qX=Ie(()=>{Oe();gEe=()=>{let e={string:{unit:"\uBB38\uC790",verb:"to have"},file:{unit:"\uBC14\uC774\uD2B8",verb:"to have"},array:{unit:"\uAC1C",verb:"to have"},set:{unit:"\uAC1C",verb:"to have"}};function t(r){return e[r]??null}let n={regex:"\uC785\uB825",email:"\uC774\uBA54\uC77C \uC8FC\uC18C",url:"URL",emoji:"\uC774\uBAA8\uC9C0",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \uB0A0\uC9DC\uC2DC\uAC04",date:"ISO \uB0A0\uC9DC",time:"ISO \uC2DC\uAC04",duration:"ISO \uAE30\uAC04",ipv4:"IPv4 \uC8FC\uC18C",ipv6:"IPv6 \uC8FC\uC18C",cidrv4:"IPv4 \uBC94\uC704",cidrv6:"IPv6 \uBC94\uC704",base64:"base64 \uC778\uCF54\uB529 \uBB38\uC790\uC5F4",base64url:"base64url \uC778\uCF54\uB529 \uBB38\uC790\uC5F4",json_string:"JSON \uBB38\uC790\uC5F4",e164:"E.164 \uBC88\uD638",jwt:"JWT",template_literal:"\uC785\uB825"},o={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\uC798\uBABB\uB41C \uC785\uB825: \uC608\uC0C1 \uD0C0\uC785\uC740 instanceof ${r.expected}, \uBC1B\uC740 \uD0C0\uC785\uC740 ${s}\uC785\uB2C8\uB2E4`:`\uC798\uBABB\uB41C \uC785\uB825: \uC608\uC0C1 \uD0C0\uC785\uC740 ${i}, \uBC1B\uC740 \uD0C0\uC785\uC740 ${s}\uC785\uB2C8\uB2E4`}case"invalid_value":return r.values.length===1?`\uC798\uBABB\uB41C \uC785\uB825: \uAC12\uC740 ${ce(r.values[0])} \uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4`:`\uC798\uBABB\uB41C \uC635\uC158: ${Y(r.values,"\uB610\uB294 ")} \uC911 \uD558\uB098\uC5EC\uC57C \uD569\uB2C8\uB2E4`;case"too_big":{let i=r.inclusive?"\uC774\uD558":"\uBBF8\uB9CC",a=i==="\uBBF8\uB9CC"?"\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4":"\uC5EC\uC57C \uD569\uB2C8\uB2E4",s=t(r.origin),l=s?.unit??"\uC694\uC18C";return s?`${r.origin??"\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${r.maximum.toString()}${l} ${i}${a}`:`${r.origin??"\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${r.maximum.toString()} ${i}${a}`}case"too_small":{let i=r.inclusive?"\uC774\uC0C1":"\uCD08\uACFC",a=i==="\uC774\uC0C1"?"\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4":"\uC5EC\uC57C \uD569\uB2C8\uB2E4",s=t(r.origin),l=s?.unit??"\uC694\uC18C";return s?`${r.origin??"\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${r.minimum.toString()}${l} ${i}${a}`:`${r.origin??"\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${r.minimum.toString()} ${i}${a}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${i.prefix}"(\uC73C)\uB85C \uC2DC\uC791\uD574\uC57C \uD569\uB2C8\uB2E4`:i.format==="ends_with"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${i.suffix}"(\uC73C)\uB85C \uB05D\uB098\uC57C \uD569\uB2C8\uB2E4`:i.format==="includes"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${i.includes}"\uC744(\uB97C) \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4`:i.format==="regex"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: \uC815\uADDC\uC2DD ${i.pattern} \uD328\uD134\uACFC \uC77C\uCE58\uD574\uC57C \uD569\uB2C8\uB2E4`:`\uC798\uBABB\uB41C ${n[i.format]??r.format}`}case"not_multiple_of":return`\uC798\uBABB\uB41C \uC22B\uC790: ${r.divisor}\uC758 \uBC30\uC218\uC5EC\uC57C \uD569\uB2C8\uB2E4`;case"unrecognized_keys":return`\uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uD0A4: ${Y(r.keys,", ")}`;case"invalid_key":return`\uC798\uBABB\uB41C \uD0A4: ${r.origin}`;case"invalid_union":return"\uC798\uBABB\uB41C \uC785\uB825";case"invalid_element":return`\uC798\uBABB\uB41C \uAC12: ${r.origin}`;default:return"\uC798\uBABB\uB41C \uC785\uB825"}}}});function KX(e){let t=Math.abs(e),n=t%10,o=t%100;return o>=11&&o<=19||n===0?"many":n===1?"one":"few"}function QX(){return{localeError:bEe()}}var hh,bEe,eY=Ie(()=>{Oe();hh=e=>e.charAt(0).toUpperCase()+e.slice(1);bEe=()=>{let e={string:{unit:{one:"simbolis",few:"simboliai",many:"simboli\u0173"},verb:{smaller:{inclusive:"turi b\u016Bti ne ilgesn\u0117 kaip",notInclusive:"turi b\u016Bti trumpesn\u0117 kaip"},bigger:{inclusive:"turi b\u016Bti ne trumpesn\u0117 kaip",notInclusive:"turi b\u016Bti ilgesn\u0117 kaip"}}},file:{unit:{one:"baitas",few:"baitai",many:"bait\u0173"},verb:{smaller:{inclusive:"turi b\u016Bti ne didesnis kaip",notInclusive:"turi b\u016Bti ma\u017Eesnis kaip"},bigger:{inclusive:"turi b\u016Bti ne ma\u017Eesnis kaip",notInclusive:"turi b\u016Bti didesnis kaip"}}},array:{unit:{one:"element\u0105",few:"elementus",many:"element\u0173"},verb:{smaller:{inclusive:"turi tur\u0117ti ne daugiau kaip",notInclusive:"turi tur\u0117ti ma\u017Eiau kaip"},bigger:{inclusive:"turi tur\u0117ti ne ma\u017Eiau kaip",notInclusive:"turi tur\u0117ti daugiau kaip"}}},set:{unit:{one:"element\u0105",few:"elementus",many:"element\u0173"},verb:{smaller:{inclusive:"turi tur\u0117ti ne daugiau kaip",notInclusive:"turi tur\u0117ti ma\u017Eiau kaip"},bigger:{inclusive:"turi tur\u0117ti ne ma\u017Eiau kaip",notInclusive:"turi tur\u0117ti daugiau kaip"}}}};function t(r,i,a,s){let l=e[r]??null;return l===null?l:{unit:l.unit[i],verb:l.verb[s][a?"inclusive":"notInclusive"]}}let n={regex:"\u012Fvestis",email:"el. pa\u0161to adresas",url:"URL",emoji:"jaustukas",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO data ir laikas",date:"ISO data",time:"ISO laikas",duration:"ISO trukm\u0117",ipv4:"IPv4 adresas",ipv6:"IPv6 adresas",cidrv4:"IPv4 tinklo prefiksas (CIDR)",cidrv6:"IPv6 tinklo prefiksas (CIDR)",base64:"base64 u\u017Ekoduota eilut\u0117",base64url:"base64url u\u017Ekoduota eilut\u0117",json_string:"JSON eilut\u0117",e164:"E.164 numeris",jwt:"JWT",template_literal:"\u012Fvestis"},o={nan:"NaN",number:"skai\u010Dius",bigint:"sveikasis skai\u010Dius",string:"eilut\u0117",boolean:"login\u0117 reik\u0161m\u0117",undefined:"neapibr\u0117\u017Eta reik\u0161m\u0117",function:"funkcija",symbol:"simbolis",array:"masyvas",object:"objektas",null:"nulin\u0117 reik\u0161m\u0117"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Gautas tipas ${s}, o tik\u0117tasi - instanceof ${r.expected}`:`Gautas tipas ${s}, o tik\u0117tasi - ${i}`}case"invalid_value":return r.values.length===1?`Privalo b\u016Bti ${ce(r.values[0])}`:`Privalo b\u016Bti vienas i\u0161 ${Y(r.values,"|")} pasirinkim\u0173`;case"too_big":{let i=o[r.origin]??r.origin,a=t(r.origin,KX(Number(r.maximum)),r.inclusive??!1,"smaller");if(a?.verb)return`${hh(i??r.origin??"reik\u0161m\u0117")} ${a.verb} ${r.maximum.toString()} ${a.unit??"element\u0173"}`;let s=r.inclusive?"ne didesnis kaip":"ma\u017Eesnis kaip";return`${hh(i??r.origin??"reik\u0161m\u0117")} turi b\u016Bti ${s} ${r.maximum.toString()} ${a?.unit}`}case"too_small":{let i=o[r.origin]??r.origin,a=t(r.origin,KX(Number(r.minimum)),r.inclusive??!1,"bigger");if(a?.verb)return`${hh(i??r.origin??"reik\u0161m\u0117")} ${a.verb} ${r.minimum.toString()} ${a.unit??"element\u0173"}`;let s=r.inclusive?"ne ma\u017Eesnis kaip":"didesnis kaip";return`${hh(i??r.origin??"reik\u0161m\u0117")} turi b\u016Bti ${s} ${r.minimum.toString()} ${a?.unit}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Eilut\u0117 privalo prasid\u0117ti "${i.prefix}"`:i.format==="ends_with"?`Eilut\u0117 privalo pasibaigti "${i.suffix}"`:i.format==="includes"?`Eilut\u0117 privalo \u012Ftraukti "${i.includes}"`:i.format==="regex"?`Eilut\u0117 privalo atitikti ${i.pattern}`:`Neteisingas ${n[i.format]??r.format}`}case"not_multiple_of":return`Skai\u010Dius privalo b\u016Bti ${r.divisor} kartotinis.`;case"unrecognized_keys":return`Neatpa\u017Eint${r.keys.length>1?"i":"as"} rakt${r.keys.length>1?"ai":"as"}: ${Y(r.keys,", ")}`;case"invalid_key":return"Rastas klaidingas raktas";case"invalid_union":return"Klaidinga \u012Fvestis";case"invalid_element":{let i=o[r.origin]??r.origin;return`${hh(i??r.origin??"reik\u0161m\u0117")} turi klaiding\u0105 \u012Fvest\u012F`}default:return"Klaidinga \u012Fvestis"}}}});function tY(){return{localeError:vEe()}}var vEe,nY=Ie(()=>{Oe();vEe=()=>{let e={string:{unit:"\u0437\u043D\u0430\u0446\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},file:{unit:"\u0431\u0430\u0458\u0442\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},array:{unit:"\u0441\u0442\u0430\u0432\u043A\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},set:{unit:"\u0441\u0442\u0430\u0432\u043A\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"}};function t(r){return e[r]??null}let n={regex:"\u0432\u043D\u0435\u0441",email:"\u0430\u0434\u0440\u0435\u0441\u0430 \u043D\u0430 \u0435-\u043F\u043E\u0448\u0442\u0430",url:"URL",emoji:"\u0435\u043C\u043E\u045F\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0443\u043C \u0438 \u0432\u0440\u0435\u043C\u0435",date:"ISO \u0434\u0430\u0442\u0443\u043C",time:"ISO \u0432\u0440\u0435\u043C\u0435",duration:"ISO \u0432\u0440\u0435\u043C\u0435\u0442\u0440\u0430\u0435\u045A\u0435",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441\u0430",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441\u0430",cidrv4:"IPv4 \u043E\u043F\u0441\u0435\u0433",cidrv6:"IPv6 \u043E\u043F\u0441\u0435\u0433",base64:"base64-\u0435\u043D\u043A\u043E\u0434\u0438\u0440\u0430\u043D\u0430 \u043D\u0438\u0437\u0430",base64url:"base64url-\u0435\u043D\u043A\u043E\u0434\u0438\u0440\u0430\u043D\u0430 \u043D\u0438\u0437\u0430",json_string:"JSON \u043D\u0438\u0437\u0430",e164:"E.164 \u0431\u0440\u043E\u0458",jwt:"JWT",template_literal:"\u0432\u043D\u0435\u0441"},o={nan:"NaN",number:"\u0431\u0440\u043E\u0458",array:"\u043D\u0438\u0437\u0430"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 instanceof ${r.expected}, \u043F\u0440\u0438\u043C\u0435\u043D\u043E ${s}`:`\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${i}, \u043F\u0440\u0438\u043C\u0435\u043D\u043E ${s}`}case"invalid_value":return r.values.length===1?`Invalid input: expected ${ce(r.values[0])}`:`\u0413\u0440\u0435\u0448\u0430\u043D\u0430 \u043E\u043F\u0446\u0438\u0458\u0430: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 \u0435\u0434\u043D\u0430 ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${r.origin??"\u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430"} \u0434\u0430 \u0438\u043C\u0430 ${i}${r.maximum.toString()} ${a.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438"}`:`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${r.origin??"\u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430"} \u0434\u0430 \u0431\u0438\u0434\u0435 ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u043C\u0430\u043B: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${r.origin} \u0434\u0430 \u0438\u043C\u0430 ${i}${r.minimum.toString()} ${a.unit}`:`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u043C\u0430\u043B: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${r.origin} \u0434\u0430 \u0431\u0438\u0434\u0435 ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0443\u0432\u0430 \u0441\u043E "${i.prefix}"`:i.format==="ends_with"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0437\u0430\u0432\u0440\u0448\u0443\u0432\u0430 \u0441\u043E "${i.suffix}"`:i.format==="includes"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0432\u043A\u043B\u0443\u0447\u0443\u0432\u0430 "${i.includes}"`:i.format==="regex"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u043E\u0434\u0433\u043E\u0430\u0440\u0430 \u043D\u0430 \u043F\u0430\u0442\u0435\u0440\u043D\u043E\u0442 ${i.pattern}`:`Invalid ${n[i.format]??r.format}`}case"not_multiple_of":return`\u0413\u0440\u0435\u0448\u0435\u043D \u0431\u0440\u043E\u0458: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u0434\u0435\u043B\u0438\u0432 \u0441\u043E ${r.divisor}`;case"unrecognized_keys":return`${r.keys.length>1?"\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0437\u043D\u0430\u0435\u043D\u0438 \u043A\u043B\u0443\u0447\u0435\u0432\u0438":"\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0437\u043D\u0430\u0435\u043D \u043A\u043B\u0443\u0447"}: ${Y(r.keys,", ")}`;case"invalid_key":return`\u0413\u0440\u0435\u0448\u0435\u043D \u043A\u043B\u0443\u0447 \u0432\u043E ${r.origin}`;case"invalid_union":return"\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441";case"invalid_element":return`\u0413\u0440\u0435\u0448\u043D\u0430 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u0432\u043E ${r.origin}`;default:return"\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441"}}}});function rY(){return{localeError:yEe()}}var yEe,oY=Ie(()=>{Oe();yEe=()=>{let e={string:{unit:"aksara",verb:"mempunyai"},file:{unit:"bait",verb:"mempunyai"},array:{unit:"elemen",verb:"mempunyai"},set:{unit:"elemen",verb:"mempunyai"}};function t(r){return e[r]??null}let n={regex:"input",email:"alamat e-mel",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"tarikh masa ISO",date:"tarikh ISO",time:"masa ISO",duration:"tempoh ISO",ipv4:"alamat IPv4",ipv6:"alamat IPv6",cidrv4:"julat IPv4",cidrv6:"julat IPv6",base64:"string dikodkan base64",base64url:"string dikodkan base64url",json_string:"string JSON",e164:"nombor E.164",jwt:"JWT",template_literal:"input"},o={nan:"NaN",number:"nombor"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Input tidak sah: dijangka instanceof ${r.expected}, diterima ${s}`:`Input tidak sah: dijangka ${i}, diterima ${s}`}case"invalid_value":return r.values.length===1?`Input tidak sah: dijangka ${ce(r.values[0])}`:`Pilihan tidak sah: dijangka salah satu daripada ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Terlalu besar: dijangka ${r.origin??"nilai"} ${a.verb} ${i}${r.maximum.toString()} ${a.unit??"elemen"}`:`Terlalu besar: dijangka ${r.origin??"nilai"} adalah ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Terlalu kecil: dijangka ${r.origin} ${a.verb} ${i}${r.minimum.toString()} ${a.unit}`:`Terlalu kecil: dijangka ${r.origin} adalah ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`String tidak sah: mesti bermula dengan "${i.prefix}"`:i.format==="ends_with"?`String tidak sah: mesti berakhir dengan "${i.suffix}"`:i.format==="includes"?`String tidak sah: mesti mengandungi "${i.includes}"`:i.format==="regex"?`String tidak sah: mesti sepadan dengan corak ${i.pattern}`:`${n[i.format]??r.format} tidak sah`}case"not_multiple_of":return`Nombor tidak sah: perlu gandaan ${r.divisor}`;case"unrecognized_keys":return`Kunci tidak dikenali: ${Y(r.keys,", ")}`;case"invalid_key":return`Kunci tidak sah dalam ${r.origin}`;case"invalid_union":return"Input tidak sah";case"invalid_element":return`Nilai tidak sah dalam ${r.origin}`;default:return"Input tidak sah"}}}});function iY(){return{localeError:xEe()}}var xEe,aY=Ie(()=>{Oe();xEe=()=>{let e={string:{unit:"tekens",verb:"heeft"},file:{unit:"bytes",verb:"heeft"},array:{unit:"elementen",verb:"heeft"},set:{unit:"elementen",verb:"heeft"}};function t(r){return e[r]??null}let n={regex:"invoer",email:"emailadres",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum en tijd",date:"ISO datum",time:"ISO tijd",duration:"ISO duur",ipv4:"IPv4-adres",ipv6:"IPv6-adres",cidrv4:"IPv4-bereik",cidrv6:"IPv6-bereik",base64:"base64-gecodeerde tekst",base64url:"base64 URL-gecodeerde tekst",json_string:"JSON string",e164:"E.164-nummer",jwt:"JWT",template_literal:"invoer"},o={nan:"NaN",number:"getal"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Ongeldige invoer: verwacht instanceof ${r.expected}, ontving ${s}`:`Ongeldige invoer: verwacht ${i}, ontving ${s}`}case"invalid_value":return r.values.length===1?`Ongeldige invoer: verwacht ${ce(r.values[0])}`:`Ongeldige optie: verwacht \xE9\xE9n van ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin),s=r.origin==="date"?"laat":r.origin==="string"?"lang":"groot";return a?`Te ${s}: verwacht dat ${r.origin??"waarde"} ${i}${r.maximum.toString()} ${a.unit??"elementen"} ${a.verb}`:`Te ${s}: verwacht dat ${r.origin??"waarde"} ${i}${r.maximum.toString()} is`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin),s=r.origin==="date"?"vroeg":r.origin==="string"?"kort":"klein";return a?`Te ${s}: verwacht dat ${r.origin} ${i}${r.minimum.toString()} ${a.unit} ${a.verb}`:`Te ${s}: verwacht dat ${r.origin} ${i}${r.minimum.toString()} is`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Ongeldige tekst: moet met "${i.prefix}" beginnen`:i.format==="ends_with"?`Ongeldige tekst: moet op "${i.suffix}" eindigen`:i.format==="includes"?`Ongeldige tekst: moet "${i.includes}" bevatten`:i.format==="regex"?`Ongeldige tekst: moet overeenkomen met patroon ${i.pattern}`:`Ongeldig: ${n[i.format]??r.format}`}case"not_multiple_of":return`Ongeldig getal: moet een veelvoud van ${r.divisor} zijn`;case"unrecognized_keys":return`Onbekende key${r.keys.length>1?"s":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`Ongeldige key in ${r.origin}`;case"invalid_union":return"Ongeldige invoer";case"invalid_element":return`Ongeldige waarde in ${r.origin}`;default:return"Ongeldige invoer"}}}});function sY(){return{localeError:EEe()}}var EEe,uY=Ie(()=>{Oe();EEe=()=>{let e={string:{unit:"tegn",verb:"\xE5 ha"},file:{unit:"bytes",verb:"\xE5 ha"},array:{unit:"elementer",verb:"\xE5 inneholde"},set:{unit:"elementer",verb:"\xE5 inneholde"}};function t(r){return e[r]??null}let n={regex:"input",email:"e-postadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkeslett",date:"ISO-dato",time:"ISO-klokkeslett",duration:"ISO-varighet",ipv4:"IPv4-omr\xE5de",ipv6:"IPv6-omr\xE5de",cidrv4:"IPv4-spekter",cidrv6:"IPv6-spekter",base64:"base64-enkodet streng",base64url:"base64url-enkodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"},o={nan:"NaN",number:"tall",array:"liste"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Ugyldig input: forventet instanceof ${r.expected}, fikk ${s}`:`Ugyldig input: forventet ${i}, fikk ${s}`}case"invalid_value":return r.values.length===1?`Ugyldig verdi: forventet ${ce(r.values[0])}`:`Ugyldig valg: forventet en av ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`For stor(t): forventet ${r.origin??"value"} til \xE5 ha ${i}${r.maximum.toString()} ${a.unit??"elementer"}`:`For stor(t): forventet ${r.origin??"value"} til \xE5 ha ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`For lite(n): forventet ${r.origin} til \xE5 ha ${i}${r.minimum.toString()} ${a.unit}`:`For lite(n): forventet ${r.origin} til \xE5 ha ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Ugyldig streng: m\xE5 starte med "${i.prefix}"`:i.format==="ends_with"?`Ugyldig streng: m\xE5 ende med "${i.suffix}"`:i.format==="includes"?`Ugyldig streng: m\xE5 inneholde "${i.includes}"`:i.format==="regex"?`Ugyldig streng: m\xE5 matche m\xF8nsteret ${i.pattern}`:`Ugyldig ${n[i.format]??r.format}`}case"not_multiple_of":return`Ugyldig tall: m\xE5 v\xE6re et multiplum av ${r.divisor}`;case"unrecognized_keys":return`${r.keys.length>1?"Ukjente n\xF8kler":"Ukjent n\xF8kkel"}: ${Y(r.keys,", ")}`;case"invalid_key":return`Ugyldig n\xF8kkel i ${r.origin}`;case"invalid_union":return"Ugyldig input";case"invalid_element":return`Ugyldig verdi i ${r.origin}`;default:return"Ugyldig input"}}}});function lY(){return{localeError:wEe()}}var wEe,cY=Ie(()=>{Oe();wEe=()=>{let e={string:{unit:"harf",verb:"olmal\u0131d\u0131r"},file:{unit:"bayt",verb:"olmal\u0131d\u0131r"},array:{unit:"unsur",verb:"olmal\u0131d\u0131r"},set:{unit:"unsur",verb:"olmal\u0131d\u0131r"}};function t(r){return e[r]??null}let n={regex:"giren",email:"epostag\xE2h",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO heng\xE2m\u0131",date:"ISO tarihi",time:"ISO zaman\u0131",duration:"ISO m\xFCddeti",ipv4:"IPv4 ni\u015F\xE2n\u0131",ipv6:"IPv6 ni\u015F\xE2n\u0131",cidrv4:"IPv4 menzili",cidrv6:"IPv6 menzili",base64:"base64-\u015Fifreli metin",base64url:"base64url-\u015Fifreli metin",json_string:"JSON metin",e164:"E.164 say\u0131s\u0131",jwt:"JWT",template_literal:"giren"},o={nan:"NaN",number:"numara",array:"saf",null:"gayb"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`F\xE2sit giren: umulan instanceof ${r.expected}, al\u0131nan ${s}`:`F\xE2sit giren: umulan ${i}, al\u0131nan ${s}`}case"invalid_value":return r.values.length===1?`F\xE2sit giren: umulan ${ce(r.values[0])}`:`F\xE2sit tercih: m\xFBteberler ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Fazla b\xFCy\xFCk: ${r.origin??"value"}, ${i}${r.maximum.toString()} ${a.unit??"elements"} sahip olmal\u0131yd\u0131.`:`Fazla b\xFCy\xFCk: ${r.origin??"value"}, ${i}${r.maximum.toString()} olmal\u0131yd\u0131.`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Fazla k\xFC\xE7\xFCk: ${r.origin}, ${i}${r.minimum.toString()} ${a.unit} sahip olmal\u0131yd\u0131.`:`Fazla k\xFC\xE7\xFCk: ${r.origin}, ${i}${r.minimum.toString()} olmal\u0131yd\u0131.`}case"invalid_format":{let i=r;return i.format==="starts_with"?`F\xE2sit metin: "${i.prefix}" ile ba\u015Flamal\u0131.`:i.format==="ends_with"?`F\xE2sit metin: "${i.suffix}" ile bitmeli.`:i.format==="includes"?`F\xE2sit metin: "${i.includes}" ihtiv\xE2 etmeli.`:i.format==="regex"?`F\xE2sit metin: ${i.pattern} nak\u015F\u0131na uymal\u0131.`:`F\xE2sit ${n[i.format]??r.format}`}case"not_multiple_of":return`F\xE2sit say\u0131: ${r.divisor} kat\u0131 olmal\u0131yd\u0131.`;case"unrecognized_keys":return`Tan\u0131nmayan anahtar ${r.keys.length>1?"s":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`${r.origin} i\xE7in tan\u0131nmayan anahtar var.`;case"invalid_union":return"Giren tan\u0131namad\u0131.";case"invalid_element":return`${r.origin} i\xE7in tan\u0131nmayan k\u0131ymet var.`;default:return"K\u0131ymet tan\u0131namad\u0131."}}}});function dY(){return{localeError:kEe()}}var kEe,fY=Ie(()=>{Oe();kEe=()=>{let e={string:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"},file:{unit:"\u0628\u0627\u06CC\u067C\u0633",verb:"\u0648\u0644\u0631\u064A"},array:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"},set:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"}};function t(r){return e[r]??null}let n={regex:"\u0648\u0631\u0648\u062F\u064A",email:"\u0628\u0631\u06CC\u069A\u0646\u0627\u0644\u06CC\u06A9",url:"\u06CC\u0648 \u0622\u0631 \u0627\u0644",emoji:"\u0627\u06CC\u0645\u0648\u062C\u064A",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0646\u06CC\u067C\u0647 \u0627\u0648 \u0648\u062E\u062A",date:"\u0646\u06D0\u067C\u0647",time:"\u0648\u062E\u062A",duration:"\u0645\u0648\u062F\u0647",ipv4:"\u062F IPv4 \u067E\u062A\u0647",ipv6:"\u062F IPv6 \u067E\u062A\u0647",cidrv4:"\u062F IPv4 \u0633\u0627\u062D\u0647",cidrv6:"\u062F IPv6 \u0633\u0627\u062D\u0647",base64:"base64-encoded \u0645\u062A\u0646",base64url:"base64url-encoded \u0645\u062A\u0646",json_string:"JSON \u0645\u062A\u0646",e164:"\u062F E.164 \u0634\u0645\u06D0\u0631\u0647",jwt:"JWT",template_literal:"\u0648\u0631\u0648\u062F\u064A"},o={nan:"NaN",number:"\u0639\u062F\u062F",array:"\u0627\u0631\u06D0"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F instanceof ${r.expected} \u0648\u0627\u06CC, \u0645\u06AB\u0631 ${s} \u062A\u0631\u0644\u0627\u0633\u0647 \u0634\u0648`:`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F ${i} \u0648\u0627\u06CC, \u0645\u06AB\u0631 ${s} \u062A\u0631\u0644\u0627\u0633\u0647 \u0634\u0648`}case"invalid_value":return r.values.length===1?`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F ${ce(r.values[0])} \u0648\u0627\u06CC`:`\u0646\u0627\u0633\u0645 \u0627\u0646\u062A\u062E\u0627\u0628: \u0628\u0627\u06CC\u062F \u06CC\u0648 \u0644\u0647 ${Y(r.values,"|")} \u0685\u062E\u0647 \u0648\u0627\u06CC`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${r.origin??"\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${i}${r.maximum.toString()} ${a.unit??"\u0639\u0646\u0635\u0631\u0648\u0646\u0647"} \u0648\u0644\u0631\u064A`:`\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${r.origin??"\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${i}${r.maximum.toString()} \u0648\u064A`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${r.origin} \u0628\u0627\u06CC\u062F ${i}${r.minimum.toString()} ${a.unit} \u0648\u0644\u0631\u064A`:`\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${r.origin} \u0628\u0627\u06CC\u062F ${i}${r.minimum.toString()} \u0648\u064A`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F "${i.prefix}" \u0633\u0631\u0647 \u067E\u06CC\u0644 \u0634\u064A`:i.format==="ends_with"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F "${i.suffix}" \u0633\u0631\u0647 \u067E\u0627\u06CC \u062A\u0647 \u0648\u0631\u0633\u064A\u0696\u064A`:i.format==="includes"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F "${i.includes}" \u0648\u0644\u0631\u064A`:i.format==="regex"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F ${i.pattern} \u0633\u0631\u0647 \u0645\u0637\u0627\u0628\u0642\u062A \u0648\u0644\u0631\u064A`:`${n[i.format]??r.format} \u0646\u0627\u0633\u0645 \u062F\u06CC`}case"not_multiple_of":return`\u0646\u0627\u0633\u0645 \u0639\u062F\u062F: \u0628\u0627\u06CC\u062F \u062F ${r.divisor} \u0645\u0636\u0631\u0628 \u0648\u064A`;case"unrecognized_keys":return`\u0646\u0627\u0633\u0645 ${r.keys.length>1?"\u06A9\u0644\u06CC\u0689\u0648\u0646\u0647":"\u06A9\u0644\u06CC\u0689"}: ${Y(r.keys,", ")}`;case"invalid_key":return`\u0646\u0627\u0633\u0645 \u06A9\u0644\u06CC\u0689 \u067E\u0647 ${r.origin} \u06A9\u06D0`;case"invalid_union":return"\u0646\u0627\u0633\u0645\u0647 \u0648\u0631\u0648\u062F\u064A";case"invalid_element":return`\u0646\u0627\u0633\u0645 \u0639\u0646\u0635\u0631 \u067E\u0647 ${r.origin} \u06A9\u06D0`;default:return"\u0646\u0627\u0633\u0645\u0647 \u0648\u0631\u0648\u062F\u064A"}}}});function pY(){return{localeError:DEe()}}var DEe,mY=Ie(()=>{Oe();DEe=()=>{let e={string:{unit:"znak\xF3w",verb:"mie\u0107"},file:{unit:"bajt\xF3w",verb:"mie\u0107"},array:{unit:"element\xF3w",verb:"mie\u0107"},set:{unit:"element\xF3w",verb:"mie\u0107"}};function t(r){return e[r]??null}let n={regex:"wyra\u017Cenie",email:"adres email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data i godzina w formacie ISO",date:"data w formacie ISO",time:"godzina w formacie ISO",duration:"czas trwania ISO",ipv4:"adres IPv4",ipv6:"adres IPv6",cidrv4:"zakres IPv4",cidrv6:"zakres IPv6",base64:"ci\u0105g znak\xF3w zakodowany w formacie base64",base64url:"ci\u0105g znak\xF3w zakodowany w formacie base64url",json_string:"ci\u0105g znak\xF3w w formacie JSON",e164:"liczba E.164",jwt:"JWT",template_literal:"wej\u015Bcie"},o={nan:"NaN",number:"liczba",array:"tablica"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano instanceof ${r.expected}, otrzymano ${s}`:`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano ${i}, otrzymano ${s}`}case"invalid_value":return r.values.length===1?`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano ${ce(r.values[0])}`:`Nieprawid\u0142owa opcja: oczekiwano jednej z warto\u015Bci ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Za du\u017Ca warto\u015B\u0107: oczekiwano, \u017Ce ${r.origin??"warto\u015B\u0107"} b\u0119dzie mie\u0107 ${i}${r.maximum.toString()} ${a.unit??"element\xF3w"}`:`Zbyt du\u017C(y/a/e): oczekiwano, \u017Ce ${r.origin??"warto\u015B\u0107"} b\u0119dzie wynosi\u0107 ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Za ma\u0142a warto\u015B\u0107: oczekiwano, \u017Ce ${r.origin??"warto\u015B\u0107"} b\u0119dzie mie\u0107 ${i}${r.minimum.toString()} ${a.unit??"element\xF3w"}`:`Zbyt ma\u0142(y/a/e): oczekiwano, \u017Ce ${r.origin??"warto\u015B\u0107"} b\u0119dzie wynosi\u0107 ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi zaczyna\u0107 si\u0119 od "${i.prefix}"`:i.format==="ends_with"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi ko\u0144czy\u0107 si\u0119 na "${i.suffix}"`:i.format==="includes"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi zawiera\u0107 "${i.includes}"`:i.format==="regex"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi odpowiada\u0107 wzorcowi ${i.pattern}`:`Nieprawid\u0142ow(y/a/e) ${n[i.format]??r.format}`}case"not_multiple_of":return`Nieprawid\u0142owa liczba: musi by\u0107 wielokrotno\u015Bci\u0105 ${r.divisor}`;case"unrecognized_keys":return`Nierozpoznane klucze${r.keys.length>1?"s":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`Nieprawid\u0142owy klucz w ${r.origin}`;case"invalid_union":return"Nieprawid\u0142owe dane wej\u015Bciowe";case"invalid_element":return`Nieprawid\u0142owa warto\u015B\u0107 w ${r.origin}`;default:return"Nieprawid\u0142owe dane wej\u015Bciowe"}}}});function hY(){return{localeError:CEe()}}var CEe,gY=Ie(()=>{Oe();CEe=()=>{let e={string:{unit:"caracteres",verb:"ter"},file:{unit:"bytes",verb:"ter"},array:{unit:"itens",verb:"ter"},set:{unit:"itens",verb:"ter"}};function t(r){return e[r]??null}let n={regex:"padr\xE3o",email:"endere\xE7o de e-mail",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data e hora ISO",date:"data ISO",time:"hora ISO",duration:"dura\xE7\xE3o ISO",ipv4:"endere\xE7o IPv4",ipv6:"endere\xE7o IPv6",cidrv4:"faixa de IPv4",cidrv6:"faixa de IPv6",base64:"texto codificado em base64",base64url:"URL codificada em base64",json_string:"texto JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},o={nan:"NaN",number:"n\xFAmero",null:"nulo"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Tipo inv\xE1lido: esperado instanceof ${r.expected}, recebido ${s}`:`Tipo inv\xE1lido: esperado ${i}, recebido ${s}`}case"invalid_value":return r.values.length===1?`Entrada inv\xE1lida: esperado ${ce(r.values[0])}`:`Op\xE7\xE3o inv\xE1lida: esperada uma das ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Muito grande: esperado que ${r.origin??"valor"} tivesse ${i}${r.maximum.toString()} ${a.unit??"elementos"}`:`Muito grande: esperado que ${r.origin??"valor"} fosse ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Muito pequeno: esperado que ${r.origin} tivesse ${i}${r.minimum.toString()} ${a.unit}`:`Muito pequeno: esperado que ${r.origin} fosse ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Texto inv\xE1lido: deve come\xE7ar com "${i.prefix}"`:i.format==="ends_with"?`Texto inv\xE1lido: deve terminar com "${i.suffix}"`:i.format==="includes"?`Texto inv\xE1lido: deve incluir "${i.includes}"`:i.format==="regex"?`Texto inv\xE1lido: deve corresponder ao padr\xE3o ${i.pattern}`:`${n[i.format]??r.format} inv\xE1lido`}case"not_multiple_of":return`N\xFAmero inv\xE1lido: deve ser m\xFAltiplo de ${r.divisor}`;case"unrecognized_keys":return`Chave${r.keys.length>1?"s":""} desconhecida${r.keys.length>1?"s":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`Chave inv\xE1lida em ${r.origin}`;case"invalid_union":return"Entrada inv\xE1lida";case"invalid_element":return`Valor inv\xE1lido em ${r.origin}`;default:return"Campo inv\xE1lido"}}}});function bY(){return{localeError:IEe()}}var IEe,vY=Ie(()=>{Oe();IEe=()=>{let e={string:{unit:"caractere",verb:"s\u0103 aib\u0103"},file:{unit:"octe\u021Bi",verb:"s\u0103 aib\u0103"},array:{unit:"elemente",verb:"s\u0103 aib\u0103"},set:{unit:"elemente",verb:"s\u0103 aib\u0103"},map:{unit:"intr\u0103ri",verb:"s\u0103 aib\u0103"}};function t(r){return e[r]??null}let n={regex:"intrare",email:"adres\u0103 de email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"dat\u0103 \u0219i or\u0103 ISO",date:"dat\u0103 ISO",time:"or\u0103 ISO",duration:"durat\u0103 ISO",ipv4:"adres\u0103 IPv4",ipv6:"adres\u0103 IPv6",mac:"adres\u0103 MAC",cidrv4:"interval IPv4",cidrv6:"interval IPv6",base64:"\u0219ir codat base64",base64url:"\u0219ir codat base64url",json_string:"\u0219ir JSON",e164:"num\u0103r E.164",jwt:"JWT",template_literal:"intrare"},o={nan:"NaN",string:"\u0219ir",number:"num\u0103r",boolean:"boolean",function:"func\u021Bie",array:"matrice",object:"obiect",undefined:"nedefinit",symbol:"simbol",bigint:"num\u0103r mare",void:"void",never:"never",map:"hart\u0103",set:"set"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return`Intrare invalid\u0103: a\u0219teptat ${i}, primit ${s}`}case"invalid_value":return r.values.length===1?`Intrare invalid\u0103: a\u0219teptat ${ce(r.values[0])}`:`Op\u021Biune invalid\u0103: a\u0219teptat una dintre ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Prea mare: a\u0219teptat ca ${r.origin??"valoarea"} ${a.verb} ${i}${r.maximum.toString()} ${a.unit??"elemente"}`:`Prea mare: a\u0219teptat ca ${r.origin??"valoarea"} s\u0103 fie ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Prea mic: a\u0219teptat ca ${r.origin} ${a.verb} ${i}${r.minimum.toString()} ${a.unit}`:`Prea mic: a\u0219teptat ca ${r.origin} s\u0103 fie ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u0218ir invalid: trebuie s\u0103 \xEEnceap\u0103 cu "${i.prefix}"`:i.format==="ends_with"?`\u0218ir invalid: trebuie s\u0103 se termine cu "${i.suffix}"`:i.format==="includes"?`\u0218ir invalid: trebuie s\u0103 includ\u0103 "${i.includes}"`:i.format==="regex"?`\u0218ir invalid: trebuie s\u0103 se potriveasc\u0103 cu modelul ${i.pattern}`:`Format invalid: ${n[i.format]??r.format}`}case"not_multiple_of":return`Num\u0103r invalid: trebuie s\u0103 fie multiplu de ${r.divisor}`;case"unrecognized_keys":return`Chei nerecunoscute: ${Y(r.keys,", ")}`;case"invalid_key":return`Cheie invalid\u0103 \xEEn ${r.origin}`;case"invalid_union":return"Intrare invalid\u0103";case"invalid_element":return`Valoare invalid\u0103 \xEEn ${r.origin}`;default:return"Intrare invalid\u0103"}}}});function yY(e,t,n,o){let r=Math.abs(e),i=r%10,a=r%100;return a>=11&&a<=19?o:i===1?t:i>=2&&i<=4?n:o}function xY(){return{localeError:_Ee()}}var _Ee,EY=Ie(()=>{Oe();_Ee=()=>{let e={string:{unit:{one:"\u0441\u0438\u043C\u0432\u043E\u043B",few:"\u0441\u0438\u043C\u0432\u043E\u043B\u0430",many:"\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"},file:{unit:{one:"\u0431\u0430\u0439\u0442",few:"\u0431\u0430\u0439\u0442\u0430",many:"\u0431\u0430\u0439\u0442"},verb:"\u0438\u043C\u0435\u0442\u044C"},array:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"},set:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"}};function t(r){return e[r]??null}let n={regex:"\u0432\u0432\u043E\u0434",email:"email \u0430\u0434\u0440\u0435\u0441",url:"URL",emoji:"\u044D\u043C\u043E\u0434\u0437\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043C\u044F",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0432\u0440\u0435\u043C\u044F",duration:"ISO \u0434\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441",cidrv4:"IPv4 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",base64:"\u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 base64",base64url:"\u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 base64url",json_string:"JSON \u0441\u0442\u0440\u043E\u043A\u0430",e164:"\u043D\u043E\u043C\u0435\u0440 E.164",jwt:"JWT",template_literal:"\u0432\u0432\u043E\u0434"},o={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0441\u0438\u0432"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C instanceof ${r.expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043E ${s}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C ${i}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043E ${s}`}case"invalid_value":return r.values.length===1?`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C ${ce(r.values[0])}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0430\u0440\u0438\u0430\u043D\u0442: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0434\u043D\u043E \u0438\u0437 ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);if(a){let s=Number(r.maximum),l=yY(s,a.unit.one,a.unit.few,a.unit.many);return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${r.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435"} \u0431\u0443\u0434\u0435\u0442 \u0438\u043C\u0435\u0442\u044C ${i}${r.maximum.toString()} ${l}`}return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${r.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435"} \u0431\u0443\u0434\u0435\u0442 ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);if(a){let s=Number(r.minimum),l=yY(s,a.unit.one,a.unit.few,a.unit.many);return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${r.origin} \u0431\u0443\u0434\u0435\u0442 \u0438\u043C\u0435\u0442\u044C ${i}${r.minimum.toString()} ${l}`}return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${r.origin} \u0431\u0443\u0434\u0435\u0442 ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u043D\u0430\u0447\u0438\u043D\u0430\u0442\u044C\u0441\u044F \u0441 "${i.prefix}"`:i.format==="ends_with"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u0442\u044C\u0441\u044F \u043D\u0430 "${i.suffix}"`:i.format==="includes"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C "${i.includes}"`:i.format==="regex"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u043E\u0432\u0430\u0442\u044C \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${i.pattern}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 ${n[i.format]??r.format}`}case"not_multiple_of":return`\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0447\u0438\u0441\u043B\u043E: \u0434\u043E\u043B\u0436\u043D\u043E \u0431\u044B\u0442\u044C \u043A\u0440\u0430\u0442\u043D\u044B\u043C ${r.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u043D${r.keys.length>1?"\u044B\u0435":"\u044B\u0439"} \u043A\u043B\u044E\u0447${r.keys.length>1?"\u0438":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u043A\u043B\u044E\u0447 \u0432 ${r.origin}`;case"invalid_union":return"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0432\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435";case"invalid_element":return`\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0432 ${r.origin}`;default:return"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0432\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435"}}}});function wY(){return{localeError:SEe()}}var SEe,kY=Ie(()=>{Oe();SEe=()=>{let e={string:{unit:"znakov",verb:"imeti"},file:{unit:"bajtov",verb:"imeti"},array:{unit:"elementov",verb:"imeti"},set:{unit:"elementov",verb:"imeti"}};function t(r){return e[r]??null}let n={regex:"vnos",email:"e-po\u0161tni naslov",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum in \u010Das",date:"ISO datum",time:"ISO \u010Das",duration:"ISO trajanje",ipv4:"IPv4 naslov",ipv6:"IPv6 naslov",cidrv4:"obseg IPv4",cidrv6:"obseg IPv6",base64:"base64 kodiran niz",base64url:"base64url kodiran niz",json_string:"JSON niz",e164:"E.164 \u0161tevilka",jwt:"JWT",template_literal:"vnos"},o={nan:"NaN",number:"\u0161tevilo",array:"tabela"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Neveljaven vnos: pri\u010Dakovano instanceof ${r.expected}, prejeto ${s}`:`Neveljaven vnos: pri\u010Dakovano ${i}, prejeto ${s}`}case"invalid_value":return r.values.length===1?`Neveljaven vnos: pri\u010Dakovano ${ce(r.values[0])}`:`Neveljavna mo\u017Enost: pri\u010Dakovano eno izmed ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Preveliko: pri\u010Dakovano, da bo ${r.origin??"vrednost"} imelo ${i}${r.maximum.toString()} ${a.unit??"elementov"}`:`Preveliko: pri\u010Dakovano, da bo ${r.origin??"vrednost"} ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Premajhno: pri\u010Dakovano, da bo ${r.origin} imelo ${i}${r.minimum.toString()} ${a.unit}`:`Premajhno: pri\u010Dakovano, da bo ${r.origin} ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Neveljaven niz: mora se za\u010Deti z "${i.prefix}"`:i.format==="ends_with"?`Neveljaven niz: mora se kon\u010Dati z "${i.suffix}"`:i.format==="includes"?`Neveljaven niz: mora vsebovati "${i.includes}"`:i.format==="regex"?`Neveljaven niz: mora ustrezati vzorcu ${i.pattern}`:`Neveljaven ${n[i.format]??r.format}`}case"not_multiple_of":return`Neveljavno \u0161tevilo: mora biti ve\u010Dkratnik ${r.divisor}`;case"unrecognized_keys":return`Neprepoznan${r.keys.length>1?"i klju\u010Di":" klju\u010D"}: ${Y(r.keys,", ")}`;case"invalid_key":return`Neveljaven klju\u010D v ${r.origin}`;case"invalid_union":return"Neveljaven vnos";case"invalid_element":return`Neveljavna vrednost v ${r.origin}`;default:return"Neveljaven vnos"}}}});function DY(){return{localeError:TEe()}}var TEe,CY=Ie(()=>{Oe();TEe=()=>{let e={string:{unit:"tecken",verb:"att ha"},file:{unit:"bytes",verb:"att ha"},array:{unit:"objekt",verb:"att inneh\xE5lla"},set:{unit:"objekt",verb:"att inneh\xE5lla"}};function t(r){return e[r]??null}let n={regex:"regulj\xE4rt uttryck",email:"e-postadress",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-datum och tid",date:"ISO-datum",time:"ISO-tid",duration:"ISO-varaktighet",ipv4:"IPv4-intervall",ipv6:"IPv6-intervall",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodad str\xE4ng",base64url:"base64url-kodad str\xE4ng",json_string:"JSON-str\xE4ng",e164:"E.164-nummer",jwt:"JWT",template_literal:"mall-literal"},o={nan:"NaN",number:"antal",array:"lista"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Ogiltig inmatning: f\xF6rv\xE4ntat instanceof ${r.expected}, fick ${s}`:`Ogiltig inmatning: f\xF6rv\xE4ntat ${i}, fick ${s}`}case"invalid_value":return r.values.length===1?`Ogiltig inmatning: f\xF6rv\xE4ntat ${ce(r.values[0])}`:`Ogiltigt val: f\xF6rv\xE4ntade en av ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`F\xF6r stor(t): f\xF6rv\xE4ntade ${r.origin??"v\xE4rdet"} att ha ${i}${r.maximum.toString()} ${a.unit??"element"}`:`F\xF6r stor(t): f\xF6rv\xE4ntat ${r.origin??"v\xE4rdet"} att ha ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`F\xF6r lite(t): f\xF6rv\xE4ntade ${r.origin??"v\xE4rdet"} att ha ${i}${r.minimum.toString()} ${a.unit}`:`F\xF6r lite(t): f\xF6rv\xE4ntade ${r.origin??"v\xE4rdet"} att ha ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Ogiltig str\xE4ng: m\xE5ste b\xF6rja med "${i.prefix}"`:i.format==="ends_with"?`Ogiltig str\xE4ng: m\xE5ste sluta med "${i.suffix}"`:i.format==="includes"?`Ogiltig str\xE4ng: m\xE5ste inneh\xE5lla "${i.includes}"`:i.format==="regex"?`Ogiltig str\xE4ng: m\xE5ste matcha m\xF6nstret "${i.pattern}"`:`Ogiltig(t) ${n[i.format]??r.format}`}case"not_multiple_of":return`Ogiltigt tal: m\xE5ste vara en multipel av ${r.divisor}`;case"unrecognized_keys":return`${r.keys.length>1?"Ok\xE4nda nycklar":"Ok\xE4nd nyckel"}: ${Y(r.keys,", ")}`;case"invalid_key":return`Ogiltig nyckel i ${r.origin??"v\xE4rdet"}`;case"invalid_union":return"Ogiltig input";case"invalid_element":return`Ogiltigt v\xE4rde i ${r.origin??"v\xE4rdet"}`;default:return"Ogiltig input"}}}});function IY(){return{localeError:AEe()}}var AEe,_Y=Ie(()=>{Oe();AEe=()=>{let e={string:{unit:"\u0B8E\u0BB4\u0BC1\u0BA4\u0BCD\u0BA4\u0BC1\u0B95\u0BCD\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},file:{unit:"\u0BAA\u0BC8\u0B9F\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},array:{unit:"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},set:{unit:"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"}};function t(r){return e[r]??null}let n={regex:"\u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1",email:"\u0BAE\u0BBF\u0BA9\u0BCD\u0BA9\u0B9E\u0BCD\u0B9A\u0BB2\u0BCD \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0BA4\u0BC7\u0BA4\u0BBF \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",date:"ISO \u0BA4\u0BC7\u0BA4\u0BBF",time:"ISO \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",duration:"ISO \u0B95\u0BBE\u0BB2 \u0B85\u0BB3\u0BB5\u0BC1",ipv4:"IPv4 \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",ipv6:"IPv6 \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",cidrv4:"IPv4 \u0BB5\u0BB0\u0BAE\u0BCD\u0BAA\u0BC1",cidrv6:"IPv6 \u0BB5\u0BB0\u0BAE\u0BCD\u0BAA\u0BC1",base64:"base64-encoded \u0B9A\u0BB0\u0BAE\u0BCD",base64url:"base64url-encoded \u0B9A\u0BB0\u0BAE\u0BCD",json_string:"JSON \u0B9A\u0BB0\u0BAE\u0BCD",e164:"E.164 \u0B8E\u0BA3\u0BCD",jwt:"JWT",template_literal:"input"},o={nan:"NaN",number:"\u0B8E\u0BA3\u0BCD",array:"\u0B85\u0BA3\u0BBF",null:"\u0BB5\u0BC6\u0BB1\u0BC1\u0BAE\u0BC8"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 instanceof ${r.expected}, \u0BAA\u0BC6\u0BB1\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${s}`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${i}, \u0BAA\u0BC6\u0BB1\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${s}`}case"invalid_value":return r.values.length===1?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${ce(r.values[0])}`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BB5\u0BBF\u0BB0\u0BC1\u0BAA\u0BCD\u0BAA\u0BAE\u0BCD: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${Y(r.values,"|")} \u0B87\u0BB2\u0BCD \u0B92\u0BA9\u0BCD\u0BB1\u0BC1`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`\u0BAE\u0BBF\u0B95 \u0BAA\u0BC6\u0BB0\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${r.origin??"\u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1"} ${i}${r.maximum.toString()} ${a.unit??"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD"} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BAE\u0BBF\u0B95 \u0BAA\u0BC6\u0BB0\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${r.origin??"\u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1"} ${i}${r.maximum.toString()} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\u0BAE\u0BBF\u0B95\u0B9A\u0BCD \u0B9A\u0BBF\u0BB1\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${r.origin} ${i}${r.minimum.toString()} ${a.unit} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BAE\u0BBF\u0B95\u0B9A\u0BCD \u0B9A\u0BBF\u0BB1\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${r.origin} ${i}${r.minimum.toString()} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${i.prefix}" \u0B87\u0BB2\u0BCD \u0BA4\u0BCA\u0B9F\u0B99\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:i.format==="ends_with"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${i.suffix}" \u0B87\u0BB2\u0BCD \u0BAE\u0BC1\u0B9F\u0BBF\u0BB5\u0B9F\u0BC8\u0BAF \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:i.format==="includes"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${i.includes}" \u0B90 \u0B89\u0BB3\u0BCD\u0BB3\u0B9F\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:i.format==="regex"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: ${i.pattern} \u0BAE\u0BC1\u0BB1\u0BC8\u0BAA\u0BBE\u0B9F\u0BCD\u0B9F\u0BC1\u0B9F\u0BA9\u0BCD \u0BAA\u0BCA\u0BB0\u0BC1\u0BA8\u0BCD\u0BA4 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 ${n[i.format]??r.format}`}case"not_multiple_of":return`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B8E\u0BA3\u0BCD: ${r.divisor} \u0B87\u0BA9\u0BCD \u0BAA\u0BB2\u0BAE\u0BBE\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`;case"unrecognized_keys":return`\u0B85\u0B9F\u0BC8\u0BAF\u0BBE\u0BB3\u0BAE\u0BCD \u0BA4\u0BC6\u0BB0\u0BBF\u0BAF\u0BBE\u0BA4 \u0BB5\u0BBF\u0B9A\u0BC8${r.keys.length>1?"\u0B95\u0BB3\u0BCD":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`${r.origin} \u0B87\u0BB2\u0BCD \u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BB5\u0BBF\u0B9A\u0BC8`;case"invalid_union":return"\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1";case"invalid_element":return`${r.origin} \u0B87\u0BB2\u0BCD \u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1`;default:return"\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1"}}}});function SY(){return{localeError:REe()}}var REe,TY=Ie(()=>{Oe();REe=()=>{let e={string:{unit:"\u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},file:{unit:"\u0E44\u0E1A\u0E15\u0E4C",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},array:{unit:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},set:{unit:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"}};function t(r){return e[r]??null}let n={regex:"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E1B\u0E49\u0E2D\u0E19",email:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E2D\u0E35\u0E40\u0E21\u0E25",url:"URL",emoji:"\u0E2D\u0E34\u0E42\u0E21\u0E08\u0E34",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",date:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E1A\u0E1A ISO",time:"\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",duration:"\u0E0A\u0E48\u0E27\u0E07\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",ipv4:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 IPv4",ipv6:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 IPv6",cidrv4:"\u0E0A\u0E48\u0E27\u0E07 IP \u0E41\u0E1A\u0E1A IPv4",cidrv6:"\u0E0A\u0E48\u0E27\u0E07 IP \u0E41\u0E1A\u0E1A IPv6",base64:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A Base64",base64url:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A Base64 \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A URL",json_string:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A JSON",e164:"\u0E40\u0E1A\u0E2D\u0E23\u0E4C\u0E42\u0E17\u0E23\u0E28\u0E31\u0E1E\u0E17\u0E4C\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E1B\u0E23\u0E30\u0E40\u0E17\u0E28 (E.164)",jwt:"\u0E42\u0E17\u0E40\u0E04\u0E19 JWT",template_literal:"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E1B\u0E49\u0E2D\u0E19"},o={nan:"NaN",number:"\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02",array:"\u0E2D\u0E32\u0E23\u0E4C\u0E40\u0E23\u0E22\u0E4C (Array)",null:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E04\u0E48\u0E32 (null)"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 instanceof ${r.expected} \u0E41\u0E15\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A ${s}`:`\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 ${i} \u0E41\u0E15\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A ${s}`}case"invalid_value":return r.values.length===1?`\u0E04\u0E48\u0E32\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 ${ce(r.values[0])}`:`\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19\u0E2B\u0E19\u0E36\u0E48\u0E07\u0E43\u0E19 ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"\u0E44\u0E21\u0E48\u0E40\u0E01\u0E34\u0E19":"\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32",a=t(r.origin);return a?`\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${r.origin??"\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${i} ${r.maximum.toString()} ${a.unit??"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23"}`:`\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${r.origin??"\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${i} ${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?"\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22":"\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32",a=t(r.origin);return a?`\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${r.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${i} ${r.minimum.toString()} ${a.unit}`:`\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${r.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${i} ${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E02\u0E36\u0E49\u0E19\u0E15\u0E49\u0E19\u0E14\u0E49\u0E27\u0E22 "${i.prefix}"`:i.format==="ends_with"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E25\u0E07\u0E17\u0E49\u0E32\u0E22\u0E14\u0E49\u0E27\u0E22 "${i.suffix}"`:i.format==="includes"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E21\u0E35 "${i.includes}" \u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21`:i.format==="regex"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E15\u0E49\u0E2D\u0E07\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14 ${i.pattern}`:`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: ${n[i.format]??r.format}`}case"not_multiple_of":return`\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E15\u0E49\u0E2D\u0E07\u0E40\u0E1B\u0E47\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E2B\u0E32\u0E23\u0E14\u0E49\u0E27\u0E22 ${r.divisor} \u0E44\u0E14\u0E49\u0E25\u0E07\u0E15\u0E31\u0E27`;case"unrecognized_keys":return`\u0E1E\u0E1A\u0E04\u0E35\u0E22\u0E4C\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E23\u0E39\u0E49\u0E08\u0E31\u0E01: ${Y(r.keys,", ")}`;case"invalid_key":return`\u0E04\u0E35\u0E22\u0E4C\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19 ${r.origin}`;case"invalid_union":return"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E44\u0E21\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E22\u0E39\u0E40\u0E19\u0E35\u0E22\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E44\u0E27\u0E49";case"invalid_element":return`\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19 ${r.origin}`;default:return"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07"}}}});function AY(){return{localeError:NEe()}}var NEe,RY=Ie(()=>{Oe();NEe=()=>{let e={string:{unit:"karakter",verb:"olmal\u0131"},file:{unit:"bayt",verb:"olmal\u0131"},array:{unit:"\xF6\u011Fe",verb:"olmal\u0131"},set:{unit:"\xF6\u011Fe",verb:"olmal\u0131"}};function t(r){return e[r]??null}let n={regex:"girdi",email:"e-posta adresi",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO tarih ve saat",date:"ISO tarih",time:"ISO saat",duration:"ISO s\xFCre",ipv4:"IPv4 adresi",ipv6:"IPv6 adresi",cidrv4:"IPv4 aral\u0131\u011F\u0131",cidrv6:"IPv6 aral\u0131\u011F\u0131",base64:"base64 ile \u015Fifrelenmi\u015F metin",base64url:"base64url ile \u015Fifrelenmi\u015F metin",json_string:"JSON dizesi",e164:"E.164 say\u0131s\u0131",jwt:"JWT",template_literal:"\u015Eablon dizesi"},o={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Ge\xE7ersiz de\u011Fer: beklenen instanceof ${r.expected}, al\u0131nan ${s}`:`Ge\xE7ersiz de\u011Fer: beklenen ${i}, al\u0131nan ${s}`}case"invalid_value":return r.values.length===1?`Ge\xE7ersiz de\u011Fer: beklenen ${ce(r.values[0])}`:`Ge\xE7ersiz se\xE7enek: a\u015Fa\u011F\u0131dakilerden biri olmal\u0131: ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`\xC7ok b\xFCy\xFCk: beklenen ${r.origin??"de\u011Fer"} ${i}${r.maximum.toString()} ${a.unit??"\xF6\u011Fe"}`:`\xC7ok b\xFCy\xFCk: beklenen ${r.origin??"de\u011Fer"} ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\xC7ok k\xFC\xE7\xFCk: beklenen ${r.origin} ${i}${r.minimum.toString()} ${a.unit}`:`\xC7ok k\xFC\xE7\xFCk: beklenen ${r.origin} ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Ge\xE7ersiz metin: "${i.prefix}" ile ba\u015Flamal\u0131`:i.format==="ends_with"?`Ge\xE7ersiz metin: "${i.suffix}" ile bitmeli`:i.format==="includes"?`Ge\xE7ersiz metin: "${i.includes}" i\xE7ermeli`:i.format==="regex"?`Ge\xE7ersiz metin: ${i.pattern} desenine uymal\u0131`:`Ge\xE7ersiz ${n[i.format]??r.format}`}case"not_multiple_of":return`Ge\xE7ersiz say\u0131: ${r.divisor} ile tam b\xF6l\xFCnebilmeli`;case"unrecognized_keys":return`Tan\u0131nmayan anahtar${r.keys.length>1?"lar":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`${r.origin} i\xE7inde ge\xE7ersiz anahtar`;case"invalid_union":return"Ge\xE7ersiz de\u011Fer";case"invalid_element":return`${r.origin} i\xE7inde ge\xE7ersiz de\u011Fer`;default:return"Ge\xE7ersiz de\u011Fer"}}}});function d6(){return{localeError:LEe()}}var LEe,PS=Ie(()=>{Oe();LEe=()=>{let e={string:{unit:"\u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},file:{unit:"\u0431\u0430\u0439\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},array:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},set:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"}};function t(r){return e[r]??null}let n={regex:"\u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456",email:"\u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0457 \u043F\u043E\u0448\u0442\u0438",url:"URL",emoji:"\u0435\u043C\u043E\u0434\u0437\u0456",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0434\u0430\u0442\u0430 \u0442\u0430 \u0447\u0430\u0441 ISO",date:"\u0434\u0430\u0442\u0430 ISO",time:"\u0447\u0430\u0441 ISO",duration:"\u0442\u0440\u0438\u0432\u0430\u043B\u0456\u0441\u0442\u044C ISO",ipv4:"\u0430\u0434\u0440\u0435\u0441\u0430 IPv4",ipv6:"\u0430\u0434\u0440\u0435\u0441\u0430 IPv6",cidrv4:"\u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D IPv4",cidrv6:"\u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D IPv6",base64:"\u0440\u044F\u0434\u043E\u043A \u0443 \u043A\u043E\u0434\u0443\u0432\u0430\u043D\u043D\u0456 base64",base64url:"\u0440\u044F\u0434\u043E\u043A \u0443 \u043A\u043E\u0434\u0443\u0432\u0430\u043D\u043D\u0456 base64url",json_string:"\u0440\u044F\u0434\u043E\u043A JSON",e164:"\u043D\u043E\u043C\u0435\u0440 E.164",jwt:"JWT",template_literal:"\u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456"},o={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0438\u0432"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F instanceof ${r.expected}, \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043E ${s}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F ${i}, \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043E ${s}`}case"invalid_value":return r.values.length===1?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F ${ce(r.values[0])}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0430 \u043E\u043F\u0446\u0456\u044F: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F \u043E\u0434\u043D\u0435 \u0437 ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${r.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F"} ${a.verb} ${i}${r.maximum.toString()} ${a.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432"}`:`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${r.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F"} \u0431\u0443\u0434\u0435 ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u043C\u0430\u043B\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${r.origin} ${a.verb} ${i}${r.minimum.toString()} ${a.unit}`:`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u043C\u0430\u043B\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${r.origin} \u0431\u0443\u0434\u0435 ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043F\u043E\u0447\u0438\u043D\u0430\u0442\u0438\u0441\u044F \u0437 "${i.prefix}"`:i.format==="ends_with"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u0437\u0430\u043A\u0456\u043D\u0447\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u043D\u0430 "${i.suffix}"`:i.format==="includes"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043C\u0456\u0441\u0442\u0438\u0442\u0438 "${i.includes}"`:i.format==="regex"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${i.pattern}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 ${n[i.format]??r.format}`}case"not_multiple_of":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0435 \u0447\u0438\u0441\u043B\u043E: \u043F\u043E\u0432\u0438\u043D\u043D\u043E \u0431\u0443\u0442\u0438 \u043A\u0440\u0430\u0442\u043D\u0438\u043C ${r.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u043E\u0437\u043F\u0456\u0437\u043D\u0430\u043D\u0438\u0439 \u043A\u043B\u044E\u0447${r.keys.length>1?"\u0456":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u043A\u043B\u044E\u0447 \u0443 ${r.origin}`;case"invalid_union":return"\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456";case"invalid_element":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0443 ${r.origin}`;default:return"\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456"}}}});function NY(){return d6()}var LY=Ie(()=>{PS()});function FY(){return{localeError:FEe()}}var FEe,PY=Ie(()=>{Oe();FEe=()=>{let e={string:{unit:"\u062D\u0631\u0648\u0641",verb:"\u06C1\u0648\u0646\u0627"},file:{unit:"\u0628\u0627\u0626\u0679\u0633",verb:"\u06C1\u0648\u0646\u0627"},array:{unit:"\u0622\u0626\u0679\u0645\u0632",verb:"\u06C1\u0648\u0646\u0627"},set:{unit:"\u0622\u0626\u0679\u0645\u0632",verb:"\u06C1\u0648\u0646\u0627"}};function t(r){return e[r]??null}let n={regex:"\u0627\u0646 \u067E\u0679",email:"\u0627\u06CC \u0645\u06CC\u0644 \u0627\u06CC\u0688\u0631\u06CC\u0633",url:"\u06CC\u0648 \u0622\u0631 \u0627\u06CC\u0644",emoji:"\u0627\u06CC\u0645\u0648\u062C\u06CC",uuid:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",uuidv4:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC \u0648\u06CC 4",uuidv6:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC \u0648\u06CC 6",nanoid:"\u0646\u06CC\u0646\u0648 \u0622\u0626\u06CC \u0688\u06CC",guid:"\u062C\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",cuid:"\u0633\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",cuid2:"\u0633\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC 2",ulid:"\u06CC\u0648 \u0627\u06CC\u0644 \u0622\u0626\u06CC \u0688\u06CC",xid:"\u0627\u06CC\u06A9\u0633 \u0622\u0626\u06CC \u0688\u06CC",ksuid:"\u06A9\u06D2 \u0627\u06CC\u0633 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",datetime:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0688\u06CC\u0679 \u0679\u0627\u0626\u0645",date:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u062A\u0627\u0631\u06CC\u062E",time:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0648\u0642\u062A",duration:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0645\u062F\u062A",ipv4:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 4 \u0627\u06CC\u0688\u0631\u06CC\u0633",ipv6:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 6 \u0627\u06CC\u0688\u0631\u06CC\u0633",cidrv4:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 4 \u0631\u06CC\u0646\u062C",cidrv6:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 6 \u0631\u06CC\u0646\u062C",base64:"\u0628\u06CC\u0633 64 \u0627\u0646 \u06A9\u0648\u0688\u0688 \u0633\u0679\u0631\u0646\u06AF",base64url:"\u0628\u06CC\u0633 64 \u06CC\u0648 \u0622\u0631 \u0627\u06CC\u0644 \u0627\u0646 \u06A9\u0648\u0688\u0688 \u0633\u0679\u0631\u0646\u06AF",json_string:"\u062C\u06D2 \u0627\u06CC\u0633 \u0627\u0648 \u0627\u06CC\u0646 \u0633\u0679\u0631\u0646\u06AF",e164:"\u0627\u06CC 164 \u0646\u0645\u0628\u0631",jwt:"\u062C\u06D2 \u0688\u0628\u0644\u06CC\u0648 \u0679\u06CC",template_literal:"\u0627\u0646 \u067E\u0679"},o={nan:"NaN",number:"\u0646\u0645\u0628\u0631",array:"\u0622\u0631\u06D2",null:"\u0646\u0644"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: instanceof ${r.expected} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627\u060C ${s} \u0645\u0648\u0635\u0648\u0644 \u06C1\u0648\u0627`:`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: ${i} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627\u060C ${s} \u0645\u0648\u0635\u0648\u0644 \u06C1\u0648\u0627`}case"invalid_value":return r.values.length===1?`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: ${ce(r.values[0])} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`:`\u063A\u0644\u0637 \u0622\u067E\u0634\u0646: ${Y(r.values,"|")} \u0645\u06CC\u06BA \u0633\u06D2 \u0627\u06CC\u06A9 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`\u0628\u06C1\u062A \u0628\u0691\u0627: ${r.origin??"\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u06D2 ${i}${r.maximum.toString()} ${a.unit??"\u0639\u0646\u0627\u0635\u0631"} \u06C1\u0648\u0646\u06D2 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u06D2`:`\u0628\u06C1\u062A \u0628\u0691\u0627: ${r.origin??"\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u0627 ${i}${r.maximum.toString()} \u06C1\u0648\u0646\u0627 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${r.origin} \u06A9\u06D2 ${i}${r.minimum.toString()} ${a.unit} \u06C1\u0648\u0646\u06D2 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u06D2`:`\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${r.origin} \u06A9\u0627 ${i}${r.minimum.toString()} \u06C1\u0648\u0646\u0627 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${i.prefix}" \u0633\u06D2 \u0634\u0631\u0648\u0639 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:i.format==="ends_with"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${i.suffix}" \u067E\u0631 \u062E\u062A\u0645 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:i.format==="includes"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${i.includes}" \u0634\u0627\u0645\u0644 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:i.format==="regex"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: \u067E\u06CC\u0679\u0631\u0646 ${i.pattern} \u0633\u06D2 \u0645\u06CC\u0686 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:`\u063A\u0644\u0637 ${n[i.format]??r.format}`}case"not_multiple_of":return`\u063A\u0644\u0637 \u0646\u0645\u0628\u0631: ${r.divisor} \u06A9\u0627 \u0645\u0636\u0627\u0639\u0641 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`;case"unrecognized_keys":return`\u063A\u06CC\u0631 \u062A\u0633\u0644\u06CC\u0645 \u0634\u062F\u06C1 \u06A9\u06CC${r.keys.length>1?"\u0632":""}: ${Y(r.keys,"\u060C ")}`;case"invalid_key":return`${r.origin} \u0645\u06CC\u06BA \u063A\u0644\u0637 \u06A9\u06CC`;case"invalid_union":return"\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679";case"invalid_element":return`${r.origin} \u0645\u06CC\u06BA \u063A\u0644\u0637 \u0648\u06CC\u0644\u06CC\u0648`;default:return"\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679"}}}});function OY(){return{localeError:PEe()}}var PEe,$Y=Ie(()=>{Oe();PEe=()=>{let e={string:{unit:"belgi",verb:"bo\u2018lishi kerak"},file:{unit:"bayt",verb:"bo\u2018lishi kerak"},array:{unit:"element",verb:"bo\u2018lishi kerak"},set:{unit:"element",verb:"bo\u2018lishi kerak"},map:{unit:"yozuv",verb:"bo\u2018lishi kerak"}};function t(r){return e[r]??null}let n={regex:"kirish",email:"elektron pochta manzili",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO sana va vaqti",date:"ISO sana",time:"ISO vaqt",duration:"ISO davomiylik",ipv4:"IPv4 manzil",ipv6:"IPv6 manzil",mac:"MAC manzil",cidrv4:"IPv4 diapazon",cidrv6:"IPv6 diapazon",base64:"base64 kodlangan satr",base64url:"base64url kodlangan satr",json_string:"JSON satr",e164:"E.164 raqam",jwt:"JWT",template_literal:"kirish"},o={nan:"NaN",number:"raqam",array:"massiv"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`Noto\u2018g\u2018ri kirish: kutilgan instanceof ${r.expected}, qabul qilingan ${s}`:`Noto\u2018g\u2018ri kirish: kutilgan ${i}, qabul qilingan ${s}`}case"invalid_value":return r.values.length===1?`Noto\u2018g\u2018ri kirish: kutilgan ${ce(r.values[0])}`:`Noto\u2018g\u2018ri variant: quyidagilardan biri kutilgan ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Juda katta: kutilgan ${r.origin??"qiymat"} ${i}${r.maximum.toString()} ${a.unit} ${a.verb}`:`Juda katta: kutilgan ${r.origin??"qiymat"} ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Juda kichik: kutilgan ${r.origin} ${i}${r.minimum.toString()} ${a.unit} ${a.verb}`:`Juda kichik: kutilgan ${r.origin} ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Noto\u2018g\u2018ri satr: "${i.prefix}" bilan boshlanishi kerak`:i.format==="ends_with"?`Noto\u2018g\u2018ri satr: "${i.suffix}" bilan tugashi kerak`:i.format==="includes"?`Noto\u2018g\u2018ri satr: "${i.includes}" ni o\u2018z ichiga olishi kerak`:i.format==="regex"?`Noto\u2018g\u2018ri satr: ${i.pattern} shabloniga mos kelishi kerak`:`Noto\u2018g\u2018ri ${n[i.format]??r.format}`}case"not_multiple_of":return`Noto\u2018g\u2018ri raqam: ${r.divisor} ning karralisi bo\u2018lishi kerak`;case"unrecognized_keys":return`Noma\u2019lum kalit${r.keys.length>1?"lar":""}: ${Y(r.keys,", ")}`;case"invalid_key":return`${r.origin} dagi kalit noto\u2018g\u2018ri`;case"invalid_union":return"Noto\u2018g\u2018ri kirish";case"invalid_element":return`${r.origin} da noto\u2018g\u2018ri qiymat`;default:return"Noto\u2018g\u2018ri kirish"}}}});function MY(){return{localeError:OEe()}}var OEe,zY=Ie(()=>{Oe();OEe=()=>{let e={string:{unit:"k\xFD t\u1EF1",verb:"c\xF3"},file:{unit:"byte",verb:"c\xF3"},array:{unit:"ph\u1EA7n t\u1EED",verb:"c\xF3"},set:{unit:"ph\u1EA7n t\u1EED",verb:"c\xF3"}};function t(r){return e[r]??null}let n={regex:"\u0111\u1EA7u v\xE0o",email:"\u0111\u1ECBa ch\u1EC9 email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ng\xE0y gi\u1EDD ISO",date:"ng\xE0y ISO",time:"gi\u1EDD ISO",duration:"kho\u1EA3ng th\u1EDDi gian ISO",ipv4:"\u0111\u1ECBa ch\u1EC9 IPv4",ipv6:"\u0111\u1ECBa ch\u1EC9 IPv6",cidrv4:"d\u1EA3i IPv4",cidrv6:"d\u1EA3i IPv6",base64:"chu\u1ED7i m\xE3 h\xF3a base64",base64url:"chu\u1ED7i m\xE3 h\xF3a base64url",json_string:"chu\u1ED7i JSON",e164:"s\u1ED1 E.164",jwt:"JWT",template_literal:"\u0111\u1EA7u v\xE0o"},o={nan:"NaN",number:"s\u1ED1",array:"m\u1EA3ng"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i instanceof ${r.expected}, nh\u1EADn \u0111\u01B0\u1EE3c ${s}`:`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i ${i}, nh\u1EADn \u0111\u01B0\u1EE3c ${s}`}case"invalid_value":return r.values.length===1?`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i ${ce(r.values[0])}`:`T\xF9y ch\u1ECDn kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i m\u1ED9t trong c\xE1c gi\xE1 tr\u1ECB ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${r.origin??"gi\xE1 tr\u1ECB"} ${a.verb} ${i}${r.maximum.toString()} ${a.unit??"ph\u1EA7n t\u1EED"}`:`Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${r.origin??"gi\xE1 tr\u1ECB"} ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${r.origin} ${a.verb} ${i}${r.minimum.toString()} ${a.unit}`:`Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${r.origin} ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i b\u1EAFt \u0111\u1EA7u b\u1EB1ng "${i.prefix}"`:i.format==="ends_with"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i k\u1EBFt th\xFAc b\u1EB1ng "${i.suffix}"`:i.format==="includes"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i bao g\u1ED3m "${i.includes}"`:i.format==="regex"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i kh\u1EDBp v\u1EDBi m\u1EABu ${i.pattern}`:`${n[i.format]??r.format} kh\xF4ng h\u1EE3p l\u1EC7`}case"not_multiple_of":return`S\u1ED1 kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i l\xE0 b\u1ED9i s\u1ED1 c\u1EE7a ${r.divisor}`;case"unrecognized_keys":return`Kh\xF3a kh\xF4ng \u0111\u01B0\u1EE3c nh\u1EADn d\u1EA1ng: ${Y(r.keys,", ")}`;case"invalid_key":return`Kh\xF3a kh\xF4ng h\u1EE3p l\u1EC7 trong ${r.origin}`;case"invalid_union":return"\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7";case"invalid_element":return`Gi\xE1 tr\u1ECB kh\xF4ng h\u1EE3p l\u1EC7 trong ${r.origin}`;default:return"\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7"}}}});function BY(){return{localeError:$Ee()}}var $Ee,jY=Ie(()=>{Oe();$Ee=()=>{let e={string:{unit:"\u5B57\u7B26",verb:"\u5305\u542B"},file:{unit:"\u5B57\u8282",verb:"\u5305\u542B"},array:{unit:"\u9879",verb:"\u5305\u542B"},set:{unit:"\u9879",verb:"\u5305\u542B"}};function t(r){return e[r]??null}let n={regex:"\u8F93\u5165",email:"\u7535\u5B50\u90AE\u4EF6",url:"URL",emoji:"\u8868\u60C5\u7B26\u53F7",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO\u65E5\u671F\u65F6\u95F4",date:"ISO\u65E5\u671F",time:"ISO\u65F6\u95F4",duration:"ISO\u65F6\u957F",ipv4:"IPv4\u5730\u5740",ipv6:"IPv6\u5730\u5740",cidrv4:"IPv4\u7F51\u6BB5",cidrv6:"IPv6\u7F51\u6BB5",base64:"base64\u7F16\u7801\u5B57\u7B26\u4E32",base64url:"base64url\u7F16\u7801\u5B57\u7B26\u4E32",json_string:"JSON\u5B57\u7B26\u4E32",e164:"E.164\u53F7\u7801",jwt:"JWT",template_literal:"\u8F93\u5165"},o={nan:"NaN",number:"\u6570\u5B57",array:"\u6570\u7EC4",null:"\u7A7A\u503C(null)"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B instanceof ${r.expected}\uFF0C\u5B9E\u9645\u63A5\u6536 ${s}`:`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B ${i}\uFF0C\u5B9E\u9645\u63A5\u6536 ${s}`}case"invalid_value":return r.values.length===1?`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B ${ce(r.values[0])}`:`\u65E0\u6548\u9009\u9879\uFF1A\u671F\u671B\u4EE5\u4E0B\u4E4B\u4E00 ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${r.origin??"\u503C"} ${i}${r.maximum.toString()} ${a.unit??"\u4E2A\u5143\u7D20"}`:`\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${r.origin??"\u503C"} ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${r.origin} ${i}${r.minimum.toString()} ${a.unit}`:`\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${r.origin} ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u4EE5 "${i.prefix}" \u5F00\u5934`:i.format==="ends_with"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u4EE5 "${i.suffix}" \u7ED3\u5C3E`:i.format==="includes"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u5305\u542B "${i.includes}"`:i.format==="regex"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u6EE1\u8DB3\u6B63\u5219\u8868\u8FBE\u5F0F ${i.pattern}`:`\u65E0\u6548${n[i.format]??r.format}`}case"not_multiple_of":return`\u65E0\u6548\u6570\u5B57\uFF1A\u5FC5\u987B\u662F ${r.divisor} \u7684\u500D\u6570`;case"unrecognized_keys":return`\u51FA\u73B0\u672A\u77E5\u7684\u952E(key): ${Y(r.keys,", ")}`;case"invalid_key":return`${r.origin} \u4E2D\u7684\u952E(key)\u65E0\u6548`;case"invalid_union":return"\u65E0\u6548\u8F93\u5165";case"invalid_element":return`${r.origin} \u4E2D\u5305\u542B\u65E0\u6548\u503C(value)`;default:return"\u65E0\u6548\u8F93\u5165"}}}});function UY(){return{localeError:MEe()}}var MEe,HY=Ie(()=>{Oe();MEe=()=>{let e={string:{unit:"\u5B57\u5143",verb:"\u64C1\u6709"},file:{unit:"\u4F4D\u5143\u7D44",verb:"\u64C1\u6709"},array:{unit:"\u9805\u76EE",verb:"\u64C1\u6709"},set:{unit:"\u9805\u76EE",verb:"\u64C1\u6709"}};function t(r){return e[r]??null}let n={regex:"\u8F38\u5165",email:"\u90F5\u4EF6\u5730\u5740",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u65E5\u671F\u6642\u9593",date:"ISO \u65E5\u671F",time:"ISO \u6642\u9593",duration:"ISO \u671F\u9593",ipv4:"IPv4 \u4F4D\u5740",ipv6:"IPv6 \u4F4D\u5740",cidrv4:"IPv4 \u7BC4\u570D",cidrv6:"IPv6 \u7BC4\u570D",base64:"base64 \u7DE8\u78BC\u5B57\u4E32",base64url:"base64url \u7DE8\u78BC\u5B57\u4E32",json_string:"JSON \u5B57\u4E32",e164:"E.164 \u6578\u503C",jwt:"JWT",template_literal:"\u8F38\u5165"},o={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA instanceof ${r.expected}\uFF0C\u4F46\u6536\u5230 ${s}`:`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA ${i}\uFF0C\u4F46\u6536\u5230 ${s}`}case"invalid_value":return r.values.length===1?`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA ${ce(r.values[0])}`:`\u7121\u6548\u7684\u9078\u9805\uFF1A\u9810\u671F\u70BA\u4EE5\u4E0B\u5176\u4E2D\u4E4B\u4E00 ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${r.origin??"\u503C"} \u61C9\u70BA ${i}${r.maximum.toString()} ${a.unit??"\u500B\u5143\u7D20"}`:`\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${r.origin??"\u503C"} \u61C9\u70BA ${i}${r.maximum.toString()}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${r.origin} \u61C9\u70BA ${i}${r.minimum.toString()} ${a.unit}`:`\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${r.origin} \u61C9\u70BA ${i}${r.minimum.toString()}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u4EE5 "${i.prefix}" \u958B\u982D`:i.format==="ends_with"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u4EE5 "${i.suffix}" \u7D50\u5C3E`:i.format==="includes"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u5305\u542B "${i.includes}"`:i.format==="regex"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u7B26\u5408\u683C\u5F0F ${i.pattern}`:`\u7121\u6548\u7684 ${n[i.format]??r.format}`}case"not_multiple_of":return`\u7121\u6548\u7684\u6578\u5B57\uFF1A\u5FC5\u9808\u70BA ${r.divisor} \u7684\u500D\u6578`;case"unrecognized_keys":return`\u7121\u6CD5\u8B58\u5225\u7684\u9375\u503C${r.keys.length>1?"\u5011":""}\uFF1A${Y(r.keys,"\u3001")}`;case"invalid_key":return`${r.origin} \u4E2D\u6709\u7121\u6548\u7684\u9375\u503C`;case"invalid_union":return"\u7121\u6548\u7684\u8F38\u5165\u503C";case"invalid_element":return`${r.origin} \u4E2D\u6709\u7121\u6548\u7684\u503C`;default:return"\u7121\u6548\u7684\u8F38\u5165\u503C"}}}});function WY(){return{localeError:zEe()}}var zEe,VY=Ie(()=>{Oe();zEe=()=>{let e={string:{unit:"\xE0mi",verb:"n\xED"},file:{unit:"bytes",verb:"n\xED"},array:{unit:"nkan",verb:"n\xED"},set:{unit:"nkan",verb:"n\xED"}};function t(r){return e[r]??null}let n={regex:"\u1EB9\u0300r\u1ECD \xECb\xE1w\u1ECDl\xE9",email:"\xE0d\xEDr\u1EB9\u0301s\xEC \xECm\u1EB9\u0301l\xEC",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\xE0k\xF3k\xF2 ISO",date:"\u1ECDj\u1ECD\u0301 ISO",time:"\xE0k\xF3k\xF2 ISO",duration:"\xE0k\xF3k\xF2 t\xF3 p\xE9 ISO",ipv4:"\xE0d\xEDr\u1EB9\u0301s\xEC IPv4",ipv6:"\xE0d\xEDr\u1EB9\u0301s\xEC IPv6",cidrv4:"\xE0gb\xE8gb\xE8 IPv4",cidrv6:"\xE0gb\xE8gb\xE8 IPv6",base64:"\u1ECD\u0300r\u1ECD\u0300 t\xED a k\u1ECD\u0301 n\xED base64",base64url:"\u1ECD\u0300r\u1ECD\u0300 base64url",json_string:"\u1ECD\u0300r\u1ECD\u0300 JSON",e164:"n\u1ECD\u0301mb\xE0 E.164",jwt:"JWT",template_literal:"\u1EB9\u0300r\u1ECD \xECb\xE1w\u1ECDl\xE9"},o={nan:"NaN",number:"n\u1ECD\u0301mb\xE0",array:"akop\u1ECD"};return r=>{switch(r.code){case"invalid_type":{let i=o[r.expected]??r.expected,a=fe(r.input),s=o[a]??a;return/^[A-Z]/.test(r.expected)?`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi instanceof ${r.expected}, \xE0m\u1ECD\u0300 a r\xED ${s}`:`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi ${i}, \xE0m\u1ECD\u0300 a r\xED ${s}`}case"invalid_value":return r.values.length===1?`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi ${ce(r.values[0])}`:`\xC0\u1E63\xE0y\xE0n a\u1E63\xEC\u1E63e: yan \u1ECD\u0300kan l\xE1ra ${Y(r.values,"|")}`;case"too_big":{let i=r.inclusive?"<=":"<",a=t(r.origin);return a?`T\xF3 p\u1ECD\u0300 j\xF9: a n\xED l\xE1ti j\u1EB9\u0301 p\xE9 ${r.origin??"iye"} ${a.verb} ${i}${r.maximum} ${a.unit}`:`T\xF3 p\u1ECD\u0300 j\xF9: a n\xED l\xE1ti j\u1EB9\u0301 ${i}${r.maximum}`}case"too_small":{let i=r.inclusive?">=":">",a=t(r.origin);return a?`K\xE9r\xE9 ju: a n\xED l\xE1ti j\u1EB9\u0301 p\xE9 ${r.origin} ${a.verb} ${i}${r.minimum} ${a.unit}`:`K\xE9r\xE9 ju: a n\xED l\xE1ti j\u1EB9\u0301 ${i}${r.minimum}`}case"invalid_format":{let i=r;return i.format==="starts_with"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 b\u1EB9\u0300r\u1EB9\u0300 p\u1EB9\u0300l\xFA "${i.prefix}"`:i.format==="ends_with"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 par\xED p\u1EB9\u0300l\xFA "${i.suffix}"`:i.format==="includes"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 n\xED "${i.includes}"`:i.format==="regex"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 b\xE1 \xE0p\u1EB9\u1EB9r\u1EB9 mu ${i.pattern}`:`A\u1E63\xEC\u1E63e: ${n[i.format]??r.format}`}case"not_multiple_of":return`N\u1ECD\u0301mb\xE0 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 j\u1EB9\u0301 \xE8y\xE0 p\xEDp\xEDn ti ${r.divisor}`;case"unrecognized_keys":return`B\u1ECDt\xECn\xEC \xE0\xECm\u1ECD\u0300: ${Y(r.keys,", ")}`;case"invalid_key":return`B\u1ECDt\xECn\xEC a\u1E63\xEC\u1E63e n\xEDn\xFA ${r.origin}`;case"invalid_union":return"\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e";case"invalid_element":return`Iye a\u1E63\xEC\u1E63e n\xEDn\xFA ${r.origin}`;default:return"\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e"}}}});var Yf={};jr(Yf,{ar:()=>KZ,az:()=>eX,be:()=>rX,bg:()=>iX,ca:()=>sX,cs:()=>lX,da:()=>dX,de:()=>pX,el:()=>hX,en:()=>l6,eo:()=>bX,es:()=>yX,fa:()=>EX,fi:()=>kX,fr:()=>CX,frCA:()=>_X,he:()=>TX,hr:()=>RX,hu:()=>LX,hy:()=>OX,id:()=>MX,is:()=>BX,it:()=>UX,ja:()=>WX,ka:()=>GX,kh:()=>XX,km:()=>c6,ko:()=>JX,lt:()=>QX,mk:()=>tY,ms:()=>rY,nl:()=>iY,no:()=>sY,ota:()=>lY,pl:()=>pY,ps:()=>dY,pt:()=>hY,ro:()=>bY,ru:()=>xY,sl:()=>wY,sv:()=>DY,ta:()=>IY,th:()=>SY,tr:()=>AY,ua:()=>NY,uk:()=>d6,ur:()=>FY,uz:()=>OY,vi:()=>MY,yo:()=>WY,zhCN:()=>BY,zhTW:()=>UY});var OS=Ie(()=>{QZ();tX();oX();aX();uX();cX();fX();mX();gX();LS();vX();xX();wX();DX();IX();SX();AX();NX();FX();$X();zX();jX();HX();VX();ZX();YX();FS();qX();eY();nY();oY();aY();uY();cY();fY();mY();gY();vY();EY();kY();CY();_Y();TY();RY();LY();PS();PY();$Y();zY();jY();HY();VY()});function gh(){return new f6}var GY,p6,m6,f6,sr,bh=Ie(()=>{p6=Symbol("ZodOutput"),m6=Symbol("ZodInput"),f6=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...n){let o=n[0];return this._map.set(t,o),o&&typeof o=="object"&&"id"in o&&this._idmap.set(o.id,t),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){let n=this._map.get(t);return n&&typeof n=="object"&&"id"in n&&this._idmap.delete(n.id),this._map.delete(t),this}get(t){let n=t._zod.parent;if(n){let o={...this.get(n)??{}};delete o.id;let r={...o,...this._map.get(t)};return Object.keys(r).length?r:void 0}return this._map.get(t)}has(t){return this._map.has(t)}};(GY=globalThis).__zod_globalRegistry??(GY.__zod_globalRegistry=gh());sr=globalThis.__zod_globalRegistry});function $S(e,t){return new e({type:"string",...we(t)})}function MS(e,t){return new e({type:"string",coerce:!0,...we(t)})}function h6(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...we(t)})}function vh(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...we(t)})}function g6(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...we(t)})}function b6(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...we(t)})}function v6(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...we(t)})}function y6(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...we(t)})}function yh(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...we(t)})}function x6(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...we(t)})}function E6(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...we(t)})}function w6(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...we(t)})}function k6(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...we(t)})}function D6(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...we(t)})}function C6(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...we(t)})}function I6(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...we(t)})}function _6(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...we(t)})}function S6(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...we(t)})}function zS(e,t){return new e({type:"string",format:"mac",check:"string_format",abort:!1,...we(t)})}function T6(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...we(t)})}function A6(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...we(t)})}function R6(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...we(t)})}function N6(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...we(t)})}function L6(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...we(t)})}function F6(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...we(t)})}function BS(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...we(t)})}function jS(e,t){return new e({type:"string",format:"date",check:"string_format",...we(t)})}function US(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...we(t)})}function HS(e,t){return new e({type:"string",format:"duration",check:"string_format",...we(t)})}function WS(e,t){return new e({type:"number",checks:[],...we(t)})}function VS(e,t){return new e({type:"number",coerce:!0,checks:[],...we(t)})}function GS(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...we(t)})}function ZS(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float32",...we(t)})}function XS(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float64",...we(t)})}function YS(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"int32",...we(t)})}function JS(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"uint32",...we(t)})}function qS(e,t){return new e({type:"boolean",...we(t)})}function KS(e,t){return new e({type:"boolean",coerce:!0,...we(t)})}function QS(e,t){return new e({type:"bigint",...we(t)})}function eT(e,t){return new e({type:"bigint",coerce:!0,...we(t)})}function tT(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"int64",...we(t)})}function nT(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"uint64",...we(t)})}function rT(e,t){return new e({type:"symbol",...we(t)})}function oT(e,t){return new e({type:"undefined",...we(t)})}function iT(e,t){return new e({type:"null",...we(t)})}function aT(e){return new e({type:"any"})}function sT(e){return new e({type:"unknown"})}function uT(e,t){return new e({type:"never",...we(t)})}function lT(e,t){return new e({type:"void",...we(t)})}function cT(e,t){return new e({type:"date",...we(t)})}function dT(e,t){return new e({type:"date",coerce:!0,...we(t)})}function fT(e,t){return new e({type:"nan",...we(t)})}function ua(e,t){return new qy({check:"less_than",...we(t),value:e,inclusive:!1})}function wo(e,t){return new qy({check:"less_than",...we(t),value:e,inclusive:!0})}function la(e,t){return new Ky({check:"greater_than",...we(t),value:e,inclusive:!1})}function Fr(e,t){return new Ky({check:"greater_than",...we(t),value:e,inclusive:!0})}function xh(e){return la(0,e)}function Eh(e){return ua(0,e)}function wh(e){return wo(0,e)}function kh(e){return Fr(0,e)}function Fs(e,t){return new t5({check:"multiple_of",...we(t),value:e})}function Ps(e,t){return new o5({check:"max_size",...we(t),maximum:e})}function ca(e,t){return new i5({check:"min_size",...we(t),minimum:e})}function Ju(e,t){return new a5({check:"size_equals",...we(t),size:e})}function qu(e,t){return new s5({check:"max_length",...we(t),maximum:e})}function Ba(e,t){return new u5({check:"min_length",...we(t),minimum:e})}function Ku(e,t){return new l5({check:"length_equals",...we(t),length:e})}function wc(e,t){return new c5({check:"string_format",format:"regex",...we(t),pattern:e})}function kc(e){return new d5({check:"string_format",format:"lowercase",...we(e)})}function Dc(e){return new f5({check:"string_format",format:"uppercase",...we(e)})}function Cc(e,t){return new p5({check:"string_format",format:"includes",...we(t),includes:e})}function Ic(e,t){return new m5({check:"string_format",format:"starts_with",...we(t),prefix:e})}function _c(e,t){return new h5({check:"string_format",format:"ends_with",...we(t),suffix:e})}function Dh(e,t,n){return new g5({check:"property",property:e,schema:t,...we(n)})}function Sc(e,t){return new b5({check:"mime_type",mime:e,...we(t)})}function Di(e){return new v5({check:"overwrite",tx:e})}function Tc(e){return Di(t=>t.normalize(e))}function Ac(){return Di(e=>e.trim())}function Rc(){return Di(e=>e.toLowerCase())}function Nc(){return Di(e=>e.toUpperCase())}function Lc(){return Di(e=>g_(e))}function pT(e,t,n){return new e({type:"array",element:t,...we(n)})}function jEe(e,t,n){return new e({type:"union",options:t,...we(n)})}function UEe(e,t,n){return new e({type:"union",options:t,inclusive:!1,...we(n)})}function HEe(e,t,n,o){return new e({type:"union",options:n,discriminator:t,...we(o)})}function WEe(e,t,n){return new e({type:"intersection",left:t,right:n})}function VEe(e,t,n,o){let r=n instanceof Je,i=r?o:n,a=r?n:null;return new e({type:"tuple",items:t,rest:a,...we(i)})}function GEe(e,t,n,o){return new e({type:"record",keyType:t,valueType:n,...we(o)})}function ZEe(e,t,n,o){return new e({type:"map",keyType:t,valueType:n,...we(o)})}function XEe(e,t,n){return new e({type:"set",valueType:t,...we(n)})}function YEe(e,t,n){let o=Array.isArray(t)?Object.fromEntries(t.map(r=>[r,r])):t;return new e({type:"enum",entries:o,...we(n)})}function JEe(e,t,n){return new e({type:"enum",entries:t,...we(n)})}function qEe(e,t,n){return new e({type:"literal",values:Array.isArray(t)?t:[t],...we(n)})}function mT(e,t){return new e({type:"file",...we(t)})}function KEe(e,t){return new e({type:"transform",transform:t})}function QEe(e,t){return new e({type:"optional",innerType:t})}function ewe(e,t){return new e({type:"nullable",innerType:t})}function twe(e,t,n){return new e({type:"default",innerType:t,get defaultValue(){return typeof n=="function"?n():v_(n)}})}function nwe(e,t,n){return new e({type:"nonoptional",innerType:t,...we(n)})}function rwe(e,t){return new e({type:"success",innerType:t})}function owe(e,t,n){return new e({type:"catch",innerType:t,catchValue:typeof n=="function"?n:()=>n})}function iwe(e,t,n){return new e({type:"pipe",in:t,out:n})}function awe(e,t){return new e({type:"readonly",innerType:t})}function swe(e,t,n){return new e({type:"template_literal",parts:t,...we(n)})}function uwe(e,t){return new e({type:"lazy",getter:t})}function lwe(e,t){return new e({type:"promise",innerType:t})}function hT(e,t,n){let o=we(n);return o.abort??(o.abort=!0),new e({type:"custom",check:"custom",fn:t,...o})}function gT(e,t,n){return new e({type:"custom",check:"custom",fn:t,...we(n)})}function bT(e,t){let n=ZY(o=>(o.addIssue=r=>{if(typeof r=="string")o.issues.push(zf(r,o.value,n._zod.def));else{let i=r;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=o.value),i.inst??(i.inst=n),i.continue??(i.continue=!n._zod.def.abort),o.issues.push(zf(i))}},e(o.value,o)),t);return n}function ZY(e,t){let n=new qt({check:"custom",...we(t)});return n._zod.check=e,n}function vT(e){let t=new qt({check:"describe"});return t._zod.onattach=[n=>{let o=sr.get(n)??{};sr.add(n,{...o,description:e})}],t._zod.check=()=>{},t}function yT(e){let t=new qt({check:"meta"});return t._zod.onattach=[n=>{let o=sr.get(n)??{};sr.add(n,{...o,...e})}],t._zod.check=()=>{},t}function xT(e,t){let n=we(t),o=n.truthy??["true","1","yes","on","y","enabled"],r=n.falsy??["false","0","no","off","n","disabled"];n.case!=="sensitive"&&(o=o.map(g=>typeof g=="string"?g.toLowerCase():g),r=r.map(g=>typeof g=="string"?g.toLowerCase():g));let i=new Set(o),a=new Set(r),s=e.Codec??mh,l=e.Boolean??fh,d=e.String??Ec,f=new d({type:"string",error:n.error}),p=new l({type:"boolean",error:n.error}),b=new s({type:"pipe",in:f,out:p,transform:((g,y)=>{let k=g;return n.case!=="sensitive"&&(k=k.toLowerCase()),i.has(k)?!0:a.has(k)?!1:(y.issues.push({code:"invalid_value",expected:"stringbool",values:[...i,...a],input:y.value,inst:b,continue:!1}),{})}),reverseTransform:((g,y)=>g===!0?o[0]||"true":r[0]||"false"),error:n.error});return b}function Jf(e,t,n,o={}){let r=we(o),i={...we(o),check:"string_format",type:"string",format:t,fn:typeof n=="function"?n:s=>n.test(s),...r};return n instanceof RegExp&&(i.pattern=n),new e(i)}var P6,XY=Ie(()=>{Qy();bh();NS();Oe();P6={Any:null,Minute:-1,Second:0,Millisecond:3,Microsecond:6}});function Qu(e){let t=e?.target??"draft-2020-12";return t==="draft-4"&&(t="draft-04"),t==="draft-7"&&(t="draft-07"),{processors:e.processors??{},metadataRegistry:e?.metadata??sr,target:t,unrepresentable:e?.unrepresentable??"throw",override:e?.override??(()=>{}),io:e?.io??"output",counter:0,seen:new Map,cycles:e?.cycles??"ref",reused:e?.reused??"inline",external:e?.external??void 0}}function $t(e,t,n={path:[],schemaPath:[]}){var o;let r=e._zod.def,i=t.seen.get(e);if(i)return i.count++,n.schemaPath.includes(e)&&(i.cycle=n.path),i.schema;let a={schema:{},count:1,cycle:void 0,path:n.path};t.seen.set(e,a);let s=e._zod.toJSONSchema?.();if(s)a.schema=s;else{let f={...n,schemaPath:[...n.schemaPath,e],path:n.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,a.schema,f);else{let b=a.schema,g=t.processors[r.type];if(!g)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${r.type}`);g(e,t,b,f)}let p=e._zod.parent;p&&(a.ref||(a.ref=p),$t(p,t,f),t.seen.get(p).isParent=!0)}let l=t.metadataRegistry.get(e);return l&&Object.assign(a.schema,l),t.io==="input"&&to(e)&&(delete a.schema.examples,delete a.schema.default),t.io==="input"&&"_prefault"in a.schema&&((o=a.schema).default??(o.default=a.schema._prefault)),delete a.schema._prefault,t.seen.get(e).schema}function el(e,t){let n=e.seen.get(t);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");let o=new Map;for(let a of e.seen.entries()){let s=e.metadataRegistry.get(a[0])?.id;if(s){let l=o.get(s);if(l&&l!==a[0])throw new Error(`Duplicate schema id "${s}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);o.set(s,a[0])}}let r=a=>{let s=e.target==="draft-2020-12"?"$defs":"definitions";if(e.external){let p=e.external.registry.get(a[0])?.id,b=e.external.uri??(y=>y);if(p)return{ref:b(p)};let g=a[1].defId??a[1].schema.id??`schema${e.counter++}`;return a[1].defId=g,{defId:g,ref:`${b("__shared")}#/${s}/${g}`}}if(a[1]===n)return{ref:"#"};let d=`#/${s}/`,f=a[1].schema.id??`__schema${e.counter++}`;return{defId:f,ref:d+f}},i=a=>{if(a[1].schema.$ref)return;let s=a[1],{ref:l,defId:d}=r(a);s.def={...s.schema},d&&(s.defId=d);let f=s.schema;for(let p in f)delete f[p];f.$ref=l};if(e.cycles==="throw")for(let a of e.seen.entries()){let s=a[1];if(s.cycle)throw new Error(`Cycle detected: #/${s.cycle?.join("/")}/<root>
|
|
91
91
|
|
|
92
|
-
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let a of e.seen.entries()){let s=a[1];if(t===a[0]){i(a);continue}if(e.external){let d=e.external.registry.get(a[0])?.id;if(t!==a[0]&&d){i(a);continue}}if(e.metadataRegistry.get(a[0])?.id){i(a);continue}if(s.cycle){i(a);continue}if(s.count>1&&e.reused==="ref"){i(a);continue}}}function tl(e,t){let n=e.seen.get(t);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");let o=s=>{let l=e.seen.get(s);if(l.ref===null)return;let d=l.def??l.schema,f={...d},p=l.ref;if(l.ref=null,p){o(p);let g=e.seen.get(p),y=g.schema;if(y.$ref&&(e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0")?(d.allOf=d.allOf??[],d.allOf.push(y)):Object.assign(d,y),Object.assign(d,f),s._zod.parent===p)for(let C in d)C==="$ref"||C==="allOf"||C in f||delete d[C];if(y.$ref&&g.def)for(let C in d)C==="$ref"||C==="allOf"||C in g.def&&JSON.stringify(d[C])===JSON.stringify(g.def[C])&&delete d[C]}let b=s._zod.parent;if(b&&b!==p){o(b);let g=e.seen.get(b);if(g?.schema.$ref&&(d.$ref=g.schema.$ref,g.def))for(let y in d)y==="$ref"||y==="allOf"||y in g.def&&JSON.stringify(d[y])===JSON.stringify(g.def[y])&&delete d[y]}e.override({zodSchema:s,jsonSchema:d,path:l.path??[]})};for(let s of[...e.seen.entries()].reverse())o(s[0]);let r={};if(e.target==="draft-2020-12"?r.$schema="https://json-schema.org/draft/2020-12/schema":e.target==="draft-07"?r.$schema="http://json-schema.org/draft-07/schema#":e.target==="draft-04"?r.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){let s=e.external.registry.get(t)?.id;if(!s)throw new Error("Schema is missing an `id` property");r.$id=e.external.uri(s)}Object.assign(r,n.def??n.schema);let i=e.metadataRegistry.get(t)?.id;i!==void 0&&r.id===i&&delete r.id;let a=e.external?.defs??{};for(let s of e.seen.entries()){let l=s[1];l.def&&l.defId&&(l.def.id===l.defId&&delete l.def.id,a[l.defId]=l.def)}e.external||Object.keys(a).length>0&&(e.target==="draft-2020-12"?r.$defs=a:r.definitions=a);try{let s=JSON.parse(JSON.stringify(r));return Object.defineProperty(s,"~standard",{value:{...t["~standard"],jsonSchema:{input:qf(t,"input",e.processors),output:qf(t,"output",e.processors)}},enumerable:!1,writable:!1}),s}catch{throw new Error("Error converting schema to JSON.")}}function to(e,t){let n=t??{seen:new Set};if(n.seen.has(e))return!1;n.seen.add(e);let o=e._zod.def;if(o.type==="transform")return!0;if(o.type==="array")return to(o.element,n);if(o.type==="set")return to(o.valueType,n);if(o.type==="lazy")return to(o.getter(),n);if(o.type==="promise"||o.type==="optional"||o.type==="nonoptional"||o.type==="nullable"||o.type==="readonly"||o.type==="default"||o.type==="prefault")return to(o.innerType,n);if(o.type==="intersection")return to(o.left,n)||to(o.right,n);if(o.type==="record"||o.type==="map")return to(o.keyType,n)||to(o.valueType,n);if(o.type==="pipe")return e._zod.traits.has("$ZodCodec")?!0:to(o.in,n)||to(o.out,n);if(o.type==="object"){for(let r in o.shape)if(to(o.shape[r],n))return!0;return!1}if(o.type==="union"){for(let r of o.options)if(to(r,n))return!0;return!1}if(o.type==="tuple"){for(let r of o.items)if(to(r,n))return!0;return!!(o.rest&&to(o.rest,n))}return!1}var ET,qf,Ch=Ie(()=>{bh();ET=(e,t={})=>n=>{let o=Qu({...n,processors:t});return $t(e,o),el(o,e),tl(o,e)},qf=(e,t,n={})=>o=>{let{libraryOptions:r,target:i}=o??{},a=Qu({...r??{},target:i,io:t,processors:n});return $t(e,a),el(a,e),tl(a,e)}});function Ih(e,t){if("_idmap"in e){let o=e,r=Qu({...t,processors:O6}),i={};for(let l of o._idmap.entries()){let[d,f]=l;$t(f,r)}let a={},s={registry:o,uri:t?.uri,defs:i};r.external=s;for(let l of o._idmap.entries()){let[d,f]=l;el(r,f),a[d]=tl(r,f)}if(Object.keys(i).length>0){let l=r.target==="draft-2020-12"?"$defs":"definitions";a.__shared={[l]:i}}return{schemas:a}}let n=Qu({...t,processors:O6});return $t(e,n),el(n,e),tl(n,e)}var cwe,wT,kT,DT,CT,IT,_T,ST,TT,AT,RT,NT,LT,FT,PT,OT,$T,MT,zT,BT,jT,UT,HT,WT,VT,GT,$6,ZT,XT,YT,JT,qT,KT,QT,eA,tA,nA,rA,M6,oA,O6,_h=Ie(()=>{Ch();Oe();cwe={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},wT=(e,t,n,o)=>{let r=n;r.type="string";let{minimum:i,maximum:a,format:s,patterns:l,contentEncoding:d}=e._zod.bag;if(typeof i=="number"&&(r.minLength=i),typeof a=="number"&&(r.maxLength=a),s&&(r.format=cwe[s]??s,r.format===""&&delete r.format,s==="time"&&delete r.format),d&&(r.contentEncoding=d),l&&l.size>0){let f=[...l];f.length===1?r.pattern=f[0].source:f.length>1&&(r.allOf=[...f.map(p=>({...t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0"?{type:"string"}:{},pattern:p.source}))])}},kT=(e,t,n,o)=>{let r=n,{minimum:i,maximum:a,format:s,multipleOf:l,exclusiveMaximum:d,exclusiveMinimum:f}=e._zod.bag;typeof s=="string"&&s.includes("int")?r.type="integer":r.type="number";let p=typeof f=="number"&&f>=(i??Number.NEGATIVE_INFINITY),b=typeof d=="number"&&d<=(a??Number.POSITIVE_INFINITY),g=t.target==="draft-04"||t.target==="openapi-3.0";p?g?(r.minimum=f,r.exclusiveMinimum=!0):r.exclusiveMinimum=f:typeof i=="number"&&(r.minimum=i),b?g?(r.maximum=d,r.exclusiveMaximum=!0):r.exclusiveMaximum=d:typeof a=="number"&&(r.maximum=a),typeof l=="number"&&(r.multipleOf=l)},DT=(e,t,n,o)=>{n.type="boolean"},CT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema")},IT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema")},_T=(e,t,n,o)=>{t.target==="openapi-3.0"?(n.type="string",n.nullable=!0,n.enum=[null]):n.type="null"},ST=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema")},TT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema")},AT=(e,t,n,o)=>{n.not={}},RT=(e,t,n,o)=>{},NT=(e,t,n,o)=>{},LT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema")},FT=(e,t,n,o)=>{let r=e._zod.def,i=eh(r.entries);i.every(a=>typeof a=="number")&&(n.type="number"),i.every(a=>typeof a=="string")&&(n.type="string"),n.enum=i},PT=(e,t,n,o)=>{let r=e._zod.def,i=[];for(let a of r.values)if(a===void 0){if(t.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof a=="bigint"){if(t.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");i.push(Number(a))}else i.push(a);if(i.length!==0)if(i.length===1){let a=i[0];n.type=a===null?"null":typeof a,t.target==="draft-04"||t.target==="openapi-3.0"?n.enum=[a]:n.const=a}else i.every(a=>typeof a=="number")&&(n.type="number"),i.every(a=>typeof a=="string")&&(n.type="string"),i.every(a=>typeof a=="boolean")&&(n.type="boolean"),i.every(a=>a===null)&&(n.type="null"),n.enum=i},OT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema")},$T=(e,t,n,o)=>{let r=n,i=e._zod.pattern;if(!i)throw new Error("Pattern not found in template literal");r.type="string",r.pattern=i.source},MT=(e,t,n,o)=>{let r=n,i={type:"string",format:"binary",contentEncoding:"binary"},{minimum:a,maximum:s,mime:l}=e._zod.bag;a!==void 0&&(i.minLength=a),s!==void 0&&(i.maxLength=s),l?l.length===1?(i.contentMediaType=l[0],Object.assign(r,i)):(Object.assign(r,i),r.anyOf=l.map(d=>({contentMediaType:d}))):Object.assign(r,i)},zT=(e,t,n,o)=>{n.type="boolean"},BT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")},jT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Function types cannot be represented in JSON Schema")},UT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")},HT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema")},WT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema")},VT=(e,t,n,o)=>{let r=n,i=e._zod.def,{minimum:a,maximum:s}=e._zod.bag;typeof a=="number"&&(r.minItems=a),typeof s=="number"&&(r.maxItems=s),r.type="array",r.items=$t(i.element,t,{...o,path:[...o.path,"items"]})},GT=(e,t,n,o)=>{let r=n,i=e._zod.def;r.type="object",r.properties={};let a=i.shape;for(let d in a)r.properties[d]=$t(a[d],t,{...o,path:[...o.path,"properties",d]});let s=new Set(Object.keys(a)),l=new Set([...s].filter(d=>{let f=i.shape[d]._zod;return t.io==="input"?f.optin===void 0:f.optout===void 0}));l.size>0&&(r.required=Array.from(l)),i.catchall?._zod.def.type==="never"?r.additionalProperties=!1:i.catchall?i.catchall&&(r.additionalProperties=$t(i.catchall,t,{...o,path:[...o.path,"additionalProperties"]})):t.io==="output"&&(r.additionalProperties=!1)},$6=(e,t,n,o)=>{let r=e._zod.def,i=r.inclusive===!1,a=r.options.map((s,l)=>$t(s,t,{...o,path:[...o.path,i?"oneOf":"anyOf",l]}));i?n.oneOf=a:n.anyOf=a},ZT=(e,t,n,o)=>{let r=e._zod.def,i=$t(r.left,t,{...o,path:[...o.path,"allOf",0]}),a=$t(r.right,t,{...o,path:[...o.path,"allOf",1]}),s=d=>"allOf"in d&&Object.keys(d).length===1,l=[...s(i)?i.allOf:[i],...s(a)?a.allOf:[a]];n.allOf=l},XT=(e,t,n,o)=>{let r=n,i=e._zod.def;r.type="array";let a=t.target==="draft-2020-12"?"prefixItems":"items",s=t.target==="draft-2020-12"||t.target==="openapi-3.0"?"items":"additionalItems",l=i.items.map((b,g)=>$t(b,t,{...o,path:[...o.path,a,g]})),d=i.rest?$t(i.rest,t,{...o,path:[...o.path,s,...t.target==="openapi-3.0"?[i.items.length]:[]]}):null;t.target==="draft-2020-12"?(r.prefixItems=l,d&&(r.items=d)):t.target==="openapi-3.0"?(r.items={anyOf:l},d&&r.items.anyOf.push(d),r.minItems=l.length,d||(r.maxItems=l.length)):(r.items=l,d&&(r.additionalItems=d));let{minimum:f,maximum:p}=e._zod.bag;typeof f=="number"&&(r.minItems=f),typeof p=="number"&&(r.maxItems=p)},YT=(e,t,n,o)=>{let r=n,i=e._zod.def;r.type="object";let a=i.keyType,l=a._zod.bag?.patterns;if(i.mode==="loose"&&l&&l.size>0){let f=$t(i.valueType,t,{...o,path:[...o.path,"patternProperties","*"]});r.patternProperties={};for(let p of l)r.patternProperties[p.source]=f}else(t.target==="draft-07"||t.target==="draft-2020-12")&&(r.propertyNames=$t(i.keyType,t,{...o,path:[...o.path,"propertyNames"]})),r.additionalProperties=$t(i.valueType,t,{...o,path:[...o.path,"additionalProperties"]});let d=a._zod.values;if(d){let f=[...d].filter(p=>typeof p=="string"||typeof p=="number");f.length>0&&(r.required=f)}},JT=(e,t,n,o)=>{let r=e._zod.def,i=$t(r.innerType,t,o),a=t.seen.get(e);t.target==="openapi-3.0"?(a.ref=r.innerType,n.nullable=!0):n.anyOf=[i,{type:"null"}]},qT=(e,t,n,o)=>{let r=e._zod.def;$t(r.innerType,t,o);let i=t.seen.get(e);i.ref=r.innerType},KT=(e,t,n,o)=>{let r=e._zod.def;$t(r.innerType,t,o);let i=t.seen.get(e);i.ref=r.innerType,n.default=JSON.parse(JSON.stringify(r.defaultValue))},QT=(e,t,n,o)=>{let r=e._zod.def;$t(r.innerType,t,o);let i=t.seen.get(e);i.ref=r.innerType,t.io==="input"&&(n._prefault=JSON.parse(JSON.stringify(r.defaultValue)))},eA=(e,t,n,o)=>{let r=e._zod.def;$t(r.innerType,t,o);let i=t.seen.get(e);i.ref=r.innerType;let a;try{a=r.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}n.default=a},tA=(e,t,n,o)=>{let r=e._zod.def,i=r.in._zod.traits.has("$ZodTransform"),a=t.io==="input"?i?r.out:r.in:r.out;$t(a,t,o);let s=t.seen.get(e);s.ref=a},nA=(e,t,n,o)=>{let r=e._zod.def;$t(r.innerType,t,o);let i=t.seen.get(e);i.ref=r.innerType,n.readOnly=!0},rA=(e,t,n,o)=>{let r=e._zod.def;$t(r.innerType,t,o);let i=t.seen.get(e);i.ref=r.innerType},M6=(e,t,n,o)=>{let r=e._zod.def;$t(r.innerType,t,o);let i=t.seen.get(e);i.ref=r.innerType},oA=(e,t,n,o)=>{let r=e._zod.innerType;$t(r,t,o);let i=t.seen.get(e);i.ref=r},O6={string:wT,number:kT,boolean:DT,bigint:CT,symbol:IT,null:_T,undefined:ST,void:TT,never:AT,any:RT,unknown:NT,date:LT,enum:FT,literal:PT,nan:OT,template_literal:$T,file:MT,success:zT,custom:BT,function:jT,transform:UT,map:HT,set:WT,array:VT,object:GT,union:$6,intersection:ZT,tuple:XT,record:YT,nullable:JT,nonoptional:qT,default:KT,prefault:QT,catch:eA,pipe:tA,readonly:nA,promise:rA,optional:M6,lazy:oA}});var z6,YY=Ie(()=>{_h();Ch();z6=class{get metadataRegistry(){return this.ctx.metadataRegistry}get target(){return this.ctx.target}get unrepresentable(){return this.ctx.unrepresentable}get override(){return this.ctx.override}get io(){return this.ctx.io}get counter(){return this.ctx.counter}set counter(t){this.ctx.counter=t}get seen(){return this.ctx.seen}constructor(t){let n=t?.target??"draft-2020-12";n==="draft-4"&&(n="draft-04"),n==="draft-7"&&(n="draft-07"),this.ctx=Qu({processors:O6,target:n,...t?.metadata&&{metadata:t.metadata},...t?.unrepresentable&&{unrepresentable:t.unrepresentable},...t?.override&&{override:t.override},...t?.io&&{io:t.io}})}process(t,n={path:[],schemaPath:[]}){return $t(t,this.ctx,n)}emit(t,n){n&&(n.cycles&&(this.ctx.cycles=n.cycles),n.reused&&(this.ctx.reused=n.reused),n.external&&(this.ctx.external=n.external)),el(this.ctx,t);let o=tl(this.ctx,t),{"~standard":r,...i}=o;return i}}});var JY={};var qY=Ie(()=>{});var ja={};jr(ja,{$ZodAny:()=>eS,$ZodArray:()=>iS,$ZodAsyncError:()=>sa,$ZodBase64:()=>W5,$ZodBase64URL:()=>V5,$ZodBigInt:()=>i6,$ZodBigIntFormat:()=>J5,$ZodBoolean:()=>fh,$ZodCIDRv4:()=>j5,$ZodCIDRv6:()=>U5,$ZodCUID:()=>T5,$ZodCUID2:()=>A5,$ZodCatch:()=>kS,$ZodCheck:()=>qt,$ZodCheckBigIntFormat:()=>r5,$ZodCheckEndsWith:()=>h5,$ZodCheckGreaterThan:()=>Ky,$ZodCheckIncludes:()=>p5,$ZodCheckLengthEquals:()=>l5,$ZodCheckLessThan:()=>qy,$ZodCheckLowerCase:()=>d5,$ZodCheckMaxLength:()=>s5,$ZodCheckMaxSize:()=>o5,$ZodCheckMimeType:()=>b5,$ZodCheckMinLength:()=>u5,$ZodCheckMinSize:()=>i5,$ZodCheckMultipleOf:()=>t5,$ZodCheckNumberFormat:()=>n5,$ZodCheckOverwrite:()=>v5,$ZodCheckProperty:()=>g5,$ZodCheckRegex:()=>c5,$ZodCheckSizeEquals:()=>a5,$ZodCheckStartsWith:()=>m5,$ZodCheckStringFormat:()=>Zf,$ZodCheckUpperCase:()=>f5,$ZodCodec:()=>mh,$ZodCustom:()=>RS,$ZodCustomStringFormat:()=>X5,$ZodDate:()=>oS,$ZodDefault:()=>yS,$ZodDiscriminatedUnion:()=>uS,$ZodE164:()=>G5,$ZodEmail:()=>C5,$ZodEmoji:()=>_5,$ZodEncodeError:()=>Vu,$ZodEnum:()=>pS,$ZodError:()=>ih,$ZodExactOptional:()=>bS,$ZodFile:()=>hS,$ZodFunction:()=>SS,$ZodGUID:()=>k5,$ZodIPv4:()=>M5,$ZodIPv6:()=>z5,$ZodISODate:()=>P5,$ZodISODateTime:()=>F5,$ZodISODuration:()=>$5,$ZodISOTime:()=>O5,$ZodIntersection:()=>lS,$ZodJWT:()=>Z5,$ZodKSUID:()=>L5,$ZodLazy:()=>AS,$ZodLiteral:()=>mS,$ZodMAC:()=>B5,$ZodMap:()=>dS,$ZodNaN:()=>DS,$ZodNanoID:()=>S5,$ZodNever:()=>nS,$ZodNonOptional:()=>ES,$ZodNull:()=>Q5,$ZodNullable:()=>vS,$ZodNumber:()=>o6,$ZodNumberFormat:()=>Y5,$ZodObject:()=>qZ,$ZodObjectJIT:()=>aS,$ZodOptional:()=>s6,$ZodPipe:()=>u6,$ZodPrefault:()=>xS,$ZodPreprocess:()=>CS,$ZodPromise:()=>TS,$ZodReadonly:()=>IS,$ZodRealError:()=>xo,$ZodRecord:()=>cS,$ZodRegistry:()=>f6,$ZodSet:()=>fS,$ZodString:()=>Ec,$ZodStringFormat:()=>Gt,$ZodSuccess:()=>wS,$ZodSymbol:()=>q5,$ZodTemplateLiteral:()=>_S,$ZodTransform:()=>gS,$ZodTuple:()=>a6,$ZodType:()=>Je,$ZodULID:()=>R5,$ZodURL:()=>I5,$ZodUUID:()=>D5,$ZodUndefined:()=>K5,$ZodUnion:()=>ph,$ZodUnknown:()=>tS,$ZodVoid:()=>rS,$ZodXID:()=>N5,$ZodXor:()=>sS,$brand:()=>Py,$constructor:()=>G,$input:()=>m6,$output:()=>p6,Doc:()=>dh,JSONSchema:()=>JY,JSONSchemaGenerator:()=>z6,NEVER:()=>Fy,TimePrecision:()=>P6,_any:()=>aT,_array:()=>pT,_base64:()=>R6,_base64url:()=>N6,_bigint:()=>QS,_boolean:()=>qS,_catch:()=>owe,_check:()=>ZY,_cidrv4:()=>T6,_cidrv6:()=>A6,_coercedBigint:()=>eT,_coercedBoolean:()=>KS,_coercedDate:()=>dT,_coercedNumber:()=>VS,_coercedString:()=>MS,_cuid:()=>w6,_cuid2:()=>k6,_custom:()=>hT,_date:()=>cT,_decode:()=>jy,_decodeAsync:()=>Hy,_default:()=>twe,_discriminatedUnion:()=>HEe,_e164:()=>L6,_email:()=>h6,_emoji:()=>x6,_encode:()=>By,_encodeAsync:()=>Uy,_endsWith:()=>_c,_enum:()=>YEe,_file:()=>mT,_float32:()=>ZS,_float64:()=>XS,_gt:()=>la,_gte:()=>Fr,_guid:()=>vh,_includes:()=>Cc,_int:()=>GS,_int32:()=>YS,_int64:()=>tT,_intersection:()=>WEe,_ipv4:()=>_6,_ipv6:()=>S6,_isoDate:()=>jS,_isoDateTime:()=>BS,_isoDuration:()=>HS,_isoTime:()=>US,_jwt:()=>F6,_ksuid:()=>I6,_lazy:()=>uwe,_length:()=>Ku,_literal:()=>qEe,_lowercase:()=>kc,_lt:()=>ua,_lte:()=>wo,_mac:()=>zS,_map:()=>ZEe,_max:()=>wo,_maxLength:()=>qu,_maxSize:()=>Ps,_mime:()=>Sc,_min:()=>Fr,_minLength:()=>Ba,_minSize:()=>ca,_multipleOf:()=>Fs,_nan:()=>fT,_nanoid:()=>E6,_nativeEnum:()=>JEe,_negative:()=>Eh,_never:()=>uT,_nonnegative:()=>kh,_nonoptional:()=>nwe,_nonpositive:()=>wh,_normalize:()=>Tc,_null:()=>iT,_nullable:()=>ewe,_number:()=>WS,_optional:()=>QEe,_overwrite:()=>Di,_parse:()=>Uf,_parseAsync:()=>Hf,_pipe:()=>iwe,_positive:()=>xh,_promise:()=>lwe,_property:()=>Dh,_readonly:()=>awe,_record:()=>GEe,_refine:()=>gT,_regex:()=>wc,_safeDecode:()=>Vy,_safeDecodeAsync:()=>Zy,_safeEncode:()=>Wy,_safeEncodeAsync:()=>Gy,_safeParse:()=>Wf,_safeParseAsync:()=>Gf,_set:()=>XEe,_size:()=>Ju,_slugify:()=>Lc,_startsWith:()=>Ic,_string:()=>$S,_stringFormat:()=>Jf,_stringbool:()=>xT,_success:()=>rwe,_superRefine:()=>bT,_symbol:()=>rT,_templateLiteral:()=>swe,_toLowerCase:()=>Rc,_toUpperCase:()=>Nc,_transform:()=>KEe,_trim:()=>Ac,_tuple:()=>VEe,_uint32:()=>JS,_uint64:()=>nT,_ulid:()=>D6,_undefined:()=>oT,_union:()=>jEe,_unknown:()=>sT,_uppercase:()=>Dc,_url:()=>yh,_uuid:()=>g6,_uuidv4:()=>b6,_uuidv6:()=>v6,_uuidv7:()=>y6,_void:()=>lT,_xid:()=>C6,_xor:()=>UEe,clone:()=>Lr,config:()=>bn,createStandardJSONSchemaMethod:()=>qf,createToJSONSchemaMethod:()=>ET,decode:()=>xZ,decodeAsync:()=>wZ,describe:()=>vT,encode:()=>yZ,encodeAsync:()=>EZ,extractDefs:()=>el,finalize:()=>tl,flattenError:()=>Bf,formatError:()=>jf,globalConfig:()=>bc,globalRegistry:()=>sr,initializeContext:()=>Qu,isValidBase64:()=>H5,isValidBase64URL:()=>ZZ,isValidJWT:()=>XZ,locales:()=>Yf,meta:()=>yT,parse:()=>ah,parseAsync:()=>sh,prettifyError:()=>zy,process:()=>$t,regexes:()=>Eo,registry:()=>gh,safeDecode:()=>DZ,safeDecodeAsync:()=>IZ,safeEncode:()=>kZ,safeEncodeAsync:()=>CZ,safeParse:()=>Vf,safeParseAsync:()=>uh,toDotPath:()=>vZ,toJSONSchema:()=>Ih,treeifyError:()=>My,util:()=>he,version:()=>x5});var ko=Ie(()=>{vc();C_();D_();NS();Qy();E5();Oe();Jy();OS();bh();y5();XY();Ch();_h();YY();qY()});var U6={};jr(U6,{endsWith:()=>_c,gt:()=>la,gte:()=>Fr,includes:()=>Cc,length:()=>Ku,lowercase:()=>kc,lt:()=>ua,lte:()=>wo,maxLength:()=>qu,maxSize:()=>Ps,mime:()=>Sc,minLength:()=>Ba,minSize:()=>ca,multipleOf:()=>Fs,negative:()=>Eh,nonnegative:()=>kh,nonpositive:()=>wh,normalize:()=>Tc,overwrite:()=>Di,positive:()=>xh,property:()=>Dh,regex:()=>wc,size:()=>Ju,slugify:()=>Lc,startsWith:()=>Ic,toLowerCase:()=>Rc,toUpperCase:()=>Nc,trim:()=>Ac,uppercase:()=>Dc});var H6=Ie(()=>{ko()});var Os={};jr(Os,{ZodISODate:()=>Th,ZodISODateTime:()=>Sh,ZodISODuration:()=>Rh,ZodISOTime:()=>Ah,date:()=>aA,datetime:()=>iA,duration:()=>uA,time:()=>sA});function iA(e){return BS(Sh,e)}function aA(e){return jS(Th,e)}function sA(e){return US(Ah,e)}function uA(e){return HS(Rh,e)}var Sh,Th,Ah,Rh,Nh=Ie(()=>{ko();Fh();Sh=G("ZodISODateTime",(e,t)=>{F5.init(e,t),Ht.init(e,t)});Th=G("ZodISODate",(e,t)=>{P5.init(e,t),Ht.init(e,t)});Ah=G("ZodISOTime",(e,t)=>{O5.init(e,t),Ht.init(e,t)});Rh=G("ZodISODuration",(e,t)=>{$5.init(e,t),Ht.init(e,t)})});var eJ,tJ,no,lA=Ie(()=>{ko();ko();Oe();eJ=(e,t)=>{ih.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:n=>jf(e,n)},flatten:{value:n=>Bf(e,n)},addIssue:{value:n=>{e.issues.push(n),e.message=JSON.stringify(e.issues,$f,2)}},addIssues:{value:n=>{e.issues.push(...n),e.message=JSON.stringify(e.issues,$f,2)}},isEmpty:{get(){return e.issues.length===0}}})},tJ=G("ZodError",eJ),no=G("ZodError",eJ,{Parent:Error})});var W6,V6,G6,Z6,X6,Y6,J6,q6,K6,Q6,e2,t2,cA=Ie(()=>{ko();lA();W6=Uf(no),V6=Hf(no),G6=Wf(no),Z6=Gf(no),X6=By(no),Y6=jy(no),J6=Uy(no),q6=Hy(no),K6=Wy(no),Q6=Vy(no),e2=Gy(no),t2=Zy(no)});var Lh={};jr(Lh,{ZodAny:()=>a2,ZodArray:()=>c2,ZodBase64:()=>qh,ZodBase64URL:()=>Kh,ZodBigInt:()=>Bc,ZodBigIntFormat:()=>tg,ZodBoolean:()=>zc,ZodCIDRv4:()=>Yh,ZodCIDRv6:()=>Jh,ZodCUID:()=>Uh,ZodCUID2:()=>Hh,ZodCatch:()=>A2,ZodCodec:()=>sp,ZodCustom:()=>up,ZodCustomStringFormat:()=>$c,ZodDate:()=>np,ZodDefault:()=>D2,ZodDiscriminatedUnion:()=>f2,ZodE164:()=>Qh,ZodEmail:()=>zh,ZodEmoji:()=>Bh,ZodEnum:()=>Pc,ZodExactOptional:()=>E2,ZodFile:()=>y2,ZodFunction:()=>B2,ZodGUID:()=>Kf,ZodIPv4:()=>Zh,ZodIPv6:()=>Xh,ZodIntersection:()=>p2,ZodJWT:()=>eg,ZodKSUID:()=>Gh,ZodLazy:()=>$2,ZodLiteral:()=>v2,ZodMAC:()=>n2,ZodMap:()=>g2,ZodNaN:()=>N2,ZodNanoID:()=>jh,ZodNever:()=>u2,ZodNonOptional:()=>ig,ZodNull:()=>i2,ZodNullable:()=>k2,ZodNumber:()=>Mc,ZodNumberFormat:()=>nl,ZodObject:()=>rp,ZodOptional:()=>og,ZodPipe:()=>ap,ZodPrefault:()=>I2,ZodPreprocess:()=>L2,ZodPromise:()=>z2,ZodReadonly:()=>F2,ZodRecord:()=>Fc,ZodSet:()=>b2,ZodString:()=>Oc,ZodStringFormat:()=>Ht,ZodSuccess:()=>T2,ZodSymbol:()=>r2,ZodTemplateLiteral:()=>O2,ZodTransform:()=>x2,ZodTuple:()=>m2,ZodType:()=>it,ZodULID:()=>Wh,ZodURL:()=>ep,ZodUUID:()=>da,ZodUndefined:()=>o2,ZodUnion:()=>op,ZodUnknown:()=>s2,ZodVoid:()=>l2,ZodXID:()=>Vh,ZodXor:()=>d2,_ZodString:()=>Mh,_default:()=>C2,_function:()=>p7,any:()=>XA,array:()=>ct,base64:()=>RA,base64url:()=>NA,bigint:()=>HA,boolean:()=>Dn,catch:()=>R2,check:()=>m7,cidrv4:()=>TA,cidrv6:()=>AA,codec:()=>l7,cuid:()=>EA,cuid2:()=>wA,custom:()=>ag,date:()=>JA,describe:()=>h7,discriminatedUnion:()=>ip,e164:()=>LA,email:()=>dA,emoji:()=>yA,enum:()=>lr,exactOptional:()=>w2,file:()=>i7,float32:()=>zA,float64:()=>BA,function:()=>p7,guid:()=>fA,hash:()=>MA,hex:()=>$A,hostname:()=>OA,httpUrl:()=>vA,instanceof:()=>b7,int:()=>Ph,int32:()=>jA,int64:()=>WA,intersection:()=>jc,invertCodec:()=>c7,ipv4:()=>IA,ipv6:()=>SA,json:()=>y7,jwt:()=>FA,keyof:()=>qA,ksuid:()=>CA,lazy:()=>M2,literal:()=>$e,looseObject:()=>ur,looseRecord:()=>t7,mac:()=>_A,map:()=>n7,meta:()=>g7,nan:()=>u7,nanoid:()=>xA,nativeEnum:()=>o7,never:()=>ng,nonoptional:()=>S2,null:()=>tp,nullable:()=>Qf,nullish:()=>a7,number:()=>kt,object:()=>Re,optional:()=>Zt,partialRecord:()=>e7,pipe:()=>Oh,prefault:()=>_2,preprocess:()=>lp,promise:()=>f7,readonly:()=>P2,record:()=>Mt,refine:()=>j2,set:()=>r7,strictObject:()=>KA,string:()=>q,stringFormat:()=>PA,stringbool:()=>v7,success:()=>s7,superRefine:()=>U2,symbol:()=>GA,templateLiteral:()=>d7,transform:()=>rg,tuple:()=>h2,uint32:()=>UA,uint64:()=>VA,ulid:()=>kA,undefined:()=>ZA,union:()=>Vt,unknown:()=>Wt,url:()=>bA,uuid:()=>pA,uuidv4:()=>mA,uuidv6:()=>hA,uuidv7:()=>gA,void:()=>YA,xid:()=>DA,xor:()=>QA});function $h(e,t,n){let o=Object.getPrototypeOf(e),r=nJ.get(o);if(r||(r=new Set,nJ.set(o,r)),!r.has(t)){r.add(t);for(let i in n){let a=n[i];Object.defineProperty(o,i,{configurable:!0,enumerable:!1,get(){let s=a.bind(this);return Object.defineProperty(this,i,{configurable:!0,writable:!0,enumerable:!0,value:s}),s},set(s){Object.defineProperty(this,i,{configurable:!0,writable:!0,enumerable:!0,value:s})}})}}}function q(e){return $S(Oc,e)}function dA(e){return h6(zh,e)}function fA(e){return vh(Kf,e)}function pA(e){return g6(da,e)}function mA(e){return b6(da,e)}function hA(e){return v6(da,e)}function gA(e){return y6(da,e)}function bA(e){return yh(ep,e)}function vA(e){return yh(ep,{protocol:Eo.httpProtocol,hostname:Eo.domain,...he.normalizeParams(e)})}function yA(e){return x6(Bh,e)}function xA(e){return E6(jh,e)}function EA(e){return w6(Uh,e)}function wA(e){return k6(Hh,e)}function kA(e){return D6(Wh,e)}function DA(e){return C6(Vh,e)}function CA(e){return I6(Gh,e)}function IA(e){return _6(Zh,e)}function _A(e){return zS(n2,e)}function SA(e){return S6(Xh,e)}function TA(e){return T6(Yh,e)}function AA(e){return A6(Jh,e)}function RA(e){return R6(qh,e)}function NA(e){return N6(Kh,e)}function LA(e){return L6(Qh,e)}function FA(e){return F6(eg,e)}function PA(e,t,n={}){return Jf($c,e,t,n)}function OA(e){return Jf($c,"hostname",Eo.hostname,e)}function $A(e){return Jf($c,"hex",Eo.hex,e)}function MA(e,t){let n=t?.enc??"hex",o=`${e}_${n}`,r=Eo[o];if(!r)throw new Error(`Unrecognized hash format: ${o}`);return Jf($c,o,r,t)}function kt(e){return WS(Mc,e)}function Ph(e){return GS(nl,e)}function zA(e){return ZS(nl,e)}function BA(e){return XS(nl,e)}function jA(e){return YS(nl,e)}function UA(e){return JS(nl,e)}function Dn(e){return qS(zc,e)}function HA(e){return QS(Bc,e)}function WA(e){return tT(tg,e)}function VA(e){return nT(tg,e)}function GA(e){return rT(r2,e)}function ZA(e){return oT(o2,e)}function tp(e){return iT(i2,e)}function XA(){return aT(a2)}function Wt(){return sT(s2)}function ng(e){return uT(u2,e)}function YA(e){return lT(l2,e)}function JA(e){return cT(np,e)}function ct(e,t){return pT(c2,e,t)}function qA(e){let t=e._zod.def.shape;return lr(Object.keys(t))}function Re(e,t){let n={type:"object",shape:e??{},...he.normalizeParams(t)};return new rp(n)}function KA(e,t){return new rp({type:"object",shape:e,catchall:ng(),...he.normalizeParams(t)})}function ur(e,t){return new rp({type:"object",shape:e,catchall:Wt(),...he.normalizeParams(t)})}function Vt(e,t){return new op({type:"union",options:e,...he.normalizeParams(t)})}function QA(e,t){return new d2({type:"union",options:e,inclusive:!1,...he.normalizeParams(t)})}function ip(e,t,n){return new f2({type:"union",options:t,discriminator:e,...he.normalizeParams(n)})}function jc(e,t){return new p2({type:"intersection",left:e,right:t})}function h2(e,t,n){let o=t instanceof Je,r=o?n:t,i=o?t:null;return new m2({type:"tuple",items:e,rest:i,...he.normalizeParams(r)})}function Mt(e,t,n){return!t||!t._zod?new Fc({type:"record",keyType:q(),valueType:e,...he.normalizeParams(t)}):new Fc({type:"record",keyType:e,valueType:t,...he.normalizeParams(n)})}function e7(e,t,n){let o=Lr(e);return o._zod.values=void 0,new Fc({type:"record",keyType:o,valueType:t,...he.normalizeParams(n)})}function t7(e,t,n){return new Fc({type:"record",keyType:e,valueType:t,mode:"loose",...he.normalizeParams(n)})}function n7(e,t,n){return new g2({type:"map",keyType:e,valueType:t,...he.normalizeParams(n)})}function r7(e,t){return new b2({type:"set",valueType:e,...he.normalizeParams(t)})}function lr(e,t){let n=Array.isArray(e)?Object.fromEntries(e.map(o=>[o,o])):e;return new Pc({type:"enum",entries:n,...he.normalizeParams(t)})}function o7(e,t){return new Pc({type:"enum",entries:e,...he.normalizeParams(t)})}function $e(e,t){return new v2({type:"literal",values:Array.isArray(e)?e:[e],...he.normalizeParams(t)})}function i7(e){return mT(y2,e)}function rg(e){return new x2({type:"transform",transform:e})}function Zt(e){return new og({type:"optional",innerType:e})}function w2(e){return new E2({type:"optional",innerType:e})}function Qf(e){return new k2({type:"nullable",innerType:e})}function a7(e){return Zt(Qf(e))}function C2(e,t){return new D2({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():he.shallowClone(t)}})}function _2(e,t){return new I2({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():he.shallowClone(t)}})}function S2(e,t){return new ig({type:"nonoptional",innerType:e,...he.normalizeParams(t)})}function s7(e){return new T2({type:"success",innerType:e})}function R2(e,t){return new A2({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}function u7(e){return fT(N2,e)}function Oh(e,t){return new ap({type:"pipe",in:e,out:t})}function l7(e,t,n){return new sp({type:"pipe",in:e,out:t,transform:n.decode,reverseTransform:n.encode})}function c7(e){let t=e._zod.def;return new sp({type:"pipe",in:t.out,out:t.in,transform:t.reverseTransform,reverseTransform:t.transform})}function P2(e){return new F2({type:"readonly",innerType:e})}function d7(e,t){return new O2({type:"template_literal",parts:e,...he.normalizeParams(t)})}function M2(e){return new $2({type:"lazy",getter:e})}function f7(e){return new z2({type:"promise",innerType:e})}function p7(e){return new B2({type:"function",input:Array.isArray(e?.input)?h2(e?.input):e?.input??ct(Wt()),output:e?.output??Wt()})}function m7(e){let t=new qt({check:"custom"});return t._zod.check=e,t}function ag(e,t){return hT(up,e??(()=>!0),t)}function j2(e,t={}){return gT(up,e,t)}function U2(e,t){return bT(e,t)}function b7(e,t={}){let n=new up({type:"custom",check:"custom",fn:o=>o instanceof e,abort:!0,...he.normalizeParams(t)});return n._zod.bag.Class=e,n._zod.check=o=>{o.value instanceof e||o.issues.push({code:"invalid_type",expected:e.name,input:o.value,inst:n,path:[...n._zod.def.path??[]]})},n}function y7(e){let t=M2(()=>Vt([q(e),kt(),Dn(),tp(),ct(t),Mt(q(),t)]));return t}function lp(e,t){return new L2({type:"pipe",in:rg(e),out:t})}var nJ,it,Mh,Oc,Ht,zh,Kf,da,ep,Bh,jh,Uh,Hh,Wh,Vh,Gh,Zh,n2,Xh,Yh,Jh,qh,Kh,Qh,eg,$c,Mc,nl,zc,Bc,tg,r2,o2,i2,a2,s2,u2,l2,np,c2,rp,op,d2,f2,p2,m2,Fc,g2,b2,Pc,v2,y2,x2,og,E2,k2,D2,I2,ig,T2,A2,N2,ap,sp,L2,F2,O2,$2,z2,B2,up,h7,g7,v7,Fh=Ie(()=>{ko();ko();_h();Ch();H6();Nh();cA();nJ=new WeakMap;it=G("ZodType",(e,t)=>(Je.init(e,t),Object.assign(e["~standard"],{jsonSchema:{input:qf(e,"input"),output:qf(e,"output")}}),e.toJSONSchema=ET(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(n,o)=>W6(e,n,o,{callee:e.parse}),e.safeParse=(n,o)=>G6(e,n,o),e.parseAsync=async(n,o)=>V6(e,n,o,{callee:e.parseAsync}),e.safeParseAsync=async(n,o)=>Z6(e,n,o),e.spa=e.safeParseAsync,e.encode=(n,o)=>X6(e,n,o),e.decode=(n,o)=>Y6(e,n,o),e.encodeAsync=async(n,o)=>J6(e,n,o),e.decodeAsync=async(n,o)=>q6(e,n,o),e.safeEncode=(n,o)=>K6(e,n,o),e.safeDecode=(n,o)=>Q6(e,n,o),e.safeEncodeAsync=async(n,o)=>e2(e,n,o),e.safeDecodeAsync=async(n,o)=>t2(e,n,o),$h(e,"ZodType",{check(...n){let o=this.def;return this.clone(he.mergeDefs(o,{checks:[...o.checks??[],...n.map(r=>typeof r=="function"?{_zod:{check:r,def:{check:"custom"},onattach:[]}}:r)]}),{parent:!0})},with(...n){return this.check(...n)},clone(n,o){return Lr(this,n,o)},brand(){return this},register(n,o){return n.add(this,o),this},refine(n,o){return this.check(j2(n,o))},superRefine(n,o){return this.check(U2(n,o))},overwrite(n){return this.check(Di(n))},optional(){return Zt(this)},exactOptional(){return w2(this)},nullable(){return Qf(this)},nullish(){return Zt(Qf(this))},nonoptional(n){return S2(this,n)},array(){return ct(this)},or(n){return Vt([this,n])},and(n){return jc(this,n)},transform(n){return Oh(this,rg(n))},default(n){return C2(this,n)},prefault(n){return _2(this,n)},catch(n){return R2(this,n)},pipe(n){return Oh(this,n)},readonly(){return P2(this)},describe(n){let o=this.clone();return sr.add(o,{description:n}),o},meta(...n){if(n.length===0)return sr.get(this);let o=this.clone();return sr.add(o,n[0]),o},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(n){return n(this)}}),Object.defineProperty(e,"description",{get(){return sr.get(e)?.description},configurable:!0}),e)),Mh=G("_ZodString",(e,t)=>{Ec.init(e,t),it.init(e,t),e._zod.processJSONSchema=(o,r,i)=>wT(e,o,r,i);let n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,$h(e,"_ZodString",{regex(...o){return this.check(wc(...o))},includes(...o){return this.check(Cc(...o))},startsWith(...o){return this.check(Ic(...o))},endsWith(...o){return this.check(_c(...o))},min(...o){return this.check(Ba(...o))},max(...o){return this.check(qu(...o))},length(...o){return this.check(Ku(...o))},nonempty(...o){return this.check(Ba(1,...o))},lowercase(o){return this.check(kc(o))},uppercase(o){return this.check(Dc(o))},trim(){return this.check(Ac())},normalize(...o){return this.check(Tc(...o))},toLowerCase(){return this.check(Rc())},toUpperCase(){return this.check(Nc())},slugify(){return this.check(Lc())}})}),Oc=G("ZodString",(e,t)=>{Ec.init(e,t),Mh.init(e,t),e.email=n=>e.check(h6(zh,n)),e.url=n=>e.check(yh(ep,n)),e.jwt=n=>e.check(F6(eg,n)),e.emoji=n=>e.check(x6(Bh,n)),e.guid=n=>e.check(vh(Kf,n)),e.uuid=n=>e.check(g6(da,n)),e.uuidv4=n=>e.check(b6(da,n)),e.uuidv6=n=>e.check(v6(da,n)),e.uuidv7=n=>e.check(y6(da,n)),e.nanoid=n=>e.check(E6(jh,n)),e.guid=n=>e.check(vh(Kf,n)),e.cuid=n=>e.check(w6(Uh,n)),e.cuid2=n=>e.check(k6(Hh,n)),e.ulid=n=>e.check(D6(Wh,n)),e.base64=n=>e.check(R6(qh,n)),e.base64url=n=>e.check(N6(Kh,n)),e.xid=n=>e.check(C6(Vh,n)),e.ksuid=n=>e.check(I6(Gh,n)),e.ipv4=n=>e.check(_6(Zh,n)),e.ipv6=n=>e.check(S6(Xh,n)),e.cidrv4=n=>e.check(T6(Yh,n)),e.cidrv6=n=>e.check(A6(Jh,n)),e.e164=n=>e.check(L6(Qh,n)),e.datetime=n=>e.check(iA(n)),e.date=n=>e.check(aA(n)),e.time=n=>e.check(sA(n)),e.duration=n=>e.check(uA(n))});Ht=G("ZodStringFormat",(e,t)=>{Gt.init(e,t),Mh.init(e,t)}),zh=G("ZodEmail",(e,t)=>{C5.init(e,t),Ht.init(e,t)});Kf=G("ZodGUID",(e,t)=>{k5.init(e,t),Ht.init(e,t)});da=G("ZodUUID",(e,t)=>{D5.init(e,t),Ht.init(e,t)});ep=G("ZodURL",(e,t)=>{I5.init(e,t),Ht.init(e,t)});Bh=G("ZodEmoji",(e,t)=>{_5.init(e,t),Ht.init(e,t)});jh=G("ZodNanoID",(e,t)=>{S5.init(e,t),Ht.init(e,t)});Uh=G("ZodCUID",(e,t)=>{T5.init(e,t),Ht.init(e,t)});Hh=G("ZodCUID2",(e,t)=>{A5.init(e,t),Ht.init(e,t)});Wh=G("ZodULID",(e,t)=>{R5.init(e,t),Ht.init(e,t)});Vh=G("ZodXID",(e,t)=>{N5.init(e,t),Ht.init(e,t)});Gh=G("ZodKSUID",(e,t)=>{L5.init(e,t),Ht.init(e,t)});Zh=G("ZodIPv4",(e,t)=>{M5.init(e,t),Ht.init(e,t)});n2=G("ZodMAC",(e,t)=>{B5.init(e,t),Ht.init(e,t)});Xh=G("ZodIPv6",(e,t)=>{z5.init(e,t),Ht.init(e,t)});Yh=G("ZodCIDRv4",(e,t)=>{j5.init(e,t),Ht.init(e,t)});Jh=G("ZodCIDRv6",(e,t)=>{U5.init(e,t),Ht.init(e,t)});qh=G("ZodBase64",(e,t)=>{W5.init(e,t),Ht.init(e,t)});Kh=G("ZodBase64URL",(e,t)=>{V5.init(e,t),Ht.init(e,t)});Qh=G("ZodE164",(e,t)=>{G5.init(e,t),Ht.init(e,t)});eg=G("ZodJWT",(e,t)=>{Z5.init(e,t),Ht.init(e,t)});$c=G("ZodCustomStringFormat",(e,t)=>{X5.init(e,t),Ht.init(e,t)});Mc=G("ZodNumber",(e,t)=>{o6.init(e,t),it.init(e,t),e._zod.processJSONSchema=(o,r,i)=>kT(e,o,r,i),$h(e,"ZodNumber",{gt(o,r){return this.check(la(o,r))},gte(o,r){return this.check(Fr(o,r))},min(o,r){return this.check(Fr(o,r))},lt(o,r){return this.check(ua(o,r))},lte(o,r){return this.check(wo(o,r))},max(o,r){return this.check(wo(o,r))},int(o){return this.check(Ph(o))},safe(o){return this.check(Ph(o))},positive(o){return this.check(la(0,o))},nonnegative(o){return this.check(Fr(0,o))},negative(o){return this.check(ua(0,o))},nonpositive(o){return this.check(wo(0,o))},multipleOf(o,r){return this.check(Fs(o,r))},step(o,r){return this.check(Fs(o,r))},finite(){return this}});let n=e._zod.bag;e.minValue=Math.max(n.minimum??Number.NEGATIVE_INFINITY,n.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(n.maximum??Number.POSITIVE_INFINITY,n.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(n.format??"").includes("int")||Number.isSafeInteger(n.multipleOf??.5),e.isFinite=!0,e.format=n.format??null});nl=G("ZodNumberFormat",(e,t)=>{Y5.init(e,t),Mc.init(e,t)});zc=G("ZodBoolean",(e,t)=>{fh.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>DT(e,n,o,r)});Bc=G("ZodBigInt",(e,t)=>{i6.init(e,t),it.init(e,t),e._zod.processJSONSchema=(o,r,i)=>CT(e,o,r,i),e.gte=(o,r)=>e.check(Fr(o,r)),e.min=(o,r)=>e.check(Fr(o,r)),e.gt=(o,r)=>e.check(la(o,r)),e.gte=(o,r)=>e.check(Fr(o,r)),e.min=(o,r)=>e.check(Fr(o,r)),e.lt=(o,r)=>e.check(ua(o,r)),e.lte=(o,r)=>e.check(wo(o,r)),e.max=(o,r)=>e.check(wo(o,r)),e.positive=o=>e.check(la(BigInt(0),o)),e.negative=o=>e.check(ua(BigInt(0),o)),e.nonpositive=o=>e.check(wo(BigInt(0),o)),e.nonnegative=o=>e.check(Fr(BigInt(0),o)),e.multipleOf=(o,r)=>e.check(Fs(o,r));let n=e._zod.bag;e.minValue=n.minimum??null,e.maxValue=n.maximum??null,e.format=n.format??null});tg=G("ZodBigIntFormat",(e,t)=>{J5.init(e,t),Bc.init(e,t)});r2=G("ZodSymbol",(e,t)=>{q5.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>IT(e,n,o,r)});o2=G("ZodUndefined",(e,t)=>{K5.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>ST(e,n,o,r)});i2=G("ZodNull",(e,t)=>{Q5.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>_T(e,n,o,r)});a2=G("ZodAny",(e,t)=>{eS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>RT(e,n,o,r)});s2=G("ZodUnknown",(e,t)=>{tS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>NT(e,n,o,r)});u2=G("ZodNever",(e,t)=>{nS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>AT(e,n,o,r)});l2=G("ZodVoid",(e,t)=>{rS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>TT(e,n,o,r)});np=G("ZodDate",(e,t)=>{oS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(o,r,i)=>LT(e,o,r,i),e.min=(o,r)=>e.check(Fr(o,r)),e.max=(o,r)=>e.check(wo(o,r));let n=e._zod.bag;e.minDate=n.minimum?new Date(n.minimum):null,e.maxDate=n.maximum?new Date(n.maximum):null});c2=G("ZodArray",(e,t)=>{iS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>VT(e,n,o,r),e.element=t.element,$h(e,"ZodArray",{min(n,o){return this.check(Ba(n,o))},nonempty(n){return this.check(Ba(1,n))},max(n,o){return this.check(qu(n,o))},length(n,o){return this.check(Ku(n,o))},unwrap(){return this.element}})});rp=G("ZodObject",(e,t)=>{aS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>GT(e,n,o,r),he.defineLazy(e,"shape",()=>t.shape),$h(e,"ZodObject",{keyof(){return lr(Object.keys(this._zod.def.shape))},catchall(n){return this.clone({...this._zod.def,catchall:n})},passthrough(){return this.clone({...this._zod.def,catchall:Wt()})},loose(){return this.clone({...this._zod.def,catchall:Wt()})},strict(){return this.clone({...this._zod.def,catchall:ng()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(n){return he.extend(this,n)},safeExtend(n){return he.safeExtend(this,n)},merge(n){return he.merge(this,n)},pick(n){return he.pick(this,n)},omit(n){return he.omit(this,n)},partial(...n){return he.partial(og,this,n[0])},required(...n){return he.required(ig,this,n[0])}})});op=G("ZodUnion",(e,t)=>{ph.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>$6(e,n,o,r),e.options=t.options});d2=G("ZodXor",(e,t)=>{op.init(e,t),sS.init(e,t),e._zod.processJSONSchema=(n,o,r)=>$6(e,n,o,r),e.options=t.options});f2=G("ZodDiscriminatedUnion",(e,t)=>{op.init(e,t),uS.init(e,t)});p2=G("ZodIntersection",(e,t)=>{lS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>ZT(e,n,o,r)});m2=G("ZodTuple",(e,t)=>{a6.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>XT(e,n,o,r),e.rest=n=>e.clone({...e._zod.def,rest:n})});Fc=G("ZodRecord",(e,t)=>{cS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>YT(e,n,o,r),e.keyType=t.keyType,e.valueType=t.valueType});g2=G("ZodMap",(e,t)=>{dS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>HT(e,n,o,r),e.keyType=t.keyType,e.valueType=t.valueType,e.min=(...n)=>e.check(ca(...n)),e.nonempty=n=>e.check(ca(1,n)),e.max=(...n)=>e.check(Ps(...n)),e.size=(...n)=>e.check(Ju(...n))});b2=G("ZodSet",(e,t)=>{fS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>WT(e,n,o,r),e.min=(...n)=>e.check(ca(...n)),e.nonempty=n=>e.check(ca(1,n)),e.max=(...n)=>e.check(Ps(...n)),e.size=(...n)=>e.check(Ju(...n))});Pc=G("ZodEnum",(e,t)=>{pS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(o,r,i)=>FT(e,o,r,i),e.enum=t.entries,e.options=Object.values(t.entries);let n=new Set(Object.keys(t.entries));e.extract=(o,r)=>{let i={};for(let a of o)if(n.has(a))i[a]=t.entries[a];else throw new Error(`Key ${a} not found in enum`);return new Pc({...t,checks:[],...he.normalizeParams(r),entries:i})},e.exclude=(o,r)=>{let i={...t.entries};for(let a of o)if(n.has(a))delete i[a];else throw new Error(`Key ${a} not found in enum`);return new Pc({...t,checks:[],...he.normalizeParams(r),entries:i})}});v2=G("ZodLiteral",(e,t)=>{mS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>PT(e,n,o,r),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});y2=G("ZodFile",(e,t)=>{hS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>MT(e,n,o,r),e.min=(n,o)=>e.check(ca(n,o)),e.max=(n,o)=>e.check(Ps(n,o)),e.mime=(n,o)=>e.check(Sc(Array.isArray(n)?n:[n],o))});x2=G("ZodTransform",(e,t)=>{gS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>UT(e,n,o,r),e._zod.parse=(n,o)=>{if(o.direction==="backward")throw new Vu(e.constructor.name);n.addIssue=i=>{if(typeof i=="string")n.issues.push(he.issue(i,n.value,t));else{let a=i;a.fatal&&(a.continue=!1),a.code??(a.code="custom"),a.input??(a.input=n.value),a.inst??(a.inst=e),n.issues.push(he.issue(a))}};let r=t.transform(n.value,n);return r instanceof Promise?r.then(i=>(n.value=i,n.fallback=!0,n)):(n.value=r,n.fallback=!0,n)}});og=G("ZodOptional",(e,t)=>{s6.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>M6(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});E2=G("ZodExactOptional",(e,t)=>{bS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>M6(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});k2=G("ZodNullable",(e,t)=>{vS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>JT(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});D2=G("ZodDefault",(e,t)=>{yS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>KT(e,n,o,r),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});I2=G("ZodPrefault",(e,t)=>{xS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>QT(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});ig=G("ZodNonOptional",(e,t)=>{ES.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>qT(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});T2=G("ZodSuccess",(e,t)=>{wS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>zT(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});A2=G("ZodCatch",(e,t)=>{kS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>eA(e,n,o,r),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});N2=G("ZodNaN",(e,t)=>{DS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>OT(e,n,o,r)});ap=G("ZodPipe",(e,t)=>{u6.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>tA(e,n,o,r),e.in=t.in,e.out=t.out});sp=G("ZodCodec",(e,t)=>{ap.init(e,t),mh.init(e,t)});L2=G("ZodPreprocess",(e,t)=>{ap.init(e,t),CS.init(e,t)}),F2=G("ZodReadonly",(e,t)=>{IS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>nA(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});O2=G("ZodTemplateLiteral",(e,t)=>{_S.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>$T(e,n,o,r)});$2=G("ZodLazy",(e,t)=>{AS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>oA(e,n,o,r),e.unwrap=()=>e._zod.def.getter()});z2=G("ZodPromise",(e,t)=>{TS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>rA(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});B2=G("ZodFunction",(e,t)=>{SS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>jT(e,n,o,r)});up=G("ZodCustom",(e,t)=>{RS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>BT(e,n,o,r)});h7=vT,g7=yT;v7=(...e)=>xT({Codec:sp,Boolean:zc,String:Oc},...e)});function oJ(e){bn({customError:e})}function iJ(){return bn().customError}var rJ,H2,aJ=Ie(()=>{ko();rJ={invalid_type:"invalid_type",too_big:"too_big",too_small:"too_small",invalid_format:"invalid_format",not_multiple_of:"not_multiple_of",unrecognized_keys:"unrecognized_keys",invalid_union:"invalid_union",invalid_key:"invalid_key",invalid_element:"invalid_element",invalid_value:"invalid_value",custom:"custom"};H2||(H2={})});function mwe(e,t){let n=e.$schema;return n==="https://json-schema.org/draft/2020-12/schema"?"draft-2020-12":n==="http://json-schema.org/draft-07/schema#"?"draft-7":n==="http://json-schema.org/draft-04/schema#"?"draft-4":t??"draft-2020-12"}function hwe(e,t){if(!e.startsWith("#"))throw new Error("External $ref is not supported, only local refs (#/...) are allowed");let n=e.slice(1).split("/").filter(Boolean);if(n.length===0)return t.rootSchema;let o=t.version==="draft-2020-12"?"$defs":"definitions";if(n[0]===o){let r=n[1];if(!r||!t.defs[r])throw new Error(`Reference not found: ${e}`);return t.defs[r]}throw new Error(`Reference not found: ${e}`)}function sJ(e,t){if(e.not!==void 0){if(typeof e.not=="object"&&Object.keys(e.not).length===0)return Te.never();throw new Error("not is not supported in Zod (except { not: {} } for never)")}if(e.unevaluatedItems!==void 0)throw new Error("unevaluatedItems is not supported");if(e.unevaluatedProperties!==void 0)throw new Error("unevaluatedProperties is not supported");if(e.if!==void 0||e.then!==void 0||e.else!==void 0)throw new Error("Conditional schemas (if/then/else) are not supported");if(e.dependentSchemas!==void 0||e.dependentRequired!==void 0)throw new Error("dependentSchemas and dependentRequired are not supported");if(e.$ref){let r=e.$ref;if(t.refs.has(r))return t.refs.get(r);if(t.processing.has(r))return Te.lazy(()=>{if(!t.refs.has(r))throw new Error(`Circular reference not resolved: ${r}`);return t.refs.get(r)});t.processing.add(r);let i=hwe(r,t),a=Pr(i,t);return t.refs.set(r,a),t.processing.delete(r),a}if(e.enum!==void 0){let r=e.enum;if(t.version==="openapi-3.0"&&e.nullable===!0&&r.length===1&&r[0]===null)return Te.null();if(r.length===0)return Te.never();if(r.length===1)return Te.literal(r[0]);if(r.every(a=>typeof a=="string"))return Te.enum(r);let i=r.map(a=>Te.literal(a));return i.length<2?i[0]:Te.union([i[0],i[1],...i.slice(2)])}if(e.const!==void 0)return Te.literal(e.const);let n=e.type;if(Array.isArray(n)){let r=n.map(i=>{let a={...e,type:i};return sJ(a,t)});return r.length===0?Te.never():r.length===1?r[0]:Te.union(r)}if(!n)return Te.any();let o;switch(n){case"string":{let r=Te.string();if(e.format){let i=e.format;i==="email"?r=r.check(Te.email()):i==="uri"||i==="uri-reference"?r=r.check(Te.url()):i==="uuid"||i==="guid"?r=r.check(Te.uuid()):i==="date-time"?r=r.check(Te.iso.datetime()):i==="date"?r=r.check(Te.iso.date()):i==="time"?r=r.check(Te.iso.time()):i==="duration"?r=r.check(Te.iso.duration()):i==="ipv4"?r=r.check(Te.ipv4()):i==="ipv6"?r=r.check(Te.ipv6()):i==="mac"?r=r.check(Te.mac()):i==="cidr"?r=r.check(Te.cidrv4()):i==="cidr-v6"?r=r.check(Te.cidrv6()):i==="base64"?r=r.check(Te.base64()):i==="base64url"?r=r.check(Te.base64url()):i==="e164"?r=r.check(Te.e164()):i==="jwt"?r=r.check(Te.jwt()):i==="emoji"?r=r.check(Te.emoji()):i==="nanoid"?r=r.check(Te.nanoid()):i==="cuid"?r=r.check(Te.cuid()):i==="cuid2"?r=r.check(Te.cuid2()):i==="ulid"?r=r.check(Te.ulid()):i==="xid"?r=r.check(Te.xid()):i==="ksuid"&&(r=r.check(Te.ksuid()))}typeof e.minLength=="number"&&(r=r.min(e.minLength)),typeof e.maxLength=="number"&&(r=r.max(e.maxLength)),e.pattern&&(r=r.regex(new RegExp(e.pattern))),o=r;break}case"number":case"integer":{let r=n==="integer"?Te.number().int():Te.number();typeof e.minimum=="number"&&(r=r.min(e.minimum)),typeof e.maximum=="number"&&(r=r.max(e.maximum)),typeof e.exclusiveMinimum=="number"?r=r.gt(e.exclusiveMinimum):e.exclusiveMinimum===!0&&typeof e.minimum=="number"&&(r=r.gt(e.minimum)),typeof e.exclusiveMaximum=="number"?r=r.lt(e.exclusiveMaximum):e.exclusiveMaximum===!0&&typeof e.maximum=="number"&&(r=r.lt(e.maximum)),typeof e.multipleOf=="number"&&(r=r.multipleOf(e.multipleOf)),o=r;break}case"boolean":{o=Te.boolean();break}case"null":{o=Te.null();break}case"object":{let r={},i=e.properties||{},a=new Set(e.required||[]);for(let[l,d]of Object.entries(i)){let f=Pr(d,t);r[l]=a.has(l)?f:f.optional()}if(e.propertyNames){let l=Pr(e.propertyNames,t),d=e.additionalProperties&&typeof e.additionalProperties=="object"?Pr(e.additionalProperties,t):Te.any();if(Object.keys(r).length===0){o=Te.record(l,d);break}let f=Te.object(r).passthrough(),p=Te.looseRecord(l,d);o=Te.intersection(f,p);break}if(e.patternProperties){let l=e.patternProperties,d=Object.keys(l),f=[];for(let b of d){let g=Pr(l[b],t),y=Te.string().regex(new RegExp(b));f.push(Te.looseRecord(y,g))}let p=[];if(Object.keys(r).length>0&&p.push(Te.object(r).passthrough()),p.push(...f),p.length===0)o=Te.object({}).passthrough();else if(p.length===1)o=p[0];else{let b=Te.intersection(p[0],p[1]);for(let g=2;g<p.length;g++)b=Te.intersection(b,p[g]);o=b}break}let s=Te.object(r);e.additionalProperties===!1?o=s.strict():typeof e.additionalProperties=="object"?o=s.catchall(Pr(e.additionalProperties,t)):o=s.passthrough();break}case"array":{let r=e.prefixItems,i=e.items;if(r&&Array.isArray(r)){let a=r.map(l=>Pr(l,t)),s=i&&typeof i=="object"&&!Array.isArray(i)?Pr(i,t):void 0;s?o=Te.tuple(a).rest(s):o=Te.tuple(a),typeof e.minItems=="number"&&(o=o.check(Te.minLength(e.minItems))),typeof e.maxItems=="number"&&(o=o.check(Te.maxLength(e.maxItems)))}else if(Array.isArray(i)){let a=i.map(l=>Pr(l,t)),s=e.additionalItems&&typeof e.additionalItems=="object"?Pr(e.additionalItems,t):void 0;s?o=Te.tuple(a).rest(s):o=Te.tuple(a),typeof e.minItems=="number"&&(o=o.check(Te.minLength(e.minItems))),typeof e.maxItems=="number"&&(o=o.check(Te.maxLength(e.maxItems)))}else if(i!==void 0){let a=Pr(i,t),s=Te.array(a);typeof e.minItems=="number"&&(s=s.min(e.minItems)),typeof e.maxItems=="number"&&(s=s.max(e.maxItems)),o=s}else o=Te.array(Te.any());break}default:throw new Error(`Unsupported type: ${n}`)}return o}function Pr(e,t){if(typeof e=="boolean")return e?Te.any():Te.never();let n=sJ(e,t),o=e.type||e.enum!==void 0||e.const!==void 0;if(e.anyOf&&Array.isArray(e.anyOf)){let s=e.anyOf.map(d=>Pr(d,t)),l=Te.union(s);n=o?Te.intersection(n,l):l}if(e.oneOf&&Array.isArray(e.oneOf)){let s=e.oneOf.map(d=>Pr(d,t)),l=Te.xor(s);n=o?Te.intersection(n,l):l}if(e.allOf&&Array.isArray(e.allOf))if(e.allOf.length===0)n=o?n:Te.any();else{let s=o?n:Pr(e.allOf[0],t),l=o?0:1;for(let d=l;d<e.allOf.length;d++)s=Te.intersection(s,Pr(e.allOf[d],t));n=s}e.nullable===!0&&t.version==="openapi-3.0"&&(n=Te.nullable(n)),e.readOnly===!0&&(n=Te.readonly(n)),e.default!==void 0&&(n=n.default(e.default));let r={},i=["$id","id","$comment","$anchor","$vocabulary","$dynamicRef","$dynamicAnchor"];for(let s of i)s in e&&(r[s]=e[s]);let a=["contentEncoding","contentMediaType","contentSchema"];for(let s of a)s in e&&(r[s]=e[s]);for(let s of Object.keys(e))pwe.has(s)||(r[s]=e[s]);return Object.keys(r).length>0&&t.registry.add(n,r),e.description&&(n=n.describe(e.description)),n}function x7(e,t){if(typeof e=="boolean")return e?Te.any():Te.never();let n;try{n=JSON.parse(JSON.stringify(e))}catch{throw new Error("fromJSONSchema input is not valid JSON (possibly cyclic); use $defs/$ref for recursive schemas")}let o=mwe(n,t?.defaultTarget),r=n.$defs||n.definitions||{},i={version:o,defs:r,refs:new Map,processing:new Set,rootSchema:n,registry:t?.registry??sr};return Pr(n,i)}var Te,pwe,uJ=Ie(()=>{bh();H6();Nh();Fh();Te={...Lh,...U6,iso:Os},pwe=new Set(["$schema","$ref","$defs","definitions","$id","id","$comment","$anchor","$vocabulary","$dynamicRef","$dynamicAnchor","type","enum","const","anyOf","oneOf","allOf","not","properties","required","additionalProperties","patternProperties","propertyNames","minProperties","maxProperties","items","prefixItems","additionalItems","minItems","maxItems","uniqueItems","contains","minContains","maxContains","minLength","maxLength","pattern","format","minimum","maximum","exclusiveMinimum","exclusiveMaximum","multipleOf","description","default","contentEncoding","contentMediaType","contentSchema","unevaluatedItems","unevaluatedProperties","if","then","else","dependentSchemas","dependentRequired","nullable","readOnly"])});var W2={};jr(W2,{bigint:()=>ywe,boolean:()=>vwe,date:()=>xwe,number:()=>bwe,string:()=>gwe});function gwe(e){return MS(Oc,e)}function bwe(e){return VS(Mc,e)}function vwe(e){return KS(zc,e)}function ywe(e){return eT(Bc,e)}function xwe(e){return dT(np,e)}var lJ=Ie(()=>{ko();Fh()});var P={};jr(P,{$brand:()=>Py,$input:()=>m6,$output:()=>p6,NEVER:()=>Fy,TimePrecision:()=>P6,ZodAny:()=>a2,ZodArray:()=>c2,ZodBase64:()=>qh,ZodBase64URL:()=>Kh,ZodBigInt:()=>Bc,ZodBigIntFormat:()=>tg,ZodBoolean:()=>zc,ZodCIDRv4:()=>Yh,ZodCIDRv6:()=>Jh,ZodCUID:()=>Uh,ZodCUID2:()=>Hh,ZodCatch:()=>A2,ZodCodec:()=>sp,ZodCustom:()=>up,ZodCustomStringFormat:()=>$c,ZodDate:()=>np,ZodDefault:()=>D2,ZodDiscriminatedUnion:()=>f2,ZodE164:()=>Qh,ZodEmail:()=>zh,ZodEmoji:()=>Bh,ZodEnum:()=>Pc,ZodError:()=>tJ,ZodExactOptional:()=>E2,ZodFile:()=>y2,ZodFirstPartyTypeKind:()=>H2,ZodFunction:()=>B2,ZodGUID:()=>Kf,ZodIPv4:()=>Zh,ZodIPv6:()=>Xh,ZodISODate:()=>Th,ZodISODateTime:()=>Sh,ZodISODuration:()=>Rh,ZodISOTime:()=>Ah,ZodIntersection:()=>p2,ZodIssueCode:()=>rJ,ZodJWT:()=>eg,ZodKSUID:()=>Gh,ZodLazy:()=>$2,ZodLiteral:()=>v2,ZodMAC:()=>n2,ZodMap:()=>g2,ZodNaN:()=>N2,ZodNanoID:()=>jh,ZodNever:()=>u2,ZodNonOptional:()=>ig,ZodNull:()=>i2,ZodNullable:()=>k2,ZodNumber:()=>Mc,ZodNumberFormat:()=>nl,ZodObject:()=>rp,ZodOptional:()=>og,ZodPipe:()=>ap,ZodPrefault:()=>I2,ZodPreprocess:()=>L2,ZodPromise:()=>z2,ZodReadonly:()=>F2,ZodRealError:()=>no,ZodRecord:()=>Fc,ZodSet:()=>b2,ZodString:()=>Oc,ZodStringFormat:()=>Ht,ZodSuccess:()=>T2,ZodSymbol:()=>r2,ZodTemplateLiteral:()=>O2,ZodTransform:()=>x2,ZodTuple:()=>m2,ZodType:()=>it,ZodULID:()=>Wh,ZodURL:()=>ep,ZodUUID:()=>da,ZodUndefined:()=>o2,ZodUnion:()=>op,ZodUnknown:()=>s2,ZodVoid:()=>l2,ZodXID:()=>Vh,ZodXor:()=>d2,_ZodString:()=>Mh,_default:()=>C2,_function:()=>p7,any:()=>XA,array:()=>ct,base64:()=>RA,base64url:()=>NA,bigint:()=>HA,boolean:()=>Dn,catch:()=>R2,check:()=>m7,cidrv4:()=>TA,cidrv6:()=>AA,clone:()=>Lr,codec:()=>l7,coerce:()=>W2,config:()=>bn,core:()=>ja,cuid:()=>EA,cuid2:()=>wA,custom:()=>ag,date:()=>JA,decode:()=>Y6,decodeAsync:()=>q6,describe:()=>h7,discriminatedUnion:()=>ip,e164:()=>LA,email:()=>dA,emoji:()=>yA,encode:()=>X6,encodeAsync:()=>J6,endsWith:()=>_c,enum:()=>lr,exactOptional:()=>w2,file:()=>i7,flattenError:()=>Bf,float32:()=>zA,float64:()=>BA,formatError:()=>jf,fromJSONSchema:()=>x7,function:()=>p7,getErrorMap:()=>iJ,globalRegistry:()=>sr,gt:()=>la,gte:()=>Fr,guid:()=>fA,hash:()=>MA,hex:()=>$A,hostname:()=>OA,httpUrl:()=>vA,includes:()=>Cc,instanceof:()=>b7,int:()=>Ph,int32:()=>jA,int64:()=>WA,intersection:()=>jc,invertCodec:()=>c7,ipv4:()=>IA,ipv6:()=>SA,iso:()=>Os,json:()=>y7,jwt:()=>FA,keyof:()=>qA,ksuid:()=>CA,lazy:()=>M2,length:()=>Ku,literal:()=>$e,locales:()=>Yf,looseObject:()=>ur,looseRecord:()=>t7,lowercase:()=>kc,lt:()=>ua,lte:()=>wo,mac:()=>_A,map:()=>n7,maxLength:()=>qu,maxSize:()=>Ps,meta:()=>g7,mime:()=>Sc,minLength:()=>Ba,minSize:()=>ca,multipleOf:()=>Fs,nan:()=>u7,nanoid:()=>xA,nativeEnum:()=>o7,negative:()=>Eh,never:()=>ng,nonnegative:()=>kh,nonoptional:()=>S2,nonpositive:()=>wh,normalize:()=>Tc,null:()=>tp,nullable:()=>Qf,nullish:()=>a7,number:()=>kt,object:()=>Re,optional:()=>Zt,overwrite:()=>Di,parse:()=>W6,parseAsync:()=>V6,partialRecord:()=>e7,pipe:()=>Oh,positive:()=>xh,prefault:()=>_2,preprocess:()=>lp,prettifyError:()=>zy,promise:()=>f7,property:()=>Dh,readonly:()=>P2,record:()=>Mt,refine:()=>j2,regex:()=>wc,regexes:()=>Eo,registry:()=>gh,safeDecode:()=>Q6,safeDecodeAsync:()=>t2,safeEncode:()=>K6,safeEncodeAsync:()=>e2,safeParse:()=>G6,safeParseAsync:()=>Z6,set:()=>r7,setErrorMap:()=>oJ,size:()=>Ju,slugify:()=>Lc,startsWith:()=>Ic,strictObject:()=>KA,string:()=>q,stringFormat:()=>PA,stringbool:()=>v7,success:()=>s7,superRefine:()=>U2,symbol:()=>GA,templateLiteral:()=>d7,toJSONSchema:()=>Ih,toLowerCase:()=>Rc,toUpperCase:()=>Nc,transform:()=>rg,treeifyError:()=>My,trim:()=>Ac,tuple:()=>h2,uint32:()=>UA,uint64:()=>VA,ulid:()=>kA,undefined:()=>ZA,union:()=>Vt,unknown:()=>Wt,uppercase:()=>Dc,url:()=>bA,util:()=>he,uuid:()=>pA,uuidv4:()=>mA,uuidv6:()=>hA,uuidv7:()=>gA,void:()=>YA,xid:()=>DA,xor:()=>QA});var E7=Ie(()=>{ko();Fh();H6();lA();cA();aJ();ko();LS();ko();_h();uJ();OS();Nh();Nh();lJ();bn(l6())});var cJ,w7=Ie(()=>{E7();E7();cJ=P});var k7={};jr(k7,{$brand:()=>Py,$input:()=>m6,$output:()=>p6,NEVER:()=>Fy,TimePrecision:()=>P6,ZodAny:()=>a2,ZodArray:()=>c2,ZodBase64:()=>qh,ZodBase64URL:()=>Kh,ZodBigInt:()=>Bc,ZodBigIntFormat:()=>tg,ZodBoolean:()=>zc,ZodCIDRv4:()=>Yh,ZodCIDRv6:()=>Jh,ZodCUID:()=>Uh,ZodCUID2:()=>Hh,ZodCatch:()=>A2,ZodCodec:()=>sp,ZodCustom:()=>up,ZodCustomStringFormat:()=>$c,ZodDate:()=>np,ZodDefault:()=>D2,ZodDiscriminatedUnion:()=>f2,ZodE164:()=>Qh,ZodEmail:()=>zh,ZodEmoji:()=>Bh,ZodEnum:()=>Pc,ZodError:()=>tJ,ZodExactOptional:()=>E2,ZodFile:()=>y2,ZodFirstPartyTypeKind:()=>H2,ZodFunction:()=>B2,ZodGUID:()=>Kf,ZodIPv4:()=>Zh,ZodIPv6:()=>Xh,ZodISODate:()=>Th,ZodISODateTime:()=>Sh,ZodISODuration:()=>Rh,ZodISOTime:()=>Ah,ZodIntersection:()=>p2,ZodIssueCode:()=>rJ,ZodJWT:()=>eg,ZodKSUID:()=>Gh,ZodLazy:()=>$2,ZodLiteral:()=>v2,ZodMAC:()=>n2,ZodMap:()=>g2,ZodNaN:()=>N2,ZodNanoID:()=>jh,ZodNever:()=>u2,ZodNonOptional:()=>ig,ZodNull:()=>i2,ZodNullable:()=>k2,ZodNumber:()=>Mc,ZodNumberFormat:()=>nl,ZodObject:()=>rp,ZodOptional:()=>og,ZodPipe:()=>ap,ZodPrefault:()=>I2,ZodPreprocess:()=>L2,ZodPromise:()=>z2,ZodReadonly:()=>F2,ZodRealError:()=>no,ZodRecord:()=>Fc,ZodSet:()=>b2,ZodString:()=>Oc,ZodStringFormat:()=>Ht,ZodSuccess:()=>T2,ZodSymbol:()=>r2,ZodTemplateLiteral:()=>O2,ZodTransform:()=>x2,ZodTuple:()=>m2,ZodType:()=>it,ZodULID:()=>Wh,ZodURL:()=>ep,ZodUUID:()=>da,ZodUndefined:()=>o2,ZodUnion:()=>op,ZodUnknown:()=>s2,ZodVoid:()=>l2,ZodXID:()=>Vh,ZodXor:()=>d2,_ZodString:()=>Mh,_default:()=>C2,_function:()=>p7,any:()=>XA,array:()=>ct,base64:()=>RA,base64url:()=>NA,bigint:()=>HA,boolean:()=>Dn,catch:()=>R2,check:()=>m7,cidrv4:()=>TA,cidrv6:()=>AA,clone:()=>Lr,codec:()=>l7,coerce:()=>W2,config:()=>bn,core:()=>ja,cuid:()=>EA,cuid2:()=>wA,custom:()=>ag,date:()=>JA,decode:()=>Y6,decodeAsync:()=>q6,default:()=>Ewe,describe:()=>h7,discriminatedUnion:()=>ip,e164:()=>LA,email:()=>dA,emoji:()=>yA,encode:()=>X6,encodeAsync:()=>J6,endsWith:()=>_c,enum:()=>lr,exactOptional:()=>w2,file:()=>i7,flattenError:()=>Bf,float32:()=>zA,float64:()=>BA,formatError:()=>jf,fromJSONSchema:()=>x7,function:()=>p7,getErrorMap:()=>iJ,globalRegistry:()=>sr,gt:()=>la,gte:()=>Fr,guid:()=>fA,hash:()=>MA,hex:()=>$A,hostname:()=>OA,httpUrl:()=>vA,includes:()=>Cc,instanceof:()=>b7,int:()=>Ph,int32:()=>jA,int64:()=>WA,intersection:()=>jc,invertCodec:()=>c7,ipv4:()=>IA,ipv6:()=>SA,iso:()=>Os,json:()=>y7,jwt:()=>FA,keyof:()=>qA,ksuid:()=>CA,lazy:()=>M2,length:()=>Ku,literal:()=>$e,locales:()=>Yf,looseObject:()=>ur,looseRecord:()=>t7,lowercase:()=>kc,lt:()=>ua,lte:()=>wo,mac:()=>_A,map:()=>n7,maxLength:()=>qu,maxSize:()=>Ps,meta:()=>g7,mime:()=>Sc,minLength:()=>Ba,minSize:()=>ca,multipleOf:()=>Fs,nan:()=>u7,nanoid:()=>xA,nativeEnum:()=>o7,negative:()=>Eh,never:()=>ng,nonnegative:()=>kh,nonoptional:()=>S2,nonpositive:()=>wh,normalize:()=>Tc,null:()=>tp,nullable:()=>Qf,nullish:()=>a7,number:()=>kt,object:()=>Re,optional:()=>Zt,overwrite:()=>Di,parse:()=>W6,parseAsync:()=>V6,partialRecord:()=>e7,pipe:()=>Oh,positive:()=>xh,prefault:()=>_2,preprocess:()=>lp,prettifyError:()=>zy,promise:()=>f7,property:()=>Dh,readonly:()=>P2,record:()=>Mt,refine:()=>j2,regex:()=>wc,regexes:()=>Eo,registry:()=>gh,safeDecode:()=>Q6,safeDecodeAsync:()=>t2,safeEncode:()=>K6,safeEncodeAsync:()=>e2,safeParse:()=>G6,safeParseAsync:()=>Z6,set:()=>r7,setErrorMap:()=>oJ,size:()=>Ju,slugify:()=>Lc,startsWith:()=>Ic,strictObject:()=>KA,string:()=>q,stringFormat:()=>PA,stringbool:()=>v7,success:()=>s7,superRefine:()=>U2,symbol:()=>GA,templateLiteral:()=>d7,toJSONSchema:()=>Ih,toLowerCase:()=>Rc,toUpperCase:()=>Nc,transform:()=>rg,treeifyError:()=>My,trim:()=>Ac,tuple:()=>h2,uint32:()=>UA,uint64:()=>VA,ulid:()=>kA,undefined:()=>ZA,union:()=>Vt,unknown:()=>Wt,uppercase:()=>Dc,url:()=>bA,util:()=>he,uuid:()=>pA,uuidv4:()=>mA,uuidv6:()=>hA,uuidv7:()=>gA,void:()=>YA,xid:()=>DA,xor:()=>QA,z:()=>P});var Ewe,sg=Ie(()=>{w7();w7();Ewe=cJ});var jJ=Rt((Y7,J7)=>{(function(e,t){typeof Qa=="function"&&typeof Y7=="object"&&typeof J7=="object"?J7.exports=t():typeof define=="function"&&define.amd?define(function(){return t()}):e.pluralize=t()})(Y7,function(){var e=[],t=[],n={},o={},r={};function i(g){return typeof g=="string"?new RegExp("^"+g+"$","i"):g}function a(g,y){return g===y?y:g===g.toLowerCase()?y.toLowerCase():g===g.toUpperCase()?y.toUpperCase():g[0]===g[0].toUpperCase()?y.charAt(0).toUpperCase()+y.substr(1).toLowerCase():y.toLowerCase()}function s(g,y){return g.replace(/\$(\d{1,2})/g,function(k,C){return y[C]||""})}function l(g,y){return g.replace(y[0],function(k,C){var x=s(y[1],arguments);return a(k===""?g[C-1]:k,x)})}function d(g,y,k){if(!g.length||n.hasOwnProperty(g))return y;for(var C=k.length;C--;){var x=k[C];if(x[0].test(y))return l(y,x)}return y}function f(g,y,k){return function(C){var x=C.toLowerCase();return y.hasOwnProperty(x)?a(C,x):g.hasOwnProperty(x)?a(C,g[x]):d(x,C,k)}}function p(g,y,k,C){return function(x){var E=x.toLowerCase();return y.hasOwnProperty(E)?!0:g.hasOwnProperty(E)?!1:d(E,E,k)===E}}function b(g,y,k){var C=y===1?b.singular(g):b.plural(g);return(k?y+" ":"")+C}return b.plural=f(r,o,e),b.isPlural=p(r,o,e),b.singular=f(o,r,t),b.isSingular=p(o,r,t),b.addPluralRule=function(g,y){e.push([i(g),y])},b.addSingularRule=function(g,y){t.push([i(g),y])},b.addUncountableRule=function(g){if(typeof g=="string"){n[g.toLowerCase()]=!0;return}b.addPluralRule(g,"$0"),b.addSingularRule(g,"$0")},b.addIrregularRule=function(g,y){y=y.toLowerCase(),g=g.toLowerCase(),r[g]=y,o[y]=g},[["I","we"],["me","us"],["he","they"],["she","they"],["them","them"],["myself","ourselves"],["yourself","yourselves"],["itself","themselves"],["herself","themselves"],["himself","themselves"],["themself","themselves"],["is","are"],["was","were"],["has","have"],["this","these"],["that","those"],["echo","echoes"],["dingo","dingoes"],["volcano","volcanoes"],["tornado","tornadoes"],["torpedo","torpedoes"],["genus","genera"],["viscus","viscera"],["stigma","stigmata"],["stoma","stomata"],["dogma","dogmata"],["lemma","lemmata"],["schema","schemata"],["anathema","anathemata"],["ox","oxen"],["axe","axes"],["die","dice"],["yes","yeses"],["foot","feet"],["eave","eaves"],["goose","geese"],["tooth","teeth"],["quiz","quizzes"],["human","humans"],["proof","proofs"],["carve","carves"],["valve","valves"],["looey","looies"],["thief","thieves"],["groove","grooves"],["pickaxe","pickaxes"],["passerby","passersby"]].forEach(function(g){return b.addIrregularRule(g[0],g[1])}),[[/s?$/i,"s"],[/[^\u0000-\u007F]$/i,"$0"],[/([^aeiou]ese)$/i,"$1"],[/(ax|test)is$/i,"$1es"],[/(alias|[^aou]us|t[lm]as|gas|ris)$/i,"$1es"],[/(e[mn]u)s?$/i,"$1s"],[/([^l]ias|[aeiou]las|[ejzr]as|[iu]am)$/i,"$1"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1i"],[/(alumn|alg|vertebr)(?:a|ae)$/i,"$1ae"],[/(seraph|cherub)(?:im)?$/i,"$1im"],[/(her|at|gr)o$/i,"$1oes"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|automat|quor)(?:a|um)$/i,"$1a"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)(?:a|on)$/i,"$1a"],[/sis$/i,"ses"],[/(?:(kni|wi|li)fe|(ar|l|ea|eo|oa|hoo)f)$/i,"$1$2ves"],[/([^aeiouy]|qu)y$/i,"$1ies"],[/([^ch][ieo][ln])ey$/i,"$1ies"],[/(x|ch|ss|sh|zz)$/i,"$1es"],[/(matr|cod|mur|sil|vert|ind|append)(?:ix|ex)$/i,"$1ices"],[/\b((?:tit)?m|l)(?:ice|ouse)$/i,"$1ice"],[/(pe)(?:rson|ople)$/i,"$1ople"],[/(child)(?:ren)?$/i,"$1ren"],[/eaux$/i,"$0"],[/m[ae]n$/i,"men"],["thou","you"]].forEach(function(g){return b.addPluralRule(g[0],g[1])}),[[/s$/i,""],[/(ss)$/i,"$1"],[/(wi|kni|(?:after|half|high|low|mid|non|night|[^\w]|^)li)ves$/i,"$1fe"],[/(ar|(?:wo|[ae])l|[eo][ao])ves$/i,"$1f"],[/ies$/i,"y"],[/\b([pl]|zomb|(?:neck|cross)?t|coll|faer|food|gen|goon|group|lass|talk|goal|cut)ies$/i,"$1ie"],[/\b(mon|smil)ies$/i,"$1ey"],[/\b((?:tit)?m|l)ice$/i,"$1ouse"],[/(seraph|cherub)im$/i,"$1"],[/(x|ch|ss|sh|zz|tto|go|cho|alias|[^aou]us|t[lm]as|gas|(?:her|at|gr)o|[aeiou]ris)(?:es)?$/i,"$1"],[/(analy|diagno|parenthe|progno|synop|the|empha|cri|ne)(?:sis|ses)$/i,"$1sis"],[/(movie|twelve|abuse|e[mn]u)s$/i,"$1"],[/(test)(?:is|es)$/i,"$1is"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1us"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|quor)a$/i,"$1um"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)a$/i,"$1on"],[/(alumn|alg|vertebr)ae$/i,"$1a"],[/(cod|mur|sil|vert|ind)ices$/i,"$1ex"],[/(matr|append)ices$/i,"$1ix"],[/(pe)(rson|ople)$/i,"$1rson"],[/(child)ren$/i,"$1"],[/(eau)x?$/i,"$1"],[/men$/i,"man"]].forEach(function(g){return b.addSingularRule(g[0],g[1])}),["adulthood","advice","agenda","aid","aircraft","alcohol","ammo","analytics","anime","athletics","audio","bison","blood","bream","buffalo","butter","carp","cash","chassis","chess","clothing","cod","commerce","cooperation","corps","debris","diabetes","digestion","elk","energy","equipment","excretion","expertise","firmware","flounder","fun","gallows","garbage","graffiti","hardware","headquarters","health","herpes","highjinks","homework","housework","information","jeans","justice","kudos","labour","literature","machinery","mackerel","mail","media","mews","moose","music","mud","manga","news","only","personnel","pike","plankton","pliers","police","pollution","premises","rain","research","rice","salmon","scissors","series","sewage","shambles","shrimp","software","species","staff","swine","tennis","traffic","transportation","trout","tuna","wealth","welfare","whiting","wildebeest","wildlife","you",/pok[eé]mon$/i,/[^aeiou]ese$/i,/deer$/i,/fish$/i,/measles$/i,/o[iu]s$/i,/pox$/i,/sheep$/i].forEach(b.addUncountableRule),b})});var tq=Rt(e8=>{"use strict";var eq=Hl();e8.createRoot=eq.createRoot,e8.hydrateRoot=eq.hydrateRoot;var Rst});var Ua=U(ge(),1);function TE(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var ri=U(ge());var Jt="-ms-",bl="-moz-",Ct="-webkit-",c1="comm",qs="rule",od="decl";var VN="@import";var GN="@namespace",d1="@keyframes";var ZN="@layer";var AE=Math.abs,Op=String.fromCharCode,$p=Object.assign;function XN(e,t){return fn(e,0)^45?(((t<<2^fn(e,0))<<2^fn(e,1))<<2^fn(e,2))<<2^fn(e,3):0}function f1(e){return e.trim()}function Pi(e,t){return(e=t.exec(e))?e[0]:e}function nt(e,t,n){return e.replace(t,n)}function id(e,t,n){return e.indexOf(t,n)}function fn(e,t){return e.charCodeAt(t)|0}function Oi(e,t,n){return e.slice(t,n)}function kr(e){return e.length}function p1(e){return e.length}function vl(e,t){return t.push(e),e}function YN(e,t){return e.map(t).join("")}function RE(e,t){return e.filter(function(n){return!Pi(n,t)})}var m1=1,ad=1,JN=0,ti=0,Ln=0,ud="";function Mp(e,t,n,o,r,i,a,s){return{value:e,root:t,parent:n,type:o,props:r,children:i,line:m1,column:ad,length:a,return:"",siblings:s}}function es(e,t){return $p(Mp("",null,null,"",null,null,0,e.siblings),e,{length:-e.length},t)}function yl(e){for(;e.root;)e=es(e.root,{children:[e]});vl(e,e.siblings)}function qN(){return Ln}function KN(){return Ln=ti>0?fn(ud,--ti):0,ad--,Ln===10&&(ad=1,m1--),Ln}function ni(){return Ln=ti<JN?fn(ud,ti++):0,ad++,Ln===10&&(ad=1,m1++),Ln}function ts(){return fn(ud,ti)}function zp(){return ti}function h1(e,t){return Oi(ud,e,t)}function sd(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function QN(e){return m1=ad=1,JN=kr(ud=e),ti=0,[]}function eL(e){return ud="",e}function g1(e){return f1(h1(ti-1,NE(e===91?e+2:e===40?e+1:e)))}function tL(e){for(;(Ln=ts())&&Ln<33;)ni();return sd(e)>2||sd(Ln)>3?"":" "}function nL(e,t){for(;--t&&ni()&&!(Ln<48||Ln>102||Ln>57&&Ln<65||Ln>70&&Ln<97););return h1(e,zp()+(t<6&&ts()==32&&ni()==32))}function NE(e){for(;ni();)switch(Ln){case e:return ti;case 34:case 39:e!==34&&e!==39&&NE(Ln);break;case 40:e===41&&NE(e);break;case 92:ni();break}return ti}function rL(e,t){for(;ni()&&e+Ln!==57;)if(e+Ln===84&&ts()===47)break;return"/*"+h1(t,ti-1)+"*"+Op(e===47?e:ni())}function oL(e){for(;!sd(ts());)ni();return h1(e,ti)}function sL(e){return eL(b1("",null,null,null,[""],e=QN(e),0,[0],e))}function b1(e,t,n,o,r,i,a,s,l){for(var d=0,f=0,p=a,b=0,g=0,y=0,k=1,C=1,x=1,E=0,D="",_=r,N=i,A=o,O=D;C;)switch(y=E,E=ni()){case 40:if(y!=108&&fn(O,p-1)==58){id(O+=nt(g1(E),"&","&\f"),"&\f",AE(d?s[d-1]:0))!=-1&&(x=-1);break}case 34:case 39:case 91:O+=g1(E);break;case 9:case 10:case 13:case 32:O+=tL(y);break;case 92:O+=nL(zp()-1,7);continue;case 47:switch(ts()){case 42:case 47:vl(rie(rL(ni(),zp()),t,n,l),l),(sd(y||1)==5||sd(ts()||1)==5)&&kr(O)&&Oi(O,-1,void 0)!==" "&&(O+=" ");break;default:O+="/"}break;case 123*k:s[d++]=kr(O)*x;case 125*k:case 59:case 0:switch(E){case 0:case 125:C=0;case 59+f:x==-1&&(O=nt(O,/\f/g,"")),g>0&&(kr(O)-p||k===0&&y===47)&&vl(g>32?aL(O+";",o,n,p-1,l):aL(nt(O," ","")+";",o,n,p-2,l),l);break;case 59:O+=";";default:if(vl(A=iL(O,t,n,d,f,r,s,D,_=[],N=[],p,i),i),E===123)if(f===0)b1(O,t,A,A,_,i,p,s,N);else{switch(b){case 99:if(fn(O,3)===110)break;case 108:if(fn(O,2)===97)break;default:f=0;case 100:case 109:case 115:}f?b1(e,A,A,o&&vl(iL(e,A,A,0,0,r,s,D,r,_=[],p,N),N),r,N,p,s,o?_:N):b1(O,A,A,A,[""],N,0,s,N)}}d=f=g=0,k=x=1,D=O="",p=a;break;case 58:p=1+kr(O),g=y;default:if(k<1){if(E==123)--k;else if(E==125&&k++==0&&KN()==125)continue}switch(O+=Op(E),E*k){case 38:x=f>0?1:(O+="\f",-1);break;case 44:s[d++]=(kr(O)-1)*x,x=1;break;case 64:ts()===45&&(O+=g1(ni())),b=ts(),f=p=kr(D=O+=oL(zp())),E++;break;case 45:y===45&&kr(O)==2&&(k=0)}}return i}function iL(e,t,n,o,r,i,a,s,l,d,f,p){for(var b=r-1,g=r===0?i:[""],y=p1(g),k=0,C=0,x=0;k<o;++k)for(var E=0,D=Oi(e,b+1,b=AE(C=a[k])),_=e;E<y;++E)(_=f1(C>0?g[E]+" "+D:nt(D,/&\f/g,g[E])))&&(l[x++]=_);return Mp(e,t,n,r===0?qs:s,l,d,f,p)}function rie(e,t,n,o){return Mp(e,t,n,c1,Op(qN()),Oi(e,2,-2),0,o)}function aL(e,t,n,o,r){return Mp(e,t,n,od,Oi(e,0,o),Oi(e,o+1,-1),o,r)}function LE(e,t,n){switch(XN(e,t)){case 5103:return Ct+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:case 6391:case 5879:case 5623:case 6135:case 4599:return Ct+e+e;case 4855:return Ct+e.replace("add","source-over").replace("substract","source-out").replace("intersect","source-in").replace("exclude","xor")+e;case 4789:return bl+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return Ct+e+bl+e+Jt+e+e;case 5936:switch(fn(e,t+11)){case 114:return Ct+e+Jt+nt(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return Ct+e+Jt+nt(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return Ct+e+Jt+nt(e,/[svh]\w+-[tblr]{2}/,"lr")+e}case 6828:case 4268:case 2903:return Ct+e+Jt+e+e;case 6165:return Ct+e+Jt+"flex-"+e+e;case 5187:return Ct+e+nt(e,/(\w+).+(:[^]+)/,Ct+"box-$1$2"+Jt+"flex-$1$2")+e;case 5443:return Ct+e+Jt+"flex-item-"+nt(e,/flex-|-self/g,"")+(Pi(e,/flex-|baseline/)?"":Jt+"grid-row-"+nt(e,/flex-|-self/g,""))+e;case 4675:return Ct+e+Jt+"flex-line-pack"+nt(e,/align-content|flex-|-self/g,"")+e;case 5548:return Ct+e+Jt+nt(e,"shrink","negative")+e;case 5292:return Ct+e+Jt+nt(e,"basis","preferred-size")+e;case 6060:return Ct+"box-"+nt(e,"-grow","")+Ct+e+Jt+nt(e,"grow","positive")+e;case 4554:return Ct+nt(e,/([^-])(transform)/g,"$1"+Ct+"$2")+e;case 6187:return nt(nt(nt(e,/(zoom-|grab)/,Ct+"$1"),/(image-set)/,Ct+"$1"),e,"")+e;case 5495:case 3959:return nt(e,/(image-set\([^]*)/,Ct+"$1$`$1");case 4968:return nt(nt(e,/(.+:)(flex-)?(.*)/,Ct+"box-pack:$3"+Jt+"flex-pack:$3"),/space-between/,"justify")+Ct+e+e;case 4200:if(!Pi(e,/flex-|baseline/))return Jt+"grid-column-align"+Oi(e,t)+e;break;case 2592:case 3360:return Jt+nt(e,"template-","")+e;case 4384:case 3616:return n&&n.some(function(o,r){return t=r,Pi(o.props,/grid-\w+-end/)})?~id(e+(n=n[t].value),"span",0)?e:Jt+nt(e,"-start","")+e+Jt+"grid-row-span:"+(~id(n,"span",0)?Pi(n,/\d+/):+Pi(n,/\d+/)-+Pi(e,/\d+/))+";":Jt+nt(e,"-start","")+e;case 4896:case 4128:return n&&n.some(function(o){return Pi(o.props,/grid-\w+-start/)})?e:Jt+nt(nt(e,"-end","-span"),"span ","")+e;case 4095:case 3583:case 4068:case 2532:return nt(e,/(.+)-inline(.+)/,Ct+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(kr(e)-1-t>6)switch(fn(e,t+1)){case 109:if(fn(e,t+4)!==45)break;case 102:return nt(e,/(.+:)(.+)-([^]+)/,"$1"+Ct+"$2-$3$1"+bl+(fn(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~id(e,"stretch",0)?LE(nt(e,"stretch","fill-available"),t,n)+e:e}break;case 5152:case 5920:return nt(e,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(o,r,i,a,s,l,d){return Jt+r+":"+i+d+(a?Jt+r+"-span:"+(s?l:+l-+i)+d:"")+e});case 4949:if(fn(e,t+6)===121)return nt(e,":",":"+Ct)+e;break;case 6444:switch(fn(e,fn(e,14)===45?18:11)){case 120:return nt(e,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+Ct+(fn(e,14)===45?"inline-":"")+"box$3$1"+Ct+"$2$3$1"+Jt+"$2box$3")+e;case 100:return nt(e,":",":"+Jt)+e}break;case 5719:case 2647:case 2135:case 3927:case 2391:return nt(e,"scroll-","scroll-snap-")+e}return e}function ld(e,t){for(var n="",o=0;o<e.length;o++)n+=t(e[o],o,e,t)||"";return n}function uL(e,t,n,o){switch(e.type){case ZN:if(e.children.length)break;case VN:case GN:case od:return e.return=e.return||e.value;case c1:return"";case d1:return e.return=e.value+"{"+ld(e.children,o)+"}";case qs:if(!kr(e.value=e.props.join(",")))return""}return kr(n=ld(e.children,o))?e.return=e.value+"{"+n+"}":""}function lL(e){var t=p1(e);return function(n,o,r,i){for(var a="",s=0;s<t;s++)a+=e[s](n,o,r,i)||"";return a}}function cL(e){return function(t){t.root||(t=t.return)&&e(t)}}function dL(e,t,n,o){if(e.length>-1&&!e.return)switch(e.type){case od:e.return=LE(e.value,e.length,n);return;case d1:return ld([es(e,{value:nt(e.value,"@","@"+Ct)})],o);case qs:if(e.length)return YN(n=e.props,function(r){switch(Pi(r,o=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":yl(es(e,{props:[nt(r,/:(read-\w+)/,":"+bl+"$1")]})),yl(es(e,{props:[r]})),$p(e,{props:RE(n,o)});break;case"::placeholder":yl(es(e,{props:[nt(r,/:(plac\w+)/,":"+Ct+"input-$1")]})),yl(es(e,{props:[nt(r,/:(plac\w+)/,":"+bl+"$1")]})),yl(es(e,{props:[nt(r,/:(plac\w+)/,Jt+"input-$1")]})),yl(es(e,{props:[r]})),$p(e,{props:RE(n,o)});break}return""})}}var FE,PE,ns=typeof process<"u"&&process.env!==void 0&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",wL="active",kL="data-styled-version",k1="6.4.1",XE=`/*!sc*/
|
|
93
|
-
`,Hp=typeof window<"u"&&typeof document<"u";function fL(e){if(typeof process<"u"&&process.env!==void 0){let t=process.env[e];if(t!==void 0&&t!=="")return t!=="false"}}var oie=!!(typeof SC_DISABLE_SPEEDY=="boolean"?SC_DISABLE_SPEEDY:(PE=(FE=fL("REACT_APP_SC_DISABLE_SPEEDY"))!==null&&FE!==void 0?FE:fL("SC_DISABLE_SPEEDY"))!==null&&PE!==void 0?PE:typeof process>"u"||process.env===void 0),DL="sc-keyframes-";function kl(e,...t){return new Error(`An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#${e} for more information.${t.length>0?` Args: ${t.join(", ")}`:""}`)}var ZCe=1<<30,v1=new Map,x1=new Map,y1=1,jp=e=>{if(v1.has(e))return v1.get(e);for(;x1.has(y1);)y1++;let t=y1++;return v1.set(e,t),x1.set(t,e),t},iie=e=>x1.get(e),aie=(e,t)=>{y1=t+1,v1.set(e,t),x1.set(t,e)};var YE=Object.freeze([]),cd=Object.freeze({});function sie(e,t,n=cd){return e.theme!==n.theme&&e.theme||t||n.theme}var uie=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,lie=/(^-|-$)/g;function CL(e){return e.replace(uie,"-").replace(lie,"")}var cie=/(a)(d)/gi,pL=e=>String.fromCharCode(e+(e>25?39:97));function JE(e){let t,n="";for(t=Math.abs(e);t>52;t=t/52|0)n=pL(t%52)+n;return(pL(t%52)+n).replace(cie,"$1-$2")}var zE=5381,El=(e,t)=>{let n=t.length;for(;n;)e=33*e^t.charCodeAt(--n);return e},IL=e=>El(zE,e);function _L(e){return JE(IL(e)>>>0)}function die(e){return e.displayName||e.name||"Component"}function BE(e){return typeof e=="string"&&!0}function fie(e){return BE(e)?`styled.${e}`:`Styled(${die(e)})`}var SL=Symbol.for("react.memo"),pie=Symbol.for("react.forward_ref"),mie={contextType:!0,defaultProps:!0,displayName:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,propTypes:!0,type:!0},hie={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},TL={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},gie={[pie]:{$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},[SL]:TL};function mL(e){return("type"in(t=e)&&t.type.$$typeof)===SL?TL:"$$typeof"in e?gie[e.$$typeof]:mie;var t}var bie=Object.defineProperty,vie=Object.getOwnPropertyNames,yie=Object.getOwnPropertySymbols,xie=Object.getOwnPropertyDescriptor,Eie=Object.getPrototypeOf,wie=Object.prototype;function AL(e,t,n){if(typeof t!="string"){let o=Eie(t);o&&o!==wie&&AL(e,o,n);let r=vie(t).concat(yie(t)),i=mL(e),a=mL(t);for(let s=0;s<r.length;++s){let l=r[s];if(!(l in hie||n&&n[l]||a&&l in a||i&&l in i)){let d=xie(t,l);try{bie(e,l,d)}catch{}}}}return e}function Vp(e){return typeof e=="function"}function RL(e){return typeof e=="object"&&"styledComponentId"in e}function Up(e,t){return e&&t?e+" "+t:e||t||""}function jE(e,t){return e.join(t||"")}function Wp(e){return e!==null&&typeof e=="object"&&e.constructor.name===Object.name&&!("props"in e&&e.$$typeof)}function UE(e,t,n=!1){if(!n&&!Wp(e)&&!Array.isArray(e))return t;if(Array.isArray(t))for(let o=0;o<t.length;o++)e[o]=UE(e[o],t[o]);else if(Wp(t))for(let o in t)e[o]=UE(e[o],t[o]);return e}function qE(e,t){Object.defineProperty(e,"toString",{value:t})}var kie=class{constructor(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e,this._cGroup=0,this._cIndex=0}indexOfGroup(e){if(e===this._cGroup)return this._cIndex;let t=this._cIndex;if(e>this._cGroup)for(let n=this._cGroup;n<e;n++)t+=this.groupSizes[n];else for(let n=this._cGroup-1;n>=e;n--)t-=this.groupSizes[n];return this._cGroup=e,this._cIndex=t,t}insertRules(e,t){if(e>=this.groupSizes.length){let r=this.groupSizes,i=r.length,a=i;for(;e>=a;)if(a<<=1,a<0)throw kl(16,`${e}`);this.groupSizes=new Uint32Array(a),this.groupSizes.set(r),this.length=a;for(let s=i;s<a;s++)this.groupSizes[s]=0}let n=this.indexOfGroup(e+1),o=0;for(let r=0,i=t.length;r<i;r++)this.tag.insertRule(n,t[r])&&(this.groupSizes[e]++,n++,o++);o>0&&this._cGroup>e&&(this._cIndex+=o)}clearGroup(e){if(e<this.length){let t=this.groupSizes[e],n=this.indexOfGroup(e),o=n+t;this.groupSizes[e]=0;for(let r=n;r<o;r++)this.tag.deleteRule(n);t>0&&this._cGroup>e&&(this._cIndex-=t)}}getGroup(e){let t="";if(e>=this.length||this.groupSizes[e]===0)return t;let n=this.groupSizes[e],o=this.indexOfGroup(e),r=o+n;for(let i=o;i<r;i++)t+=this.tag.getRule(i)+XE;return t}},Die=`style[${ns}][${kL}="${k1}"]`,Cie=new RegExp(`^${ns}\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)`),hL=e=>typeof ShadowRoot<"u"&&e instanceof ShadowRoot||"host"in e&&e.nodeType===11,HE=e=>{if(!e)return document;if(hL(e))return e;if("getRootNode"in e){let t=e.getRootNode();if(hL(t))return t}return document},Iie=(e,t,n)=>{let o=n.split(","),r;for(let i=0,a=o.length;i<a;i++)(r=o[i])&&e.registerName(t,r)},_ie=(e,t)=>{var n;let o=((n=t.textContent)!==null&&n!==void 0?n:"").split(XE),r=[];for(let i=0,a=o.length;i<a;i++){let s=o[i].trim();if(!s)continue;let l=s.match(Cie);if(l){let d=0|parseInt(l[1],10),f=l[2];d!==0&&(aie(f,d),Iie(e,f,l[3]),e.getTag().insertRules(d,r)),r.length=0}else r.push(s)}},OE=e=>{let t=HE(e.options.target).querySelectorAll(Die);for(let n=0,o=t.length;n<o;n++){let r=t[n];r&&r.getAttribute(ns)!==wL&&(_ie(e,r),r.parentNode&&r.parentNode.removeChild(r))}},Bp=!1;function Sie(){if(Bp!==!1)return Bp;if(typeof document<"u"){let e=document.head.querySelector('meta[property="csp-nonce"]');if(e)return Bp=e.nonce||e.getAttribute("content")||void 0;let t=document.head.querySelector('meta[name="sc-nonce"]');if(t)return Bp=t.getAttribute("content")||void 0}return Bp=typeof __webpack_nonce__<"u"?__webpack_nonce__:void 0}var NL=(e,t)=>{let n=document.head,o=e||n,r=document.createElement("style"),i=(l=>{let d=Array.from(l.querySelectorAll(`style[${ns}]`));return d[d.length-1]})(o),a=i!==void 0?i.nextSibling:null;r.setAttribute(ns,wL),r.setAttribute(kL,k1);let s=t||Sie();return s&&r.setAttribute("nonce",s),o.insertBefore(r,a),r},Tie=class{constructor(e,t){this.element=NL(e,t),this.element.appendChild(document.createTextNode("")),this.sheet=(n=>{var o;if(n.sheet)return n.sheet;let r=(o=n.getRootNode().styleSheets)!==null&&o!==void 0?o:document.styleSheets;for(let i=0,a=r.length;i<a;i++){let s=r[i];if(s.ownerNode===n)return s}throw kl(17)})(this.element),this.length=0}insertRule(e,t){try{return this.sheet.insertRule(t,e),this.length++,!0}catch{return!1}}deleteRule(e){this.sheet.deleteRule(e),this.length--}getRule(e){let t=this.sheet.cssRules[e];return t&&t.cssText?t.cssText:""}},Aie=class{constructor(e,t){this.element=NL(e,t),this.nodes=this.element.childNodes,this.length=0}insertRule(e,t){if(e<=this.length&&e>=0){let n=document.createTextNode(t);return this.element.insertBefore(n,this.nodes[e]||null),this.length++,!0}return!1}deleteRule(e){this.element.removeChild(this.nodes[e]),this.length--}getRule(e){return e<this.length?this.nodes[e].textContent:""}},gL=Hp,Rie={isServer:!Hp,useCSSOMInjection:!oie},E1=class e{static registerId(t){return jp(t)}constructor(t=cd,n={},o){this.options=Object.assign(Object.assign({},Rie),t),this.gs=n,this.keyframeIds=new Set,this.names=new Map(o),this.server=!!t.isServer,!this.server&&Hp&&gL&&(gL=!1,OE(this)),qE(this,()=>(r=>{let i=r.getTag(),{length:a}=i,s="";for(let l=0;l<a;l++){let d=iie(l);if(d===void 0)continue;let f=r.names.get(d);if(f===void 0||!f.size)continue;let p=i.getGroup(l);if(p.length===0)continue;let b=ns+".g"+l+'[id="'+d+'"]',g="";for(let y of f)y.length>0&&(g+=y+",");s+=p+b+'{content:"'+g+'"}'+XE}return s})(this))}rehydrate(){!this.server&&Hp&&OE(this)}reconstructWithOptions(t,n=!0){let o=new e(Object.assign(Object.assign({},this.options),t),this.gs,n&&this.names||void 0);return o.keyframeIds=new Set(this.keyframeIds),!this.server&&Hp&&t.target!==this.options.target&&HE(this.options.target)!==HE(t.target)&&OE(o),o}allocateGSInstance(t){return this.gs[t]=(this.gs[t]||0)+1}getTag(){return this.tag||(this.tag=(t=(({useCSSOMInjection:n,target:o,nonce:r})=>n?new Tie(o,r):new Aie(o,r))(this.options),new kie(t)));var t}hasNameForId(t,n){var o,r;return(r=(o=this.names.get(t))===null||o===void 0?void 0:o.has(n))!==null&&r!==void 0&&r}registerName(t,n){jp(t),t.startsWith(DL)&&this.keyframeIds.add(t);let o=this.names.get(t);o?o.add(n):this.names.set(t,new Set([n]))}insertRules(t,n,o){this.registerName(t,n),this.getTag().insertRules(jp(t),o)}clearNames(t){this.names.has(t)&&this.names.get(t).clear()}clearRules(t){this.getTag().clearGroup(jp(t)),this.clearNames(t)}clearTag(){this.tag=void 0}},LL=new WeakSet,Nie={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexShrink:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};function Lie(e,t){return t==null||typeof t=="boolean"||t===""?"":typeof t!="number"||t===0||e in Nie||e.startsWith("--")?String(t).trim():t+"px"}var xl=47;function bL(e){if(e.charCodeAt(0)===45&&e.charCodeAt(1)===45)return e;let t="";for(let n=0;n<e.length;n++){let o=e.charCodeAt(n);t+=o>=65&&o<=90?"-"+String.fromCharCode(o+32):e[n]}return t.startsWith("ms-")?"-"+t:t}var FL=Symbol.for("sc-keyframes");function Fie(e){return typeof e=="object"&&e!==null&&FL in e}function PL(e){return Vp(e)&&!(e.prototype&&e.prototype.isReactComponent)}var OL=e=>e==null||e===!1||e==="",Pie=Symbol.for("react.client.reference");function vL(e){return e.$$typeof===Pie}function $L(e,t){for(let n in e){let o=e[n];e.hasOwnProperty(n)&&!OL(o)&&(Array.isArray(o)&&LL.has(o)||Vp(o)?t.push(bL(n)+":",o,";"):Wp(o)?(t.push(n+" {"),$L(o,t),t.push("}")):t.push(bL(n)+": "+Lie(n,o)+";"))}}function wl(e,t,n,o,r=[]){if(OL(e))return r;let i=typeof e;if(i==="string")return r.push(e),r;if(i==="function"){if(vL(e))return r;if(PL(e)&&t){let a=e(t);return wl(a,t,n,o,r)}return r.push(e),r}if(Array.isArray(e)){for(let a=0;a<e.length;a++)wl(e[a],t,n,o,r);return r}return RL(e)?(r.push(`.${e.styledComponentId}`),r):Fie(e)?(n?(e.inject(n,o),r.push(e.getName(o))):r.push(e),r):vL(e)?r:Wp(e)?($L(e,r),r):(r.push(e.toString()),r)}var Oie=IL(k1),WE=class{constructor(t,n,o){this.rules=t,this.componentId=n,this.baseHash=El(Oie,n),this.baseStyle=o,E1.registerId(n)}generateAndInjectStyles(t,n,o){let r=this.baseStyle?this.baseStyle.generateAndInjectStyles(t,n,o):"";{let i="";for(let a=0;a<this.rules.length;a++){let s=this.rules[a];if(typeof s=="string")i+=s;else if(s)if(PL(s)){let l=s(t);typeof l=="string"?i+=l:l!=null&&l!==!1&&(i+=jE(wl(l,t,n,o)))}else i+=jE(wl(s,t,n,o))}if(i){this.dynamicNameCache||(this.dynamicNameCache=new Map);let a=o.hash?o.hash+i:i,s=this.dynamicNameCache.get(a);if(!s){if(s=JE(El(El(this.baseHash,o.hash),i)>>>0),this.dynamicNameCache.size>=200){let l=this.dynamicNameCache.keys().next().value;l!==void 0&&this.dynamicNameCache.delete(l)}this.dynamicNameCache.set(a,s)}if(!n.hasNameForId(this.componentId,s)){let l=o(i,"."+s,void 0,this.componentId);n.insertRules(this.componentId,s,l)}r=Up(r,s)}}return r}},$ie=/&/g;function ML(e,t){let n=0;for(;--t>=0&&e.charCodeAt(t)===92;)n++;return!(1&~n)}function $E(e){let t=e.length,n="",o=0,r=0,i=0,a=!1,s=!1;for(let l=0;l<t;l++){let d=e.charCodeAt(l);if(i!==0||a||d!==xl||e.charCodeAt(l+1)!==42)if(a)d===42&&e.charCodeAt(l+1)===xl&&(a=!1,l++);else if(d!==34&&d!==39||ML(e,l)){if(i===0)if(d===123)r++;else if(d===125){if(r--,r<0){s=!0;let f=l+1;for(;f<t;){let p=e.charCodeAt(f);if(p===59||p===10)break;f++}f<t&&e.charCodeAt(f)===59&&f++,r=0,l=f-1,o=f;continue}r===0&&(n+=e.substring(o,l+1),o=l+1)}else d===59&&r===0&&(n+=e.substring(o,l+1),o=l+1)}else i===0?i=d:i===d&&(i=0);else a=!0,l++}return s||r!==0||i!==0?(o<t&&r===0&&i===0&&(n+=e.substring(o)),n):e}function zL(e,t){let n=t+" ",o=","+n;for(let r=0;r<e.length;r++){let i=e[r];if(i.type==="rule"){i.value=(n+i.value).replaceAll(",",o);let a=i.props,s=[];for(let l=0;l<a.length;l++)s[l]=n+a[l];i.props=s}Array.isArray(i.children)&&i.type!=="@keyframes"&&zL(i.children,t)}return e}function Mie({options:e=cd,plugins:t=YE}=cd){let n,o,r,i=(b,g,y)=>y.startsWith(o)&&y.endsWith(o)&&y.replaceAll(o,"").length>0?`.${n}`:b,a=t.slice();a.push(b=>{b.type===qs&&b.value.includes("&")&&(r||(r=new RegExp(`\\${o}\\b`,"g")),b.props[0]=b.props[0].replace($ie,o).replace(r,i))}),e.prefix&&a.push(dL),a.push(uL);let s=[],l=lL(a.concat(cL(b=>s.push(b)))),d=(b,g="",y="",k="&")=>{n=k,o=g,r=void 0;let C=(function(E){let D=E.indexOf("//")!==-1,_=E.indexOf("}")!==-1;if(!D&&!_)return E;if(!D)return $E(E);let N=E.length,A="",O=0,j=0,ee=0,B=0,de=0,Ee=!1;for(;j<N;){let re=E.charCodeAt(j);if(re!==34&&re!==39||ML(E,j))if(ee===0)if(re===xl&&j+1<N&&E.charCodeAt(j+1)===42){for(j+=2;j+1<N&&(E.charCodeAt(j)!==42||E.charCodeAt(j+1)!==xl);)j++;j+=2}else if(re!==40)if(re!==41)if(B>0)j++;else if(re===42&&j+1<N&&E.charCodeAt(j+1)===xl)A+=E.substring(O,j),j+=2,O=j,Ee=!0;else if(re===xl&&j+1<N&&E.charCodeAt(j+1)===xl){for(A+=E.substring(O,j);j<N&&E.charCodeAt(j)!==10;)j++;O=j,Ee=!0}else re===123?de++:re===125&&de--,j++;else B>0&&B--,j++;else B++,j++;else j++;else ee===0?ee=re:ee===re&&(ee=0),j++}return Ee?(O<N&&(A+=E.substring(O)),de===0?A:$E(A)):de===0?E:$E(E)})(b),x=sL(y||g?y+" "+g+" { "+C+" }":C);return e.namespace&&(x=zL(x,e.namespace)),s=[],ld(x,l),s},f=e,p=zE;for(let b=0;b<t.length;b++)t[b].name||kl(15),p=El(p,t[b].name);return f?.namespace&&(p=El(p,f.namespace)),f?.prefix&&(p=El(p,"p")),d.hash=p!==zE?p.toString():"",d}var zie=new E1,VE=Mie(),BL=ri.default.createContext({shouldForwardProp:void 0,styleSheet:zie,stylis:VE,stylisPlugins:void 0}),XCe=BL.Consumer;function Bie(){return ri.default.useContext(BL)}var w1=ri.default.createContext(void 0),YCe=w1.Consumer;function jL(e){let t=ri.default.useContext(w1),n=ri.default.useMemo(()=>(function(o,r){if(!o)throw kl(14);if(Vp(o))return o(r);if(Array.isArray(o)||typeof o!="object")throw kl(8);return r?Object.assign(Object.assign({},r),o):o})(e.theme,t),[e.theme,t]);return e.children?ri.default.createElement(w1.Provider,{value:n},e.children):null}var yL=Object.prototype.hasOwnProperty,ME={};function jie(e,t){let n=typeof e!="string"?"sc":CL(e);ME[n]=(ME[n]||0)+1;let o=n+"-"+_L(k1+n+ME[n]);return t?t+"-"+o:o}function Uie(e,t,n){let o=RL(e),r=e,i=!BE(e),{attrs:a=YE,componentId:s=jie(t.displayName,t.parentComponentId),displayName:l=fie(e)}=t,d=t.displayName&&t.componentId?CL(t.displayName)+"-"+t.componentId:t.componentId||s,f=o&&r.attrs?r.attrs.concat(a).filter(Boolean):a,{shouldForwardProp:p}=t;if(o&&r.shouldForwardProp){let k=r.shouldForwardProp;if(t.shouldForwardProp){let C=t.shouldForwardProp;p=(x,E)=>k(x,E)&&C(x,E)}else p=k}let b=new WE(n,d,o?r.componentStyle:void 0);function g(k,C){return(function(x,E,D){let{attrs:_,componentStyle:N,defaultProps:A,foldedComponentIds:O,styledComponentId:j,target:ee}=x,B=ri.default.useContext(w1),de=Bie(),Ee=x.shouldForwardProp||de.shouldForwardProp,re=sie(E,B,A)||cd,ue,be;{let Ne=ri.default.useRef(null),L=Ne.current;if(L!==null&&L[1]===re&&L[2]===de.styleSheet&&L[3]===de.stylis&&L[7]===N&&(function(ut,_e,$){let Ze=ut,Ke=_e,Xt=0;for(let _t in Ke)if(yL.call(Ke,_t)&&(Xt++,Ze[_t]!==Ke[_t]))return!1;return Xt===$})(L[0],E,L[4]))ue=L[5],be=L[6];else{ue=(function(_e,$,Ze){let Ke=Object.assign(Object.assign({},$),{className:void 0,theme:Ze}),Xt=_e.length>1;for(let _t=0;_t<_e.length;_t++){let dt=_e[_t],Cn=Vp(dt)?dt(Xt?Object.assign({},Ke):Ke):dt;for(let nn in Cn)nn==="className"?Ke.className=Up(Ke.className,Cn[nn]):nn==="style"?Ke.style=Object.assign(Object.assign({},Ke.style),Cn[nn]):nn in $&&$[nn]===void 0||(Ke[nn]=Cn[nn])}return"className"in $&&typeof $.className=="string"&&(Ke.className=Up(Ke.className,$.className)),Ke})(_,E,re),be=(function(_e,$,Ze,Ke){return _e.generateAndInjectStyles($,Ze,Ke)})(N,ue,de.styleSheet,de.stylis);let ut=0;for(let _e in E)yL.call(E,_e)&&ut++;Ne.current=[E,re,de.styleSheet,de.stylis,ut,ue,be,N]}}let De=ue.as||ee,ke=(function(Ne,L,ut,_e){let $={};for(let Ze in Ne)Ne[Ze]===void 0||Ze[0]==="$"||Ze==="as"||Ze==="theme"&&Ne.theme===ut||(Ze==="forwardedAs"?$.as=Ne.forwardedAs:_e&&!_e(Ze,L)||($[Ze]=Ne[Ze]));return $})(ue,De,re,Ee),pe=Up(O,j);return be&&(pe+=" "+be),ue.className&&(pe+=" "+ue.className),ke[BE(De)&&De.includes("-")?"class":"className"]=pe,D&&(ke.ref=D),(0,ri.createElement)(De,ke)})(y,k,C)}g.displayName=l;let y=ri.default.forwardRef(g);return y.attrs=f,y.componentStyle=b,y.displayName=l,y.shouldForwardProp=p,y.foldedComponentIds=o?Up(r.foldedComponentIds,r.styledComponentId):"",y.styledComponentId=d,y.target=o?r.target:e,Object.defineProperty(y,"defaultProps",{get(){return this._foldedDefaultProps},set(k){this._foldedDefaultProps=o?(function(C,...x){for(let E of x)UE(C,E,!0);return C})({},r.defaultProps,k):k}}),qE(y,()=>`.${y.styledComponentId}`),i&&AL(y,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),y}var Hie=new Set(["a","abbr","address","area","article","aside","audio","b","bdi","bdo","blockquote","body","button","br","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","label","legend","li","main","map","mark","menu","meter","nav","object","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","slot","small","span","strong","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","switch","symbol","text","textPath","tspan","use"]);function xL(e,t){let n=[e[0]];for(let o=0,r=t.length;o<r;o+=1)n.push(t[o],e[o+1]);return n}var EL=e=>(LL.add(e),e);function J(e,...t){if(Vp(e)||Wp(e))return EL(wl(xL(YE,[e,...t])));let n=e;return t.length===0&&n.length===1&&typeof n[0]=="string"?wl(n):EL(wl(xL(n,t)))}function GE(e,t,n=cd){if(!t)throw kl(1,t);let o=(r,...i)=>e(t,n,J(r,...i));return o.attrs=r=>GE(e,t,Object.assign(Object.assign({},n),{attrs:Array.prototype.concat(n.attrs,r).filter(Boolean)})),o.withConfig=r=>GE(e,t,Object.assign(Object.assign({},n),r)),o}var UL=e=>GE(Uie,e),W=UL;Hie.forEach(e=>{W[e]=UL(e)});var HL,ZE=class{constructor(t,n){this[HL]=!0,this.inject=(o,r=VE)=>{let i=this.getName(r);if(!o.hasNameForId(this.id,i)){let a=r(this.rules,i,"@keyframes");o.insertRules(this.id,i,a)}},this.name=t,this.id=DL+t,this.rules=n,jp(this.id),qE(this,()=>{throw kl(12,String(this.name))})}getName(t=VE){return t.hash?this.name+JE(+t.hash>>>0):this.name}};function Gp(e,...t){let n=jE(J(e,...t)),o=_L(n);return new ZE(o,n)}HL=FL;var JCe=`__sc-${ns}__`;var qCe=`:not(style[${ns}])`,KCe=`style[${ns}]`;var Kie=U(me(),1);var KE=`
|
|
92
|
+
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let a of e.seen.entries()){let s=a[1];if(t===a[0]){i(a);continue}if(e.external){let d=e.external.registry.get(a[0])?.id;if(t!==a[0]&&d){i(a);continue}}if(e.metadataRegistry.get(a[0])?.id){i(a);continue}if(s.cycle){i(a);continue}if(s.count>1&&e.reused==="ref"){i(a);continue}}}function tl(e,t){let n=e.seen.get(t);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");let o=s=>{let l=e.seen.get(s);if(l.ref===null)return;let d=l.def??l.schema,f={...d},p=l.ref;if(l.ref=null,p){o(p);let g=e.seen.get(p),y=g.schema;if(y.$ref&&(e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0")?(d.allOf=d.allOf??[],d.allOf.push(y)):Object.assign(d,y),Object.assign(d,f),s._zod.parent===p)for(let C in d)C==="$ref"||C==="allOf"||C in f||delete d[C];if(y.$ref&&g.def)for(let C in d)C==="$ref"||C==="allOf"||C in g.def&&JSON.stringify(d[C])===JSON.stringify(g.def[C])&&delete d[C]}let b=s._zod.parent;if(b&&b!==p){o(b);let g=e.seen.get(b);if(g?.schema.$ref&&(d.$ref=g.schema.$ref,g.def))for(let y in d)y==="$ref"||y==="allOf"||y in g.def&&JSON.stringify(d[y])===JSON.stringify(g.def[y])&&delete d[y]}e.override({zodSchema:s,jsonSchema:d,path:l.path??[]})};for(let s of[...e.seen.entries()].reverse())o(s[0]);let r={};if(e.target==="draft-2020-12"?r.$schema="https://json-schema.org/draft/2020-12/schema":e.target==="draft-07"?r.$schema="http://json-schema.org/draft-07/schema#":e.target==="draft-04"?r.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){let s=e.external.registry.get(t)?.id;if(!s)throw new Error("Schema is missing an `id` property");r.$id=e.external.uri(s)}Object.assign(r,n.def??n.schema);let i=e.metadataRegistry.get(t)?.id;i!==void 0&&r.id===i&&delete r.id;let a=e.external?.defs??{};for(let s of e.seen.entries()){let l=s[1];l.def&&l.defId&&(l.def.id===l.defId&&delete l.def.id,a[l.defId]=l.def)}e.external||Object.keys(a).length>0&&(e.target==="draft-2020-12"?r.$defs=a:r.definitions=a);try{let s=JSON.parse(JSON.stringify(r));return Object.defineProperty(s,"~standard",{value:{...t["~standard"],jsonSchema:{input:qf(t,"input",e.processors),output:qf(t,"output",e.processors)}},enumerable:!1,writable:!1}),s}catch{throw new Error("Error converting schema to JSON.")}}function to(e,t){let n=t??{seen:new Set};if(n.seen.has(e))return!1;n.seen.add(e);let o=e._zod.def;if(o.type==="transform")return!0;if(o.type==="array")return to(o.element,n);if(o.type==="set")return to(o.valueType,n);if(o.type==="lazy")return to(o.getter(),n);if(o.type==="promise"||o.type==="optional"||o.type==="nonoptional"||o.type==="nullable"||o.type==="readonly"||o.type==="default"||o.type==="prefault")return to(o.innerType,n);if(o.type==="intersection")return to(o.left,n)||to(o.right,n);if(o.type==="record"||o.type==="map")return to(o.keyType,n)||to(o.valueType,n);if(o.type==="pipe")return e._zod.traits.has("$ZodCodec")?!0:to(o.in,n)||to(o.out,n);if(o.type==="object"){for(let r in o.shape)if(to(o.shape[r],n))return!0;return!1}if(o.type==="union"){for(let r of o.options)if(to(r,n))return!0;return!1}if(o.type==="tuple"){for(let r of o.items)if(to(r,n))return!0;return!!(o.rest&&to(o.rest,n))}return!1}var ET,qf,Ch=Ie(()=>{bh();ET=(e,t={})=>n=>{let o=Qu({...n,processors:t});return $t(e,o),el(o,e),tl(o,e)},qf=(e,t,n={})=>o=>{let{libraryOptions:r,target:i}=o??{},a=Qu({...r??{},target:i,io:t,processors:n});return $t(e,a),el(a,e),tl(a,e)}});function Ih(e,t){if("_idmap"in e){let o=e,r=Qu({...t,processors:O6}),i={};for(let l of o._idmap.entries()){let[d,f]=l;$t(f,r)}let a={},s={registry:o,uri:t?.uri,defs:i};r.external=s;for(let l of o._idmap.entries()){let[d,f]=l;el(r,f),a[d]=tl(r,f)}if(Object.keys(i).length>0){let l=r.target==="draft-2020-12"?"$defs":"definitions";a.__shared={[l]:i}}return{schemas:a}}let n=Qu({...t,processors:O6});return $t(e,n),el(n,e),tl(n,e)}var cwe,wT,kT,DT,CT,IT,_T,ST,TT,AT,RT,NT,LT,FT,PT,OT,$T,MT,zT,BT,jT,UT,HT,WT,VT,GT,$6,ZT,XT,YT,JT,qT,KT,QT,eA,tA,nA,rA,M6,oA,O6,_h=Ie(()=>{Ch();Oe();cwe={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},wT=(e,t,n,o)=>{let r=n;r.type="string";let{minimum:i,maximum:a,format:s,patterns:l,contentEncoding:d}=e._zod.bag;if(typeof i=="number"&&(r.minLength=i),typeof a=="number"&&(r.maxLength=a),s&&(r.format=cwe[s]??s,r.format===""&&delete r.format,s==="time"&&delete r.format),d&&(r.contentEncoding=d),l&&l.size>0){let f=[...l];f.length===1?r.pattern=f[0].source:f.length>1&&(r.allOf=[...f.map(p=>({...t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0"?{type:"string"}:{},pattern:p.source}))])}},kT=(e,t,n,o)=>{let r=n,{minimum:i,maximum:a,format:s,multipleOf:l,exclusiveMaximum:d,exclusiveMinimum:f}=e._zod.bag;typeof s=="string"&&s.includes("int")?r.type="integer":r.type="number";let p=typeof f=="number"&&f>=(i??Number.NEGATIVE_INFINITY),b=typeof d=="number"&&d<=(a??Number.POSITIVE_INFINITY),g=t.target==="draft-04"||t.target==="openapi-3.0";p?g?(r.minimum=f,r.exclusiveMinimum=!0):r.exclusiveMinimum=f:typeof i=="number"&&(r.minimum=i),b?g?(r.maximum=d,r.exclusiveMaximum=!0):r.exclusiveMaximum=d:typeof a=="number"&&(r.maximum=a),typeof l=="number"&&(r.multipleOf=l)},DT=(e,t,n,o)=>{n.type="boolean"},CT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema")},IT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema")},_T=(e,t,n,o)=>{t.target==="openapi-3.0"?(n.type="string",n.nullable=!0,n.enum=[null]):n.type="null"},ST=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema")},TT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema")},AT=(e,t,n,o)=>{n.not={}},RT=(e,t,n,o)=>{},NT=(e,t,n,o)=>{},LT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema")},FT=(e,t,n,o)=>{let r=e._zod.def,i=eh(r.entries);i.every(a=>typeof a=="number")&&(n.type="number"),i.every(a=>typeof a=="string")&&(n.type="string"),n.enum=i},PT=(e,t,n,o)=>{let r=e._zod.def,i=[];for(let a of r.values)if(a===void 0){if(t.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof a=="bigint"){if(t.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");i.push(Number(a))}else i.push(a);if(i.length!==0)if(i.length===1){let a=i[0];n.type=a===null?"null":typeof a,t.target==="draft-04"||t.target==="openapi-3.0"?n.enum=[a]:n.const=a}else i.every(a=>typeof a=="number")&&(n.type="number"),i.every(a=>typeof a=="string")&&(n.type="string"),i.every(a=>typeof a=="boolean")&&(n.type="boolean"),i.every(a=>a===null)&&(n.type="null"),n.enum=i},OT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema")},$T=(e,t,n,o)=>{let r=n,i=e._zod.pattern;if(!i)throw new Error("Pattern not found in template literal");r.type="string",r.pattern=i.source},MT=(e,t,n,o)=>{let r=n,i={type:"string",format:"binary",contentEncoding:"binary"},{minimum:a,maximum:s,mime:l}=e._zod.bag;a!==void 0&&(i.minLength=a),s!==void 0&&(i.maxLength=s),l?l.length===1?(i.contentMediaType=l[0],Object.assign(r,i)):(Object.assign(r,i),r.anyOf=l.map(d=>({contentMediaType:d}))):Object.assign(r,i)},zT=(e,t,n,o)=>{n.type="boolean"},BT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")},jT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Function types cannot be represented in JSON Schema")},UT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")},HT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema")},WT=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema")},VT=(e,t,n,o)=>{let r=n,i=e._zod.def,{minimum:a,maximum:s}=e._zod.bag;typeof a=="number"&&(r.minItems=a),typeof s=="number"&&(r.maxItems=s),r.type="array",r.items=$t(i.element,t,{...o,path:[...o.path,"items"]})},GT=(e,t,n,o)=>{let r=n,i=e._zod.def;r.type="object",r.properties={};let a=i.shape;for(let d in a)r.properties[d]=$t(a[d],t,{...o,path:[...o.path,"properties",d]});let s=new Set(Object.keys(a)),l=new Set([...s].filter(d=>{let f=i.shape[d]._zod;return t.io==="input"?f.optin===void 0:f.optout===void 0}));l.size>0&&(r.required=Array.from(l)),i.catchall?._zod.def.type==="never"?r.additionalProperties=!1:i.catchall?i.catchall&&(r.additionalProperties=$t(i.catchall,t,{...o,path:[...o.path,"additionalProperties"]})):t.io==="output"&&(r.additionalProperties=!1)},$6=(e,t,n,o)=>{let r=e._zod.def,i=r.inclusive===!1,a=r.options.map((s,l)=>$t(s,t,{...o,path:[...o.path,i?"oneOf":"anyOf",l]}));i?n.oneOf=a:n.anyOf=a},ZT=(e,t,n,o)=>{let r=e._zod.def,i=$t(r.left,t,{...o,path:[...o.path,"allOf",0]}),a=$t(r.right,t,{...o,path:[...o.path,"allOf",1]}),s=d=>"allOf"in d&&Object.keys(d).length===1,l=[...s(i)?i.allOf:[i],...s(a)?a.allOf:[a]];n.allOf=l},XT=(e,t,n,o)=>{let r=n,i=e._zod.def;r.type="array";let a=t.target==="draft-2020-12"?"prefixItems":"items",s=t.target==="draft-2020-12"||t.target==="openapi-3.0"?"items":"additionalItems",l=i.items.map((b,g)=>$t(b,t,{...o,path:[...o.path,a,g]})),d=i.rest?$t(i.rest,t,{...o,path:[...o.path,s,...t.target==="openapi-3.0"?[i.items.length]:[]]}):null;t.target==="draft-2020-12"?(r.prefixItems=l,d&&(r.items=d)):t.target==="openapi-3.0"?(r.items={anyOf:l},d&&r.items.anyOf.push(d),r.minItems=l.length,d||(r.maxItems=l.length)):(r.items=l,d&&(r.additionalItems=d));let{minimum:f,maximum:p}=e._zod.bag;typeof f=="number"&&(r.minItems=f),typeof p=="number"&&(r.maxItems=p)},YT=(e,t,n,o)=>{let r=n,i=e._zod.def;r.type="object";let a=i.keyType,l=a._zod.bag?.patterns;if(i.mode==="loose"&&l&&l.size>0){let f=$t(i.valueType,t,{...o,path:[...o.path,"patternProperties","*"]});r.patternProperties={};for(let p of l)r.patternProperties[p.source]=f}else(t.target==="draft-07"||t.target==="draft-2020-12")&&(r.propertyNames=$t(i.keyType,t,{...o,path:[...o.path,"propertyNames"]})),r.additionalProperties=$t(i.valueType,t,{...o,path:[...o.path,"additionalProperties"]});let d=a._zod.values;if(d){let f=[...d].filter(p=>typeof p=="string"||typeof p=="number");f.length>0&&(r.required=f)}},JT=(e,t,n,o)=>{let r=e._zod.def,i=$t(r.innerType,t,o),a=t.seen.get(e);t.target==="openapi-3.0"?(a.ref=r.innerType,n.nullable=!0):n.anyOf=[i,{type:"null"}]},qT=(e,t,n,o)=>{let r=e._zod.def;$t(r.innerType,t,o);let i=t.seen.get(e);i.ref=r.innerType},KT=(e,t,n,o)=>{let r=e._zod.def;$t(r.innerType,t,o);let i=t.seen.get(e);i.ref=r.innerType,n.default=JSON.parse(JSON.stringify(r.defaultValue))},QT=(e,t,n,o)=>{let r=e._zod.def;$t(r.innerType,t,o);let i=t.seen.get(e);i.ref=r.innerType,t.io==="input"&&(n._prefault=JSON.parse(JSON.stringify(r.defaultValue)))},eA=(e,t,n,o)=>{let r=e._zod.def;$t(r.innerType,t,o);let i=t.seen.get(e);i.ref=r.innerType;let a;try{a=r.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}n.default=a},tA=(e,t,n,o)=>{let r=e._zod.def,i=r.in._zod.traits.has("$ZodTransform"),a=t.io==="input"?i?r.out:r.in:r.out;$t(a,t,o);let s=t.seen.get(e);s.ref=a},nA=(e,t,n,o)=>{let r=e._zod.def;$t(r.innerType,t,o);let i=t.seen.get(e);i.ref=r.innerType,n.readOnly=!0},rA=(e,t,n,o)=>{let r=e._zod.def;$t(r.innerType,t,o);let i=t.seen.get(e);i.ref=r.innerType},M6=(e,t,n,o)=>{let r=e._zod.def;$t(r.innerType,t,o);let i=t.seen.get(e);i.ref=r.innerType},oA=(e,t,n,o)=>{let r=e._zod.innerType;$t(r,t,o);let i=t.seen.get(e);i.ref=r},O6={string:wT,number:kT,boolean:DT,bigint:CT,symbol:IT,null:_T,undefined:ST,void:TT,never:AT,any:RT,unknown:NT,date:LT,enum:FT,literal:PT,nan:OT,template_literal:$T,file:MT,success:zT,custom:BT,function:jT,transform:UT,map:HT,set:WT,array:VT,object:GT,union:$6,intersection:ZT,tuple:XT,record:YT,nullable:JT,nonoptional:qT,default:KT,prefault:QT,catch:eA,pipe:tA,readonly:nA,promise:rA,optional:M6,lazy:oA}});var z6,YY=Ie(()=>{_h();Ch();z6=class{get metadataRegistry(){return this.ctx.metadataRegistry}get target(){return this.ctx.target}get unrepresentable(){return this.ctx.unrepresentable}get override(){return this.ctx.override}get io(){return this.ctx.io}get counter(){return this.ctx.counter}set counter(t){this.ctx.counter=t}get seen(){return this.ctx.seen}constructor(t){let n=t?.target??"draft-2020-12";n==="draft-4"&&(n="draft-04"),n==="draft-7"&&(n="draft-07"),this.ctx=Qu({processors:O6,target:n,...t?.metadata&&{metadata:t.metadata},...t?.unrepresentable&&{unrepresentable:t.unrepresentable},...t?.override&&{override:t.override},...t?.io&&{io:t.io}})}process(t,n={path:[],schemaPath:[]}){return $t(t,this.ctx,n)}emit(t,n){n&&(n.cycles&&(this.ctx.cycles=n.cycles),n.reused&&(this.ctx.reused=n.reused),n.external&&(this.ctx.external=n.external)),el(this.ctx,t);let o=tl(this.ctx,t),{"~standard":r,...i}=o;return i}}});var JY={};var qY=Ie(()=>{});var ja={};jr(ja,{$ZodAny:()=>eS,$ZodArray:()=>iS,$ZodAsyncError:()=>sa,$ZodBase64:()=>W5,$ZodBase64URL:()=>V5,$ZodBigInt:()=>i6,$ZodBigIntFormat:()=>J5,$ZodBoolean:()=>fh,$ZodCIDRv4:()=>j5,$ZodCIDRv6:()=>U5,$ZodCUID:()=>T5,$ZodCUID2:()=>A5,$ZodCatch:()=>kS,$ZodCheck:()=>qt,$ZodCheckBigIntFormat:()=>r5,$ZodCheckEndsWith:()=>h5,$ZodCheckGreaterThan:()=>Ky,$ZodCheckIncludes:()=>p5,$ZodCheckLengthEquals:()=>l5,$ZodCheckLessThan:()=>qy,$ZodCheckLowerCase:()=>d5,$ZodCheckMaxLength:()=>s5,$ZodCheckMaxSize:()=>o5,$ZodCheckMimeType:()=>b5,$ZodCheckMinLength:()=>u5,$ZodCheckMinSize:()=>i5,$ZodCheckMultipleOf:()=>t5,$ZodCheckNumberFormat:()=>n5,$ZodCheckOverwrite:()=>v5,$ZodCheckProperty:()=>g5,$ZodCheckRegex:()=>c5,$ZodCheckSizeEquals:()=>a5,$ZodCheckStartsWith:()=>m5,$ZodCheckStringFormat:()=>Zf,$ZodCheckUpperCase:()=>f5,$ZodCodec:()=>mh,$ZodCustom:()=>RS,$ZodCustomStringFormat:()=>X5,$ZodDate:()=>oS,$ZodDefault:()=>yS,$ZodDiscriminatedUnion:()=>uS,$ZodE164:()=>G5,$ZodEmail:()=>C5,$ZodEmoji:()=>_5,$ZodEncodeError:()=>Vu,$ZodEnum:()=>pS,$ZodError:()=>ih,$ZodExactOptional:()=>bS,$ZodFile:()=>hS,$ZodFunction:()=>SS,$ZodGUID:()=>k5,$ZodIPv4:()=>M5,$ZodIPv6:()=>z5,$ZodISODate:()=>P5,$ZodISODateTime:()=>F5,$ZodISODuration:()=>$5,$ZodISOTime:()=>O5,$ZodIntersection:()=>lS,$ZodJWT:()=>Z5,$ZodKSUID:()=>L5,$ZodLazy:()=>AS,$ZodLiteral:()=>mS,$ZodMAC:()=>B5,$ZodMap:()=>dS,$ZodNaN:()=>DS,$ZodNanoID:()=>S5,$ZodNever:()=>nS,$ZodNonOptional:()=>ES,$ZodNull:()=>Q5,$ZodNullable:()=>vS,$ZodNumber:()=>o6,$ZodNumberFormat:()=>Y5,$ZodObject:()=>qZ,$ZodObjectJIT:()=>aS,$ZodOptional:()=>s6,$ZodPipe:()=>u6,$ZodPrefault:()=>xS,$ZodPreprocess:()=>CS,$ZodPromise:()=>TS,$ZodReadonly:()=>IS,$ZodRealError:()=>xo,$ZodRecord:()=>cS,$ZodRegistry:()=>f6,$ZodSet:()=>fS,$ZodString:()=>Ec,$ZodStringFormat:()=>Gt,$ZodSuccess:()=>wS,$ZodSymbol:()=>q5,$ZodTemplateLiteral:()=>_S,$ZodTransform:()=>gS,$ZodTuple:()=>a6,$ZodType:()=>Je,$ZodULID:()=>R5,$ZodURL:()=>I5,$ZodUUID:()=>D5,$ZodUndefined:()=>K5,$ZodUnion:()=>ph,$ZodUnknown:()=>tS,$ZodVoid:()=>rS,$ZodXID:()=>N5,$ZodXor:()=>sS,$brand:()=>Py,$constructor:()=>G,$input:()=>m6,$output:()=>p6,Doc:()=>dh,JSONSchema:()=>JY,JSONSchemaGenerator:()=>z6,NEVER:()=>Fy,TimePrecision:()=>P6,_any:()=>aT,_array:()=>pT,_base64:()=>R6,_base64url:()=>N6,_bigint:()=>QS,_boolean:()=>qS,_catch:()=>owe,_check:()=>ZY,_cidrv4:()=>T6,_cidrv6:()=>A6,_coercedBigint:()=>eT,_coercedBoolean:()=>KS,_coercedDate:()=>dT,_coercedNumber:()=>VS,_coercedString:()=>MS,_cuid:()=>w6,_cuid2:()=>k6,_custom:()=>hT,_date:()=>cT,_decode:()=>jy,_decodeAsync:()=>Hy,_default:()=>twe,_discriminatedUnion:()=>HEe,_e164:()=>L6,_email:()=>h6,_emoji:()=>x6,_encode:()=>By,_encodeAsync:()=>Uy,_endsWith:()=>_c,_enum:()=>YEe,_file:()=>mT,_float32:()=>ZS,_float64:()=>XS,_gt:()=>la,_gte:()=>Fr,_guid:()=>vh,_includes:()=>Cc,_int:()=>GS,_int32:()=>YS,_int64:()=>tT,_intersection:()=>WEe,_ipv4:()=>_6,_ipv6:()=>S6,_isoDate:()=>jS,_isoDateTime:()=>BS,_isoDuration:()=>HS,_isoTime:()=>US,_jwt:()=>F6,_ksuid:()=>I6,_lazy:()=>uwe,_length:()=>Ku,_literal:()=>qEe,_lowercase:()=>kc,_lt:()=>ua,_lte:()=>wo,_mac:()=>zS,_map:()=>ZEe,_max:()=>wo,_maxLength:()=>qu,_maxSize:()=>Ps,_mime:()=>Sc,_min:()=>Fr,_minLength:()=>Ba,_minSize:()=>ca,_multipleOf:()=>Fs,_nan:()=>fT,_nanoid:()=>E6,_nativeEnum:()=>JEe,_negative:()=>Eh,_never:()=>uT,_nonnegative:()=>kh,_nonoptional:()=>nwe,_nonpositive:()=>wh,_normalize:()=>Tc,_null:()=>iT,_nullable:()=>ewe,_number:()=>WS,_optional:()=>QEe,_overwrite:()=>Di,_parse:()=>Uf,_parseAsync:()=>Hf,_pipe:()=>iwe,_positive:()=>xh,_promise:()=>lwe,_property:()=>Dh,_readonly:()=>awe,_record:()=>GEe,_refine:()=>gT,_regex:()=>wc,_safeDecode:()=>Vy,_safeDecodeAsync:()=>Zy,_safeEncode:()=>Wy,_safeEncodeAsync:()=>Gy,_safeParse:()=>Wf,_safeParseAsync:()=>Gf,_set:()=>XEe,_size:()=>Ju,_slugify:()=>Lc,_startsWith:()=>Ic,_string:()=>$S,_stringFormat:()=>Jf,_stringbool:()=>xT,_success:()=>rwe,_superRefine:()=>bT,_symbol:()=>rT,_templateLiteral:()=>swe,_toLowerCase:()=>Rc,_toUpperCase:()=>Nc,_transform:()=>KEe,_trim:()=>Ac,_tuple:()=>VEe,_uint32:()=>JS,_uint64:()=>nT,_ulid:()=>D6,_undefined:()=>oT,_union:()=>jEe,_unknown:()=>sT,_uppercase:()=>Dc,_url:()=>yh,_uuid:()=>g6,_uuidv4:()=>b6,_uuidv6:()=>v6,_uuidv7:()=>y6,_void:()=>lT,_xid:()=>C6,_xor:()=>UEe,clone:()=>Lr,config:()=>bn,createStandardJSONSchemaMethod:()=>qf,createToJSONSchemaMethod:()=>ET,decode:()=>xZ,decodeAsync:()=>wZ,describe:()=>vT,encode:()=>yZ,encodeAsync:()=>EZ,extractDefs:()=>el,finalize:()=>tl,flattenError:()=>Bf,formatError:()=>jf,globalConfig:()=>bc,globalRegistry:()=>sr,initializeContext:()=>Qu,isValidBase64:()=>H5,isValidBase64URL:()=>ZZ,isValidJWT:()=>XZ,locales:()=>Yf,meta:()=>yT,parse:()=>ah,parseAsync:()=>sh,prettifyError:()=>zy,process:()=>$t,regexes:()=>Eo,registry:()=>gh,safeDecode:()=>DZ,safeDecodeAsync:()=>IZ,safeEncode:()=>kZ,safeEncodeAsync:()=>CZ,safeParse:()=>Vf,safeParseAsync:()=>uh,toDotPath:()=>vZ,toJSONSchema:()=>Ih,treeifyError:()=>My,util:()=>he,version:()=>x5});var ko=Ie(()=>{vc();C_();D_();NS();Qy();E5();Oe();Jy();OS();bh();y5();XY();Ch();_h();YY();qY()});var U6={};jr(U6,{endsWith:()=>_c,gt:()=>la,gte:()=>Fr,includes:()=>Cc,length:()=>Ku,lowercase:()=>kc,lt:()=>ua,lte:()=>wo,maxLength:()=>qu,maxSize:()=>Ps,mime:()=>Sc,minLength:()=>Ba,minSize:()=>ca,multipleOf:()=>Fs,negative:()=>Eh,nonnegative:()=>kh,nonpositive:()=>wh,normalize:()=>Tc,overwrite:()=>Di,positive:()=>xh,property:()=>Dh,regex:()=>wc,size:()=>Ju,slugify:()=>Lc,startsWith:()=>Ic,toLowerCase:()=>Rc,toUpperCase:()=>Nc,trim:()=>Ac,uppercase:()=>Dc});var H6=Ie(()=>{ko()});var Os={};jr(Os,{ZodISODate:()=>Th,ZodISODateTime:()=>Sh,ZodISODuration:()=>Rh,ZodISOTime:()=>Ah,date:()=>aA,datetime:()=>iA,duration:()=>uA,time:()=>sA});function iA(e){return BS(Sh,e)}function aA(e){return jS(Th,e)}function sA(e){return US(Ah,e)}function uA(e){return HS(Rh,e)}var Sh,Th,Ah,Rh,Nh=Ie(()=>{ko();Fh();Sh=G("ZodISODateTime",(e,t)=>{F5.init(e,t),Ht.init(e,t)});Th=G("ZodISODate",(e,t)=>{P5.init(e,t),Ht.init(e,t)});Ah=G("ZodISOTime",(e,t)=>{O5.init(e,t),Ht.init(e,t)});Rh=G("ZodISODuration",(e,t)=>{$5.init(e,t),Ht.init(e,t)})});var eJ,tJ,no,lA=Ie(()=>{ko();ko();Oe();eJ=(e,t)=>{ih.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:n=>jf(e,n)},flatten:{value:n=>Bf(e,n)},addIssue:{value:n=>{e.issues.push(n),e.message=JSON.stringify(e.issues,$f,2)}},addIssues:{value:n=>{e.issues.push(...n),e.message=JSON.stringify(e.issues,$f,2)}},isEmpty:{get(){return e.issues.length===0}}})},tJ=G("ZodError",eJ),no=G("ZodError",eJ,{Parent:Error})});var W6,V6,G6,Z6,X6,Y6,J6,q6,K6,Q6,e2,t2,cA=Ie(()=>{ko();lA();W6=Uf(no),V6=Hf(no),G6=Wf(no),Z6=Gf(no),X6=By(no),Y6=jy(no),J6=Uy(no),q6=Hy(no),K6=Wy(no),Q6=Vy(no),e2=Gy(no),t2=Zy(no)});var Lh={};jr(Lh,{ZodAny:()=>a2,ZodArray:()=>c2,ZodBase64:()=>qh,ZodBase64URL:()=>Kh,ZodBigInt:()=>Bc,ZodBigIntFormat:()=>tg,ZodBoolean:()=>zc,ZodCIDRv4:()=>Yh,ZodCIDRv6:()=>Jh,ZodCUID:()=>Uh,ZodCUID2:()=>Hh,ZodCatch:()=>A2,ZodCodec:()=>sp,ZodCustom:()=>up,ZodCustomStringFormat:()=>$c,ZodDate:()=>np,ZodDefault:()=>D2,ZodDiscriminatedUnion:()=>f2,ZodE164:()=>Qh,ZodEmail:()=>zh,ZodEmoji:()=>Bh,ZodEnum:()=>Pc,ZodExactOptional:()=>E2,ZodFile:()=>y2,ZodFunction:()=>B2,ZodGUID:()=>Kf,ZodIPv4:()=>Zh,ZodIPv6:()=>Xh,ZodIntersection:()=>p2,ZodJWT:()=>eg,ZodKSUID:()=>Gh,ZodLazy:()=>$2,ZodLiteral:()=>v2,ZodMAC:()=>n2,ZodMap:()=>g2,ZodNaN:()=>N2,ZodNanoID:()=>jh,ZodNever:()=>u2,ZodNonOptional:()=>ig,ZodNull:()=>i2,ZodNullable:()=>k2,ZodNumber:()=>Mc,ZodNumberFormat:()=>nl,ZodObject:()=>rp,ZodOptional:()=>og,ZodPipe:()=>ap,ZodPrefault:()=>I2,ZodPreprocess:()=>L2,ZodPromise:()=>z2,ZodReadonly:()=>F2,ZodRecord:()=>Fc,ZodSet:()=>b2,ZodString:()=>Oc,ZodStringFormat:()=>Ht,ZodSuccess:()=>T2,ZodSymbol:()=>r2,ZodTemplateLiteral:()=>O2,ZodTransform:()=>x2,ZodTuple:()=>m2,ZodType:()=>it,ZodULID:()=>Wh,ZodURL:()=>ep,ZodUUID:()=>da,ZodUndefined:()=>o2,ZodUnion:()=>op,ZodUnknown:()=>s2,ZodVoid:()=>l2,ZodXID:()=>Vh,ZodXor:()=>d2,_ZodString:()=>Mh,_default:()=>C2,_function:()=>p7,any:()=>XA,array:()=>ct,base64:()=>RA,base64url:()=>NA,bigint:()=>HA,boolean:()=>Dn,catch:()=>R2,check:()=>m7,cidrv4:()=>TA,cidrv6:()=>AA,codec:()=>l7,cuid:()=>EA,cuid2:()=>wA,custom:()=>ag,date:()=>JA,describe:()=>h7,discriminatedUnion:()=>ip,e164:()=>LA,email:()=>dA,emoji:()=>yA,enum:()=>lr,exactOptional:()=>w2,file:()=>i7,float32:()=>zA,float64:()=>BA,function:()=>p7,guid:()=>fA,hash:()=>MA,hex:()=>$A,hostname:()=>OA,httpUrl:()=>vA,instanceof:()=>b7,int:()=>Ph,int32:()=>jA,int64:()=>WA,intersection:()=>jc,invertCodec:()=>c7,ipv4:()=>IA,ipv6:()=>SA,json:()=>y7,jwt:()=>FA,keyof:()=>qA,ksuid:()=>CA,lazy:()=>M2,literal:()=>$e,looseObject:()=>ur,looseRecord:()=>t7,mac:()=>_A,map:()=>n7,meta:()=>g7,nan:()=>u7,nanoid:()=>xA,nativeEnum:()=>o7,never:()=>ng,nonoptional:()=>S2,null:()=>tp,nullable:()=>Qf,nullish:()=>a7,number:()=>kt,object:()=>Re,optional:()=>Zt,partialRecord:()=>e7,pipe:()=>Oh,prefault:()=>_2,preprocess:()=>lp,promise:()=>f7,readonly:()=>P2,record:()=>Mt,refine:()=>j2,set:()=>r7,strictObject:()=>KA,string:()=>q,stringFormat:()=>PA,stringbool:()=>v7,success:()=>s7,superRefine:()=>U2,symbol:()=>GA,templateLiteral:()=>d7,transform:()=>rg,tuple:()=>h2,uint32:()=>UA,uint64:()=>VA,ulid:()=>kA,undefined:()=>ZA,union:()=>Vt,unknown:()=>Wt,url:()=>bA,uuid:()=>pA,uuidv4:()=>mA,uuidv6:()=>hA,uuidv7:()=>gA,void:()=>YA,xid:()=>DA,xor:()=>QA});function $h(e,t,n){let o=Object.getPrototypeOf(e),r=nJ.get(o);if(r||(r=new Set,nJ.set(o,r)),!r.has(t)){r.add(t);for(let i in n){let a=n[i];Object.defineProperty(o,i,{configurable:!0,enumerable:!1,get(){let s=a.bind(this);return Object.defineProperty(this,i,{configurable:!0,writable:!0,enumerable:!0,value:s}),s},set(s){Object.defineProperty(this,i,{configurable:!0,writable:!0,enumerable:!0,value:s})}})}}}function q(e){return $S(Oc,e)}function dA(e){return h6(zh,e)}function fA(e){return vh(Kf,e)}function pA(e){return g6(da,e)}function mA(e){return b6(da,e)}function hA(e){return v6(da,e)}function gA(e){return y6(da,e)}function bA(e){return yh(ep,e)}function vA(e){return yh(ep,{protocol:Eo.httpProtocol,hostname:Eo.domain,...he.normalizeParams(e)})}function yA(e){return x6(Bh,e)}function xA(e){return E6(jh,e)}function EA(e){return w6(Uh,e)}function wA(e){return k6(Hh,e)}function kA(e){return D6(Wh,e)}function DA(e){return C6(Vh,e)}function CA(e){return I6(Gh,e)}function IA(e){return _6(Zh,e)}function _A(e){return zS(n2,e)}function SA(e){return S6(Xh,e)}function TA(e){return T6(Yh,e)}function AA(e){return A6(Jh,e)}function RA(e){return R6(qh,e)}function NA(e){return N6(Kh,e)}function LA(e){return L6(Qh,e)}function FA(e){return F6(eg,e)}function PA(e,t,n={}){return Jf($c,e,t,n)}function OA(e){return Jf($c,"hostname",Eo.hostname,e)}function $A(e){return Jf($c,"hex",Eo.hex,e)}function MA(e,t){let n=t?.enc??"hex",o=`${e}_${n}`,r=Eo[o];if(!r)throw new Error(`Unrecognized hash format: ${o}`);return Jf($c,o,r,t)}function kt(e){return WS(Mc,e)}function Ph(e){return GS(nl,e)}function zA(e){return ZS(nl,e)}function BA(e){return XS(nl,e)}function jA(e){return YS(nl,e)}function UA(e){return JS(nl,e)}function Dn(e){return qS(zc,e)}function HA(e){return QS(Bc,e)}function WA(e){return tT(tg,e)}function VA(e){return nT(tg,e)}function GA(e){return rT(r2,e)}function ZA(e){return oT(o2,e)}function tp(e){return iT(i2,e)}function XA(){return aT(a2)}function Wt(){return sT(s2)}function ng(e){return uT(u2,e)}function YA(e){return lT(l2,e)}function JA(e){return cT(np,e)}function ct(e,t){return pT(c2,e,t)}function qA(e){let t=e._zod.def.shape;return lr(Object.keys(t))}function Re(e,t){let n={type:"object",shape:e??{},...he.normalizeParams(t)};return new rp(n)}function KA(e,t){return new rp({type:"object",shape:e,catchall:ng(),...he.normalizeParams(t)})}function ur(e,t){return new rp({type:"object",shape:e,catchall:Wt(),...he.normalizeParams(t)})}function Vt(e,t){return new op({type:"union",options:e,...he.normalizeParams(t)})}function QA(e,t){return new d2({type:"union",options:e,inclusive:!1,...he.normalizeParams(t)})}function ip(e,t,n){return new f2({type:"union",options:t,discriminator:e,...he.normalizeParams(n)})}function jc(e,t){return new p2({type:"intersection",left:e,right:t})}function h2(e,t,n){let o=t instanceof Je,r=o?n:t,i=o?t:null;return new m2({type:"tuple",items:e,rest:i,...he.normalizeParams(r)})}function Mt(e,t,n){return!t||!t._zod?new Fc({type:"record",keyType:q(),valueType:e,...he.normalizeParams(t)}):new Fc({type:"record",keyType:e,valueType:t,...he.normalizeParams(n)})}function e7(e,t,n){let o=Lr(e);return o._zod.values=void 0,new Fc({type:"record",keyType:o,valueType:t,...he.normalizeParams(n)})}function t7(e,t,n){return new Fc({type:"record",keyType:e,valueType:t,mode:"loose",...he.normalizeParams(n)})}function n7(e,t,n){return new g2({type:"map",keyType:e,valueType:t,...he.normalizeParams(n)})}function r7(e,t){return new b2({type:"set",valueType:e,...he.normalizeParams(t)})}function lr(e,t){let n=Array.isArray(e)?Object.fromEntries(e.map(o=>[o,o])):e;return new Pc({type:"enum",entries:n,...he.normalizeParams(t)})}function o7(e,t){return new Pc({type:"enum",entries:e,...he.normalizeParams(t)})}function $e(e,t){return new v2({type:"literal",values:Array.isArray(e)?e:[e],...he.normalizeParams(t)})}function i7(e){return mT(y2,e)}function rg(e){return new x2({type:"transform",transform:e})}function Zt(e){return new og({type:"optional",innerType:e})}function w2(e){return new E2({type:"optional",innerType:e})}function Qf(e){return new k2({type:"nullable",innerType:e})}function a7(e){return Zt(Qf(e))}function C2(e,t){return new D2({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():he.shallowClone(t)}})}function _2(e,t){return new I2({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():he.shallowClone(t)}})}function S2(e,t){return new ig({type:"nonoptional",innerType:e,...he.normalizeParams(t)})}function s7(e){return new T2({type:"success",innerType:e})}function R2(e,t){return new A2({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}function u7(e){return fT(N2,e)}function Oh(e,t){return new ap({type:"pipe",in:e,out:t})}function l7(e,t,n){return new sp({type:"pipe",in:e,out:t,transform:n.decode,reverseTransform:n.encode})}function c7(e){let t=e._zod.def;return new sp({type:"pipe",in:t.out,out:t.in,transform:t.reverseTransform,reverseTransform:t.transform})}function P2(e){return new F2({type:"readonly",innerType:e})}function d7(e,t){return new O2({type:"template_literal",parts:e,...he.normalizeParams(t)})}function M2(e){return new $2({type:"lazy",getter:e})}function f7(e){return new z2({type:"promise",innerType:e})}function p7(e){return new B2({type:"function",input:Array.isArray(e?.input)?h2(e?.input):e?.input??ct(Wt()),output:e?.output??Wt()})}function m7(e){let t=new qt({check:"custom"});return t._zod.check=e,t}function ag(e,t){return hT(up,e??(()=>!0),t)}function j2(e,t={}){return gT(up,e,t)}function U2(e,t){return bT(e,t)}function b7(e,t={}){let n=new up({type:"custom",check:"custom",fn:o=>o instanceof e,abort:!0,...he.normalizeParams(t)});return n._zod.bag.Class=e,n._zod.check=o=>{o.value instanceof e||o.issues.push({code:"invalid_type",expected:e.name,input:o.value,inst:n,path:[...n._zod.def.path??[]]})},n}function y7(e){let t=M2(()=>Vt([q(e),kt(),Dn(),tp(),ct(t),Mt(q(),t)]));return t}function lp(e,t){return new L2({type:"pipe",in:rg(e),out:t})}var nJ,it,Mh,Oc,Ht,zh,Kf,da,ep,Bh,jh,Uh,Hh,Wh,Vh,Gh,Zh,n2,Xh,Yh,Jh,qh,Kh,Qh,eg,$c,Mc,nl,zc,Bc,tg,r2,o2,i2,a2,s2,u2,l2,np,c2,rp,op,d2,f2,p2,m2,Fc,g2,b2,Pc,v2,y2,x2,og,E2,k2,D2,I2,ig,T2,A2,N2,ap,sp,L2,F2,O2,$2,z2,B2,up,h7,g7,v7,Fh=Ie(()=>{ko();ko();_h();Ch();H6();Nh();cA();nJ=new WeakMap;it=G("ZodType",(e,t)=>(Je.init(e,t),Object.assign(e["~standard"],{jsonSchema:{input:qf(e,"input"),output:qf(e,"output")}}),e.toJSONSchema=ET(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(n,o)=>W6(e,n,o,{callee:e.parse}),e.safeParse=(n,o)=>G6(e,n,o),e.parseAsync=async(n,o)=>V6(e,n,o,{callee:e.parseAsync}),e.safeParseAsync=async(n,o)=>Z6(e,n,o),e.spa=e.safeParseAsync,e.encode=(n,o)=>X6(e,n,o),e.decode=(n,o)=>Y6(e,n,o),e.encodeAsync=async(n,o)=>J6(e,n,o),e.decodeAsync=async(n,o)=>q6(e,n,o),e.safeEncode=(n,o)=>K6(e,n,o),e.safeDecode=(n,o)=>Q6(e,n,o),e.safeEncodeAsync=async(n,o)=>e2(e,n,o),e.safeDecodeAsync=async(n,o)=>t2(e,n,o),$h(e,"ZodType",{check(...n){let o=this.def;return this.clone(he.mergeDefs(o,{checks:[...o.checks??[],...n.map(r=>typeof r=="function"?{_zod:{check:r,def:{check:"custom"},onattach:[]}}:r)]}),{parent:!0})},with(...n){return this.check(...n)},clone(n,o){return Lr(this,n,o)},brand(){return this},register(n,o){return n.add(this,o),this},refine(n,o){return this.check(j2(n,o))},superRefine(n,o){return this.check(U2(n,o))},overwrite(n){return this.check(Di(n))},optional(){return Zt(this)},exactOptional(){return w2(this)},nullable(){return Qf(this)},nullish(){return Zt(Qf(this))},nonoptional(n){return S2(this,n)},array(){return ct(this)},or(n){return Vt([this,n])},and(n){return jc(this,n)},transform(n){return Oh(this,rg(n))},default(n){return C2(this,n)},prefault(n){return _2(this,n)},catch(n){return R2(this,n)},pipe(n){return Oh(this,n)},readonly(){return P2(this)},describe(n){let o=this.clone();return sr.add(o,{description:n}),o},meta(...n){if(n.length===0)return sr.get(this);let o=this.clone();return sr.add(o,n[0]),o},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(n){return n(this)}}),Object.defineProperty(e,"description",{get(){return sr.get(e)?.description},configurable:!0}),e)),Mh=G("_ZodString",(e,t)=>{Ec.init(e,t),it.init(e,t),e._zod.processJSONSchema=(o,r,i)=>wT(e,o,r,i);let n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,$h(e,"_ZodString",{regex(...o){return this.check(wc(...o))},includes(...o){return this.check(Cc(...o))},startsWith(...o){return this.check(Ic(...o))},endsWith(...o){return this.check(_c(...o))},min(...o){return this.check(Ba(...o))},max(...o){return this.check(qu(...o))},length(...o){return this.check(Ku(...o))},nonempty(...o){return this.check(Ba(1,...o))},lowercase(o){return this.check(kc(o))},uppercase(o){return this.check(Dc(o))},trim(){return this.check(Ac())},normalize(...o){return this.check(Tc(...o))},toLowerCase(){return this.check(Rc())},toUpperCase(){return this.check(Nc())},slugify(){return this.check(Lc())}})}),Oc=G("ZodString",(e,t)=>{Ec.init(e,t),Mh.init(e,t),e.email=n=>e.check(h6(zh,n)),e.url=n=>e.check(yh(ep,n)),e.jwt=n=>e.check(F6(eg,n)),e.emoji=n=>e.check(x6(Bh,n)),e.guid=n=>e.check(vh(Kf,n)),e.uuid=n=>e.check(g6(da,n)),e.uuidv4=n=>e.check(b6(da,n)),e.uuidv6=n=>e.check(v6(da,n)),e.uuidv7=n=>e.check(y6(da,n)),e.nanoid=n=>e.check(E6(jh,n)),e.guid=n=>e.check(vh(Kf,n)),e.cuid=n=>e.check(w6(Uh,n)),e.cuid2=n=>e.check(k6(Hh,n)),e.ulid=n=>e.check(D6(Wh,n)),e.base64=n=>e.check(R6(qh,n)),e.base64url=n=>e.check(N6(Kh,n)),e.xid=n=>e.check(C6(Vh,n)),e.ksuid=n=>e.check(I6(Gh,n)),e.ipv4=n=>e.check(_6(Zh,n)),e.ipv6=n=>e.check(S6(Xh,n)),e.cidrv4=n=>e.check(T6(Yh,n)),e.cidrv6=n=>e.check(A6(Jh,n)),e.e164=n=>e.check(L6(Qh,n)),e.datetime=n=>e.check(iA(n)),e.date=n=>e.check(aA(n)),e.time=n=>e.check(sA(n)),e.duration=n=>e.check(uA(n))});Ht=G("ZodStringFormat",(e,t)=>{Gt.init(e,t),Mh.init(e,t)}),zh=G("ZodEmail",(e,t)=>{C5.init(e,t),Ht.init(e,t)});Kf=G("ZodGUID",(e,t)=>{k5.init(e,t),Ht.init(e,t)});da=G("ZodUUID",(e,t)=>{D5.init(e,t),Ht.init(e,t)});ep=G("ZodURL",(e,t)=>{I5.init(e,t),Ht.init(e,t)});Bh=G("ZodEmoji",(e,t)=>{_5.init(e,t),Ht.init(e,t)});jh=G("ZodNanoID",(e,t)=>{S5.init(e,t),Ht.init(e,t)});Uh=G("ZodCUID",(e,t)=>{T5.init(e,t),Ht.init(e,t)});Hh=G("ZodCUID2",(e,t)=>{A5.init(e,t),Ht.init(e,t)});Wh=G("ZodULID",(e,t)=>{R5.init(e,t),Ht.init(e,t)});Vh=G("ZodXID",(e,t)=>{N5.init(e,t),Ht.init(e,t)});Gh=G("ZodKSUID",(e,t)=>{L5.init(e,t),Ht.init(e,t)});Zh=G("ZodIPv4",(e,t)=>{M5.init(e,t),Ht.init(e,t)});n2=G("ZodMAC",(e,t)=>{B5.init(e,t),Ht.init(e,t)});Xh=G("ZodIPv6",(e,t)=>{z5.init(e,t),Ht.init(e,t)});Yh=G("ZodCIDRv4",(e,t)=>{j5.init(e,t),Ht.init(e,t)});Jh=G("ZodCIDRv6",(e,t)=>{U5.init(e,t),Ht.init(e,t)});qh=G("ZodBase64",(e,t)=>{W5.init(e,t),Ht.init(e,t)});Kh=G("ZodBase64URL",(e,t)=>{V5.init(e,t),Ht.init(e,t)});Qh=G("ZodE164",(e,t)=>{G5.init(e,t),Ht.init(e,t)});eg=G("ZodJWT",(e,t)=>{Z5.init(e,t),Ht.init(e,t)});$c=G("ZodCustomStringFormat",(e,t)=>{X5.init(e,t),Ht.init(e,t)});Mc=G("ZodNumber",(e,t)=>{o6.init(e,t),it.init(e,t),e._zod.processJSONSchema=(o,r,i)=>kT(e,o,r,i),$h(e,"ZodNumber",{gt(o,r){return this.check(la(o,r))},gte(o,r){return this.check(Fr(o,r))},min(o,r){return this.check(Fr(o,r))},lt(o,r){return this.check(ua(o,r))},lte(o,r){return this.check(wo(o,r))},max(o,r){return this.check(wo(o,r))},int(o){return this.check(Ph(o))},safe(o){return this.check(Ph(o))},positive(o){return this.check(la(0,o))},nonnegative(o){return this.check(Fr(0,o))},negative(o){return this.check(ua(0,o))},nonpositive(o){return this.check(wo(0,o))},multipleOf(o,r){return this.check(Fs(o,r))},step(o,r){return this.check(Fs(o,r))},finite(){return this}});let n=e._zod.bag;e.minValue=Math.max(n.minimum??Number.NEGATIVE_INFINITY,n.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(n.maximum??Number.POSITIVE_INFINITY,n.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(n.format??"").includes("int")||Number.isSafeInteger(n.multipleOf??.5),e.isFinite=!0,e.format=n.format??null});nl=G("ZodNumberFormat",(e,t)=>{Y5.init(e,t),Mc.init(e,t)});zc=G("ZodBoolean",(e,t)=>{fh.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>DT(e,n,o,r)});Bc=G("ZodBigInt",(e,t)=>{i6.init(e,t),it.init(e,t),e._zod.processJSONSchema=(o,r,i)=>CT(e,o,r,i),e.gte=(o,r)=>e.check(Fr(o,r)),e.min=(o,r)=>e.check(Fr(o,r)),e.gt=(o,r)=>e.check(la(o,r)),e.gte=(o,r)=>e.check(Fr(o,r)),e.min=(o,r)=>e.check(Fr(o,r)),e.lt=(o,r)=>e.check(ua(o,r)),e.lte=(o,r)=>e.check(wo(o,r)),e.max=(o,r)=>e.check(wo(o,r)),e.positive=o=>e.check(la(BigInt(0),o)),e.negative=o=>e.check(ua(BigInt(0),o)),e.nonpositive=o=>e.check(wo(BigInt(0),o)),e.nonnegative=o=>e.check(Fr(BigInt(0),o)),e.multipleOf=(o,r)=>e.check(Fs(o,r));let n=e._zod.bag;e.minValue=n.minimum??null,e.maxValue=n.maximum??null,e.format=n.format??null});tg=G("ZodBigIntFormat",(e,t)=>{J5.init(e,t),Bc.init(e,t)});r2=G("ZodSymbol",(e,t)=>{q5.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>IT(e,n,o,r)});o2=G("ZodUndefined",(e,t)=>{K5.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>ST(e,n,o,r)});i2=G("ZodNull",(e,t)=>{Q5.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>_T(e,n,o,r)});a2=G("ZodAny",(e,t)=>{eS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>RT(e,n,o,r)});s2=G("ZodUnknown",(e,t)=>{tS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>NT(e,n,o,r)});u2=G("ZodNever",(e,t)=>{nS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>AT(e,n,o,r)});l2=G("ZodVoid",(e,t)=>{rS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>TT(e,n,o,r)});np=G("ZodDate",(e,t)=>{oS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(o,r,i)=>LT(e,o,r,i),e.min=(o,r)=>e.check(Fr(o,r)),e.max=(o,r)=>e.check(wo(o,r));let n=e._zod.bag;e.minDate=n.minimum?new Date(n.minimum):null,e.maxDate=n.maximum?new Date(n.maximum):null});c2=G("ZodArray",(e,t)=>{iS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>VT(e,n,o,r),e.element=t.element,$h(e,"ZodArray",{min(n,o){return this.check(Ba(n,o))},nonempty(n){return this.check(Ba(1,n))},max(n,o){return this.check(qu(n,o))},length(n,o){return this.check(Ku(n,o))},unwrap(){return this.element}})});rp=G("ZodObject",(e,t)=>{aS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>GT(e,n,o,r),he.defineLazy(e,"shape",()=>t.shape),$h(e,"ZodObject",{keyof(){return lr(Object.keys(this._zod.def.shape))},catchall(n){return this.clone({...this._zod.def,catchall:n})},passthrough(){return this.clone({...this._zod.def,catchall:Wt()})},loose(){return this.clone({...this._zod.def,catchall:Wt()})},strict(){return this.clone({...this._zod.def,catchall:ng()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(n){return he.extend(this,n)},safeExtend(n){return he.safeExtend(this,n)},merge(n){return he.merge(this,n)},pick(n){return he.pick(this,n)},omit(n){return he.omit(this,n)},partial(...n){return he.partial(og,this,n[0])},required(...n){return he.required(ig,this,n[0])}})});op=G("ZodUnion",(e,t)=>{ph.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>$6(e,n,o,r),e.options=t.options});d2=G("ZodXor",(e,t)=>{op.init(e,t),sS.init(e,t),e._zod.processJSONSchema=(n,o,r)=>$6(e,n,o,r),e.options=t.options});f2=G("ZodDiscriminatedUnion",(e,t)=>{op.init(e,t),uS.init(e,t)});p2=G("ZodIntersection",(e,t)=>{lS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>ZT(e,n,o,r)});m2=G("ZodTuple",(e,t)=>{a6.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>XT(e,n,o,r),e.rest=n=>e.clone({...e._zod.def,rest:n})});Fc=G("ZodRecord",(e,t)=>{cS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>YT(e,n,o,r),e.keyType=t.keyType,e.valueType=t.valueType});g2=G("ZodMap",(e,t)=>{dS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>HT(e,n,o,r),e.keyType=t.keyType,e.valueType=t.valueType,e.min=(...n)=>e.check(ca(...n)),e.nonempty=n=>e.check(ca(1,n)),e.max=(...n)=>e.check(Ps(...n)),e.size=(...n)=>e.check(Ju(...n))});b2=G("ZodSet",(e,t)=>{fS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>WT(e,n,o,r),e.min=(...n)=>e.check(ca(...n)),e.nonempty=n=>e.check(ca(1,n)),e.max=(...n)=>e.check(Ps(...n)),e.size=(...n)=>e.check(Ju(...n))});Pc=G("ZodEnum",(e,t)=>{pS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(o,r,i)=>FT(e,o,r,i),e.enum=t.entries,e.options=Object.values(t.entries);let n=new Set(Object.keys(t.entries));e.extract=(o,r)=>{let i={};for(let a of o)if(n.has(a))i[a]=t.entries[a];else throw new Error(`Key ${a} not found in enum`);return new Pc({...t,checks:[],...he.normalizeParams(r),entries:i})},e.exclude=(o,r)=>{let i={...t.entries};for(let a of o)if(n.has(a))delete i[a];else throw new Error(`Key ${a} not found in enum`);return new Pc({...t,checks:[],...he.normalizeParams(r),entries:i})}});v2=G("ZodLiteral",(e,t)=>{mS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>PT(e,n,o,r),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});y2=G("ZodFile",(e,t)=>{hS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>MT(e,n,o,r),e.min=(n,o)=>e.check(ca(n,o)),e.max=(n,o)=>e.check(Ps(n,o)),e.mime=(n,o)=>e.check(Sc(Array.isArray(n)?n:[n],o))});x2=G("ZodTransform",(e,t)=>{gS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>UT(e,n,o,r),e._zod.parse=(n,o)=>{if(o.direction==="backward")throw new Vu(e.constructor.name);n.addIssue=i=>{if(typeof i=="string")n.issues.push(he.issue(i,n.value,t));else{let a=i;a.fatal&&(a.continue=!1),a.code??(a.code="custom"),a.input??(a.input=n.value),a.inst??(a.inst=e),n.issues.push(he.issue(a))}};let r=t.transform(n.value,n);return r instanceof Promise?r.then(i=>(n.value=i,n.fallback=!0,n)):(n.value=r,n.fallback=!0,n)}});og=G("ZodOptional",(e,t)=>{s6.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>M6(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});E2=G("ZodExactOptional",(e,t)=>{bS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>M6(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});k2=G("ZodNullable",(e,t)=>{vS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>JT(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});D2=G("ZodDefault",(e,t)=>{yS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>KT(e,n,o,r),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});I2=G("ZodPrefault",(e,t)=>{xS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>QT(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});ig=G("ZodNonOptional",(e,t)=>{ES.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>qT(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});T2=G("ZodSuccess",(e,t)=>{wS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>zT(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});A2=G("ZodCatch",(e,t)=>{kS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>eA(e,n,o,r),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});N2=G("ZodNaN",(e,t)=>{DS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>OT(e,n,o,r)});ap=G("ZodPipe",(e,t)=>{u6.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>tA(e,n,o,r),e.in=t.in,e.out=t.out});sp=G("ZodCodec",(e,t)=>{ap.init(e,t),mh.init(e,t)});L2=G("ZodPreprocess",(e,t)=>{ap.init(e,t),CS.init(e,t)}),F2=G("ZodReadonly",(e,t)=>{IS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>nA(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});O2=G("ZodTemplateLiteral",(e,t)=>{_S.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>$T(e,n,o,r)});$2=G("ZodLazy",(e,t)=>{AS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>oA(e,n,o,r),e.unwrap=()=>e._zod.def.getter()});z2=G("ZodPromise",(e,t)=>{TS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>rA(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});B2=G("ZodFunction",(e,t)=>{SS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>jT(e,n,o,r)});up=G("ZodCustom",(e,t)=>{RS.init(e,t),it.init(e,t),e._zod.processJSONSchema=(n,o,r)=>BT(e,n,o,r)});h7=vT,g7=yT;v7=(...e)=>xT({Codec:sp,Boolean:zc,String:Oc},...e)});function oJ(e){bn({customError:e})}function iJ(){return bn().customError}var rJ,H2,aJ=Ie(()=>{ko();rJ={invalid_type:"invalid_type",too_big:"too_big",too_small:"too_small",invalid_format:"invalid_format",not_multiple_of:"not_multiple_of",unrecognized_keys:"unrecognized_keys",invalid_union:"invalid_union",invalid_key:"invalid_key",invalid_element:"invalid_element",invalid_value:"invalid_value",custom:"custom"};H2||(H2={})});function mwe(e,t){let n=e.$schema;return n==="https://json-schema.org/draft/2020-12/schema"?"draft-2020-12":n==="http://json-schema.org/draft-07/schema#"?"draft-7":n==="http://json-schema.org/draft-04/schema#"?"draft-4":t??"draft-2020-12"}function hwe(e,t){if(!e.startsWith("#"))throw new Error("External $ref is not supported, only local refs (#/...) are allowed");let n=e.slice(1).split("/").filter(Boolean);if(n.length===0)return t.rootSchema;let o=t.version==="draft-2020-12"?"$defs":"definitions";if(n[0]===o){let r=n[1];if(!r||!t.defs[r])throw new Error(`Reference not found: ${e}`);return t.defs[r]}throw new Error(`Reference not found: ${e}`)}function sJ(e,t){if(e.not!==void 0){if(typeof e.not=="object"&&Object.keys(e.not).length===0)return Te.never();throw new Error("not is not supported in Zod (except { not: {} } for never)")}if(e.unevaluatedItems!==void 0)throw new Error("unevaluatedItems is not supported");if(e.unevaluatedProperties!==void 0)throw new Error("unevaluatedProperties is not supported");if(e.if!==void 0||e.then!==void 0||e.else!==void 0)throw new Error("Conditional schemas (if/then/else) are not supported");if(e.dependentSchemas!==void 0||e.dependentRequired!==void 0)throw new Error("dependentSchemas and dependentRequired are not supported");if(e.$ref){let r=e.$ref;if(t.refs.has(r))return t.refs.get(r);if(t.processing.has(r))return Te.lazy(()=>{if(!t.refs.has(r))throw new Error(`Circular reference not resolved: ${r}`);return t.refs.get(r)});t.processing.add(r);let i=hwe(r,t),a=Pr(i,t);return t.refs.set(r,a),t.processing.delete(r),a}if(e.enum!==void 0){let r=e.enum;if(t.version==="openapi-3.0"&&e.nullable===!0&&r.length===1&&r[0]===null)return Te.null();if(r.length===0)return Te.never();if(r.length===1)return Te.literal(r[0]);if(r.every(a=>typeof a=="string"))return Te.enum(r);let i=r.map(a=>Te.literal(a));return i.length<2?i[0]:Te.union([i[0],i[1],...i.slice(2)])}if(e.const!==void 0)return Te.literal(e.const);let n=e.type;if(Array.isArray(n)){let r=n.map(i=>{let a={...e,type:i};return sJ(a,t)});return r.length===0?Te.never():r.length===1?r[0]:Te.union(r)}if(!n)return Te.any();let o;switch(n){case"string":{let r=Te.string();if(e.format){let i=e.format;i==="email"?r=r.check(Te.email()):i==="uri"||i==="uri-reference"?r=r.check(Te.url()):i==="uuid"||i==="guid"?r=r.check(Te.uuid()):i==="date-time"?r=r.check(Te.iso.datetime()):i==="date"?r=r.check(Te.iso.date()):i==="time"?r=r.check(Te.iso.time()):i==="duration"?r=r.check(Te.iso.duration()):i==="ipv4"?r=r.check(Te.ipv4()):i==="ipv6"?r=r.check(Te.ipv6()):i==="mac"?r=r.check(Te.mac()):i==="cidr"?r=r.check(Te.cidrv4()):i==="cidr-v6"?r=r.check(Te.cidrv6()):i==="base64"?r=r.check(Te.base64()):i==="base64url"?r=r.check(Te.base64url()):i==="e164"?r=r.check(Te.e164()):i==="jwt"?r=r.check(Te.jwt()):i==="emoji"?r=r.check(Te.emoji()):i==="nanoid"?r=r.check(Te.nanoid()):i==="cuid"?r=r.check(Te.cuid()):i==="cuid2"?r=r.check(Te.cuid2()):i==="ulid"?r=r.check(Te.ulid()):i==="xid"?r=r.check(Te.xid()):i==="ksuid"&&(r=r.check(Te.ksuid()))}typeof e.minLength=="number"&&(r=r.min(e.minLength)),typeof e.maxLength=="number"&&(r=r.max(e.maxLength)),e.pattern&&(r=r.regex(new RegExp(e.pattern))),o=r;break}case"number":case"integer":{let r=n==="integer"?Te.number().int():Te.number();typeof e.minimum=="number"&&(r=r.min(e.minimum)),typeof e.maximum=="number"&&(r=r.max(e.maximum)),typeof e.exclusiveMinimum=="number"?r=r.gt(e.exclusiveMinimum):e.exclusiveMinimum===!0&&typeof e.minimum=="number"&&(r=r.gt(e.minimum)),typeof e.exclusiveMaximum=="number"?r=r.lt(e.exclusiveMaximum):e.exclusiveMaximum===!0&&typeof e.maximum=="number"&&(r=r.lt(e.maximum)),typeof e.multipleOf=="number"&&(r=r.multipleOf(e.multipleOf)),o=r;break}case"boolean":{o=Te.boolean();break}case"null":{o=Te.null();break}case"object":{let r={},i=e.properties||{},a=new Set(e.required||[]);for(let[l,d]of Object.entries(i)){let f=Pr(d,t);r[l]=a.has(l)?f:f.optional()}if(e.propertyNames){let l=Pr(e.propertyNames,t),d=e.additionalProperties&&typeof e.additionalProperties=="object"?Pr(e.additionalProperties,t):Te.any();if(Object.keys(r).length===0){o=Te.record(l,d);break}let f=Te.object(r).passthrough(),p=Te.looseRecord(l,d);o=Te.intersection(f,p);break}if(e.patternProperties){let l=e.patternProperties,d=Object.keys(l),f=[];for(let b of d){let g=Pr(l[b],t),y=Te.string().regex(new RegExp(b));f.push(Te.looseRecord(y,g))}let p=[];if(Object.keys(r).length>0&&p.push(Te.object(r).passthrough()),p.push(...f),p.length===0)o=Te.object({}).passthrough();else if(p.length===1)o=p[0];else{let b=Te.intersection(p[0],p[1]);for(let g=2;g<p.length;g++)b=Te.intersection(b,p[g]);o=b}break}let s=Te.object(r);e.additionalProperties===!1?o=s.strict():typeof e.additionalProperties=="object"?o=s.catchall(Pr(e.additionalProperties,t)):o=s.passthrough();break}case"array":{let r=e.prefixItems,i=e.items;if(r&&Array.isArray(r)){let a=r.map(l=>Pr(l,t)),s=i&&typeof i=="object"&&!Array.isArray(i)?Pr(i,t):void 0;s?o=Te.tuple(a).rest(s):o=Te.tuple(a),typeof e.minItems=="number"&&(o=o.check(Te.minLength(e.minItems))),typeof e.maxItems=="number"&&(o=o.check(Te.maxLength(e.maxItems)))}else if(Array.isArray(i)){let a=i.map(l=>Pr(l,t)),s=e.additionalItems&&typeof e.additionalItems=="object"?Pr(e.additionalItems,t):void 0;s?o=Te.tuple(a).rest(s):o=Te.tuple(a),typeof e.minItems=="number"&&(o=o.check(Te.minLength(e.minItems))),typeof e.maxItems=="number"&&(o=o.check(Te.maxLength(e.maxItems)))}else if(i!==void 0){let a=Pr(i,t),s=Te.array(a);typeof e.minItems=="number"&&(s=s.min(e.minItems)),typeof e.maxItems=="number"&&(s=s.max(e.maxItems)),o=s}else o=Te.array(Te.any());break}default:throw new Error(`Unsupported type: ${n}`)}return o}function Pr(e,t){if(typeof e=="boolean")return e?Te.any():Te.never();let n=sJ(e,t),o=e.type||e.enum!==void 0||e.const!==void 0;if(e.anyOf&&Array.isArray(e.anyOf)){let s=e.anyOf.map(d=>Pr(d,t)),l=Te.union(s);n=o?Te.intersection(n,l):l}if(e.oneOf&&Array.isArray(e.oneOf)){let s=e.oneOf.map(d=>Pr(d,t)),l=Te.xor(s);n=o?Te.intersection(n,l):l}if(e.allOf&&Array.isArray(e.allOf))if(e.allOf.length===0)n=o?n:Te.any();else{let s=o?n:Pr(e.allOf[0],t),l=o?0:1;for(let d=l;d<e.allOf.length;d++)s=Te.intersection(s,Pr(e.allOf[d],t));n=s}e.nullable===!0&&t.version==="openapi-3.0"&&(n=Te.nullable(n)),e.readOnly===!0&&(n=Te.readonly(n)),e.default!==void 0&&(n=n.default(e.default));let r={},i=["$id","id","$comment","$anchor","$vocabulary","$dynamicRef","$dynamicAnchor"];for(let s of i)s in e&&(r[s]=e[s]);let a=["contentEncoding","contentMediaType","contentSchema"];for(let s of a)s in e&&(r[s]=e[s]);for(let s of Object.keys(e))pwe.has(s)||(r[s]=e[s]);return Object.keys(r).length>0&&t.registry.add(n,r),e.description&&(n=n.describe(e.description)),n}function x7(e,t){if(typeof e=="boolean")return e?Te.any():Te.never();let n;try{n=JSON.parse(JSON.stringify(e))}catch{throw new Error("fromJSONSchema input is not valid JSON (possibly cyclic); use $defs/$ref for recursive schemas")}let o=mwe(n,t?.defaultTarget),r=n.$defs||n.definitions||{},i={version:o,defs:r,refs:new Map,processing:new Set,rootSchema:n,registry:t?.registry??sr};return Pr(n,i)}var Te,pwe,uJ=Ie(()=>{bh();H6();Nh();Fh();Te={...Lh,...U6,iso:Os},pwe=new Set(["$schema","$ref","$defs","definitions","$id","id","$comment","$anchor","$vocabulary","$dynamicRef","$dynamicAnchor","type","enum","const","anyOf","oneOf","allOf","not","properties","required","additionalProperties","patternProperties","propertyNames","minProperties","maxProperties","items","prefixItems","additionalItems","minItems","maxItems","uniqueItems","contains","minContains","maxContains","minLength","maxLength","pattern","format","minimum","maximum","exclusiveMinimum","exclusiveMaximum","multipleOf","description","default","contentEncoding","contentMediaType","contentSchema","unevaluatedItems","unevaluatedProperties","if","then","else","dependentSchemas","dependentRequired","nullable","readOnly"])});var W2={};jr(W2,{bigint:()=>ywe,boolean:()=>vwe,date:()=>xwe,number:()=>bwe,string:()=>gwe});function gwe(e){return MS(Oc,e)}function bwe(e){return VS(Mc,e)}function vwe(e){return KS(zc,e)}function ywe(e){return eT(Bc,e)}function xwe(e){return dT(np,e)}var lJ=Ie(()=>{ko();Fh()});var P={};jr(P,{$brand:()=>Py,$input:()=>m6,$output:()=>p6,NEVER:()=>Fy,TimePrecision:()=>P6,ZodAny:()=>a2,ZodArray:()=>c2,ZodBase64:()=>qh,ZodBase64URL:()=>Kh,ZodBigInt:()=>Bc,ZodBigIntFormat:()=>tg,ZodBoolean:()=>zc,ZodCIDRv4:()=>Yh,ZodCIDRv6:()=>Jh,ZodCUID:()=>Uh,ZodCUID2:()=>Hh,ZodCatch:()=>A2,ZodCodec:()=>sp,ZodCustom:()=>up,ZodCustomStringFormat:()=>$c,ZodDate:()=>np,ZodDefault:()=>D2,ZodDiscriminatedUnion:()=>f2,ZodE164:()=>Qh,ZodEmail:()=>zh,ZodEmoji:()=>Bh,ZodEnum:()=>Pc,ZodError:()=>tJ,ZodExactOptional:()=>E2,ZodFile:()=>y2,ZodFirstPartyTypeKind:()=>H2,ZodFunction:()=>B2,ZodGUID:()=>Kf,ZodIPv4:()=>Zh,ZodIPv6:()=>Xh,ZodISODate:()=>Th,ZodISODateTime:()=>Sh,ZodISODuration:()=>Rh,ZodISOTime:()=>Ah,ZodIntersection:()=>p2,ZodIssueCode:()=>rJ,ZodJWT:()=>eg,ZodKSUID:()=>Gh,ZodLazy:()=>$2,ZodLiteral:()=>v2,ZodMAC:()=>n2,ZodMap:()=>g2,ZodNaN:()=>N2,ZodNanoID:()=>jh,ZodNever:()=>u2,ZodNonOptional:()=>ig,ZodNull:()=>i2,ZodNullable:()=>k2,ZodNumber:()=>Mc,ZodNumberFormat:()=>nl,ZodObject:()=>rp,ZodOptional:()=>og,ZodPipe:()=>ap,ZodPrefault:()=>I2,ZodPreprocess:()=>L2,ZodPromise:()=>z2,ZodReadonly:()=>F2,ZodRealError:()=>no,ZodRecord:()=>Fc,ZodSet:()=>b2,ZodString:()=>Oc,ZodStringFormat:()=>Ht,ZodSuccess:()=>T2,ZodSymbol:()=>r2,ZodTemplateLiteral:()=>O2,ZodTransform:()=>x2,ZodTuple:()=>m2,ZodType:()=>it,ZodULID:()=>Wh,ZodURL:()=>ep,ZodUUID:()=>da,ZodUndefined:()=>o2,ZodUnion:()=>op,ZodUnknown:()=>s2,ZodVoid:()=>l2,ZodXID:()=>Vh,ZodXor:()=>d2,_ZodString:()=>Mh,_default:()=>C2,_function:()=>p7,any:()=>XA,array:()=>ct,base64:()=>RA,base64url:()=>NA,bigint:()=>HA,boolean:()=>Dn,catch:()=>R2,check:()=>m7,cidrv4:()=>TA,cidrv6:()=>AA,clone:()=>Lr,codec:()=>l7,coerce:()=>W2,config:()=>bn,core:()=>ja,cuid:()=>EA,cuid2:()=>wA,custom:()=>ag,date:()=>JA,decode:()=>Y6,decodeAsync:()=>q6,describe:()=>h7,discriminatedUnion:()=>ip,e164:()=>LA,email:()=>dA,emoji:()=>yA,encode:()=>X6,encodeAsync:()=>J6,endsWith:()=>_c,enum:()=>lr,exactOptional:()=>w2,file:()=>i7,flattenError:()=>Bf,float32:()=>zA,float64:()=>BA,formatError:()=>jf,fromJSONSchema:()=>x7,function:()=>p7,getErrorMap:()=>iJ,globalRegistry:()=>sr,gt:()=>la,gte:()=>Fr,guid:()=>fA,hash:()=>MA,hex:()=>$A,hostname:()=>OA,httpUrl:()=>vA,includes:()=>Cc,instanceof:()=>b7,int:()=>Ph,int32:()=>jA,int64:()=>WA,intersection:()=>jc,invertCodec:()=>c7,ipv4:()=>IA,ipv6:()=>SA,iso:()=>Os,json:()=>y7,jwt:()=>FA,keyof:()=>qA,ksuid:()=>CA,lazy:()=>M2,length:()=>Ku,literal:()=>$e,locales:()=>Yf,looseObject:()=>ur,looseRecord:()=>t7,lowercase:()=>kc,lt:()=>ua,lte:()=>wo,mac:()=>_A,map:()=>n7,maxLength:()=>qu,maxSize:()=>Ps,meta:()=>g7,mime:()=>Sc,minLength:()=>Ba,minSize:()=>ca,multipleOf:()=>Fs,nan:()=>u7,nanoid:()=>xA,nativeEnum:()=>o7,negative:()=>Eh,never:()=>ng,nonnegative:()=>kh,nonoptional:()=>S2,nonpositive:()=>wh,normalize:()=>Tc,null:()=>tp,nullable:()=>Qf,nullish:()=>a7,number:()=>kt,object:()=>Re,optional:()=>Zt,overwrite:()=>Di,parse:()=>W6,parseAsync:()=>V6,partialRecord:()=>e7,pipe:()=>Oh,positive:()=>xh,prefault:()=>_2,preprocess:()=>lp,prettifyError:()=>zy,promise:()=>f7,property:()=>Dh,readonly:()=>P2,record:()=>Mt,refine:()=>j2,regex:()=>wc,regexes:()=>Eo,registry:()=>gh,safeDecode:()=>Q6,safeDecodeAsync:()=>t2,safeEncode:()=>K6,safeEncodeAsync:()=>e2,safeParse:()=>G6,safeParseAsync:()=>Z6,set:()=>r7,setErrorMap:()=>oJ,size:()=>Ju,slugify:()=>Lc,startsWith:()=>Ic,strictObject:()=>KA,string:()=>q,stringFormat:()=>PA,stringbool:()=>v7,success:()=>s7,superRefine:()=>U2,symbol:()=>GA,templateLiteral:()=>d7,toJSONSchema:()=>Ih,toLowerCase:()=>Rc,toUpperCase:()=>Nc,transform:()=>rg,treeifyError:()=>My,trim:()=>Ac,tuple:()=>h2,uint32:()=>UA,uint64:()=>VA,ulid:()=>kA,undefined:()=>ZA,union:()=>Vt,unknown:()=>Wt,uppercase:()=>Dc,url:()=>bA,util:()=>he,uuid:()=>pA,uuidv4:()=>mA,uuidv6:()=>hA,uuidv7:()=>gA,void:()=>YA,xid:()=>DA,xor:()=>QA});var E7=Ie(()=>{ko();Fh();H6();lA();cA();aJ();ko();LS();ko();_h();uJ();OS();Nh();Nh();lJ();bn(l6())});var cJ,w7=Ie(()=>{E7();E7();cJ=P});var k7={};jr(k7,{$brand:()=>Py,$input:()=>m6,$output:()=>p6,NEVER:()=>Fy,TimePrecision:()=>P6,ZodAny:()=>a2,ZodArray:()=>c2,ZodBase64:()=>qh,ZodBase64URL:()=>Kh,ZodBigInt:()=>Bc,ZodBigIntFormat:()=>tg,ZodBoolean:()=>zc,ZodCIDRv4:()=>Yh,ZodCIDRv6:()=>Jh,ZodCUID:()=>Uh,ZodCUID2:()=>Hh,ZodCatch:()=>A2,ZodCodec:()=>sp,ZodCustom:()=>up,ZodCustomStringFormat:()=>$c,ZodDate:()=>np,ZodDefault:()=>D2,ZodDiscriminatedUnion:()=>f2,ZodE164:()=>Qh,ZodEmail:()=>zh,ZodEmoji:()=>Bh,ZodEnum:()=>Pc,ZodError:()=>tJ,ZodExactOptional:()=>E2,ZodFile:()=>y2,ZodFirstPartyTypeKind:()=>H2,ZodFunction:()=>B2,ZodGUID:()=>Kf,ZodIPv4:()=>Zh,ZodIPv6:()=>Xh,ZodISODate:()=>Th,ZodISODateTime:()=>Sh,ZodISODuration:()=>Rh,ZodISOTime:()=>Ah,ZodIntersection:()=>p2,ZodIssueCode:()=>rJ,ZodJWT:()=>eg,ZodKSUID:()=>Gh,ZodLazy:()=>$2,ZodLiteral:()=>v2,ZodMAC:()=>n2,ZodMap:()=>g2,ZodNaN:()=>N2,ZodNanoID:()=>jh,ZodNever:()=>u2,ZodNonOptional:()=>ig,ZodNull:()=>i2,ZodNullable:()=>k2,ZodNumber:()=>Mc,ZodNumberFormat:()=>nl,ZodObject:()=>rp,ZodOptional:()=>og,ZodPipe:()=>ap,ZodPrefault:()=>I2,ZodPreprocess:()=>L2,ZodPromise:()=>z2,ZodReadonly:()=>F2,ZodRealError:()=>no,ZodRecord:()=>Fc,ZodSet:()=>b2,ZodString:()=>Oc,ZodStringFormat:()=>Ht,ZodSuccess:()=>T2,ZodSymbol:()=>r2,ZodTemplateLiteral:()=>O2,ZodTransform:()=>x2,ZodTuple:()=>m2,ZodType:()=>it,ZodULID:()=>Wh,ZodURL:()=>ep,ZodUUID:()=>da,ZodUndefined:()=>o2,ZodUnion:()=>op,ZodUnknown:()=>s2,ZodVoid:()=>l2,ZodXID:()=>Vh,ZodXor:()=>d2,_ZodString:()=>Mh,_default:()=>C2,_function:()=>p7,any:()=>XA,array:()=>ct,base64:()=>RA,base64url:()=>NA,bigint:()=>HA,boolean:()=>Dn,catch:()=>R2,check:()=>m7,cidrv4:()=>TA,cidrv6:()=>AA,clone:()=>Lr,codec:()=>l7,coerce:()=>W2,config:()=>bn,core:()=>ja,cuid:()=>EA,cuid2:()=>wA,custom:()=>ag,date:()=>JA,decode:()=>Y6,decodeAsync:()=>q6,default:()=>Ewe,describe:()=>h7,discriminatedUnion:()=>ip,e164:()=>LA,email:()=>dA,emoji:()=>yA,encode:()=>X6,encodeAsync:()=>J6,endsWith:()=>_c,enum:()=>lr,exactOptional:()=>w2,file:()=>i7,flattenError:()=>Bf,float32:()=>zA,float64:()=>BA,formatError:()=>jf,fromJSONSchema:()=>x7,function:()=>p7,getErrorMap:()=>iJ,globalRegistry:()=>sr,gt:()=>la,gte:()=>Fr,guid:()=>fA,hash:()=>MA,hex:()=>$A,hostname:()=>OA,httpUrl:()=>vA,includes:()=>Cc,instanceof:()=>b7,int:()=>Ph,int32:()=>jA,int64:()=>WA,intersection:()=>jc,invertCodec:()=>c7,ipv4:()=>IA,ipv6:()=>SA,iso:()=>Os,json:()=>y7,jwt:()=>FA,keyof:()=>qA,ksuid:()=>CA,lazy:()=>M2,length:()=>Ku,literal:()=>$e,locales:()=>Yf,looseObject:()=>ur,looseRecord:()=>t7,lowercase:()=>kc,lt:()=>ua,lte:()=>wo,mac:()=>_A,map:()=>n7,maxLength:()=>qu,maxSize:()=>Ps,meta:()=>g7,mime:()=>Sc,minLength:()=>Ba,minSize:()=>ca,multipleOf:()=>Fs,nan:()=>u7,nanoid:()=>xA,nativeEnum:()=>o7,negative:()=>Eh,never:()=>ng,nonnegative:()=>kh,nonoptional:()=>S2,nonpositive:()=>wh,normalize:()=>Tc,null:()=>tp,nullable:()=>Qf,nullish:()=>a7,number:()=>kt,object:()=>Re,optional:()=>Zt,overwrite:()=>Di,parse:()=>W6,parseAsync:()=>V6,partialRecord:()=>e7,pipe:()=>Oh,positive:()=>xh,prefault:()=>_2,preprocess:()=>lp,prettifyError:()=>zy,promise:()=>f7,property:()=>Dh,readonly:()=>P2,record:()=>Mt,refine:()=>j2,regex:()=>wc,regexes:()=>Eo,registry:()=>gh,safeDecode:()=>Q6,safeDecodeAsync:()=>t2,safeEncode:()=>K6,safeEncodeAsync:()=>e2,safeParse:()=>G6,safeParseAsync:()=>Z6,set:()=>r7,setErrorMap:()=>oJ,size:()=>Ju,slugify:()=>Lc,startsWith:()=>Ic,strictObject:()=>KA,string:()=>q,stringFormat:()=>PA,stringbool:()=>v7,success:()=>s7,superRefine:()=>U2,symbol:()=>GA,templateLiteral:()=>d7,toJSONSchema:()=>Ih,toLowerCase:()=>Rc,toUpperCase:()=>Nc,transform:()=>rg,treeifyError:()=>My,trim:()=>Ac,tuple:()=>h2,uint32:()=>UA,uint64:()=>VA,ulid:()=>kA,undefined:()=>ZA,union:()=>Vt,unknown:()=>Wt,uppercase:()=>Dc,url:()=>bA,util:()=>he,uuid:()=>pA,uuidv4:()=>mA,uuidv6:()=>hA,uuidv7:()=>gA,void:()=>YA,xid:()=>DA,xor:()=>QA,z:()=>P});var Ewe,sg=Ie(()=>{w7();w7();Ewe=cJ});var HJ=Rt((Y7,J7)=>{(function(e,t){typeof Qa=="function"&&typeof Y7=="object"&&typeof J7=="object"?J7.exports=t():typeof define=="function"&&define.amd?define(function(){return t()}):e.pluralize=t()})(Y7,function(){var e=[],t=[],n={},o={},r={};function i(g){return typeof g=="string"?new RegExp("^"+g+"$","i"):g}function a(g,y){return g===y?y:g===g.toLowerCase()?y.toLowerCase():g===g.toUpperCase()?y.toUpperCase():g[0]===g[0].toUpperCase()?y.charAt(0).toUpperCase()+y.substr(1).toLowerCase():y.toLowerCase()}function s(g,y){return g.replace(/\$(\d{1,2})/g,function(k,C){return y[C]||""})}function l(g,y){return g.replace(y[0],function(k,C){var x=s(y[1],arguments);return a(k===""?g[C-1]:k,x)})}function d(g,y,k){if(!g.length||n.hasOwnProperty(g))return y;for(var C=k.length;C--;){var x=k[C];if(x[0].test(y))return l(y,x)}return y}function f(g,y,k){return function(C){var x=C.toLowerCase();return y.hasOwnProperty(x)?a(C,x):g.hasOwnProperty(x)?a(C,g[x]):d(x,C,k)}}function p(g,y,k,C){return function(x){var E=x.toLowerCase();return y.hasOwnProperty(E)?!0:g.hasOwnProperty(E)?!1:d(E,E,k)===E}}function b(g,y,k){var C=y===1?b.singular(g):b.plural(g);return(k?y+" ":"")+C}return b.plural=f(r,o,e),b.isPlural=p(r,o,e),b.singular=f(o,r,t),b.isSingular=p(o,r,t),b.addPluralRule=function(g,y){e.push([i(g),y])},b.addSingularRule=function(g,y){t.push([i(g),y])},b.addUncountableRule=function(g){if(typeof g=="string"){n[g.toLowerCase()]=!0;return}b.addPluralRule(g,"$0"),b.addSingularRule(g,"$0")},b.addIrregularRule=function(g,y){y=y.toLowerCase(),g=g.toLowerCase(),r[g]=y,o[y]=g},[["I","we"],["me","us"],["he","they"],["she","they"],["them","them"],["myself","ourselves"],["yourself","yourselves"],["itself","themselves"],["herself","themselves"],["himself","themselves"],["themself","themselves"],["is","are"],["was","were"],["has","have"],["this","these"],["that","those"],["echo","echoes"],["dingo","dingoes"],["volcano","volcanoes"],["tornado","tornadoes"],["torpedo","torpedoes"],["genus","genera"],["viscus","viscera"],["stigma","stigmata"],["stoma","stomata"],["dogma","dogmata"],["lemma","lemmata"],["schema","schemata"],["anathema","anathemata"],["ox","oxen"],["axe","axes"],["die","dice"],["yes","yeses"],["foot","feet"],["eave","eaves"],["goose","geese"],["tooth","teeth"],["quiz","quizzes"],["human","humans"],["proof","proofs"],["carve","carves"],["valve","valves"],["looey","looies"],["thief","thieves"],["groove","grooves"],["pickaxe","pickaxes"],["passerby","passersby"]].forEach(function(g){return b.addIrregularRule(g[0],g[1])}),[[/s?$/i,"s"],[/[^\u0000-\u007F]$/i,"$0"],[/([^aeiou]ese)$/i,"$1"],[/(ax|test)is$/i,"$1es"],[/(alias|[^aou]us|t[lm]as|gas|ris)$/i,"$1es"],[/(e[mn]u)s?$/i,"$1s"],[/([^l]ias|[aeiou]las|[ejzr]as|[iu]am)$/i,"$1"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1i"],[/(alumn|alg|vertebr)(?:a|ae)$/i,"$1ae"],[/(seraph|cherub)(?:im)?$/i,"$1im"],[/(her|at|gr)o$/i,"$1oes"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|automat|quor)(?:a|um)$/i,"$1a"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)(?:a|on)$/i,"$1a"],[/sis$/i,"ses"],[/(?:(kni|wi|li)fe|(ar|l|ea|eo|oa|hoo)f)$/i,"$1$2ves"],[/([^aeiouy]|qu)y$/i,"$1ies"],[/([^ch][ieo][ln])ey$/i,"$1ies"],[/(x|ch|ss|sh|zz)$/i,"$1es"],[/(matr|cod|mur|sil|vert|ind|append)(?:ix|ex)$/i,"$1ices"],[/\b((?:tit)?m|l)(?:ice|ouse)$/i,"$1ice"],[/(pe)(?:rson|ople)$/i,"$1ople"],[/(child)(?:ren)?$/i,"$1ren"],[/eaux$/i,"$0"],[/m[ae]n$/i,"men"],["thou","you"]].forEach(function(g){return b.addPluralRule(g[0],g[1])}),[[/s$/i,""],[/(ss)$/i,"$1"],[/(wi|kni|(?:after|half|high|low|mid|non|night|[^\w]|^)li)ves$/i,"$1fe"],[/(ar|(?:wo|[ae])l|[eo][ao])ves$/i,"$1f"],[/ies$/i,"y"],[/\b([pl]|zomb|(?:neck|cross)?t|coll|faer|food|gen|goon|group|lass|talk|goal|cut)ies$/i,"$1ie"],[/\b(mon|smil)ies$/i,"$1ey"],[/\b((?:tit)?m|l)ice$/i,"$1ouse"],[/(seraph|cherub)im$/i,"$1"],[/(x|ch|ss|sh|zz|tto|go|cho|alias|[^aou]us|t[lm]as|gas|(?:her|at|gr)o|[aeiou]ris)(?:es)?$/i,"$1"],[/(analy|diagno|parenthe|progno|synop|the|empha|cri|ne)(?:sis|ses)$/i,"$1sis"],[/(movie|twelve|abuse|e[mn]u)s$/i,"$1"],[/(test)(?:is|es)$/i,"$1is"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1us"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|quor)a$/i,"$1um"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)a$/i,"$1on"],[/(alumn|alg|vertebr)ae$/i,"$1a"],[/(cod|mur|sil|vert|ind)ices$/i,"$1ex"],[/(matr|append)ices$/i,"$1ix"],[/(pe)(rson|ople)$/i,"$1rson"],[/(child)ren$/i,"$1"],[/(eau)x?$/i,"$1"],[/men$/i,"man"]].forEach(function(g){return b.addSingularRule(g[0],g[1])}),["adulthood","advice","agenda","aid","aircraft","alcohol","ammo","analytics","anime","athletics","audio","bison","blood","bream","buffalo","butter","carp","cash","chassis","chess","clothing","cod","commerce","cooperation","corps","debris","diabetes","digestion","elk","energy","equipment","excretion","expertise","firmware","flounder","fun","gallows","garbage","graffiti","hardware","headquarters","health","herpes","highjinks","homework","housework","information","jeans","justice","kudos","labour","literature","machinery","mackerel","mail","media","mews","moose","music","mud","manga","news","only","personnel","pike","plankton","pliers","police","pollution","premises","rain","research","rice","salmon","scissors","series","sewage","shambles","shrimp","software","species","staff","swine","tennis","traffic","transportation","trout","tuna","wealth","welfare","whiting","wildebeest","wildlife","you",/pok[eé]mon$/i,/[^aeiou]ese$/i,/deer$/i,/fish$/i,/measles$/i,/o[iu]s$/i,/pox$/i,/sheep$/i].forEach(b.addUncountableRule),b})});var tq=Rt(e8=>{"use strict";var eq=Hl();e8.createRoot=eq.createRoot,e8.hydrateRoot=eq.hydrateRoot;var Rst});var Ua=U(ge(),1);function TE(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var ri=U(ge());var Jt="-ms-",bl="-moz-",Ct="-webkit-",c1="comm",qs="rule",od="decl";var VN="@import";var GN="@namespace",d1="@keyframes";var ZN="@layer";var AE=Math.abs,Op=String.fromCharCode,$p=Object.assign;function XN(e,t){return fn(e,0)^45?(((t<<2^fn(e,0))<<2^fn(e,1))<<2^fn(e,2))<<2^fn(e,3):0}function f1(e){return e.trim()}function Pi(e,t){return(e=t.exec(e))?e[0]:e}function nt(e,t,n){return e.replace(t,n)}function id(e,t,n){return e.indexOf(t,n)}function fn(e,t){return e.charCodeAt(t)|0}function Oi(e,t,n){return e.slice(t,n)}function kr(e){return e.length}function p1(e){return e.length}function vl(e,t){return t.push(e),e}function YN(e,t){return e.map(t).join("")}function RE(e,t){return e.filter(function(n){return!Pi(n,t)})}var m1=1,ad=1,JN=0,ti=0,Ln=0,ud="";function Mp(e,t,n,o,r,i,a,s){return{value:e,root:t,parent:n,type:o,props:r,children:i,line:m1,column:ad,length:a,return:"",siblings:s}}function es(e,t){return $p(Mp("",null,null,"",null,null,0,e.siblings),e,{length:-e.length},t)}function yl(e){for(;e.root;)e=es(e.root,{children:[e]});vl(e,e.siblings)}function qN(){return Ln}function KN(){return Ln=ti>0?fn(ud,--ti):0,ad--,Ln===10&&(ad=1,m1--),Ln}function ni(){return Ln=ti<JN?fn(ud,ti++):0,ad++,Ln===10&&(ad=1,m1++),Ln}function ts(){return fn(ud,ti)}function zp(){return ti}function h1(e,t){return Oi(ud,e,t)}function sd(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function QN(e){return m1=ad=1,JN=kr(ud=e),ti=0,[]}function eL(e){return ud="",e}function g1(e){return f1(h1(ti-1,NE(e===91?e+2:e===40?e+1:e)))}function tL(e){for(;(Ln=ts())&&Ln<33;)ni();return sd(e)>2||sd(Ln)>3?"":" "}function nL(e,t){for(;--t&&ni()&&!(Ln<48||Ln>102||Ln>57&&Ln<65||Ln>70&&Ln<97););return h1(e,zp()+(t<6&&ts()==32&&ni()==32))}function NE(e){for(;ni();)switch(Ln){case e:return ti;case 34:case 39:e!==34&&e!==39&&NE(Ln);break;case 40:e===41&&NE(e);break;case 92:ni();break}return ti}function rL(e,t){for(;ni()&&e+Ln!==57;)if(e+Ln===84&&ts()===47)break;return"/*"+h1(t,ti-1)+"*"+Op(e===47?e:ni())}function oL(e){for(;!sd(ts());)ni();return h1(e,ti)}function sL(e){return eL(b1("",null,null,null,[""],e=QN(e),0,[0],e))}function b1(e,t,n,o,r,i,a,s,l){for(var d=0,f=0,p=a,b=0,g=0,y=0,k=1,C=1,x=1,E=0,D="",_=r,N=i,A=o,O=D;C;)switch(y=E,E=ni()){case 40:if(y!=108&&fn(O,p-1)==58){id(O+=nt(g1(E),"&","&\f"),"&\f",AE(d?s[d-1]:0))!=-1&&(x=-1);break}case 34:case 39:case 91:O+=g1(E);break;case 9:case 10:case 13:case 32:O+=tL(y);break;case 92:O+=nL(zp()-1,7);continue;case 47:switch(ts()){case 42:case 47:vl(rie(rL(ni(),zp()),t,n,l),l),(sd(y||1)==5||sd(ts()||1)==5)&&kr(O)&&Oi(O,-1,void 0)!==" "&&(O+=" ");break;default:O+="/"}break;case 123*k:s[d++]=kr(O)*x;case 125*k:case 59:case 0:switch(E){case 0:case 125:C=0;case 59+f:x==-1&&(O=nt(O,/\f/g,"")),g>0&&(kr(O)-p||k===0&&y===47)&&vl(g>32?aL(O+";",o,n,p-1,l):aL(nt(O," ","")+";",o,n,p-2,l),l);break;case 59:O+=";";default:if(vl(A=iL(O,t,n,d,f,r,s,D,_=[],N=[],p,i),i),E===123)if(f===0)b1(O,t,A,A,_,i,p,s,N);else{switch(b){case 99:if(fn(O,3)===110)break;case 108:if(fn(O,2)===97)break;default:f=0;case 100:case 109:case 115:}f?b1(e,A,A,o&&vl(iL(e,A,A,0,0,r,s,D,r,_=[],p,N),N),r,N,p,s,o?_:N):b1(O,A,A,A,[""],N,0,s,N)}}d=f=g=0,k=x=1,D=O="",p=a;break;case 58:p=1+kr(O),g=y;default:if(k<1){if(E==123)--k;else if(E==125&&k++==0&&KN()==125)continue}switch(O+=Op(E),E*k){case 38:x=f>0?1:(O+="\f",-1);break;case 44:s[d++]=(kr(O)-1)*x,x=1;break;case 64:ts()===45&&(O+=g1(ni())),b=ts(),f=p=kr(D=O+=oL(zp())),E++;break;case 45:y===45&&kr(O)==2&&(k=0)}}return i}function iL(e,t,n,o,r,i,a,s,l,d,f,p){for(var b=r-1,g=r===0?i:[""],y=p1(g),k=0,C=0,x=0;k<o;++k)for(var E=0,D=Oi(e,b+1,b=AE(C=a[k])),_=e;E<y;++E)(_=f1(C>0?g[E]+" "+D:nt(D,/&\f/g,g[E])))&&(l[x++]=_);return Mp(e,t,n,r===0?qs:s,l,d,f,p)}function rie(e,t,n,o){return Mp(e,t,n,c1,Op(qN()),Oi(e,2,-2),0,o)}function aL(e,t,n,o,r){return Mp(e,t,n,od,Oi(e,0,o),Oi(e,o+1,-1),o,r)}function LE(e,t,n){switch(XN(e,t)){case 5103:return Ct+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:case 6391:case 5879:case 5623:case 6135:case 4599:return Ct+e+e;case 4855:return Ct+e.replace("add","source-over").replace("substract","source-out").replace("intersect","source-in").replace("exclude","xor")+e;case 4789:return bl+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return Ct+e+bl+e+Jt+e+e;case 5936:switch(fn(e,t+11)){case 114:return Ct+e+Jt+nt(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return Ct+e+Jt+nt(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return Ct+e+Jt+nt(e,/[svh]\w+-[tblr]{2}/,"lr")+e}case 6828:case 4268:case 2903:return Ct+e+Jt+e+e;case 6165:return Ct+e+Jt+"flex-"+e+e;case 5187:return Ct+e+nt(e,/(\w+).+(:[^]+)/,Ct+"box-$1$2"+Jt+"flex-$1$2")+e;case 5443:return Ct+e+Jt+"flex-item-"+nt(e,/flex-|-self/g,"")+(Pi(e,/flex-|baseline/)?"":Jt+"grid-row-"+nt(e,/flex-|-self/g,""))+e;case 4675:return Ct+e+Jt+"flex-line-pack"+nt(e,/align-content|flex-|-self/g,"")+e;case 5548:return Ct+e+Jt+nt(e,"shrink","negative")+e;case 5292:return Ct+e+Jt+nt(e,"basis","preferred-size")+e;case 6060:return Ct+"box-"+nt(e,"-grow","")+Ct+e+Jt+nt(e,"grow","positive")+e;case 4554:return Ct+nt(e,/([^-])(transform)/g,"$1"+Ct+"$2")+e;case 6187:return nt(nt(nt(e,/(zoom-|grab)/,Ct+"$1"),/(image-set)/,Ct+"$1"),e,"")+e;case 5495:case 3959:return nt(e,/(image-set\([^]*)/,Ct+"$1$`$1");case 4968:return nt(nt(e,/(.+:)(flex-)?(.*)/,Ct+"box-pack:$3"+Jt+"flex-pack:$3"),/space-between/,"justify")+Ct+e+e;case 4200:if(!Pi(e,/flex-|baseline/))return Jt+"grid-column-align"+Oi(e,t)+e;break;case 2592:case 3360:return Jt+nt(e,"template-","")+e;case 4384:case 3616:return n&&n.some(function(o,r){return t=r,Pi(o.props,/grid-\w+-end/)})?~id(e+(n=n[t].value),"span",0)?e:Jt+nt(e,"-start","")+e+Jt+"grid-row-span:"+(~id(n,"span",0)?Pi(n,/\d+/):+Pi(n,/\d+/)-+Pi(e,/\d+/))+";":Jt+nt(e,"-start","")+e;case 4896:case 4128:return n&&n.some(function(o){return Pi(o.props,/grid-\w+-start/)})?e:Jt+nt(nt(e,"-end","-span"),"span ","")+e;case 4095:case 3583:case 4068:case 2532:return nt(e,/(.+)-inline(.+)/,Ct+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(kr(e)-1-t>6)switch(fn(e,t+1)){case 109:if(fn(e,t+4)!==45)break;case 102:return nt(e,/(.+:)(.+)-([^]+)/,"$1"+Ct+"$2-$3$1"+bl+(fn(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~id(e,"stretch",0)?LE(nt(e,"stretch","fill-available"),t,n)+e:e}break;case 5152:case 5920:return nt(e,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(o,r,i,a,s,l,d){return Jt+r+":"+i+d+(a?Jt+r+"-span:"+(s?l:+l-+i)+d:"")+e});case 4949:if(fn(e,t+6)===121)return nt(e,":",":"+Ct)+e;break;case 6444:switch(fn(e,fn(e,14)===45?18:11)){case 120:return nt(e,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+Ct+(fn(e,14)===45?"inline-":"")+"box$3$1"+Ct+"$2$3$1"+Jt+"$2box$3")+e;case 100:return nt(e,":",":"+Jt)+e}break;case 5719:case 2647:case 2135:case 3927:case 2391:return nt(e,"scroll-","scroll-snap-")+e}return e}function ld(e,t){for(var n="",o=0;o<e.length;o++)n+=t(e[o],o,e,t)||"";return n}function uL(e,t,n,o){switch(e.type){case ZN:if(e.children.length)break;case VN:case GN:case od:return e.return=e.return||e.value;case c1:return"";case d1:return e.return=e.value+"{"+ld(e.children,o)+"}";case qs:if(!kr(e.value=e.props.join(",")))return""}return kr(n=ld(e.children,o))?e.return=e.value+"{"+n+"}":""}function lL(e){var t=p1(e);return function(n,o,r,i){for(var a="",s=0;s<t;s++)a+=e[s](n,o,r,i)||"";return a}}function cL(e){return function(t){t.root||(t=t.return)&&e(t)}}function dL(e,t,n,o){if(e.length>-1&&!e.return)switch(e.type){case od:e.return=LE(e.value,e.length,n);return;case d1:return ld([es(e,{value:nt(e.value,"@","@"+Ct)})],o);case qs:if(e.length)return YN(n=e.props,function(r){switch(Pi(r,o=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":yl(es(e,{props:[nt(r,/:(read-\w+)/,":"+bl+"$1")]})),yl(es(e,{props:[r]})),$p(e,{props:RE(n,o)});break;case"::placeholder":yl(es(e,{props:[nt(r,/:(plac\w+)/,":"+Ct+"input-$1")]})),yl(es(e,{props:[nt(r,/:(plac\w+)/,":"+bl+"$1")]})),yl(es(e,{props:[nt(r,/:(plac\w+)/,Jt+"input-$1")]})),yl(es(e,{props:[r]})),$p(e,{props:RE(n,o)});break}return""})}}var FE,PE,ns=typeof process<"u"&&process.env!==void 0&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",wL="active",kL="data-styled-version",k1="6.4.1",XE=`/*!sc*/
|
|
93
|
+
`,Hp=typeof window<"u"&&typeof document<"u";function fL(e){if(typeof process<"u"&&process.env!==void 0){let t=process.env[e];if(t!==void 0&&t!=="")return t!=="false"}}var oie=!!(typeof SC_DISABLE_SPEEDY=="boolean"?SC_DISABLE_SPEEDY:(PE=(FE=fL("REACT_APP_SC_DISABLE_SPEEDY"))!==null&&FE!==void 0?FE:fL("SC_DISABLE_SPEEDY"))!==null&&PE!==void 0?PE:typeof process>"u"||process.env===void 0),DL="sc-keyframes-";function kl(e,...t){return new Error(`An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#${e} for more information.${t.length>0?` Args: ${t.join(", ")}`:""}`)}var ZCe=1<<30,v1=new Map,x1=new Map,y1=1,jp=e=>{if(v1.has(e))return v1.get(e);for(;x1.has(y1);)y1++;let t=y1++;return v1.set(e,t),x1.set(t,e),t},iie=e=>x1.get(e),aie=(e,t)=>{y1=t+1,v1.set(e,t),x1.set(t,e)};var YE=Object.freeze([]),cd=Object.freeze({});function sie(e,t,n=cd){return e.theme!==n.theme&&e.theme||t||n.theme}var uie=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,lie=/(^-|-$)/g;function CL(e){return e.replace(uie,"-").replace(lie,"")}var cie=/(a)(d)/gi,pL=e=>String.fromCharCode(e+(e>25?39:97));function JE(e){let t,n="";for(t=Math.abs(e);t>52;t=t/52|0)n=pL(t%52)+n;return(pL(t%52)+n).replace(cie,"$1-$2")}var zE=5381,El=(e,t)=>{let n=t.length;for(;n;)e=33*e^t.charCodeAt(--n);return e},IL=e=>El(zE,e);function _L(e){return JE(IL(e)>>>0)}function die(e){return e.displayName||e.name||"Component"}function BE(e){return typeof e=="string"&&!0}function fie(e){return BE(e)?`styled.${e}`:`Styled(${die(e)})`}var SL=Symbol.for("react.memo"),pie=Symbol.for("react.forward_ref"),mie={contextType:!0,defaultProps:!0,displayName:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,propTypes:!0,type:!0},hie={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},TL={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},gie={[pie]:{$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},[SL]:TL};function mL(e){return("type"in(t=e)&&t.type.$$typeof)===SL?TL:"$$typeof"in e?gie[e.$$typeof]:mie;var t}var bie=Object.defineProperty,vie=Object.getOwnPropertyNames,yie=Object.getOwnPropertySymbols,xie=Object.getOwnPropertyDescriptor,Eie=Object.getPrototypeOf,wie=Object.prototype;function AL(e,t,n){if(typeof t!="string"){let o=Eie(t);o&&o!==wie&&AL(e,o,n);let r=vie(t).concat(yie(t)),i=mL(e),a=mL(t);for(let s=0;s<r.length;++s){let l=r[s];if(!(l in hie||n&&n[l]||a&&l in a||i&&l in i)){let d=xie(t,l);try{bie(e,l,d)}catch{}}}}return e}function Vp(e){return typeof e=="function"}function RL(e){return typeof e=="object"&&"styledComponentId"in e}function Up(e,t){return e&&t?e+" "+t:e||t||""}function jE(e,t){return e.join(t||"")}function Wp(e){return e!==null&&typeof e=="object"&&e.constructor.name===Object.name&&!("props"in e&&e.$$typeof)}function UE(e,t,n=!1){if(!n&&!Wp(e)&&!Array.isArray(e))return t;if(Array.isArray(t))for(let o=0;o<t.length;o++)e[o]=UE(e[o],t[o]);else if(Wp(t))for(let o in t)e[o]=UE(e[o],t[o]);return e}function qE(e,t){Object.defineProperty(e,"toString",{value:t})}var kie=class{constructor(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e,this._cGroup=0,this._cIndex=0}indexOfGroup(e){if(e===this._cGroup)return this._cIndex;let t=this._cIndex;if(e>this._cGroup)for(let n=this._cGroup;n<e;n++)t+=this.groupSizes[n];else for(let n=this._cGroup-1;n>=e;n--)t-=this.groupSizes[n];return this._cGroup=e,this._cIndex=t,t}insertRules(e,t){if(e>=this.groupSizes.length){let r=this.groupSizes,i=r.length,a=i;for(;e>=a;)if(a<<=1,a<0)throw kl(16,`${e}`);this.groupSizes=new Uint32Array(a),this.groupSizes.set(r),this.length=a;for(let s=i;s<a;s++)this.groupSizes[s]=0}let n=this.indexOfGroup(e+1),o=0;for(let r=0,i=t.length;r<i;r++)this.tag.insertRule(n,t[r])&&(this.groupSizes[e]++,n++,o++);o>0&&this._cGroup>e&&(this._cIndex+=o)}clearGroup(e){if(e<this.length){let t=this.groupSizes[e],n=this.indexOfGroup(e),o=n+t;this.groupSizes[e]=0;for(let r=n;r<o;r++)this.tag.deleteRule(n);t>0&&this._cGroup>e&&(this._cIndex-=t)}}getGroup(e){let t="";if(e>=this.length||this.groupSizes[e]===0)return t;let n=this.groupSizes[e],o=this.indexOfGroup(e),r=o+n;for(let i=o;i<r;i++)t+=this.tag.getRule(i)+XE;return t}},Die=`style[${ns}][${kL}="${k1}"]`,Cie=new RegExp(`^${ns}\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)`),hL=e=>typeof ShadowRoot<"u"&&e instanceof ShadowRoot||"host"in e&&e.nodeType===11,HE=e=>{if(!e)return document;if(hL(e))return e;if("getRootNode"in e){let t=e.getRootNode();if(hL(t))return t}return document},Iie=(e,t,n)=>{let o=n.split(","),r;for(let i=0,a=o.length;i<a;i++)(r=o[i])&&e.registerName(t,r)},_ie=(e,t)=>{var n;let o=((n=t.textContent)!==null&&n!==void 0?n:"").split(XE),r=[];for(let i=0,a=o.length;i<a;i++){let s=o[i].trim();if(!s)continue;let l=s.match(Cie);if(l){let d=0|parseInt(l[1],10),f=l[2];d!==0&&(aie(f,d),Iie(e,f,l[3]),e.getTag().insertRules(d,r)),r.length=0}else r.push(s)}},OE=e=>{let t=HE(e.options.target).querySelectorAll(Die);for(let n=0,o=t.length;n<o;n++){let r=t[n];r&&r.getAttribute(ns)!==wL&&(_ie(e,r),r.parentNode&&r.parentNode.removeChild(r))}},Bp=!1;function Sie(){if(Bp!==!1)return Bp;if(typeof document<"u"){let e=document.head.querySelector('meta[property="csp-nonce"]');if(e)return Bp=e.nonce||e.getAttribute("content")||void 0;let t=document.head.querySelector('meta[name="sc-nonce"]');if(t)return Bp=t.getAttribute("content")||void 0}return Bp=typeof __webpack_nonce__<"u"?__webpack_nonce__:void 0}var NL=(e,t)=>{let n=document.head,o=e||n,r=document.createElement("style"),i=(l=>{let d=Array.from(l.querySelectorAll(`style[${ns}]`));return d[d.length-1]})(o),a=i!==void 0?i.nextSibling:null;r.setAttribute(ns,wL),r.setAttribute(kL,k1);let s=t||Sie();return s&&r.setAttribute("nonce",s),o.insertBefore(r,a),r},Tie=class{constructor(e,t){this.element=NL(e,t),this.element.appendChild(document.createTextNode("")),this.sheet=(n=>{var o;if(n.sheet)return n.sheet;let r=(o=n.getRootNode().styleSheets)!==null&&o!==void 0?o:document.styleSheets;for(let i=0,a=r.length;i<a;i++){let s=r[i];if(s.ownerNode===n)return s}throw kl(17)})(this.element),this.length=0}insertRule(e,t){try{return this.sheet.insertRule(t,e),this.length++,!0}catch{return!1}}deleteRule(e){this.sheet.deleteRule(e),this.length--}getRule(e){let t=this.sheet.cssRules[e];return t&&t.cssText?t.cssText:""}},Aie=class{constructor(e,t){this.element=NL(e,t),this.nodes=this.element.childNodes,this.length=0}insertRule(e,t){if(e<=this.length&&e>=0){let n=document.createTextNode(t);return this.element.insertBefore(n,this.nodes[e]||null),this.length++,!0}return!1}deleteRule(e){this.element.removeChild(this.nodes[e]),this.length--}getRule(e){return e<this.length?this.nodes[e].textContent:""}},gL=Hp,Rie={isServer:!Hp,useCSSOMInjection:!oie},E1=class e{static registerId(t){return jp(t)}constructor(t=cd,n={},o){this.options=Object.assign(Object.assign({},Rie),t),this.gs=n,this.keyframeIds=new Set,this.names=new Map(o),this.server=!!t.isServer,!this.server&&Hp&&gL&&(gL=!1,OE(this)),qE(this,()=>(r=>{let i=r.getTag(),{length:a}=i,s="";for(let l=0;l<a;l++){let d=iie(l);if(d===void 0)continue;let f=r.names.get(d);if(f===void 0||!f.size)continue;let p=i.getGroup(l);if(p.length===0)continue;let b=ns+".g"+l+'[id="'+d+'"]',g="";for(let y of f)y.length>0&&(g+=y+",");s+=p+b+'{content:"'+g+'"}'+XE}return s})(this))}rehydrate(){!this.server&&Hp&&OE(this)}reconstructWithOptions(t,n=!0){let o=new e(Object.assign(Object.assign({},this.options),t),this.gs,n&&this.names||void 0);return o.keyframeIds=new Set(this.keyframeIds),!this.server&&Hp&&t.target!==this.options.target&&HE(this.options.target)!==HE(t.target)&&OE(o),o}allocateGSInstance(t){return this.gs[t]=(this.gs[t]||0)+1}getTag(){return this.tag||(this.tag=(t=(({useCSSOMInjection:n,target:o,nonce:r})=>n?new Tie(o,r):new Aie(o,r))(this.options),new kie(t)));var t}hasNameForId(t,n){var o,r;return(r=(o=this.names.get(t))===null||o===void 0?void 0:o.has(n))!==null&&r!==void 0&&r}registerName(t,n){jp(t),t.startsWith(DL)&&this.keyframeIds.add(t);let o=this.names.get(t);o?o.add(n):this.names.set(t,new Set([n]))}insertRules(t,n,o){this.registerName(t,n),this.getTag().insertRules(jp(t),o)}clearNames(t){this.names.has(t)&&this.names.get(t).clear()}clearRules(t){this.getTag().clearGroup(jp(t)),this.clearNames(t)}clearTag(){this.tag=void 0}},LL=new WeakSet,Nie={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexShrink:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};function Lie(e,t){return t==null||typeof t=="boolean"||t===""?"":typeof t!="number"||t===0||e in Nie||e.startsWith("--")?String(t).trim():t+"px"}var xl=47;function bL(e){if(e.charCodeAt(0)===45&&e.charCodeAt(1)===45)return e;let t="";for(let n=0;n<e.length;n++){let o=e.charCodeAt(n);t+=o>=65&&o<=90?"-"+String.fromCharCode(o+32):e[n]}return t.startsWith("ms-")?"-"+t:t}var FL=Symbol.for("sc-keyframes");function Fie(e){return typeof e=="object"&&e!==null&&FL in e}function PL(e){return Vp(e)&&!(e.prototype&&e.prototype.isReactComponent)}var OL=e=>e==null||e===!1||e==="",Pie=Symbol.for("react.client.reference");function vL(e){return e.$$typeof===Pie}function $L(e,t){for(let n in e){let o=e[n];e.hasOwnProperty(n)&&!OL(o)&&(Array.isArray(o)&&LL.has(o)||Vp(o)?t.push(bL(n)+":",o,";"):Wp(o)?(t.push(n+" {"),$L(o,t),t.push("}")):t.push(bL(n)+": "+Lie(n,o)+";"))}}function wl(e,t,n,o,r=[]){if(OL(e))return r;let i=typeof e;if(i==="string")return r.push(e),r;if(i==="function"){if(vL(e))return r;if(PL(e)&&t){let a=e(t);return wl(a,t,n,o,r)}return r.push(e),r}if(Array.isArray(e)){for(let a=0;a<e.length;a++)wl(e[a],t,n,o,r);return r}return RL(e)?(r.push(`.${e.styledComponentId}`),r):Fie(e)?(n?(e.inject(n,o),r.push(e.getName(o))):r.push(e),r):vL(e)?r:Wp(e)?($L(e,r),r):(r.push(e.toString()),r)}var Oie=IL(k1),WE=class{constructor(t,n,o){this.rules=t,this.componentId=n,this.baseHash=El(Oie,n),this.baseStyle=o,E1.registerId(n)}generateAndInjectStyles(t,n,o){let r=this.baseStyle?this.baseStyle.generateAndInjectStyles(t,n,o):"";{let i="";for(let a=0;a<this.rules.length;a++){let s=this.rules[a];if(typeof s=="string")i+=s;else if(s)if(PL(s)){let l=s(t);typeof l=="string"?i+=l:l!=null&&l!==!1&&(i+=jE(wl(l,t,n,o)))}else i+=jE(wl(s,t,n,o))}if(i){this.dynamicNameCache||(this.dynamicNameCache=new Map);let a=o.hash?o.hash+i:i,s=this.dynamicNameCache.get(a);if(!s){if(s=JE(El(El(this.baseHash,o.hash),i)>>>0),this.dynamicNameCache.size>=200){let l=this.dynamicNameCache.keys().next().value;l!==void 0&&this.dynamicNameCache.delete(l)}this.dynamicNameCache.set(a,s)}if(!n.hasNameForId(this.componentId,s)){let l=o(i,"."+s,void 0,this.componentId);n.insertRules(this.componentId,s,l)}r=Up(r,s)}}return r}},$ie=/&/g;function ML(e,t){let n=0;for(;--t>=0&&e.charCodeAt(t)===92;)n++;return!(1&~n)}function $E(e){let t=e.length,n="",o=0,r=0,i=0,a=!1,s=!1;for(let l=0;l<t;l++){let d=e.charCodeAt(l);if(i!==0||a||d!==xl||e.charCodeAt(l+1)!==42)if(a)d===42&&e.charCodeAt(l+1)===xl&&(a=!1,l++);else if(d!==34&&d!==39||ML(e,l)){if(i===0)if(d===123)r++;else if(d===125){if(r--,r<0){s=!0;let f=l+1;for(;f<t;){let p=e.charCodeAt(f);if(p===59||p===10)break;f++}f<t&&e.charCodeAt(f)===59&&f++,r=0,l=f-1,o=f;continue}r===0&&(n+=e.substring(o,l+1),o=l+1)}else d===59&&r===0&&(n+=e.substring(o,l+1),o=l+1)}else i===0?i=d:i===d&&(i=0);else a=!0,l++}return s||r!==0||i!==0?(o<t&&r===0&&i===0&&(n+=e.substring(o)),n):e}function zL(e,t){let n=t+" ",o=","+n;for(let r=0;r<e.length;r++){let i=e[r];if(i.type==="rule"){i.value=(n+i.value).replaceAll(",",o);let a=i.props,s=[];for(let l=0;l<a.length;l++)s[l]=n+a[l];i.props=s}Array.isArray(i.children)&&i.type!=="@keyframes"&&zL(i.children,t)}return e}function Mie({options:e=cd,plugins:t=YE}=cd){let n,o,r,i=(b,g,y)=>y.startsWith(o)&&y.endsWith(o)&&y.replaceAll(o,"").length>0?`.${n}`:b,a=t.slice();a.push(b=>{b.type===qs&&b.value.includes("&")&&(r||(r=new RegExp(`\\${o}\\b`,"g")),b.props[0]=b.props[0].replace($ie,o).replace(r,i))}),e.prefix&&a.push(dL),a.push(uL);let s=[],l=lL(a.concat(cL(b=>s.push(b)))),d=(b,g="",y="",k="&")=>{n=k,o=g,r=void 0;let C=(function(E){let D=E.indexOf("//")!==-1,_=E.indexOf("}")!==-1;if(!D&&!_)return E;if(!D)return $E(E);let N=E.length,A="",O=0,j=0,ee=0,B=0,de=0,Ee=!1;for(;j<N;){let re=E.charCodeAt(j);if(re!==34&&re!==39||ML(E,j))if(ee===0)if(re===xl&&j+1<N&&E.charCodeAt(j+1)===42){for(j+=2;j+1<N&&(E.charCodeAt(j)!==42||E.charCodeAt(j+1)!==xl);)j++;j+=2}else if(re!==40)if(re!==41)if(B>0)j++;else if(re===42&&j+1<N&&E.charCodeAt(j+1)===xl)A+=E.substring(O,j),j+=2,O=j,Ee=!0;else if(re===xl&&j+1<N&&E.charCodeAt(j+1)===xl){for(A+=E.substring(O,j);j<N&&E.charCodeAt(j)!==10;)j++;O=j,Ee=!0}else re===123?de++:re===125&&de--,j++;else B>0&&B--,j++;else B++,j++;else j++;else ee===0?ee=re:ee===re&&(ee=0),j++}return Ee?(O<N&&(A+=E.substring(O)),de===0?A:$E(A)):de===0?E:$E(E)})(b),x=sL(y||g?y+" "+g+" { "+C+" }":C);return e.namespace&&(x=zL(x,e.namespace)),s=[],ld(x,l),s},f=e,p=zE;for(let b=0;b<t.length;b++)t[b].name||kl(15),p=El(p,t[b].name);return f?.namespace&&(p=El(p,f.namespace)),f?.prefix&&(p=El(p,"p")),d.hash=p!==zE?p.toString():"",d}var zie=new E1,VE=Mie(),BL=ri.default.createContext({shouldForwardProp:void 0,styleSheet:zie,stylis:VE,stylisPlugins:void 0}),XCe=BL.Consumer;function Bie(){return ri.default.useContext(BL)}var w1=ri.default.createContext(void 0),YCe=w1.Consumer;function jL(e){let t=ri.default.useContext(w1),n=ri.default.useMemo(()=>(function(o,r){if(!o)throw kl(14);if(Vp(o))return o(r);if(Array.isArray(o)||typeof o!="object")throw kl(8);return r?Object.assign(Object.assign({},r),o):o})(e.theme,t),[e.theme,t]);return e.children?ri.default.createElement(w1.Provider,{value:n},e.children):null}var yL=Object.prototype.hasOwnProperty,ME={};function jie(e,t){let n=typeof e!="string"?"sc":CL(e);ME[n]=(ME[n]||0)+1;let o=n+"-"+_L(k1+n+ME[n]);return t?t+"-"+o:o}function Uie(e,t,n){let o=RL(e),r=e,i=!BE(e),{attrs:a=YE,componentId:s=jie(t.displayName,t.parentComponentId),displayName:l=fie(e)}=t,d=t.displayName&&t.componentId?CL(t.displayName)+"-"+t.componentId:t.componentId||s,f=o&&r.attrs?r.attrs.concat(a).filter(Boolean):a,{shouldForwardProp:p}=t;if(o&&r.shouldForwardProp){let k=r.shouldForwardProp;if(t.shouldForwardProp){let C=t.shouldForwardProp;p=(x,E)=>k(x,E)&&C(x,E)}else p=k}let b=new WE(n,d,o?r.componentStyle:void 0);function g(k,C){return(function(x,E,D){let{attrs:_,componentStyle:N,defaultProps:A,foldedComponentIds:O,styledComponentId:j,target:ee}=x,B=ri.default.useContext(w1),de=Bie(),Ee=x.shouldForwardProp||de.shouldForwardProp,re=sie(E,B,A)||cd,ue,be;{let Ne=ri.default.useRef(null),L=Ne.current;if(L!==null&&L[1]===re&&L[2]===de.styleSheet&&L[3]===de.stylis&&L[7]===N&&(function(ut,_e,$){let Ze=ut,Ke=_e,Xt=0;for(let _t in Ke)if(yL.call(Ke,_t)&&(Xt++,Ze[_t]!==Ke[_t]))return!1;return Xt===$})(L[0],E,L[4]))ue=L[5],be=L[6];else{ue=(function(_e,$,Ze){let Ke=Object.assign(Object.assign({},$),{className:void 0,theme:Ze}),Xt=_e.length>1;for(let _t=0;_t<_e.length;_t++){let dt=_e[_t],Cn=Vp(dt)?dt(Xt?Object.assign({},Ke):Ke):dt;for(let nn in Cn)nn==="className"?Ke.className=Up(Ke.className,Cn[nn]):nn==="style"?Ke.style=Object.assign(Object.assign({},Ke.style),Cn[nn]):nn in $&&$[nn]===void 0||(Ke[nn]=Cn[nn])}return"className"in $&&typeof $.className=="string"&&(Ke.className=Up(Ke.className,$.className)),Ke})(_,E,re),be=(function(_e,$,Ze,Ke){return _e.generateAndInjectStyles($,Ze,Ke)})(N,ue,de.styleSheet,de.stylis);let ut=0;for(let _e in E)yL.call(E,_e)&&ut++;Ne.current=[E,re,de.styleSheet,de.stylis,ut,ue,be,N]}}let De=ue.as||ee,ke=(function(Ne,L,ut,_e){let $={};for(let Ze in Ne)Ne[Ze]===void 0||Ze[0]==="$"||Ze==="as"||Ze==="theme"&&Ne.theme===ut||(Ze==="forwardedAs"?$.as=Ne.forwardedAs:_e&&!_e(Ze,L)||($[Ze]=Ne[Ze]));return $})(ue,De,re,Ee),pe=Up(O,j);return be&&(pe+=" "+be),ue.className&&(pe+=" "+ue.className),ke[BE(De)&&De.includes("-")?"class":"className"]=pe,D&&(ke.ref=D),(0,ri.createElement)(De,ke)})(y,k,C)}g.displayName=l;let y=ri.default.forwardRef(g);return y.attrs=f,y.componentStyle=b,y.displayName=l,y.shouldForwardProp=p,y.foldedComponentIds=o?Up(r.foldedComponentIds,r.styledComponentId):"",y.styledComponentId=d,y.target=o?r.target:e,Object.defineProperty(y,"defaultProps",{get(){return this._foldedDefaultProps},set(k){this._foldedDefaultProps=o?(function(C,...x){for(let E of x)UE(C,E,!0);return C})({},r.defaultProps,k):k}}),qE(y,()=>`.${y.styledComponentId}`),i&&AL(y,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),y}var Hie=new Set(["a","abbr","address","area","article","aside","audio","b","bdi","bdo","blockquote","body","button","br","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","label","legend","li","main","map","mark","menu","meter","nav","object","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","slot","small","span","strong","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","switch","symbol","text","textPath","tspan","use"]);function xL(e,t){let n=[e[0]];for(let o=0,r=t.length;o<r;o+=1)n.push(t[o],e[o+1]);return n}var EL=e=>(LL.add(e),e);function J(e,...t){if(Vp(e)||Wp(e))return EL(wl(xL(YE,[e,...t])));let n=e;return t.length===0&&n.length===1&&typeof n[0]=="string"?wl(n):EL(wl(xL(n,t)))}function GE(e,t,n=cd){if(!t)throw kl(1,t);let o=(r,...i)=>e(t,n,J(r,...i));return o.attrs=r=>GE(e,t,Object.assign(Object.assign({},n),{attrs:Array.prototype.concat(n.attrs,r).filter(Boolean)})),o.withConfig=r=>GE(e,t,Object.assign(Object.assign({},n),r)),o}var UL=e=>GE(Uie,e),W=UL;Hie.forEach(e=>{W[e]=UL(e)});var HL,ZE=class{constructor(t,n){this[HL]=!0,this.inject=(o,r=VE)=>{let i=this.getName(r);if(!o.hasNameForId(this.id,i)){let a=r(this.rules,i,"@keyframes");o.insertRules(this.id,i,a)}},this.name=t,this.id=DL+t,this.rules=n,jp(this.id),qE(this,()=>{throw kl(12,String(this.name))})}getName(t=VE){return t.hash?this.name+JE(+t.hash>>>0):this.name}};function Gp(e,...t){let n=jE(J(e,...t)),o=_L(n);return new ZE(o,n)}HL=FL;var JCe=`__sc-${ns}__`;var qCe=`:not(style[${ns}])`,KCe=`style[${ns}]`;var st=U(me(),1),qie=U(ge(),1);var Jie=`._icon_12_1678j_1{width:12px;height:12px}._icon_16_1678j_6{width:16px;height:16px}._icon_20_1678j_11{width:20px;height:20px}._icon_24_1678j_16{width:24px;height:24px}._icon_40_1678j_21{width:40px;height:40px}
|
|
94
|
+
`;if(typeof document<"u"){let e=document.createElement("style");e.textContent=Jie,document.head.appendChild(e)}function ZL(e){var t,n,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var r=e.length;for(t=0;t<r;t++)e[t]&&(n=ZL(e[t]))&&(o&&(o+=" "),o+=n)}else for(n in e)e[n]&&(o&&(o+=" "),o+=n);return o}function oi(){for(var e,t,n=0,o="",r=arguments.length;n<r;n++)(e=arguments[n])&&(t=ZL(e))&&(o&&(o+=" "),o+=t);return o}var Kie="_icon_12_1678j_1",Qie="_icon_16_1678j_6",eae="_icon_20_1678j_11",tae="_icon_24_1678j_16",nae="_icon_40_1678j_21",ii={icon_12:Kie,icon_16:Qie,icon_20:eae,icon_24:tae,icon_40:nae};var XL=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:oi(ii[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{fill:"currentColor",d:"M15 7.5c.71 0 1.08.822.652 1.352l-.063.07-5 5a.833.833 0 0 1-1.1.07l-.078-.07-5-5-.07-.078-.044-.064-.045-.08-.015-.03-.022-.056-.027-.09-.008-.044-.008-.05-.004-.047v-.099l.004-.048.008-.05.008-.043.027-.09.022-.056.059-.11.054-.075.06-.068.079-.069.064-.045.08-.045.03-.014.056-.023.09-.026.044-.009.05-.008.048-.003z"})]}),YL=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:oi(ii[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{fill:"currentColor",d:"M9.412 6.077a.833.833 0 0 1 1.1-.069l.078.07 5 5 .07.078.044.064.045.08.014.03.023.056.026.09.009.044.008.05.003.047.002.05-.002.049-.004.048-.007.05-.009.043-.026.09-.023.056-.058.11-.054.075-.061.068-.078.069-.065.045-.08.045-.03.014-.055.023-.09.026-.045.009-.05.008-.047.003-.05.002H5c-.71 0-1.08-.822-.652-1.353l.064-.07z"})]});var rs=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:oi(ii[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"m4.167 10 4.166 4.167 8.333-8.334"})]});var C1=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:oi(ii[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"m5 7.5 5 5 5-5"})]});var I1=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:oi(ii[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M5.833 8.056a2.22 2.22 0 0 1 2.223-2.223h7.221A2.22 2.22 0 0 1 17.5 8.056v7.222a2.223 2.223 0 0 1-2.223 2.222H8.056a2.22 2.22 0 0 1-2.223-2.222z"}),(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M3.343 13.948A1.67 1.67 0 0 1 2.5 12.5V4.167c0-.917.75-1.667 1.667-1.667H12.5c.625 0 .965.32 1.25.833"})]});var os=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:oi(ii[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M15 5 5 15M5 5l10 10"})]});var _1=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:oi(ii[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"m14.167 5.833-8.334 8.334M6.667 5.833h7.5v7.5"})]}),JL=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:oi(ii[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M8.333 10a1.667 1.667 0 1 0 3.334 0 1.667 1.667 0 0 0-3.334 0"}),(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M17.5 10q-3 5-7.5 5t-7.5-5q3-5 7.5-5t7.5 5"})]});var qL=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:oi(ii[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M8.821 8.823a1.667 1.667 0 1 0 2.358 2.357"}),(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M13.9 13.894A7.26 7.26 0 0 1 10 15q-4.5 0-7.5-5 1.59-2.65 3.6-3.895m2.383-.955A7.6 7.6 0 0 1 10 5q4.5 0 7.5 5a13.8 13.8 0 0 1-1.782 2.392M2.5 2.5l15 15"})]});var KE=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:oi(ii[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"m7.5 12.5 5-5M9.167 5l.386-.447a4.167 4.167 0 0 1 5.892 5.894l-.445.386M10.833 15l-.33.445a4.223 4.223 0 0 1-5.94 0 4.144 4.144 0 0 1 0-5.893L5 9.167"})]});var KL=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:oi(ii[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M10 5V2.5M13.542 6.458l1.792-1.791M15 10h2.5M13.542 13.542l1.792 1.791M10 15v2.5M6.459 13.542l-1.792 1.791M5 10H2.5M6.459 6.458 4.667 4.667"})]});var QE=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:oi(ii[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{fill:"currentColor",d:"M14.167 2.783A8.333 8.333 0 1 1 1.67 10.27L1.667 10l.004-.27a8.333 8.333 0 0 1 12.496-6.947M8.759 7.617a.833.833 0 0 0-1.015 1.305L8.821 10l-1.077 1.077-.069.079a.833.833 0 0 0 1.248 1.1L10 11.179l1.078 1.077.078.069a.833.833 0 0 0 1.1-1.248L11.179 10l1.077-1.078.07-.078a.833.833 0 0 0-1.248-1.1L10 8.821 8.923 7.744l-.079-.07z"})]});var iae=U(me(),1);var ew=`
|
|
94
95
|
--color-neutral-text: #1f2123;
|
|
95
96
|
--color-neutral-text-muted: #3d3f43;
|
|
96
97
|
--color-neutral-text-subtle: #6d7178;
|
|
@@ -234,7 +235,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
234
235
|
--color-bamboo-base: #12966f;
|
|
235
236
|
--color-bamboo-dark: #195d46;
|
|
236
237
|
--color-bamboo-text: #007455;
|
|
237
|
-
`;var
|
|
238
|
+
`;var tw=`
|
|
238
239
|
--color-neutral-text: #f4f4f5;
|
|
239
240
|
--color-neutral-text-muted: #bfc1c5;
|
|
240
241
|
--color-neutral-text-subtle: #9ea2a8;
|
|
@@ -378,7 +379,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
378
379
|
--color-bamboo-base: #439274;
|
|
379
380
|
--color-bamboo-dark: #305b4a;
|
|
380
381
|
--color-bamboo-text: #65bc99;
|
|
381
|
-
`;var ew={magentaDeep:"#694d6b",magentaMain:"#9d829f",magentaTint:"#fef3ff",magentaAccent:"#ff64b8",mondoDeep:"#ff4800",mondoMain:"#b94013",mondoMedium:"#d4673f",mondoMuted:"#db8663",mondoSubtle:"#f3b390",mondoTint:"#fcdece",mondoAccent:"#4e4236",limeDeep:"#756506",limeMain:"#968108",limeMedium:"#c69f3d",limeTint:"#e8e3b5",limeAccent:"#ffff5a",meteoriteDeep:"#321868",meteoriteMain:"#6759e6",meteoriteMedium:"#bcb8ee",meteoriteAccent:"#38fb9d",meteoriteMuted:"#a4ffd3",meteoriteTint:"#dffff0",logoOrange:"#f86606",logoGreen:"#20a34e",logoBlue:"#246dff",neutral0:"#ffffff",neutral25:"#f9f9fa",neutral50:"#f4f4f5",neutral75:"#edeeef",neutral100:"#e4e5e6",neutral150:"#d2d3d6",neutral200:"#c9cbcf",neutral250:"#bfc1c5",neutral300:"#b4b6bb",neutral350:"#a9acb1",neutral400:"#9ea2a8",neutral450:"#848890",neutral500:"#6d7178",neutral550:"#5c5f66",neutral600:"#4f5257",neutral650:"#44464b",neutral700:"#3d3f43",neutral750:"#333538",neutral775:"#292b2e",neutral800:"#242528",neutral850:"#1f2123",neutral875:"#1b1c1d",neutral900:"#161718",neutral950:"#0a0a0b",yellow25:"#fcdc73",yellow50:"#ffd761",yellow75:"#f9ce4b",yellow100:"#f5bc38",yellow200:"#cf9117",yellow300:"#a56909",yellow350:"#8a4f05",yellow400:"#6d3806",yellow500:"#5d2e0e",yellow600:"#3f1b07",yellow700:"#301806",red25:"#f5a790",red50:"#fe9e8a",red75:"#ff8770",red100:"#ff7157",red200:"#ef6045",red300:"#cf4436",red350:"#aa3229",red400:"#812420",red500:"#672523",red600:"#40191b",red700:"#381719",green25:"#74d584",green50:"#6ccd7c",green75:"#55c06a",green100:"#3bb358",green200:"#23a64a",green300:"#068a35",green350:"#006e29",green400:"#00531e",green500:"#14441f",green600:"#0f2b14",green700:"#09260f",blue25:"#92c0ff",blue50:"#8ebcff",blue75:"#80a9ff",blue100:"#6f9dff",blue200:"#5990ff",blue300:"#3970d7",blue350:"#295cbb",blue400:"#194594",blue500:"#1a3a78",blue600:"#0d2550",blue700:"#151d34",roseLight:"#e88bb3",roseBase:"#b8487b",roseDark:"#6f234f",roseText:"#ed8bb5",buttercupLight:"#f9deaa",buttercupBase:"#e5b557",buttercupDark:"#b87939",buttercupText:"#ebbf6c",paprikaLight:"#e26c7d",paprikaBase:"#9e384b",paprikaDark:"#511d27",paprikaText:"#f67c8d",tealLight:"#aef0f5",tealBase:"#58bcc4",tealDark:"#408288",tealText:"#62c1c8",indigoLight:"#a8b7ed",indigoBase:"#6d85ca",indigoDark:"#425484",indigoText:"#a2b2eb",slateLight:"#c2c5dc",slateBase:"#8690bf",slateDark:"#535c81",slateText:"#afb2c9",coralLight:"#f3ccb0",coralBase:"#f08848",coralDark:"#9a4e2d",coralText:"#f9b27b",lavenderLight:"#b482ed",lavenderBase:"#8148c9",lavenderDark:"#48296f",lavenderText:"#be8af9",bambooLight:"#7acaa9",bambooBase:"#439274",bambooDark:"#305b4a",bambooText:"#65bc99"};var tw={magentaDeep:"#694d6b",magentaMain:"#9d829f",magentaTint:"#fef3ff",magentaAccent:"#ff64b8",mondoDeep:"#ff4800",mondoMain:"#b94013",mondoMedium:"#d4673f",mondoMuted:"#db8663",mondoSubtle:"#f3b390",mondoTint:"#fcdece",mondoAccent:"#4e4236",limeDeep:"#756506",limeMain:"#968108",limeMedium:"#c69f3d",limeTint:"#e8e3b5",limeAccent:"#ffff5a",meteoriteDeep:"#321868",meteoriteMain:"#6759e6",meteoriteMedium:"#bcb8ee",meteoriteAccent:"#38fb9d",meteoriteMuted:"#a4ffd3",meteoriteTint:"#dffff0",logoOrange:"#f86606",logoGreen:"#20a34e",logoBlue:"#246dff",neutral0:"#ffffff",neutral25:"#f9f9fa",neutral50:"#f4f4f5",neutral75:"#edeeef",neutral100:"#e4e5e6",neutral150:"#d2d3d6",neutral200:"#c9cbcf",neutral250:"#bfc1c5",neutral300:"#b4b6bb",neutral350:"#a9acb1",neutral400:"#9ea2a8",neutral450:"#848890",neutral500:"#6d7178",neutral550:"#5c5f66",neutral600:"#4f5257",neutral650:"#44464b",neutral700:"#3d3f43",neutral750:"#333538",neutral775:"#292b2e",neutral800:"#242528",neutral850:"#1f2123",neutral875:"#1b1c1d",neutral900:"#161718",neutral950:"#0a0a0b",yellow25:"#f9f6ea",yellow50:"#f9f0db",yellow75:"#f7e8c4",yellow100:"#f7dfb1",yellow200:"#f5b315",yellow300:"#e39c04",yellow350:"#d58e00",yellow400:"#ca8200",yellow500:"#a96600",yellow600:"#8c4e02",yellow700:"#864906",red25:"#fcf2ef",red50:"#fff0ec",red75:"#ffe3dc",red100:"#fedad1",red200:"#ffb39f",red300:"#ff886e",red350:"#fc7156",red400:"#fa4d37",red500:"#e3231d",red600:"#bb0401",red700:"#af0600",green25:"#e8f9ef",green50:"#e4f5e5",green75:"#daefdc",green100:"#cfe9d1",green200:"#80da8d",green300:"#46c263",green350:"#22b551",green400:"#00ab46",green500:"#008a27",green600:"#086e08",green700:"#176b08",blue25:"#f0f8ff",blue50:"#ecf1ff",blue75:"#e1eaff",blue100:"#d8e2ff",blue200:"#b2c6ff",blue300:"#88abfe",blue350:"#709efd",blue400:"#5290f9",blue500:"#1672eb",blue600:"#1a57da",blue700:"#224ed5",roseLight:"#f483b5",roseBase:"#c6387d",roseDark:"#781552",roseText:"#b6006b",buttercupLight:"#ffdd96",buttercupBase:"#f0b21b",buttercupDark:"#c37319",buttercupText:"#a65d00",paprikaLight:"#e44467",paprikaBase:"#9b0238",paprikaDark:"#4a0018",paprikaText:"#ba0044",tealLight:"#a7f2ed",tealBase:"#30c0bb",tealDark:"#297774",tealText:"#018181",indigoLight:"#a1b7ff",indigoBase:"#5d85e1",indigoDark:"#365494",indigoText:"#2563c1",slateLight:"#c1c5e1",slateBase:"#8490c4",slateDark:"#525c85",slateText:"#566087",coralLight:"#ffc89f",coralBase:"#fa8136",coralDark:"#bb4511",coralText:"#c74000",lavenderLight:"#bf97ed",lavenderBase:"#6a14de",lavenderDark:"#330276",lavenderText:"#6e00f4",bambooLight:"#64cda5",bambooBase:"#12966f",bambooDark:"#195d46",bambooText:"#007455"};var nw={neutral:{text:"var(--color-neutral-text)",textMuted:"var(--color-neutral-text-muted)",textSubtle:"var(--color-neutral-text-subtle)",textDisabled:"var(--color-neutral-text-disabled)",textOnPrimary:"var(--color-neutral-text-on-primary)",iconOnPrimary:"var(--color-neutral-icon-on-primary)",background:"var(--color-neutral-background)",backgroundMuted:"var(--color-neutral-background-muted)",backgroundSubtle:"var(--color-neutral-background-subtle)",backgroundWhite:"var(--color-neutral-background-white)",cardBackground:"var(--color-neutral-card-background)",cardBackgroundHover:"var(--color-neutral-card-background-hover)",border:"var(--color-neutral-border)",separatorSubtle:"var(--color-neutral-separator-subtle)",hover:"var(--color-neutral-hover)",onSurface:"var(--color-neutral-on-surface)",disabled:"var(--color-neutral-disabled)",overflow:"var(--color-neutral-overflow)",icon:"var(--color-neutral-icon)",iconSubtle:"var(--color-neutral-icon-subtle)",iconDisabled:"var(--color-neutral-icon-disabled)",fieldBorder:"var(--color-neutral-field-border)",actionSecondary:"var(--color-neutral-action-secondary)",actionSecondaryHover:"var(--color-neutral-action-secondary-hover)",actionSecondaryActive:"var(--color-neutral-action-secondary-active)",chipBackground:"var(--color-neutral-chip-background)",chipBackgroundHover:"var(--color-neutral-chip-background-hover)",chipBackgroundActive:"var(--color-neutral-chip-background-active)",chipBackgroundDisabled:"var(--color-neutral-chip-background-disabled)",largeTooltipBackground:"var(--color-neutral-large-tooltip-background)",largeTooltipBorder:"var(--color-neutral-large-tooltip-border)",smallTooltipText:"var(--color-neutral-small-tooltip-text)",smallTooltipBackground:"var(--color-neutral-small-tooltip-background)",smallTooltipBorder:"var(--color-neutral-small-tooltip-border)",overlay:"var(--color-neutral-overlay)",fieldBackground:"var(--color-neutral-field-background)",textPlaceholder:"var(--color-neutral-text-placeholder)"},primary:{text:"var(--color-primary-text)",textInteractive:"var(--color-primary-text-interactive)",icon:"var(--color-primary-icon)",action:"var(--color-primary-action)",actionHover:"var(--color-primary-action-hover)",actionActive:"var(--color-primary-action-active)",fieldBorderActive:"var(--color-primary-field-border-active)",borderSubtle:"var(--color-primary-border-subtle)",background:"var(--color-primary-background)",backgroundSubtle:"var(--color-primary-background-subtle)",backgroundHover:"var(--color-primary-background-hover)",chipBackground:"var(--color-primary-chip-background)",chipBackgroundSubtle:"var(--color-primary-chip-background-subtle)",chipBackgroundHover:"var(--color-primary-chip-background-hover)",chipText:"var(--color-primary-chip-text)",shadowActive:"var(--color-primary-shadow-active)"},primaryBlack:{action:"var(--color-primary-black-action)",actionHover:"var(--color-primary-black-action-hover)",actionActive:"var(--color-primary-black-action-active)",background:"var(--color-primary-black-background)",backgroundHover:"var(--color-primary-black-background-hover)",chipText:"var(--color-primary-black-chip-text)"},success:{text:"var(--color-success-text)",icon:"var(--color-success-icon)",background:"var(--color-success-background)",backgroundHover:"var(--color-success-background-hover)",backgroundSubtle:"var(--color-success-background-subtle)",backgroundSubtleHover:"var(--color-success-background-subtle-hover)",backgroundSubtleActive:"var(--color-success-background-subtle-active)",chipBackground:"var(--color-success-chip-background)",chipBackgroundHover:"var(--color-success-chip-background-hover)",chipText:"var(--color-success-chip-text)",border:"var(--color-success-border)",borderSubtle:"var(--color-success-border-subtle)",action:"var(--color-success-action)",actionHover:"var(--color-success-action-hover)",actionActive:"var(--color-success-action-active)"},warning:{text:"var(--color-warning-text)",icon:"var(--color-warning-icon)",background:"var(--color-warning-background)",backgroundHover:"var(--color-warning-background-hover)",backgroundSubtle:"var(--color-warning-background-subtle)",chipBackground:"var(--color-warning-chip-background)",chipBackgroundHover:"var(--color-warning-chip-background-hover)",chipText:"var(--color-warning-chip-text)",border:"var(--color-warning-border)",borderSubtle:"var(--color-warning-border-subtle)",fieldBorder:"var(--color-warning-field-border)"},danger:{text:"var(--color-danger-text)",icon:"var(--color-danger-icon)",background:"var(--color-danger-background)",backgroundHover:"var(--color-danger-background-hover)",backgroundSubtle:"var(--color-danger-background-subtle)",backgroundSubtleHover:"var(--color-danger-background-subtle-hover)",backgroundSubtleActive:"var(--color-danger-background-subtle-active)",chipBackground:"var(--color-danger-chip-background)",chipBackgroundHover:"var(--color-danger-chip-background-hover)",chipText:"var(--color-danger-chip-text)",border:"var(--color-danger-border)",borderSubtle:"var(--color-danger-border-subtle)",fieldBorder:"var(--color-danger-field-border)",action:"var(--color-danger-action)",actionHover:"var(--color-danger-action-hover)",actionActive:"var(--color-danger-action-active)"},special:{freePlanBackground:"var(--color-special-free-plan-background)",starterPlanBackground:"var(--color-special-starter-plan-background)",scalePlanBackground:"var(--color-special-scale-plan-background)",businessPlanBackground:"var(--color-special-business-plan-background)",enterprisePlanBackground:"var(--color-special-enterprise-plan-background)",highlight:"var(--color-special-highlight)"},rose:{light:"var(--color-rose-light)",base:"var(--color-rose-base)",dark:"var(--color-rose-dark)",text:"var(--color-rose-text)"},buttercup:{light:"var(--color-buttercup-light)",base:"var(--color-buttercup-base)",dark:"var(--color-buttercup-dark)",text:"var(--color-buttercup-text)"},paprika:{light:"var(--color-paprika-light)",base:"var(--color-paprika-base)",dark:"var(--color-paprika-dark)",text:"var(--color-paprika-text)"},teal:{light:"var(--color-teal-light)",base:"var(--color-teal-base)",dark:"var(--color-teal-dark)",text:"var(--color-teal-text)"},indigo:{light:"var(--color-indigo-light)",base:"var(--color-indigo-base)",dark:"var(--color-indigo-dark)",text:"var(--color-indigo-text)"},slate:{light:"var(--color-slate-light)",base:"var(--color-slate-base)",dark:"var(--color-slate-dark)",text:"var(--color-slate-text)"},coral:{light:"var(--color-coral-light)",base:"var(--color-coral-base)",dark:"var(--color-coral-dark)",text:"var(--color-coral-text)"},lavender:{light:"var(--color-lavender-light)",base:"var(--color-lavender-base)",dark:"var(--color-lavender-dark)",text:"var(--color-lavender-text)"},bamboo:{light:"var(--color-bamboo-light)",base:"var(--color-bamboo-base)",dark:"var(--color-bamboo-dark)",text:"var(--color-bamboo-text)"}};var ZL={tablet:"768px",desktop:"1024px",mediumDesktop:"1200px",largeDesktop:"1440px",xLargeDesktop:"1520px"},XL={tablet:"(min-width: 768px)",desktop:"(min-width: 1024px)",mediumDesktop:"(min-width: 1200px)",largeDesktop:"(min-width: 1440px)",xLargeDesktop:"(min-width: 1520px)"};var YL={space2:"0.2rem",space4:"0.4rem",space6:"0.6rem",space8:"0.8rem",space10:"1rem",space12:"1.2rem",space16:"1.6rem",space24:"2.4rem",space32:"3.2rem",space40:"4rem",space64:"6.4rem",space80:"8rem"};var JL={shadowActive:"var(--shadow-active)",shadow1:"var(--shadow-1)",shadow2:"var(--shadow-2)",shadow3:"var(--shadow-3)",shadow4:"var(--shadow-4)",shadow5:"var(--shadow-5)"};var qL={radius4:"4px",radius6:"6px",radius8:"8px",radius12:"12px",radius16:"16px",radius20:"20px",radiusFull:"100px"};var KL={smoothEaseIn:"0.3s ease-in",smoothEaseOut:"0.3s ease-out",fastEaseIn:"0.12s ease-in",fastEaseOut:"0.12s ease-out",fastEaseInOut:"0.12s ease-in-out"};var QL={shared:{mobile:{title3xl:"font-size: 2.8rem; line-height: 3.2rem; font-weight: 700; font-family: Inter, sans-serif;",title2xl:"font-size: 2.4rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",titleXl:"font-size: 2rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleL:"font-size: 1.8rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleM:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleS:"font-size: 1.4rem; line-height: 2rem; font-weight: 650; font-family: Inter, sans-serif;",titleXs:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 650; font-family: Inter, sans-serif;",bodyL:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",bodyLMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: Inter, sans-serif;",bodyLStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 600; font-family: Inter, sans-serif;",bodyM:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: Inter, sans-serif;",bodyMMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: Inter, sans-serif;",bodyMStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 600; font-family: Inter, sans-serif;",bodyS:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: Inter, sans-serif;",bodySMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: Inter, sans-serif;",bodySStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 600; font-family: Inter, sans-serif;",codeL:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeLMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeLStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeM:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeMMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeMStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeS:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeSMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeSStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;"},tablet:{title3xl:"font-size: 3.6rem; line-height: 4.4rem; font-weight: 700; font-family: Inter, sans-serif;",title2xl:"font-size: 2.8rem; line-height: 3.2rem; font-weight: 700; font-family: Inter, sans-serif;",titleXl:"font-size: 2.4rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",titleL:"font-size: 2rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleM:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleS:"font-size: 1.4rem; line-height: 2rem; font-weight: 650; font-family: Inter, sans-serif;",titleXs:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 650; font-family: Inter, sans-serif;",bodyL:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",bodyLMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: Inter, sans-serif;",bodyLStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 600; font-family: Inter, sans-serif;",bodyM:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: Inter, sans-serif;",bodyMMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: Inter, sans-serif;",bodyMStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 600; font-family: Inter, sans-serif;",bodyS:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: Inter, sans-serif;",bodySMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: Inter, sans-serif;",bodySStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 600; font-family: Inter, sans-serif;",codeL:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeLMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeLStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeM:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeMMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeMStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeS:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeSMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeSStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;"},desktop:{title3xl:"font-size: 3.6rem; line-height: 4.4rem; font-weight: 700; font-family: Inter, sans-serif;",title2xl:"font-size: 2.8rem; line-height: 3.2rem; font-weight: 700; font-family: Inter, sans-serif;",titleXl:"font-size: 2.4rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",titleL:"font-size: 2rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleM:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleS:"font-size: 1.4rem; line-height: 2rem; font-weight: 650; font-family: Inter, sans-serif;",titleXs:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 650; font-family: Inter, sans-serif;",bodyL:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",bodyLMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: Inter, sans-serif;",bodyLStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 600; font-family: Inter, sans-serif;",bodyM:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: Inter, sans-serif;",bodyMMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: Inter, sans-serif;",bodyMStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 600; font-family: Inter, sans-serif;",bodyS:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: Inter, sans-serif;",bodySMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: Inter, sans-serif;",bodySStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 600; font-family: Inter, sans-serif;",codeL:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeLMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeLStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeM:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeMMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeMStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeS:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeSMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeSStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;"}},marketing:{mobile:{title3xl:"font-size: 5.2rem; line-height: 6rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",title2xl:"font-size: 3.6rem; line-height: 4.6rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleXl:"font-size: 3.2rem; line-height: 4.2rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleL:"font-size: 2.8rem; line-height: 3.6rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleM:"font-size: 2.4rem; line-height: 3.2rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleMl:"font-size: 2.6rem; line-height: 3.4rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleS:"font-size: 2rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleXs:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",bodyL:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 400; font-family: Inter, sans-serif;",bodyLMedium:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 500; font-family: Inter, sans-serif;",bodyLStrong:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",bodyM:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",bodyMMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: Inter, sans-serif;",bodyMStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",bodyS:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: Inter, sans-serif;",bodySMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: Inter, sans-serif;",bodySStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: Inter, sans-serif;",bodyXs:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: Inter, sans-serif;",bodyXsMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: Inter, sans-serif;",bodyXsStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 700; font-family: Inter, sans-serif;"},tablet:{title3xl:"font-size: 6.6rem; line-height: 7.6rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",title2xl:"font-size: 4.8rem; line-height: 5.8rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleXl:"font-size: 4.4rem; line-height: 5.4rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleL:"font-size: 3.2rem; line-height: 4.2rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleM:"font-size: 2.6rem; line-height: 3rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleMl:"font-size: 2.8rem; line-height: 3.6rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleS:"font-size: 2rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleXs:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",bodyL:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 400; font-family: Inter, sans-serif;",bodyLMedium:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 500; font-family: Inter, sans-serif;",bodyLStrong:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",bodyM:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",bodyMMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: Inter, sans-serif;",bodyMStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",bodyS:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: Inter, sans-serif;",bodySMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: Inter, sans-serif;",bodySStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: Inter, sans-serif;",bodyXs:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: Inter, sans-serif;",bodyXsMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: Inter, sans-serif;",bodyXsStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 700; font-family: Inter, sans-serif;"},desktop:{title3xl:"font-size: 7.2rem; line-height: 8.2rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",title2xl:"font-size: 5.8rem; line-height: 6.8rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleXl:"font-size: 4.8rem; line-height: 5.8rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleL:"font-size: 4rem; line-height: 5rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleM:"font-size: 2.6rem; line-height: 3.4rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleMl:"font-size: 3.6rem; line-height: 4.2rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleS:"font-size: 2rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleXs:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",bodyL:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 400; font-family: Inter, sans-serif;",bodyLMedium:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 500; font-family: Inter, sans-serif;",bodyLStrong:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",bodyM:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",bodyMMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: Inter, sans-serif;",bodyMStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",bodyS:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: Inter, sans-serif;",bodySMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: Inter, sans-serif;",bodySStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: Inter, sans-serif;",bodyXs:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: Inter, sans-serif;",bodyXsMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: Inter, sans-serif;",bodyXsStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 700; font-family: Inter, sans-serif;"}},content:{mobile:{heading1:"font-size: 2.4rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",heading2:"font-size: 2rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",heading3:"font-size: 1.8rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",heading4:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",heading5:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: Inter, sans-serif;",heading6:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 700; font-family: Inter, sans-serif;",paragraph:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",paragraphStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",snippet:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",snippetStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;"},tablet:{heading1:"font-size: 3.2rem; line-height: 4rem; font-weight: 700; font-family: Inter, sans-serif;",heading2:"font-size: 2.4rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",heading3:"font-size: 2rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",heading4:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",heading5:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: Inter, sans-serif;",heading6:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 700; font-family: Inter, sans-serif;",paragraph:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",paragraphStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",snippet:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",snippetStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;"},desktop:{heading1:"font-size: 3.2rem; line-height: 4rem; font-weight: 700; font-family: Inter, sans-serif;",heading2:"font-size: 2.4rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",heading3:"font-size: 2rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",heading4:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",heading5:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: Inter, sans-serif;",heading6:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 700; font-family: Inter, sans-serif;",paragraph:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",paragraphStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",snippet:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",snippetStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;"}}};var m={color:nw,colorPalette:{light:tw,dark:ew},space:YL,radius:qL,layout:ZL,device:XL,transition:KL,shadow:JL,typography:QL};var nF=U(me(),1);var eF=U(me(),1),tF=U(ge(),1);var Ks=e=>!e||e==="none"?0:e==="auto"?"auto":m.space[e]||0,Jie=W.div`
|
|
382
|
+
`;var nw={magentaDeep:"#694d6b",magentaMain:"#9d829f",magentaTint:"#fef3ff",magentaAccent:"#ff64b8",mondoDeep:"#ff4800",mondoMain:"#b94013",mondoMedium:"#d4673f",mondoMuted:"#db8663",mondoSubtle:"#f3b390",mondoTint:"#fcdece",mondoAccent:"#4e4236",limeDeep:"#756506",limeMain:"#968108",limeMedium:"#c69f3d",limeTint:"#e8e3b5",limeAccent:"#ffff5a",meteoriteDeep:"#321868",meteoriteMain:"#6759e6",meteoriteMedium:"#bcb8ee",meteoriteAccent:"#38fb9d",meteoriteMuted:"#a4ffd3",meteoriteTint:"#dffff0",logoOrange:"#f86606",logoGreen:"#20a34e",logoBlue:"#246dff",neutral0:"#ffffff",neutral25:"#f9f9fa",neutral50:"#f4f4f5",neutral75:"#edeeef",neutral100:"#e4e5e6",neutral150:"#d2d3d6",neutral200:"#c9cbcf",neutral250:"#bfc1c5",neutral300:"#b4b6bb",neutral350:"#a9acb1",neutral400:"#9ea2a8",neutral450:"#848890",neutral500:"#6d7178",neutral550:"#5c5f66",neutral600:"#4f5257",neutral650:"#44464b",neutral700:"#3d3f43",neutral750:"#333538",neutral775:"#292b2e",neutral800:"#242528",neutral850:"#1f2123",neutral875:"#1b1c1d",neutral900:"#161718",neutral950:"#0a0a0b",yellow25:"#fcdc73",yellow50:"#ffd761",yellow75:"#f9ce4b",yellow100:"#f5bc38",yellow200:"#cf9117",yellow300:"#a56909",yellow350:"#8a4f05",yellow400:"#6d3806",yellow500:"#5d2e0e",yellow600:"#3f1b07",yellow700:"#301806",red25:"#f5a790",red50:"#fe9e8a",red75:"#ff8770",red100:"#ff7157",red200:"#ef6045",red300:"#cf4436",red350:"#aa3229",red400:"#812420",red500:"#672523",red600:"#40191b",red700:"#381719",green25:"#74d584",green50:"#6ccd7c",green75:"#55c06a",green100:"#3bb358",green200:"#23a64a",green300:"#068a35",green350:"#006e29",green400:"#00531e",green500:"#14441f",green600:"#0f2b14",green700:"#09260f",blue25:"#92c0ff",blue50:"#8ebcff",blue75:"#80a9ff",blue100:"#6f9dff",blue200:"#5990ff",blue300:"#3970d7",blue350:"#295cbb",blue400:"#194594",blue500:"#1a3a78",blue600:"#0d2550",blue700:"#151d34",roseLight:"#e88bb3",roseBase:"#b8487b",roseDark:"#6f234f",roseText:"#ed8bb5",buttercupLight:"#f9deaa",buttercupBase:"#e5b557",buttercupDark:"#b87939",buttercupText:"#ebbf6c",paprikaLight:"#e26c7d",paprikaBase:"#9e384b",paprikaDark:"#511d27",paprikaText:"#f67c8d",tealLight:"#aef0f5",tealBase:"#58bcc4",tealDark:"#408288",tealText:"#62c1c8",indigoLight:"#a8b7ed",indigoBase:"#6d85ca",indigoDark:"#425484",indigoText:"#a2b2eb",slateLight:"#c2c5dc",slateBase:"#8690bf",slateDark:"#535c81",slateText:"#afb2c9",coralLight:"#f3ccb0",coralBase:"#f08848",coralDark:"#9a4e2d",coralText:"#f9b27b",lavenderLight:"#b482ed",lavenderBase:"#8148c9",lavenderDark:"#48296f",lavenderText:"#be8af9",bambooLight:"#7acaa9",bambooBase:"#439274",bambooDark:"#305b4a",bambooText:"#65bc99"};var rw={magentaDeep:"#694d6b",magentaMain:"#9d829f",magentaTint:"#fef3ff",magentaAccent:"#ff64b8",mondoDeep:"#ff4800",mondoMain:"#b94013",mondoMedium:"#d4673f",mondoMuted:"#db8663",mondoSubtle:"#f3b390",mondoTint:"#fcdece",mondoAccent:"#4e4236",limeDeep:"#756506",limeMain:"#968108",limeMedium:"#c69f3d",limeTint:"#e8e3b5",limeAccent:"#ffff5a",meteoriteDeep:"#321868",meteoriteMain:"#6759e6",meteoriteMedium:"#bcb8ee",meteoriteAccent:"#38fb9d",meteoriteMuted:"#a4ffd3",meteoriteTint:"#dffff0",logoOrange:"#f86606",logoGreen:"#20a34e",logoBlue:"#246dff",neutral0:"#ffffff",neutral25:"#f9f9fa",neutral50:"#f4f4f5",neutral75:"#edeeef",neutral100:"#e4e5e6",neutral150:"#d2d3d6",neutral200:"#c9cbcf",neutral250:"#bfc1c5",neutral300:"#b4b6bb",neutral350:"#a9acb1",neutral400:"#9ea2a8",neutral450:"#848890",neutral500:"#6d7178",neutral550:"#5c5f66",neutral600:"#4f5257",neutral650:"#44464b",neutral700:"#3d3f43",neutral750:"#333538",neutral775:"#292b2e",neutral800:"#242528",neutral850:"#1f2123",neutral875:"#1b1c1d",neutral900:"#161718",neutral950:"#0a0a0b",yellow25:"#f9f6ea",yellow50:"#f9f0db",yellow75:"#f7e8c4",yellow100:"#f7dfb1",yellow200:"#f5b315",yellow300:"#e39c04",yellow350:"#d58e00",yellow400:"#ca8200",yellow500:"#a96600",yellow600:"#8c4e02",yellow700:"#864906",red25:"#fcf2ef",red50:"#fff0ec",red75:"#ffe3dc",red100:"#fedad1",red200:"#ffb39f",red300:"#ff886e",red350:"#fc7156",red400:"#fa4d37",red500:"#e3231d",red600:"#bb0401",red700:"#af0600",green25:"#e8f9ef",green50:"#e4f5e5",green75:"#daefdc",green100:"#cfe9d1",green200:"#80da8d",green300:"#46c263",green350:"#22b551",green400:"#00ab46",green500:"#008a27",green600:"#086e08",green700:"#176b08",blue25:"#f0f8ff",blue50:"#ecf1ff",blue75:"#e1eaff",blue100:"#d8e2ff",blue200:"#b2c6ff",blue300:"#88abfe",blue350:"#709efd",blue400:"#5290f9",blue500:"#1672eb",blue600:"#1a57da",blue700:"#224ed5",roseLight:"#f483b5",roseBase:"#c6387d",roseDark:"#781552",roseText:"#b6006b",buttercupLight:"#ffdd96",buttercupBase:"#f0b21b",buttercupDark:"#c37319",buttercupText:"#a65d00",paprikaLight:"#e44467",paprikaBase:"#9b0238",paprikaDark:"#4a0018",paprikaText:"#ba0044",tealLight:"#a7f2ed",tealBase:"#30c0bb",tealDark:"#297774",tealText:"#018181",indigoLight:"#a1b7ff",indigoBase:"#5d85e1",indigoDark:"#365494",indigoText:"#2563c1",slateLight:"#c1c5e1",slateBase:"#8490c4",slateDark:"#525c85",slateText:"#566087",coralLight:"#ffc89f",coralBase:"#fa8136",coralDark:"#bb4511",coralText:"#c74000",lavenderLight:"#bf97ed",lavenderBase:"#6a14de",lavenderDark:"#330276",lavenderText:"#6e00f4",bambooLight:"#64cda5",bambooBase:"#12966f",bambooDark:"#195d46",bambooText:"#007455"};var ow={neutral:{text:"var(--color-neutral-text)",textMuted:"var(--color-neutral-text-muted)",textSubtle:"var(--color-neutral-text-subtle)",textDisabled:"var(--color-neutral-text-disabled)",textOnPrimary:"var(--color-neutral-text-on-primary)",iconOnPrimary:"var(--color-neutral-icon-on-primary)",background:"var(--color-neutral-background)",backgroundMuted:"var(--color-neutral-background-muted)",backgroundSubtle:"var(--color-neutral-background-subtle)",backgroundWhite:"var(--color-neutral-background-white)",cardBackground:"var(--color-neutral-card-background)",cardBackgroundHover:"var(--color-neutral-card-background-hover)",border:"var(--color-neutral-border)",separatorSubtle:"var(--color-neutral-separator-subtle)",hover:"var(--color-neutral-hover)",onSurface:"var(--color-neutral-on-surface)",disabled:"var(--color-neutral-disabled)",overflow:"var(--color-neutral-overflow)",icon:"var(--color-neutral-icon)",iconSubtle:"var(--color-neutral-icon-subtle)",iconDisabled:"var(--color-neutral-icon-disabled)",fieldBorder:"var(--color-neutral-field-border)",actionSecondary:"var(--color-neutral-action-secondary)",actionSecondaryHover:"var(--color-neutral-action-secondary-hover)",actionSecondaryActive:"var(--color-neutral-action-secondary-active)",chipBackground:"var(--color-neutral-chip-background)",chipBackgroundHover:"var(--color-neutral-chip-background-hover)",chipBackgroundActive:"var(--color-neutral-chip-background-active)",chipBackgroundDisabled:"var(--color-neutral-chip-background-disabled)",largeTooltipBackground:"var(--color-neutral-large-tooltip-background)",largeTooltipBorder:"var(--color-neutral-large-tooltip-border)",smallTooltipText:"var(--color-neutral-small-tooltip-text)",smallTooltipBackground:"var(--color-neutral-small-tooltip-background)",smallTooltipBorder:"var(--color-neutral-small-tooltip-border)",overlay:"var(--color-neutral-overlay)",fieldBackground:"var(--color-neutral-field-background)",textPlaceholder:"var(--color-neutral-text-placeholder)"},primary:{text:"var(--color-primary-text)",textInteractive:"var(--color-primary-text-interactive)",icon:"var(--color-primary-icon)",action:"var(--color-primary-action)",actionHover:"var(--color-primary-action-hover)",actionActive:"var(--color-primary-action-active)",fieldBorderActive:"var(--color-primary-field-border-active)",borderSubtle:"var(--color-primary-border-subtle)",background:"var(--color-primary-background)",backgroundSubtle:"var(--color-primary-background-subtle)",backgroundHover:"var(--color-primary-background-hover)",chipBackground:"var(--color-primary-chip-background)",chipBackgroundSubtle:"var(--color-primary-chip-background-subtle)",chipBackgroundHover:"var(--color-primary-chip-background-hover)",chipText:"var(--color-primary-chip-text)",shadowActive:"var(--color-primary-shadow-active)"},primaryBlack:{action:"var(--color-primary-black-action)",actionHover:"var(--color-primary-black-action-hover)",actionActive:"var(--color-primary-black-action-active)",background:"var(--color-primary-black-background)",backgroundHover:"var(--color-primary-black-background-hover)",chipText:"var(--color-primary-black-chip-text)"},success:{text:"var(--color-success-text)",icon:"var(--color-success-icon)",background:"var(--color-success-background)",backgroundHover:"var(--color-success-background-hover)",backgroundSubtle:"var(--color-success-background-subtle)",backgroundSubtleHover:"var(--color-success-background-subtle-hover)",backgroundSubtleActive:"var(--color-success-background-subtle-active)",chipBackground:"var(--color-success-chip-background)",chipBackgroundHover:"var(--color-success-chip-background-hover)",chipText:"var(--color-success-chip-text)",border:"var(--color-success-border)",borderSubtle:"var(--color-success-border-subtle)",action:"var(--color-success-action)",actionHover:"var(--color-success-action-hover)",actionActive:"var(--color-success-action-active)"},warning:{text:"var(--color-warning-text)",icon:"var(--color-warning-icon)",background:"var(--color-warning-background)",backgroundHover:"var(--color-warning-background-hover)",backgroundSubtle:"var(--color-warning-background-subtle)",chipBackground:"var(--color-warning-chip-background)",chipBackgroundHover:"var(--color-warning-chip-background-hover)",chipText:"var(--color-warning-chip-text)",border:"var(--color-warning-border)",borderSubtle:"var(--color-warning-border-subtle)",fieldBorder:"var(--color-warning-field-border)"},danger:{text:"var(--color-danger-text)",icon:"var(--color-danger-icon)",background:"var(--color-danger-background)",backgroundHover:"var(--color-danger-background-hover)",backgroundSubtle:"var(--color-danger-background-subtle)",backgroundSubtleHover:"var(--color-danger-background-subtle-hover)",backgroundSubtleActive:"var(--color-danger-background-subtle-active)",chipBackground:"var(--color-danger-chip-background)",chipBackgroundHover:"var(--color-danger-chip-background-hover)",chipText:"var(--color-danger-chip-text)",border:"var(--color-danger-border)",borderSubtle:"var(--color-danger-border-subtle)",fieldBorder:"var(--color-danger-field-border)",action:"var(--color-danger-action)",actionHover:"var(--color-danger-action-hover)",actionActive:"var(--color-danger-action-active)"},special:{freePlanBackground:"var(--color-special-free-plan-background)",starterPlanBackground:"var(--color-special-starter-plan-background)",scalePlanBackground:"var(--color-special-scale-plan-background)",businessPlanBackground:"var(--color-special-business-plan-background)",enterprisePlanBackground:"var(--color-special-enterprise-plan-background)",highlight:"var(--color-special-highlight)"},rose:{light:"var(--color-rose-light)",base:"var(--color-rose-base)",dark:"var(--color-rose-dark)",text:"var(--color-rose-text)"},buttercup:{light:"var(--color-buttercup-light)",base:"var(--color-buttercup-base)",dark:"var(--color-buttercup-dark)",text:"var(--color-buttercup-text)"},paprika:{light:"var(--color-paprika-light)",base:"var(--color-paprika-base)",dark:"var(--color-paprika-dark)",text:"var(--color-paprika-text)"},teal:{light:"var(--color-teal-light)",base:"var(--color-teal-base)",dark:"var(--color-teal-dark)",text:"var(--color-teal-text)"},indigo:{light:"var(--color-indigo-light)",base:"var(--color-indigo-base)",dark:"var(--color-indigo-dark)",text:"var(--color-indigo-text)"},slate:{light:"var(--color-slate-light)",base:"var(--color-slate-base)",dark:"var(--color-slate-dark)",text:"var(--color-slate-text)"},coral:{light:"var(--color-coral-light)",base:"var(--color-coral-base)",dark:"var(--color-coral-dark)",text:"var(--color-coral-text)"},lavender:{light:"var(--color-lavender-light)",base:"var(--color-lavender-base)",dark:"var(--color-lavender-dark)",text:"var(--color-lavender-text)"},bamboo:{light:"var(--color-bamboo-light)",base:"var(--color-bamboo-base)",dark:"var(--color-bamboo-dark)",text:"var(--color-bamboo-text)"}};var QL={tablet:"768px",desktop:"1024px",mediumDesktop:"1200px",largeDesktop:"1440px",xLargeDesktop:"1520px"},eF={tablet:"(min-width: 768px)",desktop:"(min-width: 1024px)",mediumDesktop:"(min-width: 1200px)",largeDesktop:"(min-width: 1440px)",xLargeDesktop:"(min-width: 1520px)"};var tF={space2:"0.2rem",space4:"0.4rem",space6:"0.6rem",space8:"0.8rem",space10:"1rem",space12:"1.2rem",space16:"1.6rem",space24:"2.4rem",space32:"3.2rem",space40:"4rem",space64:"6.4rem",space80:"8rem"};var nF={shadowActive:"var(--shadow-active)",shadow1:"var(--shadow-1)",shadow2:"var(--shadow-2)",shadow3:"var(--shadow-3)",shadow4:"var(--shadow-4)",shadow5:"var(--shadow-5)"};var rF={radius4:"4px",radius6:"6px",radius8:"8px",radius12:"12px",radius16:"16px",radius20:"20px",radiusFull:"100px"};var oF={smoothEaseIn:"0.3s ease-in",smoothEaseOut:"0.3s ease-out",fastEaseIn:"0.12s ease-in",fastEaseOut:"0.12s ease-out",fastEaseInOut:"0.12s ease-in-out"};var iF={shared:{mobile:{title3xl:"font-size: 2.8rem; line-height: 3.2rem; font-weight: 700; font-family: Inter, sans-serif;",title2xl:"font-size: 2.4rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",titleXl:"font-size: 2rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleL:"font-size: 1.8rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleM:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleS:"font-size: 1.4rem; line-height: 2rem; font-weight: 650; font-family: Inter, sans-serif;",titleXs:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 650; font-family: Inter, sans-serif;",bodyL:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",bodyLMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: Inter, sans-serif;",bodyLStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 600; font-family: Inter, sans-serif;",bodyM:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: Inter, sans-serif;",bodyMMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: Inter, sans-serif;",bodyMStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 600; font-family: Inter, sans-serif;",bodyS:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: Inter, sans-serif;",bodySMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: Inter, sans-serif;",bodySStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 600; font-family: Inter, sans-serif;",codeL:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeLMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeLStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeM:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeMMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeMStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeS:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeSMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeSStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;"},tablet:{title3xl:"font-size: 3.6rem; line-height: 4.4rem; font-weight: 700; font-family: Inter, sans-serif;",title2xl:"font-size: 2.8rem; line-height: 3.2rem; font-weight: 700; font-family: Inter, sans-serif;",titleXl:"font-size: 2.4rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",titleL:"font-size: 2rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleM:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleS:"font-size: 1.4rem; line-height: 2rem; font-weight: 650; font-family: Inter, sans-serif;",titleXs:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 650; font-family: Inter, sans-serif;",bodyL:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",bodyLMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: Inter, sans-serif;",bodyLStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 600; font-family: Inter, sans-serif;",bodyM:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: Inter, sans-serif;",bodyMMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: Inter, sans-serif;",bodyMStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 600; font-family: Inter, sans-serif;",bodyS:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: Inter, sans-serif;",bodySMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: Inter, sans-serif;",bodySStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 600; font-family: Inter, sans-serif;",codeL:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeLMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeLStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeM:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeMMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeMStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeS:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeSMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeSStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;"},desktop:{title3xl:"font-size: 3.6rem; line-height: 4.4rem; font-weight: 700; font-family: Inter, sans-serif;",title2xl:"font-size: 2.8rem; line-height: 3.2rem; font-weight: 700; font-family: Inter, sans-serif;",titleXl:"font-size: 2.4rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",titleL:"font-size: 2rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleM:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleS:"font-size: 1.4rem; line-height: 2rem; font-weight: 650; font-family: Inter, sans-serif;",titleXs:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 650; font-family: Inter, sans-serif;",bodyL:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",bodyLMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: Inter, sans-serif;",bodyLStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 600; font-family: Inter, sans-serif;",bodyM:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: Inter, sans-serif;",bodyMMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: Inter, sans-serif;",bodyMStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 600; font-family: Inter, sans-serif;",bodyS:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: Inter, sans-serif;",bodySMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: Inter, sans-serif;",bodySStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 600; font-family: Inter, sans-serif;",codeL:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeLMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeLStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeM:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeMMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeMStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeS:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeSMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",codeSStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 600; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;"}},marketing:{mobile:{title3xl:"font-size: 5.2rem; line-height: 6rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",title2xl:"font-size: 3.6rem; line-height: 4.6rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleXl:"font-size: 3.2rem; line-height: 4.2rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleL:"font-size: 2.8rem; line-height: 3.6rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleM:"font-size: 2.4rem; line-height: 3.2rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleMl:"font-size: 2.6rem; line-height: 3.4rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleS:"font-size: 2rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleXs:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",bodyL:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 400; font-family: Inter, sans-serif;",bodyLMedium:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 500; font-family: Inter, sans-serif;",bodyLStrong:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",bodyM:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",bodyMMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: Inter, sans-serif;",bodyMStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",bodyS:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: Inter, sans-serif;",bodySMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: Inter, sans-serif;",bodySStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: Inter, sans-serif;",bodyXs:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: Inter, sans-serif;",bodyXsMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: Inter, sans-serif;",bodyXsStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 700; font-family: Inter, sans-serif;"},tablet:{title3xl:"font-size: 6.6rem; line-height: 7.6rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",title2xl:"font-size: 4.8rem; line-height: 5.8rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleXl:"font-size: 4.4rem; line-height: 5.4rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleL:"font-size: 3.2rem; line-height: 4.2rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleM:"font-size: 2.6rem; line-height: 3rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleMl:"font-size: 2.8rem; line-height: 3.6rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleS:"font-size: 2rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleXs:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",bodyL:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 400; font-family: Inter, sans-serif;",bodyLMedium:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 500; font-family: Inter, sans-serif;",bodyLStrong:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",bodyM:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",bodyMMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: Inter, sans-serif;",bodyMStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",bodyS:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: Inter, sans-serif;",bodySMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: Inter, sans-serif;",bodySStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: Inter, sans-serif;",bodyXs:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: Inter, sans-serif;",bodyXsMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: Inter, sans-serif;",bodyXsStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 700; font-family: Inter, sans-serif;"},desktop:{title3xl:"font-size: 7.2rem; line-height: 8.2rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",title2xl:"font-size: 5.8rem; line-height: 6.8rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleXl:"font-size: 4.8rem; line-height: 5.8rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleL:"font-size: 4rem; line-height: 5rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleM:"font-size: 2.6rem; line-height: 3.4rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleMl:"font-size: 3.6rem; line-height: 4.2rem; font-weight: 400; font-family: 'GT-Walsheim-Regular', sans-serif;",titleS:"font-size: 2rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",titleXs:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 650; font-family: Inter, sans-serif;",bodyL:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 400; font-family: Inter, sans-serif;",bodyLMedium:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 500; font-family: Inter, sans-serif;",bodyLStrong:"font-size: 1.8rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",bodyM:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",bodyMMedium:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 500; font-family: Inter, sans-serif;",bodyMStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",bodyS:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: Inter, sans-serif;",bodySMedium:"font-size: 1.4rem; line-height: 2rem; font-weight: 500; font-family: Inter, sans-serif;",bodySStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: Inter, sans-serif;",bodyXs:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; font-family: Inter, sans-serif;",bodyXsMedium:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: Inter, sans-serif;",bodyXsStrong:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 700; font-family: Inter, sans-serif;"}},content:{mobile:{heading1:"font-size: 2.4rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",heading2:"font-size: 2rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",heading3:"font-size: 1.8rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",heading4:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",heading5:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: Inter, sans-serif;",heading6:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 700; font-family: Inter, sans-serif;",paragraph:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",paragraphStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",snippet:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",snippetStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;"},tablet:{heading1:"font-size: 3.2rem; line-height: 4rem; font-weight: 700; font-family: Inter, sans-serif;",heading2:"font-size: 2.4rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",heading3:"font-size: 2rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",heading4:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",heading5:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: Inter, sans-serif;",heading6:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 700; font-family: Inter, sans-serif;",paragraph:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",paragraphStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",snippet:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",snippetStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;"},desktop:{heading1:"font-size: 3.2rem; line-height: 4rem; font-weight: 700; font-family: Inter, sans-serif;",heading2:"font-size: 2.4rem; line-height: 2.8rem; font-weight: 700; font-family: Inter, sans-serif;",heading3:"font-size: 2rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",heading4:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",heading5:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: Inter, sans-serif;",heading6:"font-size: 1.2rem; line-height: 1.6rem; font-weight: 700; font-family: Inter, sans-serif;",paragraph:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 400; font-family: Inter, sans-serif;",paragraphStrong:"font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; font-family: Inter, sans-serif;",snippet:"font-size: 1.4rem; line-height: 2rem; font-weight: 400; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;",snippetStrong:"font-size: 1.4rem; line-height: 2rem; font-weight: 700; font-family: 'IBM Plex Mono', Consolas, 'Liberation Mono', Menlo, monospace;"}}};var m={color:ow,colorPalette:{light:rw,dark:nw},space:tF,radius:rF,layout:QL,device:eF,transition:oF,shadow:nF,typography:iF};var uF=U(me(),1);var aF=U(me(),1),sF=U(ge(),1);var Ks=e=>!e||e==="none"?0:e==="auto"?"auto":m.space[e]||0,rae=W.div`
|
|
382
383
|
${({$mt:e,$my:t,$m:n})=>(e||t||n)&&J`
|
|
383
384
|
margin-top: ${Ks(e||t||n)};
|
|
384
385
|
`}
|
|
@@ -410,7 +411,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
410
411
|
${({$pl:e,$px:t,$p:n})=>(e||t||n)&&J`
|
|
411
412
|
padding-left: ${Ks(e||t||n)};
|
|
412
413
|
`}
|
|
413
|
-
`,Be=(0,
|
|
414
|
+
`,Be=(0,sF.forwardRef)(({m:e,mt:t,mb:n,ml:o,mr:r,mx:i,my:a,p:s,pt:l,pb:d,pl:f,pr:p,px:b,py:g,as:y,...k},C)=>(0,aF.jsx)(rae,{$m:e,$mt:t,$mb:n,$ml:o,$mr:r,$mx:i,$my:a,$p:s,$pt:l,$pb:d,$pl:f,$pr:p,$px:b,$py:g,as:y,ref:C,...k}));var oae=W(Be)`
|
|
414
415
|
${e=>e.$italic&&J`
|
|
415
416
|
font-style: italic;
|
|
416
417
|
`}
|
|
@@ -426,7 +427,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
426
427
|
${e=>e.$color&&J`
|
|
427
428
|
color: ${e.$color};
|
|
428
429
|
`}
|
|
429
|
-
`,
|
|
430
|
+
`,ai=({italic:e,align:t,color:n,uppercase:o,as:r,...i})=>(0,uF.jsx)(oae,{$italic:e,$align:t,$color:n,$uppercase:o,forwardedAs:r,...i});var KIe=W(ai)`
|
|
430
431
|
${e=>`
|
|
431
432
|
${m.typography.shared.mobile[e.$type||"titleL"]}
|
|
432
433
|
|
|
@@ -438,9 +439,9 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
438
439
|
${m.typography.shared.desktop[e.$type||"titleL"]}
|
|
439
440
|
}
|
|
440
441
|
`}
|
|
441
|
-
`;var
|
|
442
|
-
${e=>
|
|
443
|
-
`,rt=(0,
|
|
442
|
+
`;var lF=U(me(),1),cF=U(ge(),1);var aae={body:{regular:{normal:m.typography.shared.tablet.bodyM,medium:m.typography.shared.tablet.bodyMMedium,bold:m.typography.shared.tablet.bodyMStrong},small:{normal:m.typography.shared.tablet.bodyS,medium:m.typography.shared.tablet.bodySMedium,bold:m.typography.shared.tablet.bodySStrong},big:{normal:m.typography.shared.tablet.bodyL,medium:m.typography.shared.tablet.bodyLMedium,bold:m.typography.shared.tablet.bodyLStrong}},code:{regular:{normal:m.typography.shared.tablet.codeM,medium:m.typography.shared.tablet.codeMMedium,bold:m.typography.shared.tablet.codeMStrong},small:{normal:m.typography.shared.tablet.codeS,medium:m.typography.shared.tablet.codeSMedium,bold:m.typography.shared.tablet.codeSStrong},big:{normal:m.typography.shared.tablet.codeL,medium:m.typography.shared.tablet.codeLMedium,bold:m.typography.shared.tablet.codeLStrong}}},sae=W(ai)`
|
|
443
|
+
${e=>aae[e.$type||"body"][e.$size||"regular"][e.$weight||"normal"]}
|
|
444
|
+
`,rt=(0,cF.forwardRef)(({type:e,size:t,weight:n,as:o,...r},i)=>(0,lF.jsx)(sae,{$type:e,$size:t,$weight:n,forwardedAs:o||"p",ref:i,m:"none",...r}));var dF=U(me(),1),fF=U(ge(),1);var uae={paragraph:{normal:J`
|
|
444
445
|
${m.typography.content.mobile.paragraph}
|
|
445
446
|
|
|
446
447
|
@media (min-width: ${m.layout.tablet}) {
|
|
@@ -480,9 +481,9 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
480
481
|
@media (min-width: ${m.layout.desktop}) {
|
|
481
482
|
${m.typography.content.desktop.snippetStrong}
|
|
482
483
|
}
|
|
483
|
-
`}},
|
|
484
|
-
${e=>
|
|
485
|
-
`,
|
|
484
|
+
`}},lae=W(ai)`
|
|
485
|
+
${e=>uae[e.$type||"paragraph"][e.$weight||"normal"]}
|
|
486
|
+
`,iw=(0,fF.forwardRef)(({type:e,weight:t,as:n,...o},r)=>(0,dF.jsx)(lae,{$type:e,$weight:t,forwardedAs:n||"p",ref:r,m:"none",...o}));iw.displayName="TextContent";var pF=U(me(),1),mF=U(ge(),1);var cae={large:{normal:J`
|
|
486
487
|
${m.typography.marketing.mobile.bodyL}
|
|
487
488
|
|
|
488
489
|
@media (${m.device.tablet}) {
|
|
@@ -602,9 +603,9 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
602
603
|
@media (${m.device.desktop}) {
|
|
603
604
|
${m.typography.marketing.desktop.bodyXsStrong}
|
|
604
605
|
}
|
|
605
|
-
`}},
|
|
606
|
-
${e=>
|
|
607
|
-
`,
|
|
606
|
+
`}},dae=W(ai)`
|
|
607
|
+
${e=>cae[e.$size||"regular"][e.$weight||"normal"]}
|
|
608
|
+
`,hF=(0,mF.forwardRef)(({weight:e,size:t,as:n,...o},r)=>(0,pF.jsx)(dae,{$weight:e,$size:t,forwardedAs:n||"p",ref:r,m:"none",...o}));hF.displayName="TextMarketing";var fae=U(me(),1);var pae=e=>J`
|
|
608
609
|
${m.typography.content.mobile[e]}
|
|
609
610
|
|
|
610
611
|
@media (min-width: ${m.layout.tablet}) {
|
|
@@ -614,9 +615,9 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
614
615
|
@media (min-width: ${m.layout.desktop}) {
|
|
615
616
|
${m.typography.content.desktop[e]}
|
|
616
617
|
}
|
|
617
|
-
`;var
|
|
618
|
-
${e=>
|
|
619
|
-
`;var
|
|
618
|
+
`;var h4e=W(ai)`
|
|
619
|
+
${e=>pae(e.$type||"heading1")}
|
|
620
|
+
`;var mae=U(me(),1);var x4e=W(ai)`
|
|
620
621
|
${e=>`
|
|
621
622
|
${m.typography.marketing.mobile[e.$type||"titleL"]}
|
|
622
623
|
|
|
@@ -628,8 +629,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
628
629
|
${m.typography.marketing.desktop[e.$type||"titleL"]}
|
|
629
630
|
}
|
|
630
631
|
`}
|
|
631
|
-
`;var
|
|
632
|
-
Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));return Zp(r,n.silent),n.silent||console.error(l),this.prepareResult(o,r)}},e.prototype.getColorFromArray4=function(t,n){n=n||{};var o=4,r=t.length,i=
|
|
632
|
+
`;var uw=U(me(),1);function gF(e){var t,n,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var r=e.length;for(t=0;t<r;t++)e[t]&&(n=gF(e[t]))&&(o&&(o+=" "),o+=n)}else for(n in e)e[n]&&(o&&(o+=" "),o+=n);return o}function hae(){for(var e,t,n=0,o="",r=arguments.length;n<r;n++)(e=arguments[n])&&(t=gF(e))&&(o&&(o+=" "),o+=t);return o}var Qe=hae;var Hr=U(ge(),1);var bF=U(me(),1),T1=U(ge(),1),vF=(0,T1.createContext)(null),Qn=()=>{let e=(0,T1.useContext)(vF);if(!e)throw new Error("Application must be wrapped by UiDependencyProvider");return e},yF=({children:e,dependencies:t})=>(0,bF.jsx)(vF.Provider,{value:t,children:e});function gae(e){var t=e.toString(16);return t.length===1?"0"+t:t}function xF(e){return"#"+e.map(gae).join("")}function bae(e){var t=(e[0]*299+e[1]*587+e[2]*114)/1e3;return t<128}function vae(e){return e?yae(e)?e:[e]:[]}function yae(e){return Array.isArray(e[0])}function sw(e,t,n){for(var o=0;o<n.length;o++)if(xae(e,t,n[o]))return!0;return!1}function xae(e,t,n){switch(n.length){case 3:if(Eae(e,t,n))return!0;break;case 4:if(wae(e,t,n))return!0;break;case 5:if(kae(e,t,n))return!0;break;default:return!1}}function Eae(e,t,n){return e[t+3]!==255||e[t]===n[0]&&e[t+1]===n[1]&&e[t+2]===n[2]}function wae(e,t,n){return e[t+3]&&n[3]?e[t]===n[0]&&e[t+1]===n[1]&&e[t+2]===n[2]&&e[t+3]===n[3]:e[t+3]===n[3]}function A1(e,t,n){return e>=t-n&&e<=t+n}function kae(e,t,n){var o=n[0],r=n[1],i=n[2],a=n[3],s=n[4],l=e[t+3],d=A1(l,a,s);return a?!!(!l&&d||A1(e[t],o,s)&&A1(e[t+1],r,s)&&A1(e[t+2],i,s)&&d):d}var Dae=24;function Cae(e,t,n){for(var o={},r=n.dominantDivider||Dae,i=n.ignoredColor,a=n.step,s=[0,0,0,0,0],l=0;l<t;l+=a){var d=e[l],f=e[l+1],p=e[l+2],b=e[l+3];if(!(i&&sw(e,l,i))){var g=Math.round(d/r)+","+Math.round(f/r)+","+Math.round(p/r);o[g]?o[g]=[o[g][0]+d*b,o[g][1]+f*b,o[g][2]+p*b,o[g][3]+b,o[g][4]+1]:o[g]=[d*b,f*b,p*b,b,1],s[4]<o[g][4]&&(s=o[g])}}var y=s[0],k=s[1],C=s[2],x=s[3],E=s[4];return x?[Math.round(y/x),Math.round(k/x),Math.round(C/x),Math.round(x/E)]:n.defaultColor}function Iae(e,t,n){for(var o=0,r=0,i=0,a=0,s=0,l=n.ignoredColor,d=n.step,f=0;f<t;f+=d){var p=e[f+3],b=e[f]*p,g=e[f+1]*p,y=e[f+2]*p;l&&sw(e,f,l)||(o+=b,r+=g,i+=y,a+=p,s++)}return a?[Math.round(o/a),Math.round(r/a),Math.round(i/a),Math.round(a/s)]:n.defaultColor}function _ae(e,t,n){for(var o=0,r=0,i=0,a=0,s=0,l=n.ignoredColor,d=n.step,f=0;f<t;f+=d){var p=e[f],b=e[f+1],g=e[f+2],y=e[f+3];l&&sw(e,f,l)||(o+=p*p*y,r+=b*b*y,i+=g*g*y,a+=y,s++)}return a?[Math.round(Math.sqrt(o/a)),Math.round(Math.sqrt(r/a)),Math.round(Math.sqrt(i/a)),Math.round(a/s)]:n.defaultColor}function EF(e){return Xp(e,"defaultColor",[0,0,0,0])}function Xp(e,t,n){return e[t]===void 0?n:e[t]}var wF=10,aw=100;function Sae(e){return e.search(/\.svg(\?|$)/i)!==-1}function Tae(e){if(DF(e)){var t=e.naturalWidth,n=e.naturalHeight;return!e.naturalWidth&&Sae(e.src)&&(t=n=aw),{width:t,height:n}}return Rae(e)?{width:e.videoWidth,height:e.videoHeight}:IF(e)?{width:e.codedWidth,height:e.codedHeight}:{width:e.width,height:e.height}}function kF(e){return Nae(e)?"canvas":Aae(e)?"offscreencanvas":IF(e)?"videoframe":Lae(e)?"imagebitmap":e.src}function DF(e){return typeof HTMLImageElement<"u"&&e instanceof HTMLImageElement}var CF=typeof OffscreenCanvas<"u";function Aae(e){return CF&&e instanceof OffscreenCanvas}function Rae(e){return typeof HTMLVideoElement<"u"&&e instanceof HTMLVideoElement}function IF(e){return typeof VideoFrame<"u"&&e instanceof VideoFrame}function Nae(e){return typeof HTMLCanvasElement<"u"&&e instanceof HTMLCanvasElement}function Lae(e){return typeof ImageBitmap<"u"&&e instanceof ImageBitmap}function Fae(e,t){var n=Xp(t,"left",0),o=Xp(t,"top",0),r=Xp(t,"width",e.width),i=Xp(t,"height",e.height),a=r,s=i;if(t.mode==="precision")return{srcLeft:n,srcTop:o,srcWidth:r,srcHeight:i,destWidth:a,destHeight:s};var l;return r>i?(l=r/i,a=aw,s=Math.round(a/l)):(l=i/r,s=aw,a=Math.round(s/l)),(a>r||s>i||a<wF||s<wF)&&(a=r,s=i),{srcLeft:n,srcTop:o,srcWidth:r,srcHeight:i,destWidth:a,destHeight:s}}var Pae=typeof window>"u";function Oae(){return Pae?CF?new OffscreenCanvas(1,1):null:document.createElement("canvas")}var $ae="FastAverageColor: ";function ba(e){return Error($ae+e)}function Zp(e,t){t||console.error(e)}var _F=(function(){function e(){this.canvas=null,this.ctx=null}return e.prototype.getColorAsync=function(t,n){if(!t)return Promise.reject(ba("call .getColorAsync() without resource"));if(typeof t=="string"){if(typeof Image>"u")return Promise.reject(ba("resource as string is not supported in this environment"));var o=new Image;o.crossOrigin=n&&n.crossOrigin||"";var r=this.bindImageEvents(o,n);return o.src=t,r}else{if(DF(t)&&!t.complete)return this.bindImageEvents(t,n);var i=this.getColor(t,n);return i.error?Promise.reject(i.error):Promise.resolve(i)}},e.prototype.getColor=function(t,n){n=n||{};var o=EF(n);if(!t){var r=ba("call .getColor() without resource");return Zp(r,n.silent),this.prepareResult(o,r)}var i=Tae(t),a=Fae(i,n);if(!a.srcWidth||!a.srcHeight||!a.destWidth||!a.destHeight){var r=ba('incorrect sizes for resource "'.concat(kF(t),'"'));return Zp(r,n.silent),this.prepareResult(o,r)}if(!this.canvas&&(this.canvas=Oae(),!this.canvas)){var r=ba("OffscreenCanvas is not supported in this browser");return Zp(r,n.silent),this.prepareResult(o,r)}if(!this.ctx){if(this.ctx=this.canvas.getContext("2d",{willReadFrequently:!0}),!this.ctx){var r=ba("Canvas Context 2D is not supported in this browser");return Zp(r,n.silent),this.prepareResult(o,r)}this.ctx.imageSmoothingEnabled=!1}this.canvas.width=a.destWidth,this.canvas.height=a.destHeight;try{this.ctx.clearRect(0,0,a.destWidth,a.destHeight),this.ctx.drawImage(t,a.srcLeft,a.srcTop,a.srcWidth,a.srcHeight,0,0,a.destWidth,a.destHeight);var s=this.ctx.getImageData(0,0,a.destWidth,a.destHeight).data;return this.prepareResult(this.getColorFromArray4(s,n))}catch(l){var r=ba("security error (CORS) for resource ".concat(kF(t),`.
|
|
633
|
+
Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));return Zp(r,n.silent),n.silent||console.error(l),this.prepareResult(o,r)}},e.prototype.getColorFromArray4=function(t,n){n=n||{};var o=4,r=t.length,i=EF(n);if(r<o)return i;var a=r-r%o,s=(n.step||1)*o,l;switch(n.algorithm||"sqrt"){case"simple":l=Iae;break;case"sqrt":l=_ae;break;case"dominant":l=Cae;break;default:throw ba("".concat(n.algorithm," is unknown algorithm"))}return l(t,a,{defaultColor:i,ignoredColor:vae(n.ignoredColor),step:s,dominantDivider:n.dominantDivider})},e.prototype.prepareResult=function(t,n){var o=t.slice(0,3),r=[t[0],t[1],t[2],t[3]/255],i=bae(t);return{value:[t[0],t[1],t[2],t[3]],rgb:"rgb("+o.join(",")+")",rgba:"rgba("+r.join(",")+")",hex:xF(o),hexa:xF(t),isDark:i,isLight:!i,error:n}},e.prototype.destroy=function(){this.canvas&&(this.canvas.width=1,this.canvas.height=1,this.canvas=null),this.ctx=null},e.prototype.bindImageEvents=function(t,n){var o=this;return new Promise(function(r,i){var a=function(){t.removeEventListener("load",s),t.removeEventListener("error",l),t.removeEventListener("abort",d)},s=function(){a();var f=o.getColor(t,n);f.error?i(f.error):r(f)},l=function(){a(),i(ba('Error loading image "'.concat(t.src,'"')))},d=function(){a(),i(ba('Image "'.concat(t.src,'" loading aborted')))};t.addEventListener("load",s),t.addEventListener("error",l),t.addEventListener("abort",d),t.src&&t.complete&&s()})},e})();var R1=U(ge(),1),SF=e=>(e[0]*299+e[1]*587+e[2]*114)/1e3<200,Mae=e=>({...e,isDark:SF(e.value),isLight:!SF(e.value)}),zae=new _F,TF=()=>{let[e,t]=(0,R1.useState)(),n=(0,R1.useCallback)(o=>{(async()=>{if(o)try{t(Mae(await zae.getColorAsync(o)))}catch(i){console.error("Failed to determine the image color.",{error:i})}})()},[]);return{color:e,refCallback:n}};var pn=U(me(),1),NF=U(RF(),1),dd=U(ge(),1),Bae=(0,NF.default)(),jae=3,on=100,Uae=["AND","A","THE","AN"];function Hae(e){if(!e)return 0;let t=0;for(let n=0;n<e.length;n++){let o=e.charCodeAt(n);t=(t<<5)-t+o,t&=t}return Math.abs(t)}function Wae(e,t){return Math.floor(e/10**t%10)}function N1(e,t,n){let o=e%t;return n&&Wae(e,n)%2===0?-o:o}function LF(e,t){let n=Hae(e),o=[];for(let r=0;r<jae;r++)o.push({color:t[(n+(r+1))%t.length],translateX:N1(n*(r+1),on/10,1),translateY:N1(n*(r+1),on/10,2),scale:1.2+N1(n*(r+1),on/20)/10,rotate:N1(n*(r+1),360,1)});return o}function FF(e,t){let{translateX:n,translateY:o,rotate:r}=e[1],{translateX:i,translateY:a,rotate:s,scale:l}=e[2],d=t.replace(Bae," ").trim().replace(/\s+/g," ").toUpperCase().split(" ");return d.length<=1&&(d=d[0].split("-")),d.length<=1&&(d=d[0].split("_")),d.length<=1&&(d=d[0].split(".")),d.length<=1&&(d=d[0].split("")),d.length>2&&(d=d.filter(f=>!Uae.includes(f))),{fill0:e[0].color,fill1:e[1].color,fill2:e[2].color,transform1:`translate(${n} ${o}) rotate(${r} ${on/2} ${on/2}) scale(${l})`,transform2:`translate(${i} ${a}) rotate(${s} ${on/2} ${on/2}) scale(${l})`,letter1:d?.[0]?.[0]??void 0,letter2:d?.[1]?.[0]??void 0}}var PF=dd.default.memo(({name:e="",colors:t=["#12966F","#5D85E1","#E44467","#F0B21B","#FA8136","#30C0BB"],square:n=!1,className:o,size:r=24,alt:i="Avatar image"})=>{let a=(0,dd.useMemo)(()=>{let s=LF(e??"",t);return FF(s,e??"")},[e,t]);return(0,pn.jsxs)("svg",{viewBox:`0 0 ${on} ${on}`,fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:r,height:r,className:o,"aria-label":i,children:[(0,pn.jsx)("mask",{id:"mask__marble",maskUnits:"userSpaceOnUse",x:0,y:0,width:on,height:on,children:(0,pn.jsx)("rect",{width:on,height:on,rx:n?void 0:on*2,fill:"#FFFFFF"})}),(0,pn.jsxs)("g",{mask:"url(#mask__marble)",children:[(0,pn.jsx)("rect",{width:on,height:on,fill:a.fill0}),(0,pn.jsx)("path",{filter:"url(#prefix__filter0_f)",d:"M32.414 59.35L50.376 70.5H72.5v-71H33.728L26.5 13.381l19.057 27.08L32.414 59.35z",fill:a.fill1,transform:a.transform1}),(0,pn.jsx)("path",{filter:"url(#prefix__filter0_f)",style:{mixBlendMode:"overlay"},d:"M22.216 24L0 46.75l14.108 38.129L78 86l-3.081-59.276-22.378 4.005 12.972 20.186-23.35 27.395L22.215 24z",fill:a.fill2,transform:a.transform2})]}),(0,pn.jsx)("g",{children:a.letter1&&(0,pn.jsxs)("text",{style:{fontSize:"50px"},x:"50",y:"50",dy:"7",textAnchor:"middle",alignmentBaseline:"middle",dominantBaseline:"middle",children:[a.letter1,a.letter2]})}),(0,pn.jsx)("defs",{children:(0,pn.jsxs)("filter",{id:"prefix__filter0_f",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[(0,pn.jsx)("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),(0,pn.jsx)("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),(0,pn.jsx)("feGaussianBlur",{stdDeviation:7,result:"effect1_foregroundBlur"})]})})]})}),OF=dd.default.memo(({name:e="",alt:t="Avatar image",colors:n=["#B8487B","#E5B557","#58BCC4","#6D85CA","#8690BF","#F08848","#8148C9","#439274"],square:o=!1,className:r,size:i=24})=>{let a=e.toLowerCase(),s=(0,dd.useMemo)(()=>{let l=LF(a,n);return FF(l,a)},[a,n]);return(0,pn.jsxs)("svg",{viewBox:`0 0 ${on} ${on}`,fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:i,height:i,className:r,"aria-label":t,children:[(0,pn.jsx)("mask",{id:"mask__solid",maskUnits:"userSpaceOnUse",x:0,y:0,width:on,height:on,children:(0,pn.jsx)("rect",{width:on,height:on,rx:o?void 0:on*2,fill:"#FFFFFF"})}),(0,pn.jsx)("g",{mask:"url(#mask__solid)",children:(0,pn.jsx)("rect",{width:on,height:on,fill:s.fill0})}),(0,pn.jsx)("g",{children:s.letter1&&(0,pn.jsxs)("text",{style:{fontSize:"50px"},x:"50",y:"50",dy:"7",textAnchor:"middle",alignmentBaseline:"middle",dominantBaseline:"middle",children:[s.letter1,s.letter2]})})]})});var Yp={BASE:"ActorAvatar",IMG:"ActorAvatar-image",SVG:"ActorAvatar-svg"},Vae=W(PF)`
|
|
633
634
|
border-radius: ${({$borderRadius:e})=>e};
|
|
634
635
|
|
|
635
636
|
text {
|
|
@@ -647,9 +648,9 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
|
|
|
647
648
|
text-transform: uppercase;
|
|
648
649
|
white-space: pre;
|
|
649
650
|
}
|
|
650
|
-
`,
|
|
651
|
+
`,Gae=W.img`
|
|
651
652
|
border-radius: ${m.radius.radius8};
|
|
652
|
-
`,
|
|
653
|
+
`,Zae=({name:e,className:t,url:n,size:o,alt:r,borderRadius:i=m.radius.radius8,...a})=>{let[s,l]=(0,Hr.useState)(!1);(0,Hr.useEffect)(()=>{l(!1)},[n]);let{generateProxyImageUrl:d}=Qn(),f=(0,Hr.useMemo)(()=>d&&n?d(n,{resize:{height:o*2,width:o*2}}):n,[d,n,o]),{color:p,refCallback:b}=TF(),g=(0,Hr.useRef)(null),y=(0,Hr.useCallback)(E=>{g.current=E,b(E)},[b]),k=(0,Hr.useCallback)(()=>l(!0),[]);(0,Hr.useLayoutEffect)(()=>{g.current&&(g.current.style.backgroundColor=p?.isLight?"#1a1b21":m.color.neutral.backgroundWhite)},[p?.isLight]);let C=Qe(Yp.BASE,f?Yp.IMG:Yp.SVG,t),x=r||`${e} avatar`;return f&&!s?(0,uw.jsx)(Gae,{ref:y,crossOrigin:"anonymous",src:f,className:C,width:o,height:o,alt:x,onError:k,...a}):(0,uw.jsx)(Vae,{size:o,className:C,name:e,square:!0,alt:x,$borderRadius:i})},lw=Hr.default.memo(Zae);var dw=U(me(),1);var Jp=U(ge(),1);var Xae="https://cdn.apify.com/img/icons/anonymous_user_picture.png",Yae="https://cdn.apify.com/img/icons/anonymous_organization_picture.png",cw={BASE:"UserAvatar",IMG:"UserAvatar-image",SVG:"UserAvatar-svg"},Jae=W(OF)`
|
|
653
654
|
border-radius: 100%;
|
|
654
655
|
|
|
655
656
|
text {
|
|
@@ -667,37 +668,36 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
|
|
|
667
668
|
text-transform: uppercase;
|
|
668
669
|
white-space: pre;
|
|
669
670
|
}
|
|
670
|
-
`,
|
|
671
|
+
`,qae=W.img`
|
|
671
672
|
border-radius: 100%;
|
|
672
|
-
`,
|
|
673
|
+
`,Kae=({name:e,className:t,url:n,size:o,alt:r,asOrganization:i,...a})=>{let[s,l]=Jp.default.useState(!1),{generateProxyImageUrl:d}=Qn(),f=Qe(cw.BASE,n?cw.IMG:cw.SVG,t);(0,Jp.useEffect)(()=>{l(!1)},[n]);let p=({currentTarget:g})=>{s||!g||(g.src=i?Yae:Xae,l(!0))},b=r||`${e} avatar`;return n?(0,dw.jsx)(qae,{className:f,src:d?d(n,{resize:{height:o*2,width:o*2}}):n,width:o,height:o,alt:b,onError:p,...a}):(0,dw.jsx)(Jae,{alt:b,size:o,className:f,name:e})},J4e=Jp.default.memo(Kae);var fd=U(me(),1);var L1={CONTENT:"CardContainer-Content",HEADER:"CardContainer-Header"},$F={TOP:"TOP",BOTTOM:"BOTTOM"},Qae=e=>e==="none"?0:e?m.space[e]:m.space.space16,ese=W(Be)`
|
|
673
674
|
background-color: ${m.color.neutral.backgroundSubtle};
|
|
674
675
|
border-radius: ${m.radius.radius12};
|
|
675
676
|
|
|
676
677
|
padding: ${m.space.space2};
|
|
677
678
|
|
|
678
679
|
display: flex;
|
|
679
|
-
flex-direction: ${({$headerPlacement:e})=>e
|
|
680
|
+
flex-direction: ${({$headerPlacement:e})=>e===$F.TOP?"column":"column-reverse"};
|
|
680
681
|
|
|
681
|
-
.${
|
|
682
|
+
.${L1.CONTENT} {
|
|
682
683
|
/* 11px inner radius to match Figma (outer 12px - 1px visual offset) */
|
|
683
684
|
border-radius: 1.1rem;
|
|
684
685
|
background-color: ${({$contentPadding:e})=>e==="none"?"transparent":m.color.neutral.background};
|
|
685
686
|
${({$contentPadding:e})=>e==="none"&&"overflow: hidden;"}
|
|
686
687
|
|
|
687
|
-
padding: ${({$contentPadding:e})=>
|
|
688
|
+
padding: ${({$contentPadding:e})=>Qae(e)};
|
|
688
689
|
flex-grow: 1;
|
|
689
690
|
}
|
|
690
691
|
|
|
691
|
-
.${
|
|
692
|
+
.${L1.HEADER} {
|
|
692
693
|
padding: ${m.space.space4} ${m.space.space8};
|
|
693
694
|
display: flex;
|
|
694
695
|
justify-content: space-between;
|
|
695
696
|
align-items: center;
|
|
696
697
|
}
|
|
697
|
-
`,
|
|
698
|
+
`,MF=W.span`
|
|
698
699
|
${m.typography.shared.desktop.bodyMMedium}
|
|
699
|
-
`,
|
|
700
|
-
`;if(typeof document<"u"){let e=document.createElement("style");e.textContent=Yae,document.head.appendChild(e)}function LF(e){var t,n,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var r=e.length;for(t=0;t<r;t++)e[t]&&(n=LF(e[t]))&&(o&&(o+=" "),o+=n)}else for(n in e)e[n]&&(o&&(o+=" "),o+=n);return o}function ii(){for(var e,t,n=0,o="",r=arguments.length;n<r;n++)(e=arguments[n])&&(t=LF(e))&&(o&&(o+=" "),o+=t);return o}var qae="_icon_12_1678j_1",Kae="_icon_16_1678j_6",Qae="_icon_20_1678j_11",ese="_icon_24_1678j_16",tse="_icon_40_1678j_21",ai={icon_12:qae,icon_16:Kae,icon_20:Qae,icon_24:ese,icon_40:tse};var FF=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:ii(ai[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{fill:"currentColor",d:"M15 7.5c.71 0 1.08.822.652 1.352l-.063.07-5 5a.833.833 0 0 1-1.1.07l-.078-.07-5-5-.07-.078-.044-.064-.045-.08-.015-.03-.022-.056-.027-.09-.008-.044-.008-.05-.004-.047v-.099l.004-.048.008-.05.008-.043.027-.09.022-.056.059-.11.054-.075.06-.068.079-.069.064-.045.08-.045.03-.014.056-.023.09-.026.044-.009.05-.008.048-.003z"})]}),PF=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:ii(ai[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{fill:"currentColor",d:"M9.412 6.077a.833.833 0 0 1 1.1-.069l.078.07 5 5 .07.078.044.064.045.08.014.03.023.056.026.09.009.044.008.05.003.047.002.05-.002.049-.004.048-.007.05-.009.043-.026.09-.023.056-.058.11-.054.075-.061.068-.078.069-.065.045-.08.045-.03.014-.055.023-.09.026-.045.009-.05.008-.047.003-.05.002H5c-.71 0-1.08-.822-.652-1.353l.064-.07z"})]});var rs=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:ii(ai[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"m4.167 10 4.166 4.167 8.333-8.334"})]});var R1=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:ii(ai[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"m5 7.5 5 5 5-5"})]});var N1=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:ii(ai[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M5.833 8.056a2.22 2.22 0 0 1 2.223-2.223h7.221A2.22 2.22 0 0 1 17.5 8.056v7.222a2.223 2.223 0 0 1-2.223 2.222H8.056a2.22 2.22 0 0 1-2.223-2.222z"}),(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M3.343 13.948A1.67 1.67 0 0 1 2.5 12.5V4.167c0-.917.75-1.667 1.667-1.667H12.5c.625 0 .965.32 1.25.833"})]});var os=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:ii(ai[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M15 5 5 15M5 5l10 10"})]});var L1=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:ii(ai[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"m14.167 5.833-8.334 8.334M6.667 5.833h7.5v7.5"})]}),OF=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:ii(ai[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M8.333 10a1.667 1.667 0 1 0 3.334 0 1.667 1.667 0 0 0-3.334 0"}),(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M17.5 10q-3 5-7.5 5t-7.5-5q3-5 7.5-5t7.5 5"})]});var $F=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:ii(ai[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M8.821 8.823a1.667 1.667 0 1 0 2.358 2.357"}),(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M13.9 13.894A7.26 7.26 0 0 1 10 15q-4.5 0-7.5-5 1.59-2.65 3.6-3.895m2.383-.955A7.6 7.6 0 0 1 10 5q4.5 0 7.5 5a13.8 13.8 0 0 1-1.782 2.392M2.5 2.5l15 15"})]});var cw=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:ii(ai[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"m7.5 12.5 5-5M9.167 5l.386-.447a4.167 4.167 0 0 1 5.892 5.894l-.445.386M10.833 15l-.33.445a4.223 4.223 0 0 1-5.94 0 4.144 4.144 0 0 1 0-5.893L5 9.167"})]});var MF=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:ii(ai[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M10 5V2.5M13.542 6.458l1.792-1.791M15 10h2.5M13.542 13.542l1.792 1.791M10 15v2.5M6.459 13.542l-1.792 1.791M5 10H2.5M6.459 6.458 4.667 4.667"})]});var dw=({size:e="24",className:t,title:n,titleId:o,...r})=>(0,st.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",className:ii(ai[`icon_${e}`],t),"aria-hidden":"true","aria-labelledby":o,...r,children:[n?(0,st.jsx)("title",{id:o,children:n}):null,(0,st.jsx)("path",{fill:"currentColor",d:"M14.167 2.783A8.333 8.333 0 1 1 1.67 10.27L1.667 10l.004-.27a8.333 8.333 0 0 1 12.496-6.947M8.759 7.617a.833.833 0 0 0-1.015 1.305L8.821 10l-1.077 1.077-.069.079a.833.833 0 0 0 1.248 1.1L10 11.179l1.078 1.077.078.069a.833.833 0 0 0 1.1-1.248L11.179 10l1.077-1.078.07-.078a.833.833 0 0 0-1.248-1.1L10 8.821 8.923 7.744l-.079-.07z"})]});var Qs=U(me(),1),WF=U(ge(),1);var F1=U(me(),1);function je(){return je=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)({}).hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},je.apply(null,arguments)}var zF;(function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"})(zF||(zF={}));function BF(e){var t=e.pathname,n=t===void 0?"/":t,o=e.search,r=o===void 0?"":o,i=e.hash,a=i===void 0?"":i;return r&&r!=="?"&&(n+=r.charAt(0)==="?"?r:"?"+r),a&&a!=="#"&&(n+=a.charAt(0)==="#"?a:"#"+a),n}var jF=U(ge(),1);var P1=(e,t)=>{if(!e||typeof e!="string")return!1;let n=e.match(/^https?:\/\/([^/?#]+)(?:[/?#]|$)/i);return!!(n&&n[1]!==t)},nse=e=>!e||typeof e!="string"?!1:e.startsWith("mailto:");function rse(e){try{let{pathname:t,search:n,hash:o}=new URL(e);return t+n+o}catch{return e}}function ose(e){return/^https?:\/\//i.test(e)}function ise(e,t){return typeof e=="string"?!t&&ose(e)?rse(e):e:BF(e)}var UF=W(Be)`
|
|
700
|
+
`,tse=({children:e,header:t,headerPlacement:n=$F.TOP,contentPadding:o,...r})=>(0,fd.jsxs)(ese,{...r,$headerPlacement:n,$contentPadding:o,children:[t!=null&&(0,fd.jsx)("div",{className:L1.HEADER,children:typeof t=="string"?(0,fd.jsx)(MF,{children:t}):t}),(0,fd.jsx)("div",{className:L1.CONTENT,children:e})]});tse.Heading=MF;var fw=U(me(),1);var Qs=U(me(),1),WF=U(ge(),1);var F1=U(me(),1);function je(){return je=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)({}).hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},je.apply(null,arguments)}var zF;(function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"})(zF||(zF={}));function BF(e){var t=e.pathname,n=t===void 0?"/":t,o=e.search,r=o===void 0?"":o,i=e.hash,a=i===void 0?"":i;return r&&r!=="?"&&(n+=r.charAt(0)==="?"?r:"?"+r),a&&a!=="#"&&(n+=a.charAt(0)==="#"?a:"#"+a),n}var jF=U(ge(),1);var P1=(e,t)=>{if(!e||typeof e!="string")return!1;let n=e.match(/^https?:\/\/([^/?#]+)(?:[/?#]|$)/i);return!!(n&&n[1]!==t)},nse=e=>!e||typeof e!="string"?!1:e.startsWith("mailto:");function rse(e){try{let{pathname:t,search:n,hash:o}=new URL(e);return t+n+o}catch{return e}}function ose(e){return/^https?:\/\//i.test(e)}function ise(e,t){return typeof e=="string"?!t&&ose(e)?rse(e):e:BF(e)}var UF=W(Be)`
|
|
701
701
|
/* Basic positioning */
|
|
702
702
|
display: inline-flex;
|
|
703
703
|
align-items: center;
|
|
@@ -715,7 +715,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
|
|
|
715
715
|
&:active {
|
|
716
716
|
color: ${m.color.primary.actionActive};
|
|
717
717
|
}
|
|
718
|
-
`,Sn=(0,jF.forwardRef)(({to:e,children:t,rel:n,target:o,hideExternalIcon:r,showExternalIcon:i,onClick:a,trackingId:s,trackingData:l,tabIndex:d,ariaHidden:f,ariaLabel:p,...b},g)=>{let{windowLocationHost:y,isHrefTrusted:k,trackClick:C,InternalLink:x}=Qn(),E=P1(e,y),D=ise(e,E),_=nse(e),N=k(D),A=ee=>{s&&C&&C(s,l),a&&a(ee)},O=new Set([...n?.split(" ")||[],E&&"external",(E||o==="_blank")&&"noopener",E&&!N&&"nofollow"]),j=Qe(Array.from(O));return(0,F1.jsxs)(UF,{forwardedAs:_||E?"a":x,href:D,rel:j,target:o||(E?"_blank":"_self"),onClick:A,ref:g,tabIndex:d,"aria-hidden":f,"aria-label":p,...b,children:[t,(E&&!r||i)&&(0,F1.jsx)(
|
|
718
|
+
`,Sn=(0,jF.forwardRef)(({to:e,children:t,rel:n,target:o,hideExternalIcon:r,showExternalIcon:i,onClick:a,trackingId:s,trackingData:l,tabIndex:d,ariaHidden:f,ariaLabel:p,...b},g)=>{let{windowLocationHost:y,isHrefTrusted:k,trackClick:C,InternalLink:x}=Qn(),E=P1(e,y),D=ise(e,E),_=nse(e),N=k(D),A=ee=>{s&&C&&C(s,l),a&&a(ee)},O=new Set([...n?.split(" ")||[],E&&"external",(E||o==="_blank")&&"noopener",E&&!N&&"nofollow"]),j=Qe(Array.from(O));return(0,F1.jsxs)(UF,{forwardedAs:_||E?"a":x,href:D,rel:j,target:o||(E?"_blank":"_self"),onClick:A,ref:g,tabIndex:d,"aria-hidden":f,"aria-label":p,...b,children:[t,(E&&!r||i)&&(0,F1.jsx)(_1,{size:"16"})]})});function ase(e){return e.to!==void 0}var sse={primary:{default:{textColor:m.color.neutral.textOnPrimary,backgroundColor:m.color.primary.action,borderColor:m.color.primary.action,hoverColor:m.color.primary.actionHover,activeColor:m.color.primary.actionActive},success:{textColor:m.color.neutral.textOnPrimary,backgroundColor:m.color.success.action,borderColor:m.color.success.action,hoverColor:m.color.success.actionHover,activeColor:m.color.success.actionActive},danger:{textColor:m.color.neutral.textOnPrimary,backgroundColor:m.color.danger.action,borderColor:m.color.danger.action,hoverColor:m.color.danger.actionHover,activeColor:m.color.danger.actionActive},primaryBlack:{textColor:m.color.neutral.textOnPrimary,backgroundColor:m.color.primaryBlack.action,borderColor:m.color.primaryBlack.action,hoverGradient:`linear-gradient(to bottom, color-mix(in srgb, ${m.color.neutral.textOnPrimary} 16%, transparent), transparent)`,activeColor:m.color.primaryBlack.actionActive}},secondary:{default:{textColor:m.color.neutral.text,backgroundColor:m.color.neutral.backgroundMuted,borderColor:m.color.neutral.border,hoverColor:m.color.neutral.actionSecondaryHover,activeColor:m.color.neutral.actionSecondaryActive,actionBorderColor:m.color.neutral.border},success:{textColor:m.color.success.text,backgroundColor:m.color.neutral.backgroundMuted,borderColor:m.color.neutral.border,hoverColor:m.color.success.actionHover,activeColor:m.color.success.actionActive,actionTextColor:m.color.neutral.background},danger:{textColor:m.color.danger.text,backgroundColor:m.color.neutral.backgroundMuted,borderColor:m.color.neutral.border,hoverColor:m.color.danger.backgroundHover,actionBorderColor:m.color.danger.borderSubtle,activeColor:m.color.danger.actionActive,activeTextColor:m.color.neutral.textOnPrimary},primaryBlack:{textColor:m.color.neutral.textOnPrimary,backgroundColor:m.color.primaryBlack.action,borderColor:m.color.primaryBlack.action,hoverGradient:`linear-gradient(to bottom, color-mix(in srgb, ${m.color.neutral.textOnPrimary} 16%, transparent), transparent)`,activeColor:m.color.primaryBlack.actionActive}},tertiary:{default:{textColor:m.color.neutral.text,backgroundColor:"transparent",borderColor:"transparent",hoverColor:m.color.neutral.hover,activeColor:m.color.neutral.actionSecondaryActive},success:{textColor:m.color.success.text,backgroundColor:"transparent",borderColor:"transparent",hoverColor:m.color.success.backgroundSubtleHover,activeColor:m.color.success.backgroundSubtleActive},danger:{textColor:m.color.danger.text,backgroundColor:"transparent",borderColor:"transparent",hoverColor:m.color.danger.backgroundSubtleHover,activeColor:m.color.danger.backgroundSubtleActive},primaryBlack:{textColor:m.color.neutral.textOnPrimary,backgroundColor:m.color.primaryBlack.action,borderColor:m.color.primaryBlack.action,hoverGradient:`linear-gradient(to bottom, color-mix(in srgb, ${m.color.neutral.textOnPrimary} 16%, transparent), transparent)`,activeColor:m.color.primaryBlack.actionActive}}},O1={extraLarge:{typography:m.typography.shared.mobile.bodyMMedium,size:40,horizontalPadding:12,borderRadius:m.radius.radius8,iconSize:"20"},large:{typography:m.typography.shared.mobile.bodyMMedium,size:36,horizontalPadding:12,borderRadius:m.radius.radius6,iconSize:"20"},medium:{typography:m.typography.shared.mobile.bodyMMedium,size:32,horizontalPadding:12,borderRadius:m.radius.radius6,iconSize:"20"},small:{typography:m.typography.shared.mobile.bodySMedium,size:28,horizontalPadding:8,borderRadius:m.radius.radius6,iconSize:"16"},extraSmall:{typography:m.typography.shared.mobile.bodySMedium,size:24,horizontalPadding:6,borderRadius:m.radius.radius6,iconSize:"16"}},use=(e="primary",t="default")=>{let{backgroundColor:n,borderColor:o,textColor:r,actionBorderColor:i,actionTextColor:a,hoverColor:s,hoverGradient:l,activeColor:d,activeTextColor:f}=sse[e][t];return J`
|
|
719
719
|
color: ${r};
|
|
720
720
|
background-color: ${n};
|
|
721
721
|
border-color: ${o};
|
|
@@ -777,7 +777,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
|
|
|
777
777
|
|
|
778
778
|
/* Paddings & font size */
|
|
779
779
|
${e=>lse(e.$size)}
|
|
780
|
-
`,Dl=(0,WF.forwardRef)((e,t)=>{let{as:n,children:o,size:r="medium",color:i="default",variant:a="primary",type:s="button",LeftIcon:l,RightIcon:d,onClick:f,trackingId:p,trackingData:b,...g}=e,{trackClick:y,windowLocationHost:k}=Qn(),C=E=>{y&&p&&y(p,b),f&&f(E)},{iconSize:x}=O1[r];if(ase(e)){let D=P1(e.to,k)&&!e.hideExternalIcon?
|
|
780
|
+
`,Dl=(0,WF.forwardRef)((e,t)=>{let{as:n,children:o,size:r="medium",color:i="default",variant:a="primary",type:s="button",LeftIcon:l,RightIcon:d,onClick:f,trackingId:p,trackingData:b,...g}=e,{trackClick:y,windowLocationHost:k}=Qn(),C=E=>{y&&p&&y(p,b),f&&f(E)},{iconSize:x}=O1[r];if(ase(e)){let D=P1(e.to,k)&&!e.hideExternalIcon?_1:d;return(0,Qs.jsxs)(HF,{$size:r,$color:i,$variant:a,forwardedAs:e.disabled?"button":Sn,ref:t,onClick:C,to:e.to,...g,hideExternalIcon:!0,children:[l&&(0,Qs.jsx)(l,{size:x}),o,D&&(0,Qs.jsx)(D,{size:x})]})}return(0,Qs.jsxs)(HF,{$size:r,$color:i,$variant:a,forwardedAs:n||"button",ref:t,onClick:C,type:s,...g,children:[l&&(0,Qs.jsx)(l,{size:x}),o,d&&(0,Qs.jsx)(d,{size:x})]})});var va={main:"Message",icon:"icon",content:"content",caption:"Message-Caption",description:"description",dismiss:"dismiss",actionsWrapper:"actionsWrapper"},M_e=W(Be)`
|
|
781
781
|
display: flex;
|
|
782
782
|
align-items: center;
|
|
783
783
|
gap: ${m.space.space8};
|
|
@@ -983,11 +983,11 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
|
|
|
983
983
|
&:hover {
|
|
984
984
|
background-color: ${m.color.neutral.backgroundSubtle};
|
|
985
985
|
}
|
|
986
|
-
`,Pce=(0,KD.forwardRef)(({children:e,...t},n)=>(0,ys.jsxs)(C9,{...t,ref:n,children:[e,(0,ys.jsx)(
|
|
986
|
+
`,Pce=(0,KD.forwardRef)(({children:e,...t},n)=>(0,ys.jsxs)(C9,{...t,ref:n,children:[e,(0,ys.jsx)(C1,{size:"16",color:m.color.neutral.icon})]})),Oce=W.div`
|
|
987
987
|
width: 1px;
|
|
988
988
|
align-self: stretch;
|
|
989
989
|
background: ${m.color.neutral.separatorSubtle};
|
|
990
|
-
`,dSe=(0,KD.forwardRef)(({children:e,onClear:t,selectedCount:n,...o},r)=>{let i=t&&n!==void 0;return(0,ys.jsxs)(C9,{...o,ref:r,children:[e,i&&(0,ys.jsx)(Xi,{variant:"primary_black",size:"extra_small",children:n}),i&&(0,ys.jsx)(Oce,{}),t?(0,ys.jsx)(os,{size:"16",color:m.color.neutral.icon,onMouseDown:a=>a.stopPropagation(),onClick:a=>{a.stopPropagation(),t()}}):(0,ys.jsx)(
|
|
990
|
+
`,dSe=(0,KD.forwardRef)(({children:e,onClear:t,selectedCount:n,...o},r)=>{let i=t&&n!==void 0;return(0,ys.jsxs)(C9,{...o,ref:r,children:[e,i&&(0,ys.jsx)(Xi,{variant:"primary_black",size:"extra_small",children:n}),i&&(0,ys.jsx)(Oce,{}),t?(0,ys.jsx)(os,{size:"16",color:m.color.neutral.icon,onMouseDown:a=>a.stopPropagation(),onClick:a=>{a.stopPropagation(),t()}}):(0,ys.jsx)(C1,{size:"16",color:m.color.neutral.icon})]})});var xs=U(me(),1);var nC=U(ge(),1);var qm=U(me(),1);var _9=U(ge(),1);var S9={TOP:"top",TOP_START:"top-start",TOP_END:"top-end",RIGHT:"right",RIGHT_START:"right-start",RIGHT_END:"right-end",BOTTOM:"bottom",BOTTOM_START:"bottom-start",BOTTOM_END:"bottom-end",LEFT:"left",LEFT_START:"left-start",LEFT_END:"left-end"},T9=({open:e,onOpenChange:t,placement:n=S9.TOP,strategy:o="fixed",autoPlacements:r,offsetPx:i=10})=>{let a=x9({open:e,onOpenChange:t,placement:n,strategy:o,whileElementsMounted:Zd,middleware:[m3(i),r?.length?GD({allowedPlacements:r}):VD(),WD({padding:5}),ZD({strategy:"referenceHidden"})]}),{isMounted:s,styles:l}=w9(a.context,{initial:({side:d})=>{switch(d){case"top":return{opacity:0,scale:"0.9",transform:"translateY(10px)"};case"bottom":return{opacity:0,scale:"0.9",transform:"translateY(-10px)"};case"left":return{opacity:0,scale:"0.9",transform:"translateX(10px)"};case"right":return{opacity:0,scale:"0.9",transform:"translateX(-10px)"};default:return{}}}});return{...a,isMounted:s,transitionStyles:l}},A9=e=>({position:e.strategy,top:e.y??0,left:e.x??0,width:"max-content",visibility:e.middlewareData.hide?.referenceHidden?"hidden":"visible",...e.transitionStyles}),QD=W.span`
|
|
991
991
|
padding: ${m.space.space16};
|
|
992
992
|
${m.typography.shared.mobile.bodyM};
|
|
993
993
|
border-radius: 0.8rem;
|
|
@@ -1202,7 +1202,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
|
|
|
1202
1202
|
background-color: ${m.color.success.action};
|
|
1203
1203
|
}
|
|
1204
1204
|
`}
|
|
1205
|
-
`,mf=({successStyle:e,children:t,trackingId:n,trackingData:o,onClick:r,...i})=>{let a=typeof t=="string",{trackClick:s}=Qn();return(0,pf.jsx)(v1e,{$successStyle:e,$hasText:a,onClick:d=>{s&&n&&s(n,o),r&&r(d)},...i,children:a?(0,pf.jsx)(rt,{weight:"bold",children:t}):t})},Cv=({code:e,...t})=>{let{isCopied:n,copyToClipboard:o}=ic();return(0,pf.jsx)(mf,{onClick:async()=>o(e),"data-test":"copy_to_clipboard","aria-label":"Copy to clipboard",...t,children:n?(0,pf.jsx)(rs,{size:"16"}):(0,pf.jsx)(N1,{size:"16"})})};var $u=U(me(),1);var f4=U(T0(),1);var MU=U(ge(),1),zU=U(ge(),1);var s4=U(ge(),1);var BU=U(ge(),1),y1e=Object.create,_v=Object.defineProperty,x1e=Object.defineProperties,E1e=Object.getOwnPropertyDescriptor,w1e=Object.getOwnPropertyDescriptors,FU=Object.getOwnPropertyNames,Iv=Object.getOwnPropertySymbols,k1e=Object.getPrototypeOf,u4=Object.prototype.hasOwnProperty,PU=Object.prototype.propertyIsEnumerable,AU=(e,t,n)=>t in e?_v(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Oa=(e,t)=>{for(var n in t||(t={}))u4.call(t,n)&&AU(e,n,t[n]);if(Iv)for(var n of Iv(t))PU.call(t,n)&&AU(e,n,t[n]);return e},Sv=(e,t)=>x1e(e,w1e(t)),OU=(e,t)=>{var n={};for(var o in e)u4.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(e!=null&&Iv)for(var o of Iv(e))t.indexOf(o)<0&&PU.call(e,o)&&(n[o]=e[o]);return n},D1e=(e,t)=>function(){return t||(0,e[FU(e)[0]])((t={exports:{}}).exports,t),t.exports},C1e=(e,t)=>{for(var n in t)_v(e,n,{get:t[n],enumerable:!0})},I1e=(e,t,n,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of FU(t))!u4.call(e,r)&&r!==n&&_v(e,r,{get:()=>t[r],enumerable:!(o=E1e(t,r))||o.enumerable});return e},_1e=(e,t,n)=>(n=e!=null?y1e(k1e(e)):{},I1e(t||!e||!e.__esModule?_v(n,"default",{value:e,enumerable:!0}):n,e)),S1e=D1e({"../../node_modules/.pnpm/prismjs@1.29.0_patch_hash=vrxx3pzkik6jpmgpayxfjunetu/node_modules/prismjs/prism.js"(e,t){var n=(function(){var o=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,r=0,i={},a={util:{encode:function y(k){return k instanceof s?new s(k.type,y(k.content),k.alias):Array.isArray(k)?k.map(y):k.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(y){return Object.prototype.toString.call(y).slice(8,-1)},objId:function(y){return y.__id||Object.defineProperty(y,"__id",{value:++r}),y.__id},clone:function y(k,C){C=C||{};var x,E;switch(a.util.type(k)){case"Object":if(E=a.util.objId(k),C[E])return C[E];x={},C[E]=x;for(var D in k)k.hasOwnProperty(D)&&(x[D]=y(k[D],C));return x;case"Array":return E=a.util.objId(k),C[E]?C[E]:(x=[],C[E]=x,k.forEach(function(_,N){x[N]=y(_,C)}),x);default:return k}},getLanguage:function(y){for(;y;){var k=o.exec(y.className);if(k)return k[1].toLowerCase();y=y.parentElement}return"none"},setLanguage:function(y,k){y.className=y.className.replace(RegExp(o,"gi"),""),y.classList.add("language-"+k)},isActive:function(y,k,C){for(var x="no-"+k;y;){var E=y.classList;if(E.contains(k))return!0;if(E.contains(x))return!1;y=y.parentElement}return!!C}},languages:{plain:i,plaintext:i,text:i,txt:i,extend:function(y,k){var C=a.util.clone(a.languages[y]);for(var x in k)C[x]=k[x];return C},insertBefore:function(y,k,C,x){x=x||a.languages;var E=x[y],D={};for(var _ in E)if(E.hasOwnProperty(_)){if(_==k)for(var N in C)C.hasOwnProperty(N)&&(D[N]=C[N]);C.hasOwnProperty(_)||(D[_]=E[_])}var A=x[y];return x[y]=D,a.languages.DFS(a.languages,function(O,j){j===A&&O!=y&&(this[O]=D)}),D},DFS:function y(k,C,x,E){E=E||{};var D=a.util.objId;for(var _ in k)if(k.hasOwnProperty(_)){C.call(k,_,k[_],x||_);var N=k[_],A=a.util.type(N);A==="Object"&&!E[D(N)]?(E[D(N)]=!0,y(N,C,null,E)):A==="Array"&&!E[D(N)]&&(E[D(N)]=!0,y(N,C,_,E))}}},plugins:{},highlight:function(y,k,C){var x={code:y,grammar:k,language:C};if(a.hooks.run("before-tokenize",x),!x.grammar)throw new Error('The language "'+x.language+'" has no grammar.');return x.tokens=a.tokenize(x.code,x.grammar),a.hooks.run("after-tokenize",x),s.stringify(a.util.encode(x.tokens),x.language)},tokenize:function(y,k){var C=k.rest;if(C){for(var x in C)k[x]=C[x];delete k.rest}var E=new f;return p(E,E.head,y),d(y,E,k,E.head,0),g(E)},hooks:{all:{},add:function(y,k){var C=a.hooks.all;C[y]=C[y]||[],C[y].push(k)},run:function(y,k){var C=a.hooks.all[y];if(!(!C||!C.length))for(var x=0,E;E=C[x++];)E(k)}},Token:s};function s(y,k,C,x){this.type=y,this.content=k,this.alias=C,this.length=(x||"").length|0}s.stringify=function y(k,C){if(typeof k=="string")return k;if(Array.isArray(k)){var x="";return k.forEach(function(A){x+=y(A,C)}),x}var E={type:k.type,content:y(k.content,C),tag:"span",classes:["token",k.type],attributes:{},language:C},D=k.alias;D&&(Array.isArray(D)?Array.prototype.push.apply(E.classes,D):E.classes.push(D)),a.hooks.run("wrap",E);var _="";for(var N in E.attributes)_+=" "+N+'="'+(E.attributes[N]||"").replace(/"/g,""")+'"';return"<"+E.tag+' class="'+E.classes.join(" ")+'"'+_+">"+E.content+"</"+E.tag+">"};function l(y,k,C,x){y.lastIndex=k;var E=y.exec(C);if(E&&x&&E[1]){var D=E[1].length;E.index+=D,E[0]=E[0].slice(D)}return E}function d(y,k,C,x,E,D){for(var _ in C)if(!(!C.hasOwnProperty(_)||!C[_])){var N=C[_];N=Array.isArray(N)?N:[N];for(var A=0;A<N.length;++A){if(D&&D.cause==_+","+A)return;var O=N[A],j=O.inside,ee=!!O.lookbehind,B=!!O.greedy,de=O.alias;if(B&&!O.pattern.global){var Ee=O.pattern.toString().match(/[imsuy]*$/)[0];O.pattern=RegExp(O.pattern.source,Ee+"g")}for(var re=O.pattern||O,ue=x.next,be=E;ue!==k.tail&&!(D&&be>=D.reach);be+=ue.value.length,ue=ue.next){var De=ue.value;if(k.length>y.length)return;if(!(De instanceof s)){var ke=1,pe;if(B){if(pe=l(re,be,y,ee),!pe||pe.index>=y.length)break;var _e=pe.index,Ne=pe.index+pe[0].length,L=be;for(L+=ue.value.length;_e>=L;)ue=ue.next,L+=ue.value.length;if(L-=ue.value.length,be=L,ue.value instanceof s)continue;for(var ut=ue;ut!==k.tail&&(L<Ne||typeof ut.value=="string");ut=ut.next)ke++,L+=ut.value.length;ke--,De=y.slice(be,L),pe.index-=be}else if(pe=l(re,0,De,ee),!pe)continue;var _e=pe.index,$=pe[0],Ze=De.slice(0,_e),Ke=De.slice(_e+$.length),Xt=be+De.length;D&&Xt>D.reach&&(D.reach=Xt);var _t=ue.prev;Ze&&(_t=p(k,_t,Ze),be+=Ze.length),b(k,_t,ke);var dt=new s(_,j?a.tokenize($,j):$,de,$);if(ue=p(k,_t,dt),Ke&&p(k,ue,Ke),ke>1){var Cn={cause:_+","+A,reach:Xt};d(y,k,C,ue.prev,be,Cn),D&&Cn.reach>D.reach&&(D.reach=Cn.reach)}}}}}}function f(){var y={value:null,prev:null,next:null},k={value:null,prev:y,next:null};y.next=k,this.head=y,this.tail=k,this.length=0}function p(y,k,C){var x=k.next,E={value:C,prev:k,next:x};return k.next=E,x.prev=E,y.length++,E}function b(y,k,C){for(var x=k.next,E=0;E<C&&x!==y.tail;E++)x=x.next;k.next=x,x.prev=k,y.length-=E}function g(y){for(var k=[],C=y.head.next;C!==y.tail;)k.push(C.value),C=C.next;return k}return a})();t.exports=n,n.default=n}}),oe=_1e(S1e());oe.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},oe.languages.markup.tag.inside["attr-value"].inside.entity=oe.languages.markup.entity,oe.languages.markup.doctype.inside["internal-subset"].inside=oe.languages.markup,oe.hooks.add("wrap",function(e){e.type==="entity"&&(e.attributes.title=e.content.replace(/&/,"&"))}),Object.defineProperty(oe.languages.markup.tag,"addInlined",{value:function(e,o){var n={},n=(n["language-"+o]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:oe.languages[o]},n.cdata=/^<!\[CDATA\[|\]\]>$/i,{"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}}),o=(n["language-"+o]={pattern:/[\s\S]+/,inside:oe.languages[o]},{});o[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return e}),"i"),lookbehind:!0,greedy:!0,inside:n},oe.languages.insertBefore("markup","cdata",o)}}),Object.defineProperty(oe.languages.markup.tag,"addAttribute",{value:function(e,t){oe.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:oe.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),oe.languages.html=oe.languages.markup,oe.languages.mathml=oe.languages.markup,oe.languages.svg=oe.languages.markup,oe.languages.xml=oe.languages.extend("markup",{}),oe.languages.ssml=oe.languages.xml,oe.languages.atom=oe.languages.xml,oe.languages.rss=oe.languages.xml,(function(e){var t={pattern:/\\[\\(){}[\]^$+*?|.]/,alias:"escape"},n=/\\(?:x[\da-fA-F]{2}|u[\da-fA-F]{4}|u\{[\da-fA-F]+\}|0[0-7]{0,2}|[123][0-7]{2}|c[a-zA-Z]|.)/,o="(?:[^\\\\-]|"+n.source+")",o=RegExp(o+"-"+o),r={pattern:/(<|')[^<>']+(?=[>']$)/,lookbehind:!0,alias:"variable"};e.languages.regex={"char-class":{pattern:/((?:^|[^\\])(?:\\\\)*)\[(?:[^\\\]]|\\[\s\S])*\]/,lookbehind:!0,inside:{"char-class-negation":{pattern:/(^\[)\^/,lookbehind:!0,alias:"operator"},"char-class-punctuation":{pattern:/^\[|\]$/,alias:"punctuation"},range:{pattern:o,inside:{escape:n,"range-punctuation":{pattern:/-/,alias:"operator"}}},"special-escape":t,"char-set":{pattern:/\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},escape:n}},"special-escape":t,"char-set":{pattern:/\.|\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},backreference:[{pattern:/\\(?![123][0-7]{2})[1-9]/,alias:"keyword"},{pattern:/\\k<[^<>']+>/,alias:"keyword",inside:{"group-name":r}}],anchor:{pattern:/[$^]|\\[ABbGZz]/,alias:"function"},escape:n,group:[{pattern:/\((?:\?(?:<[^<>']+>|'[^<>']+'|[>:]|<?[=!]|[idmnsuxU]+(?:-[idmnsuxU]+)?:?))?/,alias:"punctuation",inside:{"group-name":r}},{pattern:/\)/,alias:"punctuation"}],quantifier:{pattern:/(?:[+*?]|\{\d+(?:,\d*)?\})[?+]?/,alias:"number"},alternation:{pattern:/\|/,alias:"keyword"}}})(oe),oe.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},oe.languages.javascript=oe.languages.extend("clike",{"class-name":[oe.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),oe.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,oe.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:oe.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:oe.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:oe.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:oe.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:oe.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),oe.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:oe.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),oe.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),oe.languages.markup&&(oe.languages.markup.tag.addInlined("script","javascript"),oe.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),oe.languages.js=oe.languages.javascript,oe.languages.actionscript=oe.languages.extend("javascript",{keyword:/\b(?:as|break|case|catch|class|const|default|delete|do|dynamic|each|else|extends|final|finally|for|function|get|if|implements|import|in|include|instanceof|interface|internal|is|namespace|native|new|null|override|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|use|var|void|while|with)\b/,operator:/\+\+|--|(?:[+\-*\/%^]|&&?|\|\|?|<<?|>>?>?|[!=]=?)=?|[~?@]/}),oe.languages.actionscript["class-name"].alias="function",delete oe.languages.actionscript.parameter,delete oe.languages.actionscript["literal-property"],oe.languages.markup&&oe.languages.insertBefore("actionscript","string",{xml:{pattern:/(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\[\s\S]|(?!\2)[^\\])*\2)*\s*\/?>/,lookbehind:!0,inside:oe.languages.markup}}),(function(e){var t=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"};e.languages.coffeescript=e.languages.extend("javascript",{comment:t,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:n}}],keyword:/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),e.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:t,interpolation:n}}}),e.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:e.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),e.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete e.languages.coffeescript["template-string"],e.languages.coffee=e.languages.coffeescript})(oe),(function(e){var t=e.languages.javadoclike={parameter:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*@(?:arg|arguments|param)\s+)\w+/m,lookbehind:!0},keyword:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*|\{)@[a-z][a-zA-Z-]+\b/m,lookbehind:!0},punctuation:/[{}]/};Object.defineProperty(t,"addSupport",{value:function(n,o){(n=typeof n=="string"?[n]:n).forEach(function(r){var i=function(p){p.inside||(p.inside={}),p.inside.rest=o},a="doc-comment";if(s=e.languages[r]){var s,l=s[a];if((l=l||(s=e.languages.insertBefore(r,"comment",{"doc-comment":{pattern:/(^|[^\\])\/\*\*[^/][\s\S]*?(?:\*\/|$)/,lookbehind:!0,alias:"comment"}}))[a])instanceof RegExp&&(l=s[a]={pattern:l}),Array.isArray(l))for(var d=0,f=l.length;d<f;d++)l[d]instanceof RegExp&&(l[d]={pattern:l[d]}),i(l[d]);else i(l)}})}}),t.addSupport(["java","javascript","php"],t)})(oe),(function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/,t=(e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css,e.languages.markup);t&&(t.tag.addInlined("style","css"),t.tag.addAttribute("style","css"))})(oe),(function(e){var t=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,t=(e.languages.css.selector={pattern:e.languages.css.selector.pattern,lookbehind:!0,inside:t={"pseudo-element":/:(?:after|before|first-letter|first-line|selection)|::[-\w]+/,"pseudo-class":/:[-\w]+/,class:/\.[-\w]+/,id:/#[-\w]+/,attribute:{pattern:RegExp(`\\[(?:[^[\\]"']|`+t.source+")*\\]"),greedy:!0,inside:{punctuation:/^\[|\]$/,"case-sensitivity":{pattern:/(\s)[si]$/i,lookbehind:!0,alias:"keyword"},namespace:{pattern:/^(\s*)(?:(?!\s)[-*\w\xA0-\uFFFF])*\|(?!=)/,lookbehind:!0,inside:{punctuation:/\|$/}},"attr-name":{pattern:/^(\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+/,lookbehind:!0},"attr-value":[t,{pattern:/(=\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+(?=\s*$)/,lookbehind:!0}],operator:/[|~*^$]?=/}},"n-th":[{pattern:/(\(\s*)[+-]?\d*[\dn](?:\s*[+-]\s*\d+)?(?=\s*\))/,lookbehind:!0,inside:{number:/[\dn]+/,operator:/[+-]/}},{pattern:/(\(\s*)(?:even|odd)(?=\s*\))/i,lookbehind:!0}],combinator:/>|\+|~|\|\|/,punctuation:/[(),]/}},e.languages.css.atrule.inside["selector-function-argument"].inside=t,e.languages.insertBefore("css","property",{variable:{pattern:/(^|[^-\w\xA0-\uFFFF])--(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*/i,lookbehind:!0}}),{pattern:/(\b\d+)(?:%|[a-z]+(?![\w-]))/,lookbehind:!0}),n={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0};e.languages.insertBefore("css","function",{operator:{pattern:/(\s)[+\-*\/](?=\s)/,lookbehind:!0},hexcode:{pattern:/\B#[\da-f]{3,8}\b/i,alias:"color"},color:[{pattern:/(^|[^\w-])(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|RebeccaPurple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)(?![\w-])/i,lookbehind:!0},{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:t,number:n,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:t,number:n})})(oe),(function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,o="(?:"+n.source+"(?:[ ]+"+t.source+")?|"+t.source+"(?:[ ]+"+n.source+")?)",r=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),i=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function a(s,l){l=(l||"").replace(/m/g,"")+"m";var d=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return o}).replace(/<<value>>/g,function(){return s});return RegExp(d,l)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return o})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return o}).replace(/<<key>>/g,function(){return"(?:"+r+"|"+i+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:a(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:a(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:a(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:a(i),lookbehind:!0,greedy:!0},number:{pattern:a(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml})(oe),(function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function n(d){return d=d.replace(/<inner>/g,function(){return t}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+d+")")}var o=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,r=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return o}),i=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source,a=(e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+r+i+"(?:"+r+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+r+i+")(?:"+r+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(o),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+r+")"+i+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+r+"$"),inside:{"table-header":{pattern:RegExp(o),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:n(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:n(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:n(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:n(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(d){["url","bold","italic","strike","code-snippet"].forEach(function(f){d!==f&&(e.languages.markdown[d].inside.content.inside[f]=e.languages.markdown[f])})}),e.hooks.add("after-tokenize",function(d){d.language!=="markdown"&&d.language!=="md"||(function f(p){if(p&&typeof p!="string")for(var b=0,g=p.length;b<g;b++){var y,k=p[b];k.type!=="code"?f(k.content):(y=k.content[1],k=k.content[3],y&&k&&y.type==="code-language"&&k.type==="code-block"&&typeof y.content=="string"&&(y=y.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp"),y="language-"+(y=(/[a-z][\w-]*/i.exec(y)||[""])[0].toLowerCase()),k.alias?typeof k.alias=="string"?k.alias=[k.alias,y]:k.alias.push(y):k.alias=[y]))}})(d.tokens)}),e.hooks.add("wrap",function(d){if(d.type==="code-block"){for(var f="",p=0,b=d.classes.length;p<b;p++){var g=d.classes[p],g=/language-(.+)/.exec(g);if(g){f=g[1];break}}var y,k=e.languages[f];k?d.content=e.highlight((function(C){return C=C.replace(a,""),C=C.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(x,E){var D;return(E=E.toLowerCase())[0]==="#"?(D=E[1]==="x"?parseInt(E.slice(2),16):Number(E.slice(1)),l(D)):s[E]||x})})(d.content),k,f):f&&f!=="none"&&e.plugins.autoloader&&(y="md-"+new Date().valueOf()+"-"+Math.floor(1e16*Math.random()),d.attributes.id=y,e.plugins.autoloader.loadLanguages(f,function(){var C=document.getElementById(y);C&&(C.innerHTML=e.highlight(C.textContent,e.languages[f],f))}))}}),RegExp(e.languages.markup.tag.pattern.source,"gi")),s={amp:"&",lt:"<",gt:">",quot:'"'},l=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown})(oe),oe.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:oe.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},oe.hooks.add("after-tokenize",function(e){if(e.language==="graphql")for(var t=e.tokens.filter(function(y){return typeof y!="string"&&y.type!=="comment"&&y.type!=="scalar"}),n=0;n<t.length;){var o=t[n++];if(o.type==="keyword"&&o.content==="mutation"){var r=[];if(p(["definition-mutation","punctuation"])&&f(1).content==="("){n+=2;var i=b(/^\($/,/^\)$/);if(i===-1)continue;for(;n<i;n++){var a=f(0);a.type==="variable"&&(g(a,"variable-input"),r.push(a.content))}n=i+1}if(p(["punctuation","property-query"])&&f(0).content==="{"&&(n++,g(f(0),"property-mutation"),0<r.length)){var s=b(/^\{$/,/^\}$/);if(s!==-1)for(var l=n;l<s;l++){var d=t[l];d.type==="variable"&&0<=r.indexOf(d.content)&&g(d,"variable-input")}}}}function f(y){return t[n+y]}function p(y,k){k=k||0;for(var C=0;C<y.length;C++){var x=f(C+k);if(!x||x.type!==y[C])return}return 1}function b(y,k){for(var C=1,x=n;x<t.length;x++){var E=t[x],D=E.content;if(E.type==="punctuation"&&typeof D=="string"){if(y.test(D))C++;else if(k.test(D)&&--C===0)return x}}return-1}function g(y,k){var C=y.alias;C?Array.isArray(C)||(y.alias=C=[C]):y.alias=C=[],C.push(k)}}),oe.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/},(function(e){var t=e.languages.javascript["template-string"],n=t.pattern.source,o=t.inside.interpolation,r=o.inside["interpolation-punctuation"],i=o.pattern.source;function a(p,b){if(e.languages[p])return{pattern:RegExp("((?:"+b+")\\s*)"+n),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:p}}}}function s(p,b,g){return p={code:p,grammar:b,language:g},e.hooks.run("before-tokenize",p),p.tokens=e.tokenize(p.code,p.grammar),e.hooks.run("after-tokenize",p),p.tokens}function l(p,b,g){var C=e.tokenize(p,{interpolation:{pattern:RegExp(i),lookbehind:!0}}),y=0,k={},C=s(C.map(function(E){if(typeof E=="string")return E;for(var D,_,E=E.content;p.indexOf((_=y++,D="___"+g.toUpperCase()+"_"+_+"___"))!==-1;);return k[D]=E,D}).join(""),b,g),x=Object.keys(k);return y=0,(function E(D){for(var _=0;_<D.length;_++){if(y>=x.length)return;var N,A,O,j,ee,B,de,Ee=D[_];typeof Ee=="string"||typeof Ee.content=="string"?(N=x[y],(de=(B=typeof Ee=="string"?Ee:Ee.content).indexOf(N))!==-1&&(++y,A=B.substring(0,de),ee=k[N],O=void 0,(j={})["interpolation-punctuation"]=r,(j=e.tokenize(ee,j)).length===3&&((O=[1,1]).push.apply(O,s(j[1],e.languages.javascript,"javascript")),j.splice.apply(j,O)),O=new e.Token("interpolation",j,o.alias,ee),j=B.substring(de+N.length),ee=[],A&&ee.push(A),ee.push(O),j&&(E(B=[j]),ee.push.apply(ee,B)),typeof Ee=="string"?(D.splice.apply(D,[_,1].concat(ee)),_+=ee.length-1):Ee.content=ee)):(de=Ee.content,Array.isArray(de)?E(de):E([de]))}})(C),new e.Token(g,C,"language-"+g,p)}e.languages.javascript["template-string"]=[a("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),a("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),a("svg",/\bsvg/.source),a("markdown",/\b(?:markdown|md)/.source),a("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),a("sql",/\bsql/.source),t].filter(Boolean);var d={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};function f(p){return typeof p=="string"?p:Array.isArray(p)?p.map(f).join(""):f(p.content)}e.hooks.add("after-tokenize",function(p){p.language in d&&(function b(g){for(var y=0,k=g.length;y<k;y++){var C,x,E,D=g[y];typeof D!="string"&&(C=D.content,Array.isArray(C)?D.type==="template-string"?(D=C[1],C.length===3&&typeof D!="string"&&D.type==="embedded-code"&&(x=f(D),D=D.alias,D=Array.isArray(D)?D[0]:D,E=e.languages[D])&&(C[1]=l(x,E,D))):b(C):typeof C!="string"&&b([C]))}})(p.tokens)})})(oe),(function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript})(oe),(function(e){var t=e.languages.javascript,n=/\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})+\}/.source,o="(@(?:arg|argument|param|property)\\s+(?:"+n+"\\s+)?)";e.languages.jsdoc=e.languages.extend("javadoclike",{parameter:{pattern:RegExp(o+/(?:(?!\s)[$\w\xA0-\uFFFF.])+(?=\s|$)/.source),lookbehind:!0,inside:{punctuation:/\./}}}),e.languages.insertBefore("jsdoc","keyword",{"optional-parameter":{pattern:RegExp(o+/\[(?:(?!\s)[$\w\xA0-\uFFFF.])+(?:=[^[\]]+)?\](?=\s|$)/.source),lookbehind:!0,inside:{parameter:{pattern:/(^\[)[$\w\xA0-\uFFFF\.]+/,lookbehind:!0,inside:{punctuation:/\./}},code:{pattern:/(=)[\s\S]*(?=\]$)/,lookbehind:!0,inside:t,alias:"language-javascript"},punctuation:/[=[\]]/}},"class-name":[{pattern:RegExp(/(@(?:augments|class|extends|interface|memberof!?|template|this|typedef)\s+(?:<TYPE>\s+)?)[A-Z]\w*(?:\.[A-Z]\w*)*/.source.replace(/<TYPE>/g,function(){return n})),lookbehind:!0,inside:{punctuation:/\./}},{pattern:RegExp("(@[a-z]+\\s+)"+n),lookbehind:!0,inside:{string:t.string,number:t.number,boolean:t.boolean,keyword:e.languages.typescript.keyword,operator:/=>|\.\.\.|[&|?:*]/,punctuation:/[.,;=<>{}()[\]]/}}],example:{pattern:/(@example\s+(?!\s))(?:[^@\s]|\s+(?!\s))+?(?=\s*(?:\*\s*)?(?:@\w|\*\/))/,lookbehind:!0,inside:{code:{pattern:/^([\t ]*(?:\*\s*)?)\S.*$/m,lookbehind:!0,inside:t,alias:"language-javascript"}}}}),e.languages.javadoclike.addSupport("javascript",e.languages.jsdoc)})(oe),(function(e){e.languages.flow=e.languages.extend("javascript",{}),e.languages.insertBefore("flow","keyword",{type:[{pattern:/\b(?:[Bb]oolean|Function|[Nn]umber|[Ss]tring|[Ss]ymbol|any|mixed|null|void)\b/,alias:"class-name"}]}),e.languages.flow["function-variable"].pattern=/(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=\s*(?:function\b|(?:\([^()]*\)(?:\s*:\s*\w+)?|(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/i,delete e.languages.flow.parameter,e.languages.insertBefore("flow","operator",{"flow-punctuation":{pattern:/\{\||\|\}/,alias:"punctuation"}}),Array.isArray(e.languages.flow.keyword)||(e.languages.flow.keyword=[e.languages.flow.keyword]),e.languages.flow.keyword.unshift({pattern:/(^|[^$]\b)(?:Class|declare|opaque|type)\b(?!\$)/,lookbehind:!0},{pattern:/(^|[^$]\B)\$(?:Diff|Enum|Exact|Keys|ObjMap|PropertyType|Record|Shape|Subtype|Supertype|await)\b(?!\$)/,lookbehind:!0})})(oe),oe.languages.n4js=oe.languages.extend("javascript",{keyword:/\b(?:Array|any|boolean|break|case|catch|class|const|constructor|continue|debugger|declare|default|delete|do|else|enum|export|extends|false|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|module|new|null|number|package|private|protected|public|return|set|static|string|super|switch|this|throw|true|try|typeof|var|void|while|with|yield)\b/}),oe.languages.insertBefore("n4js","constant",{annotation:{pattern:/@+\w+/,alias:"operator"}}),oe.languages.n4jsd=oe.languages.n4js,(function(e){function t(a,s){return RegExp(a.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),s)}e.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+e.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),e.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+e.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),e.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]}),e.languages.insertBefore("javascript","keyword",{imports:{pattern:t(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:e.languages.javascript},exports:{pattern:t(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:e.languages.javascript}}),e.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),e.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),e.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:t(/(\.\s*)#?<ID>/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var n=["function","function-variable","method","method-variable","property-access"],o=0;o<n.length;o++){var i=n[o],r=e.languages.javascript[i],i=(r=e.util.type(r)==="RegExp"?e.languages.javascript[i]={pattern:r}:r).inside||{};(r.inside=i)["maybe-class-name"]=/^[A-Z][\s\S]*/}})(oe),(function(e){var t=e.util.clone(e.languages.javascript),n=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,o=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,r=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function i(l,d){return l=l.replace(/<S>/g,function(){return n}).replace(/<BRACES>/g,function(){return o}).replace(/<SPREAD>/g,function(){return r}),RegExp(l,d)}r=i(r).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=i(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:i(/<SPREAD>/.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:i(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);function a(l){for(var d=[],f=0;f<l.length;f++){var p=l[f],b=!1;typeof p!="string"&&(p.type==="tag"&&p.content[0]&&p.content[0].type==="tag"?p.content[0].content[0].content==="</"?0<d.length&&d[d.length-1].tagName===s(p.content[0].content[1])&&d.pop():p.content[p.content.length-1].content!=="/>"&&d.push({tagName:s(p.content[0].content[1]),openedBraces:0}):0<d.length&&p.type==="punctuation"&&p.content==="{"?d[d.length-1].openedBraces++:0<d.length&&0<d[d.length-1].openedBraces&&p.type==="punctuation"&&p.content==="}"?d[d.length-1].openedBraces--:b=!0),(b||typeof p=="string")&&0<d.length&&d[d.length-1].openedBraces===0&&(b=s(p),f<l.length-1&&(typeof l[f+1]=="string"||l[f+1].type==="plain-text")&&(b+=s(l[f+1]),l.splice(f+1,1)),0<f&&(typeof l[f-1]=="string"||l[f-1].type==="plain-text")&&(b=s(l[f-1])+b,l.splice(f-1,1),f--),l[f]=new e.Token("plain-text",b,null,b)),p.content&&typeof p.content!="string"&&a(p.content)}}var s=function(l){return l?typeof l=="string"?l:typeof l.content=="string"?l.content:l.content.map(s).join(""):""};e.hooks.add("after-tokenize",function(l){l.language!=="jsx"&&l.language!=="tsx"||a(l.tokens)})})(oe),(function(e){var t=e.util.clone(e.languages.typescript),t=(e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"],e.languages.tsx.tag);t.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+t.pattern.source+")",t.pattern.flags),t.lookbehind=!0})(oe),oe.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+/(?:elseif|if)\b/.source+"(?:[ ]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},oe.languages.swift["string-literal"].forEach(function(e){e.inside.interpolation.inside=oe.languages.swift}),(function(e){e.languages.kotlin=e.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|lateinit|noinline|null|object|open|operator|out|override|package|private|protected|public|reified|return|sealed|set|super|suspend|tailrec|this|throw|to|try|typealias|val|var|vararg|when|where|while)\b/,lookbehind:!0},function:[{pattern:/(?:`[^\r\n`]+`|\b\w+)(?=\s*\()/,greedy:!0},{pattern:/(\.)(?:`[^\r\n`]+`|\w+)(?=\s*\{)/,lookbehind:!0,greedy:!0}],number:/\b(?:0[xX][\da-fA-F]+(?:_[\da-fA-F]+)*|0[bB][01]+(?:_[01]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?[fFL]?)\b/,operator:/\+[+=]?|-[-=>]?|==?=?|!(?:!|==?)?|[\/*%<>]=?|[?:]:?|\.\.|&&|\|\||\b(?:and|inv|or|shl|shr|ushr|xor)\b/}),delete e.languages.kotlin["class-name"];var t={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:e.languages.kotlin}};e.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:t},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:t},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete e.languages.kotlin.string,e.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),e.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),e.languages.kt=e.languages.kotlin,e.languages.kts=e.languages.kotlin})(oe),oe.languages.c=oe.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),oe.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),oe.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},oe.languages.c.string],char:oe.languages.c.char,comment:oe.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:oe.languages.c}}}}),oe.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete oe.languages.c.boolean,oe.languages.objectivec=oe.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<<?=?|>>?=?|==?|&&?|\|\|?|[~^%?*\/@]/}),delete oe.languages.objectivec["class-name"],oe.languages.objc=oe.languages.objectivec,oe.languages.reason=oe.languages.extend("clike",{string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},"class-name":/\b[A-Z]\w*/,keyword:/\b(?:and|as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|method|module|mutable|new|nonrec|object|of|open|or|private|rec|sig|struct|switch|then|to|try|type|val|virtual|when|while|with)\b/,operator:/\.{3}|:[:=]|\|>|->|=(?:==?|>)?|<=?|>=?|[|^?'#!~`]|[+\-*\/]\.?|\b(?:asr|land|lor|lsl|lsr|lxor|mod)\b/}),oe.languages.insertBefore("reason","class-name",{char:{pattern:/'(?:\\x[\da-f]{2}|\\o[0-3][0-7][0-7]|\\\d{3}|\\.|[^'\\\r\n])'/,greedy:!0},constructor:/\b[A-Z]\w*\b(?!\s*\.)/,label:{pattern:/\b[a-z]\w*(?=::)/,alias:"symbol"}}),delete oe.languages.reason.function,(function(e){for(var t=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,n=0;n<2;n++)t=t.replace(/<self>/g,function(){return t});t=t.replace(/<self>/g,function(){return/[^\s\S]/.source}),e.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+t),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},e.languages.rust["closure-params"].inside.rest=e.languages.rust,e.languages.rust.attribute.inside.string=e.languages.rust.string})(oe),oe.languages.go=oe.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),oe.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete oe.languages.go["class-name"],(function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,n=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,function(){return t.source});e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,function(){return t.source})),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,function(){return n})+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])})(oe),oe.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern://,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},oe.languages.python["string-interpolation"].inside.interpolation.inside.rest=oe.languages.python,oe.languages.py=oe.languages.python,oe.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},oe.languages.webmanifest=oe.languages.json;var l4={};C1e(l4,{dracula:()=>A1e,duotoneDark:()=>N1e,duotoneLight:()=>F1e,github:()=>O1e,gruvboxMaterialDark:()=>dbe,gruvboxMaterialLight:()=>pbe,jettwaveDark:()=>rbe,jettwaveLight:()=>ibe,nightOwl:()=>M1e,nightOwlLight:()=>B1e,oceanicNext:()=>U1e,okaidia:()=>W1e,oneDark:()=>sbe,oneLight:()=>lbe,palenight:()=>G1e,shadesOfPurple:()=>X1e,synthwave84:()=>J1e,ultramin:()=>K1e,vsDark:()=>$U,vsLight:()=>tbe});var T1e={plain:{color:"#F8F8F2",backgroundColor:"#282A36"},styles:[{types:["prolog","constant","builtin"],style:{color:"rgb(189, 147, 249)"}},{types:["inserted","function"],style:{color:"rgb(80, 250, 123)"}},{types:["deleted"],style:{color:"rgb(255, 85, 85)"}},{types:["changed"],style:{color:"rgb(255, 184, 108)"}},{types:["punctuation","symbol"],style:{color:"rgb(248, 248, 242)"}},{types:["string","char","tag","selector"],style:{color:"rgb(255, 121, 198)"}},{types:["keyword","variable"],style:{color:"rgb(189, 147, 249)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(98, 114, 164)"}},{types:["attr-name"],style:{color:"rgb(241, 250, 140)"}}]},A1e=T1e,R1e={plain:{backgroundColor:"#2a2734",color:"#9a86fd"},styles:[{types:["comment","prolog","doctype","cdata","punctuation"],style:{color:"#6c6783"}},{types:["namespace"],style:{opacity:.7}},{types:["tag","operator","number"],style:{color:"#e09142"}},{types:["property","function"],style:{color:"#9a86fd"}},{types:["tag-id","selector","atrule-id"],style:{color:"#eeebff"}},{types:["attr-name"],style:{color:"#c4b9fe"}},{types:["boolean","string","entity","url","attr-value","keyword","control","directive","unit","statement","regex","atrule","placeholder","variable"],style:{color:"#ffcc99"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"#c4b9fe"}}]},N1e=R1e,L1e={plain:{backgroundColor:"#faf8f5",color:"#728fcb"},styles:[{types:["comment","prolog","doctype","cdata","punctuation"],style:{color:"#b6ad9a"}},{types:["namespace"],style:{opacity:.7}},{types:["tag","operator","number"],style:{color:"#063289"}},{types:["property","function"],style:{color:"#b29762"}},{types:["tag-id","selector","atrule-id"],style:{color:"#2d2006"}},{types:["attr-name"],style:{color:"#896724"}},{types:["boolean","string","entity","url","attr-value","keyword","control","directive","unit","statement","regex","atrule"],style:{color:"#728fcb"}},{types:["placeholder","variable"],style:{color:"#93abdc"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"#896724"}}]},F1e=L1e,P1e={plain:{color:"#393A34",backgroundColor:"#f6f8fa"},styles:[{types:["comment","prolog","doctype","cdata"],style:{color:"#999988",fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}},{types:["string","attr-value"],style:{color:"#e3116c"}},{types:["punctuation","operator"],style:{color:"#393A34"}},{types:["entity","url","symbol","number","boolean","variable","constant","property","regex","inserted"],style:{color:"#36acaa"}},{types:["atrule","keyword","attr-name","selector"],style:{color:"#00a4db"}},{types:["function","deleted","tag"],style:{color:"#d73a49"}},{types:["function-variable"],style:{color:"#6f42c1"}},{types:["tag","selector","keyword"],style:{color:"#00009f"}}]},O1e=P1e,$1e={plain:{color:"#d6deeb",backgroundColor:"#011627"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)",fontStyle:"italic"}},{types:["inserted","attr-name"],style:{color:"rgb(173, 219, 103)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(99, 119, 119)",fontStyle:"italic"}},{types:["string","url"],style:{color:"rgb(173, 219, 103)"}},{types:["variable"],style:{color:"rgb(214, 222, 235)"}},{types:["number"],style:{color:"rgb(247, 140, 108)"}},{types:["builtin","char","constant","function"],style:{color:"rgb(130, 170, 255)"}},{types:["punctuation"],style:{color:"rgb(199, 146, 234)"}},{types:["selector","doctype"],style:{color:"rgb(199, 146, 234)",fontStyle:"italic"}},{types:["class-name"],style:{color:"rgb(255, 203, 139)"}},{types:["tag","operator","keyword"],style:{color:"rgb(127, 219, 202)"}},{types:["boolean"],style:{color:"rgb(255, 88, 116)"}},{types:["property"],style:{color:"rgb(128, 203, 196)"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)"}}]},M1e=$1e,z1e={plain:{color:"#403f53",backgroundColor:"#FBFBFB"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)",fontStyle:"italic"}},{types:["inserted","attr-name"],style:{color:"rgb(72, 118, 214)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(152, 159, 177)",fontStyle:"italic"}},{types:["string","builtin","char","constant","url"],style:{color:"rgb(72, 118, 214)"}},{types:["variable"],style:{color:"rgb(201, 103, 101)"}},{types:["number"],style:{color:"rgb(170, 9, 130)"}},{types:["punctuation"],style:{color:"rgb(153, 76, 195)"}},{types:["function","selector","doctype"],style:{color:"rgb(153, 76, 195)",fontStyle:"italic"}},{types:["class-name"],style:{color:"rgb(17, 17, 17)"}},{types:["tag"],style:{color:"rgb(153, 76, 195)"}},{types:["operator","property","keyword","namespace"],style:{color:"rgb(12, 150, 155)"}},{types:["boolean"],style:{color:"rgb(188, 84, 84)"}}]},B1e=z1e,Bo={char:"#D8DEE9",comment:"#999999",keyword:"#c5a5c5",primitive:"#5a9bcf",string:"#8dc891",variable:"#d7deea",boolean:"#ff8b50",punctuation:"#5FB3B3",tag:"#fc929e",function:"#79b6f2",className:"#FAC863",method:"#6699CC",operator:"#fc929e"},j1e={plain:{backgroundColor:"#282c34",color:"#ffffff"},styles:[{types:["attr-name"],style:{color:Bo.keyword}},{types:["attr-value"],style:{color:Bo.string}},{types:["comment","block-comment","prolog","doctype","cdata","shebang"],style:{color:Bo.comment}},{types:["property","number","function-name","constant","symbol","deleted"],style:{color:Bo.primitive}},{types:["boolean"],style:{color:Bo.boolean}},{types:["tag"],style:{color:Bo.tag}},{types:["string"],style:{color:Bo.string}},{types:["punctuation"],style:{color:Bo.string}},{types:["selector","char","builtin","inserted"],style:{color:Bo.char}},{types:["function"],style:{color:Bo.function}},{types:["operator","entity","url","variable"],style:{color:Bo.variable}},{types:["keyword"],style:{color:Bo.keyword}},{types:["atrule","class-name"],style:{color:Bo.className}},{types:["important"],style:{fontWeight:"400"}},{types:["bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}}]},U1e=j1e,H1e={plain:{color:"#f8f8f2",backgroundColor:"#272822"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"#f92672",fontStyle:"italic"}},{types:["inserted"],style:{color:"rgb(173, 219, 103)",fontStyle:"italic"}},{types:["comment"],style:{color:"#8292a2",fontStyle:"italic"}},{types:["string","url"],style:{color:"#a6e22e"}},{types:["variable"],style:{color:"#f8f8f2"}},{types:["number"],style:{color:"#ae81ff"}},{types:["builtin","char","constant","function","class-name"],style:{color:"#e6db74"}},{types:["punctuation"],style:{color:"#f8f8f2"}},{types:["selector","doctype"],style:{color:"#a6e22e",fontStyle:"italic"}},{types:["tag","operator","keyword"],style:{color:"#66d9ef"}},{types:["boolean"],style:{color:"#ae81ff"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)",opacity:.7}},{types:["tag","property"],style:{color:"#f92672"}},{types:["attr-name"],style:{color:"#a6e22e !important"}},{types:["doctype"],style:{color:"#8292a2"}},{types:["rule"],style:{color:"#e6db74"}}]},W1e=H1e,V1e={plain:{color:"#bfc7d5",backgroundColor:"#292d3e"},styles:[{types:["comment"],style:{color:"rgb(105, 112, 152)",fontStyle:"italic"}},{types:["string","inserted"],style:{color:"rgb(195, 232, 141)"}},{types:["number"],style:{color:"rgb(247, 140, 108)"}},{types:["builtin","char","constant","function"],style:{color:"rgb(130, 170, 255)"}},{types:["punctuation","selector"],style:{color:"rgb(199, 146, 234)"}},{types:["variable"],style:{color:"rgb(191, 199, 213)"}},{types:["class-name","attr-name"],style:{color:"rgb(255, 203, 107)"}},{types:["tag","deleted"],style:{color:"rgb(255, 85, 114)"}},{types:["operator"],style:{color:"rgb(137, 221, 255)"}},{types:["boolean"],style:{color:"rgb(255, 88, 116)"}},{types:["keyword"],style:{fontStyle:"italic"}},{types:["doctype"],style:{color:"rgb(199, 146, 234)",fontStyle:"italic"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)"}},{types:["url"],style:{color:"rgb(221, 221, 221)"}}]},G1e=V1e,Z1e={plain:{color:"#9EFEFF",backgroundColor:"#2D2A55"},styles:[{types:["changed"],style:{color:"rgb(255, 238, 128)"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)"}},{types:["inserted"],style:{color:"rgb(173, 219, 103)"}},{types:["comment"],style:{color:"rgb(179, 98, 255)",fontStyle:"italic"}},{types:["punctuation"],style:{color:"rgb(255, 255, 255)"}},{types:["constant"],style:{color:"rgb(255, 98, 140)"}},{types:["string","url"],style:{color:"rgb(165, 255, 144)"}},{types:["variable"],style:{color:"rgb(255, 238, 128)"}},{types:["number","boolean"],style:{color:"rgb(255, 98, 140)"}},{types:["attr-name"],style:{color:"rgb(255, 180, 84)"}},{types:["keyword","operator","property","namespace","tag","selector","doctype"],style:{color:"rgb(255, 157, 0)"}},{types:["builtin","char","constant","function","class-name"],style:{color:"rgb(250, 208, 0)"}}]},X1e=Z1e,Y1e={plain:{backgroundColor:"linear-gradient(to bottom, #2a2139 75%, #34294f)",backgroundImage:"#34294f",color:"#f92aad",textShadow:"0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3"},styles:[{types:["comment","block-comment","prolog","doctype","cdata"],style:{color:"#495495",fontStyle:"italic"}},{types:["punctuation"],style:{color:"#ccc"}},{types:["tag","attr-name","namespace","number","unit","hexcode","deleted"],style:{color:"#e2777a"}},{types:["property","selector"],style:{color:"#72f1b8",textShadow:"0 0 2px #100c0f, 0 0 10px #257c5575, 0 0 35px #21272475"}},{types:["function-name"],style:{color:"#6196cc"}},{types:["boolean","selector-id","function"],style:{color:"#fdfdfd",textShadow:"0 0 2px #001716, 0 0 3px #03edf975, 0 0 5px #03edf975, 0 0 8px #03edf975"}},{types:["class-name","maybe-class-name","builtin"],style:{color:"#fff5f6",textShadow:"0 0 2px #000, 0 0 10px #fc1f2c75, 0 0 5px #fc1f2c75, 0 0 25px #fc1f2c75"}},{types:["constant","symbol"],style:{color:"#f92aad",textShadow:"0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3"}},{types:["important","atrule","keyword","selector-class"],style:{color:"#f4eee4",textShadow:"0 0 2px #393a33, 0 0 8px #f39f0575, 0 0 2px #f39f0575"}},{types:["string","char","attr-value","regex","variable"],style:{color:"#f87c32"}},{types:["parameter"],style:{fontStyle:"italic"}},{types:["entity","url"],style:{color:"#67cdcc"}},{types:["operator"],style:{color:"ffffffee"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["entity"],style:{cursor:"help"}},{types:["inserted"],style:{color:"green"}}]},J1e=Y1e,q1e={plain:{color:"#282a2e",backgroundColor:"#ffffff"},styles:[{types:["comment"],style:{color:"rgb(197, 200, 198)"}},{types:["string","number","builtin","variable"],style:{color:"rgb(150, 152, 150)"}},{types:["class-name","function","tag","attr-name"],style:{color:"rgb(40, 42, 46)"}}]},K1e=q1e,Q1e={plain:{color:"#9CDCFE",backgroundColor:"#1E1E1E"},styles:[{types:["prolog"],style:{color:"rgb(0, 0, 128)"}},{types:["comment"],style:{color:"rgb(106, 153, 85)"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"rgb(86, 156, 214)"}},{types:["number","inserted"],style:{color:"rgb(181, 206, 168)"}},{types:["constant"],style:{color:"rgb(100, 102, 149)"}},{types:["attr-name","variable"],style:{color:"rgb(156, 220, 254)"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"rgb(206, 145, 120)"}},{types:["selector"],style:{color:"rgb(215, 186, 125)"}},{types:["tag"],style:{color:"rgb(78, 201, 176)"}},{types:["tag"],languages:["markup"],style:{color:"rgb(86, 156, 214)"}},{types:["punctuation","operator"],style:{color:"rgb(212, 212, 212)"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"rgb(220, 220, 170)"}},{types:["class-name"],style:{color:"rgb(78, 201, 176)"}},{types:["char"],style:{color:"rgb(209, 105, 105)"}}]},$U=Q1e,ebe={plain:{color:"#000000",backgroundColor:"#ffffff"},styles:[{types:["comment"],style:{color:"rgb(0, 128, 0)"}},{types:["builtin"],style:{color:"rgb(0, 112, 193)"}},{types:["number","variable","inserted"],style:{color:"rgb(9, 134, 88)"}},{types:["operator"],style:{color:"rgb(0, 0, 0)"}},{types:["constant","char"],style:{color:"rgb(129, 31, 63)"}},{types:["tag"],style:{color:"rgb(128, 0, 0)"}},{types:["attr-name"],style:{color:"rgb(255, 0, 0)"}},{types:["deleted","string"],style:{color:"rgb(163, 21, 21)"}},{types:["changed","punctuation"],style:{color:"rgb(4, 81, 165)"}},{types:["function","keyword"],style:{color:"rgb(0, 0, 255)"}},{types:["class-name"],style:{color:"rgb(38, 127, 153)"}}]},tbe=ebe,nbe={plain:{color:"#f8fafc",backgroundColor:"#011627"},styles:[{types:["prolog"],style:{color:"#000080"}},{types:["comment"],style:{color:"#6A9955"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"#569CD6"}},{types:["number","inserted"],style:{color:"#B5CEA8"}},{types:["constant"],style:{color:"#f8fafc"}},{types:["attr-name","variable"],style:{color:"#9CDCFE"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"#cbd5e1"}},{types:["selector"],style:{color:"#D7BA7D"}},{types:["tag"],style:{color:"#0ea5e9"}},{types:["tag"],languages:["markup"],style:{color:"#0ea5e9"}},{types:["punctuation","operator"],style:{color:"#D4D4D4"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"#7dd3fc"}},{types:["class-name"],style:{color:"#0ea5e9"}},{types:["char"],style:{color:"#D16969"}}]},rbe=nbe,obe={plain:{color:"#0f172a",backgroundColor:"#f1f5f9"},styles:[{types:["prolog"],style:{color:"#000080"}},{types:["comment"],style:{color:"#6A9955"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"#0c4a6e"}},{types:["number","inserted"],style:{color:"#B5CEA8"}},{types:["constant"],style:{color:"#0f172a"}},{types:["attr-name","variable"],style:{color:"#0c4a6e"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"#64748b"}},{types:["selector"],style:{color:"#D7BA7D"}},{types:["tag"],style:{color:"#0ea5e9"}},{types:["tag"],languages:["markup"],style:{color:"#0ea5e9"}},{types:["punctuation","operator"],style:{color:"#475569"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"#0e7490"}},{types:["class-name"],style:{color:"#0ea5e9"}},{types:["char"],style:{color:"#D16969"}}]},ibe=obe,abe={plain:{backgroundColor:"hsl(220, 13%, 18%)",color:"hsl(220, 14%, 71%)",textShadow:"0 1px rgba(0, 0, 0, 0.3)"},styles:[{types:["comment","prolog","cdata"],style:{color:"hsl(220, 10%, 40%)"}},{types:["doctype","punctuation","entity"],style:{color:"hsl(220, 14%, 71%)"}},{types:["attr-name","class-name","maybe-class-name","boolean","constant","number","atrule"],style:{color:"hsl(29, 54%, 61%)"}},{types:["keyword"],style:{color:"hsl(286, 60%, 67%)"}},{types:["property","tag","symbol","deleted","important"],style:{color:"hsl(355, 65%, 65%)"}},{types:["selector","string","char","builtin","inserted","regex","attr-value"],style:{color:"hsl(95, 38%, 62%)"}},{types:["variable","operator","function"],style:{color:"hsl(207, 82%, 66%)"}},{types:["url"],style:{color:"hsl(187, 47%, 55%)"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"hsl(220, 14%, 71%)"}}]},sbe=abe,ube={plain:{backgroundColor:"hsl(230, 1%, 98%)",color:"hsl(230, 8%, 24%)"},styles:[{types:["comment","prolog","cdata"],style:{color:"hsl(230, 4%, 64%)"}},{types:["doctype","punctuation","entity"],style:{color:"hsl(230, 8%, 24%)"}},{types:["attr-name","class-name","boolean","constant","number","atrule"],style:{color:"hsl(35, 99%, 36%)"}},{types:["keyword"],style:{color:"hsl(301, 63%, 40%)"}},{types:["property","tag","symbol","deleted","important"],style:{color:"hsl(5, 74%, 59%)"}},{types:["selector","string","char","builtin","inserted","regex","attr-value","punctuation"],style:{color:"hsl(119, 34%, 47%)"}},{types:["variable","operator","function"],style:{color:"hsl(221, 87%, 60%)"}},{types:["url"],style:{color:"hsl(198, 99%, 37%)"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"hsl(230, 8%, 24%)"}}]},lbe=ube,cbe={plain:{color:"#ebdbb2",backgroundColor:"#292828"},styles:[{types:["imports","class-name","maybe-class-name","constant","doctype","builtin","function"],style:{color:"#d8a657"}},{types:["property-access"],style:{color:"#7daea3"}},{types:["tag"],style:{color:"#e78a4e"}},{types:["attr-name","char","url","regex"],style:{color:"#a9b665"}},{types:["attr-value","string"],style:{color:"#89b482"}},{types:["comment","prolog","cdata","operator","inserted"],style:{color:"#a89984"}},{types:["delimiter","boolean","keyword","selector","important","atrule","property","variable","deleted"],style:{color:"#ea6962"}},{types:["entity","number","symbol"],style:{color:"#d3869b"}}]},dbe=cbe,fbe={plain:{color:"#654735",backgroundColor:"#f9f5d7"},styles:[{types:["delimiter","boolean","keyword","selector","important","atrule","property","variable","deleted"],style:{color:"#af2528"}},{types:["imports","class-name","maybe-class-name","constant","doctype","builtin"],style:{color:"#b4730e"}},{types:["string","attr-value"],style:{color:"#477a5b"}},{types:["property-access"],style:{color:"#266b79"}},{types:["function","attr-name","char","url"],style:{color:"#72761e"}},{types:["tag"],style:{color:"#b94c07"}},{types:["comment","prolog","cdata","operator","inserted"],style:{color:"#a89984"}},{types:["entity","number","symbol"],style:{color:"#924f79"}}]},pbe=fbe,mbe=e=>(0,zU.useCallback)(t=>{var n=t,{className:o,style:r,line:i}=n,a=OU(n,["className","style","line"]);let s=Sv(Oa({},a),{className:Qe("token-line",o)});return typeof e=="object"&&"plain"in e&&(s.style=e.plain),typeof r=="object"&&(s.style=Oa(Oa({},s.style||{}),r)),s},[e]),hbe=e=>{let t=(0,s4.useCallback)(({types:n,empty:o})=>{if(e!=null){{if(n.length===1&&n[0]==="plain")return o!=null?{display:"inline-block"}:void 0;if(n.length===1&&o!=null)return e[n[0]]}return Object.assign(o!=null?{display:"inline-block"}:{},...n.map(r=>e[r]))}},[e]);return(0,s4.useCallback)(n=>{var o=n,{token:r,className:i,style:a}=o,s=OU(o,["token","className","style"]);let l=Sv(Oa({},s),{className:Qe("token",...r.types,i),children:r.content,style:t(r)});return a!=null&&(l.style=Oa(Oa({},l.style||{}),a)),l},[t])},gbe=/\r\n|\r|\n/,RU=e=>{e.length===0?e.push({types:["plain"],content:`
|
|
1205
|
+
`,mf=({successStyle:e,children:t,trackingId:n,trackingData:o,onClick:r,...i})=>{let a=typeof t=="string",{trackClick:s}=Qn();return(0,pf.jsx)(v1e,{$successStyle:e,$hasText:a,onClick:d=>{s&&n&&s(n,o),r&&r(d)},...i,children:a?(0,pf.jsx)(rt,{weight:"bold",children:t}):t})},Cv=({code:e,...t})=>{let{isCopied:n,copyToClipboard:o}=ic();return(0,pf.jsx)(mf,{onClick:async()=>o(e),"data-test":"copy_to_clipboard","aria-label":"Copy to clipboard",...t,children:n?(0,pf.jsx)(rs,{size:"16"}):(0,pf.jsx)(I1,{size:"16"})})};var $u=U(me(),1);var f4=U(T0(),1);var MU=U(ge(),1),zU=U(ge(),1);var s4=U(ge(),1);var BU=U(ge(),1),y1e=Object.create,_v=Object.defineProperty,x1e=Object.defineProperties,E1e=Object.getOwnPropertyDescriptor,w1e=Object.getOwnPropertyDescriptors,FU=Object.getOwnPropertyNames,Iv=Object.getOwnPropertySymbols,k1e=Object.getPrototypeOf,u4=Object.prototype.hasOwnProperty,PU=Object.prototype.propertyIsEnumerable,AU=(e,t,n)=>t in e?_v(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Oa=(e,t)=>{for(var n in t||(t={}))u4.call(t,n)&&AU(e,n,t[n]);if(Iv)for(var n of Iv(t))PU.call(t,n)&&AU(e,n,t[n]);return e},Sv=(e,t)=>x1e(e,w1e(t)),OU=(e,t)=>{var n={};for(var o in e)u4.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(e!=null&&Iv)for(var o of Iv(e))t.indexOf(o)<0&&PU.call(e,o)&&(n[o]=e[o]);return n},D1e=(e,t)=>function(){return t||(0,e[FU(e)[0]])((t={exports:{}}).exports,t),t.exports},C1e=(e,t)=>{for(var n in t)_v(e,n,{get:t[n],enumerable:!0})},I1e=(e,t,n,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of FU(t))!u4.call(e,r)&&r!==n&&_v(e,r,{get:()=>t[r],enumerable:!(o=E1e(t,r))||o.enumerable});return e},_1e=(e,t,n)=>(n=e!=null?y1e(k1e(e)):{},I1e(t||!e||!e.__esModule?_v(n,"default",{value:e,enumerable:!0}):n,e)),S1e=D1e({"../../node_modules/.pnpm/prismjs@1.29.0_patch_hash=vrxx3pzkik6jpmgpayxfjunetu/node_modules/prismjs/prism.js"(e,t){var n=(function(){var o=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,r=0,i={},a={util:{encode:function y(k){return k instanceof s?new s(k.type,y(k.content),k.alias):Array.isArray(k)?k.map(y):k.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(y){return Object.prototype.toString.call(y).slice(8,-1)},objId:function(y){return y.__id||Object.defineProperty(y,"__id",{value:++r}),y.__id},clone:function y(k,C){C=C||{};var x,E;switch(a.util.type(k)){case"Object":if(E=a.util.objId(k),C[E])return C[E];x={},C[E]=x;for(var D in k)k.hasOwnProperty(D)&&(x[D]=y(k[D],C));return x;case"Array":return E=a.util.objId(k),C[E]?C[E]:(x=[],C[E]=x,k.forEach(function(_,N){x[N]=y(_,C)}),x);default:return k}},getLanguage:function(y){for(;y;){var k=o.exec(y.className);if(k)return k[1].toLowerCase();y=y.parentElement}return"none"},setLanguage:function(y,k){y.className=y.className.replace(RegExp(o,"gi"),""),y.classList.add("language-"+k)},isActive:function(y,k,C){for(var x="no-"+k;y;){var E=y.classList;if(E.contains(k))return!0;if(E.contains(x))return!1;y=y.parentElement}return!!C}},languages:{plain:i,plaintext:i,text:i,txt:i,extend:function(y,k){var C=a.util.clone(a.languages[y]);for(var x in k)C[x]=k[x];return C},insertBefore:function(y,k,C,x){x=x||a.languages;var E=x[y],D={};for(var _ in E)if(E.hasOwnProperty(_)){if(_==k)for(var N in C)C.hasOwnProperty(N)&&(D[N]=C[N]);C.hasOwnProperty(_)||(D[_]=E[_])}var A=x[y];return x[y]=D,a.languages.DFS(a.languages,function(O,j){j===A&&O!=y&&(this[O]=D)}),D},DFS:function y(k,C,x,E){E=E||{};var D=a.util.objId;for(var _ in k)if(k.hasOwnProperty(_)){C.call(k,_,k[_],x||_);var N=k[_],A=a.util.type(N);A==="Object"&&!E[D(N)]?(E[D(N)]=!0,y(N,C,null,E)):A==="Array"&&!E[D(N)]&&(E[D(N)]=!0,y(N,C,_,E))}}},plugins:{},highlight:function(y,k,C){var x={code:y,grammar:k,language:C};if(a.hooks.run("before-tokenize",x),!x.grammar)throw new Error('The language "'+x.language+'" has no grammar.');return x.tokens=a.tokenize(x.code,x.grammar),a.hooks.run("after-tokenize",x),s.stringify(a.util.encode(x.tokens),x.language)},tokenize:function(y,k){var C=k.rest;if(C){for(var x in C)k[x]=C[x];delete k.rest}var E=new f;return p(E,E.head,y),d(y,E,k,E.head,0),g(E)},hooks:{all:{},add:function(y,k){var C=a.hooks.all;C[y]=C[y]||[],C[y].push(k)},run:function(y,k){var C=a.hooks.all[y];if(!(!C||!C.length))for(var x=0,E;E=C[x++];)E(k)}},Token:s};function s(y,k,C,x){this.type=y,this.content=k,this.alias=C,this.length=(x||"").length|0}s.stringify=function y(k,C){if(typeof k=="string")return k;if(Array.isArray(k)){var x="";return k.forEach(function(A){x+=y(A,C)}),x}var E={type:k.type,content:y(k.content,C),tag:"span",classes:["token",k.type],attributes:{},language:C},D=k.alias;D&&(Array.isArray(D)?Array.prototype.push.apply(E.classes,D):E.classes.push(D)),a.hooks.run("wrap",E);var _="";for(var N in E.attributes)_+=" "+N+'="'+(E.attributes[N]||"").replace(/"/g,""")+'"';return"<"+E.tag+' class="'+E.classes.join(" ")+'"'+_+">"+E.content+"</"+E.tag+">"};function l(y,k,C,x){y.lastIndex=k;var E=y.exec(C);if(E&&x&&E[1]){var D=E[1].length;E.index+=D,E[0]=E[0].slice(D)}return E}function d(y,k,C,x,E,D){for(var _ in C)if(!(!C.hasOwnProperty(_)||!C[_])){var N=C[_];N=Array.isArray(N)?N:[N];for(var A=0;A<N.length;++A){if(D&&D.cause==_+","+A)return;var O=N[A],j=O.inside,ee=!!O.lookbehind,B=!!O.greedy,de=O.alias;if(B&&!O.pattern.global){var Ee=O.pattern.toString().match(/[imsuy]*$/)[0];O.pattern=RegExp(O.pattern.source,Ee+"g")}for(var re=O.pattern||O,ue=x.next,be=E;ue!==k.tail&&!(D&&be>=D.reach);be+=ue.value.length,ue=ue.next){var De=ue.value;if(k.length>y.length)return;if(!(De instanceof s)){var ke=1,pe;if(B){if(pe=l(re,be,y,ee),!pe||pe.index>=y.length)break;var _e=pe.index,Ne=pe.index+pe[0].length,L=be;for(L+=ue.value.length;_e>=L;)ue=ue.next,L+=ue.value.length;if(L-=ue.value.length,be=L,ue.value instanceof s)continue;for(var ut=ue;ut!==k.tail&&(L<Ne||typeof ut.value=="string");ut=ut.next)ke++,L+=ut.value.length;ke--,De=y.slice(be,L),pe.index-=be}else if(pe=l(re,0,De,ee),!pe)continue;var _e=pe.index,$=pe[0],Ze=De.slice(0,_e),Ke=De.slice(_e+$.length),Xt=be+De.length;D&&Xt>D.reach&&(D.reach=Xt);var _t=ue.prev;Ze&&(_t=p(k,_t,Ze),be+=Ze.length),b(k,_t,ke);var dt=new s(_,j?a.tokenize($,j):$,de,$);if(ue=p(k,_t,dt),Ke&&p(k,ue,Ke),ke>1){var Cn={cause:_+","+A,reach:Xt};d(y,k,C,ue.prev,be,Cn),D&&Cn.reach>D.reach&&(D.reach=Cn.reach)}}}}}}function f(){var y={value:null,prev:null,next:null},k={value:null,prev:y,next:null};y.next=k,this.head=y,this.tail=k,this.length=0}function p(y,k,C){var x=k.next,E={value:C,prev:k,next:x};return k.next=E,x.prev=E,y.length++,E}function b(y,k,C){for(var x=k.next,E=0;E<C&&x!==y.tail;E++)x=x.next;k.next=x,x.prev=k,y.length-=E}function g(y){for(var k=[],C=y.head.next;C!==y.tail;)k.push(C.value),C=C.next;return k}return a})();t.exports=n,n.default=n}}),oe=_1e(S1e());oe.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},oe.languages.markup.tag.inside["attr-value"].inside.entity=oe.languages.markup.entity,oe.languages.markup.doctype.inside["internal-subset"].inside=oe.languages.markup,oe.hooks.add("wrap",function(e){e.type==="entity"&&(e.attributes.title=e.content.replace(/&/,"&"))}),Object.defineProperty(oe.languages.markup.tag,"addInlined",{value:function(e,o){var n={},n=(n["language-"+o]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:oe.languages[o]},n.cdata=/^<!\[CDATA\[|\]\]>$/i,{"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}}),o=(n["language-"+o]={pattern:/[\s\S]+/,inside:oe.languages[o]},{});o[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return e}),"i"),lookbehind:!0,greedy:!0,inside:n},oe.languages.insertBefore("markup","cdata",o)}}),Object.defineProperty(oe.languages.markup.tag,"addAttribute",{value:function(e,t){oe.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:oe.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),oe.languages.html=oe.languages.markup,oe.languages.mathml=oe.languages.markup,oe.languages.svg=oe.languages.markup,oe.languages.xml=oe.languages.extend("markup",{}),oe.languages.ssml=oe.languages.xml,oe.languages.atom=oe.languages.xml,oe.languages.rss=oe.languages.xml,(function(e){var t={pattern:/\\[\\(){}[\]^$+*?|.]/,alias:"escape"},n=/\\(?:x[\da-fA-F]{2}|u[\da-fA-F]{4}|u\{[\da-fA-F]+\}|0[0-7]{0,2}|[123][0-7]{2}|c[a-zA-Z]|.)/,o="(?:[^\\\\-]|"+n.source+")",o=RegExp(o+"-"+o),r={pattern:/(<|')[^<>']+(?=[>']$)/,lookbehind:!0,alias:"variable"};e.languages.regex={"char-class":{pattern:/((?:^|[^\\])(?:\\\\)*)\[(?:[^\\\]]|\\[\s\S])*\]/,lookbehind:!0,inside:{"char-class-negation":{pattern:/(^\[)\^/,lookbehind:!0,alias:"operator"},"char-class-punctuation":{pattern:/^\[|\]$/,alias:"punctuation"},range:{pattern:o,inside:{escape:n,"range-punctuation":{pattern:/-/,alias:"operator"}}},"special-escape":t,"char-set":{pattern:/\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},escape:n}},"special-escape":t,"char-set":{pattern:/\.|\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},backreference:[{pattern:/\\(?![123][0-7]{2})[1-9]/,alias:"keyword"},{pattern:/\\k<[^<>']+>/,alias:"keyword",inside:{"group-name":r}}],anchor:{pattern:/[$^]|\\[ABbGZz]/,alias:"function"},escape:n,group:[{pattern:/\((?:\?(?:<[^<>']+>|'[^<>']+'|[>:]|<?[=!]|[idmnsuxU]+(?:-[idmnsuxU]+)?:?))?/,alias:"punctuation",inside:{"group-name":r}},{pattern:/\)/,alias:"punctuation"}],quantifier:{pattern:/(?:[+*?]|\{\d+(?:,\d*)?\})[?+]?/,alias:"number"},alternation:{pattern:/\|/,alias:"keyword"}}})(oe),oe.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},oe.languages.javascript=oe.languages.extend("clike",{"class-name":[oe.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),oe.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,oe.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:oe.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:oe.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:oe.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:oe.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:oe.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),oe.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:oe.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),oe.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),oe.languages.markup&&(oe.languages.markup.tag.addInlined("script","javascript"),oe.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),oe.languages.js=oe.languages.javascript,oe.languages.actionscript=oe.languages.extend("javascript",{keyword:/\b(?:as|break|case|catch|class|const|default|delete|do|dynamic|each|else|extends|final|finally|for|function|get|if|implements|import|in|include|instanceof|interface|internal|is|namespace|native|new|null|override|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|use|var|void|while|with)\b/,operator:/\+\+|--|(?:[+\-*\/%^]|&&?|\|\|?|<<?|>>?>?|[!=]=?)=?|[~?@]/}),oe.languages.actionscript["class-name"].alias="function",delete oe.languages.actionscript.parameter,delete oe.languages.actionscript["literal-property"],oe.languages.markup&&oe.languages.insertBefore("actionscript","string",{xml:{pattern:/(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\[\s\S]|(?!\2)[^\\])*\2)*\s*\/?>/,lookbehind:!0,inside:oe.languages.markup}}),(function(e){var t=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"};e.languages.coffeescript=e.languages.extend("javascript",{comment:t,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:n}}],keyword:/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),e.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:t,interpolation:n}}}),e.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:e.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),e.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete e.languages.coffeescript["template-string"],e.languages.coffee=e.languages.coffeescript})(oe),(function(e){var t=e.languages.javadoclike={parameter:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*@(?:arg|arguments|param)\s+)\w+/m,lookbehind:!0},keyword:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*|\{)@[a-z][a-zA-Z-]+\b/m,lookbehind:!0},punctuation:/[{}]/};Object.defineProperty(t,"addSupport",{value:function(n,o){(n=typeof n=="string"?[n]:n).forEach(function(r){var i=function(p){p.inside||(p.inside={}),p.inside.rest=o},a="doc-comment";if(s=e.languages[r]){var s,l=s[a];if((l=l||(s=e.languages.insertBefore(r,"comment",{"doc-comment":{pattern:/(^|[^\\])\/\*\*[^/][\s\S]*?(?:\*\/|$)/,lookbehind:!0,alias:"comment"}}))[a])instanceof RegExp&&(l=s[a]={pattern:l}),Array.isArray(l))for(var d=0,f=l.length;d<f;d++)l[d]instanceof RegExp&&(l[d]={pattern:l[d]}),i(l[d]);else i(l)}})}}),t.addSupport(["java","javascript","php"],t)})(oe),(function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/,t=(e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css,e.languages.markup);t&&(t.tag.addInlined("style","css"),t.tag.addAttribute("style","css"))})(oe),(function(e){var t=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,t=(e.languages.css.selector={pattern:e.languages.css.selector.pattern,lookbehind:!0,inside:t={"pseudo-element":/:(?:after|before|first-letter|first-line|selection)|::[-\w]+/,"pseudo-class":/:[-\w]+/,class:/\.[-\w]+/,id:/#[-\w]+/,attribute:{pattern:RegExp(`\\[(?:[^[\\]"']|`+t.source+")*\\]"),greedy:!0,inside:{punctuation:/^\[|\]$/,"case-sensitivity":{pattern:/(\s)[si]$/i,lookbehind:!0,alias:"keyword"},namespace:{pattern:/^(\s*)(?:(?!\s)[-*\w\xA0-\uFFFF])*\|(?!=)/,lookbehind:!0,inside:{punctuation:/\|$/}},"attr-name":{pattern:/^(\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+/,lookbehind:!0},"attr-value":[t,{pattern:/(=\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+(?=\s*$)/,lookbehind:!0}],operator:/[|~*^$]?=/}},"n-th":[{pattern:/(\(\s*)[+-]?\d*[\dn](?:\s*[+-]\s*\d+)?(?=\s*\))/,lookbehind:!0,inside:{number:/[\dn]+/,operator:/[+-]/}},{pattern:/(\(\s*)(?:even|odd)(?=\s*\))/i,lookbehind:!0}],combinator:/>|\+|~|\|\|/,punctuation:/[(),]/}},e.languages.css.atrule.inside["selector-function-argument"].inside=t,e.languages.insertBefore("css","property",{variable:{pattern:/(^|[^-\w\xA0-\uFFFF])--(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*/i,lookbehind:!0}}),{pattern:/(\b\d+)(?:%|[a-z]+(?![\w-]))/,lookbehind:!0}),n={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0};e.languages.insertBefore("css","function",{operator:{pattern:/(\s)[+\-*\/](?=\s)/,lookbehind:!0},hexcode:{pattern:/\B#[\da-f]{3,8}\b/i,alias:"color"},color:[{pattern:/(^|[^\w-])(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|RebeccaPurple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)(?![\w-])/i,lookbehind:!0},{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:t,number:n,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:t,number:n})})(oe),(function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,o="(?:"+n.source+"(?:[ ]+"+t.source+")?|"+t.source+"(?:[ ]+"+n.source+")?)",r=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),i=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function a(s,l){l=(l||"").replace(/m/g,"")+"m";var d=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return o}).replace(/<<value>>/g,function(){return s});return RegExp(d,l)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return o})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return o}).replace(/<<key>>/g,function(){return"(?:"+r+"|"+i+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:a(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:a(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:a(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:a(i),lookbehind:!0,greedy:!0},number:{pattern:a(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml})(oe),(function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function n(d){return d=d.replace(/<inner>/g,function(){return t}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+d+")")}var o=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,r=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return o}),i=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source,a=(e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+r+i+"(?:"+r+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+r+i+")(?:"+r+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(o),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+r+")"+i+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+r+"$"),inside:{"table-header":{pattern:RegExp(o),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:n(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:n(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:n(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:n(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(d){["url","bold","italic","strike","code-snippet"].forEach(function(f){d!==f&&(e.languages.markdown[d].inside.content.inside[f]=e.languages.markdown[f])})}),e.hooks.add("after-tokenize",function(d){d.language!=="markdown"&&d.language!=="md"||(function f(p){if(p&&typeof p!="string")for(var b=0,g=p.length;b<g;b++){var y,k=p[b];k.type!=="code"?f(k.content):(y=k.content[1],k=k.content[3],y&&k&&y.type==="code-language"&&k.type==="code-block"&&typeof y.content=="string"&&(y=y.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp"),y="language-"+(y=(/[a-z][\w-]*/i.exec(y)||[""])[0].toLowerCase()),k.alias?typeof k.alias=="string"?k.alias=[k.alias,y]:k.alias.push(y):k.alias=[y]))}})(d.tokens)}),e.hooks.add("wrap",function(d){if(d.type==="code-block"){for(var f="",p=0,b=d.classes.length;p<b;p++){var g=d.classes[p],g=/language-(.+)/.exec(g);if(g){f=g[1];break}}var y,k=e.languages[f];k?d.content=e.highlight((function(C){return C=C.replace(a,""),C=C.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(x,E){var D;return(E=E.toLowerCase())[0]==="#"?(D=E[1]==="x"?parseInt(E.slice(2),16):Number(E.slice(1)),l(D)):s[E]||x})})(d.content),k,f):f&&f!=="none"&&e.plugins.autoloader&&(y="md-"+new Date().valueOf()+"-"+Math.floor(1e16*Math.random()),d.attributes.id=y,e.plugins.autoloader.loadLanguages(f,function(){var C=document.getElementById(y);C&&(C.innerHTML=e.highlight(C.textContent,e.languages[f],f))}))}}),RegExp(e.languages.markup.tag.pattern.source,"gi")),s={amp:"&",lt:"<",gt:">",quot:'"'},l=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown})(oe),oe.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:oe.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},oe.hooks.add("after-tokenize",function(e){if(e.language==="graphql")for(var t=e.tokens.filter(function(y){return typeof y!="string"&&y.type!=="comment"&&y.type!=="scalar"}),n=0;n<t.length;){var o=t[n++];if(o.type==="keyword"&&o.content==="mutation"){var r=[];if(p(["definition-mutation","punctuation"])&&f(1).content==="("){n+=2;var i=b(/^\($/,/^\)$/);if(i===-1)continue;for(;n<i;n++){var a=f(0);a.type==="variable"&&(g(a,"variable-input"),r.push(a.content))}n=i+1}if(p(["punctuation","property-query"])&&f(0).content==="{"&&(n++,g(f(0),"property-mutation"),0<r.length)){var s=b(/^\{$/,/^\}$/);if(s!==-1)for(var l=n;l<s;l++){var d=t[l];d.type==="variable"&&0<=r.indexOf(d.content)&&g(d,"variable-input")}}}}function f(y){return t[n+y]}function p(y,k){k=k||0;for(var C=0;C<y.length;C++){var x=f(C+k);if(!x||x.type!==y[C])return}return 1}function b(y,k){for(var C=1,x=n;x<t.length;x++){var E=t[x],D=E.content;if(E.type==="punctuation"&&typeof D=="string"){if(y.test(D))C++;else if(k.test(D)&&--C===0)return x}}return-1}function g(y,k){var C=y.alias;C?Array.isArray(C)||(y.alias=C=[C]):y.alias=C=[],C.push(k)}}),oe.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/},(function(e){var t=e.languages.javascript["template-string"],n=t.pattern.source,o=t.inside.interpolation,r=o.inside["interpolation-punctuation"],i=o.pattern.source;function a(p,b){if(e.languages[p])return{pattern:RegExp("((?:"+b+")\\s*)"+n),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:p}}}}function s(p,b,g){return p={code:p,grammar:b,language:g},e.hooks.run("before-tokenize",p),p.tokens=e.tokenize(p.code,p.grammar),e.hooks.run("after-tokenize",p),p.tokens}function l(p,b,g){var C=e.tokenize(p,{interpolation:{pattern:RegExp(i),lookbehind:!0}}),y=0,k={},C=s(C.map(function(E){if(typeof E=="string")return E;for(var D,_,E=E.content;p.indexOf((_=y++,D="___"+g.toUpperCase()+"_"+_+"___"))!==-1;);return k[D]=E,D}).join(""),b,g),x=Object.keys(k);return y=0,(function E(D){for(var _=0;_<D.length;_++){if(y>=x.length)return;var N,A,O,j,ee,B,de,Ee=D[_];typeof Ee=="string"||typeof Ee.content=="string"?(N=x[y],(de=(B=typeof Ee=="string"?Ee:Ee.content).indexOf(N))!==-1&&(++y,A=B.substring(0,de),ee=k[N],O=void 0,(j={})["interpolation-punctuation"]=r,(j=e.tokenize(ee,j)).length===3&&((O=[1,1]).push.apply(O,s(j[1],e.languages.javascript,"javascript")),j.splice.apply(j,O)),O=new e.Token("interpolation",j,o.alias,ee),j=B.substring(de+N.length),ee=[],A&&ee.push(A),ee.push(O),j&&(E(B=[j]),ee.push.apply(ee,B)),typeof Ee=="string"?(D.splice.apply(D,[_,1].concat(ee)),_+=ee.length-1):Ee.content=ee)):(de=Ee.content,Array.isArray(de)?E(de):E([de]))}})(C),new e.Token(g,C,"language-"+g,p)}e.languages.javascript["template-string"]=[a("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),a("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),a("svg",/\bsvg/.source),a("markdown",/\b(?:markdown|md)/.source),a("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),a("sql",/\bsql/.source),t].filter(Boolean);var d={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};function f(p){return typeof p=="string"?p:Array.isArray(p)?p.map(f).join(""):f(p.content)}e.hooks.add("after-tokenize",function(p){p.language in d&&(function b(g){for(var y=0,k=g.length;y<k;y++){var C,x,E,D=g[y];typeof D!="string"&&(C=D.content,Array.isArray(C)?D.type==="template-string"?(D=C[1],C.length===3&&typeof D!="string"&&D.type==="embedded-code"&&(x=f(D),D=D.alias,D=Array.isArray(D)?D[0]:D,E=e.languages[D])&&(C[1]=l(x,E,D))):b(C):typeof C!="string"&&b([C]))}})(p.tokens)})})(oe),(function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript})(oe),(function(e){var t=e.languages.javascript,n=/\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})+\}/.source,o="(@(?:arg|argument|param|property)\\s+(?:"+n+"\\s+)?)";e.languages.jsdoc=e.languages.extend("javadoclike",{parameter:{pattern:RegExp(o+/(?:(?!\s)[$\w\xA0-\uFFFF.])+(?=\s|$)/.source),lookbehind:!0,inside:{punctuation:/\./}}}),e.languages.insertBefore("jsdoc","keyword",{"optional-parameter":{pattern:RegExp(o+/\[(?:(?!\s)[$\w\xA0-\uFFFF.])+(?:=[^[\]]+)?\](?=\s|$)/.source),lookbehind:!0,inside:{parameter:{pattern:/(^\[)[$\w\xA0-\uFFFF\.]+/,lookbehind:!0,inside:{punctuation:/\./}},code:{pattern:/(=)[\s\S]*(?=\]$)/,lookbehind:!0,inside:t,alias:"language-javascript"},punctuation:/[=[\]]/}},"class-name":[{pattern:RegExp(/(@(?:augments|class|extends|interface|memberof!?|template|this|typedef)\s+(?:<TYPE>\s+)?)[A-Z]\w*(?:\.[A-Z]\w*)*/.source.replace(/<TYPE>/g,function(){return n})),lookbehind:!0,inside:{punctuation:/\./}},{pattern:RegExp("(@[a-z]+\\s+)"+n),lookbehind:!0,inside:{string:t.string,number:t.number,boolean:t.boolean,keyword:e.languages.typescript.keyword,operator:/=>|\.\.\.|[&|?:*]/,punctuation:/[.,;=<>{}()[\]]/}}],example:{pattern:/(@example\s+(?!\s))(?:[^@\s]|\s+(?!\s))+?(?=\s*(?:\*\s*)?(?:@\w|\*\/))/,lookbehind:!0,inside:{code:{pattern:/^([\t ]*(?:\*\s*)?)\S.*$/m,lookbehind:!0,inside:t,alias:"language-javascript"}}}}),e.languages.javadoclike.addSupport("javascript",e.languages.jsdoc)})(oe),(function(e){e.languages.flow=e.languages.extend("javascript",{}),e.languages.insertBefore("flow","keyword",{type:[{pattern:/\b(?:[Bb]oolean|Function|[Nn]umber|[Ss]tring|[Ss]ymbol|any|mixed|null|void)\b/,alias:"class-name"}]}),e.languages.flow["function-variable"].pattern=/(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=\s*(?:function\b|(?:\([^()]*\)(?:\s*:\s*\w+)?|(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/i,delete e.languages.flow.parameter,e.languages.insertBefore("flow","operator",{"flow-punctuation":{pattern:/\{\||\|\}/,alias:"punctuation"}}),Array.isArray(e.languages.flow.keyword)||(e.languages.flow.keyword=[e.languages.flow.keyword]),e.languages.flow.keyword.unshift({pattern:/(^|[^$]\b)(?:Class|declare|opaque|type)\b(?!\$)/,lookbehind:!0},{pattern:/(^|[^$]\B)\$(?:Diff|Enum|Exact|Keys|ObjMap|PropertyType|Record|Shape|Subtype|Supertype|await)\b(?!\$)/,lookbehind:!0})})(oe),oe.languages.n4js=oe.languages.extend("javascript",{keyword:/\b(?:Array|any|boolean|break|case|catch|class|const|constructor|continue|debugger|declare|default|delete|do|else|enum|export|extends|false|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|module|new|null|number|package|private|protected|public|return|set|static|string|super|switch|this|throw|true|try|typeof|var|void|while|with|yield)\b/}),oe.languages.insertBefore("n4js","constant",{annotation:{pattern:/@+\w+/,alias:"operator"}}),oe.languages.n4jsd=oe.languages.n4js,(function(e){function t(a,s){return RegExp(a.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),s)}e.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+e.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),e.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+e.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),e.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]}),e.languages.insertBefore("javascript","keyword",{imports:{pattern:t(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:e.languages.javascript},exports:{pattern:t(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:e.languages.javascript}}),e.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),e.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),e.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:t(/(\.\s*)#?<ID>/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var n=["function","function-variable","method","method-variable","property-access"],o=0;o<n.length;o++){var i=n[o],r=e.languages.javascript[i],i=(r=e.util.type(r)==="RegExp"?e.languages.javascript[i]={pattern:r}:r).inside||{};(r.inside=i)["maybe-class-name"]=/^[A-Z][\s\S]*/}})(oe),(function(e){var t=e.util.clone(e.languages.javascript),n=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,o=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,r=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function i(l,d){return l=l.replace(/<S>/g,function(){return n}).replace(/<BRACES>/g,function(){return o}).replace(/<SPREAD>/g,function(){return r}),RegExp(l,d)}r=i(r).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=i(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:i(/<SPREAD>/.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:i(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);function a(l){for(var d=[],f=0;f<l.length;f++){var p=l[f],b=!1;typeof p!="string"&&(p.type==="tag"&&p.content[0]&&p.content[0].type==="tag"?p.content[0].content[0].content==="</"?0<d.length&&d[d.length-1].tagName===s(p.content[0].content[1])&&d.pop():p.content[p.content.length-1].content!=="/>"&&d.push({tagName:s(p.content[0].content[1]),openedBraces:0}):0<d.length&&p.type==="punctuation"&&p.content==="{"?d[d.length-1].openedBraces++:0<d.length&&0<d[d.length-1].openedBraces&&p.type==="punctuation"&&p.content==="}"?d[d.length-1].openedBraces--:b=!0),(b||typeof p=="string")&&0<d.length&&d[d.length-1].openedBraces===0&&(b=s(p),f<l.length-1&&(typeof l[f+1]=="string"||l[f+1].type==="plain-text")&&(b+=s(l[f+1]),l.splice(f+1,1)),0<f&&(typeof l[f-1]=="string"||l[f-1].type==="plain-text")&&(b=s(l[f-1])+b,l.splice(f-1,1),f--),l[f]=new e.Token("plain-text",b,null,b)),p.content&&typeof p.content!="string"&&a(p.content)}}var s=function(l){return l?typeof l=="string"?l:typeof l.content=="string"?l.content:l.content.map(s).join(""):""};e.hooks.add("after-tokenize",function(l){l.language!=="jsx"&&l.language!=="tsx"||a(l.tokens)})})(oe),(function(e){var t=e.util.clone(e.languages.typescript),t=(e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"],e.languages.tsx.tag);t.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+t.pattern.source+")",t.pattern.flags),t.lookbehind=!0})(oe),oe.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+/(?:elseif|if)\b/.source+"(?:[ ]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},oe.languages.swift["string-literal"].forEach(function(e){e.inside.interpolation.inside=oe.languages.swift}),(function(e){e.languages.kotlin=e.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|lateinit|noinline|null|object|open|operator|out|override|package|private|protected|public|reified|return|sealed|set|super|suspend|tailrec|this|throw|to|try|typealias|val|var|vararg|when|where|while)\b/,lookbehind:!0},function:[{pattern:/(?:`[^\r\n`]+`|\b\w+)(?=\s*\()/,greedy:!0},{pattern:/(\.)(?:`[^\r\n`]+`|\w+)(?=\s*\{)/,lookbehind:!0,greedy:!0}],number:/\b(?:0[xX][\da-fA-F]+(?:_[\da-fA-F]+)*|0[bB][01]+(?:_[01]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?[fFL]?)\b/,operator:/\+[+=]?|-[-=>]?|==?=?|!(?:!|==?)?|[\/*%<>]=?|[?:]:?|\.\.|&&|\|\||\b(?:and|inv|or|shl|shr|ushr|xor)\b/}),delete e.languages.kotlin["class-name"];var t={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:e.languages.kotlin}};e.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:t},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:t},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete e.languages.kotlin.string,e.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),e.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),e.languages.kt=e.languages.kotlin,e.languages.kts=e.languages.kotlin})(oe),oe.languages.c=oe.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),oe.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),oe.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},oe.languages.c.string],char:oe.languages.c.char,comment:oe.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:oe.languages.c}}}}),oe.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete oe.languages.c.boolean,oe.languages.objectivec=oe.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<<?=?|>>?=?|==?|&&?|\|\|?|[~^%?*\/@]/}),delete oe.languages.objectivec["class-name"],oe.languages.objc=oe.languages.objectivec,oe.languages.reason=oe.languages.extend("clike",{string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},"class-name":/\b[A-Z]\w*/,keyword:/\b(?:and|as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|method|module|mutable|new|nonrec|object|of|open|or|private|rec|sig|struct|switch|then|to|try|type|val|virtual|when|while|with)\b/,operator:/\.{3}|:[:=]|\|>|->|=(?:==?|>)?|<=?|>=?|[|^?'#!~`]|[+\-*\/]\.?|\b(?:asr|land|lor|lsl|lsr|lxor|mod)\b/}),oe.languages.insertBefore("reason","class-name",{char:{pattern:/'(?:\\x[\da-f]{2}|\\o[0-3][0-7][0-7]|\\\d{3}|\\.|[^'\\\r\n])'/,greedy:!0},constructor:/\b[A-Z]\w*\b(?!\s*\.)/,label:{pattern:/\b[a-z]\w*(?=::)/,alias:"symbol"}}),delete oe.languages.reason.function,(function(e){for(var t=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,n=0;n<2;n++)t=t.replace(/<self>/g,function(){return t});t=t.replace(/<self>/g,function(){return/[^\s\S]/.source}),e.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+t),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},e.languages.rust["closure-params"].inside.rest=e.languages.rust,e.languages.rust.attribute.inside.string=e.languages.rust.string})(oe),oe.languages.go=oe.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),oe.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete oe.languages.go["class-name"],(function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,n=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,function(){return t.source});e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,function(){return t.source})),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,function(){return n})+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])})(oe),oe.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern://,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},oe.languages.python["string-interpolation"].inside.interpolation.inside.rest=oe.languages.python,oe.languages.py=oe.languages.python,oe.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},oe.languages.webmanifest=oe.languages.json;var l4={};C1e(l4,{dracula:()=>A1e,duotoneDark:()=>N1e,duotoneLight:()=>F1e,github:()=>O1e,gruvboxMaterialDark:()=>dbe,gruvboxMaterialLight:()=>pbe,jettwaveDark:()=>rbe,jettwaveLight:()=>ibe,nightOwl:()=>M1e,nightOwlLight:()=>B1e,oceanicNext:()=>U1e,okaidia:()=>W1e,oneDark:()=>sbe,oneLight:()=>lbe,palenight:()=>G1e,shadesOfPurple:()=>X1e,synthwave84:()=>J1e,ultramin:()=>K1e,vsDark:()=>$U,vsLight:()=>tbe});var T1e={plain:{color:"#F8F8F2",backgroundColor:"#282A36"},styles:[{types:["prolog","constant","builtin"],style:{color:"rgb(189, 147, 249)"}},{types:["inserted","function"],style:{color:"rgb(80, 250, 123)"}},{types:["deleted"],style:{color:"rgb(255, 85, 85)"}},{types:["changed"],style:{color:"rgb(255, 184, 108)"}},{types:["punctuation","symbol"],style:{color:"rgb(248, 248, 242)"}},{types:["string","char","tag","selector"],style:{color:"rgb(255, 121, 198)"}},{types:["keyword","variable"],style:{color:"rgb(189, 147, 249)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(98, 114, 164)"}},{types:["attr-name"],style:{color:"rgb(241, 250, 140)"}}]},A1e=T1e,R1e={plain:{backgroundColor:"#2a2734",color:"#9a86fd"},styles:[{types:["comment","prolog","doctype","cdata","punctuation"],style:{color:"#6c6783"}},{types:["namespace"],style:{opacity:.7}},{types:["tag","operator","number"],style:{color:"#e09142"}},{types:["property","function"],style:{color:"#9a86fd"}},{types:["tag-id","selector","atrule-id"],style:{color:"#eeebff"}},{types:["attr-name"],style:{color:"#c4b9fe"}},{types:["boolean","string","entity","url","attr-value","keyword","control","directive","unit","statement","regex","atrule","placeholder","variable"],style:{color:"#ffcc99"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"#c4b9fe"}}]},N1e=R1e,L1e={plain:{backgroundColor:"#faf8f5",color:"#728fcb"},styles:[{types:["comment","prolog","doctype","cdata","punctuation"],style:{color:"#b6ad9a"}},{types:["namespace"],style:{opacity:.7}},{types:["tag","operator","number"],style:{color:"#063289"}},{types:["property","function"],style:{color:"#b29762"}},{types:["tag-id","selector","atrule-id"],style:{color:"#2d2006"}},{types:["attr-name"],style:{color:"#896724"}},{types:["boolean","string","entity","url","attr-value","keyword","control","directive","unit","statement","regex","atrule"],style:{color:"#728fcb"}},{types:["placeholder","variable"],style:{color:"#93abdc"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"#896724"}}]},F1e=L1e,P1e={plain:{color:"#393A34",backgroundColor:"#f6f8fa"},styles:[{types:["comment","prolog","doctype","cdata"],style:{color:"#999988",fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}},{types:["string","attr-value"],style:{color:"#e3116c"}},{types:["punctuation","operator"],style:{color:"#393A34"}},{types:["entity","url","symbol","number","boolean","variable","constant","property","regex","inserted"],style:{color:"#36acaa"}},{types:["atrule","keyword","attr-name","selector"],style:{color:"#00a4db"}},{types:["function","deleted","tag"],style:{color:"#d73a49"}},{types:["function-variable"],style:{color:"#6f42c1"}},{types:["tag","selector","keyword"],style:{color:"#00009f"}}]},O1e=P1e,$1e={plain:{color:"#d6deeb",backgroundColor:"#011627"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)",fontStyle:"italic"}},{types:["inserted","attr-name"],style:{color:"rgb(173, 219, 103)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(99, 119, 119)",fontStyle:"italic"}},{types:["string","url"],style:{color:"rgb(173, 219, 103)"}},{types:["variable"],style:{color:"rgb(214, 222, 235)"}},{types:["number"],style:{color:"rgb(247, 140, 108)"}},{types:["builtin","char","constant","function"],style:{color:"rgb(130, 170, 255)"}},{types:["punctuation"],style:{color:"rgb(199, 146, 234)"}},{types:["selector","doctype"],style:{color:"rgb(199, 146, 234)",fontStyle:"italic"}},{types:["class-name"],style:{color:"rgb(255, 203, 139)"}},{types:["tag","operator","keyword"],style:{color:"rgb(127, 219, 202)"}},{types:["boolean"],style:{color:"rgb(255, 88, 116)"}},{types:["property"],style:{color:"rgb(128, 203, 196)"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)"}}]},M1e=$1e,z1e={plain:{color:"#403f53",backgroundColor:"#FBFBFB"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)",fontStyle:"italic"}},{types:["inserted","attr-name"],style:{color:"rgb(72, 118, 214)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(152, 159, 177)",fontStyle:"italic"}},{types:["string","builtin","char","constant","url"],style:{color:"rgb(72, 118, 214)"}},{types:["variable"],style:{color:"rgb(201, 103, 101)"}},{types:["number"],style:{color:"rgb(170, 9, 130)"}},{types:["punctuation"],style:{color:"rgb(153, 76, 195)"}},{types:["function","selector","doctype"],style:{color:"rgb(153, 76, 195)",fontStyle:"italic"}},{types:["class-name"],style:{color:"rgb(17, 17, 17)"}},{types:["tag"],style:{color:"rgb(153, 76, 195)"}},{types:["operator","property","keyword","namespace"],style:{color:"rgb(12, 150, 155)"}},{types:["boolean"],style:{color:"rgb(188, 84, 84)"}}]},B1e=z1e,Bo={char:"#D8DEE9",comment:"#999999",keyword:"#c5a5c5",primitive:"#5a9bcf",string:"#8dc891",variable:"#d7deea",boolean:"#ff8b50",punctuation:"#5FB3B3",tag:"#fc929e",function:"#79b6f2",className:"#FAC863",method:"#6699CC",operator:"#fc929e"},j1e={plain:{backgroundColor:"#282c34",color:"#ffffff"},styles:[{types:["attr-name"],style:{color:Bo.keyword}},{types:["attr-value"],style:{color:Bo.string}},{types:["comment","block-comment","prolog","doctype","cdata","shebang"],style:{color:Bo.comment}},{types:["property","number","function-name","constant","symbol","deleted"],style:{color:Bo.primitive}},{types:["boolean"],style:{color:Bo.boolean}},{types:["tag"],style:{color:Bo.tag}},{types:["string"],style:{color:Bo.string}},{types:["punctuation"],style:{color:Bo.string}},{types:["selector","char","builtin","inserted"],style:{color:Bo.char}},{types:["function"],style:{color:Bo.function}},{types:["operator","entity","url","variable"],style:{color:Bo.variable}},{types:["keyword"],style:{color:Bo.keyword}},{types:["atrule","class-name"],style:{color:Bo.className}},{types:["important"],style:{fontWeight:"400"}},{types:["bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}}]},U1e=j1e,H1e={plain:{color:"#f8f8f2",backgroundColor:"#272822"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"#f92672",fontStyle:"italic"}},{types:["inserted"],style:{color:"rgb(173, 219, 103)",fontStyle:"italic"}},{types:["comment"],style:{color:"#8292a2",fontStyle:"italic"}},{types:["string","url"],style:{color:"#a6e22e"}},{types:["variable"],style:{color:"#f8f8f2"}},{types:["number"],style:{color:"#ae81ff"}},{types:["builtin","char","constant","function","class-name"],style:{color:"#e6db74"}},{types:["punctuation"],style:{color:"#f8f8f2"}},{types:["selector","doctype"],style:{color:"#a6e22e",fontStyle:"italic"}},{types:["tag","operator","keyword"],style:{color:"#66d9ef"}},{types:["boolean"],style:{color:"#ae81ff"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)",opacity:.7}},{types:["tag","property"],style:{color:"#f92672"}},{types:["attr-name"],style:{color:"#a6e22e !important"}},{types:["doctype"],style:{color:"#8292a2"}},{types:["rule"],style:{color:"#e6db74"}}]},W1e=H1e,V1e={plain:{color:"#bfc7d5",backgroundColor:"#292d3e"},styles:[{types:["comment"],style:{color:"rgb(105, 112, 152)",fontStyle:"italic"}},{types:["string","inserted"],style:{color:"rgb(195, 232, 141)"}},{types:["number"],style:{color:"rgb(247, 140, 108)"}},{types:["builtin","char","constant","function"],style:{color:"rgb(130, 170, 255)"}},{types:["punctuation","selector"],style:{color:"rgb(199, 146, 234)"}},{types:["variable"],style:{color:"rgb(191, 199, 213)"}},{types:["class-name","attr-name"],style:{color:"rgb(255, 203, 107)"}},{types:["tag","deleted"],style:{color:"rgb(255, 85, 114)"}},{types:["operator"],style:{color:"rgb(137, 221, 255)"}},{types:["boolean"],style:{color:"rgb(255, 88, 116)"}},{types:["keyword"],style:{fontStyle:"italic"}},{types:["doctype"],style:{color:"rgb(199, 146, 234)",fontStyle:"italic"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)"}},{types:["url"],style:{color:"rgb(221, 221, 221)"}}]},G1e=V1e,Z1e={plain:{color:"#9EFEFF",backgroundColor:"#2D2A55"},styles:[{types:["changed"],style:{color:"rgb(255, 238, 128)"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)"}},{types:["inserted"],style:{color:"rgb(173, 219, 103)"}},{types:["comment"],style:{color:"rgb(179, 98, 255)",fontStyle:"italic"}},{types:["punctuation"],style:{color:"rgb(255, 255, 255)"}},{types:["constant"],style:{color:"rgb(255, 98, 140)"}},{types:["string","url"],style:{color:"rgb(165, 255, 144)"}},{types:["variable"],style:{color:"rgb(255, 238, 128)"}},{types:["number","boolean"],style:{color:"rgb(255, 98, 140)"}},{types:["attr-name"],style:{color:"rgb(255, 180, 84)"}},{types:["keyword","operator","property","namespace","tag","selector","doctype"],style:{color:"rgb(255, 157, 0)"}},{types:["builtin","char","constant","function","class-name"],style:{color:"rgb(250, 208, 0)"}}]},X1e=Z1e,Y1e={plain:{backgroundColor:"linear-gradient(to bottom, #2a2139 75%, #34294f)",backgroundImage:"#34294f",color:"#f92aad",textShadow:"0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3"},styles:[{types:["comment","block-comment","prolog","doctype","cdata"],style:{color:"#495495",fontStyle:"italic"}},{types:["punctuation"],style:{color:"#ccc"}},{types:["tag","attr-name","namespace","number","unit","hexcode","deleted"],style:{color:"#e2777a"}},{types:["property","selector"],style:{color:"#72f1b8",textShadow:"0 0 2px #100c0f, 0 0 10px #257c5575, 0 0 35px #21272475"}},{types:["function-name"],style:{color:"#6196cc"}},{types:["boolean","selector-id","function"],style:{color:"#fdfdfd",textShadow:"0 0 2px #001716, 0 0 3px #03edf975, 0 0 5px #03edf975, 0 0 8px #03edf975"}},{types:["class-name","maybe-class-name","builtin"],style:{color:"#fff5f6",textShadow:"0 0 2px #000, 0 0 10px #fc1f2c75, 0 0 5px #fc1f2c75, 0 0 25px #fc1f2c75"}},{types:["constant","symbol"],style:{color:"#f92aad",textShadow:"0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3"}},{types:["important","atrule","keyword","selector-class"],style:{color:"#f4eee4",textShadow:"0 0 2px #393a33, 0 0 8px #f39f0575, 0 0 2px #f39f0575"}},{types:["string","char","attr-value","regex","variable"],style:{color:"#f87c32"}},{types:["parameter"],style:{fontStyle:"italic"}},{types:["entity","url"],style:{color:"#67cdcc"}},{types:["operator"],style:{color:"ffffffee"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["entity"],style:{cursor:"help"}},{types:["inserted"],style:{color:"green"}}]},J1e=Y1e,q1e={plain:{color:"#282a2e",backgroundColor:"#ffffff"},styles:[{types:["comment"],style:{color:"rgb(197, 200, 198)"}},{types:["string","number","builtin","variable"],style:{color:"rgb(150, 152, 150)"}},{types:["class-name","function","tag","attr-name"],style:{color:"rgb(40, 42, 46)"}}]},K1e=q1e,Q1e={plain:{color:"#9CDCFE",backgroundColor:"#1E1E1E"},styles:[{types:["prolog"],style:{color:"rgb(0, 0, 128)"}},{types:["comment"],style:{color:"rgb(106, 153, 85)"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"rgb(86, 156, 214)"}},{types:["number","inserted"],style:{color:"rgb(181, 206, 168)"}},{types:["constant"],style:{color:"rgb(100, 102, 149)"}},{types:["attr-name","variable"],style:{color:"rgb(156, 220, 254)"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"rgb(206, 145, 120)"}},{types:["selector"],style:{color:"rgb(215, 186, 125)"}},{types:["tag"],style:{color:"rgb(78, 201, 176)"}},{types:["tag"],languages:["markup"],style:{color:"rgb(86, 156, 214)"}},{types:["punctuation","operator"],style:{color:"rgb(212, 212, 212)"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"rgb(220, 220, 170)"}},{types:["class-name"],style:{color:"rgb(78, 201, 176)"}},{types:["char"],style:{color:"rgb(209, 105, 105)"}}]},$U=Q1e,ebe={plain:{color:"#000000",backgroundColor:"#ffffff"},styles:[{types:["comment"],style:{color:"rgb(0, 128, 0)"}},{types:["builtin"],style:{color:"rgb(0, 112, 193)"}},{types:["number","variable","inserted"],style:{color:"rgb(9, 134, 88)"}},{types:["operator"],style:{color:"rgb(0, 0, 0)"}},{types:["constant","char"],style:{color:"rgb(129, 31, 63)"}},{types:["tag"],style:{color:"rgb(128, 0, 0)"}},{types:["attr-name"],style:{color:"rgb(255, 0, 0)"}},{types:["deleted","string"],style:{color:"rgb(163, 21, 21)"}},{types:["changed","punctuation"],style:{color:"rgb(4, 81, 165)"}},{types:["function","keyword"],style:{color:"rgb(0, 0, 255)"}},{types:["class-name"],style:{color:"rgb(38, 127, 153)"}}]},tbe=ebe,nbe={plain:{color:"#f8fafc",backgroundColor:"#011627"},styles:[{types:["prolog"],style:{color:"#000080"}},{types:["comment"],style:{color:"#6A9955"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"#569CD6"}},{types:["number","inserted"],style:{color:"#B5CEA8"}},{types:["constant"],style:{color:"#f8fafc"}},{types:["attr-name","variable"],style:{color:"#9CDCFE"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"#cbd5e1"}},{types:["selector"],style:{color:"#D7BA7D"}},{types:["tag"],style:{color:"#0ea5e9"}},{types:["tag"],languages:["markup"],style:{color:"#0ea5e9"}},{types:["punctuation","operator"],style:{color:"#D4D4D4"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"#7dd3fc"}},{types:["class-name"],style:{color:"#0ea5e9"}},{types:["char"],style:{color:"#D16969"}}]},rbe=nbe,obe={plain:{color:"#0f172a",backgroundColor:"#f1f5f9"},styles:[{types:["prolog"],style:{color:"#000080"}},{types:["comment"],style:{color:"#6A9955"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"#0c4a6e"}},{types:["number","inserted"],style:{color:"#B5CEA8"}},{types:["constant"],style:{color:"#0f172a"}},{types:["attr-name","variable"],style:{color:"#0c4a6e"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"#64748b"}},{types:["selector"],style:{color:"#D7BA7D"}},{types:["tag"],style:{color:"#0ea5e9"}},{types:["tag"],languages:["markup"],style:{color:"#0ea5e9"}},{types:["punctuation","operator"],style:{color:"#475569"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"#0e7490"}},{types:["class-name"],style:{color:"#0ea5e9"}},{types:["char"],style:{color:"#D16969"}}]},ibe=obe,abe={plain:{backgroundColor:"hsl(220, 13%, 18%)",color:"hsl(220, 14%, 71%)",textShadow:"0 1px rgba(0, 0, 0, 0.3)"},styles:[{types:["comment","prolog","cdata"],style:{color:"hsl(220, 10%, 40%)"}},{types:["doctype","punctuation","entity"],style:{color:"hsl(220, 14%, 71%)"}},{types:["attr-name","class-name","maybe-class-name","boolean","constant","number","atrule"],style:{color:"hsl(29, 54%, 61%)"}},{types:["keyword"],style:{color:"hsl(286, 60%, 67%)"}},{types:["property","tag","symbol","deleted","important"],style:{color:"hsl(355, 65%, 65%)"}},{types:["selector","string","char","builtin","inserted","regex","attr-value"],style:{color:"hsl(95, 38%, 62%)"}},{types:["variable","operator","function"],style:{color:"hsl(207, 82%, 66%)"}},{types:["url"],style:{color:"hsl(187, 47%, 55%)"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"hsl(220, 14%, 71%)"}}]},sbe=abe,ube={plain:{backgroundColor:"hsl(230, 1%, 98%)",color:"hsl(230, 8%, 24%)"},styles:[{types:["comment","prolog","cdata"],style:{color:"hsl(230, 4%, 64%)"}},{types:["doctype","punctuation","entity"],style:{color:"hsl(230, 8%, 24%)"}},{types:["attr-name","class-name","boolean","constant","number","atrule"],style:{color:"hsl(35, 99%, 36%)"}},{types:["keyword"],style:{color:"hsl(301, 63%, 40%)"}},{types:["property","tag","symbol","deleted","important"],style:{color:"hsl(5, 74%, 59%)"}},{types:["selector","string","char","builtin","inserted","regex","attr-value","punctuation"],style:{color:"hsl(119, 34%, 47%)"}},{types:["variable","operator","function"],style:{color:"hsl(221, 87%, 60%)"}},{types:["url"],style:{color:"hsl(198, 99%, 37%)"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"hsl(230, 8%, 24%)"}}]},lbe=ube,cbe={plain:{color:"#ebdbb2",backgroundColor:"#292828"},styles:[{types:["imports","class-name","maybe-class-name","constant","doctype","builtin","function"],style:{color:"#d8a657"}},{types:["property-access"],style:{color:"#7daea3"}},{types:["tag"],style:{color:"#e78a4e"}},{types:["attr-name","char","url","regex"],style:{color:"#a9b665"}},{types:["attr-value","string"],style:{color:"#89b482"}},{types:["comment","prolog","cdata","operator","inserted"],style:{color:"#a89984"}},{types:["delimiter","boolean","keyword","selector","important","atrule","property","variable","deleted"],style:{color:"#ea6962"}},{types:["entity","number","symbol"],style:{color:"#d3869b"}}]},dbe=cbe,fbe={plain:{color:"#654735",backgroundColor:"#f9f5d7"},styles:[{types:["delimiter","boolean","keyword","selector","important","atrule","property","variable","deleted"],style:{color:"#af2528"}},{types:["imports","class-name","maybe-class-name","constant","doctype","builtin"],style:{color:"#b4730e"}},{types:["string","attr-value"],style:{color:"#477a5b"}},{types:["property-access"],style:{color:"#266b79"}},{types:["function","attr-name","char","url"],style:{color:"#72761e"}},{types:["tag"],style:{color:"#b94c07"}},{types:["comment","prolog","cdata","operator","inserted"],style:{color:"#a89984"}},{types:["entity","number","symbol"],style:{color:"#924f79"}}]},pbe=fbe,mbe=e=>(0,zU.useCallback)(t=>{var n=t,{className:o,style:r,line:i}=n,a=OU(n,["className","style","line"]);let s=Sv(Oa({},a),{className:Qe("token-line",o)});return typeof e=="object"&&"plain"in e&&(s.style=e.plain),typeof r=="object"&&(s.style=Oa(Oa({},s.style||{}),r)),s},[e]),hbe=e=>{let t=(0,s4.useCallback)(({types:n,empty:o})=>{if(e!=null){{if(n.length===1&&n[0]==="plain")return o!=null?{display:"inline-block"}:void 0;if(n.length===1&&o!=null)return e[n[0]]}return Object.assign(o!=null?{display:"inline-block"}:{},...n.map(r=>e[r]))}},[e]);return(0,s4.useCallback)(n=>{var o=n,{token:r,className:i,style:a}=o,s=OU(o,["token","className","style"]);let l=Sv(Oa({},s),{className:Qe("token",...r.types,i),children:r.content,style:t(r)});return a!=null&&(l.style=Oa(Oa({},l.style||{}),a)),l},[t])},gbe=/\r\n|\r|\n/,RU=e=>{e.length===0?e.push({types:["plain"],content:`
|
|
1206
1206
|
`,empty:!0}):e.length===1&&e[0].content===""&&(e[0].content=`
|
|
1207
1207
|
`,e[0].empty=!0)},NU=(e,t)=>{let n=e.length;return n>0&&e[n-1]===t?e:e.concat(t)},bbe=e=>{let t=[[]],n=[e],o=[0],r=[e.length],i=0,a=0,s=[],l=[s];for(;a>-1;){for(;(i=o[a]++)<r[a];){let d,f=t[a],b=n[a][i];if(typeof b=="string"?(f=a>0?f:["plain"],d=b):(f=NU(f,b.type),b.alias&&(f=NU(f,b.alias)),d=b.content),typeof d!="string"){a++,t.push(f),n.push(d),o.push(0),r.push(d.length);continue}let g=d.split(gbe),y=g.length;s.push({types:f,content:g[0]});for(let k=1;k<y;k++)RU(s),l.push(s=[]),s.push({types:f,content:g[k]})}a--,t.pop(),n.pop(),o.pop(),r.pop()}return RU(s),l},LU=bbe,vbe=({prism:e,code:t,grammar:n,language:o})=>(0,BU.useMemo)(()=>{if(n==null)return LU([t]);let r={code:t,grammar:n,language:o,tokens:[]};return e.hooks.run("before-tokenize",r),r.tokens=e.tokenize(t,n),e.hooks.run("after-tokenize",r),LU(r.tokens)},[t,n,o,e]),ybe=(e,t)=>{let{plain:n}=e,o=e.styles.reduce((r,i)=>{let{languages:a,style:s}=i;return a&&!a.includes(t)||i.types.forEach(l=>{let d=Oa(Oa({},r[l]),s);r[l]=d}),r},{});return o.root=n,o.plain=Sv(Oa({},n),{backgroundColor:void 0}),o},xbe=ybe,Ebe=({children:e,language:t,code:n,theme:o,prism:r})=>{let i=t.toLowerCase(),a=xbe(o,i),s=mbe(a),l=hbe(a),d=r.languages[i],f=vbe({prism:r,language:i,code:n,grammar:d});return e({tokens:f,className:`prism-code language-${i}`,style:a!=null?a.root:{},getLineProps:s,getTokenProps:l})},jU=e=>(0,MU.createElement)(Ebe,Sv(Oa({},e),{prism:e.prism||oe,theme:e.theme||$U,code:e.code,language:e.language}));var hf=U(ge(),1);var UU={plain:{backgroundColor:"hsl(230, 1%, 98%)",color:"hsl(230, 8%, 24%)"},styles:[{types:["comment","prolog","cdata"],style:{color:"hsl(230, 4%, 64%)"}},{types:["doctype","entity"],style:{color:"hsl(230, 8%, 24%)"}},{types:["attr-name","class-name","boolean","constant","number","atrule"],style:{color:"hsl(35, 99%, 36%)"}},{types:["keyword"],style:{color:"hsl(301, 63%, 40%)"}},{types:["property","tag","symbol","deleted","important"],style:{color:"hsl(5, 74%, 59%)"}},{types:["punctuation"],style:{color:"hsl(230, 6%, 44%)"}},{types:["selector","string","char","builtin","inserted","regex","attr-value"],style:{color:"hsl(119, 34%, 47%)"}},{types:["variable","operator","function"],style:{color:"hsl(221, 87%, 60%)"}},{types:["url"],style:{color:"hsl(198, 99%, 37%)"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"hsl(230, 8%, 24%)"}}]};(typeof global<"u"?global:window).Prism=oe;var d4="rgba(22, 114, 235, 0.05)",kbe=async()=>{await Promise.all([Promise.resolve().then(()=>U(c4(),1)),Promise.resolve().then(()=>U(HU(),1)),Promise.resolve().then(()=>U(c4(),1)),Promise.resolve().then(()=>U(WU(),1)),Promise.resolve().then(()=>U(VU(),1)),Promise.resolve().then(()=>U(GU(),1)),Promise.resolve().then(()=>U(ZU(),1)),Promise.resolve().then(()=>U(XU(),1)),Promise.resolve().then(()=>U(YU(),1)),Promise.resolve().then(()=>U(JU(),1)),Promise.resolve().then(()=>U(qU(),1)),Promise.resolve().then(()=>(KU(),wbe))])};kbe();var Dbe=(e,t)=>(0,hf.useMemo)(()=>{if(t)return t;let o=[{lang:"rust",keywords:["fn main()","let mut","println!","pub struct","use std::"]},{lang:"http",keywords:["GET /","POST /","HTTP/1.1","Host:","Content-Type:"]},{lang:"bash",keywords:["#!/bin/bash","echo ","cd ","ls"]},{lang:"markup",keywords:["<div","<span","<html","<!DOCTYPE","</"]},{lang:"xml-doc",keywords:["<?xml","<doc","<summary","</doc>"]},{lang:"yaml",keywords:["version:","services:","name:"]},{lang:"docker",keywords:["FROM ","RUN ","CMD ","ENTRYPOINT","EXPOSE"]},{lang:"python",keywords:["def ","import ","print(","self","None"]},{lang:"javascript",keywords:["function","const","let","=>","console.log","var"]},{lang:"typescript",keywords:["interface ","type ",": string",": number","as const"]}].map(i=>{let a=0;for(let s of i.keywords)e.includes(s)&&(a+=1);return{lang:i.lang,score:a}}),r=f4.default.maxBy(o,"score");if(r?.score&&r.score>0)return r.lang},[e,t]),Cbe=W.pre`
|
|
1208
1208
|
width: 100%;
|
|
@@ -1620,7 +1620,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
|
|
|
1620
1620
|
}
|
|
1621
1621
|
}
|
|
1622
1622
|
}
|
|
1623
|
-
`;function g4({children:e,language:t,size:n,httpMethod:o,actionButtonLabel:r,onActionButtonClick:i,fullWidth:a,secretPlaceholder:s="***",secret:l,disabled:d,hideCopyButton:f,trackingBundle:p,...b}){let g=l!==void 0,[y,k]=(0,N0.useState)(!1),C=(0,N0.useMemo)(()=>g?e.replace(s,l):e,[e,l,g,s]),x=y?C:e,E=t==="bash",D=(0,N0.useMemo)(()=>E?Rv(x,[1],!0):{},[E,x]);return(0,go.jsxs)(Lbe,{$httpMethod:o,$fullWidth:a,$showBashPrefixes:E,$disabled:d,...b,children:[(0,go.jsxs)("div",{className:$a.gradientWrapper,children:[(0,go.jsxs)("div",{className:$a.scrollableWrapper,children:[o&&(0,go.jsx)(rt,{className:$a.methodChip,as:"div",children:o}),(0,go.jsx)(Av,{language:t,size:n,linePrefixes:D,code:x,isSingleLine:!0})]}),(0,go.jsx)("div",{className:$a.gradient})]}),(0,go.jsxs)("div",{className:$a.buttons,children:[g&&(0,go.jsx)(mf,{onClick:()=>k(_=>!_),trackingId:p?.secret?.trackingId,trackingData:p?.secret?.trackingData,"data-test":"toggle-visibility-button",children:y?(0,go.jsx)(
|
|
1623
|
+
`;function g4({children:e,language:t,size:n,httpMethod:o,actionButtonLabel:r,onActionButtonClick:i,fullWidth:a,secretPlaceholder:s="***",secret:l,disabled:d,hideCopyButton:f,trackingBundle:p,...b}){let g=l!==void 0,[y,k]=(0,N0.useState)(!1),C=(0,N0.useMemo)(()=>g?e.replace(s,l):e,[e,l,g,s]),x=y?C:e,E=t==="bash",D=(0,N0.useMemo)(()=>E?Rv(x,[1],!0):{},[E,x]);return(0,go.jsxs)(Lbe,{$httpMethod:o,$fullWidth:a,$showBashPrefixes:E,$disabled:d,...b,children:[(0,go.jsxs)("div",{className:$a.gradientWrapper,children:[(0,go.jsxs)("div",{className:$a.scrollableWrapper,children:[o&&(0,go.jsx)(rt,{className:$a.methodChip,as:"div",children:o}),(0,go.jsx)(Av,{language:t,size:n,linePrefixes:D,code:x,isSingleLine:!0})]}),(0,go.jsx)("div",{className:$a.gradient})]}),(0,go.jsxs)("div",{className:$a.buttons,children:[g&&(0,go.jsx)(mf,{onClick:()=>k(_=>!_),trackingId:p?.secret?.trackingId,trackingData:p?.secret?.trackingData,"data-test":"toggle-visibility-button",children:y?(0,go.jsx)(qL,{size:"16"}):(0,go.jsx)(JL,{size:"16"})}),!f&&(0,go.jsx)(Cv,{code:C,trackingId:p?.copy?.trackingId,trackingData:p?.copy?.trackingData}),!!i&&(0,go.jsx)(mf,{onClick:i,trackingId:p?.action?.trackingId,trackingData:p?.action?.trackingData,children:r})]})]})}var Mu=U(me(),1);var L0=J`
|
|
1624
1624
|
width: fit-content;
|
|
1625
1625
|
padding: ${m.space.space2} 0.6rem;
|
|
1626
1626
|
background-color: ${m.color.neutral.backgroundMuted};
|
|
@@ -1631,7 +1631,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
|
|
|
1631
1631
|
cursor: pointer;
|
|
1632
1632
|
vertical-align: text-top;
|
|
1633
1633
|
margin-left: ${m.space.space4};
|
|
1634
|
-
`,Pbe=({text:e})=>{let{isCopied:t,copyToClipboard:n}=ic();return(0,Mu.jsx)(Fbe,{role:"button",onClick:async()=>n(e),title:"Copy to clipboard",children:t?(0,Mu.jsx)(rs,{size:"16"}):(0,Mu.jsx)(
|
|
1634
|
+
`,Pbe=({text:e})=>{let{isCopied:t,copyToClipboard:n}=ic();return(0,Mu.jsx)(Fbe,{role:"button",onClick:async()=>n(e),title:"Copy to clipboard",children:t?(0,Mu.jsx)(rs,{size:"16"}):(0,Mu.jsx)(I1,{size:"16"})})},Obe=W.span`
|
|
1635
1635
|
code {
|
|
1636
1636
|
${L0}
|
|
1637
1637
|
}
|
|
@@ -2174,7 +2174,7 @@ ${s}`},[e]),i=(0,uc.useMemo)(()=>!!r.match(/^#\s.+$/m),[r]),a=(0,uc.useCallback)
|
|
|
2174
2174
|
}
|
|
2175
2175
|
}
|
|
2176
2176
|
`,t3e=({node:e,children:t})=>{let n=e.tagName,o=Ou(t);return(0,wn.jsx)(n,{id:o,children:t})};function n3e({className:e,children:t,node:n}){if(n?.position?.start?.line===n?.position?.end?.line)return(0,wn.jsx)("code",{className:Qe(e,Ts.INLINE_CODE),children:t});let r=String(t).replace(/\n$/,"").trim(),a=/language-(\w+)/.exec(e||"")?.[1]?.toLowerCase();return r.split(`
|
|
2177
|
-
`).length<=1?(0,wn.jsx)(g4,{language:a,fullWidth:!0,children:r}):(0,wn.jsx)(Nv,{content:r,language:a,hideLineNumbers:!0,fullWidth:!0,hideBashHeader:!0,hideBashPromptPrefixes:!0})}var r3e=/^(?:https?:\/\/)?(?:www\.)?(?:m\.)?(?:youtube(?:-nocookie)?\.com|youtu\.be)\/(?:watch\?v=|embed\/|v\/)?([a-zA-Z0-9\-_]+)(?:\S*)?$/,o3e=/^((?:https?:\/\/)?(?:player\.)?vimeo\.com(?:\/video)?\/(\d+))$/,wH=e=>{let t=e.match(r3e),n=e.match(o3e),o;return t&&(o=bH.stringifyUrl({url:`https://www.youtube.com/embed/${t[1]}`,query:{rel:0,enablejsapi:1}})),n&&(o=`https://player.vimeo.com/video/${n[2]}`),o},kH=({src:e})=>(0,wn.jsx)("span",{className:Ts.VIDEO_WRAPPER,children:(0,wn.jsx)("span",{className:"Iframe-container",children:(0,wn.jsx)("iframe",{loading:"lazy",allowFullScreen:!0,src:e})})}),i3e=["apify.com","docs.apify.com","help.apify.com","sdk.apify.com","blog.apify.com","kb.apify.com","my.apify.com","console.apify.com","crawlee.dev"],a3e=({node:e,href:t="",...n},{hostname:o},r)=>{let i=e.properties.enableEmbeddedVideo&&t?wH(t):void 0;if(i)return(0,wn.jsx)(kH,{src:i});if((t||"").startsWith("#"))return(0,wn.jsx)("a",{href:t,...n});let s;try{s=new URL(t)}catch{return(0,wn.jsx)("span",{children:t})}if(!o&&typeof window<"u"&&!window?.location?.hostname)return(0,wn.jsx)("a",{href:t,...n});let l=o||typeof window<"u"&&window?.location?.hostname.toLowerCase(),d=s&&s.hostname.toLowerCase()!==l,f=s&&i3e.includes(s.hostname.toLowerCase())&&s.protocol==="https:",p={};return d&&(f?p={target:"_blank",rel:"noopener"}:p={rel:Qe(r&&"ugc")}),(0,wn.jsx)(Sn,{...n,...p,to:t})},s3e=({node:e,...t})=>{e?.children.forEach(i=>{i.tagName==="a"&&(i.properties.enableEmbeddedVideo=e.children.length===1)});let n=e?.children[0],r=n?.type==="text"&&wH(n.value);return r?(0,wn.jsx)(kH,{src:r}):(0,wn.jsx)("p",{...t})},u3e=({node:e,children:t})=>{let n=e.tagName,o=Ou(t),{isCopied:r,copyToClipboard:i}=ic();async function a(){let s=new URL(window.location.href);s.hash=`#${o??""}`,await i(s.toString())}return(0,wn.jsxs)(n,{id:o,children:[t,(0,wn.jsx)("a",{onClick:a,href:`#${o}`,className:Qe(Ts.HEADING_COPY_ICON,{isCopied:r}),"aria-label":"Copy link to clipboard",children:(0,wn.jsx)(
|
|
2177
|
+
`).length<=1?(0,wn.jsx)(g4,{language:a,fullWidth:!0,children:r}):(0,wn.jsx)(Nv,{content:r,language:a,hideLineNumbers:!0,fullWidth:!0,hideBashHeader:!0,hideBashPromptPrefixes:!0})}var r3e=/^(?:https?:\/\/)?(?:www\.)?(?:m\.)?(?:youtube(?:-nocookie)?\.com|youtu\.be)\/(?:watch\?v=|embed\/|v\/)?([a-zA-Z0-9\-_]+)(?:\S*)?$/,o3e=/^((?:https?:\/\/)?(?:player\.)?vimeo\.com(?:\/video)?\/(\d+))$/,wH=e=>{let t=e.match(r3e),n=e.match(o3e),o;return t&&(o=bH.stringifyUrl({url:`https://www.youtube.com/embed/${t[1]}`,query:{rel:0,enablejsapi:1}})),n&&(o=`https://player.vimeo.com/video/${n[2]}`),o},kH=({src:e})=>(0,wn.jsx)("span",{className:Ts.VIDEO_WRAPPER,children:(0,wn.jsx)("span",{className:"Iframe-container",children:(0,wn.jsx)("iframe",{loading:"lazy",allowFullScreen:!0,src:e})})}),i3e=["apify.com","docs.apify.com","help.apify.com","sdk.apify.com","blog.apify.com","kb.apify.com","my.apify.com","console.apify.com","crawlee.dev"],a3e=({node:e,href:t="",...n},{hostname:o},r)=>{let i=e.properties.enableEmbeddedVideo&&t?wH(t):void 0;if(i)return(0,wn.jsx)(kH,{src:i});if((t||"").startsWith("#"))return(0,wn.jsx)("a",{href:t,...n});let s;try{s=new URL(t)}catch{return(0,wn.jsx)("span",{children:t})}if(!o&&typeof window<"u"&&!window?.location?.hostname)return(0,wn.jsx)("a",{href:t,...n});let l=o||typeof window<"u"&&window?.location?.hostname.toLowerCase(),d=s&&s.hostname.toLowerCase()!==l,f=s&&i3e.includes(s.hostname.toLowerCase())&&s.protocol==="https:",p={};return d&&(f?p={target:"_blank",rel:"noopener"}:p={rel:Qe(r&&"ugc")}),(0,wn.jsx)(Sn,{...n,...p,to:t})},s3e=({node:e,...t})=>{e?.children.forEach(i=>{i.tagName==="a"&&(i.properties.enableEmbeddedVideo=e.children.length===1)});let n=e?.children[0],r=n?.type==="text"&&wH(n.value);return r?(0,wn.jsx)(kH,{src:r}):(0,wn.jsx)("p",{...t})},u3e=({node:e,children:t})=>{let n=e.tagName,o=Ou(t),{isCopied:r,copyToClipboard:i}=ic();async function a(){let s=new URL(window.location.href);s.hash=`#${o??""}`,await i(s.toString())}return(0,wn.jsxs)(n,{id:o,children:[t,(0,wn.jsx)("a",{onClick:a,href:`#${o}`,className:Qe(Ts.HEADING_COPY_ICON,{isCopied:r}),"aria-label":"Copy link to clipboard",children:(0,wn.jsx)(KE,{size:"16"})})]})},l3e=({markdown:e,transformLinkUri:t,transformImageUri:n,className:o,scrollMarginTopPx:r=10,allowElement:i,currentPathHostname:a,addHeadingAnchors:s,isUserGeneratedContent:l,LinkRenderer:d,lazyLoadImages:f})=>{let p=s?u3e:t3e,b=(0,Fv.useMemo)(()=>cf(e),[e]);return(0,wn.jsx)(e3e,{$scrollMarginTopPx:r,className:o,children:(0,wn.jsx)(d0,{rehypePlugins:[bv],remarkPlugins:[Ev],allowedElements:["a","b","blockquote","br","center","code","del","em","h1","h2","h3","h4","h5","hr","i","img","li","ol","p","pre","span","strong","table","tbody","td","tfoot","th","thead","tr","u","ul"],allowElement:i,components:{h1:p,h2:p,h3:p,h4:p,h5:p,a:g=>d?d(g,{hostname:a},l):a3e(g,{hostname:a},l),code:g=>n3e(g),p:s3e,img:({node:g,...y})=>(0,wn.jsx)("img",{...y,...f?{loading:"lazy"}:{}})},urlTransform:(g,y,k)=>k.tagName==="img"?n?n(g):g:k.tagName==="a"?t?f0(t(g)):f0(g):g,children:b})})},BUe=Fv.default.memo(l3e,(e,t)=>EH.default.isEqual(e,t));var DH=U(me(),1),c3e=U(ge(),1);var qUe=W(Dl).attrs({variant:"tertiary"})`
|
|
2178
2178
|
padding: 0;
|
|
2179
2179
|
height: 28px;
|
|
2180
2180
|
min-width: 28px;
|
|
@@ -3238,13 +3238,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3238
3238
|
}
|
|
3239
3239
|
`,p2e=W(Ny(hc.Option))`
|
|
3240
3240
|
${m.typography.shared.desktop.bodyM}
|
|
3241
|
-
`,m2e=({children:e,data:{description:t},...n})=>(0,Ho.jsxs)(p2e,{...n,children:[e,t&&(0,Ho.jsx)(rt,{size:"small",children:t})]}),h2e=({selectProps:{indicator:e,suffix:t},children:n,...o})=>(0,Ho.jsxs)(u2e,{...o,children:[(e||t)&&(0,Ho.jsxs)("div",{className:"indicator-slot",children:[(0,Ho.jsx)(rt,{color:m.color.neutral.textSubtle,children:t}),e]}),n]}),g2e=({innerProps:e,selectProps:t})=>(0,Ho.jsx)(M0,{Icon:t.menuIsOpen?
|
|
3241
|
+
`,m2e=({children:e,data:{description:t},...n})=>(0,Ho.jsxs)(p2e,{...n,children:[e,t&&(0,Ho.jsx)(rt,{size:"small",children:t})]}),h2e=({selectProps:{indicator:e,suffix:t},children:n,...o})=>(0,Ho.jsxs)(u2e,{...o,children:[(e||t)&&(0,Ho.jsxs)("div",{className:"indicator-slot",children:[(0,Ho.jsx)(rt,{color:m.color.neutral.textSubtle,children:t}),e]}),n]}),g2e=({innerProps:e,selectProps:t})=>(0,Ho.jsx)(M0,{Icon:t.menuIsOpen?YL:XL,...e}),b2e=({innerProps:e,selectProps:t})=>(0,Ho.jsx)(M0,{Icon:os,"data-test":`${t?.id??t?.name}--clear`,...e}),v2e=W(M0)`
|
|
3242
3242
|
height: auto;
|
|
3243
3243
|
:hover {
|
|
3244
3244
|
color: ${m.color.neutral.textSubtle};
|
|
3245
3245
|
background-color: transparent;
|
|
3246
3246
|
}
|
|
3247
|
-
`,y2e=({innerProps:e})=>(0,Ho.jsx)(v2e,{Icon:os,...e}),x2e=()=>null,E2e=(0,Of.forwardRef)(({options:e,value:t,setValue:n,disabled:o,readOnly:r,error:i,suffix:a,className:s,components:l,isMulti:d,isClearable:f=!0,menuPosition:p,getIsSelected:b,as:g,isRenderedInsideModal:y=!1,menuPortalZIndex:k,...C},x)=>{let E=(0,Of.useMemo)(()=>b?b(e,t,d):s2e(e,t,d),[b,e,t,d]),D=(0,Of.useCallback)(j=>{if(!d){n(j?j.value:"");return}n(j.map(ee=>ee.value))},[n,d]),_=p||(y?"fixed":"absolute"),N=k??(y?o2e:i2e),A=i&&(0,Ho.jsx)(
|
|
3247
|
+
`,y2e=({innerProps:e})=>(0,Ho.jsx)(v2e,{Icon:os,...e}),x2e=()=>null,E2e=(0,Of.forwardRef)(({options:e,value:t,setValue:n,disabled:o,readOnly:r,error:i,suffix:a,className:s,components:l,isMulti:d,isClearable:f=!0,menuPosition:p,getIsSelected:b,as:g,isRenderedInsideModal:y=!1,menuPortalZIndex:k,...C},x)=>{let E=(0,Of.useMemo)(()=>b?b(e,t,d):s2e(e,t,d),[b,e,t,d]),D=(0,Of.useCallback)(j=>{if(!d){n(j?j.value:"");return}n(j.map(ee=>ee.value))},[n,d]),_=p||(y?"fixed":"absolute"),N=k??(y?o2e:i2e),A=i&&(0,Ho.jsx)(QE,{size:"16",color:m.color.danger.icon,className:"error-svg"});return(0,Ho.jsx)(g||KG,{components:{DropdownIndicator:g2e,ClearIndicator:b2e,IndicatorSeparator:x2e,MultiValueRemove:y2e,IndicatorsContainer:h2e,Option:m2e,Control:f2e,MenuPortal:d2e,...l},ref:x,openMenuOnFocus:!0,isDisabled:o||r,error:i,options:e,closeMenuOnSelect:!d,value:E,isMulti:d,isClearable:f,onChange:D,isRenderedInsideModal:y,menuPortalZIndex:N,menuPosition:_,menuShouldBlockScroll:y,indicator:A,suffix:a,styles:a2e,...C,className:Qe(s,i&&"error",(o||r)&&"disabled")})});E2e.displayName="SelectPrimitive";var _2e=U(me(),1);var aa=U(ge(),1);var gc=U(me(),1),Ly="Switch",[w2e,PJe]=bo(Ly),[k2e,D2e]=w2e(Ly),QG=aa.forwardRef((e,t)=>{let{__scopeSwitch:n,name:o,checked:r,defaultChecked:i,required:a,disabled:s,value:l="on",onCheckedChange:d,form:f,...p}=e,[b,g]=aa.useState(null),y=Mn(t,D=>g(D)),k=aa.useRef(!1),C=b?f||!!b.closest("form"):!0,[x,E]=Ma({prop:r,defaultProp:i??!1,onChange:d,caller:Ly});return(0,gc.jsxs)(k2e,{scope:n,checked:x,disabled:s,children:[(0,gc.jsx)(zn.button,{type:"button",role:"switch","aria-checked":x,"aria-required":a,"data-state":rZ(x),"data-disabled":s?"":void 0,disabled:s,value:l,...p,ref:y,onClick:Zn(e.onClick,D=>{E(_=>!_),C&&(k.current=D.isPropagationStopped(),k.current||D.stopPropagation())})}),C&&(0,gc.jsx)(nZ,{control:b,bubbles:!k.current,name:o,value:l,checked:x,required:a,disabled:s,form:f,style:{transform:"translateX(-100%)"}})]})});QG.displayName=Ly;var eZ="SwitchThumb",tZ=aa.forwardRef((e,t)=>{let{__scopeSwitch:n,...o}=e,r=D2e(eZ,n);return(0,gc.jsx)(zn.span,{"data-state":rZ(r.checked),"data-disabled":r.disabled?"":void 0,...o,ref:t})});tZ.displayName=eZ;var C2e="SwitchBubbleInput",nZ=aa.forwardRef(({__scopeSwitch:e,control:t,checked:n,bubbles:o=!0,...r},i)=>{let a=aa.useRef(null),s=Mn(a,i),l=yf(n),d=xf(t);return aa.useEffect(()=>{let f=a.current;if(!f)return;let p=window.HTMLInputElement.prototype,g=Object.getOwnPropertyDescriptor(p,"checked").set;if(l!==n&&g){let y=new Event("click",{bubbles:o});g.call(f,n),f.dispatchEvent(y)}},[l,n,o]),(0,gc.jsx)("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...r,tabIndex:-1,ref:s,style:{...r.style,...d,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});nZ.displayName=C2e;function rZ(e){return e?"checked":"unchecked"}var oZ=QG,iZ=tZ;var aZ=J`
|
|
3248
3248
|
width: 32px;
|
|
3249
3249
|
height: 16px;
|
|
3250
3250
|
background-color: ${m.color.neutral.actionSecondary};
|
|
@@ -3486,7 +3486,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3486
3486
|
`,MKe=W(rt)`
|
|
3487
3487
|
padding: ${m.space.space2} ${m.space.space4};
|
|
3488
3488
|
white-space: nowrap;
|
|
3489
|
-
`;var fa=U(ge(),1);var gp=U(ge(),1);ko();function B6(e){return!!e._zod}function j6(e,t){return B6(e)?Vf(e,t):e.safeParse(t)}function KY(e){if(!e)return;let t;if(B6(e)?t=e._zod?.def?.shape:t=e.shape,!!t){if(typeof t=="function")try{return t()}catch{return}return t}}function QY(e){if(B6(e)){let i=e._zod?.def;if(i){if(i.value!==void 0)return i.value;if(Array.isArray(i.values)&&i.values.length>0)return i.values[0]}}let n=e._def;if(n){if(n.value!==void 0)return n.value;if(Array.isArray(n.values)&&n.values.length>0)return n.values[0]}let o=e.value;if(o!==void 0)return o}sg();var rl="io.modelcontextprotocol/related-task",G2="2.0",Jn=ag(e=>e!==null&&(typeof e=="object"||typeof e=="function")),dJ=Vt([q(),kt().int()]),fJ=q(),Bnt=ur({ttl:kt().optional(),pollInterval:kt().optional()}),wwe=Re({ttl:kt().optional()}),kwe=Re({taskId:q()}),C7=ur({progressToken:dJ.optional(),[rl]:kwe.optional()}),Vo=Re({_meta:C7.optional()}),ug=Vo.extend({task:wwe.optional()}),pJ=e=>ug.safeParse(e).success,vr=Re({method:q(),params:Vo.loose().optional()}),Ci=Re({_meta:C7.optional()}),Ii=Re({method:q(),params:Ci.loose().optional()}),yr=ur({_meta:C7.optional()}),dp=Vt([q(),kt().int()]),mJ=Re({jsonrpc:$e(G2),id:dp,...vr.shape}).strict(),I7=e=>mJ.safeParse(e).success,hJ=Re({jsonrpc:$e(G2),...Ii.shape}).strict(),gJ=e=>hJ.safeParse(e).success,_7=Re({jsonrpc:$e(G2),id:dp,result:yr}).strict(),lg=e=>_7.safeParse(e).success;var zt;(function(e){e[e.ConnectionClosed=-32e3]="ConnectionClosed",e[e.RequestTimeout=-32001]="RequestTimeout",e[e.ParseError=-32700]="ParseError",e[e.InvalidRequest=-32600]="InvalidRequest",e[e.MethodNotFound=-32601]="MethodNotFound",e[e.InvalidParams=-32602]="InvalidParams",e[e.InternalError=-32603]="InternalError",e[e.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(zt||(zt={}));var S7=Re({jsonrpc:$e(G2),id:dp.optional(),error:Re({code:kt().int(),message:q(),data:Wt().optional()})}).strict();var bJ=e=>S7.safeParse(e).success;var vJ=Vt([mJ,hJ,_7,S7]),jnt=Vt([_7,S7]),Z2=yr.strict(),Dwe=Ci.extend({requestId:dp.optional(),reason:q().optional()}),X2=Ii.extend({method:$e("notifications/cancelled"),params:Dwe}),Cwe=Re({src:q(),mimeType:q().optional(),sizes:ct(q()).optional(),theme:lr(["light","dark"]).optional()}),cg=Re({icons:ct(Cwe).optional()}),cp=Re({name:q(),title:q().optional()}),dg=cp.extend({...cp.shape,...cg.shape,version:q(),websiteUrl:q().optional(),description:q().optional()}),Iwe=jc(Re({applyDefaults:Dn().optional()}),Mt(q(),Wt())),_we=lp(e=>e&&typeof e=="object"&&!Array.isArray(e)&&Object.keys(e).length===0?{form:{}}:e,jc(Re({form:Iwe.optional(),url:Jn.optional()}),Mt(q(),Wt()).optional())),Swe=ur({list:Jn.optional(),cancel:Jn.optional(),requests:ur({sampling:ur({createMessage:Jn.optional()}).optional(),elicitation:ur({create:Jn.optional()}).optional()}).optional()}),Twe=ur({list:Jn.optional(),cancel:Jn.optional(),requests:ur({tools:ur({call:Jn.optional()}).optional()}).optional()}),Awe=Re({experimental:Mt(q(),Jn).optional(),sampling:Re({context:Jn.optional(),tools:Jn.optional()}).optional(),elicitation:_we.optional(),roots:Re({listChanged:Dn().optional()}).optional(),tasks:Swe.optional(),extensions:Mt(q(),Jn).optional()}),Rwe=Vo.extend({protocolVersion:q(),capabilities:Awe,clientInfo:dg}),Nwe=vr.extend({method:$e("initialize"),params:Rwe});var Lwe=Re({experimental:Mt(q(),Jn).optional(),logging:Jn.optional(),completions:Jn.optional(),prompts:Re({listChanged:Dn().optional()}).optional(),resources:Re({subscribe:Dn().optional(),listChanged:Dn().optional()}).optional(),tools:Re({listChanged:Dn().optional()}).optional(),tasks:Twe.optional(),extensions:Mt(q(),Jn).optional()}),Fwe=yr.extend({protocolVersion:q(),capabilities:Lwe,serverInfo:dg,instructions:q().optional()}),Pwe=Ii.extend({method:$e("notifications/initialized"),params:Ci.optional()});var fp=vr.extend({method:$e("ping"),params:Vo.optional()}),Owe=Re({progress:kt(),total:Zt(kt()),message:Zt(q())}),$we=Re({...Ci.shape,...Owe.shape,progressToken:dJ}),Y2=Ii.extend({method:$e("notifications/progress"),params:$we}),Mwe=Vo.extend({cursor:fJ.optional()}),fg=vr.extend({params:Mwe.optional()}),pg=yr.extend({nextCursor:fJ.optional()}),zwe=lr(["working","input_required","completed","failed","cancelled"]),mg=Re({taskId:q(),status:zwe,ttl:Vt([kt(),tp()]),createdAt:q(),lastUpdatedAt:q(),pollInterval:Zt(kt()),statusMessage:Zt(q())}),J2=yr.extend({task:mg}),Bwe=Ci.merge(mg),hg=Ii.extend({method:$e("notifications/tasks/status"),params:Bwe}),q2=vr.extend({method:$e("tasks/get"),params:Vo.extend({taskId:q()})}),K2=yr.merge(mg),Q2=vr.extend({method:$e("tasks/result"),params:Vo.extend({taskId:q()})}),Unt=yr.loose(),ex=fg.extend({method:$e("tasks/list")}),tx=pg.extend({tasks:ct(mg)}),nx=vr.extend({method:$e("tasks/cancel"),params:Vo.extend({taskId:q()})}),yJ=yr.merge(mg),xJ=Re({uri:q(),mimeType:Zt(q()),_meta:Mt(q(),Wt()).optional()}),EJ=xJ.extend({text:q()}),T7=q().refine(e=>{try{return atob(e),!0}catch{return!1}},{message:"Invalid Base64 string"}),wJ=xJ.extend({blob:T7}),gg=lr(["user","assistant"]),pp=Re({audience:ct(gg).optional(),priority:kt().min(0).max(1).optional(),lastModified:Os.datetime({offset:!0}).optional()}),kJ=Re({...cp.shape,...cg.shape,uri:q(),description:Zt(q()),mimeType:Zt(q()),size:Zt(kt()),annotations:pp.optional(),_meta:Zt(ur({}))}),jwe=Re({...cp.shape,...cg.shape,uriTemplate:q(),description:Zt(q()),mimeType:Zt(q()),annotations:pp.optional(),_meta:Zt(ur({}))}),Uwe=fg.extend({method:$e("resources/list")}),A7=pg.extend({resources:ct(kJ)}),Hwe=fg.extend({method:$e("resources/templates/list")}),Wwe=pg.extend({resourceTemplates:ct(jwe)}),R7=Vo.extend({uri:q()}),Vwe=R7,Gwe=vr.extend({method:$e("resources/read"),params:Vwe}),N7=yr.extend({contents:ct(Vt([EJ,wJ]))}),Zwe=Ii.extend({method:$e("notifications/resources/list_changed"),params:Ci.optional()}),Xwe=R7,Ywe=vr.extend({method:$e("resources/subscribe"),params:Xwe}),Jwe=R7,qwe=vr.extend({method:$e("resources/unsubscribe"),params:Jwe}),Kwe=Ci.extend({uri:q()}),Qwe=Ii.extend({method:$e("notifications/resources/updated"),params:Kwe}),eke=Re({name:q(),description:Zt(q()),required:Zt(Dn())}),tke=Re({...cp.shape,...cg.shape,description:Zt(q()),arguments:Zt(ct(eke)),_meta:Zt(ur({}))}),nke=fg.extend({method:$e("prompts/list")}),rke=pg.extend({prompts:ct(tke)}),oke=Vo.extend({name:q(),arguments:Mt(q(),q()).optional()}),ike=vr.extend({method:$e("prompts/get"),params:oke}),L7=Re({type:$e("text"),text:q(),annotations:pp.optional(),_meta:Mt(q(),Wt()).optional()}),F7=Re({type:$e("image"),data:T7,mimeType:q(),annotations:pp.optional(),_meta:Mt(q(),Wt()).optional()}),P7=Re({type:$e("audio"),data:T7,mimeType:q(),annotations:pp.optional(),_meta:Mt(q(),Wt()).optional()}),ake=Re({type:$e("tool_use"),name:q(),id:q(),input:Mt(q(),Wt()),_meta:Mt(q(),Wt()).optional()}),O7=Re({type:$e("resource"),resource:Vt([EJ,wJ]),annotations:pp.optional(),_meta:Mt(q(),Wt()).optional()}),$7=kJ.extend({type:$e("resource_link")}),mp=Vt([L7,F7,P7,$7,O7]),ske=Re({role:gg,content:mp}),uke=yr.extend({description:q().optional(),messages:ct(ske)}),lke=Ii.extend({method:$e("notifications/prompts/list_changed"),params:Ci.optional()}),cke=Re({title:q().optional(),readOnlyHint:Dn().optional(),destructiveHint:Dn().optional(),idempotentHint:Dn().optional(),openWorldHint:Dn().optional()}),dke=Re({taskSupport:lr(["required","optional","forbidden"]).optional()}),rx=Re({...cp.shape,...cg.shape,description:q().optional(),inputSchema:Re({type:$e("object"),properties:Mt(q(),Jn).optional(),required:ct(q()).optional()}).catchall(Wt()),outputSchema:Re({type:$e("object"),properties:Mt(q(),Jn).optional(),required:ct(q()).optional()}).catchall(Wt()).optional(),annotations:cke.optional(),execution:dke.optional(),_meta:Mt(q(),Wt()).optional()}),M7=fg.extend({method:$e("tools/list")}),fke=pg.extend({tools:ct(rx)}),hp=yr.extend({content:ct(mp).default([]),structuredContent:Mt(q(),Wt()).optional(),isError:Dn().optional()}),Hnt=hp.or(yr.extend({toolResult:Wt()})),pke=ug.extend({name:q(),arguments:Mt(q(),Wt()).optional()}),z7=vr.extend({method:$e("tools/call"),params:pke}),mke=Ii.extend({method:$e("notifications/tools/list_changed"),params:Ci.optional()}),Wnt=Re({autoRefresh:Dn().default(!0),debounceMs:kt().int().nonnegative().default(300)}),DJ=lr(["debug","info","notice","warning","error","critical","alert","emergency"]),hke=Vo.extend({level:DJ}),gke=vr.extend({method:$e("logging/setLevel"),params:hke}),bke=Ci.extend({level:DJ,logger:q().optional(),data:Wt()}),vke=Ii.extend({method:$e("notifications/message"),params:bke}),yke=Re({name:q().optional()}),xke=Re({hints:ct(yke).optional(),costPriority:kt().min(0).max(1).optional(),speedPriority:kt().min(0).max(1).optional(),intelligencePriority:kt().min(0).max(1).optional()}),Eke=Re({mode:lr(["auto","required","none"]).optional()}),wke=Re({type:$e("tool_result"),toolUseId:q().describe("The unique identifier for the corresponding tool call."),content:ct(mp).default([]),structuredContent:Re({}).loose().optional(),isError:Dn().optional(),_meta:Mt(q(),Wt()).optional()}),kke=ip("type",[L7,F7,P7]),V2=ip("type",[L7,F7,P7,ake,wke]),Dke=Re({role:gg,content:Vt([V2,ct(V2)]),_meta:Mt(q(),Wt()).optional()}),Cke=ug.extend({messages:ct(Dke),modelPreferences:xke.optional(),systemPrompt:q().optional(),includeContext:lr(["none","thisServer","allServers"]).optional(),temperature:kt().optional(),maxTokens:kt().int(),stopSequences:ct(q()).optional(),metadata:Jn.optional(),tools:ct(rx).optional(),toolChoice:Eke.optional()}),Ike=vr.extend({method:$e("sampling/createMessage"),params:Cke}),B7=yr.extend({model:q(),stopReason:Zt(lr(["endTurn","stopSequence","maxTokens"]).or(q())),role:gg,content:kke}),j7=yr.extend({model:q(),stopReason:Zt(lr(["endTurn","stopSequence","maxTokens","toolUse"]).or(q())),role:gg,content:Vt([V2,ct(V2)])}),_ke=Re({type:$e("boolean"),title:q().optional(),description:q().optional(),default:Dn().optional()}),Ske=Re({type:$e("string"),title:q().optional(),description:q().optional(),minLength:kt().optional(),maxLength:kt().optional(),format:lr(["email","uri","date","date-time"]).optional(),default:q().optional()}),Tke=Re({type:lr(["number","integer"]),title:q().optional(),description:q().optional(),minimum:kt().optional(),maximum:kt().optional(),default:kt().optional()}),Ake=Re({type:$e("string"),title:q().optional(),description:q().optional(),enum:ct(q()),default:q().optional()}),Rke=Re({type:$e("string"),title:q().optional(),description:q().optional(),oneOf:ct(Re({const:q(),title:q()})),default:q().optional()}),Nke=Re({type:$e("string"),title:q().optional(),description:q().optional(),enum:ct(q()),enumNames:ct(q()).optional(),default:q().optional()}),Lke=Vt([Ake,Rke]),Fke=Re({type:$e("array"),title:q().optional(),description:q().optional(),minItems:kt().optional(),maxItems:kt().optional(),items:Re({type:$e("string"),enum:ct(q())}),default:ct(q()).optional()}),Pke=Re({type:$e("array"),title:q().optional(),description:q().optional(),minItems:kt().optional(),maxItems:kt().optional(),items:Re({anyOf:ct(Re({const:q(),title:q()}))}),default:ct(q()).optional()}),Oke=Vt([Fke,Pke]),$ke=Vt([Nke,Lke,Oke]),Mke=Vt([$ke,_ke,Ske,Tke]),zke=ug.extend({mode:$e("form").optional(),message:q(),requestedSchema:Re({type:$e("object"),properties:Mt(q(),Mke),required:ct(q()).optional()})}),Bke=ug.extend({mode:$e("url"),message:q(),elicitationId:q(),url:q().url()}),jke=Vt([zke,Bke]),Uke=vr.extend({method:$e("elicitation/create"),params:jke}),Hke=Ci.extend({elicitationId:q()}),Wke=Ii.extend({method:$e("notifications/elicitation/complete"),params:Hke}),Vke=yr.extend({action:lr(["accept","decline","cancel"]),content:lp(e=>e===null?void 0:e,Mt(q(),Vt([q(),kt(),Dn(),ct(q())])).optional())}),Gke=Re({type:$e("ref/resource"),uri:q()});var Zke=Re({type:$e("ref/prompt"),name:q()}),Xke=Vo.extend({ref:Vt([Zke,Gke]),argument:Re({name:q(),value:q()}),context:Re({arguments:Mt(q(),q()).optional()}).optional()}),Yke=vr.extend({method:$e("completion/complete"),params:Xke});var Jke=yr.extend({completion:ur({values:ct(q()).max(100),total:Zt(kt().int()),hasMore:Zt(Dn())})}),qke=Re({uri:q().startsWith("file://"),name:q().optional(),_meta:Mt(q(),Wt()).optional()}),Kke=vr.extend({method:$e("roots/list"),params:Vo.optional()}),Qke=yr.extend({roots:ct(qke)}),eDe=Ii.extend({method:$e("notifications/roots/list_changed"),params:Ci.optional()}),Vnt=Vt([fp,Nwe,Yke,gke,ike,nke,Uwe,Hwe,Gwe,Ywe,qwe,z7,M7,q2,Q2,ex,nx]),Gnt=Vt([X2,Y2,Pwe,eDe,hg]),Znt=Vt([Z2,B7,j7,Vke,Qke,K2,tx,J2]),Xnt=Vt([fp,Ike,Uke,Kke,q2,Q2,ex,nx]),Ynt=Vt([X2,Y2,vke,Qwe,Zwe,mke,lke,hg,Wke]),Jnt=Vt([Z2,Fwe,Jke,uke,rke,A7,Wwe,N7,hp,fke,K2,tx,J2]),Dt=class e extends Error{constructor(t,n,o){super(`MCP error ${t}: ${n}`),this.code=t,this.data=o,this.name="McpError"}static fromError(t,n,o){if(t===zt.UrlElicitationRequired&&o){let r=o;if(r.elicitations)return new D7(r.elicitations,n)}return new e(t,n,o)}},D7=class extends Dt{constructor(t,n=`URL elicitation${t.length>1?"s":""} required`){super(zt.UrlElicitationRequired,n,{elicitations:t})}get elicitations(){return this.data?.elicitations??[]}};function ol(e){return e==="completed"||e==="failed"||e==="cancelled"}var Trt=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function U7(e){let n=KY(e)?.method;if(!n)throw new Error("Schema is missing a method literal");let o=QY(n);if(typeof o!="string")throw new Error("Schema method literal must be a string");return o}function H7(e,t){let n=j6(e,t);if(!n.success)throw n.error;return n.data}var aDe=6e4,ox=class{constructor(t){this._options=t,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(X2,n=>{this._oncancel(n)}),this.setNotificationHandler(Y2,n=>{this._onprogress(n)}),this.setRequestHandler(fp,n=>({})),this._taskStore=t?.taskStore,this._taskMessageQueue=t?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(q2,async(n,o)=>{let r=await this._taskStore.getTask(n.params.taskId,o.sessionId);if(!r)throw new Dt(zt.InvalidParams,"Failed to retrieve task: Task not found");return{...r}}),this.setRequestHandler(Q2,async(n,o)=>{let r=async()=>{let i=n.params.taskId;if(this._taskMessageQueue){let s;for(;s=await this._taskMessageQueue.dequeue(i,o.sessionId);){if(s.type==="response"||s.type==="error"){let l=s.message,d=l.id,f=this._requestResolvers.get(d);if(f)if(this._requestResolvers.delete(d),s.type==="response")f(l);else{let p=l,b=new Dt(p.error.code,p.error.message,p.error.data);f(b)}else{let p=s.type==="response"?"Response":"Error";this._onerror(new Error(`${p} handler missing for request ${d}`))}continue}await this._transport?.send(s.message,{relatedRequestId:o.requestId})}}let a=await this._taskStore.getTask(i,o.sessionId);if(!a)throw new Dt(zt.InvalidParams,`Task not found: ${i}`);if(!ol(a.status))return await this._waitForTaskUpdate(i,o.signal),await r();if(ol(a.status)){let s=await this._taskStore.getTaskResult(i,o.sessionId);return this._clearTaskQueue(i),{...s,_meta:{...s._meta,[rl]:{taskId:i}}}}return await r()};return await r()}),this.setRequestHandler(ex,async(n,o)=>{try{let{tasks:r,nextCursor:i}=await this._taskStore.listTasks(n.params?.cursor,o.sessionId);return{tasks:r,nextCursor:i,_meta:{}}}catch(r){throw new Dt(zt.InvalidParams,`Failed to list tasks: ${r instanceof Error?r.message:String(r)}`)}}),this.setRequestHandler(nx,async(n,o)=>{try{let r=await this._taskStore.getTask(n.params.taskId,o.sessionId);if(!r)throw new Dt(zt.InvalidParams,`Task not found: ${n.params.taskId}`);if(ol(r.status))throw new Dt(zt.InvalidParams,`Cannot cancel task in terminal status: ${r.status}`);await this._taskStore.updateTaskStatus(n.params.taskId,"cancelled","Client cancelled task execution.",o.sessionId),this._clearTaskQueue(n.params.taskId);let i=await this._taskStore.getTask(n.params.taskId,o.sessionId);if(!i)throw new Dt(zt.InvalidParams,`Task not found after cancellation: ${n.params.taskId}`);return{_meta:{},...i}}catch(r){throw r instanceof Dt?r:new Dt(zt.InvalidRequest,`Failed to cancel task: ${r instanceof Error?r.message:String(r)}`)}}))}async _oncancel(t){if(!t.params.requestId)return;this._requestHandlerAbortControllers.get(t.params.requestId)?.abort(t.params.reason)}_setupTimeout(t,n,o,r,i=!1){this._timeoutInfo.set(t,{timeoutId:setTimeout(r,n),startTime:Date.now(),timeout:n,maxTotalTimeout:o,resetTimeoutOnProgress:i,onTimeout:r})}_resetTimeout(t){let n=this._timeoutInfo.get(t);if(!n)return!1;let o=Date.now()-n.startTime;if(n.maxTotalTimeout&&o>=n.maxTotalTimeout)throw this._timeoutInfo.delete(t),Dt.fromError(zt.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:n.maxTotalTimeout,totalElapsed:o});return clearTimeout(n.timeoutId),n.timeoutId=setTimeout(n.onTimeout,n.timeout),!0}_cleanupTimeout(t){let n=this._timeoutInfo.get(t);n&&(clearTimeout(n.timeoutId),this._timeoutInfo.delete(t))}async connect(t){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=t;let n=this.transport?.onclose;this._transport.onclose=()=>{n?.(),this._onclose()};let o=this.transport?.onerror;this._transport.onerror=i=>{o?.(i),this._onerror(i)};let r=this._transport?.onmessage;this._transport.onmessage=(i,a)=>{r?.(i,a),lg(i)||bJ(i)?this._onresponse(i):I7(i)?this._onrequest(i,a):gJ(i)?this._onnotification(i):this._onerror(new Error(`Unknown message type: ${JSON.stringify(i)}`))},await this._transport.start()}_onclose(){let t=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let o of this._timeoutInfo.values())clearTimeout(o.timeoutId);this._timeoutInfo.clear();for(let o of this._requestHandlerAbortControllers.values())o.abort();this._requestHandlerAbortControllers.clear();let n=Dt.fromError(zt.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let o of t.values())o(n)}_onerror(t){this.onerror?.(t)}_onnotification(t){let n=this._notificationHandlers.get(t.method)??this.fallbackNotificationHandler;n!==void 0&&Promise.resolve().then(()=>n(t)).catch(o=>this._onerror(new Error(`Uncaught error in notification handler: ${o}`)))}_onrequest(t,n){let o=this._requestHandlers.get(t.method)??this.fallbackRequestHandler,r=this._transport,i=t.params?._meta?.[rl]?.taskId;if(o===void 0){let f={jsonrpc:"2.0",id:t.id,error:{code:zt.MethodNotFound,message:"Method not found"}};i&&this._taskMessageQueue?this._enqueueTaskMessage(i,{type:"error",message:f,timestamp:Date.now()},r?.sessionId).catch(p=>this._onerror(new Error(`Failed to enqueue error response: ${p}`))):r?.send(f).catch(p=>this._onerror(new Error(`Failed to send an error response: ${p}`)));return}let a=new AbortController;this._requestHandlerAbortControllers.set(t.id,a);let s=pJ(t.params)?t.params.task:void 0,l=this._taskStore?this.requestTaskStore(t,r?.sessionId):void 0,d={signal:a.signal,sessionId:r?.sessionId,_meta:t.params?._meta,sendNotification:async f=>{if(a.signal.aborted)return;let p={relatedRequestId:t.id};i&&(p.relatedTask={taskId:i}),await this.notification(f,p)},sendRequest:async(f,p,b)=>{if(a.signal.aborted)throw new Dt(zt.ConnectionClosed,"Request was cancelled");let g={...b,relatedRequestId:t.id};i&&!g.relatedTask&&(g.relatedTask={taskId:i});let y=g.relatedTask?.taskId??i;return y&&l&&await l.updateTaskStatus(y,"input_required"),await this.request(f,p,g)},authInfo:n?.authInfo,requestId:t.id,requestInfo:n?.requestInfo,taskId:i,taskStore:l,taskRequestedTtl:s?.ttl,closeSSEStream:n?.closeSSEStream,closeStandaloneSSEStream:n?.closeStandaloneSSEStream};Promise.resolve().then(()=>{s&&this.assertTaskHandlerCapability(t.method)}).then(()=>o(t,d)).then(async f=>{if(a.signal.aborted)return;let p={result:f,jsonrpc:"2.0",id:t.id};i&&this._taskMessageQueue?await this._enqueueTaskMessage(i,{type:"response",message:p,timestamp:Date.now()},r?.sessionId):await r?.send(p)},async f=>{if(a.signal.aborted)return;let p={jsonrpc:"2.0",id:t.id,error:{code:Number.isSafeInteger(f.code)?f.code:zt.InternalError,message:f.message??"Internal error",...f.data!==void 0&&{data:f.data}}};i&&this._taskMessageQueue?await this._enqueueTaskMessage(i,{type:"error",message:p,timestamp:Date.now()},r?.sessionId):await r?.send(p)}).catch(f=>this._onerror(new Error(`Failed to send response: ${f}`))).finally(()=>{this._requestHandlerAbortControllers.get(t.id)===a&&this._requestHandlerAbortControllers.delete(t.id)})}_onprogress(t){let{progressToken:n,...o}=t.params,r=Number(n),i=this._progressHandlers.get(r);if(!i){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(t)}`));return}let a=this._responseHandlers.get(r),s=this._timeoutInfo.get(r);if(s&&a&&s.resetTimeoutOnProgress)try{this._resetTimeout(r)}catch(l){this._responseHandlers.delete(r),this._progressHandlers.delete(r),this._cleanupTimeout(r),a(l);return}i(o)}_onresponse(t){let n=Number(t.id),o=this._requestResolvers.get(n);if(o){if(this._requestResolvers.delete(n),lg(t))o(t);else{let a=new Dt(t.error.code,t.error.message,t.error.data);o(a)}return}let r=this._responseHandlers.get(n);if(r===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(t)}`));return}this._responseHandlers.delete(n),this._cleanupTimeout(n);let i=!1;if(lg(t)&&t.result&&typeof t.result=="object"){let a=t.result;if(a.task&&typeof a.task=="object"){let s=a.task;typeof s.taskId=="string"&&(i=!0,this._taskProgressTokens.set(s.taskId,n))}}if(i||this._progressHandlers.delete(n),lg(t))r(t);else{let a=Dt.fromError(t.error.code,t.error.message,t.error.data);r(a)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(t,n,o){let{task:r}=o??{};if(!r){try{yield{type:"result",result:await this.request(t,n,o)}}catch(a){yield{type:"error",error:a instanceof Dt?a:new Dt(zt.InternalError,String(a))}}return}let i;try{let a=await this.request(t,J2,o);if(a.task)i=a.task.taskId,yield{type:"taskCreated",task:a.task};else throw new Dt(zt.InternalError,"Task creation did not return a task");for(;;){let s=await this.getTask({taskId:i},o);if(yield{type:"taskStatus",task:s},ol(s.status)){s.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:i},n,o)}:s.status==="failed"?yield{type:"error",error:new Dt(zt.InternalError,`Task ${i} failed`)}:s.status==="cancelled"&&(yield{type:"error",error:new Dt(zt.InternalError,`Task ${i} was cancelled`)});return}if(s.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:i},n,o)};return}let l=s.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(d=>setTimeout(d,l)),o?.signal?.throwIfAborted()}}catch(a){yield{type:"error",error:a instanceof Dt?a:new Dt(zt.InternalError,String(a))}}}request(t,n,o){let{relatedRequestId:r,resumptionToken:i,onresumptiontoken:a,task:s,relatedTask:l}=o??{};return new Promise((d,f)=>{let p=E=>{f(E)};if(!this._transport){p(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(t.method),s&&this.assertTaskCapability(t.method)}catch(E){p(E);return}o?.signal?.throwIfAborted();let b=this._requestMessageId++,g={...t,jsonrpc:"2.0",id:b};o?.onprogress&&(this._progressHandlers.set(b,o.onprogress),g.params={...t.params,_meta:{...t.params?._meta||{},progressToken:b}}),s&&(g.params={...g.params,task:s}),l&&(g.params={...g.params,_meta:{...g.params?._meta||{},[rl]:l}});let y=E=>{this._responseHandlers.delete(b),this._progressHandlers.delete(b),this._cleanupTimeout(b),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:b,reason:String(E)}},{relatedRequestId:r,resumptionToken:i,onresumptiontoken:a}).catch(_=>this._onerror(new Error(`Failed to send cancellation: ${_}`)));let D=E instanceof Dt?E:new Dt(zt.RequestTimeout,String(E));f(D)};this._responseHandlers.set(b,E=>{if(!o?.signal?.aborted){if(E instanceof Error)return f(E);try{let D=j6(n,E.result);D.success?d(D.data):f(D.error)}catch(D){f(D)}}}),o?.signal?.addEventListener("abort",()=>{y(o?.signal?.reason)});let k=o?.timeout??aDe,C=()=>y(Dt.fromError(zt.RequestTimeout,"Request timed out",{timeout:k}));this._setupTimeout(b,k,o?.maxTotalTimeout,C,o?.resetTimeoutOnProgress??!1);let x=l?.taskId;if(x){let E=D=>{let _=this._responseHandlers.get(b);_?_(D):this._onerror(new Error(`Response handler missing for side-channeled request ${b}`))};this._requestResolvers.set(b,E),this._enqueueTaskMessage(x,{type:"request",message:g,timestamp:Date.now()}).catch(D=>{this._cleanupTimeout(b),f(D)})}else this._transport.send(g,{relatedRequestId:r,resumptionToken:i,onresumptiontoken:a}).catch(E=>{this._cleanupTimeout(b),f(E)})})}async getTask(t,n){return this.request({method:"tasks/get",params:t},K2,n)}async getTaskResult(t,n,o){return this.request({method:"tasks/result",params:t},n,o)}async listTasks(t,n){return this.request({method:"tasks/list",params:t},tx,n)}async cancelTask(t,n){return this.request({method:"tasks/cancel",params:t},yJ,n)}async notification(t,n){if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(t.method);let o=n?.relatedTask?.taskId;if(o){let s={...t,jsonrpc:"2.0",params:{...t.params,_meta:{...t.params?._meta||{},[rl]:n.relatedTask}}};await this._enqueueTaskMessage(o,{type:"notification",message:s,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(t.method)&&!t.params&&!n?.relatedRequestId&&!n?.relatedTask){if(this._pendingDebouncedNotifications.has(t.method))return;this._pendingDebouncedNotifications.add(t.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(t.method),!this._transport)return;let s={...t,jsonrpc:"2.0"};n?.relatedTask&&(s={...s,params:{...s.params,_meta:{...s.params?._meta||{},[rl]:n.relatedTask}}}),this._transport?.send(s,n).catch(l=>this._onerror(l))});return}let a={...t,jsonrpc:"2.0"};n?.relatedTask&&(a={...a,params:{...a.params,_meta:{...a.params?._meta||{},[rl]:n.relatedTask}}}),await this._transport.send(a,n)}setRequestHandler(t,n){let o=U7(t);this.assertRequestHandlerCapability(o),this._requestHandlers.set(o,(r,i)=>{let a=H7(t,r);return Promise.resolve(n(a,i))})}removeRequestHandler(t){this._requestHandlers.delete(t)}assertCanSetRequestHandler(t){if(this._requestHandlers.has(t))throw new Error(`A request handler for ${t} already exists, which would be overridden`)}setNotificationHandler(t,n){let o=U7(t);this._notificationHandlers.set(o,r=>{let i=H7(t,r);return Promise.resolve(n(i))})}removeNotificationHandler(t){this._notificationHandlers.delete(t)}_cleanupTaskProgressHandler(t){let n=this._taskProgressTokens.get(t);n!==void 0&&(this._progressHandlers.delete(n),this._taskProgressTokens.delete(t))}async _enqueueTaskMessage(t,n,o){if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let r=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(t,n,o,r)}async _clearTaskQueue(t,n){if(this._taskMessageQueue){let o=await this._taskMessageQueue.dequeueAll(t,n);for(let r of o)if(r.type==="request"&&I7(r.message)){let i=r.message.id,a=this._requestResolvers.get(i);a?(a(new Dt(zt.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(i)):this._onerror(new Error(`Resolver missing for request ${i} during task ${t} cleanup`))}}}async _waitForTaskUpdate(t,n){let o=this._options?.defaultTaskPollInterval??1e3;try{let r=await this._taskStore?.getTask(t);r?.pollInterval&&(o=r.pollInterval)}catch{}return new Promise((r,i)=>{if(n.aborted){i(new Dt(zt.InvalidRequest,"Request cancelled"));return}let a=setTimeout(r,o);n.addEventListener("abort",()=>{clearTimeout(a),i(new Dt(zt.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(t,n){let o=this._taskStore;if(!o)throw new Error("No task store configured");return{createTask:async r=>{if(!t)throw new Error("No request provided");return await o.createTask(r,t.id,{method:t.method,params:t.params},n)},getTask:async r=>{let i=await o.getTask(r,n);if(!i)throw new Dt(zt.InvalidParams,"Failed to retrieve task: Task not found");return i},storeTaskResult:async(r,i,a)=>{await o.storeTaskResult(r,i,a,n);let s=await o.getTask(r,n);if(s){let l=hg.parse({method:"notifications/tasks/status",params:s});await this.notification(l),ol(s.status)&&this._cleanupTaskProgressHandler(r)}},getTaskResult:r=>o.getTaskResult(r,n),updateTaskStatus:async(r,i,a)=>{let s=await o.getTask(r,n);if(!s)throw new Dt(zt.InvalidParams,`Task "${r}" not found - it may have been cleaned up`);if(ol(s.status))throw new Dt(zt.InvalidParams,`Cannot update task "${r}" from terminal status "${s.status}" to "${i}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await o.updateTaskStatus(r,i,a,n);let l=await o.getTask(r,n);if(l){let d=hg.parse({method:"notifications/tasks/status",params:l});await this.notification(d),ol(l.status)&&this._cleanupTaskProgressHandler(r)}},listTasks:r=>o.listTasks(r,n)}}};function CJ(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function IJ(e,t){let n={...e};for(let o in t){let r=o,i=t[r];if(i===void 0)continue;let a=n[r];CJ(a)&&CJ(i)?n[r]={...a,...i}:n[r]=i}return n}sg();sg();var TDe=U(ge(),1),NJ=U(ge(),1),LJ=U(ge(),1);var Sat=(e=>typeof Qa<"u"?Qa:typeof Proxy<"u"?new Proxy(e,{get:(t,n)=>(typeof Qa<"u"?Qa:t)[n]}):e)(function(e){if(typeof Qa<"u")return Qa.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),W7=class extends ox{constructor(){super(...arguments);Pt(this,"_registeredMethods",new Set);Pt(this,"_eventSlots",new Map);Pt(this,"setRequestHandler",(n,o)=>{this._assertMethodNotRegistered(n,"setRequestHandler"),super.setRequestHandler(n,o)});Pt(this,"setNotificationHandler",(n,o)=>{this._assertMethodNotRegistered(n,"setNotificationHandler"),super.setNotificationHandler(n,o)});Pt(this,"replaceRequestHandler",(n,o)=>{let r=n.shape.method.value;this._registeredMethods.add(r),super.setRequestHandler(n,o)})}onEventDispatch(n,o){}_ensureEventSlot(n){let o=this._eventSlots.get(n);if(!o){let r=this.eventSchemas[n];if(!r)throw Error(`Unknown event: ${String(n)}`);o={listeners:[]},this._eventSlots.set(n,o);let i=r.shape.method.value;this._registeredMethods.add(i);let a=o;super.setNotificationHandler(r,s=>{let l=s.params;this.onEventDispatch(n,l),a.onHandler?.(l);for(let d of[...a.listeners])d(l)})}return o}setEventHandler(n,o){let r=this._ensureEventSlot(n);r.onHandler&&o&&console.warn(`[MCP Apps] on${String(n)} handler replaced. Use addEventListener("${String(n)}", \u2026) to add multiple listeners without replacing.`),r.onHandler=o}getEventHandler(n){return this._eventSlots.get(n)?.onHandler}addEventListener(n,o){this._ensureEventSlot(n).listeners.push(o)}removeEventListener(n,o){let r=this._eventSlots.get(n);if(!r)return;let i=r.listeners.indexOf(o);i!==-1&&r.listeners.splice(i,1)}warnIfRequestHandlerReplaced(n,o,r){o&&r&&console.warn(`[MCP Apps] ${n} handler replaced. Previous handler will no longer be called.`)}_assertMethodNotRegistered(n,o){let r=n.shape.method.value;if(this._registeredMethods.has(r))throw Error(`Handler for "${r}" already registered (via ${o}). Use addEventListener() to attach multiple listeners, or the on* setter for replace semantics.`);this._registeredMethods.add(r)}},sDe="2026-01-26";var uDe="ui/notifications/tool-input-partial";var ix=class{constructor(t=window.parent,n){Pt(this,"eventTarget");Pt(this,"eventSource");Pt(this,"messageListener");Pt(this,"onclose");Pt(this,"onerror");Pt(this,"onmessage");Pt(this,"sessionId");Pt(this,"setProtocolVersion");this.eventTarget=t,this.eventSource=n,this.messageListener=o=>{if(n&&o.source!==this.eventSource){console.debug("Ignoring message from unknown source",o);return}let r=vJ.safeParse(o.data);r.success?(console.debug("Parsed message",r.data),this.onmessage?.(r.data)):o.data?.jsonrpc!=="2.0"?console.debug("Ignoring non-JSON-RPC message",r.error.message,o):(console.error("Failed to parse message",r.error.message,o),this.onerror?.(Error("Invalid JSON-RPC message received: "+r.error.message)))}}async start(){window.addEventListener("message",this.messageListener)}async send(t,n){t.method!==uDe&&console.debug("Sending message",t),this.eventTarget.postMessage(t,"*")}async close(){window.removeEventListener("message",this.messageListener),this.onclose?.()}},lDe=P.union([P.literal("light"),P.literal("dark")]).describe("Color theme preference for the host environment."),vg=P.union([P.literal("inline"),P.literal("fullscreen"),P.literal("pip")]).describe("Display mode for UI presentation."),cDe=P.union([P.literal("--color-background-primary"),P.literal("--color-background-secondary"),P.literal("--color-background-tertiary"),P.literal("--color-background-inverse"),P.literal("--color-background-ghost"),P.literal("--color-background-info"),P.literal("--color-background-danger"),P.literal("--color-background-success"),P.literal("--color-background-warning"),P.literal("--color-background-disabled"),P.literal("--color-text-primary"),P.literal("--color-text-secondary"),P.literal("--color-text-tertiary"),P.literal("--color-text-inverse"),P.literal("--color-text-ghost"),P.literal("--color-text-info"),P.literal("--color-text-danger"),P.literal("--color-text-success"),P.literal("--color-text-warning"),P.literal("--color-text-disabled"),P.literal("--color-border-primary"),P.literal("--color-border-secondary"),P.literal("--color-border-tertiary"),P.literal("--color-border-inverse"),P.literal("--color-border-ghost"),P.literal("--color-border-info"),P.literal("--color-border-danger"),P.literal("--color-border-success"),P.literal("--color-border-warning"),P.literal("--color-border-disabled"),P.literal("--color-ring-primary"),P.literal("--color-ring-secondary"),P.literal("--color-ring-inverse"),P.literal("--color-ring-info"),P.literal("--color-ring-danger"),P.literal("--color-ring-success"),P.literal("--color-ring-warning"),P.literal("--font-sans"),P.literal("--font-mono"),P.literal("--font-weight-normal"),P.literal("--font-weight-medium"),P.literal("--font-weight-semibold"),P.literal("--font-weight-bold"),P.literal("--font-text-xs-size"),P.literal("--font-text-sm-size"),P.literal("--font-text-md-size"),P.literal("--font-text-lg-size"),P.literal("--font-heading-xs-size"),P.literal("--font-heading-sm-size"),P.literal("--font-heading-md-size"),P.literal("--font-heading-lg-size"),P.literal("--font-heading-xl-size"),P.literal("--font-heading-2xl-size"),P.literal("--font-heading-3xl-size"),P.literal("--font-text-xs-line-height"),P.literal("--font-text-sm-line-height"),P.literal("--font-text-md-line-height"),P.literal("--font-text-lg-line-height"),P.literal("--font-heading-xs-line-height"),P.literal("--font-heading-sm-line-height"),P.literal("--font-heading-md-line-height"),P.literal("--font-heading-lg-line-height"),P.literal("--font-heading-xl-line-height"),P.literal("--font-heading-2xl-line-height"),P.literal("--font-heading-3xl-line-height"),P.literal("--border-radius-xs"),P.literal("--border-radius-sm"),P.literal("--border-radius-md"),P.literal("--border-radius-lg"),P.literal("--border-radius-xl"),P.literal("--border-radius-full"),P.literal("--border-width-regular"),P.literal("--shadow-hairline"),P.literal("--shadow-sm"),P.literal("--shadow-md"),P.literal("--shadow-lg")]).describe("CSS variable keys available to MCP apps for theming."),dDe=P.record(cDe.describe(`Style variables for theming MCP apps.
|
|
3489
|
+
`;var gp=U(ge(),1);ko();function B6(e){return!!e._zod}function j6(e,t){return B6(e)?Vf(e,t):e.safeParse(t)}function KY(e){if(!e)return;let t;if(B6(e)?t=e._zod?.def?.shape:t=e.shape,!!t){if(typeof t=="function")try{return t()}catch{return}return t}}function QY(e){if(B6(e)){let i=e._zod?.def;if(i){if(i.value!==void 0)return i.value;if(Array.isArray(i.values)&&i.values.length>0)return i.values[0]}}let n=e._def;if(n){if(n.value!==void 0)return n.value;if(Array.isArray(n.values)&&n.values.length>0)return n.values[0]}let o=e.value;if(o!==void 0)return o}sg();var rl="io.modelcontextprotocol/related-task",G2="2.0",Jn=ag(e=>e!==null&&(typeof e=="object"||typeof e=="function")),dJ=Vt([q(),kt().int()]),fJ=q(),Bnt=ur({ttl:kt().optional(),pollInterval:kt().optional()}),wwe=Re({ttl:kt().optional()}),kwe=Re({taskId:q()}),C7=ur({progressToken:dJ.optional(),[rl]:kwe.optional()}),Vo=Re({_meta:C7.optional()}),ug=Vo.extend({task:wwe.optional()}),pJ=e=>ug.safeParse(e).success,vr=Re({method:q(),params:Vo.loose().optional()}),Ci=Re({_meta:C7.optional()}),Ii=Re({method:q(),params:Ci.loose().optional()}),yr=ur({_meta:C7.optional()}),dp=Vt([q(),kt().int()]),mJ=Re({jsonrpc:$e(G2),id:dp,...vr.shape}).strict(),I7=e=>mJ.safeParse(e).success,hJ=Re({jsonrpc:$e(G2),...Ii.shape}).strict(),gJ=e=>hJ.safeParse(e).success,_7=Re({jsonrpc:$e(G2),id:dp,result:yr}).strict(),lg=e=>_7.safeParse(e).success;var zt;(function(e){e[e.ConnectionClosed=-32e3]="ConnectionClosed",e[e.RequestTimeout=-32001]="RequestTimeout",e[e.ParseError=-32700]="ParseError",e[e.InvalidRequest=-32600]="InvalidRequest",e[e.MethodNotFound=-32601]="MethodNotFound",e[e.InvalidParams=-32602]="InvalidParams",e[e.InternalError=-32603]="InternalError",e[e.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(zt||(zt={}));var S7=Re({jsonrpc:$e(G2),id:dp.optional(),error:Re({code:kt().int(),message:q(),data:Wt().optional()})}).strict();var bJ=e=>S7.safeParse(e).success;var vJ=Vt([mJ,hJ,_7,S7]),jnt=Vt([_7,S7]),Z2=yr.strict(),Dwe=Ci.extend({requestId:dp.optional(),reason:q().optional()}),X2=Ii.extend({method:$e("notifications/cancelled"),params:Dwe}),Cwe=Re({src:q(),mimeType:q().optional(),sizes:ct(q()).optional(),theme:lr(["light","dark"]).optional()}),cg=Re({icons:ct(Cwe).optional()}),cp=Re({name:q(),title:q().optional()}),dg=cp.extend({...cp.shape,...cg.shape,version:q(),websiteUrl:q().optional(),description:q().optional()}),Iwe=jc(Re({applyDefaults:Dn().optional()}),Mt(q(),Wt())),_we=lp(e=>e&&typeof e=="object"&&!Array.isArray(e)&&Object.keys(e).length===0?{form:{}}:e,jc(Re({form:Iwe.optional(),url:Jn.optional()}),Mt(q(),Wt()).optional())),Swe=ur({list:Jn.optional(),cancel:Jn.optional(),requests:ur({sampling:ur({createMessage:Jn.optional()}).optional(),elicitation:ur({create:Jn.optional()}).optional()}).optional()}),Twe=ur({list:Jn.optional(),cancel:Jn.optional(),requests:ur({tools:ur({call:Jn.optional()}).optional()}).optional()}),Awe=Re({experimental:Mt(q(),Jn).optional(),sampling:Re({context:Jn.optional(),tools:Jn.optional()}).optional(),elicitation:_we.optional(),roots:Re({listChanged:Dn().optional()}).optional(),tasks:Swe.optional(),extensions:Mt(q(),Jn).optional()}),Rwe=Vo.extend({protocolVersion:q(),capabilities:Awe,clientInfo:dg}),Nwe=vr.extend({method:$e("initialize"),params:Rwe});var Lwe=Re({experimental:Mt(q(),Jn).optional(),logging:Jn.optional(),completions:Jn.optional(),prompts:Re({listChanged:Dn().optional()}).optional(),resources:Re({subscribe:Dn().optional(),listChanged:Dn().optional()}).optional(),tools:Re({listChanged:Dn().optional()}).optional(),tasks:Twe.optional(),extensions:Mt(q(),Jn).optional()}),Fwe=yr.extend({protocolVersion:q(),capabilities:Lwe,serverInfo:dg,instructions:q().optional()}),Pwe=Ii.extend({method:$e("notifications/initialized"),params:Ci.optional()});var fp=vr.extend({method:$e("ping"),params:Vo.optional()}),Owe=Re({progress:kt(),total:Zt(kt()),message:Zt(q())}),$we=Re({...Ci.shape,...Owe.shape,progressToken:dJ}),Y2=Ii.extend({method:$e("notifications/progress"),params:$we}),Mwe=Vo.extend({cursor:fJ.optional()}),fg=vr.extend({params:Mwe.optional()}),pg=yr.extend({nextCursor:fJ.optional()}),zwe=lr(["working","input_required","completed","failed","cancelled"]),mg=Re({taskId:q(),status:zwe,ttl:Vt([kt(),tp()]),createdAt:q(),lastUpdatedAt:q(),pollInterval:Zt(kt()),statusMessage:Zt(q())}),J2=yr.extend({task:mg}),Bwe=Ci.merge(mg),hg=Ii.extend({method:$e("notifications/tasks/status"),params:Bwe}),q2=vr.extend({method:$e("tasks/get"),params:Vo.extend({taskId:q()})}),K2=yr.merge(mg),Q2=vr.extend({method:$e("tasks/result"),params:Vo.extend({taskId:q()})}),Unt=yr.loose(),ex=fg.extend({method:$e("tasks/list")}),tx=pg.extend({tasks:ct(mg)}),nx=vr.extend({method:$e("tasks/cancel"),params:Vo.extend({taskId:q()})}),yJ=yr.merge(mg),xJ=Re({uri:q(),mimeType:Zt(q()),_meta:Mt(q(),Wt()).optional()}),EJ=xJ.extend({text:q()}),T7=q().refine(e=>{try{return atob(e),!0}catch{return!1}},{message:"Invalid Base64 string"}),wJ=xJ.extend({blob:T7}),gg=lr(["user","assistant"]),pp=Re({audience:ct(gg).optional(),priority:kt().min(0).max(1).optional(),lastModified:Os.datetime({offset:!0}).optional()}),kJ=Re({...cp.shape,...cg.shape,uri:q(),description:Zt(q()),mimeType:Zt(q()),size:Zt(kt()),annotations:pp.optional(),_meta:Zt(ur({}))}),jwe=Re({...cp.shape,...cg.shape,uriTemplate:q(),description:Zt(q()),mimeType:Zt(q()),annotations:pp.optional(),_meta:Zt(ur({}))}),Uwe=fg.extend({method:$e("resources/list")}),A7=pg.extend({resources:ct(kJ)}),Hwe=fg.extend({method:$e("resources/templates/list")}),Wwe=pg.extend({resourceTemplates:ct(jwe)}),R7=Vo.extend({uri:q()}),Vwe=R7,Gwe=vr.extend({method:$e("resources/read"),params:Vwe}),N7=yr.extend({contents:ct(Vt([EJ,wJ]))}),Zwe=Ii.extend({method:$e("notifications/resources/list_changed"),params:Ci.optional()}),Xwe=R7,Ywe=vr.extend({method:$e("resources/subscribe"),params:Xwe}),Jwe=R7,qwe=vr.extend({method:$e("resources/unsubscribe"),params:Jwe}),Kwe=Ci.extend({uri:q()}),Qwe=Ii.extend({method:$e("notifications/resources/updated"),params:Kwe}),eke=Re({name:q(),description:Zt(q()),required:Zt(Dn())}),tke=Re({...cp.shape,...cg.shape,description:Zt(q()),arguments:Zt(ct(eke)),_meta:Zt(ur({}))}),nke=fg.extend({method:$e("prompts/list")}),rke=pg.extend({prompts:ct(tke)}),oke=Vo.extend({name:q(),arguments:Mt(q(),q()).optional()}),ike=vr.extend({method:$e("prompts/get"),params:oke}),L7=Re({type:$e("text"),text:q(),annotations:pp.optional(),_meta:Mt(q(),Wt()).optional()}),F7=Re({type:$e("image"),data:T7,mimeType:q(),annotations:pp.optional(),_meta:Mt(q(),Wt()).optional()}),P7=Re({type:$e("audio"),data:T7,mimeType:q(),annotations:pp.optional(),_meta:Mt(q(),Wt()).optional()}),ake=Re({type:$e("tool_use"),name:q(),id:q(),input:Mt(q(),Wt()),_meta:Mt(q(),Wt()).optional()}),O7=Re({type:$e("resource"),resource:Vt([EJ,wJ]),annotations:pp.optional(),_meta:Mt(q(),Wt()).optional()}),$7=kJ.extend({type:$e("resource_link")}),mp=Vt([L7,F7,P7,$7,O7]),ske=Re({role:gg,content:mp}),uke=yr.extend({description:q().optional(),messages:ct(ske)}),lke=Ii.extend({method:$e("notifications/prompts/list_changed"),params:Ci.optional()}),cke=Re({title:q().optional(),readOnlyHint:Dn().optional(),destructiveHint:Dn().optional(),idempotentHint:Dn().optional(),openWorldHint:Dn().optional()}),dke=Re({taskSupport:lr(["required","optional","forbidden"]).optional()}),rx=Re({...cp.shape,...cg.shape,description:q().optional(),inputSchema:Re({type:$e("object"),properties:Mt(q(),Jn).optional(),required:ct(q()).optional()}).catchall(Wt()),outputSchema:Re({type:$e("object"),properties:Mt(q(),Jn).optional(),required:ct(q()).optional()}).catchall(Wt()).optional(),annotations:cke.optional(),execution:dke.optional(),_meta:Mt(q(),Wt()).optional()}),M7=fg.extend({method:$e("tools/list")}),fke=pg.extend({tools:ct(rx)}),hp=yr.extend({content:ct(mp).default([]),structuredContent:Mt(q(),Wt()).optional(),isError:Dn().optional()}),Hnt=hp.or(yr.extend({toolResult:Wt()})),pke=ug.extend({name:q(),arguments:Mt(q(),Wt()).optional()}),z7=vr.extend({method:$e("tools/call"),params:pke}),mke=Ii.extend({method:$e("notifications/tools/list_changed"),params:Ci.optional()}),Wnt=Re({autoRefresh:Dn().default(!0),debounceMs:kt().int().nonnegative().default(300)}),DJ=lr(["debug","info","notice","warning","error","critical","alert","emergency"]),hke=Vo.extend({level:DJ}),gke=vr.extend({method:$e("logging/setLevel"),params:hke}),bke=Ci.extend({level:DJ,logger:q().optional(),data:Wt()}),vke=Ii.extend({method:$e("notifications/message"),params:bke}),yke=Re({name:q().optional()}),xke=Re({hints:ct(yke).optional(),costPriority:kt().min(0).max(1).optional(),speedPriority:kt().min(0).max(1).optional(),intelligencePriority:kt().min(0).max(1).optional()}),Eke=Re({mode:lr(["auto","required","none"]).optional()}),wke=Re({type:$e("tool_result"),toolUseId:q().describe("The unique identifier for the corresponding tool call."),content:ct(mp).default([]),structuredContent:Re({}).loose().optional(),isError:Dn().optional(),_meta:Mt(q(),Wt()).optional()}),kke=ip("type",[L7,F7,P7]),V2=ip("type",[L7,F7,P7,ake,wke]),Dke=Re({role:gg,content:Vt([V2,ct(V2)]),_meta:Mt(q(),Wt()).optional()}),Cke=ug.extend({messages:ct(Dke),modelPreferences:xke.optional(),systemPrompt:q().optional(),includeContext:lr(["none","thisServer","allServers"]).optional(),temperature:kt().optional(),maxTokens:kt().int(),stopSequences:ct(q()).optional(),metadata:Jn.optional(),tools:ct(rx).optional(),toolChoice:Eke.optional()}),Ike=vr.extend({method:$e("sampling/createMessage"),params:Cke}),B7=yr.extend({model:q(),stopReason:Zt(lr(["endTurn","stopSequence","maxTokens"]).or(q())),role:gg,content:kke}),j7=yr.extend({model:q(),stopReason:Zt(lr(["endTurn","stopSequence","maxTokens","toolUse"]).or(q())),role:gg,content:Vt([V2,ct(V2)])}),_ke=Re({type:$e("boolean"),title:q().optional(),description:q().optional(),default:Dn().optional()}),Ske=Re({type:$e("string"),title:q().optional(),description:q().optional(),minLength:kt().optional(),maxLength:kt().optional(),format:lr(["email","uri","date","date-time"]).optional(),default:q().optional()}),Tke=Re({type:lr(["number","integer"]),title:q().optional(),description:q().optional(),minimum:kt().optional(),maximum:kt().optional(),default:kt().optional()}),Ake=Re({type:$e("string"),title:q().optional(),description:q().optional(),enum:ct(q()),default:q().optional()}),Rke=Re({type:$e("string"),title:q().optional(),description:q().optional(),oneOf:ct(Re({const:q(),title:q()})),default:q().optional()}),Nke=Re({type:$e("string"),title:q().optional(),description:q().optional(),enum:ct(q()),enumNames:ct(q()).optional(),default:q().optional()}),Lke=Vt([Ake,Rke]),Fke=Re({type:$e("array"),title:q().optional(),description:q().optional(),minItems:kt().optional(),maxItems:kt().optional(),items:Re({type:$e("string"),enum:ct(q())}),default:ct(q()).optional()}),Pke=Re({type:$e("array"),title:q().optional(),description:q().optional(),minItems:kt().optional(),maxItems:kt().optional(),items:Re({anyOf:ct(Re({const:q(),title:q()}))}),default:ct(q()).optional()}),Oke=Vt([Fke,Pke]),$ke=Vt([Nke,Lke,Oke]),Mke=Vt([$ke,_ke,Ske,Tke]),zke=ug.extend({mode:$e("form").optional(),message:q(),requestedSchema:Re({type:$e("object"),properties:Mt(q(),Mke),required:ct(q()).optional()})}),Bke=ug.extend({mode:$e("url"),message:q(),elicitationId:q(),url:q().url()}),jke=Vt([zke,Bke]),Uke=vr.extend({method:$e("elicitation/create"),params:jke}),Hke=Ci.extend({elicitationId:q()}),Wke=Ii.extend({method:$e("notifications/elicitation/complete"),params:Hke}),Vke=yr.extend({action:lr(["accept","decline","cancel"]),content:lp(e=>e===null?void 0:e,Mt(q(),Vt([q(),kt(),Dn(),ct(q())])).optional())}),Gke=Re({type:$e("ref/resource"),uri:q()});var Zke=Re({type:$e("ref/prompt"),name:q()}),Xke=Vo.extend({ref:Vt([Zke,Gke]),argument:Re({name:q(),value:q()}),context:Re({arguments:Mt(q(),q()).optional()}).optional()}),Yke=vr.extend({method:$e("completion/complete"),params:Xke});var Jke=yr.extend({completion:ur({values:ct(q()).max(100),total:Zt(kt().int()),hasMore:Zt(Dn())})}),qke=Re({uri:q().startsWith("file://"),name:q().optional(),_meta:Mt(q(),Wt()).optional()}),Kke=vr.extend({method:$e("roots/list"),params:Vo.optional()}),Qke=yr.extend({roots:ct(qke)}),eDe=Ii.extend({method:$e("notifications/roots/list_changed"),params:Ci.optional()}),Vnt=Vt([fp,Nwe,Yke,gke,ike,nke,Uwe,Hwe,Gwe,Ywe,qwe,z7,M7,q2,Q2,ex,nx]),Gnt=Vt([X2,Y2,Pwe,eDe,hg]),Znt=Vt([Z2,B7,j7,Vke,Qke,K2,tx,J2]),Xnt=Vt([fp,Ike,Uke,Kke,q2,Q2,ex,nx]),Ynt=Vt([X2,Y2,vke,Qwe,Zwe,mke,lke,hg,Wke]),Jnt=Vt([Z2,Fwe,Jke,uke,rke,A7,Wwe,N7,hp,fke,K2,tx,J2]),Dt=class e extends Error{constructor(t,n,o){super(`MCP error ${t}: ${n}`),this.code=t,this.data=o,this.name="McpError"}static fromError(t,n,o){if(t===zt.UrlElicitationRequired&&o){let r=o;if(r.elicitations)return new D7(r.elicitations,n)}return new e(t,n,o)}},D7=class extends Dt{constructor(t,n=`URL elicitation${t.length>1?"s":""} required`){super(zt.UrlElicitationRequired,n,{elicitations:t})}get elicitations(){return this.data?.elicitations??[]}};function ol(e){return e==="completed"||e==="failed"||e==="cancelled"}var Trt=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function U7(e){let n=KY(e)?.method;if(!n)throw new Error("Schema is missing a method literal");let o=QY(n);if(typeof o!="string")throw new Error("Schema method literal must be a string");return o}function H7(e,t){let n=j6(e,t);if(!n.success)throw n.error;return n.data}var aDe=6e4,ox=class{constructor(t){this._options=t,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(X2,n=>{this._oncancel(n)}),this.setNotificationHandler(Y2,n=>{this._onprogress(n)}),this.setRequestHandler(fp,n=>({})),this._taskStore=t?.taskStore,this._taskMessageQueue=t?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(q2,async(n,o)=>{let r=await this._taskStore.getTask(n.params.taskId,o.sessionId);if(!r)throw new Dt(zt.InvalidParams,"Failed to retrieve task: Task not found");return{...r}}),this.setRequestHandler(Q2,async(n,o)=>{let r=async()=>{let i=n.params.taskId;if(this._taskMessageQueue){let s;for(;s=await this._taskMessageQueue.dequeue(i,o.sessionId);){if(s.type==="response"||s.type==="error"){let l=s.message,d=l.id,f=this._requestResolvers.get(d);if(f)if(this._requestResolvers.delete(d),s.type==="response")f(l);else{let p=l,b=new Dt(p.error.code,p.error.message,p.error.data);f(b)}else{let p=s.type==="response"?"Response":"Error";this._onerror(new Error(`${p} handler missing for request ${d}`))}continue}await this._transport?.send(s.message,{relatedRequestId:o.requestId})}}let a=await this._taskStore.getTask(i,o.sessionId);if(!a)throw new Dt(zt.InvalidParams,`Task not found: ${i}`);if(!ol(a.status))return await this._waitForTaskUpdate(i,o.signal),await r();if(ol(a.status)){let s=await this._taskStore.getTaskResult(i,o.sessionId);return this._clearTaskQueue(i),{...s,_meta:{...s._meta,[rl]:{taskId:i}}}}return await r()};return await r()}),this.setRequestHandler(ex,async(n,o)=>{try{let{tasks:r,nextCursor:i}=await this._taskStore.listTasks(n.params?.cursor,o.sessionId);return{tasks:r,nextCursor:i,_meta:{}}}catch(r){throw new Dt(zt.InvalidParams,`Failed to list tasks: ${r instanceof Error?r.message:String(r)}`)}}),this.setRequestHandler(nx,async(n,o)=>{try{let r=await this._taskStore.getTask(n.params.taskId,o.sessionId);if(!r)throw new Dt(zt.InvalidParams,`Task not found: ${n.params.taskId}`);if(ol(r.status))throw new Dt(zt.InvalidParams,`Cannot cancel task in terminal status: ${r.status}`);await this._taskStore.updateTaskStatus(n.params.taskId,"cancelled","Client cancelled task execution.",o.sessionId),this._clearTaskQueue(n.params.taskId);let i=await this._taskStore.getTask(n.params.taskId,o.sessionId);if(!i)throw new Dt(zt.InvalidParams,`Task not found after cancellation: ${n.params.taskId}`);return{_meta:{},...i}}catch(r){throw r instanceof Dt?r:new Dt(zt.InvalidRequest,`Failed to cancel task: ${r instanceof Error?r.message:String(r)}`)}}))}async _oncancel(t){if(!t.params.requestId)return;this._requestHandlerAbortControllers.get(t.params.requestId)?.abort(t.params.reason)}_setupTimeout(t,n,o,r,i=!1){this._timeoutInfo.set(t,{timeoutId:setTimeout(r,n),startTime:Date.now(),timeout:n,maxTotalTimeout:o,resetTimeoutOnProgress:i,onTimeout:r})}_resetTimeout(t){let n=this._timeoutInfo.get(t);if(!n)return!1;let o=Date.now()-n.startTime;if(n.maxTotalTimeout&&o>=n.maxTotalTimeout)throw this._timeoutInfo.delete(t),Dt.fromError(zt.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:n.maxTotalTimeout,totalElapsed:o});return clearTimeout(n.timeoutId),n.timeoutId=setTimeout(n.onTimeout,n.timeout),!0}_cleanupTimeout(t){let n=this._timeoutInfo.get(t);n&&(clearTimeout(n.timeoutId),this._timeoutInfo.delete(t))}async connect(t){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=t;let n=this.transport?.onclose;this._transport.onclose=()=>{n?.(),this._onclose()};let o=this.transport?.onerror;this._transport.onerror=i=>{o?.(i),this._onerror(i)};let r=this._transport?.onmessage;this._transport.onmessage=(i,a)=>{r?.(i,a),lg(i)||bJ(i)?this._onresponse(i):I7(i)?this._onrequest(i,a):gJ(i)?this._onnotification(i):this._onerror(new Error(`Unknown message type: ${JSON.stringify(i)}`))},await this._transport.start()}_onclose(){let t=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let o of this._timeoutInfo.values())clearTimeout(o.timeoutId);this._timeoutInfo.clear();for(let o of this._requestHandlerAbortControllers.values())o.abort();this._requestHandlerAbortControllers.clear();let n=Dt.fromError(zt.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let o of t.values())o(n)}_onerror(t){this.onerror?.(t)}_onnotification(t){let n=this._notificationHandlers.get(t.method)??this.fallbackNotificationHandler;n!==void 0&&Promise.resolve().then(()=>n(t)).catch(o=>this._onerror(new Error(`Uncaught error in notification handler: ${o}`)))}_onrequest(t,n){let o=this._requestHandlers.get(t.method)??this.fallbackRequestHandler,r=this._transport,i=t.params?._meta?.[rl]?.taskId;if(o===void 0){let f={jsonrpc:"2.0",id:t.id,error:{code:zt.MethodNotFound,message:"Method not found"}};i&&this._taskMessageQueue?this._enqueueTaskMessage(i,{type:"error",message:f,timestamp:Date.now()},r?.sessionId).catch(p=>this._onerror(new Error(`Failed to enqueue error response: ${p}`))):r?.send(f).catch(p=>this._onerror(new Error(`Failed to send an error response: ${p}`)));return}let a=new AbortController;this._requestHandlerAbortControllers.set(t.id,a);let s=pJ(t.params)?t.params.task:void 0,l=this._taskStore?this.requestTaskStore(t,r?.sessionId):void 0,d={signal:a.signal,sessionId:r?.sessionId,_meta:t.params?._meta,sendNotification:async f=>{if(a.signal.aborted)return;let p={relatedRequestId:t.id};i&&(p.relatedTask={taskId:i}),await this.notification(f,p)},sendRequest:async(f,p,b)=>{if(a.signal.aborted)throw new Dt(zt.ConnectionClosed,"Request was cancelled");let g={...b,relatedRequestId:t.id};i&&!g.relatedTask&&(g.relatedTask={taskId:i});let y=g.relatedTask?.taskId??i;return y&&l&&await l.updateTaskStatus(y,"input_required"),await this.request(f,p,g)},authInfo:n?.authInfo,requestId:t.id,requestInfo:n?.requestInfo,taskId:i,taskStore:l,taskRequestedTtl:s?.ttl,closeSSEStream:n?.closeSSEStream,closeStandaloneSSEStream:n?.closeStandaloneSSEStream};Promise.resolve().then(()=>{s&&this.assertTaskHandlerCapability(t.method)}).then(()=>o(t,d)).then(async f=>{if(a.signal.aborted)return;let p={result:f,jsonrpc:"2.0",id:t.id};i&&this._taskMessageQueue?await this._enqueueTaskMessage(i,{type:"response",message:p,timestamp:Date.now()},r?.sessionId):await r?.send(p)},async f=>{if(a.signal.aborted)return;let p={jsonrpc:"2.0",id:t.id,error:{code:Number.isSafeInteger(f.code)?f.code:zt.InternalError,message:f.message??"Internal error",...f.data!==void 0&&{data:f.data}}};i&&this._taskMessageQueue?await this._enqueueTaskMessage(i,{type:"error",message:p,timestamp:Date.now()},r?.sessionId):await r?.send(p)}).catch(f=>this._onerror(new Error(`Failed to send response: ${f}`))).finally(()=>{this._requestHandlerAbortControllers.get(t.id)===a&&this._requestHandlerAbortControllers.delete(t.id)})}_onprogress(t){let{progressToken:n,...o}=t.params,r=Number(n),i=this._progressHandlers.get(r);if(!i){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(t)}`));return}let a=this._responseHandlers.get(r),s=this._timeoutInfo.get(r);if(s&&a&&s.resetTimeoutOnProgress)try{this._resetTimeout(r)}catch(l){this._responseHandlers.delete(r),this._progressHandlers.delete(r),this._cleanupTimeout(r),a(l);return}i(o)}_onresponse(t){let n=Number(t.id),o=this._requestResolvers.get(n);if(o){if(this._requestResolvers.delete(n),lg(t))o(t);else{let a=new Dt(t.error.code,t.error.message,t.error.data);o(a)}return}let r=this._responseHandlers.get(n);if(r===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(t)}`));return}this._responseHandlers.delete(n),this._cleanupTimeout(n);let i=!1;if(lg(t)&&t.result&&typeof t.result=="object"){let a=t.result;if(a.task&&typeof a.task=="object"){let s=a.task;typeof s.taskId=="string"&&(i=!0,this._taskProgressTokens.set(s.taskId,n))}}if(i||this._progressHandlers.delete(n),lg(t))r(t);else{let a=Dt.fromError(t.error.code,t.error.message,t.error.data);r(a)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(t,n,o){let{task:r}=o??{};if(!r){try{yield{type:"result",result:await this.request(t,n,o)}}catch(a){yield{type:"error",error:a instanceof Dt?a:new Dt(zt.InternalError,String(a))}}return}let i;try{let a=await this.request(t,J2,o);if(a.task)i=a.task.taskId,yield{type:"taskCreated",task:a.task};else throw new Dt(zt.InternalError,"Task creation did not return a task");for(;;){let s=await this.getTask({taskId:i},o);if(yield{type:"taskStatus",task:s},ol(s.status)){s.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:i},n,o)}:s.status==="failed"?yield{type:"error",error:new Dt(zt.InternalError,`Task ${i} failed`)}:s.status==="cancelled"&&(yield{type:"error",error:new Dt(zt.InternalError,`Task ${i} was cancelled`)});return}if(s.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:i},n,o)};return}let l=s.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(d=>setTimeout(d,l)),o?.signal?.throwIfAborted()}}catch(a){yield{type:"error",error:a instanceof Dt?a:new Dt(zt.InternalError,String(a))}}}request(t,n,o){let{relatedRequestId:r,resumptionToken:i,onresumptiontoken:a,task:s,relatedTask:l}=o??{};return new Promise((d,f)=>{let p=E=>{f(E)};if(!this._transport){p(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(t.method),s&&this.assertTaskCapability(t.method)}catch(E){p(E);return}o?.signal?.throwIfAborted();let b=this._requestMessageId++,g={...t,jsonrpc:"2.0",id:b};o?.onprogress&&(this._progressHandlers.set(b,o.onprogress),g.params={...t.params,_meta:{...t.params?._meta||{},progressToken:b}}),s&&(g.params={...g.params,task:s}),l&&(g.params={...g.params,_meta:{...g.params?._meta||{},[rl]:l}});let y=E=>{this._responseHandlers.delete(b),this._progressHandlers.delete(b),this._cleanupTimeout(b),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:b,reason:String(E)}},{relatedRequestId:r,resumptionToken:i,onresumptiontoken:a}).catch(_=>this._onerror(new Error(`Failed to send cancellation: ${_}`)));let D=E instanceof Dt?E:new Dt(zt.RequestTimeout,String(E));f(D)};this._responseHandlers.set(b,E=>{if(!o?.signal?.aborted){if(E instanceof Error)return f(E);try{let D=j6(n,E.result);D.success?d(D.data):f(D.error)}catch(D){f(D)}}}),o?.signal?.addEventListener("abort",()=>{y(o?.signal?.reason)});let k=o?.timeout??aDe,C=()=>y(Dt.fromError(zt.RequestTimeout,"Request timed out",{timeout:k}));this._setupTimeout(b,k,o?.maxTotalTimeout,C,o?.resetTimeoutOnProgress??!1);let x=l?.taskId;if(x){let E=D=>{let _=this._responseHandlers.get(b);_?_(D):this._onerror(new Error(`Response handler missing for side-channeled request ${b}`))};this._requestResolvers.set(b,E),this._enqueueTaskMessage(x,{type:"request",message:g,timestamp:Date.now()}).catch(D=>{this._cleanupTimeout(b),f(D)})}else this._transport.send(g,{relatedRequestId:r,resumptionToken:i,onresumptiontoken:a}).catch(E=>{this._cleanupTimeout(b),f(E)})})}async getTask(t,n){return this.request({method:"tasks/get",params:t},K2,n)}async getTaskResult(t,n,o){return this.request({method:"tasks/result",params:t},n,o)}async listTasks(t,n){return this.request({method:"tasks/list",params:t},tx,n)}async cancelTask(t,n){return this.request({method:"tasks/cancel",params:t},yJ,n)}async notification(t,n){if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(t.method);let o=n?.relatedTask?.taskId;if(o){let s={...t,jsonrpc:"2.0",params:{...t.params,_meta:{...t.params?._meta||{},[rl]:n.relatedTask}}};await this._enqueueTaskMessage(o,{type:"notification",message:s,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(t.method)&&!t.params&&!n?.relatedRequestId&&!n?.relatedTask){if(this._pendingDebouncedNotifications.has(t.method))return;this._pendingDebouncedNotifications.add(t.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(t.method),!this._transport)return;let s={...t,jsonrpc:"2.0"};n?.relatedTask&&(s={...s,params:{...s.params,_meta:{...s.params?._meta||{},[rl]:n.relatedTask}}}),this._transport?.send(s,n).catch(l=>this._onerror(l))});return}let a={...t,jsonrpc:"2.0"};n?.relatedTask&&(a={...a,params:{...a.params,_meta:{...a.params?._meta||{},[rl]:n.relatedTask}}}),await this._transport.send(a,n)}setRequestHandler(t,n){let o=U7(t);this.assertRequestHandlerCapability(o),this._requestHandlers.set(o,(r,i)=>{let a=H7(t,r);return Promise.resolve(n(a,i))})}removeRequestHandler(t){this._requestHandlers.delete(t)}assertCanSetRequestHandler(t){if(this._requestHandlers.has(t))throw new Error(`A request handler for ${t} already exists, which would be overridden`)}setNotificationHandler(t,n){let o=U7(t);this._notificationHandlers.set(o,r=>{let i=H7(t,r);return Promise.resolve(n(i))})}removeNotificationHandler(t){this._notificationHandlers.delete(t)}_cleanupTaskProgressHandler(t){let n=this._taskProgressTokens.get(t);n!==void 0&&(this._progressHandlers.delete(n),this._taskProgressTokens.delete(t))}async _enqueueTaskMessage(t,n,o){if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let r=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(t,n,o,r)}async _clearTaskQueue(t,n){if(this._taskMessageQueue){let o=await this._taskMessageQueue.dequeueAll(t,n);for(let r of o)if(r.type==="request"&&I7(r.message)){let i=r.message.id,a=this._requestResolvers.get(i);a?(a(new Dt(zt.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(i)):this._onerror(new Error(`Resolver missing for request ${i} during task ${t} cleanup`))}}}async _waitForTaskUpdate(t,n){let o=this._options?.defaultTaskPollInterval??1e3;try{let r=await this._taskStore?.getTask(t);r?.pollInterval&&(o=r.pollInterval)}catch{}return new Promise((r,i)=>{if(n.aborted){i(new Dt(zt.InvalidRequest,"Request cancelled"));return}let a=setTimeout(r,o);n.addEventListener("abort",()=>{clearTimeout(a),i(new Dt(zt.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(t,n){let o=this._taskStore;if(!o)throw new Error("No task store configured");return{createTask:async r=>{if(!t)throw new Error("No request provided");return await o.createTask(r,t.id,{method:t.method,params:t.params},n)},getTask:async r=>{let i=await o.getTask(r,n);if(!i)throw new Dt(zt.InvalidParams,"Failed to retrieve task: Task not found");return i},storeTaskResult:async(r,i,a)=>{await o.storeTaskResult(r,i,a,n);let s=await o.getTask(r,n);if(s){let l=hg.parse({method:"notifications/tasks/status",params:s});await this.notification(l),ol(s.status)&&this._cleanupTaskProgressHandler(r)}},getTaskResult:r=>o.getTaskResult(r,n),updateTaskStatus:async(r,i,a)=>{let s=await o.getTask(r,n);if(!s)throw new Dt(zt.InvalidParams,`Task "${r}" not found - it may have been cleaned up`);if(ol(s.status))throw new Dt(zt.InvalidParams,`Cannot update task "${r}" from terminal status "${s.status}" to "${i}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await o.updateTaskStatus(r,i,a,n);let l=await o.getTask(r,n);if(l){let d=hg.parse({method:"notifications/tasks/status",params:l});await this.notification(d),ol(l.status)&&this._cleanupTaskProgressHandler(r)}},listTasks:r=>o.listTasks(r,n)}}};function CJ(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function IJ(e,t){let n={...e};for(let o in t){let r=o,i=t[r];if(i===void 0)continue;let a=n[r];CJ(a)&&CJ(i)?n[r]={...a,...i}:n[r]=i}return n}sg();sg();var TDe=U(ge(),1),NJ=U(ge(),1),LJ=U(ge(),1);var Sat=(e=>typeof Qa<"u"?Qa:typeof Proxy<"u"?new Proxy(e,{get:(t,n)=>(typeof Qa<"u"?Qa:t)[n]}):e)(function(e){if(typeof Qa<"u")return Qa.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),W7=class extends ox{constructor(){super(...arguments);Pt(this,"_registeredMethods",new Set);Pt(this,"_eventSlots",new Map);Pt(this,"setRequestHandler",(n,o)=>{this._assertMethodNotRegistered(n,"setRequestHandler"),super.setRequestHandler(n,o)});Pt(this,"setNotificationHandler",(n,o)=>{this._assertMethodNotRegistered(n,"setNotificationHandler"),super.setNotificationHandler(n,o)});Pt(this,"replaceRequestHandler",(n,o)=>{let r=n.shape.method.value;this._registeredMethods.add(r),super.setRequestHandler(n,o)})}onEventDispatch(n,o){}_ensureEventSlot(n){let o=this._eventSlots.get(n);if(!o){let r=this.eventSchemas[n];if(!r)throw Error(`Unknown event: ${String(n)}`);o={listeners:[]},this._eventSlots.set(n,o);let i=r.shape.method.value;this._registeredMethods.add(i);let a=o;super.setNotificationHandler(r,s=>{let l=s.params;this.onEventDispatch(n,l),a.onHandler?.(l);for(let d of[...a.listeners])d(l)})}return o}setEventHandler(n,o){let r=this._ensureEventSlot(n);r.onHandler&&o&&console.warn(`[MCP Apps] on${String(n)} handler replaced. Use addEventListener("${String(n)}", \u2026) to add multiple listeners without replacing.`),r.onHandler=o}getEventHandler(n){return this._eventSlots.get(n)?.onHandler}addEventListener(n,o){this._ensureEventSlot(n).listeners.push(o)}removeEventListener(n,o){let r=this._eventSlots.get(n);if(!r)return;let i=r.listeners.indexOf(o);i!==-1&&r.listeners.splice(i,1)}warnIfRequestHandlerReplaced(n,o,r){o&&r&&console.warn(`[MCP Apps] ${n} handler replaced. Previous handler will no longer be called.`)}_assertMethodNotRegistered(n,o){let r=n.shape.method.value;if(this._registeredMethods.has(r))throw Error(`Handler for "${r}" already registered (via ${o}). Use addEventListener() to attach multiple listeners, or the on* setter for replace semantics.`);this._registeredMethods.add(r)}},sDe="2026-01-26";var uDe="ui/notifications/tool-input-partial";var ix=class{constructor(t=window.parent,n){Pt(this,"eventTarget");Pt(this,"eventSource");Pt(this,"messageListener");Pt(this,"onclose");Pt(this,"onerror");Pt(this,"onmessage");Pt(this,"sessionId");Pt(this,"setProtocolVersion");this.eventTarget=t,this.eventSource=n,this.messageListener=o=>{if(n&&o.source!==this.eventSource){console.debug("Ignoring message from unknown source",o);return}let r=vJ.safeParse(o.data);r.success?(console.debug("Parsed message",r.data),this.onmessage?.(r.data)):o.data?.jsonrpc!=="2.0"?console.debug("Ignoring non-JSON-RPC message",r.error.message,o):(console.error("Failed to parse message",r.error.message,o),this.onerror?.(Error("Invalid JSON-RPC message received: "+r.error.message)))}}async start(){window.addEventListener("message",this.messageListener)}async send(t,n){t.method!==uDe&&console.debug("Sending message",t),this.eventTarget.postMessage(t,"*")}async close(){window.removeEventListener("message",this.messageListener),this.onclose?.()}},lDe=P.union([P.literal("light"),P.literal("dark")]).describe("Color theme preference for the host environment."),vg=P.union([P.literal("inline"),P.literal("fullscreen"),P.literal("pip")]).describe("Display mode for UI presentation."),cDe=P.union([P.literal("--color-background-primary"),P.literal("--color-background-secondary"),P.literal("--color-background-tertiary"),P.literal("--color-background-inverse"),P.literal("--color-background-ghost"),P.literal("--color-background-info"),P.literal("--color-background-danger"),P.literal("--color-background-success"),P.literal("--color-background-warning"),P.literal("--color-background-disabled"),P.literal("--color-text-primary"),P.literal("--color-text-secondary"),P.literal("--color-text-tertiary"),P.literal("--color-text-inverse"),P.literal("--color-text-ghost"),P.literal("--color-text-info"),P.literal("--color-text-danger"),P.literal("--color-text-success"),P.literal("--color-text-warning"),P.literal("--color-text-disabled"),P.literal("--color-border-primary"),P.literal("--color-border-secondary"),P.literal("--color-border-tertiary"),P.literal("--color-border-inverse"),P.literal("--color-border-ghost"),P.literal("--color-border-info"),P.literal("--color-border-danger"),P.literal("--color-border-success"),P.literal("--color-border-warning"),P.literal("--color-border-disabled"),P.literal("--color-ring-primary"),P.literal("--color-ring-secondary"),P.literal("--color-ring-inverse"),P.literal("--color-ring-info"),P.literal("--color-ring-danger"),P.literal("--color-ring-success"),P.literal("--color-ring-warning"),P.literal("--font-sans"),P.literal("--font-mono"),P.literal("--font-weight-normal"),P.literal("--font-weight-medium"),P.literal("--font-weight-semibold"),P.literal("--font-weight-bold"),P.literal("--font-text-xs-size"),P.literal("--font-text-sm-size"),P.literal("--font-text-md-size"),P.literal("--font-text-lg-size"),P.literal("--font-heading-xs-size"),P.literal("--font-heading-sm-size"),P.literal("--font-heading-md-size"),P.literal("--font-heading-lg-size"),P.literal("--font-heading-xl-size"),P.literal("--font-heading-2xl-size"),P.literal("--font-heading-3xl-size"),P.literal("--font-text-xs-line-height"),P.literal("--font-text-sm-line-height"),P.literal("--font-text-md-line-height"),P.literal("--font-text-lg-line-height"),P.literal("--font-heading-xs-line-height"),P.literal("--font-heading-sm-line-height"),P.literal("--font-heading-md-line-height"),P.literal("--font-heading-lg-line-height"),P.literal("--font-heading-xl-line-height"),P.literal("--font-heading-2xl-line-height"),P.literal("--font-heading-3xl-line-height"),P.literal("--border-radius-xs"),P.literal("--border-radius-sm"),P.literal("--border-radius-md"),P.literal("--border-radius-lg"),P.literal("--border-radius-xl"),P.literal("--border-radius-full"),P.literal("--border-width-regular"),P.literal("--shadow-hairline"),P.literal("--shadow-sm"),P.literal("--shadow-md"),P.literal("--shadow-lg")]).describe("CSS variable keys available to MCP apps for theming."),dDe=P.record(cDe.describe(`Style variables for theming MCP apps.
|
|
3490
3490
|
|
|
3491
3491
|
Individual style keys are optional - hosts may provide any subset of these values.
|
|
3492
3492
|
Values are strings containing CSS values (colors, sizes, font stacks, etc.).
|
|
@@ -3524,8 +3524,8 @@ Boolean requesting whether a visible border and background is provided by the ho
|
|
|
3524
3524
|
- omitted: host decides border`)}),Uat=P.object({method:P.literal("ui/request-display-mode"),params:P.object({mode:vg.describe("The display mode being requested.")})}),kDe=P.object({mode:vg.describe("The display mode that was actually set. May differ from requested if not supported.")}).passthrough(),DDe=P.union([P.literal("model"),P.literal("app")]).describe("Tool visibility scope - who can access the tool."),Hat=P.object({resourceUri:P.string().optional(),visibility:P.array(DDe).optional().describe(`Who can access this tool. Default: ["model", "app"]
|
|
3525
3525
|
- "model": Tool visible to and callable by the agent
|
|
3526
3526
|
- "app": Tool callable by the app from this server only`),csp:P.never().optional(),permissions:P.never().optional()}),Wat=P.object({mimeTypes:P.array(P.string()).optional().describe('Array of supported MIME types for UI resources.\nMust include `"text/html;profile=mcp-app"` for MCP Apps support.')}),Vat=P.object({method:P.literal("ui/download-file"),params:P.object({contents:P.array(P.union([O7,$7])).describe("Resource contents to download \u2014 embedded (inline data) or linked (host fetches). Uses standard MCP resource types.")})}),Gat=P.object({method:P.literal("ui/message"),params:P.object({role:P.literal("user").describe('Message role, currently only "user" is supported.'),content:P.array(mp).describe("Message content blocks (text, image, etc.).")})}),Zat=P.object({method:P.literal("ui/notifications/sandbox-resource-ready"),params:P.object({html:P.string().describe("HTML content to load into the inner iframe."),sandbox:P.string().optional().describe("Optional override for the inner iframe's sandbox attribute."),csp:G7.optional().describe("CSP configuration from resource metadata."),permissions:Z7.optional().describe("Sandbox permissions from resource metadata.")})}),CDe=P.object({method:P.literal("ui/notifications/tool-result"),params:hp.describe("Standard MCP tool execution result.")}),AJ=P.object({toolInfo:P.object({id:dp.optional().describe("JSON-RPC id of the tools/call request."),tool:rx.describe("Tool definition including name, inputSchema, etc.")}).optional().describe("Metadata of the tool call that instantiated this App."),theme:lDe.optional().describe("Current color theme preference."),styles:yDe.optional().describe("Style configuration for theming the app."),displayMode:vg.optional().describe("How the UI is currently displayed."),availableDisplayModes:P.array(vg).optional().describe("Display modes the host supports."),containerDimensions:P.union([P.object({height:P.number().describe("Fixed container height in pixels.")}),P.object({maxHeight:P.union([P.number(),P.undefined()]).optional().describe("Maximum container height in pixels.")})]).and(P.union([P.object({width:P.number().describe("Fixed container width in pixels.")}),P.object({maxWidth:P.union([P.number(),P.undefined()]).optional().describe("Maximum container width in pixels.")})])).optional().describe(`Container dimensions. Represents the dimensions of the iframe or other
|
|
3527
|
-
container holding the app. Specify either width or maxWidth, and either height or maxHeight.`),locale:P.string().optional().describe("User's language and region preference in BCP 47 format."),timeZone:P.string().optional().describe("User's timezone in IANA format."),userAgent:P.string().optional().describe("Host application identifier."),platform:P.union([P.literal("web"),P.literal("desktop"),P.literal("mobile")]).optional().describe("Platform type for responsive design decisions."),deviceCapabilities:P.object({touch:P.boolean().optional().describe("Whether the device supports touch input."),hover:P.boolean().optional().describe("Whether the device supports hover interactions.")}).optional().describe("Device input capabilities."),safeAreaInsets:P.object({top:P.number().describe("Top safe area inset in pixels."),right:P.number().describe("Right safe area inset in pixels."),bottom:P.number().describe("Bottom safe area inset in pixels."),left:P.number().describe("Left safe area inset in pixels.")}).optional().describe("Mobile safe area boundaries in pixels.")}).passthrough(),IDe=P.object({method:P.literal("ui/notifications/host-context-changed"),params:AJ.describe("Partial context update containing only changed fields.")}),Xat=P.object({method:P.literal("ui/update-model-context"),params:P.object({content:P.array(mp).optional().describe("Context content blocks (text, image, etc.)."),structuredContent:P.record(P.string(),P.unknown().describe("Structured content for machine-readable context data.")).optional().describe("Structured content for machine-readable context data.")})}),Yat=P.object({method:P.literal("ui/initialize"),params:P.object({appInfo:dg.describe("App identification (name and version)."),appCapabilities:wDe.describe("Features and capabilities this app provides."),protocolVersion:P.string().describe("Protocol version this app supports.")})}),_De=P.object({protocolVersion:P.string().describe('Negotiated protocol version string (e.g., "2025-11-21").'),hostInfo:dg.describe("Host application identification and version."),hostCapabilities:EDe.describe("Features and capabilities provided by the host."),hostContext:AJ.describe("Rich context about the host environment.")}).passthrough(),SDe={target:"draft-2020-12"};async function SJ(e,t){let n=e["~standard"];if(n.jsonSchema)return n.jsonSchema[t](SDe);if(n.vendor==="zod"){let{z:o}=await Promise.resolve().then(()=>(sg(),k7));return o.toJSONSchema(e,{io:t})}throw Error(`Schema (vendor: ${n.vendor}) does not implement Standard JSON Schema (~standard.jsonSchema). Use a library that does (zod v4, ArkType, Valibot) or wrap your schema accordingly.`)}async function TJ(e,t,n=""){let o=await e["~standard"].validate(t);if(o.issues){let r=o.issues.map(i=>{let a=i.path?.map(s=>typeof s=="object"?s.key:s).join(".");return a?`${a}: ${i.message}`:i.message}).join("; ");throw Error(n+r)}return o.value}var ax=class ax extends W7{constructor(n,o={},r={autoResize:!0}){super(r);Pt(this,"_appInfo");Pt(this,"_capabilities");Pt(this,"options");Pt(this,"_hostCapabilities");Pt(this,"_hostInfo");Pt(this,"_hostContext");Pt(this,"_registeredTools",{});Pt(this,"_initializedSent",!1);Pt(this,"eventSchemas",{toolinput:hDe,toolinputpartial:gDe,toolresult:CDe,toolcancelled:bDe,hostcontextchanged:IDe});Pt(this,"_everHadListener",new Set);Pt(this,"_toolHandlersInitialized",!1);Pt(this,"_onteardown");Pt(this,"_oncalltool");Pt(this,"_onlisttools");Pt(this,"sendOpenLink",this.openLink);this._appInfo=n,this._capabilities=o,this.options=r,r.allowUnsafeEval||P.config({jitless:!0}),this.setRequestHandler(fp,i=>(console.log("Received ping:",i.params),{})),this.setEventHandler("hostcontextchanged",void 0)}_assertInitialized(n){if(this._initializedSent)return;let o=`[ext-apps] App.${n}() called before connect() completed the ui/initialize handshake. Await app.connect() before calling this method, or move data loading to an ontoolresult handler.`;if(this.options?.strict)throw Error(o);console.warn(`${o}. This will throw in a future release.`)}_assertHandlerTiming(n){if(!ax.ONE_SHOT_EVENTS.has(n)||this._everHadListener.has(n)||(this._everHadListener.add(n),!this._initializedSent))return;let o=`[ext-apps] "${String(n)}" handler registered after connect() completed the ui/initialize handshake. The host may have already sent this notification. Register handlers before calling app.connect().`;if(this.options?.strict)throw Error(o);console.warn(o)}setEventHandler(n,o){o&&this._assertHandlerTiming(n),super.setEventHandler(n,o)}addEventListener(n,o){this._assertHandlerTiming(n),super.addEventListener(n,o)}onEventDispatch(n,o){n==="hostcontextchanged"&&(this._hostContext={...this._hostContext,...o})}registerCapabilities(n){if(this.transport)throw Error("Cannot register capabilities after transport is established");this._capabilities=IJ(this._capabilities,n)}registerTool(n,o,r){if(this._registeredTools[n])throw Error(`Tool ${n} is already registered`);let i=this,a=()=>{i._initializedSent&&i._capabilities.tools?.listChanged&&i.sendToolListChanged()},s=o.inputSchema!==void 0,l={title:o.title,description:o.description,inputSchema:o.inputSchema,outputSchema:o.outputSchema,annotations:o.annotations,_meta:o._meta,enabled:!0,enable(){this.enabled=!0,a()},disable(){this.enabled=!1,a()},update(d){Object.assign(this,d),a()},remove(){i._registeredTools[n]===l&&(delete i._registeredTools[n],a())},handler:async(d,f)=>{if(!l.enabled)throw Error(`Tool ${n} is disabled`);let p;if(s){let b=l.inputSchema,g=b?await TJ(b,d??{},`Invalid input for tool ${n}: `):d??{};p=await r(g,f)}else p=await r(f);return l.outputSchema&&!p.isError&&(p.structuredContent=await TJ(l.outputSchema,p.structuredContent,`Invalid output for tool ${n}: `)),p}};return this._registeredTools[n]=l,!this._capabilities.tools&&!this.transport&&this.registerCapabilities({tools:{listChanged:!0}}),this.ensureToolHandlersInitialized(),a(),l}ensureToolHandlersInitialized(){this._toolHandlersInitialized||(this._toolHandlersInitialized=!0,this.oncalltool=async(n,o)=>{let r=this._registeredTools[n.name];if(!r)throw Error(`Tool ${n.name} not found`);return r.handler(n.arguments,o)},this.onlisttools=async(n,o)=>({tools:await Promise.all(Object.entries(this._registeredTools).filter(([r,i])=>i.enabled).map(async([r,i])=>{let a={name:r,title:i.title,description:i.description,inputSchema:i.inputSchema?await SJ(i.inputSchema,"input"):{type:"object",properties:{}}};return i.outputSchema&&(a.outputSchema=await SJ(i.outputSchema,"output")),i.annotations&&(a.annotations=i.annotations),i._meta&&(a._meta=i._meta),a}))}))}async sendToolListChanged(n={}){this._assertInitialized("sendToolListChanged"),await this.notification({method:"notifications/tools/list_changed",params:n})}getHostCapabilities(){return this._hostCapabilities}getHostVersion(){return this._hostInfo}getHostContext(){return this._hostContext}get ontoolinput(){return this.getEventHandler("toolinput")}set ontoolinput(n){this.setEventHandler("toolinput",n)}get ontoolinputpartial(){return this.getEventHandler("toolinputpartial")}set ontoolinputpartial(n){this.setEventHandler("toolinputpartial",n)}get ontoolresult(){return this.getEventHandler("toolresult")}set ontoolresult(n){this.setEventHandler("toolresult",n)}get ontoolcancelled(){return this.getEventHandler("toolcancelled")}set ontoolcancelled(n){this.setEventHandler("toolcancelled",n)}get onhostcontextchanged(){return this.getEventHandler("hostcontextchanged")}set onhostcontextchanged(n){this.setEventHandler("hostcontextchanged",n)}get onteardown(){return this._onteardown}set onteardown(n){this.warnIfRequestHandlerReplaced("onteardown",this._onteardown,n),this._onteardown=n,this.replaceRequestHandler(xDe,(o,r)=>{if(!this._onteardown)throw Error("No onteardown handler set");return this._onteardown(o.params,r)})}get oncalltool(){return this._oncalltool}set oncalltool(n){this.warnIfRequestHandlerReplaced("oncalltool",this._oncalltool,n),this._oncalltool=n,this.replaceRequestHandler(z7,(o,r)=>{if(!this._oncalltool)throw Error("No oncalltool handler set");return this._oncalltool(o.params,r)})}get onlisttools(){return this._onlisttools}set onlisttools(n){this.warnIfRequestHandlerReplaced("onlisttools",this._onlisttools,n),this._onlisttools=n,this.replaceRequestHandler(M7,(o,r)=>{if(!this._onlisttools)throw Error("No onlisttools handler set");return this._onlisttools(o.params,r)})}assertCapabilityForMethod(n){switch(n){case"sampling/createMessage":if(!this._hostCapabilities?.sampling)throw Error(`Host does not support sampling (required for ${n})`);break}}assertRequestHandlerCapability(n){switch(n){case"tools/call":case"tools/list":if(!this._capabilities.tools)throw Error(`Client does not support tool capability (required for ${n})`);return;case"ping":case"ui/resource-teardown":return;default:throw Error(`No handler for method ${n} registered`)}}assertNotificationCapability(n){}assertTaskCapability(n){throw Error("Tasks are not supported in MCP Apps")}assertTaskHandlerCapability(n){throw Error("Task handlers are not supported in MCP Apps")}async callServerTool(n,o){if(this._assertInitialized("callServerTool"),typeof n=="string")throw Error(`callServerTool() expects an object as its first argument, but received a string ("${n}"). Did you mean: callServerTool({ name: "${n}", arguments: { ... } })?`);return await this.request({method:"tools/call",params:n},hp,{onprogress:()=>{},resetTimeoutOnProgress:!0,...o})}async readServerResource(n,o){return this._assertInitialized("readServerResource"),await this.request({method:"resources/read",params:n},N7,o)}async listServerResources(n,o){return this._assertInitialized("listServerResources"),await this.request({method:"resources/list",params:n},A7,o)}async createSamplingMessage(n,o){this._assertInitialized("createSamplingMessage");let r=n.tools?j7:B7;return await this.request({method:"sampling/createMessage",params:n},r,o)}sendMessage(n,o){return this._assertInitialized("sendMessage"),this.request({method:"ui/message",params:n},mDe,o)}sendLog(n){return this.notification({method:"notifications/message",params:n})}updateModelContext(n,o){return this._assertInitialized("updateModelContext"),this.request({method:"ui/update-model-context",params:n},Z2,o)}openLink(n,o){return this._assertInitialized("openLink"),this.request({method:"ui/open-link",params:n},fDe,o)}downloadFile(n,o){return this._assertInitialized("downloadFile"),this.request({method:"ui/download-file",params:n},pDe,o)}requestTeardown(n={}){return this.notification({method:"ui/notifications/request-teardown",params:n})}requestDisplayMode(n,o){return this._assertInitialized("requestDisplayMode"),this.request({method:"ui/request-display-mode",params:n},kDe,o)}sendSizeChanged(n){return this.notification({method:"ui/notifications/size-changed",params:n})}setupSizeChangedNotifications(){let n=!1,o=0,r=0,i=()=>{n||(n=!0,requestAnimationFrame(()=>{n=!1;let s=document.documentElement,l=s.style.height;s.style.height="max-content";let d=Math.ceil(s.getBoundingClientRect().height);s.style.height=l;let f=Math.ceil(window.innerWidth);(f!==o||d!==r)&&(o=f,r=d,this.sendSizeChanged({width:f,height:d}))}))};i();let a=new ResizeObserver(i);return a.observe(document.documentElement),a.observe(document.body),()=>a.disconnect()}async connect(n=new ix(window.parent,window.parent),o){if(this.transport)throw Error("App is already connected. Call close() before connecting again.");this._initializedSent=!1,await super.connect(n);try{let r=await this.request({method:"ui/initialize",params:{appCapabilities:this._capabilities,appInfo:this._appInfo,protocolVersion:sDe}},_De,o);if(r===void 0)throw Error(`Server sent invalid initialize result: ${r}`);this._hostCapabilities=r.hostCapabilities,this._hostInfo=r.hostInfo,this._hostContext=r.hostContext,await this.notification({method:"ui/notifications/initialized"}),this._initializedSent=!0,this.options?.autoResize&&this.setupSizeChangedNotifications()}catch(r){throw this.close(),r}}};Pt(ax,"ONE_SHOT_EVENTS",new Set(["toolinput","toolinputpartial","toolresult","toolcancelled"]));var V7=ax;function RJ({appInfo:e,capabilities:t,onAppCreated:n,autoResize:o=!0,strict:r}){let[i,a]=(0,gp.useState)(null),[s,l]=(0,gp.useState)(!1),[d,f]=(0,gp.useState)(null);return(0,gp.useEffect)(()=>{let p=!0,b;async function g(){try{let y=new ix(window.parent,window.parent);if(b=new V7(e,t,{autoResize:o,strict:r}),n?.(b),await b.connect(y),!p){b.close();return}a(b),l(!0),f(null)}catch(y){p&&(a(null),l(!1),f(y instanceof Error?y:Error("Failed to connect")))}}return g(),()=>{p=!1,b?.close()}},[]),{app:i,isConnected:s,error:d}}var OJ=U(me(),1),FJ=(0,fa.createContext)(null);function PJ({children:e}){let[t,n]=(0,fa.useState)(null),[o,r]=(0,fa.useState)(),i=(0,fa.useRef)(!1),{app:a}=RJ({appInfo:{name:"Apify MCP Widget",version:"1.0.0"},capabilities:{},onAppCreated:s=>{s.ontoolresult=l=>{i.current=!0,n(l)},s.onhostcontextchanged=l=>r(d=>({...d,...l}))}});return(0,fa.useEffect)(()=>{if(a&&(r(a.getHostContext()),!i.current)){let{toolOutput:s}=window.openai??{};s&&n({content:[],structuredContent:s})}},[a]),(0,OJ.jsx)(FJ.Provider,{value:{app:a,toolResult:t,hostContext:o},children:e})}function il(){let e=(0,fa.useContext)(FJ);if(!e)throw new Error("useMcpApp must be used within McpAppProvider");return e}var $J=()=>{let{hostContext:e}=il(),t=e?.containerDimensions;return t&&"maxHeight"in t?t.maxHeight??null:t&&"height"in t?t.height:null};function MJ(...e){return e.filter(Boolean).join(" ")}var zJ=U(me(),1),X7=({children:e,className:t="",style:n={}})=>{let o=$J();return(0,zJ.jsx)("div",{className:MJ("flex flex-col gap-6 items-start pb-10 pt-4 px-5 w-full overflow-y-auto",t),style:{fontFamily:"SF Pro, -apple-system, BlinkMacSystemFont, sans-serif",maxHeight:o?`${o}px`:void 0,...n},children:e})};function BJ(e){let{toolResult:t}=il(),n=t?.structuredContent??null,o=typeof e=="function"?e():e??null;return n??o}var ADe=U(jJ(),1);var UJ=(e,t)=>{let n=new Date(e).getTime(),r=(t?new Date(t).getTime():Date.now())-n,i=Math.floor(r/1e3),a=Math.floor(i/60),s=Math.floor(a/60);return s>0?`${s}h ${a%60}m ${i%60}s`:a>0?`${a}m ${i%60}s`:`${i}s`};var HJ=e=>{let t=new Date(e),n=t.getFullYear(),o=String(t.getMonth()+1).padStart(2,"0"),r=String(t.getDate()).padStart(2,"0"),i=String(t.getHours()).padStart(2,"0"),a=String(t.getMinutes()).padStart(2,"0");return`${n}-${o}-${r} ${i}:${a}`},WJ=e=>e.split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(" ");var VJ="com.apify/ActorRun";function RDe(e){return e.split(`
|
|
3528
|
-
`)[0].trim().replace(/\s*\{[^}]*}\s*\.?$/,"").trim()}function
|
|
3527
|
+
container holding the app. Specify either width or maxWidth, and either height or maxHeight.`),locale:P.string().optional().describe("User's language and region preference in BCP 47 format."),timeZone:P.string().optional().describe("User's timezone in IANA format."),userAgent:P.string().optional().describe("Host application identifier."),platform:P.union([P.literal("web"),P.literal("desktop"),P.literal("mobile")]).optional().describe("Platform type for responsive design decisions."),deviceCapabilities:P.object({touch:P.boolean().optional().describe("Whether the device supports touch input."),hover:P.boolean().optional().describe("Whether the device supports hover interactions.")}).optional().describe("Device input capabilities."),safeAreaInsets:P.object({top:P.number().describe("Top safe area inset in pixels."),right:P.number().describe("Right safe area inset in pixels."),bottom:P.number().describe("Bottom safe area inset in pixels."),left:P.number().describe("Left safe area inset in pixels.")}).optional().describe("Mobile safe area boundaries in pixels.")}).passthrough(),IDe=P.object({method:P.literal("ui/notifications/host-context-changed"),params:AJ.describe("Partial context update containing only changed fields.")}),Xat=P.object({method:P.literal("ui/update-model-context"),params:P.object({content:P.array(mp).optional().describe("Context content blocks (text, image, etc.)."),structuredContent:P.record(P.string(),P.unknown().describe("Structured content for machine-readable context data.")).optional().describe("Structured content for machine-readable context data.")})}),Yat=P.object({method:P.literal("ui/initialize"),params:P.object({appInfo:dg.describe("App identification (name and version)."),appCapabilities:wDe.describe("Features and capabilities this app provides."),protocolVersion:P.string().describe("Protocol version this app supports.")})}),_De=P.object({protocolVersion:P.string().describe('Negotiated protocol version string (e.g., "2025-11-21").'),hostInfo:dg.describe("Host application identification and version."),hostCapabilities:EDe.describe("Features and capabilities provided by the host."),hostContext:AJ.describe("Rich context about the host environment.")}).passthrough(),SDe={target:"draft-2020-12"};async function SJ(e,t){let n=e["~standard"];if(n.jsonSchema)return n.jsonSchema[t](SDe);if(n.vendor==="zod"){let{z:o}=await Promise.resolve().then(()=>(sg(),k7));return o.toJSONSchema(e,{io:t})}throw Error(`Schema (vendor: ${n.vendor}) does not implement Standard JSON Schema (~standard.jsonSchema). Use a library that does (zod v4, ArkType, Valibot) or wrap your schema accordingly.`)}async function TJ(e,t,n=""){let o=await e["~standard"].validate(t);if(o.issues){let r=o.issues.map(i=>{let a=i.path?.map(s=>typeof s=="object"?s.key:s).join(".");return a?`${a}: ${i.message}`:i.message}).join("; ");throw Error(n+r)}return o.value}var ax=class ax extends W7{constructor(n,o={},r={autoResize:!0}){super(r);Pt(this,"_appInfo");Pt(this,"_capabilities");Pt(this,"options");Pt(this,"_hostCapabilities");Pt(this,"_hostInfo");Pt(this,"_hostContext");Pt(this,"_registeredTools",{});Pt(this,"_initializedSent",!1);Pt(this,"eventSchemas",{toolinput:hDe,toolinputpartial:gDe,toolresult:CDe,toolcancelled:bDe,hostcontextchanged:IDe});Pt(this,"_everHadListener",new Set);Pt(this,"_toolHandlersInitialized",!1);Pt(this,"_onteardown");Pt(this,"_oncalltool");Pt(this,"_onlisttools");Pt(this,"sendOpenLink",this.openLink);this._appInfo=n,this._capabilities=o,this.options=r,r.allowUnsafeEval||P.config({jitless:!0}),this.setRequestHandler(fp,i=>(console.log("Received ping:",i.params),{})),this.setEventHandler("hostcontextchanged",void 0)}_assertInitialized(n){if(this._initializedSent)return;let o=`[ext-apps] App.${n}() called before connect() completed the ui/initialize handshake. Await app.connect() before calling this method, or move data loading to an ontoolresult handler.`;if(this.options?.strict)throw Error(o);console.warn(`${o}. This will throw in a future release.`)}_assertHandlerTiming(n){if(!ax.ONE_SHOT_EVENTS.has(n)||this._everHadListener.has(n)||(this._everHadListener.add(n),!this._initializedSent))return;let o=`[ext-apps] "${String(n)}" handler registered after connect() completed the ui/initialize handshake. The host may have already sent this notification. Register handlers before calling app.connect().`;if(this.options?.strict)throw Error(o);console.warn(o)}setEventHandler(n,o){o&&this._assertHandlerTiming(n),super.setEventHandler(n,o)}addEventListener(n,o){this._assertHandlerTiming(n),super.addEventListener(n,o)}onEventDispatch(n,o){n==="hostcontextchanged"&&(this._hostContext={...this._hostContext,...o})}registerCapabilities(n){if(this.transport)throw Error("Cannot register capabilities after transport is established");this._capabilities=IJ(this._capabilities,n)}registerTool(n,o,r){if(this._registeredTools[n])throw Error(`Tool ${n} is already registered`);let i=this,a=()=>{i._initializedSent&&i._capabilities.tools?.listChanged&&i.sendToolListChanged()},s=o.inputSchema!==void 0,l={title:o.title,description:o.description,inputSchema:o.inputSchema,outputSchema:o.outputSchema,annotations:o.annotations,_meta:o._meta,enabled:!0,enable(){this.enabled=!0,a()},disable(){this.enabled=!1,a()},update(d){Object.assign(this,d),a()},remove(){i._registeredTools[n]===l&&(delete i._registeredTools[n],a())},handler:async(d,f)=>{if(!l.enabled)throw Error(`Tool ${n} is disabled`);let p;if(s){let b=l.inputSchema,g=b?await TJ(b,d??{},`Invalid input for tool ${n}: `):d??{};p=await r(g,f)}else p=await r(f);return l.outputSchema&&!p.isError&&(p.structuredContent=await TJ(l.outputSchema,p.structuredContent,`Invalid output for tool ${n}: `)),p}};return this._registeredTools[n]=l,!this._capabilities.tools&&!this.transport&&this.registerCapabilities({tools:{listChanged:!0}}),this.ensureToolHandlersInitialized(),a(),l}ensureToolHandlersInitialized(){this._toolHandlersInitialized||(this._toolHandlersInitialized=!0,this.oncalltool=async(n,o)=>{let r=this._registeredTools[n.name];if(!r)throw Error(`Tool ${n.name} not found`);return r.handler(n.arguments,o)},this.onlisttools=async(n,o)=>({tools:await Promise.all(Object.entries(this._registeredTools).filter(([r,i])=>i.enabled).map(async([r,i])=>{let a={name:r,title:i.title,description:i.description,inputSchema:i.inputSchema?await SJ(i.inputSchema,"input"):{type:"object",properties:{}}};return i.outputSchema&&(a.outputSchema=await SJ(i.outputSchema,"output")),i.annotations&&(a.annotations=i.annotations),i._meta&&(a._meta=i._meta),a}))}))}async sendToolListChanged(n={}){this._assertInitialized("sendToolListChanged"),await this.notification({method:"notifications/tools/list_changed",params:n})}getHostCapabilities(){return this._hostCapabilities}getHostVersion(){return this._hostInfo}getHostContext(){return this._hostContext}get ontoolinput(){return this.getEventHandler("toolinput")}set ontoolinput(n){this.setEventHandler("toolinput",n)}get ontoolinputpartial(){return this.getEventHandler("toolinputpartial")}set ontoolinputpartial(n){this.setEventHandler("toolinputpartial",n)}get ontoolresult(){return this.getEventHandler("toolresult")}set ontoolresult(n){this.setEventHandler("toolresult",n)}get ontoolcancelled(){return this.getEventHandler("toolcancelled")}set ontoolcancelled(n){this.setEventHandler("toolcancelled",n)}get onhostcontextchanged(){return this.getEventHandler("hostcontextchanged")}set onhostcontextchanged(n){this.setEventHandler("hostcontextchanged",n)}get onteardown(){return this._onteardown}set onteardown(n){this.warnIfRequestHandlerReplaced("onteardown",this._onteardown,n),this._onteardown=n,this.replaceRequestHandler(xDe,(o,r)=>{if(!this._onteardown)throw Error("No onteardown handler set");return this._onteardown(o.params,r)})}get oncalltool(){return this._oncalltool}set oncalltool(n){this.warnIfRequestHandlerReplaced("oncalltool",this._oncalltool,n),this._oncalltool=n,this.replaceRequestHandler(z7,(o,r)=>{if(!this._oncalltool)throw Error("No oncalltool handler set");return this._oncalltool(o.params,r)})}get onlisttools(){return this._onlisttools}set onlisttools(n){this.warnIfRequestHandlerReplaced("onlisttools",this._onlisttools,n),this._onlisttools=n,this.replaceRequestHandler(M7,(o,r)=>{if(!this._onlisttools)throw Error("No onlisttools handler set");return this._onlisttools(o.params,r)})}assertCapabilityForMethod(n){switch(n){case"sampling/createMessage":if(!this._hostCapabilities?.sampling)throw Error(`Host does not support sampling (required for ${n})`);break}}assertRequestHandlerCapability(n){switch(n){case"tools/call":case"tools/list":if(!this._capabilities.tools)throw Error(`Client does not support tool capability (required for ${n})`);return;case"ping":case"ui/resource-teardown":return;default:throw Error(`No handler for method ${n} registered`)}}assertNotificationCapability(n){}assertTaskCapability(n){throw Error("Tasks are not supported in MCP Apps")}assertTaskHandlerCapability(n){throw Error("Task handlers are not supported in MCP Apps")}async callServerTool(n,o){if(this._assertInitialized("callServerTool"),typeof n=="string")throw Error(`callServerTool() expects an object as its first argument, but received a string ("${n}"). Did you mean: callServerTool({ name: "${n}", arguments: { ... } })?`);return await this.request({method:"tools/call",params:n},hp,{onprogress:()=>{},resetTimeoutOnProgress:!0,...o})}async readServerResource(n,o){return this._assertInitialized("readServerResource"),await this.request({method:"resources/read",params:n},N7,o)}async listServerResources(n,o){return this._assertInitialized("listServerResources"),await this.request({method:"resources/list",params:n},A7,o)}async createSamplingMessage(n,o){this._assertInitialized("createSamplingMessage");let r=n.tools?j7:B7;return await this.request({method:"sampling/createMessage",params:n},r,o)}sendMessage(n,o){return this._assertInitialized("sendMessage"),this.request({method:"ui/message",params:n},mDe,o)}sendLog(n){return this.notification({method:"notifications/message",params:n})}updateModelContext(n,o){return this._assertInitialized("updateModelContext"),this.request({method:"ui/update-model-context",params:n},Z2,o)}openLink(n,o){return this._assertInitialized("openLink"),this.request({method:"ui/open-link",params:n},fDe,o)}downloadFile(n,o){return this._assertInitialized("downloadFile"),this.request({method:"ui/download-file",params:n},pDe,o)}requestTeardown(n={}){return this.notification({method:"ui/notifications/request-teardown",params:n})}requestDisplayMode(n,o){return this._assertInitialized("requestDisplayMode"),this.request({method:"ui/request-display-mode",params:n},kDe,o)}sendSizeChanged(n){return this.notification({method:"ui/notifications/size-changed",params:n})}setupSizeChangedNotifications(){let n=!1,o=0,r=0,i=()=>{n||(n=!0,requestAnimationFrame(()=>{n=!1;let s=document.documentElement,l=s.style.height;s.style.height="max-content";let d=Math.ceil(s.getBoundingClientRect().height);s.style.height=l;let f=Math.ceil(window.innerWidth);(f!==o||d!==r)&&(o=f,r=d,this.sendSizeChanged({width:f,height:d}))}))};i();let a=new ResizeObserver(i);return a.observe(document.documentElement),a.observe(document.body),()=>a.disconnect()}async connect(n=new ix(window.parent,window.parent),o){if(this.transport)throw Error("App is already connected. Call close() before connecting again.");this._initializedSent=!1,await super.connect(n);try{let r=await this.request({method:"ui/initialize",params:{appCapabilities:this._capabilities,appInfo:this._appInfo,protocolVersion:sDe}},_De,o);if(r===void 0)throw Error(`Server sent invalid initialize result: ${r}`);this._hostCapabilities=r.hostCapabilities,this._hostInfo=r.hostInfo,this._hostContext=r.hostContext,await this.notification({method:"ui/notifications/initialized"}),this._initializedSent=!0,this.options?.autoResize&&this.setupSizeChangedNotifications()}catch(r){throw this.close(),r}}};Pt(ax,"ONE_SHOT_EVENTS",new Set(["toolinput","toolinputpartial","toolresult","toolcancelled"]));var V7=ax;function RJ({appInfo:e,capabilities:t,onAppCreated:n,autoResize:o=!0,strict:r}){let[i,a]=(0,gp.useState)(null),[s,l]=(0,gp.useState)(!1),[d,f]=(0,gp.useState)(null);return(0,gp.useEffect)(()=>{let p=!0,b;async function g(){try{let y=new ix(window.parent,window.parent);if(b=new V7(e,t,{autoResize:o,strict:r}),n?.(b),await b.connect(y),!p){b.close();return}a(b),l(!0),f(null)}catch(y){p&&(a(null),l(!1),f(y instanceof Error?y:Error("Failed to connect")))}}return g(),()=>{p=!1,b?.close()}},[]),{app:i,isConnected:s,error:d}}var fa=U(ge(),1),OJ=U(me(),1),FJ=(0,fa.createContext)(null);function PJ({children:e}){let[t,n]=(0,fa.useState)(null),[o,r]=(0,fa.useState)(),i=(0,fa.useRef)(!1),{app:a}=RJ({appInfo:{name:"Apify MCP Widget",version:"1.0.0"},capabilities:{},onAppCreated:s=>{s.ontoolresult=l=>{i.current=!0,n(l)},s.onhostcontextchanged=l=>r(d=>({...d,...l}))}});return(0,fa.useEffect)(()=>{if(a&&(r(a.getHostContext()),!i.current)){let{toolOutput:s}=window.openai??{};s&&n({content:[],structuredContent:s})}},[a]),(0,OJ.jsx)(FJ.Provider,{value:{app:a,toolResult:t,hostContext:o},children:e})}function il(){let e=(0,fa.useContext)(FJ);if(!e)throw new Error("useMcpApp must be used within McpAppProvider");return e}var $J=()=>{let{hostContext:e}=il(),t=e?.containerDimensions;return t&&"maxHeight"in t?t.maxHeight??null:t&&"height"in t?t.height:null};function MJ(...e){return e.filter(Boolean).join(" ")}var zJ=U(me(),1),X7=({children:e,className:t="",style:n={}})=>{let o=$J();return(0,zJ.jsx)("div",{className:MJ("flex flex-col gap-6 items-start pb-10 pt-4 px-5 w-full overflow-y-auto",t),style:{fontFamily:"SF Pro, -apple-system, BlinkMacSystemFont, sans-serif",maxHeight:o?`${o}px`:void 0,...n},children:e})};function BJ(e){let{toolResult:t}=il(),n=t?.structuredContent??null,o=typeof e=="function"?e():e??null;return n??o}var jJ="com.apify/ActorRun";function ADe(e){return e.split(`
|
|
3528
|
+
`)[0].trim().replace(/\s*\{[^}]*}\s*\.?$/,"").trim()}function UJ(e){if(!e?.isError)return null;for(let t of e.content){if(typeof t!="object"||t===null||!("text"in t))continue;let{text:n}=t;if(typeof n=="string"&&n.trim())return ADe(n)||n.trim()}return"Actor run failed before it could start."}var RDe=U(HJ(),1);var WJ=(e,t)=>{let n=new Date(e).getTime(),r=(t?new Date(t).getTime():Date.now())-n,i=Math.floor(r/1e3),a=Math.floor(i/60),s=Math.floor(a/60);return s>0?`${s}h ${a%60}m ${i%60}s`:a>0?`${a}m ${i%60}s`:`${i}s`};var VJ=e=>{let t=new Date(e),n=t.getFullYear(),o=String(t.getMonth()+1).padStart(2,"0"),r=String(t.getDate()).padStart(2,"0"),i=String(t.getHours()).padStart(2,"0"),a=String(t.getMinutes()).padStart(2,"0");return`${n}-${o}-${r} ${i}:${a}`},GJ=e=>e.split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(" ");var ZJ=U(me(),1),NDe=Gp`
|
|
3529
3529
|
0%, 100% {
|
|
3530
3530
|
opacity: 1;
|
|
3531
3531
|
}
|
|
@@ -3533,9 +3533,9 @@ container holding the app. Specify either width or maxWidth, and either height o
|
|
|
3533
3533
|
opacity: 0.5;
|
|
3534
3534
|
}
|
|
3535
3535
|
`,LDe=W.div`
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3536
|
+
background-color: ${m.color.neutral.backgroundSubtle};
|
|
3537
|
+
border-radius: ${m.radius.radius4};
|
|
3538
|
+
animation: ${NDe} 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
3539
3539
|
`,q7=({style:e})=>(0,ZJ.jsx)(LDe,{style:e});var _i=U(me(),1),FDe=W.div`
|
|
3540
3540
|
width: 100%;
|
|
3541
3541
|
overflow-x: auto;
|
|
@@ -3576,7 +3576,7 @@ container holding the app. Specify either width or maxWidth, and either height o
|
|
|
3576
3576
|
&:last-child {
|
|
3577
3577
|
border-right: none;
|
|
3578
3578
|
}
|
|
3579
|
-
`,XJ=()=>(0,_i.jsx)(FDe,{children:(0,_i.jsxs)(PDe,{children:[(0,_i.jsx)(ODe,{children:(0,_i.jsx)("tr",{children:[0,1,2,3,4].map(e=>(0,_i.jsx)($De,{children:(0,_i.jsx)(q7,{style:{width:`${60+e*10}px`,height:"12px"}})},e))})}),(0,_i.jsx)(MDe,{children:[0,1,2,3,4].map(e=>(0,_i.jsx)(zDe,{children:[0,1,2,3,4].map(t=>(0,_i.jsx)(BDe,{children:(0,_i.jsx)(q7,{style:{width:`${70+(e+t)%3*30}px`,height:"14px"}})},t))},e))})]})});var et=U(me(),1),YJ=new Set(["SUCCEEDED","FAILED","ABORTED","TIMED-OUT"]),jDe=async e=>new Promise(t=>setTimeout(t,e)),UDe=e=>{switch(e.toUpperCase()){case"SUCCEEDED":return"success";case"FAILED":case"ABORTED":case"TIMED-OUT":return"danger";case"RUNNING":case"READY":return"primary_blue";default:return"neutral"}},HDe=e=>{switch(e.toUpperCase()){case"SUCCEEDED":return rs;case"FAILED":case"ABORTED":case"TIMED-OUT":return os;case"RUNNING":case"READY":return
|
|
3579
|
+
`,XJ=()=>(0,_i.jsx)(FDe,{children:(0,_i.jsxs)(PDe,{children:[(0,_i.jsx)(ODe,{children:(0,_i.jsx)("tr",{children:[0,1,2,3,4].map(e=>(0,_i.jsx)($De,{children:(0,_i.jsx)(q7,{style:{width:`${60+e*10}px`,height:"12px"}})},e))})}),(0,_i.jsx)(MDe,{children:[0,1,2,3,4].map(e=>(0,_i.jsx)(zDe,{children:[0,1,2,3,4].map(t=>(0,_i.jsx)(BDe,{children:(0,_i.jsx)(q7,{style:{width:`${70+(e+t)%3*30}px`,height:"14px"}})},t))},e))})]})});var et=U(me(),1),YJ=new Set(["SUCCEEDED","FAILED","ABORTED","TIMED-OUT"]),jDe=async e=>new Promise(t=>setTimeout(t,e)),UDe=e=>{switch(e.toUpperCase()){case"SUCCEEDED":return"success";case"FAILED":case"ABORTED":case"TIMED-OUT":return"danger";case"RUNNING":case"READY":return"primary_blue";default:return"neutral"}},HDe=e=>{switch(e.toUpperCase()){case"SUCCEEDED":return rs;case"FAILED":case"ABORTED":case"TIMED-OUT":return os;case"RUNNING":case"READY":return KL;default:return}},WDe=e=>{let t=e.split("/");return t.length>1?t[1]:e},VDe=e=>{let t=e.split("/");return t.length>1?t[0]:"unknown"};function GDe(){return typeof window>"u"?null:new URLSearchParams(window.location.search).get("runId")?.trim()||null}var JJ=W.div`
|
|
3580
3580
|
display: flex;
|
|
3581
3581
|
flex-direction: column;
|
|
3582
3582
|
gap: ${m.space.space8};
|
|
@@ -3708,7 +3708,7 @@ container holding the app. Specify either width or maxWidth, and either height o
|
|
|
3708
3708
|
${m.typography.shared.desktop.bodyM};
|
|
3709
3709
|
color: ${m.color.neutral.text};
|
|
3710
3710
|
margin: 0;
|
|
3711
|
-
`;function lCe(e){let t=e?.[
|
|
3711
|
+
`;function lCe(e){let t=e?.[jJ]?.usageTotalUsd;return typeof t=="number"?t:void 0}function cCe(e){let t=e.storages?.datasets?.default;if(t?.id)return{id:t.id,itemCount:t.itemCount}}function Q7(e,t){let{startedAt:n,finishedAt:o}=e,r=n?WJ(n,o):"\u2014",i=n?VJ(n):"\u2014",a=e.actorName||"Unknown Actor",s=WDe(a),l=GJ(s),d=VDe(a),f=lCe(t);return{runId:e.runId,actorName:l,actorFullName:a,actorDeveloperUsername:d,status:e.status||"RUNNING",startedAt:n,finishedAt:o,timestamp:i,duration:r,cost:f,stats:e.stats,dataset:cCe(e)}}var QJ=()=>{let{app:e,toolResult:t}=il(),n=BJ(),o=t?._meta??null,r=GDe(),i=UJ(t),[a,s]=(0,Ua.useState)(null),[l,d]=(0,Ua.useState)(void 0),[f,p]=(0,Ua.useState)(null);if((0,Ua.useEffect)(()=>{if(a)return;if(n?.runId){s(Q7(n,o));return}if(!r||!e)return;let x=!1;return(async()=>{try{let D=await e.callServerTool({name:"get-actor-run",arguments:{runId:r,waitSecs:0}});if(x)return;let _=D?.structuredContent;if(_?.runId){let N=D?._meta;s(Q7(_,N))}}catch(D){x||console.error("[ActorRun] Failed to fetch run by runId:",D)}})(),()=>{x=!0}},[n,a,o,r,e]),(0,Ua.useEffect)(()=>{p(null)},[a?.dataset?.id]),(0,Ua.useEffect)(()=>{if(!e||!a||f!==null||a.status.toUpperCase()!=="SUCCEEDED"||!a.dataset?.id||!a.dataset.itemCount)return;let x=!1;return(async()=>{try{let E=await e.callServerTool({name:"get-dataset-items",arguments:{datasetId:a.dataset.id,limit:20,clean:!0}});if(x)return;let D=E?.structuredContent;Array.isArray(D?.items)?p(D.items):p([])}catch(E){x||(console.error("[ActorRun] Failed to fetch dataset items:",E),p([]))}})(),()=>{x=!0}},[e,a?.status,a?.dataset?.id,a?.dataset?.itemCount,f]),(0,Ua.useEffect)(()=>{if(!e||!a?.actorFullName||l!==void 0)return;(async()=>{try{let E=await e.callServerTool({name:"fetch-actor-details",arguments:{actor:a.actorFullName}});if(E?.structuredContent){let D=E.structuredContent;if(D.actorInfo){let _=D.actorInfo;d(_.pictureUrl)}}}catch(E){console.error("[ActorRun] Failed to fetch actor details:",E)}})()},[a?.actorFullName,l,e]),(0,Ua.useEffect)(()=>{if(!e||!a?.runId)return;let x=(a.status||"").toUpperCase();if(YJ.has(x))return;let E=!1,D=0,_=0,N=O=>{let j=Math.floor(O/2)*5+5;return Math.min(j*1e3,6e4)};return(async()=>{for(;!E&&(await jDe(N(D)),!E);)try{let O=await e.callServerTool({name:"get-actor-run",arguments:{runId:a.runId,waitSecs:0}});if(O.structuredContent){let j=O.structuredContent,ee=O._meta,B=Q7(j,ee),de=j.actorName?B:{...B,actorName:a.actorName,actorFullName:a.actorFullName,actorDeveloperUsername:a.actorDeveloperUsername};(de.status!==a.status||de.finishedAt!==a.finishedAt||de.dataset?.id!==a.dataset?.id||de.dataset?.itemCount!==a.dataset?.itemCount||de.cost!==a.cost)&&s(de);let Ee=de.status.toUpperCase();if(YJ.has(Ee)){let re=de.dataset,ue=[`Actor run ${a.runId} finished with status: ${Ee}.`,re?.id?`Dataset ID: ${re.id}`:null,re?.itemCount!=null?`Items scraped: ${re.itemCount}`:null].filter(Boolean).join(" ");await e.updateModelContext({content:[{type:"text",text:ue}]}).catch(()=>{});break}}D++,_=0}catch(O){if(console.error("[Auto-poll] Error:",O),_++,_>=3||O instanceof Error&&(O.message.includes("401")||O.message.includes("Unauthorized")))break}})(),()=>{E=!0}},[a?.runId,a?.status,e]),!a)return(0,et.jsx)(X7,{children:(0,et.jsx)(JJ,{children:(0,et.jsx)(KJ,{children:i?(0,et.jsxs)(et.Fragment,{children:[(0,et.jsx)(Xi,{variant:"danger",size:"small",LeadingIcon:os,children:"Failed"}),(0,et.jsx)(rt,{type:"body",size:"small",style:{color:m.color.neutral.text},children:i})]}):(0,et.jsx)(rt,{type:"body",size:"small",style:{color:m.color.neutral.textMuted},children:"Loading Actor run data ..."})})})});let b=a.status.toUpperCase(),g=f&&f.length>0?Object.keys(f[0]):[],y=b==="RUNNING"||b==="SUCCEEDED"&&(a.dataset?.itemCount??0)>0&&f===null,k=()=>{a&&e&&e.openLink({url:`https://console.apify.com/actors/runs/${a.runId}`})},C=()=>{a&&e&&e.openLink({url:`https://apify.com/${a.actorFullName}`})};return(0,et.jsxs)(X7,{children:[(0,et.jsxs)(JJ,{children:[(0,et.jsx)(ZDe,{children:(0,et.jsxs)(iCe,{children:[(0,et.jsxs)(aCe,{children:[(0,et.jsx)(lw,{size:20,name:a.actorName,url:l}),(0,et.jsx)(XDe,{onClick:C,children:a.actorName})]}),(0,et.jsxs)(sCe,{children:[(0,et.jsx)(Xi,{variant:UDe(a.status),size:"small",LeadingIcon:HDe(a.status),children:a.status.charAt(0)+a.status.slice(1).toLowerCase()}),(0,et.jsxs)(YDe,{children:[typeof a.cost=="number"&&(0,et.jsxs)(et.Fragment,{children:[(0,et.jsxs)(K7,{type:"body",size:"small",as:"span",children:["$",a.cost.toFixed(3)]}),(0,et.jsx)(qJ,{children:"|"})]}),(0,et.jsx)(K7,{type:"body",size:"small",as:"span",children:a.timestamp}),(0,et.jsx)(qJ,{children:"|"}),(0,et.jsx)(K7,{type:"body",size:"small",as:"span",children:a.duration})]})]})]})}),f&&f.length>0?(0,et.jsxs)(JDe,{children:[(0,et.jsxs)(KDe,{children:[(0,et.jsx)(QDe,{children:(0,et.jsx)("tr",{children:g.map(x=>(0,et.jsx)(eCe,{children:x.charAt(0).toUpperCase()+x.slice(1)},x))})}),(0,et.jsx)(tCe,{children:f.map((x,E)=>(0,et.jsx)(nCe,{children:g.map(D=>(0,et.jsx)(rCe,{children:x[D]==null?"\u2014":typeof x[D]=="object"?`${Object.keys(x[D]).length} fields`:String(x[D])||"\u2014"},D))},E))})]}),f.length>3&&(0,et.jsx)(qDe,{})]}):y?(0,et.jsx)(XJ,{}):(0,et.jsx)(KJ,{children:b==="READY"?(0,et.jsx)(rt,{type:"body",size:"small",style:{color:m.color.neutral.textMuted},children:"The Actor is ready to run."}):(0,et.jsx)(rt,{type:"body",size:"small",style:{color:m.color.neutral.textMuted},children:"No results available."})}),(0,et.jsx)(oCe,{children:(0,et.jsx)(Dl,{onClick:k,variant:"secondary",size:"small",children:"View on Apify"})})]}),b==="SUCCEEDED"&&a.dataset?.itemCount&&a.dataset.itemCount>0&&(0,et.jsxs)(uCe,{children:["The ",a.actorName," found ",a.dataset.itemCount," result",a.dataset.itemCount!==1?"s":"",". You can visit results via the provided link."]})]})};var dCe=`*, ::before, ::after {
|
|
3712
3712
|
--tw-border-spacing-x: 0;
|
|
3713
3713
|
--tw-border-spacing-y: 0;
|
|
3714
3714
|
--tw-translate-x: 0;
|
|
@@ -4752,7 +4752,7 @@ body {
|
|
|
4752
4752
|
.disabled\\:opacity-50:disabled {
|
|
4753
4753
|
opacity: 0.5;
|
|
4754
4754
|
}
|
|
4755
|
-
`;if(typeof document<"u"){let e=document.createElement("style");e.textContent=dCe,document.head.appendChild(e)}var vp=U(ge(),1)
|
|
4755
|
+
`;if(typeof document<"u"){let e=document.createElement("style");e.textContent=dCe,document.head.appendChild(e)}var vp=U(ge(),1),rq=U(tq(),1);var Ms=U(me(),1);function sx(e){document.documentElement.setAttribute("data-theme",e),document.documentElement.style.colorScheme=e}function fCe(e,t=document.documentElement){for(let[n,o]of Object.entries(e))o!==void 0&&t.style.setProperty(n,o)}var nq=!1;function pCe(e){if(nq)return;let t=document.createElement("style");t.textContent=e,document.head.appendChild(t),nq=!0}function oq(){return window.matchMedia?.("(prefers-color-scheme: dark)").matches?"dark":"light"}function mCe(e){let t=e?.theme;sx(t==="dark"||t==="light"?t:oq()),e?.styles?.variables&&fCe(e.styles.variables),e?.styles?.css?.fonts&&pCe(e.styles.css.fonts)}var hCe=()=>{let{hostContext:e}=il();return(0,vp.useEffect)(()=>{mCe(e)},[e]),(0,vp.useEffect)(()=>{let t=window.matchMedia("(prefers-color-scheme: dark)"),n=o=>{let r=e?.theme;r!=="dark"&&r!=="light"&&sx(o.matches?"dark":"light")};return t.addEventListener("change",n),()=>t.removeEventListener("change",n)},[e?.theme]),null};function bp(e,t,n){if(document.getElementById(e))return;let o=document.createElement(t);o.id=e,Object.entries(n).forEach(([r,i])=>{i!=null&&(o[r]=i)}),document.head.firstChild?document.head.insertBefore(o,document.head.firstChild):document.head.appendChild(o)}function gCe(){bp("apify-fonts-preconnect-1","link",{rel:"preconnect",href:"https://fonts.googleapis.com"}),bp("apify-fonts-preconnect-2","link",{rel:"preconnect",href:"https://fonts.gstatic.com",crossOrigin:"anonymous"}),bp("apify-fonts-stylesheet","link",{rel:"stylesheet",href:"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=IBM+Plex+Mono:wght@400;500;600;700&display=swap"}),bp("apify-base-font-size","style",{textContent:"html, :root { font-size: 10px !important; }"}),bp("apify-css-variables","style",{textContent:`:root {${ew}}`}),bp("apify-dark-css-variables","style",{textContent:`:root[data-theme="dark"] { ${tw} }`})}var iq=e=>{let t=()=>{let n=document.getElementById("root");if(!n)return;sx(oq()),gCe();let o=(0,rq.createRoot)(n),r={InternalLink:vp.default.forwardRef(({href:i,replace:a,...s},l)=>(0,Ms.jsx)("a",{ref:l,href:i,...s})),InternalImage:vp.default.forwardRef((i,a)=>(0,Ms.jsx)("img",{ref:a,...i})),generateProxyImageUrl:i=>i,trackClick:(i,a)=>{},windowLocationHost:window.location.host,isHrefTrusted:i=>{try{return new URL(i,window.location.origin).origin===window.location.origin}catch{return i.startsWith("/")}},tooltipSafeHtml:i=>i};o.render((0,Ms.jsx)(jL,{theme:{},children:(0,Ms.jsx)(yF,{dependencies:r,children:(0,Ms.jsxs)(PJ,{children:[(0,Ms.jsx)(hCe,{}),(0,Ms.jsx)(e,{})]})})}))};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",t,{once:!0}):t()};(async()=>iq(QJ))();
|
|
4756
4756
|
/*! Bundled license information:
|
|
4757
4757
|
|
|
4758
4758
|
react/cjs/react.production.min.js:
|