@getflip/swirl-components-angular 0.362.1 → 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.
@@ -2911,7 +2911,7 @@ export declare class SwirlShellNavigationItem {
2911
2911
  protected el: HTMLSwirlShellNavigationItemElement;
2912
2912
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2913
2913
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlShellNavigationItem, never>;
2914
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlShellNavigationItem, "swirl-shell-navigation-item", never, { "active": { "alias": "active"; "required": false; }; "badgeLabel": { "alias": "badgeLabel"; "required": false; }; "boxed": { "alias": "boxed"; "required": false; }; "description": { "alias": "description"; "required": false; }; "filled": { "alias": "filled"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "inlineLabel": { "alias": "inlineLabel"; "required": false; }; "inlineLabelColor": { "alias": "inlineLabelColor"; "required": false; }; "label": { "alias": "label"; "required": true; }; "target": { "alias": "target"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "withGradient": { "alias": "withGradient"; "required": false; }; }, {}, never, ["*"], false, never>;
2914
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlShellNavigationItem, "swirl-shell-navigation-item", never, { "active": { "alias": "active"; "required": false; }; "badgeLabel": { "alias": "badgeLabel"; "required": false; }; "boxed": { "alias": "boxed"; "required": false; }; "description": { "alias": "description"; "required": false; }; "filled": { "alias": "filled"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "inlineLabel": { "alias": "inlineLabel"; "required": false; }; "inlineLabelColor": { "alias": "inlineLabelColor"; "required": false; }; "label": { "alias": "label"; "required": true; }; "markAsNew": { "alias": "markAsNew"; "required": false; }; "markAsNewLabel": { "alias": "markAsNewLabel"; "required": false; }; "target": { "alias": "target"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "withGradient": { "alias": "withGradient"; "required": false; }; }, {}, never, ["*"], false, never>;
2915
2915
  }
2916
2916
  export declare interface SwirlShellNavigationItem extends Components.SwirlShellNavigationItem {
2917
2917
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.362.1",
3
+ "version": "0.363.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -22,7 +22,7 @@
22
22
  "@angular/platform-browser": "19.2.3",
23
23
  "@angular/platform-browser-dynamic": "19.2.3",
24
24
  "@angular/router": "19.2.3",
25
- "@getflip/swirl-components": "^0.362.1",
25
+ "@getflip/swirl-components": "^0.363.0",
26
26
  "rxjs": "~7.8.0",
27
27
  "tslib": "^2.3.0",
28
28
  "zone.js": "0.15.0"
@@ -7444,14 +7444,14 @@ export declare interface SwirlShellLayout extends Components.SwirlShellLayout {
7444
7444
 
7445
7445
 
7446
7446
  @ProxyCmp({
7447
- inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'target', 'variant', 'withGradient']
7447
+ inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'markAsNew', 'markAsNewLabel', 'target', 'variant', 'withGradient']
7448
7448
  })
7449
7449
  @Component({
7450
7450
  selector: 'swirl-shell-navigation-item',
7451
7451
  changeDetection: ChangeDetectionStrategy.OnPush,
7452
7452
  template: '<ng-content></ng-content>',
7453
7453
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
7454
- inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'target', 'variant', 'withGradient'],
7454
+ inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'markAsNew', 'markAsNewLabel', 'target', 'variant', 'withGradient'],
7455
7455
  standalone: false
7456
7456
  })
7457
7457
  export class SwirlShellNavigationItem {