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 #51

Closed
jordanjones243 opened this issue Jan 19, 2024 · 0 comments · Fixed by #53
Closed

Implement theming support #51

jordanjones243 opened this issue Jan 19, 2024 · 0 comments · Fixed by #53
Assignees

Comments

@jordanjones243
Copy link
Contributor

Is your feature request related to a problem? Please describe.

This is regarding theming updates that need to happen to nearly all auro components

Describe the solution you'd like

  1. Update to latest WC Generator Template Standard (e.g. dependences, Node)
  2. All tokens with the prefix --auro need to be renamed to --ds so they work with the new WCSS v5 update.
  3. The WCSS package needs to be updated to ^5.0.0 and the import paths in the component *.scss files need to be updated as well

Describe alternatives you've considered

None

Additional context

Reference this auro-button pr AlaskaAirlines/auro-button#231
And this auro-hyperlink pr AlaskaAirlines/auro-hyperlink#185

Exit criteria

All tokens referencing --auro have been updated.

@jordanjones243 jordanjones243 self-assigned this Jan 19, 2024
@jordanjones243 jordanjones243 mentioned this issue Jan 21, 2024
6 tasks
@jordanjones243 jordanjones243 linked a pull request Jan 21, 2024 that will close this issue
6 tasks
blackfalcon pushed a commit that referenced this issue Jan 24, 2024
# [2.0.0](v1.1.0...v2.0.0) (2024-01-24)

### Documentation

* update demo template ([1c550c7](1c550c7))

### Features

* **modernize:** rebuild component using the generator [#49](#49) ([3ce06bb](3ce06bb))
* **ssr:** add support for SSR projects [#50](#50) ([b276957](b276957))
* **tokens:** implement theming support [#51](#51) ([ebfc5e5](ebfc5e5))

### Performance Improvements

* **accordion:** update doc accordion attributes ([f8ae926](f8ae926))

### BREAKING CHANGES

* This is NOT the breaking commit, but the npm namespace
has been updated and requires a MAJOR release.

Changes to be committed:
modified:   demo/index.md
modified:   docs/partials/index.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants