From 418632566448d5ba4e097a78fe8a7033a3ba4397 Mon Sep 17 00:00:00 2001 From: plain Date: Wed, 30 Oct 2024 21:37:53 +0800 Subject: [PATCH] feat: add embla-carousel and embla-carousel plugins (#313) [skip ci] ## Summary by CodeRabbit - **New Features** - Enhanced carousel functionality with new features such as auto-height adjustment, automatic scrolling, autoplay, and fade transitions. - Improved visual presentation of content through a more dynamic carousel experience. --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/package.json b/package.json index ab307b3..57d7b22 100644 --- a/package.json +++ b/package.json @@ -5244,6 +5244,21 @@ "emailjs": { "version": "*" }, + "embla-carousel": { + "version": "*" + }, + "embla-carousel-auto-height": { + "version": "*" + }, + "embla-carousel-auto-scroll": { + "version": "*" + }, + "embla-carousel-autoplay": { + "version": "*" + }, + "embla-carousel-fade": { + "version": "*" + }, "emitter": { "version": "*" },