bosia 0.7.8 → 0.7.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bosia",
3
- "version": "0.7.8",
3
+ "version": "0.7.9",
4
4
  "type": "module",
5
5
  "description": "A fast, batteries-included fullstack framework — SSR · Svelte 5 Runes · Bun · ElysiaJS. File-based routing inspired by SvelteKit. No Node.js, no Vite, no adapters.",
6
6
  "keywords": [
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  %bosia.head%
7
7
  </head>
8
- <body>
8
+ <body data-bosia-preload="hover">
9
9
  %bosia.body%
10
10
  </body>
11
11
  </html>
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  %bosia.head%
7
7
  </head>
8
- <body>
8
+ <body data-bosia-preload="hover">
9
9
  %bosia.body%
10
10
  </body>
11
11
  </html>
@@ -34,7 +34,7 @@
34
34
  <p class="text-muted-foreground">Routing patterns and framework internals.</p>
35
35
  </div>
36
36
 
37
- <div class="grid gap-4" data-bosia-preload="hover">
37
+ <div class="grid gap-4">
38
38
  {#each posts as post}
39
39
  <a
40
40
  href="/blog/{post.slug}"
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  %bosia.head%
7
7
  </head>
8
- <body>
8
+ <body data-bosia-preload="hover">
9
9
  %bosia.body%
10
10
  </body>
11
11
  </html>
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  %bosia.head%
7
7
  </head>
8
- <body>
8
+ <body data-bosia-preload="hover">
9
9
  %bosia.body%
10
10
  </body>
11
11
  </html>