@tap-payments/os-micro-frontend-shared 0.1.245 → 0.1.246-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 (88) hide show
  1. package/build/components/ActionMenu/ActionMenuDropDown.js +2 -2
  2. package/build/components/ActionMenu/ActionMenuItem.js +3 -3
  3. package/build/components/ActivityAreaChart/components/ChartTooltip.js +2 -2
  4. package/build/components/Amount/TotalAmount/Loading.d.ts +1 -0
  5. package/build/components/Amount/TotalAmount/Loading.js +9 -0
  6. package/build/components/Amount/TotalAmount/TotalAmount.d.ts +15 -0
  7. package/build/components/Amount/TotalAmount/TotalAmount.js +60 -0
  8. package/build/components/Amount/TotalAmount/index.d.ts +1 -0
  9. package/build/components/Amount/TotalAmount/index.js +1 -0
  10. package/build/components/Amount/TotalAmount/style.d.ts +11 -0
  11. package/build/components/Amount/TotalAmount/style.js +26 -0
  12. package/build/components/Amount/index.d.ts +1 -0
  13. package/build/components/Amount/index.js +1 -0
  14. package/build/components/Chip/style.d.ts +0 -1
  15. package/build/components/CountBadge/style.d.ts +0 -1
  16. package/build/components/CountryFlag/CountryFlag.d.ts +3 -2
  17. package/build/components/CountryFlag/CountryFlag.js +4 -3
  18. package/build/components/{CurrencyIcon/CurrencyIcon.d.ts → CurrencySymbol/CurrencySymbol.d.ts} +2 -2
  19. package/build/components/CurrencySymbol/CurrencySymbol.js +14 -0
  20. package/build/components/CurrencySymbol/index.d.ts +2 -0
  21. package/build/components/CurrencySymbol/index.js +2 -0
  22. package/build/components/{CurrencyIcon → CurrencySymbol}/style.d.ts +1 -1
  23. package/build/components/{CurrencyIcon → CurrencySymbol}/style.js +1 -1
  24. package/build/components/Dialog/style.d.ts +0 -1
  25. package/build/components/FlippingCard/style.d.ts +0 -1
  26. package/build/components/ImageWrapper/ImageWrapper.d.ts +0 -1
  27. package/build/components/JSONViewer/style.d.ts +0 -1
  28. package/build/components/LeftPeekRightExpandingChip/style.d.ts +0 -1
  29. package/build/components/RangeCalender/components/Timezone/Timezone.js +1 -1
  30. package/build/components/RangeCalender/components/Timezone/components/EntitiesTimezone.js +2 -2
  31. package/build/components/RangeCalender/components/Timezone/components/UserTimezone.js +1 -1
  32. package/build/components/RightLeftExpandingCenterChip/style.d.ts +0 -1
  33. package/build/components/SearchButton/styles.d.ts +0 -1
  34. package/build/components/StatusIcons/AuthIcons/style.d.ts +0 -1
  35. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +0 -1
  36. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +0 -1
  37. package/build/components/StatusIcons/GeographyIcon/GeographyIcon.js +1 -1
  38. package/build/components/StatusIcons/SourceIcons/style.d.ts +0 -1
  39. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +0 -1
  40. package/build/components/TableCells/CustomCells/AmountCell/AmountCell.js +2 -2
  41. package/build/components/TableCells/CustomCells/AmountCell/AmountCellText.js +2 -2
  42. package/build/components/TableCells/CustomCells/AmountCell/components/AmountConversionTooltipLabel.js +2 -2
  43. package/build/components/TableCells/CustomCells/AmountCell/components/CurrencyInfo.js +2 -2
  44. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +0 -1
  45. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +0 -1
  46. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +0 -1
  47. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +0 -1
  48. package/build/components/TableCells/CustomCells/BalanceCell/BalanceCell.js +3 -3
  49. package/build/components/TableCells/CustomCells/BalanceCell/BalanceCellSheet.js +3 -3
  50. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +0 -1
  51. package/build/components/TableCells/CustomCells/BankCell/BankCell.js +1 -1
  52. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +0 -1
  53. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +0 -1
  54. package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.js +2 -2
  55. package/build/components/TableCells/CustomCells/DateCell/DateCell.js +1 -1
  56. package/build/components/TableCells/CustomCells/DestinationCell/DestinationCellSheet.js +2 -2
  57. package/build/components/TableCells/CustomCells/DestinationCell/DestinationCellText.js +2 -2
  58. package/build/components/TableCells/CustomCells/DestinationCell/utils.js +3 -3
  59. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +0 -1
  60. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +0 -1
  61. package/build/components/TableCells/CustomCells/EntityCell/EntityCell.js +1 -1
  62. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +0 -1
  63. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +0 -1
  64. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +0 -1
  65. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +0 -1
  66. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +0 -1
  67. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +0 -1
  68. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +0 -1
  69. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +0 -1
  70. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +0 -1
  71. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +0 -1
  72. package/build/components/TableCells/CustomCells/SourceCell/SourceCell.js +1 -1
  73. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +0 -1
  74. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +0 -1
  75. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +0 -1
  76. package/build/components/TableCells/CustomCells/WalletCell/WalletCell.js +1 -1
  77. package/build/components/TableCells/CustomCells/style.d.ts +0 -1
  78. package/build/components/VirtualTables/components/style.d.ts +0 -1
  79. package/build/components/index.d.ts +2 -2
  80. package/build/components/index.js +2 -2
  81. package/package.json +3 -3
  82. package/build/components/CurrencyCountryFlag/CurrencyCountryFlag.d.ts +0 -8
  83. package/build/components/CurrencyCountryFlag/CurrencyCountryFlag.js +0 -22
  84. package/build/components/CurrencyCountryFlag/index.d.ts +0 -2
  85. package/build/components/CurrencyCountryFlag/index.js +0 -2
  86. package/build/components/CurrencyIcon/CurrencyIcon.js +0 -15
  87. package/build/components/CurrencyIcon/index.d.ts +0 -2
  88. package/build/components/CurrencyIcon/index.js +0 -2
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
2
  import { useTranslation } from 'react-i18next';
3
3
  import { intlCurrency } from '../../utils/index.js';
4
- import CurrencyCountryFlag from '../CurrencyCountryFlag';
4
+ import CountryFlag from '../CountryFlag';
5
5
  import { EnglishAmount, StyledCurrency, StyledIconRowContainer, StyledDropDownContainer, StyledDropdown, StyledMenuItem, StyledTextAmount, DropDownChargeGapColumn, } from './style';
6
6
  const Menu = ({ selectedCurrency, option, closeDropdown, handleSelectOption }) => {
7
7
  var _a, _b, _c;
@@ -11,7 +11,7 @@ const Menu = ({ selectedCurrency, option, closeDropdown, handleSelectOption }) =
11
11
  handleSelectOption(option.value, option === null || option === void 0 ? void 0 : option.currency);
12
12
  }
13
13
  closeDropdown();
14
- } }, { children: [_jsx(EnglishAmount, Object.assign({ showBottomPadding: true, showWarning: false }, { children: t(option.name) })), _jsxs(DropDownChargeGapColumn, { children: [_jsxs(StyledIconRowContainer, Object.assign({ marginRightAuto: true }, { children: [_jsx(CurrencyCountryFlag, { code: (_a = option === null || option === void 0 ? void 0 : option.currency) !== null && _a !== void 0 ? _a : selectedCurrency, width: "0.76rem" }), _jsx(StyledCurrency, { children: (_b = option === null || option === void 0 ? void 0 : option.currency) !== null && _b !== void 0 ? _b : selectedCurrency })] })), _jsx(StyledTextAmount, Object.assign({ showWarning: false }, { children: intlCurrency(option.value || 0, (_c = option === null || option === void 0 ? void 0 : option.currency) !== null && _c !== void 0 ? _c : selectedCurrency) }))] })] })));
14
+ } }, { children: [_jsx(EnglishAmount, Object.assign({ showBottomPadding: true, showWarning: false }, { children: t(option.name) })), _jsxs(DropDownChargeGapColumn, { children: [_jsxs(StyledIconRowContainer, Object.assign({ marginRightAuto: true }, { children: [_jsx(CountryFlag, { currencyCode: (_a = option === null || option === void 0 ? void 0 : option.currency) !== null && _a !== void 0 ? _a : selectedCurrency, width: "0.76rem" }), _jsx(StyledCurrency, { children: (_b = option === null || option === void 0 ? void 0 : option.currency) !== null && _b !== void 0 ? _b : selectedCurrency })] })), _jsx(StyledTextAmount, Object.assign({ showWarning: false }, { children: intlCurrency(option.value || 0, (_c = option === null || option === void 0 ? void 0 : option.currency) !== null && _c !== void 0 ? _c : selectedCurrency) }))] })] })));
15
15
  };
16
16
  function ActionMenuDropDown({ menuAnchor, showDropDown, selectedCurrency, options, closeDropdown, handleSelectOption }) {
17
17
  if (options.length <= 1)
@@ -2,10 +2,10 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
2
2
  import { useRef } from 'react';
3
3
  import { useTranslation } from 'react-i18next';
4
4
  import { blueDropdownArrowIcon, greyDropdownIcon } from '../../constants/index.js';
5
- import CurrencyCountryFlag from '../CurrencyCountryFlag';
5
+ import CountryFlag from '../CountryFlag';
6
6
  import { EnglishAmount, Charge, StyledIconRowContainer, StyledCurrency, StyledDropDownIcon, StyledAmount, StyledMissingDiv } from './style';
7
7
  import Skeleton from '../Skeleton';
8
- import CurrencyIcon from '../CurrencyIcon';
8
+ import CurrencySymbol from '../CurrencySymbol';
9
9
  function ActionMenuItem({ showWarning, selectedCurrency, onAmountChange, amount, currencyConfig, toggleDropDown, showDropDown, showDropdownIcon, disabled, isLoading, }) {
10
10
  var _a, _b;
11
11
  const { t } = useTranslation();
@@ -15,6 +15,6 @@ function ActionMenuItem({ showWarning, selectedCurrency, onAmountChange, amount,
15
15
  iconRef.current.click();
16
16
  }
17
17
  };
18
- return (_jsxs(_Fragment, { children: [_jsxs(Charge, { children: [_jsx(EnglishAmount, Object.assign({ showBottomPadding: true, showWarning: showWarning }, { children: t('amount') })), _jsxs(StyledIconRowContainer, Object.assign({ limited: true, paddingTop: true, onClick: onClickMissingDiv }, { children: [_jsx(CurrencyCountryFlag, { code: selectedCurrency, width: "0.76rem" }), _jsx(StyledCurrency, { children: _jsx(CurrencyIcon, { currency: selectedCurrency }) }), !showWarning && showDropdownIcon && (_jsx(StyledDropDownIcon, { src: !showDropDown ? blueDropdownArrowIcon : greyDropdownIcon, alt: "drop-down icon", currencyPadding: true }))] }))] }), _jsx(StyledMissingDiv, { ref: iconRef, onClick: toggleDropDown }), isLoading ? (_jsx(Skeleton, { variant: "text", width: "100%", height: "100%" })) : (_jsx(StyledAmount, { disabled: disabled, placeholder: currencyConfig[selectedCurrency] ? '0.000' : '0.00', onValueChange: onAmountChange, value: amount, decimalsLimit: (_a = currencyConfig[selectedCurrency]) !== null && _a !== void 0 ? _a : 2, showWarning: showWarning || false, decimalScale: (_b = currencyConfig[selectedCurrency]) !== null && _b !== void 0 ? _b : 2, autoFocus: true }))] }));
18
+ return (_jsxs(_Fragment, { children: [_jsxs(Charge, { children: [_jsx(EnglishAmount, Object.assign({ showBottomPadding: true, showWarning: showWarning }, { children: t('amount') })), _jsxs(StyledIconRowContainer, Object.assign({ limited: true, paddingTop: true, onClick: onClickMissingDiv }, { children: [_jsx(CountryFlag, { currencyCode: selectedCurrency, width: "0.76rem" }), _jsx(StyledCurrency, { children: _jsx(CurrencySymbol, { currency: selectedCurrency }) }), !showWarning && showDropdownIcon && (_jsx(StyledDropDownIcon, { src: !showDropDown ? blueDropdownArrowIcon : greyDropdownIcon, alt: "drop-down icon", currencyPadding: true }))] }))] }), _jsx(StyledMissingDiv, { ref: iconRef, onClick: toggleDropDown }), isLoading ? (_jsx(Skeleton, { variant: "text", width: "100%", height: "100%" })) : (_jsx(StyledAmount, { disabled: disabled, placeholder: currencyConfig[selectedCurrency] ? '0.000' : '0.00', onValueChange: onAmountChange, value: amount, decimalsLimit: (_a = currencyConfig[selectedCurrency]) !== null && _a !== void 0 ? _a : 2, showWarning: showWarning || false, decimalScale: (_b = currencyConfig[selectedCurrency]) !== null && _b !== void 0 ? _b : 2, autoFocus: true }))] }));
19
19
  }
20
20
  export default ActionMenuItem;
@@ -4,7 +4,7 @@ import dayjs from 'dayjs';
4
4
  import Box from '@mui/material/Box';
5
5
  import { getLocalizedUnitLabel } from '../../../utils/index.js';
6
6
  import { DATA_KEY } from '../../../constants/index.js';
7
- import CurrencyCountryFlag from '../../CurrencyCountryFlag';
7
+ import CountryFlag from '../../CountryFlag';
8
8
  import { TooltipContainer, TimeTypography, ValueTypography, CurrencyBox, CurrencyText } from '../styles';
9
9
  import { getTooltipFormattedValue, getFormattedDateWithTimezone } from '../utils';
10
10
  const ChartTooltip = ({ active, payload, dateRange, selectedCurrency }) => {
@@ -17,7 +17,7 @@ const ChartTooltip = ({ active, payload, dateRange, selectedCurrency }) => {
17
17
  const point = payload[0];
18
18
  const localizedUnitLabel = getLocalizedUnitLabel(point === null || point === void 0 ? void 0 : point.dataKey, point === null || point === void 0 ? void 0 : point.value);
19
19
  const formattedDate = ((_a = point === null || point === void 0 ? void 0 : point.payload) === null || _a === void 0 ? void 0 : _a.date) && getFormattedDateWithTimezone((_b = point === null || point === void 0 ? void 0 : point.payload) === null || _b === void 0 ? void 0 : _b.date, isSingleDay, (_c = point === null || point === void 0 ? void 0 : point.payload) === null || _c === void 0 ? void 0 : _c.hour);
20
- return (_jsxs(TooltipContainer, Object.assign({ className: "chart-tooltip" }, { children: [_jsx(TimeTypography, { children: formattedDate !== null && formattedDate !== void 0 ? formattedDate : (_d = point === null || point === void 0 ? void 0 : point.payload) === null || _d === void 0 ? void 0 : _d.date }), _jsxs(ValueTypography, { children: [(point === null || point === void 0 ? void 0 : point.dataKey) === DATA_KEY.AMOUNT && (_jsxs(CurrencyBox, { children: [_jsx(CurrencyCountryFlag, { code: selectedCurrency, width: 12 }), _jsx(CurrencyText, { children: selectedCurrency })] })), _jsx(Box, { children: `${getTooltipFormattedValue(point, t(localizedUnitLabel), selectedCurrency)}` })] })] })));
20
+ return (_jsxs(TooltipContainer, Object.assign({ className: "chart-tooltip" }, { children: [_jsx(TimeTypography, { children: formattedDate !== null && formattedDate !== void 0 ? formattedDate : (_d = point === null || point === void 0 ? void 0 : point.payload) === null || _d === void 0 ? void 0 : _d.date }), _jsxs(ValueTypography, { children: [(point === null || point === void 0 ? void 0 : point.dataKey) === DATA_KEY.AMOUNT && (_jsxs(CurrencyBox, { children: [_jsx(CountryFlag, { currencyCode: selectedCurrency, width: 12 }), _jsx(CurrencyText, { children: selectedCurrency })] })), _jsx(Box, { children: `${getTooltipFormattedValue(point, t(localizedUnitLabel), selectedCurrency)}` })] })] })));
21
21
  }
22
22
  return null;
23
23
  };
@@ -0,0 +1 @@
1
+ export declare const Loading: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,9 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Skeleton from '@mui/material/Skeleton';
3
+ export const Loading = () => {
4
+ return (_jsx(Skeleton, { sx: {
5
+ height: 32,
6
+ width: 80,
7
+ borderRadius: '4px',
8
+ }, variant: "rectangular" }));
9
+ };
@@ -0,0 +1,15 @@
1
+ /// <reference types="react" />
2
+ import { Currency, Item } from '../../../types/index.js';
3
+ export interface TotalAmountProps {
4
+ totalGrossAmount: number;
5
+ items: Item[];
6
+ selectedCurrency: Currency;
7
+ isAmountIsMissing: boolean;
8
+ isDisabled?: boolean;
9
+ isLoading?: boolean;
10
+ onResetAllItems: () => void;
11
+ onAddFirstItem: (amount: number) => void;
12
+ }
13
+ declare function TotalAmount({ totalGrossAmount, items, selectedCurrency, isAmountIsMissing, isDisabled, isLoading, onResetAllItems, onAddFirstItem, }: Readonly<TotalAmountProps>): import("react/jsx-runtime").JSX.Element;
14
+ declare const _default: import("react").MemoExoticComponent<typeof TotalAmount>;
15
+ export default _default;
@@ -0,0 +1,60 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { memo, useState, useMemo, useEffect } from 'react';
3
+ import { useTranslation } from 'react-i18next';
4
+ import Box from '@mui/material/Box';
5
+ import { removeAllItem, unknownIcon } from '../../../constants/index.js';
6
+ import { useConfirmDialog, DisplayAmount } from '../../index.js';
7
+ import { isSafariBrowser, numberToString, getAmountPlaceholder } from '../../../utils/index.js';
8
+ import { InputStyled, TotalAmountWrapper, Error } from './style';
9
+ import { Loading } from './Loading';
10
+ const isSafari = isSafariBrowser();
11
+ function TotalAmount({ totalGrossAmount, items, selectedCurrency, isAmountIsMissing, isDisabled, isLoading, onResetAllItems, onAddFirstItem, }) {
12
+ const [editMode, setEditMode] = useState(false);
13
+ const [amount, setAmount] = useState();
14
+ const { isConfirmed } = useConfirmDialog();
15
+ const { t } = useTranslation();
16
+ const currencyPlaceholder = useMemo(() => getAmountPlaceholder(selectedCurrency === null || selectedCurrency === void 0 ? void 0 : selectedCurrency.decimals), [selectedCurrency === null || selectedCurrency === void 0 ? void 0 : selectedCurrency.decimals]);
17
+ useEffect(() => {
18
+ if (!totalGrossAmount) {
19
+ setAmount(undefined);
20
+ }
21
+ }, [totalGrossAmount]);
22
+ const removeAllItems = () => {
23
+ isConfirmed({
24
+ message: t('removeTotalAmount'),
25
+ confirmText: _jsx(Box, Object.assign({ sx: (theme) => ({ color: theme.palette.error.light }) }, { children: t('remove') })),
26
+ cancelText: t('cancel') || 'Cancel',
27
+ }).then((confirmed) => {
28
+ if (confirmed) {
29
+ onResetAllItems();
30
+ setAmount(undefined);
31
+ }
32
+ });
33
+ };
34
+ const handleChangeInput = (e) => {
35
+ if (!e.target.value) {
36
+ setAmount(undefined);
37
+ return false;
38
+ }
39
+ setAmount(Number(numberToString(Number(e.target.value), selectedCurrency === null || selectedCurrency === void 0 ? void 0 : selectedCurrency.decimals)));
40
+ };
41
+ const handleBlurInput = (e) => {
42
+ setEditMode(false);
43
+ onAddFirstItem(Number(numberToString(Number(e.target.value), selectedCurrency === null || selectedCurrency === void 0 ? void 0 : selectedCurrency.decimals)));
44
+ };
45
+ const isEditable = totalGrossAmount === 0 || (items.length === 1 && totalGrossAmount === items[0].total);
46
+ if (isLoading) {
47
+ return _jsx(Loading, {});
48
+ }
49
+ return (_jsxs(Box, Object.assign({ sx: Object.assign({}, (isDisabled && { pointerEvents: 'none', opacity: 0.7 })) }, { children: [editMode ? (_jsx(_Fragment, { children: isEditable ? (_jsx(InputStyled, { value: amount, placeholder: currencyPlaceholder, hideArrows: true, inputProps: { step: '0.01' }, onChange: handleChangeInput, onBlur: handleBlurInput, onKeyDown: (evt) => {
50
+ if (isSafari && isNaN(Number(evt.key)) && evt.key !== 'Backspace' && evt.key !== '.') {
51
+ evt.preventDefault();
52
+ }
53
+ }, autoFocus: true })) : (_jsx(DisplayAmount, { sx: { fontSize: '36px', textAlign: 'center' }, amount: totalGrossAmount || 0, selectedCurrency: selectedCurrency, onClick: () => {
54
+ setEditMode(true);
55
+ } })) })) : (_jsxs(TotalAmountWrapper, { children: [_jsx(DisplayAmount, { sx: { fontSize: '36px', textAlign: 'center' }, selectedCurrency: selectedCurrency, amount: totalGrossAmount || 0, onClick: () => {
56
+ if (isEditable)
57
+ setEditMode(true);
58
+ } }), totalGrossAmount > 0 && _jsx(Box, { component: "img", src: removeAllItem, alt: "r", onClick: removeAllItems })] })), isAmountIsMissing && (_jsxs(Error, { children: [_jsx(Box, { component: "img", src: unknownIcon }), _jsx(Box, { children: t('enterAmount') })] }))] })));
59
+ }
60
+ export default memo(TotalAmount);
@@ -0,0 +1 @@
1
+ export { default } from './TotalAmount';
@@ -0,0 +1 @@
1
+ export { default } from './TotalAmount';
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ export declare const InputStyled: import("@emotion/styled").StyledComponent<Omit<Readonly<import("@mui/material").InputProps & {
3
+ isError?: boolean | undefined;
4
+ hideArrows?: boolean | undefined;
5
+ }>, "ref"> & import("react").RefAttributes<HTMLInputElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
6
+ export declare const TotalAmountWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
7
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
8
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
9
+ export declare const Error: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
10
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
11
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -0,0 +1,26 @@
1
+ import Box from '@mui/material/Box';
2
+ import { styled } from '@mui/material/styles';
3
+ import { InputNumber } from '../../index.js';
4
+ export const InputStyled = styled(InputNumber)(() => ({
5
+ fontSize: '36px !important',
6
+ textAlign: 'center',
7
+ border: 'none',
8
+ height: 49.5,
9
+ input: {
10
+ textAlign: 'center',
11
+ },
12
+ }));
13
+ export const TotalAmountWrapper = styled(Box)(() => ({
14
+ display: 'flex',
15
+ gap: '5px',
16
+ alignItems: 'center',
17
+ height: 49.5,
18
+ maxWidth: '-webkit-fill-available',
19
+ paddingInline: '24px',
20
+ }));
21
+ export const Error = styled(Box)(({ theme }) => ({
22
+ fontSize: '10px',
23
+ color: theme.palette.error.dark,
24
+ display: 'flex',
25
+ gap: '4px',
26
+ }));
@@ -0,0 +1 @@
1
+ export { default as TotalAmount } from './TotalAmount';
@@ -0,0 +1 @@
1
+ export { default as TotalAmount } from './TotalAmount';
@@ -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,8 +1,9 @@
1
1
  /// <reference types="react" />
2
2
  import { BoxProps } from '@mui/material/Box';
3
3
  interface CountryFlagProps extends BoxProps {
4
- code?: string;
4
+ countryCode?: string;
5
+ currencyCode?: string;
5
6
  }
6
- declare function CountryFlag({ code, ...props }: CountryFlagProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CountryFlag({ countryCode, currencyCode, ...props }: CountryFlagProps): import("react/jsx-runtime").JSX.Element;
7
8
  declare const _default: import("react").MemoExoticComponent<typeof CountryFlag>;
8
9
  export default _default;
@@ -12,10 +12,11 @@ var __rest = (this && this.__rest) || function (s, e) {
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import { memo } from 'react';
14
14
  import Box from '@mui/material/Box';
15
- import { defaultCountryIcon, getCountriesIcon } from '../../constants/index.js';
15
+ import { defaultCountryIcon, getCountriesIcon, getCurrenciesIcon } from '../../constants/index.js';
16
16
  function CountryFlag(_a) {
17
- var { code = '' } = _a, props = __rest(_a, ["code"]);
18
- return (_jsx(Box, Object.assign({}, props, { component: "img", src: getCountriesIcon(code) || defaultCountryIcon, width: 16, alt: code, loading: "lazy", onError: (e) => {
17
+ var _b;
18
+ var { countryCode, currencyCode } = _a, props = __rest(_a, ["countryCode", "currencyCode"]);
19
+ return (_jsx(Box, Object.assign({}, props, { component: "img", src: (countryCode && getCountriesIcon(countryCode)) || (currencyCode && getCurrenciesIcon(currencyCode)) || defaultCountryIcon, width: props.width || 16, alt: (_b = countryCode !== null && countryCode !== void 0 ? countryCode : currencyCode) !== null && _b !== void 0 ? _b : 'flag', loading: "lazy", onError: (e) => {
19
20
  e.currentTarget.src = defaultCountryIcon;
20
21
  } })));
21
22
  }
@@ -1,5 +1,5 @@
1
- declare function CurrencyIcon({ currency, fontSize }: {
1
+ declare function CurrencySymbol({ currency, fontSize }: {
2
2
  currency?: string;
3
3
  fontSize?: number;
4
4
  }): import("react/jsx-runtime").JSX.Element;
5
- export default CurrencyIcon;
5
+ export default CurrencySymbol;
@@ -0,0 +1,14 @@
1
+ import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
2
+ import { DirhamIconImage, SARIconImage } from '../../constants/index.js';
3
+ import { StyleCurrencySymbol } from './style';
4
+ const currencyMap = {
5
+ SAR: SARIconImage,
6
+ AED: DirhamIconImage,
7
+ };
8
+ function CurrencySymbol({ currency, fontSize }) {
9
+ const symbol = currencyMap[currency];
10
+ if (!symbol)
11
+ return _jsx(_Fragment, { children: currency });
12
+ return _jsx(StyleCurrencySymbol, { component: "img", src: symbol, alt: currency, sx: { height: fontSize } });
13
+ }
14
+ export default CurrencySymbol;
@@ -0,0 +1,2 @@
1
+ import CurrencySymbol from './CurrencySymbol';
2
+ export default CurrencySymbol;
@@ -0,0 +1,2 @@
1
+ import CurrencySymbol from './CurrencySymbol';
2
+ export default CurrencySymbol;
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
- export declare const StyleCurrencyIcon: import("@mui/types").OverridableComponent<import("@mui/system").BoxTypeMap<{}, "div", import("@mui/material/styles").Theme>>;
2
+ export declare const StyleCurrencySymbol: import("@mui/types").OverridableComponent<import("@mui/system").BoxTypeMap<{}, "div", import("@mui/material/styles").Theme>>;
3
3
  export declare const CurrencySpan: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
4
  export declare const DecimalSpan: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -1,6 +1,6 @@
1
1
  import Box from '@mui/material/Box';
2
2
  import { styled } from '@mui/material/styles';
3
- export const StyleCurrencyIcon = styled(Box)(() => ({
3
+ export const StyleCurrencySymbol = styled(Box)(() => ({
4
4
  height: 10,
5
5
  }));
6
6
  export const CurrencySpan = styled('span')(({ theme }) => ({
@@ -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;
@@ -27,6 +27,6 @@ function CustomTimezone({ onChange, selectedTimezone, browserTimezone, defaultCo
27
27
  return entityTimezoneIcon;
28
28
  return savedTimezoneIcon;
29
29
  }, [browserTimezone, defaultCountryTimezone.timezone, selectedTimezone === null || selectedTimezone === void 0 ? void 0 : selectedTimezone.timezone]);
30
- return (_jsx(ClickAwayListener, Object.assign({ onClickAway: onClose }, { children: _jsxs(TimezoneWrapper, Object.assign({ "data-testid": "CustomTimezone" }, { children: [_jsxs(SelectedTimezone, Object.assign({ open: open, onClick: onOpen }, { children: [_jsx("img", { src: selectedTimezoneIcon, alt: "timezone-icon" }), _jsx(CountryFlag, { code: selectedTimezone === null || selectedTimezone === void 0 ? void 0 : selectedTimezone.countryCode }), _jsx("span", { children: selectedTimezone === null || selectedTimezone === void 0 ? void 0 : selectedTimezone.label })] })), _jsx(Popper, Object.assign({ open: open, anchorEl: anchorEl, placement: "top-start", sx: { zIndex: 1400 } }, { children: _jsxs(TimezoneDropdown, Object.assign({ "data-testid": "CustomTimezone_dropdown" }, { children: [_jsx(EntitiesTimezone, { onChange: updateTimezone, selectedTimezone: selectedTimezone, defaultCountryTimezone: defaultCountryTimezone, timezoneCountriesCodes: timezoneCountriesCodes }), _jsx(UserTimezone, { onChange: updateTimezone, selectedTimezone: selectedTimezone, browserTimezone: browserTimezone })] })) }))] })) })));
30
+ return (_jsx(ClickAwayListener, Object.assign({ onClickAway: onClose }, { children: _jsxs(TimezoneWrapper, Object.assign({ "data-testid": "CustomTimezone" }, { children: [_jsxs(SelectedTimezone, Object.assign({ open: open, onClick: onOpen }, { children: [_jsx("img", { src: selectedTimezoneIcon, alt: "timezone-icon" }), _jsx(CountryFlag, { countryCode: selectedTimezone === null || selectedTimezone === void 0 ? void 0 : selectedTimezone.countryCode }), _jsx("span", { children: selectedTimezone === null || selectedTimezone === void 0 ? void 0 : selectedTimezone.label })] })), _jsx(Popper, Object.assign({ open: open, anchorEl: anchorEl, placement: "top-start", sx: { zIndex: 1400 } }, { children: _jsxs(TimezoneDropdown, Object.assign({ "data-testid": "CustomTimezone_dropdown" }, { children: [_jsx(EntitiesTimezone, { onChange: updateTimezone, selectedTimezone: selectedTimezone, defaultCountryTimezone: defaultCountryTimezone, timezoneCountriesCodes: timezoneCountriesCodes }), _jsx(UserTimezone, { onChange: updateTimezone, selectedTimezone: selectedTimezone, browserTimezone: browserTimezone })] })) }))] })) })));
31
31
  }
32
32
  export default memo(CustomTimezone);
@@ -29,10 +29,10 @@ export default function EntitiesTimezone({ selectedTimezone, onChange, timezoneC
29
29
  return (_jsxs(TimezoneElement, Object.assign({ onMouseEnter: onMouseEnter, onMouseLeave: onMouseLeave, onClick: () => {
30
30
  if (selectedTimezone)
31
31
  onChange(entityTimezone);
32
- } }, { children: [isSelectedTimezoneOneOFTheAvailable ? _jsx("img", { src: smallBlueCheckIcon, alt: "icon" }) : _jsx(Space, {}), _jsx("img", { src: entityTimezoneIcon, alt: "entity-timezone" }), _jsx(CountryFlag, { code: entityTimezone === null || entityTimezone === void 0 ? void 0 : entityTimezone.countryCode }), _jsx(Label, Object.assign({ className: isSelectedTimezoneOneOFTheAvailable ? 'selected' : '' }, { children: isSelectedTimezoneOneOFTheAvailable ? selectedTimezone === null || selectedTimezone === void 0 ? void 0 : selectedTimezone.label : defaultCountryTimezone === null || defaultCountryTimezone === void 0 ? void 0 : defaultCountryTimezone.label })), _jsx(Popper, Object.assign({ open: Boolean(entitiesEl), anchorEl: entitiesEl, placement: "right-start", sx: { zIndex: 3 }, disablePortal: true }, { children: _jsx(TimezoneDropdown, Object.assign({ sx: { maxHeight: 300 } }, { children: availableTimezones === null || availableTimezones === void 0 ? void 0 : availableTimezones.map((timeZone, idx) => {
32
+ } }, { children: [isSelectedTimezoneOneOFTheAvailable ? _jsx("img", { src: smallBlueCheckIcon, alt: "icon" }) : _jsx(Space, {}), _jsx("img", { src: entityTimezoneIcon, alt: "entity-timezone" }), _jsx(CountryFlag, { countryCode: entityTimezone === null || entityTimezone === void 0 ? void 0 : entityTimezone.countryCode }), _jsx(Label, Object.assign({ className: isSelectedTimezoneOneOFTheAvailable ? 'selected' : '' }, { children: isSelectedTimezoneOneOFTheAvailable ? selectedTimezone === null || selectedTimezone === void 0 ? void 0 : selectedTimezone.label : defaultCountryTimezone === null || defaultCountryTimezone === void 0 ? void 0 : defaultCountryTimezone.label })), _jsx(Popper, Object.assign({ open: Boolean(entitiesEl), anchorEl: entitiesEl, placement: "right-start", sx: { zIndex: 3 }, disablePortal: true }, { children: _jsx(TimezoneDropdown, Object.assign({ sx: { maxHeight: 300 } }, { children: availableTimezones === null || availableTimezones === void 0 ? void 0 : availableTimezones.map((timeZone, idx) => {
33
33
  const isActive = (timeZone === null || timeZone === void 0 ? void 0 : timeZone.timezone) === (selectedTimezone === null || selectedTimezone === void 0 ? void 0 : selectedTimezone.timezone);
34
34
  return (_jsxs(TimezoneElement, Object.assign({ onClick: (e) => {
35
35
  onSelectTimezone(e, timeZone);
36
- }, sx: { gap: '4px' } }, { children: [isActive ? _jsx("img", { src: smallBlueCheckIcon, alt: "icon" }) : _jsx(Space, {}), _jsx(CountryFlag, { code: timeZone === null || timeZone === void 0 ? void 0 : timeZone.countryCode }), _jsx(Label, Object.assign({ className: isActive ? 'selected' : '' }, { children: timeZone === null || timeZone === void 0 ? void 0 : timeZone.label }))] }), `timezone-item-${idx}`));
36
+ }, sx: { gap: '4px' } }, { children: [isActive ? _jsx("img", { src: smallBlueCheckIcon, alt: "icon" }) : _jsx(Space, {}), _jsx(CountryFlag, { countryCode: timeZone === null || timeZone === void 0 ? void 0 : timeZone.countryCode }), _jsx(Label, Object.assign({ className: isActive ? 'selected' : '' }, { children: timeZone === null || timeZone === void 0 ? void 0 : timeZone.label }))] }), `timezone-item-${idx}`));
37
37
  }) })) }))] })));
38
38
  }
@@ -10,5 +10,5 @@ export default function UserTimezone({ onChange, selectedTimezone, browserTimezo
10
10
  onChange(browserTimezoneInfo);
11
11
  };
12
12
  const isBrowserTimezoneActive = (browserTimezoneInfo === null || browserTimezoneInfo === void 0 ? void 0 : browserTimezoneInfo.timezone) === (selectedTimezone === null || selectedTimezone === void 0 ? void 0 : selectedTimezone.timezone);
13
- return (_jsxs(TimezoneElement, Object.assign({ onClick: onSelectTimezone }, { children: [isBrowserTimezoneActive ? _jsx("img", { src: smallBlueCheckIcon, alt: "icon" }) : _jsx(Space, {}), _jsx("img", { src: userTimezoneIcon, alt: "user-timezone" }), _jsx(CountryFlag, { code: browserTimezoneInfo === null || browserTimezoneInfo === void 0 ? void 0 : browserTimezoneInfo.countryCode }), _jsx(Label, Object.assign({ className: isBrowserTimezoneActive ? 'selected' : '' }, { children: browserTimezoneInfo === null || browserTimezoneInfo === void 0 ? void 0 : browserTimezoneInfo.label }))] })));
13
+ return (_jsxs(TimezoneElement, Object.assign({ onClick: onSelectTimezone }, { children: [isBrowserTimezoneActive ? _jsx("img", { src: smallBlueCheckIcon, alt: "icon" }) : _jsx(Space, {}), _jsx("img", { src: userTimezoneIcon, alt: "user-timezone" }), _jsx(CountryFlag, { countryCode: browserTimezoneInfo === null || browserTimezoneInfo === void 0 ? void 0 : browserTimezoneInfo.countryCode }), _jsx(Label, Object.assign({ className: isBrowserTimezoneActive ? 'selected' : '' }, { children: browserTimezoneInfo === null || browserTimezoneInfo === void 0 ? void 0 : browserTimezoneInfo.label }))] })));
14
14
  }
@@ -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;
@@ -13,5 +13,5 @@ export const GeographyIcon = ({ geographyVariant, countryCode, isTextShown, }) =
13
13
  : undefined;
14
14
  if (isTextShown || !countryCode)
15
15
  return null;
16
- return (_jsx(Tooltip, Object.assign({ title: tooltip }, { children: _jsx(CountryFlag, { code: countryCode }) })));
16
+ return (_jsx(Tooltip, Object.assign({ title: tooltip }, { children: _jsx(CountryFlag, { countryCode: countryCode }) })));
17
17
  };
@@ -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;
@@ -13,12 +13,12 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import { Box } from '@mui/material';
14
14
  import { TableCell } from '../../../TableCells';
15
15
  import Tooltip from '../../../Tooltip';
16
- import { CurrencyCountryFlag, CurrencyIcon } from '../../../index.js';
16
+ import { CountryFlag, CurrencySymbol } from '../../../index.js';
17
17
  import { AmountCellContainer } from './style';
18
18
  import { ConversionTypeLabel, CurrencyInfo } from './components';
19
19
  const tableMode = 'default';
20
20
  function AmountCell(_a) {
21
21
  var { conversionType, amount, currency, tooltipLabel, amountTooltipLabel } = _a, props = __rest(_a, ["conversionType", "amount", "currency", "tooltipLabel", "amountTooltipLabel"]);
22
- return (_jsx(TableCell, Object.assign({}, props, { children: _jsxs(AmountCellContainer, { children: [_jsx(Tooltip, Object.assign({ title: tooltipLabel || '' }, { children: _jsx(Box, { children: _jsx(ConversionTypeLabel, { tableMode: tableMode, conversionType: conversionType }) }) })), currency && (_jsx(Tooltip, Object.assign({ title: _jsx(CurrencyIcon, { currency: currency }) }, { children: _jsx(CurrencyCountryFlag, { code: currency }) }))), _jsx(Tooltip, Object.assign({ title: amountTooltipLabel }, { children: _jsx(CurrencyInfo, { tableMode: tableMode, amount: amount, currency: currency }) }))] }) })));
22
+ return (_jsx(TableCell, Object.assign({}, props, { children: _jsxs(AmountCellContainer, { children: [_jsx(Tooltip, Object.assign({ title: tooltipLabel || '' }, { children: _jsx(Box, { children: _jsx(ConversionTypeLabel, { tableMode: tableMode, conversionType: conversionType }) }) })), currency && (_jsx(Tooltip, Object.assign({ title: _jsx(CurrencySymbol, { currency: currency }) }, { children: _jsx(CountryFlag, { currencyCode: currency }) }))), _jsx(Tooltip, Object.assign({ title: amountTooltipLabel }, { children: _jsx(CurrencyInfo, { tableMode: tableMode, amount: amount, currency: currency }) }))] }) })));
23
23
  }
24
24
  export default AmountCell;
@@ -12,12 +12,12 @@ var __rest = (this && this.__rest) || function (s, e) {
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import { TableCell } from '../../../TableCells';
14
14
  import Tooltip from '../../../Tooltip';
15
- import { CurrencyIcon } from '../../../index.js';
15
+ import { CurrencySymbol } from '../../../index.js';
16
16
  import { AmountCellContainer } from './style';
17
17
  import { ConversionTypeLabel, CurrencyInfo } from './components';
18
18
  const tableMode = 'text';
19
19
  function AmountCellText(_a) {
20
20
  var { conversionType, amount, currency, tooltipLabel, amountTooltipLabel } = _a, props = __rest(_a, ["conversionType", "amount", "currency", "tooltipLabel", "amountTooltipLabel"]);
21
- return (_jsx(TableCell, Object.assign({}, props, { children: _jsxs(AmountCellContainer, { children: [_jsx(Tooltip, Object.assign({ title: tooltipLabel || '' }, { children: _jsx(ConversionTypeLabel, { tableMode: tableMode, conversionType: conversionType }) })), _jsx(Tooltip, Object.assign({ title: _jsx(CurrencyIcon, { currency: currency }) }, { children: _jsx("span", {}) })), _jsx(Tooltip, Object.assign({ title: amountTooltipLabel }, { children: _jsx(CurrencyInfo, { tableMode: tableMode, amount: amount, currency: currency }) }))] }) })));
21
+ return (_jsx(TableCell, Object.assign({}, props, { children: _jsxs(AmountCellContainer, { children: [_jsx(Tooltip, Object.assign({ title: tooltipLabel || '' }, { children: _jsx(ConversionTypeLabel, { tableMode: tableMode, conversionType: conversionType }) })), _jsx(Tooltip, Object.assign({ title: _jsx(CurrencySymbol, { currency: currency }) }, { children: _jsx("span", {}) })), _jsx(Tooltip, Object.assign({ title: amountTooltipLabel }, { children: _jsx(CurrencyInfo, { tableMode: tableMode, amount: amount, currency: currency }) }))] }) })));
22
22
  }
23
23
  export default AmountCellText;
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { conversionTypesLabels, formatAmountWithCurrency } from '../../../../../utils/index.js';
3
- import { CurrencyIcon } from '../../../../index.js';
3
+ import { CurrencySymbol } from '../../../../index.js';
4
4
  import { ConversionTooltip, ConversionTooltipRow } from '../style';
5
5
  export const AmountConversionTooltipLabel = ({ type, selectAmount, selectCurrency, requestAmount, requestCurrency, merchantAmount, merchantCurrency, }) => {
6
6
  const customerSelectValue = formatAmountWithCurrency(selectAmount, selectCurrency);
@@ -11,5 +11,5 @@ export const AmountConversionTooltipLabel = ({ type, selectAmount, selectCurrenc
11
11
  justifyContent: 'flex-end',
12
12
  } }, { children: [_jsx("span", Object.assign({ style: {
13
13
  fontWeight: 'bold',
14
- } }, { children: type ? conversionTypesLabels[type] : '' })), _jsxs(ConversionTooltip, { children: [type !== 'fx' && (_jsxs(ConversionTooltipRow, { children: [_jsx("span", { children: "Customer Selected" }), ' ', _jsxs("span", { children: [_jsx(CurrencyIcon, { currency: selectCurrency }), " ", customerSelectValue.integerAmount, ".", customerSelectValue.decimalAmount] })] })), _jsxs(ConversionTooltipRow, { children: [_jsx("span", { children: "Charge" }), ' ', _jsxs("span", { children: [_jsx(CurrencyIcon, { currency: requestCurrency }), " ", chargeValue.integerAmount, ".", chargeValue.decimalAmount] })] }), _jsxs(ConversionTooltipRow, { children: [_jsx("span", { children: "Settlement" }), ' ', _jsxs("span", { children: [_jsx(CurrencyIcon, { currency: merchantCurrency }), " ", settlementValue.integerAmount, ".", settlementValue.decimalAmount] })] })] })] })));
14
+ } }, { children: type ? conversionTypesLabels[type] : '' })), _jsxs(ConversionTooltip, { children: [type !== 'fx' && (_jsxs(ConversionTooltipRow, { children: [_jsx("span", { children: "Customer Selected" }), ' ', _jsxs("span", { children: [_jsx(CurrencySymbol, { currency: selectCurrency }), " ", customerSelectValue.integerAmount, ".", customerSelectValue.decimalAmount] })] })), _jsxs(ConversionTooltipRow, { children: [_jsx("span", { children: "Charge" }), ' ', _jsxs("span", { children: [_jsx(CurrencySymbol, { currency: requestCurrency }), " ", chargeValue.integerAmount, ".", chargeValue.decimalAmount] })] }), _jsxs(ConversionTooltipRow, { children: [_jsx("span", { children: "Settlement" }), ' ', _jsxs("span", { children: [_jsx(CurrencySymbol, { currency: merchantCurrency }), " ", settlementValue.integerAmount, ".", settlementValue.decimalAmount] })] })] })] })));
15
15
  };
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { CurrencyIcon } from '../../../../index.js';
2
+ import { CurrencySymbol } from '../../../../index.js';
3
3
  import { CurrencySpan, DecimalSpan } from '../style';
4
4
  import { formatAmountWithCurrency } from '../../../../../utils/index.js';
5
5
  export const CurrencyInfo = ({ tableMode, amount, currency }) => {
6
6
  const { integerAmount, decimalAmount } = formatAmountWithCurrency(amount, currency);
7
- return (_jsx(CurrencySpan, Object.assign({ tableMode: tableMode }, { children: amount !== undefined ? (_jsxs(_Fragment, { children: [_jsx("span", { children: _jsx(CurrencyIcon, { currency: currency, fontSize: 10 }) }), ' ', integerAmount, decimalAmount && (_jsxs(_Fragment, { children: [".", _jsx(DecimalSpan, { children: decimalAmount })] }))] })) : (_jsx("span", { children: "-" })) })));
7
+ return (_jsx(CurrencySpan, Object.assign({ tableMode: tableMode }, { children: amount !== undefined ? (_jsxs(_Fragment, { children: [_jsx("span", { children: _jsx(CurrencySymbol, { currency: currency, fontSize: 10 }) }), ' ', integerAmount, decimalAmount && (_jsxs(_Fragment, { children: [".", _jsx(DecimalSpan, { children: decimalAmount })] }))] })) : (_jsx("span", { children: "-" })) })));
8
8
  };
@@ -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;
@@ -15,7 +15,7 @@ import { useTheme } from '@mui/material/styles';
15
15
  import { motion } from 'framer-motion';
16
16
  import Tooltip from '../../../Tooltip';
17
17
  import { TableCell } from '../../../TableCells';
18
- import { CurrencyIcon } from '../../../index.js';
18
+ import { CurrencySymbol } from '../../../index.js';
19
19
  import { formatAmountWithCurrency } from '../../../../utils/index.js';
20
20
  import { BalanceCellContainer, PercentageContainer } from './style';
21
21
  import { formatPercentage } from './utils';
@@ -23,11 +23,11 @@ import { PiePercentage } from '../style';
23
23
  function BalanceCell(_a) {
24
24
  var { percentage = 0, days, remainingAmount, currency } = _a, props = __rest(_a, ["percentage", "days", "remainingAmount", "currency"]);
25
25
  const theme = useTheme();
26
- const currencyIcon = _jsx(CurrencyIcon, { currency: currency });
26
+ const currencySymbol = _jsx(CurrencySymbol, { currency: currency });
27
27
  const { integerAmount, decimalAmount } = formatAmountWithCurrency(remainingAmount, currency);
28
28
  const amount = `${integerAmount}.${decimalAmount}`;
29
29
  const generatedTooltip = useMemo(() => {
30
- return (_jsxs(_Fragment, { children: ["Remaining Authorized Balance - ", currencyIcon, " ", amount] }));
30
+ return (_jsxs(_Fragment, { children: ["Remaining Authorized Balance - ", currencySymbol, " ", amount] }));
31
31
  }, [remainingAmount, currency]);
32
32
  if (percentage === 0)
33
33
  return null;
@@ -1,10 +1,10 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { CurrencyIcon, StatusChipWithCopy } from '../../../index.js';
2
+ import { CurrencySymbol, StatusChipWithCopy } from '../../../index.js';
3
3
  import { formatAmountWithCurrency } from '../../../../utils/index.js';
4
4
  function BalanceCellSheet({ remainingAmount, currency, selectionProps }) {
5
- const currencyIcon = _jsx(CurrencyIcon, { currency: currency });
5
+ const currencySymbol = _jsx(CurrencySymbol, { currency: currency });
6
6
  const { integerAmount, decimalAmount } = formatAmountWithCurrency(remainingAmount, currency);
7
7
  const amount = `${integerAmount}.${decimalAmount}`;
8
- return (_jsxs(StatusChipWithCopy, Object.assign({ chipIndex: 0, copyText: `${integerAmount}.${decimalAmount}`, selectionProps: selectionProps }, { children: [currencyIcon, " ", amount] })));
8
+ return (_jsxs(StatusChipWithCopy, Object.assign({ chipIndex: 0, copyText: `${integerAmount}.${decimalAmount}`, selectionProps: selectionProps }, { children: [currencySymbol, " ", amount] })));
9
9
  }
10
10
  export default BalanceCellSheet;
@@ -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;
@@ -21,6 +21,6 @@ function BankCell(_a) {
21
21
  return (_jsx(TableCell, Object.assign({ style: {
22
22
  textAlign: 'center',
23
23
  overflow: 'visible',
24
- } }, props, { children: _jsxs(BankCellContainer, { children: [country && (_jsx(Tooltip, Object.assign({ title: getCountryNameByISO(country) }, { children: _jsx(CountryFlag, { code: country }) }))), _jsxs(BankWrapper, { children: [_jsx(BankIcon, { src: bankIcon, alt: "bank-icon" }), walletId && (_jsxs(BankIdContainer, { children: [name, " \u00B7\u00B7\u00B7\u00B7 ", walletId === null || walletId === void 0 ? void 0 : walletId.substring(((walletId === null || walletId === void 0 ? void 0 : walletId.length) || 0) - 4)] }))] })] }) })));
24
+ } }, props, { children: _jsxs(BankCellContainer, { children: [country && (_jsx(Tooltip, Object.assign({ title: getCountryNameByISO(country) }, { children: _jsx(CountryFlag, { countryCode: country }) }))), _jsxs(BankWrapper, { children: [_jsx(BankIcon, { src: bankIcon, alt: "bank-icon" }), walletId && (_jsxs(BankIdContainer, { children: [name, " \u00B7\u00B7\u00B7\u00B7 ", walletId === null || walletId === void 0 ? void 0 : walletId.substring(((walletId === null || walletId === void 0 ? void 0 : walletId.length) || 0) - 4)] }))] })] }) })));
25
25
  }
26
26
  export default BankCell;
@@ -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,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import CurrencyCountryFlag from '../../../CurrencyCountryFlag';
2
+ import CountryFlag from '../../../CountryFlag';
3
3
  import { Currency, Wrapper } from './style';
4
4
  export function CurrencyCell({ currency }) {
5
- return (_jsxs(Wrapper, { children: [_jsx(CurrencyCountryFlag, { code: currency }), _jsx(Currency, { children: currency })] }));
5
+ return (_jsxs(Wrapper, { children: [_jsx(CountryFlag, { currencyCode: currency }), _jsx(Currency, { children: currency })] }));
6
6
  }
@@ -20,7 +20,7 @@ import { GeographyBox } from '../style';
20
20
  import { Box } from '@mui/material';
21
21
  function DateCell(_a) {
22
22
  var { value, format: dateFormat, flagIcon, hasFlag, tableMode } = _a, props = __rest(_a, ["value", "format", "flagIcon", "hasFlag", "tableMode"]);
23
- const icon = flagIcon && (_jsx(Tooltip, Object.assign({ title: getCountryNameByISO(flagIcon || '') }, { children: _jsx(CountryFlag, { code: flagIcon }) })));
23
+ const icon = flagIcon && (_jsx(Tooltip, Object.assign({ title: getCountryNameByISO(flagIcon || '') }, { children: _jsx(CountryFlag, { countryCode: flagIcon }) })));
24
24
  const renderedValue = useMemo(() => formatCellDate(value, dateFormat), [value]);
25
25
  return (_jsx(TableCell, Object.assign({}, props, { children: _jsxs(DateCellContainer, { children: [hasFlag && (_jsx(GeographyBox, Object.assign({ sx: {
26
26
  visibility: 'visible',
@@ -12,7 +12,7 @@ var __rest = (this && this.__rest) || function (s, e) {
12
12
  import { jsxs as _jsxs, jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
13
13
  import Box from '@mui/material/Box';
14
14
  import { formatAmount } from '../../../../utils/index.js';
15
- import { CurrencyIcon, StatusGroupChips } from '../../../index.js';
15
+ import { CurrencySymbol, StatusGroupChips } from '../../../index.js';
16
16
  function DestinationCellSheet(_a) {
17
17
  var { destinationsCount, destinationsTooltip, destination, destinationsAmount, hidden, iconDirection, selectionProps } = _a, props = __rest(_a, ["destinationsCount", "destinationsTooltip", "destination", "destinationsAmount", "hidden", "iconDirection", "selectionProps"]);
18
18
  const destinations = (destination === null || destination === void 0 ? void 0 : destination.destination) || [];
@@ -20,7 +20,7 @@ function DestinationCellSheet(_a) {
20
20
  const formattedDestAmount = formatAmount((dest === null || dest === void 0 ? void 0 : dest.amount) || 0);
21
21
  return {
22
22
  key: `destination-${(dest === null || dest === void 0 ? void 0 : dest.id) || index}`,
23
- content: (_jsxs(_Fragment, { children: [_jsxs("div", { children: [dest === null || dest === void 0 ? void 0 : dest.id, " |"] }), _jsx(CurrencyIcon, { currency: dest === null || dest === void 0 ? void 0 : dest.currency }), _jsxs("span", { children: [formattedDestAmount.integerAmount, ".", formattedDestAmount.decimalAmount] })] })),
23
+ content: (_jsxs(_Fragment, { children: [_jsxs("div", { children: [dest === null || dest === void 0 ? void 0 : dest.id, " |"] }), _jsx(CurrencySymbol, { currency: dest === null || dest === void 0 ? void 0 : dest.currency }), _jsxs("span", { children: [formattedDestAmount.integerAmount, ".", formattedDestAmount.decimalAmount] })] })),
24
24
  chipIndex: index,
25
25
  selectionProps: selectionProps !== null && selectionProps !== void 0 ? selectionProps : {},
26
26
  copyText: `${formattedDestAmount.integerAmount}.${formattedDestAmount.decimalAmount}`,
@@ -13,7 +13,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import Box from '@mui/material/Box';
14
14
  import Tooltip from '../../../Tooltip';
15
15
  import { formatAmount } from '../../../../utils/index.js';
16
- import { CurrencyIcon } from '../../../index.js';
16
+ import { CurrencySymbol } from '../../../index.js';
17
17
  import { TextLabel } from '../style';
18
18
  function DestinationCell(_a) {
19
19
  var _b, _c, _d, _e, _f;
@@ -30,6 +30,6 @@ function DestinationCell(_a) {
30
30
  textAlign: 'left',
31
31
  justifyContent: 'flex-start',
32
32
  height: 'auto',
33
- } }, { children: destinationsCount > 1 ? (_jsxs("div", { children: ["Destination ", (_c = destinations === null || destinations === void 0 ? void 0 : destinations[0]) === null || _c === void 0 ? void 0 : _c.id, " - ", _jsx(CurrencyIcon, { currency: (_d = destinations === null || destinations === void 0 ? void 0 : destinations[0]) === null || _d === void 0 ? void 0 : _d.currency }), ' ', firstDestinationFormattedAmount.integerAmount, ".", firstDestinationFormattedAmount.decimalAmount, " +", destinationsCount - 1] })) : (_jsxs("div", { children: ["Destination ", (_e = destinations === null || destinations === void 0 ? void 0 : destinations[0]) === null || _e === void 0 ? void 0 : _e.id, " - ", _jsx(CurrencyIcon, { currency: (_f = destinations === null || destinations === void 0 ? void 0 : destinations[0]) === null || _f === void 0 ? void 0 : _f.currency }), " ", formattedAmount.integerAmount, ".", formattedAmount.decimalAmount] })) })) })) })));
33
+ } }, { children: destinationsCount > 1 ? (_jsxs("div", { children: ["Destination ", (_c = destinations === null || destinations === void 0 ? void 0 : destinations[0]) === null || _c === void 0 ? void 0 : _c.id, " - ", _jsx(CurrencySymbol, { currency: (_d = destinations === null || destinations === void 0 ? void 0 : destinations[0]) === null || _d === void 0 ? void 0 : _d.currency }), ' ', firstDestinationFormattedAmount.integerAmount, ".", firstDestinationFormattedAmount.decimalAmount, " +", destinationsCount - 1] })) : (_jsxs("div", { children: ["Destination ", (_e = destinations === null || destinations === void 0 ? void 0 : destinations[0]) === null || _e === void 0 ? void 0 : _e.id, " - ", _jsx(CurrencySymbol, { currency: (_f = destinations === null || destinations === void 0 ? void 0 : destinations[0]) === null || _f === void 0 ? void 0 : _f.currency }), " ", formattedAmount.integerAmount, ".", formattedAmount.decimalAmount] })) })) })) })));
34
34
  }
35
35
  export default DestinationCell;
@@ -1,12 +1,12 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { CurrencyIcon } from '../../../index.js';
2
+ import { CurrencySymbol } from '../../../index.js';
3
3
  import { formatAmount } from '../../../../utils/index.js';
4
4
  export const generateDestinationTooltip = ({ destination, amount: formattedSum, }) => {
5
5
  var _a, _b, _c;
6
6
  const destinations = (destination === null || destination === void 0 ? void 0 : destination.destination) || [];
7
7
  const destinationsTooltip = (destinations === null || destinations === void 0 ? void 0 : destinations.length) > 1 ? (_jsxs("div", { children: [_jsx("div", { children: "Destination" }), (_a = destination === null || destination === void 0 ? void 0 : destination.destination) === null || _a === void 0 ? void 0 : _a.map((dest) => {
8
8
  const formattedAmount = formatAmount(dest.amount || 0);
9
- return (_jsxs("div", { children: [dest === null || dest === void 0 ? void 0 : dest.id, " - ", _jsx(CurrencyIcon, { currency: dest === null || dest === void 0 ? void 0 : dest.currency }), " ", formattedAmount.integerAmount, ".", formattedAmount.decimalAmount] }, dest === null || dest === void 0 ? void 0 : dest.id));
10
- })] })) : (_jsxs("div", { children: ["Destination ", (_b = destinations === null || destinations === void 0 ? void 0 : destinations[0]) === null || _b === void 0 ? void 0 : _b.id, " - ", _jsx(CurrencyIcon, { currency: (_c = destinations === null || destinations === void 0 ? void 0 : destinations[0]) === null || _c === void 0 ? void 0 : _c.currency }), " ", formattedSum.integerAmount, ".", formattedSum.decimalAmount] }));
9
+ return (_jsxs("div", { children: [dest === null || dest === void 0 ? void 0 : dest.id, " - ", _jsx(CurrencySymbol, { currency: dest === null || dest === void 0 ? void 0 : dest.currency }), " ", formattedAmount.integerAmount, ".", formattedAmount.decimalAmount] }, dest === null || dest === void 0 ? void 0 : dest.id));
10
+ })] })) : (_jsxs("div", { children: ["Destination ", (_b = destinations === null || destinations === void 0 ? void 0 : destinations[0]) === null || _b === void 0 ? void 0 : _b.id, " - ", _jsx(CurrencySymbol, { currency: (_c = destinations === null || destinations === void 0 ? void 0 : destinations[0]) === null || _c === void 0 ? void 0 : _c.currency }), " ", formattedSum.integerAmount, ".", formattedSum.decimalAmount] }));
11
11
  return destinationsTooltip;
12
12
  };
@@ -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;
@@ -20,5 +20,5 @@ import { Box } from '@mui/material';
20
20
  export default function EntityCell(_a) {
21
21
  var { entity, country, verificationStatus, licenseNumber, hideStatus } = _a, props = __rest(_a, ["entity", "country", "verificationStatus", "licenseNumber", "hideStatus"]);
22
22
  const icon = verificationIcon[verificationStatus !== null && verificationStatus !== void 0 ? verificationStatus : 'incomplete'];
23
- return (_jsx(TableCell, Object.assign({}, props, { sx: { cursor: (props === null || props === void 0 ? void 0 : props.onClick) ? 'pointer' : 'default' } }, { children: _jsx(Tooltip, Object.assign({ title: entity }, { children: _jsx(EntityWrapper, Object.assign({ sx: { cursor: props.onClick ? 'pointer' : 'default' } }, { children: _jsxs(Box, Object.assign({ display: "flex", alignItems: "center", gap: '5px', sx: { overflow: 'hidden', width: '100%' } }, { children: [_jsx(Tooltip, Object.assign({ title: getCountryNameByISO(country) }, { children: _jsx(CountryFlag, { code: country }) })), _jsx(EntityName, { children: licenseNumber }), !hideStatus && (_jsx(VerificationContainer, { children: _jsx(VerificationIcon, { src: icon }) }))] })) })) })) })));
23
+ return (_jsx(TableCell, Object.assign({}, props, { sx: { cursor: (props === null || props === void 0 ? void 0 : props.onClick) ? 'pointer' : 'default' } }, { children: _jsx(Tooltip, Object.assign({ title: entity }, { children: _jsx(EntityWrapper, Object.assign({ sx: { cursor: props.onClick ? 'pointer' : 'default' } }, { children: _jsxs(Box, Object.assign({ display: "flex", alignItems: "center", gap: '5px', sx: { overflow: 'hidden', width: '100%' } }, { children: [_jsx(Tooltip, Object.assign({ title: getCountryNameByISO(country) }, { children: _jsx(CountryFlag, { countryCode: country }) })), _jsx(EntityName, { children: licenseNumber }), !hideStatus && (_jsx(VerificationContainer, { children: _jsx(VerificationIcon, { src: icon }) }))] })) })) })) })));
24
24
  }
