@jant/core 0.3.37 → 0.3.38

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/dist/index.js CHANGED
@@ -7153,7 +7153,7 @@ const I18nProvider = ({ c, children })=>{
7153
7153
  }
7154
7154
 
7155
7155
  const IS_VITE_DEV = typeof __JANT_DEV__ !== "undefined" && __JANT_DEV__ === true;
7156
- const CORE_VERSION = "0.3.37";
7156
+ const CORE_VERSION = "0.3.38";
7157
7157
 
7158
7158
  const BaseLayout = ({ title, description, lang, c, toast, faviconUrl, faviconVersion, noindex, isAuthenticated = false, children })=>{
7159
7159
  // Read lang from Hono context if available, otherwise use prop or default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jant/core",
3
- "version": "0.3.37",
3
+ "version": "0.3.38",
4
4
  "description": "A modern, open-source microblogging platform built on Cloudflare Workers",
5
5
  "type": "module",
6
6
  "exports": {
@@ -14,9 +14,9 @@
14
14
  "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
15
15
  --font-heading: var(--font-body);
16
16
  --font-serif:
17
- ui-serif, "New York Small", "New York", "Iowan Old Style", Charter, Georgia,
18
- "Times New Roman", Times, "Songti SC", "Noto Serif CJK SC", "STSong",
19
- "SimSun", serif;
17
+ "Noto Serif CJK SC", "Songti SC", "STSong", "SimSun", ui-serif,
18
+ "New York Small", "New York", "Iowan Old Style", Charter, Georgia,
19
+ "Times New Roman", Times, serif;
20
20
  --font-mono:
21
21
  ui-monospace, Menlo, Monaco, Consolas, "Cascadia Code", "Courier New",
22
22
  monospace;