From d908f2bd87d987587622abf4caf52af3700c3ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9verin=20Beauvais?= Date: Wed, 16 Oct 2024 13:39:36 -0700 Subject: [PATCH] 23822 Update NR display for authorization and application (#749) * - app version = 5.12.7 - added divider and updated whitespace for amalgamation - removed base padding for name translation component - updated header, added divider, updated whitespace and updated validation for continuation authorization - updated header, added divider and updated whitespace for continuation application - added divider and updated whitespace for incorporation - added divider and updated whitespace for restoration - fixed unit tests * - remove bolding from rest of title --------- Co-authored-by: Severin Beauvais --- package-lock.json | 4 +- package.json | 2 +- .../Amalgamation/ResultingBusinessName.vue | 32 ++-- src/components/Restoration/BusinessName.vue | 2 +- src/components/common/NameRequestInfo.vue | 27 ++- src/components/common/NameTranslations.vue | 163 +++++++++--------- .../ContinuationInAuthorization.vue | 48 +++--- .../ContinuationInBusinessBc.vue | 43 +++-- .../IncorporationDefineCompany.vue | 6 +- .../Restoration/RestorationBusinessName.vue | 8 +- .../unit/ContinuationInAuthorization.spec.ts | 26 ++- tests/unit/ContinuationInBusinessBc.spec.ts | 2 +- 12 files changed, 192 insertions(+), 171 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b0a5bf32..642430a9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-create-ui", - "version": "5.12.6", + "version": "5.12.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-create-ui", - "version": "5.12.6", + "version": "5.12.7", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/approval-type": "1.1.3", diff --git a/package.json b/package.json index 06331e30b..aef7ba62f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-create-ui", - "version": "5.12.6", + "version": "5.12.7", "private": true, "appName": "Create UI", "sbcName": "SBC Common Components", diff --git a/src/components/Amalgamation/ResultingBusinessName.vue b/src/components/Amalgamation/ResultingBusinessName.vue index 955b033ac..bfe8c8eb4 100644 --- a/src/components/Amalgamation/ResultingBusinessName.vue +++ b/src/components/Amalgamation/ResultingBusinessName.vue @@ -52,23 +52,23 @@ diff --git a/src/components/Restoration/BusinessName.vue b/src/components/Restoration/BusinessName.vue index e45bbf057..3cf6a90b8 100644 --- a/src/components/Restoration/BusinessName.vue +++ b/src/components/Restoration/BusinessName.vue @@ -50,7 +50,7 @@ diff --git a/src/views/ContinuationIn/ContinuationInAuthorization.vue b/src/views/ContinuationIn/ContinuationInAuthorization.vue index 65f5d1b99..bbc825d2c 100644 --- a/src/views/ContinuationIn/ContinuationInAuthorization.vue +++ b/src/views/ContinuationIn/ContinuationInAuthorization.vue @@ -1,25 +1,21 @@