@getflip/swirl-components-angular 0.71.0 → 0.72.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.
@@ -225,7 +225,7 @@ export declare class SwirlCheckbox {
225
225
  protected el: HTMLElement;
226
226
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
227
227
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlCheckbox, never>;
228
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCheckbox, "swirl-checkbox", never, { "checked": "checked"; "description": "description"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "invalid": "invalid"; "label": "label"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaLabel": "swirlAriaLabel"; "value": "value"; }, {}, never, ["*"], false>;
228
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCheckbox, "swirl-checkbox", never, { "checked": "checked"; "description": "description"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "invalid": "invalid"; "label": "label"; "labelWeight": "labelWeight"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaLabel": "swirlAriaLabel"; "value": "value"; }, {}, never, ["*"], false>;
229
229
  }
230
230
  export declare interface SwirlChip extends Components.SwirlChip {
231
231
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.71.0",
3
+ "version": "0.72.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.72.0",
17
+ "@getflip/swirl-components": "^0.73.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -457,13 +457,13 @@ export declare interface SwirlCheckbox extends Components.SwirlCheckbox {
457
457
 
458
458
  @ProxyCmp({
459
459
  defineCustomElementFn: undefined,
460
- inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'swirlAriaDescribedby', 'swirlAriaLabel', 'value']
460
+ inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'labelWeight', 'swirlAriaDescribedby', 'swirlAriaLabel', 'value']
461
461
  })
462
462
  @Component({
463
463
  selector: 'swirl-checkbox',
464
464
  changeDetection: ChangeDetectionStrategy.OnPush,
465
465
  template: '<ng-content></ng-content>',
466
- inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'swirlAriaDescribedby', 'swirlAriaLabel', 'value']
466
+ inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'labelWeight', 'swirlAriaDescribedby', 'swirlAriaLabel', 'value']
467
467
  })
468
468
  export class SwirlCheckbox {
469
469
  protected el: HTMLElement;