@tap-payments/os-micro-frontend-shared 0.1.190 → 0.1.191

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.
@@ -75,7 +75,7 @@ export declare const merchantsTableCellWidth: {
75
75
  readonly sheet: "225px";
76
76
  };
77
77
  readonly entity: {
78
- readonly default: "137px";
78
+ readonly default: "195px";
79
79
  readonly text: "180px";
80
80
  readonly sheet: "234px";
81
81
  };
@@ -95,7 +95,7 @@ export declare const merchantsTableCellWidth: {
95
95
  readonly sheet: "110px";
96
96
  };
97
97
  readonly individuals: {
98
- readonly default: "147px";
98
+ readonly default: "165px";
99
99
  readonly text: "185px";
100
100
  readonly sheet: "203px";
101
101
  };
@@ -75,7 +75,7 @@ export const merchantsTableCellWidth = {
75
75
  sheet: '225px',
76
76
  },
77
77
  entity: {
78
- default: '137px',
78
+ default: '195px',
79
79
  text: '180px',
80
80
  sheet: '234px',
81
81
  },
@@ -95,7 +95,7 @@ export const merchantsTableCellWidth = {
95
95
  sheet: '110px',
96
96
  },
97
97
  individuals: {
98
- default: '147px',
98
+ default: '165px',
99
99
  text: '185px',
100
100
  sheet: '203px',
101
101
  },
@@ -150,6 +150,8 @@ export interface BusinessMerchant {
150
150
  };
151
151
  };
152
152
  tax_status: MerchantStatus;
153
+ tax_number: string;
154
+ type: string;
153
155
  };
154
156
  user: {
155
157
  id: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.1.190",
4
+ "version": "0.1.191",
5
5
  "testVersion": 2,
6
6
  "type": "module",
7
7
  "main": "build/index.js",