@getflip/swirl-components-angular 0.397.2 → 0.398.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-10-23T12:35:39.397Z - Time: 14041ms
23
+ Build at: 2025-10-24T11:26:23.683Z - Time: 14042ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.398.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1288](https://github.com/getflip/swirl/pull/1288)
8
+ [`6c52517ec`](https://github.com/getflip/swirl/commit/6c52517eca1a1d80512e880aa377b04ee3b6e153)
9
+ Thanks [@maraikeschneider](https://github.com/maraikeschneider)! - Add
10
+ `clearable` prop and `ghost` variant to SwirlSearch
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`6c52517ec`](https://github.com/getflip/swirl/commit/6c52517eca1a1d80512e880aa377b04ee3b6e153)]:
16
+ - @getflip/swirl-components@0.398.0
17
+
3
18
  ## 0.397.2
4
19
 
5
20
  ### Patch Changes
@@ -8466,11 +8466,11 @@ let SwirlSearch = class SwirlSearch {
8466
8466
  proxyOutputs(this, this.el, ['inputBlur', 'inputFocus', 'inputInput', 'valueChange']);
8467
8467
  }
8468
8468
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8469
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlSearch, isStandalone: false, selector: "swirl-search", inputs: { autoFocus: "autoFocus", clearButtonLabel: "clearButtonLabel", disabled: "disabled", inputId: "inputId", inputName: "inputName", label: "label", placeholder: "placeholder", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8469
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlSearch, isStandalone: false, selector: "swirl-search", inputs: { autoFocus: "autoFocus", clearButtonLabel: "clearButtonLabel", clearable: "clearable", disabled: "disabled", inputId: "inputId", inputName: "inputName", label: "label", placeholder: "placeholder", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8470
8470
  };
8471
8471
  SwirlSearch = __decorate([
8472
8472
  ProxyCmp({
8473
- inputs: ['autoFocus', 'clearButtonLabel', 'disabled', 'inputId', 'inputName', 'label', 'placeholder', 'value', 'variant']
8473
+ inputs: ['autoFocus', 'clearButtonLabel', 'clearable', 'disabled', 'inputId', 'inputName', 'label', 'placeholder', 'value', 'variant']
8474
8474
  })
8475
8475
  ], SwirlSearch);
8476
8476
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlSearch, decorators: [{
@@ -8480,7 +8480,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
8480
8480
  changeDetection: ChangeDetectionStrategy.OnPush,
8481
8481
  template: '<ng-content></ng-content>',
8482
8482
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8483
- inputs: ['autoFocus', 'clearButtonLabel', 'disabled', 'inputId', 'inputName', 'label', 'placeholder', 'value', 'variant'],
8483
+ inputs: ['autoFocus', 'clearButtonLabel', 'clearable', 'disabled', 'inputId', 'inputName', 'label', 'placeholder', 'value', 'variant'],
8484
8484
  standalone: false
8485
8485
  }]
8486
8486
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });