@tap-payments/os-micro-frontend-shared 0.1.123-test.10 → 0.1.123-test.12
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.
|
@@ -5,17 +5,17 @@ export declare const merchantsTableCellWidth: {
|
|
|
5
5
|
readonly sheet: "225px";
|
|
6
6
|
};
|
|
7
7
|
readonly entity: {
|
|
8
|
-
readonly default: "
|
|
8
|
+
readonly default: "137px";
|
|
9
9
|
readonly text: "180px";
|
|
10
10
|
readonly sheet: "180px";
|
|
11
11
|
};
|
|
12
12
|
readonly created: {
|
|
13
|
-
readonly default: "
|
|
13
|
+
readonly default: "144px";
|
|
14
14
|
readonly text: "170px";
|
|
15
15
|
readonly sheet: "170px";
|
|
16
16
|
};
|
|
17
17
|
readonly brands: {
|
|
18
|
-
readonly default: "
|
|
18
|
+
readonly default: "131px";
|
|
19
19
|
readonly text: "140px";
|
|
20
20
|
readonly sheet: "140px";
|
|
21
21
|
};
|
|
@@ -25,7 +25,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
25
25
|
readonly sheet: "110px";
|
|
26
26
|
};
|
|
27
27
|
readonly individuals: {
|
|
28
|
-
readonly default: "
|
|
28
|
+
readonly default: "147px";
|
|
29
29
|
readonly text: "185px";
|
|
30
30
|
readonly sheet: "185px";
|
|
31
31
|
};
|
|
@@ -40,7 +40,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
40
40
|
readonly sheet: "180px";
|
|
41
41
|
};
|
|
42
42
|
readonly status: {
|
|
43
|
-
readonly default: "
|
|
43
|
+
readonly default: "55px";
|
|
44
44
|
readonly text: "100px";
|
|
45
45
|
readonly sheet: "100px";
|
|
46
46
|
};
|
|
@@ -5,17 +5,17 @@ export const merchantsTableCellWidth = {
|
|
|
5
5
|
sheet: '225px',
|
|
6
6
|
},
|
|
7
7
|
entity: {
|
|
8
|
-
default: '
|
|
8
|
+
default: '137px',
|
|
9
9
|
text: '180px',
|
|
10
10
|
sheet: '180px',
|
|
11
11
|
},
|
|
12
12
|
created: {
|
|
13
|
-
default: '
|
|
13
|
+
default: '144px',
|
|
14
14
|
text: '170px',
|
|
15
15
|
sheet: '170px',
|
|
16
16
|
},
|
|
17
17
|
brands: {
|
|
18
|
-
default: '
|
|
18
|
+
default: '131px',
|
|
19
19
|
text: '140px',
|
|
20
20
|
sheet: '140px',
|
|
21
21
|
},
|
|
@@ -25,7 +25,7 @@ export const merchantsTableCellWidth = {
|
|
|
25
25
|
sheet: '110px',
|
|
26
26
|
},
|
|
27
27
|
individuals: {
|
|
28
|
-
default: '
|
|
28
|
+
default: '147px',
|
|
29
29
|
text: '185px',
|
|
30
30
|
sheet: '185px',
|
|
31
31
|
},
|
|
@@ -40,7 +40,7 @@ export const merchantsTableCellWidth = {
|
|
|
40
40
|
sheet: '180px',
|
|
41
41
|
},
|
|
42
42
|
status: {
|
|
43
|
-
default: '
|
|
43
|
+
default: '55px',
|
|
44
44
|
text: '100px',
|
|
45
45
|
sheet: '100px',
|
|
46
46
|
},
|
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.123-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.123-test.12",
|
|
5
|
+
"testVersion": 12,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|