@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,27 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useState } from 'react';
3
+ import { Box } from '@mui/material';
4
+ import { rightArrow } from '../../constants/index.js';
5
+ import MenuItem from '../MenuItem';
6
+ import Menu from '../Menu';
7
+ import { ChildMenuItem } from './ChildMenuItem';
8
+ export function ParentMenuItem({ parentOption, selectedOptions, onChangeOptions, }) {
9
+ var _a;
10
+ const [parentMenuEl, setParentMenuEl] = useState(null);
11
+ return (_jsxs(MenuItem, Object.assign({ onMouseEnter: (e) => {
12
+ var _a;
13
+ if (((_a = parentOption.options) === null || _a === void 0 ? void 0 : _a.length) > 0)
14
+ setParentMenuEl(e.currentTarget);
15
+ }, onMouseLeave: () => {
16
+ if (parentMenuEl)
17
+ setParentMenuEl(null);
18
+ } }, { children: [_jsxs(Box, Object.assign({ sx: {
19
+ display: 'flex',
20
+ gap: '12px',
21
+ justifyContent: 'space-between',
22
+ flexGrow: 1,
23
+ alignItems: 'center',
24
+ maxWidth: '340px',
25
+ minWidth: '89px',
26
+ } }, { children: [parentOption.label, _jsx("img", { src: rightArrow, className: "arrow-icon", alt: "arrow" })] })), _jsx(Menu, Object.assign({ sx: { maxHeight: '450px', overflow: 'auto' }, open: Boolean(parentMenuEl), anchorEl: parentMenuEl, placement: "right-start" }, { children: (_a = parentOption.options) === null || _a === void 0 ? void 0 : _a.map((childOption) => (_jsx(ChildMenuItem, { childOption: childOption, selectedOptions: selectedOptions, onChangeOptions: onChangeOptions }, childOption.label))) }))] })));
27
+ }
@@ -0,0 +1,5 @@
1
+ import MultiSelectWithSearch from './MultiSelectWithSearch';
2
+ export * from './ChildMenuItem';
3
+ export * from './ParentMenuItem';
4
+ export type { MultiSelectWithSearchProps } from './type';
5
+ export default MultiSelectWithSearch;
@@ -0,0 +1,4 @@
1
+ import MultiSelectWithSearch from './MultiSelectWithSearch';
2
+ export * from './ChildMenuItem';
3
+ export * from './ParentMenuItem';
4
+ export default MultiSelectWithSearch;
@@ -0,0 +1,36 @@
1
+ /// <reference types="react" />
2
+ export declare const Caption: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
3
+ ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
4
+ }, "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"> & {
5
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
+ } & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
7
+ export declare const Title: 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
+ export declare const AccordionWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
13
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
14
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
15
+ export declare const InputStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Input").InputProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
16
+ export declare const CheckboxStyled: import("@emotion/styled").StyledComponent<import("@mui/material").CheckboxProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
17
+ export declare const Container: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
18
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
19
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
20
+ export declare const SelectedBadgesWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
21
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
22
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
23
+ export declare const SelectedBadge: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
24
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
25
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
26
+ maxWidth?: number | undefined;
27
+ }, {}, {}>;
28
+ export declare const ItemStyled: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
29
+ ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
30
+ }, "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"> & {
31
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
32
+ } & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
33
+ export declare const TriggerWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
34
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
35
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
36
+ export declare const ArrowIcon: import("@mui/types").OverridableComponent<import("@mui/system").BoxTypeMap<{}, "div", import("@mui/material/styles").Theme>>;
@@ -0,0 +1,88 @@
1
+ import Box from '@mui/material/Box';
2
+ import Input from '@mui/material/Input';
3
+ import { styled } from '@mui/material/styles';
4
+ import Text from '../Text';
5
+ import Checkbox from '../Checkbox';
6
+ export const Caption = styled(Text)(({ theme }) => ({
7
+ fontSize: '10px',
8
+ color: theme.palette.grey[700],
9
+ fontWeight: 600,
10
+ lineHeight: '10px',
11
+ }));
12
+ export const Title = styled(Text)(({ theme }) => ({
13
+ fontSize: '11px',
14
+ color: theme.palette.text.primary,
15
+ fontWeight: 600,
16
+ lineHeight: '14.3px',
17
+ width: 200,
18
+ }));
19
+ export const AccordionWrapper = styled(Box)(() => ({
20
+ display: 'flex',
21
+ flexDirection: 'column',
22
+ maxHeight: 400,
23
+ overflow: 'auto',
24
+ gap: '8px',
25
+ }));
26
+ export const InputStyled = styled(Input)(({ theme }) => ({
27
+ width: 'inherit',
28
+ height: 32,
29
+ padding: '11px 12px',
30
+ fontSize: '10px',
31
+ borderRadius: '5px',
32
+ backgroundColor: '#F9F9F9',
33
+ border: '1px solid transparent',
34
+ '&.Mui-focused': {
35
+ borderColor: theme.palette.info.dark,
36
+ },
37
+ }));
38
+ export const CheckboxStyled = styled(Checkbox)(() => ({
39
+ padding: 0,
40
+ width: 12,
41
+ height: 12,
42
+ '.MuiSvgIcon-root, img': {
43
+ width: 12,
44
+ height: 12,
45
+ },
46
+ }));
47
+ export const Container = styled(Box)(() => ({
48
+ display: 'flex',
49
+ flexDirection: 'column',
50
+ gap: '8px',
51
+ padding: '4px',
52
+ }));
53
+ export const SelectedBadgesWrapper = styled(Box)(() => ({
54
+ display: 'flex',
55
+ gap: '8px',
56
+ padding: '4px',
57
+ flexWrap: 'wrap',
58
+ paddingInlineEnd: '20px',
59
+ }));
60
+ export const SelectedBadge = styled(Box)(({ theme, maxWidth }) => (Object.assign({ display: 'flex', padding: '4px 8px 4px 6px', alignItems: 'center', gap: '4px', borderRadius: '13px', backgroundColor: `${theme.palette.info.dark}1a`, fontSize: '10px', fontWeight: 500, cursor: 'pointer' }, (maxWidth && {
61
+ maxWidth: `${maxWidth}%`,
62
+ }))));
63
+ export const ItemStyled = styled(Text)(({ theme }) => ({
64
+ display: 'flex',
65
+ gap: '8px',
66
+ alignItems: 'center',
67
+ fontSize: '10px',
68
+ fontWeight: 500,
69
+ color: theme.palette.common.black,
70
+ cursor: 'pointer',
71
+ padding: 8,
72
+ }));
73
+ export const TriggerWrapper = styled(Box)(({ theme }) => ({
74
+ width: '100%',
75
+ flexDirection: 'column',
76
+ border: `1px solid ${theme.palette.grey[100]}`,
77
+ borderRadius: '4px',
78
+ backgroundColor: theme.palette.grey[400],
79
+ minWidth: '89px',
80
+ position: 'relative',
81
+ }));
82
+ export const ArrowIcon = styled(Box)(() => ({
83
+ position: 'absolute',
84
+ right: 8,
85
+ bottom: 13.5,
86
+ width: 15,
87
+ height: 15,
88
+ }));
@@ -0,0 +1,19 @@
1
+ export interface Option {
2
+ label: string;
3
+ value: string;
4
+ }
5
+ export interface MultiSelectWithSearchProps {
6
+ nestedOptions: {
7
+ options: {
8
+ label: string;
9
+ options: Option[];
10
+ }[];
11
+ label: string;
12
+ }[];
13
+ onChangeOptions: (options: Option[]) => void;
14
+ selectedOptions?: Option[];
15
+ placeholder?: string | null;
16
+ isLoading?: boolean;
17
+ searchBy?: string[];
18
+ disabled?: boolean;
19
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ import { MultiSelectWithSearchProps } from './type';
2
+ export declare const filterOptions: (parentOptions: MultiSelectWithSearchProps['nestedOptions'], searchValue: string, searchBy: string[]) => MultiSelectWithSearchProps['nestedOptions'];
@@ -0,0 +1,12 @@
1
+ export const filterOptions = (parentOptions, searchValue, searchBy) => {
2
+ return parentOptions
3
+ .map((option) => {
4
+ const filteredOptions = option === null || option === void 0 ? void 0 : option.options.map((opt) => {
5
+ var _a;
6
+ const matchedOptions = (_a = opt === null || opt === void 0 ? void 0 : opt.options) === null || _a === void 0 ? void 0 : _a.filter((o) => searchBy.some((key) => { var _a; return (_a = o === null || o === void 0 ? void 0 : o[key]) === null || _a === void 0 ? void 0 : _a.toLowerCase().includes(searchValue.toLowerCase()); }));
7
+ return Object.assign(Object.assign({}, opt), { options: matchedOptions });
8
+ }).filter((opt) => { var _a; return ((_a = opt === null || opt === void 0 ? void 0 : opt.options) === null || _a === void 0 ? void 0 : _a.length) > 0; });
9
+ return Object.assign(Object.assign({}, option), { options: filteredOptions });
10
+ })
11
+ .filter((option) => { var _a; return ((_a = option === null || option === void 0 ? void 0 : option.options) === null || _a === void 0 ? void 0 : _a.length) > 0; });
12
+ };
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { DropdownProps } from './types';
3
+ declare function Dropdown({ title, menuItems, onChildrenChange, onSelect, className, updatedList, footer, placement, ...props }: DropdownProps): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: import("react").MemoExoticComponent<typeof Dropdown>;
5
+ export default _default;
@@ -0,0 +1,57 @@
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, jsxs as _jsxs } from "react/jsx-runtime";
13
+ import { memo, useEffect, useState } from 'react';
14
+ import MenuItem from './NestedMenuItem';
15
+ import { TitleStyled, DropdownStyled, ListWrapper, HeaderWrapper } from './styles';
16
+ function Dropdown(_a) {
17
+ var { title, menuItems, onChildrenChange, onSelect, className, updatedList, footer, placement = 'right' } = _a, props = __rest(_a, ["title", "menuItems", "onChildrenChange", "onSelect", "className", "updatedList", "footer", "placement"]);
18
+ const [selectedItem, setSelected] = useState({ name: '', selected: false });
19
+ const [list, setList] = useState();
20
+ useEffect(() => {
21
+ setList(menuItems);
22
+ }, [menuItems]);
23
+ useEffect(() => {
24
+ if (selectedItem.name) {
25
+ const { name, selected } = selectedItem;
26
+ const changedChildren = [];
27
+ const updateAllChildren = (children) => children === null || children === void 0 ? void 0 : children.map((x) => {
28
+ var _a;
29
+ changedChildren.push({ name: x.name, selected });
30
+ return Object.assign(Object.assign(Object.assign({}, x), { selected }), (((_a = x.menuItems) === null || _a === void 0 ? void 0 : _a.length) && { menuItems: updateAllChildren(x.menuItems) }));
31
+ });
32
+ const updateList = (children) => children.map((i) => {
33
+ var _a;
34
+ if (i.name === name) {
35
+ changedChildren.push({ name: i.name, selected });
36
+ return Object.assign(Object.assign(Object.assign({}, i), { selected }), (((_a = i.menuItems) === null || _a === void 0 ? void 0 : _a.length) && { menuItems: updateAllChildren(i.menuItems) }));
37
+ }
38
+ return i;
39
+ });
40
+ const newList = updateList(list);
41
+ setList(newList);
42
+ if (updatedList)
43
+ updatedList(newList);
44
+ if (onChildrenChange)
45
+ onChildrenChange(newList);
46
+ if (onSelect)
47
+ onSelect(changedChildren);
48
+ }
49
+ }, [selectedItem]);
50
+ return (_jsxs(DropdownStyled, Object.assign({ component: "article", className: `tap-dropdown ${className || ''}` }, props, { children: [_jsx(HeaderWrapper, { children: title && _jsx(TitleStyled, Object.assign({ component: "p" }, { children: title })) }), _jsx(ListWrapper, { children: list === null || list === void 0 ? void 0 : list.map((item) => (_jsx(MenuItem, Object.assign({ setSelected: ({ name, selected }) => {
51
+ setSelected({ name, selected });
52
+ }, onSelect: (selectedChildren) => {
53
+ if (onSelect)
54
+ onSelect(selectedChildren);
55
+ }, placement: placement }, item), `${item.name}`))) }), footer && footer] })));
56
+ }
57
+ export default memo(Dropdown);
@@ -0,0 +1,16 @@
1
+ import { type ReactElement } from 'react';
2
+ import type { BoxProps } from '@mui/material/Box';
3
+ import type { ColumnViewProps } from '../../types/index.js';
4
+ import type { Placement, Selected } from './types';
5
+ interface ParentDropdownProps extends Omit<BoxProps, 'onSelect'> {
6
+ title?: string;
7
+ onClose?: () => void;
8
+ menuItems: ColumnViewProps[];
9
+ onSelect?: (items: Selected[]) => void;
10
+ updatedList?: (menuItems: ColumnViewProps[]) => void;
11
+ footer?: ReactElement;
12
+ placement?: Placement;
13
+ }
14
+ declare function NestedDropdown({ title, menuItems, onClose, onSelect, updatedList, placement, ...props }: ParentDropdownProps): import("react/jsx-runtime").JSX.Element;
15
+ declare const _default: import("react").MemoExoticComponent<typeof NestedDropdown>;
16
+ export default _default;
@@ -0,0 +1,38 @@
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 { memo, useEffect, useState } from 'react';
14
+ import Dropdown from './Dropdown';
15
+ function NestedDropdown(_a) {
16
+ var { title, menuItems, onClose, onSelect, updatedList, placement = 'right' } = _a, props = __rest(_a, ["title", "menuItems", "onClose", "onSelect", "updatedList", "placement"]);
17
+ const [list, setList] = useState(menuItems);
18
+ useEffect(() => {
19
+ if (menuItems.length)
20
+ setList(menuItems);
21
+ }, [menuItems]);
22
+ const updateSelection = (updatedItems) => {
23
+ const handleSelected = (items) => items.map((item) => {
24
+ var _a, _b, _c;
25
+ return (Object.assign(Object.assign(Object.assign({}, item), { selected: (_b = (_a = updatedItems.find((updatedItem) => item.name === updatedItem.name)) === null || _a === void 0 ? void 0 : _a.selected) !== null && _b !== void 0 ? _b : item.selected }), (((_c = item.menuItems) === null || _c === void 0 ? void 0 : _c.length) && { menuItems: handleSelected(item.menuItems) })));
26
+ });
27
+ const newList = handleSelected(list);
28
+ setList(newList);
29
+ if (updatedList)
30
+ updatedList(newList);
31
+ };
32
+ return (_jsx(Dropdown, Object.assign({ "data-testid": "NestedDropdown", placement: placement, menuItems: list, title: title, onSelect: (selected) => {
33
+ if (onSelect)
34
+ onSelect(selected);
35
+ updateSelection(selected);
36
+ } }, props)));
37
+ }
38
+ export default memo(NestedDropdown);
@@ -0,0 +1,16 @@
1
+ /// <reference types="react" />
2
+ import type { ColumnViewProps } from '../../types/index.js';
3
+ import type { Placement, Selected } from './types';
4
+ interface MenuItemProps extends ColumnViewProps {
5
+ setSelected: ({ name, selected }: {
6
+ name: string;
7
+ selected: boolean;
8
+ }) => void;
9
+ onSelect: (x: Selected[], parentName: string) => void;
10
+ displayChildrenCount?: boolean;
11
+ disabled?: boolean;
12
+ placement?: Placement;
13
+ }
14
+ declare function MenuItem({ label, icon, name, menuItems, setSelected, onSelect, selected, displayChildrenCount, disabled, placement, }: MenuItemProps): import("react/jsx-runtime").JSX.Element;
15
+ declare const _default: import("react").MemoExoticComponent<typeof MenuItem>;
16
+ export default _default;
@@ -0,0 +1,50 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { memo, useState, useRef, useEffect } from 'react';
3
+ import Popper from '@mui/material/Popper';
4
+ import { rightArrow } from '../../constants/index.js';
5
+ import NestedDropdown from './Dropdown';
6
+ import { MenuItemStyled, Label, CheckboxStyled, ContentWrapper, Content, Counter, CountingInfo } from './styles';
7
+ function MenuItem({ label, icon, name, menuItems, setSelected, onSelect, selected, displayChildrenCount, disabled, placement = 'right', }) {
8
+ const [anchorEl, setAnchorEl] = useState(null);
9
+ const menuItemRef = useRef(null);
10
+ const [isIndeterminate, setIsIndeterminate] = useState(false);
11
+ const handleChange = (itemName) => {
12
+ if (!disabled && selected !== undefined) {
13
+ setSelected({ name: itemName, selected: !selected });
14
+ if (!selected) {
15
+ setIsIndeterminate(false);
16
+ }
17
+ }
18
+ };
19
+ useEffect(() => {
20
+ setIsIndeterminate(Boolean((menuItems === null || menuItems === void 0 ? void 0 : menuItems.some((i) => i.selected)) && !(menuItems === null || menuItems === void 0 ? void 0 : menuItems.every((i) => i.selected))));
21
+ }, []);
22
+ return (_jsxs(MenuItemStyled, Object.assign({ "data-testid": "NestedDropdown_MenuItem", ref: menuItemRef, className: `nested-menu-item ${anchorEl ? 'active' : ''} ${disabled ? 'disabled' : ''}`, onMouseEnter: (e) => {
23
+ if (!anchorEl && (menuItems === null || menuItems === void 0 ? void 0 : menuItems.length))
24
+ setAnchorEl(e.currentTarget);
25
+ }, onMouseLeave: () => {
26
+ if (anchorEl)
27
+ setAnchorEl(null);
28
+ }, onClick: (e) => {
29
+ if (!disabled) {
30
+ e.stopPropagation();
31
+ handleChange(name);
32
+ }
33
+ }, sx: Object.assign(Object.assign({}, ((menuItems === null || menuItems === void 0 ? void 0 : menuItems.length) && { cursor: disabled ? 'not-allowed' : 'pointer' })), { zIndex: 99999 }), disabled: disabled }, { children: [selected !== undefined && _jsx(CheckboxStyled, { size: "small", indeterminate: isIndeterminate, checked: selected, disabled: disabled }), _jsxs(ContentWrapper, { children: [icon && icon, _jsxs(Content, { children: [label && _jsx(Label, { children: label }), !!(menuItems === null || menuItems === void 0 ? void 0 : menuItems.length) && (_jsxs(CountingInfo, { children: [displayChildrenCount && _jsx(Counter, { children: menuItems.length }), _jsx("img", { src: rightArrow, className: "arrow-icon", alt: "arrow", style: { height: 12 } })] }))] })] }), (menuItems === null || menuItems === void 0 ? void 0 : menuItems.length) && (_jsx(Popper, Object.assign({ open: Boolean(anchorEl && !!(menuItems === null || menuItems === void 0 ? void 0 : menuItems.length)), anchorEl: anchorEl, placement: placement === 'left' ? 'left-start' : 'right-start', sx: {
34
+ zIndex: 99999,
35
+ } }, { children: _jsx(NestedDropdown, { className: "child-dropdown", menuItems: menuItems, placement: placement, onChildrenChange: (newList) => {
36
+ const isAllChildrenSelected = newList.every((x) => x.selected);
37
+ if (selected !== undefined && !disabled) {
38
+ if (isAllChildrenSelected) {
39
+ setSelected({ name, selected: true });
40
+ }
41
+ if (newList.every((x) => !x.selected)) {
42
+ setSelected({ name, selected: false });
43
+ }
44
+ setIsIndeterminate((newList === null || newList === void 0 ? void 0 : newList.some((i) => i.selected)) && !newList.every((x) => !x.selected) && !isAllChildrenSelected);
45
+ }
46
+ }, onSelect: (selectedItems) => {
47
+ onSelect(selectedItems, name);
48
+ } }) })))] })));
49
+ }
50
+ export default memo(MenuItem);
@@ -0,0 +1,5 @@
1
+ import NestedDropdown from './NestedDropdown';
2
+ export { default as Dropdown } from './Dropdown';
3
+ export { default as NestedMenuItem } from './NestedMenuItem';
4
+ export * from './types';
5
+ export default NestedDropdown;
@@ -0,0 +1,5 @@
1
+ import NestedDropdown from './NestedDropdown';
2
+ export { default as Dropdown } from './Dropdown';
3
+ export { default as NestedMenuItem } from './NestedMenuItem';
4
+ export * from './types';
5
+ export default NestedDropdown;
@@ -0,0 +1,36 @@
1
+ /// <reference types="react" />
2
+ export declare const TitleStyled: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
3
+ ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
4
+ }, "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"> & {
5
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
+ } & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
7
+ export declare const MenuItemStyled: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
8
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
9
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
10
+ disabled?: boolean | undefined;
11
+ }, {}, {}>;
12
+ export declare const DropdownStyled: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
13
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
14
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
15
+ export declare const Label: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
16
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
17
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
18
+ export declare const CheckboxStyled: import("@emotion/styled").StyledComponent<import("@mui/material").CheckboxProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
19
+ export declare const ContentWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
20
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
21
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
22
+ export declare const Content: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
23
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
24
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
25
+ export declare const Counter: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
26
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
27
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
28
+ export declare const CountingInfo: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
29
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
30
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
31
+ export declare const ListWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
32
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
33
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
34
+ export declare const HeaderWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
35
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
36
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -0,0 +1,100 @@
1
+ import { styled, Box } from '@mui/material';
2
+ import Checkbox from '../Checkbox';
3
+ import Text from '../Text';
4
+ export const TitleStyled = styled(Text)(({ theme }) => ({
5
+ fontWeight: theme.typography.fontWeightMedium,
6
+ fontSize: theme.typography.subtitle1.fontSize,
7
+ color: theme.palette.grey[700],
8
+ paddingInlineStart: theme.spacing(2),
9
+ paddingTop: theme.spacing(1),
10
+ paddingBottom: theme.spacing(1),
11
+ paddingInlineEnd: theme.spacing(1),
12
+ }));
13
+ export const MenuItemStyled = styled(Box, { shouldForwardProp: (props) => props !== 'disabled' })(({ theme, disabled }) => ({
14
+ fontWeight: theme.typography.fontWeightMedium,
15
+ padding: theme.spacing(1),
16
+ position: 'relative',
17
+ display: 'flex',
18
+ alignItems: 'center',
19
+ textTransform: 'capitalize',
20
+ cursor: disabled ? 'not-allowed' : 'pointer',
21
+ flex: 1,
22
+ zIndex: 99999,
23
+ '.MuiButtonBase-root': {
24
+ width: '16px',
25
+ marginInlineEnd: '4px',
26
+ },
27
+ }));
28
+ export const DropdownStyled = styled(Box)(({ theme }) => ({
29
+ borderRadius: theme.spacing(0.5),
30
+ background: theme.palette.background.default,
31
+ width: 'max-content',
32
+ cursor: 'pointer',
33
+ zIndex: 99999,
34
+ boxShadow: theme.shadows[11],
35
+ display: 'flex',
36
+ flexDirection: 'column',
37
+ '.nested-menu-item + .nested-menu-item': {
38
+ borderTop: `1px solid ${theme.palette.divider}`,
39
+ zIndex: 99999,
40
+ },
41
+ '.nested-menu-item:hover': {
42
+ transition: theme.transitions.create(['boxShadow', 'border'], {
43
+ easing: theme.transitions.easing.sharp,
44
+ duration: theme.transitions.duration.complex,
45
+ }),
46
+ boxShadow: theme.shadows[6],
47
+ border: 'none',
48
+ position: 'relative',
49
+ },
50
+ }));
51
+ export const Label = styled(Box)(({ theme }) => (Object.assign(Object.assign({}, theme.typography.subtitle1), { color: theme.palette.text.primary, width: '100%' })));
52
+ export const CheckboxStyled = styled(Checkbox)(() => ({
53
+ padding: 0,
54
+ paddingRight: '4px',
55
+ '.MuiSvgIcon-root': {
56
+ width: 12,
57
+ height: 12,
58
+ },
59
+ }));
60
+ export const ContentWrapper = styled(Box)(() => ({
61
+ display: 'flex',
62
+ gap: '4px',
63
+ alignItems: 'center',
64
+ flexGrow: 1,
65
+ }));
66
+ export const Content = styled(Box)(() => ({
67
+ display: 'flex',
68
+ gap: '12px',
69
+ justifyContent: 'space-between',
70
+ flexGrow: 1,
71
+ alignItems: 'center',
72
+ }));
73
+ export const Counter = styled(Box)(({ theme }) => ({
74
+ borderRadius: '50%',
75
+ background: theme.palette.divider,
76
+ width: 13,
77
+ height: 14,
78
+ fontSize: '8px',
79
+ fontWeight: 700,
80
+ display: 'flex',
81
+ alignItems: 'center',
82
+ justifyContent: 'center',
83
+ lineHeight: '10px',
84
+ }));
85
+ export const CountingInfo = styled(Box)(() => ({
86
+ display: 'flex',
87
+ alignItems: 'center',
88
+ gap: '8px',
89
+ flex: 1,
90
+ position: 'relative',
91
+ left: 4,
92
+ }));
93
+ export const ListWrapper = styled(Box)(() => ({
94
+ flex: '1 0 auto',
95
+ }));
96
+ export const HeaderWrapper = styled(Box)(({ theme }) => ({
97
+ position: 'relative',
98
+ backgroundColor: theme.palette.common.white,
99
+ zIndex: 999999,
100
+ }));
@@ -0,0 +1,18 @@
1
+ import type { ColumnViewProps } from '../../types/index.js';
2
+ import type { ReactElement } from 'react';
3
+ export type Placement = 'left' | 'right';
4
+ export interface Selected {
5
+ name: string;
6
+ selected: boolean;
7
+ }
8
+ export interface DropdownProps {
9
+ title?: string;
10
+ menuItems?: ColumnViewProps[];
11
+ setSelected?: ({ name, selected }: Selected) => void;
12
+ onChildrenChange?: (x: ColumnViewProps[]) => void;
13
+ onSelect?: (x: Selected[]) => void;
14
+ className?: string;
15
+ updatedList?: (menuItems: ColumnViewProps[]) => void;
16
+ footer?: ReactElement;
17
+ placement?: Placement;
18
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ interface NoInternetProps {
2
+ title: string;
3
+ }
4
+ export default function NoInternet({ title }: NoInternetProps): import("react/jsx-runtime").JSX.Element;
5
+ export {};
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import Box from '@mui/material/Box';
3
+ import { Container, Wrapper, ImageWrapper } from './style';
4
+ export default function NoInternet({ title }) {
5
+ return (_jsx(Container, { children: _jsxs(Wrapper, { children: [_jsx(ImageWrapper, { children: _jsxs("svg", Object.assign({ width: "15", height: "14", viewBox: "0 0 15 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("g", Object.assign({ "clip-path": "url(#clip0_4838_500791)" }, { children: _jsx("path", { d: "M12.6359 1.34444L12.6359 1.34444L1.84425 12.1361L1.84324 12.1371L1.84323 12.1371C1.80796 12.171 1.7798 12.2115 1.76041 12.2564C1.74101 12.3013 1.73076 12.3496 1.73026 12.3985C1.72977 12.4474 1.73903 12.4959 1.75751 12.5411C1.77599 12.5864 1.80332 12.6275 1.8379 12.6621C1.87247 12.6967 1.9136 12.724 1.95886 12.7425C2.00413 12.761 2.05263 12.7702 2.10153 12.7697C2.15042 12.7693 2.19872 12.759 2.2436 12.7396C2.28849 12.7202 2.32905 12.692 2.36291 12.6568L2.3639 12.6558L2.36391 12.6558L6.87107 8.1486L6.88649 8.13318L6.90794 8.12925C7.83177 7.95978 8.82148 8.22837 9.53582 8.94271C9.60683 9.01372 9.70218 9.05038 9.79508 9.05038C9.88808 9.05038 9.98396 9.01366 10.0549 8.94271L10.0553 8.94229C10.1993 8.80078 10.1999 8.5686 10.0549 8.42362C9.42924 7.79795 8.63373 7.44893 7.81425 7.36712L7.66723 7.35244L7.7717 7.24797L9.21295 5.80672L9.24408 5.77559L9.28562 5.79017C10.0624 6.06276 10.7767 6.50589 11.3758 7.10498C11.4471 7.17626 11.5402 7.21322 11.6357 7.21322C11.7275 7.21322 11.8209 7.17675 11.8957 7.10478C12.0374 6.95995 12.0372 6.72746 11.8952 6.58281C11.3154 6.00304 10.6422 5.55399 9.91133 5.24449L9.81569 5.20398L9.88914 5.13053L11.1806 3.83911L11.217 3.80262L11.2627 3.82668C11.9646 4.19662 12.6233 4.67474 13.2136 5.26497C13.2845 5.33592 13.3804 5.37265 13.4734 5.37265C13.569 5.37265 13.6615 5.33616 13.7326 5.26497C13.8776 5.11999 13.877 4.88724 13.7331 4.74574L13.7325 4.74522C13.1559 4.16612 12.5156 3.69094 11.8371 3.30814L11.7568 3.26285L11.822 3.19767L13.1556 1.8641L13.1562 1.86344C13.2093 1.81181 13.2454 1.74537 13.2601 1.67282C13.2747 1.60028 13.2671 1.525 13.2383 1.45685C13.2094 1.3887 13.1606 1.33084 13.0984 1.29086C13.0361 1.25088 12.9632 1.23062 12.8892 1.23275L12.6359 1.34444ZM12.6359 1.34444L12.6366 1.34377M12.6359 1.34444L12.6366 1.34377M12.6366 1.34377C12.7032 1.27535 12.7938 1.23554 12.8892 1.23275L12.6366 1.34377ZM1.15567 4.74574L1.1561 4.74532C2.82333 3.07809 4.99232 2.21114 7.18124 2.14706C8.13805 2.11905 9.09854 2.24422 10.0224 2.52326L9.42386 3.12232C6.7366 2.45348 3.77167 3.16849 1.67518 5.26497L1.67477 5.2654C1.53326 5.40934 1.30108 5.40996 1.1561 5.26497C1.01112 5.11999 1.01173 4.88724 1.15567 4.74574ZM2.99668 6.58304C4.18518 5.39454 5.76276 4.74246 7.44465 4.74246C7.56138 4.74246 7.67793 4.74531 7.7943 4.7519L7.05489 5.49131C5.71805 5.58262 4.47253 6.1454 3.51594 7.10481C3.37084 7.24718 3.13819 7.2465 2.99668 7.10498C2.85193 6.96023 2.85193 6.72779 2.99668 6.58304ZM6.72445 10.308C6.93012 10.1023 7.20906 9.98677 7.49991 9.98677C7.79077 9.98677 8.06971 10.1023 8.27537 10.308C8.48104 10.5136 8.59658 10.7926 8.59658 11.0834C8.59658 11.3743 8.48104 11.6532 8.27537 11.8589C8.06971 12.0646 7.79077 12.1801 7.49991 12.1801C7.20906 12.1801 6.93012 12.0646 6.72445 11.8589C6.51879 11.6532 6.40325 11.3743 6.40325 11.0834C6.40325 10.7926 6.51879 10.5136 6.72445 10.308Z", fill: "#20232B", stroke: "#20232B", "stroke-width": "0.14" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_4838_500791" }, { children: _jsx("rect", { width: "14", height: "14", fill: "white", transform: "translate(0.5)" }) })) })] })) }), _jsx(Box, { children: title })] }) }));
6
+ }