@getflip/swirl-components-angular 0.462.0 → 0.464.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-03-19T13:30:19.747Z - Time: 13706ms
23
+ Build at: 2026-03-25T13:30:15.701Z - Time: 13716ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.464.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1549](https://github.com/getflip/swirl/pull/1549)
8
+ [`c334eff6c`](https://github.com/getflip/swirl/commit/c334eff6caeeffe079b10b85f43dd01f94166ab8)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add support for
10
+ 12px size in swirl-emoji
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1549](https://github.com/getflip/swirl/pull/1549)
15
+ [`c334eff6c`](https://github.com/getflip/swirl/commit/c334eff6caeeffe079b10b85f43dd01f94166ab8)
16
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix background
17
+ contrast for overlaying sidebar in swirl-app-layout
18
+
19
+ * [#1549](https://github.com/getflip/swirl/pull/1549)
20
+ [`c334eff6c`](https://github.com/getflip/swirl/commit/c334eff6caeeffe079b10b85f43dd01f94166ab8)
21
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Ensure icon and
22
+ avatar aren't cut off in plain swirl-chip
23
+
24
+ * Updated dependencies
25
+ [[`c334eff6c`](https://github.com/getflip/swirl/commit/c334eff6caeeffe079b10b85f43dd01f94166ab8),
26
+ [`c334eff6c`](https://github.com/getflip/swirl/commit/c334eff6caeeffe079b10b85f43dd01f94166ab8),
27
+ [`c334eff6c`](https://github.com/getflip/swirl/commit/c334eff6caeeffe079b10b85f43dd01f94166ab8)]:
28
+ - @getflip/swirl-components@0.464.0
29
+
30
+ ## 0.463.0
31
+
32
+ ### Minor Changes
33
+
34
+ - [#1545](https://github.com/getflip/swirl/pull/1545)
35
+ [`b528acd56`](https://github.com/getflip/swirl/commit/b528acd5617c25368dbc8df5a93817c6608e4137)
36
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Implement
37
+ icon-only swirl-toggle-button
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies
42
+ [[`b528acd56`](https://github.com/getflip/swirl/commit/b528acd5617c25368dbc8df5a93817c6608e4137)]:
43
+ - @getflip/swirl-components@0.463.0
44
+
3
45
  ## 0.462.0
4
46
 
5
47
  ### Minor Changes
@@ -12703,11 +12703,11 @@ let SwirlToggleButton = class SwirlToggleButton {
12703
12703
  this.el = r.nativeElement;
12704
12704
  }
12705
12705
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlToggleButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
12706
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlToggleButton, isStandalone: false, selector: "swirl-toggle-button", inputs: { icon: "icon", identifier: "identifier", isPressed: "isPressed", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12706
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlToggleButton, isStandalone: false, selector: "swirl-toggle-button", inputs: { hideLabel: "hideLabel", icon: "icon", identifier: "identifier", isPressed: "isPressed", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12707
12707
  };
12708
12708
  SwirlToggleButton = __decorate([
12709
12709
  ProxyCmp({
12710
- inputs: ['icon', 'identifier', 'isPressed', 'label']
12710
+ inputs: ['hideLabel', 'icon', 'identifier', 'isPressed', 'label']
12711
12711
  })
12712
12712
  ], SwirlToggleButton);
12713
12713
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlToggleButton, decorators: [{
@@ -12717,7 +12717,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
12717
12717
  changeDetection: ChangeDetectionStrategy.OnPush,
12718
12718
  template: '<ng-content></ng-content>',
12719
12719
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
12720
- inputs: ['icon', { name: 'identifier', required: true }, 'isPressed', { name: 'label', required: true }],
12720
+ inputs: ['hideLabel', 'icon', { name: 'identifier', required: true }, 'isPressed', { name: 'label', required: true }],
12721
12721
  standalone: false
12722
12722
  }]
12723
12723
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });