@tap-payments/os-micro-frontend-shared 0.1.93 → 0.1.95-test.20

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 (103) hide show
  1. package/build/components/AccountDropdown/style.d.ts +1 -1
  2. package/build/components/ActionMenu/style.d.ts +1 -1
  3. package/build/components/ActivityAreaChart/styles.d.ts +3 -3
  4. package/build/components/AppServices/style.d.ts +1 -1
  5. package/build/components/AppWindowWrapper/AppWindow/style.d.ts +2 -2
  6. package/build/components/Calender/style.d.ts +4 -4
  7. package/build/components/Chip/style.d.ts +5 -5
  8. package/build/components/CircularProgressWithLabel/style.d.ts +1 -1
  9. package/build/components/ColorPicker/style.d.ts +2 -2
  10. package/build/components/ConfirmDialog/styles.d.ts +1 -1
  11. package/build/components/CountBadge/style.d.ts +5 -5
  12. package/build/components/Dialog/style.d.ts +5 -5
  13. package/build/components/DockButton/style.d.ts +1 -1
  14. package/build/components/DropdownButton/constants.d.ts +2 -2
  15. package/build/components/DropdownButton/style.d.ts +2 -2
  16. package/build/components/ErrorBoundary/style.d.ts +1 -1
  17. package/build/components/FileUpload/style.d.ts +3 -3
  18. package/build/components/FileUploader/style.d.ts +1 -1
  19. package/build/components/FlippingCard/style.d.ts +5 -5
  20. package/build/components/IconWithLabel/style.d.ts +1 -1
  21. package/build/components/IconsDropdown/style.d.ts +2 -2
  22. package/build/components/ImageWrapper/ImageWrapper.d.ts +5 -5
  23. package/build/components/InputBase/SelectBase/style.d.ts +1 -1
  24. package/build/components/Inputs/FileInput/style.d.ts +1 -1
  25. package/build/components/JSONViewer/style.d.ts +11 -11
  26. package/build/components/LabeledIconDropdown/style.d.ts +3 -3
  27. package/build/components/LeftPeekRightExpandingChip/style.d.ts +15 -15
  28. package/build/components/MultiSelectStatusButton/style.d.ts +1 -1
  29. package/build/components/MultiSelectWithSearch/style.d.ts +3 -3
  30. package/build/components/NestedDropdown/NestedDropdown.d.ts +4 -2
  31. package/build/components/NestedDropdown/NestedDropdown.js +13 -2
  32. package/build/components/NestedDropdown/NestedMenuItem.d.ts +4 -1
  33. package/build/components/NestedDropdown/NestedMenuItem.js +2 -4
  34. package/build/components/NestedDropdown/styles.d.ts +1 -1
  35. package/build/components/NestedDropdown/types.d.ts +1 -1
  36. package/build/components/ProgressBar/style.d.ts +1 -1
  37. package/build/components/ProgressRing/style.d.ts +2 -2
  38. package/build/components/RFH/Inputs/SelectWithAccordion/style.d.ts +3 -3
  39. package/build/components/RangeCalender/components/QuickFilters/style.d.ts +1 -1
  40. package/build/components/RangeCalender/components/RangeDatepicker/style.d.ts +1 -1
  41. package/build/components/RangeCalender/style.d.ts +3 -3
  42. package/build/components/RightLeftExpandingCenterChip/style.d.ts +65 -65
  43. package/build/components/SearchButton/styles.d.ts +10 -10
  44. package/build/components/SelectDropdown/style.d.ts +1 -1
  45. package/build/components/SelectWithSearch/style.d.ts +3 -3
  46. package/build/components/StatusButton/style.d.ts +2 -2
  47. package/build/components/StatusIcons/AuthIcons/style.d.ts +10 -10
  48. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +5 -5
  49. package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.d.ts +4 -2
  50. package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.js +9 -4
  51. package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.d.ts +2 -1
  52. package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.js +2 -2
  53. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +30 -30
  54. package/build/components/StatusIcons/DestinationIcon/DestinationIcon.d.ts +5 -2
  55. package/build/components/StatusIcons/DestinationIcon/DestinationIcon.js +13 -5
  56. package/build/components/StatusIcons/PayoutIcon/PayoutIcon.d.ts +5 -1
  57. package/build/components/StatusIcons/PayoutIcon/PayoutIcon.js +8 -3
  58. package/build/components/StatusIcons/RefundIcon/RefundIcon.d.ts +5 -1
  59. package/build/components/StatusIcons/RefundIcon/RefundIcon.js +18 -10
  60. package/build/components/StatusIcons/SourceIcons/style.d.ts +5 -5
  61. package/build/components/StatusLabel/style.d.ts +1 -1
  62. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +5 -5
  63. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +5 -5
  64. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +10 -10
  65. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +25 -25
  66. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +25 -25
  67. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +5 -5
  68. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +5 -5
  69. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +5 -5
  70. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +25 -25
  71. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +5 -5
  72. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +10 -10
  73. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +5 -5
  74. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +5 -5
  75. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +25 -25
  76. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +5 -5
  77. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +5 -5
  78. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +10 -10
  79. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +5 -5
  80. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +5 -5
  81. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +5 -5
  82. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +5 -5
  83. package/build/components/TableCells/CustomCells/SourceMergedCell/style.d.ts +30 -30
  84. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +30 -30
  85. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +25 -25
  86. package/build/components/TableCells/CustomCells/style.d.ts +5 -5
  87. package/build/components/TableHeader/style.d.ts +1 -1
  88. package/build/components/Timepicker/style.d.ts +2 -2
  89. package/build/components/ToolbarIcon/ExpandButton/style.d.ts +1 -1
  90. package/build/components/VirtualTables/components/ColumnFilter/Inputs/style.d.ts +1 -1
  91. package/build/components/VirtualTables/components/ColumnFilter/style.d.ts +2 -2
  92. package/build/components/VirtualTables/components/ErrorList/styles.d.ts +1 -1
  93. package/build/components/VirtualTables/components/TableFooter/style.d.ts +2 -2
  94. package/build/components/VirtualTables/components/style.d.ts +5 -5
  95. package/build/components/Widget/style.d.ts +1 -1
  96. package/build/components/Window/style.d.ts +10 -10
  97. package/build/components/WindowAppIcon/style.d.ts +1 -1
  98. package/build/constants/segment.d.ts +1 -0
  99. package/build/constants/segment.js +1 -0
  100. package/build/constants/table/cell/destinationsTableCellWidth.d.ts +67 -7
  101. package/build/constants/table/cell/destinationsTableCellWidth.js +67 -7
  102. package/build/types/column.d.ts +3 -0
  103. package/package.json +3 -3
@@ -5,9 +5,11 @@ export declare const initalStyle: any;
5
5
  export declare const ContentWrapper: import("@emotion/styled").StyledComponent<{
6
6
  hidden?: boolean | undefined;
7
7
  id?: string | undefined;
8
+ color?: string | undefined;
9
+ content?: string | undefined;
10
+ translate?: "yes" | "no" | undefined;
8
11
  slot?: string | undefined;
9
12
  title?: string | undefined;
10
- color?: string | undefined;
11
13
  className?: string | undefined;
12
14
  defaultChecked?: boolean | undefined;
13
15
  defaultValue?: string | number | readonly string[] | undefined;
@@ -25,11 +27,9 @@ export declare const ContentWrapper: import("@emotion/styled").StyledComponent<{
25
27
  nonce?: string | undefined;
26
28
  spellCheck?: (boolean | "false" | "true") | undefined;
27
29
  tabIndex?: number | undefined;
28
- translate?: "yes" | "no" | undefined;
29
30
  radioGroup?: string | undefined;
30
31
  role?: import("react").AriaRole | undefined;
31
32
  about?: string | undefined;
32
- content?: string | undefined;
33
33
  datatype?: string | undefined;
34
34
  inlist?: any;
35
35
  prefix?: string | undefined;
@@ -65,7 +65,7 @@ export declare const ContentWrapper: import("@emotion/styled").StyledComponent<{
65
65
  "aria-colindextext"?: string | undefined;
66
66
  "aria-colspan"?: number | undefined;
67
67
  "aria-controls"?: string | undefined;
68
- "aria-current"?: boolean | "date" | "false" | "true" | "time" | "page" | "step" | "location" | undefined;
68
+ "aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
69
69
  "aria-describedby"?: string | undefined;
70
70
  "aria-description"?: string | undefined;
71
71
  "aria-details"?: string | undefined;
@@ -75,7 +75,7 @@ export declare const ContentWrapper: import("@emotion/styled").StyledComponent<{
75
75
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
76
76
  "aria-flowto"?: string | undefined;
77
77
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
78
- "aria-haspopup"?: boolean | "false" | "true" | "dialog" | "menu" | "grid" | "listbox" | "tree" | undefined;
78
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
79
79
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
80
80
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
81
81
  "aria-keyshortcuts"?: string | undefined;
@@ -272,9 +272,11 @@ export declare const AppContainerWrapper: import("@emotion/styled").StyledCompon
272
272
  export declare const AppContainerContainer: import("@emotion/styled").StyledComponent<{
273
273
  hidden?: boolean | undefined;
274
274
  id?: string | undefined;
275
+ color?: string | undefined;
276
+ content?: string | undefined;
277
+ translate?: "yes" | "no" | undefined;
275
278
  slot?: string | undefined;
276
279
  title?: string | undefined;
277
- color?: string | undefined;
278
280
  className?: string | undefined;
279
281
  defaultChecked?: boolean | undefined;
280
282
  defaultValue?: string | number | readonly string[] | undefined;
@@ -292,11 +294,9 @@ export declare const AppContainerContainer: import("@emotion/styled").StyledComp
292
294
  nonce?: string | undefined;
293
295
  spellCheck?: (boolean | "false" | "true") | undefined;
294
296
  tabIndex?: number | undefined;
295
- translate?: "yes" | "no" | undefined;
296
297
  radioGroup?: string | undefined;
297
298
  role?: import("react").AriaRole | undefined;
298
299
  about?: string | undefined;
299
- content?: string | undefined;
300
300
  datatype?: string | undefined;
301
301
  inlist?: any;
302
302
  prefix?: string | undefined;
@@ -332,7 +332,7 @@ export declare const AppContainerContainer: import("@emotion/styled").StyledComp
332
332
  "aria-colindextext"?: string | undefined;
333
333
  "aria-colspan"?: number | undefined;
334
334
  "aria-controls"?: string | undefined;
335
- "aria-current"?: boolean | "date" | "false" | "true" | "time" | "page" | "step" | "location" | undefined;
335
+ "aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
336
336
  "aria-describedby"?: string | undefined;
337
337
  "aria-description"?: string | undefined;
338
338
  "aria-details"?: string | undefined;
@@ -342,7 +342,7 @@ export declare const AppContainerContainer: import("@emotion/styled").StyledComp
342
342
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
343
343
  "aria-flowto"?: string | undefined;
344
344
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
345
- "aria-haspopup"?: boolean | "false" | "true" | "dialog" | "menu" | "grid" | "listbox" | "tree" | undefined;
345
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
346
346
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
347
347
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
348
348
  "aria-keyshortcuts"?: string | undefined;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  export declare const TitleStyled: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
3
3
  ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
4
- }, "width" | "minHeight" | "height" | "bottom" | "left" | "right" | "top" | "m" | "order" | "p" | "style" | "color" | "border" | "borderRadius" | "borderColor" | "borderBottom" | "flex" | "display" | "alignItems" | "borderTop" | "borderRight" | "borderLeft" | "className" | "classes" | "children" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignContent" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "zIndex" | "position" | "boxShadow" | "maxWidth" | "minWidth" | "maxHeight" | "boxSizing" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "sx" | "variant" | "variantMapping"> & {
4
+ }, "width" | "minHeight" | "height" | "bottom" | "left" | "right" | "top" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "style" | "className" | "classes" | "children" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "sx" | "variant" | "variantMapping"> & {
5
5
  component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  } & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
7
7
  export declare const StyledWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -8,5 +8,6 @@ export declare const SEGMENT_TYPE_FILTERS_MAP: {
8
8
  PAYMENT_FACILITATOR: string;
9
9
  PAYMENT_ISSUER: string;
10
10
  PAYMENT_ACQUIRER: string;
11
+ RETAIL_PLATFORM: string;
11
12
  };
12
13
  export type SegmentCode = keyof typeof SEGMENT_TYPE_FILTERS_MAP;
@@ -8,4 +8,5 @@ export const SEGMENT_TYPE_FILTERS_MAP = {
8
8
  PAYMENT_FACILITATOR: 'paymentInstitution',
9
9
  PAYMENT_ISSUER: 'paymentIssuerId',
10
10
  PAYMENT_ACQUIRER: 'paymentInstitution',
11
+ RETAIL_PLATFORM: 'platformId',
11
12
  };
@@ -12,12 +12,12 @@ export declare const destinationsTableCellWidth: {
12
12
  readonly created: {
13
13
  readonly default: "170px";
14
14
  readonly text: "170px";
15
- readonly sheet: "170px";
15
+ readonly sheet: "130px";
16
16
  };
17
17
  readonly receipt: {
18
18
  readonly default: "85px";
19
19
  readonly text: "150px";
20
- readonly sheet: "150px";
20
+ readonly sheet: "165px";
21
21
  };
22
22
  readonly reference: {
23
23
  readonly default: "95px";
@@ -47,7 +47,7 @@ export declare const destinationsTableCellWidth: {
47
47
  readonly device: {
48
48
  readonly default: "150px";
49
49
  readonly text: "250px";
50
- readonly sheet: "250px";
50
+ readonly sheet: "235px";
51
51
  };
52
52
  readonly source: {
53
53
  readonly default: "114px";
@@ -62,7 +62,7 @@ export declare const destinationsTableCellWidth: {
62
62
  readonly payment_agreement: {
63
63
  readonly default: "50px";
64
64
  readonly text: "250px";
65
- readonly sheet: "250px";
65
+ readonly sheet: "165px";
66
66
  };
67
67
  readonly amount: {
68
68
  readonly default: "195px";
@@ -81,13 +81,13 @@ export declare const destinationsTableCellWidth: {
81
81
  };
82
82
  readonly merchant: {
83
83
  readonly default: "100px";
84
- readonly text: "180px";
85
- readonly sheet: "180px";
84
+ readonly text: "150px";
85
+ readonly sheet: "215px";
86
86
  };
87
87
  readonly actions: {
88
88
  readonly default: "100px";
89
89
  readonly text: "100px";
90
- readonly sheet: "100px";
90
+ readonly sheet: "85px";
91
91
  };
92
92
  readonly destination: {
93
93
  readonly default: "100px";
@@ -109,4 +109,64 @@ export declare const destinationsTableCellWidth: {
109
109
  readonly text: "116px";
110
110
  readonly sheet: "116px";
111
111
  };
112
+ readonly payment_initiated: {
113
+ readonly default: "150px";
114
+ readonly text: "150px";
115
+ readonly sheet: "150px";
116
+ };
117
+ readonly payment_issuers: {
118
+ readonly default: "150px";
119
+ readonly text: "150px";
120
+ readonly sheet: "350px";
121
+ };
122
+ readonly card_number: {
123
+ readonly default: "120px";
124
+ readonly text: "120px";
125
+ readonly sheet: "155px";
126
+ };
127
+ readonly card_no: {
128
+ readonly default: "120px";
129
+ readonly text: "120px";
130
+ readonly sheet: "200px";
131
+ };
132
+ readonly payment_type: {
133
+ readonly default: "150px";
134
+ readonly text: "150px";
135
+ readonly sheet: "120px";
136
+ };
137
+ readonly payment_method: {
138
+ readonly default: "150px";
139
+ readonly text: "150px";
140
+ readonly sheet: "145px";
141
+ };
142
+ readonly payment_scheme: {
143
+ readonly default: "150px";
144
+ readonly text: "150px";
145
+ readonly sheet: "145px";
146
+ };
147
+ readonly auth_status: {
148
+ readonly default: "150px";
149
+ readonly text: "150px";
150
+ readonly sheet: "165px";
151
+ };
152
+ readonly auth_type: {
153
+ readonly default: "150px";
154
+ readonly text: "150px";
155
+ readonly sheet: "155px";
156
+ };
157
+ readonly eci: {
158
+ readonly default: "150px";
159
+ readonly text: "150px";
160
+ readonly sheet: "100px";
161
+ };
162
+ readonly payout_status: {
163
+ readonly default: "120px";
164
+ readonly text: "120px";
165
+ readonly sheet: "120px";
166
+ };
167
+ readonly reference_transfer: {
168
+ readonly default: "350px";
169
+ readonly text: "350px";
170
+ readonly sheet: "350px";
171
+ };
112
172
  };
@@ -12,12 +12,12 @@ export const destinationsTableCellWidth = {
12
12
  created: {
13
13
  default: '170px',
14
14
  text: '170px',
15
- sheet: '170px',
15
+ sheet: '130px',
16
16
  },
17
17
  receipt: {
18
18
  default: '85px',
19
19
  text: '150px',
20
- sheet: '150px',
20
+ sheet: '165px',
21
21
  },
22
22
  reference: {
23
23
  default: '95px',
@@ -47,7 +47,7 @@ export const destinationsTableCellWidth = {
47
47
  device: {
48
48
  default: '150px',
49
49
  text: '250px',
50
- sheet: '250px',
50
+ sheet: '235px',
51
51
  },
52
52
  source: {
53
53
  default: '114px',
@@ -62,7 +62,7 @@ export const destinationsTableCellWidth = {
62
62
  payment_agreement: {
63
63
  default: '50px',
64
64
  text: '250px',
65
- sheet: '250px',
65
+ sheet: '165px',
66
66
  },
67
67
  amount: {
68
68
  default: '195px',
@@ -81,13 +81,13 @@ export const destinationsTableCellWidth = {
81
81
  },
82
82
  merchant: {
83
83
  default: '100px',
84
- text: '180px',
85
- sheet: '180px',
84
+ text: '150px',
85
+ sheet: '215px',
86
86
  },
87
87
  actions: {
88
88
  default: '100px',
89
89
  text: '100px',
90
- sheet: '100px',
90
+ sheet: '85px',
91
91
  },
92
92
  destination: {
93
93
  default: '100px',
@@ -109,4 +109,64 @@ export const destinationsTableCellWidth = {
109
109
  text: '116px',
110
110
  sheet: '116px',
111
111
  },
112
+ payment_initiated: {
113
+ default: '150px',
114
+ text: '150px',
115
+ sheet: '150px',
116
+ },
117
+ payment_issuers: {
118
+ default: '150px',
119
+ text: '150px',
120
+ sheet: '350px',
121
+ },
122
+ card_number: {
123
+ default: '120px',
124
+ text: '120px',
125
+ sheet: '155px',
126
+ },
127
+ card_no: {
128
+ default: '120px',
129
+ text: '120px',
130
+ sheet: '200px',
131
+ },
132
+ payment_type: {
133
+ default: '150px',
134
+ text: '150px',
135
+ sheet: '120px',
136
+ },
137
+ payment_method: {
138
+ default: '150px',
139
+ text: '150px',
140
+ sheet: '145px',
141
+ },
142
+ payment_scheme: {
143
+ default: '150px',
144
+ text: '150px',
145
+ sheet: '145px',
146
+ },
147
+ auth_status: {
148
+ default: '150px',
149
+ text: '150px',
150
+ sheet: '165px',
151
+ },
152
+ auth_type: {
153
+ default: '150px',
154
+ text: '150px',
155
+ sheet: '155px',
156
+ },
157
+ eci: {
158
+ default: '150px',
159
+ text: '150px',
160
+ sheet: '100px',
161
+ },
162
+ payout_status: {
163
+ default: '120px',
164
+ text: '120px',
165
+ sheet: '120px',
166
+ },
167
+ reference_transfer: {
168
+ default: '350px',
169
+ text: '350px',
170
+ sheet: '350px',
171
+ },
112
172
  };
@@ -1,5 +1,6 @@
1
1
  import type { ReactNode } from 'react';
2
2
  import { TextAndLang } from './user';
3
+ import { SxProps, Theme } from '@mui/material/styles';
3
4
  export interface ColumnsView {
4
5
  name: TextAndLang[];
5
6
  sorting?: 'ascending' | 'descending';
@@ -37,4 +38,6 @@ export interface ColumnViewProps {
37
38
  open?: boolean;
38
39
  displayChildrenCount?: boolean;
39
40
  disabled?: boolean;
41
+ sx?: SxProps<Theme>;
42
+ menuSx?: SxProps<Theme>;
40
43
  }
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.93",
5
- "testVersion": 2,
4
+ "version": "0.1.95-test.20",
5
+ "testVersion": 20,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",
@@ -136,4 +136,4 @@
136
136
  "publishConfig": {
137
137
  "registry": "https://registry.npmjs.org/"
138
138
  }
139
- }
139
+ }