Compare commits

...

4 commits
v1.8.1 ... main

Author SHA1 Message Date
989f1f04d2
Version 1.8.3 and update yarn.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-11-30 18:25:05 +01:00
7bbd04e47a
Fix icon position in headings.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-11-30 18:24:34 +01:00
4f2c5a5245
Version 1.8.2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-11-29 18:13:10 +01:00
206d51e4cb
Update dependencies.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2024-11-29 18:06:19 +01:00
3 changed files with 504 additions and 470 deletions

View file

@ -1,5 +1,5 @@
{
"version": "1.8.1",
"version": "1.8.3",
"name": "@kernelui/core",
"description": "Kernel UI Core.",
"scripts": {
@ -28,23 +28,23 @@
"devDependencies": {
"@phosphor-icons/react": "^2.1.7",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react": "^4.3.4",
"less": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"react-router-dom": "^7.0.1",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.2"
"vite": "^6.0.1",
"vite-plugin-dts": "^4.3.0"
},
"peerDependencies": {
"@phosphor-icons/react": "^2.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.1"
"react-router-dom": "^7.0.1"
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.5.3"
}

View file

@ -4,6 +4,12 @@ h1, h2, h3, h4, h5, h6
&.center, &.main
{ text-align: center; }
> svg
{
position: relative;
bottom: -0.15em;
}
}
h1

950
yarn.lock

File diff suppressed because it is too large Load diff