@getflip/swirl-components-angular 0.422.0 → 0.423.1

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,8 +11,6 @@ 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
@@ -20,5 +18,7 @@ Built Angular Package
20
18
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
19
  ------------------------------------------------------------------------------
22
20
 
23
- Build at: 2025-12-18T17:23:35.664Z - Time: 13631ms
21
+ Build at: 2026-01-06T13:00:32.839Z - Time: 13668ms
24
22
 
23
+ ✔ Writing package manifest
24
+ ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.423.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1365](https://github.com/getflip/swirl/pull/1365)
8
+ [`60320a04c`](https://github.com/getflip/swirl/commit/60320a04c4429e215dd1fb4cc5154f51011844c7)
9
+ Thanks [@paulrohrbeck](https://github.com/paulrohrbeck)! - Only add thumbnail
10
+ hover styles for devices that support it
11
+
12
+ - Updated dependencies
13
+ [[`60320a04c`](https://github.com/getflip/swirl/commit/60320a04c4429e215dd1fb4cc5154f51011844c7)]:
14
+ - @getflip/swirl-components@0.423.1
15
+
16
+ ## 0.423.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [#1363](https://github.com/getflip/swirl/pull/1363)
21
+ [`42de30cdb`](https://github.com/getflip/swirl/commit/42de30cdb7c6aeaeb8e586cde76d4e297c721987)
22
+ Thanks [@nunofaria11](https://github.com/nunofaria11)! - Add table column
23
+ sunken variant
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ [[`42de30cdb`](https://github.com/getflip/swirl/commit/42de30cdb7c6aeaeb8e586cde76d4e297c721987)]:
29
+ - @getflip/swirl-components@0.423.0
30
+
3
31
  ## 0.422.0
4
32
 
5
33
  ### Minor Changes
@@ -12255,11 +12255,11 @@ let SwirlTableColumn = class SwirlTableColumn {
12255
12255
  this.el = r.nativeElement;
12256
12256
  }
12257
12257
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SwirlTableColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
12258
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: SwirlTableColumn, isStandalone: false, selector: "swirl-table-column", inputs: { maxWidth: "maxWidth", minWidth: "minWidth", sort: "sort", sortable: "sortable", sticky: "sticky", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12258
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: SwirlTableColumn, isStandalone: false, selector: "swirl-table-column", inputs: { maxWidth: "maxWidth", minWidth: "minWidth", sort: "sort", sortable: "sortable", sticky: "sticky", variant: "variant", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12259
12259
  };
12260
12260
  SwirlTableColumn = __decorate([
12261
12261
  ProxyCmp({
12262
- inputs: ['maxWidth', 'minWidth', 'sort', 'sortable', 'sticky', 'width']
12262
+ inputs: ['maxWidth', 'minWidth', 'sort', 'sortable', 'sticky', 'variant', 'width']
12263
12263
  })
12264
12264
  ], SwirlTableColumn);
12265
12265
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SwirlTableColumn, decorators: [{
@@ -12269,7 +12269,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
12269
12269
  changeDetection: ChangeDetectionStrategy.OnPush,
12270
12270
  template: '<ng-content></ng-content>',
12271
12271
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
12272
- inputs: ['maxWidth', 'minWidth', 'sort', 'sortable', 'sticky', 'width'],
12272
+ inputs: ['maxWidth', 'minWidth', 'sort', 'sortable', 'sticky', 'variant', 'width'],
12273
12273
  standalone: false
12274
12274
  }]
12275
12275
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });