@humanforest/slidev-theme 0.3.0 → 0.3.2
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@humanforest/slidev-theme",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Forest brand theme for Slidev — the guardrail. Layouts + components wired to @humanforest/tokens, so any deck is on-brand by construction. Do not hand-pick colours/fonts here; everything aliases the engine tokens.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"slidev-theme",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@humanforest/fonts": "^0.3.
|
|
36
|
-
"@humanforest/frames": "^0.3.
|
|
37
|
-
"@humanforest/tokens": "^0.3.
|
|
38
|
-
"@humanforest/ui": "^0.3.
|
|
35
|
+
"@humanforest/fonts": "^0.3.2",
|
|
36
|
+
"@humanforest/frames": "^0.3.2",
|
|
37
|
+
"@humanforest/tokens": "^0.3.2",
|
|
38
|
+
"@humanforest/ui": "^0.3.2",
|
|
39
39
|
"@iconify-json/lucide": "^1.2.0",
|
|
40
40
|
"@iconify-json/vscode-icons": "^1.2.75",
|
|
41
41
|
"@unovis/ts": "^1.6.7",
|