@tap-payments/os-micro-frontend-shared 0.1.200-test.6 → 0.1.200-test.8
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.
|
@@ -60,7 +60,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
60
60
|
readonly sheet: "130px";
|
|
61
61
|
};
|
|
62
62
|
readonly bank_account: {
|
|
63
|
-
readonly default: "
|
|
63
|
+
readonly default: "120px";
|
|
64
64
|
readonly text: "180px";
|
|
65
65
|
readonly sheet: "110px";
|
|
66
66
|
};
|
|
@@ -80,7 +80,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
80
80
|
readonly sheet: "220px";
|
|
81
81
|
};
|
|
82
82
|
readonly entity: {
|
|
83
|
-
readonly default: "
|
|
83
|
+
readonly default: "146px";
|
|
84
84
|
readonly text: "180px";
|
|
85
85
|
readonly sheet: "250px";
|
|
86
86
|
};
|
|
@@ -90,7 +90,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
90
90
|
readonly sheet: "170px";
|
|
91
91
|
};
|
|
92
92
|
readonly brands: {
|
|
93
|
-
readonly default: "
|
|
93
|
+
readonly default: "140px";
|
|
94
94
|
readonly text: "140px";
|
|
95
95
|
readonly sheet: "250px";
|
|
96
96
|
};
|
|
@@ -100,7 +100,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
100
100
|
readonly sheet: "104px";
|
|
101
101
|
};
|
|
102
102
|
readonly individuals: {
|
|
103
|
-
readonly default: "
|
|
103
|
+
readonly default: "136px";
|
|
104
104
|
readonly text: "185px";
|
|
105
105
|
readonly sheet: "203px";
|
|
106
106
|
};
|
|
@@ -145,7 +145,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
145
145
|
readonly sheet: "440px";
|
|
146
146
|
};
|
|
147
147
|
readonly merchant: {
|
|
148
|
-
readonly default: "
|
|
148
|
+
readonly default: "160px";
|
|
149
149
|
readonly text: "180px";
|
|
150
150
|
readonly sheet: "169px";
|
|
151
151
|
};
|
|
@@ -60,7 +60,7 @@ export const merchantsTableCellWidth = {
|
|
|
60
60
|
sheet: '130px',
|
|
61
61
|
},
|
|
62
62
|
bank_account: {
|
|
63
|
-
default: '
|
|
63
|
+
default: '120px',
|
|
64
64
|
text: '180px',
|
|
65
65
|
sheet: '110px',
|
|
66
66
|
},
|
|
@@ -80,7 +80,7 @@ export const merchantsTableCellWidth = {
|
|
|
80
80
|
sheet: '220px',
|
|
81
81
|
},
|
|
82
82
|
entity: {
|
|
83
|
-
default: '
|
|
83
|
+
default: '146px',
|
|
84
84
|
text: '180px',
|
|
85
85
|
sheet: '250px',
|
|
86
86
|
},
|
|
@@ -90,7 +90,7 @@ export const merchantsTableCellWidth = {
|
|
|
90
90
|
sheet: '170px',
|
|
91
91
|
},
|
|
92
92
|
brands: {
|
|
93
|
-
default: '
|
|
93
|
+
default: '140px',
|
|
94
94
|
text: '140px',
|
|
95
95
|
sheet: '250px',
|
|
96
96
|
},
|
|
@@ -100,7 +100,7 @@ export const merchantsTableCellWidth = {
|
|
|
100
100
|
sheet: '104px',
|
|
101
101
|
},
|
|
102
102
|
individuals: {
|
|
103
|
-
default: '
|
|
103
|
+
default: '136px',
|
|
104
104
|
text: '185px',
|
|
105
105
|
sheet: '203px',
|
|
106
106
|
},
|
|
@@ -145,7 +145,7 @@ export const merchantsTableCellWidth = {
|
|
|
145
145
|
sheet: '440px',
|
|
146
146
|
},
|
|
147
147
|
merchant: {
|
|
148
|
-
default: '
|
|
148
|
+
default: '160px',
|
|
149
149
|
text: '180px',
|
|
150
150
|
sheet: '169px',
|
|
151
151
|
},
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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.200-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.200-test.8",
|
|
5
|
+
"testVersion": 8,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|