@tap-payments/os-micro-frontend-shared 0.1.305 → 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.
@@ -8,17 +8,17 @@ export const PurposeChip = styled(Box, {
8
8
  return {
9
9
  display: 'flex',
10
10
  alignItems: 'center',
11
- justifyContent: 'center',
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: '11px',
21
+ fontSize: '12px',
22
22
  fontWeight: 400,
23
23
  };
24
24
  });
@@ -10,10 +10,20 @@ export declare const authenticationsTableCellWidth: {
10
10
  readonly sheet: "250px";
11
11
  };
12
12
  readonly reference: {
13
- readonly default: "150px";
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: "195px";
44
- readonly text: "195px";
45
- readonly sheet: "195px";
53
+ readonly default: "175px";
54
+ readonly text: "175px";
55
+ readonly sheet: "175px";
46
56
  };
47
57
  readonly status: {
48
- readonly default: "150px";
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: '150px',
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: '195px',
44
- text: '195px',
45
- sheet: '195px',
53
+ default: '175px',
54
+ text: '175px',
55
+ sheet: '175px',
46
56
  },
47
57
  status: {
48
- default: '150px',
58
+ default: '72px',
49
59
  text: '250px',
50
60
  sheet: '250px',
51
61
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.305",
4
+ "version": "0.1.306",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",