@reinvented/design 1.1.0 → 1.2.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.
Files changed (111) hide show
  1. package/package.json +1 -1
  2. package/src/components/blocks/auth/auth-card/AuthCard.tsx +2 -2
  3. package/src/components/blocks/auth/social-login/SocialLoginGroup.tsx +2 -2
  4. package/src/components/blocks/auth/two-factor/TwoFactorForm.tsx +4 -4
  5. package/src/components/blocks/communication/activity-item/ActivityItem.tsx +1 -1
  6. package/src/components/blocks/communication/activity-item/ActivityItemAvatar.tsx +2 -2
  7. package/src/components/blocks/communication/activity-item/ActivityItemContent.tsx +1 -1
  8. package/src/components/blocks/communication/chat-bubble/ChatBubble.tsx +1 -1
  9. package/src/components/blocks/communication/chat-bubble/ChatBubbleAvatar.tsx +2 -2
  10. package/src/components/blocks/communication/chat-bubble/ChatBubbleMessage.tsx +1 -1
  11. package/src/components/blocks/communication/chat-bubble/ChatBubbleTimestamp.tsx +1 -1
  12. package/src/components/blocks/content/article-header/ArticleHeader.tsx +3 -3
  13. package/src/components/blocks/content/author-card/AuthorCard.tsx +4 -4
  14. package/src/components/blocks/content/rich-text/RichTextContent.tsx +1 -1
  15. package/src/components/blocks/data-management/kanban/KanbanBoard.tsx +1 -1
  16. package/src/components/blocks/data-management/kanban/KanbanCard.tsx +4 -4
  17. package/src/components/blocks/data-management/kanban/KanbanColumn.tsx +3 -3
  18. package/src/components/blocks/data-management/tree-view/TreeItem.tsx +2 -2
  19. package/src/components/blocks/data-management/tree-view/TreeView.tsx +1 -1
  20. package/src/components/blocks/data-viz/financial-ticker/FinancialTicker.tsx +1 -1
  21. package/src/components/blocks/data-viz/kpi-card/KpiCard.tsx +2 -2
  22. package/src/components/blocks/data-viz/stat-grid/StatGrid.tsx +1 -1
  23. package/src/components/blocks/ecommerce/pricing-tier/PricingFeatureList.tsx +2 -2
  24. package/src/components/blocks/ecommerce/pricing-tier/PricingHeader.tsx +2 -2
  25. package/src/components/blocks/ecommerce/pricing-tier/PricingTier.tsx +2 -2
  26. package/src/components/blocks/ecommerce/product-card/ProductCard.tsx +2 -2
  27. package/src/components/blocks/ecommerce/product-card/ProductCardContent.tsx +2 -2
  28. package/src/components/blocks/ecommerce/product-card/ProductCardImage.tsx +1 -1
  29. package/src/components/blocks/ecommerce/product-card/ProductCardPrice.tsx +1 -1
  30. package/src/components/blocks/ecommerce/rating-summary/RatingStars.tsx +1 -1
  31. package/src/components/blocks/feedback/empty-state/EmptyState.tsx +2 -2
  32. package/src/components/blocks/feedback/error-state/ErrorState.tsx +2 -2
  33. package/src/components/blocks/feedback/not-found/NotFoundState.tsx +2 -2
  34. package/src/components/blocks/filtering/faceted-sidebar/FacetedGroup.tsx +2 -2
  35. package/src/components/blocks/filtering/faceted-sidebar/FacetedSidebar.tsx +2 -2
  36. package/src/components/blocks/filtering/filter-bar/FilterBar.tsx +4 -4
  37. package/src/components/blocks/filtering/search-result/SearchResultItem.tsx +2 -2
  38. package/src/components/blocks/marketing/cta-block/CtaBlock.tsx +2 -2
  39. package/src/components/blocks/marketing/feature-grid/FeatureGrid.tsx +1 -1
  40. package/src/components/blocks/marketing/hero-section/HeroSection.tsx +3 -3
  41. package/src/components/blocks/marketing/testimonial-card/TestimonialCard.tsx +3 -3
  42. package/src/components/blocks/media/call-controls/CallControlButton.tsx +3 -3
  43. package/src/components/blocks/media/call-controls/CallControls.tsx +1 -1
  44. package/src/components/blocks/media/media-player/MediaPlayer.tsx +1 -1
  45. package/src/components/blocks/media/media-player/MediaPlayerControls.tsx +1 -1
  46. package/src/components/blocks/media/media-player/MediaPlayerScrubber.tsx +1 -1
  47. package/src/components/blocks/media/media-player/MediaPlayerVideo.tsx +1 -1
  48. package/src/components/blocks/navigation/app-sidebar/AppSidebar.tsx +2 -2
  49. package/src/components/blocks/navigation/app-sidebar/NavItem.tsx +1 -1
  50. package/src/components/blocks/navigation/context-switcher/ContextSwitcher.tsx +3 -3
  51. package/src/components/blocks/navigation/top-navbar/TopNavbar.tsx +2 -2
  52. package/src/components/blocks/onboarding/onboarding-welcome/OnboardingWelcome.tsx +3 -3
  53. package/src/components/blocks/onboarding/step-wizard/StepWizard.tsx +1 -1
  54. package/src/components/blocks/profiles/connection-list/ConnectionItem.tsx +3 -3
  55. package/src/components/blocks/profiles/connection-list/ConnectionList.tsx +1 -1
  56. package/src/components/blocks/profiles/profile-header/ProfileHeader.tsx +3 -3
  57. package/src/components/blocks/profiles/profile-stats/ProfileStats.tsx +1 -1
  58. package/src/components/blocks/scheduling/booking-slot/BookingSlot.tsx +1 -1
  59. package/src/components/blocks/scheduling/event-card/EventCard.tsx +3 -3
  60. package/src/components/blocks/scheduling/timeline-row/TimelineRow.tsx +2 -2
  61. package/src/components/blocks/settings/billing-usage/BillingUsage.tsx +3 -3
  62. package/src/components/blocks/settings/integration-card/IntegrationCard.tsx +5 -5
  63. package/src/components/blocks/settings/settings-section/SettingsSection.tsx +1 -1
  64. package/src/components/ui/accordion.tsx +1 -1
  65. package/src/components/ui/alert-dialog.tsx +2 -2
  66. package/src/components/ui/alert.tsx +1 -1
  67. package/src/components/ui/avatar.tsx +1 -1
  68. package/src/components/ui/badge.tsx +7 -1
  69. package/src/components/ui/breadcrumb.tsx +1 -1
  70. package/src/components/ui/button.tsx +8 -1
  71. package/src/components/ui/calendar.tsx +2 -2
  72. package/src/components/ui/card.tsx +1 -1
  73. package/src/components/ui/carousel.tsx +2 -2
  74. package/src/components/ui/chart.tsx +1 -1
  75. package/src/components/ui/checkbox.tsx +1 -1
  76. package/src/components/ui/command.tsx +2 -2
  77. package/src/components/ui/component-placeholder.tsx +1 -1
  78. package/src/components/ui/context-menu.tsx +1 -1
  79. package/src/components/ui/dialog.tsx +1 -1
  80. package/src/components/ui/drawer.tsx +1 -1
  81. package/src/components/ui/dropdown-menu.tsx +1 -1
  82. package/src/components/ui/form.tsx +2 -2
  83. package/src/components/ui/hover-card.tsx +1 -1
  84. package/src/components/ui/input-otp.tsx +1 -1
  85. package/src/components/ui/input.tsx +1 -1
  86. package/src/components/ui/label.tsx +1 -1
  87. package/src/components/ui/menubar.tsx +1 -1
  88. package/src/components/ui/navigation-menu.tsx +1 -1
  89. package/src/components/ui/pagination.tsx +2 -2
  90. package/src/components/ui/popover.tsx +1 -1
  91. package/src/components/ui/progress.tsx +1 -1
  92. package/src/components/ui/radio-group.tsx +1 -1
  93. package/src/components/ui/resizable.tsx +1 -1
  94. package/src/components/ui/scroll-area.tsx +1 -1
  95. package/src/components/ui/select.tsx +1 -1
  96. package/src/components/ui/separator.tsx +1 -1
  97. package/src/components/ui/sheet.tsx +1 -1
  98. package/src/components/ui/skeleton.tsx +1 -1
  99. package/src/components/ui/slider.tsx +1 -1
  100. package/src/components/ui/sonner.tsx +13 -6
  101. package/src/components/ui/switch.tsx +1 -1
  102. package/src/components/ui/table.tsx +1 -1
  103. package/src/components/ui/tabs.tsx +1 -1
  104. package/src/components/ui/textarea.tsx +1 -1
  105. package/src/components/ui/toast.tsx +1 -1
  106. package/src/components/ui/toaster.tsx +1 -1
  107. package/src/components/ui/toggle-group.tsx +2 -2
  108. package/src/components/ui/toggle.tsx +1 -1
  109. package/src/components/ui/tooltip.tsx +1 -1
  110. package/src/hooks/use-toast.ts +1 -1
  111. package/src/styles/tokens.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reinvented/design",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
3
- import { Card, CardContent, CardDescription, CardHeader, CardTitle, CardFooter } from '@/components/ui/card'
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 '@/lib/utils'
3
- import { Button } from '@/components/ui/button'
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 '@/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'
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,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  export function ActivityItem({
5
5
  className,
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
2
  import type { HTMLAttributes } from 'react'
3
- import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'
4
- import { cn } from '@/lib/utils'
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,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  export function ActivityItemContent({
5
5
  className,
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  interface ChatBubbleProps extends React.HTMLAttributes<HTMLDivElement> {
5
5
  variant?: 'sent' | 'received'
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
2
  import type { HTMLAttributes } from 'react'
3
- import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'
4
- import { cn } from '@/lib/utils'
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,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  interface ChatBubbleMessageProps extends React.HTMLAttributes<HTMLDivElement> {
5
5
  variant?: 'sent' | 'received'
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  interface ChatBubbleTimestampProps extends React.HTMLAttributes<HTMLSpanElement> {
5
5
  timestamp: string
@@ -1,8 +1,8 @@
1
1
  import React from 'react'
2
2
  import type { HTMLAttributes } from 'react'
3
- import { cn } from '@/lib/utils'
4
- import { Badge } from '@/components/ui/badge'
5
- import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'
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 '@/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'
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,6 +1,6 @@
1
1
  import React from 'react'
2
2
  import type { HTMLAttributes, ReactNode } from 'react'
3
- import { cn } from '@/lib/utils'
3
+ import { cn } from '../../../../lib/utils'
4
4
 
5
5
  interface RichTextContentProps {
6
6
  className?: HTMLAttributes<HTMLElement>['className']
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  export function KanbanBoard({ className, children, ...props }: React.HTMLAttributes<HTMLDivElement>) {
5
5
  return (
@@ -1,8 +1,8 @@
1
1
  import React from 'react'
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'
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 '@/lib/utils'
3
- import { Badge } from '@/components/ui/badge'
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 '@/components/ui/button'
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 '@/lib/utils'
4
- import { Collapsible, CollapsibleContent, CollapsibleTrigger } from '@/components/ui/collapsible'
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,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  export function TreeView({ class: className, children }: { class?: string; children?: React.ReactNode }) {
5
5
  return (
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  interface FinancialTickerProps {
5
5
  symbol: string
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
- import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'
2
+ import { Card, CardContent, CardHeader, CardTitle } from '../../../../components/ui/card'
3
3
  import { TrendingUp, TrendingDown, Minus } from 'lucide-react'
4
- import { cn } from '@/lib/utils'
4
+ import { cn } from '../../../../lib/utils'
5
5
 
6
6
  interface KpiCardProps {
7
7
  title: string
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  interface StatGridProps {
5
5
  columns?: 2 | 3 | 4
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
2
  import type { HTMLAttributes } from 'react'
3
- import { CardContent } from '@/components/ui/card'
4
- import { cn } from '@/lib/utils'
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 '@/components/ui/card'
4
- import { cn } from '@/lib/utils'
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 '@/components/ui/card'
4
- import { cn } from '@/lib/utils'
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 '@/components/ui/card'
4
- import { cn } from '@/lib/utils'
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 '@/components/ui/card'
3
- import { cn } from '@/lib/utils'
2
+ import { CardContent } from '../../../../components/ui/card'
3
+ import { cn } from '../../../../lib/utils'
4
4
 
5
5
  export function ProductCardContent({
6
6
  className,
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  interface ProductCardImageProps extends React.HTMLAttributes<HTMLDivElement> {
5
5
  src: string
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  interface ProductCardPriceProps extends React.HTMLAttributes<HTMLDivElement> {
5
5
  price: string
@@ -1,6 +1,6 @@
1
1
  import React from 'react'
2
2
  import { Star, StarHalf } from 'lucide-react'
3
- import { cn } from '@/lib/utils'
3
+ import { cn } from '../../../../lib/utils'
4
4
 
5
5
  interface RatingStarsProps {
6
6
  rating: number
@@ -1,6 +1,6 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
3
- import { Button } from '@/components/ui/button'
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 '@/lib/utils'
3
- import { Button } from '@/components/ui/button'
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 '@/lib/utils'
3
- import { Button } from '@/components/ui/button'
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 '@/lib/utils'
3
- import { Collapsible, CollapsibleTrigger, CollapsibleContent } from '@/components/ui/collapsible'
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 '@/lib/utils'
3
- import { ScrollArea } from '@/components/ui/scroll-area'
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 '@/components/ui/input'
3
- import { Button } from '@/components/ui/button'
4
- import { Badge } from '@/components/ui/badge'
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 '@/lib/utils'
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 '@/lib/utils'
3
- import { Badge } from '@/components/ui/badge'
2
+ import { cn } from '../../../../lib/utils'
3
+ import { Badge } from '../../../../components/ui/badge'
4
4
 
5
5
  interface SearchResultItemProps {
6
6
  title: string
@@ -1,6 +1,6 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
3
- import { Button } from '@/components/ui/button'
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,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  interface Feature {
5
5
  title: string
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
3
- import { Button } from '@/components/ui/button'
4
- import { Badge } from '@/components/ui/badge'
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 '@/components/ui/card'
3
- import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'
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 '@/lib/utils'
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 '@/lib/utils'
3
- import { Button } from '@/components/ui/button'
4
- import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '@/components/ui/tooltip'
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,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  export function CallControls({ className, children }: { className?: string; children?: React.ReactNode }) {
5
5
  return (
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  export function MediaPlayer({
5
5
  className,
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  export function MediaPlayerControls({
5
5
  className,
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import { Slider } from '@/components/ui/slider'
2
+ import { Slider } from '../../../../components/ui/slider'
3
3
 
4
4
  interface MediaPlayerScrubberProps {
5
5
  defaultValue?: number[]
@@ -1,6 +1,6 @@
1
1
  import React from 'react'
2
2
  import type { HTMLAttributes } from 'react'
3
- import { cn } from '@/lib/utils'
3
+ import { cn } from '../../../../lib/utils'
4
4
  import { Play } from 'lucide-react'
5
5
 
6
6
  interface MediaPlayerVideoProps {
@@ -1,6 +1,6 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
3
- import { ScrollArea } from '@/components/ui/scroll-area'
2
+ import { cn } from '../../../../lib/utils'
3
+ import { ScrollArea } from '../../../../components/ui/scroll-area'
4
4
 
5
5
  interface AppSidebarProps {
6
6
  className?: string
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  interface NavItemProps {
5
5
  href?: string
@@ -6,10 +6,10 @@ import {
6
6
  DropdownMenuItem,
7
7
  DropdownMenuLabel,
8
8
  DropdownMenuSeparator,
9
- } from '@/components/ui/dropdown-menu'
9
+ } from '../../../../components/ui/dropdown-menu'
10
10
  import { ChevronsUpDown, Building2 } from 'lucide-react'
11
- import { Avatar, AvatarImage, AvatarFallback } from '@/components/ui/avatar'
12
- import { cn } from '@/lib/utils'
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 '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
  import { Menu } from 'lucide-react'
4
- import { Button } from '@/components/ui/button'
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 '@/components/ui/card'
3
- import { Button } from '@/components/ui/button'
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 '@/lib/utils'
5
+ import { cn } from '../../../../lib/utils'
6
6
 
7
7
  interface OnboardingWelcomeProps {
8
8
  title: string
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
  import { Check } from 'lucide-react'
4
4
 
5
5
  interface StepWizardProps {
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
- import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'
3
- import { Card } from '@/components/ui/card'
4
- import { cn } from '@/lib/utils'
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,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  export function ConnectionList({
5
5
  className,
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
- import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'
3
- import { Badge } from '@/components/ui/badge'
4
- import { cn } from '@/lib/utils'
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,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
 
4
4
  interface ProfileStatsProps {
5
5
  stats: { label: string; value: string | number }[]
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import { cn } from '@/lib/utils'
2
+ import { cn } from '../../../../lib/utils'
3
3
  import { Check } from 'lucide-react'
4
4
 
5
5
  interface BookingSlotProps {
@@ -1,8 +1,8 @@
1
1
  import React from 'react'
2
- import { Card, CardContent } from '@/components/ui/card'
3
- import { Badge } from '@/components/ui/badge'
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 '@/lib/utils'
5
+ import { cn } from '../../../../lib/utils'
6
6
 
7
7
  interface EventCardProps {
8
8
  title: string