@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,152 @@
1
+ export var COLORS;
2
+ (function (COLORS) {
3
+ COLORS["lighterBlue"] = "#4799E30D";
4
+ COLORS["blue"] = "#4799E3";
5
+ COLORS["darkBlue"] = "#408ACD";
6
+ COLORS["darkerBlue"] = "#3C82C1";
7
+ COLORS["red"] = "#ED4747";
8
+ COLORS["white"] = "#FFFFFF";
9
+ COLORS["white3"] = "#FFFFFF03";
10
+ COLORS["white80"] = "#FFFFFF80";
11
+ COLORS["lightestGray"] = "#FCFCFC";
12
+ COLORS["lighterGray"] = "#E0E4EC66";
13
+ COLORS["gray"] = "#1111114D";
14
+ COLORS["darkerGray"] = "#808080";
15
+ COLORS["brightBlack"] = "#3D3D3D";
16
+ COLORS["black"] = "#111111";
17
+ COLORS["darkBlack"] = "#1A1A1A";
18
+ COLORS["skeletonBg"] = "#F1F1F2";
19
+ COLORS["skeletonDarkBg"] = "#313131";
20
+ COLORS["skeletonGradientCenter"] = "rgba(255, 255, 255, 0.6)";
21
+ COLORS["skeletonDarkGradientCenter"] = "rgba(255, 255, 255, 0.03)";
22
+ COLORS["skeletonGradientEdge"] = "rgba(255, 255, 255, 0)";
23
+ COLORS["inactiveAvatarGradientStart"] = "#C2C2C2";
24
+ COLORS["inactiveAvatarGradientEnd"] = "#6F6F6F";
25
+ COLORS["bgBlackoutTransparent"] = "rgba(0, 0, 0, 0.3)";
26
+ COLORS["selectBoxShadow"] = "rgba(0, 0, 0, 0.1)";
27
+ COLORS["transparent"] = "transparent";
28
+ })(COLORS || (COLORS = {}));
29
+ export var INPUT_TYPE_PASSWORD = 'password';
30
+ export var INPUT_TYPE_TEXT = 'text';
31
+ export var DEFAULT_INPUT_PADDING = 16;
32
+ export var MASK_INPUT_PL = 24;
33
+ export var ADDITIONAL_INPUT_PR = 32;
34
+ export var ENTER_KEY = 'Enter';
35
+ export var INPUT_COUNTER_TIMEOUT = 5000;
36
+ export var ADDITIONAL_MAX_CHARACTERS = 4;
37
+ export var INPUT_COUNTER_TYPE;
38
+ (function (INPUT_COUNTER_TYPE) {
39
+ INPUT_COUNTER_TYPE["title"] = "title";
40
+ INPUT_COUNTER_TYPE["text"] = "text";
41
+ })(INPUT_COUNTER_TYPE || (INPUT_COUNTER_TYPE = {}));
42
+ export var FONT_SIZE;
43
+ (function (FONT_SIZE) {
44
+ FONT_SIZE["small"] = "14px";
45
+ FONT_SIZE["default"] = "16px";
46
+ FONT_SIZE["large"] = "22px";
47
+ })(FONT_SIZE || (FONT_SIZE = {}));
48
+ export var LINE_HEIGHT;
49
+ (function (LINE_HEIGHT) {
50
+ LINE_HEIGHT["small"] = "19px";
51
+ LINE_HEIGHT["default"] = "22px";
52
+ LINE_HEIGHT["large"] = "30px";
53
+ })(LINE_HEIGHT || (LINE_HEIGHT = {}));
54
+ export var TITLE_SIZE;
55
+ (function (TITLE_SIZE) {
56
+ TITLE_SIZE["small"] = "small";
57
+ TITLE_SIZE["major"] = "major";
58
+ })(TITLE_SIZE || (TITLE_SIZE = {}));
59
+ export var PLATFORM;
60
+ (function (PLATFORM) {
61
+ PLATFORM["web"] = "web";
62
+ PLATFORM["ios"] = "ios";
63
+ PLATFORM["android"] = "android";
64
+ })(PLATFORM || (PLATFORM = {}));
65
+ export var THEME;
66
+ (function (THEME) {
67
+ THEME["default"] = "default";
68
+ THEME["dark"] = "dark";
69
+ })(THEME || (THEME = {}));
70
+ export var CANCEL_ACTION_TEXT = 'Отменить';
71
+ export var NUMBER_OF_STORIES_FOR_ROUND_INDICATORS = 5;
72
+ export var DEFAULT_FONT_FAMILY = 'Open Sans';
73
+ export var MIN_TEXTAREA_HEIGHT = '120px';
74
+ export var CONTEXT_MENU_WIDTH = 250;
75
+ export var CONTEXT_MENU_SAFE_SPACE = 15;
76
+ export var FIXED_WIDTH_CLASS_NAME = 'fixed-width';
77
+ export var CLOSABLE_CLASS_NAME = 'closable';
78
+ export var WEB_NOTIFICATION_DISTANCE_FROM_BOTTOM = 8;
79
+ export var MOBILE_NOTIFICATION_DISTANCE_FROM_BOTTOM = 40;
80
+ export var ERROR_CLASSNAME = 'error';
81
+ export var DISABLED_CLASSNAME = 'disabled';
82
+ export var DEFAULT_HEADER_AVATAR_INDEX = 4;
83
+ export var AVATAR_DEGREES = [180, 178.34, 180, 180, 180, 180];
84
+ export var AVATAR_COLOR_TOP = ['#FBDA43', '#FFA285', '#FC93FF', '#ACB3FF', '#58EAFD', '#93E847'];
85
+ export var AVATAR_COLOR_TOP_PERCENTS = [-18.75, -3.03, 0, 0, -4.46, -8.04];
86
+ export var AVATAR_COLOR_MIDDLE = [null, '#FC6B6B', '#ED6EE1', null, null, null];
87
+ export var AVATAR_COLOR_MIDDLE_PERCENTS = [null, 65.88, 60.45, null, null, null];
88
+ export var AVATAR_COLOR_BOTTOM = ['#F57953', '#F446B2', '#B446A2', '#706AE6', '#2587E2', '#40A330'];
89
+ export var AVATAR_COLOR_BOTTOM_PERCENTS = [108.93, 116.81, 120.91, 100, 100, 112.5];
90
+ export var MAX_NUMBER_OF_CHARACTERS_IN_INITIALS = 2;
91
+ export var LAYOUT_TYPE;
92
+ (function (LAYOUT_TYPE) {
93
+ LAYOUT_TYPE["minimal"] = "minimal";
94
+ LAYOUT_TYPE["half"] = "half";
95
+ LAYOUT_TYPE["full"] = "full";
96
+ })(LAYOUT_TYPE || (LAYOUT_TYPE = {}));
97
+ export var VIEWPORTS;
98
+ (function (VIEWPORTS) {
99
+ VIEWPORTS["webCollapsed"] = "webCollapsed";
100
+ VIEWPORTS["webExpanded"] = "webExpanded";
101
+ VIEWPORTS["iphone6"] = "iphone6";
102
+ VIEWPORTS["iphone12"] = "iphone12";
103
+ VIEWPORTS["galaxys5"] = "galaxys5";
104
+ VIEWPORTS["reset"] = "reset";
105
+ })(VIEWPORTS || (VIEWPORTS = {}));
106
+ export var FILL_TYPE;
107
+ (function (FILL_TYPE) {
108
+ FILL_TYPE["primary"] = "primary";
109
+ FILL_TYPE["secondary"] = "secondary";
110
+ })(FILL_TYPE || (FILL_TYPE = {}));
111
+ export var INPUT_FIELD_TYPE;
112
+ (function (INPUT_FIELD_TYPE) {
113
+ INPUT_FIELD_TYPE["text"] = "text";
114
+ INPUT_FIELD_TYPE["search"] = "search";
115
+ })(INPUT_FIELD_TYPE || (INPUT_FIELD_TYPE = {}));
116
+ export var MENU_POSITIONS;
117
+ (function (MENU_POSITIONS) {
118
+ MENU_POSITIONS["bottom"] = "bottom";
119
+ MENU_POSITIONS["auto"] = "auto";
120
+ MENU_POSITIONS["top"] = "top";
121
+ })(MENU_POSITIONS || (MENU_POSITIONS = {}));
122
+ export var MENU_LOCATION;
123
+ (function (MENU_LOCATION) {
124
+ MENU_LOCATION["absolute"] = "absolute";
125
+ MENU_LOCATION["fixed"] = "fixed";
126
+ })(MENU_LOCATION || (MENU_LOCATION = {}));
127
+ export var CREATABLE_MENU_LIST_MAX_HEIGHT = 248;
128
+ export var MENU_LIST_MAX_HEIGHT = 292;
129
+ export var DEFAULT_SCROLL_BAR_HIDE_DURATION = 2000;
130
+ export var DEFAULT_SCROLL_BAR_WIDTH = 4;
131
+ export var LANGUAGES;
132
+ (function (LANGUAGES) {
133
+ LANGUAGES["ru"] = "ru";
134
+ LANGUAGES["en"] = "en";
135
+ LANGUAGES["de"] = "de";
136
+ LANGUAGES["es"] = "es";
137
+ LANGUAGES["fr"] = "fr";
138
+ LANGUAGES["ar"] = "ar";
139
+ LANGUAGES["mal"] = "mal";
140
+ })(LANGUAGES || (LANGUAGES = {}));
141
+ export var HEADER_COLOR_BG;
142
+ (function (HEADER_COLOR_BG) {
143
+ HEADER_COLOR_BG["grey"] = "grey";
144
+ HEADER_COLOR_BG["blue"] = "blue";
145
+ })(HEADER_COLOR_BG || (HEADER_COLOR_BG = {}));
146
+ export var THEME_ARRAY = Object.keys(THEME);
147
+ export var PLATFORM_ARRAY = Object.keys(PLATFORM);
148
+ export var LAYOUT_TYPE_ARRAY = Object.keys(LAYOUT_TYPE);
149
+ export var FILL_TYPE_ARRAY = Object.keys(FILL_TYPE);
150
+ export var WIDTH_TYPE_SUMMARY = '1 | 2 | 3 | 4 | 5 | ... | 100';
151
+ export var STYLES_TYPE_DETAIL = 'type TStyles = { [key: string]: number | string }';
152
+ //# 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,28 @@
1
+ export type TStyles = {
2
+ [key: string]: number | string;
3
+ };
4
+ export interface IThemeProps {
5
+ theme?: 'default' | 'dark';
6
+ }
7
+ export interface IPlatformProps {
8
+ platform?: 'web' | 'ios' | 'android';
9
+ }
10
+ export interface ILayoutTypeProps {
11
+ layoutType?: 'minimal' | 'half' | 'full';
12
+ }
13
+ export interface ICommonProps extends IThemeProps, IPlatformProps {
14
+ }
15
+ export type TGetPercentageOfValue = {
16
+ value: number;
17
+ percentage: number;
18
+ shouldBeRounded?: boolean;
19
+ };
20
+ export type TGetClassNames = {
21
+ className: string;
22
+ delimiter: string;
23
+ additionalClassName: string | string[];
24
+ };
25
+ export type TIsModalHasFixedWidth = {
26
+ layoutType: string;
27
+ platform: string;
28
+ };
@@ -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,20 @@
1
+ import { ReactElement } from 'react';
2
+ import { COLORS, TGetClassNames, TGetPercentageOfValue, TIsModalHasFixedWidth } from '../constants';
3
+ export declare const getColor: (color?: string, defaultColor?: string) => string;
4
+ export declare const isWebPlatform: (platform: string) => boolean;
5
+ export declare const isIosPlatform: (platform: string) => boolean;
6
+ export declare const isAndroidPlatform: (platform: string) => boolean;
7
+ export declare const isMobilePlatform: (platform: string) => boolean;
8
+ export declare const isDarkTheme: (theme?: string) => boolean;
9
+ export declare const getClassNames: ({ className, delimiter, additionalClassName }: TGetClassNames) => string;
10
+ export declare const getDefaultGrayColorForIcon: (theme: string) => COLORS.white80 | COLORS.gray;
11
+ export declare const userNameToColor: (userName?: string) => string;
12
+ export declare const getInitials: (str: string) => string;
13
+ export declare const getPercentageOfValue: ({ value, percentage, shouldBeRounded }: TGetPercentageOfValue) => number;
14
+ export declare const isHalfLayoutType: (layoutType: string) => boolean;
15
+ export declare const isFullScreen: (layoutType: string) => boolean;
16
+ export declare const isPrimaryFillType: (fillType: string) => boolean;
17
+ export declare const isSecondaryFillType: (fillType: string) => boolean;
18
+ export declare const isValueEqualToZero: (value: number) => boolean;
19
+ export declare const isModalHasFixedWidth: ({ layoutType, platform }: TIsModalHasFixedWidth) => boolean;
20
+ export declare const renderStoryComponent: (component: ReactElement) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,80 @@
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 { isArray } from 'lodash';
15
+ import { AVATAR_COLOR_BOTTOM, AVATAR_COLOR_BOTTOM_PERCENTS, AVATAR_COLOR_MIDDLE, AVATAR_COLOR_MIDDLE_PERCENTS, AVATAR_COLOR_TOP, AVATAR_COLOR_TOP_PERCENTS, AVATAR_DEGREES, COLORS, DEFAULT_HEADER_AVATAR_INDEX, FILL_TYPE, LAYOUT_TYPE, PLATFORM, THEME, } from '../constants';
16
+ export var getColor = function (color, defaultColor) {
17
+ if (defaultColor === void 0) { defaultColor = ''; }
18
+ return (color && CSS.supports('color', color) ? color : defaultColor);
19
+ };
20
+ export var isWebPlatform = function (platform) { return platform === PLATFORM.web; };
21
+ export var isIosPlatform = function (platform) { return platform === PLATFORM.ios; };
22
+ export var isAndroidPlatform = function (platform) { return platform === PLATFORM.android; };
23
+ export var isMobilePlatform = function (platform) { return isAndroidPlatform(platform) || isIosPlatform(platform); };
24
+ export var isDarkTheme = function (theme) { return theme === THEME.dark; };
25
+ export var getClassNames = function (_a) {
26
+ var className = _a.className, delimiter = _a.delimiter, additionalClassName = _a.additionalClassName;
27
+ return isArray(additionalClassName)
28
+ ? classNames(className, additionalClassName.map(function (name) { return "".concat(className).concat(delimiter).concat(name); }))
29
+ : classNames(className, "".concat(className).concat(delimiter).concat(additionalClassName));
30
+ };
31
+ export var getDefaultGrayColorForIcon = function (theme) { return (theme === THEME.default ? COLORS.gray : COLORS.white80); };
32
+ export var userNameToColor = function (userName) {
33
+ var _a = getAvatarColor(userName), degrees = _a.degrees, top = _a.top, topPercent = _a.topPercent, middle = _a.middle, middlePercent = _a.middlePercent, bottom = _a.bottom, bottomPercent = _a.bottomPercent;
34
+ return middle
35
+ ? "linear-gradient(".concat(degrees, "deg, ").concat(top, " ").concat(topPercent, "%, ").concat(middle, " ").concat(middlePercent, "%, ").concat(bottom, " ").concat(bottomPercent, "%)")
36
+ : "linear-gradient(".concat(degrees, "deg, ").concat(top, " ").concat(topPercent, "%, ").concat(bottom, " ").concat(bottomPercent, "%)");
37
+ };
38
+ var generateAvatarData = function (index) { return ({
39
+ degrees: AVATAR_DEGREES[index],
40
+ top: AVATAR_COLOR_TOP[index],
41
+ topPercent: AVATAR_COLOR_TOP_PERCENTS[index],
42
+ middle: AVATAR_COLOR_MIDDLE[index],
43
+ middlePercent: AVATAR_COLOR_MIDDLE_PERCENTS[index],
44
+ bottom: AVATAR_COLOR_BOTTOM[index],
45
+ bottomPercent: AVATAR_COLOR_BOTTOM_PERCENTS[index],
46
+ }); };
47
+ var getAvatarColor = function (str) {
48
+ if (!str)
49
+ return generateAvatarData(DEFAULT_HEADER_AVATAR_INDEX);
50
+ var stylesIndex = getAvatarStylesIndex(str) || 0;
51
+ return generateAvatarData(stylesIndex);
52
+ };
53
+ var getAvatarStylesIndex = function (str) { return Math.abs(hashCode(str) % AVATAR_COLOR_TOP.length); };
54
+ var hashCode = function (str) {
55
+ return str.split('').reduce(function (a, b) {
56
+ a = (a << 5) - a + b.charCodeAt(0);
57
+ return a & a;
58
+ }, 0);
59
+ };
60
+ var getFirstLetterOfWord = function (word) { return (word === null || word === void 0 ? void 0 : word[0]) || ''; };
61
+ export var getInitials = function (str) {
62
+ var _a = str.trim().toUpperCase().split(' '), firstWord = _a[0], secondWord = _a[1];
63
+ return "".concat(getFirstLetterOfWord(firstWord)).concat(getFirstLetterOfWord(secondWord));
64
+ };
65
+ export var getPercentageOfValue = function (_a) {
66
+ var value = _a.value, percentage = _a.percentage, _b = _a.shouldBeRounded, shouldBeRounded = _b === void 0 ? true : _b;
67
+ var result = (value * percentage) / 100;
68
+ return shouldBeRounded ? Math.ceil(result) : result;
69
+ };
70
+ export var isHalfLayoutType = function (layoutType) { return layoutType === LAYOUT_TYPE.half; };
71
+ export var isFullScreen = function (layoutType) { return layoutType === LAYOUT_TYPE.full; };
72
+ export var isPrimaryFillType = function (fillType) { return fillType === FILL_TYPE.primary; };
73
+ export var isSecondaryFillType = function (fillType) { return fillType === FILL_TYPE.secondary; };
74
+ export var isValueEqualToZero = function (value) { return value === 0; };
75
+ export var isModalHasFixedWidth = function (_a) {
76
+ var layoutType = _a.layoutType, platform = _a.platform;
77
+ return isWebPlatform(platform) && (isHalfLayoutType(layoutType) || isFullScreen(layoutType));
78
+ };
79
+ export var renderStoryComponent = function (component) { return (_jsxs("div", __assign({ style: { display: 'flex', flexDirection: 'column', gap: '16px' } }, { children: [_jsxs("div", __assign({ style: { border: '1px dashed #9747FF', borderRadius: '5px', padding: '0 16px 16px' } }, { children: [_jsx("h3", { children: "Light Theme" }), component] })), _jsxs("div", __assign({ style: { background: '#242424', borderRadius: '5px', padding: '0 16px 16px' } }, { children: [_jsx("h3", __assign({ style: { color: '#F9F9F9' } }, { children: "Dark Theme" })), _jsx("div", __assign({ "data-theme": "dark" }, { children: component }))] }))] }))); };
80
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/helpers/index.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export * from './styles';
2
+ export * from './сomponents';
3
+ export * from './сomponents/types';
@@ -0,0 +1,4 @@
1
+ export * from './styles';
2
+ export * from './сomponents';
3
+ export * from './сomponents/types';
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA;AAC5B,cAAc,oBAAoB,CAAA"}
@@ -0,0 +1 @@
1
+ export * from './styles.scss';
@@ -0,0 +1,2 @@
1
+ export * from './styles.scss';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/styles/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA"}
File without changes