Closed jordanjones243 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.
1 out of 2 committers have signed the CLA.
:white_check_mark: jordanjones243
:x: semantic-release-bot
You have signed the CLA already but the status is still pending? Let us recheck it.
This pull request moves theming support from Beta to Main, implementing significant changes to the drawer component. The changes include refactoring the color token structure, updating dependencies, and improving the overall architecture of the component. Key modifications involve the use of custom versioned Auro components, changes in styling approach, and the addition of theme support.
Files | Changes |
---|---|
src/componentBase.js src/style.scss src/color.scss src/tokens.scss |
Refactored color token structure with tier 3 tokens |
src/componentBase.js src/buttonVersion.js src/iconVersion.js |
Implemented custom versioning for Auro components (button and icon) |
src/componentBase.js demo/api.html demo/index.html |
Updated imports and dependencies, including removal of direct SVG usage |
src/style.scss src/color.scss src/tokens.scss |
Moved styling from inline to separate CSS files and introduced new CSS custom properties |
demo/api.md docs/partials/api.md |
Added theme support documentation and example |
CHANGELOG.md README.md |
Updated version numbers in documentation and changelog |
eslint.config.mjs |
Introduced new ESLint configuration |
:tada: This PR is included in version 2.0.0-beta.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 2.0.0 :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: #14
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
Move theming support from beta to main by integrating design tokens for customizable styling, refactor component to use versioned Auro components, and update documentation to guide users on theming capabilities.
New Features:
Enhancements:
Documentation: