-
Notifications
You must be signed in to change notification settings - Fork 308
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
React/border width color style via style props #4161
React/border width color style via style props #4161
Conversation
…s://github.com/judygab/amplify-ui into react/border-width-color-style-via-style-props
Co-authored-by: Heather Buchel <hbuchel@gmail.com>
…s://github.com/judygab/amplify-ui into react/border-width-color-style-via-style-props
…eys from ui package
🦋 Changeset detectedLatest commit: 9f20cec The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
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.
Thank you for your contribution @judygab 🚢
* add border color, width and style in style props * Create happy-jeans-wonder.md * update borderColor and borderWidth prop types * update react test snapshot * Update packages/react/src/primitives/shared/constants.ts Co-authored-by: Heather Buchel <hbuchel@gmail.com> * updated test snaps * chore: update borderWidth to use BorderWidthKeys, export BorderWidthKeys from ui package * chore: update docs props tables * chore: update changeset to include ui package --------- Co-authored-by: judygab <ivditigabeskiria@gmail.com> Co-authored-by: Heather Buchel <buchel@amazon.com> Co-authored-by: judygab <50160672+judygab@users.noreply.github.com> Co-authored-by: Ioana Brooks <68251134+ioanabrooks@users.noreply.github.com>
* add border color, width and style in style props * Create happy-jeans-wonder.md * update borderColor and borderWidth prop types * update react test snapshot * Update packages/react/src/primitives/shared/constants.ts Co-authored-by: Heather Buchel <hbuchel@gmail.com> * updated test snaps * chore: update borderWidth to use BorderWidthKeys, export BorderWidthKeys from ui package * chore: update docs props tables * chore: update changeset to include ui package --------- Co-authored-by: judygab <ivditigabeskiria@gmail.com> Co-authored-by: Heather Buchel <buchel@amazon.com> Co-authored-by: judygab <50160672+judygab@users.noreply.github.com> Co-authored-by: Ioana Brooks <68251134+ioanabrooks@users.noreply.github.com>
* add border color, width and style in style props * Create happy-jeans-wonder.md * update borderColor and borderWidth prop types * update react test snapshot * Update packages/react/src/primitives/shared/constants.ts Co-authored-by: Heather Buchel <hbuchel@gmail.com> * updated test snaps * chore: update borderWidth to use BorderWidthKeys, export BorderWidthKeys from ui package * chore: update docs props tables * chore: update changeset to include ui package --------- Co-authored-by: judygab <ivditigabeskiria@gmail.com> Co-authored-by: Heather Buchel <buchel@amazon.com> Co-authored-by: judygab <50160672+judygab@users.noreply.github.com> Co-authored-by: Ioana Brooks <68251134+ioanabrooks@users.noreply.github.com>
Opening contributor PR from #3965 from our repo. I've merged in all the latest changes from main and smoke tested locally again.
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passes and tests are updated/addedsideEffects
field updatedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.