@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/client/components/icons/AlphaIcon.tsx +33 -4
- package/client/components/icons/UtilityClose.tsx +1 -1
- package/client/components/icons/UtilityCompare.tsx +18 -18
- package/client/components/icons/UtilityFeedback.tsx +3 -3
- package/client/components/icons/UtilityMessage.tsx +4 -4
- package/client/components/icons/UtilityTrash.tsx +9 -9
- package/client/components/icons/achievement-badges/BadgeCertificationGold.tsx +25 -25
- package/client/components/icons/imperative-badges/BadgeImperativePrimary.tsx +9 -9
- package/client/components/icons/imperative-badges/BadgeImperativeSecondary.tsx +13 -13
- package/client/components/ui/accordion.tsx +4 -3
- package/client/components/ui/dialog.tsx +8 -3
- package/client/components/ui/tabs.tsx +352 -204
- package/client/components/ui/tooltip.tsx +2 -2
- package/client/global.css +89 -18
- package/client/ui/MobileNav.stories.tsx +1 -15
- package/client/ui/Tabs.stories.tsx +156 -53
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +0 -3
- package/dist/index.es.js +437 -271
- package/package.json +10 -2
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 }
|