@getflip/swirl-components-angular 0.434.0 → 0.436.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-02-10T08:44:30.476Z - Time: 12557ms
23
+ Build at: 2026-02-11T08:11:14.545Z - Time: 13774ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.436.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1424](https://github.com/getflip/swirl/pull/1424)
8
+ [`8f78e3ef8`](https://github.com/getflip/swirl/commit/8f78e3ef8a8a50bac019a31ad05e88d709c73b72)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use native
10
+ popover in swirl-tooltip
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`8f78e3ef8`](https://github.com/getflip/swirl/commit/8f78e3ef8a8a50bac019a31ad05e88d709c73b72)]:
16
+ - @getflip/swirl-components@0.436.0
17
+
18
+ ## 0.435.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#1418](https://github.com/getflip/swirl/pull/1418)
23
+ [`f3543ba60`](https://github.com/getflip/swirl/commit/f3543ba60848d7a2c4322a8f0bfa30d19c3dcff8)
24
+ Thanks [@fabio-carvalho88](https://github.com/fabio-carvalho88)! - Vertically
25
+ center radio button
26
+
27
+ * [#1422](https://github.com/getflip/swirl/pull/1422)
28
+ [`b43e30be0`](https://github.com/getflip/swirl/commit/b43e30be00ee91ccd55ca904901539ff6585c7fc)
29
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add placement
30
+ prop to swirl-menu
31
+
32
+ - [#1417](https://github.com/getflip/swirl/pull/1417)
33
+ [`a81c249b5`](https://github.com/getflip/swirl/commit/a81c249b53cf62941d29b096143dea275ba2fd9e)
34
+ Thanks [@fabio-carvalho88](https://github.com/fabio-carvalho88)! - Add
35
+ borderRadius prop to InlineNotification
36
+
37
+ ### Patch Changes
38
+
39
+ - [#1423](https://github.com/getflip/swirl/pull/1423)
40
+ [`431f0401c`](https://github.com/getflip/swirl/commit/431f0401ce28afe6613a6ce659c1168426ad107a)
41
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-modal auto-focus
42
+ handling
43
+
44
+ - Updated dependencies
45
+ [[`431f0401c`](https://github.com/getflip/swirl/commit/431f0401ce28afe6613a6ce659c1168426ad107a),
46
+ [`f3543ba60`](https://github.com/getflip/swirl/commit/f3543ba60848d7a2c4322a8f0bfa30d19c3dcff8),
47
+ [`b43e30be0`](https://github.com/getflip/swirl/commit/b43e30be00ee91ccd55ca904901539ff6585c7fc),
48
+ [`a81c249b5`](https://github.com/getflip/swirl/commit/a81c249b53cf62941d29b096143dea275ba2fd9e)]:
49
+ - @getflip/swirl-components@0.435.0
50
+
3
51
  ## 0.434.0
4
52
 
5
53
  ### Minor Changes
@@ -8045,11 +8045,11 @@ let SwirlInlineNotification = class SwirlInlineNotification {
8045
8045
  this.el = r.nativeElement;
8046
8046
  }
8047
8047
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8048
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlInlineNotification, isStandalone: false, selector: "swirl-inline-notification", inputs: { heading: "heading", hideHeading: "hideHeading", importance: "importance", intent: "intent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8048
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlInlineNotification, isStandalone: false, selector: "swirl-inline-notification", inputs: { borderRadius: "borderRadius", heading: "heading", hideHeading: "hideHeading", importance: "importance", intent: "intent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8049
8049
  };
8050
8050
  SwirlInlineNotification = __decorate([
8051
8051
  ProxyCmp({
8052
- inputs: ['heading', 'hideHeading', 'importance', 'intent']
8052
+ inputs: ['borderRadius', 'heading', 'hideHeading', 'importance', 'intent']
8053
8053
  })
8054
8054
  ], SwirlInlineNotification);
8055
8055
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlInlineNotification, decorators: [{
@@ -8059,7 +8059,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
8059
8059
  changeDetection: ChangeDetectionStrategy.OnPush,
8060
8060
  template: '<ng-content></ng-content>',
8061
8061
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8062
- inputs: [{ name: 'heading', required: true }, 'hideHeading', 'importance', 'intent'],
8062
+ inputs: ['borderRadius', { name: 'heading', required: true }, 'hideHeading', 'importance', 'intent'],
8063
8063
  standalone: false
8064
8064
  }]
8065
8065
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -8181,11 +8181,11 @@ let SwirlMenu = class SwirlMenu {
8181
8181
  proxyOutputs(this, this.el, ['done', 'valueChange']);
8182
8182
  }
8183
8183
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8184
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlMenu, isStandalone: false, selector: "swirl-menu", inputs: { active: "active", label: "label", level: "level", mobileBackButtonLabel: "mobileBackButtonLabel", mobileCloseMenuButtonLabel: "mobileCloseMenuButtonLabel", mobileDoneButtonLabel: "mobileDoneButtonLabel", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8184
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlMenu, isStandalone: false, selector: "swirl-menu", inputs: { active: "active", label: "label", level: "level", mobileBackButtonLabel: "mobileBackButtonLabel", mobileCloseMenuButtonLabel: "mobileCloseMenuButtonLabel", mobileDoneButtonLabel: "mobileDoneButtonLabel", placement: "placement", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8185
8185
  };
8186
8186
  SwirlMenu = __decorate([
8187
8187
  ProxyCmp({
8188
- inputs: ['active', 'label', 'level', 'mobileBackButtonLabel', 'mobileCloseMenuButtonLabel', 'mobileDoneButtonLabel', 'value', 'variant'],
8188
+ inputs: ['active', 'label', 'level', 'mobileBackButtonLabel', 'mobileCloseMenuButtonLabel', 'mobileDoneButtonLabel', 'placement', 'value', 'variant'],
8189
8189
  methods: ['activateMenuItem', 'close', 'goBack', 'focusFirstItem', 'focusItemAtIndex', 'updateSelection', 'updateActiveItem']
8190
8190
  })
8191
8191
  ], SwirlMenu);
@@ -8196,7 +8196,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
8196
8196
  changeDetection: ChangeDetectionStrategy.OnPush,
8197
8197
  template: '<ng-content></ng-content>',
8198
8198
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8199
- inputs: ['active', { name: 'label', required: true }, 'level', 'mobileBackButtonLabel', 'mobileCloseMenuButtonLabel', 'mobileDoneButtonLabel', 'value', 'variant'],
8199
+ inputs: ['active', { name: 'label', required: true }, 'level', 'mobileBackButtonLabel', 'mobileCloseMenuButtonLabel', 'mobileDoneButtonLabel', 'placement', 'value', 'variant'],
8200
8200
  standalone: false
8201
8201
  }]
8202
8202
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });