spark
spark copied to clipboard
feat(link-box): added Linkbox.Link to raised components inside the box
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
- [x] ✨ New feature (non-breaking change which adds functionality)