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

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
  };
@@ -185,7 +185,7 @@ export declare const authorizationTableCellWidth: {
185
185
  readonly sheet: "270px";
186
186
  };
187
187
  readonly brand: {
188
- readonly default: "116px";
188
+ readonly default: "125px";
189
189
  readonly text: "116px";
190
190
  readonly sheet: "116px";
191
191
  };
@@ -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
  },
@@ -185,7 +185,7 @@ export const authorizationTableCellWidth = {
185
185
  sheet: '270px',
186
186
  },
187
187
  brand: {
188
- default: '116px',
188
+ default: '125px',
189
189
  text: '116px',
190
190
  sheet: '116px',
191
191
  },
@@ -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
  };
@@ -285,7 +285,7 @@ export declare const chargeTableCellWidth: {
285
285
  readonly sheet: "145px";
286
286
  };
287
287
  readonly brand: {
288
- readonly default: "116px";
288
+ readonly default: "125px";
289
289
  readonly text: "116px";
290
290
  readonly sheet: "116px";
291
291
  };
@@ -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
  },
@@ -285,7 +285,7 @@ export const chargeTableCellWidth = {
285
285
  sheet: '145px',
286
286
  },
287
287
  brand: {
288
- default: '116px',
288
+ default: '125px',
289
289
  text: '116px',
290
290
  sheet: '116px',
291
291
  },
@@ -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
  };
@@ -125,7 +125,7 @@ export declare const destinationsTableCellWidth: {
125
125
  readonly sheet: "180px";
126
126
  };
127
127
  readonly brand: {
128
- readonly default: "116px";
128
+ readonly default: "125px";
129
129
  readonly text: "116px";
130
130
  readonly sheet: "116px";
131
131
  };
@@ -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
  },
@@ -125,7 +125,7 @@ export const destinationsTableCellWidth = {
125
125
  sheet: '180px',
126
126
  },
127
127
  brand: {
128
- default: '116px',
128
+ default: '125px',
129
129
  text: '116px',
130
130
  sheet: '116px',
131
131
  },
@@ -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
  };
@@ -220,7 +220,7 @@ export declare const refundTableCellWidth: {
220
220
  readonly sheet: "250px";
221
221
  };
222
222
  readonly brand: {
223
- readonly default: "116px";
223
+ readonly default: "125px";
224
224
  readonly text: "116px";
225
225
  readonly sheet: "116px";
226
226
  };
@@ -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
  },
@@ -220,7 +220,7 @@ export const refundTableCellWidth = {
220
220
  sheet: '250px',
221
221
  },
222
222
  brand: {
223
- default: '116px',
223
+ default: '125px',
224
224
  text: '116px',
225
225
  sheet: '116px',
226
226
  },
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.220",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",