starlight-theme-nova 0.9.5 → 0.10.0
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/lib/styles.gen.css
CHANGED
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
--sl-text-h4: var(--sl-text-lg);
|
|
12
12
|
--sl-text-h5: var(--sl-text-base);
|
|
13
13
|
--sl-text-h6: var(--sl-text-sm);
|
|
14
|
+
|
|
15
|
+
/* Prevent adjustments of font size after orientation changes in iOS. */
|
|
16
|
+
-webkit-text-size-adjust: 100%;
|
|
14
17
|
}
|
|
15
18
|
|
|
16
19
|
/* Dark mode Starlight theme variables. */
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "starlight-theme-nova",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.10.0",
|
|
5
5
|
"description": "A beautiful theme for Astro Starlight",
|
|
6
6
|
"author": "ocavue <ocavue@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@aria-ui/core": "^0.0.22",
|
|
30
30
|
"@pagefind/default-ui": "^1.4.0",
|
|
31
|
-
"@shikijs/transformers": "^3.
|
|
32
|
-
"@shikijs/twoslash": "^3.
|
|
33
|
-
"@shikijs/types": "^3.
|
|
31
|
+
"@shikijs/transformers": "^3.15.0",
|
|
32
|
+
"@shikijs/twoslash": "^3.15.0",
|
|
33
|
+
"@shikijs/types": "^3.15.0",
|
|
34
34
|
"@types/hast": "^3.0.4",
|
|
35
|
-
"astro-theme-toggle": "^0.
|
|
35
|
+
"astro-theme-toggle": "^0.8.0",
|
|
36
36
|
"hast-util-is-element": "^3.0.0",
|
|
37
37
|
"rehype": "^13.0.2",
|
|
38
38
|
"remark-custom-header-id": "^1.0.0",
|
|
@@ -47,18 +47,18 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@astrojs/starlight": "^0.
|
|
50
|
+
"@astrojs/starlight": "^0.36.2",
|
|
51
51
|
"@iconify-json/bxl": "^1.2.2",
|
|
52
|
-
"@iconify-json/logos": "^1.2.
|
|
53
|
-
"@iconify-json/lucide": "^1.2.
|
|
52
|
+
"@iconify-json/logos": "^1.2.10",
|
|
53
|
+
"@iconify-json/lucide": "^1.2.72",
|
|
54
54
|
"@iconify-json/tabler": "^1.2.23",
|
|
55
55
|
"@ocavue/tsconfig": "^0.5.0",
|
|
56
56
|
"@types/node": "^20.17.30",
|
|
57
|
-
"@unocss/cli": "^66.5.
|
|
58
|
-
"astro": "^5.
|
|
59
|
-
"typescript": "^5.9.
|
|
60
|
-
"unocss": "^66.5.
|
|
61
|
-
"unocss-preset-animations": "^1.
|
|
57
|
+
"@unocss/cli": "^66.5.5",
|
|
58
|
+
"astro": "^5.15.4",
|
|
59
|
+
"typescript": "^5.9.3",
|
|
60
|
+
"unocss": "^66.5.5",
|
|
61
|
+
"unocss-preset-animations": "^1.3.0"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"dev": "unocss -w",
|