Closed jason-capsule42 closed 1 month ago
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: jordanjones243
:white_check_mark: jason-capsule42
:x: semantic-release-bot
You have signed the CLA already but the status is still pending? Let us recheck it.
This pull request refactors the auro-input component to use dynamically generated tags for auro-icon and auro-button, replaces hardcoded values with design tokens, and updates documentation to include a new section for Theme Support. Additionally, it refactors the postCSS script to dynamically process all CSS files in the src directory.
Files | Changes |
---|---|
src/auro-input.js src/base-input.js |
Refactored to use dynamically generated tags for auro-icon and auro-button, and updated import statements. |
src/styles/notificationIcons.scss src/styles/borders.scss src/styles/label.scss src/styles/input.scss src/styles/helpText.scss src/color.scss src/tokens.scss |
Replaced hardcoded values with design tokens and removed redundant styles. |
docs/partials/api.md docs/api.md demo/api.md |
Updated headings for better readability and added new section for Theme Support. |
scripts/postCss.mjs |
Refactored to dynamically process all CSS files in the src directory. |
test/auro-input.test.js |
Updated selectors to match new class names for clear and password buttons. |
README.md |
Updated script tag to use the latest beta version. |
demo/api.html demo/index.html |
Removed redundant script tag for auro-icon. |
CHANGELOG.md |
Added entries for new beta versions and their respective changes. |
:tada: This PR is included in version 4.0.0-beta.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
: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: #296, #328
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
Introduce dynamic versioning for dependency components, refactor CSS to use design tokens, update postCSS script, enhance notification buttons, and update documentation and tests accordingly.
New Features:
Enhancements:
Documentation:
Tests: