- **BREAKING**: Migrated `Carousel` component from Glider.js to Swiper.js library
  - Replaced `@lighting-beetle/glider-js` dependency with `swiper`
  - Updated `CarouselConfig` interface to extend `SwiperOptions` instead of Glider config
  - Changed initialization from `new Glider()` to `new Swiper()` with required modules (Navigation, Pagination, Scrollbar, A11y)
  - Updated prop name from `gliderOptions` to `swiperOptions` in React component
  - Enhanced keyboard navigation support for pagination buttons (Arrow keys, Home/End, Tab navigation)
  - Added tooltip position updates on slide changes for better tooltip integration
  - Improved accessibility with proper ARIA attributes and Slovak language messages
  - Updated slide classes from glider-specific to swiper-specific (`swiper-slide`, `swiper-wrapper`)
  - Modified breakpoint configuration format to match Swiper's API
  - Added automatic element detection and configuration for navigation, pagination, and scrollbar
