@tap-payments/os-micro-frontend-shared 0.1.348 → 0.1.352-test.1

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 (79) hide show
  1. package/build/components/AnimatedSpinnerIcon/style.d.ts +0 -1
  2. package/build/components/Chip/style.d.ts +0 -1
  3. package/build/components/CountBadge/style.d.ts +0 -1
  4. package/build/components/Dialog/style.d.ts +0 -1
  5. package/build/components/FlippingCard/style.d.ts +0 -1
  6. package/build/components/ImageWrapper/ImageWrapper.d.ts +0 -1
  7. package/build/components/JSONViewer/style.d.ts +0 -1
  8. package/build/components/LeftPeekRightExpandingChip/style.d.ts +0 -1
  9. package/build/components/RightLeftExpandingCenterChip/style.d.ts +0 -1
  10. package/build/components/SearchButton/styles.d.ts +0 -1
  11. package/build/components/StatusIcons/AuthIcons/style.d.ts +0 -1
  12. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +0 -1
  13. package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.js +11 -11
  14. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +0 -1
  15. package/build/components/StatusIcons/SourceIcons/style.d.ts +0 -1
  16. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +0 -1
  17. package/build/components/TableCells/CustomCells/AgreementCell/AgreementCell.js +1 -2
  18. package/build/components/TableCells/CustomCells/AgreementCell/style.d.ts +266 -0
  19. package/build/components/TableCells/CustomCells/AgreementCell/style.js +22 -0
  20. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +0 -1
  21. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +0 -1
  22. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +0 -1
  23. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +0 -1
  24. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +0 -1
  25. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +0 -1
  26. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +0 -1
  27. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +0 -1
  28. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +0 -1
  29. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +0 -1
  30. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +0 -1
  31. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +0 -1
  32. package/build/components/TableCells/CustomCells/PayoutReportCell/style.d.ts +0 -1
  33. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +0 -1
  34. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +0 -1
  35. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +0 -1
  36. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +0 -1
  37. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.js +3 -5
  38. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +0 -1
  39. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +0 -1
  40. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +0 -1
  41. package/build/components/TableCells/CustomCells/SourceCell/SourceCell.d.ts +5 -3
  42. package/build/components/TableCells/CustomCells/SourceCell/SourceCell.js +24 -76
  43. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/PaymentCardNumberSource.d.ts +10 -0
  44. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/PaymentCardNumberSource.js +13 -0
  45. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/index.d.ts +1 -0
  46. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/index.js +1 -0
  47. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/style.d.ts +2 -0
  48. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/style.js +6 -0
  49. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentMethodSource/PaymentMethodSource.d.ts +3 -0
  50. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentMethodSource/PaymentMethodSource.js +11 -0
  51. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentMethodSource/index.d.ts +1 -0
  52. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentMethodSource/index.js +1 -0
  53. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentSchemeSource/PaymentSchemeSource.d.ts +5 -0
  54. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentSchemeSource/PaymentSchemeSource.js +11 -0
  55. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentSchemeSource/index.d.ts +1 -0
  56. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentSchemeSource/index.js +1 -0
  57. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentTypeSource/PaymentTypeSource.d.ts +3 -0
  58. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentTypeSource/PaymentTypeSource.js +11 -0
  59. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentTypeSource/index.d.ts +1 -0
  60. package/build/components/TableCells/CustomCells/SourceCell/components/PaymentTypeSource/index.js +1 -0
  61. package/build/components/TableCells/CustomCells/SourceCell/components/index.d.ts +4 -0
  62. package/build/components/TableCells/CustomCells/SourceCell/components/index.js +4 -0
  63. package/build/components/TableCells/CustomCells/SourceCell/constant.d.ts +4 -0
  64. package/build/components/TableCells/CustomCells/SourceCell/constant.js +15 -0
  65. package/build/components/TableCells/CustomCells/SourceCell/index.d.ts +3 -2
  66. package/build/components/TableCells/CustomCells/SourceCell/index.js +3 -2
  67. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +6 -269
  68. package/build/components/TableCells/CustomCells/SourceCell/style.js +8 -38
  69. package/build/components/TableCells/CustomCells/SourceCell/type.d.ts +17 -0
  70. package/build/components/TableCells/CustomCells/SourceCell/type.js +12 -0
  71. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +0 -1
  72. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +0 -1
  73. package/build/components/TableCells/CustomCells/style.d.ts +0 -1
  74. package/build/components/TableReports/components/DownloadButton/style.d.ts +0 -1
  75. package/build/components/TableReports/style.d.ts +0 -1
  76. package/build/components/VirtualTables/components/style.d.ts +0 -1
  77. package/package.json +3 -3
  78. package/build/components/TableCells/CustomCells/SourceCell/utils.d.ts +0 -1
  79. package/build/components/TableCells/CustomCells/SourceCell/utils.js +0 -8
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  type AnimatedSpinnerIconProps = {
4
3
  width?: string;
5
4
  height?: string;
@@ -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
  color?: 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
  color?: 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
  color?: 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
  color?: 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
  color?: string | undefined;
@@ -16,7 +16,7 @@ export function ChargeStatusIcon({ chargeStatus, gatewayTooltip, acquirerTooltip
16
16
  const chargeTooltipTitle = chargeTooltip && (_jsx(_Fragment, { children: _jsx("div", { children: chargeTooltip }) }));
17
17
  const acquirerTooltipTitle = acquirerTooltip && (_jsxs(_Fragment, { children: [_jsx("div", { children: "Acquirer" }), _jsx("div", { children: acquirerTooltip })] }));
18
18
  const gatewayTooltipTitle = gatewayTooltip && (_jsxs(_Fragment, { children: [_jsx("div", { children: "Gateway" }), _jsx("div", { children: gatewayTooltip })] }));
19
- const chargeIcon = chargeStatus && statusIcons[chargeStatus] && (_jsx("div", Object.assign({ "data-testid": "ChargeStatusIcon_ChargeIcon", style: Object.assign({ display: 'flex', alignItems: 'center', justifyContent: 'center', width: '16px', height: '16px', borderRadius: unCapturedStatusStyle ? '50%' : '' }, iconWrapperStyles) }, { children: _jsx(StatusIcon, { src: statusIcons[chargeStatus], alt: "charge-icon", "data-testid": "ChargeStatusIcon_StatusIcon", style: Object.assign({ borderRadius: unCapturedStatusStyle ? '50%' : '', width: '16px', height: '16px' }, iconStyles) }) })));
19
+ const chargeIcon = chargeStatus && statusIcons[chargeStatus] && (_jsx(Tooltip, Object.assign({ title: t(camelCase(chargeStatus)) }, { children: _jsx("div", Object.assign({ "data-testid": "ChargeStatusIcon_ChargeIcon", style: Object.assign({ display: 'flex', alignItems: 'center', justifyContent: 'center', width: '16px', height: '16px', borderRadius: unCapturedStatusStyle ? '50%' : '' }, iconWrapperStyles) }, { children: _jsx(StatusIcon, { src: statusIcons[chargeStatus], alt: "charge-icon", "data-testid": "ChargeStatusIcon_StatusIcon", style: Object.assign({ borderRadius: unCapturedStatusStyle ? '50%' : '', width: '16px', height: '16px' }, iconStyles) }) })) })));
20
20
  if (isSheetViewShown) {
21
21
  return (_jsxs(TextViewWrapper, { children: [_jsxs(StatusChipWithCopy, Object.assign({ copyText: t(camelCase(chargeStatus)), chipIndex: chipIndex, selectionProps: selectionProps }, { children: [t(camelCase(chargeStatus)), " ", errorCode] })), unCapturedStatusStyle && (_jsxs(_Fragment, { children: [gatewayCode && (_jsxs(StatusChipWithCopy, Object.assign({ copyText: "Gateway", chipIndex: 1, selectionProps: selectionProps }, { children: ["Gateway ", gatewayCode] }))), acquirerCode && (_jsxs(StatusChipWithCopy, Object.assign({ copyText: "Acquirer", chipIndex: 2, selectionProps: selectionProps }, { children: ["Acquirer ", acquirerCode] })))] }))] }));
22
22
  }
@@ -38,15 +38,15 @@ export function ChargeStatusIcon({ chargeStatus, gatewayTooltip, acquirerTooltip
38
38
  border: '1px solid #F2F2F2',
39
39
  borderRadius: '12px',
40
40
  backgroundColor: '#fff',
41
- })), unCapturedStyles) }, { children: [_jsx(Tooltip, Object.assign({ title: chargeTooltipTitle !== null && chargeTooltipTitle !== void 0 ? chargeTooltipTitle : t(camelCase(chargeStatus)) }, { children: _jsxs(UnCapturedBadge, Object.assign({ "data-testid": "ChargeStatusIcon_UnCapturedBadge", sx: {
42
- borderRadius: '56px',
43
- }, initial: {
44
- background: 'transparent',
45
- }, variants: {
46
- animate: {
47
- background: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.background,
48
- },
49
- } }, { children: [chargeIcon, _jsx(ErrorCodeWrapper, Object.assign({ "data-testid": "ChargeStatusIcon_ErrorCodeWrapper", transition: {
41
+ })), unCapturedStyles) }, { children: [_jsxs(UnCapturedBadge, Object.assign({ "data-testid": "ChargeStatusIcon_UnCapturedBadge", sx: {
42
+ borderRadius: '56px',
43
+ }, initial: {
44
+ background: 'transparent',
45
+ }, variants: {
46
+ animate: {
47
+ background: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.background,
48
+ },
49
+ } }, { children: [chargeIcon, _jsx(Tooltip, Object.assign({ title: chargeTooltipTitle !== null && chargeTooltipTitle !== void 0 ? chargeTooltipTitle : t(camelCase(chargeStatus)) }, { children: _jsx(ErrorCodeWrapper, Object.assign({ "data-testid": "ChargeStatusIcon_ErrorCodeWrapper", transition: {
50
50
  animate: {
51
51
  duration: 0.05,
52
52
  },
@@ -54,5 +54,5 @@ export function ChargeStatusIcon({ chargeStatus, gatewayTooltip, acquirerTooltip
54
54
  padding: '0 !important',
55
55
  })) }, { children: _jsx(ErrorCodeLabel, Object.assign({ "data-testid": "ChargeStatusIcon_ErrorCodeLabel", sx: {
56
56
  background: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.color,
57
- }, transition: errorCodeLabelAnimation, variants: ErrorCodeVariants, initial: { opacity: 0 } }, { children: errorCode })) }))] })) })), _jsx(GatewaysContainer, Object.assign({ "data-testid": "ChargeStatusIcon_GatewaysContainer", transition: GatewayIconWrapperAnimationTransition, variants: GatewaysContainerAnimationVariants, style: gatewayContainerStyles, isVisible: !!gatewayTooltipTitle }, { children: gatewayTooltipTitle && (_jsx(Tooltip, Object.assign({ title: gatewayTooltipTitle }, { children: _jsx(GatewayIconWrapper, Object.assign({ "data-testid": "ChargeStatusIcon_GatewayIconWrapper", style: Object.assign({ background: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.background }, gatewayIconWrapperStyles) }, { children: _jsx(GateWayIcon, { src: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.gatewayIcon, alt: "gateway-icon", "data-testid": "ChargeStatusIcon_GatewayIcon", style: gateWayIconStyles }) })) }))) })), _jsx(GatewaysContainer, Object.assign({ "data-testid": "ChargeStatusIcon_GatewaysContainer", transition: GatewayIconWrapperAnimationTransition, variants: AcquirerContainerAnimationVariants, style: gatewayContainerStyles, isVisible: !!acquirerTooltipTitle }, { children: acquirerTooltipTitle && (_jsx(Tooltip, Object.assign({ title: acquirerTooltipTitle }, { children: _jsx(GatewayIconWrapper, Object.assign({ "data-testid": "ChargeStatusIcon_AcquirerIconWrapper", style: Object.assign({ background: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.background }, gatewayIconWrapperStyles) }, { children: _jsx(GateWayIcon, { src: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.acquirerIcon, alt: "acquirer-icon", "data-testid": "ChargeStatusIcon_AcquirerIcon", style: gateWayIconStyles }) })) }))) }))] }))) : (_jsx(Tooltip, Object.assign({ title: chargeTooltipTitle !== null && chargeTooltipTitle !== void 0 ? chargeTooltipTitle : t(camelCase(chargeStatus)) }, { children: _jsx(StatusIconWrapper, { children: chargeIcon }) }))) })));
57
+ }, transition: errorCodeLabelAnimation, variants: ErrorCodeVariants, initial: { opacity: 0 } }, { children: errorCode })) })) }))] })), _jsx(GatewaysContainer, Object.assign({ "data-testid": "ChargeStatusIcon_GatewaysContainer", transition: GatewayIconWrapperAnimationTransition, variants: GatewaysContainerAnimationVariants, style: gatewayContainerStyles, isVisible: !!gatewayTooltipTitle }, { children: gatewayTooltipTitle && (_jsx(Tooltip, Object.assign({ title: gatewayTooltipTitle }, { children: _jsx(GatewayIconWrapper, Object.assign({ "data-testid": "ChargeStatusIcon_GatewayIconWrapper", style: Object.assign({ background: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.background }, gatewayIconWrapperStyles) }, { children: _jsx(GateWayIcon, { src: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.gatewayIcon, alt: "gateway-icon", "data-testid": "ChargeStatusIcon_GatewayIcon", style: gateWayIconStyles }) })) }))) })), _jsx(GatewaysContainer, Object.assign({ "data-testid": "ChargeStatusIcon_GatewaysContainer", transition: GatewayIconWrapperAnimationTransition, variants: AcquirerContainerAnimationVariants, style: gatewayContainerStyles, isVisible: !!acquirerTooltipTitle }, { children: acquirerTooltipTitle && (_jsx(Tooltip, Object.assign({ title: acquirerTooltipTitle }, { children: _jsx(GatewayIconWrapper, Object.assign({ "data-testid": "ChargeStatusIcon_AcquirerIconWrapper", style: Object.assign({ background: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.background }, gatewayIconWrapperStyles) }, { children: _jsx(GateWayIcon, { src: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.acquirerIcon, alt: "acquirer-icon", "data-testid": "ChargeStatusIcon_AcquirerIcon", style: gateWayIconStyles }) })) }))) }))] }))) : (_jsx(Tooltip, Object.assign({ title: chargeTooltipTitle !== null && chargeTooltipTitle !== void 0 ? chargeTooltipTitle : t(camelCase(chargeStatus)) }, { children: _jsx(StatusIconWrapper, { children: chargeIcon }) }))) })));
58
58
  }
