AlaskaAirlines / auro-loader

A custom element for the purpose of illustrating animated loaders
https://auro.alaskaair.com/components/auro/loader
Apache License 2.0
0 stars 1 forks source link

Update dependencies #38

Closed jordanjones243 closed 2 months ago

jordanjones243 commented 2 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

Update dependencies and refactor the component to use a new runtime utility for component registration and tag renaming. Enhance styling with color theming support and update documentation to reflect these changes. Remove beta releases from the CHANGELOG.

Enhancements:

Documentation:

Chores:

sourcery-ai[bot] commented 2 months ago

Reviewer's Guide by Sourcery

This pull request updates dependencies, removes beta releases from the CHANGELOG, and makes several improvements to the auro-loader component. The changes include updating the component's styling, improving theme support, refactoring the component registration process, and enhancing the documentation.

File-Level Changes

Change Details Files
Updated component styling and theme support
  • Added new CSS custom properties for theming
  • Removed hardcoded color values and replaced them with custom properties
  • Added color.scss file for managing color-related styles
  • Updated base styles to use custom properties
  • Removed _options.scss file
src/auro-loader.js
src/styles/_base.scss
src/style.scss
src/color.scss
src/tokens.scss
Refactored component registration process
  • Updated import statements to use RuntimeUtils
  • Changed the registerComponent method implementation
  • Updated demo and documentation to reflect new registration process
index.js
demo/index.md
docs/partials/index.md
demo/index.html
Enhanced documentation and demo files
  • Added theme support documentation
  • Updated CDN links to latest versions
  • Removed outdated CSS custom property fallback information
  • Added API documentation for theme support
README.md
demo/api.md
docs/partials/api.md
Updated build and linting configuration
  • Added eslint.config.mjs file for new ESLint flat config
  • Removed old ESLint comments from source code
src/auro-loader.js
eslint.config.mjs

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.
CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

blackfalcon commented 2 months ago

:tada: This PR is included in version 2.1.0-beta.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: