chore(design tokens): remove design tokens#665
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 38f2b0baaf
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "require": "./dist/tokens/index.cjs" | ||
| }, | ||
| "./tokens.css": "./dist/tokens/tokens.css", | ||
| "./icons": { |
There was a problem hiding this comment.
Preserve token entry points for patch releases
With this commit recorded as chore(...), the repo's semantic-release rules publish it as a patch (release.config.cjs lines 14-19), but these deleted exports were documented public entry points for @epignosis_llc/gnosis/tokens and @epignosis_llc/gnosis/tokens.css. Any consumer on a ^6.x range importing tokens will start getting ERR_PACKAGE_PATH_NOT_EXPORTED after the patch, so either keep compatibility shims for these subpaths or make this a breaking/major release.
Useful? React with 👍 / 👎.
|
🎉 This PR is included in version 6.7.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Remove the unused design tokens.