@getflip/swirl-components-angular 0.516.0 → 0.517.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.
@@ -2,11 +2,11 @@ yarn run v1.22.22
2
2
  warning package.json: No license field
3
3
  $ ng build
4
4
  Building Angular Package
5
+ - Compiling with Angular sources in Ivy partial compilation mode.
5
6
 
6
7
  ------------------------------------------------------------------------------
7
8
  Building entry point '@getflip/swirl-components-angular'
8
9
  ------------------------------------------------------------------------------
9
- - Compiling with Angular sources in Ivy partial compilation mode.
10
10
  ✔ Compiling with Angular sources in Ivy partial compilation mode.
11
11
  ✔ Generating FESM bundles
12
12
  - Copying assets
@@ -21,6 +21,6 @@ Built Angular Package
21
21
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
22
22
  ------------------------------------------------------------------------------
23
23
 
24
- Build at: 2026-07-31T12:07:46.355Z - Time: 13672ms
24
+ Build at: 2026-08-04T08:23:58.381Z - Time: 9587ms
25
25
 
26
- Done in 15.89s.
26
+ Done in 11.39s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.517.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`309b88f5f`](https://github.com/getflip/swirl/commit/309b88f5f2837c93d46745ab5a527ca6898a4470)]:
9
+ - @getflip/swirl-components@0.517.1
10
+
11
+ ## 0.517.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ [[`a477973a0`](https://github.com/getflip/swirl/commit/a477973a0d2769040da1db052505bb2edb51d3fb)]:
17
+ - @getflip/swirl-components@0.517.0
18
+
3
19
  ## 0.516.0
4
20
 
5
21
  ### Minor 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.23", 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.23", type: SwirlChip, isStandalone: false, selector: "swirl-chip", inputs: { borderRadius: "borderRadius", disabled: "disabled", 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 });
629
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.23", type: SwirlChip, isStandalone: false, selector: "swirl-chip", inputs: { borderRadius: "borderRadius", disabled: "disabled", icon: "icon", iconColor: "iconColor", intent: "intent", interactive: "interactive", label: "label", pressed: "pressed", progress: "progress", progressBarLabel: "progressBarLabel", removable: "removable", removeButtonLabel: "removeButtonLabel", size: "size", swirlAriaLabel: "swirlAriaLabel", 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', 'disabled', 'icon', 'iconColor', 'intent', 'interactive', 'label', 'pressed', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'trailingIcon', 'variant']
633
+ inputs: ['borderRadius', 'disabled', 'icon', 'iconColor', 'intent', 'interactive', 'label', 'pressed', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'swirlAriaLabel', 'trailingIcon', 'variant']
634
634
  })
635
635
  ], SwirlChip);
636
636
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.23", ngImport: i0, type: SwirlChip, decorators: [{
@@ -640,7 +640,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.23", 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', 'disabled', 'icon', 'iconColor', 'intent', 'interactive', { name: 'label', required: true }, 'pressed', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'trailingIcon', 'variant'],
643
+ inputs: ['borderRadius', 'disabled', 'icon', 'iconColor', 'intent', 'interactive', { name: 'label', required: true }, 'pressed', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'swirlAriaLabel', 'trailingIcon', 'variant'],
644
644
  standalone: false
645
645
  }]
646
646
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });