@getflip/swirl-components-angular 0.436.1 → 0.437.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-11T09:11:30.814Z - Time: 13455ms
23
+ Build at: 2026-02-11T13:09:55.815Z - Time: 12666ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.437.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1430](https://github.com/getflip/swirl/pull/1430)
8
+ [`7e63accd1`](https://github.com/getflip/swirl/commit/7e63accd190d472eeff2eb5ee25d35d21fd38c68)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Remove the SwirlLightbox … menu
10
+ and replace with its header toolbar
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`7e63accd1`](https://github.com/getflip/swirl/commit/7e63accd190d472eeff2eb5ee25d35d21fd38c68)]:
16
+ - @getflip/swirl-components@0.437.0
17
+
18
+ ## 0.436.2
19
+
20
+ ### Patch Changes
21
+
22
+ - [#1428](https://github.com/getflip/swirl/pull/1428)
23
+ [`de966a218`](https://github.com/getflip/swirl/commit/de966a2182993e0e22d738630b3afb5600d2b44e)
24
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Update
25
+ swirl-popover to define transform-origin per placement
26
+
27
+ - Updated dependencies
28
+ [[`de966a218`](https://github.com/getflip/swirl/commit/de966a2182993e0e22d738630b3afb5600d2b44e)]:
29
+ - @getflip/swirl-components@0.436.2
30
+
3
31
  ## 0.436.1
4
32
 
5
33
  ### Patch Changes
@@ -8100,11 +8100,11 @@ let SwirlLightbox = class SwirlLightbox {
8100
8100
  proxyOutputs(this, this.el, ['activeSlideChange', 'lightboxClose']);
8101
8101
  }
8102
8102
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlLightbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8103
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlLightbox, isStandalone: false, selector: "swirl-lightbox", inputs: { closeButtonLabel: "closeButtonLabel", downloadButtonEnabled: "downloadButtonEnabled", downloadButtonLabel: "downloadButtonLabel", hideMenu: "hideMenu", label: "label", menuLabel: "menuLabel", menuTriggerLabel: "menuTriggerLabel", nextSlideButtonLabel: "nextSlideButtonLabel", previousSlideButtonLabel: "previousSlideButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8103
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlLightbox, isStandalone: false, selector: "swirl-lightbox", inputs: { closeButtonLabel: "closeButtonLabel", downloadButtonEnabled: "downloadButtonEnabled", downloadButtonLabel: "downloadButtonLabel", label: "label", nextSlideButtonLabel: "nextSlideButtonLabel", previousSlideButtonLabel: "previousSlideButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8104
8104
  };
8105
8105
  SwirlLightbox = __decorate([
8106
8106
  ProxyCmp({
8107
- inputs: ['closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'hideMenu', 'label', 'menuLabel', 'menuTriggerLabel', 'nextSlideButtonLabel', 'previousSlideButtonLabel'],
8107
+ inputs: ['closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'label', 'nextSlideButtonLabel', 'previousSlideButtonLabel'],
8108
8108
  methods: ['open', 'close', 'activateSlide']
8109
8109
  })
8110
8110
  ], SwirlLightbox);
@@ -8115,7 +8115,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
8115
8115
  changeDetection: ChangeDetectionStrategy.OnPush,
8116
8116
  template: '<ng-content></ng-content>',
8117
8117
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8118
- inputs: ['closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'hideMenu', { name: 'label', required: true }, 'menuLabel', 'menuTriggerLabel', 'nextSlideButtonLabel', 'previousSlideButtonLabel'],
8118
+ inputs: ['closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', { name: 'label', required: true }, 'nextSlideButtonLabel', 'previousSlideButtonLabel'],
8119
8119
  standalone: false
8120
8120
  }]
8121
8121
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });