@bodhiapp/bodhi-js-react-core 0.0.13 → 0.0.15

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.
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const k=require("react/jsx-runtime"),s=require("@bodhiapp/bodhi-js-core"),r=require("react");function W(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const g in e)if(g!=="default"){const h=Object.getOwnPropertyDescriptor(e,g);Object.defineProperty(a,g,h.get?h:{enumerable:!0,get:()=>e[g]})}}return a.default=e,Object.freeze(a)}const o=W(r),A={MODAL_READY:"modal:ready",MODAL_REFRESH:"modal:refresh",MODAL_CLOSE:"modal:close",MODAL_COMPLETE:"modal:complete",MODAL_LNA_CONNECT:"modal:lna:connect",MODAL_LNA_SKIP:"modal:lna:skip",MODAL_CONFIRM_SERVER_INSTALL:"modal:confirm-server-install",MODAL_SELECT_CONNECTION:"modal:select-connection"};function q({client:e,modalHtmlPath:a,hideSetup:g,onSetupReady:h,setupState:I,basePath:E="/",logLevel:m="warn"}){const L=I!=="ready",x=r.useMemo(()=>new s.Logger("SetupModalProcessor",m),[m]),i=r.useRef(null),f=r.useMemo(()=>new s.BodhiClientUserPrefsManager(s.createStoragePrefixWithBasePath(E,"bodhijs:")),[E]),y=r.useRef(null),S=r.useCallback(t=>t==="direct"?"lna":t==="extension"?"extension":null,[]),R=r.useCallback(t=>t.extension==="ready"?{status:"ready",version:"unknown",id:t.extensionId}:t.extension==="not-found"?{status:"not-installed",error:{message:"Extension not found",code:"ext-not-installed"}}:{status:"unreachable",error:{message:"Client not initialized",code:"ext-connection-failed"}},[]),M=r.useCallback(t=>{if(t.server.status==="pending-extension-ready")return{status:"pending-extension-ready",error:{message:"Extension not ready",code:"server-pending-ext-ready"}};const n=t.server;switch(n.status){case"ready":return{status:"ready",version:n.version||"unknown"};case"setup":return{status:"setup",version:n.version||"unknown",error:{message:n.error?.message||"Setup required",code:"server-in-setup-status"}};case"resource-admin":return{status:"resource-admin",version:n.version||"unknown",error:{message:n.error?.message||"Resource admin required",code:"server-in-admin-status"}};case"error":return{status:"error",error:{message:n.error?.message||"Unknown error",code:"server-unexpected-error"}};case"not-reachable":return{status:"unreachable",error:{message:n.error?.message||"Server not reachable",code:"server-conn-refused"}};default:return{status:"unreachable",error:{message:"Unknown server status",code:"server-unexpected-error"}}}},[]),v=r.useCallback(t=>{if(t.server.status==="not-connected")return{status:"pending-lna-ready"};const n=t.server;switch(n.status){case"ready":return{status:"ready",version:n.version||"unknown"};case"setup":return{status:"setup",version:n.version||"unknown"};case"resource-admin":return{status:"resource-admin",version:n.version||"unknown"};case"error":case"not-reachable":return{status:"error",error:{message:n.error?.message||"Connection error"}};default:return{status:"error",error:{message:"Unknown server status"}}}},[]),_=r.useCallback((t,n)=>{if(t.server.status!=="pending-extension-ready"){const c=t.server.status;if(c==="ready"||c==="setup"||c==="resource-admin")return!0}if(n.server.status!=="not-connected"){const c=n.server.status;if(c==="ready"||c==="setup"||c==="resource-admin")return!0}return!1},[]),O=r.useCallback((t,n,c)=>{if(n==="skipped")return{status:"skipped",serverUrl:c};if(t.server.status!=="not-connected"){const l=t.server;return l.status==="ready"||l.status==="setup"||l.status==="resource-admin"?{status:"granted",serverUrl:c}:{status:"unreachable",serverUrl:c,error:{message:l.error?.message||"Server unreachable",code:"lna-unreachable"}}}return n==="granted"?{status:"granted",serverUrl:c}:{status:"prompt",serverUrl:c}},[]),b=r.useCallback(async(t=!1)=>{const n=s.detectBrowser().type,c=s.detectOS().type;let l=await e.getExtensionState();(l.extension==="not-initialized"||t)&&(l=await e.testExtensionConnectivity());let C=await e.getDirectState();const w=f.getDirectStatus();w==="granted"&&(C.server.status==="not-connected"||t)&&(C=await e.testDirectConnectivity());const u=s.getServerUrl(C)||"http://localhost:1135",N=O(C,w,u);return e.getConnectionMode()===null&&(s.isDirectServerReady(C)?await e.setConnectionMode("direct"):s.isExtensionServerReady(l)&&await e.setConnectionMode("extension")),f.isServerInstallConfirmed()||_(l,C)&&f.setServerInstallConfirmed(!0),{extension:R(l),server:M(l),lna:N,lnaServer:v(C),env:{browser:n,os:c},browsers:s.BROWSER_CONFIGS,os:s.OS_CONFIGS,userConfirmations:{serverInstall:f.isServerInstallConfirmed()},selectedConnection:S(e.getConnectionMode())}},[e,f,R,M,v,S,O,_]),p=r.useCallback(()=>{if(!y.current)throw new Error("Cannot get state: currentStateRef is null");return{...y.current,userConfirmations:{serverInstall:f.isServerInstallConfirmed()},selectedConnection:S(e.getConnectionMode())}},[f,e,S]),T=r.useMemo(()=>({[A.MODAL_READY]:async()=>(x.info("MODAL_READY: building initial state"),{setupState:p()}),[A.MODAL_REFRESH]:async()=>{x.info("MODAL_REFRESH: refreshing state");const t=await b(!0);y.current=t;const n=p();return x.info(`MODAL_REFRESH: state refreshed
2
- `,JSON.stringify(n,null,2)),i.current?.updateState(p()),{setupState:n}},[A.MODAL_LNA_CONNECT]:async t=>{const n=t.payload.serverUrl;console.log("[SetupModalProcessor] LNA connect:",n);const c=await e.testDirectConnectivity(n);if(c.server.status!=="not-connected"){const C=c.server.status;if(C==="ready"||C==="setup"||C==="resource-admin"){f.setDirectStatus("granted"),e.getConnectionMode()===null&&await e.setConnectionMode("direct");const w=await b();return y.current=w,i.current?.updateState(p()),{success:!0}}}const l=await b();return y.current=l,i.current?.updateState(p()),{success:!1}},[A.MODAL_LNA_SKIP]:async()=>{f.setDirectStatus("skipped");const t=await b();return y.current=t,i.current?.updateState(p()),{success:!0}},[A.MODAL_CLOSE]:()=>{g()},[A.MODAL_COMPLETE]:()=>{g()},[A.MODAL_CONFIRM_SERVER_INSTALL]:t=>(f.setServerInstallConfirmed(t.payload.confirmed),i.current?.updateState(p()),{success:!0}),[A.MODAL_SELECT_CONNECTION]:async t=>{const c=t.payload.connection==="lna"?"direct":"extension";return await e.setConnectionMode(c),i.current?.updateState(p()),{success:!0}}}),[x,e,f,b,p,v,g]);return r.useEffect(()=>(i.current=new s.OnboardingModal({modalHtmlPath:a,handlers:T}),()=>{i.current?.destroy(),i.current=null}),[a,T]),r.useEffect(()=>{L&&i.current?b(!0).then(t=>{y.current=t,i.current?.show(t),h?.()}).catch(t=>{console.error("[SetupModalProcessor] buildSetupState failed:",t)}):!L&&i.current&&i.current.destroy()},[L,b,h]),null}const j={status:"not-initialized",mode:null,extensionId:null,url:null,server:s.BACKEND_SERVER_NOT_CONNECTED,error:null},U={status:"initializing",mode:null,extensionId:null,url:null,server:s.BACKEND_SERVER_NOT_CONNECTED,error:null};function F(e){return e.status==="not-initialized"}function G(e){return e.status==="initializing"}function H(e){return e.status!=="not-initialized"&&e.status!=="initializing"}function P(e){return e.status==="ready"}function V(e){return P(e)&&e.server.status==="ready"}function K(e){return s.isExtensionState(e)?{status:e.extension==="not-initialized"?"initializing":e.extension==="not-found"?"extension-not-found":"ready",mode:"extension",extensionId:e.extensionId,url:null,server:e.server,error:e.server.error}:{status:e.url===null?"direct-not-connected":"ready",mode:"direct",extensionId:null,url:e.url,server:e.server,error:e.server.error}}const X={isNotInitialized:F,isInitializing:G,isInitialized:H,isReady:P,isOverallReady:V},D=r.createContext(null);D.displayName="BodhiContext";function Y({children:e,client:a,modalHtmlPath:g,handleCallback:h=!0,callbackPath:I,basePath:E="/",logLevel:m="warn"}){const L=E==="/"?"":E.replace(/\/$/,""),x=I??`${L}/callback`,i=r.useMemo(()=>new s.Logger("BodhiProvider",m),[m]),f=r.useRef(!1),y=r.useRef(!1),[S,R]=r.useState(j),[M,v]=r.useState(s.INITIAL_AUTH_STATE),[_,O]=r.useState(!1),[b,p]=r.useState("ready");r.useEffect(()=>{const d=u=>{switch(u.type){case"client-state":R(K(u.state));break;case"auth-state":v(u.state),O(!1);break}};return a.setStateCallback(d),()=>{a.setStateCallback(s.NOOP_STATE_CALLBACK)}},[a]);const T=r.useCallback(async()=>{p("loading")},[]),t=r.useCallback(()=>{p("ready")},[]),n=r.useCallback(()=>{p("loaded")},[]),c=r.useCallback(async d=>{R(U);try{await a.init(d||{})}catch(u){i.error("Init failed:",u)}},[a,i]);r.useEffect(()=>{if(y.current)return;y.current=!0,(async()=>{if(await c(),!h)return;const u=new URL(window.location.href);if(u.pathname!==x)return;const N=u.searchParams.get("code"),B=u.searchParams.get("state");!N||!B||f.current||(f.current=!0,s.isWebUIClient(a)&&(O(!0),a.handleOAuthCallback(N,B).then(()=>{window.history.replaceState({},"",E)}).catch(z=>{i.error("OAuth callback failed:",z),v({status:"error",user:null,accessToken:null,error:{message:z instanceof Error?z.message:"OAuth callback failed",code:"OAUTH_CALLBACK_FAILED"}}),O(!1),window.history.replaceState({},"",E)})))})()},[c,a,h,x,E]);const l=r.useCallback(async()=>{O(!0);try{await a.login()}catch(d){const u={status:"error",user:null,accessToken:null,error:{message:d instanceof Error?d.message:"Login failed",code:"LOGIN_FAILED"}};return v(u),O(!1),u}},[a]),C=r.useCallback(async()=>{try{await a.logout()}catch(d){v({status:"error",user:null,accessToken:null,error:{message:d instanceof Error?d.message:"Logout failed",code:"LOGOUT_FAILED"}})}},[a]),w=r.useMemo(()=>{const d=S.status==="ready",u=S.server.status==="ready";return{client:a,clientState:S,auth:M,isAuthLoading:_,login:l,logout:C,showSetup:T,hideSetup:t,setupState:b,isAuthenticated:M.status==="authenticated",canLogin:d&&!_,isReady:d,isServerReady:u,isOverallReady:d&&u,isInitializing:S.status==="initializing",isExtension:S.mode==="extension",isDirect:S.mode==="direct"}},[a,S,M,_,b,l,C,T,t]);return k.jsxs(D.Provider,{value:w,children:[k.jsx(q,{client:a,modalHtmlPath:g,hideSetup:t,onSetupReady:n,setupState:b,basePath:E,logLevel:m}),e]})}function Z(){const e=r.useContext(D);if(!e)throw new Error("useBodhi must be used within BodhiProvider");return e}const J=e=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 479.995 479.995",width:"480px",height:"480px",...e},o.createElement("path",{fill:"#ffa4b8",d:"M239.998,374.56l-0.01-0.01c0-0.01,0.01-0.01,0.01-0.02c-4.64-8.78-65.7-144.8-212.22-85.2 c-14.36,5.85-19.78,23.45-11.19,36.36c11.11,16.69,22.86,30.01,34.91,40.53c-27.85,7.89-45.6,33.8-43.3,61.55 c0.96,11.6,13.29,18.52,23.71,13.35c33.99-16.84,60.03-2.51,80.35,2.14c56.68,12.99,113.71,4.53,125.52-46.29 c0.52-2.22,0.95-4.51,1.28-6.89c0.01-0.04,0.01-0.08,0.02-0.12c0.066-0.492,0.126-0.978,0.181-1.458 c0.455-3.631,0.712-7.438,0.739-11.452c-0.02-1.44-0.02-2.01,0-2.25v-0.09c0-0.02,0-0.04,0.01-0.05c0-0.02,0.01-0.03,0.02-0.06 c0-0.01,0.01-0.01,0.01-0.02C240.018,374.569,240.008,374.56,239.998,374.56z"}),o.createElement("path",{fill:"#ffa4b8",d:"M471.798,427.769c-0.96,11.6-13.29,18.52-23.71,13.35c-33.99-16.84-60.03-2.51-80.35,2.14 c-63.41,14.53-127.25,2.22-127.74-66.21c0.033-2.642-0.044-2.302,0.04-2.47c-0.02-0.01-0.03-0.02-0.04-0.02l0.01-0.01 c0-0.01-0.01-0.01-0.01-0.02c4.64-8.78,65.7-144.8,212.22-85.2c14.36,5.85,19.78,23.45,11.19,36.36 c-11.11,16.69-22.86,30.01-34.91,40.53C456.348,374.109,474.098,400.019,471.798,427.769z"}),o.createElement("path",{fill:"#befa91",d:"M428.498,366.219c27.85,7.89,45.6,33.8,43.3,61.55c-0.96,11.6-13.29,18.52-23.71,13.35 c-33.99-16.84-60.03-2.51-80.35,2.14c-63.41,14.53-127.928,2.222-127.74-66.21c0.007-2.683-0.02-2.351,0.04-2.47 C248.598,379.129,345.858,438.329,428.498,366.219z"}),o.createElement("path",{fill:"#befa91",d:"M51.498,366.219c82.76,72.22,180.18,12.74,188.5,8.34c0.01,0,0.02,0.01,0.04,0.02 c-0.058,0.116-0.047-0.169-0.04,2.47c0.188,68.432-64.33,80.74-127.74,66.21c-20.32-4.65-46.36-18.98-80.35-2.14 c-10.42,5.17-22.75-1.75-23.71-13.35C5.898,400.019,23.648,374.109,51.498,366.219z"}),o.createElement("path",{fill:"#ffbfcb",d:"M235.228,365.299c-32.29-36.09-89.98-73-179.74-36.49c-1.979,0.805-3.787,1.834-5.413,3.042 c-10.569,7.856-25.473,5.765-32.82-5.164c-0.223-0.331-0.445-0.664-0.667-0.997c-8.59-12.91-3.17-30.51,11.19-36.36 C155.168,237.509,217.948,333.56,235.228,365.299z"}),o.createElement("path",{fill:"#ffa4b8",d:"M239.998,374.549c-12.85-2.2-214.54-23.33-193.03-240.71c1.49-14.99,15.86-25.15,30.48-21.55 c108.49,26.72,149.07,91.39,162.55,149.92C252.768,317.699,241.178,367.679,239.998,374.549z"}),o.createElement("path",{fill:"#ffbfcb",d:"M193.698,174.638c11.866,12.406-3.013,31.792-18.056,23.52 c-21.875-12.028-50.044-10.573-70.207,3.701c-24.832,17.579-59.398-0.365-60.013-30.784c-0.237-11.724,0.248-24.123,1.545-37.237 c1.49-14.99,15.86-25.15,30.48-21.55C131.23,125.537,168.324,148.11,193.698,174.638z"}),o.createElement("path",{fill:"#ffa4b8",d:"M221.538,39.599c9.78-11.13,27.15-11.12,36.93,0.01c157.02,178.77-7.48,323.95-18.47,334.94 C229.988,364.549,63.948,218.989,221.538,39.599z"}),o.createElement("path",{fill:"#ffbfcb",d:"M261.523,43.131c9.452,11.033,8.166,27.623-2.74,37.221c-0.784,0.69-1.535,1.439-2.245,2.247 c-35.942,40.915-55.05,80.07-63.012,116.258c-5.176,23.523-39.936,19.717-39.551-4.366c0.741-46.282,18.411-98.941,67.563-154.892 c9.78-11.13,27.15-11.12,36.93,0.01C259.5,40.785,260.518,41.959,261.523,43.131z"}),o.createElement("path",{fill:"#ffa4b8",d:"M239.998,374.549c-1.18-6.87-12.77-56.85,0-112.34c13.48-58.53,54.06-123.2,162.55-149.92 c14.62-3.6,28.99,6.56,30.48,21.55C454.538,351.219,252.848,372.349,239.998,374.549z"}),o.createElement("path",{fill:"#ff8ca5",d:"M239.998,374.549c-3.115-0.536-17.362-2.183-36.835-7.483c-3.181-0.866-6.028-2.682-8.145-5.209 c-49.098-58.608-75.675-130.75-61.047-205.793c2.165-11.107,14.881-16.444,24.408-10.337c0.756,0.485,1.506,0.972,2.249,1.462 C126.798,274.139,232.088,366.649,239.998,374.549z"}),o.createElement("path",{fill:"#ff8ca5",d:"M281.608,365.729c-21.9,6.37-38.24,8.25-41.61,8.82c8.67-8.67,112.98-100.94,79.35-227.34v-0.01 c0.742-0.489,1.49-0.975,2.244-1.459c9.551-6.123,22.265-0.733,24.422,10.406C369.565,277.734,281.608,363.204,281.608,365.729z"}),o.createElement("path",{fill:"#ff8ca5",d:"M417.451,302.932c-32.211,44.193-80.706,72.823-134.571,87.345c-3.396,0.916-6.999,0.754-10.3-0.463 c-20.772-7.664-31.911-15.254-32.583-15.254c0.826-0.825,112.667-9.463,166.4-98.31C419.37,278.279,424.743,292.927,417.451,302.932 z"}),o.createElement("path",{fill:"#ff8ca5",d:"M62.565,302.932c32.211,44.193,80.705,72.823,134.571,87.345c3.396,0.916,6.999,0.754,10.3-0.463 c20.772-7.664,31.911-15.254,32.583-15.254c-0.828-0.828-112.665-9.458-166.4-98.31C60.646,278.279,55.273,292.927,62.565,302.932z"}),o.createElement("path",{fill:"#9ceb63",d:"M433.464,393.091c-52.749,39.415-118.979,42.09-182.861,13.657 c-4.441-1.977-7.606-6.011-8.633-10.763c-1.552-7.18-1.884-14.238-1.973-21.326c0.172-0.345,9.566,5.934,26.76,12.89 c36.31,14.71,102.75,30.15,161.74-21.33C440.977,369.752,443.403,385.664,433.464,393.091z"}),o.createElement("path",{fill:"#9ceb63",d:"M240.038,374.579c0,0.01-0.01,0.01-0.01,0.02s-0.01,0.03-0.01,0.05c0,0,0,0,0,0.01 c-0.01,0.03-0.01,0.06-0.02,0.1v0.04c-0.13,1.3,0.09,7.59-0.92,15.16c-0.01,0.04-0.01,0.08-0.02,0.12 c-0.26,1.91-0.59,3.91-1.03,5.92c-0.07,0.33-0.15,0.65-0.25,0.97c-1.23,4.33-4.28,7.95-8.41,9.79 c-63.06,28.05-129.47,26.21-182.79-13.63c-9.94-7.43-7.63-23.36,4.92-26.91c13.1,11.46,28.11,20.79,44.16,26.79 c19.78,7.48,34.99,8.98,53.83,8.68c34.33-0.55,60.1-11.03,90.51-27.13C240.008,374.56,240.018,374.569,240.038,374.579z"}),o.createElement("path",{d:"M443.143,363.426c9.579-9.648,18.604-20.804,26.926-33.305c11.399-17.132,4.201-40.447-14.837-48.202 c-12.321-5.012-24.515-8.844-36.391-11.454c17.945-34.197,27.974-78.94,22.188-137.413c-1.925-19.503-20.802-33.354-40.394-28.53 c-17.952,4.421-34.806,10.063-50.093,16.768c-4.046,1.775-5.888,6.494-4.113,10.54c1.774,4.046,6.493,5.887,10.54,4.113 c14.45-6.338,30.429-11.682,47.492-15.885c9.885-2.435,19.599,4.434,20.607,14.573c9.088,90.121-21.147,164.341-99.823,205.213 c-3.921,2.037-5.448,6.866-3.411,10.787c2.043,3.933,6.879,5.442,10.787,3.411c27.191-14.125,56.267-35.849,77.701-68.994 c12.564,2.375,25.617,6.296,38.878,11.69c9.68,3.943,13.334,15.824,7.549,24.518c-10.205,15.33-21.482,28.43-33.516,38.936 c-49.396,43.107-111.979,41.39-169.834,12.419c56.638-56.971,92.247-132.34,77.074-212.524 c-8.101-42.81-30.305-85.119-65.997-125.754c-12.964-14.759-36.003-14.748-48.946-0.016 c-28.645,32.607-48.657,66.371-59.602,100.512c-21.999-13.018-47.7-23.197-76.569-30.307c-19.338-4.763-38.383,8.699-40.354,28.53 C26.197,262.501,90.89,324.677,147.416,354.042c3.92,2.036,8.75,0.51,10.787-3.411c2.037-3.921,0.51-8.75-3.411-10.787 c-52.141-27.086-111.791-84.677-99.863-205.213c1.007-10.132,10.713-17.01,20.606-14.574c31.115,7.663,58.223,19.013,80.571,33.735 c4.863,3.204,10.891,0.586,12.257-4.539c9.392-35.245,29.306-70.362,59.188-104.378c6.581-7.492,18.316-7.487,24.904,0.014 c128.735,146.565,37.449,269.122-12.476,318.519c-30.274-29.828-76.759-87.727-78.002-162.831 c-0.073-4.417-3.698-7.933-8.131-7.867c-4.417,0.073-7.939,3.714-7.867,8.131c1.382,83.483,54.096,146.516,85.999,177.099 c-0.353,20.737-7.099,36.575-20.104,47.086c-20.129,16.267-55.786,20.072-97.831,10.438c-19.181-4.396-48.632-19.874-85.688-1.511 c-5.361,2.657-11.689-0.859-12.186-6.844c-1.888-22.74,12.042-43.926,33.548-51.893c13.4,11.096,27.797,19.551,43.11,25.275 c20.238,7.653,36.036,9.525,56.788,9.196c15.85-0.254,30.814-2.572,45.747-7.085c4.229-1.278,6.622-5.743,5.343-9.972 c-1.278-4.229-5.744-6.622-9.972-5.344c-13.494,4.078-27.027,6.173-41.373,6.403c-17.347,0.275-31.911-0.993-50.901-8.174 c-31.69-11.847-56.387-35.98-75.211-64.258c-5.791-8.704-2.122-20.58,7.548-24.52c4.092-1.667,6.058-6.335,4.391-10.427 c-1.667-4.092-6.334-6.058-10.427-4.391c-19.062,7.765-26.214,31.095-14.832,48.202c8.365,12.566,17.352,23.674,26.917,33.31 C12.89,375.664-2.037,401.187,0.226,428.434c1.427,17.192,19.743,27.533,35.235,19.857c30.84-15.283,54.311-1.971,75.01,2.771 c36.708,8.411,82.166,10.086,111.461-13.59c14.777-11.943,23.305-28.715,25.489-49.937 c61.607,30.736,128.694,32.482,182.835-12.326c21.516,7.959,35.456,29.153,33.567,51.902c-0.493,5.939-6.786,9.519-12.186,6.844 c-30.339-15.034-55.535-7.379-73.932-1.791c-31.306,9.51-74.736,14.144-102.884-2.498c-3.803-2.248-8.709-0.989-10.958,2.815 c-2.249,3.803-0.989,8.709,2.815,10.958c29.214,17.272,69.817,15.19,102.844,7.622c20.72-4.747,44.177-18.05,75.01-2.771 c15.523,7.691,33.811-2.693,35.235-19.856C482.032,401.183,467.102,375.655,443.143,363.426z"})),$={sm:32,md:48,lg:64};function Q({size:e="md",variant:a="light",className:g="",style:h={}}){const I=$[e],E={display:"inline-block",cursor:"pointer",transition:"all 250ms ease",borderRadius:"50%",...a==="dark"&&{backgroundColor:"rgba(255, 255, 255, 0.05)",padding:"8px"},...h};return k.jsx("a",{href:"https://getbodhi.app",target:"_blank",rel:"noopener noreferrer",title:"Powered by Bodhi","aria-label":"Powered by Bodhi - Visit getbodhi.app",className:g,style:E,onMouseEnter:m=>{m.currentTarget.style.transform="scale(1.1)",m.currentTarget.style.boxShadow="0 0 20px rgba(255, 164, 184, 0.6)"},onMouseLeave:m=>{m.currentTarget.style.transform="scale(1)",m.currentTarget.style.boxShadow="none"},children:k.jsx(J,{width:I,height:I,style:{display:"block"}})})}const ee="production";Object.defineProperty(exports,"createApiError",{enumerable:!0,get:()=>s.createApiError});Object.defineProperty(exports,"createOperationError",{enumerable:!0,get:()=>s.createOperationError});Object.defineProperty(exports,"isApiResultError",{enumerable:!0,get:()=>s.isApiResultError});Object.defineProperty(exports,"isApiResultOperationError",{enumerable:!0,get:()=>s.isApiResultOperationError});Object.defineProperty(exports,"isApiResultSuccess",{enumerable:!0,get:()=>s.isApiResultSuccess});Object.defineProperty(exports,"isAuthError",{enumerable:!0,get:()=>s.isAuthError});Object.defineProperty(exports,"isAuthLoading",{enumerable:!0,get:()=>s.isAuthLoading});Object.defineProperty(exports,"isAuthenticated",{enumerable:!0,get:()=>s.isAuthenticated});Object.defineProperty(exports,"isClientReady",{enumerable:!0,get:()=>s.isClientReady});Object.defineProperty(exports,"isDirectState",{enumerable:!0,get:()=>s.isDirectState});Object.defineProperty(exports,"isExtensionState",{enumerable:!0,get:()=>s.isExtensionState});Object.defineProperty(exports,"isOperationError",{enumerable:!0,get:()=>s.isOperationError});Object.defineProperty(exports,"isWebUIClient",{enumerable:!0,get:()=>s.isWebUIClient});exports.BodhiBadge=Q;exports.BodhiProvider=Y;exports.BodhiReactContext=D;exports.ClientCtxState=X;exports.INITIALIZING_CLIENT_CONTEXT_STATE=U;exports.INITIAL_CLIENT_CONTEXT_STATE=j;exports.REACT_CORE_BUILD_MODE=ee;exports.clientStateToContextState=K;exports.isClientCtxInitialized=H;exports.isClientCtxInitializing=G;exports.isClientCtxNotInitialized=F;exports.isClientCtxReady=P;exports.isOverallReady=V;exports.useBodhi=Z;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const k=require("react/jsx-runtime"),s=require("@bodhiapp/bodhi-js-core"),r=require("react");function W(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const g in e)if(g!=="default"){const y=Object.getOwnPropertyDescriptor(e,g);Object.defineProperty(a,g,y.get?y:{enumerable:!0,get:()=>e[g]})}}return a.default=e,Object.freeze(a)}const i=W(r),q={serverInstall:!1},X={extension:{status:"not-installed",error:{message:"Loading...",code:"ext-not-installed"}},server:{status:"pending-extension-ready",error:{message:"Loading...",code:"server-pending-ext-ready"}},lna:{status:"prompt"},lnaServer:{status:"pending-lna-ready"},env:{browser:"unknown",os:"unknown"},browsers:[],os:[],userConfirmations:q,selectedConnection:null},A={MODAL_READY:"modal:ready",MODAL_REFRESH:"modal:refresh",MODAL_CLOSE:"modal:close",MODAL_COMPLETE:"modal:complete",MODAL_LNA_CONNECT:"modal:lna:connect",MODAL_LNA_SKIP:"modal:lna:skip",MODAL_CONFIRM_SERVER_INSTALL:"modal:confirm-server-install",MODAL_SELECT_CONNECTION:"modal:select-connection"};function Y({client:e,modalHtmlPath:a,hideSetup:g,onSetupReady:y,setupState:I,basePath:E="/",logLevel:m="warn"}){const M=I!=="ready",x=r.useMemo(()=>new s.Logger("SetupModalProcessor",m),[m]),o=r.useRef(null),f=r.useMemo(()=>new s.BodhiClientUserPrefsManager(s.createStoragePrefixWithBasePath(E,"bodhijs:")),[E]),b=r.useRef(null),S=r.useCallback(t=>t==="direct"?"lna":t==="extension"?"extension":null,[]),T=r.useCallback(t=>t.extension==="ready"?{status:"ready",version:"unknown",id:t.extensionId}:t.extension==="not-found"?{status:"not-installed",error:{message:"Extension not found",code:"ext-not-installed"}}:{status:"unreachable",error:{message:"Client not initialized",code:"ext-connection-failed"}},[]),L=r.useCallback(t=>{if(t.server.status==="pending-extension-ready")return{status:"pending-extension-ready",error:{message:"Extension not ready",code:"server-pending-ext-ready"}};const n=t.server;switch(n.status){case"ready":return{status:"ready",version:n.version||"unknown"};case"setup":return{status:"setup",version:n.version||"unknown",error:{message:n.error?.message||"Setup required",code:"server-in-setup-status"}};case"resource-admin":return{status:"resource-admin",version:n.version||"unknown",error:{message:n.error?.message||"Resource admin required",code:"server-in-admin-status"}};case"error":return{status:"error",error:{message:n.error?.message||"Unknown error",code:"server-unexpected-error"}};case"not-reachable":return{status:"unreachable",error:{message:n.error?.message||"Server not reachable",code:"server-conn-refused"}};default:return{status:"unreachable",error:{message:"Unknown server status",code:"server-unexpected-error"}}}},[]),v=r.useCallback(t=>{if(t.server.status==="not-connected")return{status:"pending-lna-ready"};const n=t.server;switch(n.status){case"ready":return{status:"ready",version:n.version||"unknown"};case"setup":return{status:"setup",version:n.version||"unknown"};case"resource-admin":return{status:"resource-admin",version:n.version||"unknown"};case"error":case"not-reachable":return{status:"error",error:{message:n.error?.message||"Connection error"}};default:return{status:"error",error:{message:"Unknown server status"}}}},[]),_=r.useCallback((t,n)=>{if(t.server.status!=="pending-extension-ready"){const c=t.server.status;if(c==="ready"||c==="setup"||c==="resource-admin")return!0}if(n.server.status!=="not-connected"){const c=n.server.status;if(c==="ready"||c==="setup"||c==="resource-admin")return!0}return!1},[]),O=r.useCallback((t,n,c)=>{if(n==="skipped")return{status:"skipped",serverUrl:c};if(t.server.status!=="not-connected"){const l=t.server;return l.status==="ready"||l.status==="setup"||l.status==="resource-admin"?{status:"granted",serverUrl:c}:{status:"unreachable",serverUrl:c,error:{message:l.error?.message||"Server unreachable",code:"lna-unreachable"}}}return n==="granted"?{status:"granted",serverUrl:c}:{status:"prompt",serverUrl:c}},[]),h=r.useCallback(async(t=!1)=>{const n=s.detectBrowser().type,c=s.detectOS().type;let l=await e.getExtensionState();(l.extension==="not-initialized"||t)&&(l=await e.testExtensionConnectivity());let C=await e.getDirectState();const w=f.getDirectStatus();w==="granted"&&(C.server.status==="not-connected"||t)&&(C=await e.testDirectConnectivity());const u=s.getServerUrl(C)||"http://localhost:1135",N=O(C,w,u);return e.getConnectionMode()===null&&(s.isDirectServerReady(C)?await e.setConnectionMode("direct"):s.isExtensionServerReady(l)&&await e.setConnectionMode("extension")),f.isServerInstallConfirmed()||_(l,C)&&f.setServerInstallConfirmed(!0),{extension:T(l),server:L(l),lna:N,lnaServer:v(C),env:{browser:n,os:c},browsers:s.BROWSER_CONFIGS,os:s.OS_CONFIGS,userConfirmations:{serverInstall:f.isServerInstallConfirmed()},selectedConnection:S(e.getConnectionMode())}},[e,f,T,L,v,S,O,_]),p=r.useCallback(()=>{if(!b.current)throw new Error("Cannot get state: currentStateRef is null");return{...b.current,userConfirmations:{serverInstall:f.isServerInstallConfirmed()},selectedConnection:S(e.getConnectionMode())}},[f,e,S]),R=r.useMemo(()=>({[A.MODAL_READY]:async()=>(x.info("MODAL_READY: returning current state or default"),b.current?{setupState:p()}:{setupState:X}),[A.MODAL_REFRESH]:async()=>{x.info("MODAL_REFRESH: refreshing state");const t=await h(!0);b.current=t;const n=p();return x.info(`MODAL_REFRESH: state refreshed
2
+ `,JSON.stringify(n,null,2)),o.current?.updateState(p()),{setupState:n}},[A.MODAL_LNA_CONNECT]:async t=>{const n=t.payload.serverUrl;console.log("[SetupModalProcessor] LNA connect:",n);const c=await e.testDirectConnectivity(n);if(c.server.status!=="not-connected"){const C=c.server.status;if(C==="ready"||C==="setup"||C==="resource-admin"){f.setDirectStatus("granted"),e.getConnectionMode()===null&&await e.setConnectionMode("direct");const w=await h();return b.current=w,o.current?.updateState(p()),{success:!0}}}const l=await h();return b.current=l,o.current?.updateState(p()),{success:!1}},[A.MODAL_LNA_SKIP]:async()=>{f.setDirectStatus("skipped");const t=await h();return b.current=t,o.current?.updateState(p()),{success:!0}},[A.MODAL_CLOSE]:()=>{g()},[A.MODAL_COMPLETE]:()=>{g()},[A.MODAL_CONFIRM_SERVER_INSTALL]:t=>(f.setServerInstallConfirmed(t.payload.confirmed),o.current?.updateState(p()),{success:!0}),[A.MODAL_SELECT_CONNECTION]:async t=>{const c=t.payload.connection==="lna"?"direct":"extension";return await e.setConnectionMode(c),o.current?.updateState(p()),{success:!0}}}),[x,e,f,h,p,v,g]);return r.useEffect(()=>(o.current=new s.OnboardingModal({modalHtmlPath:a,handlers:R}),()=>{o.current?.destroy(),o.current=null}),[a,R]),r.useEffect(()=>{M&&o.current?(o.current.showLoading(),h(!0).then(t=>{b.current=t,o.current?.updateState(t),y?.()}).catch(t=>{console.error("[SetupModalProcessor] buildSetupState failed:",t)})):!M&&o.current&&o.current.destroy()},[M,h,y]),null}const j={status:"not-initialized",mode:null,extensionId:null,url:null,server:s.BACKEND_SERVER_NOT_CONNECTED,error:null},U={status:"initializing",mode:null,extensionId:null,url:null,server:s.BACKEND_SERVER_NOT_CONNECTED,error:null};function F(e){return e.status==="not-initialized"}function G(e){return e.status==="initializing"}function H(e){return e.status!=="not-initialized"&&e.status!=="initializing"}function P(e){return e.status==="ready"}function V(e){return P(e)&&e.server.status==="ready"}function K(e){return s.isExtensionState(e)?{status:e.extension==="not-initialized"?"initializing":e.extension==="not-found"?"extension-not-found":"ready",mode:"extension",extensionId:e.extensionId,url:null,server:e.server,error:e.server.error}:{status:e.url===null?"direct-not-connected":"ready",mode:"direct",extensionId:null,url:e.url,server:e.server,error:e.server.error}}const Z={isNotInitialized:F,isInitializing:G,isInitialized:H,isReady:P,isOverallReady:V},D=r.createContext(null);D.displayName="BodhiContext";function J({children:e,client:a,modalHtmlPath:g,handleCallback:y=!0,callbackPath:I,basePath:E="/",logLevel:m="warn"}){const M=E==="/"?"":E.replace(/\/$/,""),x=I??`${M}/callback`,o=r.useMemo(()=>new s.Logger("BodhiProvider",m),[m]),f=r.useRef(!1),b=r.useRef(!1),[S,T]=r.useState(j),[L,v]=r.useState(s.INITIAL_AUTH_STATE),[_,O]=r.useState(!1),[h,p]=r.useState("ready");r.useEffect(()=>{const d=u=>{switch(u.type){case"client-state":T(K(u.state));break;case"auth-state":v(u.state),O(!1);break}};return a.setStateCallback(d),()=>{a.setStateCallback(s.NOOP_STATE_CALLBACK)}},[a]);const R=r.useCallback(async()=>{p("loading")},[]),t=r.useCallback(()=>{p("ready")},[]),n=r.useCallback(()=>{p("loaded")},[]),c=r.useCallback(async d=>{T(U);try{await a.init(d||{})}catch(u){o.error("Init failed:",u)}},[a,o]);r.useEffect(()=>{if(b.current)return;b.current=!0,(async()=>{if(await c(),!y)return;const u=new URL(window.location.href);if(u.pathname!==x)return;const N=u.searchParams.get("code"),B=u.searchParams.get("state");!N||!B||f.current||(f.current=!0,s.isWebUIClient(a)&&(O(!0),a.handleOAuthCallback(N,B).then(()=>{window.history.replaceState({},"",E)}).catch(z=>{o.error("OAuth callback failed:",z),v({status:"error",user:null,accessToken:null,error:{message:z instanceof Error?z.message:"OAuth callback failed",code:"OAUTH_CALLBACK_FAILED"}}),O(!1),window.history.replaceState({},"",E)})))})()},[c,a,y,x,E]);const l=r.useCallback(async()=>{O(!0);try{await a.login()}catch(d){const u={status:"error",user:null,accessToken:null,error:{message:d instanceof Error?d.message:"Login failed",code:"LOGIN_FAILED"}};return v(u),O(!1),u}},[a]),C=r.useCallback(async()=>{try{await a.logout()}catch(d){v({status:"error",user:null,accessToken:null,error:{message:d instanceof Error?d.message:"Logout failed",code:"LOGOUT_FAILED"}})}},[a]),w=r.useMemo(()=>{const d=S.status==="ready",u=S.server.status==="ready";return{client:a,clientState:S,auth:L,isAuthLoading:_,login:l,logout:C,showSetup:R,hideSetup:t,setupState:h,isAuthenticated:L.status==="authenticated",canLogin:d&&!_,isReady:d,isServerReady:u,isOverallReady:d&&u,isInitializing:S.status==="initializing",isExtension:S.mode==="extension",isDirect:S.mode==="direct"}},[a,S,L,_,h,l,C,R,t]);return k.jsxs(D.Provider,{value:w,children:[k.jsx(Y,{client:a,modalHtmlPath:g,hideSetup:t,onSetupReady:n,setupState:h,basePath:E,logLevel:m}),e]})}function $(){const e=r.useContext(D);if(!e)throw new Error("useBodhi must be used within BodhiProvider");return e}const Q=e=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 479.995 479.995",width:"480px",height:"480px",...e},i.createElement("path",{fill:"#ffa4b8",d:"M239.998,374.56l-0.01-0.01c0-0.01,0.01-0.01,0.01-0.02c-4.64-8.78-65.7-144.8-212.22-85.2 c-14.36,5.85-19.78,23.45-11.19,36.36c11.11,16.69,22.86,30.01,34.91,40.53c-27.85,7.89-45.6,33.8-43.3,61.55 c0.96,11.6,13.29,18.52,23.71,13.35c33.99-16.84,60.03-2.51,80.35,2.14c56.68,12.99,113.71,4.53,125.52-46.29 c0.52-2.22,0.95-4.51,1.28-6.89c0.01-0.04,0.01-0.08,0.02-0.12c0.066-0.492,0.126-0.978,0.181-1.458 c0.455-3.631,0.712-7.438,0.739-11.452c-0.02-1.44-0.02-2.01,0-2.25v-0.09c0-0.02,0-0.04,0.01-0.05c0-0.02,0.01-0.03,0.02-0.06 c0-0.01,0.01-0.01,0.01-0.02C240.018,374.569,240.008,374.56,239.998,374.56z"}),i.createElement("path",{fill:"#ffa4b8",d:"M471.798,427.769c-0.96,11.6-13.29,18.52-23.71,13.35c-33.99-16.84-60.03-2.51-80.35,2.14 c-63.41,14.53-127.25,2.22-127.74-66.21c0.033-2.642-0.044-2.302,0.04-2.47c-0.02-0.01-0.03-0.02-0.04-0.02l0.01-0.01 c0-0.01-0.01-0.01-0.01-0.02c4.64-8.78,65.7-144.8,212.22-85.2c14.36,5.85,19.78,23.45,11.19,36.36 c-11.11,16.69-22.86,30.01-34.91,40.53C456.348,374.109,474.098,400.019,471.798,427.769z"}),i.createElement("path",{fill:"#befa91",d:"M428.498,366.219c27.85,7.89,45.6,33.8,43.3,61.55c-0.96,11.6-13.29,18.52-23.71,13.35 c-33.99-16.84-60.03-2.51-80.35,2.14c-63.41,14.53-127.928,2.222-127.74-66.21c0.007-2.683-0.02-2.351,0.04-2.47 C248.598,379.129,345.858,438.329,428.498,366.219z"}),i.createElement("path",{fill:"#befa91",d:"M51.498,366.219c82.76,72.22,180.18,12.74,188.5,8.34c0.01,0,0.02,0.01,0.04,0.02 c-0.058,0.116-0.047-0.169-0.04,2.47c0.188,68.432-64.33,80.74-127.74,66.21c-20.32-4.65-46.36-18.98-80.35-2.14 c-10.42,5.17-22.75-1.75-23.71-13.35C5.898,400.019,23.648,374.109,51.498,366.219z"}),i.createElement("path",{fill:"#ffbfcb",d:"M235.228,365.299c-32.29-36.09-89.98-73-179.74-36.49c-1.979,0.805-3.787,1.834-5.413,3.042 c-10.569,7.856-25.473,5.765-32.82-5.164c-0.223-0.331-0.445-0.664-0.667-0.997c-8.59-12.91-3.17-30.51,11.19-36.36 C155.168,237.509,217.948,333.56,235.228,365.299z"}),i.createElement("path",{fill:"#ffa4b8",d:"M239.998,374.549c-12.85-2.2-214.54-23.33-193.03-240.71c1.49-14.99,15.86-25.15,30.48-21.55 c108.49,26.72,149.07,91.39,162.55,149.92C252.768,317.699,241.178,367.679,239.998,374.549z"}),i.createElement("path",{fill:"#ffbfcb",d:"M193.698,174.638c11.866,12.406-3.013,31.792-18.056,23.52 c-21.875-12.028-50.044-10.573-70.207,3.701c-24.832,17.579-59.398-0.365-60.013-30.784c-0.237-11.724,0.248-24.123,1.545-37.237 c1.49-14.99,15.86-25.15,30.48-21.55C131.23,125.537,168.324,148.11,193.698,174.638z"}),i.createElement("path",{fill:"#ffa4b8",d:"M221.538,39.599c9.78-11.13,27.15-11.12,36.93,0.01c157.02,178.77-7.48,323.95-18.47,334.94 C229.988,364.549,63.948,218.989,221.538,39.599z"}),i.createElement("path",{fill:"#ffbfcb",d:"M261.523,43.131c9.452,11.033,8.166,27.623-2.74,37.221c-0.784,0.69-1.535,1.439-2.245,2.247 c-35.942,40.915-55.05,80.07-63.012,116.258c-5.176,23.523-39.936,19.717-39.551-4.366c0.741-46.282,18.411-98.941,67.563-154.892 c9.78-11.13,27.15-11.12,36.93,0.01C259.5,40.785,260.518,41.959,261.523,43.131z"}),i.createElement("path",{fill:"#ffa4b8",d:"M239.998,374.549c-1.18-6.87-12.77-56.85,0-112.34c13.48-58.53,54.06-123.2,162.55-149.92 c14.62-3.6,28.99,6.56,30.48,21.55C454.538,351.219,252.848,372.349,239.998,374.549z"}),i.createElement("path",{fill:"#ff8ca5",d:"M239.998,374.549c-3.115-0.536-17.362-2.183-36.835-7.483c-3.181-0.866-6.028-2.682-8.145-5.209 c-49.098-58.608-75.675-130.75-61.047-205.793c2.165-11.107,14.881-16.444,24.408-10.337c0.756,0.485,1.506,0.972,2.249,1.462 C126.798,274.139,232.088,366.649,239.998,374.549z"}),i.createElement("path",{fill:"#ff8ca5",d:"M281.608,365.729c-21.9,6.37-38.24,8.25-41.61,8.82c8.67-8.67,112.98-100.94,79.35-227.34v-0.01 c0.742-0.489,1.49-0.975,2.244-1.459c9.551-6.123,22.265-0.733,24.422,10.406C369.565,277.734,281.608,363.204,281.608,365.729z"}),i.createElement("path",{fill:"#ff8ca5",d:"M417.451,302.932c-32.211,44.193-80.706,72.823-134.571,87.345c-3.396,0.916-6.999,0.754-10.3-0.463 c-20.772-7.664-31.911-15.254-32.583-15.254c0.826-0.825,112.667-9.463,166.4-98.31C419.37,278.279,424.743,292.927,417.451,302.932 z"}),i.createElement("path",{fill:"#ff8ca5",d:"M62.565,302.932c32.211,44.193,80.705,72.823,134.571,87.345c3.396,0.916,6.999,0.754,10.3-0.463 c20.772-7.664,31.911-15.254,32.583-15.254c-0.828-0.828-112.665-9.458-166.4-98.31C60.646,278.279,55.273,292.927,62.565,302.932z"}),i.createElement("path",{fill:"#9ceb63",d:"M433.464,393.091c-52.749,39.415-118.979,42.09-182.861,13.657 c-4.441-1.977-7.606-6.011-8.633-10.763c-1.552-7.18-1.884-14.238-1.973-21.326c0.172-0.345,9.566,5.934,26.76,12.89 c36.31,14.71,102.75,30.15,161.74-21.33C440.977,369.752,443.403,385.664,433.464,393.091z"}),i.createElement("path",{fill:"#9ceb63",d:"M240.038,374.579c0,0.01-0.01,0.01-0.01,0.02s-0.01,0.03-0.01,0.05c0,0,0,0,0,0.01 c-0.01,0.03-0.01,0.06-0.02,0.1v0.04c-0.13,1.3,0.09,7.59-0.92,15.16c-0.01,0.04-0.01,0.08-0.02,0.12 c-0.26,1.91-0.59,3.91-1.03,5.92c-0.07,0.33-0.15,0.65-0.25,0.97c-1.23,4.33-4.28,7.95-8.41,9.79 c-63.06,28.05-129.47,26.21-182.79-13.63c-9.94-7.43-7.63-23.36,4.92-26.91c13.1,11.46,28.11,20.79,44.16,26.79 c19.78,7.48,34.99,8.98,53.83,8.68c34.33-0.55,60.1-11.03,90.51-27.13C240.008,374.56,240.018,374.569,240.038,374.579z"}),i.createElement("path",{d:"M443.143,363.426c9.579-9.648,18.604-20.804,26.926-33.305c11.399-17.132,4.201-40.447-14.837-48.202 c-12.321-5.012-24.515-8.844-36.391-11.454c17.945-34.197,27.974-78.94,22.188-137.413c-1.925-19.503-20.802-33.354-40.394-28.53 c-17.952,4.421-34.806,10.063-50.093,16.768c-4.046,1.775-5.888,6.494-4.113,10.54c1.774,4.046,6.493,5.887,10.54,4.113 c14.45-6.338,30.429-11.682,47.492-15.885c9.885-2.435,19.599,4.434,20.607,14.573c9.088,90.121-21.147,164.341-99.823,205.213 c-3.921,2.037-5.448,6.866-3.411,10.787c2.043,3.933,6.879,5.442,10.787,3.411c27.191-14.125,56.267-35.849,77.701-68.994 c12.564,2.375,25.617,6.296,38.878,11.69c9.68,3.943,13.334,15.824,7.549,24.518c-10.205,15.33-21.482,28.43-33.516,38.936 c-49.396,43.107-111.979,41.39-169.834,12.419c56.638-56.971,92.247-132.34,77.074-212.524 c-8.101-42.81-30.305-85.119-65.997-125.754c-12.964-14.759-36.003-14.748-48.946-0.016 c-28.645,32.607-48.657,66.371-59.602,100.512c-21.999-13.018-47.7-23.197-76.569-30.307c-19.338-4.763-38.383,8.699-40.354,28.53 C26.197,262.501,90.89,324.677,147.416,354.042c3.92,2.036,8.75,0.51,10.787-3.411c2.037-3.921,0.51-8.75-3.411-10.787 c-52.141-27.086-111.791-84.677-99.863-205.213c1.007-10.132,10.713-17.01,20.606-14.574c31.115,7.663,58.223,19.013,80.571,33.735 c4.863,3.204,10.891,0.586,12.257-4.539c9.392-35.245,29.306-70.362,59.188-104.378c6.581-7.492,18.316-7.487,24.904,0.014 c128.735,146.565,37.449,269.122-12.476,318.519c-30.274-29.828-76.759-87.727-78.002-162.831 c-0.073-4.417-3.698-7.933-8.131-7.867c-4.417,0.073-7.939,3.714-7.867,8.131c1.382,83.483,54.096,146.516,85.999,177.099 c-0.353,20.737-7.099,36.575-20.104,47.086c-20.129,16.267-55.786,20.072-97.831,10.438c-19.181-4.396-48.632-19.874-85.688-1.511 c-5.361,2.657-11.689-0.859-12.186-6.844c-1.888-22.74,12.042-43.926,33.548-51.893c13.4,11.096,27.797,19.551,43.11,25.275 c20.238,7.653,36.036,9.525,56.788,9.196c15.85-0.254,30.814-2.572,45.747-7.085c4.229-1.278,6.622-5.743,5.343-9.972 c-1.278-4.229-5.744-6.622-9.972-5.344c-13.494,4.078-27.027,6.173-41.373,6.403c-17.347,0.275-31.911-0.993-50.901-8.174 c-31.69-11.847-56.387-35.98-75.211-64.258c-5.791-8.704-2.122-20.58,7.548-24.52c4.092-1.667,6.058-6.335,4.391-10.427 c-1.667-4.092-6.334-6.058-10.427-4.391c-19.062,7.765-26.214,31.095-14.832,48.202c8.365,12.566,17.352,23.674,26.917,33.31 C12.89,375.664-2.037,401.187,0.226,428.434c1.427,17.192,19.743,27.533,35.235,19.857c30.84-15.283,54.311-1.971,75.01,2.771 c36.708,8.411,82.166,10.086,111.461-13.59c14.777-11.943,23.305-28.715,25.489-49.937 c61.607,30.736,128.694,32.482,182.835-12.326c21.516,7.959,35.456,29.153,33.567,51.902c-0.493,5.939-6.786,9.519-12.186,6.844 c-30.339-15.034-55.535-7.379-73.932-1.791c-31.306,9.51-74.736,14.144-102.884-2.498c-3.803-2.248-8.709-0.989-10.958,2.815 c-2.249,3.803-0.989,8.709,2.815,10.958c29.214,17.272,69.817,15.19,102.844,7.622c20.72-4.747,44.177-18.05,75.01-2.771 c15.523,7.691,33.811-2.693,35.235-19.856C482.032,401.183,467.102,375.655,443.143,363.426z"})),ee={sm:32,md:48,lg:64};function te({size:e="md",variant:a="light",className:g="",style:y={}}){const I=ee[e],E={display:"inline-block",cursor:"pointer",transition:"all 250ms ease",borderRadius:"50%",...a==="dark"&&{backgroundColor:"rgba(255, 255, 255, 0.05)",padding:"8px"},...y};return k.jsx("a",{href:"https://getbodhi.app",target:"_blank",rel:"noopener noreferrer",title:"Powered by Bodhi","aria-label":"Powered by Bodhi - Visit getbodhi.app",className:g,style:E,onMouseEnter:m=>{m.currentTarget.style.transform="scale(1.1)",m.currentTarget.style.boxShadow="0 0 20px rgba(255, 164, 184, 0.6)"},onMouseLeave:m=>{m.currentTarget.style.transform="scale(1)",m.currentTarget.style.boxShadow="none"},children:k.jsx(Q,{width:I,height:I,style:{display:"block"}})})}const re="production";Object.defineProperty(exports,"createApiError",{enumerable:!0,get:()=>s.createApiError});Object.defineProperty(exports,"createOperationError",{enumerable:!0,get:()=>s.createOperationError});Object.defineProperty(exports,"isApiResultError",{enumerable:!0,get:()=>s.isApiResultError});Object.defineProperty(exports,"isApiResultOperationError",{enumerable:!0,get:()=>s.isApiResultOperationError});Object.defineProperty(exports,"isApiResultSuccess",{enumerable:!0,get:()=>s.isApiResultSuccess});Object.defineProperty(exports,"isAuthError",{enumerable:!0,get:()=>s.isAuthError});Object.defineProperty(exports,"isAuthLoading",{enumerable:!0,get:()=>s.isAuthLoading});Object.defineProperty(exports,"isAuthenticated",{enumerable:!0,get:()=>s.isAuthenticated});Object.defineProperty(exports,"isClientReady",{enumerable:!0,get:()=>s.isClientReady});Object.defineProperty(exports,"isDirectState",{enumerable:!0,get:()=>s.isDirectState});Object.defineProperty(exports,"isExtensionState",{enumerable:!0,get:()=>s.isExtensionState});Object.defineProperty(exports,"isOperationError",{enumerable:!0,get:()=>s.isOperationError});Object.defineProperty(exports,"isWebUIClient",{enumerable:!0,get:()=>s.isWebUIClient});exports.BodhiBadge=te;exports.BodhiProvider=J;exports.BodhiReactContext=D;exports.ClientCtxState=Z;exports.INITIALIZING_CLIENT_CONTEXT_STATE=U;exports.INITIAL_CLIENT_CONTEXT_STATE=j;exports.REACT_CORE_BUILD_MODE=re;exports.clientStateToContextState=K;exports.isClientCtxInitialized=H;exports.isClientCtxInitializing=G;exports.isClientCtxNotInitialized=F;exports.isClientCtxReady=P;exports.isOverallReady=V;exports.useBodhi=$;
@@ -1,9 +1,21 @@
1
1
  import { jsxs as K, jsx as P } from "react/jsx-runtime";
2
2
  import { Logger as H, BodhiClientUserPrefsManager as W, createStoragePrefixWithBasePath as j, detectBrowser as Y, detectOS as q, getServerUrl as X, isDirectServerReady as Z, isExtensionServerReady as $, OS_CONFIGS as J, BROWSER_CONFIGS as Q, OnboardingModal as ee, BACKEND_SERVER_NOT_CONNECTED as G, isExtensionState as te, INITIAL_AUTH_STATE as re, NOOP_STATE_CALLBACK as ne, isWebUIClient as se } from "@bodhiapp/bodhi-js-core";
3
- import { createApiError as Le, createOperationError as be, isApiResultError as Ie, isApiResultOperationError as _e, isApiResultSuccess as Re, isAuthError as Te, isAuthLoading as De, isAuthenticated as Ne, isClientReady as ze, isDirectState as ke, isExtensionState as Be, isOperationError as Pe, isWebUIClient as Ue } from "@bodhiapp/bodhi-js-core";
4
- import * as a from "react";
5
- import { useMemo as T, useRef as z, useCallback as f, useEffect as k, createContext as ae, useState as N, useContext as ce } from "react";
6
- const y = {
3
+ import { createApiError as _e, createOperationError as Ie, isApiResultError as Te, isApiResultOperationError as Re, isApiResultSuccess as De, isAuthError as Ne, isAuthLoading as ke, isAuthenticated as ze, isClientReady as Be, isDirectState as Pe, isExtensionState as Ue, isOperationError as Fe, isWebUIClient as He } from "@bodhiapp/bodhi-js-core";
4
+ import * as c from "react";
5
+ import { useMemo as R, useRef as k, useCallback as f, useEffect as z, createContext as ae, useState as N, useContext as ce } from "react";
6
+ const oe = {
7
+ serverInstall: !1
8
+ }, ie = {
9
+ extension: { status: "not-installed", error: { message: "Loading...", code: "ext-not-installed" } },
10
+ server: { status: "pending-extension-ready", error: { message: "Loading...", code: "server-pending-ext-ready" } },
11
+ lna: { status: "prompt" },
12
+ lnaServer: { status: "pending-lna-ready" },
13
+ env: { browser: "unknown", os: "unknown" },
14
+ browsers: [],
15
+ os: [],
16
+ userConfirmations: oe,
17
+ selectedConnection: null
18
+ }, y = {
7
19
  // Modal lifecycle
8
20
  MODAL_READY: "modal:ready",
9
21
  MODAL_REFRESH: "modal:refresh",
@@ -17,22 +29,22 @@ const y = {
17
29
  // Connection selection
18
30
  MODAL_SELECT_CONNECTION: "modal:select-connection"
19
31
  };
20
- function oe({
32
+ function ue({
21
33
  client: e,
22
34
  modalHtmlPath: s,
23
35
  hideSetup: A,
24
36
  onSetupReady: w,
25
- setupState: x,
26
- basePath: S = "/",
37
+ setupState: L,
38
+ basePath: C = "/",
27
39
  logLevel: m = "warn"
28
40
  }) {
29
- const I = x !== "ready", M = T(() => new H("SetupModalProcessor", m), [m]), c = z(null), l = T(
30
- () => new W(j(S, "bodhijs:")),
31
- [S]
32
- ), h = z(null), C = f(
41
+ const _ = L !== "ready", x = R(() => new H("SetupModalProcessor", m), [m]), a = k(null), l = R(
42
+ () => new W(j(C, "bodhijs:")),
43
+ [C]
44
+ ), g = k(null), S = f(
33
45
  (t) => t === "direct" ? "lna" : t === "extension" ? "extension" : null,
34
46
  []
35
- ), _ = f((t) => t.extension === "ready" ? {
47
+ ), I = f((t) => t.extension === "ready" ? {
36
48
  status: "ready",
37
49
  version: "unknown",
38
50
  // TODO: have ExtensionState also get extension version
@@ -43,7 +55,7 @@ function oe({
43
55
  } : {
44
56
  status: "unreachable",
45
57
  error: { message: "Client not initialized", code: "ext-connection-failed" }
46
- }, []), O = f((t) => {
58
+ }, []), M = f((t) => {
47
59
  if (t.server.status === "pending-extension-ready")
48
60
  return {
49
61
  status: "pending-extension-ready",
@@ -96,7 +108,7 @@ function oe({
96
108
  }
97
109
  };
98
110
  }
99
- }, []), E = f((t) => {
111
+ }, []), h = f((t) => {
100
112
  if (t.server.status === "not-connected")
101
113
  return { status: "pending-lna-ready" };
102
114
  const r = t.server;
@@ -119,7 +131,7 @@ function oe({
119
131
  error: { message: "Unknown server status" }
120
132
  };
121
133
  }
122
- }, []), L = f(
134
+ }, []), O = f(
123
135
  (t, r) => {
124
136
  if (t.server.status !== "pending-extension-ready") {
125
137
  const n = t.server.status;
@@ -152,7 +164,7 @@ function oe({
152
164
  return r === "granted" ? { status: "granted", serverUrl: n } : { status: "prompt", serverUrl: n };
153
165
  },
154
166
  []
155
- ), g = f(
167
+ ), E = f(
156
168
  async (t = !1) => {
157
169
  const r = Y().type, n = q().type;
158
170
  let i = await e.getExtensionState();
@@ -161,50 +173,50 @@ function oe({
161
173
  const b = l.getDirectStatus();
162
174
  b === "granted" && (d.server.status === "not-connected" || t) && (d = await e.testDirectConnectivity());
163
175
  const o = X(d) || "http://localhost:1135", D = v(d, b, o);
164
- return e.getConnectionMode() === null && (Z(d) ? await e.setConnectionMode("direct") : $(i) && await e.setConnectionMode("extension")), l.isServerInstallConfirmed() || L(i, d) && l.setServerInstallConfirmed(!0), {
165
- extension: _(i),
166
- server: O(i),
176
+ return e.getConnectionMode() === null && (Z(d) ? await e.setConnectionMode("direct") : $(i) && await e.setConnectionMode("extension")), l.isServerInstallConfirmed() || O(i, d) && l.setServerInstallConfirmed(!0), {
177
+ extension: I(i),
178
+ server: M(i),
167
179
  lna: D,
168
- lnaServer: E(d),
180
+ lnaServer: h(d),
169
181
  env: { browser: r, os: n },
170
182
  browsers: Q,
171
183
  os: J,
172
184
  userConfirmations: { serverInstall: l.isServerInstallConfirmed() },
173
- selectedConnection: C(e.getConnectionMode())
185
+ selectedConnection: S(e.getConnectionMode())
174
186
  };
175
187
  },
176
188
  [
177
189
  e,
178
190
  l,
179
- _,
180
- O,
181
- E,
182
- C,
191
+ I,
192
+ M,
193
+ h,
194
+ S,
183
195
  v,
184
- L
196
+ O
185
197
  ]
186
198
  ), p = f(() => {
187
- if (!h.current)
199
+ if (!g.current)
188
200
  throw new Error("Cannot get state: currentStateRef is null");
189
201
  return {
190
- ...h.current,
202
+ ...g.current,
191
203
  // Override userConfirmations from storage (in case updated outside buildSetupState)
192
204
  userConfirmations: {
193
205
  serverInstall: l.isServerInstallConfirmed()
194
206
  },
195
207
  // Override selectedConnection from client (in case changed via handler)
196
- selectedConnection: C(e.getConnectionMode())
208
+ selectedConnection: S(e.getConnectionMode())
197
209
  };
198
- }, [l, e, C]), R = T(
210
+ }, [l, e, S]), T = R(
199
211
  () => ({
200
- [y.MODAL_READY]: async () => (M.info("MODAL_READY: building initial state"), { setupState: p() }),
212
+ [y.MODAL_READY]: async () => (x.info("MODAL_READY: returning current state or default"), g.current ? { setupState: p() } : { setupState: ie }),
201
213
  [y.MODAL_REFRESH]: async () => {
202
- M.info("MODAL_REFRESH: refreshing state");
203
- const t = await g(!0);
204
- h.current = t;
214
+ x.info("MODAL_REFRESH: refreshing state");
215
+ const t = await E(!0);
216
+ g.current = t;
205
217
  const r = p();
206
- return M.info(`MODAL_REFRESH: state refreshed
207
- `, JSON.stringify(r, null, 2)), c.current?.updateState(p()), { setupState: r };
218
+ return x.info(`MODAL_REFRESH: state refreshed
219
+ `, JSON.stringify(r, null, 2)), a.current?.updateState(p()), { setupState: r };
208
220
  },
209
221
  [y.MODAL_LNA_CONNECT]: async (t) => {
210
222
  const r = t.payload.serverUrl;
@@ -214,17 +226,17 @@ function oe({
214
226
  const d = n.server.status;
215
227
  if (d === "ready" || d === "setup" || d === "resource-admin") {
216
228
  l.setDirectStatus("granted"), e.getConnectionMode() === null && await e.setConnectionMode("direct");
217
- const b = await g();
218
- return h.current = b, c.current?.updateState(p()), { success: !0 };
229
+ const b = await E();
230
+ return g.current = b, a.current?.updateState(p()), { success: !0 };
219
231
  }
220
232
  }
221
- const i = await g();
222
- return h.current = i, c.current?.updateState(p()), { success: !1 };
233
+ const i = await E();
234
+ return g.current = i, a.current?.updateState(p()), { success: !1 };
223
235
  },
224
236
  [y.MODAL_LNA_SKIP]: async () => {
225
237
  l.setDirectStatus("skipped");
226
- const t = await g();
227
- return h.current = t, c.current?.updateState(p()), { success: !0 };
238
+ const t = await E();
239
+ return g.current = t, a.current?.updateState(p()), { success: !0 };
228
240
  },
229
241
  [y.MODAL_CLOSE]: () => {
230
242
  A();
@@ -232,32 +244,32 @@ function oe({
232
244
  [y.MODAL_COMPLETE]: () => {
233
245
  A();
234
246
  },
235
- [y.MODAL_CONFIRM_SERVER_INSTALL]: (t) => (l.setServerInstallConfirmed(t.payload.confirmed), c.current?.updateState(p()), { success: !0 }),
247
+ [y.MODAL_CONFIRM_SERVER_INSTALL]: (t) => (l.setServerInstallConfirmed(t.payload.confirmed), a.current?.updateState(p()), { success: !0 }),
236
248
  [y.MODAL_SELECT_CONNECTION]: async (t) => {
237
249
  const n = t.payload.connection === "lna" ? "direct" : "extension";
238
- return await e.setConnectionMode(n), c.current?.updateState(p()), { success: !0 };
250
+ return await e.setConnectionMode(n), a.current?.updateState(p()), { success: !0 };
239
251
  }
240
252
  }),
241
- [M, e, l, g, p, E, A]
253
+ [x, e, l, E, p, h, A]
242
254
  );
243
- return k(() => (c.current = new ee({ modalHtmlPath: s, handlers: R }), () => {
244
- c.current?.destroy(), c.current = null;
245
- }), [s, R]), k(() => {
246
- I && c.current ? g(!0).then((t) => {
247
- h.current = t, c.current?.show(t), w?.();
255
+ return z(() => (a.current = new ee({ modalHtmlPath: s, handlers: T }), () => {
256
+ a.current?.destroy(), a.current = null;
257
+ }), [s, T]), z(() => {
258
+ _ && a.current ? (a.current.showLoading(), E(!0).then((t) => {
259
+ g.current = t, a.current?.updateState(t), w?.();
248
260
  }).catch((t) => {
249
261
  console.error("[SetupModalProcessor] buildSetupState failed:", t);
250
- }) : !I && c.current && c.current.destroy();
251
- }, [I, g, w]), null;
262
+ })) : !_ && a.current && a.current.destroy();
263
+ }, [_, E, w]), null;
252
264
  }
253
- const ie = {
265
+ const le = {
254
266
  status: "not-initialized",
255
267
  mode: null,
256
268
  extensionId: null,
257
269
  url: null,
258
270
  server: G,
259
271
  error: null
260
- }, ue = {
272
+ }, de = {
261
273
  status: "initializing",
262
274
  mode: null,
263
275
  extensionId: null,
@@ -265,22 +277,22 @@ const ie = {
265
277
  server: G,
266
278
  error: null
267
279
  };
268
- function le(e) {
280
+ function fe(e) {
269
281
  return e.status === "not-initialized";
270
282
  }
271
- function de(e) {
283
+ function pe(e) {
272
284
  return e.status === "initializing";
273
285
  }
274
- function fe(e) {
286
+ function me(e) {
275
287
  return e.status !== "not-initialized" && e.status !== "initializing";
276
288
  }
277
289
  function V(e) {
278
290
  return e.status === "ready";
279
291
  }
280
- function pe(e) {
292
+ function Se(e) {
281
293
  return V(e) && e.server.status === "ready";
282
294
  }
283
- function me(e) {
295
+ function Ce(e) {
284
296
  return te(e) ? {
285
297
  status: e.extension === "not-initialized" ? "initializing" : e.extension === "not-found" ? "extension-not-found" : "ready",
286
298
  mode: "extension",
@@ -297,32 +309,32 @@ function me(e) {
297
309
  error: e.server.error
298
310
  };
299
311
  }
300
- const ve = {
301
- isNotInitialized: le,
302
- isInitializing: de,
303
- isInitialized: fe,
312
+ const Ae = {
313
+ isNotInitialized: fe,
314
+ isInitializing: pe,
315
+ isInitialized: me,
304
316
  isReady: V,
305
- isOverallReady: pe
317
+ isOverallReady: Se
306
318
  }, U = ae(null);
307
319
  U.displayName = "BodhiContext";
308
- function ye({
320
+ function we({
309
321
  children: e,
310
322
  client: s,
311
323
  modalHtmlPath: A,
312
324
  handleCallback: w = !0,
313
- callbackPath: x,
314
- basePath: S = "/",
325
+ callbackPath: L,
326
+ basePath: C = "/",
315
327
  logLevel: m = "warn"
316
328
  }) {
317
- const I = S === "/" ? "" : S.replace(/\/$/, ""), M = x ?? `${I}/callback`, c = T(() => new H("BodhiProvider", m), [m]), l = z(!1), h = z(!1), [C, _] = N(ie), [O, E] = N(re), [L, v] = N(!1), [g, p] = N("ready");
318
- k(() => {
329
+ const _ = C === "/" ? "" : C.replace(/\/$/, ""), x = L ?? `${_}/callback`, a = R(() => new H("BodhiProvider", m), [m]), l = k(!1), g = k(!1), [S, I] = N(le), [M, h] = N(re), [O, v] = N(!1), [E, p] = N("ready");
330
+ z(() => {
319
331
  const u = (o) => {
320
332
  switch (o.type) {
321
333
  case "client-state":
322
- _(me(o.state));
334
+ I(Ce(o.state));
323
335
  break;
324
336
  case "auth-state":
325
- E(o.state), v(!1);
337
+ h(o.state), v(!1);
326
338
  break;
327
339
  }
328
340
  };
@@ -330,7 +342,7 @@ function ye({
330
342
  s.setStateCallback(ne);
331
343
  };
332
344
  }, [s]);
333
- const R = f(async () => {
345
+ const T = f(async () => {
334
346
  p("loading");
335
347
  }, []), t = f(() => {
336
348
  p("ready");
@@ -338,26 +350,26 @@ function ye({
338
350
  p("loaded");
339
351
  }, []), n = f(
340
352
  async (u) => {
341
- _(ue);
353
+ I(de);
342
354
  try {
343
355
  await s.init(u || {});
344
356
  } catch (o) {
345
- c.error("Init failed:", o);
357
+ a.error("Init failed:", o);
346
358
  }
347
359
  },
348
- [s, c]
360
+ [s, a]
349
361
  );
350
- k(() => {
351
- if (h.current) return;
352
- h.current = !0, (async () => {
362
+ z(() => {
363
+ if (g.current) return;
364
+ g.current = !0, (async () => {
353
365
  if (await n(), !w) return;
354
366
  const o = new URL(window.location.href);
355
- if (o.pathname !== M) return;
367
+ if (o.pathname !== x) return;
356
368
  const D = o.searchParams.get("code"), F = o.searchParams.get("state");
357
369
  !D || !F || l.current || (l.current = !0, se(s) && (v(!0), s.handleOAuthCallback(D, F).then(() => {
358
- window.history.replaceState({}, "", S);
370
+ window.history.replaceState({}, "", C);
359
371
  }).catch((B) => {
360
- c.error("OAuth callback failed:", B), E({
372
+ a.error("OAuth callback failed:", B), h({
361
373
  status: "error",
362
374
  user: null,
363
375
  accessToken: null,
@@ -365,10 +377,10 @@ function ye({
365
377
  message: B instanceof Error ? B.message : "OAuth callback failed",
366
378
  code: "OAUTH_CALLBACK_FAILED"
367
379
  }
368
- }), v(!1), window.history.replaceState({}, "", S);
380
+ }), v(!1), window.history.replaceState({}, "", C);
369
381
  })));
370
382
  })();
371
- }, [n, s, w, M, S]);
383
+ }, [n, s, w, x, C]);
372
384
  const i = f(async () => {
373
385
  v(!0);
374
386
  try {
@@ -383,13 +395,13 @@ function ye({
383
395
  code: "LOGIN_FAILED"
384
396
  }
385
397
  };
386
- return E(o), v(!1), o;
398
+ return h(o), v(!1), o;
387
399
  }
388
400
  }, [s]), d = f(async () => {
389
401
  try {
390
402
  await s.logout();
391
403
  } catch (u) {
392
- E({
404
+ h({
393
405
  status: "error",
394
406
  user: null,
395
407
  accessToken: null,
@@ -399,63 +411,63 @@ function ye({
399
411
  }
400
412
  });
401
413
  }
402
- }, [s]), b = T(() => {
403
- const u = C.status === "ready", o = C.server.status === "ready";
414
+ }, [s]), b = R(() => {
415
+ const u = S.status === "ready", o = S.server.status === "ready";
404
416
  return {
405
417
  client: s,
406
- clientState: C,
407
- auth: O,
408
- isAuthLoading: L,
418
+ clientState: S,
419
+ auth: M,
420
+ isAuthLoading: O,
409
421
  login: i,
410
422
  logout: d,
411
- showSetup: R,
423
+ showSetup: T,
412
424
  hideSetup: t,
413
- setupState: g,
425
+ setupState: E,
414
426
  // Computed auth properties
415
- isAuthenticated: O.status === "authenticated",
416
- canLogin: u && !L,
427
+ isAuthenticated: M.status === "authenticated",
428
+ canLogin: u && !O,
417
429
  // Computed connection properties
418
430
  isReady: u,
419
431
  isServerReady: o,
420
432
  isOverallReady: u && o,
421
- isInitializing: C.status === "initializing",
422
- isExtension: C.mode === "extension",
423
- isDirect: C.mode === "direct"
433
+ isInitializing: S.status === "initializing",
434
+ isExtension: S.mode === "extension",
435
+ isDirect: S.mode === "direct"
424
436
  };
425
- }, [s, C, O, L, g, i, d, R, t]);
437
+ }, [s, S, M, O, E, i, d, T, t]);
426
438
  return /* @__PURE__ */ K(U.Provider, { value: b, children: [
427
439
  /* @__PURE__ */ P(
428
- oe,
440
+ ue,
429
441
  {
430
442
  client: s,
431
443
  modalHtmlPath: A,
432
444
  hideSetup: t,
433
445
  onSetupReady: r,
434
- setupState: g,
435
- basePath: S,
446
+ setupState: E,
447
+ basePath: C,
436
448
  logLevel: m
437
449
  }
438
450
  ),
439
451
  e
440
452
  ] });
441
453
  }
442
- function Ae() {
454
+ function xe() {
443
455
  const e = ce(U);
444
456
  if (!e) throw new Error("useBodhi must be used within BodhiProvider");
445
457
  return e;
446
458
  }
447
- const Ce = (e) => /* @__PURE__ */ a.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 479.995 479.995", width: "480px", height: "480px", ...e }, /* @__PURE__ */ a.createElement("path", { fill: "#ffa4b8", d: "M239.998,374.56l-0.01-0.01c0-0.01,0.01-0.01,0.01-0.02c-4.64-8.78-65.7-144.8-212.22-85.2 c-14.36,5.85-19.78,23.45-11.19,36.36c11.11,16.69,22.86,30.01,34.91,40.53c-27.85,7.89-45.6,33.8-43.3,61.55 c0.96,11.6,13.29,18.52,23.71,13.35c33.99-16.84,60.03-2.51,80.35,2.14c56.68,12.99,113.71,4.53,125.52-46.29 c0.52-2.22,0.95-4.51,1.28-6.89c0.01-0.04,0.01-0.08,0.02-0.12c0.066-0.492,0.126-0.978,0.181-1.458 c0.455-3.631,0.712-7.438,0.739-11.452c-0.02-1.44-0.02-2.01,0-2.25v-0.09c0-0.02,0-0.04,0.01-0.05c0-0.02,0.01-0.03,0.02-0.06 c0-0.01,0.01-0.01,0.01-0.02C240.018,374.569,240.008,374.56,239.998,374.56z" }), /* @__PURE__ */ a.createElement("path", { fill: "#ffa4b8", d: "M471.798,427.769c-0.96,11.6-13.29,18.52-23.71,13.35c-33.99-16.84-60.03-2.51-80.35,2.14 c-63.41,14.53-127.25,2.22-127.74-66.21c0.033-2.642-0.044-2.302,0.04-2.47c-0.02-0.01-0.03-0.02-0.04-0.02l0.01-0.01 c0-0.01-0.01-0.01-0.01-0.02c4.64-8.78,65.7-144.8,212.22-85.2c14.36,5.85,19.78,23.45,11.19,36.36 c-11.11,16.69-22.86,30.01-34.91,40.53C456.348,374.109,474.098,400.019,471.798,427.769z" }), /* @__PURE__ */ a.createElement("path", { fill: "#befa91", d: "M428.498,366.219c27.85,7.89,45.6,33.8,43.3,61.55c-0.96,11.6-13.29,18.52-23.71,13.35 c-33.99-16.84-60.03-2.51-80.35,2.14c-63.41,14.53-127.928,2.222-127.74-66.21c0.007-2.683-0.02-2.351,0.04-2.47 C248.598,379.129,345.858,438.329,428.498,366.219z" }), /* @__PURE__ */ a.createElement("path", { fill: "#befa91", d: "M51.498,366.219c82.76,72.22,180.18,12.74,188.5,8.34c0.01,0,0.02,0.01,0.04,0.02 c-0.058,0.116-0.047-0.169-0.04,2.47c0.188,68.432-64.33,80.74-127.74,66.21c-20.32-4.65-46.36-18.98-80.35-2.14 c-10.42,5.17-22.75-1.75-23.71-13.35C5.898,400.019,23.648,374.109,51.498,366.219z" }), /* @__PURE__ */ a.createElement("path", { fill: "#ffbfcb", d: "M235.228,365.299c-32.29-36.09-89.98-73-179.74-36.49c-1.979,0.805-3.787,1.834-5.413,3.042 c-10.569,7.856-25.473,5.765-32.82-5.164c-0.223-0.331-0.445-0.664-0.667-0.997c-8.59-12.91-3.17-30.51,11.19-36.36 C155.168,237.509,217.948,333.56,235.228,365.299z" }), /* @__PURE__ */ a.createElement("path", { fill: "#ffa4b8", d: "M239.998,374.549c-12.85-2.2-214.54-23.33-193.03-240.71c1.49-14.99,15.86-25.15,30.48-21.55 c108.49,26.72,149.07,91.39,162.55,149.92C252.768,317.699,241.178,367.679,239.998,374.549z" }), /* @__PURE__ */ a.createElement("path", { fill: "#ffbfcb", d: "M193.698,174.638c11.866,12.406-3.013,31.792-18.056,23.52 c-21.875-12.028-50.044-10.573-70.207,3.701c-24.832,17.579-59.398-0.365-60.013-30.784c-0.237-11.724,0.248-24.123,1.545-37.237 c1.49-14.99,15.86-25.15,30.48-21.55C131.23,125.537,168.324,148.11,193.698,174.638z" }), /* @__PURE__ */ a.createElement("path", { fill: "#ffa4b8", d: "M221.538,39.599c9.78-11.13,27.15-11.12,36.93,0.01c157.02,178.77-7.48,323.95-18.47,334.94 C229.988,364.549,63.948,218.989,221.538,39.599z" }), /* @__PURE__ */ a.createElement("path", { fill: "#ffbfcb", d: "M261.523,43.131c9.452,11.033,8.166,27.623-2.74,37.221c-0.784,0.69-1.535,1.439-2.245,2.247 c-35.942,40.915-55.05,80.07-63.012,116.258c-5.176,23.523-39.936,19.717-39.551-4.366c0.741-46.282,18.411-98.941,67.563-154.892 c9.78-11.13,27.15-11.12,36.93,0.01C259.5,40.785,260.518,41.959,261.523,43.131z" }), /* @__PURE__ */ a.createElement("path", { fill: "#ffa4b8", d: "M239.998,374.549c-1.18-6.87-12.77-56.85,0-112.34c13.48-58.53,54.06-123.2,162.55-149.92 c14.62-3.6,28.99,6.56,30.48,21.55C454.538,351.219,252.848,372.349,239.998,374.549z" }), /* @__PURE__ */ a.createElement("path", { fill: "#ff8ca5", d: "M239.998,374.549c-3.115-0.536-17.362-2.183-36.835-7.483c-3.181-0.866-6.028-2.682-8.145-5.209 c-49.098-58.608-75.675-130.75-61.047-205.793c2.165-11.107,14.881-16.444,24.408-10.337c0.756,0.485,1.506,0.972,2.249,1.462 C126.798,274.139,232.088,366.649,239.998,374.549z" }), /* @__PURE__ */ a.createElement("path", { fill: "#ff8ca5", d: "M281.608,365.729c-21.9,6.37-38.24,8.25-41.61,8.82c8.67-8.67,112.98-100.94,79.35-227.34v-0.01 c0.742-0.489,1.49-0.975,2.244-1.459c9.551-6.123,22.265-0.733,24.422,10.406C369.565,277.734,281.608,363.204,281.608,365.729z" }), /* @__PURE__ */ a.createElement("path", { fill: "#ff8ca5", d: "M417.451,302.932c-32.211,44.193-80.706,72.823-134.571,87.345c-3.396,0.916-6.999,0.754-10.3-0.463 c-20.772-7.664-31.911-15.254-32.583-15.254c0.826-0.825,112.667-9.463,166.4-98.31C419.37,278.279,424.743,292.927,417.451,302.932 z" }), /* @__PURE__ */ a.createElement("path", { fill: "#ff8ca5", d: "M62.565,302.932c32.211,44.193,80.705,72.823,134.571,87.345c3.396,0.916,6.999,0.754,10.3-0.463 c20.772-7.664,31.911-15.254,32.583-15.254c-0.828-0.828-112.665-9.458-166.4-98.31C60.646,278.279,55.273,292.927,62.565,302.932z" }), /* @__PURE__ */ a.createElement("path", { fill: "#9ceb63", d: "M433.464,393.091c-52.749,39.415-118.979,42.09-182.861,13.657 c-4.441-1.977-7.606-6.011-8.633-10.763c-1.552-7.18-1.884-14.238-1.973-21.326c0.172-0.345,9.566,5.934,26.76,12.89 c36.31,14.71,102.75,30.15,161.74-21.33C440.977,369.752,443.403,385.664,433.464,393.091z" }), /* @__PURE__ */ a.createElement("path", { fill: "#9ceb63", d: "M240.038,374.579c0,0.01-0.01,0.01-0.01,0.02s-0.01,0.03-0.01,0.05c0,0,0,0,0,0.01 c-0.01,0.03-0.01,0.06-0.02,0.1v0.04c-0.13,1.3,0.09,7.59-0.92,15.16c-0.01,0.04-0.01,0.08-0.02,0.12 c-0.26,1.91-0.59,3.91-1.03,5.92c-0.07,0.33-0.15,0.65-0.25,0.97c-1.23,4.33-4.28,7.95-8.41,9.79 c-63.06,28.05-129.47,26.21-182.79-13.63c-9.94-7.43-7.63-23.36,4.92-26.91c13.1,11.46,28.11,20.79,44.16,26.79 c19.78,7.48,34.99,8.98,53.83,8.68c34.33-0.55,60.1-11.03,90.51-27.13C240.008,374.56,240.018,374.569,240.038,374.579z" }), /* @__PURE__ */ a.createElement("path", { d: "M443.143,363.426c9.579-9.648,18.604-20.804,26.926-33.305c11.399-17.132,4.201-40.447-14.837-48.202 c-12.321-5.012-24.515-8.844-36.391-11.454c17.945-34.197,27.974-78.94,22.188-137.413c-1.925-19.503-20.802-33.354-40.394-28.53 c-17.952,4.421-34.806,10.063-50.093,16.768c-4.046,1.775-5.888,6.494-4.113,10.54c1.774,4.046,6.493,5.887,10.54,4.113 c14.45-6.338,30.429-11.682,47.492-15.885c9.885-2.435,19.599,4.434,20.607,14.573c9.088,90.121-21.147,164.341-99.823,205.213 c-3.921,2.037-5.448,6.866-3.411,10.787c2.043,3.933,6.879,5.442,10.787,3.411c27.191-14.125,56.267-35.849,77.701-68.994 c12.564,2.375,25.617,6.296,38.878,11.69c9.68,3.943,13.334,15.824,7.549,24.518c-10.205,15.33-21.482,28.43-33.516,38.936 c-49.396,43.107-111.979,41.39-169.834,12.419c56.638-56.971,92.247-132.34,77.074-212.524 c-8.101-42.81-30.305-85.119-65.997-125.754c-12.964-14.759-36.003-14.748-48.946-0.016 c-28.645,32.607-48.657,66.371-59.602,100.512c-21.999-13.018-47.7-23.197-76.569-30.307c-19.338-4.763-38.383,8.699-40.354,28.53 C26.197,262.501,90.89,324.677,147.416,354.042c3.92,2.036,8.75,0.51,10.787-3.411c2.037-3.921,0.51-8.75-3.411-10.787 c-52.141-27.086-111.791-84.677-99.863-205.213c1.007-10.132,10.713-17.01,20.606-14.574c31.115,7.663,58.223,19.013,80.571,33.735 c4.863,3.204,10.891,0.586,12.257-4.539c9.392-35.245,29.306-70.362,59.188-104.378c6.581-7.492,18.316-7.487,24.904,0.014 c128.735,146.565,37.449,269.122-12.476,318.519c-30.274-29.828-76.759-87.727-78.002-162.831 c-0.073-4.417-3.698-7.933-8.131-7.867c-4.417,0.073-7.939,3.714-7.867,8.131c1.382,83.483,54.096,146.516,85.999,177.099 c-0.353,20.737-7.099,36.575-20.104,47.086c-20.129,16.267-55.786,20.072-97.831,10.438c-19.181-4.396-48.632-19.874-85.688-1.511 c-5.361,2.657-11.689-0.859-12.186-6.844c-1.888-22.74,12.042-43.926,33.548-51.893c13.4,11.096,27.797,19.551,43.11,25.275 c20.238,7.653,36.036,9.525,56.788,9.196c15.85-0.254,30.814-2.572,45.747-7.085c4.229-1.278,6.622-5.743,5.343-9.972 c-1.278-4.229-5.744-6.622-9.972-5.344c-13.494,4.078-27.027,6.173-41.373,6.403c-17.347,0.275-31.911-0.993-50.901-8.174 c-31.69-11.847-56.387-35.98-75.211-64.258c-5.791-8.704-2.122-20.58,7.548-24.52c4.092-1.667,6.058-6.335,4.391-10.427 c-1.667-4.092-6.334-6.058-10.427-4.391c-19.062,7.765-26.214,31.095-14.832,48.202c8.365,12.566,17.352,23.674,26.917,33.31 C12.89,375.664-2.037,401.187,0.226,428.434c1.427,17.192,19.743,27.533,35.235,19.857c30.84-15.283,54.311-1.971,75.01,2.771 c36.708,8.411,82.166,10.086,111.461-13.59c14.777-11.943,23.305-28.715,25.489-49.937 c61.607,30.736,128.694,32.482,182.835-12.326c21.516,7.959,35.456,29.153,33.567,51.902c-0.493,5.939-6.786,9.519-12.186,6.844 c-30.339-15.034-55.535-7.379-73.932-1.791c-31.306,9.51-74.736,14.144-102.884-2.498c-3.803-2.248-8.709-0.989-10.958,2.815 c-2.249,3.803-0.989,8.709,2.815,10.958c29.214,17.272,69.817,15.19,102.844,7.622c20.72-4.747,44.177-18.05,75.01-2.771 c15.523,7.691,33.811-2.693,35.235-19.856C482.032,401.183,467.102,375.655,443.143,363.426z" })), Se = {
459
+ const ge = (e) => /* @__PURE__ */ c.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 479.995 479.995", width: "480px", height: "480px", ...e }, /* @__PURE__ */ c.createElement("path", { fill: "#ffa4b8", d: "M239.998,374.56l-0.01-0.01c0-0.01,0.01-0.01,0.01-0.02c-4.64-8.78-65.7-144.8-212.22-85.2 c-14.36,5.85-19.78,23.45-11.19,36.36c11.11,16.69,22.86,30.01,34.91,40.53c-27.85,7.89-45.6,33.8-43.3,61.55 c0.96,11.6,13.29,18.52,23.71,13.35c33.99-16.84,60.03-2.51,80.35,2.14c56.68,12.99,113.71,4.53,125.52-46.29 c0.52-2.22,0.95-4.51,1.28-6.89c0.01-0.04,0.01-0.08,0.02-0.12c0.066-0.492,0.126-0.978,0.181-1.458 c0.455-3.631,0.712-7.438,0.739-11.452c-0.02-1.44-0.02-2.01,0-2.25v-0.09c0-0.02,0-0.04,0.01-0.05c0-0.02,0.01-0.03,0.02-0.06 c0-0.01,0.01-0.01,0.01-0.02C240.018,374.569,240.008,374.56,239.998,374.56z" }), /* @__PURE__ */ c.createElement("path", { fill: "#ffa4b8", d: "M471.798,427.769c-0.96,11.6-13.29,18.52-23.71,13.35c-33.99-16.84-60.03-2.51-80.35,2.14 c-63.41,14.53-127.25,2.22-127.74-66.21c0.033-2.642-0.044-2.302,0.04-2.47c-0.02-0.01-0.03-0.02-0.04-0.02l0.01-0.01 c0-0.01-0.01-0.01-0.01-0.02c4.64-8.78,65.7-144.8,212.22-85.2c14.36,5.85,19.78,23.45,11.19,36.36 c-11.11,16.69-22.86,30.01-34.91,40.53C456.348,374.109,474.098,400.019,471.798,427.769z" }), /* @__PURE__ */ c.createElement("path", { fill: "#befa91", d: "M428.498,366.219c27.85,7.89,45.6,33.8,43.3,61.55c-0.96,11.6-13.29,18.52-23.71,13.35 c-33.99-16.84-60.03-2.51-80.35,2.14c-63.41,14.53-127.928,2.222-127.74-66.21c0.007-2.683-0.02-2.351,0.04-2.47 C248.598,379.129,345.858,438.329,428.498,366.219z" }), /* @__PURE__ */ c.createElement("path", { fill: "#befa91", d: "M51.498,366.219c82.76,72.22,180.18,12.74,188.5,8.34c0.01,0,0.02,0.01,0.04,0.02 c-0.058,0.116-0.047-0.169-0.04,2.47c0.188,68.432-64.33,80.74-127.74,66.21c-20.32-4.65-46.36-18.98-80.35-2.14 c-10.42,5.17-22.75-1.75-23.71-13.35C5.898,400.019,23.648,374.109,51.498,366.219z" }), /* @__PURE__ */ c.createElement("path", { fill: "#ffbfcb", d: "M235.228,365.299c-32.29-36.09-89.98-73-179.74-36.49c-1.979,0.805-3.787,1.834-5.413,3.042 c-10.569,7.856-25.473,5.765-32.82-5.164c-0.223-0.331-0.445-0.664-0.667-0.997c-8.59-12.91-3.17-30.51,11.19-36.36 C155.168,237.509,217.948,333.56,235.228,365.299z" }), /* @__PURE__ */ c.createElement("path", { fill: "#ffa4b8", d: "M239.998,374.549c-12.85-2.2-214.54-23.33-193.03-240.71c1.49-14.99,15.86-25.15,30.48-21.55 c108.49,26.72,149.07,91.39,162.55,149.92C252.768,317.699,241.178,367.679,239.998,374.549z" }), /* @__PURE__ */ c.createElement("path", { fill: "#ffbfcb", d: "M193.698,174.638c11.866,12.406-3.013,31.792-18.056,23.52 c-21.875-12.028-50.044-10.573-70.207,3.701c-24.832,17.579-59.398-0.365-60.013-30.784c-0.237-11.724,0.248-24.123,1.545-37.237 c1.49-14.99,15.86-25.15,30.48-21.55C131.23,125.537,168.324,148.11,193.698,174.638z" }), /* @__PURE__ */ c.createElement("path", { fill: "#ffa4b8", d: "M221.538,39.599c9.78-11.13,27.15-11.12,36.93,0.01c157.02,178.77-7.48,323.95-18.47,334.94 C229.988,364.549,63.948,218.989,221.538,39.599z" }), /* @__PURE__ */ c.createElement("path", { fill: "#ffbfcb", d: "M261.523,43.131c9.452,11.033,8.166,27.623-2.74,37.221c-0.784,0.69-1.535,1.439-2.245,2.247 c-35.942,40.915-55.05,80.07-63.012,116.258c-5.176,23.523-39.936,19.717-39.551-4.366c0.741-46.282,18.411-98.941,67.563-154.892 c9.78-11.13,27.15-11.12,36.93,0.01C259.5,40.785,260.518,41.959,261.523,43.131z" }), /* @__PURE__ */ c.createElement("path", { fill: "#ffa4b8", d: "M239.998,374.549c-1.18-6.87-12.77-56.85,0-112.34c13.48-58.53,54.06-123.2,162.55-149.92 c14.62-3.6,28.99,6.56,30.48,21.55C454.538,351.219,252.848,372.349,239.998,374.549z" }), /* @__PURE__ */ c.createElement("path", { fill: "#ff8ca5", d: "M239.998,374.549c-3.115-0.536-17.362-2.183-36.835-7.483c-3.181-0.866-6.028-2.682-8.145-5.209 c-49.098-58.608-75.675-130.75-61.047-205.793c2.165-11.107,14.881-16.444,24.408-10.337c0.756,0.485,1.506,0.972,2.249,1.462 C126.798,274.139,232.088,366.649,239.998,374.549z" }), /* @__PURE__ */ c.createElement("path", { fill: "#ff8ca5", d: "M281.608,365.729c-21.9,6.37-38.24,8.25-41.61,8.82c8.67-8.67,112.98-100.94,79.35-227.34v-0.01 c0.742-0.489,1.49-0.975,2.244-1.459c9.551-6.123,22.265-0.733,24.422,10.406C369.565,277.734,281.608,363.204,281.608,365.729z" }), /* @__PURE__ */ c.createElement("path", { fill: "#ff8ca5", d: "M417.451,302.932c-32.211,44.193-80.706,72.823-134.571,87.345c-3.396,0.916-6.999,0.754-10.3-0.463 c-20.772-7.664-31.911-15.254-32.583-15.254c0.826-0.825,112.667-9.463,166.4-98.31C419.37,278.279,424.743,292.927,417.451,302.932 z" }), /* @__PURE__ */ c.createElement("path", { fill: "#ff8ca5", d: "M62.565,302.932c32.211,44.193,80.705,72.823,134.571,87.345c3.396,0.916,6.999,0.754,10.3-0.463 c20.772-7.664,31.911-15.254,32.583-15.254c-0.828-0.828-112.665-9.458-166.4-98.31C60.646,278.279,55.273,292.927,62.565,302.932z" }), /* @__PURE__ */ c.createElement("path", { fill: "#9ceb63", d: "M433.464,393.091c-52.749,39.415-118.979,42.09-182.861,13.657 c-4.441-1.977-7.606-6.011-8.633-10.763c-1.552-7.18-1.884-14.238-1.973-21.326c0.172-0.345,9.566,5.934,26.76,12.89 c36.31,14.71,102.75,30.15,161.74-21.33C440.977,369.752,443.403,385.664,433.464,393.091z" }), /* @__PURE__ */ c.createElement("path", { fill: "#9ceb63", d: "M240.038,374.579c0,0.01-0.01,0.01-0.01,0.02s-0.01,0.03-0.01,0.05c0,0,0,0,0,0.01 c-0.01,0.03-0.01,0.06-0.02,0.1v0.04c-0.13,1.3,0.09,7.59-0.92,15.16c-0.01,0.04-0.01,0.08-0.02,0.12 c-0.26,1.91-0.59,3.91-1.03,5.92c-0.07,0.33-0.15,0.65-0.25,0.97c-1.23,4.33-4.28,7.95-8.41,9.79 c-63.06,28.05-129.47,26.21-182.79-13.63c-9.94-7.43-7.63-23.36,4.92-26.91c13.1,11.46,28.11,20.79,44.16,26.79 c19.78,7.48,34.99,8.98,53.83,8.68c34.33-0.55,60.1-11.03,90.51-27.13C240.008,374.56,240.018,374.569,240.038,374.579z" }), /* @__PURE__ */ c.createElement("path", { d: "M443.143,363.426c9.579-9.648,18.604-20.804,26.926-33.305c11.399-17.132,4.201-40.447-14.837-48.202 c-12.321-5.012-24.515-8.844-36.391-11.454c17.945-34.197,27.974-78.94,22.188-137.413c-1.925-19.503-20.802-33.354-40.394-28.53 c-17.952,4.421-34.806,10.063-50.093,16.768c-4.046,1.775-5.888,6.494-4.113,10.54c1.774,4.046,6.493,5.887,10.54,4.113 c14.45-6.338,30.429-11.682,47.492-15.885c9.885-2.435,19.599,4.434,20.607,14.573c9.088,90.121-21.147,164.341-99.823,205.213 c-3.921,2.037-5.448,6.866-3.411,10.787c2.043,3.933,6.879,5.442,10.787,3.411c27.191-14.125,56.267-35.849,77.701-68.994 c12.564,2.375,25.617,6.296,38.878,11.69c9.68,3.943,13.334,15.824,7.549,24.518c-10.205,15.33-21.482,28.43-33.516,38.936 c-49.396,43.107-111.979,41.39-169.834,12.419c56.638-56.971,92.247-132.34,77.074-212.524 c-8.101-42.81-30.305-85.119-65.997-125.754c-12.964-14.759-36.003-14.748-48.946-0.016 c-28.645,32.607-48.657,66.371-59.602,100.512c-21.999-13.018-47.7-23.197-76.569-30.307c-19.338-4.763-38.383,8.699-40.354,28.53 C26.197,262.501,90.89,324.677,147.416,354.042c3.92,2.036,8.75,0.51,10.787-3.411c2.037-3.921,0.51-8.75-3.411-10.787 c-52.141-27.086-111.791-84.677-99.863-205.213c1.007-10.132,10.713-17.01,20.606-14.574c31.115,7.663,58.223,19.013,80.571,33.735 c4.863,3.204,10.891,0.586,12.257-4.539c9.392-35.245,29.306-70.362,59.188-104.378c6.581-7.492,18.316-7.487,24.904,0.014 c128.735,146.565,37.449,269.122-12.476,318.519c-30.274-29.828-76.759-87.727-78.002-162.831 c-0.073-4.417-3.698-7.933-8.131-7.867c-4.417,0.073-7.939,3.714-7.867,8.131c1.382,83.483,54.096,146.516,85.999,177.099 c-0.353,20.737-7.099,36.575-20.104,47.086c-20.129,16.267-55.786,20.072-97.831,10.438c-19.181-4.396-48.632-19.874-85.688-1.511 c-5.361,2.657-11.689-0.859-12.186-6.844c-1.888-22.74,12.042-43.926,33.548-51.893c13.4,11.096,27.797,19.551,43.11,25.275 c20.238,7.653,36.036,9.525,56.788,9.196c15.85-0.254,30.814-2.572,45.747-7.085c4.229-1.278,6.622-5.743,5.343-9.972 c-1.278-4.229-5.744-6.622-9.972-5.344c-13.494,4.078-27.027,6.173-41.373,6.403c-17.347,0.275-31.911-0.993-50.901-8.174 c-31.69-11.847-56.387-35.98-75.211-64.258c-5.791-8.704-2.122-20.58,7.548-24.52c4.092-1.667,6.058-6.335,4.391-10.427 c-1.667-4.092-6.334-6.058-10.427-4.391c-19.062,7.765-26.214,31.095-14.832,48.202c8.365,12.566,17.352,23.674,26.917,33.31 C12.89,375.664-2.037,401.187,0.226,428.434c1.427,17.192,19.743,27.533,35.235,19.857c30.84-15.283,54.311-1.971,75.01,2.771 c36.708,8.411,82.166,10.086,111.461-13.59c14.777-11.943,23.305-28.715,25.489-49.937 c61.607,30.736,128.694,32.482,182.835-12.326c21.516,7.959,35.456,29.153,33.567,51.902c-0.493,5.939-6.786,9.519-12.186,6.844 c-30.339-15.034-55.535-7.379-73.932-1.791c-31.306,9.51-74.736,14.144-102.884-2.498c-3.803-2.248-8.709-0.989-10.958,2.815 c-2.249,3.803-0.989,8.709,2.815,10.958c29.214,17.272,69.817,15.19,102.844,7.622c20.72-4.747,44.177-18.05,75.01-2.771 c15.523,7.691,33.811-2.693,35.235-19.856C482.032,401.183,467.102,375.655,443.143,363.426z" })), Ee = {
448
460
  sm: 32,
449
461
  md: 48,
450
462
  lg: 64
451
463
  };
452
- function we({
464
+ function Le({
453
465
  size: e = "md",
454
466
  variant: s = "light",
455
467
  className: A = "",
456
468
  style: w = {}
457
469
  }) {
458
- const x = Se[e], S = {
470
+ const L = Ee[e], C = {
459
471
  display: "inline-block",
460
472
  cursor: "pointer",
461
473
  transition: "all 250ms ease",
@@ -475,44 +487,44 @@ function we({
475
487
  title: "Powered by Bodhi",
476
488
  "aria-label": "Powered by Bodhi - Visit getbodhi.app",
477
489
  className: A,
478
- style: S,
490
+ style: C,
479
491
  onMouseEnter: (m) => {
480
492
  m.currentTarget.style.transform = "scale(1.1)", m.currentTarget.style.boxShadow = "0 0 20px rgba(255, 164, 184, 0.6)";
481
493
  },
482
494
  onMouseLeave: (m) => {
483
495
  m.currentTarget.style.transform = "scale(1)", m.currentTarget.style.boxShadow = "none";
484
496
  },
485
- children: /* @__PURE__ */ P(Ce, { width: x, height: x, style: { display: "block" } })
497
+ children: /* @__PURE__ */ P(ge, { width: L, height: L, style: { display: "block" } })
486
498
  }
487
499
  );
488
500
  }
489
501
  const Me = "production";
490
502
  export {
491
- we as BodhiBadge,
492
- ye as BodhiProvider,
503
+ Le as BodhiBadge,
504
+ we as BodhiProvider,
493
505
  U as BodhiReactContext,
494
- ve as ClientCtxState,
495
- ue as INITIALIZING_CLIENT_CONTEXT_STATE,
496
- ie as INITIAL_CLIENT_CONTEXT_STATE,
506
+ Ae as ClientCtxState,
507
+ de as INITIALIZING_CLIENT_CONTEXT_STATE,
508
+ le as INITIAL_CLIENT_CONTEXT_STATE,
497
509
  Me as REACT_CORE_BUILD_MODE,
498
- me as clientStateToContextState,
499
- Le as createApiError,
500
- be as createOperationError,
501
- Ie as isApiResultError,
502
- _e as isApiResultOperationError,
503
- Re as isApiResultSuccess,
504
- Te as isAuthError,
505
- De as isAuthLoading,
506
- Ne as isAuthenticated,
507
- fe as isClientCtxInitialized,
508
- de as isClientCtxInitializing,
509
- le as isClientCtxNotInitialized,
510
+ Ce as clientStateToContextState,
511
+ _e as createApiError,
512
+ Ie as createOperationError,
513
+ Te as isApiResultError,
514
+ Re as isApiResultOperationError,
515
+ De as isApiResultSuccess,
516
+ Ne as isAuthError,
517
+ ke as isAuthLoading,
518
+ ze as isAuthenticated,
519
+ me as isClientCtxInitialized,
520
+ pe as isClientCtxInitializing,
521
+ fe as isClientCtxNotInitialized,
510
522
  V as isClientCtxReady,
511
- ze as isClientReady,
512
- ke as isDirectState,
513
- Be as isExtensionState,
514
- Pe as isOperationError,
515
- pe as isOverallReady,
516
- Ue as isWebUIClient,
517
- Ae as useBodhi
523
+ Be as isClientReady,
524
+ Pe as isDirectState,
525
+ Ue as isExtensionState,
526
+ Fe as isOperationError,
527
+ Se as isOverallReady,
528
+ He as isWebUIClient,
529
+ xe as useBodhi
518
530
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bodhiapp/bodhi-js-react-core",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "Core React bindings for Bodhi Browser SDK (dependency injection)",
5
5
  "type": "module",
6
6
  "main": "dist/bodhi-react-core.cjs.js",
@@ -42,7 +42,7 @@
42
42
  "typecheck": "tsc --noEmit"
43
43
  },
44
44
  "dependencies": {
45
- "@bodhiapp/bodhi-js-core": "0.0.13",
45
+ "@bodhiapp/bodhi-js-core": "0.0.15",
46
46
  "@bodhiapp/ts-client": "0.1.9"
47
47
  },
48
48
  "peerDependencies": {