@getflip/swirl-components-angular 0.353.1 → 0.354.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-07-25T11:22:52.068Z - Time: 12745ms
23
+ Build at: 2025-07-28T08:21:40.135Z - Time: 11605ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.354.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1146](https://github.com/getflip/swirl/pull/1146)
8
+ [`4441d50f`](https://github.com/getflip/swirl/commit/4441d50f3798985f9f24591faf6137ba08202749)
9
+ Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Add
10
+ description field to switchwq
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`4441d50f`](https://github.com/getflip/swirl/commit/4441d50f3798985f9f24591faf6137ba08202749)]:
16
+ - @getflip/swirl-components@0.354.0
17
+
3
18
  ## 0.353.1
4
19
 
5
20
  ### Patch Changes
@@ -8577,11 +8577,11 @@ let SwirlSwitch = class SwirlSwitch {
8577
8577
  proxyOutputs(this, this.el, ['valueChange']);
8578
8578
  }
8579
8579
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8580
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlSwitch, isStandalone: false, selector: "swirl-switch", inputs: { checked: "checked", disabled: "disabled", hideLabel: "hideLabel", inputId: "inputId", inputName: "inputName", label: "label", labelPosition: "labelPosition", swirlAriaLabel: "swirlAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8580
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlSwitch, isStandalone: false, selector: "swirl-switch", inputs: { checked: "checked", description: "description", disabled: "disabled", hideLabel: "hideLabel", inputId: "inputId", inputName: "inputName", label: "label", labelPosition: "labelPosition", swirlAriaLabel: "swirlAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8581
8581
  };
8582
8582
  SwirlSwitch = __decorate([
8583
8583
  ProxyCmp({
8584
- inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'labelPosition', 'swirlAriaLabel', 'value'],
8584
+ inputs: ['checked', 'description', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'labelPosition', 'swirlAriaLabel', 'value'],
8585
8585
  methods: ['toggle']
8586
8586
  })
8587
8587
  ], SwirlSwitch);
@@ -8592,7 +8592,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
8592
8592
  changeDetection: ChangeDetectionStrategy.OnPush,
8593
8593
  template: '<ng-content></ng-content>',
8594
8594
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8595
- inputs: ['checked', 'disabled', 'hideLabel', { name: 'inputId', required: true }, { name: 'inputName', required: true }, 'label', 'labelPosition', 'swirlAriaLabel', 'value'],
8595
+ inputs: ['checked', 'description', 'disabled', 'hideLabel', { name: 'inputId', required: true }, { name: 'inputName', required: true }, 'label', 'labelPosition', 'swirlAriaLabel', 'value'],
8596
8596
  standalone: false
8597
8597
  }]
8598
8598
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });