Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 13, 2024
1 parent b1c4d1b commit c23154f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import { Session } from '@ory/client-fetch';

// @public
export const useSession: (config?: {
sdk: {
url: string;
};
orySdkUrl?: string;
}) => {
session: Session | undefined;
error: string | undefined;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export function DefaultCardFooter(): react_jsx_runtime.JSX.Element | null;
// @public (undocumented)
export function DefaultCardHeader(): react_jsx_runtime.JSX.Element;

// @public (undocumented)
export function DefaultCardLayout({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element;

// @public (undocumented)
export function DefaultCardLogo(): react_jsx_runtime.JSX.Element;

Expand Down Expand Up @@ -123,8 +126,8 @@ export type VerificationFlowContextProps = {

// Warnings were encountered during analysis:
//
// dist/theme/default/index.d.ts:25:5 - (ae-forgotten-export) The symbol "OryFlowComponentOverrides" needs to be exported by the entry point index.d.ts
// dist/theme/default/index.d.ts:26:5 - (ae-forgotten-export) The symbol "OryClientConfiguration" needs to be exported by the entry point index.d.ts
// dist/theme/default/index.d.ts:27:5 - (ae-forgotten-export) The symbol "OryFlowComponentOverrides" needs to be exported by the entry point index.d.ts
// dist/theme/default/index.d.ts:28:5 - (ae-forgotten-export) The symbol "OryClientConfiguration" needs to be exported by the entry point index.d.ts

// (No @packageDocumentation comment for this package)

Expand Down

0 comments on commit c23154f

Please sign in to comment.