@getflip/swirl-components-angular 0.395.0 → 0.396.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-16T09:46:17.496Z - Time: 13412ms
23
+ Build at: 2025-10-16T15:04:41.393Z - Time: 13078ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.396.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1278](https://github.com/getflip/swirl/pull/1278)
8
+ [`fd0bdb1af`](https://github.com/getflip/swirl/commit/fd0bdb1af5838be7997eec6a3278349da0a0edc6)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "hide-label" prop to
10
+ swirl-tag
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`fd0bdb1af`](https://github.com/getflip/swirl/commit/fd0bdb1af5838be7997eec6a3278349da0a0edc6)]:
16
+ - @getflip/swirl-components@0.396.0
17
+
3
18
  ## 0.395.0
4
19
 
5
20
  ### Minor Changes
@@ -12201,11 +12201,11 @@ let SwirlTag = class SwirlTag {
12201
12201
  proxyOutputs(this, this.el, ['remove']);
12202
12202
  }
12203
12203
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
12204
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTag, isStandalone: false, selector: "swirl-tag", inputs: { bordered: "bordered", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12204
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTag, isStandalone: false, selector: "swirl-tag", inputs: { bordered: "bordered", hideLabel: "hideLabel", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12205
12205
  };
12206
12206
  SwirlTag = __decorate([
12207
12207
  ProxyCmp({
12208
- inputs: ['bordered', 'icon', 'iconPosition', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
12208
+ inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
12209
12209
  })
12210
12210
  ], SwirlTag);
12211
12211
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlTag, decorators: [{
@@ -12215,7 +12215,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
12215
12215
  changeDetection: ChangeDetectionStrategy.OnPush,
12216
12216
  template: '<ng-content></ng-content>',
12217
12217
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
12218
- inputs: ['bordered', 'icon', 'iconPosition', 'intent', { name: 'label', required: true }, 'removable', 'removalButtonLabel', 'size', 'variant'],
12218
+ inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', { name: 'label', required: true }, 'removable', 'removalButtonLabel', 'size', 'variant'],
12219
12219
  standalone: false
12220
12220
  }]
12221
12221
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });