@tap-payments/os-micro-frontend-shared 0.0.268 → 0.0.269-test.1
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.
|
@@ -23,6 +23,8 @@ function SalesChannelCell(_a) {
|
|
|
23
23
|
const channelCode = (_a = channel.code) === null || _a === void 0 ? void 0 : _a.replace(/_/g, '');
|
|
24
24
|
return (_jsx(Tooltip, Object.assign({ title: sourceTooltip }, { children: _jsx(ImageWrapper, Object.assign({ order: index, variants: salesChannelAnimation(index, isTextShown ? 74 : 0), sx: {
|
|
25
25
|
width: isTextShown ? '70px' : '36px',
|
|
26
|
+
}, onClick: () => {
|
|
27
|
+
window.open(channel.address, '_blank');
|
|
26
28
|
} }, { children: isTextShown ? (_jsx(ChannelTextWrapper, { children: _jsx(ChannelTextLabel, { children: channelCode }) })) : (_jsx(StyledSourceImage, { src: channel.logo, alt: channelCode })) })) }), `${channel}-${index}`));
|
|
27
29
|
});
|
|
28
30
|
const salesChannelsCount = (salesChannels === null || salesChannels === void 0 ? void 0 : salesChannels.length) || 0;
|
|
@@ -34,11 +34,21 @@ export declare const merchantsTableCellWidth: {
|
|
|
34
34
|
readonly text: "180px";
|
|
35
35
|
readonly sheet: "180px";
|
|
36
36
|
};
|
|
37
|
+
readonly psp: {
|
|
38
|
+
readonly default: "60px";
|
|
39
|
+
readonly text: "180px";
|
|
40
|
+
readonly sheet: "180px";
|
|
41
|
+
};
|
|
37
42
|
readonly status: {
|
|
38
43
|
readonly default: "80px";
|
|
39
44
|
readonly text: "100px";
|
|
40
45
|
readonly sheet: "100px";
|
|
41
46
|
};
|
|
47
|
+
readonly partners: {
|
|
48
|
+
readonly default: "75px";
|
|
49
|
+
readonly text: "100px";
|
|
50
|
+
readonly sheet: "100px";
|
|
51
|
+
};
|
|
42
52
|
readonly actions: {
|
|
43
53
|
readonly default: "100px";
|
|
44
54
|
readonly text: "100px";
|
|
@@ -55,7 +65,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
55
65
|
readonly sheet: "180px";
|
|
56
66
|
};
|
|
57
67
|
readonly channels: {
|
|
58
|
-
readonly default: "
|
|
68
|
+
readonly default: "110px";
|
|
59
69
|
readonly text: "120px";
|
|
60
70
|
readonly sheet: "120px";
|
|
61
71
|
};
|
|
@@ -34,11 +34,21 @@ export const merchantsTableCellWidth = {
|
|
|
34
34
|
text: '180px',
|
|
35
35
|
sheet: '180px',
|
|
36
36
|
},
|
|
37
|
+
psp: {
|
|
38
|
+
default: '60px',
|
|
39
|
+
text: '180px',
|
|
40
|
+
sheet: '180px',
|
|
41
|
+
},
|
|
37
42
|
status: {
|
|
38
43
|
default: '80px',
|
|
39
44
|
text: '100px',
|
|
40
45
|
sheet: '100px',
|
|
41
46
|
},
|
|
47
|
+
partners: {
|
|
48
|
+
default: '75px',
|
|
49
|
+
text: '100px',
|
|
50
|
+
sheet: '100px',
|
|
51
|
+
},
|
|
42
52
|
actions: {
|
|
43
53
|
default: '100px',
|
|
44
54
|
text: '100px',
|
|
@@ -55,7 +65,7 @@ export const merchantsTableCellWidth = {
|
|
|
55
65
|
sheet: '180px',
|
|
56
66
|
},
|
|
57
67
|
channels: {
|
|
58
|
-
default: '
|
|
68
|
+
default: '110px',
|
|
59
69
|
text: '120px',
|
|
60
70
|
sheet: '120px',
|
|
61
71
|
},
|
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.0.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.0.269-test.1",
|
|
5
|
+
"testVersion": 1,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|
|
@@ -131,4 +131,4 @@
|
|
|
131
131
|
"publishConfig": {
|
|
132
132
|
"registry": "https://registry.npmjs.org/"
|
|
133
133
|
}
|
|
134
|
-
}
|
|
134
|
+
}
|