Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kernel/managed-auth-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: kernel/managed-auth-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hypeship/wrap-button-text
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 3 contributors

Commits on May 14, 2026

  1. Allow button and option text to wrap

    The shared `.kma-button` rule used `white-space: nowrap` + a fixed
    height, so long MFA/SSO/sign-in option labels (e.g. "Get a verification
    code from the Google Authenticator app") overflowed the card. Switch
    buttons to `min-height` and `overflow-wrap: anywhere` so labels wrap and
    the row grows to fit. Extend two demo MFA options with longer labels so
    the wrapping case is exercised when scrubbing through States.
    masnwilliams committed May 14, 2026
    Configuration menu
    Copy the full SHA
    6bcb7fd View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. Add vercel.json for demo preview deployments

    Configures Vercel to build the library before the demo app and
    output from packages/demo/dist, so workspace:* dependency resolves
    correctly in CI.
    
    Co-authored-by: Cursor <cursoragent@cursor.com>
    masnwilliams and cursoragent committed May 15, 2026
    Configuration menu
    Copy the full SHA
    fa3f32e View commit details
    Browse the repository at this point in the history
Loading