@zentauri-ui/zentauri-components 1.8.2 → 1.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +155 -27
- package/cli/cli.integration.test.ts +94 -2
- package/cli/index.mjs +97 -14
- package/cli/registry.json +334 -1
- package/cli/rewrite-imports.mjs +4 -1
- package/dist/animations/blur-in/blur-in.d.ts +5 -0
- package/dist/animations/blur-in/blur-in.d.ts.map +1 -0
- package/dist/animations/blur-in/index.d.ts +4 -0
- package/dist/animations/blur-in/index.d.ts.map +1 -0
- package/dist/animations/blur-in/presets.d.ts +19 -0
- package/dist/animations/blur-in/presets.d.ts.map +1 -0
- package/dist/animations/blur-in/types.d.ts +3 -0
- package/dist/animations/blur-in/types.d.ts.map +1 -0
- package/dist/animations/blur-in.js +24 -0
- package/dist/animations/blur-in.js.map +1 -0
- package/dist/animations/blur-in.mjs +21 -0
- package/dist/animations/blur-in.mjs.map +1 -0
- package/dist/animations/blur-out/blur-out.d.ts +5 -0
- package/dist/animations/blur-out/blur-out.d.ts.map +1 -0
- package/dist/animations/blur-out/index.d.ts +4 -0
- package/dist/animations/blur-out/index.d.ts.map +1 -0
- package/dist/animations/blur-out/presets.d.ts +19 -0
- package/dist/animations/blur-out/presets.d.ts.map +1 -0
- package/dist/animations/blur-out/types.d.ts +3 -0
- package/dist/animations/blur-out/types.d.ts.map +1 -0
- package/dist/animations/blur-out.js +24 -0
- package/dist/animations/blur-out.js.map +1 -0
- package/dist/animations/blur-out.mjs +21 -0
- package/dist/animations/blur-out.mjs.map +1 -0
- package/dist/animations/bounce/bounce.d.ts +5 -0
- package/dist/animations/bounce/bounce.d.ts.map +1 -0
- package/dist/animations/bounce/index.d.ts +4 -0
- package/dist/animations/bounce/index.d.ts.map +1 -0
- package/dist/animations/bounce/presets.d.ts +19 -0
- package/dist/animations/bounce/presets.d.ts.map +1 -0
- package/dist/animations/bounce/types.d.ts +3 -0
- package/dist/animations/bounce/types.d.ts.map +1 -0
- package/dist/animations/bounce.js +29 -0
- package/dist/animations/bounce.js.map +1 -0
- package/dist/animations/bounce.mjs +26 -0
- package/dist/animations/bounce.mjs.map +1 -0
- package/dist/animations/fade-down/fade-down.d.ts +5 -0
- package/dist/animations/fade-down/fade-down.d.ts.map +1 -0
- package/dist/animations/fade-down/index.d.ts +4 -0
- package/dist/animations/fade-down/index.d.ts.map +1 -0
- package/dist/animations/fade-down/presets.d.ts +19 -0
- package/dist/animations/fade-down/presets.d.ts.map +1 -0
- package/dist/animations/fade-down/types.d.ts +3 -0
- package/dist/animations/fade-down/types.d.ts.map +1 -0
- package/dist/animations/fade-down.js +24 -0
- package/dist/animations/fade-down.js.map +1 -0
- package/dist/animations/fade-down.mjs +21 -0
- package/dist/animations/fade-down.mjs.map +1 -0
- package/dist/animations/fade-in/fade-in.d.ts +5 -0
- package/dist/animations/fade-in/fade-in.d.ts.map +1 -0
- package/dist/animations/fade-in/index.d.ts +4 -0
- package/dist/animations/fade-in/index.d.ts.map +1 -0
- package/dist/animations/fade-in/presets.d.ts +16 -0
- package/dist/animations/fade-in/presets.d.ts.map +1 -0
- package/dist/animations/fade-in/types.d.ts +3 -0
- package/dist/animations/fade-in/types.d.ts.map +1 -0
- package/dist/animations/fade-in.js +24 -0
- package/dist/animations/fade-in.js.map +1 -0
- package/dist/animations/fade-in.mjs +21 -0
- package/dist/animations/fade-in.mjs.map +1 -0
- package/dist/animations/fade-left/fade-left.d.ts +5 -0
- package/dist/animations/fade-left/fade-left.d.ts.map +1 -0
- package/dist/animations/fade-left/index.d.ts +4 -0
- package/dist/animations/fade-left/index.d.ts.map +1 -0
- package/dist/animations/fade-left/presets.d.ts +19 -0
- package/dist/animations/fade-left/presets.d.ts.map +1 -0
- package/dist/animations/fade-left/types.d.ts +3 -0
- package/dist/animations/fade-left/types.d.ts.map +1 -0
- package/dist/animations/fade-left.js +24 -0
- package/dist/animations/fade-left.js.map +1 -0
- package/dist/animations/fade-left.mjs +21 -0
- package/dist/animations/fade-left.mjs.map +1 -0
- package/dist/animations/fade-out/fade-out.d.ts +5 -0
- package/dist/animations/fade-out/fade-out.d.ts.map +1 -0
- package/dist/animations/fade-out/index.d.ts +4 -0
- package/dist/animations/fade-out/index.d.ts.map +1 -0
- package/dist/animations/fade-out/presets.d.ts +16 -0
- package/dist/animations/fade-out/presets.d.ts.map +1 -0
- package/dist/animations/fade-out/types.d.ts +3 -0
- package/dist/animations/fade-out/types.d.ts.map +1 -0
- package/dist/animations/fade-out.js +24 -0
- package/dist/animations/fade-out.js.map +1 -0
- package/dist/animations/fade-out.mjs +21 -0
- package/dist/animations/fade-out.mjs.map +1 -0
- package/dist/animations/fade-right/fade-right.d.ts +5 -0
- package/dist/animations/fade-right/fade-right.d.ts.map +1 -0
- package/dist/animations/fade-right/index.d.ts +4 -0
- package/dist/animations/fade-right/index.d.ts.map +1 -0
- package/dist/animations/fade-right/presets.d.ts +19 -0
- package/dist/animations/fade-right/presets.d.ts.map +1 -0
- package/dist/animations/fade-right/types.d.ts +3 -0
- package/dist/animations/fade-right/types.d.ts.map +1 -0
- package/dist/animations/fade-right.js +24 -0
- package/dist/animations/fade-right.js.map +1 -0
- package/dist/animations/fade-right.mjs +21 -0
- package/dist/animations/fade-right.mjs.map +1 -0
- package/dist/animations/fade-up/fade-up.d.ts +5 -0
- package/dist/animations/fade-up/fade-up.d.ts.map +1 -0
- package/dist/animations/fade-up/index.d.ts +4 -0
- package/dist/animations/fade-up/index.d.ts.map +1 -0
- package/dist/animations/fade-up/presets.d.ts +19 -0
- package/dist/animations/fade-up/presets.d.ts.map +1 -0
- package/dist/animations/fade-up/types.d.ts +3 -0
- package/dist/animations/fade-up/types.d.ts.map +1 -0
- package/dist/animations/fade-up.js +24 -0
- package/dist/animations/fade-up.js.map +1 -0
- package/dist/animations/fade-up.mjs +21 -0
- package/dist/animations/fade-up.mjs.map +1 -0
- package/dist/animations/flip/flip.d.ts +5 -0
- package/dist/animations/flip/flip.d.ts.map +1 -0
- package/dist/animations/flip/index.d.ts +4 -0
- package/dist/animations/flip/index.d.ts.map +1 -0
- package/dist/animations/flip/presets.d.ts +22 -0
- package/dist/animations/flip/presets.d.ts.map +1 -0
- package/dist/animations/flip/types.d.ts +3 -0
- package/dist/animations/flip/types.d.ts.map +1 -0
- package/dist/animations/flip-in/flip-in.d.ts +5 -0
- package/dist/animations/flip-in/flip-in.d.ts.map +1 -0
- package/dist/animations/flip-in/index.d.ts +4 -0
- package/dist/animations/flip-in/index.d.ts.map +1 -0
- package/dist/animations/flip-in/presets.d.ts +22 -0
- package/dist/animations/flip-in/presets.d.ts.map +1 -0
- package/dist/animations/flip-in/types.d.ts +3 -0
- package/dist/animations/flip-in/types.d.ts.map +1 -0
- package/dist/animations/flip-in.js +24 -0
- package/dist/animations/flip-in.js.map +1 -0
- package/dist/animations/flip-in.mjs +21 -0
- package/dist/animations/flip-in.mjs.map +1 -0
- package/dist/animations/flip.js +25 -0
- package/dist/animations/flip.js.map +1 -0
- package/dist/animations/flip.mjs +22 -0
- package/dist/animations/flip.mjs.map +1 -0
- package/dist/animations/float/float.d.ts +5 -0
- package/dist/animations/float/float.d.ts.map +1 -0
- package/dist/animations/float/index.d.ts +4 -0
- package/dist/animations/float/index.d.ts.map +1 -0
- package/dist/animations/float/presets.d.ts +18 -0
- package/dist/animations/float/presets.d.ts.map +1 -0
- package/dist/animations/float/types.d.ts +3 -0
- package/dist/animations/float/types.d.ts.map +1 -0
- package/dist/animations/float.js +24 -0
- package/dist/animations/float.js.map +1 -0
- package/dist/animations/float.mjs +21 -0
- package/dist/animations/float.mjs.map +1 -0
- package/dist/animations/hover-lift/hover-lift.d.ts +5 -0
- package/dist/animations/hover-lift/hover-lift.d.ts.map +1 -0
- package/dist/animations/hover-lift/index.d.ts +4 -0
- package/dist/animations/hover-lift/index.d.ts.map +1 -0
- package/dist/animations/hover-lift/presets.d.ts +29 -0
- package/dist/animations/hover-lift/presets.d.ts.map +1 -0
- package/dist/animations/hover-lift/types.d.ts +3 -0
- package/dist/animations/hover-lift/types.d.ts.map +1 -0
- package/dist/animations/hover-lift.js +26 -0
- package/dist/animations/hover-lift.js.map +1 -0
- package/dist/animations/hover-lift.mjs +23 -0
- package/dist/animations/hover-lift.mjs.map +1 -0
- package/dist/animations/hover-scale/hover-scale.d.ts +5 -0
- package/dist/animations/hover-scale/hover-scale.d.ts.map +1 -0
- package/dist/animations/hover-scale/index.d.ts +4 -0
- package/dist/animations/hover-scale/index.d.ts.map +1 -0
- package/dist/animations/hover-scale/presets.d.ts +24 -0
- package/dist/animations/hover-scale/presets.d.ts.map +1 -0
- package/dist/animations/hover-scale/types.d.ts +3 -0
- package/dist/animations/hover-scale/types.d.ts.map +1 -0
- package/dist/animations/hover-scale.js +26 -0
- package/dist/animations/hover-scale.js.map +1 -0
- package/dist/animations/hover-scale.mjs +23 -0
- package/dist/animations/hover-scale.mjs.map +1 -0
- package/dist/animations/magnetic/index.d.ts +4 -0
- package/dist/animations/magnetic/index.d.ts.map +1 -0
- package/dist/animations/magnetic/magnetic.d.ts +5 -0
- package/dist/animations/magnetic/magnetic.d.ts.map +1 -0
- package/dist/animations/magnetic/presets.d.ts +32 -0
- package/dist/animations/magnetic/presets.d.ts.map +1 -0
- package/dist/animations/magnetic/types.d.ts +3 -0
- package/dist/animations/magnetic/types.d.ts.map +1 -0
- package/dist/animations/magnetic.js +26 -0
- package/dist/animations/magnetic.js.map +1 -0
- package/dist/animations/magnetic.mjs +23 -0
- package/dist/animations/magnetic.mjs.map +1 -0
- package/dist/animations/parallax/index.d.ts +4 -0
- package/dist/animations/parallax/index.d.ts.map +1 -0
- package/dist/animations/parallax/parallax.d.ts +5 -0
- package/dist/animations/parallax/parallax.d.ts.map +1 -0
- package/dist/animations/parallax/presets.d.ts +20 -0
- package/dist/animations/parallax/presets.d.ts.map +1 -0
- package/dist/animations/parallax/types.d.ts +3 -0
- package/dist/animations/parallax/types.d.ts.map +1 -0
- package/dist/animations/parallax.js +24 -0
- package/dist/animations/parallax.js.map +1 -0
- package/dist/animations/parallax.mjs +21 -0
- package/dist/animations/parallax.mjs.map +1 -0
- package/dist/animations/ping/index.d.ts +4 -0
- package/dist/animations/ping/index.d.ts.map +1 -0
- package/dist/animations/ping/ping.d.ts +5 -0
- package/dist/animations/ping/ping.d.ts.map +1 -0
- package/dist/animations/ping/presets.d.ts +21 -0
- package/dist/animations/ping/presets.d.ts.map +1 -0
- package/dist/animations/ping/types.d.ts +3 -0
- package/dist/animations/ping/types.d.ts.map +1 -0
- package/dist/animations/ping.js +25 -0
- package/dist/animations/ping.js.map +1 -0
- package/dist/animations/ping.mjs +22 -0
- package/dist/animations/ping.mjs.map +1 -0
- package/dist/animations/pop-in/index.d.ts +4 -0
- package/dist/animations/pop-in/index.d.ts.map +1 -0
- package/dist/animations/pop-in/pop-in.d.ts +5 -0
- package/dist/animations/pop-in/pop-in.d.ts.map +1 -0
- package/dist/animations/pop-in/presets.d.ts +19 -0
- package/dist/animations/pop-in/presets.d.ts.map +1 -0
- package/dist/animations/pop-in/types.d.ts +3 -0
- package/dist/animations/pop-in/types.d.ts.map +1 -0
- package/dist/animations/pop-in.js +24 -0
- package/dist/animations/pop-in.js.map +1 -0
- package/dist/animations/pop-in.mjs +21 -0
- package/dist/animations/pop-in.mjs.map +1 -0
- package/dist/animations/press/index.d.ts +4 -0
- package/dist/animations/press/index.d.ts.map +1 -0
- package/dist/animations/press/presets.d.ts +24 -0
- package/dist/animations/press/presets.d.ts.map +1 -0
- package/dist/animations/press/press.d.ts +5 -0
- package/dist/animations/press/press.d.ts.map +1 -0
- package/dist/animations/press/types.d.ts +3 -0
- package/dist/animations/press/types.d.ts.map +1 -0
- package/dist/animations/press.js +25 -0
- package/dist/animations/press.js.map +1 -0
- package/dist/animations/press.mjs +22 -0
- package/dist/animations/press.mjs.map +1 -0
- package/dist/animations/progress/index.d.ts +4 -0
- package/dist/animations/progress/index.d.ts.map +1 -0
- package/dist/animations/progress/presets.d.ts +19 -0
- package/dist/animations/progress/presets.d.ts.map +1 -0
- package/dist/animations/progress/progress.d.ts +5 -0
- package/dist/animations/progress/progress.d.ts.map +1 -0
- package/dist/animations/progress/types.d.ts +3 -0
- package/dist/animations/progress/types.d.ts.map +1 -0
- package/dist/animations/progress.js +24 -0
- package/dist/animations/progress.js.map +1 -0
- package/dist/animations/progress.mjs +21 -0
- package/dist/animations/progress.mjs.map +1 -0
- package/dist/animations/pulse/index.d.ts +4 -0
- package/dist/animations/pulse/index.d.ts.map +1 -0
- package/dist/animations/pulse/presets.d.ts +20 -0
- package/dist/animations/pulse/presets.d.ts.map +1 -0
- package/dist/animations/pulse/pulse.d.ts +5 -0
- package/dist/animations/pulse/pulse.d.ts.map +1 -0
- package/dist/animations/pulse/types.d.ts +3 -0
- package/dist/animations/pulse/types.d.ts.map +1 -0
- package/dist/animations/pulse.js +24 -0
- package/dist/animations/pulse.js.map +1 -0
- package/dist/animations/pulse.mjs +21 -0
- package/dist/animations/pulse.mjs.map +1 -0
- package/dist/animations/reorder/index.d.ts +4 -0
- package/dist/animations/reorder/index.d.ts.map +1 -0
- package/dist/animations/reorder/presets.d.ts +24 -0
- package/dist/animations/reorder/presets.d.ts.map +1 -0
- package/dist/animations/reorder/reorder.d.ts +5 -0
- package/dist/animations/reorder/reorder.d.ts.map +1 -0
- package/dist/animations/reorder/types.d.ts +3 -0
- package/dist/animations/reorder/types.d.ts.map +1 -0
- package/dist/animations/reorder.js +26 -0
- package/dist/animations/reorder.js.map +1 -0
- package/dist/animations/reorder.mjs +23 -0
- package/dist/animations/reorder.mjs.map +1 -0
- package/dist/animations/reveal-blur/index.d.ts +4 -0
- package/dist/animations/reveal-blur/index.d.ts.map +1 -0
- package/dist/animations/reveal-blur/presets.d.ts +22 -0
- package/dist/animations/reveal-blur/presets.d.ts.map +1 -0
- package/dist/animations/reveal-blur/reveal-blur.d.ts +5 -0
- package/dist/animations/reveal-blur/reveal-blur.d.ts.map +1 -0
- package/dist/animations/reveal-blur/types.d.ts +3 -0
- package/dist/animations/reveal-blur/types.d.ts.map +1 -0
- package/dist/animations/reveal-blur.js +24 -0
- package/dist/animations/reveal-blur.js.map +1 -0
- package/dist/animations/reveal-blur.mjs +21 -0
- package/dist/animations/reveal-blur.mjs.map +1 -0
- package/dist/animations/reveal-down/index.d.ts +4 -0
- package/dist/animations/reveal-down/index.d.ts.map +1 -0
- package/dist/animations/reveal-down/presets.d.ts +22 -0
- package/dist/animations/reveal-down/presets.d.ts.map +1 -0
- package/dist/animations/reveal-down/reveal-down.d.ts +5 -0
- package/dist/animations/reveal-down/reveal-down.d.ts.map +1 -0
- package/dist/animations/reveal-down/types.d.ts +3 -0
- package/dist/animations/reveal-down/types.d.ts.map +1 -0
- package/dist/animations/reveal-down.js +24 -0
- package/dist/animations/reveal-down.js.map +1 -0
- package/dist/animations/reveal-down.mjs +21 -0
- package/dist/animations/reveal-down.mjs.map +1 -0
- package/dist/animations/reveal-left/index.d.ts +4 -0
- package/dist/animations/reveal-left/index.d.ts.map +1 -0
- package/dist/animations/reveal-left/presets.d.ts +22 -0
- package/dist/animations/reveal-left/presets.d.ts.map +1 -0
- package/dist/animations/reveal-left/reveal-left.d.ts +5 -0
- package/dist/animations/reveal-left/reveal-left.d.ts.map +1 -0
- package/dist/animations/reveal-left/types.d.ts +3 -0
- package/dist/animations/reveal-left/types.d.ts.map +1 -0
- package/dist/animations/reveal-left.js +24 -0
- package/dist/animations/reveal-left.js.map +1 -0
- package/dist/animations/reveal-left.mjs +21 -0
- package/dist/animations/reveal-left.mjs.map +1 -0
- package/dist/animations/reveal-right/index.d.ts +4 -0
- package/dist/animations/reveal-right/index.d.ts.map +1 -0
- package/dist/animations/reveal-right/presets.d.ts +22 -0
- package/dist/animations/reveal-right/presets.d.ts.map +1 -0
- package/dist/animations/reveal-right/reveal-right.d.ts +5 -0
- package/dist/animations/reveal-right/reveal-right.d.ts.map +1 -0
- package/dist/animations/reveal-right/types.d.ts +3 -0
- package/dist/animations/reveal-right/types.d.ts.map +1 -0
- package/dist/animations/reveal-right.js +24 -0
- package/dist/animations/reveal-right.js.map +1 -0
- package/dist/animations/reveal-right.mjs +21 -0
- package/dist/animations/reveal-right.mjs.map +1 -0
- package/dist/animations/reveal-up/index.d.ts +4 -0
- package/dist/animations/reveal-up/index.d.ts.map +1 -0
- package/dist/animations/reveal-up/presets.d.ts +22 -0
- package/dist/animations/reveal-up/presets.d.ts.map +1 -0
- package/dist/animations/reveal-up/reveal-up.d.ts +5 -0
- package/dist/animations/reveal-up/reveal-up.d.ts.map +1 -0
- package/dist/animations/reveal-up/types.d.ts +3 -0
- package/dist/animations/reveal-up/types.d.ts.map +1 -0
- package/dist/animations/reveal-up.js +24 -0
- package/dist/animations/reveal-up.js.map +1 -0
- package/dist/animations/reveal-up.mjs +21 -0
- package/dist/animations/reveal-up.mjs.map +1 -0
- package/dist/animations/rotate-in/index.d.ts +4 -0
- package/dist/animations/rotate-in/index.d.ts.map +1 -0
- package/dist/animations/rotate-in/presets.d.ts +22 -0
- package/dist/animations/rotate-in/presets.d.ts.map +1 -0
- package/dist/animations/rotate-in/rotate-in.d.ts +5 -0
- package/dist/animations/rotate-in/rotate-in.d.ts.map +1 -0
- package/dist/animations/rotate-in/types.d.ts +3 -0
- package/dist/animations/rotate-in/types.d.ts.map +1 -0
- package/dist/animations/rotate-in.js +24 -0
- package/dist/animations/rotate-in.js.map +1 -0
- package/dist/animations/rotate-in.mjs +21 -0
- package/dist/animations/rotate-in.mjs.map +1 -0
- package/dist/animations/scale-in/index.d.ts +4 -0
- package/dist/animations/scale-in/index.d.ts.map +1 -0
- package/dist/animations/scale-in/presets.d.ts +19 -0
- package/dist/animations/scale-in/presets.d.ts.map +1 -0
- package/dist/animations/scale-in/scale-in.d.ts +5 -0
- package/dist/animations/scale-in/scale-in.d.ts.map +1 -0
- package/dist/animations/scale-in/types.d.ts +3 -0
- package/dist/animations/scale-in/types.d.ts.map +1 -0
- package/dist/animations/scale-in.js +24 -0
- package/dist/animations/scale-in.js.map +1 -0
- package/dist/animations/scale-in.mjs +21 -0
- package/dist/animations/scale-in.mjs.map +1 -0
- package/dist/animations/scale-out/index.d.ts +4 -0
- package/dist/animations/scale-out/index.d.ts.map +1 -0
- package/dist/animations/scale-out/presets.d.ts +19 -0
- package/dist/animations/scale-out/presets.d.ts.map +1 -0
- package/dist/animations/scale-out/scale-out.d.ts +5 -0
- package/dist/animations/scale-out/scale-out.d.ts.map +1 -0
- package/dist/animations/scale-out/types.d.ts +3 -0
- package/dist/animations/scale-out/types.d.ts.map +1 -0
- package/dist/animations/scale-out.js +24 -0
- package/dist/animations/scale-out.js.map +1 -0
- package/dist/animations/scale-out.mjs +21 -0
- package/dist/animations/scale-out.mjs.map +1 -0
- package/dist/animations/shake/index.d.ts +4 -0
- package/dist/animations/shake/index.d.ts.map +1 -0
- package/dist/animations/shake/presets.d.ts +19 -0
- package/dist/animations/shake/presets.d.ts.map +1 -0
- package/dist/animations/shake/shake.d.ts +5 -0
- package/dist/animations/shake/shake.d.ts.map +1 -0
- package/dist/animations/shake/types.d.ts +3 -0
- package/dist/animations/shake/types.d.ts.map +1 -0
- package/dist/animations/shake.js +29 -0
- package/dist/animations/shake.js.map +1 -0
- package/dist/animations/shake.mjs +26 -0
- package/dist/animations/shake.mjs.map +1 -0
- package/dist/animations/shared/create-motion-animation.d.ts +6 -0
- package/dist/animations/shared/create-motion-animation.d.ts.map +1 -0
- package/dist/animations/shared/index.d.ts +3 -0
- package/dist/animations/shared/index.d.ts.map +1 -0
- package/dist/animations/shared/types.d.ts +28 -0
- package/dist/animations/shared/types.d.ts.map +1 -0
- package/dist/animations/skeleton-shimmer/index.d.ts +4 -0
- package/dist/animations/skeleton-shimmer/index.d.ts.map +1 -0
- package/dist/animations/skeleton-shimmer/presets.d.ts +19 -0
- package/dist/animations/skeleton-shimmer/presets.d.ts.map +1 -0
- package/dist/animations/skeleton-shimmer/skeleton-shimmer.d.ts +5 -0
- package/dist/animations/skeleton-shimmer/skeleton-shimmer.d.ts.map +1 -0
- package/dist/animations/skeleton-shimmer/types.d.ts +3 -0
- package/dist/animations/skeleton-shimmer/types.d.ts.map +1 -0
- package/dist/animations/skeleton-shimmer.js +24 -0
- package/dist/animations/skeleton-shimmer.js.map +1 -0
- package/dist/animations/skeleton-shimmer.mjs +21 -0
- package/dist/animations/skeleton-shimmer.mjs.map +1 -0
- package/dist/animations/slide-down/index.d.ts +4 -0
- package/dist/animations/slide-down/index.d.ts.map +1 -0
- package/dist/animations/slide-down/presets.d.ts +16 -0
- package/dist/animations/slide-down/presets.d.ts.map +1 -0
- package/dist/animations/slide-down/slide-down.d.ts +5 -0
- package/dist/animations/slide-down/slide-down.d.ts.map +1 -0
- package/dist/animations/slide-down/types.d.ts +3 -0
- package/dist/animations/slide-down/types.d.ts.map +1 -0
- package/dist/animations/slide-down.js +24 -0
- package/dist/animations/slide-down.js.map +1 -0
- package/dist/animations/slide-down.mjs +21 -0
- package/dist/animations/slide-down.mjs.map +1 -0
- package/dist/animations/slide-left/index.d.ts +4 -0
- package/dist/animations/slide-left/index.d.ts.map +1 -0
- package/dist/animations/slide-left/presets.d.ts +16 -0
- package/dist/animations/slide-left/presets.d.ts.map +1 -0
- package/dist/animations/slide-left/slide-left.d.ts +5 -0
- package/dist/animations/slide-left/slide-left.d.ts.map +1 -0
- package/dist/animations/slide-left/types.d.ts +3 -0
- package/dist/animations/slide-left/types.d.ts.map +1 -0
- package/dist/animations/slide-left.js +24 -0
- package/dist/animations/slide-left.js.map +1 -0
- package/dist/animations/slide-left.mjs +21 -0
- package/dist/animations/slide-left.mjs.map +1 -0
- package/dist/animations/slide-right/index.d.ts +4 -0
- package/dist/animations/slide-right/index.d.ts.map +1 -0
- package/dist/animations/slide-right/presets.d.ts +16 -0
- package/dist/animations/slide-right/presets.d.ts.map +1 -0
- package/dist/animations/slide-right/slide-right.d.ts +5 -0
- package/dist/animations/slide-right/slide-right.d.ts.map +1 -0
- package/dist/animations/slide-right/types.d.ts +3 -0
- package/dist/animations/slide-right/types.d.ts.map +1 -0
- package/dist/animations/slide-right.js +24 -0
- package/dist/animations/slide-right.js.map +1 -0
- package/dist/animations/slide-right.mjs +21 -0
- package/dist/animations/slide-right.mjs.map +1 -0
- package/dist/animations/slide-up/index.d.ts +4 -0
- package/dist/animations/slide-up/index.d.ts.map +1 -0
- package/dist/animations/slide-up/presets.d.ts +16 -0
- package/dist/animations/slide-up/presets.d.ts.map +1 -0
- package/dist/animations/slide-up/slide-up.d.ts +5 -0
- package/dist/animations/slide-up/slide-up.d.ts.map +1 -0
- package/dist/animations/slide-up/types.d.ts +3 -0
- package/dist/animations/slide-up/types.d.ts.map +1 -0
- package/dist/animations/slide-up.js +24 -0
- package/dist/animations/slide-up.js.map +1 -0
- package/dist/animations/slide-up.mjs +21 -0
- package/dist/animations/slide-up.mjs.map +1 -0
- package/dist/animations/spin/index.d.ts +4 -0
- package/dist/animations/spin/index.d.ts.map +1 -0
- package/dist/animations/spin/presets.d.ts +18 -0
- package/dist/animations/spin/presets.d.ts.map +1 -0
- package/dist/animations/spin/spin.d.ts +5 -0
- package/dist/animations/spin/spin.d.ts.map +1 -0
- package/dist/animations/spin/types.d.ts +3 -0
- package/dist/animations/spin/types.d.ts.map +1 -0
- package/dist/animations/spin.js +20 -0
- package/dist/animations/spin.js.map +1 -0
- package/dist/animations/spin.mjs +17 -0
- package/dist/animations/spin.mjs.map +1 -0
- package/dist/animations/text-reveal/index.d.ts +4 -0
- package/dist/animations/text-reveal/index.d.ts.map +1 -0
- package/dist/animations/text-reveal/presets.d.ts +22 -0
- package/dist/animations/text-reveal/presets.d.ts.map +1 -0
- package/dist/animations/text-reveal/text-reveal.d.ts +5 -0
- package/dist/animations/text-reveal/text-reveal.d.ts.map +1 -0
- package/dist/animations/text-reveal/types.d.ts +3 -0
- package/dist/animations/text-reveal/types.d.ts.map +1 -0
- package/dist/animations/text-reveal.js +24 -0
- package/dist/animations/text-reveal.js.map +1 -0
- package/dist/animations/text-reveal.mjs +21 -0
- package/dist/animations/text-reveal.mjs.map +1 -0
- package/dist/animations/text-shimmer/index.d.ts +4 -0
- package/dist/animations/text-shimmer/index.d.ts.map +1 -0
- package/dist/animations/text-shimmer/presets.d.ts +19 -0
- package/dist/animations/text-shimmer/presets.d.ts.map +1 -0
- package/dist/animations/text-shimmer/text-shimmer.d.ts +5 -0
- package/dist/animations/text-shimmer/text-shimmer.d.ts.map +1 -0
- package/dist/animations/text-shimmer/types.d.ts +3 -0
- package/dist/animations/text-shimmer/types.d.ts.map +1 -0
- package/dist/animations/text-shimmer.js +24 -0
- package/dist/animations/text-shimmer.js.map +1 -0
- package/dist/animations/text-shimmer.mjs +21 -0
- package/dist/animations/text-shimmer.mjs.map +1 -0
- package/dist/animations/tilt/index.d.ts +4 -0
- package/dist/animations/tilt/index.d.ts.map +1 -0
- package/dist/animations/tilt/presets.d.ts +24 -0
- package/dist/animations/tilt/presets.d.ts.map +1 -0
- package/dist/animations/tilt/tilt.d.ts +5 -0
- package/dist/animations/tilt/tilt.d.ts.map +1 -0
- package/dist/animations/tilt/types.d.ts +3 -0
- package/dist/animations/tilt/types.d.ts.map +1 -0
- package/dist/animations/tilt.js +24 -0
- package/dist/animations/tilt.js.map +1 -0
- package/dist/animations/tilt.mjs +21 -0
- package/dist/animations/tilt.mjs.map +1 -0
- package/dist/animations/wiggle/index.d.ts +4 -0
- package/dist/animations/wiggle/index.d.ts.map +1 -0
- package/dist/animations/wiggle/presets.d.ts +19 -0
- package/dist/animations/wiggle/presets.d.ts.map +1 -0
- package/dist/animations/wiggle/types.d.ts +3 -0
- package/dist/animations/wiggle/types.d.ts.map +1 -0
- package/dist/animations/wiggle/wiggle.d.ts +5 -0
- package/dist/animations/wiggle/wiggle.d.ts.map +1 -0
- package/dist/animations/wiggle.js +29 -0
- package/dist/animations/wiggle.js.map +1 -0
- package/dist/animations/wiggle.mjs +26 -0
- package/dist/animations/wiggle.mjs.map +1 -0
- package/dist/charts/shared/variants.d.ts +1 -1
- package/dist/{chunk-RKX5MERK.js → chunk-2F7P4EJQ.js} +2 -2
- package/dist/chunk-2F7P4EJQ.js.map +1 -0
- package/dist/{chunk-MEAVYU2Y.mjs → chunk-2ZKW2E7B.mjs} +10 -3
- package/dist/chunk-2ZKW2E7B.mjs.map +1 -0
- package/dist/{chunk-CL3VH223.mjs → chunk-3F4FF2H4.mjs} +3 -9
- package/dist/chunk-3F4FF2H4.mjs.map +1 -0
- package/dist/{chunk-LMIL2R4R.js → chunk-3J3FYIG3.js} +10 -3
- package/dist/chunk-3J3FYIG3.js.map +1 -0
- package/dist/{chunk-ABOZ5QIX.js → chunk-466QDL44.js} +5 -12
- package/dist/chunk-466QDL44.js.map +1 -0
- package/dist/chunk-4ZP444GA.mjs +19 -0
- package/dist/chunk-4ZP444GA.mjs.map +1 -0
- package/dist/chunk-AACGI7FX.mjs +67 -0
- package/dist/chunk-AACGI7FX.mjs.map +1 -0
- package/dist/{chunk-XXRDLZW7.mjs → chunk-BJSWQQSC.mjs} +2 -2
- package/dist/{chunk-XXRDLZW7.mjs.map → chunk-BJSWQQSC.mjs.map} +1 -1
- package/dist/{chunk-HDO5ZM2S.mjs → chunk-CIEZFHCO.mjs} +3 -10
- package/dist/chunk-CIEZFHCO.mjs.map +1 -0
- package/dist/{chunk-VYI3GS2C.mjs → chunk-CJXGDY7A.mjs} +10 -3
- package/dist/chunk-CJXGDY7A.mjs.map +1 -0
- package/dist/{chunk-7TGUGTTQ.mjs → chunk-ECLHBSC6.mjs} +2 -2
- package/dist/chunk-ECLHBSC6.mjs.map +1 -0
- package/dist/{chunk-SFRS4EZ5.mjs → chunk-IM6KN77X.mjs} +3 -10
- package/dist/chunk-IM6KN77X.mjs.map +1 -0
- package/dist/{chunk-QQ6F4LZK.js → chunk-JFS5PJSH.js} +5 -5
- package/dist/{chunk-QQ6F4LZK.js.map → chunk-JFS5PJSH.js.map} +1 -1
- package/dist/chunk-MUP7DVQR.js +26 -0
- package/dist/chunk-MUP7DVQR.js.map +1 -0
- package/dist/{chunk-4OCTFG3W.js → chunk-NSJ6KGW2.js} +2 -2
- package/dist/{chunk-4OCTFG3W.js.map → chunk-NSJ6KGW2.js.map} +1 -1
- package/dist/chunk-ODZM25II.js +69 -0
- package/dist/chunk-ODZM25II.js.map +1 -0
- package/dist/{chunk-DN7TYUJ6.js → chunk-RFT2FLQT.js} +10 -3
- package/dist/chunk-RFT2FLQT.js.map +1 -0
- package/dist/{chunk-PMALYOPA.js → chunk-UY65KX3M.js} +3 -10
- package/dist/chunk-UY65KX3M.js.map +1 -0
- package/dist/{chunk-ASJQP53L.mjs → chunk-VARQ7W4G.mjs} +3 -3
- package/dist/{chunk-ASJQP53L.mjs.map → chunk-VARQ7W4G.mjs.map} +1 -1
- package/dist/{chunk-KTLJEPLF.js → chunk-VHVQELWF.js} +3 -9
- package/dist/chunk-VHVQELWF.js.map +1 -0
- package/dist/design-system/copy-button.d.ts.map +1 -1
- package/dist/design-system/kbd.d.ts.map +1 -1
- package/dist/design-system/tokens.js +32 -0
- package/dist/design-system/tokens.js.map +1 -0
- package/dist/design-system/tokens.mjs +3 -0
- package/dist/design-system/tokens.mjs.map +1 -0
- package/dist/hooks/useTableSort/index.d.ts +1 -1
- package/dist/hooks/useTableSort/index.d.ts.map +1 -1
- package/dist/ui/accordion/variants.d.ts +2 -2
- package/dist/ui/alert/animated.js.map +1 -1
- package/dist/ui/alert/animated.mjs.map +1 -1
- package/dist/ui/animated-number/animated-number.d.ts.map +1 -1
- package/dist/ui/animated-number/types.d.ts.map +1 -1
- package/dist/ui/animated-number/variants.d.ts.map +1 -1
- package/dist/ui/animated-number.js.map +1 -1
- package/dist/ui/animated-number.mjs.map +1 -1
- package/dist/ui/badge/variants.d.ts +1 -1
- package/dist/ui/buttons/animated.js +4 -3
- package/dist/ui/buttons/animated.js.map +1 -1
- package/dist/ui/buttons/animated.mjs +2 -1
- package/dist/ui/buttons/animated.mjs.map +1 -1
- package/dist/ui/buttons/variants.d.ts +1 -1
- package/dist/ui/buttons.js +5 -4
- package/dist/ui/buttons.mjs +3 -2
- package/dist/ui/card/variants.d.ts +1 -1
- package/dist/ui/checkbox/animated/checkbox-animated.d.ts.map +1 -1
- package/dist/ui/checkbox/animated.js.map +1 -1
- package/dist/ui/checkbox/animated.mjs.map +1 -1
- package/dist/ui/checkbox/checkbox-base.d.ts.map +1 -1
- package/dist/ui/checkbox/types.d.ts.map +1 -1
- package/dist/ui/checkbox.js +1 -8
- package/dist/ui/checkbox.js.map +1 -1
- package/dist/ui/checkbox.mjs +1 -8
- package/dist/ui/checkbox.mjs.map +1 -1
- package/dist/ui/command/animated.js +2 -2
- package/dist/ui/command/animated.mjs +1 -1
- package/dist/ui/command/index.d.ts +1 -1
- package/dist/ui/command/index.d.ts.map +1 -1
- package/dist/ui/command/types.d.ts.map +1 -1
- package/dist/ui/command.js +15 -15
- package/dist/ui/command.mjs +2 -2
- package/dist/ui/context-menu/variants.d.ts +2 -2
- package/dist/ui/copy-button/animated.js +2 -2
- package/dist/ui/copy-button/animated.mjs +1 -1
- package/dist/ui/copy-button/types.d.ts.map +1 -1
- package/dist/ui/copy-button/variants.d.ts +1 -1
- package/dist/ui/copy-button.js +3 -3
- package/dist/ui/copy-button.mjs +2 -2
- package/dist/ui/drawer/animated.js +11 -11
- package/dist/ui/drawer/animated.mjs +2 -2
- package/dist/ui/drawer/drawer-base.d.ts.map +1 -1
- package/dist/ui/drawer/variants.d.ts +1 -1
- package/dist/ui/drawer.js +11 -11
- package/dist/ui/drawer.mjs +1 -1
- package/dist/ui/dropdown/variants.d.ts +4 -4
- package/dist/ui/dropdown.js.map +1 -1
- package/dist/ui/dropdown.mjs.map +1 -1
- package/dist/ui/dynamic-stepper.js +5 -4
- package/dist/ui/dynamic-stepper.js.map +1 -1
- package/dist/ui/dynamic-stepper.mjs +3 -2
- package/dist/ui/dynamic-stepper.mjs.map +1 -1
- package/dist/ui/inputs/variants.d.ts +1 -1
- package/dist/ui/kbd/animated/kbd-animated.d.ts.map +1 -1
- package/dist/ui/kbd/animated.js +6 -3
- package/dist/ui/kbd/animated.js.map +1 -1
- package/dist/ui/kbd/animated.mjs +5 -2
- package/dist/ui/kbd/animated.mjs.map +1 -1
- package/dist/ui/kbd/kbd-base.d.ts.map +1 -1
- package/dist/ui/kbd/types.d.ts.map +1 -1
- package/dist/ui/kbd/variants.d.ts +1 -1
- package/dist/ui/kbd.js +4 -4
- package/dist/ui/kbd.mjs +2 -2
- package/dist/ui/marquee/variants.d.ts +1 -1
- package/dist/ui/otp-input/variants.d.ts +1 -1
- package/dist/ui/pagination/variants.d.ts +1 -1
- package/dist/ui/pagination.js +5 -4
- package/dist/ui/pagination.js.map +1 -1
- package/dist/ui/pagination.mjs +2 -1
- package/dist/ui/pagination.mjs.map +1 -1
- package/dist/ui/popover/animated.js +4 -4
- package/dist/ui/popover/animated.mjs +1 -1
- package/dist/ui/popover/popover-base.d.ts.map +1 -1
- package/dist/ui/popover/types.d.ts.map +1 -1
- package/dist/ui/popover/variants.d.ts +1 -1
- package/dist/ui/popover.js +7 -7
- package/dist/ui/popover.mjs +1 -1
- package/dist/ui/progress/variants.d.ts +1 -1
- package/dist/ui/radio-group/animated/index.d.ts +1 -1
- package/dist/ui/radio-group/animated/index.d.ts.map +1 -1
- package/dist/ui/radio-group/animated/radio-group-animated.d.ts.map +1 -1
- package/dist/ui/radio-group/animated.js.map +1 -1
- package/dist/ui/radio-group/animated.mjs.map +1 -1
- package/dist/ui/radio-group/radio-group.d.ts.map +1 -1
- package/dist/ui/radio-group.js.map +1 -1
- package/dist/ui/radio-group.mjs.map +1 -1
- package/dist/ui/rating/variants.d.ts +1 -1
- package/dist/ui/scroll-area/variants.d.ts +1 -1
- package/dist/ui/select/variants.d.ts +4 -4
- package/dist/ui/stepper/variants.d.ts +1 -1
- package/dist/ui/timeline/animated/index.d.ts +1 -1
- package/dist/ui/timeline/animated/index.d.ts.map +1 -1
- package/dist/ui/timeline/animated/timeline-item-animated.d.ts.map +1 -1
- package/dist/ui/timeline/animated.js.map +1 -1
- package/dist/ui/timeline/animated.mjs.map +1 -1
- package/dist/ui/timeline/types.d.ts.map +1 -1
- package/dist/ui/toggle/animated/toggle-animated.d.ts.map +1 -1
- package/dist/ui/toggle/animated.js +12 -5
- package/dist/ui/toggle/animated.js.map +1 -1
- package/dist/ui/toggle/animated.mjs +9 -2
- package/dist/ui/toggle/animated.mjs.map +1 -1
- package/dist/ui/toggle/toggle-base.d.ts.map +1 -1
- package/dist/ui/toggle.js +4 -4
- package/dist/ui/toggle.mjs +2 -2
- package/dist/ui/tooltip/variants.d.ts +1 -1
- package/dist/ui/tree-view/variants.d.ts +2 -2
- package/dist/ui/typography/variants.d.ts +2 -2
- package/package.json +14 -2
- package/src/animations/animations.test.tsx +129 -0
- package/src/animations/blur-in/blur-in.tsx +11 -0
- package/src/animations/blur-in/index.ts +5 -0
- package/src/animations/blur-in/presets.ts +8 -0
- package/src/animations/blur-in/types.ts +3 -0
- package/src/animations/blur-out/blur-out.tsx +11 -0
- package/src/animations/blur-out/index.ts +5 -0
- package/src/animations/blur-out/presets.ts +8 -0
- package/src/animations/blur-out/types.ts +3 -0
- package/src/animations/bounce/bounce.tsx +11 -0
- package/src/animations/bounce/index.ts +5 -0
- package/src/animations/bounce/presets.ts +13 -0
- package/src/animations/bounce/types.ts +3 -0
- package/src/animations/fade-down/fade-down.tsx +11 -0
- package/src/animations/fade-down/index.ts +5 -0
- package/src/animations/fade-down/presets.ts +8 -0
- package/src/animations/fade-down/types.ts +3 -0
- package/src/animations/fade-in/fade-in.tsx +11 -0
- package/src/animations/fade-in/index.ts +5 -0
- package/src/animations/fade-in/presets.ts +8 -0
- package/src/animations/fade-in/types.ts +3 -0
- package/src/animations/fade-left/fade-left.tsx +11 -0
- package/src/animations/fade-left/index.ts +5 -0
- package/src/animations/fade-left/presets.ts +8 -0
- package/src/animations/fade-left/types.ts +3 -0
- package/src/animations/fade-out/fade-out.tsx +11 -0
- package/src/animations/fade-out/index.ts +5 -0
- package/src/animations/fade-out/presets.ts +8 -0
- package/src/animations/fade-out/types.ts +3 -0
- package/src/animations/fade-right/fade-right.tsx +11 -0
- package/src/animations/fade-right/index.ts +5 -0
- package/src/animations/fade-right/presets.ts +8 -0
- package/src/animations/fade-right/types.ts +3 -0
- package/src/animations/fade-up/fade-up.tsx +11 -0
- package/src/animations/fade-up/index.ts +5 -0
- package/src/animations/fade-up/presets.ts +8 -0
- package/src/animations/fade-up/types.ts +3 -0
- package/src/animations/flip/flip.tsx +7 -0
- package/src/animations/flip/index.ts +5 -0
- package/src/animations/flip/presets.ts +13 -0
- package/src/animations/flip/types.ts +3 -0
- package/src/animations/flip-in/flip-in.tsx +11 -0
- package/src/animations/flip-in/index.ts +5 -0
- package/src/animations/flip-in/presets.ts +8 -0
- package/src/animations/flip-in/types.ts +3 -0
- package/src/animations/float/float.tsx +11 -0
- package/src/animations/float/index.ts +5 -0
- package/src/animations/float/presets.ts +8 -0
- package/src/animations/float/types.ts +3 -0
- package/src/animations/hover-lift/hover-lift.tsx +11 -0
- package/src/animations/hover-lift/index.ts +5 -0
- package/src/animations/hover-lift/presets.ts +10 -0
- package/src/animations/hover-lift/types.ts +3 -0
- package/src/animations/hover-scale/hover-scale.tsx +11 -0
- package/src/animations/hover-scale/index.ts +5 -0
- package/src/animations/hover-scale/presets.ts +10 -0
- package/src/animations/hover-scale/types.ts +3 -0
- package/src/animations/magnetic/index.ts +5 -0
- package/src/animations/magnetic/magnetic.tsx +11 -0
- package/src/animations/magnetic/presets.ts +10 -0
- package/src/animations/magnetic/types.ts +3 -0
- package/src/animations/parallax/index.ts +5 -0
- package/src/animations/parallax/parallax.tsx +11 -0
- package/src/animations/parallax/presets.ts +8 -0
- package/src/animations/parallax/types.ts +3 -0
- package/src/animations/ping/index.ts +5 -0
- package/src/animations/ping/ping.tsx +7 -0
- package/src/animations/ping/presets.ts +13 -0
- package/src/animations/ping/types.ts +3 -0
- package/src/animations/pop-in/index.ts +5 -0
- package/src/animations/pop-in/pop-in.tsx +11 -0
- package/src/animations/pop-in/presets.ts +8 -0
- package/src/animations/pop-in/types.ts +3 -0
- package/src/animations/press/index.ts +5 -0
- package/src/animations/press/presets.ts +9 -0
- package/src/animations/press/press.tsx +11 -0
- package/src/animations/press/types.ts +3 -0
- package/src/animations/progress/index.ts +5 -0
- package/src/animations/progress/presets.ts +8 -0
- package/src/animations/progress/progress.tsx +11 -0
- package/src/animations/progress/types.ts +3 -0
- package/src/animations/pulse/index.ts +5 -0
- package/src/animations/pulse/presets.ts +8 -0
- package/src/animations/pulse/pulse.tsx +11 -0
- package/src/animations/pulse/types.ts +3 -0
- package/src/animations/reorder/index.ts +5 -0
- package/src/animations/reorder/presets.ts +10 -0
- package/src/animations/reorder/reorder.tsx +11 -0
- package/src/animations/reorder/types.ts +3 -0
- package/src/animations/reveal-blur/index.ts +5 -0
- package/src/animations/reveal-blur/presets.ts +8 -0
- package/src/animations/reveal-blur/reveal-blur.tsx +11 -0
- package/src/animations/reveal-blur/types.ts +3 -0
- package/src/animations/reveal-down/index.ts +5 -0
- package/src/animations/reveal-down/presets.ts +8 -0
- package/src/animations/reveal-down/reveal-down.tsx +11 -0
- package/src/animations/reveal-down/types.ts +3 -0
- package/src/animations/reveal-left/index.ts +5 -0
- package/src/animations/reveal-left/presets.ts +8 -0
- package/src/animations/reveal-left/reveal-left.tsx +11 -0
- package/src/animations/reveal-left/types.ts +3 -0
- package/src/animations/reveal-right/index.ts +5 -0
- package/src/animations/reveal-right/presets.ts +8 -0
- package/src/animations/reveal-right/reveal-right.tsx +11 -0
- package/src/animations/reveal-right/types.ts +3 -0
- package/src/animations/reveal-up/index.ts +5 -0
- package/src/animations/reveal-up/presets.ts +8 -0
- package/src/animations/reveal-up/reveal-up.tsx +11 -0
- package/src/animations/reveal-up/types.ts +3 -0
- package/src/animations/rotate-in/index.ts +5 -0
- package/src/animations/rotate-in/presets.ts +8 -0
- package/src/animations/rotate-in/rotate-in.tsx +11 -0
- package/src/animations/rotate-in/types.ts +3 -0
- package/src/animations/scale-in/index.ts +5 -0
- package/src/animations/scale-in/presets.ts +8 -0
- package/src/animations/scale-in/scale-in.tsx +11 -0
- package/src/animations/scale-in/types.ts +3 -0
- package/src/animations/scale-out/index.ts +5 -0
- package/src/animations/scale-out/presets.ts +8 -0
- package/src/animations/scale-out/scale-out.tsx +11 -0
- package/src/animations/scale-out/types.ts +3 -0
- package/src/animations/shake/index.ts +5 -0
- package/src/animations/shake/presets.ts +13 -0
- package/src/animations/shake/shake.tsx +11 -0
- package/src/animations/shake/types.ts +3 -0
- package/src/animations/shared/create-motion-animation.tsx +89 -0
- package/src/animations/shared/index.ts +2 -0
- package/src/animations/shared/types.ts +34 -0
- package/src/animations/skeleton-shimmer/index.ts +5 -0
- package/src/animations/skeleton-shimmer/presets.ts +8 -0
- package/src/animations/skeleton-shimmer/skeleton-shimmer.tsx +11 -0
- package/src/animations/skeleton-shimmer/types.ts +3 -0
- package/src/animations/slide-down/index.ts +5 -0
- package/src/animations/slide-down/presets.ts +8 -0
- package/src/animations/slide-down/slide-down.tsx +11 -0
- package/src/animations/slide-down/types.ts +3 -0
- package/src/animations/slide-left/index.ts +5 -0
- package/src/animations/slide-left/presets.ts +8 -0
- package/src/animations/slide-left/slide-left.tsx +11 -0
- package/src/animations/slide-left/types.ts +3 -0
- package/src/animations/slide-right/index.ts +5 -0
- package/src/animations/slide-right/presets.ts +8 -0
- package/src/animations/slide-right/slide-right.tsx +11 -0
- package/src/animations/slide-right/types.ts +3 -0
- package/src/animations/slide-up/index.ts +5 -0
- package/src/animations/slide-up/presets.ts +8 -0
- package/src/animations/slide-up/slide-up.tsx +11 -0
- package/src/animations/slide-up/types.ts +3 -0
- package/src/animations/spin/index.ts +5 -0
- package/src/animations/spin/presets.ts +8 -0
- package/src/animations/spin/spin.tsx +7 -0
- package/src/animations/spin/types.ts +3 -0
- package/src/animations/text-reveal/index.ts +5 -0
- package/src/animations/text-reveal/presets.ts +8 -0
- package/src/animations/text-reveal/text-reveal.tsx +11 -0
- package/src/animations/text-reveal/types.ts +3 -0
- package/src/animations/text-shimmer/index.ts +5 -0
- package/src/animations/text-shimmer/presets.ts +8 -0
- package/src/animations/text-shimmer/text-shimmer.tsx +11 -0
- package/src/animations/text-shimmer/types.ts +3 -0
- package/src/animations/tilt/index.ts +5 -0
- package/src/animations/tilt/presets.ts +12 -0
- package/src/animations/tilt/tilt.tsx +7 -0
- package/src/animations/tilt/types.ts +3 -0
- package/src/animations/wiggle/index.ts +5 -0
- package/src/animations/wiggle/presets.ts +13 -0
- package/src/animations/wiggle/types.ts +3 -0
- package/src/animations/wiggle/wiggle.tsx +11 -0
- package/src/design-system/copy-button.ts +5 -10
- package/src/design-system/kbd.ts +5 -10
- package/src/hooks/useTableFilter/types.ts +1 -1
- package/src/hooks/useTableSort/index.ts +1 -4
- package/src/ui/alert/animated/alert-animated.tsx +1 -1
- package/src/ui/animated-number/animated-number.tsx +7 -1
- package/src/ui/animated-number/types.ts +10 -1
- package/src/ui/animated-number/variants.ts +7 -4
- package/src/ui/checkbox/animated/checkbox-animated.tsx +3 -1
- package/src/ui/checkbox/checkbox-base.tsx +4 -6
- package/src/ui/checkbox/checkbox.test.tsx +4 -4
- package/src/ui/checkbox/types.ts +4 -7
- package/src/ui/command/command-base.tsx +2 -2
- package/src/ui/command/command.test.tsx +10 -24
- package/src/ui/command/index.ts +1 -1
- package/src/ui/command/types.ts +1 -2
- package/src/ui/context-menu/context-menu.test.tsx +30 -0
- package/src/ui/copy-button/types.ts +4 -2
- package/src/ui/drawer/drawer-base.tsx +1 -4
- package/src/ui/dropdown/dropdown.tsx +1 -1
- package/src/ui/kbd/animated/kbd-animated.tsx +4 -1
- package/src/ui/kbd/kbd-base.tsx +4 -1
- package/src/ui/kbd/kbd.test.tsx +1 -3
- package/src/ui/kbd/types.ts +4 -2
- package/src/ui/modal/modal.test.tsx +24 -0
- package/src/ui/peer-isolation.test.ts +81 -0
- package/src/ui/popover/popover-base.tsx +1 -3
- package/src/ui/popover/types.ts +2 -2
- package/src/ui/radio-group/animated/index.ts +4 -1
- package/src/ui/radio-group/animated/radio-group-animated.tsx +3 -1
- package/src/ui/radio-group/radio-group.test.tsx +3 -1
- package/src/ui/radio-group/radio-group.tsx +4 -5
- package/src/ui/select/select.test.tsx +98 -2
- package/src/ui/timeline/animated/index.ts +1 -4
- package/src/ui/timeline/animated/timeline-item-animated.tsx +1 -4
- package/src/ui/timeline/types.ts +1 -4
- package/src/ui/toggle/animated/toggle-animated.tsx +6 -1
- package/src/ui/toggle/toggle-base.tsx +6 -1
- package/src/ui/tree-view/tree-view.test.tsx +6 -2
- package/dist/chunk-7TGUGTTQ.mjs.map +0 -1
- package/dist/chunk-ABOZ5QIX.js.map +0 -1
- package/dist/chunk-CL3VH223.mjs.map +0 -1
- package/dist/chunk-DN7TYUJ6.js.map +0 -1
- package/dist/chunk-HDO5ZM2S.mjs.map +0 -1
- package/dist/chunk-KTLJEPLF.js.map +0 -1
- package/dist/chunk-LMIL2R4R.js.map +0 -1
- package/dist/chunk-MEAVYU2Y.mjs.map +0 -1
- package/dist/chunk-PMALYOPA.js.map +0 -1
- package/dist/chunk-RKX5MERK.js.map +0 -1
- package/dist/chunk-SFRS4EZ5.mjs.map +0 -1
- package/dist/chunk-VYI3GS2C.mjs.map +0 -1
package/cli/registry.json
CHANGED
|
@@ -1,10 +1,51 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"description": "Addable UI components (src/ui), chart entries (src/charts/*), and hooks (src/hooks). Generated by scripts/generate-registry.mjs.",
|
|
3
|
+
"description": "Addable UI components (src/ui), animation entries (src/animations/*), chart entries (src/charts/*), and hooks (src/hooks). Generated by scripts/generate-registry.mjs.",
|
|
4
4
|
"components": [
|
|
5
5
|
"accordion",
|
|
6
6
|
"alert",
|
|
7
7
|
"animated-number",
|
|
8
|
+
"animations/blur-in",
|
|
9
|
+
"animations/blur-out",
|
|
10
|
+
"animations/bounce",
|
|
11
|
+
"animations/fade-down",
|
|
12
|
+
"animations/fade-in",
|
|
13
|
+
"animations/fade-left",
|
|
14
|
+
"animations/fade-out",
|
|
15
|
+
"animations/fade-right",
|
|
16
|
+
"animations/fade-up",
|
|
17
|
+
"animations/flip",
|
|
18
|
+
"animations/flip-in",
|
|
19
|
+
"animations/float",
|
|
20
|
+
"animations/hover-lift",
|
|
21
|
+
"animations/hover-scale",
|
|
22
|
+
"animations/magnetic",
|
|
23
|
+
"animations/parallax",
|
|
24
|
+
"animations/ping",
|
|
25
|
+
"animations/pop-in",
|
|
26
|
+
"animations/press",
|
|
27
|
+
"animations/progress",
|
|
28
|
+
"animations/pulse",
|
|
29
|
+
"animations/reorder",
|
|
30
|
+
"animations/reveal-blur",
|
|
31
|
+
"animations/reveal-down",
|
|
32
|
+
"animations/reveal-left",
|
|
33
|
+
"animations/reveal-right",
|
|
34
|
+
"animations/reveal-up",
|
|
35
|
+
"animations/rotate-in",
|
|
36
|
+
"animations/scale-in",
|
|
37
|
+
"animations/scale-out",
|
|
38
|
+
"animations/shake",
|
|
39
|
+
"animations/skeleton-shimmer",
|
|
40
|
+
"animations/slide-down",
|
|
41
|
+
"animations/slide-left",
|
|
42
|
+
"animations/slide-right",
|
|
43
|
+
"animations/slide-up",
|
|
44
|
+
"animations/spin",
|
|
45
|
+
"animations/text-reveal",
|
|
46
|
+
"animations/text-shimmer",
|
|
47
|
+
"animations/tilt",
|
|
48
|
+
"animations/wiggle",
|
|
8
49
|
"avatar",
|
|
9
50
|
"badge",
|
|
10
51
|
"breadcrumb",
|
|
@@ -55,6 +96,49 @@
|
|
|
55
96
|
"tree-view",
|
|
56
97
|
"typography"
|
|
57
98
|
],
|
|
99
|
+
"animations": [
|
|
100
|
+
"animations/blur-in",
|
|
101
|
+
"animations/blur-out",
|
|
102
|
+
"animations/bounce",
|
|
103
|
+
"animations/fade-down",
|
|
104
|
+
"animations/fade-in",
|
|
105
|
+
"animations/fade-left",
|
|
106
|
+
"animations/fade-out",
|
|
107
|
+
"animations/fade-right",
|
|
108
|
+
"animations/fade-up",
|
|
109
|
+
"animations/flip",
|
|
110
|
+
"animations/flip-in",
|
|
111
|
+
"animations/float",
|
|
112
|
+
"animations/hover-lift",
|
|
113
|
+
"animations/hover-scale",
|
|
114
|
+
"animations/magnetic",
|
|
115
|
+
"animations/parallax",
|
|
116
|
+
"animations/ping",
|
|
117
|
+
"animations/pop-in",
|
|
118
|
+
"animations/press",
|
|
119
|
+
"animations/progress",
|
|
120
|
+
"animations/pulse",
|
|
121
|
+
"animations/reorder",
|
|
122
|
+
"animations/reveal-blur",
|
|
123
|
+
"animations/reveal-down",
|
|
124
|
+
"animations/reveal-left",
|
|
125
|
+
"animations/reveal-right",
|
|
126
|
+
"animations/reveal-up",
|
|
127
|
+
"animations/rotate-in",
|
|
128
|
+
"animations/scale-in",
|
|
129
|
+
"animations/scale-out",
|
|
130
|
+
"animations/shake",
|
|
131
|
+
"animations/skeleton-shimmer",
|
|
132
|
+
"animations/slide-down",
|
|
133
|
+
"animations/slide-left",
|
|
134
|
+
"animations/slide-right",
|
|
135
|
+
"animations/slide-up",
|
|
136
|
+
"animations/spin",
|
|
137
|
+
"animations/text-reveal",
|
|
138
|
+
"animations/text-shimmer",
|
|
139
|
+
"animations/tilt",
|
|
140
|
+
"animations/wiggle"
|
|
141
|
+
],
|
|
58
142
|
"hooks": [
|
|
59
143
|
"useBodyScrollLock",
|
|
60
144
|
"useClickOutside",
|
|
@@ -85,6 +169,255 @@
|
|
|
85
169
|
"useToggle",
|
|
86
170
|
"useWindowSize"
|
|
87
171
|
],
|
|
172
|
+
"peerHints": {
|
|
173
|
+
"accordion": [
|
|
174
|
+
"framer-motion"
|
|
175
|
+
],
|
|
176
|
+
"alert": [
|
|
177
|
+
"react-icons",
|
|
178
|
+
"framer-motion"
|
|
179
|
+
],
|
|
180
|
+
"animated-number": [
|
|
181
|
+
"framer-motion"
|
|
182
|
+
],
|
|
183
|
+
"avatar": [
|
|
184
|
+
"framer-motion"
|
|
185
|
+
],
|
|
186
|
+
"badge": [
|
|
187
|
+
"react-icons",
|
|
188
|
+
"framer-motion"
|
|
189
|
+
],
|
|
190
|
+
"buttons": [
|
|
191
|
+
"framer-motion"
|
|
192
|
+
],
|
|
193
|
+
"card": [
|
|
194
|
+
"framer-motion"
|
|
195
|
+
],
|
|
196
|
+
"checkbox": [
|
|
197
|
+
"framer-motion"
|
|
198
|
+
],
|
|
199
|
+
"command": [
|
|
200
|
+
"framer-motion"
|
|
201
|
+
],
|
|
202
|
+
"context-menu": [
|
|
203
|
+
"react-icons"
|
|
204
|
+
],
|
|
205
|
+
"copy-button": [
|
|
206
|
+
"react-icons",
|
|
207
|
+
"framer-motion"
|
|
208
|
+
],
|
|
209
|
+
"divider": [
|
|
210
|
+
"framer-motion"
|
|
211
|
+
],
|
|
212
|
+
"drawer": [
|
|
213
|
+
"framer-motion"
|
|
214
|
+
],
|
|
215
|
+
"dropdown": [
|
|
216
|
+
"react-icons"
|
|
217
|
+
],
|
|
218
|
+
"empty-state": [
|
|
219
|
+
"framer-motion"
|
|
220
|
+
],
|
|
221
|
+
"inputs": [
|
|
222
|
+
"framer-motion"
|
|
223
|
+
],
|
|
224
|
+
"kbd": [
|
|
225
|
+
"framer-motion"
|
|
226
|
+
],
|
|
227
|
+
"modal": [
|
|
228
|
+
"framer-motion"
|
|
229
|
+
],
|
|
230
|
+
"popover": [
|
|
231
|
+
"framer-motion"
|
|
232
|
+
],
|
|
233
|
+
"progress": [
|
|
234
|
+
"framer-motion"
|
|
235
|
+
],
|
|
236
|
+
"radio-group": [
|
|
237
|
+
"framer-motion"
|
|
238
|
+
],
|
|
239
|
+
"rating": [
|
|
240
|
+
"react-icons"
|
|
241
|
+
],
|
|
242
|
+
"skeleton": [
|
|
243
|
+
"framer-motion"
|
|
244
|
+
],
|
|
245
|
+
"table": [
|
|
246
|
+
"framer-motion"
|
|
247
|
+
],
|
|
248
|
+
"tabs": [
|
|
249
|
+
"framer-motion"
|
|
250
|
+
],
|
|
251
|
+
"timeline": [
|
|
252
|
+
"framer-motion"
|
|
253
|
+
],
|
|
254
|
+
"toast": [
|
|
255
|
+
"framer-motion"
|
|
256
|
+
],
|
|
257
|
+
"toggle": [
|
|
258
|
+
"framer-motion"
|
|
259
|
+
],
|
|
260
|
+
"tooltip": [
|
|
261
|
+
"framer-motion"
|
|
262
|
+
],
|
|
263
|
+
"tree-view": [
|
|
264
|
+
"react-icons",
|
|
265
|
+
"framer-motion"
|
|
266
|
+
],
|
|
267
|
+
"spinner": [
|
|
268
|
+
"framer-motion"
|
|
269
|
+
],
|
|
270
|
+
"animations/blur-in": [
|
|
271
|
+
"framer-motion"
|
|
272
|
+
],
|
|
273
|
+
"animations/blur-out": [
|
|
274
|
+
"framer-motion"
|
|
275
|
+
],
|
|
276
|
+
"animations/bounce": [
|
|
277
|
+
"framer-motion"
|
|
278
|
+
],
|
|
279
|
+
"animations/fade-down": [
|
|
280
|
+
"framer-motion"
|
|
281
|
+
],
|
|
282
|
+
"animations/fade-in": [
|
|
283
|
+
"framer-motion"
|
|
284
|
+
],
|
|
285
|
+
"animations/fade-left": [
|
|
286
|
+
"framer-motion"
|
|
287
|
+
],
|
|
288
|
+
"animations/fade-out": [
|
|
289
|
+
"framer-motion"
|
|
290
|
+
],
|
|
291
|
+
"animations/fade-right": [
|
|
292
|
+
"framer-motion"
|
|
293
|
+
],
|
|
294
|
+
"animations/fade-up": [
|
|
295
|
+
"framer-motion"
|
|
296
|
+
],
|
|
297
|
+
"animations/flip": [
|
|
298
|
+
"framer-motion"
|
|
299
|
+
],
|
|
300
|
+
"animations/flip-in": [
|
|
301
|
+
"framer-motion"
|
|
302
|
+
],
|
|
303
|
+
"animations/float": [
|
|
304
|
+
"framer-motion"
|
|
305
|
+
],
|
|
306
|
+
"animations/hover-lift": [
|
|
307
|
+
"framer-motion"
|
|
308
|
+
],
|
|
309
|
+
"animations/hover-scale": [
|
|
310
|
+
"framer-motion"
|
|
311
|
+
],
|
|
312
|
+
"animations/magnetic": [
|
|
313
|
+
"framer-motion"
|
|
314
|
+
],
|
|
315
|
+
"animations/parallax": [
|
|
316
|
+
"framer-motion"
|
|
317
|
+
],
|
|
318
|
+
"animations/ping": [
|
|
319
|
+
"framer-motion"
|
|
320
|
+
],
|
|
321
|
+
"animations/pop-in": [
|
|
322
|
+
"framer-motion"
|
|
323
|
+
],
|
|
324
|
+
"animations/press": [
|
|
325
|
+
"framer-motion"
|
|
326
|
+
],
|
|
327
|
+
"animations/progress": [
|
|
328
|
+
"framer-motion"
|
|
329
|
+
],
|
|
330
|
+
"animations/pulse": [
|
|
331
|
+
"framer-motion"
|
|
332
|
+
],
|
|
333
|
+
"animations/reorder": [
|
|
334
|
+
"framer-motion"
|
|
335
|
+
],
|
|
336
|
+
"animations/reveal-blur": [
|
|
337
|
+
"framer-motion"
|
|
338
|
+
],
|
|
339
|
+
"animations/reveal-down": [
|
|
340
|
+
"framer-motion"
|
|
341
|
+
],
|
|
342
|
+
"animations/reveal-left": [
|
|
343
|
+
"framer-motion"
|
|
344
|
+
],
|
|
345
|
+
"animations/reveal-right": [
|
|
346
|
+
"framer-motion"
|
|
347
|
+
],
|
|
348
|
+
"animations/reveal-up": [
|
|
349
|
+
"framer-motion"
|
|
350
|
+
],
|
|
351
|
+
"animations/rotate-in": [
|
|
352
|
+
"framer-motion"
|
|
353
|
+
],
|
|
354
|
+
"animations/scale-in": [
|
|
355
|
+
"framer-motion"
|
|
356
|
+
],
|
|
357
|
+
"animations/scale-out": [
|
|
358
|
+
"framer-motion"
|
|
359
|
+
],
|
|
360
|
+
"animations/shake": [
|
|
361
|
+
"framer-motion"
|
|
362
|
+
],
|
|
363
|
+
"animations/skeleton-shimmer": [
|
|
364
|
+
"framer-motion"
|
|
365
|
+
],
|
|
366
|
+
"animations/slide-down": [
|
|
367
|
+
"framer-motion"
|
|
368
|
+
],
|
|
369
|
+
"animations/slide-left": [
|
|
370
|
+
"framer-motion"
|
|
371
|
+
],
|
|
372
|
+
"animations/slide-right": [
|
|
373
|
+
"framer-motion"
|
|
374
|
+
],
|
|
375
|
+
"animations/slide-up": [
|
|
376
|
+
"framer-motion"
|
|
377
|
+
],
|
|
378
|
+
"animations/spin": [
|
|
379
|
+
"framer-motion"
|
|
380
|
+
],
|
|
381
|
+
"animations/text-reveal": [
|
|
382
|
+
"framer-motion"
|
|
383
|
+
],
|
|
384
|
+
"animations/text-shimmer": [
|
|
385
|
+
"framer-motion"
|
|
386
|
+
],
|
|
387
|
+
"animations/tilt": [
|
|
388
|
+
"framer-motion"
|
|
389
|
+
],
|
|
390
|
+
"animations/wiggle": [
|
|
391
|
+
"framer-motion"
|
|
392
|
+
],
|
|
393
|
+
"charts/area": [
|
|
394
|
+
"recharts"
|
|
395
|
+
],
|
|
396
|
+
"charts/bar": [
|
|
397
|
+
"recharts"
|
|
398
|
+
],
|
|
399
|
+
"charts/bubble": [
|
|
400
|
+
"recharts"
|
|
401
|
+
],
|
|
402
|
+
"charts/funnel": [
|
|
403
|
+
"recharts"
|
|
404
|
+
],
|
|
405
|
+
"charts/line": [
|
|
406
|
+
"recharts"
|
|
407
|
+
],
|
|
408
|
+
"charts/pie": [
|
|
409
|
+
"recharts"
|
|
410
|
+
],
|
|
411
|
+
"charts/radar": [
|
|
412
|
+
"recharts"
|
|
413
|
+
],
|
|
414
|
+
"charts/scatter": [
|
|
415
|
+
"recharts"
|
|
416
|
+
],
|
|
417
|
+
"charts/stacked-bar": [
|
|
418
|
+
"recharts"
|
|
419
|
+
]
|
|
420
|
+
},
|
|
88
421
|
"nameAliases": {
|
|
89
422
|
"button": "buttons",
|
|
90
423
|
"chart-area": "charts/area",
|
package/cli/rewrite-imports.mjs
CHANGED
|
@@ -13,7 +13,10 @@ export function rewriteImports(source, options) {
|
|
|
13
13
|
const re = /from\s+(["'])((?:\.\.\/)+)hooks\/([^'"]+)\1/g;
|
|
14
14
|
let m;
|
|
15
15
|
while ((m = re.exec(text)) !== null) {
|
|
16
|
-
|
|
16
|
+
// Imports may target a file inside the hook folder
|
|
17
|
+
// (e.g. hooks/useResizeObserver/useResizeObserver); the copyable unit is
|
|
18
|
+
// the folder, so keep only the first path segment.
|
|
19
|
+
usedHooks.add(m[3].split("/")[0]);
|
|
17
20
|
}
|
|
18
21
|
};
|
|
19
22
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blur-in.d.ts","sourceRoot":"","sources":["../../../src/animations/blur-in/blur-in.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,MAAM;;;CAIlB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/animations/blur-in/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACnC,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,YAAY,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const blurInPreset: {
|
|
2
|
+
initial: {
|
|
3
|
+
opacity: number;
|
|
4
|
+
filter: string;
|
|
5
|
+
};
|
|
6
|
+
animate: {
|
|
7
|
+
opacity: number;
|
|
8
|
+
filter: string;
|
|
9
|
+
};
|
|
10
|
+
exit: {
|
|
11
|
+
opacity: number;
|
|
12
|
+
filter: string;
|
|
13
|
+
};
|
|
14
|
+
transition: {
|
|
15
|
+
duration: number;
|
|
16
|
+
ease: "easeOut";
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=presets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../../src/animations/blur-in/presets.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;CAKQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/animations/blur-in/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEtD,MAAM,MAAM,WAAW,GAAG,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkODZM25II_js = require('../chunk-ODZM25II.js');
|
|
4
|
+
require('../chunk-ZS5756ZC.js');
|
|
5
|
+
|
|
6
|
+
// src/animations/blur-in/presets.ts
|
|
7
|
+
var blurInPreset = {
|
|
8
|
+
initial: { opacity: 0, filter: "blur(12px)" },
|
|
9
|
+
animate: { opacity: 1, filter: "blur(0px)" },
|
|
10
|
+
exit: { opacity: 0, filter: "blur(8px)" },
|
|
11
|
+
transition: { duration: 0.34, ease: "easeOut" }
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
// src/animations/blur-in/blur-in.tsx
|
|
15
|
+
var BlurIn = chunkODZM25II_js.createMotionAnimation(
|
|
16
|
+
"BlurIn",
|
|
17
|
+
"animation-blur-in",
|
|
18
|
+
blurInPreset
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
exports.BlurIn = BlurIn;
|
|
22
|
+
exports.blurInPreset = blurInPreset;
|
|
23
|
+
//# sourceMappingURL=blur-in.js.map
|
|
24
|
+
//# sourceMappingURL=blur-in.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/animations/blur-in/presets.ts","../../src/animations/blur-in/blur-in.tsx"],"names":["createMotionAnimation"],"mappings":";;;;;;AAEO,IAAM,YAAA,GAAe;AAAA,EAC1B,OAAA,EAAS,EAAE,OAAA,EAAS,CAAA,EAAG,QAAQ,YAAA,EAAa;AAAA,EAC5C,OAAA,EAAS,EAAE,OAAA,EAAS,CAAA,EAAG,QAAQ,WAAA,EAAY;AAAA,EAC3C,IAAA,EAAM,EAAE,OAAA,EAAS,CAAA,EAAG,QAAQ,WAAA,EAAY;AAAA,EACxC,UAAA,EAAY,EAAE,QAAA,EAAU,IAAA,EAAM,MAAM,SAAA;AACtC;;;ACDO,IAAM,MAAA,GAASA,sCAAA;AAAA,EACpB,QAAA;AAAA,EACA,mBAAA;AAAA,EACA;AACF","file":"blur-in.js","sourcesContent":["import type { MotionAnimationPreset } from \"../shared\";\n\nexport const blurInPreset = {\n initial: { opacity: 0, filter: \"blur(12px)\" },\n animate: { opacity: 1, filter: \"blur(0px)\" },\n exit: { opacity: 0, filter: \"blur(8px)\" },\n transition: { duration: 0.34, ease: \"easeOut\" },\n} satisfies MotionAnimationPreset;\n","\"use client\";\n\nimport { createMotionAnimation } from \"../shared\";\n\nimport { blurInPreset } from \"./presets\";\n\nexport const BlurIn = createMotionAnimation(\n \"BlurIn\",\n \"animation-blur-in\",\n blurInPreset,\n);\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createMotionAnimation } from '../chunk-AACGI7FX.mjs';
|
|
2
|
+
import '../chunk-4D54YOL6.mjs';
|
|
3
|
+
|
|
4
|
+
// src/animations/blur-in/presets.ts
|
|
5
|
+
var blurInPreset = {
|
|
6
|
+
initial: { opacity: 0, filter: "blur(12px)" },
|
|
7
|
+
animate: { opacity: 1, filter: "blur(0px)" },
|
|
8
|
+
exit: { opacity: 0, filter: "blur(8px)" },
|
|
9
|
+
transition: { duration: 0.34, ease: "easeOut" }
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
// src/animations/blur-in/blur-in.tsx
|
|
13
|
+
var BlurIn = createMotionAnimation(
|
|
14
|
+
"BlurIn",
|
|
15
|
+
"animation-blur-in",
|
|
16
|
+
blurInPreset
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
export { BlurIn, blurInPreset };
|
|
20
|
+
//# sourceMappingURL=blur-in.mjs.map
|
|
21
|
+
//# sourceMappingURL=blur-in.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/animations/blur-in/presets.ts","../../src/animations/blur-in/blur-in.tsx"],"names":[],"mappings":";;;;AAEO,IAAM,YAAA,GAAe;AAAA,EAC1B,OAAA,EAAS,EAAE,OAAA,EAAS,CAAA,EAAG,QAAQ,YAAA,EAAa;AAAA,EAC5C,OAAA,EAAS,EAAE,OAAA,EAAS,CAAA,EAAG,QAAQ,WAAA,EAAY;AAAA,EAC3C,IAAA,EAAM,EAAE,OAAA,EAAS,CAAA,EAAG,QAAQ,WAAA,EAAY;AAAA,EACxC,UAAA,EAAY,EAAE,QAAA,EAAU,IAAA,EAAM,MAAM,SAAA;AACtC;;;ACDO,IAAM,MAAA,GAAS,qBAAA;AAAA,EACpB,QAAA;AAAA,EACA,mBAAA;AAAA,EACA;AACF","file":"blur-in.mjs","sourcesContent":["import type { MotionAnimationPreset } from \"../shared\";\n\nexport const blurInPreset = {\n initial: { opacity: 0, filter: \"blur(12px)\" },\n animate: { opacity: 1, filter: \"blur(0px)\" },\n exit: { opacity: 0, filter: \"blur(8px)\" },\n transition: { duration: 0.34, ease: \"easeOut\" },\n} satisfies MotionAnimationPreset;\n","\"use client\";\n\nimport { createMotionAnimation } from \"../shared\";\n\nimport { blurInPreset } from \"./presets\";\n\nexport const BlurIn = createMotionAnimation(\n \"BlurIn\",\n \"animation-blur-in\",\n blurInPreset,\n);\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blur-out.d.ts","sourceRoot":"","sources":["../../../src/animations/blur-out/blur-out.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO;;;CAInB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/animations/blur-out/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC1C,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const blurOutPreset: {
|
|
2
|
+
initial: {
|
|
3
|
+
opacity: number;
|
|
4
|
+
filter: string;
|
|
5
|
+
};
|
|
6
|
+
animate: {
|
|
7
|
+
opacity: number;
|
|
8
|
+
filter: string;
|
|
9
|
+
};
|
|
10
|
+
exit: {
|
|
11
|
+
opacity: number;
|
|
12
|
+
filter: string;
|
|
13
|
+
};
|
|
14
|
+
transition: {
|
|
15
|
+
duration: number;
|
|
16
|
+
ease: "easeInOut";
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=presets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../../src/animations/blur-out/presets.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;CAKO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/animations/blur-out/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkODZM25II_js = require('../chunk-ODZM25II.js');
|
|
4
|
+
require('../chunk-ZS5756ZC.js');
|
|
5
|
+
|
|
6
|
+
// src/animations/blur-out/presets.ts
|
|
7
|
+
var blurOutPreset = {
|
|
8
|
+
initial: { opacity: 1, filter: "blur(0px)" },
|
|
9
|
+
animate: { opacity: 0, filter: "blur(12px)" },
|
|
10
|
+
exit: { opacity: 0, filter: "blur(12px)" },
|
|
11
|
+
transition: { duration: 0.75, ease: "easeInOut" }
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
// src/animations/blur-out/blur-out.tsx
|
|
15
|
+
var BlurOut = chunkODZM25II_js.createMotionAnimation(
|
|
16
|
+
"BlurOut",
|
|
17
|
+
"animation-blur-out",
|
|
18
|
+
blurOutPreset
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
exports.BlurOut = BlurOut;
|
|
22
|
+
exports.blurOutPreset = blurOutPreset;
|
|
23
|
+
//# sourceMappingURL=blur-out.js.map
|
|
24
|
+
//# sourceMappingURL=blur-out.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/animations/blur-out/presets.ts","../../src/animations/blur-out/blur-out.tsx"],"names":["createMotionAnimation"],"mappings":";;;;;;AAEO,IAAM,aAAA,GAAgB;AAAA,EAC3B,OAAA,EAAS,EAAE,OAAA,EAAS,CAAA,EAAG,QAAQ,WAAA,EAAY;AAAA,EAC3C,OAAA,EAAS,EAAE,OAAA,EAAS,CAAA,EAAG,QAAQ,YAAA,EAAa;AAAA,EAC5C,IAAA,EAAM,EAAE,OAAA,EAAS,CAAA,EAAG,QAAQ,YAAA,EAAa;AAAA,EACzC,UAAA,EAAY,EAAE,QAAA,EAAU,IAAA,EAAM,MAAM,WAAA;AACtC;;;ACDO,IAAM,OAAA,GAAUA,sCAAA;AAAA,EACrB,SAAA;AAAA,EACA,oBAAA;AAAA,EACA;AACF","file":"blur-out.js","sourcesContent":["import type { MotionAnimationPreset } from \"../shared\";\n\nexport const blurOutPreset = {\n initial: { opacity: 1, filter: \"blur(0px)\" },\n animate: { opacity: 0, filter: \"blur(12px)\" },\n exit: { opacity: 0, filter: \"blur(12px)\" },\n transition: { duration: 0.75, ease: \"easeInOut\" },\n} satisfies MotionAnimationPreset;\n","\"use client\";\n\nimport { createMotionAnimation } from \"../shared\";\n\nimport { blurOutPreset } from \"./presets\";\n\nexport const BlurOut = createMotionAnimation(\n \"BlurOut\",\n \"animation-blur-out\",\n blurOutPreset,\n);\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createMotionAnimation } from '../chunk-AACGI7FX.mjs';
|
|
2
|
+
import '../chunk-4D54YOL6.mjs';
|
|
3
|
+
|
|
4
|
+
// src/animations/blur-out/presets.ts
|
|
5
|
+
var blurOutPreset = {
|
|
6
|
+
initial: { opacity: 1, filter: "blur(0px)" },
|
|
7
|
+
animate: { opacity: 0, filter: "blur(12px)" },
|
|
8
|
+
exit: { opacity: 0, filter: "blur(12px)" },
|
|
9
|
+
transition: { duration: 0.75, ease: "easeInOut" }
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
// src/animations/blur-out/blur-out.tsx
|
|
13
|
+
var BlurOut = createMotionAnimation(
|
|
14
|
+
"BlurOut",
|
|
15
|
+
"animation-blur-out",
|
|
16
|
+
blurOutPreset
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
export { BlurOut, blurOutPreset };
|
|
20
|
+
//# sourceMappingURL=blur-out.mjs.map
|
|
21
|
+
//# sourceMappingURL=blur-out.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/animations/blur-out/presets.ts","../../src/animations/blur-out/blur-out.tsx"],"names":[],"mappings":";;;;AAEO,IAAM,aAAA,GAAgB;AAAA,EAC3B,OAAA,EAAS,EAAE,OAAA,EAAS,CAAA,EAAG,QAAQ,WAAA,EAAY;AAAA,EAC3C,OAAA,EAAS,EAAE,OAAA,EAAS,CAAA,EAAG,QAAQ,YAAA,EAAa;AAAA,EAC5C,IAAA,EAAM,EAAE,OAAA,EAAS,CAAA,EAAG,QAAQ,YAAA,EAAa;AAAA,EACzC,UAAA,EAAY,EAAE,QAAA,EAAU,IAAA,EAAM,MAAM,WAAA;AACtC;;;ACDO,IAAM,OAAA,GAAU,qBAAA;AAAA,EACrB,SAAA;AAAA,EACA,oBAAA;AAAA,EACA;AACF","file":"blur-out.mjs","sourcesContent":["import type { MotionAnimationPreset } from \"../shared\";\n\nexport const blurOutPreset = {\n initial: { opacity: 1, filter: \"blur(0px)\" },\n animate: { opacity: 0, filter: \"blur(12px)\" },\n exit: { opacity: 0, filter: \"blur(12px)\" },\n transition: { duration: 0.75, ease: \"easeInOut\" },\n} satisfies MotionAnimationPreset;\n","\"use client\";\n\nimport { createMotionAnimation } from \"../shared\";\n\nimport { blurOutPreset } from \"./presets\";\n\nexport const BlurOut = createMotionAnimation(\n \"BlurOut\",\n \"animation-blur-out\",\n blurOutPreset,\n);\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bounce.d.ts","sourceRoot":"","sources":["../../../src/animations/bounce/bounce.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,MAAM;;;CAIlB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/animations/bounce/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,YAAY,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const bouncePreset: {
|
|
2
|
+
initial: {
|
|
3
|
+
y: number;
|
|
4
|
+
};
|
|
5
|
+
animate: {
|
|
6
|
+
y: number[];
|
|
7
|
+
};
|
|
8
|
+
exit: {
|
|
9
|
+
opacity: number;
|
|
10
|
+
y: number;
|
|
11
|
+
};
|
|
12
|
+
transition: {
|
|
13
|
+
duration: number;
|
|
14
|
+
ease: "easeOut";
|
|
15
|
+
repeat: number;
|
|
16
|
+
repeatDelay: number;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=presets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../../src/animations/bounce/presets.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;CAUQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/animations/bounce/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEtD,MAAM,MAAM,WAAW,GAAG,oBAAoB,CAAC"}
|