Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
989f1f04d2 | |||
7bbd04e47a | |||
4f2c5a5245 | |||
206d51e4cb |
3 changed files with 504 additions and 470 deletions
18
package.json
18
package.json
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -4,6 +4,12 @@ h1, h2, h3, h4, h5, h6
|
|||
|
||||
&.center, &.main
|
||||
{ text-align: center; }
|
||||
|
||||
> svg
|
||||
{
|
||||
position: relative;
|
||||
bottom: -0.15em;
|
||||
}
|
||||
}
|
||||
|
||||
h1
|
||||
|
|
Loading…
Add table
Reference in a new issue