@true-engineering/true-react-common-ui-kit 3.33.2 → 3.35.0

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 (680) hide show
  1. package/LICENSE +201 -201
  2. package/README.md +13 -0
  3. package/dist/components/AccountInfo/AccountInfo.d.ts +11 -11
  4. package/dist/components/AccountInfo/AccountInfo.stories.d.ts +6 -6
  5. package/dist/components/AccountInfo/AccountInfo.styles.d.ts +6 -6
  6. package/dist/components/AccountInfo/constants.d.ts +1 -1
  7. package/dist/components/AccountInfo/index.d.ts +2 -2
  8. package/dist/components/AddButton/AddButton.d.ts +14 -14
  9. package/dist/components/AddButton/AddButton.stories.d.ts +6 -6
  10. package/dist/components/AddButton/AddButton.styles.d.ts +3 -3
  11. package/dist/components/AddButton/index.d.ts +2 -2
  12. package/dist/components/Button/Button.d.ts +41 -41
  13. package/dist/components/Button/Button.stories.d.ts +6 -6
  14. package/dist/components/Button/Button.styles.d.ts +8 -8
  15. package/dist/components/Button/constants.d.ts +2 -2
  16. package/dist/components/Button/index.d.ts +3 -3
  17. package/dist/components/Button/types.d.ts +3 -3
  18. package/dist/components/Checkbox/Checkbox.d.ts +24 -24
  19. package/dist/components/Checkbox/Checkbox.stories.d.ts +8 -8
  20. package/dist/components/Checkbox/Checkbox.styles.d.ts +3 -3
  21. package/dist/components/Checkbox/index.d.ts +2 -2
  22. package/dist/components/CloseButton/CloseButton.d.ts +10 -10
  23. package/dist/components/CloseButton/CloseButton.stories.d.ts +5 -5
  24. package/dist/components/CloseButton/CloseButton.styles.d.ts +3 -3
  25. package/dist/components/CloseButton/index.d.ts +2 -2
  26. package/dist/components/Colors/Colors.d.ts +2 -2
  27. package/dist/components/Colors/Colors.stories.d.ts +5 -5
  28. package/dist/components/Colors/Colors.styles.d.ts +1 -1
  29. package/dist/components/Colors/index.d.ts +1 -1
  30. package/dist/components/CssBaseline/CssBaseline.d.ts +5 -5
  31. package/dist/components/CssBaseline/CssBaseline.styles.d.ts +3 -3
  32. package/dist/components/CssBaseline/index.d.ts +2 -2
  33. package/dist/components/DateInput/DateInput.d.ts +17 -17
  34. package/dist/components/DateInput/DateInput.stories.d.ts +7 -7
  35. package/dist/components/DateInput/DateInput.styles.d.ts +6 -6
  36. package/dist/components/DateInput/constants.d.ts +2 -2
  37. package/dist/components/DateInput/index.d.ts +3 -3
  38. package/dist/components/DatePicker/DatePicker.d.ts +26 -26
  39. package/dist/components/DatePicker/DatePicker.stories.d.ts +7 -7
  40. package/dist/components/DatePicker/DatePicker.styles.d.ts +6 -6
  41. package/dist/components/DatePicker/components/DatePickerHeader/DatePickerHeader.d.ts +8 -8
  42. package/dist/components/DatePicker/components/DatePickerHeader/DatePickerHeader.styles.d.ts +7 -7
  43. package/dist/components/DatePicker/components/DatePickerHeader/index.d.ts +2 -2
  44. package/dist/components/DatePicker/components/PopperContainer/PopperContainer.d.ts +4 -4
  45. package/dist/components/DatePicker/components/PopperContainer/index.d.ts +1 -1
  46. package/dist/components/DatePicker/components/index.d.ts +2 -2
  47. package/dist/components/DatePicker/constants.d.ts +3 -3
  48. package/dist/components/DatePicker/helpers.d.ts +3 -3
  49. package/dist/components/DatePicker/index.d.ts +4 -4
  50. package/dist/components/DatePicker/types.d.ts +4 -4
  51. package/dist/components/Description/Description.d.ts +13 -13
  52. package/dist/components/Description/Description.stories.d.ts +16 -16
  53. package/dist/components/Description/Description.styles.d.ts +3 -3
  54. package/dist/components/Description/constants.d.ts +1 -1
  55. package/dist/components/Description/index.d.ts +2 -2
  56. package/dist/components/FileInput/FileInput.d.ts +25 -25
  57. package/dist/components/FileInput/FileInput.stories.d.ts +7 -7
  58. package/dist/components/FileInput/FileInput.styles.d.ts +3 -3
  59. package/dist/components/FileInput/helpers.d.ts +2 -2
  60. package/dist/components/FileInput/index.d.ts +2 -2
  61. package/dist/components/FileItem/FileItem.d.ts +31 -31
  62. package/dist/components/FileItem/FileItem.stories.d.ts +8 -8
  63. package/dist/components/FileItem/FileItem.styles.d.ts +11 -11
  64. package/dist/components/FileItem/constants.d.ts +5 -5
  65. package/dist/components/FileItem/helpers.d.ts +4 -4
  66. package/dist/components/FileItem/index.d.ts +4 -4
  67. package/dist/components/FileItem/types.d.ts +8 -8
  68. package/dist/components/FiltersPane/FiltersPane.d.ts +22 -22
  69. package/dist/components/FiltersPane/FiltersPane.stories.d.ts +31 -31
  70. package/dist/components/FiltersPane/FiltersPane.styles.d.ts +11 -11
  71. package/dist/components/FiltersPane/components/Filter/Filter.d.ts +7 -7
  72. package/dist/components/FiltersPane/components/Filter/index.d.ts +1 -1
  73. package/dist/components/FiltersPane/components/FilterInterval/FilterInterval.d.ts +24 -24
  74. package/dist/components/FiltersPane/components/FilterInterval/FilterInterval.styles.d.ts +15 -15
  75. package/dist/components/FiltersPane/components/FilterInterval/index.d.ts +2 -2
  76. package/dist/components/FiltersPane/components/FilterMultiSelect/FilterMultiSelect.d.ts +5 -5
  77. package/dist/components/FiltersPane/components/FilterMultiSelect/index.d.ts +1 -1
  78. package/dist/components/FiltersPane/components/FilterSelect/FilterSelect.d.ts +30 -30
  79. package/dist/components/FiltersPane/components/FilterSelect/FilterSelect.styles.d.ts +15 -15
  80. package/dist/components/FiltersPane/components/FilterSelect/index.d.ts +2 -2
  81. package/dist/components/FiltersPane/components/FilterValueView/FilterValueView.d.ts +5 -5
  82. package/dist/components/FiltersPane/components/FilterValueView/FilterValueView.styles.d.ts +3 -3
  83. package/dist/components/FiltersPane/components/FilterValueView/index.d.ts +2 -2
  84. package/dist/components/FiltersPane/components/FilterWithDates/FilterWithDates.d.ts +16 -16
  85. package/dist/components/FiltersPane/components/FilterWithDates/FilterWithDates.styles.d.ts +26 -26
  86. package/dist/components/FiltersPane/components/FilterWithDates/index.d.ts +2 -2
  87. package/dist/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.d.ts +13 -13
  88. package/dist/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.styles.d.ts +7 -7
  89. package/dist/components/FiltersPane/components/FilterWithPeriod/index.d.ts +2 -2
  90. package/dist/components/FiltersPane/components/FilterWrapper/FilterWrapper.d.ts +13 -13
  91. package/dist/components/FiltersPane/components/FilterWrapper/FilterWrapper.styles.d.ts +8 -8
  92. package/dist/components/FiltersPane/components/FilterWrapper/helpers.d.ts +1 -1
  93. package/dist/components/FiltersPane/components/FilterWrapper/index.d.ts +2 -2
  94. package/dist/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.d.ts +21 -21
  95. package/dist/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.styles.d.ts +10 -10
  96. package/dist/components/FiltersPane/components/FiltersPaneSearch/index.d.ts +2 -2
  97. package/dist/components/FiltersPane/components/index.d.ts +9 -9
  98. package/dist/components/FiltersPane/constants.d.ts +9 -9
  99. package/dist/components/FiltersPane/helpers.d.ts +5 -5
  100. package/dist/components/FiltersPane/index.d.ts +4 -4
  101. package/dist/components/FiltersPane/types.d.ts +107 -107
  102. package/dist/components/Flag/Flag.d.ts +8 -8
  103. package/dist/components/Flag/Flag.stories.d.ts +12 -12
  104. package/dist/components/Flag/Flag.styles.d.ts +3 -3
  105. package/dist/components/Flag/index.d.ts +2 -2
  106. package/dist/components/FlexibleTable/FlexibleTable.d.ts +31 -29
  107. package/dist/components/FlexibleTable/FlexibleTable.stories.d.ts +19 -19
  108. package/dist/components/FlexibleTable/FlexibleTable.styles.d.ts +7 -7
  109. package/dist/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.d.ts +14 -14
  110. package/dist/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.styles.d.ts +3 -3
  111. package/dist/components/FlexibleTable/components/FlexibleTableCell/index.d.ts +2 -2
  112. package/dist/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.d.ts +31 -31
  113. package/dist/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.styles.d.ts +6 -6
  114. package/dist/components/FlexibleTable/components/FlexibleTableRow/index.d.ts +2 -2
  115. package/dist/components/FlexibleTable/components/index.d.ts +2 -2
  116. package/dist/components/FlexibleTable/constants.d.ts +3 -3
  117. package/dist/components/FlexibleTable/helpers.d.ts +3 -3
  118. package/dist/components/FlexibleTable/index.d.ts +4 -4
  119. package/dist/components/FlexibleTable/types.d.ts +55 -55
  120. package/dist/components/Icon/Icon.d.ts +8 -8
  121. package/dist/components/Icon/Icon.stories.d.ts +6 -6
  122. package/dist/components/Icon/Icon.styles.d.ts +3 -3
  123. package/dist/components/Icon/complexIcons/icons.d.ts +10 -10
  124. package/dist/components/Icon/complexIcons/index.d.ts +1 -1
  125. package/dist/components/Icon/components/ComplexIconBoilerplate/ComplexIconBoilerplate.d.ts +6 -6
  126. package/dist/components/Icon/components/ComplexIconBoilerplate/index.d.ts +1 -1
  127. package/dist/components/Icon/components/IconBolerplate/IconBoilerplate.d.ts +6 -6
  128. package/dist/components/Icon/components/IconBolerplate/index.d.ts +1 -1
  129. package/dist/components/Icon/components/index.d.ts +2 -2
  130. package/dist/components/Icon/helpers.d.ts +6 -6
  131. package/dist/components/Icon/icons-list.d.ts +1 -1
  132. package/dist/components/Icon/index.d.ts +5 -5
  133. package/dist/components/Icon/snippet.d.ts +3 -3
  134. package/dist/components/Icon/types.d.ts +13 -13
  135. package/dist/components/IconButton/IconButton.d.ts +19 -19
  136. package/dist/components/IconButton/IconButton.stories.d.ts +6 -6
  137. package/dist/components/IconButton/IconButton.styles.d.ts +3 -3
  138. package/dist/components/IconButton/constants.d.ts +2 -2
  139. package/dist/components/IconButton/index.d.ts +3 -3
  140. package/dist/components/IconButton/types.d.ts +5 -5
  141. package/dist/components/IncrementInput/IncrementInput.d.ts +9 -9
  142. package/dist/components/IncrementInput/IncrementInput.stories.d.ts +6 -6
  143. package/dist/components/IncrementInput/IncrementInput.styles.d.ts +9 -9
  144. package/dist/components/IncrementInput/index.d.ts +2 -2
  145. package/dist/components/Input/Input.d.ts +52 -52
  146. package/dist/components/Input/Input.stories.d.ts +34 -34
  147. package/dist/components/Input/Input.styles.d.ts +7 -7
  148. package/dist/components/Input/constants.d.ts +1 -1
  149. package/dist/components/Input/index.d.ts +3 -3
  150. package/dist/components/Input/types.d.ts +4 -4
  151. package/dist/components/List/List.d.ts +9 -9
  152. package/dist/components/List/List.stories.d.ts +5 -5
  153. package/dist/components/List/List.styles.d.ts +5 -5
  154. package/dist/components/List/components/ListItem/ListItem.d.ts +17 -17
  155. package/dist/components/List/components/ListItem/ListItem.styles.d.ts +3 -3
  156. package/dist/components/List/components/ListItem/index.d.ts +2 -2
  157. package/dist/components/List/components/index.d.ts +1 -1
  158. package/dist/components/List/index.d.ts +3 -3
  159. package/dist/components/Modal/Modal.d.ts +34 -34
  160. package/dist/components/Modal/Modal.stories.d.ts +29 -29
  161. package/dist/components/Modal/Modal.styles.d.ts +7 -7
  162. package/dist/components/Modal/index.d.ts +3 -3
  163. package/dist/components/Modal/types.d.ts +3 -3
  164. package/dist/components/MoreMenu/MoreMenu.d.ts +15 -15
  165. package/dist/components/MoreMenu/MoreMenu.stories.d.ts +6 -6
  166. package/dist/components/MoreMenu/MoreMenu.styles.d.ts +6 -6
  167. package/dist/components/MoreMenu/index.d.ts +2 -2
  168. package/dist/components/MultiSelect/MultiSelect.d.ts +23 -23
  169. package/dist/components/MultiSelect/MultiSelect.stories.d.ts +13 -13
  170. package/dist/components/MultiSelect/MultiSelect.styles.d.ts +7 -7
  171. package/dist/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.d.ts +12 -12
  172. package/dist/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.styles.d.ts +3 -3
  173. package/dist/components/MultiSelect/components/MultiSelectInput/index.d.ts +2 -2
  174. package/dist/components/MultiSelect/components/index.d.ts +1 -1
  175. package/dist/components/MultiSelect/index.d.ts +4 -4
  176. package/dist/components/MultiSelect/types.d.ts +1 -1
  177. package/dist/components/MultiSelectList/MultiSelectList.d.ts +25 -25
  178. package/dist/components/MultiSelectList/MultiSelectList.styles.d.ts +13 -13
  179. package/dist/components/MultiSelectList/constants.d.ts +3 -3
  180. package/dist/components/MultiSelectList/helpers.d.ts +3 -3
  181. package/dist/components/MultiSelectList/index.d.ts +3 -3
  182. package/dist/components/MultiSelectList/types.d.ts +12 -12
  183. package/dist/components/NewMoreMenu/NewMoreMenu.d.ts +13 -13
  184. package/dist/components/NewMoreMenu/NewMoreMenu.stories.d.ts +12 -12
  185. package/dist/components/NewMoreMenu/NewMoreMenu.styles.d.ts +8 -8
  186. package/dist/components/NewMoreMenu/index.d.ts +2 -2
  187. package/dist/components/Notification/Notification.d.ts +17 -17
  188. package/dist/components/Notification/Notification.stories.d.ts +8 -8
  189. package/dist/components/Notification/Notification.styles.d.ts +3 -3
  190. package/dist/components/Notification/index.d.ts +3 -3
  191. package/dist/components/Notification/types.d.ts +1 -1
  192. package/dist/components/NumberInput/NumberInput.d.ts +18 -18
  193. package/dist/components/NumberInput/NumberInput.stories.d.ts +7 -7
  194. package/dist/components/NumberInput/helpers.d.ts +4 -4
  195. package/dist/components/NumberInput/index.d.ts +1 -1
  196. package/dist/components/PhoneInput/PhoneInput.d.ts +17 -17
  197. package/dist/components/PhoneInput/PhoneInput.stories.d.ts +28 -28
  198. package/dist/components/PhoneInput/PhoneInput.styles.d.ts +9 -9
  199. package/dist/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.d.ts +13 -13
  200. package/dist/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.stories.d.ts +5 -5
  201. package/dist/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.styles.d.ts +7 -7
  202. package/dist/components/PhoneInput/components/PhoneInputCountryList/index.d.ts +2 -2
  203. package/dist/components/PhoneInput/components/index.d.ts +1 -1
  204. package/dist/components/PhoneInput/constants.d.ts +2 -2
  205. package/dist/components/PhoneInput/index.d.ts +4 -4
  206. package/dist/components/PhoneInput/types.d.ts +15 -15
  207. package/dist/components/RadioButton/RadioButton.d.ts +15 -15
  208. package/dist/components/RadioButton/RadioButton.stories.d.ts +7 -7
  209. package/dist/components/RadioButton/RadioButton.styles.d.ts +3 -3
  210. package/dist/components/RadioButton/index.d.ts +2 -2
  211. package/dist/components/ScrollIntoViewIfNeeded/ScrollIntoViewIfNeeded.d.ts +386 -386
  212. package/dist/components/ScrollIntoViewIfNeeded/constants.d.ts +3 -3
  213. package/dist/components/ScrollIntoViewIfNeeded/index.d.ts +1 -1
  214. package/dist/components/SearchInput/SearchInput.d.ts +6 -6
  215. package/dist/components/SearchInput/SearchInput.stories.d.ts +13 -13
  216. package/dist/components/SearchInput/SearchInput.styles.d.ts +7 -7
  217. package/dist/components/SearchInput/index.d.ts +2 -2
  218. package/dist/components/Select/CustomSelect.stories.d.ts +11 -11
  219. package/dist/components/Select/MultiSelect.stories.d.ts +15 -15
  220. package/dist/components/Select/Select.d.ts +52 -52
  221. package/dist/components/Select/Select.stories.d.ts +15 -15
  222. package/dist/components/Select/Select.styles.d.ts +33 -33
  223. package/dist/components/Select/components/SelectList/SelectList.d.ts +23 -23
  224. package/dist/components/Select/components/SelectList/SelectList.styles.d.ts +6 -6
  225. package/dist/components/Select/components/SelectList/index.d.ts +2 -2
  226. package/dist/components/Select/components/SelectListItem/SelectListItem.d.ts +15 -15
  227. package/dist/components/Select/components/SelectListItem/SelectListItem.styles.d.ts +2 -2
  228. package/dist/components/Select/components/SelectListItem/index.d.ts +1 -1
  229. package/dist/components/Select/components/index.d.ts +2 -2
  230. package/dist/components/Select/constants.d.ts +2 -2
  231. package/dist/components/Select/helpers.d.ts +4 -4
  232. package/dist/components/Select/index.d.ts +4 -4
  233. package/dist/components/Select/types.d.ts +1 -1
  234. package/dist/components/Selector/Selector.d.ts +22 -22
  235. package/dist/components/Selector/Selector.stories.d.ts +7 -7
  236. package/dist/components/Selector/Selector.styles.d.ts +9 -9
  237. package/dist/components/Selector/index.d.ts +2 -2
  238. package/dist/components/Selector/types.d.ts +10 -10
  239. package/dist/components/Skeleton/Skeleton.d.ts +7 -7
  240. package/dist/components/Skeleton/Skeleton.stories.d.ts +6 -6
  241. package/dist/components/Skeleton/Skeleton.styles.d.ts +3 -3
  242. package/dist/components/Skeleton/index.d.ts +2 -2
  243. package/dist/components/SmartInput/SmartInput.d.ts +12 -12
  244. package/dist/components/SmartInput/SmartInput.stories.d.ts +18 -18
  245. package/dist/components/SmartInput/constants.d.ts +18 -18
  246. package/dist/components/SmartInput/helpers.d.ts +4 -4
  247. package/dist/components/SmartInput/index.d.ts +2 -2
  248. package/dist/components/SmartInput/types.d.ts +1 -1
  249. package/dist/components/Status/Status.d.ts +16 -16
  250. package/dist/components/Status/Status.stories.d.ts +6 -6
  251. package/dist/components/Status/Status.styles.d.ts +3 -3
  252. package/dist/components/Status/constants.d.ts +2 -2
  253. package/dist/components/Status/index.d.ts +2 -2
  254. package/dist/components/Status/types.d.ts +3 -3
  255. package/dist/components/Switch/Switch.d.ts +20 -20
  256. package/dist/components/Switch/Switch.stories.d.ts +16 -16
  257. package/dist/components/Switch/Switch.styles.d.ts +3 -3
  258. package/dist/components/Switch/index.d.ts +3 -3
  259. package/dist/components/Switch/types.d.ts +4 -4
  260. package/dist/components/TextArea/TextArea.d.ts +38 -38
  261. package/dist/components/TextArea/TextArea.stories.d.ts +17 -17
  262. package/dist/components/TextArea/TextArea.styles.d.ts +3 -3
  263. package/dist/components/TextArea/index.d.ts +3 -3
  264. package/dist/components/TextArea/types.d.ts +2 -2
  265. package/dist/components/TextButton/TextButton.d.ts +31 -31
  266. package/dist/components/TextButton/TextButton.stories.d.ts +6 -6
  267. package/dist/components/TextButton/TextButton.styles.d.ts +7 -7
  268. package/dist/components/TextButton/constants.d.ts +2 -2
  269. package/dist/components/TextButton/index.d.ts +3 -3
  270. package/dist/components/TextButton/types.d.ts +5 -5
  271. package/dist/components/TextWithInfo/TextWithInfo.d.ts +15 -15
  272. package/dist/components/TextWithInfo/TextWithInfo.stories.d.ts +12 -12
  273. package/dist/components/TextWithInfo/TextWithInfo.styles.d.ts +3 -3
  274. package/dist/components/TextWithInfo/index.d.ts +2 -2
  275. package/dist/components/TextWithTooltip/TextWithTooltip.d.ts +26 -26
  276. package/dist/components/TextWithTooltip/TextWithTooltip.stories.d.ts +24 -24
  277. package/dist/components/TextWithTooltip/TextWithTooltip.styles.d.ts +6 -6
  278. package/dist/components/TextWithTooltip/index.d.ts +2 -2
  279. package/dist/components/ThemedPreloader/ThemedPreloader.d.ts +11 -11
  280. package/dist/components/ThemedPreloader/ThemedPreloader.stories.d.ts +17 -17
  281. package/dist/components/ThemedPreloader/ThemedPreloader.styles.d.ts +7 -7
  282. package/dist/components/ThemedPreloader/components/DefaultPreloader/DefaultPreloader.d.ts +2 -2
  283. package/dist/components/ThemedPreloader/components/DefaultPreloader/index.d.ts +1 -1
  284. package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.d.ts +5 -5
  285. package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.styles.d.ts +3 -3
  286. package/dist/components/ThemedPreloader/components/DotsPreloader/index.d.ts +2 -2
  287. package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.d.ts +8 -8
  288. package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.styles.d.ts +3 -3
  289. package/dist/components/ThemedPreloader/components/SvgPreloader/index.d.ts +2 -2
  290. package/dist/components/ThemedPreloader/components/index.d.ts +3 -3
  291. package/dist/components/ThemedPreloader/constants.d.ts +1 -1
  292. package/dist/components/ThemedPreloader/index.d.ts +4 -4
  293. package/dist/components/ThemedPreloader/types.d.ts +2 -2
  294. package/dist/components/Toaster/Toaster.d.ts +23 -23
  295. package/dist/components/Toaster/Toaster.stories.d.ts +5 -5
  296. package/dist/components/Toaster/Toaster.styles.d.ts +6 -6
  297. package/dist/components/Toaster/constants.d.ts +1 -1
  298. package/dist/components/Toaster/index.d.ts +3 -3
  299. package/dist/components/Toaster/types.d.ts +1 -1
  300. package/dist/components/Tooltip/Tooltip.d.ts +11 -11
  301. package/dist/components/Tooltip/Tooltip.stories.d.ts +5 -5
  302. package/dist/components/Tooltip/Tooltip.styles.d.ts +3 -3
  303. package/dist/components/Tooltip/index.d.ts +3 -3
  304. package/dist/components/Tooltip/types.d.ts +1 -1
  305. package/dist/components/WithPopup/WithPopup.d.ts +33 -33
  306. package/dist/components/WithPopup/WithPopup.stories.d.ts +16 -16
  307. package/dist/components/WithPopup/WithPopup.styles.d.ts +3 -3
  308. package/dist/components/WithPopup/constants.d.ts +2 -2
  309. package/dist/components/WithPopup/index.d.ts +2 -2
  310. package/dist/components/WithPopup/types.d.ts +19 -19
  311. package/dist/components/index.d.ts +45 -45
  312. package/dist/constants/index.d.ts +2 -2
  313. package/dist/constants/mime-types.d.ts +76 -76
  314. package/dist/constants/phone-info.d.ts +2 -2
  315. package/dist/helpers/index.d.ts +3 -3
  316. package/dist/helpers/misc.d.ts +21 -21
  317. package/dist/helpers/phone.d.ts +14 -14
  318. package/dist/helpers/popper-helpers.d.ts +2 -2
  319. package/dist/hooks/index.d.ts +7 -7
  320. package/dist/hooks/use-did-mount-effect.d.ts +2 -2
  321. package/dist/hooks/use-dropdown.d.ts +11 -11
  322. package/dist/hooks/use-is-mounted.d.ts +1 -1
  323. package/dist/hooks/use-merged-refs.d.ts +2 -2
  324. package/dist/hooks/use-mixed-styles.d.ts +1 -1
  325. package/dist/hooks/use-on-click-outside.d.ts +5 -5
  326. package/dist/hooks/use-tweak-styles.d.ts +21 -21
  327. package/dist/index.d.ts +6 -6
  328. package/dist/theme/Provider.d.ts +11 -11
  329. package/dist/theme/common.d.ts +101 -101
  330. package/dist/theme/helpers.d.ts +10 -10
  331. package/dist/theme/index.d.ts +4 -4
  332. package/dist/theme/types.d.ts +82 -82
  333. package/dist/true-react-common-ui-kit.js +126 -279
  334. package/dist/true-react-common-ui-kit.js.map +1 -1
  335. package/dist/true-react-common-ui-kit.umd.cjs +126 -279
  336. package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
  337. package/dist/types.d.ts +44 -44
  338. package/package.json +98 -98
  339. package/src/components/AccountInfo/AccountInfo.stories.tsx +32 -32
  340. package/src/components/AccountInfo/AccountInfo.styles.ts +52 -52
  341. package/src/components/AccountInfo/AccountInfo.tsx +80 -80
  342. package/src/components/AccountInfo/constants.ts +1 -1
  343. package/src/components/AccountInfo/index.ts +2 -2
  344. package/src/components/AddButton/AddButton.stories.tsx +21 -21
  345. package/src/components/AddButton/AddButton.styles.ts +34 -34
  346. package/src/components/AddButton/AddButton.tsx +52 -52
  347. package/src/components/AddButton/index.ts +2 -2
  348. package/src/components/Button/Button.stories.tsx +54 -54
  349. package/src/components/Button/Button.styles.ts +200 -200
  350. package/src/components/Button/Button.tsx +129 -129
  351. package/src/components/Button/constants.ts +11 -11
  352. package/src/components/Button/index.ts +3 -3
  353. package/src/components/Button/types.ts +5 -5
  354. package/src/components/Checkbox/Checkbox.stories.tsx +54 -54
  355. package/src/components/Checkbox/Checkbox.styles.ts +49 -49
  356. package/src/components/Checkbox/Checkbox.tsx +84 -84
  357. package/src/components/Checkbox/index.ts +2 -2
  358. package/src/components/CloseButton/CloseButton.stories.tsx +11 -11
  359. package/src/components/CloseButton/CloseButton.styles.ts +34 -34
  360. package/src/components/CloseButton/CloseButton.tsx +35 -35
  361. package/src/components/CloseButton/index.ts +2 -2
  362. package/src/components/Colors/Colors.stories.tsx +7 -7
  363. package/src/components/Colors/Colors.styles.ts +36 -36
  364. package/src/components/Colors/Colors.tsx +26 -26
  365. package/src/components/Colors/index.ts +1 -1
  366. package/src/components/CssBaseline/CssBaseline.styles.ts +14 -14
  367. package/src/components/CssBaseline/CssBaseline.tsx +13 -13
  368. package/src/components/CssBaseline/index.ts +2 -2
  369. package/src/components/DateInput/DateInput.stories.tsx +61 -61
  370. package/src/components/DateInput/DateInput.styles.ts +18 -18
  371. package/src/components/DateInput/DateInput.tsx +90 -90
  372. package/src/components/DateInput/constants.ts +2 -2
  373. package/src/components/DateInput/index.ts +3 -3
  374. package/src/components/DatePicker/DatePicker.stories.tsx +88 -88
  375. package/src/components/DatePicker/DatePicker.styles.ts +38 -38
  376. package/src/components/DatePicker/DatePicker.tsx +314 -314
  377. package/src/components/DatePicker/components/DatePickerHeader/DatePickerHeader.styles.ts +88 -88
  378. package/src/components/DatePicker/components/DatePickerHeader/DatePickerHeader.tsx +89 -89
  379. package/src/components/DatePicker/components/DatePickerHeader/index.ts +2 -2
  380. package/src/components/DatePicker/components/PopperContainer/PopperContainer.tsx +6 -6
  381. package/src/components/DatePicker/components/PopperContainer/index.ts +1 -1
  382. package/src/components/DatePicker/components/index.ts +2 -2
  383. package/src/components/DatePicker/constants.ts +6 -6
  384. package/src/components/DatePicker/helpers.ts +23 -23
  385. package/src/components/DatePicker/index.ts +4 -4
  386. package/src/components/DatePicker/types.ts +48 -48
  387. package/src/components/Description/Description.stories.tsx +27 -27
  388. package/src/components/Description/Description.styles.ts +30 -30
  389. package/src/components/Description/Description.tsx +61 -61
  390. package/src/components/Description/constants.ts +1 -1
  391. package/src/components/Description/index.ts +2 -2
  392. package/src/components/FileInput/FileInput.stories.tsx +75 -75
  393. package/src/components/FileInput/FileInput.styles.ts +80 -80
  394. package/src/components/FileInput/FileInput.tsx +147 -147
  395. package/src/components/FileInput/helpers.ts +6 -6
  396. package/src/components/FileInput/index.ts +2 -2
  397. package/src/components/FileItem/FileItem.stories.tsx +63 -63
  398. package/src/components/FileItem/FileItem.styles.ts +122 -122
  399. package/src/components/FileItem/FileItem.tsx +157 -157
  400. package/src/components/FileItem/constants.ts +29 -29
  401. package/src/components/FileItem/helpers.ts +27 -27
  402. package/src/components/FileItem/index.ts +4 -4
  403. package/src/components/FileItem/types.ts +11 -11
  404. package/src/components/FiltersPane/FiltersPane.stories.tsx +287 -287
  405. package/src/components/FiltersPane/FiltersPane.styles.ts +92 -92
  406. package/src/components/FiltersPane/FiltersPane.tsx +162 -162
  407. package/src/components/FiltersPane/components/Filter/Filter.tsx +114 -114
  408. package/src/components/FiltersPane/components/Filter/index.ts +1 -1
  409. package/src/components/FiltersPane/components/FilterInterval/FilterInterval.styles.ts +61 -61
  410. package/src/components/FiltersPane/components/FilterInterval/FilterInterval.tsx +154 -154
  411. package/src/components/FiltersPane/components/FilterInterval/index.ts +2 -2
  412. package/src/components/FiltersPane/components/FilterMultiSelect/FilterMultiSelect.tsx +10 -10
  413. package/src/components/FiltersPane/components/FilterMultiSelect/index.ts +1 -1
  414. package/src/components/FiltersPane/components/FilterSelect/FilterSelect.styles.ts +141 -141
  415. package/src/components/FiltersPane/components/FilterSelect/FilterSelect.tsx +361 -361
  416. package/src/components/FiltersPane/components/FilterSelect/index.ts +2 -2
  417. package/src/components/FiltersPane/components/FilterValueView/FilterValueView.styles.tsx +15 -15
  418. package/src/components/FiltersPane/components/FilterValueView/FilterValueView.tsx +166 -166
  419. package/src/components/FiltersPane/components/FilterValueView/index.tsx +2 -2
  420. package/src/components/FiltersPane/components/FilterWithDates/FilterWithDates.styles.ts +68 -68
  421. package/src/components/FiltersPane/components/FilterWithDates/FilterWithDates.tsx +210 -210
  422. package/src/components/FiltersPane/components/FilterWithDates/index.ts +2 -2
  423. package/src/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.styles.ts +21 -21
  424. package/src/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.tsx +177 -177
  425. package/src/components/FiltersPane/components/FilterWithPeriod/index.ts +2 -2
  426. package/src/components/FiltersPane/components/FilterWrapper/FilterWrapper.styles.ts +95 -95
  427. package/src/components/FiltersPane/components/FilterWrapper/FilterWrapper.tsx +131 -131
  428. package/src/components/FiltersPane/components/FilterWrapper/helpers.ts +14 -14
  429. package/src/components/FiltersPane/components/FilterWrapper/index.ts +2 -2
  430. package/src/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.styles.ts +123 -123
  431. package/src/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.tsx +165 -165
  432. package/src/components/FiltersPane/components/FiltersPaneSearch/index.ts +2 -2
  433. package/src/components/FiltersPane/components/index.ts +9 -9
  434. package/src/components/FiltersPane/constants.ts +137 -137
  435. package/src/components/FiltersPane/helpers.ts +26 -26
  436. package/src/components/FiltersPane/index.ts +5 -5
  437. package/src/components/FiltersPane/types.ts +156 -156
  438. package/src/components/Flag/Flag.stories.tsx +29 -29
  439. package/src/components/Flag/Flag.styles.ts +17 -17
  440. package/src/components/Flag/Flag.tsx +26 -26
  441. package/src/components/Flag/augment.d.ts +1 -1
  442. package/src/components/Flag/index.ts +2 -2
  443. package/src/components/FlexibleTable/FlexibleTable.stories.tsx +300 -300
  444. package/src/components/FlexibleTable/FlexibleTable.styles.ts +111 -111
  445. package/src/components/FlexibleTable/FlexibleTable.tsx +308 -303
  446. package/src/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.styles.ts +39 -39
  447. package/src/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.tsx +103 -97
  448. package/src/components/FlexibleTable/components/FlexibleTableCell/index.ts +2 -2
  449. package/src/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.styles.ts +25 -25
  450. package/src/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.tsx +193 -193
  451. package/src/components/FlexibleTable/components/FlexibleTableRow/index.ts +2 -2
  452. package/src/components/FlexibleTable/components/index.ts +2 -2
  453. package/src/components/FlexibleTable/constants.ts +8 -8
  454. package/src/components/FlexibleTable/helpers.ts +16 -16
  455. package/src/components/FlexibleTable/index.ts +4 -4
  456. package/src/components/FlexibleTable/types.ts +76 -76
  457. package/src/components/Icon/Icon.stories.tsx +86 -86
  458. package/src/components/Icon/Icon.styles.ts +10 -10
  459. package/src/components/Icon/Icon.tsx +26 -26
  460. package/src/components/Icon/complexIcons/augment.d.ts +1 -1
  461. package/src/components/Icon/complexIcons/avatarGreen.svg +57 -57
  462. package/src/components/Icon/complexIcons/fileExcel.svg +10 -10
  463. package/src/components/Icon/complexIcons/fileImage.svg +12 -12
  464. package/src/components/Icon/complexIcons/fileOther.svg +9 -9
  465. package/src/components/Icon/complexIcons/filePdf.svg +10 -10
  466. package/src/components/Icon/complexIcons/fileWord.svg +10 -10
  467. package/src/components/Icon/complexIcons/fileXml.svg +12 -12
  468. package/src/components/Icon/complexIcons/fileZip.svg +15 -15
  469. package/src/components/Icon/complexIcons/icons.ts +19 -19
  470. package/src/components/Icon/complexIcons/index.ts +1 -1
  471. package/src/components/Icon/components/ComplexIconBoilerplate/ComplexIconBoilerplate.tsx +16 -16
  472. package/src/components/Icon/components/ComplexIconBoilerplate/index.ts +1 -1
  473. package/src/components/Icon/components/IconBolerplate/IconBoilerplate.tsx +43 -43
  474. package/src/components/Icon/components/IconBolerplate/index.ts +1 -1
  475. package/src/components/Icon/components/index.ts +2 -2
  476. package/src/components/Icon/helpers.tsx +9 -9
  477. package/src/components/Icon/icons-list.ts +855 -855
  478. package/src/components/Icon/index.ts +5 -5
  479. package/src/components/Icon/snippet.tsx +6 -6
  480. package/src/components/Icon/types.ts +18 -18
  481. package/src/components/IconButton/IconButton.stories.tsx +32 -32
  482. package/src/components/IconButton/IconButton.styles.ts +84 -84
  483. package/src/components/IconButton/IconButton.tsx +74 -74
  484. package/src/components/IconButton/constants.ts +3 -3
  485. package/src/components/IconButton/index.ts +3 -3
  486. package/src/components/IconButton/types.ts +11 -11
  487. package/src/components/IncrementInput/IncrementInput.stories.tsx +31 -31
  488. package/src/components/IncrementInput/IncrementInput.styles.ts +78 -78
  489. package/src/components/IncrementInput/IncrementInput.tsx +105 -105
  490. package/src/components/IncrementInput/index.ts +2 -2
  491. package/src/components/Input/Input.stories.tsx +91 -91
  492. package/src/components/Input/Input.styles.ts +308 -308
  493. package/src/components/Input/Input.tsx +296 -296
  494. package/src/components/Input/constants.ts +1 -1
  495. package/src/components/Input/index.ts +3 -3
  496. package/src/components/Input/types.ts +32 -32
  497. package/src/components/List/List.stories.tsx +90 -90
  498. package/src/components/List/List.styles.ts +25 -25
  499. package/src/components/List/List.tsx +68 -68
  500. package/src/components/List/components/ListItem/ListItem.styles.ts +52 -52
  501. package/src/components/List/components/ListItem/ListItem.tsx +68 -68
  502. package/src/components/List/components/ListItem/index.ts +2 -2
  503. package/src/components/List/components/index.ts +1 -1
  504. package/src/components/List/index.ts +3 -3
  505. package/src/components/Modal/Modal.stories.tsx +105 -105
  506. package/src/components/Modal/Modal.styles.ts +318 -318
  507. package/src/components/Modal/Modal.tsx +203 -203
  508. package/src/components/Modal/index.ts +3 -3
  509. package/src/components/Modal/types.ts +17 -17
  510. package/src/components/MoreMenu/MoreMenu.stories.tsx +46 -46
  511. package/src/components/MoreMenu/MoreMenu.styles.ts +69 -69
  512. package/src/components/MoreMenu/MoreMenu.tsx +93 -93
  513. package/src/components/MoreMenu/index.ts +2 -2
  514. package/src/components/MultiSelect/MultiSelect.stories.tsx +46 -46
  515. package/src/components/MultiSelect/MultiSelect.styles.ts +59 -59
  516. package/src/components/MultiSelect/MultiSelect.tsx +106 -106
  517. package/src/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.styles.ts +73 -73
  518. package/src/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.tsx +53 -53
  519. package/src/components/MultiSelect/components/MultiSelectInput/index.ts +2 -2
  520. package/src/components/MultiSelect/components/index.ts +1 -1
  521. package/src/components/MultiSelect/index.ts +4 -4
  522. package/src/components/MultiSelect/types.ts +1 -1
  523. package/src/components/MultiSelectList/MultiSelectList.styles.ts +136 -136
  524. package/src/components/MultiSelectList/MultiSelectList.tsx +461 -461
  525. package/src/components/MultiSelectList/constants.ts +21 -21
  526. package/src/components/MultiSelectList/helpers.ts +11 -11
  527. package/src/components/MultiSelectList/index.ts +3 -3
  528. package/src/components/MultiSelectList/types.ts +15 -15
  529. package/src/components/NewMoreMenu/NewMoreMenu.stories.tsx +74 -74
  530. package/src/components/NewMoreMenu/NewMoreMenu.styles.ts +39 -39
  531. package/src/components/NewMoreMenu/NewMoreMenu.tsx +79 -79
  532. package/src/components/NewMoreMenu/index.ts +2 -2
  533. package/src/components/Notification/Notification.stories.tsx +55 -55
  534. package/src/components/Notification/Notification.styles.ts +57 -57
  535. package/src/components/Notification/Notification.tsx +77 -77
  536. package/src/components/Notification/index.ts +3 -3
  537. package/src/components/Notification/types.ts +1 -1
  538. package/src/components/NumberInput/NumberInput.stories.tsx +35 -35
  539. package/src/components/NumberInput/NumberInput.tsx +137 -137
  540. package/src/components/NumberInput/helpers.ts +84 -84
  541. package/src/components/NumberInput/index.ts +1 -1
  542. package/src/components/PhoneInput/PhoneInput.stories.tsx +70 -70
  543. package/src/components/PhoneInput/PhoneInput.styles.ts +89 -89
  544. package/src/components/PhoneInput/PhoneInput.tsx +214 -214
  545. package/src/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.stories.tsx +21 -21
  546. package/src/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.styles.ts +103 -103
  547. package/src/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.tsx +155 -155
  548. package/src/components/PhoneInput/components/PhoneInputCountryList/index.ts +2 -2
  549. package/src/components/PhoneInput/components/index.ts +1 -1
  550. package/src/components/PhoneInput/constants.ts +3 -3
  551. package/src/components/PhoneInput/index.ts +4 -4
  552. package/src/components/PhoneInput/types.ts +16 -16
  553. package/src/components/RadioButton/RadioButton.stories.tsx +46 -46
  554. package/src/components/RadioButton/RadioButton.styles.ts +37 -37
  555. package/src/components/RadioButton/RadioButton.tsx +57 -57
  556. package/src/components/RadioButton/index.ts +2 -2
  557. package/src/components/ScrollIntoViewIfNeeded/ScrollIntoViewIfNeeded.ts +54 -54
  558. package/src/components/ScrollIntoViewIfNeeded/constants.ts +12 -12
  559. package/src/components/ScrollIntoViewIfNeeded/index.ts +1 -1
  560. package/src/components/SearchInput/SearchInput.stories.tsx +23 -23
  561. package/src/components/SearchInput/SearchInput.styles.ts +50 -50
  562. package/src/components/SearchInput/SearchInput.tsx +56 -56
  563. package/src/components/SearchInput/index.ts +2 -2
  564. package/src/components/Select/CustomSelect.stories.tsx +253 -253
  565. package/src/components/Select/MultiSelect.stories.tsx +240 -240
  566. package/src/components/Select/Select.stories.tsx +235 -235
  567. package/src/components/Select/Select.styles.ts +147 -147
  568. package/src/components/Select/Select.tsx +654 -654
  569. package/src/components/Select/components/SelectList/SelectList.styles.ts +73 -73
  570. package/src/components/Select/components/SelectList/SelectList.tsx +152 -152
  571. package/src/components/Select/components/SelectList/index.ts +2 -2
  572. package/src/components/Select/components/SelectListItem/SelectListItem.styles.ts +14 -14
  573. package/src/components/Select/components/SelectListItem/SelectListItem.tsx +76 -76
  574. package/src/components/Select/components/SelectListItem/index.ts +1 -1
  575. package/src/components/Select/components/index.ts +2 -2
  576. package/src/components/Select/constants.ts +2 -2
  577. package/src/components/Select/helpers.ts +20 -20
  578. package/src/components/Select/index.ts +4 -4
  579. package/src/components/Select/types.ts +1 -1
  580. package/src/components/Selector/Selector.stories.tsx +62 -62
  581. package/src/components/Selector/Selector.styles.ts +165 -165
  582. package/src/components/Selector/Selector.tsx +115 -115
  583. package/src/components/Selector/index.ts +2 -2
  584. package/src/components/Selector/types.ts +12 -12
  585. package/src/components/Skeleton/Skeleton.stories.tsx +19 -19
  586. package/src/components/Skeleton/Skeleton.styles.ts +46 -46
  587. package/src/components/Skeleton/Skeleton.tsx +12 -12
  588. package/src/components/Skeleton/index.ts +2 -2
  589. package/src/components/SmartInput/SmartInput.stories.tsx +51 -51
  590. package/src/components/SmartInput/SmartInput.tsx +134 -134
  591. package/src/components/SmartInput/constants.ts +84 -84
  592. package/src/components/SmartInput/helpers.ts +13 -13
  593. package/src/components/SmartInput/index.ts +2 -2
  594. package/src/components/SmartInput/types.ts +11 -11
  595. package/src/components/Status/Status.stories.tsx +73 -73
  596. package/src/components/Status/Status.styles.ts +143 -143
  597. package/src/components/Status/Status.tsx +49 -49
  598. package/src/components/Status/constants.ts +11 -11
  599. package/src/components/Status/index.ts +3 -3
  600. package/src/components/Status/types.ts +5 -5
  601. package/src/components/Switch/Switch.stories.tsx +40 -40
  602. package/src/components/Switch/Switch.styles.ts +75 -75
  603. package/src/components/Switch/Switch.tsx +75 -75
  604. package/src/components/Switch/index.ts +3 -3
  605. package/src/components/Switch/types.ts +4 -4
  606. package/src/components/TextArea/TextArea.stories.tsx +37 -37
  607. package/src/components/TextArea/TextArea.styles.ts +177 -177
  608. package/src/components/TextArea/TextArea.tsx +183 -183
  609. package/src/components/TextArea/index.ts +3 -3
  610. package/src/components/TextArea/types.ts +6 -6
  611. package/src/components/TextButton/TextButton.stories.tsx +47 -47
  612. package/src/components/TextButton/TextButton.styles.ts +130 -130
  613. package/src/components/TextButton/TextButton.tsx +110 -110
  614. package/src/components/TextButton/constants.ts +3 -3
  615. package/src/components/TextButton/index.ts +3 -3
  616. package/src/components/TextButton/types.ts +11 -11
  617. package/src/components/TextWithInfo/TextWithInfo.stories.tsx +53 -53
  618. package/src/components/TextWithInfo/TextWithInfo.styles.ts +59 -59
  619. package/src/components/TextWithInfo/TextWithInfo.tsx +62 -62
  620. package/src/components/TextWithInfo/index.ts +2 -2
  621. package/src/components/TextWithTooltip/TextWithTooltip.stories.tsx +58 -58
  622. package/src/components/TextWithTooltip/TextWithTooltip.styles.ts +21 -21
  623. package/src/components/TextWithTooltip/TextWithTooltip.tsx +155 -155
  624. package/src/components/TextWithTooltip/index.ts +2 -2
  625. package/src/components/ThemedPreloader/ThemedPreloader.stories.tsx +41 -41
  626. package/src/components/ThemedPreloader/ThemedPreloader.styles.ts +26 -26
  627. package/src/components/ThemedPreloader/ThemedPreloader.tsx +54 -54
  628. package/src/components/ThemedPreloader/components/DefaultPreloader/DefaultPreloader.tsx +29 -29
  629. package/src/components/ThemedPreloader/components/DefaultPreloader/index.ts +1 -1
  630. package/src/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.styles.ts +55 -55
  631. package/src/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.tsx +15 -15
  632. package/src/components/ThemedPreloader/components/DotsPreloader/index.ts +2 -2
  633. package/src/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.styles.ts +11 -11
  634. package/src/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.tsx +24 -24
  635. package/src/components/ThemedPreloader/components/SvgPreloader/index.ts +2 -2
  636. package/src/components/ThemedPreloader/components/index.ts +3 -3
  637. package/src/components/ThemedPreloader/constants.ts +1 -1
  638. package/src/components/ThemedPreloader/index.ts +4 -4
  639. package/src/components/ThemedPreloader/types.ts +3 -3
  640. package/src/components/Toaster/Toaster.stories.tsx +30 -30
  641. package/src/components/Toaster/Toaster.styles.ts +60 -60
  642. package/src/components/Toaster/Toaster.tsx +96 -109
  643. package/src/components/Toaster/constants.ts +1 -1
  644. package/src/components/Toaster/index.ts +3 -3
  645. package/src/components/Toaster/types.ts +1 -1
  646. package/src/components/Tooltip/Tooltip.stories.tsx +19 -19
  647. package/src/components/Tooltip/Tooltip.styles.ts +49 -49
  648. package/src/components/Tooltip/Tooltip.tsx +35 -35
  649. package/src/components/Tooltip/index.ts +3 -3
  650. package/src/components/Tooltip/types.ts +1 -1
  651. package/src/components/WithPopup/WithPopup.stories.tsx +100 -100
  652. package/src/components/WithPopup/WithPopup.styles.ts +42 -42
  653. package/src/components/WithPopup/WithPopup.tsx +183 -183
  654. package/src/components/WithPopup/constants.ts +3 -3
  655. package/src/components/WithPopup/index.ts +2 -2
  656. package/src/components/WithPopup/types.ts +25 -25
  657. package/src/components/index.ts +45 -45
  658. package/src/constants/index.ts +2 -2
  659. package/src/constants/mime-types.ts +77 -77
  660. package/src/constants/phone-info.ts +2147 -2147
  661. package/src/helpers/index.ts +3 -3
  662. package/src/helpers/misc.ts +160 -160
  663. package/src/helpers/phone.ts +91 -91
  664. package/src/helpers/popper-helpers.ts +17 -17
  665. package/src/hooks/index.ts +7 -7
  666. package/src/hooks/use-did-mount-effect.ts +18 -18
  667. package/src/hooks/use-dropdown.ts +84 -84
  668. package/src/hooks/use-is-mounted.ts +15 -15
  669. package/src/hooks/use-merged-refs.ts +4 -4
  670. package/src/hooks/use-mixed-styles.ts +14 -14
  671. package/src/hooks/use-on-click-outside.ts +77 -77
  672. package/src/hooks/use-tweak-styles.ts +57 -57
  673. package/src/index.ts +6 -6
  674. package/src/theme/Provider.tsx +21 -21
  675. package/src/theme/common.ts +164 -164
  676. package/src/theme/helpers.ts +76 -76
  677. package/src/theme/index.ts +4 -4
  678. package/src/theme/types.ts +157 -157
  679. package/src/types.ts +62 -62
  680. package/src/vite-env.d.ts +1 -1
@@ -6656,71 +6656,71 @@
6656
6656
  return trueReactPlatformHelpers.mergeRefs(refs);
6657
6657
  }, refs);
6658
6658
  };
6659
- const avatarGreen = ` <svg
6660
- width="100%"
6661
- height="100%"
6662
- viewBox="0 0 32 32"
6663
- fill="none"
6664
- xmlns="http://www.w3.org/2000/svg"
6665
- >
6666
- <circle opacity="0.5" cx="16" cy="16" r="16" fill="#DDE3ED" />
6667
- <mask
6668
- id="mask0_0_12744"
6669
- style="mask-type: 'alpha';"
6670
- maskUnits="userSpaceOnUse"
6671
- x="0"
6672
- y="0"
6673
- width="32"
6674
- height="32"
6675
- >
6676
- <circle cx="16" cy="16" r="16" fill="white" />
6677
- </mask>
6678
- <g mask="url(#mask0_0_12744)">
6679
- <circle cx="16" cy="29" r="13" fill="url(#paint0_linear_0_12744)" />
6680
- <mask
6681
- id="mask1_0_12744"
6682
- style="mask-type: 'alpha';"
6683
- maskUnits="userSpaceOnUse"
6684
- x="3"
6685
- y="16"
6686
- width="26"
6687
- height="26"
6688
- >
6689
- <circle cx="16" cy="29" r="13" fill="white" />
6690
- </mask>
6691
- <g mask="url(#mask1_0_12744)">
6692
- <ellipse
6693
- cx="16"
6694
- cy="17.5"
6695
- rx="6"
6696
- ry="7.5"
6697
- fill="#505F79"
6698
- fill-opacity="0.204983"
6699
- />
6700
- </g>
6701
- </g>
6702
- <ellipse cx="16" cy="13" rx="6" ry="7" fill="white" />
6703
- <defs>
6704
- <linearGradient
6705
- id="paint0_linear_0_12744"
6706
- x1="13.347"
6707
- y1="46.279"
6708
- x2="33.5318"
6709
- y2="30.8088"
6710
- gradientUnits="userSpaceOnUse"
6711
- >
6712
- <stop stop-color="#ABD229" />
6713
- <stop offset="1" stop-color="#9CD03F" />
6714
- </linearGradient>
6715
- </defs>
6659
+ const avatarGreen = ` <svg\r
6660
+ width="100%"\r
6661
+ height="100%"\r
6662
+ viewBox="0 0 32 32"\r
6663
+ fill="none"\r
6664
+ xmlns="http://www.w3.org/2000/svg"\r
6665
+ >\r
6666
+ <circle opacity="0.5" cx="16" cy="16" r="16" fill="#DDE3ED" />\r
6667
+ <mask\r
6668
+ id="mask0_0_12744"\r
6669
+ style="mask-type: 'alpha';"\r
6670
+ maskUnits="userSpaceOnUse"\r
6671
+ x="0"\r
6672
+ y="0"\r
6673
+ width="32"\r
6674
+ height="32"\r
6675
+ >\r
6676
+ <circle cx="16" cy="16" r="16" fill="white" />\r
6677
+ </mask>\r
6678
+ <g mask="url(#mask0_0_12744)">\r
6679
+ <circle cx="16" cy="29" r="13" fill="url(#paint0_linear_0_12744)" />\r
6680
+ <mask\r
6681
+ id="mask1_0_12744"\r
6682
+ style="mask-type: 'alpha';"\r
6683
+ maskUnits="userSpaceOnUse"\r
6684
+ x="3"\r
6685
+ y="16"\r
6686
+ width="26"\r
6687
+ height="26"\r
6688
+ >\r
6689
+ <circle cx="16" cy="29" r="13" fill="white" />\r
6690
+ </mask>\r
6691
+ <g mask="url(#mask1_0_12744)">\r
6692
+ <ellipse\r
6693
+ cx="16"\r
6694
+ cy="17.5"\r
6695
+ rx="6"\r
6696
+ ry="7.5"\r
6697
+ fill="#505F79"\r
6698
+ fill-opacity="0.204983"\r
6699
+ />\r
6700
+ </g>\r
6701
+ </g>\r
6702
+ <ellipse cx="16" cy="13" rx="6" ry="7" fill="white" />\r
6703
+ <defs>\r
6704
+ <linearGradient\r
6705
+ id="paint0_linear_0_12744"\r
6706
+ x1="13.347"\r
6707
+ y1="46.279"\r
6708
+ x2="33.5318"\r
6709
+ y2="30.8088"\r
6710
+ gradientUnits="userSpaceOnUse"\r
6711
+ >\r
6712
+ <stop stop-color="#ABD229" />\r
6713
+ <stop offset="1" stop-color="#9CD03F" />\r
6714
+ </linearGradient>\r
6715
+ </defs>\r
6716
6716
  </svg>`;
6717
- const fileExcel = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\n <rect width="20" height="20" rx="4" fill="#21A366"/>\n <rect width="20" height="20" rx="4" fill="url(#paint0_linear_0_16081)" style="mix-blend-mode:overlay"/>\n <path d="M8.00342 14.5244L10.0728 11.3062L12.1357 14.5244H14.4019L11.2217 9.73828L14.1162 5.21875H11.939L10.1108 8.2085L8.24463 5.21875H6.04834L8.93018 9.66846L5.75 14.5244H8.00342Z" fill="white"/>\n <defs>\n <linearGradient id="paint0_linear_0_16081" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\n <stop stop-color="white" stop-opacity="0.245559"/>\n <stop offset="1" stop-opacity="0.498578"/>\n </linearGradient>\n </defs>\n</svg>';
6718
- const fileImage = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\n <rect width="20" height="20" rx="4" fill="#FF991F"/>\n <rect width="20" height="20" rx="4" fill="url(#paint0_linear_0_16103)" style="mix-blend-mode:overlay"/>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M3.90113 15C3.09595 15 2.62093 14.097 3.07709 13.4335L6.67606 8.19861C7.07341 7.62064 7.9268 7.62065 8.32414 8.19861L13.0001 15H3.90113Z" fill="white"/>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M9.53962 15L12.7076 10.2481C13.1034 9.65434 13.9758 9.65434 14.3717 10.2481L16.5031 13.4453C16.9462 14.1099 16.4698 15 15.6711 15H9.53962Z" fill="white"/>\n <path d="M16.0001 5.5C16.0001 6.32843 15.3285 7 14.5001 7C13.6717 7 13.0001 6.32843 13.0001 5.5C13.0001 4.67157 13.6717 4 14.5001 4C15.3285 4 16.0001 4.67157 16.0001 5.5Z" fill="white"/>\n <defs>\n <linearGradient id="paint0_linear_0_16103" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\n <stop stop-color="white" stop-opacity="0.245559"/>\n <stop offset="1" stop-opacity="0.498578"/>\n </linearGradient>\n </defs>\n</svg>';
6719
- const fileOther = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\n <path fill-rule="evenodd" clip-rule="evenodd" d="M18 6.60751L11.392 -0.000488281L5 0.000113437C3.34315 0.000113437 2 1.34326 2 3.00011V17.0001C2 18.657 3.34315 20.0001 5 20.0001H15C16.6569 20.0001 18 18.657 18 17.0001V6.60751ZM17 8.00011L10 1.00011V6.00011C10 7.10468 10.8954 8.00011 12 8.00011H17Z" fill="#AABFFC"/>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M18 6.60751L11.392 -0.000488281L5 0.000113437C3.34315 0.000113437 2 1.34326 2 3.00011V17.0001C2 18.657 3.34315 20.0001 5 20.0001H15C16.6569 20.0001 18 18.657 18 17.0001V6.60751ZM17 8.00011L10 1.00011V6.00011C10 7.10468 10.8954 8.00011 12 8.00011H17Z" fill="url(#paint0_linear_0_16113)" style="mix-blend-mode:overlay"/>\n <defs>\n <linearGradient id="paint0_linear_0_16113" x1="-5.9615" y1="9.95168" x2="13.4572" y2="25.4862" gradientUnits="userSpaceOnUse">\n <stop stop-color="white" stop-opacity="0.245559"/>\n <stop offset="1" stop-opacity="0.498578"/>\n </linearGradient>\n </defs>\n</svg>';
6720
- const filePdf = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\n <rect width="20" height="20" rx="4" fill="#FF5630"/>\n <rect width="20" height="20" rx="4" fill="url(#paint0_linear_0_16087)" style="mix-blend-mode:overlay"/>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M4.55535 13.6488V11.0388H4.92535C5.65535 11.0388 5.93535 10.9988 6.27535 10.8688C6.97535 10.5988 7.36535 9.92876 7.36535 8.99876C7.36535 8.21876 7.07535 7.57876 6.57535 7.25876C6.27535 7.06876 5.82535 6.97876 5.09535 6.97876H2.98535V13.6488H4.55535ZM4.84535 9.90876H4.54535V8.10876H4.84535C5.51535 8.10876 5.75535 8.34876 5.75535 9.02876C5.75535 9.66876 5.51535 9.90876 4.84535 9.90876ZM11.6393 13.4388C11.2793 13.5988 10.9993 13.6488 10.4393 13.6488H8.21935V6.97876H10.2593C11.2393 6.97876 11.7193 7.11876 12.1093 7.52876C12.5993 8.02876 12.7693 8.71876 12.7693 10.1388C12.7693 10.9388 12.7093 11.6788 12.6093 12.1588C12.4893 12.7388 12.1193 13.2188 11.6393 13.4388ZM10.0793 12.5188H9.79935V8.10876H10.0193C10.9713 8.10876 11.1466 8.35839 11.1586 9.95112L11.1593 10.1488C11.1593 12.2088 11.0193 12.5188 10.0793 12.5188ZM15.3333 10.8188V13.6488H13.7533V6.97876H17.6033V8.23876H15.3333V9.58876H17.4433V10.8188H15.3333Z" fill="white"/>\n <defs>\n <linearGradient id="paint0_linear_0_16087" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\n <stop stop-color="white" stop-opacity="0.245559"/>\n <stop offset="1" stop-opacity="0.498578"/>\n </linearGradient>\n </defs>\n</svg>';
6721
- const fileWord = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\n <rect width="20" height="20" rx="4" fill="#2C7CD3"/>\n <rect width="20" height="20" rx="4" fill="url(#paint0_linear_0_16075)" style="mix-blend-mode:overlay"/>\n <path d="M8.0542 14.9946L9.90137 8.0376L11.7549 14.9946H13.748L16.0078 5.68896H14.1162L12.688 12.189L11.0566 5.68896H8.82227L7.12109 12.0811L5.71826 5.68896H3.79492L6.0166 14.9946H8.0542Z" fill="white"/>\n <defs>\n <linearGradient id="paint0_linear_0_16075" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\n <stop stop-color="white" stop-opacity="0.245559"/>\n <stop offset="1" stop-opacity="0.498578"/>\n </linearGradient>\n </defs>\n</svg>';
6722
- const fileXml = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\n <rect width="20" height="20" rx="4" fill="#FF991F"/>\n <rect width="20" height="20" rx="4" fill="url(#paint0_linear_2163_24057)" style="mix-blend-mode:overlay"/>\n <path d="M1.97561 5.99658L3.56111 9.43008L1.84961 13.0001H3.66611L4.21211 11.6771C4.40111 11.0996 4.45361 10.8791 4.49561 10.6166H4.52711C4.54811 10.8686 4.61111 11.1101 4.77911 11.5826L5.34611 13.0001H7.20461L5.49311 9.44058L7.07861 5.99658H5.28311L4.86311 7.06758C4.85261 7.08858 4.83161 7.16208 4.80011 7.25658C4.75811 7.44558 4.70561 7.63458 4.65311 7.82358C4.60061 8.02308 4.57961 8.10708 4.56911 8.23308H4.52711C4.49561 8.02308 4.43261 7.78158 4.27511 7.23558L3.82361 5.99658H1.97561Z" fill="white"/>\n <path d="M7.53437 5.99658V13.0001H9.05687V9.78708L9.02537 9.34608L8.98337 8.41158C8.98337 8.33808 8.96237 8.00208 8.92037 7.47708H8.98337C9.05687 7.90758 9.10937 8.21208 9.18287 8.53758C9.24587 8.87358 9.34037 9.28308 9.44537 9.77658L10.1804 13.0001H11.3984L12.1544 9.59808C12.2909 8.98908 12.5324 7.79208 12.5744 7.47708H12.6374C12.6059 7.80258 12.5849 8.01258 12.5744 8.22258L12.5534 8.98908C12.5429 9.25158 12.5324 9.52458 12.5219 9.80808V13.0001H14.0444V5.99658H11.6714L11.2409 8.10708C11.0834 8.74758 10.8419 10.3751 10.8419 10.8161L10.7999 10.8266C10.7894 10.2911 10.5269 8.61108 10.3274 7.85508L9.92837 5.99658H7.53437Z" fill="white"/>\n <path d="M14.8685 5.99658V13.0001H18.89V11.6666H16.5275V5.99658H14.8685Z" fill="white"/>\n <defs>\n <linearGradient id="paint0_linear_2163_24057" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\n <stop stop-color="white" stop-opacity="0.245559"/>\n <stop offset="1" stop-opacity="0.498578"/>\n </linearGradient>\n </defs>\n</svg>';
6723
- const fileZip = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\n <g clip-path="url(#clip0_922_22603)">\n <path d="M16 0H4C1.79086 0 0 1.79086 0 4V16C0 18.2091 1.79086 20 4 20H16C18.2091 20 20 18.2091 20 16V4C20 1.79086 18.2091 0 16 0Z" fill="#A1D237"/>\n <path d="M16 0H4C1.79086 0 0 1.79086 0 4V16C0 18.2091 1.79086 20 4 20H16C18.2091 20 20 18.2091 20 16V4C20 1.79086 18.2091 0 16 0Z" fill="url(#paint0_linear_922_22603)" style="mix-blend-mode:overlay"/>\n <path d="M8.32086 14V12.6807H6.32086C5.92513 12.6807 5.72193 12.6927 5.58289 12.7166C5.64706 12.6207 5.68984 12.5367 5.73262 12.4528C5.7861 12.3568 5.83957 12.2609 5.89305 12.1529L8.28877 7.22339V6H4.17112V7.31934H6.20321C6.39572 7.31934 6.59893 7.30735 6.69519 7.29535C6.58824 7.47526 6.49198 7.65517 6.41711 7.81109L4 12.8246V14H8.32086ZM10.4813 14V6H9.03743V14H10.4813ZM12.9519 14V10.8096H13.4439C14.2139 10.8096 14.5241 10.7616 14.877 10.6057C15.5936 10.2699 16 9.47826 16 8.38681C16 7.45127 15.6898 6.69565 15.1444 6.32384C14.8342 6.09595 14.3743 6 13.6364 6H11.508V14H12.9519ZM13.4118 9.6102H12.9519V7.1994H13.3797C13.7219 7.1994 13.9679 7.24738 14.107 7.34333C14.385 7.53523 14.5241 7.87106 14.5241 8.38681C14.5241 8.91454 14.4064 9.25037 14.1497 9.44228C13.9893 9.57421 13.8075 9.6102 13.4118 9.6102Z" fill="white"/>\n </g>\n <defs>\n <linearGradient id="paint0_linear_922_22603" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\n <stop stop-color="white" stop-opacity="0.245559"/>\n <stop offset="1" stop-opacity="0.498578"/>\n </linearGradient>\n <clipPath id="clip0_922_22603">\n <rect width="20" height="20" fill="white"/>\n </clipPath>\n </defs>\n</svg>';
6717
+ const fileExcel = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\r\n <rect width="20" height="20" rx="4" fill="#21A366"/>\r\n <rect width="20" height="20" rx="4" fill="url(#paint0_linear_0_16081)" style="mix-blend-mode:overlay"/>\r\n <path d="M8.00342 14.5244L10.0728 11.3062L12.1357 14.5244H14.4019L11.2217 9.73828L14.1162 5.21875H11.939L10.1108 8.2085L8.24463 5.21875H6.04834L8.93018 9.66846L5.75 14.5244H8.00342Z" fill="white"/>\r\n <defs>\r\n <linearGradient id="paint0_linear_0_16081" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\r\n <stop stop-color="white" stop-opacity="0.245559"/>\r\n <stop offset="1" stop-opacity="0.498578"/>\r\n </linearGradient>\r\n </defs>\r\n</svg>';
6718
+ const fileImage = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\r\n <rect width="20" height="20" rx="4" fill="#FF991F"/>\r\n <rect width="20" height="20" rx="4" fill="url(#paint0_linear_0_16103)" style="mix-blend-mode:overlay"/>\r\n <path fill-rule="evenodd" clip-rule="evenodd" d="M3.90113 15C3.09595 15 2.62093 14.097 3.07709 13.4335L6.67606 8.19861C7.07341 7.62064 7.9268 7.62065 8.32414 8.19861L13.0001 15H3.90113Z" fill="white"/>\r\n <path fill-rule="evenodd" clip-rule="evenodd" d="M9.53962 15L12.7076 10.2481C13.1034 9.65434 13.9758 9.65434 14.3717 10.2481L16.5031 13.4453C16.9462 14.1099 16.4698 15 15.6711 15H9.53962Z" fill="white"/>\r\n <path d="M16.0001 5.5C16.0001 6.32843 15.3285 7 14.5001 7C13.6717 7 13.0001 6.32843 13.0001 5.5C13.0001 4.67157 13.6717 4 14.5001 4C15.3285 4 16.0001 4.67157 16.0001 5.5Z" fill="white"/>\r\n <defs>\r\n <linearGradient id="paint0_linear_0_16103" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\r\n <stop stop-color="white" stop-opacity="0.245559"/>\r\n <stop offset="1" stop-opacity="0.498578"/>\r\n </linearGradient>\r\n </defs>\r\n</svg>';
6719
+ const fileOther = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\r\n <path fill-rule="evenodd" clip-rule="evenodd" d="M18 6.60751L11.392 -0.000488281L5 0.000113437C3.34315 0.000113437 2 1.34326 2 3.00011V17.0001C2 18.657 3.34315 20.0001 5 20.0001H15C16.6569 20.0001 18 18.657 18 17.0001V6.60751ZM17 8.00011L10 1.00011V6.00011C10 7.10468 10.8954 8.00011 12 8.00011H17Z" fill="#AABFFC"/>\r\n <path fill-rule="evenodd" clip-rule="evenodd" d="M18 6.60751L11.392 -0.000488281L5 0.000113437C3.34315 0.000113437 2 1.34326 2 3.00011V17.0001C2 18.657 3.34315 20.0001 5 20.0001H15C16.6569 20.0001 18 18.657 18 17.0001V6.60751ZM17 8.00011L10 1.00011V6.00011C10 7.10468 10.8954 8.00011 12 8.00011H17Z" fill="url(#paint0_linear_0_16113)" style="mix-blend-mode:overlay"/>\r\n <defs>\r\n <linearGradient id="paint0_linear_0_16113" x1="-5.9615" y1="9.95168" x2="13.4572" y2="25.4862" gradientUnits="userSpaceOnUse">\r\n <stop stop-color="white" stop-opacity="0.245559"/>\r\n <stop offset="1" stop-opacity="0.498578"/>\r\n </linearGradient>\r\n </defs>\r\n</svg>';
6720
+ const filePdf = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\r\n <rect width="20" height="20" rx="4" fill="#FF5630"/>\r\n <rect width="20" height="20" rx="4" fill="url(#paint0_linear_0_16087)" style="mix-blend-mode:overlay"/>\r\n <path fill-rule="evenodd" clip-rule="evenodd" d="M4.55535 13.6488V11.0388H4.92535C5.65535 11.0388 5.93535 10.9988 6.27535 10.8688C6.97535 10.5988 7.36535 9.92876 7.36535 8.99876C7.36535 8.21876 7.07535 7.57876 6.57535 7.25876C6.27535 7.06876 5.82535 6.97876 5.09535 6.97876H2.98535V13.6488H4.55535ZM4.84535 9.90876H4.54535V8.10876H4.84535C5.51535 8.10876 5.75535 8.34876 5.75535 9.02876C5.75535 9.66876 5.51535 9.90876 4.84535 9.90876ZM11.6393 13.4388C11.2793 13.5988 10.9993 13.6488 10.4393 13.6488H8.21935V6.97876H10.2593C11.2393 6.97876 11.7193 7.11876 12.1093 7.52876C12.5993 8.02876 12.7693 8.71876 12.7693 10.1388C12.7693 10.9388 12.7093 11.6788 12.6093 12.1588C12.4893 12.7388 12.1193 13.2188 11.6393 13.4388ZM10.0793 12.5188H9.79935V8.10876H10.0193C10.9713 8.10876 11.1466 8.35839 11.1586 9.95112L11.1593 10.1488C11.1593 12.2088 11.0193 12.5188 10.0793 12.5188ZM15.3333 10.8188V13.6488H13.7533V6.97876H17.6033V8.23876H15.3333V9.58876H17.4433V10.8188H15.3333Z" fill="white"/>\r\n <defs>\r\n <linearGradient id="paint0_linear_0_16087" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\r\n <stop stop-color="white" stop-opacity="0.245559"/>\r\n <stop offset="1" stop-opacity="0.498578"/>\r\n </linearGradient>\r\n </defs>\r\n</svg>';
6721
+ const fileWord = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\r\n <rect width="20" height="20" rx="4" fill="#2C7CD3"/>\r\n <rect width="20" height="20" rx="4" fill="url(#paint0_linear_0_16075)" style="mix-blend-mode:overlay"/>\r\n <path d="M8.0542 14.9946L9.90137 8.0376L11.7549 14.9946H13.748L16.0078 5.68896H14.1162L12.688 12.189L11.0566 5.68896H8.82227L7.12109 12.0811L5.71826 5.68896H3.79492L6.0166 14.9946H8.0542Z" fill="white"/>\r\n <defs>\r\n <linearGradient id="paint0_linear_0_16075" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\r\n <stop stop-color="white" stop-opacity="0.245559"/>\r\n <stop offset="1" stop-opacity="0.498578"/>\r\n </linearGradient>\r\n </defs>\r\n</svg>';
6722
+ const fileXml = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\r\n <rect width="20" height="20" rx="4" fill="#FF991F"/>\r\n <rect width="20" height="20" rx="4" fill="url(#paint0_linear_2163_24057)" style="mix-blend-mode:overlay"/>\r\n <path d="M1.97561 5.99658L3.56111 9.43008L1.84961 13.0001H3.66611L4.21211 11.6771C4.40111 11.0996 4.45361 10.8791 4.49561 10.6166H4.52711C4.54811 10.8686 4.61111 11.1101 4.77911 11.5826L5.34611 13.0001H7.20461L5.49311 9.44058L7.07861 5.99658H5.28311L4.86311 7.06758C4.85261 7.08858 4.83161 7.16208 4.80011 7.25658C4.75811 7.44558 4.70561 7.63458 4.65311 7.82358C4.60061 8.02308 4.57961 8.10708 4.56911 8.23308H4.52711C4.49561 8.02308 4.43261 7.78158 4.27511 7.23558L3.82361 5.99658H1.97561Z" fill="white"/>\r\n <path d="M7.53437 5.99658V13.0001H9.05687V9.78708L9.02537 9.34608L8.98337 8.41158C8.98337 8.33808 8.96237 8.00208 8.92037 7.47708H8.98337C9.05687 7.90758 9.10937 8.21208 9.18287 8.53758C9.24587 8.87358 9.34037 9.28308 9.44537 9.77658L10.1804 13.0001H11.3984L12.1544 9.59808C12.2909 8.98908 12.5324 7.79208 12.5744 7.47708H12.6374C12.6059 7.80258 12.5849 8.01258 12.5744 8.22258L12.5534 8.98908C12.5429 9.25158 12.5324 9.52458 12.5219 9.80808V13.0001H14.0444V5.99658H11.6714L11.2409 8.10708C11.0834 8.74758 10.8419 10.3751 10.8419 10.8161L10.7999 10.8266C10.7894 10.2911 10.5269 8.61108 10.3274 7.85508L9.92837 5.99658H7.53437Z" fill="white"/>\r\n <path d="M14.8685 5.99658V13.0001H18.89V11.6666H16.5275V5.99658H14.8685Z" fill="white"/>\r\n <defs>\r\n <linearGradient id="paint0_linear_2163_24057" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\r\n <stop stop-color="white" stop-opacity="0.245559"/>\r\n <stop offset="1" stop-opacity="0.498578"/>\r\n </linearGradient>\r\n </defs>\r\n</svg>';
6723
+ const fileZip = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\r\n <g clip-path="url(#clip0_922_22603)">\r\n <path d="M16 0H4C1.79086 0 0 1.79086 0 4V16C0 18.2091 1.79086 20 4 20H16C18.2091 20 20 18.2091 20 16V4C20 1.79086 18.2091 0 16 0Z" fill="#A1D237"/>\r\n <path d="M16 0H4C1.79086 0 0 1.79086 0 4V16C0 18.2091 1.79086 20 4 20H16C18.2091 20 20 18.2091 20 16V4C20 1.79086 18.2091 0 16 0Z" fill="url(#paint0_linear_922_22603)" style="mix-blend-mode:overlay"/>\r\n <path d="M8.32086 14V12.6807H6.32086C5.92513 12.6807 5.72193 12.6927 5.58289 12.7166C5.64706 12.6207 5.68984 12.5367 5.73262 12.4528C5.7861 12.3568 5.83957 12.2609 5.89305 12.1529L8.28877 7.22339V6H4.17112V7.31934H6.20321C6.39572 7.31934 6.59893 7.30735 6.69519 7.29535C6.58824 7.47526 6.49198 7.65517 6.41711 7.81109L4 12.8246V14H8.32086ZM10.4813 14V6H9.03743V14H10.4813ZM12.9519 14V10.8096H13.4439C14.2139 10.8096 14.5241 10.7616 14.877 10.6057C15.5936 10.2699 16 9.47826 16 8.38681C16 7.45127 15.6898 6.69565 15.1444 6.32384C14.8342 6.09595 14.3743 6 13.6364 6H11.508V14H12.9519ZM13.4118 9.6102H12.9519V7.1994H13.3797C13.7219 7.1994 13.9679 7.24738 14.107 7.34333C14.385 7.53523 14.5241 7.87106 14.5241 8.38681C14.5241 8.91454 14.4064 9.25037 14.1497 9.44228C13.9893 9.57421 13.8075 9.6102 13.4118 9.6102Z" fill="white"/>\r\n </g>\r\n <defs>\r\n <linearGradient id="paint0_linear_922_22603" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\r\n <stop stop-color="white" stop-opacity="0.245559"/>\r\n <stop offset="1" stop-opacity="0.498578"/>\r\n </linearGradient>\r\n <clipPath id="clip0_922_22603">\r\n <rect width="20" height="20" fill="white"/>\r\n </clipPath>\r\n </defs>\r\n</svg>';
6724
6724
  var complexIcons = {
6725
6725
  avatar: avatarGreen,
6726
6726
  "file-excel": fileExcel,
@@ -9891,7 +9891,7 @@
9891
9891
  if (Array.isArray(arr))
9892
9892
  return arr;
9893
9893
  }
9894
- function asyncGeneratorStep$5(gen, resolve, reject, _next, _throw, key, arg) {
9894
+ function asyncGeneratorStep$4(gen, resolve, reject, _next, _throw, key, arg) {
9895
9895
  try {
9896
9896
  var info = gen[key](arg);
9897
9897
  var value = info.value;
@@ -9905,16 +9905,16 @@
9905
9905
  Promise.resolve(value).then(_next, _throw);
9906
9906
  }
9907
9907
  }
9908
- function _async_to_generator$5(fn) {
9908
+ function _async_to_generator$4(fn) {
9909
9909
  return function() {
9910
9910
  var self2 = this, args = arguments;
9911
9911
  return new Promise(function(resolve, reject) {
9912
9912
  var gen = fn.apply(self2, args);
9913
9913
  function _next(value) {
9914
- asyncGeneratorStep$5(gen, resolve, reject, _next, _throw, "next", value);
9914
+ asyncGeneratorStep$4(gen, resolve, reject, _next, _throw, "next", value);
9915
9915
  }
9916
9916
  function _throw(err) {
9917
- asyncGeneratorStep$5(gen, resolve, reject, _next, _throw, "throw", err);
9917
+ asyncGeneratorStep$4(gen, resolve, reject, _next, _throw, "throw", err);
9918
9918
  }
9919
9919
  _next(void 0);
9920
9920
  });
@@ -10051,7 +10051,7 @@
10051
10051
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
10052
10052
  return _array_like_to_array$k(o, minLen);
10053
10053
  }
10054
- function _ts_generator$5(thisArg, body) {
10054
+ function _ts_generator$4(thisArg, body) {
10055
10055
  var f, y, t, g, _ = {
10056
10056
  label: 0,
10057
10057
  sent: function() {
@@ -10213,9 +10213,9 @@
10213
10213
  onBlur === null || onBlur === void 0 ? void 0 : onBlur(event);
10214
10214
  };
10215
10215
  var handleOnInputClear = function() {
10216
- var _ref = _async_to_generator$5(function(event) {
10216
+ var _ref = _async_to_generator$4(function(event) {
10217
10217
  var _input_current, input;
10218
- return _ts_generator$5(this, function(_state) {
10218
+ return _ts_generator$4(this, function(_state) {
10219
10219
  switch (_state.label) {
10220
10220
  case 0:
10221
10221
  return [
@@ -11333,7 +11333,7 @@
11333
11333
  if (Array.isArray(arr))
11334
11334
  return _array_like_to_array$j(arr);
11335
11335
  }
11336
- function asyncGeneratorStep$4(gen, resolve, reject, _next, _throw, key, arg) {
11336
+ function asyncGeneratorStep$3(gen, resolve, reject, _next, _throw, key, arg) {
11337
11337
  try {
11338
11338
  var info = gen[key](arg);
11339
11339
  var value = info.value;
@@ -11347,16 +11347,16 @@
11347
11347
  Promise.resolve(value).then(_next, _throw);
11348
11348
  }
11349
11349
  }
11350
- function _async_to_generator$4(fn) {
11350
+ function _async_to_generator$3(fn) {
11351
11351
  return function() {
11352
11352
  var self2 = this, args = arguments;
11353
11353
  return new Promise(function(resolve, reject) {
11354
11354
  var gen = fn.apply(self2, args);
11355
11355
  function _next(value) {
11356
- asyncGeneratorStep$4(gen, resolve, reject, _next, _throw, "next", value);
11356
+ asyncGeneratorStep$3(gen, resolve, reject, _next, _throw, "next", value);
11357
11357
  }
11358
11358
  function _throw(err) {
11359
- asyncGeneratorStep$4(gen, resolve, reject, _next, _throw, "throw", err);
11359
+ asyncGeneratorStep$3(gen, resolve, reject, _next, _throw, "throw", err);
11360
11360
  }
11361
11361
  _next(void 0);
11362
11362
  });
@@ -11503,7 +11503,7 @@
11503
11503
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
11504
11504
  return _array_like_to_array$j(o, minLen);
11505
11505
  }
11506
- function _ts_generator$4(thisArg, body) {
11506
+ function _ts_generator$3(thisArg, body) {
11507
11507
  var f, y, t, g, _ = {
11508
11508
  label: 0,
11509
11509
  sent: function() {
@@ -11847,8 +11847,8 @@
11847
11847
  convertToId
11848
11848
  ]);
11849
11849
  var handleOnType = React.useCallback(function() {
11850
- var _ref2 = _async_to_generator$4(function(v) {
11851
- return _ts_generator$4(this, function(_state) {
11850
+ var _ref2 = _async_to_generator$3(function(v) {
11851
+ return _ts_generator$3(this, function(_state) {
11852
11852
  switch (_state.label) {
11853
11853
  case 0:
11854
11854
  if (onType === void 0) {
@@ -14145,7 +14145,7 @@
14145
14145
  if (Array.isArray(arr))
14146
14146
  return arr;
14147
14147
  }
14148
- function asyncGeneratorStep$3(gen, resolve, reject, _next, _throw, key, arg) {
14148
+ function asyncGeneratorStep$2(gen, resolve, reject, _next, _throw, key, arg) {
14149
14149
  try {
14150
14150
  var info = gen[key](arg);
14151
14151
  var value = info.value;
@@ -14159,16 +14159,16 @@
14159
14159
  Promise.resolve(value).then(_next, _throw);
14160
14160
  }
14161
14161
  }
14162
- function _async_to_generator$3(fn) {
14162
+ function _async_to_generator$2(fn) {
14163
14163
  return function() {
14164
14164
  var self2 = this, args = arguments;
14165
14165
  return new Promise(function(resolve, reject) {
14166
14166
  var gen = fn.apply(self2, args);
14167
14167
  function _next(value) {
14168
- asyncGeneratorStep$3(gen, resolve, reject, _next, _throw, "next", value);
14168
+ asyncGeneratorStep$2(gen, resolve, reject, _next, _throw, "next", value);
14169
14169
  }
14170
14170
  function _throw(err) {
14171
- asyncGeneratorStep$3(gen, resolve, reject, _next, _throw, "throw", err);
14171
+ asyncGeneratorStep$2(gen, resolve, reject, _next, _throw, "throw", err);
14172
14172
  }
14173
14173
  _next(void 0);
14174
14174
  });
@@ -14281,7 +14281,7 @@
14281
14281
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
14282
14282
  return _array_like_to_array$e(o, minLen);
14283
14283
  }
14284
- function _ts_generator$3(thisArg, body) {
14284
+ function _ts_generator$2(thisArg, body) {
14285
14285
  var f, y, t, g, _ = {
14286
14286
  label: 0,
14287
14287
  sent: function() {
@@ -14407,9 +14407,9 @@
14407
14407
  setShowedValue(trueReactPlatformHelpers.isStringNotEmpty(v) ? v : formatNumber(defaultValue));
14408
14408
  };
14409
14409
  var handleChange = function() {
14410
- var _ref = _async_to_generator$3(function(inputValue, event) {
14410
+ var _ref = _async_to_generator$2(function(inputValue, event) {
14411
14411
  var oldValue, target, _target_selectionStart, defaultCaretPos, numString, numberRegexp, hasDot, formattedValue, newValue;
14412
- return _ts_generator$3(this, function(_state) {
14412
+ return _ts_generator$2(this, function(_state) {
14413
14413
  switch (_state.label) {
14414
14414
  case 0:
14415
14415
  oldValue = showedValue;
@@ -15232,7 +15232,7 @@
15232
15232
  if (Array.isArray(arr))
15233
15233
  return _array_like_to_array$d(arr);
15234
15234
  }
15235
- function asyncGeneratorStep$2(gen, resolve, reject, _next, _throw, key, arg) {
15235
+ function asyncGeneratorStep$1(gen, resolve, reject, _next, _throw, key, arg) {
15236
15236
  try {
15237
15237
  var info = gen[key](arg);
15238
15238
  var value = info.value;
@@ -15246,16 +15246,16 @@
15246
15246
  Promise.resolve(value).then(_next, _throw);
15247
15247
  }
15248
15248
  }
15249
- function _async_to_generator$2(fn) {
15249
+ function _async_to_generator$1(fn) {
15250
15250
  return function() {
15251
15251
  var self2 = this, args = arguments;
15252
15252
  return new Promise(function(resolve, reject) {
15253
15253
  var gen = fn.apply(self2, args);
15254
15254
  function _next(value) {
15255
- asyncGeneratorStep$2(gen, resolve, reject, _next, _throw, "next", value);
15255
+ asyncGeneratorStep$1(gen, resolve, reject, _next, _throw, "next", value);
15256
15256
  }
15257
15257
  function _throw(err) {
15258
- asyncGeneratorStep$2(gen, resolve, reject, _next, _throw, "throw", err);
15258
+ asyncGeneratorStep$1(gen, resolve, reject, _next, _throw, "throw", err);
15259
15259
  }
15260
15260
  _next(void 0);
15261
15261
  });
@@ -15370,7 +15370,7 @@
15370
15370
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
15371
15371
  return _array_like_to_array$d(o, minLen);
15372
15372
  }
15373
- function _ts_generator$2(thisArg, body) {
15373
+ function _ts_generator$1(thisArg, body) {
15374
15374
  var f, y, t, g, _ = {
15375
15375
  label: 0,
15376
15376
  sent: function() {
@@ -15527,9 +15527,9 @@
15527
15527
  chosenValuesIds
15528
15528
  ]);
15529
15529
  var handleSearchInputChange = React.useCallback(function() {
15530
- var _ref = _async_to_generator$2(function(inputValue) {
15530
+ var _ref = _async_to_generator$1(function(inputValue) {
15531
15531
  var _inputValue_trim, response;
15532
- return _ts_generator$2(this, function(_state) {
15532
+ return _ts_generator$1(this, function(_state) {
15533
15533
  switch (_state.label) {
15534
15534
  case 0:
15535
15535
  if (fetchOptions === void 0) {
@@ -15674,9 +15674,9 @@
15674
15674
  });
15675
15675
  };
15676
15676
  var handleLoadItemsOnScroll = React.useCallback(function() {
15677
- var _ref = _async_to_generator$2(function(inputValue, page) {
15677
+ var _ref = _async_to_generator$1(function(inputValue, page) {
15678
15678
  var response;
15679
- return _ts_generator$2(this, function(_state) {
15679
+ return _ts_generator$1(this, function(_state) {
15680
15680
  switch (_state.label) {
15681
15681
  case 0:
15682
15682
  if (fetchOptions === void 0) {
@@ -15742,8 +15742,8 @@
15742
15742
  observer.current.disconnect();
15743
15743
  }
15744
15744
  observer.current = new IntersectionObserver(function() {
15745
- var _ref = _async_to_generator$2(function(entries) {
15746
- return _ts_generator$2(this, function(_state) {
15745
+ var _ref = _async_to_generator$1(function(entries) {
15746
+ return _ts_generator$1(this, function(_state) {
15747
15747
  switch (_state.label) {
15748
15748
  case 0:
15749
15749
  if (!entries[0].isIntersecting)
@@ -15790,9 +15790,9 @@
15790
15790
  return;
15791
15791
  }
15792
15792
  var doFetchOptions = function() {
15793
- var _ref = _async_to_generator$2(function() {
15793
+ var _ref = _async_to_generator$1(function() {
15794
15794
  var response;
15795
- return _ts_generator$2(this, function(_state) {
15795
+ return _ts_generator$1(this, function(_state) {
15796
15796
  switch (_state.label) {
15797
15797
  case 0:
15798
15798
  setIsLoading(true);
@@ -16166,7 +16166,7 @@
16166
16166
  if (Array.isArray(arr))
16167
16167
  return _array_like_to_array$c(arr);
16168
16168
  }
16169
- function asyncGeneratorStep$1(gen, resolve, reject, _next, _throw, key, arg) {
16169
+ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
16170
16170
  try {
16171
16171
  var info = gen[key](arg);
16172
16172
  var value = info.value;
@@ -16180,16 +16180,16 @@
16180
16180
  Promise.resolve(value).then(_next, _throw);
16181
16181
  }
16182
16182
  }
16183
- function _async_to_generator$1(fn) {
16183
+ function _async_to_generator(fn) {
16184
16184
  return function() {
16185
16185
  var self2 = this, args = arguments;
16186
16186
  return new Promise(function(resolve, reject) {
16187
16187
  var gen = fn.apply(self2, args);
16188
16188
  function _next(value) {
16189
- asyncGeneratorStep$1(gen, resolve, reject, _next, _throw, "next", value);
16189
+ asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
16190
16190
  }
16191
16191
  function _throw(err) {
16192
- asyncGeneratorStep$1(gen, resolve, reject, _next, _throw, "throw", err);
16192
+ asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
16193
16193
  }
16194
16194
  _next(void 0);
16195
16195
  });
@@ -16304,7 +16304,7 @@
16304
16304
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
16305
16305
  return _array_like_to_array$c(o, minLen);
16306
16306
  }
16307
- function _ts_generator$1(thisArg, body) {
16307
+ function _ts_generator(thisArg, body) {
16308
16308
  var f, y, t, g, _ = {
16309
16309
  label: 0,
16310
16310
  sent: function() {
@@ -16440,9 +16440,9 @@
16440
16440
  var shouldShowPreloader = isLoading || isLoadingOptionsOnScroll;
16441
16441
  var hasFooter = trueReactPlatformHelpers.isReactNodeNotEmpty(footer);
16442
16442
  var handleSearchInputChange = React.useCallback(function() {
16443
- var _ref = _async_to_generator$1(function(inputValue) {
16443
+ var _ref = _async_to_generator(function(inputValue) {
16444
16444
  var _inputValue_trim, response;
16445
- return _ts_generator$1(this, function(_state) {
16445
+ return _ts_generator(this, function(_state) {
16446
16446
  switch (_state.label) {
16447
16447
  case 0:
16448
16448
  if (fetchOptions === void 0) {
@@ -16524,9 +16524,9 @@
16524
16524
  setSearchValue("");
16525
16525
  };
16526
16526
  var handleLoadItemsOnScroll = React.useCallback(function() {
16527
- var _ref = _async_to_generator$1(function(inputValue, page) {
16527
+ var _ref = _async_to_generator(function(inputValue, page) {
16528
16528
  var _inputValue_trim, response;
16529
- return _ts_generator$1(this, function(_state) {
16529
+ return _ts_generator(this, function(_state) {
16530
16530
  switch (_state.label) {
16531
16531
  case 0:
16532
16532
  if (fetchOptions === void 0) {
@@ -16590,8 +16590,8 @@
16590
16590
  observer.current.disconnect();
16591
16591
  }
16592
16592
  observer.current = new IntersectionObserver(function() {
16593
- var _ref = _async_to_generator$1(function(entries) {
16594
- return _ts_generator$1(this, function(_state) {
16593
+ var _ref = _async_to_generator(function(entries) {
16594
+ return _ts_generator(this, function(_state) {
16595
16595
  switch (_state.label) {
16596
16596
  case 0:
16597
16597
  if (!entries[0].isIntersecting)
@@ -16638,9 +16638,9 @@
16638
16638
  return;
16639
16639
  }
16640
16640
  var doFetchOptions = function() {
16641
- var _ref = _async_to_generator$1(function() {
16641
+ var _ref = _async_to_generator(function() {
16642
16642
  var response;
16643
- return _ts_generator$1(this, function(_state) {
16643
+ return _ts_generator(this, function(_state) {
16644
16644
  switch (_state.label) {
16645
16645
  case 0:
16646
16646
  setIsLoading(true);
@@ -26043,7 +26043,7 @@
26043
26043
  });
26044
26044
  var value = row[columnName];
26045
26045
  var _config_columnName;
26046
- var _ref = (_config_columnName = config[columnName]) !== null && _config_columnName !== void 0 ? _config_columnName : {}, _ref_component = _ref.component, component = _ref_component === void 0 ? formatCellContent(value, config[columnName]) : _ref_component, left2 = _ref.left, right2 = _ref.right, position = _ref.position, cellAlign = _ref.cellAlign, cellVerticalAlign = _ref.cellVerticalAlign, shouldRenderDataId = _ref.shouldRenderDataId, _ref_shouldRenderComponent = _ref.shouldRenderComponent, shouldRenderComponent = _ref_shouldRenderComponent === void 0 ? trueReactPlatformHelpers.isNotEmpty : _ref_shouldRenderComponent;
26046
+ var _ref = (_config_columnName = config[columnName]) !== null && _config_columnName !== void 0 ? _config_columnName : {}, _ref_component = _ref.component, component = _ref_component === void 0 ? formatCellContent(value, config[columnName]) : _ref_component, width = _ref.width, maxWidth = _ref.maxWidth, minWidth = _ref.minWidth, left2 = _ref.left, right2 = _ref.right, position = _ref.position, cellAlign = _ref.cellAlign, cellVerticalAlign = _ref.cellVerticalAlign, shouldRenderDataId = _ref.shouldRenderDataId, _ref_shouldRenderComponent = _ref.shouldRenderComponent, shouldRenderComponent = _ref_shouldRenderComponent === void 0 ? trueReactPlatformHelpers.isNotEmpty : _ref_shouldRenderComponent;
26047
26047
  var isSticky = isOldSticky || position === "sticky";
26048
26048
  var Table = TableRenders[renderMode];
26049
26049
  var _obj2;
@@ -26052,6 +26052,9 @@
26052
26052
  style: {
26053
26053
  textAlign: cellAlign,
26054
26054
  position: isSticky ? "sticky" : position,
26055
+ width,
26056
+ maxWidth,
26057
+ minWidth,
26055
26058
  right: right2,
26056
26059
  left: left2,
26057
26060
  verticalAlign: cellVerticalAlign
@@ -26396,7 +26399,7 @@
26396
26399
  return target;
26397
26400
  }
26398
26401
  function FlexibleTable(_param) {
26399
- var content = _param.content, headerContent = _param.headerContent, config = _param.config, enabledColumns = _param.enabledColumns, activeRows = _param.activeRows, uniqueField = _param.uniqueField, _param_isLoading = _param.isLoading, isLoading = _param_isLoading === void 0 ? false : _param_isLoading, _param_isFirstColumnSticky = _param.isFirstColumnSticky, isFirstColumnSticky = _param_isFirstColumnSticky === void 0 ? false : _param_isFirstColumnSticky, _param_isHorizontallyScrollable = _param.isHorizontallyScrollable, isHorizontallyScrollable = _param_isHorizontallyScrollable === void 0 ? false : _param_isHorizontallyScrollable, _param_isRowFocusable = _param.isRowFocusable, isRowFocusable = _param_isRowFocusable === void 0 ? false : _param_isRowFocusable, infinityScrollConfig = _param.infinityScrollConfig, _param_renderMode = _param.renderMode, renderMode = _param_renderMode === void 0 ? "table" : _param_renderMode, refForScroll = _param.refForScroll, nothingFoundContent = _param.nothingFoundContent, data = _param.data, testId = _param.testId, tweakStyles = _param.tweakStyles, onHeadClick = _param.onHeadClick, restProps = _object_without_properties$6(_param, [
26402
+ var content = _param.content, headerContent = _param.headerContent, config = _param.config, enabledColumns = _param.enabledColumns, activeRows = _param.activeRows, uniqueField = _param.uniqueField, _param_isLoading = _param.isLoading, isLoading = _param_isLoading === void 0 ? false : _param_isLoading, _param_isFirstColumnSticky = _param.isFirstColumnSticky, isFirstColumnSticky = _param_isFirstColumnSticky === void 0 ? false : _param_isFirstColumnSticky, _param_isHorizontallyScrollable = _param.isHorizontallyScrollable, isHorizontallyScrollable = _param_isHorizontallyScrollable === void 0 ? false : _param_isHorizontallyScrollable, _param_isRowFocusable = _param.isRowFocusable, isRowFocusable = _param_isRowFocusable === void 0 ? false : _param_isRowFocusable, infinityScrollConfig = _param.infinityScrollConfig, _param_renderMode = _param.renderMode, renderMode = _param_renderMode === void 0 ? "table" : _param_renderMode, refForScroll = _param.refForScroll, nothingFoundContent = _param.nothingFoundContent, data = _param.data, testId = _param.testId, tweakStyles = _param.tweakStyles, shouldRenderHeader = _param.shouldRenderHeader, onHeadClick = _param.onHeadClick, restProps = _object_without_properties$6(_param, [
26400
26403
  "content",
26401
26404
  "headerContent",
26402
26405
  "config",
@@ -26414,6 +26417,7 @@
26414
26417
  "data",
26415
26418
  "testId",
26416
26419
  "tweakStyles",
26420
+ "shouldRenderHeader",
26417
26421
  "onHeadClick"
26418
26422
  ]);
26419
26423
  var classes = useStyles$j({
@@ -26532,7 +26536,7 @@
26532
26536
  isLoading
26533
26537
  }))), {
26534
26538
  children: [
26535
- /* @__PURE__ */ jsx(Table.Head, {
26539
+ shouldRenderHeader && /* @__PURE__ */ jsx(Table.Head, {
26536
26540
  className: classes.head,
26537
26541
  children: /* @__PURE__ */ jsx(Table.Row, {
26538
26542
  className: classes.headerRow,
@@ -30721,35 +30725,6 @@
30721
30725
  height: 32
30722
30726
  }
30723
30727
  });
30724
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
30725
- try {
30726
- var info = gen[key](arg);
30727
- var value = info.value;
30728
- } catch (error) {
30729
- reject(error);
30730
- return;
30731
- }
30732
- if (info.done) {
30733
- resolve(value);
30734
- } else {
30735
- Promise.resolve(value).then(_next, _throw);
30736
- }
30737
- }
30738
- function _async_to_generator(fn) {
30739
- return function() {
30740
- var self2 = this, args = arguments;
30741
- return new Promise(function(resolve, reject) {
30742
- var gen = fn.apply(self2, args);
30743
- function _next(value) {
30744
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
30745
- }
30746
- function _throw(err) {
30747
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
30748
- }
30749
- _next(void 0);
30750
- });
30751
- };
30752
- }
30753
30728
  function _define_property$1(obj, key, value) {
30754
30729
  if (key in obj) {
30755
30730
  Object.defineProperty(obj, key, {
@@ -30802,110 +30777,8 @@
30802
30777
  }
30803
30778
  return target;
30804
30779
  }
30805
- function _ts_generator(thisArg, body) {
30806
- var f, y, t, g, _ = {
30807
- label: 0,
30808
- sent: function() {
30809
- if (t[0] & 1)
30810
- throw t[1];
30811
- return t[1];
30812
- },
30813
- trys: [],
30814
- ops: []
30815
- };
30816
- return g = {
30817
- next: verb(0),
30818
- "throw": verb(1),
30819
- "return": verb(2)
30820
- }, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
30821
- return this;
30822
- }), g;
30823
- function verb(n) {
30824
- return function(v) {
30825
- return step([
30826
- n,
30827
- v
30828
- ]);
30829
- };
30830
- }
30831
- function step(op) {
30832
- if (f)
30833
- throw new TypeError("Generator is already executing.");
30834
- while (_)
30835
- try {
30836
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
30837
- return t;
30838
- if (y = 0, t)
30839
- op = [
30840
- op[0] & 2,
30841
- t.value
30842
- ];
30843
- switch (op[0]) {
30844
- case 0:
30845
- case 1:
30846
- t = op;
30847
- break;
30848
- case 4:
30849
- _.label++;
30850
- return {
30851
- value: op[1],
30852
- done: false
30853
- };
30854
- case 5:
30855
- _.label++;
30856
- y = op[1];
30857
- op = [
30858
- 0
30859
- ];
30860
- continue;
30861
- case 7:
30862
- op = _.ops.pop();
30863
- _.trys.pop();
30864
- continue;
30865
- default:
30866
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
30867
- _ = 0;
30868
- continue;
30869
- }
30870
- if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
30871
- _.label = op[1];
30872
- break;
30873
- }
30874
- if (op[0] === 6 && _.label < t[1]) {
30875
- _.label = t[1];
30876
- t = op;
30877
- break;
30878
- }
30879
- if (t && _.label < t[2]) {
30880
- _.label = t[2];
30881
- _.ops.push(op);
30882
- break;
30883
- }
30884
- if (t[2])
30885
- _.ops.pop();
30886
- _.trys.pop();
30887
- continue;
30888
- }
30889
- op = body.call(thisArg, _);
30890
- } catch (e) {
30891
- op = [
30892
- 6,
30893
- e
30894
- ];
30895
- y = 0;
30896
- } finally {
30897
- f = t = 0;
30898
- }
30899
- if (op[0] & 5)
30900
- throw op[1];
30901
- return {
30902
- value: op[0] ? op[1] : void 0,
30903
- done: true
30904
- };
30905
- }
30906
- }
30907
30780
  var Toaster = function(param) {
30908
- var title = param.title, _param_type = param.type, type = _param_type === void 0 ? "error" : _param_type, text = param.text, _param_timeout = param.timeout, timeout = _param_timeout === void 0 ? DEFAULT_TIMEOUT : _param_timeout, data = param.data, testId = param.testId, tweakStyles = param.tweakStyles, _param_hasCloseButton = param.hasCloseButton, hasCloseButton = _param_hasCloseButton === void 0 ? false : _param_hasCloseButton, _param_shouldCloseOnClick = param.shouldCloseOnClick, shouldCloseOnClick = _param_shouldCloseOnClick === void 0 ? false : _param_shouldCloseOnClick, children = param.children, onClose = param.onClose, onTimeEnd = param.onTimeEnd;
30781
+ var _param_type = param.type, type = _param_type === void 0 ? "error" : _param_type, title = param.title, text = param.text, children = param.children, _param_timeout = param.timeout, timeout = _param_timeout === void 0 ? DEFAULT_TIMEOUT : _param_timeout, _param_hasCloseButton = param.hasCloseButton, hasCloseButton = _param_hasCloseButton === void 0 ? false : _param_hasCloseButton, _param_shouldCloseOnClick = param.shouldCloseOnClick, shouldCloseOnClick = _param_shouldCloseOnClick === void 0 ? false : _param_shouldCloseOnClick, data = param.data, testId = param.testId, tweakStyles = param.tweakStyles, onClose = param.onClose, onTimeEnd = param.onTimeEnd;
30909
30782
  var classes = useStyles$1({
30910
30783
  theme: tweakStyles
30911
30784
  });
@@ -30914,41 +30787,15 @@
30914
30787
  className: "tweakCloseButton",
30915
30788
  currentComponentName: "Toaster"
30916
30789
  });
30917
- var timeoutFunction;
30918
30790
  React.useEffect(function() {
30919
- if (onTimeEnd === void 0) {
30791
+ if (!Number.isFinite(timeout) || trueReactPlatformHelpers.isEmpty(onTimeEnd)) {
30920
30792
  return;
30921
30793
  }
30922
- var disappear = function() {
30923
- var _ref = _async_to_generator(function() {
30924
- return _ts_generator(this, function(_state) {
30925
- switch (_state.label) {
30926
- case 0:
30927
- return [
30928
- 4,
30929
- new Promise(function(resolve) {
30930
- timeoutFunction = setTimeout(function() {
30931
- resolve(void 0);
30932
- }, timeout);
30933
- })
30934
- ];
30935
- case 1:
30936
- _state.sent();
30937
- onTimeEnd();
30938
- clearTimeout(timeoutFunction);
30939
- return [
30940
- 2
30941
- ];
30942
- }
30943
- });
30944
- });
30945
- return function disappear2() {
30946
- return _ref.apply(this, arguments);
30947
- };
30948
- }();
30949
- disappear();
30794
+ var timeoutId = window.setTimeout(function() {
30795
+ return onTimeEnd();
30796
+ }, timeout);
30950
30797
  return function() {
30951
- return clearTimeout(timeoutFunction);
30798
+ return window.clearTimeout(timeoutId);
30952
30799
  };
30953
30800
  }, []);
30954
30801
  return /* @__PURE__ */ jsxs("div", _object_spread_props$1(_object_spread$1({
@@ -30964,11 +30811,11 @@
30964
30811
  }),
30965
30812
  /* @__PURE__ */ jsxs("div", {
30966
30813
  children: [
30967
- trueReactPlatformHelpers.isStringNotEmpty(title) && /* @__PURE__ */ jsx("div", {
30814
+ trueReactPlatformHelpers.isReactNodeNotEmpty(title) && /* @__PURE__ */ jsx("div", {
30968
30815
  className: classes.title,
30969
30816
  children: title
30970
30817
  }),
30971
- trueReactPlatformHelpers.isStringNotEmpty(text) && /* @__PURE__ */ jsx("div", {
30818
+ trueReactPlatformHelpers.isReactNodeNotEmpty(text) && /* @__PURE__ */ jsx("div", {
30972
30819
  className: classes.text,
30973
30820
  children: text
30974
30821
  }),