@getflip/swirl-components-angular 0.437.0 → 0.438.1

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-13T11:14:55.216Z - Time: 14199ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.438.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1436](https://github.com/getflip/swirl/pull/1436)
8
+ [`8978d48c5`](https://github.com/getflip/swirl/commit/8978d48c5ba0968d3fca121db91b25becf7c0b42)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Ensure rounded
10
+ corners are not cut off in swirl-app-layout
11
+
12
+ - Updated dependencies
13
+ [[`8978d48c5`](https://github.com/getflip/swirl/commit/8978d48c5ba0968d3fca121db91b25becf7c0b42)]:
14
+ - @getflip/swirl-components@0.438.1
15
+
16
+ ## 0.438.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [#1432](https://github.com/getflip/swirl/pull/1432)
21
+ [`723206df9`](https://github.com/getflip/swirl/commit/723206df90da784f66da4db1a6f40a5b70d97492)
22
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add
23
+ rouded-corners prop to swirl-app-layout
24
+
25
+ * [#1432](https://github.com/getflip/swirl/pull/1432)
26
+ [`723206df9`](https://github.com/getflip/swirl/commit/723206df90da784f66da4db1a6f40a5b70d97492)
27
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add
28
+ sidebar-positioning prop to swirl-app-layout
29
+
30
+ ### Patch Changes
31
+
32
+ - [#1434](https://github.com/getflip/swirl/pull/1434)
33
+ [`8f75c1cf5`](https://github.com/getflip/swirl/commit/8f75c1cf534478c98e0aae4245671f9650b7fd6e)
34
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix icon size
35
+ forcing in swirl-button
36
+
37
+ - Updated dependencies
38
+ [[`723206df9`](https://github.com/getflip/swirl/commit/723206df90da784f66da4db1a6f40a5b70d97492),
39
+ [`723206df9`](https://github.com/getflip/swirl/commit/723206df90da784f66da4db1a6f40a5b70d97492),
40
+ [`8f75c1cf5`](https://github.com/getflip/swirl/commit/8f75c1cf534478c98e0aae4245671f9650b7fd6e)]:
41
+ - @getflip/swirl-components@0.438.0
42
+
3
43
  ## 0.437.0
4
44
 
5
45
  ### 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 }] });