chore: generate

This commit is contained in:
opencode-agent[bot]
2026-03-07 11:26:12 +00:00
parent bbd0f3a252
commit c53c9d4e4e
4 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
import { createEffect, createSignal, on, onCleanup, onMount } from "solid-js"
import { animate, type AnimationPlaybackControls, clearFadeStyles, clearMaskStyles, GROW_SPRING, WIPE_MASK } from "./motion"
import {
animate,
type AnimationPlaybackControls,
clearFadeStyles,
clearMaskStyles,
GROW_SPRING,
WIPE_MASK,
} from "./motion"
import { prefersReducedMotion } from "../hooks/use-reduced-motion"
const px = (value: number | string | undefined, fallback: number) => {