@tap-payments/os-micro-frontend-shared 0.1.90-test.26 → 0.1.90-test.27

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.
@@ -12,7 +12,7 @@ export declare const destinationsTableCellWidth: {
12
12
  readonly created: {
13
13
  readonly default: "170px";
14
14
  readonly text: "170px";
15
- readonly sheet: "170px";
15
+ readonly sheet: "130px";
16
16
  };
17
17
  readonly receipt: {
18
18
  readonly default: "85px";
@@ -87,7 +87,7 @@ export declare const destinationsTableCellWidth: {
87
87
  readonly actions: {
88
88
  readonly default: "100px";
89
89
  readonly text: "100px";
90
- readonly sheet: "100px";
90
+ readonly sheet: "85px";
91
91
  };
92
92
  readonly destination: {
93
93
  readonly default: "100px";
@@ -159,4 +159,14 @@ export declare const destinationsTableCellWidth: {
159
159
  readonly text: "150px";
160
160
  readonly sheet: "100px";
161
161
  };
162
+ readonly payout_status: {
163
+ readonly default: "120px";
164
+ readonly text: "120px";
165
+ readonly sheet: "120px";
166
+ };
167
+ readonly reference_transfer: {
168
+ readonly default: "350px";
169
+ readonly text: "350px";
170
+ readonly sheet: "350px";
171
+ };
162
172
  };
@@ -12,7 +12,7 @@ export const destinationsTableCellWidth = {
12
12
  created: {
13
13
  default: '170px',
14
14
  text: '170px',
15
- sheet: '170px',
15
+ sheet: '130px',
16
16
  },
17
17
  receipt: {
18
18
  default: '85px',
@@ -87,7 +87,7 @@ export const destinationsTableCellWidth = {
87
87
  actions: {
88
88
  default: '100px',
89
89
  text: '100px',
90
- sheet: '100px',
90
+ sheet: '85px',
91
91
  },
92
92
  destination: {
93
93
  default: '100px',
@@ -159,4 +159,14 @@ export const destinationsTableCellWidth = {
159
159
  text: '150px',
160
160
  sheet: '100px',
161
161
  },
162
+ payout_status: {
163
+ default: '120px',
164
+ text: '120px',
165
+ sheet: '120px',
166
+ },
167
+ reference_transfer: {
168
+ default: '350px',
169
+ text: '350px',
170
+ sheet: '350px',
171
+ },
162
172
  };
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.90-test.26",
5
- "testVersion": 26,
4
+ "version": "0.1.90-test.27",
5
+ "testVersion": 27,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",