@getflip/swirl-components-angular 0.491.0-beta-20260513071111 → 0.491.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: 2026-05-13T07:11:03.595Z - Time: 12165ms
23
+ Build at: 2026-05-13T07:56:40.699Z - Time: 13019ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
- ## 0.491.0-beta-20260513071111
3
+ ## 0.491.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- [[`e57557d27`](https://github.com/getflip/swirl/commit/e57557d27d47dcba31f1a7dab53540cb1b1b0fc5)]:
9
- - @getflip/swirl-components@0.491.0-beta-20260513071111
8
+ [[`b1ff7e0d2`](https://github.com/getflip/swirl/commit/b1ff7e0d24eb1cad0c8bf1789eecf5785a65ecf1),
9
+ [`ef0f20b08`](https://github.com/getflip/swirl/commit/ef0f20b08c6b2de46d64fe42895b0b0c81032e4a)]:
10
+ - @getflip/swirl-components@0.491.0
10
11
 
11
12
  ## 0.490.0
12
13
 
@@ -13271,11 +13271,11 @@ let SwirlToolbar = class SwirlToolbar {
13271
13271
  this.el = r.nativeElement;
13272
13272
  }
13273
13273
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
13274
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlToolbar, isStandalone: false, selector: "swirl-toolbar", inputs: { label: "label", orientation: "orientation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
13274
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlToolbar, isStandalone: false, selector: "swirl-toolbar", inputs: { label: "label", orientation: "orientation", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
13275
13275
  };
13276
13276
  SwirlToolbar = __decorate([
13277
13277
  ProxyCmp({
13278
- inputs: ['label', 'orientation']
13278
+ inputs: ['label', 'orientation', 'spacing']
13279
13279
  })
13280
13280
  ], SwirlToolbar);
13281
13281
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlToolbar, decorators: [{
@@ -13285,7 +13285,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
13285
13285
  changeDetection: ChangeDetectionStrategy.OnPush,
13286
13286
  template: '<ng-content></ng-content>',
13287
13287
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
13288
- inputs: ['label', 'orientation'],
13288
+ inputs: ['label', 'orientation', 'spacing'],
13289
13289
  standalone: false
13290
13290
  }]
13291
13291
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });