-
Notifications
You must be signed in to change notification settings - Fork 106
[v12] feat(ui-pill): Pill rework #2293
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
base: v12
Are you sure you want to change the base?
Conversation
1abeb41 to
a02b805
Compare
|
a02b805 to
ae51213
Compare
matyasf
left a comment
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.
The example in the docs page is weird, it shows all the themes. Please rewrite it, so it only shows the current theme.
| borderWidth: componentTheme.borderWidth, | ||
| borderStyle: componentTheme.borderStyle, | ||
| borderRadius: componentTheme.borderRadius, | ||
| fontFamily: componentTheme.fontFamily, |
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.
lineHeight style token is not used, it should be either deleted or used
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 not sure why it has been added but its not essential. @hajnaldo ?
adamlobler
left a comment
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.
We should update the showcase as well. Right now, it’s using the legacy icons, but we should use the new Lucide icons instead.
Also, we should only show the components in one theme, just like the other showcases.
INSTUI-4800
Summary
Migrated Pill component from the old theming system.
Test plan
On the documentation page, verify that everything displays and works correctly.
Co-Authored-By: 🤖 Claude