Change8

@clerk/ui@1.13.0

📦 clerkView on GitHub →
3 features🐛 2 fixes🔧 16 symbols

Summary

This release introduces the `elevation` appearance option for card components and adds `ProfileCard.Page`. It also removes the `<ConfigureSSO />` component from the experimental path and fixes a layout shift bug in SSO configuration.

Migration Steps

  1. If you relied on `<ConfigureSSO />` being present in the experimental path, note that it has been removed.

✨ New Features

  • Added `elevation` appearance option with values `'raised'` (default) and `'flush'` to card-based components, allowing them to render without typical card styling when set to flush.
  • Exposed `data-elevation="flush"` attribute on the `cardBox` element when flush elevation is active for theme customization.
  • Added `ProfileCard.Page` component for `UserProfile` and `OrganizationProfile` pages.

🐛 Bug Fixes

  • Fixed layout shift when the Copy test URL button enters a loading state within `<ConfigureSSO />`.
  • Improved `ClipboardInput` positioning and accessibility by switching from `isDisabled` to `readOnly`.

Affected Symbols