@tap-payments/os-micro-frontend-shared 0.1.194 → 0.1.195-test.5

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.
Files changed (41) hide show
  1. package/build/components/Chip/style.d.ts +0 -1
  2. package/build/components/CountBadge/style.d.ts +0 -1
  3. package/build/components/Dialog/style.d.ts +0 -1
  4. package/build/components/FlippingCard/style.d.ts +0 -1
  5. package/build/components/ImageWrapper/ImageWrapper.d.ts +0 -1
  6. package/build/components/JSONViewer/style.d.ts +0 -1
  7. package/build/components/LeftPeekRightExpandingChip/style.d.ts +0 -1
  8. package/build/components/RightLeftExpandingCenterChip/style.d.ts +0 -1
  9. package/build/components/SearchButton/styles.d.ts +0 -1
  10. package/build/components/StatusIcons/AuthIcons/style.d.ts +0 -1
  11. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +0 -1
  12. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +0 -1
  13. package/build/components/StatusIcons/SourceIcons/style.d.ts +0 -1
  14. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +0 -1
  15. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +0 -1
  16. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +0 -1
  17. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +0 -1
  18. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +0 -1
  19. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +0 -1
  20. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +0 -1
  21. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +0 -1
  22. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +0 -1
  23. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +0 -1
  24. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +0 -1
  25. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +0 -1
  26. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +0 -1
  27. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +0 -1
  28. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +0 -1
  29. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +0 -1
  30. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +0 -1
  31. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +0 -1
  32. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +0 -1
  33. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +0 -1
  34. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +0 -1
  35. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +0 -1
  36. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +0 -1
  37. package/build/components/TableCells/CustomCells/style.d.ts +0 -1
  38. package/build/components/VirtualTables/components/style.d.ts +0 -1
  39. package/build/constants/table/cell/merchantsTableCellWidth.d.ts +21 -16
  40. package/build/constants/table/cell/merchantsTableCellWidth.js +21 -16
  41. package/package.json +3 -3
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  import { GetSourceAnimationFunction } from './type';
4
3
  export declare const ChipStyled: import("@emotion/styled").StyledComponent<import("react").RefAttributes<unknown> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
5
4
  variant?: import("./type").ChipVariant | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const AgreementImageWrapper: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const DialogWrapper: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const Wrapper: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  declare const ImageWrapper: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const FOOTER_HEIGHT = 37;
4
3
  export declare const TITLE_BAR_HEIGHT = "32px";
5
4
  export declare const VIEWER_HEIGHT = 545;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  import type { SxProps, Theme } from '@mui/material/styles';
4
3
  export declare const CHIP_GAP = 3;
5
4
  export declare const DEFAULT_CHIP_MIN_WIDTH = 24;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  import type { SxProps, Theme } from '@mui/material/styles';
4
3
  export declare const CHIP_GAP = 3;
5
4
  export declare const CenterIconWrapper: import("@emotion/styled").StyledComponent<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledInput: import("@emotion/styled").StyledComponent<{
4
3
  width?: string | number | undefined;
5
4
  height?: string | number | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
5
4
  export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const BalanceCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
5
4
  export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  import { TableMode } from '../../../../types/index.js';
4
3
  export declare const ActionCellContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
5
4
  tableMode?: TableMode | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledAppsCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const AppsStatusContainer: import("@emotion/styled").StyledComponent<{
5
4
  hidden?: boolean | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const AuthIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
4
3
  export declare const AuthCellContainer: import("@emotion/styled").StyledComponent<{
5
4
  hidden?: boolean | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const BalanceCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
5
4
  export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const Button: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const ProductCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
5
4
  export declare const ReferenceSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const RefundChargeCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const RefundCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
5
4
  export declare const SalesChannelsContainer: import("@emotion/styled").StyledComponent<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const ReferenceSourcesContainer: import("@emotion/styled").StyledComponent<{
5
4
  hidden?: boolean | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
5
4
  export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<{
4
3
  width?: string | number | undefined;
5
4
  height?: string | number | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const GeographyBox: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
4
3
  variant?: "Global" | "Regional" | "Local" | undefined;
5
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  interface TableWrapperProps {
4
3
  showNoDataView?: boolean;
5
4
  }
@@ -2,52 +2,57 @@ export declare const merchantsTableCellWidth: {
2
2
  readonly id: {
3
3
  readonly default: "225px";
4
4
  readonly text: "225px";
5
- readonly sheet: "225px";
5
+ readonly sheet: "220px";
6
6
  };
7
7
  readonly lead_id: {
8
8
  readonly default: "180px";
9
9
  readonly text: "180px";
10
- readonly sheet: "225px";
10
+ readonly sheet: "220px";
11
11
  };
12
12
  readonly merchant_id: {
13
13
  readonly default: "180px";
14
14
  readonly text: "180px";
15
- readonly sheet: "260px";
15
+ readonly sheet: "220px";
16
16
  };
17
17
  readonly brand_id: {
18
18
  readonly default: "180px";
19
19
  readonly text: "180px";
20
- readonly sheet: "225px";
20
+ readonly sheet: "220px";
21
21
  };
22
22
  readonly individual_email: {
23
23
  readonly default: "180px";
24
24
  readonly text: "180px";
25
- readonly sheet: "151px";
25
+ readonly sheet: "220px";
26
26
  };
27
27
  readonly personal_id_type: {
28
28
  readonly default: "180px";
29
29
  readonly text: "180px";
30
- readonly sheet: "126px";
30
+ readonly sheet: "220px";
31
31
  };
32
32
  readonly wallet_currency: {
33
33
  readonly default: "180px";
34
34
  readonly text: "180px";
35
35
  readonly sheet: "140px";
36
36
  };
37
+ readonly tax_number: {
38
+ readonly default: "180px";
39
+ readonly text: "180px";
40
+ readonly sheet: "140px";
41
+ };
37
42
  readonly wallet_id: {
38
43
  readonly default: "180px";
39
44
  readonly text: "180px";
40
- readonly sheet: "235px";
45
+ readonly sheet: "220px";
41
46
  };
42
47
  readonly business_id: {
43
48
  readonly default: "180px";
44
49
  readonly text: "180px";
45
- readonly sheet: "210px";
50
+ readonly sheet: "220px";
46
51
  };
47
52
  readonly board_id: {
48
53
  readonly default: "180px";
49
54
  readonly text: "180px";
50
- readonly sheet: "230px";
55
+ readonly sheet: "220px";
51
56
  };
52
57
  readonly history: {
53
58
  readonly default: "180px";
@@ -62,22 +67,22 @@ export declare const merchantsTableCellWidth: {
62
67
  readonly individual_phone_number: {
63
68
  readonly default: "180px";
64
69
  readonly text: "180px";
65
- readonly sheet: "175px";
70
+ readonly sheet: "220px";
66
71
  };
67
72
  readonly entity_legal_name: {
68
73
  readonly default: "180px";
69
74
  readonly text: "180px";
70
- readonly sheet: "192px";
75
+ readonly sheet: "220px";
71
76
  };
72
77
  readonly entity_id: {
73
78
  readonly default: "180px";
74
79
  readonly text: "180px";
75
- readonly sheet: "225px";
80
+ readonly sheet: "220px";
76
81
  };
77
82
  readonly entity: {
78
83
  readonly default: "195px";
79
84
  readonly text: "180px";
80
- readonly sheet: "234px";
85
+ readonly sheet: "220px";
81
86
  };
82
87
  readonly created: {
83
88
  readonly default: "144px";
@@ -87,7 +92,7 @@ export declare const merchantsTableCellWidth: {
87
92
  readonly brands: {
88
93
  readonly default: "131px";
89
94
  readonly text: "140px";
90
- readonly sheet: "185px";
95
+ readonly sheet: "220px";
91
96
  };
92
97
  readonly marketplace: {
93
98
  readonly default: "110px";
@@ -97,7 +102,7 @@ export declare const merchantsTableCellWidth: {
97
102
  readonly individuals: {
98
103
  readonly default: "165px";
99
104
  readonly text: "185px";
100
- readonly sheet: "203px";
105
+ readonly sheet: "220px";
101
106
  };
102
107
  readonly segments: {
103
108
  readonly default: "70px";
@@ -137,7 +142,7 @@ export declare const merchantsTableCellWidth: {
137
142
  readonly channels: {
138
143
  readonly default: "94px";
139
144
  readonly text: "120px";
140
- readonly sheet: "1200px";
145
+ readonly sheet: "440px";
141
146
  };
142
147
  readonly merchant: {
143
148
  readonly default: "175px";
@@ -2,52 +2,57 @@ export const merchantsTableCellWidth = {
2
2
  id: {
3
3
  default: '225px',
4
4
  text: '225px',
5
- sheet: '225px',
5
+ sheet: '220px',
6
6
  },
7
7
  lead_id: {
8
8
  default: '180px',
9
9
  text: '180px',
10
- sheet: '225px',
10
+ sheet: '220px',
11
11
  },
12
12
  merchant_id: {
13
13
  default: '180px',
14
14
  text: '180px',
15
- sheet: '260px',
15
+ sheet: '220px',
16
16
  },
17
17
  brand_id: {
18
18
  default: '180px',
19
19
  text: '180px',
20
- sheet: '225px',
20
+ sheet: '220px',
21
21
  },
22
22
  individual_email: {
23
23
  default: '180px',
24
24
  text: '180px',
25
- sheet: '151px',
25
+ sheet: '220px',
26
26
  },
27
27
  personal_id_type: {
28
28
  default: '180px',
29
29
  text: '180px',
30
- sheet: '126px',
30
+ sheet: '220px',
31
31
  },
32
32
  wallet_currency: {
33
33
  default: '180px',
34
34
  text: '180px',
35
35
  sheet: '140px',
36
36
  },
37
+ tax_number: {
38
+ default: '180px',
39
+ text: '180px',
40
+ sheet: '140px',
41
+ },
37
42
  wallet_id: {
38
43
  default: '180px',
39
44
  text: '180px',
40
- sheet: '235px',
45
+ sheet: '220px',
41
46
  },
42
47
  business_id: {
43
48
  default: '180px',
44
49
  text: '180px',
45
- sheet: '210px',
50
+ sheet: '220px',
46
51
  },
47
52
  board_id: {
48
53
  default: '180px',
49
54
  text: '180px',
50
- sheet: '230px',
55
+ sheet: '220px',
51
56
  },
52
57
  history: {
53
58
  default: '180px',
@@ -62,22 +67,22 @@ export const merchantsTableCellWidth = {
62
67
  individual_phone_number: {
63
68
  default: '180px',
64
69
  text: '180px',
65
- sheet: '175px',
70
+ sheet: '220px',
66
71
  },
67
72
  entity_legal_name: {
68
73
  default: '180px',
69
74
  text: '180px',
70
- sheet: '192px',
75
+ sheet: '220px',
71
76
  },
72
77
  entity_id: {
73
78
  default: '180px',
74
79
  text: '180px',
75
- sheet: '225px',
80
+ sheet: '220px',
76
81
  },
77
82
  entity: {
78
83
  default: '195px',
79
84
  text: '180px',
80
- sheet: '234px',
85
+ sheet: '220px',
81
86
  },
82
87
  created: {
83
88
  default: '144px',
@@ -87,7 +92,7 @@ export const merchantsTableCellWidth = {
87
92
  brands: {
88
93
  default: '131px',
89
94
  text: '140px',
90
- sheet: '185px',
95
+ sheet: '220px',
91
96
  },
92
97
  marketplace: {
93
98
  default: '110px',
@@ -97,7 +102,7 @@ export const merchantsTableCellWidth = {
97
102
  individuals: {
98
103
  default: '165px',
99
104
  text: '185px',
100
- sheet: '203px',
105
+ sheet: '220px',
101
106
  },
102
107
  segments: {
103
108
  default: '70px',
@@ -137,7 +142,7 @@ export const merchantsTableCellWidth = {
137
142
  channels: {
138
143
  default: '94px',
139
144
  text: '120px',
140
- sheet: '1200px',
145
+ sheet: '440px',
141
146
  },
142
147
  merchant: {
143
148
  default: '175px',
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.1.194",
5
- "testVersion": 2,
4
+ "version": "0.1.195-test.5",
5
+ "testVersion": 5,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",
@@ -163,4 +163,4 @@
163
163
  "publishConfig": {
164
164
  "registry": "https://registry.npmjs.org/"
165
165
  }
166
- }
166
+ }