Skip to content

chore(design tokens): remove design tokens#665

Merged
xanderantoniadis merged 1 commit into
mainfrom
chore/remove-design-tokens
Jun 25, 2026
Merged

chore(design tokens): remove design tokens#665
xanderantoniadis merged 1 commit into
mainfrom
chore/remove-design-tokens

Conversation

@xanderantoniadis

Copy link
Copy Markdown
Collaborator

Remove the unused design tokens.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread package.json
"require": "./dist/tokens/index.cjs"
},
"./tokens.css": "./dist/tokens/tokens.css",
"./icons": {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

@xanderantoniadis
xanderantoniadis merged commit 7298003 into main Jun 25, 2026
1 check passed
@xanderantoniadis
xanderantoniadis deleted the chore/remove-design-tokens branch June 25, 2026 15:38
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 6.7.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants