@hmcts/rpx-xui-common-lib 1.9.0-consume-jrd-e-links-api-new-version-v2 → 1.9.0-postcode-validation

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.
Files changed (89) hide show
  1. package/bundles/hmcts-rpx-xui-common-lib.umd.js +546 -188
  2. package/bundles/hmcts-rpx-xui-common-lib.umd.js.map +1 -1
  3. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js +1 -1
  4. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +1 -1
  5. package/esm2015/hmcts-rpx-xui-common-lib.js +27 -24
  6. package/esm2015/lib/components/accessibility/accessibility.component.js +2 -2
  7. package/esm2015/lib/components/checkbox-list/checkbox-list.component.js +12 -4
  8. package/esm2015/lib/components/contact-details/contact-details.component.js +2 -2
  9. package/esm2015/lib/components/cookie-banner/cookie-banner.component.js +2 -2
  10. package/esm2015/lib/components/due-date/due-date.component.js +12 -4
  11. package/esm2015/lib/components/exui-main-wrapper/exui-page-wrapper.component.js +2 -2
  12. package/esm2015/lib/components/find-person/find-person.component.js +2 -2
  13. package/esm2015/lib/components/find-service/find-service.component.js +2 -2
  14. package/esm2015/lib/components/generic-filter/generic-filter.component.js +2 -2
  15. package/esm2015/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.js +2 -2
  16. package/esm2015/lib/components/loading-spinner/loading-spinner.component.js +12 -4
  17. package/esm2015/lib/components/pagination/pagination.component.js +2 -2
  18. package/esm2015/lib/components/public_api.js +3 -1
  19. package/esm2015/lib/components/search-location/search-location.component.js +5 -32
  20. package/esm2015/lib/components/selected-case/selected-case.component.js +2 -2
  21. package/esm2015/lib/components/selected-case-confirm/selected-case-confirm.component.js +2 -2
  22. package/esm2015/lib/components/service-message/service-message.component.js +2 -2
  23. package/esm2015/lib/components/service-messages/service-messages.component.js +2 -2
  24. package/esm2015/lib/components/share-case/share-case.component.js +2 -2
  25. package/esm2015/lib/components/share-case-confirm/share-case-confirm.component.js +2 -2
  26. package/esm2015/lib/components/tab/tab.component.js +2 -2
  27. package/esm2015/lib/components/tc-confirm/tc-confirm.component.js +2 -2
  28. package/esm2015/lib/components/terms-and-conditions/terms-and-conditions.component.js +2 -2
  29. package/esm2015/lib/components/user-details/user-details.component.js +2 -2
  30. package/esm2015/lib/components/user-list/user-list.component.js +2 -2
  31. package/esm2015/lib/components/user-select/user-select.component.js +2 -2
  32. package/esm2015/lib/components/write-address/write-address.component.js +147 -0
  33. package/esm2015/lib/components/write-address-inputs/write-address-inputs.component.js +30 -0
  34. package/esm2015/lib/exui-common-lib.module.js +9 -3
  35. package/esm2015/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.js +2 -2
  36. package/esm2015/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.js +2 -2
  37. package/esm2015/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.js +2 -2
  38. package/esm2015/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.js +2 -2
  39. package/esm2015/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.js +2 -2
  40. package/esm2015/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.js +2 -2
  41. package/esm2015/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.js +2 -2
  42. package/esm2015/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.js +2 -2
  43. package/esm2015/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.js +2 -2
  44. package/esm2015/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.js +2 -2
  45. package/esm2015/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.js +2 -2
  46. package/esm2015/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.js +2 -2
  47. package/esm2015/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.js +2 -2
  48. package/esm2015/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.js +2 -2
  49. package/esm2015/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +2 -2
  50. package/esm2015/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.js +2 -2
  51. package/esm2015/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +2 -2
  52. package/esm2015/lib/models/address-message.enum.js +10 -0
  53. package/esm2015/lib/models/address-option.model.js +21 -0
  54. package/esm2015/lib/models/address.model.js +4 -0
  55. package/esm2015/lib/models/index.js +4 -1
  56. package/esm2015/lib/models/location.model.js +1 -1
  57. package/esm2015/lib/models/person.model.js +1 -1
  58. package/esm2015/lib/services/address/address-parser.js +76 -0
  59. package/esm2015/lib/services/address/address-type.enum.js +7 -0
  60. package/esm2015/lib/services/address/address.service.js +50 -0
  61. package/esm2015/lib/services/find-person/find-person.service.js +3 -2
  62. package/esm2015/lib/services/locations/location.service.js +3 -6
  63. package/esm2015/lib/services/public-api.js +2 -1
  64. package/esm2015/lib/services/timeout-notifications/timeout-notifications.service.js +19 -10
  65. package/fesm2015/hmcts-rpx-xui-common-lib.js +482 -144
  66. package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -1
  67. package/hmcts-rpx-xui-common-lib.d.ts +26 -23
  68. package/hmcts-rpx-xui-common-lib.metadata.json +1 -1
  69. package/lib/components/checkbox-list/checkbox-list.component.d.ts +5 -2
  70. package/lib/components/due-date/due-date.component.d.ts +5 -2
  71. package/lib/components/loading-spinner/loading-spinner.component.d.ts +5 -1
  72. package/lib/components/public_api.d.ts +2 -0
  73. package/lib/components/search-location/search-location.component.d.ts +1 -0
  74. package/lib/components/write-address/write-address.component.d.ts +34 -0
  75. package/lib/components/write-address-inputs/write-address-inputs.component.d.ts +13 -0
  76. package/lib/exui-common-lib.module.d.ts +5 -1
  77. package/lib/models/address-message.enum.d.ts +8 -0
  78. package/lib/models/address-option.model.d.ts +9 -0
  79. package/lib/models/address.model.d.ts +9 -0
  80. package/lib/models/index.d.ts +3 -0
  81. package/lib/models/location.model.d.ts +5 -5
  82. package/lib/models/person.model.d.ts +8 -7
  83. package/lib/services/address/address-parser.d.ts +17 -0
  84. package/lib/services/address/address-type.enum.d.ts +5 -0
  85. package/lib/services/address/address.service.d.ts +12 -0
  86. package/lib/services/locations/location.service.d.ts +1 -1
  87. package/lib/services/public-api.d.ts +1 -0
  88. package/lib/services/timeout-notifications/timeout-notifications.service.d.ts +5 -2
  89. package/package.json +3 -2
@@ -1,5 +1,7 @@
1
- import { EventEmitter, OnChanges } from '@angular/core';
2
- export declare class CheckboxListComponent<T> implements OnChanges {
1
+ import { AfterContentChecked, ChangeDetectorRef, EventEmitter, OnChanges } from '@angular/core';
2
+ export declare class CheckboxListComponent<T> implements OnChanges, AfterContentChecked {
3
+ private readonly ref;
4
+ constructor(ref: ChangeDetectorRef);
3
5
  /**
4
6
  * The options to show checkboxes for. Note that the type
5
7
  * within the array corresponds to the one for the component.
@@ -34,6 +36,7 @@ export declare class CheckboxListComponent<T> implements OnChanges {
34
36
  */
35
37
  get allSelected(): boolean;
36
38
  ngOnChanges(): void;
39
+ ngAfterContentChecked(): void;
37
40
  /**
38
41
  * Indicates whether or not there are any options to render.
39
42
  */
@@ -1,5 +1,7 @@
1
- import { OnChanges } from '@angular/core';
2
- export declare class DueDateComponent implements OnChanges {
1
+ import { AfterContentChecked, ChangeDetectorRef, OnChanges } from '@angular/core';
2
+ export declare class DueDateComponent implements OnChanges, AfterContentChecked {
3
+ private readonly ref;
4
+ constructor(ref: ChangeDetectorRef);
3
5
  /**
4
6
  * The due date to use as the basis for rendering this component. It is
5
7
  * compared to the current date and displayed accordingly.
@@ -44,6 +46,7 @@ export declare class DueDateComponent implements OnChanges {
44
46
  private pDaysDiff;
45
47
  get daysDiff(): number;
46
48
  ngOnChanges(): void;
49
+ ngAfterContentChecked(): void;
47
50
  private handleInputChanges;
48
51
  private getDaysDifference;
49
52
  }
@@ -1,3 +1,7 @@
1
- export declare class LoadingSpinnerComponent {
1
+ import { AfterContentChecked, ChangeDetectorRef } from '@angular/core';
2
+ export declare class LoadingSpinnerComponent implements AfterContentChecked {
3
+ private readonly ref;
2
4
  loadingText: string;
5
+ constructor(ref: ChangeDetectorRef);
6
+ ngAfterContentChecked(): void;
3
7
  }
@@ -34,3 +34,5 @@ export * from './user-select/user-select.component';
34
34
  export * from './user-select/user-select.component';
35
35
  export * from './find-task-name/find-task-name.component';
36
36
  export * from './exui-main-wrapper/exui-page-wrapper.component';
37
+ export * from './write-address/write-address.component';
38
+ export * from './write-address-inputs/write-address-inputs.component';
@@ -9,6 +9,7 @@ export declare class SearchLocationComponent implements OnInit {
9
9
  private readonly locationService;
10
10
  private readonly sessionStorageService;
11
11
  private readonly refDataService;
12
+ private static readonly allLocationAPI;
12
13
  form: FormGroup;
13
14
  field: FilterFieldConfig;
14
15
  disabled: boolean;
@@ -0,0 +1,34 @@
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { AddressMessageEnum, AddressModel } from '../../models';
4
+ import { AddressOption } from '../../models/address-option.model';
5
+ import { AddressService } from '../../services/address/address.service';
6
+ export declare class WriteAddressFieldComponent implements OnInit, OnChanges {
7
+ private readonly addressesService;
8
+ formGroup: FormGroup;
9
+ internationalMode: boolean;
10
+ isInternational: boolean;
11
+ submissionAttempted: boolean;
12
+ startedInternational: boolean;
13
+ postcodeOptionSelected: EventEmitter<void>;
14
+ internationalModeStart: EventEmitter<void>;
15
+ ukAddressOptionSelected: EventEmitter<boolean>;
16
+ addressField: AddressModel;
17
+ optionErrorsPresent: boolean;
18
+ addressChosen: boolean;
19
+ addressFormGroup: FormGroup;
20
+ addressOptions: AddressOption[];
21
+ missingPostcode: boolean;
22
+ optionErrorMessage: AddressMessageEnum;
23
+ constructor(addressesService: AddressService);
24
+ ngOnInit(): void;
25
+ findAddress(): void;
26
+ blankAddress(): void;
27
+ shouldShowDetailFields(): boolean;
28
+ addressSelected(): void;
29
+ ngOnChanges(changes: SimpleChanges): void;
30
+ private checkIfErrorsNeeded;
31
+ setInternationalAddress(isInternational: boolean): void;
32
+ private defaultLabel;
33
+ private setFormValue;
34
+ }
@@ -0,0 +1,13 @@
1
+ import { OnChanges } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { AddressMessageEnum } from '../../models';
4
+ export declare class WriteAddressInputsComponent implements OnChanges {
5
+ MESSAGE_ENUM: typeof AddressMessageEnum;
6
+ formGroup: FormGroup;
7
+ isInternational: boolean;
8
+ submissionAttempted: boolean;
9
+ missingPostcode: boolean;
10
+ errorsPresent: boolean;
11
+ constructor();
12
+ ngOnChanges(): void;
13
+ }
@@ -1,8 +1,11 @@
1
1
  import { AccessibilityComponent } from './components/accessibility/accessibility.component';
2
+ import { CheckboxListComponent } from './components/checkbox-list/checkbox-list.component';
2
3
  import { CookieBannerComponent } from './components/cookie-banner/cookie-banner.component';
4
+ import { DueDateComponent } from './components/due-date/due-date.component';
3
5
  import { FindPersonComponent } from './components/find-person/find-person.component';
4
6
  import { FindTaskNameComponent } from './components/find-task-name/find-task-name.component';
5
7
  import { GenericFilterComponent } from './components/generic-filter/generic-filter.component';
8
+ import { LoadingSpinnerComponent } from './components/loading-spinner/loading-spinner.component';
6
9
  import { SearchJudicialsComponent } from './components/search-judicials/search-judicials.component';
7
10
  import { SearchLocationComponent } from './components/search-location/search-location.component';
8
11
  import { SearchVenueComponent } from './components/search-venue/search-venue.component';
@@ -12,6 +15,7 @@ import { SelectedCaseComponent } from './components/selected-case/selected-case.
12
15
  import { ServiceMessagesComponent } from './components/service-messages/service-messages.component';
13
16
  import { ShareCaseConfirmComponent } from './components/share-case-confirm/share-case-confirm.component';
14
17
  import { ShareCaseComponent } from './components/share-case/share-case.component';
18
+ import { WriteAddressFieldComponent } from './components/write-address/write-address.component';
15
19
  import { FeatureToggleDirective } from './directives/feature-toggle/feature-toggle.directive';
16
20
  import { LetDirective } from './directives/let/let.directive';
17
21
  import { GovUkErrorMessageComponent } from './gov-ui/components/gov-uk-error-message/gov-uk-error-message.component';
@@ -28,7 +32,7 @@ import { HmctsPaginationComponent } from './gov-ui/components/hmcts-pagination/h
28
32
  import { HmctsPrimaryNavigationComponent } from './gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component';
29
33
  import { HmctsSubNavigationComponent } from './gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component';
30
34
  import { RemoveHostDirective } from './gov-ui/directives/remove-host.directive';
31
- export declare const COMMON_COMPONENTS: (typeof AccessibilityComponent | typeof GenericFilterComponent | typeof SelectedCaseConfirmComponent | typeof SelectedCaseListComponent | typeof SelectedCaseComponent | typeof ServiceMessagesComponent | typeof ShareCaseConfirmComponent | typeof ShareCaseComponent | typeof CookieBannerComponent | typeof SearchLocationComponent | typeof SearchVenueComponent | typeof SearchJudicialsComponent | typeof FindPersonComponent | typeof FindTaskNameComponent | typeof FeatureToggleDirective | typeof LetDirective)[];
35
+ export declare const COMMON_COMPONENTS: (typeof AccessibilityComponent | typeof CheckboxListComponent | typeof DueDateComponent | typeof GenericFilterComponent | typeof LoadingSpinnerComponent | typeof SelectedCaseConfirmComponent | typeof SelectedCaseListComponent | typeof SelectedCaseComponent | typeof ServiceMessagesComponent | typeof ShareCaseConfirmComponent | typeof ShareCaseComponent | typeof CookieBannerComponent | typeof SearchLocationComponent | typeof SearchVenueComponent | typeof SearchJudicialsComponent | typeof FindPersonComponent | typeof FindTaskNameComponent | typeof WriteAddressFieldComponent | typeof FeatureToggleDirective | typeof LetDirective)[];
32
36
  export declare const GOV_UI_COMPONENTS: (typeof HmctsIdentityBarComponent | typeof HmctsPaginationComponent | typeof HmctsSubNavigationComponent | typeof HmctsPrimaryNavigationComponent | typeof HmctsErrorSummaryComponent | typeof HmctsMainWrapperComponent | typeof HmctsBannerComponent | typeof GovukTableComponent | typeof GovUkFormGroupWrapperComponent | typeof GovUkLabelComponent | typeof GovUkErrorMessageComponent | typeof GovUkRadioComponent | typeof GovUkRadiosComponent | typeof RemoveHostDirective)[];
33
37
  export declare class ExuiCommonLibModule {
34
38
  }
@@ -0,0 +1,8 @@
1
+ export declare enum AddressMessageEnum {
2
+ NO_OPTION_SELECTED = "Please select an answer",
3
+ NO_STREET_SELECTED = "Enter building and street",
4
+ NO_CITY_SELECTED = "Enter town or city",
5
+ NO_COUNTRY_SELECTED = "Enter country",
6
+ NO_POSTCODE_SELECTED = "Enter postcode",
7
+ INVALID_POSTCODE = "Enter valid postcode"
8
+ }
@@ -0,0 +1,9 @@
1
+ import { AddressModel } from '.';
2
+ export declare class AddressOption {
3
+ description: string;
4
+ value: AddressModel;
5
+ constructor(addressModel: AddressModel, description: string);
6
+ private getDescription;
7
+ private prefixWithCommaIfPresent;
8
+ private removeInitialCommaIfPresent;
9
+ }
@@ -0,0 +1,9 @@
1
+ export declare class AddressModel {
2
+ addressLine1: string;
3
+ addressLine2?: string;
4
+ addressLine3?: string;
5
+ postTown: string;
6
+ county?: string;
7
+ postCode: string;
8
+ country: string;
9
+ }
@@ -1,3 +1,6 @@
1
+ export * from './address-message.enum';
2
+ export * from './address-option.model';
3
+ export * from './address.model';
1
4
  export * from './case-share.model';
2
5
  export * from './contact-details.model';
3
6
  export * from './due-date.model';
@@ -13,16 +13,16 @@ export interface LocationModel {
13
13
  court_status?: string;
14
14
  court_open_date?: string;
15
15
  closed_date?: string;
16
- postcode: string;
17
- court_address: string;
16
+ postcode?: string;
17
+ court_address?: string;
18
18
  phone_number?: string;
19
19
  court_location_code?: string;
20
20
  dx_address?: string;
21
21
  welsh_site_name?: string;
22
22
  welsh_court_address?: string;
23
23
  venue_name?: string;
24
- is_case_management_location: string;
25
- is_hearing_location: string;
24
+ is_case_management_location?: string;
25
+ is_hearing_location?: string;
26
26
  }
27
27
  export interface LocationByEPIMMSModel {
28
28
  epimms_id: string;
@@ -51,7 +51,7 @@ export interface LocationsByService {
51
51
  service?: string;
52
52
  serviceCode?: string;
53
53
  bookable?: boolean;
54
- locations?: LocationByEPIMMSModel[] | string[];
54
+ locations: LocationByEPIMMSModel[];
55
55
  }
56
56
  export declare enum BookingCheckType {
57
57
  NO_CHECK = "NO_CHECK",
@@ -7,15 +7,16 @@ export interface Person {
7
7
  fullName?: string;
8
8
  }
9
9
  export interface JudicialUserModel {
10
- title: string;
11
- knownAs: string;
12
- surname: string;
13
- fullName: string;
14
- initials: string;
15
- postNominals: string;
16
10
  emailId: string;
17
- personalCode: string;
11
+ fullName: string;
18
12
  idamId: string;
13
+ isJudge: string;
14
+ isMagistrate: string;
15
+ isPanelMember: string;
16
+ knownAs: string;
17
+ personalCode: string;
18
+ surname: string;
19
+ title: string;
19
20
  }
20
21
  export interface CaseworkersByService {
21
22
  service: string;
@@ -0,0 +1,17 @@
1
+ import { AddressModel } from '../../models';
2
+ /**
3
+ * Moving all this logic here into Address Parser class, so that it
4
+ * will be easier for us when we move this parsing logic to into
5
+ * `Shim` java service.
6
+ */
7
+ export declare class AddressParser {
8
+ parse(address: any): AddressModel;
9
+ private parseAddressLine1;
10
+ private parseAddressLine2;
11
+ private parseAddressLine3;
12
+ private removeNonAddressValues;
13
+ private removeUndefinedString;
14
+ private removeEmptySpaces;
15
+ private removeInitialComma;
16
+ private prefixWithCommaIfPresent;
17
+ }
@@ -0,0 +1,5 @@
1
+ export declare enum AddressType {
2
+ DPA = "DPA",
3
+ UK = "United Kingdom",
4
+ RD06 = "RD06"
5
+ }
@@ -0,0 +1,12 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { AddressModel } from '../../models';
4
+ export declare class AddressService {
5
+ private readonly http;
6
+ constructor(http: HttpClient);
7
+ getAddressesForPostcode(postcode: string): Observable<AddressModel[]>;
8
+ private format;
9
+ private formatAddressLines;
10
+ private shiftAddressLinesUp;
11
+ private toCapitalCase;
12
+ }
@@ -11,7 +11,7 @@ export declare class LocationService {
11
11
  * @param searchTerm: any search term for postcode | site name | venue name |court name | court address etc.
12
12
  * @return Observable<LocationByEPIMMSModel[]>: Array of locationModel in Observable
13
13
  */
14
- getAllLocations(serviceIds: string, locationType: string, searchTerm: string, userLocations: LocationsByService[], bookingLocations: string[]): Observable<LocationByEPIMMSModel[]>;
14
+ getAllLocations(locationUrl: string, serviceIds: string, locationType: string, searchTerm: string, userLocations: LocationsByService[]): Observable<LocationByEPIMMSModel[]>;
15
15
  /**
16
16
  * @description searchLocations from service Ids/location type/search term
17
17
  * @param serviceIds: BBA3 | BBA3,BFA1 split with ','
@@ -1,6 +1,7 @@
1
1
  export * from './feature-toggle/feature-toggle.guard';
2
2
  export * from './feature-toggle/feature-toggle.service';
3
3
  export * from './feature-toggle/launch-darkly.service';
4
+ export * from './address/address.service';
4
5
  export * from './google-analytics/google-analytics.service';
5
6
  export * from './google-tag-manager/google-tag-manager.service';
6
7
  export * from './manage-session/manage-session.services';
@@ -1,12 +1,12 @@
1
1
  import { Idle } from '@ng-idle/core';
2
2
  import { Keepalive } from '@ng-idle/keepalive';
3
3
  import { Observable } from 'rxjs';
4
- import { TimeoutNotificationConfig } from '../../models/timeout-notification.model';
4
+ import { TimeoutNotificationConfig } from '../../models';
5
5
  /**
6
6
  * TimeoutNotificationsService
7
7
  *
8
8
  * The Timeout Notification Service allows your application to receive notifications
9
- * when a User is approaching the the total time that a User has been idle for.
9
+ * when a User is approaching the total time that a User has been idle for.
10
10
  *
11
11
  * This can be set by your application using the Timeout Notification Config object.
12
12
  *
@@ -19,6 +19,7 @@ import { TimeoutNotificationConfig } from '../../models/timeout-notification.mod
19
19
  export declare class TimeoutNotificationsService {
20
20
  private readonly idle;
21
21
  private readonly keepalive;
22
+ private readonly subs;
22
23
  private readonly eventEmitter;
23
24
  constructor(idle: Idle, keepalive: Keepalive);
24
25
  /**
@@ -41,6 +42,8 @@ export declare class TimeoutNotificationsService {
41
42
  * @see README.md for more information on TimeoutNotificationService.
42
43
  */
43
44
  initialise(config: TimeoutNotificationConfig): void;
45
+ reset(): void;
46
+ close(): void;
44
47
  /**
45
48
  * Expose the notification events, so that a 3rd party service can listen to the notifications.
46
49
  */
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@hmcts/rpx-xui-common-lib",
3
- "version": "1.9.0-consume-jrd-e-links-api-new-version-v2",
3
+ "version": "1.9.0-postcode-validation",
4
4
  "peerDependencies": {
5
5
  "launchdarkly-js-client-sdk": "^2.15.2",
6
- "ngx-pagination": "^3.2.1"
6
+ "ngx-pagination": "^3.2.1",
7
+ "rpx-xui-translation": "^0.1.1"
7
8
  },
8
9
  "publishConfig": {
9
10
  "access": "public"