@getflip/swirl-components-angular 0.509.0 → 0.510.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.
@@ -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-06-24T11:22:09.815Z - Time: 12989ms
24
+ Build at: 2026-06-26T08:32:52.566Z - Time: 12344ms
25
25
 
26
- Done in 15.41s.
26
+ Done in 14.47s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.510.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`6149aa311`](https://github.com/getflip/swirl/commit/6149aa311e1d9062a3daa1f33ea89a2a1acd9e09)]:
9
+ - @getflip/swirl-components@0.510.0
10
+
3
11
  ## 0.509.0
4
12
 
5
13
  ### 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.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", 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", 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', 'trailingIcon', 'variant']
633
+ inputs: ['borderRadius', 'disabled', '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.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', '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', 'trailingIcon', 'variant'],
644
644
  standalone: false
645
645
  }]
646
646
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });