@tap-payments/os-micro-frontend-shared 0.0.52 → 0.0.54
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/Chip/GroupIconChips.js +1 -0
- package/build/components/Chip/style.js +0 -1
- package/build/components/IconWithBadge/index.d.ts +1 -1
- package/build/constants/assets.d.ts +1 -0
- package/build/constants/assets.js +1 -0
- package/build/constants/table/cell/terminalsTableCellWidth.d.ts +26 -14
- package/build/constants/table/cell/terminalsTableCellWidth.js +26 -14
- package/package.json +17 -17
|
@@ -27,6 +27,7 @@ const GroupIconChips = ({ children, className, getSourceAnimation, expandDirecti
|
|
|
27
27
|
return (_jsx(StyledSourceCell, Object.assign({ "data-testid": "styled-source-cell", sx: Object.assign({}, cellDimentions) }, { children: _jsx(SourcesContainer, Object.assign({ ref: animationContainerRef, layout: true, className: className, whileHover: "animate", animate: "start", sourcesCount: sourceCount, variants: {
|
|
28
28
|
animate: {
|
|
29
29
|
width: sourceCount * (6 + 32),
|
|
30
|
+
zIndex: 50,
|
|
30
31
|
},
|
|
31
32
|
}, style: {
|
|
32
33
|
zIndex: 29,
|
|
@@ -37,7 +37,6 @@ export const StyledSourceCell = styled('span')(({ theme }) => ({
|
|
|
37
37
|
alignItems: 'center',
|
|
38
38
|
justifyContent: 'flex-start',
|
|
39
39
|
gap: theme.spacing(1),
|
|
40
|
-
position: 'relative',
|
|
41
40
|
}));
|
|
42
41
|
export const SourcesContainer = styled(motion.span)(({ sourcesCount }) => ({
|
|
43
42
|
display: 'flex',
|
|
@@ -478,3 +478,4 @@ export const digitalReceiptIcon = `${lightUrl}/digitalReceiptIcon.svg`;
|
|
|
478
478
|
export const bankNoteIcon = `${lightUrl}/bankNoteIcon.svg`;
|
|
479
479
|
export const terminalDeviceFrame = `${lightUrl}/terminalDeviceFrame.svg`;
|
|
480
480
|
export const blackBrushIcon = `${lightUrl}/blackBrushIcon.svg`;
|
|
481
|
+
export const mutedOutlinedCheckIcon = `${lightUrl}/mutedOutlinedCheckIcon.svg`;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export declare const terminalsTableCellWidth: {
|
|
2
2
|
readonly device: {
|
|
3
|
-
readonly default: "
|
|
4
|
-
readonly text: "
|
|
3
|
+
readonly default: "180px";
|
|
4
|
+
readonly text: "180px";
|
|
5
|
+
};
|
|
6
|
+
readonly terminalId: {
|
|
7
|
+
readonly default: "100px";
|
|
8
|
+
readonly text: "100px";
|
|
5
9
|
};
|
|
6
10
|
readonly merchantId: {
|
|
7
11
|
readonly default: "120px";
|
|
@@ -12,24 +16,24 @@ export declare const terminalsTableCellWidth: {
|
|
|
12
16
|
readonly text: "80px";
|
|
13
17
|
};
|
|
14
18
|
readonly platform: {
|
|
15
|
-
readonly default: "
|
|
16
|
-
readonly text: "
|
|
19
|
+
readonly default: "60px";
|
|
20
|
+
readonly text: "60px";
|
|
17
21
|
};
|
|
18
22
|
readonly branding: {
|
|
19
|
-
readonly default: "
|
|
20
|
-
readonly text: "
|
|
23
|
+
readonly default: "80px";
|
|
24
|
+
readonly text: "80px";
|
|
21
25
|
};
|
|
22
26
|
readonly features: {
|
|
23
|
-
readonly default: "
|
|
24
|
-
readonly text: "
|
|
27
|
+
readonly default: "80px";
|
|
28
|
+
readonly text: "80px";
|
|
25
29
|
};
|
|
26
30
|
readonly acceptance: {
|
|
27
|
-
readonly default: "
|
|
28
|
-
readonly text: "
|
|
31
|
+
readonly default: "80px";
|
|
32
|
+
readonly text: "80px";
|
|
29
33
|
};
|
|
30
34
|
readonly brand: {
|
|
31
|
-
readonly default: "
|
|
32
|
-
readonly text: "
|
|
35
|
+
readonly default: "60px";
|
|
36
|
+
readonly text: "60px";
|
|
33
37
|
};
|
|
34
38
|
readonly address: {
|
|
35
39
|
readonly default: "120px";
|
|
@@ -40,7 +44,15 @@ export declare const terminalsTableCellWidth: {
|
|
|
40
44
|
readonly text: "80px";
|
|
41
45
|
};
|
|
42
46
|
readonly actions: {
|
|
43
|
-
readonly default: "
|
|
44
|
-
readonly text: "
|
|
47
|
+
readonly default: "80px";
|
|
48
|
+
readonly text: "80px";
|
|
49
|
+
};
|
|
50
|
+
readonly charges: {
|
|
51
|
+
readonly default: "180px";
|
|
52
|
+
readonly text: "180px";
|
|
53
|
+
};
|
|
54
|
+
readonly chargesTransactions: {
|
|
55
|
+
readonly default: "70px";
|
|
56
|
+
readonly text: "70px";
|
|
45
57
|
};
|
|
46
58
|
};
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const terminalsTableCellWidth = {
|
|
2
2
|
device: {
|
|
3
|
-
default: '
|
|
4
|
-
text: '
|
|
3
|
+
default: '180px',
|
|
4
|
+
text: '180px',
|
|
5
|
+
},
|
|
6
|
+
terminalId: {
|
|
7
|
+
default: '100px',
|
|
8
|
+
text: '100px',
|
|
5
9
|
},
|
|
6
10
|
merchantId: {
|
|
7
11
|
default: '120px',
|
|
@@ -12,24 +16,24 @@ export const terminalsTableCellWidth = {
|
|
|
12
16
|
text: '80px',
|
|
13
17
|
},
|
|
14
18
|
platform: {
|
|
15
|
-
default: '
|
|
16
|
-
text: '
|
|
19
|
+
default: '60px',
|
|
20
|
+
text: '60px',
|
|
17
21
|
},
|
|
18
22
|
branding: {
|
|
19
|
-
default: '
|
|
20
|
-
text: '
|
|
23
|
+
default: '80px',
|
|
24
|
+
text: '80px',
|
|
21
25
|
},
|
|
22
26
|
features: {
|
|
23
|
-
default: '
|
|
24
|
-
text: '
|
|
27
|
+
default: '80px',
|
|
28
|
+
text: '80px',
|
|
25
29
|
},
|
|
26
30
|
acceptance: {
|
|
27
|
-
default: '
|
|
28
|
-
text: '
|
|
31
|
+
default: '80px',
|
|
32
|
+
text: '80px',
|
|
29
33
|
},
|
|
30
34
|
brand: {
|
|
31
|
-
default: '
|
|
32
|
-
text: '
|
|
35
|
+
default: '60px',
|
|
36
|
+
text: '60px',
|
|
33
37
|
},
|
|
34
38
|
address: {
|
|
35
39
|
default: '120px',
|
|
@@ -40,7 +44,15 @@ export const terminalsTableCellWidth = {
|
|
|
40
44
|
text: '80px',
|
|
41
45
|
},
|
|
42
46
|
actions: {
|
|
43
|
-
default: '
|
|
44
|
-
text: '
|
|
47
|
+
default: '80px',
|
|
48
|
+
text: '80px',
|
|
49
|
+
},
|
|
50
|
+
charges: {
|
|
51
|
+
default: '180px',
|
|
52
|
+
text: '180px',
|
|
53
|
+
},
|
|
54
|
+
chargesTransactions: {
|
|
55
|
+
default: '70px',
|
|
56
|
+
text: '70px',
|
|
45
57
|
},
|
|
46
58
|
};
|
package/package.json
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
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.
|
|
4
|
+
"version": "0.0.54",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "build/index.js",
|
|
7
7
|
"module": "build/index.js",
|
|
8
8
|
"types": "build/index.d.ts",
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
|
+
"types": "./build/index.d.ts",
|
|
11
12
|
"import": "./build/index.js",
|
|
12
|
-
"require": "./build/index.js"
|
|
13
|
-
"types": "./build/index.d.ts"
|
|
13
|
+
"require": "./build/index.js"
|
|
14
14
|
},
|
|
15
15
|
"./constants": {
|
|
16
|
+
"types": "./build/constants/index.d.ts",
|
|
16
17
|
"import": "./build/constants/index.js",
|
|
17
|
-
"require": "./build/constants/index.js"
|
|
18
|
-
"types": "./build/constants/index.d.ts"
|
|
18
|
+
"require": "./build/constants/index.js"
|
|
19
19
|
},
|
|
20
20
|
"./components": {
|
|
21
|
+
"types": "./build/components/index.d.ts",
|
|
21
22
|
"import": "./build/components/index.js",
|
|
22
|
-
"require": "./build/components/index.js"
|
|
23
|
-
"types": "./build/components/index.d.ts"
|
|
23
|
+
"require": "./build/components/index.js"
|
|
24
24
|
},
|
|
25
25
|
"./components/*": {
|
|
26
|
+
"types": "./build/components/*/index.d.ts",
|
|
26
27
|
"import": "./build/components/*/index.js",
|
|
27
|
-
"require": "./build/components/*/index.js"
|
|
28
|
-
"types": "./build/components/*/index.d.ts"
|
|
28
|
+
"require": "./build/components/*/index.js"
|
|
29
29
|
},
|
|
30
30
|
"./hooks": {
|
|
31
|
+
"types": "./build/hooks/index.d.ts",
|
|
31
32
|
"import": "./build/hooks/index.js",
|
|
32
|
-
"require": "./build/hooks/index.js"
|
|
33
|
-
"types": "./build/hooks/index.d.ts"
|
|
33
|
+
"require": "./build/hooks/index.js"
|
|
34
34
|
},
|
|
35
35
|
"./utils": {
|
|
36
|
+
"types": "./build/utils/index.d.ts",
|
|
36
37
|
"import": "./build/utils/index.js",
|
|
37
|
-
"require": "./build/utils/index.js"
|
|
38
|
-
"types": "./build/utils/index.d.ts"
|
|
38
|
+
"require": "./build/utils/index.js"
|
|
39
39
|
},
|
|
40
40
|
"./theme": {
|
|
41
|
+
"types": "./build/theme/index.d.ts",
|
|
41
42
|
"import": "./build/theme/index.js",
|
|
42
|
-
"require": "./build/theme/index.js"
|
|
43
|
-
"types": "./build/theme/index.d.ts"
|
|
43
|
+
"require": "./build/theme/index.js"
|
|
44
44
|
},
|
|
45
45
|
"./types": {
|
|
46
|
+
"types": "./build/types/index.d.ts",
|
|
46
47
|
"import": "./build/types/index.js",
|
|
47
|
-
"require": "./build/types/index.js"
|
|
48
|
-
"types": "./build/types/index.d.ts"
|
|
48
|
+
"require": "./build/types/index.js"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"license": "MIT",
|