@tap-payments/os-micro-frontend-shared 0.1.304 → 0.1.306
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/Customer/CustomerDropdown/index.d.ts +1 -1
- package/build/components/TableCells/CustomCells/PurposeCell/style.js +3 -3
- package/build/components/TableCells/CustomCells/style.js +2 -2
- package/build/constants/table/cell/authenticationsTableCellWidth.d.ts +15 -5
- package/build/constants/table/cell/authenticationsTableCellWidth.js +15 -5
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default, CustomerDropdownProps } from './CustomerDropdown';
|
|
1
|
+
export { default, type CustomerDropdownProps } from './CustomerDropdown';
|
|
@@ -8,17 +8,17 @@ export const PurposeChip = styled(Box, {
|
|
|
8
8
|
return {
|
|
9
9
|
display: 'flex',
|
|
10
10
|
alignItems: 'center',
|
|
11
|
-
justifyContent: '
|
|
11
|
+
justifyContent: 'start',
|
|
12
12
|
gap: '4px',
|
|
13
|
-
width: 'fit-content',
|
|
14
13
|
minWidth: '86px',
|
|
14
|
+
width: '100%',
|
|
15
15
|
height: '24px',
|
|
16
16
|
padding: '4px 8px',
|
|
17
17
|
borderRadius: '24px',
|
|
18
18
|
border: `1px solid ${styles.border}`,
|
|
19
19
|
backgroundColor: styles.backgroundColor,
|
|
20
20
|
color: styles.color,
|
|
21
|
-
fontSize: '
|
|
21
|
+
fontSize: '12px',
|
|
22
22
|
fontWeight: 400,
|
|
23
23
|
};
|
|
24
24
|
});
|
|
@@ -128,8 +128,8 @@ export const StatusIconWrapper = styled('span')(() => ({
|
|
|
128
128
|
flexShrink: 0,
|
|
129
129
|
}));
|
|
130
130
|
export const StatusIcon = styled('img')(() => ({
|
|
131
|
-
width: '
|
|
132
|
-
height: '
|
|
131
|
+
width: '36px',
|
|
132
|
+
height: '24px',
|
|
133
133
|
}));
|
|
134
134
|
export const PiePercentage = styled('div')(({ percentage, isCapture, theme }) => ({
|
|
135
135
|
background: `conic-gradient(${isCapture ? theme.palette.info.dark : '#656565'} ${percentage}%, transparent 0.00%)`,
|
|
@@ -10,10 +10,20 @@ export declare const authenticationsTableCellWidth: {
|
|
|
10
10
|
readonly sheet: "250px";
|
|
11
11
|
};
|
|
12
12
|
readonly reference: {
|
|
13
|
-
readonly default: "
|
|
13
|
+
readonly default: "90px";
|
|
14
14
|
readonly text: "250px";
|
|
15
15
|
readonly sheet: "250px";
|
|
16
16
|
};
|
|
17
|
+
readonly provider: {
|
|
18
|
+
readonly default: "102";
|
|
19
|
+
readonly text: "102";
|
|
20
|
+
readonly sheet: "102";
|
|
21
|
+
};
|
|
22
|
+
readonly purpose: {
|
|
23
|
+
readonly default: "126px";
|
|
24
|
+
readonly text: "126px";
|
|
25
|
+
readonly sheet: "126px";
|
|
26
|
+
};
|
|
17
27
|
readonly customer: {
|
|
18
28
|
readonly default: "180px";
|
|
19
29
|
readonly text: "180px";
|
|
@@ -40,12 +50,12 @@ export declare const authenticationsTableCellWidth: {
|
|
|
40
50
|
readonly sheet: "165px";
|
|
41
51
|
};
|
|
42
52
|
readonly amount: {
|
|
43
|
-
readonly default: "
|
|
44
|
-
readonly text: "
|
|
45
|
-
readonly sheet: "
|
|
53
|
+
readonly default: "175px";
|
|
54
|
+
readonly text: "175px";
|
|
55
|
+
readonly sheet: "175px";
|
|
46
56
|
};
|
|
47
57
|
readonly status: {
|
|
48
|
-
readonly default: "
|
|
58
|
+
readonly default: "72px";
|
|
49
59
|
readonly text: "250px";
|
|
50
60
|
readonly sheet: "250px";
|
|
51
61
|
};
|
|
@@ -10,10 +10,20 @@ export const authenticationsTableCellWidth = {
|
|
|
10
10
|
sheet: '250px',
|
|
11
11
|
},
|
|
12
12
|
reference: {
|
|
13
|
-
default: '
|
|
13
|
+
default: '90px',
|
|
14
14
|
text: '250px',
|
|
15
15
|
sheet: '250px',
|
|
16
16
|
},
|
|
17
|
+
provider: {
|
|
18
|
+
default: '102',
|
|
19
|
+
text: '102',
|
|
20
|
+
sheet: '102',
|
|
21
|
+
},
|
|
22
|
+
purpose: {
|
|
23
|
+
default: '126px',
|
|
24
|
+
text: '126px',
|
|
25
|
+
sheet: '126px',
|
|
26
|
+
},
|
|
17
27
|
customer: {
|
|
18
28
|
default: '180px',
|
|
19
29
|
text: '180px',
|
|
@@ -40,12 +50,12 @@ export const authenticationsTableCellWidth = {
|
|
|
40
50
|
sheet: '165px',
|
|
41
51
|
},
|
|
42
52
|
amount: {
|
|
43
|
-
default: '
|
|
44
|
-
text: '
|
|
45
|
-
sheet: '
|
|
53
|
+
default: '175px',
|
|
54
|
+
text: '175px',
|
|
55
|
+
sheet: '175px',
|
|
46
56
|
},
|
|
47
57
|
status: {
|
|
48
|
-
default: '
|
|
58
|
+
default: '72px',
|
|
49
59
|
text: '250px',
|
|
50
60
|
sheet: '250px',
|
|
51
61
|
},
|
package/package.json
CHANGED