@getflip/swirl-components-angular 0.477.0 → 0.478.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-13T13:56:55.251Z - Time: 12930ms
23
+ Build at: 2026-04-14T09:14:50.253Z - Time: 12201ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.478.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1608](https://github.com/getflip/swirl/pull/1608)
8
+ [`2a1859e45`](https://github.com/getflip/swirl/commit/2a1859e45420338e41d253e3d65689ac84c7c1b2)
9
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add
10
+ trailingIcon to swirl-chip
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`2a1859e45`](https://github.com/getflip/swirl/commit/2a1859e45420338e41d253e3d65689ac84c7c1b2)]:
16
+ - @getflip/swirl-components@0.478.0
17
+
3
18
  ## 0.477.0
4
19
 
5
20
  ### Patch Changes
@@ -626,11 +626,11 @@ let SwirlChip = class SwirlChip {
626
626
  proxyOutputs(this, this.el, ['chipClick', 'remove']);
627
627
  }
628
628
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
629
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlChip, isStandalone: false, selector: "swirl-chip", inputs: { borderRadius: "borderRadius", icon: "icon", iconColor: "iconColor", intent: "intent", interactive: "interactive", label: "label", pressed: "pressed", progress: "progress", progressBarLabel: "progressBarLabel", removable: "removable", removeButtonLabel: "removeButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
629
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlChip, isStandalone: false, selector: "swirl-chip", inputs: { borderRadius: "borderRadius", icon: "icon", iconColor: "iconColor", intent: "intent", interactive: "interactive", label: "label", pressed: "pressed", progress: "progress", progressBarLabel: "progressBarLabel", removable: "removable", removeButtonLabel: "removeButtonLabel", size: "size", trailingIcon: "trailingIcon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
630
630
  };
631
631
  SwirlChip = __decorate([
632
632
  ProxyCmp({
633
- inputs: ['borderRadius', 'icon', 'iconColor', 'intent', 'interactive', 'label', 'pressed', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'variant']
633
+ inputs: ['borderRadius', 'icon', 'iconColor', 'intent', 'interactive', 'label', 'pressed', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'trailingIcon', 'variant']
634
634
  })
635
635
  ], SwirlChip);
636
636
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlChip, decorators: [{
@@ -640,7 +640,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
640
640
  changeDetection: ChangeDetectionStrategy.OnPush,
641
641
  template: '<ng-content></ng-content>',
642
642
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
643
- inputs: ['borderRadius', 'icon', 'iconColor', 'intent', 'interactive', { name: 'label', required: true }, 'pressed', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'variant'],
643
+ inputs: ['borderRadius', 'icon', 'iconColor', 'intent', 'interactive', { name: 'label', required: true }, 'pressed', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'trailingIcon', 'variant'],
644
644
  standalone: false
645
645
  }]
646
646
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });