Patch Changes
-
inject minified css in bundle
- removes the need to import
styles.css
manually - empty
styles.css
included in the build for backwards compatibility - uses tsup's
injectStyles
withpostcss
to bundle and minify the CSS, then inject it as a style tag - currently uses my fork of
tsup
where I added support for async function ininjectStyles
(must-have for postcss), a PR from my fork to the main library will follow shortly - remove material-ui, and use
react-icons
for icons (same icons as before) - remove unused
IncludedFilesPreview
component - updated docs
- removes the need to import
-
Updated dependencies
- @copilotkit/shared@1.2.1