chore: framer-motion -> motion, tweaks

This commit is contained in:
Aidan 2025-03-27 22:42:37 -04:00
parent 340247cd77
commit 243528962f
13 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
"use client";
import { motion } from "framer-motion"
import { motion } from "motion/react"
import { SideMenu } from "@/components/pages/dashboard/SideMenu"
import { Sparkles } from "lucide-react";

View File

@ -1,6 +1,6 @@
"use client";
import { motion } from "framer-motion"
import { motion } from "motion/react"
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs"
import { HomeTab } from "@/components/pages/dashboard/downloads/HomeTab"
import { EmailTab } from "@/components/pages/dashboard/downloads/EmailTab"

View File

@ -1,6 +1,6 @@
"use client";
import { motion } from "framer-motion"
import { motion } from "motion/react"
import { SideMenu } from "@/components/pages/dashboard/SideMenu"
import { BadgeDollarSign } from "lucide-react"

View File

@ -1,7 +1,7 @@
"use client"
import { useState, useEffect } from "react"
import { motion } from "framer-motion"
import { motion } from "motion/react"
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs"
import { OverviewTab } from "@/components/pages/dashboard/OverviewTab"
import { SecurityTab } from "@/components/pages/dashboard/SecurityTab"

View File

@ -1,6 +1,6 @@
"use client";
import { motion } from "framer-motion"
import { motion } from "motion/react"
import { SideMenu } from "@/components/pages/dashboard/SideMenu"
import { Switch } from "@/components/ui/switch"
import { Label } from "@/components/ui/label"

View File

@ -1,6 +1,6 @@
"use client";
import { motion } from "framer-motion"
import { motion } from "motion/react"
import { SideMenu } from "@/components/pages/dashboard/SideMenu"
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
import { Separator } from "@/components/ui/separator";

View File

@ -1,6 +1,6 @@
"use client"
import { motion } from "framer-motion"
import { motion } from "motion/react"
import { SideMenu } from "@/components/pages/dashboard/SideMenu"
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"
import { Input } from "@/components/ui/input"

View File

@ -1,6 +1,6 @@
"use client";
import { motion } from "framer-motion"
import { motion } from "motion/react"
import { SideMenu } from "@/components/pages/dashboard/SideMenu"
const fadeIn = {

View File

@ -9,7 +9,7 @@ import { Label } from "@/components/ui/label"
import { Button } from "@/components/ui/button"
import { Switch } from "@/components/ui/switch"
import Link from "next/link"
import { motion, AnimatePresence } from "framer-motion"
import { motion, AnimatePresence } from "motion/react"
import { UserPlus, UserCog, Heart, AlertCircle, CheckCircle2, Mail, Lock, User, Bot, Loader, ArrowLeft } from "lucide-react"
import { useRouter } from "next/navigation"
import { validateEmail, validatePassword } from "@/lib/utils"

View File

@ -1,6 +1,6 @@
"use client"
import { motion } from "framer-motion"
import { motion } from "motion/react"
import { Card, CardContent, CardHeader, CardTitle, CardDescription } from "@/components/ui/card"
import { Button } from "@/components/ui/button"
import { ExternalLink, Mail, Sparkles, Lock, BadgeCheck, CircleArrowRight } from "lucide-react"

View File

@ -1,7 +1,7 @@
"use client"
import { motion } from "framer-motion"
import React from "react"
import { motion } from "motion/react"
import { Mail, Lock, Disc3, Headset } from "lucide-react"
import { SiGitea, SiAuthentik } from "react-icons/si"

View File

@ -2,7 +2,7 @@
import React from "react"
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"
import { motion } from "framer-motion"
import { motion } from "motion/react"
import AnimatedIcon from "./AnimatedIcon"
interface FeatureCardProps {

View File

@ -6,7 +6,7 @@ import { Separator } from "@/components/ui/separator"
import { Badge } from "@/components/ui/badge"
import { Button } from "@/components/ui/button"
import Link from "next/link"
import { motion, HTMLMotionProps } from "framer-motion"
import { motion } from "motion/react"
interface PricingFeatures {
everything: string[]