@tap-payments/os-micro-frontend-shared 0.0.183 → 0.0.185

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 (1844) hide show
  1. package/build/components/AccordionAdapter/AccordionAdapter.d.ts +13 -0
  2. package/build/components/AccordionAdapter/AccordionAdapter.js +23 -0
  3. package/build/components/AccordionAdapter/index.d.ts +2 -0
  4. package/build/components/AccordionAdapter/index.js +2 -0
  5. package/build/components/AccordionAdapter/style.d.ts +22 -0
  6. package/build/components/AccordionAdapter/style.js +38 -0
  7. package/build/components/AccountDropdown/Dropdown.d.ts +13 -0
  8. package/build/components/AccountDropdown/Dropdown.js +17 -0
  9. package/build/components/AccountDropdown/index.d.ts +2 -0
  10. package/build/components/AccountDropdown/index.js +2 -0
  11. package/build/components/AccountDropdown/style.d.ts +20 -0
  12. package/build/components/AccountDropdown/style.js +26 -0
  13. package/build/components/ActionMenu/ActionMenu.d.ts +5 -0
  14. package/build/components/ActionMenu/ActionMenu.js +101 -0
  15. package/build/components/ActionMenu/ActionMenuDropDown.d.ts +16 -0
  16. package/build/components/ActionMenu/ActionMenuDropDown.js +23 -0
  17. package/build/components/ActionMenu/ActionMenuItem.d.ts +16 -0
  18. package/build/components/ActionMenu/ActionMenuItem.js +20 -0
  19. package/build/components/ActionMenu/index.d.ts +5 -0
  20. package/build/components/ActionMenu/index.js +4 -0
  21. package/build/components/ActionMenu/style.d.ts +80 -0
  22. package/build/components/ActionMenu/style.js +183 -0
  23. package/build/components/ActionMenu/type.d.ts +15 -0
  24. package/build/components/ActionMenu/type.js +1 -0
  25. package/build/components/ActivityAreaChart/ActivityAreaChart.d.ts +3 -0
  26. package/build/components/ActivityAreaChart/ActivityAreaChart.js +43 -0
  27. package/build/components/ActivityAreaChart/components/ChartTooltip.d.ts +3 -0
  28. package/build/components/ActivityAreaChart/components/ChartTooltip.js +23 -0
  29. package/build/components/ActivityAreaChart/components/LoadingChart.d.ts +2 -0
  30. package/build/components/ActivityAreaChart/components/LoadingChart.js +18 -0
  31. package/build/components/ActivityAreaChart/components/index.d.ts +2 -0
  32. package/build/components/ActivityAreaChart/components/index.js +2 -0
  33. package/build/components/ActivityAreaChart/index.d.ts +4 -0
  34. package/build/components/ActivityAreaChart/index.js +4 -0
  35. package/build/components/ActivityAreaChart/styles.d.ts +17 -0
  36. package/build/components/ActivityAreaChart/styles.js +52 -0
  37. package/build/components/ActivityAreaChart/types.d.ts +32 -0
  38. package/build/components/ActivityAreaChart/types.js +1 -0
  39. package/build/components/ActivityAreaChart/utils.d.ts +3 -0
  40. package/build/components/ActivityAreaChart/utils.js +27 -0
  41. package/build/components/AppServices/AppServices.d.ts +11 -0
  42. package/build/components/AppServices/AppServices.js +91 -0
  43. package/build/components/AppServices/ServiceItem.d.ts +14 -0
  44. package/build/components/AppServices/ServiceItem.js +40 -0
  45. package/build/components/AppServices/index.d.ts +2 -0
  46. package/build/components/AppServices/index.js +2 -0
  47. package/build/components/AppServices/style.d.ts +14 -0
  48. package/build/components/AppServices/style.js +33 -0
  49. package/build/components/AppWindowWrapper/AppWindow/AppWindow.d.ts +5 -0
  50. package/build/components/AppWindowWrapper/AppWindow/AppWindow.js +82 -0
  51. package/build/components/AppWindowWrapper/AppWindow/constant.d.ts +6 -0
  52. package/build/components/AppWindowWrapper/AppWindow/constant.js +6 -0
  53. package/build/components/AppWindowWrapper/AppWindow/index.d.ts +5 -0
  54. package/build/components/AppWindowWrapper/AppWindow/index.js +4 -0
  55. package/build/components/AppWindowWrapper/AppWindow/style.d.ts +18 -0
  56. package/build/components/AppWindowWrapper/AppWindow/style.js +77 -0
  57. package/build/components/AppWindowWrapper/AppWindow/type.d.ts +9 -0
  58. package/build/components/AppWindowWrapper/AppWindow/type.js +1 -0
  59. package/build/components/AppWindowWrapper/AppWindowWrapper.d.ts +3 -0
  60. package/build/components/AppWindowWrapper/AppWindowWrapper.js +22 -0
  61. package/build/components/AppWindowWrapper/context/Provider.d.ts +2 -0
  62. package/build/components/AppWindowWrapper/context/Provider.js +70 -0
  63. package/build/components/AppWindowWrapper/context/context.d.ts +3 -0
  64. package/build/components/AppWindowWrapper/context/context.js +30 -0
  65. package/build/components/AppWindowWrapper/context/index.d.ts +2 -0
  66. package/build/components/AppWindowWrapper/context/index.js +2 -0
  67. package/build/components/AppWindowWrapper/context/type.d.ts +47 -0
  68. package/build/components/AppWindowWrapper/context/type.js +1 -0
  69. package/build/components/AppWindowWrapper/headers/AccountHeader/AccountHeader.d.ts +5 -0
  70. package/build/components/AppWindowWrapper/headers/AccountHeader/AccountHeader.js +31 -0
  71. package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.d.ts +5 -0
  72. package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.js +10 -0
  73. package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/index.d.ts +3 -0
  74. package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/index.js +2 -0
  75. package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/type.d.ts +14 -0
  76. package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/type.js +1 -0
  77. package/build/components/AppWindowWrapper/headers/AccountHeader/index.d.ts +4 -0
  78. package/build/components/AppWindowWrapper/headers/AccountHeader/index.js +3 -0
  79. package/build/components/AppWindowWrapper/headers/AccountHeader/type.d.ts +12 -0
  80. package/build/components/AppWindowWrapper/headers/AccountHeader/type.js +1 -0
  81. package/build/components/AppWindowWrapper/index.d.ts +6 -0
  82. package/build/components/AppWindowWrapper/index.js +5 -0
  83. package/build/components/AppWindowWrapper/type.d.ts +5 -0
  84. package/build/components/AppWindowWrapper/type.js +1 -0
  85. package/build/components/BackgroundAnimation/BackgroundAnimation.d.ts +10 -0
  86. package/build/components/BackgroundAnimation/BackgroundAnimation.js +24 -0
  87. package/build/components/BackgroundAnimation/Blob/Blob.d.ts +11 -0
  88. package/build/components/BackgroundAnimation/Blob/Blob.js +32 -0
  89. package/build/components/BackgroundAnimation/Blob/index.d.ts +3 -0
  90. package/build/components/BackgroundAnimation/Blob/index.js +2 -0
  91. package/build/components/BackgroundAnimation/Blob/type.d.ts +1 -0
  92. package/build/components/BackgroundAnimation/Blob/type.js +1 -0
  93. package/build/components/BackgroundAnimation/index.d.ts +3 -0
  94. package/build/components/BackgroundAnimation/index.js +3 -0
  95. package/build/components/Button/Button.d.ts +13 -0
  96. package/build/components/Button/Button.js +19 -0
  97. package/build/components/Button/PlusButton/PlusButton.d.ts +10 -0
  98. package/build/components/Button/PlusButton/PlusButton.js +21 -0
  99. package/build/components/Button/PlusButton/index.d.ts +2 -0
  100. package/build/components/Button/PlusButton/index.js +2 -0
  101. package/build/components/Button/StyledButton/StyledButton.d.ts +10 -0
  102. package/build/components/Button/StyledButton/StyledButton.js +20 -0
  103. package/build/components/Button/StyledButton/index.d.ts +2 -0
  104. package/build/components/Button/StyledButton/index.js +2 -0
  105. package/build/components/Button/StyledButton/style.d.ts +5 -0
  106. package/build/components/Button/StyledButton/style.js +11 -0
  107. package/build/components/Button/index.d.ts +4 -0
  108. package/build/components/Button/index.js +4 -0
  109. package/build/components/Button/style.d.ts +5 -0
  110. package/build/components/Button/style.js +23 -0
  111. package/build/components/Calender/Calender.d.ts +14 -0
  112. package/build/components/Calender/Calender.js +62 -0
  113. package/build/components/Calender/index.d.ts +2 -0
  114. package/build/components/Calender/index.js +2 -0
  115. package/build/components/Calender/style.d.ts +29 -0
  116. package/build/components/Calender/style.js +171 -0
  117. package/build/components/CardEmptyState/CardEmptyState.d.ts +2 -0
  118. package/build/components/CardEmptyState/CardEmptyState.js +20 -0
  119. package/build/components/CardEmptyState/index.d.ts +3 -0
  120. package/build/components/CardEmptyState/index.js +2 -0
  121. package/build/components/CardEmptyState/style.d.ts +7 -0
  122. package/build/components/CardEmptyState/style.js +35 -0
  123. package/build/components/CardEmptyState/type.d.ts +5 -0
  124. package/build/components/CardEmptyState/type.js +1 -0
  125. package/build/components/CardHeadline/CardHeadline.d.ts +8 -0
  126. package/build/components/CardHeadline/CardHeadline.js +15 -0
  127. package/build/components/CardHeadline/index.d.ts +2 -0
  128. package/build/components/CardHeadline/index.js +2 -0
  129. package/build/components/Checkbox/Checkbox.d.ts +5 -0
  130. package/build/components/Checkbox/Checkbox.js +14 -0
  131. package/build/components/Checkbox/index.d.ts +2 -0
  132. package/build/components/Checkbox/index.js +2 -0
  133. package/build/components/Chip/Chip.d.ts +4 -0
  134. package/build/components/Chip/Chip.js +20 -0
  135. package/build/components/Chip/GroupIconChip.d.ts +3 -0
  136. package/build/components/Chip/GroupIconChip.js +17 -0
  137. package/build/components/Chip/GroupIconChips.d.ts +3 -0
  138. package/build/components/Chip/GroupIconChips.js +36 -0
  139. package/build/components/Chip/index.d.ts +4 -0
  140. package/build/components/Chip/index.js +4 -0
  141. package/build/components/Chip/style.d.ts +276 -0
  142. package/build/components/Chip/style.js +75 -0
  143. package/build/components/Chip/type.d.ts +27 -0
  144. package/build/components/Chip/type.js +1 -0
  145. package/build/components/CircularProgressWithLabel/CircularProgressWithLabel.d.ts +7 -0
  146. package/build/components/CircularProgressWithLabel/CircularProgressWithLabel.js +7 -0
  147. package/build/components/CircularProgressWithLabel/index.d.ts +2 -0
  148. package/build/components/CircularProgressWithLabel/index.js +2 -0
  149. package/build/components/CircularProgressWithLabel/style.d.ts +11 -0
  150. package/build/components/CircularProgressWithLabel/style.js +31 -0
  151. package/build/components/Collapse/Collapse.d.ts +4 -0
  152. package/build/components/Collapse/Collapse.js +17 -0
  153. package/build/components/Collapse/index.d.ts +3 -0
  154. package/build/components/Collapse/index.js +2 -0
  155. package/build/components/ConfirmDialog/ConfirmDialog.d.ts +1 -0
  156. package/build/components/ConfirmDialog/ConfirmDialog.js +8 -0
  157. package/build/components/ConfirmDialog/context/Provider.d.ts +4 -0
  158. package/build/components/ConfirmDialog/context/Provider.js +18 -0
  159. package/build/components/ConfirmDialog/context/context.d.ts +3 -0
  160. package/build/components/ConfirmDialog/context/context.js +14 -0
  161. package/build/components/ConfirmDialog/context/index.d.ts +2 -0
  162. package/build/components/ConfirmDialog/context/index.js +2 -0
  163. package/build/components/ConfirmDialog/hooks/index.d.ts +1 -0
  164. package/build/components/ConfirmDialog/hooks/index.js +1 -0
  165. package/build/components/ConfirmDialog/hooks/useDialog.d.ts +20 -0
  166. package/build/components/ConfirmDialog/hooks/useDialog.js +22 -0
  167. package/build/components/ConfirmDialog/index.d.ts +5 -0
  168. package/build/components/ConfirmDialog/index.js +4 -0
  169. package/build/components/ConfirmDialog/styles.d.ts +8 -0
  170. package/build/components/ConfirmDialog/styles.js +42 -0
  171. package/build/components/ConfirmDialog/type.d.ts +19 -0
  172. package/build/components/ConfirmDialog/type.js +1 -0
  173. package/build/components/ControlPanelContainer/ControlPanelContainer.d.ts +2 -0
  174. package/build/components/ControlPanelContainer/ControlPanelContainer.js +5 -0
  175. package/build/components/ControlPanelContainer/index.d.ts +2 -0
  176. package/build/components/ControlPanelContainer/index.js +2 -0
  177. package/build/components/ControlPanelContainer/style.d.ts +4 -0
  178. package/build/components/ControlPanelContainer/style.js +9 -0
  179. package/build/components/CopyImage/CopyImage.d.ts +7 -0
  180. package/build/components/CopyImage/CopyImage.js +11 -0
  181. package/build/components/CopyImage/index.d.ts +2 -0
  182. package/build/components/CopyImage/index.js +2 -0
  183. package/build/components/CountBadge/CountBadge.d.ts +6 -0
  184. package/build/components/CountBadge/CountBadge.js +51 -0
  185. package/build/components/CountBadge/CountBadgeAnimated.d.ts +4 -0
  186. package/build/components/CountBadge/CountBadgeAnimated.js +15 -0
  187. package/build/components/CountBadge/index.d.ts +5 -0
  188. package/build/components/CountBadge/index.js +5 -0
  189. package/build/components/CountBadge/style.d.ts +284 -0
  190. package/build/components/CountBadge/style.js +29 -0
  191. package/build/components/CountBadge/type.d.ts +21 -0
  192. package/build/components/CountBadge/type.js +16 -0
  193. package/build/components/CountryFlag/CountryFlag.d.ts +8 -0
  194. package/build/components/CountryFlag/CountryFlag.js +22 -0
  195. package/build/components/CountryFlag/index.d.ts +2 -0
  196. package/build/components/CountryFlag/index.js +2 -0
  197. package/build/components/CurrencyIcon/CurrencyIcon.d.ts +5 -0
  198. package/build/components/CurrencyIcon/CurrencyIcon.js +15 -0
  199. package/build/components/CurrencyIcon/index.d.ts +2 -0
  200. package/build/components/CurrencyIcon/index.js +2 -0
  201. package/build/components/CurrencyIcon/style.d.ts +4 -0
  202. package/build/components/CurrencyIcon/style.js +13 -0
  203. package/build/components/CustomBackdrop/CustomBackdrop.d.ts +5 -0
  204. package/build/components/CustomBackdrop/CustomBackdrop.js +7 -0
  205. package/build/components/CustomBackdrop/index.d.ts +2 -0
  206. package/build/components/CustomBackdrop/index.js +2 -0
  207. package/build/components/CustomBackdrop/style.d.ts +4 -0
  208. package/build/components/CustomBackdrop/style.js +9 -0
  209. package/build/components/DateButton/DateButton.d.ts +5 -0
  210. package/build/components/DateButton/DateButton.js +9 -0
  211. package/build/components/DateButton/index.d.ts +2 -0
  212. package/build/components/DateButton/index.js +2 -0
  213. package/build/components/DeviceIcon/DeviceIcon.d.ts +12 -0
  214. package/build/components/DeviceIcon/DeviceIcon.js +29 -0
  215. package/build/components/DeviceIcon/constants.d.ts +5 -0
  216. package/build/components/DeviceIcon/constants.js +6 -0
  217. package/build/components/DeviceIcon/index.d.ts +3 -0
  218. package/build/components/DeviceIcon/index.js +3 -0
  219. package/build/components/DeviceIcon/style.d.ts +7 -0
  220. package/build/components/DeviceIcon/style.js +18 -0
  221. package/build/components/DeviceIcon/utils.d.ts +1 -0
  222. package/build/components/DeviceIcon/utils.js +4 -0
  223. package/build/components/Dialog/Dialog.d.ts +14 -0
  224. package/build/components/Dialog/Dialog.js +9 -0
  225. package/build/components/Dialog/components/DialogToolbar.d.ts +9 -0
  226. package/build/components/Dialog/components/DialogToolbar.js +31 -0
  227. package/build/components/Dialog/components/index.d.ts +2 -0
  228. package/build/components/Dialog/components/index.js +2 -0
  229. package/build/components/Dialog/constant.d.ts +1 -0
  230. package/build/components/Dialog/constant.js +1 -0
  231. package/build/components/Dialog/index.d.ts +4 -0
  232. package/build/components/Dialog/index.js +4 -0
  233. package/build/components/Dialog/style.d.ts +272 -0
  234. package/build/components/Dialog/style.js +49 -0
  235. package/build/components/DockButton/DockButton.d.ts +5 -0
  236. package/build/components/DockButton/DockButton.js +27 -0
  237. package/build/components/DockButton/index.d.ts +3 -0
  238. package/build/components/DockButton/index.js +2 -0
  239. package/build/components/DockButton/style.d.ts +21 -0
  240. package/build/components/DockButton/style.js +25 -0
  241. package/build/components/DockButton/type.d.ts +19 -0
  242. package/build/components/DockButton/type.js +1 -0
  243. package/build/components/Dropdown2/Dropdown2.d.ts +11 -0
  244. package/build/components/Dropdown2/Dropdown2.js +29 -0
  245. package/build/components/Dropdown2/index.d.ts +2 -0
  246. package/build/components/Dropdown2/index.js +2 -0
  247. package/build/components/Dropdown2/style.d.ts +15 -0
  248. package/build/components/Dropdown2/style.js +22 -0
  249. package/build/components/DropdownButton/ChevronIcon.d.ts +2 -0
  250. package/build/components/DropdownButton/ChevronIcon.js +16 -0
  251. package/build/components/DropdownButton/DropdownButton.d.ts +5 -0
  252. package/build/components/DropdownButton/DropdownButton.js +50 -0
  253. package/build/components/DropdownButton/constants.d.ts +13 -0
  254. package/build/components/DropdownButton/constants.js +5 -0
  255. package/build/components/DropdownButton/index.d.ts +4 -0
  256. package/build/components/DropdownButton/index.js +3 -0
  257. package/build/components/DropdownButton/style.d.ts +31 -0
  258. package/build/components/DropdownButton/style.js +70 -0
  259. package/build/components/DropdownButton/type.d.ts +14 -0
  260. package/build/components/DropdownButton/type.js +1 -0
  261. package/build/components/DropdownMenu/DropdownMenu.d.ts +3 -0
  262. package/build/components/DropdownMenu/DropdownMenu.js +43 -0
  263. package/build/components/DropdownMenu/index.d.ts +4 -0
  264. package/build/components/DropdownMenu/index.js +3 -0
  265. package/build/components/DropdownMenu/styles.d.ts +18 -0
  266. package/build/components/DropdownMenu/styles.js +143 -0
  267. package/build/components/DropdownMenu/type.d.ts +21 -0
  268. package/build/components/DropdownMenu/type.js +1 -0
  269. package/build/components/Error/Error.d.ts +8 -0
  270. package/build/components/Error/Error.js +20 -0
  271. package/build/components/Error/index.d.ts +2 -0
  272. package/build/components/Error/index.js +2 -0
  273. package/build/components/Error/style.d.ts +4 -0
  274. package/build/components/Error/style.js +13 -0
  275. package/build/components/ErrorBoundary/AppError.d.ts +1 -0
  276. package/build/components/ErrorBoundary/AppError.js +16 -0
  277. package/build/components/ErrorBoundary/ErrorBoundary.d.ts +15 -0
  278. package/build/components/ErrorBoundary/ErrorBoundary.js +25 -0
  279. package/build/components/ErrorBoundary/index.d.ts +2 -0
  280. package/build/components/ErrorBoundary/index.js +2 -0
  281. package/build/components/ErrorBoundary/style.d.ts +10 -0
  282. package/build/components/ErrorBoundary/style.js +19 -0
  283. package/build/components/ExpandableSideBar/ExpandableSideBar.d.ts +5 -0
  284. package/build/components/ExpandableSideBar/ExpandableSideBar.js +35 -0
  285. package/build/components/ExpandableSideBar/constant.d.ts +1 -0
  286. package/build/components/ExpandableSideBar/constant.js +1 -0
  287. package/build/components/ExpandableSideBar/index.d.ts +3 -0
  288. package/build/components/ExpandableSideBar/index.js +2 -0
  289. package/build/components/ExpandableSideBar/style.d.ts +19 -0
  290. package/build/components/ExpandableSideBar/style.js +47 -0
  291. package/build/components/ExpandableSideBar/type.d.ts +17 -0
  292. package/build/components/ExpandableSideBar/type.js +1 -0
  293. package/build/components/FileUpload/FileUpload.d.ts +17 -0
  294. package/build/components/FileUpload/FileUpload.js +41 -0
  295. package/build/components/FileUpload/index.d.ts +2 -0
  296. package/build/components/FileUpload/index.js +2 -0
  297. package/build/components/FileUpload/style.d.ts +38 -0
  298. package/build/components/FileUpload/style.js +106 -0
  299. package/build/components/FileUploader/FileUploader.d.ts +3 -0
  300. package/build/components/FileUploader/FileUploader.js +13 -0
  301. package/build/components/FileUploader/index.d.ts +3 -0
  302. package/build/components/FileUploader/index.js +2 -0
  303. package/build/components/FileUploader/style.d.ts +22 -0
  304. package/build/components/FileUploader/style.js +55 -0
  305. package/build/components/FileUploader/type.d.ts +13 -0
  306. package/build/components/FileUploader/type.js +1 -0
  307. package/build/components/FilteredIds/FilteredIds.d.ts +5 -0
  308. package/build/components/FilteredIds/FilteredIds.js +16 -0
  309. package/build/components/FilteredIds/index.d.ts +3 -0
  310. package/build/components/FilteredIds/index.js +2 -0
  311. package/build/components/FilteredIds/style.d.ts +11 -0
  312. package/build/components/FilteredIds/style.js +34 -0
  313. package/build/components/FilteredIds/type.d.ts +6 -0
  314. package/build/components/FilteredIds/type.js +1 -0
  315. package/build/components/FlagDetails/FlagDetails.d.ts +12 -0
  316. package/build/components/FlagDetails/FlagDetails.js +31 -0
  317. package/build/components/FlagDetails/index.d.ts +2 -0
  318. package/build/components/FlagDetails/index.js +2 -0
  319. package/build/components/FlippingCard/FlippingCard.d.ts +8 -0
  320. package/build/components/FlippingCard/FlippingCard.js +7 -0
  321. package/build/components/FlippingCard/index.d.ts +2 -0
  322. package/build/components/FlippingCard/index.js +2 -0
  323. package/build/components/FlippingCard/style.d.ts +263 -0
  324. package/build/components/FlippingCard/style.js +26 -0
  325. package/build/components/HeatMap/HeatMap.d.ts +2 -0
  326. package/build/components/HeatMap/HeatMap.js +20 -0
  327. package/build/components/HeatMap/constant.d.ts +1 -0
  328. package/build/components/HeatMap/constant.js +1 -0
  329. package/build/components/HeatMap/index.d.ts +4 -0
  330. package/build/components/HeatMap/index.js +3 -0
  331. package/build/components/HeatMap/style.d.ts +21 -0
  332. package/build/components/HeatMap/style.js +34 -0
  333. package/build/components/HeatMap/type.d.ts +23 -0
  334. package/build/components/HeatMap/type.js +1 -0
  335. package/build/components/HeatMap/utils.d.ts +1 -0
  336. package/build/components/HeatMap/utils.js +9 -0
  337. package/build/components/IOSSwitch/IOSSwitch.d.ts +5 -0
  338. package/build/components/IOSSwitch/IOSSwitch.js +7 -0
  339. package/build/components/IOSSwitch/index.d.ts +2 -0
  340. package/build/components/IOSSwitch/index.js +2 -0
  341. package/build/components/IOSSwitch/styles.d.ts +1 -0
  342. package/build/components/IOSSwitch/styles.js +49 -0
  343. package/build/components/Icon/Icon.d.ts +4 -0
  344. package/build/components/Icon/Icon.js +12 -0
  345. package/build/components/Icon/index.d.ts +3 -0
  346. package/build/components/Icon/index.js +2 -0
  347. package/build/components/Icon/type.d.ts +8 -0
  348. package/build/components/Icon/type.js +1 -0
  349. package/build/components/IconGallery/IconGallery.d.ts +3 -0
  350. package/build/components/IconGallery/IconGallery.js +13 -0
  351. package/build/components/IconGallery/index.d.ts +3 -0
  352. package/build/components/IconGallery/index.js +2 -0
  353. package/build/components/IconGallery/styles.d.ts +9 -0
  354. package/build/components/IconGallery/styles.js +21 -0
  355. package/build/components/IconGallery/type.d.ts +8 -0
  356. package/build/components/IconGallery/type.js +1 -0
  357. package/build/components/IconWithBadge/IconWithBadge.d.ts +2 -0
  358. package/build/components/IconWithBadge/IconWithBadge.js +17 -0
  359. package/build/components/IconWithBadge/index.d.ts +3 -0
  360. package/build/components/IconWithBadge/index.js +2 -0
  361. package/build/components/IconWithBadge/style.d.ts +7 -0
  362. package/build/components/IconWithBadge/style.js +11 -0
  363. package/build/components/IconWithBadge/type.d.ts +16 -0
  364. package/build/components/IconWithBadge/type.js +1 -0
  365. package/build/components/IconWithHoverOverlays/IconWithHoverOverlays.d.ts +12 -0
  366. package/build/components/IconWithHoverOverlays/IconWithHoverOverlays.js +19 -0
  367. package/build/components/IconWithHoverOverlays/index.d.ts +2 -0
  368. package/build/components/IconWithHoverOverlays/index.js +2 -0
  369. package/build/components/IconWithHoverOverlays/style.d.ts +12 -0
  370. package/build/components/IconWithHoverOverlays/style.js +45 -0
  371. package/build/components/IconWithLabel/IconWithLabel.d.ts +9 -0
  372. package/build/components/IconWithLabel/IconWithLabel.js +7 -0
  373. package/build/components/IconWithLabel/index.d.ts +2 -0
  374. package/build/components/IconWithLabel/index.js +2 -0
  375. package/build/components/IconWithLabel/style.d.ts +7 -0
  376. package/build/components/IconWithLabel/style.js +21 -0
  377. package/build/components/IconsDropdown/IconsDropdown.d.ts +13 -0
  378. package/build/components/IconsDropdown/IconsDropdown.js +31 -0
  379. package/build/components/IconsDropdown/index.d.ts +2 -0
  380. package/build/components/IconsDropdown/index.js +2 -0
  381. package/build/components/IconsDropdown/style.d.ts +21 -0
  382. package/build/components/IconsDropdown/style.js +47 -0
  383. package/build/components/ImageWrapper/ImageWrapper.d.ts +266 -0
  384. package/build/components/ImageWrapper/ImageWrapper.js +16 -0
  385. package/build/components/ImageWrapper/index.d.ts +2 -0
  386. package/build/components/ImageWrapper/index.js +2 -0
  387. package/build/components/Input/Input.d.ts +8 -0
  388. package/build/components/Input/Input.js +22 -0
  389. package/build/components/Input/index.d.ts +2 -0
  390. package/build/components/Input/index.js +2 -0
  391. package/build/components/Input/style.d.ts +3 -0
  392. package/build/components/Input/style.js +18 -0
  393. package/build/components/InputBase/AmountInputBase/AmountInputBase.d.ts +19 -0
  394. package/build/components/InputBase/AmountInputBase/AmountInputBase.js +30 -0
  395. package/build/components/InputBase/AmountInputBase/CurrencyList/CurrencyList.d.ts +15 -0
  396. package/build/components/InputBase/AmountInputBase/CurrencyList/CurrencyList.js +50 -0
  397. package/build/components/InputBase/AmountInputBase/CurrencyList/index.d.ts +2 -0
  398. package/build/components/InputBase/AmountInputBase/CurrencyList/index.js +2 -0
  399. package/build/components/InputBase/AmountInputBase/CurrencyList/style.d.ts +8 -0
  400. package/build/components/InputBase/AmountInputBase/CurrencyList/style.js +39 -0
  401. package/build/components/InputBase/AmountInputBase/InputNumber/InputNumber.d.ts +4 -0
  402. package/build/components/InputBase/AmountInputBase/InputNumber/InputNumber.js +24 -0
  403. package/build/components/InputBase/AmountInputBase/InputNumber/index.d.ts +3 -0
  404. package/build/components/InputBase/AmountInputBase/InputNumber/index.js +3 -0
  405. package/build/components/InputBase/AmountInputBase/InputNumber/style.d.ts +8 -0
  406. package/build/components/InputBase/AmountInputBase/InputNumber/style.js +24 -0
  407. package/build/components/InputBase/AmountInputBase/InputNumber/type.d.ts +5 -0
  408. package/build/components/InputBase/AmountInputBase/InputNumber/type.js +1 -0
  409. package/build/components/InputBase/AmountInputBase/index.d.ts +5 -0
  410. package/build/components/InputBase/AmountInputBase/index.js +4 -0
  411. package/build/components/InputBase/AmountInputBase/style.d.ts +14 -0
  412. package/build/components/InputBase/AmountInputBase/style.js +26 -0
  413. package/build/components/InputBase/InputBase/InputBase.d.ts +9 -0
  414. package/build/components/InputBase/InputBase/InputBase.js +28 -0
  415. package/build/components/InputBase/InputBase/index.d.ts +3 -0
  416. package/build/components/InputBase/InputBase/index.js +2 -0
  417. package/build/components/InputBase/InputBase/style.d.ts +10 -0
  418. package/build/components/InputBase/InputBase/style.js +68 -0
  419. package/build/components/InputBase/PhoneInputBase/CountriesList/CountriesList.d.ts +16 -0
  420. package/build/components/InputBase/PhoneInputBase/CountriesList/CountriesList.js +64 -0
  421. package/build/components/InputBase/PhoneInputBase/CountriesList/index.d.ts +2 -0
  422. package/build/components/InputBase/PhoneInputBase/CountriesList/index.js +2 -0
  423. package/build/components/InputBase/PhoneInputBase/CountriesList/style.d.ts +12 -0
  424. package/build/components/InputBase/PhoneInputBase/CountriesList/style.js +46 -0
  425. package/build/components/InputBase/PhoneInputBase/PhoneInputBase.d.ts +18 -0
  426. package/build/components/InputBase/PhoneInputBase/PhoneInputBase.js +27 -0
  427. package/build/components/InputBase/PhoneInputBase/index.d.ts +3 -0
  428. package/build/components/InputBase/PhoneInputBase/index.js +3 -0
  429. package/build/components/InputBase/PhoneInputBase/style.d.ts +14 -0
  430. package/build/components/InputBase/PhoneInputBase/style.js +23 -0
  431. package/build/components/InputBase/SelectBase/SelectBase.d.ts +17 -0
  432. package/build/components/InputBase/SelectBase/SelectBase.js +42 -0
  433. package/build/components/InputBase/SelectBase/SelectBaseMultiple.d.ts +17 -0
  434. package/build/components/InputBase/SelectBase/SelectBaseMultiple.js +61 -0
  435. package/build/components/InputBase/SelectBase/index.d.ts +3 -0
  436. package/build/components/InputBase/SelectBase/index.js +3 -0
  437. package/build/components/InputBase/SelectBase/style.d.ts +10 -0
  438. package/build/components/InputBase/SelectBase/style.js +108 -0
  439. package/build/components/InputBase/index.d.ts +4 -0
  440. package/build/components/InputBase/index.js +4 -0
  441. package/build/components/InputNumber/InputNumber.d.ts +8 -0
  442. package/build/components/InputNumber/InputNumber.js +38 -0
  443. package/build/components/InputNumber/index.d.ts +2 -0
  444. package/build/components/InputNumber/index.js +2 -0
  445. package/build/components/InputNumber/style.d.ts +4 -0
  446. package/build/components/InputNumber/style.js +20 -0
  447. package/build/components/Inputs/CountriesDropDown/CountriesDropdown.d.ts +12 -0
  448. package/build/components/Inputs/CountriesDropDown/CountriesDropdown.js +59 -0
  449. package/build/components/Inputs/CountriesDropDown/index.d.ts +3 -0
  450. package/build/components/Inputs/CountriesDropDown/index.js +3 -0
  451. package/build/components/Inputs/CountriesDropDown/style.d.ts +24 -0
  452. package/build/components/Inputs/CountriesDropDown/style.js +68 -0
  453. package/build/components/Inputs/FileInput/FileInput.d.ts +2 -0
  454. package/build/components/Inputs/FileInput/FileInput.js +13 -0
  455. package/build/components/Inputs/FileInput/index.d.ts +2 -0
  456. package/build/components/Inputs/FileInput/index.js +2 -0
  457. package/build/components/Inputs/FileInput/style.d.ts +11 -0
  458. package/build/components/Inputs/FileInput/style.js +41 -0
  459. package/build/components/Inputs/FileInput/type.d.ts +3 -0
  460. package/build/components/Inputs/FileInput/type.js +1 -0
  461. package/build/components/Inputs/Input/Input.d.ts +2 -0
  462. package/build/components/Inputs/Input/Input.js +23 -0
  463. package/build/components/Inputs/Input/index.d.ts +3 -0
  464. package/build/components/Inputs/Input/index.js +2 -0
  465. package/build/components/Inputs/Input/style.d.ts +12 -0
  466. package/build/components/Inputs/Input/style.js +81 -0
  467. package/build/components/Inputs/Input/type.d.ts +10 -0
  468. package/build/components/Inputs/Input/type.js +1 -0
  469. package/build/components/Inputs/SearchInput/SearchInput.d.ts +2 -0
  470. package/build/components/Inputs/SearchInput/SearchInput.js +24 -0
  471. package/build/components/Inputs/SearchInput/index.d.ts +2 -0
  472. package/build/components/Inputs/SearchInput/index.js +2 -0
  473. package/build/components/Inputs/SearchInput/styles.d.ts +3 -0
  474. package/build/components/Inputs/SearchInput/styles.js +17 -0
  475. package/build/components/Inputs/Select/Select.d.ts +2 -0
  476. package/build/components/Inputs/Select/Select.js +66 -0
  477. package/build/components/Inputs/Select/index.d.ts +2 -0
  478. package/build/components/Inputs/Select/index.js +2 -0
  479. package/build/components/Inputs/Select/style.d.ts +1 -0
  480. package/build/components/Inputs/Select/style.js +23 -0
  481. package/build/components/Inputs/Select/type.d.ts +9 -0
  482. package/build/components/Inputs/Select/type.js +1 -0
  483. package/build/components/Inputs/index.d.ts +5 -0
  484. package/build/components/Inputs/index.js +5 -0
  485. package/build/components/JSONViewer/JSONViewer.d.ts +2 -0
  486. package/build/components/JSONViewer/JSONViewer.js +277 -0
  487. package/build/components/JSONViewer/JSONViewerList.d.ts +9 -0
  488. package/build/components/JSONViewer/JSONViewerList.js +10 -0
  489. package/build/components/JSONViewer/components/FooterButton/FooterButton.d.ts +5 -0
  490. package/build/components/JSONViewer/components/FooterButton/FooterButton.js +44 -0
  491. package/build/components/JSONViewer/components/FooterButton/index.d.ts +2 -0
  492. package/build/components/JSONViewer/components/FooterButton/index.js +2 -0
  493. package/build/components/JSONViewer/components/JSONTitleBar/JSONTitleBar.d.ts +5 -0
  494. package/build/components/JSONViewer/components/JSONTitleBar/JSONTitleBar.js +9 -0
  495. package/build/components/JSONViewer/components/JSONTitleBar/index.d.ts +3 -0
  496. package/build/components/JSONViewer/components/JSONTitleBar/index.js +3 -0
  497. package/build/components/JSONViewer/components/JSONTitleBar/type.d.ts +14 -0
  498. package/build/components/JSONViewer/components/JSONTitleBar/type.js +1 -0
  499. package/build/components/JSONViewer/components/index.d.ts +2 -0
  500. package/build/components/JSONViewer/components/index.js +2 -0
  501. package/build/components/JSONViewer/context/Provider.d.ts +6 -0
  502. package/build/components/JSONViewer/context/Provider.js +42 -0
  503. package/build/components/JSONViewer/context/context.d.ts +3 -0
  504. package/build/components/JSONViewer/context/context.js +7 -0
  505. package/build/components/JSONViewer/context/index.d.ts +2 -0
  506. package/build/components/JSONViewer/context/index.js +2 -0
  507. package/build/components/JSONViewer/hooks/index.d.ts +1 -0
  508. package/build/components/JSONViewer/hooks/index.js +1 -0
  509. package/build/components/JSONViewer/hooks/useJsonViewerContext.d.ts +8 -0
  510. package/build/components/JSONViewer/hooks/useJsonViewerContext.js +18 -0
  511. package/build/components/JSONViewer/index.d.ts +7 -0
  512. package/build/components/JSONViewer/index.js +7 -0
  513. package/build/components/JSONViewer/style.d.ts +631 -0
  514. package/build/components/JSONViewer/style.js +176 -0
  515. package/build/components/JSONViewer/type.d.ts +22 -0
  516. package/build/components/JSONViewer/type.js +1 -0
  517. package/build/components/LabeledIconDropdown/LabeledIconDropdown.d.ts +21 -0
  518. package/build/components/LabeledIconDropdown/LabeledIconDropdown.js +51 -0
  519. package/build/components/LabeledIconDropdown/index.d.ts +2 -0
  520. package/build/components/LabeledIconDropdown/index.js +2 -0
  521. package/build/components/LabeledIconDropdown/style.d.ts +39 -0
  522. package/build/components/LabeledIconDropdown/style.js +104 -0
  523. package/build/components/Loader/Loader.d.ts +5 -0
  524. package/build/components/Loader/Loader.js +7 -0
  525. package/build/components/Loader/index.d.ts +2 -0
  526. package/build/components/Loader/index.js +2 -0
  527. package/build/components/Loader/style.d.ts +1 -0
  528. package/build/components/Loader/style.js +15 -0
  529. package/build/components/Loaders/TapLoader.d.ts +13 -0
  530. package/build/components/Loaders/TapLoader.js +29 -0
  531. package/build/components/Loaders/index.d.ts +2 -0
  532. package/build/components/Loaders/index.js +2 -0
  533. package/build/components/MUIThemeProvider/MUIThemeProvider.d.ts +9 -0
  534. package/build/components/MUIThemeProvider/MUIThemeProvider.js +9 -0
  535. package/build/components/MUIThemeProvider/index.d.ts +2 -0
  536. package/build/components/MUIThemeProvider/index.js +2 -0
  537. package/build/components/MainContainer/MainContainer.d.ts +10 -0
  538. package/build/components/MainContainer/MainContainer.js +8 -0
  539. package/build/components/MainContainer/index.d.ts +2 -0
  540. package/build/components/MainContainer/index.js +2 -0
  541. package/build/components/MaskedText/MaskedText.d.ts +3 -0
  542. package/build/components/MaskedText/MaskedText.js +11 -0
  543. package/build/components/MaskedText/index.d.ts +3 -0
  544. package/build/components/MaskedText/index.js +2 -0
  545. package/build/components/MaskedText/type.d.ts +7 -0
  546. package/build/components/MaskedText/type.js +1 -0
  547. package/build/components/Menu/Menu.d.ts +10 -0
  548. package/build/components/Menu/Menu.js +8 -0
  549. package/build/components/Menu/index.d.ts +2 -0
  550. package/build/components/Menu/index.js +2 -0
  551. package/build/components/Menu/style.d.ts +4 -0
  552. package/build/components/Menu/style.js +14 -0
  553. package/build/components/MenuItem/MenuItem.d.ts +10 -0
  554. package/build/components/MenuItem/MenuItem.js +19 -0
  555. package/build/components/MenuItem/index.d.ts +2 -0
  556. package/build/components/MenuItem/index.js +2 -0
  557. package/build/components/MenuItem/style.d.ts +7 -0
  558. package/build/components/MenuItem/style.js +26 -0
  559. package/build/components/MultiSelectDropdownButton/MultiSelectDropdownButton.d.ts +5 -0
  560. package/build/components/MultiSelectDropdownButton/MultiSelectDropdownButton.js +32 -0
  561. package/build/components/MultiSelectDropdownButton/index.d.ts +3 -0
  562. package/build/components/MultiSelectDropdownButton/index.js +3 -0
  563. package/build/components/MultiSelectDropdownButton/style.d.ts +6 -0
  564. package/build/components/MultiSelectDropdownButton/style.js +8 -0
  565. package/build/components/MultiSelectDropdownButton/type.d.ts +12 -0
  566. package/build/components/MultiSelectDropdownButton/type.js +1 -0
  567. package/build/components/MultiSelectStatusButton/MultiSelectStatusButton.d.ts +5 -0
  568. package/build/components/MultiSelectStatusButton/MultiSelectStatusButton.js +100 -0
  569. package/build/components/MultiSelectStatusButton/index.d.ts +3 -0
  570. package/build/components/MultiSelectStatusButton/index.js +2 -0
  571. package/build/components/MultiSelectStatusButton/style.d.ts +41 -0
  572. package/build/components/MultiSelectStatusButton/style.js +77 -0
  573. package/build/components/MultiSelectStatusButton/type.d.ts +14 -0
  574. package/build/components/MultiSelectStatusButton/type.js +1 -0
  575. package/build/components/MultiSelectWithSearch/ChildMenuItem.d.ts +9 -0
  576. package/build/components/MultiSelectWithSearch/ChildMenuItem.js +45 -0
  577. package/build/components/MultiSelectWithSearch/MultiSelectWithSearch.d.ts +3 -0
  578. package/build/components/MultiSelectWithSearch/MultiSelectWithSearch.js +52 -0
  579. package/build/components/MultiSelectWithSearch/ParentMenuItem.d.ts +12 -0
  580. package/build/components/MultiSelectWithSearch/ParentMenuItem.js +27 -0
  581. package/build/components/MultiSelectWithSearch/index.d.ts +5 -0
  582. package/build/components/MultiSelectWithSearch/index.js +4 -0
  583. package/build/components/MultiSelectWithSearch/style.d.ts +36 -0
  584. package/build/components/MultiSelectWithSearch/style.js +88 -0
  585. package/build/components/MultiSelectWithSearch/type.d.ts +19 -0
  586. package/build/components/MultiSelectWithSearch/type.js +1 -0
  587. package/build/components/MultiSelectWithSearch/utils.d.ts +2 -0
  588. package/build/components/MultiSelectWithSearch/utils.js +12 -0
  589. package/build/components/NestedDropdown/Dropdown.d.ts +5 -0
  590. package/build/components/NestedDropdown/Dropdown.js +57 -0
  591. package/build/components/NestedDropdown/NestedDropdown.d.ts +16 -0
  592. package/build/components/NestedDropdown/NestedDropdown.js +38 -0
  593. package/build/components/NestedDropdown/NestedMenuItem.d.ts +16 -0
  594. package/build/components/NestedDropdown/NestedMenuItem.js +50 -0
  595. package/build/components/NestedDropdown/index.d.ts +5 -0
  596. package/build/components/NestedDropdown/index.js +5 -0
  597. package/build/components/NestedDropdown/styles.d.ts +36 -0
  598. package/build/components/NestedDropdown/styles.js +100 -0
  599. package/build/components/NestedDropdown/types.d.ts +18 -0
  600. package/build/components/NestedDropdown/types.js +1 -0
  601. package/build/components/NoInternet/NoInternet.d.ts +5 -0
  602. package/build/components/NoInternet/NoInternet.js +6 -0
  603. package/build/components/NoInternet/index.d.ts +2 -0
  604. package/build/components/NoInternet/index.js +2 -0
  605. package/build/components/NoInternet/style.d.ts +10 -0
  606. package/build/components/NoInternet/style.js +32 -0
  607. package/build/components/Notifications/Notifications.d.ts +1 -0
  608. package/build/components/Notifications/Notifications.js +12 -0
  609. package/build/components/Notifications/index.d.ts +2 -0
  610. package/build/components/Notifications/index.js +2 -0
  611. package/build/components/Notifications/style.d.ts +4 -0
  612. package/build/components/Notifications/style.js +15 -0
  613. package/build/components/OTPInput/OTPInput.d.ts +10 -0
  614. package/build/components/OTPInput/OTPInput.js +36 -0
  615. package/build/components/OTPInput/index.d.ts +2 -0
  616. package/build/components/OTPInput/index.js +2 -0
  617. package/build/components/OTPInput/style.d.ts +22 -0
  618. package/build/components/OTPInput/style.js +28 -0
  619. package/build/components/ProgressBar/ProgressBar.d.ts +5 -0
  620. package/build/components/ProgressBar/ProgressBar.js +6 -0
  621. package/build/components/ProgressBar/index.d.ts +2 -0
  622. package/build/components/ProgressBar/index.js +2 -0
  623. package/build/components/ProgressBar/style.d.ts +17 -0
  624. package/build/components/ProgressBar/style.js +19 -0
  625. package/build/components/ProgressRing/LoadingSkeleton.d.ts +1 -0
  626. package/build/components/ProgressRing/LoadingSkeleton.js +6 -0
  627. package/build/components/ProgressRing/ProgressRing.d.ts +9 -0
  628. package/build/components/ProgressRing/ProgressRing.js +17 -0
  629. package/build/components/ProgressRing/index.d.ts +2 -0
  630. package/build/components/ProgressRing/index.js +2 -0
  631. package/build/components/ProgressRing/style.d.ts +19 -0
  632. package/build/components/ProgressRing/style.js +37 -0
  633. package/build/components/RFH/Forms/DefaultForm.d.ts +10 -0
  634. package/build/components/RFH/Forms/DefaultForm.js +7 -0
  635. package/build/components/RFH/Forms/index.d.ts +2 -0
  636. package/build/components/RFH/Forms/index.js +1 -0
  637. package/build/components/RFH/Inputs/AmountInput/AmountInput.d.ts +6 -0
  638. package/build/components/RFH/Inputs/AmountInput/AmountInput.js +35 -0
  639. package/build/components/RFH/Inputs/AmountInput/index.d.ts +3 -0
  640. package/build/components/RFH/Inputs/AmountInput/index.js +3 -0
  641. package/build/components/RFH/Inputs/AmountInput/type.d.ts +5 -0
  642. package/build/components/RFH/Inputs/AmountInput/type.js +1 -0
  643. package/build/components/RFH/Inputs/AmountInput/utils.d.ts +1 -0
  644. package/build/components/RFH/Inputs/AmountInput/utils.js +3 -0
  645. package/build/components/RFH/Inputs/FormInput/FormInput.d.ts +12 -0
  646. package/build/components/RFH/Inputs/FormInput/FormInput.js +27 -0
  647. package/build/components/RFH/Inputs/FormInput/index.d.ts +3 -0
  648. package/build/components/RFH/Inputs/FormInput/index.js +2 -0
  649. package/build/components/RFH/Inputs/FormSelect/FormSelect.d.ts +8 -0
  650. package/build/components/RFH/Inputs/FormSelect/FormSelect.js +25 -0
  651. package/build/components/RFH/Inputs/FormSelect/index.d.ts +4 -0
  652. package/build/components/RFH/Inputs/FormSelect/index.js +2 -0
  653. package/build/components/RFH/Inputs/FormSelect/type.d.ts +6 -0
  654. package/build/components/RFH/Inputs/FormSelect/type.js +1 -0
  655. package/build/components/RFH/Inputs/MultiSelect/MultiSelect.d.ts +6 -0
  656. package/build/components/RFH/Inputs/MultiSelect/MultiSelect.js +43 -0
  657. package/build/components/RFH/Inputs/MultiSelect/index.d.ts +2 -0
  658. package/build/components/RFH/Inputs/MultiSelect/index.js +2 -0
  659. package/build/components/RFH/Inputs/MultiSelect/style.d.ts +1 -0
  660. package/build/components/RFH/Inputs/MultiSelect/style.js +9 -0
  661. package/build/components/RFH/Inputs/PhoneInput/PhoneInput.d.ts +10 -0
  662. package/build/components/RFH/Inputs/PhoneInput/PhoneInput.js +30 -0
  663. package/build/components/RFH/Inputs/PhoneInput/index.d.ts +2 -0
  664. package/build/components/RFH/Inputs/PhoneInput/index.js +2 -0
  665. package/build/components/RFH/Inputs/SelectWithAccordion/SelectWithAccordion.d.ts +3 -0
  666. package/build/components/RFH/Inputs/SelectWithAccordion/SelectWithAccordion.js +62 -0
  667. package/build/components/RFH/Inputs/SelectWithAccordion/index.d.ts +4 -0
  668. package/build/components/RFH/Inputs/SelectWithAccordion/index.js +2 -0
  669. package/build/components/RFH/Inputs/SelectWithAccordion/style.d.ts +34 -0
  670. package/build/components/RFH/Inputs/SelectWithAccordion/style.js +70 -0
  671. package/build/components/RFH/Inputs/SelectWithAccordion/type.d.ts +7 -0
  672. package/build/components/RFH/Inputs/SelectWithAccordion/type.js +1 -0
  673. package/build/components/RFH/Inputs/Switch/Switch.d.ts +11 -0
  674. package/build/components/RFH/Inputs/Switch/Switch.js +22 -0
  675. package/build/components/RFH/Inputs/Switch/index.d.ts +2 -0
  676. package/build/components/RFH/Inputs/Switch/index.js +2 -0
  677. package/build/components/RFH/Inputs/index.d.ts +7 -0
  678. package/build/components/RFH/Inputs/index.js +7 -0
  679. package/build/components/RFH/hooks/index.d.ts +1 -0
  680. package/build/components/RFH/hooks/index.js +1 -0
  681. package/build/components/RFH/hooks/useRFHForm.d.ts +2 -0
  682. package/build/components/RFH/hooks/useRFHForm.js +2 -0
  683. package/build/components/RFH/index.d.ts +3 -0
  684. package/build/components/RFH/index.js +3 -0
  685. package/build/components/RangeCalender/RangeCalender.d.ts +20 -0
  686. package/build/components/RangeCalender/RangeCalender.js +92 -0
  687. package/build/components/RangeCalender/components/CustomTimepicker/CustomTimepicker.d.ts +11 -0
  688. package/build/components/RangeCalender/components/CustomTimepicker/CustomTimepicker.js +33 -0
  689. package/build/components/RangeCalender/components/CustomTimepicker/index.d.ts +2 -0
  690. package/build/components/RangeCalender/components/CustomTimepicker/index.js +2 -0
  691. package/build/components/RangeCalender/components/CustomTimepicker/style.d.ts +15 -0
  692. package/build/components/RangeCalender/components/CustomTimepicker/style.js +132 -0
  693. package/build/components/RangeCalender/components/GroupBy/GroupBy.d.ts +10 -0
  694. package/build/components/RangeCalender/components/GroupBy/GroupBy.js +33 -0
  695. package/build/components/RangeCalender/components/GroupBy/index.d.ts +2 -0
  696. package/build/components/RangeCalender/components/GroupBy/index.js +2 -0
  697. package/build/components/RangeCalender/components/GroupBy/style.d.ts +15 -0
  698. package/build/components/RangeCalender/components/GroupBy/style.js +39 -0
  699. package/build/components/RangeCalender/components/Hijri/Hijri.d.ts +7 -0
  700. package/build/components/RangeCalender/components/Hijri/Hijri.js +13 -0
  701. package/build/components/RangeCalender/components/Hijri/index.d.ts +2 -0
  702. package/build/components/RangeCalender/components/Hijri/index.js +2 -0
  703. package/build/components/RangeCalender/components/Hijri/style.d.ts +4 -0
  704. package/build/components/RangeCalender/components/Hijri/style.js +25 -0
  705. package/build/components/RangeCalender/components/QuickFilters/QuickFilters.d.ts +8 -0
  706. package/build/components/RangeCalender/components/QuickFilters/QuickFilters.js +47 -0
  707. package/build/components/RangeCalender/components/QuickFilters/index.d.ts +2 -0
  708. package/build/components/RangeCalender/components/QuickFilters/index.js +2 -0
  709. package/build/components/RangeCalender/components/QuickFilters/style.d.ts +7 -0
  710. package/build/components/RangeCalender/components/QuickFilters/style.js +27 -0
  711. package/build/components/RangeCalender/components/RangeDatepicker/RangeDatepicker.d.ts +12 -0
  712. package/build/components/RangeCalender/components/RangeDatepicker/RangeDatepicker.js +29 -0
  713. package/build/components/RangeCalender/components/RangeDatepicker/index.d.ts +2 -0
  714. package/build/components/RangeCalender/components/RangeDatepicker/index.js +2 -0
  715. package/build/components/RangeCalender/components/RangeDatepicker/style.d.ts +4 -0
  716. package/build/components/RangeCalender/components/RangeDatepicker/style.js +9 -0
  717. package/build/components/RangeCalender/components/Timezone/Timezone.d.ts +11 -0
  718. package/build/components/RangeCalender/components/Timezone/Timezone.js +32 -0
  719. package/build/components/RangeCalender/components/Timezone/components/EntitiesTimezone.d.ts +12 -0
  720. package/build/components/RangeCalender/components/Timezone/components/EntitiesTimezone.js +37 -0
  721. package/build/components/RangeCalender/components/Timezone/components/UserTimezone.d.ts +8 -0
  722. package/build/components/RangeCalender/components/Timezone/components/UserTimezone.js +14 -0
  723. package/build/components/RangeCalender/components/Timezone/index.d.ts +2 -0
  724. package/build/components/RangeCalender/components/Timezone/index.js +2 -0
  725. package/build/components/RangeCalender/components/Timezone/style.d.ts +21 -0
  726. package/build/components/RangeCalender/components/Timezone/style.js +61 -0
  727. package/build/components/RangeCalender/index.d.ts +2 -0
  728. package/build/components/RangeCalender/index.js +2 -0
  729. package/build/components/RangeCalender/style.d.ts +33 -0
  730. package/build/components/RangeCalender/style.js +189 -0
  731. package/build/components/RangeCalender/type.d.ts +2 -0
  732. package/build/components/RangeCalender/type.js +1 -0
  733. package/build/components/RangeCalender/utils.d.ts +6 -0
  734. package/build/components/RangeCalender/utils.js +15 -0
  735. package/build/components/ResizableHeightInput/ResizableHeightInput.d.ts +11 -0
  736. package/build/components/ResizableHeightInput/ResizableHeightInput.js +24 -0
  737. package/build/components/ResizableHeightInput/index.d.ts +2 -0
  738. package/build/components/ResizableHeightInput/index.js +2 -0
  739. package/build/components/ResizableHeightInput/style.d.ts +7 -0
  740. package/build/components/ResizableHeightInput/style.js +12 -0
  741. package/build/components/Routes/PrivateRoute.d.ts +8 -0
  742. package/build/components/Routes/PrivateRoute.js +10 -0
  743. package/build/components/Routes/PublicRoute.d.ts +7 -0
  744. package/build/components/Routes/PublicRoute.js +6 -0
  745. package/build/components/Routes/index.d.ts +3 -0
  746. package/build/components/Routes/index.js +3 -0
  747. package/build/components/Sandbox/Sandbox.d.ts +11 -0
  748. package/build/components/Sandbox/Sandbox.js +10 -0
  749. package/build/components/Sandbox/index.d.ts +2 -0
  750. package/build/components/Sandbox/index.js +2 -0
  751. package/build/components/Sandbox/style.d.ts +22 -0
  752. package/build/components/Sandbox/style.js +58 -0
  753. package/build/components/SearchButton/SearchButton.d.ts +9 -0
  754. package/build/components/SearchButton/SearchButton.js +57 -0
  755. package/build/components/SearchButton/index.d.ts +2 -0
  756. package/build/components/SearchButton/index.js +2 -0
  757. package/build/components/SearchButton/styles.d.ts +571 -0
  758. package/build/components/SearchButton/styles.js +44 -0
  759. package/build/components/SelectDropdown/SelectDropdown.d.ts +16 -0
  760. package/build/components/SelectDropdown/SelectDropdown.js +17 -0
  761. package/build/components/SelectDropdown/index.d.ts +2 -0
  762. package/build/components/SelectDropdown/index.js +2 -0
  763. package/build/components/SelectDropdown/style.d.ts +17 -0
  764. package/build/components/SelectDropdown/style.js +18 -0
  765. package/build/components/SelectWithSearch/SelectWithSearch.d.ts +3 -0
  766. package/build/components/SelectWithSearch/SelectWithSearch.js +60 -0
  767. package/build/components/SelectWithSearch/index.d.ts +4 -0
  768. package/build/components/SelectWithSearch/index.js +3 -0
  769. package/build/components/SelectWithSearch/style.d.ts +32 -0
  770. package/build/components/SelectWithSearch/style.js +70 -0
  771. package/build/components/SelectWithSearch/type.d.ts +18 -0
  772. package/build/components/SelectWithSearch/type.js +1 -0
  773. package/build/components/SimpleDialog/SimpleDialog.d.ts +2 -0
  774. package/build/components/SimpleDialog/SimpleDialog.js +9 -0
  775. package/build/components/SimpleDialog/index.d.ts +3 -0
  776. package/build/components/SimpleDialog/index.js +2 -0
  777. package/build/components/SimpleDialog/style.d.ts +2 -0
  778. package/build/components/SimpleDialog/style.js +13 -0
  779. package/build/components/SimpleDialog/type.d.ts +8 -0
  780. package/build/components/SimpleDialog/type.js +1 -0
  781. package/build/components/Skeleton/Skeleton.d.ts +5 -0
  782. package/build/components/Skeleton/Skeleton.js +19 -0
  783. package/build/components/Skeleton/index.d.ts +2 -0
  784. package/build/components/Skeleton/index.js +2 -0
  785. package/build/components/SplashScreen/SplashScreen.d.ts +4 -0
  786. package/build/components/SplashScreen/SplashScreen.js +17 -0
  787. package/build/components/SplashScreen/index.d.ts +2 -0
  788. package/build/components/SplashScreen/index.js +2 -0
  789. package/build/components/StatusBar/StatusBar.d.ts +17 -0
  790. package/build/components/StatusBar/StatusBar.js +68 -0
  791. package/build/components/StatusBar/index.d.ts +2 -0
  792. package/build/components/StatusBar/index.js +2 -0
  793. package/build/components/StatusBar/type.d.ts +5 -0
  794. package/build/components/StatusBar/type.js +1 -0
  795. package/build/components/StatusButton/ChevronIcon.d.ts +2 -0
  796. package/build/components/StatusButton/ChevronIcon.js +18 -0
  797. package/build/components/StatusButton/StatusButton.d.ts +4 -0
  798. package/build/components/StatusButton/StatusButton.js +74 -0
  799. package/build/components/StatusButton/constant.d.ts +21 -0
  800. package/build/components/StatusButton/constant.js +22 -0
  801. package/build/components/StatusButton/index.d.ts +4 -0
  802. package/build/components/StatusButton/index.js +3 -0
  803. package/build/components/StatusButton/style.d.ts +39 -0
  804. package/build/components/StatusButton/style.js +81 -0
  805. package/build/components/StatusButton/type.d.ts +24 -0
  806. package/build/components/StatusButton/type.js +1 -0
  807. package/build/components/StatusButtons/StatusButtons.d.ts +11 -0
  808. package/build/components/StatusButtons/StatusButtons.js +38 -0
  809. package/build/components/StatusChip/StatusChip.d.ts +4 -0
  810. package/build/components/StatusChip/StatusChip.js +19 -0
  811. package/build/components/StatusChip/index.d.ts +3 -0
  812. package/build/components/StatusChip/index.js +2 -0
  813. package/build/components/StatusChip/style.d.ts +14 -0
  814. package/build/components/StatusChip/style.js +32 -0
  815. package/build/components/StatusChip/type.d.ts +9 -0
  816. package/build/components/StatusChip/type.js +1 -0
  817. package/build/components/StatusIcons/AgreementIcon/AgreementIcon.d.ts +3 -0
  818. package/build/components/StatusIcons/AgreementIcon/AgreementIcon.js +34 -0
  819. package/build/components/StatusIcons/AgreementIcon/constant.d.ts +54 -0
  820. package/build/components/StatusIcons/AgreementIcon/constant.js +32 -0
  821. package/build/components/StatusIcons/AgreementIcon/index.d.ts +3 -0
  822. package/build/components/StatusIcons/AgreementIcon/index.js +3 -0
  823. package/build/components/StatusIcons/AgreementIcon/style.d.ts +7 -0
  824. package/build/components/StatusIcons/AgreementIcon/style.js +37 -0
  825. package/build/components/StatusIcons/AgreementIcon/type.d.ts +9 -0
  826. package/build/components/StatusIcons/AgreementIcon/type.js +1 -0
  827. package/build/components/StatusIcons/AuthIcons/AuthIcons.d.ts +3 -0
  828. package/build/components/StatusIcons/AuthIcons/AuthIcons.js +45 -0
  829. package/build/components/StatusIcons/AuthIcons/constants.d.ts +23 -0
  830. package/build/components/StatusIcons/AuthIcons/constants.js +30 -0
  831. package/build/components/StatusIcons/AuthIcons/index.d.ts +3 -0
  832. package/build/components/StatusIcons/AuthIcons/index.js +3 -0
  833. package/build/components/StatusIcons/AuthIcons/style.d.ts +536 -0
  834. package/build/components/StatusIcons/AuthIcons/style.js +61 -0
  835. package/build/components/StatusIcons/AuthIcons/type.d.ts +30 -0
  836. package/build/components/StatusIcons/AuthIcons/type.js +14 -0
  837. package/build/components/StatusIcons/AuthIcons/utils.d.ts +1 -0
  838. package/build/components/StatusIcons/AuthIcons/utils.js +8 -0
  839. package/build/components/StatusIcons/AuthorizationAutoIcons/CaptureAutoIcon.d.ts +3 -0
  840. package/build/components/StatusIcons/AuthorizationAutoIcons/CaptureAutoIcon.js +62 -0
  841. package/build/components/StatusIcons/AuthorizationAutoIcons/VoidAutoIcon.d.ts +3 -0
  842. package/build/components/StatusIcons/AuthorizationAutoIcons/VoidAutoIcon.js +65 -0
  843. package/build/components/StatusIcons/AuthorizationAutoIcons/constant.d.ts +8 -0
  844. package/build/components/StatusIcons/AuthorizationAutoIcons/constant.js +5 -0
  845. package/build/components/StatusIcons/AuthorizationAutoIcons/index.d.ts +4 -0
  846. package/build/components/StatusIcons/AuthorizationAutoIcons/index.js +4 -0
  847. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +280 -0
  848. package/build/components/StatusIcons/AuthorizationAutoIcons/style.js +58 -0
  849. package/build/components/StatusIcons/AuthorizationAutoIcons/type.d.ts +14 -0
  850. package/build/components/StatusIcons/AuthorizationAutoIcons/type.js +1 -0
  851. package/build/components/StatusIcons/AuthorizationAutoIcons/utils.d.ts +1 -0
  852. package/build/components/StatusIcons/AuthorizationAutoIcons/utils.js +9 -0
  853. package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.d.ts +11 -0
  854. package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.js +15 -0
  855. package/build/components/StatusIcons/AuthorizedIcon/index.d.ts +1 -0
  856. package/build/components/StatusIcons/AuthorizedIcon/index.js +1 -0
  857. package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.d.ts +22 -0
  858. package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.js +59 -0
  859. package/build/components/StatusIcons/ChargeStatusIcon/index.d.ts +1 -0
  860. package/build/components/StatusIcons/ChargeStatusIcon/index.js +1 -0
  861. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +1631 -0
  862. package/build/components/StatusIcons/ChargeStatusIcon/style.js +113 -0
  863. package/build/components/StatusIcons/CustomerInitiated/CustomerInitiatedIcon.d.ts +1 -0
  864. package/build/components/StatusIcons/CustomerInitiated/CustomerInitiatedIcon.js +11 -0
  865. package/build/components/StatusIcons/CustomerInitiated/index.d.ts +1 -0
  866. package/build/components/StatusIcons/CustomerInitiated/index.js +1 -0
  867. package/build/components/StatusIcons/DestinationIcon/DestinationIcon.d.ts +5 -0
  868. package/build/components/StatusIcons/DestinationIcon/DestinationIcon.js +14 -0
  869. package/build/components/StatusIcons/DestinationIcon/constant.d.ts +18 -0
  870. package/build/components/StatusIcons/DestinationIcon/constant.js +7 -0
  871. package/build/components/StatusIcons/DestinationIcon/index.d.ts +1 -0
  872. package/build/components/StatusIcons/DestinationIcon/index.js +1 -0
  873. package/build/components/StatusIcons/DestinationIcon/style.d.ts +4 -0
  874. package/build/components/StatusIcons/DestinationIcon/style.js +20 -0
  875. package/build/components/StatusIcons/DeviceIcon/DeviceIcon.d.ts +10 -0
  876. package/build/components/StatusIcons/DeviceIcon/DeviceIcon.js +7 -0
  877. package/build/components/StatusIcons/DeviceIcon/index.d.ts +1 -0
  878. package/build/components/StatusIcons/DeviceIcon/index.js +1 -0
  879. package/build/components/StatusIcons/DisputeIcon/DisputeIcon.d.ts +7 -0
  880. package/build/components/StatusIcons/DisputeIcon/DisputeIcon.js +9 -0
  881. package/build/components/StatusIcons/DisputeIcon/index.d.ts +1 -0
  882. package/build/components/StatusIcons/DisputeIcon/index.js +1 -0
  883. package/build/components/StatusIcons/GeographyIcon/GeographyIcon.d.ts +5 -0
  884. package/build/components/StatusIcons/GeographyIcon/GeographyIcon.js +19 -0
  885. package/build/components/StatusIcons/GeographyIcon/index.d.ts +1 -0
  886. package/build/components/StatusIcons/GeographyIcon/index.js +1 -0
  887. package/build/components/StatusIcons/GeographyIcon/style.d.ts +7 -0
  888. package/build/components/StatusIcons/GeographyIcon/style.js +23 -0
  889. package/build/components/StatusIcons/IssuerIcon/IssuerIcon.d.ts +2 -0
  890. package/build/components/StatusIcons/IssuerIcon/IssuerIcon.js +9 -0
  891. package/build/components/StatusIcons/IssuerIcon/index.d.ts +3 -0
  892. package/build/components/StatusIcons/IssuerIcon/index.js +3 -0
  893. package/build/components/StatusIcons/IssuerIcon/style.d.ts +8 -0
  894. package/build/components/StatusIcons/IssuerIcon/style.js +10 -0
  895. package/build/components/StatusIcons/IssuerIcon/type.d.ts +8 -0
  896. package/build/components/StatusIcons/IssuerIcon/type.js +1 -0
  897. package/build/components/StatusIcons/PayoutIcon/PayoutIcon.d.ts +12 -0
  898. package/build/components/StatusIcons/PayoutIcon/PayoutIcon.js +17 -0
  899. package/build/components/StatusIcons/PayoutIcon/index.d.ts +1 -0
  900. package/build/components/StatusIcons/PayoutIcon/index.js +1 -0
  901. package/build/components/StatusIcons/RefundIcon/RefundIcon.d.ts +11 -0
  902. package/build/components/StatusIcons/RefundIcon/RefundIcon.js +51 -0
  903. package/build/components/StatusIcons/RefundIcon/index.d.ts +2 -0
  904. package/build/components/StatusIcons/RefundIcon/index.js +2 -0
  905. package/build/components/StatusIcons/SourceIcons/SourceIcons.d.ts +2 -0
  906. package/build/components/StatusIcons/SourceIcons/SourceIcons.js +38 -0
  907. package/build/components/StatusIcons/SourceIcons/components/SourceIcon.d.ts +5 -0
  908. package/build/components/StatusIcons/SourceIcons/components/SourceIcon.js +13 -0
  909. package/build/components/StatusIcons/SourceIcons/components/index.d.ts +1 -0
  910. package/build/components/StatusIcons/SourceIcons/components/index.js +1 -0
  911. package/build/components/StatusIcons/SourceIcons/index.d.ts +2 -0
  912. package/build/components/StatusIcons/SourceIcons/index.js +2 -0
  913. package/build/components/StatusIcons/SourceIcons/style.d.ts +271 -0
  914. package/build/components/StatusIcons/SourceIcons/style.js +57 -0
  915. package/build/components/StatusIcons/SourceIcons/type.d.ts +9 -0
  916. package/build/components/StatusIcons/SourceIcons/type.js +1 -0
  917. package/build/components/StatusIcons/SourceIcons/utils.d.ts +1 -0
  918. package/build/components/StatusIcons/SourceIcons/utils.js +8 -0
  919. package/build/components/StatusIcons/index.d.ts +14 -0
  920. package/build/components/StatusIcons/index.js +14 -0
  921. package/build/components/StatusLabel/StatusLabel.d.ts +8 -0
  922. package/build/components/StatusLabel/StatusLabel.js +10 -0
  923. package/build/components/StatusLabel/index.d.ts +2 -0
  924. package/build/components/StatusLabel/index.js +2 -0
  925. package/build/components/StatusLabel/style.d.ts +9 -0
  926. package/build/components/StatusLabel/style.js +20 -0
  927. package/build/components/TableCells/CustomCells/ActionCell/ActionCell.d.ts +10 -0
  928. package/build/components/TableCells/CustomCells/ActionCell/ActionCell.js +96 -0
  929. package/build/components/TableCells/CustomCells/ActionCell/components/ActionIconsVariants.d.ts +13 -0
  930. package/build/components/TableCells/CustomCells/ActionCell/components/ActionIconsVariants.js +21 -0
  931. package/build/components/TableCells/CustomCells/ActionCell/components/index.d.ts +1 -0
  932. package/build/components/TableCells/CustomCells/ActionCell/components/index.js +1 -0
  933. package/build/components/TableCells/CustomCells/ActionCell/constant.d.ts +31 -0
  934. package/build/components/TableCells/CustomCells/ActionCell/constant.js +27 -0
  935. package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +31 -0
  936. package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.js +37 -0
  937. package/build/components/TableCells/CustomCells/ActionCell/index.d.ts +3 -0
  938. package/build/components/TableCells/CustomCells/ActionCell/index.js +3 -0
  939. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +287 -0
  940. package/build/components/TableCells/CustomCells/ActionCell/style.js +29 -0
  941. package/build/components/TableCells/CustomCells/ActionCell/type.d.ts +3 -0
  942. package/build/components/TableCells/CustomCells/ActionCell/type.js +1 -0
  943. package/build/components/TableCells/CustomCells/AgreementCell/AgreementCell.d.ts +3 -0
  944. package/build/components/TableCells/CustomCells/AgreementCell/AgreementCell.js +52 -0
  945. package/build/components/TableCells/CustomCells/AgreementCell/constant.d.ts +54 -0
  946. package/build/components/TableCells/CustomCells/AgreementCell/constant.js +32 -0
  947. package/build/components/TableCells/CustomCells/AgreementCell/index.d.ts +2 -0
  948. package/build/components/TableCells/CustomCells/AgreementCell/index.js +2 -0
  949. package/build/components/TableCells/CustomCells/AgreementCell/style.d.ts +7 -0
  950. package/build/components/TableCells/CustomCells/AgreementCell/style.js +37 -0
  951. package/build/components/TableCells/CustomCells/AgreementCell/type.d.ts +9 -0
  952. package/build/components/TableCells/CustomCells/AgreementCell/type.js +1 -0
  953. package/build/components/TableCells/CustomCells/AmountCell/AmountCell.d.ts +3 -0
  954. package/build/components/TableCells/CustomCells/AmountCell/AmountCell.js +26 -0
  955. package/build/components/TableCells/CustomCells/AmountCell/AmountConversionTooltipLabel.d.ts +11 -0
  956. package/build/components/TableCells/CustomCells/AmountCell/AmountConversionTooltipLabel.js +15 -0
  957. package/build/components/TableCells/CustomCells/AmountCell/index.d.ts +3 -0
  958. package/build/components/TableCells/CustomCells/AmountCell/index.js +3 -0
  959. package/build/components/TableCells/CustomCells/AmountCell/style.d.ts +15 -0
  960. package/build/components/TableCells/CustomCells/AmountCell/style.js +43 -0
  961. package/build/components/TableCells/CustomCells/ApplicationStatusCell/ApplicationStatusCell.d.ts +2 -0
  962. package/build/components/TableCells/CustomCells/ApplicationStatusCell/ApplicationStatusCell.js +22 -0
  963. package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.d.ts +2 -0
  964. package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.js +2 -0
  965. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +5 -0
  966. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.js +22 -0
  967. package/build/components/TableCells/CustomCells/ApplicationStatusCell/type.d.ts +7 -0
  968. package/build/components/TableCells/CustomCells/ApplicationStatusCell/type.js +1 -0
  969. package/build/components/TableCells/CustomCells/AppsCell/AppsCell.d.ts +2 -0
  970. package/build/components/TableCells/CustomCells/AppsCell/AppsCell.js +25 -0
  971. package/build/components/TableCells/CustomCells/AppsCell/index.d.ts +2 -0
  972. package/build/components/TableCells/CustomCells/AppsCell/index.js +2 -0
  973. package/build/components/TableCells/CustomCells/AppsCell/type.d.ts +7 -0
  974. package/build/components/TableCells/CustomCells/AppsCell/type.js +1 -0
  975. package/build/components/TableCells/CustomCells/AuthCell/AuthCell.d.ts +3 -0
  976. package/build/components/TableCells/CustomCells/AuthCell/AuthCell.js +30 -0
  977. package/build/components/TableCells/CustomCells/AuthCell/index.d.ts +2 -0
  978. package/build/components/TableCells/CustomCells/AuthCell/index.js +2 -0
  979. package/build/components/TableCells/CustomCells/AuthCell/style.d.ts +3 -0
  980. package/build/components/TableCells/CustomCells/AuthCell/style.js +15 -0
  981. package/build/components/TableCells/CustomCells/AuthCell/type.d.ts +6 -0
  982. package/build/components/TableCells/CustomCells/AuthCell/type.js +1 -0
  983. package/build/components/TableCells/CustomCells/AuthenticationCell/AuthenticationCell.d.ts +3 -0
  984. package/build/components/TableCells/CustomCells/AuthenticationCell/AuthenticationCell.js +66 -0
  985. package/build/components/TableCells/CustomCells/AuthenticationCell/constant.d.ts +49 -0
  986. package/build/components/TableCells/CustomCells/AuthenticationCell/constant.js +50 -0
  987. package/build/components/TableCells/CustomCells/AuthenticationCell/index.d.ts +2 -0
  988. package/build/components/TableCells/CustomCells/AuthenticationCell/index.js +2 -0
  989. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +555 -0
  990. package/build/components/TableCells/CustomCells/AuthenticationCell/style.js +65 -0
  991. package/build/components/TableCells/CustomCells/AuthenticationCell/type.d.ts +8 -0
  992. package/build/components/TableCells/CustomCells/AuthenticationCell/type.js +1 -0
  993. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/AuthenticationStatusCell.d.ts +3 -0
  994. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/AuthenticationStatusCell.js +31 -0
  995. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/constant.d.ts +29 -0
  996. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/constant.js +18 -0
  997. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.d.ts +2 -0
  998. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.js +1 -0
  999. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +1314 -0
  1000. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.js +57 -0
  1001. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/type.d.ts +15 -0
  1002. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/type.js +1 -0
  1003. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/AuthenticationTypeCell.d.ts +3 -0
  1004. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/AuthenticationTypeCell.js +24 -0
  1005. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/constant.d.ts +8 -0
  1006. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/constant.js +9 -0
  1007. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.d.ts +2 -0
  1008. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.js +1 -0
  1009. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +1314 -0
  1010. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.js +57 -0
  1011. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/type.d.ts +6 -0
  1012. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/type.js +1 -0
  1013. package/build/components/TableCells/CustomCells/AvatarCell/AvatarCell.d.ts +2 -0
  1014. package/build/components/TableCells/CustomCells/AvatarCell/AvatarCell.js +36 -0
  1015. package/build/components/TableCells/CustomCells/AvatarCell/index.d.ts +2 -0
  1016. package/build/components/TableCells/CustomCells/AvatarCell/index.js +2 -0
  1017. package/build/components/TableCells/CustomCells/AvatarCell/type.d.ts +8 -0
  1018. package/build/components/TableCells/CustomCells/AvatarCell/type.js +1 -0
  1019. package/build/components/TableCells/CustomCells/BalanceCell/BalanceCell.d.ts +3 -0
  1020. package/build/components/TableCells/CustomCells/BalanceCell/BalanceCell.js +70 -0
  1021. package/build/components/TableCells/CustomCells/BalanceCell/index.d.ts +2 -0
  1022. package/build/components/TableCells/CustomCells/BalanceCell/index.js +2 -0
  1023. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +270 -0
  1024. package/build/components/TableCells/CustomCells/BalanceCell/style.js +39 -0
  1025. package/build/components/TableCells/CustomCells/BalanceCell/type.d.ts +8 -0
  1026. package/build/components/TableCells/CustomCells/BalanceCell/type.js +1 -0
  1027. package/build/components/TableCells/CustomCells/BalanceCell/utils.d.ts +1 -0
  1028. package/build/components/TableCells/CustomCells/BalanceCell/utils.js +9 -0
  1029. package/build/components/TableCells/CustomCells/BankCell/BankCell.d.ts +3 -0
  1030. package/build/components/TableCells/CustomCells/BankCell/BankCell.js +30 -0
  1031. package/build/components/TableCells/CustomCells/BankCell/index.d.ts +2 -0
  1032. package/build/components/TableCells/CustomCells/BankCell/index.js +2 -0
  1033. package/build/components/TableCells/CustomCells/BankCell/style.d.ts +6 -0
  1034. package/build/components/TableCells/CustomCells/BankCell/style.js +37 -0
  1035. package/build/components/TableCells/CustomCells/BankCell/type.d.ts +6 -0
  1036. package/build/components/TableCells/CustomCells/BankCell/type.js +1 -0
  1037. package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.d.ts +5 -0
  1038. package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.js +10 -0
  1039. package/build/components/TableCells/CustomCells/BankReferenceCell/index.d.ts +1 -0
  1040. package/build/components/TableCells/CustomCells/BankReferenceCell/index.js +1 -0
  1041. package/build/components/TableCells/CustomCells/BankReferenceCell/style.d.ts +4 -0
  1042. package/build/components/TableCells/CustomCells/BankReferenceCell/style.js +14 -0
  1043. package/build/components/TableCells/CustomCells/BrandCell/BrandCell.d.ts +3 -0
  1044. package/build/components/TableCells/CustomCells/BrandCell/BrandCell.js +27 -0
  1045. package/build/components/TableCells/CustomCells/BrandCell/index.d.ts +2 -0
  1046. package/build/components/TableCells/CustomCells/BrandCell/index.js +2 -0
  1047. package/build/components/TableCells/CustomCells/BrandCell/style.d.ts +4 -0
  1048. package/build/components/TableCells/CustomCells/BrandCell/style.js +20 -0
  1049. package/build/components/TableCells/CustomCells/BrandCell/type.d.ts +5 -0
  1050. package/build/components/TableCells/CustomCells/BrandCell/type.js +1 -0
  1051. package/build/components/TableCells/CustomCells/BrandsCell/BrandsCell.d.ts +2 -0
  1052. package/build/components/TableCells/CustomCells/BrandsCell/BrandsCell.js +28 -0
  1053. package/build/components/TableCells/CustomCells/BrandsCell/constants.d.ts +6 -0
  1054. package/build/components/TableCells/CustomCells/BrandsCell/constants.js +7 -0
  1055. package/build/components/TableCells/CustomCells/BrandsCell/index.d.ts +2 -0
  1056. package/build/components/TableCells/CustomCells/BrandsCell/index.js +2 -0
  1057. package/build/components/TableCells/CustomCells/BrandsCell/style.d.ts +5 -0
  1058. package/build/components/TableCells/CustomCells/BrandsCell/style.js +28 -0
  1059. package/build/components/TableCells/CustomCells/BrandsCell/type.d.ts +9 -0
  1060. package/build/components/TableCells/CustomCells/BrandsCell/type.js +1 -0
  1061. package/build/components/TableCells/CustomCells/BusinessStatusCell/BusinessStatusCell.d.ts +2 -0
  1062. package/build/components/TableCells/CustomCells/BusinessStatusCell/BusinessStatusCell.js +39 -0
  1063. package/build/components/TableCells/CustomCells/BusinessStatusCell/index.d.ts +2 -0
  1064. package/build/components/TableCells/CustomCells/BusinessStatusCell/index.js +2 -0
  1065. package/build/components/TableCells/CustomCells/BusinessStatusCell/type.d.ts +4 -0
  1066. package/build/components/TableCells/CustomCells/BusinessStatusCell/type.js +1 -0
  1067. package/build/components/TableCells/CustomCells/ChannelsCell/ChannelsCell.d.ts +3 -0
  1068. package/build/components/TableCells/CustomCells/ChannelsCell/ChannelsCell.js +55 -0
  1069. package/build/components/TableCells/CustomCells/ChannelsCell/constant.d.ts +5 -0
  1070. package/build/components/TableCells/CustomCells/ChannelsCell/constant.js +6 -0
  1071. package/build/components/TableCells/CustomCells/ChannelsCell/index.d.ts +2 -0
  1072. package/build/components/TableCells/CustomCells/ChannelsCell/index.js +2 -0
  1073. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +269 -0
  1074. package/build/components/TableCells/CustomCells/ChannelsCell/style.js +36 -0
  1075. package/build/components/TableCells/CustomCells/ChannelsCell/type.d.ts +7 -0
  1076. package/build/components/TableCells/CustomCells/ChannelsCell/type.js +1 -0
  1077. package/build/components/TableCells/CustomCells/CheckoutStatusCell/CheckoutStatusCell.d.ts +3 -0
  1078. package/build/components/TableCells/CustomCells/CheckoutStatusCell/CheckoutStatusCell.js +32 -0
  1079. package/build/components/TableCells/CustomCells/CheckoutStatusCell/constant.d.ts +4 -0
  1080. package/build/components/TableCells/CustomCells/CheckoutStatusCell/constant.js +5 -0
  1081. package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.d.ts +2 -0
  1082. package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.js +1 -0
  1083. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +266 -0
  1084. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.js +20 -0
  1085. package/build/components/TableCells/CustomCells/CheckoutStatusCell/type.d.ts +6 -0
  1086. package/build/components/TableCells/CustomCells/CheckoutStatusCell/type.js +1 -0
  1087. package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.d.ts +5 -0
  1088. package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.js +7 -0
  1089. package/build/components/TableCells/CustomCells/CurrencyCell/index.d.ts +1 -0
  1090. package/build/components/TableCells/CustomCells/CurrencyCell/index.js +1 -0
  1091. package/build/components/TableCells/CustomCells/CurrencyCell/style.d.ts +9 -0
  1092. package/build/components/TableCells/CustomCells/CurrencyCell/style.js +22 -0
  1093. package/build/components/TableCells/CustomCells/CustomerCell/CustomerCell.d.ts +3 -0
  1094. package/build/components/TableCells/CustomCells/CustomerCell/CustomerCell.js +49 -0
  1095. package/build/components/TableCells/CustomCells/CustomerCell/index.d.ts +2 -0
  1096. package/build/components/TableCells/CustomCells/CustomerCell/index.js +2 -0
  1097. package/build/components/TableCells/CustomCells/CustomerCell/style.d.ts +8 -0
  1098. package/build/components/TableCells/CustomCells/CustomerCell/style.js +24 -0
  1099. package/build/components/TableCells/CustomCells/CustomerCell/type.d.ts +4 -0
  1100. package/build/components/TableCells/CustomCells/CustomerCell/type.js +1 -0
  1101. package/build/components/TableCells/CustomCells/DateCell/DateCell.d.ts +3 -0
  1102. package/build/components/TableCells/CustomCells/DateCell/DateCell.js +29 -0
  1103. package/build/components/TableCells/CustomCells/DateCell/index.d.ts +1 -0
  1104. package/build/components/TableCells/CustomCells/DateCell/index.js +1 -0
  1105. package/build/components/TableCells/CustomCells/DateCell/style.d.ts +4 -0
  1106. package/build/components/TableCells/CustomCells/DateCell/style.js +7 -0
  1107. package/build/components/TableCells/CustomCells/DestinationCell/DestinationCell.d.ts +3 -0
  1108. package/build/components/TableCells/CustomCells/DestinationCell/DestinationCell.js +39 -0
  1109. package/build/components/TableCells/CustomCells/DestinationCell/index.d.ts +2 -0
  1110. package/build/components/TableCells/CustomCells/DestinationCell/index.js +2 -0
  1111. package/build/components/TableCells/CustomCells/DestinationCell/styled.d.ts +16 -0
  1112. package/build/components/TableCells/CustomCells/DestinationCell/styled.js +68 -0
  1113. package/build/components/TableCells/CustomCells/DestinationCell/utils.d.ts +27 -0
  1114. package/build/components/TableCells/CustomCells/DestinationCell/utils.js +12 -0
  1115. package/build/components/TableCells/CustomCells/DestinationStatusCell/DestinationStatusCell.d.ts +3 -0
  1116. package/build/components/TableCells/CustomCells/DestinationStatusCell/DestinationStatusCell.js +25 -0
  1117. package/build/components/TableCells/CustomCells/DestinationStatusCell/constant.d.ts +16 -0
  1118. package/build/components/TableCells/CustomCells/DestinationStatusCell/constant.js +7 -0
  1119. package/build/components/TableCells/CustomCells/DestinationStatusCell/index.d.ts +2 -0
  1120. package/build/components/TableCells/CustomCells/DestinationStatusCell/index.js +1 -0
  1121. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +1314 -0
  1122. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.js +57 -0
  1123. package/build/components/TableCells/CustomCells/DestinationStatusCell/type.d.ts +9 -0
  1124. package/build/components/TableCells/CustomCells/DestinationStatusCell/type.js +1 -0
  1125. package/build/components/TableCells/CustomCells/DeviceCell/DeviceCell.d.ts +3 -0
  1126. package/build/components/TableCells/CustomCells/DeviceCell/DeviceCell.js +21 -0
  1127. package/build/components/TableCells/CustomCells/DeviceCell/index.d.ts +1 -0
  1128. package/build/components/TableCells/CustomCells/DeviceCell/index.js +1 -0
  1129. package/build/components/TableCells/CustomCells/DeviceCell/style.d.ts +2 -0
  1130. package/build/components/TableCells/CustomCells/DeviceCell/style.js +7 -0
  1131. package/build/components/TableCells/CustomCells/DueDateCell/DueDateCell.d.ts +3 -0
  1132. package/build/components/TableCells/CustomCells/DueDateCell/DueDateCell.js +186 -0
  1133. package/build/components/TableCells/CustomCells/DueDateCell/index.d.ts +1 -0
  1134. package/build/components/TableCells/CustomCells/DueDateCell/index.js +1 -0
  1135. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +268 -0
  1136. package/build/components/TableCells/CustomCells/DueDateCell/style.js +36 -0
  1137. package/build/components/TableCells/CustomCells/DueDateCell/type.d.ts +7 -0
  1138. package/build/components/TableCells/CustomCells/DueDateCell/type.js +1 -0
  1139. package/build/components/TableCells/CustomCells/DueDateCell/utils.d.ts +1 -0
  1140. package/build/components/TableCells/CustomCells/DueDateCell/utils.js +11 -0
  1141. package/build/components/TableCells/CustomCells/EntityCell/EntityCell.d.ts +2 -0
  1142. package/build/components/TableCells/CustomCells/EntityCell/EntityCell.js +24 -0
  1143. package/build/components/TableCells/CustomCells/EntityCell/constants.d.ts +6 -0
  1144. package/build/components/TableCells/CustomCells/EntityCell/constants.js +7 -0
  1145. package/build/components/TableCells/CustomCells/EntityCell/index.d.ts +1 -0
  1146. package/build/components/TableCells/CustomCells/EntityCell/index.js +1 -0
  1147. package/build/components/TableCells/CustomCells/EntityCell/style.d.ts +9 -0
  1148. package/build/components/TableCells/CustomCells/EntityCell/style.js +52 -0
  1149. package/build/components/TableCells/CustomCells/EntityCell/type.d.ts +7 -0
  1150. package/build/components/TableCells/CustomCells/EntityCell/type.js +1 -0
  1151. package/build/components/TableCells/CustomCells/IDButton/IDButton.d.ts +7 -0
  1152. package/build/components/TableCells/CustomCells/IDButton/IDButton.js +44 -0
  1153. package/build/components/TableCells/CustomCells/IDButton/index.d.ts +1 -0
  1154. package/build/components/TableCells/CustomCells/IDButton/index.js +1 -0
  1155. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +527 -0
  1156. package/build/components/TableCells/CustomCells/IDButton/style.js +15 -0
  1157. package/build/components/TableCells/CustomCells/IndividualsCell/IndividualsCell.d.ts +2 -0
  1158. package/build/components/TableCells/CustomCells/IndividualsCell/IndividualsCell.js +21 -0
  1159. package/build/components/TableCells/CustomCells/IndividualsCell/constants.d.ts +6 -0
  1160. package/build/components/TableCells/CustomCells/IndividualsCell/constants.js +7 -0
  1161. package/build/components/TableCells/CustomCells/IndividualsCell/index.d.ts +2 -0
  1162. package/build/components/TableCells/CustomCells/IndividualsCell/index.js +2 -0
  1163. package/build/components/TableCells/CustomCells/IndividualsCell/style.d.ts +8 -0
  1164. package/build/components/TableCells/CustomCells/IndividualsCell/style.js +51 -0
  1165. package/build/components/TableCells/CustomCells/IndividualsCell/type.d.ts +7 -0
  1166. package/build/components/TableCells/CustomCells/IndividualsCell/type.js +1 -0
  1167. package/build/components/TableCells/CustomCells/IntentsStatusCell/IntentsStatusCell.d.ts +2 -0
  1168. package/build/components/TableCells/CustomCells/IntentsStatusCell/IntentsStatusCell.js +33 -0
  1169. package/build/components/TableCells/CustomCells/IntentsStatusCell/constant.d.ts +6 -0
  1170. package/build/components/TableCells/CustomCells/IntentsStatusCell/constant.js +7 -0
  1171. package/build/components/TableCells/CustomCells/IntentsStatusCell/index.d.ts +2 -0
  1172. package/build/components/TableCells/CustomCells/IntentsStatusCell/index.js +1 -0
  1173. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +266 -0
  1174. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.js +20 -0
  1175. package/build/components/TableCells/CustomCells/IntentsStatusCell/type.d.ts +9 -0
  1176. package/build/components/TableCells/CustomCells/IntentsStatusCell/type.js +1 -0
  1177. package/build/components/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.d.ts +2 -0
  1178. package/build/components/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.js +89 -0
  1179. package/build/components/TableCells/CustomCells/InvoiceStatusCell/constant.d.ts +16 -0
  1180. package/build/components/TableCells/CustomCells/InvoiceStatusCell/constant.js +17 -0
  1181. package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.d.ts +2 -0
  1182. package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.js +2 -0
  1183. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +267 -0
  1184. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.js +32 -0
  1185. package/build/components/TableCells/CustomCells/InvoiceStatusCell/type.d.ts +15 -0
  1186. package/build/components/TableCells/CustomCells/InvoiceStatusCell/type.js +1 -0
  1187. package/build/components/TableCells/CustomCells/InvoiceStatusCell/utils.d.ts +5 -0
  1188. package/build/components/TableCells/CustomCells/InvoiceStatusCell/utils.js +40 -0
  1189. package/build/components/TableCells/CustomCells/MarketPlaceCell/MarketPlaceCell.d.ts +2 -0
  1190. package/build/components/TableCells/CustomCells/MarketPlaceCell/MarketPlaceCell.js +29 -0
  1191. package/build/components/TableCells/CustomCells/MarketPlaceCell/index.d.ts +2 -0
  1192. package/build/components/TableCells/CustomCells/MarketPlaceCell/index.js +2 -0
  1193. package/build/components/TableCells/CustomCells/MarketPlaceCell/type.d.ts +6 -0
  1194. package/build/components/TableCells/CustomCells/MarketPlaceCell/type.js +1 -0
  1195. package/build/components/TableCells/CustomCells/MetadataCell/MetadataCell.d.ts +5 -0
  1196. package/build/components/TableCells/CustomCells/MetadataCell/MetadataCell.js +18 -0
  1197. package/build/components/TableCells/CustomCells/MetadataCell/index.d.ts +1 -0
  1198. package/build/components/TableCells/CustomCells/MetadataCell/index.js +1 -0
  1199. package/build/components/TableCells/CustomCells/OrderCell/OrderCell.d.ts +3 -0
  1200. package/build/components/TableCells/CustomCells/OrderCell/OrderCell.js +30 -0
  1201. package/build/components/TableCells/CustomCells/OrderCell/constant.d.ts +1 -0
  1202. package/build/components/TableCells/CustomCells/OrderCell/constant.js +1 -0
  1203. package/build/components/TableCells/CustomCells/OrderCell/index.d.ts +1 -0
  1204. package/build/components/TableCells/CustomCells/OrderCell/index.js +1 -0
  1205. package/build/components/TableCells/CustomCells/PayoutDateCell/PayoutDateCell.d.ts +2 -0
  1206. package/build/components/TableCells/CustomCells/PayoutDateCell/PayoutDateCell.js +35 -0
  1207. package/build/components/TableCells/CustomCells/PayoutDateCell/index.d.ts +1 -0
  1208. package/build/components/TableCells/CustomCells/PayoutDateCell/index.js +1 -0
  1209. package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.d.ts +9 -0
  1210. package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.js +21 -0
  1211. package/build/components/TableCells/CustomCells/PayoutReportCell/index.d.ts +1 -0
  1212. package/build/components/TableCells/CustomCells/PayoutReportCell/index.js +1 -0
  1213. package/build/components/TableCells/CustomCells/PayoutReportCell/style.d.ts +5 -0
  1214. package/build/components/TableCells/CustomCells/PayoutReportCell/style.js +17 -0
  1215. package/build/components/TableCells/CustomCells/PayoutStatusCell/PayoutStatusCell.d.ts +3 -0
  1216. package/build/components/TableCells/CustomCells/PayoutStatusCell/PayoutStatusCell.js +26 -0
  1217. package/build/components/TableCells/CustomCells/PayoutStatusCell/constant.d.ts +11 -0
  1218. package/build/components/TableCells/CustomCells/PayoutStatusCell/constant.js +12 -0
  1219. package/build/components/TableCells/CustomCells/PayoutStatusCell/index.d.ts +3 -0
  1220. package/build/components/TableCells/CustomCells/PayoutStatusCell/index.js +2 -0
  1221. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +1314 -0
  1222. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.js +57 -0
  1223. package/build/components/TableCells/CustomCells/PayoutStatusCell/type.d.ts +7 -0
  1224. package/build/components/TableCells/CustomCells/PayoutStatusCell/type.js +1 -0
  1225. package/build/components/TableCells/CustomCells/ProductsCell/ProductsCell.d.ts +3 -0
  1226. package/build/components/TableCells/CustomCells/ProductsCell/ProductsCell.js +63 -0
  1227. package/build/components/TableCells/CustomCells/ProductsCell/index.d.ts +2 -0
  1228. package/build/components/TableCells/CustomCells/ProductsCell/index.js +2 -0
  1229. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +275 -0
  1230. package/build/components/TableCells/CustomCells/ProductsCell/style.js +58 -0
  1231. package/build/components/TableCells/CustomCells/ProductsCell/type.d.ts +4 -0
  1232. package/build/components/TableCells/CustomCells/ProductsCell/type.js +1 -0
  1233. package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.d.ts +5 -0
  1234. package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.js +15 -0
  1235. package/build/components/TableCells/CustomCells/ReceiptCell/index.d.ts +1 -0
  1236. package/build/components/TableCells/CustomCells/ReceiptCell/index.js +1 -0
  1237. package/build/components/TableCells/CustomCells/ReferenceCell/ReferenceCell.d.ts +3 -0
  1238. package/build/components/TableCells/CustomCells/ReferenceCell/ReferenceCell.js +64 -0
  1239. package/build/components/TableCells/CustomCells/ReferenceCell/constant.d.ts +11 -0
  1240. package/build/components/TableCells/CustomCells/ReferenceCell/constant.js +16 -0
  1241. package/build/components/TableCells/CustomCells/ReferenceCell/index.d.ts +2 -0
  1242. package/build/components/TableCells/CustomCells/ReferenceCell/index.js +2 -0
  1243. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +289 -0
  1244. package/build/components/TableCells/CustomCells/ReferenceCell/style.js +58 -0
  1245. package/build/components/TableCells/CustomCells/ReferenceCell/type.d.ts +13 -0
  1246. package/build/components/TableCells/CustomCells/ReferenceCell/type.js +1 -0
  1247. package/build/components/TableCells/CustomCells/RefundChargeCell/RefundChargeCell.d.ts +3 -0
  1248. package/build/components/TableCells/CustomCells/RefundChargeCell/RefundChargeCell.js +96 -0
  1249. package/build/components/TableCells/CustomCells/RefundChargeCell/constant.d.ts +14 -0
  1250. package/build/components/TableCells/CustomCells/RefundChargeCell/constant.js +14 -0
  1251. package/build/components/TableCells/CustomCells/RefundChargeCell/index.d.ts +1 -0
  1252. package/build/components/TableCells/CustomCells/RefundChargeCell/index.js +1 -0
  1253. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +531 -0
  1254. package/build/components/TableCells/CustomCells/RefundChargeCell/style.js +39 -0
  1255. package/build/components/TableCells/CustomCells/RefundChargeCell/type.d.ts +12 -0
  1256. package/build/components/TableCells/CustomCells/RefundChargeCell/type.js +1 -0
  1257. package/build/components/TableCells/CustomCells/RefundChargeCell/utils.d.ts +1 -0
  1258. package/build/components/TableCells/CustomCells/RefundChargeCell/utils.js +9 -0
  1259. package/build/components/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.d.ts +3 -0
  1260. package/build/components/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.js +32 -0
  1261. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.d.ts +2 -0
  1262. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.js +18 -0
  1263. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.d.ts +2 -0
  1264. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.js +54 -0
  1265. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatusIcon.d.ts +2 -0
  1266. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatusIcon.js +10 -0
  1267. package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.d.ts +3 -0
  1268. package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.js +3 -0
  1269. package/build/components/TableCells/CustomCells/RefundStatusCell/constant.d.ts +7 -0
  1270. package/build/components/TableCells/CustomCells/RefundStatusCell/constant.js +20 -0
  1271. package/build/components/TableCells/CustomCells/RefundStatusCell/hooks/useRefundStyles.d.ts +50 -0
  1272. package/build/components/TableCells/CustomCells/RefundStatusCell/hooks/useRefundStyles.js +54 -0
  1273. package/build/components/TableCells/CustomCells/RefundStatusCell/index.d.ts +3 -0
  1274. package/build/components/TableCells/CustomCells/RefundStatusCell/index.js +2 -0
  1275. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +279 -0
  1276. package/build/components/TableCells/CustomCells/RefundStatusCell/style.js +71 -0
  1277. package/build/components/TableCells/CustomCells/RefundStatusCell/type.d.ts +17 -0
  1278. package/build/components/TableCells/CustomCells/RefundStatusCell/type.js +1 -0
  1279. package/build/components/TableCells/CustomCells/SalesChannelCell/SalesChannelCell.d.ts +3 -0
  1280. package/build/components/TableCells/CustomCells/SalesChannelCell/SalesChannelCell.js +34 -0
  1281. package/build/components/TableCells/CustomCells/SalesChannelCell/index.d.ts +2 -0
  1282. package/build/components/TableCells/CustomCells/SalesChannelCell/index.js +2 -0
  1283. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +269 -0
  1284. package/build/components/TableCells/CustomCells/SalesChannelCell/style.js +36 -0
  1285. package/build/components/TableCells/CustomCells/SalesChannelCell/type.d.ts +6 -0
  1286. package/build/components/TableCells/CustomCells/SalesChannelCell/type.js +1 -0
  1287. package/build/components/TableCells/CustomCells/SegmentsCell/SegmentsCell.d.ts +3 -0
  1288. package/build/components/TableCells/CustomCells/SegmentsCell/SegmentsCell.js +42 -0
  1289. package/build/components/TableCells/CustomCells/SegmentsCell/constant.d.ts +7 -0
  1290. package/build/components/TableCells/CustomCells/SegmentsCell/constant.js +8 -0
  1291. package/build/components/TableCells/CustomCells/SegmentsCell/index.d.ts +2 -0
  1292. package/build/components/TableCells/CustomCells/SegmentsCell/index.js +2 -0
  1293. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +288 -0
  1294. package/build/components/TableCells/CustomCells/SegmentsCell/style.js +55 -0
  1295. package/build/components/TableCells/CustomCells/SegmentsCell/type.d.ts +11 -0
  1296. package/build/components/TableCells/CustomCells/SegmentsCell/type.js +1 -0
  1297. package/build/components/TableCells/CustomCells/SheetViewIDButton/SheetViewIDButton.d.ts +7 -0
  1298. package/build/components/TableCells/CustomCells/SheetViewIDButton/SheetViewIDButton.js +35 -0
  1299. package/build/components/TableCells/CustomCells/SheetViewIDButton/index.d.ts +1 -0
  1300. package/build/components/TableCells/CustomCells/SheetViewIDButton/index.js +1 -0
  1301. package/build/components/TableCells/CustomCells/SheetViewIDButton/style.d.ts +3 -0
  1302. package/build/components/TableCells/CustomCells/SheetViewIDButton/style.js +22 -0
  1303. package/build/components/TableCells/CustomCells/SourceCell/SourceCell.d.ts +3 -0
  1304. package/build/components/TableCells/CustomCells/SourceCell/SourceCell.js +78 -0
  1305. package/build/components/TableCells/CustomCells/SourceCell/index.d.ts +2 -0
  1306. package/build/components/TableCells/CustomCells/SourceCell/index.js +2 -0
  1307. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +269 -0
  1308. package/build/components/TableCells/CustomCells/SourceCell/style.js +42 -0
  1309. package/build/components/TableCells/CustomCells/SourceCell/utils.d.ts +1 -0
  1310. package/build/components/TableCells/CustomCells/SourceCell/utils.js +8 -0
  1311. package/build/components/TableCells/CustomCells/SourceMergedCell/CollapsedViewIcon.d.ts +11 -0
  1312. package/build/components/TableCells/CustomCells/SourceMergedCell/CollapsedViewIcon.js +51 -0
  1313. package/build/components/TableCells/CustomCells/SourceMergedCell/SourceMergedCell.d.ts +3 -0
  1314. package/build/components/TableCells/CustomCells/SourceMergedCell/SourceMergedCell.js +99 -0
  1315. package/build/components/TableCells/CustomCells/SourceMergedCell/index.d.ts +3 -0
  1316. package/build/components/TableCells/CustomCells/SourceMergedCell/index.js +3 -0
  1317. package/build/components/TableCells/CustomCells/SourceMergedCell/style.d.ts +1622 -0
  1318. package/build/components/TableCells/CustomCells/SourceMergedCell/style.js +95 -0
  1319. package/build/components/TableCells/CustomCells/SourceMergedCell/type.d.ts +19 -0
  1320. package/build/components/TableCells/CustomCells/SourceMergedCell/type.js +1 -0
  1321. package/build/components/TableCells/CustomCells/SourceMergedCell/utils.d.ts +12 -0
  1322. package/build/components/TableCells/CustomCells/SourceMergedCell/utils.js +12 -0
  1323. package/build/components/TableCells/CustomCells/StatusCell/StatusCell.d.ts +6 -0
  1324. package/build/components/TableCells/CustomCells/StatusCell/StatusCell.js +47 -0
  1325. package/build/components/TableCells/CustomCells/StatusCell/constant.d.ts +76 -0
  1326. package/build/components/TableCells/CustomCells/StatusCell/constant.js +122 -0
  1327. package/build/components/TableCells/CustomCells/StatusCell/index.d.ts +2 -0
  1328. package/build/components/TableCells/CustomCells/StatusCell/index.js +2 -0
  1329. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +1608 -0
  1330. package/build/components/TableCells/CustomCells/StatusCell/style.js +67 -0
  1331. package/build/components/TableCells/CustomCells/StatusCell/type.d.ts +13 -0
  1332. package/build/components/TableCells/CustomCells/StatusCell/type.js +1 -0
  1333. package/build/components/TableCells/CustomCells/StatusCell/utils.d.ts +2 -0
  1334. package/build/components/TableCells/CustomCells/StatusCell/utils.js +8 -0
  1335. package/build/components/TableCells/CustomCells/TextTableCell/TextTableCell.d.ts +2 -0
  1336. package/build/components/TableCells/CustomCells/TextTableCell/TextTableCell.js +6 -0
  1337. package/build/components/TableCells/CustomCells/TextTableCell/index.d.ts +2 -0
  1338. package/build/components/TableCells/CustomCells/TextTableCell/index.js +2 -0
  1339. package/build/components/TableCells/CustomCells/TextTableCell/type.d.ts +6 -0
  1340. package/build/components/TableCells/CustomCells/TextTableCell/type.js +1 -0
  1341. package/build/components/TableCells/CustomCells/TextWithBadgeCell/TextWithBadgeCell.d.ts +3 -0
  1342. package/build/components/TableCells/CustomCells/TextWithBadgeCell/TextWithBadgeCell.js +29 -0
  1343. package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.d.ts +2 -0
  1344. package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.js +2 -0
  1345. package/build/components/TableCells/CustomCells/TextWithBadgeCell/type.d.ts +6 -0
  1346. package/build/components/TableCells/CustomCells/TextWithBadgeCell/type.js +1 -0
  1347. package/build/components/TableCells/CustomCells/TokenStatusCell/TokenStatusCell.d.ts +3 -0
  1348. package/build/components/TableCells/CustomCells/TokenStatusCell/TokenStatusCell.js +33 -0
  1349. package/build/components/TableCells/CustomCells/TokenStatusCell/constant.d.ts +8 -0
  1350. package/build/components/TableCells/CustomCells/TokenStatusCell/constant.js +9 -0
  1351. package/build/components/TableCells/CustomCells/TokenStatusCell/index.d.ts +2 -0
  1352. package/build/components/TableCells/CustomCells/TokenStatusCell/index.js +1 -0
  1353. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +1314 -0
  1354. package/build/components/TableCells/CustomCells/TokenStatusCell/style.js +57 -0
  1355. package/build/components/TableCells/CustomCells/TokenStatusCell/type.d.ts +17 -0
  1356. package/build/components/TableCells/CustomCells/TokenStatusCell/type.js +1 -0
  1357. package/build/components/TableCells/CustomCells/WalletCell/WalletCell.d.ts +3 -0
  1358. package/build/components/TableCells/CustomCells/WalletCell/WalletCell.js +30 -0
  1359. package/build/components/TableCells/CustomCells/WalletCell/index.d.ts +2 -0
  1360. package/build/components/TableCells/CustomCells/WalletCell/index.js +2 -0
  1361. package/build/components/TableCells/CustomCells/WalletCell/style.d.ts +5 -0
  1362. package/build/components/TableCells/CustomCells/WalletCell/style.js +26 -0
  1363. package/build/components/TableCells/CustomCells/WalletCell/type.d.ts +6 -0
  1364. package/build/components/TableCells/CustomCells/WalletCell/type.js +1 -0
  1365. package/build/components/TableCells/CustomCells/index.d.ts +49 -0
  1366. package/build/components/TableCells/CustomCells/index.js +49 -0
  1367. package/build/components/TableCells/CustomCells/style.d.ts +293 -0
  1368. package/build/components/TableCells/CustomCells/style.js +141 -0
  1369. package/build/components/TableCells/CustomCells/type.d.ts +133 -0
  1370. package/build/components/TableCells/CustomCells/type.js +15 -0
  1371. package/build/components/TableCells/TableCell.d.ts +4 -0
  1372. package/build/components/TableCells/TableCell.js +19 -0
  1373. package/build/components/TableCells/index.d.ts +3 -0
  1374. package/build/components/TableCells/index.js +3 -0
  1375. package/build/components/TableCells/style.d.ts +2 -0
  1376. package/build/components/TableCells/style.js +18 -0
  1377. package/build/components/TableCells/type.d.ts +5 -0
  1378. package/build/components/TableCells/type.js +1 -0
  1379. package/build/components/TableHeader/FiltersRow.d.ts +2 -0
  1380. package/build/components/TableHeader/FiltersRow.js +5 -0
  1381. package/build/components/TableHeader/TableHeader.d.ts +4 -0
  1382. package/build/components/TableHeader/TableHeader.js +7 -0
  1383. package/build/components/TableHeader/index.d.ts +4 -0
  1384. package/build/components/TableHeader/index.js +4 -0
  1385. package/build/components/TableHeader/style.d.ts +21 -0
  1386. package/build/components/TableHeader/style.js +43 -0
  1387. package/build/components/TableHeader/type.d.ts +64 -0
  1388. package/build/components/TableHeader/type.js +8 -0
  1389. package/build/components/TableView/CustomViews.d.ts +13 -0
  1390. package/build/components/TableView/CustomViews.js +78 -0
  1391. package/build/components/TableView/DefaultViews.d.ts +13 -0
  1392. package/build/components/TableView/DefaultViews.js +22 -0
  1393. package/build/components/TableView/TableView.d.ts +12 -0
  1394. package/build/components/TableView/TableView.js +55 -0
  1395. package/build/components/TableView/data.d.ts +5 -0
  1396. package/build/components/TableView/data.js +7 -0
  1397. package/build/components/TableView/index.d.ts +3 -0
  1398. package/build/components/TableView/index.js +3 -0
  1399. package/build/components/TableView/style.d.ts +24 -0
  1400. package/build/components/TableView/style.js +102 -0
  1401. package/build/components/TapLogo/TapLogo.d.ts +8 -0
  1402. package/build/components/TapLogo/TapLogo.js +6 -0
  1403. package/build/components/TapLogo/index.d.ts +2 -0
  1404. package/build/components/TapLogo/index.js +2 -0
  1405. package/build/components/Text/Text.d.ts +5 -0
  1406. package/build/components/Text/Text.js +9 -0
  1407. package/build/components/Text/index.d.ts +2 -0
  1408. package/build/components/Text/index.js +2 -0
  1409. package/build/components/Timepicker/Timepicker.d.ts +10 -0
  1410. package/build/components/Timepicker/Timepicker.js +80 -0
  1411. package/build/components/Timepicker/constant.d.ts +3 -0
  1412. package/build/components/Timepicker/constant.js +3 -0
  1413. package/build/components/Timepicker/index.d.ts +4 -0
  1414. package/build/components/Timepicker/index.js +4 -0
  1415. package/build/components/Timepicker/style.d.ts +34 -0
  1416. package/build/components/Timepicker/style.js +45 -0
  1417. package/build/components/Timepicker/utils.d.ts +2 -0
  1418. package/build/components/Timepicker/utils.js +2 -0
  1419. package/build/components/ToggleButtons/ToggleButtons.d.ts +3 -0
  1420. package/build/components/ToggleButtons/ToggleButtons.js +6 -0
  1421. package/build/components/ToggleButtons/index.d.ts +3 -0
  1422. package/build/components/ToggleButtons/index.js +3 -0
  1423. package/build/components/ToggleButtons/style.d.ts +8 -0
  1424. package/build/components/ToggleButtons/style.js +25 -0
  1425. package/build/components/ToggleButtons/type.d.ts +17 -0
  1426. package/build/components/ToggleButtons/type.js +1 -0
  1427. package/build/components/Toolbar/Toolbar.d.ts +5 -0
  1428. package/build/components/Toolbar/Toolbar.js +20 -0
  1429. package/build/components/Toolbar/index.d.ts +4 -0
  1430. package/build/components/Toolbar/index.js +4 -0
  1431. package/build/components/Toolbar/style.d.ts +26 -0
  1432. package/build/components/Toolbar/style.js +93 -0
  1433. package/build/components/Toolbar/type.d.ts +10 -0
  1434. package/build/components/Toolbar/type.js +1 -0
  1435. package/build/components/ToolbarIcon/CloseIcon/CloseIcon.d.ts +2 -0
  1436. package/build/components/ToolbarIcon/CloseIcon/CloseIcon.js +6 -0
  1437. package/build/components/ToolbarIcon/CloseIcon/index.d.ts +1 -0
  1438. package/build/components/ToolbarIcon/CloseIcon/index.js +1 -0
  1439. package/build/components/ToolbarIcon/CloseIcon/style.d.ts +4 -0
  1440. package/build/components/ToolbarIcon/CloseIcon/style.js +7 -0
  1441. package/build/components/ToolbarIcon/ExpandButton/ExpandButton.d.ts +9 -0
  1442. package/build/components/ToolbarIcon/ExpandButton/ExpandButton.js +21 -0
  1443. package/build/components/ToolbarIcon/ExpandButton/index.d.ts +1 -0
  1444. package/build/components/ToolbarIcon/ExpandButton/index.js +1 -0
  1445. package/build/components/ToolbarIcon/ExpandButton/style.d.ts +14 -0
  1446. package/build/components/ToolbarIcon/ExpandButton/style.js +31 -0
  1447. package/build/components/ToolbarIcon/MaximizeIcon/MaximizeIcon.d.ts +6 -0
  1448. package/build/components/ToolbarIcon/MaximizeIcon/MaximizeIcon.js +18 -0
  1449. package/build/components/ToolbarIcon/MaximizeIcon/index.d.ts +1 -0
  1450. package/build/components/ToolbarIcon/MaximizeIcon/index.js +1 -0
  1451. package/build/components/ToolbarIcon/MaximizeIcon/style.d.ts +4 -0
  1452. package/build/components/ToolbarIcon/MaximizeIcon/style.js +7 -0
  1453. package/build/components/ToolbarIcon/MinimizeIcon/MinimizeIcon.d.ts +2 -0
  1454. package/build/components/ToolbarIcon/MinimizeIcon/MinimizeIcon.js +6 -0
  1455. package/build/components/ToolbarIcon/MinimizeIcon/index.d.ts +1 -0
  1456. package/build/components/ToolbarIcon/MinimizeIcon/index.js +1 -0
  1457. package/build/components/ToolbarIcon/MinimizeIcon/style.d.ts +4 -0
  1458. package/build/components/ToolbarIcon/MinimizeIcon/style.js +7 -0
  1459. package/build/components/ToolbarIcon/index.d.ts +4 -0
  1460. package/build/components/ToolbarIcon/index.js +4 -0
  1461. package/build/components/ToolbarIcon/style.d.ts +4 -0
  1462. package/build/components/ToolbarIcon/style.js +20 -0
  1463. package/build/components/Tooltip/Tooltip.d.ts +10 -0
  1464. package/build/components/Tooltip/Tooltip.js +18 -0
  1465. package/build/components/Tooltip/index.d.ts +2 -0
  1466. package/build/components/Tooltip/index.js +2 -0
  1467. package/build/components/Tooltip/styles.d.ts +2 -0
  1468. package/build/components/Tooltip/styles.js +34 -0
  1469. package/build/components/VirtualTable/SheetView/SheetViewTableHeader.d.ts +17 -0
  1470. package/build/components/VirtualTable/SheetView/SheetViewTableHeader.js +69 -0
  1471. package/build/components/VirtualTable/SheetView/SheetViewVirtualTable.d.ts +10 -0
  1472. package/build/components/VirtualTable/SheetView/SheetViewVirtualTable.js +122 -0
  1473. package/build/components/VirtualTable/SheetView/hooks/usePinnedColumns.d.ts +11 -0
  1474. package/build/components/VirtualTable/SheetView/hooks/usePinnedColumns.js +62 -0
  1475. package/build/components/VirtualTable/SheetView/hooks/useSynchronizedScroll.d.ts +8 -0
  1476. package/build/components/VirtualTable/SheetView/hooks/useSynchronizedScroll.js +30 -0
  1477. package/build/components/VirtualTable/SheetView/index.d.ts +3 -0
  1478. package/build/components/VirtualTable/SheetView/index.js +3 -0
  1479. package/build/components/VirtualTable/SheetView/style.d.ts +31 -0
  1480. package/build/components/VirtualTable/SheetView/style.js +94 -0
  1481. package/build/components/VirtualTable/VirtualTable.d.ts +5 -0
  1482. package/build/components/VirtualTable/VirtualTable.js +94 -0
  1483. package/build/components/VirtualTable/VirtualTableWithCard.d.ts +13 -0
  1484. package/build/components/VirtualTable/VirtualTableWithCard.js +84 -0
  1485. package/build/components/VirtualTable/components/ColumnFilter/ColumnFilter.d.ts +5 -0
  1486. package/build/components/VirtualTable/components/ColumnFilter/ColumnFilter.js +59 -0
  1487. package/build/components/VirtualTable/components/ColumnFilter/Inputs/Inputs.d.ts +7 -0
  1488. package/build/components/VirtualTable/components/ColumnFilter/Inputs/Inputs.js +47 -0
  1489. package/build/components/VirtualTable/components/ColumnFilter/Inputs/index.d.ts +2 -0
  1490. package/build/components/VirtualTable/components/ColumnFilter/Inputs/index.js +2 -0
  1491. package/build/components/VirtualTable/components/ColumnFilter/Inputs/style.d.ts +19 -0
  1492. package/build/components/VirtualTable/components/ColumnFilter/Inputs/style.js +47 -0
  1493. package/build/components/VirtualTable/components/ColumnFilter/List/List.d.ts +10 -0
  1494. package/build/components/VirtualTable/components/ColumnFilter/List/List.js +61 -0
  1495. package/build/components/VirtualTable/components/ColumnFilter/List/index.d.ts +2 -0
  1496. package/build/components/VirtualTable/components/ColumnFilter/List/index.js +2 -0
  1497. package/build/components/VirtualTable/components/ColumnFilter/index.d.ts +4 -0
  1498. package/build/components/VirtualTable/components/ColumnFilter/index.js +4 -0
  1499. package/build/components/VirtualTable/components/ColumnFilter/style.d.ts +13 -0
  1500. package/build/components/VirtualTable/components/ColumnFilter/style.js +50 -0
  1501. package/build/components/VirtualTable/components/EmptyList/EmptyList.d.ts +12 -0
  1502. package/build/components/VirtualTable/components/EmptyList/EmptyList.js +23 -0
  1503. package/build/components/VirtualTable/components/EmptyList/index.d.ts +3 -0
  1504. package/build/components/VirtualTable/components/EmptyList/index.js +3 -0
  1505. package/build/components/VirtualTable/components/EmptyList/styles.d.ts +9 -0
  1506. package/build/components/VirtualTable/components/EmptyList/styles.js +39 -0
  1507. package/build/components/VirtualTable/components/ErrorList/ErrorList.d.ts +10 -0
  1508. package/build/components/VirtualTable/components/ErrorList/ErrorList.js +23 -0
  1509. package/build/components/VirtualTable/components/ErrorList/index.d.ts +2 -0
  1510. package/build/components/VirtualTable/components/ErrorList/index.js +2 -0
  1511. package/build/components/VirtualTable/components/ErrorList/styles.d.ts +20 -0
  1512. package/build/components/VirtualTable/components/ErrorList/styles.js +72 -0
  1513. package/build/components/VirtualTable/components/RowErrorState.d.ts +1 -0
  1514. package/build/components/VirtualTable/components/RowErrorState.js +21 -0
  1515. package/build/components/VirtualTable/components/TableFooter/TableFooter.d.ts +5 -0
  1516. package/build/components/VirtualTable/components/TableFooter/TableFooter.js +22 -0
  1517. package/build/components/VirtualTable/components/TableFooter/index.d.ts +2 -0
  1518. package/build/components/VirtualTable/components/TableFooter/index.js +2 -0
  1519. package/build/components/VirtualTable/components/TableFooter/style.d.ts +33 -0
  1520. package/build/components/VirtualTable/components/TableFooter/style.js +53 -0
  1521. package/build/components/VirtualTable/components/TableHeader.d.ts +27 -0
  1522. package/build/components/VirtualTable/components/TableHeader.js +87 -0
  1523. package/build/components/VirtualTable/components/TableLastItem.d.ts +8 -0
  1524. package/build/components/VirtualTable/components/TableLastItem.js +39 -0
  1525. package/build/components/VirtualTable/components/TableLoading.d.ts +12 -0
  1526. package/build/components/VirtualTable/components/TableLoading.js +19 -0
  1527. package/build/components/VirtualTable/components/TableLoadingWithCard.d.ts +11 -0
  1528. package/build/components/VirtualTable/components/TableLoadingWithCard.js +19 -0
  1529. package/build/components/VirtualTable/components/TableNoData.d.ts +18 -0
  1530. package/build/components/VirtualTable/components/TableNoData.js +32 -0
  1531. package/build/components/VirtualTable/components/TableNoDataWithCard.d.ts +20 -0
  1532. package/build/components/VirtualTable/components/TableNoDataWithCard.js +29 -0
  1533. package/build/components/VirtualTable/components/TableRow.d.ts +17 -0
  1534. package/build/components/VirtualTable/components/TableRow.js +20 -0
  1535. package/build/components/VirtualTable/components/TableRowLoading.d.ts +11 -0
  1536. package/build/components/VirtualTable/components/TableRowLoading.js +21 -0
  1537. package/build/components/VirtualTable/components/TableRowLoadingWithCard.d.ts +10 -0
  1538. package/build/components/VirtualTable/components/TableRowLoadingWithCard.js +14 -0
  1539. package/build/components/VirtualTable/components/TableRowWithCard.d.ts +16 -0
  1540. package/build/components/VirtualTable/components/TableRowWithCard.js +9 -0
  1541. package/build/components/VirtualTable/components/index.d.ts +16 -0
  1542. package/build/components/VirtualTable/components/index.js +16 -0
  1543. package/build/components/VirtualTable/components/virtualScroll/ListItemWrapper.d.ts +10 -0
  1544. package/build/components/VirtualTable/components/virtualScroll/ListItemWrapper.js +75 -0
  1545. package/build/components/VirtualTable/components/virtualScroll/ListItemWrapperWithCard.d.ts +7 -0
  1546. package/build/components/VirtualTable/components/virtualScroll/ListItemWrapperWithCard.js +26 -0
  1547. package/build/components/VirtualTable/components/virtualScroll/VirtualScrollInner.d.ts +6 -0
  1548. package/build/components/VirtualTable/components/virtualScroll/VirtualScrollInner.js +20 -0
  1549. package/build/components/VirtualTable/components/virtualScroll/VirtualScrollList.d.ts +9 -0
  1550. package/build/components/VirtualTable/components/virtualScroll/VirtualScrollList.js +64 -0
  1551. package/build/components/VirtualTable/components/virtualScroll/VirtualScrollOuter.d.ts +8 -0
  1552. package/build/components/VirtualTable/components/virtualScroll/VirtualScrollOuter.js +21 -0
  1553. package/build/components/VirtualTable/components/virtualScroll/index.d.ts +5 -0
  1554. package/build/components/VirtualTable/components/virtualScroll/index.js +5 -0
  1555. package/build/components/VirtualTable/context/Provider.d.ts +8 -0
  1556. package/build/components/VirtualTable/context/Provider.js +3 -0
  1557. package/build/components/VirtualTable/context/context.d.ts +7 -0
  1558. package/build/components/VirtualTable/context/context.js +2 -0
  1559. package/build/components/VirtualTable/context/index.d.ts +2 -0
  1560. package/build/components/VirtualTable/context/index.js +2 -0
  1561. package/build/components/VirtualTable/hooks/useScrollBackShadow.d.ts +10 -0
  1562. package/build/components/VirtualTable/hooks/useScrollBackShadow.js +26 -0
  1563. package/build/components/VirtualTable/index.d.ts +6 -0
  1564. package/build/components/VirtualTable/index.js +6 -0
  1565. package/build/components/VirtualTable/style.d.ts +328 -0
  1566. package/build/components/VirtualTable/style.js +134 -0
  1567. package/build/components/Widget/List.d.ts +8 -0
  1568. package/build/components/Widget/List.js +23 -0
  1569. package/build/components/Widget/ListItem.d.ts +11 -0
  1570. package/build/components/Widget/ListItem.js +19 -0
  1571. package/build/components/Widget/Widget.d.ts +8 -0
  1572. package/build/components/Widget/Widget.js +19 -0
  1573. package/build/components/Widget/WidgetHeader.d.ts +9 -0
  1574. package/build/components/Widget/WidgetHeader.js +19 -0
  1575. package/build/components/Widget/index.d.ts +6 -0
  1576. package/build/components/Widget/index.js +6 -0
  1577. package/build/components/Widget/style.d.ts +30 -0
  1578. package/build/components/Widget/style.js +71 -0
  1579. package/build/components/Widget/useScrollWithShadow.d.ts +5 -0
  1580. package/build/components/Widget/useScrollWithShadow.js +13 -0
  1581. package/build/components/Window/Window.d.ts +24 -0
  1582. package/build/components/Window/Window.js +55 -0
  1583. package/build/components/Window/index.d.ts +2 -0
  1584. package/build/components/Window/index.js +2 -0
  1585. package/build/components/Window/style.d.ts +533 -0
  1586. package/build/components/Window/style.js +47 -0
  1587. package/build/components/WindowAppIcon/WindowAppIcon.d.ts +6 -0
  1588. package/build/components/WindowAppIcon/WindowAppIcon.js +17 -0
  1589. package/build/components/WindowAppIcon/index.d.ts +2 -0
  1590. package/build/components/WindowAppIcon/index.js +2 -0
  1591. package/build/components/WindowAppIcon/style.d.ts +8 -0
  1592. package/build/components/WindowAppIcon/style.js +25 -0
  1593. package/build/components/WindowSideBar/WindowSideBar.d.ts +15 -0
  1594. package/build/components/WindowSideBar/WindowSideBar.js +11 -0
  1595. package/build/components/WindowSideBar/constant.d.ts +1 -0
  1596. package/build/components/WindowSideBar/constant.js +1 -0
  1597. package/build/components/WindowSideBar/index.d.ts +4 -0
  1598. package/build/components/WindowSideBar/index.js +4 -0
  1599. package/build/components/WindowSideBar/style.d.ts +14 -0
  1600. package/build/components/WindowSideBar/style.js +33 -0
  1601. package/build/components/index.d.ts +95 -0
  1602. package/build/components/index.js +95 -0
  1603. package/build/constants/api.d.ts +57 -0
  1604. package/build/constants/api.js +57 -0
  1605. package/build/constants/apps.d.ts +704 -0
  1606. package/build/constants/apps.js +357 -0
  1607. package/build/constants/assets.d.ts +506 -0
  1608. package/build/constants/assets.js +510 -0
  1609. package/build/constants/charge.d.ts +1 -0
  1610. package/build/constants/charge.js +1 -0
  1611. package/build/constants/currency.d.ts +9 -0
  1612. package/build/constants/currency.js +21 -0
  1613. package/build/constants/index.d.ts +12 -0
  1614. package/build/constants/index.js +12 -0
  1615. package/build/constants/server.d.ts +4 -0
  1616. package/build/constants/server.js +5 -0
  1617. package/build/constants/servicesTags.d.ts +2 -0
  1618. package/build/constants/servicesTags.js +53 -0
  1619. package/build/constants/style.d.ts +3 -0
  1620. package/build/constants/style.js +3 -0
  1621. package/build/constants/table/cell/authenticationsTableCellWidth.d.ts +57 -0
  1622. package/build/constants/table/cell/authenticationsTableCellWidth.js +57 -0
  1623. package/build/constants/table/cell/authorizationTableCellWidth.d.ts +162 -0
  1624. package/build/constants/table/cell/authorizationTableCellWidth.js +162 -0
  1625. package/build/constants/table/cell/chargeTableCellWidth.d.ts +162 -0
  1626. package/build/constants/table/cell/chargeTableCellWidth.js +162 -0
  1627. package/build/constants/table/cell/destinationsTableCellWidth.d.ts +107 -0
  1628. package/build/constants/table/cell/destinationsTableCellWidth.js +107 -0
  1629. package/build/constants/table/cell/index.d.ts +20 -0
  1630. package/build/constants/table/cell/index.js +20 -0
  1631. package/build/constants/table/cell/intentsTableCellWidth.d.ts +32 -0
  1632. package/build/constants/table/cell/intentsTableCellWidth.js +32 -0
  1633. package/build/constants/table/cell/invoicesTableCellWidth.d.ts +87 -0
  1634. package/build/constants/table/cell/invoicesTableCellWidth.js +87 -0
  1635. package/build/constants/table/cell/leadsTableCellWidth.d.ts +37 -0
  1636. package/build/constants/table/cell/leadsTableCellWidth.js +37 -0
  1637. package/build/constants/table/cell/merchantsTableCellWidth.d.ts +57 -0
  1638. package/build/constants/table/cell/merchantsTableCellWidth.js +57 -0
  1639. package/build/constants/table/cell/ordersTableCellWidth.d.ts +57 -0
  1640. package/build/constants/table/cell/ordersTableCellWidth.js +57 -0
  1641. package/build/constants/table/cell/payoutsTableCellWidth.d.ts +57 -0
  1642. package/build/constants/table/cell/payoutsTableCellWidth.js +57 -0
  1643. package/build/constants/table/cell/protectAuthorizationsTableCellWidth.d.ts +72 -0
  1644. package/build/constants/table/cell/protectAuthorizationsTableCellWidth.js +72 -0
  1645. package/build/constants/table/cell/protectChargesTableCellWidth.d.ts +67 -0
  1646. package/build/constants/table/cell/protectChargesTableCellWidth.js +67 -0
  1647. package/build/constants/table/cell/refundTableCellWidth.d.ts +142 -0
  1648. package/build/constants/table/cell/refundTableCellWidth.js +142 -0
  1649. package/build/constants/table/cell/terminalsTableCellWidth.d.ts +72 -0
  1650. package/build/constants/table/cell/terminalsTableCellWidth.js +72 -0
  1651. package/build/constants/table/cell/tokensTableCellWidth.d.ts +47 -0
  1652. package/build/constants/table/cell/tokensTableCellWidth.js +47 -0
  1653. package/build/constants/table/cell/topupsTableCellWidth.d.ts +57 -0
  1654. package/build/constants/table/cell/topupsTableCellWidth.js +57 -0
  1655. package/build/constants/table/cell/walletDetailsTableCellWidth.d.ts +32 -0
  1656. package/build/constants/table/cell/walletDetailsTableCellWidth.js +32 -0
  1657. package/build/constants/table/cell/walletStatementTableCellWidth.d.ts +62 -0
  1658. package/build/constants/table/cell/walletStatementTableCellWidth.js +62 -0
  1659. package/build/constants/table/cell/walletTableCellWidth.d.ts +32 -0
  1660. package/build/constants/table/cell/walletTableCellWidth.js +32 -0
  1661. package/build/constants/table.d.ts +6 -0
  1662. package/build/constants/table.js +6 -0
  1663. package/build/constants/timezones.d.ts +4 -0
  1664. package/build/constants/timezones.js +45 -0
  1665. package/build/constants/toggleOptions.d.ts +8 -0
  1666. package/build/constants/toggleOptions.js +8 -0
  1667. package/build/hooks/index.d.ts +11 -0
  1668. package/build/hooks/index.js +11 -0
  1669. package/build/hooks/useActionMenu.d.ts +20 -0
  1670. package/build/hooks/useActionMenu.js +45 -0
  1671. package/build/hooks/useBadgesCount.d.ts +3 -0
  1672. package/build/hooks/useBadgesCount.js +15 -0
  1673. package/build/hooks/useCheckInternetConnection.d.ts +1 -0
  1674. package/build/hooks/useCheckInternetConnection.js +17 -0
  1675. package/build/hooks/useCheckUserLoggedIn.d.ts +1 -0
  1676. package/build/hooks/useCheckUserLoggedIn.js +11 -0
  1677. package/build/hooks/useCountdown.d.ts +7 -0
  1678. package/build/hooks/useCountdown.js +46 -0
  1679. package/build/hooks/useDelayToSetValue.d.ts +4 -0
  1680. package/build/hooks/useDelayToSetValue.js +19 -0
  1681. package/build/hooks/useIsParameterSelected.d.ts +5 -0
  1682. package/build/hooks/useIsParameterSelected.js +13 -0
  1683. package/build/hooks/useMouseState.d.ts +8 -0
  1684. package/build/hooks/useMouseState.js +25 -0
  1685. package/build/hooks/useStickyHeaderShadow.d.ts +4 -0
  1686. package/build/hooks/useStickyHeaderShadow.js +14 -0
  1687. package/build/hooks/useThemeMode.d.ts +4 -0
  1688. package/build/hooks/useThemeMode.js +8 -0
  1689. package/build/hooks/useWindowDimensions.d.ts +4 -0
  1690. package/build/hooks/useWindowDimensions.js +21 -0
  1691. package/build/index.d.ts +6 -0
  1692. package/build/index.js +6 -0
  1693. package/build/playground/VTDemo.d.ts +1 -0
  1694. package/build/playground/VTDemo.js +58 -0
  1695. package/build/playground/index.d.ts +1 -0
  1696. package/build/playground/index.js +1 -0
  1697. package/build/theme/components.d.ts +2 -0
  1698. package/build/theme/components.js +22 -0
  1699. package/build/theme/index.d.ts +5 -0
  1700. package/build/theme/index.js +5 -0
  1701. package/build/theme/palette.d.ts +3 -0
  1702. package/build/theme/palette.js +106 -0
  1703. package/build/theme/shadows.d.ts +2 -0
  1704. package/build/theme/shadows.js +27 -0
  1705. package/build/theme/theme.d.ts +10 -0
  1706. package/build/theme/theme.js +15 -0
  1707. package/build/theme/typography.d.ts +3 -0
  1708. package/build/theme/typography.js +33 -0
  1709. package/build/types/account.d.ts +6 -0
  1710. package/build/types/account.js +7 -0
  1711. package/build/types/analytics.d.ts +31 -0
  1712. package/build/types/analytics.js +6 -0
  1713. package/build/types/api.d.ts +22 -0
  1714. package/build/types/api.js +1 -0
  1715. package/build/types/appConfig.d.ts +31 -0
  1716. package/build/types/appConfig.js +1 -0
  1717. package/build/types/apps.d.ts +66 -0
  1718. package/build/types/apps.js +1 -0
  1719. package/build/types/authentication.d.ts +1 -0
  1720. package/build/types/authentication.js +1 -0
  1721. package/build/types/brand.d.ts +103 -0
  1722. package/build/types/brand.js +13 -0
  1723. package/build/types/cell.d.ts +81 -0
  1724. package/build/types/cell.js +1 -0
  1725. package/build/types/charge.d.ts +396 -0
  1726. package/build/types/charge.js +1 -0
  1727. package/build/types/column.d.ts +40 -0
  1728. package/build/types/column.js +1 -0
  1729. package/build/types/currency.d.ts +47 -0
  1730. package/build/types/currency.js +13 -0
  1731. package/build/types/destination.d.ts +1 -0
  1732. package/build/types/destination.js +1 -0
  1733. package/build/types/entity.d.ts +115 -0
  1734. package/build/types/entity.js +1 -0
  1735. package/build/types/error.d.ts +8 -0
  1736. package/build/types/error.js +1 -0
  1737. package/build/types/file.d.ts +9 -0
  1738. package/build/types/file.js +1 -0
  1739. package/build/types/index.d.ts +25 -0
  1740. package/build/types/index.js +25 -0
  1741. package/build/types/invoice.d.ts +95 -0
  1742. package/build/types/invoice.js +19 -0
  1743. package/build/types/merchant.d.ts +189 -0
  1744. package/build/types/merchant.js +1 -0
  1745. package/build/types/redux.d.ts +9 -0
  1746. package/build/types/redux.js +1 -0
  1747. package/build/types/refund.d.ts +5 -0
  1748. package/build/types/refund.js +1 -0
  1749. package/build/types/segment.d.ts +6 -0
  1750. package/build/types/segment.js +1 -0
  1751. package/build/types/sort.d.ts +1 -0
  1752. package/build/types/sort.js +1 -0
  1753. package/build/types/source.d.ts +1 -0
  1754. package/build/types/source.js +1 -0
  1755. package/build/types/table.d.ts +139 -0
  1756. package/build/types/table.js +1 -0
  1757. package/build/types/theme.d.ts +12 -0
  1758. package/build/types/theme.js +10 -0
  1759. package/build/types/user.d.ts +214 -0
  1760. package/build/types/user.js +1 -0
  1761. package/build/utils/api.d.ts +12 -0
  1762. package/build/utils/api.js +93 -0
  1763. package/build/utils/app.d.ts +3 -0
  1764. package/build/utils/app.js +7 -0
  1765. package/build/utils/array.d.ts +10 -0
  1766. package/build/utils/array.js +16 -0
  1767. package/build/utils/billing.d.ts +39 -0
  1768. package/build/utils/billing.js +32 -0
  1769. package/build/utils/browser.d.ts +2 -0
  1770. package/build/utils/browser.js +7 -0
  1771. package/build/utils/card.d.ts +8 -0
  1772. package/build/utils/card.js +15 -0
  1773. package/build/utils/chargeError.d.ts +12 -0
  1774. package/build/utils/chargeError.js +10 -0
  1775. package/build/utils/color.d.ts +2 -0
  1776. package/build/utils/color.js +38 -0
  1777. package/build/utils/columns.d.ts +9 -0
  1778. package/build/utils/columns.js +67 -0
  1779. package/build/utils/conversion.d.ts +6 -0
  1780. package/build/utils/conversion.js +27 -0
  1781. package/build/utils/country.d.ts +1 -0
  1782. package/build/utils/country.js +11 -0
  1783. package/build/utils/currency.d.ts +23 -0
  1784. package/build/utils/currency.js +91 -0
  1785. package/build/utils/date.d.ts +35 -0
  1786. package/build/utils/date.js +190 -0
  1787. package/build/utils/download.d.ts +3 -0
  1788. package/build/utils/download.js +24 -0
  1789. package/build/utils/encrypt.d.ts +1 -0
  1790. package/build/utils/encrypt.js +44 -0
  1791. package/build/utils/entity.d.ts +2 -0
  1792. package/build/utils/entity.js +13 -0
  1793. package/build/utils/error.d.ts +20 -0
  1794. package/build/utils/error.js +69 -0
  1795. package/build/utils/extractIdsFromRowData.d.ts +6 -0
  1796. package/build/utils/extractIdsFromRowData.js +22 -0
  1797. package/build/utils/file.d.ts +6 -0
  1798. package/build/utils/file.js +16 -0
  1799. package/build/utils/flag.d.ts +21 -0
  1800. package/build/utils/flag.js +13 -0
  1801. package/build/utils/freshdesk.d.ts +7 -0
  1802. package/build/utils/freshdesk.js +54 -0
  1803. package/build/utils/geography.d.ts +11 -0
  1804. package/build/utils/geography.js +10 -0
  1805. package/build/utils/index.d.ts +41 -0
  1806. package/build/utils/index.js +41 -0
  1807. package/build/utils/language.d.ts +34 -0
  1808. package/build/utils/language.js +14 -0
  1809. package/build/utils/localStorage.d.ts +29 -0
  1810. package/build/utils/localStorage.js +162 -0
  1811. package/build/utils/merchant.d.ts +3 -0
  1812. package/build/utils/merchant.js +21 -0
  1813. package/build/utils/navigation.d.ts +15 -0
  1814. package/build/utils/navigation.js +11 -0
  1815. package/build/utils/number.d.ts +6 -0
  1816. package/build/utils/number.js +30 -0
  1817. package/build/utils/object.d.ts +6 -0
  1818. package/build/utils/object.js +14 -0
  1819. package/build/utils/payout.d.ts +65 -0
  1820. package/build/utils/payout.js +172 -0
  1821. package/build/utils/phone.d.ts +8 -0
  1822. package/build/utils/phone.js +8 -0
  1823. package/build/utils/reports.d.ts +1 -0
  1824. package/build/utils/reports.js +3 -0
  1825. package/build/utils/segment.d.ts +2 -0
  1826. package/build/utils/segment.js +9 -0
  1827. package/build/utils/source.d.ts +4 -0
  1828. package/build/utils/source.js +4 -0
  1829. package/build/utils/string.d.ts +9 -0
  1830. package/build/utils/string.js +54 -0
  1831. package/build/utils/table.d.ts +8 -0
  1832. package/build/utils/table.js +75 -0
  1833. package/build/utils/toggleOptions.d.ts +1 -0
  1834. package/build/utils/toggleOptions.js +10 -0
  1835. package/build/utils/url.d.ts +1 -0
  1836. package/build/utils/url.js +8 -0
  1837. package/build/utils/user.d.ts +4 -0
  1838. package/build/utils/user.js +7 -0
  1839. package/build/utils/validation.d.ts +1 -0
  1840. package/build/utils/validation.js +3 -0
  1841. package/package.json +1 -1
  1842. package/build/assets/index-BkIRU7TE.js +0 -481
  1843. package/build/assets/index-_BtT5te5.css +0 -1
  1844. package/build/index.html +0 -17
