@tap-payments/os-micro-frontend-shared 0.1.137 → 0.1.138
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.
- package/build/components/RangeCalender/style.js +1 -1
- package/build/constants/table/cell/authorizationTableCellWidth.d.ts +6 -6
- package/build/constants/table/cell/authorizationTableCellWidth.js +6 -6
- package/build/constants/table/cell/chargeTableCellWidth.d.ts +6 -6
- package/build/constants/table/cell/chargeTableCellWidth.js +6 -6
- package/build/constants/table/cell/destinationsTableCellWidth.d.ts +5 -5
- package/build/constants/table/cell/destinationsTableCellWidth.js +5 -5
- package/build/constants/table/cell/refundTableCellWidth.d.ts +7 -7
- package/build/constants/table/cell/refundTableCellWidth.js +7 -7
- package/package.json +1 -1
|
@@ -39,7 +39,7 @@ export const CalenderWrapper = styled(Box)(({ theme }) => ({
|
|
|
39
39
|
padding: 0,
|
|
40
40
|
},
|
|
41
41
|
'.rmdp-day.rmdp-today span': {
|
|
42
|
-
backgroundColor: 'transparent',
|
|
42
|
+
backgroundColor: 'transparent !important',
|
|
43
43
|
color: theme.palette.info.dark,
|
|
44
44
|
},
|
|
45
45
|
'.rmdp-day.rmdp-today.end span, .rmdp-day.rmdp-today.end span': {
|
|
@@ -5,7 +5,7 @@ export declare const authorizationTableCellWidth: {
|
|
|
5
5
|
readonly sheet: "240px";
|
|
6
6
|
};
|
|
7
7
|
readonly id: {
|
|
8
|
-
readonly default: "
|
|
8
|
+
readonly default: "205px";
|
|
9
9
|
readonly text: "225px";
|
|
10
10
|
readonly sheet: "250px";
|
|
11
11
|
};
|
|
@@ -25,7 +25,7 @@ export declare const authorizationTableCellWidth: {
|
|
|
25
25
|
readonly sheet: "85px";
|
|
26
26
|
};
|
|
27
27
|
readonly date: {
|
|
28
|
-
readonly default: "
|
|
28
|
+
readonly default: "140px";
|
|
29
29
|
readonly text: "170px";
|
|
30
30
|
readonly sheet: "130px";
|
|
31
31
|
};
|
|
@@ -35,7 +35,7 @@ export declare const authorizationTableCellWidth: {
|
|
|
35
35
|
readonly sheet: "80px";
|
|
36
36
|
};
|
|
37
37
|
readonly customer: {
|
|
38
|
-
readonly default: "
|
|
38
|
+
readonly default: "140px";
|
|
39
39
|
readonly text: "180px";
|
|
40
40
|
readonly sheet: "600px";
|
|
41
41
|
};
|
|
@@ -65,7 +65,7 @@ export declare const authorizationTableCellWidth: {
|
|
|
65
65
|
readonly sheet: "180px";
|
|
66
66
|
};
|
|
67
67
|
readonly source: {
|
|
68
|
-
readonly default: "
|
|
68
|
+
readonly default: "70px";
|
|
69
69
|
readonly text: "125px";
|
|
70
70
|
readonly sheet: "125px";
|
|
71
71
|
};
|
|
@@ -80,7 +80,7 @@ export declare const authorizationTableCellWidth: {
|
|
|
80
80
|
readonly sheet: "230px";
|
|
81
81
|
};
|
|
82
82
|
readonly amount: {
|
|
83
|
-
readonly default: "
|
|
83
|
+
readonly default: "130px";
|
|
84
84
|
readonly text: "195px";
|
|
85
85
|
readonly sheet: "150px";
|
|
86
86
|
};
|
|
@@ -95,7 +95,7 @@ export declare const authorizationTableCellWidth: {
|
|
|
95
95
|
readonly sheet: "95px";
|
|
96
96
|
};
|
|
97
97
|
readonly status: {
|
|
98
|
-
readonly default: "
|
|
98
|
+
readonly default: "70px";
|
|
99
99
|
readonly text: "100px";
|
|
100
100
|
readonly sheet: "300px";
|
|
101
101
|
};
|
|
@@ -5,7 +5,7 @@ export const authorizationTableCellWidth = {
|
|
|
5
5
|
sheet: '240px',
|
|
6
6
|
},
|
|
7
7
|
id: {
|
|
8
|
-
default: '
|
|
8
|
+
default: '205px',
|
|
9
9
|
text: '225px',
|
|
10
10
|
sheet: '250px',
|
|
11
11
|
},
|
|
@@ -25,7 +25,7 @@ export const authorizationTableCellWidth = {
|
|
|
25
25
|
sheet: '85px',
|
|
26
26
|
},
|
|
27
27
|
date: {
|
|
28
|
-
default: '
|
|
28
|
+
default: '140px',
|
|
29
29
|
text: '170px',
|
|
30
30
|
sheet: '130px',
|
|
31
31
|
},
|
|
@@ -35,7 +35,7 @@ export const authorizationTableCellWidth = {
|
|
|
35
35
|
sheet: '80px',
|
|
36
36
|
},
|
|
37
37
|
customer: {
|
|
38
|
-
default: '
|
|
38
|
+
default: '140px',
|
|
39
39
|
text: '180px',
|
|
40
40
|
sheet: '600px',
|
|
41
41
|
},
|
|
@@ -65,7 +65,7 @@ export const authorizationTableCellWidth = {
|
|
|
65
65
|
sheet: '180px',
|
|
66
66
|
},
|
|
67
67
|
source: {
|
|
68
|
-
default: '
|
|
68
|
+
default: '70px',
|
|
69
69
|
text: '125px',
|
|
70
70
|
sheet: '125px',
|
|
71
71
|
},
|
|
@@ -80,7 +80,7 @@ export const authorizationTableCellWidth = {
|
|
|
80
80
|
sheet: '230px',
|
|
81
81
|
},
|
|
82
82
|
amount: {
|
|
83
|
-
default: '
|
|
83
|
+
default: '130px',
|
|
84
84
|
text: '195px',
|
|
85
85
|
sheet: '150px',
|
|
86
86
|
},
|
|
@@ -95,7 +95,7 @@ export const authorizationTableCellWidth = {
|
|
|
95
95
|
sheet: '95px',
|
|
96
96
|
},
|
|
97
97
|
status: {
|
|
98
|
-
default: '
|
|
98
|
+
default: '70px',
|
|
99
99
|
text: '100px',
|
|
100
100
|
sheet: '300px',
|
|
101
101
|
},
|
|
@@ -10,7 +10,7 @@ export declare const chargeTableCellWidth: {
|
|
|
10
10
|
readonly sheet: "160px";
|
|
11
11
|
};
|
|
12
12
|
readonly id: {
|
|
13
|
-
readonly default: "
|
|
13
|
+
readonly default: "205px";
|
|
14
14
|
readonly text: "225px";
|
|
15
15
|
readonly sheet: "250px";
|
|
16
16
|
};
|
|
@@ -20,7 +20,7 @@ export declare const chargeTableCellWidth: {
|
|
|
20
20
|
readonly sheet: "85px";
|
|
21
21
|
};
|
|
22
22
|
readonly date: {
|
|
23
|
-
readonly default: "
|
|
23
|
+
readonly default: "140px";
|
|
24
24
|
readonly text: "170px";
|
|
25
25
|
readonly sheet: "130px";
|
|
26
26
|
};
|
|
@@ -35,7 +35,7 @@ export declare const chargeTableCellWidth: {
|
|
|
35
35
|
readonly sheet: "80px";
|
|
36
36
|
};
|
|
37
37
|
readonly customer: {
|
|
38
|
-
readonly default: "
|
|
38
|
+
readonly default: "140px";
|
|
39
39
|
readonly text: "180px";
|
|
40
40
|
readonly sheet: "600px";
|
|
41
41
|
};
|
|
@@ -60,7 +60,7 @@ export declare const chargeTableCellWidth: {
|
|
|
60
60
|
readonly sheet: "150px";
|
|
61
61
|
};
|
|
62
62
|
readonly source: {
|
|
63
|
-
readonly default: "
|
|
63
|
+
readonly default: "70px";
|
|
64
64
|
readonly text: "125px";
|
|
65
65
|
readonly sheet: "1250px";
|
|
66
66
|
};
|
|
@@ -115,7 +115,7 @@ export declare const chargeTableCellWidth: {
|
|
|
115
115
|
readonly sheet: "72px";
|
|
116
116
|
};
|
|
117
117
|
readonly amount: {
|
|
118
|
-
readonly default: "
|
|
118
|
+
readonly default: "130px";
|
|
119
119
|
readonly text: "195px";
|
|
120
120
|
readonly sheet: "550px";
|
|
121
121
|
};
|
|
@@ -180,7 +180,7 @@ export declare const chargeTableCellWidth: {
|
|
|
180
180
|
readonly sheet: "170px";
|
|
181
181
|
};
|
|
182
182
|
readonly metadata: {
|
|
183
|
-
readonly default: "
|
|
183
|
+
readonly default: "185px";
|
|
184
184
|
readonly text: "180px";
|
|
185
185
|
readonly sheet: "275px";
|
|
186
186
|
};
|
|
@@ -10,7 +10,7 @@ export const chargeTableCellWidth = {
|
|
|
10
10
|
sheet: '160px',
|
|
11
11
|
},
|
|
12
12
|
id: {
|
|
13
|
-
default: '
|
|
13
|
+
default: '205px',
|
|
14
14
|
text: '225px',
|
|
15
15
|
sheet: '250px',
|
|
16
16
|
},
|
|
@@ -20,7 +20,7 @@ export const chargeTableCellWidth = {
|
|
|
20
20
|
sheet: '85px',
|
|
21
21
|
},
|
|
22
22
|
date: {
|
|
23
|
-
default: '
|
|
23
|
+
default: '140px',
|
|
24
24
|
text: '170px',
|
|
25
25
|
sheet: '130px',
|
|
26
26
|
},
|
|
@@ -35,7 +35,7 @@ export const chargeTableCellWidth = {
|
|
|
35
35
|
sheet: '80px',
|
|
36
36
|
},
|
|
37
37
|
customer: {
|
|
38
|
-
default: '
|
|
38
|
+
default: '140px',
|
|
39
39
|
text: '180px',
|
|
40
40
|
sheet: '600px',
|
|
41
41
|
},
|
|
@@ -60,7 +60,7 @@ export const chargeTableCellWidth = {
|
|
|
60
60
|
sheet: '150px',
|
|
61
61
|
},
|
|
62
62
|
source: {
|
|
63
|
-
default: '
|
|
63
|
+
default: '70px',
|
|
64
64
|
text: '125px',
|
|
65
65
|
sheet: '1250px',
|
|
66
66
|
},
|
|
@@ -115,7 +115,7 @@ export const chargeTableCellWidth = {
|
|
|
115
115
|
sheet: '72px',
|
|
116
116
|
},
|
|
117
117
|
amount: {
|
|
118
|
-
default: '
|
|
118
|
+
default: '130px',
|
|
119
119
|
text: '195px',
|
|
120
120
|
sheet: '550px',
|
|
121
121
|
},
|
|
@@ -180,7 +180,7 @@ export const chargeTableCellWidth = {
|
|
|
180
180
|
sheet: '170px',
|
|
181
181
|
},
|
|
182
182
|
metadata: {
|
|
183
|
-
default: '
|
|
183
|
+
default: '185px',
|
|
184
184
|
text: '180px',
|
|
185
185
|
sheet: '275px',
|
|
186
186
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const destinationsTableCellWidth: {
|
|
2
2
|
readonly id: {
|
|
3
|
-
readonly default: "
|
|
3
|
+
readonly default: "205px";
|
|
4
4
|
readonly text: "225px";
|
|
5
5
|
readonly sheet: "225px";
|
|
6
6
|
};
|
|
@@ -10,7 +10,7 @@ export declare const destinationsTableCellWidth: {
|
|
|
10
10
|
readonly sheet: "255px";
|
|
11
11
|
};
|
|
12
12
|
readonly created: {
|
|
13
|
-
readonly default: "
|
|
13
|
+
readonly default: "140px";
|
|
14
14
|
readonly text: "170px";
|
|
15
15
|
readonly sheet: "130px";
|
|
16
16
|
};
|
|
@@ -30,7 +30,7 @@ export declare const destinationsTableCellWidth: {
|
|
|
30
30
|
readonly sheet: "250px";
|
|
31
31
|
};
|
|
32
32
|
readonly customer: {
|
|
33
|
-
readonly default: "
|
|
33
|
+
readonly default: "140px";
|
|
34
34
|
readonly text: "180px";
|
|
35
35
|
readonly sheet: "600px";
|
|
36
36
|
};
|
|
@@ -70,7 +70,7 @@ export declare const destinationsTableCellWidth: {
|
|
|
70
70
|
readonly sheet: "235px";
|
|
71
71
|
};
|
|
72
72
|
readonly source: {
|
|
73
|
-
readonly default: "
|
|
73
|
+
readonly default: "70px";
|
|
74
74
|
readonly text: "125px";
|
|
75
75
|
readonly sheet: "125px";
|
|
76
76
|
};
|
|
@@ -85,7 +85,7 @@ export declare const destinationsTableCellWidth: {
|
|
|
85
85
|
readonly sheet: "165px";
|
|
86
86
|
};
|
|
87
87
|
readonly amount: {
|
|
88
|
-
readonly default: "
|
|
88
|
+
readonly default: "130px";
|
|
89
89
|
readonly text: "195px";
|
|
90
90
|
readonly sheet: "150px";
|
|
91
91
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const destinationsTableCellWidth = {
|
|
2
2
|
id: {
|
|
3
|
-
default: '
|
|
3
|
+
default: '205px',
|
|
4
4
|
text: '225px',
|
|
5
5
|
sheet: '225px',
|
|
6
6
|
},
|
|
@@ -10,7 +10,7 @@ export const destinationsTableCellWidth = {
|
|
|
10
10
|
sheet: '255px',
|
|
11
11
|
},
|
|
12
12
|
created: {
|
|
13
|
-
default: '
|
|
13
|
+
default: '140px',
|
|
14
14
|
text: '170px',
|
|
15
15
|
sheet: '130px',
|
|
16
16
|
},
|
|
@@ -30,7 +30,7 @@ export const destinationsTableCellWidth = {
|
|
|
30
30
|
sheet: '250px',
|
|
31
31
|
},
|
|
32
32
|
customer: {
|
|
33
|
-
default: '
|
|
33
|
+
default: '140px',
|
|
34
34
|
text: '180px',
|
|
35
35
|
sheet: '600px',
|
|
36
36
|
},
|
|
@@ -70,7 +70,7 @@ export const destinationsTableCellWidth = {
|
|
|
70
70
|
sheet: '235px',
|
|
71
71
|
},
|
|
72
72
|
source: {
|
|
73
|
-
default: '
|
|
73
|
+
default: '70px',
|
|
74
74
|
text: '125px',
|
|
75
75
|
sheet: '125px',
|
|
76
76
|
},
|
|
@@ -85,7 +85,7 @@ export const destinationsTableCellWidth = {
|
|
|
85
85
|
sheet: '165px',
|
|
86
86
|
},
|
|
87
87
|
amount: {
|
|
88
|
-
default: '
|
|
88
|
+
default: '130px',
|
|
89
89
|
text: '195px',
|
|
90
90
|
sheet: '150px',
|
|
91
91
|
},
|
|
@@ -5,14 +5,14 @@ export declare const refundTableCellWidth: {
|
|
|
5
5
|
readonly sheet: "240px";
|
|
6
6
|
};
|
|
7
7
|
readonly id: {
|
|
8
|
-
readonly default: "
|
|
8
|
+
readonly default: "205px";
|
|
9
9
|
readonly text: "225px";
|
|
10
10
|
readonly sheet: "250px";
|
|
11
11
|
};
|
|
12
12
|
readonly date: {
|
|
13
|
-
readonly default: "
|
|
13
|
+
readonly default: "140px";
|
|
14
14
|
readonly text: "170px";
|
|
15
|
-
readonly sheet: "
|
|
15
|
+
readonly sheet: "130px";
|
|
16
16
|
};
|
|
17
17
|
readonly order: {
|
|
18
18
|
readonly default: "80px";
|
|
@@ -25,7 +25,7 @@ export declare const refundTableCellWidth: {
|
|
|
25
25
|
readonly sheet: "85px";
|
|
26
26
|
};
|
|
27
27
|
readonly customer: {
|
|
28
|
-
readonly default: "
|
|
28
|
+
readonly default: "140px";
|
|
29
29
|
readonly text: "180px";
|
|
30
30
|
readonly sheet: "600px";
|
|
31
31
|
};
|
|
@@ -55,7 +55,7 @@ export declare const refundTableCellWidth: {
|
|
|
55
55
|
readonly sheet: "235px";
|
|
56
56
|
};
|
|
57
57
|
readonly source: {
|
|
58
|
-
readonly default: "
|
|
58
|
+
readonly default: "70px";
|
|
59
59
|
readonly text: "125px";
|
|
60
60
|
readonly sheet: "125px";
|
|
61
61
|
};
|
|
@@ -110,7 +110,7 @@ export declare const refundTableCellWidth: {
|
|
|
110
110
|
readonly sheet: "72px";
|
|
111
111
|
};
|
|
112
112
|
readonly amount: {
|
|
113
|
-
readonly default: "
|
|
113
|
+
readonly default: "130px";
|
|
114
114
|
readonly text: "195px";
|
|
115
115
|
readonly sheet: "150px";
|
|
116
116
|
};
|
|
@@ -155,7 +155,7 @@ export declare const refundTableCellWidth: {
|
|
|
155
155
|
readonly sheet: "200px";
|
|
156
156
|
};
|
|
157
157
|
readonly metadata: {
|
|
158
|
-
readonly default: "
|
|
158
|
+
readonly default: "185px";
|
|
159
159
|
readonly text: "180px";
|
|
160
160
|
readonly sheet: "180px";
|
|
161
161
|
};
|
|
@@ -5,14 +5,14 @@ export const refundTableCellWidth = {
|
|
|
5
5
|
sheet: '240px',
|
|
6
6
|
},
|
|
7
7
|
id: {
|
|
8
|
-
default: '
|
|
8
|
+
default: '205px',
|
|
9
9
|
text: '225px',
|
|
10
10
|
sheet: '250px',
|
|
11
11
|
},
|
|
12
12
|
date: {
|
|
13
|
-
default: '
|
|
13
|
+
default: '140px',
|
|
14
14
|
text: '170px',
|
|
15
|
-
sheet: '
|
|
15
|
+
sheet: '130px',
|
|
16
16
|
},
|
|
17
17
|
order: {
|
|
18
18
|
default: '80px',
|
|
@@ -25,7 +25,7 @@ export const refundTableCellWidth = {
|
|
|
25
25
|
sheet: '85px',
|
|
26
26
|
},
|
|
27
27
|
customer: {
|
|
28
|
-
default: '
|
|
28
|
+
default: '140px',
|
|
29
29
|
text: '180px',
|
|
30
30
|
sheet: '600px',
|
|
31
31
|
},
|
|
@@ -55,7 +55,7 @@ export const refundTableCellWidth = {
|
|
|
55
55
|
sheet: '235px',
|
|
56
56
|
},
|
|
57
57
|
source: {
|
|
58
|
-
default: '
|
|
58
|
+
default: '70px',
|
|
59
59
|
text: '125px',
|
|
60
60
|
sheet: '125px',
|
|
61
61
|
},
|
|
@@ -110,7 +110,7 @@ export const refundTableCellWidth = {
|
|
|
110
110
|
sheet: '72px',
|
|
111
111
|
},
|
|
112
112
|
amount: {
|
|
113
|
-
default: '
|
|
113
|
+
default: '130px',
|
|
114
114
|
text: '195px',
|
|
115
115
|
sheet: '150px',
|
|
116
116
|
},
|
|
@@ -155,7 +155,7 @@ export const refundTableCellWidth = {
|
|
|
155
155
|
sheet: '200px',
|
|
156
156
|
},
|
|
157
157
|
metadata: {
|
|
158
|
-
default: '
|
|
158
|
+
default: '185px',
|
|
159
159
|
text: '180px',
|
|
160
160
|
sheet: '180px',
|
|
161
161
|
},
|
package/package.json
CHANGED