lapikit 0.2.8 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- [![][logo]](https://lapikit.dev)
1
+ <a href="https://lapikit.dev">
2
+ <img src="https://raw.githubusercontent.com/Nycolaide/lapikit/main/.github/lapikit.svg" alt="Lapikit Logo" width="125">
3
+ </a>
2
4
 
3
5
  # Lapikit - Svelte components library
4
6
 
@@ -90,11 +92,21 @@ Copyright © 2025 Nycolaide
90
92
 
91
93
  We are proud supporters of the open-source community and contribute to several projects that help make the web a better place. Here are some of the projects we support:
92
94
 
93
- | | |
94
- | ------------------------------- | --------------------------------------- |
95
- | [![][w3c]](https://www.w3.org/) | [![][humantxt]](https://humanstxt.org/) |
95
+ <table>
96
+ <tr>
97
+ <td>
98
+ <a href="https://www.w3.org/">
99
+ <img src="https://raw.githubusercontent.com/Nycolaide/lapikit/main/.github/w3c.svg" alt="W3C" width="75">
100
+ </a>
101
+ </td>
102
+ <td>
103
+ <a href="https://humanstxt.org/">
104
+ <img src="https://raw.githubusercontent.com/Nycolaide/lapikit/main/.github/humans.png" alt="Humans.txt" width="115">
105
+ </a>
106
+ </td>
107
+ </tr>
108
+ </table>
96
109
 
97
- [logo]: https://github.com/Nycolaide/lapikit/tree/main/.github/lapikit.svg
98
110
  [discover-lapikit-npm]: https://img.shields.io/badge/Lapikit-black.svg?style=for-the-badge&logo=NPM
99
111
  [join-discord-lapikit]: https://img.shields.io/badge/Join%20the%20community-black.svg?style=for-the-badge&logo=Discord
100
112
  [subscribe-to-instagram]: https://img.shields.io/badge/Follow%20@Lapikit-black.svg?style=for-the-badge&logo=Instagram
@@ -103,5 +115,3 @@ We are proud supporters of the open-source community and contribute to several p
103
115
  [installs]: https://badgen.net/npm/dt/lapikit?label=NPM%20installs&color=40ba12
104
116
  [installs-this-month]: https://badgen.net/npm/dm/lapikit?label=NPM%20installs&color=40ba12
105
117
  [discord]: https://img.shields.io/discord/1383879204671721492?color=5865F2&label=Discord&logo=discord&logoColor=white
106
- [w3c]: https://github.com/Nycolaide/lapikit/tree/main/.github/W3C.svg
107
- [humantxt]: https://github.com/Nycolaide/lapikit/tree/main/.github/humans.png
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lapikit",
3
- "version": "0.2.8",
3
+ "version": "0.3.1",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
package/dist/app.d.ts DELETED
@@ -1,13 +0,0 @@
1
- // See https://svelte.dev/docs/kit/types#app.d.ts
2
- // for information about these interfaces
3
- declare global {
4
- namespace App {
5
- // interface Error {}
6
- // interface Locals {}
7
- // interface PageData {}
8
- // interface PageState {}
9
- // interface Platform {}
10
- }
11
- }
12
-
13
- export {};
package/dist/app.html DELETED
@@ -1,12 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <link rel="icon" href="%sveltekit.assets%/favicon.png" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1" />
7
- %sveltekit.head%
8
- </head>
9
- <body data-sveltekit-preload-data="hover">
10
- <div>%sveltekit.body%</div>
11
- </body>
12
- </html>