@crystaldesign/widget-library 25.11.0-beta.32 → 25.11.0-beta.34

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.
@@ -869,7 +869,8 @@ function useGallery(_ref) {
869
869
  }
870
870
  }, [currentProductId, swiper]);
871
871
  useEffect(function () {
872
- if (!swiper || !swiper.params.autoplay) {
872
+ var _swiper$params2;
873
+ if (!swiper || !(swiper !== null && swiper !== void 0 && (_swiper$params2 = swiper.params) !== null && _swiper$params2 !== void 0 && _swiper$params2.autoplay)) {
873
874
  return;
874
875
  }
875
876
  if (swiper.autoplay.running && disableAnimation) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/widget-library",
3
- "version": "25.11.0-beta.32",
3
+ "version": "25.11.0-beta.34",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "storybook": "storybook dev -p 6006",
@@ -36,5 +36,5 @@
36
36
  "suiteName": "widget-library",
37
37
  "outputDirectory": "./test-reports"
38
38
  },
39
- "gitHead": "ab34b2125eeb3e1c053de3cb124548dece40d932"
39
+ "gitHead": "76fc450d133c8347c5b69efdb576e00b5bd4ea95"
40
40
  }