@getflip/swirl-components-angular 0.277.0 → 0.279.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.
@@ -190,7 +190,7 @@ export declare class SwirlCarousel {
190
190
  protected el: HTMLElement;
191
191
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
192
192
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlCarousel, never>;
193
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCarousel, "swirl-carousel", never, { "label": { "alias": "label"; "required": false; }; "loopAround": { "alias": "loopAround"; "required": false; }; "nextSlideButtonLabel": { "alias": "nextSlideButtonLabel"; "required": false; }; "previousSlideButtonLabel": { "alias": "previousSlideButtonLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
193
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCarousel, "swirl-carousel", never, { "label": { "alias": "label"; "required": false; }; "loopAround": { "alias": "loopAround"; "required": false; }; "nextSlideButtonLabel": { "alias": "nextSlideButtonLabel"; "required": false; }; "paddingInlineEnd": { "alias": "paddingInlineEnd"; "required": false; }; "paddingInlineStart": { "alias": "paddingInlineStart"; "required": false; }; "previousSlideButtonLabel": { "alias": "previousSlideButtonLabel"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; }, {}, never, ["*"], false, never>;
194
194
  }
195
195
  export declare interface SwirlCarousel extends Components.SwirlCarousel {
196
196
  activeSlidesChange: EventEmitter<CustomEvent<HTMLSwirlCarouselSlideElement[]>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.277.0",
3
+ "version": "0.279.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": "^16.2.12",
15
15
  "@angular/platform-browser-dynamic": "^16.2.12",
16
16
  "@angular/router": "^16.2.12",
17
- "@getflip/swirl-components": "^0.277.0",
17
+ "@getflip/swirl-components": "^0.279.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.13.3"
@@ -460,7 +460,7 @@ export declare interface SwirlCard extends Components.SwirlCard {
460
460
 
461
461
 
462
462
  @ProxyCmp({
463
- inputs: ['label', 'loopAround', 'nextSlideButtonLabel', 'previousSlideButtonLabel'],
463
+ inputs: ['label', 'loopAround', 'nextSlideButtonLabel', 'paddingInlineEnd', 'paddingInlineStart', 'previousSlideButtonLabel', 'spacing'],
464
464
  methods: ['scrollToSlide']
465
465
  })
466
466
  @Component({
@@ -468,7 +468,7 @@ export declare interface SwirlCard extends Components.SwirlCard {
468
468
  changeDetection: ChangeDetectionStrategy.OnPush,
469
469
  template: '<ng-content></ng-content>',
470
470
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
471
- inputs: ['label', 'loopAround', 'nextSlideButtonLabel', 'previousSlideButtonLabel'],
471
+ inputs: ['label', 'loopAround', 'nextSlideButtonLabel', 'paddingInlineEnd', 'paddingInlineStart', 'previousSlideButtonLabel', 'spacing'],
472
472
  })
473
473
  export class SwirlCarousel {
474
474
  protected el: HTMLElement;