@tap-payments/os-micro-frontend-shared 0.1.186 → 0.1.187

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.
@@ -122,7 +122,7 @@ export declare const merchantsTableCellWidth: {
122
122
  readonly actions: {
123
123
  readonly default: "100px";
124
124
  readonly text: "100px";
125
- readonly sheet: "50px";
125
+ readonly sheet: "70px";
126
126
  };
127
127
  readonly avatar: {
128
128
  readonly default: "40px";
@@ -122,7 +122,7 @@ export const merchantsTableCellWidth = {
122
122
  actions: {
123
123
  default: '100px',
124
124
  text: '100px',
125
- sheet: '50px',
125
+ sheet: '70px',
126
126
  },
127
127
  avatar: {
128
128
  default: '40px',
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.186",
5
- "testVersion": 0,
4
+ "version": "0.1.187",
5
+ "testVersion": 2,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",