Feat add publicity post card on sidebar local#83
Merged
Conversation
… publicity post card in SidebarLocal
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
lucasadsr
requested changes
Dec 29, 2025
- Added amion-horizontal-white-green.svg and amion-icon-green.svg to the project. - Updated the SidebarLocal component to reference the new SVG file paths.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

✨ PR Summary — Custom Shadow Colors for Card Component
This pull request adds support for custom shadow colors to the
Cardcomponent’sshadowRightvariant, allowing consumers to define any CSS color for the card shadow. Documentation and examples were updated to demonstrate the feature, and theSidebarLocalcomponent now showcases it in a real-world, branded use case.🧩 Card Component Enhancements
shadowColorprop to theCardcomponent.shadowRightvariant.box-shadowstyles.cardVariantsconfiguration:shadowRightvariant.shadowColorprop.📚 Documentation & Examples
shadowColorpropcard.tsxdemonstrating:shadowRightvariantRelated diffs:
card.tsx🧭 Sidebar Enhancements
SidebarLocalcomponent with a branded promotional card for “Am I On”.shadowRightvariantshadowColor, demonstrating the new feature in a real UI contextRelated diffs:
SidebarLocalupdates:✅ Summary
This PR introduces greater flexibility and visual customization to the
Cardcomponent by enabling custom shadow colors. The changes improve design expressiveness, enhance documentation clarity, and demonstrate practical usage through updated examples and sidebar integration.