@tap-payments/os-micro-frontend-shared 0.1.421 → 0.1.422

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.
@@ -5,9 +5,9 @@ export declare const walletDetailsTableCellWidth: {
5
5
  readonly sheet: "180px";
6
6
  };
7
7
  readonly amount: {
8
- readonly default: "200px";
9
- readonly text: "200px";
10
- readonly sheet: "200px";
8
+ readonly default: "220px";
9
+ readonly text: "220px";
10
+ readonly sheet: "220px";
11
11
  };
12
12
  readonly actions: {
13
13
  readonly default: "70px";
@@ -5,9 +5,9 @@ export const walletDetailsTableCellWidth = {
5
5
  sheet: '180px',
6
6
  },
7
7
  amount: {
8
- default: '200px',
9
- text: '200px',
10
- sheet: '200px',
8
+ default: '220px',
9
+ text: '220px',
10
+ sheet: '220px',
11
11
  },
12
12
  actions: {
13
13
  default: '70px',
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.421",
4
+ "version": "0.1.422",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",