@getflip/swirl-components-angular 0.365.0 → 0.366.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.
@@ -20,5 +20,5 @@ Built Angular Package
20
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
21
  ------------------------------------------------------------------------------
22
22
 
23
- Build at: 2025-08-20T09:30:20.281Z - Time: 12485ms
23
+ Build at: 2025-08-22T08:48:03.456Z - Time: 12417ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.366.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1191](https://github.com/getflip/swirl/pull/1191)
8
+ [`c61136d50`](https://github.com/getflip/swirl/commit/c61136d50cd2da7b2934e55836cdc54d2fc191cf)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "horizontal"
10
+ swirl-avatar-group variant
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`c61136d50`](https://github.com/getflip/swirl/commit/c61136d50cd2da7b2934e55836cdc54d2fc191cf)]:
16
+ - @getflip/swirl-components@0.366.0
17
+
18
+ ## 0.365.1
19
+
20
+ ### Patch Changes
21
+
22
+ - [#1188](https://github.com/getflip/swirl/pull/1188)
23
+ [`3e57ec157`](https://github.com/getflip/swirl/commit/3e57ec157ac11c8eb11b91bf84f8797d3f7aff52)
24
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Adjust
25
+ swirl-avatar 2xl sizes
26
+
27
+ - Updated dependencies
28
+ [[`3e57ec157`](https://github.com/getflip/swirl/commit/3e57ec157ac11c8eb11b91bf84f8797d3f7aff52)]:
29
+ - @getflip/swirl-components@0.365.1
30
+
3
31
  ## 0.365.0
4
32
 
5
33
  ### Minor Changes
@@ -372,11 +372,11 @@ let SwirlAvatarGroup = class SwirlAvatarGroup {
372
372
  this.el = r.nativeElement;
373
373
  }
374
374
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlAvatarGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
375
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlAvatarGroup, isStandalone: false, selector: "swirl-avatar-group", inputs: { badge: "badge" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
375
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlAvatarGroup, isStandalone: false, selector: "swirl-avatar-group", inputs: { badge: "badge", layout: "layout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
376
376
  };
377
377
  SwirlAvatarGroup = __decorate([
378
378
  ProxyCmp({
379
- inputs: ['badge']
379
+ inputs: ['badge', 'layout']
380
380
  })
381
381
  ], SwirlAvatarGroup);
382
382
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlAvatarGroup, decorators: [{
@@ -386,7 +386,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
386
386
  changeDetection: ChangeDetectionStrategy.OnPush,
387
387
  template: '<ng-content></ng-content>',
388
388
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
389
- inputs: ['badge'],
389
+ inputs: ['badge', 'layout'],
390
390
  standalone: false
391
391
  }]
392
392
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });