@tap-payments/os-micro-frontend-shared 0.1.208 → 0.1.209

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.
@@ -67,7 +67,7 @@ export declare const merchantsTableCellWidth: {
67
67
  readonly individual_phone_number: {
68
68
  readonly default: "180px";
69
69
  readonly text: "180px";
70
- readonly sheet: "180px";
70
+ readonly sheet: "190px";
71
71
  };
72
72
  readonly entity_legal_name: {
73
73
  readonly default: "180px";
@@ -67,7 +67,7 @@ export const merchantsTableCellWidth = {
67
67
  individual_phone_number: {
68
68
  default: '180px',
69
69
  text: '180px',
70
- sheet: '180px',
70
+ sheet: '190px',
71
71
  },
72
72
  entity_legal_name: {
73
73
  default: '180px',
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.208",
4
+ "version": "0.1.209",
5
5
  "testVersion": 11,
6
6
  "type": "module",
7
7
  "main": "build/index.js",