@bodhiapp/bodhi-js-react 0.0.23 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +6 -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 ApiResponseResult, type ClientState, type AuthState, type UIClient, type LogLevel, type OperationError, isApiResultError, isApiResultOperationError, isApiResultSuccess, isDirectState, isExtensionState, isWebUIClient, isAuthError, isAuthLoading, isAuthenticated, isClientReady, isOperationError, createApiError, createOperationError, BodhiBadge, type BodhiBadgeProps, type BodhiBadgeSize, type BodhiBadgeVariant, } from '@bodhiapp/bodhi-js-react-core';
|
|
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 ApiResponseResult, type ClientState, type AuthState, type LoginOptions, type UserScope, type UIClient, type LogLevel, type OperationError, isApiResultError, isApiResultOperationError, isApiResultSuccess, isDirectState, isExtensionState, isWebUIClient, isAuthError, isAuthLoading, isAuthenticated, isClientReady, isOperationError, createApiError, createOperationError, BodhiBadge, type BodhiBadgeProps, type BodhiBadgeSize, type BodhiBadgeVariant, } 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.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"description": "React bindings for Bodhi Browser SDK with WebUIClient preset",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/bodhi-react.cjs.js",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"typecheck": "tsc --noEmit"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@bodhiapp/bodhi-browser-types": "0.0.
|
|
46
|
-
"@bodhiapp/setup-modal-types": "0.0.
|
|
47
|
-
"@bodhiapp/bodhi-js-react-core": "0.0.
|
|
48
|
-
"@bodhiapp/bodhi-js": "0.0.
|
|
49
|
-
"@bodhiapp/bodhi-js-core": "0.0.
|
|
45
|
+
"@bodhiapp/bodhi-browser-types": "0.0.25",
|
|
46
|
+
"@bodhiapp/setup-modal-types": "0.0.25",
|
|
47
|
+
"@bodhiapp/bodhi-js-react-core": "0.0.25",
|
|
48
|
+
"@bodhiapp/bodhi-js": "0.0.25",
|
|
49
|
+
"@bodhiapp/bodhi-js-core": "0.0.25"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^18.3.0 || ^19.0.0"
|