mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 11:47:42 +01:00
Update vitepress
This commit is contained in:
@@ -61,7 +61,10 @@ watch(absoluteStrokeWidth, (enabled) => {
|
|||||||
<div class="card-column">
|
<div class="card-column">
|
||||||
<h2 class="title">
|
<h2 class="title">
|
||||||
Style as you please
|
Style as you please
|
||||||
<ResetButton @click="resetStyle"></ResetButton>
|
<ResetButton
|
||||||
|
@click="resetStyle"
|
||||||
|
aria-label="Reset style"
|
||||||
|
/>
|
||||||
</h2>
|
</h2>
|
||||||
<p class="copy">
|
<p class="copy">
|
||||||
Lucide has a lot of customization options to match the icons with your UI.
|
Lucide has a lot of customization options to match the icons with your UI.
|
||||||
@@ -124,6 +127,7 @@ watch(absoluteStrokeWidth, (enabled) => {
|
|||||||
id="absolute-stroke-width"
|
id="absolute-stroke-width"
|
||||||
name="absolute-stroke-width"
|
name="absolute-stroke-width"
|
||||||
v-model="absoluteStrokeWidth"
|
v-model="absoluteStrokeWidth"
|
||||||
|
aria-label="Enable absolute stroke width"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</InputField>
|
</InputField>
|
||||||
|
|||||||
@@ -38,10 +38,10 @@ const links = computed(() => [
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="sponsors">
|
<div class="sponsors">
|
||||||
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss" rel="noreferrer noopener">
|
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss" rel="noreferrer noopener">
|
||||||
<img src="/vercel.svg" alt="Powered by Vercel" width="200" />
|
<img src="/vercel.svg" alt="Powered by Vercel" loading="lazy" width="212" height="44" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge" rel="noreferrer noopener">
|
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge" rel="noreferrer noopener">
|
||||||
<img src="/digitalocean.svg" alt="Digital Ocean" width="200" />
|
<img src="/digitalocean.svg" alt="Digital Ocean" loading="lazy" width="195" height="52"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="links">
|
<div class="links">
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
"h3": "^1.8.0",
|
"h3": "^1.8.0",
|
||||||
"nitropack": "2.8.1",
|
"nitropack": "2.8.1",
|
||||||
"rollup-plugin-copy": "^3.4.0",
|
"rollup-plugin-copy": "^3.4.0",
|
||||||
"vitepress": "^1.3.1"
|
"vitepress": "^1.5.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@floating-ui/vue": "^1.0.3",
|
"@floating-ui/vue": "^1.0.3",
|
||||||
|
|||||||
670
pnpm-lock.yaml
generated
670
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user