@@ -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 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<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const RefundChargeCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  color?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const RefundCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  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 SalesChannelsContainer: import("@emotion/styled").StyledComponent<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const ReferenceSourcesContainer: import("@emotion/styled").StyledComponent<{
5
4
  hidden?: boolean | undefined;
@@ -41,7 +41,7 @@ function SourceCell(_a) {
41
41
  const customerInitiatedTooltip = customerInitiated === false ? t('merchantInitiated') : '';
42
42
  const geographyTooltip = geographyVariant ? geographyMap[geographyVariant] : undefined;
43
43
  const tooltip = geographyTooltip || flagIcon ? `${geographyTooltip || ''} ${geographyTooltip && flagIcon ? `-` : ''} ${flagIcon ? `${flagIcon}` : ''}` : undefined;
44
- const icon = flagIcon && _jsx(CountryFlag, { code: flagIcon });
44
+ const icon = flagIcon && _jsx(CountryFlag, { countryCode: flagIcon });
45
45
  const sources = [];
46
46
  const walletTypeIcon = (payment === null || payment === void 0 ? void 0 : payment.wallet) === 'SV Wallet' ? 'walletStoredValue' : 'walletPassThru';
47
47
  const type = (payment === null || payment === void 0 ? void 0 : payment.type) === 'Wallet' ? walletTypeIcon : payment === null || payment === void 0 ? void 0 : payment.type;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
5
4
  export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<{
4
3
  width?: string | number | undefined;
5
4
  height?: string | number | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  color?: string | undefined;
@@ -21,6 +21,6 @@ function WalletCell(_a) {
21
21
  return (_jsx(TableCell, Object.assign({ style: {
22
22
  textAlign: 'center',
23
23
  overflow: 'visible',
24
- } }, props, { children: _jsxs(WalletCellContainer, { children: [showCountry && country && (_jsx(Tooltip, Object.assign({ title: getCountryNameByISO(country) }, { children: _jsx(CountryFlag, { code: country }) }))), _jsxs(WalletWrapper, { children: [_jsx(WalletIcon, { src: walletIcon, alt: "wallet-icon" }), walletId && _jsxs(WalletIdContainer, { children: ["\u00B7\u00B7\u00B7\u00B7 ", walletId === null || walletId === void 0 ? void 0 : walletId.substring(((walletId === null || walletId === void 0 ? void 0 : walletId.length) || 0) - 4)] })] })] }) })));
24
+ } }, props, { children: _jsxs(WalletCellContainer, { children: [showCountry && country && (_jsx(Tooltip, Object.assign({ title: getCountryNameByISO(country) }, { children: _jsx(CountryFlag, { countryCode: country }) }))), _jsxs(WalletWrapper, { children: [_jsx(WalletIcon, { src: walletIcon, alt: "wallet-icon" }), walletId && _jsxs(WalletIdContainer, { children: ["\u00B7\u00B7\u00B7\u00B7 ", walletId === null || walletId === void 0 ? void 0 : walletId.substring(((walletId === null || walletId === void 0 ? void 0 : walletId.length) || 0) - 4)] })] })] }) })));
25
25
  }
