@getflip/swirl-components-angular 0.424.0 → 0.426.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-01-07T10:02:27.376Z - Time: 13930ms
23
+ Build at: 2026-01-08T14:36:00.992Z - Time: 13568ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.426.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1375](https://github.com/getflip/swirl/pull/1375)
8
+ [`1cf082b28`](https://github.com/getflip/swirl/commit/1cf082b283bdd91a7b64fc75d4f65493d2ce8a44)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Upgrade to latest wc-datepicker
10
+ version to fix accessibility issues
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1371](https://github.com/getflip/swirl/pull/1371)
15
+ [`ac3f07784`](https://github.com/getflip/swirl/commit/ac3f07784b5f046eda86679b2e45391f790ded4f)
16
+ Thanks [@nunofaria11](https://github.com/nunofaria11)! - Fix swirl-button
17
+ ghost variant disabled background-colour
18
+
19
+ - Updated dependencies
20
+ [[`ac3f07784`](https://github.com/getflip/swirl/commit/ac3f07784b5f046eda86679b2e45391f790ded4f),
21
+ [`1cf082b28`](https://github.com/getflip/swirl/commit/1cf082b283bdd91a7b64fc75d4f65493d2ce8a44)]:
22
+ - @getflip/swirl-components@0.426.0
23
+
24
+ ## 0.425.0
25
+
26
+ ### Minor Changes
27
+
28
+ - [#1372](https://github.com/getflip/swirl/pull/1372)
29
+ [`b93b279d0`](https://github.com/getflip/swirl/commit/b93b279d03fdac619e44f9c45c361f1d59400441)
30
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "historyBackClick" and
31
+ "historyForwardClick" events to swirl-shell-layout
32
+
33
+ * [#1369](https://github.com/getflip/swirl/pull/1369)
34
+ [`d72b624ab`](https://github.com/getflip/swirl/commit/d72b624ab7b33bf83f32fe20e3c801f8090a936a)
35
+ Thanks [@nunofaria11](https://github.com/nunofaria11)! - Add table column
36
+ raised variant
37
+
38
+ ### Patch Changes
39
+
40
+ - Updated dependencies
41
+ [[`b93b279d0`](https://github.com/getflip/swirl/commit/b93b279d03fdac619e44f9c45c361f1d59400441),
42
+ [`d72b624ab`](https://github.com/getflip/swirl/commit/d72b624ab7b33bf83f32fe20e3c801f8090a936a)]:
43
+ - @getflip/swirl-components@0.425.0
44
+
3
45
  ## 0.424.0
4
46
 
5
47
  ### Minor Changes
@@ -8765,7 +8765,7 @@ let SwirlShellLayout = class SwirlShellLayout {
8765
8765
  this.z = z;
8766
8766
  c.detach();
8767
8767
  this.el = r.nativeElement;
8768
- proxyOutputs(this, this.el, ['skipLinkClick']);
8768
+ proxyOutputs(this, this.el, ['historyBackClick', 'historyForwardClick', 'skipLinkClick']);
8769
8769
  }
8770
8770
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SwirlShellLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8771
8771
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: SwirlShellLayout, isStandalone: false, selector: "swirl-shell-layout", inputs: { brandedHeader: "brandedHeader", browserBackButtonLabel: "browserBackButtonLabel", browserForwardButtonLabel: "browserForwardButtonLabel", collapseNavigationButtonLabel: "collapseNavigationButtonLabel", enableSecondaryNavGridLayout: "enableSecondaryNavGridLayout", expandNavigationButtonLabel: "expandNavigationButtonLabel", gridNavLayoutToggleLabel: "gridNavLayoutToggleLabel", hideMobileNavigationButtonLabel: "hideMobileNavigationButtonLabel", listNavLayoutToggleLabel: "listNavLayoutToggleLabel", navigationLabel: "navigationLabel", secondaryNavCollapseLabel: "secondaryNavCollapseLabel", secondaryNavExpandLabel: "secondaryNavExpandLabel", secondaryNavGridLayoutVariant: "secondaryNavGridLayoutVariant", skipLinkLabel: "skipLinkLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });