new Fixes

- Box Header should be bold
- Buttons Hover/Active forms not correct
- Fixed one of the old Checkbox bug
- Footer Made with should be bold
- Sidebar fixes

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-12-02 00:07:27 +01:00
parent f71223b1dc
commit 3495142453
12 changed files with 15246 additions and 5153 deletions

View File

@ -29,12 +29,12 @@
"webpack": "^5.55.1"
},
"peerDependencies": {
"next": "^11.0.0",
"next": ">=11.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"scripts": {
"dev": "start-storybook -s ./.storybook/public -p 6006",
"dev": "start-storybook -p 6006",
"build": "rollup --config",
"prepublishOnly": "npm run build",
"postinstall": "rollup --config"