ref(🥞): replace local z-index theme refs with bare z-index: 1#115956
Draft
natemoo-re wants to merge 6 commits into
Draft
ref(🥞): replace local z-index theme refs with bare z-index: 1#115956natemoo-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
82f78fa to
c5f5246
Compare
c5f5246 to
2921179
Compare
2921179 to
9b9ce12
Compare
9b9ce12 to
32cae40
Compare
32cae40 to
8346b2f
Compare
255dc7c to
97da138
Compare
8346b2f to
07c7c52
Compare
97da138 to
f0adcb8
Compare
62b7636 to
5744874
Compare
f0adcb8 to
1d3b325
Compare
5744874 to
98fe28d
Compare
1d3b325 to
471b49d
Compare
98fe28d to
7aab71d
Compare
7aab71d to
f8c6bdd
Compare
f8c6bdd to
55e69a5
Compare
55e69a5 to
0abfc87
Compare
theme.zIndex.initial, header, and truncationFullValue are replaced with bare z-index: 1. Within a Layer stacking context, 1 is sufficient for local overrides like sticky headers and hover states. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
File was deleted on master (refactored). Rebase conflict resolution accidentally re-created it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
22592f2 to
981a0b3
Compare
0abfc87 to
c93560a
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.initial(1),theme.zIndex.header(1000), andtheme.zIndex.truncationFullValue(10) with barez-index: 1z-index: 1is sufficient for any local override (sticky headers, hover states, truncation expansion)z-index: 1🥞 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 refsnm/zindex/remove-local-zindex— Replace local z-index refs with bare z-index: 1 ← this PRnm/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