@tap-payments/os-micro-frontend-shared 0.0.10 → 0.0.12
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.
- package/LICENSE +21 -21
- package/README.md +12 -12
- package/build/components/{AppWindow/AppWindow.js → AppWindowWrapper/AppWindowWrapper.js} +1 -1
- package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/AccountHeader.js +1 -1
- package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/index.d.ts +1 -1
- package/build/components/AppWindowWrapper/headers/AccountHeader/index.js +3 -0
- package/build/components/AppWindowWrapper/index.d.ts +5 -0
- package/build/components/AppWindowWrapper/index.js +4 -0
- package/build/components/{AppWindow → AppWindowWrapper}/type.d.ts +1 -1
- package/build/components/BackgroundAnimation/index.d.ts +1 -1
- package/build/components/BackgroundAnimation/index.js +1 -1
- package/build/components/Button/index.d.ts +1 -1
- package/build/components/Button/index.js +1 -1
- package/build/components/CountBadge/index.d.ts +3 -4
- package/build/components/CountBadge/index.js +3 -4
- package/build/components/Dialog/index.d.ts +1 -0
- package/build/components/Dialog/index.js +1 -0
- package/build/components/DropdownButton/style.d.ts +1 -1
- package/build/components/DropdownButton/style.js +1 -1
- package/build/components/DropdownButton/type.d.ts +1 -1
- package/build/components/DropdownMenu/index.d.ts +3 -0
- package/build/components/DropdownMenu/index.js +2 -0
- package/build/components/InputBase/AmountInputBase/index.d.ts +2 -1
- package/build/components/InputBase/AmountInputBase/index.js +2 -1
- package/build/components/InputBase/PhoneInputBase/index.d.ts +1 -1
- package/build/components/InputBase/PhoneInputBase/index.js +1 -1
- package/build/components/InputBase/SelectBase/index.d.ts +1 -1
- package/build/components/InputBase/SelectBase/index.js +1 -1
- package/build/components/InputBase/index.d.ts +2 -2
- package/build/components/InputBase/index.js +2 -2
- package/build/components/Inputs/{PhoneInput/CountriesCode/CountriesCode.d.ts → CountriesDropDown/CountriesDropdown.d.ts} +1 -1
- package/build/components/Inputs/{PhoneInput/CountriesCode/CountriesCode.js → CountriesDropDown/CountriesDropdown.js} +1 -1
- package/build/components/Inputs/CountriesDropDown/index.d.ts +2 -0
- package/build/components/Inputs/CountriesDropDown/index.js +2 -0
- package/build/components/Inputs/{PhoneInput/CountriesCode → CountriesDropDown}/style.d.ts +10 -0
- package/build/components/Inputs/{PhoneInput/CountriesCode → CountriesDropDown}/style.js +24 -1
- package/build/components/Inputs/index.d.ts +3 -3
- package/build/components/Inputs/index.js +3 -3
- package/build/components/JSONViewer/components/index.d.ts +2 -2
- package/build/components/JSONViewer/components/index.js +2 -2
- package/build/components/NestedDropdown/Dropdown.js +1 -1
- package/build/components/NestedDropdown/index.d.ts +2 -0
- package/build/components/NestedDropdown/index.js +2 -0
- package/build/components/RFH/Inputs/MultiSelect/index.d.ts +2 -1
- package/build/components/RFH/Inputs/MultiSelect/index.js +2 -1
- package/build/components/RFH/Inputs/index.d.ts +7 -7
- package/build/components/RFH/Inputs/index.js +7 -7
- package/build/components/StatusButton/style.d.ts +1 -1
- package/build/components/StatusButton/style.js +1 -1
- package/build/components/StatusButton/type.d.ts +1 -1
- package/build/components/StatusIcons/index.d.ts +14 -14
- package/build/components/StatusIcons/index.js +14 -14
- package/build/components/TableCells/CustomCells/ActionCell/ActionCell.d.ts +4 -1
- package/build/components/TableCells/CustomCells/ActionCell/ActionCell.js +7 -10
- package/build/components/TableCells/CustomCells/ActionCell/components/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ActionCell/components/index.js +1 -2
- package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +0 -3
- package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.js +2 -11
- package/build/components/TableCells/CustomCells/ActionCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ActionCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/AgreementCell/AgreementCell.js +2 -2
- package/build/components/TableCells/CustomCells/AgreementCell/index.d.ts +1 -3
- package/build/components/TableCells/CustomCells/AgreementCell/index.js +1 -3
- package/build/components/TableCells/CustomCells/AmountCell/AmountCell.js +2 -2
- package/build/components/TableCells/CustomCells/AmountCell/AmountConversionTooltipLabel.js +1 -1
- package/build/components/TableCells/CustomCells/AmountCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/AmountCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/AppsCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/AppsCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/AuthCell/AuthCell.js +1 -1
- package/build/components/TableCells/CustomCells/AuthCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/AuthCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/AuthenticationCell/AuthenticationCell.js +2 -2
- package/build/components/TableCells/CustomCells/AuthenticationCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/AuthenticationCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/AuthenticationStatusCell.js +2 -2
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/AuthenticationTypeCell.js +1 -1
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/AvatarCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/AvatarCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/BalanceCell/BalanceCell.js +2 -2
- package/build/components/TableCells/CustomCells/BalanceCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/BalanceCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/BankCell/BankCell.js +1 -1
- package/build/components/TableCells/CustomCells/BankCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/BankCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.d.ts +2 -2
- package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.js +1 -2
- package/build/components/TableCells/CustomCells/BankReferenceCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/BankReferenceCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/BrandCell/BrandCell.js +1 -1
- package/build/components/TableCells/CustomCells/BrandCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/BrandCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/BrandsCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/BrandsCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/BusinessStatusCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/BusinessStatusCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/ChannelsCell/ChannelsCell.js +2 -2
- package/build/components/TableCells/CustomCells/ChannelsCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ChannelsCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/CheckoutStatusCell.js +1 -1
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.d.ts +2 -3
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.js +1 -3
- package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.d.ts +2 -2
- package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.js +1 -2
- package/build/components/TableCells/CustomCells/CurrencyCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/CurrencyCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/CustomerCell/CustomerCell.js +1 -1
- package/build/components/TableCells/CustomCells/CustomerCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/CustomerCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/DateCell/DateCell.js +1 -1
- package/build/components/TableCells/CustomCells/DateCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/DateCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/DestinationCell/DestinationCell.js +1 -1
- package/build/components/TableCells/CustomCells/DestinationCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/DestinationCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/DestinationCell/utils.js +1 -1
- package/build/components/TableCells/CustomCells/DestinationStatusCell/DestinationStatusCell.js +1 -1
- package/build/components/TableCells/CustomCells/DestinationStatusCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/DestinationStatusCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/DeviceCell/DeviceCell.js +1 -1
- package/build/components/TableCells/CustomCells/DeviceCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/DeviceCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/DueDateCell/DueDateCell.js +1 -1
- package/build/components/TableCells/CustomCells/DueDateCell/index.d.ts +1 -3
- package/build/components/TableCells/CustomCells/DueDateCell/index.js +1 -3
- package/build/components/TableCells/CustomCells/EntityCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/EntityCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/IDButton/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/IDButton/index.js +1 -2
- package/build/components/TableCells/CustomCells/IndividualsCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/IndividualsCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/IntentsStatusCell/IntentsStatusCell.js +1 -1
- package/build/components/TableCells/CustomCells/IntentsStatusCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/IntentsStatusCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.js +2 -2
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/MarketPlaceCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/MarketPlaceCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/MetadataCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/MetadataCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/OrderCell/OrderCell.js +1 -1
- package/build/components/TableCells/CustomCells/OrderCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/OrderCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/PayoutDateCell/PayoutDateCell.js +1 -1
- package/build/components/TableCells/CustomCells/PayoutDateCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/PayoutDateCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.d.ts +2 -2
- package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.js +1 -2
- package/build/components/TableCells/CustomCells/PayoutReportCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/PayoutReportCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/PayoutStatusCell/PayoutStatusCell.js +1 -1
- package/build/components/TableCells/CustomCells/PayoutStatusCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/PayoutStatusCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/ProductsCell/ProductsCell.js +1 -1
- package/build/components/TableCells/CustomCells/ProductsCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ProductsCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.js +2 -3
- package/build/components/TableCells/CustomCells/ReceiptCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ReceiptCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/ReferenceCell/ReferenceCell.js +2 -2
- package/build/components/TableCells/CustomCells/ReferenceCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ReferenceCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/RefundChargeCell/RefundChargeCell.js +2 -2
- package/build/components/TableCells/CustomCells/RefundChargeCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/RefundChargeCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.js +1 -1
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.d.ts +2 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/{RefundIcon.js → RefundStateIcon.js} +1 -1
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.js +2 -2
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.d.ts +1 -1
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.js +1 -1
- package/build/components/TableCells/CustomCells/RefundStatusCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/RefundStatusCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/SourceCell/SourceCell.js +2 -2
- package/build/components/TableCells/CustomCells/SourceCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/SourceCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/SourceMergedCell/SourceMergedCell.js +1 -1
- package/build/components/TableCells/CustomCells/SourceMergedCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/SourceMergedCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/StatusCell/StatusCell.js +1 -1
- package/build/components/TableCells/CustomCells/StatusCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/StatusCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/TextTableCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/TextTableCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/TextWithBadgeCell.js +1 -1
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/TokenStatusCell/TokenStatusCell.js +1 -1
- package/build/components/TableCells/CustomCells/TokenStatusCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/TokenStatusCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/WalletCell/WalletCell.js +1 -1
- package/build/components/TableCells/CustomCells/WalletCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/WalletCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/index.js +1 -0
- package/build/components/TableCells/CustomCells/style.js +1 -1
- package/build/components/TableCells/CustomCells/type.d.ts +0 -6
- package/build/components/TableCells/index.d.ts +2 -3
- package/build/components/TableCells/index.js +2 -3
- package/build/components/VirtualTable/components/ColumnFilter/index.d.ts +2 -2
- package/build/components/VirtualTable/components/ColumnFilter/index.js +2 -2
- package/build/components/VirtualTable/components/TableHeader.js +1 -1
- package/build/components/index.d.ts +9 -9
- package/build/components/index.js +8 -8
- package/build/types/analytics.d.ts +1 -0
- package/package.json +88 -88
- package/build/components/AppWindow/headers/AccountHeader/index.js +0 -3
- package/build/components/AppWindow/index.d.ts +0 -5
- package/build/components/AppWindow/index.js +0 -4
- package/build/components/Dropdown/index.d.ts +0 -3
- package/build/components/Dropdown/index.js +0 -2
- package/build/components/Inputs/PhoneInput/CountriesCode/index.d.ts +0 -3
- package/build/components/Inputs/PhoneInput/CountriesCode/index.js +0 -3
- package/build/components/Inputs/PhoneInput/index.d.ts +0 -2
- package/build/components/Inputs/PhoneInput/index.js +0 -2
- package/build/components/Inputs/PhoneInput/style.d.ts +0 -11
- package/build/components/Inputs/PhoneInput/style.js +0 -25
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundIcon.d.ts +0 -2
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/AppWindow.d.ts +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/AppWindow.js +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/constant.d.ts +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/constant.js +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/index.d.ts +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/index.js +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/style.d.ts +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/style.js +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/type.d.ts +0 -0
- /package/build/components/{AppWindow/context → AppWindowWrapper/AppWindow}/type.js +0 -0
- /package/build/components/{AppWindow/AppWindow.d.ts → AppWindowWrapper/AppWindowWrapper.d.ts} +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/context/Provider.d.ts +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/context/Provider.js +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/context/context.d.ts +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/context/context.js +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/context/index.d.ts +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/context/index.js +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/context/type.d.ts +0 -0
- /package/build/components/{AppWindow/headers/AccountHeader/components/AccountHeaderTitle → AppWindowWrapper/context}/type.js +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/AccountHeader.d.ts +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.d.ts +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.js +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/index.d.ts +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/index.js +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/type.d.ts +0 -0
- /package/build/components/{AppWindow/headers/AccountHeader → AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle}/type.js +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/type.d.ts +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper/headers/AccountHeader}/type.js +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper}/type.js +0 -0
- /package/build/components/{Dropdown/Dropdown.d.ts → DropdownMenu/DropdownMenu.d.ts} +0 -0
- /package/build/components/{Dropdown/Dropdown.js → DropdownMenu/DropdownMenu.js} +0 -0
- /package/build/components/{Dropdown → DropdownMenu}/styles.d.ts +0 -0
- /package/build/components/{Dropdown → DropdownMenu}/styles.js +0 -0
- /package/build/components/{Dropdown → DropdownMenu}/type.d.ts +0 -0
- /package/build/components/{Dropdown → DropdownMenu}/type.js +0 -0
- /package/build/components/NestedDropdown/{MenuItem.d.ts → NestedMenuItem.d.ts} +0 -0
- /package/build/components/NestedDropdown/{MenuItem.js → NestedMenuItem.js} +0 -0
|
@@ -15,7 +15,7 @@ import { useTranslation } from 'react-i18next';
|
|
|
15
15
|
import Tooltip from '../../../Tooltip';
|
|
16
16
|
import { tokenCardIcon } from '../../../../constants/index.js';
|
|
17
17
|
import { ChargeStatusIcon } from '../../../StatusIcons';
|
|
18
|
-
import TableCell from '../../../TableCells
|
|
18
|
+
import { TableCell } from '../../../TableCells';
|
|
19
19
|
import { authorizedStatusIcons } from '../../../TableCells/CustomCells/StatusCell/constant';
|
|
20
20
|
import { tokenStatusIcons } from './constant';
|
|
21
21
|
import { StatusCellContainer, StatusIcon } from '../style';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default TokenStatusCell;
|
|
1
|
+
export { default as TokenStatusCell } from './TokenStatusCell';
|
|
@@ -12,7 +12,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
import Tooltip from '../../../Tooltip';
|
|
14
14
|
import CountryFlag from '../../../CountryFlag';
|
|
15
|
-
import TableCell from '../../../TableCells
|
|
15
|
+
import { TableCell } from '../../../TableCells';
|
|
16
16
|
import { walletIcon } from '../../../../constants/index.js';
|
|
17
17
|
import { getCountryName } from '../../../../utils/index.js';
|
|
18
18
|
import { WalletCellContainer, WalletIcon, WalletIdContainer, WalletWrapper } from './style';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Avatar, styled } from '@mui/material';
|
|
2
2
|
import { motion } from 'framer-motion';
|
|
3
|
-
import TableCell from '../../TableCells
|
|
3
|
+
import { TableCell } from '../../TableCells';
|
|
4
4
|
import { getGeographyBoxColor } from '../../../utils/index.js';
|
|
5
5
|
export const GeographyBox = styled('span', {
|
|
6
6
|
shouldForwardProp: (props) => props !== 'variant',
|
|
@@ -83,7 +83,6 @@ export interface DestinationCellProps extends TableCellProps {
|
|
|
83
83
|
}
|
|
84
84
|
export interface ActionCellProps extends TableCellProps {
|
|
85
85
|
row?: unknown;
|
|
86
|
-
onIdIconClick?: () => void;
|
|
87
86
|
flag?: FlagType;
|
|
88
87
|
actions: Array<{
|
|
89
88
|
label: string;
|
|
@@ -102,11 +101,6 @@ export interface ActionCellProps extends TableCellProps {
|
|
|
102
101
|
onCloseDropdown?: () => void;
|
|
103
102
|
rowId?: string;
|
|
104
103
|
isDropdownShown?: boolean;
|
|
105
|
-
requestBody?: Record<string, unknown>;
|
|
106
|
-
sandboxMode?: boolean;
|
|
107
|
-
appId: string;
|
|
108
|
-
isAppMinimized?: boolean;
|
|
109
|
-
windowOrder?: number;
|
|
110
104
|
showJsonViewer?: boolean;
|
|
111
105
|
isTextShown?: boolean;
|
|
112
106
|
showIdButton?: boolean;
|
|
@@ -3,7 +3,7 @@ import { memo, useState } from 'react';
|
|
|
3
3
|
import { Box, styled, useTheme } from '@mui/material';
|
|
4
4
|
import TableHead from '@mui/material/TableHead';
|
|
5
5
|
import MUITableRow from '@mui/material/TableRow';
|
|
6
|
-
import Dropdown from '../../
|
|
6
|
+
import Dropdown from '../../DropdownMenu';
|
|
7
7
|
import { columnIcon, disputeIcon, flagIcon, refundInitiatedIcon, sortAzIcon, sortZaIcon } from '../../../constants/index.js';
|
|
8
8
|
import ColumnFilter from './ColumnFilter';
|
|
9
9
|
import { StyledCell } from '../style';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
export { default as AccordionAdapter } from './AccordionAdapter';
|
|
2
2
|
export { default as ActionMenu, ActionMenuDropDown, ActionMenuItem, type ActionMenuProps } from './ActionMenu';
|
|
3
3
|
export { default as ActivityAreaChart, type ActivityAreaChartProps, type ChartDataPoint, ChartTooltip, type ChartTooltipProps, LoadingChart, type PayloadItem, } from './ActivityAreaChart';
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as BackgroundAnimation, type BlobGradient } from './BackgroundAnimation';
|
|
6
|
-
export { default as Button } from './Button';
|
|
4
|
+
export { default as AppWindowWrapper, type AccountHeaderProps, AccountHeaderTitle, AppWindow, type AccountHeaderTitleProps, type AppWindowProps, type WindowProps, } from './AppWindowWrapper';
|
|
5
|
+
export { default as BackgroundAnimation, type BlobGradient, type Blob } from './BackgroundAnimation';
|
|
6
|
+
export { default as Button, PlusButton } from './Button';
|
|
7
7
|
export { default as Calender } from './Calender';
|
|
8
8
|
export { default as CardEmptyState, type CardEmptyStateProps } from './CardEmptyState';
|
|
9
9
|
export { default as CardHeadline } from './CardHeadline';
|
|
10
10
|
export { default as Checkbox } from './Checkbox';
|
|
11
|
-
export { default as Dialog } from './Dialog';
|
|
11
|
+
export { default as Dialog, DialogToolbar } from './Dialog';
|
|
12
12
|
export { default as Tooltip } from './Tooltip';
|
|
13
13
|
export * from './RFH';
|
|
14
|
-
export { default as VirtualTable, TableRowLoading, TableHeader, TableLastItem, TableLoading, TableLoadingWithCard, TableNoData, TableNoDataWithCard, LastRowContent, ListItemWrapperWithCard, RowErrorState, StyledItemWrapper, TableRow, TableRowLoadingWithCard, TableRowWithCard, VirtualScrollInner, VirtualScrollList, VirtualScrollOuter, VirtualTableWithCard, } from './VirtualTable';
|
|
14
|
+
export { default as VirtualTable, TableRowLoading, TableHeader, TableLastItem, TableLoading, TableLoadingWithCard, TableNoData, TableNoDataWithCard, LastRowContent, ListItemWrapperWithCard, RowErrorState, StyledItemWrapper, TableRow, TableRowLoadingWithCard, TableRowWithCard, VirtualScrollInner, VirtualScrollList, VirtualScrollOuter, VirtualTableWithCard, Inputs, List, } from './VirtualTable';
|
|
15
15
|
export { default as Widget, ListItem, WidgetHeader, WidgetList } from './Widget';
|
|
16
16
|
export { default as TapLogo } from './TapLogo';
|
|
17
17
|
export { default as StatusButton, ChevronIcon, type ChevronIconProps, type StatusButtonIcon, type StatusButtonProps } from './StatusButton';
|
|
@@ -19,7 +19,7 @@ export { default as SimpleDialog, type SimpleDialogProps } from './SimpleDialog'
|
|
|
19
19
|
export { default as SearchButton } from './SearchButton';
|
|
20
20
|
export { default as Loaders } from './Loaders';
|
|
21
21
|
export { default as ExportButton } from './ExportButton';
|
|
22
|
-
export { default as
|
|
22
|
+
export { default as DropdownMenu, type IProps, type MenuItemI } from './DropdownMenu';
|
|
23
23
|
export { default as DockButton, type DockButtonProps, type DockButtonWrapperProps } from './DockButton';
|
|
24
24
|
export { default as DateButton } from './DateButton';
|
|
25
25
|
export { default as WindowSideBar } from './WindowSideBar';
|
|
@@ -29,7 +29,7 @@ export * from './ToolbarIcon';
|
|
|
29
29
|
export { default as Toolbar, type ToolbarProps } from './Toolbar';
|
|
30
30
|
export { default as ToggleButtons, type ToggleButtonProps, type ToggleButtonsProps, type ToggleOption, type ToggleOptionKey } from './ToggleButtons';
|
|
31
31
|
export { default as Text } from './Text';
|
|
32
|
-
export
|
|
32
|
+
export * from './TableCells';
|
|
33
33
|
export { default as StatusLabel } from './StatusLabel';
|
|
34
34
|
export * from './StatusIcons';
|
|
35
35
|
export { default as SplashScreen } from './SplashScreen';
|
|
@@ -44,7 +44,7 @@ export { default as Menu } from './Menu';
|
|
|
44
44
|
export { default as MenuItem } from './MenuItem';
|
|
45
45
|
export { default as MultiSelectDropdownButton, type ButtonWithDropdownProps } from './MultiSelectDropdownButton';
|
|
46
46
|
export { default as MultiSelectWithSearch, type MultiSelectWithSearchProps, ChildMenuItem, ParentMenuItem } from './MultiSelectWithSearch';
|
|
47
|
-
export { default as NestedDropdown, type DropdownProps, type Selected, type Placement } from './NestedDropdown';
|
|
47
|
+
export { default as NestedDropdown, type DropdownProps, type Selected, type Placement, Dropdown, NestedMenuItem } from './NestedDropdown';
|
|
48
48
|
export { default as NoInternet } from './NoInternet';
|
|
49
49
|
export { default as Notifications } from './Notifications';
|
|
50
50
|
export { default as ProgressBar } from './ProgressBar';
|
|
@@ -52,7 +52,7 @@ export { default as ProgressRing } from './ProgressRing';
|
|
|
52
52
|
export * from './InputBase';
|
|
53
53
|
export { default as InputNumber } from './InputNumber';
|
|
54
54
|
export * from './Inputs';
|
|
55
|
-
export { default as JSONViewer, type AnimatedButtonProps, type JSONTitleBarProps, type JSONViewerProps } from './JSONViewer';
|
|
55
|
+
export { default as JSONViewer, type AnimatedButtonProps, type JSONTitleBarProps, type JSONViewerProps, FooterButton, JSONTitleBar, } from './JSONViewer';
|
|
56
56
|
export { default as Loader } from './Loader';
|
|
57
57
|
export { default as MUIThemeProvider } from './MUIThemeProvider';
|
|
58
58
|
export { default as ImageWrapper } from './ImageWrapper';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
export { default as AccordionAdapter } from './AccordionAdapter';
|
|
2
2
|
export { default as ActionMenu, ActionMenuDropDown, ActionMenuItem } from './ActionMenu';
|
|
3
3
|
export { default as ActivityAreaChart, ChartTooltip, LoadingChart, } from './ActivityAreaChart';
|
|
4
|
-
export { default as AppWindow } from './
|
|
4
|
+
export { default as AppWindowWrapper, AccountHeaderTitle, AppWindow, } from './AppWindowWrapper';
|
|
5
5
|
export { default as BackgroundAnimation } from './BackgroundAnimation';
|
|
6
|
-
export { default as Button } from './Button';
|
|
6
|
+
export { default as Button, PlusButton } from './Button';
|
|
7
7
|
export { default as Calender } from './Calender';
|
|
8
8
|
export { default as CardEmptyState } from './CardEmptyState';
|
|
9
9
|
export { default as CardHeadline } from './CardHeadline';
|
|
10
10
|
export { default as Checkbox } from './Checkbox';
|
|
11
|
-
export { default as Dialog } from './Dialog';
|
|
11
|
+
export { default as Dialog, DialogToolbar } from './Dialog';
|
|
12
12
|
export { default as Tooltip } from './Tooltip';
|
|
13
13
|
export * from './RFH';
|
|
14
|
-
export { default as VirtualTable, TableRowLoading, TableHeader, TableLastItem, TableLoading, TableLoadingWithCard, TableNoData, TableNoDataWithCard, LastRowContent, ListItemWrapperWithCard, RowErrorState, StyledItemWrapper, TableRow, TableRowLoadingWithCard, TableRowWithCard, VirtualScrollInner, VirtualScrollList, VirtualScrollOuter, VirtualTableWithCard, } from './VirtualTable';
|
|
14
|
+
export { default as VirtualTable, TableRowLoading, TableHeader, TableLastItem, TableLoading, TableLoadingWithCard, TableNoData, TableNoDataWithCard, LastRowContent, ListItemWrapperWithCard, RowErrorState, StyledItemWrapper, TableRow, TableRowLoadingWithCard, TableRowWithCard, VirtualScrollInner, VirtualScrollList, VirtualScrollOuter, VirtualTableWithCard, Inputs, List, } from './VirtualTable';
|
|
15
15
|
export { default as Widget, ListItem, WidgetHeader, WidgetList } from './Widget';
|
|
16
16
|
export { default as TapLogo } from './TapLogo';
|
|
17
17
|
export { default as StatusButton, ChevronIcon } from './StatusButton';
|
|
@@ -19,7 +19,7 @@ export { default as SimpleDialog } from './SimpleDialog';
|
|
|
19
19
|
export { default as SearchButton } from './SearchButton';
|
|
20
20
|
export { default as Loaders } from './Loaders';
|
|
21
21
|
export { default as ExportButton } from './ExportButton';
|
|
22
|
-
export { default as
|
|
22
|
+
export { default as DropdownMenu } from './DropdownMenu';
|
|
23
23
|
export { default as DockButton } from './DockButton';
|
|
24
24
|
export { default as DateButton } from './DateButton';
|
|
25
25
|
export { default as WindowSideBar } from './WindowSideBar';
|
|
@@ -29,7 +29,7 @@ export * from './ToolbarIcon';
|
|
|
29
29
|
export { default as Toolbar } from './Toolbar';
|
|
30
30
|
export { default as ToggleButtons } from './ToggleButtons';
|
|
31
31
|
export { default as Text } from './Text';
|
|
32
|
-
export
|
|
32
|
+
export * from './TableCells';
|
|
33
33
|
export { default as StatusLabel } from './StatusLabel';
|
|
34
34
|
export * from './StatusIcons';
|
|
35
35
|
export { default as SplashScreen } from './SplashScreen';
|
|
@@ -44,7 +44,7 @@ export { default as Menu } from './Menu';
|
|
|
44
44
|
export { default as MenuItem } from './MenuItem';
|
|
45
45
|
export { default as MultiSelectDropdownButton } from './MultiSelectDropdownButton';
|
|
46
46
|
export { default as MultiSelectWithSearch, ChildMenuItem, ParentMenuItem } from './MultiSelectWithSearch';
|
|
47
|
-
export { default as NestedDropdown } from './NestedDropdown';
|
|
47
|
+
export { default as NestedDropdown, Dropdown, NestedMenuItem } from './NestedDropdown';
|
|
48
48
|
export { default as NoInternet } from './NoInternet';
|
|
49
49
|
export { default as Notifications } from './Notifications';
|
|
50
50
|
export { default as ProgressBar } from './ProgressBar';
|
|
@@ -52,7 +52,7 @@ export { default as ProgressRing } from './ProgressRing';
|
|
|
52
52
|
export * from './InputBase';
|
|
53
53
|
export { default as InputNumber } from './InputNumber';
|
|
54
54
|
export * from './Inputs';
|
|
55
|
-
export { default as JSONViewer } from './JSONViewer';
|
|
55
|
+
export { default as JSONViewer, FooterButton, JSONTitleBar, } from './JSONViewer';
|
|
56
56
|
export { default as Loader } from './Loader';
|
|
57
57
|
export { default as MUIThemeProvider } from './MUIThemeProvider';
|
|
58
58
|
export { default as ImageWrapper } from './ImageWrapper';
|
package/package.json
CHANGED
|
@@ -1,88 +1,88 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@tap-payments/os-micro-frontend-shared",
|
|
3
|
-
"description": "Shared components and utilities for Tap Payments micro frontends",
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "build/index.js",
|
|
7
|
-
"module": "build/index.js",
|
|
8
|
-
"types": "build/index.d.ts",
|
|
9
|
-
"license": "MIT",
|
|
10
|
-
"author": {
|
|
11
|
-
"name": "Ahmed Sharkawy",
|
|
12
|
-
"email": "a.elsharkawy@tap.company"
|
|
13
|
-
},
|
|
14
|
-
"files": [
|
|
15
|
-
"build",
|
|
16
|
-
"readme.md"
|
|
17
|
-
],
|
|
18
|
-
"scripts": {
|
|
19
|
-
"ts:build": "rm -rf build && tsc -p tsconfig.npm.json && tsc-alias -p tsconfig.npm.json",
|
|
20
|
-
"push": "npm run ts:build && npm publish --access public",
|
|
21
|
-
"dev": "vite",
|
|
22
|
-
"build": "tsc -b && vite build ",
|
|
23
|
-
"prettier": "prettier --list-different \"src/**/*.{md,mdx,ts,js,tsx,jsx,json}\"",
|
|
24
|
-
"prettier:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md,css,json}\"",
|
|
25
|
-
"lint": "eslint . --color",
|
|
26
|
-
"lint:fix": "eslint src --fix --color",
|
|
27
|
-
"preview": "vite preview",
|
|
28
|
-
"prepare": "husky"
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"@emotion/react": "^11.11.0",
|
|
32
|
-
"@emotion/styled": "^11.11.0",
|
|
33
|
-
"@hookform/resolvers": "^3.3.1",
|
|
34
|
-
"@mui/material": "^5.12.3",
|
|
35
|
-
"@uiw/react-json-view": "^2.0.0-alpha.16",
|
|
36
|
-
"axios": "^1.4.0",
|
|
37
|
-
"dayjs": "^1.11.8",
|
|
38
|
-
"framer-motion": "10.11.0",
|
|
39
|
-
"i18next": "^22.4.15",
|
|
40
|
-
"memoize-one": "^6.0.0",
|
|
41
|
-
"re-resizable": "^6.9.9",
|
|
42
|
-
"react": "^18.2.0",
|
|
43
|
-
"react-currency-input-field": "^3.6.11",
|
|
44
|
-
"react-dom": "^18.2.0",
|
|
45
|
-
"react-draggable": "^4.4.6",
|
|
46
|
-
"react-dropzone": "^14.2.3",
|
|
47
|
-
"react-hook-form": "^7.45.4",
|
|
48
|
-
"react-hot-toast": "^2.4.1",
|
|
49
|
-
"react-i18next": "^12.2.2",
|
|
50
|
-
"react-multi-date-picker": "^4.1.2",
|
|
51
|
-
"react-query": "^3.39.3",
|
|
52
|
-
"react-router-dom": "^6.14.2",
|
|
53
|
-
"react-virtualized-auto-sizer": "^1.0.20",
|
|
54
|
-
"react-window": "^1.8.9",
|
|
55
|
-
"react-window-infinite-loader": "^1.0.9",
|
|
56
|
-
"recharts": "^2.15.1"
|
|
57
|
-
},
|
|
58
|
-
"devDependencies": {
|
|
59
|
-
"@eslint/js": "^9.17.0",
|
|
60
|
-
"@testing-library/jest-dom": "^5.16.5",
|
|
61
|
-
"@types/lodash": "^4.17.15",
|
|
62
|
-
"@types/react": "^18.2.6",
|
|
63
|
-
"@types/react-dom": "^18.3.5",
|
|
64
|
-
"@types/react-virtualized-auto-sizer": "^1.0.8",
|
|
65
|
-
"@types/react-window": "^1.8.5",
|
|
66
|
-
"@types/react-window-infinite-loader": "^1.0.6",
|
|
67
|
-
"@vitejs/plugin-react": "^4.3.4",
|
|
68
|
-
"eslint": "^9.17.0",
|
|
69
|
-
"eslint-plugin-react-hooks": "^5.0.0",
|
|
70
|
-
"eslint-plugin-react-refresh": "^0.4.16",
|
|
71
|
-
"globals": "^15.14.0",
|
|
72
|
-
"husky": "^8.0.3",
|
|
73
|
-
"lint-staged": "^13.2.2",
|
|
74
|
-
"prettier": "^2.8.8",
|
|
75
|
-
"tsc-alias": "^1.8.16",
|
|
76
|
-
"typescript": "5.0.2",
|
|
77
|
-
"typescript-eslint": "^8.18.2",
|
|
78
|
-
"vite": "6.0.5",
|
|
79
|
-
"vite-plugin-svgr": "^4.3.0",
|
|
80
|
-
"vite-tsconfig-paths": "^4.2.0"
|
|
81
|
-
},
|
|
82
|
-
"lint-staged": {
|
|
83
|
-
"src/**/*.{ts,tsx,json,js,jsx}": [
|
|
84
|
-
"yarn run prettier:fix",
|
|
85
|
-
"yarn run lint"
|
|
86
|
-
]
|
|
87
|
-
}
|
|
88
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@tap-payments/os-micro-frontend-shared",
|
|
3
|
+
"description": "Shared components and utilities for Tap Payments micro frontends",
|
|
4
|
+
"version": "0.0.12",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "build/index.js",
|
|
7
|
+
"module": "build/index.js",
|
|
8
|
+
"types": "build/index.d.ts",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"author": {
|
|
11
|
+
"name": "Ahmed Sharkawy",
|
|
12
|
+
"email": "a.elsharkawy@tap.company"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"build",
|
|
16
|
+
"readme.md"
|
|
17
|
+
],
|
|
18
|
+
"scripts": {
|
|
19
|
+
"ts:build": "rm -rf build && tsc -p tsconfig.npm.json && tsc-alias -p tsconfig.npm.json",
|
|
20
|
+
"push": "npm run ts:build && npm publish --access public",
|
|
21
|
+
"dev": "vite",
|
|
22
|
+
"build": "tsc -b && vite build ",
|
|
23
|
+
"prettier": "prettier --list-different \"src/**/*.{md,mdx,ts,js,tsx,jsx,json}\"",
|
|
24
|
+
"prettier:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md,css,json}\"",
|
|
25
|
+
"lint": "eslint . --color",
|
|
26
|
+
"lint:fix": "eslint src --fix --color",
|
|
27
|
+
"preview": "vite preview",
|
|
28
|
+
"prepare": "husky"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@emotion/react": "^11.11.0",
|
|
32
|
+
"@emotion/styled": "^11.11.0",
|
|
33
|
+
"@hookform/resolvers": "^3.3.1",
|
|
34
|
+
"@mui/material": "^5.12.3",
|
|
35
|
+
"@uiw/react-json-view": "^2.0.0-alpha.16",
|
|
36
|
+
"axios": "^1.4.0",
|
|
37
|
+
"dayjs": "^1.11.8",
|
|
38
|
+
"framer-motion": "10.11.0",
|
|
39
|
+
"i18next": "^22.4.15",
|
|
40
|
+
"memoize-one": "^6.0.0",
|
|
41
|
+
"re-resizable": "^6.9.9",
|
|
42
|
+
"react": "^18.2.0",
|
|
43
|
+
"react-currency-input-field": "^3.6.11",
|
|
44
|
+
"react-dom": "^18.2.0",
|
|
45
|
+
"react-draggable": "^4.4.6",
|
|
46
|
+
"react-dropzone": "^14.2.3",
|
|
47
|
+
"react-hook-form": "^7.45.4",
|
|
48
|
+
"react-hot-toast": "^2.4.1",
|
|
49
|
+
"react-i18next": "^12.2.2",
|
|
50
|
+
"react-multi-date-picker": "^4.1.2",
|
|
51
|
+
"react-query": "^3.39.3",
|
|
52
|
+
"react-router-dom": "^6.14.2",
|
|
53
|
+
"react-virtualized-auto-sizer": "^1.0.20",
|
|
54
|
+
"react-window": "^1.8.9",
|
|
55
|
+
"react-window-infinite-loader": "^1.0.9",
|
|
56
|
+
"recharts": "^2.15.1"
|
|
57
|
+
},
|
|
58
|
+
"devDependencies": {
|
|
59
|
+
"@eslint/js": "^9.17.0",
|
|
60
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
61
|
+
"@types/lodash": "^4.17.15",
|
|
62
|
+
"@types/react": "^18.2.6",
|
|
63
|
+
"@types/react-dom": "^18.3.5",
|
|
64
|
+
"@types/react-virtualized-auto-sizer": "^1.0.8",
|
|
65
|
+
"@types/react-window": "^1.8.5",
|
|
66
|
+
"@types/react-window-infinite-loader": "^1.0.6",
|
|
67
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
68
|
+
"eslint": "^9.17.0",
|
|
69
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
70
|
+
"eslint-plugin-react-refresh": "^0.4.16",
|
|
71
|
+
"globals": "^15.14.0",
|
|
72
|
+
"husky": "^8.0.3",
|
|
73
|
+
"lint-staged": "^13.2.2",
|
|
74
|
+
"prettier": "^2.8.8",
|
|
75
|
+
"tsc-alias": "^1.8.16",
|
|
76
|
+
"typescript": "5.0.2",
|
|
77
|
+
"typescript-eslint": "^8.18.2",
|
|
78
|
+
"vite": "6.0.5",
|
|
79
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
80
|
+
"vite-tsconfig-paths": "^4.2.0"
|
|
81
|
+
},
|
|
82
|
+
"lint-staged": {
|
|
83
|
+
"src/**/*.{ts,tsx,json,js,jsx}": [
|
|
84
|
+
"yarn run prettier:fix",
|
|
85
|
+
"yarn run lint"
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const StyledErrorMessage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
|
|
3
|
-
export declare const MobileWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
4
|
-
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
-
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
6
|
-
export declare const InputNumberStyled: import("@emotion/styled").StyledComponent<Omit<Readonly<import("@mui/material").InputProps & {
|
|
7
|
-
isError?: boolean | undefined;
|
|
8
|
-
hideArrows?: boolean | undefined;
|
|
9
|
-
}>, "ref"> & import("react").RefAttributes<HTMLInputElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
10
|
-
error?: boolean | undefined;
|
|
11
|
-
}, {}, {}>;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Box, styled } from '@mui/material';
|
|
2
|
-
import InputNumber from '../../InputNumber';
|
|
3
|
-
export const StyledErrorMessage = styled('small')(({ theme }) => ({
|
|
4
|
-
color: theme.palette.error.main,
|
|
5
|
-
fontSize: '10px',
|
|
6
|
-
lineHeight: '10px',
|
|
7
|
-
marginTop: '4px',
|
|
8
|
-
display: 'block',
|
|
9
|
-
}));
|
|
10
|
-
export const MobileWrapper = styled(Box)(({ theme }) => ({
|
|
11
|
-
border: `1px solid ${theme.palette.divider}`,
|
|
12
|
-
display: 'flex',
|
|
13
|
-
position: 'relative',
|
|
14
|
-
paddingInline: '8px',
|
|
15
|
-
alignItems: 'center',
|
|
16
|
-
borderRadius: '4px',
|
|
17
|
-
height: '40px',
|
|
18
|
-
}));
|
|
19
|
-
export const InputNumberStyled = styled(InputNumber, { shouldForwardProp: (props) => props !== 'error' })(({ error }) => (Object.assign({ img: {
|
|
20
|
-
cursor: 'pointer',
|
|
21
|
-
} }, (error && {
|
|
22
|
-
borderBottomLeftRadius: 0,
|
|
23
|
-
borderBottomRightRadius: 0,
|
|
24
|
-
borderBottom: 'none',
|
|
25
|
-
}))));
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/components/{AppWindow/AppWindow.d.ts → AppWindowWrapper/AppWindowWrapper.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/AccountHeader.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|