Skip to content

Commit ab3a398

Browse files
committed
fix: remove new tag from Flutter, and coming soon tag from Next.js
1 parent 70728de commit ab3a398

40 files changed

+41
-8
lines changed

src/components/ui/Accordion.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ AccordionContent.displayName = AccordionPrimitive.Content.displayName;
5555

5656
export { Accordion, AccordionItem, AccordionTrigger, AccordionContent };
5757

58+

src/components/ui/Alert.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ AlertDescription.displayName = "AlertDescription";
6161

6262
export { Alert, AlertTitle, AlertDescription };
6363

64+

src/components/ui/AspectRatio.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ const AspectRatio = AspectRatioPrimitive.Root;
66

77
export { AspectRatio };
88

9+

src/components/ui/Avatar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ AvatarFallback.displayName = AvatarPrimitive.Fallback.displayName;
4848

4949
export { Avatar, AvatarImage, AvatarFallback };
5050

51+

src/components/ui/AvatarGroup.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ AvatarGroup.displayName = "AvatarGroup";
3939

4040
export { AvatarGroup };
4141

42+

src/components/ui/Collapsible.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ const CollapsibleContent = CollapsiblePrimitive.CollapsibleContent;
1010

1111
export { Collapsible, CollapsibleTrigger, CollapsibleContent };
1212

13+

src/components/ui/Dialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,4 @@ export {
120120
DialogDescription,
121121
};
122122

123+

src/components/ui/IconButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ IconButton.displayName = "IconButton";
6262

6363
export { IconButton, iconButtonVariants };
6464

65+

src/components/ui/Loading.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ Loading.displayName = "Loading";
3030

3131
export { Loading };
3232

33+

src/components/ui/Popover.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ PopoverContent.displayName = PopoverPrimitive.Content.displayName;
3131

3232
export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor };
3333

34+

0 commit comments

Comments
 (0)