feat(ui): prepare the Astryx theme and atom foundation - #1669
Merged
Conversation
Astro-Han
force-pushed
the
refactor/1565-astryx-atoms
branch
from
July 30, 2026 18:46
92edbc5 to
0b35c85
Compare
Slice PR 3 of #1565: Text, Stack/StackItem (+ HStack/VStack), IconButton, and ClickableCard re-export from @maka/ui with their prop types. They replace nothing — this is the surface the fan-out slices (4, 8–10) build on. A story renders each under the Maka theme.
Astro-Han
force-pushed
the
refactor/1565-astryx-atoms
branch
from
July 30, 2026 18:57
0b35c85 to
703ecef
Compare
Astro-Han
force-pushed
the
refactor/1565-astryx-atoms
branch
from
July 30, 2026 19:03
703ecef to
c9231ff
Compare
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
Prepare the stable foundation required by the #1565 atom cut without changing live product rendering:
npm run astryx:theme -- --checkdetects drift.@maka/uiwithout changing or duplicating the frozen legacy API.data-maka-contractidentities needed to attribute structural removals in the stacked atom migration, and harden the composer hover probe against transparent animated colors.Refs #1565
Verification
npm run astryx:theme -- --check— generated artifacts current.npm run test:scripts— 227 tests, 0 failures.npm --workspace @maka/ui run test— 0 failures.npm --workspace @maka/desktop run test— 2964 tests, 0 failures.npm run typecheck/npm run lint/npm run format:check— clean.npx knip --workspace apps/desktop/npx knip --workspace packages/ui— clean; only the two existing desktop configuration hints remain.npm run check:visual-contract -- --against main— 20/20 comparisons clean with no scope file and zero product changes.npm run check:hit-test— all 5 routes clean.Stacking
#1670 is stacked on this branch. It activates the prepared theme and performs the single-authority atom migration.