diff --git a/package-lock.json b/package-lock.json index ff1dbad8e..fa54b9ba3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "name-request", - "version": "2.2.3", + "version": "2.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1161,34 +1161,34 @@ } }, "@bcrs-shared-components/corp-type-module": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@bcrs-shared-components/corp-type-module/-/corp-type-module-1.0.3.tgz", - "integrity": "sha512-bSdpF3ZDhBgUb1qr37wZsR0f2Jrzl2wCiYx5Y7h9Uku0dPZN67zs3YvT+6geLg+sdHfBRuf0hc7ql0csaCKsUQ==" + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@bcrs-shared-components/corp-type-module/-/corp-type-module-1.0.4.tgz", + "integrity": "sha512-709Wwso0HHH5q31+KUWW22uQyn/Qqz/y7paAg31EWcL70UhnWA2kAKHWJN3GC2IfTrcSjyKsVuvAB1R96b3jcA==" }, "@bcrs-shared-components/enums": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@bcrs-shared-components/enums/-/enums-1.0.11.tgz", - "integrity": "sha512-RyYWqoN0/oA9Rn8wvSGcLcKF9q1xlEZOdqIlprJKkK6tPtZeGMS6p2yI7IqWh/+jBK1ZRUAf5K50MaRFD1vS/A==", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/@bcrs-shared-components/enums/-/enums-1.0.13.tgz", + "integrity": "sha512-FsKZ0iHE1bQoyTQZsyWffRrpk9zkdBNps3qluGpYDzM1k/JQtGM4dVkQrsAb47/oBw6EG/SDiTYsEQeUY7J7qg==", "requires": { - "@bcrs-shared-components/corp-type-module": "^1.0.3" + "@bcrs-shared-components/corp-type-module": "^1.0.4" } }, "@bcrs-shared-components/interfaces": { - "version": "1.0.20", - "resolved": "https://registry.npmjs.org/@bcrs-shared-components/interfaces/-/interfaces-1.0.20.tgz", - "integrity": "sha512-Cmghvf/Yp1RgJ7OemV3mvhy5kvbVjNOwLLbgtXIV3ZtsSXvj3U0n4JIhCznwIyyzzDjdgO4uE24wDlVwXznwMA==", + "version": "1.0.22", + "resolved": "https://registry.npmjs.org/@bcrs-shared-components/interfaces/-/interfaces-1.0.22.tgz", + "integrity": "sha512-tJ7W+2roM3vzTRYhgaGOouTwg2ujEfCshMjJqDSyiaN91DIQx+6QOnjxE12Xd9UUfaESvMI/sJIyX5xZxFZiIg==", "requires": { - "@bcrs-shared-components/enums": "^1.0.11", + "@bcrs-shared-components/enums": "^1.0.13", "vue": "^2.6.11" } }, "@bcrs-shared-components/staff-payment": { - "version": "1.0.24", - "resolved": "https://registry.npmjs.org/@bcrs-shared-components/staff-payment/-/staff-payment-1.0.24.tgz", - "integrity": "sha512-OSSf0DlPa60t2Fd68p4I8BZ58KMF3ijQIW36St27eT3nuX3yIygzM+CGpxLli3c642CbYjE//kR9AvvjBamulQ==", + "version": "1.0.26", + "resolved": "https://registry.npmjs.org/@bcrs-shared-components/staff-payment/-/staff-payment-1.0.26.tgz", + "integrity": "sha512-rZJtZz4+rrpG4KVD9f0dMdLGILd3HKALV/lM/AW2YJALq+ERyxdMDFIsmotD1Z6JNVm1G5UmLTu0YPEGFDEHvA==", "requires": { - "@bcrs-shared-components/enums": "^1.0.11", - "@bcrs-shared-components/interfaces": "^1.0.20", + "@bcrs-shared-components/enums": "^1.0.13", + "@bcrs-shared-components/interfaces": "^1.0.22", "vue-property-decorator": "^8.4.0" } }, @@ -5205,9 +5205,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001164", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001164.tgz", - "integrity": "sha512-G+A/tkf4bu0dSp9+duNiXc7bGds35DioCyC6vgK2m/rjA4Krpy5WeZgZyfH2f0wj2kI6yAWWucyap6oOwmY1mg==", + "version": "1.0.30001230", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz", + "integrity": "sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ==", "dev": true }, "capture-exit": { diff --git a/package.json b/package.json index 4f890aa37..81a79b9c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "name-request", - "version": "2.2.3", + "version": "2.2.4", "private": true, "appName": "Name Request UI", "sbcName": "SBC Common Components", @@ -14,9 +14,9 @@ }, "dependencies": { "@babel/compat-data": "^7.12.13", - "@bcrs-shared-components/enums": "1.0.11", - "@bcrs-shared-components/interfaces": "1.0.20", - "@bcrs-shared-components/staff-payment": "1.0.24", + "@bcrs-shared-components/enums": "1.0.13", + "@bcrs-shared-components/interfaces": "1.0.22", + "@bcrs-shared-components/staff-payment": "1.0.26", "@mdi/font": "^4.5.95", "@sentry/browser": "^6.2.1", "@sentry/integrations": "^6.2.1", diff --git a/src/assets/scss/base.scss b/src/assets/scss/base.scss index f8298a651..f3ad16422 100644 --- a/src/assets/scss/base.scss +++ b/src/assets/scss/base.scss @@ -288,14 +288,6 @@ button.reserve-submit-btn { margin: 0 !important; } -#submit-back-btn { - background-color: white !important; - color: $app-blue !important; - border: 1px solid $app-blue !important; - box-shadow: none !important; - text-transform: none !important; -} - /* CSS TRANSITION/ANIMATION CLASSES */ .fade-enter, .fade-leave-to { opacity: 0; diff --git a/src/components/common/applicant-info-1.vue b/src/components/common/applicant-info-1.vue index ba509d160..f031d33f0 100644 --- a/src/components/common/applicant-info-1.vue +++ b/src/components/common/applicant-info-1.vue @@ -610,9 +610,9 @@ export default class ApplicantInfo1 extends Mixins(ActionMixin) { this.$nextTick(() => { if (this.$el?.querySelector instanceof Function) { // add classname to button text (for more detail in Sentry breadcrumbs) - const applicantBackBtn = this.$el.querySelector('#submit-back-btn > span') + const applicantBackBtn = this.$el.querySelector('.submit-back-btn > span') if (applicantBackBtn) applicantBackBtn.classList.add('applicant-back-btn') - const applicantContinueBtn = this.$el.querySelector('#submit-continue-btn > span') + const applicantContinueBtn = this.$el.querySelector('.submit-continue-btn > span') if (applicantContinueBtn) applicantContinueBtn.classList.add('applicant-continue-btn') } }) diff --git a/src/components/common/applicant-info-2.vue b/src/components/common/applicant-info-2.vue index 6002a79c7..d8b81c3e2 100644 --- a/src/components/common/applicant-info-2.vue +++ b/src/components/common/applicant-info-2.vue @@ -364,9 +364,9 @@ export default class ApplicantInfo2 extends Vue { this.$nextTick(() => { if (this.$el?.querySelector instanceof Function) { // add classname to button text (for more detail in Sentry breadcrumbs) - const selfReviewBackBtn = this.$el.querySelector('#submit-back-btn > span') + const selfReviewBackBtn = this.$el.querySelector('.submit-back-btn > span') if (selfReviewBackBtn) selfReviewBackBtn.classList.add('self-review-back-btn') - const selfReviewConfirmBtn = this.$el.querySelector('#submit-continue-btn > span') + const selfReviewConfirmBtn = this.$el.querySelector('.submit-continue-btn > span') if (selfReviewConfirmBtn) selfReviewConfirmBtn.classList.add('self-review-confirm-btn') } }) diff --git a/src/components/common/applicant-info-3.vue b/src/components/common/applicant-info-3.vue index 1ec869cb4..35b4e278a 100644 --- a/src/components/common/applicant-info-3.vue +++ b/src/components/common/applicant-info-3.vue @@ -391,9 +391,9 @@ export default class ApplicantInfo3 extends Vue { this.$nextTick(() => { if (this.$el?.querySelector instanceof Function) { // add classname to button text (for more detail in Sentry breadcrumbs) - const clientReviewBackBtn = this.$el.querySelector('#submit-back-btn > span') + const clientReviewBackBtn = this.$el.querySelector('.submit-back-btn > span') if (clientReviewBackBtn) clientReviewBackBtn.classList.add('client-review-back-btn') - const clientReviewConfirmBtn = this.$el.querySelector('#submit-continue-btn > span') + const clientReviewConfirmBtn = this.$el.querySelector('.submit-continue-btn > span') if (clientReviewConfirmBtn) clientReviewConfirmBtn.classList.add('client-review-confirm-btn') } }) diff --git a/src/components/common/applicant-info-nav.vue b/src/components/common/applicant-info-nav.vue index 21ddbcc16..caefe3674 100644 --- a/src/components/common/applicant-info-nav.vue +++ b/src/components/common/applicant-info-nav.vue @@ -1,8 +1,7 @@