@hmcts/rpx-xui-common-lib 3.2.13 → 3.2.14-govuk1
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.
package/index.d.ts
CHANGED
|
@@ -1851,6 +1851,7 @@ declare class HmctsErrorSummaryComponent implements AfterViewInit, OnChanges {
|
|
|
1851
1851
|
constructor(document: any);
|
|
1852
1852
|
ngAfterViewInit(): void;
|
|
1853
1853
|
ngOnChanges(changes: SimpleChanges): void;
|
|
1854
|
+
private updatePageTitle;
|
|
1854
1855
|
scrollTo(selector: any): void;
|
|
1855
1856
|
hasElement(selector: any): any;
|
|
1856
1857
|
static ɵfac: i0.ɵɵFactoryDeclaration<HmctsErrorSummaryComponent, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hmcts/rpx-xui-common-lib",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.14-govuk1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": "^20.3.18",
|
|
6
6
|
"@angular/cdk": "16.2.0",
|
|
@@ -42,8 +42,7 @@
|
|
|
42
42
|
}
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"
|
|
46
|
-
"govuk-frontend": "4.9.0",
|
|
45
|
+
"govuk-frontend": "5.13.0",
|
|
47
46
|
"tslib": "^2.0.0"
|
|
48
47
|
},
|
|
49
48
|
"module": "fesm2022/hmcts-rpx-xui-common-lib.mjs",
|