@getflip/swirl-components-angular 0.274.0 → 0.275.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.
@@ -171,7 +171,7 @@ export declare class SwirlButtonGroup {
171
171
  protected el: HTMLElement;
172
172
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
173
173
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlButtonGroup, never>;
174
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButtonGroup, "swirl-button-group", never, { "orientation": { "alias": "orientation"; "required": false; }; "segmented": { "alias": "segmented"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, {}, never, ["*"], false, never>;
174
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButtonGroup, "swirl-button-group", never, { "orientation": { "alias": "orientation"; "required": false; }; "segmented": { "alias": "segmented"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, {}, never, ["*"], false, never>;
175
175
  }
176
176
  export declare interface SwirlButtonGroup extends Components.SwirlButtonGroup {
177
177
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.274.0",
3
+ "version": "0.275.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.274.0",
17
+ "@getflip/swirl-components": "^0.275.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.13.3"
@@ -411,14 +411,14 @@ export declare interface SwirlButton extends Components.SwirlButton {}
411
411
 
412
412
 
413
413
  @ProxyCmp({
414
- inputs: ['orientation', 'segmented', 'stretch', 'wrap']
414
+ inputs: ['orientation', 'segmented', 'spacing', 'stretch', 'wrap']
415
415
  })
416
416
  @Component({
417
417
  selector: 'swirl-button-group',
418
418
  changeDetection: ChangeDetectionStrategy.OnPush,
419
419
  template: '<ng-content></ng-content>',
420
420
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
421
- inputs: ['orientation', 'segmented', 'stretch', 'wrap'],
421
+ inputs: ['orientation', 'segmented', 'spacing', 'stretch', 'wrap'],
422
422
  })
423
423
  export class SwirlButtonGroup {
424
424
  protected el: HTMLElement;