@tap-payments/os-micro-frontend-shared 0.1.308 → 0.1.309

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 authorizationTableCellWidth: {
25
25
  readonly sheet: "85px";
26
26
  };
27
27
  readonly date: {
28
- readonly default: "140px";
28
+ readonly default: "150px";
29
29
  readonly text: "170px";
30
30
  readonly sheet: "130px";
31
31
  };
@@ -25,7 +25,7 @@ export const authorizationTableCellWidth = {
25
25
  sheet: '85px',
26
26
  },
27
27
  date: {
28
- default: '140px',
28
+ default: '150px',
29
29
  text: '170px',
30
30
  sheet: '130px',
31
31
  },
@@ -20,7 +20,7 @@ export declare const chargeTableCellWidth: {
20
20
  readonly sheet: "85px";
21
21
  };
22
22
  readonly date: {
23
- readonly default: "140px";
23
+ readonly default: "150px";
24
24
  readonly text: "170px";
25
25
  readonly sheet: "130px";
26
26
  };
@@ -20,7 +20,7 @@ export const chargeTableCellWidth = {
20
20
  sheet: '85px',
21
21
  },
22
22
  date: {
23
- default: '140px',
23
+ default: '150px',
24
24
  text: '170px',
25
25
  sheet: '130px',
26
26
  },
@@ -10,7 +10,7 @@ export declare const destinationsTableCellWidth: {
10
10
  readonly sheet: "255px";
11
11
  };
12
12
  readonly created: {
13
- readonly default: "140px";
13
+ readonly default: "150px";
14
14
  readonly text: "170px";
15
15
  readonly sheet: "130px";
16
16
  };
@@ -10,7 +10,7 @@ export const destinationsTableCellWidth = {
10
10
  sheet: '255px',
11
11
  },
12
12
  created: {
13
- default: '140px',
13
+ default: '150px',
14
14
  text: '170px',
15
15
  sheet: '130px',
16
16
  },
@@ -10,7 +10,7 @@ export declare const refundTableCellWidth: {
10
10
  readonly sheet: "250px";
11
11
  };
12
12
  readonly date: {
13
- readonly default: "140px";
13
+ readonly default: "150px";
14
14
  readonly text: "170px";
15
15
  readonly sheet: "130px";
16
16
  };
@@ -10,7 +10,7 @@ export const refundTableCellWidth = {
10
10
  sheet: '250px',
11
11
  },
12
12
  date: {
13
- default: '140px',
13
+ default: '150px',
14
14
  text: '170px',
15
15
  sheet: '130px',
16
16
  },
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.308",
4
+ "version": "0.1.309",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",