@tap-payments/os-micro-frontend-shared 0.1.199 → 0.1.200-test.7

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.
@@ -30,7 +30,7 @@ export declare const merchantsTableCellWidth: {
30
30
  readonly sheet: "220px";
31
31
  };
32
32
  readonly wallet_currency: {
33
- readonly default: "180px";
33
+ readonly default: "120px";
34
34
  readonly text: "180px";
35
35
  readonly sheet: "140px";
36
36
  };
@@ -60,7 +60,7 @@ export declare const merchantsTableCellWidth: {
60
60
  readonly sheet: "130px";
61
61
  };
62
62
  readonly bank_account: {
63
- readonly default: "180px";
63
+ readonly default: "120px";
64
64
  readonly text: "180px";
65
65
  readonly sheet: "110px";
66
66
  };
@@ -30,7 +30,7 @@ export const merchantsTableCellWidth = {
30
30
  sheet: '220px',
31
31
  },
32
32
  wallet_currency: {
33
- default: '180px',
33
+ default: '120px',
34
34
  text: '180px',
35
35
  sheet: '140px',
36
36
  },
@@ -60,7 +60,7 @@ export const merchantsTableCellWidth = {
60
60
  sheet: '130px',
61
61
  },
62
62
  bank_account: {
63
- default: '180px',
63
+ default: '120px',
64
64
  text: '180px',
65
65
  sheet: '110px',
66
66
  },
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.199",
5
- "testVersion": 5,
4
+ "version": "0.1.200-test.7",
5
+ "testVersion": 7,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",
@@ -163,4 +163,4 @@
163
163
  "publishConfig": {
164
164
  "registry": "https://registry.npmjs.org/"
165
165
  }
166
- }
166
+ }