@getflip/swirl-components-angular 0.445.1 → 0.446.0-beta-20260219114535

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.
@@ -11,8 +11,6 @@ Building entry point '@getflip/swirl-components-angular'
11
11
  - Copying assets
12
12
  ✔ Copying assets
13
13
  - Writing package manifest
14
- ✔ Writing package manifest
15
- ✔ Built @getflip/swirl-components-angular
16
14
 
17
15
  ------------------------------------------------------------------------------
18
16
  Built Angular Package
@@ -20,5 +18,7 @@ Built Angular Package
20
18
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
19
  ------------------------------------------------------------------------------
22
20
 
23
- Build at: 2026-02-18T15:43:23.246Z - Time: 13819ms
21
+ Build at: 2026-02-19T11:45:25.135Z - Time: 13484ms
24
22
 
23
+ ✔ Writing package manifest
24
+ ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,17 +1,19 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
- ## 0.445.1
3
+ ## 0.446.0-beta-20260219114535
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
- - [#1459](https://github.com/getflip/swirl/pull/1459)
8
- [`f7656f42d`](https://github.com/getflip/swirl/commit/f7656f42dbcefb2b6cca9fff8b8a9cac29ec5df6)
9
- Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Fix
10
- swirl-tooltip position while dragging
7
+ - [#1460](https://github.com/getflip/swirl/pull/1460)
8
+ [`cb409690e`](https://github.com/getflip/swirl/commit/cb409690e899ab9641cd70b47f75ec42c2ced36f)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add translucent
10
+ variant to swirl-popover
11
+
12
+ ### Patch Changes
11
13
 
12
14
  - Updated dependencies
13
- [[`f7656f42d`](https://github.com/getflip/swirl/commit/f7656f42dbcefb2b6cca9fff8b8a9cac29ec5df6)]:
14
- - @getflip/swirl-components@0.445.1
15
+ [[`cb409690e`](https://github.com/getflip/swirl/commit/cb409690e899ab9641cd70b47f75ec42c2ced36f)]:
16
+ - @getflip/swirl-components@0.446.0-beta-20260219114535
15
17
 
16
18
  ## 0.445.0
17
19
 
@@ -8463,11 +8463,11 @@ let SwirlPopover = class SwirlPopover {
8463
8463
  proxyOutputs(this, this.el, ['popoverClose', 'popoverOpen']);
8464
8464
  }
8465
8465
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8466
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlPopover, isStandalone: false, selector: "swirl-popover", inputs: { animation: "animation", disableScrollLock: "disableScrollLock", enableFlip: "enableFlip", fullscreenBottomSheet: "fullscreenBottomSheet", label: "label", maxHeight: "maxHeight", offset: "offset", padded: "padded", placement: "placement", popoverId: "popoverId", returnFocusToTrigger: "returnFocusToTrigger", transparent: "transparent", trigger: "trigger", triggerContainer: "triggerContainer", useContainerWidth: "useContainerWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8466
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlPopover, isStandalone: false, selector: "swirl-popover", inputs: { animation: "animation", disableScrollLock: "disableScrollLock", enableFlip: "enableFlip", fullscreenBottomSheet: "fullscreenBottomSheet", label: "label", maxHeight: "maxHeight", offset: "offset", padded: "padded", placement: "placement", popoverId: "popoverId", returnFocusToTrigger: "returnFocusToTrigger", translucent: "translucent", transparent: "transparent", trigger: "trigger", triggerContainer: "triggerContainer", useContainerWidth: "useContainerWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8467
8467
  };
8468
8468
  SwirlPopover = __decorate([
8469
8469
  ProxyCmp({
8470
- inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
8470
+ inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
8471
8471
  methods: ['close', 'open', 'isOpen', 'toggle']
8472
8472
  })
8473
8473
  ], SwirlPopover);
@@ -8478,7 +8478,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
8478
8478
  changeDetection: ChangeDetectionStrategy.OnPush,
8479
8479
  template: '<ng-content></ng-content>',
8480
8480
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8481
- inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', { name: 'label', required: true }, 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
8481
+ inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', { name: 'label', required: true }, 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
8482
8482
  standalone: false
8483
8483
  }]
8484
8484
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });