@tap-payments/os-micro-frontend-shared 0.1.248 → 0.1.249

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.
@@ -15,7 +15,7 @@ export declare const walletTableCellWidth: {
15
15
  readonly sheet: "250px";
16
16
  };
17
17
  readonly source: {
18
- readonly default: "75px";
18
+ readonly default: "92px";
19
19
  readonly text: "125px";
20
20
  readonly sheet: "125px";
21
21
  };
@@ -15,7 +15,7 @@ export const walletTableCellWidth = {
15
15
  sheet: '250px',
16
16
  },
17
17
  source: {
18
- default: '75px',
18
+ default: '92px',
19
19
  text: '125px',
20
20
  sheet: '125px',
21
21
  },
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.248",
4
+ "version": "0.1.249",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",