@tap-payments/os-micro-frontend-shared 0.1.316 → 0.1.317

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.
@@ -100,7 +100,7 @@ export declare const destinationsTableCellWidth: {
100
100
  readonly sheet: "250px";
101
101
  };
102
102
  readonly merchant: {
103
- readonly default: "115px";
103
+ readonly default: "118px";
104
104
  readonly text: "150px";
105
105
  readonly sheet: "138px";
106
106
  };
@@ -100,7 +100,7 @@ export const destinationsTableCellWidth = {
100
100
  sheet: '250px',
101
101
  },
102
102
  merchant: {
103
- default: '115px',
103
+ default: '118px',
104
104
  text: '150px',
105
105
  sheet: '138px',
106
106
  },
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.316",
4
+ "version": "0.1.317",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",