@getflip/swirl-components-angular 0.413.2 → 0.415.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,7 +12,6 @@ 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
16
15
 
17
16
  ------------------------------------------------------------------------------
18
17
  Built Angular Package
@@ -20,5 +19,6 @@ Built Angular Package
20
19
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
20
  ------------------------------------------------------------------------------
22
21
 
23
- Build at: 2025-11-28T10:52:10.522Z - Time: 14016ms
22
+ Build at: 2025-11-28T16:47:56.713Z - Time: 13434ms
24
23
 
24
+ ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.415.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1330](https://github.com/getflip/swirl/pull/1330)
8
+ [`dec171a6f`](https://github.com/getflip/swirl/commit/dec171a6f813a0a8906dc32396497f44d2297195)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add translucent
10
+ button variant
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`dec171a6f`](https://github.com/getflip/swirl/commit/dec171a6f813a0a8906dc32396497f44d2297195)]:
16
+ - @getflip/swirl-components@0.415.0
17
+
18
+ ## 0.414.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#1332](https://github.com/getflip/swirl/pull/1332)
23
+ [`07f64d117`](https://github.com/getflip/swirl/commit/07f64d1171e18f2cda01ea2bf75d813ca650c8ae)
24
+ Thanks [@maraikeschneider](https://github.com/maraikeschneider)! - Add
25
+ `hideContentHeader` property to the SwirlConsoleLayout
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ [[`07f64d117`](https://github.com/getflip/swirl/commit/07f64d1171e18f2cda01ea2bf75d813ca650c8ae)]:
31
+ - @getflip/swirl-components@0.414.0
32
+
3
33
  ## 0.413.2
4
34
 
5
35
  ### Patch Changes
@@ -733,11 +733,11 @@ let SwirlConsoleLayout = class SwirlConsoleLayout {
733
733
  proxyOutputs(this, this.el, ['backButtonClick', 'helpButtonClick']);
734
734
  }
735
735
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlConsoleLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
736
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlConsoleLayout, isStandalone: false, selector: "swirl-console-layout", inputs: { appName: "appName", backButonLabel: "backButonLabel", heading: "heading", helpButonLabel: "helpButonLabel", hideNavigationButtonLabel: "hideNavigationButtonLabel", logoText: "logoText", maxContentWidth: "maxContentWidth", navigationLabel: "navigationLabel", showBackButton: "showBackButton", showHelpButton: "showHelpButton", showNavigationButtonLabel: "showNavigationButtonLabel", subheading: "subheading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
736
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlConsoleLayout, isStandalone: false, selector: "swirl-console-layout", inputs: { appName: "appName", backButonLabel: "backButonLabel", heading: "heading", helpButonLabel: "helpButonLabel", hideContentHeader: "hideContentHeader", hideNavigationButtonLabel: "hideNavigationButtonLabel", logoText: "logoText", maxContentWidth: "maxContentWidth", navigationLabel: "navigationLabel", showBackButton: "showBackButton", showHelpButton: "showHelpButton", showNavigationButtonLabel: "showNavigationButtonLabel", subheading: "subheading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
737
737
  };
738
738
  SwirlConsoleLayout = __decorate([
739
739
  ProxyCmp({
740
- inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideNavigationButtonLabel', 'logoText', 'maxContentWidth', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
740
+ inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideContentHeader', 'hideNavigationButtonLabel', 'logoText', 'maxContentWidth', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
741
741
  methods: ['toggleSidebar', 'showSidebar', 'hideSidebar']
742
742
  })
743
743
  ], SwirlConsoleLayout);
@@ -748,7 +748,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
748
748
  changeDetection: ChangeDetectionStrategy.OnPush,
749
749
  template: '<ng-content></ng-content>',
750
750
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
751
- inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideNavigationButtonLabel', 'logoText', 'maxContentWidth', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
751
+ inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideContentHeader', 'hideNavigationButtonLabel', 'logoText', 'maxContentWidth', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
752
752
  standalone: false
753
753
  }]
754
754
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });