@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/client/client.css +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/styles/tokens.css +3 -3
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.
|
|
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
package/src/styles/tokens.css
CHANGED
|
@@ -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
|
-
|
|
18
|
-
"
|
|
19
|
-
"
|
|
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;
|