@expressms/smartapp-ui 2.5.8 → 2.5.9

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 (401) hide show
  1. package/build/main/assets/icons/arrow-back.svg +3 -0
  2. package/build/main/assets/icons/arrow-down.svg +3 -0
  3. package/build/main/assets/icons/arrow-up.svg +3 -0
  4. package/build/main/assets/icons/attachment-loader.svg +3 -0
  5. package/build/main/assets/icons/button-loader.svg +3 -0
  6. package/build/main/assets/icons/cancel-cross.svg +3 -0
  7. package/build/main/assets/icons/check-mark.svg +4 -0
  8. package/build/main/assets/icons/clear.svg +3 -0
  9. package/build/main/assets/icons/close-stories.svg +4 -0
  10. package/build/main/assets/icons/close.svg +10 -0
  11. package/build/main/assets/icons/contact-info.svg +12 -0
  12. package/build/main/assets/icons/corporate-user.svg +10 -0
  13. package/build/main/assets/icons/crown.svg +5 -0
  14. package/build/main/assets/icons/delete-chip.svg +3 -0
  15. package/build/main/assets/icons/download.svg +4 -0
  16. package/build/main/assets/icons/error.svg +5 -0
  17. package/build/main/assets/icons/external-link.svg +3 -0
  18. package/build/main/assets/icons/eye-off.svg +10 -0
  19. package/build/main/assets/icons/eye.svg +10 -0
  20. package/build/main/assets/icons/file.svg +3 -0
  21. package/build/main/assets/icons/info.svg +5 -0
  22. package/build/main/assets/icons/loader.svg +3 -0
  23. package/build/main/assets/icons/logout.svg +4 -0
  24. package/build/main/assets/icons/magnifying-glass.svg +3 -0
  25. package/build/main/assets/icons/mail.svg +3 -0
  26. package/build/main/assets/icons/my-contact-user.svg +10 -0
  27. package/build/main/assets/icons/notification-close.svg +3 -0
  28. package/build/main/assets/icons/notification-error.svg +3 -0
  29. package/build/main/assets/icons/notification-failure.svg +3 -0
  30. package/build/main/assets/icons/notification-info.svg +5 -0
  31. package/build/main/assets/icons/notification-success.svg +4 -0
  32. package/build/main/assets/icons/notification-warning.svg +5 -0
  33. package/build/main/assets/icons/order.svg +6 -0
  34. package/build/main/assets/icons/plus.svg +4 -0
  35. package/build/main/assets/icons/refresh.svg +3 -0
  36. package/build/main/assets/icons/story-loader.svg +3 -0
  37. package/build/main/assets/icons/tick.svg +10 -0
  38. package/build/main/assets/icons/trash.svg +3 -0
  39. package/build/main/assets/storybook/index.d.ts +12 -0
  40. package/build/main/assets/storybook/index.js +13 -0
  41. package/build/main/assets/storybook/index.js.map +1 -0
  42. package/build/main/constants/constants.d.ts +136 -0
  43. package/build/main/constants/constants.js +152 -0
  44. package/build/main/constants/constants.js.map +1 -0
  45. package/build/main/constants/index.d.ts +2 -0
  46. package/build/main/constants/index.js +3 -0
  47. package/build/main/constants/index.js.map +1 -0
  48. package/build/main/constants/types.d.ts +28 -0
  49. package/build/main/constants/types.js +2 -0
  50. package/build/main/constants/types.js.map +1 -0
  51. package/build/main/helpers/index.d.ts +20 -0
  52. package/build/main/helpers/index.js +80 -0
  53. package/build/main/helpers/index.js.map +1 -0
  54. package/build/main/index.d.ts +3 -0
  55. package/build/main/index.js +4 -0
  56. package/build/main/index.js.map +1 -0
  57. package/build/main/styles/index.d.ts +1 -0
  58. package/build/main/styles/index.js +2 -0
  59. package/build/main/styles/index.js.map +1 -0
  60. package/build/main/styles/main.js +0 -0
  61. package/build/main/styles/styles.scss +14 -0
  62. package/build/main//321/201omponents/ActionModal/ActionModal.d.ts +4 -0
  63. package/build/main//321/201omponents/ActionModal/ActionModal.js +56 -0
  64. package/build/main//321/201omponents/ActionModal/ActionModal.js.map +1 -0
  65. package/build/main//321/201omponents/ActionModal/index.d.ts +1 -0
  66. package/build/main//321/201omponents/ActionModal/index.js +2 -0
  67. package/build/main//321/201omponents/ActionModal/index.js.map +1 -0
  68. package/build/main//321/201omponents/ActionModal/types.d.ts +20 -0
  69. package/build/main//321/201omponents/ActionModal/types.js +2 -0
  70. package/build/main//321/201omponents/ActionModal/types.js.map +1 -0
  71. package/build/main//321/201omponents/AttachedFile/AttachedFile.d.ts +8 -0
  72. package/build/main//321/201omponents/AttachedFile/AttachedFile.js +60 -0
  73. package/build/main//321/201omponents/AttachedFile/AttachedFile.js.map +1 -0
  74. package/build/main//321/201omponents/AttachedFile/index.d.ts +1 -0
  75. package/build/main//321/201omponents/AttachedFile/index.js +2 -0
  76. package/build/main//321/201omponents/AttachedFile/index.js.map +1 -0
  77. package/build/main//321/201omponents/AttachedFile/types.d.ts +23 -0
  78. package/build/main//321/201omponents/AttachedFile/types.js +2 -0
  79. package/build/main//321/201omponents/AttachedFile/types.js.map +1 -0
  80. package/build/main//321/201omponents/Avatar/Avatar.d.ts +4 -0
  81. package/build/main//321/201omponents/Avatar/Avatar.js +115 -0
  82. package/build/main//321/201omponents/Avatar/Avatar.js.map +1 -0
  83. package/build/main//321/201omponents/Avatar/index.d.ts +1 -0
  84. package/build/main//321/201omponents/Avatar/index.js +2 -0
  85. package/build/main//321/201omponents/Avatar/index.js.map +1 -0
  86. package/build/main//321/201omponents/Avatar/types.d.ts +36 -0
  87. package/build/main//321/201omponents/Avatar/types.js +9 -0
  88. package/build/main//321/201omponents/Avatar/types.js.map +1 -0
  89. package/build/main//321/201omponents/Button/Button.d.ts +4 -0
  90. package/build/main//321/201omponents/Button/Button.js +57 -0
  91. package/build/main//321/201omponents/Button/Button.js.map +1 -0
  92. package/build/main//321/201omponents/Button/index.d.ts +1 -0
  93. package/build/main//321/201omponents/Button/index.js +2 -0
  94. package/build/main//321/201omponents/Button/index.js.map +1 -0
  95. package/build/main//321/201omponents/Button/types.d.ts +23 -0
  96. package/build/main//321/201omponents/Button/types.js +11 -0
  97. package/build/main//321/201omponents/Button/types.js.map +1 -0
  98. package/build/main//321/201omponents/CachedImage/CachedImage.d.ts +4 -0
  99. package/build/main//321/201omponents/CachedImage/CachedImage.js +54 -0
  100. package/build/main//321/201omponents/CachedImage/CachedImage.js.map +1 -0
  101. package/build/main//321/201omponents/CachedImage/helpers.d.ts +3 -0
  102. package/build/main//321/201omponents/CachedImage/helpers.js +40 -0
  103. package/build/main//321/201omponents/CachedImage/helpers.js.map +1 -0
  104. package/build/main//321/201omponents/CachedImage/index.d.ts +1 -0
  105. package/build/main//321/201omponents/CachedImage/index.js +2 -0
  106. package/build/main//321/201omponents/CachedImage/index.js.map +1 -0
  107. package/build/main//321/201omponents/CachedImage/types.d.ts +8 -0
  108. package/build/main//321/201omponents/CachedImage/types.js +2 -0
  109. package/build/main//321/201omponents/CachedImage/types.js.map +1 -0
  110. package/build/main//321/201omponents/Calendar/Calendar.d.ts +4 -0
  111. package/build/main//321/201omponents/Calendar/Calendar.js +48 -0
  112. package/build/main//321/201omponents/Calendar/Calendar.js.map +1 -0
  113. package/build/main//321/201omponents/Calendar/index.d.ts +1 -0
  114. package/build/main//321/201omponents/Calendar/index.js +2 -0
  115. package/build/main//321/201omponents/Calendar/index.js.map +1 -0
  116. package/build/main//321/201omponents/Calendar/types.d.ts +14 -0
  117. package/build/main//321/201omponents/Calendar/types.js +2 -0
  118. package/build/main//321/201omponents/Calendar/types.js.map +1 -0
  119. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.d.ts +3 -0
  120. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js +39 -0
  121. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js.map +1 -0
  122. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.d.ts +3 -0
  123. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js +30 -0
  124. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js.map +1 -0
  125. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.d.ts +3 -0
  126. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js +64 -0
  127. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js.map +1 -0
  128. package/build/main//321/201omponents/Charts/colors.d.ts +2 -0
  129. package/build/main//321/201omponents/Charts/colors.js +3 -0
  130. package/build/main//321/201omponents/Charts/colors.js.map +1 -0
  131. package/build/main//321/201omponents/Charts/constants.d.ts +50 -0
  132. package/build/main//321/201omponents/Charts/constants.js +36 -0
  133. package/build/main//321/201omponents/Charts/constants.js.map +1 -0
  134. package/build/main//321/201omponents/Charts/helpers.d.ts +68 -0
  135. package/build/main//321/201omponents/Charts/helpers.js +91 -0
  136. package/build/main//321/201omponents/Charts/helpers.js.map +1 -0
  137. package/build/main//321/201omponents/Charts/index.d.ts +3 -0
  138. package/build/main//321/201omponents/Charts/index.js +4 -0
  139. package/build/main//321/201omponents/Charts/index.js.map +1 -0
  140. package/build/main//321/201omponents/Charts/types.d.ts +51 -0
  141. package/build/main//321/201omponents/Charts/types.js +2 -0
  142. package/build/main//321/201omponents/Charts/types.js.map +1 -0
  143. package/build/main//321/201omponents/Checkbox/Checkbox.d.ts +4 -0
  144. package/build/main//321/201omponents/Checkbox/Checkbox.js +36 -0
  145. package/build/main//321/201omponents/Checkbox/Checkbox.js.map +1 -0
  146. package/build/main//321/201omponents/Checkbox/index.d.ts +1 -0
  147. package/build/main//321/201omponents/Checkbox/index.js +2 -0
  148. package/build/main//321/201omponents/Checkbox/index.js.map +1 -0
  149. package/build/main//321/201omponents/Checkbox/types.d.ts +9 -0
  150. package/build/main//321/201omponents/Checkbox/types.js +2 -0
  151. package/build/main//321/201omponents/Checkbox/types.js.map +1 -0
  152. package/build/main//321/201omponents/Chip/Chip.d.ts +4 -0
  153. package/build/main//321/201omponents/Chip/Chip.js +40 -0
  154. package/build/main//321/201omponents/Chip/Chip.js.map +1 -0
  155. package/build/main//321/201omponents/Chip/index.d.ts +1 -0
  156. package/build/main//321/201omponents/Chip/index.js +2 -0
  157. package/build/main//321/201omponents/Chip/index.js.map +1 -0
  158. package/build/main//321/201omponents/Chip/types.d.ts +10 -0
  159. package/build/main//321/201omponents/Chip/types.js +2 -0
  160. package/build/main//321/201omponents/Chip/types.js.map +1 -0
  161. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.d.ts +4 -0
  162. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js +44 -0
  163. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js.map +1 -0
  164. package/build/main//321/201omponents/ConfirmationModal/index.d.ts +1 -0
  165. package/build/main//321/201omponents/ConfirmationModal/index.js +2 -0
  166. package/build/main//321/201omponents/ConfirmationModal/index.js.map +1 -0
  167. package/build/main//321/201omponents/ConfirmationModal/types.d.ts +16 -0
  168. package/build/main//321/201omponents/ConfirmationModal/types.js +2 -0
  169. package/build/main//321/201omponents/ConfirmationModal/types.js.map +1 -0
  170. package/build/main//321/201omponents/ContextMenu/ContextMenu.d.ts +4 -0
  171. package/build/main//321/201omponents/ContextMenu/ContextMenu.js +55 -0
  172. package/build/main//321/201omponents/ContextMenu/ContextMenu.js.map +1 -0
  173. package/build/main//321/201omponents/ContextMenu/index.d.ts +1 -0
  174. package/build/main//321/201omponents/ContextMenu/index.js +2 -0
  175. package/build/main//321/201omponents/ContextMenu/index.js.map +1 -0
  176. package/build/main//321/201omponents/ContextMenu/types.d.ts +24 -0
  177. package/build/main//321/201omponents/ContextMenu/types.js +2 -0
  178. package/build/main//321/201omponents/ContextMenu/types.js.map +1 -0
  179. package/build/main//321/201omponents/CustomSelect/CustomSelect.d.ts +4 -0
  180. package/build/main//321/201omponents/CustomSelect/CustomSelect.js +172 -0
  181. package/build/main//321/201omponents/CustomSelect/CustomSelect.js.map +1 -0
  182. package/build/main//321/201omponents/CustomSelect/index.d.ts +1 -0
  183. package/build/main//321/201omponents/CustomSelect/index.js +2 -0
  184. package/build/main//321/201omponents/CustomSelect/index.js.map +1 -0
  185. package/build/main//321/201omponents/CustomSelect/selectStyles.d.ts +16 -0
  186. package/build/main//321/201omponents/CustomSelect/selectStyles.js +61 -0
  187. package/build/main//321/201omponents/CustomSelect/selectStyles.js.map +1 -0
  188. package/build/main//321/201omponents/CustomSelect/types.d.ts +54 -0
  189. package/build/main//321/201omponents/CustomSelect/types.js +2 -0
  190. package/build/main//321/201omponents/CustomSelect/types.js.map +1 -0
  191. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.d.ts +4 -0
  192. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js +57 -0
  193. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js.map +1 -0
  194. package/build/main//321/201omponents/CustomSelectProfiles/index.d.ts +1 -0
  195. package/build/main//321/201omponents/CustomSelectProfiles/index.js +2 -0
  196. package/build/main//321/201omponents/CustomSelectProfiles/index.js.map +1 -0
  197. package/build/main//321/201omponents/CustomSelectProfiles/types.d.ts +12 -0
  198. package/build/main//321/201omponents/CustomSelectProfiles/types.js +2 -0
  199. package/build/main//321/201omponents/CustomSelectProfiles/types.js.map +1 -0
  200. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.d.ts +4 -0
  201. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js +57 -0
  202. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js.map +1 -0
  203. package/build/main//321/201omponents/DragAndDrop/index.d.ts +1 -0
  204. package/build/main//321/201omponents/DragAndDrop/index.js +2 -0
  205. package/build/main//321/201omponents/DragAndDrop/index.js.map +1 -0
  206. package/build/main//321/201omponents/DragAndDrop/types.d.ts +24 -0
  207. package/build/main//321/201omponents/DragAndDrop/types.js +2 -0
  208. package/build/main//321/201omponents/DragAndDrop/types.js.map +1 -0
  209. package/build/main//321/201omponents/Error/Error.d.ts +4 -0
  210. package/build/main//321/201omponents/Error/Error.js +22 -0
  211. package/build/main//321/201omponents/Error/Error.js.map +1 -0
  212. package/build/main//321/201omponents/Error/index.d.ts +1 -0
  213. package/build/main//321/201omponents/Error/index.js +2 -0
  214. package/build/main//321/201omponents/Error/index.js.map +1 -0
  215. package/build/main//321/201omponents/Error/types.d.ts +7 -0
  216. package/build/main//321/201omponents/Error/types.js +2 -0
  217. package/build/main//321/201omponents/Error/types.js.map +1 -0
  218. package/build/main//321/201omponents/Header/Header.d.ts +5 -0
  219. package/build/main//321/201omponents/Header/Header.js +124 -0
  220. package/build/main//321/201omponents/Header/Header.js.map +1 -0
  221. package/build/main//321/201omponents/Header/index.d.ts +1 -0
  222. package/build/main//321/201omponents/Header/index.js +2 -0
  223. package/build/main//321/201omponents/Header/index.js.map +1 -0
  224. package/build/main//321/201omponents/Header/types.d.ts +44 -0
  225. package/build/main//321/201omponents/Header/types.js +2 -0
  226. package/build/main//321/201omponents/Header/types.js.map +1 -0
  227. package/build/main//321/201omponents/Input/Input.d.ts +4 -0
  228. package/build/main//321/201omponents/Input/Input.js +210 -0
  229. package/build/main//321/201omponents/Input/Input.js.map +1 -0
  230. package/build/main//321/201omponents/Input/index.d.ts +1 -0
  231. package/build/main//321/201omponents/Input/index.js +2 -0
  232. package/build/main//321/201omponents/Input/index.js.map +1 -0
  233. package/build/main//321/201omponents/Input/types.d.ts +27 -0
  234. package/build/main//321/201omponents/Input/types.js +2 -0
  235. package/build/main//321/201omponents/Input/types.js.map +1 -0
  236. package/build/main//321/201omponents/ListItem/ListItem.d.ts +23 -0
  237. package/build/main//321/201omponents/ListItem/ListItem.js +195 -0
  238. package/build/main//321/201omponents/ListItem/ListItem.js.map +1 -0
  239. package/build/main//321/201omponents/ListItem/index.d.ts +1 -0
  240. package/build/main//321/201omponents/ListItem/index.js +2 -0
  241. package/build/main//321/201omponents/ListItem/index.js.map +1 -0
  242. package/build/main//321/201omponents/ListItem/types.d.ts +38 -0
  243. package/build/main//321/201omponents/ListItem/types.js +2 -0
  244. package/build/main//321/201omponents/ListItem/types.js.map +1 -0
  245. package/build/main//321/201omponents/Loader/Loader.d.ts +4 -0
  246. package/build/main//321/201omponents/Loader/Loader.js +40 -0
  247. package/build/main//321/201omponents/Loader/Loader.js.map +1 -0
  248. package/build/main//321/201omponents/Loader/index.d.ts +1 -0
  249. package/build/main//321/201omponents/Loader/index.js +2 -0
  250. package/build/main//321/201omponents/Loader/index.js.map +1 -0
  251. package/build/main//321/201omponents/Loader/types.d.ts +12 -0
  252. package/build/main//321/201omponents/Loader/types.js +2 -0
  253. package/build/main//321/201omponents/Loader/types.js.map +1 -0
  254. package/build/main//321/201omponents/Modal/Modal.d.ts +4 -0
  255. package/build/main//321/201omponents/Modal/Modal.js +53 -0
  256. package/build/main//321/201omponents/Modal/Modal.js.map +1 -0
  257. package/build/main//321/201omponents/Modal/index.d.ts +1 -0
  258. package/build/main//321/201omponents/Modal/index.js +2 -0
  259. package/build/main//321/201omponents/Modal/index.js.map +1 -0
  260. package/build/main//321/201omponents/Modal/types.d.ts +15 -0
  261. package/build/main//321/201omponents/Modal/types.js +2 -0
  262. package/build/main//321/201omponents/Modal/types.js.map +1 -0
  263. package/build/main//321/201omponents/Notification/Notification.d.ts +8 -0
  264. package/build/main//321/201omponents/Notification/Notification.js +178 -0
  265. package/build/main//321/201omponents/Notification/Notification.js.map +1 -0
  266. package/build/main//321/201omponents/Notification/index.d.ts +1 -0
  267. package/build/main//321/201omponents/Notification/index.js +2 -0
  268. package/build/main//321/201omponents/Notification/index.js.map +1 -0
  269. package/build/main//321/201omponents/Notification/types.d.ts +39 -0
  270. package/build/main//321/201omponents/Notification/types.js +2 -0
  271. package/build/main//321/201omponents/Notification/types.js.map +1 -0
  272. package/build/main//321/201omponents/Profile/Profile.d.ts +4 -0
  273. package/build/main//321/201omponents/Profile/Profile.js +42 -0
  274. package/build/main//321/201omponents/Profile/Profile.js.map +1 -0
  275. package/build/main//321/201omponents/Profile/index.d.ts +1 -0
  276. package/build/main//321/201omponents/Profile/index.js +2 -0
  277. package/build/main//321/201omponents/Profile/index.js.map +1 -0
  278. package/build/main//321/201omponents/Profile/types.d.ts +14 -0
  279. package/build/main//321/201omponents/Profile/types.js +2 -0
  280. package/build/main//321/201omponents/Profile/types.js.map +1 -0
  281. package/build/main//321/201omponents/ProgressBar/ProgressBar.d.ts +4 -0
  282. package/build/main//321/201omponents/ProgressBar/ProgressBar.js +66 -0
  283. package/build/main//321/201omponents/ProgressBar/ProgressBar.js.map +1 -0
  284. package/build/main//321/201omponents/ProgressBar/index.d.ts +1 -0
  285. package/build/main//321/201omponents/ProgressBar/index.js +2 -0
  286. package/build/main//321/201omponents/ProgressBar/index.js.map +1 -0
  287. package/build/main//321/201omponents/ProgressBar/types.d.ts +4 -0
  288. package/build/main//321/201omponents/ProgressBar/types.js +2 -0
  289. package/build/main//321/201omponents/ProgressBar/types.js.map +1 -0
  290. package/build/main//321/201omponents/RadioButton/RadioButton.d.ts +4 -0
  291. package/build/main//321/201omponents/RadioButton/RadioButton.js +36 -0
  292. package/build/main//321/201omponents/RadioButton/RadioButton.js.map +1 -0
  293. package/build/main//321/201omponents/RadioButton/index.d.ts +1 -0
  294. package/build/main//321/201omponents/RadioButton/index.js +2 -0
  295. package/build/main//321/201omponents/RadioButton/index.js.map +1 -0
  296. package/build/main//321/201omponents/RadioButton/types.d.ts +9 -0
  297. package/build/main//321/201omponents/RadioButton/types.js +2 -0
  298. package/build/main//321/201omponents/RadioButton/types.js.map +1 -0
  299. package/build/main//321/201omponents/ScrollBar/ScrollBar.d.ts +4 -0
  300. package/build/main//321/201omponents/ScrollBar/ScrollBar.js +50 -0
  301. package/build/main//321/201omponents/ScrollBar/ScrollBar.js.map +1 -0
  302. package/build/main//321/201omponents/ScrollBar/index.d.ts +1 -0
  303. package/build/main//321/201omponents/ScrollBar/index.js +2 -0
  304. package/build/main//321/201omponents/ScrollBar/index.js.map +1 -0
  305. package/build/main//321/201omponents/ScrollBar/types.d.ts +9 -0
  306. package/build/main//321/201omponents/ScrollBar/types.js +2 -0
  307. package/build/main//321/201omponents/ScrollBar/types.js.map +1 -0
  308. package/build/main//321/201omponents/Skeleton/Skeleton.d.ts +4 -0
  309. package/build/main//321/201omponents/Skeleton/Skeleton.js +66 -0
  310. package/build/main//321/201omponents/Skeleton/Skeleton.js.map +1 -0
  311. package/build/main//321/201omponents/Skeleton/index.d.ts +1 -0
  312. package/build/main//321/201omponents/Skeleton/index.js +2 -0
  313. package/build/main//321/201omponents/Skeleton/index.js.map +1 -0
  314. package/build/main//321/201omponents/Skeleton/types.d.ts +16 -0
  315. package/build/main//321/201omponents/Skeleton/types.js +2 -0
  316. package/build/main//321/201omponents/Skeleton/types.js.map +1 -0
  317. package/build/main//321/201omponents/Stories/Stories.d.ts +4 -0
  318. package/build/main//321/201omponents/Stories/Stories.js +281 -0
  319. package/build/main//321/201omponents/Stories/Stories.js.map +1 -0
  320. package/build/main//321/201omponents/Stories/index.d.ts +1 -0
  321. package/build/main//321/201omponents/Stories/index.js +2 -0
  322. package/build/main//321/201omponents/Stories/index.js.map +1 -0
  323. package/build/main//321/201omponents/Stories/types.d.ts +54 -0
  324. package/build/main//321/201omponents/Stories/types.js +11 -0
  325. package/build/main//321/201omponents/Stories/types.js.map +1 -0
  326. package/build/main//321/201omponents/Switcher/Switcher.d.ts +4 -0
  327. package/build/main//321/201omponents/Switcher/Switcher.js +34 -0
  328. package/build/main//321/201omponents/Switcher/Switcher.js.map +1 -0
  329. package/build/main//321/201omponents/Switcher/index.d.ts +1 -0
  330. package/build/main//321/201omponents/Switcher/index.js +2 -0
  331. package/build/main//321/201omponents/Switcher/index.js.map +1 -0
  332. package/build/main//321/201omponents/Switcher/types.d.ts +8 -0
  333. package/build/main//321/201omponents/Switcher/types.js +2 -0
  334. package/build/main//321/201omponents/Switcher/types.js.map +1 -0
  335. package/build/main//321/201omponents/SyncLoader/SyncLoader.d.ts +5 -0
  336. package/build/main//321/201omponents/SyncLoader/SyncLoader.js +65 -0
  337. package/build/main//321/201omponents/SyncLoader/SyncLoader.js.map +1 -0
  338. package/build/main//321/201omponents/SyncLoader/index.d.ts +1 -0
  339. package/build/main//321/201omponents/SyncLoader/index.js +2 -0
  340. package/build/main//321/201omponents/SyncLoader/index.js.map +1 -0
  341. package/build/main//321/201omponents/SyncLoader/types.d.ts +7 -0
  342. package/build/main//321/201omponents/SyncLoader/types.js +2 -0
  343. package/build/main//321/201omponents/SyncLoader/types.js.map +1 -0
  344. package/build/main//321/201omponents/Textarea/Textarea.d.ts +4 -0
  345. package/build/main//321/201omponents/Textarea/Textarea.js +96 -0
  346. package/build/main//321/201omponents/Textarea/Textarea.js.map +1 -0
  347. package/build/main//321/201omponents/Textarea/index.d.ts +1 -0
  348. package/build/main//321/201omponents/Textarea/index.js +2 -0
  349. package/build/main//321/201omponents/Textarea/index.js.map +1 -0
  350. package/build/main//321/201omponents/Textarea/types.d.ts +10 -0
  351. package/build/main//321/201omponents/Textarea/types.js +2 -0
  352. package/build/main//321/201omponents/Textarea/types.js.map +1 -0
  353. package/build/main//321/201omponents/Toggle/Toggle.d.ts +4 -0
  354. package/build/main//321/201omponents/Toggle/Toggle.js +38 -0
  355. package/build/main//321/201omponents/Toggle/Toggle.js.map +1 -0
  356. package/build/main//321/201omponents/Toggle/index.d.ts +1 -0
  357. package/build/main//321/201omponents/Toggle/index.js +2 -0
  358. package/build/main//321/201omponents/Toggle/index.js.map +1 -0
  359. package/build/main//321/201omponents/Toggle/types.d.ts +9 -0
  360. package/build/main//321/201omponents/Toggle/types.js +2 -0
  361. package/build/main//321/201omponents/Toggle/types.js.map +1 -0
  362. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.d.ts +4 -0
  363. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js +31 -0
  364. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js.map +1 -0
  365. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.d.ts +4 -0
  366. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js +70 -0
  367. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js.map +1 -0
  368. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.d.ts +4 -0
  369. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js +23 -0
  370. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js.map +1 -0
  371. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.d.ts +3 -0
  372. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js +76 -0
  373. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js.map +1 -0
  374. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.d.ts +3 -0
  375. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js +40 -0
  376. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js.map +1 -0
  377. package/build/main//321/201omponents/UserDropdown/Option/Option.d.ts +4 -0
  378. package/build/main//321/201omponents/UserDropdown/Option/Option.js +55 -0
  379. package/build/main//321/201omponents/UserDropdown/Option/Option.js.map +1 -0
  380. package/build/main//321/201omponents/UserDropdown/UserDropdown.d.ts +4 -0
  381. package/build/main//321/201omponents/UserDropdown/UserDropdown.js +396 -0
  382. package/build/main//321/201omponents/UserDropdown/UserDropdown.js.map +1 -0
  383. package/build/main//321/201omponents/UserDropdown/helpers.d.ts +90 -0
  384. package/build/main//321/201omponents/UserDropdown/helpers.js +93 -0
  385. package/build/main//321/201omponents/UserDropdown/helpers.js.map +1 -0
  386. package/build/main//321/201omponents/UserDropdown/index.d.ts +1 -0
  387. package/build/main//321/201omponents/UserDropdown/index.js +2 -0
  388. package/build/main//321/201omponents/UserDropdown/index.js.map +1 -0
  389. package/build/main//321/201omponents/UserDropdown/selectStyles.d.ts +15 -0
  390. package/build/main//321/201omponents/UserDropdown/selectStyles.js +72 -0
  391. package/build/main//321/201omponents/UserDropdown/selectStyles.js.map +1 -0
  392. package/build/main//321/201omponents/UserDropdown/types.d.ts +189 -0
  393. package/build/main//321/201omponents/UserDropdown/types.js +2 -0
  394. package/build/main//321/201omponents/UserDropdown/types.js.map +1 -0
  395. package/build/main//321/201omponents/index.d.ts +32 -0
  396. package/build/main//321/201omponents/index.js +33 -0
  397. package/build/main//321/201omponents/index.js.map +1 -0
  398. package/build/main//321/201omponents/types.d.ts +2 -0
  399. package/build/main//321/201omponents/types.js +2 -0
  400. package/build/main//321/201omponents/types.js.map +1 -0
  401. package/package.json +1 -1
@@ -0,0 +1,195 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ import { useCallback, useEffect, useRef } from 'react';
14
+ import { v4 as uuidv4 } from 'uuid';
15
+ import classNames from 'classnames';
16
+ import RadioButton from '../RadioButton';
17
+ import Checkbox from '../Checkbox';
18
+ import Toggle from '../Toggle';
19
+ import '../../styles/styles.scss';
20
+ export var LIST_ITEM_TYPE = {
21
+ interactive: 'interactive',
22
+ notInteractive: 'not-interactive',
23
+ };
24
+ export var INTERACTIVE_ELEMENT = {
25
+ radioButton: 'radio-button',
26
+ checkbox: 'checkbox',
27
+ toggle: 'toggle',
28
+ };
29
+ export var INTERACTIVE_POSITION = {
30
+ left: 'left',
31
+ right: 'right',
32
+ };
33
+ export var NOT_INTERACTIVE_ELEMENT = {
34
+ icon: 'icon',
35
+ indicator: 'indicator',
36
+ noElement: 'no-element',
37
+ };
38
+ var MIN_LIST_ITEM_HEIGHT = 44;
39
+ export var DEFAULT_INDICATOR_COLOR = 'blue';
40
+ var DEFAULT_PRESSED_CLASSNAME = 'smartapp-list-item__not-interactive--pressed';
41
+ var SELECTED_PRESSED_CLASSNAME = 'smartapp-list-item__not-interactive--selected__pressed';
42
+ var TOP_ALIGN_CLASSNAME = 'smartapp-list-item__top-align';
43
+ var getIsType = function (type) {
44
+ var isInteractiveType = type === LIST_ITEM_TYPE.interactive;
45
+ var isNotInteractiveType = type === LIST_ITEM_TYPE.notInteractive;
46
+ return { isInteractiveType: isInteractiveType, isNotInteractiveType: isNotInteractiveType };
47
+ };
48
+ var getIsElement = function (element) {
49
+ var isIndicatorElement = element === NOT_INTERACTIVE_ELEMENT.indicator;
50
+ var isIconElement = element === NOT_INTERACTIVE_ELEMENT.icon;
51
+ var isNoElement = element === NOT_INTERACTIVE_ELEMENT.noElement;
52
+ return { isIndicatorElement: isIndicatorElement, isIconElement: isIconElement, isNoElement: isNoElement };
53
+ };
54
+ var ListItem = function (props) {
55
+ var type = props.type, text = props.text, element = props.element, isDisabled = props.isDisabled, textStyles = props.textStyles;
56
+ var listItemRef = useRef(null);
57
+ var _a = getIsType(type), isInteractiveType = _a.isInteractiveType, isNotInteractiveType = _a.isNotInteractiveType;
58
+ var _b = getIsElement(element), isIndicatorElement = _b.isIndicatorElement, isIconElement = _b.isIconElement, isNoElement = _b.isNoElement;
59
+ var isLeftPosition = function (position) { return position === INTERACTIVE_POSITION.left; };
60
+ var isRightPosition = function (position) { return position === INTERACTIVE_POSITION.right; };
61
+ var generatePressedClassName = useCallback(function () {
62
+ var isElementHasSelectedProps = isIndicatorElement || isNoElement;
63
+ if (isNotInteractiveType && !isDisabled) {
64
+ if (isElementHasSelectedProps) {
65
+ var isSelected = props.isSelected;
66
+ return isSelected ? SELECTED_PRESSED_CLASSNAME : DEFAULT_PRESSED_CLASSNAME;
67
+ }
68
+ return DEFAULT_PRESSED_CLASSNAME;
69
+ }
70
+ return '';
71
+ }, [isDisabled, isIndicatorElement, isNoElement, isNotInteractiveType, props]);
72
+ var handleMouseDown = useCallback(function () {
73
+ var _a;
74
+ var pressedClassName = generatePressedClassName();
75
+ pressedClassName && ((_a = listItemRef.current) === null || _a === void 0 ? void 0 : _a.classList.add(pressedClassName));
76
+ }, [generatePressedClassName]);
77
+ var handleMouseUp = useCallback(function () {
78
+ var _a;
79
+ var pressedClassName = generatePressedClassName();
80
+ pressedClassName && ((_a = listItemRef.current) === null || _a === void 0 ? void 0 : _a.classList.remove(pressedClassName));
81
+ }, [generatePressedClassName]);
82
+ var renderInteractiveElement = function () {
83
+ var _a = props, _b = _a.isSelected, isSelected = _b === void 0 ? false : _b, onChange = _a.onChange;
84
+ var elementId = uuidv4();
85
+ switch (element) {
86
+ case INTERACTIVE_ELEMENT.radioButton:
87
+ return _jsx(RadioButton, { id: elementId, isChecked: isSelected, isDisabled: isDisabled, onChange: onChange });
88
+ case INTERACTIVE_ELEMENT.checkbox:
89
+ return _jsx(Checkbox, { id: elementId, isChecked: isSelected, isDisabled: isDisabled, onChange: onChange });
90
+ case INTERACTIVE_ELEMENT.toggle:
91
+ return _jsx(Toggle, { id: elementId, isChecked: isSelected, isDisabled: isDisabled, onClick: onChange });
92
+ }
93
+ };
94
+ var renderNotInteractiveElement = function () {
95
+ switch (element) {
96
+ case NOT_INTERACTIVE_ELEMENT.icon:
97
+ var icon = props.icon;
98
+ return _jsx("div", __assign({ className: classNames('smartapp-list-item__icon', { 'smartapp-list-item__icon--disabled': isDisabled }) }, { children: icon }));
99
+ case NOT_INTERACTIVE_ELEMENT.indicator:
100
+ var color = props.color;
101
+ return renderIndicatorElement({ color: color });
102
+ case NOT_INTERACTIVE_ELEMENT.noElement:
103
+ return null;
104
+ }
105
+ };
106
+ var renderIndicatorElement = function (_a) {
107
+ var _b;
108
+ var _c = _a.isIndicator, isIndicator = _c === void 0 ? true : _c, _d = _a.color, color = _d === void 0 ? DEFAULT_INDICATOR_COLOR : _d;
109
+ if (isIndicator) {
110
+ var indicatorColorClassName = "smartapp-list-item__indicator--".concat(color);
111
+ var className = classNames('smartapp-list-item__indicator', indicatorColorClassName, (_b = {},
112
+ _b["".concat(indicatorColorClassName, "__disabled")] = isDisabled,
113
+ _b));
114
+ return _jsx("div", { className: className });
115
+ }
116
+ return null;
117
+ };
118
+ var renderLeftElement = function () {
119
+ if (isInteractiveType) {
120
+ var _a = props, _b = _a.position, position = _b === void 0 ? INTERACTIVE_POSITION.right : _b, _c = _a.isIndicator, isIndicator = _c === void 0 ? false : _c, color = _a.color;
121
+ return isLeftPosition(position) ? renderInteractiveElement() : renderIndicatorElement({ isIndicator: isIndicator, color: color });
122
+ }
123
+ if (isNotInteractiveType) {
124
+ return renderNotInteractiveElement();
125
+ }
126
+ };
127
+ var renderRightElement = function () {
128
+ if (isInteractiveType) {
129
+ var _a = props.position, position = _a === void 0 ? INTERACTIVE_POSITION.right : _a;
130
+ return isRightPosition(position) ? renderInteractiveElement() : null;
131
+ }
132
+ };
133
+ var renderSecondaryText = function () {
134
+ if (isNotInteractiveType && isNoElement) {
135
+ var _a = props, secondaryText = _a.secondaryText, secondaryTextColor = _a.secondaryTextColor;
136
+ return secondaryText ? _jsx("div", __assign({ style: { color: secondaryTextColor } }, { children: secondaryText })) : null;
137
+ }
138
+ };
139
+ var generateTextClassName = function () {
140
+ var classNames = ['smartapp-list-item__text'];
141
+ if (isInteractiveType) {
142
+ var _a = props, _b = _a.position, position = _b === void 0 ? INTERACTIVE_POSITION.right : _b, isIndicator = _a.isIndicator;
143
+ var isLeftClassNeeded = isLeftPosition(position) || isIndicator;
144
+ isLeftClassNeeded && classNames.push('smartapp-list-item__text--left');
145
+ isRightPosition(position) && classNames.push('smartapp-list-item__text--right');
146
+ isIndicator && isRightPosition(position) && classNames.push('smartapp-list-item__text--ellipse');
147
+ }
148
+ if (isNotInteractiveType && (isIconElement || isIndicatorElement)) {
149
+ classNames.push('smartapp-list-item__text--left');
150
+ }
151
+ isDisabled && classNames.push('smartapp-list-item__text--disabled');
152
+ return classNames;
153
+ };
154
+ var generateClassName = function () {
155
+ var classNames = ['smartapp-list-item', "smartapp-list-item__".concat(type)];
156
+ var isElementHasSelectedProps = isIndicatorElement || isNoElement;
157
+ if (isElementHasSelectedProps) {
158
+ var isSelected = props.isSelected;
159
+ isSelected && classNames.push("smartapp-list-item__".concat(type, "--selected"));
160
+ }
161
+ if (isNoElement) {
162
+ var secondaryText = props.secondaryText;
163
+ secondaryText && classNames.push("smartapp-list-item__".concat(type, "--with-secondary-text"));
164
+ }
165
+ isDisabled && classNames.push('smartapp-list-item__disabled');
166
+ return classNames;
167
+ };
168
+ useEffect(function () {
169
+ var listItemRefCurrent = listItemRef.current;
170
+ var listItemRefClassList = listItemRefCurrent === null || listItemRefCurrent === void 0 ? void 0 : listItemRefCurrent.classList;
171
+ var resizeObserver = new ResizeObserver(function () {
172
+ var _a = props.position, position = _a === void 0 ? INTERACTIVE_POSITION.right : _a;
173
+ var height = (listItemRefCurrent === null || listItemRefCurrent === void 0 ? void 0 : listItemRefCurrent.getBoundingClientRect().height) || 0;
174
+ if (isLeftPosition(position)) {
175
+ height > MIN_LIST_ITEM_HEIGHT ? listItemRefClassList === null || listItemRefClassList === void 0 ? void 0 : listItemRefClassList.add(TOP_ALIGN_CLASSNAME) : listItemRefClassList === null || listItemRefClassList === void 0 ? void 0 : listItemRefClassList.remove(TOP_ALIGN_CLASSNAME);
176
+ }
177
+ else {
178
+ listItemRefClassList === null || listItemRefClassList === void 0 ? void 0 : listItemRefClassList.remove(TOP_ALIGN_CLASSNAME);
179
+ }
180
+ });
181
+ if (listItemRefCurrent && isInteractiveType) {
182
+ resizeObserver.observe(listItemRefCurrent);
183
+ }
184
+ return function () { return resizeObserver.disconnect(); };
185
+ }, [isInteractiveType, props]);
186
+ useEffect(function () {
187
+ window.addEventListener('mouseup', handleMouseUp);
188
+ return function () {
189
+ window.removeEventListener('mouseup', handleMouseUp);
190
+ };
191
+ }, [handleMouseUp]);
192
+ return (_jsxs("div", __assign({ ref: listItemRef, className: classNames(generateClassName()), onMouseDown: handleMouseDown }, { children: [renderLeftElement(), _jsxs("div", __assign({ className: classNames(generateTextClassName()), style: textStyles }, { children: [_jsx("div", { children: text }), renderSecondaryText()] })), renderRightElement()] })));
193
+ };
194
+ export default ListItem;
195
+ //# sourceMappingURL=ListItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListItem.js","sourceRoot":"","sources":["../../../../src/сomponents/ListItem/ListItem.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA,OAAc,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAC7D,OAAO,EAAE,EAAE,IAAI,MAAM,EAAE,MAAM,MAAM,CAAA;AACnC,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,WAAW,MAAM,gBAAgB,CAAA;AACxC,OAAO,QAAQ,MAAM,aAAa,CAAA;AAClC,OAAO,MAAM,MAAM,WAAW,CAAA;AAQ9B,OAAO,0BAA0B,CAAA;AAEjC,MAAM,CAAC,IAAM,cAAc,GAAG;IAC5B,WAAW,EAAE,aAAa;IAC1B,cAAc,EAAE,iBAAiB;CAClC,CAAA;AAED,MAAM,CAAC,IAAM,mBAAmB,GAAG;IACjC,WAAW,EAAE,cAAc;IAC3B,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;CACjB,CAAA;AAED,MAAM,CAAC,IAAM,oBAAoB,GAAG;IAClC,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;CACf,CAAA;AAED,MAAM,CAAC,IAAM,uBAAuB,GAAG;IACrC,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,YAAY;CACxB,CAAA;AAED,IAAM,oBAAoB,GAAG,EAAE,CAAA;AAC/B,MAAM,CAAC,IAAM,uBAAuB,GAAG,MAAM,CAAA;AAC7C,IAAM,yBAAyB,GAAG,8CAA8C,CAAA;AAChF,IAAM,0BAA0B,GAAG,wDAAwD,CAAA;AAC3F,IAAM,mBAAmB,GAAG,+BAA+B,CAAA;AAE3D,IAAM,SAAS,GAAG,UAAC,IAAY;IAC7B,IAAM,iBAAiB,GAAG,IAAI,KAAK,cAAc,CAAC,WAAW,CAAA;IAC7D,IAAM,oBAAoB,GAAG,IAAI,KAAK,cAAc,CAAC,cAAc,CAAA;IAEnE,OAAO,EAAE,iBAAiB,mBAAA,EAAE,oBAAoB,sBAAA,EAAE,CAAA;AACpD,CAAC,CAAA;AAED,IAAM,YAAY,GAAG,UAAC,OAAe;IACnC,IAAM,kBAAkB,GAAG,OAAO,KAAK,uBAAuB,CAAC,SAAS,CAAA;IACxE,IAAM,aAAa,GAAG,OAAO,KAAK,uBAAuB,CAAC,IAAI,CAAA;IAC9D,IAAM,WAAW,GAAG,OAAO,KAAK,uBAAuB,CAAC,SAAS,CAAA;IAEjE,OAAO,EAAE,kBAAkB,oBAAA,EAAE,aAAa,eAAA,EAAE,WAAW,aAAA,EAAE,CAAA;AAC3D,CAAC,CAAA;AAID,IAAM,QAAQ,GAAG,UAAC,KAAqB;IAC7B,IAAA,IAAI,GAA4C,KAAK,KAAjD,EAAE,IAAI,GAAsC,KAAK,KAA3C,EAAE,OAAO,GAA6B,KAAK,QAAlC,EAAE,UAAU,GAAiB,KAAK,WAAtB,EAAE,UAAU,GAAK,KAAK,WAAV,CAAU;IAC7D,IAAM,WAAW,GAAG,MAAM,CAAwB,IAAI,CAAC,CAAA;IAEjD,IAAA,KAA8C,SAAS,CAAC,IAAI,CAAC,EAA3D,iBAAiB,uBAAA,EAAE,oBAAoB,0BAAoB,CAAA;IAC7D,IAAA,KAAqD,YAAY,CAAC,OAAO,CAAC,EAAxE,kBAAkB,wBAAA,EAAE,aAAa,mBAAA,EAAE,WAAW,iBAA0B,CAAA;IAEhF,IAAM,cAAc,GAAG,UAAC,QAAgB,IAAK,OAAA,QAAQ,KAAK,oBAAoB,CAAC,IAAI,EAAtC,CAAsC,CAAA;IACnF,IAAM,eAAe,GAAG,UAAC,QAAgB,IAAK,OAAA,QAAQ,KAAK,oBAAoB,CAAC,KAAK,EAAvC,CAAuC,CAAA;IAErF,IAAM,wBAAwB,GAAG,WAAW,CAAC;QAC3C,IAAM,yBAAyB,GAAG,kBAAkB,IAAI,WAAW,CAAA;QAEnE,IAAI,oBAAoB,IAAI,CAAC,UAAU,EAAE;YACvC,IAAI,yBAAyB,EAAE;gBACrB,IAAA,UAAU,GAAK,KAA4E,WAAjF,CAAiF;gBACnG,OAAO,UAAU,CAAC,CAAC,CAAC,0BAA0B,CAAC,CAAC,CAAC,yBAAyB,CAAA;aAC3E;YAED,OAAO,yBAAyB,CAAA;SACjC;QAED,OAAO,EAAE,CAAA;IACX,CAAC,EAAE,CAAC,UAAU,EAAE,kBAAkB,EAAE,WAAW,EAAE,oBAAoB,EAAE,KAAK,CAAC,CAAC,CAAA;IAE9E,IAAM,eAAe,GAAG,WAAW,CAAC;;QAClC,IAAM,gBAAgB,GAAG,wBAAwB,EAAE,CAAA;QACnD,gBAAgB,KAAI,MAAA,WAAW,CAAC,OAAO,0CAAE,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAA,CAAA;IAC1E,CAAC,EAAE,CAAC,wBAAwB,CAAC,CAAC,CAAA;IAE9B,IAAM,aAAa,GAAG,WAAW,CAAC;;QAChC,IAAM,gBAAgB,GAAG,wBAAwB,EAAE,CAAA;QACnD,gBAAgB,KAAI,MAAA,WAAW,CAAC,OAAO,0CAAE,SAAS,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAA,CAAA;IAC7E,CAAC,EAAE,CAAC,wBAAwB,CAAC,CAAC,CAAA;IAE9B,IAAM,wBAAwB,GAAG;QACzB,IAAA,KAAmC,KAA6B,EAA9D,kBAAkB,EAAlB,UAAU,mBAAG,KAAK,KAAA,EAAE,QAAQ,cAAkC,CAAA;QACtE,IAAM,SAAS,GAAG,MAAM,EAAE,CAAA;QAE1B,QAAQ,OAAO,EAAE;YACf,KAAK,mBAAmB,CAAC,WAAW;gBAClC,OAAO,KAAC,WAAW,IAAC,EAAE,EAAE,SAAS,EAAE,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,GAAI,CAAA;YAC1G,KAAK,mBAAmB,CAAC,QAAQ;gBAC/B,OAAO,KAAC,QAAQ,IAAC,EAAE,EAAE,SAAS,EAAE,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,GAAI,CAAA;YACvG,KAAK,mBAAmB,CAAC,MAAM;gBAC7B,OAAO,KAAC,MAAM,IAAC,EAAE,EAAE,SAAS,EAAE,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,QAAQ,GAAI,CAAA;SACrG;IACH,CAAC,CAAA;IAED,IAAM,2BAA2B,GAAG;QAClC,QAAQ,OAAO,EAAE;YACf,KAAK,uBAAuB,CAAC,IAAI;gBACvB,IAAA,IAAI,GAAK,KAAoC,KAAzC,CAAyC;gBACrD,OAAO,uBAAK,SAAS,EAAE,UAAU,CAAC,0BAA0B,EAAE,EAAE,oCAAoC,EAAE,UAAU,EAAE,CAAC,gBAAG,IAAI,IAAO,CAAA;YACnI,KAAK,uBAAuB,CAAC,SAAS;gBAC5B,IAAA,KAAK,GAAK,KAAyC,MAA9C,CAA8C;gBAC3D,OAAO,sBAAsB,CAAC,EAAE,KAAK,OAAA,EAAE,CAAC,CAAA;YAC1C,KAAK,uBAAuB,CAAC,SAAS;gBACpC,OAAO,IAAI,CAAA;SACd;IACH,CAAC,CAAA;IAED,IAAM,sBAAsB,GAAG,UAAC,EAAgF;;YAA9E,mBAAkB,EAAlB,WAAW,mBAAG,IAAI,KAAA,EAAE,aAA+B,EAA/B,KAAK,mBAAG,uBAAuB,KAAA;QACnF,IAAI,WAAW,EAAE;YACf,IAAM,uBAAuB,GAAG,yCAAkC,KAAK,CAAE,CAAA;YACzE,IAAM,SAAS,GAAG,UAAU,CAAC,+BAA+B,EAAE,uBAAuB;gBACnF,GAAC,UAAG,uBAAuB,eAAY,IAAG,UAAU;oBACpD,CAAA;YAEF,OAAO,cAAK,SAAS,EAAE,SAAS,GAAI,CAAA;SACrC;QAED,OAAO,IAAI,CAAA;IACb,CAAC,CAAA;IAED,IAAM,iBAAiB,GAAG;QACxB,IAAI,iBAAiB,EAAE;YACf,IAAA,KAAwE,KAA6B,EAAnG,gBAAqC,EAArC,QAAQ,mBAAG,oBAAoB,CAAC,KAAK,KAAA,EAAE,mBAAmB,EAAnB,WAAW,mBAAG,KAAK,KAAA,EAAE,KAAK,WAAkC,CAAA;YAC3G,OAAO,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,EAAE,CAAC,CAAC,CAAC,sBAAsB,CAAC,EAAE,WAAW,aAAA,EAAE,KAAK,OAAA,EAAE,CAAC,CAAA;SAC9G;QAED,IAAI,oBAAoB,EAAE;YACxB,OAAO,2BAA2B,EAAE,CAAA;SACrC;IACH,CAAC,CAAA;IAED,IAAM,kBAAkB,GAAG;QACzB,IAAI,iBAAiB,EAAE;YACb,IAAA,KAA0C,KAA6B,SAAlC,EAArC,QAAQ,mBAAG,oBAAoB,CAAC,KAAK,KAAA,CAAkC;YAC/E,OAAO,eAAe,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,EAAE,CAAC,CAAC,CAAC,IAAI,CAAA;SACrE;IACH,CAAC,CAAA;IAED,IAAM,mBAAmB,GAAG;QAC1B,IAAI,oBAAoB,IAAI,WAAW,EAAE;YACjC,IAAA,KAAwC,KAAyC,EAA/E,aAAa,mBAAA,EAAE,kBAAkB,wBAA8C,CAAA;YACvF,OAAO,aAAa,CAAC,CAAC,CAAC,uBAAK,KAAK,EAAE,EAAE,KAAK,EAAE,kBAAkB,EAAE,gBAAG,aAAa,IAAO,CAAC,CAAC,CAAC,IAAI,CAAA;SAC/F;IACH,CAAC,CAAA;IAED,IAAM,qBAAqB,GAAG;QAC5B,IAAM,UAAU,GAAG,CAAC,0BAA0B,CAAC,CAAA;QAE/C,IAAI,iBAAiB,EAAE;YACf,IAAA,KAAyD,KAA6B,EAApF,gBAAqC,EAArC,QAAQ,mBAAG,oBAAoB,CAAC,KAAK,KAAA,EAAE,WAAW,iBAAkC,CAAA;YAC5F,IAAM,iBAAiB,GAAG,cAAc,CAAC,QAAQ,CAAC,IAAI,WAAW,CAAA;YAEjE,iBAAiB,IAAI,UAAU,CAAC,IAAI,CAAC,gCAAgC,CAAC,CAAA;YACtE,eAAe,CAAC,QAAQ,CAAC,IAAI,UAAU,CAAC,IAAI,CAAC,iCAAiC,CAAC,CAAA;YAC/E,WAAW,IAAI,eAAe,CAAC,QAAQ,CAAC,IAAI,UAAU,CAAC,IAAI,CAAC,mCAAmC,CAAC,CAAA;SACjG;QAED,IAAI,oBAAoB,IAAI,CAAC,aAAa,IAAI,kBAAkB,CAAC,EAAE;YACjE,UAAU,CAAC,IAAI,CAAC,gCAAgC,CAAC,CAAA;SAClD;QAED,UAAU,IAAI,UAAU,CAAC,IAAI,CAAC,oCAAoC,CAAC,CAAA;QAEnE,OAAO,UAAU,CAAA;IACnB,CAAC,CAAA;IAED,IAAM,iBAAiB,GAAG;QACxB,IAAM,UAAU,GAAG,CAAC,oBAAoB,EAAE,8BAAuB,IAAI,CAAE,CAAC,CAAA;QACxE,IAAM,yBAAyB,GAAG,kBAAkB,IAAI,WAAW,CAAA;QAEnE,IAAI,yBAAyB,EAAE;YACrB,IAAA,UAAU,GAAK,KAA4E,WAAjF,CAAiF;YACnG,UAAU,IAAI,UAAU,CAAC,IAAI,CAAC,8BAAuB,IAAI,eAAY,CAAC,CAAA;SACvE;QAED,IAAI,WAAW,EAAE;YACP,IAAA,aAAa,GAAK,KAAyC,cAA9C,CAA8C;YACnE,aAAa,IAAI,UAAU,CAAC,IAAI,CAAC,8BAAuB,IAAI,0BAAuB,CAAC,CAAA;SACrF;QAED,UAAU,IAAI,UAAU,CAAC,IAAI,CAAC,8BAA8B,CAAC,CAAA;QAE7D,OAAO,UAAU,CAAA;IACnB,CAAC,CAAA;IAED,SAAS,CAAC;QACR,IAAM,kBAAkB,GAAG,WAAW,CAAC,OAAO,CAAA;QAC9C,IAAM,oBAAoB,GAAG,kBAAkB,aAAlB,kBAAkB,uBAAlB,kBAAkB,CAAE,SAAS,CAAA;QAE1D,IAAM,cAAc,GAAG,IAAI,cAAc,CAAC;YAChC,IAAA,KAA0C,KAA6B,SAAlC,EAArC,QAAQ,mBAAG,oBAAoB,CAAC,KAAK,KAAA,CAAkC;YAC/E,IAAM,MAAM,GAAG,CAAA,kBAAkB,aAAlB,kBAAkB,uBAAlB,kBAAkB,CAAE,qBAAqB,GAAG,MAAM,KAAI,CAAC,CAAA;YAEtE,IAAI,cAAc,CAAC,QAAQ,CAAC,EAAE;gBAC5B,MAAM,GAAG,oBAAoB,CAAC,CAAC,CAAC,oBAAoB,aAApB,oBAAoB,uBAApB,oBAAoB,CAAE,GAAG,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,oBAAoB,aAApB,oBAAoB,uBAApB,oBAAoB,CAAE,MAAM,CAAC,mBAAmB,CAAC,CAAA;aACnI;iBAAM;gBACL,oBAAoB,aAApB,oBAAoB,uBAApB,oBAAoB,CAAE,MAAM,CAAC,mBAAmB,CAAC,CAAA;aAClD;QACH,CAAC,CAAC,CAAA;QAEF,IAAI,kBAAkB,IAAI,iBAAiB,EAAE;YAC3C,cAAc,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAA;SAC3C;QAED,OAAO,cAAM,OAAA,cAAc,CAAC,UAAU,EAAE,EAA3B,CAA2B,CAAA;IAC1C,CAAC,EAAE,CAAC,iBAAiB,EAAE,KAAK,CAAC,CAAC,CAAA;IAE9B,SAAS,CAAC;QACR,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,aAAa,CAAC,CAAA;QAEjD,OAAO;YACL,MAAM,CAAC,mBAAmB,CAAC,SAAS,EAAE,aAAa,CAAC,CAAA;QACtD,CAAC,CAAA;IACH,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,CAAA;IAEnB,OAAO,CACL,wBAAK,GAAG,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,CAAC,iBAAiB,EAAE,CAAC,EAAE,WAAW,EAAE,eAAe,iBAC5F,iBAAiB,EAAE,EACpB,wBAAK,SAAS,EAAE,UAAU,CAAC,qBAAqB,EAAE,CAAC,EAAE,KAAK,EAAE,UAAU,iBACpE,wBAAM,IAAI,GAAO,EAChB,mBAAmB,EAAE,KAClB,EACL,kBAAkB,EAAE,KACjB,CACP,CAAA;AACH,CAAC,CAAA;AAED,eAAe,QAAQ,CAAA"}
@@ -0,0 +1 @@
1
+ export { default } from './ListItem';
@@ -0,0 +1,2 @@
1
+ export { default } from './ListItem';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/сomponents/ListItem/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA"}
@@ -0,0 +1,38 @@
1
+ import { ReactElement } from 'react';
2
+ import { IThemeProps, TStyles } from '../../constants';
3
+ export type TInteractivePosition = 'left' | 'right';
4
+ export type TInteractiveElement = 'radio-button' | 'checkbox' | 'toggle';
5
+ export type TNotInteractiveElement = 'icon' | 'indicator' | 'no-element';
6
+ export type TIndicatorColor = 'blue' | 'pink' | 'orange' | 'violet' | 'cactus' | 'lime' | 'grey';
7
+ export interface InteractiveItemProps {
8
+ type: 'interactive';
9
+ position?: TInteractivePosition;
10
+ element: TInteractiveElement;
11
+ isSelected?: boolean;
12
+ isIndicator?: boolean;
13
+ color?: TIndicatorColor;
14
+ onChange: () => void;
15
+ }
16
+ export interface NotInteractiveIconItemProps {
17
+ element: 'icon';
18
+ icon: ReactElement;
19
+ }
20
+ export interface NotInteractiveIndicatorItemProps {
21
+ element: 'indicator';
22
+ color?: TIndicatorColor;
23
+ isSelected?: boolean;
24
+ }
25
+ export interface NotInteractiveNoElementItemProps {
26
+ element: 'no-element';
27
+ isSelected?: boolean;
28
+ secondaryText?: string;
29
+ secondaryTextColor?: string;
30
+ }
31
+ export type NotInteractiveItemProps = (NotInteractiveIconItemProps | NotInteractiveIndicatorItemProps | NotInteractiveNoElementItemProps) & {
32
+ type: 'not-interactive';
33
+ };
34
+ export type IListItemProps = IThemeProps & (InteractiveItemProps | NotInteractiveItemProps) & {
35
+ text: string;
36
+ isDisabled?: boolean;
37
+ textStyles?: TStyles;
38
+ };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/ListItem/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { ILoaderProps } from './types';
2
+ import '../../styles/styles.scss';
3
+ declare const Loader: ({ isLoader, isFullScreen, isTextItalic, title, textSize, width, iconSize, color, backgroundColor, theme, }: ILoaderProps) => import("react/jsx-runtime").JSX.Element | null;
4
+ export default Loader;
@@ -0,0 +1,40 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ import classNames from 'classnames';
14
+ import { COLORS, FONT_SIZE, LINE_HEIGHT, THEME } from '../../constants';
15
+ import { getColor, isDarkTheme } from '../../helpers';
16
+ import { ReactComponent as LoaderIcon } from '../../assets/icons/loader.svg';
17
+ import '../../styles/styles.scss';
18
+ var Loader = function (_a) {
19
+ var isLoader = _a.isLoader, _b = _a.isFullScreen, isFullScreen = _b === void 0 ? true : _b, _c = _a.isTextItalic, isTextItalic = _c === void 0 ? false : _c, title = _a.title, _d = _a.textSize, textSize = _d === void 0 ? 'small' : _d, _e = _a.width, width = _e === void 0 ? 150 : _e, _f = _a.iconSize, iconSize = _f === void 0 ? 25 : _f, color = _a.color, backgroundColor = _a.backgroundColor, _g = _a.theme, theme = _g === void 0 ? THEME.default : _g;
20
+ var loaderColor = getColor(color, COLORS.blue);
21
+ var getTextStyles = function () { return ({
22
+ fontSize: FONT_SIZE[textSize],
23
+ fontStyle: isTextItalic ? 'italic' : 'normal',
24
+ lineHeight: LINE_HEIGHT[textSize],
25
+ }); };
26
+ var getBackgroundColor = function () {
27
+ var colorForDefaultTheme = isFullScreen ? COLORS.lighterGray : COLORS.white;
28
+ var defaultColor = isDarkTheme(theme) ? COLORS.white3 : colorForDefaultTheme;
29
+ return getColor(backgroundColor, defaultColor);
30
+ };
31
+ if (!isLoader) {
32
+ return null;
33
+ }
34
+ return (_jsx("div", __assign({ className: classNames({
35
+ 'smartapp-loader-wrapper': true,
36
+ 'smartapp-loader-wrapper__full-screen': isFullScreen,
37
+ }), style: { background: getBackgroundColor() } }, { children: _jsxs("div", __assign({ className: "smartapp-loader", style: { width: "".concat(width, "px") } }, { children: [_jsx(LoaderIcon, { className: "smartapp-loader__icon", width: iconSize, height: iconSize, style: { color: loaderColor } }), title && (_jsx("p", __assign({ className: "smartapp-loader__title", style: getTextStyles() }, { children: title })))] })) })));
38
+ };
39
+ export default Loader;
40
+ //# sourceMappingURL=Loader.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Loader.js","sourceRoot":"","sources":["../../../../src/сomponents/Loader/Loader.tsx"],"names":[],"mappings":";;;;;;;;;;;;AACA,OAAO,UAAU,MAAM,YAAY,CAAA;AAEnC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAA;AACvE,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AACrD,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,+BAA+B,CAAA;AAC5E,OAAO,0BAA0B,CAAA;AAEjC,IAAM,MAAM,GAAG,UAAC,EAWD;QAVb,QAAQ,cAAA,EACR,oBAAmB,EAAnB,YAAY,mBAAG,IAAI,KAAA,EACnB,oBAAoB,EAApB,YAAY,mBAAG,KAAK,KAAA,EACpB,KAAK,WAAA,EACL,gBAAkB,EAAlB,QAAQ,mBAAG,OAAO,KAAA,EAClB,aAAW,EAAX,KAAK,mBAAG,GAAG,KAAA,EACX,gBAAa,EAAb,QAAQ,mBAAG,EAAE,KAAA,EACb,KAAK,WAAA,EACL,eAAe,qBAAA,EACf,aAAqB,EAArB,KAAK,mBAAG,KAAK,CAAC,OAAO,KAAA;IAErB,IAAM,WAAW,GAAG,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,CAAA;IAEhD,IAAM,aAAa,GAAG,cAAM,OAAA,CAAC;QAC3B,QAAQ,EAAE,SAAS,CAAC,QAAQ,CAAC;QAC7B,SAAS,EAAE,YAAY,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ;QAC7C,UAAU,EAAE,WAAW,CAAC,QAAQ,CAAC;KAClC,CAAC,EAJ0B,CAI1B,CAAA;IAEF,IAAM,kBAAkB,GAAG;QACzB,IAAM,oBAAoB,GAAG,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAA;QAC7E,IAAM,YAAY,GAAG,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,oBAAoB,CAAA;QAE9E,OAAO,QAAQ,CAAC,eAAe,EAAE,YAAY,CAAC,CAAA;IAChD,CAAC,CAAA;IAED,IAAI,CAAC,QAAQ,EAAE;QACb,OAAO,IAAI,CAAA;KACZ;IAED,OAAO,CACL,uBACE,SAAS,EAAE,UAAU,CAAC;YACpB,yBAAyB,EAAE,IAAI;YAC/B,sCAAsC,EAAE,YAAY;SACrD,CAAC,EACF,KAAK,EAAE,EAAE,UAAU,EAAE,kBAAkB,EAAE,EAAE,gBAE3C,wBAAK,SAAS,EAAC,iBAAiB,EAAC,KAAK,EAAE,EAAE,KAAK,EAAE,UAAG,KAAK,OAAI,EAAE,iBAC7D,KAAC,UAAU,IAAC,SAAS,EAAC,uBAAuB,EAAC,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,GAAI,EACjH,KAAK,IAAI,CACR,qBAAG,SAAS,EAAC,wBAAwB,EAAC,KAAK,EAAE,aAAa,EAAE,gBACzD,KAAK,IACJ,CACL,KACG,IACF,CACP,CAAA;AACH,CAAC,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -0,0 +1 @@
1
+ export { default } from './Loader';
@@ -0,0 +1,2 @@
1
+ export { default } from './Loader';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/сomponents/Loader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { IThemeProps } from '../../constants';
2
+ export interface ILoaderProps extends IThemeProps {
3
+ isLoader: boolean;
4
+ isFullScreen?: boolean;
5
+ isTextItalic?: boolean;
6
+ title?: string;
7
+ textSize?: 'small' | 'default' | 'large';
8
+ width?: number;
9
+ iconSize?: number;
10
+ color?: string;
11
+ backgroundColor?: string;
12
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/Loader/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { IModalProps } from './types';
2
+ import '../../styles/styles.scss';
3
+ declare const Modal: ({ isModalOpen, isClosableOutside, isCloseIconHidden, layoutType, content, bottomContent, handleCloseModal, title, platform, titleStyles, contentStyles, iconColor, backgroundColor, }: IModalProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Modal;
@@ -0,0 +1,53 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ import { useEffect, useRef, useState } from 'react';
14
+ import Popup from 'reactjs-popup';
15
+ import { isNil } from 'lodash';
16
+ import classNames from 'classnames';
17
+ import ScrollBar from '../ScrollBar';
18
+ import { ReactComponent as CloseIcon } from '../../assets/icons/cancel-cross.svg';
19
+ import { CLOSABLE_CLASS_NAME, FIXED_WIDTH_CLASS_NAME, LAYOUT_TYPE, PLATFORM } from '../../constants';
20
+ import { getClassNames, getColor, isMobilePlatform, isModalHasFixedWidth } from '../../helpers';
21
+ import '../../styles/styles.scss';
22
+ var Modal = function (_a) {
23
+ var isModalOpen = _a.isModalOpen, _b = _a.isClosableOutside, isClosableOutside = _b === void 0 ? true : _b, isCloseIconHidden = _a.isCloseIconHidden, _c = _a.layoutType, layoutType = _c === void 0 ? LAYOUT_TYPE.minimal : _c, content = _a.content, bottomContent = _a.bottomContent, handleCloseModal = _a.handleCloseModal, title = _a.title, _d = _a.platform, platform = _d === void 0 ? PLATFORM.web : _d, titleStyles = _a.titleStyles, contentStyles = _a.contentStyles, iconColor = _a.iconColor, backgroundColor = _a.backgroundColor;
24
+ var isCloseIconNotVisible = isNil(isCloseIconHidden) ? isMobilePlatform(platform) : isCloseIconHidden;
25
+ var additionalClassName = isModalHasFixedWidth({ layoutType: layoutType, platform: platform }) ? [platform, FIXED_WIDTH_CLASS_NAME] : [platform];
26
+ var popupAdditionalClassName = isClosableOutside ? [platform, CLOSABLE_CLASS_NAME] : [platform];
27
+ var ref = useRef(null);
28
+ var _e = useState(''), containerHeight = _e[0], setContainerHeight = _e[1];
29
+ var handleMouseDown = function (event) { return event.stopPropagation(); };
30
+ var handleSetContainerHeight = function (contentRef) {
31
+ if (contentRef) {
32
+ var height = contentRef.getBoundingClientRect().height;
33
+ setContainerHeight("".concat(height, "px"));
34
+ }
35
+ };
36
+ useEffect(function () {
37
+ document.documentElement.style.setProperty('--modal-background', getColor(backgroundColor));
38
+ }, [backgroundColor]);
39
+ useEffect(function () {
40
+ var checkIfClickedOutside = function (e) {
41
+ if (isModalOpen && isClosableOutside && ref.current && !ref.current.contains(e.target)) {
42
+ handleCloseModal();
43
+ }
44
+ };
45
+ document === null || document === void 0 ? void 0 : document.addEventListener('click', checkIfClickedOutside, true);
46
+ return function () {
47
+ document === null || document === void 0 ? void 0 : document.removeEventListener('click', checkIfClickedOutside, true);
48
+ };
49
+ }, [isModalOpen, isClosableOutside, handleCloseModal]);
50
+ return (_jsx(Popup, __assign({ className: getClassNames({ className: 'modal', delimiter: '-', additionalClassName: popupAdditionalClassName }), closeOnDocumentClick: isClosableOutside, modal: true, open: isModalOpen }, { children: _jsx("div", __assign({ ref: ref, className: getClassNames({ className: 'smartapp-modal', delimiter: '__', additionalClassName: additionalClassName }), onMouseDown: handleMouseDown }, { children: _jsxs("div", __assign({ className: getClassNames({ className: 'smartapp-modal__content', delimiter: '--', additionalClassName: platform }), style: contentStyles }, { children: [title && (_jsx("p", __assign({ className: "smartapp-modal__content--title", style: titleStyles }, { children: title }))), isClosableOutside && !isCloseIconNotVisible && (_jsx("div", __assign({ onClick: handleCloseModal, className: "smartapp-modal__content--close-icon" }, { children: _jsx(CloseIcon, { style: { color: getColor(iconColor) } }) }))), _jsx(ScrollBar, { content: _jsx("div", __assign({ ref: handleSetContainerHeight, className: classNames('smartapp-modal__content--pr', { 'smartapp-modal__content--pb': !bottomContent }) }, { children: content })), containerHeight: containerHeight }), bottomContent && (_jsx("div", __assign({ className: classNames('smartapp-modal__content--bottom', 'smartapp-modal__content--pr', 'smartapp-modal__content--pb') }, { children: bottomContent })))] })) })) })));
51
+ };
52
+ export default Modal;
53
+ //# sourceMappingURL=Modal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Modal.js","sourceRoot":"","sources":["../../../../src/сomponents/Modal/Modal.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export { default } from './Modal';
@@ -0,0 +1,2 @@
1
+ export { default } from './Modal';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/сomponents/Modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA"}
@@ -0,0 +1,15 @@
1
+ import { ReactElement } from 'react';
2
+ import { ICommonProps, ILayoutTypeProps, TStyles } from '../../constants';
3
+ export interface IModalProps extends ICommonProps, ILayoutTypeProps {
4
+ isModalOpen: boolean;
5
+ isClosableOutside?: boolean;
6
+ isCloseIconHidden?: boolean;
7
+ content: ReactElement;
8
+ bottomContent?: ReactElement;
9
+ handleCloseModal: () => void;
10
+ title?: string;
11
+ titleStyles?: TStyles;
12
+ contentStyles?: TStyles;
13
+ iconColor?: string;
14
+ backgroundColor?: string;
15
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/Modal/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import { INotificationProps } from './types';
2
+ import '../../styles/styles.scss';
3
+ export declare const INDEFINITELY_FULL_SCREEN_POSITION: {
4
+ right: string;
5
+ left: string;
6
+ };
7
+ declare const Notification: ({ theme, platform, id, type, isAutoHidden, layoutType, isAllIndefinitelyNeedToBeClosed, indefinitelyFullScreenPosition, hideDuration, distanceFromBottom, title, avatar, text, subText, iconColor, action, onClose, }: INotificationProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default Notification;