diff --git a/.changeset/two-bugs-relate.md b/.changeset/two-bugs-relate.md new file mode 100644 index 00000000000..f068cfdfe6d --- /dev/null +++ b/.changeset/two-bugs-relate.md @@ -0,0 +1,5 @@ +--- +'@clerk/clerk-js': patch +--- + +Removed hoverable state from no-interactive sections in `` diff --git a/packages/clerk-js/src/ui/components/UserProfile/ActiveDevicesSection.tsx b/packages/clerk-js/src/ui/components/UserProfile/ActiveDevicesSection.tsx index 33874183ab9..c17b230dc2e 100644 --- a/packages/clerk-js/src/ui/components/UserProfile/ActiveDevicesSection.tsx +++ b/packages/clerk-js/src/ui/components/UserProfile/ActiveDevicesSection.tsx @@ -56,7 +56,6 @@ const DeviceItem = ({ session }: { session: SessionWithActivitiesResource }) => id='activeDevices' elementDescriptor={descriptors.activeDeviceListItem} elementId={isCurrent ? descriptors.activeDeviceListItem.setId('current') : undefined} - hoverable sx={{ alignItems: 'flex-start', }} diff --git a/packages/clerk-js/src/ui/components/UserProfile/ConnectedAccountsSection.tsx b/packages/clerk-js/src/ui/components/UserProfile/ConnectedAccountsSection.tsx index 9a3a755ac29..d29508e7235 100644 --- a/packages/clerk-js/src/ui/components/UserProfile/ConnectedAccountsSection.tsx +++ b/packages/clerk-js/src/ui/components/UserProfile/ConnectedAccountsSection.tsx @@ -61,10 +61,7 @@ export const ConnectedAccountsSection = withCardStateProvider(() => { return ( - + ({ overflow: 'hidden', gap: t.space.$2 })}> { {sortIdentificationBasedOnVerification(user?.emailAddresses, user?.primaryEmailAddressId).map(email => ( - + ({ overflow: 'hidden', gap: t.space.$1 })}> ({ color: t.colors.$colorText })} diff --git a/packages/clerk-js/src/ui/components/UserProfile/EnterpriseAccountsSection.tsx b/packages/clerk-js/src/ui/components/UserProfile/EnterpriseAccountsSection.tsx index 43bfdeb46c5..6c49a841adf 100644 --- a/packages/clerk-js/src/ui/components/UserProfile/EnterpriseAccountsSection.tsx +++ b/packages/clerk-js/src/ui/components/UserProfile/EnterpriseAccountsSection.tsx @@ -28,7 +28,6 @@ export const EnterpriseAccountsSection = () => { gap: t.space.$2, justifyContent: 'start', })} - hoverable key={account.id} > { {sortIdentificationBasedOnVerification(user?.phoneNumbers, user?.primaryPhoneNumberId).map(phone => ( - + { key={wallet.id} id='web3Wallets' align='start' - hoverable > ({ alignItems: 'center', gap: t.space.$2, width: '100%' })}> {strategyToDisplayData[strategy].iconUrl && (