@getflip/swirl-components-angular 0.478.0 → 0.479.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-04-14T09:14:50.253Z - Time: 12201ms
23
+ Build at: 2026-04-15T06:48:36.634Z - Time: 12174ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.479.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1611](https://github.com/getflip/swirl/pull/1611)
8
+ [`cf725235d`](https://github.com/getflip/swirl/commit/cf725235d460e242597f53efdf1e04accf3088d0)
9
+ Thanks [@fabio-carvalho88](https://github.com/fabio-carvalho88)! - Fix
10
+ swirl-dialog title and long button labels
11
+
12
+ * [#1613](https://github.com/getflip/swirl/pull/1613)
13
+ [`f410f48a6`](https://github.com/getflip/swirl/commit/f410f48a6b16379f2ebd6781031da16bbe1544f0)
14
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add
15
+ `enableFlip` to swirl-tooltip
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ [[`cf725235d`](https://github.com/getflip/swirl/commit/cf725235d460e242597f53efdf1e04accf3088d0),
21
+ [`f410f48a6`](https://github.com/getflip/swirl/commit/f410f48a6b16379f2ebd6781031da16bbe1544f0)]:
22
+ - @getflip/swirl-components@0.479.0
23
+
3
24
  ## 0.478.0
4
25
 
5
26
  ### Minor Changes
@@ -13163,11 +13163,11 @@ let SwirlTooltip = class SwirlTooltip {
13163
13163
  this.el = r.nativeElement;
13164
13164
  }
13165
13165
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
13166
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlTooltip, isStandalone: false, selector: "swirl-tooltip", inputs: { active: "active", content: "content", delay: "delay", intent: "intent", maxWidth: "maxWidth", position: "position", positioning: "positioning", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
13166
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlTooltip, isStandalone: false, selector: "swirl-tooltip", inputs: { active: "active", content: "content", delay: "delay", enableFlip: "enableFlip", intent: "intent", maxWidth: "maxWidth", position: "position", positioning: "positioning", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
13167
13167
  };
13168
13168
  SwirlTooltip = __decorate([
13169
13169
  ProxyCmp({
13170
- inputs: ['active', 'content', 'delay', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
13170
+ inputs: ['active', 'content', 'delay', 'enableFlip', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
13171
13171
  methods: ['show', 'hide']
13172
13172
  })
13173
13173
  ], SwirlTooltip);
@@ -13178,7 +13178,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
13178
13178
  changeDetection: ChangeDetectionStrategy.OnPush,
13179
13179
  template: '<ng-content></ng-content>',
13180
13180
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
13181
- inputs: ['active', { name: 'content', required: true }, 'delay', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
13181
+ inputs: ['active', { name: 'content', required: true }, 'delay', 'enableFlip', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
13182
13182
  standalone: false
13183
13183
  }]
13184
13184
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });