-
Notifications
You must be signed in to change notification settings - Fork 3
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
Sync CTA Button and auro-button tier 3 tokens #234
Conversation
Reviewer's Guide by SourceryThis PR updates the CTA button and auro-button tier 3 tokens to align with the latest design system standards. The changes primarily involve updating color token references and dependencies, with a focus on improving consistency across different button states (default, hover, focus, etc.) in both light and dark themes. Class diagram for updated token referencesclassDiagram
class Token {
+String ctaDefaultColor
+String ctaDefaultContainerColor
+String ctaDefaultOutlineColor
+String ctaDefaultBorderColor
+String ctaVisitedColor
+String ctaVisitedContainerColor
+String ctaVisitedOutlineColor
+String ctaVisitedBorderColor
+String ctaFocusColor
+String ctaFocusContainerColor
+String ctaFocusOutlineColor
+String ctaFocusBorderColor
+String ctaHoverColor
+String ctaHoverContainerColor
+String ctaHoverOutlineColor
+String ctaHoverBorderColor
}
note for Token "Updated color token references for CTA buttons to align with design system standards."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
8534f42
to
535efe7
Compare
🎉 This PR is included in version 4.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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: #213
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
Synchronize CTA button design tokens with auro-button tier 3 tokens and update dependencies.
Enhancements:
Build: