Conversation
🦋 Changeset detectedLatest commit: f0eadf7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 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 |
✅ Deploy Preview for astro-starlight ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hello! Thank you for opening your first PR to Starlight! ✨ Here’s what will happen next:
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|

Description
This PR implements the long-awaited
iconsupport for theLinkCardcomponent, as discussed in #970.Currently, users have to duplicate the
LinkCardsource code locally to add icons. This PR provides a first-class, type-safe implementation that maintains consistency with the standardCardcomponent.Changes
iconandiconPlacementprops toLinkCard.astro.StarlightIconfor full type safety.test-d.tsto ensure parity.Relates to