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

feat(link-box): added Linkbox.Link to raised components inside the box #2148

Merged
merged 1 commit into from
May 21, 2024

Conversation

Powerplex
Copy link
Contributor

TASK: #2132

Description, Motivation and Context

We were not sure about using css selectors to raise nested links/elements on top of the overlay. Instead we introduce LinkBox.Raised to explicitely flag which components should remain on top.

Types of changes

  • ✨ New feature (non-breaking change which adds functionality)

It will raise their `z-index` to stay above the main link of your `LinkBox`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should clarify that a single LinkBox can contain only one LinkBox.Link

Copy link

codecov bot commented May 16, 2024

Codecov Report

Attention: Patch coverage is 87.50000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 97.63%. Comparing base (22bdf17) to head (fc48ec4).
Report is 2 commits behind head on main.

Files Patch % Lines
packages/components/link-box/src/LinkBoxRaised.tsx 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2148      +/-   ##
==========================================
- Coverage   97.64%   97.63%   -0.02%     
==========================================
  Files         748      749       +1     
  Lines        5869     5873       +4     
  Branches     2100     2100              
==========================================
+ Hits         5731     5734       +3     
- Misses        136      137       +1     
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@andresin87 andresin87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@Powerplex Powerplex merged commit c1046a8 into main May 21, 2024
10 of 11 checks passed
@Powerplex Powerplex deleted the linkbox-docs branch May 21, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants