releases.shpreview
Clerk/JavaScript SDK/@clerk/ui@1.13.0

Card elevation option—flush mode drops styling; ConfigureSSO exits experimental

@clerk/ui@1.13.0

2 features1 enhancement2 fixesThis release2 featuresNew capabilities1 enhancementImprovements to existing features2 fixesBug fixesAI-tallied from the release notes

Minor Changes

  • Remove <ConfigureSSO /> from experimental path (#8588) by @LauraBeatris

  • Add elevation appearance option with 'raised' (default) and 'flush' values. When set to flush, card-based components render without border, box-shadow, border-radius, outer padding, and footer background, allowing them to sit flat against their container. Applies to <SignIn />, <SignUp />, <Waitlist />, <CreateOrganization />, <OrganizationList />, <OAuthConsent />, <UserVerification />, and session task components. Profile and popover components always render as raised. Modal components always render as raised regardless of this setting. (#8510) by @alexcarpenter

    The cardBox element exposes a data-elevation="flush" attribute when flush is active, giving className-based themes a hook to neutralize their card chrome via attribute selectors. The shadcn theme uses this hook to drop its shadow-sm border utilities under flush.

Patch Changes

  • Add ProfileCard.Page for UserProfile and OrganizationProfile pages (#8602) by @LauraBeatris

  • Fix layout shift when Copy test URL button enters loading state in <ConfigureSSO /> (#8592) by @alexcarpenter

  • Improve ClipboardInput positioning and accessibility by using readOnly instead of isDisabled (#8593) by @alexcarpenter

  • Updated dependencies [6eaf4d6, 1aab31e]:

    • @clerk/shared@4.13.0
    • @clerk/localizations@4.6.7

Fetched May 21, 2026