@@ -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
  color?: 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;
@@ -16,12 +16,11 @@ import { useTheme } from '@mui/material/styles';
16
16
  import { CountAnimatedBadge } from '../../../CountBadge';
17
17
  import { AgreementImageWrapper, paymentSourceAnimation } from '../../../CountBadge/style';
18
18
  import { TableCell } from '../../../TableCells';
19
- import { PaymentSourcesContainer, StyledSourceCell, StyledSourceImage } from '../../../TableCells/CustomCells/SourceCell/style';
20
19
  import Tooltip from '../../../Tooltip';
21
20
  import { noAgreementIcon } from '../../../../constants/index.js';
22
21
  import { formatOrdinal } from '../../../../utils/index.js';
23
22
  import { agreementTypes, badgesTypes } from './constant';
24
- import { BadgeTextWrapper, TextLabel } from './style';
23
+ import { BadgeTextWrapper, TextLabel, PaymentSourcesContainer, StyledSourceCell, StyledSourceImage } from './style';
25
24
  function AgreementCell(_a) {
26
25
  var { type, hasSavedCard, totalPaymentsCount, isTextShown } = _a, props = __rest(_a, ["type", "hasSavedCard", "totalPaymentsCount", "isTextShown"]);
27
26
  const theme = useTheme();
@@ -5,3 +5,269 @@ export declare const CardContainer: import("@emotion/styled").StyledComponent<im
5
5
  export declare const CardImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
6
6
  export declare const TextLabel: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
7
7
  export declare const BadgeTextWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
+ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
9
+ hidden?: boolean | undefined;
10
+ color?: string | undefined;
11
+ content?: string | undefined;
12
+ translate?: "yes" | "no" | undefined;
13
+ id?: string | undefined;
14
+ defaultChecked?: boolean | undefined;
15
+ defaultValue?: string | number | readonly string[] | undefined;
16
+ suppressContentEditableWarning?: boolean | undefined;
17
+ suppressHydrationWarning?: boolean | undefined;
18
+ accessKey?: string | undefined;
19
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
20
+ autoFocus?: boolean | undefined;
21
+ className?: string | undefined;
22
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
23
+ contextMenu?: string | undefined;
24
+ dir?: string | undefined;
25
+ draggable?: (boolean | "false" | "true") | undefined;
26
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
27
+ lang?: string | undefined;
28
+ nonce?: string | undefined;
29
+ slot?: string | undefined;
30
+ spellCheck?: (boolean | "false" | "true") | undefined;
31
+ tabIndex?: number | undefined;
32
+ title?: string | undefined;
33
+ radioGroup?: string | undefined;
34
+ role?: import("react").AriaRole | undefined;
35
+ about?: string | undefined;
36
+ datatype?: string | undefined;
37
+ inlist?: any;
38
+ prefix?: string | undefined;
39
+ property?: string | undefined;
40
+ rel?: string | undefined;
41
+ resource?: string | undefined;
42
+ rev?: string | undefined;
43
+ typeof?: string | undefined;
44
+ vocab?: string | undefined;
45
+ autoCorrect?: string | undefined;
46
+ autoSave?: string | undefined;
47
+ itemProp?: string | undefined;
48
+ itemScope?: boolean | undefined;
49
+ itemType?: string | undefined;
50
+ itemID?: string | undefined;
51
+ itemRef?: string | undefined;
52
+ results?: number | undefined;
53
+ security?: string | undefined;
54
+ unselectable?: "off" | "on" | undefined;
55
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
56
+ is?: string | undefined;
57
+ exportparts?: string | undefined;
58
+ part?: string | undefined;
59
+ "aria-activedescendant"?: string | undefined;
60
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
61
+ "aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
62
+ "aria-braillelabel"?: string | undefined;
63
+ "aria-brailleroledescription"?: string | undefined;
64
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
65
+ "aria-checked"?: boolean | "false" | "true" | "mixed" | undefined;
66
+ "aria-colcount"?: number | undefined;
67
+ "aria-colindex"?: number | undefined;
68
+ "aria-colindextext"?: string | undefined;
69
+ "aria-colspan"?: number | undefined;
70
+ "aria-controls"?: string | undefined;
71
+ "aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
72
+ "aria-describedby"?: string | undefined;
73
+ "aria-description"?: string | undefined;
74
+ "aria-details"?: string | undefined;
75
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
76
+ "aria-dropeffect"?: "none" | "copy" | "link" | "move" | "execute" | "popup" | undefined;
77
+ "aria-errormessage"?: string | undefined;
78
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
79
+ "aria-flowto"?: string | undefined;
80
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
81
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
82
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
83
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
84
+ "aria-keyshortcuts"?: string | undefined;
85
+ "aria-label"?: string | undefined;
86
+ "aria-labelledby"?: string | undefined;
87
+ "aria-level"?: number | undefined;
88
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
89
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
90
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
91
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
92
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
93
+ "aria-owns"?: string | undefined;
94
+ "aria-placeholder"?: string | undefined;
95
+ "aria-posinset"?: number | undefined;
96
+ "aria-pressed"?: boolean | "false" | "true" | "mixed" | undefined;
97
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
98
+ "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
99
+ "aria-required"?: (boolean | "false" | "true") | undefined;
100
+ "aria-roledescription"?: string | undefined;
101
+ "aria-rowcount"?: number | undefined;
102
+ "aria-rowindex"?: number | undefined;
103
+ "aria-rowindextext"?: string | undefined;
104
+ "aria-rowspan"?: number | undefined;
105
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
106
+ "aria-setsize"?: number | undefined;
107
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
108
+ "aria-valuemax"?: number | undefined;
109
+ "aria-valuemin"?: number | undefined;
110
+ "aria-valuenow"?: number | undefined;
111
+ "aria-valuetext"?: string | undefined;
112
+ dangerouslySetInnerHTML?: {
113
+ __html: string | TrustedHTML;
114
+ } | undefined;
115
+ onCopy?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
116
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
117
+ onCut?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
118
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
119
+ onPaste?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
120
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
121
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
122
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
123
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
124
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
125
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
126
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
127
+ onFocus?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
128
+ onFocusCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
129
+ onBlur?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
130
+ onBlurCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
131
+ onChange?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
132
+ onChangeCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
133
+ onBeforeInput?: import("react").InputEventHandler<HTMLSpanElement> | undefined;
134
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
135
+ onInput?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
136
+ onInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
137
+ onReset?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
138
+ onResetCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
139
+ onSubmit?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
140
+ onSubmitCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
141
+ onInvalid?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
142
+ onInvalidCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
143
+ onLoad?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
144
+ onLoadCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
145
+ onError?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
146
+ onErrorCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
147
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
148
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
149
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
150
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
151
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
152
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
153
+ onAbort?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
154
+ onAbortCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
155
+ onCanPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
156
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
157
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
158
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
159
+ onDurationChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
160
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
161
+ onEmptied?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
162
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
163
+ onEncrypted?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
164
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
165
+ onEnded?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
166
+ onEndedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
167
+ onLoadedData?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
168
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
169
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
170
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
171
+ onLoadStart?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
172
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
173
+ onPause?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
174
+ onPauseCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
175
+ onPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
176
+ onPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
177
+ onPlaying?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
178
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
179
+ onProgress?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
180
+ onProgressCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
181
+ onRateChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
182
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
183
+ onSeeked?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
184
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
185
+ onSeeking?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
186
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
187
+ onStalled?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
188
+ onStalledCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
189
+ onSuspend?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
190
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
191
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
192
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
193
+ onVolumeChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
194
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
195
+ onWaiting?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
196
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
197
+ onAuxClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
198
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
199
+ onClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
200
+ onClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
201
+ onContextMenu?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
202
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
203
+ onDoubleClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
204
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
205
+ onDragCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
206
+ onDragEndCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
207
+ onDragEnter?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
208
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
209
+ onDragExit?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
210
+ onDragExitCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
211
+ onDragLeave?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
212
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
213
+ onDragOver?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
214
+ onDragOverCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
215
+ onDragStartCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
216
+ onDrop?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
217
+ onDropCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
218
+ onMouseDown?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
219
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
220
+ onMouseEnter?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
221
+ onMouseLeave?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
222
+ onMouseMove?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
223
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
224
+ onMouseOut?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
225
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
226
+ onMouseOver?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
227
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
228
+ onMouseUp?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
229
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
230
+ onSelect?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
231
+ onSelectCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
232
+ onTouchCancel?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
233
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
234
+ onTouchEnd?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
235
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
236
+ onTouchMove?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
237
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
238
+ onTouchStart?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
239
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
240
+ onPointerDown?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
241
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
242
+ onPointerMove?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
243
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
244
+ onPointerUp?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
245
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
246
+ onPointerCancel?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
247
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
248
+ onPointerEnter?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
249
+ onPointerLeave?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
250
+ onPointerOver?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
251
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
252
+ onPointerOut?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
253
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
254
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
255
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
256
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
257
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
258
+ onScroll?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
259
+ onScrollCapture?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
260
+ onWheel?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
261
+ onWheelCapture?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
262
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
263
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
264
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
265
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
266
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
267
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
268
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
269
+ } & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
270
+ sourcesCount: number;
271
+ }, {}, {}>;
272
+ export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
273
+ export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
@@ -1,4 +1,5 @@
1
1
  import { styled } from '@mui/material';
