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

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 (1842) 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/StatusChip/StatusChip.d.ts +4 -0
  808. package/build/components/StatusChip/StatusChip.js +19 -0
  809. package/build/components/StatusChip/index.d.ts +3 -0
  810. package/build/components/StatusChip/index.js +2 -0
  811. package/build/components/StatusChip/style.d.ts +14 -0
  812. package/build/components/StatusChip/style.js +32 -0
  813. package/build/components/StatusChip/type.d.ts +9 -0
  814. package/build/components/StatusChip/type.js +1 -0
  815. package/build/components/StatusIcons/AgreementIcon/AgreementIcon.d.ts +3 -0
  816. package/build/components/StatusIcons/AgreementIcon/AgreementIcon.js +34 -0
  817. package/build/components/StatusIcons/AgreementIcon/constant.d.ts +54 -0
  818. package/build/components/StatusIcons/AgreementIcon/constant.js +32 -0
  819. package/build/components/StatusIcons/AgreementIcon/index.d.ts +3 -0
  820. package/build/components/StatusIcons/AgreementIcon/index.js +3 -0
  821. package/build/components/StatusIcons/AgreementIcon/style.d.ts +7 -0
  822. package/build/components/StatusIcons/AgreementIcon/style.js +37 -0
  823. package/build/components/StatusIcons/AgreementIcon/type.d.ts +9 -0
  824. package/build/components/StatusIcons/AgreementIcon/type.js +1 -0
  825. package/build/components/StatusIcons/AuthIcons/AuthIcons.d.ts +3 -0
  826. package/build/components/StatusIcons/AuthIcons/AuthIcons.js +45 -0
  827. package/build/components/StatusIcons/AuthIcons/constants.d.ts +23 -0
  828. package/build/components/StatusIcons/AuthIcons/constants.js +30 -0
  829. package/build/components/StatusIcons/AuthIcons/index.d.ts +3 -0
  830. package/build/components/StatusIcons/AuthIcons/index.js +3 -0
  831. package/build/components/StatusIcons/AuthIcons/style.d.ts +536 -0
  832. package/build/components/StatusIcons/AuthIcons/style.js +61 -0
  833. package/build/components/StatusIcons/AuthIcons/type.d.ts +30 -0
  834. package/build/components/StatusIcons/AuthIcons/type.js +14 -0
  835. package/build/components/StatusIcons/AuthIcons/utils.d.ts +1 -0
  836. package/build/components/StatusIcons/AuthIcons/utils.js +8 -0
  837. package/build/components/StatusIcons/AuthorizationAutoIcons/CaptureAutoIcon.d.ts +3 -0
  838. package/build/components/StatusIcons/AuthorizationAutoIcons/CaptureAutoIcon.js +62 -0
  839. package/build/components/StatusIcons/AuthorizationAutoIcons/VoidAutoIcon.d.ts +3 -0
  840. package/build/components/StatusIcons/AuthorizationAutoIcons/VoidAutoIcon.js +65 -0
  841. package/build/components/StatusIcons/AuthorizationAutoIcons/constant.d.ts +8 -0
  842. package/build/components/StatusIcons/AuthorizationAutoIcons/constant.js +5 -0
  843. package/build/components/StatusIcons/AuthorizationAutoIcons/index.d.ts +4 -0
  844. package/build/components/StatusIcons/AuthorizationAutoIcons/index.js +4 -0
  845. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +280 -0
  846. package/build/components/StatusIcons/AuthorizationAutoIcons/style.js +58 -0
  847. package/build/components/StatusIcons/AuthorizationAutoIcons/type.d.ts +14 -0
  848. package/build/components/StatusIcons/AuthorizationAutoIcons/type.js +1 -0
  849. package/build/components/StatusIcons/AuthorizationAutoIcons/utils.d.ts +1 -0
  850. package/build/components/StatusIcons/AuthorizationAutoIcons/utils.js +9 -0
  851. package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.d.ts +11 -0
  852. package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.js +15 -0
  853. package/build/components/StatusIcons/AuthorizedIcon/index.d.ts +1 -0
  854. package/build/components/StatusIcons/AuthorizedIcon/index.js +1 -0
  855. package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.d.ts +22 -0
  856. package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.js +59 -0
  857. package/build/components/StatusIcons/ChargeStatusIcon/index.d.ts +1 -0
  858. package/build/components/StatusIcons/ChargeStatusIcon/index.js +1 -0
  859. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +1631 -0
  860. package/build/components/StatusIcons/ChargeStatusIcon/style.js +113 -0
  861. package/build/components/StatusIcons/CustomerInitiated/CustomerInitiatedIcon.d.ts +1 -0
  862. package/build/components/StatusIcons/CustomerInitiated/CustomerInitiatedIcon.js +11 -0
  863. package/build/components/StatusIcons/CustomerInitiated/index.d.ts +1 -0
  864. package/build/components/StatusIcons/CustomerInitiated/index.js +1 -0
  865. package/build/components/StatusIcons/DestinationIcon/DestinationIcon.d.ts +5 -0
  866. package/build/components/StatusIcons/DestinationIcon/DestinationIcon.js +14 -0
  867. package/build/components/StatusIcons/DestinationIcon/constant.d.ts +18 -0
  868. package/build/components/StatusIcons/DestinationIcon/constant.js +7 -0
  869. package/build/components/StatusIcons/DestinationIcon/index.d.ts +1 -0
  870. package/build/components/StatusIcons/DestinationIcon/index.js +1 -0
  871. package/build/components/StatusIcons/DestinationIcon/style.d.ts +4 -0
  872. package/build/components/StatusIcons/DestinationIcon/style.js +20 -0
  873. package/build/components/StatusIcons/DeviceIcon/DeviceIcon.d.ts +10 -0
  874. package/build/components/StatusIcons/DeviceIcon/DeviceIcon.js +7 -0
  875. package/build/components/StatusIcons/DeviceIcon/index.d.ts +1 -0
  876. package/build/components/StatusIcons/DeviceIcon/index.js +1 -0
  877. package/build/components/StatusIcons/DisputeIcon/DisputeIcon.d.ts +7 -0
  878. package/build/components/StatusIcons/DisputeIcon/DisputeIcon.js +9 -0
  879. package/build/components/StatusIcons/DisputeIcon/index.d.ts +1 -0
  880. package/build/components/StatusIcons/DisputeIcon/index.js +1 -0
  881. package/build/components/StatusIcons/GeographyIcon/GeographyIcon.d.ts +5 -0
  882. package/build/components/StatusIcons/GeographyIcon/GeographyIcon.js +19 -0
  883. package/build/components/StatusIcons/GeographyIcon/index.d.ts +1 -0
  884. package/build/components/StatusIcons/GeographyIcon/index.js +1 -0
  885. package/build/components/StatusIcons/GeographyIcon/style.d.ts +7 -0
  886. package/build/components/StatusIcons/GeographyIcon/style.js +23 -0
  887. package/build/components/StatusIcons/IssuerIcon/IssuerIcon.d.ts +2 -0
  888. package/build/components/StatusIcons/IssuerIcon/IssuerIcon.js +9 -0
  889. package/build/components/StatusIcons/IssuerIcon/index.d.ts +3 -0
  890. package/build/components/StatusIcons/IssuerIcon/index.js +3 -0
  891. package/build/components/StatusIcons/IssuerIcon/style.d.ts +8 -0
  892. package/build/components/StatusIcons/IssuerIcon/style.js +10 -0
  893. package/build/components/StatusIcons/IssuerIcon/type.d.ts +8 -0
  894. package/build/components/StatusIcons/IssuerIcon/type.js +1 -0
  895. package/build/components/StatusIcons/PayoutIcon/PayoutIcon.d.ts +12 -0
  896. package/build/components/StatusIcons/PayoutIcon/PayoutIcon.js +17 -0
  897. package/build/components/StatusIcons/PayoutIcon/index.d.ts +1 -0
  898. package/build/components/StatusIcons/PayoutIcon/index.js +1 -0
  899. package/build/components/StatusIcons/RefundIcon/RefundIcon.d.ts +11 -0
  900. package/build/components/StatusIcons/RefundIcon/RefundIcon.js +51 -0
  901. package/build/components/StatusIcons/RefundIcon/index.d.ts +2 -0
  902. package/build/components/StatusIcons/RefundIcon/index.js +2 -0
  903. package/build/components/StatusIcons/SourceIcons/SourceIcons.d.ts +2 -0
  904. package/build/components/StatusIcons/SourceIcons/SourceIcons.js +38 -0
  905. package/build/components/StatusIcons/SourceIcons/components/SourceIcon.d.ts +5 -0
  906. package/build/components/StatusIcons/SourceIcons/components/SourceIcon.js +13 -0
  907. package/build/components/StatusIcons/SourceIcons/components/index.d.ts +1 -0
  908. package/build/components/StatusIcons/SourceIcons/components/index.js +1 -0
  909. package/build/components/StatusIcons/SourceIcons/index.d.ts +2 -0
  910. package/build/components/StatusIcons/SourceIcons/index.js +2 -0
  911. package/build/components/StatusIcons/SourceIcons/style.d.ts +271 -0
  912. package/build/components/StatusIcons/SourceIcons/style.js +57 -0
  913. package/build/components/StatusIcons/SourceIcons/type.d.ts +9 -0
  914. package/build/components/StatusIcons/SourceIcons/type.js +1 -0
  915. package/build/components/StatusIcons/SourceIcons/utils.d.ts +1 -0
  916. package/build/components/StatusIcons/SourceIcons/utils.js +8 -0
  917. package/build/components/StatusIcons/index.d.ts +14 -0
  918. package/build/components/StatusIcons/index.js +14 -0
  919. package/build/components/StatusLabel/StatusLabel.d.ts +8 -0
  920. package/build/components/StatusLabel/StatusLabel.js +10 -0
  921. package/build/components/StatusLabel/index.d.ts +2 -0
  922. package/build/components/StatusLabel/index.js +2 -0
  923. package/build/components/StatusLabel/style.d.ts +9 -0
  924. package/build/components/StatusLabel/style.js +20 -0
  925. package/build/components/TableCells/CustomCells/ActionCell/ActionCell.d.ts +10 -0
  926. package/build/components/TableCells/CustomCells/ActionCell/ActionCell.js +96 -0
  927. package/build/components/TableCells/CustomCells/ActionCell/components/ActionIconsVariants.d.ts +13 -0
  928. package/build/components/TableCells/CustomCells/ActionCell/components/ActionIconsVariants.js +21 -0
  929. package/build/components/TableCells/CustomCells/ActionCell/components/index.d.ts +1 -0
  930. package/build/components/TableCells/CustomCells/ActionCell/components/index.js +1 -0
  931. package/build/components/TableCells/CustomCells/ActionCell/constant.d.ts +31 -0
  932. package/build/components/TableCells/CustomCells/ActionCell/constant.js +27 -0
  933. package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +31 -0
  934. package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.js +37 -0
  935. package/build/components/TableCells/CustomCells/ActionCell/index.d.ts +3 -0
  936. package/build/components/TableCells/CustomCells/ActionCell/index.js +3 -0
  937. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +287 -0
  938. package/build/components/TableCells/CustomCells/ActionCell/style.js +29 -0
  939. package/build/components/TableCells/CustomCells/ActionCell/type.d.ts +3 -0
  940. package/build/components/TableCells/CustomCells/ActionCell/type.js +1 -0
  941. package/build/components/TableCells/CustomCells/AgreementCell/AgreementCell.d.ts +3 -0
  942. package/build/components/TableCells/CustomCells/AgreementCell/AgreementCell.js +52 -0
  943. package/build/components/TableCells/CustomCells/AgreementCell/constant.d.ts +54 -0
  944. package/build/components/TableCells/CustomCells/AgreementCell/constant.js +32 -0
  945. package/build/components/TableCells/CustomCells/AgreementCell/index.d.ts +2 -0
  946. package/build/components/TableCells/CustomCells/AgreementCell/index.js +2 -0
  947. package/build/components/TableCells/CustomCells/AgreementCell/style.d.ts +7 -0
  948. package/build/components/TableCells/CustomCells/AgreementCell/style.js +37 -0
  949. package/build/components/TableCells/CustomCells/AgreementCell/type.d.ts +9 -0
  950. package/build/components/TableCells/CustomCells/AgreementCell/type.js +1 -0
  951. package/build/components/TableCells/CustomCells/AmountCell/AmountCell.d.ts +3 -0
  952. package/build/components/TableCells/CustomCells/AmountCell/AmountCell.js +26 -0
  953. package/build/components/TableCells/CustomCells/AmountCell/AmountConversionTooltipLabel.d.ts +11 -0
  954. package/build/components/TableCells/CustomCells/AmountCell/AmountConversionTooltipLabel.js +15 -0
  955. package/build/components/TableCells/CustomCells/AmountCell/index.d.ts +3 -0
  956. package/build/components/TableCells/CustomCells/AmountCell/index.js +3 -0
  957. package/build/components/TableCells/CustomCells/AmountCell/style.d.ts +15 -0
  958. package/build/components/TableCells/CustomCells/AmountCell/style.js +43 -0
  959. package/build/components/TableCells/CustomCells/ApplicationStatusCell/ApplicationStatusCell.d.ts +2 -0
  960. package/build/components/TableCells/CustomCells/ApplicationStatusCell/ApplicationStatusCell.js +22 -0
  961. package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.d.ts +2 -0
  962. package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.js +2 -0
  963. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +5 -0
  964. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.js +22 -0
  965. package/build/components/TableCells/CustomCells/ApplicationStatusCell/type.d.ts +7 -0
  966. package/build/components/TableCells/CustomCells/ApplicationStatusCell/type.js +1 -0
  967. package/build/components/TableCells/CustomCells/AppsCell/AppsCell.d.ts +2 -0
  968. package/build/components/TableCells/CustomCells/AppsCell/AppsCell.js +25 -0
  969. package/build/components/TableCells/CustomCells/AppsCell/index.d.ts +2 -0
  970. package/build/components/TableCells/CustomCells/AppsCell/index.js +2 -0
  971. package/build/components/TableCells/CustomCells/AppsCell/type.d.ts +7 -0
  972. package/build/components/TableCells/CustomCells/AppsCell/type.js +1 -0
  973. package/build/components/TableCells/CustomCells/AuthCell/AuthCell.d.ts +3 -0
  974. package/build/components/TableCells/CustomCells/AuthCell/AuthCell.js +30 -0
  975. package/build/components/TableCells/CustomCells/AuthCell/index.d.ts +2 -0
  976. package/build/components/TableCells/CustomCells/AuthCell/index.js +2 -0
  977. package/build/components/TableCells/CustomCells/AuthCell/style.d.ts +3 -0
  978. package/build/components/TableCells/CustomCells/AuthCell/style.js +15 -0
  979. package/build/components/TableCells/CustomCells/AuthCell/type.d.ts +6 -0
  980. package/build/components/TableCells/CustomCells/AuthCell/type.js +1 -0
  981. package/build/components/TableCells/CustomCells/AuthenticationCell/AuthenticationCell.d.ts +3 -0
  982. package/build/components/TableCells/CustomCells/AuthenticationCell/AuthenticationCell.js +66 -0
  983. package/build/components/TableCells/CustomCells/AuthenticationCell/constant.d.ts +49 -0
  984. package/build/components/TableCells/CustomCells/AuthenticationCell/constant.js +50 -0
  985. package/build/components/TableCells/CustomCells/AuthenticationCell/index.d.ts +2 -0
  986. package/build/components/TableCells/CustomCells/AuthenticationCell/index.js +2 -0
  987. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +555 -0
  988. package/build/components/TableCells/CustomCells/AuthenticationCell/style.js +65 -0
  989. package/build/components/TableCells/CustomCells/AuthenticationCell/type.d.ts +8 -0
  990. package/build/components/TableCells/CustomCells/AuthenticationCell/type.js +1 -0
  991. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/AuthenticationStatusCell.d.ts +3 -0
  992. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/AuthenticationStatusCell.js +31 -0
  993. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/constant.d.ts +29 -0
  994. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/constant.js +18 -0
  995. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.d.ts +2 -0
  996. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.js +1 -0
  997. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +1314 -0
  998. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.js +57 -0
  999. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/type.d.ts +15 -0
  1000. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/type.js +1 -0
  1001. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/AuthenticationTypeCell.d.ts +3 -0
  1002. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/AuthenticationTypeCell.js +24 -0
  1003. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/constant.d.ts +8 -0
  1004. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/constant.js +9 -0
  1005. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.d.ts +2 -0
  1006. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.js +1 -0
  1007. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +1314 -0
  1008. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.js +57 -0
  1009. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/type.d.ts +6 -0
  1010. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/type.js +1 -0
  1011. package/build/components/TableCells/CustomCells/AvatarCell/AvatarCell.d.ts +2 -0
  1012. package/build/components/TableCells/CustomCells/AvatarCell/AvatarCell.js +36 -0
  1013. package/build/components/TableCells/CustomCells/AvatarCell/index.d.ts +2 -0
  1014. package/build/components/TableCells/CustomCells/AvatarCell/index.js +2 -0
  1015. package/build/components/TableCells/CustomCells/AvatarCell/type.d.ts +8 -0
  1016. package/build/components/TableCells/CustomCells/AvatarCell/type.js +1 -0
  1017. package/build/components/TableCells/CustomCells/BalanceCell/BalanceCell.d.ts +3 -0
  1018. package/build/components/TableCells/CustomCells/BalanceCell/BalanceCell.js +70 -0
  1019. package/build/components/TableCells/CustomCells/BalanceCell/index.d.ts +2 -0
  1020. package/build/components/TableCells/CustomCells/BalanceCell/index.js +2 -0
  1021. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +270 -0
  1022. package/build/components/TableCells/CustomCells/BalanceCell/style.js +39 -0
  1023. package/build/components/TableCells/CustomCells/BalanceCell/type.d.ts +8 -0
  1024. package/build/components/TableCells/CustomCells/BalanceCell/type.js +1 -0
  1025. package/build/components/TableCells/CustomCells/BalanceCell/utils.d.ts +1 -0
  1026. package/build/components/TableCells/CustomCells/BalanceCell/utils.js +9 -0
  1027. package/build/components/TableCells/CustomCells/BankCell/BankCell.d.ts +3 -0
  1028. package/build/components/TableCells/CustomCells/BankCell/BankCell.js +30 -0
  1029. package/build/components/TableCells/CustomCells/BankCell/index.d.ts +2 -0
  1030. package/build/components/TableCells/CustomCells/BankCell/index.js +2 -0
  1031. package/build/components/TableCells/CustomCells/BankCell/style.d.ts +6 -0
  1032. package/build/components/TableCells/CustomCells/BankCell/style.js +37 -0
  1033. package/build/components/TableCells/CustomCells/BankCell/type.d.ts +6 -0
  1034. package/build/components/TableCells/CustomCells/BankCell/type.js +1 -0
  1035. package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.d.ts +5 -0
  1036. package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.js +10 -0
  1037. package/build/components/TableCells/CustomCells/BankReferenceCell/index.d.ts +1 -0
  1038. package/build/components/TableCells/CustomCells/BankReferenceCell/index.js +1 -0
  1039. package/build/components/TableCells/CustomCells/BankReferenceCell/style.d.ts +4 -0
  1040. package/build/components/TableCells/CustomCells/BankReferenceCell/style.js +14 -0
  1041. package/build/components/TableCells/CustomCells/BrandCell/BrandCell.d.ts +3 -0
  1042. package/build/components/TableCells/CustomCells/BrandCell/BrandCell.js +27 -0
  1043. package/build/components/TableCells/CustomCells/BrandCell/index.d.ts +2 -0
  1044. package/build/components/TableCells/CustomCells/BrandCell/index.js +2 -0
  1045. package/build/components/TableCells/CustomCells/BrandCell/style.d.ts +4 -0
  1046. package/build/components/TableCells/CustomCells/BrandCell/style.js +20 -0
  1047. package/build/components/TableCells/CustomCells/BrandCell/type.d.ts +5 -0
  1048. package/build/components/TableCells/CustomCells/BrandCell/type.js +1 -0
  1049. package/build/components/TableCells/CustomCells/BrandsCell/BrandsCell.d.ts +2 -0
  1050. package/build/components/TableCells/CustomCells/BrandsCell/BrandsCell.js +28 -0
  1051. package/build/components/TableCells/CustomCells/BrandsCell/constants.d.ts +6 -0
  1052. package/build/components/TableCells/CustomCells/BrandsCell/constants.js +7 -0
  1053. package/build/components/TableCells/CustomCells/BrandsCell/index.d.ts +2 -0
  1054. package/build/components/TableCells/CustomCells/BrandsCell/index.js +2 -0
  1055. package/build/components/TableCells/CustomCells/BrandsCell/style.d.ts +5 -0
  1056. package/build/components/TableCells/CustomCells/BrandsCell/style.js +28 -0
  1057. package/build/components/TableCells/CustomCells/BrandsCell/type.d.ts +9 -0
  1058. package/build/components/TableCells/CustomCells/BrandsCell/type.js +1 -0
  1059. package/build/components/TableCells/CustomCells/BusinessStatusCell/BusinessStatusCell.d.ts +2 -0
  1060. package/build/components/TableCells/CustomCells/BusinessStatusCell/BusinessStatusCell.js +39 -0
  1061. package/build/components/TableCells/CustomCells/BusinessStatusCell/index.d.ts +2 -0
  1062. package/build/components/TableCells/CustomCells/BusinessStatusCell/index.js +2 -0
  1063. package/build/components/TableCells/CustomCells/BusinessStatusCell/type.d.ts +4 -0
  1064. package/build/components/TableCells/CustomCells/BusinessStatusCell/type.js +1 -0
  1065. package/build/components/TableCells/CustomCells/ChannelsCell/ChannelsCell.d.ts +3 -0
  1066. package/build/components/TableCells/CustomCells/ChannelsCell/ChannelsCell.js +55 -0
  1067. package/build/components/TableCells/CustomCells/ChannelsCell/constant.d.ts +5 -0
  1068. package/build/components/TableCells/CustomCells/ChannelsCell/constant.js +6 -0
  1069. package/build/components/TableCells/CustomCells/ChannelsCell/index.d.ts +2 -0
  1070. package/build/components/TableCells/CustomCells/ChannelsCell/index.js +2 -0
  1071. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +269 -0
  1072. package/build/components/TableCells/CustomCells/ChannelsCell/style.js +36 -0
  1073. package/build/components/TableCells/CustomCells/ChannelsCell/type.d.ts +7 -0
  1074. package/build/components/TableCells/CustomCells/ChannelsCell/type.js +1 -0
  1075. package/build/components/TableCells/CustomCells/CheckoutStatusCell/CheckoutStatusCell.d.ts +3 -0
  1076. package/build/components/TableCells/CustomCells/CheckoutStatusCell/CheckoutStatusCell.js +32 -0
  1077. package/build/components/TableCells/CustomCells/CheckoutStatusCell/constant.d.ts +4 -0
  1078. package/build/components/TableCells/CustomCells/CheckoutStatusCell/constant.js +5 -0
  1079. package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.d.ts +2 -0
  1080. package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.js +1 -0
  1081. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +266 -0
  1082. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.js +20 -0
  1083. package/build/components/TableCells/CustomCells/CheckoutStatusCell/type.d.ts +6 -0
  1084. package/build/components/TableCells/CustomCells/CheckoutStatusCell/type.js +1 -0
  1085. package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.d.ts +5 -0
  1086. package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.js +7 -0
  1087. package/build/components/TableCells/CustomCells/CurrencyCell/index.d.ts +1 -0
  1088. package/build/components/TableCells/CustomCells/CurrencyCell/index.js +1 -0
  1089. package/build/components/TableCells/CustomCells/CurrencyCell/style.d.ts +9 -0
  1090. package/build/components/TableCells/CustomCells/CurrencyCell/style.js +22 -0
  1091. package/build/components/TableCells/CustomCells/CustomerCell/CustomerCell.d.ts +3 -0
  1092. package/build/components/TableCells/CustomCells/CustomerCell/CustomerCell.js +49 -0
  1093. package/build/components/TableCells/CustomCells/CustomerCell/index.d.ts +2 -0
  1094. package/build/components/TableCells/CustomCells/CustomerCell/index.js +2 -0
  1095. package/build/components/TableCells/CustomCells/CustomerCell/style.d.ts +8 -0
  1096. package/build/components/TableCells/CustomCells/CustomerCell/style.js +24 -0
  1097. package/build/components/TableCells/CustomCells/CustomerCell/type.d.ts +4 -0
  1098. package/build/components/TableCells/CustomCells/CustomerCell/type.js +1 -0
  1099. package/build/components/TableCells/CustomCells/DateCell/DateCell.d.ts +3 -0
  1100. package/build/components/TableCells/CustomCells/DateCell/DateCell.js +29 -0
  1101. package/build/components/TableCells/CustomCells/DateCell/index.d.ts +1 -0
  1102. package/build/components/TableCells/CustomCells/DateCell/index.js +1 -0
  1103. package/build/components/TableCells/CustomCells/DateCell/style.d.ts +4 -0
  1104. package/build/components/TableCells/CustomCells/DateCell/style.js +7 -0
  1105. package/build/components/TableCells/CustomCells/DestinationCell/DestinationCell.d.ts +3 -0
  1106. package/build/components/TableCells/CustomCells/DestinationCell/DestinationCell.js +39 -0
  1107. package/build/components/TableCells/CustomCells/DestinationCell/index.d.ts +2 -0
  1108. package/build/components/TableCells/CustomCells/DestinationCell/index.js +2 -0
  1109. package/build/components/TableCells/CustomCells/DestinationCell/styled.d.ts +16 -0
  1110. package/build/components/TableCells/CustomCells/DestinationCell/styled.js +68 -0
  1111. package/build/components/TableCells/CustomCells/DestinationCell/utils.d.ts +27 -0
  1112. package/build/components/TableCells/CustomCells/DestinationCell/utils.js +12 -0
  1113. package/build/components/TableCells/CustomCells/DestinationStatusCell/DestinationStatusCell.d.ts +3 -0
  1114. package/build/components/TableCells/CustomCells/DestinationStatusCell/DestinationStatusCell.js +25 -0
  1115. package/build/components/TableCells/CustomCells/DestinationStatusCell/constant.d.ts +16 -0
  1116. package/build/components/TableCells/CustomCells/DestinationStatusCell/constant.js +7 -0
  1117. package/build/components/TableCells/CustomCells/DestinationStatusCell/index.d.ts +2 -0
  1118. package/build/components/TableCells/CustomCells/DestinationStatusCell/index.js +1 -0
  1119. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +1314 -0
  1120. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.js +57 -0
  1121. package/build/components/TableCells/CustomCells/DestinationStatusCell/type.d.ts +9 -0
  1122. package/build/components/TableCells/CustomCells/DestinationStatusCell/type.js +1 -0
  1123. package/build/components/TableCells/CustomCells/DeviceCell/DeviceCell.d.ts +3 -0
  1124. package/build/components/TableCells/CustomCells/DeviceCell/DeviceCell.js +21 -0
  1125. package/build/components/TableCells/CustomCells/DeviceCell/index.d.ts +1 -0
  1126. package/build/components/TableCells/CustomCells/DeviceCell/index.js +1 -0
  1127. package/build/components/TableCells/CustomCells/DeviceCell/style.d.ts +2 -0
  1128. package/build/components/TableCells/CustomCells/DeviceCell/style.js +7 -0
  1129. package/build/components/TableCells/CustomCells/DueDateCell/DueDateCell.d.ts +3 -0
  1130. package/build/components/TableCells/CustomCells/DueDateCell/DueDateCell.js +186 -0
  1131. package/build/components/TableCells/CustomCells/DueDateCell/index.d.ts +1 -0
  1132. package/build/components/TableCells/CustomCells/DueDateCell/index.js +1 -0
  1133. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +268 -0
  1134. package/build/components/TableCells/CustomCells/DueDateCell/style.js +36 -0
  1135. package/build/components/TableCells/CustomCells/DueDateCell/type.d.ts +7 -0
  1136. package/build/components/TableCells/CustomCells/DueDateCell/type.js +1 -0
  1137. package/build/components/TableCells/CustomCells/DueDateCell/utils.d.ts +1 -0
  1138. package/build/components/TableCells/CustomCells/DueDateCell/utils.js +11 -0
  1139. package/build/components/TableCells/CustomCells/EntityCell/EntityCell.d.ts +2 -0
  1140. package/build/components/TableCells/CustomCells/EntityCell/EntityCell.js +24 -0
  1141. package/build/components/TableCells/CustomCells/EntityCell/constants.d.ts +6 -0
  1142. package/build/components/TableCells/CustomCells/EntityCell/constants.js +7 -0
  1143. package/build/components/TableCells/CustomCells/EntityCell/index.d.ts +1 -0
  1144. package/build/components/TableCells/CustomCells/EntityCell/index.js +1 -0
  1145. package/build/components/TableCells/CustomCells/EntityCell/style.d.ts +9 -0
  1146. package/build/components/TableCells/CustomCells/EntityCell/style.js +52 -0
  1147. package/build/components/TableCells/CustomCells/EntityCell/type.d.ts +7 -0
  1148. package/build/components/TableCells/CustomCells/EntityCell/type.js +1 -0
  1149. package/build/components/TableCells/CustomCells/IDButton/IDButton.d.ts +7 -0
  1150. package/build/components/TableCells/CustomCells/IDButton/IDButton.js +44 -0
  1151. package/build/components/TableCells/CustomCells/IDButton/index.d.ts +1 -0
  1152. package/build/components/TableCells/CustomCells/IDButton/index.js +1 -0
  1153. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +527 -0
  1154. package/build/components/TableCells/CustomCells/IDButton/style.js +15 -0
  1155. package/build/components/TableCells/CustomCells/IndividualsCell/IndividualsCell.d.ts +2 -0
  1156. package/build/components/TableCells/CustomCells/IndividualsCell/IndividualsCell.js +21 -0
  1157. package/build/components/TableCells/CustomCells/IndividualsCell/constants.d.ts +6 -0
  1158. package/build/components/TableCells/CustomCells/IndividualsCell/constants.js +7 -0
  1159. package/build/components/TableCells/CustomCells/IndividualsCell/index.d.ts +2 -0
  1160. package/build/components/TableCells/CustomCells/IndividualsCell/index.js +2 -0
  1161. package/build/components/TableCells/CustomCells/IndividualsCell/style.d.ts +8 -0
  1162. package/build/components/TableCells/CustomCells/IndividualsCell/style.js +51 -0
  1163. package/build/components/TableCells/CustomCells/IndividualsCell/type.d.ts +7 -0
  1164. package/build/components/TableCells/CustomCells/IndividualsCell/type.js +1 -0
  1165. package/build/components/TableCells/CustomCells/IntentsStatusCell/IntentsStatusCell.d.ts +2 -0
  1166. package/build/components/TableCells/CustomCells/IntentsStatusCell/IntentsStatusCell.js +33 -0
  1167. package/build/components/TableCells/CustomCells/IntentsStatusCell/constant.d.ts +6 -0
  1168. package/build/components/TableCells/CustomCells/IntentsStatusCell/constant.js +7 -0
  1169. package/build/components/TableCells/CustomCells/IntentsStatusCell/index.d.ts +2 -0
  1170. package/build/components/TableCells/CustomCells/IntentsStatusCell/index.js +1 -0
  1171. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +266 -0
  1172. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.js +20 -0
  1173. package/build/components/TableCells/CustomCells/IntentsStatusCell/type.d.ts +9 -0
  1174. package/build/components/TableCells/CustomCells/IntentsStatusCell/type.js +1 -0
  1175. package/build/components/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.d.ts +2 -0
  1176. package/build/components/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.js +89 -0
  1177. package/build/components/TableCells/CustomCells/InvoiceStatusCell/constant.d.ts +16 -0
  1178. package/build/components/TableCells/CustomCells/InvoiceStatusCell/constant.js +17 -0
  1179. package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.d.ts +2 -0
  1180. package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.js +2 -0
  1181. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +267 -0
  1182. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.js +32 -0
  1183. package/build/components/TableCells/CustomCells/InvoiceStatusCell/type.d.ts +15 -0
  1184. package/build/components/TableCells/CustomCells/InvoiceStatusCell/type.js +1 -0
  1185. package/build/components/TableCells/CustomCells/InvoiceStatusCell/utils.d.ts +5 -0
  1186. package/build/components/TableCells/CustomCells/InvoiceStatusCell/utils.js +40 -0
  1187. package/build/components/TableCells/CustomCells/MarketPlaceCell/MarketPlaceCell.d.ts +2 -0
  1188. package/build/components/TableCells/CustomCells/MarketPlaceCell/MarketPlaceCell.js +29 -0
  1189. package/build/components/TableCells/CustomCells/MarketPlaceCell/index.d.ts +2 -0
  1190. package/build/components/TableCells/CustomCells/MarketPlaceCell/index.js +2 -0
  1191. package/build/components/TableCells/CustomCells/MarketPlaceCell/type.d.ts +6 -0
  1192. package/build/components/TableCells/CustomCells/MarketPlaceCell/type.js +1 -0
  1193. package/build/components/TableCells/CustomCells/MetadataCell/MetadataCell.d.ts +5 -0
  1194. package/build/components/TableCells/CustomCells/MetadataCell/MetadataCell.js +18 -0
  1195. package/build/components/TableCells/CustomCells/MetadataCell/index.d.ts +1 -0
  1196. package/build/components/TableCells/CustomCells/MetadataCell/index.js +1 -0
  1197. package/build/components/TableCells/CustomCells/OrderCell/OrderCell.d.ts +3 -0
  1198. package/build/components/TableCells/CustomCells/OrderCell/OrderCell.js +30 -0
  1199. package/build/components/TableCells/CustomCells/OrderCell/constant.d.ts +1 -0
  1200. package/build/components/TableCells/CustomCells/OrderCell/constant.js +1 -0
  1201. package/build/components/TableCells/CustomCells/OrderCell/index.d.ts +1 -0
  1202. package/build/components/TableCells/CustomCells/OrderCell/index.js +1 -0
  1203. package/build/components/TableCells/CustomCells/PayoutDateCell/PayoutDateCell.d.ts +2 -0
  1204. package/build/components/TableCells/CustomCells/PayoutDateCell/PayoutDateCell.js +35 -0
  1205. package/build/components/TableCells/CustomCells/PayoutDateCell/index.d.ts +1 -0
  1206. package/build/components/TableCells/CustomCells/PayoutDateCell/index.js +1 -0
  1207. package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.d.ts +9 -0
  1208. package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.js +21 -0
  1209. package/build/components/TableCells/CustomCells/PayoutReportCell/index.d.ts +1 -0
  1210. package/build/components/TableCells/CustomCells/PayoutReportCell/index.js +1 -0
  1211. package/build/components/TableCells/CustomCells/PayoutReportCell/style.d.ts +5 -0
  1212. package/build/components/TableCells/CustomCells/PayoutReportCell/style.js +17 -0
  1213. package/build/components/TableCells/CustomCells/PayoutStatusCell/PayoutStatusCell.d.ts +3 -0
  1214. package/build/components/TableCells/CustomCells/PayoutStatusCell/PayoutStatusCell.js +26 -0
  1215. package/build/components/TableCells/CustomCells/PayoutStatusCell/constant.d.ts +11 -0
  1216. package/build/components/TableCells/CustomCells/PayoutStatusCell/constant.js +12 -0
  1217. package/build/components/TableCells/CustomCells/PayoutStatusCell/index.d.ts +3 -0
  1218. package/build/components/TableCells/CustomCells/PayoutStatusCell/index.js +2 -0
  1219. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +1314 -0
  1220. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.js +57 -0
  1221. package/build/components/TableCells/CustomCells/PayoutStatusCell/type.d.ts +7 -0
  1222. package/build/components/TableCells/CustomCells/PayoutStatusCell/type.js +1 -0
  1223. package/build/components/TableCells/CustomCells/ProductsCell/ProductsCell.d.ts +3 -0
  1224. package/build/components/TableCells/CustomCells/ProductsCell/ProductsCell.js +63 -0
  1225. package/build/components/TableCells/CustomCells/ProductsCell/index.d.ts +2 -0
  1226. package/build/components/TableCells/CustomCells/ProductsCell/index.js +2 -0
  1227. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +275 -0
  1228. package/build/components/TableCells/CustomCells/ProductsCell/style.js +58 -0
  1229. package/build/components/TableCells/CustomCells/ProductsCell/type.d.ts +4 -0
  1230. package/build/components/TableCells/CustomCells/ProductsCell/type.js +1 -0
  1231. package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.d.ts +5 -0
  1232. package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.js +15 -0
  1233. package/build/components/TableCells/CustomCells/ReceiptCell/index.d.ts +1 -0
  1234. package/build/components/TableCells/CustomCells/ReceiptCell/index.js +1 -0
  1235. package/build/components/TableCells/CustomCells/ReferenceCell/ReferenceCell.d.ts +3 -0
  1236. package/build/components/TableCells/CustomCells/ReferenceCell/ReferenceCell.js +64 -0
  1237. package/build/components/TableCells/CustomCells/ReferenceCell/constant.d.ts +11 -0
  1238. package/build/components/TableCells/CustomCells/ReferenceCell/constant.js +16 -0
  1239. package/build/components/TableCells/CustomCells/ReferenceCell/index.d.ts +2 -0
  1240. package/build/components/TableCells/CustomCells/ReferenceCell/index.js +2 -0
  1241. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +289 -0
  1242. package/build/components/TableCells/CustomCells/ReferenceCell/style.js +58 -0
  1243. package/build/components/TableCells/CustomCells/ReferenceCell/type.d.ts +13 -0
  1244. package/build/components/TableCells/CustomCells/ReferenceCell/type.js +1 -0
  1245. package/build/components/TableCells/CustomCells/RefundChargeCell/RefundChargeCell.d.ts +3 -0
  1246. package/build/components/TableCells/CustomCells/RefundChargeCell/RefundChargeCell.js +96 -0
  1247. package/build/components/TableCells/CustomCells/RefundChargeCell/constant.d.ts +14 -0
  1248. package/build/components/TableCells/CustomCells/RefundChargeCell/constant.js +14 -0
  1249. package/build/components/TableCells/CustomCells/RefundChargeCell/index.d.ts +1 -0
  1250. package/build/components/TableCells/CustomCells/RefundChargeCell/index.js +1 -0
  1251. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +531 -0
  1252. package/build/components/TableCells/CustomCells/RefundChargeCell/style.js +39 -0
  1253. package/build/components/TableCells/CustomCells/RefundChargeCell/type.d.ts +12 -0
  1254. package/build/components/TableCells/CustomCells/RefundChargeCell/type.js +1 -0
  1255. package/build/components/TableCells/CustomCells/RefundChargeCell/utils.d.ts +1 -0
  1256. package/build/components/TableCells/CustomCells/RefundChargeCell/utils.js +9 -0
  1257. package/build/components/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.d.ts +3 -0
  1258. package/build/components/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.js +32 -0
  1259. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.d.ts +2 -0
  1260. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.js +18 -0
  1261. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.d.ts +2 -0
  1262. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.js +54 -0
  1263. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatusIcon.d.ts +2 -0
  1264. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatusIcon.js +10 -0
  1265. package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.d.ts +3 -0
  1266. package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.js +3 -0
  1267. package/build/components/TableCells/CustomCells/RefundStatusCell/constant.d.ts +7 -0
  1268. package/build/components/TableCells/CustomCells/RefundStatusCell/constant.js +20 -0
  1269. package/build/components/TableCells/CustomCells/RefundStatusCell/hooks/useRefundStyles.d.ts +50 -0
  1270. package/build/components/TableCells/CustomCells/RefundStatusCell/hooks/useRefundStyles.js +54 -0
  1271. package/build/components/TableCells/CustomCells/RefundStatusCell/index.d.ts +3 -0
  1272. package/build/components/TableCells/CustomCells/RefundStatusCell/index.js +2 -0
  1273. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +279 -0
  1274. package/build/components/TableCells/CustomCells/RefundStatusCell/style.js +71 -0
  1275. package/build/components/TableCells/CustomCells/RefundStatusCell/type.d.ts +17 -0
  1276. package/build/components/TableCells/CustomCells/RefundStatusCell/type.js +1 -0
  1277. package/build/components/TableCells/CustomCells/SalesChannelCell/SalesChannelCell.d.ts +3 -0
  1278. package/build/components/TableCells/CustomCells/SalesChannelCell/SalesChannelCell.js +34 -0
  1279. package/build/components/TableCells/CustomCells/SalesChannelCell/index.d.ts +2 -0
  1280. package/build/components/TableCells/CustomCells/SalesChannelCell/index.js +2 -0
  1281. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +269 -0
  1282. package/build/components/TableCells/CustomCells/SalesChannelCell/style.js +36 -0
  1283. package/build/components/TableCells/CustomCells/SalesChannelCell/type.d.ts +6 -0
  1284. package/build/components/TableCells/CustomCells/SalesChannelCell/type.js +1 -0
  1285. package/build/components/TableCells/CustomCells/SegmentsCell/SegmentsCell.d.ts +3 -0
  1286. package/build/components/TableCells/CustomCells/SegmentsCell/SegmentsCell.js +42 -0
  1287. package/build/components/TableCells/CustomCells/SegmentsCell/constant.d.ts +7 -0
  1288. package/build/components/TableCells/CustomCells/SegmentsCell/constant.js +8 -0
  1289. package/build/components/TableCells/CustomCells/SegmentsCell/index.d.ts +2 -0
  1290. package/build/components/TableCells/CustomCells/SegmentsCell/index.js +2 -0
  1291. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +288 -0
  1292. package/build/components/TableCells/CustomCells/SegmentsCell/style.js +55 -0
  1293. package/build/components/TableCells/CustomCells/SegmentsCell/type.d.ts +11 -0
  1294. package/build/components/TableCells/CustomCells/SegmentsCell/type.js +1 -0
  1295. package/build/components/TableCells/CustomCells/SheetViewIDButton/SheetViewIDButton.d.ts +7 -0
  1296. package/build/components/TableCells/CustomCells/SheetViewIDButton/SheetViewIDButton.js +35 -0
  1297. package/build/components/TableCells/CustomCells/SheetViewIDButton/index.d.ts +1 -0
  1298. package/build/components/TableCells/CustomCells/SheetViewIDButton/index.js +1 -0
  1299. package/build/components/TableCells/CustomCells/SheetViewIDButton/style.d.ts +3 -0
  1300. package/build/components/TableCells/CustomCells/SheetViewIDButton/style.js +22 -0
  1301. package/build/components/TableCells/CustomCells/SourceCell/SourceCell.d.ts +3 -0
  1302. package/build/components/TableCells/CustomCells/SourceCell/SourceCell.js +78 -0
  1303. package/build/components/TableCells/CustomCells/SourceCell/index.d.ts +2 -0
  1304. package/build/components/TableCells/CustomCells/SourceCell/index.js +2 -0
  1305. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +269 -0
  1306. package/build/components/TableCells/CustomCells/SourceCell/style.js +42 -0
  1307. package/build/components/TableCells/CustomCells/SourceCell/utils.d.ts +1 -0
  1308. package/build/components/TableCells/CustomCells/SourceCell/utils.js +8 -0
  1309. package/build/components/TableCells/CustomCells/SourceMergedCell/CollapsedViewIcon.d.ts +11 -0
  1310. package/build/components/TableCells/CustomCells/SourceMergedCell/CollapsedViewIcon.js +51 -0
  1311. package/build/components/TableCells/CustomCells/SourceMergedCell/SourceMergedCell.d.ts +3 -0
  1312. package/build/components/TableCells/CustomCells/SourceMergedCell/SourceMergedCell.js +99 -0
  1313. package/build/components/TableCells/CustomCells/SourceMergedCell/index.d.ts +3 -0
  1314. package/build/components/TableCells/CustomCells/SourceMergedCell/index.js +3 -0
  1315. package/build/components/TableCells/CustomCells/SourceMergedCell/style.d.ts +1622 -0
  1316. package/build/components/TableCells/CustomCells/SourceMergedCell/style.js +95 -0
  1317. package/build/components/TableCells/CustomCells/SourceMergedCell/type.d.ts +19 -0
  1318. package/build/components/TableCells/CustomCells/SourceMergedCell/type.js +1 -0
  1319. package/build/components/TableCells/CustomCells/SourceMergedCell/utils.d.ts +12 -0
  1320. package/build/components/TableCells/CustomCells/SourceMergedCell/utils.js +12 -0
  1321. package/build/components/TableCells/CustomCells/StatusCell/StatusCell.d.ts +6 -0
  1322. package/build/components/TableCells/CustomCells/StatusCell/StatusCell.js +47 -0
  1323. package/build/components/TableCells/CustomCells/StatusCell/constant.d.ts +76 -0
  1324. package/build/components/TableCells/CustomCells/StatusCell/constant.js +122 -0
  1325. package/build/components/TableCells/CustomCells/StatusCell/index.d.ts +2 -0
  1326. package/build/components/TableCells/CustomCells/StatusCell/index.js +2 -0
  1327. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +1608 -0
  1328. package/build/components/TableCells/CustomCells/StatusCell/style.js +67 -0
  1329. package/build/components/TableCells/CustomCells/StatusCell/type.d.ts +13 -0
  1330. package/build/components/TableCells/CustomCells/StatusCell/type.js +1 -0
  1331. package/build/components/TableCells/CustomCells/StatusCell/utils.d.ts +2 -0
  1332. package/build/components/TableCells/CustomCells/StatusCell/utils.js +8 -0
  1333. package/build/components/TableCells/CustomCells/TextTableCell/TextTableCell.d.ts +2 -0
  1334. package/build/components/TableCells/CustomCells/TextTableCell/TextTableCell.js +6 -0
  1335. package/build/components/TableCells/CustomCells/TextTableCell/index.d.ts +2 -0
  1336. package/build/components/TableCells/CustomCells/TextTableCell/index.js +2 -0
  1337. package/build/components/TableCells/CustomCells/TextTableCell/type.d.ts +6 -0
  1338. package/build/components/TableCells/CustomCells/TextTableCell/type.js +1 -0
  1339. package/build/components/TableCells/CustomCells/TextWithBadgeCell/TextWithBadgeCell.d.ts +3 -0
  1340. package/build/components/TableCells/CustomCells/TextWithBadgeCell/TextWithBadgeCell.js +29 -0
  1341. package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.d.ts +2 -0
  1342. package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.js +2 -0
  1343. package/build/components/TableCells/CustomCells/TextWithBadgeCell/type.d.ts +6 -0
  1344. package/build/components/TableCells/CustomCells/TextWithBadgeCell/type.js +1 -0
  1345. package/build/components/TableCells/CustomCells/TokenStatusCell/TokenStatusCell.d.ts +3 -0
  1346. package/build/components/TableCells/CustomCells/TokenStatusCell/TokenStatusCell.js +33 -0
  1347. package/build/components/TableCells/CustomCells/TokenStatusCell/constant.d.ts +8 -0
  1348. package/build/components/TableCells/CustomCells/TokenStatusCell/constant.js +9 -0
  1349. package/build/components/TableCells/CustomCells/TokenStatusCell/index.d.ts +2 -0
  1350. package/build/components/TableCells/CustomCells/TokenStatusCell/index.js +1 -0
  1351. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +1314 -0
  1352. package/build/components/TableCells/CustomCells/TokenStatusCell/style.js +57 -0
  1353. package/build/components/TableCells/CustomCells/TokenStatusCell/type.d.ts +17 -0
  1354. package/build/components/TableCells/CustomCells/TokenStatusCell/type.js +1 -0
  1355. package/build/components/TableCells/CustomCells/WalletCell/WalletCell.d.ts +3 -0
  1356. package/build/components/TableCells/CustomCells/WalletCell/WalletCell.js +30 -0
  1357. package/build/components/TableCells/CustomCells/WalletCell/index.d.ts +2 -0
  1358. package/build/components/TableCells/CustomCells/WalletCell/index.js +2 -0
  1359. package/build/components/TableCells/CustomCells/WalletCell/style.d.ts +5 -0
  1360. package/build/components/TableCells/CustomCells/WalletCell/style.js +26 -0
  1361. package/build/components/TableCells/CustomCells/WalletCell/type.d.ts +6 -0
  1362. package/build/components/TableCells/CustomCells/WalletCell/type.js +1 -0
  1363. package/build/components/TableCells/CustomCells/index.d.ts +49 -0
  1364. package/build/components/TableCells/CustomCells/index.js +49 -0
  1365. package/build/components/TableCells/CustomCells/style.d.ts +293 -0
  1366. package/build/components/TableCells/CustomCells/style.js +141 -0
  1367. package/build/components/TableCells/CustomCells/type.d.ts +133 -0
  1368. package/build/components/TableCells/CustomCells/type.js +15 -0
  1369. package/build/components/TableCells/TableCell.d.ts +4 -0
  1370. package/build/components/TableCells/TableCell.js +19 -0
  1371. package/build/components/TableCells/index.d.ts +3 -0
  1372. package/build/components/TableCells/index.js +3 -0
  1373. package/build/components/TableCells/style.d.ts +2 -0
  1374. package/build/components/TableCells/style.js +18 -0
  1375. package/build/components/TableCells/type.d.ts +5 -0
  1376. package/build/components/TableCells/type.js +1 -0
  1377. package/build/components/TableHeader/FiltersRow.d.ts +2 -0
  1378. package/build/components/TableHeader/FiltersRow.js +5 -0
  1379. package/build/components/TableHeader/TableHeader.d.ts +4 -0
  1380. package/build/components/TableHeader/TableHeader.js +7 -0
  1381. package/build/components/TableHeader/index.d.ts +4 -0
  1382. package/build/components/TableHeader/index.js +4 -0
  1383. package/build/components/TableHeader/style.d.ts +21 -0
  1384. package/build/components/TableHeader/style.js +43 -0
  1385. package/build/components/TableHeader/type.d.ts +64 -0
  1386. package/build/components/TableHeader/type.js +8 -0
  1387. package/build/components/TableView/CustomViews.d.ts +13 -0
  1388. package/build/components/TableView/CustomViews.js +78 -0
  1389. package/build/components/TableView/DefaultViews.d.ts +13 -0
  1390. package/build/components/TableView/DefaultViews.js +22 -0
  1391. package/build/components/TableView/TableView.d.ts +12 -0
  1392. package/build/components/TableView/TableView.js +55 -0
  1393. package/build/components/TableView/data.d.ts +5 -0
  1394. package/build/components/TableView/data.js +7 -0
  1395. package/build/components/TableView/index.d.ts +3 -0
  1396. package/build/components/TableView/index.js +3 -0
  1397. package/build/components/TableView/style.d.ts +24 -0
  1398. package/build/components/TableView/style.js +102 -0
  1399. package/build/components/TapLogo/TapLogo.d.ts +8 -0
  1400. package/build/components/TapLogo/TapLogo.js +6 -0
  1401. package/build/components/TapLogo/index.d.ts +2 -0
  1402. package/build/components/TapLogo/index.js +2 -0
  1403. package/build/components/Text/Text.d.ts +5 -0
  1404. package/build/components/Text/Text.js +9 -0
  1405. package/build/components/Text/index.d.ts +2 -0
  1406. package/build/components/Text/index.js +2 -0
  1407. package/build/components/Timepicker/Timepicker.d.ts +10 -0
  1408. package/build/components/Timepicker/Timepicker.js +80 -0
  1409. package/build/components/Timepicker/constant.d.ts +3 -0
  1410. package/build/components/Timepicker/constant.js +3 -0
  1411. package/build/components/Timepicker/index.d.ts +4 -0
  1412. package/build/components/Timepicker/index.js +4 -0
  1413. package/build/components/Timepicker/style.d.ts +34 -0
  1414. package/build/components/Timepicker/style.js +45 -0
  1415. package/build/components/Timepicker/utils.d.ts +2 -0
  1416. package/build/components/Timepicker/utils.js +2 -0
  1417. package/build/components/ToggleButtons/ToggleButtons.d.ts +3 -0
  1418. package/build/components/ToggleButtons/ToggleButtons.js +6 -0
  1419. package/build/components/ToggleButtons/index.d.ts +3 -0
  1420. package/build/components/ToggleButtons/index.js +3 -0
  1421. package/build/components/ToggleButtons/style.d.ts +8 -0
  1422. package/build/components/ToggleButtons/style.js +25 -0
  1423. package/build/components/ToggleButtons/type.d.ts +17 -0
  1424. package/build/components/ToggleButtons/type.js +1 -0
  1425. package/build/components/Toolbar/Toolbar.d.ts +5 -0
  1426. package/build/components/Toolbar/Toolbar.js +20 -0
  1427. package/build/components/Toolbar/index.d.ts +4 -0
  1428. package/build/components/Toolbar/index.js +4 -0
  1429. package/build/components/Toolbar/style.d.ts +26 -0
  1430. package/build/components/Toolbar/style.js +93 -0
  1431. package/build/components/Toolbar/type.d.ts +10 -0
  1432. package/build/components/Toolbar/type.js +1 -0
  1433. package/build/components/ToolbarIcon/CloseIcon/CloseIcon.d.ts +2 -0
  1434. package/build/components/ToolbarIcon/CloseIcon/CloseIcon.js +6 -0
  1435. package/build/components/ToolbarIcon/CloseIcon/index.d.ts +1 -0
  1436. package/build/components/ToolbarIcon/CloseIcon/index.js +1 -0
  1437. package/build/components/ToolbarIcon/CloseIcon/style.d.ts +4 -0
  1438. package/build/components/ToolbarIcon/CloseIcon/style.js +7 -0
  1439. package/build/components/ToolbarIcon/ExpandButton/ExpandButton.d.ts +9 -0
  1440. package/build/components/ToolbarIcon/ExpandButton/ExpandButton.js +21 -0
  1441. package/build/components/ToolbarIcon/ExpandButton/index.d.ts +1 -0
  1442. package/build/components/ToolbarIcon/ExpandButton/index.js +1 -0
  1443. package/build/components/ToolbarIcon/ExpandButton/style.d.ts +14 -0
  1444. package/build/components/ToolbarIcon/ExpandButton/style.js +31 -0
  1445. package/build/components/ToolbarIcon/MaximizeIcon/MaximizeIcon.d.ts +6 -0
  1446. package/build/components/ToolbarIcon/MaximizeIcon/MaximizeIcon.js +18 -0
  1447. package/build/components/ToolbarIcon/MaximizeIcon/index.d.ts +1 -0
  1448. package/build/components/ToolbarIcon/MaximizeIcon/index.js +1 -0
  1449. package/build/components/ToolbarIcon/MaximizeIcon/style.d.ts +4 -0
  1450. package/build/components/ToolbarIcon/MaximizeIcon/style.js +7 -0
  1451. package/build/components/ToolbarIcon/MinimizeIcon/MinimizeIcon.d.ts +2 -0
  1452. package/build/components/ToolbarIcon/MinimizeIcon/MinimizeIcon.js +6 -0
  1453. package/build/components/ToolbarIcon/MinimizeIcon/index.d.ts +1 -0
  1454. package/build/components/ToolbarIcon/MinimizeIcon/index.js +1 -0
  1455. package/build/components/ToolbarIcon/MinimizeIcon/style.d.ts +4 -0
  1456. package/build/components/ToolbarIcon/MinimizeIcon/style.js +7 -0
  1457. package/build/components/ToolbarIcon/index.d.ts +4 -0
  1458. package/build/components/ToolbarIcon/index.js +4 -0
  1459. package/build/components/ToolbarIcon/style.d.ts +4 -0
  1460. package/build/components/ToolbarIcon/style.js +20 -0
  1461. package/build/components/Tooltip/Tooltip.d.ts +10 -0
  1462. package/build/components/Tooltip/Tooltip.js +18 -0
  1463. package/build/components/Tooltip/index.d.ts +2 -0
  1464. package/build/components/Tooltip/index.js +2 -0
  1465. package/build/components/Tooltip/styles.d.ts +2 -0
  1466. package/build/components/Tooltip/styles.js +34 -0
  1467. package/build/components/VirtualTable/SheetView/SheetViewTableHeader.d.ts +17 -0
  1468. package/build/components/VirtualTable/SheetView/SheetViewTableHeader.js +69 -0
  1469. package/build/components/VirtualTable/SheetView/SheetViewVirtualTable.d.ts +10 -0
  1470. package/build/components/VirtualTable/SheetView/SheetViewVirtualTable.js +122 -0
  1471. package/build/components/VirtualTable/SheetView/hooks/usePinnedColumns.d.ts +11 -0
  1472. package/build/components/VirtualTable/SheetView/hooks/usePinnedColumns.js +62 -0
  1473. package/build/components/VirtualTable/SheetView/hooks/useSynchronizedScroll.d.ts +8 -0
  1474. package/build/components/VirtualTable/SheetView/hooks/useSynchronizedScroll.js +30 -0
  1475. package/build/components/VirtualTable/SheetView/index.d.ts +3 -0
  1476. package/build/components/VirtualTable/SheetView/index.js +3 -0
  1477. package/build/components/VirtualTable/SheetView/style.d.ts +31 -0
  1478. package/build/components/VirtualTable/SheetView/style.js +94 -0
  1479. package/build/components/VirtualTable/VirtualTable.d.ts +5 -0
  1480. package/build/components/VirtualTable/VirtualTable.js +94 -0
  1481. package/build/components/VirtualTable/VirtualTableWithCard.d.ts +13 -0
  1482. package/build/components/VirtualTable/VirtualTableWithCard.js +84 -0
  1483. package/build/components/VirtualTable/components/ColumnFilter/ColumnFilter.d.ts +5 -0
  1484. package/build/components/VirtualTable/components/ColumnFilter/ColumnFilter.js +59 -0
  1485. package/build/components/VirtualTable/components/ColumnFilter/Inputs/Inputs.d.ts +7 -0
  1486. package/build/components/VirtualTable/components/ColumnFilter/Inputs/Inputs.js +47 -0
  1487. package/build/components/VirtualTable/components/ColumnFilter/Inputs/index.d.ts +2 -0
  1488. package/build/components/VirtualTable/components/ColumnFilter/Inputs/index.js +2 -0
  1489. package/build/components/VirtualTable/components/ColumnFilter/Inputs/style.d.ts +19 -0
  1490. package/build/components/VirtualTable/components/ColumnFilter/Inputs/style.js +47 -0
  1491. package/build/components/VirtualTable/components/ColumnFilter/List/List.d.ts +10 -0
  1492. package/build/components/VirtualTable/components/ColumnFilter/List/List.js +61 -0
  1493. package/build/components/VirtualTable/components/ColumnFilter/List/index.d.ts +2 -0
  1494. package/build/components/VirtualTable/components/ColumnFilter/List/index.js +2 -0
  1495. package/build/components/VirtualTable/components/ColumnFilter/index.d.ts +4 -0
  1496. package/build/components/VirtualTable/components/ColumnFilter/index.js +4 -0
  1497. package/build/components/VirtualTable/components/ColumnFilter/style.d.ts +13 -0
  1498. package/build/components/VirtualTable/components/ColumnFilter/style.js +50 -0
  1499. package/build/components/VirtualTable/components/EmptyList/EmptyList.d.ts +12 -0
  1500. package/build/components/VirtualTable/components/EmptyList/EmptyList.js +23 -0
  1501. package/build/components/VirtualTable/components/EmptyList/index.d.ts +3 -0
  1502. package/build/components/VirtualTable/components/EmptyList/index.js +3 -0
  1503. package/build/components/VirtualTable/components/EmptyList/styles.d.ts +9 -0
  1504. package/build/components/VirtualTable/components/EmptyList/styles.js +39 -0
  1505. package/build/components/VirtualTable/components/ErrorList/ErrorList.d.ts +10 -0
  1506. package/build/components/VirtualTable/components/ErrorList/ErrorList.js +23 -0
  1507. package/build/components/VirtualTable/components/ErrorList/index.d.ts +2 -0
  1508. package/build/components/VirtualTable/components/ErrorList/index.js +2 -0
  1509. package/build/components/VirtualTable/components/ErrorList/styles.d.ts +20 -0
  1510. package/build/components/VirtualTable/components/ErrorList/styles.js +72 -0
  1511. package/build/components/VirtualTable/components/RowErrorState.d.ts +1 -0
  1512. package/build/components/VirtualTable/components/RowErrorState.js +21 -0
  1513. package/build/components/VirtualTable/components/TableFooter/TableFooter.d.ts +5 -0
  1514. package/build/components/VirtualTable/components/TableFooter/TableFooter.js +22 -0
  1515. package/build/components/VirtualTable/components/TableFooter/index.d.ts +2 -0
  1516. package/build/components/VirtualTable/components/TableFooter/index.js +2 -0
  1517. package/build/components/VirtualTable/components/TableFooter/style.d.ts +33 -0
  1518. package/build/components/VirtualTable/components/TableFooter/style.js +53 -0
  1519. package/build/components/VirtualTable/components/TableHeader.d.ts +27 -0
  1520. package/build/components/VirtualTable/components/TableHeader.js +87 -0
  1521. package/build/components/VirtualTable/components/TableLastItem.d.ts +8 -0
  1522. package/build/components/VirtualTable/components/TableLastItem.js +39 -0
  1523. package/build/components/VirtualTable/components/TableLoading.d.ts +12 -0
  1524. package/build/components/VirtualTable/components/TableLoading.js +19 -0
  1525. package/build/components/VirtualTable/components/TableLoadingWithCard.d.ts +11 -0
  1526. package/build/components/VirtualTable/components/TableLoadingWithCard.js +19 -0
  1527. package/build/components/VirtualTable/components/TableNoData.d.ts +18 -0
  1528. package/build/components/VirtualTable/components/TableNoData.js +32 -0
  1529. package/build/components/VirtualTable/components/TableNoDataWithCard.d.ts +20 -0
  1530. package/build/components/VirtualTable/components/TableNoDataWithCard.js +29 -0
  1531. package/build/components/VirtualTable/components/TableRow.d.ts +17 -0
  1532. package/build/components/VirtualTable/components/TableRow.js +20 -0
  1533. package/build/components/VirtualTable/components/TableRowLoading.d.ts +11 -0
  1534. package/build/components/VirtualTable/components/TableRowLoading.js +21 -0
  1535. package/build/components/VirtualTable/components/TableRowLoadingWithCard.d.ts +10 -0
  1536. package/build/components/VirtualTable/components/TableRowLoadingWithCard.js +14 -0
  1537. package/build/components/VirtualTable/components/TableRowWithCard.d.ts +16 -0
  1538. package/build/components/VirtualTable/components/TableRowWithCard.js +9 -0
  1539. package/build/components/VirtualTable/components/index.d.ts +16 -0
  1540. package/build/components/VirtualTable/components/index.js +16 -0
  1541. package/build/components/VirtualTable/components/virtualScroll/ListItemWrapper.d.ts +10 -0
  1542. package/build/components/VirtualTable/components/virtualScroll/ListItemWrapper.js +75 -0
  1543. package/build/components/VirtualTable/components/virtualScroll/ListItemWrapperWithCard.d.ts +7 -0
  1544. package/build/components/VirtualTable/components/virtualScroll/ListItemWrapperWithCard.js +26 -0
  1545. package/build/components/VirtualTable/components/virtualScroll/VirtualScrollInner.d.ts +6 -0
  1546. package/build/components/VirtualTable/components/virtualScroll/VirtualScrollInner.js +20 -0
  1547. package/build/components/VirtualTable/components/virtualScroll/VirtualScrollList.d.ts +9 -0
  1548. package/build/components/VirtualTable/components/virtualScroll/VirtualScrollList.js +64 -0
  1549. package/build/components/VirtualTable/components/virtualScroll/VirtualScrollOuter.d.ts +8 -0
  1550. package/build/components/VirtualTable/components/virtualScroll/VirtualScrollOuter.js +21 -0
  1551. package/build/components/VirtualTable/components/virtualScroll/index.d.ts +5 -0
  1552. package/build/components/VirtualTable/components/virtualScroll/index.js +5 -0
  1553. package/build/components/VirtualTable/context/Provider.d.ts +8 -0
  1554. package/build/components/VirtualTable/context/Provider.js +3 -0
  1555. package/build/components/VirtualTable/context/context.d.ts +7 -0
  1556. package/build/components/VirtualTable/context/context.js +2 -0
  1557. package/build/components/VirtualTable/context/index.d.ts +2 -0
  1558. package/build/components/VirtualTable/context/index.js +2 -0
  1559. package/build/components/VirtualTable/hooks/useScrollBackShadow.d.ts +10 -0
  1560. package/build/components/VirtualTable/hooks/useScrollBackShadow.js +26 -0
  1561. package/build/components/VirtualTable/index.d.ts +6 -0
  1562. package/build/components/VirtualTable/index.js +6 -0
  1563. package/build/components/VirtualTable/style.d.ts +328 -0
  1564. package/build/components/VirtualTable/style.js +134 -0
  1565. package/build/components/Widget/List.d.ts +8 -0
  1566. package/build/components/Widget/List.js +23 -0
  1567. package/build/components/Widget/ListItem.d.ts +11 -0
  1568. package/build/components/Widget/ListItem.js +19 -0
  1569. package/build/components/Widget/Widget.d.ts +8 -0
  1570. package/build/components/Widget/Widget.js +19 -0
  1571. package/build/components/Widget/WidgetHeader.d.ts +9 -0
  1572. package/build/components/Widget/WidgetHeader.js +19 -0
  1573. package/build/components/Widget/index.d.ts +6 -0
  1574. package/build/components/Widget/index.js +6 -0
  1575. package/build/components/Widget/style.d.ts +30 -0
  1576. package/build/components/Widget/style.js +71 -0
  1577. package/build/components/Widget/useScrollWithShadow.d.ts +5 -0
  1578. package/build/components/Widget/useScrollWithShadow.js +13 -0
  1579. package/build/components/Window/Window.d.ts +24 -0
  1580. package/build/components/Window/Window.js +55 -0
  1581. package/build/components/Window/index.d.ts +2 -0
  1582. package/build/components/Window/index.js +2 -0
  1583. package/build/components/Window/style.d.ts +533 -0
  1584. package/build/components/Window/style.js +47 -0
  1585. package/build/components/WindowAppIcon/WindowAppIcon.d.ts +6 -0
  1586. package/build/components/WindowAppIcon/WindowAppIcon.js +17 -0
  1587. package/build/components/WindowAppIcon/index.d.ts +2 -0
  1588. package/build/components/WindowAppIcon/index.js +2 -0
  1589. package/build/components/WindowAppIcon/style.d.ts +8 -0
  1590. package/build/components/WindowAppIcon/style.js +25 -0
  1591. package/build/components/WindowSideBar/WindowSideBar.d.ts +15 -0
  1592. package/build/components/WindowSideBar/WindowSideBar.js +11 -0
  1593. package/build/components/WindowSideBar/constant.d.ts +1 -0
  1594. package/build/components/WindowSideBar/constant.js +1 -0
  1595. package/build/components/WindowSideBar/index.d.ts +4 -0
  1596. package/build/components/WindowSideBar/index.js +4 -0
  1597. package/build/components/WindowSideBar/style.d.ts +14 -0
  1598. package/build/components/WindowSideBar/style.js +33 -0
  1599. package/build/components/index.d.ts +95 -0
  1600. package/build/components/index.js +95 -0
  1601. package/build/constants/api.d.ts +57 -0
  1602. package/build/constants/api.js +57 -0
  1603. package/build/constants/apps.d.ts +704 -0
  1604. package/build/constants/apps.js +357 -0
  1605. package/build/constants/assets.d.ts +506 -0
  1606. package/build/constants/assets.js +510 -0
  1607. package/build/constants/charge.d.ts +1 -0
  1608. package/build/constants/charge.js +1 -0
  1609. package/build/constants/currency.d.ts +9 -0
  1610. package/build/constants/currency.js +21 -0
  1611. package/build/constants/index.d.ts +12 -0
  1612. package/build/constants/index.js +12 -0
  1613. package/build/constants/server.d.ts +4 -0
  1614. package/build/constants/server.js +5 -0
  1615. package/build/constants/servicesTags.d.ts +2 -0
  1616. package/build/constants/servicesTags.js +53 -0
  1617. package/build/constants/style.d.ts +3 -0
  1618. package/build/constants/style.js +3 -0
  1619. package/build/constants/table/cell/authenticationsTableCellWidth.d.ts +57 -0
  1620. package/build/constants/table/cell/authenticationsTableCellWidth.js +57 -0
  1621. package/build/constants/table/cell/authorizationTableCellWidth.d.ts +162 -0
  1622. package/build/constants/table/cell/authorizationTableCellWidth.js +162 -0
  1623. package/build/constants/table/cell/chargeTableCellWidth.d.ts +162 -0
  1624. package/build/constants/table/cell/chargeTableCellWidth.js +162 -0
  1625. package/build/constants/table/cell/destinationsTableCellWidth.d.ts +107 -0
  1626. package/build/constants/table/cell/destinationsTableCellWidth.js +107 -0
  1627. package/build/constants/table/cell/index.d.ts +20 -0
  1628. package/build/constants/table/cell/index.js +20 -0
  1629. package/build/constants/table/cell/intentsTableCellWidth.d.ts +32 -0
  1630. package/build/constants/table/cell/intentsTableCellWidth.js +32 -0
  1631. package/build/constants/table/cell/invoicesTableCellWidth.d.ts +87 -0
  1632. package/build/constants/table/cell/invoicesTableCellWidth.js +87 -0
  1633. package/build/constants/table/cell/leadsTableCellWidth.d.ts +37 -0
  1634. package/build/constants/table/cell/leadsTableCellWidth.js +37 -0
  1635. package/build/constants/table/cell/merchantsTableCellWidth.d.ts +57 -0
  1636. package/build/constants/table/cell/merchantsTableCellWidth.js +57 -0
  1637. package/build/constants/table/cell/ordersTableCellWidth.d.ts +57 -0
  1638. package/build/constants/table/cell/ordersTableCellWidth.js +57 -0
  1639. package/build/constants/table/cell/payoutsTableCellWidth.d.ts +57 -0
  1640. package/build/constants/table/cell/payoutsTableCellWidth.js +57 -0
  1641. package/build/constants/table/cell/protectAuthorizationsTableCellWidth.d.ts +72 -0
  1642. package/build/constants/table/cell/protectAuthorizationsTableCellWidth.js +72 -0
  1643. package/build/constants/table/cell/protectChargesTableCellWidth.d.ts +67 -0
  1644. package/build/constants/table/cell/protectChargesTableCellWidth.js +67 -0
  1645. package/build/constants/table/cell/refundTableCellWidth.d.ts +142 -0
  1646. package/build/constants/table/cell/refundTableCellWidth.js +142 -0
  1647. package/build/constants/table/cell/terminalsTableCellWidth.d.ts +72 -0
  1648. package/build/constants/table/cell/terminalsTableCellWidth.js +72 -0
  1649. package/build/constants/table/cell/tokensTableCellWidth.d.ts +47 -0
  1650. package/build/constants/table/cell/tokensTableCellWidth.js +47 -0
  1651. package/build/constants/table/cell/topupsTableCellWidth.d.ts +57 -0
  1652. package/build/constants/table/cell/topupsTableCellWidth.js +57 -0
  1653. package/build/constants/table/cell/walletDetailsTableCellWidth.d.ts +32 -0
  1654. package/build/constants/table/cell/walletDetailsTableCellWidth.js +32 -0
  1655. package/build/constants/table/cell/walletStatementTableCellWidth.d.ts +62 -0
  1656. package/build/constants/table/cell/walletStatementTableCellWidth.js +62 -0
  1657. package/build/constants/table/cell/walletTableCellWidth.d.ts +32 -0
  1658. package/build/constants/table/cell/walletTableCellWidth.js +32 -0
  1659. package/build/constants/table.d.ts +6 -0
  1660. package/build/constants/table.js +6 -0
  1661. package/build/constants/timezones.d.ts +4 -0
  1662. package/build/constants/timezones.js +45 -0
  1663. package/build/constants/toggleOptions.d.ts +8 -0
  1664. package/build/constants/toggleOptions.js +8 -0
  1665. package/build/hooks/index.d.ts +11 -0
  1666. package/build/hooks/index.js +11 -0
  1667. package/build/hooks/useActionMenu.d.ts +20 -0
  1668. package/build/hooks/useActionMenu.js +45 -0
  1669. package/build/hooks/useBadgesCount.d.ts +3 -0
  1670. package/build/hooks/useBadgesCount.js +15 -0
  1671. package/build/hooks/useCheckInternetConnection.d.ts +1 -0
  1672. package/build/hooks/useCheckInternetConnection.js +17 -0
  1673. package/build/hooks/useCheckUserLoggedIn.d.ts +1 -0
  1674. package/build/hooks/useCheckUserLoggedIn.js +11 -0
  1675. package/build/hooks/useCountdown.d.ts +7 -0
  1676. package/build/hooks/useCountdown.js +46 -0
  1677. package/build/hooks/useDelayToSetValue.d.ts +4 -0
  1678. package/build/hooks/useDelayToSetValue.js +19 -0
  1679. package/build/hooks/useIsParameterSelected.d.ts +5 -0
  1680. package/build/hooks/useIsParameterSelected.js +13 -0
  1681. package/build/hooks/useMouseState.d.ts +8 -0
  1682. package/build/hooks/useMouseState.js +25 -0
  1683. package/build/hooks/useStickyHeaderShadow.d.ts +4 -0
  1684. package/build/hooks/useStickyHeaderShadow.js +14 -0
  1685. package/build/hooks/useThemeMode.d.ts +4 -0
  1686. package/build/hooks/useThemeMode.js +8 -0
  1687. package/build/hooks/useWindowDimensions.d.ts +4 -0
  1688. package/build/hooks/useWindowDimensions.js +21 -0
  1689. package/build/index.d.ts +6 -0
  1690. package/build/index.js +6 -0
  1691. package/build/playground/VTDemo.d.ts +1 -0
  1692. package/build/playground/VTDemo.js +58 -0
  1693. package/build/playground/index.d.ts +1 -0
  1694. package/build/playground/index.js +1 -0
  1695. package/build/theme/components.d.ts +2 -0
  1696. package/build/theme/components.js +22 -0
  1697. package/build/theme/index.d.ts +5 -0
  1698. package/build/theme/index.js +5 -0
  1699. package/build/theme/palette.d.ts +3 -0
  1700. package/build/theme/palette.js +106 -0
  1701. package/build/theme/shadows.d.ts +2 -0
  1702. package/build/theme/shadows.js +27 -0
  1703. package/build/theme/theme.d.ts +10 -0
  1704. package/build/theme/theme.js +15 -0
  1705. package/build/theme/typography.d.ts +3 -0
  1706. package/build/theme/typography.js +33 -0
  1707. package/build/types/account.d.ts +6 -0
  1708. package/build/types/account.js +7 -0
  1709. package/build/types/analytics.d.ts +31 -0
  1710. package/build/types/analytics.js +6 -0
  1711. package/build/types/api.d.ts +22 -0
  1712. package/build/types/api.js +1 -0
  1713. package/build/types/appConfig.d.ts +31 -0
  1714. package/build/types/appConfig.js +1 -0
  1715. package/build/types/apps.d.ts +66 -0
  1716. package/build/types/apps.js +1 -0
  1717. package/build/types/authentication.d.ts +1 -0
  1718. package/build/types/authentication.js +1 -0
  1719. package/build/types/brand.d.ts +103 -0
  1720. package/build/types/brand.js +13 -0
  1721. package/build/types/cell.d.ts +81 -0
  1722. package/build/types/cell.js +1 -0
  1723. package/build/types/charge.d.ts +396 -0
  1724. package/build/types/charge.js +1 -0
  1725. package/build/types/column.d.ts +40 -0
  1726. package/build/types/column.js +1 -0
  1727. package/build/types/currency.d.ts +47 -0
  1728. package/build/types/currency.js +13 -0
  1729. package/build/types/destination.d.ts +1 -0
  1730. package/build/types/destination.js +1 -0
  1731. package/build/types/entity.d.ts +115 -0
  1732. package/build/types/entity.js +1 -0
  1733. package/build/types/error.d.ts +8 -0
  1734. package/build/types/error.js +1 -0
  1735. package/build/types/file.d.ts +9 -0
  1736. package/build/types/file.js +1 -0
  1737. package/build/types/index.d.ts +25 -0
  1738. package/build/types/index.js +25 -0
  1739. package/build/types/invoice.d.ts +95 -0
  1740. package/build/types/invoice.js +19 -0
  1741. package/build/types/merchant.d.ts +189 -0
  1742. package/build/types/merchant.js +1 -0
  1743. package/build/types/redux.d.ts +9 -0
  1744. package/build/types/redux.js +1 -0
  1745. package/build/types/refund.d.ts +5 -0
  1746. package/build/types/refund.js +1 -0
  1747. package/build/types/segment.d.ts +6 -0
  1748. package/build/types/segment.js +1 -0
  1749. package/build/types/sort.d.ts +1 -0
  1750. package/build/types/sort.js +1 -0
  1751. package/build/types/source.d.ts +1 -0
  1752. package/build/types/source.js +1 -0
  1753. package/build/types/table.d.ts +139 -0
  1754. package/build/types/table.js +1 -0
  1755. package/build/types/theme.d.ts +12 -0
  1756. package/build/types/theme.js +10 -0
  1757. package/build/types/user.d.ts +214 -0
  1758. package/build/types/user.js +1 -0
  1759. package/build/utils/api.d.ts +12 -0
  1760. package/build/utils/api.js +93 -0
  1761. package/build/utils/app.d.ts +3 -0
  1762. package/build/utils/app.js +7 -0
  1763. package/build/utils/array.d.ts +10 -0
  1764. package/build/utils/array.js +16 -0
  1765. package/build/utils/billing.d.ts +39 -0
  1766. package/build/utils/billing.js +32 -0
  1767. package/build/utils/browser.d.ts +2 -0
  1768. package/build/utils/browser.js +7 -0
  1769. package/build/utils/card.d.ts +8 -0
  1770. package/build/utils/card.js +15 -0
  1771. package/build/utils/chargeError.d.ts +12 -0
  1772. package/build/utils/chargeError.js +10 -0
  1773. package/build/utils/color.d.ts +2 -0
  1774. package/build/utils/color.js +38 -0
  1775. package/build/utils/columns.d.ts +9 -0
  1776. package/build/utils/columns.js +67 -0
  1777. package/build/utils/conversion.d.ts +6 -0
  1778. package/build/utils/conversion.js +27 -0
  1779. package/build/utils/country.d.ts +1 -0
  1780. package/build/utils/country.js +11 -0
  1781. package/build/utils/currency.d.ts +23 -0
  1782. package/build/utils/currency.js +91 -0
  1783. package/build/utils/date.d.ts +35 -0
  1784. package/build/utils/date.js +190 -0
  1785. package/build/utils/download.d.ts +3 -0
  1786. package/build/utils/download.js +24 -0
  1787. package/build/utils/encrypt.d.ts +1 -0
  1788. package/build/utils/encrypt.js +44 -0
  1789. package/build/utils/entity.d.ts +2 -0
  1790. package/build/utils/entity.js +13 -0
  1791. package/build/utils/error.d.ts +20 -0
  1792. package/build/utils/error.js +69 -0
  1793. package/build/utils/extractIdsFromRowData.d.ts +6 -0
  1794. package/build/utils/extractIdsFromRowData.js +22 -0
  1795. package/build/utils/file.d.ts +6 -0
  1796. package/build/utils/file.js +16 -0
  1797. package/build/utils/flag.d.ts +21 -0
  1798. package/build/utils/flag.js +13 -0
  1799. package/build/utils/freshdesk.d.ts +7 -0
  1800. package/build/utils/freshdesk.js +54 -0
  1801. package/build/utils/geography.d.ts +11 -0
  1802. package/build/utils/geography.js +10 -0
  1803. package/build/utils/index.d.ts +41 -0
  1804. package/build/utils/index.js +41 -0
  1805. package/build/utils/language.d.ts +34 -0
  1806. package/build/utils/language.js +14 -0
  1807. package/build/utils/localStorage.d.ts +29 -0
  1808. package/build/utils/localStorage.js +162 -0
  1809. package/build/utils/merchant.d.ts +3 -0
  1810. package/build/utils/merchant.js +21 -0
  1811. package/build/utils/navigation.d.ts +15 -0
  1812. package/build/utils/navigation.js +11 -0
  1813. package/build/utils/number.d.ts +6 -0
  1814. package/build/utils/number.js +30 -0
  1815. package/build/utils/object.d.ts +6 -0
  1816. package/build/utils/object.js +14 -0
  1817. package/build/utils/payout.d.ts +65 -0
  1818. package/build/utils/payout.js +172 -0
  1819. package/build/utils/phone.d.ts +8 -0
  1820. package/build/utils/phone.js +8 -0
  1821. package/build/utils/reports.d.ts +1 -0
  1822. package/build/utils/reports.js +3 -0
  1823. package/build/utils/segment.d.ts +2 -0
  1824. package/build/utils/segment.js +9 -0
  1825. package/build/utils/source.d.ts +4 -0
  1826. package/build/utils/source.js +4 -0
  1827. package/build/utils/string.d.ts +9 -0
  1828. package/build/utils/string.js +54 -0
  1829. package/build/utils/table.d.ts +8 -0
  1830. package/build/utils/table.js +75 -0
  1831. package/build/utils/toggleOptions.d.ts +1 -0
  1832. package/build/utils/toggleOptions.js +10 -0
  1833. package/build/utils/url.d.ts +1 -0
  1834. package/build/utils/url.js +8 -0
  1835. package/build/utils/user.d.ts +4 -0
  1836. package/build/utils/user.js +7 -0
  1837. package/build/utils/validation.d.ts +1 -0
  1838. package/build/utils/validation.js +3 -0
  1839. package/package.json +1 -1
  1840. package/build/assets/index-BkIRU7TE.js +0 -481
  1841. package/build/assets/index-_BtT5te5.css +0 -1
  1842. package/build/index.html +0 -17
@@ -0,0 +1,40 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { memo, useState } from 'react';
3
+ import { useTranslation } from 'react-i18next';
4
+ import { DropdownMenu, Icon } from '../index.js';
5
+ import { isInsightService } from '../../utils/index.js';
6
+ import { homeIcon, newWindowIcon } from '../../constants/index.js';
7
+ import { ServiceItemStyled } from './style';
8
+ function ServiceItem({ isDropdown = false, name, code, appInfo, onDropdownClick, navigateToMenuItem, onClickServiceItem }) {
9
+ const [anchorEl, setAnchorEl] = useState(null);
10
+ const { t } = useTranslation();
11
+ const open = Boolean(anchorEl);
12
+ const handleClose = () => {
13
+ setAnchorEl(null);
14
+ };
15
+ const isHomeService = isInsightService(code);
16
+ return (_jsxs(_Fragment, { children: [_jsx(ServiceItemStyled, Object.assign({ isDropdown: isDropdown, className: appInfo.serviceCode.toLowerCase() === code.toLowerCase() ? 'active' : '', onClick: (e) => {
17
+ e.preventDefault();
18
+ e.stopPropagation();
19
+ navigateToMenuItem(code);
20
+ }, title: isHomeService ? undefined : name, onContextMenu: (event) => {
21
+ event.preventDefault();
22
+ event.stopPropagation();
23
+ handleClose();
24
+ setAnchorEl(event.currentTarget);
25
+ } }, { children: isHomeService ? _jsx(Icon, { src: homeIcon }) : name })), _jsx(DropdownMenu, { open: open, anchorEl: anchorEl, onClose: handleClose, menuItems: [
26
+ {
27
+ label: t('openNewWindow'),
28
+ name: 'new',
29
+ icon: _jsx("img", { src: newWindowIcon, alt: "new-window-icon" }),
30
+ onClick: (e) => {
31
+ e.stopPropagation();
32
+ onClickServiceItem === null || onClickServiceItem === void 0 ? void 0 : onClickServiceItem(code);
33
+ handleClose();
34
+ if (onDropdownClick)
35
+ onDropdownClick();
36
+ },
37
+ },
38
+ ] })] }));
39
+ }
40
+ export default memo(ServiceItem);
@@ -0,0 +1,2 @@
1
+ import AppServices from './AppServices';
2
+ export default AppServices;
@@ -0,0 +1,2 @@
1
+ import AppServices from './AppServices';
2
+ export default AppServices;
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ export declare const Wrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
4
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
5
+ maximized?: boolean | undefined;
6
+ }, {}, {}>;
7
+ export declare const ServiceItemStyled: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
8
+ ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
9
+ }, "width" | "minHeight" | "height" | "bottom" | "left" | "right" | "top" | "textAlign" | "className" | "style" | "classes" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "boxShadow" | "maxWidth" | "minWidth" | "maxHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textTransform" | "children" | "sx" | "variant" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & {
10
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
11
+ } & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
12
+ title?: string | undefined;
13
+ isDropdown: boolean;
14
+ }, {}, {}>;
@@ -0,0 +1,33 @@
1
+ import Box from '@mui/material/Box';
2
+ import Text from '../Text';
3
+ import { styled } from '@mui/material/styles';
4
+ import { getBrowserName } from '../../utils/index.js';
5
+ export const Wrapper = styled(Box, { shouldForwardProp: (props) => props !== 'maximized' })(({ theme, maximized }) => ({
6
+ display: 'flex',
7
+ alignItems: 'center',
8
+ gap: theme.spacing(1),
9
+ overflow: 'hidden',
10
+ height: maximized ? '4.75rem' : '4.1875rem',
11
+ paddingBottom: maximized ? '0rem' : '1.2rem',
12
+ paddingInline: theme.spacing(4),
13
+ paddingTop: maximized ? '1.35rem' : theme.spacing(0.5),
14
+ }));
15
+ const browserName = getBrowserName();
16
+ export const ServiceItemStyled = styled(Text, {
17
+ shouldForwardProp: (props) => props !== 'title' && props !== 'isDropdown',
18
+ })(({ title, isDropdown, theme }) => ({
19
+ position: 'relative',
20
+ fontWeight: theme.typography.fontWeightMedium,
21
+ padding: theme.spacing(1),
22
+ color: theme.palette.text.primary,
23
+ fontSize: '11px',
24
+ lineHeight: '15px',
25
+ borderRadius: theme.shape.borderRadius,
26
+ transition: theme.transitions.create(['backgroundColor', 'boxShadow'], {
27
+ easing: theme.transitions.easing.sharp,
28
+ duration: theme.transitions.duration.complex,
29
+ }),
30
+ whiteSpace: 'nowrap',
31
+ textTransform: 'capitalize',
32
+ '&:hover, &.active': Object.assign(Object.assign({}, (!isDropdown && { backgroundColor: theme.palette.common.white, boxShadow: theme.shadows[2] })), { cursor: 'pointer', position: 'relative', color: 'transparent', '&:after': Object.assign(Object.assign({}, (title && { content: `"${title}"` })), { color: theme.palette.text.primary, fontWeight: theme.typography.fontWeightBold, overflow: 'hidden', position: 'absolute', top: 0, bottom: 0, right: 0, left: 0, display: 'flex', alignItems: 'center', justifyContent: isDropdown ? 'flex-start' : 'center', letterSpacing: browserName === 'safari' ? '-1px' : '', padding: 8, borderRadius: theme.shape.borderRadius }) }),
33
+ }));
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { WindowProps } from './type';
3
+ declare function Window({ children, titleBar, titleBarText, mainAppOrder, mainAppIsMinimized, showSectionsButton }: WindowProps): import("react").ReactPortal;
4
+ declare const _default: import("react").MemoExoticComponent<typeof Window>;
5
+ export default _default;
@@ -0,0 +1,82 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { memo, useContext, useRef } from 'react';
3
+ import { createPortal } from 'react-dom';
4
+ import { Dialog } from '@mui/material';
5
+ import Box from '@mui/material/Box';
6
+ import { Resizable } from 're-resizable';
7
+ import Draggable from 'react-draggable';
8
+ import { AppWindowContext } from '../context';
9
+ import { isSafariBrowser } from '../../../utils/index.js';
10
+ import { animationDuration } from './constant';
11
+ import AccountHeader from '../headers/AccountHeader';
12
+ function Window({ children, titleBar, titleBarText, mainAppOrder, mainAppIsMinimized, showSectionsButton = true }) {
13
+ const windowNodeRef = useRef(null);
14
+ const { dimensions, position, resizableRef, isMaximized, isOpen, onClose, viewerDefaultWidth, viewerDefaultHeight, windowZIndex, setPosition, setNewDimensions, isToolbarAnimationDisabled, fullWindowWidth, fullWindowHeight, setIsMaximized, setIsResized, isResized, setIsToolbarAnimationDisabled, setIsSidebarExpanded, isSidebarExpanded, } = useContext(AppWindowContext);
15
+ const isSafari = isSafariBrowser();
16
+ const currentWindowWidth = dimensions.width || viewerDefaultWidth;
17
+ return createPortal(_jsx(Draggable, Object.assign({ nodeRef: windowNodeRef, disabled: isMaximized, handle: "#draggable-dialog-title", cancel: '[class*="MuiDialogContent-root"]', defaultClassName: "draggable-lead-dialog", defaultPosition: {
18
+ x: fullWindowWidth / 2 - currentWindowWidth / 2,
19
+ y: fullWindowHeight / 2 - viewerDefaultHeight / 2,
20
+ }, position: {
21
+ x: fullWindowWidth - position.x,
22
+ y: position.y,
23
+ }, onStop: (_, pos) => {
24
+ setPosition({
25
+ x: fullWindowWidth - pos.x,
26
+ y: pos.y,
27
+ });
28
+ }, bounds: {
29
+ top: 10,
30
+ } }, { children: _jsx(Dialog, Object.assign({ ref: windowNodeRef, sx: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({ backgroundColor: 'transparent', zIndex: Number(mainAppOrder || 0) + windowZIndex }, (mainAppIsMinimized && {
31
+ display: 'none',
32
+ })), { transform: 'translate(180px, 14px)' }), (!isMaximized && {
33
+ width: isSafari ? currentWindowWidth : 'fit-content',
34
+ height: isSafari ? viewerDefaultHeight : 'fit-content',
35
+ })), (isMaximized && {
36
+ transform: 'none !important',
37
+ })), { boxShadow: '0px 0px 20px 0px rgba(0, 0, 0, 0.15)' }), PaperProps: {
38
+ style: Object.assign(Object.assign({ margin: 0, maxHeight: '100%', maxWidth: 'none', background: 'transparent', width: !isResized ? currentWindowWidth : 'fit-content', height: !isResized ? '100%' : 'fit-content' }, (isMaximized && {
39
+ width: '100%',
40
+ height: '100%',
41
+ })), { position: 'relative' }),
42
+ }, onClose: () => {
43
+ setIsMaximized(false);
44
+ setIsToolbarAnimationDisabled(true);
45
+ setTimeout(() => {
46
+ setIsToolbarAnimationDisabled(false);
47
+ }, animationDuration * 1000);
48
+ }, open: isOpen, hideBackdrop: true, fullScreen: isMaximized, "aria-labelledby": "draggable-dialog-title", disablePortal: true }, { children: _jsx(Resizable, Object.assign({ "data-testid": "Resizable", enable: {
49
+ left: true,
50
+ right: true,
51
+ bottomRight: true,
52
+ bottom: true,
53
+ top: true,
54
+ }, size: {
55
+ width: dimensions.width,
56
+ height: dimensions.height,
57
+ }, maxHeight: fullWindowHeight - 40, maxWidth: fullWindowWidth, minWidth: isMaximized ? '100vw' : viewerDefaultWidth, minHeight: isMaximized ? '100vh' : viewerDefaultHeight, ref: (c) => {
58
+ resizableRef.current = c;
59
+ }, onResizeStart: () => {
60
+ setIsToolbarAnimationDisabled(true);
61
+ }, onResizeStop: () => {
62
+ setIsToolbarAnimationDisabled(false);
63
+ }, onResize: (_, __, element) => {
64
+ setIsResized(true);
65
+ setNewDimensions({
66
+ width: element.offsetWidth,
67
+ height: element.offsetHeight,
68
+ });
69
+ }, defaultSize: {
70
+ width: currentWindowWidth,
71
+ height: viewerDefaultHeight,
72
+ }, style: Object.assign(Object.assign({ background: 'transparent', height: dimensions.height, overflow: 'hidden' }, (isMaximized && {
73
+ height: '100% !important',
74
+ width: '100% !important',
75
+ flex: 1,
76
+ })), (isMaximized && {
77
+ position: 'relative',
78
+ })) }, { children: _jsxs(Box, Object.assign({ sx: {
79
+ height: '100%',
80
+ }, "data-testid": "AppWindow" }, { children: [titleBar !== null && titleBar !== void 0 ? titleBar : (_jsx(AccountHeader, { setIsToolbarAnimationDisabled: setIsToolbarAnimationDisabled, onClose: onClose, setIsMaximized: setIsMaximized, isToolbarAnimationDisabled: isToolbarAnimationDisabled, setIsSidebarExpanded: setIsSidebarExpanded, isSidebarExpanded: isSidebarExpanded, title: titleBarText, isMaximized: isMaximized, showSectionsButton: showSectionsButton })), children] })) })) })) })), document.body);
81
+ }
82
+ export default memo(Window);
@@ -0,0 +1,6 @@
1
+ export declare const animationDuration = 0.5;
2
+ export declare const LEFT_SIDEBAR = 183;
3
+ export declare const RIGHT_SIDEBAR = 287;
4
+ export declare const VIEWER_WIDTH = 840;
5
+ export declare const VIEWER_HEIGHT = 545;
6
+ export declare const FOOTER_HEIGHT = 35;
@@ -0,0 +1,6 @@
1
+ export const animationDuration = 0.5;
2
+ export const LEFT_SIDEBAR = 183;
3
+ export const RIGHT_SIDEBAR = 287;
4
+ export const VIEWER_WIDTH = 840;
5
+ export const VIEWER_HEIGHT = 545;
6
+ export const FOOTER_HEIGHT = 35;
@@ -0,0 +1,5 @@
1
+ import AppWindow from './AppWindow';
2
+ export type { WindowProps } from './type';
3
+ export { FOOTER_HEIGHT, LEFT_SIDEBAR, RIGHT_SIDEBAR, VIEWER_HEIGHT, VIEWER_WIDTH, animationDuration } from './constant';
4
+ export * from './style';
5
+ export default AppWindow;
@@ -0,0 +1,4 @@
1
+ import AppWindow from './AppWindow';
2
+ export { FOOTER_HEIGHT, LEFT_SIDEBAR, RIGHT_SIDEBAR, VIEWER_HEIGHT, VIEWER_WIDTH, animationDuration } from './constant';
3
+ export * from './style';
4
+ export default AppWindow;
@@ -0,0 +1,18 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledMenuLink: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
4
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
5
+ isActive?: boolean | undefined;
6
+ }, {}, {}>;
7
+ export declare const StyledSubmitButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
8
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
9
+ }, "disabled" | "className" | "style" | "classes" | "color" | "children" | "sx" | "tabIndex" | "size" | "variant" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "href" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
10
+ export declare const SubmitButtonWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
11
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
12
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
13
+ export declare const StyledFooter: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
14
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
15
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
16
+ export declare const StyledHideButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
17
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
18
+ }, "disabled" | "className" | "style" | "classes" | "color" | "children" | "sx" | "tabIndex" | "size" | "variant" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "href" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -0,0 +1,77 @@
1
+ import { Box, Button, alpha, styled } from '@mui/material';
2
+ import { FOOTER_HEIGHT } from './constant';
3
+ export const StyledMenuLink = styled(Box, { shouldForwardProp: (props) => props !== 'isActive' })(({ theme, isActive }) => ({
4
+ background: isActive ? 'linear-gradient(270deg, #147DC5 0.67%, #3DA6E1 98.91%)' : 'transparent',
5
+ borderRadius: '4px',
6
+ padding: '4px 8px',
7
+ color: isActive ? theme.palette.common.white : theme.palette.text.primary,
8
+ fontSize: '11px',
9
+ display: 'flex',
10
+ alignItems: 'center',
11
+ justifyContent: 'flex-start',
12
+ gap: '4px',
13
+ cursor: 'pointer',
14
+ }));
15
+ export const StyledSubmitButton = styled(Button)(({ theme, disabled }) => ({
16
+ background: disabled ? alpha(theme.palette.info.dark, 0.4) : theme.palette.info.dark,
17
+ color: theme.palette.common.white,
18
+ padding: '0px 8px',
19
+ fontSize: '9px',
20
+ fontWeight: 600,
21
+ height: '24px',
22
+ display: 'flex',
23
+ alignItems: 'center',
24
+ justifyContent: 'center',
25
+ borderRadius: '4px',
26
+ textTransform: 'none',
27
+ '&:hover': {
28
+ background: theme.palette.info.dark,
29
+ opacity: 0.8,
30
+ },
31
+ '&.Mui-disabled': {
32
+ color: theme.palette.common.white,
33
+ },
34
+ }));
35
+ export const SubmitButtonWrapper = styled(Box)(({ theme }) => ({
36
+ display: 'flex',
37
+ justifyContent: 'flex-end',
38
+ alignItems: 'center',
39
+ gap: '8px',
40
+ backgroundColor: theme.palette.background.paper,
41
+ padding: '6px',
42
+ transform: 'translateY(calc(-50% - 6px))',
43
+ boxShadow: '0px 4px 40px 0px rgba(0, 0, 0, 0.19)',
44
+ borderRadius: '4px',
45
+ height: '36px',
46
+ transition: theme.transitions.create(['width'], {
47
+ easing: theme.transitions.easing.sharp,
48
+ duration: theme.transitions.duration.complex,
49
+ }),
50
+ }));
51
+ export const StyledFooter = styled(Box)(() => ({
52
+ position: 'fixed',
53
+ height: FOOTER_HEIGHT,
54
+ bottom: 0,
55
+ left: 0,
56
+ right: 0,
57
+ padding: '6px 16px',
58
+ zIndex: 1,
59
+ backgroundColor: `#eaeaea`,
60
+ backdropFilter: 'blur(12px)',
61
+ display: 'flex',
62
+ justifyContent: 'flex-end',
63
+ borderBottomLeftRadius: '12px',
64
+ borderBottomRightRadius: '12px',
65
+ }));
66
+ export const StyledHideButton = styled(Button)(() => ({
67
+ padding: '4px 8px',
68
+ boxShadow: '0px 0px 4px 0px rgba(0, 0, 0, 0.08)',
69
+ display: 'flex',
70
+ justifyContent: 'flex-start',
71
+ alignItems: 'center',
72
+ gap: '4px',
73
+ color: 'rgba(32, 35, 43, 0.80)',
74
+ fontWeight: 600,
75
+ fontSize: '9px',
76
+ textTransform: 'none',
77
+ }));
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface WindowProps {
3
+ children: React.ReactNode;
4
+ titleBar?: React.ReactNode;
5
+ titleBarText?: string;
6
+ mainAppIsMinimized?: boolean;
7
+ mainAppOrder?: number;
8
+ showSectionsButton?: boolean;
9
+ }
@@ -0,0 +1,3 @@
1
+ import { AppWindowProps } from './type';
2
+ declare function AppWindow({ children, windowProps, ...props }: AppWindowProps): import("react/jsx-runtime").JSX.Element | null;
3
+ export default AppWindow;
@@ -0,0 +1,22 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import { AppWindowContextProvider } from './context';
14
+ import Window from './AppWindow';
15
+ function AppWindow(_a) {
16
+ var { children, windowProps } = _a, props = __rest(_a, ["children", "windowProps"]);
17
+ if (!props.isOpen) {
18
+ return null;
19
+ }
20
+ return (_jsx(AppWindowContextProvider, Object.assign({}, props, { children: _jsx(Window, Object.assign({}, windowProps, { children: children })) })));
21
+ }
22
+ export default AppWindow;
@@ -0,0 +1,2 @@
1
+ import { AppWindowProviderProps } from './type';
2
+ export declare function AppWindowContextProvider({ children, isOpen, onClose, defaultWindowHeight, defaultWindowWidth }: AppWindowProviderProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,70 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useMemo, useRef, useState } from 'react';
3
+ import { useWindowDimensions } from '../../../hooks/index.js';
4
+ import { AppWindowContext } from './context';
5
+ const DEFAULT_VIEWER_WIDTH = 555;
6
+ const DEFAULT_VIEWER_HEIGHT = 545;
7
+ export function AppWindowContextProvider({ children, isOpen, onClose, defaultWindowHeight, defaultWindowWidth }) {
8
+ const { height, width } = useWindowDimensions();
9
+ const viewerDefaultWidth = defaultWindowWidth || DEFAULT_VIEWER_WIDTH;
10
+ const viewerDefaultHeight = defaultWindowHeight || DEFAULT_VIEWER_HEIGHT;
11
+ const [position, setPosition] = useState({
12
+ x: width / 2 + viewerDefaultWidth / 2,
13
+ y: height / 2 - viewerDefaultHeight / 2,
14
+ });
15
+ const [isMaximized, setIsMaximized] = useState(false);
16
+ const [isResized, setIsResized] = useState(false);
17
+ const [isToolbarAnimationDisabled, setIsToolbarAnimationDisabled] = useState(false);
18
+ const [isSidebarExpanded, setIsSidebarExpanded] = useState(true);
19
+ const resizableRef = useRef();
20
+ const [dimensions, setNewDimensions] = useState({ width: 0, height: 0 });
21
+ const updateRefSize = ({ width: windowWidth, height: windowHeight }) => {
22
+ var _a;
23
+ (_a = resizableRef === null || resizableRef === void 0 ? void 0 : resizableRef.current) === null || _a === void 0 ? void 0 : _a.updateSize({ width: windowWidth, height: windowHeight });
24
+ };
25
+ const contextValue = useMemo(() => ({
26
+ position,
27
+ setPosition,
28
+ resizableRef,
29
+ windowZIndex: 1,
30
+ isOpen,
31
+ setIsMaximized,
32
+ setIsSidebarExpanded,
33
+ setIsToolbarAnimationDisabled,
34
+ setIsResized,
35
+ isMaximized,
36
+ isToolbarAnimationDisabled,
37
+ isSidebarExpanded,
38
+ isResized,
39
+ dimensions,
40
+ setNewDimensions,
41
+ viewerDefaultWidth,
42
+ viewerDefaultHeight,
43
+ onClose,
44
+ fullWindowWidth: width,
45
+ fullWindowHeight: height,
46
+ updateRefSize,
47
+ }), [
48
+ position,
49
+ setPosition,
50
+ resizableRef,
51
+ isOpen,
52
+ setIsMaximized,
53
+ setIsSidebarExpanded,
54
+ setIsToolbarAnimationDisabled,
55
+ setIsResized,
56
+ isMaximized,
57
+ isToolbarAnimationDisabled,
58
+ isSidebarExpanded,
59
+ isResized,
60
+ dimensions,
61
+ setNewDimensions,
62
+ width,
63
+ height,
64
+ viewerDefaultWidth,
65
+ viewerDefaultHeight,
66
+ updateRefSize,
67
+ onClose,
68
+ ]);
69
+ return _jsx(AppWindowContext.Provider, Object.assign({ value: contextValue }, { children: children }));
70
+ }
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { AppWindowContextProps } from './type';
3
+ export declare const AppWindowContext: import("react").Context<AppWindowContextProps>;
@@ -0,0 +1,30 @@
1
+ import { createContext } from 'react';
2
+ export const AppWindowContext = createContext({
3
+ viewerDefaultWidth: 555,
4
+ viewerDefaultHeight: 545,
5
+ position: {
6
+ x: 0,
7
+ y: 0,
8
+ },
9
+ setPosition: () => { },
10
+ dimensions: {
11
+ width: 0,
12
+ height: 0,
13
+ },
14
+ windowZIndex: 10000,
15
+ isOpen: true,
16
+ setIsMaximized: () => { },
17
+ setIsSidebarExpanded: () => { },
18
+ setIsToolbarAnimationDisabled: () => { },
19
+ setIsResized: () => { },
20
+ setNewDimensions: () => { },
21
+ isMaximized: false,
22
+ isToolbarAnimationDisabled: true,
23
+ isSidebarExpanded: false,
24
+ isResized: false,
25
+ onClose: () => { },
26
+ fullWindowWidth: 0,
27
+ fullWindowHeight: 0,
28
+ resizableRef: { current: null },
29
+ updateRefSize: () => { },
30
+ });
@@ -0,0 +1,2 @@
1
+ export * from './context';
2
+ export { AppWindowContextProvider } from './Provider';
@@ -0,0 +1,2 @@
1
+ export * from './context';
2
+ export { AppWindowContextProvider } from './Provider';
@@ -0,0 +1,47 @@
1
+ import React, { Dispatch, SetStateAction } from 'react';
2
+ import { Resizable } from 're-resizable';
3
+ export interface AppWindowProviderProps {
4
+ children: React.ReactNode;
5
+ isOpen: boolean;
6
+ onClose: () => void;
7
+ defaultWindowWidth?: number;
8
+ defaultWindowHeight?: number;
9
+ }
10
+ export interface AppWindowContextProps {
11
+ position: {
12
+ x: number;
13
+ y: number;
14
+ };
15
+ setPosition: Dispatch<SetStateAction<{
16
+ x: number;
17
+ y: number;
18
+ }>>;
19
+ dimensions: {
20
+ width: number;
21
+ height: number;
22
+ };
23
+ viewerDefaultWidth: number;
24
+ viewerDefaultHeight: number;
25
+ windowZIndex: number;
26
+ isOpen: boolean;
27
+ setIsMaximized: Dispatch<SetStateAction<boolean>>;
28
+ setIsSidebarExpanded: Dispatch<SetStateAction<boolean>>;
29
+ setIsToolbarAnimationDisabled: Dispatch<SetStateAction<boolean>>;
30
+ setIsResized: Dispatch<SetStateAction<boolean>>;
31
+ setNewDimensions: Dispatch<SetStateAction<{
32
+ width: number;
33
+ height: number;
34
+ }>>;
35
+ isMaximized: boolean;
36
+ isToolbarAnimationDisabled: boolean;
37
+ isSidebarExpanded: boolean;
38
+ isResized: boolean;
39
+ onClose: () => void;
40
+ resizableRef: React.MutableRefObject<Resizable | null | undefined>;
41
+ fullWindowWidth: number;
42
+ fullWindowHeight: number;
43
+ updateRefSize: (size: {
44
+ width: number;
45
+ height: number;
46
+ }) => void;
47
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { AccountHeaderProps } from './type';
3
+ declare function AccountHeader({ isMaximized, setIsToolbarAnimationDisabled, setIsMaximized, onClose, isSidebarExpanded, setIsSidebarExpanded, isToolbarAnimationDisabled, title, showSectionsButton, }: AccountHeaderProps): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: import("react").MemoExoticComponent<typeof AccountHeader>;
5
+ export default _default;
@@ -0,0 +1,31 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { memo } from 'react';
3
+ import { motion } from 'framer-motion';
4
+ import { useMouseState } from '../../../../hooks/index.js';
5
+ import AccountHeaderTitle from './components/AccountHeaderTitle';
6
+ import { animationDuration } from '../../AppWindow/constant';
7
+ function AccountHeader({ isMaximized, setIsToolbarAnimationDisabled, setIsMaximized, onClose, isSidebarExpanded, setIsSidebarExpanded, isToolbarAnimationDisabled, title, showSectionsButton, }) {
8
+ const { isHovered, onMouseEnter, onMouseLeave } = useMouseState();
9
+ return (_jsx(motion.div, Object.assign({ style: Object.assign({}, (isMaximized && {
10
+ height: 0,
11
+ zIndex: 1000,
12
+ position: 'relative',
13
+ })), animate: Object.assign(Object.assign({}, (isMaximized && {
14
+ width: '100vw',
15
+ })), (!isMaximized && {
16
+ transform: `translateX(${0}px)`,
17
+ width: '100%',
18
+ })), transition: Object.assign({ duration: animationDuration }, (isToolbarAnimationDisabled && {
19
+ duration: 0,
20
+ })) }, { children: _jsx(AccountHeaderTitle, { title: title || 'Users', showSectionsButton: showSectionsButton, onClose: onClose, onMaximize: () => {
21
+ setIsMaximized === null || setIsMaximized === void 0 ? void 0 : setIsMaximized((prev) => !prev);
22
+ setIsToolbarAnimationDisabled === null || setIsToolbarAnimationDisabled === void 0 ? void 0 : setIsToolbarAnimationDisabled(true);
23
+ setTimeout(() => {
24
+ setIsToolbarAnimationDisabled === null || setIsToolbarAnimationDisabled === void 0 ? void 0 : setIsToolbarAnimationDisabled(false);
25
+ }, animationDuration * 1000);
26
+ }, maximized: isMaximized, id: "draggable-dialog-title", onRequestClick: () => {
27
+ setIsToolbarAnimationDisabled === null || setIsToolbarAnimationDisabled === void 0 ? void 0 : setIsToolbarAnimationDisabled(false);
28
+ setIsSidebarExpanded(!isSidebarExpanded);
29
+ }, isSidebarExpanded: isSidebarExpanded, isHovered: isHovered, onMouseHover: onMouseEnter, onMouseLeave: onMouseLeave }) })));
30
+ }
31
+ export default memo(AccountHeader);
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { AccountHeaderTitleProps } from './type';
3
+ declare function AccountHeaderTitle({ title, onClose, onMaximize, maximized, id, onRequestClick, isSidebarExpanded, isHovered, onMouseHover, onMouseLeave, showSectionsButton, }: AccountHeaderTitleProps): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: import("react").MemoExoticComponent<typeof AccountHeaderTitle>;
5
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { memo } from 'react';
3
+ import Toolbar from '../../../../../Toolbar';
4
+ import { StyledHeaderWrapperStyled } from '../../../../../Toolbar/style';
5
+ import { CloseIcon, ExpandButton, MaximizeIcon } from '../../../../../ToolbarIcon';
6
+ import { teamWindowIcon } from '../../../../../../constants/index.js';
7
+ function AccountHeaderTitle({ title, onClose, onMaximize, maximized = false, id, onRequestClick, isSidebarExpanded = false, isHovered = false, onMouseHover, onMouseLeave, showSectionsButton, }) {
8
+ return (_jsx(StyledHeaderWrapperStyled, Object.assign({ id: id, "data-testid": "UserTitleBar", maximized: maximized || false, sandboxMode: false }, { children: _jsx(Toolbar, { onMouseEnter: onMouseHover, onMouseLeave: onMouseLeave, isMaximized: maximized, isHovered: isHovered, title: title, icon: teamWindowIcon, leftActions: _jsxs(_Fragment, { children: [_jsx(CloseIcon, { onClick: onClose }), _jsx(MaximizeIcon, { isMaximized: maximized, onClick: onMaximize }), showSectionsButton && (_jsx(ExpandButton, Object.assign({ onClick: onRequestClick, isExpanded: isSidebarExpanded, isHovered: isHovered }, { children: "Sections" })))] }) }) })));
9
+ }
10
+ export default memo(AccountHeaderTitle);
@@ -0,0 +1,3 @@
1
+ import AccountHeaderTitle from './AccountHeaderTitle';
2
+ export type { AccountHeaderTitleProps } from './type';
3
+ export default AccountHeaderTitle;
@@ -0,0 +1,2 @@
1
+ import AccountHeaderTitle from './AccountHeaderTitle';
2
+ export default AccountHeaderTitle;
@@ -0,0 +1,14 @@
1
+ import { SyntheticEvent } from 'react';
2
+ import { BoxProps } from '@mui/material/Box';
3
+ export interface AccountHeaderTitleProps extends BoxProps {
4
+ title: string;
5
+ onClose?: (e: SyntheticEvent) => void;
6
+ onMaximize?: (e: SyntheticEvent) => void;
7
+ maximized?: boolean;
8
+ id?: string;
9
+ onRequestClick?: (e: SyntheticEvent) => void;
10
+ isSidebarExpanded?: boolean;
11
+ isHovered?: boolean;
12
+ onMouseHover?: (e: SyntheticEvent) => void;
13
+ showSectionsButton?: boolean;
14
+ }
@@ -0,0 +1,4 @@
1
+ import AccountHeader from './AccountHeader';
2
+ export { default as AccountHeaderTitle, type AccountHeaderTitleProps } from './components/AccountHeaderTitle';
3
+ export type { AccountHeaderProps } from './type';
4
+ export default AccountHeader;