oasys-lib 1.26.0 → 1.26.1
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.
- package/bundles/oasys-lib.umd.js +2 -0
- package/bundles/oasys-lib.umd.js.map +1 -1
- package/esm2015/lib/components/carousel/carousel.component.js +3 -1
- package/fesm2015/oasys-lib.js +2 -0
- package/fesm2015/oasys-lib.js.map +1 -1
- package/lib/components/carousel/carousel.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/assets/bloomandwild/variables.css +1 -1
- package/src/assets/bloomon/variables.css +1 -1
- package/src/assets/global/scss-breakpoints.scss +1 -1
- package/src/assets/global/variables.css +1 -1
package/bundles/oasys-lib.umd.js
CHANGED
|
@@ -2284,6 +2284,8 @@
|
|
|
2284
2284
|
Object.assign(swiperEl, swiperParams);
|
|
2285
2285
|
// and now initialize it
|
|
2286
2286
|
swiperEl.initialize();
|
|
2287
|
+
// Set up scrollbar and ensure this is recalculated on resize events
|
|
2288
|
+
this.setupScrollbarLayoutProperties();
|
|
2287
2289
|
swiperEl.addEventListener('resize', function () {
|
|
2288
2290
|
_this.setupScrollbarLayoutProperties();
|
|
2289
2291
|
});
|