@tap-payments/os-micro-frontend-shared 0.1.133-test.14 → 0.1.133-test.15

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.
@@ -180,7 +180,7 @@ export declare const chargeTableCellWidth: {
180
180
  readonly sheet: "170px";
181
181
  };
182
182
  readonly metadata: {
183
- readonly default: "180px";
183
+ readonly default: "185px";
184
184
  readonly text: "180px";
185
185
  readonly sheet: "275px";
186
186
  };
@@ -180,7 +180,7 @@ export const chargeTableCellWidth = {
180
180
  sheet: '170px',
181
181
  },
182
182
  metadata: {
183
- default: '180px',
183
+ default: '185px',
184
184
  text: '180px',
185
185
  sheet: '275px',
186
186
  },
@@ -155,7 +155,7 @@ export declare const refundTableCellWidth: {
155
155
  readonly sheet: "200px";
156
156
  };
157
157
  readonly metadata: {
158
- readonly default: "180px";
158
+ readonly default: "185px";
159
159
  readonly text: "180px";
160
160
  readonly sheet: "180px";
161
161
  };
@@ -155,7 +155,7 @@ export const refundTableCellWidth = {
155
155
  sheet: '200px',
156
156
  },
157
157
  metadata: {
158
- default: '180px',
158
+ default: '185px',
159
159
  text: '180px',
160
160
  sheet: '180px',
161
161
  },
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.133-test.14",
5
- "testVersion": 14,
4
+ "version": "0.1.133-test.15",
5
+ "testVersion": 15,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",