@bodhiapp/bodhi-js-react-core 0.0.18 → 0.0.20

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,4 +1,4 @@
1
- import { AuthState, LoginOptions, LogLevel, UIClient } from '../../core/src/index.ts';
1
+ import { AuthState, LoginOptions, LogLevel, UIClient } from '@bodhiapp/bodhi-js-core';
2
2
  import { ReactNode, Context } from 'react';
3
3
  import { ClientContextState } from './client-ctx';
4
4
  export type SetupState = 'ready' | 'loading' | 'loaded';
@@ -1,4 +1,4 @@
1
- import { UIClient, LogLevel } from '../../core/src/index.ts';
1
+ import { UIClient, LogLevel } from '@bodhiapp/bodhi-js-core';
2
2
  import { SetupState } from './BodhiProvider';
3
3
  interface SetupModalProcessorProps {
4
4
  client: UIClient;
@@ -4,4 +4,4 @@
4
4
  * Usage:
5
5
  * import type { CreateChatCompletionRequest, Model } from '@bodhiapp/bodhi-js-react-core/api';
6
6
  */
7
- export * from '../../../core/src/api/index.ts';
7
+ export * from '@bodhiapp/bodhi-js-core/api';
@@ -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 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 l=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},x={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:L,basePath:E="/",logLevel:S="warn"}){const T=L!=="ready",I=r.useMemo(()=>new s.Logger("SetupModalProcessor",S),[S]),i=r.useRef(null),f=r.useMemo(()=>new s.BodhiClientUserPrefsManager(s.createStoragePrefixWithBasePath(E,"bodhijs:")),[E]),b=r.useRef(null),m=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"}},[]),_=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"}}}},[]),O=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"}}}},[]),w=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},[]),A=r.useCallback((t,n,c)=>{if(n==="skipped")return{status:"skipped",serverUrl:c};if(t.server.status!=="not-connected"){const d=t.server;return d.status==="ready"||d.status==="setup"||d.status==="resource-admin"?{status:"granted",serverUrl:c}:{status:"unreachable",serverUrl:c,error:{message:d.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 d=await e.getExtensionState();(d.extension==="not-initialized"||t)&&(d=await e.testExtensionConnectivity());let C=await e.getDirectState();const M=f.getDirectStatus();M==="granted"&&(C.server.status==="not-connected"||t)&&(C=await e.testDirectConnectivity());const o=s.getServerUrl(C)||"http://localhost:1135",v=A(C,M,o);return e.getConnectionMode()===null&&(s.isDirectServerReady(C)?await e.setConnectionMode("direct"):s.isExtensionServerReady(d)&&await e.setConnectionMode("extension")),f.isServerInstallConfirmed()||w(d,C)&&f.setServerInstallConfirmed(!0),{extension:R(d),server:_(d),lna:v,lnaServer:O(C),env:{browser:n,os:c},browsers:s.BROWSER_CONFIGS,os:s.OS_CONFIGS,userConfirmations:{serverInstall:f.isServerInstallConfirmed()},selectedConnection:m(e.getConnectionMode())}},[e,f,R,_,O,m,A,w]),p=r.useCallback(()=>{if(!b.current)throw new Error("Cannot get state: currentStateRef is null");return{...b.current,userConfirmations:{serverInstall:f.isServerInstallConfirmed()},selectedConnection:m(e.getConnectionMode())}},[f,e,m]),N=r.useMemo(()=>({[x.MODAL_READY]:async()=>(I.info("MODAL_READY: returning current state or default"),b.current?{setupState:p()}:{setupState:X}),[x.MODAL_REFRESH]:async()=>{I.info("MODAL_REFRESH: refreshing state");const t=await h(!0);b.current=t;const n=p();return I.info(`MODAL_REFRESH: state refreshed
2
- `,JSON.stringify(n,null,2)),i.current?.updateState(p()),{setupState:n}},[x.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 M=await h();return b.current=M,i.current?.updateState(p()),{success:!0}}}const d=await h();return b.current=d,i.current?.updateState(p()),{success:!1}},[x.MODAL_LNA_SKIP]:async()=>{f.setDirectStatus("skipped");const t=await h();return b.current=t,i.current?.updateState(p()),{success:!0}},[x.MODAL_CLOSE]:()=>{g()},[x.MODAL_COMPLETE]:()=>{g()},[x.MODAL_CONFIRM_SERVER_INSTALL]:t=>(f.setServerInstallConfirmed(t.payload.confirmed),i.current?.updateState(p()),{success:!0}),[x.MODAL_SELECT_CONNECTION]:async t=>{const c=t.payload.connection==="lna"?"direct":"extension";return await e.setConnectionMode(c),i.current?.updateState(p()),{success:!0}}}),[I,e,f,h,p,O,g]);return r.useEffect(()=>(i.current=new s.OnboardingModal({modalHtmlPath:a,handlers:N}),()=>{i.current?.destroy(),i.current=null}),[a,N]),r.useEffect(()=>{T&&i.current?(i.current.showLoading(),h(!0).then(t=>{b.current=t,i.current?.updateState(t),y?.()}).catch(t=>{console.error("[SetupModalProcessor] buildSetupState failed:",t)})):!T&&i.current&&i.current.destroy()},[T,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:L,basePath:E="/",logLevel:S="warn"}){const T=E==="/"?"":E.replace(/\/$/,""),I=L??`${T}/callback`,i=r.useMemo(()=>new s.Logger("BodhiProvider",S),[S]),f=r.useRef(!1),b=r.useRef(!1),[m,R]=r.useState(j),[_,O]=r.useState(s.INITIAL_AUTH_STATE),[w,A]=r.useState(!1),[h,p]=r.useState("ready");r.useEffect(()=>{const u=o=>{switch(o.type){case"client-state":R(K(o.state));break;case"auth-state":O(o.state),A(!1);break}};return a.setStateCallback(u),()=>{a.setStateCallback(s.NOOP_STATE_CALLBACK)}},[a]);const N=r.useCallback(async()=>{p("loading")},[]),t=r.useCallback(()=>{p("ready")},[]),n=r.useCallback(()=>{p("loaded")},[]),c=r.useCallback(async u=>{R(U);try{await a.init(u||{})}catch(o){i.error("Init failed:",o)}},[a,i]);r.useEffect(()=>{if(b.current)return;b.current=!0,(async()=>{if(await c(),!y)return;const o=new URL(window.location.href);if(o.pathname!==I)return;const v=o.searchParams.get("code"),B=o.searchParams.get("state");!v||!B||f.current||(f.current=!0,s.isWebUIClient(a)&&(A(!0),a.handleOAuthCallback(v,B).then(()=>{window.history.replaceState({},"",E)}).catch(z=>{i.error("OAuth callback failed:",z),O({status:"error",user:null,accessToken:null,error:{message:z instanceof Error?z.message:"OAuth callback failed",code:"OAUTH_CALLBACK_FAILED"}}),A(!1),window.history.replaceState({},"",E)})))})()},[c,a,y,I,E]);const d=r.useCallback(async u=>{A(!0);try{const o=u?{...u.toolsetScopeIds&&{toolsetScopeIds:u.toolsetScopeIds},...u.version&&{version:u.version}}:void 0,v=o&&Object.keys(o).length>0?o:void 0;await a.login(v)}catch(o){const v={status:"error",user:null,accessToken:null,error:{message:o instanceof Error?o.message:"Login failed",code:"LOGIN_FAILED"}};return O(v),A(!1),v}},[a]),C=r.useCallback(async()=>{try{await a.logout()}catch(u){O({status:"error",user:null,accessToken:null,error:{message:u instanceof Error?u.message:"Logout failed",code:"LOGOUT_FAILED"}})}},[a]),M=r.useMemo(()=>{const u=m.status==="ready",o=m.server.status==="ready";return{client:a,clientState:m,auth:_,isAuthLoading:w,login:d,logout:C,showSetup:N,hideSetup:t,setupState:h,isAuthenticated:_.status==="authenticated",canLogin:u&&!w,isReady:u,isServerReady:o,isOverallReady:u&&o,isInitializing:m.status==="initializing",isExtension:m.mode==="extension",isDirect:m.mode==="direct"}},[a,m,_,w,h,d,C,N,t]);return k.jsxs(D.Provider,{value:M,children:[k.jsx(Y,{client:a,modalHtmlPath:g,hideSetup:t,onSetupReady:n,setupState:h,basePath:E,logLevel:S}),e]})}function $(){const e=r.useContext(D);if(!e)throw new Error("useBodhi must be used within BodhiProvider");return e}const Q=e=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 479.995 479.995",width:"480px",height:"480px",...e},l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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 L=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:S=>{S.currentTarget.style.transform="scale(1.1)",S.currentTarget.style.boxShadow="0 0 20px rgba(255, 164, 184, 0.6)"},onMouseLeave:S=>{S.currentTarget.style.transform="scale(1)",S.currentTarget.style.boxShadow="none"},children:k.jsx(Q,{width:L,height:L,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
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const N=require("react/jsx-runtime"),s=require("@bodhiapp/bodhi-js-core"),r=require("react"),O=require("@bodhiapp/setup-modal-types");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 l=W(r);function K({client:e,modalHtmlPath:a,hideSetup:g,onSetupReady:y,setupState:M,basePath:b="/",logLevel:S="warn"}){const R=M!=="ready",I=r.useMemo(()=>new s.Logger("SetupModalProcessor",S),[S]),i=r.useRef(null),f=r.useMemo(()=>new s.BodhiClientUserPrefsManager(s.createStoragePrefixWithBasePath(b,"bodhijs:")),[b]),E=r.useRef(null),m=r.useCallback(t=>t==="direct"?"lna":t==="extension"?"extension":null,[]),L=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"}},[]),w=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"}}}},[]),x=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"}}}},[]),T=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},[]),A=r.useCallback((t,n,c)=>{if(n==="skipped")return{status:"skipped",serverUrl:c};if(t.server.status!=="not-connected"){const d=t.server;return d.status==="ready"||d.status==="setup"||d.status==="resource-admin"?{status:"granted",serverUrl:c}:{status:"unreachable",serverUrl:c,error:{message:d.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 d=await e.getExtensionState();(d.extension==="not-initialized"||t)&&(d=await e.testExtensionConnectivity());let p=await e.getDirectState();const _=f.getDirectStatus();_==="granted"&&(p.server.status==="not-connected"||t)&&(p=await e.testDirectConnectivity());const o=s.getServerUrl(p)||"http://localhost:1135",v=A(p,_,o);return e.getConnectionMode()===null&&(s.isDirectServerReady(p)?await e.setConnectionMode("direct"):s.isExtensionServerReady(d)&&await e.setConnectionMode("extension")),f.isServerInstallConfirmed()||T(d,p)&&f.setServerInstallConfirmed(!0),{extension:L(d),server:w(d),lna:v,lnaServer:x(p),env:{browser:n,os:c},browsers:s.BROWSER_CONFIGS,os:s.OS_CONFIGS,userConfirmations:{serverInstall:f.isServerInstallConfirmed()},selectedConnection:m(e.getConnectionMode())}},[e,f,L,w,x,m,A,T]),C=r.useCallback(()=>{if(!E.current)throw new Error("Cannot get state: currentStateRef is null");return{...E.current,userConfirmations:{serverInstall:f.isServerInstallConfirmed()},selectedConnection:m(e.getConnectionMode())}},[f,e,m]),k=r.useMemo(()=>({[O.MSG.MODAL_READY]:async()=>(I.info("MODAL_READY: returning current state or default"),E.current?{setupState:C()}:{setupState:O.DEFAULT_SETUP_STATE}),[O.MSG.MODAL_REFRESH]:async()=>{I.info("MODAL_REFRESH: refreshing state");const t=await h(!0);E.current=t;const n=C();return I.info(`MODAL_REFRESH: state refreshed
2
+ `,JSON.stringify(n,null,2)),i.current?.updateState(C()),{setupState:n}},[O.MSG.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 p=c.server.status;if(p==="ready"||p==="setup"||p==="resource-admin"){f.setDirectStatus("granted"),e.getConnectionMode()===null&&await e.setConnectionMode("direct");const _=await h();return E.current=_,i.current?.updateState(C()),{success:!0}}}const d=await h();return E.current=d,i.current?.updateState(C()),{success:!1}},[O.MSG.MODAL_LNA_SKIP]:async()=>{f.setDirectStatus("skipped");const t=await h();return E.current=t,i.current?.updateState(C()),{success:!0}},[O.MSG.MODAL_CLOSE]:()=>{g()},[O.MSG.MODAL_COMPLETE]:()=>{g()},[O.MSG.MODAL_CONFIRM_SERVER_INSTALL]:t=>(f.setServerInstallConfirmed(t.payload.confirmed),i.current?.updateState(C()),{success:!0}),[O.MSG.MODAL_SELECT_CONNECTION]:async t=>{const c=t.payload.connection==="lna"?"direct":"extension";return await e.setConnectionMode(c),i.current?.updateState(C()),{success:!0}}}),[I,e,f,h,C,x,g]);return r.useEffect(()=>(i.current=new s.OnboardingModal({modalHtmlPath:a,handlers:k}),()=>{i.current?.destroy(),i.current=null}),[a,k]),r.useEffect(()=>{R&&i.current?(i.current.showLoading(),h(!0).then(t=>{E.current=t,i.current?.updateState(t),y?.()}).catch(t=>{console.error("[SetupModalProcessor] buildSetupState failed:",t)})):!R&&i.current&&i.current.destroy()},[R,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 G(e){return e.status==="not-initialized"}function F(e){return e.status==="initializing"}function q(e){return e.status!=="not-initialized"&&e.status!=="initializing"}function P(e){return e.status==="ready"}function H(e){return P(e)&&e.server.status==="ready"}function V(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:G,isInitializing:F,isInitialized:q,isReady:P,isOverallReady:H},z=r.createContext(null);z.displayName="BodhiContext";function Z({children:e,client:a,modalHtmlPath:g,handleCallback:y=!0,callbackPath:M,basePath:b="/",logLevel:S="warn"}){const R=b==="/"?"":b.replace(/\/$/,""),I=M??`${R}/callback`,i=r.useMemo(()=>new s.Logger("BodhiProvider",S),[S]),f=r.useRef(!1),E=r.useRef(!1),[m,L]=r.useState(j),[w,x]=r.useState(s.INITIAL_AUTH_STATE),[T,A]=r.useState(!1),[h,C]=r.useState("ready");r.useEffect(()=>{const u=o=>{switch(o.type){case"client-state":L(V(o.state));break;case"auth-state":x(o.state),A(!1);break}};return a.setStateCallback(u),()=>{a.setStateCallback(s.NOOP_STATE_CALLBACK)}},[a]);const k=r.useCallback(async()=>{C("loading")},[]),t=r.useCallback(()=>{C("ready")},[]),n=r.useCallback(()=>{C("loaded")},[]),c=r.useCallback(async u=>{L(U);try{await a.init(u||{})}catch(o){i.error("Init failed:",o)}},[a,i]);r.useEffect(()=>{if(E.current)return;E.current=!0,(async()=>{if(await c(),!y)return;const o=new URL(window.location.href);if(o.pathname!==I)return;const v=o.searchParams.get("code"),B=o.searchParams.get("state");!v||!B||f.current||(f.current=!0,s.isWebUIClient(a)&&(A(!0),a.handleOAuthCallback(v,B).then(()=>{window.history.replaceState({},"",b)}).catch(D=>{i.error("OAuth callback failed:",D),x({status:"error",user:null,accessToken:null,error:{message:D instanceof Error?D.message:"OAuth callback failed",code:"OAUTH_CALLBACK_FAILED"}}),A(!1),window.history.replaceState({},"",b)})))})()},[c,a,y,I,b]);const d=r.useCallback(async u=>{A(!0);try{const o=u?{...u.toolsetScopeIds&&{toolsetScopeIds:u.toolsetScopeIds},...u.version&&{version:u.version}}:void 0,v=o&&Object.keys(o).length>0?o:void 0;await a.login(v)}catch(o){const v={status:"error",user:null,accessToken:null,error:{message:o instanceof Error?o.message:"Login failed",code:"LOGIN_FAILED"}};return x(v),A(!1),v}},[a]),p=r.useCallback(async()=>{try{await a.logout()}catch(u){x({status:"error",user:null,accessToken:null,error:{message:u instanceof Error?u.message:"Logout failed",code:"LOGOUT_FAILED"}})}},[a]),_=r.useMemo(()=>{const u=m.status==="ready",o=m.server.status==="ready";return{client:a,clientState:m,auth:w,isAuthLoading:T,login:d,logout:p,showSetup:k,hideSetup:t,setupState:h,isAuthenticated:w.status==="authenticated",canLogin:u&&!T,isReady:u,isServerReady:o,isOverallReady:u&&o,isInitializing:m.status==="initializing",isExtension:m.mode==="extension",isDirect:m.mode==="direct"}},[a,m,w,T,h,d,p,k,t]);return N.jsxs(z.Provider,{value:_,children:[N.jsx(K,{client:a,modalHtmlPath:g,hideSetup:t,onSetupReady:n,setupState:h,basePath:b,logLevel:S}),e]})}function J(){const e=r.useContext(z);if(!e)throw new Error("useBodhi must be used within BodhiProvider");return e}const Y=e=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 479.995 479.995",width:"480px",height:"480px",...e},l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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:y={}}){const M=$[e],b={display:"inline-block",cursor:"pointer",transition:"all 250ms ease",borderRadius:"50%",...a==="dark"&&{backgroundColor:"rgba(255, 255, 255, 0.05)",padding:"8px"},...y};return N.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:b,onMouseEnter:S=>{S.currentTarget.style.transform="scale(1.1)",S.currentTarget.style.boxShadow="0 0 20px rgba(255, 164, 184, 0.6)"},onMouseLeave:S=>{S.currentTarget.style.transform="scale(1)",S.currentTarget.style.boxShadow="none"},children:N.jsx(Y,{width:M,height:M,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=Z;exports.BodhiReactContext=z;exports.ClientCtxState=X;exports.INITIALIZING_CLIENT_CONTEXT_STATE=U;exports.INITIAL_CLIENT_CONTEXT_STATE=j;exports.REACT_CORE_BUILD_MODE=ee;exports.clientStateToContextState=V;exports.isClientCtxInitialized=q;exports.isClientCtxInitializing=F;exports.isClientCtxNotInitialized=G;exports.isClientCtxReady=P;exports.isOverallReady=H;exports.useBodhi=J;
@@ -1,47 +1,22 @@
1
- import { jsxs as K, jsx as P } from "react/jsx-runtime";
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 Ie, createOperationError as _e, 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";
1
+ import { jsxs as W, jsx as P } from "react/jsx-runtime";
2
+ import { Logger as G, BodhiClientUserPrefsManager as j, createStoragePrefixWithBasePath as K, detectBrowser as q, detectOS as X, getServerUrl as Y, isDirectServerReady as Z, isExtensionServerReady as $, OS_CONFIGS as J, BROWSER_CONFIGS as Q, OnboardingModal as ee, BACKEND_SERVER_NOT_CONNECTED as H, 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 _e, isApiResultError as Te, isApiResultOperationError as Re, isApiResultSuccess as ze, isAuthError as ke, isAuthLoading as De, isAuthenticated as Ne, isClientReady as Be, isDirectState as Pe, isExtensionState as Ue, isOperationError as Fe, isWebUIClient as Ge } from "@bodhiapp/bodhi-js-core";
4
4
  import * as i from "react";
5
- import { useMemo as D, 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
- }, A = {
19
- // Modal lifecycle
20
- MODAL_READY: "modal:ready",
21
- MODAL_REFRESH: "modal:refresh",
22
- MODAL_CLOSE: "modal:close",
23
- MODAL_COMPLETE: "modal:complete",
24
- // LNA actions
25
- MODAL_LNA_CONNECT: "modal:lna:connect",
26
- MODAL_LNA_SKIP: "modal:lna:skip",
27
- // Server confirmation
28
- MODAL_CONFIRM_SERVER_INSTALL: "modal:confirm-server-install",
29
- // Connection selection
30
- MODAL_SELECT_CONNECTION: "modal:select-connection"
31
- };
32
- function ue({
5
+ import { useMemo as z, useRef as D, useCallback as f, useEffect as N, createContext as ae, useState as k, useContext as ce } from "react";
6
+ import { MSG as w, DEFAULT_SETUP_STATE as oe } from "@bodhiapp/setup-modal-types";
7
+ function ie({
33
8
  client: e,
34
9
  modalHtmlPath: s,
35
- hideSetup: w,
36
- onSetupReady: x,
37
- setupState: O,
38
- basePath: g = "/",
39
- logLevel: m = "warn"
10
+ hideSetup: x,
11
+ onSetupReady: b,
12
+ setupState: I,
13
+ basePath: m = "/",
14
+ logLevel: S = "warn"
40
15
  }) {
41
- const _ = O !== "ready", L = D(() => new H("SetupModalProcessor", m), [m]), c = k(null), l = D(
42
- () => new W(j(g, "bodhijs:")),
43
- [g]
44
- ), C = k(null), S = f(
16
+ const _ = I !== "ready", A = z(() => new G("SetupModalProcessor", S), [S]), c = D(null), l = z(
17
+ () => new j(K(m, "bodhijs:")),
18
+ [m]
19
+ ), h = D(null), g = f(
45
20
  (t) => t === "direct" ? "lna" : t === "extension" ? "extension" : null,
46
21
  []
47
22
  ), T = f((t) => t.extension === "ready" ? {
@@ -108,7 +83,7 @@ function ue({
108
83
  }
109
84
  };
110
85
  }
111
- }, []), v = f((t) => {
86
+ }, []), E = f((t) => {
112
87
  if (t.server.status === "not-connected")
113
88
  return { status: "pending-lna-ready" };
114
89
  const r = t.server;
@@ -131,7 +106,7 @@ function ue({
131
106
  error: { message: "Unknown server status" }
132
107
  };
133
108
  }
134
- }, []), b = f(
109
+ }, []), O = f(
135
110
  (t, r) => {
136
111
  if (t.server.status !== "pending-extension-ready") {
137
112
  const n = t.server.status;
@@ -164,25 +139,25 @@ function ue({
164
139
  return r === "granted" ? { status: "granted", serverUrl: n } : { status: "prompt", serverUrl: n };
165
140
  },
166
141
  []
167
- ), E = f(
142
+ ), C = f(
168
143
  async (t = !1) => {
169
- const r = Y().type, n = q().type;
144
+ const r = q().type, n = X().type;
170
145
  let u = await e.getExtensionState();
171
146
  (u.extension === "not-initialized" || t) && (u = await e.testExtensionConnectivity());
172
147
  let d = await e.getDirectState();
173
- const I = l.getDirectStatus();
174
- I === "granted" && (d.server.status === "not-connected" || t) && (d = await e.testDirectConnectivity());
175
- const a = X(d) || "http://localhost:1135", h = y(d, I, a);
176
- return e.getConnectionMode() === null && (Z(d) ? await e.setConnectionMode("direct") : $(u) && await e.setConnectionMode("extension")), l.isServerInstallConfirmed() || b(u, d) && l.setServerInstallConfirmed(!0), {
148
+ const L = l.getDirectStatus();
149
+ L === "granted" && (d.server.status === "not-connected" || t) && (d = await e.testDirectConnectivity());
150
+ const a = Y(d) || "http://localhost:1135", v = y(d, L, a);
151
+ return e.getConnectionMode() === null && (Z(d) ? await e.setConnectionMode("direct") : $(u) && await e.setConnectionMode("extension")), l.isServerInstallConfirmed() || O(u, d) && l.setServerInstallConfirmed(!0), {
177
152
  extension: T(u),
178
153
  server: M(u),
179
- lna: h,
180
- lnaServer: v(d),
154
+ lna: v,
155
+ lnaServer: E(d),
181
156
  env: { browser: r, os: n },
182
157
  browsers: Q,
183
158
  os: J,
184
159
  userConfirmations: { serverInstall: l.isServerInstallConfirmed() },
185
- selectedConnection: S(e.getConnectionMode())
160
+ selectedConnection: g(e.getConnectionMode())
186
161
  };
187
162
  },
188
163
  [
@@ -190,35 +165,35 @@ function ue({
190
165
  l,
191
166
  T,
192
167
  M,
193
- v,
194
- S,
168
+ E,
169
+ g,
195
170
  y,
196
- b
171
+ O
197
172
  ]
198
173
  ), p = f(() => {
199
- if (!C.current)
174
+ if (!h.current)
200
175
  throw new Error("Cannot get state: currentStateRef is null");
201
176
  return {
202
- ...C.current,
177
+ ...h.current,
203
178
  // Override userConfirmations from storage (in case updated outside buildSetupState)
204
179
  userConfirmations: {
205
180
  serverInstall: l.isServerInstallConfirmed()
206
181
  },
207
182
  // Override selectedConnection from client (in case changed via handler)
208
- selectedConnection: S(e.getConnectionMode())
183
+ selectedConnection: g(e.getConnectionMode())
209
184
  };
210
- }, [l, e, S]), R = D(
185
+ }, [l, e, g]), R = z(
211
186
  () => ({
212
- [A.MODAL_READY]: async () => (L.info("MODAL_READY: returning current state or default"), C.current ? { setupState: p() } : { setupState: ie }),
213
- [A.MODAL_REFRESH]: async () => {
214
- L.info("MODAL_REFRESH: refreshing state");
215
- const t = await E(!0);
216
- C.current = t;
187
+ [w.MODAL_READY]: async () => (A.info("MODAL_READY: returning current state or default"), h.current ? { setupState: p() } : { setupState: oe }),
188
+ [w.MODAL_REFRESH]: async () => {
189
+ A.info("MODAL_REFRESH: refreshing state");
190
+ const t = await C(!0);
191
+ h.current = t;
217
192
  const r = p();
218
- return L.info(`MODAL_REFRESH: state refreshed
193
+ return A.info(`MODAL_REFRESH: state refreshed
219
194
  `, JSON.stringify(r, null, 2)), c.current?.updateState(p()), { setupState: r };