@@ -0,0 +1,510 @@
1
+ const cdnUrl = 'https://cdn.tap.company/tap-assets';
2
+ export const lightUrl = `${cdnUrl}/icons/dashboard/light`;
3
+ export const appBaseUrl = `${lightUrl}/other`;
4
+ export const functionBaseUrl = `${lightUrl}/function`;
5
+ export const SARIconImage = `${lightUrl}/currency/sar.svg`;
6
+ export const DirhamIconImage = `${lightUrl}/currency/dirham.svg`;
7
+ export const abandonedIcon = `${lightUrl}/abandoned.svg`;
8
+ export const abandonedYellowIcon = `${lightUrl}/abandonedYellow.svg`;
9
+ export const chevronDownIcon = `${lightUrl}/chevron-down.svg`;
10
+ export const reversedIcon = `${lightUrl}/reversed.svg`;
11
+ export const destinationSolidIcon = `${lightUrl}/destinationSolid.svg`;
12
+ export const searchIcon = `${lightUrl}/search.svg`;
13
+ export const unAuthorizedIcon = `${lightUrl}/unauthorized.svg`;
14
+ export const viewIcon = `${lightUrl}/view.svg`;
15
+ export const reportsIcon = `${lightUrl}/reports.svg`;
16
+ export const flagIcon = `${lightUrl}/flag.svg`;
17
+ export const disputeIcon = `${lightUrl}/dispute.svg`;
18
+ export const timezoneIcon = `${lightUrl}/timezone.svg`;
19
+ export const greyTimezoneIcon = `${lightUrl}/greyTimezone.svg`;
20
+ export const subscriptionIcon = `${lightUrl}/subscription.svg`;
21
+ export const savedCardIcon = `${lightUrl}/savedCard.svg`;
22
+ export const egyptFlagIcon = `${lightUrl}/egypt.svg`;
23
+ export const saudiArabiaFlagIcon = `${lightUrl}/saudiArabia.svg`;
24
+ export const jordanFlagIcon = `${lightUrl}/jordan.svg`;
25
+ export const lebanonFlagIcon = `${lightUrl}/lebanon.svg`;
26
+ export const kuwaitFlagIcon = `${lightUrl}/kuwait.svg`;
27
+ export const unitedArabEmiratesFlagIcon = `${lightUrl}/unitedArabEmirates.svg`;
28
+ export const europeFlagIcon = `${lightUrl}/europe.svg`;
29
+ export const bahrainIcon = `${lightUrl}/bahrain.svg`;
30
+ export const unitedStatesFlagIcon = `${lightUrl}/america.svg`;
31
+ export const cardIcon = `${lightUrl}/payment-method/v2/card.svg`;
32
+ export const deviceIcon = `${lightUrl}/device.svg`;
33
+ export const expressCheckoutIcon = `${lightUrl}/expressCheckout.svg`;
34
+ export const applePayIcon = `${lightUrl}/applePay.svg`;
35
+ export const cashIcon = `${lightUrl}/cash.svg`;
36
+ export const passThruWalletIcon = `${lightUrl}/passThruWallet.svg`;
37
+ export const storedValueWalletIcon = `${lightUrl}/storedValueWallet.svg`;
38
+ export const buyNowPayLaterIcon = `${lightUrl}/buyNowPayLater.svg`;
39
+ export const openBankingIcon = `${lightUrl}/openBanking.svg`;
40
+ export const visaIcon = `${lightUrl}/visa.svg`;
41
+ export const completedIcon = `${lightUrl}/completed.svg`;
42
+ export const chargeBackRequestedIcon = `${lightUrl}/chargebackRequested.svg`;
43
+ export const chargeBackIcon = `${lightUrl}/chargeback.svg`;
44
+ export const capturedDropdownIcon = `${appBaseUrl}/captureDropdown.svg`;
45
+ export const disputeResolvedIcon = `${lightUrl}/disputeResolved.svg`;
46
+ export const reversePayoutIcon = `${lightUrl}/reversePayout.svg`;
47
+ export const ellipsisHorizontalIcon = `${lightUrl}/ellipsisHorizontal.svg`;
48
+ export const threeDsIcon = `${lightUrl}/3ds.svg`;
49
+ export const idIcon = `${lightUrl}/id.svg`;
50
+ export const copyIcon = `${appBaseUrl}/copyIcon.svg`;
51
+ export const codeIcon = `${appBaseUrl}/codeIcon.svg`;
52
+ export const greenCheckIcon = `${appBaseUrl}/GreenCheckMark2.svg`;
53
+ export const closedDisputeIcon = `${lightUrl}/closedDispute.svg`;
54
+ export const openDisputeIcon = `${lightUrl}/openDispute.svg`;
55
+ export const desktopIcon = `${lightUrl}/desktop.svg`;
56
+ export const mobileIcon = `${lightUrl}/mobile.svg`;
57
+ export const tabletIcon = `${lightUrl}/tablet.svg`;
58
+ export const invoiceIcon = `${lightUrl}/invoice.svg`;
59
+ export const columnIcon = `${lightUrl}/column.svg`;
60
+ export const sortAzIcon = `${lightUrl}/sortAz.svg`;
61
+ export const sortZaIcon = `${lightUrl}/sortZa.svg`;
62
+ export const percentage0Icon = `${lightUrl}/percentage0.svg`;
63
+ export const percentage50Icon = `${lightUrl}/percentage50.svg`;
64
+ export const percentage75Icon = `${lightUrl}/percentage75.svg`;
65
+ export const percentage100Icon = `${lightUrl}/percentage100.svg`;
66
+ export const maximizeIcon = `${lightUrl}/maximize.svg`;
67
+ export const minimizeIcon = `${lightUrl}/minimize.svg`;
68
+ export const closeIcon = `${lightUrl}/close.svg`;
69
+ export const topUpIcon = `${lightUrl}/topup.svg`;
70
+ export const deMaximizeIcon = `${appBaseUrl}/demaximize.svg`;
71
+ export const pendingFlag = `${lightUrl}/pendingFlag.svg`;
72
+ export const releasedFlag = `${lightUrl}/releasedFlag.svg`;
73
+ export const acceptedFlag = `${lightUrl}/acceptedFlag.svg`;
74
+ export const unCapturedIcon = `${lightUrl}/status/unCaptured.svg`;
75
+ export const newWindowIcon = `${appBaseUrl}/newWindow.svg`;
76
+ export const viewAllIcon = `${appBaseUrl}/viewAll.svg`;
77
+ export const hideIcon = `${appBaseUrl}/hide.svg`;
78
+ export const quitIcon = `${appBaseUrl}/close.svg`;
79
+ export const starIcon = `${appBaseUrl}/star.svg`;
80
+ export const closeCircle = `${appBaseUrl}/closeCircle.svg`;
81
+ export const acquirerIcon = `${appBaseUrl}/acquirer.svg`;
82
+ export const genericIconNew = `${lightUrl}/GenericIconNew.svg`;
83
+ export const acquirerRedIcon = `${appBaseUrl}/acquirerRed.svg`;
84
+ export const gatewayIcon = `${appBaseUrl}/gateway.svg`;
85
+ export const acquirerOrangeIcon = `${appBaseUrl}/acquirerOrange.svg`;
86
+ export const capturedAuthorizeIcon = `${lightUrl}/status/capturedAuthorize.svg`;
87
+ export const merchantInitiatedIcon = `${appBaseUrl}/merchantInitiated.svg`;
88
+ export const rightArrow = `${appBaseUrl}/rightArow.svg`;
89
+ export const blackRightArrowIcon = `${lightUrl}/blackRightArrow.svg`;
90
+ export const orangeFlagIcon = `${appBaseUrl}/orangeFlag.svg`;
91
+ export const openFlagIcon = `${appBaseUrl}/openFlag.svg`;
92
+ export const closedFlagIcon = `${appBaseUrl}/closedFlag.svg`;
93
+ export const redFlagIcon = `${appBaseUrl}/redFlag.svg`;
94
+ export const grayFlagIcon = `${appBaseUrl}/grayFlag.svg`;
95
+ export const downArrowIcon = `${appBaseUrl}/downArrow.svg`;
96
+ export const checkIcon = `${appBaseUrl}/check.svg`;
97
+ export const closeXIcon = `${appBaseUrl}/closeX.svg`;
98
+ export const dragIcon = `${appBaseUrl}/drag.svg`;
99
+ export const checkboxIcon = `${appBaseUrl}/checkboxIcon.svg`;
100
+ export const protectIcon = `${appBaseUrl}/checkboxIcon.svg`;
101
+ export const unisoIcon = `${lightUrl}/Uniso.svg`;
102
+ export const addidasIcon = `${lightUrl}/addidas.svg`;
103
+ export const macIcon = `${lightUrl}/Mac.svg`;
104
+ export const blueZigzagCheckIcon = `${lightUrl}/blueCheckIconZigzag.svg`;
105
+ export const greenZigzagCheckIcon = `${lightUrl}/greenCheckIconZigzag.svg`;
106
+ export const dimmedZigzagCheckIcon = `${lightUrl}/dimmedCheckIconZigzag.svg`;
107
+ export const marketPlaceBlueIcon = `${lightUrl}/marketPlaceBlue.svg`;
108
+ export const marketPlaceBlackIcon = `${lightUrl}/marketplaceBlackIcon.svg`;
109
+ export const marketPlaceDimmedIcon = `${lightUrl}/marketPlaceDimmed.svg`;
110
+ export const moneyOutIcon = `${lightUrl}/moneyOut.svg`;
111
+ export const moneyOutDimmedIcon = `${lightUrl}/moneyOutDimmed.svg`;
112
+ export const moneyInIcon = `${lightUrl}/moneyIn.svg`;
113
+ export const moneyInDimmedIcon = `${lightUrl}/moneyInDimmed.svg`;
114
+ export const messageIcon = `${lightUrl}/message.svg`;
115
+ export const pendingIcon = `${lightUrl}/pending.svg`;
116
+ export const payStreamIcon = `${lightUrl}/payStream.svg`;
117
+ export const clearCoinIcon = `${lightUrl}/clearCoin.svg`;
118
+ export const walletIcon = `${appBaseUrl}/walletSmall.svg`;
119
+ export const bankIcon = `${appBaseUrl}/bank.svg`;
120
+ export const hijriIcon = `${appBaseUrl}/hijri.svg`;
121
+ export const darkLeftArrowIcon = `${appBaseUrl}/darkLeftArrow.svg`;
122
+ export const darkRightArrowIcon = `${appBaseUrl}/darkRightArrow.svg`;
123
+ export const spinnerLoadingIcon = `${appBaseUrl}/spinnerLoading.svg`;
124
+ export const spinnerLoadingAnimatedIcon = `${appBaseUrl}/spinnerLoadingAnimated.svg`;
125
+ export const actionFailIcon = `${appBaseUrl}/actionFail.svg`;
126
+ export const actionSuccessIcon = `${appBaseUrl}/actionSuccess.svg`;
127
+ export const checkMarkIcon = `${appBaseUrl}/checkMark.svg`;
128
+ export const logOutIcon = `${appBaseUrl}/logout.svg`;
129
+ export const preferencesIcon = `${appBaseUrl}/preferences.svg`;
130
+ export const transformIcon = `${appBaseUrl}/transform.svg`;
131
+ export const tokenAppIcon = `${appBaseUrl}/token.svg`;
132
+ export const billingAppIcon = `${appBaseUrl}/billing.svg`;
133
+ export const receiptBillIcon = `${appBaseUrl}/receiptBill.svg`;
134
+ export const newReceiptIcon = `${lightUrl}/newReceiptIcon.svg`;
135
+ export const acceptanceAppIcon = `${appBaseUrl}/acceptance.svg`;
136
+ export const acceptanceEnabledIcon = `${lightUrl}/acceptanceEnabled.svg`;
137
+ export const acceptanceAppDisabledIcon = `${appBaseUrl}/acceptanceAppIconDisabled.svg`;
138
+ export const payoutAppDisabledIcon = `${appBaseUrl}/payoutsAppIconDisabled.svg`;
139
+ export const payoutEnabledIcon = `${lightUrl}/payoutEnabled.svg`;
140
+ export const payoutGreenIcon = `${lightUrl}/payoutAppGreenIcon.svg`;
141
+ export const payoutDisabledRoundedIcon = `${lightUrl}/payoutDisabledRounded.svg`;
142
+ export const acceptanceDisabledRoundedIcon = `${lightUrl}/acceptanceDisabledRounded.svg`;
143
+ export const authenticationAppIcon = `${appBaseUrl}/AuthenticationApp.svg`;
144
+ export const walletAppIcon = `${appBaseUrl}/walletApp.svg`;
145
+ export const payoutsAppIcon = `${appBaseUrl}/payouts.svg`;
146
+ export const protectAppIcon = `${appBaseUrl}/protect.svg`;
147
+ export const customersAppIcon = `${appBaseUrl}/customers.svg`;
148
+ export const businessesAppIcon = `${appBaseUrl}/business.svg`;
149
+ export const accountAppIcon = `${appBaseUrl}/account.svg`;
150
+ export const unCheckedIcon = `${appBaseUrl}/disableCheck.svg`;
151
+ export const wifiOffIcon = `${appBaseUrl}/wifiOff.svg`;
152
+ export const SandboxHovered = `${appBaseUrl}/SandboxHovered.svg`;
153
+ export const SandboxDefault = `${appBaseUrl}/Sandbox.svg`;
154
+ export const warningInfoIcon = `${appBaseUrl}/ExclamationError.svg`;
155
+ export const greyCheckIcon = `${appBaseUrl}/greyCheck.svg`;
156
+ export const greyCrossIcon = `${appBaseUrl}/greyCross.svg`;
157
+ export const blueCheckIcon = `${appBaseUrl}/blueCheck.svg`;
158
+ export const disabledCheckIcon = `${appBaseUrl}/disabledCheck.svg`;
159
+ export const darkCheckIcon = `${appBaseUrl}/darkCheck.svg`;
160
+ export const collapseArrowIcon = `${appBaseUrl}/collapseArrow.svg`;
161
+ export const worldIcon = `${appBaseUrl}/world.svg`;
162
+ export const grayUpArrowIcon = `${appBaseUrl}/grayUpArrow.svg`;
163
+ export const blackHeadingDownArrow = `${appBaseUrl}/blackHeadingDownArrowIcon.svg`;
164
+ export const blueHeadingDropdownArrow = `${appBaseUrl}/blueHeadingDropdownArrow.svg`;
165
+ export const blueDropdownArrowIcon = `${appBaseUrl}/dropdownArrow.svg`;
166
+ export const greyDropdownIcon = `${appBaseUrl}/greyDropdownIcon.svg`;
167
+ export const businessSegmentIcon = `${appBaseUrl}/business2.svg`;
168
+ export const providerSegmentIcon = `${appBaseUrl}/provider.svg`;
169
+ export const financialSegmentIcon = `${appBaseUrl}/financial.svg`;
170
+ export const developmentSegmentIcon = `${appBaseUrl}/development.svg`;
171
+ export const platformSegmentIcon = `${appBaseUrl}/platform.svg`;
172
+ export const lightPlatformSegmentIcon = `${appBaseUrl}/light_platform.svg`;
173
+ export const grayBrandIcon = `${appBaseUrl}/brandGray.svg`;
174
+ export const jsonIcon = `${appBaseUrl}/json.svg`;
175
+ export const jsonBlackIcon = `${appBaseUrl}/jsonBlackIcon.svg`;
176
+ export const sortIcon = `${appBaseUrl}/sort1.svg`;
177
+ export const SandboxHoveredLightIcon = `${appBaseUrl}/SandboxHoveredLight.svg`;
178
+ export const emailChannelIcon = `${appBaseUrl}/emailColoured.svg`;
179
+ export const orderIcon = `${lightUrl}/OrderIcon.svg`;
180
+ export const transactionIcon = `${lightUrl}/TransactionIcon.svg`;
181
+ export const genericIcon = `${lightUrl}/GenericIcon.svg`;
182
+ export const smsChannelIcon = `${appBaseUrl}/smsColoured.svg`;
183
+ export const whatsappChannelIcon = `${appBaseUrl}/whatsAppColored.svg`;
184
+ export const dueDateBlueIcon = `${appBaseUrl}/dueDateBlue.svg`;
185
+ export const dueDateOrangeIcon = `${appBaseUrl}/dueDateOrange.svg`;
186
+ export const dueDateYellowIcon = `${appBaseUrl}/dueDateYellow.svg`;
187
+ export const dueDateRedIcon = `${appBaseUrl}/dueDateRed.svg`;
188
+ export const dueDateBlackIcon = `${appBaseUrl}/dueDateBlack.svg`;
189
+ export const dueDateGrayIcon = `${appBaseUrl}/dueDateGray.svg`;
190
+ export const timerBlueIcon = `${appBaseUrl}/timerBlue.svg`;
191
+ export const expiredIcon = `${appBaseUrl}/expiredIcon.svg`;
192
+ export const remindedRedIcon = `${appBaseUrl}/remindedRed.svg`;
193
+ export const chevronWhiteIcon = `${appBaseUrl}/chevronWhite.svg`;
194
+ export const chevronGrayIcon = `${appBaseUrl}/chevronGray.svg`;
195
+ export const notVerifiedIcon = `${appBaseUrl}/notVerified.svg`;
196
+ export const verifiedIcon = `${appBaseUrl}/verified.svg`;
197
+ export const verifyReviewIcon = `${appBaseUrl}/verifyReview.svg`;
198
+ export const attentionIcon = `${lightUrl}/window/attention.svg`;
199
+ export const initialAcceptanceIcon = `${lightUrl}/window/initalAcceptance.svg`;
200
+ export const completedAcceptanceIcon = `${lightUrl}/window/completedAcceptance.svg`;
201
+ export const initialPayoutsIcon = `${lightUrl}/window/initalPayouts.svg`;
202
+ export const completedPayoutsIcon = `${lightUrl}/window/completedPayouts.svg`;
203
+ export const collapseArrowsIcon = `${appBaseUrl}/collapseArrowsIcon.svg`;
204
+ export const expandArrowsIcon = `${appBaseUrl}/expandArrowsIcon.svg`;
205
+ export const greenArrowRightIcon = `${appBaseUrl}/greenArrowRight.svg`;
206
+ export const greenArrowLeftIcon = `${appBaseUrl}/greenArrowLeft1.svg`;
207
+ export const greenArrowUpIcon = `${appBaseUrl}/greenIconWithArrowUp.svg`;
208
+ export const whiteArrowRightIcon = `${appBaseUrl}/whiteArrowRight.svg`;
209
+ export const whiteArrowLeftIcon = `${appBaseUrl}/whiteArrowLeft.svg`;
210
+ export const HSBCBankIcon = `${lightUrl}/HSBCBank.svg`;
211
+ export const shopifyBadgeIcon = `${lightUrl}/shopifyIcon.svg`;
212
+ export const verifiedGreenBadgeIcon = `${lightUrl}/verifiedGreenBadge.svg`;
213
+ export const backButtonLeftIcon = `${lightUrl}/backButtonLeft.svg`;
214
+ export const eyeHideIcon = `${lightUrl}/eyeHideIcon.svg`;
215
+ export const eyeShowIcon = `${lightUrl}/eyeShowIcon.svg`;
216
+ export const uploadIcon = `${appBaseUrl}/uploadIcon.svg`;
217
+ export const uploadBlueIcon = `${appBaseUrl}/uploadBlueIcon.svg`;
218
+ export const sandboxHoveredIcon = `${appBaseUrl}/SandboxHovered.svg`;
219
+ export const sandboxDefaultIcon = `${appBaseUrl}/sandboxDefaultIcon.svg`;
220
+ export const sandboxOrangeIcon = `${appBaseUrl}/SandboxIcon.svg`;
221
+ export const clockIcon = `${appBaseUrl}/clock.svg`;
222
+ export const redCloseIcon = `${appBaseUrl}/RedClose.svg`;
223
+ export const xlsIcon = `${appBaseUrl}/xls.svg`;
224
+ export const csvIcon = `${appBaseUrl}/csv.svg`;
225
+ export const pdfIcon = `${appBaseUrl}/pdf.svg`;
226
+ export const reportIcon = `${appBaseUrl}/Download.svg`;
227
+ export const reportsIconOutlined = `${appBaseUrl}/reportsIconOutlined.svg`;
228
+ export const doneIcon = `${appBaseUrl}/Done.svg`;
229
+ export const reportAppsIcon = `${appBaseUrl}/reportApps.svg`;
230
+ export const reportAppIcon = `${lightUrl}/window/ReportsApp.svg`;
231
+ export const leadAppIcon = `${lightUrl}/window/leadApp.svg`;
232
+ export const leadTitleIcon = `${lightUrl}/window/leadTitleIcon.svg`;
233
+ export const orderAppIcon = `${appBaseUrl}/OrderApp.svg`;
234
+ export const orderWindowIcon = `${appBaseUrl}/OrderTitleIcon.svg`;
235
+ export const dottedLine = `${lightUrl}/dottedLine.svg`;
236
+ export const passwordDotsIcon = `${lightUrl}/passwordDots.svg`;
237
+ export const dollarSignIcon = `${lightUrl}/dollarSign.svg`;
238
+ export const reloadIcon = `${lightUrl}/reload.svg`;
239
+ export const deletedStatusIcon = `${appBaseUrl}/deletedStatus1.svg`;
240
+ export const draftStatusIcon = `${appBaseUrl}/draftedStatus1.svg`;
241
+ export const createdStatusIcon = `${appBaseUrl}/createdStatus1.svg`;
242
+ export const cancelledStatusIcon = `${appBaseUrl}/cancelledStatus1.svg`;
243
+ export const expiredStatusIcon = `${appBaseUrl}/expiredStatus1.svg`;
244
+ export const paidStatusIcon = `${appBaseUrl}/paidStatus1.svg`;
245
+ export const deliveredStatusIcon = `${appBaseUrl}/deliveredStatus1.svg`;
246
+ export const viewedStatusIcon = `${appBaseUrl}/viewedStatus1.svg`;
247
+ export const savedStatusIcon = `${appBaseUrl}/savedStatus1.svg`;
248
+ export const scheduledStatusIcon = `${appBaseUrl}/scheduledStatus1.svg`;
249
+ export const pendingStatusIcon = `${appBaseUrl}/invoicePendingStatus2.svg`;
250
+ export const refundedStatusIcon = `${appBaseUrl}/invoiceRefundedStatus2.svg`;
251
+ export const newFileIcon = `${lightUrl}/newFileIcon.svg`;
252
+ export const teamWindowIcon = `${lightUrl}/teamWindowIcon.svg`;
253
+ export const blueAppsIcon = `${lightUrl}/blueAppsIcon.svg`;
254
+ export const disabledCardIcon = `${lightUrl}/disabledCardIcon.svg`;
255
+ export const disabledCodeIcon = `${lightUrl}/disabledCodeIcon.svg`;
256
+ export const layersIcon = `${lightUrl}/layersIcon.svg`;
257
+ export const pendingOnTapIcon = `${lightUrl}/status/pendingOnTapIcon.svg`;
258
+ export const leadWhiteIcon = `${lightUrl}/leadWhiteIcon.svg`;
259
+ export const chatDisabledIcon = `${appBaseUrl}/chatDisabledIcon.svg`;
260
+ export const exclamationDarkIcon = `${lightUrl}/exclamationDarkIcon.svg`;
261
+ export const exclamationWarningIcon = `${appBaseUrl}/exclamationWarning.svg`;
262
+ export const exclamationErrorIcon = `${lightUrl}/exclamationError.svg`;
263
+ export const greenCheckV2Icon = `${appBaseUrl}/greenCheckV2.svg`;
264
+ export const iosIcon = `${lightUrl}/iosIcon1.svg`;
265
+ export const androidIcon = `${lightUrl}/androidIcon.svg`;
266
+ export const websiteIcon = `${lightUrl}/websiteIcon.svg`;
267
+ export const greyAppleIcon = `${appBaseUrl}/greyApple.svg`;
268
+ export const greyLocationIcon = `${appBaseUrl}/greyLocationIcon.svg`;
269
+ export const greyDesktopIcon = `${appBaseUrl}/greyDesktopIcon.svg`;
270
+ export const darkGreyTimezoneIcon = `${appBaseUrl}/greyTimezone.svg`;
271
+ export const safariIcon = `${appBaseUrl}/safariBrowser.svg`;
272
+ export const chromeIcon = `${appBaseUrl}/chromeBrowser.svg`;
273
+ export const firefoxIcon = `${appBaseUrl}/firefoxBrowser.svg`;
274
+ export const edgeIcon = `${appBaseUrl}/microsoftBrowser.svg`;
275
+ export const operaIcon = `${appBaseUrl}/operaBrowser.svg`;
276
+ export const braveIcon = `${appBaseUrl}/braveBrowser.svg`;
277
+ export const arcIcon = `${appBaseUrl}/arcBrowser.svg`;
278
+ export const chromiumIcon = `${appBaseUrl}/chromiumBrowser.svg`;
279
+ export const userIcon = `${appBaseUrl}/userIcon.svg`;
280
+ export const abandonedTableIcon = `${lightUrl}/status/table/abandoned.svg`;
281
+ export const cancelledTableIcon = `${lightUrl}/status/table/cancelled.svg`;
282
+ export const capturedTableIcon = `${lightUrl}/status/table/captured.svg`;
283
+ export const chargeBackTableIcon = `${lightUrl}/status/table/chargeBack.svg`;
284
+ export const chargeBackRequestedTableIcon = `${lightUrl}/status/table/chargeBackRequested.svg`;
285
+ export const completedTableIcon = `${lightUrl}/status/table/completed.svg`;
286
+ export const declinedTableIcon = `${lightUrl}/status/table/declined.svg`;
287
+ export const destinationReversedTableIcon = `${lightUrl}/status/table/destinationReversed.svg`;
288
+ export const destinationWithoutBackgroundIcon = `${appBaseUrl}/DestinationWithoutBackground.svg`;
289
+ export const disputeResolvedTableIcon = `${lightUrl}/status/table/disputeResolved.svg`;
290
+ export const failedTableIcon = `${lightUrl}/status/table/failed.svg`;
291
+ export const failedNoBgTableIcon = `${lightUrl}/status/table/failedNoBG.svg`;
292
+ export const declinedNoBgTableIcon = `${lightUrl}/status/table/declinedNoBg.svg`;
293
+ export const destinationSuccessTableIcon = `${appBaseUrl}/destinationSuccess.svg`;
294
+ export const authenticationFailedTableIcon = `${lightUrl}/status/authenticationFailed.svg`;
295
+ export const authenticatedIcon = `${lightUrl}/status/table/authenticated.svg`;
296
+ export const scheduledFilterIcon = `${lightUrl}/paidOutFilterIcon.svg`;
297
+ export const paidOutFilterIcon = `${lightUrl}/scheduledFilterIcon.svg`;
298
+ export const unauthenticatedIcon = `${lightUrl}/status/unauthenticated.svg`;
299
+ export const authenticationAttemptedIcon = `${lightUrl}/status/authenticationAttempted.svg`;
300
+ export const authenticationNoAuthIcon = `${lightUrl}/status/authenticationNoAuth.svg`;
301
+ export const authenticationDeclinedIcon = `${lightUrl}/status/authenticationDeclined.svg`;
302
+ export const authenticationExemptedWithoutTransactionIcon = `${lightUrl}/status/authenticationExemptedWithoutTransaction1.svg`;
303
+ export const authenticationExemptedWithTransactionIcon = `${lightUrl}/status/authenticationExemptedWithTransaction2.svg`;
304
+ export const authenticationFailedIcon = `${lightUrl}/status/authenticationFailed1.svg`;
305
+ export const authenticationInitiatedIcon = `${lightUrl}/status/authenticationInitiated.svg`;
306
+ export const authenticationUnavailableIcon = `${lightUrl}/status/authenticationUnavailable.svg`;
307
+ export const authenticationWithoutTransactionIcon = `${lightUrl}/status/AuthenticationWithoutTransaction1.svg`;
308
+ export const authenticationWithTransactionIcon = `${lightUrl}/status/authenticationWithTransaction1 2.svg`;
309
+ export const authenticatedSuccessIcon = `${lightUrl}/status/AuthenticationAuthenticated.svg`;
310
+ export const authenticationPendingIcon = `${lightUrl}/status/authenticationPending2.svg`;
311
+ export const viewInvoiceIcon = `${appBaseUrl}/viewInvoice.svg`;
312
+ export const checkoutStatusIcon = `${appBaseUrl}/checkoutStatus.svg`;
313
+ export const checkoutStatusBlueIcon = `${appBaseUrl}/checkStatusOutBlue.svg`;
314
+ export const checkoutWithMarkStatusIcon = `${appBaseUrl}/checkoutWithMarkStatus.svg`;
315
+ export const intentExpiredStatusIcon = `${appBaseUrl}/intentExpiredStatus.svg`;
316
+ export const intentInitiatedStatusIcon = `${appBaseUrl}/intentInitiatedStatus.svg`;
317
+ export const intentCancelledStatusIcon = `${appBaseUrl}/intentCancelledStatus.svg`;
318
+ export const intentTransactedStatusIcon = `${appBaseUrl}/intentTransactedStatus.svg`;
319
+ export const longWordsIcon = `${appBaseUrl}/longWordsIcon.svg`;
320
+ export const abandonedNoBGIcon = `${lightUrl}/abandonedNoBG.svg`;
321
+ export const paidOutTableIcon = `${lightUrl}/status/table/paidOut.svg`;
322
+ export const reversePayoutTableIcon = `${lightUrl}/status/table/reversePayout.svg`;
323
+ export const pendingPayoutIcon = `${lightUrl}/status/pendingPayout.svg`;
324
+ export const whiteCloseIcon = `${appBaseUrl}/whiteCloseIcon.svg`;
325
+ export const emptyIcon = `${lightUrl}/window/empty.svg`;
326
+ export const reverseActionIcon = `${appBaseUrl}/reverseActionIcon.svg`;
327
+ export const authenticationWalletIcon = `${lightUrl}/status/authenticationWallet.svg`;
328
+ export const authenticationAppTypeIcon = `${lightUrl}/status/authenticationApp.svg`;
329
+ export const authenticationBiometricIcon = `${lightUrl}/status/authenticationBiometric.svg`;
330
+ export const authenticationDeviceIcon = `${lightUrl}/status/authenticationDevice.svg`;
331
+ export const authenticationIssuerIcon = `${lightUrl}/status/authenticationIssuer.svg`;
332
+ export const authenticationSchemeIcon = `${lightUrl}/status/authenticationScheme.svg`;
333
+ export const pinIcon = `${lightUrl}/pin.svg`;
334
+ export const unpinIcon = `${lightUrl}/unpin.svg`;
335
+ export const switcherIcon = `${appBaseUrl}/switcher.svg`;
336
+ export const tokenSavedStatusIcon = `${lightUrl}/status/table/tokensSaved.svg`;
337
+ export const tokenTransactedStatusIcon = `${lightUrl}/status/table/tokensTransacted.svg`;
338
+ export const tokenExpiredStatusIcon = `${lightUrl}/status/table/tokensExpired.svg`;
339
+ export const tokenPendingStatusIcon = `${lightUrl}/status/table/tokensPending.svg`;
340
+ export const tokenCardIcon = `${lightUrl}/status/table/tokenCardIcon.svg`;
341
+ export const tableLoadingSpinnerIcon = `${appBaseUrl}/TableloadingSpinner.svg`;
342
+ export const tableLoadingSpinnerWhiteIcon = `${appBaseUrl}/loadingSpinnerWhite.svg`;
343
+ export const tableBackgroundLoader = `${lightUrl}/backgroundLoader.svg`;
344
+ export const tableBlueArrowUpIcon = `${appBaseUrl}/arrowUpBlue1.svg`;
345
+ export const tableBlueCheckMarkShadowedIcon = `${appBaseUrl}/BlueCheckMarkShadowed1.svg`;
346
+ export const cardViewButtonIcon = `${appBaseUrl}/cardViewButton.svg`;
347
+ export const listViewButtonIcon = `${appBaseUrl}/listViewButton1.svg`;
348
+ export const blueArrowUpIcon = `${lightUrl}/BlueArrowUpIcon.svg`;
349
+ export const blueCircleLoaderIcon = `${lightUrl}/BlueCircleLoaderIcon.svg`;
350
+ export const appsGridIcon = `${lightUrl}/appsGridIcon2.svg`;
351
+ export const whiteFilterIcon = `${lightUrl}/whiteFilter.svg`;
352
+ export const grayCloseIcon = `${lightUrl}/grayCloseIcon.svg`;
353
+ export const agreementOrderIcon = `${lightUrl}/status/OrderAgreementIcon.svg`;
354
+ export const agreementInstallmentIcon = `${lightUrl}/status/InstallmentAgreementIcon.svg`;
355
+ export const agreementSavedCardIcon = `${lightUrl}/status/CardAgreementIcon.svg`;
356
+ export const agreementSubscriptionIcon = `${lightUrl}/status/SubscriptionAgreementIcon.svg`;
357
+ export const brandPlaceholderIcon = `${lightUrl}/brandPlaceholder.svg`;
358
+ export const usersIcon = `${lightUrl}/users-icons.svg`;
359
+ export const clipboardIcon = `${lightUrl}/Board-Icons.svg`;
360
+ export const noAgreementIcon = `${appBaseUrl}/No Agreement.svg`;
361
+ export const getPaymentMethodsIcon = (source) => `${lightUrl}/payment-method/v2/${source}.svg`;
362
+ export const getCountriesIcon = (source) => `${lightUrl}/country/${source}.svg`;
363
+ export const getCurrenciesIcon = (currency) => `${cdnUrl}/currency/v2/light/${currency}.svg`;
364
+ export const getAuthorityIcon = (authority) => {
365
+ const authorityWithoutSpaces = authority.replace(/\s/g, '');
366
+ return `${cdnUrl}/icons/dashboard/light/authority/v2/${authorityWithoutSpaces}.svg`;
367
+ };
368
+ export const acceptanceWindowIcon = `${lightUrl}/window/acceptance.svg`;
369
+ export const walletWindowIcon = `${lightUrl}/window/wallet.svg`;
370
+ export const billingWindowIcon = `${lightUrl}/window/billing.svg`;
371
+ export const customersWindowIcon = `${lightUrl}/window/customers.svg`;
372
+ export const payoutWindowIcon = `${lightUrl}/window/payout.svg`;
373
+ export const protectWindowIcon = `${lightUrl}/window/protect.svg`;
374
+ export const tokensWindowIcon = `${lightUrl}/window/tokens.svg`;
375
+ export const accountWindowIcon = `${lightUrl}/window/account.svg`;
376
+ export const businessesWindowIcon = `${lightUrl}/window/businesses.svg`;
377
+ export const authenticationWindowIcon = `${lightUrl}/window/authentication.svg`;
378
+ export const reportsWindowIcon = `${appBaseUrl}/reportsIcon.svg`;
379
+ export const tokensReportsIcon = `${lightUrl}/window/tokensReports.svg`;
380
+ export const windowBrandIcon = `${lightUrl}/window/brand.svg`;
381
+ export const windowEntityIcon = `${lightUrl}/window/entity.svg`;
382
+ export const windowBankIcon = `${lightUrl}/window/bank.svg`;
383
+ export const windowIndividualIcon = `${lightUrl}/window/individual.svg`;
384
+ export const windowPasswordIcon = `${lightUrl}/window/password.svg`;
385
+ export const actionsIcon = `${lightUrl}/actionsIcon.svg`;
386
+ export const addItem = `${lightUrl}/addItem.svg`;
387
+ export const attachIcon = `${lightUrl}/attachIcon.svg`;
388
+ export const collapseArrows = `${lightUrl}/CollapseArrows.svg`;
389
+ export const customerIcon = `${lightUrl}/customerIcon.svg`;
390
+ export const discountIcon = `${lightUrl}/discountIcon.svg`;
391
+ export const emailIcon = `${lightUrl}/emailIcon.svg`;
392
+ export const expandArrows = `${lightUrl}/ExpandArrows.svg`;
393
+ export const feeIcon = `${lightUrl}/feeIcon.svg`;
394
+ export const minusIcon = `${lightUrl}/minusIcon.svg`;
395
+ export const noteIcon = `${lightUrl}/noteIcon.svg`;
396
+ export const pdfGrayIcon = `${lightUrl}/pdfGrayIcon.svg`;
397
+ export const productLabel = `${lightUrl}/productLabel.svg`;
398
+ export const quantityIcon = `${lightUrl}/quantityIcon.svg`;
399
+ export const removeAllItem = `${lightUrl}/removeItem.svg`;
400
+ export const removeItem = `${appBaseUrl}/removeItem2.svg`;
401
+ export const smsIcon = `${lightUrl}/smsIcon.svg`;
402
+ export const taxIcon = `${lightUrl}/taxIcon.svg`;
403
+ export const totalAmountIcon = `${lightUrl}/totalAmountIcon.svg`;
404
+ export const unfocusRemoveItem = `${lightUrl}/unfocusRemoveItem.svg`;
405
+ export const whatsappIcon = `${lightUrl}/whatsappIcon1.svg`;
406
+ export const whiteArrow2 = `${lightUrl}/whiteArrow2.svg`;
407
+ export const newInvoiceIcon = `${lightUrl}/newInvoice.svg`;
408
+ export const activeActionIcon = `${lightUrl}/activeActionIcon.svg`;
409
+ export const grayProductLabel = `${lightUrl}/grayProductLabel.svg`;
410
+ export const plusQty = `${lightUrl}/plusQty.svg`;
411
+ export const downArrowIcon3 = `${appBaseUrl}/downArrow3.svg`;
412
+ export const customerIcon2 = `${lightUrl}/customer.svg`;
413
+ export const noteIcon2 = `${appBaseUrl}/note.svg`;
414
+ export const attachIcon2 = `${appBaseUrl}/attach.svg`;
415
+ export const lateFeeIcon2 = `${lightUrl}/lateFee.svg`;
416
+ export const addItemIcon = `${lightUrl}/addItemIcon.svg`;
417
+ export const blueCircleCheckIcon = `${lightUrl}/blueCheckIcon.svg`;
418
+ export const trashBinIcon = `${appBaseUrl}/trash-bin.svg`;
419
+ export const blueVerifyIcon = `${lightUrl}/blueVerifyIcon.svg`;
420
+ export const darkBlueVerifyIcon = `${lightUrl}/verificationDarkBlue.svg`;
421
+ export const grayVerifyIcon = `${lightUrl}/grayVerifyIcon.svg`;
422
+ export const greenVerifyIcon = `${lightUrl}/greenVerifyIcon.svg`;
423
+ export const redVerifyIcon = `${lightUrl}/redVerifyIcon.svg`;
424
+ export const closedVerifyIcon = `${lightUrl}/closedVerifyIcon.svg`;
425
+ export const archivedVerifyIcon = `${lightUrl}/archivedVerifyIcon.svg`;
426
+ export const penIcon = `${lightUrl}/penIcon.svg`;
427
+ export const getServiceFunctionIcon = (functionCode) => `${lightUrl}/function/${functionCode}.svg`;
428
+ export const listShadowBg = `${appBaseUrl}/listShadow.svg`;
429
+ export const defaultCountryIcon = `${lightUrl}/defaultCountryIcon.svg`;
430
+ export const defaultDeviceIcon = `${lightUrl}/defaultDeviceIcon.svg`;
431
+ export const biometricIcon = `${lightUrl}/biometric.svg`;
432
+ export const threeDSIcon = `${lightUrl}/3dsBlue.svg`;
433
+ export const createChargeIcon = `${appBaseUrl}/createCharge.svg`;
434
+ export const successCheckIcon = `${appBaseUrl}/successCheck.svg`;
435
+ export const receiptIcon = `${appBaseUrl}/receipt.svg`;
436
+ export const userTimezoneIcon = `${appBaseUrl}/browserTimezone.svg`;
437
+ export const entityTimezoneIcon = `${appBaseUrl}/entityTimezone.svg`;
438
+ export const savedTimezoneIcon = `${appBaseUrl}/historyTimezone.svg`;
439
+ export const smallBlueCheckIcon = `${appBaseUrl}/smallBlueCheck.svg`;
440
+ export const fileDownloadBlueIcon = `${appBaseUrl}/fileDownloadBlue.svg`;
441
+ export const fileDownloadGreyIcon = `${appBaseUrl}/fileDownloadGrey.svg`;
442
+ export const metaIcon = `${lightUrl}/meta.svg`;
443
+ export const darkFilterIcon = `${lightUrl}/darkFilterIcon.svg`;
444
+ export const homeIcon = `${lightUrl}/home.svg`;
445
+ export const lockIcon = `${lightUrl}/lockIcon.svg`;
446
+ export const calenderIcon = `${lightUrl}/Calendar.svg`;
447
+ export const autoCapturedIcon = `${lightUrl}/status-v2/autoCapturedNoBG.svg`;
448
+ export const autoVoidIcon = `${lightUrl}/status-v2/autoVoidNoBG.svg`;
449
+ export const cancelledIcon = `${lightUrl}/status-v2/cancelledNoBG.svg`;
450
+ export const capturedIcon = `${lightUrl}/status-v2/capturedNoBG.svg`;
451
+ export const declinedIcon = `${lightUrl}/status-v2/declinedNoBG.svg`;
452
+ export const destinationsIcon = `${lightUrl}/status-v2/destinationsNoBG.svg`;
453
+ export const failedIcon = `${lightUrl}/status-v2/failedNoBG.svg`;
454
+ export const gatewayOrangeIcon = `${lightUrl}/status-v2/gatewayOrange.svg`;
455
+ export const gatewayRedIcon = `${lightUrl}/status-v2/gatewayRedNoBG.svg`;
456
+ export const paidOutIcon = `${lightUrl}/status-v2/paidoutNoBG.svg`;
457
+ export const refundedIcon = `${lightUrl}/status-v2/refundedIconNoBG2.svg`;
458
+ export const refundInitiatedIcon = `${lightUrl}/status-v2/refundInitiatedNoBG.svg`;
459
+ export const refundSettledIcon = `${lightUrl}/status-v2/refundSettledNoBG.svg`;
460
+ export const refundedNotSettledIcon = `${lightUrl}/status-v2/refundNotSettledNoBG.svg`;
461
+ export const restrictedIcon = `${lightUrl}/status-v2/restrictedNoBG.svg`;
462
+ export const settledIcon = `${lightUrl}/status-v2/settledNoBG.svg`;
463
+ export const settlementInitiatedIcon = `${lightUrl}/status-v2/settlementInitiatedNoBG.svg`;
464
+ export const timedOutIcon = `${lightUrl}/status-v2/timeoutNoBG.svg`;
465
+ export const unAvailableIcon = `${lightUrl}/status-v2/unavailableNoBG.svg`;
466
+ export const unknownIcon = `${lightUrl}/status-v2/unknownNoBG.svg`;
467
+ export const voidedIcon = `${lightUrl}/status-v2/void.svg`;
468
+ export const authorizedIcon = `${lightUrl}/status-v2/authorizeNoBG.svg`;
469
+ export const initiatedIcon = `${lightUrl}/status-v2/initiatedNoBG.svg`;
470
+ export const websiteBlueIcon = `${lightUrl}/websiteBlueIcon.svg`;
471
+ export const androidAppIcon = `${lightUrl}/androidAppIcon.svg`;
472
+ export const iOSAppIcon = `${lightUrl}/iOSAppIcon.svg`;
473
+ export const physicalLocationIcon = `${lightUrl}/physicalLocationIcon.svg`;
474
+ export const socialLinksIcon = `${lightUrl}/socialLinksIcon.svg`;
475
+ export const smallLeftArrowIcon = `${lightUrl}/smallLeftArrow.svg`;
476
+ export const searchBlueIcon = `${lightUrl}/searchBlueIcon.svg`;
477
+ export const rightLightArrowIcon = `${appBaseUrl}/rightLightArrow.svg`;
478
+ export const segmentInstitutionIcon = `${appBaseUrl}/segmentInstitution.svg`;
479
+ export const segmentTechnologyIcon = `${appBaseUrl}/segmentTechnology.svg`;
480
+ export const segmentDevelopmentHouseIcon = `${appBaseUrl}/segmentDevelopmentHouse.svg`;
481
+ export const terminalAppIcon = `${appBaseUrl}/terminal.svg`;
482
+ export const terminalWindowIcon = `${lightUrl}/window/terminal.svg`;
483
+ export const terminalCardPhone = `${lightUrl}/terminalCardPhone.svg`;
484
+ export const toastPOSIcon = `${lightUrl}/ToastPOS.svg`;
485
+ export const terminalTypeIcon = `${lightUrl}/terminalTypeIcon.svg`;
486
+ export const terminalBrushIcon = `${lightUrl}/terminalBrush.svg`;
487
+ export const terminalBrushMuted = `${lightUrl}/terminalBrushMuted.svg`;
488
+ export const navigationIcon = `${lightUrl}/navigationIcon.svg`;
489
+ export const babyBlueCheckIcon = `${lightUrl}/babyBlueCheckIcon.svg`;
490
+ export const digitalReceiptIcon = `${lightUrl}/digitalReceiptIcon.svg`;
491
+ export const bankNoteIcon = `${lightUrl}/bankNoteIcon.svg`;
492
+ export const terminalDeviceFrame = `${lightUrl}/terminalDeviceFrame.svg`;
493
+ export const blackBrushIcon = `${lightUrl}/blackBrushIcon.svg`;
494
+ export const mutedOutlinedCheckIcon = `${lightUrl}/mutedOutlinedCheckIcon.svg`;
495
+ export const outlinedPlatformIcon = `${lightUrl}/outlinedPlatformIcon.svg`;
496
+ export const navigationPointerBlack = `${lightUrl}/navigationPointerBlack.svg`;
497
+ export const addIconWhite = `${lightUrl}/addIconWhite.svg`;
498
+ export const greyUpArrowIcon = `${lightUrl}/greyUpArrow.svg`;
499
+ export const greyDownArrowIcon = `${lightUrl}/greyDownArrow.svg`;
500
+ export const brandServiceIcon = `${lightUrl}/services/brandService.svg`;
501
+ export const authorizationServiceIcon = `${lightUrl}/services/authorizationService.svg`;
502
+ export const chargebacksServiceIcon = `${lightUrl}/services/chargebacksService.svg`;
503
+ export const chargesServiceIcon = `${lightUrl}/services/chargesService.svg`;
504
+ export const destinationsServiceIcon = `${lightUrl}/services/destinationsService.svg`;
505
+ export const entityServiceIcon = `${lightUrl}/services/entityService.svg`;
506
+ export const invoiceServiceIcon = `${lightUrl}/services/invoiceService.svg`;
507
+ export const payoutServiceIcon = `${lightUrl}/services/payoutService.svg`;
508
+ export const refundsServiceIcon = `${lightUrl}/services/refundsService.svg`;
509
+ export const usersServiceIcon = `${lightUrl}/services/usersService.svg`;
510
+ export const walletServiceIcon = `${lightUrl}/services/walletService.svg`;
@@ -0,0 +1 @@
1
+ export declare const unCapturedStatuses: string[];
@@ -0,0 +1 @@
1
+ export const unCapturedStatuses = ['FAILED', 'DECLINED', 'RESTRICTED', 'TIMEDOUT', 'UNKNOWN', 'INITIATED', 'CANCELLED', 'ABANDONED'];
@@ -0,0 +1,9 @@
1
+ export declare const SUPPORTED_CURRENCY_DETAILS: Record<string, {
2
+ decimals: number;
3
+ country: string;
4
+ }>;
5
+ export declare const SUPPORTED_CURRENCY_CODES: string[];
6
+ export declare const CATEGORIZED_CURRENCY_CODES: {
7
+ regional: string[];
8
+ global: string[];
9
+ };
@@ -0,0 +1,21 @@
1
+ export const SUPPORTED_CURRENCY_DETAILS = {
2
+ SAR: { decimals: 2, country: 'SA' },
3
+ BHD: { decimals: 3, country: 'BH' },
4
+ EGP: { decimals: 2, country: 'EG' },
5
+ JOD: { decimals: 3, country: 'JO' },
6
+ KWD: { decimals: 3, country: 'KW' },
7
+ LBP: { decimals: 2, country: 'LB' },
8
+ OMR: { decimals: 3, country: 'OM' },
9
+ AED: { decimals: 2, country: 'AE' },
10
+ PKR: { decimals: 2, country: 'PK' },
11
+ INR: { decimals: 2, country: 'IN' },
12
+ SGD: { decimals: 2, country: 'SG' },
13
+ USD: { decimals: 2, country: 'US' },
14
+ GBP: { decimals: 2, country: 'GB' },
15
+ EUR: { decimals: 2, country: 'GR' },
16
+ };
17
+ export const SUPPORTED_CURRENCY_CODES = ['SAR', 'KWD', 'OMR', 'EGP', 'BHD', 'USD', 'AED', 'QAR', 'PKR', 'JOD', 'EUR', 'INR', 'GBP'];
18
+ export const CATEGORIZED_CURRENCY_CODES = {
19
+ regional: ['SAR', 'KWD', 'OMR', 'EGP', 'BHD', 'AED', 'QAR', 'PKR', 'JOD', 'INR'],
20
+ global: ['USD', 'GBP', 'EUR'],
21
+ };
@@ -0,0 +1,12 @@
1
+ export * from './apps';
2
+ export * from './assets';
3
+ export * from './server';
4
+ export * from './charge';
5
+ export * from './style';
6
+ export * from './servicesTags';
7
+ export * from './api';
8
+ export * from './table/cell';
9
+ export * from './timezones';
10
+ export * from './currency';
11
+ export * from './table';
12
+ export * from './toggleOptions';
@@ -0,0 +1,12 @@
1
+ export * from './apps';
2
+ export * from './assets';
3
+ export * from './server';
4
+ export * from './charge';
5
+ export * from './style';
6
+ export * from './servicesTags';
7
+ export * from './api';
8
+ export * from './table/cell';
9
+ export * from './timezones';
10
+ export * from './currency';
11
+ export * from './table';
12
+ export * from './toggleOptions';
@@ -0,0 +1,4 @@
1
+ export declare const BASE_URL: any;
2
+ export declare const API_URL: string;
3
+ export declare const ENV: any;
4
+ export declare const TEST_SECRET_KEY: any;
@@ -0,0 +1,5 @@
1
+ var _a;
2
+ export const BASE_URL = (_a = import.meta.env.VITE_MW_BASE_URL) !== null && _a !== void 0 ? _a : import.meta.env.VITE_BASE_URL;
3
+ export const API_URL = `${BASE_URL}/api`;
4
+ export const ENV = import.meta.env.VITE_ENV;
5
+ export const TEST_SECRET_KEY = import.meta.env.VITE_TEST_FIXED_SK;
@@ -0,0 +1,2 @@
1
+ import { CSSProperties } from 'react';
2
+ export declare const servicesTags: Record<string, CSSProperties>;
@@ -0,0 +1,53 @@
1
+ export const servicesTags = {
2
+ intents: {
3
+ color: '#1F88D0',
4
+ border: '0.75px solid #E9F3FA',
5
+ background: '#FFF',
6
+ },
7
+ authorization: {
8
+ color: '#1F88D0',
9
+ border: '0.75px solid #E9F3FA',
10
+ background: '#FFF',
11
+ },
12
+ charges: {
13
+ color: '#1F88D0',
14
+ background: 'rgba(31, 136, 208, 0.10)',
15
+ },
16
+ destinations: {
17
+ color: '#1F88D0',
18
+ background: 'rgba(31, 136, 208, 0.10)',
19
+ },
20
+ topups: {
21
+ color: '#8D8D94',
22
+ background: 'rgba(141, 141, 148, 0.10)',
23
+ },
24
+ refunds: {
25
+ color: '#4E1FD0',
26
+ background: 'rgba(78, 31, 208, 0.10)',
27
+ },
28
+ chargebacks: {
29
+ color: '#F00',
30
+ background: 'rgba(255, 0, 0, 0.10)',
31
+ },
32
+ settlements: {
33
+ color: '#2ACE00',
34
+ background: 'rgba(42, 206, 0, 0.10)',
35
+ },
36
+ disputes: {
37
+ color: '#1F88D0',
38
+ border: '0.75px solid #E9F3FA',
39
+ background: '#FFF',
40
+ },
41
+ payouts: {
42
+ color: '#1F88D0',
43
+ background: 'rgba(31, 136, 208, 0.10)',
44
+ },
45
+ statement: {
46
+ color: '#2ACE00',
47
+ background: 'rgba(42, 206, 0, 0.10)',
48
+ },
49
+ invoices: {
50
+ color: '#FF4D00',
51
+ background: 'rgba(255, 77, 0, 0.10)',
52
+ },
53
+ };