@tap-payments/os-micro-frontend-shared 0.0.62 → 0.0.69-sheetview-container-v1

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 (83) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +12 -12
  3. package/build/components/Chip/style.d.ts +0 -1
  4. package/build/components/CountBadge/style.d.ts +0 -1
  5. package/build/components/Dialog/style.d.ts +0 -1
  6. package/build/components/FlippingCard/style.d.ts +0 -1
  7. package/build/components/ImageWrapper/ImageWrapper.d.ts +0 -1
  8. package/build/components/JSONViewer/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.js +2 -2
  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/SegmentsCell/style.d.ts +0 -1
  33. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +0 -1
  34. package/build/components/TableCells/CustomCells/SourceMergedCell/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/VirtualTable/VirtualTable.d.ts +1 -1
  39. package/build/components/VirtualTable/VirtualTable.js +3 -3
  40. package/build/components/VirtualTable/style.d.ts +3 -2
  41. package/build/components/VirtualTable/style.js +4 -3
  42. package/build/constants/assets.d.ts +1 -0
  43. package/build/constants/assets.js +1 -0
  44. package/build/constants/table/cell/authenticationsTableCellWidth.d.ts +11 -0
  45. package/build/constants/table/cell/authenticationsTableCellWidth.js +11 -0
  46. package/build/constants/table/cell/authorizationTableCellWidth.d.ts +32 -0
  47. package/build/constants/table/cell/authorizationTableCellWidth.js +32 -0
  48. package/build/constants/table/cell/chargeTableCellWidth.d.ts +32 -0
  49. package/build/constants/table/cell/chargeTableCellWidth.js +32 -0
  50. package/build/constants/table/cell/destinationsTableCellWidth.d.ts +21 -0
  51. package/build/constants/table/cell/destinationsTableCellWidth.js +21 -0
  52. package/build/constants/table/cell/intentsTableCellWidth.d.ts +6 -0
  53. package/build/constants/table/cell/intentsTableCellWidth.js +6 -0
  54. package/build/constants/table/cell/invoicesTableCellWidth.d.ts +17 -0
  55. package/build/constants/table/cell/invoicesTableCellWidth.js +17 -0
  56. package/build/constants/table/cell/leadsTableCellWidth.d.ts +7 -0
  57. package/build/constants/table/cell/leadsTableCellWidth.js +7 -0
  58. package/build/constants/table/cell/merchantsTableCellWidth.d.ts +12 -1
  59. package/build/constants/table/cell/merchantsTableCellWidth.js +12 -1
  60. package/build/constants/table/cell/ordersTableCellWidth.d.ts +11 -0
  61. package/build/constants/table/cell/ordersTableCellWidth.js +11 -0
  62. package/build/constants/table/cell/payoutsTableCellWidth.d.ts +11 -0
  63. package/build/constants/table/cell/payoutsTableCellWidth.js +11 -0
  64. package/build/constants/table/cell/protectAuthorizationsTableCellWidth.d.ts +14 -0
  65. package/build/constants/table/cell/protectAuthorizationsTableCellWidth.js +14 -0
  66. package/build/constants/table/cell/protectChargesTableCellWidth.d.ts +13 -0
  67. package/build/constants/table/cell/protectChargesTableCellWidth.js +13 -0
  68. package/build/constants/table/cell/refundTableCellWidth.d.ts +28 -0
  69. package/build/constants/table/cell/refundTableCellWidth.js +28 -0
  70. package/build/constants/table/cell/terminalsTableCellWidth.d.ts +14 -0
  71. package/build/constants/table/cell/terminalsTableCellWidth.js +14 -0
  72. package/build/constants/table/cell/tokensTableCellWidth.d.ts +9 -0
  73. package/build/constants/table/cell/tokensTableCellWidth.js +9 -0
  74. package/build/constants/table/cell/topupsTableCellWidth.d.ts +11 -0
  75. package/build/constants/table/cell/topupsTableCellWidth.js +11 -0
  76. package/build/constants/table/cell/walletDetailsTableCellWidth.d.ts +6 -0
  77. package/build/constants/table/cell/walletDetailsTableCellWidth.js +6 -0
  78. package/build/constants/table/cell/walletStatementTableCellWidth.d.ts +12 -0
  79. package/build/constants/table/cell/walletStatementTableCellWidth.js +12 -0
  80. package/build/constants/table/cell/walletTableCellWidth.d.ts +6 -0
  81. package/build/constants/table/cell/walletTableCellWidth.js +6 -0
  82. package/build/types/table.d.ts +2 -1
  83. package/package.json +129 -129
