vocdoni / ui-components

Vocdoni UI components libs
GNU General Public License v3.0
3 stars 2 forks source link

Upgrade to latest version of chakra-ui #135

Open elboletaire opened 7 months ago

elboletaire commented 7 months ago

Chakra-ui moved most of their packages to a single repository, so there's no need to be importing from different packages.

Upgrade should be kinda seamless, just change the imports (all to @chakra-ui/react if I'm not wrong) and check everything works as it should, since there aren't major code upgrades as far as I know.

Ideally, the bundle size of the package should be exactly the same after this upgrade. If not, something should be tuned in tsup build process (or something should be added to peer dependencies).

elboletaire commented 7 months ago

We have to wait until they release version 3.0 tho