@tap-payments/os-micro-frontend-shared 0.1.218 → 0.1.219

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.
@@ -100,7 +100,7 @@ export declare const authorizationTableCellWidth: {
100
100
  readonly sheet: "300px";
101
101
  };
102
102
  readonly merchant: {
103
- readonly default: "110px";
103
+ readonly default: "115px";
104
104
  readonly text: "150px";
105
105
  readonly sheet: "138px";
106
106
  };
@@ -100,7 +100,7 @@ export const authorizationTableCellWidth = {
100
100
  sheet: '300px',
101
101
  },
102
102
  merchant: {
103
- default: '110px',
103
+ default: '115px',
104
104
  text: '150px',
105
105
  sheet: '138px',
106
106
  },
@@ -150,7 +150,7 @@ export declare const chargeTableCellWidth: {
150
150
  readonly sheet: "130px";
151
151
  };
152
152
  readonly merchant: {
153
- readonly default: "100px";
153
+ readonly default: "115px";
154
154
  readonly text: "150px";
155
155
  readonly sheet: "138px";
156
156
  };
@@ -150,7 +150,7 @@ export const chargeTableCellWidth = {
150
150
  sheet: '130px',
151
151
  },
152
152
  merchant: {
153
- default: '100px',
153
+ default: '115px',
154
154
  text: '150px',
155
155
  sheet: '138px',
156
156
  },
@@ -100,7 +100,7 @@ export declare const destinationsTableCellWidth: {
100
100
  readonly sheet: "250px";
101
101
  };
102
102
  readonly merchant: {
103
- readonly default: "100px";
103
+ readonly default: "115px";
104
104
  readonly text: "150px";
105
105
  readonly sheet: "138px";
106
106
  };
@@ -100,7 +100,7 @@ export const destinationsTableCellWidth = {
100
100
  sheet: '250px',
101
101
  },
102
102
  merchant: {
103
- default: '100px',
103
+ default: '115px',
104
104
  text: '150px',
105
105
  sheet: '138px',
106
106
  },
@@ -140,7 +140,7 @@ export declare const refundTableCellWidth: {
140
140
  readonly sheet: "170px";
141
141
  };
142
142
  readonly merchant: {
143
- readonly default: "100px";
143
+ readonly default: "115px";
144
144
  readonly text: "150px";
145
145
  readonly sheet: "138px";
146
146
  };
@@ -140,7 +140,7 @@ export const refundTableCellWidth = {
140
140
  sheet: '170px',
141
141
  },
142
142
  merchant: {
143
- default: '100px',
143
+ default: '115px',
144
144
  text: '150px',
145
145
  sheet: '138px',
146
146
  },
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.218",
4
+ "version": "0.1.219",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",