@getflip/swirl-components-angular 0.432.1 → 0.434.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.
@@ -12,6 +12,7 @@ Building entry point '@getflip/swirl-components-angular'
12
12
  ✔ Copying assets
13
13
  - Writing package manifest
14
14
  ✔ Writing package manifest
15
+ ✔ Built @getflip/swirl-components-angular
15
16
 
16
17
  ------------------------------------------------------------------------------
17
18
  Built Angular Package
@@ -19,6 +20,5 @@ Built Angular Package
19
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
20
21
  ------------------------------------------------------------------------------
21
22
 
22
- Build at: 2026-02-05T08:58:59.896Z - Time: 12662ms
23
+ Build at: 2026-02-10T08:44:30.476Z - Time: 12557ms
23
24
 
24
- ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.434.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1419](https://github.com/getflip/swirl/pull/1419)
8
+ [`69ae2c154`](https://github.com/getflip/swirl/commit/69ae2c154b86401e46149d2109f1766dabcb0b9b)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add overflowX,
10
+ overflowY and hideScrollbar props to swirl-box
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`69ae2c154`](https://github.com/getflip/swirl/commit/69ae2c154b86401e46149d2109f1766dabcb0b9b)]:
16
+ - @getflip/swirl-components@0.434.0
17
+
18
+ ## 0.433.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#1415](https://github.com/getflip/swirl/pull/1415)
23
+ [`583ff0d3d`](https://github.com/getflip/swirl/commit/583ff0d3d22f6ec72b9f6bb3a0d5bb85eef66cf8)
24
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix floating
25
+ elements positioning
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ [[`583ff0d3d`](https://github.com/getflip/swirl/commit/583ff0d3d22f6ec72b9f6bb3a0d5bb85eef66cf8)]:
31
+ - @getflip/swirl-components@0.433.0
32
+
3
33
  ## 0.432.1
4
34
 
5
35
  ### Patch Changes
@@ -456,11 +456,11 @@ let SwirlBox = class SwirlBox {
456
456
  proxyOutputs(this, this.el, ['componentLoad']);
457
457
  }
458
458
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
459
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlBox, isStandalone: false, selector: "swirl-box", inputs: { basis: "basis", borderColor: "borderColor", bordered: "bordered", borderedBlockEnd: "borderedBlockEnd", borderedBlockEndWhenScrolled: "borderedBlockEndWhenScrolled", borderedBlockStart: "borderedBlockStart", borderedBlockStartWhenScrolled: "borderedBlockStartWhenScrolled", borderedInlineEnd: "borderedInlineEnd", borderedInlineStart: "borderedInlineStart", bottom: "bottom", centerBlock: "centerBlock", centerInline: "centerInline", cover: "cover", grow: "grow", height: "height", left: "left", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", position: "position", right: "right", shrink: "shrink", top: "top", width: "width", zIndex: "zIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
459
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlBox, isStandalone: false, selector: "swirl-box", inputs: { basis: "basis", borderColor: "borderColor", bordered: "bordered", borderedBlockEnd: "borderedBlockEnd", borderedBlockEndWhenScrolled: "borderedBlockEndWhenScrolled", borderedBlockStart: "borderedBlockStart", borderedBlockStartWhenScrolled: "borderedBlockStartWhenScrolled", borderedInlineEnd: "borderedInlineEnd", borderedInlineStart: "borderedInlineStart", bottom: "bottom", centerBlock: "centerBlock", centerInline: "centerInline", cover: "cover", grow: "grow", height: "height", hideScrollbar: "hideScrollbar", left: "left", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", overflow: "overflow", overflowX: "overflowX", overflowY: "overflowY", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", position: "position", right: "right", shrink: "shrink", top: "top", width: "width", zIndex: "zIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
460
460
  };
461
461
  SwirlBox = __decorate([
462
462
  ProxyCmp({
463
- inputs: ['basis', 'borderColor', 'bordered', 'borderedBlockEnd', 'borderedBlockEndWhenScrolled', 'borderedBlockStart', 'borderedBlockStartWhenScrolled', 'borderedInlineEnd', 'borderedInlineStart', 'bottom', 'centerBlock', 'centerInline', 'cover', 'grow', 'height', 'left', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'position', 'right', 'shrink', 'top', 'width', 'zIndex']
463
+ inputs: ['basis', 'borderColor', 'bordered', 'borderedBlockEnd', 'borderedBlockEndWhenScrolled', 'borderedBlockStart', 'borderedBlockStartWhenScrolled', 'borderedInlineEnd', 'borderedInlineStart', 'bottom', 'centerBlock', 'centerInline', 'cover', 'grow', 'height', 'hideScrollbar', 'left', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'overflow', 'overflowX', 'overflowY', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'position', 'right', 'shrink', 'top', 'width', 'zIndex']
464
464
  })
465
465
  ], SwirlBox);
466
466
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlBox, decorators: [{
@@ -470,7 +470,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
470
470
  changeDetection: ChangeDetectionStrategy.OnPush,
471
471
  template: '<ng-content></ng-content>',
472
472
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
473
- inputs: ['basis', 'borderColor', 'bordered', 'borderedBlockEnd', 'borderedBlockEndWhenScrolled', 'borderedBlockStart', 'borderedBlockStartWhenScrolled', 'borderedInlineEnd', 'borderedInlineStart', 'bottom', 'centerBlock', 'centerInline', 'cover', 'grow', 'height', 'left', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'position', 'right', 'shrink', 'top', 'width', 'zIndex'],
473
+ inputs: ['basis', 'borderColor', 'bordered', 'borderedBlockEnd', 'borderedBlockEndWhenScrolled', 'borderedBlockStart', 'borderedBlockStartWhenScrolled', 'borderedInlineEnd', 'borderedInlineStart', 'bottom', 'centerBlock', 'centerInline', 'cover', 'grow', 'height', 'hideScrollbar', 'left', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'overflow', 'overflowX', 'overflowY', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'position', 'right', 'shrink', 'top', 'width', 'zIndex'],
474
474
  standalone: false
475
475
  }]
476
476
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });