-
Notifications
You must be signed in to change notification settings - Fork 23
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
[NO CHANGELOG] Upgrade biome design-tokens to 0.4.4 and react to 0.27.2 #2219
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit e0b5e14. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
<MenuItem.Label size="medium"> | ||
{heading} | ||
</MenuItem.Label> | ||
<MenuItem.IntentIcon | ||
icon={intentIcon} | ||
icon={intentIcon as AllSingleVariantIconKeys} |
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.
so it kinda depends on how many icons we want to support in here. If we want to support Dual and Single icon variants properly, then we should maybe do as above and use the typeGuard: isDualVariantIcon()
… into upgrade-biome
@@ -17,7 +17,7 @@ function Message() { | |||
return ( | |||
<CardStack title="Message"> | |||
<Sticker |
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.
@glomotion should this version upgrade have any impact on the Sticker component?
Left is after this version bump, right is prior
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.
@haydenfowler so stickers have not changed, but Sticker.FramedIcon has. 😅 Think we just need one extra prop here. Ill fix.
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.
OK this commit should fix it: 819e41e
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.
@glomotion Same result unfortunately 😅
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.
@haydenfowler OK should definitely be fixed this time. Sorry for the false start. 🤪
Upgrade biome design-tokens to 0.4.4 and react to 0.27.2