Skip to content

Commit 3ba3dac

Browse files
committed
refactor(docs): remove unused framer-motion
1 parent 0365196 commit 3ba3dac

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

ark/docs/components/PlatformCloud.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"use client"
22

3-
import { motion } from "framer-motion"
43
import { BunIcon } from "./icons/bun.tsx"
54
import { ChromiumIcon } from "./icons/chromium.tsx"
65
import { DenoIcon } from "./icons/deno.tsx"
@@ -81,7 +80,7 @@ export const PlatformCloud = ({
8180
>
8281
<Left height={50} aria-label={left} />
8382
</div>
84-
<motion.div
83+
<div
8584
style={{
8685
position: "absolute",
8786
height: 45,
@@ -91,7 +90,7 @@ export const PlatformCloud = ({
9190
}}
9291
>
9392
<Top height={45} aria-label={top} />
94-
</motion.div>
93+
</div>
9594
</div>
9695
)
9796
}

ark/docs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"arkthemes": "workspace:*",
2727
"arktype": "workspace:*",
2828
"class-variance-authority": "0.7.1",
29-
"framer-motion": "12.23.12",
3029
"fumadocs-core": "15.2.3",
3130
"fumadocs-mdx": "11.5.7",
3231
"fumadocs-twoslash": "3.1.0",

0 commit comments

Comments
 (0)