-
Couldn't load subscription status.
- Fork 238
fix: Add fallback to our inputs for border radius #3539
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
Conversation
Workday/canvas-kit
|
||||||||||||||||||||||||||||||||||||||||
| Project |
Workday/canvas-kit
|
| Branch Review |
mc-input-fallback
|
| Run status |
|
| Run duration | 02m 24s |
| Commit |
|
| Committer | Manuel Carrera |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
1
|
|
|
86
|
|
|
0
|
|
|
843
|
| View all changes introduced in this branch ↗︎ | |
UI Coverage
19.34%
|
|
|---|---|
|
|
1533
|
|
|
365
|
Accessibility
99.31%
|
|
|---|---|
|
|
6 critical
5 serious
0 moderate
2 minor
|
|
|
77
|
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 left a question, but it's non-blocking, so this is good to go. Thanks, Manny.
| system: { | ||
| shape: { | ||
| //TODO: in v4 Tokens and v15, we should replace this forward fit token with the actual token value | ||
| sm: '--cnvs-sys-shape-sm', // this should be set to 8px |
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.
This is a non-blocking question, and more of a design decision I'm trying to understand.
Why did you choose to do it like the above instead of like this below?
sm: cssVar(forwardFitTokens.system.shape.sm, system.shape.x1Half),I don't have a preference, but I was wondering if you do.
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.
ahh I can do that, i think in my head i can see the style property and then know that it is forward fitted, no preference
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.
That would make sense too. I don't think there's a right or wrong here. The way I wrote it above prevents someone from accidentally putting a different default value for the token.
Summary
Fixes: #3538
Release Category
Components
Checklist
ready for reviewhas been added to PRFor the Reviewer
Where Should the Reviewer Start?
Areas for Feedback? (optional)
Testing Manually
Screenshots or GIFs (if applicable)
Thank You Gif (optional)