Migrate to Mantine v8 and Design Changes (#961)

* mantine v8 migration

* various design changes and improvements
This commit is contained in:
Jeff 2025-06-24 00:04:36 -07:00 committed by GitHub
parent bea55d48a8
commit c1330d92b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
473 changed files with 12469 additions and 11607 deletions

View file

@ -1,36 +1,2 @@
export * from './accordion';
export * from './audio-player';
export * from './badge';
export * from './button';
export * from './card';
export * from './checkbox';
export * from './context-menu';
export * from './date-picker';
export * from './dialog';
export * from './dropdown-menu';
export * from './feature-carousel';
export * from './hover-card';
export * from './input';
export * from './modal';
export * from './motion';
export * from './option';
export * from './page-header';
export * from './pagination';
export * from './paper';
export * from './popover';
export * from './query-builder';
export * from './rating';
export * from './scroll-area';
export * from './search-input';
export * from './segmented-control';
export * from './select';
export * from './skeleton';
export * from './slider';
export * from './spinner';
export * from './spoiler';
export * from './switch';
export * from './tabs';
export * from './text';
export * from './text-title';
export * from './toast';
export * from './tooltip';