feat: full JS-less theme transition, better transition animation between themes, better light theme colors

This commit is contained in:
Oleksandr 2026-02-13 07:46:00 +02:00
parent da6dd0100b
commit c0e0266d45
Signed by: Xanazf
GPG key ID: 821EEC32761AC17C
46 changed files with 4031 additions and 2536 deletions

View file

@ -18,7 +18,7 @@
"@fontsource-variable/rubik": "^5.2.8",
"@hbsnow/rehype-sectionize": "^1.0.7",
"@pagefind/default-ui": "^1.4.0",
"@shikijs/rehype": "^3.20.0",
"@shikijs/rehype": "^3.22.0",
"astro": "5.17.2",
"astro-breadcrumbs": "^3.3.3",
"astro-icon": "^1.1.5",
@ -26,26 +26,27 @@
"hastscript": "^9.0.1",
"rehype": "^13.0.2",
"remark-github-blockquote-alert": "^2.0.1",
"solid-js": "^1.9.10",
"solid-js": "^1.9.11",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@astrojs/ts-plugin": "1.10.6",
"@babel/core": "^7.28.5",
"@babel/plugin-syntax-typescript": "^7.27.1",
"@biomejs/biome": "^2.3.10",
"@babel/core": "^7.29.0",
"@babel/plugin-syntax-typescript": "^7.28.6",
"@biomejs/biome": "^2.3.15",
"@types/babel__core": "^7.20.5",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/node": "^25.0.3",
"@types/node": "^25.2.3",
"@types/unist": "^3.0.3",
"baseline-browser-mapping": "^2.9.19",
"jsonc-parser": "^3.3.1",
"pagefind": "^1.4.0",
"shiki": "^3.20.0",
"shiki": "^3.22.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^7.3.0"
"vite": "^7.3.1"
},
"packageManager": "yarn@4.12.0"
}