chore: framer-motion -> motion, tweaks
This commit is contained in:
parent
340247cd77
commit
243528962f
@ -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";
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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";
|
||||
|
@ -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"
|
||||
|
@ -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 = {
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user