@tap-payments/os-micro-frontend-shared 0.1.219 → 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.
@@ -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
  };
@@ -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
  },
@@ -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
  };
@@ -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
  },
@@ -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
  };
@@ -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
  },
@@ -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
  };
@@ -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.219",
4
+ "version": "0.1.220",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",