@expressms/smartapp-ui 3.0.0-alpha.22 → 3.0.0-alpha.23

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 (481) hide show
  1. package/build/main/assets/icons/accepted-invite-status.svg +4 -0
  2. package/build/main/assets/icons/arrow-back.svg +3 -0
  3. package/build/main/assets/icons/arrow-down.svg +3 -0
  4. package/build/main/assets/icons/arrow-up.svg +3 -0
  5. package/build/main/assets/icons/attachment-loader.svg +3 -0
  6. package/build/main/assets/icons/avatar-arrow-down.svg +3 -0
  7. package/build/main/assets/icons/avatar-arrow-up.svg +3 -0
  8. package/build/main/assets/icons/avatar-loader.svg +3 -0
  9. package/build/main/assets/icons/button-loader.svg +3 -0
  10. package/build/main/assets/icons/calendar-arrow-next.svg +3 -0
  11. package/build/main/assets/icons/calendar-arrow-prev.svg +3 -0
  12. package/build/main/assets/icons/check-mark-square.svg +4 -0
  13. package/build/main/assets/icons/check-mark.svg +4 -0
  14. package/build/main/assets/icons/chip-info.svg +5 -0
  15. package/build/main/assets/icons/clear.svg +3 -0
  16. package/build/main/assets/icons/close-modal.svg +3 -0
  17. package/build/main/assets/icons/close-stories.svg +4 -0
  18. package/build/main/assets/icons/close.svg +3 -0
  19. package/build/main/assets/icons/contact-info.svg +5 -0
  20. package/build/main/assets/icons/corporate-user.svg +3 -0
  21. package/build/main/assets/icons/crown.svg +5 -0
  22. package/build/main/assets/icons/declined-invite-status.svg +4 -0
  23. package/build/main/assets/icons/delete-chip.svg +3 -0
  24. package/build/main/assets/icons/distribution.svg +12 -0
  25. package/build/main/assets/icons/doc-small.svg +11 -0
  26. package/build/main/assets/icons/doc.svg +11 -0
  27. package/build/main/assets/icons/error.svg +5 -0
  28. package/build/main/assets/icons/external-link.svg +3 -0
  29. package/build/main/assets/icons/eye-off.svg +5 -0
  30. package/build/main/assets/icons/eye-on.svg +4 -0
  31. package/build/main/assets/icons/file-small.svg +11 -0
  32. package/build/main/assets/icons/file.svg +11 -0
  33. package/build/main/assets/icons/global-address-book-user.svg +4 -0
  34. package/build/main/assets/icons/group.svg +3 -0
  35. package/build/main/assets/icons/indeterminate-check-mark-square.svg +4 -0
  36. package/build/main/assets/icons/info.svg +5 -0
  37. package/build/main/assets/icons/input-arrow-down.svg +3 -0
  38. package/build/main/assets/icons/input-arrow-up.svg +3 -0
  39. package/build/main/assets/icons/loader.svg +3 -0
  40. package/build/main/assets/icons/logout.svg +4 -0
  41. package/build/main/assets/icons/magnifying-glass.svg +3 -0
  42. package/build/main/assets/icons/mail.svg +3 -0
  43. package/build/main/assets/icons/meeting-room.svg +3 -0
  44. package/build/main/assets/icons/more.svg +3 -0
  45. package/build/main/assets/icons/my-contacts-user.svg +3 -0
  46. package/build/main/assets/icons/needs-action-invite-status.svg +4 -0
  47. package/build/main/assets/icons/notification-close.svg +3 -0
  48. package/build/main/assets/icons/notification-failure.svg +3 -0
  49. package/build/main/assets/icons/notification-info.svg +5 -0
  50. package/build/main/assets/icons/notification-success.svg +4 -0
  51. package/build/main/assets/icons/order.svg +6 -0
  52. package/build/main/assets/icons/pdf-small.svg +11 -0
  53. package/build/main/assets/icons/pdf.svg +11 -0
  54. package/build/main/assets/icons/play-small.svg +3 -0
  55. package/build/main/assets/icons/play.svg +3 -0
  56. package/build/main/assets/icons/plus.svg +4 -0
  57. package/build/main/assets/icons/ppt-small.svg +11 -0
  58. package/build/main/assets/icons/ppt.svg +11 -0
  59. package/build/main/assets/icons/private.svg +12 -0
  60. package/build/main/assets/icons/refresh.svg +3 -0
  61. package/build/main/assets/icons/search.svg +3 -0
  62. package/build/main/assets/icons/story-loader.svg +3 -0
  63. package/build/main/assets/icons/tick.svg +10 -0
  64. package/build/main/assets/icons/trash.svg +3 -0
  65. package/build/main/assets/icons/txt-small.svg +11 -0
  66. package/build/main/assets/icons/txt.svg +11 -0
  67. package/build/main/assets/icons/unread-mails.svg +4 -0
  68. package/build/main/assets/icons/warning-avatar.svg +4 -0
  69. package/build/main/assets/icons/xls-small.svg +11 -0
  70. package/build/main/assets/icons/xls.svg +11 -0
  71. package/build/main/assets/storybook/index.d.ts +24 -0
  72. package/build/main/assets/storybook/index.js +25 -0
  73. package/build/main/assets/storybook/index.js.map +1 -0
  74. package/build/main/constants/constants.d.ts +198 -0
  75. package/build/main/constants/constants.js +218 -0
  76. package/build/main/constants/constants.js.map +1 -0
  77. package/build/main/constants/index.d.ts +2 -0
  78. package/build/main/constants/index.js +3 -0
  79. package/build/main/constants/index.js.map +1 -0
  80. package/build/main/constants/types.d.ts +58 -0
  81. package/build/main/constants/types.js +2 -0
  82. package/build/main/constants/types.js.map +1 -0
  83. package/build/main/helpers/index.d.ts +31 -0
  84. package/build/main/helpers/index.js +183 -0
  85. package/build/main/helpers/index.js.map +1 -0
  86. package/build/main/hooks/useLongTap.d.ts +12 -0
  87. package/build/main/hooks/useLongTap.js +29 -0
  88. package/build/main/hooks/useLongTap.js.map +1 -0
  89. package/build/main/hooks/useModal.d.ts +22 -0
  90. package/build/main/hooks/useModal.js +61 -0
  91. package/build/main/hooks/useModal.js.map +1 -0
  92. package/build/main/index.d.ts +36 -0
  93. package/build/main/index.js +37 -0
  94. package/build/main/index.js.map +1 -0
  95. package/build/main/styles/index.d.ts +1 -0
  96. package/build/main/styles/index.js +2 -0
  97. package/build/main/styles/index.js.map +1 -0
  98. package/build/main/styles/main.js +6 -0
  99. package/build/main/styles/styles.scss +14 -0
  100. package/build/main//321/201omponents/ActionModal/ActionModal.d.ts +4 -0
  101. package/build/main//321/201omponents/ActionModal/ActionModal.js +53 -0
  102. package/build/main//321/201omponents/ActionModal/ActionModal.js.map +1 -0
  103. package/build/main//321/201omponents/ActionModal/index.d.ts +1 -0
  104. package/build/main//321/201omponents/ActionModal/index.js +2 -0
  105. package/build/main//321/201omponents/ActionModal/index.js.map +1 -0
  106. package/build/main//321/201omponents/ActionModal/types.d.ts +23 -0
  107. package/build/main//321/201omponents/ActionModal/types.js +2 -0
  108. package/build/main//321/201omponents/ActionModal/types.js.map +1 -0
  109. package/build/main//321/201omponents/AttachedFile/AttachedFile.d.ts +8 -0
  110. package/build/main//321/201omponents/AttachedFile/AttachedFile.js +146 -0
  111. package/build/main//321/201omponents/AttachedFile/AttachedFile.js.map +1 -0
  112. package/build/main//321/201omponents/AttachedFile/index.d.ts +1 -0
  113. package/build/main//321/201omponents/AttachedFile/index.js +2 -0
  114. package/build/main//321/201omponents/AttachedFile/index.js.map +1 -0
  115. package/build/main//321/201omponents/AttachedFile/types.d.ts +22 -0
  116. package/build/main//321/201omponents/AttachedFile/types.js +2 -0
  117. package/build/main//321/201omponents/AttachedFile/types.js.map +1 -0
  118. package/build/main//321/201omponents/Avatar/Avatar.d.ts +4 -0
  119. package/build/main//321/201omponents/Avatar/Avatar.js +243 -0
  120. package/build/main//321/201omponents/Avatar/Avatar.js.map +1 -0
  121. package/build/main//321/201omponents/Avatar/index.d.ts +1 -0
  122. package/build/main//321/201omponents/Avatar/index.js +2 -0
  123. package/build/main//321/201omponents/Avatar/index.js.map +1 -0
  124. package/build/main//321/201omponents/Avatar/types.d.ts +61 -0
  125. package/build/main//321/201omponents/Avatar/types.js +29 -0
  126. package/build/main//321/201omponents/Avatar/types.js.map +1 -0
  127. package/build/main//321/201omponents/Button/Button.d.ts +4 -0
  128. package/build/main//321/201omponents/Button/Button.js +62 -0
  129. package/build/main//321/201omponents/Button/Button.js.map +1 -0
  130. package/build/main//321/201omponents/Button/index.d.ts +1 -0
  131. package/build/main//321/201omponents/Button/index.js +2 -0
  132. package/build/main//321/201omponents/Button/index.js.map +1 -0
  133. package/build/main//321/201omponents/Button/types.d.ts +24 -0
  134. package/build/main//321/201omponents/Button/types.js +12 -0
  135. package/build/main//321/201omponents/Button/types.js.map +1 -0
  136. package/build/main//321/201omponents/CachedImage/CachedImage.d.ts +4 -0
  137. package/build/main//321/201omponents/CachedImage/CachedImage.js +59 -0
  138. package/build/main//321/201omponents/CachedImage/CachedImage.js.map +1 -0
  139. package/build/main//321/201omponents/CachedImage/helpers.d.ts +3 -0
  140. package/build/main//321/201omponents/CachedImage/helpers.js +40 -0
  141. package/build/main//321/201omponents/CachedImage/helpers.js.map +1 -0
  142. package/build/main//321/201omponents/CachedImage/index.d.ts +1 -0
  143. package/build/main//321/201omponents/CachedImage/index.js +2 -0
  144. package/build/main//321/201omponents/CachedImage/index.js.map +1 -0
  145. package/build/main//321/201omponents/CachedImage/types.d.ts +10 -0
  146. package/build/main//321/201omponents/CachedImage/types.js +2 -0
  147. package/build/main//321/201omponents/CachedImage/types.js.map +1 -0
  148. package/build/main//321/201omponents/Calendar/Calendar.d.ts +4 -0
  149. package/build/main//321/201omponents/Calendar/Calendar.js +145 -0
  150. package/build/main//321/201omponents/Calendar/Calendar.js.map +1 -0
  151. package/build/main//321/201omponents/Calendar/index.d.ts +1 -0
  152. package/build/main//321/201omponents/Calendar/index.js +2 -0
  153. package/build/main//321/201omponents/Calendar/index.js.map +1 -0
  154. package/build/main//321/201omponents/Calendar/types.d.ts +15 -0
  155. package/build/main//321/201omponents/Calendar/types.js +2 -0
  156. package/build/main//321/201omponents/Calendar/types.js.map +1 -0
  157. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.d.ts +4 -0
  158. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js +47 -0
  159. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js.map +1 -0
  160. package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.d.ts +4 -0
  161. package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.js +71 -0
  162. package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.js.map +1 -0
  163. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.d.ts +4 -0
  164. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js +42 -0
  165. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js.map +1 -0
  166. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.d.ts +4 -0
  167. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js +64 -0
  168. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js.map +1 -0
  169. package/build/main//321/201omponents/Charts/colors.d.ts +3 -0
  170. package/build/main//321/201omponents/Charts/colors.js +4 -0
  171. package/build/main//321/201omponents/Charts/colors.js.map +1 -0
  172. package/build/main//321/201omponents/Charts/constants.d.ts +42 -0
  173. package/build/main//321/201omponents/Charts/constants.js +42 -0
  174. package/build/main//321/201omponents/Charts/constants.js.map +1 -0
  175. package/build/main//321/201omponents/Charts/helpers.d.ts +17 -0
  176. package/build/main//321/201omponents/Charts/helpers.js +73 -0
  177. package/build/main//321/201omponents/Charts/helpers.js.map +1 -0
  178. package/build/main//321/201omponents/Charts/index.d.ts +3 -0
  179. package/build/main//321/201omponents/Charts/index.js +4 -0
  180. package/build/main//321/201omponents/Charts/index.js.map +1 -0
  181. package/build/main//321/201omponents/Charts/types.d.ts +89 -0
  182. package/build/main//321/201omponents/Charts/types.js +2 -0
  183. package/build/main//321/201omponents/Charts/types.js.map +1 -0
  184. package/build/main//321/201omponents/Charts/useEvents.d.ts +5 -0
  185. package/build/main//321/201omponents/Charts/useEvents.js +45 -0
  186. package/build/main//321/201omponents/Charts/useEvents.js.map +1 -0
  187. package/build/main//321/201omponents/Charts/usePieEvents.d.ts +6 -0
  188. package/build/main//321/201omponents/Charts/usePieEvents.js +57 -0
  189. package/build/main//321/201omponents/Charts/usePieEvents.js.map +1 -0
  190. package/build/main//321/201omponents/Checkbox/Checkbox.d.ts +8 -0
  191. package/build/main//321/201omponents/Checkbox/Checkbox.js +48 -0
  192. package/build/main//321/201omponents/Checkbox/Checkbox.js.map +1 -0
  193. package/build/main//321/201omponents/Checkbox/index.d.ts +1 -0
  194. package/build/main//321/201omponents/Checkbox/index.js +2 -0
  195. package/build/main//321/201omponents/Checkbox/index.js.map +1 -0
  196. package/build/main//321/201omponents/Checkbox/types.d.ts +14 -0
  197. package/build/main//321/201omponents/Checkbox/types.js +2 -0
  198. package/build/main//321/201omponents/Checkbox/types.js.map +1 -0
  199. package/build/main//321/201omponents/Chip/Chip.d.ts +4 -0
  200. package/build/main//321/201omponents/Chip/Chip.js +118 -0
  201. package/build/main//321/201omponents/Chip/Chip.js.map +1 -0
  202. package/build/main//321/201omponents/Chip/index.d.ts +1 -0
  203. package/build/main//321/201omponents/Chip/index.js +2 -0
  204. package/build/main//321/201omponents/Chip/index.js.map +1 -0
  205. package/build/main//321/201omponents/Chip/types.d.ts +28 -0
  206. package/build/main//321/201omponents/Chip/types.js +2 -0
  207. package/build/main//321/201omponents/Chip/types.js.map +1 -0
  208. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.d.ts +4 -0
  209. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js +63 -0
  210. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js.map +1 -0
  211. package/build/main//321/201omponents/ConfirmationModal/index.d.ts +1 -0
  212. package/build/main//321/201omponents/ConfirmationModal/index.js +2 -0
  213. package/build/main//321/201omponents/ConfirmationModal/index.js.map +1 -0
  214. package/build/main//321/201omponents/ConfirmationModal/types.d.ts +28 -0
  215. package/build/main//321/201omponents/ConfirmationModal/types.js +2 -0
  216. package/build/main//321/201omponents/ConfirmationModal/types.js.map +1 -0
  217. package/build/main//321/201omponents/ContextMenu/ContextMenu.d.ts +4 -0
  218. package/build/main//321/201omponents/ContextMenu/ContextMenu.js +81 -0
  219. package/build/main//321/201omponents/ContextMenu/ContextMenu.js.map +1 -0
  220. package/build/main//321/201omponents/ContextMenu/index.d.ts +1 -0
  221. package/build/main//321/201omponents/ContextMenu/index.js +2 -0
  222. package/build/main//321/201omponents/ContextMenu/index.js.map +1 -0
  223. package/build/main//321/201omponents/ContextMenu/types.d.ts +34 -0
  224. package/build/main//321/201omponents/ContextMenu/types.js +2 -0
  225. package/build/main//321/201omponents/ContextMenu/types.js.map +1 -0
  226. package/build/main//321/201omponents/CustomSelect/CustomSelect.d.ts +12 -0
  227. package/build/main//321/201omponents/CustomSelect/CustomSelect.js +248 -0
  228. package/build/main//321/201omponents/CustomSelect/CustomSelect.js.map +1 -0
  229. package/build/main//321/201omponents/CustomSelect/index.d.ts +1 -0
  230. package/build/main//321/201omponents/CustomSelect/index.js +2 -0
  231. package/build/main//321/201omponents/CustomSelect/index.js.map +1 -0
  232. package/build/main//321/201omponents/CustomSelect/selectStyles.d.ts +16 -0
  233. package/build/main//321/201omponents/CustomSelect/selectStyles.js +70 -0
  234. package/build/main//321/201omponents/CustomSelect/selectStyles.js.map +1 -0
  235. package/build/main//321/201omponents/CustomSelect/types.d.ts +69 -0
  236. package/build/main//321/201omponents/CustomSelect/types.js +2 -0
  237. package/build/main//321/201omponents/CustomSelect/types.js.map +1 -0
  238. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.d.ts +4 -0
  239. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js +58 -0
  240. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js.map +1 -0
  241. package/build/main//321/201omponents/CustomSelectProfiles/index.d.ts +1 -0
  242. package/build/main//321/201omponents/CustomSelectProfiles/index.js +2 -0
  243. package/build/main//321/201omponents/CustomSelectProfiles/index.js.map +1 -0
  244. package/build/main//321/201omponents/CustomSelectProfiles/types.d.ts +12 -0
  245. package/build/main//321/201omponents/CustomSelectProfiles/types.js +2 -0
  246. package/build/main//321/201omponents/CustomSelectProfiles/types.js.map +1 -0
  247. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.d.ts +4 -0
  248. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js +57 -0
  249. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js.map +1 -0
  250. package/build/main//321/201omponents/DragAndDrop/index.d.ts +1 -0
  251. package/build/main//321/201omponents/DragAndDrop/index.js +2 -0
  252. package/build/main//321/201omponents/DragAndDrop/index.js.map +1 -0
  253. package/build/main//321/201omponents/DragAndDrop/types.d.ts +24 -0
  254. package/build/main//321/201omponents/DragAndDrop/types.js +2 -0
  255. package/build/main//321/201omponents/DragAndDrop/types.js.map +1 -0
  256. package/build/main//321/201omponents/DraggablePopup/DraggablePopup.d.ts +4 -0
  257. package/build/main//321/201omponents/DraggablePopup/DraggablePopup.js +222 -0
  258. package/build/main//321/201omponents/DraggablePopup/DraggablePopup.js.map +1 -0
  259. package/build/main//321/201omponents/DraggablePopup/index.d.ts +1 -0
  260. package/build/main//321/201omponents/DraggablePopup/index.js +2 -0
  261. package/build/main//321/201omponents/DraggablePopup/index.js.map +1 -0
  262. package/build/main//321/201omponents/DraggablePopup/types.d.ts +90 -0
  263. package/build/main//321/201omponents/DraggablePopup/types.js +2 -0
  264. package/build/main//321/201omponents/DraggablePopup/types.js.map +1 -0
  265. package/build/main//321/201omponents/Error/Error.d.ts +4 -0
  266. package/build/main//321/201omponents/Error/Error.js +23 -0
  267. package/build/main//321/201omponents/Error/Error.js.map +1 -0
  268. package/build/main//321/201omponents/Error/index.d.ts +1 -0
  269. package/build/main//321/201omponents/Error/index.js +2 -0
  270. package/build/main//321/201omponents/Error/index.js.map +1 -0
  271. package/build/main//321/201omponents/Error/types.d.ts +10 -0
  272. package/build/main//321/201omponents/Error/types.js +2 -0
  273. package/build/main//321/201omponents/Error/types.js.map +1 -0
  274. package/build/main//321/201omponents/Flex/Flex.d.ts +2 -0
  275. package/build/main//321/201omponents/Flex/Flex.js +35 -0
  276. package/build/main//321/201omponents/Flex/Flex.js.map +1 -0
  277. package/build/main//321/201omponents/Flex/HFlex/HFlex.d.ts +5 -0
  278. package/build/main//321/201omponents/Flex/HFlex/HFlex.js +16 -0
  279. package/build/main//321/201omponents/Flex/HFlex/HFlex.js.map +1 -0
  280. package/build/main//321/201omponents/Flex/HFlex/index.d.ts +1 -0
  281. package/build/main//321/201omponents/Flex/HFlex/index.js +2 -0
  282. package/build/main//321/201omponents/Flex/HFlex/index.js.map +1 -0
  283. package/build/main//321/201omponents/Flex/VFlex/VFlex.d.ts +5 -0
  284. package/build/main//321/201omponents/Flex/VFlex/VFlex.js +16 -0
  285. package/build/main//321/201omponents/Flex/VFlex/VFlex.js.map +1 -0
  286. package/build/main//321/201omponents/Flex/VFlex/index.d.ts +1 -0
  287. package/build/main//321/201omponents/Flex/VFlex/index.js +2 -0
  288. package/build/main//321/201omponents/Flex/VFlex/index.js.map +1 -0
  289. package/build/main//321/201omponents/Flex/index.d.ts +3 -0
  290. package/build/main//321/201omponents/Flex/index.js +4 -0
  291. package/build/main//321/201omponents/Flex/index.js.map +1 -0
  292. package/build/main//321/201omponents/Flex/types.d.ts +19 -0
  293. package/build/main//321/201omponents/Flex/types.js +2 -0
  294. package/build/main//321/201omponents/Flex/types.js.map +1 -0
  295. package/build/main//321/201omponents/Header/Header.d.ts +5 -0
  296. package/build/main//321/201omponents/Header/Header.js +125 -0
  297. package/build/main//321/201omponents/Header/Header.js.map +1 -0
  298. package/build/main//321/201omponents/Header/index.d.ts +1 -0
  299. package/build/main//321/201omponents/Header/index.js +2 -0
  300. package/build/main//321/201omponents/Header/index.js.map +1 -0
  301. package/build/main//321/201omponents/Header/types.d.ts +47 -0
  302. package/build/main//321/201omponents/Header/types.js +2 -0
  303. package/build/main//321/201omponents/Header/types.js.map +1 -0
  304. package/build/main//321/201omponents/Input/Input.d.ts +4 -0
  305. package/build/main//321/201omponents/Input/Input.js +182 -0
  306. package/build/main//321/201omponents/Input/Input.js.map +1 -0
  307. package/build/main//321/201omponents/Input/index.d.ts +1 -0
  308. package/build/main//321/201omponents/Input/index.js +2 -0
  309. package/build/main//321/201omponents/Input/index.js.map +1 -0
  310. package/build/main//321/201omponents/Input/types.d.ts +27 -0
  311. package/build/main//321/201omponents/Input/types.js +2 -0
  312. package/build/main//321/201omponents/Input/types.js.map +1 -0
  313. package/build/main//321/201omponents/ListItem/ListItem.d.ts +23 -0
  314. package/build/main//321/201omponents/ListItem/ListItem.js +203 -0
  315. package/build/main//321/201omponents/ListItem/ListItem.js.map +1 -0
  316. package/build/main//321/201omponents/ListItem/index.d.ts +1 -0
  317. package/build/main//321/201omponents/ListItem/index.js +2 -0
  318. package/build/main//321/201omponents/ListItem/index.js.map +1 -0
  319. package/build/main//321/201omponents/ListItem/types.d.ts +41 -0
  320. package/build/main//321/201omponents/ListItem/types.js +2 -0
  321. package/build/main//321/201omponents/ListItem/types.js.map +1 -0
  322. package/build/main//321/201omponents/Loader/Loader.d.ts +4 -0
  323. package/build/main//321/201omponents/Loader/Loader.js +44 -0
  324. package/build/main//321/201omponents/Loader/Loader.js.map +1 -0
  325. package/build/main//321/201omponents/Loader/index.d.ts +1 -0
  326. package/build/main//321/201omponents/Loader/index.js +2 -0
  327. package/build/main//321/201omponents/Loader/index.js.map +1 -0
  328. package/build/main//321/201omponents/Loader/types.d.ts +18 -0
  329. package/build/main//321/201omponents/Loader/types.js +2 -0
  330. package/build/main//321/201omponents/Loader/types.js.map +1 -0
  331. package/build/main//321/201omponents/Modal/Modal.d.ts +4 -0
  332. package/build/main//321/201omponents/Modal/Modal.js +259 -0
  333. package/build/main//321/201omponents/Modal/Modal.js.map +1 -0
  334. package/build/main//321/201omponents/Modal/index.d.ts +1 -0
  335. package/build/main//321/201omponents/Modal/index.js +2 -0
  336. package/build/main//321/201omponents/Modal/index.js.map +1 -0
  337. package/build/main//321/201omponents/Modal/types.d.ts +41 -0
  338. package/build/main//321/201omponents/Modal/types.js +2 -0
  339. package/build/main//321/201omponents/Modal/types.js.map +1 -0
  340. package/build/main//321/201omponents/Notification/Notification.d.ts +8 -0
  341. package/build/main//321/201omponents/Notification/Notification.js +199 -0
  342. package/build/main//321/201omponents/Notification/Notification.js.map +1 -0
  343. package/build/main//321/201omponents/Notification/index.d.ts +1 -0
  344. package/build/main//321/201omponents/Notification/index.js +2 -0
  345. package/build/main//321/201omponents/Notification/index.js.map +1 -0
  346. package/build/main//321/201omponents/Notification/types.d.ts +44 -0
  347. package/build/main//321/201omponents/Notification/types.js +2 -0
  348. package/build/main//321/201omponents/Notification/types.js.map +1 -0
  349. package/build/main//321/201omponents/Profile/Profile.d.ts +4 -0
  350. package/build/main//321/201omponents/Profile/Profile.js +42 -0
  351. package/build/main//321/201omponents/Profile/Profile.js.map +1 -0
  352. package/build/main//321/201omponents/Profile/index.d.ts +1 -0
  353. package/build/main//321/201omponents/Profile/index.js +2 -0
  354. package/build/main//321/201omponents/Profile/index.js.map +1 -0
  355. package/build/main//321/201omponents/Profile/types.d.ts +14 -0
  356. package/build/main//321/201omponents/Profile/types.js +2 -0
  357. package/build/main//321/201omponents/Profile/types.js.map +1 -0
  358. package/build/main//321/201omponents/ProgressBar/ProgressBar.d.ts +4 -0
  359. package/build/main//321/201omponents/ProgressBar/ProgressBar.js +66 -0
  360. package/build/main//321/201omponents/ProgressBar/ProgressBar.js.map +1 -0
  361. package/build/main//321/201omponents/ProgressBar/index.d.ts +1 -0
  362. package/build/main//321/201omponents/ProgressBar/index.js +2 -0
  363. package/build/main//321/201omponents/ProgressBar/index.js.map +1 -0
  364. package/build/main//321/201omponents/ProgressBar/types.d.ts +7 -0
  365. package/build/main//321/201omponents/ProgressBar/types.js +2 -0
  366. package/build/main//321/201omponents/ProgressBar/types.js.map +1 -0
  367. package/build/main//321/201omponents/RadioButton/RadioButton.d.ts +4 -0
  368. package/build/main//321/201omponents/RadioButton/RadioButton.js +33 -0
  369. package/build/main//321/201omponents/RadioButton/RadioButton.js.map +1 -0
  370. package/build/main//321/201omponents/RadioButton/index.d.ts +1 -0
  371. package/build/main//321/201omponents/RadioButton/index.js +2 -0
  372. package/build/main//321/201omponents/RadioButton/index.js.map +1 -0
  373. package/build/main//321/201omponents/RadioButton/types.d.ts +12 -0
  374. package/build/main//321/201omponents/RadioButton/types.js +2 -0
  375. package/build/main//321/201omponents/RadioButton/types.js.map +1 -0
  376. package/build/main//321/201omponents/ScrollBar/ScrollBar.d.ts +5 -0
  377. package/build/main//321/201omponents/ScrollBar/ScrollBar.js +140 -0
  378. package/build/main//321/201omponents/ScrollBar/ScrollBar.js.map +1 -0
  379. package/build/main//321/201omponents/ScrollBar/index.d.ts +1 -0
  380. package/build/main//321/201omponents/ScrollBar/index.js +2 -0
  381. package/build/main//321/201omponents/ScrollBar/index.js.map +1 -0
  382. package/build/main//321/201omponents/ScrollBar/types.d.ts +24 -0
  383. package/build/main//321/201omponents/ScrollBar/types.js +2 -0
  384. package/build/main//321/201omponents/ScrollBar/types.js.map +1 -0
  385. package/build/main//321/201omponents/Skeleton/Skeleton.d.ts +4 -0
  386. package/build/main//321/201omponents/Skeleton/Skeleton.js +59 -0
  387. package/build/main//321/201omponents/Skeleton/Skeleton.js.map +1 -0
  388. package/build/main//321/201omponents/Skeleton/index.d.ts +1 -0
  389. package/build/main//321/201omponents/Skeleton/index.js +2 -0
  390. package/build/main//321/201omponents/Skeleton/index.js.map +1 -0
  391. package/build/main//321/201omponents/Skeleton/types.d.ts +17 -0
  392. package/build/main//321/201omponents/Skeleton/types.js +2 -0
  393. package/build/main//321/201omponents/Skeleton/types.js.map +1 -0
  394. package/build/main//321/201omponents/Stories/Stories.d.ts +4 -0
  395. package/build/main//321/201omponents/Stories/Stories.js +338 -0
  396. package/build/main//321/201omponents/Stories/Stories.js.map +1 -0
  397. package/build/main//321/201omponents/Stories/index.d.ts +1 -0
  398. package/build/main//321/201omponents/Stories/index.js +2 -0
  399. package/build/main//321/201omponents/Stories/index.js.map +1 -0
  400. package/build/main//321/201omponents/Stories/types.d.ts +71 -0
  401. package/build/main//321/201omponents/Stories/types.js +16 -0
  402. package/build/main//321/201omponents/Stories/types.js.map +1 -0
  403. package/build/main//321/201omponents/Switcher/Switcher.d.ts +4 -0
  404. package/build/main//321/201omponents/Switcher/Switcher.js +34 -0
  405. package/build/main//321/201omponents/Switcher/Switcher.js.map +1 -0
  406. package/build/main//321/201omponents/Switcher/index.d.ts +1 -0
  407. package/build/main//321/201omponents/Switcher/index.js +2 -0
  408. package/build/main//321/201omponents/Switcher/index.js.map +1 -0
  409. package/build/main//321/201omponents/Switcher/types.d.ts +8 -0
  410. package/build/main//321/201omponents/Switcher/types.js +2 -0
  411. package/build/main//321/201omponents/Switcher/types.js.map +1 -0
  412. package/build/main//321/201omponents/SyncLoader/SyncLoader.d.ts +5 -0
  413. package/build/main//321/201omponents/SyncLoader/SyncLoader.js +65 -0
  414. package/build/main//321/201omponents/SyncLoader/SyncLoader.js.map +1 -0
  415. package/build/main//321/201omponents/SyncLoader/index.d.ts +1 -0
  416. package/build/main//321/201omponents/SyncLoader/index.js +2 -0
  417. package/build/main//321/201omponents/SyncLoader/index.js.map +1 -0
  418. package/build/main//321/201omponents/SyncLoader/types.d.ts +8 -0
  419. package/build/main//321/201omponents/SyncLoader/types.js +2 -0
  420. package/build/main//321/201omponents/SyncLoader/types.js.map +1 -0
  421. package/build/main//321/201omponents/Textarea/Textarea.d.ts +4 -0
  422. package/build/main//321/201omponents/Textarea/Textarea.js +59 -0
  423. package/build/main//321/201omponents/Textarea/Textarea.js.map +1 -0
  424. package/build/main//321/201omponents/Textarea/index.d.ts +1 -0
  425. package/build/main//321/201omponents/Textarea/index.js +2 -0
  426. package/build/main//321/201omponents/Textarea/index.js.map +1 -0
  427. package/build/main//321/201omponents/Textarea/types.d.ts +13 -0
  428. package/build/main//321/201omponents/Textarea/types.js +2 -0
  429. package/build/main//321/201omponents/Textarea/types.js.map +1 -0
  430. package/build/main//321/201omponents/Toggle/Toggle.d.ts +4 -0
  431. package/build/main//321/201omponents/Toggle/Toggle.js +35 -0
  432. package/build/main//321/201omponents/Toggle/Toggle.js.map +1 -0
  433. package/build/main//321/201omponents/Toggle/index.d.ts +1 -0
  434. package/build/main//321/201omponents/Toggle/index.js +2 -0
  435. package/build/main//321/201omponents/Toggle/index.js.map +1 -0
  436. package/build/main//321/201omponents/Toggle/types.d.ts +12 -0
  437. package/build/main//321/201omponents/Toggle/types.js +2 -0
  438. package/build/main//321/201omponents/Toggle/types.js.map +1 -0
  439. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.d.ts +4 -0
  440. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js +31 -0
  441. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js.map +1 -0
  442. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.d.ts +4 -0
  443. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js +88 -0
  444. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js.map +1 -0
  445. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.d.ts +4 -0
  446. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js +23 -0
  447. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js.map +1 -0
  448. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.d.ts +4 -0
  449. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js +129 -0
  450. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js.map +1 -0
  451. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.d.ts +3 -0
  452. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js +137 -0
  453. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js.map +1 -0
  454. package/build/main//321/201omponents/UserDropdown/Option/Option.d.ts +4 -0
  455. package/build/main//321/201omponents/UserDropdown/Option/Option.js +80 -0
  456. package/build/main//321/201omponents/UserDropdown/Option/Option.js.map +1 -0
  457. package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.d.ts +4 -0
  458. package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.js +44 -0
  459. package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.js.map +1 -0
  460. package/build/main//321/201omponents/UserDropdown/UserDropdown.d.ts +5 -0
  461. package/build/main//321/201omponents/UserDropdown/UserDropdown.js +549 -0
  462. package/build/main//321/201omponents/UserDropdown/UserDropdown.js.map +1 -0
  463. package/build/main//321/201omponents/UserDropdown/constants.d.ts +8 -0
  464. package/build/main//321/201omponents/UserDropdown/constants.js +10 -0
  465. package/build/main//321/201omponents/UserDropdown/constants.js.map +1 -0
  466. package/build/main//321/201omponents/UserDropdown/helpers.d.ts +105 -0
  467. package/build/main//321/201omponents/UserDropdown/helpers.js +143 -0
  468. package/build/main//321/201omponents/UserDropdown/helpers.js.map +1 -0
  469. package/build/main//321/201omponents/UserDropdown/index.d.ts +1 -0
  470. package/build/main//321/201omponents/UserDropdown/index.js +2 -0
  471. package/build/main//321/201omponents/UserDropdown/index.js.map +1 -0
  472. package/build/main//321/201omponents/UserDropdown/selectStyles.d.ts +15 -0
  473. package/build/main//321/201omponents/UserDropdown/selectStyles.js +69 -0
  474. package/build/main//321/201omponents/UserDropdown/selectStyles.js.map +1 -0
  475. package/build/main//321/201omponents/UserDropdown/types.d.ts +269 -0
  476. package/build/main//321/201omponents/UserDropdown/types.js +9 -0
  477. package/build/main//321/201omponents/UserDropdown/types.js.map +1 -0
  478. package/build/main//321/201omponents/types.d.ts +2 -0
  479. package/build/main//321/201omponents/types.js +2 -0
  480. package/build/main//321/201omponents/types.js.map +1 -0
  481. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.2 2.83325H13.1115C13.0385 3.15486 13 3.48956 13 3.83325C13 4.07136 13.0185 4.30514 13.0541 4.53325H5.2L12 8.78325L14.522 7.20699C14.9256 7.56347 15.3935 7.84866 15.9063 8.04288L12.901 9.92225C12.3485 10.2708 11.6515 10.2708 11.099 9.92225L5.2 6.23325V13.8833C5.2 14.3508 5.5825 14.7333 6.05 14.7333H17.95C18.4175 14.7333 18.8 14.3508 18.8 13.8833V8.14262C19.4379 7.95045 20.0161 7.62052 20.5 7.18741V14.7333C20.5 15.6683 19.735 16.4333 18.8 16.4333H5.2C4.265 16.4333 3.5 15.6683 3.5 14.7333L3.5085 4.53325C3.5085 3.59825 4.265 2.83325 5.2 2.83325Z" fill="#4799E3"/>
