@getflip/swirl-components-angular 0.31.0 → 0.32.0

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.
@@ -452,7 +452,8 @@ SwirlCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
452
452
  SwirlCarousel = __decorate([
453
453
  ProxyCmp({
454
454
  defineCustomElementFn: undefined,
455
- inputs: ['label', 'loopAround', 'nextSlideButtonLabel', 'previousSlideButtonLabel']
455
+ inputs: ['label', 'loopAround', 'nextSlideButtonLabel', 'previousSlideButtonLabel'],
456
+ methods: ['scrollToSlide']
456
457
  })
457
458
  ], SwirlCarousel);
458
459
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCarousel, decorators: [{