@getflip/swirl-components-angular 0.170.0 → 0.171.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.
@@ -2448,7 +2448,7 @@ export declare class SwirlSwitch {
2448
2448
  protected el: HTMLElement;
2449
2449
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2450
2450
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSwitch, never>;
2451
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSwitch, "swirl-switch", never, { "checked": "checked"; "disabled": "disabled"; "hideLabel": "hideLabel"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "value": "value"; }, {}, never, ["*"], false>;
2451
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSwitch, "swirl-switch", never, { "checked": "checked"; "disabled": "disabled"; "hideLabel": "hideLabel"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "labelPosition": "labelPosition"; "value": "value"; }, {}, never, ["*"], false>;
2452
2452
  }
2453
2453
  export declare interface SwirlSymbol extends Components.SwirlSymbol {
2454
2454
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.170.0",
3
+ "version": "0.171.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": "^14.1.0",
15
15
  "@angular/platform-browser-dynamic": "^14.1.0",
16
16
  "@angular/router": "^14.1.0",
17
- "@getflip/swirl-components": "^0.170.0",
17
+ "@getflip/swirl-components": "^0.171.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -5420,13 +5420,13 @@ export declare interface SwirlSwitch extends Components.SwirlSwitch {
5420
5420
 
5421
5421
  @ProxyCmp({
5422
5422
  defineCustomElementFn: undefined,
5423
- inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'value']
5423
+ inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'labelPosition', 'value']
5424
5424
  })
5425
5425
  @Component({
5426
5426
  selector: 'swirl-switch',
5427
5427
  changeDetection: ChangeDetectionStrategy.OnPush,
5428
5428
  template: '<ng-content></ng-content>',
5429
- inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'value']
5429
+ inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'labelPosition', 'value']
5430
5430
  })
5431
5431
  export class SwirlSwitch {
5432
5432
  protected el: HTMLElement;