-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: ✨ add sd-input #515
feat: ✨ add sd-input #515
Conversation
## Description: Add css components sd-table and sd-table-cell. ## Definition of Reviewable: - [x] Documentation is created/updated - [x] Migration Guide is created/updated - [x] Stories (features, a11y) are created/updated - [x] relevant tickets are linked - [x] PR is assigned to project board
# [@solid-design-system/components-v1.13.0](components/1.12.0...components/1.13.0) (2023-09-20) ### Features * ✨ add sd-table and sd-table-cell ([#379](#379)) ([ef7c5a9](ef7c5a9))
# [@solid-design-system/components-v1.13.1](components/1.13.0...components/1.13.1) (2023-09-21) ### Bug Fixes * 🤔changed paragraph default size to text-base ([#419](#419)) ([40e6605](40e6605))
Author: yoezlem <[email protected]> Co-authored-by: mariohamann <[email protected]>
# [@solid-design-system/components-v1.14.0](components/1.13.1...components/1.14.0) (2023-09-21) ### Features * ✨ quote pattern ([#405](#405)) ([f8bc6d8](f8bc6d8))
…cted in sd-teaser (#422) ## Description: Fixed a bug in sd-teaser to prevent rewrite of inset property when changing variants and added a corresponding test for it. Closes #362 ## Definition of Reviewable: *PR notes: Irrelevant elements should be removed.* - [x] relevant tickets are linked - [x] PR is assigned to project board
This reverts commit 9ab2401.
# [@solid-design-system/components-v1.14.2](components/1.14.1...components/1.14.2) (2023-09-25) ### Bug Fixes * 🐛 fix CEM loading in Storybook ([#427](#427)) ([de7368f](de7368f))
# [@solid-design-system/components-v1.14.3](components/1.14.2...components/1.14.3) (2023-09-25) ### Bug Fixes * 🤔 make styles available on CDN ([#411](#411)) ([8048e94](8048e94))
# [@solid-design-system/components-v1.14.4](components/1.14.3...components/1.14.4) (2023-09-25) ### Bug Fixes * use own customElement decorator ([6a2787f](6a2787f))
Pls reassign when last comments have been implemented. THX |
Approved. Thank you @abudd1094 for pushing through! Really a tough component. Appreciate all your helpful questions. <3 |
As there have been so many reviews already, I will remove myself from the assignees. I dont feel, I could contribute anything meaningful to the PR and especially dont want to block the merge anymore. If you need anything specific from me about this PR, pls reach out to me directly. |
|
|
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.
From what I see from code there are just some small issues to resolve. If I missed a comment or something where you need feedback, please give ma hint via chat. :) (Will have a look on the comments in the PR now.)
Okay, from what I read everything from a concept perspective is resolved. So if you can implemented the suggested changes I think we're good to go! Props for the stories. This is really extensive and helpful. |
Oh, one last thing before I forget it: Please add transitions to the colors especially on hover, but maybe even focus and error. We try to avoid hard color changes. |
I've added transition-all to the base and border parts, adding it to input yields some strange behaviors (flickering of border around native input). Give a shout if it is still lacking |
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.
Really appreciate your effort here. 🙏🏻
Description:
Added sd-input component and samples. Closes #255
Please read the TODO comments. They are meant to call attention to certain lines where there is not full clarity.
Definition of Reviewable: