@syscore/ui-library 1.20.0 → 1.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -20,7 +20,6 @@ import { AlertDialogTitle } from '../client/components/ui/alert-dialog';
20
20
  import { AlertDialogTrigger } from '../client/components/ui/alert-dialog';
21
21
  import { AlertTitle } from '../client/components/ui/alert';
22
22
  import { AlphaIcon } from '../client/components/icons/AlphaIcon';
23
- import { AnimatedTabs } from '../client/components/ui/tabs';
24
23
  import { AspectRatio } from '../client/components/ui/aspect-ratio';
25
24
  import { Avatar } from '../client/components/ui/avatar';
26
25
  import { AvatarFallback } from '../client/components/ui/avatar';
@@ -413,8 +412,6 @@ export { AlertTitle }
413
412
 
414
413
  export { AlphaIcon }
415
414
 
416
- export { AnimatedTabs }
417
-
418
415
  export { AspectRatio }
419
416
 
420
417
  export { Avatar }