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

Closed
jordanjones243 opened this issue Jan 22, 2024 · 0 comments · Fixed by #5
Closed

Implement theming support #2

jordanjones243 opened this issue Jan 22, 2024 · 0 comments · Fixed by #5
Assignees
Labels
Type: Feature New Feature

Comments

@jordanjones243
Copy link
Contributor

jordanjones243 commented Jan 22, 2024

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. All tokens with the prefix --auro need to be renamed to --ds so they work with the new WCSS v5 update.
  2. 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 added the Type: Feature New Feature label Jan 22, 2024
@jordanjones243 jordanjones243 self-assigned this Jan 22, 2024
@jordanjones243 jordanjones243 mentioned this issue Jan 24, 2024
6 tasks
@jordanjones243 jordanjones243 linked a pull request Jan 24, 2024 that will close this issue
6 tasks
jordanjones243 pushed a commit that referenced this issue Jan 25, 2024
# 1.0.0 (2024-01-25)

### Bug Fixes

* **dialog:** update dialog references to drawer ([ddc8c00](ddc8c00))
* **docs:** support attribute links in api examples ([d98d9b3](d98d9b3))
* **eslint:** update eslint rule ([b352a01](b352a01))
* **styles:** refactor style code for component ([870b3ba](870b3ba))
* **workflows:** update node version in github workflows ([d1c6201](d1c6201))

### Features

* **generator:** rebuild component using generator [#1](#1) ([6dd4552](6dd4552))
* **tokens:** implement new design tokens [#2](#2) ([101d487](101d487))

### Performance Improvements

* address multiple code issues, see body ([4d54e69](4d54e69))
* **docs:** implement auro doc template ([8514a06](8514a06))
* **postcss:** update postcss to handle multiple css files ([080e8b9](080e8b9))
* **src:** implement all component src code ([2c505b8](2c505b8))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants