@tap-payments/os-micro-frontend-shared 0.1.318 → 0.1.319-test.3

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