3
+ <path d="M15.7292 5.77083C16.2153 6.25694 16.8056 6.5 17.5 6.5C18.1944 6.5 18.7847 6.25694 19.2708 5.77083C19.7569 5.28472 20 4.69444 20 4C20 3.30556 19.7569 2.71528 19.2708 2.22917C18.7847 1.74306 18.1944 1.5 17.5 1.5C16.8056 1.5 16.2153 1.74306 15.7292 2.22917C15.2431 2.71528 15 3.30556 15 4C15 4.69444 15.2431 5.28472 15.7292 5.77083Z" fill="#4799E3"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="12" cy="12" r="12" fill="var(--color-bg-primary)"/>
3
+ <path d="M12.0039 8.25002C11.5914 8.25002 11.2539 8.58752 11.2539 9V12C11.2539 12.4125 11.5914 12.75 12.0039 12.75C12.4164 12.75 12.7539 12.4125 12.7539 12V9C12.7539 8.58752 12.4164 8.25002 12.0039 8.25002ZM12.0114 4.49994C16.1514 4.49994 19.5039 7.85998 19.5039 12C19.5039 16.14 16.1514 19.5 12.0114 19.5C7.86396 19.5 4.50392 16.14 4.50392 12C4.50392 7.85998 7.86396 4.49994 12.0114 4.49994ZM12.0039 18C15.3189 18 18.0039 15.315 18.0039 12C18.0039 8.685 15.3189 6.00002 12.0039 6.00002C8.68891 6.00002 6.00388 8.685 6.00388 12C6.00388 15.315 8.68891 18 12.0039 18ZM11.2539 15.75H12.7539V14.25H11.2539V15.75Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="29" height="28" viewBox="0 0 29 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.8999 5.60003C1.8999 3.28043 3.78031 1.40002 6.0999 1.40002H20.7999L27.0999 7.70002V22.4C27.0999 24.7196 25.2195 26.6 22.8999 26.6H6.0999C3.78031 26.6 1.8999 24.7196 1.8999 22.4V5.60003Z" fill="url(#paint0_linear_10697_53759)"/>
3
+ <path d="M20.7998 1.40002L27.0998 7.70002H23.9498C22.2101 7.70002 20.7998 6.2897 20.7998 4.54999V1.40002Z" fill="#00660A"/>
4
+ <path d="M18.3771 8.40002C19.7153 8.40002 20.8002 9.48487 20.8002 10.8231V18.5769C20.8002 19.9152 19.7153 21 18.3771 21H10.6233C9.28504 21 8.2002 19.9152 8.2002 18.5769V10.8231C8.2002 9.48487 9.28504 8.40002 10.6233 8.40002H18.3771ZM9.16943 18.5769C9.16943 19.3799 9.82034 20.0308 10.6233 20.0308H12.0393V17.1231H9.16943V18.5769ZM13.0085 20.0308H15.9162V17.1231H13.0085V20.0308ZM16.8854 20.0308H18.3771C19.1801 20.0308 19.831 19.3799 19.831 18.5769V17.1231H16.8854V20.0308ZM9.16943 16.1539H12.0393V13.2462H9.16943V16.1539ZM16.8854 16.1539H19.831V13.2462H16.8854V16.1539ZM13.0085 16.1539H15.9162V13.2462H13.0085V16.1539ZM10.6233 9.36926C9.82034 9.36926 9.16943 10.0202 9.16943 10.8231V12.2769H12.0393V9.36926H10.6233ZM14.5128 9.36799C14.5086 9.3681 14.5044 9.36926 14.5002 9.36926H13.0085V12.2769H15.9162V9.36799H14.5128ZM16.8949 9.40081V12.2769L19.831 12.2454V10.8231C19.831 10.0202 19.1801 9.36926 18.3771 9.36926L16.8949 9.40081Z" fill="white"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_10697_53759" x1="1.8999" y1="1.40002" x2="27.0999" y2="26.6" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#5CBB6C"/>
8
+ <stop offset="1" stop-color="#409A4F"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#paint0_linear_9008_51766)"/>
3
+ <path d="M29 2L38 11H33.5001C31.0147 11 29 8.98526 29 6.49995V2Z" fill="#00660A"/>
4
+ <path d="M25.5385 12C27.4502 12 29 13.5498 29 15.4615V26.5385C29 28.4502 27.4502 30 25.5385 30H14.4615C12.5498 30 11 28.4502 11 26.5385V15.4615C11 13.5498 12.5498 12 14.4615 12H25.5385ZM12.3846 26.5385C12.3846 27.6855 13.3145 28.6154 14.4615 28.6154H16.4844V24.4615H12.3846V26.5385ZM17.869 28.6154H22.0228V24.4615H17.869V28.6154ZM23.4075 28.6154H25.5385C26.6855 28.6154 27.6154 27.6855 27.6154 26.5385V24.4615H23.4075V28.6154ZM12.3846 23.0769H16.4844V18.9231H12.3846V23.0769ZM23.4075 23.0769H27.6154V18.9231H23.4075V23.0769ZM17.869 23.0769H22.0228V18.9231H17.869V23.0769ZM14.4615 13.3846C13.3145 13.3846 12.3846 14.3145 12.3846 15.4615V17.5385H16.4844V13.3846H14.4615ZM20.018 13.3828C20.012 13.383 20.006 13.3846 20 13.3846H17.869V17.5385H22.0228V13.3828H20.018ZM23.421 13.4297V17.5385L27.6154 17.4934V15.4615C27.6154 14.3145 26.6855 13.3846 25.5385 13.3846L23.421 13.4297Z" fill="white"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_9008_51766" x1="2" y1="2" x2="38" y2="38" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#5CBB6C"/>
8
+ <stop offset="1" stop-color="#409A4F"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,24 @@
1
+ export { ReactComponent as ConferenceIcon } from './conference.svg';
2
+ export { ReactComponent as CopyLinkIcon } from './copy-link.svg';
3
+ export { ReactComponent as CopyLinkBigIcon } from './copy-link-big.svg';
4
+ export { ReactComponent as CompanyIcon } from './company.svg';
5
+ export { ReactComponent as AttachmentIcon } from './attachment.svg';
6
+ export { ReactComponent as SignatureIcon } from './signature.svg';
7
+ export { ReactComponent as SendIcon } from './send.svg';
8
+ export { ReactComponent as SearchIcon } from './search.svg';
9
+ export { ReactComponent as FilterIcon } from './filter.svg';
10
+ export { ReactComponent as ForwardIcon } from './forward.svg';
11
+ export { ReactComponent as MoreIcon } from './more.svg';
12
+ export { ReactComponent as ReplyIcon } from './reply.svg';
13
+ export { ReactComponent as ReplyAllIcon } from './reply-all.svg';
14
+ export { ReactComponent as CheckIcon } from './check.svg';
15
+ export { ReactComponent as DownloadIcon } from './download.svg';
16
+ export { ReactComponent as DeleteIcon } from './delete.svg';
17
+ export { ReactComponent as UnreadMailIcon } from './unread-mail.svg';
18
+ export { ReactComponent as FavoriteMailIcon } from './favorite-mail.svg';
19
+ export { ReactComponent as DiskLoaderIcon } from './disk-loader.svg';
20
+ export { ReactComponent as EditIcon } from './edit.svg';
21
+ export { ReactComponent as CloseStoriesIcon } from './close-stories.svg';
22
+ export { ReactComponent as EditEventIcon } from './edit-event.svg';
23
+ export { ReactComponent as DeleteEventIcon } from './delete-event.svg';
24
+ export { ReactComponent as PaperclipIcon } from './paperclip.svg';
@@ -0,0 +1,25 @@
1
+ export { ReactComponent as ConferenceIcon } from './conference.svg';
2
+ export { ReactComponent as CopyLinkIcon } from './copy-link.svg';
3
+ export { ReactComponent as CopyLinkBigIcon } from './copy-link-big.svg';
4
+ export { ReactComponent as CompanyIcon } from './company.svg';
5
+ export { ReactComponent as AttachmentIcon } from './attachment.svg';
6
+ export { ReactComponent as SignatureIcon } from './signature.svg';
7
+ export { ReactComponent as SendIcon } from './send.svg';
8
+ export { ReactComponent as SearchIcon } from './search.svg';
9
+ export { ReactComponent as FilterIcon } from './filter.svg';
10
+ export { ReactComponent as ForwardIcon } from './forward.svg';
11
+ export { ReactComponent as MoreIcon } from './more.svg';
12
+ export { ReactComponent as ReplyIcon } from './reply.svg';
13
+ export { ReactComponent as ReplyAllIcon } from './reply-all.svg';
14
+ export { ReactComponent as CheckIcon } from './check.svg';
15
+ export { ReactComponent as DownloadIcon } from './download.svg';
16
+ export { ReactComponent as DeleteIcon } from './delete.svg';
17
+ export { ReactComponent as UnreadMailIcon } from './unread-mail.svg';
18
+ export { ReactComponent as FavoriteMailIcon } from './favorite-mail.svg';
19
+ export { ReactComponent as DiskLoaderIcon } from './disk-loader.svg';
20
+ export { ReactComponent as EditIcon } from './edit.svg';
21
+ export { ReactComponent as CloseStoriesIcon } from './close-stories.svg';
22
+ export { ReactComponent as EditEventIcon } from './edit-event.svg';
23
+ export { ReactComponent as DeleteEventIcon } from './delete-event.svg';
24
+ export { ReactComponent as PaperclipIcon } from './paperclip.svg';
25
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/assets/storybook/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACnE,OAAO,EAAE,cAAc,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAChE,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAA;AACvE,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AAC7D,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACnE,OAAO,EAAE,cAAc,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA;AACjE,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AACvD,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,cAAc,CAAA;AAC3D,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,cAAc,CAAA;AAC3D,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AAC7D,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AACvD,OAAO,EAAE,cAAc,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AACzD,OAAO,EAAE,cAAc,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAChE,OAAO,EAAE,cAAc,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AACzD,OAAO,EAAE,cAAc,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC/D,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,cAAc,CAAA;AAC3D,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,mBAAmB,CAAA;AACpE,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACxE,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,mBAAmB,CAAA;AACpE,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AACvD,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACxE,OAAO,EAAE,cAAc,IAAI,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAClE,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACtE,OAAO,EAAE,cAAc,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA"}
@@ -0,0 +1,198 @@
1
+ export declare enum COLORS {
2
+ lighterBlue = "#4799E30D",
3
+ lightBlue = "#5AA0E0",
4
+ blue = "#4799E3",
5
+ darkBlue = "#408ACD",
6
+ darkerBlue = "#3C82C1",
7
+ darkestBlue = "#000276",
8
+ purple = "#9370db",
9
+ white = "#FFFFFF",
10
+ white3 = "#FFFFFF03",
11
+ lightestGray = "#FCFCFC",
12
+ lighterGray = "#E0E4EC66",
13
+ gray = "#1111114D",
14
+ darkerGray = "#808080",
15
+ brightBlack = "#3D3D3D",
16
+ black = "#111111",
17
+ darkBlack = "#1A1A1A",
18
+ skeletonBg = "#F1F1F2",
19
+ skeletonDarkBg = "#313131",
20
+ inactiveAvatarGradientStart = "#C2C2C2",
21
+ inactiveAvatarGradientEnd = "#6F6F6F",
22
+ bgBlackoutTransparent = "rgba(0, 0, 0, 0.3)",
23
+ colorBgBlackoutTransparent = "var(--color-bg-blackout-transparent)",
24
+ selectBoxShadow = "rgba(0, 58, 133, 0.2)",
25
+ transparent = "transparent",
26
+ iconAccent = "var(--color-icon-accent)",
27
+ iconAccentPressed = "var(--color-icon-accent-pressed)",
28
+ iconContrast = "var(--color-icon-contrast)",
29
+ iconPrimary = "var(--color-icon-primary)",
30
+ iconSecondary = "var(--color-icon-secondary)",
31
+ iconNegative = "var(--color-icon-negative)",
32
+ iconTransparentPressed = "var(--color-icon-transparent-pressed)",
33
+ bgAccent = "var(--color-bg-accent)",
34
+ bgAccentHover = "var(--color-bg-accent-hover)",
35
+ bgAccentPressed = "var(--color-bg-accent-pressed)",
36
+ chip = "var(--color-chip)",
37
+ buttonPrimary = "var(--color-button-primary)",
38
+ buttonPrimaryHover = "var(--color-button-primary-hover)",
39
+ buttonPrimaryPressed = "var(--color-button-primary-pressed)",
40
+ colorBgPopUp = "var(--color-bg-pop-up)"
41
+ }
42
+ export declare const INPUT_TYPE_PASSWORD = "password";
43
+ export declare const INPUT_TYPE_TEXT = "text";
44
+ export declare const INPUT_TYPE_NUMBER = "number";
45
+ export declare const DEFAULT_INPUT_PADDING = 12;
46
+ export declare const MASK_INPUT_PL = 20;
47
+ export declare const ADDITIONAL_INPUT_PR = 18;
48
+ export declare const ENTER_KEY = "Enter";
49
+ export declare const BACKSPACE_KEY = "Backspace";
50
+ export declare const SPACE_KEY = "Space";
51
+ export declare const ADDITIONAL_MAX_CHARACTERS = 4;
52
+ export declare enum FONT_SIZE {
53
+ small = "14px",
54
+ default = "16px",
55
+ large = "22px"
56
+ }
57
+ export declare enum LINE_HEIGHT {
58
+ small = "19px",
59
+ default = "22px",
60
+ large = "30px"
61
+ }
62
+ export declare enum TITLE_SIZE {
63
+ small = "small",
64
+ major = "major"
65
+ }
66
+ export declare enum PLATFORM {
67
+ web = "web",
68
+ ios = "ios",
69
+ android = "android"
70
+ }
71
+ export declare enum THEME {
72
+ default = "default",
73
+ dark = "dark"
74
+ }
75
+ export declare enum FONT_FAMILY {
76
+ openSans = "Open Sans",
77
+ caveat = "Caveat",
78
+ oswald = "Oswald",
79
+ roboto = "Roboto",
80
+ onest = "Onest"
81
+ }
82
+ export declare const CANCEL_ACTION_TEXT = "\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C";
83
+ export declare const NUMBER_OF_STORIES_FOR_ROUND_INDICATORS = 5;
84
+ export declare const MIN_TEXTAREA_HEIGHT = 24;
85
+ export declare const DEFAULT_MIN_TEXTAREA_HEIGHT = 76;
86
+ export declare const CONTEXT_MENU_SAFE_SPACE = 15;
87
+ export declare const WEB_NOTIFICATION_DISTANCE_FROM_BOTTOM = 24;
88
+ export declare const MOBILE_NOTIFICATION_DISTANCE_FROM_BOTTOM = 40;
89
+ export declare const DEFAULT_HEADER_AVATAR_INDEX = 4;
90
+ export declare const AVATAR_DEGREES: number[];
91
+ export declare const AVATAR_COLOR_TOP: string[];
92
+ export declare const AVATAR_COLOR_TOP_PERCENTS: number[];
93
+ export declare const AVATAR_COLOR_MIDDLE: (string | null)[];
94
+ export declare const AVATAR_COLOR_MIDDLE_PERCENTS: (number | null)[];
95
+ export declare const AVATAR_COLOR_BOTTOM: string[];
96
+ export declare const AVATAR_COLOR_BOTTOM_PERCENTS: number[];
97
+ export declare const MAX_NUMBER_OF_CHARACTERS_IN_INITIALS = 2;
98
+ export declare enum LAYOUT_TYPE {
99
+ minimal = "minimal",
100
+ half = "half",
101
+ full = "full"
102
+ }
103
+ export declare enum VIEWPORTS {
104
+ webCollapsed = "webCollapsed",
105
+ webExpanded = "webExpanded",
106
+ iphone6 = "iphone6",
107
+ iphone12 = "iphone12",
108
+ galaxys5 = "galaxys5",
109
+ reset = "reset"
110
+ }
111
+ export declare enum INPUT_FIELD_TYPE {
112
+ text = "text",
113
+ search = "search"
114
+ }
115
+ export declare enum MENU_POSITIONS {
116
+ bottom = "bottom",
117
+ auto = "auto",
118
+ top = "top"
119
+ }
120
+ export declare enum MENU_LOCATION {
121
+ absolute = "absolute",
122
+ fixed = "fixed"
123
+ }
124
+ export declare const CREATABLE_MENU_LIST_MAX_HEIGHT = 248;
125
+ export declare const MENU_LIST_MAX_HEIGHT = 292;
126
+ export declare const DEFAULT_SCROLL_BAR_HIDE_DURATION = 2000;
127
+ export declare const DEFAULT_SCROLL_BAR_MARGIN = 0;
128
+ export declare enum LANGUAGES {
129
+ ru = "ru",
130
+ en = "en",
131
+ de = "de",
132
+ es = "es",
133
+ fr = "fr",
134
+ ar = "ar",
135
+ ms = "ms",
136
+ tr = "tr",
137
+ id = "id",
138
+ uz = "uz"
139
+ }
140
+ export declare enum HEADER_COLOR_BG {
141
+ grey = "grey",
142
+ blue = "blue"
143
+ }
144
+ export declare enum MODAL_BUTTONS_DIRECTION {
145
+ row = "row",
146
+ column = "column"
147
+ }
148
+ export declare const THEME_ARRAY: string[];
149
+ export declare const PLATFORM_ARRAY: string[];
150
+ export declare const LAYOUT_TYPE_ARRAY: string[];
151
+ export declare const MODAL_BUTTONS_DIRECTION_ARRAY: string[];
152
+ export declare const WIDTH_TYPE_SUMMARY = "1 | 2 | 3 | 4 | 5 | ... | 100";
153
+ export declare const STYLES_TYPE_DETAIL = "type TStyles = { [key: string]: number | string }";
154
+ export declare const AVATAR_TYPE_SUMMARY = "ReactElement | string | null";
155
+ export declare const USER_TYPE_DETAILS = "My contact | GAL contact | Private DL | Public DL | Meeting room | Room list";
156
+ export declare const CENTER = "center";
157
+ export declare const BOTTOM_SHEET = "bottom-sheet";
158
+ export declare const DIRECTION = "direction";
159
+ export declare const ROW = "row";
160
+ export declare enum EVENT_LISTENER_TYPES {
161
+ mouseup = "mouseup",
162
+ mousedown = "mousedown",
163
+ click = "click",
164
+ pointerup = "pointerup",
165
+ touchend = "touchend",
166
+ touchcancel = "touchcancel",
167
+ blur = "blur",
168
+ visibilityChange = "visibilitychange",
169
+ resize = "resize"
170
+ }
171
+ export declare enum POPUP_ON_EVENT_TYPE {
172
+ hover = "hover"
173
+ }
174
+ export declare const SPACE = " ";
175
+ export declare const FIT_CONTENT = "fit-content";
176
+ export declare enum POPUP_VERTICAL_POSITION {
177
+ bottom = "bottom",
178
+ top = "top"
179
+ }
180
+ export declare enum FILE_FORMATS {
181
+ pdf = "pdf",
182
+ doc = "doc",
183
+ docx = "docx",
184
+ xls = "xls",
185
+ xlsx = "xlsx",
186
+ ppt = "ppt",
187
+ pptx = "pptx",
188
+ txt = "txt",
189
+ file = "file",
190
+ mov = "mov",
191
+ mp4 = "mp4",
192
+ webm = "webm",
193
+ wmv = "wmv"
194
+ }
195
+ export declare const VIDEO_FORMATS: string[];
196
+ export declare const MODAL_ICONS_PADDING_LEFT = 12;
197
+ export declare const DRAGGABLE_KEY = "handle";
198
+ export declare const BUTTON = "button";
@@ -0,0 +1,218 @@
1
+ export var COLORS;
2
+ (function (COLORS) {
3
+ COLORS["lighterBlue"] = "#4799E30D";
4
+ COLORS["lightBlue"] = "#5AA0E0";
5
+ COLORS["blue"] = "#4799E3";
6
+ COLORS["darkBlue"] = "#408ACD";
7
+ COLORS["darkerBlue"] = "#3C82C1";
8
+ COLORS["darkestBlue"] = "#000276";
9
+ COLORS["purple"] = "#9370db";
10
+ COLORS["white"] = "#FFFFFF";
11
+ COLORS["white3"] = "#FFFFFF03";
12
+ COLORS["lightestGray"] = "#FCFCFC";
13
+ COLORS["lighterGray"] = "#E0E4EC66";
14
+ COLORS["gray"] = "#1111114D";
15
+ COLORS["darkerGray"] = "#808080";
16
+ COLORS["brightBlack"] = "#3D3D3D";
17
+ COLORS["black"] = "#111111";
18
+ COLORS["darkBlack"] = "#1A1A1A";
19
+ COLORS["skeletonBg"] = "#F1F1F2";
20
+ COLORS["skeletonDarkBg"] = "#313131";
21
+ COLORS["inactiveAvatarGradientStart"] = "#C2C2C2";
22
+ COLORS["inactiveAvatarGradientEnd"] = "#6F6F6F";
23
+ COLORS["bgBlackoutTransparent"] = "rgba(0, 0, 0, 0.3)";
24
+ COLORS["colorBgBlackoutTransparent"] = "var(--color-bg-blackout-transparent)";
25
+ COLORS["selectBoxShadow"] = "rgba(0, 58, 133, 0.2)";
26
+ COLORS["transparent"] = "transparent";
27
+ COLORS["iconAccent"] = "var(--color-icon-accent)";
28
+ COLORS["iconAccentPressed"] = "var(--color-icon-accent-pressed)";
29
+ COLORS["iconContrast"] = "var(--color-icon-contrast)";
30
+ COLORS["iconPrimary"] = "var(--color-icon-primary)";
31
+ COLORS["iconSecondary"] = "var(--color-icon-secondary)";
32
+ COLORS["iconNegative"] = "var(--color-icon-negative)";
33
+ COLORS["iconTransparentPressed"] = "var(--color-icon-transparent-pressed)";
34
+ COLORS["bgAccent"] = "var(--color-bg-accent)";
35
+ COLORS["bgAccentHover"] = "var(--color-bg-accent-hover)";
36
+ COLORS["bgAccentPressed"] = "var(--color-bg-accent-pressed)";
37
+ COLORS["chip"] = "var(--color-chip)";
38
+ COLORS["buttonPrimary"] = "var(--color-button-primary)";
39
+ COLORS["buttonPrimaryHover"] = "var(--color-button-primary-hover)";
40
+ COLORS["buttonPrimaryPressed"] = "var(--color-button-primary-pressed)";
41
+ COLORS["colorBgPopUp"] = "var(--color-bg-pop-up)";
42
+ })(COLORS || (COLORS = {}));
43
+ export var INPUT_TYPE_PASSWORD = 'password';
44
+ export var INPUT_TYPE_TEXT = 'text';
45
+ export var INPUT_TYPE_NUMBER = 'number';
46
+ export var DEFAULT_INPUT_PADDING = 12;
47
+ export var MASK_INPUT_PL = 20;
48
+ export var ADDITIONAL_INPUT_PR = 18;
49
+ export var ENTER_KEY = 'Enter';
50
+ export var BACKSPACE_KEY = 'Backspace';
51
+ export var SPACE_KEY = 'Space';
52
+ export var ADDITIONAL_MAX_CHARACTERS = 4;
53
+ export var FONT_SIZE;
54
+ (function (FONT_SIZE) {
55
+ FONT_SIZE["small"] = "14px";
56
+ FONT_SIZE["default"] = "16px";
57
+ FONT_SIZE["large"] = "22px";
58
+ })(FONT_SIZE || (FONT_SIZE = {}));
59
+ export var LINE_HEIGHT;
60
+ (function (LINE_HEIGHT) {
61
+ LINE_HEIGHT["small"] = "19px";
62
+ LINE_HEIGHT["default"] = "22px";
63
+ LINE_HEIGHT["large"] = "30px";
64
+ })(LINE_HEIGHT || (LINE_HEIGHT = {}));
65
+ export var TITLE_SIZE;
66
+ (function (TITLE_SIZE) {
67
+ TITLE_SIZE["small"] = "small";
68
+ TITLE_SIZE["major"] = "major";
69
+ })(TITLE_SIZE || (TITLE_SIZE = {}));
70
+ export var PLATFORM;
71
+ (function (PLATFORM) {
72
+ PLATFORM["web"] = "web";
73
+ PLATFORM["ios"] = "ios";
74
+ PLATFORM["android"] = "android";
75
+ })(PLATFORM || (PLATFORM = {}));
76
+ export var THEME;
77
+ (function (THEME) {
78
+ THEME["default"] = "default";
79
+ THEME["dark"] = "dark";
80
+ })(THEME || (THEME = {}));
81
+ export var FONT_FAMILY;
82
+ (function (FONT_FAMILY) {
83
+ FONT_FAMILY["openSans"] = "Open Sans";
84
+ FONT_FAMILY["caveat"] = "Caveat";
85
+ FONT_FAMILY["oswald"] = "Oswald";
86
+ FONT_FAMILY["roboto"] = "Roboto";
87
+ FONT_FAMILY["onest"] = "Onest";
88
+ })(FONT_FAMILY || (FONT_FAMILY = {}));
89
+ export var CANCEL_ACTION_TEXT = 'Отменить';
90
+ export var NUMBER_OF_STORIES_FOR_ROUND_INDICATORS = 5;
91
+ export var MIN_TEXTAREA_HEIGHT = 24;
92
+ export var DEFAULT_MIN_TEXTAREA_HEIGHT = 76;
93
+ export var CONTEXT_MENU_SAFE_SPACE = 15;
94
+ export var WEB_NOTIFICATION_DISTANCE_FROM_BOTTOM = 24;
95
+ export var MOBILE_NOTIFICATION_DISTANCE_FROM_BOTTOM = 40;
96
+ export var DEFAULT_HEADER_AVATAR_INDEX = 4;
97
+ export var AVATAR_DEGREES = [180, 178.34, 180, 180, 180, 180];
98
+ export var AVATAR_COLOR_TOP = ['#FBDA43', '#FFA285', '#FC93FF', '#ACB3FF', '#58EAFD', '#93E847'];
99
+ export var AVATAR_COLOR_TOP_PERCENTS = [-18.75, -3.03, 0, 0, -4.46, -8.04];
100
+ export var AVATAR_COLOR_MIDDLE = [null, '#FC6B6B', '#ED6EE1', null, null, null];
101
+ export var AVATAR_COLOR_MIDDLE_PERCENTS = [null, 65.88, 60.45, null, null, null];
102
+ export var AVATAR_COLOR_BOTTOM = ['#F57953', '#F446B2', '#B446A2', '#706AE6', '#2587E2', '#40A330'];
103
+ export var AVATAR_COLOR_BOTTOM_PERCENTS = [108.93, 116.81, 120.91, 100, 100, 112.5];
104
+ export var MAX_NUMBER_OF_CHARACTERS_IN_INITIALS = 2;
105
+ export var LAYOUT_TYPE;
106
+ (function (LAYOUT_TYPE) {
107
+ LAYOUT_TYPE["minimal"] = "minimal";
108
+ LAYOUT_TYPE["half"] = "half";
109
+ LAYOUT_TYPE["full"] = "full";
110
+ })(LAYOUT_TYPE || (LAYOUT_TYPE = {}));
111
+ export var VIEWPORTS;
112
+ (function (VIEWPORTS) {
113
+ VIEWPORTS["webCollapsed"] = "webCollapsed";
114
+ VIEWPORTS["webExpanded"] = "webExpanded";
115
+ VIEWPORTS["iphone6"] = "iphone6";
116
+ VIEWPORTS["iphone12"] = "iphone12";
117
+ VIEWPORTS["galaxys5"] = "galaxys5";
118
+ VIEWPORTS["reset"] = "reset";
119
+ })(VIEWPORTS || (VIEWPORTS = {}));
120
+ export var INPUT_FIELD_TYPE;
121
+ (function (INPUT_FIELD_TYPE) {
122
+ INPUT_FIELD_TYPE["text"] = "text";
123
+ INPUT_FIELD_TYPE["search"] = "search";
124
+ })(INPUT_FIELD_TYPE || (INPUT_FIELD_TYPE = {}));
125
+ export var MENU_POSITIONS;
126
+ (function (MENU_POSITIONS) {
127
+ MENU_POSITIONS["bottom"] = "bottom";
128
+ MENU_POSITIONS["auto"] = "auto";
129
+ MENU_POSITIONS["top"] = "top";
130
+ })(MENU_POSITIONS || (MENU_POSITIONS = {}));
131
+ export var MENU_LOCATION;
132
+ (function (MENU_LOCATION) {
133
+ MENU_LOCATION["absolute"] = "absolute";
134
+ MENU_LOCATION["fixed"] = "fixed";
135
+ })(MENU_LOCATION || (MENU_LOCATION = {}));
136
+ export var CREATABLE_MENU_LIST_MAX_HEIGHT = 248;
137
+ export var MENU_LIST_MAX_HEIGHT = 292;
138
+ export var DEFAULT_SCROLL_BAR_HIDE_DURATION = 2000;
139
+ export var DEFAULT_SCROLL_BAR_MARGIN = 0;
140
+ export var LANGUAGES;
141
+ (function (LANGUAGES) {
142
+ LANGUAGES["ru"] = "ru";
143
+ LANGUAGES["en"] = "en";
144
+ LANGUAGES["de"] = "de";
145
+ LANGUAGES["es"] = "es";
146
+ LANGUAGES["fr"] = "fr";
147
+ LANGUAGES["ar"] = "ar";
148
+ LANGUAGES["ms"] = "ms";
149
+ LANGUAGES["tr"] = "tr";
150
+ LANGUAGES["id"] = "id";
151
+ LANGUAGES["uz"] = "uz";
152
+ })(LANGUAGES || (LANGUAGES = {}));
153
+ export var HEADER_COLOR_BG;
154
+ (function (HEADER_COLOR_BG) {
155
+ HEADER_COLOR_BG["grey"] = "grey";
156
+ HEADER_COLOR_BG["blue"] = "blue";
157
+ })(HEADER_COLOR_BG || (HEADER_COLOR_BG = {}));
158
+ export var MODAL_BUTTONS_DIRECTION;
159
+ (function (MODAL_BUTTONS_DIRECTION) {
160
+ MODAL_BUTTONS_DIRECTION["row"] = "row";
161
+ MODAL_BUTTONS_DIRECTION["column"] = "column";
162
+ })(MODAL_BUTTONS_DIRECTION || (MODAL_BUTTONS_DIRECTION = {}));
163
+ export var THEME_ARRAY = Object.keys(THEME);
164
+ export var PLATFORM_ARRAY = Object.keys(PLATFORM);
165
+ export var LAYOUT_TYPE_ARRAY = Object.keys(LAYOUT_TYPE);
166
+ export var MODAL_BUTTONS_DIRECTION_ARRAY = Object.keys(MODAL_BUTTONS_DIRECTION);
167
+ export var WIDTH_TYPE_SUMMARY = '1 | 2 | 3 | 4 | 5 | ... | 100';
168
+ export var STYLES_TYPE_DETAIL = 'type TStyles = { [key: string]: number | string }';
169
+ export var AVATAR_TYPE_SUMMARY = 'ReactElement | string | null';
170
+ export var USER_TYPE_DETAILS = 'My contact | GAL contact | Private DL | Public DL | Meeting room | Room list';
171
+ export var CENTER = 'center';
172
+ export var BOTTOM_SHEET = 'bottom-sheet';
173
+ export var DIRECTION = 'direction';
174
+ export var ROW = 'row';
175
+ export var EVENT_LISTENER_TYPES;
176
+ (function (EVENT_LISTENER_TYPES) {
177
+ EVENT_LISTENER_TYPES["mouseup"] = "mouseup";
178
+ EVENT_LISTENER_TYPES["mousedown"] = "mousedown";
179
+ EVENT_LISTENER_TYPES["click"] = "click";
180
+ EVENT_LISTENER_TYPES["pointerup"] = "pointerup";
181
+ EVENT_LISTENER_TYPES["touchend"] = "touchend";
182
+ EVENT_LISTENER_TYPES["touchcancel"] = "touchcancel";
183
+ EVENT_LISTENER_TYPES["blur"] = "blur";
184
+ EVENT_LISTENER_TYPES["visibilityChange"] = "visibilitychange";
185
+ EVENT_LISTENER_TYPES["resize"] = "resize";
186
+ })(EVENT_LISTENER_TYPES || (EVENT_LISTENER_TYPES = {}));
187
+ export var POPUP_ON_EVENT_TYPE;
188
+ (function (POPUP_ON_EVENT_TYPE) {
189
+ POPUP_ON_EVENT_TYPE["hover"] = "hover";
190
+ })(POPUP_ON_EVENT_TYPE || (POPUP_ON_EVENT_TYPE = {}));
191
+ export var SPACE = ' ';
192
+ export var FIT_CONTENT = 'fit-content';
193
+ export var POPUP_VERTICAL_POSITION;
194
+ (function (POPUP_VERTICAL_POSITION) {
195
+ POPUP_VERTICAL_POSITION["bottom"] = "bottom";
196
+ POPUP_VERTICAL_POSITION["top"] = "top";
197
+ })(POPUP_VERTICAL_POSITION || (POPUP_VERTICAL_POSITION = {}));
198
+ export var FILE_FORMATS;
199
+ (function (FILE_FORMATS) {
200
+ FILE_FORMATS["pdf"] = "pdf";
201
+ FILE_FORMATS["doc"] = "doc";
202
+ FILE_FORMATS["docx"] = "docx";
203
+ FILE_FORMATS["xls"] = "xls";
204
+ FILE_FORMATS["xlsx"] = "xlsx";
205
+ FILE_FORMATS["ppt"] = "ppt";
206
+ FILE_FORMATS["pptx"] = "pptx";
207
+ FILE_FORMATS["txt"] = "txt";
208
+ FILE_FORMATS["file"] = "file";
209
+ FILE_FORMATS["mov"] = "mov";
210
+ FILE_FORMATS["mp4"] = "mp4";
211
+ FILE_FORMATS["webm"] = "webm";
212
+ FILE_FORMATS["wmv"] = "wmv";
213
+ })(FILE_FORMATS || (FILE_FORMATS = {}));
214
+ export var VIDEO_FORMATS = [FILE_FORMATS.mov, FILE_FORMATS.mp4, FILE_FORMATS.webm, FILE_FORMATS.wmv];
215
+ export var MODAL_ICONS_PADDING_LEFT = 12;
216
+ export var DRAGGABLE_KEY = 'handle';
217
+ export var BUTTON = 'button';
218
+ //# sourceMappingURL=constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/constants/constants.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export * from './constants';
2
+ export * from './types';
@@ -0,0 +1,3 @@
1
+ export * from './constants';
2
+ export * from './types';
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,SAAS,CAAA"}
@@ -0,0 +1,58 @@
1
+ /// <reference types="node" />
2
+ import { ReactElement, RefObject } from 'react';
3
+ import { CONTACT_TYPES } from '../сomponents/UserDropdown/constants';
4
+ export type TStyles = {
5
+ [key: string]: number | string;
6
+ };
7
+ export interface IThemeProps {
8
+ theme?: 'default' | 'dark';
9
+ }
10
+ export interface IPlatformProps {
11
+ platform?: 'web' | 'ios' | 'android';
12
+ }
13
+ export interface ILayoutTypeProps {
14
+ layoutType?: 'minimal' | 'half' | 'full';
15
+ }
16
+ export interface ILanguageProps {
17
+ language?: 'ru' | 'en' | 'de' | 'es' | 'fr' | 'ar' | 'ms' | 'tr' | 'id' | 'uz';
18
+ }
19
+ export interface IFontFamilyProps {
20
+ fontFamily?: string;
21
+ }
22
+ export interface ICommonProps extends IThemeProps, IPlatformProps {
23
+ }
24
+ export type TCalculatePercentageOfValue = {
25
+ value: number;
26
+ percentage: number;
27
+ shouldBeRounded?: boolean;
28
+ };
29
+ export type TGenerateClassNames = {
30
+ className: string;
31
+ delimiter: string;
32
+ additionalClassName: string | string[];
33
+ };
34
+ export type TTextWithLocale = {
35
+ [key: string]: string;
36
+ };
37
+ export type TTimeout = number | NodeJS.Timeout | undefined;
38
+ export type TRenderStoryComponent = {
39
+ component: ReactElement;
40
+ componentDarkTheme?: ReactElement;
41
+ styles?: TStyles;
42
+ };
43
+ export type TTarget = {
44
+ target: any;
45
+ };
46
+ export type TFontFamilyStyle = {
47
+ fontFamily: string;
48
+ };
49
+ export type TRenderCloseIconSpace = {
50
+ elementRef: RefObject<HTMLElement | null>;
51
+ closeIconRef: RefObject<HTMLDivElement | null>;
52
+ isContent?: boolean;
53
+ };
54
+ export type TRenderUserIcon = {
55
+ isMyContacts?: boolean;
56
+ userType?: CONTACT_TYPES;
57
+ style?: TStyles;
58
+ };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/constants/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,31 @@
1
+ import { RefObject } from 'react';
2
+ import { TCalculatePercentageOfValue, TGenerateClassNames, TRenderCloseIconSpace, TRenderStoryComponent, TRenderUserIcon } from '../constants';
3
+ import { CONTACT_TYPES } from '../сomponents/UserDropdown/constants';
4
+ export declare const generateColor: (color?: string, defaultColor?: string) => string;
5
+ export declare const isWebPlatform: (platform: string) => boolean;
6
+ export declare const isIosPlatform: (platform: string) => boolean;
7
+ export declare const isAndroidPlatform: (platform: string) => boolean;
8
+ export declare const isMobilePlatform: (platform: string) => boolean;
9
+ export declare const isDarkTheme: (theme?: string) => boolean;
10
+ export declare const generateClassNames: ({ className, delimiter, additionalClassName }: TGenerateClassNames) => string;
11
+ export declare const userNameToColor: (userName?: string) => string;
12
+ export declare const createInitials: (str: string) => string;
13
+ export declare const calculatePercentageOfValue: ({ value, percentage, shouldBeRounded }: TCalculatePercentageOfValue) => number;
14
+ export declare const isFullScreen: (layoutType: string) => boolean;
15
+ export declare const isValueEqualToZero: (value: number) => boolean;
16
+ export declare const renderStoryComponent: ({ component, componentDarkTheme, styles }: TRenderStoryComponent) => import("react/jsx-runtime").JSX.Element;
17
+ export declare const generateIsCloseIconHidden: (platform: string, isCloseIconHidden?: boolean) => boolean;
18
+ export declare const checkIfContentIsCentered: (elementRef: RefObject<HTMLElement | null>) => boolean | undefined;
19
+ export declare const generateBottomSheetClassName: (platform: string, shouldUseBottomSheet: boolean) => string[];
20
+ export declare const generateId: () => string;
21
+ export declare const generateAvatarIcon: (userType?: CONTACT_TYPES) => import("react/jsx-runtime").JSX.Element | null;
22
+ export declare const renderUserIcon: ({ isMyContacts, userType, style }: TRenderUserIcon) => import("react/jsx-runtime").JSX.Element | null;
23
+ export declare const extractFileExtensionRegex: (filename: string) => string;
24
+ export declare const generateFileIcon: (fileName: string, displaySize: string) => import("react/jsx-runtime").JSX.Element;
25
+ export declare const renderCloseIconSpace: ({ elementRef, closeIconRef, isContent }: TRenderCloseIconSpace) => import("react/jsx-runtime").JSX.Element;
26
+ export declare const generateFontFamilyStyle: (fontFamily?: string) => {
27
+ fontFamily: string;
28
+ };
29
+ export declare const createSanitizedHtml: (str: string) => {
30
+ __html: string;
31
+ };