@tap-payments/os-micro-frontend-shared 0.0.1 → 0.0.11

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 (271) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +12 -12
  3. package/build/components/{AppWindow/AppWindow.js → AppWindowWrapper/AppWindowWrapper.js} +1 -1
  4. package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/AccountHeader.js +1 -1
  5. package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/index.d.ts +1 -1
  6. package/build/components/AppWindowWrapper/headers/AccountHeader/index.js +3 -0
  7. package/build/components/AppWindowWrapper/index.d.ts +5 -0
  8. package/build/components/AppWindowWrapper/index.js +4 -0
  9. package/build/components/{AppWindow → AppWindowWrapper}/type.d.ts +1 -1
  10. package/build/components/BackgroundAnimation/index.d.ts +1 -1
  11. package/build/components/BackgroundAnimation/index.js +1 -1
  12. package/build/components/Button/index.d.ts +1 -1
  13. package/build/components/Button/index.js +1 -1
  14. package/build/components/CountBadge/index.d.ts +3 -4
  15. package/build/components/CountBadge/index.js +3 -4
  16. package/build/components/Dialog/index.d.ts +1 -0
  17. package/build/components/Dialog/index.js +1 -0
  18. package/build/components/DropdownButton/style.d.ts +1 -1
  19. package/build/components/DropdownButton/style.js +1 -1
  20. package/build/components/DropdownButton/type.d.ts +1 -1
  21. package/build/components/DropdownMenu/index.d.ts +3 -0
  22. package/build/components/DropdownMenu/index.js +2 -0
  23. package/build/components/IconWithBadge/style.js +2 -2
  24. package/build/components/InputBase/AmountInputBase/index.d.ts +2 -1
  25. package/build/components/InputBase/AmountInputBase/index.js +2 -1
  26. package/build/components/InputBase/PhoneInputBase/index.d.ts +1 -1
  27. package/build/components/InputBase/PhoneInputBase/index.js +1 -1
  28. package/build/components/InputBase/SelectBase/index.d.ts +1 -1
  29. package/build/components/InputBase/SelectBase/index.js +1 -1
  30. package/build/components/InputBase/index.d.ts +2 -2
  31. package/build/components/InputBase/index.js +2 -2
  32. package/build/components/Inputs/{PhoneInput/CountriesCode/CountriesCode.d.ts → CountriesDropDown/CountriesDropdown.d.ts} +1 -1
  33. package/build/components/Inputs/{PhoneInput/CountriesCode/CountriesCode.js → CountriesDropDown/CountriesDropdown.js} +1 -1
  34. package/build/components/Inputs/CountriesDropDown/index.d.ts +2 -0
  35. package/build/components/Inputs/CountriesDropDown/index.js +2 -0
  36. package/build/components/Inputs/{PhoneInput/CountriesCode → CountriesDropDown}/style.d.ts +10 -0
  37. package/build/components/Inputs/{PhoneInput/CountriesCode → CountriesDropDown}/style.js +24 -1
  38. package/build/components/Inputs/index.d.ts +3 -3
  39. package/build/components/Inputs/index.js +3 -3
  40. package/build/components/JSONViewer/components/index.d.ts +2 -2
  41. package/build/components/JSONViewer/components/index.js +2 -2
  42. package/build/components/NestedDropdown/Dropdown.js +1 -1
  43. package/build/components/NestedDropdown/index.d.ts +2 -0
  44. package/build/components/NestedDropdown/index.js +2 -0
  45. package/build/components/NoInternet/NoInternet.js +1 -2
  46. package/build/components/RFH/Inputs/MultiSelect/index.d.ts +2 -1
  47. package/build/components/RFH/Inputs/MultiSelect/index.js +2 -1
  48. package/build/components/RFH/Inputs/index.d.ts +7 -7
  49. package/build/components/RFH/Inputs/index.js +7 -7
  50. package/build/components/SplashScreen/SplashScreen.js +2 -2
  51. package/build/components/StatusButton/style.d.ts +1 -1
  52. package/build/components/StatusButton/style.js +1 -1
  53. package/build/components/StatusButton/type.d.ts +1 -1
  54. package/build/components/StatusIcons/index.d.ts +14 -14
  55. package/build/components/StatusIcons/index.js +14 -14
  56. package/build/components/TableCells/CustomCells/ActionCell/ActionCell.d.ts +4 -1
  57. package/build/components/TableCells/CustomCells/ActionCell/ActionCell.js +7 -10
  58. package/build/components/TableCells/CustomCells/ActionCell/components/index.d.ts +1 -2
  59. package/build/components/TableCells/CustomCells/ActionCell/components/index.js +1 -2
  60. package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +0 -3
  61. package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.js +2 -11
  62. package/build/components/TableCells/CustomCells/ActionCell/index.d.ts +1 -2
  63. package/build/components/TableCells/CustomCells/ActionCell/index.js +1 -2
  64. package/build/components/TableCells/CustomCells/AgreementCell/AgreementCell.js +2 -2
  65. package/build/components/TableCells/CustomCells/AgreementCell/index.d.ts +1 -3
  66. package/build/components/TableCells/CustomCells/AgreementCell/index.js +1 -3
  67. package/build/components/TableCells/CustomCells/AmountCell/AmountCell.js +2 -2
  68. package/build/components/TableCells/CustomCells/AmountCell/AmountConversionTooltipLabel.js +1 -1
  69. package/build/components/TableCells/CustomCells/AmountCell/index.d.ts +2 -2
  70. package/build/components/TableCells/CustomCells/AmountCell/index.js +2 -2
  71. package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.d.ts +2 -2
  72. package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.js +2 -2
  73. package/build/components/TableCells/CustomCells/AppsCell/index.d.ts +2 -2
  74. package/build/components/TableCells/CustomCells/AppsCell/index.js +2 -2
  75. package/build/components/TableCells/CustomCells/AuthCell/AuthCell.js +1 -1
  76. package/build/components/TableCells/CustomCells/AuthCell/index.d.ts +1 -2
  77. package/build/components/TableCells/CustomCells/AuthCell/index.js +1 -2
  78. package/build/components/TableCells/CustomCells/AuthenticationCell/AuthenticationCell.js +2 -2
  79. package/build/components/TableCells/CustomCells/AuthenticationCell/index.d.ts +1 -2
  80. package/build/components/TableCells/CustomCells/AuthenticationCell/index.js +1 -2
  81. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/AuthenticationStatusCell.js +2 -2
  82. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.d.ts +1 -2
  83. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.js +1 -2
  84. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/AuthenticationTypeCell.js +1 -1
  85. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.d.ts +1 -2
  86. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.js +1 -2
  87. package/build/components/TableCells/CustomCells/AvatarCell/index.d.ts +2 -2
  88. package/build/components/TableCells/CustomCells/AvatarCell/index.js +2 -2
  89. package/build/components/TableCells/CustomCells/BalanceCell/BalanceCell.js +2 -2
  90. package/build/components/TableCells/CustomCells/BalanceCell/index.d.ts +1 -2
  91. package/build/components/TableCells/CustomCells/BalanceCell/index.js +1 -2
  92. package/build/components/TableCells/CustomCells/BankCell/BankCell.js +1 -1
  93. package/build/components/TableCells/CustomCells/BankCell/index.d.ts +1 -2
  94. package/build/components/TableCells/CustomCells/BankCell/index.js +1 -2
  95. package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.d.ts +2 -2
  96. package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.js +1 -2
  97. package/build/components/TableCells/CustomCells/BankReferenceCell/index.d.ts +1 -2
  98. package/build/components/TableCells/CustomCells/BankReferenceCell/index.js +1 -2
  99. package/build/components/TableCells/CustomCells/BrandCell/BrandCell.js +1 -1
  100. package/build/components/TableCells/CustomCells/BrandCell/index.d.ts +1 -2
  101. package/build/components/TableCells/CustomCells/BrandCell/index.js +1 -2
  102. package/build/components/TableCells/CustomCells/BrandsCell/index.d.ts +2 -2
  103. package/build/components/TableCells/CustomCells/BrandsCell/index.js +2 -2
  104. package/build/components/TableCells/CustomCells/BusinessStatusCell/index.d.ts +2 -2
  105. package/build/components/TableCells/CustomCells/BusinessStatusCell/index.js +2 -2
  106. package/build/components/TableCells/CustomCells/ChannelsCell/ChannelsCell.js +2 -2
  107. package/build/components/TableCells/CustomCells/ChannelsCell/index.d.ts +1 -2
  108. package/build/components/TableCells/CustomCells/ChannelsCell/index.js +1 -2
  109. package/build/components/TableCells/CustomCells/CheckoutStatusCell/CheckoutStatusCell.js +1 -1
  110. package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.d.ts +2 -3
  111. package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.js +1 -3
  112. package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.d.ts +2 -2
  113. package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.js +1 -2
  114. package/build/components/TableCells/CustomCells/CurrencyCell/index.d.ts +1 -2
  115. package/build/components/TableCells/CustomCells/CurrencyCell/index.js +1 -2
  116. package/build/components/TableCells/CustomCells/CustomerCell/CustomerCell.js +1 -1
  117. package/build/components/TableCells/CustomCells/CustomerCell/index.d.ts +1 -2
  118. package/build/components/TableCells/CustomCells/CustomerCell/index.js +1 -2
  119. package/build/components/TableCells/CustomCells/DateCell/DateCell.js +1 -1
  120. package/build/components/TableCells/CustomCells/DateCell/index.d.ts +1 -2
  121. package/build/components/TableCells/CustomCells/DateCell/index.js +1 -2
  122. package/build/components/TableCells/CustomCells/DestinationCell/DestinationCell.js +1 -1
  123. package/build/components/TableCells/CustomCells/DestinationCell/index.d.ts +1 -2
  124. package/build/components/TableCells/CustomCells/DestinationCell/index.js +1 -2
  125. package/build/components/TableCells/CustomCells/DestinationCell/utils.js +1 -1
  126. package/build/components/TableCells/CustomCells/DestinationStatusCell/DestinationStatusCell.js +1 -1
  127. package/build/components/TableCells/CustomCells/DestinationStatusCell/index.d.ts +1 -2
  128. package/build/components/TableCells/CustomCells/DestinationStatusCell/index.js +1 -2
  129. package/build/components/TableCells/CustomCells/DeviceCell/DeviceCell.js +1 -1
  130. package/build/components/TableCells/CustomCells/DeviceCell/index.d.ts +1 -2
  131. package/build/components/TableCells/CustomCells/DeviceCell/index.js +1 -2
  132. package/build/components/TableCells/CustomCells/DueDateCell/DueDateCell.js +1 -1
  133. package/build/components/TableCells/CustomCells/DueDateCell/index.d.ts +1 -3
  134. package/build/components/TableCells/CustomCells/DueDateCell/index.js +1 -3
  135. package/build/components/TableCells/CustomCells/EntityCell/index.d.ts +1 -2
  136. package/build/components/TableCells/CustomCells/EntityCell/index.js +1 -2
  137. package/build/components/TableCells/CustomCells/IDButton/index.d.ts +1 -2
  138. package/build/components/TableCells/CustomCells/IDButton/index.js +1 -2
  139. package/build/components/TableCells/CustomCells/IndividualsCell/index.d.ts +2 -2
  140. package/build/components/TableCells/CustomCells/IndividualsCell/index.js +2 -2
  141. package/build/components/TableCells/CustomCells/IntentsStatusCell/IntentsStatusCell.js +1 -1
  142. package/build/components/TableCells/CustomCells/IntentsStatusCell/index.d.ts +1 -2
  143. package/build/components/TableCells/CustomCells/IntentsStatusCell/index.js +1 -2
  144. package/build/components/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.js +2 -2
  145. package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.d.ts +2 -2
  146. package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.js +2 -2
  147. package/build/components/TableCells/CustomCells/MarketPlaceCell/index.d.ts +2 -2
  148. package/build/components/TableCells/CustomCells/MarketPlaceCell/index.js +2 -2
  149. package/build/components/TableCells/CustomCells/MetadataCell/index.d.ts +1 -2
  150. package/build/components/TableCells/CustomCells/MetadataCell/index.js +1 -2
  151. package/build/components/TableCells/CustomCells/OrderCell/OrderCell.js +1 -1
  152. package/build/components/TableCells/CustomCells/OrderCell/index.d.ts +1 -2
  153. package/build/components/TableCells/CustomCells/OrderCell/index.js +1 -2
  154. package/build/components/TableCells/CustomCells/PayoutDateCell/PayoutDateCell.js +1 -1
  155. package/build/components/TableCells/CustomCells/PayoutDateCell/index.d.ts +1 -2
  156. package/build/components/TableCells/CustomCells/PayoutDateCell/index.js +1 -2
  157. package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.d.ts +2 -2
  158. package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.js +1 -2
  159. package/build/components/TableCells/CustomCells/PayoutReportCell/index.d.ts +1 -2
  160. package/build/components/TableCells/CustomCells/PayoutReportCell/index.js +1 -2
  161. package/build/components/TableCells/CustomCells/PayoutStatusCell/PayoutStatusCell.js +1 -1
  162. package/build/components/TableCells/CustomCells/PayoutStatusCell/index.d.ts +1 -2
  163. package/build/components/TableCells/CustomCells/PayoutStatusCell/index.js +1 -2
  164. package/build/components/TableCells/CustomCells/ProductsCell/ProductsCell.js +1 -1
  165. package/build/components/TableCells/CustomCells/ProductsCell/index.d.ts +1 -2
  166. package/build/components/TableCells/CustomCells/ProductsCell/index.js +1 -2
  167. package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.d.ts +1 -2
  168. package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.js +2 -3
  169. package/build/components/TableCells/CustomCells/ReceiptCell/index.d.ts +1 -2
  170. package/build/components/TableCells/CustomCells/ReceiptCell/index.js +1 -2
  171. package/build/components/TableCells/CustomCells/ReferenceCell/ReferenceCell.js +2 -2
  172. package/build/components/TableCells/CustomCells/ReferenceCell/index.d.ts +1 -2
  173. package/build/components/TableCells/CustomCells/ReferenceCell/index.js +1 -2
  174. package/build/components/TableCells/CustomCells/RefundChargeCell/RefundChargeCell.js +2 -2
  175. package/build/components/TableCells/CustomCells/RefundChargeCell/index.d.ts +1 -2
  176. package/build/components/TableCells/CustomCells/RefundChargeCell/index.js +1 -2
  177. package/build/components/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.js +1 -1
  178. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.d.ts +2 -0
  179. package/build/components/TableCells/CustomCells/RefundStatusCell/components/{RefundIcon.js → RefundStateIcon.js} +1 -1
  180. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.js +2 -2
  181. package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.d.ts +1 -1
  182. package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.js +1 -1
  183. package/build/components/TableCells/CustomCells/RefundStatusCell/index.d.ts +2 -2
  184. package/build/components/TableCells/CustomCells/RefundStatusCell/index.js +2 -2
  185. package/build/components/TableCells/CustomCells/SourceCell/SourceCell.js +2 -2
  186. package/build/components/TableCells/CustomCells/SourceCell/index.d.ts +1 -2
  187. package/build/components/TableCells/CustomCells/SourceCell/index.js +1 -2
  188. package/build/components/TableCells/CustomCells/SourceMergedCell/SourceMergedCell.js +1 -1
  189. package/build/components/TableCells/CustomCells/SourceMergedCell/index.d.ts +2 -2
  190. package/build/components/TableCells/CustomCells/SourceMergedCell/index.js +2 -2
  191. package/build/components/TableCells/CustomCells/StatusCell/StatusCell.js +1 -1
  192. package/build/components/TableCells/CustomCells/StatusCell/index.d.ts +1 -2
  193. package/build/components/TableCells/CustomCells/StatusCell/index.js +1 -2
  194. package/build/components/TableCells/CustomCells/TextTableCell/index.d.ts +1 -2
  195. package/build/components/TableCells/CustomCells/TextTableCell/index.js +1 -2
  196. package/build/components/TableCells/CustomCells/TextWithBadgeCell/TextWithBadgeCell.js +1 -1
  197. package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.d.ts +1 -2
  198. package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.js +1 -2
  199. package/build/components/TableCells/CustomCells/TokenStatusCell/TokenStatusCell.js +1 -1
  200. package/build/components/TableCells/CustomCells/TokenStatusCell/index.d.ts +1 -2
  201. package/build/components/TableCells/CustomCells/TokenStatusCell/index.js +1 -2
  202. package/build/components/TableCells/CustomCells/WalletCell/WalletCell.js +1 -1
  203. package/build/components/TableCells/CustomCells/WalletCell/index.d.ts +1 -2
  204. package/build/components/TableCells/CustomCells/WalletCell/index.js +1 -2
  205. package/build/components/TableCells/CustomCells/index.d.ts +1 -0
  206. package/build/components/TableCells/CustomCells/index.js +1 -0
  207. package/build/components/TableCells/CustomCells/style.js +1 -1
  208. package/build/components/TableCells/CustomCells/type.d.ts +0 -6
  209. package/build/components/TableCells/index.d.ts +2 -3
  210. package/build/components/TableCells/index.js +2 -3
  211. package/build/components/TapLogo/TapLogo.js +2 -3
  212. package/build/components/VirtualTable/components/ColumnFilter/index.d.ts +2 -2
  213. package/build/components/VirtualTable/components/ColumnFilter/index.js +2 -2
  214. package/build/components/VirtualTable/components/ErrorList/ErrorList.js +1 -1
  215. package/build/components/VirtualTable/components/TableHeader.js +1 -1
  216. package/build/components/index.d.ts +9 -9
  217. package/build/components/index.js +8 -8
  218. package/package.json +88 -90
  219. package/build/assets/svg/noInternet.svg +0 -10
  220. package/build/assets/svg/tapLogo.svg +0 -14
  221. package/build/assets/svg/tapLogo2.svg +0 -19
  222. package/build/assets/svg/tapOs.svg +0 -31
  223. package/build/components/AppWindow/headers/AccountHeader/index.js +0 -3
  224. package/build/components/AppWindow/index.d.ts +0 -5
  225. package/build/components/AppWindow/index.js +0 -4
  226. package/build/components/Dropdown/index.d.ts +0 -3
  227. package/build/components/Dropdown/index.js +0 -2
  228. package/build/components/Inputs/PhoneInput/CountriesCode/index.d.ts +0 -3
  229. package/build/components/Inputs/PhoneInput/CountriesCode/index.js +0 -3
  230. package/build/components/Inputs/PhoneInput/index.d.ts +0 -2
  231. package/build/components/Inputs/PhoneInput/index.js +0 -2
  232. package/build/components/Inputs/PhoneInput/style.d.ts +0 -11
  233. package/build/components/Inputs/PhoneInput/style.js +0 -25
  234. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundIcon.d.ts +0 -2
  235. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/AppWindow.d.ts +0 -0
  236. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/AppWindow.js +0 -0
  237. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/constant.d.ts +0 -0
  238. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/constant.js +0 -0
  239. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/index.d.ts +0 -0
  240. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/index.js +0 -0
  241. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/style.d.ts +0 -0
  242. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/style.js +0 -0
  243. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/type.d.ts +0 -0
  244. /package/build/components/{AppWindow/context → AppWindowWrapper/AppWindow}/type.js +0 -0
  245. /package/build/components/{AppWindow/AppWindow.d.ts → AppWindowWrapper/AppWindowWrapper.d.ts} +0 -0
  246. /package/build/components/{AppWindow → AppWindowWrapper}/context/Provider.d.ts +0 -0
  247. /package/build/components/{AppWindow → AppWindowWrapper}/context/Provider.js +0 -0
  248. /package/build/components/{AppWindow → AppWindowWrapper}/context/context.d.ts +0 -0
  249. /package/build/components/{AppWindow → AppWindowWrapper}/context/context.js +0 -0
  250. /package/build/components/{AppWindow → AppWindowWrapper}/context/index.d.ts +0 -0
  251. /package/build/components/{AppWindow → AppWindowWrapper}/context/index.js +0 -0
  252. /package/build/components/{AppWindow → AppWindowWrapper}/context/type.d.ts +0 -0
  253. /package/build/components/{AppWindow/headers/AccountHeader/components/AccountHeaderTitle → AppWindowWrapper/context}/type.js +0 -0
  254. /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/AccountHeader.d.ts +0 -0
  255. /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.d.ts +0 -0
  256. /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.js +0 -0
  257. /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/index.d.ts +0 -0
  258. /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/index.js +0 -0
  259. /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/type.d.ts +0 -0
  260. /package/build/components/{AppWindow/headers/AccountHeader → AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle}/type.js +0 -0
  261. /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/type.d.ts +0 -0
  262. /package/build/components/{AppWindow → AppWindowWrapper/headers/AccountHeader}/type.js +0 -0
  263. /package/build/components/{AppWindow/window → AppWindowWrapper}/type.js +0 -0
  264. /package/build/components/{Dropdown/Dropdown.d.ts → DropdownMenu/DropdownMenu.d.ts} +0 -0
  265. /package/build/components/{Dropdown/Dropdown.js → DropdownMenu/DropdownMenu.js} +0 -0
  266. /package/build/components/{Dropdown → DropdownMenu}/styles.d.ts +0 -0
  267. /package/build/components/{Dropdown → DropdownMenu}/styles.js +0 -0
  268. /package/build/components/{Dropdown → DropdownMenu}/type.d.ts +0 -0
  269. /package/build/components/{Dropdown → DropdownMenu}/type.js +0 -0
  270. /package/build/components/NestedDropdown/{MenuItem.d.ts → NestedMenuItem.d.ts} +0 -0
  271. /package/build/components/NestedDropdown/{MenuItem.js → NestedMenuItem.js} +0 -0
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Tap Payments
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Tap Payments
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
- # os-micro-frontend-shared
2
-
3
- ## Publishing Workflow
4
-
5
- 1. Update version in package.json
6
- 2. Commit changes
7
- 3. Create and push a tag:
8
-
9
- ```bash
10
- npm version patch # or minor, major
11
- git push origin main --tags
12
- ```
1
+ # os-micro-frontend-shared
2
+
3
+ ## Publishing Workflow
4
+
5
+ 1. Update version in package.json
6
+ 2. Commit changes
7
+ 3. Create and push a tag:
8
+
9
+ ```bash
10
+ npm version patch # or minor, major
11
+ git push origin main --tags
12
+ ```
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import { AppWindowContextProvider } from './context';
14
- import Window from './window';
14
+ import Window from './AppWindow';
15
15
  function AppWindow(_a) {
16
16
  var { children, windowProps } = _a, props = __rest(_a, ["children", "windowProps"]);
17
17
  if (!props.isOpen) {
@@ -3,7 +3,7 @@ import { memo } from 'react';
3
3
  import { motion } from 'framer-motion';
4
4
  import { useMouseState } from '../../../../hooks/index.js';
5
5
  import AccountHeaderTitle from './components/AccountHeaderTitle';
6
- import { animationDuration } from '../../window/constant';
6
+ import { animationDuration } from '../../AppWindow/constant';
7
7
  function AccountHeader({ isMaximized, setIsToolbarAnimationDisabled, setIsMaximized, onClose, isSidebarExpanded, setIsSidebarExpanded, isToolbarAnimationDisabled, title, showSectionsButton, }) {
8
8
  const { isHovered, onMouseEnter, onMouseLeave } = useMouseState();
9
9
  return (_jsx(motion.div, Object.assign({ style: Object.assign({}, (isMaximized && {
@@ -1,4 +1,4 @@
1
1
  import AccountHeader from './AccountHeader';
2
- export * from './components/AccountHeaderTitle';
2
+ export { default as AccountHeaderTitle, AccountHeaderTitleProps } from './components/AccountHeaderTitle';
3
3
  export type { AccountHeaderProps } from './type';
4
4
  export default AccountHeader;
@@ -0,0 +1,3 @@
1
+ import AccountHeader from './AccountHeader';
2
+ export { default as AccountHeaderTitle } from './components/AccountHeaderTitle';
3
+ export default AccountHeader;
@@ -0,0 +1,5 @@
1
+ import AppWindowWrapper from './AppWindowWrapper';
2
+ export { default as AppWindow, WindowProps } from './AppWindow';
3
+ export * from './headers/AccountHeader';
4
+ export type { AppWindowProps } from './type';
5
+ export default AppWindowWrapper;
@@ -0,0 +1,4 @@
1
+ import AppWindowWrapper from './AppWindowWrapper';
2
+ export { default as AppWindow } from './AppWindow';
3
+ export * from './headers/AccountHeader';
4
+ export default AppWindowWrapper;
@@ -1,5 +1,5 @@
1
1
  import { AppWindowProviderProps } from './context/type';
2
- import { WindowProps } from './window/type';
2
+ import { WindowProps } from './AppWindow/type';
3
3
  export interface AppWindowProps extends AppWindowProviderProps {
4
4
  windowProps?: Omit<WindowProps, 'children'>;
5
5
  }
@@ -1,3 +1,3 @@
1
1
  import BackgroundAnimation from './BackgroundAnimation';
2
- export * from './Blob';
2
+ export { default as Blob, type BlobGradient } from './Blob';
3
3
  export default BackgroundAnimation;
@@ -1,3 +1,3 @@
1
1
  import BackgroundAnimation from './BackgroundAnimation';
2
- export * from './Blob';
2
+ export { default as Blob } from './Blob';
3
3
  export default BackgroundAnimation;
@@ -1,3 +1,3 @@
1
1
  import Button from './Button';
2
- export * from './PlusButton';
2
+ export { default as PlusButton } from './PlusButton';
3
3
  export default Button;
@@ -1,3 +1,3 @@
1
1
  import Button from './Button';
2
- export * from './PlusButton';
2
+ export { default as PlusButton } from './PlusButton';
3
3
  export default Button;
@@ -1,5 +1,4 @@
1
- import StyledBadge from './CountBadge';
2
- import { CountAnimatedBadge } from './CountBadgeAnimated';
3
- export { CountAnimatedBadge };
1
+ import CountBadge from './CountBadge';
2
+ export { CountAnimatedBadge } from './CountBadgeAnimated';
4
3
  export { BadgeVariants, type StyledBadgeProps } from './type';
5
- export default StyledBadge;
4
+ export default CountBadge;
@@ -1,5 +1,4 @@
1
- import StyledBadge from './CountBadge';
2
- import { CountAnimatedBadge } from './CountBadgeAnimated';
3
- export { CountAnimatedBadge };
1
+ import CountBadge from './CountBadge';
2
+ export { CountAnimatedBadge } from './CountBadgeAnimated';
4
3
  export { BadgeVariants } from './type';
5
- export default StyledBadge;
4
+ export default CountBadge;
@@ -1,2 +1,3 @@
1
1
  import Dialog from './Dialog';
2
+ export { default as DialogToolbar } from './components/DialogToolbar';
2
3
  export default Dialog;
@@ -1,2 +1,3 @@
1
1
  import Dialog from './Dialog';
2
+ export { default as DialogToolbar } from './components/DialogToolbar';
2
3
  export default Dialog;
@@ -21,7 +21,7 @@ export declare const StatusIcon: import("@emotion/styled").StyledComponent<impor
21
21
  variant: DropdownButtonVariants;
22
22
  }, React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
23
23
  export declare const StyledFilterName: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme>, React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
24
- export declare const StyledDropdown: import("@emotion/styled").StyledComponent<import("../Dropdown").IProps & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
24
+ export declare const StyledDropdown: import("@emotion/styled").StyledComponent<import("../DropdownMenu").IProps & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
25
25
  export declare const ChevronContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme>, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
26
26
  export declare const ButtonContent: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<Theme> & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
27
27
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
@@ -1,7 +1,7 @@
1
1
  import Box from '@mui/material/Box';
2
2
  import Button from '@mui/material/Button';
3
3
  import { styled, alpha } from '@mui/material/styles';
4
- import Dropdown from '../Dropdown';
4
+ import Dropdown from '../DropdownMenu';
5
5
  const baseButtonStyle = (theme) => (Object.assign(Object.assign({}, theme.typography.subtitle1), { borderRadius: '50px', borderWidth: '1px', borderStyle: 'solid', minWidth: '135.11px', height: '32px', display: 'flex', justifyContent: 'center', alignItems: 'center', gap: '8px', textTransform: 'none', transition: 'none', paddingInline: theme.spacing(2) }));
6
6
  export const ActiveButton = styled(Button)(({ theme }) => (Object.assign(Object.assign({}, baseButtonStyle(theme)), { background: theme.palette.background.gradient.shadedBlue, color: theme.palette.common.white, '&:hover': {
7
7
  background: theme.palette.background.gradient.shadedBlue,
@@ -2,7 +2,7 @@ import { ReactNode } from 'react';
2
2
  import { type ButtonProps } from '@mui/material';
3
3
  import { TableHeaderStatus } from '../../types/index.js';
4
4
  import { type DropdownButtonVariants } from './style';
5
- import { MenuItemI } from '../Dropdown';
5
+ import { MenuItemI } from '../DropdownMenu';
6
6
  export interface DropdownButtonProps extends Omit<ButtonProps, 'variant' | 'children'> {
7
7
  variant?: DropdownButtonVariants;
8
8
  label?: ReactNode | null;
@@ -0,0 +1,3 @@
1
+ import DropdownMenu from './DropdownMenu';
2
+ export type { IProps, MenuItemI } from './type';
3
+ export default DropdownMenu;
@@ -0,0 +1,2 @@
1
+ import DropdownMenu from './DropdownMenu';
2
+ export default DropdownMenu;
@@ -6,6 +6,6 @@ export const Container = styled(Box)(() => ({
6
6
  borderRadius: 12,
7
7
  border: '1.03px solid',
8
8
  }));
9
- export const BadgeBox = styled(Box) `
10
- position: absolute;
9
+ export const BadgeBox = styled(Box) `
10
+ position: absolute;
11
11
  `;
@@ -1,4 +1,5 @@
1
1
  import AmountInputBase, { AmountInputBaseProps } from './AmountInputBase';
2
- export * from './CurrencyList';
2
+ export { default as CurrencyList } from './CurrencyList';
3
+ export { default as InputNumber, InputNumberProps } from './InputNumber';
3
4
  export type { AmountInputBaseProps };
4
5
  export default AmountInputBase;
@@ -1,3 +1,4 @@
1
1
  import AmountInputBase from './AmountInputBase';
2
- export * from './CurrencyList';
2
+ export { default as CurrencyList } from './CurrencyList';
3
+ export { default as InputNumber } from './InputNumber';
3
4
  export default AmountInputBase;
@@ -1,3 +1,3 @@
1
1
  import PhoneInputBase from './PhoneInputBase';
2
- export * from './CountriesList';
2
+ export { default as CountriesList } from './CountriesList';
3
3
  export default PhoneInputBase;
@@ -1,3 +1,3 @@
1
1
  import PhoneInputBase from './PhoneInputBase';
2
- export * from './CountriesList';
2
+ export { default as CountriesList } from './CountriesList';
3
3
  export default PhoneInputBase;
@@ -1,3 +1,3 @@
1
1
  import SelectBase from './SelectBase';
2
- export * from './SelectBaseMultiple';
2
+ export { default as SelectBaseMultiple, SelectBaseProps } from './SelectBaseMultiple';
3
3
  export default SelectBase;
@@ -1,3 +1,3 @@
1
1
  import SelectBase from './SelectBase';
2
- export * from './SelectBaseMultiple';
2
+ export { default as SelectBaseMultiple } from './SelectBaseMultiple';
3
3
  export default SelectBase;
@@ -1,4 +1,4 @@
1
1
  export { default as InputBase, type InputBaseProps } from './InputBase';
2
- export { default as SelectBase, type SelectBaseProps } from './SelectBase';
3
- export { default as PhoneInputBase } from './PhoneInputBase';
2
+ export { default as SelectBase, type SelectBaseProps, SelectBaseMultiple } from './SelectBase';
3
+ export { default as PhoneInputBase, CountriesList } from './PhoneInputBase';
4
4
  export { default as AmountInputBase, type AmountInputBaseProps } from './AmountInputBase';
@@ -1,4 +1,4 @@
1
1
  export { default as InputBase } from './InputBase';
2
- export { default as SelectBase } from './SelectBase';
3
- export { default as PhoneInputBase } from './PhoneInputBase';
2
+ export { default as SelectBase, SelectBaseMultiple } from './SelectBase';
3
+ export { default as PhoneInputBase, CountriesList } from './PhoneInputBase';
4
4
  export { default as AmountInputBase } from './AmountInputBase';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Country } from '../../../../types/index.js';
2
+ import type { Country } from '../../../types/index.js';
3
3
  declare function CountriesCode({ defaultCountry, value: selectedCountry, onChangeCountry, required, countries, isFetching, }: {
4
4
  value?: Partial<Country>;
5
5
  defaultCountry?: string;
@@ -4,7 +4,7 @@ import Box from '@mui/material/Box';
4
4
  import ClickAwayListener from '@mui/material/ClickAwayListener';
5
5
  import Popper from '@mui/material/Popper';
6
6
  import Skeleton from '@mui/material/Skeleton';
7
- import { downArrowIcon, searchIcon } from '../../../../constants/index.js';
7
+ import { downArrowIcon, searchIcon } from '../../../constants/index.js';
8
8
  import { CountryStyled, CountriesWrapper, CountriesList, InputStyled, CountryButton, Required } from './style';
9
9
  function CountriesCode({ defaultCountry, value: selectedCountry, onChangeCountry, required, countries = [], isFetching = false, }) {
10
10
  const [anchorEl, setAnchorEl] = useState(null);
@@ -0,0 +1,2 @@
1
+ import CountriesDropdown from './CountriesDropdown';
2
+ export default CountriesDropdown;
@@ -0,0 +1,2 @@
1
+ import CountriesDropdown from './CountriesDropdown';
2
+ export default CountriesDropdown;
@@ -12,3 +12,13 @@ export declare const InputStyled: import("@emotion/styled").StyledComponent<Omit
12
12
  export declare const Required: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
13
13
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
14
14
  }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
15
+ export declare const StyledErrorMessage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
16
+ export declare const MobileWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
17
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
18
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
19
+ export declare const InputNumberStyled: import("@emotion/styled").StyledComponent<Omit<Readonly<import("@mui/material").InputProps & {
20
+ isError?: boolean | undefined;
21
+ hideArrows?: boolean | undefined;
22
+ }>, "ref"> & import("react").RefAttributes<HTMLInputElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
23
+ error?: boolean | undefined;
24
+ }, {}, {}>;
@@ -1,6 +1,6 @@
1
1
  import Box from '@mui/material/Box';
2
2
  import { styled } from '@mui/material/styles';
3
- import InputNumber from '../../../InputNumber';
3
+ import InputNumber from '../../InputNumber';
4
4
  export const CountryButton = styled('button')(({ theme }) => ({
5
5
  display: 'flex',
6
6
  gap: '4px',
@@ -43,3 +43,26 @@ export const InputStyled = styled(InputNumber)(() => ({
43
43
  export const Required = styled(Box)(() => ({
44
44
  color: 'red !important',
45
45
  }));
46
+ export const StyledErrorMessage = styled('small')(({ theme }) => ({
47
+ color: theme.palette.error.main,
48
+ fontSize: '10px',
49
+ lineHeight: '10px',
50
+ marginTop: '4px',
51
+ display: 'block',
52
+ }));
53
+ export const MobileWrapper = styled(Box)(({ theme }) => ({
54
+ border: `1px solid ${theme.palette.divider}`,
55
+ display: 'flex',
56
+ position: 'relative',
57
+ paddingInline: '8px',
58
+ alignItems: 'center',
59
+ borderRadius: '4px',
60
+ height: '40px',
61
+ }));
62
+ export const InputNumberStyled = styled(InputNumber, { shouldForwardProp: (props) => props !== 'error' })(({ error }) => (Object.assign({ img: {
63
+ cursor: 'pointer',
64
+ } }, (error && {
65
+ borderBottomLeftRadius: 0,
66
+ borderBottomRightRadius: 0,
67
+ borderBottom: 'none',
68
+ }))));
@@ -1,3 +1,3 @@
1
- export * from './FileInput';
2
- export * from './PhoneInput';
3
- export * from './SearchInput';
1
+ export { default as FileInput } from './FileInput';
2
+ export { default as CountriesDropdown } from './CountriesDropDown';
3
+ export { default as SearchInput } from './SearchInput';
@@ -1,3 +1,3 @@
1
- export * from './FileInput';
2
- export * from './PhoneInput';
3
- export * from './SearchInput';
1
+ export { default as FileInput } from './FileInput';
2
+ export { default as CountriesDropdown } from './CountriesDropDown';
3
+ export { default as SearchInput } from './SearchInput';
@@ -1,2 +1,2 @@
1
- export * from './FooterButton';
2
- export * from './JSONTitleBar';
1
+ export { default as FooterButton } from './FooterButton';
2
+ export { default as JSONTitleBar, JSONTitleBarProps } from './JSONTitleBar';
@@ -1,2 +1,2 @@
1
- export * from './FooterButton';
2
- export * from './JSONTitleBar';
1
+ export { default as FooterButton } from './FooterButton';
2
+ export { default as JSONTitleBar } from './JSONTitleBar';
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
11
11
  };
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import { memo, useEffect, useState } from 'react';
14
- import MenuItem from './MenuItem';
14
+ import MenuItem from './NestedMenuItem';
15
15
  import { TitleStyled, DropdownStyled, ListWrapper, HeaderWrapper } from './styles';
16
16
  function Dropdown(_a) {
17
17
  var { title, menuItems, onChildrenChange, onSelect, className, updatedList, footer, placement = 'right' } = _a, props = __rest(_a, ["title", "menuItems", "onChildrenChange", "onSelect", "className", "updatedList", "footer", "placement"]);
@@ -1,3 +1,5 @@
1
1
  import NestedDropdown from './NestedDropdown';
2
+ export { default as Dropdown } from './Dropdown';
3
+ export { default as NestedMenuItem } from './NestedMenuItem';
2
4
  export * from './types';
3
5
  export default NestedDropdown;
@@ -1,3 +1,5 @@
1
1
  import NestedDropdown from './NestedDropdown';
2
+ export { default as Dropdown } from './Dropdown';
3
+ export { default as NestedMenuItem } from './NestedMenuItem';
2
4
  export * from './types';
3
5
  export default NestedDropdown;
@@ -1,7 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import Box from '@mui/material/Box';
3
- import NoInternetIcon from '@assets/svg/noInternet.svg';
4
3
  import { Container, Wrapper, ImageWrapper } from './style';
5
4
  export default function NoInternet({ title }) {
6
- return (_jsx(Container, { children: _jsxs(Wrapper, { children: [_jsx(ImageWrapper, { children: _jsx(NoInternetIcon, {}) }), _jsx(Box, { children: title })] }) }));
5
+ return (_jsx(Container, { children: _jsxs(Wrapper, { children: [_jsx(ImageWrapper, { children: _jsxs("svg", Object.assign({ width: "15", height: "14", viewBox: "0 0 15 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("g", Object.assign({ "clip-path": "url(#clip0_4838_500791)" }, { children: _jsx("path", { d: "M12.6359 1.34444L12.6359 1.34444L1.84425 12.1361L1.84324 12.1371L1.84323 12.1371C1.80796 12.171 1.7798 12.2115 1.76041 12.2564C1.74101 12.3013 1.73076 12.3496 1.73026 12.3985C1.72977 12.4474 1.73903 12.4959 1.75751 12.5411C1.77599 12.5864 1.80332 12.6275 1.8379 12.6621C1.87247 12.6967 1.9136 12.724 1.95886 12.7425C2.00413 12.761 2.05263 12.7702 2.10153 12.7697C2.15042 12.7693 2.19872 12.759 2.2436 12.7396C2.28849 12.7202 2.32905 12.692 2.36291 12.6568L2.3639 12.6558L2.36391 12.6558L6.87107 8.1486L6.88649 8.13318L6.90794 8.12925C7.83177 7.95978 8.82148 8.22837 9.53582 8.94271C9.60683 9.01372 9.70218 9.05038 9.79508 9.05038C9.88808 9.05038 9.98396 9.01366 10.0549 8.94271L10.0553 8.94229C10.1993 8.80078 10.1999 8.5686 10.0549 8.42362C9.42924 7.79795 8.63373 7.44893 7.81425 7.36712L7.66723 7.35244L7.7717 7.24797L9.21295 5.80672L9.24408 5.77559L9.28562 5.79017C10.0624 6.06276 10.7767 6.50589 11.3758 7.10498C11.4471 7.17626 11.5402 7.21322 11.6357 7.21322C11.7275 7.21322 11.8209 7.17675 11.8957 7.10478C12.0374 6.95995 12.0372 6.72746 11.8952 6.58281C11.3154 6.00304 10.6422 5.55399 9.91133 5.24449L9.81569 5.20398L9.88914 5.13053L11.1806 3.83911L11.217 3.80262L11.2627 3.82668C11.9646 4.19662 12.6233 4.67474 13.2136 5.26497C13.2845 5.33592 13.3804 5.37265 13.4734 5.37265C13.569 5.37265 13.6615 5.33616 13.7326 5.26497C13.8776 5.11999 13.877 4.88724 13.7331 4.74574L13.7325 4.74522C13.1559 4.16612 12.5156 3.69094 11.8371 3.30814L11.7568 3.26285L11.822 3.19767L13.1556 1.8641L13.1562 1.86344C13.2093 1.81181 13.2454 1.74537 13.2601 1.67282C13.2747 1.60028 13.2671 1.525 13.2383 1.45685C13.2094 1.3887 13.1606 1.33084 13.0984 1.29086C13.0361 1.25088 12.9632 1.23062 12.8892 1.23275L12.6359 1.34444ZM12.6359 1.34444L12.6366 1.34377M12.6359 1.34444L12.6366 1.34377M12.6366 1.34377C12.7032 1.27535 12.7938 1.23554 12.8892 1.23275L12.6366 1.34377ZM1.15567 4.74574L1.1561 4.74532C2.82333 3.07809 4.99232 2.21114 7.18124 2.14706C8.13805 2.11905 9.09854 2.24422 10.0224 2.52326L9.42386 3.12232C6.7366 2.45348 3.77167 3.16849 1.67518 5.26497L1.67477 5.2654C1.53326 5.40934 1.30108 5.40996 1.1561 5.26497C1.01112 5.11999 1.01173 4.88724 1.15567 4.74574ZM2.99668 6.58304C4.18518 5.39454 5.76276 4.74246 7.44465 4.74246C7.56138 4.74246 7.67793 4.74531 7.7943 4.7519L7.05489 5.49131C5.71805 5.58262 4.47253 6.1454 3.51594 7.10481C3.37084 7.24718 3.13819 7.2465 2.99668 7.10498C2.85193 6.96023 2.85193 6.72779 2.99668 6.58304ZM6.72445 10.308C6.93012 10.1023 7.20906 9.98677 7.49991 9.98677C7.79077 9.98677 8.06971 10.1023 8.27537 10.308C8.48104 10.5136 8.59658 10.7926 8.59658 11.0834C8.59658 11.3743 8.48104 11.6532 8.27537 11.8589C8.06971 12.0646 7.79077 12.1801 7.49991 12.1801C7.20906 12.1801 6.93012 12.0646 6.72445 11.8589C6.51879 11.6532 6.40325 11.3743 6.40325 11.0834C6.40325 10.7926 6.51879 10.5136 6.72445 10.308Z", fill: "#20232B", stroke: "#20232B", "stroke-width": "0.14" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_4838_500791" }, { children: _jsx("rect", { width: "14", height: "14", fill: "white", transform: "translate(0.5)" }) })) })] })) }), _jsx(Box, { children: title })] }) }));
7
6
  }
@@ -1 +1,2 @@
1
- export * from './MultiSelect';
1
+ import MultiSelect from './MultiSelect';
2
+ export default MultiSelect;
@@ -1 +1,2 @@
1
- export * from './MultiSelect';
1
+ import MultiSelect from './MultiSelect';
2
+ export default MultiSelect;
@@ -1,7 +1,7 @@
1
- export * from './Input';
2
- export * from './PhoneInput';
3
- export * from './AmountInput';
4
- export * from './Select';
5
- export * from './Switch';
6
- export * from './SelectWithAccordion';
7
- export * from './MultiSelect';
1
+ export { default as Input, type InputProps } from './Input';
2
+ export { default as PhoneInput } from './PhoneInput';
3
+ export { default as AmountInput, AmountInputProps } from './AmountInput';
4
+ export { default as Select, SelectProps } from './Select';
5
+ export { default as Switch } from './Switch';
6
+ export { default as SelectWithAccordion, SelectWithAccordionProps } from './SelectWithAccordion';
7
+ export { default as MultiSelect } from './MultiSelect';
@@ -1,7 +1,7 @@
1
- export * from './Input';
2
- export * from './PhoneInput';
3
- export * from './AmountInput';
4
- export * from './Select';
5
- export * from './Switch';
6
- export * from './SelectWithAccordion';
7
- export * from './MultiSelect';
1
+ export { default as Input } from './Input';
2
+ export { default as PhoneInput } from './PhoneInput';
3
+ export { default as AmountInput } from './AmountInput';
4
+ export { default as Select } from './Select';
5
+ export { default as Switch } from './Switch';
6
+ export { default as SelectWithAccordion } from './SelectWithAccordion';
7
+ export { default as MultiSelect } from './MultiSelect';
@@ -3,7 +3,7 @@ import { memo } from 'react';
3
3
  import Box from '@mui/material/Box';
4
4
  import { styled } from '@mui/material/styles';
5
5
  import { motion } from 'framer-motion';
6
- import TapOs from '@assets/svg/tapOs.svg?react';
6
+ import TapLogo from '../TapLogo';
7
7
  import MainContainer from '../MainContainer';
8
8
  const Wrapper = styled(Box)(() => ({
9
9
  display: 'flex',
@@ -12,6 +12,6 @@ const Wrapper = styled(Box)(() => ({
12
12
  height: '100vh',
13
13
  }));
14
14
  function SplashScreen() {
15
- return (_jsx(MainContainer, Object.assign({ backgroundGradient: "redPurple" }, { children: _jsx(Wrapper, { children: _jsx(motion.div, Object.assign({ initial: { opacity: 0, scale: 0.5 }, animate: { opacity: 1, scale: 1 }, transition: { duration: 1.5 } }, { children: _jsx(TapOs, {}) })) }) })));
15
+ return (_jsx(MainContainer, Object.assign({ backgroundGradient: "redPurple" }, { children: _jsx(Wrapper, { children: _jsx(motion.div, Object.assign({ initial: { opacity: 0, scale: 0.5 }, animate: { opacity: 1, scale: 1 }, transition: { duration: 1.5 } }, { children: _jsx(TapLogo, {}) })) }) })));
16
16
  }
17
17
  export default memo(SplashScreen);
@@ -23,7 +23,7 @@ export declare const StatusIcon: import("@emotion/styled").StyledComponent<impor
23
23
  icon?: "initiated" | "captured" | "unCaptured" | "inProgress" | "abandoned" | "cancelled" | "reversed" | "authorized" | "paidOut" | "unauthenticated" | "authenticated" | "scheduled" | "unSettled" | "search" | "view" | "reports" | "chevronDown" | "unAuthorized" | "openFlag" | "closedFlag" | "textView" | "trashBin" | undefined;
24
24
  }, React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
25
25
  export declare const StyledFilterName: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme>, React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
26
- export declare const StyledDropdown: import("@emotion/styled").StyledComponent<import("../Dropdown").IProps & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
26
+ export declare const StyledDropdown: import("@emotion/styled").StyledComponent<import("../DropdownMenu").IProps & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
27
27
  export declare const ChevronContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme>, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
28
28
  export declare const Label: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<Theme> & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
29
29
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
@@ -1,5 +1,5 @@
1
1
  import { styled, Button, Box, alpha } from '@mui/material';
2
- import Dropdown from '../Dropdown';
2
+ import Dropdown from '../DropdownMenu';
3
3
  const baseButtonStyle = (theme) => (Object.assign(Object.assign({}, theme.typography.subtitle1), { borderRadius: '50px', borderWidth: '1px', borderStyle: 'solid', minWidth: '135.11px', height: '32px', display: 'flex', justifyContent: 'center', alignItems: 'center', gap: '8px', textTransform: 'none', transition: 'none', paddingInline: theme.spacing(2) }));
4
4
  const ActiveButton = styled(Button)(({ theme }) => (Object.assign(Object.assign({}, baseButtonStyle(theme)), { background: theme.palette.background.gradient.shadedBlue, color: theme.palette.common.white, '&:hover': {
5
5
  background: theme.palette.background.gradient.shadedBlue,
@@ -2,7 +2,7 @@ import { ReactNode } from 'react';
2
2
  import { type ButtonProps } from '@mui/material';
3
3
  import { TableHeaderStatus } from '../../types/index.js';
4
4
  import { type StatusButtonVariant } from './style';
5
- import { MenuItemI } from '../Dropdown';
5
+ import { MenuItemI } from '../DropdownMenu';
6
6
  import { statusButtonIcons } from './constant';
7
7
  export interface StatusButtonProps extends Omit<ButtonProps, 'variant' | 'children'> {
8
8
  variant?: StatusButtonVariant;
@@ -1,14 +1,14 @@
1
- export * from './AgreementIcon';
2
- export * from './AuthIcons';
3
- export * from './AuthorizationAutoIcons';
4
- export * from './AuthorizedIcon';
5
- export * from './ChargeStatusIcon';
6
- export * from './CustomerInitiated';
7
- export * from './DeviceIcon';
8
- export * from './DisputeIcon';
9
- export * from './GeographyIcon';
10
- export * from './IssuerIcon';
11
- export * from './PayoutIcon';
12
- export * from './RefundIcon';
13
- export * from './SourceIcons';
14
- export * from './DestinationIcon';
1
+ export { default as AgreementIcon, AgreementIconProps } from './AgreementIcon';
2
+ export { default as AuthIcons, AuthIconsProps, AuthSourceAnimation } from './AuthIcons';
3
+ export { default as AuthorizationAutoIcons, VoidAutoIcon } from './AuthorizationAutoIcons';
4
+ export { AuthorizedIcon } from './AuthorizedIcon';
5
+ export { ChargeStatusIcon } from './ChargeStatusIcon';
6
+ export { CustomerInitiatedIcon } from './CustomerInitiated';
7
+ export { DeviceIconChip } from './DeviceIcon';
8
+ export { DisputeIcon } from './DisputeIcon';
9
+ export { GeographyIcon } from './GeographyIcon';
10
+ export { default as IssuerIcon, IssuerIconProps } from './IssuerIcon';
11
+ export { PayoutIcon } from './PayoutIcon';
12
+ export { default as RefundIcon } from './RefundIcon';
13
+ export { SourceIcons, SourceIcon } from './SourceIcons';
14
+ export { DestinationIcon } from './DestinationIcon';
@@ -1,14 +1,14 @@
1
- export * from './AgreementIcon';
2
- export * from './AuthIcons';
3
- export * from './AuthorizationAutoIcons';
4
- export * from './AuthorizedIcon';
5
- export * from './ChargeStatusIcon';
6
- export * from './CustomerInitiated';
7
- export * from './DeviceIcon';
8
- export * from './DisputeIcon';
9
- export * from './GeographyIcon';
10
- export * from './IssuerIcon';
11
- export * from './PayoutIcon';
12
- export * from './RefundIcon';
13
- export * from './SourceIcons';
14
- export * from './DestinationIcon';
1
+ export { default as AgreementIcon } from './AgreementIcon';
2
+ export { default as AuthIcons, AuthSourceAnimation } from './AuthIcons';
3
+ export { default as AuthorizationAutoIcons, VoidAutoIcon } from './AuthorizationAutoIcons';
4
+ export { AuthorizedIcon } from './AuthorizedIcon';
5
+ export { ChargeStatusIcon } from './ChargeStatusIcon';
6
+ export { CustomerInitiatedIcon } from './CustomerInitiated';
7
+ export { DeviceIconChip } from './DeviceIcon';
8
+ export { DisputeIcon } from './DisputeIcon';
9
+ export { GeographyIcon } from './GeographyIcon';
10
+ export { default as IssuerIcon } from './IssuerIcon';
11
+ export { PayoutIcon } from './PayoutIcon';
12
+ export { default as RefundIcon } from './RefundIcon';
13
+ export { SourceIcons, SourceIcon } from './SourceIcons';
14
+ export { DestinationIcon } from './DestinationIcon';