@getflip/swirl-components-angular 0.362.0 → 0.363.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-07T13:11:20.181Z - Time: 12220ms
23
+ Build at: 2025-08-07T15:54:20.506Z - Time: 12362ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.363.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1166](https://github.com/getflip/swirl/pull/1166)
8
+ [`e42c6791`](https://github.com/getflip/swirl/commit/e42c679100a0e6744cf9612ea2e1a4761d4d7e3d)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "info" intent to swirl-badge
10
+
11
+ * [#1166](https://github.com/getflip/swirl/pull/1166)
12
+ [`e42c6791`](https://github.com/getflip/swirl/commit/e42c679100a0e6744cf9612ea2e1a4761d4d7e3d)
13
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "mark-as-new" prop to
14
+ swirl-shell-navigation-item
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ [[`e42c6791`](https://github.com/getflip/swirl/commit/e42c679100a0e6744cf9612ea2e1a4761d4d7e3d),
20
+ [`e42c6791`](https://github.com/getflip/swirl/commit/e42c679100a0e6744cf9612ea2e1a4761d4d7e3d)]:
21
+ - @getflip/swirl-components@0.363.0
22
+
23
+ ## 0.362.1
24
+
25
+ ### Patch Changes
26
+
27
+ - [#1168](https://github.com/getflip/swirl/pull/1168)
28
+ [`7ccc6c19`](https://github.com/getflip/swirl/commit/7ccc6c193a5bc35af2f66d61d334067e9305506d)
29
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix
30
+ shell-layout navigation spacing for tiled variant
31
+
32
+ - Updated dependencies
33
+ [[`7ccc6c19`](https://github.com/getflip/swirl/commit/7ccc6c193a5bc35af2f66d61d334067e9305506d)]:
34
+ - @getflip/swirl-components@0.362.1
35
+
3
36
  ## 0.362.0
4
37
 
5
38
  ### Minor Changes
@@ -8522,11 +8522,11 @@ let SwirlShellNavigationItem = class SwirlShellNavigationItem {
8522
8522
  this.el = r.nativeElement;
8523
8523
  }
8524
8524
  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 });
8525
- 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", filled: "filled", hideLabel: "hideLabel", href: "href", inlineLabel: "inlineLabel", inlineLabelColor: "inlineLabelColor", label: "label", target: "target", variant: "variant", withGradient: "withGradient" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8525
+ 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", filled: "filled", hideLabel: "hideLabel", href: "href", inlineLabel: "inlineLabel", inlineLabelColor: "inlineLabelColor", label: "label", markAsNew: "markAsNew", markAsNewLabel: "markAsNewLabel", target: "target", variant: "variant", withGradient: "withGradient" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8526
8526
  };
8527
8527
  SwirlShellNavigationItem = __decorate([
8528
8528
  ProxyCmp({
8529
- inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'target', 'variant', 'withGradient']
8529
+ inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'markAsNew', 'markAsNewLabel', 'target', 'variant', 'withGradient']
8530
8530
  })
8531
8531
  ], SwirlShellNavigationItem);
8532
8532
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlShellNavigationItem, decorators: [{
@@ -8536,7 +8536,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
8536
8536
  changeDetection: ChangeDetectionStrategy.OnPush,
8537
8537
  template: '<ng-content></ng-content>',
8538
8538
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8539
- inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'target', 'variant', 'withGradient'],
8539
+ inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'markAsNew', 'markAsNewLabel', 'target', 'variant', 'withGradient'],
8540
8540
  standalone: false
8541
8541
  }]
8542
8542
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });