@tap-payments/os-micro-frontend-shared 0.1.114-test.1 → 0.1.114-test.2
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/TableCells/SheetViewCells/CustomerSheetCell/CustomerSheetCell.js +1 -1
- package/build/constants/table/cell/authorizationTableCellWidth.d.ts +7 -2
- package/build/constants/table/cell/authorizationTableCellWidth.js +7 -2
- package/build/constants/table/cell/chargeTableCellWidth.d.ts +3 -3
- package/build/constants/table/cell/chargeTableCellWidth.js +3 -3
- package/build/constants/table/cell/destinationsTableCellWidth.d.ts +2 -2
- package/build/constants/table/cell/destinationsTableCellWidth.js +2 -2
- package/build/constants/table/cell/refundTableCellWidth.d.ts +2 -2
- package/build/constants/table/cell/refundTableCellWidth.js +2 -2
- package/package.json +2 -2
|
@@ -16,6 +16,6 @@ import { isArabic } from '../../../../utils/index.js';
|
|
|
16
16
|
function CustomerSheetCell(_a) {
|
|
17
17
|
var { id, name, email, phone, isFirstNameShown = true, isLastNameShown = true, isEmailShown = true, isPhoneShown = true, isIdShown = true } = _a, props = __rest(_a, ["id", "name", "email", "phone", "isFirstNameShown", "isLastNameShown", "isEmailShown", "isPhoneShown", "isIdShown"]);
|
|
18
18
|
const isArabicname = isArabic(name);
|
|
19
|
-
return (_jsxs(Box, Object.assign({ sx: { display: 'flex', flexDirection: 'row', gap: '4px' } }, { children: [name && (isFirstNameShown || isLastNameShown) && (_jsx(StatusChipWithCopy, Object.assign({ copyText: name, chipIndex: 0 }, props, { children: _jsx("span", Object.assign({ "data-is-arabic": isArabicname }, { children: name })) }))), isEmailShown && email && (_jsx(StatusChipWithCopy, Object.assign({ copyText: email, chipIndex: 1 }, props, { children: email }))), isPhoneShown && phone && (_jsx(StatusChipWithCopy, Object.assign({ copyText: phone, chipIndex: 2 }, props, { children: phone }))), isIdShown && id && (_jsx(StatusChipWithCopy, Object.assign({ copyText: id, chipIndex: 3 }, props, { children: id })))] })));
|
|
19
|
+
return (_jsxs(Box, Object.assign({ sx: { display: 'flex', flexDirection: 'row', gap: '4px' } }, { children: [name && (isFirstNameShown || isLastNameShown) && (_jsx(StatusChipWithCopy, Object.assign({ disableAnimation: true, copyText: name, chipIndex: 0 }, props, { children: _jsx("span", Object.assign({ "data-is-arabic": isArabicname }, { children: name })) }))), isEmailShown && email && (_jsx(StatusChipWithCopy, Object.assign({ copyText: email, chipIndex: 1 }, props, { children: email }))), isPhoneShown && phone && (_jsx(StatusChipWithCopy, Object.assign({ copyText: phone, chipIndex: 2 }, props, { children: phone }))), isIdShown && id && (_jsx(StatusChipWithCopy, Object.assign({ copyText: id, chipIndex: 3 }, props, { children: id })))] })));
|
|
20
20
|
}
|
|
21
21
|
export default CustomerSheetCell;
|
|
@@ -37,7 +37,7 @@ export declare const authorizationTableCellWidth: {
|
|
|
37
37
|
readonly customer: {
|
|
38
38
|
readonly default: "170px";
|
|
39
39
|
readonly text: "180px";
|
|
40
|
-
readonly sheet: "
|
|
40
|
+
readonly sheet: "600px";
|
|
41
41
|
};
|
|
42
42
|
readonly reference: {
|
|
43
43
|
readonly default: "95px";
|
|
@@ -172,7 +172,12 @@ export declare const authorizationTableCellWidth: {
|
|
|
172
172
|
readonly payment_issuers: {
|
|
173
173
|
readonly default: "150px";
|
|
174
174
|
readonly text: "150px";
|
|
175
|
-
readonly sheet: "
|
|
175
|
+
readonly sheet: "404px";
|
|
176
|
+
};
|
|
177
|
+
readonly issuer_response: {
|
|
178
|
+
readonly default: "70px";
|
|
179
|
+
readonly text: "70px";
|
|
180
|
+
readonly sheet: "270px";
|
|
176
181
|
};
|
|
177
182
|
readonly card_number: {
|
|
178
183
|
readonly default: "120px";
|
|
@@ -37,7 +37,7 @@ export const authorizationTableCellWidth = {
|
|
|
37
37
|
customer: {
|
|
38
38
|
default: '170px',
|
|
39
39
|
text: '180px',
|
|
40
|
-
sheet: '
|
|
40
|
+
sheet: '600px',
|
|
41
41
|
},
|
|
42
42
|
reference: {
|
|
43
43
|
default: '95px',
|
|
@@ -172,7 +172,12 @@ export const authorizationTableCellWidth = {
|
|
|
172
172
|
payment_issuers: {
|
|
173
173
|
default: '150px',
|
|
174
174
|
text: '150px',
|
|
175
|
-
sheet: '
|
|
175
|
+
sheet: '404px',
|
|
176
|
+
},
|
|
177
|
+
issuer_response: {
|
|
178
|
+
default: '70px',
|
|
179
|
+
text: '70px',
|
|
180
|
+
sheet: '270px',
|
|
176
181
|
},
|
|
177
182
|
card_number: {
|
|
178
183
|
default: '120px',
|
|
@@ -37,7 +37,7 @@ export declare const chargeTableCellWidth: {
|
|
|
37
37
|
readonly customer: {
|
|
38
38
|
readonly default: "180px";
|
|
39
39
|
readonly text: "180px";
|
|
40
|
-
readonly sheet: "
|
|
40
|
+
readonly sheet: "600px";
|
|
41
41
|
};
|
|
42
42
|
readonly source: {
|
|
43
43
|
readonly default: "114px";
|
|
@@ -62,7 +62,7 @@ export declare const chargeTableCellWidth: {
|
|
|
62
62
|
readonly payment_issuers: {
|
|
63
63
|
readonly default: "150px";
|
|
64
64
|
readonly text: "150px";
|
|
65
|
-
readonly sheet: "
|
|
65
|
+
readonly sheet: "404px";
|
|
66
66
|
};
|
|
67
67
|
readonly payment_method: {
|
|
68
68
|
readonly default: "150px";
|
|
@@ -117,7 +117,7 @@ export declare const chargeTableCellWidth: {
|
|
|
117
117
|
readonly issuer_response: {
|
|
118
118
|
readonly default: "70px";
|
|
119
119
|
readonly text: "70px";
|
|
120
|
-
readonly sheet: "
|
|
120
|
+
readonly sheet: "270px";
|
|
121
121
|
};
|
|
122
122
|
readonly acquirer_response: {
|
|
123
123
|
readonly default: "70px";
|
|
@@ -37,7 +37,7 @@ export const chargeTableCellWidth = {
|
|
|
37
37
|
customer: {
|
|
38
38
|
default: '180px',
|
|
39
39
|
text: '180px',
|
|
40
|
-
sheet: '
|
|
40
|
+
sheet: '600px',
|
|
41
41
|
},
|
|
42
42
|
source: {
|
|
43
43
|
default: '114px',
|
|
@@ -62,7 +62,7 @@ export const chargeTableCellWidth = {
|
|
|
62
62
|
payment_issuers: {
|
|
63
63
|
default: '150px',
|
|
64
64
|
text: '150px',
|
|
65
|
-
sheet: '
|
|
65
|
+
sheet: '404px',
|
|
66
66
|
},
|
|
67
67
|
payment_method: {
|
|
68
68
|
default: '150px',
|
|
@@ -117,7 +117,7 @@ export const chargeTableCellWidth = {
|
|
|
117
117
|
issuer_response: {
|
|
118
118
|
default: '70px',
|
|
119
119
|
text: '70px',
|
|
120
|
-
sheet: '
|
|
120
|
+
sheet: '270px',
|
|
121
121
|
},
|
|
122
122
|
acquirer_response: {
|
|
123
123
|
default: '70px',
|
|
@@ -32,7 +32,7 @@ export declare const destinationsTableCellWidth: {
|
|
|
32
32
|
readonly customer: {
|
|
33
33
|
readonly default: "180px";
|
|
34
34
|
readonly text: "180px";
|
|
35
|
-
readonly sheet: "
|
|
35
|
+
readonly sheet: "600px";
|
|
36
36
|
};
|
|
37
37
|
readonly chargeId: {
|
|
38
38
|
readonly default: "225px";
|
|
@@ -117,7 +117,7 @@ export declare const destinationsTableCellWidth: {
|
|
|
117
117
|
readonly payment_issuers: {
|
|
118
118
|
readonly default: "150px";
|
|
119
119
|
readonly text: "150px";
|
|
120
|
-
readonly sheet: "
|
|
120
|
+
readonly sheet: "404px";
|
|
121
121
|
};
|
|
122
122
|
readonly card_number: {
|
|
123
123
|
readonly default: "120px";
|
|
@@ -32,7 +32,7 @@ export const destinationsTableCellWidth = {
|
|
|
32
32
|
customer: {
|
|
33
33
|
default: '180px',
|
|
34
34
|
text: '180px',
|
|
35
|
-
sheet: '
|
|
35
|
+
sheet: '600px',
|
|
36
36
|
},
|
|
37
37
|
chargeId: {
|
|
38
38
|
default: '225px',
|
|
@@ -117,7 +117,7 @@ export const destinationsTableCellWidth = {
|
|
|
117
117
|
payment_issuers: {
|
|
118
118
|
default: '150px',
|
|
119
119
|
text: '150px',
|
|
120
|
-
sheet: '
|
|
120
|
+
sheet: '404px',
|
|
121
121
|
},
|
|
122
122
|
card_number: {
|
|
123
123
|
default: '120px',
|
|
@@ -27,7 +27,7 @@ export declare const refundTableCellWidth: {
|
|
|
27
27
|
readonly customer: {
|
|
28
28
|
readonly default: "180px";
|
|
29
29
|
readonly text: "180px";
|
|
30
|
-
readonly sheet: "
|
|
30
|
+
readonly sheet: "600px";
|
|
31
31
|
};
|
|
32
32
|
readonly device: {
|
|
33
33
|
readonly default: "100px";
|
|
@@ -57,7 +57,7 @@ export declare const refundTableCellWidth: {
|
|
|
57
57
|
readonly payment_issuers: {
|
|
58
58
|
readonly default: "150px";
|
|
59
59
|
readonly text: "150px";
|
|
60
|
-
readonly sheet: "
|
|
60
|
+
readonly sheet: "404px";
|
|
61
61
|
};
|
|
62
62
|
readonly payment_method: {
|
|
63
63
|
readonly default: "150px";
|
|
@@ -27,7 +27,7 @@ export const refundTableCellWidth = {
|
|
|
27
27
|
customer: {
|
|
28
28
|
default: '180px',
|
|
29
29
|
text: '180px',
|
|
30
|
-
sheet: '
|
|
30
|
+
sheet: '600px',
|
|
31
31
|
},
|
|
32
32
|
device: {
|
|
33
33
|
default: '100px',
|
|
@@ -57,7 +57,7 @@ export const refundTableCellWidth = {
|
|
|
57
57
|
payment_issuers: {
|
|
58
58
|
default: '150px',
|
|
59
59
|
text: '150px',
|
|
60
|
-
sheet: '
|
|
60
|
+
sheet: '404px',
|
|
61
61
|
},
|
|
62
62
|
payment_method: {
|
|
63
63
|
default: '150px',
|
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.114-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.114-test.2",
|
|
5
|
+
"testVersion": 2,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|