@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 CHANGED
@@ -212,3 +212,4 @@ NPM_CONFIG_TOKEN=$NPM_CONFIG_TOKEN bun publish --access public
212
212
  ## License
213
213
 
214
214
  This project is licensed under the MIT License.
215
+
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { default as default_2 } from 'react';
2
- import { JSX as JSX_2 } from 'react/jsx-runtime';
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
- }): JSX_2.Element;
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
- }): JSX_2.Element;
1037
+ }): JSX.Element;
1038
1038
 
1039
1039
  declare type Organization = {
1040
1040
  id: string;