@@ -2,85 +2,106 @@ export declare const destinationsTableCellWidth: {
2
2
  readonly id: {
3
3
  readonly default: "225px";
4
4
  readonly text: "225px";
5
+ readonly sheet: "225px";
5
6
  };
6
7
  readonly reference_order: {
7
8
  readonly default: "255px";
8
9
  readonly text: "255px";
10
+ readonly sheet: "255px";
9
11
  };
10
12
  readonly created: {
11
13
  readonly default: "170px";
12
14
  readonly text: "170px";
15
+ readonly sheet: "170px";
13
16
  };
14
17
  readonly receipt: {
15
18
  readonly default: "85px";
16
19
  readonly text: "150px";
20
+ readonly sheet: "150px";
17
21
  };
18
22
  readonly reference: {
19
23
  readonly default: "95px";
20
24
  readonly text: "180px";
25
+ readonly sheet: "180px";
21
26
  };
22
27
  readonly charge_order: {
23
28
  readonly default: "150px";
24
29
  readonly text: "250px";
30
+ readonly sheet: "250px";
25
31
  };
26
32
  readonly customer: {
27
33
  readonly default: "180px";
28
34
  readonly text: "180px";
35
+ readonly sheet: "180px";
29
36
  };
30
37
  readonly chargeId: {
31
38
  readonly default: "225px";
32
39
  readonly text: "225px";
40
+ readonly sheet: "225px";
33
41
  };
34
42
  readonly chargeDate: {
35
43
  readonly default: "150px";
36
44
  readonly text: "150px";
45
+ readonly sheet: "150px";
37
46
  };
38
47
  readonly device: {
39
48
  readonly default: "150px";
40
49
  readonly text: "250px";
50
+ readonly sheet: "250px";
41
51
  };
42
52
  readonly source: {
43
53
  readonly default: "114px";
44
54
  readonly text: "125px";
55
+ readonly sheet: "125px";
45
56
  };
46
57
  readonly authenticate: {
47
58
  readonly default: "18px";
48
59
  readonly text: "250px";
60
+ readonly sheet: "250px";
49
61
  };
50
62
  readonly payment_agreement: {
51
63
  readonly default: "50px";
52
64
  readonly text: "250px";
65
+ readonly sheet: "250px";
53
66
  };
54
67
  readonly amount: {
55
68
  readonly default: "195px";
56
69
  readonly text: "195px";
70
+ readonly sheet: "195px";
57
71
  };
58
72
  readonly status: {
59
73
  readonly default: "50px";
60
74
  readonly text: "100px";
75
+ readonly sheet: "100px";
61
76
  };
62
77
  readonly chargeStatus: {
63
78
  readonly default: "150px";
64
79
  readonly text: "250px";
80
+ readonly sheet: "250px";
65
81
  };
66
82
  readonly merchant: {
67
83
  readonly default: "100px";
68
84
  readonly text: "180px";
85
+ readonly sheet: "180px";
69
86
  };
70
87
  readonly actions: {
71
88
  readonly default: "100px";
72
89
  readonly text: "100px";
90
+ readonly sheet: "100px";
73
91
  };
74
92
  readonly destination: {
75
93
  readonly default: "100px";
76
94
  readonly text: "100px";
95
+ readonly sheet: "100px";
77
96
  };
78
97
  readonly retailer: {
79
98
  readonly default: "100px";
80
99
  readonly text: "100px";
100
+ readonly sheet: "100px";
81
101
  };
82
102
  readonly payout: {
83
103
  readonly default: "180px";
84
104
  readonly text: "180px";
105
+ readonly sheet: "180px";
85
106
  };
86
107
  };
@@ -2,85 +2,106 @@ export const destinationsTableCellWidth = {
2
2
  id: {
3
3
  default: '225px',
4
4
  text: '225px',
5
+ sheet: '225px',
5
6
  },
6
7
  reference_order: {
7
8
  default: '255px',
8
9
  text: '255px',
10
+ sheet: '255px',
9
11
  },
10
12
  created: {
11
13
  default: '170px',
12
14
  text: '170px',
15
+ sheet: '170px',
13
16
  },
14
17
  receipt: {
15
18
  default: '85px',
16
19
  text: '150px',
20
+ sheet: '150px',
17
21
  },
18
22
  reference: {
19
23
  default: '95px',
20
24
  text: '180px',
25
+ sheet: '180px',
21
26
  },
22
27
  charge_order: {
23
28
  default: '150px',
24
29
  text: '250px',
30
+ sheet: '250px',
25
31
  },
26
32
  customer: {
27
33
  default: '180px',
28
34
  text: '180px',
35
+ sheet: '180px',
29
36
  },
30
37
  chargeId: {
31
38
  default: '225px',
32
39
  text: '225px',
40
+ sheet: '225px',
33
41
  },
34
42
  chargeDate: {
35
43
  default: '150px',
36
44
  text: '150px',
45
+ sheet: '150px',
37
46
  },
38
47
  device: {
39
48
  default: '150px',
40
49
  text: '250px',
50
+ sheet: '250px',
41
51
  },
42
52
  source: {
43
53
  default: '114px',
44
54
  text: '125px',
55
+ sheet: '125px',
45
56
  },
46
57
  authenticate: {
47
58
  default: '18px',
48
59
  text: '250px',
60
+ sheet: '250px',
49
61
  },
50
62
  payment_agreement: {
51
63
  default: '50px',
52
64
  text: '250px',
65
+ sheet: '250px',
53
66
  },
54
67
  amount: {
55
68
  default: '195px',
56
69
  text: '195px',
70
+ sheet: '195px',
57
71
  },
58
72
  status: {
59
73
  default: '50px',
60
74
  text: '100px',
75
+ sheet: '100px',
61
76
  },
62
77
  chargeStatus: {
63
78
  default: '150px',
64
79
  text: '250px',
80
+ sheet: '250px',
65
81
  },
66
82
  merchant: {
67
83
  default: '100px',
68
84
  text: '180px',
85
+ sheet: '180px',
69
86
  },
70
87
  actions: {
71
88
  default: '100px',
72
89
  text: '100px',
90
+ sheet: '100px',
73
91
  },
74
92
  destination: {
75
93
  default: '100px',
76
94
  text: '100px',
95
+ sheet: '100px',
77
96
  },
78
97
  retailer: {
79
98
  default: '100px',
80
99
  text: '100px',
100
+ sheet: '100px',
81
101
  },
82
102
  payout: {
83
103
  default: '180px',
84
104
  text: '180px',
105
+ sheet: '180px',
85
106
  },
86
107
  };
@@ -2,25 +2,31 @@ export declare const intentsTableCellWidth: {
2
2
  readonly created: {
3
3
  readonly default: "170px";
4
4
  readonly text: "170px";
5
+ readonly sheet: "170px";
5
6
  };
6
7
  readonly reference: {
7
8
  readonly default: "150px";
8
9
  readonly text: "250px";
10
+ readonly sheet: "250px";
9
11
  };
10
12
  readonly customer: {
11
13
  readonly default: "180px";
12
14
  readonly text: "180px";
15
+ readonly sheet: "180px";
13
16
  };
14
17
  readonly amount: {
15
18
  readonly default: "195px";
16
19
  readonly text: "250px";
20
+ readonly sheet: "250px";
17
21
  };
18
22
  readonly status: {
19
23
  readonly default: "150px";
20
24
  readonly text: "250px";
25
+ readonly sheet: "250px";
21
26
  };
22
27
  readonly actions: {
23
28
  readonly default: "100px";
24
29
  readonly text: "100px";
30
+ readonly sheet: "100px";
25
31
  };
26
32
  };
@@ -2,25 +2,31 @@ export const intentsTableCellWidth = {
2
2
  created: {
3
3
  default: '170px',
4
4
  text: '170px',
5
+ sheet: '170px',
5
6
  },
6
7
  reference: {
7
8
  default: '150px',
8
9
  text: '250px',
10
+ sheet: '250px',
9
11
  },
10
12
  customer: {
11
13
  default: '180px',
12
14
  text: '180px',
15
+ sheet: '180px',
13
16
  },
14
17
  amount: {
15
18
  default: '195px',
16
19
  text: '250px',
20
+ sheet: '250px',
17
21
  },
18
22
  status: {
19
23
  default: '150px',
20
24
  text: '250px',
25
+ sheet: '250px',
21
26
  },
22
27
  actions: {
23
28
  default: '100px',
24
29
  text: '100px',
30
+ sheet: '100px',
25
31
  },
26
32
  };
@@ -2,69 +2,86 @@ export declare const invoicesTableCellWidth: {
2
2
  readonly id: {
3
3
  readonly default: "180px";
4
4
  readonly text: "180px";
5
+ readonly sheet: "180px";
5
6
  };
6
7
  readonly link: {
7
8
  readonly default: "145px";
8
9
  readonly text: "145px";
10
+ readonly sheet: "145px";
9
11
  };
10
12
  readonly date: {
11
13
  readonly default: "150px";
12
14
  readonly text: "150px";
15
+ readonly sheet: "150px";
13
16
  };
14
17
  readonly order: {
15
18
  readonly default: "80px";
16
19
  readonly text: "80px";
20
+ readonly sheet: "80px";
17
21
  };
18
22
  readonly customer: {
19
23
  readonly default: "180px";
20
24
  readonly text: "180px";
25
+ readonly sheet: "180px";
21
26
  };
22
27
  readonly amount: {
23
28
  readonly default: "195px";
24
29
  readonly text: "195px";
30
+ readonly sheet: "195px";
25
31
  };
26
32
  readonly channel: {
27
33
  readonly default: "90px";
28
34
  readonly text: "90px";
35
+ readonly sheet: "90px";
29
36
  };
30
37
  readonly due: {
31
38
  readonly default: "92px";
32
39
  readonly text: "340px";
40
+ readonly sheet: "340px";
33
41
  };
34
42
  readonly status: {
35
43
  readonly default: "90px";
36
44
  readonly text: "170px";
45
+ readonly sheet: "170px";
37
46
  };
38
47
  readonly actions: {
39
48
  readonly default: "100px";
40
49
  readonly text: "100px";
50
+ readonly sheet: "100px";
41
51
  };
42
52
  readonly paymentMethod: {
43
53
  readonly default: "110px";
44
54
  readonly text: "130px";
55
+ readonly sheet: "130px";
45
56
  };
46
57
  readonly cardNo: {
47
58
  readonly default: "130px";
48
59
  readonly text: "130px";
60
+ readonly sheet: "130px";
49
61
  };
50
62
  readonly chargeId: {
51
63
  readonly default: "225px";
52
64
  readonly text: "225px";
65
+ readonly sheet: "225px";
53
66
  };
54
67
  readonly receiptId: {
55
68
  readonly default: "180px";
56
69
  readonly text: "180px";
70
+ readonly sheet: "180px";
57
71
  };
58
72
  readonly reference_no: {
59
73
  readonly default: "225px";
60
74
  readonly text: "225px";
75
+ readonly sheet: "225px";
61
76
  };
62
77
  readonly invoice_number: {
63
78
  readonly default: "160px";
64
79
  readonly text: "160px";
80
+ readonly sheet: "160px";
65
81
  };
66
82
  readonly auth_code: {
67
83
  readonly default: "80px";
68
84
  readonly text: "80px";
85
+ readonly sheet: "80px";
69
86
  };
70
87
  };
@@ -2,69 +2,86 @@ export const invoicesTableCellWidth = {
2
2
  id: {
3
3
  default: '180px',
4
4
  text: '180px',
5
+ sheet: '180px',
5
6
  },
6
7
  link: {
7
8
  default: '145px',
8
9
  text: '145px',
10
+ sheet: '145px',
9
11
  },
10
12
  date: {
11
13
  default: '150px',
12
14
  text: '150px',
15
+ sheet: '150px',
13
16
  },
14
17
  order: {
15
18
  default: '80px',
16
19
  text: '80px',
20
+ sheet: '80px',
17
21
  },
18
22
  customer: {
19
23
  default: '180px',
20
24
  text: '180px',
25
+ sheet: '180px',
21
26
  },
22
27
  amount: {
23
28
  default: '195px',
24
29
  text: '195px',
30
+ sheet: '195px',
25
31
  },
26
32
  channel: {
27
33
  default: '90px',
28
34
  text: '90px',
35
+ sheet: '90px',
29
36
  },
30
37
  due: {
31
38
  default: '92px',
32
39
  text: '340px',
40
+ sheet: '340px',
33
41
  },
34
42
  status: {
35
43
  default: '90px',
36
44
  text: '170px',
45
+ sheet: '170px',
37
46
  },
38
47
  actions: {
39
48
  default: '100px',
40
49
  text: '100px',
50
+ sheet: '100px',
41
51
  },
42
52
  paymentMethod: {
43
53
  default: '110px',
44
54
  text: '130px',
55
+ sheet: '130px',
45
56
  },
46
57
  cardNo: {
47
58
  default: '130px',
48
59
  text: '130px',
60
+ sheet: '130px',
49
61
  },
50
62
  chargeId: {
51
63
  default: '225px',
52
64
  text: '225px',
65
+ sheet: '225px',
53
66
  },
54
67
  receiptId: {
55
68
  default: '180px',
56
69
  text: '180px',
70
+ sheet: '180px',
57
71
  },
58
72
  reference_no: {
59
73
  default: '225px',
60
74
  text: '225px',
75
+ sheet: '225px',
61
76
  },
62
77
  invoice_number: {
63
78
  default: '160px',
64
79
  text: '160px',
80
+ sheet: '160px',
65
81
  },
66
82
  auth_code: {
67
83
  default: '80px',
68
84
  text: '80px',
85
+ sheet: '80px',
69
86
  },
70
87
  };
@@ -2,29 +2,36 @@ export declare const leadsTableCellWidth: {
2
2
  readonly id: {
3
3
  readonly default: "180px";
4
4
  readonly text: "180px";
5
+ readonly sheet: "180px";
5
6
  };
6
7
  readonly payouts: {
7
8
  readonly default: "150px";
8
9
  readonly text: "250px";
10
+ readonly sheet: "250px";
9
11
  };
10
12
  readonly customer: {
11
13
  readonly default: "180px";
12
14
  readonly text: "180px";
15
+ readonly sheet: "180px";
13
16
  };
14
17
  readonly brand: {
15
18
  readonly default: "150px";
16
19
  readonly text: "250px";
20
+ readonly sheet: "250px";
17
21
  };
18
22
  readonly source: {
19
23
  readonly default: "70px";
20
24
  readonly text: "125px";
25
+ readonly sheet: "125px";
21
26
  };
22
27
  readonly status: {
23
28
  readonly default: "150px";
24
29
  readonly text: "250px";
30
+ readonly sheet: "250px";
25
31
  };
26
32
  readonly actions: {
27
33
  readonly default: "100px";
28
34
  readonly text: "100px";
35
+ readonly sheet: "100px";
29
36
  };
30
37
  };
@@ -2,29 +2,36 @@ export const leadsTableCellWidth = {
2
2
  id: {
3
3
  default: '180px',
4
4
  text: '180px',
5
+ sheet: '180px',
5
6
  },
6
7
  payouts: {
7
8
  default: '150px',
8
9
  text: '250px',
10
+ sheet: '250px',
9
11
  },
10
12
  customer: {
11
13
  default: '180px',
12
14
  text: '180px',
15
+ sheet: '180px',
13
16
  },
14
17
  brand: {
15
18
  default: '150px',
16
19
  text: '250px',
20
+ sheet: '250px',
17
21
  },
18
22
  source: {
19
23
  default: '70px',
20
24
  text: '125px',
25
+ sheet: '125px',
21
26
  },
22
27
  status: {
23
28
  default: '150px',
24
29
  text: '250px',
30
+ sheet: '250px',
25
31
  },
26
32
  actions: {
27
33
  default: '100px',
28
34
  text: '100px',
35
+ sheet: '100px',
29
36
  },
30
37
  };
@@ -2,45 +2,56 @@ export declare const merchantsTableCellWidth: {
2
2
  readonly id: {
3
3
  readonly default: "225px";
4
4
  readonly text: "225px";
5
+ readonly sheet: "225px";
5
6
  };
6
7
  readonly entity: {
7
8
  readonly default: "150px";
8
9
  readonly text: "180px";
10
+ readonly sheet: "180px";
9
11
  };
10
12
  readonly created: {
11
13
  readonly default: "170px";
12
14
  readonly text: "170px";
15
+ readonly sheet: "170px";
13
16
  };
14
17
  readonly brands: {
15
18
  readonly default: "116px";
16
19
  readonly text: "120px";
20
+ readonly sheet: "120px";
17
21
  };
18
22
  readonly marketplace: {
19
23
  readonly default: "110px";
20
24
  readonly text: "110px";
25
+ readonly sheet: "110px";
21
26
  };
22
27
  readonly individuals: {
23
28
  readonly default: "116px";
24
29
  readonly text: "120px";
30
+ readonly sheet: "120px";
25
31
  };
26
32
  readonly segments: {
27
- readonly default: "95px";
33
+ readonly default: "70px";
28
34
  readonly text: "180px";
35
+ readonly sheet: "180px";
29
36
  };
30
37
  readonly status: {
31
38
  readonly default: "80px";
32
39
  readonly text: "100px";
40
+ readonly sheet: "100px";
33
41
  };
34
42
  readonly actions: {
35
43
  readonly default: "100px";
36
44
  readonly text: "100px";
45
+ readonly sheet: "100px";
37
46
  };
38
47
  readonly avatar: {
39
48
  readonly default: "40px";
40
49
  readonly text: "40px";
50
+ readonly sheet: "40px";
41
51
  };
42
52
  readonly user_name: {
43
53
  readonly default: "150px";
44
54
  readonly text: "180px";
55
+ readonly sheet: "180px";
45
56
  };
46
57
  };
@@ -2,45 +2,56 @@ export const merchantsTableCellWidth = {
2
2
  id: {
3
3
  default: '225px',
4
4
  text: '225px',
5
+ sheet: '225px',
5
6
  },
6
7
  entity: {
7
8
  default: '150px',
8
9
  text: '180px',
10
+ sheet: '180px',
9
11
  },
10
12
  created: {
11
13
  default: '170px',
12
14
  text: '170px',
15
+ sheet: '170px',
13
16
  },
14
17
  brands: {
15
18
  default: '116px',
16
19
  text: '120px',
20
+ sheet: '120px',
17
21
  },
18
22
  marketplace: {
19
23
  default: '110px',
20
24
  text: '110px',
25
+ sheet: '110px',
21
26
  },
22
27
  individuals: {
23
28
  default: '116px',
24
29
  text: '120px',
30
+ sheet: '120px',
25
31
  },
26
32
  segments: {
27
- default: '95px',
33
+ default: '70px',
28
34
  text: '180px',
35
+ sheet: '180px',
29
36
  },
30
37
  status: {
31
38
  default: '80px',
32
39
  text: '100px',
40
+ sheet: '100px',
33
41
  },
34
42
  actions: {
35
43
  default: '100px',
36
44
  text: '100px',
45
+ sheet: '100px',
37
46
  },
38
47
  avatar: {
39
48
  default: '40px',
40
49
  text: '40px',
50
+ sheet: '40px',
41
51
  },
42
52
  user_name: {
43
53
  default: '150px',
44
54
  text: '180px',
55
+ sheet: '180px',
45
56
  },
46
57
  };