220
195
  },
221
- [A.MODAL_LNA_CONNECT]: async (t) => {
196
+ [w.MODAL_LNA_CONNECT]: async (t) => {
222
197
  const r = t.payload.serverUrl;
223
198
  console.log("[SetupModalProcessor] LNA connect:", r);
224
199
  const n = await e.testDirectConnectivity(r);
@@ -226,64 +201,64 @@ function ue({
226
201
  const d = n.server.status;
227
202
  if (d === "ready" || d === "setup" || d === "resource-admin") {
228
203
  l.setDirectStatus("granted"), e.getConnectionMode() === null && await e.setConnectionMode("direct");
229
- const I = await E();
230
- return C.current = I, c.current?.updateState(p()), { success: !0 };
204
+ const L = await C();
205
+ return h.current = L, c.current?.updateState(p()), { success: !0 };
231
206
  }
232
207
  }
233
- const u = await E();
234
- return C.current = u, c.current?.updateState(p()), { success: !1 };
208
+ const u = await C();
209
+ return h.current = u, c.current?.updateState(p()), { success: !1 };
235
210
  },
236
- [A.MODAL_LNA_SKIP]: async () => {
211
+ [w.MODAL_LNA_SKIP]: async () => {
237
212
  l.setDirectStatus("skipped");
238
- const t = await E();
239
- return C.current = t, c.current?.updateState(p()), { success: !0 };
213
+ const t = await C();
214
+ return h.current = t, c.current?.updateState(p()), { success: !0 };
240
215
  },
241
- [A.MODAL_CLOSE]: () => {
242
- w();
216
+ [w.MODAL_CLOSE]: () => {
217
+ x();
243
218
  },
244
- [A.MODAL_COMPLETE]: () => {
245
- w();
219
+ [w.MODAL_COMPLETE]: () => {
220
+ x();
246
221
  },
247
- [A.MODAL_CONFIRM_SERVER_INSTALL]: (t) => (l.setServerInstallConfirmed(t.payload.confirmed), c.current?.updateState(p()), { success: !0 }),
248
- [A.MODAL_SELECT_CONNECTION]: async (t) => {
222
+ [w.MODAL_CONFIRM_SERVER_INSTALL]: (t) => (l.setServerInstallConfirmed(t.payload.confirmed), c.current?.updateState(p()), { success: !0 }),
223
+ [w.MODAL_SELECT_CONNECTION]: async (t) => {
249
224
  const n = t.payload.connection === "lna" ? "direct" : "extension";
250
225
  return await e.setConnectionMode(n), c.current?.updateState(p()), { success: !0 };
251
226
  }
252
227
  }),
253
- [L, e, l, E, p, v, w]
228
+ [A, e, l, C, p, E, x]
254
229
  );
255
- return z(() => (c.current = new ee({ modalHtmlPath: s, handlers: R }), () => {
230
+ return N(() => (c.current = new ee({ modalHtmlPath: s, handlers: R }), () => {
256
231
  c.current?.destroy(), c.current = null;
257
- }), [s, R]), z(() => {
258
- _ && c.current ? (c.current.showLoading(), E(!0).then((t) => {
259
- C.current = t, c.current?.updateState(t), x?.();
232
+ }), [s, R]), N(() => {
233
+ _ && c.current ? (c.current.showLoading(), C(!0).then((t) => {
234
+ h.current = t, c.current?.updateState(t), b?.();
260
235
  }).catch((t) => {
261
236
  console.error("[SetupModalProcessor] buildSetupState failed:", t);
262
237
  })) : !_ && c.current && c.current.destroy();
263
- }, [_, E, x]), null;
238
+ }, [_, C, b]), null;
264
239
  }
265
- const le = {
240
+ const ue = {
266
241
  status: "not-initialized",
267
242
  mode: null,
268
243
  extensionId: null,
269
244
  url: null,
270
- server: G,
245
+ server: H,
271
246
  error: null
272
- }, de = {
247
+ }, le = {
273
248
  status: "initializing",
274
249
  mode: null,
275
250
  extensionId: null,
276
251
  url: null,
277
- server: G,
252
+ server: H,
278
253
  error: null
279
254
  };
280
- function fe(e) {
255
+ function de(e) {
281
256
  return e.status === "not-initialized";
282
257
  }
283
- function pe(e) {
258
+ function fe(e) {
284
259
  return e.status === "initializing";
285
260
  }
286
- function me(e) {
261
+ function pe(e) {
287
262
  return e.status !== "not-initialized" && e.status !== "initializing";
288
263
  }
289
264
  function V(e) {
@@ -309,32 +284,32 @@ function ge(e) {
309
284
  error: e.server.error
310
285
  };
311
286
  }
312
- const Ae = {
313
- isNotInitialized: fe,
314
- isInitializing: pe,
315
- isInitialized: me,
287
+ const we = {
288
+ isNotInitialized: de,
289
+ isInitializing: fe,
290
+ isInitialized: pe,
316
291
  isReady: V,
317
292
  isOverallReady: Se
318
293
  }, U = ae(null);
319
294
  U.displayName = "BodhiContext";
320
- function we({
295
+ function xe({
321
296
  children: e,
322
297
  client: s,
323
- modalHtmlPath: w,
324
- handleCallback: x = !0,
325
- callbackPath: O,
326
- basePath: g = "/",
327
- logLevel: m = "warn"
298
+ modalHtmlPath: x,
299
+ handleCallback: b = !0,
300
+ callbackPath: I,
301
+ basePath: m = "/",
302
+ logLevel: S = "warn"
328
303
  }) {
329
- const _ = g === "/" ? "" : g.replace(/\/$/, ""), L = O ?? `${_}/callback`, c = D(() => new H("BodhiProvider", m), [m]), l = k(!1), C = k(!1), [S, T] = N(le), [M, v] = N(re), [b, y] = N(!1), [E, p] = N("ready");
330
- z(() => {
304
+ const _ = m === "/" ? "" : m.replace(/\/$/, ""), A = I ?? `${_}/callback`, c = z(() => new G("BodhiProvider", S), [S]), l = D(!1), h = D(!1), [g, T] = k(ue), [M, E] = k(re), [O, y] = k(!1), [C, p] = k("ready");
305
+ N(() => {
331
306
  const o = (a) => {
332
307
  switch (a.type) {
333
308
  case "client-state":
334
309
  T(ge(a.state));
335
310
  break;
336
311
  case "auth-state":
337
- v(a.state), y(!1);
312
+ E(a.state), y(!1);
338
313
  break;
339
314
  }
340
315
  };
@@ -350,7 +325,7 @@ function we({
350
325
  p("loaded");
351
326
  }, []), n = f(
352
327
  async (o) => {
353
- T(de);
328
+ T(le);
354
329
  try {
355
330
  await s.init(o || {});
356
331
  } catch (a) {
@@ -359,17 +334,17 @@ function we({
359
334
  },
360
335
  [s, c]
361
336
  );
362
- z(() => {
363
- if (C.current) return;
364
- C.current = !0, (async () => {
365
- if (await n(), !x) return;
337
+ N(() => {
338
+ if (h.current) return;
339
+ h.current = !0, (async () => {
340
+ if (await n(), !b) return;
366
341
  const a = new URL(window.location.href);
367
- if (a.pathname !== L) return;
368
- const h = a.searchParams.get("code"), F = a.searchParams.get("state");
369
- !h || !F || l.current || (l.current = !0, se(s) && (y(!0), s.handleOAuthCallback(h, F).then(() => {
370
- window.history.replaceState({}, "", g);
342
+ if (a.pathname !== A) return;
343
+ const v = a.searchParams.get("code"), F = a.searchParams.get("state");
344
+ !v || !F || l.current || (l.current = !0, se(s) && (y(!0), s.handleOAuthCallback(v, F).then(() => {
345
+ window.history.replaceState({}, "", m);
371
346
  }).catch((B) => {
372
- c.error("OAuth callback failed:", B), v({
347
+ c.error("OAuth callback failed:", B), E({
373
348
  status: "error",
374
349
  user: null,
375
350
  accessToken: null,
@@ -377,10 +352,10 @@ function we({
377
352
  message: B instanceof Error ? B.message : "OAuth callback failed",
378
353
  code: "OAUTH_CALLBACK_FAILED"
379
354
  }
380
- }), y(!1), window.history.replaceState({}, "", g);
355
+ }), y(!1), window.history.replaceState({}, "", m);
381
356
  })));
382
357
  })();
383
- }, [n, s, x, L, g]);
358
+ }, [n, s, b, A, m]);
384
359
  const u = f(
385
360
  async (o) => {
386
361
  y(!0);
@@ -388,10 +363,10 @@ function we({
388
363
  const a = o ? {
389
364
  ...o.toolsetScopeIds && { toolsetScopeIds: o.toolsetScopeIds },
390
365
  ...o.version && { version: o.version }
391
- } : void 0, h = a && Object.keys(a).length > 0 ? a : void 0;
392
- await s.login(h);
366
+ } : void 0, v = a && Object.keys(a).length > 0 ? a : void 0;
367
+ await s.login(v);
393
368
  } catch (a) {
394
- const h = {
369
+ const v = {
395
370
  status: "error",
396
371
  user: null,
397
372
  accessToken: null,
@@ -400,7 +375,7 @@ function we({
400
375
  code: "LOGIN_FAILED"
401
376
  }
402
377
  };
403
- return v(h), y(!1), h;
378
+ return E(v), y(!1), v;
404
379
  }
405
380
  },
406
381
  [s]
@@ -408,7 +383,7 @@ function we({
408
383
  try {
409
384
  await s.logout();
410
385
  } catch (o) {
411
- v({
386
+ E({
412
387
  status: "error",
413
388
  user: null,
414
389
  accessToken: null,
@@ -418,63 +393,63 @@ function we({
418
393
  }
419
394
  });
420
395
  }
421
- }, [s]), I = D(() => {
422
- const o = S.status === "ready", a = S.server.status === "ready";
396
+ }, [s]), L = z(() => {
397
+ const o = g.status === "ready", a = g.server.status === "ready";
423
398
  return {
424
399
  client: s,
425
- clientState: S,
400
+ clientState: g,
426
401
  auth: M,
427
- isAuthLoading: b,
402
+ isAuthLoading: O,
428
403
  login: u,
429
404
  logout: d,
430
405
  showSetup: R,
431
406
  hideSetup: t,
432
- setupState: E,
407
+ setupState: C,
433
408
  // Computed auth properties
434
409
  isAuthenticated: M.status === "authenticated",
435
- canLogin: o && !b,
410
+ canLogin: o && !O,
436
411
  // Computed connection properties
437
412
  isReady: o,
438
413
  isServerReady: a,
439
414
  isOverallReady: o && a,
440
- isInitializing: S.status === "initializing",
441
- isExtension: S.mode === "extension",
442
- isDirect: S.mode === "direct"
415
+ isInitializing: g.status === "initializing",
416
+ isExtension: g.mode === "extension",
417
+ isDirect: g.mode === "direct"
443
418
  };
444
- }, [s, S, M, b, E, u, d, R, t]);
445
- return /* @__PURE__ */ K(U.Provider, { value: I, children: [
419
+ }, [s, g, M, O, C, u, d, R, t]);
420
+ return /* @__PURE__ */ W(U.Provider, { value: L, children: [
446
421
  /* @__PURE__ */ P(
447
- ue,
422
+ ie,
448
423
  {
449
424
  client: s,
450
- modalHtmlPath: w,
425
+ modalHtmlPath: x,
451
426
  hideSetup: t,
452
427
  onSetupReady: r,
453
- setupState: E,
454
- basePath: g,
455
- logLevel: m
428
+ setupState: C,
429
+ basePath: m,
430
+ logLevel: S
456
431
  }
457
432
  ),
458
433
  e
459
434
  ] });
460
435
  }
461
- function xe() {
436
+ function be() {
462
437
  const e = ce(U);
463
438
  if (!e) throw new Error("useBodhi must be used within BodhiProvider");
464
439
  return e;
465
440
  }
466
- const Ce = (e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 479.995 479.995", width: "480px", height: "480px", ...e }, /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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 = {
441
+ const me = (e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 479.995 479.995", width: "480px", height: "480px", ...e }, /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" }), /* @__PURE__ */ 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" })), he = {
467
442
  sm: 32,
468
443
  md: 48,
469
444
  lg: 64
470
445
  };
471
- function Le({
446
+ function Ae({
472
447
  size: e = "md",
473
448
  variant: s = "light",
474
- className: w = "",
475
- style: x = {}
449
+ className: x = "",
450
+ style: b = {}
476
451
  }) {
477
- const O = Ee[e], g = {
452
+ const I = he[e], m = {
478
453
  display: "inline-block",
479
454
  cursor: "pointer",
480
455
  transition: "all 250ms ease",
@@ -483,7 +458,7 @@ function Le({
483
458
  backgroundColor: "rgba(255, 255, 255, 0.05)",
484
459
  padding: "8px"
485
460
  },
486
- ...x
461
+ ...b
487
462
  };
488
463
  return /* @__PURE__ */ P(
489
464
  "a",
@@ -493,45 +468,45 @@ function Le({
493
468
  rel: "noopener noreferrer",
494
469
  title: "Powered by Bodhi",
495
470
  "aria-label": "Powered by Bodhi - Visit getbodhi.app",
496
- className: w,
497
- style: g,
498
- onMouseEnter: (m) => {
499
- m.currentTarget.style.transform = "scale(1.1)", m.currentTarget.style.boxShadow = "0 0 20px rgba(255, 164, 184, 0.6)";
471
+ className: x,
472
+ style: m,
473
+ onMouseEnter: (S) => {
474
+ S.currentTarget.style.transform = "scale(1.1)", S.currentTarget.style.boxShadow = "0 0 20px rgba(255, 164, 184, 0.6)";
500
475
  },
501
- onMouseLeave: (m) => {
502
- m.currentTarget.style.transform = "scale(1)", m.currentTarget.style.boxShadow = "none";
476
+ onMouseLeave: (S) => {
477
+ S.currentTarget.style.transform = "scale(1)", S.currentTarget.style.boxShadow = "none";
503
478
  },
504
- children: /* @__PURE__ */ P(Ce, { width: O, height: O, style: { display: "block" } })
479
+ children: /* @__PURE__ */ P(me, { width: I, height: I, style: { display: "block" } })
505
480
  }
506
481
  );
507
482
  }
508
- const Oe = "production";
483
+ const Ie = "production";
509
484
  export {
510
- Le as BodhiBadge,
511
- we as BodhiProvider,
485
+ Ae as BodhiBadge,
486
+ xe as BodhiProvider,
512
487
  U as BodhiReactContext,
513
- Ae as ClientCtxState,
514
- de as INITIALIZING_CLIENT_CONTEXT_STATE,
515
- le as INITIAL_CLIENT_CONTEXT_STATE,
516
- Oe as REACT_CORE_BUILD_MODE,
488
+ we as ClientCtxState,
489
+ le as INITIALIZING_CLIENT_CONTEXT_STATE,
490
+ ue as INITIAL_CLIENT_CONTEXT_STATE,
491
+ Ie as REACT_CORE_BUILD_MODE,
517
492
  ge as clientStateToContextState,
518
- Ie as createApiError,
493
+ Le as createApiError,
519
494
  _e as createOperationError,
520
495
  Te as isApiResultError,
521
496
  Re as isApiResultOperationError,
522
- De as isApiResultSuccess,
523
- Ne as isAuthError,
524
- ke as isAuthLoading,
525
- ze as isAuthenticated,
526
- me as isClientCtxInitialized,
527
- pe as isClientCtxInitializing,
528
- fe as isClientCtxNotInitialized,
497
+ ze as isApiResultSuccess,
498
+ ke as isAuthError,
499
+ De as isAuthLoading,
500
+ Ne as isAuthenticated,
501
+ pe as isClientCtxInitialized,
502
+ fe as isClientCtxInitializing,
503
+ de as isClientCtxNotInitialized,
529
504
  V as isClientCtxReady,
530
505
  Be as isClientReady,
531
506
  Pe as isDirectState,
532
507
  Ue as isExtensionState,
533
508
  Fe as isOperationError,
534
509
  Se as isOverallReady,
535
- He as isWebUIClient,
536
- xe as useBodhi
510
+ Ge as isWebUIClient,
511
+ be as useBodhi
537
512
  };
@@ -1,5 +1,5 @@
1
- import { BackendServerState, ClientState } from '../../core/src/index.ts';
2
- import { OperationErrorResponse } from '../../../bodhi-browser-ext/src/types';
1
+ import { BackendServerState, ClientState } from '@bodhiapp/bodhi-js-core';
2
+ import { OperationErrorResponse } from '@bodhiapp/bodhi-browser-types';
3
3
  export type ClientContextStatus = 'not-initialized' | 'initializing' | 'extension-not-found' | 'direct-not-connected' | 'ready';
4
4
  export interface ClientContextState {
5
5
  status: ClientContextStatus;
package/dist/index.d.ts CHANGED
@@ -8,10 +8,10 @@ export { BodhiBadge, type BodhiBadgeProps, type BodhiBadgeSize, type BodhiBadgeV
8
8
  export type { ClientContextState, ClientContextStatus } from './client-ctx';
9
9
  export { INITIAL_CLIENT_CONTEXT_STATE, INITIALIZING_CLIENT_CONTEXT_STATE } from './client-ctx';
10
10
  export { ClientCtxState, clientStateToContextState, isClientCtxInitialized, isClientCtxInitializing, isClientCtxNotInitialized, isClientCtxReady, isOverallReady, } from './client-ctx';
11
- export type { ApiResponseResult, ClientState, LogLevel } from '../../core/src/index.ts';
12
- export { isApiResultError, isApiResultOperationError, isApiResultSuccess, isDirectState, isExtensionState, isWebUIClient, } from '../../core/src/index.ts';
13
- export { createApiError, createOperationError } from '../../core/src/index.ts';
14
- export type { AuthState, UIClient } from '../../core/src/index.ts';
15
- export { isAuthError, isAuthLoading, isAuthenticated, isClientReady, } from '../../core/src/index.ts';
16
- export { isOperationError, type OperationError } from '../../core/src/index.ts';
11
+ export type { ApiResponseResult, ClientState, LogLevel } from '@bodhiapp/bodhi-js-core';
12
+ export { isApiResultError, isApiResultOperationError, isApiResultSuccess, isDirectState, isExtensionState, isWebUIClient, } from '@bodhiapp/bodhi-js-core';
13
+ export { createApiError, createOperationError } from '@bodhiapp/bodhi-js-core';
14
+ export type { AuthState, UIClient } from '@bodhiapp/bodhi-js-core';
15
+ export { isAuthError, isAuthLoading, isAuthenticated, isClientReady, } from '@bodhiapp/bodhi-js-core';
16
+ export { isOperationError, type OperationError } from '@bodhiapp/bodhi-js-core';
17
17
  export { BUILD_MODE as REACT_CORE_BUILD_MODE } from './build-info';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bodhiapp/bodhi-js-react-core",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
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,9 @@
42
42
  "typecheck": "tsc --noEmit"
43
43
  },
44
44
  "dependencies": {
45
- "@bodhiapp/bodhi-js-core": "0.0.18",
45
+ "@bodhiapp/bodhi-browser-types": "0.0.20",
46
+ "@bodhiapp/setup-modal-types": "0.0.20",
47
+ "@bodhiapp/bodhi-js-core": "0.0.20",
46
48
  "@bodhiapp/ts-client": "0.1.14"
47
49
  },
48
50
  "peerDependencies": {