2
+ import { motion } from 'framer-motion';
2
3
  export const AgreementCellContainer = styled('span')(({ theme }) => ({
3
4
  display: 'flex',
4
5
  alignItems: 'center',
@@ -35,3 +36,24 @@ export const BadgeTextWrapper = styled('div')(() => ({
35
36
  justifyContent: 'center',
36
37
  paddingInline: '8px',
37
38
  }));
39
+ export const PaymentSourcesContainer = styled(motion.span)(({ theme, sourcesCount }) => ({
40
+ display: 'flex',
41
+ alignItems: 'center',
42
+ justifyContent: 'flex-start',
43
+ position: 'absolute',
44
+ minWidth: `${sourcesCount * 6 + 36}px `,
45
+ minHeight: '24px',
46
+ cursor: 'pointer',
47
+ backgroundColor: theme.palette.background.paper,
48
+ borderRadius: '16px',
49
+ }));
50
+ export const StyledSourceCell = styled('span')(({ theme }) => ({
51
+ display: 'flex',
52
+ alignItems: 'center',
53
+ justifyContent: 'flex-start',
54
+ gap: theme.spacing(1),
55
+ }));
56
+ export const StyledSourceImage = styled('img')(() => ({
57
+ maxWidth: '36px',
58
+ maxHeight: '24px',
59
+ }));
@@ -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
  color?: 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
  color?: 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
  color?: 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
  color?: 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
  color?: 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
  color?: 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
  color?: 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
  color?: 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
  color?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledDownloadFileImageWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
4
3
  isTextShown?: boolean | 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
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  color?: 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
  color?: 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<{