@opensecret/react 1.0.0-beta.4 → 1.0.0
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/README.md +1 -0
- package/dist/index.d.ts +3 -3
- package/dist/opensecret-react.es.js +385 -378
- package/dist/opensecret-react.umd.js +16 -16
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as default_2 } from 'react';
|
|
2
|
-
import { JSX
|
|
2
|
+
import { JSX } from 'react/jsx-runtime';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
|
|
5
5
|
declare function acceptInvite(code: string): Promise<{
|
|
@@ -670,7 +670,7 @@ export declare function OpenSecretDeveloper({ children, apiUrl, pcrConfig }: {
|
|
|
670
670
|
children: default_2.ReactNode;
|
|
671
671
|
apiUrl: string;
|
|
672
672
|
pcrConfig?: PcrConfig;
|
|
673
|
-
}):
|
|
673
|
+
}): JSX.Element;
|
|
674
674
|
|
|
675
675
|
export declare type OpenSecretDeveloperAuthState = {
|
|
676
676
|
loading: boolean;
|
|
@@ -1034,7 +1034,7 @@ export declare function OpenSecretProvider({ children, apiUrl, clientId, pcrConf
|
|
|
1034
1034
|
apiUrl: string;
|
|
1035
1035
|
clientId: string;
|
|
1036
1036
|
pcrConfig?: PcrConfig;
|
|
1037
|
-
}):
|
|
1037
|
+
}): JSX.Element;
|
|
1038
1038
|
|
|
1039
1039
|
declare type Organization = {
|
|
1040
1040
|
id: string;
|