ref(🥞): remove portal z-index references (dropdown, tooltip, hovercard)#115957
Draft
natemoo-re wants to merge 6 commits into
Draft
ref(🥞): remove portal z-index references (dropdown, tooltip, hovercard)#115957natemoo-re wants to merge 6 commits into
natemoo-re wants to merge 6 commits into
Conversation
Contributor
📊 Type Coverage Diff✅ No new type safety issues introduced. Coverage: 93.58% |
This was referenced May 20, 2026
0e6e40d to
579605a
Compare
1048894 to
dd19fd8
Compare
dd19fd8 to
4056ee3
Compare
4056ee3 to
a4ee0df
Compare
a4ee0df to
3057c93
Compare
3057c93 to
dfc37fa
Compare
255dc7c to
97da138
Compare
dfc37fa to
75bb04e
Compare
97da138 to
f0adcb8
Compare
1344bfb to
e19b859
Compare
f0adcb8 to
1d3b325
Compare
e19b859 to
0a3164f
Compare
1d3b325 to
471b49d
Compare
0a3164f to
5a6115e
Compare
5a6115e to
3de0250
Compare
3de0250 to
060ffe1
Compare
060ffe1 to
f720fad
Compare
f720fad to
4c1aa3b
Compare
Dropdown, tooltip, and hovercard z-index values are now redundant — Layer portal outlets handle overlay stacking within each stacking context. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
These files were deleted on master (refactored). The rebase conflict resolution accidentally re-created them from stale versions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
22592f2 to
981a0b3
Compare
4c1aa3b to
e57c109
Compare
This was referenced May 28, 2026
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.
Summary
theme.zIndex.dropdown,tooltip, andhovercardreferenceszIndexprop usage onPositionWrapper🥞 Layer Primitive Series
nm/zindex/layer-primitive— Layer component + hooksnm/zindex/dom-order— DOM restructuring for paint-order stackingnm/zindex/wire-portals— Wire portal consumers to Layer outletsnm/zindex/remove-structural-zindex— Remove structural z-index refsnm/zindex/remove-portal-zindex— Remove portal z-index refs ← this PRnm/zindex/remove-local-zindex— Replace local z-index refs with bare z-index: 1nm/zindex/deprecate-zindex— Deprecate theme.zIndex scalenm/zindex/lint-ban— Lint rule banning z-index/zIndexnm/zindex/final-cleanup— Remove theme.zIndex entirelyTest plan
pnpm run typecheck