@getflip/swirl-components-angular 0.395.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +29 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -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-
|
|
23
|
+
Build at: 2025-10-20T09:55:45.620Z - Time: 13652ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
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
|
+
|
|
17
|
+
## 0.396.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- [#1278](https://github.com/getflip/swirl/pull/1278)
|
|
22
|
+
[`fd0bdb1af`](https://github.com/getflip/swirl/commit/fd0bdb1af5838be7997eec6a3278349da0a0edc6)
|
|
23
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "hide-label" prop to
|
|
24
|
+
swirl-tag
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
[[`fd0bdb1af`](https://github.com/getflip/swirl/commit/fd0bdb1af5838be7997eec6a3278349da0a0edc6)]:
|
|
30
|
+
- @getflip/swirl-components@0.396.0
|
|
31
|
+
|
|
3
32
|
## 0.395.0
|
|
4
33
|
|
|
5
34
|
### 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 }] });
|
|
@@ -12201,11 +12201,11 @@ let SwirlTag = class SwirlTag {
|
|
|
12201
12201
|
proxyOutputs(this, this.el, ['remove']);
|
|
12202
12202
|
}
|
|
12203
12203
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
12204
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTag, isStandalone: false, selector: "swirl-tag", inputs: { bordered: "bordered", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12204
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTag, isStandalone: false, selector: "swirl-tag", inputs: { bordered: "bordered", hideLabel: "hideLabel", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12205
12205
|
};
|
|
12206
12206
|
SwirlTag = __decorate([
|
|
12207
12207
|
ProxyCmp({
|
|
12208
|
-
inputs: ['bordered', 'icon', 'iconPosition', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
|
|
12208
|
+
inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
|
|
12209
12209
|
})
|
|
12210
12210
|
], SwirlTag);
|
|
12211
12211
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlTag, decorators: [{
|
|
@@ -12215,7 +12215,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
12215
12215
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
12216
12216
|
template: '<ng-content></ng-content>',
|
|
12217
12217
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
12218
|
-
inputs: ['bordered', 'icon', 'iconPosition', 'intent', { name: 'label', required: true }, 'removable', 'removalButtonLabel', 'size', 'variant'],
|
|
12218
|
+
inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', { name: 'label', required: true }, 'removable', 'removalButtonLabel', 'size', 'variant'],
|
|
12219
12219
|
standalone: false
|
|
12220
12220
|
}]
|
|
12221
12221
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|