generated from MetaMask/metamask-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Description
Per internal thread, “Maskicons” is being renamed to “Polycons.” Update all user‑facing references across the design system’s React and React Native packages, docs, Storybook, and examples.
Technical Details
- Replace user‑facing text “Maskicons” → “Polycons” in READMEs, docs/MDX, Storybook stories, and examples.
- Update Storybook titles/descriptions and any icon gallery pages.
- If exported identifiers contain “Maskicons”, add “Polycons” equivalents and deprecate the old names (no removal in this issue).
- Add
CHANGELOGentry and brief migration notes.
Acceptance Criteria
- All visible references show “Polycons” in React and React Native packages.
- Storybook/docs reflect the new name.
- No breaking API changes; deprecations added if needed.
- CI passes; no TS/lint violations.
- Example apps still compile and render correctly.