Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ate-ui into 22846
  • Loading branch information
ketaki-deodhar committed Oct 11, 2024
2 parents c2a9f76 + fbb87ff commit fc93fa3
Show file tree
Hide file tree
Showing 40 changed files with 1,371 additions and 732 deletions.
58 changes: 22 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-create-ui",
"version": "5.12.0",
"version": "5.12.4",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand All @@ -14,11 +14,11 @@
},
"dependencies": {
"@babel/compat-data": "^7.21.5",
"@bcrs-shared-components/approval-type": "1.1.2",
"@bcrs-shared-components/approval-type": "1.1.3",
"@bcrs-shared-components/base-address": "2.0.3",
"@bcrs-shared-components/breadcrumb": "2.1.15",
"@bcrs-shared-components/business-lookup": "1.3.4",
"@bcrs-shared-components/certify": "2.1.15",
"@bcrs-shared-components/certify": "2.1.51",
"@bcrs-shared-components/completing-party": "2.1.30",
"@bcrs-shared-components/confirm-dialog": "1.2.1",
"@bcrs-shared-components/contact-info": "1.2.15",
Expand Down
3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@

<p
v-if="getPageBlurb"
class="mt-4"
class="mt-4 font-18"
>
{{ getPageBlurb }}
</p>
Expand Down Expand Up @@ -921,6 +921,7 @@ export default class App extends Mixins(CommonMixin, DateMixin, FilingTemplateMi
// set the resources
if (!resources) throw new Error(`Invalid ${this.getEntityType} resources`)
this.setResources(resources)
// NB - for some reason, need to call this here so the store updates this getter
const dummy = this.getFilingData // eslint-disable-line
Expand Down
4 changes: 4 additions & 0 deletions src/assets/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ p {
font-size: $px-16;
}

.font-18 {
font-size: $px-18;
}

.error-text {
color: $app-red !important;
}
Expand Down
1 change: 1 addition & 0 deletions src/components/Amalgamation/BusinessTypeHelp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</header>
</section>
</template>

<script lang="ts">
import { Component, Vue } from 'vue-property-decorator'
import RegistriesContactInfo from '@/components/common/RegistriesContactInfo.vue'
Expand Down
Loading

0 comments on commit fc93fa3

Please sign in to comment.