Skip to content
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

Implement theming support and versioned auro components #49

Merged
merged 3 commits into from
Jul 25, 2024

Conversation

jordanjones243
Copy link
Contributor

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: #44

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.

  • Implement custom versioned auro components (these components control the theming work)

Type of change:

Please delete options that are not relevant.

  • New capability
  • Revision of an existing capability
  • Infrastructure change (automation, etc.)
  • Other (please elaborate)

Checklist:

  • My update follows the CONTRIBUTING guidelines of this project
  • I have performed a self-review of my own update

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

@jordanjones243 jordanjones243 self-assigned this Jul 10, 2024
@jordanjones243 jordanjones243 requested a review from a team as a code owner July 10, 2024 21:41
@jordanjones243 jordanjones243 linked an issue Jul 10, 2024 that may be closed by this pull request
2 tasks
Copy link
Member

@blackfalcon blackfalcon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address these warnings.

Screenshot 2024-07-10 at 4 31 46 PM

test/auro-carousel.test.js Outdated Show resolved Hide resolved
src/auro-carousel.js Outdated Show resolved Hide resolved
@blackfalcon
Copy link
Member

There is an issue with the icon hover UI. See screenshots.

Correct:
Screenshot 2024-07-10 at 4 54 55 PM

Incorrect (this branch):
Screenshot 2024-07-10 at 4 54 47 PM

@jordanjones243 jordanjones243 force-pushed the jjones/themingSupport/#44 branch from 527d214 to c3b7fe5 Compare July 12, 2024 19:01
@jordanjones243
Copy link
Contributor Author

There is an issue with the icon hover UI. See screenshots.

Correct: Screenshot 2024-07-10 at 4 54 55 PM

Incorrect (this branch): Screenshot 2024-07-10 at 4 54 47 PM

We are aware of this issue. According to the design spec that I will link below, the variant="secondary" auro-button uses a token called --ds-color-container-ui-secondary-default-default. The button pictured is using the correct token, so we are leaving it to design to identify the solution for this clear UI error.

https://www.figma.com/design/tSkHw1uJfDHy0Ml0aDp7Io/branch/SWOHKZpz2K78PPL43uvp5z/Auro-color-palette-(Variables)?node-id=4305-4745&m=dev

@jordanjones243
Copy link
Contributor Author

This PR will be blocked until this work is completely finished. It is currently marked as "closed", but there are some issues with the release:

src/auro-carousel.js Outdated Show resolved Hide resolved
@jordanjones243 jordanjones243 force-pushed the jjones/themingSupport/#44 branch from c3b7fe5 to fa7a386 Compare July 22, 2024 20:22
@jason-capsule42 jason-capsule42 force-pushed the jjones/themingSupport/#44 branch from fa7a386 to 4ebe5c1 Compare July 25, 2024 16:58
@jason-capsule42 jason-capsule42 merged commit 1c23692 into beta Jul 25, 2024
4 checks passed
@jason-capsule42 jason-capsule42 deleted the jjones/themingSupport/#44 branch July 25, 2024 17:00
@blackfalcon
Copy link
Member

🎉 This PR is included in version 2.3.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update color tokens for theming support
3 participants