feat(nui): Icon support for custom notifications

This commit is contained in:
Luke
2022-03-20 11:14:46 +01:00
parent 97be95fe35
commit 86431b6bef
4 changed files with 1336 additions and 1286 deletions

View File

@@ -7,6 +7,11 @@
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "11",
"@emotion/styled": "11",
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-brands-svg-icons": "^6.1.0",
"@fortawesome/free-regular-svg-icons": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"@fortawesome/react-fontawesome": "^0.1.18",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",