AlaskaAirlines / auro-menu

Custom element that provides a list of options for the user to choose from
https://auro.alaskaair.com/components/auro/menu
Apache License 2.0
2 stars 3 forks source link

Fix container color token name #212

Closed jordanjones243 closed 3 months ago

jordanjones243 commented 3 months ago

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: # (issue, if applicable)

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

Fix the container color token name in the SCSS file, remove outdated CSS fallback documentation, add a new ESLint configuration file, and clean up obsolete build scripts.

Bug Fixes:

Enhancements:

Build:

Chores:

sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

This pull request focuses on updating the color token name for the container in the auro-menuoption component, along with some infrastructure changes. The main changes include updating the background color variable, removing outdated documentation, and updating the build process.

File-Level Changes

Files Changes
src/color-menuoption.scss Updated the background color token name from 'ds-auro-menuoption-background-color' to 'ds-auro-menuoption-container-color'
README.md Removed the section about CSS Custom Property fallbacks from the README
eslint.config.mjs Added a new ESLint configuration file using the new flat config format
scripts/generateDocs.mjs
scripts/postCss.mjs
scripts/prepForBuild.mjs
scripts/staticStyles-template.js
Removed several build and documentation generation scripts

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.
blackfalcon commented 3 months ago

:tada: This PR is included in version 3.12.0-beta.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: