@getflip/swirl-components-angular 0.481.0 → 0.483.0-beta-20260424085849

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.
@@ -11,14 +11,14 @@ Building entry point '@getflip/swirl-components-angular'
11
11
  - Copying assets
12
12
  ✔ Copying assets
13
13
  - Writing package manifest
14
- ✔ Writing package manifest
15
- ✔ Built @getflip/swirl-components-angular
16
14
 
17
15
  ------------------------------------------------------------------------------
18
16
  Built Angular Package
19
17
  - from: /home/runner/work/swirl/swirl/packages/swirl-components-angular/projects/component-library
20
18
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
19
  ------------------------------------------------------------------------------
20
+ ✔ Writing package manifest
21
+ ✔ Built @getflip/swirl-components-angular
22
22
 
23
- Build at: 2026-04-23T10:15:42.102Z - Time: 12719ms
23
+ Build at: 2026-04-24T08:58:40.503Z - Time: 12325ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.483.0-beta-20260424085849
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1614](https://github.com/getflip/swirl/pull/1614)
8
+ [`82ee6a1b6`](https://github.com/getflip/swirl/commit/82ee6a1b6c0b327f575e799a3fea0e93addbc193)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Revamp
10
+ swirl-thumbnail component
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1614](https://github.com/getflip/swirl/pull/1614)
15
+ [`305768a07`](https://github.com/getflip/swirl/commit/305768a07a60f01534d09b11766b8d89ae4930e0)
16
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix
17
+ `swirl-popover` closing immediately after opening in iOS
18
+
19
+ - Updated dependencies
20
+ [[`305768a07`](https://github.com/getflip/swirl/commit/305768a07a60f01534d09b11766b8d89ae4930e0),
21
+ [`82ee6a1b6`](https://github.com/getflip/swirl/commit/82ee6a1b6c0b327f575e799a3fea0e93addbc193)]:
22
+ - @getflip/swirl-components@0.483.0-beta-20260424085849
23
+
24
+ ## 0.482.0
25
+
26
+ ### Minor Changes
27
+
28
+ - [#1623](https://github.com/getflip/swirl/pull/1623)
29
+ [`2407478e9`](https://github.com/getflip/swirl/commit/2407478e91018b77e11e5c9ce74338908cdfd6e4)
30
+ Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Fix data cell
31
+ spacing with empty slots
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies
36
+ [[`2407478e9`](https://github.com/getflip/swirl/commit/2407478e91018b77e11e5c9ce74338908cdfd6e4)]:
37
+ - @getflip/swirl-components@0.482.0
38
+
3
39
  ## 0.481.0
4
40
 
5
41
  ### Patch Changes
@@ -12970,11 +12970,11 @@ let SwirlThumbnail = class SwirlThumbnail {
12970
12970
  proxyOutputs(this, this.el, ['edit', 'remove', 'thumbnailClick']);
12971
12971
  }
12972
12972
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
12973
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlThumbnail, isStandalone: false, selector: "swirl-thumbnail", inputs: { alt: "alt", editButtonIcon: "editButtonIcon", editButtonLabel: "editButtonLabel", format: "format", interactive: "interactive", progress: "progress", progressLabel: "progressLabel", removeButtonLabel: "removeButtonLabel", showEditButton: "showEditButton", showRemoveButton: "showRemoveButton", size: "size", src: "src", timestamp: "timestamp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12973
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlThumbnail, isStandalone: false, selector: "swirl-thumbnail", inputs: { alt: "alt", cursor: "cursor", editButtonIcon: "editButtonIcon", editButtonLabel: "editButtonLabel", format: "format", interactive: "interactive", menuButtonLabel: "menuButtonLabel", openButtonIcon: "openButtonIcon", openButtonLabel: "openButtonLabel", progress: "progress", progressLabel: "progressLabel", removeButtonIcon: "removeButtonIcon", removeButtonLabel: "removeButtonLabel", showEditButton: "showEditButton", showRemoveButton: "showRemoveButton", size: "size", src: "src", timestamp: "timestamp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12974
12974
  };
12975
12975
  SwirlThumbnail = __decorate([
12976
12976
  ProxyCmp({
12977
- inputs: ['alt', 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'progress', 'progressLabel', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', 'src', 'timestamp']
12977
+ inputs: ['alt', 'cursor', 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'menuButtonLabel', 'openButtonIcon', 'openButtonLabel', 'progress', 'progressLabel', 'removeButtonIcon', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', 'src', 'timestamp']
12978
12978
  })
12979
12979
  ], SwirlThumbnail);
12980
12980
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlThumbnail, decorators: [{
@@ -12984,7 +12984,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
12984
12984
  changeDetection: ChangeDetectionStrategy.OnPush,
12985
12985
  template: '<ng-content></ng-content>',
12986
12986
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
12987
- inputs: [{ name: 'alt', required: true }, 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'progress', 'progressLabel', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', { name: 'src', required: true }, 'timestamp'],
12987
+ inputs: [{ name: 'alt', required: true }, 'cursor', 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'menuButtonLabel', 'openButtonIcon', 'openButtonLabel', 'progress', 'progressLabel', 'removeButtonIcon', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', { name: 'src', required: true }, 'timestamp'],
12988
12988
  standalone: false
12989
12989
  }]
12990
12990
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });