chore: [DSYS-616] create/update Box migration docs#1092
Draft
cursor[bot] wants to merge 1 commit intomainfrom
Draft
chore: [DSYS-616] create/update Box migration docs#1092cursor[bot] wants to merge 1 commit intomainfrom
cursor[bot] wants to merge 1 commit intomainfrom
Conversation
Co-authored-by: George Marshall <georgewrmarshall@users.noreply.github.com>
Contributor
📖 Storybook Preview |
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.
Description
Updates Box migration documentation for both web and React Native based on direct source comparisons.
Changes included:
packages/design-system-react/MIGRATION.mdBox section with a structured legacy extension (ui/components/component-library/box) to MMDS React API mapping:packages/design-system-react-native/MIGRATION.mdBox section with a structured legacy mobile to MMDS RN mapping based on audited mobile legacy Box sources (app/components/UI/Box), including explicit source-path notes whereapp/component-library/components/Boxis absent.packages/design-system-react/src/components/Box/README.mdxpackages/design-system-react-native/src/components/Box/README.mdDSYS_EPIC: DSYS-616
MIGRATION_DOCS_VERSION: 5d35eda
Related issues
Fixes: DSYS-629
Manual testing steps
packages/design-system-react/MIGRATION.mdand verify the### Box Componentsection contains structured API mapping tables and extension before/after examples.packages/design-system-react-native/MIGRATION.mdand verify the### Box Componentsection contains structured API mapping tables, mobile source path notes, and RN before/after examples.packages/design-system-react/src/components/Box/README.mdxand verify the## Migration Guidesection links to../../MIGRATION.md#box-component.packages/design-system-react-native/src/components/Box/README.mdand verify the## Migration Guidesection links to../../MIGRATION.md#box-component.yarn lint:fixyarn lintand confirm they currently fail due to pre-existing repo-wide
tailwindcss/no-custom-classnameerrors unrelated to this PR.Screenshots/Recordings
Before
N/A
After
N/A
Pre-merge author checklist
Pre-merge reviewer checklist