@getflip/swirl-components-angular 0.86.5 → 0.87.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.
@@ -173,7 +173,7 @@ export declare class SwirlButton {
173
173
  protected el: HTMLElement;
174
174
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
175
175
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlButton, never>;
176
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButton, "swirl-button", never, { "disabled": "disabled"; "download": "download"; "form": "form"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconPosition": "iconPosition"; "intent": "intent"; "label": "label"; "name": "name"; "pill": "pill"; "size": "size"; "swirlAriaControls": "swirlAriaControls"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaExpanded": "swirlAriaExpanded"; "swirlAriaHaspopup": "swirlAriaHaspopup"; "swirlAriaLabel": "swirlAriaLabel"; "target": "target"; "type": "type"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
176
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButton, "swirl-button", never, { "disabled": "disabled"; "download": "download"; "form": "form"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconPosition": "iconPosition"; "intent": "intent"; "label": "label"; "name": "name"; "pill": "pill"; "pressed": "pressed"; "size": "size"; "swirlAriaControls": "swirlAriaControls"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaExpanded": "swirlAriaExpanded"; "swirlAriaHaspopup": "swirlAriaHaspopup"; "swirlAriaLabel": "swirlAriaLabel"; "target": "target"; "type": "type"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
177
177
  }
178
178
  export declare interface SwirlButtonGroup extends Components.SwirlButtonGroup {
179
179
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.86.5",
3
+ "version": "0.87.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.87.5",
17
+ "@getflip/swirl-components": "^0.88.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -338,13 +338,13 @@ export declare interface SwirlButton extends Components.SwirlButton {}
338
338
 
339
339
  @ProxyCmp({
340
340
  defineCustomElementFn: undefined,
341
- inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'size', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'type', 'value', 'variant']
341
+ inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'type', 'value', 'variant']
342
342
  })
343
343
  @Component({
344
344
  selector: 'swirl-button',
345
345
  changeDetection: ChangeDetectionStrategy.OnPush,
346
346
  template: '<ng-content></ng-content>',
347
- inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'size', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'type', 'value', 'variant']
347
+ inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'type', 'value', 'variant']
348
348
  })
349
349
  export class SwirlButton {
350
350
  protected el: HTMLElement;