In short: Delete everything releated to the old builder such as Event Bus Message types, the actual builder class, etc.
Changes mainly in packages/code and packages/ui.
[ ] Delete toggle component in frontend
[ ] Remove old/new builder config from configuration object (not necessary anymore beauce old builder and related stuff should be deleted completey)
We need to remove the old UnoCSS builder class: https://github.com/onyx-gen/onyx/blob/7a2f0cf191155d9f62d30b74af997dc163aa060e/packages/code/src/builder/unocss-builder.ts#L33
This is necessary as we already have a new builder on use: https://github.com/onyx-gen/onyx/blob/48548b163717d3bcaacd25ef77aed26ef7a7e4f8/packages/code/src/parsers/figma-node.parser.ts#L69-L72
TODOs
In short: Delete everything releated to the old builder such as Event Bus Message types, the actual builder class, etc. Changes mainly in packages/code and packages/ui.
[ ] Delete toggle component in frontend
[ ] Remove old/new builder config from configuration object (not necessary anymore beauce old builder and related stuff should be deleted completey)