@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
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|