@wacht/jsx 1.0.0-beta.27 → 1.0.0-beta.29
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/index.cjs.js +110 -110
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3319 -3311
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),c=require("react"),kn=require("react-dom"),Ns=require("@wacht/types");function bu(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const a in e)if(a!=="default"){const o=Object.getOwnPropertyDescriptor(e,a);Object.defineProperty(r,a,o.get?o:{enumerable:!0,get:()=>e[a]})}}return r.default=e,Object.freeze(r)}const n=bu(c),Us="__dev_session__",wu="__dev_session_updated_at",yu="__dev_session_updated_at";function Jr(){return typeof window<"u"&&typeof document<"u"}function Bs(e){if(!Jr())return null;const r=document.cookie?document.cookie.split(";"):[];for(const a of r){const[o,...s]=a.trim().split("=");if(o===e)return decodeURIComponent(s.join("="))}return null}function Ws(e,r){Jr()&&(document.cookie=`${e}=${encodeURIComponent(r)}; Path=/; Secure; SameSite=Lax`)}function Fo(e){if(!Jr())return null;try{return window.localStorage.getItem(e)}catch{return null}}function vn(e,r){if(Jr())try{window.localStorage.setItem(e,r)}catch{}}function Gs(e){if(!e)return 0;const r=Number(e);return Number.isFinite(r)?r:0}function ju(e){const r=e==null?void 0:e.trim();if(!r)return null;try{return new URL(r.includes("://")?r:`https://${r}`).host.toLowerCase()}catch{return r.toLowerCase().replace(/\/+$/,"")}}function _u(e){const r=ju(e);if(!r)return"";const a=r.replace(/[^a-z0-9]+/g,"_").replace(/^_+|_+$/g,"").slice(0,64);return a?`_${a}`:""}function Jl(e){const r=_u(e);return{cookie:`${Us}${r}`,updatedAtCookie:`${wu}${r}`,storage:`${Us}${r}`,updatedAtStorage:`${yu}${r}`}}function ku(e){const r=Bs(e.cookie);if(!r)return null;const a=Gs(Bs(e.updatedAtCookie)),o=Fo(e.storage),s=Gs(Fo(e.updatedAtStorage)),i=a>s||a===0&&r!==o;return(!o||i)&&(vn(e.storage,r),vn(e.updatedAtStorage,String(a||Date.now()))),r}function ut(e){if(!Jr())return null;const r=Jl(e),a=ku(r);return a||Fo(r.storage)}function cn(e,r){if(!Jr()||!e)return;const a=Jl(r),o=Date.now();Ws(a.cookie,e),Ws(a.updatedAtCookie,String(o)),vn(a.storage,e),vn(a.updatedAtStorage,String(o))}const fs=c.createContext(void 0);function Cu({children:e,publicKey:r,adapter:a,uiOverrides:o}){const[s,i]=c.useState(!0),[h,d]=c.useState(null),u=c.useRef(!1);c.useEffect(()=>{async function p(){if(!u.current)try{u.current=!0,i(!0);const[m,g,v]=r.split("_");if(!v)throw new Error("Invalid public key");let b=atob(v),x=g==="test";const w=b;let A=null;if(new URLSearchParams(window.location.search).has("__dev_session__")){A=new URLSearchParams(window.location.search).get("__dev_session__"),cn(A,w);const k=new URL(window.location.href);k.searchParams.delete("__dev_session__"),window.history.replaceState({},"",k.toString())}else A=ut(w),A&&cn(A,w);let j={};const S=new URLSearchParams;x?S.append("__dev_session__",A??""):j={credentials:"include"};const C=await fetch(`${b}/deployment${x?"?":""}${S.toString()}`,j);if(!C.ok){i(!1);return}const _=await C.json();_.data.backend_host=b,o&&(_.data.ui_settings={..._.data.ui_settings,...o}),d(_.data),x&&C.headers.get("x-development-session")&&cn(C.headers.get("x-development-session"),w),i(!1)}catch{i(!1)}}p()},[r,o]);const f=c.useMemo(()=>({loading:s,deployment:h,adapter:a}),[s,h,a]);return t.jsx(fs.Provider,{value:f,children:e})}async function V(e){if(!e.ok){let a=`HTTP ${e.status}: ${e.statusText}`,o;try{const i=await e.json();i.errors&&i.errors.length>0?(a=i.errors[0].message||a,o=i.errors[0].code):i.message&&(a=i.message)}catch{}const s=new Error(a);throw o&&(s.code=o),s}return{data:(await e.json()).data}}function Se(){const e=c.useContext(fs);if(e===void 0)throw new Error("useDeployment must be used within a DeploymentProvider");if(!e.loading&&!e.deployment)throw new Error("Deployment is not loaded");return e}function je(){const{deployment:e,loading:r}=Se(),a=c.useCallback(async(o,s)=>{if(r||!e)throw new Error("Deployment is loading");const i=Su(e),h=new Headers(i.headers);s!=null&&s.headers&&new Headers(s.headers).forEach((p,m)=>{h.set(m,p)});const d=new URL(`${e.backend_host??""}${o}`);e.mode==="staging"&&d.searchParams.append("__dev_session__",ut(e.backend_host)??"");const u=await fetch(d,{...i,...s,headers:h});return e.mode==="staging"&&u.headers.get("x-development-session")&&cn(u.headers.get("x-development-session"),e.backend_host),u},[e,r]);return c.useMemo(()=>({client:a,loading:r}),[a,r])}function Su(e){return e.mode==="staging"?{}:{credentials:"include"}}var Xl=(e=>(e.XOauth="x_oauth",e.GithubOauth="github_oauth",e.GitlabOauth="gitlab_oauth",e.GoogleOauth="google_oauth",e.FacebookOauth="facebook_oauth",e.MicrosoftOauth="microsoft_oauth",e.LinkedinOauth="linkedin_oauth",e.DiscordOauth="discord_oauth",e.AppleOauth="apple_oauth",e))(Xl||{});function Eu(e,r){const a={username:Au(e,r),email:zu(e,r),phone:$u(e,r),email_otp:Mu(e,r),magic_link:Lu(e,r),oauth:Ru(e),passkey:Pu(e),generic:Tu(e,r)};return function(s){return a[s]}}function Au(e,r){return async({username:a,password:o})=>{var d,u;const s=new FormData;s.append("strategy","plain_username"),s.append("username",a),s.append("password",o);const i=await e("/auth/signin",{method:"POST",body:s}),h=await V(i);return"data"in h&&((u=(d=h.data)==null?void 0:d.signin_attempts)!=null&&u.length)&&r(h.data.signin_attempts.at(-1)||null),h}}function zu(e,r){return async({email:a,password:o})=>{var d,u;const s=new FormData;s.append("strategy","plain_email"),s.append("email",a),s.append("password",o);const i=await e("/auth/signin",{method:"POST",body:s}),h=await V(i);return"data"in h&&((u=(d=h.data)==null?void 0:d.signin_attempts)!=null&&u.length)&&r(h.data.signin_attempts.at(-1)||null),h}}function $u(e,r){return async({phone:a})=>{var h,d;const o=new FormData;o.append("strategy","phone_otp"),o.append("phone",a);const s=await e("/auth/signin",{method:"POST",body:o}),i=await V(s);return"data"in i&&((d=(h=i.data)==null?void 0:h.signin_attempts)!=null&&d.length)&&r(i.data.signin_attempts.at(-1)||null),i}}function Mu(e,r){return async({email:a})=>{var h,d;const o=new FormData;o.append("strategy","email_otp"),o.append("email",a);const s=await e("/auth/signin",{method:"POST",body:o}),i=await V(s);return"data"in i&&((d=(h=i.data)==null?void 0:h.signin_attempts)!=null&&d.length)&&r(i.data.signin_attempts.at(-1)||null),i}}function Lu(e,r){return async({email:a})=>{var h,d;const o=new FormData;o.append("strategy","magic_link"),o.append("email",a);const s=await e("/auth/signin",{method:"POST",body:o}),i=await V(s);return"data"in i&&((d=(h=i.data)==null?void 0:h.signin_attempts)!=null&&d.length)&&r(i.data.signin_attempts.at(-1)||null),i}}function Ru(e){return async({provider:r,redirectUri:a})=>{const o=new URLSearchParams({provider:r});a&&o.append("redirect_uri",a);const s=await e(`/auth/oauth2/init?${o.toString()}`,{method:"POST"}),i=await V(s);return"data"in i&&i.data.oauth_url&&(window.location.href=i.data.oauth_url),i}}function na(e){const r=new Uint8Array(e);let a="";for(let o=0;o<r.length;o++)a+=String.fromCharCode(r[o]);return btoa(a).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function qs(e){const r=e.replace(/-/g,"+").replace(/_/g,"/"),a=r.padEnd(r.length+(4-r.length%4)%4,"="),o=atob(a),s=new Uint8Array(o.length);for(let i=0;i<o.length;i++)s[i]=o.charCodeAt(i);return s.buffer}function Pu(e){return async()=>{var f;const r=await e("/auth/passkey/login/begin",{method:"POST"}),a=await V(r);if(!("data"in a))return a;const o=a.data.options.publicKey,s={challenge:qs(o.challenge),timeout:o.timeout,rpId:o.rpId,userVerification:o.userVerification,allowCredentials:(f=o.allowCredentials)==null?void 0:f.map(p=>({type:p.type,id:qs(p.id),transports:p.transports}))};let i;try{const p=await navigator.credentials.get({publicKey:s});if(!p)throw new Error("Failed to get credential");i=p}catch(p){throw p.name==="NotAllowedError"?new Error("No passkey found on this device. Please try a different sign-in method."):p.name==="AbortError"?new Error("Passkey sign-in was cancelled."):p}const h=i.response,d=new FormData;d.append("id",i.id),d.append("rawId",na(i.rawId)),d.append("type",i.type),d.append("clientDataJSON",na(h.clientDataJSON)),d.append("authenticatorData",na(h.authenticatorData)),d.append("signature",na(h.signature)),h.userHandle&&d.append("userHandle",na(h.userHandle));const u=await e("/auth/passkey/login/finish",{method:"POST",body:d});return V(u)}}function Tu(e,r){return async({email:a,username:o,password:s,phone:i,strategy:h})=>{var p,m;const d=new FormData;h&&d.append("strategy",h),a&&d.append("email",a),o&&d.append("username",o),s&&d.append("password",s),i&&d.append("phone",i);const u=await e("/auth/signin",{method:"POST",body:d}),f=await V(u);return"data"in f&&((m=(p=f.data)==null?void 0:p.signin_attempts)!=null&&m.length)&&r(f.data.signin_attempts.at(-1)||null),f}}function e0(){const{client:e,loading:r}=je(),[a,o]=c.useState(null);return r?{loading:!0,signIn:null,signinAttempt:null,discardSignInAttempt:()=>{o(null)},setSignInAttempt:o}:{loading:!1,signinAttempt:a,signIn:{createStrategy:Eu(e,o),completeVerification:async s=>{var u,f;const i=new FormData;i.append("verification_code",s);const h=await e(`/auth/attempt-verification?attempt_identifier=${a==null?void 0:a.id}&identifier_type=signin`,{method:"POST",body:i}),d=await V(h);if("data"in d&&((f=(u=d.data)==null?void 0:u.signin_attempts)!=null&&f.length)){const p=d.data.signin_attempts.at(-1);return o(p||null),d.data}else throw new Error("Verification failed")},prepareVerification:async s=>{var d;const i=new URL("/auth/prepare-verification",window.location.origin);i.searchParams.set("attempt_identifier",((d=a==null?void 0:a.id)==null?void 0:d.toString())||""),i.searchParams.set("strategy",s.strategy),i.searchParams.set("identifier_type","signin"),s.strategy==="phone_otp"&&s.lastDigits?i.searchParams.set("last_digits",s.lastDigits):(s.strategy==="email_otp"&&s.redirectUri||s.strategy==="magic_link"&&s.redirectUri)&&i.searchParams.set("redirect_uri",s.redirectUri);const h=await e(i.pathname+i.search,{method:"POST"});return V(h)},completeProfile:async s=>{var u;if(!a)throw new Error("No signin attempt found");const i=new FormData;for(const[f,p]of Object.entries(s))p&&i.append(f,p);const h=await e(`/auth/complete-profile?attempt_id=${a.id}`,{method:"POST",body:i}),d=await V(h);if("data"in d&&d.data){const f=(u=d.data.signin_attempts)==null?void 0:u.find(p=>p.id===a.id);return f&&o(f),d.data}else throw new Error("Profile completion failed")},identify:async s=>{const i=new FormData;i.append("identifier",s);const h=await e("/auth/identify",{method:"POST",body:i});return(await V(h)).data},initEnterpriseSso:async(s,i)=>{const h=new URLSearchParams({connection_id:s});i&&h.append("redirect_uri",i);const d=await e(`/auth/sso/login?${h.toString()}`,{method:"POST"});return(await V(d)).data}},discardSignInAttempt:()=>{o(null)},setSignInAttempt:o}}function xa(e){const{loading:r,signIn:a,signinAttempt:o,discardSignInAttempt:s,setSignInAttempt:i}=e0();if(r)return{loading:!0,signIn:null,signinAttempt:null,discardSignInAttempt:s,setSignInAttempt:i};const h=(()=>{switch(e){case"username":return a.createStrategy("username");case"email":return a.createStrategy("email");case"phone":return a.createStrategy("phone");case"email_otp":return a.createStrategy("email_otp");case"magic_link":return a.createStrategy("magic_link");case"oauth":return a.createStrategy("oauth");case"passkey":return a.createStrategy("passkey");case"generic":return a.createStrategy("generic");default:throw new Error("Invalid sign-in strategy")}})();return{loading:!1,signinAttempt:o,signIn:{create:h,completeVerification:a.completeVerification,prepareVerification:a.prepareVerification,completeProfile:a.completeProfile,identify:a.identify,initEnterpriseSso:a.initEnterpriseSso},discardSignInAttempt:s,setSignInAttempt:i}}function Fu(e,r,a){return{create:async o=>{var d,u,f;const s=new FormData;for(const[p,m]of Object.entries(o))s.append(p,m);const i=await e("/auth/signup",{method:"POST",body:s}),h=await V(i);return"data"in h&&((u=(d=h.data)==null?void 0:d.signup_attempts)!=null&&u.length)&&a(((f=h.data.signup_attempts)==null?void 0:f.at(-1))||null),h},prepareVerification:async o=>{var h;const s=new URL("/auth/prepare-verification",window.location.origin);s.searchParams.set("attempt_identifier",((h=r==null?void 0:r.id)==null?void 0:h.toString())||""),s.searchParams.set("strategy",o.strategy),s.searchParams.set("identifier_type","signup"),o.strategy==="phone_otp"&&o.lastDigits?s.searchParams.set("last_digits",o.lastDigits):o.strategy==="email_otp"&&o.redirectUri&&s.searchParams.set("redirect_uri",o.redirectUri);const i=await e(s.pathname+s.search,{method:"POST"});return V(i)},completeVerification:async o=>{var d,u;const s=new FormData;s.append("verification_code",o);const i=await e(`/auth/attempt-verification?attempt_identifier=${r==null?void 0:r.id}&identifier_type=signup`,{method:"POST",body:s}),h=await V(i);return"data"in h&&((u=(d=h.data)==null?void 0:d.signup_attempts)!=null&&u.length)&&a(h.data.signup_attempts.at(-1)||null),h},validateDeploymentInvitation:async o=>{try{const s=await e(`/deployment/invitations/validate?token=${encodeURIComponent(o)}`,{method:"GET"}),i=await V(s);return"data"in i&&i.data?i.data:{valid:!1,message:"Failed to validate invitation",error_code:"VALIDATION_ERROR"}}catch(s){return{valid:!1,message:s.message||"Failed to validate invitation",error_code:"NETWORK_ERROR"}}}}}function t0(){const{client:e,loading:r}=je(),[a,o]=c.useState(null);return r?{loading:!0,signUp:null,signupAttempt:null,discardSignupAttempt:()=>{o(null)}}:{loading:!1,signupAttempt:a,discardSignupAttempt:()=>{o(null)},signUp:Fu(e,a,o)}}var Ra={exports:{}},On={};/**
|
|
2
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),c=require("react"),kn=require("react-dom"),Ns=require("@wacht/types");function bu(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const a in e)if(a!=="default"){const o=Object.getOwnPropertyDescriptor(e,a);Object.defineProperty(r,a,o.get?o:{enumerable:!0,get:()=>e[a]})}}return r.default=e,Object.freeze(r)}const n=bu(c),Us="__dev_session__",wu="__dev_session_updated_at",yu="__dev_session_updated_at";function Xr(){return typeof window<"u"&&typeof document<"u"}function Bs(e){if(!Xr())return null;const r=document.cookie?document.cookie.split(";"):[];for(const a of r){const[o,...s]=a.trim().split("=");if(o===e)return decodeURIComponent(s.join("="))}return null}function Ws(e,r){Xr()&&(document.cookie=`${e}=${encodeURIComponent(r)}; Path=/; Secure; SameSite=Lax`)}function Fo(e){if(!Xr())return null;try{return window.localStorage.getItem(e)}catch{return null}}function vn(e,r){if(Xr())try{window.localStorage.setItem(e,r)}catch{}}function Gs(e){if(!e)return 0;const r=Number(e);return Number.isFinite(r)?r:0}function ju(e){const r=e==null?void 0:e.trim();if(!r)return null;try{return new URL(r.includes("://")?r:`https://${r}`).host.toLowerCase()}catch{return r.toLowerCase().replace(/\/+$/,"")}}function _u(e){const r=ju(e);if(!r)return"";const a=r.replace(/[^a-z0-9]+/g,"_").replace(/^_+|_+$/g,"").slice(0,64);return a?`_${a}`:""}function Jl(e){const r=_u(e);return{cookie:`${Us}${r}`,updatedAtCookie:`${wu}${r}`,storage:`${Us}${r}`,updatedAtStorage:`${yu}${r}`}}function ku(e){const r=Bs(e.cookie);if(!r)return null;const a=Gs(Bs(e.updatedAtCookie)),o=Fo(e.storage),s=Gs(Fo(e.updatedAtStorage)),i=a>s||a===0&&r!==o;return(!o||i)&&(vn(e.storage,r),vn(e.updatedAtStorage,String(a||Date.now()))),r}function ut(e){if(!Xr())return null;const r=Jl(e),a=ku(r);return a||Fo(r.storage)}function cn(e,r){if(!Xr()||!e)return;const a=Jl(r),o=Date.now();Ws(a.cookie,e),Ws(a.updatedAtCookie,String(o)),vn(a.storage,e),vn(a.updatedAtStorage,String(o))}const fs=c.createContext(void 0);function Cu({children:e,publicKey:r,adapter:a,uiOverrides:o}){const[s,i]=c.useState(!0),[h,d]=c.useState(null),u=c.useRef(!1);c.useEffect(()=>{async function p(){if(!u.current)try{u.current=!0,i(!0);const[m,g,v]=r.split("_");if(!v)throw new Error("Invalid public key");let b=atob(v),x=g==="test";const w=b;let A=null;if(new URLSearchParams(window.location.search).has("__dev_session__")){A=new URLSearchParams(window.location.search).get("__dev_session__"),cn(A,w);const k=new URL(window.location.href);k.searchParams.delete("__dev_session__"),window.history.replaceState({},"",k.toString())}else A=ut(w),A&&cn(A,w);let j={};const S=new URLSearchParams;x?S.append("__dev_session__",A??""):j={credentials:"include"};const C=await fetch(`${b}/deployment${x?"?":""}${S.toString()}`,j);if(!C.ok){i(!1);return}const _=await C.json();_.data.backend_host=b,o&&(_.data.ui_settings={..._.data.ui_settings,...o}),d(_.data),x&&C.headers.get("x-development-session")&&cn(C.headers.get("x-development-session"),w),i(!1)}catch{i(!1)}}p()},[r,o]);const f=c.useMemo(()=>({loading:s,deployment:h,adapter:a}),[s,h,a]);return t.jsx(fs.Provider,{value:f,children:e})}async function V(e){if(!e.ok){let a=`HTTP ${e.status}: ${e.statusText}`,o;try{const i=await e.json();i.errors&&i.errors.length>0?(a=i.errors[0].message||a,o=i.errors[0].code):i.message&&(a=i.message)}catch{}const s=new Error(a);throw o&&(s.code=o),s}return{data:(await e.json()).data}}function Ee(){const e=c.useContext(fs);if(e===void 0)throw new Error("useDeployment must be used within a DeploymentProvider");if(!e.loading&&!e.deployment)throw new Error("Deployment is not loaded");return e}function _e(){const{deployment:e,loading:r}=Ee(),a=c.useCallback(async(o,s)=>{if(r||!e)throw new Error("Deployment is loading");const i=Su(e),h=new Headers(i.headers);s!=null&&s.headers&&new Headers(s.headers).forEach((p,m)=>{h.set(m,p)});const d=new URL(`${e.backend_host??""}${o}`);e.mode==="staging"&&d.searchParams.append("__dev_session__",ut(e.backend_host)??"");const u=await fetch(d,{...i,...s,headers:h});return e.mode==="staging"&&u.headers.get("x-development-session")&&cn(u.headers.get("x-development-session"),e.backend_host),u},[e,r]);return c.useMemo(()=>({client:a,loading:r}),[a,r])}function Su(e){return e.mode==="staging"?{}:{credentials:"include"}}var Xl=(e=>(e.XOauth="x_oauth",e.GithubOauth="github_oauth",e.GitlabOauth="gitlab_oauth",e.GoogleOauth="google_oauth",e.FacebookOauth="facebook_oauth",e.MicrosoftOauth="microsoft_oauth",e.LinkedinOauth="linkedin_oauth",e.DiscordOauth="discord_oauth",e.AppleOauth="apple_oauth",e))(Xl||{});function Eu(e,r){const a={username:Au(e,r),email:zu(e,r),phone:$u(e,r),email_otp:Mu(e,r),magic_link:Lu(e,r),oauth:Ru(e),passkey:Pu(e),generic:Tu(e,r)};return function(s){return a[s]}}function Au(e,r){return async({username:a,password:o})=>{var d,u;const s=new FormData;s.append("strategy","plain_username"),s.append("username",a),s.append("password",o);const i=await e("/auth/signin",{method:"POST",body:s}),h=await V(i);return"data"in h&&((u=(d=h.data)==null?void 0:d.signin_attempts)!=null&&u.length)&&r(h.data.signin_attempts.at(-1)||null),h}}function zu(e,r){return async({email:a,password:o})=>{var d,u;const s=new FormData;s.append("strategy","plain_email"),s.append("email",a),s.append("password",o);const i=await e("/auth/signin",{method:"POST",body:s}),h=await V(i);return"data"in h&&((u=(d=h.data)==null?void 0:d.signin_attempts)!=null&&u.length)&&r(h.data.signin_attempts.at(-1)||null),h}}function $u(e,r){return async({phone:a})=>{var h,d;const o=new FormData;o.append("strategy","phone_otp"),o.append("phone",a);const s=await e("/auth/signin",{method:"POST",body:o}),i=await V(s);return"data"in i&&((d=(h=i.data)==null?void 0:h.signin_attempts)!=null&&d.length)&&r(i.data.signin_attempts.at(-1)||null),i}}function Mu(e,r){return async({email:a})=>{var h,d;const o=new FormData;o.append("strategy","email_otp"),o.append("email",a);const s=await e("/auth/signin",{method:"POST",body:o}),i=await V(s);return"data"in i&&((d=(h=i.data)==null?void 0:h.signin_attempts)!=null&&d.length)&&r(i.data.signin_attempts.at(-1)||null),i}}function Lu(e,r){return async({email:a})=>{var h,d;const o=new FormData;o.append("strategy","magic_link"),o.append("email",a);const s=await e("/auth/signin",{method:"POST",body:o}),i=await V(s);return"data"in i&&((d=(h=i.data)==null?void 0:h.signin_attempts)!=null&&d.length)&&r(i.data.signin_attempts.at(-1)||null),i}}function Ru(e){return async({provider:r,redirectUri:a})=>{const o=new URLSearchParams({provider:r});a&&o.append("redirect_uri",a);const s=await e(`/auth/oauth2/init?${o.toString()}`,{method:"POST"}),i=await V(s);return"data"in i&&i.data.oauth_url&&(window.location.href=i.data.oauth_url),i}}function oa(e){const r=new Uint8Array(e);let a="";for(let o=0;o<r.length;o++)a+=String.fromCharCode(r[o]);return btoa(a).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function qs(e){const r=e.replace(/-/g,"+").replace(/_/g,"/"),a=r.padEnd(r.length+(4-r.length%4)%4,"="),o=atob(a),s=new Uint8Array(o.length);for(let i=0;i<o.length;i++)s[i]=o.charCodeAt(i);return s.buffer}function Pu(e){return async()=>{var f;const r=await e("/auth/passkey/login/begin",{method:"POST"}),a=await V(r);if(!("data"in a))return a;const o=a.data.options.publicKey,s={challenge:qs(o.challenge),timeout:o.timeout,rpId:o.rpId,userVerification:o.userVerification,allowCredentials:(f=o.allowCredentials)==null?void 0:f.map(p=>({type:p.type,id:qs(p.id),transports:p.transports}))};let i;try{const p=await navigator.credentials.get({publicKey:s});if(!p)throw new Error("Failed to get credential");i=p}catch(p){throw p.name==="NotAllowedError"?new Error("No passkey found on this device. Please try a different sign-in method."):p.name==="AbortError"?new Error("Passkey sign-in was cancelled."):p}const h=i.response,d=new FormData;d.append("id",i.id),d.append("rawId",oa(i.rawId)),d.append("type",i.type),d.append("clientDataJSON",oa(h.clientDataJSON)),d.append("authenticatorData",oa(h.authenticatorData)),d.append("signature",oa(h.signature)),h.userHandle&&d.append("userHandle",oa(h.userHandle));const u=await e("/auth/passkey/login/finish",{method:"POST",body:d});return V(u)}}function Tu(e,r){return async({email:a,username:o,password:s,phone:i,strategy:h})=>{var p,m;const d=new FormData;h&&d.append("strategy",h),a&&d.append("email",a),o&&d.append("username",o),s&&d.append("password",s),i&&d.append("phone",i);const u=await e("/auth/signin",{method:"POST",body:d}),f=await V(u);return"data"in f&&((m=(p=f.data)==null?void 0:p.signin_attempts)!=null&&m.length)&&r(f.data.signin_attempts.at(-1)||null),f}}function e0(){const{client:e,loading:r}=_e(),[a,o]=c.useState(null);return r?{loading:!0,signIn:null,signinAttempt:null,discardSignInAttempt:()=>{o(null)},setSignInAttempt:o}:{loading:!1,signinAttempt:a,signIn:{createStrategy:Eu(e,o),completeVerification:async s=>{var u,f;const i=new FormData;i.append("verification_code",s);const h=await e(`/auth/attempt-verification?attempt_identifier=${a==null?void 0:a.id}&identifier_type=signin`,{method:"POST",body:i}),d=await V(h);if("data"in d&&((f=(u=d.data)==null?void 0:u.signin_attempts)!=null&&f.length)){const p=d.data.signin_attempts.at(-1);return o(p||null),d.data}else throw new Error("Verification failed")},prepareVerification:async s=>{var d;const i=new URL("/auth/prepare-verification",window.location.origin);i.searchParams.set("attempt_identifier",((d=a==null?void 0:a.id)==null?void 0:d.toString())||""),i.searchParams.set("strategy",s.strategy),i.searchParams.set("identifier_type","signin"),s.strategy==="phone_otp"&&s.lastDigits?i.searchParams.set("last_digits",s.lastDigits):(s.strategy==="email_otp"&&s.redirectUri||s.strategy==="magic_link"&&s.redirectUri)&&i.searchParams.set("redirect_uri",s.redirectUri);const h=await e(i.pathname+i.search,{method:"POST"});return V(h)},completeProfile:async s=>{var u;if(!a)throw new Error("No signin attempt found");const i=new FormData;for(const[f,p]of Object.entries(s))p&&i.append(f,p);const h=await e(`/auth/complete-profile?attempt_id=${a.id}`,{method:"POST",body:i}),d=await V(h);if("data"in d&&d.data){const f=(u=d.data.signin_attempts)==null?void 0:u.find(p=>p.id===a.id);return f&&o(f),d.data}else throw new Error("Profile completion failed")},identify:async s=>{const i=new FormData;i.append("identifier",s);const h=await e("/auth/identify",{method:"POST",body:i});return(await V(h)).data},initEnterpriseSso:async(s,i)=>{const h=new URLSearchParams({connection_id:s});i&&h.append("redirect_uri",i);const d=await e(`/auth/sso/login?${h.toString()}`,{method:"POST"});return(await V(d)).data}},discardSignInAttempt:()=>{o(null)},setSignInAttempt:o}}function xa(e){const{loading:r,signIn:a,signinAttempt:o,discardSignInAttempt:s,setSignInAttempt:i}=e0();if(r)return{loading:!0,signIn:null,signinAttempt:null,discardSignInAttempt:s,setSignInAttempt:i};const h=(()=>{switch(e){case"username":return a.createStrategy("username");case"email":return a.createStrategy("email");case"phone":return a.createStrategy("phone");case"email_otp":return a.createStrategy("email_otp");case"magic_link":return a.createStrategy("magic_link");case"oauth":return a.createStrategy("oauth");case"passkey":return a.createStrategy("passkey");case"generic":return a.createStrategy("generic");default:throw new Error("Invalid sign-in strategy")}})();return{loading:!1,signinAttempt:o,signIn:{create:h,completeVerification:a.completeVerification,prepareVerification:a.prepareVerification,completeProfile:a.completeProfile,identify:a.identify,initEnterpriseSso:a.initEnterpriseSso},discardSignInAttempt:s,setSignInAttempt:i}}function Fu(e,r,a){return{create:async o=>{var d,u,f;const s=new FormData;for(const[p,m]of Object.entries(o))s.append(p,m);const i=await e("/auth/signup",{method:"POST",body:s}),h=await V(i);return"data"in h&&((u=(d=h.data)==null?void 0:d.signup_attempts)!=null&&u.length)&&a(((f=h.data.signup_attempts)==null?void 0:f.at(-1))||null),h},prepareVerification:async o=>{var h;const s=new URL("/auth/prepare-verification",window.location.origin);s.searchParams.set("attempt_identifier",((h=r==null?void 0:r.id)==null?void 0:h.toString())||""),s.searchParams.set("strategy",o.strategy),s.searchParams.set("identifier_type","signup"),o.strategy==="phone_otp"&&o.lastDigits?s.searchParams.set("last_digits",o.lastDigits):o.strategy==="email_otp"&&o.redirectUri&&s.searchParams.set("redirect_uri",o.redirectUri);const i=await e(s.pathname+s.search,{method:"POST"});return V(i)},completeVerification:async o=>{var d,u;const s=new FormData;s.append("verification_code",o);const i=await e(`/auth/attempt-verification?attempt_identifier=${r==null?void 0:r.id}&identifier_type=signup`,{method:"POST",body:s}),h=await V(i);return"data"in h&&((u=(d=h.data)==null?void 0:d.signup_attempts)!=null&&u.length)&&a(h.data.signup_attempts.at(-1)||null),h},validateDeploymentInvitation:async o=>{try{const s=await e(`/deployment/invitations/validate?token=${encodeURIComponent(o)}`,{method:"GET"}),i=await V(s);return"data"in i&&i.data?i.data:{valid:!1,message:"Failed to validate invitation",error_code:"VALIDATION_ERROR"}}catch(s){return{valid:!1,message:s.message||"Failed to validate invitation",error_code:"NETWORK_ERROR"}}}}}function t0(){const{client:e,loading:r}=_e(),[a,o]=c.useState(null);return r?{loading:!0,signUp:null,signupAttempt:null,discardSignupAttempt:()=>{o(null)}}:{loading:!1,signupAttempt:a,discardSignupAttempt:()=>{o(null)},signUp:Fu(e,a,o)}}var Ra={exports:{}},On={};/**
|
|
3
3
|
* @license React
|
|
4
4
|
* use-sync-external-store-shim.production.js
|
|
5
5
|
*
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*
|
|
16
16
|
* This source code is licensed under the MIT license found in the
|
|
17
17
|
* LICENSE file in the root directory of this source tree.
|
|
18
|
-
*/var Ys;function Iu(){return Ys||(Ys=1,process.env.NODE_ENV!=="production"&&(function(){function e(v,b){return v===b&&(v!==0||1/v===1/b)||v!==v&&b!==b}function r(v,b){p||s.startTransition===void 0||(p=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var x=b();if(!m){var w=b();i(x,w)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),m=!0)}w=h({inst:{value:x,getSnapshot:b}});var A=w[0].inst,j=w[1];return u(function(){A.value=x,A.getSnapshot=b,a(A)&&j({inst:A})},[v,x,b]),d(function(){return a(A)&&j({inst:A}),v(function(){a(A)&&j({inst:A})})},[v]),f(x),x}function a(v){var b=v.getSnapshot;v=v.value;try{var x=b();return!i(v,x)}catch{return!0}}function o(v,b){return b()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var s=c,i=typeof Object.is=="function"?Object.is:e,h=s.useState,d=s.useEffect,u=s.useLayoutEffect,f=s.useDebugValue,p=!1,m=!1,g=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?o:r;Hn.useSyncExternalStore=s.useSyncExternalStore!==void 0?s.useSyncExternalStore:g,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),Hn}var Qs;function Ou(){return Qs||(Qs=1,process.env.NODE_ENV==="production"?Ra.exports=Zu():Ra.exports=Iu()),Ra.exports}var Zo=Ou();const r0=0,a0=1,n0=2,Js=3;var Xs=Object.prototype.hasOwnProperty;function Io(e,r){var a,o;if(e===r)return!0;if(e&&r&&(a=e.constructor)===r.constructor){if(a===Date)return e.getTime()===r.getTime();if(a===RegExp)return e.toString()===r.toString();if(a===Array){if((o=e.length)===r.length)for(;o--&&Io(e[o],r[o]););return o===-1}if(!a||typeof e=="object"){o=0;for(a in e)if(Xs.call(e,a)&&++o&&!Xs.call(r,a)||!(a in r)||!Io(e[a],r[a]))return!1;return Object.keys(r).length===o}}return e!==e&&r!==r}const Pt=new WeakMap,Wt=()=>{},dt=Wt(),Oo=Object,Ce=e=>e===dt,zt=e=>typeof e=="function",rr=(e,r)=>({...e,...r}),o0=e=>zt(e.then),Vn={},Pa={},ms="undefined",Sa=typeof window!=ms,Ho=typeof document!=ms,Hu=Sa&&"Deno"in window,Vu=()=>Sa&&typeof window.requestAnimationFrame!=ms,Xt=(e,r)=>{const a=Pt.get(e);return[()=>!Ce(r)&&e.get(r)||Vn,o=>{if(!Ce(r)){const s=e.get(r);r in Pa||(Pa[r]=s),a[5](r,rr(s,o),s||Vn)}},a[6],()=>!Ce(r)&&r in Pa?Pa[r]:!Ce(r)&&e.get(r)||Vn]};let Vo=!0;const Du=()=>Vo,[Do,No]=Sa&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[Wt,Wt],Nu=()=>{const e=Ho&&document.visibilityState;return Ce(e)||e!=="hidden"},Uu=e=>(Ho&&document.addEventListener("visibilitychange",e),Do("focus",e),()=>{Ho&&document.removeEventListener("visibilitychange",e),No("focus",e)}),Bu=e=>{const r=()=>{Vo=!0,e()},a=()=>{Vo=!1};return Do("online",r),Do("offline",a),()=>{No("online",r),No("offline",a)}},Wu={isOnline:Du,isVisible:Nu},Gu={initFocus:Uu,initReconnect:Bu},ei=!c.useId,Gr=!Sa||Hu,qu=e=>Vu()?window.requestAnimationFrame(e):setTimeout(e,1),ln=Gr?c.useEffect:c.useLayoutEffect,Dn=typeof navigator<"u"&&navigator.connection,ti=!Gr&&Dn&&(["slow-2g","2g"].includes(Dn.effectiveType)||Dn.saveData),Ta=new WeakMap,Ku=e=>Oo.prototype.toString.call(e),Nn=(e,r)=>e===`[object ${r}]`;let Yu=0;const Uo=e=>{const r=typeof e,a=Ku(e),o=Nn(a,"Date"),s=Nn(a,"RegExp"),i=Nn(a,"Object");let h,d;if(Oo(e)===e&&!o&&!s){if(h=Ta.get(e),h)return h;if(h=++Yu+"~",Ta.set(e,h),Array.isArray(e)){for(h="@",d=0;d<e.length;d++)h+=Uo(e[d])+",";Ta.set(e,h)}if(i){h="#";const u=Oo.keys(e).sort();for(;!Ce(d=u.pop());)Ce(e[d])||(h+=d+":"+Uo(e[d])+",");Ta.set(e,h)}}else h=o?e.toJSON():r=="symbol"?e.toString():r=="string"?JSON.stringify(e):""+e;return h},ja=e=>{if(zt(e))try{e=e()}catch{e=""}const r=e;return e=typeof e=="string"?e:(Array.isArray(e)?e.length:e)?Uo(e):"",[e,r]};let Qu=0;const Bo=()=>++Qu;async function s0(...e){const[r,a,o,s]=e,i=rr({populateCache:!0,throwOnError:!0},typeof s=="boolean"?{revalidate:s}:s||{});let h=i.populateCache;const d=i.rollbackOnError;let u=i.optimisticData;const f=g=>typeof d=="function"?d(g):d!==!1,p=i.throwOnError;if(zt(a)){const g=a,v=[],b=r.keys();for(const x of b)!/^\$(inf|sub)\$/.test(x)&&g(r.get(x)._k)&&v.push(x);return Promise.all(v.map(m))}return m(a);async function m(g){const[v]=ja(g);if(!v)return;const[b,x]=Xt(r,v),[w,A,j,S]=Pt.get(r),C=()=>{const M=w[v];return(zt(i.revalidate)?i.revalidate(b().data,g):i.revalidate!==!1)&&(delete j[v],delete S[v],M&&M[0])?M[0](n0).then(()=>b().data):b().data};if(e.length<3)return C();let _=o,k,y=!1;const $=Bo();A[v]=[$,0];const z=!Ce(u),Z=b(),O=Z.data,R=Z._c,P=Ce(R)?O:R;if(z&&(u=zt(u)?u(P,O):u,x({data:u,_c:P})),zt(_))try{_=_(P)}catch(M){k=M,y=!0}if(_&&o0(_))if(_=await _.catch(M=>{k=M,y=!0}),$!==A[v][0]){if(y)throw k;return _}else y&&z&&f(k)&&(h=!0,x({data:P,_c:dt}));if(h&&!y)if(zt(h)){const M=h(_,P);x({data:M,error:dt,_c:dt})}else x({data:_,error:dt,_c:dt});if(A[v][1]=Bo(),Promise.resolve(C()).then(()=>{x({_c:dt})}),y){if(p)throw k;return}return _}}const ri=(e,r)=>{for(const a in e)e[a][0]&&e[a][0](r)},Ju=(e,r)=>{if(!Pt.has(e)){const a=rr(Gu,r),o=Object.create(null),s=s0.bind(dt,e);let i=Wt;const h=Object.create(null),d=(p,m)=>{const g=h[p]||[];return h[p]=g,g.push(m),()=>g.splice(g.indexOf(m),1)},u=(p,m,g)=>{e.set(p,m);const v=h[p];if(v)for(const b of v)b(m,g)},f=()=>{if(!Pt.has(e)&&(Pt.set(e,[o,Object.create(null),Object.create(null),Object.create(null),s,u,d]),!Gr)){const p=a.initFocus(setTimeout.bind(dt,ri.bind(dt,o,r0))),m=a.initReconnect(setTimeout.bind(dt,ri.bind(dt,o,a0)));i=()=>{p&&p(),m&&m(),Pt.delete(e)}}};return f(),[e,s,f,i]}return[e,Pt.get(e)[4]]},Xu=(e,r,a,o,s)=>{const i=a.errorRetryCount,h=s.retryCount,d=~~((Math.random()+.5)*(1<<(h<8?h:8)))*a.errorRetryInterval;!Ce(i)&&h>i||setTimeout(o,d,s)},e2=Io,[gs,ha]=Ju(new Map),t2=rr({onLoadingSlow:Wt,onSuccess:Wt,onError:Wt,onErrorRetry:Xu,onDiscarded:Wt,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:ti?1e4:5e3,focusThrottleInterval:5*1e3,dedupingInterval:2*1e3,loadingTimeout:ti?5e3:3e3,compare:e2,isPaused:()=>!1,cache:gs,mutate:ha,fallback:{}},Wu),r2=(e,r)=>{const a=rr(e,r);if(r){const{use:o,fallback:s}=e,{use:i,fallback:h}=r;o&&i&&(a.use=o.concat(i)),s&&h&&(a.fallback=rr(s,h))}return a},a2=c.createContext({}),i0="$inf$",c0=Sa&&window.__SWR_DEVTOOLS_USE__,n2=c0?window.__SWR_DEVTOOLS_USE__:[],o2=()=>{c0&&(window.__SWR_DEVTOOLS_REACT__=c)},l0=e=>zt(e[1])?[e[0],e[1],e[2]||{}]:[e[0],null,(e[1]===null?e[2]:e[1])||{}],d0=()=>{const e=c.useContext(a2);return c.useMemo(()=>rr(t2,e),[e])},s2=e=>(r,a,o)=>e(r,a&&((...i)=>{const[h]=ja(r),[,,,d]=Pt.get(gs);if(h.startsWith(i0))return a(...i);const u=d[h];return Ce(u)?a(...i):(delete d[h],u)}),o),i2=n2.concat(s2),c2=e=>function(...a){const o=d0(),[s,i,h]=l0(a),d=r2(o,h);let u=e;const{use:f}=d,p=(f||[]).concat(i2);for(let m=p.length;m--;)u=p[m](u);return u(s,i||d.fetcher||null,d)},l2=(e,r,a)=>{const o=r[e]||(r[e]=[]);return o.push(a),()=>{const s=o.indexOf(a);s>=0&&(o[s]=o[o.length-1],o.pop())}},d2=(e,r)=>(...a)=>{const[o,s,i]=l0(a),h=(i.use||[]).concat(r);return e(o,s,{...i,use:h})};o2();const Un=c.use||(e=>{switch(e.status){case"pending":throw e;case"fulfilled":return e.value;case"rejected":throw e.reason;default:throw e.status="pending",e.then(r=>{e.status="fulfilled",e.value=r},r=>{e.status="rejected",e.reason=r}),e}}),Bn={dedupe:!0},ai=Promise.resolve(dt),u2=()=>Wt,p2=(e,r,a)=>{const{cache:o,compare:s,suspense:i,fallbackData:h,revalidateOnMount:d,revalidateIfStale:u,refreshInterval:f,refreshWhenHidden:p,refreshWhenOffline:m,keepPreviousData:g,strictServerPrefetchWarning:v}=a,[b,x,w,A]=Pt.get(o),[j,S]=ja(e),C=c.useRef(!1),_=c.useRef(!1),k=c.useRef(j),y=c.useRef(r),$=c.useRef(a),z=()=>$.current,Z=()=>z().isVisible()&&z().isOnline(),[O,R,P,M]=Xt(o,j),E=c.useRef({}).current,F=Ce(h)?Ce(a.fallback)?dt:a.fallback[j]:h,L=(ee,de)=>{for(const ne in E){const K=ne;if(K==="data"){if(!s(ee[K],de[K])&&(!Ce(ee[K])||!s(ie,de[K])))return!1}else if(de[K]!==ee[K])return!1}return!0},H=!C.current,I=c.useMemo(()=>{const ee=O(),de=M(),ne=D=>{const B=rr(D);return delete B._k,(()=>{if(!j||!r||z().isPaused())return!1;if(H&&!Ce(d))return d;const ce=Ce(F)?B.data:F;return Ce(ce)||u})()?{isValidating:!0,isLoading:!0,...B}:B},K=ne(ee),he=ee===de?K:ne(de);let W=K;return[()=>{const D=ne(O());return L(D,W)?(W.data=D.data,W.isLoading=D.isLoading,W.isValidating=D.isValidating,W.error=D.error,W):(W=D,D)},()=>he]},[o,j]),T=Zo.useSyncExternalStore(c.useCallback(ee=>P(j,(de,ne)=>{L(ne,de)||ee()}),[o,j]),I[0],I[1]),Q=b[j]&&b[j].length>0,N=T.data,G=Ce(N)?F&&o0(F)?Un(F):F:N,J=T.error,X=c.useRef(G),ie=g?Ce(N)?Ce(X.current)?G:X.current:N:G,pe=j&&Ce(G),re=c.useRef(null);!Gr&&Zo.useSyncExternalStore(u2,()=>(re.current=!1,re),()=>(re.current=!0,re));const xe=re.current;v&&xe&&!i&&pe&&console.warn(`Missing pre-initiated data for serialized key "${j}" during server-side rendering. Data fetching should be initiated on the server and provided to SWR via fallback data. You can set "strictServerPrefetchWarning: false" to disable this warning.`);const ae=!j||!r||z().isPaused()||Q&&!Ce(J)?!1:H&&!Ce(d)?d:i?Ce(G)?!1:u:Ce(G)||u,q=H&&ae,We=Ce(T.isValidating)?q:T.isValidating,Ie=Ce(T.isLoading)?q:T.isLoading,Be=c.useCallback(async ee=>{const de=y.current;if(!j||!de||_.current||z().isPaused())return!1;let ne,K,he=!0;const W=ee||{},D=!w[j]||!W.dedupe,B=()=>ei?!_.current&&j===k.current&&C.current:j===k.current,fe={isValidating:!1,isLoading:!1},ce=()=>{R(fe)},me=()=>{const qe=w[j];qe&&qe[1]===K&&delete w[j]},Oe={isValidating:!0};Ce(O().data)&&(Oe.isLoading=!0);try{if(D&&(R(Oe),a.loadingTimeout&&Ce(O().data)&&setTimeout(()=>{he&&B()&&z().onLoadingSlow(j,a)},a.loadingTimeout),w[j]=[de(S),Bo()]),[ne,K]=w[j],ne=await ne,D&&setTimeout(me,a.dedupingInterval),!w[j]||w[j][1]!==K)return D&&B()&&z().onDiscarded(j),!1;fe.error=dt;const qe=x[j];if(!Ce(qe)&&(K<=qe[0]||K<=qe[1]||qe[1]===0))return ce(),D&&B()&&z().onDiscarded(j),!1;const Ke=O().data;fe.data=s(Ke,ne)?Ke:ne,D&&B()&&z().onSuccess(ne,j,a)}catch(qe){me();const Ke=z(),{shouldRetryOnError:ot}=Ke;Ke.isPaused()||(fe.error=qe,D&&B()&&(Ke.onError(qe,j,Ke),(ot===!0||zt(ot)&&ot(qe))&&(!z().revalidateOnFocus||!z().revalidateOnReconnect||Z())&&Ke.onErrorRetry(qe,j,Ke,Dt=>{const jt=b[j];jt&&jt[0]&&jt[0](Js,Dt)},{retryCount:(W.retryCount||0)+1,dedupe:!0})))}return he=!1,ce(),!0},[j,o]),De=c.useCallback((...ee)=>s0(o,k.current,...ee),[]);if(ln(()=>{y.current=r,$.current=a,Ce(N)||(X.current=N)}),ln(()=>{if(!j)return;const ee=Be.bind(dt,Bn);let de=0;z().revalidateOnFocus&&(de=Date.now()+z().focusThrottleInterval);const K=l2(j,b,(he,W={})=>{if(he==r0){const D=Date.now();z().revalidateOnFocus&&D>de&&Z()&&(de=D+z().focusThrottleInterval,ee())}else if(he==a0)z().revalidateOnReconnect&&Z()&&ee();else{if(he==n0)return Be();if(he==Js)return Be(W)}});return _.current=!1,k.current=j,C.current=!0,R({_k:S}),ae&&(w[j]||(Ce(G)||Gr?ee():qu(ee))),()=>{_.current=!0,K()}},[j]),ln(()=>{let ee;function de(){const K=zt(f)?f(O().data):f;K&&ee!==-1&&(ee=setTimeout(ne,K))}function ne(){!O().error&&(p||z().isVisible())&&(m||z().isOnline())?Be(Bn).then(de):de()}return de(),()=>{ee&&(clearTimeout(ee),ee=-1)}},[f,p,m,j]),c.useDebugValue(ie),i){if(!ei&&Gr&&pe)throw new Error("Fallback data is required when using Suspense in SSR.");pe&&(y.current=r,$.current=a,_.current=!1);const ee=A[j],de=!Ce(ee)&&pe?De(ee):ai;if(Un(de),!Ce(J)&&pe)throw J;const ne=pe?Be(Bn):ai;!Ce(ie)&&pe&&(ne.status="fulfilled",ne.value=!0),Un(ne)}return{mutate:De,get data(){return E.data=!0,ie},get error(){return E.error=!0,J},get isValidating(){return E.isValidating=!0,We},get isLoading(){return E.isLoading=!0,Ie}}},Ae=c2(p2),bt=()=>{const{adapter:e,deployment:r}=Se(),a=e.useNavigate(),o=(u,f)=>{a?a(u,f):window.location.href=u},s=u=>{if(u)return u;const p=new URLSearchParams(window.location.search).get("redirect_uri");return p||window.location.href};return{navigate:o,navigateToSignIn:u=>{if(!r)return;const f=s(u),p=new URLSearchParams;p.set("redirect_uri",f),(r==null?void 0:r.mode)==="staging"&&p.set("__dev_session__",ut(r.backend_host)??""),o(`${r.ui_settings.sign_in_page_url}?${p.toString()}`,{replace:!0})},navigateToAccountSelection:u=>{if(!r)return;const f=s(u),p=new URLSearchParams;p.set("redirect_uri",f),(r==null?void 0:r.mode)==="staging"&&p.set("__dev_session__",ut(r.backend_host)??""),o(`https://${r.frontend_host}?${p.toString()}`,{replace:!0})},navigateToSignUp:u=>{if(!r)return;const f=s(u),p=new URLSearchParams;p.set("redirect_uri",f),(r==null?void 0:r.mode)==="staging"&&p.set("__dev_session__",ut(r.backend_host)??""),o(`${r.ui_settings.sign_up_page_url}?${p.toString()}`,{replace:!0})}}};async function h2(e){const r=await e("/session",{method:"GET"});return(await V(r)).data}async function f2(e,r){const a=await e(`/session/switch-sign-in?sign_in_id=${r}`,{method:"POST"});return V(a)}async function m2(e,r){const a=r?`/session/sign-out?sign_in_id=${r}`:"/session/sign-out",o=await e(a,{method:"POST"});return V(o)}async function g2(e,r){const a=await e(`/session/switch-organization${r?`?organization_id=${r}`:""}`,{method:"POST"});return V(a)}async function v2(e,r){const a=await e(`/session/switch-workspace?workspace_id=${r}`,{method:"POST"});return V(a)}async function x2(e,r){const a=await e(`/session/ticket/exchange?ticket=${encodeURIComponent(r)}`,{method:"GET"});return V(a)}const Wo=new Map,fa=new Map;function $t(){Wo.clear(),fa.clear()}async function b2(e,r){const a=await e(`/session/token${r?`?template=${r}`:""}`);return V(a)}function nt(){const{client:e,loading:r}=je(),{deployment:a}=Se(),{navigate:o}=bt(),{cache:s}=d0(),{data:i,error:h,mutate:d,isLoading:u}=Ae(r?null:"/session",()=>h2(e),{refreshInterval:3e4,revalidateOnFocus:!1,revalidateOnReconnect:!1,revalidateIfStale:!1,dedupingInterval:5e3}),f=c.useCallback(async()=>{await d(void 0,{revalidate:!0})},[d]),p=c.useCallback(async(m="default")=>{if(!i)throw new Error("no session");const g=Wo.get(m);if(g&&g.expires>Date.now())return(g==null?void 0:g.token)||"";fa.get(m)||fa.set(m,b2(e,m));const v=await fa.get(m);return fa.delete(m),Wo.set(m,v.data),v.data.token},[e,i==null?void 0:i.active_signin]);return r||!i||u?{loading:!0,error:h,session:null,switchSignIn:null,switchOrganization:null,switchWorkspace:null,exchangeTicket:null,signOut:null,getToken:null,refetch:f}:{loading:u,error:h,session:i,switchSignIn:async m=>{await f2(e,m),$t(),await ha("/me/organization-memberships",void 0,{revalidate:!1}),await ha("/me/workspace-memberships",void 0,{revalidate:!1}),await d(void 0,{revalidate:!0}),await ha("/me/organization-memberships"),await ha("/me/workspace-memberships")},signOut:async m=>{await m2(e,m);const g=["/session","/user","/me/signins","/me/organization-memberships","/me/workspace-memberships","wacht-notifications:scope-unread"],v=["wacht-notifications:","wacht-agent-sessions:","wacht-agent-contexts:","wacht-org-domains:","wacht-api-workspaces:","wacht-api-organizations:"];if(s instanceof Map){const b=Array.from(s.keys());for(const x of b){let w=!1;(g.includes(x)||typeof x=="string"&&v.some(A=>x.startsWith(A)))&&(w=!0),w&&s.delete(x)}}$t(),await d(void 0,{revalidate:!0}),a!=null&&a.ui_settings&&(m&&a.ui_settings.after_sign_out_one_page_url?o(a.ui_settings.after_sign_out_one_page_url):!m&&a.ui_settings.after_sign_out_all_page_url&&o(a.ui_settings.after_sign_out_all_page_url))},switchOrganization:async m=>{await g2(e,m),$t(),await d(void 0,{revalidate:!0})},switchWorkspace:async m=>{await v2(e,m),$t(),await d(void 0,{revalidate:!0})},exchangeTicket:async m=>{await x2(e,m),$t(),await d(void 0,{revalidate:!0})},getToken:p,refetch:f}}const Ft=()=>{const{organizationMemberships:e,refetch:r,loading:a}=qt(),{client:o}=je(),{refetch:s}=nt(),i=c.useCallback(async H=>(await V(await o(`/organizations/${H.id}/roles`,{method:"GET"}))).data,[o]),h=c.useCallback(async(H,I)=>{const T=new URLSearchParams;return I&&(T.set("page",I.page.toString()),T.set("limit",I.limit.toString()),I.search&&T.set("search",I.search)),(await V(await o(`/organizations/${H.id}/members?${T.toString()}`,{method:"GET"}))).data},[o]),d=c.useCallback(async H=>(await V(await o(`/organizations/${H.id}/invitations`,{method:"GET"}))).data,[o]),u=c.useCallback(async H=>(await V(await o(`/organizations/${H.id}/domains`,{method:"GET"}))).data,[o]),f=c.useCallback(async(H,I)=>{await o(`/organizations/${H.id}/members/${I.id}/remove`,{method:"POST"})},[o]),p=c.useCallback(async H=>{const I=new FormData;I.append("name",H.name),H.image&&I.append("image",H.image),H.description&&I.append("description",H.description);const T=await V(await o("/organizations",{method:"POST",body:I}));return $t(),await r(),await s(),T},[s,r,o]),m=c.useCallback(async(H,I)=>{const T=Object.entries(I).reduce((N,[G,J])=>(J!=null&&(Array.isArray(J)?J.forEach(X=>N.append(G,X)):N.append(G,J)),N),new FormData),Q=await V(await o(`/organizations/${H.id}/update`,{method:"POST",body:T}));return await r(),Q},[r,o]),g=c.useCallback(async(H,I)=>{await o(`/organizations/${H.id}/roles/${I.id}/remove`,{method:"POST"})},[o]),v=c.useCallback(async(H,I)=>{const T=new FormData;return T.append("domain",I.fqdn),await V(await o(`/organizations/${H.id}/domains`,{method:"POST",body:T}))},[o]),b=c.useCallback(async(H,I)=>await V(await o(`/organizations/${H.id}/domains/${I.id}/verify`,{method:"POST"})),[o]),x=c.useCallback(async(H,I)=>await V(await o(`/organizations/${H.id}/domains/${I.id}/delete`,{method:"POST"})),[o]),w=c.useCallback(async H=>(await V(await o(`/organizations/${H.id}/enterprise-connections`,{method:"GET"}))).data,[o]),A=c.useCallback(async(H,I)=>{const T=new FormData;return T.append("protocol",I.protocol),I.domain_id&&T.append("domain_id",I.domain_id),I.idp_entity_id&&T.append("idp_entity_id",I.idp_entity_id),I.idp_sso_url&&T.append("idp_sso_url",I.idp_sso_url),I.idp_certificate&&T.append("idp_certificate",I.idp_certificate),I.oidc_client_id&&T.append("oidc_client_id",I.oidc_client_id),I.oidc_client_secret&&T.append("oidc_client_secret",I.oidc_client_secret),I.oidc_issuer_url&&T.append("oidc_issuer_url",I.oidc_issuer_url),I.oidc_scopes&&T.append("oidc_scopes",I.oidc_scopes),I.jit_enabled!==void 0&&T.append("jit_enabled",String(I.jit_enabled)),I.attribute_mapping&&T.append("attribute_mapping",JSON.stringify(I.attribute_mapping)),(await V(await o(`/organizations/${H.id}/enterprise-connections`,{method:"POST",body:T}))).data},[o]),j=c.useCallback(async(H,I,T)=>{const Q=new FormData;return T.domain_id&&Q.append("domain_id",T.domain_id),T.idp_entity_id&&Q.append("idp_entity_id",T.idp_entity_id),T.idp_sso_url&&Q.append("idp_sso_url",T.idp_sso_url),T.idp_certificate&&Q.append("idp_certificate",T.idp_certificate),T.oidc_client_id&&Q.append("oidc_client_id",T.oidc_client_id),T.oidc_client_secret&&Q.append("oidc_client_secret",T.oidc_client_secret),T.oidc_issuer_url&&Q.append("oidc_issuer_url",T.oidc_issuer_url),T.oidc_scopes&&Q.append("oidc_scopes",T.oidc_scopes),T.attribute_mapping&&Q.append("attribute_mapping",JSON.stringify(T.attribute_mapping)),(await V(await o(`/organizations/${H.id}/enterprise-connections/${I}/update`,{method:"POST",body:Q}))).data},[o]),S=c.useCallback(async(H,I)=>{await o(`/organizations/${H.id}/enterprise-connections/${I}/delete`,{method:"POST"})},[o]),C=c.useCallback(async(H,I)=>{const T=new FormData;return T.append("protocol",I.protocol),I.idp_entity_id&&T.append("idp_entity_id",I.idp_entity_id),I.idp_sso_url&&T.append("idp_sso_url",I.idp_sso_url),I.idp_certificate&&T.append("idp_certificate",I.idp_certificate),I.oidc_issuer_url&&T.append("oidc_issuer_url",I.oidc_issuer_url),I.oidc_client_id&&T.append("oidc_client_id",I.oidc_client_id),I.oidc_client_secret&&T.append("oidc_client_secret",I.oidc_client_secret),(await V(await o(`/organizations/${H.id}/enterprise-connections/test`,{method:"POST",body:T}))).data},[o]),_=c.useCallback(async(H,I)=>(await V(await o(`/organizations/${H.id}/enterprise-connections/${I}/test`,{method:"POST"}))).data,[o]),k=c.useCallback(async(H,I)=>(await V(await o(`/organizations/${H.id}/enterprise-connections/${I}/scim/token`,{method:"POST"}))).data,[o]),y=c.useCallback(async(H,I)=>(await V(await o(`/organizations/${H.id}/enterprise-connections/${I}/scim/token`,{method:"GET"}))).data,[o]),$=c.useCallback(async(H,I)=>{await o(`/organizations/${H.id}/enterprise-connections/${I}/scim/token/revoke`,{method:"POST"})},[o]),z=c.useCallback(async(H,I)=>{const T=new FormData;return T.append("name",I.name),I.permissions&&I.permissions.forEach((N,G)=>{T.append(`permissions[${G}]`,N)}),await V(await o(`/organizations/${H.id}/roles`,{method:"POST",body:T}))},[o]),Z=c.useCallback(async H=>(await V(await o(`/organizations/${H.id}/leave`,{method:"POST"}))).data,[o]),O=c.useCallback(async H=>{const I=await V(await o(`/organizations/${H.id}/delete`,{method:"POST"}));return $t(),await r(),await s(),I.data},[o,r,s]),R=c.useCallback(async(H,I,T)=>(await V(await o(`/organizations/${H.id}/members/${I.id}/roles/${T.id}/add`,{method:"POST"}))).data,[o]),P=c.useCallback(async(H,I,T)=>(await V(await o(`/organizations/${H.id}/members/${I.id}/roles/${T.id}/remove`,{method:"POST"}))).data,[o]),M=c.useCallback(async(H,I)=>{var N,G;const T=new FormData;return T.append("email",I.email),T.append("role_id",I.organizationRole.id),(N=I.workspace)!=null&&N.id&&T.append("workspace_id",I.workspace.id),(G=I.workspaceRole)!=null&&G.id&&T.append("workspace_role_id",I.workspaceRole.id),(await V(await o(`/organizations/${H.id}/invitations`,{method:"POST",body:T}))).data},[o]),E=c.useCallback(async(H,I)=>(await V(await o(`/organizations/${H.id}/invitations/${I.id}/discard`,{method:"POST"}))).data,[o]),F=c.useCallback(async(H,I)=>(await V(await o(`/organizations/${H.id}/invitations/${I.id}/resend`,{method:"POST"}))).data,[o]);return{organizations:c.useMemo(()=>e==null?void 0:e.map(H=>H.organization),[e]),loading:a,error:null,refetch:r,leaveOrganization:Z,getOrganizationRoles:i,getOrganizationMembers:h,removeOrganizationMember:f,createOrganization:p,getOrganizationInvitations:d,getOrganizationDomains:u,addOrganizationDomain:v,verifyOrganizationDomain:b,removeOrganizationDomain:x,addRoleToOrganizationMember:R,removeRoleFromOrganizationMember:P,inviteOrganizationMember:M,discardOrganizationInvitation:E,resendOrganizationInvitation:F,updateOrganization:m,addRole:z,removeOrganizationRoles:g,deleteOrganization:O,getEnterpriseConnections:w,createEnterpriseConnection:A,updateEnterpriseConnection:j,deleteEnterpriseConnection:S,testEnterpriseConnectionConfig:C,testEnterpriseConnection:_,generateSCIMToken:k,getSCIMToken:y,revokeSCIMToken:$}},or=()=>{const{loading:e,error:r,refetch:a,getOrganizationMembers:o,getOrganizationRoles:s,leaveOrganization:i,removeOrganizationMember:h,getOrganizationInvitations:d,getOrganizationDomains:u,removeOrganizationDomain:f,addOrganizationDomain:p,verifyOrganizationDomain:m,addRoleToOrganizationMember:g,removeRoleFromOrganizationMember:v,inviteOrganizationMember:b,discardOrganizationInvitation:x,resendOrganizationInvitation:w,updateOrganization:A,removeOrganizationRoles:j,getEnterpriseConnections:S,createEnterpriseConnection:C,updateEnterpriseConnection:_,deleteEnterpriseConnection:k,testEnterpriseConnectionConfig:y,testEnterpriseConnection:$,generateSCIMToken:z,getSCIMToken:Z,revokeSCIMToken:O}=Ft(),{session:R,error:P,loading:M}=nt(),{organizationMemberships:E}=qt(),F=c.useMemo(()=>(E==null?void 0:E.find(D=>{var B;return D.id===((B=R==null?void 0:R.active_signin)==null?void 0:B.active_organization_membership_id)}))||null,[E,R]),L=c.useMemo(()=>(F==null?void 0:F.organization)||null,[F]),H=c.useCallback(async D=>L?await A(L,D):[],[L,A]),I=c.useCallback(async()=>L?await o(L):[],[L,o]),T=c.useCallback(async()=>L?await s(L):[],[L,s]),Q=c.useCallback(async D=>L?await h(L,D):[],[L,h]),N=c.useCallback(async D=>L?await j(L,D):void 0,[L,j]),G=c.useCallback(async()=>L?await u(L):[],[L,u]),J=c.useCallback(async D=>L?await p(L,D):void 0,[L,p]),X=c.useCallback(async D=>L?await m(L,D):void 0,[L,m]),ie=c.useCallback(async D=>L?await f(L,D):void 0,[L,f]),pe=c.useCallback(async(D,B)=>L?await g(L,D,B):void 0,[L,g]),re=c.useCallback(async(D,B)=>L?await v(L,D,B):void 0,[L,v]),xe=c.useCallback(async D=>L?await b(L,D):void 0,[L,b]),ae=c.useCallback(async D=>L?await x(L,D):void 0,[L,x]),q=c.useCallback(async D=>L?await w(L,D):void 0,[L,w]),We=c.useCallback(async()=>{L&&await i(L)},[L,i]),Ie=c.useCallback(async()=>L?await d(L):[],[L,d]),Be=c.useCallback(async()=>L?await S(L):[],[L,S]),De=c.useCallback(async D=>{if(L)return await C(L,D)},[L,C]),ve=c.useCallback(async(D,B)=>{if(L)return await _(L,D,B)},[L,_]),ee=c.useCallback(async D=>{L&&await k(L,D)},[L,k]),de=c.useCallback(async D=>L?await y(L,D):null,[L,y]),ne=c.useCallback(async D=>L?await $(L,D):null,[L,$]),K=c.useCallback(async D=>{if(L)return await z(L,D)},[L,z]),he=c.useCallback(async D=>{if(L)return await Z(L,D)},[L,Z]),W=c.useCallback(async D=>{L&&await O(L,D)},[L,O]);return M||e?{activeOrganization:null,activeMembership:null,loading:!0,error:P||r,updateOrganization:null,getRoles:null,getMembers:null,getDomains:null,addDomain:null,verifyDomain:null,removeDomain:null,removeRole:null,getInvitations:null,removeMember:null,addMemberRole:null,removeMemberRole:null,inviteMember:null,discardInvitation:null,resendInvitation:null,leave:null,getEnterpriseConnections:null,createEnterpriseConnection:null,updateEnterpriseConnection:null,deleteEnterpriseConnection:null,generateSCIMToken:null,getSCIMToken:null,revokeSCIMToken:null}:{activeOrganization:L,activeMembership:F,loading:!1,refetch:a,getRoles:T,updateOrganization:H,getMembers:I,getDomains:G,addDomain:J,verifyDomain:X,removeDomain:ie,getInvitations:Ie,removeMember:Q,leave:We,removeRole:N,addMemberRole:pe,removeMemberRole:re,inviteMember:xe,discardInvitation:ae,resendInvitation:q,getEnterpriseConnections:Be,createEnterpriseConnection:De,updateEnterpriseConnection:ve,deleteEnterpriseConnection:ee,testEnterpriseConnectionConfig:de,testEnterpriseConnection:ne,generateSCIMToken:K,getSCIMToken:he,revokeSCIMToken:W,error:null}};async function w2(e){return(await V(await e("/me/organization-memberships"))).data}const qt=()=>{const{client:e,loading:r}=je(),{data:a,isLoading:o,error:s,mutate:i}=Ae(r?null:"/me/organization-memberships",()=>w2(e),{refreshInterval:3e4,revalidateOnFocus:!1,revalidateOnReconnect:!1,revalidateIfStale:!1,dedupingInterval:5e3}),h=c.useCallback(async()=>{await i()},[i]);return{organizationMemberships:a,loading:r||o,error:s,refetch:h}};async function y2(e){return(await V(await e("/me/workspace-memberships"))).data}async function j2(e,r){return(await V(await e(`/workspaces/${r}/leave`,{method:"POST"}))).data}const Cn=()=>{const{client:e,loading:r}=je(),{deployment:a}=Se(),{data:o,isLoading:s,error:i,mutate:h}=Ae(!r&&(a!=null&&a.b2b_settings.workspaces_enabled)?"/me/workspace-memberships":null,()=>y2(e),{refreshInterval:3e4,revalidateOnFocus:!1,revalidateOnReconnect:!1,revalidateIfStale:!1,dedupingInterval:5e3}),d=c.useCallback(async()=>{await h(void 0,{revalidate:!0})},[h]);return{workspaceMemberships:o,loading:r||s,error:i,refetch:d}},sr=()=>{const{workspaceMemberships:e,refetch:r,loading:a,error:o}=Cn(),{client:s}=je(),{refetch:i}=nt(),h=c.useMemo(()=>e==null?void 0:e.map(k=>({...k.workspace,organization:k.organization,eligibility_restriction:k.eligibility_restriction})),[e]),d=c.useCallback(async(k,y,$,z)=>{const Z=new FormData;Z.append("name",y),$&&Z.append("image",$),z&&Z.append("description",z),Z.append("organization_id",k);const O=await V(await s("/workspaces",{method:"POST",body:Z}));return $t(),await r(),O.data},[s,r]),u=c.useCallback(async k=>{const y=await j2(s,k);return $t(),await r(),await i(),y},[s,r,i]),f=c.useCallback(async(k,y)=>{const $=new FormData;y.name&&$.append("name",y.name),y.description&&$.append("description",y.description),y.image&&$.append("image",y.image),y.enforce_2fa!==void 0&&$.append("enforce_2fa",String(y.enforce_2fa)),y.enable_ip_restriction!==void 0&&$.append("enable_ip_restriction",String(y.enable_ip_restriction)),y.whitelisted_ips&&y.whitelisted_ips.forEach(Z=>$.append("whitelisted_ips",Z));const z=await V(await s(`/workspaces/${k.id}/update`,{method:"POST",body:$}));return await r(),z.data},[s,r]),p=c.useCallback(async k=>{const y=await V(await s(`/workspaces/${k.id}/delete`,{method:"POST"}));return $t(),await r(),y.data},[s,r]),m=c.useCallback(async(k,y)=>{const $=new URLSearchParams;return y&&($.set("page",y.page.toString()),$.set("limit",y.limit.toString()),y.search&&$.set("search",y.search)),(await V(await s(`/workspaces/${k.id}/members?${$.toString()}`,{method:"GET"}))).data},[s]),g=c.useCallback(async k=>(await V(await s(`/workspaces/${k.id}/roles`,{method:"GET"}))).data,[s]),v=c.useCallback(async(k,y,$)=>{const z=new FormData;return z.append("name",y),$.forEach(O=>z.append("permissions",O)),(await V(await s(`/workspaces/${k.id}/roles`,{method:"POST",body:z}))).data},[s]),b=c.useCallback(async(k,y)=>(await V(await s(`/workspaces/${k.id}/roles/${y.id}/delete`,{method:"POST"}))).data,[s]),x=c.useCallback(async(k,y)=>{const $=await V(await s(`/workspaces/${k.id}/members/${y}/remove`,{method:"POST"}));return await r(),$.data},[s,r]),w=c.useCallback(async(k,y,$)=>(await V(await s(`/workspaces/${k.id}/members/${y}/roles/${$}/add`,{method:"POST"}))).data,[s]),A=c.useCallback(async(k,y,$)=>(await V(await s(`/workspaces/${k.id}/members/${y}/roles/${$}/remove`,{method:"POST"}))).data,[s]),j=c.useCallback(async k=>(await V(await s(`/organizations/${k.organization.id}/invitations?workspace_id=${k.id}`,{method:"GET"}))).data,[s]),S=c.useCallback(async(k,y,$)=>{const z=new FormData;return z.append("email",y),z.append("workspace_id",k.id),$&&z.append("workspace_role_id",$),(await V(await s(`/organizations/${k.organization.id}/invitations`,{method:"POST",body:z}))).data},[s]),C=c.useCallback(async(k,y)=>(await V(await s(`/organizations/${k.organization.id}/invitations/${y}/discard`,{method:"POST"}))).data,[s]),_=c.useCallback(async(k,y)=>(await V(await s(`/organizations/${k.organization.id}/invitations/${y}/resend`,{method:"POST"}))).data,[s]);return{workspaces:h||[],loading:a,error:o,refetch:r,leaveWorkspace:u,createWorkspace:d,updateWorkspace:f,deleteWorkspace:p,getWorkspaceMembers:m,getWorkspaceRoles:g,createWorkspaceRole:v,deleteWorkspaceRole:b,removeWorkspaceMember:x,addWorkspaceMemberRole:w,removeWorkspaceMemberRole:A,getWorkspaceInvitations:j,createWorkspaceInvitation:S,discardWorkspaceInvitation:C,resendWorkspaceInvitation:_}},Zt=()=>{const{refetch:e,loading:r,error:a,workspaces:o,leaveWorkspace:s,updateWorkspace:i,deleteWorkspace:h,getWorkspaceMembers:d,getWorkspaceRoles:u,createWorkspaceRole:f,deleteWorkspaceRole:p,removeWorkspaceMember:m,addWorkspaceMemberRole:g,removeWorkspaceMemberRole:v,getWorkspaceInvitations:b,createWorkspaceInvitation:x,discardWorkspaceInvitation:w,resendWorkspaceInvitation:A}=sr(),{workspaceMemberships:j}=Cn(),{session:S,loading:C,error:_}=nt(),k=c.useMemo(()=>(j==null?void 0:j.find(X=>{var ie;return X.id===((ie=S==null?void 0:S.active_signin)==null?void 0:ie.active_workspace_membership_id)}))||null,[j,S]),y=c.useMemo(()=>(k==null?void 0:k.workspace)||null,[k]),$=c.useCallback(async()=>{if(y)return await s(y.id)},[y,s]),z=c.useCallback(async X=>{if(y)return await i(y,X)},[y,i]),Z=c.useCallback(async()=>{if(y)return await h(y)},[y,h]),O=c.useCallback(async X=>y?await d(y,X):{data:[],meta:{total:0,page:1,limit:10}},[y,d]),R=c.useCallback(async()=>y?await u(y):[],[y,u]),P=c.useCallback(async(X,ie)=>{if(y)return await f(y,X,ie)},[y,f]),M=c.useCallback(async X=>{if(y)return await p(y,X)},[y,p]),E=c.useCallback(async X=>{if(y)return await m(y,X)},[y,m]),F=c.useCallback(async(X,ie)=>{if(y)return await g(y,X,ie)},[y,g]),L=c.useCallback(async(X,ie)=>{if(y)return await v(y,X,ie)},[y,v]),H=c.useMemo(()=>(o==null?void 0:o.find(X=>X.id===(y==null?void 0:y.id)))||null,[o,y]),I=c.useCallback(async()=>H?await b(H):[],[H,b]),T=c.useCallback(async X=>{if(H)return await x(H,X.email,X.workspaceRoleId)},[H,x]),Q=c.useCallback(async X=>{if(H)return await w(H,X)},[H,w]),N=c.useCallback(async X=>{if(H)return await A(H,X)},[H,A]),G=r||C,J=a||_;return G?{activeWorkspace:null,activeMembership:null,loading:!0,error:J,refetch:e,leave:null,updateWorkspace:null,deleteWorkspace:null,getMembers:null,getRoles:null,createRole:null,deleteRole:null,inviteMember:null,removeMember:null,addMemberRole:null,removeMemberRole:null,getInvitations:null,discardInvitation:null,resendInvitation:null}:{activeWorkspace:y,activeMembership:k,loading:!1,error:J,refetch:e,leave:$,updateWorkspace:z,deleteWorkspace:Z,getMembers:O,getRoles:R,createRole:P,deleteRole:M,inviteMember:T,removeMember:E,addMemberRole:F,removeMemberRole:L,getInvitations:I,discardInvitation:Q,resendInvitation:N}};function Wn(e){const r=new Uint8Array(e);let a="";for(let o=0;o<r.length;o++)a+=String.fromCharCode(r[o]);return btoa(a).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function Gn(e){const r=e.replace(/-/g,"+").replace(/_/g,"/"),a=r.padEnd(r.length+(4-r.length%4)%4,"="),o=atob(a),s=new Uint8Array(o.length);for(let i=0;i<o.length;i++)s[i]=o.charCodeAt(i);return s.buffer}const _2=async e=>(await V(await e("/me"))).data,k2=async e=>(await V(await e("/me/signins"))).data;function ir(){const{client:e,loading:r}=je(),{data:a,error:o,isLoading:s,mutate:i}=Ae(r?null:"/user",()=>_2(e)),h=async H=>{const I=new FormData;for(const[Q,N]of Object.entries(H))N!=null&&N!==""&&I.append(Q,String(N));const T=await V(await e("/me",{method:"POST",body:I}));return i(),T},d=async()=>await V(await e("/me/email-addresses",{method:"GET"})),u=async H=>await V(await e(`/me/email-addresses/${H}`,{method:"GET"})),f=async H=>{const I=new FormData;return I.append("email",H),await V(await e("/me/email-addresses",{method:"POST",body:I}))},p=async H=>await V(await e(`/me/email-addresses/${H}/delete`,{method:"POST"})),m=async H=>await V(await e(`/me/email-addresses/${H}/prepare-verification`,{method:"POST"})),g=async(H,I)=>await V(await e(`/me/email-addresses/${H}/attempt-verification?code=${I}`,{method:"POST"})),v=async(H,I)=>{const T=new FormData;return T.append("phone_number",H),T.append("country_code",I),await V(await e("/me/phone-numbers",{method:"POST",body:T}))},b=async H=>await V(await e(`/me/phone-numbers/${H}/delete`,{method:"POST"})),x=async H=>await V(await e(`/me/phone-numbers/${H}/prepare-verification`,{method:"POST"})),w=async(H,I)=>{const T=new FormData;return T.append("code",I),await V(await e(`/me/phone-numbers/${H}/attempt-verification`,{method:"POST",body:T}))},A=async H=>{const I=await V(await e(`/me/phone-numbers/${H}/make-primary`,{method:"POST"}));return i(),I},j=async H=>await V(await e(`/me/email-addresses/${H}/make-primary`,{method:"POST"})),S=async()=>(await V(await e("/me/authenticator",{method:"POST"}))).data,C=async(H,I)=>{const T=new FormData;return T.append("authenticator_id",H),I.forEach(N=>{T.append("codes",N)}),await V(await e("/me/authenticator/attempt-verification",{method:"POST",body:T}))},_=async H=>await V(await e(`/me/authenticator/${H}/delete`,{method:"POST"})),k=async()=>(await V(await e("/me/backup-codes",{method:"POST"}))).data,y=async H=>{const I=new FormData;return I.append("file",H),await V(await e("/me/profile-picture",{method:"POST",body:I}))},$=async()=>(await V(await e("/me/backup-codes/regenerate",{method:"POST"}))).data,z=async(H,I)=>{const T=new FormData;return T.append("current_password",H),T.append("new_password",I),await V(await e("/me/update-password",{method:"POST",body:T}))},Z=async H=>{const I=new FormData;I.append("current_password",H);const T=await V(await e("/me/remove-password",{method:"POST",body:I}));return i(),T},O=async H=>{const I=new FormData;return I.append("password",H),await V(await e("/me/account/delete",{method:"POST",body:I}))},R=async H=>await V(await e(`/me/social-connections/${H}/disconnect`,{method:"POST"})),P=async({provider:H,redirectUri:I})=>{var N;const T=new URLSearchParams({provider:H});I&&T.append("redirect_uri",I);const Q=await V(await e(`/me/init-sso-connection?${T.toString()}`,{method:"POST"}));return"data"in Q&&((N=Q.data)!=null&&N.oauth_url)&&window.open(Q.data.oauth_url,"_blank"),Q},M=async()=>await V(await e("/me/passkeys",{method:"GET"})),E=async H=>{var ie,pe;const I=await V(await e("/me/passkeys/register/begin",{method:"POST"}));if(!("data"in I))return I;const T=I.data.options.publicKey,Q={challenge:Gn(T.challenge),rp:T.rp,user:{id:Gn(T.user.id),name:T.user.name,displayName:T.user.displayName},pubKeyCredParams:T.pubKeyCredParams,timeout:T.timeout,attestation:T.attestation,authenticatorSelection:T.authenticatorSelection,excludeCredentials:(ie=T.excludeCredentials)==null?void 0:ie.map(re=>({type:re.type,id:Gn(re.id),transports:re.transports}))},N=await navigator.credentials.create({publicKey:Q});if(!N)throw new Error("Failed to create credential");const G=N.response,J={id:N.id,rawId:Wn(N.rawId),type:N.type,response:{clientDataJSON:Wn(G.clientDataJSON),attestationObject:Wn(G.attestationObject),transports:((pe=G.getTransports)==null?void 0:pe.call(G))||[]}};return await V(await e(`/me/passkeys/register/finish?name=${encodeURIComponent(H||"")}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(J)}))},F=async H=>await V(await e(`/me/passkeys/${H}/delete`,{method:"POST"})),L=async(H,I)=>await V(await e(`/me/passkeys/${H}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:I})}));return{user:{...a,refetch:i},loading:r||s,error:o||null,updateProfile:h,getEmailAddresses:d,getEmailAddress:u,createEmailAddress:f,deleteEmailAddress:p,prepareEmailVerification:m,attemptEmailVerification:g,makeEmailPrimary:j,createPhoneNumber:v,deletePhoneNumber:b,preparePhoneVerification:x,attemptPhoneVerification:w,makePhonePrimary:A,setupAuthenticator:S,verifyAuthenticator:C,deleteAuthenticator:_,generateBackupCodes:k,regenerateBackupCodes:$,updateProfilePicture:y,disconnectSocialConnection:R,connectSocialAccount:P,updatePassword:z,removePassword:Z,deleteAccount:O,getPasskeys:M,registerPasskey:E,deletePasskey:F,renamePasskey:L}}function u0(){const{client:e,loading:r}=je(),{data:a,error:o,isLoading:s,mutate:i}=Ae(r?null:"/me/signins",()=>k2(e));return{signins:a,error:o||null,removeSignin:async d=>await V(await e(`/me/signins/${d}/signout`,{method:"POST"})),refetch:i,loading:s||r}}function p0(){const{session:e,loading:r}=nt(),{loading:a,organizationMemberships:o}=qt(),{loading:s,workspaceMemberships:i}=Cn(),h=c.useMemo(()=>!e||!e.signins||e.signins.length===0?null:(o==null?void 0:o.find(u=>{var f;return u.id===((f=e.active_signin)==null?void 0:f.active_organization_membership_id)}))||null,[o,e]),d=c.useMemo(()=>!e||!e.signins||e.signins.length===0?null:(i==null?void 0:i.find(u=>{var f;return u.id===((f=e.active_signin)==null?void 0:f.active_workspace_membership_id)}))||null,[i,e]);return{loading:r||a||s,orgMembership:h,workspaceMembership:d}}function h0(){const{client:e,loading:r}=je(),[a,o]=c.useState(!1),s=async i=>{o(!0);try{const h=new FormData;for(const[f,p]of Object.entries(i))p&&h.append(f,p);const d=await e("/waitlist/join",{method:"POST",body:h});return await V(d)}finally{o(!1)}};return r?{loading:!0,joinWaitlist:null}:{loading:a,joinWaitlist:s}}function f0(){const{client:e,loading:r}=je(),[a,o]=c.useState(!1),[s,i]=c.useState(null),[h,d]=c.useState(null),[u,f]=c.useState(null),[p,m]=c.useState(!1),[g,v]=c.useState(null);c.useEffect(()=>{if(p||r)return;const x=new URLSearchParams(window.location.search),w=x.get("code"),A=x.get("state"),j=x.get("error"),S=x.get("error_description");if(!w&&!j){m(!0);const C=new Error("No OAuth callback data found.");i(C);return}if(m(!0),o(!0),j){const C=S||j,_=new Error(`OAuth Error: ${C}`);i(_),o(!1);return}if(w&&A)b(w,A);else{const C=new Error("Missing required OAuth parameters");i(C),o(!1)}},[p,r]);const b=async(x,w)=>{try{let A,j;try{const _=w.split(".");if(_.length!==3)throw new Error("Invalid OAuth state format - missing signature");const k=_[0].replace(/-/g,"+").replace(/_/g,"/"),y=k.length%4?"=".repeat(4-k.length%4):"",z=atob(k+y).split("|")[0];if(z==="sign_in")A="/auth/oauth2/callback",j="GET";else if(z==="connect_social")A="/me/sso-connection-callback",j="POST";else throw new Error(`Unknown OAuth action: ${z}`)}catch(_){const k=_ instanceof Error?_:new Error("Failed to parse OAuth state");i(new Error(`Invalid OAuth callback: ${k.message}. The authorization link may be expired or malformed. Please try signing in again.`)),o(!1);return}const S=await e(`${A}?code=${encodeURIComponent(x)}&state=${encodeURIComponent(w)}`,{method:j}),C=await V(S);if("data"in C){const _=C.data.session,k=C.data.redirect_uri||null;if(d(_),f(k),_.signin_attempts&&_.signin_attempts.length>0){const y=_.signin_attempts.at(-1);y&&v(y)}}else{const _=new Error("SSO callback failed");i(_)}}catch(A){const j=A instanceof Error?A:new Error("Unknown error occurred");i(j)}finally{o(!1)}};return{loading:a,error:s,session:h,redirectUri:u,processed:p,signinAttempt:g}}function m0(){const{client:e,loading:r}=je(),[a,o]=c.useState(!1),[s,i]=c.useState(null);return{loading:r||a,verifyMagicLink:async d=>{if(!d.token||!d.attempt)throw new Error("Invalid magic link parameters");o(!0),i(null);try{const u=new URL("/auth/verify-magic-link",window.location.origin);u.searchParams.set("token",d.token),u.searchParams.set("attempt",d.attempt),d.redirectUri&&u.searchParams.set("redirect_uri",d.redirectUri);const f=await e(u.pathname+u.search,{method:"GET"}),p=await V(f);return o(!1),i(!0),p}catch(u){throw o(!1),i(!1),u}},success:s}}function C2(){const[e,r]=c.useState({});return c.useEffect(()=>{const a=new URLSearchParams(window.location.search);r({token:a.get("token")||void 0,attempt:a.get("attempt")||void 0,redirectUri:a.get("redirect_uri")||void 0})},[]),e}function g0(){const{client:e,loading:r}=je();return{loading:r,forgotPassword:async i=>{const h=new FormData;h.append("email",i);const d=await e("/auth/forgot-password",{method:"POST",body:h});return await V(d)},verifyOtp:async(i,h)=>{const d=new FormData;d.append("email",i),d.append("otp",h);const u=await e("/auth/forgot-password",{method:"POST",body:d});return await V(u)},resetPassword:async(i,h)=>{const d=new FormData;d.append("token",i),d.append("password",h);const u=await e("/auth/reset-password",{method:"POST",body:d});return await V(u)}}}const S2=()=>{},E2=S2(),Go=Object,ni=e=>e===E2,A2=e=>typeof e=="function",Fa=new WeakMap,z2=e=>Go.prototype.toString.call(e),qn=(e,r)=>e===`[object ${r}]`;let $2=0;const qo=e=>{const r=typeof e,a=z2(e),o=qn(a,"Date"),s=qn(a,"RegExp"),i=qn(a,"Object");let h,d;if(Go(e)===e&&!o&&!s){if(h=Fa.get(e),h)return h;if(h=++$2+"~",Fa.set(e,h),Array.isArray(e)){for(h="@",d=0;d<e.length;d++)h+=qo(e[d])+",";Fa.set(e,h)}if(i){h="#";const u=Go.keys(e).sort();for(;!ni(d=u.pop());)ni(e[d])||(h+=d+":"+qo(e[d])+",");Fa.set(e,h)}}else h=o?e.toJSON():r=="symbol"?e.toString():r=="string"?JSON.stringify(e):""+e;return h},M2=e=>{if(A2(e))try{e=e()}catch{e=""}const r=e;return e=typeof e=="string"?e:(Array.isArray(e)?e.length:e)?qo(e):"",[e,r]},L2=e=>M2(e?e(0,null):null)[0],Kn=Promise.resolve(),R2=e=>(r,a,o)=>{const s=c.useRef(!1),{cache:i,initialSize:h=1,revalidateAll:d=!1,persistSize:u=!1,revalidateFirstPage:f=!0,revalidateOnMount:p=!1,parallel:m=!1}=o,[,,,g]=Pt.get(gs);let v;try{v=L2(r),v&&(v=i0+v)}catch{}const[b,x,w]=Xt(i,v),A=c.useCallback(()=>Ce(b()._l)?h:b()._l,[i,v,h]);Zo.useSyncExternalStore(c.useCallback($=>v?w(v,()=>{$()}):()=>{},[i,v]),A,A);const j=c.useCallback(()=>{const $=b()._l;return Ce($)?h:$},[v,h]),S=c.useRef(j());ln(()=>{if(!s.current){s.current=!0;return}v&&x({_l:u?S.current:j()})},[v,i]);const C=p&&!s.current,_=e(v,async $=>{const z=b()._i,Z=b()._r;x({_r:dt});const O=[],R=j(),[P]=Xt(i,$),M=P().data,E=[];let F=null;for(let L=0;L<R;++L){const[H,I]=ja(r(L,m?null:F));if(!H)break;const[T,Q]=Xt(i,H);let N=T().data;const G=d||z||Ce(N)||f&&!L&&!Ce(M)||C||M&&!Ce(M[L])&&!o.compare(M[L],N);if(a&&(typeof Z=="function"?Z(N,I):G)){const J=async()=>{if(!(H in g))N=await a(I);else{const ie=g[H];delete g[H],N=await ie}Q({data:N,_k:I}),O[L]=N};m?E.push(J):await J()}else O[L]=N;m||(F=N)}return m&&await Promise.all(E.map(L=>L())),x({_i:dt}),O},o),k=c.useCallback(function($,z){const Z=typeof z=="boolean"?{revalidate:z}:z||{},O=Z.revalidate!==!1;return v?(O&&(Ce($)?x({_i:!0,_r:Z.revalidate}):x({_i:!1,_r:Z.revalidate})),arguments.length?_.mutate($,{...Z,revalidate:O}):_.mutate()):Kn},[v,i]),y=c.useCallback($=>{if(!v)return Kn;const[,z]=Xt(i,v);let Z;if(zt($)?Z=$(j()):typeof $=="number"&&(Z=$),typeof Z!="number")return Kn;z({_l:Z}),S.current=Z;const O=[],[R]=Xt(i,v);let P=null;for(let M=0;M<Z;++M){const[E]=ja(r(M,P)),[F]=Xt(i,E),L=E?F().data:dt;if(Ce(L))return k(R().data);O.push(L),P=L}return k(O)},[v,i,k,j]);return{size:j(),setSize:y,mutate:k,get data(){return _.data},get error(){return _.error},get isValidating(){return _.isValidating},get isLoading(){return _.isLoading}}},ar=d2(Ae,R2);function v0({enabled:e=!0,channels:r,organizationIds:a,workspaceIds:o,onNotification:s,onError:i,reconnectDelay:h=1e3,maxReconnectAttempts:d=5}={}){const{session:u,loading:f}=nt(),{deployment:p,loading:m}=Se(),[g,v]=c.useState(!1),[b,x]=c.useState(null),w=c.useRef(null),A=c.useRef(null),j=c.useRef(0),S=c.useRef(null),C=c.useRef(s),_=c.useRef(i),k=c.useRef(r),y=c.useRef(a),$=c.useRef(o),z=c.useRef(h),Z=c.useRef(d);C.current=s,_.current=i,k.current=r,y.current=a,$.current=o,z.current=h,Z.current=d;const O=c.useCallback(()=>{A.current&&(clearTimeout(A.current),A.current=null),S.current&&(clearInterval(S.current),S.current=null),w.current&&(w.current.close(),w.current=null)},[]),R=c.useCallback(async()=>{var H;if(!e||f||m||!u||!p)return;O();const E=new URL(p.backend_host),F=E.protocol==="https:"?"wss:":"ws:",L=new URL("/notifications/stream",`${F}//${E.host}`);if(p.mode==="staging"){const I=ut(p.backend_host);I&&L.searchParams.set("__dev_session__",I)}k.current&&k.current.length>0&&L.searchParams.set("channels",k.current.join(",")),y.current&&y.current.length>0&&L.searchParams.set("organization_ids",y.current.join(",")),$.current&&$.current.length>0&&L.searchParams.set("workspace_ids",$.current.join(","));try{const I=new WebSocket(L.toString());w.current=I,I.onopen=()=>{v(!0),x(null),j.current=0,S.current=setInterval(()=>{I.readyState===WebSocket.OPEN&&I.send("ping")},3e4)},I.onmessage=T=>{var Q,N;try{const G=JSON.parse(T.data);if(G.type==="notification"&&G.data)(Q=C.current)==null||Q.call(C,G.data);else if(G.type==="error"){const J=G.error||"Unknown error occurred";x(J),(N=_.current)==null||N.call(_,J)}else G.type}catch{}},I.onerror=()=>{var T;x("Connection error occurred"),(T=_.current)==null||T.call(_,"Connection error occurred")},I.onclose=T=>{var Q;if(v(!1),S.current&&(clearInterval(S.current),S.current=null),e&&T.code!==1e3&&j.current<Z.current){j.current++;const N=z.current*Math.pow(2,j.current-1);A.current=setTimeout(()=>{R()},N)}else j.current>=Z.current&&(x("Max reconnection attempts reached"),(Q=_.current)==null||Q.call(_,"Max reconnection attempts reached"))}}catch{x("Failed to connect"),(H=_.current)==null||H.call(_,"Failed to connect")}},[e,f,m,u,p,O]);c.useEffect(()=>(R(),()=>{O()}),[R,O]),c.useEffect(()=>{w.current&&w.current.readyState===WebSocket.OPEN&&R()},[r,a,o,R]);const P=c.useCallback(()=>{O(),v(!1)},[O]),M=c.useCallback(()=>{j.current=0,R()},[R]);return{isConnected:g,connectionError:b,disconnect:P,reconnect:M}}function Sn(e){if(!e)return"";const r=new URLSearchParams;e.limit&&r.append("limit",e.limit.toString()),e.cursor&&r.append("cursor",e.cursor),e.scope&&r.append("scope",e.scope),e.channels&&e.channels.length>0&&e.channels.forEach(o=>r.append("channels",o)),e.organization_ids&&e.organization_ids.length>0&&e.organization_ids.forEach(o=>r.append("organization_ids",o)),e.workspace_ids&&e.workspace_ids.length>0&&e.workspace_ids.forEach(o=>r.append("workspace_ids",o)),e.is_read!==void 0&&r.append("is_read",e.is_read.toString()),e.is_archived!==void 0&&r.append("is_archived",e.is_archived.toString()),e.is_starred!==void 0&&r.append("is_starred",e.is_starred.toString()),e.severity&&r.append("severity",e.severity);const a=r.toString();return a?"?"+a:""}async function P2(e,r){const a=`/notifications${Sn(r)}`,o=await e(a,{method:"GET"});return(await V(o)).data}async function T2(e,r){const a=await e(`/notifications/${r}/read`,{method:"POST"});return V(a)}async function F2(e,r){const a=await e(`/notifications/${r}/unread`,{method:"POST"});return V(a)}async function Z2(e,r){const a=await e(`/notifications/mark-all-read${Sn(r)}`,{method:"POST"});return V(a)}async function I2(e,r){const a=await e(`/notifications/archive-all-read${Sn(r)}`,{method:"POST"});return V(a)}async function O2(e,r){const a=await e(`/notifications/${r}/archive`,{method:"POST"});return V(a)}async function H2(e,r){const a=await e(`/notifications/${r}/star`,{method:"POST"});return V(a)}function x0(e){var $;const{client:r,loading:a}=je(),{data:o,error:s,mutate:i,isLoading:h,size:d,setSize:u,isValidating:f}=ar((z,Z)=>{var M;if(a||z>0&&(!Z||!Z.has_more))return null;const O=z===0||(M=Z==null?void 0:Z.notifications[Z.notifications.length-1])==null?void 0:M.id,{onNotification:R,...P}=e||{};return["wacht-notifications",{...P,cursor:O}]},([,z])=>P2(r,z),{refreshInterval:6e4,revalidateOnFocus:!0,revalidateFirstPage:!0}),p=c.useMemo(()=>o?o.flatMap(z=>z.notifications):[],[o]),m=o?($=o[o.length-1])==null?void 0:$.has_more:!1,g=c.useMemo(()=>{if(e!=null&&e.channels&&e.channels.length>0)return e.channels;switch(e==null?void 0:e.scope){case"organization":return["organization"];case"workspace":return["workspace"];case"current":return["current"];case"all":return["user","organization","workspace"];case"user":return["user"];default:return}},[e==null?void 0:e.channels,e==null?void 0:e.scope]),v=c.useMemo(()=>{var z;return(z=e==null?void 0:e.organization_ids)==null?void 0:z.map(Z=>Number(Z)).filter(Z=>Number.isFinite(Z))},[e==null?void 0:e.organization_ids]),b=c.useMemo(()=>{var z;return(z=e==null?void 0:e.workspace_ids)==null?void 0:z.map(Z=>Number(Z)).filter(Z=>Number.isFinite(Z))},[e==null?void 0:e.workspace_ids]);v0({enabled:!a&&!!o,channels:g,organizationIds:v,workspaceIds:b,onNotification:c.useCallback(z=>{i(async Z=>{var M;if(!Z||Z.length===0||Z.some(E=>E.notifications.some(F=>F.id===z.id.toString())))return Z;(M=e==null?void 0:e.onNotification)==null||M.call(e,z);const R=Z[0];return[{...R,notifications:[{id:z.id.toString(),user_id:z.user_id.toString(),deployment_id:z.deployment_id.toString(),title:z.title,body:z.body,severity:z.severity,ctas:z.ctas,is_read:!1,is_archived:!1,created_at:z.created_at,updated_at:z.created_at},...R.notifications]},...Z.slice(1)]},!1)},[i,e]),onError:c.useCallback(()=>{},[])});const x=c.useCallback(async z=>{a||(await i(async Z=>Z&&Z.map(O=>({...O,notifications:O.notifications.map(R=>R.id===z?{...R,is_read:!0}:R)})),!1),await T2(r,z),await i())},[r,a,i]),w=c.useCallback(async z=>{a||(await i(async Z=>Z&&Z.map(O=>({...O,notifications:O.notifications.map(R=>R.id===z?{...R,is_read:!1}:R)})),!1),await F2(r,z),await i())},[r,a,i]),A=c.useCallback(async()=>{a||(await i(async z=>z&&z.map(Z=>({...Z,notifications:Z.notifications.map(O=>({...O,is_read:!0}))})),!1),await Z2(r,e),await i())},[r,e,i,a]),j=c.useCallback(async()=>{a||(await i(async z=>z&&z.map(Z=>({...Z,notifications:Z.notifications.filter(O=>!O.is_read)})),!1),await I2(r,e),await i())},[r,e,a,i]),S=c.useCallback(async z=>{a||(await i(async Z=>Z&&Z.map(O=>({...O,notifications:(e==null?void 0:e.is_archived)!==void 0?O.notifications.filter(R=>R.id!==z):O.notifications.map(R=>R.id===z?{...R,is_archived:!R.is_archived}:R)})),!1),await O2(r,z),await i())},[r,a,i,e==null?void 0:e.is_archived]),C=c.useCallback(async z=>{a||(await i(async Z=>Z&&Z.map(O=>({...O,notifications:O.notifications.map(R=>R.id===z?{...R,is_starred:!R.is_starred}:R)})),!1),await H2(r,z),await i())},[r,a,i]),_=c.useCallback(async()=>{f||!m||await u(d+1)},[f,m,u,d]),k=c.useCallback(async()=>{await i()},[i]),y=a||h||d>0&&o&&typeof o[d-1]>"u";return!o||y?{loading:!0,notifications:p,hasMore:m,markAsRead:void 0,markAllAsRead:void 0,archiveAllRead:void 0,archiveNotification:void 0,starNotification:void 0,markAsUnread:void 0,error:s,refetch:k,loadMore:_}:{loading:!1,error:s,notifications:p,hasMore:m,markAsRead:x,markAllAsRead:A,archiveAllRead:j,archiveNotification:S,starNotification:C,markAsUnread:w,refetch:k,loadMore:_}}async function V2(e,r){const a=`/notifications/scope-unread${Sn(r)}`,o=await e(a,{method:"GET"});return(await V(o)).data}function b0(e){const{client:r,loading:a}=je(),{data:o,error:s,mutate:i}=Ae(a?null:["wacht-notifications-unread",e],([,d])=>V2(r,d),{refreshInterval:3e4,revalidateOnFocus:!0}),h=async()=>{await i()};return!o||a?{loading:!0,count:0,error:s,refetch:h}:{loading:!1,count:o.count,error:s,refetch:h}}const Fr={DISCONNECTED:"disconnected",CONNECTED:"connected",ERROR:"error"},rt={IDLE:"idle",STARTING:"starting",RUNNING:"running",WAITING_FOR_INPUT:"waiting_for_input",COMPLETED:"completed",FAILED:"failed"},fr={IDLE:"Idle",STARTING:"Starting",RUNNING:"Running",WAITING_FOR_INPUT:"WaitingForInput",COMPLETED:"Completed",FAILED:"Failed",CANCELLED:"Cancelled"};function D2(e){switch(e.trim()){case fr.IDLE:return rt.IDLE;case fr.STARTING:case"starting":return rt.STARTING;case fr.RUNNING:case"running":return rt.RUNNING;case fr.WAITING_FOR_INPUT:case"waiting_for_input":return rt.WAITING_FOR_INPUT;case fr.COMPLETED:case"completed":return rt.COMPLETED;case fr.FAILED:case fr.CANCELLED:case"failed":case"cancelled":return rt.FAILED;default:return rt.IDLE}}function Zr(e){return e===rt.STARTING||e===rt.RUNNING||e===rt.WAITING_FOR_INPUT}const N2=5e3,U2=5e3;function B2({threadId:e,platformAdapter:r}){var he;const{deployment:a}=Se(),{client:o}=je(),[s,i]=c.useState([]),[h,d]=c.useState(null),[u,f]=c.useState(null),[p,m]=c.useState(null),[g,v]=c.useState(rt.IDLE),[b,x]=c.useState({status:Fr.DISCONNECTED}),[w,A]=c.useState(!0),[j,S]=c.useState(!1),[C,_]=c.useState(!1),[k,y]=c.useState(null),$=c.useRef(null),z=c.useRef(e),Z=c.useRef(0),O=c.useRef(rt.IDLE),R=c.useCallback(W=>{i(D=>{const B=[...D],fe=B.findIndex(ce=>String(ce.id)===String(W.id));return fe>=0?B[fe]=W:B.push(W),B.sort((ce,me)=>new Date(ce.timestamp).getTime()-new Date(me.timestamp).getTime()),B})},[]),P=c.useCallback(W=>{O.current=W,v(W)},[]),M=c.useCallback(W=>{Z.current=Date.now()+N2,P(W)},[P]),E=c.useCallback(()=>{Z.current>Date.now()&&Zr(O.current)||P(rt.IDLE)},[P]),F=c.useCallback(W=>{const D=D2(W),B=Zr(D);!B&&Z.current>Date.now()&&Zr(O.current)||(B&&(Z.current=0),P(D))},[P]),L=c.useCallback(()=>{d(null),f(null)},[]),H=c.useCallback((W,D)=>{const B={id:W,timestamp:new Date().toISOString(),content:{type:"user_message",message:D},metadata:{message_type:"user_message"}};R(B),L()},[L,R]),I=c.useCallback(W=>{var ce;const{content:D}=W,B=W.message_type||((ce=W.metadata)==null?void 0:ce.message_type)||(D==null?void 0:D.type),fe={...W,metadata:{...W.metadata||{},message_type:B}};if(B==="system_decision"||B==="execution_summary"||B==="tool_result"){R(fe);const me=D==null?void 0:D.step;B==="system_decision"&&(me==="execution_cancelled"||me==="abort")&&E();return}if(B==="user_message"){R(fe);return}if(B==="steer"){R(fe),D!=null&&D.further_actions_required||E();return}if(B==="approval_request"){Z.current=0,P(rt.WAITING_FOR_INPUT),R(fe);return}if(B==="approval_response"){R(fe),M(rt.RUNNING);return}if(B==="execution_status"){F(D.status);return}R(fe)},[F,E,P,M,R]),T=c.useCallback((W,D)=>{var B;(B=r==null?void 0:r.onPlatformEvent)==null||B.call(r,W,D)},[r]),Q=c.useRef(I),N=c.useRef(T),G=c.useRef(o),J=c.useRef(a);c.useEffect(()=>{Q.current=I,N.current=T,G.current=o,J.current=a}),c.useEffect(()=>{z.current=e},[e]);const X=c.useRef(null),ie=c.useRef(null),pe=c.useRef(0),re=10,xe=c.useCallback(async W=>{if(!e)return;const D=e;W?S(!0):_(!0),y(null);try{const B=new URLSearchParams({limit:"100"});W&&B.append("before_id",W);const fe=await o(`/ai/threads/${e}/messages?${B}`,{method:"GET"}),ce=await V(fe);if(ce.data&&z.current===D){const me=[...ce.data.data].sort((Oe,qe)=>{const Ke=new Date(Oe.timestamp).getTime(),ot=new Date(qe.timestamp).getTime();return Ke-ot});me.length>0&&($.current=me[0].id),i(Oe=>W?[...me,...Oe]:me),A(ce.data.has_more||!1)}}catch(B){z.current===D&&y(B instanceof Error?B:new Error("Failed to fetch messages"))}finally{z.current===D&&(W?S(!1):_(!1))}},[e,o]);c.useEffect(()=>{const W=J.current;if(!W||!e)return;const D=()=>{X.current&&(X.current.close(),X.current=null);const B=new URL(`${W.backend_host}/ai/threads/${encodeURIComponent(e)}/stream`);if(W.mode==="staging"){const ce=ut(W.backend_host);ce&&B.searchParams.append("__dev_session__",ce)}const fe=new EventSource(B.toString(),{withCredentials:W.mode!=="staging"});X.current=fe,fe.onopen=()=>{if(x({status:Fr.CONNECTED}),pe.current>0){const ce=e;setTimeout(()=>{o(`/ai/threads/${ce}/messages?limit=100`,{method:"GET"}).then(async me=>{const Oe=await V(me);if(Oe.data&&z.current===ce){const qe=[...Oe.data.data].sort((Ke,ot)=>new Date(Ke.timestamp).getTime()-new Date(ot.timestamp).getTime());i(qe)}}).catch(()=>{})},100)}pe.current=0},fe.onerror=()=>{if(x({status:Fr.ERROR}),fe.close(),X.current=null,pe.current<re){const ce=Math.min(1e3*Math.pow(2,pe.current),3e4);ie.current=setTimeout(()=>{pe.current++,D()},ce)}else x({status:Fr.DISCONNECTED})},fe.addEventListener("conversation_message",ce=>{try{const me=JSON.parse(ce.data),Oe=(me==null?void 0:me.ConversationMessage)??me??null;Oe&&Q.current(Oe)}catch{}}),fe.addEventListener("platform_event",ce=>{try{const me=JSON.parse(ce.data);me!=null&&me.PlatformEvent?N.current(me.PlatformEvent[0],me.PlatformEvent[1]):me!=null&&me.event_label&&N.current(me.event_label,me.event_data)}catch{}})};return D(),()=>{ie.current&&(clearTimeout(ie.current),ie.current=null),X.current&&(X.current.close(),X.current=null)}},[e]);const ae=c.useCallback(async()=>{if(!e)return;const W=e;try{const D=await o(`/ai/threads/${W}`,{method:"GET"});if(!D.ok)return;const B=await V(D);B.data&&z.current===W&&(m(B.data),F(B.data.status))}catch{}},[e,o,F]);c.useEffect(()=>{if(!e)return;ae();const W=window.setInterval(()=>{!Zr(O.current)&&Z.current<=Date.now()||ae()},U2);return()=>{window.clearInterval(W)}},[e,ae]),c.useEffect(()=>{i([]),m(null),A(!0),S(!1),y(null),_(!!e),x({status:Fr.DISCONNECTED}),$.current=null,Z.current=0,O.current=rt.IDLE,L()},[e,L]);const q=c.useCallback(async(W,D)=>{var B;if(!(!e||!a)){d(W),D&&D.length>0&&f(D);try{const fe=new FormData;fe.append("message",W),D&&D.length>0&&D.forEach(me=>{fe.append("files",me)});const ce=await o(`/ai/threads/${e}/run`,{method:"POST",body:fe});if(ce.ok){const Oe=((B=(await V(ce)).data)==null?void 0:B.conversation_id)??null;Oe?H(Oe,W):L(),M(rt.RUNNING)}else L()}catch{L()}}},[e,a,o,M,L,H]);c.useEffect(()=>{e&&xe()},[e,xe]);const We=c.useCallback(async()=>{await xe()},[xe]),Ie=c.useCallback(async()=>{if(!(j||!w||!$.current)){S(!0);try{await xe($.current)}finally{S(!1)}}},[j,w,xe]),Be=c.useCallback(()=>{i([]),L()},[L]),De=c.useCallback(async(W,D)=>{if(!e)return!1;try{const B=new FormData;return B.append("request_message_id",W),D.forEach(ce=>{B.append("approval_tool_name",ce.tool_name),B.append("approval_mode",ce.mode)}),(await o(`/ai/threads/${e}/run`,{method:"POST",body:B})).ok?(M(rt.RUNNING),!0):!1}catch{return!1}},[e,o,M]),ve=c.useCallback(async()=>{if(!(!e||!Zr(g)))try{const W=new FormData;W.append("cancel","true"),await o(`/ai/threads/${e}/run`,{method:"POST",body:W}),Z.current=0,P(rt.IDLE)}catch{}},[e,g,o,P]),ee=c.useCallback(W=>{if(!a||!e||!W)return null;const D=W.url||W.filename;if(!D)return null;if(/^https?:\/\//i.test(D))return D;const B=a.backend_host.replace(/\/$/,"");let fe;if(D.startsWith("/ai/threads/"))fe=new URL(D,`${B}/`);else if(D.startsWith("/uploads/")){const ce=D.split("/").pop()??"";if(!ce)return null;fe=new URL(`/ai/threads/${encodeURIComponent(e)}/filesystem/file`,`${B}/`),fe.searchParams.set("path",`uploads/${ce}`)}else{const ce=D.includes("/")?D.split("/").pop()??"":D;if(!ce)return null;fe=new URL(`/ai/threads/${encodeURIComponent(e)}/filesystem/file`,`${B}/`),fe.searchParams.set("path",`uploads/${ce}`)}if(a.mode==="staging"){const ce=ut(a.backend_host);ce&&fe.searchParams.set("__dev_session__",ce)}return fe.toString()},[e,a]),de=c.useCallback(W=>{const D=ee(W);if(!D)return;const B=document.createElement("a");B.href=D,B.download=(W==null?void 0:W.filename)||"attachment",B.rel="noreferrer",document.body.appendChild(B),B.click(),document.body.removeChild(B)},[ee]),ne=((he=p==null?void 0:p.execution_state)==null?void 0:he.pending_approval_request)??null,K=(ne==null?void 0:ne.request_message_id)??null;return{threadState:p,messages:s,pendingMessage:h,pendingFiles:u,connectionState:b,isConnected:b.status===Fr.CONNECTED,hasActiveRun:Zr(g),isRunning:g===rt.STARTING||g===rt.RUNNING,executionStatus:g,isWaitingForInput:g===rt.WAITING_FOR_INPUT,pendingApprovalRequest:ne,activeApprovalRequestId:K,hasMoreMessages:w,isLoadingMore:j,messagesLoading:C,messagesError:k,refreshMessages:We,sendMessage:q,submitApprovalResponse:De,clearMessages:Be,loadMoreMessages:Ie,cancelExecution:ve,resolveMessageFileUrl:ee,downloadMessageFile:de}}function W2(e){const{client:r}=je(),[a,o]=c.useState(!e),[s,i]=c.useState(!!e),[h,d]=c.useState(null),u=c.useRef(!1),f=c.useRef(!1),p=c.useRef(null),m=a,g=c.useCallback(async()=>{const C=await r("/ai/session",{method:"GET"});if(!C.ok)throw C.status===401||C.status===403?new Error("NO_SESSION"):new Error("Failed to fetch session");return(await V(C)).data},[r]),{data:v,error:b,isLoading:x,mutate:w}=Ae(m?"wacht-agent-session":null,g,{revalidateOnFocus:!1});c.useEffect(()=>{if(!e||u.current||f.current||p.current===e)return;p.current=e,(async()=>{f.current=!0,i(!0);try{(await r(`/session/ticket/exchange?ticket=${encodeURIComponent(e)}`,{method:"GET"})).ok?(u.current=!0,o(!0)):d(new Error("Failed to exchange ticket"))}catch(_){d(_ instanceof Error?_:new Error("Failed to exchange ticket"))}finally{i(!1),f.current=!1}})()},[e,r]);const A=!h&&(e?a:!0)&&(!b||b.message!=="NO_SESSION"),j=h||(b&&b.message!=="NO_SESSION"?b:null);return{hasSession:A,sessionLoading:s||m&&x,sessionError:j,sessionId:(v==null?void 0:v.session_id)||null,actor:(v==null?void 0:v.actor)||null,agents:(v==null?void 0:v.agents)||[],ticketExchanged:a,ticketLoading:s,refetch:async()=>{await w()}}}const oi={exists:!1,files:[]};function G2(e,r){return r===void 0?"":`?${new URLSearchParams({[e]:String(r)}).toString()}`}function w0(e,r){const a=new URLSearchParams({path:e});return r&&a.set("include_archived","true"),`?${a.toString()}`}function y0(e,r){const a=new URLSearchParams;e&&a.set("path",e),r&&a.set("include_archived","true");const o=a.toString();return o?`?${o}`:""}function q2(e){const r=e.split("/").pop()||e,a=r.lastIndexOf(".");return a<0||a===r.length-1?"":r.slice(a+1).toLowerCase()}function K2(e,r){const a=q2(r),o=new Set(["doc","docx","ppt","pptx","xls","xlsx","pdf","zip","gz","tar","7z","rar","jar","war","bin"]),s=new Set(["txt","md","mdx","markdown","json","jsonc","js","jsx","ts","tsx","mts","cts","mjs","cjs","py","rb","php","java","kt","kts","go","rs","c","cc","cpp","cxx","h","hpp","swift","sh","bash","zsh","fish","ps1","sql","html","htm","css","scss","less","xml","svg","yaml","yml","toml","ini","cfg","conf","env","log"]);return o.has(a)?!1:s.has(a)?!0:e.startsWith("text/")||e.includes("json")||e.includes("javascript")||e.includes("typescript")||e.includes("python")||e.includes("xml")||e.includes("yaml")}function at(e,r,a){if(a!=null){if(typeof a=="string"){e.set(r,a);return}if(typeof a=="boolean"||typeof a=="number"){e.set(r,String(a));return}}}function Y2(e,r,a){a&&e.set(r,JSON.stringify(a))}function si(e){const r=new FormData;return at(r,"name",e.name),at(r,"agent_id","agent_id"in e?e.agent_id:void 0),at(r,"description",e.description),at(r,"status",e.status),r}function Q2(e){const r=new FormData;if(at(r,"title",e.title),at(r,"agent_id",e.agent_id),at(r,"system_instructions",e.system_instructions),at(r,"thread_purpose",e.thread_purpose),at(r,"responsibility",e.responsibility),at(r,"reusable",e.reusable),at(r,"accepts_assignments",e.accepts_assignments),Y2(r,"metadata",e.metadata),Array.isArray(e.capability_tags))for(const a of e.capability_tags)r.append("capability_tags",a);return r}function j0(e){const r=new FormData;return at(r,"title",e.title),at(r,"agent_id",e.agent_id),at(r,"system_instructions",e.system_instructions),r}function _0(e,r=[]){const a=new FormData;at(a,"title",e.title),at(a,"description",e.description),at(a,"status",e.status),at(a,"priority",e.priority),at(a,"schedule_kind",e.schedule_kind),at(a,"next_run_at",e.next_run_at),at(a,"interval_seconds",e.interval_seconds),"clear_schedule"in e&&at(a,"clear_schedule",e.clear_schedule);for(const o of r)a.append("files",o);return a}function J2(e={}){const{client:r}=je(),{includeArchived:a=!1,enabled:o=!0}=e,s=o?`wacht-ai-actor-projects:${a}`:null,i=c.useCallback(async()=>{const v=await r(`/ai/projects${G2("include_archived",a)}`);return(await V(v)).data},[r,a]),{data:h,error:d,mutate:u}=Ae(s,i,{revalidateOnFocus:!1}),f=c.useCallback(async v=>{const b=await r("/ai/projects",{method:"POST",body:si(v)}),x=await V(b);return await u(),x},[r,u]),p=c.useCallback(async(v,b)=>{const x=await r(`/ai/projects/${v}/update`,{method:"POST",body:si(b)}),w=await V(x);return await u(),w},[r,u]),m=c.useCallback(async v=>{const b=await r(`/ai/projects/${v}/archive`,{method:"POST",body:new URLSearchParams}),x=await V(b);return await u(),x},[r,u]),g=c.useCallback(async v=>{const b=await r(`/ai/projects/${v}/unarchive`,{method:"POST",body:new URLSearchParams}),x=await V(b);return await u(),x},[r,u]);return{projects:h||[],loading:!h&&!d,error:d,createProject:f,updateProject:p,archiveProject:m,unarchiveProject:g,refetch:async()=>{await u()}}}function X2(e={}){const{client:r}=je(),{enabled:a=!0,query:o="",limit:s=12}=e,i=o.trim(),h=a?`wacht-ai-actor-project-search:${i}:${s}`:null,d=c.useCallback(async()=>{const m=new URLSearchParams({limit:String(s)});i&&m.set("q",i);const g=await r(`/ai/projects/search?${m.toString()}`);return(await V(g)).data},[r,s,i]),{data:u,error:f,mutate:p}=Ae(h,d,{revalidateOnFocus:!1});return{projects:(u==null?void 0:u.data)||[],loading:!u&&!f,error:f,hasMore:(u==null?void 0:u.has_more)||!1,nextCursor:u==null?void 0:u.next_cursor,refetch:async()=>{await p()}}}function ep(e,r={}){const{client:a}=je(),{includeArchived:o=!1,enabled:s=!0}=r,i=s&&e?`wacht-ai-threads:${e}:${o}`:null,h=c.useCallback(async()=>{if(!e)return{data:[],has_more:!1,next_cursor:""};const x=new URLSearchParams({limit:"100"});o&&x.set("include_archived","true");const w=await a(`/ai/projects/${e}/threads?${x.toString()}`);return(await V(w)).data},[e,a,o]),{data:d,error:u,mutate:f}=Ae(i,h,{revalidateOnFocus:!1}),p=c.useCallback(async(x,w)=>{const A=await a(`/ai/projects/${x}/threads`,{method:"POST",body:Q2(w)}),j=await V(A);return x===e&&await f(),j},[e,a,f]),m=c.useCallback(async x=>{if(!e)throw new Error("projectId is required");return p(e,x)},[e,p]),g=c.useCallback(async(x,w)=>{const A=await a(`/ai/threads/${x}/update`,{method:"POST",body:j0(w)}),j=await V(A);return await f(),j},[a,f]),v=c.useCallback(async x=>{const w=await a(`/ai/threads/${x}/archive`,{method:"POST",body:new URLSearchParams}),A=await V(w);return await f(),A},[a,f]),b=c.useCallback(async x=>{const w=await a(`/ai/threads/${x}/unarchive`,{method:"POST",body:new URLSearchParams}),A=await V(w);return await f(),A},[a,f]);return{threads:(d==null?void 0:d.data)||[],loading:!d&&!u,error:u,hasMore:(d==null?void 0:d.has_more)||!1,nextCursor:(d==null?void 0:d.next_cursor)||"",createThread:m,createThreadForProject:p,updateThread:g,archiveThread:v,unarchiveThread:b,refetch:async()=>{await f()}}}function tp(e,r={}){var v,b;const{client:a}=je(),{includeArchived:o=!1,archivedOnly:s=!1,enabled:i=!0,query:h="",limit:d=10}=r,u=h.trim(),f=ar((x,w)=>{if(!i||!e||x>0&&w&&!w.has_more)return null;const A=x===0||w==null?void 0:w.next_cursor;return["wacht-ai-project-thread-feed",e,s?"archived-only":o?"with-archived":"active-only",u,d,A||""]},async([,x,w,A,j,S])=>{const C=new URLSearchParams({limit:String(j)});w==="with-archived"?C.set("include_archived","true"):w==="archived-only"&&(C.set("include_archived","true"),C.set("archived_only","true")),A&&C.set("q",String(A)),S&&C.set("cursor",String(S));const _=await a(`/ai/projects/${x}/threads?${C.toString()}`);return(await V(_)).data},{revalidateOnFocus:!1,revalidateFirstPage:!0,persistSize:!0}),p=c.useMemo(()=>{var x;return((x=f.data)==null?void 0:x.flatMap(w=>w.data||[]))||[]},[f.data]),m=f.data&&((v=f.data[f.data.length-1])==null?void 0:v.has_more)||!1,g=f.isValidating&&!!f.data&&f.size>(((b=f.data)==null?void 0:b.length)||0);return{threads:p,loading:!f.data&&!f.error,error:f.error||null,hasMore:m,loadingMore:g,loadMore:async()=>{!m||g||await f.setSize(x=>x+1)},refetch:async()=>{await f.mutate()}}}function rp(e={}){const{client:r}=je(),{enabled:a=!0,query:o="",limit:s=16}=e,i=o.trim(),h=a?`wacht-ai-actor-thread-search:${i}:${s}`:null,d=c.useCallback(async()=>{const m=new URLSearchParams({limit:String(s)});i&&m.set("q",i);const g=await r(`/ai/threads/search?${m.toString()}`);return(await V(g)).data},[r,s,i]),{data:u,error:f,mutate:p}=Ae(h,d,{revalidateOnFocus:!1});return{threads:(u==null?void 0:u.data)||[],loading:!u&&!f,error:f,hasMore:(u==null?void 0:u.has_more)||!1,nextCursor:u==null?void 0:u.next_cursor,refetch:async()=>{await p()}}}function ap(e,r=!0){const{client:a}=je(),o=r&&e?`wacht-ai-thread:${e}`:null,s=c.useCallback(async()=>{if(!e)return null;const f=await a(`/ai/threads/${e}`);return(await V(f)).data},[e,a]),i=Ae(o,s,{revalidateOnFocus:!1}),h=c.useCallback(async f=>{if(!e)throw new Error("threadId is required");const p=await a(`/ai/threads/${e}/update`,{method:"POST",body:j0(f)}),m=await V(p);return await i.mutate(),m},[e,a,i]),d=c.useCallback(async()=>{if(!e)throw new Error("threadId is required");const f=await a(`/ai/threads/${e}/archive`,{method:"POST",body:new URLSearchParams}),p=await V(f);return await i.mutate(),p},[e,a,i]),u=c.useCallback(async()=>{if(!e)throw new Error("threadId is required");const f=await a(`/ai/threads/${e}/unarchive`,{method:"POST",body:new URLSearchParams}),p=await V(f);return await i.mutate(),p},[e,a,i]);return{thread:i.data||null,loading:!i.data&&!i.error,error:i.error||null,updateThread:h,archiveThread:d,unarchiveThread:u,refetch:async()=>{await i.mutate()}}}function np(e,r=!0){const{client:a}=je(),o=r&&e?`wacht-ai-thread-filesystem:${e}`:null,s=c.useCallback(async d=>{if(!e)throw new Error("threadId is required");const u=await a(`/ai/threads/${e}/filesystem/file${w0(d)}`);if(!u.ok)throw new Error("Failed to load file");const f=await u.blob(),p=(u.headers.get("content-type")||"application/octet-stream").split(";")[0].trim().toLowerCase(),m=K2(p,d);let g;return m&&(g=await f.text()),{path:d,name:d.split("/").pop()||"file",mime_type:p,is_text:m,size_bytes:f.size,truncated:!1,content:g,blob:f}},[e,a]),i=c.useCallback(async d=>{if(!e)return oi;const u=await a(`/ai/threads/${e}/filesystem${y0(d)}`);return(await V(u)).data},[e,a]),h=Ae(o,()=>i(),{revalidateOnFocus:!1});return{filesystem:h.data||oi,filesystemLoading:!h.data&&!h.error,filesystemError:h.error||null,getFile:s,listDirectory:i,refetch:async()=>{await h.mutate()}}}function op(e,r={}){var f,p;const{client:a}=je(),{enabled:o=!0,limit:s=40}=r,i=ar((m,g)=>{if(!o||!e||m>0&&g&&!g.has_more)return null;const v=m===0||g==null?void 0:g.next_cursor;return["wacht-ai-thread-events",e,s,v||""]},async([,m,g,v])=>{const b=new URLSearchParams({limit:String(g)});v&&b.set("cursor",String(v));const x=await a(`/ai/threads/${m}/events?${b.toString()}`);return(await V(x)).data},{revalidateOnFocus:!1,revalidateFirstPage:!0,persistSize:!0,refreshInterval:5e3}),h=c.useMemo(()=>{var m;return((m=i.data)==null?void 0:m.flatMap(g=>g.data||[]))||[]},[i.data]),d=i.data&&((f=i.data[i.data.length-1])==null?void 0:f.has_more)||!1,u=i.isValidating&&!!i.data&&i.size>(((p=i.data)==null?void 0:p.length)||0);return{events:h,loading:!i.data&&!i.error,error:i.error||null,hasMore:d,loadingMore:u,loadMore:async()=>{!d||u||await i.setSize(m=>m+1)},refetch:async()=>{await i.mutate()}}}function sp(e,r={}){var f,p;const{client:a}=je(),{enabled:o=!0,limit:s=40}=r,i=ar((m,g)=>{if(!o||!e||m>0&&g&&!g.has_more)return null;const v=m===0||g==null?void 0:g.next_cursor;return["wacht-ai-thread-assignments",e,s,v||""]},async([,m,g,v])=>{const b=new URLSearchParams({limit:String(g)});v&&b.set("cursor",String(v));const x=await a(`/ai/threads/${m}/assignments?${b.toString()}`);return(await V(x)).data},{revalidateOnFocus:!1,revalidateFirstPage:!0,persistSize:!0,refreshInterval:5e3}),h=c.useMemo(()=>{var m;return((m=i.data)==null?void 0:m.flatMap(g=>g.data||[]))||[]},[i.data]),d=i.data&&((f=i.data[i.data.length-1])==null?void 0:f.has_more)||!1,u=i.isValidating&&!!i.data&&i.size>(((p=i.data)==null?void 0:p.length)||0);return{assignments:h,loading:!i.data&&!i.error,error:i.error||null,hasMore:d,loadingMore:u,loadMore:async()=>{!d||u||await i.setSize(m=>m+1)},refetch:async()=>{await i.mutate()}}}function ip(e={},r){const a=new URLSearchParams;e.statuses&&e.statuses.length>0&&a.set("status",e.statuses.join(",")),e.includeArchived&&a.set("include_archived","true"),e.archivedOnly&&a.set("archived_only","true"),e.limit&&a.set("limit",String(e.limit)),r&&a.set("cursor",r);const o=a.toString();return o?`?${o}`:""}function cp(e,r=!0,a={}){var b,x,w;const{client:o}=je(),s=((b=a.statuses)==null?void 0:b.join(","))||"all",i=a.archivedOnly?"archived-only":a.includeArchived?"with-archived":"active-only",h=a.limit||60,d=ar((A,j)=>{if(!r||!e||A>0&&j&&!j.has_more)return null;const S=A===0||j==null?void 0:j.next_cursor;return["wacht-ai-project-tasks",e,s,i,h,S||""]},async([,A,,,,j])=>{const S=await o(`/ai/projects/${A}/board/items${ip(a,j||void 0)}`);return(await V(S)).data},{revalidateOnFocus:!1,revalidateFirstPage:!0,persistSize:!0}),u=c.useMemo(()=>{var A;return((A=d.data)==null?void 0:A.flatMap(j=>j.data||[]))||[]},[d.data]),f=d.data&&((x=d.data[d.data.length-1])==null?void 0:x.has_more)||!1,p=d.isValidating&&!!d.data&&d.size>(((w=d.data)==null?void 0:w.length)||0),m=c.useCallback(async(A,j=[])=>{if(!e)throw new Error("projectId is required");const S=await o(`/ai/projects/${e}/board/items`,{method:"POST",body:_0(A,j)}),C=await V(S);return await d.mutate(),C},[e,o,d]),g=c.useCallback(async A=>{if(!e)throw new Error("projectId is required");const j=await o(`/ai/projects/${e}/board/items/${A}/archive`,{method:"POST",body:new URLSearchParams}),S=await V(j);return await d.mutate(),S},[e,o,d]),v=c.useCallback(async A=>{if(!e)throw new Error("projectId is required");const j=await o(`/ai/projects/${e}/board/items/${A}/unarchive`,{method:"POST",body:new URLSearchParams}),S=await V(j);return await d.mutate(),S},[e,o,d]);return{tasks:u,loading:!d.data&&!d.error,error:d.error||null,hasMore:f,loadingMore:p,loadMore:async()=>{!f||p||await d.setSize(A=>A+1)},createTask:m,archiveTask:g,unarchiveTask:v,refetch:async()=>{await d.mutate()}}}function lp(e,r,a=!0,o={}){var O,R,P,M;const{client:s}=je(),i=o.includeArchived?"with-archived":"active-only",h=o.includeArchived?"?include_archived=true":"",d=a&&e&&r?`wacht-ai-board-item:${e}:${r}:${i}`:null,u=a&&e&&r?`wacht-ai-board-item-workspace:${e}:${r}:${i}`:null,f=c.useCallback(async()=>{if(!e||!r)return null;const E=await s(`/ai/projects/${e}/board/items/${r}${h}`);return(await V(E)).data},[e,r,s,h]),p=Ae(d,f,{revalidateOnFocus:!1,refreshInterval:5e3}),m=ar((E,F)=>{if(!a||!e||!r||E>0&&F&&!F.has_more)return null;const L=E===0||F==null?void 0:F.next_cursor;return["wacht-ai-board-item-events",e,r,i,L||""]},async([,E,F,,L])=>{const H=new URLSearchParams({limit:"40"});o.includeArchived&&H.set("include_archived","true"),L&&H.set("cursor",String(L));const I=await s(`/ai/projects/${E}/board/items/${F}/events?${H.toString()}`);return(await V(I)).data},{revalidateOnFocus:!1,revalidateFirstPage:!0,persistSize:!0,refreshInterval:5e3}),g=ar((E,F)=>{if(!a||!e||!r||E>0&&F&&!F.has_more)return null;const L=E===0||F==null?void 0:F.next_cursor;return["wacht-ai-board-item-assignments",e,r,i,L||""]},async([,E,F,,L])=>{const H=new URLSearchParams({limit:"40"});o.includeArchived&&H.set("include_archived","true"),L&&H.set("cursor",String(L));const I=await s(`/ai/projects/${E}/board/items/${F}/assignments?${H.toString()}`);return(await V(I)).data},{revalidateOnFocus:!1,revalidateFirstPage:!0,persistSize:!0,refreshInterval:5e3}),v=c.useCallback(async()=>{if(!e||!r)return{exists:!1,files:[]};const E=await s(`/ai/projects/${e}/board/items/${r}/filesystem${h}`);return(await V(E)).data},[e,r,s,h]),b=Ae(u,v,{revalidateOnFocus:!1,refreshInterval:5e3}),x=c.useCallback(async(E,F=[])=>{if(!e||!r)throw new Error("projectId and itemId are required");const L=await s(`/ai/projects/${e}/board/items/${r}/update`,{method:"POST",body:_0(E,F)}),H=await V(L);return await p.mutate(),await b.mutate(),H},[e,r,s,p,b]),w=c.useCallback(async()=>{if(!e||!r)throw new Error("projectId and itemId are required");const E=await s(`/ai/projects/${e}/board/items/${r}/archive`,{method:"POST",body:new URLSearchParams}),F=await V(E);return await p.mutate(),F},[e,r,s,p]),A=c.useCallback(async()=>{if(!e||!r)throw new Error("projectId and itemId are required");const E=await s(`/ai/projects/${e}/board/items/${r}/unarchive`,{method:"POST",body:new URLSearchParams}),F=await V(E);return await p.mutate(),F},[e,r,s,p]),j=c.useCallback(async E=>{if(!e||!r)throw new Error("projectId and itemId are required");const F=await s(`/ai/projects/${e}/board/items/${r}/filesystem/file${w0(E,o.includeArchived)}`);return await V(F)},[e,r,s,o.includeArchived]),S=c.useCallback(async E=>{if(!e||!r)throw new Error("projectId and itemId are required");const F=await s(`/ai/projects/${e}/board/items/${r}/filesystem${y0(E,o.includeArchived)}`);return await V(F)},[e,r,s,o.includeArchived]),C=c.useCallback(async(E,F=[])=>{if(!e||!r)throw new Error("projectId and itemId are required");const L=await s(`/ai/projects/${e}/board/items/${r}/journal`,{method:"POST",body:(()=>{const I=new FormData;I.set("summary",E.summary),E.body_markdown&&I.set("body_markdown",E.body_markdown),E.details&&I.set("details",E.details);for(const T of F)I.append("files",T);return I})()}),H=await V(L);return await m.mutate(),await b.mutate(),H},[e,r,s,m,b]),_=c.useMemo(()=>{var E;return((E=m.data)==null?void 0:E.flatMap(F=>F.data||[]))||[]},[m.data]),k=c.useMemo(()=>{var E;return((E=g.data)==null?void 0:E.flatMap(F=>F.data||[]))||[]},[g.data]),y=m.data&&((O=m.data[m.data.length-1])==null?void 0:O.has_more)||!1,$=m.isValidating&&!!m.data&&m.size>(((R=m.data)==null?void 0:R.length)||0),z=g.data&&((P=g.data[g.data.length-1])==null?void 0:P.has_more)||!1,Z=g.isValidating&&!!g.data&&g.size>(((M=g.data)==null?void 0:M.length)||0);return{item:p.data||null,events:_,assignments:k,eventsHasMore:y,eventsLoadingMore:$,loadMoreEvents:async()=>{!y||$||await m.setSize(E=>E+1)},assignmentsHasMore:z,assignmentsLoadingMore:Z,loadMoreAssignments:async()=>{!z||Z||await g.setSize(E=>E+1)},taskWorkspace:b.data||{exists:!1,files:[]},taskWorkspaceLoading:!b.data&&!b.error,taskWorkspaceError:b.error||null,loading:!p.data&&!p.error||!m.data&&!m.error||!g.data&&!g.error,error:p.error||m.error||g.error||null,updateItem:x,archiveItem:w,unarchiveItem:A,getTaskWorkspaceFile:j,listTaskWorkspaceDirectory:S,appendJournal:C,refetch:async()=>{await p.mutate(),await m.mutate(),await g.mutate(),await b.mutate()},refetchEvents:async()=>{await m.mutate()},refetchAssignments:async()=>{await g.mutate()},refetchTaskWorkspace:async()=>{await b.mutate()}}}function dp(e,r=!0){var v;const{client:a}=je(),{data:o,error:s,mutate:i,isLoading:h,size:d,setSize:u,isValidating:f}=ar((b,x)=>{if(!r||!e||b>0&&(!x||!x.has_more))return null;const w=b===0||x==null?void 0:x.next_cursor;return["wacht-ai-thread-graphs",e,w]},async([,b,x])=>{const w=new URLSearchParams;w.set("limit","10"),x&&w.set("cursor",String(x));const A=await a(`/ai/threads/${b}/task-graphs?${w.toString()}`),S=(await V(A)).data||{data:[],limit:10,has_more:!1};return{...S,data:(S.data||[]).map(C=>({...C,nodes:Array.isArray(C.nodes)?C.nodes:[],edges:Array.isArray(C.edges)?C.edges:[],summary:C.summary||null}))}},{revalidateOnFocus:!1,refreshInterval:5e3,revalidateFirstPage:!0,revalidateAll:!1,persistSize:!0}),p=c.useMemo(()=>o?o.flatMap(b=>b.data||[]):[],[o]),m=o&&((v=o[o.length-1])==null?void 0:v.has_more)||!1,g=f&&!!o&&d>((o==null?void 0:o.length)||0);return{graphs:p,latestGraph:p[0]||null,has_more:m,loadingMore:g,loading:h,error:s,loadMore:async()=>{!m||g||await u(d+1)},refetch:async()=>{await i()}}}function up(e=!0){const{client:r}=je(),a=e?"wacht-ai-actor-mcp-servers":null,o=c.useCallback(async()=>{const p=await r("/ai/mcp-servers");return(await V(p)).data},[r]),{data:s,error:i,mutate:h,isLoading:d}=Ae(a,o,{revalidateOnFocus:!1}),u=c.useCallback(async p=>{const m=await r(`/ai/mcp-servers/${p}/connect`,{method:"POST",body:new URLSearchParams});return V(m)},[r]),f=c.useCallback(async p=>{const m=await r(`/ai/mcp-servers/${p}/disconnect`,{method:"POST",body:new URLSearchParams}),g=await V(m);return await h(),g},[r,h]);return{servers:s??[],loading:d,error:i,connect:u,disconnect:f,refetch:async()=>{await h()}}}function pp(e=!0){const{client:r}=je(),a=e?"wacht-ai-external-agent-connections":null,o=c.useCallback(async()=>{const p=await r("/ai/external-connections");return(await V(p)).data},[r]),{data:s,error:i,mutate:h,isLoading:d}=Ae(a,o,{revalidateOnFocus:!1}),u=c.useCallback(async(p,m,g)=>{const v=await r(`/ai/external-connections/${encodeURIComponent(p)}/${encodeURIComponent(m)}/connect`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({return_url:(g==null?void 0:g.returnUrl)??""})}),b=await V(v);return await h(),b.data},[r,h]),f=c.useCallback(async(p,m)=>{const g=await r(`/ai/external-connections/${encodeURIComponent(p)}/${encodeURIComponent(m)}`,{method:"DELETE"}),v=await V(g);return await h(),v.data},[r,h]);return{connections:s??[],loading:d,error:i,connect:u,disconnect:f,refetch:async()=>{await h()}}}function k0(e){const r=new URLSearchParams;return r.append("url",e.url),e.description&&r.append("description",e.description),e.subscribed_events&&e.subscribed_events.forEach(a=>r.append("subscribed_events",a)),e.subscriptions&&e.subscriptions.length>0&&r.append("subscriptions",JSON.stringify(e.subscriptions)),e.headers&&Object.entries(e.headers).forEach(([a,o])=>{r.append(`headers[${a}]`,o)}),e.rate_limit_config&&(r.append("rate_limit[duration_ms]",e.rate_limit_config.duration_ms.toString()),r.append("rate_limit[max_requests]",e.rate_limit_config.max_requests.toString())),r}function hp(e){const r=new URLSearchParams;return e.url&&r.append("url",e.url),e.description!==void 0&&r.append("description",e.description||""),e.subscribed_events&&e.subscribed_events.forEach(a=>r.append("subscribed_events",a)),e.subscriptions&&e.subscriptions.length>0&&r.append("subscriptions",JSON.stringify(e.subscriptions)),e.headers&&Object.entries(e.headers).forEach(([a,o])=>{r.append(`headers[${a}]`,o)}),e.is_active!==void 0&&r.append("is_active",e.is_active.toString()),e.rate_limit_config&&(r.append("rate_limit[duration_ms]",e.rate_limit_config.duration_ms.toString()),r.append("rate_limit[max_requests]",e.rate_limit_config.max_requests.toString())),r}function fp(e){const r=new URLSearchParams;return r.append("event_name",e.event_name),r.append("payload",JSON.stringify(e.payload||{})),r}function mp(e){const r=new URLSearchParams;return(e.delivery_ids||[]).forEach(o=>r.append("delivery_ids",o)),e.start_date&&r.append("start_date",e.start_date),e.end_date&&r.append("end_date",e.end_date),e.status&&r.append("status",e.status),e.event_name&&r.append("event_name",e.event_name),e.endpoint_id&&r.append("endpoint_id",e.endpoint_id),e.idempotency_key&&r.append("idempotency_key",e.idempotency_key),r}const Ea={"Content-Type":"application/x-www-form-urlencoded"};async function Ct(e,r){const a=await V(e);if(!a||!("data"in a))throw new Error(r);return a}async function gp(e){const r=await e("/webhook/session",{method:"GET"});if(!r.ok)throw r.status===401||r.status===403?new Error("NO_SESSION"):new Error("Failed to fetch webhook app session");return(await Ct(r,"Failed to fetch webhook app session")).data}async function vp(e,r){if(!(await e(`/session/ticket/exchange?ticket=${encodeURIComponent(r)}`,{method:"GET"})).ok)throw new Error("Failed to exchange ticket")}async function xp(e,r){const a=k0(r),o=await e("/webhook/endpoints",{method:"POST",headers:Ea,body:a.toString()});return Ct(o,"Failed to create webhook endpoint")}async function bp(e,r,a){const o=hp(a),s=await e(`/webhook/endpoints/${r}`,{method:"PUT",headers:Ea,body:o.toString()});return Ct(s,"Failed to update webhook endpoint")}async function wp(e,r){const a=await e(`/webhook/endpoints/${r}`,{method:"DELETE"});return Ct(a,"Failed to delete webhook endpoint")}async function yp(e,r,a){const o=fp(a),s=await e(`/webhook/endpoints/${r}/test`,{method:"POST",headers:Ea,body:o.toString()});return Ct(s,"Failed to test webhook endpoint")}async function jp(e){const r=await e("/webhook/rotate-secret",{method:"POST"});return Ct(r,"Failed to rotate signing secret")}async function _p(e,r){const a=new URLSearchParams;for(const s of r.failure_notification_emails)a.append("failure_notification_emails",s);const o=await e("/webhook/settings",{method:"PUT",headers:Ea,body:a.toString()});return Ct(o,"Failed to update webhook settings")}async function kp(e,r){const a=mp(r),o=await e("/webhook/deliveries/replay",{method:"POST",headers:Ea,body:a.toString()});return Ct(o,"Failed to replay webhook delivery")}async function Cp(e,r){const a=await e(`/webhook/deliveries/${r}`,{method:"GET"});return Ct(a,"Failed to fetch delivery details")}async function Sp(e,{taskId:r}){const a=await e(`/webhook/deliveries/replay/${r}`,{method:"GET"});return Ct(a,"Failed to fetch replay task status")}async function Ep(e,r){const a=(r==null?void 0:r.limit)??50,o=(r==null?void 0:r.offset)??0,s=await e(`/webhook/deliveries/replay?limit=${a}&offset=${o}`,{method:"GET"});return Ct(s,"Failed to fetch replay tasks")}async function Ap(e,{taskId:r}){const a=await e(`/webhook/deliveries/replay/${r}/cancel`,{method:"POST"});return Ct(a,"Failed to cancel replay task")}function zp(e){const{client:r}=je(),[a,o]=c.useState(!e),[s,i]=c.useState(!!e),[h,d]=c.useState(null),u=c.useRef(!1),f=c.useRef(!1),p=c.useRef(null),m=a,g=c.useCallback(async()=>gp(r),[r]),{data:v,error:b,isLoading:x,mutate:w}=Ae(m?"wacht-webhook-app-session":null,g,{revalidateOnFocus:!1,shouldRetryOnError:!1});c.useEffect(()=>{if(!e||u.current||f.current||p.current===e)return;p.current=e,(async()=>{f.current=!0,i(!0);try{await vp(r,e),u.current=!0,o(!0)}catch(F){d(F instanceof Error?F:new Error("Failed to exchange ticket"))}finally{i(!1),f.current=!1}})()},[e,r]);const A=c.useCallback(async E=>xp(r,E),[r]),j=c.useCallback(async(E,F)=>bp(r,E,F),[r]),S=c.useCallback(async E=>wp(r,E),[r]),C=c.useCallback(async(E,F)=>yp(r,E,F),[r]),_=c.useCallback(async()=>jp(r),[r]),k=c.useCallback(async E=>kp(r,E),[r]),y=c.useCallback(async E=>_p(r,E),[r]),$=c.useCallback(async E=>Cp(r,E),[r]),z=c.useCallback(async E=>Sp(r,E),[r]),Z=c.useCallback(async E=>Ep(r,E),[r]),O=c.useCallback(async E=>Ap(r,E),[r]),R=!b||b.message!=="NO_SESSION",P=h||(b&&b.message!=="NO_SESSION"?b:null);return{hasSession:R,sessionLoading:s||m&&x,sessionError:P,sessionId:(v==null?void 0:v.session_id)||null,webhookApp:(v==null?void 0:v.webhook_app)||null,ticketExchanged:a,ticketLoading:s,refetch:async()=>{await w()},createEndpoint:A,updateEndpoint:j,deleteEndpoint:S,testEndpoint:C,rotateSecret:_,updateSettings:y,replayDelivery:k,fetchReplayTaskStatus:z,fetchReplayTasks:Z,cancelReplayTask:O,fetchDeliveryDetail:$}}function $p(){const{client:e}=je(),r=c.useCallback(async()=>{const h=await e("/webhook/stats",{method:"GET"});return(await V(h)).data},[e]),{data:a,error:o,isLoading:s,mutate:i}=Ae("wacht-webhook-stats",r,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{stats:a||null,loading:s,error:o,refetch:()=>i()}}function Mp(){const{client:e}=je(),r=c.useCallback(async()=>{const h=await e("/webhook/endpoints",{method:"GET"});return(await V(h)).data},[e]),{data:a,error:o,isLoading:s,mutate:i}=Ae("wacht-webhook-endpoints",r,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{endpoints:a||[],loading:s,error:o,refetch:()=>i()}}function Lp(){const{client:e}=je();return{createEndpoint:c.useCallback(async a=>{const o=k0(a),s=await e("/webhook/endpoints",{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:o.toString()});return await V(s)},[e]),loading:!1,error:null}}function Rp(){const{client:e}=je(),r=c.useCallback(async()=>{const h=await e("/webhook/events",{method:"GET"});return(await V(h)).data},[e]),{data:a,error:o,isLoading:s,mutate:i}=Ae("wacht-webhook-events",r,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{events:a||[],loading:s,error:o,refetch:()=>i()}}function Pp(e={}){const{client:r}=je(),a=c.useCallback(async()=>{const d=new URLSearchParams;e.endpoint_id&&d.set("endpoint_id",e.endpoint_id),e.status&&d.set("status",e.status),e.event_name&&d.set("event_name",e.event_name),e.limit&&d.set("limit",e.limit.toString()),e.cursor&&d.set("cursor",e.cursor);const u=await r(`/webhook/deliveries?${d.toString()}`,{method:"GET"});return(await V(u)).data},[r,e.endpoint_id,e.status,e.event_name,e.limit,e.cursor]),{data:o,error:s,isLoading:i,mutate:h}=Ae(()=>{const d=new URLSearchParams;return e.endpoint_id&&d.set("endpoint_id",e.endpoint_id),e.status&&d.set("status",e.status),e.event_name&&d.set("event_name",e.event_name),e.limit&&d.set("limit",e.limit.toString()),e.cursor&&d.set("cursor",e.cursor),`wacht-webhook-deliveries?${d.toString()}`},a,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{deliveries:(o==null?void 0:o.data)||[],has_more:(o==null?void 0:o.has_more)||!1,next_cursor:o==null?void 0:o.next_cursor,loading:i,error:s,refetch:()=>h()}}function Tp(e={}){const{client:r}=je(),a=c.useCallback(async()=>{const d=new URLSearchParams;e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.endpoint_id&&d.set("endpoint_id",e.endpoint_id),e.fields&&e.fields.length>0&&d.set("fields",e.fields.join(","));const u=await r(`/webhook/analytics?${d.toString()}`,{method:"GET"});return(await V(u)).data},[r,e.start_date,e.end_date,e.endpoint_id,e.fields]),{data:o,error:s,isLoading:i,mutate:h}=Ae(()=>{const d=new URLSearchParams;return e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.endpoint_id&&d.set("endpoint_id",e.endpoint_id),e.fields&&e.fields.length>0&&d.set("fields",e.fields.join(",")),`wacht-webhook-analytics?${d.toString()}`},a,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{analytics:o||null,loading:i,error:s,refetch:()=>h()}}function Fp(e={}){const{client:r}=je(),a=c.useCallback(async()=>{const d=new URLSearchParams;e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.interval&&d.set("interval",e.interval),e.endpoint_id&&d.set("endpoint_id",e.endpoint_id);const u=await r(`/webhook/analytics/timeseries?${d.toString()}`,{method:"GET"});return(await V(u)).data},[r,e.start_date,e.end_date,e.interval,e.endpoint_id]),{data:o,error:s,isLoading:i,mutate:h}=Ae(()=>{const d=new URLSearchParams;return e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.interval&&d.set("interval",e.interval),e.endpoint_id&&d.set("endpoint_id",e.endpoint_id),`wacht-webhook-timeseries?${d.toString()}`},a,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{timeseries:(o==null?void 0:o.data)||[],interval:(o==null?void 0:o.interval)||"hour",loading:i,error:s,refetch:()=>h()}}function Zp(e){const{client:r}=je(),[a,o]=c.useState(!e),[s,i]=c.useState(!!e),[h,d]=c.useState(null),u=c.useRef(!1),f=c.useRef(!1),p=c.useRef(null),m=a,g=c.useCallback(async()=>{const C=await r("/api-auth/session",{method:"GET"});if(!C.ok)throw C.status===401||C.status===403?new Error("NO_SESSION"):new Error("Failed to fetch API auth app session");return(await V(C)).data},[r]),{data:v,error:b,isLoading:x,mutate:w}=Ae(m?"wacht-api-auth-app-session":null,g,{revalidateOnFocus:!1,shouldRetryOnError:!1});c.useEffect(()=>{if(!e||u.current||f.current||p.current===e)return;p.current=e,(async()=>{f.current=!0,i(!0);try{(await r(`/session/ticket/exchange?ticket=${encodeURIComponent(e)}`,{method:"GET"})).ok?(u.current=!0,o(!0)):d(new Error("Failed to exchange ticket"))}catch(_){d(_ instanceof Error?_:new Error("Failed to exchange ticket"))}finally{i(!1),f.current=!1}})()},[e,r]);const A=!b||b.message!=="NO_SESSION",j=h||(b&&b.message!=="NO_SESSION"?b:null);return{hasSession:A,sessionLoading:s||m&&x,sessionError:j,sessionId:(v==null?void 0:v.session_id)||null,apiAuthApp:(v==null?void 0:v.api_auth_app)||null,ticketExchanged:a,ticketLoading:s,refetch:async()=>{await w()}}}function Ip(e={}){const{client:r}=je(),a=c.useCallback(async()=>{const p=new URLSearchParams;e.status&&p.set("status",e.status);const m=await r(`/api-auth/keys${p.toString()?`?${p.toString()}`:""}`,{method:"GET"});return(await V(m)).data},[r,e.status]),{data:o,error:s,isLoading:i,mutate:h}=Ae(`wacht-api-auth-keys:${e.status||"all"}`,a,{revalidateOnFocus:!1,shouldRetryOnError:!1}),d=c.useCallback(async p=>{const m=new URLSearchParams;m.set("name",p.name),p.expires_at&&m.set("expires_at",p.expires_at);const g=await r("/api-auth/keys",{method:"POST",body:m}),v=await V(g);return await h(),v},[r,h]),u=c.useCallback(async p=>{const m=await r(`/api-auth/keys/${p.key_id}/rotate`,{method:"POST"}),g=await V(m);return await h(),g},[r,h]),f=c.useCallback(async p=>{const m=new URLSearchParams;p.reason&&m.set("reason",p.reason);const g=await r(`/api-auth/keys/${p.key_id}/revoke`,{method:"POST",body:m}),v=await V(g);return await h(),v},[r,h]);return{keys:o||[],createKey:d,rotateKey:u,revokeKey:f,loading:i,error:s,refetch:()=>h()}}function Op(e={}){const{client:r}=je(),a=c.useCallback(async()=>{const d=new URLSearchParams;e.limit&&d.set("limit",e.limit.toString()),e.cursor&&d.set("cursor",e.cursor),e.outcome&&d.set("outcome",e.outcome),e.key_id&&d.set("key_id",e.key_id),e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date);const u=await r(`/api-auth/audit/logs?${d.toString()}`,{method:"GET"});return(await V(u)).data},[r,e.limit,e.cursor,e.outcome,e.key_id,e.start_date,e.end_date]),{data:o,error:s,isLoading:i,mutate:h}=Ae(()=>{const d=new URLSearchParams;return e.limit&&d.set("limit",e.limit.toString()),e.cursor&&d.set("cursor",e.cursor),e.outcome&&d.set("outcome",e.outcome),e.key_id&&d.set("key_id",e.key_id),e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),`wacht-api-auth-audit-logs?${d.toString()}`},a,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{logs:(o==null?void 0:o.data)||[],limit:(o==null?void 0:o.limit)||e.limit||0,has_more:(o==null?void 0:o.has_more)||!1,next_cursor:o==null?void 0:o.next_cursor,loading:i,error:s,refetch:()=>h()}}function Hp(e={}){const{client:r}=je(),a=c.useCallback(async()=>{const d=new URLSearchParams;e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.key_id&&d.set("key_id",e.key_id),e.include_top_keys&&d.set("include_top_keys","true"),e.include_top_paths&&d.set("include_top_paths","true"),e.include_blocked_reasons&&d.set("include_blocked_reasons","true"),e.include_rate_limits&&d.set("include_rate_limits","true"),e.top_limit&&d.set("top_limit",e.top_limit.toString());const u=await r(`/api-auth/audit/analytics?${d.toString()}`,{method:"GET"});return(await V(u)).data},[r,e.start_date,e.end_date,e.key_id,e.include_top_keys,e.include_top_paths,e.include_blocked_reasons,e.include_rate_limits,e.top_limit]),{data:o,error:s,isLoading:i,mutate:h}=Ae(()=>{const d=new URLSearchParams;return e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.key_id&&d.set("key_id",e.key_id),e.include_top_keys&&d.set("include_top_keys","true"),e.include_top_paths&&d.set("include_top_paths","true"),e.include_blocked_reasons&&d.set("include_blocked_reasons","true"),e.include_rate_limits&&d.set("include_rate_limits","true"),e.top_limit&&d.set("top_limit",e.top_limit.toString()),`wacht-api-auth-audit-analytics?${d.toString()}`},a,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{analytics:o||null,loading:i,error:s,refetch:()=>h()}}function Vp(e={}){const{client:r}=je(),a=c.useCallback(async()=>{const d=new URLSearchParams;e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.interval&&d.set("interval",e.interval),e.key_id&&d.set("key_id",e.key_id);const u=await r(`/api-auth/audit/timeseries?${d.toString()}`,{method:"GET"});return(await V(u)).data},[r,e.start_date,e.end_date,e.interval,e.key_id]),{data:o,error:s,isLoading:i,mutate:h}=Ae(()=>{const d=new URLSearchParams;return e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.interval&&d.set("interval",e.interval),e.key_id&&d.set("key_id",e.key_id),`wacht-api-auth-audit-timeseries?${d.toString()}`},a,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{timeseries:(o==null?void 0:o.data)||[],interval:(o==null?void 0:o.interval)||e.interval||"hour",loading:i,error:s,refetch:()=>h()}}const C0=()=>{const{client:e}=je(),[r,a]=c.useState(!1),[o,s]=c.useState(null),[i,h]=c.useState(null),d=c.useCallback(async f=>{a(!0),s(null),h(null);try{const p=new FormData;p.append("token",f);const m=await e("/organizations/invitations/accept",{method:"POST",body:p}),v=(await V(m)).data;return h(v),v.error_code&&s(v.message||"Failed to accept invitation"),v}catch(p){const m=p.message||"Failed to accept invitation";s(m);const g={error_code:"NETWORK_ERROR",message:m};return h(g),g}finally{a(!1)}},[e]),u=c.useCallback(()=>{s(null),h(null)},[]);return{acceptInvitation:d,invitationData:i,loading:r,error:o,reset:u}},Dp=({children:e})=>{const{loading:r}=Se();return r?null:t.jsx(t.Fragment,{children:e})},Np=({children:e})=>{const{loading:r}=Se();return r?t.jsx(t.Fragment,{children:e}):null};function Up(e){var r=Object.create(null);return function(a){return r[a]===void 0&&(r[a]=e(a)),r[a]}}var Bp=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|popover|popoverTarget|popoverTargetAction|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,Wp=Up(function(e){return Bp.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91}),Ye="-ms-",ba="-moz-",Ve="-webkit-",S0="comm",En="rule",vs="decl",Gp="@import",qp="@namespace",E0="@keyframes",Kp="@layer",A0=Math.abs,xs=String.fromCharCode,Ko=Object.assign;function Yp(e,r){return lt(e,0)^45?(((r<<2^lt(e,0))<<2^lt(e,1))<<2^lt(e,2))<<2^lt(e,3):0}function z0(e){return e.trim()}function Ut(e,r){return(e=r.exec(e))?e[0]:e}function $e(e,r,a){return e.replace(r,a)}function dn(e,r,a){return e.indexOf(r,a)}function lt(e,r){return e.charCodeAt(r)|0}function Mr(e,r,a){return e.slice(r,a)}function At(e){return e.length}function $0(e){return e.length}function ma(e,r){return r.push(e),e}function Qp(e,r){return e.map(r).join("")}function ii(e,r){return e.filter(function(a){return!Ut(a,r)})}var An=1,Kr=1,M0=0,kt=0,st=0,Xr="";function zn(e,r,a,o,s,i,h,d){return{value:e,root:r,parent:a,type:o,props:s,children:i,line:An,column:Kr,length:h,return:"",siblings:d}}function Jt(e,r){return Ko(zn("",null,null,"",null,null,0,e.siblings),e,{length:-e.length},r)}function Ir(e){for(;e.root;)e=Jt(e.root,{children:[e]});ma(e,e.siblings)}function Jp(){return st}function Xp(){return st=kt>0?lt(Xr,--kt):0,Kr--,st===10&&(Kr=1,An--),st}function Mt(){return st=kt<M0?lt(Xr,kt++):0,Kr++,st===10&&(Kr=1,An++),st}function er(){return lt(Xr,kt)}function un(){return kt}function $n(e,r){return Mr(Xr,e,r)}function _a(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 eh(e){return An=Kr=1,M0=At(Xr=e),kt=0,[]}function th(e){return Xr="",e}function Yn(e){return z0($n(kt-1,Yo(e===91?e+2:e===40?e+1:e)))}function rh(e){for(;(st=er())&&st<33;)Mt();return _a(e)>2||_a(st)>3?"":" "}function ah(e,r){for(;--r&&Mt()&&!(st<48||st>102||st>57&&st<65||st>70&&st<97););return $n(e,un()+(r<6&&er()==32&&Mt()==32))}function Yo(e){for(;Mt();)switch(st){case e:return kt;case 34:case 39:e!==34&&e!==39&&Yo(st);break;case 40:e===41&&Yo(e);break;case 92:Mt();break}return kt}function nh(e,r){for(;Mt()&&e+st!==57;)if(e+st===84&&er()===47)break;return"/*"+$n(r,kt-1)+"*"+xs(e===47?e:Mt())}function oh(e){for(;!_a(er());)Mt();return $n(e,kt)}function sh(e){return th(pn("",null,null,null,[""],e=eh(e),0,[0],e))}function pn(e,r,a,o,s,i,h,d,u){for(var f=0,p=0,m=h,g=0,v=0,b=0,x=1,w=1,A=1,j=0,S="",C=s,_=i,k=o,y=S;w;)switch(b=j,j=Mt()){case 40:if(b!=108&<(y,m-1)==58){dn(y+=$e(Yn(j),"&","&\f"),"&\f",A0(f?d[f-1]:0))!=-1&&(A=-1);break}case 34:case 39:case 91:y+=Yn(j);break;case 9:case 10:case 13:case 32:y+=rh(b);break;case 92:y+=ah(un()-1,7);continue;case 47:switch(er()){case 42:case 47:ma(ih(nh(Mt(),un()),r,a,u),u),(_a(b||1)==5||_a(er()||1)==5)&&At(y)&&Mr(y,-1,void 0)!==" "&&(y+=" ");break;default:y+="/"}break;case 123*x:d[f++]=At(y)*A;case 125*x:case 59:case 0:switch(j){case 0:case 125:w=0;case 59+p:A==-1&&(y=$e(y,/\f/g,"")),v>0&&(At(y)-m||x===0&&b===47)&&ma(v>32?li(y+";",o,a,m-1,u):li($e(y," ","")+";",o,a,m-2,u),u);break;case 59:y+=";";default:if(ma(k=ci(y,r,a,f,p,s,d,S,C=[],_=[],m,i),i),j===123)if(p===0)pn(y,r,k,k,C,i,m,d,_);else{switch(g){case 99:if(lt(y,3)===110)break;case 108:if(lt(y,2)===97)break;default:p=0;case 100:case 109:case 115:}p?pn(e,k,k,o&&ma(ci(e,k,k,0,0,s,d,S,s,C=[],m,_),_),s,_,m,d,o?C:_):pn(y,k,k,k,[""],_,0,d,_)}}f=p=v=0,x=A=1,S=y="",m=h;break;case 58:m=1+At(y),v=b;default:if(x<1){if(j==123)--x;else if(j==125&&x++==0&&Xp()==125)continue}switch(y+=xs(j),j*x){case 38:A=p>0?1:(y+="\f",-1);break;case 44:d[f++]=(At(y)-1)*A,A=1;break;case 64:er()===45&&(y+=Yn(Mt())),g=er(),p=m=At(S=y+=oh(un())),j++;break;case 45:b===45&&At(y)==2&&(x=0)}}return i}function ci(e,r,a,o,s,i,h,d,u,f,p,m){for(var g=s-1,v=s===0?i:[""],b=$0(v),x=0,w=0,A=0;x<o;++x)for(var j=0,S=Mr(e,g+1,g=A0(w=h[x])),C=e;j<b;++j)(C=z0(w>0?v[j]+" "+S:$e(S,/&\f/g,v[j])))&&(u[A++]=C);return zn(e,r,a,s===0?En:d,u,f,p,m)}function ih(e,r,a,o){return zn(e,r,a,S0,xs(Jp()),Mr(e,2,-2),0,o)}function li(e,r,a,o,s){return zn(e,r,a,vs,Mr(e,0,o),Mr(e,o+1,-1),o,s)}function L0(e,r,a){switch(Yp(e,r)){case 5103:return Ve+"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 Ve+e+e;case 4855:return Ve+e.replace("add","source-over").replace("substract","source-out").replace("intersect","source-in").replace("exclude","xor")+e;case 4789:return ba+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return Ve+e+ba+e+Ye+e+e;case 5936:switch(lt(e,r+11)){case 114:return Ve+e+Ye+$e(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return Ve+e+Ye+$e(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return Ve+e+Ye+$e(e,/[svh]\w+-[tblr]{2}/,"lr")+e}case 6828:case 4268:case 2903:return Ve+e+Ye+e+e;case 6165:return Ve+e+Ye+"flex-"+e+e;case 5187:return Ve+e+$e(e,/(\w+).+(:[^]+)/,Ve+"box-$1$2"+Ye+"flex-$1$2")+e;case 5443:return Ve+e+Ye+"flex-item-"+$e(e,/flex-|-self/g,"")+(Ut(e,/flex-|baseline/)?"":Ye+"grid-row-"+$e(e,/flex-|-self/g,""))+e;case 4675:return Ve+e+Ye+"flex-line-pack"+$e(e,/align-content|flex-|-self/g,"")+e;case 5548:return Ve+e+Ye+$e(e,"shrink","negative")+e;case 5292:return Ve+e+Ye+$e(e,"basis","preferred-size")+e;case 6060:return Ve+"box-"+$e(e,"-grow","")+Ve+e+Ye+$e(e,"grow","positive")+e;case 4554:return Ve+$e(e,/([^-])(transform)/g,"$1"+Ve+"$2")+e;case 6187:return $e($e($e(e,/(zoom-|grab)/,Ve+"$1"),/(image-set)/,Ve+"$1"),e,"")+e;case 5495:case 3959:return $e(e,/(image-set\([^]*)/,Ve+"$1$`$1");case 4968:return $e($e(e,/(.+:)(flex-)?(.*)/,Ve+"box-pack:$3"+Ye+"flex-pack:$3"),/space-between/,"justify")+Ve+e+e;case 4200:if(!Ut(e,/flex-|baseline/))return Ye+"grid-column-align"+Mr(e,r)+e;break;case 2592:case 3360:return Ye+$e(e,"template-","")+e;case 4384:case 3616:return a&&a.some(function(o,s){return r=s,Ut(o.props,/grid-\w+-end/)})?~dn(e+(a=a[r].value),"span",0)?e:Ye+$e(e,"-start","")+e+Ye+"grid-row-span:"+(~dn(a,"span",0)?Ut(a,/\d+/):+Ut(a,/\d+/)-+Ut(e,/\d+/))+";":Ye+$e(e,"-start","")+e;case 4896:case 4128:return a&&a.some(function(o){return Ut(o.props,/grid-\w+-start/)})?e:Ye+$e($e(e,"-end","-span"),"span ","")+e;case 4095:case 3583:case 4068:case 2532:return $e(e,/(.+)-inline(.+)/,Ve+"$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(At(e)-1-r>6)switch(lt(e,r+1)){case 109:if(lt(e,r+4)!==45)break;case 102:return $e(e,/(.+:)(.+)-([^]+)/,"$1"+Ve+"$2-$3$1"+ba+(lt(e,r+3)==108?"$3":"$2-$3"))+e;case 115:return~dn(e,"stretch",0)?L0($e(e,"stretch","fill-available"),r,a)+e:e}break;case 5152:case 5920:return $e(e,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(o,s,i,h,d,u,f){return Ye+s+":"+i+f+(h?Ye+s+"-span:"+(d?u:+u-+i)+f:"")+e});case 4949:if(lt(e,r+6)===121)return $e(e,":",":"+Ve)+e;break;case 6444:switch(lt(e,lt(e,14)===45?18:11)){case 120:return $e(e,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+Ve+(lt(e,14)===45?"inline-":"")+"box$3$1"+Ve+"$2$3$1"+Ye+"$2box$3")+e;case 100:return $e(e,":",":"+Ye)+e}break;case 5719:case 2647:case 2135:case 3927:case 2391:return $e(e,"scroll-","scroll-snap-")+e}return e}function xn(e,r){for(var a="",o=0;o<e.length;o++)a+=r(e[o],o,e,r)||"";return a}function ch(e,r,a,o){switch(e.type){case Kp:if(e.children.length)break;case Gp:case qp:case vs:return e.return=e.return||e.value;case S0:return"";case E0:return e.return=e.value+"{"+xn(e.children,o)+"}";case En:if(!At(e.value=e.props.join(",")))return""}return At(a=xn(e.children,o))?e.return=e.value+"{"+a+"}":""}function lh(e){var r=$0(e);return function(a,o,s,i){for(var h="",d=0;d<r;d++)h+=e[d](a,o,s,i)||"";return h}}function dh(e){return function(r){r.root||(r=r.return)&&e(r)}}function uh(e,r,a,o){if(e.length>-1&&!e.return)switch(e.type){case vs:e.return=L0(e.value,e.length,a);return;case E0:return xn([Jt(e,{value:$e(e.value,"@","@"+Ve)})],o);case En:if(e.length)return Qp(a=e.props,function(s){switch(Ut(s,o=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":Ir(Jt(e,{props:[$e(s,/:(read-\w+)/,":"+ba+"$1")]})),Ir(Jt(e,{props:[s]})),Ko(e,{props:ii(a,o)});break;case"::placeholder":Ir(Jt(e,{props:[$e(s,/:(plac\w+)/,":"+Ve+"input-$1")]})),Ir(Jt(e,{props:[$e(s,/:(plac\w+)/,":"+ba+"$1")]})),Ir(Jt(e,{props:[$e(s,/:(plac\w+)/,Ye+"input-$1")]})),Ir(Jt(e,{props:[s]})),Ko(e,{props:ii(a,o)});break}return""})}}var Qn,Jn;const Lr=typeof process<"u"&&process.env!==void 0&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",R0="active",P0="data-styled-version",Mn="6.4.1",bs=`/*!sc*/
|
|
18
|
+
*/var Ys;function Iu(){return Ys||(Ys=1,process.env.NODE_ENV!=="production"&&(function(){function e(v,b){return v===b&&(v!==0||1/v===1/b)||v!==v&&b!==b}function r(v,b){p||s.startTransition===void 0||(p=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var x=b();if(!m){var w=b();i(x,w)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),m=!0)}w=h({inst:{value:x,getSnapshot:b}});var A=w[0].inst,j=w[1];return u(function(){A.value=x,A.getSnapshot=b,a(A)&&j({inst:A})},[v,x,b]),d(function(){return a(A)&&j({inst:A}),v(function(){a(A)&&j({inst:A})})},[v]),f(x),x}function a(v){var b=v.getSnapshot;v=v.value;try{var x=b();return!i(v,x)}catch{return!0}}function o(v,b){return b()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var s=c,i=typeof Object.is=="function"?Object.is:e,h=s.useState,d=s.useEffect,u=s.useLayoutEffect,f=s.useDebugValue,p=!1,m=!1,g=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?o:r;Hn.useSyncExternalStore=s.useSyncExternalStore!==void 0?s.useSyncExternalStore:g,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),Hn}var Qs;function Ou(){return Qs||(Qs=1,process.env.NODE_ENV==="production"?Ra.exports=Zu():Ra.exports=Iu()),Ra.exports}var Zo=Ou();const r0=0,a0=1,n0=2,Js=3;var Xs=Object.prototype.hasOwnProperty;function Io(e,r){var a,o;if(e===r)return!0;if(e&&r&&(a=e.constructor)===r.constructor){if(a===Date)return e.getTime()===r.getTime();if(a===RegExp)return e.toString()===r.toString();if(a===Array){if((o=e.length)===r.length)for(;o--&&Io(e[o],r[o]););return o===-1}if(!a||typeof e=="object"){o=0;for(a in e)if(Xs.call(e,a)&&++o&&!Xs.call(r,a)||!(a in r)||!Io(e[a],r[a]))return!1;return Object.keys(r).length===o}}return e!==e&&r!==r}const Tt=new WeakMap,Wt=()=>{},dt=Wt(),Oo=Object,Se=e=>e===dt,$t=e=>typeof e=="function",rr=(e,r)=>({...e,...r}),o0=e=>$t(e.then),Vn={},Pa={},ms="undefined",Sa=typeof window!=ms,Ho=typeof document!=ms,Hu=Sa&&"Deno"in window,Vu=()=>Sa&&typeof window.requestAnimationFrame!=ms,Xt=(e,r)=>{const a=Tt.get(e);return[()=>!Se(r)&&e.get(r)||Vn,o=>{if(!Se(r)){const s=e.get(r);r in Pa||(Pa[r]=s),a[5](r,rr(s,o),s||Vn)}},a[6],()=>!Se(r)&&r in Pa?Pa[r]:!Se(r)&&e.get(r)||Vn]};let Vo=!0;const Du=()=>Vo,[Do,No]=Sa&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[Wt,Wt],Nu=()=>{const e=Ho&&document.visibilityState;return Se(e)||e!=="hidden"},Uu=e=>(Ho&&document.addEventListener("visibilitychange",e),Do("focus",e),()=>{Ho&&document.removeEventListener("visibilitychange",e),No("focus",e)}),Bu=e=>{const r=()=>{Vo=!0,e()},a=()=>{Vo=!1};return Do("online",r),Do("offline",a),()=>{No("online",r),No("offline",a)}},Wu={isOnline:Du,isVisible:Nu},Gu={initFocus:Uu,initReconnect:Bu},ei=!c.useId,qr=!Sa||Hu,qu=e=>Vu()?window.requestAnimationFrame(e):setTimeout(e,1),ln=qr?c.useEffect:c.useLayoutEffect,Dn=typeof navigator<"u"&&navigator.connection,ti=!qr&&Dn&&(["slow-2g","2g"].includes(Dn.effectiveType)||Dn.saveData),Ta=new WeakMap,Ku=e=>Oo.prototype.toString.call(e),Nn=(e,r)=>e===`[object ${r}]`;let Yu=0;const Uo=e=>{const r=typeof e,a=Ku(e),o=Nn(a,"Date"),s=Nn(a,"RegExp"),i=Nn(a,"Object");let h,d;if(Oo(e)===e&&!o&&!s){if(h=Ta.get(e),h)return h;if(h=++Yu+"~",Ta.set(e,h),Array.isArray(e)){for(h="@",d=0;d<e.length;d++)h+=Uo(e[d])+",";Ta.set(e,h)}if(i){h="#";const u=Oo.keys(e).sort();for(;!Se(d=u.pop());)Se(e[d])||(h+=d+":"+Uo(e[d])+",");Ta.set(e,h)}}else h=o?e.toJSON():r=="symbol"?e.toString():r=="string"?JSON.stringify(e):""+e;return h},ja=e=>{if($t(e))try{e=e()}catch{e=""}const r=e;return e=typeof e=="string"?e:(Array.isArray(e)?e.length:e)?Uo(e):"",[e,r]};let Qu=0;const Bo=()=>++Qu;async function s0(...e){const[r,a,o,s]=e,i=rr({populateCache:!0,throwOnError:!0},typeof s=="boolean"?{revalidate:s}:s||{});let h=i.populateCache;const d=i.rollbackOnError;let u=i.optimisticData;const f=g=>typeof d=="function"?d(g):d!==!1,p=i.throwOnError;if($t(a)){const g=a,v=[],b=r.keys();for(const x of b)!/^\$(inf|sub)\$/.test(x)&&g(r.get(x)._k)&&v.push(x);return Promise.all(v.map(m))}return m(a);async function m(g){const[v]=ja(g);if(!v)return;const[b,x]=Xt(r,v),[w,A,j,S]=Tt.get(r),C=()=>{const $=w[v];return($t(i.revalidate)?i.revalidate(b().data,g):i.revalidate!==!1)&&(delete j[v],delete S[v],$&&$[0])?$[0](n0).then(()=>b().data):b().data};if(e.length<3)return C();let _=o,k,y=!1;const M=Bo();A[v]=[M,0];const z=!Se(u),I=b(),H=I.data,T=I._c,P=Se(T)?H:T;if(z&&(u=$t(u)?u(P,H):u,x({data:u,_c:P})),$t(_))try{_=_(P)}catch($){k=$,y=!0}if(_&&o0(_))if(_=await _.catch($=>{k=$,y=!0}),M!==A[v][0]){if(y)throw k;return _}else y&&z&&f(k)&&(h=!0,x({data:P,_c:dt}));if(h&&!y)if($t(h)){const $=h(_,P);x({data:$,error:dt,_c:dt})}else x({data:_,error:dt,_c:dt});if(A[v][1]=Bo(),Promise.resolve(C()).then(()=>{x({_c:dt})}),y){if(p)throw k;return}return _}}const ri=(e,r)=>{for(const a in e)e[a][0]&&e[a][0](r)},Ju=(e,r)=>{if(!Tt.has(e)){const a=rr(Gu,r),o=Object.create(null),s=s0.bind(dt,e);let i=Wt;const h=Object.create(null),d=(p,m)=>{const g=h[p]||[];return h[p]=g,g.push(m),()=>g.splice(g.indexOf(m),1)},u=(p,m,g)=>{e.set(p,m);const v=h[p];if(v)for(const b of v)b(m,g)},f=()=>{if(!Tt.has(e)&&(Tt.set(e,[o,Object.create(null),Object.create(null),Object.create(null),s,u,d]),!qr)){const p=a.initFocus(setTimeout.bind(dt,ri.bind(dt,o,r0))),m=a.initReconnect(setTimeout.bind(dt,ri.bind(dt,o,a0)));i=()=>{p&&p(),m&&m(),Tt.delete(e)}}};return f(),[e,s,f,i]}return[e,Tt.get(e)[4]]},Xu=(e,r,a,o,s)=>{const i=a.errorRetryCount,h=s.retryCount,d=~~((Math.random()+.5)*(1<<(h<8?h:8)))*a.errorRetryInterval;!Se(i)&&h>i||setTimeout(o,d,s)},e2=Io,[gs,Wr]=Ju(new Map),t2=rr({onLoadingSlow:Wt,onSuccess:Wt,onError:Wt,onErrorRetry:Xu,onDiscarded:Wt,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:ti?1e4:5e3,focusThrottleInterval:5*1e3,dedupingInterval:2*1e3,loadingTimeout:ti?5e3:3e3,compare:e2,isPaused:()=>!1,cache:gs,mutate:Wr,fallback:{}},Wu),r2=(e,r)=>{const a=rr(e,r);if(r){const{use:o,fallback:s}=e,{use:i,fallback:h}=r;o&&i&&(a.use=o.concat(i)),s&&h&&(a.fallback=rr(s,h))}return a},a2=c.createContext({}),i0="$inf$",c0=Sa&&window.__SWR_DEVTOOLS_USE__,n2=c0?window.__SWR_DEVTOOLS_USE__:[],o2=()=>{c0&&(window.__SWR_DEVTOOLS_REACT__=c)},l0=e=>$t(e[1])?[e[0],e[1],e[2]||{}]:[e[0],null,(e[1]===null?e[2]:e[1])||{}],d0=()=>{const e=c.useContext(a2);return c.useMemo(()=>rr(t2,e),[e])},s2=e=>(r,a,o)=>e(r,a&&((...i)=>{const[h]=ja(r),[,,,d]=Tt.get(gs);if(h.startsWith(i0))return a(...i);const u=d[h];return Se(u)?a(...i):(delete d[h],u)}),o),i2=n2.concat(s2),c2=e=>function(...a){const o=d0(),[s,i,h]=l0(a),d=r2(o,h);let u=e;const{use:f}=d,p=(f||[]).concat(i2);for(let m=p.length;m--;)u=p[m](u);return u(s,i||d.fetcher||null,d)},l2=(e,r,a)=>{const o=r[e]||(r[e]=[]);return o.push(a),()=>{const s=o.indexOf(a);s>=0&&(o[s]=o[o.length-1],o.pop())}},d2=(e,r)=>(...a)=>{const[o,s,i]=l0(a),h=(i.use||[]).concat(r);return e(o,s,{...i,use:h})};o2();const Un=c.use||(e=>{switch(e.status){case"pending":throw e;case"fulfilled":return e.value;case"rejected":throw e.reason;default:throw e.status="pending",e.then(r=>{e.status="fulfilled",e.value=r},r=>{e.status="rejected",e.reason=r}),e}}),Bn={dedupe:!0},ai=Promise.resolve(dt),u2=()=>Wt,p2=(e,r,a)=>{const{cache:o,compare:s,suspense:i,fallbackData:h,revalidateOnMount:d,revalidateIfStale:u,refreshInterval:f,refreshWhenHidden:p,refreshWhenOffline:m,keepPreviousData:g,strictServerPrefetchWarning:v}=a,[b,x,w,A]=Tt.get(o),[j,S]=ja(e),C=c.useRef(!1),_=c.useRef(!1),k=c.useRef(j),y=c.useRef(r),M=c.useRef(a),z=()=>M.current,I=()=>z().isVisible()&&z().isOnline(),[H,T,P,$]=Xt(o,j),E=c.useRef({}).current,F=Se(h)?Se(a.fallback)?dt:a.fallback[j]:h,L=(X,ce)=>{for(const ie in E){const q=ie;if(q==="data"){if(!s(X[q],ce[q])&&(!Se(X[q])||!s(se,ce[q])))return!1}else if(ce[q]!==X[q])return!1}return!0},Z=!C.current,O=c.useMemo(()=>{const X=H(),ce=$(),ie=D=>{const B=rr(D);return delete B._k,(()=>{if(!j||!r||z().isPaused())return!1;if(Z&&!Se(d))return d;const me=Se(F)?B.data:F;return Se(me)||u})()?{isValidating:!0,isLoading:!0,...B}:B},q=ie(X),he=X===ce?q:ie(ce);let fe=q;return[()=>{const D=ie(H());return L(D,fe)?(fe.data=D.data,fe.isLoading=D.isLoading,fe.isValidating=D.isValidating,fe.error=D.error,fe):(fe=D,D)},()=>he]},[o,j]),R=Zo.useSyncExternalStore(c.useCallback(X=>P(j,(ce,ie)=>{L(ie,ce)||X()}),[o,j]),O[0],O[1]),Y=b[j]&&b[j].length>0,N=R.data,G=Se(N)?F&&o0(F)?Un(F):F:N,Q=R.error,ee=c.useRef(G),se=g?Se(N)?Se(ee.current)?G:ee.current:N:G,pe=j&&Se(G),te=c.useRef(null);!qr&&Zo.useSyncExternalStore(u2,()=>(te.current=!1,te),()=>(te.current=!0,te));const ye=te.current;v&&ye&&!i&&pe&&console.warn(`Missing pre-initiated data for serialized key "${j}" during server-side rendering. Data fetching should be initiated on the server and provided to SWR via fallback data. You can set "strictServerPrefetchWarning: false" to disable this warning.`);const ae=!j||!r||z().isPaused()||Y&&!Se(Q)?!1:Z&&!Se(d)?d:i?Se(G)?!1:u:Se(G)||u,W=Z&&ae,Ge=Se(R.isValidating)?W:R.isValidating,He=Se(R.isLoading)?W:R.isLoading,We=c.useCallback(async X=>{const ce=y.current;if(!j||!ce||_.current||z().isPaused())return!1;let ie,q,he=!0;const fe=X||{},D=!w[j]||!fe.dedupe,B=()=>ei?!_.current&&j===k.current&&C.current:j===k.current,J={isValidating:!1,isLoading:!1},me=()=>{T(J)},le=()=>{const Ie=w[j];Ie&&Ie[1]===q&&delete w[j]},we={isValidating:!0};Se(H().data)&&(we.isLoading=!0);try{if(D&&(T(we),a.loadingTimeout&&Se(H().data)&&setTimeout(()=>{he&&B()&&z().onLoadingSlow(j,a)},a.loadingTimeout),w[j]=[ce(S),Bo()]),[ie,q]=w[j],ie=await ie,D&&setTimeout(le,a.dedupingInterval),!w[j]||w[j][1]!==q)return D&&B()&&z().onDiscarded(j),!1;J.error=dt;const Ie=x[j];if(!Se(Ie)&&(q<=Ie[0]||q<=Ie[1]||Ie[1]===0))return me(),D&&B()&&z().onDiscarded(j),!1;const Ke=H().data;J.data=s(Ke,ie)?Ke:ie,D&&B()&&z().onSuccess(ie,j,a)}catch(Ie){le();const Ke=z(),{shouldRetryOnError:ot}=Ke;Ke.isPaused()||(J.error=Ie,D&&B()&&(Ke.onError(Ie,j,Ke),(ot===!0||$t(ot)&&ot(Ie))&&(!z().revalidateOnFocus||!z().revalidateOnReconnect||I())&&Ke.onErrorRetry(Ie,j,Ke,yt=>{const _t=b[j];_t&&_t[0]&&_t[0](Js,yt)},{retryCount:(fe.retryCount||0)+1,dedupe:!0})))}return he=!1,me(),!0},[j,o]),Ne=c.useCallback((...X)=>s0(o,k.current,...X),[]);if(ln(()=>{y.current=r,M.current=a,Se(N)||(ee.current=N)}),ln(()=>{if(!j)return;const X=We.bind(dt,Bn);let ce=0;z().revalidateOnFocus&&(ce=Date.now()+z().focusThrottleInterval);const q=l2(j,b,(he,fe={})=>{if(he==r0){const D=Date.now();z().revalidateOnFocus&&D>ce&&I()&&(ce=D+z().focusThrottleInterval,X())}else if(he==a0)z().revalidateOnReconnect&&I()&&X();else{if(he==n0)return We();if(he==Js)return We(fe)}});return _.current=!1,k.current=j,C.current=!0,T({_k:S}),ae&&(w[j]||(Se(G)||qr?X():qu(X))),()=>{_.current=!0,q()}},[j]),ln(()=>{let X;function ce(){const q=$t(f)?f(H().data):f;q&&X!==-1&&(X=setTimeout(ie,q))}function ie(){!H().error&&(p||z().isVisible())&&(m||z().isOnline())?We(Bn).then(ce):ce()}return ce(),()=>{X&&(clearTimeout(X),X=-1)}},[f,p,m,j]),c.useDebugValue(se),i){if(!ei&&qr&&pe)throw new Error("Fallback data is required when using Suspense in SSR.");pe&&(y.current=r,M.current=a,_.current=!1);const X=A[j],ce=!Se(X)&&pe?Ne(X):ai;if(Un(ce),!Se(Q)&&pe)throw Q;const ie=pe?We(Bn):ai;!Se(se)&&pe&&(ie.status="fulfilled",ie.value=!0),Un(ie)}return{mutate:Ne,get data(){return E.data=!0,se},get error(){return E.error=!0,Q},get isValidating(){return E.isValidating=!0,Ge},get isLoading(){return E.isLoading=!0,He}}},ze=c2(p2),bt=()=>{const{adapter:e,deployment:r}=Ee(),a=e.useNavigate(),o=(u,f)=>{a?a(u,f):window.location.href=u},s=u=>{if(u)return u;const p=new URLSearchParams(window.location.search).get("redirect_uri");return p||window.location.href};return{navigate:o,navigateToSignIn:u=>{if(!r)return;const f=s(u),p=new URLSearchParams;p.set("redirect_uri",f),(r==null?void 0:r.mode)==="staging"&&p.set("__dev_session__",ut(r.backend_host)??""),o(`${r.ui_settings.sign_in_page_url}?${p.toString()}`,{replace:!0})},navigateToAccountSelection:u=>{if(!r)return;const f=s(u),p=new URLSearchParams;p.set("redirect_uri",f),(r==null?void 0:r.mode)==="staging"&&p.set("__dev_session__",ut(r.backend_host)??""),o(`https://${r.frontend_host}?${p.toString()}`,{replace:!0})},navigateToSignUp:u=>{if(!r)return;const f=s(u),p=new URLSearchParams;p.set("redirect_uri",f),(r==null?void 0:r.mode)==="staging"&&p.set("__dev_session__",ut(r.backend_host)??""),o(`${r.ui_settings.sign_up_page_url}?${p.toString()}`,{replace:!0})}}};async function h2(e){const r=await e("/session",{method:"GET"});return(await V(r)).data}async function f2(e,r){const a=await e(`/session/switch-sign-in?sign_in_id=${r}`,{method:"POST"});return V(a)}async function m2(e,r){const a=r?`/session/sign-out?sign_in_id=${r}`:"/session/sign-out",o=await e(a,{method:"POST"});return V(o)}async function g2(e,r){const a=await e(`/session/switch-organization${r?`?organization_id=${r}`:""}`,{method:"POST"});return V(a)}async function v2(e,r){const a=await e(`/session/switch-workspace?workspace_id=${r}`,{method:"POST"});return V(a)}async function x2(e,r){const a=await e(`/session/ticket/exchange?ticket=${encodeURIComponent(r)}`,{method:"GET"});return V(a)}const Wo=new Map,fa=new Map;function Mt(){Wo.clear(),fa.clear()}async function b2(e,r){const a=await e(`/session/token${r?`?template=${r}`:""}`);return V(a)}function nt(){const{client:e,loading:r}=_e(),{deployment:a}=Ee(),{navigate:o}=bt(),{cache:s}=d0(),{data:i,error:h,mutate:d,isLoading:u}=ze(r?null:"/session",()=>h2(e),{refreshInterval:3e4,revalidateOnFocus:!1,revalidateOnReconnect:!1,revalidateIfStale:!1,dedupingInterval:5e3}),f=c.useCallback(async()=>{await d(void 0,{revalidate:!0})},[d]),p=c.useCallback(async(m="default")=>{if(!i)throw new Error("no session");const g=Wo.get(m);if(g&&g.expires>Date.now())return(g==null?void 0:g.token)||"";fa.get(m)||fa.set(m,b2(e,m));const v=await fa.get(m);return fa.delete(m),Wo.set(m,v.data),v.data.token},[e,i==null?void 0:i.active_signin]);return r||!i||u?{loading:!0,error:h,session:null,switchSignIn:null,switchOrganization:null,switchWorkspace:null,exchangeTicket:null,signOut:null,getToken:null,refetch:f}:{loading:u,error:h,session:i,switchSignIn:async m=>{await f2(e,m),Mt(),await Wr("/me/organization-memberships",void 0,{revalidate:!1}),await Wr("/me/workspace-memberships",void 0,{revalidate:!1}),await d(void 0,{revalidate:!0}),await Wr("/me/organization-memberships"),await Wr("/me/workspace-memberships")},signOut:async m=>{await m2(e,m);const g=["/session","/user","/me/signins","/me/organization-memberships","/me/workspace-memberships","wacht-notifications:scope-unread"],v=["wacht-notifications:","wacht-agent-sessions:","wacht-agent-contexts:","wacht-org-domains:","wacht-api-workspaces:","wacht-api-organizations:"];if(s instanceof Map){const b=Array.from(s.keys());for(const x of b){let w=!1;(g.includes(x)||typeof x=="string"&&v.some(A=>x.startsWith(A)))&&(w=!0),w&&s.delete(x)}}Mt(),await d(void 0,{revalidate:!0}),a!=null&&a.ui_settings&&(m&&a.ui_settings.after_sign_out_one_page_url?o(a.ui_settings.after_sign_out_one_page_url):!m&&a.ui_settings.after_sign_out_all_page_url&&o(a.ui_settings.after_sign_out_all_page_url))},switchOrganization:async m=>{await g2(e,m),Mt(),await d(void 0,{revalidate:!0})},switchWorkspace:async m=>{await v2(e,m),Mt(),await d(void 0,{revalidate:!0})},exchangeTicket:async m=>{await x2(e,m),Mt(),await d(void 0,{revalidate:!0})},getToken:p,refetch:f}}const Zt=()=>{const{organizationMemberships:e,refetch:r,loading:a}=qt(),{client:o}=_e(),{refetch:s}=nt(),i=c.useCallback(async Z=>(await V(await o(`/organizations/${Z.id}/roles`,{method:"GET"}))).data,[o]),h=c.useCallback(async(Z,O)=>{const R=new URLSearchParams;return O&&(R.set("page",O.page.toString()),R.set("limit",O.limit.toString()),O.search&&R.set("search",O.search)),(await V(await o(`/organizations/${Z.id}/members?${R.toString()}`,{method:"GET"}))).data},[o]),d=c.useCallback(async Z=>(await V(await o(`/organizations/${Z.id}/invitations`,{method:"GET"}))).data,[o]),u=c.useCallback(async Z=>(await V(await o(`/organizations/${Z.id}/domains`,{method:"GET"}))).data,[o]),f=c.useCallback(async(Z,O)=>{await o(`/organizations/${Z.id}/members/${O.id}/remove`,{method:"POST"})},[o]),p=c.useCallback(async Z=>{const O=new FormData;O.append("name",Z.name),Z.image&&O.append("image",Z.image),Z.description&&O.append("description",Z.description);const R=await V(await o("/organizations",{method:"POST",body:O}));return Mt(),await r(),await s(),R},[s,r,o]),m=c.useCallback(async(Z,O)=>{const R=Object.entries(O).reduce((N,[G,Q])=>(Q!=null&&(Array.isArray(Q)?Q.forEach(ee=>N.append(G,ee)):N.append(G,Q)),N),new FormData),Y=await V(await o(`/organizations/${Z.id}/update`,{method:"POST",body:R}));return await r(),Y},[r,o]),g=c.useCallback(async(Z,O)=>{await o(`/organizations/${Z.id}/roles/${O.id}/remove`,{method:"POST"})},[o]),v=c.useCallback(async(Z,O)=>{const R=new FormData;return R.append("domain",O.fqdn),await V(await o(`/organizations/${Z.id}/domains`,{method:"POST",body:R}))},[o]),b=c.useCallback(async(Z,O)=>await V(await o(`/organizations/${Z.id}/domains/${O.id}/verify`,{method:"POST"})),[o]),x=c.useCallback(async(Z,O)=>await V(await o(`/organizations/${Z.id}/domains/${O.id}/delete`,{method:"POST"})),[o]),w=c.useCallback(async Z=>(await V(await o(`/organizations/${Z.id}/enterprise-connections`,{method:"GET"}))).data,[o]),A=c.useCallback(async(Z,O)=>{const R=new FormData;return R.append("protocol",O.protocol),O.domain_id&&R.append("domain_id",O.domain_id),O.idp_entity_id&&R.append("idp_entity_id",O.idp_entity_id),O.idp_sso_url&&R.append("idp_sso_url",O.idp_sso_url),O.idp_certificate&&R.append("idp_certificate",O.idp_certificate),O.oidc_client_id&&R.append("oidc_client_id",O.oidc_client_id),O.oidc_client_secret&&R.append("oidc_client_secret",O.oidc_client_secret),O.oidc_issuer_url&&R.append("oidc_issuer_url",O.oidc_issuer_url),O.oidc_scopes&&R.append("oidc_scopes",O.oidc_scopes),O.jit_enabled!==void 0&&R.append("jit_enabled",String(O.jit_enabled)),O.attribute_mapping&&R.append("attribute_mapping",JSON.stringify(O.attribute_mapping)),(await V(await o(`/organizations/${Z.id}/enterprise-connections`,{method:"POST",body:R}))).data},[o]),j=c.useCallback(async(Z,O,R)=>{const Y=new FormData;return R.domain_id&&Y.append("domain_id",R.domain_id),R.idp_entity_id&&Y.append("idp_entity_id",R.idp_entity_id),R.idp_sso_url&&Y.append("idp_sso_url",R.idp_sso_url),R.idp_certificate&&Y.append("idp_certificate",R.idp_certificate),R.oidc_client_id&&Y.append("oidc_client_id",R.oidc_client_id),R.oidc_client_secret&&Y.append("oidc_client_secret",R.oidc_client_secret),R.oidc_issuer_url&&Y.append("oidc_issuer_url",R.oidc_issuer_url),R.oidc_scopes&&Y.append("oidc_scopes",R.oidc_scopes),R.attribute_mapping&&Y.append("attribute_mapping",JSON.stringify(R.attribute_mapping)),(await V(await o(`/organizations/${Z.id}/enterprise-connections/${O}/update`,{method:"POST",body:Y}))).data},[o]),S=c.useCallback(async(Z,O)=>{await o(`/organizations/${Z.id}/enterprise-connections/${O}/delete`,{method:"POST"})},[o]),C=c.useCallback(async(Z,O)=>{const R=new FormData;return R.append("protocol",O.protocol),O.idp_entity_id&&R.append("idp_entity_id",O.idp_entity_id),O.idp_sso_url&&R.append("idp_sso_url",O.idp_sso_url),O.idp_certificate&&R.append("idp_certificate",O.idp_certificate),O.oidc_issuer_url&&R.append("oidc_issuer_url",O.oidc_issuer_url),O.oidc_client_id&&R.append("oidc_client_id",O.oidc_client_id),O.oidc_client_secret&&R.append("oidc_client_secret",O.oidc_client_secret),(await V(await o(`/organizations/${Z.id}/enterprise-connections/test`,{method:"POST",body:R}))).data},[o]),_=c.useCallback(async(Z,O)=>(await V(await o(`/organizations/${Z.id}/enterprise-connections/${O}/test`,{method:"POST"}))).data,[o]),k=c.useCallback(async(Z,O)=>(await V(await o(`/organizations/${Z.id}/enterprise-connections/${O}/scim/token`,{method:"POST"}))).data,[o]),y=c.useCallback(async(Z,O)=>(await V(await o(`/organizations/${Z.id}/enterprise-connections/${O}/scim/token`,{method:"GET"}))).data,[o]),M=c.useCallback(async(Z,O)=>{await o(`/organizations/${Z.id}/enterprise-connections/${O}/scim/token/revoke`,{method:"POST"})},[o]),z=c.useCallback(async(Z,O)=>{const R=new FormData;return R.append("name",O.name),O.permissions&&O.permissions.forEach((N,G)=>{R.append(`permissions[${G}]`,N)}),await V(await o(`/organizations/${Z.id}/roles`,{method:"POST",body:R}))},[o]),I=c.useCallback(async Z=>(await V(await o(`/organizations/${Z.id}/leave`,{method:"POST"}))).data,[o]),H=c.useCallback(async Z=>{const O=await V(await o(`/organizations/${Z.id}/delete`,{method:"POST"}));return Mt(),await r(),await s(),O.data},[o,r,s]),T=c.useCallback(async(Z,O,R)=>(await V(await o(`/organizations/${Z.id}/members/${O.id}/roles/${R.id}/add`,{method:"POST"}))).data,[o]),P=c.useCallback(async(Z,O,R)=>(await V(await o(`/organizations/${Z.id}/members/${O.id}/roles/${R.id}/remove`,{method:"POST"}))).data,[o]),$=c.useCallback(async(Z,O)=>{var N,G;const R=new FormData;return R.append("email",O.email),R.append("role_id",O.organizationRole.id),(N=O.workspace)!=null&&N.id&&R.append("workspace_id",O.workspace.id),(G=O.workspaceRole)!=null&&G.id&&R.append("workspace_role_id",O.workspaceRole.id),(await V(await o(`/organizations/${Z.id}/invitations`,{method:"POST",body:R}))).data},[o]),E=c.useCallback(async(Z,O)=>(await V(await o(`/organizations/${Z.id}/invitations/${O.id}/discard`,{method:"POST"}))).data,[o]),F=c.useCallback(async(Z,O)=>(await V(await o(`/organizations/${Z.id}/invitations/${O.id}/resend`,{method:"POST"}))).data,[o]);return{organizations:c.useMemo(()=>e==null?void 0:e.map(Z=>Z.organization),[e]),loading:a,error:null,refetch:r,leaveOrganization:I,getOrganizationRoles:i,getOrganizationMembers:h,removeOrganizationMember:f,createOrganization:p,getOrganizationInvitations:d,getOrganizationDomains:u,addOrganizationDomain:v,verifyOrganizationDomain:b,removeOrganizationDomain:x,addRoleToOrganizationMember:T,removeRoleFromOrganizationMember:P,inviteOrganizationMember:$,discardOrganizationInvitation:E,resendOrganizationInvitation:F,updateOrganization:m,addRole:z,removeOrganizationRoles:g,deleteOrganization:H,getEnterpriseConnections:w,createEnterpriseConnection:A,updateEnterpriseConnection:j,deleteEnterpriseConnection:S,testEnterpriseConnectionConfig:C,testEnterpriseConnection:_,generateSCIMToken:k,getSCIMToken:y,revokeSCIMToken:M}},or=()=>{const{loading:e,error:r,refetch:a,getOrganizationMembers:o,getOrganizationRoles:s,leaveOrganization:i,removeOrganizationMember:h,getOrganizationInvitations:d,getOrganizationDomains:u,removeOrganizationDomain:f,addOrganizationDomain:p,verifyOrganizationDomain:m,addRoleToOrganizationMember:g,removeRoleFromOrganizationMember:v,inviteOrganizationMember:b,discardOrganizationInvitation:x,resendOrganizationInvitation:w,updateOrganization:A,removeOrganizationRoles:j,getEnterpriseConnections:S,createEnterpriseConnection:C,updateEnterpriseConnection:_,deleteEnterpriseConnection:k,testEnterpriseConnectionConfig:y,testEnterpriseConnection:M,generateSCIMToken:z,getSCIMToken:I,revokeSCIMToken:H}=Zt(),{session:T,error:P,loading:$}=nt(),{organizationMemberships:E}=qt(),F=c.useMemo(()=>(E==null?void 0:E.find(D=>{var B;return D.id===((B=T==null?void 0:T.active_signin)==null?void 0:B.active_organization_membership_id)}))||null,[E,T]),L=c.useMemo(()=>(F==null?void 0:F.organization)||null,[F]),Z=c.useCallback(async D=>L?await A(L,D):[],[L,A]),O=c.useCallback(async()=>L?await o(L):[],[L,o]),R=c.useCallback(async()=>L?await s(L):[],[L,s]),Y=c.useCallback(async D=>L?await h(L,D):[],[L,h]),N=c.useCallback(async D=>L?await j(L,D):void 0,[L,j]),G=c.useCallback(async()=>L?await u(L):[],[L,u]),Q=c.useCallback(async D=>L?await p(L,D):void 0,[L,p]),ee=c.useCallback(async D=>L?await m(L,D):void 0,[L,m]),se=c.useCallback(async D=>L?await f(L,D):void 0,[L,f]),pe=c.useCallback(async(D,B)=>L?await g(L,D,B):void 0,[L,g]),te=c.useCallback(async(D,B)=>L?await v(L,D,B):void 0,[L,v]),ye=c.useCallback(async D=>L?await b(L,D):void 0,[L,b]),ae=c.useCallback(async D=>L?await x(L,D):void 0,[L,x]),W=c.useCallback(async D=>L?await w(L,D):void 0,[L,w]),Ge=c.useCallback(async()=>{L&&await i(L)},[L,i]),He=c.useCallback(async()=>L?await d(L):[],[L,d]),We=c.useCallback(async()=>L?await S(L):[],[L,S]),Ne=c.useCallback(async D=>{if(L)return await C(L,D)},[L,C]),ve=c.useCallback(async(D,B)=>{if(L)return await _(L,D,B)},[L,_]),X=c.useCallback(async D=>{L&&await k(L,D)},[L,k]),ce=c.useCallback(async D=>L?await y(L,D):null,[L,y]),ie=c.useCallback(async D=>L?await M(L,D):null,[L,M]),q=c.useCallback(async D=>{if(L)return await z(L,D)},[L,z]),he=c.useCallback(async D=>{if(L)return await I(L,D)},[L,I]),fe=c.useCallback(async D=>{L&&await H(L,D)},[L,H]);return $||e?{activeOrganization:null,activeMembership:null,loading:!0,error:P||r,updateOrganization:null,getRoles:null,getMembers:null,getDomains:null,addDomain:null,verifyDomain:null,removeDomain:null,removeRole:null,getInvitations:null,removeMember:null,addMemberRole:null,removeMemberRole:null,inviteMember:null,discardInvitation:null,resendInvitation:null,leave:null,getEnterpriseConnections:null,createEnterpriseConnection:null,updateEnterpriseConnection:null,deleteEnterpriseConnection:null,generateSCIMToken:null,getSCIMToken:null,revokeSCIMToken:null}:{activeOrganization:L,activeMembership:F,loading:!1,refetch:a,getRoles:R,updateOrganization:Z,getMembers:O,getDomains:G,addDomain:Q,verifyDomain:ee,removeDomain:se,getInvitations:He,removeMember:Y,leave:Ge,removeRole:N,addMemberRole:pe,removeMemberRole:te,inviteMember:ye,discardInvitation:ae,resendInvitation:W,getEnterpriseConnections:We,createEnterpriseConnection:Ne,updateEnterpriseConnection:ve,deleteEnterpriseConnection:X,testEnterpriseConnectionConfig:ce,testEnterpriseConnection:ie,generateSCIMToken:q,getSCIMToken:he,revokeSCIMToken:fe,error:null}};async function w2(e){return(await V(await e("/me/organization-memberships"))).data}const qt=()=>{const{client:e,loading:r}=_e(),{data:a,isLoading:o,error:s,mutate:i}=ze(r?null:"/me/organization-memberships",()=>w2(e),{refreshInterval:3e4,revalidateOnFocus:!1,revalidateOnReconnect:!1,revalidateIfStale:!1,dedupingInterval:5e3}),h=c.useCallback(async()=>{await i()},[i]);return{organizationMemberships:a,loading:r||o,error:s,refetch:h}};async function y2(e){return(await V(await e("/me/workspace-memberships"))).data}async function j2(e,r){return(await V(await e(`/workspaces/${r}/leave`,{method:"POST"}))).data}const Cn=()=>{const{client:e,loading:r}=_e(),{deployment:a}=Ee(),{data:o,isLoading:s,error:i,mutate:h}=ze(!r&&(a!=null&&a.b2b_settings.workspaces_enabled)?"/me/workspace-memberships":null,()=>y2(e),{refreshInterval:3e4,revalidateOnFocus:!1,revalidateOnReconnect:!1,revalidateIfStale:!1,dedupingInterval:5e3}),d=c.useCallback(async()=>{await h(void 0,{revalidate:!0})},[h]);return{workspaceMemberships:o,loading:r||s,error:i,refetch:d}},sr=()=>{const{workspaceMemberships:e,refetch:r,loading:a,error:o}=Cn(),{client:s}=_e(),{refetch:i}=nt(),h=c.useMemo(()=>e==null?void 0:e.map(k=>({...k.workspace,organization:k.organization,eligibility_restriction:k.eligibility_restriction})),[e]),d=c.useCallback(async(k,y,M,z)=>{const I=new FormData;I.append("name",y),M&&I.append("image",M),z&&I.append("description",z),I.append("organization_id",k);const H=await V(await s("/workspaces",{method:"POST",body:I}));return Mt(),await r(),H.data},[s,r]),u=c.useCallback(async k=>{const y=await j2(s,k);return Mt(),await r(),await i(),y},[s,r,i]),f=c.useCallback(async(k,y)=>{const M=new FormData;y.name&&M.append("name",y.name),y.description&&M.append("description",y.description),y.image&&M.append("image",y.image),y.enforce_2fa!==void 0&&M.append("enforce_2fa",String(y.enforce_2fa)),y.enable_ip_restriction!==void 0&&M.append("enable_ip_restriction",String(y.enable_ip_restriction)),y.whitelisted_ips&&y.whitelisted_ips.forEach(I=>M.append("whitelisted_ips",I));const z=await V(await s(`/workspaces/${k.id}/update`,{method:"POST",body:M}));return await r(),z.data},[s,r]),p=c.useCallback(async k=>{const y=await V(await s(`/workspaces/${k.id}/delete`,{method:"POST"}));return Mt(),await r(),y.data},[s,r]),m=c.useCallback(async(k,y)=>{const M=new URLSearchParams;return y&&(M.set("page",y.page.toString()),M.set("limit",y.limit.toString()),y.search&&M.set("search",y.search)),(await V(await s(`/workspaces/${k.id}/members?${M.toString()}`,{method:"GET"}))).data},[s]),g=c.useCallback(async k=>(await V(await s(`/workspaces/${k.id}/roles`,{method:"GET"}))).data,[s]),v=c.useCallback(async(k,y,M)=>{const z=new FormData;return z.append("name",y),M.forEach(H=>z.append("permissions",H)),(await V(await s(`/workspaces/${k.id}/roles`,{method:"POST",body:z}))).data},[s]),b=c.useCallback(async(k,y)=>(await V(await s(`/workspaces/${k.id}/roles/${y.id}/delete`,{method:"POST"}))).data,[s]),x=c.useCallback(async(k,y)=>{const M=await V(await s(`/workspaces/${k.id}/members/${y}/remove`,{method:"POST"}));return await r(),M.data},[s,r]),w=c.useCallback(async(k,y,M)=>(await V(await s(`/workspaces/${k.id}/members/${y}/roles/${M}/add`,{method:"POST"}))).data,[s]),A=c.useCallback(async(k,y,M)=>(await V(await s(`/workspaces/${k.id}/members/${y}/roles/${M}/remove`,{method:"POST"}))).data,[s]),j=c.useCallback(async k=>(await V(await s(`/organizations/${k.organization.id}/invitations?workspace_id=${k.id}`,{method:"GET"}))).data,[s]),S=c.useCallback(async(k,y,M)=>{const z=new FormData;return z.append("email",y),z.append("workspace_id",k.id),M&&z.append("workspace_role_id",M),(await V(await s(`/organizations/${k.organization.id}/invitations`,{method:"POST",body:z}))).data},[s]),C=c.useCallback(async(k,y)=>(await V(await s(`/organizations/${k.organization.id}/invitations/${y}/discard`,{method:"POST"}))).data,[s]),_=c.useCallback(async(k,y)=>(await V(await s(`/organizations/${k.organization.id}/invitations/${y}/resend`,{method:"POST"}))).data,[s]);return{workspaces:h||[],loading:a,error:o,refetch:r,leaveWorkspace:u,createWorkspace:d,updateWorkspace:f,deleteWorkspace:p,getWorkspaceMembers:m,getWorkspaceRoles:g,createWorkspaceRole:v,deleteWorkspaceRole:b,removeWorkspaceMember:x,addWorkspaceMemberRole:w,removeWorkspaceMemberRole:A,getWorkspaceInvitations:j,createWorkspaceInvitation:S,discardWorkspaceInvitation:C,resendWorkspaceInvitation:_}},It=()=>{const{refetch:e,loading:r,error:a,workspaces:o,leaveWorkspace:s,updateWorkspace:i,deleteWorkspace:h,getWorkspaceMembers:d,getWorkspaceRoles:u,createWorkspaceRole:f,deleteWorkspaceRole:p,removeWorkspaceMember:m,addWorkspaceMemberRole:g,removeWorkspaceMemberRole:v,getWorkspaceInvitations:b,createWorkspaceInvitation:x,discardWorkspaceInvitation:w,resendWorkspaceInvitation:A}=sr(),{workspaceMemberships:j}=Cn(),{session:S,loading:C,error:_}=nt(),k=c.useMemo(()=>(j==null?void 0:j.find(ee=>{var se;return ee.id===((se=S==null?void 0:S.active_signin)==null?void 0:se.active_workspace_membership_id)}))||null,[j,S]),y=c.useMemo(()=>(k==null?void 0:k.workspace)||null,[k]),M=c.useCallback(async()=>{if(y)return await s(y.id)},[y,s]),z=c.useCallback(async ee=>{if(y)return await i(y,ee)},[y,i]),I=c.useCallback(async()=>{if(y)return await h(y)},[y,h]),H=c.useCallback(async ee=>y?await d(y,ee):{data:[],meta:{total:0,page:1,limit:10}},[y,d]),T=c.useCallback(async()=>y?await u(y):[],[y,u]),P=c.useCallback(async(ee,se)=>{if(y)return await f(y,ee,se)},[y,f]),$=c.useCallback(async ee=>{if(y)return await p(y,ee)},[y,p]),E=c.useCallback(async ee=>{if(y)return await m(y,ee)},[y,m]),F=c.useCallback(async(ee,se)=>{if(y)return await g(y,ee,se)},[y,g]),L=c.useCallback(async(ee,se)=>{if(y)return await v(y,ee,se)},[y,v]),Z=c.useMemo(()=>(o==null?void 0:o.find(ee=>ee.id===(y==null?void 0:y.id)))||null,[o,y]),O=c.useCallback(async()=>Z?await b(Z):[],[Z,b]),R=c.useCallback(async ee=>{if(Z)return await x(Z,ee.email,ee.workspaceRoleId)},[Z,x]),Y=c.useCallback(async ee=>{if(Z)return await w(Z,ee)},[Z,w]),N=c.useCallback(async ee=>{if(Z)return await A(Z,ee)},[Z,A]),G=r||C,Q=a||_;return G?{activeWorkspace:null,activeMembership:null,loading:!0,error:Q,refetch:e,leave:null,updateWorkspace:null,deleteWorkspace:null,getMembers:null,getRoles:null,createRole:null,deleteRole:null,inviteMember:null,removeMember:null,addMemberRole:null,removeMemberRole:null,getInvitations:null,discardInvitation:null,resendInvitation:null}:{activeWorkspace:y,activeMembership:k,loading:!1,error:Q,refetch:e,leave:M,updateWorkspace:z,deleteWorkspace:I,getMembers:H,getRoles:T,createRole:P,deleteRole:$,inviteMember:R,removeMember:E,addMemberRole:F,removeMemberRole:L,getInvitations:O,discardInvitation:Y,resendInvitation:N}};function Wn(e){const r=new Uint8Array(e);let a="";for(let o=0;o<r.length;o++)a+=String.fromCharCode(r[o]);return btoa(a).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function Gn(e){const r=e.replace(/-/g,"+").replace(/_/g,"/"),a=r.padEnd(r.length+(4-r.length%4)%4,"="),o=atob(a),s=new Uint8Array(o.length);for(let i=0;i<o.length;i++)s[i]=o.charCodeAt(i);return s.buffer}const _2=async e=>(await V(await e("/me"))).data,k2=async e=>(await V(await e("/me/signins"))).data;function ir(){const{client:e,loading:r}=_e(),{data:a,error:o,isLoading:s,mutate:i}=ze(r?null:"/user",()=>_2(e)),h=async Z=>{const O=new FormData;for(const[Y,N]of Object.entries(Z))N!=null&&N!==""&&O.append(Y,String(N));const R=await V(await e("/me",{method:"POST",body:O}));return i(),R},d=async()=>await V(await e("/me/email-addresses",{method:"GET"})),u=async Z=>await V(await e(`/me/email-addresses/${Z}`,{method:"GET"})),f=async Z=>{const O=new FormData;return O.append("email",Z),await V(await e("/me/email-addresses",{method:"POST",body:O}))},p=async Z=>await V(await e(`/me/email-addresses/${Z}/delete`,{method:"POST"})),m=async Z=>await V(await e(`/me/email-addresses/${Z}/prepare-verification`,{method:"POST"})),g=async(Z,O)=>await V(await e(`/me/email-addresses/${Z}/attempt-verification?code=${O}`,{method:"POST"})),v=async(Z,O)=>{const R=new FormData;return R.append("phone_number",Z),R.append("country_code",O),await V(await e("/me/phone-numbers",{method:"POST",body:R}))},b=async Z=>await V(await e(`/me/phone-numbers/${Z}/delete`,{method:"POST"})),x=async Z=>await V(await e(`/me/phone-numbers/${Z}/prepare-verification`,{method:"POST"})),w=async(Z,O)=>{const R=new FormData;return R.append("code",O),await V(await e(`/me/phone-numbers/${Z}/attempt-verification`,{method:"POST",body:R}))},A=async Z=>{const O=await V(await e(`/me/phone-numbers/${Z}/make-primary`,{method:"POST"}));return i(),O},j=async Z=>await V(await e(`/me/email-addresses/${Z}/make-primary`,{method:"POST"})),S=async()=>(await V(await e("/me/authenticator",{method:"POST"}))).data,C=async(Z,O)=>{const R=new FormData;return R.append("authenticator_id",Z),O.forEach(N=>{R.append("codes",N)}),await V(await e("/me/authenticator/attempt-verification",{method:"POST",body:R}))},_=async Z=>await V(await e(`/me/authenticator/${Z}/delete`,{method:"POST"})),k=async()=>(await V(await e("/me/backup-codes",{method:"POST"}))).data,y=async Z=>{const O=new FormData;return O.append("file",Z),await V(await e("/me/profile-picture",{method:"POST",body:O}))},M=async()=>(await V(await e("/me/backup-codes/regenerate",{method:"POST"}))).data,z=async(Z,O)=>{const R=new FormData;return R.append("current_password",Z),R.append("new_password",O),await V(await e("/me/update-password",{method:"POST",body:R}))},I=async Z=>{const O=new FormData;O.append("current_password",Z);const R=await V(await e("/me/remove-password",{method:"POST",body:O}));return i(),R},H=async Z=>{const O=new FormData;return O.append("password",Z),await V(await e("/me/account/delete",{method:"POST",body:O}))},T=async Z=>await V(await e(`/me/social-connections/${Z}/disconnect`,{method:"POST"})),P=async({provider:Z,redirectUri:O})=>{var N;const R=new URLSearchParams({provider:Z});O&&R.append("redirect_uri",O);const Y=await V(await e(`/me/init-sso-connection?${R.toString()}`,{method:"POST"}));return"data"in Y&&((N=Y.data)!=null&&N.oauth_url)&&window.open(Y.data.oauth_url,"_blank"),Y},$=async()=>await V(await e("/me/passkeys",{method:"GET"})),E=async Z=>{var se,pe;const O=await V(await e("/me/passkeys/register/begin",{method:"POST"}));if(!("data"in O))return O;const R=O.data.options.publicKey,Y={challenge:Gn(R.challenge),rp:R.rp,user:{id:Gn(R.user.id),name:R.user.name,displayName:R.user.displayName},pubKeyCredParams:R.pubKeyCredParams,timeout:R.timeout,attestation:R.attestation,authenticatorSelection:R.authenticatorSelection,excludeCredentials:(se=R.excludeCredentials)==null?void 0:se.map(te=>({type:te.type,id:Gn(te.id),transports:te.transports}))},N=await navigator.credentials.create({publicKey:Y});if(!N)throw new Error("Failed to create credential");const G=N.response,Q={id:N.id,rawId:Wn(N.rawId),type:N.type,response:{clientDataJSON:Wn(G.clientDataJSON),attestationObject:Wn(G.attestationObject),transports:((pe=G.getTransports)==null?void 0:pe.call(G))||[]}};return await V(await e(`/me/passkeys/register/finish?name=${encodeURIComponent(Z||"")}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(Q)}))},F=async Z=>await V(await e(`/me/passkeys/${Z}/delete`,{method:"POST"})),L=async(Z,O)=>await V(await e(`/me/passkeys/${Z}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:O})}));return{user:{...a,refetch:i},loading:r||s,error:o||null,updateProfile:h,getEmailAddresses:d,getEmailAddress:u,createEmailAddress:f,deleteEmailAddress:p,prepareEmailVerification:m,attemptEmailVerification:g,makeEmailPrimary:j,createPhoneNumber:v,deletePhoneNumber:b,preparePhoneVerification:x,attemptPhoneVerification:w,makePhonePrimary:A,setupAuthenticator:S,verifyAuthenticator:C,deleteAuthenticator:_,generateBackupCodes:k,regenerateBackupCodes:M,updateProfilePicture:y,disconnectSocialConnection:T,connectSocialAccount:P,updatePassword:z,removePassword:I,deleteAccount:H,getPasskeys:$,registerPasskey:E,deletePasskey:F,renamePasskey:L}}function u0(){const{client:e,loading:r}=_e(),{data:a,error:o,isLoading:s,mutate:i}=ze(r?null:"/me/signins",()=>k2(e));return{signins:a,error:o||null,removeSignin:async d=>await V(await e(`/me/signins/${d}/signout`,{method:"POST"})),refetch:i,loading:s||r}}function p0(){const{session:e,loading:r}=nt(),{loading:a,organizationMemberships:o}=qt(),{loading:s,workspaceMemberships:i}=Cn(),h=c.useMemo(()=>!e||!e.signins||e.signins.length===0?null:(o==null?void 0:o.find(u=>{var f;return u.id===((f=e.active_signin)==null?void 0:f.active_organization_membership_id)}))||null,[o,e]),d=c.useMemo(()=>!e||!e.signins||e.signins.length===0?null:(i==null?void 0:i.find(u=>{var f;return u.id===((f=e.active_signin)==null?void 0:f.active_workspace_membership_id)}))||null,[i,e]);return{loading:r||a||s,orgMembership:h,workspaceMembership:d}}function h0(){const{client:e,loading:r}=_e(),[a,o]=c.useState(!1),s=async i=>{o(!0);try{const h=new FormData;for(const[f,p]of Object.entries(i))p&&h.append(f,p);const d=await e("/waitlist/join",{method:"POST",body:h});return await V(d)}finally{o(!1)}};return r?{loading:!0,joinWaitlist:null}:{loading:a,joinWaitlist:s}}function f0(){const{client:e,loading:r}=_e(),[a,o]=c.useState(!1),[s,i]=c.useState(null),[h,d]=c.useState(null),[u,f]=c.useState(null),[p,m]=c.useState(!1),[g,v]=c.useState(null);c.useEffect(()=>{if(p||r)return;const x=new URLSearchParams(window.location.search),w=x.get("code"),A=x.get("state"),j=x.get("error"),S=x.get("error_description");if(!w&&!j){m(!0);const C=new Error("No OAuth callback data found.");i(C);return}if(m(!0),o(!0),j){const C=S||j,_=new Error(`OAuth Error: ${C}`);i(_),o(!1);return}if(w&&A)b(w,A);else{const C=new Error("Missing required OAuth parameters");i(C),o(!1)}},[p,r]);const b=async(x,w)=>{try{let A,j;try{const _=w.split(".");if(_.length!==3)throw new Error("Invalid OAuth state format - missing signature");const k=_[0].replace(/-/g,"+").replace(/_/g,"/"),y=k.length%4?"=".repeat(4-k.length%4):"",z=atob(k+y).split("|")[0];if(z==="sign_in")A="/auth/oauth2/callback",j="GET";else if(z==="connect_social")A="/me/sso-connection-callback",j="POST";else throw new Error(`Unknown OAuth action: ${z}`)}catch(_){const k=_ instanceof Error?_:new Error("Failed to parse OAuth state");i(new Error(`Invalid OAuth callback: ${k.message}. The authorization link may be expired or malformed. Please try signing in again.`)),o(!1);return}const S=await e(`${A}?code=${encodeURIComponent(x)}&state=${encodeURIComponent(w)}`,{method:j}),C=await V(S);if("data"in C){const _=C.data.session,k=C.data.redirect_uri||null;if(d(_),f(k),_.signin_attempts&&_.signin_attempts.length>0){const y=_.signin_attempts.at(-1);y&&v(y)}}else{const _=new Error("SSO callback failed");i(_)}}catch(A){const j=A instanceof Error?A:new Error("Unknown error occurred");i(j)}finally{o(!1)}};return{loading:a,error:s,session:h,redirectUri:u,processed:p,signinAttempt:g}}function m0(){const{client:e,loading:r}=_e(),[a,o]=c.useState(!1),[s,i]=c.useState(null);return{loading:r||a,verifyMagicLink:async d=>{if(!d.token||!d.attempt)throw new Error("Invalid magic link parameters");o(!0),i(null);try{const u=new URL("/auth/verify-magic-link",window.location.origin);u.searchParams.set("token",d.token),u.searchParams.set("attempt",d.attempt),d.redirectUri&&u.searchParams.set("redirect_uri",d.redirectUri);const f=await e(u.pathname+u.search,{method:"GET"}),p=await V(f);return o(!1),i(!0),p}catch(u){throw o(!1),i(!1),u}},success:s}}function C2(){const[e,r]=c.useState({});return c.useEffect(()=>{const a=new URLSearchParams(window.location.search);r({token:a.get("token")||void 0,attempt:a.get("attempt")||void 0,redirectUri:a.get("redirect_uri")||void 0})},[]),e}function g0(){const{client:e,loading:r}=_e();return{loading:r,forgotPassword:async i=>{const h=new FormData;h.append("email",i);const d=await e("/auth/forgot-password",{method:"POST",body:h});return await V(d)},verifyOtp:async(i,h)=>{const d=new FormData;d.append("email",i),d.append("otp",h);const u=await e("/auth/forgot-password",{method:"POST",body:d});return await V(u)},resetPassword:async(i,h)=>{const d=new FormData;d.append("token",i),d.append("password",h);const u=await e("/auth/reset-password",{method:"POST",body:d});return await V(u)}}}const S2=()=>{},E2=S2(),Go=Object,ni=e=>e===E2,A2=e=>typeof e=="function",Fa=new WeakMap,z2=e=>Go.prototype.toString.call(e),qn=(e,r)=>e===`[object ${r}]`;let $2=0;const qo=e=>{const r=typeof e,a=z2(e),o=qn(a,"Date"),s=qn(a,"RegExp"),i=qn(a,"Object");let h,d;if(Go(e)===e&&!o&&!s){if(h=Fa.get(e),h)return h;if(h=++$2+"~",Fa.set(e,h),Array.isArray(e)){for(h="@",d=0;d<e.length;d++)h+=qo(e[d])+",";Fa.set(e,h)}if(i){h="#";const u=Go.keys(e).sort();for(;!ni(d=u.pop());)ni(e[d])||(h+=d+":"+qo(e[d])+",");Fa.set(e,h)}}else h=o?e.toJSON():r=="symbol"?e.toString():r=="string"?JSON.stringify(e):""+e;return h},M2=e=>{if(A2(e))try{e=e()}catch{e=""}const r=e;return e=typeof e=="string"?e:(Array.isArray(e)?e.length:e)?qo(e):"",[e,r]},L2=e=>M2(e?e(0,null):null)[0],Kn=Promise.resolve(),R2=e=>(r,a,o)=>{const s=c.useRef(!1),{cache:i,initialSize:h=1,revalidateAll:d=!1,persistSize:u=!1,revalidateFirstPage:f=!0,revalidateOnMount:p=!1,parallel:m=!1}=o,[,,,g]=Tt.get(gs);let v;try{v=L2(r),v&&(v=i0+v)}catch{}const[b,x,w]=Xt(i,v),A=c.useCallback(()=>Se(b()._l)?h:b()._l,[i,v,h]);Zo.useSyncExternalStore(c.useCallback(M=>v?w(v,()=>{M()}):()=>{},[i,v]),A,A);const j=c.useCallback(()=>{const M=b()._l;return Se(M)?h:M},[v,h]),S=c.useRef(j());ln(()=>{if(!s.current){s.current=!0;return}v&&x({_l:u?S.current:j()})},[v,i]);const C=p&&!s.current,_=e(v,async M=>{const z=b()._i,I=b()._r;x({_r:dt});const H=[],T=j(),[P]=Xt(i,M),$=P().data,E=[];let F=null;for(let L=0;L<T;++L){const[Z,O]=ja(r(L,m?null:F));if(!Z)break;const[R,Y]=Xt(i,Z);let N=R().data;const G=d||z||Se(N)||f&&!L&&!Se($)||C||$&&!Se($[L])&&!o.compare($[L],N);if(a&&(typeof I=="function"?I(N,O):G)){const Q=async()=>{if(!(Z in g))N=await a(O);else{const se=g[Z];delete g[Z],N=await se}Y({data:N,_k:O}),H[L]=N};m?E.push(Q):await Q()}else H[L]=N;m||(F=N)}return m&&await Promise.all(E.map(L=>L())),x({_i:dt}),H},o),k=c.useCallback(function(M,z){const I=typeof z=="boolean"?{revalidate:z}:z||{},H=I.revalidate!==!1;return v?(H&&(Se(M)?x({_i:!0,_r:I.revalidate}):x({_i:!1,_r:I.revalidate})),arguments.length?_.mutate(M,{...I,revalidate:H}):_.mutate()):Kn},[v,i]),y=c.useCallback(M=>{if(!v)return Kn;const[,z]=Xt(i,v);let I;if($t(M)?I=M(j()):typeof M=="number"&&(I=M),typeof I!="number")return Kn;z({_l:I}),S.current=I;const H=[],[T]=Xt(i,v);let P=null;for(let $=0;$<I;++$){const[E]=ja(r($,P)),[F]=Xt(i,E),L=E?F().data:dt;if(Se(L))return k(T().data);H.push(L),P=L}return k(H)},[v,i,k,j]);return{size:j(),setSize:y,mutate:k,get data(){return _.data},get error(){return _.error},get isValidating(){return _.isValidating},get isLoading(){return _.isLoading}}},ar=d2(ze,R2);function v0({enabled:e=!0,channels:r,organizationIds:a,workspaceIds:o,onNotification:s,onError:i,reconnectDelay:h=1e3,maxReconnectAttempts:d=5}={}){const{session:u,loading:f}=nt(),{deployment:p,loading:m}=Ee(),[g,v]=c.useState(!1),[b,x]=c.useState(null),w=c.useRef(null),A=c.useRef(null),j=c.useRef(0),S=c.useRef(null),C=c.useRef(s),_=c.useRef(i),k=c.useRef(r),y=c.useRef(a),M=c.useRef(o),z=c.useRef(h),I=c.useRef(d);C.current=s,_.current=i,k.current=r,y.current=a,M.current=o,z.current=h,I.current=d;const H=c.useCallback(()=>{A.current&&(clearTimeout(A.current),A.current=null),S.current&&(clearInterval(S.current),S.current=null),w.current&&(w.current.close(),w.current=null)},[]),T=c.useCallback(async()=>{var Z;if(!e||f||m||!u||!p)return;H();const E=new URL(p.backend_host),F=E.protocol==="https:"?"wss:":"ws:",L=new URL("/notifications/stream",`${F}//${E.host}`);if(p.mode==="staging"){const O=ut(p.backend_host);O&&L.searchParams.set("__dev_session__",O)}k.current&&k.current.length>0&&L.searchParams.set("channels",k.current.join(",")),y.current&&y.current.length>0&&L.searchParams.set("organization_ids",y.current.join(",")),M.current&&M.current.length>0&&L.searchParams.set("workspace_ids",M.current.join(","));try{const O=new WebSocket(L.toString());w.current=O,O.onopen=()=>{v(!0),x(null),j.current=0,S.current=setInterval(()=>{O.readyState===WebSocket.OPEN&&O.send("ping")},3e4)},O.onmessage=R=>{var Y,N;try{const G=JSON.parse(R.data);if(G.type==="notification"&&G.data)(Y=C.current)==null||Y.call(C,G.data);else if(G.type==="error"){const Q=G.error||"Unknown error occurred";x(Q),(N=_.current)==null||N.call(_,Q)}else G.type}catch{}},O.onerror=()=>{var R;x("Connection error occurred"),(R=_.current)==null||R.call(_,"Connection error occurred")},O.onclose=R=>{var Y;if(v(!1),S.current&&(clearInterval(S.current),S.current=null),e&&R.code!==1e3&&j.current<I.current){j.current++;const N=z.current*Math.pow(2,j.current-1);A.current=setTimeout(()=>{T()},N)}else j.current>=I.current&&(x("Max reconnection attempts reached"),(Y=_.current)==null||Y.call(_,"Max reconnection attempts reached"))}}catch{x("Failed to connect"),(Z=_.current)==null||Z.call(_,"Failed to connect")}},[e,f,m,u,p,H]);c.useEffect(()=>(T(),()=>{H()}),[T,H]),c.useEffect(()=>{w.current&&w.current.readyState===WebSocket.OPEN&&T()},[r,a,o,T]);const P=c.useCallback(()=>{H(),v(!1)},[H]),$=c.useCallback(()=>{j.current=0,T()},[T]);return{isConnected:g,connectionError:b,disconnect:P,reconnect:$}}function Sn(e){if(!e)return"";const r=new URLSearchParams;e.limit&&r.append("limit",e.limit.toString()),e.cursor&&r.append("cursor",e.cursor),e.scope&&r.append("scope",e.scope),e.channels&&e.channels.length>0&&e.channels.forEach(o=>r.append("channels",o)),e.organization_ids&&e.organization_ids.length>0&&e.organization_ids.forEach(o=>r.append("organization_ids",o)),e.workspace_ids&&e.workspace_ids.length>0&&e.workspace_ids.forEach(o=>r.append("workspace_ids",o)),e.is_read!==void 0&&r.append("is_read",e.is_read.toString()),e.is_archived!==void 0&&r.append("is_archived",e.is_archived.toString()),e.is_starred!==void 0&&r.append("is_starred",e.is_starred.toString()),e.severity&&r.append("severity",e.severity);const a=r.toString();return a?"?"+a:""}async function P2(e,r){const a=`/notifications${Sn(r)}`,o=await e(a,{method:"GET"});return(await V(o)).data}async function T2(e,r){const a=await e(`/notifications/${r}/read`,{method:"POST"});return V(a)}async function F2(e,r){const a=await e(`/notifications/${r}/unread`,{method:"POST"});return V(a)}async function Z2(e,r){const a=await e(`/notifications/mark-all-read${Sn(r)}`,{method:"POST"});return V(a)}async function I2(e,r){const a=await e(`/notifications/archive-all-read${Sn(r)}`,{method:"POST"});return V(a)}async function O2(e,r){const a=await e(`/notifications/${r}/archive`,{method:"POST"});return V(a)}async function H2(e,r){const a=await e(`/notifications/${r}/star`,{method:"POST"});return V(a)}function x0(e){var M;const{client:r,loading:a}=_e(),{data:o,error:s,mutate:i,isLoading:h,size:d,setSize:u,isValidating:f}=ar((z,I)=>{var $;if(a||z>0&&(!I||!I.has_more))return null;const H=z===0||($=I==null?void 0:I.notifications[I.notifications.length-1])==null?void 0:$.id,{onNotification:T,...P}=e||{};return["wacht-notifications",{...P,cursor:H}]},([,z])=>P2(r,z),{refreshInterval:6e4,revalidateOnFocus:!0,revalidateFirstPage:!0}),p=c.useMemo(()=>o?o.flatMap(z=>z.notifications):[],[o]),m=o?(M=o[o.length-1])==null?void 0:M.has_more:!1,g=c.useMemo(()=>{if(e!=null&&e.channels&&e.channels.length>0)return e.channels;switch(e==null?void 0:e.scope){case"organization":return["organization"];case"workspace":return["workspace"];case"current":return["current"];case"all":return["user","organization","workspace"];case"user":return["user"];default:return}},[e==null?void 0:e.channels,e==null?void 0:e.scope]),v=c.useMemo(()=>{var z;return(z=e==null?void 0:e.organization_ids)==null?void 0:z.map(I=>Number(I)).filter(I=>Number.isFinite(I))},[e==null?void 0:e.organization_ids]),b=c.useMemo(()=>{var z;return(z=e==null?void 0:e.workspace_ids)==null?void 0:z.map(I=>Number(I)).filter(I=>Number.isFinite(I))},[e==null?void 0:e.workspace_ids]);v0({enabled:!a&&!!o,channels:g,organizationIds:v,workspaceIds:b,onNotification:c.useCallback(z=>{i(async I=>{var $;if(!I||I.length===0||I.some(E=>E.notifications.some(F=>F.id===z.id.toString())))return I;($=e==null?void 0:e.onNotification)==null||$.call(e,z);const T=I[0];return[{...T,notifications:[{id:z.id.toString(),user_id:z.user_id.toString(),deployment_id:z.deployment_id.toString(),title:z.title,body:z.body,severity:z.severity,ctas:z.ctas,is_read:!1,is_archived:!1,created_at:z.created_at,updated_at:z.created_at},...T.notifications]},...I.slice(1)]},!1)},[i,e]),onError:c.useCallback(()=>{},[])});const x=c.useCallback(async z=>{a||(await i(async I=>I&&I.map(H=>({...H,notifications:H.notifications.map(T=>T.id===z?{...T,is_read:!0}:T)})),!1),await T2(r,z),await i())},[r,a,i]),w=c.useCallback(async z=>{a||(await i(async I=>I&&I.map(H=>({...H,notifications:H.notifications.map(T=>T.id===z?{...T,is_read:!1}:T)})),!1),await F2(r,z),await i())},[r,a,i]),A=c.useCallback(async()=>{a||(await i(async z=>z&&z.map(I=>({...I,notifications:I.notifications.map(H=>({...H,is_read:!0}))})),!1),await Z2(r,e),await i())},[r,e,i,a]),j=c.useCallback(async()=>{a||(await i(async z=>z&&z.map(I=>({...I,notifications:I.notifications.filter(H=>!H.is_read)})),!1),await I2(r,e),await i())},[r,e,a,i]),S=c.useCallback(async z=>{a||(await i(async I=>I&&I.map(H=>({...H,notifications:(e==null?void 0:e.is_archived)!==void 0?H.notifications.filter(T=>T.id!==z):H.notifications.map(T=>T.id===z?{...T,is_archived:!T.is_archived}:T)})),!1),await O2(r,z),await i())},[r,a,i,e==null?void 0:e.is_archived]),C=c.useCallback(async z=>{a||(await i(async I=>I&&I.map(H=>({...H,notifications:H.notifications.map(T=>T.id===z?{...T,is_starred:!T.is_starred}:T)})),!1),await H2(r,z),await i())},[r,a,i]),_=c.useCallback(async()=>{f||!m||await u(d+1)},[f,m,u,d]),k=c.useCallback(async()=>{await i()},[i]),y=a||h||d>0&&o&&typeof o[d-1]>"u";return!o||y?{loading:!0,notifications:p,hasMore:m,markAsRead:void 0,markAllAsRead:void 0,archiveAllRead:void 0,archiveNotification:void 0,starNotification:void 0,markAsUnread:void 0,error:s,refetch:k,loadMore:_}:{loading:!1,error:s,notifications:p,hasMore:m,markAsRead:x,markAllAsRead:A,archiveAllRead:j,archiveNotification:S,starNotification:C,markAsUnread:w,refetch:k,loadMore:_}}async function V2(e,r){const a=`/notifications/scope-unread${Sn(r)}`,o=await e(a,{method:"GET"});return(await V(o)).data}function b0(e){const{client:r,loading:a}=_e(),{data:o,error:s,mutate:i}=ze(a?null:["wacht-notifications-unread",e],([,d])=>V2(r,d),{refreshInterval:3e4,revalidateOnFocus:!0}),h=async()=>{await i()};return!o||a?{loading:!0,count:0,error:s,refetch:h}:{loading:!1,count:o.count,error:s,refetch:h}}const Fr={DISCONNECTED:"disconnected",CONNECTED:"connected",ERROR:"error"},rt={IDLE:"idle",STARTING:"starting",RUNNING:"running",WAITING_FOR_INPUT:"waiting_for_input",COMPLETED:"completed",FAILED:"failed"},fr={IDLE:"Idle",STARTING:"Starting",RUNNING:"Running",WAITING_FOR_INPUT:"WaitingForInput",COMPLETED:"Completed",FAILED:"Failed",CANCELLED:"Cancelled"};function D2(e){switch(e.trim()){case fr.IDLE:return rt.IDLE;case fr.STARTING:case"starting":return rt.STARTING;case fr.RUNNING:case"running":return rt.RUNNING;case fr.WAITING_FOR_INPUT:case"waiting_for_input":return rt.WAITING_FOR_INPUT;case fr.COMPLETED:case"completed":return rt.COMPLETED;case fr.FAILED:case fr.CANCELLED:case"failed":case"cancelled":return rt.FAILED;default:return rt.IDLE}}function Zr(e){return e===rt.STARTING||e===rt.RUNNING||e===rt.WAITING_FOR_INPUT}const N2=5e3,U2=5e3;function B2({threadId:e,platformAdapter:r}){var fe;const{deployment:a}=Ee(),{client:o}=_e(),[s,i]=c.useState([]),[h,d]=c.useState(null),[u,f]=c.useState(null),[p,m]=c.useState(null),[g,v]=c.useState(rt.IDLE),[b,x]=c.useState({status:Fr.DISCONNECTED}),[w,A]=c.useState(!0),[j,S]=c.useState(!1),[C,_]=c.useState(!1),[k,y]=c.useState(null),M=c.useRef(null),z=c.useRef(e),I=c.useRef(0),H=c.useRef(rt.IDLE),T=c.useRef(null),P=c.useCallback(D=>{i(B=>{const J=[...B],me=J.findIndex(le=>String(le.id)===String(D.id));return me>=0?J[me]=D:J.push(D),J.sort((le,we)=>new Date(le.timestamp).getTime()-new Date(we.timestamp).getTime()),J})},[]),$=c.useCallback(D=>{H.current=D,v(D)},[]),E=c.useCallback(D=>{I.current=Date.now()+N2,$(D)},[$]),F=c.useCallback(()=>{var D;I.current>Date.now()&&Zr(H.current)||($(rt.IDLE),(D=T.current)==null||D.call(T))},[$]),L=c.useCallback(D=>{const B=D2(D),J=Zr(B);!J&&I.current>Date.now()&&Zr(H.current)||(J&&(I.current=0),$(B))},[$]),Z=c.useCallback(()=>{d(null),f(null)},[]),O=c.useCallback((D,B)=>{const J={id:D,timestamp:new Date().toISOString(),content:{type:"user_message",message:B},metadata:{message_type:"user_message"}};P(J),Z()},[Z,P]),R=c.useCallback(D=>{var le;const{content:B}=D,J=D.message_type||((le=D.metadata)==null?void 0:le.message_type)||(B==null?void 0:B.type),me={...D,metadata:{...D.metadata||{},message_type:J}};if(J==="system_decision"||J==="execution_summary"||J==="tool_result"){P(me);const we=B==null?void 0:B.step;J==="system_decision"&&(we==="execution_cancelled"||we==="abort")&&F();return}if(J==="user_message"){P(me);return}if(J==="steer"){P(me),B!=null&&B.further_actions_required||F();return}if(J==="approval_request"){I.current=0,$(rt.WAITING_FOR_INPUT),P(me);return}if(J==="approval_response"){P(me),E(rt.RUNNING);return}if(J==="execution_status"){L(B.status);return}P(me)},[L,F,$,E,P]),Y=c.useCallback((D,B)=>{var J;(J=r==null?void 0:r.onPlatformEvent)==null||J.call(r,D,B)},[r]),N=c.useRef(R),G=c.useRef(Y),Q=c.useRef(o),ee=c.useRef(a);c.useEffect(()=>{N.current=R,G.current=Y,Q.current=o,ee.current=a}),c.useEffect(()=>{z.current=e},[e]);const se=c.useRef(null),pe=c.useRef(null),te=c.useRef(0),ye=10,ae=c.useCallback(async D=>{if(!e)return;const B=e;D?S(!0):_(!0),y(null);try{const J=new URLSearchParams({limit:"100"});D&&J.append("before_id",D);const me=await o(`/ai/threads/${e}/messages?${J}`,{method:"GET"}),le=await V(me);if(le.data&&z.current===B){const we=[...le.data.data].sort((Ie,Ke)=>{const ot=new Date(Ie.timestamp).getTime(),yt=new Date(Ke.timestamp).getTime();return ot-yt});we.length>0&&(M.current=we[0].id),i(Ie=>D?[...we,...Ie]:we),A(le.data.has_more||!1)}}catch(J){z.current===B&&y(J instanceof Error?J:new Error("Failed to fetch messages"))}finally{z.current===B&&(D?S(!1):_(!1))}},[e,o]);c.useEffect(()=>{const D=ee.current;if(!D||!e)return;const B=()=>{se.current&&(se.current.close(),se.current=null);const J=new URL(`${D.backend_host}/ai/threads/${encodeURIComponent(e)}/stream`);if(D.mode==="staging"){const le=ut(D.backend_host);le&&J.searchParams.append("__dev_session__",le)}const me=new EventSource(J.toString(),{withCredentials:D.mode!=="staging"});se.current=me,me.onopen=()=>{if(x({status:Fr.CONNECTED}),te.current>0){const le=e;setTimeout(()=>{o(`/ai/threads/${le}/messages?limit=100`,{method:"GET"}).then(async we=>{const Ie=await V(we);if(Ie.data&&z.current===le){const Ke=[...Ie.data.data].sort((ot,yt)=>new Date(ot.timestamp).getTime()-new Date(yt.timestamp).getTime());i(Ke)}}).catch(()=>{})},100)}te.current=0},me.onerror=()=>{if(x({status:Fr.ERROR}),me.close(),se.current=null,te.current<ye){const le=Math.min(1e3*Math.pow(2,te.current),3e4);pe.current=setTimeout(()=>{te.current++,B()},le)}else x({status:Fr.DISCONNECTED})},me.addEventListener("conversation_message",le=>{try{const we=JSON.parse(le.data),Ie=(we==null?void 0:we.ConversationMessage)??we??null;Ie&&N.current(Ie)}catch{}}),me.addEventListener("platform_event",le=>{try{const we=JSON.parse(le.data);we!=null&&we.PlatformEvent?G.current(we.PlatformEvent[0],we.PlatformEvent[1]):we!=null&&we.event_label&&G.current(we.event_label,we.event_data)}catch{}})};return B(),()=>{pe.current&&(clearTimeout(pe.current),pe.current=null),se.current&&(se.current.close(),se.current=null)}},[e]);const W=c.useCallback(async()=>{if(!e)return;const D=e;try{const B=await o(`/ai/threads/${D}`,{method:"GET"});if(!B.ok)return;const J=await V(B);J.data&&z.current===D&&(m(J.data),L(J.data.status),Wr(`wacht-ai-thread:${D}`,J.data,{revalidate:!1}))}catch{}},[e,o,L]);c.useEffect(()=>{T.current=W},[W]),c.useEffect(()=>{if(!e)return;W();const D=window.setInterval(()=>{!Zr(H.current)&&I.current<=Date.now()||W()},U2);return()=>{window.clearInterval(D)}},[e,W]),c.useEffect(()=>{i([]),m(null),A(!0),S(!1),y(null),_(!!e),x({status:Fr.DISCONNECTED}),M.current=null,I.current=0,H.current=rt.IDLE,Z()},[e,Z]);const Ge=c.useCallback(async(D,B)=>{var J;if(!(!e||!a)){d(D),B&&B.length>0&&f(B);try{const me=new FormData;me.append("message",D),B&&B.length>0&&B.forEach(we=>{me.append("files",we)});const le=await o(`/ai/threads/${e}/run`,{method:"POST",body:me});if(le.ok){const Ie=((J=(await V(le)).data)==null?void 0:J.conversation_id)??null;Ie?O(Ie,D):Z(),E(rt.RUNNING)}else Z()}catch{Z()}}},[e,a,o,E,Z,O]);c.useEffect(()=>{e&&ae()},[e,ae]);const He=c.useCallback(async()=>{await ae()},[ae]),We=c.useCallback(async()=>{if(!(j||!w||!M.current)){S(!0);try{await ae(M.current)}finally{S(!1)}}},[j,w,ae]),Ne=c.useCallback(()=>{i([]),Z()},[Z]),ve=c.useCallback(async(D,B)=>{if(!e)return!1;try{const J=new FormData;return J.append("request_message_id",D),B.forEach(le=>{J.append("approval_tool_name",le.tool_name),J.append("approval_mode",le.mode)}),(await o(`/ai/threads/${e}/run`,{method:"POST",body:J})).ok?(E(rt.RUNNING),!0):!1}catch{return!1}},[e,o,E]),X=c.useCallback(async()=>{if(!(!e||!Zr(g)))try{const D=new FormData;D.append("cancel","true"),await o(`/ai/threads/${e}/run`,{method:"POST",body:D}),I.current=0,$(rt.IDLE)}catch{}},[e,g,o,$]),ce=c.useCallback(D=>{if(!a||!e||!D)return null;const B=D.url||D.filename;if(!B)return null;if(/^https?:\/\//i.test(B))return B;const J=a.backend_host.replace(/\/$/,"");let me;if(B.startsWith("/ai/threads/"))me=new URL(B,`${J}/`);else if(B.startsWith("/uploads/")){const le=B.split("/").pop()??"";if(!le)return null;me=new URL(`/ai/threads/${encodeURIComponent(e)}/filesystem/file`,`${J}/`),me.searchParams.set("path",`uploads/${le}`)}else{const le=B.includes("/")?B.split("/").pop()??"":B;if(!le)return null;me=new URL(`/ai/threads/${encodeURIComponent(e)}/filesystem/file`,`${J}/`),me.searchParams.set("path",`uploads/${le}`)}if(a.mode==="staging"){const le=ut(a.backend_host);le&&me.searchParams.set("__dev_session__",le)}return me.toString()},[e,a]),ie=c.useCallback(D=>{const B=ce(D);if(!B)return;const J=document.createElement("a");J.href=B,J.download=(D==null?void 0:D.filename)||"attachment",J.rel="noreferrer",document.body.appendChild(J),J.click(),document.body.removeChild(J)},[ce]),q=((fe=p==null?void 0:p.execution_state)==null?void 0:fe.pending_approval_request)??null,he=(q==null?void 0:q.request_message_id)??null;return{threadState:p,messages:s,pendingMessage:h,pendingFiles:u,connectionState:b,isConnected:b.status===Fr.CONNECTED,hasActiveRun:Zr(g),isRunning:g===rt.STARTING||g===rt.RUNNING,executionStatus:g,isWaitingForInput:g===rt.WAITING_FOR_INPUT,pendingApprovalRequest:q,activeApprovalRequestId:he,hasMoreMessages:w,isLoadingMore:j,messagesLoading:C,messagesError:k,refreshMessages:He,sendMessage:Ge,submitApprovalResponse:ve,clearMessages:Ne,loadMoreMessages:We,cancelExecution:X,resolveMessageFileUrl:ce,downloadMessageFile:ie}}function W2(e){const{client:r}=_e(),[a,o]=c.useState(!e),[s,i]=c.useState(!!e),[h,d]=c.useState(null),u=c.useRef(!1),f=c.useRef(!1),p=c.useRef(null),m=a,g=c.useCallback(async()=>{const C=await r("/ai/session",{method:"GET"});if(!C.ok)throw C.status===401||C.status===403?new Error("NO_SESSION"):new Error("Failed to fetch session");return(await V(C)).data},[r]),{data:v,error:b,isLoading:x,mutate:w}=ze(m?"wacht-agent-session":null,g,{revalidateOnFocus:!1});c.useEffect(()=>{if(!e||u.current||f.current||p.current===e)return;p.current=e,(async()=>{f.current=!0,i(!0);try{(await r(`/session/ticket/exchange?ticket=${encodeURIComponent(e)}`,{method:"GET"})).ok?(u.current=!0,o(!0)):d(new Error("Failed to exchange ticket"))}catch(_){d(_ instanceof Error?_:new Error("Failed to exchange ticket"))}finally{i(!1),f.current=!1}})()},[e,r]);const A=!h&&(e?a:!0)&&(!b||b.message!=="NO_SESSION"),j=h||(b&&b.message!=="NO_SESSION"?b:null);return{hasSession:A,sessionLoading:s||m&&x,sessionError:j,sessionId:(v==null?void 0:v.session_id)||null,actor:(v==null?void 0:v.actor)||null,agents:(v==null?void 0:v.agents)||[],ticketExchanged:a,ticketLoading:s,refetch:async()=>{await w()}}}const oi={exists:!1,files:[]};function G2(e,r){return r===void 0?"":`?${new URLSearchParams({[e]:String(r)}).toString()}`}function w0(e,r){const a=new URLSearchParams({path:e});return r&&a.set("include_archived","true"),`?${a.toString()}`}function y0(e,r){const a=new URLSearchParams;e&&a.set("path",e),r&&a.set("include_archived","true");const o=a.toString();return o?`?${o}`:""}function q2(e){const r=e.split("/").pop()||e,a=r.lastIndexOf(".");return a<0||a===r.length-1?"":r.slice(a+1).toLowerCase()}function K2(e,r){const a=q2(r),o=new Set(["doc","docx","ppt","pptx","xls","xlsx","pdf","zip","gz","tar","7z","rar","jar","war","bin"]),s=new Set(["txt","md","mdx","markdown","json","jsonc","js","jsx","ts","tsx","mts","cts","mjs","cjs","py","rb","php","java","kt","kts","go","rs","c","cc","cpp","cxx","h","hpp","swift","sh","bash","zsh","fish","ps1","sql","html","htm","css","scss","less","xml","svg","yaml","yml","toml","ini","cfg","conf","env","log"]);return o.has(a)?!1:s.has(a)?!0:e.startsWith("text/")||e.includes("json")||e.includes("javascript")||e.includes("typescript")||e.includes("python")||e.includes("xml")||e.includes("yaml")}function at(e,r,a){if(a!=null){if(typeof a=="string"){e.set(r,a);return}if(typeof a=="boolean"||typeof a=="number"){e.set(r,String(a));return}}}function Y2(e,r,a){a&&e.set(r,JSON.stringify(a))}function si(e){const r=new FormData;return at(r,"name",e.name),at(r,"agent_id","agent_id"in e?e.agent_id:void 0),at(r,"description",e.description),at(r,"status",e.status),r}function Q2(e){const r=new FormData;if(at(r,"title",e.title),at(r,"agent_id",e.agent_id),at(r,"system_instructions",e.system_instructions),at(r,"thread_purpose",e.thread_purpose),at(r,"responsibility",e.responsibility),at(r,"reusable",e.reusable),at(r,"accepts_assignments",e.accepts_assignments),Y2(r,"metadata",e.metadata),Array.isArray(e.capability_tags))for(const a of e.capability_tags)r.append("capability_tags",a);return r}function j0(e){const r=new FormData;return at(r,"title",e.title),at(r,"agent_id",e.agent_id),at(r,"system_instructions",e.system_instructions),r}function _0(e,r=[]){const a=new FormData;at(a,"title",e.title),at(a,"description",e.description),at(a,"status",e.status),at(a,"priority",e.priority),at(a,"schedule_kind",e.schedule_kind),at(a,"next_run_at",e.next_run_at),at(a,"interval_seconds",e.interval_seconds),"clear_schedule"in e&&at(a,"clear_schedule",e.clear_schedule);for(const o of r)a.append("files",o);return a}function J2(e={}){const{client:r}=_e(),{includeArchived:a=!1,enabled:o=!0}=e,s=o?`wacht-ai-actor-projects:${a}`:null,i=c.useCallback(async()=>{const v=await r(`/ai/projects${G2("include_archived",a)}`);return(await V(v)).data},[r,a]),{data:h,error:d,mutate:u}=ze(s,i,{revalidateOnFocus:!1}),f=c.useCallback(async v=>{const b=await r("/ai/projects",{method:"POST",body:si(v)}),x=await V(b);return await u(),x},[r,u]),p=c.useCallback(async(v,b)=>{const x=await r(`/ai/projects/${v}/update`,{method:"POST",body:si(b)}),w=await V(x);return await u(),w},[r,u]),m=c.useCallback(async v=>{const b=await r(`/ai/projects/${v}/archive`,{method:"POST",body:new URLSearchParams}),x=await V(b);return await u(),x},[r,u]),g=c.useCallback(async v=>{const b=await r(`/ai/projects/${v}/unarchive`,{method:"POST",body:new URLSearchParams}),x=await V(b);return await u(),x},[r,u]);return{projects:h||[],loading:!h&&!d,error:d,createProject:f,updateProject:p,archiveProject:m,unarchiveProject:g,refetch:async()=>{await u()}}}function X2(e={}){const{client:r}=_e(),{enabled:a=!0,query:o="",limit:s=12}=e,i=o.trim(),h=a?`wacht-ai-actor-project-search:${i}:${s}`:null,d=c.useCallback(async()=>{const m=new URLSearchParams({limit:String(s)});i&&m.set("q",i);const g=await r(`/ai/projects/search?${m.toString()}`);return(await V(g)).data},[r,s,i]),{data:u,error:f,mutate:p}=ze(h,d,{revalidateOnFocus:!1});return{projects:(u==null?void 0:u.data)||[],loading:!u&&!f,error:f,hasMore:(u==null?void 0:u.has_more)||!1,nextCursor:u==null?void 0:u.next_cursor,refetch:async()=>{await p()}}}function ep(e,r={}){const{client:a}=_e(),{includeArchived:o=!1,enabled:s=!0}=r,i=s&&e?`wacht-ai-threads:${e}:${o}`:null,h=c.useCallback(async()=>{if(!e)return{data:[],has_more:!1,next_cursor:""};const x=new URLSearchParams({limit:"100"});o&&x.set("include_archived","true");const w=await a(`/ai/projects/${e}/threads?${x.toString()}`);return(await V(w)).data},[e,a,o]),{data:d,error:u,mutate:f}=ze(i,h,{revalidateOnFocus:!1}),p=c.useCallback(async(x,w)=>{const A=await a(`/ai/projects/${x}/threads`,{method:"POST",body:Q2(w)}),j=await V(A);return x===e&&await f(),j},[e,a,f]),m=c.useCallback(async x=>{if(!e)throw new Error("projectId is required");return p(e,x)},[e,p]),g=c.useCallback(async(x,w)=>{const A=await a(`/ai/threads/${x}/update`,{method:"POST",body:j0(w)}),j=await V(A);return await f(),j},[a,f]),v=c.useCallback(async x=>{const w=await a(`/ai/threads/${x}/archive`,{method:"POST",body:new URLSearchParams}),A=await V(w);return await f(),A},[a,f]),b=c.useCallback(async x=>{const w=await a(`/ai/threads/${x}/unarchive`,{method:"POST",body:new URLSearchParams}),A=await V(w);return await f(),A},[a,f]);return{threads:(d==null?void 0:d.data)||[],loading:!d&&!u,error:u,hasMore:(d==null?void 0:d.has_more)||!1,nextCursor:(d==null?void 0:d.next_cursor)||"",createThread:m,createThreadForProject:p,updateThread:g,archiveThread:v,unarchiveThread:b,refetch:async()=>{await f()}}}function tp(e,r={}){var v,b;const{client:a}=_e(),{includeArchived:o=!1,archivedOnly:s=!1,enabled:i=!0,query:h="",limit:d=10}=r,u=h.trim(),f=ar((x,w)=>{if(!i||!e||x>0&&w&&!w.has_more)return null;const A=x===0||w==null?void 0:w.next_cursor;return["wacht-ai-project-thread-feed",e,s?"archived-only":o?"with-archived":"active-only",u,d,A||""]},async([,x,w,A,j,S])=>{const C=new URLSearchParams({limit:String(j)});w==="with-archived"?C.set("include_archived","true"):w==="archived-only"&&(C.set("include_archived","true"),C.set("archived_only","true")),A&&C.set("q",String(A)),S&&C.set("cursor",String(S));const _=await a(`/ai/projects/${x}/threads?${C.toString()}`);return(await V(_)).data},{revalidateOnFocus:!1,revalidateFirstPage:!0,persistSize:!0}),p=c.useMemo(()=>{var x;return((x=f.data)==null?void 0:x.flatMap(w=>w.data||[]))||[]},[f.data]),m=f.data&&((v=f.data[f.data.length-1])==null?void 0:v.has_more)||!1,g=f.isValidating&&!!f.data&&f.size>(((b=f.data)==null?void 0:b.length)||0);return{threads:p,loading:!f.data&&!f.error,error:f.error||null,hasMore:m,loadingMore:g,loadMore:async()=>{!m||g||await f.setSize(x=>x+1)},refetch:async()=>{await f.mutate()}}}function rp(e={}){const{client:r}=_e(),{enabled:a=!0,query:o="",limit:s=16}=e,i=o.trim(),h=a?`wacht-ai-actor-thread-search:${i}:${s}`:null,d=c.useCallback(async()=>{const m=new URLSearchParams({limit:String(s)});i&&m.set("q",i);const g=await r(`/ai/threads/search?${m.toString()}`);return(await V(g)).data},[r,s,i]),{data:u,error:f,mutate:p}=ze(h,d,{revalidateOnFocus:!1});return{threads:(u==null?void 0:u.data)||[],loading:!u&&!f,error:f,hasMore:(u==null?void 0:u.has_more)||!1,nextCursor:u==null?void 0:u.next_cursor,refetch:async()=>{await p()}}}function ap(e,r=!0){const{client:a}=_e(),o=r&&e?`wacht-ai-thread:${e}`:null,s=c.useCallback(async()=>{if(!e)return null;const f=await a(`/ai/threads/${e}`);return(await V(f)).data},[e,a]),i=ze(o,s,{revalidateOnFocus:!1}),h=c.useCallback(async f=>{if(!e)throw new Error("threadId is required");const p=await a(`/ai/threads/${e}/update`,{method:"POST",body:j0(f)}),m=await V(p);return await i.mutate(),m},[e,a,i]),d=c.useCallback(async()=>{if(!e)throw new Error("threadId is required");const f=await a(`/ai/threads/${e}/archive`,{method:"POST",body:new URLSearchParams}),p=await V(f);return await i.mutate(),p},[e,a,i]),u=c.useCallback(async()=>{if(!e)throw new Error("threadId is required");const f=await a(`/ai/threads/${e}/unarchive`,{method:"POST",body:new URLSearchParams}),p=await V(f);return await i.mutate(),p},[e,a,i]);return{thread:i.data||null,loading:!i.data&&!i.error,error:i.error||null,updateThread:h,archiveThread:d,unarchiveThread:u,refetch:async()=>{await i.mutate()}}}function np(e,r=!0){const{client:a}=_e(),o=r&&e?`wacht-ai-thread-filesystem:${e}`:null,s=c.useCallback(async d=>{if(!e)throw new Error("threadId is required");const u=await a(`/ai/threads/${e}/filesystem/file${w0(d)}`);if(!u.ok)throw new Error("Failed to load file");const f=await u.blob(),p=(u.headers.get("content-type")||"application/octet-stream").split(";")[0].trim().toLowerCase(),m=K2(p,d);let g;return m&&(g=await f.text()),{path:d,name:d.split("/").pop()||"file",mime_type:p,is_text:m,size_bytes:f.size,truncated:!1,content:g,blob:f}},[e,a]),i=c.useCallback(async d=>{if(!e)return oi;const u=await a(`/ai/threads/${e}/filesystem${y0(d)}`);return(await V(u)).data},[e,a]),h=ze(o,()=>i(),{revalidateOnFocus:!1});return{filesystem:h.data||oi,filesystemLoading:!h.data&&!h.error,filesystemError:h.error||null,getFile:s,listDirectory:i,refetch:async()=>{await h.mutate()}}}function op(e,r={}){var f,p;const{client:a}=_e(),{enabled:o=!0,limit:s=40}=r,i=ar((m,g)=>{if(!o||!e||m>0&&g&&!g.has_more)return null;const v=m===0||g==null?void 0:g.next_cursor;return["wacht-ai-thread-events",e,s,v||""]},async([,m,g,v])=>{const b=new URLSearchParams({limit:String(g)});v&&b.set("cursor",String(v));const x=await a(`/ai/threads/${m}/events?${b.toString()}`);return(await V(x)).data},{revalidateOnFocus:!1,revalidateFirstPage:!0,persistSize:!0,refreshInterval:5e3}),h=c.useMemo(()=>{var m;return((m=i.data)==null?void 0:m.flatMap(g=>g.data||[]))||[]},[i.data]),d=i.data&&((f=i.data[i.data.length-1])==null?void 0:f.has_more)||!1,u=i.isValidating&&!!i.data&&i.size>(((p=i.data)==null?void 0:p.length)||0);return{events:h,loading:!i.data&&!i.error,error:i.error||null,hasMore:d,loadingMore:u,loadMore:async()=>{!d||u||await i.setSize(m=>m+1)},refetch:async()=>{await i.mutate()}}}function sp(e,r={}){var f,p;const{client:a}=_e(),{enabled:o=!0,limit:s=40}=r,i=ar((m,g)=>{if(!o||!e||m>0&&g&&!g.has_more)return null;const v=m===0||g==null?void 0:g.next_cursor;return["wacht-ai-thread-assignments",e,s,v||""]},async([,m,g,v])=>{const b=new URLSearchParams({limit:String(g)});v&&b.set("cursor",String(v));const x=await a(`/ai/threads/${m}/assignments?${b.toString()}`);return(await V(x)).data},{revalidateOnFocus:!1,revalidateFirstPage:!0,persistSize:!0,refreshInterval:5e3}),h=c.useMemo(()=>{var m;return((m=i.data)==null?void 0:m.flatMap(g=>g.data||[]))||[]},[i.data]),d=i.data&&((f=i.data[i.data.length-1])==null?void 0:f.has_more)||!1,u=i.isValidating&&!!i.data&&i.size>(((p=i.data)==null?void 0:p.length)||0);return{assignments:h,loading:!i.data&&!i.error,error:i.error||null,hasMore:d,loadingMore:u,loadMore:async()=>{!d||u||await i.setSize(m=>m+1)},refetch:async()=>{await i.mutate()}}}function ip(e={},r){const a=new URLSearchParams;e.statuses&&e.statuses.length>0&&a.set("status",e.statuses.join(",")),e.includeArchived&&a.set("include_archived","true"),e.archivedOnly&&a.set("archived_only","true"),e.limit&&a.set("limit",String(e.limit)),r&&a.set("cursor",r);const o=a.toString();return o?`?${o}`:""}function cp(e,r=!0,a={}){var b,x,w;const{client:o}=_e(),s=((b=a.statuses)==null?void 0:b.join(","))||"all",i=a.archivedOnly?"archived-only":a.includeArchived?"with-archived":"active-only",h=a.limit||60,d=ar((A,j)=>{if(!r||!e||A>0&&j&&!j.has_more)return null;const S=A===0||j==null?void 0:j.next_cursor;return["wacht-ai-project-tasks",e,s,i,h,S||""]},async([,A,,,,j])=>{const S=await o(`/ai/projects/${A}/board/items${ip(a,j||void 0)}`);return(await V(S)).data},{revalidateOnFocus:!1,revalidateFirstPage:!0,persistSize:!0,refreshInterval:5e3}),u=c.useMemo(()=>{var A;return((A=d.data)==null?void 0:A.flatMap(j=>j.data||[]))||[]},[d.data]),f=d.data&&((x=d.data[d.data.length-1])==null?void 0:x.has_more)||!1,p=d.isValidating&&!!d.data&&d.size>(((w=d.data)==null?void 0:w.length)||0),m=c.useCallback(async(A,j=[])=>{if(!e)throw new Error("projectId is required");const S=await o(`/ai/projects/${e}/board/items`,{method:"POST",body:_0(A,j)}),C=await V(S);return await d.mutate(),C},[e,o,d]),g=c.useCallback(async A=>{if(!e)throw new Error("projectId is required");const j=await o(`/ai/projects/${e}/board/items/${A}/archive`,{method:"POST",body:new URLSearchParams}),S=await V(j);return await d.mutate(),S},[e,o,d]),v=c.useCallback(async A=>{if(!e)throw new Error("projectId is required");const j=await o(`/ai/projects/${e}/board/items/${A}/unarchive`,{method:"POST",body:new URLSearchParams}),S=await V(j);return await d.mutate(),S},[e,o,d]);return{tasks:u,loading:!d.data&&!d.error,error:d.error||null,hasMore:f,loadingMore:p,loadMore:async()=>{!f||p||await d.setSize(A=>A+1)},createTask:m,archiveTask:g,unarchiveTask:v,refetch:async()=>{await d.mutate()}}}function lp(e,r,a=!0,o={}){var H,T,P,$;const{client:s}=_e(),i=o.includeArchived?"with-archived":"active-only",h=o.includeArchived?"?include_archived=true":"",d=a&&e&&r?`wacht-ai-board-item:${e}:${r}:${i}`:null,u=a&&e&&r?`wacht-ai-board-item-workspace:${e}:${r}:${i}`:null,f=c.useCallback(async()=>{if(!e||!r)return null;const E=await s(`/ai/projects/${e}/board/items/${r}${h}`);return(await V(E)).data},[e,r,s,h]),p=ze(d,f,{revalidateOnFocus:!1,refreshInterval:5e3}),m=ar((E,F)=>{if(!a||!e||!r||E>0&&F&&!F.has_more)return null;const L=E===0||F==null?void 0:F.next_cursor;return["wacht-ai-board-item-events",e,r,i,L||""]},async([,E,F,,L])=>{const Z=new URLSearchParams({limit:"40"});o.includeArchived&&Z.set("include_archived","true"),L&&Z.set("cursor",String(L));const O=await s(`/ai/projects/${E}/board/items/${F}/events?${Z.toString()}`);return(await V(O)).data},{revalidateOnFocus:!1,revalidateFirstPage:!0,persistSize:!0,refreshInterval:5e3}),g=ar((E,F)=>{if(!a||!e||!r||E>0&&F&&!F.has_more)return null;const L=E===0||F==null?void 0:F.next_cursor;return["wacht-ai-board-item-assignments",e,r,i,L||""]},async([,E,F,,L])=>{const Z=new URLSearchParams({limit:"40"});o.includeArchived&&Z.set("include_archived","true"),L&&Z.set("cursor",String(L));const O=await s(`/ai/projects/${E}/board/items/${F}/assignments?${Z.toString()}`);return(await V(O)).data},{revalidateOnFocus:!1,revalidateFirstPage:!0,persistSize:!0,refreshInterval:5e3}),v=c.useCallback(async()=>{if(!e||!r)return{exists:!1,files:[]};const E=await s(`/ai/projects/${e}/board/items/${r}/filesystem${h}`);return(await V(E)).data},[e,r,s,h]),b=ze(u,v,{revalidateOnFocus:!1,refreshInterval:5e3}),x=c.useCallback(async(E,F=[])=>{if(!e||!r)throw new Error("projectId and itemId are required");const L=await s(`/ai/projects/${e}/board/items/${r}/update`,{method:"POST",body:_0(E,F)}),Z=await V(L);return await p.mutate(),await b.mutate(),Z},[e,r,s,p,b]),w=c.useCallback(async()=>{if(!e||!r)throw new Error("projectId and itemId are required");const E=await s(`/ai/projects/${e}/board/items/${r}/archive`,{method:"POST",body:new URLSearchParams}),F=await V(E);return await p.mutate(),F},[e,r,s,p]),A=c.useCallback(async()=>{if(!e||!r)throw new Error("projectId and itemId are required");const E=await s(`/ai/projects/${e}/board/items/${r}/unarchive`,{method:"POST",body:new URLSearchParams}),F=await V(E);return await p.mutate(),F},[e,r,s,p]),j=c.useCallback(async E=>{if(!e||!r)throw new Error("projectId and itemId are required");const F=await s(`/ai/projects/${e}/board/items/${r}/filesystem/file${w0(E,o.includeArchived)}`);return await V(F)},[e,r,s,o.includeArchived]),S=c.useCallback(async E=>{if(!e||!r)throw new Error("projectId and itemId are required");const F=await s(`/ai/projects/${e}/board/items/${r}/filesystem${y0(E,o.includeArchived)}`);return await V(F)},[e,r,s,o.includeArchived]),C=c.useCallback(async(E,F=[])=>{if(!e||!r)throw new Error("projectId and itemId are required");const L=await s(`/ai/projects/${e}/board/items/${r}/journal`,{method:"POST",body:(()=>{const O=new FormData;O.set("summary",E.summary),E.body_markdown&&O.set("body_markdown",E.body_markdown),E.details&&O.set("details",E.details);for(const R of F)O.append("files",R);return O})()}),Z=await V(L);return await m.mutate(),await b.mutate(),Z},[e,r,s,m,b]),_=c.useMemo(()=>{var E;return((E=m.data)==null?void 0:E.flatMap(F=>F.data||[]))||[]},[m.data]),k=c.useMemo(()=>{var E;return((E=g.data)==null?void 0:E.flatMap(F=>F.data||[]))||[]},[g.data]),y=m.data&&((H=m.data[m.data.length-1])==null?void 0:H.has_more)||!1,M=m.isValidating&&!!m.data&&m.size>(((T=m.data)==null?void 0:T.length)||0),z=g.data&&((P=g.data[g.data.length-1])==null?void 0:P.has_more)||!1,I=g.isValidating&&!!g.data&&g.size>((($=g.data)==null?void 0:$.length)||0);return{item:p.data||null,events:_,assignments:k,eventsHasMore:y,eventsLoadingMore:M,loadMoreEvents:async()=>{!y||M||await m.setSize(E=>E+1)},assignmentsHasMore:z,assignmentsLoadingMore:I,loadMoreAssignments:async()=>{!z||I||await g.setSize(E=>E+1)},taskWorkspace:b.data||{exists:!1,files:[]},taskWorkspaceLoading:!b.data&&!b.error,taskWorkspaceError:b.error||null,loading:!p.data&&!p.error||!m.data&&!m.error||!g.data&&!g.error,error:p.error||m.error||g.error||null,updateItem:x,archiveItem:w,unarchiveItem:A,getTaskWorkspaceFile:j,listTaskWorkspaceDirectory:S,appendJournal:C,refetch:async()=>{await p.mutate(),await m.mutate(),await g.mutate(),await b.mutate()},refetchEvents:async()=>{await m.mutate()},refetchAssignments:async()=>{await g.mutate()},refetchTaskWorkspace:async()=>{await b.mutate()}}}function dp(e,r=!0){var v;const{client:a}=_e(),{data:o,error:s,mutate:i,isLoading:h,size:d,setSize:u,isValidating:f}=ar((b,x)=>{if(!r||!e||b>0&&(!x||!x.has_more))return null;const w=b===0||x==null?void 0:x.next_cursor;return["wacht-ai-thread-graphs",e,w]},async([,b,x])=>{const w=new URLSearchParams;w.set("limit","10"),x&&w.set("cursor",String(x));const A=await a(`/ai/threads/${b}/task-graphs?${w.toString()}`),S=(await V(A)).data||{data:[],limit:10,has_more:!1};return{...S,data:(S.data||[]).map(C=>({...C,nodes:Array.isArray(C.nodes)?C.nodes:[],edges:Array.isArray(C.edges)?C.edges:[],summary:C.summary||null}))}},{revalidateOnFocus:!1,refreshInterval:5e3,revalidateFirstPage:!0,revalidateAll:!1,persistSize:!0}),p=c.useMemo(()=>o?o.flatMap(b=>b.data||[]):[],[o]),m=o&&((v=o[o.length-1])==null?void 0:v.has_more)||!1,g=f&&!!o&&d>((o==null?void 0:o.length)||0);return{graphs:p,latestGraph:p[0]||null,has_more:m,loadingMore:g,loading:h,error:s,loadMore:async()=>{!m||g||await u(d+1)},refetch:async()=>{await i()}}}function up(e=!0){const{client:r}=_e(),a=e?"wacht-ai-actor-mcp-servers":null,o=c.useCallback(async()=>{const p=await r("/ai/mcp-servers");return(await V(p)).data},[r]),{data:s,error:i,mutate:h,isLoading:d}=ze(a,o,{revalidateOnFocus:!1}),u=c.useCallback(async p=>{const m=await r(`/ai/mcp-servers/${p}/connect`,{method:"POST",body:new URLSearchParams});return V(m)},[r]),f=c.useCallback(async p=>{const m=await r(`/ai/mcp-servers/${p}/disconnect`,{method:"POST",body:new URLSearchParams}),g=await V(m);return await h(),g},[r,h]);return{servers:s??[],loading:d,error:i,connect:u,disconnect:f,refetch:async()=>{await h()}}}function pp(e=!0){const{client:r}=_e(),a=e?"wacht-ai-external-agent-connections":null,o=c.useCallback(async()=>{const p=await r("/ai/external-connections");return(await V(p)).data},[r]),{data:s,error:i,mutate:h,isLoading:d}=ze(a,o,{revalidateOnFocus:!1}),u=c.useCallback(async(p,m,g)=>{const v=await r(`/ai/external-connections/${encodeURIComponent(p)}/${encodeURIComponent(m)}/connect`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({return_url:(g==null?void 0:g.returnUrl)??""})}),b=await V(v);return await h(),b.data},[r,h]),f=c.useCallback(async(p,m)=>{const g=await r(`/ai/external-connections/${encodeURIComponent(p)}/${encodeURIComponent(m)}`,{method:"DELETE"}),v=await V(g);return await h(),v.data},[r,h]);return{connections:s??[],loading:d,error:i,connect:u,disconnect:f,refetch:async()=>{await h()}}}function k0(e){const r=new URLSearchParams;return r.append("url",e.url),e.description&&r.append("description",e.description),e.subscribed_events&&e.subscribed_events.forEach(a=>r.append("subscribed_events",a)),e.subscriptions&&e.subscriptions.length>0&&r.append("subscriptions",JSON.stringify(e.subscriptions)),e.headers&&Object.entries(e.headers).forEach(([a,o])=>{r.append(`headers[${a}]`,o)}),e.rate_limit_config&&(r.append("rate_limit[duration_ms]",e.rate_limit_config.duration_ms.toString()),r.append("rate_limit[max_requests]",e.rate_limit_config.max_requests.toString())),r}function hp(e){const r=new URLSearchParams;return e.url&&r.append("url",e.url),e.description!==void 0&&r.append("description",e.description||""),e.subscribed_events&&e.subscribed_events.forEach(a=>r.append("subscribed_events",a)),e.subscriptions&&e.subscriptions.length>0&&r.append("subscriptions",JSON.stringify(e.subscriptions)),e.headers&&Object.entries(e.headers).forEach(([a,o])=>{r.append(`headers[${a}]`,o)}),e.is_active!==void 0&&r.append("is_active",e.is_active.toString()),e.rate_limit_config&&(r.append("rate_limit[duration_ms]",e.rate_limit_config.duration_ms.toString()),r.append("rate_limit[max_requests]",e.rate_limit_config.max_requests.toString())),r}function fp(e){const r=new URLSearchParams;return r.append("event_name",e.event_name),r.append("payload",JSON.stringify(e.payload||{})),r}function mp(e){const r=new URLSearchParams;return(e.delivery_ids||[]).forEach(o=>r.append("delivery_ids",o)),e.start_date&&r.append("start_date",e.start_date),e.end_date&&r.append("end_date",e.end_date),e.status&&r.append("status",e.status),e.event_name&&r.append("event_name",e.event_name),e.endpoint_id&&r.append("endpoint_id",e.endpoint_id),e.idempotency_key&&r.append("idempotency_key",e.idempotency_key),r}const Ea={"Content-Type":"application/x-www-form-urlencoded"};async function St(e,r){const a=await V(e);if(!a||!("data"in a))throw new Error(r);return a}async function gp(e){const r=await e("/webhook/session",{method:"GET"});if(!r.ok)throw r.status===401||r.status===403?new Error("NO_SESSION"):new Error("Failed to fetch webhook app session");return(await St(r,"Failed to fetch webhook app session")).data}async function vp(e,r){if(!(await e(`/session/ticket/exchange?ticket=${encodeURIComponent(r)}`,{method:"GET"})).ok)throw new Error("Failed to exchange ticket")}async function xp(e,r){const a=k0(r),o=await e("/webhook/endpoints",{method:"POST",headers:Ea,body:a.toString()});return St(o,"Failed to create webhook endpoint")}async function bp(e,r,a){const o=hp(a),s=await e(`/webhook/endpoints/${r}`,{method:"PUT",headers:Ea,body:o.toString()});return St(s,"Failed to update webhook endpoint")}async function wp(e,r){const a=await e(`/webhook/endpoints/${r}`,{method:"DELETE"});return St(a,"Failed to delete webhook endpoint")}async function yp(e,r,a){const o=fp(a),s=await e(`/webhook/endpoints/${r}/test`,{method:"POST",headers:Ea,body:o.toString()});return St(s,"Failed to test webhook endpoint")}async function jp(e){const r=await e("/webhook/rotate-secret",{method:"POST"});return St(r,"Failed to rotate signing secret")}async function _p(e,r){const a=new URLSearchParams;for(const s of r.failure_notification_emails)a.append("failure_notification_emails",s);const o=await e("/webhook/settings",{method:"PUT",headers:Ea,body:a.toString()});return St(o,"Failed to update webhook settings")}async function kp(e,r){const a=mp(r),o=await e("/webhook/deliveries/replay",{method:"POST",headers:Ea,body:a.toString()});return St(o,"Failed to replay webhook delivery")}async function Cp(e,r){const a=await e(`/webhook/deliveries/${r}`,{method:"GET"});return St(a,"Failed to fetch delivery details")}async function Sp(e,{taskId:r}){const a=await e(`/webhook/deliveries/replay/${r}`,{method:"GET"});return St(a,"Failed to fetch replay task status")}async function Ep(e,r){const a=(r==null?void 0:r.limit)??50,o=(r==null?void 0:r.offset)??0,s=await e(`/webhook/deliveries/replay?limit=${a}&offset=${o}`,{method:"GET"});return St(s,"Failed to fetch replay tasks")}async function Ap(e,{taskId:r}){const a=await e(`/webhook/deliveries/replay/${r}/cancel`,{method:"POST"});return St(a,"Failed to cancel replay task")}function zp(e){const{client:r}=_e(),[a,o]=c.useState(!e),[s,i]=c.useState(!!e),[h,d]=c.useState(null),u=c.useRef(!1),f=c.useRef(!1),p=c.useRef(null),m=a,g=c.useCallback(async()=>gp(r),[r]),{data:v,error:b,isLoading:x,mutate:w}=ze(m?"wacht-webhook-app-session":null,g,{revalidateOnFocus:!1,shouldRetryOnError:!1});c.useEffect(()=>{if(!e||u.current||f.current||p.current===e)return;p.current=e,(async()=>{f.current=!0,i(!0);try{await vp(r,e),u.current=!0,o(!0)}catch(F){d(F instanceof Error?F:new Error("Failed to exchange ticket"))}finally{i(!1),f.current=!1}})()},[e,r]);const A=c.useCallback(async E=>xp(r,E),[r]),j=c.useCallback(async(E,F)=>bp(r,E,F),[r]),S=c.useCallback(async E=>wp(r,E),[r]),C=c.useCallback(async(E,F)=>yp(r,E,F),[r]),_=c.useCallback(async()=>jp(r),[r]),k=c.useCallback(async E=>kp(r,E),[r]),y=c.useCallback(async E=>_p(r,E),[r]),M=c.useCallback(async E=>Cp(r,E),[r]),z=c.useCallback(async E=>Sp(r,E),[r]),I=c.useCallback(async E=>Ep(r,E),[r]),H=c.useCallback(async E=>Ap(r,E),[r]),T=!b||b.message!=="NO_SESSION",P=h||(b&&b.message!=="NO_SESSION"?b:null);return{hasSession:T,sessionLoading:s||m&&x,sessionError:P,sessionId:(v==null?void 0:v.session_id)||null,webhookApp:(v==null?void 0:v.webhook_app)||null,ticketExchanged:a,ticketLoading:s,refetch:async()=>{await w()},createEndpoint:A,updateEndpoint:j,deleteEndpoint:S,testEndpoint:C,rotateSecret:_,updateSettings:y,replayDelivery:k,fetchReplayTaskStatus:z,fetchReplayTasks:I,cancelReplayTask:H,fetchDeliveryDetail:M}}function $p(){const{client:e}=_e(),r=c.useCallback(async()=>{const h=await e("/webhook/stats",{method:"GET"});return(await V(h)).data},[e]),{data:a,error:o,isLoading:s,mutate:i}=ze("wacht-webhook-stats",r,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{stats:a||null,loading:s,error:o,refetch:()=>i()}}function Mp(){const{client:e}=_e(),r=c.useCallback(async()=>{const h=await e("/webhook/endpoints",{method:"GET"});return(await V(h)).data},[e]),{data:a,error:o,isLoading:s,mutate:i}=ze("wacht-webhook-endpoints",r,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{endpoints:a||[],loading:s,error:o,refetch:()=>i()}}function Lp(){const{client:e}=_e();return{createEndpoint:c.useCallback(async a=>{const o=k0(a),s=await e("/webhook/endpoints",{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:o.toString()});return await V(s)},[e]),loading:!1,error:null}}function Rp(){const{client:e}=_e(),r=c.useCallback(async()=>{const h=await e("/webhook/events",{method:"GET"});return(await V(h)).data},[e]),{data:a,error:o,isLoading:s,mutate:i}=ze("wacht-webhook-events",r,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{events:a||[],loading:s,error:o,refetch:()=>i()}}function Pp(e={}){const{client:r}=_e(),a=c.useCallback(async()=>{const d=new URLSearchParams;e.endpoint_id&&d.set("endpoint_id",e.endpoint_id),e.status&&d.set("status",e.status),e.event_name&&d.set("event_name",e.event_name),e.limit&&d.set("limit",e.limit.toString()),e.cursor&&d.set("cursor",e.cursor);const u=await r(`/webhook/deliveries?${d.toString()}`,{method:"GET"});return(await V(u)).data},[r,e.endpoint_id,e.status,e.event_name,e.limit,e.cursor]),{data:o,error:s,isLoading:i,mutate:h}=ze(()=>{const d=new URLSearchParams;return e.endpoint_id&&d.set("endpoint_id",e.endpoint_id),e.status&&d.set("status",e.status),e.event_name&&d.set("event_name",e.event_name),e.limit&&d.set("limit",e.limit.toString()),e.cursor&&d.set("cursor",e.cursor),`wacht-webhook-deliveries?${d.toString()}`},a,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{deliveries:(o==null?void 0:o.data)||[],has_more:(o==null?void 0:o.has_more)||!1,next_cursor:o==null?void 0:o.next_cursor,loading:i,error:s,refetch:()=>h()}}function Tp(e={}){const{client:r}=_e(),a=c.useCallback(async()=>{const d=new URLSearchParams;e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.endpoint_id&&d.set("endpoint_id",e.endpoint_id),e.fields&&e.fields.length>0&&d.set("fields",e.fields.join(","));const u=await r(`/webhook/analytics?${d.toString()}`,{method:"GET"});return(await V(u)).data},[r,e.start_date,e.end_date,e.endpoint_id,e.fields]),{data:o,error:s,isLoading:i,mutate:h}=ze(()=>{const d=new URLSearchParams;return e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.endpoint_id&&d.set("endpoint_id",e.endpoint_id),e.fields&&e.fields.length>0&&d.set("fields",e.fields.join(",")),`wacht-webhook-analytics?${d.toString()}`},a,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{analytics:o||null,loading:i,error:s,refetch:()=>h()}}function Fp(e={}){const{client:r}=_e(),a=c.useCallback(async()=>{const d=new URLSearchParams;e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.interval&&d.set("interval",e.interval),e.endpoint_id&&d.set("endpoint_id",e.endpoint_id);const u=await r(`/webhook/analytics/timeseries?${d.toString()}`,{method:"GET"});return(await V(u)).data},[r,e.start_date,e.end_date,e.interval,e.endpoint_id]),{data:o,error:s,isLoading:i,mutate:h}=ze(()=>{const d=new URLSearchParams;return e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.interval&&d.set("interval",e.interval),e.endpoint_id&&d.set("endpoint_id",e.endpoint_id),`wacht-webhook-timeseries?${d.toString()}`},a,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{timeseries:(o==null?void 0:o.data)||[],interval:(o==null?void 0:o.interval)||"hour",loading:i,error:s,refetch:()=>h()}}function Zp(e){const{client:r}=_e(),[a,o]=c.useState(!e),[s,i]=c.useState(!!e),[h,d]=c.useState(null),u=c.useRef(!1),f=c.useRef(!1),p=c.useRef(null),m=a,g=c.useCallback(async()=>{const C=await r("/api-auth/session",{method:"GET"});if(!C.ok)throw C.status===401||C.status===403?new Error("NO_SESSION"):new Error("Failed to fetch API auth app session");return(await V(C)).data},[r]),{data:v,error:b,isLoading:x,mutate:w}=ze(m?"wacht-api-auth-app-session":null,g,{revalidateOnFocus:!1,shouldRetryOnError:!1});c.useEffect(()=>{if(!e||u.current||f.current||p.current===e)return;p.current=e,(async()=>{f.current=!0,i(!0);try{(await r(`/session/ticket/exchange?ticket=${encodeURIComponent(e)}`,{method:"GET"})).ok?(u.current=!0,o(!0)):d(new Error("Failed to exchange ticket"))}catch(_){d(_ instanceof Error?_:new Error("Failed to exchange ticket"))}finally{i(!1),f.current=!1}})()},[e,r]);const A=!b||b.message!=="NO_SESSION",j=h||(b&&b.message!=="NO_SESSION"?b:null);return{hasSession:A,sessionLoading:s||m&&x,sessionError:j,sessionId:(v==null?void 0:v.session_id)||null,apiAuthApp:(v==null?void 0:v.api_auth_app)||null,ticketExchanged:a,ticketLoading:s,refetch:async()=>{await w()}}}function Ip(e={}){const{client:r}=_e(),a=c.useCallback(async()=>{const p=new URLSearchParams;e.status&&p.set("status",e.status);const m=await r(`/api-auth/keys${p.toString()?`?${p.toString()}`:""}`,{method:"GET"});return(await V(m)).data},[r,e.status]),{data:o,error:s,isLoading:i,mutate:h}=ze(`wacht-api-auth-keys:${e.status||"all"}`,a,{revalidateOnFocus:!1,shouldRetryOnError:!1}),d=c.useCallback(async p=>{const m=new URLSearchParams;m.set("name",p.name),p.expires_at&&m.set("expires_at",p.expires_at);const g=await r("/api-auth/keys",{method:"POST",body:m}),v=await V(g);return await h(),v},[r,h]),u=c.useCallback(async p=>{const m=await r(`/api-auth/keys/${p.key_id}/rotate`,{method:"POST"}),g=await V(m);return await h(),g},[r,h]),f=c.useCallback(async p=>{const m=new URLSearchParams;p.reason&&m.set("reason",p.reason);const g=await r(`/api-auth/keys/${p.key_id}/revoke`,{method:"POST",body:m}),v=await V(g);return await h(),v},[r,h]);return{keys:o||[],createKey:d,rotateKey:u,revokeKey:f,loading:i,error:s,refetch:()=>h()}}function Op(e={}){const{client:r}=_e(),a=c.useCallback(async()=>{const d=new URLSearchParams;e.limit&&d.set("limit",e.limit.toString()),e.cursor&&d.set("cursor",e.cursor),e.outcome&&d.set("outcome",e.outcome),e.key_id&&d.set("key_id",e.key_id),e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date);const u=await r(`/api-auth/audit/logs?${d.toString()}`,{method:"GET"});return(await V(u)).data},[r,e.limit,e.cursor,e.outcome,e.key_id,e.start_date,e.end_date]),{data:o,error:s,isLoading:i,mutate:h}=ze(()=>{const d=new URLSearchParams;return e.limit&&d.set("limit",e.limit.toString()),e.cursor&&d.set("cursor",e.cursor),e.outcome&&d.set("outcome",e.outcome),e.key_id&&d.set("key_id",e.key_id),e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),`wacht-api-auth-audit-logs?${d.toString()}`},a,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{logs:(o==null?void 0:o.data)||[],limit:(o==null?void 0:o.limit)||e.limit||0,has_more:(o==null?void 0:o.has_more)||!1,next_cursor:o==null?void 0:o.next_cursor,loading:i,error:s,refetch:()=>h()}}function Hp(e={}){const{client:r}=_e(),a=c.useCallback(async()=>{const d=new URLSearchParams;e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.key_id&&d.set("key_id",e.key_id),e.include_top_keys&&d.set("include_top_keys","true"),e.include_top_paths&&d.set("include_top_paths","true"),e.include_blocked_reasons&&d.set("include_blocked_reasons","true"),e.include_rate_limits&&d.set("include_rate_limits","true"),e.top_limit&&d.set("top_limit",e.top_limit.toString());const u=await r(`/api-auth/audit/analytics?${d.toString()}`,{method:"GET"});return(await V(u)).data},[r,e.start_date,e.end_date,e.key_id,e.include_top_keys,e.include_top_paths,e.include_blocked_reasons,e.include_rate_limits,e.top_limit]),{data:o,error:s,isLoading:i,mutate:h}=ze(()=>{const d=new URLSearchParams;return e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.key_id&&d.set("key_id",e.key_id),e.include_top_keys&&d.set("include_top_keys","true"),e.include_top_paths&&d.set("include_top_paths","true"),e.include_blocked_reasons&&d.set("include_blocked_reasons","true"),e.include_rate_limits&&d.set("include_rate_limits","true"),e.top_limit&&d.set("top_limit",e.top_limit.toString()),`wacht-api-auth-audit-analytics?${d.toString()}`},a,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{analytics:o||null,loading:i,error:s,refetch:()=>h()}}function Vp(e={}){const{client:r}=_e(),a=c.useCallback(async()=>{const d=new URLSearchParams;e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.interval&&d.set("interval",e.interval),e.key_id&&d.set("key_id",e.key_id);const u=await r(`/api-auth/audit/timeseries?${d.toString()}`,{method:"GET"});return(await V(u)).data},[r,e.start_date,e.end_date,e.interval,e.key_id]),{data:o,error:s,isLoading:i,mutate:h}=ze(()=>{const d=new URLSearchParams;return e.start_date&&d.set("start_date",e.start_date),e.end_date&&d.set("end_date",e.end_date),e.interval&&d.set("interval",e.interval),e.key_id&&d.set("key_id",e.key_id),`wacht-api-auth-audit-timeseries?${d.toString()}`},a,{revalidateOnFocus:!1,shouldRetryOnError:!1});return{timeseries:(o==null?void 0:o.data)||[],interval:(o==null?void 0:o.interval)||e.interval||"hour",loading:i,error:s,refetch:()=>h()}}const C0=()=>{const{client:e}=_e(),[r,a]=c.useState(!1),[o,s]=c.useState(null),[i,h]=c.useState(null),d=c.useCallback(async f=>{a(!0),s(null),h(null);try{const p=new FormData;p.append("token",f);const m=await e("/organizations/invitations/accept",{method:"POST",body:p}),v=(await V(m)).data;return h(v),v.error_code&&s(v.message||"Failed to accept invitation"),v}catch(p){const m=p.message||"Failed to accept invitation";s(m);const g={error_code:"NETWORK_ERROR",message:m};return h(g),g}finally{a(!1)}},[e]),u=c.useCallback(()=>{s(null),h(null)},[]);return{acceptInvitation:d,invitationData:i,loading:r,error:o,reset:u}},Dp=({children:e})=>{const{loading:r}=Ee();return r?null:t.jsx(t.Fragment,{children:e})},Np=({children:e})=>{const{loading:r}=Ee();return r?t.jsx(t.Fragment,{children:e}):null};function Up(e){var r=Object.create(null);return function(a){return r[a]===void 0&&(r[a]=e(a)),r[a]}}var Bp=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|popover|popoverTarget|popoverTargetAction|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,Wp=Up(function(e){return Bp.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91}),Ye="-ms-",ba="-moz-",De="-webkit-",S0="comm",En="rule",vs="decl",Gp="@import",qp="@namespace",E0="@keyframes",Kp="@layer",A0=Math.abs,xs=String.fromCharCode,Ko=Object.assign;function Yp(e,r){return lt(e,0)^45?(((r<<2^lt(e,0))<<2^lt(e,1))<<2^lt(e,2))<<2^lt(e,3):0}function z0(e){return e.trim()}function Ut(e,r){return(e=r.exec(e))?e[0]:e}function Me(e,r,a){return e.replace(r,a)}function dn(e,r,a){return e.indexOf(r,a)}function lt(e,r){return e.charCodeAt(r)|0}function Mr(e,r,a){return e.slice(r,a)}function zt(e){return e.length}function $0(e){return e.length}function ma(e,r){return r.push(e),e}function Qp(e,r){return e.map(r).join("")}function ii(e,r){return e.filter(function(a){return!Ut(a,r)})}var An=1,Yr=1,M0=0,Ct=0,st=0,ea="";function zn(e,r,a,o,s,i,h,d){return{value:e,root:r,parent:a,type:o,props:s,children:i,line:An,column:Yr,length:h,return:"",siblings:d}}function Jt(e,r){return Ko(zn("",null,null,"",null,null,0,e.siblings),e,{length:-e.length},r)}function Ir(e){for(;e.root;)e=Jt(e.root,{children:[e]});ma(e,e.siblings)}function Jp(){return st}function Xp(){return st=Ct>0?lt(ea,--Ct):0,Yr--,st===10&&(Yr=1,An--),st}function Lt(){return st=Ct<M0?lt(ea,Ct++):0,Yr++,st===10&&(Yr=1,An++),st}function er(){return lt(ea,Ct)}function un(){return Ct}function $n(e,r){return Mr(ea,e,r)}function _a(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 eh(e){return An=Yr=1,M0=zt(ea=e),Ct=0,[]}function th(e){return ea="",e}function Yn(e){return z0($n(Ct-1,Yo(e===91?e+2:e===40?e+1:e)))}function rh(e){for(;(st=er())&&st<33;)Lt();return _a(e)>2||_a(st)>3?"":" "}function ah(e,r){for(;--r&&Lt()&&!(st<48||st>102||st>57&&st<65||st>70&&st<97););return $n(e,un()+(r<6&&er()==32&&Lt()==32))}function Yo(e){for(;Lt();)switch(st){case e:return Ct;case 34:case 39:e!==34&&e!==39&&Yo(st);break;case 40:e===41&&Yo(e);break;case 92:Lt();break}return Ct}function nh(e,r){for(;Lt()&&e+st!==57;)if(e+st===84&&er()===47)break;return"/*"+$n(r,Ct-1)+"*"+xs(e===47?e:Lt())}function oh(e){for(;!_a(er());)Lt();return $n(e,Ct)}function sh(e){return th(pn("",null,null,null,[""],e=eh(e),0,[0],e))}function pn(e,r,a,o,s,i,h,d,u){for(var f=0,p=0,m=h,g=0,v=0,b=0,x=1,w=1,A=1,j=0,S="",C=s,_=i,k=o,y=S;w;)switch(b=j,j=Lt()){case 40:if(b!=108&<(y,m-1)==58){dn(y+=Me(Yn(j),"&","&\f"),"&\f",A0(f?d[f-1]:0))!=-1&&(A=-1);break}case 34:case 39:case 91:y+=Yn(j);break;case 9:case 10:case 13:case 32:y+=rh(b);break;case 92:y+=ah(un()-1,7);continue;case 47:switch(er()){case 42:case 47:ma(ih(nh(Lt(),un()),r,a,u),u),(_a(b||1)==5||_a(er()||1)==5)&&zt(y)&&Mr(y,-1,void 0)!==" "&&(y+=" ");break;default:y+="/"}break;case 123*x:d[f++]=zt(y)*A;case 125*x:case 59:case 0:switch(j){case 0:case 125:w=0;case 59+p:A==-1&&(y=Me(y,/\f/g,"")),v>0&&(zt(y)-m||x===0&&b===47)&&ma(v>32?li(y+";",o,a,m-1,u):li(Me(y," ","")+";",o,a,m-2,u),u);break;case 59:y+=";";default:if(ma(k=ci(y,r,a,f,p,s,d,S,C=[],_=[],m,i),i),j===123)if(p===0)pn(y,r,k,k,C,i,m,d,_);else{switch(g){case 99:if(lt(y,3)===110)break;case 108:if(lt(y,2)===97)break;default:p=0;case 100:case 109:case 115:}p?pn(e,k,k,o&&ma(ci(e,k,k,0,0,s,d,S,s,C=[],m,_),_),s,_,m,d,o?C:_):pn(y,k,k,k,[""],_,0,d,_)}}f=p=v=0,x=A=1,S=y="",m=h;break;case 58:m=1+zt(y),v=b;default:if(x<1){if(j==123)--x;else if(j==125&&x++==0&&Xp()==125)continue}switch(y+=xs(j),j*x){case 38:A=p>0?1:(y+="\f",-1);break;case 44:d[f++]=(zt(y)-1)*A,A=1;break;case 64:er()===45&&(y+=Yn(Lt())),g=er(),p=m=zt(S=y+=oh(un())),j++;break;case 45:b===45&&zt(y)==2&&(x=0)}}return i}function ci(e,r,a,o,s,i,h,d,u,f,p,m){for(var g=s-1,v=s===0?i:[""],b=$0(v),x=0,w=0,A=0;x<o;++x)for(var j=0,S=Mr(e,g+1,g=A0(w=h[x])),C=e;j<b;++j)(C=z0(w>0?v[j]+" "+S:Me(S,/&\f/g,v[j])))&&(u[A++]=C);return zn(e,r,a,s===0?En:d,u,f,p,m)}function ih(e,r,a,o){return zn(e,r,a,S0,xs(Jp()),Mr(e,2,-2),0,o)}function li(e,r,a,o,s){return zn(e,r,a,vs,Mr(e,0,o),Mr(e,o+1,-1),o,s)}function L0(e,r,a){switch(Yp(e,r)){case 5103:return De+"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 De+e+e;case 4855:return De+e.replace("add","source-over").replace("substract","source-out").replace("intersect","source-in").replace("exclude","xor")+e;case 4789:return ba+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return De+e+ba+e+Ye+e+e;case 5936:switch(lt(e,r+11)){case 114:return De+e+Ye+Me(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return De+e+Ye+Me(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return De+e+Ye+Me(e,/[svh]\w+-[tblr]{2}/,"lr")+e}case 6828:case 4268:case 2903:return De+e+Ye+e+e;case 6165:return De+e+Ye+"flex-"+e+e;case 5187:return De+e+Me(e,/(\w+).+(:[^]+)/,De+"box-$1$2"+Ye+"flex-$1$2")+e;case 5443:return De+e+Ye+"flex-item-"+Me(e,/flex-|-self/g,"")+(Ut(e,/flex-|baseline/)?"":Ye+"grid-row-"+Me(e,/flex-|-self/g,""))+e;case 4675:return De+e+Ye+"flex-line-pack"+Me(e,/align-content|flex-|-self/g,"")+e;case 5548:return De+e+Ye+Me(e,"shrink","negative")+e;case 5292:return De+e+Ye+Me(e,"basis","preferred-size")+e;case 6060:return De+"box-"+Me(e,"-grow","")+De+e+Ye+Me(e,"grow","positive")+e;case 4554:return De+Me(e,/([^-])(transform)/g,"$1"+De+"$2")+e;case 6187:return Me(Me(Me(e,/(zoom-|grab)/,De+"$1"),/(image-set)/,De+"$1"),e,"")+e;case 5495:case 3959:return Me(e,/(image-set\([^]*)/,De+"$1$`$1");case 4968:return Me(Me(e,/(.+:)(flex-)?(.*)/,De+"box-pack:$3"+Ye+"flex-pack:$3"),/space-between/,"justify")+De+e+e;case 4200:if(!Ut(e,/flex-|baseline/))return Ye+"grid-column-align"+Mr(e,r)+e;break;case 2592:case 3360:return Ye+Me(e,"template-","")+e;case 4384:case 3616:return a&&a.some(function(o,s){return r=s,Ut(o.props,/grid-\w+-end/)})?~dn(e+(a=a[r].value),"span",0)?e:Ye+Me(e,"-start","")+e+Ye+"grid-row-span:"+(~dn(a,"span",0)?Ut(a,/\d+/):+Ut(a,/\d+/)-+Ut(e,/\d+/))+";":Ye+Me(e,"-start","")+e;case 4896:case 4128:return a&&a.some(function(o){return Ut(o.props,/grid-\w+-start/)})?e:Ye+Me(Me(e,"-end","-span"),"span ","")+e;case 4095:case 3583:case 4068:case 2532:return Me(e,/(.+)-inline(.+)/,De+"$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(zt(e)-1-r>6)switch(lt(e,r+1)){case 109:if(lt(e,r+4)!==45)break;case 102:return Me(e,/(.+:)(.+)-([^]+)/,"$1"+De+"$2-$3$1"+ba+(lt(e,r+3)==108?"$3":"$2-$3"))+e;case 115:return~dn(e,"stretch",0)?L0(Me(e,"stretch","fill-available"),r,a)+e:e}break;case 5152:case 5920:return Me(e,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(o,s,i,h,d,u,f){return Ye+s+":"+i+f+(h?Ye+s+"-span:"+(d?u:+u-+i)+f:"")+e});case 4949:if(lt(e,r+6)===121)return Me(e,":",":"+De)+e;break;case 6444:switch(lt(e,lt(e,14)===45?18:11)){case 120:return Me(e,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+De+(lt(e,14)===45?"inline-":"")+"box$3$1"+De+"$2$3$1"+Ye+"$2box$3")+e;case 100:return Me(e,":",":"+Ye)+e}break;case 5719:case 2647:case 2135:case 3927:case 2391:return Me(e,"scroll-","scroll-snap-")+e}return e}function xn(e,r){for(var a="",o=0;o<e.length;o++)a+=r(e[o],o,e,r)||"";return a}function ch(e,r,a,o){switch(e.type){case Kp:if(e.children.length)break;case Gp:case qp:case vs:return e.return=e.return||e.value;case S0:return"";case E0:return e.return=e.value+"{"+xn(e.children,o)+"}";case En:if(!zt(e.value=e.props.join(",")))return""}return zt(a=xn(e.children,o))?e.return=e.value+"{"+a+"}":""}function lh(e){var r=$0(e);return function(a,o,s,i){for(var h="",d=0;d<r;d++)h+=e[d](a,o,s,i)||"";return h}}function dh(e){return function(r){r.root||(r=r.return)&&e(r)}}function uh(e,r,a,o){if(e.length>-1&&!e.return)switch(e.type){case vs:e.return=L0(e.value,e.length,a);return;case E0:return xn([Jt(e,{value:Me(e.value,"@","@"+De)})],o);case En:if(e.length)return Qp(a=e.props,function(s){switch(Ut(s,o=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":Ir(Jt(e,{props:[Me(s,/:(read-\w+)/,":"+ba+"$1")]})),Ir(Jt(e,{props:[s]})),Ko(e,{props:ii(a,o)});break;case"::placeholder":Ir(Jt(e,{props:[Me(s,/:(plac\w+)/,":"+De+"input-$1")]})),Ir(Jt(e,{props:[Me(s,/:(plac\w+)/,":"+ba+"$1")]})),Ir(Jt(e,{props:[Me(s,/:(plac\w+)/,Ye+"input-$1")]})),Ir(Jt(e,{props:[s]})),Ko(e,{props:ii(a,o)});break}return""})}}var Qn,Jn;const Lr=typeof process<"u"&&process.env!==void 0&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",R0="active",P0="data-styled-version",Mn="6.4.1",bs=`/*!sc*/
|
|
19
19
|
`,wa=typeof window<"u"&&typeof document<"u";function di(e){if(typeof process<"u"&&process.env!==void 0){const r=process.env[e];if(r!==void 0&&r!=="")return r!=="false"}}const ph=!!(typeof SC_DISABLE_SPEEDY=="boolean"?SC_DISABLE_SPEEDY:(Jn=(Qn=di("REACT_APP_SC_DISABLE_SPEEDY"))!==null&&Qn!==void 0?Qn:di("SC_DISABLE_SPEEDY"))!==null&&Jn!==void 0?Jn:typeof process>"u"||process.env===void 0||process.env.NODE_ENV!=="production"),T0="sc-keyframes-",hh=process.env.NODE_ENV!=="production"?{1:`Cannot create styled-component for component: %s.
|
|
20
20
|
|
|
21
21
|
`,2:`Can't collect styles once you've consumed a \`ServerStyleSheet\`'s styles! \`ServerStyleSheet\` is a one off instance for each server-side render cycle.
|
|
@@ -79,11 +79,11 @@ export function App() {
|
|
|
79
79
|
\`\`\`
|
|
80
80
|
|
|
81
81
|
If you need access to the theme in an uncertain composition scenario, \`React.useContext(ThemeContext)\` will not emit an error if there is no \`ThemeProvider\` ancestor.
|
|
82
|
-
`}:{};function
|
|
82
|
+
`}:{};function ta(e,...r){return process.env.NODE_ENV==="production"?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.${r.length>0?` Args: ${r.join(", ")}`:""}`):new Error((function(...a){let o=a[0];const s=[];for(let i=1,h=a.length;i<h;i+=1)s.push(a[i]);return s.forEach(i=>{o=o.replace(/%[a-z]/,i)}),o})(hh[e],...r).trim())}const fh=1<<30;let hn=new Map,bn=new Map,fn=1;const ga=e=>{if(hn.has(e))return hn.get(e);for(;bn.has(fn);)fn++;const r=fn++;if(process.env.NODE_ENV!=="production"&&((0|r)<0||r>fh))throw ta(16,`${r}`);return hn.set(e,r),bn.set(r,e),r},mh=e=>bn.get(e),gh=(e,r)=>{fn=r+1,hn.set(e,r),bn.set(r,e)},ui=/invalid hook call/i,Za=new Set,vh=(e,r)=>{if(process.env.NODE_ENV!=="production"){const a=`The component ${e}${r?` with the id of "${r}"`:""} has been created dynamically.
|
|
83
83
|
You may see this warning because you've called styled inside another component.
|
|
84
84
|
To resolve this only create new StyledComponents outside of any render method and function component.
|
|
85
85
|
See https://styled-components.com/docs/basics#define-styled-components-outside-of-the-render-method for more info.
|
|
86
|
-
`,o=console.error;try{let s=!0;console.error=(i,...h)=>{ui.test(i)?(s=!1,Za.delete(a)):o(i,...h)},typeof c.useState=="function"&&c.useState(null),s&&!Za.has(a)&&(console.warn(a),Za.add(a))}catch(s){ui.test(s.message)&&Za.delete(a)}finally{console.error=o}}},ws=Object.freeze([]),Yr=Object.freeze({});function xh(e,r,a=Yr){return e.theme!==a.theme&&e.theme||r||a.theme}const bh=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,wh=/(^-|-$)/g;function F0(e){return e.replace(bh,"-").replace(wh,"")}const yh=/(a)(d)/gi,pi=e=>String.fromCharCode(e+(e>25?39:97));function ys(e){let r,a="";for(r=Math.abs(e);r>52;r=r/52|0)a=pi(r%52)+a;return(pi(r%52)+a).replace(yh,"$1-$2")}const Qo=5381,Cr=(e,r)=>{let a=r.length;for(;a;)e=33*e^r.charCodeAt(--a);return e},Z0=e=>Cr(Qo,e);function I0(e){return ys(Z0(e)>>>0)}function js(e){return process.env.NODE_ENV!=="production"&&typeof e=="string"&&e||e.displayName||e.name||"Component"}function mn(e){return typeof e=="string"&&(process.env.NODE_ENV==="production"||e.charAt(0)===e.charAt(0).toLowerCase())}function jh(e){return mn(e)?`styled.${e}`:`Styled(${js(e)})`}const O0=Symbol.for("react.memo"),_h=Symbol.for("react.forward_ref"),kh={contextType:!0,defaultProps:!0,displayName:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,propTypes:!0,type:!0},Ch={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},H0={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},Sh={[_h]:{$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},[O0]:H0};function hi(e){return("type"in(r=e)&&r.type.$$typeof)===O0?H0:"$$typeof"in e?Sh[e.$$typeof]:kh;var r}const Eh=Object.defineProperty,Ah=Object.getOwnPropertyNames,zh=Object.getOwnPropertySymbols,$h=Object.getOwnPropertyDescriptor,Mh=Object.getPrototypeOf,Lh=Object.prototype;function V0(e,r,a){if(typeof r!="string"){const o=Mh(r);o&&o!==Lh&&V0(e,o,a);const s=Ah(r).concat(zh(r)),i=hi(e),h=hi(r);for(let d=0;d<s.length;++d){const u=s[d];if(!(u in Ch||a&&a[u]||h&&u in h||i&&u in i)){const f=$h(r,u);try{Eh(e,u,f)}catch{}}}}return e}function Ln(e){return typeof e=="function"}function D0(e){return typeof e=="object"&&"styledComponentId"in e}function va(e,r){return e&&r?e+" "+r:e||r||""}function Jo(e,r){return e.join("")}function Rr(e){return e!==null&&typeof e=="object"&&e.constructor.name===Object.name&&!("props"in e&&e.$$typeof)}function Xo(e,r,a=!1){if(!a&&!Rr(e)&&!Array.isArray(e))return r;if(Array.isArray(r))for(let o=0;o<r.length;o++)e[o]=Xo(e[o],r[o]);else if(Rr(r))for(const o in r)e[o]=Xo(e[o],r[o]);return e}function _s(e,r){Object.defineProperty(e,"toString",{value:r})}const Rh=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 r=this._cIndex;if(e>this._cGroup)for(let a=this._cGroup;a<e;a++)r+=this.groupSizes[a];else for(let a=this._cGroup-1;a>=e;a--)r-=this.groupSizes[a];return this._cGroup=e,this._cIndex=r,r}insertRules(e,r){if(e>=this.groupSizes.length){const s=this.groupSizes,i=s.length;let h=i;for(;e>=h;)if(h<<=1,h<0)throw ea(16,`${e}`);this.groupSizes=new Uint32Array(h),this.groupSizes.set(s),this.length=h;for(let d=i;d<h;d++)this.groupSizes[d]=0}let a=this.indexOfGroup(e+1),o=0;for(let s=0,i=r.length;s<i;s++)this.tag.insertRule(a,r[s])&&(this.groupSizes[e]++,a++,o++);o>0&&this._cGroup>e&&(this._cIndex+=o)}clearGroup(e){if(e<this.length){const r=this.groupSizes[e],a=this.indexOfGroup(e),o=a+r;this.groupSizes[e]=0;for(let s=a;s<o;s++)this.tag.deleteRule(a);r>0&&this._cGroup>e&&(this._cIndex-=r)}}getGroup(e){let r="";if(e>=this.length||this.groupSizes[e]===0)return r;const a=this.groupSizes[e],o=this.indexOfGroup(e),s=o+a;for(let i=o;i<s;i++)r+=this.tag.getRule(i)+bs;return r}},Ph=`style[${Lr}][${P0}="${Mn}"]`,Th=new RegExp(`^${Lr}\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)`),fi=e=>typeof ShadowRoot<"u"&&e instanceof ShadowRoot||"host"in e&&e.nodeType===11,es=e=>{if(!e)return document;if(fi(e))return e;if("getRootNode"in e){const r=e.getRootNode();if(fi(r))return r}return document},Fh=(e,r,a)=>{const o=a.split(",");let s;for(let i=0,h=o.length;i<h;i++)(s=o[i])&&e.registerName(r,s)},Zh=(e,r)=>{var a;const o=((a=r.textContent)!==null&&a!==void 0?a:"").split(bs),s=[];for(let i=0,h=o.length;i<h;i++){const d=o[i].trim();if(!d)continue;const u=d.match(Th);if(u){const f=0|parseInt(u[1],10),p=u[2];f!==0&&(gh(p,f),Fh(e,p,u[3]),e.getTag().insertRules(f,s)),s.length=0}else s.push(d)}},Xn=e=>{const r=es(e.options.target).querySelectorAll(Ph);for(let a=0,o=r.length;a<o;a++){const s=r[a];s&&s.getAttribute(Lr)!==R0&&(Zh(e,s),s.parentNode&&s.parentNode.removeChild(s))}};let oa=!1;function Ih(){if(oa!==!1)return oa;if(typeof document<"u"){const e=document.head.querySelector('meta[property="csp-nonce"]');if(e)return oa=e.nonce||e.getAttribute("content")||void 0;const r=document.head.querySelector('meta[name="sc-nonce"]');if(r)return oa=r.getAttribute("content")||void 0}return oa=typeof __webpack_nonce__<"u"?__webpack_nonce__:void 0}const N0=(e,r)=>{const a=document.head,o=e||a,s=document.createElement("style"),i=(u=>{const f=Array.from(u.querySelectorAll(`style[${Lr}]`));return f[f.length-1]})(o),h=i!==void 0?i.nextSibling:null;s.setAttribute(Lr,R0),s.setAttribute(P0,Mn);const d=r||Ih();return d&&s.setAttribute("nonce",d),o.insertBefore(s,h),s},Oh=class{constructor(e,r){this.element=N0(e,r),this.element.appendChild(document.createTextNode("")),this.sheet=(a=>{var o;if(a.sheet)return a.sheet;const s=(o=a.getRootNode().styleSheets)!==null&&o!==void 0?o:document.styleSheets;for(let i=0,h=s.length;i<h;i++){const d=s[i];if(d.ownerNode===a)return d}throw ea(17)})(this.element),this.length=0}insertRule(e,r){try{return this.sheet.insertRule(r,e),this.length++,!0}catch{return!1}}deleteRule(e){this.sheet.deleteRule(e),this.length--}getRule(e){const r=this.sheet.cssRules[e];return r&&r.cssText?r.cssText:""}},Hh=class{constructor(e,r){this.element=N0(e,r),this.nodes=this.element.childNodes,this.length=0}insertRule(e,r){if(e<=this.length&&e>=0){const a=document.createTextNode(r);return this.element.insertBefore(a,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:""}};let mi=wa;const Vh={isServer:!wa,useCSSOMInjection:!ph};class Rn{static registerId(r){return ga(r)}constructor(r=Yr,a={},o){this.options=Object.assign(Object.assign({},Vh),r),this.gs=a,this.keyframeIds=new Set,this.names=new Map(o),this.server=!!r.isServer,!this.server&&wa&&mi&&(mi=!1,Xn(this)),_s(this,()=>(s=>{const i=s.getTag(),{length:h}=i;let d="";for(let u=0;u<h;u++){const f=mh(u);if(f===void 0)continue;const p=s.names.get(f);if(p===void 0||!p.size)continue;const m=i.getGroup(u);if(m.length===0)continue;const g=Lr+".g"+u+'[id="'+f+'"]';let v="";for(const b of p)b.length>0&&(v+=b+",");d+=m+g+'{content:"'+v+'"}'+bs}return d})(this))}rehydrate(){!this.server&&wa&&Xn(this)}reconstructWithOptions(r,a=!0){const o=new Rn(Object.assign(Object.assign({},this.options),r),this.gs,a&&this.names||void 0);return o.keyframeIds=new Set(this.keyframeIds),!this.server&&wa&&r.target!==this.options.target&&es(this.options.target)!==es(r.target)&&Xn(o),o}allocateGSInstance(r){return this.gs[r]=(this.gs[r]||0)+1}getTag(){return this.tag||(this.tag=(r=(({useCSSOMInjection:a,target:o,nonce:s})=>a?new Oh(o,s):new Hh(o,s))(this.options),new Rh(r)));var r}hasNameForId(r,a){var o,s;return(s=(o=this.names.get(r))===null||o===void 0?void 0:o.has(a))!==null&&s!==void 0&&s}registerName(r,a){ga(r),r.startsWith(T0)&&this.keyframeIds.add(r);const o=this.names.get(r);o?o.add(a):this.names.set(r,new Set([a]))}insertRules(r,a,o){this.registerName(r,a),this.getTag().insertRules(ga(r),o)}clearNames(r){this.names.has(r)&&this.names.get(r).clear()}clearRules(r){this.getTag().clearGroup(ga(r)),this.clearNames(r)}clearTag(){this.tag=void 0}}const U0=new WeakSet,Dh={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 Nh(e,r){return r==null||typeof r=="boolean"||r===""?"":typeof r!="number"||r===0||e in Dh||e.startsWith("--")?String(r).trim():r+"px"}const kr=47;function gi(e){if(e.charCodeAt(0)===45&&e.charCodeAt(1)===45)return e;let r="";for(let a=0;a<e.length;a++){const o=e.charCodeAt(a);r+=o>=65&&o<=90?"-"+String.fromCharCode(o+32):e[a]}return r.startsWith("ms-")?"-"+r:r}const B0=Symbol.for("sc-keyframes");function ts(e){return typeof e=="object"&&e!==null&&B0 in e}function W0(e){return Ln(e)&&!(e.prototype&&e.prototype.isReactComponent)}const G0=e=>e==null||e===!1||e==="",Uh=Symbol.for("react.client.reference");function vi(e){return e.$$typeof===Uh}function xi(e){const r=e.$$id,a=(r&&r.includes("#")?r.split("#").pop():r)||e.name||"unknown";console.warn(`Interpolating a client component (${a}) as a selector is not supported in server components. The component selector pattern requires access to the component's internal class name, which is not available across the server/client boundary. Use a plain CSS class selector instead.`)}function q0(e,r){for(const a in e){const o=e[a];e.hasOwnProperty(a)&&!G0(o)&&(Array.isArray(o)&&U0.has(o)||Ln(o)?r.push(gi(a)+":",o,";"):Rr(o)?(r.push(a+" {"),q0(o,r),r.push("}")):r.push(gi(a)+": "+Nh(a,o)+";"))}}function Sr(e,r,a,o,s=[]){if(G0(e))return s;const i=typeof e;if(i==="string")return s.push(e),s;if(i==="function"){if(vi(e))return process.env.NODE_ENV!=="production"&&xi(e),s;if(W0(e)&&r){const h=e(r);return process.env.NODE_ENV==="production"||typeof h!="object"||Array.isArray(h)||ts(h)||Rr(h)||h===null||console.error(`${js(e)} is not a styled component and cannot be referred to via component selector. See https://styled-components.com/docs/advanced#referring-to-other-components for more details.`),Sr(h,r,a,o,s)}return s.push(e),s}if(Array.isArray(e)){for(let h=0;h<e.length;h++)Sr(e[h],r,a,o,s);return s}return D0(e)?(s.push(`.${e.styledComponentId}`),s):ts(e)?(a?(e.inject(a,o),s.push(e.getName(o))):s.push(e),s):vi(e)?(process.env.NODE_ENV!=="production"&&xi(e),s):Rr(e)?(q0(e,s),s):(s.push(e.toString()),s)}const Bh=Z0(Mn);class Wh{constructor(r,a,o){this.rules=r,this.componentId=a,this.baseHash=Cr(Bh,a),this.baseStyle=o,Rn.registerId(a)}generateAndInjectStyles(r,a,o){let s=this.baseStyle?this.baseStyle.generateAndInjectStyles(r,a,o):"";{let i="";for(let h=0;h<this.rules.length;h++){const d=this.rules[h];if(typeof d=="string")i+=d;else if(d)if(W0(d)){const u=d(r);typeof u=="string"?i+=u:u!=null&&u!==!1&&(process.env.NODE_ENV==="production"||typeof u!="object"||Array.isArray(u)||ts(u)||Rr(u)||console.error(`${js(d)} is not a styled component and cannot be referred to via component selector. See https://styled-components.com/docs/advanced#referring-to-other-components for more details.`),i+=Jo(Sr(u,r,a,o)))}else i+=Jo(Sr(d,r,a,o))}if(i){this.dynamicNameCache||(this.dynamicNameCache=new Map);const h=o.hash?o.hash+i:i;let d=this.dynamicNameCache.get(h);if(!d){if(d=ys(Cr(Cr(this.baseHash,o.hash),i)>>>0),this.dynamicNameCache.size>=200){const u=this.dynamicNameCache.keys().next().value;u!==void 0&&this.dynamicNameCache.delete(u)}this.dynamicNameCache.set(h,d)}if(!a.hasNameForId(this.componentId,d)){const u=o(i,"."+d,void 0,this.componentId);a.insertRules(this.componentId,d,u)}s=va(s,d)}}return s}}const Gh=/&/g;function K0(e,r){let a=0;for(;--r>=0&&e.charCodeAt(r)===92;)a++;return!(1&~a)}function eo(e){const r=e.length;let a="",o=0,s=0,i=0,h=!1,d=!1;for(let u=0;u<r;u++){const f=e.charCodeAt(u);if(i!==0||h||f!==kr||e.charCodeAt(u+1)!==42)if(h)f===42&&e.charCodeAt(u+1)===kr&&(h=!1,u++);else if(f!==34&&f!==39||K0(e,u)){if(i===0)if(f===123)s++;else if(f===125){if(s--,s<0){d=!0;let p=u+1;for(;p<r;){const m=e.charCodeAt(p);if(m===59||m===10)break;p++}p<r&&e.charCodeAt(p)===59&&p++,s=0,u=p-1,o=p;continue}s===0&&(a+=e.substring(o,u+1),o=u+1)}else f===59&&s===0&&(a+=e.substring(o,u+1),o=u+1)}else i===0?i=f:i===f&&(i=0);else h=!0,u++}return d||s!==0||i!==0?(o<r&&s===0&&i===0&&(a+=e.substring(o)),a):e}function Y0(e,r){const a=r+" ",o=","+a;for(let s=0;s<e.length;s++){const i=e[s];if(i.type==="rule"){i.value=(a+i.value).replaceAll(",",o);const h=i.props,d=[];for(let u=0;u<h.length;u++)d[u]=a+h[u];i.props=d}Array.isArray(i.children)&&i.type!=="@keyframes"&&Y0(i.children,r)}return e}function qh({options:e=Yr,plugins:r=ws}=Yr){let a,o,s;const i=(g,v,b)=>b.startsWith(o)&&b.endsWith(o)&&b.replaceAll(o,"").length>0?`.${a}`:g,h=r.slice();h.push(g=>{g.type===En&&g.value.includes("&")&&(s||(s=new RegExp(`\\${o}\\b`,"g")),g.props[0]=g.props[0].replace(Gh,o).replace(s,i))}),e.prefix&&h.push(uh),h.push(ch);let d=[];const u=lh(h.concat(dh(g=>d.push(g)))),f=(g,v="",b="",x="&")=>{a=x,o=v,s=void 0;const w=(function(j){const S=j.indexOf("//")!==-1,C=j.indexOf("}")!==-1;if(!S&&!C)return j;if(!S)return eo(j);const _=j.length;let k="",y=0,$=0,z=0,Z=0,O=0,R=!1;for(;$<_;){const P=j.charCodeAt($);if(P!==34&&P!==39||K0(j,$))if(z===0)if(P===kr&&$+1<_&&j.charCodeAt($+1)===42){for($+=2;$+1<_&&(j.charCodeAt($)!==42||j.charCodeAt($+1)!==kr);)$++;$+=2}else if(P!==40)if(P!==41)if(Z>0)$++;else if(P===42&&$+1<_&&j.charCodeAt($+1)===kr)k+=j.substring(y,$),$+=2,y=$,R=!0;else if(P===kr&&$+1<_&&j.charCodeAt($+1)===kr){for(k+=j.substring(y,$);$<_&&j.charCodeAt($)!==10;)$++;y=$,R=!0}else P===123?O++:P===125&&O--,$++;else Z>0&&Z--,$++;else Z++,$++;else $++;else z===0?z=P:z===P&&(z=0),$++}return R?(y<_&&(k+=j.substring(y)),O===0?k:eo(k)):O===0?j:eo(j)})(g);let A=sh(b||v?b+" "+v+" { "+w+" }":w);return e.namespace&&(A=Y0(A,e.namespace)),d=[],xn(A,u),d},p=e;let m=Qo;for(let g=0;g<r.length;g++)r[g].name||ea(15),m=Cr(m,r[g].name);return p!=null&&p.namespace&&(m=Cr(m,p.namespace)),p!=null&&p.prefix&&(m=Cr(m,"p")),f.hash=m!==Qo?m.toString():"",f}const Kh=new Rn,rs=qh(),Q0=c.createContext({shouldForwardProp:void 0,styleSheet:Kh,stylis:rs,stylisPlugins:void 0});Q0.Consumer;function Yh(){return c.useContext(Q0)}const J0=c.createContext(void 0);J0.Consumer;const bi=Object.prototype.hasOwnProperty,to={};function Qh(e,r){const a=typeof e!="string"?"sc":F0(e);to[a]=(to[a]||0)+1;const o=a+"-"+I0(Mn+a+to[a]);return r?r+"-"+o:o}let ro;function Jh(e,r,a){const o=D0(e),s=e,i=!mn(e),{attrs:h=ws,componentId:d=Qh(r.displayName,r.parentComponentId),displayName:u=jh(e)}=r,f=r.displayName&&r.componentId?F0(r.displayName)+"-"+r.componentId:r.componentId||d,p=o&&s.attrs?s.attrs.concat(h).filter(Boolean):h;let{shouldForwardProp:m}=r;if(o&&s.shouldForwardProp){const x=s.shouldForwardProp;if(r.shouldForwardProp){const w=r.shouldForwardProp;m=(A,j)=>x(A,j)&&w(A,j)}else m=x}const g=new Wh(a,f,o?s.componentStyle:void 0);function v(x,w){return(function(A,j,S){const{attrs:C,componentStyle:_,defaultProps:k,foldedComponentIds:y,styledComponentId:$,target:z}=A,Z=c.useContext(J0),O=Yh(),R=A.shouldForwardProp||O.shouldForwardProp;process.env.NODE_ENV!=="production"&&c.useDebugValue&&c.useDebugValue($);const P=xh(j,Z,k)||Yr;let M,E;{const I=c.useRef(null),T=I.current;if(T!==null&&T[1]===P&&T[2]===O.styleSheet&&T[3]===O.stylis&&T[7]===_&&(function(Q,N,G){const J=Q,X=N;let ie=0;for(const pe in X)if(bi.call(X,pe)&&(ie++,J[pe]!==X[pe]))return!1;return ie===G})(T[0],j,T[4]))M=T[5],E=T[6];else{M=(function(N,G,J){const X=Object.assign(Object.assign({},G),{className:void 0,theme:J}),ie=N.length>1;for(let pe=0;pe<N.length;pe++){const re=N[pe],xe=Ln(re)?re(ie?Object.assign({},X):X):re;for(const ae in xe)ae==="className"?X.className=va(X.className,xe[ae]):ae==="style"?X.style=Object.assign(Object.assign({},X.style),xe[ae]):ae in G&&G[ae]===void 0||(X[ae]=xe[ae])}return"className"in G&&typeof G.className=="string"&&(X.className=va(X.className,G.className)),X})(C,j,P),E=(function(N,G,J,X){const ie=N.generateAndInjectStyles(G,J,X);return process.env.NODE_ENV!=="production"&&c.useDebugValue&&c.useDebugValue(ie),ie})(_,M,O.styleSheet,O.stylis);let Q=0;for(const N in j)bi.call(j,N)&&Q++;I.current=[j,P,O.styleSheet,O.stylis,Q,M,E,_]}}process.env.NODE_ENV!=="production"&&A.warnTooManyClasses&&A.warnTooManyClasses(E);const F=M.as||z,L=(function(I,T,Q,N){const G={};for(const J in I)I[J]===void 0||J[0]==="$"||J==="as"||J==="theme"&&I.theme===Q||(J==="forwardedAs"?G.as=I.forwardedAs:N&&!N(J,T)||(G[J]=I[J],N||process.env.NODE_ENV!=="development"||Wp(J)||(ro||(ro=new Set)).has(J)||!mn(T)||T.includes("-")||(ro.add(J),console.warn(`styled-components: it looks like an unknown prop "${J}" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via \`<StyleSheetManager shouldForwardProp={...}>\` (connect an API like \`@emotion/is-prop-valid\`) or consider using transient props (\`$\` prefix for automatic filtering.)`))));return G})(M,F,P,R);let H=va(y,$);return E&&(H+=" "+E),M.className&&(H+=" "+M.className),L[mn(F)&&F.includes("-")?"class":"className"]=H,S&&(L.ref=S),c.createElement(F,L)})(b,x,w)}v.displayName=u;let b=c.forwardRef(v);return b.attrs=p,b.componentStyle=g,b.displayName=u,b.shouldForwardProp=m,b.foldedComponentIds=o?va(s.foldedComponentIds,s.styledComponentId):"",b.styledComponentId=f,b.target=o?s.target:e,Object.defineProperty(b,"defaultProps",{get(){return this._foldedDefaultProps},set(x){this._foldedDefaultProps=o?(function(w,...A){for(const j of A)Xo(w,j,!0);return w})({},s.defaultProps,x):x}}),process.env.NODE_ENV!=="production"&&(vh(u,f),b.warnTooManyClasses=((x,w)=>{let A={},j=!1;return S=>{!j&&(A[S]=!0,Object.keys(A).length>=200)&&(console.warn(`Over 200 classes were generated for component ${x}${w?` with the id of "${w}"`:""}.
|
|
86
|
+
`,o=console.error;try{let s=!0;console.error=(i,...h)=>{ui.test(i)?(s=!1,Za.delete(a)):o(i,...h)},typeof c.useState=="function"&&c.useState(null),s&&!Za.has(a)&&(console.warn(a),Za.add(a))}catch(s){ui.test(s.message)&&Za.delete(a)}finally{console.error=o}}},ws=Object.freeze([]),Qr=Object.freeze({});function xh(e,r,a=Qr){return e.theme!==a.theme&&e.theme||r||a.theme}const bh=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,wh=/(^-|-$)/g;function F0(e){return e.replace(bh,"-").replace(wh,"")}const yh=/(a)(d)/gi,pi=e=>String.fromCharCode(e+(e>25?39:97));function ys(e){let r,a="";for(r=Math.abs(e);r>52;r=r/52|0)a=pi(r%52)+a;return(pi(r%52)+a).replace(yh,"$1-$2")}const Qo=5381,Cr=(e,r)=>{let a=r.length;for(;a;)e=33*e^r.charCodeAt(--a);return e},Z0=e=>Cr(Qo,e);function I0(e){return ys(Z0(e)>>>0)}function js(e){return process.env.NODE_ENV!=="production"&&typeof e=="string"&&e||e.displayName||e.name||"Component"}function mn(e){return typeof e=="string"&&(process.env.NODE_ENV==="production"||e.charAt(0)===e.charAt(0).toLowerCase())}function jh(e){return mn(e)?`styled.${e}`:`Styled(${js(e)})`}const O0=Symbol.for("react.memo"),_h=Symbol.for("react.forward_ref"),kh={contextType:!0,defaultProps:!0,displayName:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,propTypes:!0,type:!0},Ch={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},H0={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},Sh={[_h]:{$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},[O0]:H0};function hi(e){return("type"in(r=e)&&r.type.$$typeof)===O0?H0:"$$typeof"in e?Sh[e.$$typeof]:kh;var r}const Eh=Object.defineProperty,Ah=Object.getOwnPropertyNames,zh=Object.getOwnPropertySymbols,$h=Object.getOwnPropertyDescriptor,Mh=Object.getPrototypeOf,Lh=Object.prototype;function V0(e,r,a){if(typeof r!="string"){const o=Mh(r);o&&o!==Lh&&V0(e,o,a);const s=Ah(r).concat(zh(r)),i=hi(e),h=hi(r);for(let d=0;d<s.length;++d){const u=s[d];if(!(u in Ch||a&&a[u]||h&&u in h||i&&u in i)){const f=$h(r,u);try{Eh(e,u,f)}catch{}}}}return e}function Ln(e){return typeof e=="function"}function D0(e){return typeof e=="object"&&"styledComponentId"in e}function va(e,r){return e&&r?e+" "+r:e||r||""}function Jo(e,r){return e.join("")}function Rr(e){return e!==null&&typeof e=="object"&&e.constructor.name===Object.name&&!("props"in e&&e.$$typeof)}function Xo(e,r,a=!1){if(!a&&!Rr(e)&&!Array.isArray(e))return r;if(Array.isArray(r))for(let o=0;o<r.length;o++)e[o]=Xo(e[o],r[o]);else if(Rr(r))for(const o in r)e[o]=Xo(e[o],r[o]);return e}function _s(e,r){Object.defineProperty(e,"toString",{value:r})}const Rh=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 r=this._cIndex;if(e>this._cGroup)for(let a=this._cGroup;a<e;a++)r+=this.groupSizes[a];else for(let a=this._cGroup-1;a>=e;a--)r-=this.groupSizes[a];return this._cGroup=e,this._cIndex=r,r}insertRules(e,r){if(e>=this.groupSizes.length){const s=this.groupSizes,i=s.length;let h=i;for(;e>=h;)if(h<<=1,h<0)throw ta(16,`${e}`);this.groupSizes=new Uint32Array(h),this.groupSizes.set(s),this.length=h;for(let d=i;d<h;d++)this.groupSizes[d]=0}let a=this.indexOfGroup(e+1),o=0;for(let s=0,i=r.length;s<i;s++)this.tag.insertRule(a,r[s])&&(this.groupSizes[e]++,a++,o++);o>0&&this._cGroup>e&&(this._cIndex+=o)}clearGroup(e){if(e<this.length){const r=this.groupSizes[e],a=this.indexOfGroup(e),o=a+r;this.groupSizes[e]=0;for(let s=a;s<o;s++)this.tag.deleteRule(a);r>0&&this._cGroup>e&&(this._cIndex-=r)}}getGroup(e){let r="";if(e>=this.length||this.groupSizes[e]===0)return r;const a=this.groupSizes[e],o=this.indexOfGroup(e),s=o+a;for(let i=o;i<s;i++)r+=this.tag.getRule(i)+bs;return r}},Ph=`style[${Lr}][${P0}="${Mn}"]`,Th=new RegExp(`^${Lr}\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)`),fi=e=>typeof ShadowRoot<"u"&&e instanceof ShadowRoot||"host"in e&&e.nodeType===11,es=e=>{if(!e)return document;if(fi(e))return e;if("getRootNode"in e){const r=e.getRootNode();if(fi(r))return r}return document},Fh=(e,r,a)=>{const o=a.split(",");let s;for(let i=0,h=o.length;i<h;i++)(s=o[i])&&e.registerName(r,s)},Zh=(e,r)=>{var a;const o=((a=r.textContent)!==null&&a!==void 0?a:"").split(bs),s=[];for(let i=0,h=o.length;i<h;i++){const d=o[i].trim();if(!d)continue;const u=d.match(Th);if(u){const f=0|parseInt(u[1],10),p=u[2];f!==0&&(gh(p,f),Fh(e,p,u[3]),e.getTag().insertRules(f,s)),s.length=0}else s.push(d)}},Xn=e=>{const r=es(e.options.target).querySelectorAll(Ph);for(let a=0,o=r.length;a<o;a++){const s=r[a];s&&s.getAttribute(Lr)!==R0&&(Zh(e,s),s.parentNode&&s.parentNode.removeChild(s))}};let sa=!1;function Ih(){if(sa!==!1)return sa;if(typeof document<"u"){const e=document.head.querySelector('meta[property="csp-nonce"]');if(e)return sa=e.nonce||e.getAttribute("content")||void 0;const r=document.head.querySelector('meta[name="sc-nonce"]');if(r)return sa=r.getAttribute("content")||void 0}return sa=typeof __webpack_nonce__<"u"?__webpack_nonce__:void 0}const N0=(e,r)=>{const a=document.head,o=e||a,s=document.createElement("style"),i=(u=>{const f=Array.from(u.querySelectorAll(`style[${Lr}]`));return f[f.length-1]})(o),h=i!==void 0?i.nextSibling:null;s.setAttribute(Lr,R0),s.setAttribute(P0,Mn);const d=r||Ih();return d&&s.setAttribute("nonce",d),o.insertBefore(s,h),s},Oh=class{constructor(e,r){this.element=N0(e,r),this.element.appendChild(document.createTextNode("")),this.sheet=(a=>{var o;if(a.sheet)return a.sheet;const s=(o=a.getRootNode().styleSheets)!==null&&o!==void 0?o:document.styleSheets;for(let i=0,h=s.length;i<h;i++){const d=s[i];if(d.ownerNode===a)return d}throw ta(17)})(this.element),this.length=0}insertRule(e,r){try{return this.sheet.insertRule(r,e),this.length++,!0}catch{return!1}}deleteRule(e){this.sheet.deleteRule(e),this.length--}getRule(e){const r=this.sheet.cssRules[e];return r&&r.cssText?r.cssText:""}},Hh=class{constructor(e,r){this.element=N0(e,r),this.nodes=this.element.childNodes,this.length=0}insertRule(e,r){if(e<=this.length&&e>=0){const a=document.createTextNode(r);return this.element.insertBefore(a,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:""}};let mi=wa;const Vh={isServer:!wa,useCSSOMInjection:!ph};class Rn{static registerId(r){return ga(r)}constructor(r=Qr,a={},o){this.options=Object.assign(Object.assign({},Vh),r),this.gs=a,this.keyframeIds=new Set,this.names=new Map(o),this.server=!!r.isServer,!this.server&&wa&&mi&&(mi=!1,Xn(this)),_s(this,()=>(s=>{const i=s.getTag(),{length:h}=i;let d="";for(let u=0;u<h;u++){const f=mh(u);if(f===void 0)continue;const p=s.names.get(f);if(p===void 0||!p.size)continue;const m=i.getGroup(u);if(m.length===0)continue;const g=Lr+".g"+u+'[id="'+f+'"]';let v="";for(const b of p)b.length>0&&(v+=b+",");d+=m+g+'{content:"'+v+'"}'+bs}return d})(this))}rehydrate(){!this.server&&wa&&Xn(this)}reconstructWithOptions(r,a=!0){const o=new Rn(Object.assign(Object.assign({},this.options),r),this.gs,a&&this.names||void 0);return o.keyframeIds=new Set(this.keyframeIds),!this.server&&wa&&r.target!==this.options.target&&es(this.options.target)!==es(r.target)&&Xn(o),o}allocateGSInstance(r){return this.gs[r]=(this.gs[r]||0)+1}getTag(){return this.tag||(this.tag=(r=(({useCSSOMInjection:a,target:o,nonce:s})=>a?new Oh(o,s):new Hh(o,s))(this.options),new Rh(r)));var r}hasNameForId(r,a){var o,s;return(s=(o=this.names.get(r))===null||o===void 0?void 0:o.has(a))!==null&&s!==void 0&&s}registerName(r,a){ga(r),r.startsWith(T0)&&this.keyframeIds.add(r);const o=this.names.get(r);o?o.add(a):this.names.set(r,new Set([a]))}insertRules(r,a,o){this.registerName(r,a),this.getTag().insertRules(ga(r),o)}clearNames(r){this.names.has(r)&&this.names.get(r).clear()}clearRules(r){this.getTag().clearGroup(ga(r)),this.clearNames(r)}clearTag(){this.tag=void 0}}const U0=new WeakSet,Dh={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 Nh(e,r){return r==null||typeof r=="boolean"||r===""?"":typeof r!="number"||r===0||e in Dh||e.startsWith("--")?String(r).trim():r+"px"}const kr=47;function gi(e){if(e.charCodeAt(0)===45&&e.charCodeAt(1)===45)return e;let r="";for(let a=0;a<e.length;a++){const o=e.charCodeAt(a);r+=o>=65&&o<=90?"-"+String.fromCharCode(o+32):e[a]}return r.startsWith("ms-")?"-"+r:r}const B0=Symbol.for("sc-keyframes");function ts(e){return typeof e=="object"&&e!==null&&B0 in e}function W0(e){return Ln(e)&&!(e.prototype&&e.prototype.isReactComponent)}const G0=e=>e==null||e===!1||e==="",Uh=Symbol.for("react.client.reference");function vi(e){return e.$$typeof===Uh}function xi(e){const r=e.$$id,a=(r&&r.includes("#")?r.split("#").pop():r)||e.name||"unknown";console.warn(`Interpolating a client component (${a}) as a selector is not supported in server components. The component selector pattern requires access to the component's internal class name, which is not available across the server/client boundary. Use a plain CSS class selector instead.`)}function q0(e,r){for(const a in e){const o=e[a];e.hasOwnProperty(a)&&!G0(o)&&(Array.isArray(o)&&U0.has(o)||Ln(o)?r.push(gi(a)+":",o,";"):Rr(o)?(r.push(a+" {"),q0(o,r),r.push("}")):r.push(gi(a)+": "+Nh(a,o)+";"))}}function Sr(e,r,a,o,s=[]){if(G0(e))return s;const i=typeof e;if(i==="string")return s.push(e),s;if(i==="function"){if(vi(e))return process.env.NODE_ENV!=="production"&&xi(e),s;if(W0(e)&&r){const h=e(r);return process.env.NODE_ENV==="production"||typeof h!="object"||Array.isArray(h)||ts(h)||Rr(h)||h===null||console.error(`${js(e)} is not a styled component and cannot be referred to via component selector. See https://styled-components.com/docs/advanced#referring-to-other-components for more details.`),Sr(h,r,a,o,s)}return s.push(e),s}if(Array.isArray(e)){for(let h=0;h<e.length;h++)Sr(e[h],r,a,o,s);return s}return D0(e)?(s.push(`.${e.styledComponentId}`),s):ts(e)?(a?(e.inject(a,o),s.push(e.getName(o))):s.push(e),s):vi(e)?(process.env.NODE_ENV!=="production"&&xi(e),s):Rr(e)?(q0(e,s),s):(s.push(e.toString()),s)}const Bh=Z0(Mn);class Wh{constructor(r,a,o){this.rules=r,this.componentId=a,this.baseHash=Cr(Bh,a),this.baseStyle=o,Rn.registerId(a)}generateAndInjectStyles(r,a,o){let s=this.baseStyle?this.baseStyle.generateAndInjectStyles(r,a,o):"";{let i="";for(let h=0;h<this.rules.length;h++){const d=this.rules[h];if(typeof d=="string")i+=d;else if(d)if(W0(d)){const u=d(r);typeof u=="string"?i+=u:u!=null&&u!==!1&&(process.env.NODE_ENV==="production"||typeof u!="object"||Array.isArray(u)||ts(u)||Rr(u)||console.error(`${js(d)} is not a styled component and cannot be referred to via component selector. See https://styled-components.com/docs/advanced#referring-to-other-components for more details.`),i+=Jo(Sr(u,r,a,o)))}else i+=Jo(Sr(d,r,a,o))}if(i){this.dynamicNameCache||(this.dynamicNameCache=new Map);const h=o.hash?o.hash+i:i;let d=this.dynamicNameCache.get(h);if(!d){if(d=ys(Cr(Cr(this.baseHash,o.hash),i)>>>0),this.dynamicNameCache.size>=200){const u=this.dynamicNameCache.keys().next().value;u!==void 0&&this.dynamicNameCache.delete(u)}this.dynamicNameCache.set(h,d)}if(!a.hasNameForId(this.componentId,d)){const u=o(i,"."+d,void 0,this.componentId);a.insertRules(this.componentId,d,u)}s=va(s,d)}}return s}}const Gh=/&/g;function K0(e,r){let a=0;for(;--r>=0&&e.charCodeAt(r)===92;)a++;return!(1&~a)}function eo(e){const r=e.length;let a="",o=0,s=0,i=0,h=!1,d=!1;for(let u=0;u<r;u++){const f=e.charCodeAt(u);if(i!==0||h||f!==kr||e.charCodeAt(u+1)!==42)if(h)f===42&&e.charCodeAt(u+1)===kr&&(h=!1,u++);else if(f!==34&&f!==39||K0(e,u)){if(i===0)if(f===123)s++;else if(f===125){if(s--,s<0){d=!0;let p=u+1;for(;p<r;){const m=e.charCodeAt(p);if(m===59||m===10)break;p++}p<r&&e.charCodeAt(p)===59&&p++,s=0,u=p-1,o=p;continue}s===0&&(a+=e.substring(o,u+1),o=u+1)}else f===59&&s===0&&(a+=e.substring(o,u+1),o=u+1)}else i===0?i=f:i===f&&(i=0);else h=!0,u++}return d||s!==0||i!==0?(o<r&&s===0&&i===0&&(a+=e.substring(o)),a):e}function Y0(e,r){const a=r+" ",o=","+a;for(let s=0;s<e.length;s++){const i=e[s];if(i.type==="rule"){i.value=(a+i.value).replaceAll(",",o);const h=i.props,d=[];for(let u=0;u<h.length;u++)d[u]=a+h[u];i.props=d}Array.isArray(i.children)&&i.type!=="@keyframes"&&Y0(i.children,r)}return e}function qh({options:e=Qr,plugins:r=ws}=Qr){let a,o,s;const i=(g,v,b)=>b.startsWith(o)&&b.endsWith(o)&&b.replaceAll(o,"").length>0?`.${a}`:g,h=r.slice();h.push(g=>{g.type===En&&g.value.includes("&")&&(s||(s=new RegExp(`\\${o}\\b`,"g")),g.props[0]=g.props[0].replace(Gh,o).replace(s,i))}),e.prefix&&h.push(uh),h.push(ch);let d=[];const u=lh(h.concat(dh(g=>d.push(g)))),f=(g,v="",b="",x="&")=>{a=x,o=v,s=void 0;const w=(function(j){const S=j.indexOf("//")!==-1,C=j.indexOf("}")!==-1;if(!S&&!C)return j;if(!S)return eo(j);const _=j.length;let k="",y=0,M=0,z=0,I=0,H=0,T=!1;for(;M<_;){const P=j.charCodeAt(M);if(P!==34&&P!==39||K0(j,M))if(z===0)if(P===kr&&M+1<_&&j.charCodeAt(M+1)===42){for(M+=2;M+1<_&&(j.charCodeAt(M)!==42||j.charCodeAt(M+1)!==kr);)M++;M+=2}else if(P!==40)if(P!==41)if(I>0)M++;else if(P===42&&M+1<_&&j.charCodeAt(M+1)===kr)k+=j.substring(y,M),M+=2,y=M,T=!0;else if(P===kr&&M+1<_&&j.charCodeAt(M+1)===kr){for(k+=j.substring(y,M);M<_&&j.charCodeAt(M)!==10;)M++;y=M,T=!0}else P===123?H++:P===125&&H--,M++;else I>0&&I--,M++;else I++,M++;else M++;else z===0?z=P:z===P&&(z=0),M++}return T?(y<_&&(k+=j.substring(y)),H===0?k:eo(k)):H===0?j:eo(j)})(g);let A=sh(b||v?b+" "+v+" { "+w+" }":w);return e.namespace&&(A=Y0(A,e.namespace)),d=[],xn(A,u),d},p=e;let m=Qo;for(let g=0;g<r.length;g++)r[g].name||ta(15),m=Cr(m,r[g].name);return p!=null&&p.namespace&&(m=Cr(m,p.namespace)),p!=null&&p.prefix&&(m=Cr(m,"p")),f.hash=m!==Qo?m.toString():"",f}const Kh=new Rn,rs=qh(),Q0=c.createContext({shouldForwardProp:void 0,styleSheet:Kh,stylis:rs,stylisPlugins:void 0});Q0.Consumer;function Yh(){return c.useContext(Q0)}const J0=c.createContext(void 0);J0.Consumer;const bi=Object.prototype.hasOwnProperty,to={};function Qh(e,r){const a=typeof e!="string"?"sc":F0(e);to[a]=(to[a]||0)+1;const o=a+"-"+I0(Mn+a+to[a]);return r?r+"-"+o:o}let ro;function Jh(e,r,a){const o=D0(e),s=e,i=!mn(e),{attrs:h=ws,componentId:d=Qh(r.displayName,r.parentComponentId),displayName:u=jh(e)}=r,f=r.displayName&&r.componentId?F0(r.displayName)+"-"+r.componentId:r.componentId||d,p=o&&s.attrs?s.attrs.concat(h).filter(Boolean):h;let{shouldForwardProp:m}=r;if(o&&s.shouldForwardProp){const x=s.shouldForwardProp;if(r.shouldForwardProp){const w=r.shouldForwardProp;m=(A,j)=>x(A,j)&&w(A,j)}else m=x}const g=new Wh(a,f,o?s.componentStyle:void 0);function v(x,w){return(function(A,j,S){const{attrs:C,componentStyle:_,defaultProps:k,foldedComponentIds:y,styledComponentId:M,target:z}=A,I=c.useContext(J0),H=Yh(),T=A.shouldForwardProp||H.shouldForwardProp;process.env.NODE_ENV!=="production"&&c.useDebugValue&&c.useDebugValue(M);const P=xh(j,I,k)||Qr;let $,E;{const O=c.useRef(null),R=O.current;if(R!==null&&R[1]===P&&R[2]===H.styleSheet&&R[3]===H.stylis&&R[7]===_&&(function(Y,N,G){const Q=Y,ee=N;let se=0;for(const pe in ee)if(bi.call(ee,pe)&&(se++,Q[pe]!==ee[pe]))return!1;return se===G})(R[0],j,R[4]))$=R[5],E=R[6];else{$=(function(N,G,Q){const ee=Object.assign(Object.assign({},G),{className:void 0,theme:Q}),se=N.length>1;for(let pe=0;pe<N.length;pe++){const te=N[pe],ye=Ln(te)?te(se?Object.assign({},ee):ee):te;for(const ae in ye)ae==="className"?ee.className=va(ee.className,ye[ae]):ae==="style"?ee.style=Object.assign(Object.assign({},ee.style),ye[ae]):ae in G&&G[ae]===void 0||(ee[ae]=ye[ae])}return"className"in G&&typeof G.className=="string"&&(ee.className=va(ee.className,G.className)),ee})(C,j,P),E=(function(N,G,Q,ee){const se=N.generateAndInjectStyles(G,Q,ee);return process.env.NODE_ENV!=="production"&&c.useDebugValue&&c.useDebugValue(se),se})(_,$,H.styleSheet,H.stylis);let Y=0;for(const N in j)bi.call(j,N)&&Y++;O.current=[j,P,H.styleSheet,H.stylis,Y,$,E,_]}}process.env.NODE_ENV!=="production"&&A.warnTooManyClasses&&A.warnTooManyClasses(E);const F=$.as||z,L=(function(O,R,Y,N){const G={};for(const Q in O)O[Q]===void 0||Q[0]==="$"||Q==="as"||Q==="theme"&&O.theme===Y||(Q==="forwardedAs"?G.as=O.forwardedAs:N&&!N(Q,R)||(G[Q]=O[Q],N||process.env.NODE_ENV!=="development"||Wp(Q)||(ro||(ro=new Set)).has(Q)||!mn(R)||R.includes("-")||(ro.add(Q),console.warn(`styled-components: it looks like an unknown prop "${Q}" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via \`<StyleSheetManager shouldForwardProp={...}>\` (connect an API like \`@emotion/is-prop-valid\`) or consider using transient props (\`$\` prefix for automatic filtering.)`))));return G})($,F,P,T);let Z=va(y,M);return E&&(Z+=" "+E),$.className&&(Z+=" "+$.className),L[mn(F)&&F.includes("-")?"class":"className"]=Z,S&&(L.ref=S),c.createElement(F,L)})(b,x,w)}v.displayName=u;let b=c.forwardRef(v);return b.attrs=p,b.componentStyle=g,b.displayName=u,b.shouldForwardProp=m,b.foldedComponentIds=o?va(s.foldedComponentIds,s.styledComponentId):"",b.styledComponentId=f,b.target=o?s.target:e,Object.defineProperty(b,"defaultProps",{get(){return this._foldedDefaultProps},set(x){this._foldedDefaultProps=o?(function(w,...A){for(const j of A)Xo(w,j,!0);return w})({},s.defaultProps,x):x}}),process.env.NODE_ENV!=="production"&&(vh(u,f),b.warnTooManyClasses=((x,w)=>{let A={},j=!1;return S=>{!j&&(A[S]=!0,Object.keys(A).length>=200)&&(console.warn(`Over 200 classes were generated for component ${x}${w?` with the id of "${w}"`:""}.
|
|
87
87
|
Consider using the attrs method, together with a style object for frequently changed styles.
|
|
88
88
|
Example:
|
|
89
89
|
const Component = styled.div.attrs(props => ({
|
|
@@ -92,11 +92,11 @@ Example:
|
|
|
92
92
|
},
|
|
93
93
|
}))\`width: 100%;\`
|
|
94
94
|
|
|
95
|
-
<Component />`),j=!0,A={})}})(u,f)),_s(b,()=>`.${b.styledComponentId}`),i&&V0(b,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),b}var Xh=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 wi(e,r){const a=[e[0]];for(let o=0,s=r.length;o<s;o+=1)a.push(r[o],e[o+1]);return a}const yi=e=>(U0.add(e),e);function Gt(e,...r){if(Ln(e)||Rr(e))return yi(Sr(wi(ws,[e,...r])));const a=e;return r.length===0&&a.length===1&&typeof a[0]=="string"?Sr(a):yi(Sr(wi(a,r)))}function as(e,r,a=
|
|
95
|
+
<Component />`),j=!0,A={})}})(u,f)),_s(b,()=>`.${b.styledComponentId}`),i&&V0(b,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),b}var Xh=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 wi(e,r){const a=[e[0]];for(let o=0,s=r.length;o<s;o+=1)a.push(r[o],e[o+1]);return a}const yi=e=>(U0.add(e),e);function Gt(e,...r){if(Ln(e)||Rr(e))return yi(Sr(wi(ws,[e,...r])));const a=e;return r.length===0&&a.length===1&&typeof a[0]=="string"?Sr(a):yi(Sr(wi(a,r)))}function as(e,r,a=Qr){if(!r)throw ta(1,r);const o=(s,...i)=>e(r,a,Gt(s,...i));return o.attrs=s=>as(e,r,Object.assign(Object.assign({},a),{attrs:Array.prototype.concat(a.attrs,s).filter(Boolean)})),o.withConfig=s=>as(e,r,Object.assign(Object.assign({},a),s)),o}const X0=e=>as(Jh,e),l=X0;Xh.forEach(e=>{l[e]=X0(e)});var ed;class e8{constructor(r,a){this[ed]=!0,this.inject=(o,s=rs)=>{const i=this.getName(s);if(!o.hasNameForId(this.id,i)){const h=s(this.rules,i,"@keyframes");o.insertRules(this.id,i,h)}},this.name=r,this.id=T0+r,this.rules=a,ga(this.id),_s(this,()=>{throw ta(12,String(this.name))})}getName(r=rs){return r.hash?this.name+ys(+r.hash>>>0):this.name}}function ht(e,...r){process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn("`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.");const a=Jo(Gt(e,...r)),o=I0(a);return new e8(o,a)}ed=B0;process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn(`It looks like you've imported 'styled-components' on React Native.
|
|
96
96
|
Perhaps you're looking to import 'styled-components/native'?
|
|
97
97
|
Read more about this at https://styled-components.com/docs/basics#react-native`);const Ia=`__sc-${Lr}__`;process.env.NODE_ENV!=="production"&&process.env.NODE_ENV!=="test"&&typeof window<"u"&&(window[Ia]||(window[Ia]=0),window[Ia]===1&&console.warn(`It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.
|
|
98
98
|
|
|
99
|
-
See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-several-instances-of-module-on-the-page for more info.`),window[Ia]+=1);const t8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,44H32A20,20,0,0,0,12,64V88a20,20,0,0,0,16,19.6V192a20,20,0,0,0,20,20H208a20,20,0,0,0,20-20V107.6A20,20,0,0,0,244,88V64A20,20,0,0,0,224,44ZM36,68H220V84H36ZM52,188V108H204v80Zm112-52a12,12,0,0,1-12,12H104a12,12,0,0,1,0-24h48A12,12,0,0,1,164,136Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,96v96a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96Z",opacity:"0.2"}),n.createElement("path",{d:"M224,48H32A16,16,0,0,0,16,64V88a16,16,0,0,0,16,16v88a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V104a16,16,0,0,0,16-16V64A16,16,0,0,0,224,48ZM208,192H48V104H208ZM224,88H32V64H224V88ZM96,136a8,8,0,0,1,8-8h48a8,8,0,0,1,0,16H104A8,8,0,0,1,96,136Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,48H32A16,16,0,0,0,16,64V88a16,16,0,0,0,16,16v88a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V104a16,16,0,0,0,16-16V64A16,16,0,0,0,224,48Zm-72,96H104a8,8,0,0,1,0-16h48a8,8,0,0,1,0,16Zm72-56H32V64H224V88Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,50H32A14,14,0,0,0,18,64V88a14,14,0,0,0,14,14h2v90a14,14,0,0,0,14,14H208a14,14,0,0,0,14-14V102h2a14,14,0,0,0,14-14V64A14,14,0,0,0,224,50ZM210,192a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V102H210ZM226,88a2,2,0,0,1-2,2H32a2,2,0,0,1-2-2V64a2,2,0,0,1,2-2H224a2,2,0,0,1,2,2ZM98,136a6,6,0,0,1,6-6h48a6,6,0,0,1,0,12H104A6,6,0,0,1,98,136Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,48H32A16,16,0,0,0,16,64V88a16,16,0,0,0,16,16v88a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V104a16,16,0,0,0,16-16V64A16,16,0,0,0,224,48ZM208,192H48V104H208ZM224,88H32V64H224V88ZM96,136a8,8,0,0,1,8-8h48a8,8,0,0,1,0,16H104A8,8,0,0,1,96,136Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,52H32A12,12,0,0,0,20,64V88a12,12,0,0,0,12,12h4v92a12,12,0,0,0,12,12H208a12,12,0,0,0,12-12V100h4a12,12,0,0,0,12-12V64A12,12,0,0,0,224,52ZM212,192a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V100H212ZM228,88a4,4,0,0,1-4,4H32a4,4,0,0,1-4-4V64a4,4,0,0,1,4-4H224a4,4,0,0,1,4,4ZM100,136a4,4,0,0,1,4-4h48a4,4,0,0,1,0,8H104A4,4,0,0,1,100,136Z"}))]]),r8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M228,128a100,100,0,0,1-98.66,100H128a99.39,99.39,0,0,1-68.62-27.29,12,12,0,0,1,16.48-17.45,76,76,0,1,0-1.57-109c-.13.13-.25.25-.39.37L54.89,92H72a12,12,0,0,1,0,24H24a12,12,0,0,1-12-12V56a12,12,0,0,1,24,0V76.72L57.48,57.06A100,100,0,0,1,228,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z",opacity:"0.2"}),n.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L60.63,81.29l17,17A8,8,0,0,1,72,112H24a8,8,0,0,1-8-8V56A8,8,0,0,1,29.66,50.3L49.31,70,60.25,60A96,96,0,0,1,224,128Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M222,128a94,94,0,0,1-92.74,94H128a93.43,93.43,0,0,1-64.5-25.65,6,6,0,1,1,8.24-8.72A82,82,0,1,0,70,70l-.19.19L39.44,98H72a6,6,0,0,1,0,12H24a6,6,0,0,1-6-6V56a6,6,0,0,1,12,0V90.34L61.63,61.4A94,94,0,0,1,222,128Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M220,128a92,92,0,0,1-90.77,92H128a91.47,91.47,0,0,1-63.13-25.1,4,4,0,1,1,5.5-5.82A84,84,0,1,0,68.6,68.57l-.13.12L34.3,100H72a4,4,0,0,1,0,8H24a4,4,0,0,1-4-4V56a4,4,0,0,1,8,0V94.89l35-32A92,92,0,0,1,220,128Z"}))]]),a8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M228,104a12,12,0,0,1-24,0V69l-59.51,59.51a12,12,0,0,1-17-17L187,52H152a12,12,0,0,1,0-24h64a12,12,0,0,1,12,12Zm-44,24a12,12,0,0,0-12,12v64H52V84h64a12,12,0,0,0,0-24H48A20,20,0,0,0,28,80V208a20,20,0,0,0,20,20H176a20,20,0,0,0,20-20V140A12,12,0,0,0,184,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M184,80V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H176A8,8,0,0,1,184,80Z",opacity:"0.2"}),n.createElement("path",{d:"M224,104a8,8,0,0,1-16,0V59.32l-66.33,66.34a8,8,0,0,1-11.32-11.32L196.68,48H152a8,8,0,0,1,0-16h64a8,8,0,0,1,8,8Zm-40,24a8,8,0,0,0-8,8v72H48V80h72a8,8,0,0,0,0-16H48A16,16,0,0,0,32,80V208a16,16,0,0,0,16,16H176a16,16,0,0,0,16-16V136A8,8,0,0,0,184,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M192,136v72a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V80A16,16,0,0,1,48,64h72a8,8,0,0,1,0,16H48V208H176V136a8,8,0,0,1,16,0Zm32-96a8,8,0,0,0-8-8H152a8,8,0,0,0-5.66,13.66L172.69,72l-42.35,42.34a8,8,0,0,0,11.32,11.32L184,83.31l26.34,26.35A8,8,0,0,0,224,104Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M222,104a6,6,0,0,1-12,0V54.49l-69.75,69.75a6,6,0,0,1-8.48-8.48L201.51,46H152a6,6,0,0,1,0-12h64a6,6,0,0,1,6,6Zm-38,26a6,6,0,0,0-6,6v72a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V80a2,2,0,0,1,2-2h72a6,6,0,0,0,0-12H48A14,14,0,0,0,34,80V208a14,14,0,0,0,14,14H176a14,14,0,0,0,14-14V136A6,6,0,0,0,184,130Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,104a8,8,0,0,1-16,0V59.32l-66.33,66.34a8,8,0,0,1-11.32-11.32L196.68,48H152a8,8,0,0,1,0-16h64a8,8,0,0,1,8,8Zm-40,24a8,8,0,0,0-8,8v72H48V80h72a8,8,0,0,0,0-16H48A16,16,0,0,0,32,80V208a16,16,0,0,0,16,16H176a16,16,0,0,0,16-16V136A8,8,0,0,0,184,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M220,104a4,4,0,0,1-8,0V49.66l-73.16,73.17a4,4,0,0,1-5.66-5.66L206.34,44H152a4,4,0,0,1,0-8h64a4,4,0,0,1,4,4Zm-36,28a4,4,0,0,0-4,4v72a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V80a4,4,0,0,1,4-4h72a4,4,0,0,0,0-8H48A12,12,0,0,0,36,80V208a12,12,0,0,0,12,12H176a12,12,0,0,0,12-12V136A4,4,0,0,0,184,132Z"}))]]),n8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M225.29,165.93C216.61,151,212,129.57,212,104a84,84,0,0,0-168,0c0,25.58-4.59,47-13.27,61.93A20.08,20.08,0,0,0,30.66,186,19.77,19.77,0,0,0,48,196H84.18a44,44,0,0,0,87.64,0H208a19.77,19.77,0,0,0,17.31-10A20.08,20.08,0,0,0,225.29,165.93ZM128,212a20,20,0,0,1-19.6-16h39.2A20,20,0,0,1,128,212ZM54.66,172C63.51,154,68,131.14,68,104a60,60,0,0,1,120,0c0,27.13,4.48,50,13.33,68Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,192H48a8,8,0,0,1-6.88-12C47.71,168.6,56,139.81,56,104a72,72,0,0,1,144,0c0,35.82,8.3,64.6,14.9,76A8,8,0,0,1,208,192Z",opacity:"0.2"}),n.createElement("path",{d:"M221.8,175.94C216.25,166.38,208,139.33,208,104a80,80,0,1,0-160,0c0,35.34-8.26,62.38-13.81,71.94A16,16,0,0,0,48,200H88.81a40,40,0,0,0,78.38,0H208a16,16,0,0,0,13.8-24.06ZM128,216a24,24,0,0,1-22.62-16h45.24A24,24,0,0,1,128,216ZM48,184c7.7-13.24,16-43.92,16-80a64,64,0,1,1,128,0c0,36.05,8.28,66.73,16,80Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M221.8,175.94C216.25,166.38,208,139.33,208,104a80,80,0,1,0-160,0c0,35.34-8.26,62.38-13.81,71.94A16,16,0,0,0,48,200H88.81a40,40,0,0,0,78.38,0H208a16,16,0,0,0,13.8-24.06ZM128,216a24,24,0,0,1-22.62-16h45.24A24,24,0,0,1,128,216Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M220.07,176.94C214.41,167.2,206,139.73,206,104a78,78,0,1,0-156,0c0,35.74-8.42,63.2-14.08,72.94A14,14,0,0,0,48,198H90.48a38,38,0,0,0,75,0H208a14,14,0,0,0,12.06-21.06ZM128,218a26,26,0,0,1-25.29-20h50.58A26,26,0,0,1,128,218Zm81.71-33a1.9,1.9,0,0,1-1.7,1H48a1.9,1.9,0,0,1-1.7-1,2,2,0,0,1,0-2C53.87,170,62,139.69,62,104a66,66,0,1,1,132,0c0,35.68,8.14,65.95,15.71,79A2,2,0,0,1,209.71,185Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M221.8,175.94C216.25,166.38,208,139.33,208,104a80,80,0,1,0-160,0c0,35.34-8.26,62.38-13.81,71.94A16,16,0,0,0,48,200H88.81a40,40,0,0,0,78.38,0H208a16,16,0,0,0,13.8-24.06ZM128,216a24,24,0,0,1-22.62-16h45.24A24,24,0,0,1,128,216ZM48,184c7.7-13.24,16-43.92,16-80a64,64,0,1,1,128,0c0,36.05,8.28,66.73,16,80Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M218.35,178C212.58,168,204,140.13,204,104a76,76,0,1,0-152,0c0,36.13-8.59,64-14.36,73.95A12,12,0,0,0,48,196H92.23a36,36,0,0,0,71.54,0H208A12,12,0,0,0,218.35,178ZM128,220a28,28,0,0,1-27.71-24h55.42A28,28,0,0,1,128,220Zm83.45-34a3.91,3.91,0,0,1-3.44,2H48a3.91,3.91,0,0,1-3.44-2,4,4,0,0,1,0-4C52,169.17,60,139.32,60,104a68,68,0,1,1,136,0c0,35.31,8,65.17,15.44,78A4,4,0,0,1,211.45,186Z"}))]]),o8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216.88,207.93l-160-176A12,12,0,1,0,39.12,48.07l14.8,16.29A83.58,83.58,0,0,0,44,104c0,25.58-4.59,47-13.27,61.93A20.08,20.08,0,0,0,30.68,186,19.75,19.75,0,0,0,48,196H84.19a44,44,0,0,0,87.62,0h1.79l25.52,28.07a12,12,0,0,0,17.76-16.14ZM68,104a59.84,59.84,0,0,1,3.52-20.29L151.78,172H54.68C63.52,154,68,131.14,68,104Zm60,108a20,20,0,0,1-19.6-16h39.2A20,20,0,0,1,128,212ZM88.89,42.35a12,12,0,0,1,6.37-15.73A84,84,0,0,1,212,104c0,18.68,2.38,34.93,7.07,48.28a12,12,0,1,1-22.64,8C190.83,144.32,188,125.4,188,104a60,60,0,0,0-83.38-55.28A12,12,0,0,1,88.89,42.35Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,192H48a8,8,0,0,1-6.88-12C47.71,168.6,56,139.81,56,104a72,72,0,0,1,144,0c0,35.82,8.3,64.6,14.9,76A8,8,0,0,1,208,192Z",opacity:"0.2"}),n.createElement("path",{d:"M53.92,34.62A8,8,0,1,0,42.08,45.38L58.82,63.8A79.59,79.59,0,0,0,48,104c0,35.34-8.26,62.38-13.81,71.94A16,16,0,0,0,48,200H88.8a40,40,0,0,0,78.4,0h15.44l19.44,21.38a8,8,0,1,0,11.84-10.76ZM128,216a24,24,0,0,1-22.62-16h45.24A24,24,0,0,1,128,216ZM48,184c7.7-13.24,16-43.92,16-80a63.65,63.65,0,0,1,6.26-27.62L168.09,184Zm166-4.73a8.13,8.13,0,0,1-2.93.55,8,8,0,0,1-7.44-5.08C196.35,156.19,192,129.75,192,104A64,64,0,0,0,96.43,48.31a8,8,0,0,1-7.9-13.91A80,80,0,0,1,208,104c0,35.35,8.05,58.59,10.52,64.88A8,8,0,0,1,214,179.25Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M221.84,192v0a1.85,1.85,0,0,1-3,.28L83.27,43.19a4,4,0,0,1,.8-6A79.55,79.55,0,0,1,129.17,24C173,24.66,207.8,61.1,208,104.92c.14,34.88,8.31,61.54,13.82,71A15.89,15.89,0,0,1,221.84,192Zm-7.92,18.62a8,8,0,0,1-11.85,10.76L182.62,200H167.16a40,40,0,0,1-78.41,0H47.91a15.78,15.78,0,0,1-13.59-7.59,16.42,16.42,0,0,1-.09-16.68c5.55-9.73,13.7-36.64,13.7-71.73A79.42,79.42,0,0,1,58.79,63.85L42,45.38A8,8,0,1,1,53.84,34.62ZM150.59,200H105.32a24,24,0,0,0,45.27,0Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M52.44,36A6,6,0,0,0,43.56,44L61.31,63.56A77.45,77.45,0,0,0,50,104c0,35.74-8.42,63.2-14.08,72.94A14,14,0,0,0,48,198h42.5a38,38,0,0,0,75,0h18l20,22a6,6,0,0,0,8.88-8.08ZM128,218a26,26,0,0,1-25.29-20h50.58A26,26,0,0,1,128,218ZM48,186a1.9,1.9,0,0,1-1.7-1,2,2,0,0,1,0-2C53.86,170,62,139.69,62,104a65.63,65.63,0,0,1,7.78-31.12L172.62,186Zm165.29-8.62a5.88,5.88,0,0,1-2.2.42,6,6,0,0,1-5.58-3.81c-7.2-18.31-11.49-44.48-11.49-70A66,66,0,0,0,95.45,46.57a6,6,0,1,1-5.93-10.43A78,78,0,0,1,206,104c0,35.7,8.16,59.24,10.66,65.61A6,6,0,0,1,213.27,177.38Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M53.92,34.62A8,8,0,1,0,42.08,45.38L58.82,63.8A79.59,79.59,0,0,0,48,104c0,35.34-8.26,62.38-13.81,71.94A16,16,0,0,0,48,200H88.8a40,40,0,0,0,78.4,0h15.44l19.44,21.38a8,8,0,1,0,11.84-10.76ZM128,216a24,24,0,0,1-22.62-16h45.24A24,24,0,0,1,128,216ZM48,184c7.7-13.24,16-43.92,16-80a63.65,63.65,0,0,1,6.26-27.62L168.09,184Zm166-4.73a8.13,8.13,0,0,1-2.93.55,8,8,0,0,1-7.44-5.08C196.35,156.19,192,129.75,192,104A64,64,0,0,0,96.43,48.31a8,8,0,0,1-7.9-13.91A80,80,0,0,1,208,104c0,35.35,8.05,58.59,10.52,64.88A8,8,0,0,1,214,179.25Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M51,37.31A4,4,0,0,0,45,42.69L63.8,63.32A75.52,75.52,0,0,0,52,104c0,36.13-8.58,64-14.36,73.95A12,12,0,0,0,48,196H92.23a36,36,0,0,0,71.54,0h20.64L205,218.69a4,4,0,1,0,5.92-5.38ZM128,220a28,28,0,0,1-27.71-24h55.42A28,28,0,0,1,128,220ZM48,188a3.89,3.89,0,0,1-3.43-2,4,4,0,0,1,0-4C52,169.17,60,139.32,60,104a67.58,67.58,0,0,1,9.4-34.51L177.14,188Zm164.55-12.48a3.94,3.94,0,0,1-1.46.28,4,4,0,0,1-3.72-2.54C200.24,155.17,196,129.28,196,104A68,68,0,0,0,94.46,44.83a4,4,0,1,1-4-6.95A76,76,0,0,1,204,104c0,36.05,8.26,59.89,10.79,66.34A4,4,0,0,1,212.53,175.52Z"}))]]),s8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,204H228V96a20,20,0,0,0-20-20H172V32a20,20,0,0,0-28.45-18.12l-104,48.54A20.06,20.06,0,0,0,28,80.55V204H16a12,12,0,0,0,0,24H240a12,12,0,0,0,0-24ZM204,100V204H172V100ZM52,83.09,148,38.3V204H52ZM132,112v12a12,12,0,0,1-24,0V112a12,12,0,0,1,24,0Zm-40,0v12a12,12,0,0,1-24,0V112a12,12,0,0,1,24,0Zm0,52v12a12,12,0,0,1-24,0V164a12,12,0,0,1,24,0Zm40,0v12a12,12,0,0,1-24,0V164a12,12,0,0,1,24,0Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M136,32V216H40V85.35a8,8,0,0,1,3.56-6.66l80-53.33A8,8,0,0,1,136,32Z",opacity:"0.2"}),n.createElement("path",{d:"M240,208H224V96a16,16,0,0,0-16-16H144V32a16,16,0,0,0-24.88-13.32L39.12,72A16,16,0,0,0,32,85.34V208H16a8,8,0,0,0,0,16H240a8,8,0,0,0,0-16ZM208,96V208H144V96ZM48,85.34,128,32V208H48ZM112,112v16a8,8,0,0,1-16,0V112a8,8,0,1,1,16,0Zm-32,0v16a8,8,0,0,1-16,0V112a8,8,0,1,1,16,0Zm0,56v16a8,8,0,0,1-16,0V168a8,8,0,0,1,16,0Zm32,0v16a8,8,0,0,1-16,0V168a8,8,0,0,1,16,0Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M239.73,208H224V96a16,16,0,0,0-16-16H164a4,4,0,0,0-4,4V208H144V32.41a16.43,16.43,0,0,0-6.16-13,16,16,0,0,0-18.72-.69L39.12,72A16,16,0,0,0,32,85.34V208H16.27A8.18,8.18,0,0,0,8,215.47,8,8,0,0,0,16,224H240a8,8,0,0,0,8-8.53A8.18,8.18,0,0,0,239.73,208ZM76,184a8,8,0,0,1-8.53,8A8.18,8.18,0,0,1,60,183.72V168.27A8.19,8.19,0,0,1,67.47,160,8,8,0,0,1,76,168Zm0-56a8,8,0,0,1-8.53,8A8.19,8.19,0,0,1,60,127.72V112.27A8.19,8.19,0,0,1,67.47,104,8,8,0,0,1,76,112Zm40,56a8,8,0,0,1-8.53,8,8.18,8.18,0,0,1-7.47-8.26V168.27a8.19,8.19,0,0,1,7.47-8.26,8,8,0,0,1,8.53,8Zm0-56a8,8,0,0,1-8.53,8,8.19,8.19,0,0,1-7.47-8.26V112.27a8.19,8.19,0,0,1,7.47-8.26,8,8,0,0,1,8.53,8Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,210H222V96a14,14,0,0,0-14-14H142V32a14,14,0,0,0-21.77-11.64l-80,53.33A14,14,0,0,0,34,85.34V210H16a6,6,0,0,0,0,12H240a6,6,0,0,0,0-12ZM208,94a2,2,0,0,1,2,2V210H142V94ZM46,85.34a2,2,0,0,1,.89-1.66l80-53.34A2,2,0,0,1,130,32V210H46ZM110,112v16a6,6,0,0,1-12,0V112a6,6,0,0,1,12,0Zm-32,0v16a6,6,0,0,1-12,0V112a6,6,0,0,1,12,0Zm0,56v16a6,6,0,0,1-12,0V168a6,6,0,0,1,12,0Zm32,0v16a6,6,0,0,1-12,0V168a6,6,0,0,1,12,0Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,208H224V96a16,16,0,0,0-16-16H144V32a16,16,0,0,0-24.88-13.32L39.12,72A16,16,0,0,0,32,85.34V208H16a8,8,0,0,0,0,16H240a8,8,0,0,0,0-16ZM208,96V208H144V96ZM48,85.34,128,32V208H48ZM112,112v16a8,8,0,0,1-16,0V112a8,8,0,1,1,16,0Zm-32,0v16a8,8,0,0,1-16,0V112a8,8,0,1,1,16,0Zm0,56v16a8,8,0,0,1-16,0V168a8,8,0,0,1,16,0Zm32,0v16a8,8,0,0,1-16,0V168a8,8,0,0,1,16,0Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,212H220V96a12,12,0,0,0-12-12H140V32a12,12,0,0,0-18.66-10l-80,53.33a12,12,0,0,0-5.34,10V212H16a4,4,0,0,0,0,8H240a4,4,0,0,0,0-8ZM208,92a4,4,0,0,1,4,4V212H140V92ZM44,85.34A4,4,0,0,1,45.78,82l80-53.33A4,4,0,0,1,132,32V212H44ZM108,112v16a4,4,0,0,1-8,0V112a4,4,0,0,1,8,0Zm-32,0v16a4,4,0,0,1-8,0V112a4,4,0,0,1,8,0Zm0,56v16a4,4,0,0,1-8,0V168a4,4,0,0,1,8,0Zm32,0v16a4,4,0,0,1-8,0V168a4,4,0,0,1,8,0Z"}))]]),i8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,52H182.42L170,33.34A12,12,0,0,0,160,28H96a12,12,0,0,0-10,5.34L73.57,52H48A28,28,0,0,0,20,80V192a28,28,0,0,0,28,28H208a28,28,0,0,0,28-28V80A28,28,0,0,0,208,52Zm4,140a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V80a4,4,0,0,1,4-4H80a12,12,0,0,0,10-5.34L102.42,52h51.15L166,70.66A12,12,0,0,0,176,76h32a4,4,0,0,1,4,4ZM128,84a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,84Zm0,72a24,24,0,1,1,24-24A24,24,0,0,1,128,156Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,64H176L160,40H96L80,64H48A16,16,0,0,0,32,80V192a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V80A16,16,0,0,0,208,64ZM128,168a36,36,0,1,1,36-36A36,36,0,0,1,128,168Z",opacity:"0.2"}),n.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm8,136a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H80a8,8,0,0,0,6.66-3.56L100.28,48h55.43l13.63,20.44A8,8,0,0,0,176,72h32a8,8,0,0,1,8,8ZM128,88a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,88Zm0,72a28,28,0,1,1,28-28A28,28,0,0,1,128,160Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm-44,76a36,36,0,1,1-36-36A36,36,0,0,1,164,132Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,58H179.21L165,36.67A6,6,0,0,0,160,34H96a6,6,0,0,0-5,2.67L76.78,58H48A22,22,0,0,0,26,80V192a22,22,0,0,0,22,22H208a22,22,0,0,0,22-22V80A22,22,0,0,0,208,58Zm10,134a10,10,0,0,1-10,10H48a10,10,0,0,1-10-10V80A10,10,0,0,1,48,70H80a6,6,0,0,0,5-2.67L99.21,46h57.57L171,67.33A6,6,0,0,0,176,70h32a10,10,0,0,1,10,10ZM128,90a42,42,0,1,0,42,42A42,42,0,0,0,128,90Zm0,72a30,30,0,1,1,30-30A30,30,0,0,1,128,162Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm8,136a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H80a8,8,0,0,0,6.66-3.56L100.28,48h55.43l13.63,20.44A8,8,0,0,0,176,72h32a8,8,0,0,1,8,8ZM128,88a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,88Zm0,72a28,28,0,1,1,28-28A28,28,0,0,1,128,160Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,60H178.13L163.32,37.78A4,4,0,0,0,160,36H96a4,4,0,0,0-3.32,1.78L77.85,60H48A20,20,0,0,0,28,80V192a20,20,0,0,0,20,20H208a20,20,0,0,0,20-20V80A20,20,0,0,0,208,60Zm12,132a12,12,0,0,1-12,12H48a12,12,0,0,1-12-12V80A12,12,0,0,1,48,68H80a4,4,0,0,0,3.33-1.78L98.13,44h59.72l14.82,22.22A4,4,0,0,0,176,68h32a12,12,0,0,1,12,12ZM128,92a40,40,0,1,0,40,40A40,40,0,0,0,128,92Zm0,72a32,32,0,1,1,32-32A32,32,0,0,1,128,164Z"}))]]),c8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216.49,104.49l-80,80a12,12,0,0,1-17,0l-80-80a12,12,0,0,1,17-17L128,159l71.51-71.52a12,12,0,0,1,17,17Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,96l-80,80L48,96Z",opacity:"0.2"}),n.createElement("path",{d:"M215.39,92.94A8,8,0,0,0,208,88H48a8,8,0,0,0-5.66,13.66l80,80a8,8,0,0,0,11.32,0l80-80A8,8,0,0,0,215.39,92.94ZM128,164.69,67.31,104H188.69Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,48,88H208a8,8,0,0,1,5.66,13.66Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M212.24,100.24l-80,80a6,6,0,0,1-8.48,0l-80-80a6,6,0,0,1,8.48-8.48L128,167.51l75.76-75.75a6,6,0,0,1,8.48,8.48Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M210.83,98.83l-80,80a4,4,0,0,1-5.66,0l-80-80a4,4,0,0,1,5.66-5.66L128,170.34l77.17-77.17a4,4,0,1,1,5.66,5.66Z"}))]]),l8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M168.49,199.51a12,12,0,0,1-17,17l-80-80a12,12,0,0,1,0-17l80-80a12,12,0,0,1,17,17L97,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M160,48V208L80,128Z",opacity:"0.2"}),n.createElement("path",{d:"M163.06,40.61a8,8,0,0,0-8.72,1.73l-80,80a8,8,0,0,0,0,11.32l80,80A8,8,0,0,0,168,208V48A8,8,0,0,0,163.06,40.61ZM152,188.69,91.31,128,152,67.31Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M168,48V208a8,8,0,0,1-13.66,5.66l-80-80a8,8,0,0,1,0-11.32l80-80A8,8,0,0,1,168,48Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M164.24,203.76a6,6,0,1,1-8.48,8.48l-80-80a6,6,0,0,1,0-8.48l80-80a6,6,0,0,1,8.48,8.48L88.49,128Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M165.66,202.34a8,8,0,0,1-11.32,11.32l-80-80a8,8,0,0,1,0-11.32l80-80a8,8,0,0,1,11.32,11.32L91.31,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M162.83,205.17a4,4,0,0,1-5.66,5.66l-80-80a4,4,0,0,1,0-5.66l80-80a4,4,0,1,1,5.66,5.66L85.66,128Z"}))]]),d8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M184.49,136.49l-80,80a12,12,0,0,1-17-17L159,128,87.51,56.49a12,12,0,1,1,17-17l80,80A12,12,0,0,1,184.49,136.49Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M176,128,96,208V48Z",opacity:"0.2"}),n.createElement("path",{d:"M181.66,122.34l-80-80A8,8,0,0,0,88,48V208a8,8,0,0,0,13.66,5.66l80-80A8,8,0,0,0,181.66,122.34ZM104,188.69V67.31L164.69,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M181.66,133.66l-80,80A8,8,0,0,1,88,208V48a8,8,0,0,1,13.66-5.66l80,80A8,8,0,0,1,181.66,133.66Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M180.24,132.24l-80,80a6,6,0,0,1-8.48-8.48L167.51,128,91.76,52.24a6,6,0,0,1,8.48-8.48l80,80A6,6,0,0,1,180.24,132.24Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M178.83,130.83l-80,80a4,4,0,0,1-5.66-5.66L170.34,128,93.17,50.83a4,4,0,0,1,5.66-5.66l80,80A4,4,0,0,1,178.83,130.83Z"}))]]),u8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216.49,168.49a12,12,0,0,1-17,0L128,97,56.49,168.49a12,12,0,0,1-17-17l80-80a12,12,0,0,1,17,0l80,80A12,12,0,0,1,216.49,168.49Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,160H48l80-80Z",opacity:"0.2"}),n.createElement("path",{d:"M213.66,154.34l-80-80a8,8,0,0,0-11.32,0l-80,80A8,8,0,0,0,48,168H208a8,8,0,0,0,5.66-13.66ZM67.31,152,128,91.31,188.69,152Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M215.39,163.06A8,8,0,0,1,208,168H48a8,8,0,0,1-5.66-13.66l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,215.39,163.06Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M212.24,164.24a6,6,0,0,1-8.48,0L128,88.49,52.24,164.24a6,6,0,0,1-8.48-8.48l80-80a6,6,0,0,1,8.48,0l80,80A6,6,0,0,1,212.24,164.24Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M213.66,165.66a8,8,0,0,1-11.32,0L128,91.31,53.66,165.66a8,8,0,0,1-11.32-11.32l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,213.66,165.66Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M210.83,162.83a4,4,0,0,1-5.66,0L128,85.66,50.83,162.83a4,4,0,0,1-5.66-5.66l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,210.83,162.83Z"}))]]),p8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M184.49,167.51a12,12,0,0,1,0,17l-48,48a12,12,0,0,1-17,0l-48-48a12,12,0,0,1,17-17L128,207l39.51-39.52A12,12,0,0,1,184.49,167.51Zm-96-79L128,49l39.51,39.52a12,12,0,0,0,17-17l-48-48a12,12,0,0,0-17,0l-48,48a12,12,0,0,0,17,17Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M80,176h96l-48,48ZM128,32,80,80h96Z",opacity:"0.2"}),n.createElement("path",{d:"M176,168H80a8,8,0,0,0-5.66,13.66l48,48a8,8,0,0,0,11.32,0l48-48A8,8,0,0,0,176,168Zm-48,44.69L99.31,184h57.38ZM80,88h96a8,8,0,0,0,5.66-13.66l-48-48a8,8,0,0,0-11.32,0l-48,48A8,8,0,0,0,80,88Zm48-44.69L156.69,72H99.31Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M72.61,83.06a8,8,0,0,1,1.73-8.72l48-48a8,8,0,0,1,11.32,0l48,48A8,8,0,0,1,176,88H80A8,8,0,0,1,72.61,83.06ZM176,168H80a8,8,0,0,0-5.66,13.66l48,48a8,8,0,0,0,11.32,0l48-48A8,8,0,0,0,176,168Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M180.24,171.76a6,6,0,0,1,0,8.48l-48,48a6,6,0,0,1-8.48,0l-48-48a6,6,0,0,1,8.48-8.48L128,215.51l43.76-43.75A6,6,0,0,1,180.24,171.76Zm-96-87.52L128,40.49l43.76,43.75a6,6,0,0,0,8.48-8.48l-48-48a6,6,0,0,0-8.48,0l-48,48a6,6,0,0,0,8.48,8.48Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M181.66,170.34a8,8,0,0,1,0,11.32l-48,48a8,8,0,0,1-11.32,0l-48-48a8,8,0,0,1,11.32-11.32L128,212.69l42.34-42.35A8,8,0,0,1,181.66,170.34Zm-96-84.68L128,43.31l42.34,42.35a8,8,0,0,0,11.32-11.32l-48-48a8,8,0,0,0-11.32,0l-48,48A8,8,0,0,0,85.66,85.66Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M178.83,173.17a4,4,0,0,1,0,5.66l-48,48a4,4,0,0,1-5.66,0l-48-48a4,4,0,0,1,5.66-5.66L128,218.34l45.17-45.17A4,4,0,0,1,178.83,173.17Zm-96-90.34L128,37.66l45.17,45.17a4,4,0,1,0,5.66-5.66l-48-48a4,4,0,0,0-5.66,0l-48,48a4,4,0,0,0,5.66,5.66Z"}))]]),h8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M232.49,80.49l-128,128a12,12,0,0,1-17,0l-56-56a12,12,0,1,1,17-17L96,183,215.51,63.51a12,12,0,0,1,17,17Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M232,56V200a16,16,0,0,1-16,16H40a16,16,0,0,1-16-16V56A16,16,0,0,1,40,40H216A16,16,0,0,1,232,56Z",opacity:"0.2"}),n.createElement("path",{d:"M205.66,85.66l-96,96a8,8,0,0,1-11.32,0l-40-40a8,8,0,0,1,11.32-11.32L104,164.69l90.34-90.35a8,8,0,0,1,11.32,11.32Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40ZM205.66,85.66l-96,96a8,8,0,0,1-11.32,0l-40-40a8,8,0,0,1,11.32-11.32L104,164.69l90.34-90.35a8,8,0,0,1,11.32,11.32Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M228.24,76.24l-128,128a6,6,0,0,1-8.48,0l-56-56a6,6,0,0,1,8.48-8.48L96,191.51,219.76,67.76a6,6,0,0,1,8.48,8.48Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M226.83,74.83l-128,128a4,4,0,0,1-5.66,0l-56-56a4,4,0,0,1,5.66-5.66L96,194.34,221.17,69.17a4,4,0,1,1,5.66,5.66Z"}))]]),f8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M176.49,95.51a12,12,0,0,1,0,17l-56,56a12,12,0,0,1-17,0l-24-24a12,12,0,1,1,17-17L112,143l47.51-47.52A12,12,0,0,1,176.49,95.51ZM236,128A108,108,0,1,1,128,20,108.12,108.12,0,0,1,236,128Zm-24,0a84,84,0,1,0-84,84A84.09,84.09,0,0,0,212,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M172.24,99.76a6,6,0,0,1,0,8.48l-56,56a6,6,0,0,1-8.48,0l-24-24a6,6,0,0,1,8.48-8.48L112,151.51l51.76-51.75A6,6,0,0,1,172.24,99.76ZM230,128A102,102,0,1,1,128,26,102.12,102.12,0,0,1,230,128Zm-12,0a90,90,0,1,0-90,90A90.1,90.1,0,0,0,218,128Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M170.83,101.17a4,4,0,0,1,0,5.66l-56,56a4,4,0,0,1-5.66,0l-24-24a4,4,0,0,1,5.66-5.66L112,154.34l53.17-53.17A4,4,0,0,1,170.83,101.17ZM228,128A100,100,0,1,1,128,28,100.11,100.11,0,0,1,228,128Zm-8,0a92,92,0,1,0-92,92A92.1,92.1,0,0,0,220,128Z"}))]]),m8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M152.41,88.56l-89.6,88a12,12,0,0,1-16.82,0L7.59,138.85a12,12,0,0,1,16.82-17.13l30,29.46,81.19-79.74a12,12,0,0,1,16.82,17.12Zm96.15-17a12,12,0,0,0-17-.15L150.4,151.18l-7.88-7.74a12,12,0,0,0-16.82,17.12l16.29,16a12,12,0,0,0,16.82,0l89.6-88A12,12,0,0,0,248.56,71.59Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,64V192a16,16,0,0,1-16,16H32a16,16,0,0,1-16-16V64A16,16,0,0,1,32,48H224A16,16,0,0,1,240,64Z",opacity:"0.2"}),n.createElement("path",{d:"M149.61,85.71l-89.6,88a8,8,0,0,1-11.22,0L10.39,136a8,8,0,1,1,11.22-11.41L54.4,156.79l84-82.5a8,8,0,1,1,11.22,11.42Zm96.1-11.32a8,8,0,0,0-11.32-.1l-84,82.5-18.83-18.5a8,8,0,0,0-11.21,11.42l24.43,24a8,8,0,0,0,11.22,0l89.6-88A8,8,0,0,0,245.71,74.39Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,48H32A16,16,0,0,0,16,64V192a16,16,0,0,0,16,16H224a16,16,0,0,0,16-16V64A16,16,0,0,0,224,48ZM72,168a8,8,0,0,1-5.66-2.34l-24-24a8,8,0,0,1,11.32-11.32L72,148.69l58.34-58.35a8,8,0,0,1,11.32,11.32l-64,64A8,8,0,0,1,72,168Zm141.66-66.34-64,64a8,8,0,0,1-11.32,0l-16-16a8,8,0,0,1,11.32-11.32L144,148.69l58.34-58.35a8,8,0,0,1,11.32,11.32Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M148.2,84.28l-89.6,88a6,6,0,0,1-8.4,0L11.8,134.57A6,6,0,1,1,20.2,126l34.2,33.58,85.4-83.87a6,6,0,1,1,8.4,8.56Zm96.08-8.48a6,6,0,0,0-8.48-.08l-85.4,83.87-20.23-19.87a6,6,0,1,0-8.41,8.56l24.44,24a6,6,0,0,0,8.4,0l89.6-88A6,6,0,0,0,244.28,75.8Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M149.61,85.71l-89.6,88a8,8,0,0,1-11.22,0L10.39,136a8,8,0,1,1,11.22-11.41L54.4,156.79l84-82.5a8,8,0,1,1,11.22,11.42Zm96.1-11.32a8,8,0,0,0-11.32-.1l-84,82.5-18.83-18.5a8,8,0,0,0-11.21,11.42l24.43,24a8,8,0,0,0,11.22,0l89.6-88A8,8,0,0,0,245.71,74.39Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M146.8,82.85l-89.6,88a4,4,0,0,1-5.6,0L13.2,133.14a4,4,0,0,1,5.6-5.71l35.6,35,86.8-85.24a4,4,0,0,1,5.6,5.7Zm96-5.65a4,4,0,0,0-5.65,0l-86.8,85.24-21.63-21.24a4,4,0,1,0-5.61,5.7l24.44,24a4,4,0,0,0,5.6,0l89.6-88A4,4,0,0,0,242.85,77.2Z"}))]]),g8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,20A108,108,0,1,0,236,128,108.12,108.12,0,0,0,128,20Zm0,192a84,84,0,1,1,84-84A84.09,84.09,0,0,1,128,212Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M232,128A104,104,0,1,1,128,24,104.13,104.13,0,0,1,232,128Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,26A102,102,0,1,0,230,128,102.12,102.12,0,0,0,128,26Zm0,192a90,90,0,1,1,90-90A90.1,90.1,0,0,1,128,218Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,28A100,100,0,1,0,228,128,100.11,100.11,0,0,0,128,28Zm0,192a92,92,0,1,1,92-92A92.1,92.1,0,0,1,128,220Z"}))]]),v8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M236,128a108,108,0,0,1-216,0c0-42.52,24.73-81.34,63-98.9A12,12,0,1,1,93,50.91C63.24,64.57,44,94.83,44,128a84,84,0,0,0,168,0c0-33.17-19.24-63.43-49-77.09A12,12,0,1,1,173,29.1C211.27,46.66,236,85.48,236,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M232,128a104,104,0,0,1-208,0c0-41,23.81-78.36,60.66-95.27a8,8,0,0,1,6.68,14.54C60.15,61.59,40,93.27,40,128a88,88,0,0,0,176,0c0-34.73-20.15-66.41-51.34-80.73a8,8,0,0,1,6.68-14.54C208.19,49.64,232,87,232,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,176A72,72,0,0,1,92,65.64a8,8,0,0,1,8,13.85,56,56,0,1,0,56,0,8,8,0,0,1,8-13.85A72,72,0,0,1,128,200Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M230,128a102,102,0,0,1-204,0c0-40.18,23.35-76.86,59.5-93.45a6,6,0,0,1,5,10.9C58.61,60.09,38,92.49,38,128a90,90,0,0,0,180,0c0-35.51-20.61-67.91-52.5-82.55a6,6,0,0,1,5-10.9C206.65,51.14,230,87.82,230,128Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M232,128a104,104,0,0,1-208,0c0-41,23.81-78.36,60.66-95.27a8,8,0,0,1,6.68,14.54C60.15,61.59,40,93.27,40,128a88,88,0,0,0,176,0c0-34.73-20.15-66.41-51.34-80.73a8,8,0,0,1,6.68-14.54C208.19,49.64,232,87,232,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M228,128a100,100,0,0,1-200,0c0-39.4,22.9-75.37,58.33-91.63a4,4,0,1,1,3.34,7.27C57.07,58.6,36,91.71,36,128a92,92,0,0,0,184,0c0-36.29-21.07-69.4-53.67-84.36a4,4,0,1,1,3.34-7.27C205.1,52.63,228,88.6,228,128Z"}))]]),x8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,28H88A12,12,0,0,0,76,40V76H40A12,12,0,0,0,28,88V216a12,12,0,0,0,12,12H168a12,12,0,0,0,12-12V180h36a12,12,0,0,0,12-12V40A12,12,0,0,0,216,28ZM156,204H52V100H156Zm48-48H180V88a12,12,0,0,0-12-12H100V52H204Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,40V168H168V88H88V40Z",opacity:"0.2"}),n.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32Zm-8,128H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,34H88a6,6,0,0,0-6,6V82H40a6,6,0,0,0-6,6V216a6,6,0,0,0,6,6H168a6,6,0,0,0,6-6V174h42a6,6,0,0,0,6-6V40A6,6,0,0,0,216,34ZM162,210H46V94H162Zm48-48H174V88a6,6,0,0,0-6-6H94V46H210Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,36H88a4,4,0,0,0-4,4V84H40a4,4,0,0,0-4,4V216a4,4,0,0,0,4,4H168a4,4,0,0,0,4-4V172h44a4,4,0,0,0,4-4V40A4,4,0,0,0,216,36ZM164,212H44V92H164Zm48-48H172V88a4,4,0,0,0-4-4H92V44H212Z"}))]]),b8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M176,12H80A28,28,0,0,0,52,40V216a28,28,0,0,0,28,28h96a28,28,0,0,0,28-28V40A28,28,0,0,0,176,12ZM76,76H180V180H76Zm4-40h96a4,4,0,0,1,4,4V52H76V40A4,4,0,0,1,80,36Zm96,184H80a4,4,0,0,1-4-4V204H180v12A4,4,0,0,1,176,220Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M192,56V200H64V56Z",opacity:"0.2"}),n.createElement("path",{d:"M176,16H80A24,24,0,0,0,56,40V216a24,24,0,0,0,24,24h96a24,24,0,0,0,24-24V40A24,24,0,0,0,176,16ZM72,64H184V192H72Zm8-32h96a8,8,0,0,1,8,8v8H72V40A8,8,0,0,1,80,32Zm96,192H80a8,8,0,0,1-8-8v-8H184v8A8,8,0,0,1,176,224Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M176,16H80A24,24,0,0,0,56,40V216a24,24,0,0,0,24,24h96a24,24,0,0,0,24-24V40A24,24,0,0,0,176,16ZM80,32h96a8,8,0,0,1,8,8v8H72V40A8,8,0,0,1,80,32Zm96,192H80a8,8,0,0,1-8-8v-8H184v8A8,8,0,0,1,176,224Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M176,18H80A22,22,0,0,0,58,40V216a22,22,0,0,0,22,22h96a22,22,0,0,0,22-22V40A22,22,0,0,0,176,18ZM70,62H186V194H70ZM80,30h96a10,10,0,0,1,10,10V50H70V40A10,10,0,0,1,80,30Zm96,196H80a10,10,0,0,1-10-10V206H186v10A10,10,0,0,1,176,226Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M176,16H80A24,24,0,0,0,56,40V216a24,24,0,0,0,24,24h96a24,24,0,0,0,24-24V40A24,24,0,0,0,176,16ZM72,64H184V192H72Zm8-32h96a8,8,0,0,1,8,8v8H72V40A8,8,0,0,1,80,32Zm96,192H80a8,8,0,0,1-8-8v-8H184v8A8,8,0,0,1,176,224Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M176,20H80A20,20,0,0,0,60,40V216a20,20,0,0,0,20,20h96a20,20,0,0,0,20-20V40A20,20,0,0,0,176,20ZM68,60H188V196H68ZM80,28h96a12,12,0,0,1,12,12V52H68V40A12,12,0,0,1,80,28Zm96,200H80a12,12,0,0,1-12-12V204H188v12A12,12,0,0,1,176,228Z"}))]]),w8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M144,128a16,16,0,1,1-16-16A16,16,0,0,1,144,128ZM60,112a16,16,0,1,0,16,16A16,16,0,0,0,60,112Zm136,0a16,16,0,1,0,16,16A16,16,0,0,0,196,112Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,96v64a16,16,0,0,1-16,16H32a16,16,0,0,1-16-16V96A16,16,0,0,1,32,80H224A16,16,0,0,1,240,96Z",opacity:"0.2"}),n.createElement("path",{d:"M140,128a12,12,0,1,1-12-12A12,12,0,0,1,140,128Zm56-12a12,12,0,1,0,12,12A12,12,0,0,0,196,116ZM60,116a12,12,0,1,0,12,12A12,12,0,0,0,60,116Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H224a16,16,0,0,0,16-16V96A16,16,0,0,0,224,80ZM60,140a12,12,0,1,1,12-12A12,12,0,0,1,60,140Zm68,0a12,12,0,1,1,12-12A12,12,0,0,1,128,140Zm68,0a12,12,0,1,1,12-12A12,12,0,0,1,196,140Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M138,128a10,10,0,1,1-10-10A10,10,0,0,1,138,128ZM60,118a10,10,0,1,0,10,10A10,10,0,0,0,60,118Zm136,0a10,10,0,1,0,10,10A10,10,0,0,0,196,118Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M140,128a12,12,0,1,1-12-12A12,12,0,0,1,140,128Zm56-12a12,12,0,1,0,12,12A12,12,0,0,0,196,116ZM60,116a12,12,0,1,0,12,12A12,12,0,0,0,60,116Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M136,128a8,8,0,1,1-8-8A8,8,0,0,1,136,128Zm-76-8a8,8,0,1,0,8,8A8,8,0,0,0,60,120Zm136,0a8,8,0,1,0,8,8A8,8,0,0,0,196,120Z"}))]]),y8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M228,144v64a12,12,0,0,1-12,12H40a12,12,0,0,1-12-12V144a12,12,0,0,1,24,0v52H204V144a12,12,0,0,1,24,0Zm-108.49,8.49a12,12,0,0,0,17,0l40-40a12,12,0,0,0-17-17L140,115V32a12,12,0,0,0-24,0v83L96.49,95.51a12,12,0,0,0-17,17Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,48V208H40V48A16,16,0,0,1,56,32H200A16,16,0,0,1,216,48Z",opacity:"0.2"}),n.createElement("path",{d:"M224,144v64a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V144a8,8,0,0,1,16,0v56H208V144a8,8,0,0,1,16,0Zm-101.66,5.66a8,8,0,0,0,11.32,0l40-40a8,8,0,0,0-11.32-11.32L136,124.69V32a8,8,0,0,0-16,0v92.69L93.66,98.34a8,8,0,0,0-11.32,11.32Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,144v64a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V144a8,8,0,0,1,16,0v56H208V144a8,8,0,0,1,16,0Zm-101.66,5.66a8,8,0,0,0,11.32,0l40-40A8,8,0,0,0,168,96H136V32a8,8,0,0,0-16,0V96H88a8,8,0,0,0-5.66,13.66Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M222,144v64a6,6,0,0,1-6,6H40a6,6,0,0,1-6-6V144a6,6,0,0,1,12,0v58H210V144a6,6,0,0,1,12,0Zm-98.24,4.24a6,6,0,0,0,8.48,0l40-40a6,6,0,0,0-8.48-8.48L134,129.51V32a6,6,0,0,0-12,0v97.51L92.24,99.76a6,6,0,0,0-8.48,8.48Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,144v64a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V144a8,8,0,0,1,16,0v56H208V144a8,8,0,0,1,16,0Zm-101.66,5.66a8,8,0,0,0,11.32,0l40-40a8,8,0,0,0-11.32-11.32L136,124.69V32a8,8,0,0,0-16,0v92.69L93.66,98.34a8,8,0,0,0-11.32,11.32Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M220,144v64a4,4,0,0,1-4,4H40a4,4,0,0,1-4-4V144a4,4,0,0,1,8,0v60H212V144a4,4,0,0,1,8,0Zm-94.83,2.83a4,4,0,0,0,5.66,0l40-40a4,4,0,1,0-5.66-5.66L132,134.34V32a4,4,0,0,0-8,0V134.34L90.83,101.17a4,4,0,0,0-5.66,5.66Z"}))]]),j8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,44H32A12,12,0,0,0,20,56V192a20,20,0,0,0,20,20H216a20,20,0,0,0,20-20V56A12,12,0,0,0,224,44ZM193.15,68,128,127.72,62.85,68ZM44,188V83.28l75.89,69.57a12,12,0,0,0,16.22,0L212,83.28V188Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,56l-96,88L32,56Z",opacity:"0.2"}),n.createElement("path",{d:"M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48ZM203.43,64,128,133.15,52.57,64ZM216,192H40V74.19l82.59,75.71a8,8,0,0,0,10.82,0L216,74.19V192Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48Zm-8,144H40V74.19l82.59,75.71a8,8,0,0,0,10.82,0L216,74.19V192Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,50H32a6,6,0,0,0-6,6V192a14,14,0,0,0,14,14H216a14,14,0,0,0,14-14V56A6,6,0,0,0,224,50ZM208.58,62,128,135.86,47.42,62ZM216,194H40a2,2,0,0,1-2-2V69.64l86,78.78a6,6,0,0,0,8.1,0L218,69.64V192A2,2,0,0,1,216,194Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48ZM203.43,64,128,133.15,52.57,64ZM216,192H40V74.19l82.59,75.71a8,8,0,0,0,10.82,0L216,74.19V192Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,52H32a4,4,0,0,0-4,4V192a12,12,0,0,0,12,12H216a12,12,0,0,0,12-12V56A4,4,0,0,0,224,52Zm-10.28,8L128,138.57,42.28,60ZM216,196H40a4,4,0,0,1-4-4V65.09L125.3,147a4,4,0,0,0,5.4,0L220,65.09V192A4,4,0,0,1,216,196Z"}))]]),_8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M251,123.13c-.37-.81-9.13-20.26-28.48-39.61C196.63,57.67,164,44,128,44S59.37,57.67,33.51,83.52C14.16,102.87,5.4,122.32,5,123.13a12.08,12.08,0,0,0,0,9.75c.37.82,9.13,20.26,28.49,39.61C59.37,198.34,92,212,128,212s68.63-13.66,94.48-39.51c19.36-19.35,28.12-38.79,28.49-39.61A12.08,12.08,0,0,0,251,123.13Zm-46.06,33C183.47,177.27,157.59,188,128,188s-55.47-10.73-76.91-31.88A130.36,130.36,0,0,1,29.52,128,130.45,130.45,0,0,1,51.09,99.89C72.54,78.73,98.41,68,128,68s55.46,10.73,76.91,31.89A130.36,130.36,0,0,1,226.48,128,130.45,130.45,0,0,1,204.91,156.12ZM128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,64a20,20,0,1,1,20-20A20,20,0,0,1,128,148Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,56C48,56,16,128,16,128s32,72,112,72,112-72,112-72S208,56,128,56Zm0,112a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),n.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.47,133.47,0,0,1,25,128,133.33,133.33,0,0,1,48.07,97.25C70.33,75.19,97.22,64,128,64s57.67,11.19,79.93,33.25A133.46,133.46,0,0,1,231.05,128C223.84,141.46,192.43,192,128,192Zm0-112a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M245.48,125.57c-.34-.78-8.66-19.23-27.24-37.81C201,70.54,171.38,50,128,50S55,70.54,37.76,87.76c-18.58,18.58-26.9,37-27.24,37.81a6,6,0,0,0,0,4.88c.34.77,8.66,19.22,27.24,37.8C55,185.47,84.62,206,128,206s73-20.53,90.24-37.75c18.58-18.58,26.9-37,27.24-37.8A6,6,0,0,0,245.48,125.57ZM128,194c-31.38,0-58.78-11.42-81.45-33.93A134.77,134.77,0,0,1,22.69,128,134.56,134.56,0,0,1,46.55,95.94C69.22,73.42,96.62,62,128,62s58.78,11.42,81.45,33.94A134.56,134.56,0,0,1,233.31,128C226.94,140.21,195,194,128,194Zm0-112a46,46,0,1,0,46,46A46.06,46.06,0,0,0,128,82Zm0,80a34,34,0,1,1,34-34A34,34,0,0,1,128,162Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.47,133.47,0,0,1,25,128,133.33,133.33,0,0,1,48.07,97.25C70.33,75.19,97.22,64,128,64s57.67,11.19,79.93,33.25A133.46,133.46,0,0,1,231.05,128C223.84,141.46,192.43,192,128,192Zm0-112a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M243.66,126.38c-.34-.76-8.52-18.89-26.83-37.2C199.87,72.22,170.7,52,128,52S56.13,72.22,39.17,89.18c-18.31,18.31-26.49,36.44-26.83,37.2a4.08,4.08,0,0,0,0,3.25c.34.77,8.52,18.89,26.83,37.2,17,17,46.14,37.17,88.83,37.17s71.87-20.21,88.83-37.17c18.31-18.31,26.49-36.43,26.83-37.2A4.08,4.08,0,0,0,243.66,126.38Zm-32.7,35c-23.07,23-51,34.62-83,34.62s-59.89-11.65-83-34.62A135.71,135.71,0,0,1,20.44,128,135.69,135.69,0,0,1,45,94.62C68.11,71.65,96,60,128,60s59.89,11.65,83,34.62A135.79,135.79,0,0,1,235.56,128,135.71,135.71,0,0,1,211,161.38ZM128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,80a36,36,0,1,1,36-36A36,36,0,0,1,128,164Z"}))]]),k8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M56.88,31.93A12,12,0,1,0,39.12,48.07l16,17.65C20.67,88.66,5.72,121.58,5,123.13a12.08,12.08,0,0,0,0,9.75c.37.82,9.13,20.26,28.49,39.61C59.37,198.34,92,212,128,212a131.34,131.34,0,0,0,51-10l20.09,22.1a12,12,0,0,0,17.76-16.14ZM128,188c-29.59,0-55.47-10.73-76.91-31.88A130.69,130.69,0,0,1,29.52,128c5.27-9.31,18.79-29.9,42-44.29l90.09,99.11A109.33,109.33,0,0,1,128,188Zm123-55.12c-.36.81-9,20-28,39.16a12,12,0,1,1-17-16.9A130.48,130.48,0,0,0,226.48,128a130.36,130.36,0,0,0-21.57-28.12C183.46,78.73,157.59,68,128,68c-3.35,0-6.7.14-10,.42a12,12,0,1,1-2-23.91c3.93-.34,8-.51,12-.51,36,0,68.63,13.67,94.49,39.52,19.35,19.35,28.11,38.8,28.48,39.61A12.08,12.08,0,0,1,251,132.88Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,56C48,56,16,128,16,128s32,72,112,72,112-72,112-72S208,56,128,56Zm0,112a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),n.createElement("path",{d:"M53.92,34.62A8,8,0,1,0,42.08,45.38L61.32,66.55C25,88.84,9.38,123.2,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208a127.11,127.11,0,0,0,52.07-10.83l22,24.21a8,8,0,1,0,11.84-10.76Zm47.33,75.84,41.67,45.85a32,32,0,0,1-41.67-45.85ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.16,133.16,0,0,1,25,128c4.69-8.79,19.66-33.39,47.35-49.38l18,19.75a48,48,0,0,0,63.66,70l14.73,16.2A112,112,0,0,1,128,192Zm6-95.43a8,8,0,0,1,3-15.72,48.16,48.16,0,0,1,38.77,42.64,8,8,0,0,1-7.22,8.71,6.39,6.39,0,0,1-.75,0,8,8,0,0,1-8-7.26A32.09,32.09,0,0,0,134,96.57Zm113.28,34.69c-.42.94-10.55,23.37-33.36,43.8a8,8,0,1,1-10.67-11.92A132.77,132.77,0,0,0,231.05,128a133.15,133.15,0,0,0-23.12-30.77C185.67,75.19,158.78,64,128,64a118.37,118.37,0,0,0-19.36,1.57A8,8,0,1,1,106,49.79,134,134,0,0,1,128,48c34.88,0,66.57,13.26,91.66,38.35,18.83,18.83,27.3,37.62,27.65,38.41A8,8,0,0,1,247.31,131.26Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M96.68,57.87a4,4,0,0,1,2.08-6.6A130.13,130.13,0,0,1,128,48c34.88,0,66.57,13.26,91.66,38.35,18.83,18.83,27.3,37.62,27.65,38.41a8,8,0,0,1,0,6.5c-.35.79-8.82,19.57-27.65,38.4q-4.28,4.26-8.79,8.07a4,4,0,0,1-5.55-.36ZM213.92,210.62a8,8,0,1,1-11.84,10.76L180,197.13A127.21,127.21,0,0,1,128,208c-34.88,0-66.57-13.26-91.66-38.34C17.51,150.83,9,132.05,8.69,131.26a8,8,0,0,1,0-6.5C9,124,17.51,105.18,36.34,86.35a135,135,0,0,1,25-19.78L42.08,45.38A8,8,0,1,1,53.92,34.62Zm-65.49-48.25-52.69-58a40,40,0,0,0,52.69,58Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M52.44,36A6,6,0,0,0,43.56,44L64.44,67c-37.28,21.9-53.23,57-53.92,58.57a6,6,0,0,0,0,4.88c.34.77,8.66,19.22,27.24,37.8C55,185.47,84.62,206,128,206a124.91,124.91,0,0,0,52.57-11.25l23,25.29a6,6,0,0,0,8.88-8.08Zm48.62,71.32,45,49.52a34,34,0,0,1-45-49.52ZM128,194c-31.38,0-58.78-11.42-81.45-33.93A134.57,134.57,0,0,1,22.69,128c4.29-8.2,20.1-35.18,50-51.91L92.89,98.3a46,46,0,0,0,61.35,67.48l17.81,19.6A113.47,113.47,0,0,1,128,194Zm6.4-99.4a6,6,0,0,1,2.25-11.79,46.17,46.17,0,0,1,37.15,40.87,6,6,0,0,1-5.42,6.53l-.56,0a6,6,0,0,1-6-5.45A34.1,34.1,0,0,0,134.4,94.6Zm111.08,35.85c-.41.92-10.37,23-32.86,43.12a6,6,0,1,1-8-8.94A134.07,134.07,0,0,0,233.31,128a134.67,134.67,0,0,0-23.86-32.07C186.78,73.42,159.38,62,128,62a120.19,120.19,0,0,0-19.69,1.6,6,6,0,1,1-2-11.83A131.12,131.12,0,0,1,128,50c43.38,0,73,20.54,90.24,37.76,18.58,18.58,26.9,37,27.24,37.81A6,6,0,0,1,245.48,130.45Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M53.92,34.62A8,8,0,1,0,42.08,45.38L61.32,66.55C25,88.84,9.38,123.2,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208a127.11,127.11,0,0,0,52.07-10.83l22,24.21a8,8,0,1,0,11.84-10.76Zm47.33,75.84,41.67,45.85a32,32,0,0,1-41.67-45.85ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.16,133.16,0,0,1,25,128c4.69-8.79,19.66-33.39,47.35-49.38l18,19.75a48,48,0,0,0,63.66,70l14.73,16.2A112,112,0,0,1,128,192Zm6-95.43a8,8,0,0,1,3-15.72,48.16,48.16,0,0,1,38.77,42.64,8,8,0,0,1-7.22,8.71,6.39,6.39,0,0,1-.75,0,8,8,0,0,1-8-7.26A32.09,32.09,0,0,0,134,96.57Zm113.28,34.69c-.42.94-10.55,23.37-33.36,43.8a8,8,0,1,1-10.67-11.92A132.77,132.77,0,0,0,231.05,128a133.15,133.15,0,0,0-23.12-30.77C185.67,75.19,158.78,64,128,64a118.37,118.37,0,0,0-19.36,1.57A8,8,0,1,1,106,49.79,134,134,0,0,1,128,48c34.88,0,66.57,13.26,91.66,38.35,18.83,18.83,27.3,37.62,27.65,38.41A8,8,0,0,1,247.31,131.26Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M51,37.31A4,4,0,0,0,45,42.69L67.59,67.5C29.34,89,13,124.81,12.34,126.38a4.08,4.08,0,0,0,0,3.25c.34.77,8.52,18.89,26.83,37.2,17,17,46.14,37.17,88.83,37.17a122.59,122.59,0,0,0,53.06-11.69l24,26.38a4,4,0,1,0,5.92-5.38ZM149.1,157.16A36,36,0,0,1,101,104.22ZM128,196c-32,0-59.89-11.65-83-34.62A135.81,135.81,0,0,1,20.44,128c3.65-7.23,20.09-36.81,52.68-54.43l22.45,24.7a44,44,0,0,0,59,64.83l20.89,23A114.94,114.94,0,0,1,128,196Zm6.78-103.36a4,4,0,0,1,1.49-7.86,44.15,44.15,0,0,1,35.54,39.09,4,4,0,0,1-3.61,4.35l-.38,0a4,4,0,0,1-4-3.63A36.1,36.1,0,0,0,134.78,92.64Zm108.88,37c-.41.91-10.2,22.58-32.38,42.45a4,4,0,0,1-2.67,1,4,4,0,0,1-2.67-7A136.71,136.71,0,0,0,235.56,128,136.07,136.07,0,0,0,211,94.62C187.89,71.65,160,60,128,60a122,122,0,0,0-20,1.63,4,4,0,0,1-1.32-7.89A129.3,129.3,0,0,1,128,52c42.7,0,71.87,20.22,88.83,37.18,18.31,18.31,26.49,36.44,26.83,37.2A4.08,4.08,0,0,1,243.66,129.63Z"}))]]),C8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M160,128a224.48,224.48,0,0,1-26.37,105.54,12,12,0,1,1-21.16-11.32A200.33,200.33,0,0,0,136,128a8,8,0,0,0-16,0,12,12,0,0,1-24,0,32,32,0,0,1,64,0ZM128,56a12,12,0,1,0,0,24,48.05,48.05,0,0,1,48,48c0,7.62-.36,15.32-1.07,22.87A12,12,0,0,0,185.74,164c.38,0,.76,0,1.14,0a12,12,0,0,0,11.93-10.87c.79-8.3,1.18-16.76,1.18-25.13A72.08,72.08,0,0,0,128,56ZM96,92.23A12,12,0,0,0,80,74.35,72.1,72.1,0,0,0,56,128a120.11,120.11,0,0,1-15.12,58.37,12,12,0,0,0,21,11.69A144.14,144.14,0,0,0,80,128,48.08,48.08,0,0,1,96,92.23Zm10.1,64.1a12,12,0,0,0-14.46,8.9,158.61,158.61,0,0,1-18.88,45.86,12,12,0,0,0,20.5,12.48A182.86,182.86,0,0,0,115,170.79,12,12,0,0,0,106.1,156.33Zm76.73,24.07A12,12,0,0,0,168.19,189a241.5,241.5,0,0,1-8,24.87,12,12,0,0,0,6.91,15.49,11.76,11.76,0,0,0,4.29.8,12,12,0,0,0,11.21-7.71,260.2,260.2,0,0,0,8.79-27.37A12,12,0,0,0,182.83,180.4ZM128,16A112.12,112.12,0,0,0,16,127.44c0,.19,0,.38,0,.57a79.81,79.81,0,0,1-5,27.82,12,12,0,1,0,22.5,8.35A103.59,103.59,0,0,0,40,128.58c0-.19,0-.38,0-.57a88,88,0,0,1,176-.5c0,.16,0,.33,0,.5a282.12,282.12,0,0,1-6.74,61.38,12,12,0,0,0,9.09,14.33A11.84,11.84,0,0,0,221,204a12,12,0,0,0,11.7-9.38A305.87,305.87,0,0,0,240,128.55c0-.18,0-.36,0-.54A112.13,112.13,0,0,0,128,16Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M72,128a134.63,134.63,0,0,1-14.16,60.47,8,8,0,1,1-14.32-7.12A118.8,118.8,0,0,0,56,128,71.73,71.73,0,0,1,83,71.8,8,8,0,1,1,93,84.29,55.76,55.76,0,0,0,72,128Zm56-8a8,8,0,0,0-8,8,184.12,184.12,0,0,1-23,89.1,8,8,0,0,0,14,7.76A200.19,200.19,0,0,0,136,128,8,8,0,0,0,128,120Zm0-32a40,40,0,0,0-40,40,8,8,0,0,0,16,0,24,24,0,0,1,48,0,214.09,214.09,0,0,1-20.51,92A8,8,0,1,0,146,226.83,230,230,0,0,0,168,128,40,40,0,0,0,128,88Zm0-64A104.11,104.11,0,0,0,24,128a87.76,87.76,0,0,1-5,29.33,8,8,0,0,0,15.09,5.33A103.9,103.9,0,0,0,40,128a88,88,0,0,1,176,0,282.24,282.24,0,0,1-5.29,54.45,8,8,0,0,0,6.3,9.4,8.22,8.22,0,0,0,1.55.15,8,8,0,0,0,7.84-6.45A298.37,298.37,0,0,0,232,128,104.12,104.12,0,0,0,128,24ZM94.4,152.17A8,8,0,0,0,85,158.42a151,151,0,0,1-17.21,45.44,8,8,0,0,0,13.86,8,166.67,166.67,0,0,0,19-50.25A8,8,0,0,0,94.4,152.17ZM128,56a72.85,72.85,0,0,0-9,.56,8,8,0,0,0,2,15.87A56.08,56.08,0,0,1,184,128a252.12,252.12,0,0,1-1.92,31A8,8,0,0,0,189,168a8.39,8.39,0,0,0,1,.06,8,8,0,0,0,7.92-7,266.48,266.48,0,0,0,2-33A72.08,72.08,0,0,0,128,56Zm57.93,128.25a8,8,0,0,0-9.75,5.75c-1.46,5.69-3.15,11.4-5,17a8,8,0,0,0,5,10.13,7.88,7.88,0,0,0,2.55.42,8,8,0,0,0,7.58-5.46c2-5.92,3.79-12,5.35-18.05A8,8,0,0,0,185.94,184.26Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M126.42,24C70.73,24.85,25.21,70.09,24,125.81a103.53,103.53,0,0,0,13.52,53.54,4,4,0,0,0,7.1-.3,119.35,119.35,0,0,0,11.37-51A71.77,71.77,0,0,1,83,71.83a8,8,0,1,1,9.86,12.61A55.82,55.82,0,0,0,72,128.07a135.28,135.28,0,0,1-18.45,68.35,4,4,0,0,0,.61,4.85c2,2,4.09,4,6.25,5.82a4,4,0,0,0,6-1A151.18,151.18,0,0,0,85,158.49a8,8,0,1,1,15.68,3.19,167.33,167.33,0,0,1-21.07,53.64,4,4,0,0,0,1.6,5.63c2.47,1.25,5,2.41,7.57,3.47a4,4,0,0,0,5-1.61A183,183,0,0,0,120,128.28a8.16,8.16,0,0,1,7.44-8.21,8,8,0,0,1,8.56,8,198.94,198.94,0,0,1-25.21,97.16,4,4,0,0,0,2.95,5.92q4.55.63,9.21.86a4,4,0,0,0,3.67-2.1A214.88,214.88,0,0,0,152,128.8c.05-13.25-10.3-24.49-23.54-24.74A24,24,0,0,0,104,128a8.1,8.1,0,0,1-7.29,8,8,8,0,0,1-8.71-8,40,40,0,0,1,40.42-40c22,.23,39.68,19.17,39.57,41.16a231.37,231.37,0,0,1-20.52,94.57,4,4,0,0,0,4.62,5.51,103.49,103.49,0,0,0,10.26-3,4,4,0,0,0,2.35-2.22,243.76,243.76,0,0,0,11.48-34,8,8,0,1,1,15.5,4q-1.12,4.37-2.4,8.7a4,4,0,0,0,6.46,4.17A104,104,0,0,0,126.42,24ZM198,161.08a8,8,0,0,1-7.92,7,8.39,8.39,0,0,1-1-.06,8,8,0,0,1-6.95-8.93,252.57,252.57,0,0,0,1.92-31,56.08,56.08,0,0,0-56-56,56.78,56.78,0,0,0-7,.43,8,8,0,0,1-2-15.89,72.1,72.1,0,0,1,81,71.49A266.93,266.93,0,0,1,198,161.08Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M70,128a132.68,132.68,0,0,1-14,59.58,6,6,0,0,1-5.38,3.33,6,6,0,0,1-5.36-8.67A120.74,120.74,0,0,0,58,128,69.72,69.72,0,0,1,84.25,73.36a6,6,0,0,1,7.51,9.37A57.73,57.73,0,0,0,70,128Zm58-6a6,6,0,0,0-6,6,186.07,186.07,0,0,1-23.23,90.07,6,6,0,0,0,10.5,5.82A198.14,198.14,0,0,0,134,128,6,6,0,0,0,128,122Zm0-32a38,38,0,0,0-38,38,6,6,0,0,0,12,0,26,26,0,0,1,52,0,216.06,216.06,0,0,1-20.71,92.85A6,6,0,1,0,144.16,226,227.94,227.94,0,0,0,166,128,38,38,0,0,0,128,90Zm0-64A102.11,102.11,0,0,0,26,128a90,90,0,0,1-5.12,30,6,6,0,1,0,11.31,4A101.83,101.83,0,0,0,38,128a90,90,0,0,1,180,0,284.7,284.7,0,0,1-5.33,54.84,6,6,0,0,0,4.72,7.05,6.8,6.8,0,0,0,1.17.11,6,6,0,0,0,5.88-4.84A295.92,295.92,0,0,0,230,128,102.12,102.12,0,0,0,128,26ZM94,154.13a6,6,0,0,0-7.07,4.69,152.82,152.82,0,0,1-17.44,46,6,6,0,0,0,10.4,6,164.77,164.77,0,0,0,18.8-49.65A6,6,0,0,0,94,154.13ZM128,58a70.76,70.76,0,0,0-8.75.54,6,6,0,1,0,1.49,11.91A58,58,0,0,1,186,128a252.27,252.27,0,0,1-1.94,31.26,6,6,0,0,0,5.21,6.69,6.59,6.59,0,0,0,.75,0,6,6,0,0,0,5.95-5.26A266.46,266.46,0,0,0,198,128,70.08,70.08,0,0,0,128,58ZM185.44,186.2a6,6,0,0,0-7.31,4.31c-1.47,5.74-3.18,11.49-5.06,17.09a6,6,0,0,0,11.38,3.82c2-5.88,3.75-11.9,5.3-17.92A6,6,0,0,0,185.44,186.2Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M72,128a134.63,134.63,0,0,1-14.16,60.47,8,8,0,1,1-14.32-7.12A118.8,118.8,0,0,0,56,128,71.73,71.73,0,0,1,83,71.8,8,8,0,1,1,93,84.29,55.76,55.76,0,0,0,72,128Zm56-8a8,8,0,0,0-8,8,184.12,184.12,0,0,1-23,89.1,8,8,0,0,0,14,7.76A200.19,200.19,0,0,0,136,128,8,8,0,0,0,128,120Zm0-32a40,40,0,0,0-40,40,8,8,0,0,0,16,0,24,24,0,0,1,48,0,214.09,214.09,0,0,1-20.51,92A8,8,0,1,0,146,226.83,230,230,0,0,0,168,128,40,40,0,0,0,128,88Zm0-64A104.11,104.11,0,0,0,24,128a87.76,87.76,0,0,1-5,29.33,8,8,0,0,0,15.09,5.33A103.9,103.9,0,0,0,40,128a88,88,0,0,1,176,0,282.24,282.24,0,0,1-5.29,54.45,8,8,0,0,0,6.3,9.4,8.22,8.22,0,0,0,1.55.15,8,8,0,0,0,7.84-6.45A298.37,298.37,0,0,0,232,128,104.12,104.12,0,0,0,128,24ZM94.4,152.17A8,8,0,0,0,85,158.42a151,151,0,0,1-17.21,45.44,8,8,0,0,0,13.86,8,166.67,166.67,0,0,0,19-50.25A8,8,0,0,0,94.4,152.17ZM128,56a72.85,72.85,0,0,0-9,.56,8,8,0,0,0,2,15.87A56.08,56.08,0,0,1,184,128a252.12,252.12,0,0,1-1.92,31A8,8,0,0,0,189,168a8.39,8.39,0,0,0,1,.06,8,8,0,0,0,7.92-7,266.48,266.48,0,0,0,2-33A72.08,72.08,0,0,0,128,56Zm57.93,128.25a8,8,0,0,0-9.75,5.75c-1.46,5.69-3.15,11.4-5,17a8,8,0,0,0,5,10.13,7.88,7.88,0,0,0,2.55.42,8,8,0,0,0,7.58-5.46c2-5.92,3.79-12,5.35-18.05A8,8,0,0,0,185.94,184.26Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M68,128A130.71,130.71,0,0,1,54.27,186.7a4,4,0,0,1-3.58,2.22,3.91,3.91,0,0,1-1.78-.42,4,4,0,0,1-1.8-5.36A122.71,122.71,0,0,0,60,128,67.74,67.74,0,0,1,85.5,74.92a4,4,0,0,1,5,6.25A59.74,59.74,0,0,0,68,128Zm60-4a4,4,0,0,0-4,4,188.1,188.1,0,0,1-23.48,91,4,4,0,0,0,7,3.88A196.22,196.22,0,0,0,132,128,4,4,0,0,0,128,124Zm0-32a36,36,0,0,0-36,36,4,4,0,0,0,8,0,28,28,0,0,1,56,0,218,218,0,0,1-20.9,93.7,4,4,0,1,0,7.24,3.41A226,226,0,0,0,164,128,36,36,0,0,0,128,92Zm0-64A100.11,100.11,0,0,0,28,128a91.66,91.66,0,0,1-5.24,30.67,4,4,0,1,0,7.54,2.66A99.66,99.66,0,0,0,36,128a92,92,0,0,1,184,0,286.37,286.37,0,0,1-5.37,55.23,4,4,0,0,0,3.15,4.69,4.13,4.13,0,0,0,.78.08,4,4,0,0,0,3.92-3.23A294.25,294.25,0,0,0,228,128,100.11,100.11,0,0,0,128,28ZM93.6,156.09a4,4,0,0,0-4.71,3.12,155,155,0,0,1-17.66,46.64,4,4,0,0,0,6.93,4,163.13,163.13,0,0,0,18.57-49A4,4,0,0,0,93.6,156.09ZM128,60a68.79,68.79,0,0,0-8.5.53,4,4,0,0,0,1,7.93A62.57,62.57,0,0,1,128,68a60.07,60.07,0,0,1,60,60,256.15,256.15,0,0,1-1.95,31.5,4,4,0,0,0,3.47,4.47l.5,0a4,4,0,0,0,4-3.51A264.37,264.37,0,0,0,196,128,68.08,68.08,0,0,0,128,60Zm56.93,128.12a4,4,0,0,0-4.87,2.88c-1.49,5.78-3.21,11.58-5.1,17.23a4,4,0,1,0,7.58,2.54c2-5.83,3.73-11.81,5.27-17.77A4,4,0,0,0,184.94,188.13Z"}))]]),S8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,76a52,52,0,1,0,52,52A52.06,52.06,0,0,0,128,76Zm0,80a28,28,0,1,1,28-28A28,28,0,0,1,128,156Zm113.86-49.57A12,12,0,0,0,236,98.34L208.21,82.49l-.11-31.31a12,12,0,0,0-4.25-9.12,116,116,0,0,0-38-21.41,12,12,0,0,0-9.68.89L128,37.27,99.83,21.53a12,12,0,0,0-9.7-.9,116.06,116.06,0,0,0-38,21.47,12,12,0,0,0-4.24,9.1l-.14,31.34L20,98.35a12,12,0,0,0-5.85,8.11,110.7,110.7,0,0,0,0,43.11A12,12,0,0,0,20,157.66l27.82,15.85.11,31.31a12,12,0,0,0,4.25,9.12,116,116,0,0,0,38,21.41,12,12,0,0,0,9.68-.89L128,218.73l28.14,15.74a12,12,0,0,0,9.7.9,116.06,116.06,0,0,0,38-21.47,12,12,0,0,0,4.24-9.1l.14-31.34,27.81-15.81a12,12,0,0,0,5.85-8.11A110.7,110.7,0,0,0,241.86,106.43Zm-22.63,33.18-26.88,15.28a11.94,11.94,0,0,0-4.55,4.59c-.54,1-1.11,1.93-1.7,2.88a12,12,0,0,0-1.83,6.31L184.13,199a91.83,91.83,0,0,1-21.07,11.87l-27.15-15.19a12,12,0,0,0-5.86-1.53h-.29c-1.14,0-2.3,0-3.44,0a12.08,12.08,0,0,0-6.14,1.51L93,210.82A92.27,92.27,0,0,1,71.88,199l-.11-30.24a12,12,0,0,0-1.83-6.32c-.58-.94-1.16-1.91-1.7-2.88A11.92,11.92,0,0,0,63.7,155L36.8,139.63a86.53,86.53,0,0,1,0-23.24l26.88-15.28a12,12,0,0,0,4.55-4.58c.54-1,1.11-1.94,1.7-2.89a12,12,0,0,0,1.83-6.31L71.87,57A91.83,91.83,0,0,1,92.94,45.17l27.15,15.19a11.92,11.92,0,0,0,6.15,1.52c1.14,0,2.3,0,3.44,0a12.08,12.08,0,0,0,6.14-1.51L163,45.18A92.27,92.27,0,0,1,184.12,57l.11,30.24a12,12,0,0,0,1.83,6.32c.58.94,1.16,1.91,1.7,2.88A11.92,11.92,0,0,0,192.3,101l26.9,15.33A86.53,86.53,0,0,1,219.23,139.61Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M230.1,108.76,198.25,90.62c-.64-1.16-1.31-2.29-2-3.41l-.12-36A104.61,104.61,0,0,0,162,32L130,49.89c-1.34,0-2.69,0-4,0L94,32A104.58,104.58,0,0,0,59.89,51.25l-.16,36c-.7,1.12-1.37,2.26-2,3.41l-31.84,18.1a99.15,99.15,0,0,0,0,38.46l31.85,18.14c.64,1.16,1.31,2.29,2,3.41l.12,36A104.61,104.61,0,0,0,94,224l32-17.87c1.34,0,2.69,0,4,0L162,224a104.58,104.58,0,0,0,34.08-19.25l.16-36c.7-1.12,1.37-2.26,2-3.41l31.84-18.1A99.15,99.15,0,0,0,230.1,108.76ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),n.createElement("path",{d:"M128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Zm109.94-52.79a8,8,0,0,0-3.89-5.4l-29.83-17-.12-33.62a8,8,0,0,0-2.83-6.08,111.91,111.91,0,0,0-36.72-20.67,8,8,0,0,0-6.46.59L128,41.85,97.88,25a8,8,0,0,0-6.47-.6A111.92,111.92,0,0,0,54.73,45.15a8,8,0,0,0-2.83,6.07l-.15,33.65-29.83,17a8,8,0,0,0-3.89,5.4,106.47,106.47,0,0,0,0,41.56,8,8,0,0,0,3.89,5.4l29.83,17,.12,33.63a8,8,0,0,0,2.83,6.08,111.91,111.91,0,0,0,36.72,20.67,8,8,0,0,0,6.46-.59L128,214.15,158.12,231a7.91,7.91,0,0,0,3.9,1,8.09,8.09,0,0,0,2.57-.42,112.1,112.1,0,0,0,36.68-20.73,8,8,0,0,0,2.83-6.07l.15-33.65,29.83-17a8,8,0,0,0,3.89-5.4A106.47,106.47,0,0,0,237.94,107.21Zm-15,34.91-28.57,16.25a8,8,0,0,0-3,3c-.58,1-1.19,2.06-1.81,3.06a7.94,7.94,0,0,0-1.22,4.21l-.15,32.25a95.89,95.89,0,0,1-25.37,14.3L134,199.13a8,8,0,0,0-3.91-1h-.19c-1.21,0-2.43,0-3.64,0a8.1,8.1,0,0,0-4.1,1l-28.84,16.1A96,96,0,0,1,67.88,201l-.11-32.2a8,8,0,0,0-1.22-4.22c-.62-1-1.23-2-1.8-3.06a8.09,8.09,0,0,0-3-3.06l-28.6-16.29a90.49,90.49,0,0,1,0-28.26L61.67,97.63a8,8,0,0,0,3-3c.58-1,1.19-2.06,1.81-3.06a7.94,7.94,0,0,0,1.22-4.21l.15-32.25a95.89,95.89,0,0,1,25.37-14.3L122,56.87a8,8,0,0,0,4.1,1c1.21,0,2.43,0,3.64,0a8,8,0,0,0,4.1-1l28.84-16.1A96,96,0,0,1,188.12,55l.11,32.2a8,8,0,0,0,1.22,4.22c.62,1,1.23,2,1.8,3.06a8.09,8.09,0,0,0,3,3.06l28.6,16.29A90.49,90.49,0,0,1,222.9,142.12Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M237.94,107.21a8,8,0,0,0-3.89-5.4l-29.83-17-.12-33.62a8,8,0,0,0-2.83-6.08,111.91,111.91,0,0,0-36.72-20.67,8,8,0,0,0-6.46.59L128,41.85,97.88,25a8,8,0,0,0-6.47-.6A111.92,111.92,0,0,0,54.73,45.15a8,8,0,0,0-2.83,6.07l-.15,33.65-29.83,17a8,8,0,0,0-3.89,5.4,106.47,106.47,0,0,0,0,41.56,8,8,0,0,0,3.89,5.4l29.83,17,.12,33.63a8,8,0,0,0,2.83,6.08,111.91,111.91,0,0,0,36.72,20.67,8,8,0,0,0,6.46-.59L128,214.15,158.12,231a7.91,7.91,0,0,0,3.9,1,8.09,8.09,0,0,0,2.57-.42,112.1,112.1,0,0,0,36.68-20.73,8,8,0,0,0,2.83-6.07l.15-33.65,29.83-17a8,8,0,0,0,3.89-5.4A106.47,106.47,0,0,0,237.94,107.21ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,82a46,46,0,1,0,46,46A46.06,46.06,0,0,0,128,82Zm0,80a34,34,0,1,1,34-34A34,34,0,0,1,128,162Zm108-54.4a6,6,0,0,0-2.92-4L202.64,86.22l-.42-.71L202.1,51.2A6,6,0,0,0,200,46.64a110.12,110.12,0,0,0-36.07-20.31,6,6,0,0,0-4.84.45L128.46,43.86h-1L96.91,26.76a6,6,0,0,0-4.86-.44A109.92,109.92,0,0,0,56,46.68a6,6,0,0,0-2.12,4.55l-.16,34.34c-.14.23-.28.47-.41.71L22.91,103.57A6,6,0,0,0,20,107.62a104.81,104.81,0,0,0,0,40.78,6,6,0,0,0,2.92,4l30.42,17.33.42.71.12,34.31A6,6,0,0,0,56,209.36a110.12,110.12,0,0,0,36.07,20.31,6,6,0,0,0,4.84-.45l30.61-17.08h1l30.56,17.1A6.09,6.09,0,0,0,162,230a5.83,5.83,0,0,0,1.93-.32,109.92,109.92,0,0,0,36-20.36,6,6,0,0,0,2.12-4.55l.16-34.34c.14-.23.28-.47.41-.71l30.42-17.29a6,6,0,0,0,2.92-4.05A104.81,104.81,0,0,0,236,107.6Zm-11.25,35.79L195.32,160.1a6.07,6.07,0,0,0-2.28,2.3c-.59,1-1.21,2.11-1.86,3.14a6,6,0,0,0-.91,3.16l-.16,33.21a98.15,98.15,0,0,1-27.52,15.53L133,200.88a6,6,0,0,0-2.93-.77h-.14c-1.24,0-2.5,0-3.74,0a6,6,0,0,0-3.07.76L93.45,217.43a98,98,0,0,1-27.56-15.49l-.12-33.17a6,6,0,0,0-.91-3.16c-.64-1-1.27-2.08-1.86-3.14a6,6,0,0,0-2.27-2.3L31.3,143.4a93,93,0,0,1,0-30.79L60.68,95.9A6.07,6.07,0,0,0,63,93.6c.59-1,1.21-2.11,1.86-3.14a6,6,0,0,0,.91-3.16l.16-33.21A98.15,98.15,0,0,1,93.41,38.56L123,55.12a5.81,5.81,0,0,0,3.07.76c1.24,0,2.5,0,3.74,0a6,6,0,0,0,3.07-.76l29.65-16.56a98,98,0,0,1,27.56,15.49l.12,33.17a6,6,0,0,0,.91,3.16c.64,1,1.27,2.08,1.86,3.14a6,6,0,0,0,2.27,2.3L224.7,112.6A93,93,0,0,1,224.73,143.39Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Zm109.94-52.79a8,8,0,0,0-3.89-5.4l-29.83-17-.12-33.62a8,8,0,0,0-2.83-6.08,111.91,111.91,0,0,0-36.72-20.67,8,8,0,0,0-6.46.59L128,41.85,97.88,25a8,8,0,0,0-6.47-.6A112.1,112.1,0,0,0,54.73,45.15a8,8,0,0,0-2.83,6.07l-.15,33.65-29.83,17a8,8,0,0,0-3.89,5.4,106.47,106.47,0,0,0,0,41.56,8,8,0,0,0,3.89,5.4l29.83,17,.12,33.62a8,8,0,0,0,2.83,6.08,111.91,111.91,0,0,0,36.72,20.67,8,8,0,0,0,6.46-.59L128,214.15,158.12,231a7.91,7.91,0,0,0,3.9,1,8.09,8.09,0,0,0,2.57-.42,112.1,112.1,0,0,0,36.68-20.73,8,8,0,0,0,2.83-6.07l.15-33.65,29.83-17a8,8,0,0,0,3.89-5.4A106.47,106.47,0,0,0,237.94,107.21Zm-15,34.91-28.57,16.25a8,8,0,0,0-3,3c-.58,1-1.19,2.06-1.81,3.06a7.94,7.94,0,0,0-1.22,4.21l-.15,32.25a95.89,95.89,0,0,1-25.37,14.3L134,199.13a8,8,0,0,0-3.91-1h-.19c-1.21,0-2.43,0-3.64,0a8.08,8.08,0,0,0-4.1,1l-28.84,16.1A96,96,0,0,1,67.88,201l-.11-32.2a8,8,0,0,0-1.22-4.22c-.62-1-1.23-2-1.8-3.06a8.09,8.09,0,0,0-3-3.06l-28.6-16.29a90.49,90.49,0,0,1,0-28.26L61.67,97.63a8,8,0,0,0,3-3c.58-1,1.19-2.06,1.81-3.06a7.94,7.94,0,0,0,1.22-4.21l.15-32.25a95.89,95.89,0,0,1,25.37-14.3L122,56.87a8,8,0,0,0,4.1,1c1.21,0,2.43,0,3.64,0a8.08,8.08,0,0,0,4.1-1l28.84-16.1A96,96,0,0,1,188.12,55l.11,32.2a8,8,0,0,0,1.22,4.22c.62,1,1.23,2,1.8,3.06a8.09,8.09,0,0,0,3,3.06l28.6,16.29A90.49,90.49,0,0,1,222.9,142.12Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,80a36,36,0,1,1,36-36A36,36,0,0,1,128,164Zm106-56a4,4,0,0,0-2-2.7l-30.89-17.6q-.47-.82-1-1.62L200.1,51.2a3.94,3.94,0,0,0-1.42-3,107.8,107.8,0,0,0-35.41-19.94,4,4,0,0,0-3.23.29L129,45.87h-2l-31-17.36a4,4,0,0,0-3.23-.3,108.05,108.05,0,0,0-35.39,20,4,4,0,0,0-1.41,3l-.16,34.9-1,1.62L23.9,105.3A4,4,0,0,0,22,108a102.76,102.76,0,0,0,0,40,4,4,0,0,0,1.95,2.7l30.89,17.6q.47.83,1,1.62l.12,34.87a3.94,3.94,0,0,0,1.42,3,107.8,107.8,0,0,0,35.41,19.94,4,4,0,0,0,3.23-.29L127,210.13h2l31,17.36a4,4,0,0,0,3.23.3,108.05,108.05,0,0,0,35.39-20,4,4,0,0,0,1.41-3l.16-34.9,1-1.62L232.1,150.7a4,4,0,0,0,2-2.71A102.76,102.76,0,0,0,234,108Zm-7.48,36.67L196.3,161.84a4,4,0,0,0-1.51,1.53c-.61,1.09-1.25,2.17-1.91,3.24a3.92,3.92,0,0,0-.61,2.1l-.16,34.15a99.8,99.8,0,0,1-29.7,16.77l-30.4-17a4.06,4.06,0,0,0-2-.51H130c-1.28,0-2.57,0-3.84,0a4.1,4.1,0,0,0-2.05.51l-30.45,17A100.23,100.23,0,0,1,63.89,202.9l-.12-34.12a3.93,3.93,0,0,0-.61-2.11c-.66-1-1.3-2.14-1.91-3.23a4,4,0,0,0-1.51-1.53L29.49,144.68a94.78,94.78,0,0,1,0-33.34L59.7,94.16a4,4,0,0,0,1.51-1.53c.61-1.09,1.25-2.17,1.91-3.23a4,4,0,0,0,.61-2.11l.16-34.15a99.8,99.8,0,0,1,29.7-16.77l30.4,17a4.1,4.1,0,0,0,2.05.51c1.28,0,2.57,0,3.84,0a4,4,0,0,0,2.05-.51l30.45-17A100.23,100.23,0,0,1,192.11,53.1l.12,34.12a3.93,3.93,0,0,0,.61,2.11c.66,1,1.3,2.14,1.91,3.23a4,4,0,0,0,1.51,1.53l30.25,17.23A94.78,94.78,0,0,1,226.54,144.66Z"}))]]),E8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,20A108,108,0,1,0,236,128,108.12,108.12,0,0,0,128,20Zm0,187a113.4,113.4,0,0,1-20.39-35h40.82a116.94,116.94,0,0,1-10,20.77A108.61,108.61,0,0,1,128,207Zm-26.49-59a135.42,135.42,0,0,1,0-40h53a135.42,135.42,0,0,1,0,40ZM44,128a83.49,83.49,0,0,1,2.43-20H77.25a160.63,160.63,0,0,0,0,40H46.43A83.49,83.49,0,0,1,44,128Zm84-79a113.4,113.4,0,0,1,20.39,35H107.59a116.94,116.94,0,0,1,10-20.77A108.61,108.61,0,0,1,128,49Zm50.73,59h30.82a83.52,83.52,0,0,1,0,40H178.75a160.63,160.63,0,0,0,0-40Zm20.77-24H173.71a140.82,140.82,0,0,0-15.5-34.36A84.51,84.51,0,0,1,199.52,84ZM97.79,49.64A140.82,140.82,0,0,0,82.29,84H56.48A84.51,84.51,0,0,1,97.79,49.64ZM56.48,172H82.29a140.82,140.82,0,0,0,15.5,34.36A84.51,84.51,0,0,1,56.48,172Zm101.73,34.36A140.82,140.82,0,0,0,173.71,172h25.81A84.51,84.51,0,0,1,158.21,206.36Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M128,24h0A104,104,0,1,0,232,128,104.12,104.12,0,0,0,128,24Zm88,104a87.61,87.61,0,0,1-3.33,24H174.16a157.44,157.44,0,0,0,0-48h38.51A87.61,87.61,0,0,1,216,128ZM102,168H154a115.11,115.11,0,0,1-26,45A115.27,115.27,0,0,1,102,168Zm-3.9-16a140.84,140.84,0,0,1,0-48h59.88a140.84,140.84,0,0,1,0,48ZM40,128a87.61,87.61,0,0,1,3.33-24H81.84a157.44,157.44,0,0,0,0,48H43.33A87.61,87.61,0,0,1,40,128ZM154,88H102a115.11,115.11,0,0,1,26-45A115.27,115.27,0,0,1,154,88Zm52.33,0H170.71a135.28,135.28,0,0,0-22.3-45.6A88.29,88.29,0,0,1,206.37,88ZM107.59,42.4A135.28,135.28,0,0,0,85.29,88H49.63A88.29,88.29,0,0,1,107.59,42.4ZM49.63,168H85.29a135.28,135.28,0,0,0,22.3,45.6A88.29,88.29,0,0,1,49.63,168Zm98.78,45.6a135.28,135.28,0,0,0,22.3-45.6h35.66A88.29,88.29,0,0,1,148.41,213.6Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24h0A104,104,0,1,0,232,128,104.12,104.12,0,0,0,128,24Zm78.36,64H170.71a135.28,135.28,0,0,0-22.3-45.6A88.29,88.29,0,0,1,206.37,88ZM216,128a87.61,87.61,0,0,1-3.33,24H174.16a157.44,157.44,0,0,0,0-48h38.51A87.61,87.61,0,0,1,216,128ZM128,43a115.27,115.27,0,0,1,26,45H102A115.11,115.11,0,0,1,128,43ZM102,168H154a115.11,115.11,0,0,1-26,45A115.27,115.27,0,0,1,102,168Zm-3.9-16a140.84,140.84,0,0,1,0-48h59.88a140.84,140.84,0,0,1,0,48Zm50.35,61.6a135.28,135.28,0,0,0,22.3-45.6h35.66A88.29,88.29,0,0,1,148.41,213.6Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,26A102,102,0,1,0,230,128,102.12,102.12,0,0,0,128,26Zm81.57,64H169.19a132.58,132.58,0,0,0-25.73-50.67A90.29,90.29,0,0,1,209.57,90ZM218,128a89.7,89.7,0,0,1-3.83,26H171.81a155.43,155.43,0,0,0,0-52h42.36A89.7,89.7,0,0,1,218,128Zm-90,87.83a110,110,0,0,1-15.19-19.45A124.24,124.24,0,0,1,99.35,166h57.3a124.24,124.24,0,0,1-13.46,30.38A110,110,0,0,1,128,215.83ZM96.45,154a139.18,139.18,0,0,1,0-52h63.1a139.18,139.18,0,0,1,0,52ZM38,128a89.7,89.7,0,0,1,3.83-26H84.19a155.43,155.43,0,0,0,0,52H41.83A89.7,89.7,0,0,1,38,128Zm90-87.83a110,110,0,0,1,15.19,19.45A124.24,124.24,0,0,1,156.65,90H99.35a124.24,124.24,0,0,1,13.46-30.38A110,110,0,0,1,128,40.17Zm-15.46-.84A132.58,132.58,0,0,0,86.81,90H46.43A90.29,90.29,0,0,1,112.54,39.33ZM46.43,166H86.81a132.58,132.58,0,0,0,25.73,50.67A90.29,90.29,0,0,1,46.43,166Zm97,50.67A132.58,132.58,0,0,0,169.19,166h40.38A90.29,90.29,0,0,1,143.46,216.67Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24h0A104,104,0,1,0,232,128,104.12,104.12,0,0,0,128,24Zm88,104a87.61,87.61,0,0,1-3.33,24H174.16a157.44,157.44,0,0,0,0-48h38.51A87.61,87.61,0,0,1,216,128ZM102,168H154a115.11,115.11,0,0,1-26,45A115.27,115.27,0,0,1,102,168Zm-3.9-16a140.84,140.84,0,0,1,0-48h59.88a140.84,140.84,0,0,1,0,48ZM40,128a87.61,87.61,0,0,1,3.33-24H81.84a157.44,157.44,0,0,0,0,48H43.33A87.61,87.61,0,0,1,40,128ZM154,88H102a115.11,115.11,0,0,1,26-45A115.27,115.27,0,0,1,154,88Zm52.33,0H170.71a135.28,135.28,0,0,0-22.3-45.6A88.29,88.29,0,0,1,206.37,88ZM107.59,42.4A135.28,135.28,0,0,0,85.29,88H49.63A88.29,88.29,0,0,1,107.59,42.4ZM49.63,168H85.29a135.28,135.28,0,0,0,22.3,45.6A88.29,88.29,0,0,1,49.63,168Zm98.78,45.6a135.28,135.28,0,0,0,22.3-45.6h35.66A88.29,88.29,0,0,1,148.41,213.6Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,28h0A100,100,0,1,0,228,128,100.11,100.11,0,0,0,128,28Zm0,190.61c-6.33-6.09-23-24.41-31.27-54.61h62.54C151,194.2,134.33,212.52,128,218.61ZM94.82,156a140.42,140.42,0,0,1,0-56h66.36a140.42,140.42,0,0,1,0,56ZM128,37.39c6.33,6.09,23,24.41,31.27,54.61H96.73C105,61.8,121.67,43.48,128,37.39ZM169.41,100h46.23a92.09,92.09,0,0,1,0,56H169.41a152.65,152.65,0,0,0,0-56Zm43.25-8h-45a129.39,129.39,0,0,0-29.19-55.4A92.25,92.25,0,0,1,212.66,92ZM117.54,36.6A129.39,129.39,0,0,0,88.35,92h-45A92.25,92.25,0,0,1,117.54,36.6ZM40.36,100H86.59a152.65,152.65,0,0,0,0,56H40.36a92.09,92.09,0,0,1,0-56Zm3,64h45a129.39,129.39,0,0,0,29.19,55.4A92.25,92.25,0,0,1,43.34,164Zm95.12,55.4A129.39,129.39,0,0,0,167.65,164h45A92.25,92.25,0,0,1,138.46,219.4Z"}))]]),A8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,84H180.2l7.61-41.85a12,12,0,0,0-23.62-4.3L155.8,84H116.2l7.61-41.85a12,12,0,1,0-23.62-4.3L91.8,84H48a12,12,0,0,0,0,24H87.44l-7.27,40H32a12,12,0,0,0,0,24H75.8l-7.61,41.85a12,12,0,0,0,9.66,14A11.43,11.43,0,0,0,80,228a12,12,0,0,0,11.8-9.86L100.2,172h39.6l-7.61,41.85a12,12,0,0,0,9.66,14,11.43,11.43,0,0,0,2.16.2,12,12,0,0,0,11.8-9.86L164.2,172H208a12,12,0,0,0,0-24H168.56l7.27-40H224a12,12,0,0,0,0-24Zm-79.83,64H104.56l7.27-40h39.61Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M165.82,96l-11.64,64h-64l11.64-64Z",opacity:"0.2"}),n.createElement("path",{d:"M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M116.25,112h31.5l-8,32h-31.5ZM224,48V208a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V48A16,16,0,0,1,48,32H208A16,16,0,0,1,224,48Zm-16,56a8,8,0,0,0-8-8H168.25l7.51-30.06a8,8,0,0,0-15.52-3.88L151.75,96h-31.5l7.51-30.06a8,8,0,0,0-15.52-3.88L103.75,96H64a8,8,0,0,0,0,16H99.75l-8,32H56a8,8,0,0,0,0,16H87.75l-7.51,30.06a8,8,0,0,0,5.82,9.7,8.13,8.13,0,0,0,2,.24,8,8,0,0,0,7.75-6.06L104.25,160h31.5l-7.51,30.06a8,8,0,0,0,5.82,9.7A8.13,8.13,0,0,0,136,200a8,8,0,0,0,7.75-6.06L152.25,160H192a8,8,0,0,0,0-16H156.25l8-32H200A8,8,0,0,0,208,104Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,90H173l8.89-48.93a6,6,0,1,0-11.8-2.14L160.81,90H109l8.89-48.93a6,6,0,0,0-11.8-2.14L96.81,90H48a6,6,0,0,0,0,12H94.63l-9.46,52H32a6,6,0,0,0,0,12H83L74.1,214.93a6,6,0,0,0,4.83,7A5.64,5.64,0,0,0,80,222a6,6,0,0,0,5.89-4.93L95.19,166H147l-8.89,48.93a6,6,0,0,0,4.83,7,5.64,5.64,0,0,0,1.08.1,6,6,0,0,0,5.89-4.93L159.19,166H208a6,6,0,0,0,0-12H161.37l9.46-52H224a6,6,0,0,0,0-12Zm-74.83,64H97.37l9.46-52h51.8Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,92H170.61l9.33-51.28a4,4,0,1,0-7.88-1.44L162.48,92H106.61l9.33-51.28a4,4,0,1,0-7.88-1.44L98.48,92H48a4,4,0,0,0,0,8H97L86.84,156H32a4,4,0,0,0,0,8H85.39l-9.33,51.28a4,4,0,0,0,3.22,4.65A3.65,3.65,0,0,0,80,220a4,4,0,0,0,3.94-3.29L93.52,164h55.87l-9.33,51.28a4,4,0,0,0,3.22,4.65,3.65,3.65,0,0,0,.72.07,4,4,0,0,0,3.94-3.29L157.52,164H208a4,4,0,0,0,0-8H159l10.19-56H224a4,4,0,0,0,0-8Zm-73.16,64H95l10.19-56H161Z"}))]]),z8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M196,76a16,16,0,1,1-16-16A16,16,0,0,1,196,76Zm48,22.74A84.3,84.3,0,0,1,160.11,180H160a83.52,83.52,0,0,1-23.65-3.38l-7.86,7.87A12,12,0,0,1,120,188H108v12a12,12,0,0,1-12,12H84v12a12,12,0,0,1-12,12H40a20,20,0,0,1-20-20V187.31a19.86,19.86,0,0,1,5.86-14.14l53.52-53.52A84,84,0,1,1,244,98.74ZM202.43,53.57A59.48,59.48,0,0,0,158,36c-32,1-58,27.89-58,59.89a59.69,59.69,0,0,0,4.2,22.19,12,12,0,0,1-2.55,13.21L44,189v23H60V200a12,12,0,0,1,12-12H84V176a12,12,0,0,1,12-12h19l9.65-9.65a12,12,0,0,1,13.22-2.55A59.58,59.58,0,0,0,160,156h.08c32,0,58.87-26.07,59.89-58A59.55,59.55,0,0,0,202.43,53.57Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M232,98.36C230.73,136.92,198.67,168,160.09,168a71.68,71.68,0,0,1-26.92-5.17h0L120,176H96v24H72v24H40a8,8,0,0,1-8-8V187.31a8,8,0,0,1,2.34-5.65l58.83-58.83h0A71.68,71.68,0,0,1,88,95.91c0-38.58,31.08-70.64,69.64-71.87A72,72,0,0,1,232,98.36Z",opacity:"0.2"}),n.createElement("path",{d:"M216.57,39.43A80,80,0,0,0,83.91,120.78L28.69,176A15.86,15.86,0,0,0,24,187.31V216a16,16,0,0,0,16,16H72a8,8,0,0,0,8-8V208H96a8,8,0,0,0,8-8V184h16a8,8,0,0,0,5.66-2.34l9.56-9.57A79.73,79.73,0,0,0,160,176h.1A80,80,0,0,0,216.57,39.43ZM224,98.1c-1.09,34.09-29.75,61.86-63.89,61.9H160a63.7,63.7,0,0,1-23.65-4.51,8,8,0,0,0-8.84,1.68L116.69,168H96a8,8,0,0,0-8,8v16H72a8,8,0,0,0-8,8v16H40V187.31l58.83-58.82a8,8,0,0,0,1.68-8.84A63.72,63.72,0,0,1,96,95.92c0-34.14,27.81-62.8,61.9-63.89A64,64,0,0,1,224,98.1ZM192,76a12,12,0,1,1-12-12A12,12,0,0,1,192,76Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216.57,39.43A80,80,0,0,0,83.91,120.78L28.69,176A15.86,15.86,0,0,0,24,187.31V216a16,16,0,0,0,16,16H72a8,8,0,0,0,8-8V208H96a8,8,0,0,0,8-8V184h16a8,8,0,0,0,5.66-2.34l9.56-9.57A79.73,79.73,0,0,0,160,176h.1A80,80,0,0,0,216.57,39.43ZM180,92a16,16,0,1,1,16-16A16,16,0,0,1,180,92Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M215.15,40.85A78,78,0,0,0,86.2,121.31l-56.1,56.1a13.94,13.94,0,0,0-4.1,9.9V216a14,14,0,0,0,14,14H72a6,6,0,0,0,6-6V206H96a6,6,0,0,0,6-6V182h18a6,6,0,0,0,4.24-1.76l10.45-10.44A77.59,77.59,0,0,0,160,174h.1A78,78,0,0,0,215.15,40.85ZM226,98.16c-1.12,35.16-30.67,63.8-65.88,63.84a65.93,65.93,0,0,1-24.51-4.67,6,6,0,0,0-6.64,1.26L117.51,170H96a6,6,0,0,0-6,6v18H72a6,6,0,0,0-6,6v18H40a2,2,0,0,1-2-2V187.31a2,2,0,0,1,.58-1.41l58.83-58.83a6,6,0,0,0,1.26-6.64A65.61,65.61,0,0,1,94,95.92C94,60.71,122.68,31.16,157.83,30A66,66,0,0,1,226,98.16ZM190,76a10,10,0,1,1-10-10A10,10,0,0,1,190,76Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216.57,39.43A80,80,0,0,0,83.91,120.78L28.69,176A15.86,15.86,0,0,0,24,187.31V216a16,16,0,0,0,16,16H72a8,8,0,0,0,8-8V208H96a8,8,0,0,0,8-8V184h16a8,8,0,0,0,5.66-2.34l9.56-9.57A79.73,79.73,0,0,0,160,176h.1A80,80,0,0,0,216.57,39.43ZM224,98.1c-1.09,34.09-29.75,61.86-63.89,61.9H160a63.7,63.7,0,0,1-23.65-4.51,8,8,0,0,0-8.84,1.68L116.69,168H96a8,8,0,0,0-8,8v16H72a8,8,0,0,0-8,8v16H40V187.31l58.83-58.82a8,8,0,0,0,1.68-8.84A63.72,63.72,0,0,1,96,95.92c0-34.14,27.81-62.8,61.9-63.89A64,64,0,0,1,224,98.1ZM192,76a12,12,0,1,1-12-12A12,12,0,0,1,192,76Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M213.74,42.26A76,76,0,0,0,88.51,121.84l-57,57A11.93,11.93,0,0,0,28,187.31V216a12,12,0,0,0,12,12H72a4,4,0,0,0,4-4V204H96a4,4,0,0,0,4-4V180h20a4,4,0,0,0,2.83-1.17l11.33-11.34A75.72,75.72,0,0,0,160,172h.1A76,76,0,0,0,213.74,42.26Zm14.22,56c-1.15,36.22-31.6,65.72-67.87,65.77H160a67.52,67.52,0,0,1-25.21-4.83,4,4,0,0,0-4.45.83l-12,12H96a4,4,0,0,0-4,4v20H72a4,4,0,0,0-4,4v20H40a4,4,0,0,1-4-4V187.31a4.06,4.06,0,0,1,1.17-2.83L96,125.66a4,4,0,0,0,.83-4.45A67.51,67.51,0,0,1,92,95.91C92,59.64,121.55,29.19,157.77,28A68,68,0,0,1,228,98.23ZM188,76a8,8,0,1,1-8-8A8,8,0,0,1,188,76Z"}))]]),$8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M219.71,117.38a12,12,0,0,0-7.25-8.52L161.28,88.39l10.59-70.61a12,12,0,0,0-20.64-10l-112,120a12,12,0,0,0,4.31,19.33l51.18,20.47L84.13,238.22a12,12,0,0,0,20.64,10l112-120A12,12,0,0,0,219.71,117.38ZM113.6,203.55l6.27-41.77a12,12,0,0,0-7.41-12.92L68.74,131.37,142.4,52.45l-6.27,41.77a12,12,0,0,0,7.41,12.92l43.72,17.49Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M96,240l16-80L48,136,160,16,144,96l64,24Z",opacity:"0.2"}),n.createElement("path",{d:"M215.79,118.17a8,8,0,0,0-5-5.66L153.18,90.9l14.66-73.33a8,8,0,0,0-13.69-7l-112,120a8,8,0,0,0,3,13l57.63,21.61L88.16,238.43a8,8,0,0,0,13.69,7l112-120A8,8,0,0,0,215.79,118.17ZM109.37,214l10.47-52.38a8,8,0,0,0-5-9.06L62,132.71l84.62-90.66L136.16,94.43a8,8,0,0,0,5,9.06l52.8,19.8Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M213.85,125.46l-112,120a8,8,0,0,1-13.69-7l14.66-73.33L45.19,143.49a8,8,0,0,1-3-13l112-120a8,8,0,0,1,13.69,7L153.18,90.9l57.63,21.61a8,8,0,0,1,3,12.95Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M213.84,118.63a6,6,0,0,0-3.73-4.25L150.88,92.17l15-75a6,6,0,0,0-10.27-5.27l-112,120a6,6,0,0,0,2.28,9.71l59.23,22.21-15,75a6,6,0,0,0,3.14,6.52A6.07,6.07,0,0,0,96,246a6,6,0,0,0,4.39-1.91l112-120A6,6,0,0,0,213.84,118.63ZM106,220.46l11.85-59.28a6,6,0,0,0-3.77-6.8l-55.6-20.85,91.46-98L138.12,94.82a6,6,0,0,0,3.77,6.8l55.6,20.85Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M215.79,118.17a8,8,0,0,0-5-5.66L153.18,90.9l14.66-73.33a8,8,0,0,0-13.69-7l-112,120a8,8,0,0,0,3,13l57.63,21.61L88.16,238.43a8,8,0,0,0,13.69,7l112-120A8,8,0,0,0,215.79,118.17ZM109.37,214l10.47-52.38a8,8,0,0,0-5-9.06L62,132.71l84.62-90.66L136.16,94.43a8,8,0,0,0,5,9.06l52.8,19.8Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M211.89,119.09a4,4,0,0,0-2.49-2.84l-60.81-22.8,15.33-76.67a4,4,0,0,0-6.84-3.51l-112,120a4,4,0,0,0-1,3.64,4,4,0,0,0,2.49,2.84l60.81,22.8L92.08,239.22a4,4,0,0,0,6.84,3.51l112-120A4,4,0,0,0,211.89,119.09ZM102.68,227l13.24-66.2a4,4,0,0,0-2.52-4.53L55,134.36,153.32,29l-13.24,66.2a4,4,0,0,0,2.52,4.53L201,121.64Z"}))]]),M8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M117.18,188.74a12,12,0,0,1,0,17l-5.12,5.12A58.26,58.26,0,0,1,70.6,228h0A58.62,58.62,0,0,1,29.14,127.92L63.89,93.17a58.64,58.64,0,0,1,98.56,28.11,12,12,0,1,1-23.37,5.44,34.65,34.65,0,0,0-58.22-16.58L46.11,144.89A34.62,34.62,0,0,0,70.57,204h0a34.41,34.41,0,0,0,24.49-10.14l5.11-5.12A12,12,0,0,1,117.18,188.74ZM226.83,45.17a58.65,58.65,0,0,0-82.93,0l-5.11,5.11a12,12,0,0,0,17,17l5.12-5.12a34.63,34.63,0,1,1,49,49L175.1,145.86A34.39,34.39,0,0,1,150.61,156h0a34.63,34.63,0,0,1-33.69-26.72,12,12,0,0,0-23.38,5.44A58.64,58.64,0,0,0,150.56,180h.05a58.28,58.28,0,0,0,41.47-17.17l34.75-34.75a58.62,58.62,0,0,0,0-82.91Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M218.34,119.6,183.6,154.34a46.58,46.58,0,0,1-44.31,12.26c-.31.34-.62.67-.95,1L103.6,202.34A46.63,46.63,0,1,1,37.66,136.4L72.4,101.66A46.6,46.6,0,0,1,116.71,89.4c.31-.34.62-.67,1-1L152.4,53.66a46.63,46.63,0,0,1,65.94,65.94Z",opacity:"0.2"}),n.createElement("path",{d:"M240,88.23a54.43,54.43,0,0,1-16,37L189.25,160a54.27,54.27,0,0,1-38.63,16h-.05A54.63,54.63,0,0,1,96,119.84a8,8,0,0,1,16,.45A38.62,38.62,0,0,0,150.58,160h0a38.39,38.39,0,0,0,27.31-11.31l34.75-34.75a38.63,38.63,0,0,0-54.63-54.63l-11,11A8,8,0,0,1,135.7,59l11-11A54.65,54.65,0,0,1,224,48,54.86,54.86,0,0,1,240,88.23ZM109,185.66l-11,11A38.41,38.41,0,0,1,70.6,208h0a38.63,38.63,0,0,1-27.29-65.94L78,107.31A38.63,38.63,0,0,1,144,135.71a8,8,0,0,0,7.78,8.22H152a8,8,0,0,0,8-7.78A54.86,54.86,0,0,0,144,96a54.65,54.65,0,0,0-77.27,0L32,130.75A54.62,54.62,0,0,0,70.56,224h0a54.28,54.28,0,0,0,38.64-16l11-11A8,8,0,0,0,109,185.66Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM115.7,192.49a43.31,43.31,0,0,1-55-66.43l25.37-25.37a43.35,43.35,0,0,1,61.25,0,42.9,42.9,0,0,1,9.95,15.43,8,8,0,1,1-15,5.6A27.33,27.33,0,0,0,97.37,112L72,137.37a27.32,27.32,0,0,0,34.68,41.91,8,8,0,1,1,9,13.21Zm79.61-62.55-25.37,25.37A43,43,0,0,1,139.32,168h0a43.35,43.35,0,0,1-40.53-28.12,8,8,0,1,1,15-5.6A27.35,27.35,0,0,0,139.28,152h0a27.14,27.14,0,0,0,19.32-8L184,118.63a27.32,27.32,0,0,0-34.68-41.91,8,8,0,1,1-9-13.21,43.32,43.32,0,0,1,55,66.43Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M238,88.18a52.42,52.42,0,0,1-15.4,35.66l-34.75,34.75A52.28,52.28,0,0,1,150.62,174h-.05A52.63,52.63,0,0,1,98,119.9a6,6,0,0,1,6-5.84h.17a6,6,0,0,1,5.83,6.16A40.62,40.62,0,0,0,150.58,162h0a40.4,40.4,0,0,0,28.73-11.9l34.75-34.74A40.63,40.63,0,0,0,156.63,57.9l-11,11a6,6,0,0,1-8.49-8.49l11-11a52.62,52.62,0,0,1,74.43,0A52.83,52.83,0,0,1,238,88.18Zm-127.62,98.9-11,11A40.36,40.36,0,0,1,70.6,210h0a40.63,40.63,0,0,1-28.7-69.36L76.62,105.9A40.63,40.63,0,0,1,146,135.77a6,6,0,0,0,5.83,6.16H152a6,6,0,0,0,6-5.84A52.63,52.63,0,0,0,68.14,97.42L33.38,132.16A52.63,52.63,0,0,0,70.56,222h0a52.26,52.26,0,0,0,37.22-15.42l11-11a6,6,0,1,0-8.49-8.48Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,88.23a54.43,54.43,0,0,1-16,37L189.25,160a54.27,54.27,0,0,1-38.63,16h-.05A54.63,54.63,0,0,1,96,119.84a8,8,0,0,1,16,.45A38.62,38.62,0,0,0,150.58,160h0a38.39,38.39,0,0,0,27.31-11.31l34.75-34.75a38.63,38.63,0,0,0-54.63-54.63l-11,11A8,8,0,0,1,135.7,59l11-11A54.65,54.65,0,0,1,224,48,54.86,54.86,0,0,1,240,88.23ZM109,185.66l-11,11A38.41,38.41,0,0,1,70.6,208h0a38.63,38.63,0,0,1-27.29-65.94L78,107.31A38.63,38.63,0,0,1,144,135.71a8,8,0,0,0,16,.45A54.86,54.86,0,0,0,144,96a54.65,54.65,0,0,0-77.27,0L32,130.75A54.62,54.62,0,0,0,70.56,224h0a54.28,54.28,0,0,0,38.64-16l11-11A8,8,0,0,0,109,185.66Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M236,88.12a50.44,50.44,0,0,1-14.81,34.31l-34.75,34.74A50.33,50.33,0,0,1,150.62,172h-.05A50.63,50.63,0,0,1,100,120a4,4,0,0,1,4-3.89h.11a4,4,0,0,1,3.89,4.11A42.64,42.64,0,0,0,150.58,164h0a42.32,42.32,0,0,0,30.14-12.49l34.75-34.74a42.63,42.63,0,1,0-60.29-60.28l-11,11a4,4,0,0,1-5.66-5.65l11-11A50.64,50.64,0,0,1,236,88.12ZM111.78,188.49l-11,11A42.33,42.33,0,0,1,70.6,212h0a42.63,42.63,0,0,1-30.11-72.77l34.75-34.74A42.63,42.63,0,0,1,148,135.82a4,4,0,0,0,8,.23A50.64,50.64,0,0,0,69.55,98.83L34.8,133.57A50.63,50.63,0,0,0,70.56,220h0a50.33,50.33,0,0,0,35.81-14.83l11-11a4,4,0,1,0-5.65-5.66Z"}))]]),L8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,76H180V56A52,52,0,0,0,76,56V76H48A20,20,0,0,0,28,96V208a20,20,0,0,0,20,20H208a20,20,0,0,0,20-20V96A20,20,0,0,0,208,76ZM100,56a28,28,0,0,1,56,0V76H100ZM204,204H52V100H204Zm-60-52a16,16,0,1,1-16-16A16,16,0,0,1,144,152Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z",opacity:"0.2"}),n.createElement("path",{d:"M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80Zm-80,84a12,12,0,1,1,12-12A12,12,0,0,1,128,164Zm32-84H96V56a32,32,0,0,1,64,0Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,82H174V56a46,46,0,0,0-92,0V82H48A14,14,0,0,0,34,96V208a14,14,0,0,0,14,14H208a14,14,0,0,0,14-14V96A14,14,0,0,0,208,82ZM94,56a34,34,0,0,1,68,0V82H94ZM210,208a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V96a2,2,0,0,1,2-2H208a2,2,0,0,1,2,2Zm-72-56a10,10,0,1,1-10-10A10,10,0,0,1,138,152Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,84H172V56a44,44,0,0,0-88,0V84H48A12,12,0,0,0,36,96V208a12,12,0,0,0,12,12H208a12,12,0,0,0,12-12V96A12,12,0,0,0,208,84ZM92,56a36,36,0,0,1,72,0V84H92ZM212,208a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V96a4,4,0,0,1,4-4H208a4,4,0,0,1,4,4Zm-76-56a8,8,0,1,1-8-8A8,8,0,0,1,136,152Z"}))]]),R8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M232.49,215.51,185,168a92.12,92.12,0,1,0-17,17l47.53,47.54a12,12,0,0,0,17-17ZM44,112a68,68,0,1,1,68,68A68.07,68.07,0,0,1,44,112Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M192,112a80,80,0,1,1-80-80A80,80,0,0,1,192,112Z",opacity:"0.2"}),n.createElement("path",{d:"M229.66,218.34,179.6,168.28a88.21,88.21,0,1,0-11.32,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M168,112a56,56,0,1,1-56-56A56,56,0,0,1,168,112Zm61.66,117.66a8,8,0,0,1-11.32,0l-50.06-50.07a88,88,0,1,1,11.32-11.31l50.06,50.06A8,8,0,0,1,229.66,229.66ZM112,184a72,72,0,1,0-72-72A72.08,72.08,0,0,0,112,184Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M228.24,219.76l-51.38-51.38a86.15,86.15,0,1,0-8.48,8.48l51.38,51.38a6,6,0,0,0,8.48-8.48ZM38,112a74,74,0,1,1,74,74A74.09,74.09,0,0,1,38,112Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M229.66,218.34l-50.07-50.06a88.11,88.11,0,1,0-11.31,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M226.83,221.17l-52.7-52.7a84.1,84.1,0,1,0-5.66,5.66l52.7,52.7a4,4,0,0,0,5.66-5.66ZM36,112a76,76,0,1,1,76,76A76.08,76.08,0,0,1,36,112Z"}))]]),P8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M230.14,25.86a20,20,0,0,0-19.57-5.11l-.22.07L18.44,79a20,20,0,0,0-3.06,37.25L99,157l40.71,83.65a19.81,19.81,0,0,0,18,11.38c.57,0,1.15,0,1.73-.07A19.82,19.82,0,0,0,177,237.56L235.18,45.65a1.42,1.42,0,0,0,.07-.22A20,20,0,0,0,230.14,25.86ZM156.91,221.07l-34.37-70.64,46-45.95a12,12,0,0,0-17-17l-46,46L34.93,99.09,210,46Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M223.69,42.18l-58.22,192a8,8,0,0,1-14.92,1.25L108,148,20.58,105.45a8,8,0,0,1,1.25-14.92l192-58.22A8,8,0,0,1,223.69,42.18Z",opacity:"0.2"}),n.createElement("path",{d:"M227.32,28.68a16,16,0,0,0-15.66-4.08l-.15,0L19.57,82.84a16,16,0,0,0-2.49,29.8L102,154l41.3,84.87A15.86,15.86,0,0,0,157.74,248q.69,0,1.38-.06a15.88,15.88,0,0,0,14-11.51l58.2-191.94c0-.05,0-.1,0-.15A16,16,0,0,0,227.32,28.68ZM157.83,231.85l-.05.14,0-.07-40.06-82.3,48-48a8,8,0,0,0-11.31-11.31l-48,48L24.08,98.25l-.07,0,.14,0L216,40Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M231.4,44.34s0,.1,0,.15l-58.2,191.94a15.88,15.88,0,0,1-14,11.51q-.69.06-1.38.06a15.86,15.86,0,0,1-14.42-9.15L107,164.15a4,4,0,0,1,.77-4.58l57.92-57.92a8,8,0,0,0-11.31-11.31L96.43,148.26a4,4,0,0,1-4.58.77L17.08,112.64a16,16,0,0,1,2.49-29.8l191.94-58.2.15,0A16,16,0,0,1,231.4,44.34Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M225.88,30.12a13.83,13.83,0,0,0-13.7-3.58l-.11,0L20.14,84.77A14,14,0,0,0,18,110.85l85.56,41.64L145.12,238a13.87,13.87,0,0,0,12.61,8c.4,0,.81,0,1.21-.05a13.9,13.9,0,0,0,12.29-10.09l58.2-191.93,0-.11A13.83,13.83,0,0,0,225.88,30.12Zm-8,10.4L159.73,232.43l0,.11a2,2,0,0,1-3.76.26l-40.68-83.58,49-49a6,6,0,1,0-8.49-8.49l-49,49L23.15,100a2,2,0,0,1,.31-3.74l.11,0L215.48,38.08a1.94,1.94,0,0,1,1.92.52A2,2,0,0,1,217.92,40.52Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M227.32,28.68a16,16,0,0,0-15.66-4.08l-.15,0L19.57,82.84a16,16,0,0,0-2.49,29.8L102,154l41.3,84.87A15.86,15.86,0,0,0,157.74,248q.69,0,1.38-.06a15.88,15.88,0,0,0,14-11.51l58.2-191.94c0-.05,0-.1,0-.15A16,16,0,0,0,227.32,28.68ZM157.83,231.85l-.05.14,0-.07-40.06-82.3,48-48a8,8,0,0,0-11.31-11.31l-48,48L24.08,98.25l-.07,0,.14,0L216,40Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224.47,31.52a11.87,11.87,0,0,0-11.82-3L20.74,86.67a12,12,0,0,0-1.91,22.38L105,151l41.92,86.15A11.88,11.88,0,0,0,157.74,244c.34,0,.69,0,1,0a11.89,11.89,0,0,0,10.52-8.63l58.21-192,0-.08A11.85,11.85,0,0,0,224.47,31.52Zm-4.62,9.54-58.23,192a4,4,0,0,1-7.48.59l-41.3-84.86,50-50a4,4,0,1,0-5.66-5.66l-50,50-84.9-41.31a3.88,3.88,0,0,1-2.27-4,3.93,3.93,0,0,1,3-3.54L214.9,36.16A3.93,3.93,0,0,1,216,36a4,4,0,0,1,2.79,1.19A3.93,3.93,0,0,1,219.85,41.06Z"}))]]),T8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M230.14,70.54,185.46,25.85a20,20,0,0,0-28.29,0L33.86,149.17A19.85,19.85,0,0,0,28,163.31V208a20,20,0,0,0,20,20H92.69a19.86,19.86,0,0,0,14.14-5.86L230.14,98.82a20,20,0,0,0,0-28.28ZM91,204H52V165l84-84,39,39ZM192,103,153,64l18.34-18.34,39,39Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M221.66,90.34,192,120,136,64l29.66-29.66a8,8,0,0,1,11.31,0L221.66,79A8,8,0,0,1,221.66,90.34Z",opacity:"0.2"}),n.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM92.69,208H48V163.31l88-88L180.69,120ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M225.9,74.78,181.21,30.09a14,14,0,0,0-19.8,0L38.1,153.41a13.94,13.94,0,0,0-4.1,9.9V208a14,14,0,0,0,14,14H92.69a13.94,13.94,0,0,0,9.9-4.1L225.9,94.58a14,14,0,0,0,0-19.8ZM94.1,209.41a2,2,0,0,1-1.41.59H48a2,2,0,0,1-2-2V163.31a2,2,0,0,1,.59-1.41L136,72.48,183.51,120ZM217.41,86.1,192,111.51,144.49,64,169.9,38.58a2,2,0,0,1,2.83,0l44.68,44.69a2,2,0,0,1,0,2.83Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM92.69,208H48V163.31l88-88L180.69,120ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224.49,76.2,179.8,31.51a12,12,0,0,0-17,0L133.17,61.17h0L39.52,154.83A11.9,11.9,0,0,0,36,163.31V208a12,12,0,0,0,12,12H92.69a12,12,0,0,0,8.48-3.51L224.48,93.17a12,12,0,0,0,0-17Zm-129,134.63A4,4,0,0,1,92.69,212H48a4,4,0,0,1-4-4V163.31a4,4,0,0,1,1.17-2.83L136,69.65,186.34,120ZM218.83,87.51,192,114.34,141.66,64l26.82-26.83a4,4,0,0,1,5.66,0l44.69,44.68a4,4,0,0,1,0,5.66Z"}))]]),F8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,154.8l-47.09-21.11-.18-.08a19.94,19.94,0,0,0-19,1.75,13.08,13.08,0,0,0-1.12.84l-22.31,19c-13-7.05-26.43-20.37-33.49-33.21l19.06-22.66a11.76,11.76,0,0,0,.85-1.15,20,20,0,0,0,1.66-18.83,1.42,1.42,0,0,1-.08-.18L101.2,32A20.06,20.06,0,0,0,80.42,20.15,60.27,60.27,0,0,0,28,80c0,81.61,66.39,148,148,148a60.27,60.27,0,0,0,59.85-52.42A20.06,20.06,0,0,0,224,154.8ZM176,204A124.15,124.15,0,0,1,52,80,36.29,36.29,0,0,1,80.48,44.46l18.82,42L80.14,109.28a12,12,0,0,0-.86,1.16A20,20,0,0,0,78,130.08c9.42,19.28,28.83,38.56,48.31,48A20,20,0,0,0,146,176.63a11.63,11.63,0,0,0,1.11-.85l22.43-19.07,42,18.81A36.29,36.29,0,0,1,176,204Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M223.94,174.08A48.33,48.33,0,0,1,176,216,136,136,0,0,1,40,80,48.33,48.33,0,0,1,81.92,32.06a8,8,0,0,1,8.3,4.8l21.13,47.2a8,8,0,0,1-.66,7.53L89.32,117a7.93,7.93,0,0,0-.54,7.81c8.27,16.93,25.77,34.22,42.75,42.41a7.92,7.92,0,0,0,7.83-.59l25-21.3a8,8,0,0,1,7.59-.69l47.16,21.13A8,8,0,0,1,223.94,174.08Z",opacity:"0.2"}),n.createElement("path",{d:"M222.37,158.46l-47.11-21.11-.13-.06a16,16,0,0,0-15.17,1.4,8.12,8.12,0,0,0-.75.56L134.87,160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16,16,0,0,0,1.32-15.06l0-.12L97.54,33.64a16,16,0,0,0-16.62-9.52A56.26,56.26,0,0,0,32,80c0,79.4,64.6,144,144,144a56.26,56.26,0,0,0,55.88-48.92A16,16,0,0,0,222.37,158.46ZM176,208A128.14,128.14,0,0,1,48,80,40.2,40.2,0,0,1,82.87,40a.61.61,0,0,0,0,.12l21,47L83.2,111.86a6.13,6.13,0,0,0-.57.77,16,16,0,0,0-1,15.7c9.06,18.53,27.73,37.06,46.46,46.11a16,16,0,0,0,15.75-1.14,8.44,8.44,0,0,0,.74-.56L168.89,152l47,21.05h0s.08,0,.11,0A40.21,40.21,0,0,1,176,208Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M231.88,175.08A56.26,56.26,0,0,1,176,224C96.6,224,32,159.4,32,80A56.26,56.26,0,0,1,80.92,24.12a16,16,0,0,1,16.62,9.52l21.12,47.15,0,.12A16,16,0,0,1,117.39,96c-.18.27-.37.52-.57.77L96,121.45c7.49,15.22,23.41,31,38.83,38.51l24.34-20.71a8.12,8.12,0,0,1,.75-.56,16,16,0,0,1,15.17-1.4l.13.06,47.11,21.11A16,16,0,0,1,231.88,175.08Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M221.59,160.3l-47.24-21.17a14,14,0,0,0-13.28,1.22,4.81,4.81,0,0,0-.56.42l-24.69,21a1.88,1.88,0,0,1-1.68.06c-15.87-7.66-32.31-24-40-39.65a1.91,1.91,0,0,1,0-1.68l21.07-25a6.13,6.13,0,0,0,.42-.58,14,14,0,0,0,1.12-13.27L95.73,34.49a14,14,0,0,0-14.56-8.38A54.24,54.24,0,0,0,34,80c0,78.3,63.7,142,142,142a54.25,54.25,0,0,0,53.89-47.17A14,14,0,0,0,221.59,160.3ZM176,210C104.32,210,46,151.68,46,80A42.23,42.23,0,0,1,82.67,38h.23a2,2,0,0,1,1.84,1.31l21.1,47.11a2,2,0,0,1,0,1.67L84.73,113.15a4.73,4.73,0,0,0-.43.57,14,14,0,0,0-.91,13.73c8.87,18.16,27.17,36.32,45.53,45.19a14,14,0,0,0,13.77-1c.19-.13.38-.27.56-.42l24.68-21a1.92,1.92,0,0,1,1.6-.1l47.25,21.17a2,2,0,0,1,1.21,2A42.24,42.24,0,0,1,176,210Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M222.37,158.46l-47.11-21.11-.13-.06a16,16,0,0,0-15.17,1.4,8.12,8.12,0,0,0-.75.56L134.87,160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16,16,0,0,0,1.32-15.06l0-.12L97.54,33.64a16,16,0,0,0-16.62-9.52A56.26,56.26,0,0,0,32,80c0,79.4,64.6,144,144,144a56.26,56.26,0,0,0,55.88-48.92A16,16,0,0,0,222.37,158.46ZM176,208A128.14,128.14,0,0,1,48,80,40.2,40.2,0,0,1,82.87,40a.61.61,0,0,0,0,.12l21,47L83.2,111.86a6.13,6.13,0,0,0-.57.77,16,16,0,0,0-1,15.7c9.06,18.53,27.73,37.06,46.46,46.11a16,16,0,0,0,15.75-1.14,8.44,8.44,0,0,0,.74-.56L168.89,152l47,21.05h0s.08,0,.11,0A40.21,40.21,0,0,1,176,208Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M220.78,162.13,173.56,141A12,12,0,0,0,162.18,142a3.37,3.37,0,0,0-.38.28L137,163.42a3.93,3.93,0,0,1-3.7.21c-16.24-7.84-33.05-24.52-40.89-40.57a3.9,3.9,0,0,1,.18-3.69l21.2-25.21c.1-.12.19-.25.28-.38a12,12,0,0,0,1-11.36L93.9,35.28a12,12,0,0,0-12.48-7.19A52.25,52.25,0,0,0,36,80c0,77.2,62.8,140,140,140a52.25,52.25,0,0,0,51.91-45.42A12,12,0,0,0,220.78,162.13ZM220,173.58A44.23,44.23,0,0,1,176,212C103.22,212,44,152.78,44,80A44.23,44.23,0,0,1,82.42,36a3.87,3.87,0,0,1,.48,0,4,4,0,0,1,3.67,2.49l21.11,47.14a4,4,0,0,1-.23,3.6l-21.19,25.2c-.1.13-.2.25-.29.39a12,12,0,0,0-.78,11.75c8.69,17.79,26.61,35.58,44.6,44.27a12,12,0,0,0,11.79-.87l.37-.28,24.83-21.12a3.93,3.93,0,0,1,3.57-.27l47.21,21.16A4,4,0,0,1,220,173.58Z"}))]]),Z8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M228,128a12,12,0,0,1-12,12H140v76a12,12,0,0,1-24,0V140H40a12,12,0,0,1,0-24h76V40a12,12,0,0,1,24,0v76h76A12,12,0,0,1,228,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z",opacity:"0.2"}),n.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM184,136H136v48a8,8,0,0,1-16,0V136H72a8,8,0,0,1,0-16h48V72a8,8,0,0,1,16,0v48h48a8,8,0,0,1,0,16Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M222,128a6,6,0,0,1-6,6H134v82a6,6,0,0,1-12,0V134H40a6,6,0,0,1,0-12h82V40a6,6,0,0,1,12,0v82h82A6,6,0,0,1,222,128Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M220,128a4,4,0,0,1-4,4H132v84a4,4,0,0,1-8,0V132H40a4,4,0,0,1,0-8h84V40a4,4,0,0,1,8,0v84h84A4,4,0,0,1,220,128Z"}))]]),I8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M244,128a12,12,0,0,1-12,12H207.42l-36.69,73.37A12,12,0,0,1,160,220h-.6a12,12,0,0,1-10.61-7.72L95,71.15,66.92,133A12,12,0,0,1,56,140H24a12,12,0,0,1,0-24H48.27L85.08,35a12,12,0,0,1,22.13.7l54.28,142.46,27.78-55.56A12,12,0,0,1,200,116h32A12,12,0,0,1,244,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M96,40l33.52,88H56Zm104,88H129.52L160,208Z",opacity:"0.2"}),n.createElement("path",{d:"M240,128a8,8,0,0,1-8,8H204.94l-37.78,75.58A8,8,0,0,1,160,216h-.4a8,8,0,0,1-7.08-5.14L95.35,60.76,63.28,131.31A8,8,0,0,1,56,136H24a8,8,0,0,1,0-16H50.85L88.72,36.69a8,8,0,0,1,14.76.46l57.51,151,31.85-63.71A8,8,0,0,1,200,120h32A8,8,0,0,1,240,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm-8,96H188.64L159,188a8,8,0,0,1-6.95,4h-.46a8,8,0,0,1-6.89-4.84L103,89.92,79,132a8,8,0,0,1-7,4H48a8,8,0,0,1,0-16H67.36L97.05,68a8,8,0,0,1,14.3.82L153,166.08l24-42.05a8,8,0,0,1,6.95-4h24a8,8,0,0,1,0,16Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M238,128a6,6,0,0,1-6,6H203.71l-38.34,76.68A6,6,0,0,1,160,214h-.3a6,6,0,0,1-5.31-3.85L95.51,55.57,61.46,130.48A6,6,0,0,1,56,134H24a6,6,0,0,1,0-12H52.14l38.4-84.48a6,6,0,0,1,11.07.34L160.74,193.1l33.89-67.78A6,6,0,0,1,200,122h32A6,6,0,0,1,238,128Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,128a8,8,0,0,1-8,8H204.94l-37.78,75.58A8,8,0,0,1,160,216h-.4a8,8,0,0,1-7.08-5.14L95.35,60.76,63.28,131.31A8,8,0,0,1,56,136H24a8,8,0,0,1,0-16H50.85L88.72,36.69a8,8,0,0,1,14.76.46l57.51,151,31.85-63.71A8,8,0,0,1,200,120h32A8,8,0,0,1,240,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M236,128a4,4,0,0,1-4,4H202.47l-38.89,77.79A4,4,0,0,1,160,212h-.2a4,4,0,0,1-3.54-2.58l-60.59-159-36,79.28A4,4,0,0,1,56,132H24a4,4,0,0,1,0-8H53.42L92.36,38.35a4,4,0,0,1,7.38.23L160.5,198.06l35.92-71.85A4,4,0,0,1,200,124h32A4,4,0,0,1,236,128Z"}))]]),O8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,36H48A20,20,0,0,0,28,56v56c0,54.29,26.32,87.22,48.4,105.29,23.71,19.39,47.44,26,48.44,26.29a12.1,12.1,0,0,0,6.32,0c1-.28,24.73-6.9,48.44-26.29,22.08-18.07,48.4-51,48.4-105.29V56A20,20,0,0,0,208,36Zm-4,76c0,35.71-13.09,64.69-38.91,86.15A126.28,126.28,0,0,1,128,219.38a126.14,126.14,0,0,1-37.09-21.23C65.09,176.69,52,147.71,52,112V60H204Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,56v56c0,96-88,120-88,120S40,208,40,112V56a8,8,0,0,1,8-8H208A8,8,0,0,1,216,56Z",opacity:"0.2"}),n.createElement("path",{d:"M208,40H48A16,16,0,0,0,32,56v56c0,52.72,25.52,84.67,46.93,102.19,23.06,18.86,46,25.27,47,25.53a8,8,0,0,0,4.2,0c1-.26,23.91-6.67,47-25.53C198.48,196.67,224,164.72,224,112V56A16,16,0,0,0,208,40Zm0,72c0,37.07-13.66,67.16-40.6,89.42A129.3,129.3,0,0,1,128,223.62a128.25,128.25,0,0,1-38.92-21.81C61.82,179.51,48,149.3,48,112l0-56,160,0Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,56v56c0,52.72-25.52,84.67-46.93,102.19-23.06,18.86-46,25.27-47,25.53a8,8,0,0,1-4.2,0c-1-.26-23.91-6.67-47-25.53C57.52,196.67,32,164.72,32,112V56A16,16,0,0,1,48,40H208A16,16,0,0,1,224,56Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,42H48A14,14,0,0,0,34,56v56c0,51.94,25.12,83.4,46.2,100.64,22.73,18.6,45.27,24.89,46.22,25.15a6,6,0,0,0,3.16,0c.95-.26,23.49-6.55,46.22-25.15C196.88,195.4,222,163.94,222,112V56A14,14,0,0,0,208,42Zm2,70c0,37.76-13.94,68.39-41.44,91.06A131.17,131.17,0,0,1,128,225.72a130.94,130.94,0,0,1-40.56-22.66C59.94,180.39,46,149.76,46,112V56a2,2,0,0,1,2-2H208a2,2,0,0,1,2,2Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,40H48A16,16,0,0,0,32,56v56c0,52.72,25.52,84.67,46.93,102.19,23.06,18.86,46,25.27,47,25.53a8,8,0,0,0,4.2,0c1-.26,23.91-6.67,47-25.53C198.48,196.67,224,164.72,224,112V56A16,16,0,0,0,208,40Zm0,72c0,37.07-13.66,67.16-40.6,89.42A129.3,129.3,0,0,1,128,223.62a128.25,128.25,0,0,1-38.92-21.81C61.82,179.51,48,149.3,48,112l0-56,160,0Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,44H48A12,12,0,0,0,36,56v56c0,51.16,24.73,82.12,45.47,99.1,22.4,18.32,44.55,24.5,45.48,24.76a4,4,0,0,0,2.1,0c.93-.26,23.08-6.44,45.48-24.76,20.74-17,45.47-47.94,45.47-99.1V56A12,12,0,0,0,208,44Zm4,68c0,38.44-14.23,69.63-42.29,92.71A132.45,132.45,0,0,1,128,227.82a132.23,132.23,0,0,1-41.71-23.11C58.23,181.63,44,150.44,44,112V56a4,4,0,0,1,4-4H208a4,4,0,0,1,4,4Z"}))]]),H8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M124,216a12,12,0,0,1-12,12H48a12,12,0,0,1-12-12V40A12,12,0,0,1,48,28h64a12,12,0,0,1,0,24H60V204h52A12,12,0,0,1,124,216Zm108.49-96.49-40-40a12,12,0,0,0-17,17L195,116H112a12,12,0,0,0,0,24h83l-19.52,19.51a12,12,0,0,0,17,17l40-40A12,12,0,0,0,232.49,119.51Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,56V200a16,16,0,0,1-16,16H48V40H208A16,16,0,0,1,224,56Z",opacity:"0.2"}),n.createElement("path",{d:"M120,216a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V40a8,8,0,0,1,8-8h64a8,8,0,0,1,0,16H56V208h56A8,8,0,0,1,120,216Zm109.66-93.66-40-40a8,8,0,0,0-11.32,11.32L204.69,120H112a8,8,0,0,0,0,16h92.69l-26.35,26.34a8,8,0,0,0,11.32,11.32l40-40A8,8,0,0,0,229.66,122.34Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M120,216a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V40a8,8,0,0,1,8-8h64a8,8,0,0,1,0,16H56V208h56A8,8,0,0,1,120,216Zm109.66-93.66-40-40A8,8,0,0,0,176,88v32H112a8,8,0,0,0,0,16h64v32a8,8,0,0,0,13.66,5.66l40-40A8,8,0,0,0,229.66,122.34Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M118,216a6,6,0,0,1-6,6H48a6,6,0,0,1-6-6V40a6,6,0,0,1,6-6h64a6,6,0,0,1,0,12H54V210h58A6,6,0,0,1,118,216Zm110.24-92.24-40-40a6,6,0,0,0-8.48,8.48L209.51,122H112a6,6,0,0,0,0,12h97.51l-29.75,29.76a6,6,0,1,0,8.48,8.48l40-40A6,6,0,0,0,228.24,123.76Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M120,216a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V40a8,8,0,0,1,8-8h64a8,8,0,0,1,0,16H56V208h56A8,8,0,0,1,120,216Zm109.66-93.66-40-40a8,8,0,0,0-11.32,11.32L204.69,120H112a8,8,0,0,0,0,16h92.69l-26.35,26.34a8,8,0,0,0,11.32,11.32l40-40A8,8,0,0,0,229.66,122.34Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M116,216a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V40a4,4,0,0,1,4-4h64a4,4,0,0,1,0,8H52V212h60A4,4,0,0,1,116,216Zm110.83-90.83-40-40a4,4,0,0,0-5.66,5.66L214.34,124H112a4,4,0,0,0,0,8H214.34l-33.17,33.17a4,4,0,0,0,5.66,5.66l40-40A4,4,0,0,0,226.83,125.17Z"}))]]),V8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M243,96a20.33,20.33,0,0,0-17.74-14l-56.59-4.57L146.83,24.62a20.36,20.36,0,0,0-37.66,0L87.35,77.44,30.76,82A20.45,20.45,0,0,0,19.1,117.88l43.18,37.24-13.2,55.7A20.37,20.37,0,0,0,79.57,233L128,203.19,176.43,233a20.39,20.39,0,0,0,30.49-22.15l-13.2-55.7,43.18-37.24A20.43,20.43,0,0,0,243,96ZM172.53,141.7a12,12,0,0,0-3.84,11.86L181.58,208l-47.29-29.08a12,12,0,0,0-12.58,0L74.42,208l12.89-54.4a12,12,0,0,0-3.84-11.86L41.2,105.24l55.4-4.47a12,12,0,0,0,10.13-7.38L128,41.89l21.27,51.5a12,12,0,0,0,10.13,7.38l55.4,4.47Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M229.06,108.79l-48.7,42,14.88,62.79a8.4,8.4,0,0,1-12.52,9.17L128,189.09,73.28,222.74a8.4,8.4,0,0,1-12.52-9.17l14.88-62.79-48.7-42A8.46,8.46,0,0,1,31.73,94L95.64,88.8l24.62-59.6a8.36,8.36,0,0,1,15.48,0l24.62,59.6L224.27,94A8.46,8.46,0,0,1,229.06,108.79Z",opacity:"0.2"}),n.createElement("path",{d:"M239.18,97.26A16.38,16.38,0,0,0,224.92,86l-59-4.76L143.14,26.15a16.36,16.36,0,0,0-30.27,0L90.11,81.23,31.08,86a16.46,16.46,0,0,0-9.37,28.86l45,38.83L53,211.75a16.38,16.38,0,0,0,24.5,17.82L128,198.49l50.53,31.08A16.4,16.4,0,0,0,203,211.75l-13.76-58.07,45-38.83A16.43,16.43,0,0,0,239.18,97.26Zm-15.34,5.47-48.7,42a8,8,0,0,0-2.56,7.91l14.88,62.8a.37.37,0,0,1-.17.48c-.18.14-.23.11-.38,0l-54.72-33.65a8,8,0,0,0-8.38,0L69.09,215.94c-.15.09-.19.12-.38,0a.37.37,0,0,1-.17-.48l14.88-62.8a8,8,0,0,0-2.56-7.91l-48.7-42c-.12-.1-.23-.19-.13-.5s.18-.27.33-.29l63.92-5.16A8,8,0,0,0,103,91.86l24.62-59.61c.08-.17.11-.25.35-.25s.27.08.35.25L153,91.86a8,8,0,0,0,6.75,4.92l63.92,5.16c.15,0,.24,0,.33.29S224,102.63,223.84,102.73Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M234.29,114.85l-45,38.83L203,211.75a16.4,16.4,0,0,1-24.5,17.82L128,198.49,77.47,229.57A16.4,16.4,0,0,1,53,211.75l13.76-58.07-45-38.83A16.46,16.46,0,0,1,31.08,86l59-4.76,22.76-55.08a16.36,16.36,0,0,1,30.27,0l22.75,55.08,59,4.76a16.46,16.46,0,0,1,9.37,28.86Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M237.28,97.87A14.18,14.18,0,0,0,224.76,88l-60.25-4.87-23.22-56.2a14.37,14.37,0,0,0-26.58,0L91.49,83.11,31.24,88a14.18,14.18,0,0,0-12.52,9.89A14.43,14.43,0,0,0,23,113.32L69,152.93l-14,59.25a14.4,14.4,0,0,0,5.59,15,14.1,14.1,0,0,0,15.91.6L128,196.12l51.58,31.71a14.1,14.1,0,0,0,15.91-.6,14.4,14.4,0,0,0,5.59-15l-14-59.25L233,113.32A14.43,14.43,0,0,0,237.28,97.87Zm-12.14,6.37-48.69,42a6,6,0,0,0-1.92,5.92l14.88,62.79a2.35,2.35,0,0,1-.95,2.57,2.24,2.24,0,0,1-2.6.1L131.14,184a6,6,0,0,0-6.28,0L70.14,217.61a2.24,2.24,0,0,1-2.6-.1,2.35,2.35,0,0,1-1-2.57l14.88-62.79a6,6,0,0,0-1.92-5.92l-48.69-42a2.37,2.37,0,0,1-.73-2.65,2.28,2.28,0,0,1,2.07-1.65l63.92-5.16a6,6,0,0,0,5.06-3.69l24.63-59.6a2.35,2.35,0,0,1,4.38,0l24.63,59.6a6,6,0,0,0,5.06,3.69l63.92,5.16a2.28,2.28,0,0,1,2.07,1.65A2.37,2.37,0,0,1,225.14,104.24Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M239.18,97.26A16.38,16.38,0,0,0,224.92,86l-59-4.76L143.14,26.15a16.36,16.36,0,0,0-30.27,0L90.11,81.23,31.08,86a16.46,16.46,0,0,0-9.37,28.86l45,38.83L53,211.75a16.38,16.38,0,0,0,24.5,17.82L128,198.49l50.53,31.08A16.4,16.4,0,0,0,203,211.75l-13.76-58.07,45-38.83A16.43,16.43,0,0,0,239.18,97.26Zm-15.34,5.47-48.7,42a8,8,0,0,0-2.56,7.91l14.88,62.8a.37.37,0,0,1-.17.48c-.18.14-.23.11-.38,0l-54.72-33.65a8,8,0,0,0-8.38,0L69.09,215.94c-.15.09-.19.12-.38,0a.37.37,0,0,1-.17-.48l14.88-62.8a8,8,0,0,0-2.56-7.91l-48.7-42c-.12-.1-.23-.19-.13-.5s.18-.27.33-.29l63.92-5.16A8,8,0,0,0,103,91.86l24.62-59.61c.08-.17.11-.25.35-.25s.27.08.35.25L153,91.86a8,8,0,0,0,6.75,4.92l63.92,5.16c.15,0,.24,0,.33.29S224,102.63,223.84,102.73Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M235.36,98.49A12.21,12.21,0,0,0,224.59,90l-61.47-5L139.44,27.67a12.37,12.37,0,0,0-22.88,0L92.88,85,31.41,90a12.45,12.45,0,0,0-7.07,21.84l46.85,40.41L56.87,212.64a12.35,12.35,0,0,0,18.51,13.49L128,193.77l52.62,32.36a12.12,12.12,0,0,0,13.69-.51,12.28,12.28,0,0,0,4.82-13l-14.32-60.42,46.85-40.41A12.29,12.29,0,0,0,235.36,98.49Zm-8.93,7.26-48.68,42a4,4,0,0,0-1.28,3.95l14.87,62.79a4.37,4.37,0,0,1-1.72,4.65,4.24,4.24,0,0,1-4.81.18L130.1,185.67a4,4,0,0,0-4.2,0L71.19,219.32a4.24,4.24,0,0,1-4.81-.18,4.37,4.37,0,0,1-1.72-4.65L79.53,151.7a4,4,0,0,0-1.28-3.95l-48.68-42A4.37,4.37,0,0,1,28.25,101a4.31,4.31,0,0,1,3.81-3L96,92.79a4,4,0,0,0,3.38-2.46L124,30.73a4.35,4.35,0,0,1,8.08,0l24.62,59.6A4,4,0,0,0,160,92.79l63.9,5.15a4.31,4.31,0,0,1,3.81,3A4.37,4.37,0,0,1,226.43,105.75Z"}))]]),D8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,48H180V36A28,28,0,0,0,152,8H104A28,28,0,0,0,76,36V48H40a12,12,0,0,0,0,24h4V208a20,20,0,0,0,20,20H192a20,20,0,0,0,20-20V72h4a12,12,0,0,0,0-24ZM100,36a4,4,0,0,1,4-4h48a4,4,0,0,1,4,4V48H100Zm88,168H68V72H188ZM116,104v64a12,12,0,0,1-24,0V104a12,12,0,0,1,24,0Zm48,0v64a12,12,0,0,1-24,0V104a12,12,0,0,1,24,0Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M200,56V208a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V56Z",opacity:"0.2"}),n.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM112,168a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm0-120H96V40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,50H174V40a22,22,0,0,0-22-22H104A22,22,0,0,0,82,40V50H40a6,6,0,0,0,0,12H50V208a14,14,0,0,0,14,14H192a14,14,0,0,0,14-14V62h10a6,6,0,0,0,0-12ZM94,40a10,10,0,0,1,10-10h48a10,10,0,0,1,10,10V50H94ZM194,208a2,2,0,0,1-2,2H64a2,2,0,0,1-2-2V62H194ZM110,104v64a6,6,0,0,1-12,0V104a6,6,0,0,1,12,0Zm48,0v64a6,6,0,0,1-12,0V104a6,6,0,0,1,12,0Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,52H172V40a20,20,0,0,0-20-20H104A20,20,0,0,0,84,40V52H40a4,4,0,0,0,0,8H52V208a12,12,0,0,0,12,12H192a12,12,0,0,0,12-12V60h12a4,4,0,0,0,0-8ZM92,40a12,12,0,0,1,12-12h48a12,12,0,0,1,12,12V52H92ZM196,208a4,4,0,0,1-4,4H64a4,4,0,0,1-4-4V60H196ZM108,104v64a4,4,0,0,1-8,0V104a4,4,0,0,1,8,0Zm48,0v64a4,4,0,0,1-8,0V104a4,4,0,0,1,8,0Z"}))]]),N8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M234.38,210a123.36,123.36,0,0,0-60.78-53.23,76,76,0,1,0-91.2,0A123.36,123.36,0,0,0,21.62,210a12,12,0,1,0,20.77,12c18.12-31.32,50.12-50,85.61-50s67.49,18.69,85.61,50a12,12,0,0,0,20.77-12ZM76,96a52,52,0,1,1,52,52A52.06,52.06,0,0,1,76,96Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M192,96a64,64,0,1,1-64-64A64,64,0,0,1,192,96Z",opacity:"0.2"}),n.createElement("path",{d:"M230.92,212c-15.23-26.33-38.7-45.21-66.09-54.16a72,72,0,1,0-73.66,0C63.78,166.78,40.31,185.66,25.08,212a8,8,0,1,0,13.85,8c18.84-32.56,52.14-52,89.07-52s70.23,19.44,89.07,52a8,8,0,1,0,13.85-8ZM72,96a56,56,0,1,1,56,56A56.06,56.06,0,0,1,72,96Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M230.93,220a8,8,0,0,1-6.93,4H32a8,8,0,0,1-6.92-12c15.23-26.33,38.7-45.21,66.09-54.16a72,72,0,1,1,73.66,0c27.39,8.95,50.86,27.83,66.09,54.16A8,8,0,0,1,230.93,220Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M229.19,213c-15.81-27.32-40.63-46.49-69.47-54.62a70,70,0,1,0-63.44,0C67.44,166.5,42.62,185.67,26.81,213a6,6,0,1,0,10.38,6C56.4,185.81,90.34,166,128,166s71.6,19.81,90.81,53a6,6,0,1,0,10.38-6ZM70,96a58,58,0,1,1,58,58A58.07,58.07,0,0,1,70,96Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M230.92,212c-15.23-26.33-38.7-45.21-66.09-54.16a72,72,0,1,0-73.66,0C63.78,166.78,40.31,185.66,25.08,212a8,8,0,1,0,13.85,8c18.84-32.56,52.14-52,89.07-52s70.23,19.44,89.07,52a8,8,0,1,0,13.85-8ZM72,96a56,56,0,1,1,56,56A56.06,56.06,0,0,1,72,96Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M227.46,214c-16.52-28.56-43-48.06-73.68-55.09a68,68,0,1,0-51.56,0c-30.64,7-57.16,26.53-73.68,55.09a4,4,0,0,0,6.92,4C55,184.19,89.62,164,128,164s73,20.19,92.54,54a4,4,0,0,0,3.46,2,3.93,3.93,0,0,0,2-.54A4,4,0,0,0,227.46,214ZM68,96a60,60,0,1,1,60,60A60.07,60.07,0,0,1,68,96Z"}))]]),U8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,20A108,108,0,1,0,236,128,108.12,108.12,0,0,0,128,20ZM79.57,196.57a60,60,0,0,1,96.86,0,83.72,83.72,0,0,1-96.86,0ZM100,120a28,28,0,1,1,28,28A28,28,0,0,1,100,120ZM194,179.94a83.48,83.48,0,0,0-29-23.42,52,52,0,1,0-74,0,83.48,83.48,0,0,0-29,23.42,84,84,0,1,1,131.9,0Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a95.76,95.76,0,0,1-31.8,71.37A72,72,0,0,0,128,160a40,40,0,1,0-40-40,40,40,0,0,0,40,40,72,72,0,0,0-64.2,39.37h0A96,96,0,1,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24ZM74.08,197.5a64,64,0,0,1,107.84,0,87.83,87.83,0,0,1-107.84,0ZM96,120a32,32,0,1,1,32,32A32,32,0,0,1,96,120Zm97.76,66.41a79.66,79.66,0,0,0-36.06-28.75,48,48,0,1,0-59.4,0,79.66,79.66,0,0,0-36.06,28.75,88,88,0,1,1,131.52,0Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M172,120a44,44,0,1,1-44-44A44.05,44.05,0,0,1,172,120Zm60,8A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88.09,88.09,0,0,0-91.47-87.93C77.43,41.89,39.87,81.12,40,128.25a87.65,87.65,0,0,0,22.24,58.16A79.71,79.71,0,0,1,84,165.1a4,4,0,0,1,4.83.32,59.83,59.83,0,0,0,78.28,0,4,4,0,0,1,4.83-.32,79.71,79.71,0,0,1,21.79,21.31A87.62,87.62,0,0,0,216,128Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,26A102,102,0,1,0,230,128,102.12,102.12,0,0,0,128,26ZM71.44,198a66,66,0,0,1,113.12,0,89.8,89.8,0,0,1-113.12,0ZM94,120a34,34,0,1,1,34,34A34,34,0,0,1,94,120Zm99.51,69.64a77.53,77.53,0,0,0-40-31.38,46,46,0,1,0-51,0,77.53,77.53,0,0,0-40,31.38,90,90,0,1,1,131,0Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24ZM74.08,197.5a64,64,0,0,1,107.84,0,87.83,87.83,0,0,1-107.84,0ZM96,120a32,32,0,1,1,32,32A32,32,0,0,1,96,120Zm97.76,66.41a79.66,79.66,0,0,0-36.06-28.75,48,48,0,1,0-59.4,0,79.66,79.66,0,0,0-36.06,28.75,88,88,0,1,1,131.52,0Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,28A100,100,0,1,0,228,128,100.11,100.11,0,0,0,128,28ZM68.87,198.42a68,68,0,0,1,118.26,0,91.8,91.8,0,0,1-118.26,0Zm124.3-5.55a75.61,75.61,0,0,0-44.51-34,44,44,0,1,0-41.32,0,75.61,75.61,0,0,0-44.51,34,92,92,0,1,1,130.34,0ZM128,156a36,36,0,1,1,36-36A36,36,0,0,1,128,156Z"}))]]),B8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M164,56a12,12,0,0,1,12-12h12V32a12,12,0,0,1,24,0V44h12a12,12,0,0,1,0,24H212V80a12,12,0,0,1-24,0V68H176A12,12,0,0,1,164,56Zm70.51,54A107.88,107.88,0,1,1,146,21.49a12,12,0,0,1-4,23.67A85,85,0,0,0,128,44,83.94,83.94,0,0,0,62.05,179.94a83.48,83.48,0,0,1,29-23.42,52,52,0,1,1,74,0,83.36,83.36,0,0,1,29,23.42A83.52,83.52,0,0,0,212,128a85.2,85.2,0,0,0-1.16-14,12,12,0,0,1,23.67-4ZM128,148a28,28,0,1,0-28-28A28,28,0,0,0,128,148Zm0,64a83.53,83.53,0,0,0,48.43-15.43,60,60,0,0,0-96.86,0A83.53,83.53,0,0,0,128,212Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a95.76,95.76,0,0,1-31.8,71.37A72,72,0,0,0,128,160a40,40,0,1,0-40-40,40,40,0,0,0,40,40,72,72,0,0,0-64.2,39.37h0A96,96,0,1,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M168,56a8,8,0,0,1,8-8h16V32a8,8,0,0,1,16,0V48h16a8,8,0,0,1,0,16H208V80a8,8,0,0,1-16,0V64H176A8,8,0,0,1,168,56Zm62.56,54.68a103.92,103.92,0,1,1-85.24-85.24,8,8,0,0,1-2.64,15.78A88.07,88.07,0,0,0,40,128a87.62,87.62,0,0,0,22.24,58.41A79.66,79.66,0,0,1,98.3,157.66a48,48,0,1,1,59.4,0,79.66,79.66,0,0,1,36.06,28.75A87.62,87.62,0,0,0,216,128a88.85,88.85,0,0,0-1.22-14.68,8,8,0,1,1,15.78-2.64ZM128,152a32,32,0,1,0-32-32A32,32,0,0,0,128,152Zm0,64a87.57,87.57,0,0,0,53.92-18.5,64,64,0,0,0-107.84,0A87.57,87.57,0,0,0,128,216Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,76a44,44,0,1,1-44,44A44,44,0,0,1,128,76Zm48-12h16V80a8,8,0,0,0,16,0V64h16a8,8,0,0,0,0-16H208V32a8,8,0,0,0-16,0V48H176a8,8,0,0,0,0,16Zm45.35,40.11a8,8,0,0,0-6.57,9.21A88.85,88.85,0,0,1,216,128a87.62,87.62,0,0,1-22.24,58.41A79.86,79.86,0,0,0,172,165.1a4,4,0,0,0-4.84.32,59.81,59.81,0,0,1-78.27,0A4,4,0,0,0,84,165.1a79.71,79.71,0,0,0-21.79,21.31A88,88,0,0,1,128,40a88.76,88.76,0,0,1,14.68,1.22,8,8,0,0,0,2.64-15.78,103.92,103.92,0,1,0,85.24,85.24A8,8,0,0,0,221.35,104.11Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M170,56a6,6,0,0,1,6-6h18V32a6,6,0,0,1,12,0V50h18a6,6,0,0,1,0,12H206V80a6,6,0,0,1-12,0V62H176A6,6,0,0,1,170,56Zm58.59,55A101.9,101.9,0,1,1,145,27.41a6,6,0,1,1-2,11.83A91.66,91.66,0,0,0,128,38,89.95,89.95,0,0,0,62.49,189.64a77.53,77.53,0,0,1,40-31.38,46,46,0,1,1,51,0,77.53,77.53,0,0,1,40,31.38A89.65,89.65,0,0,0,218,128a91.76,91.76,0,0,0-1.24-15,6,6,0,1,1,11.83-2ZM128,154a34,34,0,1,0-34-34A34,34,0,0,0,128,154Zm0,64A89.58,89.58,0,0,0,184.56,198a66,66,0,0,0-113.12,0A89.58,89.58,0,0,0,128,218Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M168,56a8,8,0,0,1,8-8h16V32a8,8,0,0,1,16,0V48h16a8,8,0,0,1,0,16H208V80a8,8,0,0,1-16,0V64H176A8,8,0,0,1,168,56Zm62.56,54.68a103.92,103.92,0,1,1-85.24-85.24,8,8,0,0,1-2.64,15.78A88.07,88.07,0,0,0,40,128a87.62,87.62,0,0,0,22.24,58.41A79.66,79.66,0,0,1,98.3,157.66a48,48,0,1,1,59.4,0,79.66,79.66,0,0,1,36.06,28.75A87.62,87.62,0,0,0,216,128a88.85,88.85,0,0,0-1.22-14.68,8,8,0,1,1,15.78-2.64ZM128,152a32,32,0,1,0-32-32A32,32,0,0,0,128,152Zm0,64a87.57,87.57,0,0,0,53.92-18.5,64,64,0,0,0-107.84,0A87.57,87.57,0,0,0,128,216Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M172,56a4,4,0,0,1,4-4h20V32a4,4,0,0,1,8,0V52h20a4,4,0,0,1,0,8H204V80a4,4,0,0,1-8,0V60H176A4,4,0,0,1,172,56Zm54.62,55.34a99.89,99.89,0,1,1-82-82,4,4,0,0,1-1.32,7.89A93.4,93.4,0,0,0,128,36,92,92,0,0,0,62.83,192.87a75.61,75.61,0,0,1,44.51-34,44,44,0,1,1,41.32,0,75.61,75.61,0,0,1,44.51,34A91.69,91.69,0,0,0,220,128a93.58,93.58,0,0,0-1.27-15.34,4,4,0,0,1,7.89-1.32ZM128,156a36,36,0,1,0-36-36A36,36,0,0,0,128,156Zm0,64a91.61,91.61,0,0,0,59.14-21.58,68,68,0,0,0-118.27,0A91.56,91.56,0,0,0,128,220Z"}))]]),W8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M125.18,156.94a64,64,0,1,0-82.36,0,100.23,100.23,0,0,0-39.49,32,12,12,0,0,0,19.35,14.2,76,76,0,0,1,122.64,0,12,12,0,0,0,19.36-14.2A100.33,100.33,0,0,0,125.18,156.94ZM44,108a40,40,0,1,1,40,40A40,40,0,0,1,44,108Zm206.1,97.67a12,12,0,0,1-16.78-2.57A76.31,76.31,0,0,0,172,172a12,12,0,0,1,0-24,40,40,0,1,0-10.3-78.67,12,12,0,1,1-6.16-23.19,64,64,0,0,1,57.64,110.8,100.23,100.23,0,0,1,39.49,32A12,12,0,0,1,250.1,205.67Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M136,108A52,52,0,1,1,84,56,52,52,0,0,1,136,108Z",opacity:"0.2"}),n.createElement("path",{d:"M117.25,157.92a60,60,0,1,0-66.5,0A95.83,95.83,0,0,0,3.53,195.63a8,8,0,1,0,13.4,8.74,80,80,0,0,1,134.14,0,8,8,0,0,0,13.4-8.74A95.83,95.83,0,0,0,117.25,157.92ZM40,108a44,44,0,1,1,44,44A44.05,44.05,0,0,1,40,108Zm210.14,98.7a8,8,0,0,1-11.07-2.33A79.83,79.83,0,0,0,172,168a8,8,0,0,1,0-16,44,44,0,1,0-16.34-84.87,8,8,0,1,1-5.94-14.85,60,60,0,0,1,55.53,105.64,95.83,95.83,0,0,1,47.22,37.71A8,8,0,0,1,250.14,206.7Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M164.47,195.63a8,8,0,0,1-6.7,12.37H10.23a8,8,0,0,1-6.7-12.37,95.83,95.83,0,0,1,47.22-37.71,60,60,0,1,1,66.5,0A95.83,95.83,0,0,1,164.47,195.63Zm87.91-.15a95.87,95.87,0,0,0-47.13-37.56A60,60,0,0,0,144.7,54.59a4,4,0,0,0-1.33,6A75.83,75.83,0,0,1,147,150.53a4,4,0,0,0,1.07,5.53,112.32,112.32,0,0,1,29.85,30.83,23.92,23.92,0,0,1,3.65,16.47,4,4,0,0,0,3.95,4.64h60.3a8,8,0,0,0,7.73-5.93A8.22,8.22,0,0,0,252.38,195.48Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M112.6,158.43a58,58,0,1,0-57.2,0A93.83,93.83,0,0,0,5.21,196.72a6,6,0,0,0,10.05,6.56,82,82,0,0,1,137.48,0,6,6,0,0,0,10-6.56A93.83,93.83,0,0,0,112.6,158.43ZM38,108a46,46,0,1,1,46,46A46.06,46.06,0,0,1,38,108Zm211,97a6,6,0,0,1-8.3-1.74A81.8,81.8,0,0,0,172,166a6,6,0,0,1,0-12,46,46,0,1,0-17.08-88.73,6,6,0,1,1-4.46-11.14,58,58,0,0,1,50.14,104.3,93.83,93.83,0,0,1,50.19,38.29A6,6,0,0,1,249,205Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M117.25,157.92a60,60,0,1,0-66.5,0A95.83,95.83,0,0,0,3.53,195.63a8,8,0,1,0,13.4,8.74,80,80,0,0,1,134.14,0,8,8,0,0,0,13.4-8.74A95.83,95.83,0,0,0,117.25,157.92ZM40,108a44,44,0,1,1,44,44A44.05,44.05,0,0,1,40,108Zm210.14,98.7a8,8,0,0,1-11.07-2.33A79.83,79.83,0,0,0,172,168a8,8,0,0,1,0-16,44,44,0,1,0-16.34-84.87,8,8,0,1,1-5.94-14.85,60,60,0,0,1,55.53,105.64,95.83,95.83,0,0,1,47.22,37.71A8,8,0,0,1,250.14,206.7Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M107.19,159a56,56,0,1,0-46.38,0A91.83,91.83,0,0,0,6.88,197.81a4,4,0,1,0,6.7,4.37,84,84,0,0,1,140.84,0,4,4,0,1,0,6.7-4.37A91.83,91.83,0,0,0,107.19,159ZM36,108a48,48,0,1,1,48,48A48.05,48.05,0,0,1,36,108Zm212,95.35a4,4,0,0,1-5.53-1.17A83.81,83.81,0,0,0,172,164a4,4,0,0,1,0-8,48,48,0,1,0-17.82-92.58,4,4,0,1,1-3-7.43,56,56,0,0,1,44,103,91.83,91.83,0,0,1,53.93,38.86A4,4,0,0,1,248,203.35Z"}))]]),G8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240.26,186.1,152.81,34.23h0a28.74,28.74,0,0,0-49.62,0L15.74,186.1a27.45,27.45,0,0,0,0,27.71A28.31,28.31,0,0,0,40.55,228h174.9a28.31,28.31,0,0,0,24.79-14.19A27.45,27.45,0,0,0,240.26,186.1Zm-20.8,15.7a4.46,4.46,0,0,1-4,2.2H40.55a4.46,4.46,0,0,1-4-2.2,3.56,3.56,0,0,1,0-3.73L124,46.2a4.77,4.77,0,0,1,8,0l87.44,151.87A3.56,3.56,0,0,1,219.46,201.8ZM116,136V104a12,12,0,0,1,24,0v32a12,12,0,0,1-24,0Zm28,40a16,16,0,1,1-16-16A16,16,0,0,1,144,176Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M215.46,216H40.54C27.92,216,20,202.79,26.13,192.09L113.59,40.22c6.3-11,22.52-11,28.82,0l87.46,151.87C236,202.79,228.08,216,215.46,216Z",opacity:"0.2"}),n.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM120,104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm8,88a12,12,0,1,1,12-12A12,12,0,0,1,128,192Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M235.07,189.09,147.61,37.22h0a22.75,22.75,0,0,0-39.22,0L20.93,189.09a21.53,21.53,0,0,0,0,21.72A22.35,22.35,0,0,0,40.55,222h174.9a22.35,22.35,0,0,0,19.6-11.19A21.53,21.53,0,0,0,235.07,189.09ZM224.66,204.8a10.46,10.46,0,0,1-9.21,5.2H40.55a10.46,10.46,0,0,1-9.21-5.2,9.51,9.51,0,0,1,0-9.72L118.79,43.21a10.75,10.75,0,0,1,18.42,0l87.46,151.87A9.51,9.51,0,0,1,224.66,204.8ZM122,144V104a6,6,0,0,1,12,0v40a6,6,0,0,1-12,0Zm16,36a10,10,0,1,1-10-10A10,10,0,0,1,138,180Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M233.34,190.09,145.88,38.22h0a20.75,20.75,0,0,0-35.76,0L22.66,190.09a19.52,19.52,0,0,0,0,19.71A20.36,20.36,0,0,0,40.54,220H215.46a20.36,20.36,0,0,0,17.86-10.2A19.52,19.52,0,0,0,233.34,190.09ZM226.4,205.8a12.47,12.47,0,0,1-10.94,6.2H40.54a12.47,12.47,0,0,1-10.94-6.2,11.45,11.45,0,0,1,0-11.72L117.05,42.21a12.76,12.76,0,0,1,21.9,0L226.4,194.08A11.45,11.45,0,0,1,226.4,205.8ZM124,144V104a4,4,0,0,1,8,0v40a4,4,0,0,1-8,0Zm12,36a8,8,0,1,1-8-8A8,8,0,0,1,136,180Z"}))]]),q8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,20A108,108,0,1,0,236,128,108.12,108.12,0,0,0,128,20Zm0,192a84,84,0,1,1,84-84A84.09,84.09,0,0,1,128,212Zm-12-80V80a12,12,0,0,1,24,0v52a12,12,0,0,1-24,0Zm28,40a16,16,0,1,1-16-16A16,16,0,0,1,144,172Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216Zm-8-80V80a8,8,0,0,1,16,0v56a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,172Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm-8,56a8,8,0,0,1,16,0v56a8,8,0,0,1-16,0Zm8,104a12,12,0,1,1,12-12A12,12,0,0,1,128,184Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,26A102,102,0,1,0,230,128,102.12,102.12,0,0,0,128,26Zm0,192a90,90,0,1,1,90-90A90.1,90.1,0,0,1,128,218Zm-6-82V80a6,6,0,0,1,12,0v56a6,6,0,0,1-12,0Zm16,36a10,10,0,1,1-10-10A10,10,0,0,1,138,172Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216Zm-8-80V80a8,8,0,0,1,16,0v56a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,172Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,28A100,100,0,1,0,228,128,100.11,100.11,0,0,0,128,28Zm0,192a92,92,0,1,1,92-92A92.1,92.1,0,0,1,128,220Zm-4-84V80a4,4,0,0,1,8,0v56a4,4,0,0,1-8,0Zm12,36a8,8,0,1,1-8-8A8,8,0,0,1,136,172Z"}))]]),K8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z",opacity:"0.2"}),n.createElement("path",{d:"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM181.66,170.34a8,8,0,0,1-11.32,11.32L128,139.31,85.66,181.66a8,8,0,0,1-11.32-11.32L116.69,128,74.34,85.66A8,8,0,0,1,85.66,74.34L128,116.69l42.34-42.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M204.24,195.76a6,6,0,1,1-8.48,8.48L128,136.49,60.24,204.24a6,6,0,0,1-8.48-8.48L119.51,128,51.76,60.24a6,6,0,0,1,8.48-8.48L128,119.51l67.76-67.75a6,6,0,0,1,8.48,8.48L136.49,128Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M202.83,197.17a4,4,0,0,1-5.66,5.66L128,133.66,58.83,202.83a4,4,0,0,1-5.66-5.66L122.34,128,53.17,58.83a4,4,0,0,1,5.66-5.66L128,122.34l69.17-69.17a4,4,0,1,1,5.66,5.66L133.66,128Z"}))]]),Y8=c.createContext({color:"currentColor",size:"1em",weight:"regular",mirrored:!1}),we=n.forwardRef((e,r)=>{const{alt:a,color:o,size:s,weight:i,mirrored:h,children:d,weights:u,...f}=e,{color:p="currentColor",size:m,weight:g="regular",mirrored:v=!1,...b}=n.useContext(Y8);return n.createElement("svg",{ref:r,xmlns:"http://www.w3.org/2000/svg",width:s??m,height:s??m,fill:o??p,viewBox:"0 0 256 256",transform:h||v?"scale(-1, 1)":void 0,...b,...f},!!a&&n.createElement("title",null,a),d,u.get(i??g))});we.displayName="IconBase";const td=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:t8}));td.displayName="ArchiveIcon";const rd=td,ad=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:r8}));ad.displayName="ArrowCounterClockwiseIcon";const Q8=ad,nd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:a8}));nd.displayName="ArrowSquareOutIcon";const J8=nd,od=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:n8}));od.displayName="BellIcon";const X8=od,sd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:o8}));sd.displayName="BellSlashIcon";const ji=sd,id=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:s8}));id.displayName="BuildingsIcon";const cd=id,ld=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:i8}));ld.displayName="CameraIcon";const ks=ld,dd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:c8}));dd.displayName="CaretDownIcon";const cr=dd,ud=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:l8}));ud.displayName="CaretLeftIcon";const ta=ud,pd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:d8}));pd.displayName="CaretRightIcon";const ka=pd,hd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:u8}));hd.displayName="CaretUpIcon";const fd=hd,md=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:p8}));md.displayName="CaretUpDownIcon";const ef=md,gd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:h8}));gd.displayName="CheckIcon";const it=gd,vd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:f8}));vd.displayName="CheckCircleIcon";const tf=vd,xd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:m8}));xd.displayName="ChecksIcon";const rf=xd,bd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:g8}));bd.displayName="CircleIcon";const af=bd,wd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:v8}));wd.displayName="CircleNotchIcon";const xt=wd,yd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:x8}));yd.displayName="CopyIcon";const qr=yd,jd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:b8}));jd.displayName="DeviceMobileIcon";const Cs=jd,_d=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:w8}));_d.displayName="DotsThreeIcon";const nf=_d,kd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:y8}));kd.displayName="DownloadSimpleIcon";const Cd=kd,Sd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:j8}));Sd.displayName="EnvelopeSimpleIcon";const Pn=Sd,Ed=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:_8}));Ed.displayName="EyeIcon";const ao=Ed,Ad=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:k8}));Ad.displayName="EyeSlashIcon";const no=Ad,zd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:C8}));zd.displayName="FingerprintIcon";const ns=zd,$d=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:S8}));$d.displayName="GearSixIcon";const Er=$d,Md=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:E8}));Md.displayName="GlobeIcon";const of=Md,Ld=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:A8}));Ld.displayName="HashIcon";const Rd=Ld,Pd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:z8}));Pd.displayName="KeyIcon";const sf=Pd,Td=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:$8}));Td.displayName="LightningIcon";const cf=Td,Fd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:M8}));Fd.displayName="LinkIcon";const lf=Fd,Zd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:L8}));Zd.displayName="LockIcon";const df=Zd,Id=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:R8}));Id.displayName="MagnifyingGlassIcon";const uf=Id,Od=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:P8}));Od.displayName="PaperPlaneTiltIcon";const Hd=Od,Vd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:T8}));Vd.displayName="PencilSimpleIcon";const os=Vd,Dd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:F8}));Dd.displayName="PhoneIcon";const pf=Dd,Nd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:Z8}));Nd.displayName="PlusIcon";const wt=Nd,Ud=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:I8}));Ud.displayName="PulseIcon";const hf=Ud,Bd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:O8}));Bd.displayName="ShieldIcon";const Lt=Bd,Wd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:H8}));Wd.displayName="SignOutIcon";const Ar=Wd,Gd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:V8}));Gd.displayName="StarIcon";const ff=Gd,qd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:D8}));qd.displayName="TrashIcon";const Ss=qd,Kd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:N8}));Kd.displayName="UserIcon";const Ca=Kd,Yd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:U8}));Yd.displayName="UserCircleIcon";const mf=Yd,Qd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:B8}));Qd.displayName="UserCirclePlusIcon";const gf=Qd,Jd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:W8}));Jd.displayName="UsersIcon";const wn=Jd,Xd=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:G8}));Xd.displayName="WarningIcon";const ra=Xd,e1=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:q8}));e1.displayName="WarningCircleIcon";const zr=e1,t1=n.forwardRef((e,r)=>n.createElement(we,{ref:r,...e,weights:K8}));t1.displayName="XIcon";const Es=t1,vf=l.div`
|
|
99
|
+
See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-several-instances-of-module-on-the-page for more info.`),window[Ia]+=1);const t8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,44H32A20,20,0,0,0,12,64V88a20,20,0,0,0,16,19.6V192a20,20,0,0,0,20,20H208a20,20,0,0,0,20-20V107.6A20,20,0,0,0,244,88V64A20,20,0,0,0,224,44ZM36,68H220V84H36ZM52,188V108H204v80Zm112-52a12,12,0,0,1-12,12H104a12,12,0,0,1,0-24h48A12,12,0,0,1,164,136Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,96v96a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96Z",opacity:"0.2"}),n.createElement("path",{d:"M224,48H32A16,16,0,0,0,16,64V88a16,16,0,0,0,16,16v88a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V104a16,16,0,0,0,16-16V64A16,16,0,0,0,224,48ZM208,192H48V104H208ZM224,88H32V64H224V88ZM96,136a8,8,0,0,1,8-8h48a8,8,0,0,1,0,16H104A8,8,0,0,1,96,136Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,48H32A16,16,0,0,0,16,64V88a16,16,0,0,0,16,16v88a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V104a16,16,0,0,0,16-16V64A16,16,0,0,0,224,48Zm-72,96H104a8,8,0,0,1,0-16h48a8,8,0,0,1,0,16Zm72-56H32V64H224V88Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,50H32A14,14,0,0,0,18,64V88a14,14,0,0,0,14,14h2v90a14,14,0,0,0,14,14H208a14,14,0,0,0,14-14V102h2a14,14,0,0,0,14-14V64A14,14,0,0,0,224,50ZM210,192a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V102H210ZM226,88a2,2,0,0,1-2,2H32a2,2,0,0,1-2-2V64a2,2,0,0,1,2-2H224a2,2,0,0,1,2,2ZM98,136a6,6,0,0,1,6-6h48a6,6,0,0,1,0,12H104A6,6,0,0,1,98,136Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,48H32A16,16,0,0,0,16,64V88a16,16,0,0,0,16,16v88a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V104a16,16,0,0,0,16-16V64A16,16,0,0,0,224,48ZM208,192H48V104H208ZM224,88H32V64H224V88ZM96,136a8,8,0,0,1,8-8h48a8,8,0,0,1,0,16H104A8,8,0,0,1,96,136Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,52H32A12,12,0,0,0,20,64V88a12,12,0,0,0,12,12h4v92a12,12,0,0,0,12,12H208a12,12,0,0,0,12-12V100h4a12,12,0,0,0,12-12V64A12,12,0,0,0,224,52ZM212,192a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V100H212ZM228,88a4,4,0,0,1-4,4H32a4,4,0,0,1-4-4V64a4,4,0,0,1,4-4H224a4,4,0,0,1,4,4ZM100,136a4,4,0,0,1,4-4h48a4,4,0,0,1,0,8H104A4,4,0,0,1,100,136Z"}))]]),r8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M228,128a100,100,0,0,1-98.66,100H128a99.39,99.39,0,0,1-68.62-27.29,12,12,0,0,1,16.48-17.45,76,76,0,1,0-1.57-109c-.13.13-.25.25-.39.37L54.89,92H72a12,12,0,0,1,0,24H24a12,12,0,0,1-12-12V56a12,12,0,0,1,24,0V76.72L57.48,57.06A100,100,0,0,1,228,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z",opacity:"0.2"}),n.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L60.63,81.29l17,17A8,8,0,0,1,72,112H24a8,8,0,0,1-8-8V56A8,8,0,0,1,29.66,50.3L49.31,70,60.25,60A96,96,0,0,1,224,128Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M222,128a94,94,0,0,1-92.74,94H128a93.43,93.43,0,0,1-64.5-25.65,6,6,0,1,1,8.24-8.72A82,82,0,1,0,70,70l-.19.19L39.44,98H72a6,6,0,0,1,0,12H24a6,6,0,0,1-6-6V56a6,6,0,0,1,12,0V90.34L61.63,61.4A94,94,0,0,1,222,128Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M220,128a92,92,0,0,1-90.77,92H128a91.47,91.47,0,0,1-63.13-25.1,4,4,0,1,1,5.5-5.82A84,84,0,1,0,68.6,68.57l-.13.12L34.3,100H72a4,4,0,0,1,0,8H24a4,4,0,0,1-4-4V56a4,4,0,0,1,8,0V94.89l35-32A92,92,0,0,1,220,128Z"}))]]),a8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M228,104a12,12,0,0,1-24,0V69l-59.51,59.51a12,12,0,0,1-17-17L187,52H152a12,12,0,0,1,0-24h64a12,12,0,0,1,12,12Zm-44,24a12,12,0,0,0-12,12v64H52V84h64a12,12,0,0,0,0-24H48A20,20,0,0,0,28,80V208a20,20,0,0,0,20,20H176a20,20,0,0,0,20-20V140A12,12,0,0,0,184,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M184,80V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H176A8,8,0,0,1,184,80Z",opacity:"0.2"}),n.createElement("path",{d:"M224,104a8,8,0,0,1-16,0V59.32l-66.33,66.34a8,8,0,0,1-11.32-11.32L196.68,48H152a8,8,0,0,1,0-16h64a8,8,0,0,1,8,8Zm-40,24a8,8,0,0,0-8,8v72H48V80h72a8,8,0,0,0,0-16H48A16,16,0,0,0,32,80V208a16,16,0,0,0,16,16H176a16,16,0,0,0,16-16V136A8,8,0,0,0,184,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M192,136v72a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V80A16,16,0,0,1,48,64h72a8,8,0,0,1,0,16H48V208H176V136a8,8,0,0,1,16,0Zm32-96a8,8,0,0,0-8-8H152a8,8,0,0,0-5.66,13.66L172.69,72l-42.35,42.34a8,8,0,0,0,11.32,11.32L184,83.31l26.34,26.35A8,8,0,0,0,224,104Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M222,104a6,6,0,0,1-12,0V54.49l-69.75,69.75a6,6,0,0,1-8.48-8.48L201.51,46H152a6,6,0,0,1,0-12h64a6,6,0,0,1,6,6Zm-38,26a6,6,0,0,0-6,6v72a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V80a2,2,0,0,1,2-2h72a6,6,0,0,0,0-12H48A14,14,0,0,0,34,80V208a14,14,0,0,0,14,14H176a14,14,0,0,0,14-14V136A6,6,0,0,0,184,130Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,104a8,8,0,0,1-16,0V59.32l-66.33,66.34a8,8,0,0,1-11.32-11.32L196.68,48H152a8,8,0,0,1,0-16h64a8,8,0,0,1,8,8Zm-40,24a8,8,0,0,0-8,8v72H48V80h72a8,8,0,0,0,0-16H48A16,16,0,0,0,32,80V208a16,16,0,0,0,16,16H176a16,16,0,0,0,16-16V136A8,8,0,0,0,184,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M220,104a4,4,0,0,1-8,0V49.66l-73.16,73.17a4,4,0,0,1-5.66-5.66L206.34,44H152a4,4,0,0,1,0-8h64a4,4,0,0,1,4,4Zm-36,28a4,4,0,0,0-4,4v72a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V80a4,4,0,0,1,4-4h72a4,4,0,0,0,0-8H48A12,12,0,0,0,36,80V208a12,12,0,0,0,12,12H176a12,12,0,0,0,12-12V136A4,4,0,0,0,184,132Z"}))]]),n8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M225.29,165.93C216.61,151,212,129.57,212,104a84,84,0,0,0-168,0c0,25.58-4.59,47-13.27,61.93A20.08,20.08,0,0,0,30.66,186,19.77,19.77,0,0,0,48,196H84.18a44,44,0,0,0,87.64,0H208a19.77,19.77,0,0,0,17.31-10A20.08,20.08,0,0,0,225.29,165.93ZM128,212a20,20,0,0,1-19.6-16h39.2A20,20,0,0,1,128,212ZM54.66,172C63.51,154,68,131.14,68,104a60,60,0,0,1,120,0c0,27.13,4.48,50,13.33,68Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,192H48a8,8,0,0,1-6.88-12C47.71,168.6,56,139.81,56,104a72,72,0,0,1,144,0c0,35.82,8.3,64.6,14.9,76A8,8,0,0,1,208,192Z",opacity:"0.2"}),n.createElement("path",{d:"M221.8,175.94C216.25,166.38,208,139.33,208,104a80,80,0,1,0-160,0c0,35.34-8.26,62.38-13.81,71.94A16,16,0,0,0,48,200H88.81a40,40,0,0,0,78.38,0H208a16,16,0,0,0,13.8-24.06ZM128,216a24,24,0,0,1-22.62-16h45.24A24,24,0,0,1,128,216ZM48,184c7.7-13.24,16-43.92,16-80a64,64,0,1,1,128,0c0,36.05,8.28,66.73,16,80Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M221.8,175.94C216.25,166.38,208,139.33,208,104a80,80,0,1,0-160,0c0,35.34-8.26,62.38-13.81,71.94A16,16,0,0,0,48,200H88.81a40,40,0,0,0,78.38,0H208a16,16,0,0,0,13.8-24.06ZM128,216a24,24,0,0,1-22.62-16h45.24A24,24,0,0,1,128,216Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M220.07,176.94C214.41,167.2,206,139.73,206,104a78,78,0,1,0-156,0c0,35.74-8.42,63.2-14.08,72.94A14,14,0,0,0,48,198H90.48a38,38,0,0,0,75,0H208a14,14,0,0,0,12.06-21.06ZM128,218a26,26,0,0,1-25.29-20h50.58A26,26,0,0,1,128,218Zm81.71-33a1.9,1.9,0,0,1-1.7,1H48a1.9,1.9,0,0,1-1.7-1,2,2,0,0,1,0-2C53.87,170,62,139.69,62,104a66,66,0,1,1,132,0c0,35.68,8.14,65.95,15.71,79A2,2,0,0,1,209.71,185Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M221.8,175.94C216.25,166.38,208,139.33,208,104a80,80,0,1,0-160,0c0,35.34-8.26,62.38-13.81,71.94A16,16,0,0,0,48,200H88.81a40,40,0,0,0,78.38,0H208a16,16,0,0,0,13.8-24.06ZM128,216a24,24,0,0,1-22.62-16h45.24A24,24,0,0,1,128,216ZM48,184c7.7-13.24,16-43.92,16-80a64,64,0,1,1,128,0c0,36.05,8.28,66.73,16,80Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M218.35,178C212.58,168,204,140.13,204,104a76,76,0,1,0-152,0c0,36.13-8.59,64-14.36,73.95A12,12,0,0,0,48,196H92.23a36,36,0,0,0,71.54,0H208A12,12,0,0,0,218.35,178ZM128,220a28,28,0,0,1-27.71-24h55.42A28,28,0,0,1,128,220Zm83.45-34a3.91,3.91,0,0,1-3.44,2H48a3.91,3.91,0,0,1-3.44-2,4,4,0,0,1,0-4C52,169.17,60,139.32,60,104a68,68,0,1,1,136,0c0,35.31,8,65.17,15.44,78A4,4,0,0,1,211.45,186Z"}))]]),o8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216.88,207.93l-160-176A12,12,0,1,0,39.12,48.07l14.8,16.29A83.58,83.58,0,0,0,44,104c0,25.58-4.59,47-13.27,61.93A20.08,20.08,0,0,0,30.68,186,19.75,19.75,0,0,0,48,196H84.19a44,44,0,0,0,87.62,0h1.79l25.52,28.07a12,12,0,0,0,17.76-16.14ZM68,104a59.84,59.84,0,0,1,3.52-20.29L151.78,172H54.68C63.52,154,68,131.14,68,104Zm60,108a20,20,0,0,1-19.6-16h39.2A20,20,0,0,1,128,212ZM88.89,42.35a12,12,0,0,1,6.37-15.73A84,84,0,0,1,212,104c0,18.68,2.38,34.93,7.07,48.28a12,12,0,1,1-22.64,8C190.83,144.32,188,125.4,188,104a60,60,0,0,0-83.38-55.28A12,12,0,0,1,88.89,42.35Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,192H48a8,8,0,0,1-6.88-12C47.71,168.6,56,139.81,56,104a72,72,0,0,1,144,0c0,35.82,8.3,64.6,14.9,76A8,8,0,0,1,208,192Z",opacity:"0.2"}),n.createElement("path",{d:"M53.92,34.62A8,8,0,1,0,42.08,45.38L58.82,63.8A79.59,79.59,0,0,0,48,104c0,35.34-8.26,62.38-13.81,71.94A16,16,0,0,0,48,200H88.8a40,40,0,0,0,78.4,0h15.44l19.44,21.38a8,8,0,1,0,11.84-10.76ZM128,216a24,24,0,0,1-22.62-16h45.24A24,24,0,0,1,128,216ZM48,184c7.7-13.24,16-43.92,16-80a63.65,63.65,0,0,1,6.26-27.62L168.09,184Zm166-4.73a8.13,8.13,0,0,1-2.93.55,8,8,0,0,1-7.44-5.08C196.35,156.19,192,129.75,192,104A64,64,0,0,0,96.43,48.31a8,8,0,0,1-7.9-13.91A80,80,0,0,1,208,104c0,35.35,8.05,58.59,10.52,64.88A8,8,0,0,1,214,179.25Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M221.84,192v0a1.85,1.85,0,0,1-3,.28L83.27,43.19a4,4,0,0,1,.8-6A79.55,79.55,0,0,1,129.17,24C173,24.66,207.8,61.1,208,104.92c.14,34.88,8.31,61.54,13.82,71A15.89,15.89,0,0,1,221.84,192Zm-7.92,18.62a8,8,0,0,1-11.85,10.76L182.62,200H167.16a40,40,0,0,1-78.41,0H47.91a15.78,15.78,0,0,1-13.59-7.59,16.42,16.42,0,0,1-.09-16.68c5.55-9.73,13.7-36.64,13.7-71.73A79.42,79.42,0,0,1,58.79,63.85L42,45.38A8,8,0,1,1,53.84,34.62ZM150.59,200H105.32a24,24,0,0,0,45.27,0Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M52.44,36A6,6,0,0,0,43.56,44L61.31,63.56A77.45,77.45,0,0,0,50,104c0,35.74-8.42,63.2-14.08,72.94A14,14,0,0,0,48,198h42.5a38,38,0,0,0,75,0h18l20,22a6,6,0,0,0,8.88-8.08ZM128,218a26,26,0,0,1-25.29-20h50.58A26,26,0,0,1,128,218ZM48,186a1.9,1.9,0,0,1-1.7-1,2,2,0,0,1,0-2C53.86,170,62,139.69,62,104a65.63,65.63,0,0,1,7.78-31.12L172.62,186Zm165.29-8.62a5.88,5.88,0,0,1-2.2.42,6,6,0,0,1-5.58-3.81c-7.2-18.31-11.49-44.48-11.49-70A66,66,0,0,0,95.45,46.57a6,6,0,1,1-5.93-10.43A78,78,0,0,1,206,104c0,35.7,8.16,59.24,10.66,65.61A6,6,0,0,1,213.27,177.38Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M53.92,34.62A8,8,0,1,0,42.08,45.38L58.82,63.8A79.59,79.59,0,0,0,48,104c0,35.34-8.26,62.38-13.81,71.94A16,16,0,0,0,48,200H88.8a40,40,0,0,0,78.4,0h15.44l19.44,21.38a8,8,0,1,0,11.84-10.76ZM128,216a24,24,0,0,1-22.62-16h45.24A24,24,0,0,1,128,216ZM48,184c7.7-13.24,16-43.92,16-80a63.65,63.65,0,0,1,6.26-27.62L168.09,184Zm166-4.73a8.13,8.13,0,0,1-2.93.55,8,8,0,0,1-7.44-5.08C196.35,156.19,192,129.75,192,104A64,64,0,0,0,96.43,48.31a8,8,0,0,1-7.9-13.91A80,80,0,0,1,208,104c0,35.35,8.05,58.59,10.52,64.88A8,8,0,0,1,214,179.25Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M51,37.31A4,4,0,0,0,45,42.69L63.8,63.32A75.52,75.52,0,0,0,52,104c0,36.13-8.58,64-14.36,73.95A12,12,0,0,0,48,196H92.23a36,36,0,0,0,71.54,0h20.64L205,218.69a4,4,0,1,0,5.92-5.38ZM128,220a28,28,0,0,1-27.71-24h55.42A28,28,0,0,1,128,220ZM48,188a3.89,3.89,0,0,1-3.43-2,4,4,0,0,1,0-4C52,169.17,60,139.32,60,104a67.58,67.58,0,0,1,9.4-34.51L177.14,188Zm164.55-12.48a3.94,3.94,0,0,1-1.46.28,4,4,0,0,1-3.72-2.54C200.24,155.17,196,129.28,196,104A68,68,0,0,0,94.46,44.83a4,4,0,1,1-4-6.95A76,76,0,0,1,204,104c0,36.05,8.26,59.89,10.79,66.34A4,4,0,0,1,212.53,175.52Z"}))]]),s8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,204H228V96a20,20,0,0,0-20-20H172V32a20,20,0,0,0-28.45-18.12l-104,48.54A20.06,20.06,0,0,0,28,80.55V204H16a12,12,0,0,0,0,24H240a12,12,0,0,0,0-24ZM204,100V204H172V100ZM52,83.09,148,38.3V204H52ZM132,112v12a12,12,0,0,1-24,0V112a12,12,0,0,1,24,0Zm-40,0v12a12,12,0,0,1-24,0V112a12,12,0,0,1,24,0Zm0,52v12a12,12,0,0,1-24,0V164a12,12,0,0,1,24,0Zm40,0v12a12,12,0,0,1-24,0V164a12,12,0,0,1,24,0Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M136,32V216H40V85.35a8,8,0,0,1,3.56-6.66l80-53.33A8,8,0,0,1,136,32Z",opacity:"0.2"}),n.createElement("path",{d:"M240,208H224V96a16,16,0,0,0-16-16H144V32a16,16,0,0,0-24.88-13.32L39.12,72A16,16,0,0,0,32,85.34V208H16a8,8,0,0,0,0,16H240a8,8,0,0,0,0-16ZM208,96V208H144V96ZM48,85.34,128,32V208H48ZM112,112v16a8,8,0,0,1-16,0V112a8,8,0,1,1,16,0Zm-32,0v16a8,8,0,0,1-16,0V112a8,8,0,1,1,16,0Zm0,56v16a8,8,0,0,1-16,0V168a8,8,0,0,1,16,0Zm32,0v16a8,8,0,0,1-16,0V168a8,8,0,0,1,16,0Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M239.73,208H224V96a16,16,0,0,0-16-16H164a4,4,0,0,0-4,4V208H144V32.41a16.43,16.43,0,0,0-6.16-13,16,16,0,0,0-18.72-.69L39.12,72A16,16,0,0,0,32,85.34V208H16.27A8.18,8.18,0,0,0,8,215.47,8,8,0,0,0,16,224H240a8,8,0,0,0,8-8.53A8.18,8.18,0,0,0,239.73,208ZM76,184a8,8,0,0,1-8.53,8A8.18,8.18,0,0,1,60,183.72V168.27A8.19,8.19,0,0,1,67.47,160,8,8,0,0,1,76,168Zm0-56a8,8,0,0,1-8.53,8A8.19,8.19,0,0,1,60,127.72V112.27A8.19,8.19,0,0,1,67.47,104,8,8,0,0,1,76,112Zm40,56a8,8,0,0,1-8.53,8,8.18,8.18,0,0,1-7.47-8.26V168.27a8.19,8.19,0,0,1,7.47-8.26,8,8,0,0,1,8.53,8Zm0-56a8,8,0,0,1-8.53,8,8.19,8.19,0,0,1-7.47-8.26V112.27a8.19,8.19,0,0,1,7.47-8.26,8,8,0,0,1,8.53,8Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,210H222V96a14,14,0,0,0-14-14H142V32a14,14,0,0,0-21.77-11.64l-80,53.33A14,14,0,0,0,34,85.34V210H16a6,6,0,0,0,0,12H240a6,6,0,0,0,0-12ZM208,94a2,2,0,0,1,2,2V210H142V94ZM46,85.34a2,2,0,0,1,.89-1.66l80-53.34A2,2,0,0,1,130,32V210H46ZM110,112v16a6,6,0,0,1-12,0V112a6,6,0,0,1,12,0Zm-32,0v16a6,6,0,0,1-12,0V112a6,6,0,0,1,12,0Zm0,56v16a6,6,0,0,1-12,0V168a6,6,0,0,1,12,0Zm32,0v16a6,6,0,0,1-12,0V168a6,6,0,0,1,12,0Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,208H224V96a16,16,0,0,0-16-16H144V32a16,16,0,0,0-24.88-13.32L39.12,72A16,16,0,0,0,32,85.34V208H16a8,8,0,0,0,0,16H240a8,8,0,0,0,0-16ZM208,96V208H144V96ZM48,85.34,128,32V208H48ZM112,112v16a8,8,0,0,1-16,0V112a8,8,0,1,1,16,0Zm-32,0v16a8,8,0,0,1-16,0V112a8,8,0,1,1,16,0Zm0,56v16a8,8,0,0,1-16,0V168a8,8,0,0,1,16,0Zm32,0v16a8,8,0,0,1-16,0V168a8,8,0,0,1,16,0Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,212H220V96a12,12,0,0,0-12-12H140V32a12,12,0,0,0-18.66-10l-80,53.33a12,12,0,0,0-5.34,10V212H16a4,4,0,0,0,0,8H240a4,4,0,0,0,0-8ZM208,92a4,4,0,0,1,4,4V212H140V92ZM44,85.34A4,4,0,0,1,45.78,82l80-53.33A4,4,0,0,1,132,32V212H44ZM108,112v16a4,4,0,0,1-8,0V112a4,4,0,0,1,8,0Zm-32,0v16a4,4,0,0,1-8,0V112a4,4,0,0,1,8,0Zm0,56v16a4,4,0,0,1-8,0V168a4,4,0,0,1,8,0Zm32,0v16a4,4,0,0,1-8,0V168a4,4,0,0,1,8,0Z"}))]]),i8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,52H182.42L170,33.34A12,12,0,0,0,160,28H96a12,12,0,0,0-10,5.34L73.57,52H48A28,28,0,0,0,20,80V192a28,28,0,0,0,28,28H208a28,28,0,0,0,28-28V80A28,28,0,0,0,208,52Zm4,140a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V80a4,4,0,0,1,4-4H80a12,12,0,0,0,10-5.34L102.42,52h51.15L166,70.66A12,12,0,0,0,176,76h32a4,4,0,0,1,4,4ZM128,84a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,84Zm0,72a24,24,0,1,1,24-24A24,24,0,0,1,128,156Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,64H176L160,40H96L80,64H48A16,16,0,0,0,32,80V192a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V80A16,16,0,0,0,208,64ZM128,168a36,36,0,1,1,36-36A36,36,0,0,1,128,168Z",opacity:"0.2"}),n.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm8,136a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H80a8,8,0,0,0,6.66-3.56L100.28,48h55.43l13.63,20.44A8,8,0,0,0,176,72h32a8,8,0,0,1,8,8ZM128,88a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,88Zm0,72a28,28,0,1,1,28-28A28,28,0,0,1,128,160Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm-44,76a36,36,0,1,1-36-36A36,36,0,0,1,164,132Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,58H179.21L165,36.67A6,6,0,0,0,160,34H96a6,6,0,0,0-5,2.67L76.78,58H48A22,22,0,0,0,26,80V192a22,22,0,0,0,22,22H208a22,22,0,0,0,22-22V80A22,22,0,0,0,208,58Zm10,134a10,10,0,0,1-10,10H48a10,10,0,0,1-10-10V80A10,10,0,0,1,48,70H80a6,6,0,0,0,5-2.67L99.21,46h57.57L171,67.33A6,6,0,0,0,176,70h32a10,10,0,0,1,10,10ZM128,90a42,42,0,1,0,42,42A42,42,0,0,0,128,90Zm0,72a30,30,0,1,1,30-30A30,30,0,0,1,128,162Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm8,136a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H80a8,8,0,0,0,6.66-3.56L100.28,48h55.43l13.63,20.44A8,8,0,0,0,176,72h32a8,8,0,0,1,8,8ZM128,88a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,88Zm0,72a28,28,0,1,1,28-28A28,28,0,0,1,128,160Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,60H178.13L163.32,37.78A4,4,0,0,0,160,36H96a4,4,0,0,0-3.32,1.78L77.85,60H48A20,20,0,0,0,28,80V192a20,20,0,0,0,20,20H208a20,20,0,0,0,20-20V80A20,20,0,0,0,208,60Zm12,132a12,12,0,0,1-12,12H48a12,12,0,0,1-12-12V80A12,12,0,0,1,48,68H80a4,4,0,0,0,3.33-1.78L98.13,44h59.72l14.82,22.22A4,4,0,0,0,176,68h32a12,12,0,0,1,12,12ZM128,92a40,40,0,1,0,40,40A40,40,0,0,0,128,92Zm0,72a32,32,0,1,1,32-32A32,32,0,0,1,128,164Z"}))]]),c8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216.49,104.49l-80,80a12,12,0,0,1-17,0l-80-80a12,12,0,0,1,17-17L128,159l71.51-71.52a12,12,0,0,1,17,17Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,96l-80,80L48,96Z",opacity:"0.2"}),n.createElement("path",{d:"M215.39,92.94A8,8,0,0,0,208,88H48a8,8,0,0,0-5.66,13.66l80,80a8,8,0,0,0,11.32,0l80-80A8,8,0,0,0,215.39,92.94ZM128,164.69,67.31,104H188.69Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,48,88H208a8,8,0,0,1,5.66,13.66Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M212.24,100.24l-80,80a6,6,0,0,1-8.48,0l-80-80a6,6,0,0,1,8.48-8.48L128,167.51l75.76-75.75a6,6,0,0,1,8.48,8.48Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M210.83,98.83l-80,80a4,4,0,0,1-5.66,0l-80-80a4,4,0,0,1,5.66-5.66L128,170.34l77.17-77.17a4,4,0,1,1,5.66,5.66Z"}))]]),l8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M168.49,199.51a12,12,0,0,1-17,17l-80-80a12,12,0,0,1,0-17l80-80a12,12,0,0,1,17,17L97,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M160,48V208L80,128Z",opacity:"0.2"}),n.createElement("path",{d:"M163.06,40.61a8,8,0,0,0-8.72,1.73l-80,80a8,8,0,0,0,0,11.32l80,80A8,8,0,0,0,168,208V48A8,8,0,0,0,163.06,40.61ZM152,188.69,91.31,128,152,67.31Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M168,48V208a8,8,0,0,1-13.66,5.66l-80-80a8,8,0,0,1,0-11.32l80-80A8,8,0,0,1,168,48Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M164.24,203.76a6,6,0,1,1-8.48,8.48l-80-80a6,6,0,0,1,0-8.48l80-80a6,6,0,0,1,8.48,8.48L88.49,128Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M165.66,202.34a8,8,0,0,1-11.32,11.32l-80-80a8,8,0,0,1,0-11.32l80-80a8,8,0,0,1,11.32,11.32L91.31,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M162.83,205.17a4,4,0,0,1-5.66,5.66l-80-80a4,4,0,0,1,0-5.66l80-80a4,4,0,1,1,5.66,5.66L85.66,128Z"}))]]),d8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M184.49,136.49l-80,80a12,12,0,0,1-17-17L159,128,87.51,56.49a12,12,0,1,1,17-17l80,80A12,12,0,0,1,184.49,136.49Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M176,128,96,208V48Z",opacity:"0.2"}),n.createElement("path",{d:"M181.66,122.34l-80-80A8,8,0,0,0,88,48V208a8,8,0,0,0,13.66,5.66l80-80A8,8,0,0,0,181.66,122.34ZM104,188.69V67.31L164.69,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M181.66,133.66l-80,80A8,8,0,0,1,88,208V48a8,8,0,0,1,13.66-5.66l80,80A8,8,0,0,1,181.66,133.66Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M180.24,132.24l-80,80a6,6,0,0,1-8.48-8.48L167.51,128,91.76,52.24a6,6,0,0,1,8.48-8.48l80,80A6,6,0,0,1,180.24,132.24Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M178.83,130.83l-80,80a4,4,0,0,1-5.66-5.66L170.34,128,93.17,50.83a4,4,0,0,1,5.66-5.66l80,80A4,4,0,0,1,178.83,130.83Z"}))]]),u8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216.49,168.49a12,12,0,0,1-17,0L128,97,56.49,168.49a12,12,0,0,1-17-17l80-80a12,12,0,0,1,17,0l80,80A12,12,0,0,1,216.49,168.49Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,160H48l80-80Z",opacity:"0.2"}),n.createElement("path",{d:"M213.66,154.34l-80-80a8,8,0,0,0-11.32,0l-80,80A8,8,0,0,0,48,168H208a8,8,0,0,0,5.66-13.66ZM67.31,152,128,91.31,188.69,152Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M215.39,163.06A8,8,0,0,1,208,168H48a8,8,0,0,1-5.66-13.66l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,215.39,163.06Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M212.24,164.24a6,6,0,0,1-8.48,0L128,88.49,52.24,164.24a6,6,0,0,1-8.48-8.48l80-80a6,6,0,0,1,8.48,0l80,80A6,6,0,0,1,212.24,164.24Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M213.66,165.66a8,8,0,0,1-11.32,0L128,91.31,53.66,165.66a8,8,0,0,1-11.32-11.32l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,213.66,165.66Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M210.83,162.83a4,4,0,0,1-5.66,0L128,85.66,50.83,162.83a4,4,0,0,1-5.66-5.66l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,210.83,162.83Z"}))]]),p8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M184.49,167.51a12,12,0,0,1,0,17l-48,48a12,12,0,0,1-17,0l-48-48a12,12,0,0,1,17-17L128,207l39.51-39.52A12,12,0,0,1,184.49,167.51Zm-96-79L128,49l39.51,39.52a12,12,0,0,0,17-17l-48-48a12,12,0,0,0-17,0l-48,48a12,12,0,0,0,17,17Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M80,176h96l-48,48ZM128,32,80,80h96Z",opacity:"0.2"}),n.createElement("path",{d:"M176,168H80a8,8,0,0,0-5.66,13.66l48,48a8,8,0,0,0,11.32,0l48-48A8,8,0,0,0,176,168Zm-48,44.69L99.31,184h57.38ZM80,88h96a8,8,0,0,0,5.66-13.66l-48-48a8,8,0,0,0-11.32,0l-48,48A8,8,0,0,0,80,88Zm48-44.69L156.69,72H99.31Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M72.61,83.06a8,8,0,0,1,1.73-8.72l48-48a8,8,0,0,1,11.32,0l48,48A8,8,0,0,1,176,88H80A8,8,0,0,1,72.61,83.06ZM176,168H80a8,8,0,0,0-5.66,13.66l48,48a8,8,0,0,0,11.32,0l48-48A8,8,0,0,0,176,168Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M180.24,171.76a6,6,0,0,1,0,8.48l-48,48a6,6,0,0,1-8.48,0l-48-48a6,6,0,0,1,8.48-8.48L128,215.51l43.76-43.75A6,6,0,0,1,180.24,171.76Zm-96-87.52L128,40.49l43.76,43.75a6,6,0,0,0,8.48-8.48l-48-48a6,6,0,0,0-8.48,0l-48,48a6,6,0,0,0,8.48,8.48Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M181.66,170.34a8,8,0,0,1,0,11.32l-48,48a8,8,0,0,1-11.32,0l-48-48a8,8,0,0,1,11.32-11.32L128,212.69l42.34-42.35A8,8,0,0,1,181.66,170.34Zm-96-84.68L128,43.31l42.34,42.35a8,8,0,0,0,11.32-11.32l-48-48a8,8,0,0,0-11.32,0l-48,48A8,8,0,0,0,85.66,85.66Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M178.83,173.17a4,4,0,0,1,0,5.66l-48,48a4,4,0,0,1-5.66,0l-48-48a4,4,0,0,1,5.66-5.66L128,218.34l45.17-45.17A4,4,0,0,1,178.83,173.17Zm-96-90.34L128,37.66l45.17,45.17a4,4,0,1,0,5.66-5.66l-48-48a4,4,0,0,0-5.66,0l-48,48a4,4,0,0,0,5.66,5.66Z"}))]]),h8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M232.49,80.49l-128,128a12,12,0,0,1-17,0l-56-56a12,12,0,1,1,17-17L96,183,215.51,63.51a12,12,0,0,1,17,17Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M232,56V200a16,16,0,0,1-16,16H40a16,16,0,0,1-16-16V56A16,16,0,0,1,40,40H216A16,16,0,0,1,232,56Z",opacity:"0.2"}),n.createElement("path",{d:"M205.66,85.66l-96,96a8,8,0,0,1-11.32,0l-40-40a8,8,0,0,1,11.32-11.32L104,164.69l90.34-90.35a8,8,0,0,1,11.32,11.32Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40ZM205.66,85.66l-96,96a8,8,0,0,1-11.32,0l-40-40a8,8,0,0,1,11.32-11.32L104,164.69l90.34-90.35a8,8,0,0,1,11.32,11.32Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M228.24,76.24l-128,128a6,6,0,0,1-8.48,0l-56-56a6,6,0,0,1,8.48-8.48L96,191.51,219.76,67.76a6,6,0,0,1,8.48,8.48Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M226.83,74.83l-128,128a4,4,0,0,1-5.66,0l-56-56a4,4,0,0,1,5.66-5.66L96,194.34,221.17,69.17a4,4,0,1,1,5.66,5.66Z"}))]]),f8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M176.49,95.51a12,12,0,0,1,0,17l-56,56a12,12,0,0,1-17,0l-24-24a12,12,0,1,1,17-17L112,143l47.51-47.52A12,12,0,0,1,176.49,95.51ZM236,128A108,108,0,1,1,128,20,108.12,108.12,0,0,1,236,128Zm-24,0a84,84,0,1,0-84,84A84.09,84.09,0,0,0,212,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M172.24,99.76a6,6,0,0,1,0,8.48l-56,56a6,6,0,0,1-8.48,0l-24-24a6,6,0,0,1,8.48-8.48L112,151.51l51.76-51.75A6,6,0,0,1,172.24,99.76ZM230,128A102,102,0,1,1,128,26,102.12,102.12,0,0,1,230,128Zm-12,0a90,90,0,1,0-90,90A90.1,90.1,0,0,0,218,128Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M170.83,101.17a4,4,0,0,1,0,5.66l-56,56a4,4,0,0,1-5.66,0l-24-24a4,4,0,0,1,5.66-5.66L112,154.34l53.17-53.17A4,4,0,0,1,170.83,101.17ZM228,128A100,100,0,1,1,128,28,100.11,100.11,0,0,1,228,128Zm-8,0a92,92,0,1,0-92,92A92.1,92.1,0,0,0,220,128Z"}))]]),m8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M152.41,88.56l-89.6,88a12,12,0,0,1-16.82,0L7.59,138.85a12,12,0,0,1,16.82-17.13l30,29.46,81.19-79.74a12,12,0,0,1,16.82,17.12Zm96.15-17a12,12,0,0,0-17-.15L150.4,151.18l-7.88-7.74a12,12,0,0,0-16.82,17.12l16.29,16a12,12,0,0,0,16.82,0l89.6-88A12,12,0,0,0,248.56,71.59Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,64V192a16,16,0,0,1-16,16H32a16,16,0,0,1-16-16V64A16,16,0,0,1,32,48H224A16,16,0,0,1,240,64Z",opacity:"0.2"}),n.createElement("path",{d:"M149.61,85.71l-89.6,88a8,8,0,0,1-11.22,0L10.39,136a8,8,0,1,1,11.22-11.41L54.4,156.79l84-82.5a8,8,0,1,1,11.22,11.42Zm96.1-11.32a8,8,0,0,0-11.32-.1l-84,82.5-18.83-18.5a8,8,0,0,0-11.21,11.42l24.43,24a8,8,0,0,0,11.22,0l89.6-88A8,8,0,0,0,245.71,74.39Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,48H32A16,16,0,0,0,16,64V192a16,16,0,0,0,16,16H224a16,16,0,0,0,16-16V64A16,16,0,0,0,224,48ZM72,168a8,8,0,0,1-5.66-2.34l-24-24a8,8,0,0,1,11.32-11.32L72,148.69l58.34-58.35a8,8,0,0,1,11.32,11.32l-64,64A8,8,0,0,1,72,168Zm141.66-66.34-64,64a8,8,0,0,1-11.32,0l-16-16a8,8,0,0,1,11.32-11.32L144,148.69l58.34-58.35a8,8,0,0,1,11.32,11.32Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M148.2,84.28l-89.6,88a6,6,0,0,1-8.4,0L11.8,134.57A6,6,0,1,1,20.2,126l34.2,33.58,85.4-83.87a6,6,0,1,1,8.4,8.56Zm96.08-8.48a6,6,0,0,0-8.48-.08l-85.4,83.87-20.23-19.87a6,6,0,1,0-8.41,8.56l24.44,24a6,6,0,0,0,8.4,0l89.6-88A6,6,0,0,0,244.28,75.8Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M149.61,85.71l-89.6,88a8,8,0,0,1-11.22,0L10.39,136a8,8,0,1,1,11.22-11.41L54.4,156.79l84-82.5a8,8,0,1,1,11.22,11.42Zm96.1-11.32a8,8,0,0,0-11.32-.1l-84,82.5-18.83-18.5a8,8,0,0,0-11.21,11.42l24.43,24a8,8,0,0,0,11.22,0l89.6-88A8,8,0,0,0,245.71,74.39Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M146.8,82.85l-89.6,88a4,4,0,0,1-5.6,0L13.2,133.14a4,4,0,0,1,5.6-5.71l35.6,35,86.8-85.24a4,4,0,0,1,5.6,5.7Zm96-5.65a4,4,0,0,0-5.65,0l-86.8,85.24-21.63-21.24a4,4,0,1,0-5.61,5.7l24.44,24a4,4,0,0,0,5.6,0l89.6-88A4,4,0,0,0,242.85,77.2Z"}))]]),g8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,20A108,108,0,1,0,236,128,108.12,108.12,0,0,0,128,20Zm0,192a84,84,0,1,1,84-84A84.09,84.09,0,0,1,128,212Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M232,128A104,104,0,1,1,128,24,104.13,104.13,0,0,1,232,128Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,26A102,102,0,1,0,230,128,102.12,102.12,0,0,0,128,26Zm0,192a90,90,0,1,1,90-90A90.1,90.1,0,0,1,128,218Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,28A100,100,0,1,0,228,128,100.11,100.11,0,0,0,128,28Zm0,192a92,92,0,1,1,92-92A92.1,92.1,0,0,1,128,220Z"}))]]),v8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M236,128a108,108,0,0,1-216,0c0-42.52,24.73-81.34,63-98.9A12,12,0,1,1,93,50.91C63.24,64.57,44,94.83,44,128a84,84,0,0,0,168,0c0-33.17-19.24-63.43-49-77.09A12,12,0,1,1,173,29.1C211.27,46.66,236,85.48,236,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M232,128a104,104,0,0,1-208,0c0-41,23.81-78.36,60.66-95.27a8,8,0,0,1,6.68,14.54C60.15,61.59,40,93.27,40,128a88,88,0,0,0,176,0c0-34.73-20.15-66.41-51.34-80.73a8,8,0,0,1,6.68-14.54C208.19,49.64,232,87,232,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,176A72,72,0,0,1,92,65.64a8,8,0,0,1,8,13.85,56,56,0,1,0,56,0,8,8,0,0,1,8-13.85A72,72,0,0,1,128,200Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M230,128a102,102,0,0,1-204,0c0-40.18,23.35-76.86,59.5-93.45a6,6,0,0,1,5,10.9C58.61,60.09,38,92.49,38,128a90,90,0,0,0,180,0c0-35.51-20.61-67.91-52.5-82.55a6,6,0,0,1,5-10.9C206.65,51.14,230,87.82,230,128Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M232,128a104,104,0,0,1-208,0c0-41,23.81-78.36,60.66-95.27a8,8,0,0,1,6.68,14.54C60.15,61.59,40,93.27,40,128a88,88,0,0,0,176,0c0-34.73-20.15-66.41-51.34-80.73a8,8,0,0,1,6.68-14.54C208.19,49.64,232,87,232,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M228,128a100,100,0,0,1-200,0c0-39.4,22.9-75.37,58.33-91.63a4,4,0,1,1,3.34,7.27C57.07,58.6,36,91.71,36,128a92,92,0,0,0,184,0c0-36.29-21.07-69.4-53.67-84.36a4,4,0,1,1,3.34-7.27C205.1,52.63,228,88.6,228,128Z"}))]]),x8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,28H88A12,12,0,0,0,76,40V76H40A12,12,0,0,0,28,88V216a12,12,0,0,0,12,12H168a12,12,0,0,0,12-12V180h36a12,12,0,0,0,12-12V40A12,12,0,0,0,216,28ZM156,204H52V100H156Zm48-48H180V88a12,12,0,0,0-12-12H100V52H204Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,40V168H168V88H88V40Z",opacity:"0.2"}),n.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32Zm-8,128H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,34H88a6,6,0,0,0-6,6V82H40a6,6,0,0,0-6,6V216a6,6,0,0,0,6,6H168a6,6,0,0,0,6-6V174h42a6,6,0,0,0,6-6V40A6,6,0,0,0,216,34ZM162,210H46V94H162Zm48-48H174V88a6,6,0,0,0-6-6H94V46H210Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,36H88a4,4,0,0,0-4,4V84H40a4,4,0,0,0-4,4V216a4,4,0,0,0,4,4H168a4,4,0,0,0,4-4V172h44a4,4,0,0,0,4-4V40A4,4,0,0,0,216,36ZM164,212H44V92H164Zm48-48H172V88a4,4,0,0,0-4-4H92V44H212Z"}))]]),b8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M176,12H80A28,28,0,0,0,52,40V216a28,28,0,0,0,28,28h96a28,28,0,0,0,28-28V40A28,28,0,0,0,176,12ZM76,76H180V180H76Zm4-40h96a4,4,0,0,1,4,4V52H76V40A4,4,0,0,1,80,36Zm96,184H80a4,4,0,0,1-4-4V204H180v12A4,4,0,0,1,176,220Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M192,56V200H64V56Z",opacity:"0.2"}),n.createElement("path",{d:"M176,16H80A24,24,0,0,0,56,40V216a24,24,0,0,0,24,24h96a24,24,0,0,0,24-24V40A24,24,0,0,0,176,16ZM72,64H184V192H72Zm8-32h96a8,8,0,0,1,8,8v8H72V40A8,8,0,0,1,80,32Zm96,192H80a8,8,0,0,1-8-8v-8H184v8A8,8,0,0,1,176,224Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M176,16H80A24,24,0,0,0,56,40V216a24,24,0,0,0,24,24h96a24,24,0,0,0,24-24V40A24,24,0,0,0,176,16ZM80,32h96a8,8,0,0,1,8,8v8H72V40A8,8,0,0,1,80,32Zm96,192H80a8,8,0,0,1-8-8v-8H184v8A8,8,0,0,1,176,224Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M176,18H80A22,22,0,0,0,58,40V216a22,22,0,0,0,22,22h96a22,22,0,0,0,22-22V40A22,22,0,0,0,176,18ZM70,62H186V194H70ZM80,30h96a10,10,0,0,1,10,10V50H70V40A10,10,0,0,1,80,30Zm96,196H80a10,10,0,0,1-10-10V206H186v10A10,10,0,0,1,176,226Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M176,16H80A24,24,0,0,0,56,40V216a24,24,0,0,0,24,24h96a24,24,0,0,0,24-24V40A24,24,0,0,0,176,16ZM72,64H184V192H72Zm8-32h96a8,8,0,0,1,8,8v8H72V40A8,8,0,0,1,80,32Zm96,192H80a8,8,0,0,1-8-8v-8H184v8A8,8,0,0,1,176,224Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M176,20H80A20,20,0,0,0,60,40V216a20,20,0,0,0,20,20h96a20,20,0,0,0,20-20V40A20,20,0,0,0,176,20ZM68,60H188V196H68ZM80,28h96a12,12,0,0,1,12,12V52H68V40A12,12,0,0,1,80,28Zm96,200H80a12,12,0,0,1-12-12V204H188v12A12,12,0,0,1,176,228Z"}))]]),w8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M144,128a16,16,0,1,1-16-16A16,16,0,0,1,144,128ZM60,112a16,16,0,1,0,16,16A16,16,0,0,0,60,112Zm136,0a16,16,0,1,0,16,16A16,16,0,0,0,196,112Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,96v64a16,16,0,0,1-16,16H32a16,16,0,0,1-16-16V96A16,16,0,0,1,32,80H224A16,16,0,0,1,240,96Z",opacity:"0.2"}),n.createElement("path",{d:"M140,128a12,12,0,1,1-12-12A12,12,0,0,1,140,128Zm56-12a12,12,0,1,0,12,12A12,12,0,0,0,196,116ZM60,116a12,12,0,1,0,12,12A12,12,0,0,0,60,116Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H224a16,16,0,0,0,16-16V96A16,16,0,0,0,224,80ZM60,140a12,12,0,1,1,12-12A12,12,0,0,1,60,140Zm68,0a12,12,0,1,1,12-12A12,12,0,0,1,128,140Zm68,0a12,12,0,1,1,12-12A12,12,0,0,1,196,140Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M138,128a10,10,0,1,1-10-10A10,10,0,0,1,138,128ZM60,118a10,10,0,1,0,10,10A10,10,0,0,0,60,118Zm136,0a10,10,0,1,0,10,10A10,10,0,0,0,196,118Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M140,128a12,12,0,1,1-12-12A12,12,0,0,1,140,128Zm56-12a12,12,0,1,0,12,12A12,12,0,0,0,196,116ZM60,116a12,12,0,1,0,12,12A12,12,0,0,0,60,116Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M136,128a8,8,0,1,1-8-8A8,8,0,0,1,136,128Zm-76-8a8,8,0,1,0,8,8A8,8,0,0,0,60,120Zm136,0a8,8,0,1,0,8,8A8,8,0,0,0,196,120Z"}))]]),y8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M228,144v64a12,12,0,0,1-12,12H40a12,12,0,0,1-12-12V144a12,12,0,0,1,24,0v52H204V144a12,12,0,0,1,24,0Zm-108.49,8.49a12,12,0,0,0,17,0l40-40a12,12,0,0,0-17-17L140,115V32a12,12,0,0,0-24,0v83L96.49,95.51a12,12,0,0,0-17,17Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,48V208H40V48A16,16,0,0,1,56,32H200A16,16,0,0,1,216,48Z",opacity:"0.2"}),n.createElement("path",{d:"M224,144v64a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V144a8,8,0,0,1,16,0v56H208V144a8,8,0,0,1,16,0Zm-101.66,5.66a8,8,0,0,0,11.32,0l40-40a8,8,0,0,0-11.32-11.32L136,124.69V32a8,8,0,0,0-16,0v92.69L93.66,98.34a8,8,0,0,0-11.32,11.32Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,144v64a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V144a8,8,0,0,1,16,0v56H208V144a8,8,0,0,1,16,0Zm-101.66,5.66a8,8,0,0,0,11.32,0l40-40A8,8,0,0,0,168,96H136V32a8,8,0,0,0-16,0V96H88a8,8,0,0,0-5.66,13.66Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M222,144v64a6,6,0,0,1-6,6H40a6,6,0,0,1-6-6V144a6,6,0,0,1,12,0v58H210V144a6,6,0,0,1,12,0Zm-98.24,4.24a6,6,0,0,0,8.48,0l40-40a6,6,0,0,0-8.48-8.48L134,129.51V32a6,6,0,0,0-12,0v97.51L92.24,99.76a6,6,0,0,0-8.48,8.48Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,144v64a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V144a8,8,0,0,1,16,0v56H208V144a8,8,0,0,1,16,0Zm-101.66,5.66a8,8,0,0,0,11.32,0l40-40a8,8,0,0,0-11.32-11.32L136,124.69V32a8,8,0,0,0-16,0v92.69L93.66,98.34a8,8,0,0,0-11.32,11.32Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M220,144v64a4,4,0,0,1-4,4H40a4,4,0,0,1-4-4V144a4,4,0,0,1,8,0v60H212V144a4,4,0,0,1,8,0Zm-94.83,2.83a4,4,0,0,0,5.66,0l40-40a4,4,0,1,0-5.66-5.66L132,134.34V32a4,4,0,0,0-8,0V134.34L90.83,101.17a4,4,0,0,0-5.66,5.66Z"}))]]),j8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,44H32A12,12,0,0,0,20,56V192a20,20,0,0,0,20,20H216a20,20,0,0,0,20-20V56A12,12,0,0,0,224,44ZM193.15,68,128,127.72,62.85,68ZM44,188V83.28l75.89,69.57a12,12,0,0,0,16.22,0L212,83.28V188Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,56l-96,88L32,56Z",opacity:"0.2"}),n.createElement("path",{d:"M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48ZM203.43,64,128,133.15,52.57,64ZM216,192H40V74.19l82.59,75.71a8,8,0,0,0,10.82,0L216,74.19V192Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48Zm-8,144H40V74.19l82.59,75.71a8,8,0,0,0,10.82,0L216,74.19V192Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,50H32a6,6,0,0,0-6,6V192a14,14,0,0,0,14,14H216a14,14,0,0,0,14-14V56A6,6,0,0,0,224,50ZM208.58,62,128,135.86,47.42,62ZM216,194H40a2,2,0,0,1-2-2V69.64l86,78.78a6,6,0,0,0,8.1,0L218,69.64V192A2,2,0,0,1,216,194Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48ZM203.43,64,128,133.15,52.57,64ZM216,192H40V74.19l82.59,75.71a8,8,0,0,0,10.82,0L216,74.19V192Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,52H32a4,4,0,0,0-4,4V192a12,12,0,0,0,12,12H216a12,12,0,0,0,12-12V56A4,4,0,0,0,224,52Zm-10.28,8L128,138.57,42.28,60ZM216,196H40a4,4,0,0,1-4-4V65.09L125.3,147a4,4,0,0,0,5.4,0L220,65.09V192A4,4,0,0,1,216,196Z"}))]]),_8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M251,123.13c-.37-.81-9.13-20.26-28.48-39.61C196.63,57.67,164,44,128,44S59.37,57.67,33.51,83.52C14.16,102.87,5.4,122.32,5,123.13a12.08,12.08,0,0,0,0,9.75c.37.82,9.13,20.26,28.49,39.61C59.37,198.34,92,212,128,212s68.63-13.66,94.48-39.51c19.36-19.35,28.12-38.79,28.49-39.61A12.08,12.08,0,0,0,251,123.13Zm-46.06,33C183.47,177.27,157.59,188,128,188s-55.47-10.73-76.91-31.88A130.36,130.36,0,0,1,29.52,128,130.45,130.45,0,0,1,51.09,99.89C72.54,78.73,98.41,68,128,68s55.46,10.73,76.91,31.89A130.36,130.36,0,0,1,226.48,128,130.45,130.45,0,0,1,204.91,156.12ZM128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,64a20,20,0,1,1,20-20A20,20,0,0,1,128,148Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,56C48,56,16,128,16,128s32,72,112,72,112-72,112-72S208,56,128,56Zm0,112a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),n.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.47,133.47,0,0,1,25,128,133.33,133.33,0,0,1,48.07,97.25C70.33,75.19,97.22,64,128,64s57.67,11.19,79.93,33.25A133.46,133.46,0,0,1,231.05,128C223.84,141.46,192.43,192,128,192Zm0-112a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M245.48,125.57c-.34-.78-8.66-19.23-27.24-37.81C201,70.54,171.38,50,128,50S55,70.54,37.76,87.76c-18.58,18.58-26.9,37-27.24,37.81a6,6,0,0,0,0,4.88c.34.77,8.66,19.22,27.24,37.8C55,185.47,84.62,206,128,206s73-20.53,90.24-37.75c18.58-18.58,26.9-37,27.24-37.8A6,6,0,0,0,245.48,125.57ZM128,194c-31.38,0-58.78-11.42-81.45-33.93A134.77,134.77,0,0,1,22.69,128,134.56,134.56,0,0,1,46.55,95.94C69.22,73.42,96.62,62,128,62s58.78,11.42,81.45,33.94A134.56,134.56,0,0,1,233.31,128C226.94,140.21,195,194,128,194Zm0-112a46,46,0,1,0,46,46A46.06,46.06,0,0,0,128,82Zm0,80a34,34,0,1,1,34-34A34,34,0,0,1,128,162Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.47,133.47,0,0,1,25,128,133.33,133.33,0,0,1,48.07,97.25C70.33,75.19,97.22,64,128,64s57.67,11.19,79.93,33.25A133.46,133.46,0,0,1,231.05,128C223.84,141.46,192.43,192,128,192Zm0-112a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M243.66,126.38c-.34-.76-8.52-18.89-26.83-37.2C199.87,72.22,170.7,52,128,52S56.13,72.22,39.17,89.18c-18.31,18.31-26.49,36.44-26.83,37.2a4.08,4.08,0,0,0,0,3.25c.34.77,8.52,18.89,26.83,37.2,17,17,46.14,37.17,88.83,37.17s71.87-20.21,88.83-37.17c18.31-18.31,26.49-36.43,26.83-37.2A4.08,4.08,0,0,0,243.66,126.38Zm-32.7,35c-23.07,23-51,34.62-83,34.62s-59.89-11.65-83-34.62A135.71,135.71,0,0,1,20.44,128,135.69,135.69,0,0,1,45,94.62C68.11,71.65,96,60,128,60s59.89,11.65,83,34.62A135.79,135.79,0,0,1,235.56,128,135.71,135.71,0,0,1,211,161.38ZM128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,80a36,36,0,1,1,36-36A36,36,0,0,1,128,164Z"}))]]),k8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M56.88,31.93A12,12,0,1,0,39.12,48.07l16,17.65C20.67,88.66,5.72,121.58,5,123.13a12.08,12.08,0,0,0,0,9.75c.37.82,9.13,20.26,28.49,39.61C59.37,198.34,92,212,128,212a131.34,131.34,0,0,0,51-10l20.09,22.1a12,12,0,0,0,17.76-16.14ZM128,188c-29.59,0-55.47-10.73-76.91-31.88A130.69,130.69,0,0,1,29.52,128c5.27-9.31,18.79-29.9,42-44.29l90.09,99.11A109.33,109.33,0,0,1,128,188Zm123-55.12c-.36.81-9,20-28,39.16a12,12,0,1,1-17-16.9A130.48,130.48,0,0,0,226.48,128a130.36,130.36,0,0,0-21.57-28.12C183.46,78.73,157.59,68,128,68c-3.35,0-6.7.14-10,.42a12,12,0,1,1-2-23.91c3.93-.34,8-.51,12-.51,36,0,68.63,13.67,94.49,39.52,19.35,19.35,28.11,38.8,28.48,39.61A12.08,12.08,0,0,1,251,132.88Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,56C48,56,16,128,16,128s32,72,112,72,112-72,112-72S208,56,128,56Zm0,112a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),n.createElement("path",{d:"M53.92,34.62A8,8,0,1,0,42.08,45.38L61.32,66.55C25,88.84,9.38,123.2,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208a127.11,127.11,0,0,0,52.07-10.83l22,24.21a8,8,0,1,0,11.84-10.76Zm47.33,75.84,41.67,45.85a32,32,0,0,1-41.67-45.85ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.16,133.16,0,0,1,25,128c4.69-8.79,19.66-33.39,47.35-49.38l18,19.75a48,48,0,0,0,63.66,70l14.73,16.2A112,112,0,0,1,128,192Zm6-95.43a8,8,0,0,1,3-15.72,48.16,48.16,0,0,1,38.77,42.64,8,8,0,0,1-7.22,8.71,6.39,6.39,0,0,1-.75,0,8,8,0,0,1-8-7.26A32.09,32.09,0,0,0,134,96.57Zm113.28,34.69c-.42.94-10.55,23.37-33.36,43.8a8,8,0,1,1-10.67-11.92A132.77,132.77,0,0,0,231.05,128a133.15,133.15,0,0,0-23.12-30.77C185.67,75.19,158.78,64,128,64a118.37,118.37,0,0,0-19.36,1.57A8,8,0,1,1,106,49.79,134,134,0,0,1,128,48c34.88,0,66.57,13.26,91.66,38.35,18.83,18.83,27.3,37.62,27.65,38.41A8,8,0,0,1,247.31,131.26Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M96.68,57.87a4,4,0,0,1,2.08-6.6A130.13,130.13,0,0,1,128,48c34.88,0,66.57,13.26,91.66,38.35,18.83,18.83,27.3,37.62,27.65,38.41a8,8,0,0,1,0,6.5c-.35.79-8.82,19.57-27.65,38.4q-4.28,4.26-8.79,8.07a4,4,0,0,1-5.55-.36ZM213.92,210.62a8,8,0,1,1-11.84,10.76L180,197.13A127.21,127.21,0,0,1,128,208c-34.88,0-66.57-13.26-91.66-38.34C17.51,150.83,9,132.05,8.69,131.26a8,8,0,0,1,0-6.5C9,124,17.51,105.18,36.34,86.35a135,135,0,0,1,25-19.78L42.08,45.38A8,8,0,1,1,53.92,34.62Zm-65.49-48.25-52.69-58a40,40,0,0,0,52.69,58Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M52.44,36A6,6,0,0,0,43.56,44L64.44,67c-37.28,21.9-53.23,57-53.92,58.57a6,6,0,0,0,0,4.88c.34.77,8.66,19.22,27.24,37.8C55,185.47,84.62,206,128,206a124.91,124.91,0,0,0,52.57-11.25l23,25.29a6,6,0,0,0,8.88-8.08Zm48.62,71.32,45,49.52a34,34,0,0,1-45-49.52ZM128,194c-31.38,0-58.78-11.42-81.45-33.93A134.57,134.57,0,0,1,22.69,128c4.29-8.2,20.1-35.18,50-51.91L92.89,98.3a46,46,0,0,0,61.35,67.48l17.81,19.6A113.47,113.47,0,0,1,128,194Zm6.4-99.4a6,6,0,0,1,2.25-11.79,46.17,46.17,0,0,1,37.15,40.87,6,6,0,0,1-5.42,6.53l-.56,0a6,6,0,0,1-6-5.45A34.1,34.1,0,0,0,134.4,94.6Zm111.08,35.85c-.41.92-10.37,23-32.86,43.12a6,6,0,1,1-8-8.94A134.07,134.07,0,0,0,233.31,128a134.67,134.67,0,0,0-23.86-32.07C186.78,73.42,159.38,62,128,62a120.19,120.19,0,0,0-19.69,1.6,6,6,0,1,1-2-11.83A131.12,131.12,0,0,1,128,50c43.38,0,73,20.54,90.24,37.76,18.58,18.58,26.9,37,27.24,37.81A6,6,0,0,1,245.48,130.45Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M53.92,34.62A8,8,0,1,0,42.08,45.38L61.32,66.55C25,88.84,9.38,123.2,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208a127.11,127.11,0,0,0,52.07-10.83l22,24.21a8,8,0,1,0,11.84-10.76Zm47.33,75.84,41.67,45.85a32,32,0,0,1-41.67-45.85ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.16,133.16,0,0,1,25,128c4.69-8.79,19.66-33.39,47.35-49.38l18,19.75a48,48,0,0,0,63.66,70l14.73,16.2A112,112,0,0,1,128,192Zm6-95.43a8,8,0,0,1,3-15.72,48.16,48.16,0,0,1,38.77,42.64,8,8,0,0,1-7.22,8.71,6.39,6.39,0,0,1-.75,0,8,8,0,0,1-8-7.26A32.09,32.09,0,0,0,134,96.57Zm113.28,34.69c-.42.94-10.55,23.37-33.36,43.8a8,8,0,1,1-10.67-11.92A132.77,132.77,0,0,0,231.05,128a133.15,133.15,0,0,0-23.12-30.77C185.67,75.19,158.78,64,128,64a118.37,118.37,0,0,0-19.36,1.57A8,8,0,1,1,106,49.79,134,134,0,0,1,128,48c34.88,0,66.57,13.26,91.66,38.35,18.83,18.83,27.3,37.62,27.65,38.41A8,8,0,0,1,247.31,131.26Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M51,37.31A4,4,0,0,0,45,42.69L67.59,67.5C29.34,89,13,124.81,12.34,126.38a4.08,4.08,0,0,0,0,3.25c.34.77,8.52,18.89,26.83,37.2,17,17,46.14,37.17,88.83,37.17a122.59,122.59,0,0,0,53.06-11.69l24,26.38a4,4,0,1,0,5.92-5.38ZM149.1,157.16A36,36,0,0,1,101,104.22ZM128,196c-32,0-59.89-11.65-83-34.62A135.81,135.81,0,0,1,20.44,128c3.65-7.23,20.09-36.81,52.68-54.43l22.45,24.7a44,44,0,0,0,59,64.83l20.89,23A114.94,114.94,0,0,1,128,196Zm6.78-103.36a4,4,0,0,1,1.49-7.86,44.15,44.15,0,0,1,35.54,39.09,4,4,0,0,1-3.61,4.35l-.38,0a4,4,0,0,1-4-3.63A36.1,36.1,0,0,0,134.78,92.64Zm108.88,37c-.41.91-10.2,22.58-32.38,42.45a4,4,0,0,1-2.67,1,4,4,0,0,1-2.67-7A136.71,136.71,0,0,0,235.56,128,136.07,136.07,0,0,0,211,94.62C187.89,71.65,160,60,128,60a122,122,0,0,0-20,1.63,4,4,0,0,1-1.32-7.89A129.3,129.3,0,0,1,128,52c42.7,0,71.87,20.22,88.83,37.18,18.31,18.31,26.49,36.44,26.83,37.2A4.08,4.08,0,0,1,243.66,129.63Z"}))]]),C8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M160,128a224.48,224.48,0,0,1-26.37,105.54,12,12,0,1,1-21.16-11.32A200.33,200.33,0,0,0,136,128a8,8,0,0,0-16,0,12,12,0,0,1-24,0,32,32,0,0,1,64,0ZM128,56a12,12,0,1,0,0,24,48.05,48.05,0,0,1,48,48c0,7.62-.36,15.32-1.07,22.87A12,12,0,0,0,185.74,164c.38,0,.76,0,1.14,0a12,12,0,0,0,11.93-10.87c.79-8.3,1.18-16.76,1.18-25.13A72.08,72.08,0,0,0,128,56ZM96,92.23A12,12,0,0,0,80,74.35,72.1,72.1,0,0,0,56,128a120.11,120.11,0,0,1-15.12,58.37,12,12,0,0,0,21,11.69A144.14,144.14,0,0,0,80,128,48.08,48.08,0,0,1,96,92.23Zm10.1,64.1a12,12,0,0,0-14.46,8.9,158.61,158.61,0,0,1-18.88,45.86,12,12,0,0,0,20.5,12.48A182.86,182.86,0,0,0,115,170.79,12,12,0,0,0,106.1,156.33Zm76.73,24.07A12,12,0,0,0,168.19,189a241.5,241.5,0,0,1-8,24.87,12,12,0,0,0,6.91,15.49,11.76,11.76,0,0,0,4.29.8,12,12,0,0,0,11.21-7.71,260.2,260.2,0,0,0,8.79-27.37A12,12,0,0,0,182.83,180.4ZM128,16A112.12,112.12,0,0,0,16,127.44c0,.19,0,.38,0,.57a79.81,79.81,0,0,1-5,27.82,12,12,0,1,0,22.5,8.35A103.59,103.59,0,0,0,40,128.58c0-.19,0-.38,0-.57a88,88,0,0,1,176-.5c0,.16,0,.33,0,.5a282.12,282.12,0,0,1-6.74,61.38,12,12,0,0,0,9.09,14.33A11.84,11.84,0,0,0,221,204a12,12,0,0,0,11.7-9.38A305.87,305.87,0,0,0,240,128.55c0-.18,0-.36,0-.54A112.13,112.13,0,0,0,128,16Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M72,128a134.63,134.63,0,0,1-14.16,60.47,8,8,0,1,1-14.32-7.12A118.8,118.8,0,0,0,56,128,71.73,71.73,0,0,1,83,71.8,8,8,0,1,1,93,84.29,55.76,55.76,0,0,0,72,128Zm56-8a8,8,0,0,0-8,8,184.12,184.12,0,0,1-23,89.1,8,8,0,0,0,14,7.76A200.19,200.19,0,0,0,136,128,8,8,0,0,0,128,120Zm0-32a40,40,0,0,0-40,40,8,8,0,0,0,16,0,24,24,0,0,1,48,0,214.09,214.09,0,0,1-20.51,92A8,8,0,1,0,146,226.83,230,230,0,0,0,168,128,40,40,0,0,0,128,88Zm0-64A104.11,104.11,0,0,0,24,128a87.76,87.76,0,0,1-5,29.33,8,8,0,0,0,15.09,5.33A103.9,103.9,0,0,0,40,128a88,88,0,0,1,176,0,282.24,282.24,0,0,1-5.29,54.45,8,8,0,0,0,6.3,9.4,8.22,8.22,0,0,0,1.55.15,8,8,0,0,0,7.84-6.45A298.37,298.37,0,0,0,232,128,104.12,104.12,0,0,0,128,24ZM94.4,152.17A8,8,0,0,0,85,158.42a151,151,0,0,1-17.21,45.44,8,8,0,0,0,13.86,8,166.67,166.67,0,0,0,19-50.25A8,8,0,0,0,94.4,152.17ZM128,56a72.85,72.85,0,0,0-9,.56,8,8,0,0,0,2,15.87A56.08,56.08,0,0,1,184,128a252.12,252.12,0,0,1-1.92,31A8,8,0,0,0,189,168a8.39,8.39,0,0,0,1,.06,8,8,0,0,0,7.92-7,266.48,266.48,0,0,0,2-33A72.08,72.08,0,0,0,128,56Zm57.93,128.25a8,8,0,0,0-9.75,5.75c-1.46,5.69-3.15,11.4-5,17a8,8,0,0,0,5,10.13,7.88,7.88,0,0,0,2.55.42,8,8,0,0,0,7.58-5.46c2-5.92,3.79-12,5.35-18.05A8,8,0,0,0,185.94,184.26Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M126.42,24C70.73,24.85,25.21,70.09,24,125.81a103.53,103.53,0,0,0,13.52,53.54,4,4,0,0,0,7.1-.3,119.35,119.35,0,0,0,11.37-51A71.77,71.77,0,0,1,83,71.83a8,8,0,1,1,9.86,12.61A55.82,55.82,0,0,0,72,128.07a135.28,135.28,0,0,1-18.45,68.35,4,4,0,0,0,.61,4.85c2,2,4.09,4,6.25,5.82a4,4,0,0,0,6-1A151.18,151.18,0,0,0,85,158.49a8,8,0,1,1,15.68,3.19,167.33,167.33,0,0,1-21.07,53.64,4,4,0,0,0,1.6,5.63c2.47,1.25,5,2.41,7.57,3.47a4,4,0,0,0,5-1.61A183,183,0,0,0,120,128.28a8.16,8.16,0,0,1,7.44-8.21,8,8,0,0,1,8.56,8,198.94,198.94,0,0,1-25.21,97.16,4,4,0,0,0,2.95,5.92q4.55.63,9.21.86a4,4,0,0,0,3.67-2.1A214.88,214.88,0,0,0,152,128.8c.05-13.25-10.3-24.49-23.54-24.74A24,24,0,0,0,104,128a8.1,8.1,0,0,1-7.29,8,8,8,0,0,1-8.71-8,40,40,0,0,1,40.42-40c22,.23,39.68,19.17,39.57,41.16a231.37,231.37,0,0,1-20.52,94.57,4,4,0,0,0,4.62,5.51,103.49,103.49,0,0,0,10.26-3,4,4,0,0,0,2.35-2.22,243.76,243.76,0,0,0,11.48-34,8,8,0,1,1,15.5,4q-1.12,4.37-2.4,8.7a4,4,0,0,0,6.46,4.17A104,104,0,0,0,126.42,24ZM198,161.08a8,8,0,0,1-7.92,7,8.39,8.39,0,0,1-1-.06,8,8,0,0,1-6.95-8.93,252.57,252.57,0,0,0,1.92-31,56.08,56.08,0,0,0-56-56,56.78,56.78,0,0,0-7,.43,8,8,0,0,1-2-15.89,72.1,72.1,0,0,1,81,71.49A266.93,266.93,0,0,1,198,161.08Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M70,128a132.68,132.68,0,0,1-14,59.58,6,6,0,0,1-5.38,3.33,6,6,0,0,1-5.36-8.67A120.74,120.74,0,0,0,58,128,69.72,69.72,0,0,1,84.25,73.36a6,6,0,0,1,7.51,9.37A57.73,57.73,0,0,0,70,128Zm58-6a6,6,0,0,0-6,6,186.07,186.07,0,0,1-23.23,90.07,6,6,0,0,0,10.5,5.82A198.14,198.14,0,0,0,134,128,6,6,0,0,0,128,122Zm0-32a38,38,0,0,0-38,38,6,6,0,0,0,12,0,26,26,0,0,1,52,0,216.06,216.06,0,0,1-20.71,92.85A6,6,0,1,0,144.16,226,227.94,227.94,0,0,0,166,128,38,38,0,0,0,128,90Zm0-64A102.11,102.11,0,0,0,26,128a90,90,0,0,1-5.12,30,6,6,0,1,0,11.31,4A101.83,101.83,0,0,0,38,128a90,90,0,0,1,180,0,284.7,284.7,0,0,1-5.33,54.84,6,6,0,0,0,4.72,7.05,6.8,6.8,0,0,0,1.17.11,6,6,0,0,0,5.88-4.84A295.92,295.92,0,0,0,230,128,102.12,102.12,0,0,0,128,26ZM94,154.13a6,6,0,0,0-7.07,4.69,152.82,152.82,0,0,1-17.44,46,6,6,0,0,0,10.4,6,164.77,164.77,0,0,0,18.8-49.65A6,6,0,0,0,94,154.13ZM128,58a70.76,70.76,0,0,0-8.75.54,6,6,0,1,0,1.49,11.91A58,58,0,0,1,186,128a252.27,252.27,0,0,1-1.94,31.26,6,6,0,0,0,5.21,6.69,6.59,6.59,0,0,0,.75,0,6,6,0,0,0,5.95-5.26A266.46,266.46,0,0,0,198,128,70.08,70.08,0,0,0,128,58ZM185.44,186.2a6,6,0,0,0-7.31,4.31c-1.47,5.74-3.18,11.49-5.06,17.09a6,6,0,0,0,11.38,3.82c2-5.88,3.75-11.9,5.3-17.92A6,6,0,0,0,185.44,186.2Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M72,128a134.63,134.63,0,0,1-14.16,60.47,8,8,0,1,1-14.32-7.12A118.8,118.8,0,0,0,56,128,71.73,71.73,0,0,1,83,71.8,8,8,0,1,1,93,84.29,55.76,55.76,0,0,0,72,128Zm56-8a8,8,0,0,0-8,8,184.12,184.12,0,0,1-23,89.1,8,8,0,0,0,14,7.76A200.19,200.19,0,0,0,136,128,8,8,0,0,0,128,120Zm0-32a40,40,0,0,0-40,40,8,8,0,0,0,16,0,24,24,0,0,1,48,0,214.09,214.09,0,0,1-20.51,92A8,8,0,1,0,146,226.83,230,230,0,0,0,168,128,40,40,0,0,0,128,88Zm0-64A104.11,104.11,0,0,0,24,128a87.76,87.76,0,0,1-5,29.33,8,8,0,0,0,15.09,5.33A103.9,103.9,0,0,0,40,128a88,88,0,0,1,176,0,282.24,282.24,0,0,1-5.29,54.45,8,8,0,0,0,6.3,9.4,8.22,8.22,0,0,0,1.55.15,8,8,0,0,0,7.84-6.45A298.37,298.37,0,0,0,232,128,104.12,104.12,0,0,0,128,24ZM94.4,152.17A8,8,0,0,0,85,158.42a151,151,0,0,1-17.21,45.44,8,8,0,0,0,13.86,8,166.67,166.67,0,0,0,19-50.25A8,8,0,0,0,94.4,152.17ZM128,56a72.85,72.85,0,0,0-9,.56,8,8,0,0,0,2,15.87A56.08,56.08,0,0,1,184,128a252.12,252.12,0,0,1-1.92,31A8,8,0,0,0,189,168a8.39,8.39,0,0,0,1,.06,8,8,0,0,0,7.92-7,266.48,266.48,0,0,0,2-33A72.08,72.08,0,0,0,128,56Zm57.93,128.25a8,8,0,0,0-9.75,5.75c-1.46,5.69-3.15,11.4-5,17a8,8,0,0,0,5,10.13,7.88,7.88,0,0,0,2.55.42,8,8,0,0,0,7.58-5.46c2-5.92,3.79-12,5.35-18.05A8,8,0,0,0,185.94,184.26Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M68,128A130.71,130.71,0,0,1,54.27,186.7a4,4,0,0,1-3.58,2.22,3.91,3.91,0,0,1-1.78-.42,4,4,0,0,1-1.8-5.36A122.71,122.71,0,0,0,60,128,67.74,67.74,0,0,1,85.5,74.92a4,4,0,0,1,5,6.25A59.74,59.74,0,0,0,68,128Zm60-4a4,4,0,0,0-4,4,188.1,188.1,0,0,1-23.48,91,4,4,0,0,0,7,3.88A196.22,196.22,0,0,0,132,128,4,4,0,0,0,128,124Zm0-32a36,36,0,0,0-36,36,4,4,0,0,0,8,0,28,28,0,0,1,56,0,218,218,0,0,1-20.9,93.7,4,4,0,1,0,7.24,3.41A226,226,0,0,0,164,128,36,36,0,0,0,128,92Zm0-64A100.11,100.11,0,0,0,28,128a91.66,91.66,0,0,1-5.24,30.67,4,4,0,1,0,7.54,2.66A99.66,99.66,0,0,0,36,128a92,92,0,0,1,184,0,286.37,286.37,0,0,1-5.37,55.23,4,4,0,0,0,3.15,4.69,4.13,4.13,0,0,0,.78.08,4,4,0,0,0,3.92-3.23A294.25,294.25,0,0,0,228,128,100.11,100.11,0,0,0,128,28ZM93.6,156.09a4,4,0,0,0-4.71,3.12,155,155,0,0,1-17.66,46.64,4,4,0,0,0,6.93,4,163.13,163.13,0,0,0,18.57-49A4,4,0,0,0,93.6,156.09ZM128,60a68.79,68.79,0,0,0-8.5.53,4,4,0,0,0,1,7.93A62.57,62.57,0,0,1,128,68a60.07,60.07,0,0,1,60,60,256.15,256.15,0,0,1-1.95,31.5,4,4,0,0,0,3.47,4.47l.5,0a4,4,0,0,0,4-3.51A264.37,264.37,0,0,0,196,128,68.08,68.08,0,0,0,128,60Zm56.93,128.12a4,4,0,0,0-4.87,2.88c-1.49,5.78-3.21,11.58-5.1,17.23a4,4,0,1,0,7.58,2.54c2-5.83,3.73-11.81,5.27-17.77A4,4,0,0,0,184.94,188.13Z"}))]]),S8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,76a52,52,0,1,0,52,52A52.06,52.06,0,0,0,128,76Zm0,80a28,28,0,1,1,28-28A28,28,0,0,1,128,156Zm113.86-49.57A12,12,0,0,0,236,98.34L208.21,82.49l-.11-31.31a12,12,0,0,0-4.25-9.12,116,116,0,0,0-38-21.41,12,12,0,0,0-9.68.89L128,37.27,99.83,21.53a12,12,0,0,0-9.7-.9,116.06,116.06,0,0,0-38,21.47,12,12,0,0,0-4.24,9.1l-.14,31.34L20,98.35a12,12,0,0,0-5.85,8.11,110.7,110.7,0,0,0,0,43.11A12,12,0,0,0,20,157.66l27.82,15.85.11,31.31a12,12,0,0,0,4.25,9.12,116,116,0,0,0,38,21.41,12,12,0,0,0,9.68-.89L128,218.73l28.14,15.74a12,12,0,0,0,9.7.9,116.06,116.06,0,0,0,38-21.47,12,12,0,0,0,4.24-9.1l.14-31.34,27.81-15.81a12,12,0,0,0,5.85-8.11A110.7,110.7,0,0,0,241.86,106.43Zm-22.63,33.18-26.88,15.28a11.94,11.94,0,0,0-4.55,4.59c-.54,1-1.11,1.93-1.7,2.88a12,12,0,0,0-1.83,6.31L184.13,199a91.83,91.83,0,0,1-21.07,11.87l-27.15-15.19a12,12,0,0,0-5.86-1.53h-.29c-1.14,0-2.3,0-3.44,0a12.08,12.08,0,0,0-6.14,1.51L93,210.82A92.27,92.27,0,0,1,71.88,199l-.11-30.24a12,12,0,0,0-1.83-6.32c-.58-.94-1.16-1.91-1.7-2.88A11.92,11.92,0,0,0,63.7,155L36.8,139.63a86.53,86.53,0,0,1,0-23.24l26.88-15.28a12,12,0,0,0,4.55-4.58c.54-1,1.11-1.94,1.7-2.89a12,12,0,0,0,1.83-6.31L71.87,57A91.83,91.83,0,0,1,92.94,45.17l27.15,15.19a11.92,11.92,0,0,0,6.15,1.52c1.14,0,2.3,0,3.44,0a12.08,12.08,0,0,0,6.14-1.51L163,45.18A92.27,92.27,0,0,1,184.12,57l.11,30.24a12,12,0,0,0,1.83,6.32c.58.94,1.16,1.91,1.7,2.88A11.92,11.92,0,0,0,192.3,101l26.9,15.33A86.53,86.53,0,0,1,219.23,139.61Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M230.1,108.76,198.25,90.62c-.64-1.16-1.31-2.29-2-3.41l-.12-36A104.61,104.61,0,0,0,162,32L130,49.89c-1.34,0-2.69,0-4,0L94,32A104.58,104.58,0,0,0,59.89,51.25l-.16,36c-.7,1.12-1.37,2.26-2,3.41l-31.84,18.1a99.15,99.15,0,0,0,0,38.46l31.85,18.14c.64,1.16,1.31,2.29,2,3.41l.12,36A104.61,104.61,0,0,0,94,224l32-17.87c1.34,0,2.69,0,4,0L162,224a104.58,104.58,0,0,0,34.08-19.25l.16-36c.7-1.12,1.37-2.26,2-3.41l31.84-18.1A99.15,99.15,0,0,0,230.1,108.76ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),n.createElement("path",{d:"M128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Zm109.94-52.79a8,8,0,0,0-3.89-5.4l-29.83-17-.12-33.62a8,8,0,0,0-2.83-6.08,111.91,111.91,0,0,0-36.72-20.67,8,8,0,0,0-6.46.59L128,41.85,97.88,25a8,8,0,0,0-6.47-.6A111.92,111.92,0,0,0,54.73,45.15a8,8,0,0,0-2.83,6.07l-.15,33.65-29.83,17a8,8,0,0,0-3.89,5.4,106.47,106.47,0,0,0,0,41.56,8,8,0,0,0,3.89,5.4l29.83,17,.12,33.63a8,8,0,0,0,2.83,6.08,111.91,111.91,0,0,0,36.72,20.67,8,8,0,0,0,6.46-.59L128,214.15,158.12,231a7.91,7.91,0,0,0,3.9,1,8.09,8.09,0,0,0,2.57-.42,112.1,112.1,0,0,0,36.68-20.73,8,8,0,0,0,2.83-6.07l.15-33.65,29.83-17a8,8,0,0,0,3.89-5.4A106.47,106.47,0,0,0,237.94,107.21Zm-15,34.91-28.57,16.25a8,8,0,0,0-3,3c-.58,1-1.19,2.06-1.81,3.06a7.94,7.94,0,0,0-1.22,4.21l-.15,32.25a95.89,95.89,0,0,1-25.37,14.3L134,199.13a8,8,0,0,0-3.91-1h-.19c-1.21,0-2.43,0-3.64,0a8.1,8.1,0,0,0-4.1,1l-28.84,16.1A96,96,0,0,1,67.88,201l-.11-32.2a8,8,0,0,0-1.22-4.22c-.62-1-1.23-2-1.8-3.06a8.09,8.09,0,0,0-3-3.06l-28.6-16.29a90.49,90.49,0,0,1,0-28.26L61.67,97.63a8,8,0,0,0,3-3c.58-1,1.19-2.06,1.81-3.06a7.94,7.94,0,0,0,1.22-4.21l.15-32.25a95.89,95.89,0,0,1,25.37-14.3L122,56.87a8,8,0,0,0,4.1,1c1.21,0,2.43,0,3.64,0a8,8,0,0,0,4.1-1l28.84-16.1A96,96,0,0,1,188.12,55l.11,32.2a8,8,0,0,0,1.22,4.22c.62,1,1.23,2,1.8,3.06a8.09,8.09,0,0,0,3,3.06l28.6,16.29A90.49,90.49,0,0,1,222.9,142.12Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M237.94,107.21a8,8,0,0,0-3.89-5.4l-29.83-17-.12-33.62a8,8,0,0,0-2.83-6.08,111.91,111.91,0,0,0-36.72-20.67,8,8,0,0,0-6.46.59L128,41.85,97.88,25a8,8,0,0,0-6.47-.6A111.92,111.92,0,0,0,54.73,45.15a8,8,0,0,0-2.83,6.07l-.15,33.65-29.83,17a8,8,0,0,0-3.89,5.4,106.47,106.47,0,0,0,0,41.56,8,8,0,0,0,3.89,5.4l29.83,17,.12,33.63a8,8,0,0,0,2.83,6.08,111.91,111.91,0,0,0,36.72,20.67,8,8,0,0,0,6.46-.59L128,214.15,158.12,231a7.91,7.91,0,0,0,3.9,1,8.09,8.09,0,0,0,2.57-.42,112.1,112.1,0,0,0,36.68-20.73,8,8,0,0,0,2.83-6.07l.15-33.65,29.83-17a8,8,0,0,0,3.89-5.4A106.47,106.47,0,0,0,237.94,107.21ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,82a46,46,0,1,0,46,46A46.06,46.06,0,0,0,128,82Zm0,80a34,34,0,1,1,34-34A34,34,0,0,1,128,162Zm108-54.4a6,6,0,0,0-2.92-4L202.64,86.22l-.42-.71L202.1,51.2A6,6,0,0,0,200,46.64a110.12,110.12,0,0,0-36.07-20.31,6,6,0,0,0-4.84.45L128.46,43.86h-1L96.91,26.76a6,6,0,0,0-4.86-.44A109.92,109.92,0,0,0,56,46.68a6,6,0,0,0-2.12,4.55l-.16,34.34c-.14.23-.28.47-.41.71L22.91,103.57A6,6,0,0,0,20,107.62a104.81,104.81,0,0,0,0,40.78,6,6,0,0,0,2.92,4l30.42,17.33.42.71.12,34.31A6,6,0,0,0,56,209.36a110.12,110.12,0,0,0,36.07,20.31,6,6,0,0,0,4.84-.45l30.61-17.08h1l30.56,17.1A6.09,6.09,0,0,0,162,230a5.83,5.83,0,0,0,1.93-.32,109.92,109.92,0,0,0,36-20.36,6,6,0,0,0,2.12-4.55l.16-34.34c.14-.23.28-.47.41-.71l30.42-17.29a6,6,0,0,0,2.92-4.05A104.81,104.81,0,0,0,236,107.6Zm-11.25,35.79L195.32,160.1a6.07,6.07,0,0,0-2.28,2.3c-.59,1-1.21,2.11-1.86,3.14a6,6,0,0,0-.91,3.16l-.16,33.21a98.15,98.15,0,0,1-27.52,15.53L133,200.88a6,6,0,0,0-2.93-.77h-.14c-1.24,0-2.5,0-3.74,0a6,6,0,0,0-3.07.76L93.45,217.43a98,98,0,0,1-27.56-15.49l-.12-33.17a6,6,0,0,0-.91-3.16c-.64-1-1.27-2.08-1.86-3.14a6,6,0,0,0-2.27-2.3L31.3,143.4a93,93,0,0,1,0-30.79L60.68,95.9A6.07,6.07,0,0,0,63,93.6c.59-1,1.21-2.11,1.86-3.14a6,6,0,0,0,.91-3.16l.16-33.21A98.15,98.15,0,0,1,93.41,38.56L123,55.12a5.81,5.81,0,0,0,3.07.76c1.24,0,2.5,0,3.74,0a6,6,0,0,0,3.07-.76l29.65-16.56a98,98,0,0,1,27.56,15.49l.12,33.17a6,6,0,0,0,.91,3.16c.64,1,1.27,2.08,1.86,3.14a6,6,0,0,0,2.27,2.3L224.7,112.6A93,93,0,0,1,224.73,143.39Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Zm109.94-52.79a8,8,0,0,0-3.89-5.4l-29.83-17-.12-33.62a8,8,0,0,0-2.83-6.08,111.91,111.91,0,0,0-36.72-20.67,8,8,0,0,0-6.46.59L128,41.85,97.88,25a8,8,0,0,0-6.47-.6A112.1,112.1,0,0,0,54.73,45.15a8,8,0,0,0-2.83,6.07l-.15,33.65-29.83,17a8,8,0,0,0-3.89,5.4,106.47,106.47,0,0,0,0,41.56,8,8,0,0,0,3.89,5.4l29.83,17,.12,33.62a8,8,0,0,0,2.83,6.08,111.91,111.91,0,0,0,36.72,20.67,8,8,0,0,0,6.46-.59L128,214.15,158.12,231a7.91,7.91,0,0,0,3.9,1,8.09,8.09,0,0,0,2.57-.42,112.1,112.1,0,0,0,36.68-20.73,8,8,0,0,0,2.83-6.07l.15-33.65,29.83-17a8,8,0,0,0,3.89-5.4A106.47,106.47,0,0,0,237.94,107.21Zm-15,34.91-28.57,16.25a8,8,0,0,0-3,3c-.58,1-1.19,2.06-1.81,3.06a7.94,7.94,0,0,0-1.22,4.21l-.15,32.25a95.89,95.89,0,0,1-25.37,14.3L134,199.13a8,8,0,0,0-3.91-1h-.19c-1.21,0-2.43,0-3.64,0a8.08,8.08,0,0,0-4.1,1l-28.84,16.1A96,96,0,0,1,67.88,201l-.11-32.2a8,8,0,0,0-1.22-4.22c-.62-1-1.23-2-1.8-3.06a8.09,8.09,0,0,0-3-3.06l-28.6-16.29a90.49,90.49,0,0,1,0-28.26L61.67,97.63a8,8,0,0,0,3-3c.58-1,1.19-2.06,1.81-3.06a7.94,7.94,0,0,0,1.22-4.21l.15-32.25a95.89,95.89,0,0,1,25.37-14.3L122,56.87a8,8,0,0,0,4.1,1c1.21,0,2.43,0,3.64,0a8.08,8.08,0,0,0,4.1-1l28.84-16.1A96,96,0,0,1,188.12,55l.11,32.2a8,8,0,0,0,1.22,4.22c.62,1,1.23,2,1.8,3.06a8.09,8.09,0,0,0,3,3.06l28.6,16.29A90.49,90.49,0,0,1,222.9,142.12Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,80a36,36,0,1,1,36-36A36,36,0,0,1,128,164Zm106-56a4,4,0,0,0-2-2.7l-30.89-17.6q-.47-.82-1-1.62L200.1,51.2a3.94,3.94,0,0,0-1.42-3,107.8,107.8,0,0,0-35.41-19.94,4,4,0,0,0-3.23.29L129,45.87h-2l-31-17.36a4,4,0,0,0-3.23-.3,108.05,108.05,0,0,0-35.39,20,4,4,0,0,0-1.41,3l-.16,34.9-1,1.62L23.9,105.3A4,4,0,0,0,22,108a102.76,102.76,0,0,0,0,40,4,4,0,0,0,1.95,2.7l30.89,17.6q.47.83,1,1.62l.12,34.87a3.94,3.94,0,0,0,1.42,3,107.8,107.8,0,0,0,35.41,19.94,4,4,0,0,0,3.23-.29L127,210.13h2l31,17.36a4,4,0,0,0,3.23.3,108.05,108.05,0,0,0,35.39-20,4,4,0,0,0,1.41-3l.16-34.9,1-1.62L232.1,150.7a4,4,0,0,0,2-2.71A102.76,102.76,0,0,0,234,108Zm-7.48,36.67L196.3,161.84a4,4,0,0,0-1.51,1.53c-.61,1.09-1.25,2.17-1.91,3.24a3.92,3.92,0,0,0-.61,2.1l-.16,34.15a99.8,99.8,0,0,1-29.7,16.77l-30.4-17a4.06,4.06,0,0,0-2-.51H130c-1.28,0-2.57,0-3.84,0a4.1,4.1,0,0,0-2.05.51l-30.45,17A100.23,100.23,0,0,1,63.89,202.9l-.12-34.12a3.93,3.93,0,0,0-.61-2.11c-.66-1-1.3-2.14-1.91-3.23a4,4,0,0,0-1.51-1.53L29.49,144.68a94.78,94.78,0,0,1,0-33.34L59.7,94.16a4,4,0,0,0,1.51-1.53c.61-1.09,1.25-2.17,1.91-3.23a4,4,0,0,0,.61-2.11l.16-34.15a99.8,99.8,0,0,1,29.7-16.77l30.4,17a4.1,4.1,0,0,0,2.05.51c1.28,0,2.57,0,3.84,0a4,4,0,0,0,2.05-.51l30.45-17A100.23,100.23,0,0,1,192.11,53.1l.12,34.12a3.93,3.93,0,0,0,.61,2.11c.66,1,1.3,2.14,1.91,3.23a4,4,0,0,0,1.51,1.53l30.25,17.23A94.78,94.78,0,0,1,226.54,144.66Z"}))]]),E8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,20A108,108,0,1,0,236,128,108.12,108.12,0,0,0,128,20Zm0,187a113.4,113.4,0,0,1-20.39-35h40.82a116.94,116.94,0,0,1-10,20.77A108.61,108.61,0,0,1,128,207Zm-26.49-59a135.42,135.42,0,0,1,0-40h53a135.42,135.42,0,0,1,0,40ZM44,128a83.49,83.49,0,0,1,2.43-20H77.25a160.63,160.63,0,0,0,0,40H46.43A83.49,83.49,0,0,1,44,128Zm84-79a113.4,113.4,0,0,1,20.39,35H107.59a116.94,116.94,0,0,1,10-20.77A108.61,108.61,0,0,1,128,49Zm50.73,59h30.82a83.52,83.52,0,0,1,0,40H178.75a160.63,160.63,0,0,0,0-40Zm20.77-24H173.71a140.82,140.82,0,0,0-15.5-34.36A84.51,84.51,0,0,1,199.52,84ZM97.79,49.64A140.82,140.82,0,0,0,82.29,84H56.48A84.51,84.51,0,0,1,97.79,49.64ZM56.48,172H82.29a140.82,140.82,0,0,0,15.5,34.36A84.51,84.51,0,0,1,56.48,172Zm101.73,34.36A140.82,140.82,0,0,0,173.71,172h25.81A84.51,84.51,0,0,1,158.21,206.36Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M128,24h0A104,104,0,1,0,232,128,104.12,104.12,0,0,0,128,24Zm88,104a87.61,87.61,0,0,1-3.33,24H174.16a157.44,157.44,0,0,0,0-48h38.51A87.61,87.61,0,0,1,216,128ZM102,168H154a115.11,115.11,0,0,1-26,45A115.27,115.27,0,0,1,102,168Zm-3.9-16a140.84,140.84,0,0,1,0-48h59.88a140.84,140.84,0,0,1,0,48ZM40,128a87.61,87.61,0,0,1,3.33-24H81.84a157.44,157.44,0,0,0,0,48H43.33A87.61,87.61,0,0,1,40,128ZM154,88H102a115.11,115.11,0,0,1,26-45A115.27,115.27,0,0,1,154,88Zm52.33,0H170.71a135.28,135.28,0,0,0-22.3-45.6A88.29,88.29,0,0,1,206.37,88ZM107.59,42.4A135.28,135.28,0,0,0,85.29,88H49.63A88.29,88.29,0,0,1,107.59,42.4ZM49.63,168H85.29a135.28,135.28,0,0,0,22.3,45.6A88.29,88.29,0,0,1,49.63,168Zm98.78,45.6a135.28,135.28,0,0,0,22.3-45.6h35.66A88.29,88.29,0,0,1,148.41,213.6Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24h0A104,104,0,1,0,232,128,104.12,104.12,0,0,0,128,24Zm78.36,64H170.71a135.28,135.28,0,0,0-22.3-45.6A88.29,88.29,0,0,1,206.37,88ZM216,128a87.61,87.61,0,0,1-3.33,24H174.16a157.44,157.44,0,0,0,0-48h38.51A87.61,87.61,0,0,1,216,128ZM128,43a115.27,115.27,0,0,1,26,45H102A115.11,115.11,0,0,1,128,43ZM102,168H154a115.11,115.11,0,0,1-26,45A115.27,115.27,0,0,1,102,168Zm-3.9-16a140.84,140.84,0,0,1,0-48h59.88a140.84,140.84,0,0,1,0,48Zm50.35,61.6a135.28,135.28,0,0,0,22.3-45.6h35.66A88.29,88.29,0,0,1,148.41,213.6Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,26A102,102,0,1,0,230,128,102.12,102.12,0,0,0,128,26Zm81.57,64H169.19a132.58,132.58,0,0,0-25.73-50.67A90.29,90.29,0,0,1,209.57,90ZM218,128a89.7,89.7,0,0,1-3.83,26H171.81a155.43,155.43,0,0,0,0-52h42.36A89.7,89.7,0,0,1,218,128Zm-90,87.83a110,110,0,0,1-15.19-19.45A124.24,124.24,0,0,1,99.35,166h57.3a124.24,124.24,0,0,1-13.46,30.38A110,110,0,0,1,128,215.83ZM96.45,154a139.18,139.18,0,0,1,0-52h63.1a139.18,139.18,0,0,1,0,52ZM38,128a89.7,89.7,0,0,1,3.83-26H84.19a155.43,155.43,0,0,0,0,52H41.83A89.7,89.7,0,0,1,38,128Zm90-87.83a110,110,0,0,1,15.19,19.45A124.24,124.24,0,0,1,156.65,90H99.35a124.24,124.24,0,0,1,13.46-30.38A110,110,0,0,1,128,40.17Zm-15.46-.84A132.58,132.58,0,0,0,86.81,90H46.43A90.29,90.29,0,0,1,112.54,39.33ZM46.43,166H86.81a132.58,132.58,0,0,0,25.73,50.67A90.29,90.29,0,0,1,46.43,166Zm97,50.67A132.58,132.58,0,0,0,169.19,166h40.38A90.29,90.29,0,0,1,143.46,216.67Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24h0A104,104,0,1,0,232,128,104.12,104.12,0,0,0,128,24Zm88,104a87.61,87.61,0,0,1-3.33,24H174.16a157.44,157.44,0,0,0,0-48h38.51A87.61,87.61,0,0,1,216,128ZM102,168H154a115.11,115.11,0,0,1-26,45A115.27,115.27,0,0,1,102,168Zm-3.9-16a140.84,140.84,0,0,1,0-48h59.88a140.84,140.84,0,0,1,0,48ZM40,128a87.61,87.61,0,0,1,3.33-24H81.84a157.44,157.44,0,0,0,0,48H43.33A87.61,87.61,0,0,1,40,128ZM154,88H102a115.11,115.11,0,0,1,26-45A115.27,115.27,0,0,1,154,88Zm52.33,0H170.71a135.28,135.28,0,0,0-22.3-45.6A88.29,88.29,0,0,1,206.37,88ZM107.59,42.4A135.28,135.28,0,0,0,85.29,88H49.63A88.29,88.29,0,0,1,107.59,42.4ZM49.63,168H85.29a135.28,135.28,0,0,0,22.3,45.6A88.29,88.29,0,0,1,49.63,168Zm98.78,45.6a135.28,135.28,0,0,0,22.3-45.6h35.66A88.29,88.29,0,0,1,148.41,213.6Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,28h0A100,100,0,1,0,228,128,100.11,100.11,0,0,0,128,28Zm0,190.61c-6.33-6.09-23-24.41-31.27-54.61h62.54C151,194.2,134.33,212.52,128,218.61ZM94.82,156a140.42,140.42,0,0,1,0-56h66.36a140.42,140.42,0,0,1,0,56ZM128,37.39c6.33,6.09,23,24.41,31.27,54.61H96.73C105,61.8,121.67,43.48,128,37.39ZM169.41,100h46.23a92.09,92.09,0,0,1,0,56H169.41a152.65,152.65,0,0,0,0-56Zm43.25-8h-45a129.39,129.39,0,0,0-29.19-55.4A92.25,92.25,0,0,1,212.66,92ZM117.54,36.6A129.39,129.39,0,0,0,88.35,92h-45A92.25,92.25,0,0,1,117.54,36.6ZM40.36,100H86.59a152.65,152.65,0,0,0,0,56H40.36a92.09,92.09,0,0,1,0-56Zm3,64h45a129.39,129.39,0,0,0,29.19,55.4A92.25,92.25,0,0,1,43.34,164Zm95.12,55.4A129.39,129.39,0,0,0,167.65,164h45A92.25,92.25,0,0,1,138.46,219.4Z"}))]]),A8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,84H180.2l7.61-41.85a12,12,0,0,0-23.62-4.3L155.8,84H116.2l7.61-41.85a12,12,0,1,0-23.62-4.3L91.8,84H48a12,12,0,0,0,0,24H87.44l-7.27,40H32a12,12,0,0,0,0,24H75.8l-7.61,41.85a12,12,0,0,0,9.66,14A11.43,11.43,0,0,0,80,228a12,12,0,0,0,11.8-9.86L100.2,172h39.6l-7.61,41.85a12,12,0,0,0,9.66,14,11.43,11.43,0,0,0,2.16.2,12,12,0,0,0,11.8-9.86L164.2,172H208a12,12,0,0,0,0-24H168.56l7.27-40H224a12,12,0,0,0,0-24Zm-79.83,64H104.56l7.27-40h39.61Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M165.82,96l-11.64,64h-64l11.64-64Z",opacity:"0.2"}),n.createElement("path",{d:"M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M116.25,112h31.5l-8,32h-31.5ZM224,48V208a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V48A16,16,0,0,1,48,32H208A16,16,0,0,1,224,48Zm-16,56a8,8,0,0,0-8-8H168.25l7.51-30.06a8,8,0,0,0-15.52-3.88L151.75,96h-31.5l7.51-30.06a8,8,0,0,0-15.52-3.88L103.75,96H64a8,8,0,0,0,0,16H99.75l-8,32H56a8,8,0,0,0,0,16H87.75l-7.51,30.06a8,8,0,0,0,5.82,9.7,8.13,8.13,0,0,0,2,.24,8,8,0,0,0,7.75-6.06L104.25,160h31.5l-7.51,30.06a8,8,0,0,0,5.82,9.7A8.13,8.13,0,0,0,136,200a8,8,0,0,0,7.75-6.06L152.25,160H192a8,8,0,0,0,0-16H156.25l8-32H200A8,8,0,0,0,208,104Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,90H173l8.89-48.93a6,6,0,1,0-11.8-2.14L160.81,90H109l8.89-48.93a6,6,0,0,0-11.8-2.14L96.81,90H48a6,6,0,0,0,0,12H94.63l-9.46,52H32a6,6,0,0,0,0,12H83L74.1,214.93a6,6,0,0,0,4.83,7A5.64,5.64,0,0,0,80,222a6,6,0,0,0,5.89-4.93L95.19,166H147l-8.89,48.93a6,6,0,0,0,4.83,7,5.64,5.64,0,0,0,1.08.1,6,6,0,0,0,5.89-4.93L159.19,166H208a6,6,0,0,0,0-12H161.37l9.46-52H224a6,6,0,0,0,0-12Zm-74.83,64H97.37l9.46-52h51.8Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,92H170.61l9.33-51.28a4,4,0,1,0-7.88-1.44L162.48,92H106.61l9.33-51.28a4,4,0,1,0-7.88-1.44L98.48,92H48a4,4,0,0,0,0,8H97L86.84,156H32a4,4,0,0,0,0,8H85.39l-9.33,51.28a4,4,0,0,0,3.22,4.65A3.65,3.65,0,0,0,80,220a4,4,0,0,0,3.94-3.29L93.52,164h55.87l-9.33,51.28a4,4,0,0,0,3.22,4.65,3.65,3.65,0,0,0,.72.07,4,4,0,0,0,3.94-3.29L157.52,164H208a4,4,0,0,0,0-8H159l10.19-56H224a4,4,0,0,0,0-8Zm-73.16,64H95l10.19-56H161Z"}))]]),z8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M196,76a16,16,0,1,1-16-16A16,16,0,0,1,196,76Zm48,22.74A84.3,84.3,0,0,1,160.11,180H160a83.52,83.52,0,0,1-23.65-3.38l-7.86,7.87A12,12,0,0,1,120,188H108v12a12,12,0,0,1-12,12H84v12a12,12,0,0,1-12,12H40a20,20,0,0,1-20-20V187.31a19.86,19.86,0,0,1,5.86-14.14l53.52-53.52A84,84,0,1,1,244,98.74ZM202.43,53.57A59.48,59.48,0,0,0,158,36c-32,1-58,27.89-58,59.89a59.69,59.69,0,0,0,4.2,22.19,12,12,0,0,1-2.55,13.21L44,189v23H60V200a12,12,0,0,1,12-12H84V176a12,12,0,0,1,12-12h19l9.65-9.65a12,12,0,0,1,13.22-2.55A59.58,59.58,0,0,0,160,156h.08c32,0,58.87-26.07,59.89-58A59.55,59.55,0,0,0,202.43,53.57Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M232,98.36C230.73,136.92,198.67,168,160.09,168a71.68,71.68,0,0,1-26.92-5.17h0L120,176H96v24H72v24H40a8,8,0,0,1-8-8V187.31a8,8,0,0,1,2.34-5.65l58.83-58.83h0A71.68,71.68,0,0,1,88,95.91c0-38.58,31.08-70.64,69.64-71.87A72,72,0,0,1,232,98.36Z",opacity:"0.2"}),n.createElement("path",{d:"M216.57,39.43A80,80,0,0,0,83.91,120.78L28.69,176A15.86,15.86,0,0,0,24,187.31V216a16,16,0,0,0,16,16H72a8,8,0,0,0,8-8V208H96a8,8,0,0,0,8-8V184h16a8,8,0,0,0,5.66-2.34l9.56-9.57A79.73,79.73,0,0,0,160,176h.1A80,80,0,0,0,216.57,39.43ZM224,98.1c-1.09,34.09-29.75,61.86-63.89,61.9H160a63.7,63.7,0,0,1-23.65-4.51,8,8,0,0,0-8.84,1.68L116.69,168H96a8,8,0,0,0-8,8v16H72a8,8,0,0,0-8,8v16H40V187.31l58.83-58.82a8,8,0,0,0,1.68-8.84A63.72,63.72,0,0,1,96,95.92c0-34.14,27.81-62.8,61.9-63.89A64,64,0,0,1,224,98.1ZM192,76a12,12,0,1,1-12-12A12,12,0,0,1,192,76Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216.57,39.43A80,80,0,0,0,83.91,120.78L28.69,176A15.86,15.86,0,0,0,24,187.31V216a16,16,0,0,0,16,16H72a8,8,0,0,0,8-8V208H96a8,8,0,0,0,8-8V184h16a8,8,0,0,0,5.66-2.34l9.56-9.57A79.73,79.73,0,0,0,160,176h.1A80,80,0,0,0,216.57,39.43ZM180,92a16,16,0,1,1,16-16A16,16,0,0,1,180,92Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M215.15,40.85A78,78,0,0,0,86.2,121.31l-56.1,56.1a13.94,13.94,0,0,0-4.1,9.9V216a14,14,0,0,0,14,14H72a6,6,0,0,0,6-6V206H96a6,6,0,0,0,6-6V182h18a6,6,0,0,0,4.24-1.76l10.45-10.44A77.59,77.59,0,0,0,160,174h.1A78,78,0,0,0,215.15,40.85ZM226,98.16c-1.12,35.16-30.67,63.8-65.88,63.84a65.93,65.93,0,0,1-24.51-4.67,6,6,0,0,0-6.64,1.26L117.51,170H96a6,6,0,0,0-6,6v18H72a6,6,0,0,0-6,6v18H40a2,2,0,0,1-2-2V187.31a2,2,0,0,1,.58-1.41l58.83-58.83a6,6,0,0,0,1.26-6.64A65.61,65.61,0,0,1,94,95.92C94,60.71,122.68,31.16,157.83,30A66,66,0,0,1,226,98.16ZM190,76a10,10,0,1,1-10-10A10,10,0,0,1,190,76Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216.57,39.43A80,80,0,0,0,83.91,120.78L28.69,176A15.86,15.86,0,0,0,24,187.31V216a16,16,0,0,0,16,16H72a8,8,0,0,0,8-8V208H96a8,8,0,0,0,8-8V184h16a8,8,0,0,0,5.66-2.34l9.56-9.57A79.73,79.73,0,0,0,160,176h.1A80,80,0,0,0,216.57,39.43ZM224,98.1c-1.09,34.09-29.75,61.86-63.89,61.9H160a63.7,63.7,0,0,1-23.65-4.51,8,8,0,0,0-8.84,1.68L116.69,168H96a8,8,0,0,0-8,8v16H72a8,8,0,0,0-8,8v16H40V187.31l58.83-58.82a8,8,0,0,0,1.68-8.84A63.72,63.72,0,0,1,96,95.92c0-34.14,27.81-62.8,61.9-63.89A64,64,0,0,1,224,98.1ZM192,76a12,12,0,1,1-12-12A12,12,0,0,1,192,76Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M213.74,42.26A76,76,0,0,0,88.51,121.84l-57,57A11.93,11.93,0,0,0,28,187.31V216a12,12,0,0,0,12,12H72a4,4,0,0,0,4-4V204H96a4,4,0,0,0,4-4V180h20a4,4,0,0,0,2.83-1.17l11.33-11.34A75.72,75.72,0,0,0,160,172h.1A76,76,0,0,0,213.74,42.26Zm14.22,56c-1.15,36.22-31.6,65.72-67.87,65.77H160a67.52,67.52,0,0,1-25.21-4.83,4,4,0,0,0-4.45.83l-12,12H96a4,4,0,0,0-4,4v20H72a4,4,0,0,0-4,4v20H40a4,4,0,0,1-4-4V187.31a4.06,4.06,0,0,1,1.17-2.83L96,125.66a4,4,0,0,0,.83-4.45A67.51,67.51,0,0,1,92,95.91C92,59.64,121.55,29.19,157.77,28A68,68,0,0,1,228,98.23ZM188,76a8,8,0,1,1-8-8A8,8,0,0,1,188,76Z"}))]]),$8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M219.71,117.38a12,12,0,0,0-7.25-8.52L161.28,88.39l10.59-70.61a12,12,0,0,0-20.64-10l-112,120a12,12,0,0,0,4.31,19.33l51.18,20.47L84.13,238.22a12,12,0,0,0,20.64,10l112-120A12,12,0,0,0,219.71,117.38ZM113.6,203.55l6.27-41.77a12,12,0,0,0-7.41-12.92L68.74,131.37,142.4,52.45l-6.27,41.77a12,12,0,0,0,7.41,12.92l43.72,17.49Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M96,240l16-80L48,136,160,16,144,96l64,24Z",opacity:"0.2"}),n.createElement("path",{d:"M215.79,118.17a8,8,0,0,0-5-5.66L153.18,90.9l14.66-73.33a8,8,0,0,0-13.69-7l-112,120a8,8,0,0,0,3,13l57.63,21.61L88.16,238.43a8,8,0,0,0,13.69,7l112-120A8,8,0,0,0,215.79,118.17ZM109.37,214l10.47-52.38a8,8,0,0,0-5-9.06L62,132.71l84.62-90.66L136.16,94.43a8,8,0,0,0,5,9.06l52.8,19.8Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M213.85,125.46l-112,120a8,8,0,0,1-13.69-7l14.66-73.33L45.19,143.49a8,8,0,0,1-3-13l112-120a8,8,0,0,1,13.69,7L153.18,90.9l57.63,21.61a8,8,0,0,1,3,12.95Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M213.84,118.63a6,6,0,0,0-3.73-4.25L150.88,92.17l15-75a6,6,0,0,0-10.27-5.27l-112,120a6,6,0,0,0,2.28,9.71l59.23,22.21-15,75a6,6,0,0,0,3.14,6.52A6.07,6.07,0,0,0,96,246a6,6,0,0,0,4.39-1.91l112-120A6,6,0,0,0,213.84,118.63ZM106,220.46l11.85-59.28a6,6,0,0,0-3.77-6.8l-55.6-20.85,91.46-98L138.12,94.82a6,6,0,0,0,3.77,6.8l55.6,20.85Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M215.79,118.17a8,8,0,0,0-5-5.66L153.18,90.9l14.66-73.33a8,8,0,0,0-13.69-7l-112,120a8,8,0,0,0,3,13l57.63,21.61L88.16,238.43a8,8,0,0,0,13.69,7l112-120A8,8,0,0,0,215.79,118.17ZM109.37,214l10.47-52.38a8,8,0,0,0-5-9.06L62,132.71l84.62-90.66L136.16,94.43a8,8,0,0,0,5,9.06l52.8,19.8Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M211.89,119.09a4,4,0,0,0-2.49-2.84l-60.81-22.8,15.33-76.67a4,4,0,0,0-6.84-3.51l-112,120a4,4,0,0,0-1,3.64,4,4,0,0,0,2.49,2.84l60.81,22.8L92.08,239.22a4,4,0,0,0,6.84,3.51l112-120A4,4,0,0,0,211.89,119.09ZM102.68,227l13.24-66.2a4,4,0,0,0-2.52-4.53L55,134.36,153.32,29l-13.24,66.2a4,4,0,0,0,2.52,4.53L201,121.64Z"}))]]),M8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M117.18,188.74a12,12,0,0,1,0,17l-5.12,5.12A58.26,58.26,0,0,1,70.6,228h0A58.62,58.62,0,0,1,29.14,127.92L63.89,93.17a58.64,58.64,0,0,1,98.56,28.11,12,12,0,1,1-23.37,5.44,34.65,34.65,0,0,0-58.22-16.58L46.11,144.89A34.62,34.62,0,0,0,70.57,204h0a34.41,34.41,0,0,0,24.49-10.14l5.11-5.12A12,12,0,0,1,117.18,188.74ZM226.83,45.17a58.65,58.65,0,0,0-82.93,0l-5.11,5.11a12,12,0,0,0,17,17l5.12-5.12a34.63,34.63,0,1,1,49,49L175.1,145.86A34.39,34.39,0,0,1,150.61,156h0a34.63,34.63,0,0,1-33.69-26.72,12,12,0,0,0-23.38,5.44A58.64,58.64,0,0,0,150.56,180h.05a58.28,58.28,0,0,0,41.47-17.17l34.75-34.75a58.62,58.62,0,0,0,0-82.91Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M218.34,119.6,183.6,154.34a46.58,46.58,0,0,1-44.31,12.26c-.31.34-.62.67-.95,1L103.6,202.34A46.63,46.63,0,1,1,37.66,136.4L72.4,101.66A46.6,46.6,0,0,1,116.71,89.4c.31-.34.62-.67,1-1L152.4,53.66a46.63,46.63,0,0,1,65.94,65.94Z",opacity:"0.2"}),n.createElement("path",{d:"M240,88.23a54.43,54.43,0,0,1-16,37L189.25,160a54.27,54.27,0,0,1-38.63,16h-.05A54.63,54.63,0,0,1,96,119.84a8,8,0,0,1,16,.45A38.62,38.62,0,0,0,150.58,160h0a38.39,38.39,0,0,0,27.31-11.31l34.75-34.75a38.63,38.63,0,0,0-54.63-54.63l-11,11A8,8,0,0,1,135.7,59l11-11A54.65,54.65,0,0,1,224,48,54.86,54.86,0,0,1,240,88.23ZM109,185.66l-11,11A38.41,38.41,0,0,1,70.6,208h0a38.63,38.63,0,0,1-27.29-65.94L78,107.31A38.63,38.63,0,0,1,144,135.71a8,8,0,0,0,7.78,8.22H152a8,8,0,0,0,8-7.78A54.86,54.86,0,0,0,144,96a54.65,54.65,0,0,0-77.27,0L32,130.75A54.62,54.62,0,0,0,70.56,224h0a54.28,54.28,0,0,0,38.64-16l11-11A8,8,0,0,0,109,185.66Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM115.7,192.49a43.31,43.31,0,0,1-55-66.43l25.37-25.37a43.35,43.35,0,0,1,61.25,0,42.9,42.9,0,0,1,9.95,15.43,8,8,0,1,1-15,5.6A27.33,27.33,0,0,0,97.37,112L72,137.37a27.32,27.32,0,0,0,34.68,41.91,8,8,0,1,1,9,13.21Zm79.61-62.55-25.37,25.37A43,43,0,0,1,139.32,168h0a43.35,43.35,0,0,1-40.53-28.12,8,8,0,1,1,15-5.6A27.35,27.35,0,0,0,139.28,152h0a27.14,27.14,0,0,0,19.32-8L184,118.63a27.32,27.32,0,0,0-34.68-41.91,8,8,0,1,1-9-13.21,43.32,43.32,0,0,1,55,66.43Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M238,88.18a52.42,52.42,0,0,1-15.4,35.66l-34.75,34.75A52.28,52.28,0,0,1,150.62,174h-.05A52.63,52.63,0,0,1,98,119.9a6,6,0,0,1,6-5.84h.17a6,6,0,0,1,5.83,6.16A40.62,40.62,0,0,0,150.58,162h0a40.4,40.4,0,0,0,28.73-11.9l34.75-34.74A40.63,40.63,0,0,0,156.63,57.9l-11,11a6,6,0,0,1-8.49-8.49l11-11a52.62,52.62,0,0,1,74.43,0A52.83,52.83,0,0,1,238,88.18Zm-127.62,98.9-11,11A40.36,40.36,0,0,1,70.6,210h0a40.63,40.63,0,0,1-28.7-69.36L76.62,105.9A40.63,40.63,0,0,1,146,135.77a6,6,0,0,0,5.83,6.16H152a6,6,0,0,0,6-5.84A52.63,52.63,0,0,0,68.14,97.42L33.38,132.16A52.63,52.63,0,0,0,70.56,222h0a52.26,52.26,0,0,0,37.22-15.42l11-11a6,6,0,1,0-8.49-8.48Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,88.23a54.43,54.43,0,0,1-16,37L189.25,160a54.27,54.27,0,0,1-38.63,16h-.05A54.63,54.63,0,0,1,96,119.84a8,8,0,0,1,16,.45A38.62,38.62,0,0,0,150.58,160h0a38.39,38.39,0,0,0,27.31-11.31l34.75-34.75a38.63,38.63,0,0,0-54.63-54.63l-11,11A8,8,0,0,1,135.7,59l11-11A54.65,54.65,0,0,1,224,48,54.86,54.86,0,0,1,240,88.23ZM109,185.66l-11,11A38.41,38.41,0,0,1,70.6,208h0a38.63,38.63,0,0,1-27.29-65.94L78,107.31A38.63,38.63,0,0,1,144,135.71a8,8,0,0,0,16,.45A54.86,54.86,0,0,0,144,96a54.65,54.65,0,0,0-77.27,0L32,130.75A54.62,54.62,0,0,0,70.56,224h0a54.28,54.28,0,0,0,38.64-16l11-11A8,8,0,0,0,109,185.66Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M236,88.12a50.44,50.44,0,0,1-14.81,34.31l-34.75,34.74A50.33,50.33,0,0,1,150.62,172h-.05A50.63,50.63,0,0,1,100,120a4,4,0,0,1,4-3.89h.11a4,4,0,0,1,3.89,4.11A42.64,42.64,0,0,0,150.58,164h0a42.32,42.32,0,0,0,30.14-12.49l34.75-34.74a42.63,42.63,0,1,0-60.29-60.28l-11,11a4,4,0,0,1-5.66-5.65l11-11A50.64,50.64,0,0,1,236,88.12ZM111.78,188.49l-11,11A42.33,42.33,0,0,1,70.6,212h0a42.63,42.63,0,0,1-30.11-72.77l34.75-34.74A42.63,42.63,0,0,1,148,135.82a4,4,0,0,0,8,.23A50.64,50.64,0,0,0,69.55,98.83L34.8,133.57A50.63,50.63,0,0,0,70.56,220h0a50.33,50.33,0,0,0,35.81-14.83l11-11a4,4,0,1,0-5.65-5.66Z"}))]]),L8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,76H180V56A52,52,0,0,0,76,56V76H48A20,20,0,0,0,28,96V208a20,20,0,0,0,20,20H208a20,20,0,0,0,20-20V96A20,20,0,0,0,208,76ZM100,56a28,28,0,0,1,56,0V76H100ZM204,204H52V100H204Zm-60-52a16,16,0,1,1-16-16A16,16,0,0,1,144,152Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z",opacity:"0.2"}),n.createElement("path",{d:"M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80Zm-80,84a12,12,0,1,1,12-12A12,12,0,0,1,128,164Zm32-84H96V56a32,32,0,0,1,64,0Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,82H174V56a46,46,0,0,0-92,0V82H48A14,14,0,0,0,34,96V208a14,14,0,0,0,14,14H208a14,14,0,0,0,14-14V96A14,14,0,0,0,208,82ZM94,56a34,34,0,0,1,68,0V82H94ZM210,208a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V96a2,2,0,0,1,2-2H208a2,2,0,0,1,2,2Zm-72-56a10,10,0,1,1-10-10A10,10,0,0,1,138,152Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,84H172V56a44,44,0,0,0-88,0V84H48A12,12,0,0,0,36,96V208a12,12,0,0,0,12,12H208a12,12,0,0,0,12-12V96A12,12,0,0,0,208,84ZM92,56a36,36,0,0,1,72,0V84H92ZM212,208a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V96a4,4,0,0,1,4-4H208a4,4,0,0,1,4,4Zm-76-56a8,8,0,1,1-8-8A8,8,0,0,1,136,152Z"}))]]),R8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M232.49,215.51,185,168a92.12,92.12,0,1,0-17,17l47.53,47.54a12,12,0,0,0,17-17ZM44,112a68,68,0,1,1,68,68A68.07,68.07,0,0,1,44,112Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M192,112a80,80,0,1,1-80-80A80,80,0,0,1,192,112Z",opacity:"0.2"}),n.createElement("path",{d:"M229.66,218.34,179.6,168.28a88.21,88.21,0,1,0-11.32,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M168,112a56,56,0,1,1-56-56A56,56,0,0,1,168,112Zm61.66,117.66a8,8,0,0,1-11.32,0l-50.06-50.07a88,88,0,1,1,11.32-11.31l50.06,50.06A8,8,0,0,1,229.66,229.66ZM112,184a72,72,0,1,0-72-72A72.08,72.08,0,0,0,112,184Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M228.24,219.76l-51.38-51.38a86.15,86.15,0,1,0-8.48,8.48l51.38,51.38a6,6,0,0,0,8.48-8.48ZM38,112a74,74,0,1,1,74,74A74.09,74.09,0,0,1,38,112Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M229.66,218.34l-50.07-50.06a88.11,88.11,0,1,0-11.31,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M226.83,221.17l-52.7-52.7a84.1,84.1,0,1,0-5.66,5.66l52.7,52.7a4,4,0,0,0,5.66-5.66ZM36,112a76,76,0,1,1,76,76A76.08,76.08,0,0,1,36,112Z"}))]]),P8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M230.14,25.86a20,20,0,0,0-19.57-5.11l-.22.07L18.44,79a20,20,0,0,0-3.06,37.25L99,157l40.71,83.65a19.81,19.81,0,0,0,18,11.38c.57,0,1.15,0,1.73-.07A19.82,19.82,0,0,0,177,237.56L235.18,45.65a1.42,1.42,0,0,0,.07-.22A20,20,0,0,0,230.14,25.86ZM156.91,221.07l-34.37-70.64,46-45.95a12,12,0,0,0-17-17l-46,46L34.93,99.09,210,46Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M223.69,42.18l-58.22,192a8,8,0,0,1-14.92,1.25L108,148,20.58,105.45a8,8,0,0,1,1.25-14.92l192-58.22A8,8,0,0,1,223.69,42.18Z",opacity:"0.2"}),n.createElement("path",{d:"M227.32,28.68a16,16,0,0,0-15.66-4.08l-.15,0L19.57,82.84a16,16,0,0,0-2.49,29.8L102,154l41.3,84.87A15.86,15.86,0,0,0,157.74,248q.69,0,1.38-.06a15.88,15.88,0,0,0,14-11.51l58.2-191.94c0-.05,0-.1,0-.15A16,16,0,0,0,227.32,28.68ZM157.83,231.85l-.05.14,0-.07-40.06-82.3,48-48a8,8,0,0,0-11.31-11.31l-48,48L24.08,98.25l-.07,0,.14,0L216,40Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M231.4,44.34s0,.1,0,.15l-58.2,191.94a15.88,15.88,0,0,1-14,11.51q-.69.06-1.38.06a15.86,15.86,0,0,1-14.42-9.15L107,164.15a4,4,0,0,1,.77-4.58l57.92-57.92a8,8,0,0,0-11.31-11.31L96.43,148.26a4,4,0,0,1-4.58.77L17.08,112.64a16,16,0,0,1,2.49-29.8l191.94-58.2.15,0A16,16,0,0,1,231.4,44.34Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M225.88,30.12a13.83,13.83,0,0,0-13.7-3.58l-.11,0L20.14,84.77A14,14,0,0,0,18,110.85l85.56,41.64L145.12,238a13.87,13.87,0,0,0,12.61,8c.4,0,.81,0,1.21-.05a13.9,13.9,0,0,0,12.29-10.09l58.2-191.93,0-.11A13.83,13.83,0,0,0,225.88,30.12Zm-8,10.4L159.73,232.43l0,.11a2,2,0,0,1-3.76.26l-40.68-83.58,49-49a6,6,0,1,0-8.49-8.49l-49,49L23.15,100a2,2,0,0,1,.31-3.74l.11,0L215.48,38.08a1.94,1.94,0,0,1,1.92.52A2,2,0,0,1,217.92,40.52Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M227.32,28.68a16,16,0,0,0-15.66-4.08l-.15,0L19.57,82.84a16,16,0,0,0-2.49,29.8L102,154l41.3,84.87A15.86,15.86,0,0,0,157.74,248q.69,0,1.38-.06a15.88,15.88,0,0,0,14-11.51l58.2-191.94c0-.05,0-.1,0-.15A16,16,0,0,0,227.32,28.68ZM157.83,231.85l-.05.14,0-.07-40.06-82.3,48-48a8,8,0,0,0-11.31-11.31l-48,48L24.08,98.25l-.07,0,.14,0L216,40Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224.47,31.52a11.87,11.87,0,0,0-11.82-3L20.74,86.67a12,12,0,0,0-1.91,22.38L105,151l41.92,86.15A11.88,11.88,0,0,0,157.74,244c.34,0,.69,0,1,0a11.89,11.89,0,0,0,10.52-8.63l58.21-192,0-.08A11.85,11.85,0,0,0,224.47,31.52Zm-4.62,9.54-58.23,192a4,4,0,0,1-7.48.59l-41.3-84.86,50-50a4,4,0,1,0-5.66-5.66l-50,50-84.9-41.31a3.88,3.88,0,0,1-2.27-4,3.93,3.93,0,0,1,3-3.54L214.9,36.16A3.93,3.93,0,0,1,216,36a4,4,0,0,1,2.79,1.19A3.93,3.93,0,0,1,219.85,41.06Z"}))]]),T8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M230.14,70.54,185.46,25.85a20,20,0,0,0-28.29,0L33.86,149.17A19.85,19.85,0,0,0,28,163.31V208a20,20,0,0,0,20,20H92.69a19.86,19.86,0,0,0,14.14-5.86L230.14,98.82a20,20,0,0,0,0-28.28ZM91,204H52V165l84-84,39,39ZM192,103,153,64l18.34-18.34,39,39Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M221.66,90.34,192,120,136,64l29.66-29.66a8,8,0,0,1,11.31,0L221.66,79A8,8,0,0,1,221.66,90.34Z",opacity:"0.2"}),n.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM92.69,208H48V163.31l88-88L180.69,120ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M225.9,74.78,181.21,30.09a14,14,0,0,0-19.8,0L38.1,153.41a13.94,13.94,0,0,0-4.1,9.9V208a14,14,0,0,0,14,14H92.69a13.94,13.94,0,0,0,9.9-4.1L225.9,94.58a14,14,0,0,0,0-19.8ZM94.1,209.41a2,2,0,0,1-1.41.59H48a2,2,0,0,1-2-2V163.31a2,2,0,0,1,.59-1.41L136,72.48,183.51,120ZM217.41,86.1,192,111.51,144.49,64,169.9,38.58a2,2,0,0,1,2.83,0l44.68,44.69a2,2,0,0,1,0,2.83Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM92.69,208H48V163.31l88-88L180.69,120ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224.49,76.2,179.8,31.51a12,12,0,0,0-17,0L133.17,61.17h0L39.52,154.83A11.9,11.9,0,0,0,36,163.31V208a12,12,0,0,0,12,12H92.69a12,12,0,0,0,8.48-3.51L224.48,93.17a12,12,0,0,0,0-17Zm-129,134.63A4,4,0,0,1,92.69,212H48a4,4,0,0,1-4-4V163.31a4,4,0,0,1,1.17-2.83L136,69.65,186.34,120ZM218.83,87.51,192,114.34,141.66,64l26.82-26.83a4,4,0,0,1,5.66,0l44.69,44.68a4,4,0,0,1,0,5.66Z"}))]]),F8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,154.8l-47.09-21.11-.18-.08a19.94,19.94,0,0,0-19,1.75,13.08,13.08,0,0,0-1.12.84l-22.31,19c-13-7.05-26.43-20.37-33.49-33.21l19.06-22.66a11.76,11.76,0,0,0,.85-1.15,20,20,0,0,0,1.66-18.83,1.42,1.42,0,0,1-.08-.18L101.2,32A20.06,20.06,0,0,0,80.42,20.15,60.27,60.27,0,0,0,28,80c0,81.61,66.39,148,148,148a60.27,60.27,0,0,0,59.85-52.42A20.06,20.06,0,0,0,224,154.8ZM176,204A124.15,124.15,0,0,1,52,80,36.29,36.29,0,0,1,80.48,44.46l18.82,42L80.14,109.28a12,12,0,0,0-.86,1.16A20,20,0,0,0,78,130.08c9.42,19.28,28.83,38.56,48.31,48A20,20,0,0,0,146,176.63a11.63,11.63,0,0,0,1.11-.85l22.43-19.07,42,18.81A36.29,36.29,0,0,1,176,204Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M223.94,174.08A48.33,48.33,0,0,1,176,216,136,136,0,0,1,40,80,48.33,48.33,0,0,1,81.92,32.06a8,8,0,0,1,8.3,4.8l21.13,47.2a8,8,0,0,1-.66,7.53L89.32,117a7.93,7.93,0,0,0-.54,7.81c8.27,16.93,25.77,34.22,42.75,42.41a7.92,7.92,0,0,0,7.83-.59l25-21.3a8,8,0,0,1,7.59-.69l47.16,21.13A8,8,0,0,1,223.94,174.08Z",opacity:"0.2"}),n.createElement("path",{d:"M222.37,158.46l-47.11-21.11-.13-.06a16,16,0,0,0-15.17,1.4,8.12,8.12,0,0,0-.75.56L134.87,160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16,16,0,0,0,1.32-15.06l0-.12L97.54,33.64a16,16,0,0,0-16.62-9.52A56.26,56.26,0,0,0,32,80c0,79.4,64.6,144,144,144a56.26,56.26,0,0,0,55.88-48.92A16,16,0,0,0,222.37,158.46ZM176,208A128.14,128.14,0,0,1,48,80,40.2,40.2,0,0,1,82.87,40a.61.61,0,0,0,0,.12l21,47L83.2,111.86a6.13,6.13,0,0,0-.57.77,16,16,0,0,0-1,15.7c9.06,18.53,27.73,37.06,46.46,46.11a16,16,0,0,0,15.75-1.14,8.44,8.44,0,0,0,.74-.56L168.89,152l47,21.05h0s.08,0,.11,0A40.21,40.21,0,0,1,176,208Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M231.88,175.08A56.26,56.26,0,0,1,176,224C96.6,224,32,159.4,32,80A56.26,56.26,0,0,1,80.92,24.12a16,16,0,0,1,16.62,9.52l21.12,47.15,0,.12A16,16,0,0,1,117.39,96c-.18.27-.37.52-.57.77L96,121.45c7.49,15.22,23.41,31,38.83,38.51l24.34-20.71a8.12,8.12,0,0,1,.75-.56,16,16,0,0,1,15.17-1.4l.13.06,47.11,21.11A16,16,0,0,1,231.88,175.08Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M221.59,160.3l-47.24-21.17a14,14,0,0,0-13.28,1.22,4.81,4.81,0,0,0-.56.42l-24.69,21a1.88,1.88,0,0,1-1.68.06c-15.87-7.66-32.31-24-40-39.65a1.91,1.91,0,0,1,0-1.68l21.07-25a6.13,6.13,0,0,0,.42-.58,14,14,0,0,0,1.12-13.27L95.73,34.49a14,14,0,0,0-14.56-8.38A54.24,54.24,0,0,0,34,80c0,78.3,63.7,142,142,142a54.25,54.25,0,0,0,53.89-47.17A14,14,0,0,0,221.59,160.3ZM176,210C104.32,210,46,151.68,46,80A42.23,42.23,0,0,1,82.67,38h.23a2,2,0,0,1,1.84,1.31l21.1,47.11a2,2,0,0,1,0,1.67L84.73,113.15a4.73,4.73,0,0,0-.43.57,14,14,0,0,0-.91,13.73c8.87,18.16,27.17,36.32,45.53,45.19a14,14,0,0,0,13.77-1c.19-.13.38-.27.56-.42l24.68-21a1.92,1.92,0,0,1,1.6-.1l47.25,21.17a2,2,0,0,1,1.21,2A42.24,42.24,0,0,1,176,210Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M222.37,158.46l-47.11-21.11-.13-.06a16,16,0,0,0-15.17,1.4,8.12,8.12,0,0,0-.75.56L134.87,160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16,16,0,0,0,1.32-15.06l0-.12L97.54,33.64a16,16,0,0,0-16.62-9.52A56.26,56.26,0,0,0,32,80c0,79.4,64.6,144,144,144a56.26,56.26,0,0,0,55.88-48.92A16,16,0,0,0,222.37,158.46ZM176,208A128.14,128.14,0,0,1,48,80,40.2,40.2,0,0,1,82.87,40a.61.61,0,0,0,0,.12l21,47L83.2,111.86a6.13,6.13,0,0,0-.57.77,16,16,0,0,0-1,15.7c9.06,18.53,27.73,37.06,46.46,46.11a16,16,0,0,0,15.75-1.14,8.44,8.44,0,0,0,.74-.56L168.89,152l47,21.05h0s.08,0,.11,0A40.21,40.21,0,0,1,176,208Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M220.78,162.13,173.56,141A12,12,0,0,0,162.18,142a3.37,3.37,0,0,0-.38.28L137,163.42a3.93,3.93,0,0,1-3.7.21c-16.24-7.84-33.05-24.52-40.89-40.57a3.9,3.9,0,0,1,.18-3.69l21.2-25.21c.1-.12.19-.25.28-.38a12,12,0,0,0,1-11.36L93.9,35.28a12,12,0,0,0-12.48-7.19A52.25,52.25,0,0,0,36,80c0,77.2,62.8,140,140,140a52.25,52.25,0,0,0,51.91-45.42A12,12,0,0,0,220.78,162.13ZM220,173.58A44.23,44.23,0,0,1,176,212C103.22,212,44,152.78,44,80A44.23,44.23,0,0,1,82.42,36a3.87,3.87,0,0,1,.48,0,4,4,0,0,1,3.67,2.49l21.11,47.14a4,4,0,0,1-.23,3.6l-21.19,25.2c-.1.13-.2.25-.29.39a12,12,0,0,0-.78,11.75c8.69,17.79,26.61,35.58,44.6,44.27a12,12,0,0,0,11.79-.87l.37-.28,24.83-21.12a3.93,3.93,0,0,1,3.57-.27l47.21,21.16A4,4,0,0,1,220,173.58Z"}))]]),Z8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M228,128a12,12,0,0,1-12,12H140v76a12,12,0,0,1-24,0V140H40a12,12,0,0,1,0-24h76V40a12,12,0,0,1,24,0v76h76A12,12,0,0,1,228,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z",opacity:"0.2"}),n.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM184,136H136v48a8,8,0,0,1-16,0V136H72a8,8,0,0,1,0-16h48V72a8,8,0,0,1,16,0v48h48a8,8,0,0,1,0,16Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M222,128a6,6,0,0,1-6,6H134v82a6,6,0,0,1-12,0V134H40a6,6,0,0,1,0-12h82V40a6,6,0,0,1,12,0v82h82A6,6,0,0,1,222,128Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M220,128a4,4,0,0,1-4,4H132v84a4,4,0,0,1-8,0V132H40a4,4,0,0,1,0-8h84V40a4,4,0,0,1,8,0v84h84A4,4,0,0,1,220,128Z"}))]]),I8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M244,128a12,12,0,0,1-12,12H207.42l-36.69,73.37A12,12,0,0,1,160,220h-.6a12,12,0,0,1-10.61-7.72L95,71.15,66.92,133A12,12,0,0,1,56,140H24a12,12,0,0,1,0-24H48.27L85.08,35a12,12,0,0,1,22.13.7l54.28,142.46,27.78-55.56A12,12,0,0,1,200,116h32A12,12,0,0,1,244,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M96,40l33.52,88H56Zm104,88H129.52L160,208Z",opacity:"0.2"}),n.createElement("path",{d:"M240,128a8,8,0,0,1-8,8H204.94l-37.78,75.58A8,8,0,0,1,160,216h-.4a8,8,0,0,1-7.08-5.14L95.35,60.76,63.28,131.31A8,8,0,0,1,56,136H24a8,8,0,0,1,0-16H50.85L88.72,36.69a8,8,0,0,1,14.76.46l57.51,151,31.85-63.71A8,8,0,0,1,200,120h32A8,8,0,0,1,240,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm-8,96H188.64L159,188a8,8,0,0,1-6.95,4h-.46a8,8,0,0,1-6.89-4.84L103,89.92,79,132a8,8,0,0,1-7,4H48a8,8,0,0,1,0-16H67.36L97.05,68a8,8,0,0,1,14.3.82L153,166.08l24-42.05a8,8,0,0,1,6.95-4h24a8,8,0,0,1,0,16Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M238,128a6,6,0,0,1-6,6H203.71l-38.34,76.68A6,6,0,0,1,160,214h-.3a6,6,0,0,1-5.31-3.85L95.51,55.57,61.46,130.48A6,6,0,0,1,56,134H24a6,6,0,0,1,0-12H52.14l38.4-84.48a6,6,0,0,1,11.07.34L160.74,193.1l33.89-67.78A6,6,0,0,1,200,122h32A6,6,0,0,1,238,128Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240,128a8,8,0,0,1-8,8H204.94l-37.78,75.58A8,8,0,0,1,160,216h-.4a8,8,0,0,1-7.08-5.14L95.35,60.76,63.28,131.31A8,8,0,0,1,56,136H24a8,8,0,0,1,0-16H50.85L88.72,36.69a8,8,0,0,1,14.76.46l57.51,151,31.85-63.71A8,8,0,0,1,200,120h32A8,8,0,0,1,240,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M236,128a4,4,0,0,1-4,4H202.47l-38.89,77.79A4,4,0,0,1,160,212h-.2a4,4,0,0,1-3.54-2.58l-60.59-159-36,79.28A4,4,0,0,1,56,132H24a4,4,0,0,1,0-8H53.42L92.36,38.35a4,4,0,0,1,7.38.23L160.5,198.06l35.92-71.85A4,4,0,0,1,200,124h32A4,4,0,0,1,236,128Z"}))]]),O8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,36H48A20,20,0,0,0,28,56v56c0,54.29,26.32,87.22,48.4,105.29,23.71,19.39,47.44,26,48.44,26.29a12.1,12.1,0,0,0,6.32,0c1-.28,24.73-6.9,48.44-26.29,22.08-18.07,48.4-51,48.4-105.29V56A20,20,0,0,0,208,36Zm-4,76c0,35.71-13.09,64.69-38.91,86.15A126.28,126.28,0,0,1,128,219.38a126.14,126.14,0,0,1-37.09-21.23C65.09,176.69,52,147.71,52,112V60H204Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,56v56c0,96-88,120-88,120S40,208,40,112V56a8,8,0,0,1,8-8H208A8,8,0,0,1,216,56Z",opacity:"0.2"}),n.createElement("path",{d:"M208,40H48A16,16,0,0,0,32,56v56c0,52.72,25.52,84.67,46.93,102.19,23.06,18.86,46,25.27,47,25.53a8,8,0,0,0,4.2,0c1-.26,23.91-6.67,47-25.53C198.48,196.67,224,164.72,224,112V56A16,16,0,0,0,208,40Zm0,72c0,37.07-13.66,67.16-40.6,89.42A129.3,129.3,0,0,1,128,223.62a128.25,128.25,0,0,1-38.92-21.81C61.82,179.51,48,149.3,48,112l0-56,160,0Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,56v56c0,52.72-25.52,84.67-46.93,102.19-23.06,18.86-46,25.27-47,25.53a8,8,0,0,1-4.2,0c-1-.26-23.91-6.67-47-25.53C57.52,196.67,32,164.72,32,112V56A16,16,0,0,1,48,40H208A16,16,0,0,1,224,56Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,42H48A14,14,0,0,0,34,56v56c0,51.94,25.12,83.4,46.2,100.64,22.73,18.6,45.27,24.89,46.22,25.15a6,6,0,0,0,3.16,0c.95-.26,23.49-6.55,46.22-25.15C196.88,195.4,222,163.94,222,112V56A14,14,0,0,0,208,42Zm2,70c0,37.76-13.94,68.39-41.44,91.06A131.17,131.17,0,0,1,128,225.72a130.94,130.94,0,0,1-40.56-22.66C59.94,180.39,46,149.76,46,112V56a2,2,0,0,1,2-2H208a2,2,0,0,1,2,2Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,40H48A16,16,0,0,0,32,56v56c0,52.72,25.52,84.67,46.93,102.19,23.06,18.86,46,25.27,47,25.53a8,8,0,0,0,4.2,0c1-.26,23.91-6.67,47-25.53C198.48,196.67,224,164.72,224,112V56A16,16,0,0,0,208,40Zm0,72c0,37.07-13.66,67.16-40.6,89.42A129.3,129.3,0,0,1,128,223.62a128.25,128.25,0,0,1-38.92-21.81C61.82,179.51,48,149.3,48,112l0-56,160,0Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,44H48A12,12,0,0,0,36,56v56c0,51.16,24.73,82.12,45.47,99.1,22.4,18.32,44.55,24.5,45.48,24.76a4,4,0,0,0,2.1,0c.93-.26,23.08-6.44,45.48-24.76,20.74-17,45.47-47.94,45.47-99.1V56A12,12,0,0,0,208,44Zm4,68c0,38.44-14.23,69.63-42.29,92.71A132.45,132.45,0,0,1,128,227.82a132.23,132.23,0,0,1-41.71-23.11C58.23,181.63,44,150.44,44,112V56a4,4,0,0,1,4-4H208a4,4,0,0,1,4,4Z"}))]]),H8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M124,216a12,12,0,0,1-12,12H48a12,12,0,0,1-12-12V40A12,12,0,0,1,48,28h64a12,12,0,0,1,0,24H60V204h52A12,12,0,0,1,124,216Zm108.49-96.49-40-40a12,12,0,0,0-17,17L195,116H112a12,12,0,0,0,0,24h83l-19.52,19.51a12,12,0,0,0,17,17l40-40A12,12,0,0,0,232.49,119.51Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,56V200a16,16,0,0,1-16,16H48V40H208A16,16,0,0,1,224,56Z",opacity:"0.2"}),n.createElement("path",{d:"M120,216a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V40a8,8,0,0,1,8-8h64a8,8,0,0,1,0,16H56V208h56A8,8,0,0,1,120,216Zm109.66-93.66-40-40a8,8,0,0,0-11.32,11.32L204.69,120H112a8,8,0,0,0,0,16h92.69l-26.35,26.34a8,8,0,0,0,11.32,11.32l40-40A8,8,0,0,0,229.66,122.34Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M120,216a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V40a8,8,0,0,1,8-8h64a8,8,0,0,1,0,16H56V208h56A8,8,0,0,1,120,216Zm109.66-93.66-40-40A8,8,0,0,0,176,88v32H112a8,8,0,0,0,0,16h64v32a8,8,0,0,0,13.66,5.66l40-40A8,8,0,0,0,229.66,122.34Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M118,216a6,6,0,0,1-6,6H48a6,6,0,0,1-6-6V40a6,6,0,0,1,6-6h64a6,6,0,0,1,0,12H54V210h58A6,6,0,0,1,118,216Zm110.24-92.24-40-40a6,6,0,0,0-8.48,8.48L209.51,122H112a6,6,0,0,0,0,12h97.51l-29.75,29.76a6,6,0,1,0,8.48,8.48l40-40A6,6,0,0,0,228.24,123.76Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M120,216a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V40a8,8,0,0,1,8-8h64a8,8,0,0,1,0,16H56V208h56A8,8,0,0,1,120,216Zm109.66-93.66-40-40a8,8,0,0,0-11.32,11.32L204.69,120H112a8,8,0,0,0,0,16h92.69l-26.35,26.34a8,8,0,0,0,11.32,11.32l40-40A8,8,0,0,0,229.66,122.34Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M116,216a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V40a4,4,0,0,1,4-4h64a4,4,0,0,1,0,8H52V212h60A4,4,0,0,1,116,216Zm110.83-90.83-40-40a4,4,0,0,0-5.66,5.66L214.34,124H112a4,4,0,0,0,0,8H214.34l-33.17,33.17a4,4,0,0,0,5.66,5.66l40-40A4,4,0,0,0,226.83,125.17Z"}))]]),V8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M243,96a20.33,20.33,0,0,0-17.74-14l-56.59-4.57L146.83,24.62a20.36,20.36,0,0,0-37.66,0L87.35,77.44,30.76,82A20.45,20.45,0,0,0,19.1,117.88l43.18,37.24-13.2,55.7A20.37,20.37,0,0,0,79.57,233L128,203.19,176.43,233a20.39,20.39,0,0,0,30.49-22.15l-13.2-55.7,43.18-37.24A20.43,20.43,0,0,0,243,96ZM172.53,141.7a12,12,0,0,0-3.84,11.86L181.58,208l-47.29-29.08a12,12,0,0,0-12.58,0L74.42,208l12.89-54.4a12,12,0,0,0-3.84-11.86L41.2,105.24l55.4-4.47a12,12,0,0,0,10.13-7.38L128,41.89l21.27,51.5a12,12,0,0,0,10.13,7.38l55.4,4.47Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M229.06,108.79l-48.7,42,14.88,62.79a8.4,8.4,0,0,1-12.52,9.17L128,189.09,73.28,222.74a8.4,8.4,0,0,1-12.52-9.17l14.88-62.79-48.7-42A8.46,8.46,0,0,1,31.73,94L95.64,88.8l24.62-59.6a8.36,8.36,0,0,1,15.48,0l24.62,59.6L224.27,94A8.46,8.46,0,0,1,229.06,108.79Z",opacity:"0.2"}),n.createElement("path",{d:"M239.18,97.26A16.38,16.38,0,0,0,224.92,86l-59-4.76L143.14,26.15a16.36,16.36,0,0,0-30.27,0L90.11,81.23,31.08,86a16.46,16.46,0,0,0-9.37,28.86l45,38.83L53,211.75a16.38,16.38,0,0,0,24.5,17.82L128,198.49l50.53,31.08A16.4,16.4,0,0,0,203,211.75l-13.76-58.07,45-38.83A16.43,16.43,0,0,0,239.18,97.26Zm-15.34,5.47-48.7,42a8,8,0,0,0-2.56,7.91l14.88,62.8a.37.37,0,0,1-.17.48c-.18.14-.23.11-.38,0l-54.72-33.65a8,8,0,0,0-8.38,0L69.09,215.94c-.15.09-.19.12-.38,0a.37.37,0,0,1-.17-.48l14.88-62.8a8,8,0,0,0-2.56-7.91l-48.7-42c-.12-.1-.23-.19-.13-.5s.18-.27.33-.29l63.92-5.16A8,8,0,0,0,103,91.86l24.62-59.61c.08-.17.11-.25.35-.25s.27.08.35.25L153,91.86a8,8,0,0,0,6.75,4.92l63.92,5.16c.15,0,.24,0,.33.29S224,102.63,223.84,102.73Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M234.29,114.85l-45,38.83L203,211.75a16.4,16.4,0,0,1-24.5,17.82L128,198.49,77.47,229.57A16.4,16.4,0,0,1,53,211.75l13.76-58.07-45-38.83A16.46,16.46,0,0,1,31.08,86l59-4.76,22.76-55.08a16.36,16.36,0,0,1,30.27,0l22.75,55.08,59,4.76a16.46,16.46,0,0,1,9.37,28.86Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M237.28,97.87A14.18,14.18,0,0,0,224.76,88l-60.25-4.87-23.22-56.2a14.37,14.37,0,0,0-26.58,0L91.49,83.11,31.24,88a14.18,14.18,0,0,0-12.52,9.89A14.43,14.43,0,0,0,23,113.32L69,152.93l-14,59.25a14.4,14.4,0,0,0,5.59,15,14.1,14.1,0,0,0,15.91.6L128,196.12l51.58,31.71a14.1,14.1,0,0,0,15.91-.6,14.4,14.4,0,0,0,5.59-15l-14-59.25L233,113.32A14.43,14.43,0,0,0,237.28,97.87Zm-12.14,6.37-48.69,42a6,6,0,0,0-1.92,5.92l14.88,62.79a2.35,2.35,0,0,1-.95,2.57,2.24,2.24,0,0,1-2.6.1L131.14,184a6,6,0,0,0-6.28,0L70.14,217.61a2.24,2.24,0,0,1-2.6-.1,2.35,2.35,0,0,1-1-2.57l14.88-62.79a6,6,0,0,0-1.92-5.92l-48.69-42a2.37,2.37,0,0,1-.73-2.65,2.28,2.28,0,0,1,2.07-1.65l63.92-5.16a6,6,0,0,0,5.06-3.69l24.63-59.6a2.35,2.35,0,0,1,4.38,0l24.63,59.6a6,6,0,0,0,5.06,3.69l63.92,5.16a2.28,2.28,0,0,1,2.07,1.65A2.37,2.37,0,0,1,225.14,104.24Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M239.18,97.26A16.38,16.38,0,0,0,224.92,86l-59-4.76L143.14,26.15a16.36,16.36,0,0,0-30.27,0L90.11,81.23,31.08,86a16.46,16.46,0,0,0-9.37,28.86l45,38.83L53,211.75a16.38,16.38,0,0,0,24.5,17.82L128,198.49l50.53,31.08A16.4,16.4,0,0,0,203,211.75l-13.76-58.07,45-38.83A16.43,16.43,0,0,0,239.18,97.26Zm-15.34,5.47-48.7,42a8,8,0,0,0-2.56,7.91l14.88,62.8a.37.37,0,0,1-.17.48c-.18.14-.23.11-.38,0l-54.72-33.65a8,8,0,0,0-8.38,0L69.09,215.94c-.15.09-.19.12-.38,0a.37.37,0,0,1-.17-.48l14.88-62.8a8,8,0,0,0-2.56-7.91l-48.7-42c-.12-.1-.23-.19-.13-.5s.18-.27.33-.29l63.92-5.16A8,8,0,0,0,103,91.86l24.62-59.61c.08-.17.11-.25.35-.25s.27.08.35.25L153,91.86a8,8,0,0,0,6.75,4.92l63.92,5.16c.15,0,.24,0,.33.29S224,102.63,223.84,102.73Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M235.36,98.49A12.21,12.21,0,0,0,224.59,90l-61.47-5L139.44,27.67a12.37,12.37,0,0,0-22.88,0L92.88,85,31.41,90a12.45,12.45,0,0,0-7.07,21.84l46.85,40.41L56.87,212.64a12.35,12.35,0,0,0,18.51,13.49L128,193.77l52.62,32.36a12.12,12.12,0,0,0,13.69-.51,12.28,12.28,0,0,0,4.82-13l-14.32-60.42,46.85-40.41A12.29,12.29,0,0,0,235.36,98.49Zm-8.93,7.26-48.68,42a4,4,0,0,0-1.28,3.95l14.87,62.79a4.37,4.37,0,0,1-1.72,4.65,4.24,4.24,0,0,1-4.81.18L130.1,185.67a4,4,0,0,0-4.2,0L71.19,219.32a4.24,4.24,0,0,1-4.81-.18,4.37,4.37,0,0,1-1.72-4.65L79.53,151.7a4,4,0,0,0-1.28-3.95l-48.68-42A4.37,4.37,0,0,1,28.25,101a4.31,4.31,0,0,1,3.81-3L96,92.79a4,4,0,0,0,3.38-2.46L124,30.73a4.35,4.35,0,0,1,8.08,0l24.62,59.6A4,4,0,0,0,160,92.79l63.9,5.15a4.31,4.31,0,0,1,3.81,3A4.37,4.37,0,0,1,226.43,105.75Z"}))]]),D8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,48H180V36A28,28,0,0,0,152,8H104A28,28,0,0,0,76,36V48H40a12,12,0,0,0,0,24h4V208a20,20,0,0,0,20,20H192a20,20,0,0,0,20-20V72h4a12,12,0,0,0,0-24ZM100,36a4,4,0,0,1,4-4h48a4,4,0,0,1,4,4V48H100Zm88,168H68V72H188ZM116,104v64a12,12,0,0,1-24,0V104a12,12,0,0,1,24,0Zm48,0v64a12,12,0,0,1-24,0V104a12,12,0,0,1,24,0Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M200,56V208a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V56Z",opacity:"0.2"}),n.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM112,168a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm0-120H96V40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,50H174V40a22,22,0,0,0-22-22H104A22,22,0,0,0,82,40V50H40a6,6,0,0,0,0,12H50V208a14,14,0,0,0,14,14H192a14,14,0,0,0,14-14V62h10a6,6,0,0,0,0-12ZM94,40a10,10,0,0,1,10-10h48a10,10,0,0,1,10,10V50H94ZM194,208a2,2,0,0,1-2,2H64a2,2,0,0,1-2-2V62H194ZM110,104v64a6,6,0,0,1-12,0V104a6,6,0,0,1,12,0Zm48,0v64a6,6,0,0,1-12,0V104a6,6,0,0,1,12,0Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,52H172V40a20,20,0,0,0-20-20H104A20,20,0,0,0,84,40V52H40a4,4,0,0,0,0,8H52V208a12,12,0,0,0,12,12H192a12,12,0,0,0,12-12V60h12a4,4,0,0,0,0-8ZM92,40a12,12,0,0,1,12-12h48a12,12,0,0,1,12,12V52H92ZM196,208a4,4,0,0,1-4,4H64a4,4,0,0,1-4-4V60H196ZM108,104v64a4,4,0,0,1-8,0V104a4,4,0,0,1,8,0Zm48,0v64a4,4,0,0,1-8,0V104a4,4,0,0,1,8,0Z"}))]]),N8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M234.38,210a123.36,123.36,0,0,0-60.78-53.23,76,76,0,1,0-91.2,0A123.36,123.36,0,0,0,21.62,210a12,12,0,1,0,20.77,12c18.12-31.32,50.12-50,85.61-50s67.49,18.69,85.61,50a12,12,0,0,0,20.77-12ZM76,96a52,52,0,1,1,52,52A52.06,52.06,0,0,1,76,96Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M192,96a64,64,0,1,1-64-64A64,64,0,0,1,192,96Z",opacity:"0.2"}),n.createElement("path",{d:"M230.92,212c-15.23-26.33-38.7-45.21-66.09-54.16a72,72,0,1,0-73.66,0C63.78,166.78,40.31,185.66,25.08,212a8,8,0,1,0,13.85,8c18.84-32.56,52.14-52,89.07-52s70.23,19.44,89.07,52a8,8,0,1,0,13.85-8ZM72,96a56,56,0,1,1,56,56A56.06,56.06,0,0,1,72,96Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M230.93,220a8,8,0,0,1-6.93,4H32a8,8,0,0,1-6.92-12c15.23-26.33,38.7-45.21,66.09-54.16a72,72,0,1,1,73.66,0c27.39,8.95,50.86,27.83,66.09,54.16A8,8,0,0,1,230.93,220Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M229.19,213c-15.81-27.32-40.63-46.49-69.47-54.62a70,70,0,1,0-63.44,0C67.44,166.5,42.62,185.67,26.81,213a6,6,0,1,0,10.38,6C56.4,185.81,90.34,166,128,166s71.6,19.81,90.81,53a6,6,0,1,0,10.38-6ZM70,96a58,58,0,1,1,58,58A58.07,58.07,0,0,1,70,96Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M230.92,212c-15.23-26.33-38.7-45.21-66.09-54.16a72,72,0,1,0-73.66,0C63.78,166.78,40.31,185.66,25.08,212a8,8,0,1,0,13.85,8c18.84-32.56,52.14-52,89.07-52s70.23,19.44,89.07,52a8,8,0,1,0,13.85-8ZM72,96a56,56,0,1,1,56,56A56.06,56.06,0,0,1,72,96Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M227.46,214c-16.52-28.56-43-48.06-73.68-55.09a68,68,0,1,0-51.56,0c-30.64,7-57.16,26.53-73.68,55.09a4,4,0,0,0,6.92,4C55,184.19,89.62,164,128,164s73,20.19,92.54,54a4,4,0,0,0,3.46,2,3.93,3.93,0,0,0,2-.54A4,4,0,0,0,227.46,214ZM68,96a60,60,0,1,1,60,60A60.07,60.07,0,0,1,68,96Z"}))]]),U8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,20A108,108,0,1,0,236,128,108.12,108.12,0,0,0,128,20ZM79.57,196.57a60,60,0,0,1,96.86,0,83.72,83.72,0,0,1-96.86,0ZM100,120a28,28,0,1,1,28,28A28,28,0,0,1,100,120ZM194,179.94a83.48,83.48,0,0,0-29-23.42,52,52,0,1,0-74,0,83.48,83.48,0,0,0-29,23.42,84,84,0,1,1,131.9,0Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a95.76,95.76,0,0,1-31.8,71.37A72,72,0,0,0,128,160a40,40,0,1,0-40-40,40,40,0,0,0,40,40,72,72,0,0,0-64.2,39.37h0A96,96,0,1,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24ZM74.08,197.5a64,64,0,0,1,107.84,0,87.83,87.83,0,0,1-107.84,0ZM96,120a32,32,0,1,1,32,32A32,32,0,0,1,96,120Zm97.76,66.41a79.66,79.66,0,0,0-36.06-28.75,48,48,0,1,0-59.4,0,79.66,79.66,0,0,0-36.06,28.75,88,88,0,1,1,131.52,0Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M172,120a44,44,0,1,1-44-44A44.05,44.05,0,0,1,172,120Zm60,8A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88.09,88.09,0,0,0-91.47-87.93C77.43,41.89,39.87,81.12,40,128.25a87.65,87.65,0,0,0,22.24,58.16A79.71,79.71,0,0,1,84,165.1a4,4,0,0,1,4.83.32,59.83,59.83,0,0,0,78.28,0,4,4,0,0,1,4.83-.32,79.71,79.71,0,0,1,21.79,21.31A87.62,87.62,0,0,0,216,128Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,26A102,102,0,1,0,230,128,102.12,102.12,0,0,0,128,26ZM71.44,198a66,66,0,0,1,113.12,0,89.8,89.8,0,0,1-113.12,0ZM94,120a34,34,0,1,1,34,34A34,34,0,0,1,94,120Zm99.51,69.64a77.53,77.53,0,0,0-40-31.38,46,46,0,1,0-51,0,77.53,77.53,0,0,0-40,31.38,90,90,0,1,1,131,0Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24ZM74.08,197.5a64,64,0,0,1,107.84,0,87.83,87.83,0,0,1-107.84,0ZM96,120a32,32,0,1,1,32,32A32,32,0,0,1,96,120Zm97.76,66.41a79.66,79.66,0,0,0-36.06-28.75,48,48,0,1,0-59.4,0,79.66,79.66,0,0,0-36.06,28.75,88,88,0,1,1,131.52,0Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,28A100,100,0,1,0,228,128,100.11,100.11,0,0,0,128,28ZM68.87,198.42a68,68,0,0,1,118.26,0,91.8,91.8,0,0,1-118.26,0Zm124.3-5.55a75.61,75.61,0,0,0-44.51-34,44,44,0,1,0-41.32,0,75.61,75.61,0,0,0-44.51,34,92,92,0,1,1,130.34,0ZM128,156a36,36,0,1,1,36-36A36,36,0,0,1,128,156Z"}))]]),B8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M164,56a12,12,0,0,1,12-12h12V32a12,12,0,0,1,24,0V44h12a12,12,0,0,1,0,24H212V80a12,12,0,0,1-24,0V68H176A12,12,0,0,1,164,56Zm70.51,54A107.88,107.88,0,1,1,146,21.49a12,12,0,0,1-4,23.67A85,85,0,0,0,128,44,83.94,83.94,0,0,0,62.05,179.94a83.48,83.48,0,0,1,29-23.42,52,52,0,1,1,74,0,83.36,83.36,0,0,1,29,23.42A83.52,83.52,0,0,0,212,128a85.2,85.2,0,0,0-1.16-14,12,12,0,0,1,23.67-4ZM128,148a28,28,0,1,0-28-28A28,28,0,0,0,128,148Zm0,64a83.53,83.53,0,0,0,48.43-15.43,60,60,0,0,0-96.86,0A83.53,83.53,0,0,0,128,212Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a95.76,95.76,0,0,1-31.8,71.37A72,72,0,0,0,128,160a40,40,0,1,0-40-40,40,40,0,0,0,40,40,72,72,0,0,0-64.2,39.37h0A96,96,0,1,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M168,56a8,8,0,0,1,8-8h16V32a8,8,0,0,1,16,0V48h16a8,8,0,0,1,0,16H208V80a8,8,0,0,1-16,0V64H176A8,8,0,0,1,168,56Zm62.56,54.68a103.92,103.92,0,1,1-85.24-85.24,8,8,0,0,1-2.64,15.78A88.07,88.07,0,0,0,40,128a87.62,87.62,0,0,0,22.24,58.41A79.66,79.66,0,0,1,98.3,157.66a48,48,0,1,1,59.4,0,79.66,79.66,0,0,1,36.06,28.75A87.62,87.62,0,0,0,216,128a88.85,88.85,0,0,0-1.22-14.68,8,8,0,1,1,15.78-2.64ZM128,152a32,32,0,1,0-32-32A32,32,0,0,0,128,152Zm0,64a87.57,87.57,0,0,0,53.92-18.5,64,64,0,0,0-107.84,0A87.57,87.57,0,0,0,128,216Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,76a44,44,0,1,1-44,44A44,44,0,0,1,128,76Zm48-12h16V80a8,8,0,0,0,16,0V64h16a8,8,0,0,0,0-16H208V32a8,8,0,0,0-16,0V48H176a8,8,0,0,0,0,16Zm45.35,40.11a8,8,0,0,0-6.57,9.21A88.85,88.85,0,0,1,216,128a87.62,87.62,0,0,1-22.24,58.41A79.86,79.86,0,0,0,172,165.1a4,4,0,0,0-4.84.32,59.81,59.81,0,0,1-78.27,0A4,4,0,0,0,84,165.1a79.71,79.71,0,0,0-21.79,21.31A88,88,0,0,1,128,40a88.76,88.76,0,0,1,14.68,1.22,8,8,0,0,0,2.64-15.78,103.92,103.92,0,1,0,85.24,85.24A8,8,0,0,0,221.35,104.11Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M170,56a6,6,0,0,1,6-6h18V32a6,6,0,0,1,12,0V50h18a6,6,0,0,1,0,12H206V80a6,6,0,0,1-12,0V62H176A6,6,0,0,1,170,56Zm58.59,55A101.9,101.9,0,1,1,145,27.41a6,6,0,1,1-2,11.83A91.66,91.66,0,0,0,128,38,89.95,89.95,0,0,0,62.49,189.64a77.53,77.53,0,0,1,40-31.38,46,46,0,1,1,51,0,77.53,77.53,0,0,1,40,31.38A89.65,89.65,0,0,0,218,128a91.76,91.76,0,0,0-1.24-15,6,6,0,1,1,11.83-2ZM128,154a34,34,0,1,0-34-34A34,34,0,0,0,128,154Zm0,64A89.58,89.58,0,0,0,184.56,198a66,66,0,0,0-113.12,0A89.58,89.58,0,0,0,128,218Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M168,56a8,8,0,0,1,8-8h16V32a8,8,0,0,1,16,0V48h16a8,8,0,0,1,0,16H208V80a8,8,0,0,1-16,0V64H176A8,8,0,0,1,168,56Zm62.56,54.68a103.92,103.92,0,1,1-85.24-85.24,8,8,0,0,1-2.64,15.78A88.07,88.07,0,0,0,40,128a87.62,87.62,0,0,0,22.24,58.41A79.66,79.66,0,0,1,98.3,157.66a48,48,0,1,1,59.4,0,79.66,79.66,0,0,1,36.06,28.75A87.62,87.62,0,0,0,216,128a88.85,88.85,0,0,0-1.22-14.68,8,8,0,1,1,15.78-2.64ZM128,152a32,32,0,1,0-32-32A32,32,0,0,0,128,152Zm0,64a87.57,87.57,0,0,0,53.92-18.5,64,64,0,0,0-107.84,0A87.57,87.57,0,0,0,128,216Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M172,56a4,4,0,0,1,4-4h20V32a4,4,0,0,1,8,0V52h20a4,4,0,0,1,0,8H204V80a4,4,0,0,1-8,0V60H176A4,4,0,0,1,172,56Zm54.62,55.34a99.89,99.89,0,1,1-82-82,4,4,0,0,1-1.32,7.89A93.4,93.4,0,0,0,128,36,92,92,0,0,0,62.83,192.87a75.61,75.61,0,0,1,44.51-34,44,44,0,1,1,41.32,0,75.61,75.61,0,0,1,44.51,34A91.69,91.69,0,0,0,220,128a93.58,93.58,0,0,0-1.27-15.34,4,4,0,0,1,7.89-1.32ZM128,156a36,36,0,1,0-36-36A36,36,0,0,0,128,156Zm0,64a91.61,91.61,0,0,0,59.14-21.58,68,68,0,0,0-118.27,0A91.56,91.56,0,0,0,128,220Z"}))]]),W8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M125.18,156.94a64,64,0,1,0-82.36,0,100.23,100.23,0,0,0-39.49,32,12,12,0,0,0,19.35,14.2,76,76,0,0,1,122.64,0,12,12,0,0,0,19.36-14.2A100.33,100.33,0,0,0,125.18,156.94ZM44,108a40,40,0,1,1,40,40A40,40,0,0,1,44,108Zm206.1,97.67a12,12,0,0,1-16.78-2.57A76.31,76.31,0,0,0,172,172a12,12,0,0,1,0-24,40,40,0,1,0-10.3-78.67,12,12,0,1,1-6.16-23.19,64,64,0,0,1,57.64,110.8,100.23,100.23,0,0,1,39.49,32A12,12,0,0,1,250.1,205.67Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M136,108A52,52,0,1,1,84,56,52,52,0,0,1,136,108Z",opacity:"0.2"}),n.createElement("path",{d:"M117.25,157.92a60,60,0,1,0-66.5,0A95.83,95.83,0,0,0,3.53,195.63a8,8,0,1,0,13.4,8.74,80,80,0,0,1,134.14,0,8,8,0,0,0,13.4-8.74A95.83,95.83,0,0,0,117.25,157.92ZM40,108a44,44,0,1,1,44,44A44.05,44.05,0,0,1,40,108Zm210.14,98.7a8,8,0,0,1-11.07-2.33A79.83,79.83,0,0,0,172,168a8,8,0,0,1,0-16,44,44,0,1,0-16.34-84.87,8,8,0,1,1-5.94-14.85,60,60,0,0,1,55.53,105.64,95.83,95.83,0,0,1,47.22,37.71A8,8,0,0,1,250.14,206.7Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M164.47,195.63a8,8,0,0,1-6.7,12.37H10.23a8,8,0,0,1-6.7-12.37,95.83,95.83,0,0,1,47.22-37.71,60,60,0,1,1,66.5,0A95.83,95.83,0,0,1,164.47,195.63Zm87.91-.15a95.87,95.87,0,0,0-47.13-37.56A60,60,0,0,0,144.7,54.59a4,4,0,0,0-1.33,6A75.83,75.83,0,0,1,147,150.53a4,4,0,0,0,1.07,5.53,112.32,112.32,0,0,1,29.85,30.83,23.92,23.92,0,0,1,3.65,16.47,4,4,0,0,0,3.95,4.64h60.3a8,8,0,0,0,7.73-5.93A8.22,8.22,0,0,0,252.38,195.48Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M112.6,158.43a58,58,0,1,0-57.2,0A93.83,93.83,0,0,0,5.21,196.72a6,6,0,0,0,10.05,6.56,82,82,0,0,1,137.48,0,6,6,0,0,0,10-6.56A93.83,93.83,0,0,0,112.6,158.43ZM38,108a46,46,0,1,1,46,46A46.06,46.06,0,0,1,38,108Zm211,97a6,6,0,0,1-8.3-1.74A81.8,81.8,0,0,0,172,166a6,6,0,0,1,0-12,46,46,0,1,0-17.08-88.73,6,6,0,1,1-4.46-11.14,58,58,0,0,1,50.14,104.3,93.83,93.83,0,0,1,50.19,38.29A6,6,0,0,1,249,205Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M117.25,157.92a60,60,0,1,0-66.5,0A95.83,95.83,0,0,0,3.53,195.63a8,8,0,1,0,13.4,8.74,80,80,0,0,1,134.14,0,8,8,0,0,0,13.4-8.74A95.83,95.83,0,0,0,117.25,157.92ZM40,108a44,44,0,1,1,44,44A44.05,44.05,0,0,1,40,108Zm210.14,98.7a8,8,0,0,1-11.07-2.33A79.83,79.83,0,0,0,172,168a8,8,0,0,1,0-16,44,44,0,1,0-16.34-84.87,8,8,0,1,1-5.94-14.85,60,60,0,0,1,55.53,105.64,95.83,95.83,0,0,1,47.22,37.71A8,8,0,0,1,250.14,206.7Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M107.19,159a56,56,0,1,0-46.38,0A91.83,91.83,0,0,0,6.88,197.81a4,4,0,1,0,6.7,4.37,84,84,0,0,1,140.84,0,4,4,0,1,0,6.7-4.37A91.83,91.83,0,0,0,107.19,159ZM36,108a48,48,0,1,1,48,48A48.05,48.05,0,0,1,36,108Zm212,95.35a4,4,0,0,1-5.53-1.17A83.81,83.81,0,0,0,172,164a4,4,0,0,1,0-8,48,48,0,1,0-17.82-92.58,4,4,0,1,1-3-7.43,56,56,0,0,1,44,103,91.83,91.83,0,0,1,53.93,38.86A4,4,0,0,1,248,203.35Z"}))]]),G8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M240.26,186.1,152.81,34.23h0a28.74,28.74,0,0,0-49.62,0L15.74,186.1a27.45,27.45,0,0,0,0,27.71A28.31,28.31,0,0,0,40.55,228h174.9a28.31,28.31,0,0,0,24.79-14.19A27.45,27.45,0,0,0,240.26,186.1Zm-20.8,15.7a4.46,4.46,0,0,1-4,2.2H40.55a4.46,4.46,0,0,1-4-2.2,3.56,3.56,0,0,1,0-3.73L124,46.2a4.77,4.77,0,0,1,8,0l87.44,151.87A3.56,3.56,0,0,1,219.46,201.8ZM116,136V104a12,12,0,0,1,24,0v32a12,12,0,0,1-24,0Zm28,40a16,16,0,1,1-16-16A16,16,0,0,1,144,176Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M215.46,216H40.54C27.92,216,20,202.79,26.13,192.09L113.59,40.22c6.3-11,22.52-11,28.82,0l87.46,151.87C236,202.79,228.08,216,215.46,216Z",opacity:"0.2"}),n.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM120,104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm8,88a12,12,0,1,1,12-12A12,12,0,0,1,128,192Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M235.07,189.09,147.61,37.22h0a22.75,22.75,0,0,0-39.22,0L20.93,189.09a21.53,21.53,0,0,0,0,21.72A22.35,22.35,0,0,0,40.55,222h174.9a22.35,22.35,0,0,0,19.6-11.19A21.53,21.53,0,0,0,235.07,189.09ZM224.66,204.8a10.46,10.46,0,0,1-9.21,5.2H40.55a10.46,10.46,0,0,1-9.21-5.2,9.51,9.51,0,0,1,0-9.72L118.79,43.21a10.75,10.75,0,0,1,18.42,0l87.46,151.87A9.51,9.51,0,0,1,224.66,204.8ZM122,144V104a6,6,0,0,1,12,0v40a6,6,0,0,1-12,0Zm16,36a10,10,0,1,1-10-10A10,10,0,0,1,138,180Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M233.34,190.09,145.88,38.22h0a20.75,20.75,0,0,0-35.76,0L22.66,190.09a19.52,19.52,0,0,0,0,19.71A20.36,20.36,0,0,0,40.54,220H215.46a20.36,20.36,0,0,0,17.86-10.2A19.52,19.52,0,0,0,233.34,190.09ZM226.4,205.8a12.47,12.47,0,0,1-10.94,6.2H40.54a12.47,12.47,0,0,1-10.94-6.2,11.45,11.45,0,0,1,0-11.72L117.05,42.21a12.76,12.76,0,0,1,21.9,0L226.4,194.08A11.45,11.45,0,0,1,226.4,205.8ZM124,144V104a4,4,0,0,1,8,0v40a4,4,0,0,1-8,0Zm12,36a8,8,0,1,1-8-8A8,8,0,0,1,136,180Z"}))]]),q8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,20A108,108,0,1,0,236,128,108.12,108.12,0,0,0,128,20Zm0,192a84,84,0,1,1,84-84A84.09,84.09,0,0,1,128,212Zm-12-80V80a12,12,0,0,1,24,0v52a12,12,0,0,1-24,0Zm28,40a16,16,0,1,1-16-16A16,16,0,0,1,144,172Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216Zm-8-80V80a8,8,0,0,1,16,0v56a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,172Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm-8,56a8,8,0,0,1,16,0v56a8,8,0,0,1-16,0Zm8,104a12,12,0,1,1,12-12A12,12,0,0,1,128,184Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,26A102,102,0,1,0,230,128,102.12,102.12,0,0,0,128,26Zm0,192a90,90,0,1,1,90-90A90.1,90.1,0,0,1,128,218Zm-6-82V80a6,6,0,0,1,12,0v56a6,6,0,0,1-12,0Zm16,36a10,10,0,1,1-10-10A10,10,0,0,1,138,172Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216Zm-8-80V80a8,8,0,0,1,16,0v56a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,172Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M128,28A100,100,0,1,0,228,128,100.11,100.11,0,0,0,128,28Zm0,192a92,92,0,1,1,92-92A92.1,92.1,0,0,1,128,220Zm-4-84V80a4,4,0,0,1,8,0v56a4,4,0,0,1-8,0Zm12,36a8,8,0,1,1-8-8A8,8,0,0,1,136,172Z"}))]]),K8=new Map([["bold",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z"}))],["duotone",n.createElement(n.Fragment,null,n.createElement("path",{d:"M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z",opacity:"0.2"}),n.createElement("path",{d:"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["fill",n.createElement(n.Fragment,null,n.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM181.66,170.34a8,8,0,0,1-11.32,11.32L128,139.31,85.66,181.66a8,8,0,0,1-11.32-11.32L116.69,128,74.34,85.66A8,8,0,0,1,85.66,74.34L128,116.69l42.34-42.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["light",n.createElement(n.Fragment,null,n.createElement("path",{d:"M204.24,195.76a6,6,0,1,1-8.48,8.48L128,136.49,60.24,204.24a6,6,0,0,1-8.48-8.48L119.51,128,51.76,60.24a6,6,0,0,1,8.48-8.48L128,119.51l67.76-67.75a6,6,0,0,1,8.48,8.48L136.49,128Z"}))],["regular",n.createElement(n.Fragment,null,n.createElement("path",{d:"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["thin",n.createElement(n.Fragment,null,n.createElement("path",{d:"M202.83,197.17a4,4,0,0,1-5.66,5.66L128,133.66,58.83,202.83a4,4,0,0,1-5.66-5.66L122.34,128,53.17,58.83a4,4,0,0,1,5.66-5.66L128,122.34l69.17-69.17a4,4,0,1,1,5.66,5.66L133.66,128Z"}))]]),Y8=c.createContext({color:"currentColor",size:"1em",weight:"regular",mirrored:!1}),be=n.forwardRef((e,r)=>{const{alt:a,color:o,size:s,weight:i,mirrored:h,children:d,weights:u,...f}=e,{color:p="currentColor",size:m,weight:g="regular",mirrored:v=!1,...b}=n.useContext(Y8);return n.createElement("svg",{ref:r,xmlns:"http://www.w3.org/2000/svg",width:s??m,height:s??m,fill:o??p,viewBox:"0 0 256 256",transform:h||v?"scale(-1, 1)":void 0,...b,...f},!!a&&n.createElement("title",null,a),d,u.get(i??g))});be.displayName="IconBase";const td=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:t8}));td.displayName="ArchiveIcon";const rd=td,ad=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:r8}));ad.displayName="ArrowCounterClockwiseIcon";const Q8=ad,nd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:a8}));nd.displayName="ArrowSquareOutIcon";const J8=nd,od=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:n8}));od.displayName="BellIcon";const X8=od,sd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:o8}));sd.displayName="BellSlashIcon";const ji=sd,id=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:s8}));id.displayName="BuildingsIcon";const cd=id,ld=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:i8}));ld.displayName="CameraIcon";const ks=ld,dd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:c8}));dd.displayName="CaretDownIcon";const cr=dd,ud=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:l8}));ud.displayName="CaretLeftIcon";const ra=ud,pd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:d8}));pd.displayName="CaretRightIcon";const ka=pd,hd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:u8}));hd.displayName="CaretUpIcon";const fd=hd,md=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:p8}));md.displayName="CaretUpDownIcon";const ef=md,gd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:h8}));gd.displayName="CheckIcon";const it=gd,vd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:f8}));vd.displayName="CheckCircleIcon";const tf=vd,xd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:m8}));xd.displayName="ChecksIcon";const rf=xd,bd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:g8}));bd.displayName="CircleIcon";const af=bd,wd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:v8}));wd.displayName="CircleNotchIcon";const xt=wd,yd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:x8}));yd.displayName="CopyIcon";const Kr=yd,jd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:b8}));jd.displayName="DeviceMobileIcon";const Cs=jd,_d=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:w8}));_d.displayName="DotsThreeIcon";const nf=_d,kd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:y8}));kd.displayName="DownloadSimpleIcon";const Cd=kd,Sd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:j8}));Sd.displayName="EnvelopeSimpleIcon";const Pn=Sd,Ed=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:_8}));Ed.displayName="EyeIcon";const ao=Ed,Ad=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:k8}));Ad.displayName="EyeSlashIcon";const no=Ad,zd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:C8}));zd.displayName="FingerprintIcon";const ns=zd,$d=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:S8}));$d.displayName="GearSixIcon";const Er=$d,Md=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:E8}));Md.displayName="GlobeIcon";const of=Md,Ld=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:A8}));Ld.displayName="HashIcon";const Rd=Ld,Pd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:z8}));Pd.displayName="KeyIcon";const sf=Pd,Td=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:$8}));Td.displayName="LightningIcon";const cf=Td,Fd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:M8}));Fd.displayName="LinkIcon";const lf=Fd,Zd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:L8}));Zd.displayName="LockIcon";const df=Zd,Id=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:R8}));Id.displayName="MagnifyingGlassIcon";const uf=Id,Od=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:P8}));Od.displayName="PaperPlaneTiltIcon";const Hd=Od,Vd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:T8}));Vd.displayName="PencilSimpleIcon";const os=Vd,Dd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:F8}));Dd.displayName="PhoneIcon";const pf=Dd,Nd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:Z8}));Nd.displayName="PlusIcon";const wt=Nd,Ud=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:I8}));Ud.displayName="PulseIcon";const hf=Ud,Bd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:O8}));Bd.displayName="ShieldIcon";const Rt=Bd,Wd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:H8}));Wd.displayName="SignOutIcon";const Ar=Wd,Gd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:V8}));Gd.displayName="StarIcon";const ff=Gd,qd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:D8}));qd.displayName="TrashIcon";const Ss=qd,Kd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:N8}));Kd.displayName="UserIcon";const Ca=Kd,Yd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:U8}));Yd.displayName="UserCircleIcon";const mf=Yd,Qd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:B8}));Qd.displayName="UserCirclePlusIcon";const gf=Qd,Jd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:W8}));Jd.displayName="UsersIcon";const wn=Jd,Xd=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:G8}));Xd.displayName="WarningIcon";const aa=Xd,e1=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:q8}));e1.displayName="WarningCircleIcon";const zr=e1,t1=n.forwardRef((e,r)=>n.createElement(be,{ref:r,...e,weights:K8}));t1.displayName="XIcon";const Es=t1,vf=l.div`
|
|
100
100
|
display: contents;
|
|
101
101
|
|
|
102
102
|
/* Colors - Light Mode */
|
|
@@ -308,7 +308,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
308
308
|
background: var(--color-scrollbar-thumb-hover);
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
|
-
`;function xf(e){return e?/^(#([\da-f]{3,8})|rgba?\([^)]*\)|hsla?\([^)]*\)|oklch\([^)]*\)|oklab\([^)]*\)|lch\([^)]*\)|lab\([^)]*\)|transparent|currentColor)$/i.test(e.trim()):!1}function bf(e){return e?/^(0|\d+(\.\d+)?(px|rem|em|%)?)$/i.test(e.trim()):!1}function wf(e){if(!e)return!1;const r=e.trim();return!r||/[;{}<>]/.test(r)?!1:/^(?!.*(?:url|expression)\s*\()[\w\s.,%#()\-+/]*$/i.test(r)}function
|
|
311
|
+
`;function xf(e){return e?/^(#([\da-f]{3,8})|rgba?\([^)]*\)|hsla?\([^)]*\)|oklch\([^)]*\)|oklab\([^)]*\)|lch\([^)]*\)|lab\([^)]*\)|transparent|currentColor)$/i.test(e.trim()):!1}function bf(e){return e?/^(0|\d+(\.\d+)?(px|rem|em|%)?)$/i.test(e.trim()):!1}function wf(e){if(!e)return!1;const r=e.trim();return!r||/[;{}<>]/.test(r)?!1:/^(?!.*(?:url|expression)\s*\()[\w\s.,%#()\-+/]*$/i.test(r)}function Te(e,r,a){xf(a)&&(e[r]=a.trim())}function ke(e,r,a){bf(a)&&(e[r]=a.trim())}function ia(e,r,a){wf(a)&&(e[r]=a.trim())}function yf(e,r){return{...(r==null?void 0:r.token_overrides)??{},...(e==null?void 0:e.token_overrides)??{}}}function jf(e,r){r&&(ke(e,"--theme-global-space-unit",r.space_unit),ke(e,"--theme-global-space-0u",r.space_0u),ke(e,"--theme-global-space-1u",r.space_1u),ke(e,"--theme-global-space-2u",r.space_2u),ke(e,"--theme-global-space-3u",r.space_3u),ke(e,"--theme-global-space-4u",r.space_4u),ke(e,"--theme-global-space-5u",r.space_5u),ke(e,"--theme-global-space-6u",r.space_6u),ke(e,"--theme-global-space-7u",r.space_7u),ke(e,"--theme-global-space-8u",r.space_8u),ke(e,"--theme-global-space-10u",r.space_10u),ke(e,"--theme-global-space-12u",r.space_12u),ke(e,"--theme-global-space-14u",r.space_14u),ke(e,"--theme-global-space-16u",r.space_16u),ke(e,"--theme-global-space-24u",r.space_24u),ke(e,"--theme-global-font-size-2xs",r.font_size_2xs),ke(e,"--theme-global-font-size-xs",r.font_size_xs),ke(e,"--theme-global-font-size-sm",r.font_size_sm),ke(e,"--theme-global-font-size-md",r.font_size_md),ke(e,"--theme-global-font-size-lg",r.font_size_lg),ke(e,"--theme-global-font-size-xl",r.font_size_xl),ke(e,"--theme-global-font-size-2xl",r.font_size_2xl),ke(e,"--theme-global-font-size-3xl",r.font_size_3xl),ke(e,"--theme-global-radius-2xs",r.radius_2xs),ke(e,"--theme-global-radius-xs",r.radius_xs),ke(e,"--theme-global-radius-md",r.radius_md),ke(e,"--theme-global-radius-lg",r.radius_lg),ke(e,"--theme-global-radius-xl",r.radius_xl),ke(e,"--theme-global-radius-2xl",r.radius_2xl),ke(e,"--theme-global-radius-full",r.radius_full),ke(e,"--theme-global-border-width-thin",r.border_width_thin),ke(e,"--theme-global-border-width-regular",r.border_width_regular),ke(e,"--theme-global-size-8u",r.size_8u),ke(e,"--theme-global-size-10u",r.size_10u),ke(e,"--theme-global-size-12u",r.size_12u),ke(e,"--theme-global-size-18u",r.size_18u),ke(e,"--theme-global-size-20u",r.size_20u),ke(e,"--theme-global-size-24u",r.size_24u),ke(e,"--theme-global-size-32u",r.size_32u),ke(e,"--theme-global-size-36u",r.size_36u),ke(e,"--theme-global-size-40u",r.size_40u),ke(e,"--theme-global-size-45u",r.size_45u),ke(e,"--theme-global-size-50u",r.size_50u),ia(e,"--theme-global-shadow-sm",r.shadow_sm),ia(e,"--theme-global-shadow-md",r.shadow_md),ia(e,"--theme-global-shadow-lg",r.shadow_lg),ia(e,"--theme-global-shadow-xl",r.shadow_xl),ia(e,"--theme-global-ring-primary",r.ring_primary),ke(e,"--theme-global-letter-spacing-tight",r.letter_spacing_tight))}function _i(e,r,a){if(!a)return;const o=`--theme-${r}`,s=a.token_overrides??void 0,i=a.text_color;Te(e,`${o}-primary`,a.primary_color),Te(e,`${o}-background`,a.background_color),Te(e,`${o}-text`,i),Te(e,`${o}-foreground`,(s==null?void 0:s.foreground)??i),Te(e,`${o}-card`,s==null?void 0:s.card),Te(e,`${o}-card-foreground`,s==null?void 0:s.card_foreground),Te(e,`${o}-popover`,s==null?void 0:s.popover),Te(e,`${o}-popover-foreground`,s==null?void 0:s.popover_foreground),Te(e,`${o}-secondary-text`,s==null?void 0:s.secondary_text),Te(e,`${o}-secondary`,s==null?void 0:s.secondary),Te(e,`${o}-secondary-foreground`,s==null?void 0:s.secondary_foreground),Te(e,`${o}-muted`,s==null?void 0:s.muted),Te(e,`${o}-accent`,s==null?void 0:s.accent),Te(e,`${o}-accent-foreground`,s==null?void 0:s.accent_foreground),Te(e,`${o}-border`,s==null?void 0:s.border),Te(e,`${o}-border-hover`,s==null?void 0:s.border_hover),Te(e,`${o}-divider`,s==null?void 0:s.divider),Te(e,`${o}-input-background`,s==null?void 0:s.input_background),Te(e,`${o}-input-border`,s==null?void 0:s.input_border),Te(e,`${o}-input-focus-border`,s==null?void 0:s.input_focus_border),Te(e,`${o}-background-subtle`,s==null?void 0:s.background_subtle),Te(e,`${o}-background-hover`,s==null?void 0:s.background_hover),Te(e,`${o}-primary-foreground`,s==null?void 0:s.primary_foreground),Te(e,`${o}-primary-hover`,s==null?void 0:s.primary_hover),Te(e,`${o}-error`,s==null?void 0:s.error),Te(e,`${o}-error-background`,s==null?void 0:s.error_background),Te(e,`${o}-error-border`,s==null?void 0:s.error_border),Te(e,`${o}-warning`,s==null?void 0:s.warning),Te(e,`${o}-warning-background`,s==null?void 0:s.warning_background),Te(e,`${o}-warning-border`,s==null?void 0:s.warning_border),Te(e,`${o}-warning-text`,s==null?void 0:s.warning_text),Te(e,`${o}-success`,s==null?void 0:s.success),Te(e,`${o}-success-background`,s==null?void 0:s.success_background),Te(e,`${o}-success-border`,s==null?void 0:s.success_border),Te(e,`${o}-info`,s==null?void 0:s.info),Te(e,`${o}-info-background`,s==null?void 0:s.info_background),Te(e,`${o}-ring`,s==null?void 0:s.ring)}function _f(e,r){const a={};return jf(a,yf(e,r)),_i(a,"light",e),_i(a,"dark",r),a}function ge({children:e,style:r,...a}){var i,h,d,u;const o=c.useContext(fs),s=_f((h=(i=o==null?void 0:o.deployment)==null?void 0:i.ui_settings)==null?void 0:h.light_mode_settings,(u=(d=o==null?void 0:o.deployment)==null?void 0:d.ui_settings)==null?void 0:u.dark_mode_settings);return t.jsx(vf,{...a,style:{...s,...r},children:e})}const kf=ht`
|
|
312
312
|
from { opacity: 0; transform: translateY(6px); }
|
|
313
313
|
to { opacity: 1; transform: translateY(0); }
|
|
314
314
|
`,Cf=ht`
|
|
@@ -396,7 +396,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
396
396
|
color: var(--color-secondary-text);
|
|
397
397
|
cursor: not-allowed;
|
|
398
398
|
}
|
|
399
|
-
`;function lr({length:e=6,onComplete:r,onResend:a,error:o,isSubmitting:s=!1}){const[i,h]=c.useState(new Array(e).fill("")),[d,u]=c.useState(60),[f,p]=c.useState(!1),[m,g]=c.useState(!1),v=c.useRef([]),b=c.useCallback(()=>{const C=setInterval(()=>{u(_=>_<=1?(p(!0),clearInterval(C),0):_-1)},1e3);return C},[]);c.useEffect(()=>{const C=b();return()=>clearInterval(C)},[b]),c.useEffect(()=>{if(o){g(!0);const C=setTimeout(()=>g(!1),450);return()=>clearTimeout(C)}},[o]);const x=async()=>{var C;!f||s||!a||(await a(),p(!1),u(60),h(new Array(e).fill("")),(C=v.current[0])==null||C.focus(),b())},w=(C,_)=>{var z;if(s)return;const k=C.value,y=[...i];y[_]=k.replace(/[^0-9]/g,""),h(y);const
|
|
399
|
+
`;function lr({length:e=6,onComplete:r,onResend:a,error:o,isSubmitting:s=!1}){const[i,h]=c.useState(new Array(e).fill("")),[d,u]=c.useState(60),[f,p]=c.useState(!1),[m,g]=c.useState(!1),v=c.useRef([]),b=c.useCallback(()=>{const C=setInterval(()=>{u(_=>_<=1?(p(!0),clearInterval(C),0):_-1)},1e3);return C},[]);c.useEffect(()=>{const C=b();return()=>clearInterval(C)},[b]),c.useEffect(()=>{if(o){g(!0);const C=setTimeout(()=>g(!1),450);return()=>clearTimeout(C)}},[o]);const x=async()=>{var C;!f||s||!a||(await a(),p(!1),u(60),h(new Array(e).fill("")),(C=v.current[0])==null||C.focus(),b())},w=(C,_)=>{var z;if(s)return;const k=C.value,y=[...i];y[_]=k.replace(/[^0-9]/g,""),h(y);const M=y.join("");M.length===e&&r(M),k&&_<e-1&&((z=v.current[_+1])==null||z.focus())},A=(C,_)=>{var k;s||C.key==="Backspace"&&!i[_]&&_>0&&((k=v.current[_-1])==null||k.focus())},j=(C,_)=>{var z,I;if(s)return;C.preventDefault();const k=C.clipboardData.getData("text/plain").replace(/[^0-9]/g,"").slice(0,e);if(!k.length)return;const y=[...i];for(let H=0;H<k.length&&_+H<e;H++)y[_+H]=k[H];if(_===0&&k.length===e)for(let H=0;H<e;H++)y[H]=k[H];h(y);const M=y.join("");if(M.length===e)r(M),(z=v.current[e-1])==null||z.focus();else{const H=y.findIndex((T,P)=>P>=_&&!T);H!==-1&&((I=v.current[H])==null||I.focus())}},S=Math.floor(e/2);return t.jsxs(Sf,{children:[t.jsxs(Ef,{$shake:m,children:[i.slice(0,S).map((C,_)=>t.jsx(ki,{type:"text",inputMode:"numeric",maxLength:1,value:C,$hasError:!!o,onChange:k=>w(k.target,_),onKeyDown:k=>A(k,_),onPaste:k=>j(k,_),ref:k=>{v.current[_]=k},disabled:s,autoFocus:_===0},_)),t.jsx(Af,{}),i.slice(S).map((C,_)=>{const k=S+_;return t.jsx(ki,{type:"text",inputMode:"numeric",maxLength:1,value:C,$hasError:!!o,onChange:y=>w(y.target,k),onKeyDown:y=>A(y,k),onPaste:y=>j(y,k),ref:y=>{v.current[k]=y},disabled:s},k)})]}),t.jsxs(zf,{children:[o&&t.jsx($f,{children:o}),a&&(f?t.jsx(Lf,{type:"button",onClick:x,disabled:s,children:"Didn't receive a code? Resend"}):t.jsxs(Mf,{children:["Resend code in ",d,"s"]}))]})]})}const r1=e=>t.jsxs("svg",{width:"800px",height:"800px",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"githubIconTitle",...e,children:[t.jsx("title",{id:"githubIconTitle",children:"GitHub"}),t.jsx("path",{d:"M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.109-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.91 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"})]}),a1=e=>t.jsxs("svg",{width:"800px",height:"800px",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"none",...e,children:[t.jsx("path",{fill:"#4285F4",d:"M14.9 8.161c0-.476-.039-.954-.121-1.422h-6.64v2.695h3.802a3.24 3.24 0 01-1.407 2.127v1.75h2.269c1.332-1.22 2.097-3.02 2.097-5.15z"}),t.jsx("path",{fill:"#34A853",d:"M8.14 15c1.898 0 3.499-.62 4.665-1.69l-2.268-1.749c-.631.427-1.446.669-2.395.669-1.836 0-3.393-1.232-3.952-2.888H1.85v1.803A7.044 7.044 0 008.14 15z"}),t.jsx("path",{fill:"#FBBC04",d:"M4.187 9.342a4.17 4.17 0 010-2.68V4.859H1.849a6.97 6.97 0 000 6.286l2.338-1.803z"}),t.jsx("path",{fill:"#EA4335",d:"M8.14 3.77a3.837 3.837 0 012.7 1.05l2.01-1.999a6.786 6.786 0 00-4.71-1.82 7.042 7.042 0 00-6.29 3.858L4.186 6.66c.556-1.658 2.116-2.89 3.952-2.89z"})]}),n1=e=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"50",height:"50",viewBox:"0 0 50 50",...e,children:t.jsx("path",{d:"M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"})}),Rf=()=>t.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"})}),o1=()=>t.jsx("svg",{width:"20",height:"20",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"none",children:t.jsx("path",{fill:"#0A66C2",d:"M12.225 12.225h-1.778V9.44c0-.664-.012-1.519-.925-1.519-.926 0-1.068.724-1.068 1.47v2.834H6.676V6.498h1.707v.783h.024c.348-.594.996-.95 1.684-.925 1.802 0 2.135 1.185 2.135 2.728l-.001 3.14zM4.67 5.715a1.037 1.037 0 01-1.032-1.031c0-.566.466-1.032 1.032-1.032.566 0 1.031.466 1.032 1.032 0 .566-.466 1.032-1.032 1.032zm.889 6.51h-1.78V6.498h1.78v5.727zM13.11 2H2.885A.88.88 0 002 2.866v10.268a.88.88 0 00.885.866h10.226a.882.882 0 00.889-.866V2.865a.88.88 0 00-.889-.864z"})}),s1=()=>t.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{d:"M12 21.42L15.54 10.86H8.46L12 21.42Z",fill:"#E24329"}),t.jsx("path",{d:"M12 21.42L8.46 10.86H2.28L12 21.42Z",fill:"#FC6D26"}),t.jsx("path",{d:"M2.28 10.86L0.86 15.14C0.72 15.54 0.86 15.98 1.18 16.24L12 21.42L2.28 10.86Z",fill:"#FCA326"}),t.jsx("path",{d:"M2.28 10.86H8.46L6.12 3.58C5.98 3.18 5.42 3.18 5.28 3.58L2.28 10.86Z",fill:"#E24329"}),t.jsx("path",{d:"M12 21.42L15.54 10.86H21.72L12 21.42Z",fill:"#FC6D26"}),t.jsx("path",{d:"M21.72 10.86L23.14 15.14C23.28 15.54 23.14 15.98 22.82 16.24L12 21.42L21.72 10.86Z",fill:"#FCA326"}),t.jsx("path",{d:"M21.72 10.86H15.54L17.88 3.58C18.02 3.18 18.58 3.18 18.72 3.58L21.72 10.86Z",fill:"#E24329"})]}),Pf=()=>t.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701"})}),i1=()=>t.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("circle",{cx:"512",cy:"512",r:"512",style:{fill:"#5865f2"}}),t.jsx("path",{d:"M689.43 349a422.21 422.21 0 0 0-104.22-32.32 1.58 1.58 0 0 0-1.68.79 294.11 294.11 0 0 0-13 26.66 389.78 389.78 0 0 0-117.05 0 269.75 269.75 0 0 0-13.18-26.66 1.64 1.64 0 0 0-1.68-.79A421 421 0 0 0 334.44 349a1.49 1.49 0 0 0-.69.59c-66.37 99.17-84.55 195.9-75.63 291.41a1.76 1.76 0 0 0 .67 1.2 424.58 424.58 0 0 0 127.85 64.63 1.66 1.66 0 0 0 1.8-.59 303.45 303.45 0 0 0 26.15-42.54 1.62 1.62 0 0 0-.89-2.25 279.6 279.6 0 0 1-39.94-19 1.64 1.64 0 0 1-.16-2.72c2.68-2 5.37-4.1 7.93-6.22a1.58 1.58 0 0 1 1.65-.22c83.79 38.26 174.51 38.26 257.31 0a1.58 1.58 0 0 1 1.68.2c2.56 2.11 5.25 4.23 8 6.24a1.64 1.64 0 0 1-.14 2.72 262.37 262.37 0 0 1-40 19 1.63 1.63 0 0 0-.87 2.28 340.72 340.72 0 0 0 26.13 42.52 1.62 1.62 0 0 0 1.8.61 423.17 423.17 0 0 0 128-64.63 1.64 1.64 0 0 0 .67-1.18c10.68-110.44-17.88-206.38-75.7-291.42a1.3 1.3 0 0 0-.63-.63zM427.09 582.85c-25.23 0-46-23.16-46-51.6s20.38-51.6 46-51.6c25.83 0 46.42 23.36 46 51.6.02 28.44-20.37 51.6-46 51.6zm170.13 0c-25.23 0-46-23.16-46-51.6s20.38-51.6 46-51.6c25.83 0 46.42 23.36 46 51.6.01 28.44-20.17 51.6-46 51.6z",style:{fill:"#fff"}})]}),Tf={google_oauth:{label:"Continue with Google",icon:t.jsx(a1,{})},github_oauth:{label:"Continue with GitHub",icon:t.jsx(r1,{})},x_oauth:{label:"Continue with X",icon:t.jsx(n1,{})},facebook_oauth:{label:"Continue with Facebook",icon:t.jsx(Rf,{})},linkedin_oauth:{label:"Continue with LinkedIn",icon:t.jsx(o1,{})},gitlab_oauth:{label:"Continue with GitLab",icon:t.jsx(s1,{})},apple_oauth:{label:"Continue with Apple",icon:t.jsx(Pf,{})},discord_oauth:{label:"Continue with Discord",icon:t.jsx(i1,{})}},Ff=l.div`
|
|
400
400
|
display: flex;
|
|
401
401
|
flex-direction: column;
|
|
402
402
|
gap: var(--space-3u);
|
|
@@ -446,7 +446,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
446
446
|
opacity: 0;
|
|
447
447
|
transform: translateX(-4px);
|
|
448
448
|
transition: opacity 0.15s ease, transform 0.15s ease;
|
|
449
|
-
`,As=({connections:e,callback:r})=>t.jsx(Ff,{children:e.map(a=>{const o=Tf[a.provider];return o?t.jsxs(Zf,{type:"button",onClick:()=>r(a),children:[o.icon,t.jsx(If,{children:o.label}),t.jsx(Of,{className:"arrow"})]},a.provider):null})}),
|
|
449
|
+
`,As=({connections:e,callback:r})=>t.jsx(Ff,{children:e.map(a=>{const o=Tf[a.provider];return o?t.jsxs(Zf,{type:"button",onClick:()=>r(a),children:[o.icon,t.jsx(If,{children:o.label}),t.jsx(Of,{className:"arrow"})]},a.provider):null})}),Pt=({to:e,replace:r,children:a,...o})=>{const{navigate:s}=bt(),i=c.useCallback(h=>{h.preventDefault(),s(e,{replace:r})},[e,r,s]);return t.jsx("a",{href:e,onClick:i,...o,children:a})},Hf={sm:"36rem"},ue=l.input`
|
|
450
450
|
padding: var(--space-4u) var(--space-6u);
|
|
451
451
|
width: 100%;
|
|
452
452
|
height: var(--size-18u);
|
|
@@ -491,12 +491,12 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
491
491
|
font-size: var(--font-size-xs);
|
|
492
492
|
padding: var(--space-2u) var(--space-4u);
|
|
493
493
|
}
|
|
494
|
-
`,gn=[{name:"Afghanistan",code:"AF",dialCode:"+93",flag:"🇦🇫"},{name:"Albania",code:"AL",dialCode:"+355",flag:"🇦🇱"},{name:"Algeria",code:"DZ",dialCode:"+213",flag:"🇩🇿"},{name:"American Samoa",code:"AS",dialCode:"+1684",flag:"🇺🇸"},{name:"Andorra",code:"AD",dialCode:"+376",flag:"🇦🇩"},{name:"Angola",code:"AO",dialCode:"+244",flag:"🇦🇴"},{name:"Anguilla",code:"AI",dialCode:"+1264",flag:"🇦🇮"},{name:"Antarctica",code:"AQ",dialCode:"+672",flag:"🇦🇶"},{name:"Antigua and Barbuda",code:"AG",dialCode:"+1268",flag:"🇦🇬"},{name:"Argentina",code:"AR",dialCode:"+54",flag:"🇦🇷"},{name:"Armenia",code:"AM",dialCode:"+374",flag:"🇦🇲"},{name:"Aruba",code:"AW",dialCode:"+297",flag:"🇦🇼"},{name:"Australia",code:"AU",dialCode:"+61",flag:"🇦🇺"},{name:"Austria",code:"AT",dialCode:"+43",flag:"🇦🇹"},{name:"Azerbaijan",code:"AZ",dialCode:"+994",flag:"🇦🇿"},{name:"Bahamas",code:"BS",dialCode:"+1242",flag:"🇧🇸"},{name:"Bahrain",code:"BH",dialCode:"+973",flag:"🇧🇭"},{name:"Bangladesh",code:"BD",dialCode:"+880",flag:"🇧🇩"},{name:"Barbados",code:"BB",dialCode:"+1246",flag:"🇧🇧"},{name:"Belarus",code:"BY",dialCode:"+375",flag:"🇧🇾"},{name:"Belgium",code:"BE",dialCode:"+32",flag:"🇧🇪"},{name:"Belize",code:"BZ",dialCode:"+501",flag:"🇧🇿"},{name:"Benin",code:"BJ",dialCode:"+229",flag:"🇧🇯"},{name:"Bermuda",code:"BM",dialCode:"+1441",flag:"🇧🇲"},{name:"Bhutan",code:"BT",dialCode:"+975",flag:"🇧🇹"},{name:"Bolivia",code:"BO",dialCode:"+591",flag:"🇧🇴"},{name:"Bosnia and Herzegovina",code:"BA",dialCode:"+387",flag:"🇧🇦"},{name:"Botswana",code:"BW",dialCode:"+267",flag:"🇧🇼"},{name:"Brazil",code:"BR",dialCode:"+55",flag:"🇧🇷"},{name:"British Indian Ocean Territory",code:"IO",dialCode:"+246",flag:"🇮🇴"},{name:"British Virgin Islands",code:"VG",dialCode:"+1284",flag:"🇻🇬"},{name:"Brunei",code:"BN",dialCode:"+673",flag:"🇧🇳"},{name:"Bulgaria",code:"BG",dialCode:"+359",flag:"🇧🇬"},{name:"Burkina Faso",code:"BF",dialCode:"+226",flag:"🇧🇫"},{name:"Burundi",code:"BI",dialCode:"+257",flag:"🇧🇮"},{name:"Cambodia",code:"KH",dialCode:"+855",flag:"🇰🇭"},{name:"Cameroon",code:"CM",dialCode:"+237",flag:"🇨🇲"},{name:"Canada",code:"CA",dialCode:"+1",flag:"🇨🇦"},{name:"Cape Verde",code:"CV",dialCode:"+238",flag:"🇨🇻"},{name:"Cayman Islands",code:"KY",dialCode:"+1345",flag:"🇰🇾"},{name:"Central African Republic",code:"CF",dialCode:"+236",flag:"🇨🇫"},{name:"Chad",code:"TD",dialCode:"+235",flag:"🇹🇩"},{name:"Chile",code:"CL",dialCode:"+56",flag:"🇨🇱"},{name:"China",code:"CN",dialCode:"+86",flag:"🇨🇳"},{name:"Christmas Island",code:"CX",dialCode:"+61",flag:"🇨🇽"},{name:"Cocos Islands",code:"CC",dialCode:"+61",flag:"🇨🇨"},{name:"Colombia",code:"CO",dialCode:"+57",flag:"🇨🇴"},{name:"Comoros",code:"KM",dialCode:"+269",flag:"🇰🇲"},{name:"Cook Islands",code:"CK",dialCode:"+682",flag:"🇨🇰"},{name:"Costa Rica",code:"CR",dialCode:"+506",flag:"🇨🇷"},{name:"Croatia",code:"HR",dialCode:"+385",flag:"🇭🇷"},{name:"Cuba",code:"CU",dialCode:"+53",flag:"🇨🇺"},{name:"Curacao",code:"CW",dialCode:"+599",flag:"🇨🇼"},{name:"Cyprus",code:"CY",dialCode:"+357",flag:"🇨🇾"},{name:"Czech Republic",code:"CZ",dialCode:"+420",flag:"🇨🇿"},{name:"Democratic Republic of the Congo",code:"CD",dialCode:"+243",flag:"🇨🇩"},{name:"Denmark",code:"DK",dialCode:"+45",flag:"🇩🇰"},{name:"Djibouti",code:"DJ",dialCode:"+253",flag:"🇩🇯"},{name:"Dominica",code:"DM",dialCode:"+1767",flag:"🇩🇲"},{name:"Dominican Republic",code:"DO",dialCode:"+1849",flag:"🇩🇴"},{name:"East Timor",code:"TL",dialCode:"+670",flag:"🇹🇱"},{name:"Ecuador",code:"EC",dialCode:"+593",flag:"🇪🇨"},{name:"Egypt",code:"EG",dialCode:"+20",flag:"🇪🇬"},{name:"El Salvador",code:"SV",dialCode:"+503",flag:"🇸🇻"},{name:"Equatorial Guinea",code:"GQ",dialCode:"+240",flag:"🇬🇶"},{name:"Eritrea",code:"ER",dialCode:"+291",flag:"🇪🇷"},{name:"Estonia",code:"EE",dialCode:"+372",flag:"🇪🇪"},{name:"Ethiopia",code:"ET",dialCode:"+251",flag:"🇪🇹"},{name:"Falkland Islands",code:"FK",dialCode:"+500",flag:"🇫🇰"},{name:"Faroe Islands",code:"FO",dialCode:"+298",flag:"🇫🇴"},{name:"Fiji",code:"FJ",dialCode:"+679",flag:"🇫🇯"},{name:"Finland",code:"FI",dialCode:"+358",flag:"🇫🇮"},{name:"France",code:"FR",dialCode:"+33",flag:"🇫🇷"},{name:"French Polynesia",code:"PF",dialCode:"+689",flag:"🇵🇫"},{name:"Gabon",code:"GA",dialCode:"+241",flag:"🇬🇦"},{name:"Gambia",code:"GM",dialCode:"+220",flag:"🇬🇲"},{name:"Georgia",code:"GE",dialCode:"+995",flag:"🇬🇪"},{name:"Germany",code:"DE",dialCode:"+49",flag:"🇩🇪"},{name:"Ghana",code:"GH",dialCode:"+233",flag:"🇬🇭"},{name:"Gibraltar",code:"GI",dialCode:"+350",flag:"🇬🇮"},{name:"Greece",code:"GR",dialCode:"+30",flag:"🇬🇷"},{name:"Greenland",code:"GL",dialCode:"+299",flag:"🇬🇱"},{name:"Grenada",code:"GD",dialCode:"+1473",flag:"🇬🇩"},{name:"Guam",code:"GU",dialCode:"+1671",flag:"🇬🇺"},{name:"Guatemala",code:"GT",dialCode:"+502",flag:"🇬🇹"},{name:"Guernsey",code:"GG",dialCode:"+44",flag:"🇬🇬"},{name:"Guinea",code:"GN",dialCode:"+224",flag:"🇬🇳"},{name:"Guinea-Bissau",code:"GW",dialCode:"+245",flag:"🇬🇼"},{name:"Guyana",code:"GY",dialCode:"+592",flag:"🇬🇾"},{name:"Haiti",code:"HT",dialCode:"+509",flag:"🇭🇹"},{name:"Honduras",code:"HN",dialCode:"+504",flag:"🇭🇳"},{name:"Hong Kong",code:"HK",dialCode:"+852",flag:"🇭🇰"},{name:"Hungary",code:"HU",dialCode:"+36",flag:"🇭🇺"},{name:"Iceland",code:"IS",dialCode:"+354",flag:"🇮🇸"},{name:"India",code:"IN",dialCode:"+91",flag:"🇮🇳"},{name:"Indonesia",code:"ID",dialCode:"+62",flag:"🇮🇩"},{name:"Iran",code:"IR",dialCode:"+98",flag:"🇮🇷"},{name:"Iraq",code:"IQ",dialCode:"+964",flag:"🇮🇶"},{name:"Ireland",code:"IE",dialCode:"+353",flag:"🇮🇪"},{name:"Isle of Man",code:"IM",dialCode:"+44",flag:"🇮🇲"},{name:"Israel",code:"IL",dialCode:"+972",flag:"🇮🇱"},{name:"Italy",code:"IT",dialCode:"+39",flag:"🇮🇹"},{name:"Ivory Coast",code:"CI",dialCode:"+225",flag:"🇨🇮"},{name:"Jamaica",code:"JM",dialCode:"+1876",flag:"🇯🇲"},{name:"Japan",code:"JP",dialCode:"+81",flag:"🇯🇵"},{name:"Jersey",code:"JE",dialCode:"+44",flag:"🇬🇬"},{name:"Jordan",code:"JO",dialCode:"+962",flag:"🇯🇴"},{name:"Kazakhstan",code:"KZ",dialCode:"+7",flag:"🇰🇿"},{name:"Kenya",code:"KE",dialCode:"+254",flag:"🇰🇪"},{name:"Kiribati",code:"KI",dialCode:"+686",flag:"🇰🇮"},{name:"Kosovo",code:"XK",dialCode:"+383",flag:"🇽🇰"},{name:"Kuwait",code:"KW",dialCode:"+965",flag:"🇰🇼"},{name:"Kyrgyzstan",code:"KG",dialCode:"+996",flag:"🇰🇬"},{name:"Laos",code:"LA",dialCode:"+856",flag:"🇱🇦"},{name:"Latvia",code:"LV",dialCode:"+371",flag:"🇱🇻"},{name:"Lebanon",code:"LB",dialCode:"+961",flag:"🇱🇧"},{name:"Lesotho",code:"LS",dialCode:"+266",flag:"🇱🇸"},{name:"Liberia",code:"LR",dialCode:"+231",flag:"🇱🇷"},{name:"Libya",code:"LY",dialCode:"+218",flag:"🇱🇾"},{name:"Liechtenstein",code:"LI",dialCode:"+423",flag:"🇱🇮"},{name:"Lithuania",code:"LT",dialCode:"+370",flag:"🇱🇹"},{name:"Luxembourg",code:"LU",dialCode:"+352",flag:"🇱🇺"},{name:"Macau",code:"MO",dialCode:"+853",flag:"🇲🇴"},{name:"Macedonia",code:"MK",dialCode:"+389",flag:"🇲🇰"},{name:"Madagascar",code:"MG",dialCode:"+261",flag:"🇲🇬"},{name:"Malawi",code:"MW",dialCode:"+265",flag:"🇲🇼"},{name:"Malaysia",code:"MY",dialCode:"+60",flag:"🇲🇾"},{name:"Maldives",code:"MV",dialCode:"+960",flag:"🇲🇻"},{name:"Mali",code:"ML",dialCode:"+223",flag:"🇲🇱"},{name:"Malta",code:"MT",dialCode:"+356",flag:"🇲🇹"},{name:"Marshall Islands",code:"MH",dialCode:"+692",flag:"🇲🇭"},{name:"Mauritania",code:"MR",dialCode:"+222",flag:"🇲🇷"},{name:"Mauritius",code:"MU",dialCode:"+230",flag:"🇲🇺"},{name:"Mayotte",code:"YT",dialCode:"+262",flag:"🇾🇹"},{name:"Mexico",code:"MX",dialCode:"+52",flag:"🇲🇽"},{name:"Micronesia",code:"FM",dialCode:"+691",flag:"🇫🇲"},{name:"Moldova",code:"MD",dialCode:"+373",flag:"🇲🇩"},{name:"Monaco",code:"MC",dialCode:"+377",flag:"🇲🇨"},{name:"Mongolia",code:"MN",dialCode:"+976",flag:"🇲🇳"},{name:"Montenegro",code:"ME",dialCode:"+382",flag:"🇲🇪"},{name:"Montserrat",code:"MS",dialCode:"+1664",flag:"🇲🇸"},{name:"Morocco",code:"MA",dialCode:"+212",flag:"🇲🇦"},{name:"Mozambique",code:"MZ",dialCode:"+258",flag:"🇲🇿"},{name:"Myanmar",code:"MM",dialCode:"+95",flag:"🇲🇲"},{name:"Namibia",code:"NA",dialCode:"+264",flag:"🇳🇦"},{name:"Nauru",code:"NR",dialCode:"+674",flag:"🇳🇷"},{name:"Nepal",code:"NP",dialCode:"+977",flag:"🇳🇵"},{name:"Netherlands",code:"NL",dialCode:"+31",flag:"🇳🇱"},{name:"Netherlands Antilles",code:"AN",dialCode:"+599",flag:"🇳🇱"},{name:"New Caledonia",code:"NC",dialCode:"+687",flag:"🇳🇨"},{name:"New Zealand",code:"NZ",dialCode:"+64",flag:"🇳🇿"},{name:"Nicaragua",code:"NI",dialCode:"+505",flag:"🇳🇮"},{name:"Niger",code:"NE",dialCode:"+227",flag:"🇳🇪"},{name:"Nigeria",code:"NG",dialCode:"+234",flag:"🇳🇬"},{name:"Niue",code:"NU",dialCode:"+683",flag:"🇳🇺"},{name:"North Korea",code:"KP",dialCode:"+850",flag:"🇰🇵"},{name:"Northern Mariana Islands",code:"MP",dialCode:"+1670",flag:"🇲🇵"},{name:"Norway",code:"NO",dialCode:"+47",flag:"🇳🇴"},{name:"Oman",code:"OM",dialCode:"+968",flag:"🇴🇲"},{name:"Pakistan",code:"PK",dialCode:"+92",flag:"🇵🇰"},{name:"Palau",code:"PW",dialCode:"+680",flag:"🇵🇼"},{name:"Palestine",code:"PS",dialCode:"+970",flag:"🇵🇸"},{name:"Panama",code:"PA",dialCode:"+507",flag:"🇵🇦"},{name:"Papua New Guinea",code:"PG",dialCode:"+675",flag:"🇵🇬"},{name:"Paraguay",code:"PY",dialCode:"+595",flag:"🇵🇾"},{name:"Peru",code:"PE",dialCode:"+51",flag:"🇵🇪"},{name:"Philippines",code:"PH",dialCode:"+63",flag:"🇵🇭"},{name:"Pitcairn",code:"PN",dialCode:"+64",flag:"🇵🇳"},{name:"Poland",code:"PL",dialCode:"+48",flag:"🇵🇱"},{name:"Portugal",code:"PT",dialCode:"+351",flag:"🇵🇹"},{name:"Puerto Rico",code:"PR",dialCode:"+1939",flag:"🇵🇷"},{name:"Qatar",code:"QA",dialCode:"+974",flag:"🇶🇦"},{name:"Republic of the Congo",code:"CG",dialCode:"+242",flag:"🇨🇬"},{name:"Reunion",code:"RE",dialCode:"+262",flag:"🇷🇪"},{name:"Romania",code:"RO",dialCode:"+40",flag:"🇷🇴"},{name:"Russia",code:"RU",dialCode:"+7",flag:"🇷🇺"},{name:"Rwanda",code:"RW",dialCode:"+250",flag:"🇷🇼"},{name:"Saint Barthelemy",code:"BL",dialCode:"+590",flag:"🇧🇱"},{name:"Saint Helena",code:"SH",dialCode:"+290",flag:"🇸🇭"},{name:"Saint Kitts and Nevis",code:"KN",dialCode:"+1869",flag:"🇰🇳"},{name:"Saint Lucia",code:"LC",dialCode:"+1758",flag:"🇱🇨"},{name:"Saint Martin",code:"MF",dialCode:"+590",flag:"🇲🇫"},{name:"Saint Pierre and Miquelon",code:"PM",dialCode:"+508",flag:"🇵🇲"},{name:"Saint Vincent and the Grenadines",code:"VC",dialCode:"+1784",flag:"🇻🇨"},{name:"Samoa",code:"WS",dialCode:"+685",flag:"🇼🇸"},{name:"San Marino",code:"SM",dialCode:"+378",flag:"🇸🇲"},{name:"Sao Tome and Principe",code:"ST",dialCode:"+239",flag:"🇸🇹"},{name:"Saudi Arabia",code:"SA",dialCode:"+966",flag:"🇸🇦"},{name:"Senegal",code:"SN",dialCode:"+221",flag:"🇸🇳"},{name:"Serbia",code:"RS",dialCode:"+381",flag:"🇷🇸"},{name:"Seychelles",code:"SC",dialCode:"+248",flag:"🇸🇨"},{name:"Sierra Leone",code:"SL",dialCode:"+232",flag:"🇸🇱"},{name:"Singapore",code:"SG",dialCode:"+65",flag:"🇸🇬"},{name:"Sint Maarten",code:"SX",dialCode:"+1721",flag:"🇸🇽"},{name:"Slovakia",code:"SK",dialCode:"+421",flag:"🇸🇰"},{name:"Slovenia",code:"SI",dialCode:"+386",flag:"🇸🇮"},{name:"Solomon Islands",code:"SB",dialCode:"+677",flag:"🇸🇧"},{name:"Somalia",code:"SO",dialCode:"+252",flag:"🇸🇴"},{name:"South Africa",code:"ZA",dialCode:"+27",flag:"🇿🇦"},{name:"South Korea",code:"KR",dialCode:"+82",flag:"🇰🇷"},{name:"South Sudan",code:"SS",dialCode:"+211",flag:"🇸🇸"},{name:"Spain",code:"ES",dialCode:"+34",flag:"🇪🇸"},{name:"Sri Lanka",code:"LK",dialCode:"+94",flag:"🇱🇰"},{name:"Sudan",code:"SD",dialCode:"+249",flag:"🇸🇩"},{name:"Suriname",code:"SR",dialCode:"+597",flag:"🇸🇷"},{name:"Svalbard and Jan Mayen",code:"SJ",dialCode:"+47",flag:"🇸🇯"},{name:"Swaziland",code:"SZ",dialCode:"+268",flag:"🇸🇿"},{name:"Sweden",code:"SE",dialCode:"+46",flag:"🇸🇪"},{name:"Switzerland",code:"CH",dialCode:"+41",flag:"🇨🇭"},{name:"Syria",code:"SY",dialCode:"+963",flag:"🇸🇾"},{name:"Taiwan",code:"TW",dialCode:"+886",flag:"🇹🇼"},{name:"Tajikistan",code:"TJ",dialCode:"+992",flag:"🇹🇯"},{name:"Tanzania",code:"TZ",dialCode:"+255",flag:"🇹🇿"},{name:"Thailand",code:"TH",dialCode:"+66",flag:"🇹🇭"},{name:"Togo",code:"TG",dialCode:"+228",flag:"🇹🇬"},{name:"Tokelau",code:"TK",dialCode:"+690",flag:"🇹🇰"},{name:"Tonga",code:"TO",dialCode:"+676",flag:"🇹🇴"},{name:"Trinidad and Tobago",code:"TT",dialCode:"+1868",flag:"🇹🇹"},{name:"Tunisia",code:"TN",dialCode:"+216",flag:"🇹🇳"},{name:"Turkey",code:"TR",dialCode:"+90",flag:"🇹🇷"},{name:"Turkmenistan",code:"TM",dialCode:"+993",flag:"🇹🇲"},{name:"Turks and Caicos Islands",code:"TC",dialCode:"+1649",flag:"🇹🇨"},{name:"Tuvalu",code:"TV",dialCode:"+688",flag:"🇹🇻"},{name:"U.S. Virgin Islands",code:"VI",dialCode:"+1340",flag:"🇻🇮"},{name:"Uganda",code:"UG",dialCode:"+256",flag:"🇺🇬"},{name:"Ukraine",code:"UA",dialCode:"+380",flag:"🇺🇦"},{name:"United Arab Emirates",code:"AE",dialCode:"+971",flag:"🇦🇪"},{name:"United Kingdom",code:"GB",dialCode:"+44",flag:"🇬🇧"},{name:"United States",code:"US",dialCode:"+1",flag:"🇺🇸"},{name:"Uruguay",code:"UY",dialCode:"+598",flag:"🇺🇾"},{name:"Uzbekistan",code:"UZ",dialCode:"+998",flag:"🇺🇿"},{name:"Vanuatu",code:"VU",dialCode:"+678",flag:"🇻🇺"},{name:"Vatican",code:"VA",dialCode:"+379",flag:"🇻🇦"},{name:"Venezuela",code:"VE",dialCode:"+58",flag:"🇻🇪"},{name:"Vietnam",code:"VN",dialCode:"+84",flag:"🇻🇳"},{name:"Wallis and Futuna",code:"WF",dialCode:"+681",flag:"🇼🇫"},{name:"Western Sahara",code:"EH",dialCode:"+212",flag:"🇪🇭"},{name:"Yemen",code:"YE",dialCode:"+967",flag:"🇾🇪"},{name:"Zambia",code:"ZM",dialCode:"+260",flag:"🇿🇲"},{name:"Zimbabwe",code:"ZW",dialCode:"+263",flag:"🇿🇼"}],aa={sm:"36rem"},Vf=l.div`
|
|
494
|
+
`,gn=[{name:"Afghanistan",code:"AF",dialCode:"+93",flag:"🇦🇫"},{name:"Albania",code:"AL",dialCode:"+355",flag:"🇦🇱"},{name:"Algeria",code:"DZ",dialCode:"+213",flag:"🇩🇿"},{name:"American Samoa",code:"AS",dialCode:"+1684",flag:"🇺🇸"},{name:"Andorra",code:"AD",dialCode:"+376",flag:"🇦🇩"},{name:"Angola",code:"AO",dialCode:"+244",flag:"🇦🇴"},{name:"Anguilla",code:"AI",dialCode:"+1264",flag:"🇦🇮"},{name:"Antarctica",code:"AQ",dialCode:"+672",flag:"🇦🇶"},{name:"Antigua and Barbuda",code:"AG",dialCode:"+1268",flag:"🇦🇬"},{name:"Argentina",code:"AR",dialCode:"+54",flag:"🇦🇷"},{name:"Armenia",code:"AM",dialCode:"+374",flag:"🇦🇲"},{name:"Aruba",code:"AW",dialCode:"+297",flag:"🇦🇼"},{name:"Australia",code:"AU",dialCode:"+61",flag:"🇦🇺"},{name:"Austria",code:"AT",dialCode:"+43",flag:"🇦🇹"},{name:"Azerbaijan",code:"AZ",dialCode:"+994",flag:"🇦🇿"},{name:"Bahamas",code:"BS",dialCode:"+1242",flag:"🇧🇸"},{name:"Bahrain",code:"BH",dialCode:"+973",flag:"🇧🇭"},{name:"Bangladesh",code:"BD",dialCode:"+880",flag:"🇧🇩"},{name:"Barbados",code:"BB",dialCode:"+1246",flag:"🇧🇧"},{name:"Belarus",code:"BY",dialCode:"+375",flag:"🇧🇾"},{name:"Belgium",code:"BE",dialCode:"+32",flag:"🇧🇪"},{name:"Belize",code:"BZ",dialCode:"+501",flag:"🇧🇿"},{name:"Benin",code:"BJ",dialCode:"+229",flag:"🇧🇯"},{name:"Bermuda",code:"BM",dialCode:"+1441",flag:"🇧🇲"},{name:"Bhutan",code:"BT",dialCode:"+975",flag:"🇧🇹"},{name:"Bolivia",code:"BO",dialCode:"+591",flag:"🇧🇴"},{name:"Bosnia and Herzegovina",code:"BA",dialCode:"+387",flag:"🇧🇦"},{name:"Botswana",code:"BW",dialCode:"+267",flag:"🇧🇼"},{name:"Brazil",code:"BR",dialCode:"+55",flag:"🇧🇷"},{name:"British Indian Ocean Territory",code:"IO",dialCode:"+246",flag:"🇮🇴"},{name:"British Virgin Islands",code:"VG",dialCode:"+1284",flag:"🇻🇬"},{name:"Brunei",code:"BN",dialCode:"+673",flag:"🇧🇳"},{name:"Bulgaria",code:"BG",dialCode:"+359",flag:"🇧🇬"},{name:"Burkina Faso",code:"BF",dialCode:"+226",flag:"🇧🇫"},{name:"Burundi",code:"BI",dialCode:"+257",flag:"🇧🇮"},{name:"Cambodia",code:"KH",dialCode:"+855",flag:"🇰🇭"},{name:"Cameroon",code:"CM",dialCode:"+237",flag:"🇨🇲"},{name:"Canada",code:"CA",dialCode:"+1",flag:"🇨🇦"},{name:"Cape Verde",code:"CV",dialCode:"+238",flag:"🇨🇻"},{name:"Cayman Islands",code:"KY",dialCode:"+1345",flag:"🇰🇾"},{name:"Central African Republic",code:"CF",dialCode:"+236",flag:"🇨🇫"},{name:"Chad",code:"TD",dialCode:"+235",flag:"🇹🇩"},{name:"Chile",code:"CL",dialCode:"+56",flag:"🇨🇱"},{name:"China",code:"CN",dialCode:"+86",flag:"🇨🇳"},{name:"Christmas Island",code:"CX",dialCode:"+61",flag:"🇨🇽"},{name:"Cocos Islands",code:"CC",dialCode:"+61",flag:"🇨🇨"},{name:"Colombia",code:"CO",dialCode:"+57",flag:"🇨🇴"},{name:"Comoros",code:"KM",dialCode:"+269",flag:"🇰🇲"},{name:"Cook Islands",code:"CK",dialCode:"+682",flag:"🇨🇰"},{name:"Costa Rica",code:"CR",dialCode:"+506",flag:"🇨🇷"},{name:"Croatia",code:"HR",dialCode:"+385",flag:"🇭🇷"},{name:"Cuba",code:"CU",dialCode:"+53",flag:"🇨🇺"},{name:"Curacao",code:"CW",dialCode:"+599",flag:"🇨🇼"},{name:"Cyprus",code:"CY",dialCode:"+357",flag:"🇨🇾"},{name:"Czech Republic",code:"CZ",dialCode:"+420",flag:"🇨🇿"},{name:"Democratic Republic of the Congo",code:"CD",dialCode:"+243",flag:"🇨🇩"},{name:"Denmark",code:"DK",dialCode:"+45",flag:"🇩🇰"},{name:"Djibouti",code:"DJ",dialCode:"+253",flag:"🇩🇯"},{name:"Dominica",code:"DM",dialCode:"+1767",flag:"🇩🇲"},{name:"Dominican Republic",code:"DO",dialCode:"+1849",flag:"🇩🇴"},{name:"East Timor",code:"TL",dialCode:"+670",flag:"🇹🇱"},{name:"Ecuador",code:"EC",dialCode:"+593",flag:"🇪🇨"},{name:"Egypt",code:"EG",dialCode:"+20",flag:"🇪🇬"},{name:"El Salvador",code:"SV",dialCode:"+503",flag:"🇸🇻"},{name:"Equatorial Guinea",code:"GQ",dialCode:"+240",flag:"🇬🇶"},{name:"Eritrea",code:"ER",dialCode:"+291",flag:"🇪🇷"},{name:"Estonia",code:"EE",dialCode:"+372",flag:"🇪🇪"},{name:"Ethiopia",code:"ET",dialCode:"+251",flag:"🇪🇹"},{name:"Falkland Islands",code:"FK",dialCode:"+500",flag:"🇫🇰"},{name:"Faroe Islands",code:"FO",dialCode:"+298",flag:"🇫🇴"},{name:"Fiji",code:"FJ",dialCode:"+679",flag:"🇫🇯"},{name:"Finland",code:"FI",dialCode:"+358",flag:"🇫🇮"},{name:"France",code:"FR",dialCode:"+33",flag:"🇫🇷"},{name:"French Polynesia",code:"PF",dialCode:"+689",flag:"🇵🇫"},{name:"Gabon",code:"GA",dialCode:"+241",flag:"🇬🇦"},{name:"Gambia",code:"GM",dialCode:"+220",flag:"🇬🇲"},{name:"Georgia",code:"GE",dialCode:"+995",flag:"🇬🇪"},{name:"Germany",code:"DE",dialCode:"+49",flag:"🇩🇪"},{name:"Ghana",code:"GH",dialCode:"+233",flag:"🇬🇭"},{name:"Gibraltar",code:"GI",dialCode:"+350",flag:"🇬🇮"},{name:"Greece",code:"GR",dialCode:"+30",flag:"🇬🇷"},{name:"Greenland",code:"GL",dialCode:"+299",flag:"🇬🇱"},{name:"Grenada",code:"GD",dialCode:"+1473",flag:"🇬🇩"},{name:"Guam",code:"GU",dialCode:"+1671",flag:"🇬🇺"},{name:"Guatemala",code:"GT",dialCode:"+502",flag:"🇬🇹"},{name:"Guernsey",code:"GG",dialCode:"+44",flag:"🇬🇬"},{name:"Guinea",code:"GN",dialCode:"+224",flag:"🇬🇳"},{name:"Guinea-Bissau",code:"GW",dialCode:"+245",flag:"🇬🇼"},{name:"Guyana",code:"GY",dialCode:"+592",flag:"🇬🇾"},{name:"Haiti",code:"HT",dialCode:"+509",flag:"🇭🇹"},{name:"Honduras",code:"HN",dialCode:"+504",flag:"🇭🇳"},{name:"Hong Kong",code:"HK",dialCode:"+852",flag:"🇭🇰"},{name:"Hungary",code:"HU",dialCode:"+36",flag:"🇭🇺"},{name:"Iceland",code:"IS",dialCode:"+354",flag:"🇮🇸"},{name:"India",code:"IN",dialCode:"+91",flag:"🇮🇳"},{name:"Indonesia",code:"ID",dialCode:"+62",flag:"🇮🇩"},{name:"Iran",code:"IR",dialCode:"+98",flag:"🇮🇷"},{name:"Iraq",code:"IQ",dialCode:"+964",flag:"🇮🇶"},{name:"Ireland",code:"IE",dialCode:"+353",flag:"🇮🇪"},{name:"Isle of Man",code:"IM",dialCode:"+44",flag:"🇮🇲"},{name:"Israel",code:"IL",dialCode:"+972",flag:"🇮🇱"},{name:"Italy",code:"IT",dialCode:"+39",flag:"🇮🇹"},{name:"Ivory Coast",code:"CI",dialCode:"+225",flag:"🇨🇮"},{name:"Jamaica",code:"JM",dialCode:"+1876",flag:"🇯🇲"},{name:"Japan",code:"JP",dialCode:"+81",flag:"🇯🇵"},{name:"Jersey",code:"JE",dialCode:"+44",flag:"🇬🇬"},{name:"Jordan",code:"JO",dialCode:"+962",flag:"🇯🇴"},{name:"Kazakhstan",code:"KZ",dialCode:"+7",flag:"🇰🇿"},{name:"Kenya",code:"KE",dialCode:"+254",flag:"🇰🇪"},{name:"Kiribati",code:"KI",dialCode:"+686",flag:"🇰🇮"},{name:"Kosovo",code:"XK",dialCode:"+383",flag:"🇽🇰"},{name:"Kuwait",code:"KW",dialCode:"+965",flag:"🇰🇼"},{name:"Kyrgyzstan",code:"KG",dialCode:"+996",flag:"🇰🇬"},{name:"Laos",code:"LA",dialCode:"+856",flag:"🇱🇦"},{name:"Latvia",code:"LV",dialCode:"+371",flag:"🇱🇻"},{name:"Lebanon",code:"LB",dialCode:"+961",flag:"🇱🇧"},{name:"Lesotho",code:"LS",dialCode:"+266",flag:"🇱🇸"},{name:"Liberia",code:"LR",dialCode:"+231",flag:"🇱🇷"},{name:"Libya",code:"LY",dialCode:"+218",flag:"🇱🇾"},{name:"Liechtenstein",code:"LI",dialCode:"+423",flag:"🇱🇮"},{name:"Lithuania",code:"LT",dialCode:"+370",flag:"🇱🇹"},{name:"Luxembourg",code:"LU",dialCode:"+352",flag:"🇱🇺"},{name:"Macau",code:"MO",dialCode:"+853",flag:"🇲🇴"},{name:"Macedonia",code:"MK",dialCode:"+389",flag:"🇲🇰"},{name:"Madagascar",code:"MG",dialCode:"+261",flag:"🇲🇬"},{name:"Malawi",code:"MW",dialCode:"+265",flag:"🇲🇼"},{name:"Malaysia",code:"MY",dialCode:"+60",flag:"🇲🇾"},{name:"Maldives",code:"MV",dialCode:"+960",flag:"🇲🇻"},{name:"Mali",code:"ML",dialCode:"+223",flag:"🇲🇱"},{name:"Malta",code:"MT",dialCode:"+356",flag:"🇲🇹"},{name:"Marshall Islands",code:"MH",dialCode:"+692",flag:"🇲🇭"},{name:"Mauritania",code:"MR",dialCode:"+222",flag:"🇲🇷"},{name:"Mauritius",code:"MU",dialCode:"+230",flag:"🇲🇺"},{name:"Mayotte",code:"YT",dialCode:"+262",flag:"🇾🇹"},{name:"Mexico",code:"MX",dialCode:"+52",flag:"🇲🇽"},{name:"Micronesia",code:"FM",dialCode:"+691",flag:"🇫🇲"},{name:"Moldova",code:"MD",dialCode:"+373",flag:"🇲🇩"},{name:"Monaco",code:"MC",dialCode:"+377",flag:"🇲🇨"},{name:"Mongolia",code:"MN",dialCode:"+976",flag:"🇲🇳"},{name:"Montenegro",code:"ME",dialCode:"+382",flag:"🇲🇪"},{name:"Montserrat",code:"MS",dialCode:"+1664",flag:"🇲🇸"},{name:"Morocco",code:"MA",dialCode:"+212",flag:"🇲🇦"},{name:"Mozambique",code:"MZ",dialCode:"+258",flag:"🇲🇿"},{name:"Myanmar",code:"MM",dialCode:"+95",flag:"🇲🇲"},{name:"Namibia",code:"NA",dialCode:"+264",flag:"🇳🇦"},{name:"Nauru",code:"NR",dialCode:"+674",flag:"🇳🇷"},{name:"Nepal",code:"NP",dialCode:"+977",flag:"🇳🇵"},{name:"Netherlands",code:"NL",dialCode:"+31",flag:"🇳🇱"},{name:"Netherlands Antilles",code:"AN",dialCode:"+599",flag:"🇳🇱"},{name:"New Caledonia",code:"NC",dialCode:"+687",flag:"🇳🇨"},{name:"New Zealand",code:"NZ",dialCode:"+64",flag:"🇳🇿"},{name:"Nicaragua",code:"NI",dialCode:"+505",flag:"🇳🇮"},{name:"Niger",code:"NE",dialCode:"+227",flag:"🇳🇪"},{name:"Nigeria",code:"NG",dialCode:"+234",flag:"🇳🇬"},{name:"Niue",code:"NU",dialCode:"+683",flag:"🇳🇺"},{name:"North Korea",code:"KP",dialCode:"+850",flag:"🇰🇵"},{name:"Northern Mariana Islands",code:"MP",dialCode:"+1670",flag:"🇲🇵"},{name:"Norway",code:"NO",dialCode:"+47",flag:"🇳🇴"},{name:"Oman",code:"OM",dialCode:"+968",flag:"🇴🇲"},{name:"Pakistan",code:"PK",dialCode:"+92",flag:"🇵🇰"},{name:"Palau",code:"PW",dialCode:"+680",flag:"🇵🇼"},{name:"Palestine",code:"PS",dialCode:"+970",flag:"🇵🇸"},{name:"Panama",code:"PA",dialCode:"+507",flag:"🇵🇦"},{name:"Papua New Guinea",code:"PG",dialCode:"+675",flag:"🇵🇬"},{name:"Paraguay",code:"PY",dialCode:"+595",flag:"🇵🇾"},{name:"Peru",code:"PE",dialCode:"+51",flag:"🇵🇪"},{name:"Philippines",code:"PH",dialCode:"+63",flag:"🇵🇭"},{name:"Pitcairn",code:"PN",dialCode:"+64",flag:"🇵🇳"},{name:"Poland",code:"PL",dialCode:"+48",flag:"🇵🇱"},{name:"Portugal",code:"PT",dialCode:"+351",flag:"🇵🇹"},{name:"Puerto Rico",code:"PR",dialCode:"+1939",flag:"🇵🇷"},{name:"Qatar",code:"QA",dialCode:"+974",flag:"🇶🇦"},{name:"Republic of the Congo",code:"CG",dialCode:"+242",flag:"🇨🇬"},{name:"Reunion",code:"RE",dialCode:"+262",flag:"🇷🇪"},{name:"Romania",code:"RO",dialCode:"+40",flag:"🇷🇴"},{name:"Russia",code:"RU",dialCode:"+7",flag:"🇷🇺"},{name:"Rwanda",code:"RW",dialCode:"+250",flag:"🇷🇼"},{name:"Saint Barthelemy",code:"BL",dialCode:"+590",flag:"🇧🇱"},{name:"Saint Helena",code:"SH",dialCode:"+290",flag:"🇸🇭"},{name:"Saint Kitts and Nevis",code:"KN",dialCode:"+1869",flag:"🇰🇳"},{name:"Saint Lucia",code:"LC",dialCode:"+1758",flag:"🇱🇨"},{name:"Saint Martin",code:"MF",dialCode:"+590",flag:"🇲🇫"},{name:"Saint Pierre and Miquelon",code:"PM",dialCode:"+508",flag:"🇵🇲"},{name:"Saint Vincent and the Grenadines",code:"VC",dialCode:"+1784",flag:"🇻🇨"},{name:"Samoa",code:"WS",dialCode:"+685",flag:"🇼🇸"},{name:"San Marino",code:"SM",dialCode:"+378",flag:"🇸🇲"},{name:"Sao Tome and Principe",code:"ST",dialCode:"+239",flag:"🇸🇹"},{name:"Saudi Arabia",code:"SA",dialCode:"+966",flag:"🇸🇦"},{name:"Senegal",code:"SN",dialCode:"+221",flag:"🇸🇳"},{name:"Serbia",code:"RS",dialCode:"+381",flag:"🇷🇸"},{name:"Seychelles",code:"SC",dialCode:"+248",flag:"🇸🇨"},{name:"Sierra Leone",code:"SL",dialCode:"+232",flag:"🇸🇱"},{name:"Singapore",code:"SG",dialCode:"+65",flag:"🇸🇬"},{name:"Sint Maarten",code:"SX",dialCode:"+1721",flag:"🇸🇽"},{name:"Slovakia",code:"SK",dialCode:"+421",flag:"🇸🇰"},{name:"Slovenia",code:"SI",dialCode:"+386",flag:"🇸🇮"},{name:"Solomon Islands",code:"SB",dialCode:"+677",flag:"🇸🇧"},{name:"Somalia",code:"SO",dialCode:"+252",flag:"🇸🇴"},{name:"South Africa",code:"ZA",dialCode:"+27",flag:"🇿🇦"},{name:"South Korea",code:"KR",dialCode:"+82",flag:"🇰🇷"},{name:"South Sudan",code:"SS",dialCode:"+211",flag:"🇸🇸"},{name:"Spain",code:"ES",dialCode:"+34",flag:"🇪🇸"},{name:"Sri Lanka",code:"LK",dialCode:"+94",flag:"🇱🇰"},{name:"Sudan",code:"SD",dialCode:"+249",flag:"🇸🇩"},{name:"Suriname",code:"SR",dialCode:"+597",flag:"🇸🇷"},{name:"Svalbard and Jan Mayen",code:"SJ",dialCode:"+47",flag:"🇸🇯"},{name:"Swaziland",code:"SZ",dialCode:"+268",flag:"🇸🇿"},{name:"Sweden",code:"SE",dialCode:"+46",flag:"🇸🇪"},{name:"Switzerland",code:"CH",dialCode:"+41",flag:"🇨🇭"},{name:"Syria",code:"SY",dialCode:"+963",flag:"🇸🇾"},{name:"Taiwan",code:"TW",dialCode:"+886",flag:"🇹🇼"},{name:"Tajikistan",code:"TJ",dialCode:"+992",flag:"🇹🇯"},{name:"Tanzania",code:"TZ",dialCode:"+255",flag:"🇹🇿"},{name:"Thailand",code:"TH",dialCode:"+66",flag:"🇹🇭"},{name:"Togo",code:"TG",dialCode:"+228",flag:"🇹🇬"},{name:"Tokelau",code:"TK",dialCode:"+690",flag:"🇹🇰"},{name:"Tonga",code:"TO",dialCode:"+676",flag:"🇹🇴"},{name:"Trinidad and Tobago",code:"TT",dialCode:"+1868",flag:"🇹🇹"},{name:"Tunisia",code:"TN",dialCode:"+216",flag:"🇹🇳"},{name:"Turkey",code:"TR",dialCode:"+90",flag:"🇹🇷"},{name:"Turkmenistan",code:"TM",dialCode:"+993",flag:"🇹🇲"},{name:"Turks and Caicos Islands",code:"TC",dialCode:"+1649",flag:"🇹🇨"},{name:"Tuvalu",code:"TV",dialCode:"+688",flag:"🇹🇻"},{name:"U.S. Virgin Islands",code:"VI",dialCode:"+1340",flag:"🇻🇮"},{name:"Uganda",code:"UG",dialCode:"+256",flag:"🇺🇬"},{name:"Ukraine",code:"UA",dialCode:"+380",flag:"🇺🇦"},{name:"United Arab Emirates",code:"AE",dialCode:"+971",flag:"🇦🇪"},{name:"United Kingdom",code:"GB",dialCode:"+44",flag:"🇬🇧"},{name:"United States",code:"US",dialCode:"+1",flag:"🇺🇸"},{name:"Uruguay",code:"UY",dialCode:"+598",flag:"🇺🇾"},{name:"Uzbekistan",code:"UZ",dialCode:"+998",flag:"🇺🇿"},{name:"Vanuatu",code:"VU",dialCode:"+678",flag:"🇻🇺"},{name:"Vatican",code:"VA",dialCode:"+379",flag:"🇻🇦"},{name:"Venezuela",code:"VE",dialCode:"+58",flag:"🇻🇪"},{name:"Vietnam",code:"VN",dialCode:"+84",flag:"🇻🇳"},{name:"Wallis and Futuna",code:"WF",dialCode:"+681",flag:"🇼🇫"},{name:"Western Sahara",code:"EH",dialCode:"+212",flag:"🇪🇭"},{name:"Yemen",code:"YE",dialCode:"+967",flag:"🇾🇪"},{name:"Zambia",code:"ZM",dialCode:"+260",flag:"🇿🇲"},{name:"Zimbabwe",code:"ZW",dialCode:"+263",flag:"🇿🇼"}],na={sm:"36rem"},Vf=l.div`
|
|
495
495
|
display: flex;
|
|
496
496
|
gap: var(--space-2u);
|
|
497
497
|
width: 100%;
|
|
498
498
|
|
|
499
|
-
@media (max-width: ${
|
|
499
|
+
@media (max-width: ${na.sm}) {
|
|
500
500
|
gap: 0.375rem;
|
|
501
501
|
}
|
|
502
502
|
`,Df=l.div`
|
|
@@ -526,7 +526,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
526
526
|
background: var(--color-background);
|
|
527
527
|
}
|
|
528
528
|
|
|
529
|
-
@media (max-width: ${
|
|
529
|
+
@media (max-width: ${na.sm}) {
|
|
530
530
|
padding: 0.375rem 0.625rem;
|
|
531
531
|
font-size: 0.8125rem;
|
|
532
532
|
}
|
|
@@ -546,7 +546,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
546
546
|
z-index: 1000;
|
|
547
547
|
display: ${e=>e.$isOpen?"block":"none"};
|
|
548
548
|
|
|
549
|
-
@media (max-width: ${
|
|
549
|
+
@media (max-width: ${na.sm}) {
|
|
550
550
|
width: 15rem;
|
|
551
551
|
max-height: 15rem;
|
|
552
552
|
}
|
|
@@ -568,7 +568,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
568
568
|
color: var(--color-secondary-text);
|
|
569
569
|
}
|
|
570
570
|
|
|
571
|
-
@media (max-width: ${
|
|
571
|
+
@media (max-width: ${na.sm}) {
|
|
572
572
|
padding: 0.375rem 0.625rem;
|
|
573
573
|
font-size: 0.8125rem;
|
|
574
574
|
}
|
|
@@ -576,7 +576,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
576
576
|
max-height: 15.625rem;
|
|
577
577
|
overflow-y: auto;
|
|
578
578
|
|
|
579
|
-
@media (max-width: ${
|
|
579
|
+
@media (max-width: ${na.sm}) {
|
|
580
580
|
max-height: 12.5rem;
|
|
581
581
|
}
|
|
582
582
|
`,Gf=l.button`
|
|
@@ -601,7 +601,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
601
601
|
margin-left: auto;
|
|
602
602
|
}
|
|
603
603
|
|
|
604
|
-
@media (max-width: ${
|
|
604
|
+
@media (max-width: ${na.sm}) {
|
|
605
605
|
padding: 0.375rem 0.625rem;
|
|
606
606
|
font-size: 0.8125rem;
|
|
607
607
|
gap: 0.375rem;
|
|
@@ -625,7 +625,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
625
625
|
width: auto;
|
|
626
626
|
height: auto;
|
|
627
627
|
object-fit: contain;
|
|
628
|
-
`;function
|
|
628
|
+
`;function qe({placement:e="center"}){var h;const{deployment:r}=Ee(),[a,o]=c.useState(!1),s=(h=r==null?void 0:r.ui_settings)==null?void 0:h.logo_image_url;if(!s||a)return null;const i=e==="left"?"flex-start":e==="right"?"flex-end":"center";return t.jsx(Kf,{style:{justifyContent:i},children:t.jsx(Yf,{children:t.jsx(Qf,{src:s,alt:"Logo",onError:()=>o(!0)})})})}const Et=Gt`
|
|
629
629
|
max-width: calc(var(--size-50u) * 4);
|
|
630
630
|
width: calc(var(--size-50u) * 4);
|
|
631
631
|
padding: calc(var(--space-unit, 2px) * 18) var(--space-12u) var(--space-12u);
|
|
@@ -644,7 +644,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
644
644
|
`,Ci=l(xt)`
|
|
645
645
|
animation: ${c1} 1s linear infinite;
|
|
646
646
|
`,Oa=l.div`
|
|
647
|
-
${
|
|
647
|
+
${Et}
|
|
648
648
|
`,Si=l.div`
|
|
649
649
|
display: flex;
|
|
650
650
|
justify-content: center;
|
|
@@ -830,7 +830,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
830
830
|
border-color: var(--color-border-hover);
|
|
831
831
|
color: var(--color-card-foreground);
|
|
832
832
|
}
|
|
833
|
-
`;function dm(){var G,J,X,ie,pe,re,xe,ae,q,We,Ie,Be,De,ve,ee,de;const{loading:e,signUp:r,signupAttempt:a,discardSignupAttempt:o}=t0(),{signIn:s}=xa("oauth"),{deployment:i}=Se(),{navigate:h}=bt(),{session:d,refetch:u,loading:f}=nt(),[p,m]=c.useState({first_name:"",last_name:"",email:"",password:"",username:"",phone_number:""}),[g,v]=c.useState({}),[b,x]=c.useState(!1),[w,A]=c.useState(void 0),[j,S]=c.useState(null),[C,_]=c.useState(null),[k,y]=c.useState(!1),$=((G=i==null?void 0:i.restrictions)==null?void 0:G.sign_up_mode)==="restricted",z=((J=i==null?void 0:i.restrictions)==null?void 0:J.sign_up_mode)==="waitlist",Z=((ie=(X=i==null?void 0:i.auth_settings)==null?void 0:X.multi_session_support)==null?void 0:ie.enabled)??!1;c.useEffect(()=>{var ne;if(!f&&(d!=null&&d.active_signin)&&!Z&&!k){y(!0);let K=new URLSearchParams(window.location.search).get("redirect_uri");K||(K=((ne=i==null?void 0:i.ui_settings)==null?void 0:ne.after_signin_redirect_url)||null),!K&&(i!=null&&i.frontend_host)&&(K=`https://${i.frontend_host}`),!K&&(i!=null&&i.frontend_host)&&(K=`https://${i.frontend_host}`),K&&h(K)}},[d,f,Z,i,h,k]),c.useEffect(()=>{var he;if(!i)return;const K=new URLSearchParams(window.location.search).get("invite_token");if(z&&!K){y(!0);const W=((he=i.ui_settings)==null?void 0:he.waitlist_page_url)||`https://${i.frontend_host}/waitlist`;h(W);return}K&&!j&&r&&(_(K),r.validateDeploymentInvitation(K).then(W=>{S(W),W.valid&&m(D=>({...D,first_name:W.first_name||D.first_name,last_name:W.last_name||D.last_name,email:W.email||D.email}))}).catch(()=>{v(W=>({...W,submit:"Failed to validate invitation."}))}))},[i,z,h,j,r]);const[O,R]=c.useState(!1),[P,M]=c.useState(""),E=ne=>{let{name:K,value:he}=ne.target;K==="phone_number"?he=he.replace(/[^0-9-]/g,""):K==="email"&&(he=he.toLowerCase()),m(W=>({...W,[K]:he})),v(W=>({...W,[K]:""}))},F=()=>{m({first_name:"",last_name:"",email:"",password:"",username:"",phone_number:""}),v({}),R(!1),M(""),o()},L=async ne=>{if(ne.preventDefault(),e||b)return;const K={},he=/^[a-zA-Z]{3,30}$/,W=/^[a-zA-Z][a-zA-Z0-9_.]{2,29}$/,D=/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/,B=/^\d{7,15}$/,fe=/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,125}$/;if(T!=null&&T.first_name.enabled&&(T!=null&&T.first_name.required&&!p.first_name?K.first_name="First name is required":p.first_name&&!he.test(p.first_name)&&(K.first_name="Invalid name")),T!=null&&T.last_name.enabled&&(T!=null&&T.last_name.required&&!p.last_name?K.last_name="Last name is required":p.last_name&&!he.test(p.last_name)&&(K.last_name="Invalid last name")),T!=null&&T.username.enabled&&(T!=null&&T.username.required&&!p.username?K.username="Username is required":p.username&&!W.test(p.username)&&(K.username="Username must be 3-20 characters")),T!=null&&T.email_address.enabled&&(T!=null&&T.email_address.required&&!p.email?K.email="Email address is required":p.email&&!D.test(p.email)&&(K.email="Invalid email address")),T!=null&&T.phone_number.enabled&&(T!=null&&T.phone_number.required&&!p.phone_number?K.phone_number="Phone number is required":p.phone_number&&!B.test(p.phone_number)&&(K.phone_number="Phone number must contain 7-15 digits")),T!=null&&T.password.enabled&&(p.password?fe.test(p.password)||(K.password="Password must be 8-125 characters and include uppercase, lowercase, number, and special character"):K.password="Password is required"),v(K),!(Object.keys(K).length>0)){x(!0);try{const ce={...p};p.phone_number&&w&&(ce.phone_country_code=w),C&&(ce.invite_token=C),await r.create(ce)}catch(ce){v({submit:ce.message})}finally{x(!1)}}},H=async ne=>{if(!(e||b)){x(!0);try{const he=new URLSearchParams(window.location.search).get("redirect_uri")||void 0,{data:W}=await s.create({provider:ne.provider,redirectUri:he});W&&typeof W=="object"&&"oauth_url"in W&&(window.location.href=W.oauth_url)}catch(K){v({submit:K.message})}finally{x(!1)}}},I=(i==null?void 0:i.social_connections.filter(ne=>ne.enabled))||[],T=i==null?void 0:i.auth_settings,Q=!!((pe=T==null?void 0:T.first_name)!=null&&pe.enabled&&((re=T==null?void 0:T.last_name)!=null&&re.enabled)),N=async ne=>{var he;if(ne.preventDefault(),e||b)return;x(!0);const K={};if(!P){K.otp="OTP code is required",v(K),x(!1);return}v(K);try{const W=await r.completeVerification(P);"data"in W&&((he=W.data)!=null&&he.active_signin)&&await u()}catch{v(W=>({...W,submit:"Verification failed. Please try again."}))}finally{x(!1)}};return c.useEffect(()=>{var ne;if(a){if(a.completed){let K=new URLSearchParams(window.location.search).get("redirect_uri");if(K||(K=((ne=i==null?void 0:i.ui_settings)==null?void 0:ne.after_signup_redirect_url)||null),!K&&(i!=null&&i.frontend_host)&&(K=`https://${i.frontend_host}`),K){let he;try{he=new URL(K)}catch{he=new URL(K,window.location.origin)}(i==null?void 0:i.mode)==="staging"&&he.searchParams.set("__dev_session__",ut(i.backend_host)||""),h(he.toString())}return}if(!O){switch(a.current_step){case"verify_email":r.prepareVerification({strategy:"email_otp"});break;case"verify_phone":r.prepareVerification({strategy:"phone_otp"});break}R(!0)}}},[a,r,O,i,d,h]),f?t.jsx(ge,{children:t.jsxs(Oa,{children:[t.jsx(Ge,{}),t.jsx(Si,{children:t.jsx(xt,{size:32})})]})}):k?t.jsx(ge,{children:t.jsxs(Oa,{children:[t.jsx(Ge,{}),t.jsx(Si,{children:t.jsx(xt,{size:32})})]})}):$?t.jsx(ge,{children:t.jsxs(Oa,{children:[t.jsx(Ge,{}),t.jsx(oo,{children:t.jsx(so,{children:"Sign up Restricted!"})}),t.jsx(rm,{children:t.jsx(am,{children:"New account registration is currently restricted. Please check back later."})}),t.jsx(nm,{children:t.jsxs(om,{children:["Need assistance?"," ",t.jsx(sm,{href:(xe=i==null?void 0:i.ui_settings)!=null&&xe.sign_in_page_url?`${i.ui_settings.sign_in_page_url}?help=true`:"/contact",children:"Get help"})]})})]})}):t.jsx(ge,{children:t.jsx(Oa,{children:O?t.jsxs(t.Fragment,{children:[t.jsx(Ge,{}),t.jsxs(oo,{children:[!((ae=i==null?void 0:i.ui_settings)!=null&&ae.logo_image_url)&&t.jsx(im,{children:(a==null?void 0:a.current_step)==="verify_phone"?t.jsx(Cs,{weight:"light"}):t.jsx(Pn,{weight:"light"})}),t.jsx(so,{children:(a==null?void 0:a.current_step)==="verify_phone"?"Check your phone":"Enter the code"}),t.jsx(Ei,{children:(a==null?void 0:a.current_step)==="verify_phone"?"We sent a verification code via SMS.":"We sent a 6-digit code to your email."}),t.jsx(cm,{children:t.jsxs(lm,{type:"button",onClick:F,children:[t.jsx(os,{weight:"light"}),(a==null?void 0:a.current_step)==="verify_phone"?`+${p.phone_number}`:p.email]})})]}),t.jsxs(Ai,{onSubmit:N,noValidate:!0,children:[t.jsx(lr,{onComplete:async ne=>{M(ne)},onResend:async()=>{const ne=(a==null?void 0:a.current_step)==="verify_email"?"email_otp":"phone_otp";await r.prepareVerification({strategy:ne})},error:g.otp,isSubmitting:b}),t.jsx(zi,{type:"submit",disabled:b||e||!P,children:b&&P?t.jsx(Ci,{size:16}):`Continue to ${(q=i==null?void 0:i.ui_settings)==null?void 0:q.app_name}`})]}),t.jsxs($i,{children:["Having trouble?"," ",t.jsx(Mi,{children:t.jsx(Rt,{to:i.ui_settings.support_page_url,children:"Get help"})})]})]}):t.jsxs(t.Fragment,{children:[t.jsx(Ge,{}),t.jsxs(oo,{children:[t.jsx(so,{children:"Create your account"}),t.jsx(Ei,{children:j!=null&&j.valid?"You've been invited! Complete your registration below.":"Welcome! Please fill in the details to get started."})]}),I.length>0&&t.jsxs(t.Fragment,{children:[t.jsx(As,{connections:I,callback:H}),t.jsx(Jf,{children:t.jsx(Xf,{children:"or"})})]}),t.jsxs(Ai,{onSubmit:L,noValidate:!0,children:[(((We=T==null?void 0:T.first_name)==null?void 0:We.enabled)||((Ie=T==null?void 0:T.last_name)==null?void 0:Ie.enabled))&&t.jsxs(em,{$isBothEnabled:Q,children:[((Be=T==null?void 0:T.first_name)==null?void 0:Be.enabled)&&t.jsxs(Or,{children:[t.jsxs(Hr,{htmlFor:"first_name",children:["First name",((De=T==null?void 0:T.first_name)==null?void 0:De.required)&&t.jsx(Vr,{children:"*"})]}),t.jsx(ue,{type:"text",id:"first_name",name:"first_name",required:!0,minLength:3,maxLength:30,value:p.first_name,onChange:E,placeholder:"First name","aria-invalid":!!g.first_name,pattern:"^[a-zA-Z]{3,30}$"}),g.first_name&&t.jsx(mr,{children:g.first_name})]}),((ve=T==null?void 0:T.last_name)==null?void 0:ve.enabled)&&t.jsxs(Or,{children:[t.jsxs(Hr,{htmlFor:"last_name",children:["Last name",((ee=T==null?void 0:T.last_name)==null?void 0:ee.required)&&t.jsx(Vr,{children:"*"})]}),t.jsx(ue,{type:"text",id:"last_name",name:"last_name",required:!0,minLength:3,maxLength:30,value:p.last_name,onChange:E,placeholder:"Last name","aria-invalid":!!g.last_name,pattern:"^[a-zA-Z]{3,30}$"}),g.last_name&&t.jsx(mr,{children:g.last_name})]})]}),(T==null?void 0:T.username.enabled)&&t.jsxs(Or,{children:[t.jsxs(Hr,{htmlFor:"username",children:["Username",T.username.required&&t.jsx(Vr,{children:"*"})]}),t.jsx(ue,{type:"text",id:"username",name:"username",minLength:3,maxLength:20,value:p.username,onChange:E,placeholder:"Choose a username","aria-invalid":!!g.username,required:!0,pattern:"^[a-zA-Z][a-zA-Z0-9_.]{2,29}$"}),g.username&&t.jsx(mr,{children:g.username})]}),(T==null?void 0:T.email_address.enabled)&&t.jsxs(Or,{children:[t.jsxs(Hr,{htmlFor:"email",children:["Email address",T.email_address.required&&t.jsx(Vr,{children:"*"})]}),t.jsx(ue,{type:"email",id:"email",name:"email",maxLength:320,value:p.email,onChange:E,placeholder:"Enter your email address","aria-invalid":!!g.email,required:!0,readOnly:(j==null?void 0:j.valid)&&!!(j!=null&&j.email),pattern:"^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$"}),g.email&&t.jsx(mr,{children:g.email})]}),(T==null?void 0:T.phone_number.enabled)&&t.jsxs(Or,{children:[t.jsxs(Hr,{htmlFor:"phone_number",children:["Phone number",T.phone_number.required&&t.jsx(Vr,{children:"*"})]}),t.jsx(Aa,{value:p.phone_number,onChange:E,error:g.phone_number,countryCode:w,setCountryCode:A}),g.phone_number&&t.jsx(mr,{children:g.phone_number})]}),(T==null?void 0:T.password.enabled)&&t.jsxs(Or,{children:[t.jsxs(Hr,{htmlFor:"password",children:["Password",T.password.required&&t.jsx(Vr,{children:"*"})]}),t.jsx(tm,{children:t.jsx(ue,{type:"password",id:"password",name:"password",value:p.password,onChange:E,placeholder:"Enter your password","aria-invalid":!!g.password,required:!0,minLength:8,maxLength:128,pattern:"^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[@$!%*?&])[A-Za-z\\d@$!%*?&]{8,125}$"})}),g.password&&t.jsx(mr,{children:g.password})]}),g.submit&&t.jsx(mr,{children:g.submit}),t.jsx(zi,{type:"submit",disabled:b||e,children:b?t.jsx(Ci,{size:16}):"Continue"})]}),t.jsxs($i,{children:["Already have an account?"," ",t.jsx(Mi,{children:t.jsx(Rt,{to:`${(de=i.ui_settings)==null?void 0:de.sign_in_page_url}${window.location.search}`,children:"Sign in"})})]})]})})})}const l1=c.createContext(void 0),d1=()=>{const e=c.useContext(l1);if(!e)throw new Error("Dialog components must be used within a Dialog");return e},um=l.div`
|
|
833
|
+
`;function dm(){var G,Q,ee,se,pe,te,ye,ae,W,Ge,He,We,Ne,ve,X,ce;const{loading:e,signUp:r,signupAttempt:a,discardSignupAttempt:o}=t0(),{signIn:s}=xa("oauth"),{deployment:i}=Ee(),{navigate:h}=bt(),{session:d,refetch:u,loading:f}=nt(),[p,m]=c.useState({first_name:"",last_name:"",email:"",password:"",username:"",phone_number:""}),[g,v]=c.useState({}),[b,x]=c.useState(!1),[w,A]=c.useState(void 0),[j,S]=c.useState(null),[C,_]=c.useState(null),[k,y]=c.useState(!1),M=((G=i==null?void 0:i.restrictions)==null?void 0:G.sign_up_mode)==="restricted",z=((Q=i==null?void 0:i.restrictions)==null?void 0:Q.sign_up_mode)==="waitlist",I=((se=(ee=i==null?void 0:i.auth_settings)==null?void 0:ee.multi_session_support)==null?void 0:se.enabled)??!1;c.useEffect(()=>{var ie;if(!f&&(d!=null&&d.active_signin)&&!I&&!k){y(!0);let q=new URLSearchParams(window.location.search).get("redirect_uri");q||(q=((ie=i==null?void 0:i.ui_settings)==null?void 0:ie.after_signin_redirect_url)||null),!q&&(i!=null&&i.frontend_host)&&(q=`https://${i.frontend_host}`),!q&&(i!=null&&i.frontend_host)&&(q=`https://${i.frontend_host}`),q&&h(q)}},[d,f,I,i,h,k]),c.useEffect(()=>{var he;if(!i)return;const q=new URLSearchParams(window.location.search).get("invite_token");if(z&&!q){y(!0);const fe=((he=i.ui_settings)==null?void 0:he.waitlist_page_url)||`https://${i.frontend_host}/waitlist`;h(fe);return}q&&!j&&r&&(_(q),r.validateDeploymentInvitation(q).then(fe=>{S(fe),fe.valid&&m(D=>({...D,first_name:fe.first_name||D.first_name,last_name:fe.last_name||D.last_name,email:fe.email||D.email}))}).catch(()=>{v(fe=>({...fe,submit:"Failed to validate invitation."}))}))},[i,z,h,j,r]);const[H,T]=c.useState(!1),[P,$]=c.useState(""),E=ie=>{let{name:q,value:he}=ie.target;q==="phone_number"?he=he.replace(/[^0-9-]/g,""):q==="email"&&(he=he.toLowerCase()),m(fe=>({...fe,[q]:he})),v(fe=>({...fe,[q]:""}))},F=()=>{m({first_name:"",last_name:"",email:"",password:"",username:"",phone_number:""}),v({}),T(!1),$(""),o()},L=async ie=>{if(ie.preventDefault(),e||b)return;const q={},he=/^[a-zA-Z]{3,30}$/,fe=/^[a-zA-Z][a-zA-Z0-9_.]{2,29}$/,D=/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/,B=/^\d{7,15}$/,J=/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,125}$/;if(R!=null&&R.first_name.enabled&&(R!=null&&R.first_name.required&&!p.first_name?q.first_name="First name is required":p.first_name&&!he.test(p.first_name)&&(q.first_name="Invalid name")),R!=null&&R.last_name.enabled&&(R!=null&&R.last_name.required&&!p.last_name?q.last_name="Last name is required":p.last_name&&!he.test(p.last_name)&&(q.last_name="Invalid last name")),R!=null&&R.username.enabled&&(R!=null&&R.username.required&&!p.username?q.username="Username is required":p.username&&!fe.test(p.username)&&(q.username="Username must be 3-20 characters")),R!=null&&R.email_address.enabled&&(R!=null&&R.email_address.required&&!p.email?q.email="Email address is required":p.email&&!D.test(p.email)&&(q.email="Invalid email address")),R!=null&&R.phone_number.enabled&&(R!=null&&R.phone_number.required&&!p.phone_number?q.phone_number="Phone number is required":p.phone_number&&!B.test(p.phone_number)&&(q.phone_number="Phone number must contain 7-15 digits")),R!=null&&R.password.enabled&&(p.password?J.test(p.password)||(q.password="Password must be 8-125 characters and include uppercase, lowercase, number, and special character"):q.password="Password is required"),v(q),!(Object.keys(q).length>0)){x(!0);try{const me={...p};p.phone_number&&w&&(me.phone_country_code=w),C&&(me.invite_token=C),await r.create(me)}catch(me){v({submit:me.message})}finally{x(!1)}}},Z=async ie=>{if(!(e||b)){x(!0);try{const he=new URLSearchParams(window.location.search).get("redirect_uri")||void 0,{data:fe}=await s.create({provider:ie.provider,redirectUri:he});fe&&typeof fe=="object"&&"oauth_url"in fe&&(window.location.href=fe.oauth_url)}catch(q){v({submit:q.message})}finally{x(!1)}}},O=(i==null?void 0:i.social_connections.filter(ie=>ie.enabled))||[],R=i==null?void 0:i.auth_settings,Y=!!((pe=R==null?void 0:R.first_name)!=null&&pe.enabled&&((te=R==null?void 0:R.last_name)!=null&&te.enabled)),N=async ie=>{var he;if(ie.preventDefault(),e||b)return;x(!0);const q={};if(!P){q.otp="OTP code is required",v(q),x(!1);return}v(q);try{const fe=await r.completeVerification(P);"data"in fe&&((he=fe.data)!=null&&he.active_signin)&&await u()}catch{v(fe=>({...fe,submit:"Verification failed. Please try again."}))}finally{x(!1)}};return c.useEffect(()=>{var ie;if(a){if(a.completed){let q=new URLSearchParams(window.location.search).get("redirect_uri");if(q||(q=((ie=i==null?void 0:i.ui_settings)==null?void 0:ie.after_signup_redirect_url)||null),!q&&(i!=null&&i.frontend_host)&&(q=`https://${i.frontend_host}`),q){let he;try{he=new URL(q)}catch{he=new URL(q,window.location.origin)}(i==null?void 0:i.mode)==="staging"&&he.searchParams.set("__dev_session__",ut(i.backend_host)||""),h(he.toString())}return}if(!H){switch(a.current_step){case"verify_email":r.prepareVerification({strategy:"email_otp"});break;case"verify_phone":r.prepareVerification({strategy:"phone_otp"});break}T(!0)}}},[a,r,H,i,d,h]),f?t.jsx(ge,{children:t.jsxs(Oa,{children:[t.jsx(qe,{}),t.jsx(Si,{children:t.jsx(xt,{size:32})})]})}):k?t.jsx(ge,{children:t.jsxs(Oa,{children:[t.jsx(qe,{}),t.jsx(Si,{children:t.jsx(xt,{size:32})})]})}):M?t.jsx(ge,{children:t.jsxs(Oa,{children:[t.jsx(qe,{}),t.jsx(oo,{children:t.jsx(so,{children:"Sign up Restricted!"})}),t.jsx(rm,{children:t.jsx(am,{children:"New account registration is currently restricted. Please check back later."})}),t.jsx(nm,{children:t.jsxs(om,{children:["Need assistance?"," ",t.jsx(sm,{href:(ye=i==null?void 0:i.ui_settings)!=null&&ye.sign_in_page_url?`${i.ui_settings.sign_in_page_url}?help=true`:"/contact",children:"Get help"})]})})]})}):t.jsx(ge,{children:t.jsx(Oa,{children:H?t.jsxs(t.Fragment,{children:[t.jsx(qe,{}),t.jsxs(oo,{children:[!((ae=i==null?void 0:i.ui_settings)!=null&&ae.logo_image_url)&&t.jsx(im,{children:(a==null?void 0:a.current_step)==="verify_phone"?t.jsx(Cs,{weight:"light"}):t.jsx(Pn,{weight:"light"})}),t.jsx(so,{children:(a==null?void 0:a.current_step)==="verify_phone"?"Check your phone":"Enter the code"}),t.jsx(Ei,{children:(a==null?void 0:a.current_step)==="verify_phone"?"We sent a verification code via SMS.":"We sent a 6-digit code to your email."}),t.jsx(cm,{children:t.jsxs(lm,{type:"button",onClick:F,children:[t.jsx(os,{weight:"light"}),(a==null?void 0:a.current_step)==="verify_phone"?`+${p.phone_number}`:p.email]})})]}),t.jsxs(Ai,{onSubmit:N,noValidate:!0,children:[t.jsx(lr,{onComplete:async ie=>{$(ie)},onResend:async()=>{const ie=(a==null?void 0:a.current_step)==="verify_email"?"email_otp":"phone_otp";await r.prepareVerification({strategy:ie})},error:g.otp,isSubmitting:b}),t.jsx(zi,{type:"submit",disabled:b||e||!P,children:b&&P?t.jsx(Ci,{size:16}):`Continue to ${(W=i==null?void 0:i.ui_settings)==null?void 0:W.app_name}`})]}),t.jsxs($i,{children:["Having trouble?"," ",t.jsx(Mi,{children:t.jsx(Pt,{to:i.ui_settings.support_page_url,children:"Get help"})})]})]}):t.jsxs(t.Fragment,{children:[t.jsx(qe,{}),t.jsxs(oo,{children:[t.jsx(so,{children:"Create your account"}),t.jsx(Ei,{children:j!=null&&j.valid?"You've been invited! Complete your registration below.":"Welcome! Please fill in the details to get started."})]}),O.length>0&&t.jsxs(t.Fragment,{children:[t.jsx(As,{connections:O,callback:Z}),t.jsx(Jf,{children:t.jsx(Xf,{children:"or"})})]}),t.jsxs(Ai,{onSubmit:L,noValidate:!0,children:[(((Ge=R==null?void 0:R.first_name)==null?void 0:Ge.enabled)||((He=R==null?void 0:R.last_name)==null?void 0:He.enabled))&&t.jsxs(em,{$isBothEnabled:Y,children:[((We=R==null?void 0:R.first_name)==null?void 0:We.enabled)&&t.jsxs(Or,{children:[t.jsxs(Hr,{htmlFor:"first_name",children:["First name",((Ne=R==null?void 0:R.first_name)==null?void 0:Ne.required)&&t.jsx(Vr,{children:"*"})]}),t.jsx(ue,{type:"text",id:"first_name",name:"first_name",required:!0,minLength:3,maxLength:30,value:p.first_name,onChange:E,placeholder:"First name","aria-invalid":!!g.first_name,pattern:"^[a-zA-Z]{3,30}$"}),g.first_name&&t.jsx(mr,{children:g.first_name})]}),((ve=R==null?void 0:R.last_name)==null?void 0:ve.enabled)&&t.jsxs(Or,{children:[t.jsxs(Hr,{htmlFor:"last_name",children:["Last name",((X=R==null?void 0:R.last_name)==null?void 0:X.required)&&t.jsx(Vr,{children:"*"})]}),t.jsx(ue,{type:"text",id:"last_name",name:"last_name",required:!0,minLength:3,maxLength:30,value:p.last_name,onChange:E,placeholder:"Last name","aria-invalid":!!g.last_name,pattern:"^[a-zA-Z]{3,30}$"}),g.last_name&&t.jsx(mr,{children:g.last_name})]})]}),(R==null?void 0:R.username.enabled)&&t.jsxs(Or,{children:[t.jsxs(Hr,{htmlFor:"username",children:["Username",R.username.required&&t.jsx(Vr,{children:"*"})]}),t.jsx(ue,{type:"text",id:"username",name:"username",minLength:3,maxLength:20,value:p.username,onChange:E,placeholder:"Choose a username","aria-invalid":!!g.username,required:!0,pattern:"^[a-zA-Z][a-zA-Z0-9_.]{2,29}$"}),g.username&&t.jsx(mr,{children:g.username})]}),(R==null?void 0:R.email_address.enabled)&&t.jsxs(Or,{children:[t.jsxs(Hr,{htmlFor:"email",children:["Email address",R.email_address.required&&t.jsx(Vr,{children:"*"})]}),t.jsx(ue,{type:"email",id:"email",name:"email",maxLength:320,value:p.email,onChange:E,placeholder:"Enter your email address","aria-invalid":!!g.email,required:!0,readOnly:(j==null?void 0:j.valid)&&!!(j!=null&&j.email),pattern:"^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$"}),g.email&&t.jsx(mr,{children:g.email})]}),(R==null?void 0:R.phone_number.enabled)&&t.jsxs(Or,{children:[t.jsxs(Hr,{htmlFor:"phone_number",children:["Phone number",R.phone_number.required&&t.jsx(Vr,{children:"*"})]}),t.jsx(Aa,{value:p.phone_number,onChange:E,error:g.phone_number,countryCode:w,setCountryCode:A}),g.phone_number&&t.jsx(mr,{children:g.phone_number})]}),(R==null?void 0:R.password.enabled)&&t.jsxs(Or,{children:[t.jsxs(Hr,{htmlFor:"password",children:["Password",R.password.required&&t.jsx(Vr,{children:"*"})]}),t.jsx(tm,{children:t.jsx(ue,{type:"password",id:"password",name:"password",value:p.password,onChange:E,placeholder:"Enter your password","aria-invalid":!!g.password,required:!0,minLength:8,maxLength:128,pattern:"^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[@$!%*?&])[A-Za-z\\d@$!%*?&]{8,125}$"})}),g.password&&t.jsx(mr,{children:g.password})]}),g.submit&&t.jsx(mr,{children:g.submit}),t.jsx(zi,{type:"submit",disabled:b||e,children:b?t.jsx(Ci,{size:16}):"Continue"})]}),t.jsxs($i,{children:["Already have an account?"," ",t.jsx(Mi,{children:t.jsx(Pt,{to:`${(ce=i.ui_settings)==null?void 0:ce.sign_in_page_url}${window.location.search}`,children:"Sign in"})})]})]})})})}const l1=c.createContext(void 0),d1=()=>{const e=c.useContext(l1);if(!e)throw new Error("Dialog components must be used within a Dialog");return e},um=l.div`
|
|
834
834
|
position: fixed;
|
|
835
835
|
inset: 0;
|
|
836
836
|
background-color: var(--color-dialog-backdrop);
|
|
@@ -881,7 +881,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
881
881
|
gap: var(--space-4u);
|
|
882
882
|
padding: var(--space-8u);
|
|
883
883
|
border-top: var(--border-width-thin) solid var(--color-border);
|
|
884
|
-
`,xm=({isOpen:e,onClose:r,children:a})=>{const[o,s]=c.useState(!1);return c.useEffect(()=>{s(!0);const i=h=>{h.key==="Escape"&&e&&(r==null||r())};return document.addEventListener("keydown",i),()=>{document.removeEventListener("keydown",i)}},[e,r]),!e||!o?null:kn.createPortal(t.jsx(ge,{children:t.jsx(l1.Provider,{value:{isOpen:e,onClose:r},children:a})}),document.body)},bm=({children:e})=>{const{onClose:r}=d1(),a=c.useRef(null),o=s=>{a.current&&!a.current.contains(s.target)&&(r==null||r())};return t.jsx(um,{onClick:o,children:t.jsx("div",{ref:a,children:e})})},wm=({children:e,style:r,className:a})=>t.jsx(pm,{style:r,className:a,children:e}),ym=({children:e,showCloseButton:r=!0})=>{const{onClose:a}=d1();return t.jsxs(hm,{children:[typeof e=="string"?t.jsx(fm,{children:e}):e,r&&t.jsx(mm,{onClick:a,children:t.jsx(Es,{size:18})})]})},jm=({children:e,style:r,className:a})=>t.jsx(gm,{style:r,className:a,children:e}),_m=({children:e})=>t.jsx(vm,{children:e}),
|
|
884
|
+
`,xm=({isOpen:e,onClose:r,children:a})=>{const[o,s]=c.useState(!1);return c.useEffect(()=>{s(!0);const i=h=>{h.key==="Escape"&&e&&(r==null||r())};return document.addEventListener("keydown",i),()=>{document.removeEventListener("keydown",i)}},[e,r]),!e||!o?null:kn.createPortal(t.jsx(ge,{children:t.jsx(l1.Provider,{value:{isOpen:e,onClose:r},children:a})}),document.body)},bm=({children:e})=>{const{onClose:r}=d1(),a=c.useRef(null),o=s=>{a.current&&!a.current.contains(s.target)&&(r==null||r())};return t.jsx(um,{onClick:o,children:t.jsx("div",{ref:a,children:e})})},wm=({children:e,style:r,className:a})=>t.jsx(pm,{style:r,className:a,children:e}),ym=({children:e,showCloseButton:r=!0})=>{const{onClose:a}=d1();return t.jsxs(hm,{children:[typeof e=="string"?t.jsx(fm,{children:e}):e,r&&t.jsx(mm,{onClick:a,children:t.jsx(Es,{size:18})})]})},jm=({children:e,style:r,className:a})=>t.jsx(gm,{style:r,className:a,children:e}),_m=({children:e})=>t.jsx(vm,{children:e}),Oe=Object.assign(xm,{Overlay:bm,Content:wm,Header:ym,Body:jm,Footer:_m}),km=({isOpen:e,onClose:r,title:a,children:o,showCloseButton:s=!0})=>t.jsx(Oe,{isOpen:e,onClose:r,children:t.jsx(Oe.Overlay,{children:t.jsxs(Oe.Content,{children:[a&&t.jsx(Oe.Header,{showCloseButton:s,children:a}),t.jsx(Oe.Body,{children:o})]})})}),Cm=({trigger:e,renderDialog:r})=>{const[a,o]=c.useState(!1),s=()=>o(!0),i=()=>o(!1);return t.jsxs(t.Fragment,{children:[e({onClick:s}),r({isOpen:a,onClose:i})]})},Sm=l.div`
|
|
885
885
|
position: fixed;
|
|
886
886
|
background: var(--color-popover);
|
|
887
887
|
color: var(--color-popover-foreground);
|
|
@@ -916,15 +916,15 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
916
916
|
height: var(--border-width-thin);
|
|
917
917
|
background-color: var(--color-border);
|
|
918
918
|
width: 100%;
|
|
919
|
-
`,
|
|
919
|
+
`,Ft=l.form`
|
|
920
920
|
display: flex;
|
|
921
921
|
flex-direction: column;
|
|
922
922
|
gap: var(--space-6u);
|
|
923
|
-
`,
|
|
923
|
+
`,Ce=l.div`
|
|
924
924
|
display: flex;
|
|
925
925
|
flex-direction: column;
|
|
926
926
|
gap: var(--space-2u);
|
|
927
|
-
`,
|
|
927
|
+
`,xe=l.label`
|
|
928
928
|
font-size: var(--font-size-md);
|
|
929
929
|
text-align: left;
|
|
930
930
|
font-weight: 400;
|
|
@@ -949,7 +949,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
949
949
|
border-top: var(--border-width-regular) solid var(--color-primary);
|
|
950
950
|
border-radius: 50%;
|
|
951
951
|
animation: ${Am} 1s linear infinite;
|
|
952
|
-
`,
|
|
952
|
+
`,Ae=({size:e,className:r})=>t.jsx(zm,{className:r,$size:e,children:t.jsx($m,{$size:e})}),Mm=l.label`
|
|
953
953
|
display: inline-flex;
|
|
954
954
|
align-items: center;
|
|
955
955
|
cursor: pointer;
|
|
@@ -1143,7 +1143,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
1143
1143
|
color: var(--color-muted);
|
|
1144
1144
|
background: var(--color-secondary);
|
|
1145
1145
|
color: var(--color-secondary-foreground);
|
|
1146
|
-
`,Tn=({options:e,value:r,onChange:a,placeholder:o="Select an option",disabled:s=!1,searchable:i=!1,width:h,name:d,id:u,groupsEnabled:f=!1,className:p})=>{const[m,g]=c.useState(!1),[v,b]=c.useState(""),x=c.useRef(null),w=c.useRef(null),A=f&&"options"in e[0],S=(A?e.flatMap(y=>y.options):e).find(y=>y.value===r),C=v?A?e.map(y=>({...y,options:y.options.filter(
|
|
1146
|
+
`,Tn=({options:e,value:r,onChange:a,placeholder:o="Select an option",disabled:s=!1,searchable:i=!1,width:h,name:d,id:u,groupsEnabled:f=!1,className:p})=>{const[m,g]=c.useState(!1),[v,b]=c.useState(""),x=c.useRef(null),w=c.useRef(null),A=f&&"options"in e[0],S=(A?e.flatMap(y=>y.options):e).find(y=>y.value===r),C=v?A?e.map(y=>({...y,options:y.options.filter(M=>M.label.toLowerCase().includes(v.toLowerCase()))})).filter(y=>y.options.length>0):e.filter(y=>y.label.toLowerCase().includes(v.toLowerCase())):e,_=(y,M=!1)=>{M||(a(y),g(!1),b(""))},k=()=>{s||g(!m)};return c.useEffect(()=>{m&&i&&w.current&&setTimeout(()=>{var y;(y=w.current)==null||y.focus()},10)},[m,i]),c.useEffect(()=>{const y=M=>{x.current&&!x.current.contains(M.target)&&(g(!1),b(""))};return document.addEventListener("mousedown",y),()=>{document.removeEventListener("mousedown",y)}},[]),t.jsxs(m1,{ref:x,style:{width:h},className:p,children:[t.jsxs(g1,{type:"button",onClick:k,disabled:s,"aria-haspopup":"listbox","aria-expanded":m,id:u,children:[S?S.label:t.jsx(b1,{children:o}),m?t.jsx(fd,{size:16}):t.jsx(cr,{size:16})]}),t.jsxs(v1,{isOpen:m,role:"listbox",children:[i&&t.jsx(x1,{ref:w,type:"text",placeholder:"MagnifyingGlass...",value:v,onChange:y=>b(y.target.value),onClick:y=>y.stopPropagation()}),A?C.map((y,M)=>t.jsxs(c.Fragment,{children:[t.jsx(w1,{children:y.label}),y.options.length===0?t.jsx(jn,{children:"No options available"}):y.options.map(z=>t.jsxs(yn,{isSelected:z.value===r,disabled:z.disabled,onClick:()=>_(z.value,z.disabled),role:"option","aria-selected":z.value===r,children:[z.label,z.value===r&&t.jsx(it,{size:16})]},z.value))]},`group-${M}`)):t.jsx(t.Fragment,{children:C.length===0?t.jsx(jn,{children:"No options available"}):C.map(y=>t.jsxs(yn,{isSelected:y.value===r,disabled:y.disabled,onClick:()=>_(y.value,y.disabled),role:"option","aria-selected":y.value===r,children:[y.label,y.value===r&&t.jsx(it,{size:16})]},y.value))})]}),d&&t.jsx("input",{type:"hidden",name:d,value:r||""})]})},y1=({options:e,value:r,onChange:a,placeholder:o="Select options",disabled:s=!1,searchable:i=!1,width:h,name:d,id:u,groupsEnabled:f=!1,className:p})=>{const[m,g]=c.useState(!1),[v,b]=c.useState(""),x=c.useRef(null),w=c.useRef(null),A=f&&"options"in e[0],S=(A?e.flatMap(y=>y.options):e).filter(y=>r.includes(y.value)),C=v?A?e.map(y=>({...y,options:y.options.filter(M=>M.label.toLowerCase().includes(v.toLowerCase()))})).filter(y=>y.options.length>0):e.filter(y=>y.label.toLowerCase().includes(v.toLowerCase())):e,_=(y,M=!1)=>{M||(r.includes(y)?a(r.filter(z=>z!==y)):a([...r,y]))},k=()=>{s||g(!m)};return c.useEffect(()=>{m&&i&&w.current&&setTimeout(()=>{var y;(y=w.current)==null||y.focus()},10)},[m,i]),c.useEffect(()=>{const y=M=>{x.current&&!x.current.contains(M.target)&&(g(!1),b(""))};return document.addEventListener("mousedown",y),()=>{document.removeEventListener("mousedown",y)}},[]),t.jsxs(m1,{ref:x,style:{width:h},className:p,children:[t.jsxs(g1,{type:"button",onClick:k,disabled:s,"aria-haspopup":"listbox","aria-expanded":m,id:u,children:[S.length>0?S.map(y=>y.label).join(", "):t.jsx(b1,{children:o}),m?t.jsx(fd,{size:16}):t.jsx(cr,{size:16})]}),t.jsxs(v1,{isOpen:m,role:"listbox",children:[i&&t.jsx(x1,{ref:w,type:"text",placeholder:"MagnifyingGlass...",value:v,onChange:y=>b(y.target.value),onClick:y=>y.stopPropagation()}),A?C.map((y,M)=>t.jsxs(c.Fragment,{children:[t.jsx(w1,{children:y.label}),y.options.length===0?t.jsx(jn,{children:"No options available"}):y.options.map(z=>t.jsxs(yn,{isSelected:r.includes(z.value),disabled:z.disabled,onClick:()=>_(z.value,z.disabled),role:"option","aria-selected":r.includes(z.value),children:[z.label,r.includes(z.value)&&t.jsx(it,{size:16})]},z.value))]},`group-${M}`)):t.jsx(t.Fragment,{children:C.length===0?t.jsx(jn,{children:"No options available"}):C.map(y=>t.jsxs(yn,{isSelected:r.includes(y.value),disabled:y.disabled,onClick:()=>_(y.value,y.disabled),role:"option","aria-selected":r.includes(y.value),children:[y.label,r.includes(y.value)&&t.jsx(it,{size:16})]},y.value))})]}),d&&t.jsx("input",{type:"hidden",name:d,value:r.join(",")})]})},Zm=l.button`
|
|
1147
1147
|
display: flex;
|
|
1148
1148
|
align-items: center;
|
|
1149
1149
|
gap: var(--space-4u);
|
|
@@ -1201,7 +1201,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
1201
1201
|
opacity: 0;
|
|
1202
1202
|
transform: translateX(-4px);
|
|
1203
1203
|
transition: opacity 0.15s ease, transform 0.15s ease;
|
|
1204
|
-
`;function j1({icon:e,label:r,description:a,onClick:o,disabled:s,type:i="button"}){return t.jsxs(Zm,{type:i,onClick:o,disabled:s,children:[e,t.jsxs(Im,{children:[t.jsx(Om,{children:r}),a&&t.jsx(Hm,{children:a})]}),t.jsx(Vm,{className:"method-arrow"})]})}const _1=c.createContext(void 0);function k1(){const e=c.useContext(_1);if(!e)throw new Error("useSignIn must be used within a SignInProvider");return e}function Dm({children:e}){var A;const{deployment:r}=
|
|
1204
|
+
`;function j1({icon:e,label:r,description:a,onClick:o,disabled:s,type:i="button"}){return t.jsxs(Zm,{type:i,onClick:o,disabled:s,children:[e,t.jsxs(Im,{children:[t.jsx(Om,{children:r}),a&&t.jsx(Hm,{children:a})]}),t.jsx(Vm,{className:"method-arrow"})]})}const _1=c.createContext(void 0);function k1(){const e=c.useContext(_1);if(!e)throw new Error("useSignIn must be used within a SignInProvider");return e}function Dm({children:e}){var A;const{deployment:r}=Ee(),[a,o]=c.useState((r==null?void 0:r.auth_settings.first_factor)||"email_password"),s=c.useRef(!!(r!=null&&r.auth_settings.first_factor)),[i,h]=c.useState(""),[d,u]=c.useState(!1),[f,p]=c.useState(!1),[m,g]=c.useState(!1),[v,b]=c.useState("identifier"),x=(r==null?void 0:r.social_connections.filter(j=>j.enabled))||[],w=r==null?void 0:r.auth_settings;return c.useEffect(()=>{var S;const j=(S=r==null?void 0:r.auth_settings)==null?void 0:S.first_factor;!s.current&&j&&(o(j),s.current=!0)},[(A=r==null?void 0:r.auth_settings)==null?void 0:A.first_factor]),t.jsx(_1.Provider,{value:{email:i,showOtherOptions:d,showForgotPassword:f,otpSent:m,setFirstFactor:o,setEmail:h,setShowOtherOptions:u,setShowForgotPassword:p,setOtpSent:g,enabledSocialsProviders:x,authSettings:w,firstFactor:a,signInStep:v,setSignInStep:b},children:e})}const Nm=l.div`
|
|
1205
1205
|
display: flex;
|
|
1206
1206
|
flex-direction: column;
|
|
1207
1207
|
gap: var(--space-3u);
|
|
@@ -1228,13 +1228,13 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
1228
1228
|
font-weight: 600;
|
|
1229
1229
|
text-transform: uppercase;
|
|
1230
1230
|
letter-spacing: 0.1em;
|
|
1231
|
-
`,Wm=[{key:"email_magic_link",icon:t.jsx(cf,{}),label:"Magic link",description:"We'll email you a one-click sign-in link"},{key:"email_password",icon:t.jsx(sf,{}),label:"Email and password",description:"Sign in with your email and password"},{key:"email_otp",icon:t.jsx(Rd,{}),label:"Email one-time code",description:"We'll send a verification code to your email"},{key:"phone_otp",icon:t.jsx(Cs,{}),label:"Phone number",description:"We'll send a verification code via SMS"},{key:"username_password",icon:t.jsx(Ca,{}),label:"Username and password",description:"Sign in with your username and password"}];function C1(){const{deployment:e}=
|
|
1231
|
+
`,Wm=[{key:"email_magic_link",icon:t.jsx(cf,{}),label:"Magic link",description:"We'll email you a one-click sign-in link"},{key:"email_password",icon:t.jsx(sf,{}),label:"Email and password",description:"Sign in with your email and password"},{key:"email_otp",icon:t.jsx(Rd,{}),label:"Email one-time code",description:"We'll send a verification code to your email"},{key:"phone_otp",icon:t.jsx(Cs,{}),label:"Phone number",description:"We'll send a verification code via SMS"},{key:"username_password",icon:t.jsx(Ca,{}),label:"Username and password",description:"Sign in with your username and password"}];function C1(){const{deployment:e}=Ee(),{signIn:r}=xa("oauth"),{setFirstFactor:a,firstFactor:o,setShowOtherOptions:s}=k1(),[i,h]=c.useState(!1),d=e==null?void 0:e.auth_settings,u=(e==null?void 0:e.social_connections.filter(v=>v.enabled))||[],f=async v=>{if(!i){h(!0);try{const{data:b}=await r.create({provider:v.provider});b&&typeof b=="object"&&"oauth_url"in b&&(window.location.href=b.oauth_url)}catch{}finally{h(!1)}}},p=Wm.filter(v=>{if(v.key===o)return!1;const b=d==null?void 0:d.auth_factors_enabled;return b?b[v.key]:!1}),m=u.length>0,g=p.length>0;return t.jsxs(t.Fragment,{children:[m&&t.jsx(As,{connections:u,callback:f}),m&&g&&t.jsx(Um,{children:t.jsx(Bm,{children:"or"})}),g&&t.jsx(Nm,{children:p.map(v=>t.jsx(j1,{icon:v.icon,label:v.label,description:v.description,onClick:()=>{a(v.key),s(!1)}},v.key))})]})}const Gm=ht`
|
|
1232
1232
|
from { transform: rotate(0deg); }
|
|
1233
1233
|
to { transform: rotate(360deg); }
|
|
1234
1234
|
`,io=l(xt)`
|
|
1235
1235
|
animation: ${Gm} 1s linear infinite;
|
|
1236
1236
|
`,qm=l.div`
|
|
1237
|
-
${
|
|
1237
|
+
${Et}
|
|
1238
1238
|
`,Ha=l.div`
|
|
1239
1239
|
text-align: center;
|
|
1240
1240
|
margin-bottom: var(--space-8u);
|
|
@@ -1292,17 +1292,17 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
1292
1292
|
text-align: center;
|
|
1293
1293
|
font-size: var(--font-size-sm);
|
|
1294
1294
|
color: var(--color-secondary-text);
|
|
1295
|
-
`,
|
|
1295
|
+
`,ca=l.p`
|
|
1296
1296
|
margin: 0;
|
|
1297
|
-
`,
|
|
1297
|
+
`,la=l.a`
|
|
1298
1298
|
color: var(--color-primary);
|
|
1299
1299
|
text-decoration: none;
|
|
1300
1300
|
|
|
1301
1301
|
&:hover {
|
|
1302
1302
|
text-decoration: underline;
|
|
1303
1303
|
}
|
|
1304
|
-
`;function Jm({onBack:e}){const{deployment:r}=
|
|
1305
|
-
${
|
|
1304
|
+
`;function Jm({onBack:e}){const{deployment:r}=Ee(),{navigate:a}=bt(),[o,s]=c.useState("start"),[i,h]=c.useState(""),[d,u]=c.useState(""),[f,p]=c.useState(""),[m,g]=c.useState(""),[v,b]=c.useState(""),{forgotPassword:x,verifyOtp:w,resetPassword:A}=g0(),[j,S]=c.useState(!1),[C,_]=c.useState(null),k=async I=>{if(I.preventDefault(),!!i){S(!0),_(null);try{await x(i),s("otp")}catch(H){_(H)}finally{S(!1)}}},y=async I=>{if(I.preventDefault(),d.length===6){S(!0),_(null);try{const H=await w(i,d);H.data&&(p(H.data.token),s("reset"))}catch(H){_(H)}finally{S(!1)}}},M=async I=>{var H,T;if(I.preventDefault(),m===v&&!(m.length<8)){S(!0),_(null);try{const P=await A(f,m);if(P.data){const $=P.data,E=$.signin_attempts&&$.signin_attempts.length>0?$.signin_attempts[$.signin_attempts.length-1]:null;if(E&&!E.completed){const F=(H=r==null?void 0:r.ui_settings)==null?void 0:H.sign_in_page_url;if(F){const L=new URL(F,window.location.origin);L.searchParams.set("signin_attempt_id",E.id),a(L.toString())}else e()}else{const F=((T=r==null?void 0:r.ui_settings)==null?void 0:T.after_signin_redirect_url)||"/";a(F)}}}catch(P){_(P)}finally{S(!1)}}},z=()=>t.jsxs(t.Fragment,{children:[t.jsx(qe,{}),t.jsx(Ha,{children:t.jsx(Va,{children:"Forgot Password"})}),t.jsx(Km,{onClick:()=>s("email"),disabled:j,children:"Reset your password"}),t.jsx(Ym,{children:t.jsx(Qm,{children:"Or, sign in with another method"})}),t.jsx(C1,{}),t.jsxs(Da,{children:[t.jsxs(ca,{children:["Unable to reset password? ",t.jsx(la,{href:"/contact",children:"Get help"})]}),t.jsx(ca,{style:{marginTop:"var(--space-4u)"},children:t.jsx(la,{onClick:e,style:{cursor:"pointer"},children:"Back to login"})})]})]});return t.jsx(ge,{children:t.jsxs(qm,{children:[o==="start"&&z(),o==="email"&&t.jsxs(t.Fragment,{children:[t.jsx(qe,{}),t.jsxs(Ha,{children:[t.jsx(Va,{children:"Forgot Password"}),t.jsx(co,{children:"Enter your email address and we'll send you a code to reset your password."})]}),t.jsxs(Ft,{onSubmit:k,noValidate:!0,children:[t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"email",children:"Email Address"}),t.jsx(ue,{type:"email",id:"email",value:i,onChange:I=>h(I.target.value),placeholder:"Enter your email",required:!0})]}),C&&t.jsx(lo,{children:C.message}),t.jsx(U,{type:"submit",$fullWidth:!0,disabled:j,style:{marginTop:"var(--space-6u)"},children:j?t.jsx(io,{size:16}):"Send Code"})]}),t.jsx(Da,{children:t.jsx(ca,{style:{marginTop:"var(--space-4u)"},children:t.jsx(la,{onClick:e,style:{cursor:"pointer"},children:"Back to login"})})})]}),o==="otp"&&t.jsxs(t.Fragment,{children:[t.jsx(qe,{}),t.jsxs(Ha,{children:[t.jsx(Va,{children:"Enter Verification Code"}),t.jsxs(co,{children:["We've sent a 6-digit code to ",i,". Please enter it below."]})]}),t.jsxs(Ft,{onSubmit:y,noValidate:!0,children:[t.jsx(lr,{onComplete:I=>u(I),isSubmitting:j,error:C==null?void 0:C.message,onResend:async()=>{await x(i)}}),C&&t.jsx(lo,{children:C.message}),t.jsx(U,{type:"submit",$fullWidth:!0,disabled:j||d.length!==6,style:{marginTop:"var(--space-6u)"},children:j?t.jsx(io,{size:16}):"Verify"})]}),t.jsx(Da,{children:t.jsx(ca,{style:{marginTop:"var(--space-4u)"},children:t.jsx(la,{onClick:e,style:{cursor:"pointer"},children:"Back to login"})})})]}),o==="reset"&&t.jsxs(t.Fragment,{children:[t.jsx(qe,{}),t.jsxs(Ha,{children:[t.jsx(Va,{children:"Reset Password"}),t.jsx(co,{children:"Create a new password for your account."})]}),t.jsxs(Ft,{onSubmit:M,noValidate:!0,children:[t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"password",children:"New Password"}),t.jsx(ue,{type:"password",id:"password",value:m,onChange:I=>g(I.target.value),placeholder:"Enter new password",required:!0})]}),t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"confirmPassword",children:"Confirm New Password"}),t.jsx(ue,{type:"password",id:"confirmPassword",value:v,onChange:I=>b(I.target.value),placeholder:"Confirm new password",required:!0})]}),C&&t.jsx(lo,{children:C.message}),t.jsx(U,{type:"submit",$fullWidth:!0,disabled:j,style:{marginTop:"var(--space-6u)"},children:j?t.jsx(io,{size:16}):"Reset Password"})]}),t.jsx(Da,{children:t.jsx(ca,{style:{marginTop:"var(--space-4u)"},children:t.jsx(la,{onClick:e,style:{cursor:"pointer"},children:"Back to login"})})})]})]})})}const Xm=l.div`
|
|
1305
|
+
${Et}
|
|
1306
1306
|
`,e4=l.div`
|
|
1307
1307
|
margin-bottom: var(--space-8u);
|
|
1308
1308
|
text-align: center;
|
|
@@ -1339,8 +1339,8 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
1339
1339
|
&:hover {
|
|
1340
1340
|
color: var(--color-primary);
|
|
1341
1341
|
}
|
|
1342
|
-
`;function o4({onBack:e}){var o;const{deployment:r}=
|
|
1343
|
-
${
|
|
1342
|
+
`;function o4({onBack:e}){var o;const{deployment:r}=Ee(),a=(o=r==null?void 0:r.ui_settings)==null?void 0:o.app_name;return t.jsx(ge,{children:t.jsxs(Xm,{children:[t.jsx(qe,{}),t.jsxs(e4,{children:[t.jsx(t4,{children:"All sign-in methods"}),t.jsxs(r4,{children:["Choose another way to sign in to"," ",a||"your account"]})]}),t.jsx(C1,{}),t.jsx(a4,{children:t.jsx(n4,{type:"button",onClick:e,children:"Back to sign in"})})]})})}const s4=l.div`
|
|
1343
|
+
${Et}
|
|
1344
1344
|
`,i4=l.div`
|
|
1345
1345
|
text-align: center;
|
|
1346
1346
|
margin-bottom: var(--space-8u);
|
|
@@ -1430,13 +1430,13 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
1430
1430
|
&:hover {
|
|
1431
1431
|
color: var(--color-primary-hover);
|
|
1432
1432
|
}
|
|
1433
|
-
`;function S1({methods:e,onSelectMethod:r,onBack:a}){const o=s=>{r(s)};return t.jsx(ge,{children:t.jsxs(s4,{children:[t.jsx(
|
|
1433
|
+
`;function S1({methods:e,onSelectMethod:r,onBack:a}){const o=s=>{r(s)};return t.jsx(ge,{children:t.jsxs(s4,{children:[t.jsx(qe,{}),t.jsxs(i4,{children:[t.jsx(c4,{children:"Two-factor authentication"}),t.jsx(l4,{children:"Choose how you'd like to verify your identity"})]}),t.jsx(d4,{children:e.map(s=>t.jsxs(u4,{onClick:()=>o(s.id),disabled:!s.available,type:"button",children:[s.icon,t.jsxs(p4,{children:[t.jsx(h4,{children:s.name}),t.jsxs(f4,{children:[s.description,s.phoneNumber&&` ${s.phoneNumber}`]})]})]},s.id))}),a&&t.jsx(m4,{children:t.jsx(g4,{onClick:a,style:{cursor:"pointer"},children:"Back to login"})})]})})}const v4=ht`
|
|
1434
1434
|
from { transform: rotate(0deg); }
|
|
1435
1435
|
to { transform: rotate(360deg); }
|
|
1436
1436
|
`,x4=l(xt)`
|
|
1437
1437
|
animation: ${v4} 1s linear infinite;
|
|
1438
1438
|
`,b4=l.div`
|
|
1439
|
-
${
|
|
1439
|
+
${Et}
|
|
1440
1440
|
`,w4=l.div`
|
|
1441
1441
|
text-align: center;
|
|
1442
1442
|
margin-bottom: var(--space-8u);
|
|
@@ -1475,8 +1475,8 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
1475
1475
|
}
|
|
1476
1476
|
`,E4=l(ue)`
|
|
1477
1477
|
padding: var(--space-4u) var(--space-6u);
|
|
1478
|
-
`;function E1({onVerify:e,onBack:r,loading:a}){const[o,s]=c.useState(""),[i,h]=c.useState(""),d=f=>{if(f.preventDefault(),o.length!==4){h("Please enter the last 4 digits of your phone number");return}e(o)},u=f=>{const p=f.target.value.replace(/\D/g,"").slice(0,4);s(p),h("")};return t.jsx(ge,{children:t.jsxs(b4,{children:[t.jsx(
|
|
1479
|
-
${
|
|
1478
|
+
`;function E1({onVerify:e,onBack:r,loading:a}){const[o,s]=c.useState(""),[i,h]=c.useState(""),d=f=>{if(f.preventDefault(),o.length!==4){h("Please enter the last 4 digits of your phone number");return}e(o)},u=f=>{const p=f.target.value.replace(/\D/g,"").slice(0,4);s(p),h("")};return t.jsx(ge,{children:t.jsxs(b4,{children:[t.jsx(qe,{}),t.jsxs(w4,{children:[t.jsx(y4,{children:"Verify Phone"}),t.jsx(j4,{children:"Enter the last 4 digits of your phone number."})]}),t.jsxs(Ft,{onSubmit:d,noValidate:!0,children:[t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"lastDigits",children:"Last 4 digits"}),t.jsx(E4,{type:"text",id:"lastDigits",name:"lastDigits",value:o,onChange:u,placeholder:"0000",maxLength:4,autoComplete:"off","aria-invalid":!!i,autoFocus:!0}),i&&t.jsx(_4,{children:i})]}),t.jsx(k4,{type:"submit",disabled:a||o.length!==4,children:a?t.jsx(x4,{size:16}):"Send code"})]}),t.jsx(C4,{children:t.jsx(S4,{onClick:r,style:{cursor:"pointer"},children:"Choose a different method"})})]})})}const A4=()=>t.jsx("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:t.jsx("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"})}),z4=()=>t.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[t.jsx("rect",{x:"5",y:"2",width:"14",height:"20",rx:"2",ry:"2"}),t.jsx("path",{d:"M12 18h.01"})]}),$4=()=>t.jsx("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:t.jsx("path",{d:"m21 2-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0 3 3L22 7l-3-3m-3.5 3.5L19 4"})}),uo=l.div`
|
|
1479
|
+
${Et}
|
|
1480
1480
|
`,A1=ht`
|
|
1481
1481
|
from {
|
|
1482
1482
|
transform: rotate(0deg);
|
|
@@ -1522,7 +1522,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
1522
1522
|
text-align: center;
|
|
1523
1523
|
font-size: var(--font-size-md);
|
|
1524
1524
|
color: var(--color-secondary-text);
|
|
1525
|
-
`,
|
|
1525
|
+
`,da=l.span`
|
|
1526
1526
|
color: var(--color-primary);
|
|
1527
1527
|
text-decoration: none;
|
|
1528
1528
|
font-weight: 400;
|
|
@@ -1534,13 +1534,13 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
1534
1534
|
}
|
|
1535
1535
|
`,P4=l(ue)`
|
|
1536
1536
|
padding: var(--space-4u) var(--space-6u);
|
|
1537
|
-
`;function z1({onBack:e,attempt:r,completeVerification:a,prepareVerification:o}){const{deployment:s}=
|
|
1537
|
+
`;function z1({onBack:e,attempt:r,completeVerification:a,prepareVerification:o}){const{deployment:s}=Ee(),[i,h]=c.useState(""),[d,u]=c.useState({}),[f,p]=c.useState(!1),[m,g]=c.useState(null),[v,b]=c.useState(!0),[x,w]=c.useState(!1),[A,j]=c.useState(""),[S,C]=c.useState(!1),{navigate:_}=bt(),k=(r==null?void 0:r.available_2fa_methods)||[],y=[{id:"authenticator",name:"Authenticator app",description:"Use your authenticator app",icon:t.jsx(A4,{}),available:k.includes("authenticator")},{id:"phone_otp",name:"Text message",description:"Get a code via SMS",icon:t.jsx(z4,{}),available:k.includes("phone_otp"),phoneNumber:A},{id:"backup_code",name:"Backup code",description:"Use one of your backup codes",icon:t.jsx($4,{}),available:k.includes("backup_code")}].filter(T=>T.available),M=async T=>{g(T),b(!1),T==="phone_otp"&&w(!0)},z=async T=>{var P,$;if(r){p(!0);try{const E=await o({strategy:"phone_otp",lastDigits:T});E&&"data"in E&&((P=E.data)!=null&&P.otp_sent)?(($=E.data)!=null&&$.masked_phone&&j(E.data.masked_phone),w(!1)):u({phone:"Phone number verification failed"})}catch(E){u({phone:E.message})}finally{p(!1)}}},I=async(T,P)=>{if(T.preventDefault(),f)return;const $=P||i,E={};if($?m==="authenticator"&&$.length!==6?E.code="Authentication code must be 6 digits":m==="phone_otp"&&$.length!==6&&(E.code="SMS code must be 6 digits"):E.code="Verification code is required",u(E),!(Object.keys(E).length>0)){p(!0);try{await a($)}catch(F){u({submit:F.message})}finally{p(!1)}}},H=T=>{let P=T.target.value;m!=="backup_code"&&(P=P.replace(/\D/g,"").slice(0,6)),h(P),u($=>({...$,code:""}))};return c.useEffect(()=>{var T;if(r.completed){C(!0);let P=new URLSearchParams(window.location.search).get("redirect_uri");if(P||(P=((T=s==null?void 0:s.ui_settings)==null?void 0:T.after_signin_redirect_url)||null),!P&&(s!=null&&s.frontend_host)&&(P=`https://${s.frontend_host}`),P){let $;try{$=new URL(P)}catch{$=new URL(P,window.location.origin)}(s==null?void 0:s.mode)==="staging"&&$.searchParams.set("__dev_session__",ut(s.backend_host)||""),_($.toString())}return}},[r,s]),S?t.jsx(ge,{children:t.jsxs(uo,{children:[t.jsx(qe,{}),t.jsx(L4,{children:t.jsx(xt,{size:32})})]})}):v?y.length===0?t.jsx(ge,{children:t.jsxs(uo,{children:[t.jsx(qe,{}),t.jsxs(Li,{children:[t.jsx(Ri,{children:"Set Up Two-Factor Authentication"}),t.jsx(Pi,{children:"Your account requires two-factor authentication, but you haven't set up any methods yet. Please contact your administrator to set up 2FA."})]}),t.jsxs(Fi,{children:[e&&t.jsx("div",{children:t.jsx(da,{onClick:e,style:{cursor:"pointer"},children:"Back to login"})}),t.jsxs("div",{style:{marginTop:"var(--space-4u)"},children:["Having trouble?"," ",t.jsx(da,{children:t.jsx(Pt,{to:(s==null?void 0:s.ui_settings.support_page_url)||"#",children:"Get help"})})]})]})]})}):t.jsx(S1,{methods:y,onSelectMethod:M,onBack:e}):x&&m==="phone_otp"?t.jsx(E1,{onVerify:z,onBack:()=>{w(!1),b(!0),g(null)},loading:f}):t.jsx(ge,{children:t.jsxs(uo,{children:[t.jsx(qe,{}),t.jsxs(Li,{children:[t.jsx(Ri,{children:"Two-factor authentication"}),t.jsxs(Pi,{children:[m==="authenticator"&&"Enter the 6-digit code from your authenticator app",m==="phone_otp"&&`Enter the 6-digit code sent to your phone ${A}`,m==="backup_code"&&"Enter one of your backup codes"]})]}),t.jsxs(Ft,{onSubmit:I,noValidate:!0,children:[m==="backup_code"?t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"code",children:"Backup code"}),t.jsx(P4,{type:"text",id:"code",name:"code",value:i,onChange:H,placeholder:"Enter backup code",maxLength:20,autoComplete:"one-time-code","aria-invalid":!!d.code,autoFocus:!0}),d.code&&t.jsx(Ti,{children:d.code})]}):t.jsx(lr,{onComplete:async T=>{if(h(T),m!=="backup_code"){const P=new Event("submit",{bubbles:!0,cancelable:!0});await I(P,T)}},onResend:m==="phone_otp"?async()=>{try{await o({strategy:"phone_otp",lastDigits:A.slice(-4)})}catch(T){u({submit:T.message})}}:void 0,error:d.code,isSubmitting:f}),t.jsxs("div",{children:[d.submit&&t.jsx(Ti,{children:d.submit}),t.jsx(R4,{type:"submit",disabled:f||!i,children:f?t.jsx(M4,{size:16}):"Verify"})]})]}),t.jsxs(Fi,{children:[t.jsx(da,{onClick:()=>{b(!0),g(null),h(""),u({})},style:{cursor:"pointer"},children:"Try another method"}),t.jsxs("div",{style:{marginTop:"var(--space-4u)"},children:["Having trouble?"," ",t.jsx(da,{children:t.jsx(Pt,{to:(s==null?void 0:s.ui_settings.support_page_url)||"#",children:"Get help"})})]}),e&&t.jsx("div",{style:{marginTop:"var(--space-4u)"},children:t.jsx(da,{onClick:e,style:{cursor:"pointer"},children:"Back to login"})})]})]})})}const T4=ht`
|
|
1538
1538
|
from { transform: rotate(0deg); }
|
|
1539
1539
|
to { transform: rotate(360deg); }
|
|
1540
1540
|
`,F4=l(xt)`
|
|
1541
1541
|
animation: ${T4} 1s linear infinite;
|
|
1542
1542
|
`,po=l.div`
|
|
1543
|
-
${
|
|
1543
|
+
${Et}
|
|
1544
1544
|
`,Zi=l.div`
|
|
1545
1545
|
text-align: center;
|
|
1546
1546
|
margin-bottom: var(--space-8u);
|
|
@@ -1599,7 +1599,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
1599
1599
|
transform: rotate(360deg);
|
|
1600
1600
|
}
|
|
1601
1601
|
}
|
|
1602
|
-
`;function $1({attempt:e,onBack:r,completeProfile:a,completeVerification:o,prepareVerification:s}){var
|
|
1602
|
+
`;function $1({attempt:e,onBack:r,completeProfile:a,completeVerification:o,prepareVerification:s}){var Z,O,R,Y,N,G,Q,ee,se;const{deployment:i}=Ee(),{navigate:h}=bt(),[d,u]=c.useState({}),[f,p]=c.useState({}),[m,g]=c.useState("US"),[v,b]=c.useState(!1),[x,w]=c.useState(!1),[A,j]=c.useState(null),[S,C]=c.useState(!1),_=A,k=x,y=async pe=>{var te;w(!0),j(null);try{if(await a(pe)){C(!0);let ae=new URLSearchParams(window.location.search).get("redirect_uri");if(ae||(ae=((te=i==null?void 0:i.ui_settings)==null?void 0:te.after_signin_redirect_url)||null),!ae&&(i!=null&&i.frontend_host)&&(ae=`https://${i.frontend_host}`),ae){let W;try{W=new URL(ae)}catch{W=new URL(ae,window.location.origin)}(i==null?void 0:i.mode)==="staging"&&W.searchParams.set("__dev_session__",ut(i.backend_host)||""),h(W.toString())}}}catch(ye){const ae=ye;throw j(ae),ae}finally{w(!1)}},M=async pe=>{var te;w(!0),j(null);try{if(await o(pe)){C(!0);let ae=new URLSearchParams(window.location.search).get("redirect_uri");if(ae||(ae=((te=i==null?void 0:i.ui_settings)==null?void 0:te.after_signin_redirect_url)||null),!ae&&(i!=null&&i.frontend_host)&&(ae=`https://${i.frontend_host}`),ae){let W;try{W=new URL(ae)}catch{W=new URL(ae,window.location.origin)}(i==null?void 0:i.mode)==="staging"&&W.searchParams.set("__dev_session__",ut(i.backend_host)||""),h(W.toString())}}return!0}catch(ye){return j(ye),!1}finally{w(!1)}};if(S||!e)return t.jsx(ge,{children:t.jsxs(po,{children:[t.jsx(qe,{}),t.jsx(O4,{children:t.jsx(xt,{size:32})})]})});const z=e.missing_fields||[],I="Complete Your Profile",H="Please provide the following information to continue",T=i==null?void 0:i.auth_settings,P=(e==null?void 0:e.current_step)==="verify_phone_otp"||(e==null?void 0:e.current_step)==="verify_email_otp"||v,$=pe=>{const{name:te,value:ye}=pe.target;u(ae=>({...ae,[te]:ye})),f[te]&&p(ae=>({...ae,[te]:""}))},E=()=>{const pe={};return z.forEach(te=>{var W,Ge,He,We,Ne;const ye=d[te];let ae=!1;switch(te){case"first_name":ae=((W=T==null?void 0:T.first_name)==null?void 0:W.enabled)||!1;break;case"last_name":ae=((Ge=T==null?void 0:T.last_name)==null?void 0:Ge.enabled)||!1;break;case"username":ae=((He=T==null?void 0:T.username)==null?void 0:He.enabled)||!1;break;case"phone_number":ae=((We=T==null?void 0:T.phone_number)==null?void 0:We.enabled)||!1;break;case"email_address":ae=((Ne=T==null?void 0:T.email_address)==null?void 0:Ne.enabled)||!1;break;default:ae=!0}if(ae&&(!ye||ye.trim()==="")){const ve=te.replace("_"," ").replace(/\b\w/g,X=>X.toUpperCase());pe[te]=`${ve} is required`}}),d.username&&z.includes("username")&&(/^[a-zA-Z0-9_-]{3,30}$/.test(d.username)||(pe.username="Username must be 3-30 characters and contain only letters, numbers, underscores, and hyphens")),d.phone_number&&z.includes("phone_number")&&(/^\d{7,15}$/.test(d.phone_number)||(pe.phone_number="Phone number must contain 7-15 digits")),d.email&&z.includes("email_address")&&(/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/.test(d.email)||(pe.email_address="Please enter a valid email address")),p(pe),Object.keys(pe).length===0},F=async pe=>{if(pe.preventDefault(),!E())return;const te={...d};d.phone_number&&m&&(te.phone_country_code=m),await y(te)},L=pe=>{const te=pe.target.value;u(ye=>({...ye,phone_number:te})),f.phone_number&&p(ye=>({...ye,phone_number:""}))};if(P){const pe=e.current_step==="verify_phone_otp"?"Verify Your Phone Number":"Verify Your Email",te=e.current_step==="verify_phone_otp"?"Enter the 6-digit code sent to your phone":"Enter the 6-digit code sent to your email",ye=e.current_step==="verify_phone_otp"?"phone_otp":"email_otp";return t.jsx(ge,{children:t.jsxs(po,{children:[t.jsx(qe,{}),t.jsxs(Zi,{children:[t.jsx(Ii,{children:pe}),t.jsx(Oi,{children:te})]}),t.jsxs(Ft,{onSubmit:ae=>ae.preventDefault(),noValidate:!0,children:[t.jsx(lr,{onComplete:M,onResend:async()=>{await s({strategy:ye})},error:_==null?void 0:_.message,isSubmitting:k}),_&&t.jsx(gr,{style:{marginBottom:"var(--space-6u)"},children:_.message})]}),t.jsxs(Hi,{children:[t.jsx("div",{children:t.jsx(Na,{onClick:()=>b(!1),style:{cursor:"pointer"},children:"Back to profile completion"})}),t.jsxs("div",{style:{marginTop:"var(--space-4u)"},children:["Having trouble?"," ",t.jsx(Na,{children:t.jsx(Pt,{to:(i==null?void 0:i.ui_settings.support_page_url)||"#",children:"Get help"})})]})]})]})})}return t.jsx(ge,{children:t.jsxs(po,{children:[t.jsx(qe,{}),t.jsxs(Zi,{children:[t.jsx(Ii,{children:I}),t.jsx(Oi,{children:H})]}),t.jsxs(Ft,{onSubmit:F,noValidate:!0,children:[(z.includes("first_name")||z.includes("last_name"))&&(((Z=T==null?void 0:T.first_name)==null?void 0:Z.enabled)||((O=T==null?void 0:T.last_name)==null?void 0:O.enabled))&&t.jsxs(Z4,{$isBothEnabled:!!((R=T==null?void 0:T.first_name)!=null&&R.enabled&&((Y=T==null?void 0:T.last_name)!=null&&Y.enabled)&&z.includes("first_name")&&z.includes("last_name")),children:[z.includes("first_name")&&((N=T==null?void 0:T.first_name)==null?void 0:N.enabled)&&t.jsxs(Ce,{children:[t.jsxs(xe,{htmlFor:"first_name",children:["First name ",T.first_name.required&&"*"]}),t.jsx(ue,{type:"text",id:"first_name",name:"first_name",value:d.first_name||"",onChange:$,placeholder:"Enter your first name","aria-invalid":!!f.first_name,disabled:k,autoComplete:"given-name"}),f.first_name&&t.jsx(gr,{children:f.first_name})]}),z.includes("last_name")&&((G=T==null?void 0:T.last_name)==null?void 0:G.enabled)&&t.jsxs(Ce,{children:[t.jsxs(xe,{htmlFor:"last_name",children:["Last name ",T.last_name.required&&"*"]}),t.jsx(ue,{type:"text",id:"last_name",name:"last_name",value:d.last_name||"",onChange:$,placeholder:"Enter your last name","aria-invalid":!!f.last_name,disabled:k,autoComplete:"family-name"}),f.last_name&&t.jsx(gr,{children:f.last_name})]})]}),z.includes("username")&&((Q=T==null?void 0:T.username)==null?void 0:Q.enabled)&&t.jsxs(Ce,{children:[t.jsxs(xe,{htmlFor:"username",children:["Username ",T.username.required&&"*"]}),t.jsx(ue,{type:"text",id:"username",name:"username",value:d.username||"",onChange:$,placeholder:"Choose a username","aria-invalid":!!f.username,disabled:k,autoComplete:"username"}),f.username&&t.jsx(gr,{children:f.username})]}),z.includes("phone_number")&&((ee=T==null?void 0:T.phone_number)==null?void 0:ee.enabled)&&t.jsxs(Ce,{children:[t.jsxs(xe,{htmlFor:"phone_number",children:["Phone number ",T.phone_number.required&&"*"]}),t.jsx(Aa,{value:d.phone_number||"",onChange:L,error:f.phone_number,countryCode:m,setCountryCode:g}),f.phone_number&&t.jsx(gr,{children:f.phone_number})]}),z.includes("email_address")&&((se=T==null?void 0:T.email_address)==null?void 0:se.enabled)&&t.jsxs(Ce,{children:[t.jsxs(xe,{htmlFor:"email",children:["Email address ",T.email_address.required&&"*"]}),t.jsx(ue,{type:"email",id:"email",name:"email",value:d.email||"",onChange:$,placeholder:"Enter your email address","aria-invalid":!!f.email_address,disabled:k,autoComplete:"email"}),f.email_address&&t.jsx(gr,{children:f.email_address})]}),_&&t.jsx(gr,{style:{marginBottom:"var(--space-6u)"},children:_.message}),t.jsx(I4,{type:"submit",disabled:k,children:k?t.jsx(F4,{size:16}):"Continue"})]}),t.jsxs(Hi,{children:[r&&t.jsx("div",{children:t.jsx(Na,{onClick:r,style:{cursor:"pointer"},children:"Back to login"})}),t.jsxs("div",{style:{marginTop:"var(--space-4u)"},children:["Having trouble?"," ",t.jsx(Na,{children:t.jsx(Pt,{to:(i==null?void 0:i.ui_settings.support_page_url)||"#",children:"Get help"})})]})]})]})})}const H4=l.div`
|
|
1603
1603
|
text-align: center;
|
|
1604
1604
|
margin-bottom: var(--space-12u);
|
|
1605
1605
|
`,V4=l.div`
|
|
@@ -1646,7 +1646,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
1646
1646
|
color: var(--color-error);
|
|
1647
1647
|
text-align: center;
|
|
1648
1648
|
margin: var(--space-4u) 0 0;
|
|
1649
|
-
`;function M1({onComplete:e,onSkip:r}){var p;const[a,o]=c.useState(!1),[s,i]=c.useState(null),{registerPasskey:h}=ir(),{deployment:d}=
|
|
1649
|
+
`;function M1({onComplete:e,onSkip:r}){var p;const[a,o]=c.useState(!1),[s,i]=c.useState(null),{registerPasskey:h}=ir(),{deployment:d}=Ee(),u=async()=>{o(!0),i(null);try{await h(),e==null||e()}catch(m){i(m instanceof Error?m.message:"Failed to register passkey")}finally{o(!1)}},f=((p=d==null?void 0:d.ui_settings)==null?void 0:p.app_name)||"this app";return t.jsxs(t.Fragment,{children:[t.jsxs(H4,{children:[t.jsx(V4,{children:t.jsx(ns,{})}),t.jsx(D4,{children:"Add a Passkey"}),t.jsxs(N4,{children:["Sign in faster and more securely with a passkey. Use your fingerprint, face, or screen lock to access ",f,"."]})]}),t.jsxs(U4,{children:[t.jsx(U,{$fullWidth:!0,onClick:u,disabled:a,children:a?t.jsxs(t.Fragment,{children:[t.jsx(W4,{size:16}),"Registering..."]}):t.jsxs(t.Fragment,{children:[t.jsx(ns,{size:16}),"Add Passkey"]})}),t.jsx(U,{$fullWidth:!0,$outline:!0,onClick:r,children:"Maybe Later"})]}),s&&t.jsx(G4,{children:s})]})}const L1=ht`
|
|
1650
1650
|
from {
|
|
1651
1651
|
transform: rotate(0deg);
|
|
1652
1652
|
}
|
|
@@ -1654,7 +1654,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
1654
1654
|
transform: rotate(360deg);
|
|
1655
1655
|
}
|
|
1656
1656
|
`,Ua=l.div`
|
|
1657
|
-
${
|
|
1657
|
+
${Et}
|
|
1658
1658
|
`,Vi=l.div`
|
|
1659
1659
|
display: flex;
|
|
1660
1660
|
justify-content: center;
|
|
@@ -1744,7 +1744,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
1744
1744
|
&:hover {
|
|
1745
1745
|
color: var(--color-primary);
|
|
1746
1746
|
}
|
|
1747
|
-
`,
|
|
1747
|
+
`,ua=l.p`
|
|
1748
1748
|
font-size: var(--font-size-xs);
|
|
1749
1749
|
color: var(--color-error);
|
|
1750
1750
|
margin: 0;
|
|
@@ -1856,7 +1856,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
1856
1856
|
&:hover {
|
|
1857
1857
|
color: var(--color-card-foreground);
|
|
1858
1858
|
}
|
|
1859
|
-
`,
|
|
1859
|
+
`,pa=l.span`
|
|
1860
1860
|
color: var(--color-primary);
|
|
1861
1861
|
text-decoration: none;
|
|
1862
1862
|
font-weight: 400;
|
|
@@ -2046,13 +2046,13 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
2046
2046
|
&:hover {
|
|
2047
2047
|
color: var(--color-primary-hover);
|
|
2048
2048
|
}
|
|
2049
|
-
`;function vg(){return t.jsx(Dm,{children:t.jsx(xg,{})})}function xg(){var Dt,jt,dr,ur,Yt,Qt,Nt,pr,hr,vt,le,ye,ze,He,Qe,Xe,pt,yt,oe,Me,Je,Ne,_t;const{deployment:e}=Se(),{navigate:r}=bt(),{session:a,loading:o,refetch:s,exchangeTicket:i,switchSignIn:h}=nt(),d=((jt=(Dt=e==null?void 0:e.auth_settings)==null?void 0:Dt.multi_session_support)==null?void 0:jt.enabled)??!1,{setEmail:u,otpSent:f,setOtpSent:p,showForgotPassword:m,setShowForgotPassword:g,showOtherOptions:v,setShowOtherOptions:b,enabledSocialsProviders:x,firstFactor:w,setFirstFactor:A,signInStep:j,setSignInStep:S}=k1(),{loading:C,signIn:_,signinAttempt:k,discardSignInAttempt:y,setSignInAttempt:$}=xa("generic"),{signIn:z}=xa("oauth"),{signIn:Z}=xa("passkey"),[O,R]=c.useState({email:"",username:"",password:"",phone:""}),[P,M]=c.useState({}),[E,F]=c.useState(!1),[L,H]=c.useState(""),[I,T]=c.useState("US"),[Q,N]=c.useState(!1),[G,J]=c.useState(null),[X,ie]=c.useState(!1),[pe,re]=c.useState(!1),[xe,ae]=c.useState(!1),[q,We]=c.useState(60),[Ie,Be]=c.useState(!1),[De,ve]=c.useState(null),ee=[...(a==null?void 0:a.signins)||[]].sort((Y,te)=>{var se,Re;return Y.id===((se=a==null?void 0:a.active_signin)==null?void 0:se.id)?-1:te.id===((Re=a==null?void 0:a.active_signin)==null?void 0:Re.id)?1:0});c.useEffect(()=>{const Y=new URLSearchParams(window.location.search),te=Y.get("error"),se=Y.get("error_description");if(te==="access_denied"&&se){J(se),Y.delete("error"),Y.delete("error_description");const Re=Y.toString()?`${window.location.pathname}?${Y.toString()}`:window.location.pathname;window.history.replaceState({},"",Re)}},[]),c.useEffect(()=>{if(w!=="email_magic_link"||!f)return;We(60),Be(!1);const Y=setInterval(()=>{We(te=>te<=1?(Be(!0),clearInterval(Y),0):te-1)},1e3);return()=>clearInterval(Y)},[w,f]),c.useEffect(()=>{var Y,te,se,Re;if(!o&&(a!=null&&a.active_signin)&&!d&&!Q&&!X){let Le=new URLSearchParams(window.location.search).get("redirect_uri");Le||(Le=((Y=e==null?void 0:e.ui_settings)==null?void 0:Y.after_signin_redirect_url)||null),!Le&&(e!=null&&e.frontend_host)&&(Le=`https://${e.frontend_host}`);const et=(te=e==null?void 0:e.auth_settings)==null?void 0:te.passkey;(et==null?void 0:et.enabled)&&(et==null?void 0:et.prompt_registration_on_auth)&&!((Re=(se=a.active_signin)==null?void 0:se.user)!=null&&Re.has_passkeys)?(ve(Le),ie(!0)):Le&&(N(!0),r(Le))}},[a,o,d,e,r,Q]);const de=Y=>{let{name:te,value:se}=Y.target;te==="phone"?se=se.replace(/[^0-9]/g,""):te==="email"&&(u(se),se=se.toLowerCase()),R(Re=>({...Re,[te]:se})),M(Re=>({...Re,[te]:""}))},ne=()=>{R({email:"",username:"",password:"",phone:""}),M({}),T("US"),S("identifier")},K=async Y=>{if(!Y){M({email:"Email address is required"});return}F(!0),M({});try{const te=await _.identify(Y);if(te.strategy==="sso"&&te.connection_id){const Re=new URLSearchParams(window.location.search).get("redirect_uri")||void 0,Le=await _.initEnterpriseSso(te.connection_id,Re);if(Le&&Le.sso_url){N(!0),window.location.href=Le.sso_url;return}}else if(te.strategy==="social"&&te.provider){const se=x.find(Re=>Re.provider===te.provider);if(se){const Le=new URLSearchParams(window.location.search).get("redirect_uri")||void 0,{data:et}=await z.create({provider:se.provider,redirectUri:Le});if(et&&typeof et=="object"&&"oauth_url"in et){N(!0),window.location.href=et.oauth_url;return}}else S("password")}else S("password")}catch(te){M({submit:te.message})}finally{Q||F(!1)}},he=async Y=>{if(Y.preventDefault(),C||E)return;y();const te={};if(j==="identifier"&&w==="email_password"){if(!O.email){M({email:"Email address is required"});return}await K(O.email);return}if(w==="email_password"?(O.email||(te.email="Email address is required"),O.password||(te.password="Password is required")):w==="username_password"?(O.username||(te.username="Username is required"),O.password||(te.password="Password is required")):w==="email_otp"||w==="email_magic_link"?O.email||(te.email="Email address is required"):w==="phone_otp"&&(O.phone?/^\d{7,15}$/.test(O.phone)||(te.phone="Phone number must contain 7-15 digits"):te.phone="Phone number is required"),M(te),Object.keys(te).length>0)return;let se="";switch(w){case"email_password":se="plain_email";break;case"username_password":se="plain_username";break;case"email_otp":se="email_otp";break;case"email_magic_link":se="magic_link";break;case"phone_otp":se="phone_otp";break}const Re=w==="email_otp"||w==="email_magic_link"||w==="phone_otp";F(!0);try{const Le={...O,strategy:se};w==="phone_otp"&&I&&(Le.phone_country_code=I),await _.create(Le),Re||F(!1)}catch(Le){M({submit:Le.message}),F(!1)}},W=async Y=>{if(Y.preventDefault(),C||E)return;const te={};if(!L){te.otp="OTP code is required",M(te);return}F(!0),M({});try{await _.completeVerification(L),p(!1),H("")}catch(se){M({otp:se.message||"Verification failed"})}finally{F(!1)}},D=async Y=>{if(!(C||E)){F(!0);try{const se=new URLSearchParams(window.location.search).get("redirect_uri")||void 0,{data:Re}=await z.create({provider:Y.provider,redirectUri:se});Re&&typeof Re=="object"&&"oauth_url"in Re&&(window.location.href=Re.oauth_url)}catch(te){M({submit:te.message})}finally{F(!1)}}},B=async()=>{var Y;if(!(C||E)){F(!0),M({});try{const te=await Z.create();if("data"in te&&te.data){await s();let se=new URLSearchParams(window.location.search).get("redirect_uri");se||(se=((Y=e==null?void 0:e.ui_settings)==null?void 0:Y.after_signin_redirect_url)||null),!se&&(e!=null&&e.frontend_host)&&(se=`https://${e.frontend_host}`),N(!0),se&&r(se)}}catch(te){M({submit:te.message||"Passkey sign-in failed"})}finally{F(!1)}}},fe=()=>{var se;let Y=new URLSearchParams(window.location.search).get("redirect_uri");if(Y||(Y=((se=e==null?void 0:e.ui_settings)==null?void 0:se.after_signin_redirect_url)||null),!Y&&(e!=null&&e.frontend_host)&&(Y=`https://${e.frontend_host}`),!Y)return null;let te;try{te=new URL(Y)}catch{te=new URL(Y,window.location.origin)}return(e==null?void 0:e.mode)==="staging"&&te.searchParams.set("__dev_session__",ut(e.backend_host)||""),te.toString()},ce=async Y=>{if(!(C||E)){M({}),F(!0);try{await h(Y);const te=fe();te&&(N(!0),r(te))}catch(te){M({submit:te.message||"Failed to continue with selected account"})}finally{F(!1)}}},me=(Y,te)=>`${Y||""} ${te||""}`.trim().split(" ").filter(Boolean).map(se=>se[0]).join("").toUpperCase().slice(0,2)||"?",Oe=c.useRef(!1);if(c.useEffect(()=>{if(o)return;const Y=new URLSearchParams(window.location.search),te=Y.get("ticket");if(te&&!Oe.current&&!C){Oe.current=!0,Y.delete("ticket");const Re=Y.toString()?`${window.location.pathname}?${Y.toString()}`:window.location.pathname;window.history.replaceState({},"",Re),(async()=>{var et;try{F(!0),await i(te),N(!0);let mt=new URLSearchParams(window.location.search).get("redirect_uri");if(mt||(mt=((et=e==null?void 0:e.ui_settings)==null?void 0:et.after_signin_redirect_url)||null),!mt&&(e!=null&&e.frontend_host)&&(mt=`https://${e.frontend_host}`),mt){let La;try{La=new URL(mt)}catch{La=new URL(mt,window.location.origin)}(e==null?void 0:e.mode)==="staging"&&La.searchParams.set("__dev_session__",ut(e.backend_host)||""),r(La.toString())}return}catch(mt){M({submit:mt.message||"Failed to exchange ticket"}),Oe.current=!1}finally{F(!1)}})();return}const se=Y.get("signin_attempt_id");if(se&&(a!=null&&a.signin_attempts)&&!k){const Re=a.signin_attempts.find(Le=>Le.id===se);if(Re){$(Re),Y.delete("signin_attempt_id");const Le=Y.toString()?`${window.location.pathname}?${Y.toString()}`:window.location.pathname;window.history.replaceState({},"",Le)}}},[a,o,k,$,C]),c.useEffect(()=>{var Re;if(!k)return;if(k.completed){N(!0);let Le=new URLSearchParams(window.location.search).get("redirect_uri");if(Le||(Le=((Re=e==null?void 0:e.ui_settings)==null?void 0:Re.after_signin_redirect_url)||null),!Le&&(e!=null&&e.frontend_host)&&(Le=`https://${e.frontend_host}`),Le){let et;try{et=new URL(Le)}catch{et=new URL(Le,window.location.origin)}(e==null?void 0:e.mode)==="staging"&&et.searchParams.set("__dev_session__",ut(e.backend_host)||""),r(et.toString())}return}if(!_||f)return;const te={verify_email:"email_otp",verify_email_otp:"email_otp",verify_email_link:"magic_link",verify_phone:"phone_otp",verify_phone_otp:"phone_otp"}[k.current_step];if(!te)return;(async()=>{try{await _.prepareVerification({strategy:te}),F(!1),p(!0)}catch{M({submit:"Failed to send verification. Please try again."}),F(!1)}})()},[k,_,f,p,r,e]),v)return t.jsx(o4,{onBack:()=>b(!1)});if(m)return t.jsx(Jm,{onBack:()=>g(!1)});if((k==null?void 0:k.current_step)==="verify_second_factor")return t.jsx(z1,{attempt:k,completeVerification:_.completeVerification,prepareVerification:_.prepareVerification,onBack:()=>{y(),ne(),p(!1)}});if((k==null?void 0:k.current_step)==="complete_profile")return t.jsx($1,{attempt:k,completeProfile:_.completeProfile,completeVerification:_.completeVerification,prepareVerification:_.prepareVerification,onBack:()=>{y(),ne(),p(!1)}});if(X){const Y=()=>{ie(!1),De&&(N(!0),r(De))},te=()=>{ie(!1),De&&(N(!0),r(De))};return t.jsx(ge,{children:t.jsxs(Ua,{children:[t.jsx(Ge,{}),t.jsx(M1,{onComplete:Y,onSkip:te})]})})}if(o)return t.jsx(ge,{children:t.jsxs(Ua,{children:[t.jsx(Ge,{}),t.jsx(Vi,{children:t.jsx(xt,{size:32})})]})});if(Q)return t.jsx(ge,{children:t.jsxs(Ua,{children:[t.jsx(Ge,{}),t.jsx(Vi,{children:t.jsx(xt,{size:32})})]})});const Ke=(k==null?void 0:k.current_step)&&["verify_email","verify_email_otp","verify_email_link","verify_phone","verify_phone_otp"].includes(k.current_step)&&f,ot=d&&!Ke&&ee.length>0&&!xe;return t.jsx(ge,{children:t.jsxs(Ua,{children:[t.jsx(Ge,{}),Ke?t.jsxs(Di,{children:[!((dr=e==null?void 0:e.ui_settings)!=null&&dr.logo_image_url)&&t.jsx(lg,{children:w==="phone_otp"?t.jsx(Cs,{weight:"light"}):t.jsx(Pn,{weight:"light"})}),t.jsx(Ni,{children:w==="phone_otp"?"Check your phone":w==="email_magic_link"?"Check your inbox":"Enter the code"}),t.jsx(Ui,{children:w==="email_magic_link"?"We sent a magic link to your email — click it to sign in instantly.":w==="phone_otp"?"We sent a verification code via SMS.":"We sent a 6-digit code to your email."}),(w==="email_otp"||w==="email_magic_link")&&O.email&&t.jsx(Ji,{children:t.jsxs(Xi,{type:"button",onClick:()=>{p(!1),y(),ne()},children:[t.jsx(os,{weight:"light"}),O.email]})}),w==="phone_otp"&&O.phone&&t.jsx(Ji,{children:t.jsxs(Xi,{type:"button",onClick:()=>{p(!1),y(),ne()},children:[t.jsx(os,{weight:"light"}),"+",O.phone]})})]}):t.jsxs(Di,{children:[t.jsx(Ni,{children:"Sign in to your account"}),t.jsxs(Ui,{children:["Please enter your details to continue to"," ",(e==null?void 0:e.ui_settings.app_name)||"App","!"]})]}),G&&t.jsxs(hg,{children:[t.jsx(fg,{children:"Access Denied"}),t.jsx(mg,{children:G}),t.jsx(gg,{onClick:()=>J(null),children:"Try again"})]}),ot&&(pe?t.jsxs(sg,{children:[t.jsx(ig,{children:"Choose an account"}),ee.map(Y=>{var te,se,Re,Le;return t.jsxs(ss,{type:"button",onClick:()=>ce(Y.id),disabled:E||C,children:[t.jsx(Ki,{children:Y.user.has_profile_picture?t.jsx("img",{src:Y.user.profile_picture_url,alt:((te=Y.user.primary_email_address)==null?void 0:te.email)||"account"}):me(Y.user.first_name,Y.user.last_name)}),t.jsxs(Yi,{children:[t.jsx(Qi,{children:Y.user.first_name&&Y.user.last_name?`${Y.user.first_name} ${Y.user.last_name}`:Y.user.first_name||((Re=(se=Y.user.primary_email_address)==null?void 0:se.email)==null?void 0:Re.split("@")[0])||"Account"}),t.jsx(cg,{children:(Le=Y.user.primary_email_address)==null?void 0:Le.email})]}),t.jsx(fo,{})]},Y.id)}),t.jsxs(ss,{type:"button",onClick:()=>{re(!1),ae(!0),ne()},children:[t.jsx(Ki,{children:t.jsx(gf,{size:16})}),t.jsx(Yi,{children:t.jsx(Qi,{children:"Use a different account"})}),t.jsx(fo,{})]})]}):t.jsxs(eg,{type:"button",onClick:()=>ce(ee[0].id),disabled:E||C,children:[t.jsx(tg,{children:ee[0].user.has_profile_picture?t.jsx("img",{src:ee[0].user.profile_picture_url,alt:((ur=ee[0].user.primary_email_address)==null?void 0:ur.email)||"account"}):me(ee[0].user.first_name,ee[0].user.last_name)}),t.jsxs(rg,{children:[t.jsxs(ag,{children:["Welcome back,"," ",ee[0].user.first_name||((Qt=(Yt=ee[0].user.primary_email_address)==null?void 0:Yt.email)==null?void 0:Qt.split("@")[0])||"back"]}),t.jsx(ng,{children:(Nt=ee[0].user.primary_email_address)==null?void 0:Nt.email})]}),t.jsx(og,{onClick:Y=>{Y.stopPropagation(),ee.length>1?re(!0):(ae(!0),ne())},children:"Not you?"})]})),Ke?w==="email_magic_link"?t.jsxs(t.Fragment,{children:[t.jsx(dg,{children:Ie?t.jsx(pg,{type:"button",onClick:async()=>{Be(!1),We(60);try{await _.prepareVerification({strategy:"magic_link"})}catch{}},children:"Resend magic link"}):t.jsxs(ug,{children:["Resend in ",q,"s"]})}),t.jsxs(ho,{children:["Having trouble?"," ",t.jsx(ua,{children:t.jsx(Rt,{to:e.ui_settings.support_page_url,children:"Get help"})})]})]}):t.jsxs(t.Fragment,{children:[t.jsxs(Tt,{style:{gap:"var(--space-7u)"},onSubmit:W,noValidate:!0,children:[t.jsx(lr,{onComplete:async Y=>{if(H(Y),Y&&Y.length===6){F(!0),M({});try{await _.completeVerification(Y),p(!1)}catch(te){M({otp:te.message||"Verification failed"})}finally{F(!1)}}},onResend:async()=>{const Y=w==="email_otp"?"email_otp":"phone_otp";await _.prepareVerification({strategy:Y})},error:P.otp,isSubmitting:E}),t.jsx(Gi,{type:"submit",$fullWidth:!0,$size:"md",disabled:E||C||!L,style:{margin:0},children:E&&L?t.jsx(qi,{size:16}):`Continue to ${(_t=e==null?void 0:e.ui_settings)==null?void 0:_t.app_name}`})]}),t.jsxs(ho,{children:["Having trouble?"," ",t.jsx(ua,{children:t.jsx(Rt,{to:e.ui_settings.support_page_url,children:"Get help"})})]})]}):t.jsxs(t.Fragment,{children:[x.length>0&&t.jsx(t.Fragment,{children:t.jsx(As,{connections:x,callback:D})}),((hr=(pr=e==null?void 0:e.auth_settings)==null?void 0:pr.passkey)==null?void 0:hr.enabled)&&t.jsxs(X4,{type:"button",$fullWidth:!0,$outline:!0,$size:"md",onClick:B,disabled:E,children:[t.jsx(ns,{size:16}),"Sign in with Passkey",t.jsx(fo,{})]}),(x.length>0||((le=(vt=e==null?void 0:e.auth_settings)==null?void 0:vt.passkey)==null?void 0:le.enabled))&&t.jsx(Bi,{children:t.jsx(Wi,{children:"or"})}),t.jsxs(Tt,{onSubmit:he,noValidate:!0,children:[(w==="email_password"||w==="email_otp"||w==="email_magic_link")&&((ze=(ye=e==null?void 0:e.auth_settings)==null?void 0:ye.email_address)==null?void 0:ze.enabled)&&t.jsxs(ke,{children:[t.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[t.jsx(be,{htmlFor:"email",children:"Email address"}),j==="identifier"&&t.jsx(ua,{style:{fontSize:"var(--font-size-sm)"},onClick:()=>b(!0),children:"Other methods"})]}),j==="password"&&w==="email_password"&&O.email?t.jsxs(K4,{children:[t.jsx(Y4,{children:t.jsx(df,{})}),t.jsx(Q4,{children:O.email}),t.jsx(J4,{type:"button",onClick:()=>S("identifier"),children:"Edit"})]}):t.jsx(ue,{type:"email",id:"email",name:"email",value:O.email,onChange:de,placeholder:"Enter your email address","aria-invalid":!!P.email}),P.email&&t.jsx(da,{children:P.email})]}),w==="username_password"&&((Qe=(He=e==null?void 0:e.auth_settings)==null?void 0:He.username)==null?void 0:Qe.enabled)&&t.jsxs(ke,{children:[t.jsx(be,{htmlFor:"username",children:"Username"}),t.jsx(ue,{type:"text",id:"username",name:"username",value:O.username,onChange:de,placeholder:"Enter your username","aria-invalid":!!P.username}),P.username&&t.jsx(da,{children:P.username})]}),w==="phone_otp"&&((pt=(Xe=e==null?void 0:e.auth_settings)==null?void 0:Xe.phone_number)==null?void 0:pt.enabled)&&t.jsxs(ke,{children:[t.jsx(be,{htmlFor:"phone",children:"Phone number"}),t.jsx(Aa,{value:O.phone,onChange:de,error:P.phone,countryCode:I,setCountryCode:T}),P.phone&&t.jsx(da,{children:P.phone})]}),j==="password"&&(w==="email_password"||w==="username_password")&&((oe=(yt=e==null?void 0:e.auth_settings)==null?void 0:yt.password)==null?void 0:oe.enabled)&&t.jsxs(ke,{children:[t.jsxs("div",{style:{display:"flex",justifyContent:"space-between"},children:[t.jsx(be,{htmlFor:"password",children:"Password"}),t.jsx(ua,{style:{fontSize:"var(--font-size-sm)"},onClick:()=>g(!0),children:"Forgot password?"})]}),t.jsx(q4,{children:t.jsx(ue,{type:"password",id:"password",name:"password",value:O.password,onChange:de,placeholder:"Enter your password","aria-invalid":!!P.password})}),P.password&&t.jsx(da,{children:P.password})]}),t.jsxs("div",{children:[P.submit&&t.jsx(da,{children:P.submit}),t.jsx(Gi,{type:"submit",$fullWidth:!0,$size:"md",disabled:E||C,children:E?t.jsx(qi,{size:16}):j==="identifier"?"Continue":"Sign in"}),j==="password"&&((Je=(Me=e==null?void 0:e.auth_settings)==null?void 0:Me.auth_factors_enabled)==null?void 0:Je.email_otp)&&t.jsxs(t.Fragment,{children:[t.jsx(Bi,{style:{margin:"var(--space-6u) 0 var(--space-5u)"},children:t.jsx(Wi,{children:"or"})}),t.jsx(j1,{type:"button",icon:t.jsx(Rd,{}),label:"Sign in with a code",description:"We'll send a 6-digit code to your email",disabled:E,onClick:async()=>{F(!0),M({});try{await _.create({email:O.email,strategy:"email_otp"}),A("email_otp")}catch(Y){M({submit:Y.message}),F(!1)}}})]})]})]}),t.jsxs(ho,{children:["Don't have an account?"," ",t.jsx(ua,{children:t.jsx(Rt,{to:`${(Ne=e.ui_settings)==null?void 0:Ne.sign_up_page_url}${window.location.search}`,children:"Sign up"})})]})]})]})})}const bg=ht`
|
|
2049
|
+
`;function vg(){return t.jsx(Dm,{children:t.jsx(xg,{})})}function xg(){var yt,_t,dr,ur,Yt,Qt,Nt,pr,hr,vt,de,je,$e,Ve,Qe,Xe,pt,jt,ne,Le,Je,Ue,kt;const{deployment:e}=Ee(),{navigate:r}=bt(),{session:a,loading:o,refetch:s,exchangeTicket:i,switchSignIn:h}=nt(),d=((_t=(yt=e==null?void 0:e.auth_settings)==null?void 0:yt.multi_session_support)==null?void 0:_t.enabled)??!1,{setEmail:u,otpSent:f,setOtpSent:p,showForgotPassword:m,setShowForgotPassword:g,showOtherOptions:v,setShowOtherOptions:b,enabledSocialsProviders:x,firstFactor:w,setFirstFactor:A,signInStep:j,setSignInStep:S}=k1(),{loading:C,signIn:_,signinAttempt:k,discardSignInAttempt:y,setSignInAttempt:M}=xa("generic"),{signIn:z}=xa("oauth"),{signIn:I}=xa("passkey"),[H,T]=c.useState({email:"",username:"",password:"",phone:""}),[P,$]=c.useState({}),[E,F]=c.useState(!1),[L,Z]=c.useState(""),[O,R]=c.useState("US"),[Y,N]=c.useState(!1),[G,Q]=c.useState(null),[ee,se]=c.useState(!1),[pe,te]=c.useState(!1),[ye,ae]=c.useState(!1),[W,Ge]=c.useState(60),[He,We]=c.useState(!1),[Ne,ve]=c.useState(null),X=[...(a==null?void 0:a.signins)||[]].sort((K,re)=>{var oe,Pe;return K.id===((oe=a==null?void 0:a.active_signin)==null?void 0:oe.id)?-1:re.id===((Pe=a==null?void 0:a.active_signin)==null?void 0:Pe.id)?1:0});c.useEffect(()=>{const K=new URLSearchParams(window.location.search),re=K.get("error"),oe=K.get("error_description");if(re==="access_denied"&&oe){Q(oe),K.delete("error"),K.delete("error_description");const Pe=K.toString()?`${window.location.pathname}?${K.toString()}`:window.location.pathname;window.history.replaceState({},"",Pe)}},[]),c.useEffect(()=>{if(w!=="email_magic_link"||!f)return;Ge(60),We(!1);const K=setInterval(()=>{Ge(re=>re<=1?(We(!0),clearInterval(K),0):re-1)},1e3);return()=>clearInterval(K)},[w,f]),c.useEffect(()=>{var K,re,oe,Pe;if(!o&&(a!=null&&a.active_signin)&&!d&&!Y&&!ee){let Re=new URLSearchParams(window.location.search).get("redirect_uri");Re||(Re=((K=e==null?void 0:e.ui_settings)==null?void 0:K.after_signin_redirect_url)||null),!Re&&(e!=null&&e.frontend_host)&&(Re=`https://${e.frontend_host}`);const et=(re=e==null?void 0:e.auth_settings)==null?void 0:re.passkey;(et==null?void 0:et.enabled)&&(et==null?void 0:et.prompt_registration_on_auth)&&!((Pe=(oe=a.active_signin)==null?void 0:oe.user)!=null&&Pe.has_passkeys)?(ve(Re),se(!0)):Re&&(N(!0),r(Re))}},[a,o,d,e,r,Y]);const ce=K=>{let{name:re,value:oe}=K.target;re==="phone"?oe=oe.replace(/[^0-9]/g,""):re==="email"&&(u(oe),oe=oe.toLowerCase()),T(Pe=>({...Pe,[re]:oe})),$(Pe=>({...Pe,[re]:""}))},ie=()=>{T({email:"",username:"",password:"",phone:""}),$({}),R("US"),S("identifier")},q=async K=>{if(!K){$({email:"Email address is required"});return}F(!0),$({});try{const re=await _.identify(K);if(re.strategy==="sso"&&re.connection_id){const Pe=new URLSearchParams(window.location.search).get("redirect_uri")||void 0,Re=await _.initEnterpriseSso(re.connection_id,Pe);if(Re&&Re.sso_url){N(!0),window.location.href=Re.sso_url;return}}else if(re.strategy==="social"&&re.provider){const oe=x.find(Pe=>Pe.provider===re.provider);if(oe){const Re=new URLSearchParams(window.location.search).get("redirect_uri")||void 0,{data:et}=await z.create({provider:oe.provider,redirectUri:Re});if(et&&typeof et=="object"&&"oauth_url"in et){N(!0),window.location.href=et.oauth_url;return}}else S("password")}else S("password")}catch(re){$({submit:re.message})}finally{Y||F(!1)}},he=async K=>{if(K.preventDefault(),C||E)return;y();const re={};if(j==="identifier"&&w==="email_password"){if(!H.email){$({email:"Email address is required"});return}await q(H.email);return}if(w==="email_password"?(H.email||(re.email="Email address is required"),H.password||(re.password="Password is required")):w==="username_password"?(H.username||(re.username="Username is required"),H.password||(re.password="Password is required")):w==="email_otp"||w==="email_magic_link"?H.email||(re.email="Email address is required"):w==="phone_otp"&&(H.phone?/^\d{7,15}$/.test(H.phone)||(re.phone="Phone number must contain 7-15 digits"):re.phone="Phone number is required"),$(re),Object.keys(re).length>0)return;let oe="";switch(w){case"email_password":oe="plain_email";break;case"username_password":oe="plain_username";break;case"email_otp":oe="email_otp";break;case"email_magic_link":oe="magic_link";break;case"phone_otp":oe="phone_otp";break}const Pe=w==="email_otp"||w==="email_magic_link"||w==="phone_otp";F(!0);try{const Re={...H,strategy:oe};w==="phone_otp"&&O&&(Re.phone_country_code=O),await _.create(Re),Pe||F(!1)}catch(Re){$({submit:Re.message}),F(!1)}},fe=async K=>{if(K.preventDefault(),C||E)return;const re={};if(!L){re.otp="OTP code is required",$(re);return}F(!0),$({});try{await _.completeVerification(L),p(!1),Z("")}catch(oe){$({otp:oe.message||"Verification failed"})}finally{F(!1)}},D=async K=>{if(!(C||E)){F(!0);try{const oe=new URLSearchParams(window.location.search).get("redirect_uri")||void 0,{data:Pe}=await z.create({provider:K.provider,redirectUri:oe});Pe&&typeof Pe=="object"&&"oauth_url"in Pe&&(window.location.href=Pe.oauth_url)}catch(re){$({submit:re.message})}finally{F(!1)}}},B=async()=>{var K;if(!(C||E)){F(!0),$({});try{const re=await I.create();if("data"in re&&re.data){await s();let oe=new URLSearchParams(window.location.search).get("redirect_uri");oe||(oe=((K=e==null?void 0:e.ui_settings)==null?void 0:K.after_signin_redirect_url)||null),!oe&&(e!=null&&e.frontend_host)&&(oe=`https://${e.frontend_host}`),N(!0),oe&&r(oe)}}catch(re){$({submit:re.message||"Passkey sign-in failed"})}finally{F(!1)}}},J=()=>{var oe;let K=new URLSearchParams(window.location.search).get("redirect_uri");if(K||(K=((oe=e==null?void 0:e.ui_settings)==null?void 0:oe.after_signin_redirect_url)||null),!K&&(e!=null&&e.frontend_host)&&(K=`https://${e.frontend_host}`),!K)return null;let re;try{re=new URL(K)}catch{re=new URL(K,window.location.origin)}return(e==null?void 0:e.mode)==="staging"&&re.searchParams.set("__dev_session__",ut(e.backend_host)||""),re.toString()},me=async K=>{if(!(C||E)){$({}),F(!0);try{await h(K);const re=J();re&&(N(!0),r(re))}catch(re){$({submit:re.message||"Failed to continue with selected account"})}finally{F(!1)}}},le=(K,re)=>`${K||""} ${re||""}`.trim().split(" ").filter(Boolean).map(oe=>oe[0]).join("").toUpperCase().slice(0,2)||"?",we=c.useRef(!1);if(c.useEffect(()=>{if(o)return;const K=new URLSearchParams(window.location.search),re=K.get("ticket");if(re&&!we.current&&!C){we.current=!0,K.delete("ticket");const Pe=K.toString()?`${window.location.pathname}?${K.toString()}`:window.location.pathname;window.history.replaceState({},"",Pe),(async()=>{var et;try{F(!0),await i(re),N(!0);let mt=new URLSearchParams(window.location.search).get("redirect_uri");if(mt||(mt=((et=e==null?void 0:e.ui_settings)==null?void 0:et.after_signin_redirect_url)||null),!mt&&(e!=null&&e.frontend_host)&&(mt=`https://${e.frontend_host}`),mt){let La;try{La=new URL(mt)}catch{La=new URL(mt,window.location.origin)}(e==null?void 0:e.mode)==="staging"&&La.searchParams.set("__dev_session__",ut(e.backend_host)||""),r(La.toString())}return}catch(mt){$({submit:mt.message||"Failed to exchange ticket"}),we.current=!1}finally{F(!1)}})();return}const oe=K.get("signin_attempt_id");if(oe&&(a!=null&&a.signin_attempts)&&!k){const Pe=a.signin_attempts.find(Re=>Re.id===oe);if(Pe){M(Pe),K.delete("signin_attempt_id");const Re=K.toString()?`${window.location.pathname}?${K.toString()}`:window.location.pathname;window.history.replaceState({},"",Re)}}},[a,o,k,M,C]),c.useEffect(()=>{var Pe;if(!k)return;if(k.completed){N(!0);let Re=new URLSearchParams(window.location.search).get("redirect_uri");if(Re||(Re=((Pe=e==null?void 0:e.ui_settings)==null?void 0:Pe.after_signin_redirect_url)||null),!Re&&(e!=null&&e.frontend_host)&&(Re=`https://${e.frontend_host}`),Re){let et;try{et=new URL(Re)}catch{et=new URL(Re,window.location.origin)}(e==null?void 0:e.mode)==="staging"&&et.searchParams.set("__dev_session__",ut(e.backend_host)||""),r(et.toString())}return}if(!_||f)return;const re={verify_email:"email_otp",verify_email_otp:"email_otp",verify_email_link:"magic_link",verify_phone:"phone_otp",verify_phone_otp:"phone_otp"}[k.current_step];if(!re)return;(async()=>{try{await _.prepareVerification({strategy:re}),F(!1),p(!0)}catch{$({submit:"Failed to send verification. Please try again."}),F(!1)}})()},[k,_,f,p,r,e]),v)return t.jsx(o4,{onBack:()=>b(!1)});if(m)return t.jsx(Jm,{onBack:()=>g(!1)});if((k==null?void 0:k.current_step)==="verify_second_factor")return t.jsx(z1,{attempt:k,completeVerification:_.completeVerification,prepareVerification:_.prepareVerification,onBack:()=>{y(),ie(),p(!1)}});if((k==null?void 0:k.current_step)==="complete_profile")return t.jsx($1,{attempt:k,completeProfile:_.completeProfile,completeVerification:_.completeVerification,prepareVerification:_.prepareVerification,onBack:()=>{y(),ie(),p(!1)}});if(ee){const K=()=>{se(!1),Ne&&(N(!0),r(Ne))},re=()=>{se(!1),Ne&&(N(!0),r(Ne))};return t.jsx(ge,{children:t.jsxs(Ua,{children:[t.jsx(qe,{}),t.jsx(M1,{onComplete:K,onSkip:re})]})})}if(o)return t.jsx(ge,{children:t.jsxs(Ua,{children:[t.jsx(qe,{}),t.jsx(Vi,{children:t.jsx(xt,{size:32})})]})});if(Y)return t.jsx(ge,{children:t.jsxs(Ua,{children:[t.jsx(qe,{}),t.jsx(Vi,{children:t.jsx(xt,{size:32})})]})});const Ke=(k==null?void 0:k.current_step)&&["verify_email","verify_email_otp","verify_email_link","verify_phone","verify_phone_otp"].includes(k.current_step)&&f,ot=d&&!Ke&&X.length>0&&!ye;return t.jsx(ge,{children:t.jsxs(Ua,{children:[t.jsx(qe,{}),Ke?t.jsxs(Di,{children:[!((dr=e==null?void 0:e.ui_settings)!=null&&dr.logo_image_url)&&t.jsx(lg,{children:w==="phone_otp"?t.jsx(Cs,{weight:"light"}):t.jsx(Pn,{weight:"light"})}),t.jsx(Ni,{children:w==="phone_otp"?"Check your phone":w==="email_magic_link"?"Check your inbox":"Enter the code"}),t.jsx(Ui,{children:w==="email_magic_link"?"We sent a magic link to your email — click it to sign in instantly.":w==="phone_otp"?"We sent a verification code via SMS.":"We sent a 6-digit code to your email."}),(w==="email_otp"||w==="email_magic_link")&&H.email&&t.jsx(Ji,{children:t.jsxs(Xi,{type:"button",onClick:()=>{p(!1),y(),ie()},children:[t.jsx(os,{weight:"light"}),H.email]})}),w==="phone_otp"&&H.phone&&t.jsx(Ji,{children:t.jsxs(Xi,{type:"button",onClick:()=>{p(!1),y(),ie()},children:[t.jsx(os,{weight:"light"}),"+",H.phone]})})]}):t.jsxs(Di,{children:[t.jsx(Ni,{children:"Sign in to your account"}),t.jsxs(Ui,{children:["Please enter your details to continue to"," ",(e==null?void 0:e.ui_settings.app_name)||"App","!"]})]}),G&&t.jsxs(hg,{children:[t.jsx(fg,{children:"Access Denied"}),t.jsx(mg,{children:G}),t.jsx(gg,{onClick:()=>Q(null),children:"Try again"})]}),ot&&(pe?t.jsxs(sg,{children:[t.jsx(ig,{children:"Choose an account"}),X.map(K=>{var re,oe,Pe,Re;return t.jsxs(ss,{type:"button",onClick:()=>me(K.id),disabled:E||C,children:[t.jsx(Ki,{children:K.user.has_profile_picture?t.jsx("img",{src:K.user.profile_picture_url,alt:((re=K.user.primary_email_address)==null?void 0:re.email)||"account"}):le(K.user.first_name,K.user.last_name)}),t.jsxs(Yi,{children:[t.jsx(Qi,{children:K.user.first_name&&K.user.last_name?`${K.user.first_name} ${K.user.last_name}`:K.user.first_name||((Pe=(oe=K.user.primary_email_address)==null?void 0:oe.email)==null?void 0:Pe.split("@")[0])||"Account"}),t.jsx(cg,{children:(Re=K.user.primary_email_address)==null?void 0:Re.email})]}),t.jsx(fo,{})]},K.id)}),t.jsxs(ss,{type:"button",onClick:()=>{te(!1),ae(!0),ie()},children:[t.jsx(Ki,{children:t.jsx(gf,{size:16})}),t.jsx(Yi,{children:t.jsx(Qi,{children:"Use a different account"})}),t.jsx(fo,{})]})]}):t.jsxs(eg,{type:"button",onClick:()=>me(X[0].id),disabled:E||C,children:[t.jsx(tg,{children:X[0].user.has_profile_picture?t.jsx("img",{src:X[0].user.profile_picture_url,alt:((ur=X[0].user.primary_email_address)==null?void 0:ur.email)||"account"}):le(X[0].user.first_name,X[0].user.last_name)}),t.jsxs(rg,{children:[t.jsxs(ag,{children:["Welcome back,"," ",X[0].user.first_name||((Qt=(Yt=X[0].user.primary_email_address)==null?void 0:Yt.email)==null?void 0:Qt.split("@")[0])||"back"]}),t.jsx(ng,{children:(Nt=X[0].user.primary_email_address)==null?void 0:Nt.email})]}),t.jsx(og,{onClick:K=>{K.stopPropagation(),X.length>1?te(!0):(ae(!0),ie())},children:"Not you?"})]})),Ke?w==="email_magic_link"?t.jsxs(t.Fragment,{children:[t.jsx(dg,{children:He?t.jsx(pg,{type:"button",onClick:async()=>{We(!1),Ge(60);try{await _.prepareVerification({strategy:"magic_link"})}catch{}},children:"Resend magic link"}):t.jsxs(ug,{children:["Resend in ",W,"s"]})}),t.jsxs(ho,{children:["Having trouble?"," ",t.jsx(pa,{children:t.jsx(Pt,{to:e.ui_settings.support_page_url,children:"Get help"})})]})]}):t.jsxs(t.Fragment,{children:[t.jsxs(Ft,{style:{gap:"var(--space-7u)"},onSubmit:fe,noValidate:!0,children:[t.jsx(lr,{onComplete:async K=>{if(Z(K),K&&K.length===6){F(!0),$({});try{await _.completeVerification(K),p(!1)}catch(re){$({otp:re.message||"Verification failed"})}finally{F(!1)}}},onResend:async()=>{const K=w==="email_otp"?"email_otp":"phone_otp";await _.prepareVerification({strategy:K})},error:P.otp,isSubmitting:E}),t.jsx(Gi,{type:"submit",$fullWidth:!0,$size:"md",disabled:E||C||!L,style:{margin:0},children:E&&L?t.jsx(qi,{size:16}):`Continue to ${(kt=e==null?void 0:e.ui_settings)==null?void 0:kt.app_name}`})]}),t.jsxs(ho,{children:["Having trouble?"," ",t.jsx(pa,{children:t.jsx(Pt,{to:e.ui_settings.support_page_url,children:"Get help"})})]})]}):t.jsxs(t.Fragment,{children:[x.length>0&&t.jsx(t.Fragment,{children:t.jsx(As,{connections:x,callback:D})}),((hr=(pr=e==null?void 0:e.auth_settings)==null?void 0:pr.passkey)==null?void 0:hr.enabled)&&t.jsxs(X4,{type:"button",$fullWidth:!0,$outline:!0,$size:"md",onClick:B,disabled:E,children:[t.jsx(ns,{size:16}),"Sign in with Passkey",t.jsx(fo,{})]}),(x.length>0||((de=(vt=e==null?void 0:e.auth_settings)==null?void 0:vt.passkey)==null?void 0:de.enabled))&&t.jsx(Bi,{children:t.jsx(Wi,{children:"or"})}),t.jsxs(Ft,{onSubmit:he,noValidate:!0,children:[(w==="email_password"||w==="email_otp"||w==="email_magic_link")&&(($e=(je=e==null?void 0:e.auth_settings)==null?void 0:je.email_address)==null?void 0:$e.enabled)&&t.jsxs(Ce,{children:[t.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[t.jsx(xe,{htmlFor:"email",children:"Email address"}),j==="identifier"&&t.jsx(pa,{style:{fontSize:"var(--font-size-sm)"},onClick:()=>b(!0),children:"Other methods"})]}),j==="password"&&w==="email_password"&&H.email?t.jsxs(K4,{children:[t.jsx(Y4,{children:t.jsx(df,{})}),t.jsx(Q4,{children:H.email}),t.jsx(J4,{type:"button",onClick:()=>S("identifier"),children:"Edit"})]}):t.jsx(ue,{type:"email",id:"email",name:"email",value:H.email,onChange:ce,placeholder:"Enter your email address","aria-invalid":!!P.email}),P.email&&t.jsx(ua,{children:P.email})]}),w==="username_password"&&((Qe=(Ve=e==null?void 0:e.auth_settings)==null?void 0:Ve.username)==null?void 0:Qe.enabled)&&t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"username",children:"Username"}),t.jsx(ue,{type:"text",id:"username",name:"username",value:H.username,onChange:ce,placeholder:"Enter your username","aria-invalid":!!P.username}),P.username&&t.jsx(ua,{children:P.username})]}),w==="phone_otp"&&((pt=(Xe=e==null?void 0:e.auth_settings)==null?void 0:Xe.phone_number)==null?void 0:pt.enabled)&&t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"phone",children:"Phone number"}),t.jsx(Aa,{value:H.phone,onChange:ce,error:P.phone,countryCode:O,setCountryCode:R}),P.phone&&t.jsx(ua,{children:P.phone})]}),j==="password"&&(w==="email_password"||w==="username_password")&&((ne=(jt=e==null?void 0:e.auth_settings)==null?void 0:jt.password)==null?void 0:ne.enabled)&&t.jsxs(Ce,{children:[t.jsxs("div",{style:{display:"flex",justifyContent:"space-between"},children:[t.jsx(xe,{htmlFor:"password",children:"Password"}),t.jsx(pa,{style:{fontSize:"var(--font-size-sm)"},onClick:()=>g(!0),children:"Forgot password?"})]}),t.jsx(q4,{children:t.jsx(ue,{type:"password",id:"password",name:"password",value:H.password,onChange:ce,placeholder:"Enter your password","aria-invalid":!!P.password})}),P.password&&t.jsx(ua,{children:P.password})]}),t.jsxs("div",{children:[P.submit&&t.jsx(ua,{children:P.submit}),t.jsx(Gi,{type:"submit",$fullWidth:!0,$size:"md",disabled:E||C,children:E?t.jsx(qi,{size:16}):j==="identifier"?"Continue":"Sign in"}),j==="password"&&((Je=(Le=e==null?void 0:e.auth_settings)==null?void 0:Le.auth_factors_enabled)==null?void 0:Je.email_otp)&&t.jsxs(t.Fragment,{children:[t.jsx(Bi,{style:{margin:"var(--space-6u) 0 var(--space-5u)"},children:t.jsx(Wi,{children:"or"})}),t.jsx(j1,{type:"button",icon:t.jsx(Rd,{}),label:"Sign in with a code",description:"We'll send a 6-digit code to your email",disabled:E,onClick:async()=>{F(!0),$({});try{await _.create({email:H.email,strategy:"email_otp"}),A("email_otp")}catch(K){$({submit:K.message}),F(!1)}}})]})]})]}),t.jsxs(ho,{children:["Don't have an account?"," ",t.jsx(pa,{children:t.jsx(Pt,{to:`${(Ue=e.ui_settings)==null?void 0:Ue.sign_up_page_url}${window.location.search}`,children:"Sign up"})})]})]})]})})}const bg=ht`
|
|
2050
2050
|
from { transform: rotate(0deg); }
|
|
2051
2051
|
to { transform: rotate(360deg); }
|
|
2052
2052
|
`,wg=l(xt)`
|
|
2053
2053
|
animation: ${bg} 1s linear infinite;
|
|
2054
2054
|
`,ec=l.div`
|
|
2055
|
-
${
|
|
2055
|
+
${Et}
|
|
2056
2056
|
`,yg=l.div`
|
|
2057
2057
|
text-align: center;
|
|
2058
2058
|
margin-bottom: var(--space-8u);
|
|
@@ -2128,8 +2128,8 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
2128
2128
|
color: var(--color-primary);
|
|
2129
2129
|
text-decoration: none;
|
|
2130
2130
|
cursor: pointer;
|
|
2131
|
-
`;function Rg(){var w,A,j,S,C,_,k,y
|
|
2132
|
-
${
|
|
2131
|
+
`;function Rg(){var w,A,j,S,C,_,k,y,M,z,I,H;const{deployment:e}=Ee(),{loading:r,joinWaitlist:a}=h0(),[o,s]=c.useState({first_name:"",last_name:"",email:""}),[i,h]=c.useState(!1),[d,u]=c.useState(!1),[f,p]=c.useState(null),m=T=>{if(f)return f.message},g=e==null?void 0:e.auth_settings,v=!!((w=g==null?void 0:g.first_name)!=null&&w.enabled&&((A=g==null?void 0:g.last_name)!=null&&A.enabled)),b=T=>{const{name:P,value:$}=T.target;s(E=>({...E,[P]:$}))},x=async T=>{if(T.preventDefault(),!!g){u(!0),p(null);try{(await a(o)).data&&h(!0)}catch(P){p(P)}finally{u(!1)}}};return i?t.jsx(ge,{children:t.jsx(ec,{children:t.jsxs(Sg,{children:[t.jsx(Eg,{children:t.jsx(it,{size:32})}),t.jsx(Ag,{children:"You're on the waitlist!"}),t.jsxs(zg,{children:["Thanks for your interest! We'll notify you at ",o.email," ","when we're ready for you to join."]})]})})}):t.jsx(ge,{children:t.jsxs(ec,{children:[t.jsx(qe,{}),t.jsxs(yg,{children:[t.jsx(jg,{children:"Join the waitlist"}),t.jsx(_g,{children:"Be the first to know when we launch!"})]}),t.jsxs(kg,{onSubmit:x,noValidate:!0,children:[(((j=g==null?void 0:g.first_name)==null?void 0:j.enabled)||((S=g==null?void 0:g.last_name)==null?void 0:S.enabled))&&t.jsxs(Cg,{$isBothEnabled:v,children:[((C=g==null?void 0:g.first_name)==null?void 0:C.enabled)&&t.jsxs(mo,{children:[t.jsxs(go,{htmlFor:"first_name",children:["First name",((_=g==null?void 0:g.first_name)==null?void 0:_.required)&&t.jsx(vo,{children:"*"})]}),t.jsx(ue,{type:"text",id:"first_name",name:"first_name",required:(k=g==null?void 0:g.first_name)==null?void 0:k.required,minLength:2,maxLength:50,value:o.first_name,onChange:b,placeholder:"First name","aria-invalid":!!m()}),m()&&t.jsx(Ba,{children:m()})]}),((y=g==null?void 0:g.last_name)==null?void 0:y.enabled)&&t.jsxs(mo,{children:[t.jsxs(go,{htmlFor:"last_name",children:["Last name",((M=g==null?void 0:g.last_name)==null?void 0:M.required)&&t.jsx(vo,{children:"*"})]}),t.jsx(ue,{type:"text",id:"last_name",name:"last_name",required:(z=g==null?void 0:g.last_name)==null?void 0:z.required,minLength:2,maxLength:50,value:o.last_name,onChange:b,placeholder:"Last name","aria-invalid":!!m()}),m()&&t.jsx(Ba,{children:m()})]})]}),t.jsxs(mo,{children:[t.jsxs(go,{htmlFor:"email",children:["Email address",((I=g==null?void 0:g.email_address)==null?void 0:I.required)&&t.jsx(vo,{children:"*"})]}),t.jsx(ue,{type:"email",id:"email",name:"email",required:(H=g==null?void 0:g.email_address)==null?void 0:H.required,value:o.email,onChange:b,placeholder:"Enter your email address","aria-invalid":!!m()}),m()&&t.jsx(Ba,{children:m()})]}),m()&&t.jsx(Ba,{children:m()}),t.jsx(U,{type:"submit",$primary:!0,$fullWidth:!0,disabled:d||r,children:d||r?t.jsx(wg,{size:16}):"Join waitlist"})]}),t.jsx($g,{children:t.jsxs(Mg,{children:["Need assistance? ",t.jsx(Lg,{href:"/contact",children:"Get help"})]})})]})})}const ha=l.div`
|
|
2132
|
+
${Et}
|
|
2133
2133
|
`,Wa=l.div`
|
|
2134
2134
|
text-align: center;
|
|
2135
2135
|
margin-bottom: var(--space-8u);
|
|
@@ -2210,8 +2210,8 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
2210
2210
|
color: var(--color-primary-hover);
|
|
2211
2211
|
text-decoration: underline;
|
|
2212
2212
|
}
|
|
2213
|
-
`;function Ig(){const{deployment:e}=
|
|
2214
|
-
${
|
|
2213
|
+
`;function Ig(){const{deployment:e}=Ee(),{navigate:r}=bt(),{error:a,session:o,processed:s,signinAttempt:i,redirectUri:h,loading:d}=f0(),[u,f]=c.useState(!1),[p,m]=c.useState(null),g=()=>{window.location.reload()},v=()=>{var A;const w=((A=e==null?void 0:e.ui_settings)==null?void 0:A.sign_in_page_url)||"/sign-in";r(w)},b=()=>{f(!1),p&&r(p)},x=()=>{f(!1),p&&r(p)};if(c.useEffect(()=>{var w,A,j,S,C;if(!(!s||d||u)){if(i&&!i.completed){const _=(w=e==null?void 0:e.ui_settings)==null?void 0:w.sign_in_page_url;if(_){const k=new URL(_,window.location.origin);k.searchParams.set("signin_attempt_id",i.id),h&&k.searchParams.set("redirect_uri",h),r(k.toString())}return}if(i!=null&&i.completed){const _=h||((A=e==null?void 0:e.ui_settings)==null?void 0:A.after_signin_redirect_url)||(e==null?void 0:e.frontend_host)||"/";let k;try{k=new URL(_)}catch{k=new URL(_,window.location.origin)}if(k){(e==null?void 0:e.mode)==="staging"&&k.searchParams.set("__dev_session__",ut(e.backend_host)||"");const y=(j=e==null?void 0:e.auth_settings)==null?void 0:j.passkey;(y==null?void 0:y.enabled)&&(y==null?void 0:y.prompt_registration_on_auth)&&!((C=(S=o==null?void 0:o.active_signin)==null?void 0:S.user)!=null&&C.has_passkeys)?(m(k.toString()),f(!0)):r(k.toString())}}}},[o,s,d,h,e,i,r]),c.useEffect(()=>{a&&a.message.includes("No OAuth callback data found")&&setTimeout(()=>{var A;const w=((A=e==null?void 0:e.ui_settings)==null?void 0:A.sign_in_page_url)||(e==null?void 0:e.frontend_host);w&&r(w)},2e3)},[a,e,r]),d&&!s)return t.jsx(ge,{children:t.jsxs(ha,{children:[t.jsxs(Wa,{children:[t.jsx(Ga,{children:"Completing sign in"}),t.jsx(qa,{children:"Please wait while we authenticate you"})]}),t.jsxs(Ka,{children:[t.jsx(tc,{}),t.jsx(Ya,{children:"Verifying your credentials..."}),t.jsx(Qa,{children:"This will only take a moment."})]})]})});if(u)return t.jsx(ge,{children:t.jsxs(ha,{children:[t.jsx(qe,{}),t.jsx(M1,{onComplete:b,onSkip:x})]})});if(o&&s&&!a)return t.jsx(ge,{children:t.jsxs(ha,{children:[t.jsxs(Wa,{children:[t.jsx(Ga,{children:"Success!"}),t.jsx(qa,{children:"Authentication completed successfully"})]}),t.jsxs(Ka,{children:[t.jsx(Tg,{children:"✓"}),t.jsx(Ya,{children:"Redirecting you now..."}),t.jsx(Qa,{children:"You'll be redirected to your destination shortly."})]})]})});if(a){const w=a.message.includes("No OAuth callback data found");return t.jsx(ge,{children:t.jsxs(ha,{children:[t.jsxs(Wa,{children:[t.jsx(Ga,{children:"Something went wrong"}),t.jsx(qa,{children:"We couldn't complete your sign in"})]}),t.jsxs(Ka,{children:[t.jsx(Pg,{children:"✗"}),t.jsx(Ya,{children:"Authentication Failed"}),t.jsx(Qa,{children:a.message||"An unexpected error occurred during authentication."}),!w&&t.jsx(U,{onClick:g,$fullWidth:!0,style:{marginTop:"var(--space-8u)"},children:"Try Again"})]}),!w&&t.jsx(Fg,{children:t.jsxs("div",{children:["Having trouble?"," ",t.jsx(Zg,{onClick:v,children:"Return to sign in"})]})})]})})}return t.jsx(ge,{children:t.jsxs(ha,{children:[t.jsxs(Wa,{children:[t.jsx(Ga,{children:"Completing sign in"}),t.jsx(qa,{children:"Please wait while we authenticate you"})]}),t.jsxs(Ka,{children:[t.jsx(tc,{}),t.jsx(Ya,{children:"Verifying your credentials..."}),t.jsx(Qa,{children:"This will only take a moment."})]})]})})}const Og=l.div`
|
|
2214
|
+
${Et}
|
|
2215
2215
|
`,Hg=l.div`
|
|
2216
2216
|
text-align: center;
|
|
2217
2217
|
position: relative;
|
|
@@ -2270,8 +2270,8 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
2270
2270
|
`,xo=l.p`
|
|
2271
2271
|
font-size: var(--font-size-md);
|
|
2272
2272
|
color: var(--color-secondary-text);
|
|
2273
|
-
`;function Gg({onSuccess:e,onError:r}={}){const[a,o]=c.useState("loading"),[s,i]=c.useState(""),{token:h,attempt:d,redirectUri:u}=C2(),{verifyMagicLink:f}=m0(),{navigate:p}=bt(),{deployment:m}=
|
|
2274
|
-
${
|
|
2273
|
+
`;function Gg({onSuccess:e,onError:r}={}){const[a,o]=c.useState("loading"),[s,i]=c.useState(""),{token:h,attempt:d,redirectUri:u}=C2(),{verifyMagicLink:f}=m0(),{navigate:p}=bt(),{deployment:m}=Ee(),g=c.useRef(!1);c.useEffect(()=>{(async()=>{if(!g.current){if(!h||!d){o("error"),i("The magic link appears to be malformed. Please try signing in again."),r==null||r("Invalid magic link parameters");return}g.current=!0,o("loading"),i("Please wait while we verify your magic link.");try{await f({token:h,attempt:d,redirectUri:u}),o("success"),i("You will be redirected to your account shortly."),e==null||e(),setTimeout(()=>{var w;let x=u;if(x||(x=(w=m==null?void 0:m.ui_settings)==null?void 0:w.after_signin_redirect_url),!x&&(m!=null&&m.frontend_host)&&(x=`https://${m.frontend_host}`),x){const A=new URL(x);(m==null?void 0:m.mode)==="staging"&&A.searchParams.set("__dev_session__",ut(m.backend_host)||""),p(A.toString())}},2e3)}catch(x){o("error"),i("The magic link may have expired or already been used. Please try signing in again."),r==null||r(x.message)}}})()},[h,d]);const v=()=>{var b;(b=m==null?void 0:m.ui_settings)!=null&&b.sign_in_page_url&&p(m.ui_settings.sign_in_page_url)};return t.jsx(ge,{children:t.jsxs(Og,{children:[t.jsxs(Hg,{children:[t.jsx(Vg,{children:"Magic Link Verification"}),t.jsx(Dg,{children:"Verifying your magic link"})]}),t.jsxs(Ng,{children:[a==="loading"&&t.jsxs(t.Fragment,{children:[t.jsx(Wg,{}),t.jsx(xo,{children:s})]}),a==="success"&&t.jsxs(t.Fragment,{children:[t.jsx(Ug,{children:"✓"}),t.jsx(xo,{children:s})]}),a==="error"&&t.jsxs(t.Fragment,{children:[t.jsx(Bg,{children:"✗"}),t.jsx(xo,{children:s}),t.jsx(U,{onClick:v,$fullWidth:!0,style:{marginTop:"var(--space-10u)"},children:"Try Again"})]})]})]})})}function qg(e){var o,s;return e?((o=e.signin_attempts)==null?void 0:o.find(i=>i.requires_completion&&!i.completed))?!0:!!((s=e.signup_attempts)==null?void 0:s.find(i=>{var h,d;return((h=i.missing_fields)==null?void 0:h.length)>0||((d=i.remaining_steps)==null?void 0:d.length)>0&&!i.completed})):!1}function Kg(e){const r=e?`/profile-completion?redirect_uri=${encodeURIComponent(e)}`:"/profile-completion";window.location.href=r}const vr=l.div`
|
|
2274
|
+
${Et}
|
|
2275
2275
|
`,xr=l.div`
|
|
2276
2276
|
text-align: center;
|
|
2277
2277
|
margin-bottom: var(--space-8u);
|
|
@@ -2365,7 +2365,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
2365
2365
|
&:hover {
|
|
2366
2366
|
color: var(--color-primary-hover);
|
|
2367
2367
|
}
|
|
2368
|
-
`;function e6({token:e,onSuccess:r,onError:a}){var x;const{acceptInvitation:o,invitationData:s,loading:i,error:h}=C0(),{navigate:d}=bt(),{deployment:u}=
|
|
2368
|
+
`;function e6({token:e,onSuccess:r,onError:a}){var x;const{acceptInvitation:o,invitationData:s,loading:i,error:h}=C0(),{navigate:d}=bt(),{deployment:u}=Ee(),f=c.useRef(!1),p=()=>{var A;const w=new URLSearchParams(window.location.search);return{token:e||w.get("invite_token")||w.get("token"),redirectUri:w.get("redirect_uri")||((A=u==null?void 0:u.ui_settings)==null?void 0:A.after_signin_redirect_url)||"/"}};c.useEffect(()=>{if(f.current)return;const{token:w}=p();w&&(f.current=!0,o(w))},[o]),c.useEffect(()=>{var w;s&&(s.organization&&!s.requires_signin&&r&&r(s.organization.id,(w=s.workspace)==null?void 0:w.id),s.error_code&&a&&a(s.message||"Failed to accept invitation"))},[s,r,a]);const m=()=>{const{redirectUri:w}=p();d(w)},g=()=>{var y,M;const{token:w}=p(),A=((y=u==null?void 0:u.ui_settings)==null?void 0:y.sign_in_page_url)||"/sign-in",j=((M=u==null?void 0:u.ui_settings)==null?void 0:M.sign_up_page_url)||"/sign-up",S=new URLSearchParams;w&&S.set("invite_token",w),s!=null&&s.invited_email&&S.set("invited_email",s.invited_email);const _=`${window.location.pathname}?token=${w}`;S.set("redirect_uri",_),s!=null&&s.message&&S.set("message",s.message);const k=(s==null?void 0:s.error_code)==="INVITATION_REQUIRES_SIGNUP";d(`${k?j:A}?${S.toString()}`)},v=()=>{const{token:w}=p();w&&(f.current=!1,o(w))},{token:b}=p();if(!b&&!i)return t.jsx(ge,{children:t.jsxs(vr,{children:[t.jsxs(xr,{children:[t.jsx(br,{children:"Invalid Invitation"}),t.jsx(wr,{children:"No invitation token found"})]}),t.jsxs(yr,{children:[t.jsx(bo,{children:"✗"}),t.jsx(jr,{children:"Missing Invitation Token"}),t.jsx(_r,{children:"The invitation link appears to be invalid or incomplete."}),t.jsx(U,{onClick:()=>d("/"),$fullWidth:!0,style:{marginTop:"var(--space-8u)"},children:"Go to Home"})]})]})});if(i)return t.jsx(ge,{children:t.jsxs(vr,{children:[t.jsxs(xr,{children:[t.jsx(br,{children:"Processing Invitation"}),t.jsx(wr,{children:"Please wait while we verify your invitation"})]}),t.jsxs(yr,{children:[t.jsx(Qg,{}),t.jsx(jr,{children:"Verifying invitation..."}),t.jsx(_r,{children:"This will only take a moment."})]})]})});if(s!=null&&s.organization&&!s.requires_signin)return t.jsx(ge,{children:t.jsxs(vr,{children:[t.jsxs(xr,{children:[t.jsx(br,{children:"Invitation Accepted!"}),t.jsx(wr,{children:"You've successfully joined the organization"})]}),t.jsxs(yr,{children:[t.jsx(Yg,{children:"✓"}),t.jsxs(jr,{children:["Welcome to ",s.organization.name,"!"]}),s.workspace&&t.jsxs(_r,{children:["You've been added to the ",s.workspace.name," workspace."]}),t.jsx(U,{onClick:m,$fullWidth:!0,style:{marginTop:"var(--space-8u)"},children:"Continue to Application"})]})]})});if(s!=null&&s.already_member)return t.jsx(ge,{children:t.jsxs(vr,{children:[t.jsxs(xr,{children:[t.jsx(br,{children:"Already a Member"}),t.jsx(wr,{children:"You're already part of this organization"})]}),t.jsxs(yr,{children:[t.jsx(rc,{children:"ℹ"}),t.jsxs(jr,{children:["You're already a member of ",((x=s.organization)==null?void 0:x.name)||"this organization"]}),t.jsx(_r,{children:"No action needed - you already have access."}),t.jsx(U,{onClick:m,$fullWidth:!0,style:{marginTop:"var(--space-8u)"},children:"Continue to Application"})]})]})});if(s!=null&&s.requires_signin){const w=s.error_code==="INVITATION_REQUIRES_SIGNUP";return t.jsx(ge,{children:t.jsxs(vr,{children:[t.jsxs(xr,{children:[t.jsx(br,{children:w?"Sign Up Required":"Sign In Required"}),t.jsx(wr,{children:"To accept this invitation"})]}),t.jsxs(yr,{children:[t.jsx(rc,{children:"ℹ"}),t.jsxs(jr,{children:["This invitation is for ",t.jsx(ac,{children:s.invited_email})]}),t.jsx(_r,{children:w?"You need to create an account with this email address to accept the invitation.":s.error_code==="INVITATION_EMAIL_MISMATCH"?"You're currently signed in with a different account. Please sign in with the invited email.":"Please sign in to accept this invitation."}),t.jsx(U,{onClick:g,$fullWidth:!0,style:{marginTop:"var(--space-8u)"},children:w?"Sign Up to Accept":"Sign In to Accept"})]})]})})}return(s==null?void 0:s.error_code)==="INVITATION_EXPIRED"?t.jsx(ge,{children:t.jsxs(vr,{children:[t.jsxs(xr,{children:[t.jsx(br,{children:"Invitation Expired"}),t.jsx(wr,{children:"This invitation is no longer valid"})]}),t.jsxs(yr,{children:[t.jsx(bo,{children:"⏱"}),t.jsxs(jr,{children:["Invitation for ",t.jsx(ac,{children:s.invited_email})," has expired"]}),t.jsx(_r,{children:"Invitations are valid for 10 days. Please request a new invitation from your organization administrator."})]})]})}):h||s!=null&&s.error_code?t.jsx(ge,{children:t.jsxs(vr,{children:[t.jsxs(xr,{children:[t.jsx(br,{children:"Invitation Error"}),t.jsx(wr,{children:"Unable to process invitation"})]}),t.jsxs(yr,{children:[t.jsx(bo,{children:"✗"}),t.jsx(jr,{children:"Something went wrong"}),t.jsx(_r,{children:(s==null?void 0:s.message)||h||"Failed to accept invitation"}),t.jsx(U,{onClick:v,$fullWidth:!0,style:{marginTop:"var(--space-8u)"},children:"Try Again"}),t.jsx(Jg,{children:t.jsxs("div",{style:{marginTop:"var(--space-6u)"},children:["Having trouble?"," ",t.jsx(Xg,{onClick:g,children:"Sign in manually"})]})})]})]})}):null}const zs=c.createContext({screen:null,setScreen:()=>{},toast:(e,r)=>{}}),ft=()=>{const e=c.useContext(zs);if(!e)throw new Error("useScreenContext must be used within a ScreenContextProvider");return e},t6=l.div`
|
|
2369
2369
|
display: flex;
|
|
2370
2370
|
height: 100%;
|
|
2371
2371
|
min-height: calc(var(--size-50u) * 4);
|
|
@@ -2574,7 +2574,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
2574
2574
|
color: var(--color-foreground-inverse);
|
|
2575
2575
|
font-size: var(--font-size-sm);
|
|
2576
2576
|
font-weight: 400;
|
|
2577
|
-
`,Fn=({onSuccess:e,onCancel:r})=>{const[a,o]=c.useState(""),[s,i]=c.useState(""),[h,d]=c.useState(),[u,f]=c.useState(null),[p,m]=c.useState(!1),g=c.useRef(null),{createOrganization:v}=
|
|
2577
|
+
`,Fn=({onSuccess:e,onCancel:r})=>{const[a,o]=c.useState(""),[s,i]=c.useState(""),[h,d]=c.useState(),[u,f]=c.useState(null),[p,m]=c.useState(!1),g=c.useRef(null),{createOrganization:v}=Zt(),{refetch:b}=nt(),{toast:x}=ft(),w=y=>{o(y)},A=y=>{if(y.target.files&&y.target.files[0]){const M=y.target.files[0];if(M.size>2*1024*1024){x("File size cannot exceed 2MB","error");return}if(!M.type.startsWith("image/")){x("Please select a valid image file","error");return}u&&URL.revokeObjectURL(u),d(M),f(URL.createObjectURL(M))}},j=()=>{var y;(y=g.current)==null||y.click()},S=y=>y.split(" ").map(M=>M[0]).join("").toUpperCase().slice(0,2)||"O";c.useEffect(()=>()=>{u&&URL.revokeObjectURL(u)},[u]);const C=y=>y.trim().replace(/[<>\"'&]/g,""),_=y=>y.length>=2&&y.length<=100&&/^[a-zA-Z0-9\s_.-]+$/.test(y),k=async()=>{const y=C(a),M=C(s);if(!y){x("Please enter an organization name","error");return}if(!_(y)){x("Organization name must be 2-100 characters and contain only letters, numbers, spaces, dots, underscores, and hyphens","error");return}if(M.length>500){x("Description must be less than 500 characters","error");return}m(!0);try{const z=await v({name:y,description:M,image:h});await b(),e==null||e(z)}catch(z){const I=z.message||"Failed to create organization. Please try again.";x(I,"error")}finally{m(!1)}};return t.jsx(ge,{children:t.jsxs(t6,{children:[t.jsxs(r6,{children:[t.jsxs(R1,{hasImage:!!u,onClick:j,children:[u?t.jsx(n6,{src:u,alt:"Organization logo"}):t.jsx(o6,{children:S(a||"O")}),t.jsx(x6,{children:t.jsx(b6,{children:"Upload Logo"})})]}),t.jsx(v6,{type:"file",ref:g,onChange:A,accept:"image/png, image/jpeg, image/gif",disabled:p}),t.jsx(s6,{children:"Create new organization"}),t.jsx(i6,{children:"Organizations help you manage all your team members for an org in one umbrella."})]}),t.jsxs(a6,{children:[t.jsxs(c6,{children:[t.jsx(l6,{children:"Choose your organization name"}),t.jsx(d6,{children:"This is the name of your company or team. You can always change it later."})]}),t.jsxs(u6,{children:[t.jsxs(nc,{children:[t.jsx(oc,{children:"Organization name"}),t.jsx(p6,{type:"text",value:a,onChange:y=>w(y.target.value),placeholder:"Acme Inc.",disabled:p})]}),t.jsxs(nc,{children:[t.jsx(oc,{children:"Description (optional)"}),t.jsx(h6,{value:s,onChange:y=>i(y.target.value),placeholder:"What does your organization do?",disabled:p})]})]}),t.jsxs(f6,{children:[r?t.jsxs(m6,{onClick:r,disabled:p,children:[t.jsx(ra,{size:16}),"Back"]}):t.jsx("div",{}),t.jsx(g6,{onClick:k,disabled:p||!a.trim(),children:p?"Creating...":"Create"})]})]})]})})},P1=({isOpen:e,onClose:r,onCreated:a})=>{const o=()=>{a==null||a(),r==null||r()};return t.jsx(ge,{children:t.jsx(Oe,{isOpen:e,onClose:r,children:t.jsx(Oe.Overlay,{children:t.jsx(Oe.Content,{style:{width:"900px",maxWidth:"90vw"},children:t.jsx(Oe.Body,{style:{padding:0},children:t.jsx(Fn,{onSuccess:o,onCancel:r})})})})})})},w6=l.div`
|
|
2578
2578
|
text-align: left;
|
|
2579
2579
|
position: fixed;
|
|
2580
2580
|
background: var(--color-popover);
|
|
@@ -2599,7 +2599,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
2599
2599
|
display: flex;
|
|
2600
2600
|
gap: var(--space-4u);
|
|
2601
2601
|
justify-content: flex-end;
|
|
2602
|
-
`,
|
|
2602
|
+
`,Jr=({title:e,description:r,onConfirm:a,onCancel:o,style:s})=>{const i=c.useRef(null);return c.useEffect(()=>{const h=d=>{i.current&&!i.current.contains(d.target)&&o()};return document.addEventListener("mousedown",h),()=>{document.removeEventListener("mousedown",h)}},[o]),t.jsxs(w6,{ref:i,style:{right:"calc(var(--size-32u) + var(--space-3u))",...s},children:[t.jsx(y6,{children:e}),r&&t.jsx(j6,{children:r}),t.jsxs(_6,{children:[t.jsx(U,{onClick:o,style:{fontSize:"var(--font-size-lg)",padding:"var(--space-3u) var(--space-8u)",background:"transparent",border:"var(--border-width-thin) solid var(--color-border)",color:"var(--color-popover-foreground)"},children:"Cancel"}),t.jsx(U,{onClick:a,style:{fontSize:"var(--font-size-lg)",padding:"var(--space-3u) var(--space-8u)",background:"var(--color-error)",border:"var(--border-width-thin) solid var(--color-error)",color:"var(--color-foreground-inverse)"},children:"Confirm"})]})]})},k6=l.div`
|
|
2603
2603
|
display: flex;
|
|
2604
2604
|
align-items: center;
|
|
2605
2605
|
flex-wrap: wrap;
|
|
@@ -2725,7 +2725,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
2725
2725
|
outline: none;
|
|
2726
2726
|
border-color: var(--color-primary);
|
|
2727
2727
|
}
|
|
2728
|
-
`,$6=({organization:e})=>{const{getEnterpriseConnections:r,createEnterpriseConnection:a,deleteEnterpriseConnection:o,testEnterpriseConnection:s,generateSCIMToken:i,getSCIMToken:h,revokeSCIMToken:d}=
|
|
2728
|
+
`,$6=({organization:e})=>{const{getEnterpriseConnections:r,createEnterpriseConnection:a,deleteEnterpriseConnection:o,testEnterpriseConnection:s,generateSCIMToken:i,getSCIMToken:h,revokeSCIMToken:d}=Zt(),{toast:u}=ft(),[f,p]=c.useState(!1),[m,g]=c.useState(null),{data:v=[],isLoading:b,mutate:x}=ze(e!=null&&e.id?`wacht-org-sso:${e.id}`:null,async()=>await(r==null?void 0:r(e))||[],{refreshInterval:3e4,revalidateOnFocus:!1}),w=async A=>{try{await(o==null?void 0:o(e,A)),x(),u("SSO connection deleted","info")}catch(j){u(j.message||"Failed to delete connection","error")}g(null)};return b?t.jsx("div",{style:{display:"flex",justifyContent:"center",padding:"var(--space-20u) 0"},children:t.jsx(Ae,{})}):f?t.jsx(T6,{organization:e,onClose:()=>p(!1),onCreate:async A=>{try{await(a==null?void 0:a(e,A)),x(),p(!1),u("SSO connection created","info")}catch(j){u(j.message||"Failed to create connection","error")}}}):t.jsx(t.Fragment,{children:v.length===0?t.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",padding:"var(--space-40u) var(--space-12u)",textAlign:"center",height:"100%"},children:[t.jsx(Rt,{size:56,strokeWidth:1,style:{color:"var(--color-primary)",marginBottom:"var(--space-10u)",opacity:.7}}),t.jsx("h3",{style:{margin:"0 0 var(--space-4u) 0",fontSize:"var(--font-size-2xl)",fontWeight:500,color:"var(--color-foreground)"},children:"Enterprise SSO"}),t.jsx("p",{style:{margin:"0 0 var(--space-12u) 0",fontSize:"var(--font-size-lg)",color:"var(--color-muted)",maxWidth:"calc(var(--size-50u) * 4)",lineHeight:"1.6"},children:"Set up SAML or OIDC single sign-on to allow members to sign in with your identity provider."}),t.jsxs(U,{onClick:()=>p(!0),style:{width:"auto"},children:[t.jsx(wt,{size:16})," Configure SSO"]})]}):t.jsxs(t.Fragment,{children:[t.jsx(k6,{children:t.jsxs("div",{style:{flex:1},children:[t.jsx("h3",{style:{margin:0,fontSize:"var(--font-size-xl)",color:"var(--color-foreground)"},children:"Enterprise SSO"}),t.jsx("p",{style:{margin:"var(--space-2u) 0 0",fontSize:"var(--font-size-md)",color:"var(--color-muted)"},children:"Configure SAML or OIDC SSO for your organization"})]})}),v.map(A=>t.jsx(P6,{connection:A,onDelete:j=>g(j),connectionToDelete:m,onConfirmDelete:w,onCancelDelete:()=>g(null),testConnection:j=>s(e,j),generateSCIMToken:j=>i(e,j),getSCIMToken:j=>h(e,j),revokeSCIMToken:j=>d(e,j),toast:u},A.id))]})})},M6=l.div`
|
|
2729
2729
|
margin-top: var(--space-8u);
|
|
2730
2730
|
padding-top: var(--space-8u);
|
|
2731
2731
|
border-top: var(--border-width-thin) solid var(--color-border);
|
|
@@ -2741,14 +2741,14 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
2741
2741
|
display: flex;
|
|
2742
2742
|
gap: var(--space-4u);
|
|
2743
2743
|
flex-wrap: wrap;
|
|
2744
|
-
`,P6=({connection:e,onDelete:r,connectionToDelete:a,onConfirmDelete:o,onCancelDelete:s,testConnection:i,generateSCIMToken:h,getSCIMToken:d,revokeSCIMToken:u,toast:f})=>{var
|
|
2744
|
+
`,P6=({connection:e,onDelete:r,connectionToDelete:a,onConfirmDelete:o,onCancelDelete:s,testConnection:i,generateSCIMToken:h,getSCIMToken:d,revokeSCIMToken:u,toast:f})=>{var I,H,T,P,$;const[p,m]=c.useState(null),[g,v]=c.useState(!1),[b,x]=c.useState(null),[w,A]=c.useState(null),[j,S]=c.useState(!1),[C,_]=c.useState(null);c.useEffect(()=>{d&&e.id&&d(e.id).then(m).catch(()=>{})},[e.id,d]);const k=async()=>{if(i){S(!0),_(null);try{const E=await i(e.id);_(E)}catch(E){_({success:!1,checks:{},errors:{general:E.message||"Test failed"}})}finally{S(!1)}}},y=async()=>{if(h){v(!0);try{const E=await h(e.id);x(E.token),m({exists:!0,token:E}),f("SCIM token generated. Copy it now - it won't be shown again!","info")}catch(E){f(E.message||"Failed to generate token","error")}finally{v(!1)}}},M=async()=>{if(u){v(!0);try{await u(e.id),m({exists:!1,scim_base_url:p==null?void 0:p.scim_base_url}),x(null),f("SCIM token revoked","info")}catch(E){f(E.message||"Failed to revoke token","error")}finally{v(!1)}}},z=(E,F)=>{navigator.clipboard.writeText(E),A(F),setTimeout(()=>A(null),2e3)};return t.jsxs(C6,{children:[t.jsxs(S6,{children:[t.jsxs(E6,{children:[t.jsx(Rt,{size:16}),e.protocol==="oidc"?"OIDC SSO":"SAML SSO",t.jsx(A6,{children:e.protocol.toUpperCase()})]}),t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx(U,{onClick:k,disabled:j,style:{fontSize:"var(--font-size-sm)",padding:"var(--space-3u) var(--space-7u)",width:"var(--size-40u)"},children:j?t.jsx(Ae,{size:14}):"Test"}),t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$outline:!0,onClick:()=>r(e.id),style:{fontSize:"var(--font-size-sm)",padding:"var(--space-3u) var(--space-7u)",width:"var(--size-40u)",color:"var(--color-error)",borderColor:"var(--color-error)"},children:"Remove"}),a===e.id&&t.jsx(Jr,{title:"Delete this SSO connection?",onConfirm:()=>o(e.id),onCancel:s})]})]})]}),C&&t.jsxs("div",{style:{marginBottom:"var(--space-6u)",padding:"var(--space-4u) var(--space-6u)",background:C.success?"var(--color-success-background)":"var(--color-error-background)",borderRadius:"var(--radius-xs)",fontSize:"var(--font-size-sm)",color:C.success?"var(--color-success)":"var(--color-error)",fontWeight:500},children:[C.success?"✓ Connection is valid":"✗ Connection failed",C.errors&&Object.entries(C.errors).map(([E,F])=>t.jsxs("div",{style:{fontWeight:400,marginTop:"var(--space-2u)"},children:[E.replace(/_/g," "),": ",F]},E))]}),t.jsxs("div",{style:{display:"grid",gridTemplateColumns:"auto 1fr",gap:"var(--space-2u) var(--space-8u)",fontSize:"var(--font-size-sm)",marginBottom:"var(--space-8u)"},children:[e.protocol==="saml"?t.jsxs(t.Fragment,{children:[t.jsx("span",{style:{color:"var(--color-muted)"},children:"Entity ID"}),t.jsx("span",{style:{color:"var(--color-foreground)",wordBreak:"break-all"},children:e.idp_entity_id}),t.jsx("span",{style:{color:"var(--color-muted)"},children:"SSO URL"}),t.jsx("span",{style:{color:"var(--color-foreground)",wordBreak:"break-all"},children:e.idp_sso_url})]}):t.jsxs(t.Fragment,{children:[t.jsx("span",{style:{color:"var(--color-muted)"},children:"Issuer URL"}),t.jsx("span",{style:{color:"var(--color-foreground)",wordBreak:"break-all"},children:e.oidc_issuer_url}),t.jsx("span",{style:{color:"var(--color-muted)"},children:"Client ID"}),t.jsx("span",{style:{color:"var(--color-foreground)"},children:e.oidc_client_id}),t.jsx("span",{style:{color:"var(--color-muted)"},children:"Scopes"}),t.jsx("span",{style:{color:"var(--color-foreground)"},children:e.oidc_scopes||"openid profile email"})]}),t.jsx("span",{style:{color:"var(--color-muted)"},children:"Created"}),t.jsx("span",{style:{color:"var(--color-foreground)"},children:new Date(e.created_at).toLocaleDateString()})]}),t.jsxs(M6,{children:[t.jsxs("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:"var(--space-6u)"},children:[t.jsxs(L6,{style:{marginBottom:0},children:[t.jsx(Rt,{size:14}),"SCIM Provisioning"]}),t.jsx(R6,{children:!(p!=null&&p.exists)||!((I=p==null?void 0:p.token)!=null&&I.enabled)?t.jsx(U,{onClick:y,disabled:g,style:{fontSize:"var(--font-size-sm)",padding:"var(--space-3u) var(--space-7u)",width:"calc(var(--space-10u) * 6)"},children:g?t.jsx(Ae,{size:14}):"Generate Token"}):t.jsxs(t.Fragment,{children:[t.jsx(U,{onClick:y,disabled:g,style:{fontSize:"var(--font-size-sm)",padding:"var(--space-3u) var(--space-7u)",width:"var(--size-40u)"},children:g?t.jsx(Ae,{size:14}):"Rotate"}),t.jsx(U,{$outline:!0,onClick:M,disabled:g,style:{fontSize:"var(--font-size-sm)",padding:"var(--space-3u) var(--space-7u)",width:"var(--size-40u)",color:"var(--color-error)",borderColor:"var(--color-error)"},children:"Revoke"})]})})]}),(((H=p==null?void 0:p.token)==null?void 0:H.scim_base_url)||b)&&t.jsx("div",{style:{marginBottom:"var(--space-4u)"},children:t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx("span",{style:{fontSize:"var(--font-size-xs)",color:"var(--color-muted)",minWidth:"var(--size-40u)"},children:"Base URL:"}),t.jsx("code",{style:{fontSize:"var(--font-size-xs)",flex:1,wordBreak:"break-all",color:"var(--color-foreground)"},children:((T=p==null?void 0:p.token)==null?void 0:T.scim_base_url)||"Loading..."}),((P=p==null?void 0:p.token)==null?void 0:P.scim_base_url)&&t.jsx(ya,{onClick:()=>z(p.token.scim_base_url,"scim-url"),children:w==="scim-url"?t.jsx(it,{size:12}):t.jsx(Kr,{size:12})})]})}),b&&t.jsxs("div",{style:{marginBottom:"var(--space-4u)"},children:[t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx("span",{style:{fontSize:"var(--font-size-xs)",color:"var(--color-muted)",minWidth:"var(--size-40u)"},children:"Token:"}),t.jsx("code",{style:{fontSize:"var(--font-size-xs)",flex:1,wordBreak:"break-all",color:"var(--color-foreground)",fontFamily:"monospace"},children:b}),t.jsx(ya,{onClick:()=>z(b,"scim-token"),children:w==="scim-token"?t.jsx(it,{size:12}):t.jsx(Kr,{size:12})})]}),t.jsx("div",{style:{fontSize:"var(--font-size-xs)",color:"var(--color-warning)",marginTop:"var(--space-3u)"},children:"⚠️ Copy this token now. It won't be shown again."})]}),(p==null?void 0:p.exists)&&(($=p==null?void 0:p.token)==null?void 0:$.enabled)&&!b&&t.jsxs("div",{style:{fontSize:"var(--font-size-xs)",color:"var(--color-muted)"},children:["Token:"," ",t.jsxs("code",{style:{color:"var(--color-foreground)",background:"var(--color-background-subtle)",padding:"var(--space-1u) var(--space-3u)",borderRadius:"var(--radius-2xs)"},children:[p.token.token_prefix,"..."]}),p.token.last_used_at&&t.jsxs("span",{children:[" ","· Last used:"," ",new Date(p.token.last_used_at).toLocaleDateString()]})]})]})]})},yo=l.h3`
|
|
2745
2745
|
margin: 0 0 var(--space-6u) 0;
|
|
2746
2746
|
font-size: var(--font-size-md);
|
|
2747
2747
|
font-weight: 600;
|
|
2748
2748
|
color: var(--color-card-foreground);
|
|
2749
2749
|
text-transform: uppercase;
|
|
2750
2750
|
letter-spacing: var(--letter-spacing-tight);
|
|
2751
|
-
`,T6=({onCreate:e,organization:r})=>{const{getOrganizationDomains:a,testEnterpriseConnectionConfig:o}=Ft(),{deployment:s}=Se(),{toast:i}=ft(),[h,d]=c.useState(!1),[u,f]=c.useState(null),[p,m]=c.useState("saml"),[g,v]=c.useState(null),[b,x]=c.useState(!1),[w,A]=c.useState({domain_id:"",idp_entity_id:"",idp_sso_url:"",idp_certificate:"",oidc_issuer_url:"",oidc_client_id:"",oidc_client_secret:"",oidc_scopes:"openid profile email",jit_enabled:!0,attr_first_name:"",attr_last_name:"",attr_email:""}),[j,S]=c.useState(!1),[C,_]=c.useState(null),{data:k=[],isLoading:y}=Ae("wacht-org-verified-domains-for-sso-screen",async()=>(await(a==null?void 0:a(r))||[]).filter(F=>F.verified),{revalidateOnFocus:!1}),$=E=>{f(E),m(E.protocol),E.protocol==="saml"?A(F=>{var L,H,I;return{...F,idp_entity_id:E.placeholders.entityId||"",idp_sso_url:E.placeholders.ssoUrl||"",attr_first_name:((L=E.attributeMapping)==null?void 0:L.first_name)||"",attr_last_name:((H=E.attributeMapping)==null?void 0:H.last_name)||"",attr_email:((I=E.attributeMapping)==null?void 0:I.email)||""}}):A(F=>{var L,H,I;return{...F,oidc_issuer_url:E.placeholders.issuerUrl||"",oidc_scopes:E.placeholders.scopes||"openid profile email",attr_first_name:((L=E.attributeMapping)==null?void 0:L.first_name)||"",attr_last_name:((H=E.attributeMapping)==null?void 0:H.last_name)||"",attr_email:((I=E.attributeMapping)==null?void 0:I.email)||""}})},z=s!=null&&s.backend_host?`${s.backend_host.startsWith("https://")?"":"https://"}${s.backend_host}/auth/sso/oidc/callback`:"",Z=s!=null&&s.backend_host?`https://${s.backend_host}/auth/sso/metadata`:"",O=s!=null&&s.backend_host?`https://${s.backend_host}/auth/sso/callback`:"",R=(E,F)=>{navigator.clipboard.writeText(E),v(F),setTimeout(()=>v(null),2e3)},P=async E=>{E.preventDefault();const F=L=>L.includes("{")||L.includes("}");if(p==="saml"){if(!w.idp_entity_id||F(w.idp_entity_id)){i("Please enter a valid IdP Entity ID (no placeholders)","error");return}if(!w.idp_sso_url||F(w.idp_sso_url)){i("Please enter a valid IdP SSO URL (no placeholders)","error");return}if(!w.idp_certificate){i("Please provide the X.509 Certificate","error");return}}else{if(!w.oidc_issuer_url||F(w.oidc_issuer_url)){i("Please enter a valid Issuer URL (no placeholders)","error");return}if(!w.oidc_client_id||F(w.oidc_client_id)){i("Please enter a valid Client ID (no placeholders)","error");return}if(!w.oidc_client_secret){i("Please enter the Client Secret","error");return}}d(!0);try{const L={};w.attr_first_name&&(L.first_name=w.attr_first_name),w.attr_last_name&&(L.last_name=w.attr_last_name),w.attr_email&&(L.email=w.attr_email);const H=Object.keys(L).length>0;p==="saml"?await e({protocol:"saml",domain_id:w.domain_id||void 0,idp_entity_id:w.idp_entity_id,idp_sso_url:w.idp_sso_url,idp_certificate:w.idp_certificate,jit_enabled:w.jit_enabled,...H&&{attribute_mapping:L}}):await e({protocol:"oidc",domain_id:w.domain_id||void 0,oidc_issuer_url:w.oidc_issuer_url,oidc_client_id:w.oidc_client_id,oidc_client_secret:w.oidc_client_secret,oidc_scopes:w.oidc_scopes,jit_enabled:w.jit_enabled,...H&&{attribute_mapping:L}})}finally{d(!1)}},M=async()=>{S(!0),_(null);const E=H=>H.includes("{")||H.includes("}"),F={},L={};if(p==="saml"?(w.idp_entity_id?E(w.idp_entity_id)?(L.entity_id_valid=!1,F.entity_id_valid="IdP Entity ID contains placeholder values - please replace with actual values"):L.entity_id_valid=!0:(L.entity_id_valid=!1,F.entity_id_valid="IdP Entity ID is required"),w.idp_sso_url?E(w.idp_sso_url)?(L.sso_url_valid=!1,F.sso_url_valid="IdP SSO URL contains placeholder values - please replace with actual values"):L.sso_url_valid=!0:(L.sso_url_valid=!1,F.sso_url_valid="IdP SSO URL is required"),w.idp_certificate?L.certificate_provided=!0:(L.certificate_provided=!1,F.certificate_provided="X.509 Certificate is required")):(w.oidc_issuer_url?E(w.oidc_issuer_url)?(L.issuer_url_valid=!1,F.issuer_url_valid="Issuer URL contains placeholder values - please replace with actual values"):L.issuer_url_valid=!0:(L.issuer_url_valid=!1,F.issuer_url_valid="Issuer URL is required"),w.oidc_client_id?E(w.oidc_client_id)?(L.client_id_valid=!1,F.client_id_valid="Client ID contains placeholder values - please replace with actual values"):L.client_id_valid=!0:(L.client_id_valid=!1,F.client_id_valid="Client ID is required")),Object.keys(F).length>0){_({success:!1,checks:L,errors:F}),S(!1);return}try{const H=p==="saml"?{protocol:"saml",idp_entity_id:w.idp_entity_id,idp_sso_url:w.idp_sso_url,idp_certificate:w.idp_certificate}:{protocol:"oidc",oidc_issuer_url:w.oidc_issuer_url,oidc_client_id:w.oidc_client_id,oidc_client_secret:w.oidc_client_secret},I=await(o==null?void 0:o(r,H));I&&_(I)}catch(H){_({success:!1,checks:{},errors:{general:"Test failed: "+H.message}})}finally{S(!1)}};return t.jsxs("form",{onSubmit:P,autoComplete:"off",children:[u?t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-6u)",padding:"var(--space-6u)",background:"var(--color-primary-background)",borderRadius:"var(--radius-md)",border:"var(--border-width-thin) solid var(--color-primary)",marginBottom:"var(--space-8u)"},children:[u.logo?t.jsx(wo,{src:u.logo,alt:u.name}):t.jsx("div",{style:{height:"var(--size-12u)",width:"var(--size-12u)",display:"flex",alignItems:"center",justifyContent:"center",background:"var(--color-background)",borderRadius:"var(--radius-2xs)",padding:"var(--space-1u)"},children:t.jsx(Lt,{size:18,color:"var(--color-muted)"})}),t.jsxs("div",{style:{flex:1},children:[t.jsx("div",{style:{fontWeight:500,fontSize:"var(--font-size-lg)",color:"var(--color-foreground)"},children:u.name}),t.jsx("div",{style:{fontSize:"var(--font-size-xs)",color:"var(--color-muted)",textTransform:"uppercase"},children:u.protocol})]}),t.jsx("button",{type:"button",onClick:()=>f(null),style:{background:"none",border:"none",color:"var(--color-primary)",cursor:"pointer",fontSize:"var(--font-size-sm)",padding:"var(--space-2u) var(--space-4u)"},children:"Change"})]}):t.jsxs(t.Fragment,{children:[t.jsx(yo,{children:"SAML Providers"}),t.jsx(cc,{children:ic.filter(E=>E.protocol==="saml").map(E=>t.jsxs(lc,{type:"button",$selected:!1,onClick:()=>$(E),children:[E.logo?t.jsx(wo,{src:E.logo,alt:E.name}):t.jsx("div",{style:{height:"var(--size-12u)",width:"var(--size-12u)",display:"flex",alignItems:"center",justifyContent:"center",background:"var(--color-background)",borderRadius:"var(--radius-2xs)",padding:"var(--space-1u)"},children:t.jsx(Lt,{size:18,color:"var(--color-muted)"})}),t.jsx(dc,{children:E.name})]},E.id))}),t.jsx(yo,{style:{marginTop:"var(--space-10u)"},children:"OIDC Providers"}),t.jsx(cc,{children:ic.filter(E=>E.protocol==="oidc").map(E=>t.jsxs(lc,{type:"button",$selected:!1,onClick:()=>$(E),children:[E.logo?t.jsx(wo,{src:E.logo,alt:E.name}):t.jsx("div",{style:{height:"var(--size-12u)",width:"var(--size-12u)",display:"flex",alignItems:"center",justifyContent:"center",background:"var(--color-background)",borderRadius:"var(--radius-2xs)",padding:"var(--space-1u)"},children:t.jsx(Lt,{size:18,color:"var(--color-muted)"})}),t.jsx(dc,{children:E.name})]},E.id))})]}),u&&t.jsxs(t.Fragment,{children:[t.jsxs(sc,{style:{marginTop:"var(--space-8u)"},children:[t.jsx("div",{style:{marginBottom:"var(--space-6u)",fontWeight:500},children:"Service Provider Details"}),t.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-4u)"},children:p==="saml"?t.jsxs(t.Fragment,{children:[t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx("span",{style:{minWidth:"var(--size-40u)",fontSize:"var(--font-size-sm)"},children:"ACS URL:"}),t.jsx("code",{style:{flex:1,fontSize:"var(--font-size-xs)"},children:O}),t.jsx(ya,{onClick:()=>R(O,"acs"),children:g==="acs"?t.jsx(it,{size:12}):t.jsx(qr,{size:12})})]}),t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx("span",{style:{minWidth:"var(--size-40u)",fontSize:"var(--font-size-sm)"},children:"Metadata:"}),t.jsx("code",{style:{flex:1,fontSize:"var(--font-size-xs)"},children:Z}),t.jsx(ya,{onClick:()=>R(Z,"metadata"),children:g==="metadata"?t.jsx(it,{size:12}):t.jsx(qr,{size:12})})]})]}):t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx("span",{style:{minWidth:"var(--size-40u)",fontSize:"var(--font-size-sm)"},children:"Callback:"}),t.jsx("code",{style:{flex:1,fontSize:"var(--font-size-xs)"},children:z}),t.jsx(ya,{onClick:()=>R(z,"callback"),children:g==="callback"?t.jsx(it,{size:12}):t.jsx(qr,{size:12})})]})})]}),t.jsxs("div",{style:{marginTop:"var(--space-12u)"},children:[t.jsxs("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:"var(--space-6u)"},children:[t.jsx(yo,{style:{margin:0},children:u?`${u.name} Configuration`:"Configuration"}),t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-6u)"},children:[u&&u.docUrl&&t.jsxs("a",{href:u.docUrl,target:"_blank",rel:"noopener noreferrer",style:{fontSize:"var(--font-size-sm)",color:"var(--color-primary)",textDecoration:"none",display:"flex",gap:"var(--space-1u)",alignItems:"center"},children:[t.jsx(J8,{size:12})," Docs"]}),t.jsx(U,{type:"button",$outline:!0,onClick:M,disabled:j||!u,style:{padding:"var(--space-4u) var(--space-8u)"},children:j?t.jsx(Ee,{size:16}):"Test Connection"}),t.jsx(U,{type:"submit",disabled:h||k.length===0||!u,style:{width:"auto",padding:"var(--space-4u) var(--space-8u)"},children:h?t.jsx(Ee,{size:16}):"Create Connection"})]})]}),C&&(()=>{const E={entity_id_valid:"IdP Entity ID",sso_url_valid:"IdP SSO URL",certificate_provided:"X.509 Certificate",issuer_url_valid:"Issuer URL",client_id_valid:"Client ID",certificate_valid:"Certificate Valid",sso_url_reachable:"SSO URL Reachable",discovery_reachable:"Discovery Endpoint",discovery_valid:"Discovery Valid",authorization_endpoint:"Authorization Endpoint",token_endpoint:"Token Endpoint",issuer_valid:"Issuer URL Valid"};return t.jsxs("div",{style:{padding:"var(--space-8u)",marginBottom:"var(--space-8u)",borderRadius:"var(--radius-md)",background:C.success?"var(--color-success-background)":"var(--color-error-background)",border:`var(--border-width-thin) solid ${C.success?"var(--color-success)":"var(--color-error)"}`},children:[t.jsx("div",{style:{fontWeight:600,marginBottom:"var(--space-6u)",fontSize:"var(--font-size-lg)",color:C.success?"var(--color-success)":"var(--color-error)"},children:C.success?"✓ All checks passed":"✗ Some checks failed"}),t.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-4u)"},children:Object.entries(C.checks).map(([F,L])=>{var H;return t.jsxs("div",{style:{display:"flex",alignItems:"flex-start",gap:"var(--space-4u)",padding:"var(--space-4u) var(--space-6u)",background:"var(--color-background)",borderRadius:"var(--radius-xs)",border:"var(--border-width-thin) solid var(--color-border)"},children:[t.jsx("span",{style:{color:L?"var(--color-success)":"var(--color-error)",fontWeight:600,fontSize:"var(--font-size-lg)",minWidth:"var(--size-8u)"},children:L?"✓":"✗"}),t.jsxs("div",{style:{flex:1},children:[t.jsx("div",{style:{fontWeight:500,color:"var(--color-foreground)",fontSize:"var(--font-size-md)"},children:E[F]||F.replace(/_/g," ").replace(/\b\w/g,I=>I.toUpperCase())}),((H=C.errors)==null?void 0:H[F])&&t.jsx("div",{style:{color:"var(--color-error)",fontSize:"var(--font-size-sm)",marginTop:"var(--space-2u)"},children:C.errors[F]})]})]},F)})})]})})(),t.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:"var(--space-8u)"},children:[!u&&t.jsxs(ke,{children:[t.jsx(be,{children:"Protocol *"}),t.jsxs(uc,{value:p,onChange:E=>m(E.target.value),children:[t.jsx("option",{value:"saml",children:"SAML"}),t.jsx("option",{value:"oidc",children:"OpenID Connect (OIDC)"})]})]}),t.jsxs(ke,{style:{gridColumn:"1 / -1"},children:[t.jsx(be,{children:"Domain *"}),y?t.jsx("div",{style:{padding:"var(--space-5u)",color:"var(--color-muted)"},children:"Loading domains..."}):k.length===0?t.jsx(sc,{style:{marginBottom:0},children:"No verified domains found. Please add and verify a domain first."}):t.jsxs(uc,{value:w.domain_id,onChange:E=>A({...w,domain_id:E.target.value}),required:!0,children:[t.jsx("option",{value:"",children:"Select a verified domain"}),k.map(E=>t.jsx("option",{value:E.id,children:E.fqdn},E.id))]})]}),p==="saml"?t.jsxs(t.Fragment,{children:[t.jsxs(ke,{children:[t.jsx(be,{children:"IdP Entity ID *"}),t.jsx(ue,{type:"text",value:w.idp_entity_id,onChange:E=>A({...w,idp_entity_id:E.target.value}),placeholder:"https://idp.example.com/entity",required:!0})]}),t.jsxs(ke,{children:[t.jsx(be,{children:"IdP SSO URL *"}),t.jsx(ue,{type:"url",value:w.idp_sso_url,onChange:E=>A({...w,idp_sso_url:E.target.value}),placeholder:"https://idp.example.com/sso",required:!0})]}),t.jsxs(ke,{style:{gridColumn:"1 / -1"},children:[t.jsx(be,{children:"X.509 Certificate *"}),t.jsx(z6,{value:w.idp_certificate,onChange:E=>A({...w,idp_certificate:E.target.value}),placeholder:"-----BEGIN CERTIFICATE-----...",required:!0})]})]}):t.jsxs(t.Fragment,{children:[t.jsxs(ke,{children:[t.jsx(be,{children:"Issuer URL *"}),t.jsx(ue,{type:"url",value:w.oidc_issuer_url,onChange:E=>A({...w,oidc_issuer_url:E.target.value}),placeholder:"https://login.example.com",required:!0})]}),t.jsxs(ke,{children:[t.jsx(be,{children:"Client ID *"}),t.jsx(ue,{type:"text",value:w.oidc_client_id,onChange:E=>A({...w,oidc_client_id:E.target.value}),placeholder:"your-client-id",required:!0,autoComplete:"off","data-lpignore":"true","data-form-type":"other"})]}),t.jsxs(ke,{children:[t.jsx(be,{children:"Client Secret *"}),t.jsx(ue,{type:"password",value:w.oidc_client_secret,onChange:E=>A({...w,oidc_client_secret:E.target.value}),placeholder:"your-client-secret",required:!0,autoComplete:"new-password","data-lpignore":"true","data-form-type":"other"})]}),t.jsxs(ke,{children:[t.jsx(be,{children:"Scopes"}),t.jsx(ue,{type:"text",value:w.oidc_scopes,onChange:E=>A({...w,oidc_scopes:E.target.value}),placeholder:"openid profile email"})]})]}),t.jsx(ke,{style:{gridColumn:"1 / -1"},children:t.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[t.jsxs("div",{children:[t.jsx("span",{style:{fontWeight:400,color:"var(--color-foreground)",display:"block"},children:"Enable JIT Provisioning"}),t.jsx("div",{style:{fontSize:"var(--font-size-sm)",color:"var(--color-muted)",marginTop:"var(--space-2u)"},children:"When enabled, new users are automatically created on their first SSO login. When disabled, only pre-existing users can sign in via SSO."})]}),t.jsx(Pr,{checked:w.jit_enabled,onChange:()=>A({...w,jit_enabled:!w.jit_enabled})})]})}),t.jsxs("div",{style:{gridColumn:"1 / -1",marginTop:"var(--space-4u)",marginBottom:"var(--space-12u)"},children:[t.jsxs("div",{onClick:()=>x(!b),style:{display:"flex",alignItems:"center",gap:"var(--space-4u)",cursor:"pointer",color:"var(--color-primary)",fontSize:"var(--font-size-md)",fontWeight:500,marginBottom:b?"var(--space-8u)":"0"},children:[t.jsx("span",{style:{fontSize:"var(--font-size-2xs)"},children:b?"▼":"▶"}),"Advanced Options (Attribute Mapping)"]}),b&&t.jsxs("div",{style:{padding:"var(--space-8u)",background:"var(--color-background-subtle)",borderRadius:"var(--radius-md)",border:"var(--border-width-thin) solid var(--color-border)"},children:[t.jsx("div",{style:{fontSize:"var(--font-size-sm)",color:"var(--color-muted)",marginBottom:"var(--space-6u)"},children:"Map IdP attribute names to Wacht user fields. Leave empty to use default attribute names."}),t.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr 1fr",gap:"var(--space-6u)"},children:[t.jsxs(ke,{children:[t.jsx(be,{children:"First Name Attribute"}),t.jsx(ue,{type:"text",value:w.attr_first_name,onChange:E=>A({...w,attr_first_name:E.target.value}),placeholder:p==="saml"?"givenName":"given_name"})]}),t.jsxs(ke,{children:[t.jsx(be,{children:"Last Name Attribute"}),t.jsx(ue,{type:"text",value:w.attr_last_name,onChange:E=>A({...w,attr_last_name:E.target.value}),placeholder:p==="saml"?"surname":"family_name"})]}),t.jsxs(ke,{children:[t.jsx(be,{children:"Email Attribute"}),t.jsx(ue,{type:"text",value:w.attr_email,onChange:E=>A({...w,attr_email:E.target.value}),placeholder:"email"})]})]})]})]})]})]})]})]})};ht`
|
|
2751
|
+
`,T6=({onCreate:e,organization:r})=>{const{getOrganizationDomains:a,testEnterpriseConnectionConfig:o}=Zt(),{deployment:s}=Ee(),{toast:i}=ft(),[h,d]=c.useState(!1),[u,f]=c.useState(null),[p,m]=c.useState("saml"),[g,v]=c.useState(null),[b,x]=c.useState(!1),[w,A]=c.useState({domain_id:"",idp_entity_id:"",idp_sso_url:"",idp_certificate:"",oidc_issuer_url:"",oidc_client_id:"",oidc_client_secret:"",oidc_scopes:"openid profile email",jit_enabled:!0,attr_first_name:"",attr_last_name:"",attr_email:""}),[j,S]=c.useState(!1),[C,_]=c.useState(null),{data:k=[],isLoading:y}=ze("wacht-org-verified-domains-for-sso-screen",async()=>(await(a==null?void 0:a(r))||[]).filter(F=>F.verified),{revalidateOnFocus:!1}),M=E=>{f(E),m(E.protocol),E.protocol==="saml"?A(F=>{var L,Z,O;return{...F,idp_entity_id:E.placeholders.entityId||"",idp_sso_url:E.placeholders.ssoUrl||"",attr_first_name:((L=E.attributeMapping)==null?void 0:L.first_name)||"",attr_last_name:((Z=E.attributeMapping)==null?void 0:Z.last_name)||"",attr_email:((O=E.attributeMapping)==null?void 0:O.email)||""}}):A(F=>{var L,Z,O;return{...F,oidc_issuer_url:E.placeholders.issuerUrl||"",oidc_scopes:E.placeholders.scopes||"openid profile email",attr_first_name:((L=E.attributeMapping)==null?void 0:L.first_name)||"",attr_last_name:((Z=E.attributeMapping)==null?void 0:Z.last_name)||"",attr_email:((O=E.attributeMapping)==null?void 0:O.email)||""}})},z=s!=null&&s.backend_host?`${s.backend_host.startsWith("https://")?"":"https://"}${s.backend_host}/auth/sso/oidc/callback`:"",I=s!=null&&s.backend_host?`https://${s.backend_host}/auth/sso/metadata`:"",H=s!=null&&s.backend_host?`https://${s.backend_host}/auth/sso/callback`:"",T=(E,F)=>{navigator.clipboard.writeText(E),v(F),setTimeout(()=>v(null),2e3)},P=async E=>{E.preventDefault();const F=L=>L.includes("{")||L.includes("}");if(p==="saml"){if(!w.idp_entity_id||F(w.idp_entity_id)){i("Please enter a valid IdP Entity ID (no placeholders)","error");return}if(!w.idp_sso_url||F(w.idp_sso_url)){i("Please enter a valid IdP SSO URL (no placeholders)","error");return}if(!w.idp_certificate){i("Please provide the X.509 Certificate","error");return}}else{if(!w.oidc_issuer_url||F(w.oidc_issuer_url)){i("Please enter a valid Issuer URL (no placeholders)","error");return}if(!w.oidc_client_id||F(w.oidc_client_id)){i("Please enter a valid Client ID (no placeholders)","error");return}if(!w.oidc_client_secret){i("Please enter the Client Secret","error");return}}d(!0);try{const L={};w.attr_first_name&&(L.first_name=w.attr_first_name),w.attr_last_name&&(L.last_name=w.attr_last_name),w.attr_email&&(L.email=w.attr_email);const Z=Object.keys(L).length>0;p==="saml"?await e({protocol:"saml",domain_id:w.domain_id||void 0,idp_entity_id:w.idp_entity_id,idp_sso_url:w.idp_sso_url,idp_certificate:w.idp_certificate,jit_enabled:w.jit_enabled,...Z&&{attribute_mapping:L}}):await e({protocol:"oidc",domain_id:w.domain_id||void 0,oidc_issuer_url:w.oidc_issuer_url,oidc_client_id:w.oidc_client_id,oidc_client_secret:w.oidc_client_secret,oidc_scopes:w.oidc_scopes,jit_enabled:w.jit_enabled,...Z&&{attribute_mapping:L}})}finally{d(!1)}},$=async()=>{S(!0),_(null);const E=Z=>Z.includes("{")||Z.includes("}"),F={},L={};if(p==="saml"?(w.idp_entity_id?E(w.idp_entity_id)?(L.entity_id_valid=!1,F.entity_id_valid="IdP Entity ID contains placeholder values - please replace with actual values"):L.entity_id_valid=!0:(L.entity_id_valid=!1,F.entity_id_valid="IdP Entity ID is required"),w.idp_sso_url?E(w.idp_sso_url)?(L.sso_url_valid=!1,F.sso_url_valid="IdP SSO URL contains placeholder values - please replace with actual values"):L.sso_url_valid=!0:(L.sso_url_valid=!1,F.sso_url_valid="IdP SSO URL is required"),w.idp_certificate?L.certificate_provided=!0:(L.certificate_provided=!1,F.certificate_provided="X.509 Certificate is required")):(w.oidc_issuer_url?E(w.oidc_issuer_url)?(L.issuer_url_valid=!1,F.issuer_url_valid="Issuer URL contains placeholder values - please replace with actual values"):L.issuer_url_valid=!0:(L.issuer_url_valid=!1,F.issuer_url_valid="Issuer URL is required"),w.oidc_client_id?E(w.oidc_client_id)?(L.client_id_valid=!1,F.client_id_valid="Client ID contains placeholder values - please replace with actual values"):L.client_id_valid=!0:(L.client_id_valid=!1,F.client_id_valid="Client ID is required")),Object.keys(F).length>0){_({success:!1,checks:L,errors:F}),S(!1);return}try{const Z=p==="saml"?{protocol:"saml",idp_entity_id:w.idp_entity_id,idp_sso_url:w.idp_sso_url,idp_certificate:w.idp_certificate}:{protocol:"oidc",oidc_issuer_url:w.oidc_issuer_url,oidc_client_id:w.oidc_client_id,oidc_client_secret:w.oidc_client_secret},O=await(o==null?void 0:o(r,Z));O&&_(O)}catch(Z){_({success:!1,checks:{},errors:{general:"Test failed: "+Z.message}})}finally{S(!1)}};return t.jsxs("form",{onSubmit:P,autoComplete:"off",children:[u?t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-6u)",padding:"var(--space-6u)",background:"var(--color-primary-background)",borderRadius:"var(--radius-md)",border:"var(--border-width-thin) solid var(--color-primary)",marginBottom:"var(--space-8u)"},children:[u.logo?t.jsx(wo,{src:u.logo,alt:u.name}):t.jsx("div",{style:{height:"var(--size-12u)",width:"var(--size-12u)",display:"flex",alignItems:"center",justifyContent:"center",background:"var(--color-background)",borderRadius:"var(--radius-2xs)",padding:"var(--space-1u)"},children:t.jsx(Rt,{size:18,color:"var(--color-muted)"})}),t.jsxs("div",{style:{flex:1},children:[t.jsx("div",{style:{fontWeight:500,fontSize:"var(--font-size-lg)",color:"var(--color-foreground)"},children:u.name}),t.jsx("div",{style:{fontSize:"var(--font-size-xs)",color:"var(--color-muted)",textTransform:"uppercase"},children:u.protocol})]}),t.jsx("button",{type:"button",onClick:()=>f(null),style:{background:"none",border:"none",color:"var(--color-primary)",cursor:"pointer",fontSize:"var(--font-size-sm)",padding:"var(--space-2u) var(--space-4u)"},children:"Change"})]}):t.jsxs(t.Fragment,{children:[t.jsx(yo,{children:"SAML Providers"}),t.jsx(cc,{children:ic.filter(E=>E.protocol==="saml").map(E=>t.jsxs(lc,{type:"button",$selected:!1,onClick:()=>M(E),children:[E.logo?t.jsx(wo,{src:E.logo,alt:E.name}):t.jsx("div",{style:{height:"var(--size-12u)",width:"var(--size-12u)",display:"flex",alignItems:"center",justifyContent:"center",background:"var(--color-background)",borderRadius:"var(--radius-2xs)",padding:"var(--space-1u)"},children:t.jsx(Rt,{size:18,color:"var(--color-muted)"})}),t.jsx(dc,{children:E.name})]},E.id))}),t.jsx(yo,{style:{marginTop:"var(--space-10u)"},children:"OIDC Providers"}),t.jsx(cc,{children:ic.filter(E=>E.protocol==="oidc").map(E=>t.jsxs(lc,{type:"button",$selected:!1,onClick:()=>M(E),children:[E.logo?t.jsx(wo,{src:E.logo,alt:E.name}):t.jsx("div",{style:{height:"var(--size-12u)",width:"var(--size-12u)",display:"flex",alignItems:"center",justifyContent:"center",background:"var(--color-background)",borderRadius:"var(--radius-2xs)",padding:"var(--space-1u)"},children:t.jsx(Rt,{size:18,color:"var(--color-muted)"})}),t.jsx(dc,{children:E.name})]},E.id))})]}),u&&t.jsxs(t.Fragment,{children:[t.jsxs(sc,{style:{marginTop:"var(--space-8u)"},children:[t.jsx("div",{style:{marginBottom:"var(--space-6u)",fontWeight:500},children:"Service Provider Details"}),t.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-4u)"},children:p==="saml"?t.jsxs(t.Fragment,{children:[t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx("span",{style:{minWidth:"var(--size-40u)",fontSize:"var(--font-size-sm)"},children:"ACS URL:"}),t.jsx("code",{style:{flex:1,fontSize:"var(--font-size-xs)"},children:H}),t.jsx(ya,{onClick:()=>T(H,"acs"),children:g==="acs"?t.jsx(it,{size:12}):t.jsx(Kr,{size:12})})]}),t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx("span",{style:{minWidth:"var(--size-40u)",fontSize:"var(--font-size-sm)"},children:"Metadata:"}),t.jsx("code",{style:{flex:1,fontSize:"var(--font-size-xs)"},children:I}),t.jsx(ya,{onClick:()=>T(I,"metadata"),children:g==="metadata"?t.jsx(it,{size:12}):t.jsx(Kr,{size:12})})]})]}):t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx("span",{style:{minWidth:"var(--size-40u)",fontSize:"var(--font-size-sm)"},children:"Callback:"}),t.jsx("code",{style:{flex:1,fontSize:"var(--font-size-xs)"},children:z}),t.jsx(ya,{onClick:()=>T(z,"callback"),children:g==="callback"?t.jsx(it,{size:12}):t.jsx(Kr,{size:12})})]})})]}),t.jsxs("div",{style:{marginTop:"var(--space-12u)"},children:[t.jsxs("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:"var(--space-6u)"},children:[t.jsx(yo,{style:{margin:0},children:u?`${u.name} Configuration`:"Configuration"}),t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-6u)"},children:[u&&u.docUrl&&t.jsxs("a",{href:u.docUrl,target:"_blank",rel:"noopener noreferrer",style:{fontSize:"var(--font-size-sm)",color:"var(--color-primary)",textDecoration:"none",display:"flex",gap:"var(--space-1u)",alignItems:"center"},children:[t.jsx(J8,{size:12})," Docs"]}),t.jsx(U,{type:"button",$outline:!0,onClick:$,disabled:j||!u,style:{padding:"var(--space-4u) var(--space-8u)"},children:j?t.jsx(Ae,{size:16}):"Test Connection"}),t.jsx(U,{type:"submit",disabled:h||k.length===0||!u,style:{width:"auto",padding:"var(--space-4u) var(--space-8u)"},children:h?t.jsx(Ae,{size:16}):"Create Connection"})]})]}),C&&(()=>{const E={entity_id_valid:"IdP Entity ID",sso_url_valid:"IdP SSO URL",certificate_provided:"X.509 Certificate",issuer_url_valid:"Issuer URL",client_id_valid:"Client ID",certificate_valid:"Certificate Valid",sso_url_reachable:"SSO URL Reachable",discovery_reachable:"Discovery Endpoint",discovery_valid:"Discovery Valid",authorization_endpoint:"Authorization Endpoint",token_endpoint:"Token Endpoint",issuer_valid:"Issuer URL Valid"};return t.jsxs("div",{style:{padding:"var(--space-8u)",marginBottom:"var(--space-8u)",borderRadius:"var(--radius-md)",background:C.success?"var(--color-success-background)":"var(--color-error-background)",border:`var(--border-width-thin) solid ${C.success?"var(--color-success)":"var(--color-error)"}`},children:[t.jsx("div",{style:{fontWeight:600,marginBottom:"var(--space-6u)",fontSize:"var(--font-size-lg)",color:C.success?"var(--color-success)":"var(--color-error)"},children:C.success?"✓ All checks passed":"✗ Some checks failed"}),t.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-4u)"},children:Object.entries(C.checks).map(([F,L])=>{var Z;return t.jsxs("div",{style:{display:"flex",alignItems:"flex-start",gap:"var(--space-4u)",padding:"var(--space-4u) var(--space-6u)",background:"var(--color-background)",borderRadius:"var(--radius-xs)",border:"var(--border-width-thin) solid var(--color-border)"},children:[t.jsx("span",{style:{color:L?"var(--color-success)":"var(--color-error)",fontWeight:600,fontSize:"var(--font-size-lg)",minWidth:"var(--size-8u)"},children:L?"✓":"✗"}),t.jsxs("div",{style:{flex:1},children:[t.jsx("div",{style:{fontWeight:500,color:"var(--color-foreground)",fontSize:"var(--font-size-md)"},children:E[F]||F.replace(/_/g," ").replace(/\b\w/g,O=>O.toUpperCase())}),((Z=C.errors)==null?void 0:Z[F])&&t.jsx("div",{style:{color:"var(--color-error)",fontSize:"var(--font-size-sm)",marginTop:"var(--space-2u)"},children:C.errors[F]})]})]},F)})})]})})(),t.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:"var(--space-8u)"},children:[!u&&t.jsxs(Ce,{children:[t.jsx(xe,{children:"Protocol *"}),t.jsxs(uc,{value:p,onChange:E=>m(E.target.value),children:[t.jsx("option",{value:"saml",children:"SAML"}),t.jsx("option",{value:"oidc",children:"OpenID Connect (OIDC)"})]})]}),t.jsxs(Ce,{style:{gridColumn:"1 / -1"},children:[t.jsx(xe,{children:"Domain *"}),y?t.jsx("div",{style:{padding:"var(--space-5u)",color:"var(--color-muted)"},children:"Loading domains..."}):k.length===0?t.jsx(sc,{style:{marginBottom:0},children:"No verified domains found. Please add and verify a domain first."}):t.jsxs(uc,{value:w.domain_id,onChange:E=>A({...w,domain_id:E.target.value}),required:!0,children:[t.jsx("option",{value:"",children:"Select a verified domain"}),k.map(E=>t.jsx("option",{value:E.id,children:E.fqdn},E.id))]})]}),p==="saml"?t.jsxs(t.Fragment,{children:[t.jsxs(Ce,{children:[t.jsx(xe,{children:"IdP Entity ID *"}),t.jsx(ue,{type:"text",value:w.idp_entity_id,onChange:E=>A({...w,idp_entity_id:E.target.value}),placeholder:"https://idp.example.com/entity",required:!0})]}),t.jsxs(Ce,{children:[t.jsx(xe,{children:"IdP SSO URL *"}),t.jsx(ue,{type:"url",value:w.idp_sso_url,onChange:E=>A({...w,idp_sso_url:E.target.value}),placeholder:"https://idp.example.com/sso",required:!0})]}),t.jsxs(Ce,{style:{gridColumn:"1 / -1"},children:[t.jsx(xe,{children:"X.509 Certificate *"}),t.jsx(z6,{value:w.idp_certificate,onChange:E=>A({...w,idp_certificate:E.target.value}),placeholder:"-----BEGIN CERTIFICATE-----...",required:!0})]})]}):t.jsxs(t.Fragment,{children:[t.jsxs(Ce,{children:[t.jsx(xe,{children:"Issuer URL *"}),t.jsx(ue,{type:"url",value:w.oidc_issuer_url,onChange:E=>A({...w,oidc_issuer_url:E.target.value}),placeholder:"https://login.example.com",required:!0})]}),t.jsxs(Ce,{children:[t.jsx(xe,{children:"Client ID *"}),t.jsx(ue,{type:"text",value:w.oidc_client_id,onChange:E=>A({...w,oidc_client_id:E.target.value}),placeholder:"your-client-id",required:!0,autoComplete:"off","data-lpignore":"true","data-form-type":"other"})]}),t.jsxs(Ce,{children:[t.jsx(xe,{children:"Client Secret *"}),t.jsx(ue,{type:"password",value:w.oidc_client_secret,onChange:E=>A({...w,oidc_client_secret:E.target.value}),placeholder:"your-client-secret",required:!0,autoComplete:"new-password","data-lpignore":"true","data-form-type":"other"})]}),t.jsxs(Ce,{children:[t.jsx(xe,{children:"Scopes"}),t.jsx(ue,{type:"text",value:w.oidc_scopes,onChange:E=>A({...w,oidc_scopes:E.target.value}),placeholder:"openid profile email"})]})]}),t.jsx(Ce,{style:{gridColumn:"1 / -1"},children:t.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[t.jsxs("div",{children:[t.jsx("span",{style:{fontWeight:400,color:"var(--color-foreground)",display:"block"},children:"Enable JIT Provisioning"}),t.jsx("div",{style:{fontSize:"var(--font-size-sm)",color:"var(--color-muted)",marginTop:"var(--space-2u)"},children:"When enabled, new users are automatically created on their first SSO login. When disabled, only pre-existing users can sign in via SSO."})]}),t.jsx(Pr,{checked:w.jit_enabled,onChange:()=>A({...w,jit_enabled:!w.jit_enabled})})]})}),t.jsxs("div",{style:{gridColumn:"1 / -1",marginTop:"var(--space-4u)",marginBottom:"var(--space-12u)"},children:[t.jsxs("div",{onClick:()=>x(!b),style:{display:"flex",alignItems:"center",gap:"var(--space-4u)",cursor:"pointer",color:"var(--color-primary)",fontSize:"var(--font-size-md)",fontWeight:500,marginBottom:b?"var(--space-8u)":"0"},children:[t.jsx("span",{style:{fontSize:"var(--font-size-2xs)"},children:b?"▼":"▶"}),"Advanced Options (Attribute Mapping)"]}),b&&t.jsxs("div",{style:{padding:"var(--space-8u)",background:"var(--color-background-subtle)",borderRadius:"var(--radius-md)",border:"var(--border-width-thin) solid var(--color-border)"},children:[t.jsx("div",{style:{fontSize:"var(--font-size-sm)",color:"var(--color-muted)",marginBottom:"var(--space-6u)"},children:"Map IdP attribute names to Wacht user fields. Leave empty to use default attribute names."}),t.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr 1fr",gap:"var(--space-6u)"},children:[t.jsxs(Ce,{children:[t.jsx(xe,{children:"First Name Attribute"}),t.jsx(ue,{type:"text",value:w.attr_first_name,onChange:E=>A({...w,attr_first_name:E.target.value}),placeholder:p==="saml"?"givenName":"given_name"})]}),t.jsxs(Ce,{children:[t.jsx(xe,{children:"Last Name Attribute"}),t.jsx(ue,{type:"text",value:w.attr_last_name,onChange:E=>A({...w,attr_last_name:E.target.value}),placeholder:p==="saml"?"surname":"family_name"})]}),t.jsxs(Ce,{children:[t.jsx(xe,{children:"Email Attribute"}),t.jsx(ue,{type:"text",value:w.attr_email,onChange:E=>A({...w,attr_email:E.target.value}),placeholder:"email"})]})]})]})]})]})]})]})]})};ht`
|
|
2752
2752
|
0% { transform: rotate(0deg); }
|
|
2753
2753
|
100% { transform: rotate(360deg); }
|
|
2754
2754
|
`;const pc=l.div`
|
|
@@ -3160,10 +3160,10 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
3160
3160
|
color: var(--color-secondary-text);
|
|
3161
3161
|
margin-top: 2px;
|
|
3162
3162
|
line-height: 1.4;
|
|
3163
|
-
`,G6=({organization:e})=>{var
|
|
3164
|
-
`).filter(
|
|
3165
|
-
`))||"",ip_restrictions:e.enable_ip_restriction||!1,mfa_required:e.enforce_mfa||!1,default_workspace_id:e.auto_assigned_workspace_id||""}))},[e]);const z=c.useMemo(()=>o.filter(L=>L.organization.id===(e==null?void 0:e.id)),[o,e==null?void 0:e.id]),
|
|
3166
|
-
10.0.0.0/24`,style:{minHeight:"var(--size-40u)",fontFamily:"monospace"}})]})]})]}),((F=s==null?void 0:s.b2b_settings)==null?void 0:F.allow_org_deletion)&&t.jsxs(jo,{children:[t.jsx(gc,{children:"Danger zone"}),t.jsxs(N6,{children:[t.jsxs(U6,{children:[t.jsxs("div",{style:{flex:1,minWidth:0},children:[t.jsx(B6,{children:"Delete organization"}),t.jsx(W6,{children:"Once you delete this organization, there is no going back."})]}),t.jsx(U,{$size:"sm",$outline:!0,$destructive:!0,onClick:()=>{_(!C),A("")},children:C?"Cancel":"Delete organization"})]}),C&&t.jsxs("div",{style:{marginTop:14,display:"flex",flexDirection:"column",gap:10},children:[t.jsxs(
|
|
3163
|
+
`,G6=({organization:e})=>{var H,T,P,$,E,F;const{switchOrganization:r,refetch:a}=nt(),{workspaces:o}=sr(),{deployment:s}=Ee(),{deleteOrganization:i,updateOrganization:h}=Zt(),{toast:d}=ft(),[u,f]=c.useState((e==null?void 0:e.name)||""),[p,m]=c.useState((e==null?void 0:e.description)||""),[g,v]=c.useState(!1),[b,x]=c.useState({mfa_required:!1,ip_restrictions:!1,allowed_ips:"",default_workspace_id:""}),[w,A]=c.useState(""),[j,S]=c.useState(!1),[C,_]=c.useState(!1),k=c.useRef({name:u,description:p,security:b,isSaving:g});c.useEffect(()=>{k.current={name:u,description:p,security:b,isSaving:g}},[u,p,b,g]);const y=c.useCallback(async()=>{if(!e)return;const L=k.current;try{v(!0),await h(e,{name:L.name,description:L.description,whitelisted_ips:L.security.allowed_ips.split(`
|
|
3164
|
+
`).filter(Z=>Z.trim()),enable_ip_restriction:L.security.ip_restrictions,enforce_mfa:L.security.mfa_required,auto_assigned_workspace_id:L.security.default_workspace_id||"0"}),d("Changes saved","info")}catch(Z){d(Z.message||"Failed to save changes","error")}finally{v(!1)}},[e,h,d]),M=c.useCallback(()=>{k.current.isSaving||y()},[y]);c.useEffect(()=>{var L;e&&(f(e.name||""),m(e.description||""),x({allowed_ips:((L=e.whitelisted_ips)==null?void 0:L.join(`
|
|
3165
|
+
`))||"",ip_restrictions:e.enable_ip_restriction||!1,mfa_required:e.enforce_mfa||!1,default_workspace_id:e.auto_assigned_workspace_id||""}))},[e]);const z=c.useMemo(()=>o.filter(L=>L.organization.id===(e==null?void 0:e.id)),[o,e==null?void 0:e.id]),I=async()=>{if(!(!e||w!==e.name))try{S(!0),await r(""),await i(e),await a(),d("Organization deleted","info")}catch{d("Failed to delete organization","error")}finally{S(!1),A("")}};return e?t.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-8u)",paddingBottom:"var(--size-20u)"},children:[t.jsxs(jo,{children:[t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"name",children:"Organization name"}),t.jsx(ue,{id:"name",value:u,onChange:L=>f(L.target.value),onBlur:M,placeholder:"Organization name",required:!0})]}),t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"description",children:"Description"}),t.jsx(ue,{id:"description",as:"textarea",value:p,onChange:L=>m(L.target.value),onBlur:M,placeholder:"Optional description",style:{minHeight:"var(--size-40u)",resize:"vertical"}})]}),((H=s==null?void 0:s.b2b_settings)==null?void 0:H.workspaces_enabled)&&z.length>0&&t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"default_workspace",children:"Default workspace"}),t.jsx(Tn,{options:z.map(L=>({value:L.id,label:L.name})),value:b.default_workspace_id,onChange:L=>{x(Z=>({...Z,default_workspace_id:L})),setTimeout(M,0)},placeholder:"Select default workspace"})]})]}),(((T=s==null?void 0:s.b2b_settings)==null?void 0:T.enforce_mfa_per_org_enabled)||((P=s==null?void 0:s.b2b_settings)==null?void 0:P.ip_allowlist_per_org_enabled))&&t.jsxs(jo,{children:[t.jsx(gc,{children:"Security"}),(($=s==null?void 0:s.b2b_settings)==null?void 0:$.enforce_mfa_per_org_enabled)&&t.jsxs(hc,{style:{padding:0},children:[t.jsxs(fc,{children:[t.jsx(xe,{style:{fontSize:13,fontWeight:500,marginBottom:4,display:"block"},children:"Multi-factor authentication"}),t.jsx("p",{style:{fontSize:12,color:"var(--color-secondary-text)",margin:0},children:"Require all members to set up MFA for added security."})]}),t.jsx(mc,{children:t.jsx(Pr,{checked:b.mfa_required,onChange:()=>{const L=!b.mfa_required;x(Z=>({...Z,mfa_required:L})),setTimeout(M,0)}})})]}),((E=s==null?void 0:s.b2b_settings)==null?void 0:E.ip_allowlist_per_org_enabled)&&t.jsxs(t.Fragment,{children:[t.jsxs(hc,{style:{padding:0},children:[t.jsxs(fc,{children:[t.jsx(xe,{style:{fontSize:13,fontWeight:500,marginBottom:4,display:"block"},children:"IP restrictions"}),t.jsx("p",{style:{fontSize:12,color:"var(--color-secondary-text)",margin:0},children:"Only allow access from specific IP addresses."})]}),t.jsx(mc,{children:t.jsx(Pr,{checked:b.ip_restrictions,onChange:()=>{const L=!b.ip_restrictions;x(Z=>({...Z,ip_restrictions:L})),setTimeout(M,0)}})})]}),b.ip_restrictions&&t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"allowed_ips",children:"Allowed IP addresses"}),t.jsx(ue,{id:"allowed_ips",as:"textarea",value:b.allowed_ips,onChange:L=>x(Z=>({...Z,allowed_ips:L.target.value})),onBlur:M,placeholder:`192.168.1.1
|
|
3166
|
+
10.0.0.0/24`,style:{minHeight:"var(--size-40u)",fontFamily:"monospace"}})]})]})]}),((F=s==null?void 0:s.b2b_settings)==null?void 0:F.allow_org_deletion)&&t.jsxs(jo,{children:[t.jsx(gc,{children:"Danger zone"}),t.jsxs(N6,{children:[t.jsxs(U6,{children:[t.jsxs("div",{style:{flex:1,minWidth:0},children:[t.jsx(B6,{children:"Delete organization"}),t.jsx(W6,{children:"Once you delete this organization, there is no going back."})]}),t.jsx(U,{$size:"sm",$outline:!0,$destructive:!0,onClick:()=>{_(!C),A("")},children:C?"Cancel":"Delete organization"})]}),C&&t.jsxs("div",{style:{marginTop:14,display:"flex",flexDirection:"column",gap:10},children:[t.jsxs(Ce,{children:[t.jsxs(xe,{htmlFor:"confirm_org_name",children:["Type"," ",t.jsx("strong",{children:e.name})," ","to confirm"]}),t.jsx(ue,{id:"confirm_org_name",type:"text",value:w,onChange:L=>A(L.target.value),placeholder:e.name})]}),t.jsx(U,{$size:"sm",$destructive:!0,onClick:I,disabled:w!==e.name||j,children:j?t.jsx(Ae,{size:12}):"Delete forever"})]})]})]})]}):t.jsx(Ae,{})},Ot=l.table`
|
|
3167
3167
|
width: 100%;
|
|
3168
3168
|
border-collapse: separate;
|
|
3169
3169
|
border-spacing: 0;
|
|
@@ -3171,9 +3171,9 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
3171
3171
|
border: 1px solid var(--color-border);
|
|
3172
3172
|
border-radius: var(--radius-md);
|
|
3173
3173
|
overflow: hidden;
|
|
3174
|
-
`,
|
|
3174
|
+
`,Ht=l.thead`
|
|
3175
3175
|
background: color-mix(in srgb, var(--color-popover-foreground) 3%, transparent);
|
|
3176
|
-
`,
|
|
3176
|
+
`,Vt=l.tbody`
|
|
3177
3177
|
tr:last-child td:last-child {
|
|
3178
3178
|
overflow: visible;
|
|
3179
3179
|
}
|
|
@@ -3187,7 +3187,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
3187
3187
|
tbody &:hover td {
|
|
3188
3188
|
background: color-mix(in srgb, var(--color-popover-foreground) 4%, transparent);
|
|
3189
3189
|
}
|
|
3190
|
-
`,
|
|
3190
|
+
`,Ze=l.th`
|
|
3191
3191
|
text-align: left;
|
|
3192
3192
|
padding: 10px 16px;
|
|
3193
3193
|
font-size: 12px;
|
|
@@ -3200,20 +3200,20 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
3200
3200
|
text-align: right;
|
|
3201
3201
|
width: var(--size-30u);
|
|
3202
3202
|
}
|
|
3203
|
-
`,
|
|
3203
|
+
`,Be=l.td`
|
|
3204
3204
|
padding: 12px 16px;
|
|
3205
3205
|
font-size: 13px;
|
|
3206
3206
|
color: var(--color-foreground);
|
|
3207
3207
|
vertical-align: middle;
|
|
3208
3208
|
white-space: nowrap;
|
|
3209
3209
|
transition: background 0.12s ease;
|
|
3210
|
-
`;l(
|
|
3210
|
+
`;l(Be)`
|
|
3211
3211
|
& > div {
|
|
3212
3212
|
display: flex;
|
|
3213
3213
|
align-items: center;
|
|
3214
3214
|
gap: 10px;
|
|
3215
3215
|
}
|
|
3216
|
-
`;const
|
|
3216
|
+
`;const Dt=l(Be)`
|
|
3217
3217
|
text-align: right;
|
|
3218
3218
|
width: auto;
|
|
3219
3219
|
white-space: nowrap;
|
|
@@ -3252,7 +3252,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
3252
3252
|
margin: 0;
|
|
3253
3253
|
max-width: calc(calc(var(--size-50u) * 3) + var(--space-10u));
|
|
3254
3254
|
line-height: 1.5;
|
|
3255
|
-
`,
|
|
3255
|
+
`,At=({title:e,description:r,action:a})=>t.jsxs(q6,{children:[t.jsx(K6,{children:e}),t.jsx(Y6,{children:r}),a&&t.jsx("div",{style:{marginTop:"var(--space-12u)"},children:a})]}),gt=({triggerRef:e,isOpen:r,minWidth:a=300,defaultMaxHeight:o=400,offset:s=8})=>{const[i,h]=c.useState();return c.useEffect(()=>{if(!r||!e.current){h(void 0);return}const d=()=>{if(!e.current)return;const u=e.current.getBoundingClientRect(),f=window.innerWidth,p=window.innerHeight,m=p-u.bottom,g=u.top;let v={};m>=g?(v.top=u.bottom+s,v.maxHeight=Math.min(o,m-s*2)):(v.bottom=p-u.top+s,v.maxHeight=Math.min(o,g-s*2));const b=f-u.left,x=u.right;b>=x?v.left=Math.max(s,Math.min(f-a-s,u.left)):v.left=Math.max(s,Math.min(f-a-s,u.right-a)),h(v)};return d(),window.addEventListener("resize",d),window.addEventListener("scroll",d,!0),()=>{window.removeEventListener("resize",d),window.removeEventListener("scroll",d,!0)}},[r,a,o,s]),i},vc=l.div`
|
|
3256
3256
|
position: fixed;
|
|
3257
3257
|
background: var(--color-popover);
|
|
3258
3258
|
border-radius: 10px;
|
|
@@ -3291,14 +3291,14 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
3291
3291
|
grid-template-columns: 1fr 1fr;
|
|
3292
3292
|
gap: 6px;
|
|
3293
3293
|
& > button { width: 100%; }
|
|
3294
|
-
`,yc=({onClose:e,domain:r,triggerRef:a})=>{const o=c.useRef(null),[s,i]=c.useState(),[h,d]=c.useState(""),[u,f]=c.useState(!1),[p,m]=c.useState(!1),{addDomain:g,verifyDomain:v}=or(),{toast:b}=ft(),x=gt({triggerRef:a??{current:null},isOpen:p,minWidth:360,defaultMaxHeight:420}),w=_=>/^[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(\.[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*\.[a-zA-Z]{2,}$/.test(_),A=_=>_.trim().toLowerCase().replace(/^https?:\/\//,""),j=async()=>{const _=A(h);if(!_){b("Please enter a domain name","error");return}if(!w(_)){b("Please enter a valid domain (e.g., example.com)","error");return}if(_.length>253){b("Domain name is too long","error");return}f(!0);try{const k=await g({fqdn:_});b("Domain added","info"),i(k.data)}catch(k){b(k.message||"Failed to add domain. Please try again.","error")}finally{f(!1)}},S=async()=>{if(!(!s||u)){f(!0);try{await v(s),e==null||e(),b("Domain verified","info")}catch(_){b(_.message||"Failed to verify domain. Check DNS records and try again.","error")}finally{f(!1)}}};if(c.useEffect(()=>{m(!0);const _=y=>{o.current&&!o.current.contains(y.target)&&(e==null||e())},k=y=>{y.key==="Escape"&&(e==null||e())};return document.addEventListener("mousedown",_),document.addEventListener("keydown",k),()=>{document.removeEventListener("mousedown",_),document.removeEventListener("keydown",k)}},[e]),c.useEffect(()=>{r&&i(r)},[r]),!p)return null;const C={top:(x==null?void 0:x.top)!==void 0?`${x.top}px`:void 0,bottom:(x==null?void 0:x.bottom)!==void 0?`${x.bottom}px`:void 0,left:(x==null?void 0:x.left)!==void 0?`${x.left}px`:void 0,right:(x==null?void 0:x.right)!==void 0?`${x.right}px`:void 0,visibility:x?"visible":"hidden"};return s?t.jsxs(vc,{ref:o,style:C,onClick:_=>_.stopPropagation(),role:"dialog","aria-labelledby":"verify-domain-title","aria-modal":"true",children:[t.jsx(xc,{id:"verify-domain-title",children:"Verify domain"}),t.jsx(bc,{children:"Add the following DNS record to your provider, then verify."}),t.jsxs(Ja,{children:[t.jsx(Xa,{children:"Type"}),t.jsx(ue,{value:s==null?void 0:s.verification_dns_record_type,disabled:!0})]}),t.jsxs(Ja,{children:[t.jsx(Xa,{children:"Name"}),t.jsx(ue,{value:s==null?void 0:s.verification_dns_record_name,disabled:!0})]}),t.jsxs(Ja,{children:[t.jsx(Xa,{children:"Value"}),t.jsx(ue,{value:s==null?void 0:s.verification_dns_record_data,disabled:!0})]}),t.jsxs(wc,{children:[t.jsx(U,{$size:"sm",$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{$size:"sm",onClick:S,disabled:u,children:u?t.jsx(
|
|
3294
|
+
`,yc=({onClose:e,domain:r,triggerRef:a})=>{const o=c.useRef(null),[s,i]=c.useState(),[h,d]=c.useState(""),[u,f]=c.useState(!1),[p,m]=c.useState(!1),{addDomain:g,verifyDomain:v}=or(),{toast:b}=ft(),x=gt({triggerRef:a??{current:null},isOpen:p,minWidth:360,defaultMaxHeight:420}),w=_=>/^[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(\.[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*\.[a-zA-Z]{2,}$/.test(_),A=_=>_.trim().toLowerCase().replace(/^https?:\/\//,""),j=async()=>{const _=A(h);if(!_){b("Please enter a domain name","error");return}if(!w(_)){b("Please enter a valid domain (e.g., example.com)","error");return}if(_.length>253){b("Domain name is too long","error");return}f(!0);try{const k=await g({fqdn:_});b("Domain added","info"),i(k.data)}catch(k){b(k.message||"Failed to add domain. Please try again.","error")}finally{f(!1)}},S=async()=>{if(!(!s||u)){f(!0);try{await v(s),e==null||e(),b("Domain verified","info")}catch(_){b(_.message||"Failed to verify domain. Check DNS records and try again.","error")}finally{f(!1)}}};if(c.useEffect(()=>{m(!0);const _=y=>{o.current&&!o.current.contains(y.target)&&(e==null||e())},k=y=>{y.key==="Escape"&&(e==null||e())};return document.addEventListener("mousedown",_),document.addEventListener("keydown",k),()=>{document.removeEventListener("mousedown",_),document.removeEventListener("keydown",k)}},[e]),c.useEffect(()=>{r&&i(r)},[r]),!p)return null;const C={top:(x==null?void 0:x.top)!==void 0?`${x.top}px`:void 0,bottom:(x==null?void 0:x.bottom)!==void 0?`${x.bottom}px`:void 0,left:(x==null?void 0:x.left)!==void 0?`${x.left}px`:void 0,right:(x==null?void 0:x.right)!==void 0?`${x.right}px`:void 0,visibility:x?"visible":"hidden"};return s?t.jsxs(vc,{ref:o,style:C,onClick:_=>_.stopPropagation(),role:"dialog","aria-labelledby":"verify-domain-title","aria-modal":"true",children:[t.jsx(xc,{id:"verify-domain-title",children:"Verify domain"}),t.jsx(bc,{children:"Add the following DNS record to your provider, then verify."}),t.jsxs(Ja,{children:[t.jsx(Xa,{children:"Type"}),t.jsx(ue,{value:s==null?void 0:s.verification_dns_record_type,disabled:!0})]}),t.jsxs(Ja,{children:[t.jsx(Xa,{children:"Name"}),t.jsx(ue,{value:s==null?void 0:s.verification_dns_record_name,disabled:!0})]}),t.jsxs(Ja,{children:[t.jsx(Xa,{children:"Value"}),t.jsx(ue,{value:s==null?void 0:s.verification_dns_record_data,disabled:!0})]}),t.jsxs(wc,{children:[t.jsx(U,{$size:"sm",$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{$size:"sm",onClick:S,disabled:u,children:u?t.jsx(Ae,{size:12}):"Verify"})]})]}):t.jsxs(vc,{ref:o,style:C,onClick:_=>_.stopPropagation(),role:"dialog","aria-labelledby":"add-domain-title","aria-modal":"true",children:[t.jsx(xc,{id:"add-domain-title",children:"Add domain"}),t.jsx(bc,{children:"Add a corporate domain so verified users auto-join this organization."}),t.jsxs(Ja,{children:[t.jsx(Xa,{children:"Domain"}),t.jsx(ue,{type:"text",placeholder:"example.com",value:h,onChange:_=>d(_.target.value),onKeyDown:_=>{_.key==="Enter"&&h&&j()},autoFocus:!0,"aria-label":"Domain name"})]}),t.jsxs(wc,{children:[t.jsx(U,{$size:"sm",$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{$size:"sm",onClick:j,disabled:!h||u,children:u?t.jsx(Ae,{size:12}):"Continue"})]})]})},Q6=l.div`
|
|
3295
3295
|
display: flex;
|
|
3296
3296
|
align-items: center;
|
|
3297
3297
|
gap: 6px;
|
|
3298
3298
|
justify-content: flex-end;
|
|
3299
3299
|
flex-wrap: nowrap;
|
|
3300
3300
|
white-space: nowrap;
|
|
3301
|
-
`,J6=({organization:e})=>{const{getOrganizationDomains:r,removeOrganizationDomain:a}=
|
|
3301
|
+
`,J6=({organization:e})=>{const{getOrganizationDomains:r,removeOrganizationDomain:a}=Zt(),[o,s]=c.useState(null),[i,h]=c.useState(!1),[d,u]=c.useState(null),[f,p]=c.useState(new Set),m=c.useRef(null),g=c.useRef({}),{data:v=[],isLoading:b,mutate:x}=ze(e!=null&&e.id?`wacht-org-domains:${e.id}`:null,async()=>(await(r==null?void 0:r(e))||[]).map(S=>({...S,verified:S.verified!==void 0?S.verified:!1}))),w=(j,S)=>{p(C=>{const _=new Set(C);return S?_.add(j):_.delete(j),_})},A=async j=>{w(j.id,!0);try{await a(e,j),x()}finally{w(j.id,!1),s(null)}};return b?t.jsx(Ae,{}):t.jsxs(t.Fragment,{children:[t.jsxs(Zn,{style:{marginBottom:"var(--space-6u)"},children:[t.jsxs("div",{style:{flex:1,minWidth:0},children:[t.jsx("div",{style:{fontSize:14,fontWeight:500,color:"var(--color-card-foreground)"},children:"Domains"}),t.jsx("div",{style:{fontSize:12,color:"var(--color-secondary-text)",marginTop:2},children:"Users with verified domain emails auto-join this organization."})]}),t.jsx(U,{ref:m,onClick:()=>h(!0),$size:"sm",children:"Add domain"}),i&&t.jsx(yc,{onClose:()=>{h(!1),x()},triggerRef:m})]}),v!=null&&v.length?t.jsx(In,{children:t.jsxs(Ot,{children:[t.jsx(Ht,{children:t.jsxs(ct,{children:[t.jsx(Ze,{children:"Domain"}),t.jsx(Ze,{children:"Status"}),t.jsx(Ze,{children:"Added"}),t.jsx(Ze,{})]})}),t.jsx(Vt,{children:v.map(j=>{const S=f.has(j.id);return t.jsxs(ct,{children:[t.jsx(Be,{children:j.fqdn}),t.jsx(Be,{children:j.verified?t.jsx(tr,{$variant:"success",children:"Verified"}):t.jsx(tr,{$variant:"warning",children:"Pending"})}),t.jsx(Be,{style:{color:"var(--color-secondary-text)"},children:new Date(j.created_at).toLocaleDateString()}),t.jsx(Dt,{children:t.jsxs(Q6,{children:[t.jsx(U,{ref:C=>{C&&(g.current[j.id]=C)},$size:"sm",$outline:!0,disabled:S,onClick:()=>u(j.id),children:j.verified?"View DNS":"Verify"}),t.jsx(U,{$size:"sm",$outline:!0,$destructive:!0,disabled:S,onClick:()=>s(j.id),children:S?t.jsx(Ae,{size:12}):"Remove"})]})})]},j.id)})})]})}):t.jsx(At,{title:"No domains added",description:"Users with verified domain emails automatically join this organization."}),o&&t.jsx(Jr,{title:"Remove domain?",description:"Active users aren't affected, but new users with this domain won't auto-join.",onConfirm:()=>{const j=v.find(S=>S.id===o);j&&A(j)},onCancel:()=>s(null)}),d&&t.jsx(yc,{domain:v.find(j=>j.id===d),onClose:()=>u(null),triggerRef:{current:g.current[d]}})]})},X6=l.div`
|
|
3302
3302
|
position: fixed;
|
|
3303
3303
|
background: var(--color-popover);
|
|
3304
3304
|
border-radius: 10px;
|
|
@@ -3333,7 +3333,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
3333
3333
|
grid-template-columns: 1fr 1fr;
|
|
3334
3334
|
gap: 6px;
|
|
3335
3335
|
& > button { width: 100%; }
|
|
3336
|
-
`,T1=({onClose:e,onSuccess:r,roles:a,triggerRef:o})=>{const s=c.useRef(null),[i,h]=c.useState(""),[d,u]=c.useState(null),[f,p]=c.useState(!1),[m,g]=c.useState(!1),{inviteMember:v}=or(),{toast:b}=ft(),x=gt({triggerRef:o??{current:null},isOpen:m,minWidth:360,defaultMaxHeight:360}),w=a.map(S=>({value:S.id,label:S.name})),A=S=>/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(S),j=async()=>{const S=i.trim().toLowerCase();if(!(!S||!d)){if(!A(S)){b("Please enter a valid email address","error");return}if(S.length>320){b("Email address is too long","error");return}p(!0);try{await v({email:S,organizationRole:d}),r==null||r()}catch(C){b(C.message||"Failed to send invitation. Please try again.","error")}finally{p(!1)}}};return c.useEffect(()=>{g(!0);const S=_=>{s.current&&!s.current.contains(_.target)&&(e==null||e())},C=_=>{_.key==="Escape"&&(e==null||e())};return document.addEventListener("mousedown",S),document.addEventListener("keydown",C),()=>{document.removeEventListener("mousedown",S),document.removeEventListener("keydown",C)}},[e]),m?t.jsxs(X6,{ref:s,style:{top:(x==null?void 0:x.top)!==void 0?`${x.top}px`:void 0,bottom:(x==null?void 0:x.bottom)!==void 0?`${x.bottom}px`:void 0,left:(x==null?void 0:x.left)!==void 0?`${x.left}px`:void 0,right:(x==null?void 0:x.right)!==void 0?`${x.right}px`:void 0,visibility:x?"visible":"hidden"},onClick:S=>S.stopPropagation(),role:"dialog","aria-labelledby":"invite-member-title","aria-modal":"true",children:[t.jsx(ev,{id:"invite-member-title",children:"Invite member"}),t.jsxs(jc,{children:[t.jsx(_c,{children:"Email"}),t.jsx(ue,{type:"email",placeholder:"colleague@company.com",value:i,onChange:S=>h(S.target.value),onKeyDown:S=>{S.key==="Enter"&&i&&d&&j()},autoFocus:!0,"aria-label":"Email address for invitation"})]}),t.jsxs(jc,{children:[t.jsx(_c,{children:"Role"}),t.jsx(Tn,{options:w,value:d==null?void 0:d.id,onChange:S=>u(a.find(C=>C.id===S)),placeholder:"Select a role","aria-label":"Select role for invited member"})]}),t.jsxs(tv,{children:[t.jsx(U,{$size:"sm",$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{$size:"sm",onClick:j,disabled:!i||!d||f,children:f?t.jsx(
|
|
3336
|
+
`,T1=({onClose:e,onSuccess:r,roles:a,triggerRef:o})=>{const s=c.useRef(null),[i,h]=c.useState(""),[d,u]=c.useState(null),[f,p]=c.useState(!1),[m,g]=c.useState(!1),{inviteMember:v}=or(),{toast:b}=ft(),x=gt({triggerRef:o??{current:null},isOpen:m,minWidth:360,defaultMaxHeight:360}),w=a.map(S=>({value:S.id,label:S.name})),A=S=>/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(S),j=async()=>{const S=i.trim().toLowerCase();if(!(!S||!d)){if(!A(S)){b("Please enter a valid email address","error");return}if(S.length>320){b("Email address is too long","error");return}p(!0);try{await v({email:S,organizationRole:d}),r==null||r()}catch(C){b(C.message||"Failed to send invitation. Please try again.","error")}finally{p(!1)}}};return c.useEffect(()=>{g(!0);const S=_=>{s.current&&!s.current.contains(_.target)&&(e==null||e())},C=_=>{_.key==="Escape"&&(e==null||e())};return document.addEventListener("mousedown",S),document.addEventListener("keydown",C),()=>{document.removeEventListener("mousedown",S),document.removeEventListener("keydown",C)}},[e]),m?t.jsxs(X6,{ref:s,style:{top:(x==null?void 0:x.top)!==void 0?`${x.top}px`:void 0,bottom:(x==null?void 0:x.bottom)!==void 0?`${x.bottom}px`:void 0,left:(x==null?void 0:x.left)!==void 0?`${x.left}px`:void 0,right:(x==null?void 0:x.right)!==void 0?`${x.right}px`:void 0,visibility:x?"visible":"hidden"},onClick:S=>S.stopPropagation(),role:"dialog","aria-labelledby":"invite-member-title","aria-modal":"true",children:[t.jsx(ev,{id:"invite-member-title",children:"Invite member"}),t.jsxs(jc,{children:[t.jsx(_c,{children:"Email"}),t.jsx(ue,{type:"email",placeholder:"colleague@company.com",value:i,onChange:S=>h(S.target.value),onKeyDown:S=>{S.key==="Enter"&&i&&d&&j()},autoFocus:!0,"aria-label":"Email address for invitation"})]}),t.jsxs(jc,{children:[t.jsx(_c,{children:"Role"}),t.jsx(Tn,{options:w,value:d==null?void 0:d.id,onChange:S=>u(a.find(C=>C.id===S)),placeholder:"Select a role","aria-label":"Select role for invited member"})]}),t.jsxs(tv,{children:[t.jsx(U,{$size:"sm",$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{$size:"sm",onClick:j,disabled:!i||!d||f,children:f?t.jsx(Ae,{size:12}):"Send invite"})]})]}):null},rv=l.div`
|
|
3337
3337
|
width: 32px;
|
|
3338
3338
|
height: 32px;
|
|
3339
3339
|
min-width: 32px;
|
|
@@ -3355,14 +3355,14 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
3355
3355
|
justify-content: flex-end;
|
|
3356
3356
|
flex-wrap: nowrap;
|
|
3357
3357
|
white-space: nowrap;
|
|
3358
|
-
`,nv=({organization:e})=>{const{getOrganizationMembers:r,getOrganizationRoles:a,addRoleToOrganizationMember:o,removeRoleFromOrganizationMember:s,removeOrganizationMember:i}=
|
|
3358
|
+
`,nv=({organization:e})=>{const{getOrganizationMembers:r,getOrganizationRoles:a,addRoleToOrganizationMember:o,removeRoleFromOrganizationMember:s,removeOrganizationMember:i}=Zt(),{session:h}=nt(),{toast:d}=ft(),[u,f]=c.useState(""),[p,m]=c.useState(1),[g]=c.useState(10),[v,b]=c.useState(!1),[x,w]=c.useState(new Set),A=c.useRef(null),[j,S]=c.useState(u);c.useEffect(()=>{const $=setTimeout(()=>{S(u),m(1)},500);return()=>clearTimeout($)},[u]);const{data:C,mutate:_}=ze(e?`wacht-api-organizations:${e.id}:members:${p}:${g}:${j}`:null,()=>r==null?void 0:r(e,{page:p,limit:g,search:j}),{keepPreviousData:!0}),k=(C==null?void 0:C.data)||[],y=(C==null?void 0:C.meta)||{total:0,limit:10},M=Math.ceil(y.total/(y.limit||10)),{data:z=[]}=ze(e?`wacht-api-organizations:${e.id}:roles`:null,()=>(a==null?void 0:a(e))||[]),I=z,H=($,E)=>{w(F=>{const L=new Set(F);return E?L.add($):L.delete($),L})},T=async($,E,F)=>{H($.id,!0);try{F?(await s(e,$,E),d("Role removed","info")):(await o(e,$,E),d("Role added","info")),_()}catch(L){d(L.message||"Failed to update role","error")}finally{H($.id,!1)}},P=async $=>{H($.id,!0);try{await i(e,$),_(),d("Member removed","info")}catch(E){d(E.message||"Failed to remove member","error")}finally{H($.id,!1)}};return C?t.jsxs(t.Fragment,{children:[t.jsxs(Zn,{children:[t.jsx("div",{style:{flex:1},children:t.jsx(f1,{value:u,onChange:f,placeholder:"Search members..."})}),t.jsxs("div",{style:{display:"flex",gap:"var(--space-6u)",alignItems:"center"},children:[y.total>0&&t.jsxs("div",{style:{fontSize:13,color:"var(--color-secondary-text)"},children:[y.total," member",y.total!==1?"s":""]}),t.jsx(U,{ref:A,onClick:()=>b(!0),$size:"sm",children:"Invite"})]})]}),v&&t.jsx(T1,{onClose:()=>b(!1),onSuccess:()=>{_(),b(!1)},roles:I,triggerRef:A}),k.length===0?t.jsx(At,{title:u?"No members match":"No members yet",description:"Invite someone or connect a corporate domain to auto-join."}):t.jsx(In,{children:t.jsxs(Ot,{children:[t.jsx(Ht,{children:t.jsxs(ct,{children:[t.jsx(Ze,{children:"Member"}),t.jsx(Ze,{children:"Joined"}),t.jsx(Ze,{children:"Roles"}),t.jsx(Ze,{})]})}),t.jsx(Vt,{children:k.map($=>{var L,Z;const E=((L=$.user)==null?void 0:L.id)===((Z=h==null?void 0:h.active_signin)==null?void 0:Z.user_id),F=x.has($.id);return t.jsxs(ct,{children:[t.jsx(Be,{children:t.jsx(ov,{member:$,isCurrentUser:E})}),t.jsx(Be,{style:{color:"var(--color-secondary-text)"},children:new Date($.created_at).toLocaleDateString()}),t.jsx(Be,{children:t.jsx(sv,{member:$,roles:I,onToggle:T,disabled:F})}),t.jsx(Dt,{children:t.jsx(av,{children:t.jsx(U,{$size:"sm",$outline:!0,$destructive:!0,disabled:F||E,onClick:()=>P($),title:E?"You cannot remove yourself":"Remove member",children:F?t.jsx(Ae,{size:12}):"Remove"})})})]},$.id)})})]})}),M>1&&t.jsxs("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",gap:"var(--space-8u)",marginTop:"var(--space-12u)"},children:[t.jsx(U,{onClick:()=>m($=>Math.max(1,$-1)),disabled:p===1,$size:"sm",$outline:!0,children:"Previous"}),t.jsxs("span",{style:{fontSize:13,color:"var(--color-secondary-text)"},children:[p," / ",M]}),t.jsx(U,{onClick:()=>m($=>Math.min(M,$+1)),disabled:p===M,$size:"sm",$outline:!0,children:"Next"})]})]}):t.jsx(Ae,{})},ov=({member:e,isCurrentUser:r})=>{var i,h;const a=e.user,o=(d="",u="")=>`${d[0]||""}${u[0]||""}`.toUpperCase()||"?",s=a?`${a.first_name||""} ${a.last_name||""}`.trim()||((i=a.primary_email_address)==null?void 0:i.email):"Unknown";return t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,minWidth:0},children:[t.jsx(rv,{children:a!=null&&a.profile_picture_url?t.jsx("img",{src:a.profile_picture_url,alt:s}):o(a==null?void 0:a.first_name,a==null?void 0:a.last_name)}),t.jsxs("div",{style:{minWidth:0,display:"flex",flexDirection:"column",gap:2},children:[t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[t.jsx("span",{style:{fontSize:13,fontWeight:500,color:"var(--color-card-foreground)"},children:s}),r&&t.jsx(tr,{$variant:"neutral",children:"You"})]}),t.jsx("span",{style:{fontSize:12,color:"var(--color-secondary-text)"},children:(h=a==null?void 0:a.primary_email_address)==null?void 0:h.email})]})]})},sv=({member:e,roles:r,onToggle:a,disabled:o})=>{var d;const s=e.roles||[],i=u=>s.some(f=>f.id===u),h=s.length===0?"No role":s.length===1?(d=s[0])==null?void 0:d.name:`${s.length} roles`;return t.jsxs(za,{children:[t.jsx(Ma,{children:t.jsxs(U,{$size:"sm",$outline:!0,disabled:o,style:{minWidth:150,justifyContent:"space-between"},children:[h,t.jsx(cr,{size:12,style:{marginLeft:6}})]})}),t.jsx($a,{style:{minWidth:180},children:r.length===0?t.jsx("div",{style:{padding:"10px 14px",fontSize:12,color:"var(--color-secondary-text)"},children:"No roles configured"}):r.map(u=>{const f=i(u.id);return t.jsx(nr,{onClick:()=>a(e,u,f),children:t.jsxs("div",{style:{display:"flex",justifyContent:"space-between",width:"100%",gap:10},children:[t.jsx("span",{children:u.name}),f&&t.jsx(it,{size:13,color:"var(--color-primary)"})]})},u.id)})})]})},iv=l.div`
|
|
3359
3359
|
display: flex;
|
|
3360
3360
|
align-items: center;
|
|
3361
3361
|
gap: 6px;
|
|
3362
3362
|
justify-content: flex-end;
|
|
3363
3363
|
flex-wrap: nowrap;
|
|
3364
3364
|
white-space: nowrap;
|
|
3365
|
-
`,cv=e=>{const r=e.expires_at;return r?new Date(r).getTime()<Date.now():!1},lv=({organization:e})=>{const{getOrganizationInvitations:r,getOrganizationRoles:a,discardOrganizationInvitation:o,resendOrganizationInvitation:s}=
|
|
3365
|
+
`,cv=e=>{const r=e.expires_at;return r?new Date(r).getTime()<Date.now():!1},lv=({organization:e})=>{const{getOrganizationInvitations:r,getOrganizationRoles:a,discardOrganizationInvitation:o,resendOrganizationInvitation:s}=Zt(),{toast:i}=ft(),[h,d]=c.useState(!1),[u,f]=c.useState(new Set),p=c.useRef(null),{data:m=[],isLoading:g,mutate:v}=ze(e?`wacht-api-organizations:${e.id}:invitations`:null,()=>(r==null?void 0:r(e))||[]),{data:b=[],isLoading:x}=ze(e?`wacht-api-organizations:${e.id}:roles`:null,()=>(a==null?void 0:a(e))||[]),w=b,A=(C,_)=>{f(k=>{const y=new Set(k);return _?y.add(C):y.delete(C),y})},j=async C=>{A(C.id,!0);try{await o(e,C),v(),i("Invitation cancelled","info")}catch(_){i(_.message||"Failed to cancel invitation","error")}finally{A(C.id,!1)}},S=async C=>{A(C.id,!0);try{await s(e,C),i("Invitation resent","info")}catch(_){i(_.message||"Failed to resend invitation","error")}finally{A(C.id,!1)}};return g||x?t.jsx(Ae,{}):t.jsxs(t.Fragment,{children:[t.jsxs(Zn,{style:{marginBottom:"var(--space-6u)"},children:[t.jsxs("div",{style:{flex:1,minWidth:0},children:[t.jsx("div",{style:{fontSize:14,fontWeight:500,color:"var(--color-card-foreground)"},children:"Invitations"}),t.jsx("div",{style:{fontSize:12,color:"var(--color-secondary-text)",marginTop:2},children:"Pending invites to join this organization."})]}),t.jsx(U,{ref:p,onClick:()=>d(!0),$size:"sm",children:"Invite"})]}),h&&t.jsx(T1,{onClose:()=>d(!1),onSuccess:()=>{v(),d(!1)},roles:w,triggerRef:p}),m.length===0?t.jsx(At,{title:"No pending invitations",description:"Invite members to collaborate."}):t.jsx(In,{children:t.jsxs(Ot,{children:[t.jsx(Ht,{children:t.jsxs(ct,{children:[t.jsx(Ze,{children:"Email"}),t.jsx(Ze,{children:"Role"}),t.jsx(Ze,{children:"Status"}),t.jsx(Ze,{children:"Invited"}),t.jsx(Ze,{})]})}),t.jsx(Vt,{children:m.map(C=>{var y;const _=cv(C),k=u.has(C.id);return t.jsxs(ct,{children:[t.jsx(Be,{children:C.email}),t.jsx(Be,{style:{color:"var(--color-secondary-text)"},children:((y=C.initial_organization_role)==null?void 0:y.name)||"No role"}),t.jsx(Be,{children:_?t.jsx(tr,{$variant:"danger",children:"Expired"}):t.jsx(tr,{$variant:"warning",children:"Pending"})}),t.jsx(Be,{style:{color:"var(--color-secondary-text)"},children:new Date(C.created_at).toLocaleDateString()}),t.jsx(Dt,{children:t.jsxs(iv,{children:[t.jsx(U,{$size:"sm",$outline:!0,disabled:k,onClick:()=>S(C),children:"Resend"}),t.jsx(U,{$size:"sm",$outline:!0,$destructive:!0,disabled:k,onClick:()=>j(C),children:k?t.jsx(Ae,{size:12}):"Cancel"})]})})]},C.id)})})]})})]})},dv=l.div`
|
|
3366
3366
|
position: fixed;
|
|
3367
3367
|
background: var(--color-popover);
|
|
3368
3368
|
border-radius: 10px;
|
|
@@ -3398,7 +3398,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
3398
3398
|
grid-template-columns: 1fr 1fr;
|
|
3399
3399
|
gap: 6px;
|
|
3400
3400
|
& > button { width: 100%; }
|
|
3401
|
-
`,Sc=({onClose:e,onSuccess:r,role:a,triggerRef:o})=>{var _;const s=c.useRef(null),[i,h]=c.useState((a==null?void 0:a.name)||""),[d,u]=c.useState((a==null?void 0:a.permissions)||[]),[f,p]=c.useState(!1),[m,g]=c.useState(!1),{deployment:v}=
|
|
3401
|
+
`,Sc=({onClose:e,onSuccess:r,role:a,triggerRef:o})=>{var _;const s=c.useRef(null),[i,h]=c.useState((a==null?void 0:a.name)||""),[d,u]=c.useState((a==null?void 0:a.permissions)||[]),[f,p]=c.useState(!1),[m,g]=c.useState(!1),{deployment:v}=Ee(),{toast:b}=ft(),x=gt({triggerRef:o??{current:null},isOpen:m,minWidth:400,defaultMaxHeight:500}),w=!!a,A=Array.isArray((_=v==null?void 0:v.b2b_settings)==null?void 0:_.organization_permissions)?v.b2b_settings.organization_permissions.map(k=>({value:k,label:k})):[];c.useEffect(()=>{g(!0);const k=z=>{s.current&&!s.current.contains(z.target)&&(e==null||e())},y=z=>{z.key==="Escape"&&(e==null||e())},M=setTimeout(()=>{document.addEventListener("mousedown",k),document.addEventListener("keydown",y)},100);return()=>{clearTimeout(M),document.removeEventListener("mousedown",k),document.removeEventListener("keydown",y)}},[e]);const j=k=>k.trim().replace(/[<>"'&]/g,""),S=k=>k.length>=2&&k.length<=50&&/^[a-zA-Z0-9\s_-]+$/.test(k),C=async()=>{const k=j(i);if(!k){b("Please enter a role name","error");return}if(!S(k)){b("Role name must be 2–50 characters, letters/numbers/spaces only.","error");return}if(d.length===0){b("Please select at least one permission","error");return}p(!0);try{const y={id:a==null?void 0:a.id,name:k,permissions:d};r==null||r(y)}catch(y){b(y.message||`Failed to ${w?"update":"create"} role. Please try again.`,"error")}finally{p(!1)}};return m?t.jsxs(dv,{ref:s,style:{top:(x==null?void 0:x.top)!==void 0?`${x.top}px`:void 0,bottom:(x==null?void 0:x.bottom)!==void 0?`${x.bottom}px`:void 0,left:(x==null?void 0:x.left)!==void 0?`${x.left}px`:void 0,right:(x==null?void 0:x.right)!==void 0?`${x.right}px`:void 0,visibility:x?"visible":"hidden"},onClick:k=>k.stopPropagation(),role:"dialog","aria-labelledby":"role-dialog-title","aria-modal":"true",children:[t.jsx(uv,{id:"role-dialog-title",children:w?"Edit role":"New role"}),t.jsxs(kc,{children:[t.jsx(Cc,{children:"Name"}),t.jsx(ue,{type:"text",placeholder:"e.g. Admin, Editor, Viewer",value:i,onChange:k=>h(k.target.value),autoFocus:!0,"aria-label":"Role name"})]}),t.jsxs(kc,{children:[t.jsx(Cc,{children:"Permissions"}),t.jsx(y1,{options:A,value:d,onChange:u,placeholder:"Select permissions","aria-label":"Select permissions for role"})]}),t.jsxs(pv,{children:[t.jsx(U,{$size:"sm",$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{$size:"sm",onClick:C,disabled:!i||f,children:f?t.jsx(Ae,{size:12}):w?"Update":"Create"})]})]}):null};function $s(e){return typeof e=="object"&&e!==null}function F1(e,r){const a=e[r];return typeof a=="string"?a.length>0&&a!=="0":typeof a=="number"?Number.isFinite(a)&&a>0:!1}function hv(e,r){const a=e[r];return typeof a=="boolean"?a:null}function Z1(e){if(!$s(e))return!1;const r=hv(e,"is_deployment_level");return r!==null?r:!1}function fv(e){return!$s(e)||Z1(e)?!1:F1(e,"organization_id")}function cs(e){return!$s(e)||Z1(e)?!1:F1(e,"workspace_id")}const mv=l.div`
|
|
3402
3402
|
margin-bottom: var(--space-8u);
|
|
3403
3403
|
padding: var(--space-4u) var(--space-6u);
|
|
3404
3404
|
background: ${e=>e.$type==="success"?"color-mix(in srgb, var(--color-success, #10b981) 12%, transparent)":"color-mix(in srgb, var(--color-error) 12%, transparent)"};
|
|
@@ -3430,7 +3430,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
3430
3430
|
text-overflow: ellipsis;
|
|
3431
3431
|
white-space: nowrap;
|
|
3432
3432
|
max-width: 340px;
|
|
3433
|
-
`,bv=({organization:e})=>{var _;const{getOrganizationRoles:r,removeOrganizationRoles:a}=
|
|
3433
|
+
`,bv=({organization:e})=>{var _;const{getOrganizationRoles:r,removeOrganizationRoles:a}=Zt(),{deployment:o}=Ee(),[s,i]=c.useState({isOpen:!1}),[h,d]=c.useState(null),[u,f]=c.useState(null),[p,m]=c.useState(new Set),g=c.useRef(null),v=c.useRef(new Map),{data:b=[],isLoading:x,mutate:w}=ze(e?`wacht-api-organizations:${e.id}:roles`:null,()=>(r==null?void 0:r(e))||[]),A=(k,y)=>{m(M=>{const z=new Set(M);return y?z.add(k):z.delete(k),z})},j=async k=>{try{await new Promise(y=>setTimeout(y,500)),d({text:`Role ${k.id?"updated":"created"} successfully`,type:"success"}),i({isOpen:!1}),w()}catch(y){const M=y instanceof Error?y.message:"Failed to save role";d({text:M,type:"error"})}finally{setTimeout(()=>d(null),3e3)}},S=async k=>{A(k.id,!0);try{await a(e,k),w()}finally{A(k.id,!1),f(null)}};if(x&&b.length===0)return t.jsx(Ae,{});const C=k=>{const y=fv(k),M=p.has(k.id),z=k.permissions.length;return t.jsxs(ct,{children:[t.jsx(Be,{children:t.jsxs(gv,{children:[k.name,!y&&t.jsx(tr,{$variant:"neutral",children:"Default"})]})}),t.jsx(Be,{children:z===0?t.jsx(tr,{$variant:"neutral",children:"No permissions"}):t.jsxs("div",{style:{display:"inline-flex",alignItems:"center",gap:8},children:[t.jsxs(tr,{$variant:"primary",children:[z," ",z===1?"permission":"permissions"]}),t.jsx(xv,{children:k.permissions.join(", ")})]})}),t.jsx(Dt,{children:y?t.jsxs(vv,{children:[t.jsx(U,{ref:I=>{I&&v.current.set(k.id,I)},$size:"sm",$outline:!0,disabled:M,onClick:()=>i({isOpen:!0,role:k,triggerElement:v.current.get(k.id)??null}),children:"Edit"}),t.jsx(U,{$size:"sm",$outline:!0,$destructive:!0,disabled:M,onClick:()=>f(k.id),children:M?t.jsx(Ae,{size:12}):"Delete"})]}):t.jsx("span",{style:{fontSize:12,color:"var(--color-secondary-text)"},children:"Read-only"})})]},k.id)};return t.jsxs(t.Fragment,{children:[h&&t.jsxs(mv,{$type:h.type,children:[h.type==="success"?"✓":t.jsx(aa,{size:13}),h.text]}),t.jsxs(Zn,{style:{marginBottom:"var(--space-6u)"},children:[t.jsxs("div",{style:{flex:1,minWidth:0},children:[t.jsx("div",{style:{fontSize:14,fontWeight:500,color:"var(--color-card-foreground)"},children:"Roles"}),t.jsx("div",{style:{fontSize:12,color:"var(--color-secondary-text)",marginTop:2},children:"Define granular permissions for members."})]}),((_=o==null?void 0:o.b2b_settings)==null?void 0:_.custom_org_role_enabled)&&t.jsx(U,{ref:g,onClick:()=>i({isOpen:!0,triggerElement:g.current}),$size:"sm",children:"Add role"})]}),s.isOpen&&!s.role&&t.jsx(Sc,{onClose:()=>i({isOpen:!1}),onSuccess:j,triggerRef:{current:s.triggerElement||g.current}}),b.length===0?t.jsx(At,{title:"No roles yet",description:"Define custom roles to manage granular permissions."}):t.jsx(t.Fragment,{children:t.jsx(In,{children:t.jsxs(Ot,{children:[t.jsx(Ht,{children:t.jsxs(ct,{children:[t.jsx(Ze,{children:"Role"}),t.jsx(Ze,{children:"Permissions"}),t.jsx(Ze,{})]})}),t.jsx(Vt,{children:b.map(C)})]})})}),u&&t.jsx(Jr,{title:"Delete role?",description:"This action cannot be undone. Users with this role might lose access to certain features.",onConfirm:()=>{const k=b.find(y=>y.id===u);k&&S(k)},onCancel:()=>f(null)}),s.isOpen&&s.role&&t.jsx(Sc,{role:s.role,onClose:()=>i({isOpen:!1}),onSuccess:j,triggerRef:{current:s.triggerElement||null}})]})},wv=()=>{const{activeOrganization:e,loading:r}=or(),[a,o]=c.useState(null);return c.useEffect(()=>{e?o(e):!r&&!e&&a&&o(null)},[e,r,a]),{activeOrganization:a||e,loading:r}},yv=l(is)`
|
|
3434
3434
|
display: flex;
|
|
3435
3435
|
justify-content: center;
|
|
3436
3436
|
align-items: center;
|
|
@@ -3517,7 +3517,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
3517
3517
|
`,Av=l.span`
|
|
3518
3518
|
font-size: var(--font-size-lg);
|
|
3519
3519
|
color: var(--color-popover-foreground);
|
|
3520
|
-
`,I1=()=>{var x,w,A;const{loading:e,activeOrganization:r}=wv(),{updateOrganization:a}=or(),{deployment:o}=
|
|
3520
|
+
`,I1=()=>{var x,w,A;const{loading:e,activeOrganization:r}=wv(),{updateOrganization:a}=or(),{deployment:o}=Ee(),[s,i]=c.useState("general"),[h,d]=c.useState(null),[u,f]=c.useState("info"),[p,m]=c.useState(!1),g=c.useRef(null),v=c.useCallback((j,S="info")=>{d(j),f(S),setTimeout(()=>d(null),3e3)},[]),b=async j=>{var C;const S=(C=j.target.files)==null?void 0:C[0];if(S){if(S.size>2*1024*1024){v("File size cannot exceed 2MB","error");return}if(!S.type.startsWith("image/")){v("Please select a valid image file","error");return}try{m(!0),await a({image:S}),v("Logo updated","info")}catch(_){v((_==null?void 0:_.message)||"Failed to update logo","error")}finally{m(!1),g.current&&(g.current.value="")}}};return e&&!r?t.jsx(ge,{children:t.jsx(yv,{children:t.jsx(Ae,{})})}):r?t.jsx(ge,{children:t.jsx(pc,{children:t.jsx(zs.Provider,{value:{screen:null,setScreen:()=>{},toast:v},children:t.jsxs(is,{children:[t.jsxs(O6,{children:[t.jsxs(Cv,{type:"button",onClick:()=>{var j;return(j=g.current)==null?void 0:j.click()},disabled:p,title:"Change logo","aria-label":"Change organization logo",children:[r.image_url?t.jsx("img",{src:r.image_url,alt:r.name}):((x=r.name)==null?void 0:x.slice(0,2).toUpperCase())||"O",t.jsx("span",{className:"hover-overlay",children:p?t.jsx(Ae,{size:14}):t.jsx(ks,{size:16})})]}),t.jsx("input",{ref:g,type:"file",accept:"image/*",style:{display:"none"},onChange:b}),t.jsxs(H6,{children:[t.jsx(V6,{children:r.name}),t.jsx(D6,{children:r.member_count!=null?`${r.member_count} members`:"Organization settings"})]})]}),t.jsx(F6,{children:t.jsxs(Z6,{children:[t.jsx(Dr,{$isActive:s==="general",onClick:()=>i("general"),children:t.jsxs(Nr,{children:[t.jsx(Er,{size:16})," General"]})}),t.jsx(Dr,{$isActive:s==="domains",onClick:()=>i("domains"),children:t.jsxs(Nr,{children:[t.jsx(of,{size:16})," Domains"]})}),t.jsx(Dr,{$isActive:s==="members",onClick:()=>i("members"),children:t.jsxs(Nr,{children:[t.jsx(wn,{size:16})," Members"]})}),t.jsx(Dr,{$isActive:s==="invitations",onClick:()=>i("invitations"),children:t.jsxs(Nr,{children:[t.jsx(Pn,{size:16})," Invitations"]})}),((w=o==null?void 0:o.b2b_settings)==null?void 0:w.custom_org_role_enabled)&&t.jsx(Dr,{$isActive:s==="roles",onClick:()=>i("roles"),children:t.jsxs(Nr,{children:[t.jsx(Rt,{size:16})," Roles"]})}),((A=o==null?void 0:o.b2b_settings)==null?void 0:A.enterprise_sso_enabled)&&t.jsx(Dr,{$isActive:s==="sso",onClick:()=>i("sso"),children:t.jsxs(Nr,{children:[t.jsx(Rt,{size:16})," SSO"]})})]})}),t.jsxs(I6,{children:[s==="general"&&t.jsx(G6,{organization:r}),s==="domains"&&t.jsx(J6,{organization:r}),s==="members"&&t.jsx(nv,{organization:r}),s==="invitations"&&t.jsx(lv,{organization:r}),s==="roles"&&t.jsx(bv,{organization:r}),s==="sso"&&t.jsx($6,{organization:r})]}),h&&t.jsx(Sv,{children:t.jsxs(Ev,{children:[u==="error"?t.jsx(aa,{size:16,color:"var(--color-error)"}):t.jsx(it,{size:16,color:"var(--color-success)"}),t.jsx(Av,{children:h})]})})]})})})}):t.jsx(ge,{children:t.jsx(pc,{children:t.jsx(is,{children:t.jsxs(jv,{children:[t.jsx(_v,{children:t.jsx(cd,{size:32,color:"var(--color-muted)"})}),t.jsx(kv,{children:"No Organization Selected"}),t.jsx(q1,{})]})})})})},O1=({isOpen:e,onClose:r,title:a,showHeader:o,headerContent:s,footerContent:i,customContent:h,children:d,showCloseButton:u})=>t.jsx(Oe,{isOpen:e,onClose:r,children:t.jsx(Oe.Overlay,{children:t.jsxs(Oe.Content,{style:{width:"900px",maxWidth:"90vw"},children:[o&&t.jsx(Oe.Header,{showCloseButton:u,children:s||a}),h||d||t.jsx(I1,{}),i&&t.jsx(Oe.Footer,{children:i})]})})}),zv=l.div`
|
|
3521
3521
|
display: flex;
|
|
3522
3522
|
height: 100%;
|
|
3523
3523
|
min-height: calc(var(--size-50u) * 4);
|
|
@@ -3826,7 +3826,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
3826
3826
|
align-items: center;
|
|
3827
3827
|
justify-content: center;
|
|
3828
3828
|
color: var(--color-primary);
|
|
3829
|
-
`,Ms=({organizationId:e,onSuccess:r,onCancel:a,onCreateOrganization:o})=>{var E;const[s,i]=c.useState(""),[h,d]=c.useState(""),[u,f]=c.useState(),[p,m]=c.useState(null),[g,v]=c.useState(!1),[b,x]=c.useState(!1),[w,A]=c.useState(e),j=c.useRef(null),S=c.useRef(null),{toast:C}=ft(),{createWorkspace:_}=sr(),{refetch:k}=nt(),{organizationMemberships:y}=qt()
|
|
3829
|
+
`,Ms=({organizationId:e,onSuccess:r,onCancel:a,onCreateOrganization:o})=>{var E;const[s,i]=c.useState(""),[h,d]=c.useState(""),[u,f]=c.useState(),[p,m]=c.useState(null),[g,v]=c.useState(!1),[b,x]=c.useState(!1),[w,A]=c.useState(e),j=c.useRef(null),S=c.useRef(null),{toast:C}=ft(),{createWorkspace:_}=sr(),{refetch:k}=nt(),{organizationMemberships:y}=qt(),M=(E=y==null?void 0:y.find(F=>F.organization.id===w))==null?void 0:E.organization,z=F=>{if(F.target.files&&F.target.files[0]){const L=F.target.files[0];if(L.size>2*1024*1024){C("File size cannot exceed 2MB","error");return}if(!L.type.startsWith("image/")){C("Please select a valid image file","error");return}p&&URL.revokeObjectURL(p),f(L),m(URL.createObjectURL(L))}},I=()=>{var F;(F=j.current)==null||F.click()},H=F=>F.split(" ").map(L=>L[0]).join("").toUpperCase().slice(0,2)||"W",T=F=>F.trim().replace(/[<>\"'&]/g,""),P=F=>F.length>=2&&F.length<=100&&/^[a-zA-Z0-9\s_.-]+$/.test(F),$=async()=>{const F=T(s),L=T(h);if(!F||!w){C("Please enter a workspace name","error");return}if(!P(F)){C("Workspace name must be 2-100 characters and contain only letters, numbers, spaces, dots, underscores, and hyphens","error");return}if(L.length>500){C("Description must be less than 500 characters","error");return}v(!0);try{const Z=await _(w,F,u,L);await k(),r==null||r(Z)}catch(Z){const O=Z.message||"Failed to create workspace. Please try again.";C(O,"error")}finally{v(!1)}};return c.useEffect(()=>()=>{p&&URL.revokeObjectURL(p)},[p]),c.useEffect(()=>{const F=L=>{S.current&&!S.current.contains(L.target)&&x(!1)};return document.addEventListener("mousedown",F),()=>document.removeEventListener("mousedown",F)},[]),t.jsx(ge,{children:t.jsxs(zv,{children:[t.jsxs($v,{children:[t.jsxs(H1,{hasImage:!!p,onClick:I,children:[p?t.jsx(Lv,{src:p,alt:"Workspace logo"}):t.jsx(Rv,{children:H(s||"W")}),t.jsx(Wv,{children:t.jsx(Gv,{children:"Upload Logo"})})]}),t.jsx(Bv,{type:"file",ref:j,onChange:z,accept:"image/png, image/jpeg, image/gif",disabled:g}),t.jsx(Pv,{children:"Create new workspace"}),t.jsx(Tv,{children:"Workspaces are used to organize your projects and team members into logical groups."})]}),t.jsxs(Mv,{children:[t.jsxs(Fv,{children:[t.jsx(Zv,{children:"Choose your workspace name"}),t.jsx(Iv,{children:"Enter a name for your new workspace. This will be visible to all members."})]}),t.jsxs(Ov,{children:[t.jsxs(_o,{children:[t.jsx(ko,{children:"Organization"}),t.jsxs(qv,{ref:S,children:[t.jsxs(Kv,{type:"button",onClick:()=>x(!b),disabled:g,children:[t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx(Ec,{children:M!=null&&M.image_url?t.jsx(Ac,{src:M.image_url,alt:M.name}):H((M==null?void 0:M.name)||"O").charAt(0)}),t.jsx("span",{children:(M==null?void 0:M.name)||"Select organization"})]}),t.jsx(cr,{size:16,style:{color:"var(--color-secondary-text)"}})]}),b&&t.jsxs(Yv,{children:[y==null?void 0:y.map(F=>{var Z,O,R;const L=((Z=F.eligibility_restriction)==null?void 0:Z.type)&&((O=F.eligibility_restriction)==null?void 0:O.type)!=="none";return t.jsxs(V1,{onClick:()=>{L||(A(F.organization.id),x(!1))},disabled:L,style:{opacity:L?.6:1,cursor:L?"not-allowed":"pointer"},title:L?(R=F.eligibility_restriction)==null?void 0:R.message:void 0,children:[t.jsx(Ec,{children:F.organization.image_url?t.jsx(Ac,{src:F.organization.image_url,alt:F.organization.name}):H(F.organization.name).charAt(0)}),t.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-1u)"},children:[t.jsx("span",{children:F.organization.name}),L&&t.jsx("span",{style:{fontSize:"var(--font-size-2xs)",color:"var(--color-error)"},children:"Restricted"})]})]},F.organization.id)}),t.jsxs(Qv,{onClick:()=>{x(!1),o==null||o()},children:[t.jsx(Jv,{children:t.jsx(wt,{size:12})}),t.jsx("span",{children:"Create new organization"})]})]})]})]}),t.jsxs(_o,{children:[t.jsx(ko,{children:"Workspace name"}),t.jsx(Hv,{type:"text",value:s,onChange:F=>i(F.target.value),placeholder:"Workspace Name",disabled:g})]}),t.jsxs(_o,{children:[t.jsx(ko,{children:"Description (optional)"}),t.jsx(Vv,{value:h,onChange:F=>d(F.target.value),placeholder:"What is this workspace for?",disabled:g})]})]}),t.jsxs(Dv,{children:[a?t.jsxs(Nv,{onClick:a,disabled:g,children:[t.jsx(ra,{size:16}),"Back"]}):t.jsx("div",{}),t.jsx(Uv,{onClick:$,disabled:g||!s.trim(),children:g?"Creating...":"Create"})]})]})]})})},Ls=({isOpen:e,onClose:r,onCreated:a,organizationId:o})=>{const[s,i]=c.useState(!1),[h,d]=c.useState(o),{refetch:u,organizationMemberships:f}=qt(),p=()=>{a==null||a(),r==null||r()},m=()=>{i(!0)},g=async()=>{await u(),setTimeout(()=>{if(f&&f.length>0){const v=f[f.length-1];d(v.organization.id)}i(!1)},500)};return t.jsx(ge,{children:t.jsx(Oe,{isOpen:e,onClose:r,children:t.jsx(Oe.Overlay,{children:t.jsx(Oe.Content,{style:{width:"calc(calc(var(--size-50u) * 8) - var(--space-8u))",maxWidth:"90vw"},children:t.jsx(Oe.Body,{style:{padding:0},children:s?t.jsx(Fn,{onSuccess:g,onCancel:()=>i(!1)}):t.jsx(Ms,{organizationId:h||o,onSuccess:p,onCancel:r,onCreateOrganization:m})})})})})})};ht`
|
|
3830
3830
|
0% { transform: rotate(0deg); }
|
|
3831
3831
|
100% { transform: rotate(360deg); }
|
|
3832
3832
|
`;const Xv=l.div`
|
|
@@ -4243,10 +4243,10 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
4243
4243
|
color: var(--color-secondary-text);
|
|
4244
4244
|
margin-top: 2px;
|
|
4245
4245
|
line-height: 1.4;
|
|
4246
|
-
`,u3=()=>{var
|
|
4246
|
+
`,u3=()=>{var M,z;const{activeWorkspace:e,loading:r,updateWorkspace:a}=It(),{deleteWorkspace:o}=sr(),{deployment:s}=Ee(),{toast:i}=ft(),[h,d]=c.useState((e==null?void 0:e.name)||""),[u,f]=c.useState((e==null?void 0:e.description)||""),[p,m]=c.useState({mfa_required:!1,ip_restrictions:!1,allowed_ips:""}),[g,v]=c.useState(!1),[b,x]=c.useState(""),[w,A]=c.useState(!1),[j,S]=c.useState(!1);c.useEffect(()=>{var I;e&&(d(e.name||""),f(e.description||""),m({mfa_required:e.enforce_2fa||!1,ip_restrictions:e.enable_ip_restriction||!1,allowed_ips:((I=e.whitelisted_ips)==null?void 0:I.join(`
|
|
4247
4247
|
`))||""}))},[e]);const C=async()=>{if(!(!e||g))try{v(!0),await a({name:h,description:u,enforce_2fa:p.mfa_required,enable_ip_restriction:p.ip_restrictions,whitelisted_ips:p.allowed_ips.split(`
|
|
4248
|
-
`).filter(
|
|
4249
|
-
10.0.0.0/24`,style:{minHeight:"var(--size-40u)",fontFamily:"monospace"}})]})]})]}),t.jsxs(Co,{children:[t.jsx(Rc,{children:"Danger zone"}),t.jsxs(i3,{children:[t.jsxs(c3,{children:[t.jsxs("div",{style:{flex:1,minWidth:0},children:[t.jsx(l3,{children:"Delete workspace"}),t.jsx(d3,{children:"Once you delete this workspace, there is no going back."})]}),t.jsx(U,{$size:"sm",$outline:!0,$destructive:!0,onClick:()=>{S(!j),x("")},children:j?"Cancel":"Delete workspace"})]}),j&&t.jsxs("div",{style:{marginTop:14,display:"flex",flexDirection:"column",gap:10},children:[t.jsxs(
|
|
4248
|
+
`).filter(I=>I.trim())}),i("Changes saved","info")}catch(I){i(I.message||"Failed to save changes","error")}finally{v(!1)}},_=async()=>{if(!(!e||b!==e.name))try{A(!0),await o(e),i("Workspace deleted","info")}catch{i("Failed to delete workspace","error")}finally{A(!1),x("")}};if(r&&!e)return t.jsx(Ae,{});if(!e)return null;const k=(M=s==null?void 0:s.b2b_settings)==null?void 0:M.enforce_mfa_per_workspace_enabled,y=(z=s==null?void 0:s.b2b_settings)==null?void 0:z.ip_allowlist_per_workspace_enabled;return t.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-8u)",paddingBottom:"var(--size-20u)"},children:[t.jsxs(Co,{children:[t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"name",children:"Workspace name"}),t.jsx(ue,{id:"name",value:h,onChange:I=>d(I.target.value),onBlur:C,placeholder:"Workspace name",required:!0})]}),t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"description",children:"Description"}),t.jsx(ue,{id:"description",as:"textarea",value:u,onChange:I=>f(I.target.value),onBlur:C,placeholder:"Optional description",style:{minHeight:"var(--size-40u)",resize:"vertical"}})]})]}),(k||y)&&t.jsxs(Co,{children:[t.jsx(Rc,{children:"Security"}),k&&t.jsxs($c,{style:{padding:0},children:[t.jsxs(Mc,{children:[t.jsx(xe,{style:{fontSize:13,fontWeight:500,marginBottom:4,display:"block"},children:"Multi-factor authentication"}),t.jsx("p",{style:{fontSize:12,color:"var(--color-secondary-text)",margin:0},children:"Require all workspace members to set up MFA."})]}),t.jsx(Lc,{children:t.jsx(Pr,{checked:p.mfa_required,onChange:()=>{m(I=>({...I,mfa_required:!I.mfa_required})),setTimeout(C,0)}})})]}),y&&t.jsxs(t.Fragment,{children:[t.jsxs($c,{style:{padding:0},children:[t.jsxs(Mc,{children:[t.jsx(xe,{style:{fontSize:13,fontWeight:500,marginBottom:4,display:"block"},children:"IP restrictions"}),t.jsx("p",{style:{fontSize:12,color:"var(--color-secondary-text)",margin:0},children:"Only allow access from specific IP addresses."})]}),t.jsx(Lc,{children:t.jsx(Pr,{checked:p.ip_restrictions,onChange:()=>{m(I=>({...I,ip_restrictions:!I.ip_restrictions})),setTimeout(C,0)}})})]}),p.ip_restrictions&&t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"allowed_ips",children:"Allowed IP addresses"}),t.jsx(ue,{id:"allowed_ips",as:"textarea",value:p.allowed_ips,onChange:I=>m(H=>({...H,allowed_ips:I.target.value})),onBlur:C,placeholder:`192.168.1.1
|
|
4249
|
+
10.0.0.0/24`,style:{minHeight:"var(--size-40u)",fontFamily:"monospace"}})]})]})]}),t.jsxs(Co,{children:[t.jsx(Rc,{children:"Danger zone"}),t.jsxs(i3,{children:[t.jsxs(c3,{children:[t.jsxs("div",{style:{flex:1,minWidth:0},children:[t.jsx(l3,{children:"Delete workspace"}),t.jsx(d3,{children:"Once you delete this workspace, there is no going back."})]}),t.jsx(U,{$size:"sm",$outline:!0,$destructive:!0,onClick:()=>{S(!j),x("")},children:j?"Cancel":"Delete workspace"})]}),j&&t.jsxs("div",{style:{marginTop:14,display:"flex",flexDirection:"column",gap:10},children:[t.jsxs(Ce,{children:[t.jsxs(xe,{htmlFor:"confirm_workspace_name",children:["Type ",t.jsx("strong",{children:e.name})," to confirm"]}),t.jsx(ue,{id:"confirm_workspace_name",type:"text",value:b,onChange:I=>x(I.target.value),placeholder:e.name})]}),t.jsx(U,{$size:"sm",$destructive:!0,onClick:_,disabled:b!==e.name||w,children:w?t.jsx(Ae,{size:12}):"Delete forever"})]})]})]})]})},p3=l.div`
|
|
4250
4250
|
position: fixed;
|
|
4251
4251
|
width: calc(var(--space-10u) * 18);
|
|
4252
4252
|
max-width: calc(100vw - var(--space-24u));
|
|
@@ -4299,7 +4299,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
4299
4299
|
display: flex;
|
|
4300
4300
|
flex-direction: column;
|
|
4301
4301
|
gap: var(--space-4u);
|
|
4302
|
-
`,b3=({onClose:e,onSuccess:r,roles:a,triggerRef:o})=>{const s=c.useRef(null),[i,h]=c.useState(""),[d,u]=c.useState(null),[f,p]=c.useState(!1),[m,g]=c.useState(!1),{toast:v}=ft(),{inviteMember:b}=
|
|
4302
|
+
`,b3=({onClose:e,onSuccess:r,roles:a,triggerRef:o})=>{const s=c.useRef(null),[i,h]=c.useState(""),[d,u]=c.useState(null),[f,p]=c.useState(!1),[m,g]=c.useState(!1),{toast:v}=ft(),{inviteMember:b}=It(),x=gt({triggerRef:o??{current:null},isOpen:m,minWidth:360,defaultMaxHeight:320}),w=a.map(S=>({value:S.id,label:S.name}));c.useEffect(()=>{g(!0);const S=k=>{s.current&&!s.current.contains(k.target)&&(e==null||e())},C=k=>{k.key==="Escape"&&(e==null||e())},_=setTimeout(()=>{document.addEventListener("mousedown",S),document.addEventListener("keydown",C)},100);return()=>{clearTimeout(_),document.removeEventListener("mousedown",S),document.removeEventListener("keydown",C)}},[e]);const A=S=>/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(S),j=async()=>{const S=i.trim().toLowerCase();if(!(!S||!d)){if(!A(S)){v("Please enter a valid email address","error");return}if(S.length>320){v("Email address is too long","error");return}p(!0);try{await b({email:S,workspaceRoleId:d.id}),r==null||r()}catch(C){const _=C.message||"Failed to send invitation. Please try again.";v(_,"error")}finally{p(!1)}}};return m?t.jsxs(p3,{ref:s,style:{top:(x==null?void 0:x.top)!==void 0?`${x.top}px`:void 0,bottom:(x==null?void 0:x.bottom)!==void 0?`${x.bottom}px`:void 0,left:(x==null?void 0:x.left)!==void 0?`${x.left}px`:void 0,right:(x==null?void 0:x.right)!==void 0?`${x.right}px`:void 0,maxHeight:x!=null&&x.maxHeight?`${x.maxHeight}px`:void 0,visibility:x?"visible":"hidden"},onClick:S=>S.stopPropagation(),role:"dialog","aria-labelledby":"invite-workspace-member-title","aria-modal":"true",children:[t.jsxs(h3,{children:[t.jsx(f3,{id:"invite-workspace-member-title",children:"Invite Member"}),t.jsx(v3,{onClick:e,"aria-label":"Close invite member dialog",children:t.jsx(Es,{size:16})})]}),t.jsx(m3,{children:t.jsxs(x3,{children:[t.jsxs(Ce,{children:[t.jsx(xe,{children:"Email Address"}),t.jsx(ue,{type:"email",placeholder:"colleague@company.com",value:i,onChange:S=>h(S.target.value),autoFocus:!0,"aria-label":"Email address for workspace invitation","aria-describedby":"workspace-email-help"})]}),t.jsxs(Ce,{children:[t.jsx(xe,{children:"Role"}),t.jsx(Tn,{options:w,value:d==null?void 0:d.id,onChange:S=>u(a.find(C=>C.id===S)),placeholder:"Select a role","aria-label":"Select role for invited workspace member"})]})]})}),t.jsxs(g3,{children:[t.jsx(U,{$outline:!0,onClick:e,style:{width:"auto"},children:"Cancel"}),t.jsx(U,{onClick:j,disabled:!i||!d||f,style:{width:"auto"},children:f?t.jsxs(t.Fragment,{children:[t.jsx(Ae,{size:14})," Sending..."]}):"PaperPlaneTilt Invitation"})]})]}):null},w3=l.div`
|
|
4303
4303
|
width: var(--size-20u);
|
|
4304
4304
|
height: var(--size-20u);
|
|
4305
4305
|
border-radius: 50%;
|
|
@@ -4312,7 +4312,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
4312
4312
|
font-weight: 400;
|
|
4313
4313
|
font-size: var(--font-size-lg);
|
|
4314
4314
|
overflow: hidden;
|
|
4315
|
-
`,y3=()=>{const{activeWorkspace:e,getMembers:r,getRoles:a,removeMember:o,addMemberRole:s,removeMemberRole:i}=
|
|
4315
|
+
`,y3=()=>{const{activeWorkspace:e,getMembers:r,getRoles:a,removeMember:o,addMemberRole:s,removeMemberRole:i}=It(),{session:h}=nt(),{toast:d}=ft(),[u,f]=c.useState(""),[p,m]=c.useState(1),[g]=c.useState(10),[v,b]=c.useState(""),[x,w]=c.useState(!1),A=c.useRef(null);c.useEffect(()=>{const H=setTimeout(()=>{b(u),m(1)},500);return()=>clearTimeout(H)},[u]);const{data:j,mutate:S}=ze(e?`wacht - api - workspaces:${e.id}: members:${p}:${g}:${v} `:null,()=>r==null?void 0:r({page:p,limit:g,search:v}),{keepPreviousData:!0}),C=(j==null?void 0:j.data)||[],_=(j==null?void 0:j.meta)||{total:0,limit:10},k=Math.ceil(_.total/(_.limit||10)),{data:y=[]}=ze(e?`wacht - api - workspaces:${e.id}: roles`:null,()=>a()||[]),M=y,z=async(H,T,P)=>{try{P?(await i(H,T),d("Role removed","info")):(await s(H,T),d("Role added","info")),S()}catch{d("Failed to update role","error")}},I=async H=>{try{await o(H),d("Member removed","info"),S()}catch{d("Failed to remove member","error")}};return j?t.jsxs(t.Fragment,{children:[t.jsxs(Rs,{children:[t.jsx("div",{style:{flex:1},children:t.jsx(f1,{value:u,onChange:f,placeholder:"Search members..."})}),t.jsxs("div",{style:{display:"flex",gap:"var(--space-6u)",alignItems:"center"},children:[_.total>0&&t.jsxs("div",{style:{fontSize:"var(--font-size-lg)",color:"var(--color-muted)"},children:[_.total," member",_.total!==1?"s":""]}),t.jsx(U,{ref:A,onClick:()=>w(!0),children:"Invite"})]})]}),x&&t.jsx(b3,{onClose:()=>w(!1),onSuccess:()=>{S(),w(!1)},roles:M,triggerRef:A}),C.length===0?t.jsx(At,{title:u?"No members match":"No members yet",description:"Members added to the organization can be invited here."}):t.jsx(t.Fragment,{children:t.jsx(Ps,{children:t.jsxs(Ot,{children:[t.jsx(Ht,{children:t.jsxs(ct,{children:[t.jsx(Ze,{children:"Member"}),t.jsx(Ze,{children:"Joined"}),t.jsx(Ze,{children:"Role"})]})}),t.jsx(Vt,{children:C.map(H=>t.jsxs(ct,{children:[t.jsx(Be,{children:t.jsx(j3,{member:H,session:h})}),t.jsx(Be,{children:new Date(H.created_at).toLocaleDateString()}),t.jsx(Dt,{children:t.jsx(_3,{member:H,roles:M,onToggle:(T,P)=>z(H.id,T,P),onRemove:()=>I(H.id)})})]},H.id))})]})})}),k>1&&t.jsxs("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",gap:"var(--space-8u)",marginTop:"var(--space-12u)"},children:[t.jsx(U,{onClick:()=>m(H=>Math.max(1,H-1)),disabled:p===1,$size:"sm",children:"Previous"}),t.jsxs("span",{style:{fontSize:"var(--font-size-md)"},children:[p," / ",k]}),t.jsx(U,{onClick:()=>m(H=>Math.min(k,H+1)),disabled:p===k,$size:"sm",children:"Next"})]})]}):t.jsx(Ae,{})},j3=({member:e,session:r,subtitle:a})=>{var h,d,u;const o=e.public_user_data||e.user,s=(o==null?void 0:o.id)===((h=r==null?void 0:r.active_signin)==null?void 0:h.user_id),i=(f="",p="")=>`${f[0]||""}${p[0]||""} `.toUpperCase();return t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-6u)"},children:[t.jsx(w3,{children:o!=null&&o.profile_picture_url?t.jsx("img",{src:o.profile_picture_url,alt:"Avatar",style:{width:"100%",height:"100%",objectFit:"cover"}}):i(o==null?void 0:o.first_name,o==null?void 0:o.last_name)||"?"}),t.jsxs("div",{children:[t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx("span",{style:{fontSize:"var(--font-size-lg)",fontWeight:"400"},children:o?`${o.first_name||""} ${o.last_name||""} `.trim()||((d=o.primary_email_address)==null?void 0:d.email):"Unknown"}),s&&t.jsx("span",{style:{fontSize:"var(--font-size-2xs)",padding:"var(--space-1u) var(--space-2u)",background:"var(--color-background-subtle)",color:"var(--color-muted)",borderRadius:"calc(var(--radius-2xs) - var(--border-width-thin))",fontWeight:"400"},children:"You"})]}),t.jsxs("div",{style:{fontSize:"var(--font-size-xs)",color:"var(--color-secondary-text)",fontWeight:"400",display:"flex",flexWrap:"wrap",gap:"var(--space-2u) var(--space-4u)"},children:[t.jsx("span",{children:(u=o==null?void 0:o.primary_email_address)==null?void 0:u.email}),a&&t.jsxs("span",{style:{color:"var(--color-muted)"},children:["• ",a]})]})]})]})},_3=({member:e,roles:r,onToggle:a,onRemove:o})=>{var d;const s=e.roles||[],i=u=>s.some(f=>f.id===u),h="calc(var(--size-50u) + var(--size-40u))";return t.jsxs(za,{children:[t.jsx(Ma,{children:t.jsxs(U,{$outline:!0,style:{color:"var(--color-foreground)",minWidth:h,justifyContent:"space-between"},children:[s.length>0?(d=s==null?void 0:s[0])==null?void 0:d.name:"No role"," ",t.jsx(cr,{size:14,style:{marginLeft:"var(--space-2u)"}})]})}),t.jsxs($a,{style:{minWidth:h},children:[r.map(u=>{const f=i(u.id);return t.jsx(nr,{onClick:()=>a(u.id,f),children:t.jsxs("div",{style:{display:"flex",justifyContent:"space-between",width:"100%",gap:"var(--space-6u)"},children:[t.jsx("span",{children:u.name}),f&&t.jsx(it,{size:14,color:"var(--color-success)"})]})},u.id)}),t.jsx(h1,{}),t.jsx(nr,{$destructive:!0,onClick:o,children:t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx(Ss,{size:14})," Remove Member"]})})]})]})},k3=l.div`
|
|
4316
4316
|
position: fixed;
|
|
4317
4317
|
background: var(--color-popover);
|
|
4318
4318
|
border-radius: 10px;
|
|
@@ -4347,7 +4347,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
4347
4347
|
grid-template-columns: 1fr 1fr;
|
|
4348
4348
|
gap: 6px;
|
|
4349
4349
|
& > button { width: 100%; }
|
|
4350
|
-
`,E3=({onClose:e,onSuccess:r,roles:a,createInvitation:o,triggerRef:s})=>{const i=c.useRef(null),[h,d]=c.useState(""),[u,f]=c.useState(a[0]||null),[p,m]=c.useState(!1),[g,v]=c.useState(!1),{toast:b}=ft(),x=gt({triggerRef:s,isOpen:g,minWidth:360,defaultMaxHeight:320}),w=a.map(S=>({value:S.id,label:S.name})),A=S=>/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(S),j=async()=>{const S=h.trim().toLowerCase();if(!(!S||!u)){if(!A(S)){b("Please enter a valid email address","error");return}if(S.length>320){b("Email address is too long","error");return}m(!0);try{await o({email:S,role_id:u.id}),r()}catch(C){b(C.message||"Failed to send invitation. Please try again.","error")}finally{m(!1)}}};return c.useEffect(()=>{v(!0);const S=_=>{i.current&&!i.current.contains(_.target)&&(e==null||e())},C=_=>{_.key==="Escape"&&(e==null||e())};return document.addEventListener("mousedown",S),document.addEventListener("keydown",C),()=>{document.removeEventListener("mousedown",S),document.removeEventListener("keydown",C)}},[e]),g?t.jsxs(k3,{ref:i,style:{top:(x==null?void 0:x.top)!==void 0?`${x.top}px`:void 0,bottom:(x==null?void 0:x.bottom)!==void 0?`${x.bottom}px`:void 0,left:(x==null?void 0:x.left)!==void 0?`${x.left}px`:void 0,right:(x==null?void 0:x.right)!==void 0?`${x.right}px`:void 0,visibility:x?"visible":"hidden"},onClick:S=>S.stopPropagation(),role:"dialog","aria-labelledby":"invite-member-title","aria-modal":"true",children:[t.jsx(C3,{id:"invite-member-title",children:"Invite member"}),t.jsxs(Pc,{children:[t.jsx(Tc,{children:"Email"}),t.jsx(ue,{type:"email",placeholder:"colleague@company.com",value:h,onChange:S=>d(S.target.value),onKeyDown:S=>{S.key==="Enter"&&h&&u&&j()},autoFocus:!0,"aria-label":"Email address for invitation"})]}),t.jsxs(Pc,{children:[t.jsx(Tc,{children:"Role"}),t.jsx(Tn,{options:w,value:u==null?void 0:u.id,onChange:S=>f(a.find(C=>C.id===S)),placeholder:"Select a role","aria-label":"Select role for invited member"})]}),t.jsxs(S3,{children:[t.jsx(U,{$size:"sm",$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{$size:"sm",onClick:j,disabled:!h||!u||p,children:p?t.jsx(
|
|
4350
|
+
`,E3=({onClose:e,onSuccess:r,roles:a,createInvitation:o,triggerRef:s})=>{const i=c.useRef(null),[h,d]=c.useState(""),[u,f]=c.useState(a[0]||null),[p,m]=c.useState(!1),[g,v]=c.useState(!1),{toast:b}=ft(),x=gt({triggerRef:s,isOpen:g,minWidth:360,defaultMaxHeight:320}),w=a.map(S=>({value:S.id,label:S.name})),A=S=>/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(S),j=async()=>{const S=h.trim().toLowerCase();if(!(!S||!u)){if(!A(S)){b("Please enter a valid email address","error");return}if(S.length>320){b("Email address is too long","error");return}m(!0);try{await o({email:S,role_id:u.id}),r()}catch(C){b(C.message||"Failed to send invitation. Please try again.","error")}finally{m(!1)}}};return c.useEffect(()=>{v(!0);const S=_=>{i.current&&!i.current.contains(_.target)&&(e==null||e())},C=_=>{_.key==="Escape"&&(e==null||e())};return document.addEventListener("mousedown",S),document.addEventListener("keydown",C),()=>{document.removeEventListener("mousedown",S),document.removeEventListener("keydown",C)}},[e]),g?t.jsxs(k3,{ref:i,style:{top:(x==null?void 0:x.top)!==void 0?`${x.top}px`:void 0,bottom:(x==null?void 0:x.bottom)!==void 0?`${x.bottom}px`:void 0,left:(x==null?void 0:x.left)!==void 0?`${x.left}px`:void 0,right:(x==null?void 0:x.right)!==void 0?`${x.right}px`:void 0,visibility:x?"visible":"hidden"},onClick:S=>S.stopPropagation(),role:"dialog","aria-labelledby":"invite-member-title","aria-modal":"true",children:[t.jsx(C3,{id:"invite-member-title",children:"Invite member"}),t.jsxs(Pc,{children:[t.jsx(Tc,{children:"Email"}),t.jsx(ue,{type:"email",placeholder:"colleague@company.com",value:h,onChange:S=>d(S.target.value),onKeyDown:S=>{S.key==="Enter"&&h&&u&&j()},autoFocus:!0,"aria-label":"Email address for invitation"})]}),t.jsxs(Pc,{children:[t.jsx(Tc,{children:"Role"}),t.jsx(Tn,{options:w,value:u==null?void 0:u.id,onChange:S=>f(a.find(C=>C.id===S)),placeholder:"Select a role","aria-label":"Select role for invited member"})]}),t.jsxs(S3,{children:[t.jsx(U,{$size:"sm",$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{$size:"sm",onClick:j,disabled:!h||!u||p,children:p?t.jsx(Ae,{size:12}):"Send invite"})]})]}):null},A3=()=>{const{activeWorkspace:e,loading:r,getRoles:a,getInvitations:o,inviteMember:s,discardInvitation:i,resendInvitation:h}=It(),{toast:d}=ft(),[u,f]=c.useState(!0),[p,m]=c.useState(!0),[g,v]=c.useState([]),[b,x]=c.useState([]),[w,A]=c.useState(!1),j=c.useRef(null),S=async()=>{if(e){f(!0),m(!0);try{const[k,y]=await Promise.all([a(),o()]);x(k),v(y)}catch{}finally{f(!1),m(!1)}}};c.useEffect(()=>{S()},[e==null?void 0:e.id]);const C=async k=>{try{await i(k),S(),d("Invitation cancelled","info")}catch{d("Failed to cancel invitation","error")}},_=async k=>{try{await h(k),S(),d("Invitation resent","info")}catch{d("Failed to resend invitation","error")}};return r||u||p?t.jsx(Ae,{}):t.jsxs(t.Fragment,{children:[t.jsxs(Rs,{style:{marginBottom:"var(--space-6u)"},children:[t.jsxs("div",{style:{flex:1,minWidth:0},children:[t.jsx("div",{style:{fontSize:14,fontWeight:500,color:"var(--color-card-foreground)"},children:"Invitations"}),t.jsx("div",{style:{fontSize:12,color:"var(--color-secondary-text)",marginTop:2},children:"Pending invites to join this workspace."})]}),t.jsx(U,{ref:j,onClick:()=>A(!0),$size:"sm",children:"Invite"})]}),w&&t.jsx(E3,{onClose:()=>A(!1),onSuccess:()=>{S(),A(!1),d("Invitation sent","info")},roles:b,createInvitation:k=>s({email:k.email,workspaceRoleId:k.role_id}),triggerRef:j}),g.length===0?t.jsx(At,{title:"No pending invitations",description:"Invite members to your workspace."}):t.jsx(t.Fragment,{children:t.jsx(Ps,{children:t.jsxs(Ot,{children:[t.jsx(Ht,{children:t.jsxs(ct,{children:[t.jsx(Ze,{children:"Email"}),t.jsx(Ze,{children:"Role"}),t.jsx(Ze,{children:"Invited"}),t.jsx(Ze,{})]})}),t.jsx(Vt,{children:g.map(k=>{var y,M;return t.jsxs(ct,{children:[t.jsx(Be,{children:k.email}),t.jsx(Be,{children:((y=k.initial_workspace_role)==null?void 0:y.name)||((M=k.initial_organization_role)==null?void 0:M.name)||"No role"}),t.jsx(Be,{children:new Date(k.created_at).toLocaleDateString()}),t.jsx(Dt,{children:t.jsx(z3,{onResend:()=>_(k.id),onCancel:()=>C(k.id)})})]},k.id)})})]})})})]})},z3=({onResend:e,onCancel:r})=>t.jsxs(za,{children:[t.jsx(Ma,{children:t.jsx(ls,{children:"•••"})}),t.jsxs($a,{children:[t.jsxs(nr,{onClick:e,children:[t.jsx(Hd,{size:16})," Resend"]}),t.jsxs(nr,{$destructive:!0,onClick:r,children:[t.jsx(Ss,{size:16})," Cancel"]})]})]}),$3=l.div`
|
|
4351
4351
|
position: fixed;
|
|
4352
4352
|
background: var(--color-popover);
|
|
4353
4353
|
border-radius: 10px;
|
|
@@ -4383,7 +4383,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
4383
4383
|
grid-template-columns: 1fr 1fr;
|
|
4384
4384
|
gap: 6px;
|
|
4385
4385
|
& > button { width: 100%; }
|
|
4386
|
-
`,Ic=({onClose:e,onSuccess:r,role:a,triggerRef:o})=>{var k,y;const s=c.useRef(null),[i,h]=c.useState((a==null?void 0:a.name)||""),[d,u]=c.useState((a==null?void 0:a.permissions)||[]),[f,p]=c.useState(!1),[m,g]=c.useState(!1),{deployment:v}=
|
|
4386
|
+
`,Ic=({onClose:e,onSuccess:r,role:a,triggerRef:o})=>{var k,y;const s=c.useRef(null),[i,h]=c.useState((a==null?void 0:a.name)||""),[d,u]=c.useState((a==null?void 0:a.permissions)||[]),[f,p]=c.useState(!1),[m,g]=c.useState(!1),{deployment:v}=Ee(),{toast:b}=ft(),x=gt({triggerRef:o??{current:null},isOpen:m,minWidth:400,defaultMaxHeight:500}),w=!!a,A=((k=v==null?void 0:v.b2b_settings)==null?void 0:k.workspace_permissions)||((y=v==null?void 0:v.b2b_settings)==null?void 0:y.organization_permissions)||[],j=Array.isArray(A)?A.map(M=>({value:M,label:M})):[];c.useEffect(()=>{g(!0);const M=H=>{s.current&&!s.current.contains(H.target)&&(e==null||e())},z=H=>{H.key==="Escape"&&(e==null||e())},I=setTimeout(()=>{document.addEventListener("mousedown",M),document.addEventListener("keydown",z)},100);return()=>{clearTimeout(I),document.removeEventListener("mousedown",M),document.removeEventListener("keydown",z)}},[e]);const S=M=>M.trim().replace(/[<>"'&]/g,""),C=M=>M.length>=2&&M.length<=50&&/^[a-zA-Z0-9\s_-]+$/.test(M),_=async()=>{const M=S(i);if(!M){b("Please enter a role name","error");return}if(!C(M)){b("Role name must be 2–50 characters, letters/numbers/spaces only.","error");return}if(d.length===0){b("Please select at least one permission","error");return}p(!0);try{const z={id:a==null?void 0:a.id,name:M,permissions:d};r==null||r(z)}catch(z){b(z.message||`Failed to ${w?"update":"create"} role. Please try again.`,"error")}finally{p(!1)}};return m?t.jsxs($3,{ref:s,style:{top:(x==null?void 0:x.top)!==void 0?`${x.top}px`:void 0,bottom:(x==null?void 0:x.bottom)!==void 0?`${x.bottom}px`:void 0,left:(x==null?void 0:x.left)!==void 0?`${x.left}px`:void 0,right:(x==null?void 0:x.right)!==void 0?`${x.right}px`:void 0,visibility:x?"visible":"hidden"},onClick:M=>M.stopPropagation(),role:"dialog","aria-labelledby":"role-dialog-title","aria-modal":"true",children:[t.jsx(M3,{id:"role-dialog-title",children:w?"Edit role":"New role"}),t.jsxs(Fc,{children:[t.jsx(Zc,{children:"Name"}),t.jsx(ue,{type:"text",placeholder:"e.g. Admin, Editor, Viewer",value:i,onChange:M=>h(M.target.value),autoFocus:!0,"aria-label":"Role name"})]}),t.jsxs(Fc,{children:[t.jsx(Zc,{children:"Permissions"}),t.jsx(y1,{options:j,value:d,onChange:u,placeholder:"Select permissions","aria-label":"Select permissions for role"})]}),t.jsxs(L3,{children:[t.jsx(U,{$size:"sm",$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{$size:"sm",onClick:_,disabled:!i||f,children:f?t.jsx(Ae,{size:12}):w?"Update":"Create"})]})]}):null},R3=l.div`
|
|
4387
4387
|
display: flex;
|
|
4388
4388
|
align-items: center;
|
|
4389
4389
|
gap: var(--space-4u);
|
|
@@ -4401,7 +4401,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
4401
4401
|
line-height: 1;
|
|
4402
4402
|
`,F3=l.div`
|
|
4403
4403
|
color: var(--color-secondary-text);
|
|
4404
|
-
`,Z3=()=>{var C;const{activeWorkspace:e,loading:r,getRoles:a,createRole:o,deleteRole:s}=
|
|
4404
|
+
`,Z3=()=>{var C;const{activeWorkspace:e,loading:r,getRoles:a,createRole:o,deleteRole:s}=It(),{deployment:i}=Ee(),{toast:h}=ft(),[d,u]=c.useState({isOpen:!1}),[f,p]=c.useState(null),[m,g]=c.useState(null),v=c.useRef(null),b=c.useRef(new Map),{data:x=[],isLoading:w,mutate:A}=ze(e?`wacht-api-workspaces:${e.id}:roles`:null,()=>a()||[]),j=async _=>{try{await o(_.name,_.permissions||[]),h("Role saved successfully","info"),u({isOpen:!1}),A()}catch{h("Failed to save role","error")}},S=async _=>{try{await s(_),h("Role deleted","info"),p(null),A()}catch{h("Failed to delete role","error")}};return r||w?t.jsx(Ae,{}):t.jsxs(t.Fragment,{children:[t.jsxs(Rs,{style:{marginBottom:"var(--space-6u)"},children:[t.jsxs("div",{style:{flex:1,minWidth:0},children:[t.jsx("div",{style:{fontSize:14,fontWeight:500,color:"var(--color-card-foreground)"},children:"Roles"}),t.jsx("div",{style:{fontSize:12,color:"var(--color-secondary-text)",marginTop:2},children:"Define granular permissions for this workspace."})]}),((C=i==null?void 0:i.b2b_settings)==null?void 0:C.custom_workspace_role_enabled)&&t.jsx(U,{ref:v,onClick:()=>u({isOpen:!0,triggerElement:v.current}),$size:"sm",children:"Add role"})]}),d.isOpen&&!d.role&&t.jsx(Ic,{triggerRef:{current:d.triggerElement||null},onClose:()=>u({isOpen:!1}),onSuccess:j}),x.length===0?t.jsx(At,{title:"No roles yet",description:"Create workspace-specific roles to manage access."}):t.jsx(t.Fragment,{children:t.jsx(Ps,{children:t.jsxs(Ot,{children:[t.jsx(Ht,{children:t.jsxs(ct,{children:[t.jsx(Ze,{children:"Role"}),t.jsx(Ze,{children:"Permissions"}),t.jsx(Ze,{})]})}),t.jsx(Vt,{children:x.map(_=>{var k;return t.jsxs(ct,{children:[t.jsx(Be,{children:t.jsxs(R3,{children:[t.jsx(P3,{children:_.name}),!cs(_)&&t.jsx(T3,{children:"Default"})]})}),t.jsx(Be,{children:t.jsxs(F3,{children:[(k=_.permissions)==null?void 0:k.join(", "),!cs(_)&&" • Cannot be edited or deleted"]})}),t.jsx(Dt,{children:t.jsx(I3,{role:_,onEdit:y=>u({isOpen:!0,role:_,triggerElement:y}),onDelete:()=>p(_.id),open:m===_.id,onOpenChange:y=>g(y?_.id:null),dropdownButtonRefs:b})})]},_.id)})})]})})}),f&&t.jsx(Jr,{title:"Delete role?",description:"Are you sure? This will remove the role from all workspace members.",onConfirm:()=>{const _=x.find(k=>k.id===f);_&&S(_)},onCancel:()=>p(null)}),d.isOpen&&d.role&&t.jsx(Ic,{role:d.role,triggerRef:{current:d.triggerElement||null},onClose:()=>u({isOpen:!1}),onSuccess:j})]})},I3=({role:e,onEdit:r,onDelete:a,open:o,onOpenChange:s,dropdownButtonRefs:i})=>cs(e)?t.jsxs(za,{open:o,openChange:s,children:[t.jsx(Ma,{children:t.jsx(ls,{ref:d=>{d&&i.current.set(e.id,d)},children:"•••"})}),t.jsxs($a,{children:[t.jsx(nr,{onClick:()=>r(i.current.get(e.id)??null),children:"Edit Role"}),t.jsxs(nr,{$destructive:!0,onClick:a,children:[t.jsx(Ss,{size:16})," Remove Role"]})]})]}):t.jsx(ls,{disabled:!0,title:"Deployment roles cannot be edited","aria-label":"Deployment roles cannot be edited",children:"•••"}),O3=l.button`
|
|
4405
4405
|
position: relative;
|
|
4406
4406
|
width: 44px;
|
|
4407
4407
|
height: 44px;
|
|
@@ -4452,7 +4452,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
4452
4452
|
padding: 12px 16px;
|
|
4453
4453
|
box-shadow: var(--shadow-md);
|
|
4454
4454
|
z-index: 100;
|
|
4455
|
-
`,V3=e=>(e||"").slice(0,2).toUpperCase()||"W",D1=()=>{var w,A;const{activeWorkspace:e,loading:r,updateWorkspace:a}=
|
|
4455
|
+
`,V3=e=>(e||"").slice(0,2).toUpperCase()||"W",D1=()=>{var w,A;const{activeWorkspace:e,loading:r,updateWorkspace:a}=It(),{deployment:o}=Ee(),[s,i]=c.useState("general"),[h,d]=c.useState(null),[u,f]=c.useState("info"),[p,m]=c.useState(!1),g=c.useRef(null),v=c.useCallback((j,S="info")=>{d(j),f(S),setTimeout(()=>d(null),3e3)},[]),b=async j=>{var C;const S=(C=j.target.files)==null?void 0:C[0];if(S){if(S.size>2*1024*1024){v("File size cannot exceed 2MB","error");return}if(!S.type.startsWith("image/")){v("Please select a valid image file","error");return}try{m(!0),await a({image:S}),v("Logo updated","info")}catch(_){v((_==null?void 0:_.message)||"Failed to update logo","error")}finally{m(!1),g.current&&(g.current.value="")}}};if(r&&!e)return t.jsx(ge,{children:t.jsx(zc,{style:{display:"flex",justifyContent:"center",alignItems:"center"},children:t.jsx(Ae,{})})});if(!e)return null;const x=(w=e.organization)==null?void 0:w.name;return t.jsx(ge,{children:t.jsx(Xv,{children:t.jsx(zs.Provider,{value:{screen:null,setScreen:()=>{},toast:v},children:t.jsxs(zc,{children:[t.jsxs(a3,{children:[t.jsxs(O3,{type:"button",onClick:()=>{var j;return(j=g.current)==null?void 0:j.click()},disabled:p,title:"Change logo","aria-label":"Change workspace logo",children:[e.image_url?t.jsx("img",{src:e.image_url,alt:e.name}):V3(e.name),t.jsx("span",{className:"hover-overlay",children:p?t.jsx(Ae,{size:14}):t.jsx(ks,{size:16})})]}),t.jsx("input",{ref:g,type:"file",accept:"image/*",style:{display:"none"},onChange:b}),t.jsxs(n3,{children:[t.jsx(o3,{children:e.name}),t.jsx(s3,{children:x?`${x} · Workspace settings`:"Workspace settings"})]})]}),t.jsx(e3,{children:t.jsxs(t3,{children:[t.jsx(en,{$isActive:s==="general",onClick:()=>i("general"),children:t.jsxs(tn,{children:[t.jsx(Er,{size:14})," General"]})}),t.jsx(en,{$isActive:s==="members",onClick:()=>i("members"),children:t.jsxs(tn,{children:[t.jsx(wn,{size:14})," Members"]})}),t.jsx(en,{$isActive:s==="invitations",onClick:()=>i("invitations"),children:t.jsxs(tn,{children:[t.jsx(Hd,{size:14})," Invitations"]})}),((A=o==null?void 0:o.b2b_settings)==null?void 0:A.custom_workspace_role_enabled)&&t.jsx(en,{$isActive:s==="roles",onClick:()=>i("roles"),children:t.jsxs(tn,{children:[t.jsx(Rt,{size:14})," Roles"]})})]})}),t.jsxs(r3,{children:[s==="general"&&t.jsx(u3,{}),s==="members"&&t.jsx(y3,{}),s==="invitations"&&t.jsx(A3,{}),s==="roles"&&t.jsx(Z3,{})]}),h&&t.jsx(H3,{children:t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[u==="error"?t.jsx(aa,{size:14,color:"var(--color-error)"}):t.jsx(it,{size:14,color:"var(--color-success, #10b981)"}),t.jsx("span",{style:{fontSize:13,color:"var(--color-popover-foreground)"},children:h})]})})]})})})})},Ts=({isOpen:e,onClose:r,title:a,showHeader:o,headerContent:s,footerContent:i,customContent:h,children:d,showCloseButton:u})=>t.jsx(Oe,{isOpen:e,onClose:r,children:t.jsx(Oe.Overlay,{children:t.jsxs(Oe.Content,{style:{width:"900px",maxWidth:"90vw"},children:[o&&t.jsx(Oe.Header,{showCloseButton:u,children:s||a}),h||d||t.jsx(D1,{}),i&&t.jsx(Oe.Footer,{children:i})]})})}),N1=["organization:admin"],U1=["organization:admin","organization:manage"],B1=["workspace:admin"],W1=["workspace:admin","workspace:manage"];function Fs(e,r){return e!=null&&e.roles?e.roles.some(a=>{var o;return(o=a.permissions)==null?void 0:o.some(s=>r.includes(s))}):!1}function Zs(e){return Fs(e,U1)}function D3(e){return Fs(e,N1)}function Is(e,r){return e!=null&&e.roles?e.roles.some(a=>{var o;return(o=a.permissions)==null?void 0:o.some(s=>r.includes(s))}):!1}function Os(e){return Is(e,W1)}function N3(e){return Is(e,B1)}const Oc=l.div`
|
|
4456
4456
|
position: relative;
|
|
4457
4457
|
display: block;
|
|
4458
4458
|
width: 100%;
|
|
@@ -4792,7 +4792,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
4792
4792
|
display: flex;
|
|
4793
4793
|
align-items: center;
|
|
4794
4794
|
gap: 8px;
|
|
4795
|
-
`,q1=({showPersonal:e=!0})=>{var
|
|
4795
|
+
`,q1=({showPersonal:e=!0})=>{var He,We,Ne;const[r,a]=c.useState(!1),[o,s]=c.useState(!1),[i,h]=c.useState(new Set),d=c.useRef(null),u=c.useRef(null),f=gt({triggerRef:d,isOpen:r,minWidth:300}),p=Bt(!1),m=Bt(!1),g=Bt(!1),v=Bt(!1),[b,x]=c.useState(null),[w,A]=c.useState(null),[j,S]=c.useState(null),[C,_]=c.useState("org"),{organizationMemberships:k,loading:y,refetch:M}=qt(),{activeOrganization:z,activeMembership:I,leave:H}=or(),{activeWorkspace:T,activeMembership:P,leave:$}=It(),{workspaces:E,loading:F}=sr(),{session:L,switchOrganization:Z,switchWorkspace:O}=nt(),{deployment:R}=Ee(),Y=R==null?void 0:R.b2b_settings.organizations_enabled,N=R==null?void 0:R.b2b_settings.workspaces_enabled,G=R==null?void 0:R.b2b_settings.allow_users_to_create_orgs,Q=!I,ee=c.useMemo(()=>{var X,ce;return Q?{name:"Personal account",image_url:(ce=(X=L==null?void 0:L.active_signin)==null?void 0:X.user)==null?void 0:ce.profile_picture_url,isPersonal:!0}:{name:N&&T?`${z==null?void 0:z.name} / ${T.name}`:(z==null?void 0:z.name)||"",image_url:z==null?void 0:z.image_url,isPersonal:!1}},[Q,z,T,L,N]);if(c.useEffect(()=>{z&&N&&h(ve=>{if(ve.has(z.id))return ve;const X=new Set(ve);return X.add(z.id),X})},[z,N]),c.useEffect(()=>{_(N&&T?"ws":"org")},[N,T==null?void 0:T.id]),c.useEffect(()=>{if(!r)return;let ve=null;const X=setTimeout(()=>{const ce=ie=>{var he,fe;const q=ie.target;(he=d.current)!=null&&he.contains(q)||(fe=u.current)!=null&&fe.contains(q)||(a(!1),A(null))};document.addEventListener("mousedown",ce),ve=()=>document.removeEventListener("mousedown",ce)},50);return()=>{clearTimeout(X),ve==null||ve()}},[r]),c.useEffect(()=>{if(!w)return;const ve=setTimeout(()=>A(null),5e3);return()=>clearTimeout(ve)},[w]),!Y)return null;const se=ve=>ve.split(" ").map(X=>X[0]).join("").toUpperCase().slice(0,2),pe=ve=>{s(!0),Z(ve).finally(()=>s(!1))},te=ve=>{s(!0),O(ve).finally(()=>s(!1))},ye=ve=>{h(X=>{const ce=new Set(X);return ce.has(ve)?ce.delete(ve):ce.add(ve),ce})},ae=!!((He=I==null?void 0:I.eligibility_restriction)!=null&&He.type)&&I.eligibility_restriction.type!=="none";return!!!L||y||N&&F?t.jsx(ge,{children:t.jsx(Oc,{children:t.jsxs(J3,{children:[t.jsx(an,{w:"20px",h:"20px",r:"5px"}),t.jsx(an,{w:"120px",h:"12px"})]})})}):t.jsx(ge,{children:t.jsxs(Oc,{children:[t.jsxs(U3,{ref:d,onClick:()=>{a(!r),r||A(null)},disabled:o,children:[t.jsx(B3,{$personal:ee.isPersonal,children:ee.image_url?t.jsx("img",{src:ee.image_url,alt:ee.name}):ee.isPersonal?t.jsx(Ca,{size:11}):se(ee.name)}),t.jsx(W3,{children:ee.name}),t.jsx(ef,{size:13,color:"var(--color-secondary-text)"})]}),typeof window<"u"&&kn.createPortal(t.jsx(ge,{children:t.jsxs(G3,{ref:u,$isOpen:r,$position:f,children:[(()=>{var le,we,Ie,Ke;const ve=N&&!!T,X=!!z&&!ae&&Zs(I),ce=ve&&!ae&&Os(P),ie=()=>{m.open(),a(!1)},q=()=>{v.open(),a(!1)},he=async()=>{if(H){S("org"),A(null);try{await H(),await M(),a(!1)}catch(ot){A(ot instanceof Error?ot.message:"Failed to leave organization")}finally{S(null)}}},fe=async()=>{if($){S("ws"),A(null);try{await $(),a(!1)}catch(ot){A(ot instanceof Error?ot.message:"Failed to leave workspace")}finally{S(null)}}};if(Q)return null;const D=ve,B=D?C:"org",J=(we=(le=I==null?void 0:I.roles)==null?void 0:le[0])==null?void 0:we.name,me=(Ke=(Ie=P==null?void 0:P.roles)==null?void 0:Ie[0])==null?void 0:Ke.name;return t.jsxs(K3,{children:[D&&t.jsxs(Y3,{children:[t.jsx(Hc,{type:"button",$active:B==="org","data-active":B==="org",onClick:()=>_("org"),children:"Organization"}),t.jsx(Hc,{type:"button",$active:B==="ws","data-active":B==="ws",onClick:()=>_("ws"),children:"Workspace"})]}),B==="org"&&z&&t.jsxs(Vc,{children:[t.jsx(Dc,{children:z.image_url?t.jsx("img",{src:z.image_url,alt:z.name}):se(z.name)}),t.jsxs(Nc,{children:[t.jsx(Uc,{children:z.name}),J&&t.jsx(Bc,{children:J})]}),t.jsxs(Wc,{children:[X&&t.jsx(rn,{onClick:ie,title:"Organization settings","aria-label":"Organization settings",children:t.jsx(Er,{size:14})}),t.jsx(rn,{$destructive:!0,onClick:he,disabled:j==="org",title:"Leave organization","aria-label":"Leave organization",children:t.jsx(Ar,{size:14})})]})]}),B==="ws"&&ve&&t.jsxs(Vc,{children:[t.jsx(Dc,{children:T.image_url?t.jsx("img",{src:T.image_url,alt:T.name}):se(T.name)}),t.jsxs(Nc,{children:[t.jsx(Uc,{children:T.name}),me&&t.jsx(Bc,{children:me})]}),t.jsxs(Wc,{children:[ce&&t.jsx(rn,{onClick:q,title:"Workspace settings","aria-label":"Workspace settings",children:t.jsx(Er,{size:14})}),t.jsx(rn,{$destructive:!0,onClick:fe,disabled:j==="ws",title:"Leave workspace","aria-label":"Leave workspace",children:t.jsx(Ar,{size:14})})]})]})]})})(),w&&t.jsxs(ex,{children:[t.jsx(zr,{size:13}),w]}),t.jsx(q3,{children:y||F?t.jsx(t.Fragment,{children:[1,2,3].map(ve=>t.jsxs(X3,{children:[t.jsx(an,{w:"22px",h:"22px",r:"5px"}),t.jsx(an,{w:ve===2?"60%":"80%",h:"11px"})]},ve))}):t.jsxs(t.Fragment,{children:[e&&t.jsxs(Gc,{$active:Q,onClick:()=>{Q||pe()},disabled:o||Q,children:[t.jsx(Kc,{$personal:!0,children:(Ne=(We=L==null?void 0:L.active_signin)==null?void 0:We.user)!=null&&Ne.profile_picture_url?t.jsx("img",{src:L.active_signin.user.profile_picture_url,alt:"Personal"}):t.jsx(Ca,{size:12})}),t.jsx(ds,{children:"Personal account"}),Q&&t.jsx(So,{children:t.jsx("span",{className:"row-check",style:{display:"inline-flex"},children:t.jsx(Eo,{size:13})})})]}),k==null?void 0:k.map(ve=>{var fe,D;const X=ve.organization,ce=X.id===(z==null?void 0:z.id),ie=i.has(X.id),q=N?(E==null?void 0:E.filter(B=>B.organization.id===X.id))||[]:[],he=!!((fe=ve.eligibility_restriction)!=null&&fe.type)&&ve.eligibility_restriction.type!=="none";return t.jsxs(c.Fragment,{children:[t.jsxs(Gc,{$active:ce,onClick:()=>{he||(N?ye(X.id):ce||pe(X.id))},disabled:o,style:he?{opacity:.55,cursor:"not-allowed"}:ce&&!N?{cursor:"default"}:void 0,title:(D=ve.eligibility_restriction)==null?void 0:D.message,children:[t.jsx(Kc,{children:X.image_url?t.jsx("img",{src:X.image_url,alt:X.name}):se(X.name)}),t.jsx(ds,{children:X.name}),t.jsxs(So,{children:[he&&t.jsx(zr,{size:12,color:"var(--color-error)"}),ce&&!N&&t.jsx(Eo,{size:13}),N&&t.jsx(Q3,{size:11,$open:ie})]})]}),N&&ie&&t.jsxs(t.Fragment,{children:[q.map(B=>{var le,we;const J=ce&&(T==null?void 0:T.id)===B.id,me=((le=B.eligibility_restriction)==null?void 0:le.type)&&B.eligibility_restriction.type!=="none";return t.jsxs(qc,{$active:J,onClick:()=>{!J&&!me&&te(B.id)},disabled:o,style:me||he?{opacity:.55,cursor:"not-allowed"}:J?{cursor:"default"}:void 0,title:(we=B.eligibility_restriction)==null?void 0:we.message,children:[t.jsx(Yc,{children:B.image_url?t.jsx("img",{src:B.image_url,alt:B.name}):se(B.name).charAt(0)}),t.jsx(Qc,{children:B.name}),t.jsxs(So,{children:[me&&t.jsx(zr,{size:12,color:"var(--color-error)"}),J&&t.jsx(Eo,{size:12})]})]},B.id)}),!he&&t.jsxs(qc,{onClick:()=>{x(X.id),g.open()},disabled:o,children:[t.jsx(Yc,{style:{background:"transparent",border:"1px dashed var(--color-border)"},children:t.jsx(wt,{size:10})}),t.jsx(Qc,{children:"New workspace"})]})]})]},X.id)})]})}),N?t.jsx(Jc,{children:t.jsxs(Xc,{onClick:()=>{x(z&&!ae?z.id:null),g.open()},disabled:o||!z||ae,children:[t.jsx(el,{children:t.jsx(wt,{size:12})}),"New workspace"]})}):G&&t.jsx(Jc,{children:t.jsxs(Xc,{onClick:()=>p.open(),disabled:o,children:[t.jsx(el,{children:t.jsx(wt,{size:12})}),"New organization"]})})]})}),document.body),Y&&G&&t.jsx(P1,{isOpen:p.isOpen,onClose:p.close,onCreated:M}),t.jsx(O1,{isOpen:m.isOpen,onClose:m.close}),N&&t.jsxs(t.Fragment,{children:[t.jsx(Ts,{isOpen:v.isOpen,onClose:v.close}),t.jsx(Ls,{isOpen:g.isOpen,onClose:()=>{g.close(),x(null)},organizationId:b||void 0})]})]})})},K1=c.createContext(void 0),Kt=()=>{const e=c.useContext(K1);if(!e)throw new Error("useScreenContext must be used within a ScreenProvider");return e},tx=ht`
|
|
4796
4796
|
0% { transform: rotate(0deg); }
|
|
4797
4797
|
100% { transform: rotate(360deg); }
|
|
4798
4798
|
`,rx=l.div`
|
|
@@ -5336,7 +5336,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
5336
5336
|
color: var(--color-secondary-text);
|
|
5337
5337
|
text-transform: uppercase;
|
|
5338
5338
|
letter-spacing: 0.07em;
|
|
5339
|
-
`;const vx=()=>{var
|
|
5339
|
+
`;const vx=()=>{var T,P;const{deployment:e}=Ee(),{refetch:r}=nt(),{user:a,updateProfile:o,deleteAccount:s}=ir(),{toast:i}=Kt(),[h,d]=c.useState(""),[u,f]=c.useState(""),[p,m]=c.useState(""),[g,v]=c.useState(!1),[b,x]=c.useState(!1),[w,A]=c.useState(!1),[j,S]=c.useState("");c.useEffect(()=>{a&&!g&&(d(a.first_name||""),f(a.last_name||""),m(a.username||""),v(!0))},[a,g]);const C=c.useCallback(async()=>{if(a)try{const $={};h!==a.first_name&&($.first_name=h),u!==a.last_name&&($.last_name=u),p!==a.username&&($.username=p),Object.keys($).length>0&&await o($)}catch($){i($.message||"Failed to save profile changes","error")}},[a,o,h,u,p,i]),_=$=>{d($.target.value)},k=$=>{f($.target.value)},y=$=>{m($.target.value)},M=()=>{C()},z=()=>{C()},I=()=>{C()};if(!a)return t.jsx("div",{style:{display:"flex",justifyContent:"center",padding:"var(--size-20u) 0"},children:t.jsx(Ae,{})});const H=async()=>{if(!(!a||j!=="delete this account")){A(!0);try{await s(""),i("Account deleted successfully","info"),await r()}catch($){i($.message||"Failed to delete account","error")}finally{A(!1),S(""),x(!1)}}};return t.jsx(t.Fragment,{children:t.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-12u)"},children:[t.jsxs("div",{children:[t.jsxs("div",{style:{marginBottom:"var(--space-6u)"},children:[t.jsx("h3",{style:{fontSize:"var(--font-size-lg)",color:"var(--color-foreground)",margin:"0 0 var(--space-1u) 0"},children:"Profile Details"}),t.jsx("p",{style:{fontSize:"var(--font-size-md)",color:"var(--color-secondary-text)",margin:0},children:"Basic information about your profile"})]}),t.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-8u)"},children:[t.jsxs(dx,{children:[t.jsxs(Ce,{style:{flex:1},children:[t.jsx(xe,{htmlFor:"firstName",children:"First Name"}),t.jsx(ue,{id:"firstName",type:"text",value:h,onChange:_,onBlur:M,placeholder:"Enter your first name",required:!0})]}),t.jsxs(Ce,{style:{flex:1},children:[t.jsx(xe,{htmlFor:"lastName",children:"Last Name"}),t.jsx(ue,{id:"lastName",type:"text",value:u,onChange:k,onBlur:z,placeholder:"Enter your last name",required:!0})]})]}),((P=(T=e==null?void 0:e.auth_settings)==null?void 0:T.username)==null?void 0:P.enabled)&&t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"username",children:"Username"}),t.jsx(ue,{id:"username",type:"text",value:p,onChange:y,onBlur:I,placeholder:"Enter your username",required:!0})]})]})]}),t.jsx("div",{style:{position:"relative",height:"var(--border-width-thin)",background:"var(--color-divider)",margin:"0"}}),t.jsxs("div",{children:[t.jsxs("div",{style:{marginBottom:"var(--space-8u)"},children:[t.jsx("h3",{style:{fontSize:"var(--font-size-xl)",color:"var(--color-foreground)",margin:"0 0 var(--space-2u) 0"},children:"Danger Zone"}),t.jsx("p",{style:{fontSize:"var(--font-size-lg)",color:"var(--color-muted)",margin:0},children:"Irreversible and destructive actions"})]}),t.jsxs("div",{style:{padding:"var(--space-10u)",border:"var(--border-width-thin) solid var(--color-error)",borderRadius:"var(--radius-md)"},children:[t.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:b?"var(--space-10u)":"0"},children:[t.jsxs("div",{children:[t.jsx("div",{style:{fontSize:"var(--font-size-lg)",color:"var(--color-foreground)",marginBottom:"var(--space-2u)",fontWeight:"500"},children:"Delete Account"}),t.jsx("div",{style:{fontSize:"var(--font-size-md)",color:"var(--color-muted)"},children:"Once you delete your account, there is no going back. Please be certain."})]}),t.jsx(U,{onClick:()=>{b?(x(!1),S("")):x(!0)},style:{background:"var(--color-error)",color:"var(--color-foreground-inverse)",border:"none",padding:"var(--space-3u) var(--space-6u)",fontSize:"var(--font-size-md)",height:"calc(var(--size-8u) * 2)",width:"auto"},children:b?"Cancel":"Delete"})]}),b&&t.jsxs("div",{style:{width:"100%",marginTop:"var(--space-8u)"},children:[t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"confirm_username",children:'Type "delete this account" to confirm'}),t.jsx(ue,{id:"confirm_username",type:"text",value:j,onChange:$=>S($.target.value),placeholder:"delete this account",style:{width:"100%"}})]}),t.jsx(U,{onClick:H,disabled:j!=="delete this account"||w,style:{background:j==="delete this account"?"var(--color-error)":"transparent",color:j==="delete this account"?"var(--color-foreground-inverse)":"var(--color-muted)",border:"var(--border-width-thin) solid var(--color-border)",padding:"var(--space-4u) var(--space-8u)",fontSize:"var(--font-size-lg)",height:"var(--size-18u)",cursor:j==="delete this account"?"pointer":"not-allowed",opacity:j==="delete this account"?1:.6,marginTop:"var(--space-6u)",width:"100%"},children:w?t.jsx(Ae,{size:12}):"Delete Forever"})]})]})]})]})})},xx=l.div`
|
|
5340
5340
|
position: fixed;
|
|
5341
5341
|
background: var(--color-popover);
|
|
5342
5342
|
border-radius: 10px;
|
|
@@ -5390,7 +5390,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
5390
5390
|
grid-template-columns: 1fr 1fr;
|
|
5391
5391
|
gap: 6px;
|
|
5392
5392
|
& > button { width: 100%; }
|
|
5393
|
-
`,nl=({onClose:e,onAddEmail:r,onAttemptVerification:a,onPrepareVerification:o,existingEmail:s,triggerRef:i})=>{const h=c.useRef(null),[d,u]=c.useState(!1),{toast:f}=Kt(),p=gt({triggerRef:i??{current:null},isOpen:d,minWidth:340,defaultMaxHeight:360});c.useEffect(()=>{u(!0);const _=y=>{h.current&&!h.current.contains(y.target)&&e()},k=y=>{y.key==="Escape"&&e()};return document.addEventListener("mousedown",_),document.addEventListener("keydown",k),()=>{document.removeEventListener("mousedown",_),document.removeEventListener("keydown",k)}},[e]);const[m,g]=c.useState(s?"otp":"email"),[v,b]=c.useState(s||""),[x,w]=c.useState(""),[A,j]=c.useState(!1),S=async()=>{if(!(!v||A)){j(!0);try{await r(v),g("otp")}catch(_){f(_.message||"Failed to add email. Please try again.","error")}finally{j(!1)}}},C=async()=>{j(!0);try{await a(x),e()}catch(_){f(_.message||"Failed to verify email. Check the code and try again.","error")}finally{j(!1)}};return d?t.jsx(xx,{ref:h,style:{top:(p==null?void 0:p.top)!==void 0?`${p.top}px`:void 0,bottom:(p==null?void 0:p.bottom)!==void 0?`${p.bottom}px`:void 0,left:(p==null?void 0:p.left)!==void 0?`${p.left}px`:void 0,right:(p==null?void 0:p.right)!==void 0?`${p.right}px`:void 0,visibility:p?"visible":"hidden"},onClick:_=>_.stopPropagation(),children:m==="email"?t.jsxs(t.Fragment,{children:[t.jsx(tl,{children:t.jsx(rl,{children:"Add email address"})}),t.jsx(ue,{id:"email-input",type:"email",placeholder:"you@company.com",value:v,onChange:_=>b(_.target.value),onKeyDown:_=>{_.key==="Enter"&&S()},autoFocus:!0}),t.jsxs(al,{children:[t.jsx(U,{$size:"sm",$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{$size:"sm",onClick:S,disabled:!v||A,children:A?"Sending…":"Send code"})]})]}):t.jsxs(t.Fragment,{children:[t.jsx(tl,{children:s?t.jsx("span",{}):t.jsxs(bx,{onClick:()=>g("email"),children:[t.jsx(
|
|
5393
|
+
`,nl=({onClose:e,onAddEmail:r,onAttemptVerification:a,onPrepareVerification:o,existingEmail:s,triggerRef:i})=>{const h=c.useRef(null),[d,u]=c.useState(!1),{toast:f}=Kt(),p=gt({triggerRef:i??{current:null},isOpen:d,minWidth:340,defaultMaxHeight:360});c.useEffect(()=>{u(!0);const _=y=>{h.current&&!h.current.contains(y.target)&&e()},k=y=>{y.key==="Escape"&&e()};return document.addEventListener("mousedown",_),document.addEventListener("keydown",k),()=>{document.removeEventListener("mousedown",_),document.removeEventListener("keydown",k)}},[e]);const[m,g]=c.useState(s?"otp":"email"),[v,b]=c.useState(s||""),[x,w]=c.useState(""),[A,j]=c.useState(!1),S=async()=>{if(!(!v||A)){j(!0);try{await r(v),g("otp")}catch(_){f(_.message||"Failed to add email. Please try again.","error")}finally{j(!1)}}},C=async()=>{j(!0);try{await a(x),e()}catch(_){f(_.message||"Failed to verify email. Check the code and try again.","error")}finally{j(!1)}};return d?t.jsx(xx,{ref:h,style:{top:(p==null?void 0:p.top)!==void 0?`${p.top}px`:void 0,bottom:(p==null?void 0:p.bottom)!==void 0?`${p.bottom}px`:void 0,left:(p==null?void 0:p.left)!==void 0?`${p.left}px`:void 0,right:(p==null?void 0:p.right)!==void 0?`${p.right}px`:void 0,visibility:p?"visible":"hidden"},onClick:_=>_.stopPropagation(),children:m==="email"?t.jsxs(t.Fragment,{children:[t.jsx(tl,{children:t.jsx(rl,{children:"Add email address"})}),t.jsx(ue,{id:"email-input",type:"email",placeholder:"you@company.com",value:v,onChange:_=>b(_.target.value),onKeyDown:_=>{_.key==="Enter"&&S()},autoFocus:!0}),t.jsxs(al,{children:[t.jsx(U,{$size:"sm",$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{$size:"sm",onClick:S,disabled:!v||A,children:A?"Sending…":"Send code"})]})]}):t.jsxs(t.Fragment,{children:[t.jsx(tl,{children:s?t.jsx("span",{}):t.jsxs(bx,{onClick:()=>g("email"),children:[t.jsx(ra,{size:11})," Back"]})}),t.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[t.jsx(rl,{children:"Verify your email"}),t.jsxs(wx,{children:["Enter the 6-digit code sent to ",t.jsx("strong",{children:v})]})]}),t.jsx(lr,{onComplete:async _=>w(_),onResend:o,isSubmitting:A}),t.jsxs(al,{children:[t.jsx(U,{$size:"sm",$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{$size:"sm",onClick:C,disabled:x.length<6||A,children:A?"Verifying…":"Verify"})]})]})}):null},yx=l.div`
|
|
5394
5394
|
display: flex;
|
|
5395
5395
|
align-items: center;
|
|
5396
5396
|
gap: 6px;
|
|
@@ -5401,7 +5401,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
5401
5401
|
`,jx=l.span`
|
|
5402
5402
|
font-size: 12px;
|
|
5403
5403
|
color: var(--color-secondary-text);
|
|
5404
|
-
`,_x=()=>{var z,
|
|
5404
|
+
`,_x=()=>{var z,I,H,T;const{deployment:e}=Ee(),{toast:r}=Kt(),[a,o]=c.useState(""),[s,i]=c.useState(!1),[h,d]=c.useState(null),[u,f]=c.useState(new Set),p=c.useRef(null),m=c.useRef({}),{user:g,createEmailAddress:v,deleteEmailAddress:b,prepareEmailVerification:x,attemptEmailVerification:w,makeEmailPrimary:A}=ir();if(!((I=(z=e==null?void 0:e.auth_settings)==null?void 0:z.email_address)!=null&&I.enabled))return null;const j=(P,$)=>{f(E=>{const F=new Set(E);return $?F.add(P):F.delete(P),F})},S=async P=>{j(P,!0);try{await A(P),await g.refetch(),r("Primary email updated","info")}catch($){r($.message||"Failed to update primary email","error")}finally{j(P,!1)}},C=async P=>{if(P===(g==null?void 0:g.primary_email_address_id)){r("Cannot delete primary email. Set another email as primary first.","error");return}j(P,!0);try{await b(P),await g.refetch(),r("Email removed","info")}catch($){r($.message||"Failed to delete email address. Please try again.","error")}finally{j(P,!1)}},_=async P=>{j(P,!0);try{await x(P),await g.refetch(),d(P)}catch($){r($.message||"Failed to send verification","error")}finally{j(P,!1)}},k=(g==null?void 0:g.user_email_addresses)||[],y=P=>P.id===(g==null?void 0:g.primary_email_address_id)?t.jsx($r,{$variant:"success",children:"Primary"}):P.verified?t.jsx($r,{$variant:"neutral",children:"Backup"}):t.jsx($r,{$variant:"warning",children:"Pending verification"}),M=P=>{const $=P.id===(g==null?void 0:g.primary_email_address_id),E=u.has(P.id);return $?t.jsx(jx,{children:"Cannot remove"}):t.jsxs(yx,{children:[P.verified&&t.jsx(U,{$size:"sm",$outline:!0,disabled:E,onClick:()=>S(P.id),children:"Make primary"}),!P.verified&&t.jsx(U,{ref:F=>{F&&(m.current[P.id]=F)},$size:"sm",$outline:!0,disabled:E,onClick:()=>_(P.id),children:"Resend"}),t.jsx(U,{$size:"sm",$destructive:!0,disabled:E,onClick:()=>C(P.id),children:E?t.jsx(Ae,{size:12}):"Remove"})]})};return t.jsxs(t.Fragment,{children:[t.jsxs(Q1,{style:{marginBottom:"var(--space-6u)"},children:[t.jsxs("div",{style:{flex:1,minWidth:0},children:[t.jsx("div",{style:{fontSize:14,fontWeight:500,color:"var(--color-card-foreground)"},children:"Email addresses"}),t.jsx("div",{style:{fontSize:12,color:"var(--color-secondary-text)",marginTop:2},children:"Sign in and receive notifications at these addresses."})]}),t.jsxs("div",{style:{position:"relative",flexShrink:0},children:[t.jsx(U,{ref:p,$size:"sm",onClick:()=>i(!0),children:"Add email"}),s&&t.jsx(nl,{triggerRef:p,onClose:()=>i(!1),onAddEmail:async P=>{const $=await v(P);o($.data.id),await x($.data.id),g.refetch()},onPrepareVerification:async()=>{await x(a),g.refetch()},onAttemptVerification:async P=>{await w(a,P),g.refetch(),i(!1),o(""),r("Email added and verified","info")}})]})]}),k.length?t.jsx(t.Fragment,{children:t.jsx(Hs,{children:t.jsxs(Ot,{children:[t.jsx(Ht,{children:t.jsxs(ct,{children:[t.jsx(Ze,{children:"Email address"}),t.jsx(Ze,{children:"Status"}),t.jsx(Ze,{})]})}),t.jsx(Vt,{children:k.map(P=>t.jsxs(ct,{children:[t.jsx(Be,{children:P.email}),t.jsx(Be,{children:y(P)}),t.jsx(Dt,{children:M(P)})]},P.id))})]})})}):t.jsx(At,{title:"No email addresses",description:"Add an email address to get started."}),h&&t.jsx(nl,{existingEmail:(T=(H=g==null?void 0:g.user_email_addresses)==null?void 0:H.find(P=>P.id===h))==null?void 0:T.email,triggerRef:{current:m.current[h]},onClose:()=>d(null),onAddEmail:async()=>{},onPrepareVerification:async()=>{await x(h),g.refetch()},onAttemptVerification:async P=>{await w(h,P),g.refetch(),d(null),r("Email verified","info")}})]})},kx=l.div`
|
|
5405
5405
|
position: fixed;
|
|
5406
5406
|
background: var(--color-popover);
|
|
5407
5407
|
border-radius: 10px;
|
|
@@ -5455,7 +5455,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
5455
5455
|
grid-template-columns: 1fr 1fr;
|
|
5456
5456
|
gap: 6px;
|
|
5457
5457
|
& > button { width: 100%; }
|
|
5458
|
-
`,cl=({onClose:e,onAddPhone:r,onAttemptVerification:a,existingPhone:o,onPrepareVerification:s,triggerRef:i})=>{var y;const h=c.useRef(null),[d,u]=c.useState(!1),{toast:f}=Kt(),p=gt({triggerRef:i??{current:null},isOpen:d,minWidth:340,defaultMaxHeight:360});c.useEffect(()=>{u(!0);const
|
|
5458
|
+
`,cl=({onClose:e,onAddPhone:r,onAttemptVerification:a,existingPhone:o,onPrepareVerification:s,triggerRef:i})=>{var y;const h=c.useRef(null),[d,u]=c.useState(!1),{toast:f}=Kt(),p=gt({triggerRef:i??{current:null},isOpen:d,minWidth:340,defaultMaxHeight:360});c.useEffect(()=>{u(!0);const M=I=>{h.current&&!h.current.contains(I.target)&&e()},z=I=>{I.key==="Escape"&&e()};return document.addEventListener("mousedown",M),document.addEventListener("keydown",z),()=>{document.removeEventListener("mousedown",M),document.removeEventListener("keydown",z)}},[e]);const[m,g]=c.useState(o?"otp":"phone"),[v,b]=c.useState((o==null?void 0:o.replace(/^\+\d+/,""))||""),[x,w]=c.useState((y=Intl.DateTimeFormat().resolvedOptions().locale.split("-"))==null?void 0:y.pop()),[A,j]=c.useState(""),[S,C]=c.useState(!1),_=async()=>{if(!(!v||S)){C(!0);try{await r(v,x||""),g("otp")}catch(M){f(M.message||"Failed to add phone number. Please try again.","error")}finally{C(!1)}}},k=async()=>{C(!0);try{await a(A),e()}catch(M){f(M.message||"Failed to verify phone. Check the code and try again.","error")}finally{C(!1)}};return d?t.jsx(kx,{ref:h,style:{top:(p==null?void 0:p.top)!==void 0?`${p.top}px`:void 0,bottom:(p==null?void 0:p.bottom)!==void 0?`${p.bottom}px`:void 0,left:(p==null?void 0:p.left)!==void 0?`${p.left}px`:void 0,right:(p==null?void 0:p.right)!==void 0?`${p.right}px`:void 0,visibility:p?"visible":"hidden"},onClick:M=>M.stopPropagation(),children:m==="phone"?t.jsxs(t.Fragment,{children:[t.jsx(ol,{children:t.jsx(sl,{children:"Add phone number"})}),t.jsx(Aa,{value:v,onChange:M=>b(M.target.value),error:"",countryCode:x,setCountryCode:w}),t.jsxs(il,{children:[t.jsx(U,{$size:"sm",$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{$size:"sm",onClick:_,disabled:!v||S,children:S?"Sending…":"Send code"})]})]}):t.jsxs(t.Fragment,{children:[t.jsx(ol,{children:o?t.jsx("span",{}):t.jsxs(Cx,{onClick:()=>g("phone"),children:[t.jsx(ra,{size:11})," Back"]})}),t.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[t.jsx(sl,{children:"Verify phone number"}),t.jsxs(Sx,{children:["Enter the 6-digit code sent to ",t.jsx("strong",{children:o||v})]})]}),t.jsx(lr,{onComplete:M=>j(M),onResend:async()=>s(),isSubmitting:S}),t.jsxs(il,{children:[t.jsx(U,{$size:"sm",$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{$size:"sm",onClick:k,disabled:A.length!==6||S,children:S?"Verifying…":"Verify"})]})]})}):null},Ex=l.div`
|
|
5459
5459
|
display: flex;
|
|
5460
5460
|
align-items: center;
|
|
5461
5461
|
gap: 6px;
|
|
@@ -5473,7 +5473,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
5473
5473
|
font-size: 13px;
|
|
5474
5474
|
& .flag { font-size: 14px; line-height: 1; }
|
|
5475
5475
|
& .code { color: var(--color-secondary-text); }
|
|
5476
|
-
`,$x=()=>{var
|
|
5476
|
+
`,$x=()=>{var I,H,T,P;const{deployment:e}=Ee(),{toast:r}=Kt(),[a,o]=c.useState(""),[s,i]=c.useState(!1),[h,d]=c.useState(null),[u,f]=c.useState(new Set),p=c.useRef(null),m=c.useRef({}),{user:g,createPhoneNumber:v,deletePhoneNumber:b,preparePhoneVerification:x,attemptPhoneVerification:w,makePhonePrimary:A}=ir();if(!((H=(I=e==null?void 0:e.auth_settings)==null?void 0:I.phone_number)!=null&&H.enabled))return null;const j=($,E)=>{f(F=>{const L=new Set(F);return E?L.add($):L.delete($),L})},S=$=>{const E=gn.find(F=>F.dialCode===$);return(E==null?void 0:E.flag)||"🌍"},C=async $=>{j($,!0);try{await A($),await g.refetch(),r("Primary phone updated","info")}catch(E){r(E.message||"Failed to update primary phone","error")}finally{j($,!1)}},_=async $=>{if($===(g==null?void 0:g.primary_phone_number_id)){r("Cannot delete primary phone. Set another phone as primary first.","error");return}j($,!0);try{await b($),await g.refetch(),r("Phone removed","info")}catch(E){r(E.message||"Failed to delete phone. Please try again.","error")}finally{j($,!1)}},k=async $=>{j($,!0);try{await x($),await g.refetch(),d($)}catch(E){r(E.message||"Failed to send verification","error")}finally{j($,!1)}},y=(g==null?void 0:g.user_phone_numbers)||[],M=$=>$.id===(g==null?void 0:g.primary_phone_number_id)?t.jsx($r,{$variant:"success",children:"Primary"}):$.verified?t.jsx($r,{$variant:"neutral",children:"Backup"}):t.jsx($r,{$variant:"warning",children:"Pending verification"}),z=$=>{const E=$.id===(g==null?void 0:g.primary_phone_number_id),F=u.has($.id);return E?t.jsx(Ax,{children:"Cannot remove"}):t.jsxs(Ex,{children:[$.verified&&t.jsx(U,{$size:"sm",$outline:!0,disabled:F,onClick:()=>C($.id),children:"Make primary"}),!$.verified&&t.jsx(U,{ref:L=>{L&&(m.current[$.id]=L)},$size:"sm",$outline:!0,disabled:F,onClick:()=>k($.id),children:"Resend"}),t.jsx(U,{$size:"sm",$destructive:!0,disabled:F,onClick:()=>_($.id),children:F?t.jsx(Ae,{size:12}):"Remove"})]})};return t.jsxs(t.Fragment,{children:[t.jsxs(Q1,{style:{marginBottom:"var(--space-6u)"},children:[t.jsxs("div",{style:{flex:1,minWidth:0},children:[t.jsx("div",{style:{fontSize:14,fontWeight:500,color:"var(--color-card-foreground)"},children:"Phone numbers"}),t.jsx("div",{style:{fontSize:12,color:"var(--color-secondary-text)",marginTop:2},children:"Used for sign-in and two-factor authentication."})]}),t.jsxs("div",{style:{position:"relative",flexShrink:0},children:[t.jsx(U,{ref:p,$size:"sm",onClick:()=>i(!0),children:"Add phone"}),s&&t.jsx(cl,{triggerRef:p,onClose:()=>i(!1),onAddPhone:async($,E)=>{const F=await v($,E);o(F.data.id),await x(F.data.id)},onPrepareVerification:async()=>{await x(a),g.refetch()},onAttemptVerification:async $=>{await w(a,$),g.refetch(),i(!1),o(""),r("Phone added and verified","info")}}),h&&t.jsx(cl,{existingPhone:(P=(T=g==null?void 0:g.user_phone_numbers)==null?void 0:T.find($=>$.id===h))==null?void 0:P.phone_number,triggerRef:{current:m.current[h]},onClose:()=>d(null),onAddPhone:async()=>{},onPrepareVerification:async()=>{await x(h),g.refetch()},onAttemptVerification:async $=>{await w(h,$),g.refetch(),d(null),r("Phone verified","info")}})]})]}),y.length?t.jsx(t.Fragment,{children:t.jsx(Hs,{children:t.jsxs(Ot,{children:[t.jsx(Ht,{children:t.jsxs(ct,{children:[t.jsx(Ze,{children:"Phone number"}),t.jsx(Ze,{children:"Status"}),t.jsx(Ze,{})]})}),t.jsx(Vt,{children:y.map($=>t.jsxs(ct,{children:[t.jsx(Be,{children:t.jsxs(zx,{children:[t.jsx("span",{className:"flag",children:S($.country_code)}),t.jsx("span",{className:"code",children:$.country_code}),t.jsx("span",{children:$.phone_number})]})}),t.jsx(Be,{children:M($)}),t.jsx(Dt,{children:z($)})]},$.id))})]})})}):t.jsx(At,{title:"No phone numbers",description:"Add a phone number to get started."})]})},Mx=e=>t.jsxs("svg",{width:"800px",height:"800px",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"none",...e,children:[t.jsx("path",{fill:"#F35325",d:"M1 1h6.5v6.5H1V1z"}),t.jsx("path",{fill:"#81BC06",d:"M8.5 1H15v6.5H8.5V1z"}),t.jsx("path",{fill:"#05A6F0",d:"M1 8.5h6.5V15H1V8.5z"}),t.jsx("path",{fill:"#FFBA08",d:"M8.5 8.5H15V15H8.5V8.5z"})]}),Lx={google_oauth:{icon:t.jsx(a1,{}),label:"Google"},microsoft_oauth:{icon:t.jsx(Mx,{}),label:"Microsoft"},github_oauth:{icon:t.jsx(r1,{}),label:"GitHub"},gitlab_oauth:{icon:t.jsx(s1,{}),label:"GitLab"},linkedin_oauth:{icon:t.jsx(o1,{}),label:"LinkedIn"},discord_oauth:{icon:t.jsx(i1,{}),label:"Discord"},x_oauth:{icon:t.jsx(n1,{}),label:"X"}},Rx=l.div`
|
|
5477
5477
|
display: flex;
|
|
5478
5478
|
align-items: center;
|
|
5479
5479
|
gap: var(--space-4u);
|
|
@@ -5580,15 +5580,15 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
5580
5580
|
justify-content: flex-start;
|
|
5581
5581
|
padding-left: calc(28px + var(--space-6u));
|
|
5582
5582
|
}
|
|
5583
|
-
`,qx=()=>{const{user:e,disconnectSocialConnection:r,connectSocialAccount:a}=ir(),{deployment:o}=
|
|
5583
|
+
`,qx=()=>{const{user:e,disconnectSocialConnection:r,connectSocialAccount:a}=ir(),{deployment:o}=Ee(),s=(o==null?void 0:o.social_connections.filter(d=>d.enabled))||[],i=d=>{a({provider:d,redirectUri:window.location.href})},h=async d=>{await r(d.toString()),e.refetch()};return s.length===0?t.jsx(At,{title:"No providers available",description:"Social sign-in providers have not been configured for this app."}):t.jsxs(t.Fragment,{children:[t.jsx(Rx,{children:t.jsxs(Px,{children:[t.jsx(Tx,{children:"Connected accounts"}),t.jsx(Fx,{children:"Sign in faster by linking third-party accounts."})]})}),t.jsx(Zx,{children:s.map(d=>{var m;const u=Lx[d.provider];if(!u)return null;const f=((m=e==null?void 0:e.social_connections)==null?void 0:m.filter(g=>g.provider===d.provider))||[],p=f.length>0;return t.jsxs(Ix,{children:[t.jsx(Ox,{children:u.icon}),t.jsxs(Hx,{children:[t.jsx(Vx,{children:u.label}),p?t.jsx(Dx,{children:f.map(g=>t.jsxs(Nx,{children:[t.jsx(Ux,{children:g.email_address}),t.jsx(Bx,{onClick:()=>h(g.id),title:"Remove connection","aria-label":"Remove connection",children:t.jsx(Es,{size:10,weight:"bold"})})]},g.id))}):t.jsx(Wx,{children:"Not linked"})]}),t.jsx(Gx,{children:t.jsx(U,{$size:"sm",$outline:!0,onClick:()=>i(d.provider),children:p?"Link another":"Link"})})]},d.provider)})})]})};var Kx=Object.defineProperty,_n=Object.getOwnPropertySymbols,J1=Object.prototype.hasOwnProperty,X1=Object.prototype.propertyIsEnumerable,ll=(e,r,a)=>r in e?Kx(e,r,{enumerable:!0,configurable:!0,writable:!0,value:a}):e[r]=a,us=(e,r)=>{for(var a in r||(r={}))J1.call(r,a)&&ll(e,a,r[a]);if(_n)for(var a of _n(r))X1.call(r,a)&&ll(e,a,r[a]);return e},ps=(e,r)=>{var a={};for(var o in e)J1.call(e,o)&&r.indexOf(o)<0&&(a[o]=e[o]);if(e!=null&&_n)for(var o of _n(e))r.indexOf(o)<0&&X1.call(e,o)&&(a[o]=e[o]);return a};/**
|
|
5584
5584
|
* @license QR Code generator library (TypeScript)
|
|
5585
5585
|
* Copyright (c) Project Nayuki.
|
|
5586
5586
|
* SPDX-License-Identifier: MIT
|
|
5587
|
-
*/var Tr;(e=>{const r=class Te{constructor(u,f,p,m){if(this.version=u,this.errorCorrectionLevel=f,this.modules=[],this.isFunction=[],u<Te.MIN_VERSION||u>Te.MAX_VERSION)throw new RangeError("Version value out of range");if(m<-1||m>7)throw new RangeError("Mask value out of range");this.size=u*4+17;let g=[];for(let b=0;b<this.size;b++)g.push(!1);for(let b=0;b<this.size;b++)this.modules.push(g.slice()),this.isFunction.push(g.slice());this.drawFunctionPatterns();const v=this.addEccAndInterleave(p);if(this.drawCodewords(v),m==-1){let b=1e9;for(let x=0;x<8;x++){this.applyMask(x),this.drawFormatBits(x);const w=this.getPenaltyScore();w<b&&(m=x,b=w),this.applyMask(x)}}s(0<=m&&m<=7),this.mask=m,this.applyMask(m),this.drawFormatBits(m),this.isFunction=[]}static encodeText(u,f){const p=e.QrSegment.makeSegments(u);return Te.encodeSegments(p,f)}static encodeBinary(u,f){const p=e.QrSegment.makeBytes(u);return Te.encodeSegments([p],f)}static encodeSegments(u,f,p=1,m=40,g=-1,v=!0){if(!(Te.MIN_VERSION<=p&&p<=m&&m<=Te.MAX_VERSION)||g<-1||g>7)throw new RangeError("Invalid value");let b,x;for(b=p;;b++){const S=Te.getNumDataCodewords(b,f)*8,C=h.getTotalBits(u,b);if(C<=S){x=C;break}if(b>=m)throw new RangeError("Data too long")}for(const S of[Te.Ecc.MEDIUM,Te.Ecc.QUARTILE,Te.Ecc.HIGH])v&&x<=Te.getNumDataCodewords(b,S)*8&&(f=S);let w=[];for(const S of u){a(S.mode.modeBits,4,w),a(S.numChars,S.mode.numCharCountBits(b),w);for(const C of S.getData())w.push(C)}s(w.length==x);const A=Te.getNumDataCodewords(b,f)*8;s(w.length<=A),a(0,Math.min(4,A-w.length),w),a(0,(8-w.length%8)%8,w),s(w.length%8==0);for(let S=236;w.length<A;S^=253)a(S,8,w);let j=[];for(;j.length*8<w.length;)j.push(0);return w.forEach((S,C)=>j[C>>>3]|=S<<7-(C&7)),new Te(b,f,j,g)}getModule(u,f){return 0<=u&&u<this.size&&0<=f&&f<this.size&&this.modules[f][u]}getModules(){return this.modules}drawFunctionPatterns(){for(let p=0;p<this.size;p++)this.setFunctionModule(6,p,p%2==0),this.setFunctionModule(p,6,p%2==0);this.drawFinderPattern(3,3),this.drawFinderPattern(this.size-4,3),this.drawFinderPattern(3,this.size-4);const u=this.getAlignmentPatternPositions(),f=u.length;for(let p=0;p<f;p++)for(let m=0;m<f;m++)p==0&&m==0||p==0&&m==f-1||p==f-1&&m==0||this.drawAlignmentPattern(u[p],u[m]);this.drawFormatBits(0),this.drawVersion()}drawFormatBits(u){const f=this.errorCorrectionLevel.formatBits<<3|u;let p=f;for(let g=0;g<10;g++)p=p<<1^(p>>>9)*1335;const m=(f<<10|p)^21522;s(m>>>15==0);for(let g=0;g<=5;g++)this.setFunctionModule(8,g,o(m,g));this.setFunctionModule(8,7,o(m,6)),this.setFunctionModule(8,8,o(m,7)),this.setFunctionModule(7,8,o(m,8));for(let g=9;g<15;g++)this.setFunctionModule(14-g,8,o(m,g));for(let g=0;g<8;g++)this.setFunctionModule(this.size-1-g,8,o(m,g));for(let g=8;g<15;g++)this.setFunctionModule(8,this.size-15+g,o(m,g));this.setFunctionModule(8,this.size-8,!0)}drawVersion(){if(this.version<7)return;let u=this.version;for(let p=0;p<12;p++)u=u<<1^(u>>>11)*7973;const f=this.version<<12|u;s(f>>>18==0);for(let p=0;p<18;p++){const m=o(f,p),g=this.size-11+p%3,v=Math.floor(p/3);this.setFunctionModule(g,v,m),this.setFunctionModule(v,g,m)}}drawFinderPattern(u,f){for(let p=-4;p<=4;p++)for(let m=-4;m<=4;m++){const g=Math.max(Math.abs(m),Math.abs(p)),v=u+m,b=f+p;0<=v&&v<this.size&&0<=b&&b<this.size&&this.setFunctionModule(v,b,g!=2&&g!=4)}}drawAlignmentPattern(u,f){for(let p=-2;p<=2;p++)for(let m=-2;m<=2;m++)this.setFunctionModule(u+m,f+p,Math.max(Math.abs(m),Math.abs(p))!=1)}setFunctionModule(u,f,p){this.modules[f][u]=p,this.isFunction[f][u]=!0}addEccAndInterleave(u){const f=this.version,p=this.errorCorrectionLevel;if(u.length!=Te.getNumDataCodewords(f,p))throw new RangeError("Invalid argument");const m=Te.NUM_ERROR_CORRECTION_BLOCKS[p.ordinal][f],g=Te.ECC_CODEWORDS_PER_BLOCK[p.ordinal][f],v=Math.floor(Te.getNumRawDataModules(f)/8),b=m-v%m,x=Math.floor(v/m);let w=[];const A=Te.reedSolomonComputeDivisor(g);for(let S=0,C=0;S<m;S++){let _=u.slice(C,C+x-g+(S<b?0:1));C+=_.length;const k=Te.reedSolomonComputeRemainder(_,A);S<b&&_.push(0),w.push(_.concat(k))}let j=[];for(let S=0;S<w[0].length;S++)w.forEach((C,_)=>{(S!=x-g||_>=b)&&j.push(C[S])});return s(j.length==v),j}drawCodewords(u){if(u.length!=Math.floor(Te.getNumRawDataModules(this.version)/8))throw new RangeError("Invalid argument");let f=0;for(let p=this.size-1;p>=1;p-=2){p==6&&(p=5);for(let m=0;m<this.size;m++)for(let g=0;g<2;g++){const v=p-g,x=(p+1&2)==0?this.size-1-m:m;!this.isFunction[x][v]&&f<u.length*8&&(this.modules[x][v]=o(u[f>>>3],7-(f&7)),f++)}}s(f==u.length*8)}applyMask(u){if(u<0||u>7)throw new RangeError("Mask value out of range");for(let f=0;f<this.size;f++)for(let p=0;p<this.size;p++){let m;switch(u){case 0:m=(p+f)%2==0;break;case 1:m=f%2==0;break;case 2:m=p%3==0;break;case 3:m=(p+f)%3==0;break;case 4:m=(Math.floor(p/3)+Math.floor(f/2))%2==0;break;case 5:m=p*f%2+p*f%3==0;break;case 6:m=(p*f%2+p*f%3)%2==0;break;case 7:m=((p+f)%2+p*f%3)%2==0;break;default:throw new Error("Unreachable")}!this.isFunction[f][p]&&m&&(this.modules[f][p]=!this.modules[f][p])}}getPenaltyScore(){let u=0;for(let g=0;g<this.size;g++){let v=!1,b=0,x=[0,0,0,0,0,0,0];for(let w=0;w<this.size;w++)this.modules[g][w]==v?(b++,b==5?u+=Te.PENALTY_N1:b>5&&u++):(this.finderPenaltyAddHistory(b,x),v||(u+=this.finderPenaltyCountPatterns(x)*Te.PENALTY_N3),v=this.modules[g][w],b=1);u+=this.finderPenaltyTerminateAndCount(v,b,x)*Te.PENALTY_N3}for(let g=0;g<this.size;g++){let v=!1,b=0,x=[0,0,0,0,0,0,0];for(let w=0;w<this.size;w++)this.modules[w][g]==v?(b++,b==5?u+=Te.PENALTY_N1:b>5&&u++):(this.finderPenaltyAddHistory(b,x),v||(u+=this.finderPenaltyCountPatterns(x)*Te.PENALTY_N3),v=this.modules[w][g],b=1);u+=this.finderPenaltyTerminateAndCount(v,b,x)*Te.PENALTY_N3}for(let g=0;g<this.size-1;g++)for(let v=0;v<this.size-1;v++){const b=this.modules[g][v];b==this.modules[g][v+1]&&b==this.modules[g+1][v]&&b==this.modules[g+1][v+1]&&(u+=Te.PENALTY_N2)}let f=0;for(const g of this.modules)f=g.reduce((v,b)=>v+(b?1:0),f);const p=this.size*this.size,m=Math.ceil(Math.abs(f*20-p*10)/p)-1;return s(0<=m&&m<=9),u+=m*Te.PENALTY_N4,s(0<=u&&u<=2568888),u}getAlignmentPatternPositions(){if(this.version==1)return[];{const u=Math.floor(this.version/7)+2,f=this.version==32?26:Math.ceil((this.version*4+4)/(u*2-2))*2;let p=[6];for(let m=this.size-7;p.length<u;m-=f)p.splice(1,0,m);return p}}static getNumRawDataModules(u){if(u<Te.MIN_VERSION||u>Te.MAX_VERSION)throw new RangeError("Version number out of range");let f=(16*u+128)*u+64;if(u>=2){const p=Math.floor(u/7)+2;f-=(25*p-10)*p-55,u>=7&&(f-=36)}return s(208<=f&&f<=29648),f}static getNumDataCodewords(u,f){return Math.floor(Te.getNumRawDataModules(u)/8)-Te.ECC_CODEWORDS_PER_BLOCK[f.ordinal][u]*Te.NUM_ERROR_CORRECTION_BLOCKS[f.ordinal][u]}static reedSolomonComputeDivisor(u){if(u<1||u>255)throw new RangeError("Degree out of range");let f=[];for(let m=0;m<u-1;m++)f.push(0);f.push(1);let p=1;for(let m=0;m<u;m++){for(let g=0;g<f.length;g++)f[g]=Te.reedSolomonMultiply(f[g],p),g+1<f.length&&(f[g]^=f[g+1]);p=Te.reedSolomonMultiply(p,2)}return f}static reedSolomonComputeRemainder(u,f){let p=f.map(m=>0);for(const m of u){const g=m^p.shift();p.push(0),f.forEach((v,b)=>p[b]^=Te.reedSolomonMultiply(v,g))}return p}static reedSolomonMultiply(u,f){if(u>>>8||f>>>8)throw new RangeError("Byte out of range");let p=0;for(let m=7;m>=0;m--)p=p<<1^(p>>>7)*285,p^=(f>>>m&1)*u;return s(p>>>8==0),p}finderPenaltyCountPatterns(u){const f=u[1];s(f<=this.size*3);const p=f>0&&u[2]==f&&u[3]==f*3&&u[4]==f&&u[5]==f;return(p&&u[0]>=f*4&&u[6]>=f?1:0)+(p&&u[6]>=f*4&&u[0]>=f?1:0)}finderPenaltyTerminateAndCount(u,f,p){return u&&(this.finderPenaltyAddHistory(f,p),f=0),f+=this.size,this.finderPenaltyAddHistory(f,p),this.finderPenaltyCountPatterns(p)}finderPenaltyAddHistory(u,f){f[0]==0&&(u+=this.size),f.pop(),f.unshift(u)}};r.MIN_VERSION=1,r.MAX_VERSION=40,r.PENALTY_N1=3,r.PENALTY_N2=3,r.PENALTY_N3=40,r.PENALTY_N4=10,r.ECC_CODEWORDS_PER_BLOCK=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],r.NUM_ERROR_CORRECTION_BLOCKS=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]],e.QrCode=r;function a(d,u,f){if(u<0||u>31||d>>>u)throw new RangeError("Value out of range");for(let p=u-1;p>=0;p--)f.push(d>>>p&1)}function o(d,u){return(d>>>u&1)!=0}function s(d){if(!d)throw new Error("Assertion error")}const i=class tt{constructor(u,f,p){if(this.mode=u,this.numChars=f,this.bitData=p,f<0)throw new RangeError("Invalid argument");this.bitData=p.slice()}static makeBytes(u){let f=[];for(const p of u)a(p,8,f);return new tt(tt.Mode.BYTE,u.length,f)}static makeNumeric(u){if(!tt.isNumeric(u))throw new RangeError("String contains non-numeric characters");let f=[];for(let p=0;p<u.length;){const m=Math.min(u.length-p,3);a(parseInt(u.substring(p,p+m),10),m*3+1,f),p+=m}return new tt(tt.Mode.NUMERIC,u.length,f)}static makeAlphanumeric(u){if(!tt.isAlphanumeric(u))throw new RangeError("String contains unencodable characters in alphanumeric mode");let f=[],p;for(p=0;p+2<=u.length;p+=2){let m=tt.ALPHANUMERIC_CHARSET.indexOf(u.charAt(p))*45;m+=tt.ALPHANUMERIC_CHARSET.indexOf(u.charAt(p+1)),a(m,11,f)}return p<u.length&&a(tt.ALPHANUMERIC_CHARSET.indexOf(u.charAt(p)),6,f),new tt(tt.Mode.ALPHANUMERIC,u.length,f)}static makeSegments(u){return u==""?[]:tt.isNumeric(u)?[tt.makeNumeric(u)]:tt.isAlphanumeric(u)?[tt.makeAlphanumeric(u)]:[tt.makeBytes(tt.toUtf8ByteArray(u))]}static makeEci(u){let f=[];if(u<0)throw new RangeError("ECI assignment value out of range");if(u<128)a(u,8,f);else if(u<16384)a(2,2,f),a(u,14,f);else if(u<1e6)a(6,3,f),a(u,21,f);else throw new RangeError("ECI assignment value out of range");return new tt(tt.Mode.ECI,0,f)}static isNumeric(u){return tt.NUMERIC_REGEX.test(u)}static isAlphanumeric(u){return tt.ALPHANUMERIC_REGEX.test(u)}getData(){return this.bitData.slice()}static getTotalBits(u,f){let p=0;for(const m of u){const g=m.mode.numCharCountBits(f);if(m.numChars>=1<<g)return 1/0;p+=4+g+m.bitData.length}return p}static toUtf8ByteArray(u){u=encodeURI(u);let f=[];for(let p=0;p<u.length;p++)u.charAt(p)!="%"?f.push(u.charCodeAt(p)):(f.push(parseInt(u.substring(p+1,p+3),16)),p+=2);return f}};i.NUMERIC_REGEX=/^[0-9]*$/,i.ALPHANUMERIC_REGEX=/^[A-Z0-9 $%*+.\/:-]*$/,i.ALPHANUMERIC_CHARSET="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:";let h=i;e.QrSegment=i})(Tr||(Tr={}));(e=>{(r=>{const a=class{constructor(s,i){this.ordinal=s,this.formatBits=i}};a.LOW=new a(0,1),a.MEDIUM=new a(1,0),a.QUARTILE=new a(2,3),a.HIGH=new a(3,2),r.Ecc=a})(e.QrCode||(e.QrCode={}))})(Tr||(Tr={}));(e=>{(r=>{const a=class{constructor(s,i){this.modeBits=s,this.numBitsCharCount=i}numCharCountBits(s){return this.numBitsCharCount[Math.floor((s+7)/17)]}};a.NUMERIC=new a(1,[10,12,14]),a.ALPHANUMERIC=new a(2,[9,11,13]),a.BYTE=new a(4,[8,16,16]),a.KANJI=new a(8,[8,10,12]),a.ECI=new a(7,[0,0,0]),r.Mode=a})(e.QrSegment||(e.QrSegment={}))})(Tr||(Tr={}));var Wr=Tr;/**
|
|
5587
|
+
*/var Tr;(e=>{const r=class Fe{constructor(u,f,p,m){if(this.version=u,this.errorCorrectionLevel=f,this.modules=[],this.isFunction=[],u<Fe.MIN_VERSION||u>Fe.MAX_VERSION)throw new RangeError("Version value out of range");if(m<-1||m>7)throw new RangeError("Mask value out of range");this.size=u*4+17;let g=[];for(let b=0;b<this.size;b++)g.push(!1);for(let b=0;b<this.size;b++)this.modules.push(g.slice()),this.isFunction.push(g.slice());this.drawFunctionPatterns();const v=this.addEccAndInterleave(p);if(this.drawCodewords(v),m==-1){let b=1e9;for(let x=0;x<8;x++){this.applyMask(x),this.drawFormatBits(x);const w=this.getPenaltyScore();w<b&&(m=x,b=w),this.applyMask(x)}}s(0<=m&&m<=7),this.mask=m,this.applyMask(m),this.drawFormatBits(m),this.isFunction=[]}static encodeText(u,f){const p=e.QrSegment.makeSegments(u);return Fe.encodeSegments(p,f)}static encodeBinary(u,f){const p=e.QrSegment.makeBytes(u);return Fe.encodeSegments([p],f)}static encodeSegments(u,f,p=1,m=40,g=-1,v=!0){if(!(Fe.MIN_VERSION<=p&&p<=m&&m<=Fe.MAX_VERSION)||g<-1||g>7)throw new RangeError("Invalid value");let b,x;for(b=p;;b++){const S=Fe.getNumDataCodewords(b,f)*8,C=h.getTotalBits(u,b);if(C<=S){x=C;break}if(b>=m)throw new RangeError("Data too long")}for(const S of[Fe.Ecc.MEDIUM,Fe.Ecc.QUARTILE,Fe.Ecc.HIGH])v&&x<=Fe.getNumDataCodewords(b,S)*8&&(f=S);let w=[];for(const S of u){a(S.mode.modeBits,4,w),a(S.numChars,S.mode.numCharCountBits(b),w);for(const C of S.getData())w.push(C)}s(w.length==x);const A=Fe.getNumDataCodewords(b,f)*8;s(w.length<=A),a(0,Math.min(4,A-w.length),w),a(0,(8-w.length%8)%8,w),s(w.length%8==0);for(let S=236;w.length<A;S^=253)a(S,8,w);let j=[];for(;j.length*8<w.length;)j.push(0);return w.forEach((S,C)=>j[C>>>3]|=S<<7-(C&7)),new Fe(b,f,j,g)}getModule(u,f){return 0<=u&&u<this.size&&0<=f&&f<this.size&&this.modules[f][u]}getModules(){return this.modules}drawFunctionPatterns(){for(let p=0;p<this.size;p++)this.setFunctionModule(6,p,p%2==0),this.setFunctionModule(p,6,p%2==0);this.drawFinderPattern(3,3),this.drawFinderPattern(this.size-4,3),this.drawFinderPattern(3,this.size-4);const u=this.getAlignmentPatternPositions(),f=u.length;for(let p=0;p<f;p++)for(let m=0;m<f;m++)p==0&&m==0||p==0&&m==f-1||p==f-1&&m==0||this.drawAlignmentPattern(u[p],u[m]);this.drawFormatBits(0),this.drawVersion()}drawFormatBits(u){const f=this.errorCorrectionLevel.formatBits<<3|u;let p=f;for(let g=0;g<10;g++)p=p<<1^(p>>>9)*1335;const m=(f<<10|p)^21522;s(m>>>15==0);for(let g=0;g<=5;g++)this.setFunctionModule(8,g,o(m,g));this.setFunctionModule(8,7,o(m,6)),this.setFunctionModule(8,8,o(m,7)),this.setFunctionModule(7,8,o(m,8));for(let g=9;g<15;g++)this.setFunctionModule(14-g,8,o(m,g));for(let g=0;g<8;g++)this.setFunctionModule(this.size-1-g,8,o(m,g));for(let g=8;g<15;g++)this.setFunctionModule(8,this.size-15+g,o(m,g));this.setFunctionModule(8,this.size-8,!0)}drawVersion(){if(this.version<7)return;let u=this.version;for(let p=0;p<12;p++)u=u<<1^(u>>>11)*7973;const f=this.version<<12|u;s(f>>>18==0);for(let p=0;p<18;p++){const m=o(f,p),g=this.size-11+p%3,v=Math.floor(p/3);this.setFunctionModule(g,v,m),this.setFunctionModule(v,g,m)}}drawFinderPattern(u,f){for(let p=-4;p<=4;p++)for(let m=-4;m<=4;m++){const g=Math.max(Math.abs(m),Math.abs(p)),v=u+m,b=f+p;0<=v&&v<this.size&&0<=b&&b<this.size&&this.setFunctionModule(v,b,g!=2&&g!=4)}}drawAlignmentPattern(u,f){for(let p=-2;p<=2;p++)for(let m=-2;m<=2;m++)this.setFunctionModule(u+m,f+p,Math.max(Math.abs(m),Math.abs(p))!=1)}setFunctionModule(u,f,p){this.modules[f][u]=p,this.isFunction[f][u]=!0}addEccAndInterleave(u){const f=this.version,p=this.errorCorrectionLevel;if(u.length!=Fe.getNumDataCodewords(f,p))throw new RangeError("Invalid argument");const m=Fe.NUM_ERROR_CORRECTION_BLOCKS[p.ordinal][f],g=Fe.ECC_CODEWORDS_PER_BLOCK[p.ordinal][f],v=Math.floor(Fe.getNumRawDataModules(f)/8),b=m-v%m,x=Math.floor(v/m);let w=[];const A=Fe.reedSolomonComputeDivisor(g);for(let S=0,C=0;S<m;S++){let _=u.slice(C,C+x-g+(S<b?0:1));C+=_.length;const k=Fe.reedSolomonComputeRemainder(_,A);S<b&&_.push(0),w.push(_.concat(k))}let j=[];for(let S=0;S<w[0].length;S++)w.forEach((C,_)=>{(S!=x-g||_>=b)&&j.push(C[S])});return s(j.length==v),j}drawCodewords(u){if(u.length!=Math.floor(Fe.getNumRawDataModules(this.version)/8))throw new RangeError("Invalid argument");let f=0;for(let p=this.size-1;p>=1;p-=2){p==6&&(p=5);for(let m=0;m<this.size;m++)for(let g=0;g<2;g++){const v=p-g,x=(p+1&2)==0?this.size-1-m:m;!this.isFunction[x][v]&&f<u.length*8&&(this.modules[x][v]=o(u[f>>>3],7-(f&7)),f++)}}s(f==u.length*8)}applyMask(u){if(u<0||u>7)throw new RangeError("Mask value out of range");for(let f=0;f<this.size;f++)for(let p=0;p<this.size;p++){let m;switch(u){case 0:m=(p+f)%2==0;break;case 1:m=f%2==0;break;case 2:m=p%3==0;break;case 3:m=(p+f)%3==0;break;case 4:m=(Math.floor(p/3)+Math.floor(f/2))%2==0;break;case 5:m=p*f%2+p*f%3==0;break;case 6:m=(p*f%2+p*f%3)%2==0;break;case 7:m=((p+f)%2+p*f%3)%2==0;break;default:throw new Error("Unreachable")}!this.isFunction[f][p]&&m&&(this.modules[f][p]=!this.modules[f][p])}}getPenaltyScore(){let u=0;for(let g=0;g<this.size;g++){let v=!1,b=0,x=[0,0,0,0,0,0,0];for(let w=0;w<this.size;w++)this.modules[g][w]==v?(b++,b==5?u+=Fe.PENALTY_N1:b>5&&u++):(this.finderPenaltyAddHistory(b,x),v||(u+=this.finderPenaltyCountPatterns(x)*Fe.PENALTY_N3),v=this.modules[g][w],b=1);u+=this.finderPenaltyTerminateAndCount(v,b,x)*Fe.PENALTY_N3}for(let g=0;g<this.size;g++){let v=!1,b=0,x=[0,0,0,0,0,0,0];for(let w=0;w<this.size;w++)this.modules[w][g]==v?(b++,b==5?u+=Fe.PENALTY_N1:b>5&&u++):(this.finderPenaltyAddHistory(b,x),v||(u+=this.finderPenaltyCountPatterns(x)*Fe.PENALTY_N3),v=this.modules[w][g],b=1);u+=this.finderPenaltyTerminateAndCount(v,b,x)*Fe.PENALTY_N3}for(let g=0;g<this.size-1;g++)for(let v=0;v<this.size-1;v++){const b=this.modules[g][v];b==this.modules[g][v+1]&&b==this.modules[g+1][v]&&b==this.modules[g+1][v+1]&&(u+=Fe.PENALTY_N2)}let f=0;for(const g of this.modules)f=g.reduce((v,b)=>v+(b?1:0),f);const p=this.size*this.size,m=Math.ceil(Math.abs(f*20-p*10)/p)-1;return s(0<=m&&m<=9),u+=m*Fe.PENALTY_N4,s(0<=u&&u<=2568888),u}getAlignmentPatternPositions(){if(this.version==1)return[];{const u=Math.floor(this.version/7)+2,f=this.version==32?26:Math.ceil((this.version*4+4)/(u*2-2))*2;let p=[6];for(let m=this.size-7;p.length<u;m-=f)p.splice(1,0,m);return p}}static getNumRawDataModules(u){if(u<Fe.MIN_VERSION||u>Fe.MAX_VERSION)throw new RangeError("Version number out of range");let f=(16*u+128)*u+64;if(u>=2){const p=Math.floor(u/7)+2;f-=(25*p-10)*p-55,u>=7&&(f-=36)}return s(208<=f&&f<=29648),f}static getNumDataCodewords(u,f){return Math.floor(Fe.getNumRawDataModules(u)/8)-Fe.ECC_CODEWORDS_PER_BLOCK[f.ordinal][u]*Fe.NUM_ERROR_CORRECTION_BLOCKS[f.ordinal][u]}static reedSolomonComputeDivisor(u){if(u<1||u>255)throw new RangeError("Degree out of range");let f=[];for(let m=0;m<u-1;m++)f.push(0);f.push(1);let p=1;for(let m=0;m<u;m++){for(let g=0;g<f.length;g++)f[g]=Fe.reedSolomonMultiply(f[g],p),g+1<f.length&&(f[g]^=f[g+1]);p=Fe.reedSolomonMultiply(p,2)}return f}static reedSolomonComputeRemainder(u,f){let p=f.map(m=>0);for(const m of u){const g=m^p.shift();p.push(0),f.forEach((v,b)=>p[b]^=Fe.reedSolomonMultiply(v,g))}return p}static reedSolomonMultiply(u,f){if(u>>>8||f>>>8)throw new RangeError("Byte out of range");let p=0;for(let m=7;m>=0;m--)p=p<<1^(p>>>7)*285,p^=(f>>>m&1)*u;return s(p>>>8==0),p}finderPenaltyCountPatterns(u){const f=u[1];s(f<=this.size*3);const p=f>0&&u[2]==f&&u[3]==f*3&&u[4]==f&&u[5]==f;return(p&&u[0]>=f*4&&u[6]>=f?1:0)+(p&&u[6]>=f*4&&u[0]>=f?1:0)}finderPenaltyTerminateAndCount(u,f,p){return u&&(this.finderPenaltyAddHistory(f,p),f=0),f+=this.size,this.finderPenaltyAddHistory(f,p),this.finderPenaltyCountPatterns(p)}finderPenaltyAddHistory(u,f){f[0]==0&&(u+=this.size),f.pop(),f.unshift(u)}};r.MIN_VERSION=1,r.MAX_VERSION=40,r.PENALTY_N1=3,r.PENALTY_N2=3,r.PENALTY_N3=40,r.PENALTY_N4=10,r.ECC_CODEWORDS_PER_BLOCK=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],r.NUM_ERROR_CORRECTION_BLOCKS=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]],e.QrCode=r;function a(d,u,f){if(u<0||u>31||d>>>u)throw new RangeError("Value out of range");for(let p=u-1;p>=0;p--)f.push(d>>>p&1)}function o(d,u){return(d>>>u&1)!=0}function s(d){if(!d)throw new Error("Assertion error")}const i=class tt{constructor(u,f,p){if(this.mode=u,this.numChars=f,this.bitData=p,f<0)throw new RangeError("Invalid argument");this.bitData=p.slice()}static makeBytes(u){let f=[];for(const p of u)a(p,8,f);return new tt(tt.Mode.BYTE,u.length,f)}static makeNumeric(u){if(!tt.isNumeric(u))throw new RangeError("String contains non-numeric characters");let f=[];for(let p=0;p<u.length;){const m=Math.min(u.length-p,3);a(parseInt(u.substring(p,p+m),10),m*3+1,f),p+=m}return new tt(tt.Mode.NUMERIC,u.length,f)}static makeAlphanumeric(u){if(!tt.isAlphanumeric(u))throw new RangeError("String contains unencodable characters in alphanumeric mode");let f=[],p;for(p=0;p+2<=u.length;p+=2){let m=tt.ALPHANUMERIC_CHARSET.indexOf(u.charAt(p))*45;m+=tt.ALPHANUMERIC_CHARSET.indexOf(u.charAt(p+1)),a(m,11,f)}return p<u.length&&a(tt.ALPHANUMERIC_CHARSET.indexOf(u.charAt(p)),6,f),new tt(tt.Mode.ALPHANUMERIC,u.length,f)}static makeSegments(u){return u==""?[]:tt.isNumeric(u)?[tt.makeNumeric(u)]:tt.isAlphanumeric(u)?[tt.makeAlphanumeric(u)]:[tt.makeBytes(tt.toUtf8ByteArray(u))]}static makeEci(u){let f=[];if(u<0)throw new RangeError("ECI assignment value out of range");if(u<128)a(u,8,f);else if(u<16384)a(2,2,f),a(u,14,f);else if(u<1e6)a(6,3,f),a(u,21,f);else throw new RangeError("ECI assignment value out of range");return new tt(tt.Mode.ECI,0,f)}static isNumeric(u){return tt.NUMERIC_REGEX.test(u)}static isAlphanumeric(u){return tt.ALPHANUMERIC_REGEX.test(u)}getData(){return this.bitData.slice()}static getTotalBits(u,f){let p=0;for(const m of u){const g=m.mode.numCharCountBits(f);if(m.numChars>=1<<g)return 1/0;p+=4+g+m.bitData.length}return p}static toUtf8ByteArray(u){u=encodeURI(u);let f=[];for(let p=0;p<u.length;p++)u.charAt(p)!="%"?f.push(u.charCodeAt(p)):(f.push(parseInt(u.substring(p+1,p+3),16)),p+=2);return f}};i.NUMERIC_REGEX=/^[0-9]*$/,i.ALPHANUMERIC_REGEX=/^[A-Z0-9 $%*+.\/:-]*$/,i.ALPHANUMERIC_CHARSET="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:";let h=i;e.QrSegment=i})(Tr||(Tr={}));(e=>{(r=>{const a=class{constructor(s,i){this.ordinal=s,this.formatBits=i}};a.LOW=new a(0,1),a.MEDIUM=new a(1,0),a.QUARTILE=new a(2,3),a.HIGH=new a(3,2),r.Ecc=a})(e.QrCode||(e.QrCode={}))})(Tr||(Tr={}));(e=>{(r=>{const a=class{constructor(s,i){this.modeBits=s,this.numBitsCharCount=i}numCharCountBits(s){return this.numBitsCharCount[Math.floor((s+7)/17)]}};a.NUMERIC=new a(1,[10,12,14]),a.ALPHANUMERIC=new a(2,[9,11,13]),a.BYTE=new a(4,[8,16,16]),a.KANJI=new a(8,[8,10,12]),a.ECI=new a(7,[0,0,0]),r.Mode=a})(e.QrSegment||(e.QrSegment={}))})(Tr||(Tr={}));var Gr=Tr;/**
|
|
5588
5588
|
* @license qrcode.react
|
|
5589
5589
|
* Copyright (c) Paul O'Shannessy
|
|
5590
5590
|
* SPDX-License-Identifier: ISC
|
|
5591
|
-
*/var Yx={L:
|
|
5591
|
+
*/var Yx={L:Gr.QrCode.Ecc.LOW,M:Gr.QrCode.Ecc.MEDIUM,Q:Gr.QrCode.Ecc.QUARTILE,H:Gr.QrCode.Ecc.HIGH},eu=128,tu="L",ru="#FFFFFF",au="#000000",nu=!1,ou=1,Qx=4,Jx=0,Xx=.1;function su(e,r=0){const a=[];return e.forEach(function(o,s){let i=null;o.forEach(function(h,d){if(!h&&i!==null){a.push(`M${i+r} ${s+r}h${d-i}v1H${i+r}z`),i=null;return}if(d===o.length-1){if(!h)return;i===null?a.push(`M${d+r},${s+r} h1v1H${d+r}z`):a.push(`M${i+r},${s+r} h${d+1-i}v1H${i+r}z`);return}h&&i===null&&(i=d)})}),a.join("")}function iu(e,r){return e.slice().map((a,o)=>o<r.y||o>=r.y+r.h?a:a.map((s,i)=>i<r.x||i>=r.x+r.w?s:!1))}function e5(e,r,a,o){if(o==null)return null;const s=e.length+a*2,i=Math.floor(r*Xx),h=s/r,d=(o.width||i)*h,u=(o.height||i)*h,f=o.x==null?e.length/2-d/2:o.x*h,p=o.y==null?e.length/2-u/2:o.y*h,m=o.opacity==null?1:o.opacity;let g=null;if(o.excavate){let b=Math.floor(f),x=Math.floor(p),w=Math.ceil(d+f-b),A=Math.ceil(u+p-x);g={x:b,y:x,w,h:A}}const v=o.crossOrigin;return{x:f,y:p,h:u,w:d,excavation:g,opacity:m,crossOrigin:v}}function t5(e,r){return r!=null?Math.max(Math.floor(r),0):e?Qx:Jx}function cu({value:e,level:r,minVersion:a,includeMargin:o,marginSize:s,imageSettings:i,size:h,boostLevel:d}){let u=c.useMemo(()=>{const b=(Array.isArray(e)?e:[e]).reduce((x,w)=>(x.push(...Gr.QrSegment.makeSegments(w)),x),[]);return Gr.QrCode.encodeSegments(b,Yx[r],a,void 0,void 0,d)},[e,r,a,d]);const{cells:f,margin:p,numCells:m,calculatedImageSettings:g}=c.useMemo(()=>{let v=u.getModules();const b=t5(o,s),x=v.length+b*2,w=e5(v,h,b,i);return{cells:v,margin:b,numCells:x,calculatedImageSettings:w}},[u,h,i,o,s]);return{qrcode:u,margin:p,cells:f,numCells:m,calculatedImageSettings:g}}var r5=(function(){try{new Path2D().addPath(new Path2D)}catch{return!1}return!0})(),a5=c.forwardRef(function(r,a){const o=r,{value:s,size:i=eu,level:h=tu,bgColor:d=ru,fgColor:u=au,includeMargin:f=nu,minVersion:p=ou,boostLevel:m,marginSize:g,imageSettings:v}=o,x=ps(o,["value","size","level","bgColor","fgColor","includeMargin","minVersion","boostLevel","marginSize","imageSettings"]),{style:w}=x,A=ps(x,["style"]),j=v==null?void 0:v.src,S=c.useRef(null),C=c.useRef(null),_=c.useCallback($=>{S.current=$,typeof a=="function"?a($):a&&(a.current=$)},[a]),[k,y]=c.useState(!1),{margin:M,cells:z,numCells:I,calculatedImageSettings:H}=cu({value:s,level:h,minVersion:p,boostLevel:m,includeMargin:f,marginSize:g,imageSettings:v,size:i});c.useEffect(()=>{if(S.current!=null){const $=S.current,E=$.getContext("2d");if(!E)return;let F=z;const L=C.current,Z=H!=null&&L!==null&&L.complete&&L.naturalHeight!==0&&L.naturalWidth!==0;Z&&H.excavation!=null&&(F=iu(z,H.excavation));const O=window.devicePixelRatio||1;$.height=$.width=i*O;const R=i/I*O;E.scale(R,R),E.fillStyle=d,E.fillRect(0,0,I,I),E.fillStyle=u,r5?E.fill(new Path2D(su(F,M))):z.forEach(function(Y,N){Y.forEach(function(G,Q){G&&E.fillRect(Q+M,N+M,1,1)})}),H&&(E.globalAlpha=H.opacity),Z&&E.drawImage(L,H.x+M,H.y+M,H.w,H.h)}}),c.useEffect(()=>{y(!1)},[j]);const T=us({height:i,width:i},w);let P=null;return j!=null&&(P=c.createElement("img",{src:j,key:j,style:{display:"none"},onLoad:()=>{y(!0)},ref:C,crossOrigin:H==null?void 0:H.crossOrigin})),c.createElement(c.Fragment,null,c.createElement("canvas",us({style:T,height:i,width:i,ref:_,role:"img"},A)),P)});a5.displayName="QRCodeCanvas";var Vs=c.forwardRef(function(r,a){const o=r,{value:s,size:i=eu,level:h=tu,bgColor:d=ru,fgColor:u=au,includeMargin:f=nu,minVersion:p=ou,boostLevel:m,title:g,marginSize:v,imageSettings:b}=o,x=ps(o,["value","size","level","bgColor","fgColor","includeMargin","minVersion","boostLevel","title","marginSize","imageSettings"]),{margin:w,cells:A,numCells:j,calculatedImageSettings:S}=cu({value:s,level:h,minVersion:p,boostLevel:m,includeMargin:f,marginSize:v,imageSettings:b,size:i});let C=A,_=null;b!=null&&S!=null&&(S.excavation!=null&&(C=iu(A,S.excavation)),_=c.createElement("image",{href:b.src,height:S.h,width:S.w,x:S.x+w,y:S.y+w,preserveAspectRatio:"none",opacity:S.opacity,crossOrigin:S.crossOrigin}));const k=su(C,w);return c.createElement("svg",us({height:i,width:i,viewBox:`0 0 ${j} ${j}`,ref:a,role:"img"},x),!!g&&c.createElement("title",null,g),c.createElement("path",{fill:d,d:`M0,0 h${j}v${j}H0z`,shapeRendering:"crispEdges"}),c.createElement("path",{fill:u,d:k,shapeRendering:"crispEdges"}),_)});Vs.displayName="QRCodeSVG";const n5=l.div`
|
|
5592
5592
|
position: fixed;
|
|
5593
5593
|
background: var(--color-popover);
|
|
5594
5594
|
border-radius: var(--radius-md);
|
|
@@ -5639,7 +5639,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
5639
5639
|
color: var(--color-error);
|
|
5640
5640
|
font-size: var(--font-size-sm);
|
|
5641
5641
|
margin-top: var(--space-2u);
|
|
5642
|
-
`,dl=({onClose:e,onChangePassword:r,triggerRef:a,isSetup:o=!1})=>{const s=c.useRef(null),[i,h]=c.useState(!1),[d,u]=c.useState(""),[f,p]=c.useState(""),[m,g]=c.useState(""),[v,b]=c.useState(!1),[x,w]=c.useState(!1),[A,j]=c.useState(!1),[S,C]=c.useState(!1),[_,k]=c.useState({}),y=gt({triggerRef:a??{current:null},isOpen:i,minWidth:380,defaultMaxHeight:420});c.useEffect(()=>{h(!0);const z=
|
|
5642
|
+
`,dl=({onClose:e,onChangePassword:r,triggerRef:a,isSetup:o=!1})=>{const s=c.useRef(null),[i,h]=c.useState(!1),[d,u]=c.useState(""),[f,p]=c.useState(""),[m,g]=c.useState(""),[v,b]=c.useState(!1),[x,w]=c.useState(!1),[A,j]=c.useState(!1),[S,C]=c.useState(!1),[_,k]=c.useState({}),y=gt({triggerRef:a??{current:null},isOpen:i,minWidth:380,defaultMaxHeight:420});c.useEffect(()=>{h(!0);const z=H=>{s.current&&!s.current.contains(H.target)&&e()},I=H=>{H.key==="Escape"&&e()};return document.addEventListener("mousedown",z),document.addEventListener("keydown",I),()=>{document.removeEventListener("mousedown",z),document.removeEventListener("keydown",I)}},[e]);const M=async()=>{if(S)return;const z={};if(!o&&!d&&(z.currentPassword="Current password is required"),f?f.length<8&&(z.newPassword="Password must be at least 8 characters"):z.newPassword="New password is required",f!==m&&(z.confirmPassword="Passwords do not match"),Object.keys(z).length>0){k(z);return}C(!0);try{await r(o?"":d,f),e()}catch(I){k({form:I.message||"Failed to update password"})}finally{C(!1)}};return i?t.jsxs(n5,{ref:s,style:{top:(y==null?void 0:y.top)!==void 0?`${y.top}px`:void 0,bottom:(y==null?void 0:y.bottom)!==void 0?`${y.bottom}px`:void 0,left:(y==null?void 0:y.left)!==void 0?`${y.left}px`:void 0,right:(y==null?void 0:y.right)!==void 0?`${y.right}px`:void 0,maxHeight:y!=null&&y.maxHeight?`${y.maxHeight}px`:void 0,visibility:y?"visible":"hidden"},onClick:z=>z.stopPropagation(),children:[t.jsx(s5,{children:o?"Set Password":"Change Password"}),t.jsx("div",{style:{fontSize:"var(--font-size-lg)",color:"var(--color-muted)",marginBottom:"var(--space-8u)"},children:o?"Set a password for your account to enable password authentication.":"Update your account password to keep it secure."}),!o&&t.jsxs(Ao,{children:[t.jsx(xe,{children:"Current Password"}),t.jsxs(zo,{children:[t.jsx(ue,{type:v?"text":"password",placeholder:"Enter your current password",value:d,onChange:z=>u(z.target.value),style:{paddingRight:"var(--size-20u)"}}),t.jsx("button",{type:"button",onClick:()=>b(!v),"aria-label":v?"Hide current password":"Show current password",children:v?t.jsx(no,{size:16}):t.jsx(ao,{size:16})})]}),_.currentPassword&&t.jsx(nn,{children:_.currentPassword})]}),t.jsxs(Ao,{children:[t.jsx(xe,{children:o?"Password":"New Password"}),t.jsxs(zo,{children:[t.jsx(ue,{type:x?"text":"password",placeholder:o?"Enter your password":"Enter your new password",value:f,onChange:z=>p(z.target.value),style:{paddingRight:"var(--size-20u)"}}),t.jsx("button",{type:"button",onClick:()=>w(!x),"aria-label":x?"Hide new password":"Show new password",children:x?t.jsx(no,{size:16}):t.jsx(ao,{size:16})})]}),_.newPassword&&t.jsx(nn,{children:_.newPassword})]}),t.jsxs(Ao,{children:[t.jsx(xe,{children:"Confirm New Password"}),t.jsxs(zo,{children:[t.jsx(ue,{type:A?"text":"password",placeholder:"Confirm your new password",value:m,onChange:z=>g(z.target.value),style:{paddingRight:"var(--size-20u)"}}),t.jsx("button",{type:"button",onClick:()=>j(!A),"aria-label":A?"Hide confirm password":"Show confirm password",children:A?t.jsx(no,{size:16}):t.jsx(ao,{size:16})})]}),_.confirmPassword&&t.jsx(nn,{children:_.confirmPassword})]}),_.form&&t.jsx(nn,{children:_.form}),t.jsxs(o5,{children:[t.jsx(U,{$outline:!0,onClick:e,children:"Cancel"}),t.jsx(U,{onClick:M,disabled:S,children:S?o?"Setting...":"Updating...":o?"Set Password":"Update Password"})]})]}):null},i5=l.div`
|
|
5643
5643
|
position: fixed;
|
|
5644
5644
|
background: var(--color-popover);
|
|
5645
5645
|
border-radius: var(--radius-md);
|
|
@@ -5677,7 +5677,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
5677
5677
|
color: var(--color-warning-text, var(--color-foreground));
|
|
5678
5678
|
margin: 0;
|
|
5679
5679
|
line-height: 1.5;
|
|
5680
|
-
`,p5=({onClose:e,onRemovePassword:r,triggerRef:a})=>{const o=c.useRef(null),[s,i]=c.useState(!1),[h,d]=c.useState(""),[u,f]=c.useState(!1),{toast:p}=Kt(),m=gt({triggerRef:a??{current:null},isOpen:s,minWidth:400,defaultMaxHeight:360});c.useEffect(()=>{i(!0);const v=x=>{o.current&&!o.current.contains(x.target)&&e()},b=x=>{x.key==="Escape"&&e()};return document.addEventListener("mousedown",v),document.addEventListener("keydown",b),()=>{document.removeEventListener("mousedown",v),document.removeEventListener("keydown",b)}},[e]);const g=async()=>{if(!(!h||u)){f(!0);try{await r(h),e()}catch(v){const b=v.message||"Failed to remove password. Please try again.";p(b,"error")}finally{f(!1)}}};return s?t.jsxs(i5,{ref:o,style:{top:(m==null?void 0:m.top)!==void 0?`${m.top}px`:void 0,bottom:(m==null?void 0:m.bottom)!==void 0?`${m.bottom}px`:void 0,left:(m==null?void 0:m.left)!==void 0?`${m.left}px`:void 0,right:(m==null?void 0:m.right)!==void 0?`${m.right}px`:void 0,maxHeight:m!=null&&m.maxHeight?`${m.maxHeight}px`:void 0,visibility:m?"visible":"hidden"},onClick:v=>v.stopPropagation(),children:[t.jsxs(l5,{children:[t.jsx(
|
|
5680
|
+
`,p5=({onClose:e,onRemovePassword:r,triggerRef:a})=>{const o=c.useRef(null),[s,i]=c.useState(!1),[h,d]=c.useState(""),[u,f]=c.useState(!1),{toast:p}=Kt(),m=gt({triggerRef:a??{current:null},isOpen:s,minWidth:400,defaultMaxHeight:360});c.useEffect(()=>{i(!0);const v=x=>{o.current&&!o.current.contains(x.target)&&e()},b=x=>{x.key==="Escape"&&e()};return document.addEventListener("mousedown",v),document.addEventListener("keydown",b),()=>{document.removeEventListener("mousedown",v),document.removeEventListener("keydown",b)}},[e]);const g=async()=>{if(!(!h||u)){f(!0);try{await r(h),e()}catch(v){const b=v.message||"Failed to remove password. Please try again.";p(b,"error")}finally{f(!1)}}};return s?t.jsxs(i5,{ref:o,style:{top:(m==null?void 0:m.top)!==void 0?`${m.top}px`:void 0,bottom:(m==null?void 0:m.bottom)!==void 0?`${m.bottom}px`:void 0,left:(m==null?void 0:m.left)!==void 0?`${m.left}px`:void 0,right:(m==null?void 0:m.right)!==void 0?`${m.right}px`:void 0,maxHeight:m!=null&&m.maxHeight?`${m.maxHeight}px`:void 0,visibility:m?"visible":"hidden"},onClick:v=>v.stopPropagation(),children:[t.jsxs(l5,{children:[t.jsx(aa,{size:18,color:"var(--color-warning)"}),"Remove Password"]}),t.jsx(d5,{children:t.jsx(u5,{children:"You're about to remove password authentication from your account. Make sure you have another way to sign in (email, phone, social login, or passkey) before continuing."})}),t.jsxs(Ce,{children:[t.jsx(xe,{htmlFor:"current-password",children:"Confirm your current password"}),t.jsx(ue,{id:"current-password",type:"password",placeholder:"Enter current password",value:h,onChange:v=>d(v.target.value),autoFocus:!0})]}),t.jsxs(c5,{children:[t.jsx(U,{$outline:!0,onClick:e,style:{width:"auto",padding:"0 var(--space-6u)"},children:"Cancel"}),t.jsx(U,{onClick:g,disabled:!h||u,style:{width:"auto",padding:"0 var(--space-6u)",background:"var(--color-error)",borderColor:"var(--color-error)"},children:u?"Removing...":"Remove Password"})]})]}):null},h5=l.div`
|
|
5681
5681
|
position: fixed;
|
|
5682
5682
|
background: var(--color-popover);
|
|
5683
5683
|
border-radius: var(--radius-md);
|
|
@@ -5748,7 +5748,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
5748
5748
|
background: var(--color-accent);
|
|
5749
5749
|
border-color: var(--color-primary);
|
|
5750
5750
|
}
|
|
5751
|
-
`,y5=({codes:e,onClose:r,onCopy:a,onDownload:o,triggerRef:s})=>{const i=c.useRef(null),[h,d]=c.useState(!1),u=gt({triggerRef:s??{current:null},isOpen:h,minWidth:380,defaultMaxHeight:360});return c.useEffect(()=>{d(!0);const f=m=>{i.current&&!i.current.contains(m.target)&&r()},p=m=>{m.key==="Escape"&&r()};return document.addEventListener("mousedown",f),document.addEventListener("keydown",p),()=>{document.removeEventListener("mousedown",f),document.removeEventListener("keydown",p)}},[r]),h?t.jsxs(m5,{ref:i,style:{top:(u==null?void 0:u.top)!==void 0?`${u.top}px`:void 0,bottom:(u==null?void 0:u.bottom)!==void 0?`${u.bottom}px`:void 0,left:(u==null?void 0:u.left)!==void 0?`${u.left}px`:void 0,right:(u==null?void 0:u.right)!==void 0?`${u.right}px`:void 0,maxHeight:u!=null&&u.maxHeight?`${u.maxHeight}px`:void 0,visibility:u?"visible":"hidden"},onClick:f=>f.stopPropagation(),children:[t.jsxs(g5,{children:[t.jsx(v5,{children:"Backup Codes"}),t.jsxs(x5,{children:[t.jsxs(U,{$outline:!0,$size:"sm",onClick:a,style:{display:"flex",alignItems:"center",gap:"var(--space-2u)"},children:[t.jsx(
|
|
5751
|
+
`,y5=({codes:e,onClose:r,onCopy:a,onDownload:o,triggerRef:s})=>{const i=c.useRef(null),[h,d]=c.useState(!1),u=gt({triggerRef:s??{current:null},isOpen:h,minWidth:380,defaultMaxHeight:360});return c.useEffect(()=>{d(!0);const f=m=>{i.current&&!i.current.contains(m.target)&&r()},p=m=>{m.key==="Escape"&&r()};return document.addEventListener("mousedown",f),document.addEventListener("keydown",p),()=>{document.removeEventListener("mousedown",f),document.removeEventListener("keydown",p)}},[r]),h?t.jsxs(m5,{ref:i,style:{top:(u==null?void 0:u.top)!==void 0?`${u.top}px`:void 0,bottom:(u==null?void 0:u.bottom)!==void 0?`${u.bottom}px`:void 0,left:(u==null?void 0:u.left)!==void 0?`${u.left}px`:void 0,right:(u==null?void 0:u.right)!==void 0?`${u.right}px`:void 0,maxHeight:u!=null&&u.maxHeight?`${u.maxHeight}px`:void 0,visibility:u?"visible":"hidden"},onClick:f=>f.stopPropagation(),children:[t.jsxs(g5,{children:[t.jsx(v5,{children:"Backup Codes"}),t.jsxs(x5,{children:[t.jsxs(U,{$outline:!0,$size:"sm",onClick:a,style:{display:"flex",alignItems:"center",gap:"var(--space-2u)"},children:[t.jsx(Kr,{size:14}),"Copy"]}),t.jsxs(U,{$outline:!0,$size:"sm",onClick:o,style:{display:"flex",alignItems:"center",gap:"var(--space-2u)"},children:[t.jsx(Cd,{size:14}),"DownloadSimple"]})]})]}),t.jsx("div",{style:{fontSize:"var(--font-size-md)",color:"var(--color-muted)",marginBottom:"var(--space-4u)"},children:"Save these backup codes in a secure location. Each code can only be used once."}),t.jsx(b5,{children:e.map((f,p)=>t.jsx(w5,{onClick:()=>{navigator.clipboard.writeText(f)},title:"Click to copy",children:f},p))}),t.jsxs("div",{style:{fontSize:"var(--font-size-sm)",color:"var(--color-warning)",padding:"var(--space-3u) var(--space-5u)",background:"var(--color-warning-background)",border:"var(--border-width-thin) solid var(--color-warning-border)",borderRadius:"var(--radius-2xs)",display:"flex",alignItems:"center",gap:"var(--space-3u)"},children:[t.jsx("span",{style:{fontSize:"var(--font-size-lg)"},children:"⚠️"}),t.jsx("span",{children:"Keep these codes safe! They won't be shown again."})]})]}):null},j5=l.div`
|
|
5752
5752
|
position: fixed;
|
|
5753
5753
|
background: var(--color-popover);
|
|
5754
5754
|
border-radius: var(--radius-md);
|
|
@@ -5787,9 +5787,9 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
5787
5787
|
color: var(--color-secondary-text);
|
|
5788
5788
|
padding: ${e=>e.$first?"0":"var(--space-8u) 0 0"};
|
|
5789
5789
|
margin-bottom: var(--space-4u);
|
|
5790
|
-
`,z5=()=>{var
|
|
5791
|
-
`);navigator.clipboard.writeText(
|
|
5792
|
-
`),Me=new Blob([oe],{type:"text/plain"}),Je=URL.createObjectURL(Me),Ne=document.createElement("a");Ne.href=Je,Ne.download="wacht-backup-codes.txt",Ne.click(),URL.revokeObjectURL(Je),v("Backup codes downloaded","info")},Nt=async()=>{var oe,Me;if((Me=(oe=e==null?void 0:e.auth_settings)==null?void 0:oe.passkey)!=null&&Me.enabled)try{H(!0);const Je=await p();F(Je.data||[])}catch{v("Failed to load passkeys","error")}finally{H(!1)}},pr=async oe=>{try{T(!0),await m(oe||void 0),await Nt(),v("Passkey registered successfully!","info")}catch(Me){throw v(Me.message||"Failed to register passkey","error"),Me}finally{T(!1)}},hr=async oe=>{try{await g(oe),await Nt(),v("Passkey removed","info")}catch(Me){v(Me.message||"Failed to remove passkey","error")}};c.useEffect(()=>{Nt()},[(Xe=(Qe=e==null?void 0:e.auth_settings)==null?void 0:Qe.passkey)==null?void 0:Xe.enabled]);const vt=[];Oe&&vt.push({id:"password",name:"Password",description:"Secure your account with a strong password",status:r!=null&&r.has_password?"Enabled":"Disabled",actions:r!=null&&r.has_password?["change"]:["setup"],group:"sign-in"}),(yt=(pt=e==null?void 0:e.auth_settings)==null?void 0:pt.passkey)!=null&&yt.enabled&&vt.push({id:"passkey",name:"Passkeys",description:"Sign in faster with fingerprint, face, or screen lock",status:E.length>0?`${E.length} registered`:"",actions:E.length>0?["manage","add"]:["add"],group:"sign-in"}),me!=null&&me.authenticator&&vt.push({id:"authenticator",name:"Authenticator App",description:"Use an authenticator app for extra security",status:r!=null&&r.user_authenticator?"Enabled":"Disabled",actions:r!=null&&r.user_authenticator?["remove"]:["setup"],group:"sign-in"}),r!=null&&r.user_authenticator&&vt.push({id:"backup_codes",name:"Backup Codes",description:"Recovery codes if you lose your authenticator",status:r!=null&&r.backup_codes_generated?"Generated":"Not Generated",actions:["generate"],group:"recovery"}),r!=null&&r.user_authenticator&&vt.push({id:"second_factor_policy",name:"Require 2FA",description:"Require a second factor for all sign-ins",status:b==="enforced"?"Enforced":"Optional",actions:["toggle"],group:"recovery"});const le=oe=>{switch(oe){case"password":return r!=null&&r.has_password?{variant:"success",label:"Active"}:{variant:"warning",label:"Not set up"};case"passkey":return E.length>0?{variant:"neutral",label:`${E.length} registered`}:{variant:"warning",label:"None"};case"authenticator":return r!=null&&r.user_authenticator?{variant:"success",label:"Enabled"}:{variant:"warning",label:"Not set up"};case"backup_codes":return r!=null&&r.backup_codes_generated?{variant:"success",label:"Generated"}:{variant:"warning",label:"Not generated"};case"second_factor_policy":return b==="enforced"?{variant:"success",label:"Enforced"}:{variant:"neutral",label:"Optional"};default:return null}};return re!=="table"?t.jsxs(t.Fragment,{children:[t.jsxs(sx,{children:[t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx(Lt,{size:16}),t.jsxs("span",{style:{fontSize:"var(--font-size-lg)",fontWeight:500,color:"var(--color-foreground)"},children:[re==="qr"&&"Setup Two-Factor Authentication",re==="verify"&&"Verify Your Authenticator",re==="backup"&&"Save Your Backup Codes",re==="success"&&"Setup Complete!"]})]}),t.jsx(U,{onClick:()=>xe("table"),style:{padding:"var(--space-4u) var(--space-8u)",fontSize:"var(--font-size-lg)",background:"var(--color-background)",border:"var(--border-width-thin) solid var(--color-border)",borderRadius:"var(--radius-md)",color:"var(--color-foreground)",fontWeight:"500",cursor:"pointer",transition:"all 0.2s ease"},children:"← Back"})]}),t.jsxs("div",{style:{maxWidth:"calc(var(--size-50u) * 5)",margin:"0 auto",textAlign:"center",padding:"var(--space-12u)"},children:[re==="qr"&&t.jsxs(t.Fragment,{children:[t.jsx("p",{style:{color:"var(--color-secondary-text)",marginBottom:"var(--space-12u)"},children:"Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)"}),t.jsx("div",{style:{display:"flex",justifyContent:"center",marginBottom:"var(--space-12u)"},children:B?t.jsx("div",{style:{width:"calc(var(--size-50u) * 2)",height:"calc(var(--size-50u) * 2)",border:"var(--border-width-thin) solid var(--color-border)",borderRadius:"var(--radius-md)",display:"flex",alignItems:"center",justifyContent:"center",background:"var(--color-input-background)"},children:t.jsxs("div",{style:{textAlign:"center"},children:[t.jsx("div",{style:{width:"var(--size-12u)",height:"var(--size-12u)",border:"var(--border-width-regular) solid var(--color-border)",borderTop:"var(--border-width-regular) solid var(--color-primary)",borderRadius:"50%",animation:`${tx} 1s linear infinite`,margin:"0 auto var(--space-4u)"}}),t.jsx("div",{style:{fontSize:"var(--font-size-sm)",color:"var(--color-secondary-text)"},children:"Loading QR Code..."})]})}):ae?t.jsx("div",{style:{border:"var(--border-width-thin) solid var(--color-border)",borderRadius:"var(--radius-md)",padding:"var(--space-8u)",background:"var(--color-background)"},children:t.jsx(Vs,{value:ae,size:200,level:"M",marginSize:0})}):t.jsx("div",{style:{width:"calc(var(--size-50u) * 2)",height:"calc(var(--size-50u) * 2)",border:"var(--border-width-thin) solid var(--color-border)",borderRadius:"var(--radius-md)",display:"flex",alignItems:"center",justifyContent:"center",background:"var(--color-input-background)",color:"var(--color-error)",fontSize:"var(--font-size-lg)",textAlign:"center"},children:"QR Code Not Available"})}),t.jsxs("div",{style:{background:"var(--color-input-background)",border:"var(--border-width-thin) solid var(--color-border)",borderRadius:"var(--radius-md)",padding:"var(--space-6u)",marginBottom:"var(--space-12u)"},children:[t.jsx("p",{style:{fontSize:"var(--font-size-lg)",color:"var(--color-secondary-text)",margin:"0 0 var(--space-4u) 0"},children:"Or enter this code manually:"}),t.jsx("code",{style:{fontFamily:"monospace",fontSize:"var(--font-size-lg)",wordBreak:"break-all"},children:We||"Loading..."})]}),t.jsx(U,{onClick:()=>xe("verify"),disabled:!ae||!We,style:{padding:"var(--space-5u) var(--space-10u)",background:!ae||!We?"var(--color-border)":"var(--color-primary)",color:!ae||!We?"var(--color-secondary-text)":"var(--color-background)",border:`var(--border-width-thin) solid ${!ae||!We?"var(--color-border)":"var(--color-primary)"}`,cursor:!ae||!We?"not-allowed":"pointer"},children:"I've Scanned the Code"})]}),re==="verify"&&t.jsxs(t.Fragment,{children:[t.jsx("p",{style:{color:"var(--color-secondary-text)",marginBottom:"var(--space-12u)"},children:"Enter two consecutive codes from your authenticator app to verify setup"}),t.jsxs("div",{style:{display:"flex",gap:"var(--space-6u)",justifyContent:"center",marginBottom:"var(--space-12u)"},children:[t.jsx(ue,{type:"text",placeholder:"000000",value:ve[0],onChange:oe=>{const Me=oe.target.value.replace(/[^0-9]/g,"").substring(0,6);ee([Me,ve[1]])},maxLength:6,style:{width:"var(--size-50u)",textAlign:"center",fontFamily:"monospace"}}),t.jsx(ue,{type:"text",placeholder:"000000",value:ve[1],onChange:oe=>{const Me=oe.target.value.replace(/[^0-9]/g,"").substring(0,6);ee([ve[0],Me])},maxLength:6,style:{width:"var(--size-50u)",textAlign:"center",fontFamily:"monospace"}})]}),t.jsxs("div",{style:{display:"flex",gap:"var(--space-6u)",justifyContent:"center"},children:[t.jsx(U,{onClick:()=>xe("qr"),style:{padding:"var(--space-4u) var(--space-8u)",background:"var(--color-background)",border:"var(--border-width-thin) solid var(--color-border)"},children:"Back"}),t.jsx(U,{onClick:Dt,disabled:W||ve.some(oe=>oe.length!==6),style:{padding:"var(--space-4u) var(--space-8u)",background:"var(--color-primary)",color:"var(--color-foreground-inverse)",border:"var(--border-width-thin) solid var(--color-primary)"},children:W?"Verifying...":"Verify & Continue"})]})]}),re==="backup"&&t.jsxs(t.Fragment,{children:[t.jsxs("div",{style:{background:"var(--color-warning-background)",border:"var(--border-width-thin) solid var(--color-warning-border)",borderRadius:"var(--radius-md)",padding:"var(--space-8u)",marginBottom:"var(--space-12u)",display:"flex",alignItems:"flex-start",gap:"var(--space-6u)",textAlign:"left"},children:[t.jsx(ra,{size:16,style:{color:"var(--color-warning)",marginTop:"var(--space-1u)"}}),t.jsxs("div",{children:[t.jsx("div",{style:{fontWeight:500,marginBottom:"var(--space-2u)"},children:"Important!"}),t.jsx("div",{style:{fontSize:"var(--font-size-lg)",color:"var(--color-secondary-text)"},children:"Store these codes safely. Each code can only be used once if you lose access to your authenticator device."})]})]}),t.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(2, 1fr)",gap:"var(--space-4u)",marginBottom:"var(--space-12u)",maxWidth:"calc(var(--size-50u) * 3)",margin:"0 auto var(--space-12u) auto"},children:de.map((oe,Me)=>t.jsx("div",{style:{background:"var(--color-input-background)",border:"var(--border-width-thin) solid var(--color-border)",borderRadius:"var(--radius-md)",padding:"var(--space-4u)",fontFamily:"monospace",fontSize:"var(--font-size-sm)",textAlign:"center",cursor:"pointer"},onClick:()=>navigator.clipboard.writeText(oe),children:oe},Me))}),t.jsxs("div",{style:{display:"flex",gap:"var(--space-6u)",justifyContent:"center",marginBottom:"var(--space-12u)"},children:[t.jsx(U,{onClick:Yt,style:{padding:"var(--space-4u) var(--space-8u)",fontSize:"var(--font-size-lg)",background:"var(--color-background)",border:"var(--border-width-thin) solid var(--color-border)"},children:"Copy All"}),t.jsxs(U,{onClick:Qt,style:{padding:"var(--space-4u) var(--space-8u)",fontSize:"var(--font-size-lg)",background:"var(--color-background)",border:"var(--border-width-thin) solid var(--color-border)"},children:[t.jsx(Cd,{size:16,style:{marginRight:"var(--space-2u)"}}),"DownloadSimple"]})]}),t.jsx(U,{onClick:jt,style:{padding:"var(--space-5u) var(--space-10u)",background:"var(--color-primary)",color:"var(--color-foreground-inverse)",border:"var(--border-width-thin) solid var(--color-primary)"},children:"Complete Setup"})]}),re==="success"&&t.jsxs(t.Fragment,{children:[t.jsxs("div",{style:{marginBottom:"var(--space-12u)"},children:[t.jsx(it,{size:48,style:{color:"var(--color-success)",marginBottom:"var(--space-8u)"}}),t.jsx("h3",{style:{fontSize:"var(--font-size-2xl)",fontWeight:600,margin:"0 0 var(--space-4u) 0"},children:"All Set!"}),t.jsx("p",{style:{fontSize:"var(--font-size-lg)",color:"var(--color-secondary-text)",margin:0},children:"Your account is now protected with two-factor authentication."})]}),t.jsx(U,{onClick:jt,style:{padding:"var(--space-5u) var(--space-10u)",background:"var(--color-primary)",color:"var(--color-foreground-inverse)",border:"var(--border-width-thin) solid var(--color-primary)"},children:"Continue to Security"})]})]})]}):t.jsx(t.Fragment,{children:vt.length?t.jsx("div",{children:vt.map((oe,Me)=>{const Je=Me>0?vt[Me-1].group:null,Ne=oe.group!==Je,_t=vt[Me+1],Y=_t&&_t.group===oe.group,te=le(oe.id);return t.jsxs("div",{children:[Ne&&t.jsx(A5,{$first:Me===0,children:oe.group==="sign-in"?"Sign-in methods":"Recovery"}),t.jsxs(ix,{style:Ne?{paddingTop:0}:void 0,children:[t.jsxs(cx,{children:[t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,flexWrap:"wrap",fontWeight:400,color:"var(--color-foreground)"},children:[t.jsx("span",{children:oe.name}),te&&t.jsx($r,{$variant:te.variant,children:te.label})]}),t.jsx("div",{style:{fontSize:"var(--font-size-md)",color:"var(--color-secondary-text)"},children:oe.description})]}),t.jsx(lx,{children:t.jsxs("div",{style:{position:"relative"},children:[oe.id==="password"&&t.jsx(t.Fragment,{children:r!=null&&r.has_password?t.jsxs("div",{style:{display:"flex",gap:"var(--space-4u)"},children:[t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$size:"sm",ref:R,onClick:()=>k(!0),children:"Change"}),_&&t.jsx(dl,{triggerRef:R,onClose:()=>k(!1),onChangePassword:qe})]}),ot()&&t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$destructive:!0,$size:"sm",ref:P,onClick:()=>$(!0),children:"Remove"}),y&&t.jsx(p5,{triggerRef:P,onClose:()=>$(!1),onRemovePassword:Ke})]})]}):t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$size:"sm",ref:R,onClick:()=>k(!0),children:"Setup"}),_&&t.jsx(dl,{triggerRef:R,onClose:()=>k(!1),onChangePassword:qe,isSetup:!0})]})}),oe.id==="authenticator"&&!(r!=null&&r.user_authenticator)&&t.jsx(t.Fragment,{children:t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$size:"sm",ref:O,onClick:()=>C(!0),disabled:B,children:B?"Setting up...":"Setup"}),S&&t.jsx(f5,{triggerRef:O,onClose:()=>C(!1),onSetupTOTP:async()=>{const se=await s();return De(se.id),se},onVerifyTOTP:async se=>{await i(Be,se),await r.refetch(),v("Two-factor authentication enabled successfully!","info")}})]})}),oe.id==="authenticator"&&(r==null?void 0:r.user_authenticator)&&t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$destructive:!0,onClick:()=>A(!0),disabled:fe,style:{cursor:fe?"not-allowed":"pointer",opacity:fe?.6:1},children:fe?"Removing...":"Remove"}),w&&t.jsx(Qr,{title:"Remove MFA and reset policy to default?",onConfirm:dr,onCancel:()=>A(!1)})]}),oe.id==="backup_codes"&&t.jsx(t.Fragment,{children:t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$size:"sm",ref:M,onClick:ur,disabled:K,children:K?"Generating...":r!=null&&r.backup_codes_generated?"Regenerate":"Generate"}),z&&t.jsx(y5,{triggerRef:M,codes:de,onClose:()=>Z(!1),onCopy:Yt,onDownload:Qt})]})}),oe.id==="second_factor_policy"&&t.jsx(Pr,{checked:b==="enforced",onChange:se=>{j(se?"enforced":"none")}}),oe.id==="passkey"&&t.jsxs("div",{style:{display:"flex",gap:"var(--space-4u)",alignItems:"center"},children:[t.jsxs(U,{$outline:!0,$size:"sm",onClick:()=>N(!Q),style:{color:"var(--color-foreground)",cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",gap:"var(--space-3u)",whiteSpace:"nowrap",flexShrink:0,width:"calc(var(--size-50u) + var(--space-5u))",height:"var(--size-18u)"},children:[Q?"Hide":"Manage"," ","(",E.length,")",t.jsx(cr,{size:14,style:{transform:Q?"rotate(180deg)":"rotate(0deg)",transition:"transform 0.2s ease"}})]}),t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$size:"sm",ref:pe,onClick:()=>J(!0),disabled:I,style:{cursor:I?"not-allowed":"pointer",opacity:I?.7:1,whiteSpace:"nowrap",minWidth:"var(--size-40u)",width:"auto",height:"var(--size-18u)"},children:I?"Adding...":"Add"}),G&&t.jsx(E5,{triggerRef:pe,onClose:()=>J(!1),onAddPasskey:pr})]})]})]})})]}),oe.id==="passkey"&&Q&&t.jsx("div",{style:{padding:"var(--space-6u) 0",borderTop:"var(--border-width-thin) solid var(--color-border)",marginTop:"var(--space-4u)"},children:L?t.jsx("div",{style:{display:"flex",justifyContent:"center",padding:"var(--space-8u)"},children:t.jsx(Ee,{})}):E.length===0?t.jsx("div",{style:{textAlign:"center",padding:"var(--space-8u)",color:"var(--color-secondary-text)",fontSize:"var(--font-size-md)"},children:"No passkeys registered yet"}):t.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-4u)"},children:E.map(se=>t.jsxs("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",padding:"var(--space-5u) var(--space-6u)",background:"var(--color-input-background)",borderRadius:"var(--radius-md)",border:"var(--border-width-thin) solid var(--color-border)"},children:[t.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-1u)"},children:[t.jsx("span",{style:{fontWeight:500,fontSize:"var(--font-size-md)",color:"var(--color-foreground)"},children:se.name||"Unnamed Passkey"}),t.jsxs("span",{style:{fontSize:"var(--font-size-xs)",color:"var(--color-secondary-text)"},children:[se.device_type==="platform"?"This device":"Security key",se.last_used_at&&` • Last used ${new Date(se.last_used_at).toLocaleDateString()}`]})]}),t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$destructive:!0,$size:"sm",onClick:()=>ie(se.id),style:{flexShrink:0,width:"auto"},children:"Remove"}),X===se.id&&t.jsx(Qr,{title:`Remove "${se.name||"Unnamed Passkey"}"?`,onConfirm:()=>{hr(se.id),ie(null)},onCancel:()=>ie(null)})]})]},se.id))})}),Y&&t.jsx("div",{style:{height:"var(--border-width-thin)",background:"var(--color-border)",margin:"0"}})]},oe.id)})}):t.jsx(Et,{title:"No security features available",description:"Contact your administrator to enable security features."})})},$5=e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48",...e,children:[t.jsxs("defs",{children:[t.jsxs("linearGradient",{id:"a",x1:3.217,x2:44.781,y1:15,y2:15,gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:0,stopColor:"#d93025"}),t.jsx("stop",{offset:1,stopColor:"#ea4335"})]}),t.jsxs("linearGradient",{id:"b",x1:20.722,x2:41.504,y1:47.679,y2:11.684,gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:0,stopColor:"#fcc934"}),t.jsx("stop",{offset:1,stopColor:"#fbbc04"})]}),t.jsxs("linearGradient",{id:"c",x1:26.598,x2:5.816,y1:46.502,y2:10.506,gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:0,stopColor:"#1e8e3e"}),t.jsx("stop",{offset:1,stopColor:"#34a853"})]})]}),t.jsx("circle",{cx:24,cy:23.995,r:12,style:{fill:"#fff"}}),t.jsx("path",{d:"M3.215 36A24 24 0 1 0 12 3.215 24 24 0 0 0 3.215 36Zm31.177-18A12 12 0 1 1 18 13.608 12 12 0 0 1 34.392 18Z",style:{fill:"none"}}),t.jsx("path",{d:"M24 12h20.781a23.994 23.994 0 0 0-41.564.003L13.607 30l.01-.002A11.985 11.985 0 0 1 24 12Z",style:{fill:"url(#a)"}}),t.jsx("circle",{cx:24,cy:24,r:9.5,style:{fill:"#1a73e8"}}),t.jsx("path",{d:"M34.391 30.003 24.001 48A23.994 23.994 0 0 0 44.78 12.003H23.999l-.003.01a11.985 11.985 0 0 1 10.395 17.99Z",style:{fill:"url(#b)"}}),t.jsx("path",{d:"M13.609 30.003 3.218 12.006A23.994 23.994 0 0 0 24.003 48l10.39-17.997-.007-.007a11.985 11.985 0 0 1-20.777.007Z",style:{fill:"url(#c)"}})]}),M5=e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:512,height:512,viewBox:"0 0 512 512",...e,children:[t.jsxs("defs",{children:[t.jsxs("radialGradient",{id:"g",cx:"210%",cy:"-100%",r:"290%",children:[t.jsx("stop",{offset:.1,stopColor:"#ffe226"}),t.jsx("stop",{offset:.79,stopColor:"#ff7139"})]}),t.jsxs("radialGradient",{id:"c",cx:"49%",cy:"40%",r:"128%",gradientTransform:"matrix(.82 0 0 1 .088 0)",children:[t.jsx("stop",{offset:.3,stopColor:"#960e18"}),t.jsx("stop",{offset:.35,stopColor:"#b11927",stopOpacity:.74}),t.jsx("stop",{offset:.43,stopColor:"#db293d",stopOpacity:.34}),t.jsx("stop",{offset:.5,stopColor:"#f5334b",stopOpacity:.09}),t.jsx("stop",{offset:.53,stopColor:"#ff3750",stopOpacity:0})]}),t.jsxs("radialGradient",{id:"d",cx:"48%",cy:"-12%",r:"140%",children:[t.jsx("stop",{offset:.13,stopColor:"#fff44f"}),t.jsx("stop",{offset:.53,stopColor:"#ff980e"})]}),t.jsxs("radialGradient",{id:"e",cx:"22.76%",cy:"110.11%",r:"100%",children:[t.jsx("stop",{offset:.35,stopColor:"#3a8ee6"}),t.jsx("stop",{offset:.67,stopColor:"#9059ff"}),t.jsx("stop",{offset:1,stopColor:"#c139e6"})]}),t.jsxs("radialGradient",{id:"f",cx:"52%",cy:"33%",r:"59%",gradientTransform:"scale(.9 1)",children:[t.jsx("stop",{offset:.21,stopColor:"#9059ff",stopOpacity:0}),t.jsx("stop",{offset:.97,stopColor:"#6e008b",stopOpacity:.6})]}),t.jsxs("radialGradient",{id:"b",cx:"87.4%",cy:"-12.9%",r:"128%",gradientTransform:"matrix(.8 0 0 1 .178 .129)",children:[t.jsx("stop",{offset:.13,stopColor:"#ffbd4f"}),t.jsx("stop",{offset:.28,stopColor:"#ff980e"}),t.jsx("stop",{offset:.47,stopColor:"#ff3750"}),t.jsx("stop",{offset:.78,stopColor:"#eb0878"}),t.jsx("stop",{offset:.86,stopColor:"#e50080"})]}),t.jsxs("radialGradient",{id:"h",cx:"84%",cy:"-41%",r:"180%",children:[t.jsx("stop",{offset:.11,stopColor:"#fff44f"}),t.jsx("stop",{offset:.46,stopColor:"#ff980e"}),t.jsx("stop",{offset:.72,stopColor:"#ff3647"}),t.jsx("stop",{offset:.9,stopColor:"#e31587"})]}),t.jsxs("radialGradient",{id:"i",cx:"16.1%",cy:"-18.6%",r:"348.8%",gradientTransform:"scale(1 .47) rotate(84 .279 -.297)",children:[t.jsx("stop",{offset:0,stopColor:"#fff44f"}),t.jsx("stop",{offset:.3,stopColor:"#ff980e"}),t.jsx("stop",{offset:.57,stopColor:"#ff3647"}),t.jsx("stop",{offset:.74,stopColor:"#e31587"})]}),t.jsxs("radialGradient",{id:"j",cx:"18.9%",cy:"-42.5%",r:"238.4%",children:[t.jsx("stop",{offset:.14,stopColor:"#fff44f"}),t.jsx("stop",{offset:.48,stopColor:"#ff980e"}),t.jsx("stop",{offset:.66,stopColor:"#ff3647"}),t.jsx("stop",{offset:.9,stopColor:"#e31587"})]}),t.jsxs("radialGradient",{id:"k",cx:"159.3%",cy:"-44.72%",r:"313.1%",children:[t.jsx("stop",{offset:.09,stopColor:"#fff44f"}),t.jsx("stop",{offset:.63,stopColor:"#ff980e"})]}),t.jsxs("linearGradient",{id:"a",x1:"87.25%",x2:"9.4%",y1:"15.5%",y2:"93.1%",children:[t.jsx("stop",{offset:.05,stopColor:"#fff44f"}),t.jsx("stop",{offset:.37,stopColor:"#ff980e"}),t.jsx("stop",{offset:.53,stopColor:"#ff3647"}),t.jsx("stop",{offset:.7,stopColor:"#e31587"})]}),t.jsxs("linearGradient",{id:"l",x1:"80%",x2:"18%",y1:"14%",y2:"84%",children:[t.jsx("stop",{offset:.17,stopColor:"#fff44f",stopOpacity:.8}),t.jsx("stop",{offset:.6,stopColor:"#fff44f",stopOpacity:0})]})]}),t.jsx("path",{fill:"url(#a)",d:"M478.711 166.353c-10.445-25.124-31.6-52.248-48.212-60.821 13.52 26.505 21.345 53.093 24.335 72.936 0 .039.015.136.047.4C427.706 111.135 381.627 83.823 344 24.355c-1.9-3.007-3.805-6.022-5.661-9.2a73.716 73.716 0 0 1-2.646-4.972A43.7 43.7 0 0 1 332.1.677a.626.626 0 0 0-.546-.644.818.818 0 0 0-.451 0c-.034.012-.084.051-.12.065-.053.021-.12.069-.176.1.027-.036.083-.117.1-.136-60.37 35.356-80.85 100.761-82.732 133.484a120.249 120.249 0 0 0-66.142 25.488 71.355 71.355 0 0 0-6.225-4.7 111.338 111.338 0 0 1-.674-58.732c-24.688 11.241-43.89 29.01-57.85 44.7h-.111c-9.527-12.067-8.855-51.873-8.312-60.184-.114-.515-7.107 3.63-8.023 4.255a175.073 175.073 0 0 0-23.486 20.12 210.478 210.478 0 0 0-22.442 26.913c0 .012-.007.026-.011.038 0-.013.007-.026.011-.038a202.838 202.838 0 0 0-32.247 72.805c-.115.521-.212 1.061-.324 1.586-.452 2.116-2.08 12.7-2.365 15-.022.177-.032.347-.053.524a229.066 229.066 0 0 0-3.9 33.157c0 .41-.025.816-.025 1.227C16 388.418 123.6 496 256.324 496c118.865 0 217.56-86.288 236.882-199.63.407-3.076.733-6.168 1.092-9.271 4.777-41.21-.53-84.525-15.587-120.746zM201.716 354.447c1.124.537 2.18 1.124 3.334 1.639.048.033.114.07.163.1a126.191 126.191 0 0 1-3.497-1.739zm55.053-144.93zm198.131-30.59-.032-.233c.012.085.027.174.04.259z"}),t.jsx("path",{fill:"url(#b)",d:"M478.711 166.353c-10.445-25.124-31.6-52.248-48.212-60.821 13.52 26.505 21.345 53.093 24.335 72.936 0-.058.011.048.036.226.012.085.027.174.04.259 22.675 61.47 10.322 123.978-7.479 162.175-27.539 59.1-94.215 119.67-198.576 116.716C136.1 454.651 36.766 370.988 18.223 261.41c-3.379-17.28 0-26.054 1.7-40.084-2.071 10.816-2.86 13.94-3.9 33.157 0 .41-.025.816-.025 1.227C16 388.418 123.6 496 256.324 496c118.865 0 217.56-86.288 236.882-199.63.407-3.076.733-6.168 1.092-9.271 4.777-41.21-.53-84.525-15.587-120.746z"}),t.jsx("path",{fill:"url(#c)",d:"M478.711 166.353c-10.445-25.124-31.6-52.248-48.212-60.821 13.52 26.505 21.345 53.093 24.335 72.936 0-.058.011.048.036.226.012.085.027.174.04.259 22.675 61.47 10.322 123.978-7.479 162.175-27.539 59.1-94.215 119.67-198.576 116.716C136.1 454.651 36.766 370.988 18.223 261.41c-3.379-17.28 0-26.054 1.7-40.084-2.071 10.816-2.86 13.94-3.9 33.157 0 .41-.025.816-.025 1.227C16 388.418 123.6 496 256.324 496c118.865 0 217.56-86.288 236.882-199.63.407-3.076.733-6.168 1.092-9.271 4.777-41.21-.53-84.525-15.587-120.746z"}),t.jsx("path",{fill:"url(#d)",d:"M361.922 194.6c.524.368 1 .734 1.493 1.1a130.706 130.706 0 0 0-22.31-29.112C266.4 91.892 321.516 4.626 330.811.194c.027-.036.083-.117.1-.136-60.37 35.356-80.85 100.761-82.732 133.484 2.8-.194 5.592-.429 8.442-.429 45.051 0 84.289 24.77 105.301 61.487z"}),t.jsx("path",{fill:"url(#e)",d:"M256.772 209.514c-.393 5.978-21.514 26.593-28.9 26.593-68.339 0-79.432 41.335-79.432 41.335 3.027 34.81 27.261 63.475 56.611 78.643 1.339.692 2.694 1.317 4.05 1.935a132.768 132.768 0 0 0 7.059 2.886 106.743 106.743 0 0 0 31.271 6.031c119.78 5.618 142.986-143.194 56.545-186.408 22.137-3.85 45.115 5.053 57.947 14.067-21.012-36.714-60.25-61.484-105.3-61.484-2.85 0-5.641.235-8.442.429a120.249 120.249 0 0 0-66.142 25.488c3.664 3.1 7.8 7.244 16.514 15.828 16.302 16.067 58.13 32.705 58.219 34.657z"}),t.jsx("path",{fill:"url(#f)",d:"M256.772 209.514c-.393 5.978-21.514 26.593-28.9 26.593-68.339 0-79.432 41.335-79.432 41.335 3.027 34.81 27.261 63.475 56.611 78.643 1.339.692 2.694 1.317 4.05 1.935a132.768 132.768 0 0 0 7.059 2.886 106.743 106.743 0 0 0 31.271 6.031c119.78 5.618 142.986-143.194 56.545-186.408 22.137-3.85 45.115 5.053 57.947 14.067-21.012-36.714-60.25-61.484-105.3-61.484-2.85 0-5.641.235-8.442.429a120.249 120.249 0 0 0-66.142 25.488c3.664 3.1 7.8 7.244 16.514 15.828 16.302 16.067 58.13 32.705 58.219 34.657z"}),t.jsx("path",{fill:"url(#g)",d:"M170.829 151.036a244.042 244.042 0 0 1 4.981 3.3 111.338 111.338 0 0 1-.674-58.732c-24.688 11.241-43.89 29.01-57.85 44.7 1.155-.033 36.014-.66 53.543 10.732z"}),t.jsx("path",{fill:"url(#h)",d:"M18.223 261.41C36.766 370.988 136.1 454.651 248.855 457.844c104.361 2.954 171.037-57.62 198.576-116.716 17.8-38.2 30.154-100.7 7.479-162.175l-.008-.026-.032-.233c-.025-.178-.04-.284-.036-.226 0 .039.015.136.047.4 8.524 55.661-19.79 109.584-64.051 146.044l-.133.313c-86.245 70.223-168.774 42.368-185.484 30.966a144.108 144.108 0 0 1-3.5-1.743c-50.282-24.029-71.054-69.838-66.6-109.124-42.457 0-56.934-35.809-56.934-35.809s38.119-27.179 88.358-3.541c46.53 21.893 90.228 3.543 90.233 3.541-.089-1.952-41.917-18.59-58.223-34.656-8.713-8.584-12.85-12.723-16.514-15.828a71.355 71.355 0 0 0-6.225-4.7 282.929 282.929 0 0 0-4.981-3.3c-17.528-11.392-52.388-10.765-53.543-10.735h-.111c-9.527-12.067-8.855-51.873-8.312-60.184-.114-.515-7.107 3.63-8.023 4.255a175.073 175.073 0 0 0-23.486 20.12 210.478 210.478 0 0 0-22.442 26.919c0 .012-.007.026-.011.038 0-.013.007-.026.011-.038a202.838 202.838 0 0 0-32.247 72.805c-.115.521-8.65 37.842-4.44 57.199z"}),t.jsx("path",{fill:"url(#i)",d:"M341.105 166.587a130.706 130.706 0 0 1 22.31 29.112c1.323.994 2.559 1.985 3.608 2.952 54.482 50.2 25.936 121.2 23.807 126.26 44.261-36.46 72.575-90.383 64.051-146.044C427.706 111.135 381.627 83.823 344 24.355c-1.9-3.007-3.805-6.022-5.661-9.2a73.716 73.716 0 0 1-2.646-4.972A43.7 43.7 0 0 1 332.1.677a.626.626 0 0 0-.546-.644.818.818 0 0 0-.451 0c-.034.012-.084.051-.12.065-.053.021-.12.069-.176.1-9.291 4.428-64.407 91.694 10.298 166.389z"}),t.jsx("path",{fill:"url(#j)",d:"M367.023 198.651c-1.049-.967-2.285-1.958-3.608-2.952-.489-.368-.969-.734-1.493-1.1-12.832-9.014-35.81-17.917-57.947-14.067 86.441 43.214 63.235 192.026-56.545 186.408a106.743 106.743 0 0 1-31.271-6.031 134.51 134.51 0 0 1-7.059-2.886c-1.356-.618-2.711-1.243-4.05-1.935.048.033.114.07.163.1 16.71 11.4 99.239 39.257 185.484-30.966l.133-.313c2.129-5.054 30.675-76.057-23.807-126.258z"}),t.jsx("path",{fill:"url(#k)",d:"M148.439 277.443s11.093-41.335 79.432-41.335c7.388 0 28.509-20.615 28.9-26.593s-43.7 18.352-90.233-3.541c-50.239-23.638-88.358 3.541-88.358 3.541s14.477 35.809 56.934 35.809c-4.453 39.286 16.319 85.1 66.6 109.124 1.124.537 2.18 1.124 3.334 1.639-29.348-15.169-53.582-43.834-56.609-78.644z"}),t.jsx("path",{fill:"url(#l)",d:"M478.711 166.353c-10.445-25.124-31.6-52.248-48.212-60.821 13.52 26.505 21.345 53.093 24.335 72.936 0 .039.015.136.047.4C427.706 111.135 381.627 83.823 344 24.355c-1.9-3.007-3.805-6.022-5.661-9.2a73.716 73.716 0 0 1-2.646-4.972A43.7 43.7 0 0 1 332.1.677a.626.626 0 0 0-.546-.644.818.818 0 0 0-.451 0c-.034.012-.084.051-.12.065-.053.021-.12.069-.176.1.027-.036.083-.117.1-.136-60.37 35.356-80.85 100.761-82.732 133.484 2.8-.194 5.592-.429 8.442-.429 45.053 0 84.291 24.77 105.3 61.484-12.832-9.014-35.81-17.917-57.947-14.067 86.441 43.214 63.235 192.026-56.545 186.408a106.743 106.743 0 0 1-31.271-6.031 134.51 134.51 0 0 1-7.059-2.886c-1.356-.618-2.711-1.243-4.05-1.935.048.033.114.07.163.1a144.108 144.108 0 0 1-3.5-1.743c1.124.537 2.18 1.124 3.334 1.639-29.35-15.168-53.584-43.833-56.611-78.643 0 0 11.093-41.335 79.432-41.335 7.388 0 28.509-20.615 28.9-26.593-.089-1.952-41.917-18.59-58.223-34.656-8.713-8.584-12.85-12.723-16.514-15.828a71.355 71.355 0 0 0-6.225-4.7 111.338 111.338 0 0 1-.674-58.732c-24.688 11.241-43.89 29.01-57.85 44.7h-.111c-9.527-12.067-8.855-51.873-8.312-60.184-.114-.515-7.107 3.63-8.023 4.255a175.073 175.073 0 0 0-23.486 20.12 210.478 210.478 0 0 0-22.435 26.916c0 .012-.007.026-.011.038 0-.013.007-.026.011-.038a202.838 202.838 0 0 0-32.247 72.805c-.115.521-.212 1.061-.324 1.586-.452 2.116-2.486 12.853-2.77 15.156-.022.177.021-.176 0 0a279.565 279.565 0 0 0-3.544 33.53c0 .41-.025.816-.025 1.227C16 388.418 123.6 496 256.324 496c118.865 0 217.56-86.288 236.882-199.63.407-3.076.733-6.168 1.092-9.271 4.777-41.21-.53-84.525-15.587-120.746zm-23.841 12.341c.012.085.027.174.04.259l-.008-.026-.032-.233z"})]}),L5=e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:250.076,height:248.707,viewBox:"0 0 66.166 65.804",...e,children:[t.jsxs("defs",{children:[t.jsxs("linearGradient",{id:"b",children:[t.jsx("stop",{offset:0,stopColor:"#06c2e7"}),t.jsx("stop",{offset:.25,stopColor:"#0db8ec"}),t.jsx("stop",{offset:.5,stopColor:"#12aef1"}),t.jsx("stop",{offset:.75,stopColor:"#1f86f9"}),t.jsx("stop",{offset:1,stopColor:"#107ddd"})]}),t.jsxs("linearGradient",{id:"a",children:[t.jsx("stop",{offset:0,stopColor:"#bdbdbd"}),t.jsx("stop",{offset:1,stopColor:"#fff"})]}),t.jsx("linearGradient",{xlinkHref:"#a",id:"d",x1:412.975,x2:412.975,y1:237.608,y2:59.392,gradientTransform:"translate(206.79 159.773) scale(.35154)",gradientUnits:"userSpaceOnUse"}),t.jsx("filter",{id:"f",width:1.042,height:1.045,x:-.021,y:-.022,colorInterpolationFilters:"sRGB",children:t.jsx("feGaussianBlur",{stdDeviation:.958})}),t.jsx("filter",{id:"c",width:1.096,height:1.096,x:-.048,y:-.048,colorInterpolationFilters:"sRGB",children:t.jsx("feGaussianBlur",{stdDeviation:3.564})}),t.jsx("radialGradient",{xlinkHref:"#b",id:"e",cx:413.061,cy:136.818,r:82.125,fx:413.061,fy:136.818,gradientTransform:"translate(194.545 155.58) scale(.38143)",gradientUnits:"userSpaceOnUse"})]}),t.jsx("path",{d:"M502.083 148.5a89.108 89.108 0 0 1-89.108 89.108 89.108 89.108 0 0 1-89.108-89.108 89.108 89.108 0 0 1 89.108-89.108 89.108 89.108 0 0 1 89.108 89.108Z",filter:"url(#c)",opacity:.53,paintOrder:"markers stroke fill",transform:"matrix(.33865 0 0 .3261 -106.77 -14.478)"}),t.jsx("path",{fill:"url(#d)",stroke:"#cdcdcd",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:.093,d:"M383.294 211.977a31.325 31.325 0 0 1-31.325 31.325 31.325 31.325 0 0 1-31.326-31.325 31.325 31.325 0 0 1 31.326-31.325 31.325 31.325 0 0 1 31.325 31.325z",paintOrder:"markers stroke fill",transform:"translate(-318.886 -180.595)"}),t.jsx("path",{fill:"url(#e)",d:"M380.84 211.977a28.87 28.87 0 0 1-28.871 28.87 28.87 28.87 0 0 1-28.871-28.87 28.87 28.87 0 0 1 28.87-28.87 28.87 28.87 0 0 1 28.871 28.87z",paintOrder:"markers stroke fill",transform:"translate(-318.886 -180.595)"}),t.jsx("path",{fill:"#f4f2f3",d:"M33.083 4.017a.42.42 0 0 0-.421.42v4.856a.42.42 0 1 0 .842 0V4.438a.42.42 0 0 0-.421-.421zm-2.754.174a.42.42 0 0 0-.46.463l.212 2.03a.42.42 0 1 0 .837-.087l-.212-2.03a.42.42 0 0 0-.377-.376zm5.527.002a.42.42 0 0 0-.377.375l-.214 2.03a.42.42 0 1 0 .837.089l.214-2.031a.42.42 0 0 0-.46-.463zM27.5 4.6a.42.42 0 0 0-.41.508l1.005 4.75a.42.42 0 1 0 .824-.174l-1.005-4.75A.42.42 0 0 0 27.5 4.6zm11.183.004a.42.42 0 0 0-.414.333l-1.009 4.75a.42.42 0 1 0 .824.175l1.009-4.75a.42.42 0 0 0-.41-.508zm-13.883.757a.42.42 0 0 0-.437.55l.632 1.942a.42.42 0 1 0 .8-.26l-.63-1.942a.42.42 0 0 0-.365-.29zm16.568.001a.42.42 0 0 0-.364.29l-.632 1.942a.42.42 0 1 0 .8.26l.632-1.942a.42.42 0 0 0-.436-.55zM22.13 6.34a.42.42 0 0 0-.377.592l1.972 4.437a.42.42 0 1 0 .77-.342l-1.972-4.437a.42.42 0 0 0-.393-.25zm21.937.015a.42.42 0 0 0-.392.25l-1.978 4.434a.42.42 0 1 0 .769.343l1.978-4.434a.42.42 0 0 0-.377-.593zM19.654 7.65a.42.42 0 0 0-.394.63l1.02 1.77a.42.42 0 1 0 .73-.421L19.989 7.86a.42.42 0 0 0-.335-.21zm26.858 0a.419.419 0 0 0-.335.21l-1.021 1.769a.42.42 0 1 0 .73.42l1.02-1.768a.42.42 0 0 0-.394-.63zm-29.265 1.5a.422.422 0 0 0-.326.669l2.85 3.93a.42.42 0 1 0 .682-.494l-2.85-3.93a.42.42 0 0 0-.356-.174zm31.702.022a.42.42 0 0 0-.356.174l-2.856 3.926a.42.42 0 1 0 .681.495l2.856-3.926a.42.42 0 0 0-.325-.669zm-33.852 1.783a.42.42 0 0 0-.335.702l1.366 1.518a.42.42 0 1 0 .626-.563l-1.366-1.518a.42.42 0 0 0-.291-.14zm35.975.003a.421.421 0 0 0-.29.139l-1.367 1.517a.42.42 0 1 0 .625.564l1.367-1.518a.42.42 0 0 0-.335-.702zm-38.037 1.977a.42.42 0 0 0-.26.733l3.61 3.249a.42.42 0 1 0 .563-.626l-3.609-3.248a.42.42 0 0 0-.304-.108zm40.109.014a.419.419 0 0 0-.304.108l-3.61 3.245a.42.42 0 1 0 .562.626l3.61-3.245a.42.42 0 0 0-.258-.734zm-41.823 2.19a.42.42 0 0 0-.262.762l1.652 1.2a.42.42 0 1 0 .495-.681l-1.652-1.2a.42.42 0 0 0-.233-.081zm43.535.015a.421.421 0 0 0-.233.08l-1.653 1.2a.42.42 0 1 0 .495.681l1.653-1.2a.42.42 0 0 0-.262-.76zM9.72 17.49a.42.42 0 0 0-.18.785l4.204 2.427a.42.42 0 1 0 .42-.729L9.96 17.546a.42.42 0 0 0-.24-.056zm46.728 0a.417.417 0 0 0-.24.056l-4.205 2.427a.42.42 0 1 0 .42.73l4.206-2.428a.42.42 0 0 0-.181-.785zM8.508 19.996a.42.42 0 0 0-.18.806l1.866.832a.42.42 0 1 0 .343-.77l-1.866-.831a.42.42 0 0 0-.163-.037zm49.158.017a.42.42 0 0 0-.164.037l-1.865.83a.42.42 0 1 0 .342.77l1.866-.831a.42.42 0 0 0-.179-.806zM7.429 22.615a.42.42 0 0 0-.094.82l4.615 1.504a.42.42 0 1 0 .261-.8l-4.616-1.504a.421.421 0 0 0-.166-.02zm51.314.018a.408.408 0 0 0-.166.02l-4.617 1.5a.42.42 0 1 0 .26.801l4.617-1.5a.42.42 0 0 0-.094-.82zM6.756 25.365a.42.42 0 0 0-.09.833l1.998.424a.42.42 0 1 0 .175-.823l-1.998-.425a.413.413 0 0 0-.085-.009zm52.655.004a.518.518 0 0 0-.085.009l-1.998.424a.42.42 0 1 0 .175.823l1.998-.424a.42.42 0 0 0-.09-.833zM6.247 28.13a.42.42 0 0 0-.003.838l4.828.51a.42.42 0 1 0 .089-.837l-4.829-.51a.432.432 0 0 0-.085 0zm53.676.037a.386.386 0 0 0-.085 0l-4.83.504a.42.42 0 1 0 .088.837l4.83-.504a.42.42 0 0 0-.003-.837zM6.165 30.96a.42.42 0 1 0 0 .842h2.043a.42.42 0 1 0 0-.842zm51.793 0a.42.42 0 1 0 0 .842h2.043a.42.42 0 1 0 0-.842zm-46.803 2.295a.384.384 0 0 0-.085 0l-4.83.504a.42.42 0 1 0 .088.838l4.83-.504a.42.42 0 0 0-.003-.838zm43.853.03a.42.42 0 0 0-.003.838l4.828.51a.42.42 0 1 0 .089-.837l-4.828-.51a.434.434 0 0 0-.086-.001zM8.748 36.13a.43.43 0 0 0-.085.009l-1.998.424a.42.42 0 1 0 .175.823l1.998-.424a.42.42 0 0 0-.09-.833zm48.67.004a.42.42 0 0 0-.09.833l1.997.424a.42.42 0 1 0 .175-.824l-1.998-.424a.413.413 0 0 0-.085-.01zM12.111 37.79a.408.408 0 0 0-.166.02l-4.617 1.5a.42.42 0 1 0 .26.801l4.617-1.5a.42.42 0 0 0-.094-.82zm41.937.015a.42.42 0 0 0-.094.82l4.616 1.504a.42.42 0 1 0 .26-.8l-4.615-1.504a.421.421 0 0 0-.167-.02zM10.35 41.08a.42.42 0 0 0-.163.036l-1.866.831a.42.42 0 1 0 .342.769l1.866-.83a.42.42 0 0 0-.179-.806zm45.459.016a.42.42 0 0 0-.18.805l1.865.832a.42.42 0 1 0 .343-.769l-1.865-.832a.42.42 0 0 0-.163-.036zm-41.826.912a.417.417 0 0 0-.24.056L9.538 44.49a.42.42 0 1 0 .421.73l4.205-2.428a.42.42 0 0 0-.181-.785zm38.2 0a.42.42 0 0 0-.181.785l4.205 2.427a.42.42 0 1 0 .42-.729l-4.204-2.427a.42.42 0 0 0-.24-.056zm-39.249 3.562a.421.421 0 0 0-.233.08l-1.653 1.2a.42.42 0 1 0 .495.682l1.653-1.2a.42.42 0 0 0-.262-.762zm40.288.015a.42.42 0 0 0-.262.762l1.652 1.2a.42.42 0 1 0 .495-.681l-1.652-1.2a.42.42 0 0 0-.233-.081zm-36.544.145a.418.418 0 0 0-.304.108l-3.61 3.245a.42.42 0 1 0 .562.626l3.61-3.245a.42.42 0 0 0-.258-.734zm32.8.011a.421.421 0 0 0-.26.734l3.609 3.248a.42.42 0 1 0 .563-.625l-3.608-3.249a.42.42 0 0 0-.304-.107zm-29.375 3.084a.42.42 0 0 0-.355.173l-2.856 3.927a.42.42 0 1 0 .68.495l2.857-3.926a.42.42 0 0 0-.326-.669zm25.936.018a.421.421 0 0 0-.326.668l2.85 3.93a.42.42 0 1 0 .682-.494l-2.851-3.93a.42.42 0 0 0-.355-.174zm-29.623.606a.421.421 0 0 0-.29.14l-1.367 1.517a.42.42 0 1 0 .625.563l1.367-1.517a.42.42 0 0 0-.335-.703zm33.331.002a.42.42 0 0 0-.335.702l1.366 1.518a.42.42 0 1 0 .626-.563l-1.366-1.518a.42.42 0 0 0-.291-.139zm-25.655 1.684a.419.419 0 0 0-.393.25l-1.978 4.433a.42.42 0 1 0 .77.343l1.977-4.434a.42.42 0 0 0-.376-.592zm17.955.012a.42.42 0 0 0-.377.592l1.972 4.437a.42.42 0 1 0 .77-.342l-1.972-4.437a.42.42 0 0 0-.393-.25zm-21.431 1.359a.419.419 0 0 0-.335.21l-1.021 1.768a.42.42 0 1 0 .729.421l1.02-1.769a.42.42 0 0 0-.393-.63zm24.934 0a.42.42 0 0 0-.394.63l1.021 1.77a.42.42 0 1 0 .73-.422l-1.022-1.769a.42.42 0 0 0-.335-.21zm-17.054.063a.42.42 0 0 0-.415.334l-1.009 4.749a.42.42 0 1 0 .824.175l1.009-4.75a.42.42 0 0 0-.41-.508zm9.16.003a.42.42 0 0 0-.41.508l1.006 4.75a.42.42 0 1 0 .823-.175l-1.006-4.75a.42.42 0 0 0-.414-.333zm-4.573.48a.42.42 0 0 0-.421.42v4.855a.42.42 0 1 0 .842 0v-4.855a.42.42 0 0 0-.421-.42zm-7.727 1.568a.42.42 0 0 0-.364.29l-.631 1.942a.42.42 0 1 0 .8.26l.632-1.942a.42.42 0 0 0-.437-.55zm15.45 0a.42.42 0 0 0-.437.55l.632 1.943a.42.42 0 1 0 .8-.26l-.63-1.942a.42.42 0 0 0-.365-.29zm-10.365 1.083a.42.42 0 0 0-.378.375l-.213 2.03a.42.42 0 1 0 .837.088l.214-2.03a.42.42 0 0 0-.46-.463zm5.267.002a.42.42 0 0 0-.46.463l.212 2.03a.42.42 0 1 0 .837-.088l-.212-2.03a.42.42 0 0 0-.377-.375z",paintOrder:"markers stroke fill"}),t.jsx("path",{d:"m469.096 100.607-65.51 38.061-41.42 65.207 60.595-44.882z",filter:"url(#f)",opacity:.409,paintOrder:"markers stroke fill",transform:"translate(-112.095 -20.822) scale(.35154)"}),t.jsx("path",{fill:"#ff5150",d:"m36.383 34.838-6.6-6.913 23.416-15.752z",paintOrder:"markers stroke fill"}),t.jsx("path",{fill:"#f1f1f1",d:"m36.383 34.838-6.6-6.913L12.966 50.59z",paintOrder:"markers stroke fill"}),t.jsx("path",{d:"m12.967 50.59 23.416-15.752L53.2 12.173z",opacity:.243})]}),R5=e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256",...e,children:[t.jsxs("defs",{children:[t.jsxs("radialGradient",{id:"b",cx:161.8,cy:68.9,r:95.4,gradientTransform:"matrix(1 0 0 -.95 0 248.8)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:.7,stopOpacity:0}),t.jsx("stop",{offset:.9,stopOpacity:.5}),t.jsx("stop",{offset:1})]}),t.jsxs("radialGradient",{id:"d",cx:-340.3,cy:63,r:143.2,gradientTransform:"matrix(.15 -.99 -.8 -.12 176.6 -125.4)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:.8,stopOpacity:0}),t.jsx("stop",{offset:.9,stopOpacity:.5}),t.jsx("stop",{offset:1})]}),t.jsxs("radialGradient",{id:"e",cx:113.4,cy:570.2,r:202.4,gradientTransform:"matrix(-.04 1 2.13 .08 -1179.5 -106.7)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:0,stopColor:"#35c1f1"}),t.jsx("stop",{offset:.1,stopColor:"#34c1ed"}),t.jsx("stop",{offset:.2,stopColor:"#2fc2df"}),t.jsx("stop",{offset:.3,stopColor:"#2bc3d2"}),t.jsx("stop",{offset:.7,stopColor:"#36c752"})]}),t.jsxs("radialGradient",{id:"f",cx:376.5,cy:568,r:97.3,gradientTransform:"matrix(.28 .96 .78 -.23 -303.8 -148.5)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:0,stopColor:"#66eb6e"}),t.jsx("stop",{offset:1,stopColor:"#66eb6e",stopOpacity:0})]}),t.jsxs("linearGradient",{id:"a",x1:63.3,x2:241.7,y1:84,y2:84,gradientTransform:"matrix(1 0 0 -1 0 266)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:0,stopColor:"#0c59a4"}),t.jsx("stop",{offset:1,stopColor:"#114a8b"})]}),t.jsxs("linearGradient",{id:"c",x1:157.3,x2:46,y1:161.4,y2:40.1,gradientTransform:"matrix(1 0 0 -1 0 266)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:0,stopColor:"#1b9de2"}),t.jsx("stop",{offset:.2,stopColor:"#1595df"}),t.jsx("stop",{offset:.7,stopColor:"#0680d7"}),t.jsx("stop",{offset:1,stopColor:"#0078d4"})]})]}),t.jsx("path",{d:"M235.7 195.5a93.7 93.7 0 0 1-10.6 4.7 101.9 101.9 0 0 1-35.9 6.4c-47.3 0-88.5-32.5-88.5-74.3a31.5 31.5 0 0 1 16.4-27.3c-42.8 1.8-53.8 46.4-53.8 72.5 0 74 68.1 81.4 82.8 81.4 7.9 0 19.8-2.3 27-4.6l1.3-.4a128.3 128.3 0 0 0 66.6-52.8 4 4 0 0 0-5.3-5.6Z",style:{fill:"url(#a)"},transform:"translate(-4.6 -5)"}),t.jsx("path",{d:"M235.7 195.5a93.7 93.7 0 0 1-10.6 4.7 101.9 101.9 0 0 1-35.9 6.4c-47.3 0-88.5-32.5-88.5-74.3a31.5 31.5 0 0 1 16.4-27.3c-42.8 1.8-53.8 46.4-53.8 72.5 0 74 68.1 81.4 82.8 81.4 7.9 0 19.8-2.3 27-4.6l1.3-.4a128.3 128.3 0 0 0 66.6-52.8 4 4 0 0 0-5.3-5.6Z",style:{isolation:"isolate",opacity:.35,fill:"url(#b)"},transform:"translate(-4.6 -5)"}),t.jsx("path",{d:"M110.3 246.3A79.2 79.2 0 0 1 87.6 225a80.7 80.7 0 0 1 29.5-120c3.2-1.5 8.5-4.1 15.6-4a32.4 32.4 0 0 1 25.7 13 31.9 31.9 0 0 1 6.3 18.7c0-.2 24.5-79.6-80-79.6-43.9 0-80 41.6-80 78.2a130.2 130.2 0 0 0 12.1 56 128 128 0 0 0 156.4 67 75.5 75.5 0 0 1-62.8-8Z",style:{fill:"url(#c)"},transform:"translate(-4.6 -5)"}),t.jsx("path",{d:"M110.3 246.3A79.2 79.2 0 0 1 87.6 225a80.7 80.7 0 0 1 29.5-120c3.2-1.5 8.5-4.1 15.6-4a32.4 32.4 0 0 1 25.7 13 31.9 31.9 0 0 1 6.3 18.7c0-.2 24.5-79.6-80-79.6-43.9 0-80 41.6-80 78.2a130.2 130.2 0 0 0 12.1 56 128 128 0 0 0 156.4 67 75.5 75.5 0 0 1-62.8-8Z",style:{opacity:.41,fill:"url(#d)",isolation:"isolate"},transform:"translate(-4.6 -5)"}),t.jsx("path",{d:"M157 153.8c-.9 1-3.4 2.5-3.4 5.6 0 2.6 1.7 5.2 4.8 7.3 14.3 10 41.4 8.6 41.5 8.6a59.6 59.6 0 0 0 30.3-8.3 61.4 61.4 0 0 0 30.4-52.9c.3-22.4-8-37.3-11.3-43.9C228 28.8 182.3 5 132.6 5a128 128 0 0 0-128 126.2c.5-36.5 36.8-66 80-66 3.5 0 23.5.3 42 10a72.6 72.6 0 0 1 30.9 29.3c6.1 10.6 7.2 24.1 7.2 29.5s-2.7 13.3-7.8 19.9Z",style:{fill:"url(#e)"},transform:"translate(-4.6 -5)"}),t.jsx("path",{d:"M157 153.8c-.9 1-3.4 2.5-3.4 5.6 0 2.6 1.7 5.2 4.8 7.3 14.3 10 41.4 8.6 41.5 8.6a59.6 59.6 0 0 0 30.3-8.3 61.4 61.4 0 0 0 30.4-52.9c.3-22.4-8-37.3-11.3-43.9C228 28.8 182.3 5 132.6 5a128 128 0 0 0-128 126.2c.5-36.5 36.8-66 80-66 3.5 0 23.5.3 42 10a72.6 72.6 0 0 1 30.9 29.3c6.1 10.6 7.2 24.1 7.2 29.5s-2.7 13.3-7.8 19.9Z",style:{fill:"url(#f)"},transform:"translate(-4.6 -5)"})]}),P5=e=>t.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...e,role:"img","aria-label":"Opera",children:[t.jsx("defs",{children:t.jsxs("linearGradient",{id:"opera-gradient",x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[t.jsx("stop",{offset:"0%",stopColor:"#FF1B2D"}),t.jsx("stop",{offset:"50%",stopColor:"#CC0000"}),t.jsx("stop",{offset:"100%",stopColor:"#A02128"})]})}),t.jsx("circle",{cx:"12",cy:"12",r:"11",fill:"url(#opera-gradient)"}),t.jsx("ellipse",{cx:"12",cy:"12",rx:"6.5",ry:"8.5",fill:"none",stroke:"#fff",strokeWidth:"1.2",opacity:"0.9"}),t.jsx("ellipse",{cx:"12",cy:"12",rx:"3.5",ry:"5.5",fill:"#fff"}),t.jsx("path",{d:"M12 8.5c-1.4 0-2.5 1.6-2.5 3.5s1.1 3.5 2.5 3.5 2.5-1.6 2.5-3.5-1.1-3.5-2.5-3.5z",fill:"url(#opera-gradient)"})]}),T5=e=>t.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...e,role:"img","aria-label":"Brave",children:[t.jsx("defs",{children:t.jsxs("linearGradient",{id:"brave-gradient",x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[t.jsx("stop",{offset:"0%",stopColor:"#FB542B"}),t.jsx("stop",{offset:"50%",stopColor:"#FF6B35"}),t.jsx("stop",{offset:"100%",stopColor:"#FF4500"})]})}),t.jsx("circle",{cx:"12",cy:"12",r:"11",fill:"url(#brave-gradient)"}),t.jsx("path",{d:"M12 3.5l1.5 2h2.5l-.8 3 1.3 2.5-2.5.8v2.7l-2-.7-2 .7v-2.7l-2.5-.8L8.8 8.5 8 5.5h2.5L12 3.5z",fill:"#fff"}),t.jsx("path",{d:"M12 6.5c-.8 0-1.5.7-1.5 1.5v3c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5V8c0-.8-.7-1.5-1.5-1.5z",fill:"url(#brave-gradient)"}),t.jsx("circle",{cx:"12",cy:"16",r:"1",fill:"url(#brave-gradient)"})]}),F5=()=>t.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",style:{color:"var(--color-secondary-text)"},children:[t.jsx("circle",{cx:"12",cy:"12",r:"11",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.5",opacity:"0.6"}),t.jsx("circle",{cx:"12",cy:"12",r:"8",fill:"none",stroke:"currentColor",strokeWidth:"0.5",opacity:"0.3"}),t.jsx("path",{d:"M12 8c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z",fill:"currentColor",opacity:"0.5"}),t.jsx("circle",{cx:"12",cy:"12",r:"1",fill:"currentColor"}),t.jsx("text",{x:"12",y:"16.5",textAnchor:"middle",fill:"currentColor",fontSize:"6",opacity:"0.7",children:"?"})]}),Z5=({browser:e})=>{const r=(e==null?void 0:e.toLowerCase())||"",a={width:20,height:20};return r.includes("chrome")?t.jsx($5,{...a}):r.includes("firefox")?t.jsx(M5,{...a}):r.includes("safari")?t.jsx(L5,{...a}):r.includes("edge")?t.jsx(R5,{...a}):r.includes("opera")?t.jsx(P5,{...a}):r.includes("brave")?t.jsx(T5,{...a}):t.jsx(F5,{})},I5=()=>{const{signins:e,removeSignin:r,refetch:a,loading:o}=u0(),{refetch:s}=nt(),{toast:i}=Kt(),h=e,d=async f=>{try{await r(f),await Promise.all([a(),s()]),i("Session ended successfully","info")}catch(p){i(p.message||"Failed to end session. Please try again.","error")}},u=f=>{if(!f||f.trim()==="")return"Unknown";const p=new Date(f);if(isNaN(p.getTime()))return"Unknown";const g=Math.floor((new Date().getTime()-p.getTime())/(1e3*60));return g<1?"Just now":g<60?`${g}m ago`:g<1440?`${Math.floor(g/60)}h ago`:p.toLocaleDateString()};return o?t.jsx("div",{style:{display:"flex",justifyContent:"center",padding:"var(--space-10u)"},children:t.jsx(Ee,{})}):t.jsx("div",{children:h&&h.length>0?t.jsx(t.Fragment,{children:t.jsx(Hs,{children:t.jsxs(It,{children:[t.jsx(Ot,{children:t.jsxs(ct,{children:[t.jsx(Fe,{children:"Browser & Device"}),t.jsx(Fe,{children:"Location"}),t.jsx(Fe,{children:"Last Active"}),t.jsx(Fe,{})]})}),t.jsx(Ht,{children:h.map(f=>t.jsxs(ct,{children:[t.jsx(Ue,{children:t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx(ux,{children:t.jsx(Z5,{browser:f.browser||"Unknown"})}),t.jsxs("div",{children:[t.jsx("div",{children:f.browser||"Unknown Browser"}),f.device&&t.jsx("div",{style:{fontSize:"var(--font-size-sm)",color:"var(--color-muted)"},children:f.device})]})]})}),t.jsx(Ue,{children:t.jsxs("div",{children:[t.jsx("div",{children:f.city&&f.country?`${f.city}, ${f.country}`:"Unknown location"}),f.ip_address&&t.jsx("div",{style:{fontSize:"var(--font-size-sm)",color:"var(--color-muted)"},children:f.ip_address})]})}),t.jsx(Ue,{children:u(f.last_active_at)}),t.jsx(Vt,{children:t.jsxs(U,{$size:"sm",$outline:!0,$destructive:!0,onClick:()=>d(f.id),children:[t.jsx(Ar,{size:12,style:{marginRight:4}}),"Sign out"]})})]},f.id))})]})})}):t.jsx(Et,{title:"No active sessions",description:"You don't have any active sessions at the moment."})})},O5=l(Y1)`
|
|
5790
|
+
`,z5=()=>{var je,$e,Ve,Qe,Xe,pt,jt;const{deployment:e}=Ee(),{user:r,updatePassword:a,removePassword:o,setupAuthenticator:s,verifyAuthenticator:i,deleteAuthenticator:h,generateBackupCodes:d,regenerateBackupCodes:u,updateProfile:f,getPasskeys:p,registerPasskey:m,deletePasskey:g}=ir(),{toast:v}=Kt(),[b,x]=c.useState((r==null?void 0:r.second_factor_policy)||"none"),[w,A]=c.useState(!1),j=async ne=>{try{await f({second_factor_policy:ne}),x(ne),v("2FA requirement updated successfully","info")}catch(Le){v(Le.message||"Failed to update 2FA requirement","error")}},[S,C]=c.useState(!1),[_,k]=c.useState(!1),[y,M]=c.useState(!1),[z,I]=c.useState(!1),H=c.useRef(null),T=c.useRef(null),P=c.useRef(null),$=c.useRef(null),[E,F]=c.useState([]),[L,Z]=c.useState(!1),[O,R]=c.useState(!1),[Y,N]=c.useState(!1),[G,Q]=c.useState(!1),[ee,se]=c.useState(null),pe=c.useRef(null),[te,ye]=c.useState("table"),[ae,W]=c.useState(""),[Ge,He]=c.useState(""),[We,Ne]=c.useState(""),[ve,X]=c.useState(["",""]),[ce,ie]=c.useState([]),[q,he]=c.useState(!1),[fe,D]=c.useState(!1),[B]=c.useState(!1),[J,me]=c.useState(!1),le=(je=e==null?void 0:e.auth_settings)==null?void 0:je.auth_factors_enabled,we=(Ve=($e=e==null?void 0:e.auth_settings)==null?void 0:$e.password)==null?void 0:Ve.enabled;if(!(le!=null&&le.authenticator)&&!(le!=null&&le.backup_code)&&!we)return null;const Ie=async(ne,Le)=>{await a(ne,Le),await r.refetch(),v("Password updated successfully","info")},Ke=async ne=>{await o(ne),await r.refetch(),v("Password removed successfully","info")},ot=()=>{var K,re,oe,Pe,Re,et;if(!r)return!1;const ne=(K=r.user_email_addresses)==null?void 0:K.some(mt=>mt.verified),Le=(re=r.user_phone_numbers)==null?void 0:re.some(mt=>mt.verified),Je=r.social_connections&&r.social_connections.length>0,Ue=e==null?void 0:e.auth_settings;return(Ue==null?void 0:Ue.first_factor)==="email_otp"&&ne||((oe=Ue==null?void 0:Ue.magic_link)==null?void 0:oe.enabled)&&ne||((Pe=Ue==null?void 0:Ue.passkey)==null?void 0:Pe.enabled)||((Re=Ue==null?void 0:Ue.auth_factors_enabled)==null?void 0:Re.phone_otp)&&Le||Je&&((et=e==null?void 0:e.social_connections)==null?void 0:et.some(mt=>mt.enabled))},yt=async()=>{if(ve.some(ne=>ne.length!==6)){v("Please enter both 6-digit verification codes","error");return}try{if(D(!0),await i(We,ve),await r.refetch(),le!=null&&le.backup_code){const ne=await d();ie(ne),await r.refetch(),ye("backup")}else ye("success")}catch(ne){v(ne.message||"Invalid verification codes","error")}finally{D(!1)}},_t=()=>{ye("table"),W(""),He(""),Ne(""),X(["",""]),ie([]),v("Two-factor authentication setup completed successfully!","info")},dr=async()=>{var ne;if((ne=r==null?void 0:r.user_authenticator)!=null&&ne.id)try{me(!0),await h(r.user_authenticator.id),await r.refetch(),A(!1),v("Two-factor authentication removed successfully","info")}catch(Le){v(Le.message||"Failed to remove authenticator","error")}finally{me(!1)}},ur=async()=>{if(!q)try{he(!0);const ne=await u();ie(ne),await r.refetch(),I(!0),v("New backup codes generated","info")}catch(ne){v(ne.message||"Failed to generate backup codes","error")}finally{he(!1)}},Yt=()=>{const ne=ce.join(`
|
|
5791
|
+
`);navigator.clipboard.writeText(ne).then(()=>{v("Backup codes copied to clipboard","info")}).catch(()=>{v("Failed to copy backup codes","error")})},Qt=()=>{const ne=ce.join(`
|
|
5792
|
+
`),Le=new Blob([ne],{type:"text/plain"}),Je=URL.createObjectURL(Le),Ue=document.createElement("a");Ue.href=Je,Ue.download="wacht-backup-codes.txt",Ue.click(),URL.revokeObjectURL(Je),v("Backup codes downloaded","info")},Nt=async()=>{var ne,Le;if((Le=(ne=e==null?void 0:e.auth_settings)==null?void 0:ne.passkey)!=null&&Le.enabled)try{Z(!0);const Je=await p();F(Je.data||[])}catch{v("Failed to load passkeys","error")}finally{Z(!1)}},pr=async ne=>{try{R(!0),await m(ne||void 0),await Nt(),v("Passkey registered successfully!","info")}catch(Le){throw v(Le.message||"Failed to register passkey","error"),Le}finally{R(!1)}},hr=async ne=>{try{await g(ne),await Nt(),v("Passkey removed","info")}catch(Le){v(Le.message||"Failed to remove passkey","error")}};c.useEffect(()=>{Nt()},[(Xe=(Qe=e==null?void 0:e.auth_settings)==null?void 0:Qe.passkey)==null?void 0:Xe.enabled]);const vt=[];we&&vt.push({id:"password",name:"Password",description:"Secure your account with a strong password",status:r!=null&&r.has_password?"Enabled":"Disabled",actions:r!=null&&r.has_password?["change"]:["setup"],group:"sign-in"}),(jt=(pt=e==null?void 0:e.auth_settings)==null?void 0:pt.passkey)!=null&&jt.enabled&&vt.push({id:"passkey",name:"Passkeys",description:"Sign in faster with fingerprint, face, or screen lock",status:E.length>0?`${E.length} registered`:"",actions:E.length>0?["manage","add"]:["add"],group:"sign-in"}),le!=null&&le.authenticator&&vt.push({id:"authenticator",name:"Authenticator App",description:"Use an authenticator app for extra security",status:r!=null&&r.user_authenticator?"Enabled":"Disabled",actions:r!=null&&r.user_authenticator?["remove"]:["setup"],group:"sign-in"}),r!=null&&r.user_authenticator&&vt.push({id:"backup_codes",name:"Backup Codes",description:"Recovery codes if you lose your authenticator",status:r!=null&&r.backup_codes_generated?"Generated":"Not Generated",actions:["generate"],group:"recovery"}),r!=null&&r.user_authenticator&&vt.push({id:"second_factor_policy",name:"Require 2FA",description:"Require a second factor for all sign-ins",status:b==="enforced"?"Enforced":"Optional",actions:["toggle"],group:"recovery"});const de=ne=>{switch(ne){case"password":return r!=null&&r.has_password?{variant:"success",label:"Active"}:{variant:"warning",label:"Not set up"};case"passkey":return E.length>0?{variant:"neutral",label:`${E.length} registered`}:{variant:"warning",label:"None"};case"authenticator":return r!=null&&r.user_authenticator?{variant:"success",label:"Enabled"}:{variant:"warning",label:"Not set up"};case"backup_codes":return r!=null&&r.backup_codes_generated?{variant:"success",label:"Generated"}:{variant:"warning",label:"Not generated"};case"second_factor_policy":return b==="enforced"?{variant:"success",label:"Enforced"}:{variant:"neutral",label:"Optional"};default:return null}};return te!=="table"?t.jsxs(t.Fragment,{children:[t.jsxs(sx,{children:[t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx(Rt,{size:16}),t.jsxs("span",{style:{fontSize:"var(--font-size-lg)",fontWeight:500,color:"var(--color-foreground)"},children:[te==="qr"&&"Setup Two-Factor Authentication",te==="verify"&&"Verify Your Authenticator",te==="backup"&&"Save Your Backup Codes",te==="success"&&"Setup Complete!"]})]}),t.jsx(U,{onClick:()=>ye("table"),style:{padding:"var(--space-4u) var(--space-8u)",fontSize:"var(--font-size-lg)",background:"var(--color-background)",border:"var(--border-width-thin) solid var(--color-border)",borderRadius:"var(--radius-md)",color:"var(--color-foreground)",fontWeight:"500",cursor:"pointer",transition:"all 0.2s ease"},children:"← Back"})]}),t.jsxs("div",{style:{maxWidth:"calc(var(--size-50u) * 5)",margin:"0 auto",textAlign:"center",padding:"var(--space-12u)"},children:[te==="qr"&&t.jsxs(t.Fragment,{children:[t.jsx("p",{style:{color:"var(--color-secondary-text)",marginBottom:"var(--space-12u)"},children:"Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)"}),t.jsx("div",{style:{display:"flex",justifyContent:"center",marginBottom:"var(--space-12u)"},children:B?t.jsx("div",{style:{width:"calc(var(--size-50u) * 2)",height:"calc(var(--size-50u) * 2)",border:"var(--border-width-thin) solid var(--color-border)",borderRadius:"var(--radius-md)",display:"flex",alignItems:"center",justifyContent:"center",background:"var(--color-input-background)"},children:t.jsxs("div",{style:{textAlign:"center"},children:[t.jsx("div",{style:{width:"var(--size-12u)",height:"var(--size-12u)",border:"var(--border-width-regular) solid var(--color-border)",borderTop:"var(--border-width-regular) solid var(--color-primary)",borderRadius:"50%",animation:`${tx} 1s linear infinite`,margin:"0 auto var(--space-4u)"}}),t.jsx("div",{style:{fontSize:"var(--font-size-sm)",color:"var(--color-secondary-text)"},children:"Loading QR Code..."})]})}):ae?t.jsx("div",{style:{border:"var(--border-width-thin) solid var(--color-border)",borderRadius:"var(--radius-md)",padding:"var(--space-8u)",background:"var(--color-background)"},children:t.jsx(Vs,{value:ae,size:200,level:"M",marginSize:0})}):t.jsx("div",{style:{width:"calc(var(--size-50u) * 2)",height:"calc(var(--size-50u) * 2)",border:"var(--border-width-thin) solid var(--color-border)",borderRadius:"var(--radius-md)",display:"flex",alignItems:"center",justifyContent:"center",background:"var(--color-input-background)",color:"var(--color-error)",fontSize:"var(--font-size-lg)",textAlign:"center"},children:"QR Code Not Available"})}),t.jsxs("div",{style:{background:"var(--color-input-background)",border:"var(--border-width-thin) solid var(--color-border)",borderRadius:"var(--radius-md)",padding:"var(--space-6u)",marginBottom:"var(--space-12u)"},children:[t.jsx("p",{style:{fontSize:"var(--font-size-lg)",color:"var(--color-secondary-text)",margin:"0 0 var(--space-4u) 0"},children:"Or enter this code manually:"}),t.jsx("code",{style:{fontFamily:"monospace",fontSize:"var(--font-size-lg)",wordBreak:"break-all"},children:Ge||"Loading..."})]}),t.jsx(U,{onClick:()=>ye("verify"),disabled:!ae||!Ge,style:{padding:"var(--space-5u) var(--space-10u)",background:!ae||!Ge?"var(--color-border)":"var(--color-primary)",color:!ae||!Ge?"var(--color-secondary-text)":"var(--color-background)",border:`var(--border-width-thin) solid ${!ae||!Ge?"var(--color-border)":"var(--color-primary)"}`,cursor:!ae||!Ge?"not-allowed":"pointer"},children:"I've Scanned the Code"})]}),te==="verify"&&t.jsxs(t.Fragment,{children:[t.jsx("p",{style:{color:"var(--color-secondary-text)",marginBottom:"var(--space-12u)"},children:"Enter two consecutive codes from your authenticator app to verify setup"}),t.jsxs("div",{style:{display:"flex",gap:"var(--space-6u)",justifyContent:"center",marginBottom:"var(--space-12u)"},children:[t.jsx(ue,{type:"text",placeholder:"000000",value:ve[0],onChange:ne=>{const Le=ne.target.value.replace(/[^0-9]/g,"").substring(0,6);X([Le,ve[1]])},maxLength:6,style:{width:"var(--size-50u)",textAlign:"center",fontFamily:"monospace"}}),t.jsx(ue,{type:"text",placeholder:"000000",value:ve[1],onChange:ne=>{const Le=ne.target.value.replace(/[^0-9]/g,"").substring(0,6);X([ve[0],Le])},maxLength:6,style:{width:"var(--size-50u)",textAlign:"center",fontFamily:"monospace"}})]}),t.jsxs("div",{style:{display:"flex",gap:"var(--space-6u)",justifyContent:"center"},children:[t.jsx(U,{onClick:()=>ye("qr"),style:{padding:"var(--space-4u) var(--space-8u)",background:"var(--color-background)",border:"var(--border-width-thin) solid var(--color-border)"},children:"Back"}),t.jsx(U,{onClick:yt,disabled:fe||ve.some(ne=>ne.length!==6),style:{padding:"var(--space-4u) var(--space-8u)",background:"var(--color-primary)",color:"var(--color-foreground-inverse)",border:"var(--border-width-thin) solid var(--color-primary)"},children:fe?"Verifying...":"Verify & Continue"})]})]}),te==="backup"&&t.jsxs(t.Fragment,{children:[t.jsxs("div",{style:{background:"var(--color-warning-background)",border:"var(--border-width-thin) solid var(--color-warning-border)",borderRadius:"var(--radius-md)",padding:"var(--space-8u)",marginBottom:"var(--space-12u)",display:"flex",alignItems:"flex-start",gap:"var(--space-6u)",textAlign:"left"},children:[t.jsx(aa,{size:16,style:{color:"var(--color-warning)",marginTop:"var(--space-1u)"}}),t.jsxs("div",{children:[t.jsx("div",{style:{fontWeight:500,marginBottom:"var(--space-2u)"},children:"Important!"}),t.jsx("div",{style:{fontSize:"var(--font-size-lg)",color:"var(--color-secondary-text)"},children:"Store these codes safely. Each code can only be used once if you lose access to your authenticator device."})]})]}),t.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(2, 1fr)",gap:"var(--space-4u)",marginBottom:"var(--space-12u)",maxWidth:"calc(var(--size-50u) * 3)",margin:"0 auto var(--space-12u) auto"},children:ce.map((ne,Le)=>t.jsx("div",{style:{background:"var(--color-input-background)",border:"var(--border-width-thin) solid var(--color-border)",borderRadius:"var(--radius-md)",padding:"var(--space-4u)",fontFamily:"monospace",fontSize:"var(--font-size-sm)",textAlign:"center",cursor:"pointer"},onClick:()=>navigator.clipboard.writeText(ne),children:ne},Le))}),t.jsxs("div",{style:{display:"flex",gap:"var(--space-6u)",justifyContent:"center",marginBottom:"var(--space-12u)"},children:[t.jsx(U,{onClick:Yt,style:{padding:"var(--space-4u) var(--space-8u)",fontSize:"var(--font-size-lg)",background:"var(--color-background)",border:"var(--border-width-thin) solid var(--color-border)"},children:"Copy All"}),t.jsxs(U,{onClick:Qt,style:{padding:"var(--space-4u) var(--space-8u)",fontSize:"var(--font-size-lg)",background:"var(--color-background)",border:"var(--border-width-thin) solid var(--color-border)"},children:[t.jsx(Cd,{size:16,style:{marginRight:"var(--space-2u)"}}),"DownloadSimple"]})]}),t.jsx(U,{onClick:_t,style:{padding:"var(--space-5u) var(--space-10u)",background:"var(--color-primary)",color:"var(--color-foreground-inverse)",border:"var(--border-width-thin) solid var(--color-primary)"},children:"Complete Setup"})]}),te==="success"&&t.jsxs(t.Fragment,{children:[t.jsxs("div",{style:{marginBottom:"var(--space-12u)"},children:[t.jsx(it,{size:48,style:{color:"var(--color-success)",marginBottom:"var(--space-8u)"}}),t.jsx("h3",{style:{fontSize:"var(--font-size-2xl)",fontWeight:600,margin:"0 0 var(--space-4u) 0"},children:"All Set!"}),t.jsx("p",{style:{fontSize:"var(--font-size-lg)",color:"var(--color-secondary-text)",margin:0},children:"Your account is now protected with two-factor authentication."})]}),t.jsx(U,{onClick:_t,style:{padding:"var(--space-5u) var(--space-10u)",background:"var(--color-primary)",color:"var(--color-foreground-inverse)",border:"var(--border-width-thin) solid var(--color-primary)"},children:"Continue to Security"})]})]})]}):t.jsx(t.Fragment,{children:vt.length?t.jsx("div",{children:vt.map((ne,Le)=>{const Je=Le>0?vt[Le-1].group:null,Ue=ne.group!==Je,kt=vt[Le+1],K=kt&&kt.group===ne.group,re=de(ne.id);return t.jsxs("div",{children:[Ue&&t.jsx(A5,{$first:Le===0,children:ne.group==="sign-in"?"Sign-in methods":"Recovery"}),t.jsxs(ix,{style:Ue?{paddingTop:0}:void 0,children:[t.jsxs(cx,{children:[t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,flexWrap:"wrap",fontWeight:400,color:"var(--color-foreground)"},children:[t.jsx("span",{children:ne.name}),re&&t.jsx($r,{$variant:re.variant,children:re.label})]}),t.jsx("div",{style:{fontSize:"var(--font-size-md)",color:"var(--color-secondary-text)"},children:ne.description})]}),t.jsx(lx,{children:t.jsxs("div",{style:{position:"relative"},children:[ne.id==="password"&&t.jsx(t.Fragment,{children:r!=null&&r.has_password?t.jsxs("div",{style:{display:"flex",gap:"var(--space-4u)"},children:[t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$size:"sm",ref:T,onClick:()=>k(!0),children:"Change"}),_&&t.jsx(dl,{triggerRef:T,onClose:()=>k(!1),onChangePassword:Ie})]}),ot()&&t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$destructive:!0,$size:"sm",ref:P,onClick:()=>M(!0),children:"Remove"}),y&&t.jsx(p5,{triggerRef:P,onClose:()=>M(!1),onRemovePassword:Ke})]})]}):t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$size:"sm",ref:T,onClick:()=>k(!0),children:"Setup"}),_&&t.jsx(dl,{triggerRef:T,onClose:()=>k(!1),onChangePassword:Ie,isSetup:!0})]})}),ne.id==="authenticator"&&!(r!=null&&r.user_authenticator)&&t.jsx(t.Fragment,{children:t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$size:"sm",ref:H,onClick:()=>C(!0),disabled:B,children:B?"Setting up...":"Setup"}),S&&t.jsx(f5,{triggerRef:H,onClose:()=>C(!1),onSetupTOTP:async()=>{const oe=await s();return Ne(oe.id),oe},onVerifyTOTP:async oe=>{await i(We,oe),await r.refetch(),v("Two-factor authentication enabled successfully!","info")}})]})}),ne.id==="authenticator"&&(r==null?void 0:r.user_authenticator)&&t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$destructive:!0,onClick:()=>A(!0),disabled:J,style:{cursor:J?"not-allowed":"pointer",opacity:J?.6:1},children:J?"Removing...":"Remove"}),w&&t.jsx(Jr,{title:"Remove MFA and reset policy to default?",onConfirm:dr,onCancel:()=>A(!1)})]}),ne.id==="backup_codes"&&t.jsx(t.Fragment,{children:t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$size:"sm",ref:$,onClick:ur,disabled:q,children:q?"Generating...":r!=null&&r.backup_codes_generated?"Regenerate":"Generate"}),z&&t.jsx(y5,{triggerRef:$,codes:ce,onClose:()=>I(!1),onCopy:Yt,onDownload:Qt})]})}),ne.id==="second_factor_policy"&&t.jsx(Pr,{checked:b==="enforced",onChange:oe=>{j(oe?"enforced":"none")}}),ne.id==="passkey"&&t.jsxs("div",{style:{display:"flex",gap:"var(--space-4u)",alignItems:"center"},children:[t.jsxs(U,{$outline:!0,$size:"sm",onClick:()=>N(!Y),style:{color:"var(--color-foreground)",cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",gap:"var(--space-3u)",whiteSpace:"nowrap",flexShrink:0,width:"calc(var(--size-50u) + var(--space-5u))",height:"var(--size-18u)"},children:[Y?"Hide":"Manage"," ","(",E.length,")",t.jsx(cr,{size:14,style:{transform:Y?"rotate(180deg)":"rotate(0deg)",transition:"transform 0.2s ease"}})]}),t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$size:"sm",ref:pe,onClick:()=>Q(!0),disabled:O,style:{cursor:O?"not-allowed":"pointer",opacity:O?.7:1,whiteSpace:"nowrap",minWidth:"var(--size-40u)",width:"auto",height:"var(--size-18u)"},children:O?"Adding...":"Add"}),G&&t.jsx(E5,{triggerRef:pe,onClose:()=>Q(!1),onAddPasskey:pr})]})]})]})})]}),ne.id==="passkey"&&Y&&t.jsx("div",{style:{padding:"var(--space-6u) 0",borderTop:"var(--border-width-thin) solid var(--color-border)",marginTop:"var(--space-4u)"},children:L?t.jsx("div",{style:{display:"flex",justifyContent:"center",padding:"var(--space-8u)"},children:t.jsx(Ae,{})}):E.length===0?t.jsx("div",{style:{textAlign:"center",padding:"var(--space-8u)",color:"var(--color-secondary-text)",fontSize:"var(--font-size-md)"},children:"No passkeys registered yet"}):t.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-4u)"},children:E.map(oe=>t.jsxs("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",padding:"var(--space-5u) var(--space-6u)",background:"var(--color-input-background)",borderRadius:"var(--radius-md)",border:"var(--border-width-thin) solid var(--color-border)"},children:[t.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-1u)"},children:[t.jsx("span",{style:{fontWeight:500,fontSize:"var(--font-size-md)",color:"var(--color-foreground)"},children:oe.name||"Unnamed Passkey"}),t.jsxs("span",{style:{fontSize:"var(--font-size-xs)",color:"var(--color-secondary-text)"},children:[oe.device_type==="platform"?"This device":"Security key",oe.last_used_at&&` • Last used ${new Date(oe.last_used_at).toLocaleDateString()}`]})]}),t.jsxs("div",{style:{position:"relative"},children:[t.jsx(U,{$destructive:!0,$size:"sm",onClick:()=>se(oe.id),style:{flexShrink:0,width:"auto"},children:"Remove"}),ee===oe.id&&t.jsx(Jr,{title:`Remove "${oe.name||"Unnamed Passkey"}"?`,onConfirm:()=>{hr(oe.id),se(null)},onCancel:()=>se(null)})]})]},oe.id))})}),K&&t.jsx("div",{style:{height:"var(--border-width-thin)",background:"var(--color-border)",margin:"0"}})]},ne.id)})}):t.jsx(At,{title:"No security features available",description:"Contact your administrator to enable security features."})})},$5=e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48",...e,children:[t.jsxs("defs",{children:[t.jsxs("linearGradient",{id:"a",x1:3.217,x2:44.781,y1:15,y2:15,gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:0,stopColor:"#d93025"}),t.jsx("stop",{offset:1,stopColor:"#ea4335"})]}),t.jsxs("linearGradient",{id:"b",x1:20.722,x2:41.504,y1:47.679,y2:11.684,gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:0,stopColor:"#fcc934"}),t.jsx("stop",{offset:1,stopColor:"#fbbc04"})]}),t.jsxs("linearGradient",{id:"c",x1:26.598,x2:5.816,y1:46.502,y2:10.506,gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:0,stopColor:"#1e8e3e"}),t.jsx("stop",{offset:1,stopColor:"#34a853"})]})]}),t.jsx("circle",{cx:24,cy:23.995,r:12,style:{fill:"#fff"}}),t.jsx("path",{d:"M3.215 36A24 24 0 1 0 12 3.215 24 24 0 0 0 3.215 36Zm31.177-18A12 12 0 1 1 18 13.608 12 12 0 0 1 34.392 18Z",style:{fill:"none"}}),t.jsx("path",{d:"M24 12h20.781a23.994 23.994 0 0 0-41.564.003L13.607 30l.01-.002A11.985 11.985 0 0 1 24 12Z",style:{fill:"url(#a)"}}),t.jsx("circle",{cx:24,cy:24,r:9.5,style:{fill:"#1a73e8"}}),t.jsx("path",{d:"M34.391 30.003 24.001 48A23.994 23.994 0 0 0 44.78 12.003H23.999l-.003.01a11.985 11.985 0 0 1 10.395 17.99Z",style:{fill:"url(#b)"}}),t.jsx("path",{d:"M13.609 30.003 3.218 12.006A23.994 23.994 0 0 0 24.003 48l10.39-17.997-.007-.007a11.985 11.985 0 0 1-20.777.007Z",style:{fill:"url(#c)"}})]}),M5=e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:512,height:512,viewBox:"0 0 512 512",...e,children:[t.jsxs("defs",{children:[t.jsxs("radialGradient",{id:"g",cx:"210%",cy:"-100%",r:"290%",children:[t.jsx("stop",{offset:.1,stopColor:"#ffe226"}),t.jsx("stop",{offset:.79,stopColor:"#ff7139"})]}),t.jsxs("radialGradient",{id:"c",cx:"49%",cy:"40%",r:"128%",gradientTransform:"matrix(.82 0 0 1 .088 0)",children:[t.jsx("stop",{offset:.3,stopColor:"#960e18"}),t.jsx("stop",{offset:.35,stopColor:"#b11927",stopOpacity:.74}),t.jsx("stop",{offset:.43,stopColor:"#db293d",stopOpacity:.34}),t.jsx("stop",{offset:.5,stopColor:"#f5334b",stopOpacity:.09}),t.jsx("stop",{offset:.53,stopColor:"#ff3750",stopOpacity:0})]}),t.jsxs("radialGradient",{id:"d",cx:"48%",cy:"-12%",r:"140%",children:[t.jsx("stop",{offset:.13,stopColor:"#fff44f"}),t.jsx("stop",{offset:.53,stopColor:"#ff980e"})]}),t.jsxs("radialGradient",{id:"e",cx:"22.76%",cy:"110.11%",r:"100%",children:[t.jsx("stop",{offset:.35,stopColor:"#3a8ee6"}),t.jsx("stop",{offset:.67,stopColor:"#9059ff"}),t.jsx("stop",{offset:1,stopColor:"#c139e6"})]}),t.jsxs("radialGradient",{id:"f",cx:"52%",cy:"33%",r:"59%",gradientTransform:"scale(.9 1)",children:[t.jsx("stop",{offset:.21,stopColor:"#9059ff",stopOpacity:0}),t.jsx("stop",{offset:.97,stopColor:"#6e008b",stopOpacity:.6})]}),t.jsxs("radialGradient",{id:"b",cx:"87.4%",cy:"-12.9%",r:"128%",gradientTransform:"matrix(.8 0 0 1 .178 .129)",children:[t.jsx("stop",{offset:.13,stopColor:"#ffbd4f"}),t.jsx("stop",{offset:.28,stopColor:"#ff980e"}),t.jsx("stop",{offset:.47,stopColor:"#ff3750"}),t.jsx("stop",{offset:.78,stopColor:"#eb0878"}),t.jsx("stop",{offset:.86,stopColor:"#e50080"})]}),t.jsxs("radialGradient",{id:"h",cx:"84%",cy:"-41%",r:"180%",children:[t.jsx("stop",{offset:.11,stopColor:"#fff44f"}),t.jsx("stop",{offset:.46,stopColor:"#ff980e"}),t.jsx("stop",{offset:.72,stopColor:"#ff3647"}),t.jsx("stop",{offset:.9,stopColor:"#e31587"})]}),t.jsxs("radialGradient",{id:"i",cx:"16.1%",cy:"-18.6%",r:"348.8%",gradientTransform:"scale(1 .47) rotate(84 .279 -.297)",children:[t.jsx("stop",{offset:0,stopColor:"#fff44f"}),t.jsx("stop",{offset:.3,stopColor:"#ff980e"}),t.jsx("stop",{offset:.57,stopColor:"#ff3647"}),t.jsx("stop",{offset:.74,stopColor:"#e31587"})]}),t.jsxs("radialGradient",{id:"j",cx:"18.9%",cy:"-42.5%",r:"238.4%",children:[t.jsx("stop",{offset:.14,stopColor:"#fff44f"}),t.jsx("stop",{offset:.48,stopColor:"#ff980e"}),t.jsx("stop",{offset:.66,stopColor:"#ff3647"}),t.jsx("stop",{offset:.9,stopColor:"#e31587"})]}),t.jsxs("radialGradient",{id:"k",cx:"159.3%",cy:"-44.72%",r:"313.1%",children:[t.jsx("stop",{offset:.09,stopColor:"#fff44f"}),t.jsx("stop",{offset:.63,stopColor:"#ff980e"})]}),t.jsxs("linearGradient",{id:"a",x1:"87.25%",x2:"9.4%",y1:"15.5%",y2:"93.1%",children:[t.jsx("stop",{offset:.05,stopColor:"#fff44f"}),t.jsx("stop",{offset:.37,stopColor:"#ff980e"}),t.jsx("stop",{offset:.53,stopColor:"#ff3647"}),t.jsx("stop",{offset:.7,stopColor:"#e31587"})]}),t.jsxs("linearGradient",{id:"l",x1:"80%",x2:"18%",y1:"14%",y2:"84%",children:[t.jsx("stop",{offset:.17,stopColor:"#fff44f",stopOpacity:.8}),t.jsx("stop",{offset:.6,stopColor:"#fff44f",stopOpacity:0})]})]}),t.jsx("path",{fill:"url(#a)",d:"M478.711 166.353c-10.445-25.124-31.6-52.248-48.212-60.821 13.52 26.505 21.345 53.093 24.335 72.936 0 .039.015.136.047.4C427.706 111.135 381.627 83.823 344 24.355c-1.9-3.007-3.805-6.022-5.661-9.2a73.716 73.716 0 0 1-2.646-4.972A43.7 43.7 0 0 1 332.1.677a.626.626 0 0 0-.546-.644.818.818 0 0 0-.451 0c-.034.012-.084.051-.12.065-.053.021-.12.069-.176.1.027-.036.083-.117.1-.136-60.37 35.356-80.85 100.761-82.732 133.484a120.249 120.249 0 0 0-66.142 25.488 71.355 71.355 0 0 0-6.225-4.7 111.338 111.338 0 0 1-.674-58.732c-24.688 11.241-43.89 29.01-57.85 44.7h-.111c-9.527-12.067-8.855-51.873-8.312-60.184-.114-.515-7.107 3.63-8.023 4.255a175.073 175.073 0 0 0-23.486 20.12 210.478 210.478 0 0 0-22.442 26.913c0 .012-.007.026-.011.038 0-.013.007-.026.011-.038a202.838 202.838 0 0 0-32.247 72.805c-.115.521-.212 1.061-.324 1.586-.452 2.116-2.08 12.7-2.365 15-.022.177-.032.347-.053.524a229.066 229.066 0 0 0-3.9 33.157c0 .41-.025.816-.025 1.227C16 388.418 123.6 496 256.324 496c118.865 0 217.56-86.288 236.882-199.63.407-3.076.733-6.168 1.092-9.271 4.777-41.21-.53-84.525-15.587-120.746zM201.716 354.447c1.124.537 2.18 1.124 3.334 1.639.048.033.114.07.163.1a126.191 126.191 0 0 1-3.497-1.739zm55.053-144.93zm198.131-30.59-.032-.233c.012.085.027.174.04.259z"}),t.jsx("path",{fill:"url(#b)",d:"M478.711 166.353c-10.445-25.124-31.6-52.248-48.212-60.821 13.52 26.505 21.345 53.093 24.335 72.936 0-.058.011.048.036.226.012.085.027.174.04.259 22.675 61.47 10.322 123.978-7.479 162.175-27.539 59.1-94.215 119.67-198.576 116.716C136.1 454.651 36.766 370.988 18.223 261.41c-3.379-17.28 0-26.054 1.7-40.084-2.071 10.816-2.86 13.94-3.9 33.157 0 .41-.025.816-.025 1.227C16 388.418 123.6 496 256.324 496c118.865 0 217.56-86.288 236.882-199.63.407-3.076.733-6.168 1.092-9.271 4.777-41.21-.53-84.525-15.587-120.746z"}),t.jsx("path",{fill:"url(#c)",d:"M478.711 166.353c-10.445-25.124-31.6-52.248-48.212-60.821 13.52 26.505 21.345 53.093 24.335 72.936 0-.058.011.048.036.226.012.085.027.174.04.259 22.675 61.47 10.322 123.978-7.479 162.175-27.539 59.1-94.215 119.67-198.576 116.716C136.1 454.651 36.766 370.988 18.223 261.41c-3.379-17.28 0-26.054 1.7-40.084-2.071 10.816-2.86 13.94-3.9 33.157 0 .41-.025.816-.025 1.227C16 388.418 123.6 496 256.324 496c118.865 0 217.56-86.288 236.882-199.63.407-3.076.733-6.168 1.092-9.271 4.777-41.21-.53-84.525-15.587-120.746z"}),t.jsx("path",{fill:"url(#d)",d:"M361.922 194.6c.524.368 1 .734 1.493 1.1a130.706 130.706 0 0 0-22.31-29.112C266.4 91.892 321.516 4.626 330.811.194c.027-.036.083-.117.1-.136-60.37 35.356-80.85 100.761-82.732 133.484 2.8-.194 5.592-.429 8.442-.429 45.051 0 84.289 24.77 105.301 61.487z"}),t.jsx("path",{fill:"url(#e)",d:"M256.772 209.514c-.393 5.978-21.514 26.593-28.9 26.593-68.339 0-79.432 41.335-79.432 41.335 3.027 34.81 27.261 63.475 56.611 78.643 1.339.692 2.694 1.317 4.05 1.935a132.768 132.768 0 0 0 7.059 2.886 106.743 106.743 0 0 0 31.271 6.031c119.78 5.618 142.986-143.194 56.545-186.408 22.137-3.85 45.115 5.053 57.947 14.067-21.012-36.714-60.25-61.484-105.3-61.484-2.85 0-5.641.235-8.442.429a120.249 120.249 0 0 0-66.142 25.488c3.664 3.1 7.8 7.244 16.514 15.828 16.302 16.067 58.13 32.705 58.219 34.657z"}),t.jsx("path",{fill:"url(#f)",d:"M256.772 209.514c-.393 5.978-21.514 26.593-28.9 26.593-68.339 0-79.432 41.335-79.432 41.335 3.027 34.81 27.261 63.475 56.611 78.643 1.339.692 2.694 1.317 4.05 1.935a132.768 132.768 0 0 0 7.059 2.886 106.743 106.743 0 0 0 31.271 6.031c119.78 5.618 142.986-143.194 56.545-186.408 22.137-3.85 45.115 5.053 57.947 14.067-21.012-36.714-60.25-61.484-105.3-61.484-2.85 0-5.641.235-8.442.429a120.249 120.249 0 0 0-66.142 25.488c3.664 3.1 7.8 7.244 16.514 15.828 16.302 16.067 58.13 32.705 58.219 34.657z"}),t.jsx("path",{fill:"url(#g)",d:"M170.829 151.036a244.042 244.042 0 0 1 4.981 3.3 111.338 111.338 0 0 1-.674-58.732c-24.688 11.241-43.89 29.01-57.85 44.7 1.155-.033 36.014-.66 53.543 10.732z"}),t.jsx("path",{fill:"url(#h)",d:"M18.223 261.41C36.766 370.988 136.1 454.651 248.855 457.844c104.361 2.954 171.037-57.62 198.576-116.716 17.8-38.2 30.154-100.7 7.479-162.175l-.008-.026-.032-.233c-.025-.178-.04-.284-.036-.226 0 .039.015.136.047.4 8.524 55.661-19.79 109.584-64.051 146.044l-.133.313c-86.245 70.223-168.774 42.368-185.484 30.966a144.108 144.108 0 0 1-3.5-1.743c-50.282-24.029-71.054-69.838-66.6-109.124-42.457 0-56.934-35.809-56.934-35.809s38.119-27.179 88.358-3.541c46.53 21.893 90.228 3.543 90.233 3.541-.089-1.952-41.917-18.59-58.223-34.656-8.713-8.584-12.85-12.723-16.514-15.828a71.355 71.355 0 0 0-6.225-4.7 282.929 282.929 0 0 0-4.981-3.3c-17.528-11.392-52.388-10.765-53.543-10.735h-.111c-9.527-12.067-8.855-51.873-8.312-60.184-.114-.515-7.107 3.63-8.023 4.255a175.073 175.073 0 0 0-23.486 20.12 210.478 210.478 0 0 0-22.442 26.919c0 .012-.007.026-.011.038 0-.013.007-.026.011-.038a202.838 202.838 0 0 0-32.247 72.805c-.115.521-8.65 37.842-4.44 57.199z"}),t.jsx("path",{fill:"url(#i)",d:"M341.105 166.587a130.706 130.706 0 0 1 22.31 29.112c1.323.994 2.559 1.985 3.608 2.952 54.482 50.2 25.936 121.2 23.807 126.26 44.261-36.46 72.575-90.383 64.051-146.044C427.706 111.135 381.627 83.823 344 24.355c-1.9-3.007-3.805-6.022-5.661-9.2a73.716 73.716 0 0 1-2.646-4.972A43.7 43.7 0 0 1 332.1.677a.626.626 0 0 0-.546-.644.818.818 0 0 0-.451 0c-.034.012-.084.051-.12.065-.053.021-.12.069-.176.1-9.291 4.428-64.407 91.694 10.298 166.389z"}),t.jsx("path",{fill:"url(#j)",d:"M367.023 198.651c-1.049-.967-2.285-1.958-3.608-2.952-.489-.368-.969-.734-1.493-1.1-12.832-9.014-35.81-17.917-57.947-14.067 86.441 43.214 63.235 192.026-56.545 186.408a106.743 106.743 0 0 1-31.271-6.031 134.51 134.51 0 0 1-7.059-2.886c-1.356-.618-2.711-1.243-4.05-1.935.048.033.114.07.163.1 16.71 11.4 99.239 39.257 185.484-30.966l.133-.313c2.129-5.054 30.675-76.057-23.807-126.258z"}),t.jsx("path",{fill:"url(#k)",d:"M148.439 277.443s11.093-41.335 79.432-41.335c7.388 0 28.509-20.615 28.9-26.593s-43.7 18.352-90.233-3.541c-50.239-23.638-88.358 3.541-88.358 3.541s14.477 35.809 56.934 35.809c-4.453 39.286 16.319 85.1 66.6 109.124 1.124.537 2.18 1.124 3.334 1.639-29.348-15.169-53.582-43.834-56.609-78.644z"}),t.jsx("path",{fill:"url(#l)",d:"M478.711 166.353c-10.445-25.124-31.6-52.248-48.212-60.821 13.52 26.505 21.345 53.093 24.335 72.936 0 .039.015.136.047.4C427.706 111.135 381.627 83.823 344 24.355c-1.9-3.007-3.805-6.022-5.661-9.2a73.716 73.716 0 0 1-2.646-4.972A43.7 43.7 0 0 1 332.1.677a.626.626 0 0 0-.546-.644.818.818 0 0 0-.451 0c-.034.012-.084.051-.12.065-.053.021-.12.069-.176.1.027-.036.083-.117.1-.136-60.37 35.356-80.85 100.761-82.732 133.484 2.8-.194 5.592-.429 8.442-.429 45.053 0 84.291 24.77 105.3 61.484-12.832-9.014-35.81-17.917-57.947-14.067 86.441 43.214 63.235 192.026-56.545 186.408a106.743 106.743 0 0 1-31.271-6.031 134.51 134.51 0 0 1-7.059-2.886c-1.356-.618-2.711-1.243-4.05-1.935.048.033.114.07.163.1a144.108 144.108 0 0 1-3.5-1.743c1.124.537 2.18 1.124 3.334 1.639-29.35-15.168-53.584-43.833-56.611-78.643 0 0 11.093-41.335 79.432-41.335 7.388 0 28.509-20.615 28.9-26.593-.089-1.952-41.917-18.59-58.223-34.656-8.713-8.584-12.85-12.723-16.514-15.828a71.355 71.355 0 0 0-6.225-4.7 111.338 111.338 0 0 1-.674-58.732c-24.688 11.241-43.89 29.01-57.85 44.7h-.111c-9.527-12.067-8.855-51.873-8.312-60.184-.114-.515-7.107 3.63-8.023 4.255a175.073 175.073 0 0 0-23.486 20.12 210.478 210.478 0 0 0-22.435 26.916c0 .012-.007.026-.011.038 0-.013.007-.026.011-.038a202.838 202.838 0 0 0-32.247 72.805c-.115.521-.212 1.061-.324 1.586-.452 2.116-2.486 12.853-2.77 15.156-.022.177.021-.176 0 0a279.565 279.565 0 0 0-3.544 33.53c0 .41-.025.816-.025 1.227C16 388.418 123.6 496 256.324 496c118.865 0 217.56-86.288 236.882-199.63.407-3.076.733-6.168 1.092-9.271 4.777-41.21-.53-84.525-15.587-120.746zm-23.841 12.341c.012.085.027.174.04.259l-.008-.026-.032-.233z"})]}),L5=e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:250.076,height:248.707,viewBox:"0 0 66.166 65.804",...e,children:[t.jsxs("defs",{children:[t.jsxs("linearGradient",{id:"b",children:[t.jsx("stop",{offset:0,stopColor:"#06c2e7"}),t.jsx("stop",{offset:.25,stopColor:"#0db8ec"}),t.jsx("stop",{offset:.5,stopColor:"#12aef1"}),t.jsx("stop",{offset:.75,stopColor:"#1f86f9"}),t.jsx("stop",{offset:1,stopColor:"#107ddd"})]}),t.jsxs("linearGradient",{id:"a",children:[t.jsx("stop",{offset:0,stopColor:"#bdbdbd"}),t.jsx("stop",{offset:1,stopColor:"#fff"})]}),t.jsx("linearGradient",{xlinkHref:"#a",id:"d",x1:412.975,x2:412.975,y1:237.608,y2:59.392,gradientTransform:"translate(206.79 159.773) scale(.35154)",gradientUnits:"userSpaceOnUse"}),t.jsx("filter",{id:"f",width:1.042,height:1.045,x:-.021,y:-.022,colorInterpolationFilters:"sRGB",children:t.jsx("feGaussianBlur",{stdDeviation:.958})}),t.jsx("filter",{id:"c",width:1.096,height:1.096,x:-.048,y:-.048,colorInterpolationFilters:"sRGB",children:t.jsx("feGaussianBlur",{stdDeviation:3.564})}),t.jsx("radialGradient",{xlinkHref:"#b",id:"e",cx:413.061,cy:136.818,r:82.125,fx:413.061,fy:136.818,gradientTransform:"translate(194.545 155.58) scale(.38143)",gradientUnits:"userSpaceOnUse"})]}),t.jsx("path",{d:"M502.083 148.5a89.108 89.108 0 0 1-89.108 89.108 89.108 89.108 0 0 1-89.108-89.108 89.108 89.108 0 0 1 89.108-89.108 89.108 89.108 0 0 1 89.108 89.108Z",filter:"url(#c)",opacity:.53,paintOrder:"markers stroke fill",transform:"matrix(.33865 0 0 .3261 -106.77 -14.478)"}),t.jsx("path",{fill:"url(#d)",stroke:"#cdcdcd",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:.093,d:"M383.294 211.977a31.325 31.325 0 0 1-31.325 31.325 31.325 31.325 0 0 1-31.326-31.325 31.325 31.325 0 0 1 31.326-31.325 31.325 31.325 0 0 1 31.325 31.325z",paintOrder:"markers stroke fill",transform:"translate(-318.886 -180.595)"}),t.jsx("path",{fill:"url(#e)",d:"M380.84 211.977a28.87 28.87 0 0 1-28.871 28.87 28.87 28.87 0 0 1-28.871-28.87 28.87 28.87 0 0 1 28.87-28.87 28.87 28.87 0 0 1 28.871 28.87z",paintOrder:"markers stroke fill",transform:"translate(-318.886 -180.595)"}),t.jsx("path",{fill:"#f4f2f3",d:"M33.083 4.017a.42.42 0 0 0-.421.42v4.856a.42.42 0 1 0 .842 0V4.438a.42.42 0 0 0-.421-.421zm-2.754.174a.42.42 0 0 0-.46.463l.212 2.03a.42.42 0 1 0 .837-.087l-.212-2.03a.42.42 0 0 0-.377-.376zm5.527.002a.42.42 0 0 0-.377.375l-.214 2.03a.42.42 0 1 0 .837.089l.214-2.031a.42.42 0 0 0-.46-.463zM27.5 4.6a.42.42 0 0 0-.41.508l1.005 4.75a.42.42 0 1 0 .824-.174l-1.005-4.75A.42.42 0 0 0 27.5 4.6zm11.183.004a.42.42 0 0 0-.414.333l-1.009 4.75a.42.42 0 1 0 .824.175l1.009-4.75a.42.42 0 0 0-.41-.508zm-13.883.757a.42.42 0 0 0-.437.55l.632 1.942a.42.42 0 1 0 .8-.26l-.63-1.942a.42.42 0 0 0-.365-.29zm16.568.001a.42.42 0 0 0-.364.29l-.632 1.942a.42.42 0 1 0 .8.26l.632-1.942a.42.42 0 0 0-.436-.55zM22.13 6.34a.42.42 0 0 0-.377.592l1.972 4.437a.42.42 0 1 0 .77-.342l-1.972-4.437a.42.42 0 0 0-.393-.25zm21.937.015a.42.42 0 0 0-.392.25l-1.978 4.434a.42.42 0 1 0 .769.343l1.978-4.434a.42.42 0 0 0-.377-.593zM19.654 7.65a.42.42 0 0 0-.394.63l1.02 1.77a.42.42 0 1 0 .73-.421L19.989 7.86a.42.42 0 0 0-.335-.21zm26.858 0a.419.419 0 0 0-.335.21l-1.021 1.769a.42.42 0 1 0 .73.42l1.02-1.768a.42.42 0 0 0-.394-.63zm-29.265 1.5a.422.422 0 0 0-.326.669l2.85 3.93a.42.42 0 1 0 .682-.494l-2.85-3.93a.42.42 0 0 0-.356-.174zm31.702.022a.42.42 0 0 0-.356.174l-2.856 3.926a.42.42 0 1 0 .681.495l2.856-3.926a.42.42 0 0 0-.325-.669zm-33.852 1.783a.42.42 0 0 0-.335.702l1.366 1.518a.42.42 0 1 0 .626-.563l-1.366-1.518a.42.42 0 0 0-.291-.14zm35.975.003a.421.421 0 0 0-.29.139l-1.367 1.517a.42.42 0 1 0 .625.564l1.367-1.518a.42.42 0 0 0-.335-.702zm-38.037 1.977a.42.42 0 0 0-.26.733l3.61 3.249a.42.42 0 1 0 .563-.626l-3.609-3.248a.42.42 0 0 0-.304-.108zm40.109.014a.419.419 0 0 0-.304.108l-3.61 3.245a.42.42 0 1 0 .562.626l3.61-3.245a.42.42 0 0 0-.258-.734zm-41.823 2.19a.42.42 0 0 0-.262.762l1.652 1.2a.42.42 0 1 0 .495-.681l-1.652-1.2a.42.42 0 0 0-.233-.081zm43.535.015a.421.421 0 0 0-.233.08l-1.653 1.2a.42.42 0 1 0 .495.681l1.653-1.2a.42.42 0 0 0-.262-.76zM9.72 17.49a.42.42 0 0 0-.18.785l4.204 2.427a.42.42 0 1 0 .42-.729L9.96 17.546a.42.42 0 0 0-.24-.056zm46.728 0a.417.417 0 0 0-.24.056l-4.205 2.427a.42.42 0 1 0 .42.73l4.206-2.428a.42.42 0 0 0-.181-.785zM8.508 19.996a.42.42 0 0 0-.18.806l1.866.832a.42.42 0 1 0 .343-.77l-1.866-.831a.42.42 0 0 0-.163-.037zm49.158.017a.42.42 0 0 0-.164.037l-1.865.83a.42.42 0 1 0 .342.77l1.866-.831a.42.42 0 0 0-.179-.806zM7.429 22.615a.42.42 0 0 0-.094.82l4.615 1.504a.42.42 0 1 0 .261-.8l-4.616-1.504a.421.421 0 0 0-.166-.02zm51.314.018a.408.408 0 0 0-.166.02l-4.617 1.5a.42.42 0 1 0 .26.801l4.617-1.5a.42.42 0 0 0-.094-.82zM6.756 25.365a.42.42 0 0 0-.09.833l1.998.424a.42.42 0 1 0 .175-.823l-1.998-.425a.413.413 0 0 0-.085-.009zm52.655.004a.518.518 0 0 0-.085.009l-1.998.424a.42.42 0 1 0 .175.823l1.998-.424a.42.42 0 0 0-.09-.833zM6.247 28.13a.42.42 0 0 0-.003.838l4.828.51a.42.42 0 1 0 .089-.837l-4.829-.51a.432.432 0 0 0-.085 0zm53.676.037a.386.386 0 0 0-.085 0l-4.83.504a.42.42 0 1 0 .088.837l4.83-.504a.42.42 0 0 0-.003-.837zM6.165 30.96a.42.42 0 1 0 0 .842h2.043a.42.42 0 1 0 0-.842zm51.793 0a.42.42 0 1 0 0 .842h2.043a.42.42 0 1 0 0-.842zm-46.803 2.295a.384.384 0 0 0-.085 0l-4.83.504a.42.42 0 1 0 .088.838l4.83-.504a.42.42 0 0 0-.003-.838zm43.853.03a.42.42 0 0 0-.003.838l4.828.51a.42.42 0 1 0 .089-.837l-4.828-.51a.434.434 0 0 0-.086-.001zM8.748 36.13a.43.43 0 0 0-.085.009l-1.998.424a.42.42 0 1 0 .175.823l1.998-.424a.42.42 0 0 0-.09-.833zm48.67.004a.42.42 0 0 0-.09.833l1.997.424a.42.42 0 1 0 .175-.824l-1.998-.424a.413.413 0 0 0-.085-.01zM12.111 37.79a.408.408 0 0 0-.166.02l-4.617 1.5a.42.42 0 1 0 .26.801l4.617-1.5a.42.42 0 0 0-.094-.82zm41.937.015a.42.42 0 0 0-.094.82l4.616 1.504a.42.42 0 1 0 .26-.8l-4.615-1.504a.421.421 0 0 0-.167-.02zM10.35 41.08a.42.42 0 0 0-.163.036l-1.866.831a.42.42 0 1 0 .342.769l1.866-.83a.42.42 0 0 0-.179-.806zm45.459.016a.42.42 0 0 0-.18.805l1.865.832a.42.42 0 1 0 .343-.769l-1.865-.832a.42.42 0 0 0-.163-.036zm-41.826.912a.417.417 0 0 0-.24.056L9.538 44.49a.42.42 0 1 0 .421.73l4.205-2.428a.42.42 0 0 0-.181-.785zm38.2 0a.42.42 0 0 0-.181.785l4.205 2.427a.42.42 0 1 0 .42-.729l-4.204-2.427a.42.42 0 0 0-.24-.056zm-39.249 3.562a.421.421 0 0 0-.233.08l-1.653 1.2a.42.42 0 1 0 .495.682l1.653-1.2a.42.42 0 0 0-.262-.762zm40.288.015a.42.42 0 0 0-.262.762l1.652 1.2a.42.42 0 1 0 .495-.681l-1.652-1.2a.42.42 0 0 0-.233-.081zm-36.544.145a.418.418 0 0 0-.304.108l-3.61 3.245a.42.42 0 1 0 .562.626l3.61-3.245a.42.42 0 0 0-.258-.734zm32.8.011a.421.421 0 0 0-.26.734l3.609 3.248a.42.42 0 1 0 .563-.625l-3.608-3.249a.42.42 0 0 0-.304-.107zm-29.375 3.084a.42.42 0 0 0-.355.173l-2.856 3.927a.42.42 0 1 0 .68.495l2.857-3.926a.42.42 0 0 0-.326-.669zm25.936.018a.421.421 0 0 0-.326.668l2.85 3.93a.42.42 0 1 0 .682-.494l-2.851-3.93a.42.42 0 0 0-.355-.174zm-29.623.606a.421.421 0 0 0-.29.14l-1.367 1.517a.42.42 0 1 0 .625.563l1.367-1.517a.42.42 0 0 0-.335-.703zm33.331.002a.42.42 0 0 0-.335.702l1.366 1.518a.42.42 0 1 0 .626-.563l-1.366-1.518a.42.42 0 0 0-.291-.139zm-25.655 1.684a.419.419 0 0 0-.393.25l-1.978 4.433a.42.42 0 1 0 .77.343l1.977-4.434a.42.42 0 0 0-.376-.592zm17.955.012a.42.42 0 0 0-.377.592l1.972 4.437a.42.42 0 1 0 .77-.342l-1.972-4.437a.42.42 0 0 0-.393-.25zm-21.431 1.359a.419.419 0 0 0-.335.21l-1.021 1.768a.42.42 0 1 0 .729.421l1.02-1.769a.42.42 0 0 0-.393-.63zm24.934 0a.42.42 0 0 0-.394.63l1.021 1.77a.42.42 0 1 0 .73-.422l-1.022-1.769a.42.42 0 0 0-.335-.21zm-17.054.063a.42.42 0 0 0-.415.334l-1.009 4.749a.42.42 0 1 0 .824.175l1.009-4.75a.42.42 0 0 0-.41-.508zm9.16.003a.42.42 0 0 0-.41.508l1.006 4.75a.42.42 0 1 0 .823-.175l-1.006-4.75a.42.42 0 0 0-.414-.333zm-4.573.48a.42.42 0 0 0-.421.42v4.855a.42.42 0 1 0 .842 0v-4.855a.42.42 0 0 0-.421-.42zm-7.727 1.568a.42.42 0 0 0-.364.29l-.631 1.942a.42.42 0 1 0 .8.26l.632-1.942a.42.42 0 0 0-.437-.55zm15.45 0a.42.42 0 0 0-.437.55l.632 1.943a.42.42 0 1 0 .8-.26l-.63-1.942a.42.42 0 0 0-.365-.29zm-10.365 1.083a.42.42 0 0 0-.378.375l-.213 2.03a.42.42 0 1 0 .837.088l.214-2.03a.42.42 0 0 0-.46-.463zm5.267.002a.42.42 0 0 0-.46.463l.212 2.03a.42.42 0 1 0 .837-.088l-.212-2.03a.42.42 0 0 0-.377-.375z",paintOrder:"markers stroke fill"}),t.jsx("path",{d:"m469.096 100.607-65.51 38.061-41.42 65.207 60.595-44.882z",filter:"url(#f)",opacity:.409,paintOrder:"markers stroke fill",transform:"translate(-112.095 -20.822) scale(.35154)"}),t.jsx("path",{fill:"#ff5150",d:"m36.383 34.838-6.6-6.913 23.416-15.752z",paintOrder:"markers stroke fill"}),t.jsx("path",{fill:"#f1f1f1",d:"m36.383 34.838-6.6-6.913L12.966 50.59z",paintOrder:"markers stroke fill"}),t.jsx("path",{d:"m12.967 50.59 23.416-15.752L53.2 12.173z",opacity:.243})]}),R5=e=>t.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256",...e,children:[t.jsxs("defs",{children:[t.jsxs("radialGradient",{id:"b",cx:161.8,cy:68.9,r:95.4,gradientTransform:"matrix(1 0 0 -.95 0 248.8)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:.7,stopOpacity:0}),t.jsx("stop",{offset:.9,stopOpacity:.5}),t.jsx("stop",{offset:1})]}),t.jsxs("radialGradient",{id:"d",cx:-340.3,cy:63,r:143.2,gradientTransform:"matrix(.15 -.99 -.8 -.12 176.6 -125.4)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:.8,stopOpacity:0}),t.jsx("stop",{offset:.9,stopOpacity:.5}),t.jsx("stop",{offset:1})]}),t.jsxs("radialGradient",{id:"e",cx:113.4,cy:570.2,r:202.4,gradientTransform:"matrix(-.04 1 2.13 .08 -1179.5 -106.7)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:0,stopColor:"#35c1f1"}),t.jsx("stop",{offset:.1,stopColor:"#34c1ed"}),t.jsx("stop",{offset:.2,stopColor:"#2fc2df"}),t.jsx("stop",{offset:.3,stopColor:"#2bc3d2"}),t.jsx("stop",{offset:.7,stopColor:"#36c752"})]}),t.jsxs("radialGradient",{id:"f",cx:376.5,cy:568,r:97.3,gradientTransform:"matrix(.28 .96 .78 -.23 -303.8 -148.5)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:0,stopColor:"#66eb6e"}),t.jsx("stop",{offset:1,stopColor:"#66eb6e",stopOpacity:0})]}),t.jsxs("linearGradient",{id:"a",x1:63.3,x2:241.7,y1:84,y2:84,gradientTransform:"matrix(1 0 0 -1 0 266)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:0,stopColor:"#0c59a4"}),t.jsx("stop",{offset:1,stopColor:"#114a8b"})]}),t.jsxs("linearGradient",{id:"c",x1:157.3,x2:46,y1:161.4,y2:40.1,gradientTransform:"matrix(1 0 0 -1 0 266)",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{offset:0,stopColor:"#1b9de2"}),t.jsx("stop",{offset:.2,stopColor:"#1595df"}),t.jsx("stop",{offset:.7,stopColor:"#0680d7"}),t.jsx("stop",{offset:1,stopColor:"#0078d4"})]})]}),t.jsx("path",{d:"M235.7 195.5a93.7 93.7 0 0 1-10.6 4.7 101.9 101.9 0 0 1-35.9 6.4c-47.3 0-88.5-32.5-88.5-74.3a31.5 31.5 0 0 1 16.4-27.3c-42.8 1.8-53.8 46.4-53.8 72.5 0 74 68.1 81.4 82.8 81.4 7.9 0 19.8-2.3 27-4.6l1.3-.4a128.3 128.3 0 0 0 66.6-52.8 4 4 0 0 0-5.3-5.6Z",style:{fill:"url(#a)"},transform:"translate(-4.6 -5)"}),t.jsx("path",{d:"M235.7 195.5a93.7 93.7 0 0 1-10.6 4.7 101.9 101.9 0 0 1-35.9 6.4c-47.3 0-88.5-32.5-88.5-74.3a31.5 31.5 0 0 1 16.4-27.3c-42.8 1.8-53.8 46.4-53.8 72.5 0 74 68.1 81.4 82.8 81.4 7.9 0 19.8-2.3 27-4.6l1.3-.4a128.3 128.3 0 0 0 66.6-52.8 4 4 0 0 0-5.3-5.6Z",style:{isolation:"isolate",opacity:.35,fill:"url(#b)"},transform:"translate(-4.6 -5)"}),t.jsx("path",{d:"M110.3 246.3A79.2 79.2 0 0 1 87.6 225a80.7 80.7 0 0 1 29.5-120c3.2-1.5 8.5-4.1 15.6-4a32.4 32.4 0 0 1 25.7 13 31.9 31.9 0 0 1 6.3 18.7c0-.2 24.5-79.6-80-79.6-43.9 0-80 41.6-80 78.2a130.2 130.2 0 0 0 12.1 56 128 128 0 0 0 156.4 67 75.5 75.5 0 0 1-62.8-8Z",style:{fill:"url(#c)"},transform:"translate(-4.6 -5)"}),t.jsx("path",{d:"M110.3 246.3A79.2 79.2 0 0 1 87.6 225a80.7 80.7 0 0 1 29.5-120c3.2-1.5 8.5-4.1 15.6-4a32.4 32.4 0 0 1 25.7 13 31.9 31.9 0 0 1 6.3 18.7c0-.2 24.5-79.6-80-79.6-43.9 0-80 41.6-80 78.2a130.2 130.2 0 0 0 12.1 56 128 128 0 0 0 156.4 67 75.5 75.5 0 0 1-62.8-8Z",style:{opacity:.41,fill:"url(#d)",isolation:"isolate"},transform:"translate(-4.6 -5)"}),t.jsx("path",{d:"M157 153.8c-.9 1-3.4 2.5-3.4 5.6 0 2.6 1.7 5.2 4.8 7.3 14.3 10 41.4 8.6 41.5 8.6a59.6 59.6 0 0 0 30.3-8.3 61.4 61.4 0 0 0 30.4-52.9c.3-22.4-8-37.3-11.3-43.9C228 28.8 182.3 5 132.6 5a128 128 0 0 0-128 126.2c.5-36.5 36.8-66 80-66 3.5 0 23.5.3 42 10a72.6 72.6 0 0 1 30.9 29.3c6.1 10.6 7.2 24.1 7.2 29.5s-2.7 13.3-7.8 19.9Z",style:{fill:"url(#e)"},transform:"translate(-4.6 -5)"}),t.jsx("path",{d:"M157 153.8c-.9 1-3.4 2.5-3.4 5.6 0 2.6 1.7 5.2 4.8 7.3 14.3 10 41.4 8.6 41.5 8.6a59.6 59.6 0 0 0 30.3-8.3 61.4 61.4 0 0 0 30.4-52.9c.3-22.4-8-37.3-11.3-43.9C228 28.8 182.3 5 132.6 5a128 128 0 0 0-128 126.2c.5-36.5 36.8-66 80-66 3.5 0 23.5.3 42 10a72.6 72.6 0 0 1 30.9 29.3c6.1 10.6 7.2 24.1 7.2 29.5s-2.7 13.3-7.8 19.9Z",style:{fill:"url(#f)"},transform:"translate(-4.6 -5)"})]}),P5=e=>t.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...e,role:"img","aria-label":"Opera",children:[t.jsx("defs",{children:t.jsxs("linearGradient",{id:"opera-gradient",x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[t.jsx("stop",{offset:"0%",stopColor:"#FF1B2D"}),t.jsx("stop",{offset:"50%",stopColor:"#CC0000"}),t.jsx("stop",{offset:"100%",stopColor:"#A02128"})]})}),t.jsx("circle",{cx:"12",cy:"12",r:"11",fill:"url(#opera-gradient)"}),t.jsx("ellipse",{cx:"12",cy:"12",rx:"6.5",ry:"8.5",fill:"none",stroke:"#fff",strokeWidth:"1.2",opacity:"0.9"}),t.jsx("ellipse",{cx:"12",cy:"12",rx:"3.5",ry:"5.5",fill:"#fff"}),t.jsx("path",{d:"M12 8.5c-1.4 0-2.5 1.6-2.5 3.5s1.1 3.5 2.5 3.5 2.5-1.6 2.5-3.5-1.1-3.5-2.5-3.5z",fill:"url(#opera-gradient)"})]}),T5=e=>t.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...e,role:"img","aria-label":"Brave",children:[t.jsx("defs",{children:t.jsxs("linearGradient",{id:"brave-gradient",x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[t.jsx("stop",{offset:"0%",stopColor:"#FB542B"}),t.jsx("stop",{offset:"50%",stopColor:"#FF6B35"}),t.jsx("stop",{offset:"100%",stopColor:"#FF4500"})]})}),t.jsx("circle",{cx:"12",cy:"12",r:"11",fill:"url(#brave-gradient)"}),t.jsx("path",{d:"M12 3.5l1.5 2h2.5l-.8 3 1.3 2.5-2.5.8v2.7l-2-.7-2 .7v-2.7l-2.5-.8L8.8 8.5 8 5.5h2.5L12 3.5z",fill:"#fff"}),t.jsx("path",{d:"M12 6.5c-.8 0-1.5.7-1.5 1.5v3c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5V8c0-.8-.7-1.5-1.5-1.5z",fill:"url(#brave-gradient)"}),t.jsx("circle",{cx:"12",cy:"16",r:"1",fill:"url(#brave-gradient)"})]}),F5=()=>t.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",style:{color:"var(--color-secondary-text)"},children:[t.jsx("circle",{cx:"12",cy:"12",r:"11",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.5",opacity:"0.6"}),t.jsx("circle",{cx:"12",cy:"12",r:"8",fill:"none",stroke:"currentColor",strokeWidth:"0.5",opacity:"0.3"}),t.jsx("path",{d:"M12 8c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z",fill:"currentColor",opacity:"0.5"}),t.jsx("circle",{cx:"12",cy:"12",r:"1",fill:"currentColor"}),t.jsx("text",{x:"12",y:"16.5",textAnchor:"middle",fill:"currentColor",fontSize:"6",opacity:"0.7",children:"?"})]}),Z5=({browser:e})=>{const r=(e==null?void 0:e.toLowerCase())||"",a={width:20,height:20};return r.includes("chrome")?t.jsx($5,{...a}):r.includes("firefox")?t.jsx(M5,{...a}):r.includes("safari")?t.jsx(L5,{...a}):r.includes("edge")?t.jsx(R5,{...a}):r.includes("opera")?t.jsx(P5,{...a}):r.includes("brave")?t.jsx(T5,{...a}):t.jsx(F5,{})},I5=()=>{const{signins:e,removeSignin:r,refetch:a,loading:o}=u0(),{refetch:s}=nt(),{toast:i}=Kt(),h=e,d=async f=>{try{await r(f),await Promise.all([a(),s()]),i("Session ended successfully","info")}catch(p){i(p.message||"Failed to end session. Please try again.","error")}},u=f=>{if(!f||f.trim()==="")return"Unknown";const p=new Date(f);if(isNaN(p.getTime()))return"Unknown";const g=Math.floor((new Date().getTime()-p.getTime())/(1e3*60));return g<1?"Just now":g<60?`${g}m ago`:g<1440?`${Math.floor(g/60)}h ago`:p.toLocaleDateString()};return o?t.jsx("div",{style:{display:"flex",justifyContent:"center",padding:"var(--space-10u)"},children:t.jsx(Ae,{})}):t.jsx("div",{children:h&&h.length>0?t.jsx(t.Fragment,{children:t.jsx(Hs,{children:t.jsxs(Ot,{children:[t.jsx(Ht,{children:t.jsxs(ct,{children:[t.jsx(Ze,{children:"Browser & Device"}),t.jsx(Ze,{children:"Location"}),t.jsx(Ze,{children:"Last Active"}),t.jsx(Ze,{})]})}),t.jsx(Vt,{children:h.map(f=>t.jsxs(ct,{children:[t.jsx(Be,{children:t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-4u)"},children:[t.jsx(ux,{children:t.jsx(Z5,{browser:f.browser||"Unknown"})}),t.jsxs("div",{children:[t.jsx("div",{children:f.browser||"Unknown Browser"}),f.device&&t.jsx("div",{style:{fontSize:"var(--font-size-sm)",color:"var(--color-muted)"},children:f.device})]})]})}),t.jsx(Be,{children:t.jsxs("div",{children:[t.jsx("div",{children:f.city&&f.country?`${f.city}, ${f.country}`:"Unknown location"}),f.ip_address&&t.jsx("div",{style:{fontSize:"var(--font-size-sm)",color:"var(--color-muted)"},children:f.ip_address})]})}),t.jsx(Be,{children:u(f.last_active_at)}),t.jsx(Dt,{children:t.jsxs(U,{$size:"sm",$outline:!0,$destructive:!0,onClick:()=>d(f.id),children:[t.jsx(Ar,{size:12,style:{marginRight:4}}),"Sign out"]})})]},f.id))})]})})}):t.jsx(At,{title:"No active sessions",description:"You don't have any active sessions at the moment."})})},O5=l(Y1)`
|
|
5793
5793
|
display: flex;
|
|
5794
5794
|
justify-content: center;
|
|
5795
5795
|
align-items: center;
|
|
@@ -5851,7 +5851,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
5851
5851
|
`,N5=l.span`
|
|
5852
5852
|
font-size: var(--font-size-lg);
|
|
5853
5853
|
color: var(--color-popover-foreground);
|
|
5854
|
-
`,U5=(e,r)=>`${(e==null?void 0:e[0])||""}${(r==null?void 0:r[0])||""}`.toUpperCase()||"U",lu=()=>{var C,_,k,y
|
|
5854
|
+
`,U5=(e,r)=>`${(e==null?void 0:e[0])||""}${(r==null?void 0:r[0])||""}`.toUpperCase()||"U",lu=()=>{var C,_,k,y,M,z,I,H;const{loading:e,user:r,updateProfilePicture:a}=ir(),{deployment:o}=Ee(),[s,i]=c.useState("profile"),[h,d]=c.useState(null),[u,f]=c.useState("info"),[p,m]=c.useState(!1),g=c.useRef(null),v=c.useCallback((T,P="info")=>{d(T),f(P),setTimeout(()=>d(null),3e3)},[d]),b=async T=>{var $;const P=($=T.target.files)==null?void 0:$[0];if(P){if(P.size>2*1024*1024){v("File size cannot exceed 2MB","error");return}if(!P.type.startsWith("image/")){v("Please select a valid image file","error");return}try{m(!0),await a(P),await(r==null?void 0:r.refetch()),v("Profile picture updated","info")}catch(E){v((E==null?void 0:E.message)||"Failed to update profile picture","error")}finally{m(!1),g.current&&(g.current.value="")}}};if(e)return t.jsx(ge,{children:t.jsx(O5,{children:t.jsx(Ae,{})})});const x=o==null?void 0:o.auth_settings,w=(C=x==null?void 0:x.email_address)==null?void 0:C.enabled,A=(_=x==null?void 0:x.phone_number)==null?void 0:_.enabled,j=((k=o==null?void 0:o.social_connections)==null?void 0:k.some(T=>T.enabled))||!1,S=((y=x==null?void 0:x.password)==null?void 0:y.enabled)||((M=x==null?void 0:x.auth_factors_enabled)==null?void 0:M.authenticator)||((z=x==null?void 0:x.auth_factors_enabled)==null?void 0:z.phone_otp)||((I=x==null?void 0:x.auth_factors_enabled)==null?void 0:I.backup_code);return t.jsx(ge,{children:t.jsx(rx,{children:t.jsx(K1.Provider,{value:{screen:null,setScreen:()=>{},toast:v},children:t.jsxs(Y1,{children:[r&&t.jsxs(px,{className:"mac-page-header",children:[t.jsxs(H5,{type:"button",onClick:()=>{var T;return(T=g.current)==null?void 0:T.click()},disabled:p,title:"Change profile picture","aria-label":"Change profile picture",children:[r.profile_picture_url?t.jsx("img",{src:r.profile_picture_url,alt:""}):U5(r.first_name,r.last_name),t.jsx("span",{className:"hover-overlay",children:p?t.jsx(Ae,{size:14}):t.jsx(ks,{size:16})})]}),t.jsx("input",{ref:g,type:"file",accept:"image/*",style:{display:"none"},onChange:b}),t.jsxs(hx,{children:[t.jsx(fx,{children:`${r.first_name||""} ${r.last_name||""}`.trim()||r.username||"Account"}),((H=r.primary_email_address)==null?void 0:H.email)&&t.jsx(mx,{children:r.primary_email_address.email})]})]}),t.jsx(ax,{children:t.jsxs(nx,{children:[t.jsx(Ur,{$isActive:s==="profile",onClick:()=>i("profile"),children:t.jsxs(Br,{children:[t.jsx(Ca,{size:16}),"Profile"]})}),w&&t.jsx(Ur,{$isActive:s==="email",onClick:()=>i("email"),children:t.jsxs(Br,{children:[t.jsx(Pn,{size:16}),"Email"]})}),A&&t.jsx(Ur,{$isActive:s==="phone",onClick:()=>i("phone"),children:t.jsxs(Br,{children:[t.jsx(pf,{size:16}),"Phone"]})}),j&&t.jsx(Ur,{$isActive:s==="social",onClick:()=>i("social"),children:t.jsxs(Br,{children:[t.jsx(lf,{size:16}),"Connections"]})}),S&&t.jsx(Ur,{$isActive:s==="security",onClick:()=>i("security"),children:t.jsxs(Br,{children:[t.jsx(Rt,{size:16}),"Security"]})}),t.jsx(Ur,{$isActive:s==="sessions",onClick:()=>i("sessions"),children:t.jsxs(Br,{children:[t.jsx(hf,{size:16}),"Sessions"]})})]})}),t.jsxs(ox,{children:[s==="profile"&&t.jsx(vx,{}),s==="email"&&w&&t.jsx(_x,{}),s==="phone"&&A&&t.jsx($x,{}),s==="social"&&j&&t.jsx(qx,{}),s==="security"&&S&&t.jsx(z5,{}),s==="sessions"&&t.jsx(I5,{})]}),h&&t.jsx(V5,{children:t.jsxs(D5,{children:[u==="error"?t.jsx(aa,{size:16,color:"var(--color-error)"}):t.jsx(it,{size:16,color:"var(--color-success)"}),t.jsx(N5,{children:h})]})})]})})})})},du=({isOpen:e,onClose:r,title:a,showHeader:o,headerContent:s,footerContent:i,customContent:h,children:d,showCloseButton:u})=>t.jsx(Oe,{isOpen:e,onClose:r,children:t.jsx(Oe.Overlay,{children:t.jsxs(Oe.Content,{style:{width:"900px",maxWidth:"min(90vw, 100vw - 16px)"},children:[o&&t.jsx(Oe.Header,{showCloseButton:u,children:s||a}),h||d||t.jsx(lu,{}),i&&t.jsx(Oe.Footer,{children:i})]})})}),B5=l.div`
|
|
5855
5855
|
position: relative;
|
|
5856
5856
|
`,W5=l.button`
|
|
5857
5857
|
display: flex;
|
|
@@ -6410,7 +6410,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
6410
6410
|
align-items: center;
|
|
6411
6411
|
justify-content: center;
|
|
6412
6412
|
flex-shrink: 0;
|
|
6413
|
-
`,Ds=({showName:e=!0,onCreateOrg:r,showOrgSwitcher:a=!0,narrowBreakpoint:o=640})=>{var ot,Dt,jt,dr,ur,Yt,Qt,Nt,pr,hr,vt;const[s,i]=c.useState(!1),[h,d]=c.useState(!1),[u,f]=c.useState(typeof window<"u"&&window.innerWidth<o),[p,m]=c.useState(!1),[g,v]=c.useState("org"),[b,x]=c.useState(null),[w,A]=c.useState({top:0,left:0,maxHeight:400}),[j,S]=c.useState(new Set),[C,_]=c.useState(null),k=c.useRef(null),y=c.useRef(null),$=c.useRef(null),z=gt({triggerRef:k,isOpen:s,minWidth:300}),Z=Bt(!1),O=Bt(!1),R=Bt(!1),P=Bt(!1),M=Bt(!1),{session:E,signOut:F,switchSignIn:L,switchOrganization:H,switchWorkspace:I,refetch:T}=nt(),{navigateToSignIn:Q}=bt(),{deployment:N}=Se(),{activeOrganization:G,activeMembership:J,leave:X}=or(),{organizationMemberships:ie}=qt(),{workspaces:pe}=sr(),{activeWorkspace:re,activeMembership:xe,leave:ae}=Zt(),q=(ot=E==null?void 0:E.active_signin)==null?void 0:ot.user,We=((jt=(Dt=N==null?void 0:N.auth_settings)==null?void 0:Dt.multi_session_support)==null?void 0:jt.enabled)??!1,Ie=((dr=N==null?void 0:N.b2b_settings)==null?void 0:dr.workspaces_enabled)??!1,Be=((ur=N==null?void 0:N.b2b_settings)==null?void 0:ur.allow_users_to_create_orgs)??!1,De=!G,ve=c.useMemo(()=>{var ye;const le={};for(const ze of pe||[]){const He=(ye=ze.organization)==null?void 0:ye.id;He&&(le[He]||(le[He]=[]),le[He].push(ze))}return le},[pe]),ee=ie||[],de=c.useCallback(()=>{if(!y.current)return;const le=y.current.getBoundingClientRect(),ye=300,ze=8,He=window.innerWidth<o;if(f(He),He){A({top:le.top,left:le.left,maxHeight:le.height});return}const Qe=Math.min(Math.max(le.height,520),window.innerHeight-le.top-16),Xe=le.right+ze+ye<=window.innerWidth-8;A({top:le.top,left:Xe?le.right+ze:le.left-ze-ye,maxHeight:Qe})},[o]),ne=c.useCallback(()=>{de(),d(!0)},[de]),K=c.useCallback(le=>{S(ye=>{const ze=new Set(ye);return ze.has(le)?ze.delete(le):ze.add(le),ze})},[]);c.useEffect(()=>{G&&Ie&&S(le=>{if(le.has(G.id))return le;const ye=new Set(le);return ye.add(G.id),ye})},[G,Ie]),c.useEffect(()=>{v(Ie&&re?"ws":"org")},[Ie,re==null?void 0:re.id]),c.useEffect(()=>{const le=()=>{f(window.innerWidth<o),h&&de()};return window.addEventListener("resize",le),()=>window.removeEventListener("resize",le)},[o,h,de]),c.useEffect(()=>{s||(d(!1),m(!1))},[s]),c.useEffect(()=>{if(!s)return;const le=setTimeout(()=>{const ye=ze=>{var Qe,Xe,pt;const He=ze.target;(Qe=k.current)!=null&&Qe.contains(He)||(Xe=y.current)!=null&&Xe.contains(He)||(pt=$.current)!=null&&pt.contains(He)||i(!1)};return document.addEventListener("mousedown",ye),()=>document.removeEventListener("mousedown",ye)},50);return()=>clearTimeout(le)},[s]);const he=le=>le.split(" ").filter(Boolean).map(ye=>ye[0]).join("").toUpperCase().slice(0,2),W=(le,ye,ze,He,Qe)=>t.jsx(Qe,{children:le?t.jsx("img",{src:ye,alt:ze}):he(`${ze||""} ${He||""}`)}),D=async le=>{try{await F(le),await T(),i(!1)}catch{}},B=async le=>{try{await L(le),await T(),i(!1)}catch{}},fe=async le=>{if(!p){m(!0);try{await H(le),await T(),d(!1)}catch{}finally{m(!1)}}},ce=async le=>{if(!p){m(!0);try{await I(le),await T(),d(!1)}catch{}finally{m(!1)}}},me=()=>{Z.open(),i(!1)},Oe=[...(E==null?void 0:E.signins)||[]].sort((le,ye)=>{const ze=le.user.id===(q==null?void 0:q.id),He=ye.user.id===(q==null?void 0:q.id);return ze===He?0:ze?-1:1}),qe=((Yt=Oe.find(le=>le.user.id===(q==null?void 0:q.id)))==null?void 0:Yt.id)||"",Ke=((Nt=(Qt=J==null?void 0:J.roles)==null?void 0:Qt[0])==null?void 0:Nt.name)??null;return t.jsx(ge,{children:t.jsxs(B5,{children:[t.jsxs(W5,{ref:k,onClick:()=>i(!s),children:[W(q==null?void 0:q.has_profile_picture,q==null?void 0:q.profile_picture_url,q==null?void 0:q.first_name,q==null?void 0:q.last_name,uu),e&&t.jsx(G5,{children:`${(q==null?void 0:q.first_name)||""} ${(q==null?void 0:q.last_name)||""}`.trim()})]}),typeof window<"u"&&kn.createPortal(t.jsxs(ge,{children:[t.jsxs(q5,{ref:y,$position:z,$isOpen:s&&!(u&&h),$maxHeight:z==null?void 0:z.maxHeight,children:[t.jsx(Y5,{children:t.jsxs(Q5,{children:[W(q==null?void 0:q.has_profile_picture,q==null?void 0:q.profile_picture_url,q==null?void 0:q.first_name,q==null?void 0:q.last_name,J5),t.jsxs(X5,{children:[t.jsx(eb,{children:`${(q==null?void 0:q.first_name)||""} ${(q==null?void 0:q.last_name)||""}`.trim()}),t.jsx(tb,{children:(pr=q==null?void 0:q.primary_email_address)==null?void 0:pr.email})]})]})}),t.jsxs(sb,{children:[a&&t.jsxs(rb,{$active:h,onClick:ne,style:{marginBottom:"var(--space-2u)"},children:[t.jsx(ab,{children:G?G.image_url?t.jsx("img",{src:G.image_url,alt:G.name}):(hr=G.name)==null?void 0:hr.charAt(0).toUpperCase():q!=null&&q.has_profile_picture?t.jsx("img",{src:q.profile_picture_url,alt:q.first_name}):he(`${(q==null?void 0:q.first_name)||""} ${(q==null?void 0:q.last_name)||""}`)}),t.jsx(nb,{children:(G==null?void 0:G.name)??"Personal account"}),Ke&&t.jsx(ob,{children:Ke})]}),t.jsxs(ib,{onClick:me,children:[t.jsx(Er,{}),t.jsx(cb,{children:"Manage account"}),t.jsx(lb,{children:"⌘,"})]})]}),t.jsx(hl,{}),t.jsxs(db,{children:[t.jsx(ub,{children:"Accounts"}),We?Oe.map(({user:le,id:ye})=>{var He;const ze=le.id===(q==null?void 0:q.id);return t.jsxs($o,{$active:ze,onClick:ze?void 0:()=>B(ye),children:[ze?t.jsx(Mo,{children:t.jsx(it,{})}):t.jsx(pb,{}),t.jsx(Lo,{children:(He=le.primary_email_address)==null?void 0:He.email}),ze&&t.jsx(fl,{children:"Current"})]},le.id)}):q&&t.jsxs($o,{$active:!0,children:[t.jsx(Mo,{children:t.jsx(it,{})}),t.jsx(Lo,{children:(vt=q.primary_email_address)==null?void 0:vt.email}),t.jsx(fl,{children:"Current"})]}),We&&t.jsxs($o,{onClick:()=>{Q(),i(!1)},children:[t.jsx(Mo,{style:{color:"var(--color-secondary-text)"},children:t.jsx(wt,{})}),t.jsx(Lo,{style:{color:"var(--color-secondary-text)"},children:"Add account"})]})]}),t.jsx(hl,{}),t.jsx(hb,{children:t.jsxs(fb,{onClick:()=>D(qe),children:[t.jsx(Ar,{}),"Sign out"]})})]}),t.jsxs(K5,{ref:$,$top:w.top,$left:w.left,$isOpen:s&&h,$maxHeight:w.maxHeight,children:[u&&t.jsxs(mb,{onClick:()=>d(!1),children:[t.jsx(ta,{size:13}),"Back"]}),(()=>{var Me,Je,Ne,_t,Y;if(De)return null;const le=Ie&&!!re,ye=!!((Me=J==null?void 0:J.eligibility_restriction)!=null&&Me.type)&&J.eligibility_restriction.type!=="none",ze=!!G&&!ye&&Zs(J),He=le&&!ye&&Os(xe),Qe=le?g:"org",Xe=(Ne=(Je=J==null?void 0:J.roles)==null?void 0:Je[0])==null?void 0:Ne.name,pt=(Y=(_t=xe==null?void 0:xe.roles)==null?void 0:_t[0])==null?void 0:Y.name,yt=async()=>{if(X){x("org");try{await X(),await T(),d(!1)}catch{}finally{x(null)}}},oe=async()=>{if(ae){x("ws");try{await ae(),d(!1)}catch{}finally{x(null)}}};return t.jsxs(xb,{children:[le&&t.jsxs(bb,{children:[t.jsx(wl,{type:"button",$active:Qe==="org","data-active":Qe==="org",onClick:()=>v("org"),children:"Organization"}),t.jsx(wl,{type:"button",$active:Qe==="ws","data-active":Qe==="ws",onClick:()=>v("ws"),children:"Workspace"})]}),Qe==="org"&&G&&t.jsxs(yl,{children:[t.jsx(jl,{children:G.image_url?t.jsx("img",{src:G.image_url,alt:G.name}):he(G.name)}),t.jsxs(_l,{children:[t.jsx(kl,{children:G.name}),Xe&&t.jsx(Cl,{children:Xe})]}),t.jsxs(Sl,{children:[ze&&t.jsx(on,{onClick:()=>{R.open(),i(!1)},title:"Organization settings","aria-label":"Organization settings",children:t.jsx(Er,{size:14})}),t.jsx(on,{$destructive:!0,onClick:yt,disabled:b==="org",title:"Leave organization","aria-label":"Leave organization",children:t.jsx(Ar,{size:14})})]})]}),Qe==="ws"&&le&&t.jsxs(yl,{children:[t.jsx(jl,{children:re.image_url?t.jsx("img",{src:re.image_url,alt:re.name}):he(re.name)}),t.jsxs(_l,{children:[t.jsx(kl,{children:re.name}),pt&&t.jsx(Cl,{children:pt})]}),t.jsxs(Sl,{children:[He&&t.jsx(on,{onClick:()=>{M.open(),i(!1)},title:"Workspace settings","aria-label":"Workspace settings",children:t.jsx(Er,{size:14})}),t.jsx(on,{$destructive:!0,onClick:oe,disabled:b==="ws",title:"Leave workspace","aria-label":"Leave workspace",children:t.jsx(Ar,{size:14})})]})]})]})})(),t.jsxs(gb,{children:[t.jsxs(ml,{$active:De,onClick:()=>{De||fe(void 0)},disabled:p,style:De?{cursor:"default"}:void 0,children:[t.jsx(vl,{$personal:!0,children:q!=null&&q.has_profile_picture?t.jsx("img",{src:q.profile_picture_url,alt:q.first_name}):t.jsx(Ca,{size:12})}),t.jsx(hs,{children:"Personal account"}),De&&t.jsx(Ro,{children:t.jsx("span",{className:"sp-check",style:{display:"inline-flex"},children:t.jsx(Po,{size:13})})})]}),ee.map(le=>{var pt,yt;const ye=le.organization,ze=ye.id===(G==null?void 0:G.id),He=j.has(ye.id),Qe=Ie?ve[ye.id]||[]:[],Xe=!!((pt=le.eligibility_restriction)!=null&&pt.type)&&le.eligibility_restriction.type!=="none";return t.jsxs(c.Fragment,{children:[t.jsxs(ml,{$active:ze,onClick:()=>{Xe||(Ie?K(ye.id):ze||fe(ye.id))},disabled:p,style:Xe?{opacity:.55,cursor:"not-allowed"}:ze&&!Ie?{cursor:"default"}:void 0,title:(yt=le.eligibility_restriction)==null?void 0:yt.message,children:[t.jsx(vl,{children:ye.image_url?t.jsx("img",{src:ye.image_url,alt:ye.name}):he(ye.name)}),t.jsx(hs,{children:ye.name}),t.jsxs(Ro,{children:[Xe&&t.jsx(zr,{size:12,color:"var(--color-error)"}),ze&&!Ie&&t.jsx(Po,{size:13}),Ie&&t.jsx(vb,{size:11,$open:He})]})]}),Ie&&He&&t.jsxs(t.Fragment,{children:[Qe.map(oe=>{var _t,Y;const Me=ze&&(re==null?void 0:re.id)===oe.id,Je=oe,Ne=((_t=Je.eligibility_restriction)==null?void 0:_t.type)&&Je.eligibility_restriction.type!=="none";return t.jsxs(gl,{$active:Me,onClick:()=>{!Me&&!Ne&&ce(oe.id)},disabled:p,style:Ne||Xe?{opacity:.55,cursor:"not-allowed"}:Me?{cursor:"default"}:void 0,title:(Y=Je.eligibility_restriction)==null?void 0:Y.message,children:[t.jsx(xl,{children:Je.image_url?t.jsx("img",{src:Je.image_url,alt:Je.name}):he(Je.name).charAt(0)}),t.jsx(bl,{children:Je.name}),t.jsxs(Ro,{children:[Ne&&t.jsx(zr,{size:12,color:"var(--color-error)"}),Me&&t.jsx(Po,{size:12})]})]},oe.id)}),!Xe&&t.jsxs(gl,{onClick:()=>{_(ye.id),P.open()},disabled:p,children:[t.jsx(xl,{style:{background:"transparent",border:"1px dashed var(--color-border)"},children:t.jsx(wt,{size:10})}),t.jsx(bl,{children:"New workspace"})]})]})]},ye.id)})]}),(()=>{var Xe,pt,yt;const le=((ie==null?void 0:ie.length)??0)>0,ye=()=>Be&&t.jsx(El,{children:t.jsxs(Al,{onClick:()=>{r?(r(),i(!1)):O.open()},disabled:p,children:[t.jsx(zl,{children:t.jsx(wt,{size:12})}),"New organization"]})});if(!Ie||!le)return ye();const ze=!!((Xe=J==null?void 0:J.eligibility_restriction)!=null&&Xe.type)&&J.eligibility_restriction.type!=="none",He=((yt=(pt=ie==null?void 0:ie[0])==null?void 0:pt.organization)==null?void 0:yt.id)??null,Qe=G&&!ze?G.id:He;return t.jsx(El,{children:t.jsxs(Al,{onClick:()=>{_(Qe),P.open()},disabled:p,children:[t.jsx(zl,{children:t.jsx(wt,{size:12})}),"New workspace"]})})})()]})]}),document.body),t.jsx(du,{isOpen:Z.isOpen,onClose:Z.close}),a&&t.jsxs(t.Fragment,{children:[t.jsx(P1,{isOpen:O.isOpen,onClose:O.close}),t.jsx(O1,{isOpen:R.isOpen,onClose:R.close}),Ie&&t.jsxs(t.Fragment,{children:[t.jsx(Ls,{isOpen:P.isOpen,onClose:()=>{P.close(),_(null)},organizationId:C||void 0}),t.jsx(Ts,{isOpen:M.isOpen,onClose:M.close})]})]})]})})},wb=l.div`
|
|
6413
|
+
`,Ds=({showName:e=!0,onCreateOrg:r,showOrgSwitcher:a=!0,narrowBreakpoint:o=640})=>{var ot,yt,_t,dr,ur,Yt,Qt,Nt,pr,hr,vt;const[s,i]=c.useState(!1),[h,d]=c.useState(!1),[u,f]=c.useState(typeof window<"u"&&window.innerWidth<o),[p,m]=c.useState(!1),[g,v]=c.useState("org"),[b,x]=c.useState(null),[w,A]=c.useState({top:0,left:0,maxHeight:400}),[j,S]=c.useState(new Set),[C,_]=c.useState(null),k=c.useRef(null),y=c.useRef(null),M=c.useRef(null),z=gt({triggerRef:k,isOpen:s,minWidth:300}),I=Bt(!1),H=Bt(!1),T=Bt(!1),P=Bt(!1),$=Bt(!1),{session:E,signOut:F,switchSignIn:L,switchOrganization:Z,switchWorkspace:O,refetch:R}=nt(),{navigateToSignIn:Y}=bt(),{deployment:N}=Ee(),{activeOrganization:G,activeMembership:Q,leave:ee}=or(),{organizationMemberships:se}=qt(),{workspaces:pe}=sr(),{activeWorkspace:te,activeMembership:ye,leave:ae}=It(),W=(ot=E==null?void 0:E.active_signin)==null?void 0:ot.user,Ge=((_t=(yt=N==null?void 0:N.auth_settings)==null?void 0:yt.multi_session_support)==null?void 0:_t.enabled)??!1,He=((dr=N==null?void 0:N.b2b_settings)==null?void 0:dr.workspaces_enabled)??!1,We=((ur=N==null?void 0:N.b2b_settings)==null?void 0:ur.allow_users_to_create_orgs)??!1,Ne=!G,ve=c.useMemo(()=>{var je;const de={};for(const $e of pe||[]){const Ve=(je=$e.organization)==null?void 0:je.id;Ve&&(de[Ve]||(de[Ve]=[]),de[Ve].push($e))}return de},[pe]),X=se||[],ce=c.useCallback(()=>{if(!y.current)return;const de=y.current.getBoundingClientRect(),je=300,$e=8,Ve=window.innerWidth<o;if(f(Ve),Ve){A({top:de.top,left:de.left,maxHeight:de.height});return}const Qe=Math.min(Math.max(de.height,520),window.innerHeight-de.top-16),Xe=de.right+$e+je<=window.innerWidth-8;A({top:de.top,left:Xe?de.right+$e:de.left-$e-je,maxHeight:Qe})},[o]),ie=c.useCallback(()=>{ce(),d(!0)},[ce]),q=c.useCallback(de=>{S(je=>{const $e=new Set(je);return $e.has(de)?$e.delete(de):$e.add(de),$e})},[]);c.useEffect(()=>{G&&He&&S(de=>{if(de.has(G.id))return de;const je=new Set(de);return je.add(G.id),je})},[G,He]),c.useEffect(()=>{v(He&&te?"ws":"org")},[He,te==null?void 0:te.id]),c.useEffect(()=>{const de=()=>{f(window.innerWidth<o),h&&ce()};return window.addEventListener("resize",de),()=>window.removeEventListener("resize",de)},[o,h,ce]),c.useEffect(()=>{s||(d(!1),m(!1))},[s]),c.useEffect(()=>{if(!s)return;const de=setTimeout(()=>{const je=$e=>{var Qe,Xe,pt;const Ve=$e.target;(Qe=k.current)!=null&&Qe.contains(Ve)||(Xe=y.current)!=null&&Xe.contains(Ve)||(pt=M.current)!=null&&pt.contains(Ve)||i(!1)};return document.addEventListener("mousedown",je),()=>document.removeEventListener("mousedown",je)},50);return()=>clearTimeout(de)},[s]);const he=de=>de.split(" ").filter(Boolean).map(je=>je[0]).join("").toUpperCase().slice(0,2),fe=(de,je,$e,Ve,Qe)=>t.jsx(Qe,{children:de?t.jsx("img",{src:je,alt:$e}):he(`${$e||""} ${Ve||""}`)}),D=async de=>{try{await F(de),await R(),i(!1)}catch{}},B=async de=>{try{await L(de),await R(),i(!1)}catch{}},J=async de=>{if(!p){m(!0);try{await Z(de),await R(),d(!1)}catch{}finally{m(!1)}}},me=async de=>{if(!p){m(!0);try{await O(de),await R(),d(!1)}catch{}finally{m(!1)}}},le=()=>{I.open(),i(!1)},we=[...(E==null?void 0:E.signins)||[]].sort((de,je)=>{const $e=de.user.id===(W==null?void 0:W.id),Ve=je.user.id===(W==null?void 0:W.id);return $e===Ve?0:$e?-1:1}),Ie=((Yt=we.find(de=>de.user.id===(W==null?void 0:W.id)))==null?void 0:Yt.id)||"",Ke=((Nt=(Qt=Q==null?void 0:Q.roles)==null?void 0:Qt[0])==null?void 0:Nt.name)??null;return t.jsx(ge,{children:t.jsxs(B5,{children:[t.jsxs(W5,{ref:k,onClick:()=>i(!s),children:[fe(W==null?void 0:W.has_profile_picture,W==null?void 0:W.profile_picture_url,W==null?void 0:W.first_name,W==null?void 0:W.last_name,uu),e&&t.jsx(G5,{children:`${(W==null?void 0:W.first_name)||""} ${(W==null?void 0:W.last_name)||""}`.trim()})]}),typeof window<"u"&&kn.createPortal(t.jsxs(ge,{children:[t.jsxs(q5,{ref:y,$position:z,$isOpen:s&&!(u&&h),$maxHeight:z==null?void 0:z.maxHeight,children:[t.jsx(Y5,{children:t.jsxs(Q5,{children:[fe(W==null?void 0:W.has_profile_picture,W==null?void 0:W.profile_picture_url,W==null?void 0:W.first_name,W==null?void 0:W.last_name,J5),t.jsxs(X5,{children:[t.jsx(eb,{children:`${(W==null?void 0:W.first_name)||""} ${(W==null?void 0:W.last_name)||""}`.trim()}),t.jsx(tb,{children:(pr=W==null?void 0:W.primary_email_address)==null?void 0:pr.email})]})]})}),t.jsxs(sb,{children:[a&&t.jsxs(rb,{$active:h,onClick:ie,style:{marginBottom:"var(--space-2u)"},children:[t.jsx(ab,{children:G?G.image_url?t.jsx("img",{src:G.image_url,alt:G.name}):(hr=G.name)==null?void 0:hr.charAt(0).toUpperCase():W!=null&&W.has_profile_picture?t.jsx("img",{src:W.profile_picture_url,alt:W.first_name}):he(`${(W==null?void 0:W.first_name)||""} ${(W==null?void 0:W.last_name)||""}`)}),t.jsx(nb,{children:(G==null?void 0:G.name)??"Personal account"}),Ke&&t.jsx(ob,{children:Ke})]}),t.jsxs(ib,{onClick:le,children:[t.jsx(Er,{}),t.jsx(cb,{children:"Manage account"}),t.jsx(lb,{children:"⌘,"})]})]}),t.jsx(hl,{}),t.jsxs(db,{children:[t.jsx(ub,{children:"Accounts"}),Ge?we.map(({user:de,id:je})=>{var Ve;const $e=de.id===(W==null?void 0:W.id);return t.jsxs($o,{$active:$e,onClick:$e?void 0:()=>B(je),children:[$e?t.jsx(Mo,{children:t.jsx(it,{})}):t.jsx(pb,{}),t.jsx(Lo,{children:(Ve=de.primary_email_address)==null?void 0:Ve.email}),$e&&t.jsx(fl,{children:"Current"})]},de.id)}):W&&t.jsxs($o,{$active:!0,children:[t.jsx(Mo,{children:t.jsx(it,{})}),t.jsx(Lo,{children:(vt=W.primary_email_address)==null?void 0:vt.email}),t.jsx(fl,{children:"Current"})]}),Ge&&t.jsxs($o,{onClick:()=>{Y(),i(!1)},children:[t.jsx(Mo,{style:{color:"var(--color-secondary-text)"},children:t.jsx(wt,{})}),t.jsx(Lo,{style:{color:"var(--color-secondary-text)"},children:"Add account"})]})]}),t.jsx(hl,{}),t.jsx(hb,{children:t.jsxs(fb,{onClick:()=>D(Ie),children:[t.jsx(Ar,{}),"Sign out"]})})]}),t.jsxs(K5,{ref:M,$top:w.top,$left:w.left,$isOpen:s&&h,$maxHeight:w.maxHeight,children:[u&&t.jsxs(mb,{onClick:()=>d(!1),children:[t.jsx(ra,{size:13}),"Back"]}),(()=>{var Le,Je,Ue,kt,K;if(Ne)return null;const de=He&&!!te,je=!!((Le=Q==null?void 0:Q.eligibility_restriction)!=null&&Le.type)&&Q.eligibility_restriction.type!=="none",$e=!!G&&!je&&Zs(Q),Ve=de&&!je&&Os(ye),Qe=de?g:"org",Xe=(Ue=(Je=Q==null?void 0:Q.roles)==null?void 0:Je[0])==null?void 0:Ue.name,pt=(K=(kt=ye==null?void 0:ye.roles)==null?void 0:kt[0])==null?void 0:K.name,jt=async()=>{if(ee){x("org");try{await ee(),await R(),d(!1)}catch{}finally{x(null)}}},ne=async()=>{if(ae){x("ws");try{await ae(),d(!1)}catch{}finally{x(null)}}};return t.jsxs(xb,{children:[de&&t.jsxs(bb,{children:[t.jsx(wl,{type:"button",$active:Qe==="org","data-active":Qe==="org",onClick:()=>v("org"),children:"Organization"}),t.jsx(wl,{type:"button",$active:Qe==="ws","data-active":Qe==="ws",onClick:()=>v("ws"),children:"Workspace"})]}),Qe==="org"&&G&&t.jsxs(yl,{children:[t.jsx(jl,{children:G.image_url?t.jsx("img",{src:G.image_url,alt:G.name}):he(G.name)}),t.jsxs(_l,{children:[t.jsx(kl,{children:G.name}),Xe&&t.jsx(Cl,{children:Xe})]}),t.jsxs(Sl,{children:[$e&&t.jsx(on,{onClick:()=>{T.open(),i(!1)},title:"Organization settings","aria-label":"Organization settings",children:t.jsx(Er,{size:14})}),t.jsx(on,{$destructive:!0,onClick:jt,disabled:b==="org",title:"Leave organization","aria-label":"Leave organization",children:t.jsx(Ar,{size:14})})]})]}),Qe==="ws"&&de&&t.jsxs(yl,{children:[t.jsx(jl,{children:te.image_url?t.jsx("img",{src:te.image_url,alt:te.name}):he(te.name)}),t.jsxs(_l,{children:[t.jsx(kl,{children:te.name}),pt&&t.jsx(Cl,{children:pt})]}),t.jsxs(Sl,{children:[Ve&&t.jsx(on,{onClick:()=>{$.open(),i(!1)},title:"Workspace settings","aria-label":"Workspace settings",children:t.jsx(Er,{size:14})}),t.jsx(on,{$destructive:!0,onClick:ne,disabled:b==="ws",title:"Leave workspace","aria-label":"Leave workspace",children:t.jsx(Ar,{size:14})})]})]})]})})(),t.jsxs(gb,{children:[t.jsxs(ml,{$active:Ne,onClick:()=>{Ne||J(void 0)},disabled:p,style:Ne?{cursor:"default"}:void 0,children:[t.jsx(vl,{$personal:!0,children:W!=null&&W.has_profile_picture?t.jsx("img",{src:W.profile_picture_url,alt:W.first_name}):t.jsx(Ca,{size:12})}),t.jsx(hs,{children:"Personal account"}),Ne&&t.jsx(Ro,{children:t.jsx("span",{className:"sp-check",style:{display:"inline-flex"},children:t.jsx(Po,{size:13})})})]}),X.map(de=>{var pt,jt;const je=de.organization,$e=je.id===(G==null?void 0:G.id),Ve=j.has(je.id),Qe=He?ve[je.id]||[]:[],Xe=!!((pt=de.eligibility_restriction)!=null&&pt.type)&&de.eligibility_restriction.type!=="none";return t.jsxs(c.Fragment,{children:[t.jsxs(ml,{$active:$e,onClick:()=>{Xe||(He?q(je.id):$e||J(je.id))},disabled:p,style:Xe?{opacity:.55,cursor:"not-allowed"}:$e&&!He?{cursor:"default"}:void 0,title:(jt=de.eligibility_restriction)==null?void 0:jt.message,children:[t.jsx(vl,{children:je.image_url?t.jsx("img",{src:je.image_url,alt:je.name}):he(je.name)}),t.jsx(hs,{children:je.name}),t.jsxs(Ro,{children:[Xe&&t.jsx(zr,{size:12,color:"var(--color-error)"}),$e&&!He&&t.jsx(Po,{size:13}),He&&t.jsx(vb,{size:11,$open:Ve})]})]}),He&&Ve&&t.jsxs(t.Fragment,{children:[Qe.map(ne=>{var kt,K;const Le=$e&&(te==null?void 0:te.id)===ne.id,Je=ne,Ue=((kt=Je.eligibility_restriction)==null?void 0:kt.type)&&Je.eligibility_restriction.type!=="none";return t.jsxs(gl,{$active:Le,onClick:()=>{!Le&&!Ue&&me(ne.id)},disabled:p,style:Ue||Xe?{opacity:.55,cursor:"not-allowed"}:Le?{cursor:"default"}:void 0,title:(K=Je.eligibility_restriction)==null?void 0:K.message,children:[t.jsx(xl,{children:Je.image_url?t.jsx("img",{src:Je.image_url,alt:Je.name}):he(Je.name).charAt(0)}),t.jsx(bl,{children:Je.name}),t.jsxs(Ro,{children:[Ue&&t.jsx(zr,{size:12,color:"var(--color-error)"}),Le&&t.jsx(Po,{size:12})]})]},ne.id)}),!Xe&&t.jsxs(gl,{onClick:()=>{_(je.id),P.open()},disabled:p,children:[t.jsx(xl,{style:{background:"transparent",border:"1px dashed var(--color-border)"},children:t.jsx(wt,{size:10})}),t.jsx(bl,{children:"New workspace"})]})]})]},je.id)})]}),(()=>{var Xe,pt,jt;const de=((se==null?void 0:se.length)??0)>0,je=()=>We&&t.jsx(El,{children:t.jsxs(Al,{onClick:()=>{r?(r(),i(!1)):H.open()},disabled:p,children:[t.jsx(zl,{children:t.jsx(wt,{size:12})}),"New organization"]})});if(!He||!de)return je();const $e=!!((Xe=Q==null?void 0:Q.eligibility_restriction)!=null&&Xe.type)&&Q.eligibility_restriction.type!=="none",Ve=((jt=(pt=se==null?void 0:se[0])==null?void 0:pt.organization)==null?void 0:jt.id)??null,Qe=G&&!$e?G.id:Ve;return t.jsx(El,{children:t.jsxs(Al,{onClick:()=>{_(Qe),P.open()},disabled:p,children:[t.jsx(zl,{children:t.jsx(wt,{size:12})}),"New workspace"]})})})()]})]}),document.body),t.jsx(du,{isOpen:I.isOpen,onClose:I.close}),a&&t.jsxs(t.Fragment,{children:[t.jsx(P1,{isOpen:H.isOpen,onClose:H.close}),t.jsx(O1,{isOpen:T.isOpen,onClose:T.close}),He&&t.jsxs(t.Fragment,{children:[t.jsx(Ls,{isOpen:P.isOpen,onClose:()=>{P.close(),_(null)},organizationId:C||void 0}),t.jsx(Ts,{isOpen:$.isOpen,onClose:$.close})]})]})]})})},wb=l.div`
|
|
6414
6414
|
padding: var(--space-6u) var(--space-8u);
|
|
6415
6415
|
background: ${e=>e.$unread?"var(--color-accent)":"transparent"};
|
|
6416
6416
|
transition: background-color 0.2s ease;
|
|
@@ -6658,7 +6658,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
6658
6658
|
color: var(--color-secondary-text);
|
|
6659
6659
|
margin: 0;
|
|
6660
6660
|
line-height: 1.4;
|
|
6661
|
-
`,fu=c.forwardRef(({scope:e="all",onAction:r,fullWidth:a,maxHeight:o,className:s},i)=>{const[h,d]=c.useState("inbox"),[u,f]=c.useState(!1),[p,m]=c.useState(!1),g=c.useRef(null),v={scope:e,limit:20,is_archived:h==="archive",is_starred:h==="starred",is_read:u?!1:void 0},{notifications:b,loading:x,error:w,hasMore:A,loadMore:j,markAsRead:S,markAsUnread:C,markAllAsRead:_,archiveAllRead:k,archiveNotification:y,starNotification
|
|
6661
|
+
`,fu=c.forwardRef(({scope:e="all",onAction:r,fullWidth:a,maxHeight:o,className:s},i)=>{const[h,d]=c.useState("inbox"),[u,f]=c.useState(!1),[p,m]=c.useState(!1),g=c.useRef(null),v={scope:e,limit:20,is_archived:h==="archive",is_starred:h==="starred",is_read:u?!1:void 0},{notifications:b,loading:x,error:w,hasMore:A,loadMore:j,markAsRead:S,markAsUnread:C,markAllAsRead:_,archiveAllRead:k,archiveNotification:y,starNotification:M}=x0(v);c.useEffect(()=>{if(!p)return;const T=P=>{g.current&&!g.current.contains(P.target)&&m(!1)};return document.addEventListener("mousedown",T),()=>document.removeEventListener("mousedown",T)},[p]);const z=async T=>{switch(T.type){case"read":await S(T.id);break;case"unread":await C(T.id);break;case"archive":await y(T.id);break;case"star":await M(T.id);break;case"custom":r==null||r(T.payload);break}},I=()=>{_(),m(!1)},H=()=>{k(),m(!1)};return t.jsxs(Eb,{ref:i,$fullWidth:a,$maxHeight:o,className:s,children:[t.jsxs(Ab,{children:[t.jsxs(zb,{children:[t.jsx(sn,{$active:h==="inbox",onClick:()=>d("inbox"),children:"Inbox"}),t.jsx(sn,{$active:h==="archive",onClick:()=>d("archive"),children:"Archive"}),t.jsx(sn,{$active:h==="starred",onClick:()=>d("starred"),children:"Starred"})]}),t.jsxs(Lb,{onClick:()=>f(!u),children:[t.jsx(Rb,{$active:u}),t.jsx(Pb,{children:"Unread Only"})]}),t.jsx($b,{onClick:()=>m(!p),style:{padding:"var(--space-2u)"},children:t.jsx(nf,{size:16})}),p&&t.jsxs(Mb,{ref:g,style:{top:"var(--size-18u)",right:"var(--space-6u)"},children:[h==="inbox"&&t.jsxs($l,{onClick:I,children:[t.jsx(rf,{})," Mark all as read"]}),t.jsxs($l,{onClick:H,children:[t.jsx(rd,{})," Archive all read"]})]})]}),t.jsx(Tb,{children:x?t.jsx(Fb,{children:t.jsx(Ae,{})}):w?t.jsxs(Ml,{children:[t.jsx(Ll,{children:t.jsx(ji,{size:24,style:{color:"var(--color-error)"}})}),t.jsx(Rl,{children:"Failed to load notifications"}),t.jsx(Pl,{children:w.message||"An unexpected error occurred."})]}):b.length===0?t.jsxs(Ml,{children:[t.jsx(Ll,{children:t.jsx(ji,{size:24})}),t.jsx(Rl,{children:"No notifications"}),t.jsx(Pl,{children:"You're all caught up!"})]}):t.jsxs(t.Fragment,{children:[b.map(T=>t.jsx(hu,{notification:T,onAction:z},T.id)),A&&t.jsx("div",{style:{padding:"var(--space-6u)",display:"flex",justifyContent:"center"},children:t.jsx(sn,{$active:!1,onClick:j,style:{fontSize:"var(--font-size-sm)"},children:"Load more"})})]})})]})}),Zb=l.div`
|
|
6662
6662
|
position: fixed;
|
|
6663
6663
|
${e=>{var r;return((r=e.$position)==null?void 0:r.top)!==void 0?`top: ${e.$position.top}px;`:""}}
|
|
6664
6664
|
${e=>{var r;return((r=e.$position)==null?void 0:r.bottom)!==void 0?`bottom: ${e.$position.bottom}px;`:""}}
|
|
@@ -7000,7 +7000,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
7000
7000
|
background: linear-gradient(90deg, var(--color-accent) 0%, var(--color-secondary) 50%, var(--color-accent) 100%);
|
|
7001
7001
|
background-size: calc(var(--size-50u) * 10) 100%;
|
|
7002
7002
|
animation: ${vu} 2s infinite linear;
|
|
7003
|
-
`,mw=({onAccountSelect:e,showAddAccount:r=!0})=>{var y
|
|
7003
|
+
`,mw=({onAccountSelect:e,showAddAccount:r=!0})=>{var y,M,z,I,H;const{session:a,loading:o,switchSignIn:s,signOut:i}=nt(),{deployment:h}=Ee(),{navigateToSignIn:d,navigate:u}=bt(),[f,p]=c.useState(null),[m,g]=c.useState(null),v=a==null?void 0:a.active_signin,b=(a==null?void 0:a.signins)||[],x=((M=(y=h==null?void 0:h.auth_settings)==null?void 0:y.multi_session_support)==null?void 0:M.enabled)??!1,w=(z=h==null?void 0:h.ui_settings)==null?void 0:z.logo_image_url,A=(I=h==null?void 0:h.ui_settings)==null?void 0:I.app_name;c.useEffect(()=>{o||b.length||d()},[o,b,d]);const j=T=>T.split(" ").map(P=>P[0]).join("").toUpperCase().slice(0,2),S=async T=>{var P;g(T);try{if(await s(T),e)e(T),g(null);else{let $=new URLSearchParams(window.location.search).get("redirect_uri");if($||($=(P=h.ui_settings)==null?void 0:P.after_signin_redirect_url),$){let E;try{E=new URL($)}catch{E=new URL($,window.location.origin)}(h==null?void 0:h.mode)==="staging"&&E.searchParams.set("__dev_session__",ut(h.backend_host)??""),u(E.toString())}else g(null)}}catch{g(null)}},C=async(T,P)=>{T.stopPropagation(),p(P);try{await i(P)}catch{}finally{p(null)}},_=()=>{var P;let T=new URLSearchParams(window.location.search).get("redirect_uri");T||(T=(P=h.ui_settings)==null?void 0:P.after_signin_redirect_url),d(T)},k=()=>t.jsxs(Gb,{children:[t.jsxs(qb,{children:[w?t.jsx(Kb,{src:w,alt:A||"App"}):t.jsx(Yb,{children:t.jsx(mf,{size:20})}),t.jsxs(Qb,{children:[t.jsx(Jb,{children:A||"Your App"}),t.jsx(Xb,{children:"Select or switch between your accounts"})]})]}),t.jsx(ew,{})]});return o?t.jsx(ge,{children:t.jsxs(Fl,{children:[k(),t.jsxs(Zl,{children:[t.jsx(Il,{children:t.jsx(To,{$width:"55%"})}),t.jsx(Ol,{children:[1,2,3].map(T=>t.jsxs(pw,{children:[t.jsx(hw,{}),t.jsxs(fw,{children:[t.jsx(To,{$width:"45%"}),t.jsx(To,{$width:"65%"})]})]},T))})]})]})}):b.length?t.jsx(ge,{children:t.jsxs(Fl,{children:[k(),t.jsxs(Zl,{children:[t.jsxs(Il,{children:[t.jsx(tw,{children:"Your accounts"}),t.jsx(rw,{children:"Select one to continue"})]}),t.jsxs(Ol,{children:[b.map(({user:T,id:P})=>{var R,Y;if(!T)return null;const $=P===(v==null?void 0:v.id),E=m===P,F=f===P,L=`${T.first_name||""} ${T.last_name||""}`.trim(),Z=L||((R=T.primary_email_address)==null?void 0:R.email)||T.username||"User",O=((Y=T.primary_email_address)==null?void 0:Y.email)||T.username;return t.jsxs(aw,{$isActive:$,$isSwitching:E,$clickable:!$,onClick:()=>!$&&S(P),children:[t.jsx(nw,{$isActive:$,children:E?t.jsx(Tl,{size:14}):T.has_profile_picture?t.jsx("img",{src:T.profile_picture_url,alt:L}):j(Z)}),t.jsxs(ow,{children:[t.jsx(sw,{children:Z}),O&&O!==Z&&t.jsx(iw,{children:O})]}),t.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--space-3u)",flexShrink:0},children:[$&&t.jsx(tf,{size:16,weight:"fill",style:{color:"var(--color-primary)"}}),t.jsx(cw,{onClick:N=>C(N,P),disabled:F,title:"Sign out",children:F?t.jsx(Tl,{size:13}):t.jsx(Ar,{size:13})})]})]},P)}),r&&x&&t.jsxs(xu,{onClick:_,children:[t.jsx(lw,{children:t.jsx(wt,{size:13})}),"Add account"]})]}),t.jsxs(dw,{children:["Don't have an account?"," ",t.jsx(uw,{children:t.jsx(Pt,{to:`${(H=h.ui_settings)==null?void 0:H.sign_up_page_url}${window.location.search}`,children:"Sign up"})})]})]})]})}):null},gw=()=>{const{navigateToSignIn:e}=bt();return c.useEffect(()=>{e()},[e]),null},vw=()=>{const{navigateToSignUp:e}=bt();return c.useEffect(()=>{e()},[e]),null},xw=l.div`
|
|
7004
7004
|
width: 100%;
|
|
7005
7005
|
max-width: 100%;
|
|
7006
7006
|
height: calc(calc(var(--size-50u) * 4) + calc(var(--size-50u) * 2));
|
|
@@ -7268,7 +7268,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
7268
7268
|
margin: 0 auto;
|
|
7269
7269
|
padding: var(--space-3u) var(--space-8u);
|
|
7270
7270
|
font-size: var(--font-size-md);
|
|
7271
|
-
`,$w=()=>{var
|
|
7271
|
+
`,$w=()=>{var H,T;const{organizationMemberships:e,refetch:r,loading:a}=qt(),{workspaces:o}=sr(),{switchOrganization:s,switchWorkspace:i}=nt(),{deployment:h}=Ee(),[d,u]=c.useState(null),[f,p]=c.useState("orgList"),[m,g]=c.useState(null),v=(h==null?void 0:h.b2b_settings.workspaces_enabled)??!1,b=(h==null?void 0:h.b2b_settings.allow_users_to_create_orgs)??!1,x=c.useRef(!1);c.useEffect(()=>{if(!(x.current||!e)){if(x.current=!0,e.length===0){p("createOrg");return}if(!v){p("orgList");return}if(!o||o.length===0){const P=e.find($=>{var E,F;return!((E=$.eligibility_restriction)!=null&&E.type)||((F=$.eligibility_restriction)==null?void 0:F.type)==="none"});if(P){g(P.organization.id),p("createWorkspace");return}}p("orgList")}},[e,o,v]);const w=P=>P.split(" ").map($=>$[0]).join("").toUpperCase().slice(0,2),A=async P=>{if(v){g(P.id),p("workspaceList");return}u(P.id);try{await s(P.id)}finally{u(null)}},j=async P=>{u(P.id);try{await i(P.id)}finally{u(null)}},S=async P=>{var E;await r();const $=((E=P==null?void 0:P.data)==null?void 0:E.organization)||(P==null?void 0:P.organization)||P;if(!v){p("orgList");return}$!=null&&$.id?(g($.id),p("createWorkspace")):p("orgList")},C=()=>{},_=async()=>{g(null),p("orgList")},k=(H=e==null?void 0:e.find(P=>P.organization.id===m))==null?void 0:H.organization,y=m?o==null?void 0:o.filter(P=>P.organization.id===m):[];if(a)return null;if(f==="createOrg")return t.jsx(Oe.Body,{style:{padding:0},children:t.jsx(Fn,{onSuccess:S,onCancel:()=>p("orgList")})});if(f==="createWorkspace"&&m)return t.jsx(Oe.Body,{style:{padding:0},children:t.jsx(Ms,{organizationId:m,onSuccess:C,onCancel:()=>p("workspaceList"),onCreateOrganization:()=>p("createOrg")})});const M=f==="workspaceList",z=M?"Select a workspace":"Select an organization",I=M?`Choose a workspace in ${(k==null?void 0:k.name)||""}`:`to continue to ${((T=h==null?void 0:h.ui_settings)==null?void 0:T.app_name)||"App"}`;return t.jsxs(xw,{children:[t.jsxs(bw,{children:[t.jsxs(ww,{children:[t.jsx(qe,{placement:"left"}),t.jsxs(Sw,{children:[t.jsx(Ew,{children:z}),t.jsx(Aw,{children:I})]})]}),t.jsx(Ds,{showName:!0})]}),t.jsxs(yw,{children:[t.jsxs(jw,{children:[t.jsxs(_w,{children:[M&&t.jsx(Cw,{onClick:_,"aria-label":"Go back",title:"Go back",children:t.jsx(ra,{})}),t.jsx(kw,{children:M?"Workspaces":"Your organizations"})]}),t.jsx(zw,{children:M?t.jsx(t.Fragment,{children:y&&y.length>0?y.map(P=>{var E,F,L;const $=((E=P.eligibility_restriction)==null?void 0:E.type)!=="none"&&((F=P.eligibility_restriction)==null?void 0:F.type)!==void 0;return t.jsxs(Hl,{onClick:()=>!$&&j(P),disabled:d===P.id||$,style:{opacity:$?.6:1},children:[$&&t.jsx(Vl,{className:"warning-popover",children:(L=P.eligibility_restriction)==null?void 0:L.message}),t.jsx(Dl,{children:P.image_url?t.jsx(Nl,{src:P.image_url,alt:P.name}):w(P.name).charAt(0)}),t.jsxs(Ul,{children:[t.jsx(Bl,{children:P.name}),t.jsxs(Wl,{children:[t.jsx(wn,{}),"Workspace"]})]}),t.jsxs(Gl,{children:[$&&t.jsx(zr,{size:16,style:{color:"var(--color-error)"}}),t.jsx(ka,{})]})]},P.id)}):t.jsxs(ql,{children:[t.jsx(Kl,{children:"No workspaces yet"}),t.jsxs(Yl,{children:["Create your first workspace for"," ",(k==null?void 0:k.name)||"this organization"]}),t.jsxs(Ql,{onClick:()=>p("createWorkspace"),children:[t.jsx(wt,{}),"Create workspace"]})]})}):e&&e.length>0?e.map(P=>{var N,G,Q,ee,se;const $=P.organization,E=o==null?void 0:o.filter(pe=>pe.organization.id===$.id),F=(E==null?void 0:E.length)||0,L=$.member_count,Z=((G=(N=P.roles)==null?void 0:N[0])==null?void 0:G.name)||"No role",O=P.roles.length-1,R=O>0?`${Z.charAt(0).toUpperCase()+Z.slice(1)} +${O}`:Z.charAt(0).toUpperCase()+Z.slice(1),Y=((Q=P.eligibility_restriction)==null?void 0:Q.type)!=="none"&&((ee=P.eligibility_restriction)==null?void 0:ee.type)!==void 0;return t.jsxs(Hl,{onClick:()=>!Y&&A($),disabled:d===$.id||Y,style:{opacity:Y?.6:1},children:[Y&&t.jsx(Vl,{className:"warning-popover",children:(se=P.eligibility_restriction)==null?void 0:se.message}),t.jsx(Dl,{children:$.image_url?t.jsx(Nl,{src:$.image_url,alt:$.name}):w($.name)}),t.jsxs(Ul,{children:[t.jsx(Bl,{children:$.name}),t.jsx(Wl,{children:v?t.jsxs(t.Fragment,{children:[t.jsx(wn,{}),F," ","workspace",F!==1?"s":""]}):t.jsxs(t.Fragment,{children:[t.jsx(cd,{}),R," •"," ",L," member",L!==1?"s":""]})})]}),t.jsxs(Gl,{children:[Y&&t.jsx(zr,{size:16,style:{color:"var(--color-error)"}}),t.jsx(ka,{})]})]},$.id)}):t.jsxs(ql,{children:[t.jsx(Kl,{children:"No organizations yet"}),t.jsx(Yl,{children:b?"Create your first organization to get started":"You don't have access to any organizations yet"}),b&&t.jsxs(Ql,{onClick:()=>p("createOrg"),children:[t.jsx(wt,{}),"Create organization"]})]})})]}),M&&m&&t.jsxs(U,{$outline:!0,style:{marginTop:"var(--space-4u)"},onClick:()=>p("createWorkspace"),disabled:d!==null,children:[t.jsx(wt,{size:12}),"Create workspace"]}),!M&&e&&e.length>0&&b&&t.jsxs(U,{$outline:!0,style:{marginTop:v?"var(--space-4u)":"var(--space-6u)"},onClick:()=>p("createOrg"),disabled:d!==null,children:[t.jsx(wt,{size:12}),"Create new organization"]})]})]})},Mw=l(Oe.Content)`
|
|
7272
7272
|
padding: 0;
|
|
7273
7273
|
width: calc(var(--size-50u) * 9);
|
|
7274
7274
|
max-width: 90vw;
|
|
@@ -7279,5 +7279,5 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
|
|
|
7279
7279
|
width: calc(100vw - var(--space-10u));
|
|
7280
7280
|
max-width: calc(100vw - var(--space-10u));
|
|
7281
7281
|
}
|
|
7282
|
-
`,Lw=({children:e})=>{var m,g,v,b;const{activeOrganization:r}=or(),{activeWorkspace:a}=
|
|
7282
|
+
`,Lw=({children:e})=>{var m,g,v,b;const{activeOrganization:r}=or(),{activeWorkspace:a}=It(),{deployment:o}=Ee(),{loading:s,orgMembership:i,workspaceMembership:h}=p0(),d=(o==null?void 0:o.b2b_settings.workspaces_enabled)??!1,u=((m=i==null?void 0:i.eligibility_restriction)==null?void 0:m.type)!=="none"&&((g=i==null?void 0:i.eligibility_restriction)==null?void 0:g.type)!==void 0,f=((v=h==null?void 0:h.eligibility_restriction)==null?void 0:v.type)!=="none"&&((b=h==null?void 0:h.eligibility_restriction)==null?void 0:b.type)!==void 0;return s?null:(u||f||!r?!1:d?a?(h==null?void 0:h.workspace.id)===a.id&&h.organization_id===r.id:!1:!0)?t.jsx(t.Fragment,{children:e}):t.jsx(ge,{children:t.jsx(Oe,{isOpen:!0,children:t.jsx(Oe.Overlay,{children:t.jsx(Mw,{children:t.jsx($w,{})})})})})},Rw=e=>{const r=e.toLowerCase().trim();return["javascript:","data:","vbscript:"].some(s=>r.startsWith(s))?!0:["http://","https://","//","ftp://","ftps://","mailto:","tel:","sms:","file:","blob:"].some(s=>r.startsWith(s))},Pw=e=>{const r=e.toLowerCase().trim();return!["javascript:","data:","vbscript:"].some(o=>r.startsWith(o))};exports.AcceptInvite=e6;exports.AuthFormImage=qe;exports.CreateOrganizationForm=Fn;exports.CreateWorkspaceDialog=Ls;exports.CreateWorkspaceForm=Ms;exports.DefaultStylesProvider=ge;exports.DeploymentInitialized=Dp;exports.DeploymentInitializing=Np;exports.DeploymentProvider=Cu;exports.Dialog=Oe;exports.DialogTrigger=Cm;exports.Dropdown=za;exports.DropdownDivider=h1;exports.DropdownItem=nr;exports.DropdownItems=$a;exports.DropdownTrigger=Ma;exports.Form=Ft;exports.FormGroup=Ce;exports.Input=ue;exports.Label=xe;exports.MagicLinkVerification=Gg;exports.ManageAccount=lu;exports.ManageAccountDialog=du;exports.ManageOrganization=I1;exports.ManageWorkspace=D1;exports.ManageWorkspaceDialog=Ts;exports.NavigateToSignIn=gw;exports.NavigateToSignUp=vw;exports.NavigationLink=Pt;exports.NotificationBell=gu;exports.NotificationItem=hu;exports.NotificationPanel=fu;exports.NotificationPopover=mu;exports.OAuthProvider=Xl;exports.ORG_ADMIN_PERMISSIONS=N1;exports.ORG_MANAGEMENT_PERMISSIONS=U1;exports.OTPInput=lr;exports.OrganizationSwitcher=q1;exports.PhoneNumberInput=Aa;exports.PhoneVerification=E1;exports.ProfileCompletion=$1;exports.RequireActiveTenancy=Lw;exports.SSOCallback=Ig;exports.SignInForm=vg;exports.SignUpForm=dm;exports.SignedIn=Ub;exports.SignedInAccounts=mw;exports.SignedOut=Bb;exports.SimpleDialog=km;exports.Spinner=Ae;exports.Switch=Pr;exports.TwoFactorMethodSelector=S1;exports.TwoFactorVerification=z1;exports.UserButton=Ds;exports.UserControls=Nb;exports.WORKSPACE_ADMIN_PERMISSIONS=B1;exports.WORKSPACE_MANAGEMENT_PERMISSIONS=W1;exports.WaitlistForm=Rg;exports.canManageOrganization=Zs;exports.canManageWorkspace=Os;exports.clearTokenCache=Mt;exports.hasIncompleteProfile=qg;exports.hasOrgPermission=Fs;exports.hasWorkspacePermission=Is;exports.isExternalUrl=Rw;exports.isOrgAdmin=D3;exports.isSafeUrl=Pw;exports.isWorkspaceAdmin=N3;exports.redirectToProfileCompletion=Kg;exports.useActiveOrganization=or;exports.useActiveTenancy=p0;exports.useActiveWorkspace=It;exports.useActorMcpServers=up;exports.useActorProjectSearch=X2;exports.useActorProjects=J2;exports.useActorThreadSearch=rp;exports.useAgentSession=W2;exports.useAgentThread=ap;exports.useAgentThreadAssignments=sp;exports.useAgentThreadConversation=B2;exports.useAgentThreadEvents=op;exports.useAgentThreadFilesystem=np;exports.useAgentThreadTaskGraphs=dp;exports.useApiAuthAppSession=Zp;exports.useApiAuthAuditAnalytics=Hp;exports.useApiAuthAuditLogs=Op;exports.useApiAuthAuditTimeseries=Vp;exports.useApiAuthKeys=Ip;exports.useClient=_e;exports.useCreateWebhookEndpoint=Lp;exports.useDeployment=Ee;exports.useExternalAgentConnections=pp;exports.useForgotPassword=g0;exports.useInvitation=C0;exports.useMagicLinkVerification=m0;exports.useNavigation=bt;exports.useNotificationStream=v0;exports.useNotificationUnreadCount=b0;exports.useNotifications=x0;exports.useOrganizationList=Zt;exports.useOrganizationMemberships=qt;exports.useProjectTaskBoardItem=lp;exports.useProjectTasks=cp;exports.useProjectThreadFeed=tp;exports.useProjectThreads=ep;exports.useSSOCallback=f0;exports.useSession=nt;exports.useSignIn=e0;exports.useSignUp=t0;exports.useUser=ir;exports.useUserSignins=u0;exports.useWaitlist=h0;exports.useWebhookAnalytics=Tp;exports.useWebhookAppSession=zp;exports.useWebhookDeliveries=Pp;exports.useWebhookEndpoints=Mp;exports.useWebhookEvents=Rp;exports.useWebhookStats=$p;exports.useWebhookTimeseries=Fp;exports.useWorkspaceList=sr;exports.useWorkspaceMemberships=Cn;Object.keys(Ns).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(exports,e)&&Object.defineProperty(exports,e,{enumerable:!0,get:()=>Ns[e]})});
|
|
7283
7283
|
//# sourceMappingURL=index.cjs.js.map
|