Closed rmenner closed 3 days ago
This PR introduces a new Theme Switcher utility component and updates numerous package dependencies. The implementation includes setting up the routing configuration, creating the Theme Switcher component with its documentation, and updating the side navigation to include the new utility section.
classDiagram
class ThemeSwitcher {
+constructor(props)
+UNSAFE_componentWillMount()
+flatten(text, child)
+headingRenderer(props)
+render()
-contentBuild: String
}
class Nav {
+render()
}
ThemeSwitcher --> Nav : uses
Change | Details | Files |
---|---|---|
Added new Theme Switcher component and documentation |
|
src/content/dynamic/utilities/theme-switcher.js src/content/dynamic/utilities/nav.js |
Updated application routing and navigation structure |
|
src/App.js src/components/side-nav.js |
Updated build configuration and dependencies |
|
vite.config.js package.json package-lock.json |
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.
:white_check_mark: rmenner
:x: Jason Baker
@sourcery-ai title
I'm sorry, I don't understand the command @sourcery-ai title
.
Please use @sourcery-ai review
to request a review.
@sourcery-ai title
I'm sorry, I don't understand the command @sourcery-ai title
.
Please use @sourcery-ai review
to request a review.
Alaska Airlines Pull Request
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
Add a theme switcher utility to the application, enabling users to change themes and test page appearance. Update dependencies to their latest versions for improved functionality and compatibility.
New Features:
Enhancements: