@getflip/swirl-components-angular 0.396.0 → 0.397.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-16T15:04:41.393Z - Time: 13078ms
23
+ Build at: 2025-10-20T09:55:45.620Z - Time: 13652ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.397.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1283](https://github.com/getflip/swirl/pull/1283)
8
+ [`dcee7dcbe`](https://github.com/getflip/swirl/commit/dcee7dcbe2a9b3b8f22180ebb761ef19fc7fb867)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "cursor" prop to swirl-button
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ [[`dcee7dcbe`](https://github.com/getflip/swirl/commit/dcee7dcbe2a9b3b8f22180ebb761ef19fc7fb867)]:
15
+ - @getflip/swirl-components@0.397.0
16
+
3
17
  ## 0.396.0
4
18
 
5
19
  ### Minor Changes
@@ -482,11 +482,11 @@ let SwirlButton = class SwirlButton {
482
482
  this.el = r.nativeElement;
483
483
  }
484
484
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
485
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlButton, isStandalone: false, selector: "swirl-button", inputs: { disabled: "disabled", download: "download", elevated: "elevated", form: "form", hideLabel: "hideLabel", href: "href", icon: "icon", iconPosition: "iconPosition", inheritFontSize: "inheritFontSize", intent: "intent", label: "label", name: "name", pill: "pill", pressed: "pressed", size: "size", swirlAriaControls: "swirlAriaControls", swirlAriaCurrent: "swirlAriaCurrent", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlAriaHaspopup: "swirlAriaHaspopup", swirlAriaLabel: "swirlAriaLabel", target: "target", textAlign: "textAlign", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
485
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlButton, isStandalone: false, selector: "swirl-button", inputs: { cursor: "cursor", disabled: "disabled", download: "download", elevated: "elevated", form: "form", hideLabel: "hideLabel", href: "href", icon: "icon", iconPosition: "iconPosition", inheritFontSize: "inheritFontSize", intent: "intent", label: "label", name: "name", pill: "pill", pressed: "pressed", size: "size", swirlAriaControls: "swirlAriaControls", swirlAriaCurrent: "swirlAriaCurrent", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlAriaHaspopup: "swirlAriaHaspopup", swirlAriaLabel: "swirlAriaLabel", target: "target", textAlign: "textAlign", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
486
486
  };
487
487
  SwirlButton = __decorate([
488
488
  ProxyCmp({
489
- inputs: ['disabled', 'download', 'elevated', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'inheritFontSize', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant']
489
+ inputs: ['cursor', 'disabled', 'download', 'elevated', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'inheritFontSize', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant']
490
490
  })
491
491
  ], SwirlButton);
492
492
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlButton, decorators: [{
@@ -496,7 +496,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
496
496
  changeDetection: ChangeDetectionStrategy.OnPush,
497
497
  template: '<ng-content></ng-content>',
498
498
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
499
- inputs: ['disabled', 'download', 'elevated', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'inheritFontSize', 'intent', { name: 'label', required: true }, 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant'],
499
+ inputs: ['cursor', 'disabled', 'download', 'elevated', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'inheritFontSize', 'intent', { name: 'label', required: true }, 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant'],
500
500
  standalone: false
501
501
  }]
502
502
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });