@reinvented/design 1.1.0 → 1.2.1
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/package.json +1 -1
- package/src/components/blocks/auth/auth-card/AuthCard.tsx +2 -2
- package/src/components/blocks/auth/social-login/SocialLoginGroup.tsx +2 -2
- package/src/components/blocks/auth/two-factor/TwoFactorForm.tsx +4 -4
- package/src/components/blocks/communication/activity-item/ActivityItem.tsx +1 -1
- package/src/components/blocks/communication/activity-item/ActivityItemAvatar.tsx +2 -2
- package/src/components/blocks/communication/activity-item/ActivityItemContent.tsx +1 -1
- package/src/components/blocks/communication/chat-bubble/ChatBubble.tsx +1 -1
- package/src/components/blocks/communication/chat-bubble/ChatBubbleAvatar.tsx +2 -2
- package/src/components/blocks/communication/chat-bubble/ChatBubbleMessage.tsx +1 -1
- package/src/components/blocks/communication/chat-bubble/ChatBubbleTimestamp.tsx +1 -1
- package/src/components/blocks/content/article-header/ArticleHeader.tsx +3 -3
- package/src/components/blocks/content/author-card/AuthorCard.tsx +4 -4
- package/src/components/blocks/content/rich-text/RichTextContent.tsx +1 -1
- package/src/components/blocks/data-management/kanban/KanbanBoard.tsx +1 -1
- package/src/components/blocks/data-management/kanban/KanbanCard.tsx +4 -4
- package/src/components/blocks/data-management/kanban/KanbanColumn.tsx +3 -3
- package/src/components/blocks/data-management/tree-view/TreeItem.tsx +2 -2
- package/src/components/blocks/data-management/tree-view/TreeView.tsx +1 -1
- package/src/components/blocks/data-viz/financial-ticker/FinancialTicker.tsx +1 -1
- package/src/components/blocks/data-viz/kpi-card/KpiCard.tsx +2 -2
- package/src/components/blocks/data-viz/stat-grid/StatGrid.tsx +1 -1
- package/src/components/blocks/ecommerce/pricing-tier/PricingFeatureList.tsx +2 -2
- package/src/components/blocks/ecommerce/pricing-tier/PricingHeader.tsx +2 -2
- package/src/components/blocks/ecommerce/pricing-tier/PricingTier.tsx +2 -2
- package/src/components/blocks/ecommerce/product-card/ProductCard.tsx +2 -2
- package/src/components/blocks/ecommerce/product-card/ProductCardContent.tsx +2 -2
- package/src/components/blocks/ecommerce/product-card/ProductCardImage.tsx +1 -1
- package/src/components/blocks/ecommerce/product-card/ProductCardPrice.tsx +1 -1
- package/src/components/blocks/ecommerce/rating-summary/RatingStars.tsx +1 -1
- package/src/components/blocks/feedback/empty-state/EmptyState.tsx +2 -2
- package/src/components/blocks/feedback/error-state/ErrorState.tsx +2 -2
- package/src/components/blocks/feedback/not-found/NotFoundState.tsx +2 -2
- package/src/components/blocks/filtering/faceted-sidebar/FacetedGroup.tsx +2 -2
- package/src/components/blocks/filtering/faceted-sidebar/FacetedSidebar.tsx +2 -2
- package/src/components/blocks/filtering/filter-bar/FilterBar.tsx +4 -4
- package/src/components/blocks/filtering/search-result/SearchResultItem.tsx +2 -2
- package/src/components/blocks/marketing/cta-block/CtaBlock.tsx +2 -2
- package/src/components/blocks/marketing/feature-grid/FeatureGrid.tsx +1 -1
- package/src/components/blocks/marketing/hero-section/HeroSection.tsx +3 -3
- package/src/components/blocks/marketing/testimonial-card/TestimonialCard.tsx +3 -3
- package/src/components/blocks/media/call-controls/CallControlButton.tsx +3 -3
- package/src/components/blocks/media/call-controls/CallControls.tsx +1 -1
- package/src/components/blocks/media/media-player/MediaPlayer.tsx +1 -1
- package/src/components/blocks/media/media-player/MediaPlayerControls.tsx +1 -1
- package/src/components/blocks/media/media-player/MediaPlayerScrubber.tsx +1 -1
- package/src/components/blocks/media/media-player/MediaPlayerVideo.tsx +1 -1
- package/src/components/blocks/navigation/app-sidebar/AppSidebar.tsx +2 -2
- package/src/components/blocks/navigation/app-sidebar/NavItem.tsx +1 -1
- package/src/components/blocks/navigation/context-switcher/ContextSwitcher.tsx +3 -3
- package/src/components/blocks/navigation/top-navbar/TopNavbar.tsx +2 -2
- package/src/components/blocks/onboarding/onboarding-welcome/OnboardingWelcome.tsx +3 -3
- package/src/components/blocks/onboarding/step-wizard/StepWizard.tsx +1 -1
- package/src/components/blocks/profiles/connection-list/ConnectionItem.tsx +3 -3
- package/src/components/blocks/profiles/connection-list/ConnectionList.tsx +1 -1
- package/src/components/blocks/profiles/profile-header/ProfileHeader.tsx +3 -3
- package/src/components/blocks/profiles/profile-stats/ProfileStats.tsx +1 -1
- package/src/components/blocks/scheduling/booking-slot/BookingSlot.tsx +1 -1
- package/src/components/blocks/scheduling/event-card/EventCard.tsx +3 -3
- package/src/components/blocks/scheduling/timeline-row/TimelineRow.tsx +2 -2
- package/src/components/blocks/settings/billing-usage/BillingUsage.tsx +3 -3
- package/src/components/blocks/settings/integration-card/IntegrationCard.tsx +5 -5
- package/src/components/blocks/settings/settings-section/SettingsSection.tsx +1 -1
- package/src/components/ui/accordion.tsx +1 -1
- package/src/components/ui/alert-dialog.tsx +2 -2
- package/src/components/ui/alert.tsx +1 -1
- package/src/components/ui/avatar.tsx +1 -1
- package/src/components/ui/badge.tsx +7 -1
- package/src/components/ui/breadcrumb.tsx +1 -1
- package/src/components/ui/button.tsx +8 -1
- package/src/components/ui/calendar.tsx +2 -2
- package/src/components/ui/card.tsx +1 -1
- package/src/components/ui/carousel.tsx +2 -2
- package/src/components/ui/chart.tsx +1 -1
- package/src/components/ui/checkbox.tsx +1 -1
- package/src/components/ui/command.tsx +2 -2
- package/src/components/ui/component-placeholder.tsx +1 -1
- package/src/components/ui/context-menu.tsx +1 -1
- package/src/components/ui/dialog.tsx +1 -1
- package/src/components/ui/drawer.tsx +1 -1
- package/src/components/ui/dropdown-menu.tsx +1 -1
- package/src/components/ui/form.tsx +2 -2
- package/src/components/ui/hover-card.tsx +1 -1
- package/src/components/ui/input-otp.tsx +1 -1
- package/src/components/ui/input.tsx +1 -1
- package/src/components/ui/label.tsx +1 -1
- package/src/components/ui/menubar.tsx +1 -1
- package/src/components/ui/navigation-menu.tsx +1 -1
- package/src/components/ui/pagination.tsx +2 -2
- package/src/components/ui/popover.tsx +1 -1
- package/src/components/ui/progress.tsx +1 -1
- package/src/components/ui/radio-group.tsx +1 -1
- package/src/components/ui/resizable.tsx +1 -1
- package/src/components/ui/scroll-area.tsx +1 -1
- package/src/components/ui/select.tsx +1 -1
- package/src/components/ui/separator.tsx +1 -1
- package/src/components/ui/sheet.tsx +1 -1
- package/src/components/ui/skeleton.tsx +1 -1
- package/src/components/ui/slider.tsx +1 -1
- package/src/components/ui/sonner.tsx +13 -6
- package/src/components/ui/switch.tsx +1 -1
- package/src/components/ui/table.tsx +1 -1
- package/src/components/ui/tabs.tsx +1 -1
- package/src/components/ui/textarea.tsx +1 -1
- package/src/components/ui/toast.tsx +1 -1
- package/src/components/ui/toaster.tsx +1 -1
- package/src/components/ui/toggle-group.tsx +2 -2
- package/src/components/ui/toggle.tsx +1 -1
- package/src/components/ui/tooltip.tsx +1 -1
- package/src/hooks/use-toast.ts +1 -1
- package/src/styles/tokens.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { cn } from '
|
|
3
|
-
import { Card, CardContent, CardDescription, CardHeader, CardTitle, CardFooter } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
|
+
import { Card, CardContent, CardDescription, CardHeader, CardTitle, CardFooter } from '../../../../components/ui/card'
|
|
4
4
|
|
|
5
5
|
interface AuthCardProps {
|
|
6
6
|
title: string
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { cn } from '
|
|
3
|
-
import { Button } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
|
+
import { Button } from '../../../../components/ui/button'
|
|
4
4
|
import { Github } from 'lucide-react'
|
|
5
5
|
|
|
6
6
|
interface SocialLoginGroupProps {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { useState } from 'react'
|
|
2
|
-
import { cn } from '
|
|
3
|
-
import { Label } from '
|
|
4
|
-
import { Button } from '
|
|
5
|
-
import { InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
|
+
import { Label } from '../../../../components/ui/label'
|
|
4
|
+
import { Button } from '../../../../components/ui/button'
|
|
5
|
+
import { InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator } from '../../../../components/ui/input-otp'
|
|
6
6
|
|
|
7
7
|
interface TwoFactorFormProps {
|
|
8
8
|
email?: string
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
import type { HTMLAttributes } from 'react'
|
|
3
|
-
import { Avatar, AvatarFallback, AvatarImage } from '
|
|
4
|
-
import { cn } from '
|
|
3
|
+
import { Avatar, AvatarFallback, AvatarImage } from '../../../../components/ui/avatar'
|
|
4
|
+
import { cn } from '../../../../lib/utils'
|
|
5
5
|
|
|
6
6
|
interface ActivityItemAvatarProps {
|
|
7
7
|
src?: string
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
import type { HTMLAttributes } from 'react'
|
|
3
|
-
import { Avatar, AvatarFallback, AvatarImage } from '
|
|
4
|
-
import { cn } from '
|
|
3
|
+
import { Avatar, AvatarFallback, AvatarImage } from '../../../../components/ui/avatar'
|
|
4
|
+
import { cn } from '../../../../lib/utils'
|
|
5
5
|
|
|
6
6
|
interface ChatBubbleAvatarProps {
|
|
7
7
|
src?: string
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
import type { HTMLAttributes } from 'react'
|
|
3
|
-
import { cn } from '
|
|
4
|
-
import { Badge } from '
|
|
5
|
-
import { Avatar, AvatarFallback, AvatarImage } from '
|
|
3
|
+
import { cn } from '../../../../lib/utils'
|
|
4
|
+
import { Badge } from '../../../../components/ui/badge'
|
|
5
|
+
import { Avatar, AvatarFallback, AvatarImage } from '../../../../components/ui/avatar'
|
|
6
6
|
|
|
7
7
|
interface ArticleHeaderProps {
|
|
8
8
|
title: string
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
import type { HTMLAttributes, ReactNode } from 'react'
|
|
3
|
-
import { Card, CardContent } from '
|
|
4
|
-
import { Avatar, AvatarFallback, AvatarImage } from '
|
|
5
|
-
import { Button } from '
|
|
6
|
-
import { cn } from '
|
|
3
|
+
import { Card, CardContent } from '../../../../components/ui/card'
|
|
4
|
+
import { Avatar, AvatarFallback, AvatarImage } from '../../../../components/ui/avatar'
|
|
5
|
+
import { Button } from '../../../../components/ui/button'
|
|
6
|
+
import { cn } from '../../../../lib/utils'
|
|
7
7
|
|
|
8
8
|
interface AuthorCardProps {
|
|
9
9
|
name: string
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { cn } from '
|
|
3
|
-
import { Card, CardContent } from '
|
|
4
|
-
import { Badge } from '
|
|
5
|
-
import { Avatar, AvatarFallback, AvatarImage } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
|
+
import { Card, CardContent } from '../../../../components/ui/card'
|
|
4
|
+
import { Badge } from '../../../../components/ui/badge'
|
|
5
|
+
import { Avatar, AvatarFallback, AvatarImage } from '../../../../components/ui/avatar'
|
|
6
6
|
import { MessageSquare, Paperclip } from 'lucide-react'
|
|
7
7
|
|
|
8
8
|
interface KanbanCardProps {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { cn } from '
|
|
3
|
-
import { Badge } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
|
+
import { Badge } from '../../../../components/ui/badge'
|
|
4
4
|
import { MoreHorizontal, Plus } from 'lucide-react'
|
|
5
|
-
import { Button } from '
|
|
5
|
+
import { Button } from '../../../../components/ui/button'
|
|
6
6
|
|
|
7
7
|
interface KanbanColumnProps {
|
|
8
8
|
title: string
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { useState } from 'react'
|
|
2
2
|
import { ChevronRight, Folder, FolderOpen, File } from 'lucide-react'
|
|
3
|
-
import { cn } from '
|
|
4
|
-
import { Collapsible, CollapsibleContent, CollapsibleTrigger } from '
|
|
3
|
+
import { cn } from '../../../../lib/utils'
|
|
4
|
+
import { Collapsible, CollapsibleContent, CollapsibleTrigger } from '../../../../components/ui/collapsible'
|
|
5
5
|
|
|
6
6
|
interface TreeItemProps {
|
|
7
7
|
title: string
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { Card, CardContent, CardHeader, CardTitle } from '
|
|
2
|
+
import { Card, CardContent, CardHeader, CardTitle } from '../../../../components/ui/card'
|
|
3
3
|
import { TrendingUp, TrendingDown, Minus } from 'lucide-react'
|
|
4
|
-
import { cn } from '
|
|
4
|
+
import { cn } from '../../../../lib/utils'
|
|
5
5
|
|
|
6
6
|
interface KpiCardProps {
|
|
7
7
|
title: string
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
import type { HTMLAttributes } from 'react'
|
|
3
|
-
import { CardContent } from '
|
|
4
|
-
import { cn } from '
|
|
3
|
+
import { CardContent } from '../../../../components/ui/card'
|
|
4
|
+
import { cn } from '../../../../lib/utils'
|
|
5
5
|
import { Check } from 'lucide-react'
|
|
6
6
|
|
|
7
7
|
interface PricingFeatureListProps {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
import type { HTMLAttributes } from 'react'
|
|
3
|
-
import { CardHeader, CardTitle, CardDescription } from '
|
|
4
|
-
import { cn } from '
|
|
3
|
+
import { CardHeader, CardTitle, CardDescription } from '../../../../components/ui/card'
|
|
4
|
+
import { cn } from '../../../../lib/utils'
|
|
5
5
|
|
|
6
6
|
interface PricingHeaderProps {
|
|
7
7
|
title: string
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
import type { HTMLAttributes } from 'react'
|
|
3
|
-
import { Card } from '
|
|
4
|
-
import { cn } from '
|
|
3
|
+
import { Card } from '../../../../components/ui/card'
|
|
4
|
+
import { cn } from '../../../../lib/utils'
|
|
5
5
|
|
|
6
6
|
interface PricingTierProps {
|
|
7
7
|
featured?: boolean
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
import type { HTMLAttributes } from 'react'
|
|
3
|
-
import { Card } from '
|
|
4
|
-
import { cn } from '
|
|
3
|
+
import { Card } from '../../../../components/ui/card'
|
|
4
|
+
import { cn } from '../../../../lib/utils'
|
|
5
5
|
|
|
6
6
|
interface ProductCardProps {
|
|
7
7
|
className?: HTMLAttributes<HTMLDivElement>['className']
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { CardContent } from '
|
|
3
|
-
import { cn } from '
|
|
2
|
+
import { CardContent } from '../../../../components/ui/card'
|
|
3
|
+
import { cn } from '../../../../lib/utils'
|
|
4
4
|
|
|
5
5
|
export function ProductCardContent({
|
|
6
6
|
className,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { cn } from '
|
|
3
|
-
import { Button } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
|
+
import { Button } from '../../../../components/ui/button'
|
|
4
4
|
import { Plus } from 'lucide-react'
|
|
5
5
|
|
|
6
6
|
interface EmptyStateProps {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { cn } from '
|
|
3
|
-
import { Button } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
|
+
import { Button } from '../../../../components/ui/button'
|
|
4
4
|
import { AlertTriangle, RefreshCcw } from 'lucide-react'
|
|
5
5
|
|
|
6
6
|
interface ErrorStateProps {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { cn } from '
|
|
3
|
-
import { Button } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
|
+
import { Button } from '../../../../components/ui/button'
|
|
4
4
|
import { Search, Home, ArrowLeft } from 'lucide-react'
|
|
5
5
|
|
|
6
6
|
interface NotFoundStateProps {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { useState } from 'react'
|
|
2
|
-
import { cn } from '
|
|
3
|
-
import { Collapsible, CollapsibleTrigger, CollapsibleContent } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
|
+
import { Collapsible, CollapsibleTrigger, CollapsibleContent } from '../../../../components/ui/collapsible'
|
|
4
4
|
import { ChevronDown } from 'lucide-react'
|
|
5
5
|
|
|
6
6
|
interface FacetedGroupProps {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { cn } from '
|
|
3
|
-
import { ScrollArea } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
|
+
import { ScrollArea } from '../../../../components/ui/scroll-area'
|
|
4
4
|
|
|
5
5
|
interface FacetedSidebarProps {
|
|
6
6
|
title?: string
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { Input } from '
|
|
3
|
-
import { Button } from '
|
|
4
|
-
import { Badge } from '
|
|
2
|
+
import { Input } from '../../../../components/ui/input'
|
|
3
|
+
import { Button } from '../../../../components/ui/button'
|
|
4
|
+
import { Badge } from '../../../../components/ui/badge'
|
|
5
5
|
import { Search, Filter, X } from 'lucide-react'
|
|
6
|
-
import { cn } from '
|
|
6
|
+
import { cn } from '../../../../lib/utils'
|
|
7
7
|
|
|
8
8
|
interface FilterBarProps {
|
|
9
9
|
placeholder?: string
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { cn } from '
|
|
3
|
-
import { Button } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
|
+
import { Button } from '../../../../components/ui/button'
|
|
4
4
|
import { ArrowRight } from 'lucide-react'
|
|
5
5
|
|
|
6
6
|
interface CtaBlockProps {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { cn } from '
|
|
3
|
-
import { Button } from '
|
|
4
|
-
import { Badge } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
|
+
import { Button } from '../../../../components/ui/button'
|
|
4
|
+
import { Badge } from '../../../../components/ui/badge'
|
|
5
5
|
import { ArrowRight } from 'lucide-react'
|
|
6
6
|
|
|
7
7
|
interface HeroSectionProps {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { Card, CardContent } from '
|
|
3
|
-
import { Avatar, AvatarFallback, AvatarImage } from '
|
|
2
|
+
import { Card, CardContent } from '../../../../components/ui/card'
|
|
3
|
+
import { Avatar, AvatarFallback, AvatarImage } from '../../../../components/ui/avatar'
|
|
4
4
|
import { Star } from 'lucide-react'
|
|
5
|
-
import { cn } from '
|
|
5
|
+
import { cn } from '../../../../lib/utils'
|
|
6
6
|
|
|
7
7
|
interface TestimonialCardProps {
|
|
8
8
|
quote: string
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { cn } from '
|
|
3
|
-
import { Button } from '
|
|
4
|
-
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
|
+
import { Button } from '../../../../components/ui/button'
|
|
4
|
+
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '../../../../components/ui/tooltip'
|
|
5
5
|
|
|
6
6
|
interface CallControlButtonProps {
|
|
7
7
|
tooltip?: string
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { cn } from '
|
|
3
|
-
import { ScrollArea } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
|
+
import { ScrollArea } from '../../../../components/ui/scroll-area'
|
|
4
4
|
|
|
5
5
|
interface AppSidebarProps {
|
|
6
6
|
className?: string
|
|
@@ -6,10 +6,10 @@ import {
|
|
|
6
6
|
DropdownMenuItem,
|
|
7
7
|
DropdownMenuLabel,
|
|
8
8
|
DropdownMenuSeparator,
|
|
9
|
-
} from '
|
|
9
|
+
} from '../../../../components/ui/dropdown-menu'
|
|
10
10
|
import { ChevronsUpDown, Building2 } from 'lucide-react'
|
|
11
|
-
import { Avatar, AvatarImage, AvatarFallback } from '
|
|
12
|
-
import { cn } from '
|
|
11
|
+
import { Avatar, AvatarImage, AvatarFallback } from '../../../../components/ui/avatar'
|
|
12
|
+
import { cn } from '../../../../lib/utils'
|
|
13
13
|
|
|
14
14
|
interface ContextItem {
|
|
15
15
|
id: string
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { cn } from '
|
|
2
|
+
import { cn } from '../../../../lib/utils'
|
|
3
3
|
import { Menu } from 'lucide-react'
|
|
4
|
-
import { Button } from '
|
|
4
|
+
import { Button } from '../../../../components/ui/button'
|
|
5
5
|
|
|
6
6
|
interface TopNavbarProps {
|
|
7
7
|
className?: string
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { Card, CardContent } from '
|
|
3
|
-
import { Button } from '
|
|
2
|
+
import { Card, CardContent } from '../../../../components/ui/card'
|
|
3
|
+
import { Button } from '../../../../components/ui/button'
|
|
4
4
|
import { CheckCircle2, ArrowRight } from 'lucide-react'
|
|
5
|
-
import { cn } from '
|
|
5
|
+
import { cn } from '../../../../lib/utils'
|
|
6
6
|
|
|
7
7
|
interface OnboardingWelcomeProps {
|
|
8
8
|
title: string
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { Avatar, AvatarFallback, AvatarImage } from '
|
|
3
|
-
import { Card } from '
|
|
4
|
-
import { cn } from '
|
|
2
|
+
import { Avatar, AvatarFallback, AvatarImage } from '../../../../components/ui/avatar'
|
|
3
|
+
import { Card } from '../../../../components/ui/card'
|
|
4
|
+
import { cn } from '../../../../lib/utils'
|
|
5
5
|
|
|
6
6
|
interface ConnectionItemProps {
|
|
7
7
|
name: string
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { Avatar, AvatarFallback, AvatarImage } from '
|
|
3
|
-
import { Badge } from '
|
|
4
|
-
import { cn } from '
|
|
2
|
+
import { Avatar, AvatarFallback, AvatarImage } from '../../../../components/ui/avatar'
|
|
3
|
+
import { Badge } from '../../../../components/ui/badge'
|
|
4
|
+
import { cn } from '../../../../lib/utils'
|
|
5
5
|
|
|
6
6
|
interface ProfileHeaderProps {
|
|
7
7
|
name: string
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
|
-
import { Card, CardContent } from '
|
|
3
|
-
import { Badge } from '
|
|
2
|
+
import { Card, CardContent } from '../../../../components/ui/card'
|
|
3
|
+
import { Badge } from '../../../../components/ui/badge'
|
|
4
4
|
import { Calendar, Clock, MapPin, Video } from 'lucide-react'
|
|
5
|
-
import { cn } from '
|
|
5
|
+
import { cn } from '../../../../lib/utils'
|
|
6
6
|
|
|
7
7
|
interface EventCardProps {
|
|
8
8
|
title: string
|