mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-13 08:46:56 +08:00
📦 Update svgl v4.4.0
This commit is contained in:
parent
9324c532b4
commit
806452bffa
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pheralb/svgl",
|
||||
"author": "@pheralb_",
|
||||
"version": "4.3.0",
|
||||
"version": "4.4.0",
|
||||
"description": "A beautiful library with SVG logos.",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
@ -41,7 +41,6 @@
|
||||
"@svgr/plugin-jsx": "8.1.0",
|
||||
"@upstash/ratelimit": "2.0.3",
|
||||
"@upstash/redis": "1.34.0",
|
||||
"bits-ui": "0.21.15",
|
||||
"clsx": "2.1.1",
|
||||
"downloadjs": "1.4.7",
|
||||
"jszip": "3.10.1",
|
||||
@ -66,6 +65,7 @@
|
||||
"@types/eslint": "9.6.1",
|
||||
"@types/node": "22.5.5",
|
||||
"autoprefixer": "10.4.20",
|
||||
"bits-ui": "0.21.15",
|
||||
"concurrently": "9.0.1",
|
||||
"esbuild": "0.24.0",
|
||||
"eslint": "9.11.0",
|
||||
|
@ -26,9 +26,6 @@ importers:
|
||||
'@upstash/redis':
|
||||
specifier: 1.34.0
|
||||
version: 1.34.0
|
||||
bits-ui:
|
||||
specifier: 0.21.15
|
||||
version: 0.21.15(svelte@4.2.19)
|
||||
clsx:
|
||||
specifier: 2.1.1
|
||||
version: 2.1.1
|
||||
@ -96,6 +93,9 @@ importers:
|
||||
autoprefixer:
|
||||
specifier: 10.4.20
|
||||
version: 10.4.20(postcss@8.4.47)
|
||||
bits-ui:
|
||||
specifier: 0.21.15
|
||||
version: 0.21.15(svelte@4.2.19)
|
||||
concurrently:
|
||||
specifier: 9.0.1
|
||||
version: 9.0.1
|
||||
@ -2299,6 +2299,7 @@ packages:
|
||||
|
||||
shikiji@0.10.2:
|
||||
resolution: {integrity: sha512-wtZg3T0vtYV2PnqusWQs3mDaJBdCPWxFDrBM/SE5LfrX92gjUvfEMlc+vJnoKY6Z/S44OWaCRzNIsdBRWcTAiw==}
|
||||
deprecated: Shikiji is merged back to Shiki v1.0, please migrate over to get the latest updates
|
||||
|
||||
siginfo@2.0.0:
|
||||
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
||||
|
@ -51,10 +51,10 @@
|
||||
<ContextMenu.Root>
|
||||
<ContextMenu.Trigger class="flex items-center space-x-2">
|
||||
<a href="/" aria-label="Go to the SVGL v4.1 home page">
|
||||
<div class="flex items-center space-x-2 opacity-100 hover:opacity-80 transition-opacity">
|
||||
<div class="flex items-center space-x-2 opacity-100 transition-opacity hover:opacity-80">
|
||||
<svelte:component this={Logo} />
|
||||
<span class="text-[19px] font-medium tracking-wide hidden md:block">svgl</span>
|
||||
<p class="text-neutral-400 hidden md:block font-mono tracking-tight">4.3</p>
|
||||
<span class="hidden text-[19px] font-medium tracking-wide md:block">svgl</span>
|
||||
<p class="hidden font-mono tracking-tight text-neutral-400 md:block">4.4</p>
|
||||
</div>
|
||||
</a>
|
||||
</ContextMenu.Trigger>
|
||||
|
Loading…
Reference in New Issue
Block a user