-
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
Changes from all commits
e1c23c8
80ce3d5
189ccd8
b0f854e
5ff8874
f146ad7
ea78524
2e9c205
4caacfb
81a8f36
8fd8189
819e41e
f5e6026
beb60e0
312fa6c
26c3823
bf67392
e0b5e14
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ function Message() { | |
return ( | ||
<CardStack title="Message"> | ||
<Sticker | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @glomotion should this version upgrade have any impact on the Sticker component? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe 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 commentThe 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 commentThe 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. 🤪 |
||
style={{ width: '100%' }} | ||
sx={{ width: '100%' }} | ||
position={{ x: 'right', y: 'top' }} | ||
> | ||
<Form> | ||
|
@@ -36,6 +36,7 @@ function Message() { | |
<Sticker.FramedIcon | ||
icon="Close" | ||
circularFrame | ||
emphasized | ||
sx={{ | ||
cursor: 'pointer', | ||
}} | ||
|
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()