Skip to content

[pull] main from adobe:main - #482

Merged
pull[bot] merged 5 commits into
code:mainfrom
adobe:main
Aug 19, 2026
Merged

[pull] main from adobe:main#482
pull[bot] merged 5 commits into
code:mainfrom
adobe:main

Conversation

@pull

@pull pull Bot commented Aug 19, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

starboyvarun and others added 5 commits August 18, 2026 19:09
…l orientation (#10467)

* fix(actiongroup,tabs): keep ArrowLeft/Right consistent in RTL vertical orientation

ArrowLeft/ArrowRight are flipped in RTL locales, but the flip was gated on
orientation === 'horizontal'. In a vertical ActionGroup or TabList in an RTL
locale the flip was skipped entirely, so ArrowRight moved focus to the next
item and ArrowLeft to the previous one -- the opposite of the horizontal RTL
pairings, and inconsistent with the rest of the arrow key handling.

Drop the orientation check so ArrowLeft always moves to the next item and
ArrowRight to the previous one in RTL, regardless of orientation.
ArrowUp/ArrowDown never consult this flag, so vertical up/down navigation is
unchanged.

useToolbar has a similar-looking condition that is correct as written: it only
handles ArrowLeft/Right when horizontal, so its orientation check is what stops
ArrowDown from being flipped in RTL.

* move tests and expand coverage

* fix lint

---------

Co-authored-by: Rob Snow <rsnow@adobe.com>
…#10474)

* fix: auto set static color auto and fix tokenfield docs regex for IME

* forgot to commit

* add chromatic and make context propagate through menu trigger
* pixel loader design updates

* Add focus ring for more contrast mode
@pull pull Bot locked and limited conversation to collaborators Aug 19, 2026
@pull pull Bot added the ⤵️ pull label Aug 19, 2026
@pull
pull Bot merged commit 59a5bd5 into code:main Aug 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants