mirror of https://github.com/wg-easy/wg-easy
58 changed files with 237 additions and 173 deletions
@ -1,5 +1,5 @@ |
|||
<template> |
|||
<h4 class="text-2xl col-span-full py-6"> |
|||
<h4 class="col-span-full py-6 text-2xl"> |
|||
<slot /> |
|||
</h4> |
|||
</template> |
|||
|
|||
@ -1,5 +1,5 @@ |
|||
<template> |
|||
<div class="flex md:block flex-shrink-0 space-x-1"> |
|||
<div class="flex flex-shrink-0 space-x-1 md:block"> |
|||
<slot /> |
|||
</div> |
|||
</template> |
|||
|
|||
@ -1,8 +1,8 @@ |
|||
<template> |
|||
<h1 |
|||
class="text-4xl font-medium my-16 text-center text-gray-700 dark:text-neutral-200" |
|||
class="my-16 text-center text-4xl font-medium text-gray-700 dark:text-neutral-200" |
|||
> |
|||
<img src="/logo.png" width="32" class="inline align-middle dark:bg" /> |
|||
<img src="/logo.png" width="32" class="dark:bg inline align-middle" /> |
|||
<span class="align-middle">WireGuard</span> |
|||
</h1> |
|||
</template> |
|||
|
|||
@ -105,6 +105,9 @@ importers: |
|||
prettier: |
|||
specifier: ^3.3.3 |
|||
version: 3.3.3 |
|||
prettier-plugin-tailwindcss: |
|||
specifier: ^0.6.8 |
|||
version: 0.6.8([email protected]) |
|||
typescript: |
|||
specifier: ^5.5.4 |
|||
version: 5.5.4 |
|||
@ -3563,6 +3566,61 @@ packages: |
|||
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} |
|||
engines: {node: '>= 0.8.0'} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==} |
|||
engines: {node: '>=14.21.3'} |
|||
peerDependencies: |
|||
'@ianvs/prettier-plugin-sort-imports': '*' |
|||
'@prettier/plugin-pug': '*' |
|||
'@shopify/prettier-plugin-liquid': '*' |
|||
'@trivago/prettier-plugin-sort-imports': '*' |
|||
'@zackad/prettier-plugin-twig-melody': '*' |
|||
prettier: ^3.0 |
|||
prettier-plugin-astro: '*' |
|||
prettier-plugin-css-order: '*' |
|||
prettier-plugin-import-sort: '*' |
|||
prettier-plugin-jsdoc: '*' |
|||
prettier-plugin-marko: '*' |
|||
prettier-plugin-multiline-arrays: '*' |
|||
prettier-plugin-organize-attributes: '*' |
|||
prettier-plugin-organize-imports: '*' |
|||
prettier-plugin-sort-imports: '*' |
|||
prettier-plugin-style-order: '*' |
|||
prettier-plugin-svelte: '*' |
|||
peerDependenciesMeta: |
|||
'@ianvs/prettier-plugin-sort-imports': |
|||
optional: true |
|||
'@prettier/plugin-pug': |
|||
optional: true |
|||
'@shopify/prettier-plugin-liquid': |
|||
optional: true |
|||
'@trivago/prettier-plugin-sort-imports': |
|||
optional: true |
|||
'@zackad/prettier-plugin-twig-melody': |
|||
optional: true |
|||
prettier-plugin-astro: |
|||
optional: true |
|||
prettier-plugin-css-order: |
|||
optional: true |
|||
prettier-plugin-import-sort: |
|||
optional: true |
|||
prettier-plugin-jsdoc: |
|||
optional: true |
|||
prettier-plugin-marko: |
|||
optional: true |
|||
prettier-plugin-multiline-arrays: |
|||
optional: true |
|||
prettier-plugin-organize-attributes: |
|||
optional: true |
|||
prettier-plugin-organize-imports: |
|||
optional: true |
|||
prettier-plugin-sort-imports: |
|||
optional: true |
|||
prettier-plugin-style-order: |
|||
optional: true |
|||
prettier-plugin-svelte: |
|||
optional: true |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} |
|||
engines: {node: '>=14'} |
|||
@ -8399,6 +8457,10 @@ snapshots: |
|||
|
|||
[email protected]: {} |
|||
|
|||
[email protected]([email protected]): |
|||
dependencies: |
|||
prettier: 3.3.3 |
|||
|
|||
[email protected]: {} |
|||
|
|||
[email protected]: {} |
|||
|
|||
Loading…
Reference in new issue