@getflip/swirl-components-angular 0.446.0 → 0.447.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: 2026-02-19T13:42:11.938Z - Time: 13222ms
23
+ Build at: 2026-02-20T11:11:59.485Z - Time: 14067ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.447.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1460](https://github.com/getflip/swirl/pull/1460)
8
+ [`7b07609a1`](https://github.com/getflip/swirl/commit/7b07609a163a8bf5806d2f93b3b7ee742b2791dc)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add translucent
10
+ variant to swirl-popover
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1466](https://github.com/getflip/swirl/pull/1466)
15
+ [`1d021b6e4`](https://github.com/getflip/swirl/commit/1d021b6e49e99416e5a2cf3be1d2abda26fa950e)
16
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Improve return
17
+ focus to trigger in swirl-popover
18
+
19
+ * [#1464](https://github.com/getflip/swirl/pull/1464)
20
+ [`2eb4f6afb`](https://github.com/getflip/swirl/commit/2eb4f6afbe1cbbacab731e48bb072d90bb9d19c8)
21
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Ensure
22
+ swirl-app-layout renders when bottom-bar slot is added
23
+
24
+ * Updated dependencies
25
+ [[`7b07609a1`](https://github.com/getflip/swirl/commit/7b07609a163a8bf5806d2f93b3b7ee742b2791dc),
26
+ [`1d021b6e4`](https://github.com/getflip/swirl/commit/1d021b6e49e99416e5a2cf3be1d2abda26fa950e),
27
+ [`2eb4f6afb`](https://github.com/getflip/swirl/commit/2eb4f6afbe1cbbacab731e48bb072d90bb9d19c8)]:
28
+ - @getflip/swirl-components@0.447.0
29
+
3
30
  ## 0.446.0
4
31
 
5
32
  ### Minor Changes
@@ -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 }] });