@getflip/swirl-components-angular 0.356.0 → 0.357.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-07-29T09:35:00.237Z - Time: 12592ms
23
+ Build at: 2025-07-29T11:53:55.116Z - Time: 12343ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.357.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1150](https://github.com/getflip/swirl/pull/1150)
8
+ [`8d12f1df`](https://github.com/getflip/swirl/commit/8d12f1df9db598d44c8652509986a141d1d3dd55)
9
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add a
10
+ description to swirl-shell-navigation-item
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`8d12f1df`](https://github.com/getflip/swirl/commit/8d12f1df9db598d44c8652509986a141d1d3dd55)]:
16
+ - @getflip/swirl-components@0.357.0
17
+
3
18
  ## 0.356.0
4
19
 
5
20
  ### Minor Changes
@@ -8414,11 +8414,11 @@ let SwirlShellNavigationItem = class SwirlShellNavigationItem {
8414
8414
  this.el = r.nativeElement;
8415
8415
  }
8416
8416
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlShellNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8417
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlShellNavigationItem, isStandalone: false, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", boxed: "boxed", hideLabel: "hideLabel", href: "href", inlineLabel: "inlineLabel", inlineLabelColor: "inlineLabelColor", label: "label", target: "target", tiled: "tiled", withGradient: "withGradient" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8417
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlShellNavigationItem, isStandalone: false, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", boxed: "boxed", description: "description", hideLabel: "hideLabel", href: "href", inlineLabel: "inlineLabel", inlineLabelColor: "inlineLabelColor", label: "label", target: "target", tiled: "tiled", withGradient: "withGradient" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8418
8418
  };
8419
8419
  SwirlShellNavigationItem = __decorate([
8420
8420
  ProxyCmp({
8421
- inputs: ['active', 'badgeLabel', 'boxed', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'target', 'tiled', 'withGradient']
8421
+ inputs: ['active', 'badgeLabel', 'boxed', 'description', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'target', 'tiled', 'withGradient']
8422
8422
  })
8423
8423
  ], SwirlShellNavigationItem);
8424
8424
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlShellNavigationItem, decorators: [{
@@ -8428,7 +8428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
8428
8428
  changeDetection: ChangeDetectionStrategy.OnPush,
8429
8429
  template: '<ng-content></ng-content>',
8430
8430
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8431
- inputs: ['active', 'badgeLabel', 'boxed', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'target', 'tiled', 'withGradient'],
8431
+ inputs: ['active', 'badgeLabel', 'boxed', 'description', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'target', 'tiled', 'withGradient'],
8432
8432
  standalone: false
8433
8433
  }]
8434
8434
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });