Skip to content

Commit 1448d26

Browse files
authored
chore: remove @iconify-json/solar (#899)
1 parent 05483f5 commit 1448d26

File tree

4 files changed

+4
-21
lines changed

4 files changed

+4
-21
lines changed

app/components/ProvenanceBadge.vue

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ const title = computed(() =>
3535
class="inline-flex items-center justify-center gap-1 text-xs font-mono text-fg-muted hover:text-fg transition-colors duration-200 min-w-6 min-h-6"
3636
:title="title"
3737
>
38-
<span
39-
class="i-solar-shield-check-outline shrink-0"
40-
:class="compact ? 'w-3.5 h-3.5' : 'w-4 h-4'"
41-
/>
38+
<span class="i-lucide-shield-check shrink-0" :class="compact ? 'w-3.5 h-3.5' : 'w-4 h-4'" />
4239
<span v-if="!compact" class="sr-only sm:not-sr-only">{{
4340
$t('badges.provenance.verified')
4441
}}</span>
@@ -48,10 +45,7 @@ const title = computed(() =>
4845
class="inline-flex items-center gap-1 text-xs font-mono text-fg-muted"
4946
:title="title"
5047
>
51-
<span
52-
class="i-solar-shield-check-outline shrink-0"
53-
:class="compact ? 'w-3.5 h-3.5' : 'w-4 h-4'"
54-
/>
48+
<span class="i-lucide-shield-check shrink-0" :class="compact ? 'w-3.5 h-3.5' : 'w-4 h-4'" />
5549
<span v-if="!compact" class="sr-only sm:not-sr-only">{{
5650
$t('badges.provenance.verified')
5751
}}</span>

app/pages/package/[...package].vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ defineOgImageComponent('Package', {
526526
class="inline-flex items-center justify-center gap-1.5 text-fg-muted hover:text-fg transition-colors duration-200 min-w-6 min-h-6"
527527
:title="$t('package.verified_provenance')"
528528
>
529-
<span class="i-solar:shield-check-outline w-3.5 h-3.5 shrink-0" aria-hidden="true" />
529+
<span class="i-lucide-shield-check w-3.5 h-3.5 shrink-0" aria-hidden="true" />
530530
</a>
531531
<span
532532
v-if="requestedVersion && latestVersion && resolvedVersion !== latestVersion.version"
@@ -848,7 +848,7 @@ defineOgImageComponent('Package', {
848848
class="text-fg-subtle hover:text-fg transition-colors duration-200 inline-flex items-center justify-center min-w-6 min-h-6 -m-1 p-1"
849849
:title="$t('package.stats.inspect_dependency_tree')"
850850
>
851-
<span class="i-solar:eye-scan-outline w-3.5 h-3.5" aria-hidden="true" />
851+
<span class="i-lucide-view w-3.5 h-3.5" aria-hidden="true" />
852852
<span class="sr-only">{{ $t('package.stats.inspect_dependency_tree') }}</span>
853853
</a>
854854
</dd>

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"@iconify-json/carbon": "1.2.18",
4949
"@iconify-json/lucide": "1.2.87",
5050
"@iconify-json/simple-icons": "1.2.68",
51-
"@iconify-json/solar": "1.2.5",
5251
"@iconify-json/svg-spinners": "1.2.4",
5352
"@iconify-json/vscode-icons": "1.2.40",
5453
"@intlify/shared": "11.2.8",

pnpm-lock.yaml

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)