@getflip/swirl-components-angular 0.434.0 → 0.435.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.
@@ -2718,7 +2718,7 @@ export declare class SwirlInlineNotification {
2718
2718
  protected el: HTMLSwirlInlineNotificationElement;
2719
2719
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2720
2720
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlInlineNotification, never>;
2721
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlInlineNotification, "swirl-inline-notification", never, { "heading": { "alias": "heading"; "required": true; }; "hideHeading": { "alias": "hideHeading"; "required": false; }; "importance": { "alias": "importance"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; }, {}, never, ["*"], false, never>;
2721
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlInlineNotification, "swirl-inline-notification", never, { "borderRadius": { "alias": "borderRadius"; "required": false; }; "heading": { "alias": "heading"; "required": true; }; "hideHeading": { "alias": "hideHeading"; "required": false; }; "importance": { "alias": "importance"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; }, {}, never, ["*"], false, never>;
2722
2722
  }
2723
2723
  export declare interface SwirlInlineNotification extends Components.SwirlInlineNotification {
2724
2724
  }
@@ -2765,7 +2765,7 @@ export declare class SwirlMenu {
2765
2765
  protected el: HTMLSwirlMenuElement;
2766
2766
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2767
2767
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlMenu, never>;
2768
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlMenu, "swirl-menu", never, { "active": { "alias": "active"; "required": false; }; "label": { "alias": "label"; "required": true; }; "level": { "alias": "level"; "required": false; }; "mobileBackButtonLabel": { "alias": "mobileBackButtonLabel"; "required": false; }; "mobileCloseMenuButtonLabel": { "alias": "mobileCloseMenuButtonLabel"; "required": false; }; "mobileDoneButtonLabel": { "alias": "mobileDoneButtonLabel"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
2768
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlMenu, "swirl-menu", never, { "active": { "alias": "active"; "required": false; }; "label": { "alias": "label"; "required": true; }; "level": { "alias": "level"; "required": false; }; "mobileBackButtonLabel": { "alias": "mobileBackButtonLabel"; "required": false; }; "mobileCloseMenuButtonLabel": { "alias": "mobileCloseMenuButtonLabel"; "required": false; }; "mobileDoneButtonLabel": { "alias": "mobileDoneButtonLabel"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
2769
2769
  }
2770
2770
  export declare interface SwirlMenu extends Components.SwirlMenu {
2771
2771
  done: EventEmitter<CustomEvent<void>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.434.0",
3
+ "version": "0.435.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -22,7 +22,7 @@
22
22
  "@angular/platform-browser": "19.2.18",
23
23
  "@angular/platform-browser-dynamic": "19.2.18",
24
24
  "@angular/router": "19.2.18",
25
- "@getflip/swirl-components": "0.434.0",
25
+ "@getflip/swirl-components": "0.435.0",
26
26
  "rxjs": "7.8.2",
27
27
  "tslib": "2.4.0",
28
28
  "zone.js": "0.15.0"
@@ -6955,14 +6955,14 @@ export declare interface SwirlInlineError extends Components.SwirlInlineError {}
6955
6955
 
6956
6956
 
6957
6957
  @ProxyCmp({
6958
- inputs: ['heading', 'hideHeading', 'importance', 'intent']
6958
+ inputs: ['borderRadius', 'heading', 'hideHeading', 'importance', 'intent']
6959
6959
  })
6960
6960
  @Component({
6961
6961
  selector: 'swirl-inline-notification',
6962
6962
  changeDetection: ChangeDetectionStrategy.OnPush,
6963
6963
  template: '<ng-content></ng-content>',
6964
6964
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
6965
- inputs: [{ name: 'heading', required: true }, 'hideHeading', 'importance', 'intent'],
6965
+ inputs: ['borderRadius', { name: 'heading', required: true }, 'hideHeading', 'importance', 'intent'],
6966
6966
  standalone: false
6967
6967
  })
6968
6968
  export class SwirlInlineNotification {
@@ -7076,7 +7076,7 @@ export declare interface SwirlList extends Components.SwirlList {}
7076
7076
 
7077
7077
 
7078
7078
  @ProxyCmp({
7079
- inputs: ['active', 'label', 'level', 'mobileBackButtonLabel', 'mobileCloseMenuButtonLabel', 'mobileDoneButtonLabel', 'value', 'variant'],
7079
+ inputs: ['active', 'label', 'level', 'mobileBackButtonLabel', 'mobileCloseMenuButtonLabel', 'mobileDoneButtonLabel', 'placement', 'value', 'variant'],
7080
7080
  methods: ['activateMenuItem', 'close', 'goBack', 'focusFirstItem', 'focusItemAtIndex', 'updateSelection', 'updateActiveItem']
7081
7081
  })
7082
7082
  @Component({
@@ -7084,7 +7084,7 @@ export declare interface SwirlList extends Components.SwirlList {}
7084
7084
  changeDetection: ChangeDetectionStrategy.OnPush,
7085
7085
  template: '<ng-content></ng-content>',
7086
7086
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
7087
- inputs: ['active', { name: 'label', required: true }, 'level', 'mobileBackButtonLabel', 'mobileCloseMenuButtonLabel', 'mobileDoneButtonLabel', 'value', 'variant'],
7087
+ inputs: ['active', { name: 'label', required: true }, 'level', 'mobileBackButtonLabel', 'mobileCloseMenuButtonLabel', 'mobileDoneButtonLabel', 'placement', 'value', 'variant'],
7088
7088
  standalone: false
7089
7089
  })
7090
7090
  export class SwirlMenu {