@tap-payments/os-micro-frontend-shared 0.1.286 → 0.1.287
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.
|
@@ -110,17 +110,17 @@ export declare const merchantsTableCellWidth: {
|
|
|
110
110
|
readonly sheet: "180px";
|
|
111
111
|
};
|
|
112
112
|
readonly psp: {
|
|
113
|
-
readonly default: "
|
|
113
|
+
readonly default: "77px";
|
|
114
114
|
readonly text: "180px";
|
|
115
115
|
readonly sheet: "180px";
|
|
116
116
|
};
|
|
117
117
|
readonly status: {
|
|
118
|
-
readonly default: "
|
|
118
|
+
readonly default: "86px";
|
|
119
119
|
readonly text: "100px";
|
|
120
120
|
readonly sheet: "172px";
|
|
121
121
|
};
|
|
122
122
|
readonly partners: {
|
|
123
|
-
readonly default: "
|
|
123
|
+
readonly default: "97px";
|
|
124
124
|
readonly text: "100px";
|
|
125
125
|
readonly sheet: "100px";
|
|
126
126
|
};
|
|
@@ -140,7 +140,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
140
140
|
readonly sheet: "180px";
|
|
141
141
|
};
|
|
142
142
|
readonly channels: {
|
|
143
|
-
readonly default: "
|
|
143
|
+
readonly default: "102px";
|
|
144
144
|
readonly text: "120px";
|
|
145
145
|
readonly sheet: "440px";
|
|
146
146
|
};
|
|
@@ -110,17 +110,17 @@ export const merchantsTableCellWidth = {
|
|
|
110
110
|
sheet: '180px',
|
|
111
111
|
},
|
|
112
112
|
psp: {
|
|
113
|
-
default: '
|
|
113
|
+
default: '77px',
|
|
114
114
|
text: '180px',
|
|
115
115
|
sheet: '180px',
|
|
116
116
|
},
|
|
117
117
|
status: {
|
|
118
|
-
default: '
|
|
118
|
+
default: '86px',
|
|
119
119
|
text: '100px',
|
|
120
120
|
sheet: '172px',
|
|
121
121
|
},
|
|
122
122
|
partners: {
|
|
123
|
-
default: '
|
|
123
|
+
default: '97px',
|
|
124
124
|
text: '100px',
|
|
125
125
|
sheet: '100px',
|
|
126
126
|
},
|
|
@@ -140,7 +140,7 @@ export const merchantsTableCellWidth = {
|
|
|
140
140
|
sheet: '180px',
|
|
141
141
|
},
|
|
142
142
|
channels: {
|
|
143
|
-
default: '
|
|
143
|
+
default: '102px',
|
|
144
144
|
text: '120px',
|
|
145
145
|
sheet: '440px',
|
|
146
146
|
},
|
package/package.json
CHANGED