@homefile/components-v2 2.8.14 → 2.8.16

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.
@@ -1,4 +1,4 @@
1
- interface MortgageFormI {
1
+ export interface MortgageFormI {
2
2
  amount?: number;
3
3
  maturityDate?: string;
4
4
  documentDate?: string;
@@ -12,4 +12,3 @@ interface MortgageFormI {
12
12
  export interface MortgageInfoI {
13
13
  form: MortgageFormI;
14
14
  }
15
- export {};
@@ -13,7 +13,7 @@ export interface VerticalIconI {
13
13
  icon?: string;
14
14
  value: string;
15
15
  }
16
- interface TileCtaCallbackI {
16
+ export interface TileCtaCallbackI {
17
17
  id: string;
18
18
  value: string;
19
19
  name?: string;
@@ -28,4 +28,3 @@ export interface TileCtaI extends Pick<ReportI, 'id' | 'name' | 'link' | 'icon'
28
28
  type: 'primary-cta' | 'secondary-cta';
29
29
  value: string;
30
30
  }
31
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homefile/components-v2",
3
- "version": "2.8.14",
3
+ "version": "2.8.16",
4
4
  "author": "Homefile",
5
5
  "license": "UNLICENSED",
6
6
  "typings": "dist/index.d.ts",
@@ -1,4 +1,4 @@
1
- interface MortgageFormI {
1
+ export interface MortgageFormI {
2
2
  amount?: number
3
3
  maturityDate?: string
4
4
  documentDate?: string
@@ -17,7 +17,7 @@ export interface VerticalIconI {
17
17
  value: string
18
18
  }
19
19
 
20
- interface TileCtaCallbackI {
20
+ export interface TileCtaCallbackI {
21
21
  id: string
22
22
  value: string
23
23
  name?: string