fix(theme): hover-opacity in Link & Breadcrumb#5170
Conversation
🦋 Changeset detectedLatest commit: eb3d08f The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@Nathanael-Shermett is attempting to deploy a commit to the HeroUI Inc Team on Vercel. A member of the Team first needs to authorize it. |
hover-opacity in <Link> component.hover-opacity in <Link> component
WalkthroughThe pull request updates the link and breadcrumbs components in the core theme package by modifying their CSS classes for hover opacity. The fixed opacity value Changes
Assessment against linked issues
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
🔇 Additional comments (1)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
wingkwong
left a comment
There was a problem hiding this comment.
please include a changeset file.
hover-opacity in <Link> componenthover-opacity in <Link> component
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.changeset/quick-coats-raise.md (1)
5-5: Improve Description Clarity.
Consider rephrasing the description to "Utilizehover-opacityin the<Link>component." This minor adjustment (adding "the") improves readability and clarity.🧰 Tools
🪛 LanguageTool
[uncategorized] ~5-~5: You might be missing the article “the” here.
Context: ...: patch --- Utilizehover-opacityin component.(AI_EN_LECTOR_MISSING_DETERMINER_THE)
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.changeset/quick-coats-raise.md(1 hunks)
🧰 Additional context used
🪛 LanguageTool
.changeset/quick-coats-raise.md
[uncategorized] ~5-~5: You might be missing the article “the” here.
Context: ...: patch --- Utilize hover-opacity in component.
(AI_EN_LECTOR_MISSING_DETERMINER_THE)
🔇 Additional comments (1)
.changeset/quick-coats-raise.md (1)
1-3: Changeset Header is Correctly Defined.
The patch entry for"@heroui/theme": patchis correctly indicated in the header. This clearly conveys that the update is a patch release for the theme package.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
hover-opacity in <Link> componenthover-opacity in Link & Breadcrumb
@heroui/accordion
@heroui/autocomplete
@heroui/alert
@heroui/avatar
@heroui/badge
@heroui/breadcrumbs
@heroui/button
@heroui/calendar
@heroui/card
@heroui/checkbox
@heroui/chip
@heroui/code
@heroui/date-input
@heroui/date-picker
@heroui/divider
@heroui/drawer
@heroui/dropdown
@heroui/form
@heroui/image
@heroui/input
@heroui/input-otp
@heroui/kbd
@heroui/link
@heroui/listbox
@heroui/menu
@heroui/modal
@heroui/navbar
@heroui/number-input
@heroui/pagination
@heroui/popover
@heroui/progress
@heroui/radio
@heroui/ripple
@heroui/scroll-shadow
@heroui/select
@heroui/skeleton
@heroui/slider
@heroui/snippet
@heroui/spacer
@heroui/spinner
@heroui/switch
@heroui/table
@heroui/tabs
@heroui/toast
@heroui/tooltip
@heroui/user
@heroui/react
@heroui/system
@heroui/system-rsc
@heroui/theme
@heroui/use-aria-accordion
@heroui/use-aria-accordion-item
@heroui/use-aria-button
@heroui/use-aria-link
@heroui/use-aria-modal-overlay
@heroui/use-aria-multiselect
@heroui/use-callback-ref
@heroui/use-clipboard
@heroui/use-data-scroll-overflow
@heroui/use-disclosure
@heroui/use-draggable
@heroui/use-image
@heroui/use-infinite-scroll
@heroui/use-intersection-observer
@heroui/use-is-mobile
@heroui/use-is-mounted
@heroui/use-measure
@heroui/use-pagination
@heroui/use-real-shape
@heroui/use-ref-state
@heroui/use-resize
@heroui/use-safe-layout-effect
@heroui/use-scroll-position
@heroui/use-ssr
@heroui/use-theme
@heroui/use-update-effect
@heroui/aria-utils
@heroui/dom-animation
@heroui/framer-utils
@heroui/react-rsc-utils
@heroui/shared-icons
@heroui/react-utils
@heroui/shared-utils
@heroui/stories-utils
@heroui/test-utils
commit: |
Closes #5169
📝 Description
The hover behavior of HeroUI
<Link>components is inconsistent with theme configuration.⛳️ Current behavior (updates)
<Link>component currently has a hardcoded hover opacity of 80% for non-block links.🚀 New behavior
<Link>component utilizes layouthoverOpacityvariable (i.e.,hover:opacity-hover).💣 Is this a breaking change (Yes/No):
No.
📝 Additional Information
N/A
Summary by CodeRabbit