Closed jordanjones243 closed 1 month ago
This pull request implements several significant changes to the auro-input component, including updating dependencies, refactoring code for better maintainability, improving accessibility, and enhancing theming capabilities. The changes focus on modernizing the component's implementation while maintaining its core functionality.
No sequence diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Updated dependencies and modernized build process |
|
package.json src/auro-input.js src/base-input.js eslint.config.mjs .husky/_/husky.sh |
Refactored component structure and styling |
|
src/color.scss src/tokens.scss src/styles/borders.scss src/styles/helpText.scss src/styles/input.scss src/styles/label.scss src/styles/notificationIcons.scss index.js |
Enhanced accessibility and user experience |
|
src/auro-input.js src/base-input.js |
Updated documentation and demo files |
|
demo/api.md docs/api.md demo/index.html demo/index.md docs/partials/index.md docs/partials/api.md |
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.
2 out of 3 committers have signed the CLA.
: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.
:tada: This PR is included in version 4.0.0-beta.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Alaska Airlines Pull Request
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Resolves: # (issue, if applicable)
Summary:
Please summarize the scope of the changes you have submitted, what the intent of the work is and anything that describes the before/after state of the project.
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
Merge changes to resolve conflicts and enhance the auro-input component with theme support, dynamic dependency versioning, and improved styling using design tokens. Update documentation to reflect these changes.
New Features:
Enhancements:
Documentation: