chore(react): relocate Box & Reactions to Components#4747
Open
desiree-np wants to merge 1 commit into
Open
Conversation
Both are generic building blocks that were filed away from Components: - lib/F0Box (a layout primitive) -> Components/Box - kits/Social/Reactions (a generic component, not a functional kit) -> Components/Reactions Done via per-subfolder titlePrefix routing (no source moves, no import changes); the lib/ and kits/ directory entries are split so the rest stay in Resources/Kits. Verified in Storybook: Components/Box + Components/Reactions present, Box no longer in Resources, Kits = AI·Charts·Chat·F0DataChart, 0 title collisions. Follow-up to the reorg. (Tabs -> Components deferred: it's 2 levels deep in patterns/ so it needs a folder move rather than a routing split.) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
✅ No New Circular DependenciesNo new circular dependencies detected. Current count: 0 |
Contributor
📦 Alpha Package Version PublishedUse Use |
Contributor
🔍 Visual review for your branch is published 🔍Here are the links to: |
Contributor
✅ No breaking public API changesNo public exports were removed, renamed, or had existing props/types changed in a breaking way compared to Comparing
|
Contributor
Coverage Report for packages/react
File CoverageNo changed files found. |
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.
What & why
Two generic building blocks were filed away from Components:
lib/F0Box(a layout primitive) → Components/Boxkits/Social/Reactions(a generic component, not a functional kit) → Components/ReactionsDone via per-subfolder
titlePrefixrouting (no source moves, no import changes) — thelib/andkits/entries are split so everything else stays in Resources/Kits.Test plan
Verified in Storybook:
Components/Box+Components/Reactionspresent; Box no longer under Resources; Kits = AI · Charts · Chat · F0DataChart; 0 title collisions.Note
Tabs → Componentsis deferred — it's 2 levels deep inpatterns/(16 sibling folders), so it needs a folder move rather than a routing split. Tracking separately.Follow-up to the reorg (#4723/#4725/#4726/#4727).
🤖 Generated with Claude Code