@tap-payments/os-micro-frontend-shared 0.1.267 → 0.1.268

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.
@@ -115,7 +115,7 @@ export declare const merchantsTableCellWidth: {
115
115
  readonly sheet: "180px";
116
116
  };
117
117
  readonly status: {
118
- readonly default: "55px";
118
+ readonly default: "65px";
119
119
  readonly text: "100px";
120
120
  readonly sheet: "172px";
121
121
  };
@@ -115,7 +115,7 @@ export const merchantsTableCellWidth = {
115
115
  sheet: '180px',
116
116
  },
117
117
  status: {
118
- default: '55px',
118
+ default: '65px',
119
119
  text: '100px',
120
120
  sheet: '172px',
121
121
  },
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.267",
4
+ "version": "0.1.268",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",