fix(tokens): shape used on otp and textarea - #31471
Closed
BenOsodrac wants to merge 2 commits into
Closed
BenOsodrac wants to merge 2 commits into
BenOsodrac wants to merge 2 commits into
Conversation
Port of #31470 from before-next. Uses the lg shape radius for the round input-otp variant and the soft textarea variant. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
2 tasks
BenOsodrac
added a commit
that referenced
this pull request
Sep 23, 2026
Issue number: internal --------- ## What is the new behavior? Port of #31470 and #31473 (merged on `before-next`) to `next`. Replaces #31471. - Input OTP soft shape: border radius now uses `$ion-shape-soft-lg` instead of `$ion-shape-soft-xl`. - Textarea soft shape: border radius now uses `$ion-shape-soft-lg` instead of `$ion-shape-soft-xl`. The round input OTP shape keeps `$ion-shape-round-xl` (changed in #31470 and reverted in #31473). Snapshots: the 12 updated screenshots are carried over from `before-next`. Their baseline was identical on both branches, so no regeneration is needed. ## Does this introduce a breaking change? - [x] Yes - [ ] No 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue number: internal
What is the new behavior?
Port of #31470 (merged on
before-next) tonext.$ion-shape-round-lginstead of$ion-shape-round-xl.$ion-shape-soft-lginstead of$ion-shape-soft-xl.Snapshots: 63 of the 72 updated screenshots are carried over from #31470, since their baseline was identical on both branches. The 9
input-otpcolor outline screenshots (Chrome, Firefox, Safari x default, disabled, readonly) have a different baseline onnextand need to be regenerated on this branch with the "Update Reference Screenshots" workflow (component:input-otp).Does this introduce a breaking change?
🤖 Generated with Claude Code