26
26
  export default WalletCell;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const GeographyBox: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
4
3
  variant?: "Global" | "Regional" | "Local" | undefined;
5
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  interface TableWrapperProps {
4
3
  showNoDataView?: boolean;
5
4
  }
@@ -74,7 +74,7 @@ export * from './ErrorBoundary';
74
74
  export { default as DropdownButton, type DropdownButtonProps, DropdownChevronIcon, type DropdownChevronIconProps } from './DropdownButton';
75
75
  export { default as Dropdown2 } from './Dropdown2';
76
76
  export { default as CountryFlag } from './CountryFlag';
77
- export { default as CurrencyIcon } from './CurrencyIcon';
77
+ export { default as CurrencySymbol } from './CurrencySymbol';
78
78
  export { default as CustomBackdrop } from './CustomBackdrop';
79
79
  export { default as DeviceIcon, isDeviceIconShown } from './DeviceIcon';
80
80
  export { default as CountBadge, BadgeVariants, CountAnimatedBadge, type StyledBadgeProps, paymentSourceAnimation } from './CountBadge';
@@ -122,4 +122,4 @@ export * from './ListLayout';
122
122
  export { default as MFWidgetLoader } from './MFWidgetLoader';
123
123
  export { default as BetaBanner } from './BetaBanner';
