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