@getflip/swirl-components-angular 0.437.0 → 0.438.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-11T13:09:55.815Z - Time: 12666ms
23
+ Build at: 2026-02-12T18:01:36.728Z - Time: 13981ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.438.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1432](https://github.com/getflip/swirl/pull/1432)
8
+ [`723206df9`](https://github.com/getflip/swirl/commit/723206df90da784f66da4db1a6f40a5b70d97492)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add
10
+ rouded-corners prop to swirl-app-layout
11
+
12
+ * [#1432](https://github.com/getflip/swirl/pull/1432)
13
+ [`723206df9`](https://github.com/getflip/swirl/commit/723206df90da784f66da4db1a6f40a5b70d97492)
14
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add
15
+ sidebar-positioning prop to swirl-app-layout
16
+
17
+ ### Patch Changes
18
+
19
+ - [#1434](https://github.com/getflip/swirl/pull/1434)
20
+ [`8f75c1cf5`](https://github.com/getflip/swirl/commit/8f75c1cf534478c98e0aae4245671f9650b7fd6e)
21
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix icon size
22
+ forcing in swirl-button
23
+
24
+ - Updated dependencies
25
+ [[`723206df9`](https://github.com/getflip/swirl/commit/723206df90da784f66da4db1a6f40a5b70d97492),
26
+ [`723206df9`](https://github.com/getflip/swirl/commit/723206df90da784f66da4db1a6f40a5b70d97492),
27
+ [`8f75c1cf5`](https://github.com/getflip/swirl/commit/8f75c1cf534478c98e0aae4245671f9650b7fd6e)]:
28
+ - @getflip/swirl-components@0.438.0
29
+
3
30
  ## 0.437.0
4
31
 
5
32
  ### Minor Changes
@@ -289,11 +289,11 @@ let SwirlAppLayout = class SwirlAppLayout {
289
289
  proxyOutputs(this, this.el, ['ctaClick', 'mobileViewChange', 'navigationBackButtonClick', 'navigationExpansionStateChange', 'sidebarToggle']);
290
290
  }
291
291
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlAppLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
292
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlAppLayout, isStandalone: false, selector: "swirl-app-layout", inputs: { appName: "appName", backToNavigationViewButtonLabel: "backToNavigationViewButtonLabel", collapsibleNavigation: "collapsibleNavigation", ctaIcon: "ctaIcon", ctaLabel: "ctaLabel", hasNavigation: "hasNavigation", hideAppBar: "hideAppBar", initialMobileView: "initialMobileView", navigationBackButtonLabel: "navigationBackButtonLabel", navigationExpansionStateStorageKey: "navigationExpansionStateStorageKey", navigationLabel: "navigationLabel", navigationOverlayLabel: "navigationOverlayLabel", navigationToggleLabel: "navigationToggleLabel", showNavigationBackButton: "showNavigationBackButton", sidebarCloseButtonLabel: "sidebarCloseButtonLabel", sidebarHeading: "sidebarHeading", transitionStyle: "transitionStyle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
292
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlAppLayout, isStandalone: false, selector: "swirl-app-layout", inputs: { appName: "appName", backToNavigationViewButtonLabel: "backToNavigationViewButtonLabel", collapsibleNavigation: "collapsibleNavigation", ctaIcon: "ctaIcon", ctaLabel: "ctaLabel", hasNavigation: "hasNavigation", hideAppBar: "hideAppBar", initialMobileView: "initialMobileView", navigationBackButtonLabel: "navigationBackButtonLabel", navigationExpansionStateStorageKey: "navigationExpansionStateStorageKey", navigationLabel: "navigationLabel", navigationOverlayLabel: "navigationOverlayLabel", navigationToggleLabel: "navigationToggleLabel", roundedCorners: "roundedCorners", showNavigationBackButton: "showNavigationBackButton", sidebarCloseButtonLabel: "sidebarCloseButtonLabel", sidebarHeading: "sidebarHeading", sidebarPositioning: "sidebarPositioning", transitionStyle: "transitionStyle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
293
293
  };
294
294
  SwirlAppLayout = __decorate([
295
295
  ProxyCmp({
296
- inputs: ['appName', 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'transitionStyle'],
296
+ inputs: ['appName', 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
297
297
  methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'getCollapsibleNavigationState', 'setCollapsibleNavigationState', 'changeMobileView']
298
298
  })
299
299
  ], SwirlAppLayout);
@@ -304,7 +304,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
304
304
  changeDetection: ChangeDetectionStrategy.OnPush,
305
305
  template: '<ng-content></ng-content>',
306
306
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
307
- inputs: [{ name: 'appName', required: true }, 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'transitionStyle'],
307
+ inputs: [{ name: 'appName', required: true }, 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
308
308
  standalone: false
309
309
  }]
310
310
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });