@tap-payments/os-micro-frontend-shared 0.1.183-test.2 → 0.1.183-test.4

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.
@@ -7,17 +7,17 @@ export declare const merchantsTableCellWidth: {
7
7
  readonly lead_id: {
8
8
  readonly default: "180px";
9
9
  readonly text: "180px";
10
- readonly sheet: "203px";
10
+ readonly sheet: "225px";
11
11
  };
12
12
  readonly merchant_id: {
13
13
  readonly default: "180px";
14
14
  readonly text: "180px";
15
- readonly sheet: "191px";
15
+ readonly sheet: "260px";
16
16
  };
17
17
  readonly brand_id: {
18
18
  readonly default: "180px";
19
19
  readonly text: "180px";
20
- readonly sheet: "174px";
20
+ readonly sheet: "225px";
21
21
  };
22
22
  readonly individual_email: {
23
23
  readonly default: "180px";
@@ -37,7 +37,7 @@ export declare const merchantsTableCellWidth: {
37
37
  readonly wallet_id: {
38
38
  readonly default: "180px";
39
39
  readonly text: "180px";
40
- readonly sheet: "176px";
40
+ readonly sheet: "235px";
41
41
  };
42
42
  readonly business_id: {
43
43
  readonly default: "180px";
@@ -52,12 +52,12 @@ export declare const merchantsTableCellWidth: {
52
52
  readonly history: {
53
53
  readonly default: "180px";
54
54
  readonly text: "180px";
55
- readonly sheet: "122px";
55
+ readonly sheet: "130px";
56
56
  };
57
57
  readonly bank_account: {
58
58
  readonly default: "180px";
59
59
  readonly text: "180px";
60
- readonly sheet: "120px";
60
+ readonly sheet: "110px";
61
61
  };
62
62
  readonly individual_phone_number: {
63
63
  readonly default: "180px";
@@ -72,7 +72,7 @@ export declare const merchantsTableCellWidth: {
72
72
  readonly entity_id: {
73
73
  readonly default: "180px";
74
74
  readonly text: "180px";
75
- readonly sheet: "196px";
75
+ readonly sheet: "225px";
76
76
  };
77
77
  readonly entity: {
78
78
  readonly default: "137px";
@@ -7,17 +7,17 @@ export const merchantsTableCellWidth = {
7
7
  lead_id: {
8
8
  default: '180px',
9
9
  text: '180px',
10
- sheet: '203px',
10
+ sheet: '225px',
11
11
  },
12
12
  merchant_id: {
13
13
  default: '180px',
14
14
  text: '180px',
15
- sheet: '191px',
15
+ sheet: '260px',
16
16
  },
17
17
  brand_id: {
18
18
  default: '180px',
19
19
  text: '180px',
20
- sheet: '174px',
20
+ sheet: '225px',
21
21
  },
22
22
  individual_email: {
23
23
  default: '180px',
@@ -37,7 +37,7 @@ export const merchantsTableCellWidth = {
37
37
  wallet_id: {
38
38
  default: '180px',
39
39
  text: '180px',
40
- sheet: '176px',
40
+ sheet: '235px',
41
41
  },
42
42
  business_id: {
43
43
  default: '180px',
@@ -52,12 +52,12 @@ export const merchantsTableCellWidth = {
52
52
  history: {
53
53
  default: '180px',
54
54
  text: '180px',
55
- sheet: '122px',
55
+ sheet: '130px',
56
56
  },
57
57
  bank_account: {
58
58
  default: '180px',
59
59
  text: '180px',
60
- sheet: '120px',
60
+ sheet: '110px',
61
61
  },
62
62
  individual_phone_number: {
63
63
  default: '180px',
@@ -72,7 +72,7 @@ export const merchantsTableCellWidth = {
72
72
  entity_id: {
73
73
  default: '180px',
74
74
  text: '180px',
75
- sheet: '196px',
75
+ sheet: '225px',
76
76
  },
77
77
  entity: {
78
78
  default: '137px',
package/package.json CHANGED
@@ -1,8 +1,8 @@
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.183-test.2",
5
- "testVersion": 2,
4
+ "version": "0.1.183-test.4",
5
+ "testVersion": 4,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",