From 6a87c26939424106b36a076c247a4f9049a0a77c Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 12:06:57 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in 2590849 according to the output from Prettier. Details: None --- .../stateless/AnimatedIcon/AnimatedIcon.mdx | 46 +++++++++++++++---- 1 file changed, 37 insertions(+), 9 deletions(-) diff --git a/src/components/stateless/AnimatedIcon/AnimatedIcon.mdx b/src/components/stateless/AnimatedIcon/AnimatedIcon.mdx index 3ca09359..7e39ea45 100644 --- a/src/components/stateless/AnimatedIcon/AnimatedIcon.mdx +++ b/src/components/stateless/AnimatedIcon/AnimatedIcon.mdx @@ -7,7 +7,7 @@ import { Music, Heart, Play, Smartphone } from 'lucide-react' # AnimatedIcon -A lightweight animated wrapper for icon components. Provides a small set of animation *variants* and *modes* and intentionally defaults to `mode="hover"` for performance. Animations respect the user's `prefers-reduced-motion` preference. +A lightweight animated wrapper for icon components. Provides a small set of animation _variants_ and _modes_ and intentionally defaults to `mode="hover"` for performance. Animations respect the user's `prefers-reduced-motion` preference. import { ArgsTable } from '../../../storybook/ArgsTable' @@ -15,10 +15,30 @@ import { ArgsTable } from '../../../storybook/ArgsTable' @@ -31,10 +51,18 @@ import { ArgsTable } from '../../../storybook/ArgsTable'
- - - - + + + + + + + + + + + +