Add Polaris logo#1127
Merged
Merged
Conversation
Add Polaris to the logo set: new SVG asset and register it under the `polaris` key in LogosDark/LogosLight and the LogoName type. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: f06162a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
Reviewed by Cursor Bugbot for commit 778c43e. Configure here.
Derive the linearGradient id from useId() instead of the hardcoded id="a", so rendering multiple Polaris logos (or alongside other components) can't collide on url(#a) and pull the wrong gradient. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
hoorayimhelping
approved these changes
Jul 1, 2026
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.

Summary
Adds a Polaris brand logo to the click-ui logo set.
Polaris.tsxSVG asset (64×64, teal gradient)polariskey inLogosDarkandLogosLight'polaris'to theLogoNametypeConsumers can reference it via
<Icon name="polaris" />(resolves throughLogoName), consistent with other brand logos likesnowflakeanddatabricks.Note
Dark and light themes currently point at the same SVG. If the teal-on-dark contrast is a concern, a separate dark variant can be added in a follow-up.
🤖 Generated with Claude Code