@tap-payments/os-micro-frontend-shared 0.1.295 → 0.1.296

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.
@@ -25,7 +25,7 @@ export declare const payoutsTableCellWidth: {
25
25
  readonly sheet: "210px";
26
26
  };
27
27
  readonly status: {
28
- readonly default: "50px";
28
+ readonly default: "51px";
29
29
  readonly text: "250px";
30
30
  readonly sheet: "250px";
31
31
  };
@@ -40,7 +40,7 @@ export declare const payoutsTableCellWidth: {
40
40
  readonly sheet: "100px";
41
41
  };
42
42
  readonly referenceId: {
43
- readonly default: "71px";
43
+ readonly default: "72px";
44
44
  readonly text: "140px";
45
45
  readonly sheet: "100px";
46
46
  };
@@ -25,7 +25,7 @@ export const payoutsTableCellWidth = {
25
25
  sheet: '210px',
26
26
  },
27
27
  status: {
28
- default: '50px',
28
+ default: '51px',
29
29
  text: '250px',
30
30
  sheet: '250px',
31
31
  },
@@ -40,7 +40,7 @@ export const payoutsTableCellWidth = {
40
40
  sheet: '100px',
41
41
  },
42
42
  referenceId: {
43
- default: '71px',
43
+ default: '72px',
44
44
  text: '140px',
45
45
  sheet: '100px',
46
46
  },
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.295",
4
+ "version": "0.1.296",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",