@bodhiapp/bodhi-js-react 0.0.34 → 0.0.35

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +7 -6
package/dist/index.d.ts CHANGED
@@ -6,6 +6,6 @@
6
6
  */
7
7
  export { BodhiProvider, type BodhiProviderProps } from './BodhiProvider';
8
8
  export { WebUIClient, type WebUIClientParams, type IWebUIClient } from '@bodhiapp/bodhi-js';
9
- export { BodhiReactContext, useBodhi, type BodhiContext, type SetupState, type ClientContextState, type ClientContextStatus, INITIAL_CLIENT_CONTEXT_STATE, INITIALIZING_CLIENT_CONTEXT_STATE, ClientCtxState, clientStateToContextState, isClientCtxInitialized, isClientCtxInitializing, isClientCtxNotInitialized, isClientCtxReady, isOverallReady, type ClientState, type AuthState, type LoginOptions, type LoginProgressCallback, type LoginProgressStage, type UIClient, type LogLevel, type BodhiErrorCode, type ApiResponse, LoginOptionsBuilder, BodhiError, BodhiApiError, unwrapResponse, isDirectState, isExtensionState, isWebUIClient, isAuthError, isAuthLoading, isAuthenticated, isClientReady, createApiError, createOperationError, BodhiBadge, type BodhiBadgeProps, type BodhiBadgeSize, type BodhiBadgeVariant, InMemoryStorage, type IStorage, type InitialTokens, type StreamTextResult, } from '@bodhiapp/bodhi-js-react-core';
9
+ export { BodhiReactContext, useBodhi, type BodhiContext, type SetupState, type SetupModalVariant, type ClientContextState, type ClientContextStatus, INITIAL_CLIENT_CONTEXT_STATE, INITIALIZING_CLIENT_CONTEXT_STATE, ClientCtxState, clientStateToContextState, isClientCtxInitialized, isClientCtxInitializing, isClientCtxNotInitialized, isClientCtxReady, isOverallReady, type ClientState, type AuthState, type LoginOptions, type LoginProgressCallback, type LoginProgressStage, type UIClient, type LogLevel, type BodhiErrorCode, type ApiResponse, LoginOptionsBuilder, BodhiError, BodhiApiError, unwrapResponse, isDirectState, isExtensionState, isWebUIClient, isAuthError, isAuthLoading, isAuthenticated, isClientReady, createApiError, createOperationError, BodhiBadge, type BodhiBadgeProps, type BodhiBadgeSize, type BodhiBadgeVariant, InMemoryStorage, type IStorage, type InitialTokens, type StreamTextResult, } from '@bodhiapp/bodhi-js-react-core';
10
10
  export { BUILD_MODE as REACT_BUILD_MODE } from './build-info';
11
11
  export { WEB_BUILD_MODE } from '@bodhiapp/bodhi-js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bodhiapp/bodhi-js-react",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "React bindings for Bodhi Browser SDK with WebUIClient preset",
5
5
  "type": "module",
6
6
  "main": "dist/bodhi-react.cjs.js",
@@ -62,11 +62,12 @@
62
62
  "typecheck": "tsc --noEmit"
63
63
  },
64
64
  "dependencies": {
65
- "@bodhiapp/bodhi-browser-types": "0.0.34",
66
- "@bodhiapp/setup-modal-types": "0.0.34",
67
- "@bodhiapp/bodhi-js-react-core": "0.0.34",
68
- "@bodhiapp/bodhi-js": "0.0.34",
69
- "@bodhiapp/bodhi-js-core": "0.0.34"
65
+ "@bodhiapp/bodhi-browser-types": "0.0.35",
66
+ "@bodhiapp/setup-modal-types": "0.0.35",
67
+ "@bodhiapp/setup-modal-v2-types": "0.0.35",
68
+ "@bodhiapp/bodhi-js-react-core": "0.0.35",
69
+ "@bodhiapp/bodhi-js": "0.0.35",
70
+ "@bodhiapp/bodhi-js-core": "0.0.35"
70
71
  },
71
72
  "peerDependencies": {
72
73
  "react": "^18.3.0 || ^19.0.0"