From 6af299052ac9b64c96b61f3d39bb1b0c0ed611be Mon Sep 17 00:00:00 2001 From: msavulescu Date: Fri, 18 Jul 2025 16:20:35 +0300 Subject: [PATCH] Added useTemplateRef API support --- src/components/landing/DisplayHeader/DisplayHeader.vue | 7 +++---- src/components/landing/FeatureCards/FeatureCards.vue | 4 ++-- src/components/landing/PlasmaWave/PlasmaWave.vue | 4 ++-- src/components/navs/Sidebar.vue | 6 +++--- .../Animations/AnimatedContent/AnimatedContent.vue | 4 ++-- src/content/Animations/BlobCursor/BlobCursor.vue | 4 ++-- src/content/Animations/ClickSpark/ClickSpark.vue | 6 +++--- src/content/Animations/CountUp/CountUp.vue | 4 ++-- src/content/Animations/Cubes/Cubes.vue | 4 ++-- src/content/Animations/FadeContent/FadeContent.vue | 4 ++-- src/content/Animations/GlareHover/GlareHover.vue | 4 ++-- src/content/Animations/ImageTrail/ImageTrail.vue | 4 ++-- src/content/Animations/Magnet/Magnet.vue | 4 ++-- src/content/Animations/MagnetLines/MagnetLines.vue | 4 ++-- src/content/Animations/MetaBalls/MetaBalls.vue | 4 ++-- src/content/Animations/MetallicPaint/MetallicPaint.vue | 4 ++-- src/content/Animations/Noise/Noise.vue | 4 ++-- .../Animations/PixelTransition/PixelTransition.vue | 8 ++++---- src/content/Animations/Ribbons/Ribbons.vue | 4 ++-- src/content/Animations/ShapeBlur/ShapeBlur.vue | 4 ++-- src/content/Animations/SplashCursor/SplashCursor.vue | 4 ++-- src/content/Backgrounds/Aurora/Aurora.vue | 4 ++-- src/content/Backgrounds/Balatro/Balatro.vue | 4 ++-- src/content/Backgrounds/Ballpit/Ballpit.vue | 4 ++-- src/content/Backgrounds/Beams/Beams.vue | 4 ++-- src/content/Backgrounds/DotGrid/DotGrid.vue | 6 +++--- .../Backgrounds/GridDistortion/GridDistortion.vue | 4 ++-- src/content/Backgrounds/GridMotion/GridMotion.vue | 4 ++-- src/content/Backgrounds/Hyperspeed/Hyperspeed.vue | 4 ++-- src/content/Backgrounds/Iridescence/Iridescence.vue | 4 ++-- src/content/Backgrounds/LetterGlitch/LetterGlitch.vue | 4 ++-- src/content/Backgrounds/Lightning/Lightning.vue | 4 ++-- src/content/Backgrounds/LiquidChrome/LiquidChrome.vue | 4 ++-- src/content/Backgrounds/Orb/Orb.vue | 4 ++-- src/content/Backgrounds/Particles/Particles.vue | 4 ++-- src/content/Backgrounds/Silk/Silk.vue | 4 ++-- src/content/Backgrounds/Squares/Squares.vue | 4 ++-- src/content/Backgrounds/Threads/Threads.vue | 4 ++-- src/content/Backgrounds/Waves/Waves.vue | 6 +++--- src/content/Components/CardSwap/CardSwap.vue | 4 ++-- src/content/Components/Carousel/Carousel.vue | 4 ++-- .../Components/CircularGallery/CircularGallery.vue | 4 ++-- src/content/Components/DecayCard/DecayCard.vue | 4 ++-- src/content/Components/ElasticSlider/ElasticSlider.vue | 8 ++++---- src/content/Components/FlyingPosters/FlyingPosters.vue | 6 +++--- src/content/Components/GooeyNav/GooeyNav.vue | 10 +++++----- .../Components/InfiniteScroll/InfiniteScroll.vue | 6 +++--- src/content/Components/Masonry/Masonry.vue | 4 ++-- src/content/Components/PixelCard/PixelCard.vue | 6 +++--- src/content/Components/ProfileCard/ProfileCard.vue | 6 +++--- src/content/Components/SpotlightCard/SpotlightCard.vue | 4 ++-- src/content/Components/TiltedCard/TiltedCard.vue | 4 ++-- src/content/TextAnimations/AsciiText/AsciiText.vue | 4 ++-- src/content/TextAnimations/BlurText/BlurText.vue | 4 ++-- .../TextAnimations/DecryptedText/DecryptedText.vue | 4 ++-- src/content/TextAnimations/FallingText/FallingText.vue | 8 ++++---- src/content/TextAnimations/FuzzyText/FuzzyText.vue | 4 ++-- .../TextAnimations/ScrambleText/ScrambleText.vue | 4 ++-- src/content/TextAnimations/ScrollFloat/ScrollFloat.vue | 4 ++-- .../TextAnimations/ScrollReveal/ScrollReveal.vue | 4 ++-- src/content/TextAnimations/SplitText/SplitText.vue | 4 ++-- src/content/TextAnimations/TextCursor/TextCursor.vue | 4 ++-- .../TextAnimations/TextPressure/TextPressure.vue | 6 +++--- src/content/TextAnimations/TextTrail/TextTrail.vue | 4 ++-- src/content/TextAnimations/TrueFocus/TrueFocus.vue | 4 ++-- src/demo/Backgrounds/GridDistortionDemo.vue | 4 ++-- src/demo/TextAnimations/ScrollFloatDemo.vue | 4 ++-- src/demo/TextAnimations/ScrollRevealDemo.vue | 4 ++-- src/pages/CategoryPage.vue | 4 ++-- 69 files changed, 157 insertions(+), 158 deletions(-) diff --git a/src/components/landing/DisplayHeader/DisplayHeader.vue b/src/components/landing/DisplayHeader/DisplayHeader.vue index 8b2e5ac..123d2b4 100644 --- a/src/components/landing/DisplayHeader/DisplayHeader.vue +++ b/src/components/landing/DisplayHeader/DisplayHeader.vue @@ -6,7 +6,7 @@