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

Update CSS token per new design system theming capability #164

Merged
merged 3 commits into from
Nov 2, 2023

Conversation

fajar-apri-alaska
Copy link
Contributor

Alaska Airlines Pull Request

Fixes: #163

Summary:

  • Update the design tokens to reflect the new theming conventions regarding tokens from the AuroDesignTokens and JetstreamDesignTokens repo.

Type of change:

Please delete options that are not relevant.

  • Revision of an existing capability

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

- also add fallback values to provided tokens

Changes to be committed:
	modified:   demo/index.html
	modified:   package-lock.json
	modified:   package.json
	modified:   src/style.scss
@fajar-apri-alaska
Copy link
Contributor Author

The npm ci is failing because some auro components have conflicting peer dependency for @aurodesignsystem/webcorestylesheets package. Should I hold of this until those components are updated?

@fajar-apri-alaska
Copy link
Contributor Author

Also bumping auro-dropdown version to 2.9.9 as a temporary solution for this PR, because somehow the run test are failing from the auro-dropdown version in main branch (2.9.6)

@fajar-apri-alaska fajar-apri-alaska linked an issue Oct 24, 2023 that may be closed by this pull request
src/style.scss Outdated

/* stylelint-disable */
&:hover {
background-color: var(--auro-color-ui-bkg-hover-on-light);
background-color: var(--ds-color-ui-bkg-hover-default);
Copy link
Member

Choose a reason for hiding this comment

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

Add the fallback value

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My bad, thanks for noticing.

- auro-dropdown & auro-menu

Changes to be committed:
	modified:   package-lock.json
	modified:   package.json
@jason-capsule42 jason-capsule42 merged commit cf8c40b into main Nov 2, 2023
@jason-capsule42 jason-capsule42 deleted the fajarapri/updateCSSToken branch November 2, 2023 15:52
@blackfalcon
Copy link
Member

🎉 This PR is included in version 2.8.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

@blackfalcon blackfalcon added the released Completed work has been released label Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Completed work has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

auro-select: Theming Support
3 participants