@tap-payments/os-micro-frontend-shared 0.1.75-test.2 → 0.1.75-test.3

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.
@@ -32,7 +32,7 @@ export declare const refundTableCellWidth: {
32
32
  readonly device: {
33
33
  readonly default: "100px";
34
34
  readonly text: "200px";
35
- readonly sheet: "200px";
35
+ readonly sheet: "235px";
36
36
  };
37
37
  readonly source: {
38
38
  readonly default: "114px";
@@ -92,7 +92,7 @@ export declare const refundTableCellWidth: {
92
92
  readonly amount: {
93
93
  readonly default: "195px";
94
94
  readonly text: "195px";
95
- readonly sheet: "550px";
95
+ readonly sheet: "180px";
96
96
  };
97
97
  readonly destinations: {
98
98
  readonly default: "70px";
@@ -102,7 +102,7 @@ export declare const refundTableCellWidth: {
102
102
  readonly balance: {
103
103
  readonly default: "120px";
104
104
  readonly text: "150px";
105
- readonly sheet: "150px";
105
+ readonly sheet: "280px";
106
106
  };
107
107
  readonly status: {
108
108
  readonly default: "100px";
@@ -110,9 +110,9 @@ export declare const refundTableCellWidth: {
110
110
  readonly sheet: "170px";
111
111
  };
112
112
  readonly merchant: {
113
- readonly default: "110px";
113
+ readonly default: "100px";
114
114
  readonly text: "150px";
115
- readonly sheet: "150px";
115
+ readonly sheet: "215px";
116
116
  };
117
117
  readonly reference: {
118
118
  readonly default: "95px";
@@ -32,7 +32,7 @@ export const refundTableCellWidth = {
32
32
  device: {
33
33
  default: '100px',
34
34
  text: '200px',
35
- sheet: '200px',
35
+ sheet: '235px',
36
36
  },
37
37
  source: {
38
38
  default: '114px',
@@ -92,7 +92,7 @@ export const refundTableCellWidth = {
92
92
  amount: {
93
93
  default: '195px',
94
94
  text: '195px',
95
- sheet: '550px',
95
+ sheet: '180px',
96
96
  },
97
97
  destinations: {
98
98
  default: '70px',
@@ -102,7 +102,7 @@ export const refundTableCellWidth = {
102
102
  balance: {
103
103
  default: '120px',
104
104
  text: '150px',
105
- sheet: '150px',
105
+ sheet: '280px',
106
106
  },
107
107
  status: {
108
108
  default: '100px',
@@ -110,9 +110,9 @@ export const refundTableCellWidth = {
110
110
  sheet: '170px',
111
111
  },
112
112
  merchant: {
113
- default: '110px',
113
+ default: '100px',
114
114
  text: '150px',
115
- sheet: '150px',
115
+ sheet: '215px',
116
116
  },
117
117
  reference: {
118
118
  default: '95px',
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.75-test.2",
5
- "testVersion": 2,
4
+ "version": "0.1.75-test.3",
5
+ "testVersion": 3,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",