Skip to content

Conversation

@brionmario
Copy link
Member

Purpose

This pull request updates the way V2 embedded flow types are exported from the packages/react/src/index.ts file. Instead of re-exporting these types under new names, they are now exported directly as types using TypeScript's type keyword. This change clarifies the exports and avoids unnecessary renaming.

Type export improvements:

  • Changed the exports for all V2 embedded flow types to use direct type exports, removing the aliasing and making the types available under their original names. (packages/react/src/index.ts)

Related Issues

Related PRs

Checklist

  • Followed the CONTRIBUTING guidelines.
  • Manual test round performed and verified.
  • Documentation provided. (Add links if there are any)
  • Unit tests provided. (Add links if there are any)

Security checks

@asgardeo-github-bot
Copy link

🦋 Changeset detected

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

@brionmario brionmario merged commit 5f4e04b into asgardeo:main Dec 17, 2025
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants