@tap-payments/os-micro-frontend-shared 0.1.284 → 0.1.285

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.
@@ -90,7 +90,7 @@ export declare const destinationsTableCellWidth: {
90
90
  readonly sheet: "150px";
91
91
  };
92
92
  readonly status: {
93
- readonly default: "50px";
93
+ readonly default: "51px";
94
94
  readonly text: "100px";
95
95
  readonly sheet: "100px";
96
96
  };
@@ -90,7 +90,7 @@ export const destinationsTableCellWidth = {
90
90
  sheet: '150px',
91
91
  },
92
92
  status: {
93
- default: '50px',
93
+ default: '51px',
94
94
  text: '100px',
95
95
  sheet: '100px',
96
96
  },
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.284",
4
+ "version": "0.1.285",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",