@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.
@@ -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',
@@ -1,3 +1,3 @@
1
1
  import IconWithBadge from './IconWithBadge';
2
- export { IconWithBadgeProps } from './type';
2
+ export { type IconWithBadgeProps } from './type';
3
3
  export default IconWithBadge;
@@ -474,3 +474,4 @@ export declare const digitalReceiptIcon: string;
474
474
  export declare const bankNoteIcon: string;
475
475
  export declare const terminalDeviceFrame: string;
476
476
  export declare const blackBrushIcon: string;
477
+ export declare const mutedOutlinedCheckIcon: string;
@@ -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: "200px";
4
- readonly text: "200px";
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: "120px";
16
- readonly text: "120px";
19
+ readonly default: "60px";
20
+ readonly text: "60px";
17
21
  };
18
22
  readonly branding: {
19
- readonly default: "120px";
20
- readonly text: "120px";
23
+ readonly default: "80px";
24
+ readonly text: "80px";
21
25
  };
22
26
  readonly features: {
23
- readonly default: "120px";
24
- readonly text: "120px";
27
+ readonly default: "80px";
28
+ readonly text: "80px";
25
29
  };
26
30
  readonly acceptance: {
27
- readonly default: "120px";
28
- readonly text: "120px";
31
+ readonly default: "80px";
32
+ readonly text: "80px";
29
33
  };
30
34
  readonly brand: {
31
- readonly default: "120px";
32
- readonly text: "120px";
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: "40px";
44
- readonly text: "40px";
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: '200px',
4
- text: '200px',
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: '120px',
16
- text: '120px',
19
+ default: '60px',
20
+ text: '60px',
17
21
  },
18
22
  branding: {
19
- default: '120px',
20
- text: '120px',
23
+ default: '80px',
24
+ text: '80px',
21
25
  },
22
26
  features: {
23
- default: '120px',
24
- text: '120px',
27
+ default: '80px',
28
+ text: '80px',
25
29
  },
26
30
  acceptance: {
27
- default: '120px',
28
- text: '120px',
31
+ default: '80px',
32
+ text: '80px',
29
33
  },
30
34
  brand: {
31
- default: '120px',
32
- text: '120px',
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: '40px',
44
- text: '40px',
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.52",
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",