From a87edea2043f7dc2b8d3d744a4e4a22324894f05 Mon Sep 17 00:00:00 2001 From: Brion Date: Thu, 21 Aug 2025 14:52:10 +0530 Subject: [PATCH 1/2] fix: remove color and variant props from BaseSignOutButton and BaseSignUpButton --- .../src/components/actions/SignOutButton/BaseSignOutButton.tsx | 2 -- .../src/components/actions/SignUpButton/BaseSignUpButton.tsx | 2 -- 2 files changed, 4 deletions(-) diff --git a/packages/react/src/components/actions/SignOutButton/BaseSignOutButton.tsx b/packages/react/src/components/actions/SignOutButton/BaseSignOutButton.tsx index a989ca1d..b5c466f2 100644 --- a/packages/react/src/components/actions/SignOutButton/BaseSignOutButton.tsx +++ b/packages/react/src/components/actions/SignOutButton/BaseSignOutButton.tsx @@ -98,8 +98,6 @@ const BaseSignOutButton: ForwardRefExoticComponent {children} diff --git a/packages/react/src/components/actions/SignUpButton/BaseSignUpButton.tsx b/packages/react/src/components/actions/SignUpButton/BaseSignUpButton.tsx index 3c9f2a6d..54fc85c5 100644 --- a/packages/react/src/components/actions/SignUpButton/BaseSignUpButton.tsx +++ b/packages/react/src/components/actions/SignUpButton/BaseSignUpButton.tsx @@ -98,8 +98,6 @@ const BaseSignUpButton: ForwardRefExoticComponent {children} From e87f3635f5947bb9fa8b450ec60b8a160f7eeb05 Mon Sep 17 00:00:00 2001 From: Brion Date: Thu, 21 Aug 2025 14:52:31 +0530 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20add=20changeset=20=F0=9F=A6=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/fine-carrots-talk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fine-carrots-talk.md diff --git a/.changeset/fine-carrots-talk.md b/.changeset/fine-carrots-talk.md new file mode 100644 index 00000000..f4693e51 --- /dev/null +++ b/.changeset/fine-carrots-talk.md @@ -0,0 +1,5 @@ +--- +'@asgardeo/react': patch +--- + +fix: remove color and variant props from BaseSignOutButton and BaseSignUpButton