124
124
  export * from './Autocomplete';
125
- export { default as CurrencyCountryFlag } from './CurrencyCountryFlag';
125
+ export * from './Amount';
@@ -74,7 +74,7 @@ export * from './ErrorBoundary';
74
74
  export { default as DropdownButton, DropdownChevronIcon } from './DropdownButton';
75
75
  export { default as Dropdown2 } from './Dropdown2';
76
76
  export { default as CountryFlag } from './CountryFlag';
77
- export { default as CurrencyIcon } from './CurrencyIcon';
77
+ export { default as CurrencySymbol } from './CurrencySymbol';
78
78
  export { default as CustomBackdrop } from './CustomBackdrop';
79
79
  export { default as DeviceIcon, isDeviceIconShown } from './DeviceIcon';
80
80
  export { default as CountBadge, BadgeVariants, CountAnimatedBadge, paymentSourceAnimation } from './CountBadge';
@@ -122,4 +122,4 @@ export * from './ListLayout';
122
122
  export { default as MFWidgetLoader } from './MFWidgetLoader';
123
123
  export { default as BetaBanner } from './BetaBanner';
124
124
  export * from './Autocomplete';
125
- export { default as CurrencyCountryFlag } from './CurrencyCountryFlag';
125
+ export * from './Amount';
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.1.245",
5
- "testVersion": 0,
4
+ "version": "0.1.246-test.1",
5
+ "testVersion": 1,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",
@@ -163,4 +163,4 @@
163
163
  "publishConfig": {
164
164
  "registry": "https://registry.npmjs.org/"
165
165
  }
166
- }
166
+ }
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import { BoxProps } from '@mui/material/Box';
3
- interface CurrencyCountryFlagProps extends BoxProps {
4
- code?: string;
5
- }
6
- declare function CurrencyCountryFlag({ code, ...props }: CurrencyCountryFlagProps): import("react/jsx-runtime").JSX.Element;
7
- declare const _default: import("react").MemoExoticComponent<typeof CurrencyCountryFlag>;
8
- export default _default;
@@ -1,22 +0,0 @@
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
- };
12
- import { jsx as _jsx } from "react/jsx-runtime";
13
- import { memo } from 'react';
14
- import Box from '@mui/material/Box';
15
- import { defaultCountryIcon, getCurrenciesIcon } from '../../constants/index.js';
16
- function CurrencyCountryFlag(_a) {
17
- var { code = '' } = _a, props = __rest(_a, ["code"]);
18
- return (_jsx(Box, Object.assign({}, props, { component: "img", src: getCurrenciesIcon(code) || defaultCountryIcon, alt: code, loading: "lazy", onError: (e) => {
19
- e.currentTarget.src = defaultCountryIcon;
20
- } })));
21
- }
22
- export default memo(CurrencyCountryFlag);
@@ -1,2 +0,0 @@
1
- import CurrencyCountryFlag from './CurrencyCountryFlag';
2
- export default CurrencyCountryFlag;
@@ -1,2 +0,0 @@
1
- import CurrencyCountryFlag from './CurrencyCountryFlag';
2
- export default CurrencyCountryFlag;
@@ -1,15 +0,0 @@
1
- import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
2
- import { DirhamIconImage, SARIconImage } from '../../constants/index.js';
3
- import { StyleCurrencyIcon } from './style';
4
- const currencyMap = {
5
- SAR: SARIconImage,
6
- AED: DirhamIconImage,
7
- };
8
- function CurrencyIcon({ currency, fontSize }) {
9
- const currencyIcon = currencyMap[currency];
10
- if (!currencyIcon) {
11
- return _jsx(_Fragment, { children: currency });
12
- }
13
- return _jsx(StyleCurrencyIcon, { component: "img", src: currencyIcon, alt: currency, sx: { height: fontSize } });
14
- }
15
- export default CurrencyIcon;
@@ -1,2 +0,0 @@
1
- import CurrencyIcon from './CurrencyIcon';
2
- export default CurrencyIcon;
@@ -1,2 +0,0 @@
1
- import CurrencyIcon from './CurrencyIcon';
2
- export default CurrencyIcon;