@tap-payments/os-micro-frontend-shared 0.1.190 → 0.1.191
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.
|
@@ -75,7 +75,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
75
75
|
readonly sheet: "225px";
|
|
76
76
|
};
|
|
77
77
|
readonly entity: {
|
|
78
|
-
readonly default: "
|
|
78
|
+
readonly default: "195px";
|
|
79
79
|
readonly text: "180px";
|
|
80
80
|
readonly sheet: "234px";
|
|
81
81
|
};
|
|
@@ -95,7 +95,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
95
95
|
readonly sheet: "110px";
|
|
96
96
|
};
|
|
97
97
|
readonly individuals: {
|
|
98
|
-
readonly default: "
|
|
98
|
+
readonly default: "165px";
|
|
99
99
|
readonly text: "185px";
|
|
100
100
|
readonly sheet: "203px";
|
|
101
101
|
};
|
|
@@ -75,7 +75,7 @@ export const merchantsTableCellWidth = {
|
|
|
75
75
|
sheet: '225px',
|
|
76
76
|
},
|
|
77
77
|
entity: {
|
|
78
|
-
default: '
|
|
78
|
+
default: '195px',
|
|
79
79
|
text: '180px',
|
|
80
80
|
sheet: '234px',
|
|
81
81
|
},
|
|
@@ -95,7 +95,7 @@ export const merchantsTableCellWidth = {
|
|
|
95
95
|
sheet: '110px',
|
|
96
96
|
},
|
|
97
97
|
individuals: {
|
|
98
|
-
default: '
|
|
98
|
+
default: '165px',
|
|
99
99
|
text: '185px',
|
|
100
100
|
sheet: '203px',
|
|
101
101
|
},
|
package/package.json
CHANGED