Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several updates and new features to the
apps/website
andpackages/ui
directories, including dependency updates, navigation changes, and the addition of a newEqualizer
category and component.Dependency and Navigation Updates:
motion
to version^11.15.0
andnext
to version15.1.3
inapps/website/package.json
./releases
to/changelog
inapps/website/src/app/page.tsx
.New Equalizer Category and Component:
Equalizer
category and component in theother
section inapps/website/src/changelogs/2024-12-20.mdx
.Equalizer
category and component inpackages/ui/section-list.ts
. [1] [2] [3] [4]Equalizer
category metadata inpackages/ui/cuicui/other/equalizer/category.ts
.Equalizer
component metadata inpackages/ui/cuicui/other/equalizer/equalizer/component.ts
.AudioEqualizer
component with interactive features inpackages/ui/cuicui/other/equalizer/equalizer/equalizer.tsx
.AudioEqualizer
component inpackages/ui/cuicui/other/equalizer/equalizer/equalizer.variant.tsx
.Equalizer
component inpackages/ui/cuicui/other/equalizer/preview.tsx
.Minor Fixes and Improvements:
<p>
with<span>
for text inapps/website/src/features/preview-category/utils/render-preview-category.tsx
.packages/ui/cuicui/other/creative-effects/preview.tsx
.