@crystaldesign/widget-image-carousel 25.10.0-beta.7 → 25.10.0-beta.9

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.
@@ -510,7 +510,7 @@ function MainComponent(props) {
510
510
  if (error) return /*#__PURE__*/jsx("div", {
511
511
  children: "Error"
512
512
  });
513
- if (isMobile && props.settings.avoidUsingSwiperOnMobile) {
513
+ if (isMobile && !props.settings.avoidUsingSwiperOnMobile) {
514
514
  return /*#__PURE__*/jsx(ImageList, {
515
515
  media: media,
516
516
  settings: props.settings,