@getflip/swirl-components-angular 0.421.0 → 0.423.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: 2025-12-12T14:50:48.063Z - Time: 14090ms
23
+ Build at: 2025-12-23T13:30:00.996Z - Time: 14066ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.423.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1363](https://github.com/getflip/swirl/pull/1363)
8
+ [`42de30cdb`](https://github.com/getflip/swirl/commit/42de30cdb7c6aeaeb8e586cde76d4e297c721987)
9
+ Thanks [@nunofaria11](https://github.com/nunofaria11)! - Add table column
10
+ sunken variant
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`42de30cdb`](https://github.com/getflip/swirl/commit/42de30cdb7c6aeaeb8e586cde76d4e297c721987)]:
16
+ - @getflip/swirl-components@0.423.0
17
+
18
+ ## 0.422.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#1359](https://github.com/getflip/swirl/pull/1359)
23
+ [`a2ea5dc1f`](https://github.com/getflip/swirl/commit/a2ea5dc1f7f6691334a58067bfb000cc4249cb69)
24
+ Thanks [@maraikeschneider](https://github.com/maraikeschneider)! - Add new
25
+ `surface-raised-50` tokens
26
+
27
+ * [#1361](https://github.com/getflip/swirl/pull/1361)
28
+ [`f0a9b6ec6`](https://github.com/getflip/swirl/commit/f0a9b6ec6146371a70e7016db90b6d61c054b9f3)
29
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add
30
+ customBackdropFilter to swirl-card
31
+
32
+ ### Patch Changes
33
+
34
+ - [#1361](https://github.com/getflip/swirl/pull/1361)
35
+ [`f0a9b6ec6`](https://github.com/getflip/swirl/commit/f0a9b6ec6146371a70e7016db90b6d61c054b9f3)
36
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix swirl-card
37
+ custom background color
38
+
39
+ - Updated dependencies
40
+ [[`a2ea5dc1f`](https://github.com/getflip/swirl/commit/a2ea5dc1f7f6691334a58067bfb000cc4249cb69),
41
+ [`f0a9b6ec6`](https://github.com/getflip/swirl/commit/f0a9b6ec6146371a70e7016db90b6d61c054b9f3),
42
+ [`f0a9b6ec6`](https://github.com/getflip/swirl/commit/f0a9b6ec6146371a70e7016db90b6d61c054b9f3)]:
43
+ - @getflip/swirl-components@0.422.0
44
+
3
45
  ## 0.421.0
4
46
 
5
47
  ### Minor Changes
@@ -538,11 +538,11 @@ let SwirlCard = class SwirlCard {
538
538
  proxyOutputs(this, this.el, ['componentLoad']);
539
539
  }
540
540
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SwirlCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
541
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: SwirlCard, isStandalone: false, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", customBackgroundColor: "customBackgroundColor", elevated: "elevated", elevationLevel: "elevationLevel", height: "height", highlighted: "highlighted", href: "href", imageAspectRatio: "imageAspectRatio", intent: "intent", interactive: "interactive", isBorderless: "isBorderless", justifyContent: "justifyContent", linkTarget: "linkTarget", minHeight: "minHeight", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", swirlAriaCurrent: "swirlAriaCurrent", swirlAriaLabel: "swirlAriaLabel", swirlAriaLabelledby: "swirlAriaLabelledby" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
541
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: SwirlCard, isStandalone: false, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", customBackdropFilter: "customBackdropFilter", customBackgroundColor: "customBackgroundColor", elevated: "elevated", elevationLevel: "elevationLevel", height: "height", highlighted: "highlighted", href: "href", imageAspectRatio: "imageAspectRatio", intent: "intent", interactive: "interactive", isBorderless: "isBorderless", justifyContent: "justifyContent", linkTarget: "linkTarget", minHeight: "minHeight", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", swirlAriaCurrent: "swirlAriaCurrent", swirlAriaLabel: "swirlAriaLabel", swirlAriaLabelledby: "swirlAriaLabelledby" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
542
542
  };
543
543
  SwirlCard = __decorate([
544
544
  ProxyCmp({
545
- inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby'],
545
+ inputs: ['as', 'borderRadius', 'customBackdropFilter', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby'],
546
546
  methods: ['flash']
547
547
  })
548
548
  ], SwirlCard);
@@ -553,7 +553,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
553
553
  changeDetection: ChangeDetectionStrategy.OnPush,
554
554
  template: '<ng-content></ng-content>',
555
555
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
556
- inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby'],
556
+ inputs: ['as', 'borderRadius', 'customBackdropFilter', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby'],
557
557
  standalone: false
558
558
  }]
559
559
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -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 }] });