Skip to content

Commit 52b24e0

Browse files
psychedelicioushipsterusername
authored andcommitted
feat(ui): remove chakra as direct dependency
Moved a number of things to `@invoke-ai/ui` to support this. Unfortunately, the bundle size has increased a bit. I will work on that later.
1 parent 1178fd8 commit 52b24e0

File tree

14 files changed

+730
-118
lines changed

14 files changed

+730
-118
lines changed

invokeai/frontend/web/package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,12 @@
5252
}
5353
},
5454
"dependencies": {
55-
"@chakra-ui/anatomy": "^2.2.2",
56-
"@chakra-ui/icons": "^2.1.1",
57-
"@chakra-ui/layout": "^2.3.1",
58-
"@chakra-ui/portal": "^2.1.0",
59-
"@chakra-ui/react": "^2.8.2",
6055
"@chakra-ui/react-use-size": "^2.1.0",
61-
"@chakra-ui/styled-system": "^2.9.2",
62-
"@chakra-ui/theme-tools": "^2.1.2",
6356
"@dagrejs/graphlib": "^2.1.13",
6457
"@dnd-kit/core": "^6.1.0",
6558
"@dnd-kit/utilities": "^3.2.2",
66-
"@emotion/react": "^11.11.3",
67-
"@emotion/styled": "^11.11.0",
6859
"@fontsource-variable/inter": "^5.0.16",
69-
"@invoke-ai/ui": "0.0.11",
60+
"@invoke-ai/ui": "0.0.12",
7061
"@mantine/form": "6.0.21",
7162
"@nanostores/react": "^0.7.1",
7263
"@reduxjs/toolkit": "2.0.1",

0 commit comments

Comments
 (0)