-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(docs): change TOKEN_COLUMNS to avoid conflicting tokens with the same name #1736
Conversation
🦋 Changeset detectedLatest commit: 1c3d017 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
43f2746
to
8738fb2
Compare
Size Change: 0 B Total Size: 43 kB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 🙏🏻
@@ -105,7 +107,7 @@ const FONT_SIZE = reduce( | |||
name: "Name", | |||
transform: getTokenNameFromTuple(prefix), | |||
}, | |||
{ name: "Pixels", transform: getTokenComment }, | |||
{ name: "Weight", transform: getTokenValue }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm removing this column since it doesn't make sense on font size!
@@ -18,15 +18,17 @@ import { TokenName } from "./TokenName"; | |||
|
|||
export const TokensTable = ({ | |||
data, | |||
name, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that we are using category
in the type. What do you think of also using it here? Or maybe changing there to name
so we have the same naming in both places?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call! I'm changing to category
Description of the change
colorBackgrounddecorative-strong
correcting it tocolorBackgroundDecorativeStrong
Type of change
BEFORE
AFTER