Closed rmenner closed 2 weeks ago
This PR addresses a clipping issue with the 'x' icon by implementing the latest design token 'ds-auro-icon-size' and adjusting icon sizes. The changes primarily involve updating SCSS styles and removing redundant icon customizations in the JavaScript component.
classDiagram
class AuroInput {
- customSize
+ category: String
+ name: String
+ customColor: Boolean
+ hidden: Boolean
}
note for AuroInput "Removed customSize attribute from icon elements"
Change | Details | Files |
---|---|---|
Implement new design token for icon sizing and adjust dimensions |
|
src/styles/notificationIcons.scss |
Remove unnecessary icon customization attributes |
|
src/auro-input.js |
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
4 out of 5 committers have signed the CLA.
:white_check_mark: chrisfalaska
:white_check_mark: rmenner
:white_check_mark: jason-capsule42
:white_check_mark: jordanjones243
:x: semantic-release-bot
You have signed the CLA already but the status is still pending? Let us recheck it.
@sourcery-ai review
Closed and reopened as new PR #358 Had issues merging this PR
Alaska Airlines Pull Request
Type of change:
Please delete options that are not relevant.
Checklist:
By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.
Thank you for your submission!
-- Auro Design System Team
Summary by Sourcery
Fix clipping issue on the 'x' icon by updating the icon size and apply the latest token 'ds-auro-icon-size' for consistent icon sizing.
Bug Fixes:
Enhancements: