diff --git a/.changeset/clever-hats-go.md b/.changeset/clever-hats-go.md new file mode 100644 index 000000000..4fc165a21 --- /dev/null +++ b/.changeset/clever-hats-go.md @@ -0,0 +1,10 @@ +--- +'@asgardeo/react': patch +'@asgardeo/i18n': patch +--- + +Resolve layout and styling issues in B2B components including Organization list, profile, and creation. + +- Add heading and subheading translation keys and support for `title` and `subheading` props in `CreateOrganization`, + `BaseOrganizationList` and `BaseOrganizationProfile` components. +- Improve margins, borders, text alignment, and spacing to resolve layout alignment issues.