@skbkontur/react-ui 0.0.0-cb54865bf2 → 0.0.0-ce2a893b1a

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 (2982) hide show
  1. package/CHANGELOG.md +2735 -1786
  2. package/LICENSE +21 -21
  3. package/README.md +129 -61
  4. package/cjs/components/Autocomplete/Autocomplete.d.ts +22 -3
  5. package/cjs/components/Autocomplete/Autocomplete.js +150 -39
  6. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  7. package/cjs/components/Autocomplete/Autocomplete.md +7 -7
  8. package/cjs/components/Autocomplete/Autocomplete.styles.d.ts +4 -0
  9. package/cjs/components/Autocomplete/Autocomplete.styles.js +10 -0
  10. package/cjs/components/Autocomplete/Autocomplete.styles.js.map +1 -0
  11. package/cjs/components/Autocomplete/index.js +1 -1
  12. package/cjs/components/Autocomplete/index.js.map +1 -1
  13. package/cjs/components/Button/Button.d.ts +80 -20
  14. package/cjs/components/Button/Button.js +144 -15
  15. package/cjs/components/Button/Button.js.map +1 -1
  16. package/cjs/components/Button/Button.md +104 -89
  17. package/cjs/components/Button/Button.mixins.d.ts +6 -6
  18. package/cjs/components/Button/Button.mixins.js +76 -135
  19. package/cjs/components/Button/Button.mixins.js.map +1 -1
  20. package/cjs/components/Button/Button.styles.d.ts +63 -32
  21. package/cjs/components/Button/Button.styles.js +374 -356
  22. package/cjs/components/Button/Button.styles.js.map +1 -1
  23. package/cjs/components/Button/index.js +1 -1
  24. package/cjs/components/Button/index.js.map +1 -1
  25. package/cjs/components/Center/Center.d.ts +10 -10
  26. package/cjs/components/Center/Center.js +27 -19
  27. package/cjs/components/Center/Center.js.map +1 -1
  28. package/cjs/components/Center/Center.md +26 -5
  29. package/cjs/components/Center/Center.styles.d.ts +1 -1
  30. package/cjs/components/Center/Center.styles.js +8 -11
  31. package/cjs/components/Center/Center.styles.js.map +1 -1
  32. package/cjs/components/Center/index.js +1 -1
  33. package/cjs/components/Center/index.js.map +1 -1
  34. package/cjs/components/Checkbox/Checkbox.d.ts +39 -19
  35. package/cjs/components/Checkbox/Checkbox.js +119 -59
  36. package/cjs/components/Checkbox/Checkbox.js.map +1 -1
  37. package/cjs/components/Checkbox/Checkbox.md +104 -63
  38. package/cjs/components/Checkbox/Checkbox.styles.d.ts +17 -11
  39. package/cjs/components/Checkbox/Checkbox.styles.js +91 -79
  40. package/cjs/components/Checkbox/Checkbox.styles.js.map +1 -1
  41. package/cjs/components/Checkbox/index.js +1 -1
  42. package/cjs/components/Checkbox/index.js.map +1 -1
  43. package/cjs/components/ComboBox/ComboBox.d.ts +22 -5
  44. package/cjs/components/ComboBox/ComboBox.js +120 -74
  45. package/cjs/components/ComboBox/ComboBox.js.map +1 -1
  46. package/cjs/components/ComboBox/ComboBox.md +445 -432
  47. package/cjs/components/ComboBox/index.js +1 -1
  48. package/cjs/components/ComboBox/index.js.map +1 -1
  49. package/cjs/components/CurrencyInput/CurrencyHelper.js +26 -19
  50. package/cjs/components/CurrencyInput/CurrencyHelper.js.map +1 -1
  51. package/cjs/components/CurrencyInput/CurrencyInput.d.ts +13 -6
  52. package/cjs/components/CurrencyInput/CurrencyInput.js +103 -41
  53. package/cjs/components/CurrencyInput/CurrencyInput.js.map +1 -1
  54. package/cjs/components/CurrencyInput/CurrencyInput.md +24 -20
  55. package/cjs/components/CurrencyInput/CurrencyInputHelper.js +7 -5
  56. package/cjs/components/CurrencyInput/CurrencyInputHelper.js.map +1 -1
  57. package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.js +2 -2
  58. package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.js.map +1 -1
  59. package/cjs/components/CurrencyInput/CursorHelper.js +20 -17
  60. package/cjs/components/CurrencyInput/CursorHelper.js.map +1 -1
  61. package/cjs/components/CurrencyInput/SelectionHelper.js.map +1 -1
  62. package/cjs/components/CurrencyInput/constants.js +1 -1
  63. package/cjs/components/CurrencyInput/constants.js.map +1 -1
  64. package/cjs/components/CurrencyInput/index.js +1 -1
  65. package/cjs/components/CurrencyInput/index.js.map +1 -1
  66. package/cjs/components/CurrencyLabel/CurrencyLabel.d.ts +6 -5
  67. package/cjs/components/CurrencyLabel/CurrencyLabel.js +11 -5
  68. package/cjs/components/CurrencyLabel/CurrencyLabel.js.map +1 -1
  69. package/cjs/components/CurrencyLabel/CurrencyLabel.md +23 -23
  70. package/cjs/components/CurrencyLabel/index.js +1 -1
  71. package/cjs/components/CurrencyLabel/index.js.map +1 -1
  72. package/cjs/components/DateInput/DateFragmentsView.d.ts +1 -1
  73. package/cjs/components/DateInput/DateFragmentsView.js +10 -4
  74. package/cjs/components/DateInput/DateFragmentsView.js.map +1 -1
  75. package/cjs/components/DateInput/DateFragmentsView.styles.d.ts +5 -4
  76. package/cjs/components/DateInput/DateFragmentsView.styles.js +7 -11
  77. package/cjs/components/DateInput/DateFragmentsView.styles.js.map +1 -1
  78. package/cjs/components/DateInput/DateInput.d.ts +12 -2
  79. package/cjs/components/DateInput/DateInput.js +42 -20
  80. package/cjs/components/DateInput/DateInput.js.map +1 -1
  81. package/cjs/components/DateInput/DateInput.md +106 -104
  82. package/cjs/components/DateInput/DateInput.styles.d.ts +9 -6
  83. package/cjs/components/DateInput/DateInput.styles.js +20 -8
  84. package/cjs/components/DateInput/DateInput.styles.js.map +1 -1
  85. package/cjs/components/DateInput/ViewDateInputValidateChecks.js +21 -21
  86. package/cjs/components/DateInput/ViewDateInputValidateChecks.js.map +1 -1
  87. package/cjs/components/DateInput/helpers/DateInputKeyboardActions.js +2 -2
  88. package/cjs/components/DateInput/helpers/DateInputKeyboardActions.js.map +1 -1
  89. package/cjs/components/DateInput/helpers/InternalDateMediator.d.ts +1 -1
  90. package/cjs/components/DateInput/helpers/InternalDateMediator.js +11 -8
  91. package/cjs/components/DateInput/helpers/InternalDateMediator.js.map +1 -1
  92. package/cjs/components/DateInput/helpers/SelectionHelpers.js +2 -2
  93. package/cjs/components/DateInput/helpers/SelectionHelpers.js.map +1 -1
  94. package/cjs/components/DateInput/helpers/inputNumber.d.ts +3 -3
  95. package/cjs/components/DateInput/helpers/inputNumber.js.map +1 -1
  96. package/cjs/components/DateInput/index.js +1 -1
  97. package/cjs/components/DateInput/index.js.map +1 -1
  98. package/cjs/components/DatePicker/DatePicker.d.ts +27 -11
  99. package/cjs/components/DatePicker/DatePicker.js +88 -32
  100. package/cjs/components/DatePicker/DatePicker.js.map +1 -1
  101. package/cjs/components/DatePicker/DatePicker.md +307 -310
  102. package/cjs/components/DatePicker/DatePicker.styles.d.ts +1 -1
  103. package/cjs/components/DatePicker/DatePicker.styles.js +4 -5
  104. package/cjs/components/DatePicker/DatePicker.styles.js.map +1 -1
  105. package/cjs/components/DatePicker/DatePickerHelpers.js +2 -2
  106. package/cjs/components/DatePicker/DatePickerHelpers.js.map +1 -1
  107. package/cjs/components/DatePicker/Picker.js +5 -4
  108. package/cjs/components/DatePicker/Picker.js.map +1 -1
  109. package/cjs/components/DatePicker/Picker.styles.d.ts +4 -3
  110. package/cjs/components/DatePicker/Picker.styles.js +11 -12
  111. package/cjs/components/DatePicker/Picker.styles.js.map +1 -1
  112. package/cjs/components/DatePicker/index.js +1 -1
  113. package/cjs/components/DatePicker/index.js.map +1 -1
  114. package/cjs/components/DatePicker/locale/index.js +1 -1
  115. package/cjs/components/DatePicker/locale/index.js.map +1 -1
  116. package/cjs/components/DatePicker/locale/locales/en.js.map +1 -1
  117. package/cjs/components/DatePicker/locale/locales/ru.js.map +1 -1
  118. package/cjs/components/DatePicker/locale/types.js +1 -1
  119. package/cjs/components/Dropdown/Dropdown.d.ts +7 -3
  120. package/cjs/components/Dropdown/Dropdown.js +43 -32
  121. package/cjs/components/Dropdown/Dropdown.js.map +1 -1
  122. package/cjs/components/Dropdown/Dropdown.md +11 -12
  123. package/cjs/components/Dropdown/index.js +1 -1
  124. package/cjs/components/Dropdown/index.js.map +1 -1
  125. package/cjs/components/DropdownMenu/DropdownMenu.d.ts +26 -10
  126. package/cjs/components/DropdownMenu/DropdownMenu.js +50 -18
  127. package/cjs/components/DropdownMenu/DropdownMenu.js.map +1 -1
  128. package/cjs/components/DropdownMenu/DropdownMenu.md +154 -73
  129. package/cjs/components/DropdownMenu/index.js +1 -1
  130. package/cjs/components/DropdownMenu/index.js.map +1 -1
  131. package/cjs/components/FileUploader/FileUploader.d.ts +42 -0
  132. package/cjs/components/FileUploader/FileUploader.js +286 -0
  133. package/cjs/components/FileUploader/FileUploader.js.map +1 -0
  134. package/cjs/components/FileUploader/FileUploader.md +67 -0
  135. package/cjs/components/FileUploader/FileUploader.styles.d.ts +22 -0
  136. package/cjs/components/FileUploader/FileUploader.styles.js +173 -0
  137. package/cjs/components/FileUploader/FileUploader.styles.js.map +1 -0
  138. package/cjs/components/FileUploader/index.d.ts +5 -0
  139. package/cjs/components/FileUploader/index.js +5 -0
  140. package/cjs/components/FileUploader/index.js.map +1 -0
  141. package/cjs/components/FileUploader/locale/index.d.ts +4 -0
  142. package/cjs/components/FileUploader/locale/index.js +11 -0
  143. package/cjs/components/FileUploader/locale/index.js.map +1 -0
  144. package/cjs/components/FileUploader/locale/locales/en.d.ts +2 -0
  145. package/cjs/components/FileUploader/locale/locales/en.js +7 -0
  146. package/cjs/components/FileUploader/locale/locales/en.js.map +1 -0
  147. package/cjs/components/FileUploader/locale/locales/ru.d.ts +2 -0
  148. package/cjs/components/FileUploader/locale/locales/ru.js +7 -0
  149. package/cjs/components/FileUploader/locale/locales/ru.js.map +1 -0
  150. package/cjs/components/FileUploader/locale/types.d.ts +6 -0
  151. package/cjs/components/FileUploader/locale/types.js +1 -0
  152. package/cjs/components/{Fias → FileUploader}/locale/types.js.map +0 -0
  153. package/cjs/components/FxInput/FxInput.d.ts +6 -2
  154. package/cjs/components/FxInput/FxInput.js +44 -26
  155. package/cjs/components/FxInput/FxInput.js.map +1 -1
  156. package/cjs/components/FxInput/FxInput.md +16 -13
  157. package/cjs/components/FxInput/index.js +1 -1
  158. package/cjs/components/FxInput/index.js.map +1 -1
  159. package/cjs/components/Gapped/Gapped.d.ts +7 -4
  160. package/cjs/components/Gapped/Gapped.js +52 -30
  161. package/cjs/components/Gapped/Gapped.js.map +1 -1
  162. package/cjs/components/Gapped/Gapped.md +43 -43
  163. package/cjs/components/Gapped/index.js +1 -1
  164. package/cjs/components/Gapped/index.js.map +1 -1
  165. package/cjs/components/GlobalLoader/GlobalLoader.d.ts +110 -0
  166. package/cjs/components/GlobalLoader/GlobalLoader.js +267 -0
  167. package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -0
  168. package/cjs/components/GlobalLoader/GlobalLoader.md +98 -0
  169. package/cjs/components/GlobalLoader/GlobalLoaderView.d.ts +13 -0
  170. package/cjs/components/GlobalLoader/GlobalLoaderView.js +73 -0
  171. package/cjs/components/GlobalLoader/GlobalLoaderView.js.map +1 -0
  172. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.d.ts +16 -0
  173. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.js +192 -0
  174. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.js.map +1 -0
  175. package/cjs/components/GlobalLoader/index.d.ts +1 -0
  176. package/cjs/components/GlobalLoader/index.js +1 -0
  177. package/cjs/components/GlobalLoader/index.js.map +1 -0
  178. package/cjs/components/GlobalLoader/useParams.d.ts +22 -0
  179. package/cjs/components/GlobalLoader/useParams.js +45 -0
  180. package/cjs/components/GlobalLoader/useParams.js.map +1 -0
  181. package/cjs/components/Group/Group.d.ts +3 -1
  182. package/cjs/components/Group/Group.js +90 -41
  183. package/cjs/components/Group/Group.js.map +1 -1
  184. package/cjs/components/Group/Group.md +18 -26
  185. package/cjs/components/Group/Group.styles.d.ts +1 -1
  186. package/cjs/components/Group/Group.styles.js +10 -12
  187. package/cjs/components/Group/Group.styles.js.map +1 -1
  188. package/cjs/components/Group/index.js +1 -1
  189. package/cjs/components/Group/index.js.map +1 -1
  190. package/cjs/components/Hint/Hint.d.ts +54 -4
  191. package/cjs/components/Hint/Hint.js +97 -9
  192. package/cjs/components/Hint/Hint.js.map +1 -1
  193. package/cjs/components/Hint/Hint.md +42 -3
  194. package/cjs/components/Hint/Hint.styles.d.ts +5 -3
  195. package/cjs/components/Hint/Hint.styles.js +18 -11
  196. package/cjs/components/Hint/Hint.styles.js.map +1 -1
  197. package/cjs/components/Hint/index.js +1 -1
  198. package/cjs/components/Hint/index.js.map +1 -1
  199. package/cjs/components/Input/Input.d.ts +19 -8
  200. package/cjs/components/Input/Input.js +104 -68
  201. package/cjs/components/Input/Input.js.map +1 -1
  202. package/cjs/components/Input/Input.md +13 -13
  203. package/cjs/components/Input/Input.styles.d.ts +36 -27
  204. package/cjs/components/Input/Input.styles.js +137 -92
  205. package/cjs/components/Input/Input.styles.js.map +1 -1
  206. package/cjs/components/Input/index.js +1 -1
  207. package/cjs/components/Input/index.js.map +1 -1
  208. package/cjs/components/Kebab/Kebab.d.ts +16 -17
  209. package/cjs/components/Kebab/Kebab.js +58 -67
  210. package/cjs/components/Kebab/Kebab.js.map +1 -1
  211. package/cjs/components/Kebab/Kebab.md +278 -45
  212. package/cjs/components/Kebab/Kebab.styles.d.ts +7 -5
  213. package/cjs/components/Kebab/Kebab.styles.js +25 -30
  214. package/cjs/components/Kebab/Kebab.styles.js.map +1 -1
  215. package/cjs/components/Kebab/__stories__/Kebab.items.js.map +1 -1
  216. package/cjs/components/Kebab/index.js +1 -1
  217. package/cjs/components/Kebab/index.js.map +1 -1
  218. package/cjs/components/Link/Link.d.ts +35 -13
  219. package/cjs/components/Link/Link.js +58 -38
  220. package/cjs/components/Link/Link.js.map +1 -1
  221. package/cjs/components/Link/Link.md +77 -11
  222. package/cjs/components/Link/Link.mixins.d.ts +1 -1
  223. package/cjs/components/Link/Link.mixins.js +5 -4
  224. package/cjs/components/Link/Link.mixins.js.map +1 -1
  225. package/cjs/components/Link/Link.styles.d.ts +13 -11
  226. package/cjs/components/Link/Link.styles.js +25 -28
  227. package/cjs/components/Link/Link.styles.js.map +1 -1
  228. package/cjs/components/Link/index.js +1 -1
  229. package/cjs/components/Link/index.js.map +1 -1
  230. package/cjs/components/Loader/Loader.d.ts +39 -16
  231. package/cjs/components/Loader/Loader.js +183 -36
  232. package/cjs/components/Loader/Loader.js.map +1 -1
  233. package/cjs/components/Loader/Loader.md +25 -25
  234. package/cjs/components/Loader/Loader.styles.d.ts +4 -4
  235. package/cjs/components/Loader/Loader.styles.js +13 -27
  236. package/cjs/components/Loader/Loader.styles.js.map +1 -1
  237. package/cjs/components/Loader/__stories__/LoaderAndButton.js +14 -14
  238. package/cjs/components/Loader/__stories__/LoaderAndButton.js.map +1 -1
  239. package/cjs/components/Loader/index.js +1 -1
  240. package/cjs/components/Loader/index.js.map +1 -1
  241. package/cjs/components/MenuHeader/MenuHeader.d.ts +9 -4
  242. package/cjs/components/MenuHeader/MenuHeader.js +20 -13
  243. package/cjs/components/MenuHeader/MenuHeader.js.map +1 -1
  244. package/cjs/components/MenuHeader/MenuHeader.md +23 -0
  245. package/cjs/components/MenuHeader/MenuHeader.styles.d.ts +4 -3
  246. package/cjs/components/MenuHeader/MenuHeader.styles.js +13 -11
  247. package/cjs/components/MenuHeader/MenuHeader.styles.js.map +1 -1
  248. package/cjs/components/MenuHeader/index.js +1 -1
  249. package/cjs/components/MenuHeader/index.js.map +1 -1
  250. package/cjs/components/MenuItem/MenuItem.d.ts +55 -11
  251. package/cjs/components/MenuItem/MenuItem.js +61 -19
  252. package/cjs/components/MenuItem/MenuItem.js.map +1 -1
  253. package/cjs/components/MenuItem/MenuItem.md +109 -7
  254. package/cjs/components/MenuItem/MenuItem.styles.d.ts +12 -10
  255. package/cjs/components/MenuItem/MenuItem.styles.js +48 -33
  256. package/cjs/components/MenuItem/MenuItem.styles.js.map +1 -1
  257. package/cjs/components/MenuItem/index.js +1 -1
  258. package/cjs/components/MenuItem/index.js.map +1 -1
  259. package/cjs/components/MenuSeparator/MenuSeparator.d.ts +6 -3
  260. package/cjs/components/MenuSeparator/MenuSeparator.js +15 -7
  261. package/cjs/components/MenuSeparator/MenuSeparator.js.map +1 -1
  262. package/cjs/components/MenuSeparator/MenuSeparator.md +14 -0
  263. package/cjs/components/MenuSeparator/MenuSeparator.styles.d.ts +3 -2
  264. package/cjs/components/MenuSeparator/MenuSeparator.styles.js +6 -9
  265. package/cjs/components/MenuSeparator/MenuSeparator.styles.js.map +1 -1
  266. package/cjs/components/MenuSeparator/index.js +1 -1
  267. package/cjs/components/MenuSeparator/index.js.map +1 -1
  268. package/cjs/components/Modal/Modal.d.ts +11 -5
  269. package/cjs/components/Modal/Modal.js +64 -32
  270. package/cjs/components/Modal/Modal.js.map +1 -1
  271. package/cjs/components/Modal/Modal.md +38 -37
  272. package/cjs/components/Modal/Modal.styles.d.ts +36 -18
  273. package/cjs/components/Modal/Modal.styles.js +173 -52
  274. package/cjs/components/Modal/Modal.styles.js.map +1 -1
  275. package/cjs/components/Modal/ModalBody.d.ts +13 -1
  276. package/cjs/components/Modal/ModalBody.js +64 -18
  277. package/cjs/components/Modal/ModalBody.js.map +1 -1
  278. package/cjs/components/Modal/ModalClose.d.ts +1 -2
  279. package/cjs/components/Modal/ModalClose.js +42 -12
  280. package/cjs/components/Modal/ModalClose.js.map +1 -1
  281. package/cjs/components/Modal/ModalContext.d.ts +5 -1
  282. package/cjs/components/Modal/ModalContext.js +6 -1
  283. package/cjs/components/Modal/ModalContext.js.map +1 -1
  284. package/cjs/components/Modal/ModalFooter.d.ts +2 -1
  285. package/cjs/components/Modal/ModalFooter.js +41 -31
  286. package/cjs/components/Modal/ModalFooter.js.map +1 -1
  287. package/cjs/components/Modal/ModalHeader.d.ts +3 -2
  288. package/cjs/components/Modal/ModalHeader.js +36 -30
  289. package/cjs/components/Modal/ModalHeader.js.map +1 -1
  290. package/cjs/components/Modal/index.js +4 -4
  291. package/cjs/components/Modal/index.js.map +1 -1
  292. package/cjs/components/Paging/NavigationHelper.d.ts +1 -1
  293. package/cjs/components/Paging/NavigationHelper.js +3 -2
  294. package/cjs/components/Paging/NavigationHelper.js.map +1 -1
  295. package/cjs/components/Paging/Paging.d.ts +17 -5
  296. package/cjs/components/Paging/Paging.js +74 -57
  297. package/cjs/components/Paging/Paging.js.map +1 -1
  298. package/cjs/components/Paging/Paging.md +43 -43
  299. package/cjs/components/Paging/Paging.styles.d.ts +12 -11
  300. package/cjs/components/Paging/Paging.styles.js +42 -46
  301. package/cjs/components/Paging/Paging.styles.js.map +1 -1
  302. package/cjs/components/Paging/PagingDefaultComponent.d.ts +9 -0
  303. package/cjs/components/Paging/PagingDefaultComponent.js +21 -0
  304. package/cjs/components/Paging/PagingDefaultComponent.js.map +1 -0
  305. package/cjs/components/Paging/PagingHelper.js.map +1 -1
  306. package/cjs/components/Paging/index.js +1 -1
  307. package/cjs/components/Paging/index.js.map +1 -1
  308. package/cjs/components/Paging/locale/index.js +1 -1
  309. package/cjs/components/Paging/locale/index.js.map +1 -1
  310. package/cjs/components/Paging/locale/locales/en.js.map +1 -1
  311. package/cjs/components/Paging/locale/locales/ru.js.map +1 -1
  312. package/cjs/components/Paging/locale/types.js +1 -1
  313. package/cjs/components/PasswordInput/PasswordInput.d.ts +11 -5
  314. package/cjs/components/PasswordInput/PasswordInput.js +96 -32
  315. package/cjs/components/PasswordInput/PasswordInput.js.map +1 -1
  316. package/cjs/components/PasswordInput/PasswordInput.md +9 -9
  317. package/cjs/components/PasswordInput/PasswordInput.styles.d.ts +6 -2
  318. package/cjs/components/PasswordInput/PasswordInput.styles.js +31 -12
  319. package/cjs/components/PasswordInput/PasswordInput.styles.js.map +1 -1
  320. package/cjs/components/PasswordInput/PasswordInputIcon.d.ts +3 -0
  321. package/cjs/components/PasswordInput/PasswordInputIcon.js +11 -0
  322. package/cjs/components/PasswordInput/PasswordInputIcon.js.map +1 -0
  323. package/cjs/components/PasswordInput/index.js +1 -1
  324. package/cjs/components/PasswordInput/index.js.map +1 -1
  325. package/cjs/components/Radio/Radio.d.ts +46 -25
  326. package/cjs/components/Radio/Radio.js +104 -40
  327. package/cjs/components/Radio/Radio.js.map +1 -1
  328. package/cjs/components/Radio/Radio.md +38 -14
  329. package/cjs/components/Radio/Radio.styles.d.ts +18 -11
  330. package/cjs/components/Radio/Radio.styles.js +94 -60
  331. package/cjs/components/Radio/Radio.styles.js.map +1 -1
  332. package/cjs/components/Radio/index.js +1 -1
  333. package/cjs/components/Radio/index.js.map +1 -1
  334. package/cjs/components/RadioGroup/Prevent.js +1 -1
  335. package/cjs/components/RadioGroup/Prevent.js.map +1 -1
  336. package/cjs/components/RadioGroup/RadioGroup.d.ts +57 -79
  337. package/cjs/components/RadioGroup/RadioGroup.js +63 -95
  338. package/cjs/components/RadioGroup/RadioGroup.js.map +1 -1
  339. package/cjs/components/RadioGroup/RadioGroup.md +43 -43
  340. package/cjs/components/RadioGroup/RadioGroup.styles.d.ts +3 -2
  341. package/cjs/components/RadioGroup/RadioGroup.styles.js +11 -12
  342. package/cjs/components/RadioGroup/RadioGroup.styles.js.map +1 -1
  343. package/cjs/components/RadioGroup/RadioGroupContext.d.ts +10 -0
  344. package/cjs/components/RadioGroup/RadioGroupContext.js +21 -0
  345. package/cjs/components/RadioGroup/RadioGroupContext.js.map +1 -0
  346. package/cjs/components/RadioGroup/index.js +1 -1
  347. package/cjs/components/RadioGroup/index.js.map +1 -1
  348. package/cjs/components/ResponsiveLayout/ResponsiveLayout.d.ts +11 -0
  349. package/cjs/components/ResponsiveLayout/ResponsiveLayout.js +37 -0
  350. package/cjs/components/ResponsiveLayout/ResponsiveLayout.js.map +1 -0
  351. package/cjs/components/ResponsiveLayout/ResponsiveLayout.md +43 -0
  352. package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.d.ts +11 -0
  353. package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.js +100 -0
  354. package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.js.map +1 -0
  355. package/cjs/components/ResponsiveLayout/decorator.d.ts +33 -0
  356. package/cjs/components/ResponsiveLayout/decorator.js +44 -0
  357. package/cjs/components/ResponsiveLayout/decorator.js.map +1 -0
  358. package/cjs/components/ResponsiveLayout/index.d.ts +3 -0
  359. package/cjs/components/ResponsiveLayout/index.js +3 -0
  360. package/cjs/components/ResponsiveLayout/index.js.map +1 -0
  361. package/cjs/components/ResponsiveLayout/types.d.ts +3 -0
  362. package/cjs/components/ResponsiveLayout/types.js +1 -0
  363. package/cjs/components/{Logotype/locale → ResponsiveLayout}/types.js.map +0 -0
  364. package/cjs/components/ResponsiveLayout/useResponsiveLayout.d.ts +2 -0
  365. package/cjs/components/ResponsiveLayout/useResponsiveLayout.js +61 -0
  366. package/cjs/components/ResponsiveLayout/useResponsiveLayout.js.map +1 -0
  367. package/cjs/components/ScrollContainer/ScrollBar.d.ts +37 -0
  368. package/cjs/components/ScrollContainer/ScrollBar.js +246 -0
  369. package/cjs/components/ScrollContainer/ScrollBar.js.map +1 -0
  370. package/cjs/components/ScrollContainer/ScrollContainer.constants.d.ts +23 -0
  371. package/cjs/components/ScrollContainer/ScrollContainer.constants.js +33 -0
  372. package/cjs/components/ScrollContainer/ScrollContainer.constants.js.map +1 -0
  373. package/cjs/components/ScrollContainer/ScrollContainer.d.ts +47 -25
  374. package/cjs/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -0
  375. package/cjs/components/ScrollContainer/ScrollContainer.helpers.js +62 -0
  376. package/cjs/components/ScrollContainer/ScrollContainer.helpers.js.map +1 -0
  377. package/cjs/components/ScrollContainer/ScrollContainer.js +108 -170
  378. package/cjs/components/ScrollContainer/ScrollContainer.js.map +1 -1
  379. package/cjs/components/ScrollContainer/ScrollContainer.md +143 -60
  380. package/cjs/components/ScrollContainer/ScrollContainer.styles.d.ts +14 -4
  381. package/cjs/components/ScrollContainer/ScrollContainer.styles.js +71 -12
  382. package/cjs/components/ScrollContainer/ScrollContainer.styles.js.map +1 -1
  383. package/cjs/components/ScrollContainer/index.js +1 -1
  384. package/cjs/components/ScrollContainer/index.js.map +1 -1
  385. package/cjs/components/Select/Item.js +1 -1
  386. package/cjs/components/Select/Item.js.map +1 -1
  387. package/cjs/components/Select/Select.d.ts +29 -15
  388. package/cjs/components/Select/Select.js +122 -27
  389. package/cjs/components/Select/Select.js.map +1 -1
  390. package/cjs/components/Select/Select.md +67 -23
  391. package/cjs/components/Select/Select.styles.d.ts +13 -6
  392. package/cjs/components/Select/Select.styles.js +52 -35
  393. package/cjs/components/Select/Select.styles.js.map +1 -1
  394. package/cjs/components/Select/index.js +1 -1
  395. package/cjs/components/Select/index.js.map +1 -1
  396. package/cjs/components/Select/locale/index.js +1 -1
  397. package/cjs/components/Select/locale/index.js.map +1 -1
  398. package/cjs/components/Select/locale/locales/en.js +1 -1
  399. package/cjs/components/Select/locale/locales/en.js.map +1 -1
  400. package/cjs/components/Select/locale/locales/ru.js +1 -1
  401. package/cjs/components/Select/locale/locales/ru.js.map +1 -1
  402. package/cjs/components/Select/locale/types.js +1 -1
  403. package/cjs/components/Select/selectTheme.d.ts +2 -1
  404. package/cjs/components/Select/selectTheme.js +7 -4
  405. package/cjs/components/Select/selectTheme.js.map +1 -1
  406. package/cjs/components/SidePage/SidePage.d.ts +27 -3
  407. package/cjs/components/SidePage/SidePage.js +101 -32
  408. package/cjs/components/SidePage/SidePage.js.map +1 -1
  409. package/cjs/components/SidePage/SidePage.md +48 -48
  410. package/cjs/components/SidePage/SidePage.styles.d.ts +38 -18
  411. package/cjs/components/SidePage/SidePage.styles.js +214 -59
  412. package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
  413. package/cjs/components/SidePage/SidePageBody.d.ts +4 -1
  414. package/cjs/components/SidePage/SidePageBody.js +33 -11
  415. package/cjs/components/SidePage/SidePageBody.js.map +1 -1
  416. package/cjs/components/SidePage/SidePageContainer.d.ts +7 -1
  417. package/cjs/components/SidePage/SidePageContainer.js +54 -12
  418. package/cjs/components/SidePage/SidePageContainer.js.map +1 -1
  419. package/cjs/components/SidePage/SidePageContext.d.ts +8 -0
  420. package/cjs/components/SidePage/SidePageContext.js +10 -1
  421. package/cjs/components/SidePage/SidePageContext.js.map +1 -1
  422. package/cjs/components/SidePage/SidePageFooter.d.ts +7 -3
  423. package/cjs/components/SidePage/SidePageFooter.js +51 -21
  424. package/cjs/components/SidePage/SidePageFooter.js.map +1 -1
  425. package/cjs/components/SidePage/SidePageHeader.d.ts +17 -5
  426. package/cjs/components/SidePage/SidePageHeader.js +125 -39
  427. package/cjs/components/SidePage/SidePageHeader.js.map +1 -1
  428. package/cjs/components/SidePage/index.js +5 -5
  429. package/cjs/components/SidePage/index.js.map +1 -1
  430. package/cjs/components/Spinner/Spinner.d.ts +12 -14
  431. package/cjs/components/Spinner/Spinner.js +36 -36
  432. package/cjs/components/Spinner/Spinner.js.map +1 -1
  433. package/cjs/components/Spinner/Spinner.md +35 -34
  434. package/cjs/components/Spinner/Spinner.styles.d.ts +10 -8
  435. package/cjs/components/Spinner/Spinner.styles.js +41 -31
  436. package/cjs/components/Spinner/Spinner.styles.js.map +1 -1
  437. package/cjs/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -0
  438. package/cjs/components/Spinner/SpinnerFallbackAnimation.js +190 -0
  439. package/cjs/components/Spinner/SpinnerFallbackAnimation.js.map +1 -0
  440. package/cjs/components/Spinner/index.js +1 -1
  441. package/cjs/components/Spinner/index.js.map +1 -1
  442. package/cjs/components/Spinner/locale/index.js +1 -1
  443. package/cjs/components/Spinner/locale/index.js.map +1 -1
  444. package/cjs/components/Spinner/locale/locales/en.js.map +1 -1
  445. package/cjs/components/Spinner/locale/locales/ru.js.map +1 -1
  446. package/cjs/components/Spinner/locale/types.js +1 -1
  447. package/cjs/components/Sticky/Sticky.d.ts +9 -2
  448. package/cjs/components/Sticky/Sticky.js +33 -21
  449. package/cjs/components/Sticky/Sticky.js.map +1 -1
  450. package/cjs/components/Sticky/Sticky.md +27 -27
  451. package/cjs/components/Sticky/Sticky.styles.d.ts +2 -1
  452. package/cjs/components/Sticky/Sticky.styles.js +13 -10
  453. package/cjs/components/Sticky/Sticky.styles.js.map +1 -1
  454. package/cjs/components/Sticky/index.js +1 -1
  455. package/cjs/components/Sticky/index.js.map +1 -1
  456. package/cjs/components/Switcher/Switcher.d.ts +9 -4
  457. package/cjs/components/Switcher/Switcher.js +29 -18
  458. package/cjs/components/Switcher/Switcher.js.map +1 -1
  459. package/cjs/components/Switcher/Switcher.md +10 -10
  460. package/cjs/components/Switcher/Switcher.styles.d.ts +8 -6
  461. package/cjs/components/Switcher/Switcher.styles.js +34 -28
  462. package/cjs/components/Switcher/Switcher.styles.js.map +1 -1
  463. package/cjs/components/Switcher/index.js +1 -1
  464. package/cjs/components/Switcher/index.js.map +1 -1
  465. package/cjs/components/Switcher/switcherTheme.d.ts +2 -1
  466. package/cjs/components/Switcher/switcherTheme.js +2 -0
  467. package/cjs/components/Switcher/switcherTheme.js.map +1 -1
  468. package/cjs/components/Tabs/Indicator.d.ts +2 -2
  469. package/cjs/components/Tabs/Indicator.js +21 -21
  470. package/cjs/components/Tabs/Indicator.js.map +1 -1
  471. package/cjs/components/Tabs/Indicator.styles.d.ts +7 -6
  472. package/cjs/components/Tabs/Indicator.styles.js +8 -11
  473. package/cjs/components/Tabs/Indicator.styles.js.map +1 -1
  474. package/cjs/components/Tabs/Tab.d.ts +10 -13
  475. package/cjs/components/Tabs/Tab.js +33 -36
  476. package/cjs/components/Tabs/Tab.js.map +1 -1
  477. package/cjs/components/Tabs/Tab.styles.d.ts +26 -10
  478. package/cjs/components/Tabs/Tab.styles.js +87 -46
  479. package/cjs/components/Tabs/Tab.styles.js.map +1 -1
  480. package/cjs/components/Tabs/Tabs.d.ts +8 -5
  481. package/cjs/components/Tabs/Tabs.js +30 -24
  482. package/cjs/components/Tabs/Tabs.js.map +1 -1
  483. package/cjs/components/Tabs/Tabs.md +36 -28
  484. package/cjs/components/Tabs/Tabs.styles.d.ts +4 -3
  485. package/cjs/components/Tabs/Tabs.styles.js +6 -11
  486. package/cjs/components/Tabs/Tabs.styles.js.map +1 -1
  487. package/cjs/components/Tabs/TabsContext.d.ts +8 -8
  488. package/cjs/components/Tabs/TabsContext.js +2 -2
  489. package/cjs/components/Tabs/TabsContext.js.map +1 -1
  490. package/cjs/components/Tabs/index.js +2 -2
  491. package/cjs/components/Tabs/index.js.map +1 -1
  492. package/cjs/components/Textarea/Textarea.d.ts +59 -10
  493. package/cjs/components/Textarea/Textarea.js +207 -55
  494. package/cjs/components/Textarea/Textarea.js.map +1 -1
  495. package/cjs/components/Textarea/Textarea.md +25 -9
  496. package/cjs/components/Textarea/Textarea.styles.d.ts +12 -5
  497. package/cjs/components/Textarea/Textarea.styles.js +68 -24
  498. package/cjs/components/Textarea/Textarea.styles.js.map +1 -1
  499. package/cjs/components/Textarea/TextareaCounter.d.ts +12 -0
  500. package/cjs/components/Textarea/TextareaCounter.js +71 -0
  501. package/cjs/components/Textarea/TextareaCounter.js.map +1 -0
  502. package/cjs/components/Textarea/TextareaHelpers.d.ts +8 -1
  503. package/cjs/components/Textarea/TextareaHelpers.js +9 -5
  504. package/cjs/components/Textarea/TextareaHelpers.js.map +1 -1
  505. package/cjs/components/Textarea/index.js +1 -1
  506. package/cjs/components/Textarea/index.js.map +1 -1
  507. package/cjs/components/Toast/Toast.d.ts +16 -10
  508. package/cjs/components/Toast/Toast.js +43 -22
  509. package/cjs/components/Toast/Toast.js.map +1 -1
  510. package/cjs/components/Toast/Toast.md +41 -41
  511. package/cjs/components/Toast/Toast.styles.d.ts +1 -1
  512. package/cjs/components/Toast/Toast.styles.js +7 -10
  513. package/cjs/components/Toast/Toast.styles.js.map +1 -1
  514. package/cjs/components/Toast/ToastStatic.js +7 -6
  515. package/cjs/components/Toast/ToastStatic.js.map +1 -1
  516. package/cjs/components/Toast/ToastView.d.ts +3 -1
  517. package/cjs/components/Toast/ToastView.js +37 -33
  518. package/cjs/components/Toast/ToastView.js.map +1 -1
  519. package/cjs/components/Toast/ToastView.styles.d.ts +7 -6
  520. package/cjs/components/Toast/ToastView.styles.js +37 -27
  521. package/cjs/components/Toast/ToastView.styles.js.map +1 -1
  522. package/cjs/components/Toast/index.js +1 -1
  523. package/cjs/components/Toast/index.js.map +1 -1
  524. package/cjs/components/Toggle/Toggle.d.ts +57 -1
  525. package/cjs/components/Toggle/Toggle.js +115 -12
  526. package/cjs/components/Toggle/Toggle.js.map +1 -1
  527. package/cjs/components/Toggle/Toggle.md +94 -9
  528. package/cjs/components/Toggle/Toggle.styles.d.ts +28 -10
  529. package/cjs/components/Toggle/Toggle.styles.js +140 -64
  530. package/cjs/components/Toggle/Toggle.styles.js.map +1 -1
  531. package/cjs/components/Toggle/index.js +1 -1
  532. package/cjs/components/Toggle/index.js.map +1 -1
  533. package/cjs/components/Token/Token.d.ts +12 -3
  534. package/cjs/components/Token/Token.js +35 -8
  535. package/cjs/components/Token/Token.js.map +1 -1
  536. package/cjs/components/Token/Token.md +112 -112
  537. package/cjs/components/Token/Token.styles.d.ts +27 -23
  538. package/cjs/components/Token/Token.styles.js +37 -30
  539. package/cjs/components/Token/Token.styles.js.map +1 -1
  540. package/cjs/components/Token/index.js +1 -1
  541. package/cjs/components/Token/index.js.map +1 -1
  542. package/cjs/components/TokenInput/TextWidthHelper.d.ts +8 -0
  543. package/cjs/components/TokenInput/TextWidthHelper.js +16 -7
  544. package/cjs/components/TokenInput/TextWidthHelper.js.map +1 -1
  545. package/cjs/components/TokenInput/TokenInput.d.ts +77 -6
  546. package/cjs/components/TokenInput/TokenInput.js +405 -76
  547. package/cjs/components/TokenInput/TokenInput.js.map +1 -1
  548. package/cjs/components/TokenInput/TokenInput.md +79 -83
  549. package/cjs/components/TokenInput/TokenInput.styles.d.ts +14 -8
  550. package/cjs/components/TokenInput/TokenInput.styles.js +91 -14
  551. package/cjs/components/TokenInput/TokenInput.styles.js.map +1 -1
  552. package/cjs/components/TokenInput/TokenInputMenu.d.ts +4 -1
  553. package/cjs/components/TokenInput/TokenInputMenu.js +26 -3
  554. package/cjs/components/TokenInput/TokenInputMenu.js.map +1 -1
  555. package/cjs/components/TokenInput/TokenInputReducer.d.ts +5 -0
  556. package/cjs/components/TokenInput/TokenInputReducer.js +22 -3
  557. package/cjs/components/TokenInput/TokenInputReducer.js.map +1 -1
  558. package/cjs/components/TokenInput/index.js +1 -1
  559. package/cjs/components/TokenInput/index.js.map +1 -1
  560. package/cjs/components/TokenInput/locale/index.js +1 -1
  561. package/cjs/components/TokenInput/locale/index.js.map +1 -1
  562. package/cjs/components/TokenInput/locale/locales/en.js +1 -1
  563. package/cjs/components/TokenInput/locale/locales/en.js.map +1 -1
  564. package/cjs/components/TokenInput/locale/locales/ru.js +1 -1
  565. package/cjs/components/TokenInput/locale/locales/ru.js.map +1 -1
  566. package/cjs/components/TokenInput/locale/types.js +1 -1
  567. package/cjs/components/Tooltip/Tooltip.d.ts +43 -29
  568. package/cjs/components/Tooltip/Tooltip.js +115 -22
  569. package/cjs/components/Tooltip/Tooltip.js.map +1 -1
  570. package/cjs/components/Tooltip/Tooltip.md +293 -212
  571. package/cjs/components/Tooltip/Tooltip.styles.d.ts +4 -3
  572. package/cjs/components/Tooltip/Tooltip.styles.js +11 -11
  573. package/cjs/components/Tooltip/Tooltip.styles.js.map +1 -1
  574. package/cjs/components/Tooltip/index.js +1 -1
  575. package/cjs/components/Tooltip/index.js.map +1 -1
  576. package/cjs/components/TooltipMenu/TooltipMenu.d.ts +33 -12
  577. package/cjs/components/TooltipMenu/TooltipMenu.js +65 -16
  578. package/cjs/components/TooltipMenu/TooltipMenu.js.map +1 -1
  579. package/cjs/components/TooltipMenu/TooltipMenu.md +183 -115
  580. package/cjs/components/TooltipMenu/index.js +1 -1
  581. package/cjs/components/TooltipMenu/index.js.map +1 -1
  582. package/cjs/hooks/useDrop.d.ts +11 -0
  583. package/cjs/hooks/useDrop.js +77 -0
  584. package/cjs/hooks/useDrop.js.map +1 -0
  585. package/cjs/hooks/useEffectWithoutInitCall.d.ts +2 -0
  586. package/cjs/hooks/useEffectWithoutInitCall.js +13 -0
  587. package/cjs/hooks/useEffectWithoutInitCall.js.map +1 -0
  588. package/cjs/hooks/useMemoObject.d.ts +1 -0
  589. package/cjs/hooks/useMemoObject.js +5 -0
  590. package/cjs/hooks/useMemoObject.js.map +1 -0
  591. package/cjs/index.d.ts +9 -9
  592. package/cjs/index.js +54 -54
  593. package/cjs/index.js.map +1 -1
  594. package/cjs/internal/BGRuler.js +9 -7
  595. package/cjs/internal/BGRuler.js.map +1 -1
  596. package/cjs/internal/Calendar/Calendar.d.ts +6 -0
  597. package/cjs/internal/Calendar/Calendar.js +83 -36
  598. package/cjs/internal/Calendar/Calendar.js.map +1 -1
  599. package/cjs/internal/Calendar/Calendar.styles.d.ts +3 -2
  600. package/cjs/internal/Calendar/Calendar.styles.js +9 -10
  601. package/cjs/internal/Calendar/Calendar.styles.js.map +1 -1
  602. package/cjs/internal/Calendar/CalendarDateShape.js +1 -1
  603. package/cjs/internal/Calendar/CalendarDateShape.js.map +1 -1
  604. package/cjs/internal/Calendar/CalendarScrollEvents.js.map +1 -1
  605. package/cjs/internal/Calendar/CalendarUtils.d.ts +5 -4
  606. package/cjs/internal/Calendar/CalendarUtils.js +33 -26
  607. package/cjs/internal/Calendar/CalendarUtils.js.map +1 -1
  608. package/cjs/internal/Calendar/DayCellView.d.ts +0 -1
  609. package/cjs/internal/Calendar/DayCellView.js +13 -24
  610. package/cjs/internal/Calendar/DayCellView.js.map +1 -1
  611. package/cjs/internal/Calendar/DayCellView.styles.d.ts +6 -5
  612. package/cjs/internal/Calendar/DayCellView.styles.js +14 -11
  613. package/cjs/internal/Calendar/DayCellView.styles.js.map +1 -1
  614. package/cjs/internal/Calendar/DayCellViewModel.js +1 -1
  615. package/cjs/internal/Calendar/DayCellViewModel.js.map +1 -1
  616. package/cjs/internal/Calendar/Month.d.ts +2 -0
  617. package/cjs/internal/Calendar/Month.js +43 -14
  618. package/cjs/internal/Calendar/Month.js.map +1 -1
  619. package/cjs/internal/Calendar/MonthView.js +22 -20
  620. package/cjs/internal/Calendar/MonthView.js.map +1 -1
  621. package/cjs/internal/Calendar/MonthView.styles.d.ts +9 -6
  622. package/cjs/internal/Calendar/MonthView.styles.js +28 -16
  623. package/cjs/internal/Calendar/MonthView.styles.js.map +1 -1
  624. package/cjs/internal/Calendar/MonthViewModel.d.ts +2 -1
  625. package/cjs/internal/Calendar/MonthViewModel.js +51 -32
  626. package/cjs/internal/Calendar/MonthViewModel.js.map +1 -1
  627. package/cjs/internal/Calendar/config.d.ts +3 -18
  628. package/cjs/internal/Calendar/config.js +33 -24
  629. package/cjs/internal/Calendar/config.js.map +1 -1
  630. package/cjs/internal/Calendar/index.js +2 -2
  631. package/cjs/internal/Calendar/index.js.map +1 -1
  632. package/cjs/internal/CommonWrapper/CommonWrapper.d.ts +32 -0
  633. package/cjs/internal/CommonWrapper/CommonWrapper.js +109 -0
  634. package/cjs/internal/CommonWrapper/CommonWrapper.js.map +1 -0
  635. package/cjs/internal/CommonWrapper/index.d.ts +1 -0
  636. package/cjs/internal/CommonWrapper/index.js +1 -0
  637. package/cjs/internal/CommonWrapper/index.js.map +1 -0
  638. package/cjs/internal/ComponentCombinator.js +1 -1
  639. package/cjs/internal/ComponentCombinator.js.map +1 -1
  640. package/cjs/internal/ComponentTable.d.ts +4 -2
  641. package/cjs/internal/ComponentTable.js +20 -19
  642. package/cjs/internal/ComponentTable.js.map +1 -1
  643. package/cjs/internal/CustomComboBox/ComboBoxMenu.d.ts +1 -0
  644. package/cjs/internal/CustomComboBox/ComboBoxMenu.js +32 -8
  645. package/cjs/internal/CustomComboBox/ComboBoxMenu.js.map +1 -1
  646. package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +29 -4
  647. package/cjs/internal/CustomComboBox/ComboBoxView.js +112 -16
  648. package/cjs/internal/CustomComboBox/ComboBoxView.js.map +1 -1
  649. package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +15 -3
  650. package/cjs/internal/CustomComboBox/CustomComboBox.js +58 -21
  651. package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
  652. package/cjs/internal/CustomComboBox/CustomComboBox.styles.d.ts +2 -2
  653. package/cjs/internal/CustomComboBox/CustomComboBox.styles.js +8 -10
  654. package/cjs/internal/CustomComboBox/CustomComboBox.styles.js.map +1 -1
  655. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.d.ts +16 -16
  656. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js +59 -58
  657. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js.map +1 -1
  658. package/cjs/internal/CustomComboBox/CustomComboBoxTypes.js.map +1 -1
  659. package/cjs/internal/CustomComboBox/index.js +2 -2
  660. package/cjs/internal/CustomComboBox/index.js.map +1 -1
  661. package/cjs/internal/CustomComboBox/locale/index.js +1 -1
  662. package/cjs/internal/CustomComboBox/locale/index.js.map +1 -1
  663. package/cjs/internal/CustomComboBox/locale/locales/en.js.map +1 -1
  664. package/cjs/internal/CustomComboBox/locale/locales/ru.js.map +1 -1
  665. package/cjs/internal/CustomComboBox/locale/types.js +1 -1
  666. package/cjs/internal/DateSelect/DateSelect.d.ts +5 -2
  667. package/cjs/internal/DateSelect/DateSelect.js +73 -23
  668. package/cjs/internal/DateSelect/DateSelect.js.map +1 -1
  669. package/cjs/internal/DateSelect/DateSelect.styles.d.ts +12 -11
  670. package/cjs/internal/DateSelect/DateSelect.styles.js +35 -40
  671. package/cjs/internal/DateSelect/DateSelect.styles.js.map +1 -1
  672. package/cjs/internal/DateSelect/index.js +1 -1
  673. package/cjs/internal/DateSelect/index.js.map +1 -1
  674. package/cjs/internal/DropdownContainer/DropdownContainer.d.ts +6 -8
  675. package/cjs/internal/DropdownContainer/DropdownContainer.js +37 -32
  676. package/cjs/internal/DropdownContainer/DropdownContainer.js.map +1 -1
  677. package/cjs/internal/DropdownContainer/DropdownContainer.styles.d.ts +3 -0
  678. package/cjs/internal/DropdownContainer/DropdownContainer.styles.js +9 -0
  679. package/cjs/internal/DropdownContainer/DropdownContainer.styles.js.map +1 -0
  680. package/cjs/internal/DropdownContainer/index.js +1 -1
  681. package/cjs/internal/DropdownContainer/index.js.map +1 -1
  682. package/cjs/internal/FileUploaderControl/FileUploaderControlContext.d.ts +12 -0
  683. package/cjs/internal/FileUploaderControl/FileUploaderControlContext.js +16 -0
  684. package/cjs/internal/FileUploaderControl/FileUploaderControlContext.js.map +1 -0
  685. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.d.ts +14 -0
  686. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.js +108 -0
  687. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.js.map +1 -0
  688. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.d.ts +12 -0
  689. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.js +189 -0
  690. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.js.map +1 -0
  691. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.d.ts +11 -0
  692. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.js +68 -0
  693. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.js.map +1 -0
  694. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.d.ts +10 -0
  695. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.js +30 -0
  696. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.js.map +1 -0
  697. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.d.ts +5 -0
  698. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.js +22 -0
  699. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.js.map +1 -0
  700. package/cjs/internal/FileUploaderControl/FileUploaderFileValidationResult.d.ts +7 -0
  701. package/cjs/internal/FileUploaderControl/FileUploaderFileValidationResult.js +16 -0
  702. package/cjs/internal/FileUploaderControl/FileUploaderFileValidationResult.js.map +1 -0
  703. package/cjs/internal/FileUploaderControl/fileUtils.d.ts +14 -0
  704. package/cjs/internal/FileUploaderControl/fileUtils.js +26 -0
  705. package/cjs/internal/FileUploaderControl/fileUtils.js.map +1 -0
  706. package/cjs/internal/FileUploaderControl/hooks/useControlLocale.d.ts +1 -0
  707. package/cjs/internal/FileUploaderControl/hooks/useControlLocale.js +4 -0
  708. package/cjs/internal/FileUploaderControl/hooks/useControlLocale.js.map +1 -0
  709. package/cjs/internal/FileUploaderControl/hooks/useUpload.d.ts +3 -0
  710. package/cjs/internal/FileUploaderControl/hooks/useUpload.js +51 -0
  711. package/cjs/internal/FileUploaderControl/hooks/useUpload.js.map +1 -0
  712. package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.d.ts +3 -0
  713. package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.js +23 -0
  714. package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.js.map +1 -0
  715. package/cjs/internal/FocusTrap/FocusTrap.d.ts +4 -2
  716. package/cjs/internal/FocusTrap/FocusTrap.js +17 -9
  717. package/cjs/internal/FocusTrap/FocusTrap.js.map +1 -1
  718. package/cjs/internal/FocusTrap/index.js +1 -1
  719. package/cjs/internal/FocusTrap/index.js.map +1 -1
  720. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +1 -3
  721. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.js +33 -74
  722. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.js.map +1 -1
  723. package/cjs/internal/HideBodyVerticalScroll/index.js +1 -1
  724. package/cjs/internal/HideBodyVerticalScroll/index.js.map +1 -1
  725. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +1 -1
  726. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js +13 -5
  727. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
  728. package/cjs/internal/IgnoreLayerClick/index.js +1 -1
  729. package/cjs/internal/IgnoreLayerClick/index.js.map +1 -1
  730. package/cjs/internal/InputLikeText/HiddenInput.js +10 -10
  731. package/cjs/internal/InputLikeText/HiddenInput.js.map +1 -1
  732. package/cjs/internal/InputLikeText/InputLikeText.d.ts +5 -2
  733. package/cjs/internal/InputLikeText/InputLikeText.js +143 -88
  734. package/cjs/internal/InputLikeText/InputLikeText.js.map +1 -1
  735. package/cjs/internal/InputLikeText/InputLikeText.styles.d.ts +2 -3
  736. package/cjs/internal/InputLikeText/InputLikeText.styles.js +9 -18
  737. package/cjs/internal/InputLikeText/InputLikeText.styles.js.map +1 -1
  738. package/cjs/internal/InputLikeText/index.js +1 -1
  739. package/cjs/internal/InputLikeText/index.js.map +1 -1
  740. package/cjs/internal/InternalMenu/InternalMenu.d.ts +8 -4
  741. package/cjs/internal/InternalMenu/InternalMenu.js +41 -44
  742. package/cjs/internal/InternalMenu/InternalMenu.js.map +1 -1
  743. package/cjs/internal/InternalMenu/InternalMenu.styles.d.ts +4 -3
  744. package/cjs/internal/InternalMenu/InternalMenu.styles.js +14 -17
  745. package/cjs/internal/InternalMenu/InternalMenu.styles.js.map +1 -1
  746. package/cjs/internal/InternalMenu/addIconPaddingIfPartOfMenu.d.ts +2 -0
  747. package/cjs/internal/InternalMenu/addIconPaddingIfPartOfMenu.js +16 -0
  748. package/cjs/internal/InternalMenu/addIconPaddingIfPartOfMenu.js.map +1 -0
  749. package/cjs/internal/InternalMenu/index.js +1 -1
  750. package/cjs/internal/InternalMenu/index.js.map +1 -1
  751. package/cjs/internal/InternalMenu/isActiveElement.js.map +1 -1
  752. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.d.ts +9 -0
  753. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.js +14 -0
  754. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.js.map +1 -0
  755. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.d.ts +3 -0
  756. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.js +18 -0
  757. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.js.map +1 -0
  758. package/cjs/internal/MaskCharLowLine/index.d.ts +1 -0
  759. package/cjs/internal/MaskCharLowLine/index.js +1 -0
  760. package/cjs/internal/MaskCharLowLine/index.js.map +1 -0
  761. package/cjs/internal/MaskedInput/MaskedInput.d.ts +4 -3
  762. package/cjs/internal/MaskedInput/MaskedInput.js +31 -7
  763. package/cjs/internal/MaskedInput/MaskedInput.js.map +1 -1
  764. package/cjs/internal/MaskedInput/MaskedInput.styles.d.ts +4 -2
  765. package/cjs/internal/MaskedInput/MaskedInput.styles.js +8 -21
  766. package/cjs/internal/MaskedInput/MaskedInput.styles.js.map +1 -1
  767. package/cjs/internal/MaskedInput/index.js +1 -1
  768. package/cjs/internal/MaskedInput/index.js.map +1 -1
  769. package/cjs/internal/Menu/Menu.d.ts +8 -0
  770. package/cjs/internal/Menu/Menu.js +85 -44
  771. package/cjs/internal/Menu/Menu.js.map +1 -1
  772. package/cjs/internal/Menu/Menu.styles.d.ts +8 -3
  773. package/cjs/internal/Menu/Menu.styles.js +34 -9
  774. package/cjs/internal/Menu/Menu.styles.js.map +1 -1
  775. package/cjs/internal/Menu/index.js +1 -1
  776. package/cjs/internal/Menu/index.js.map +1 -1
  777. package/cjs/internal/Menu/isActiveElement.js.map +1 -1
  778. package/cjs/internal/MobilePopup/MobilePopup.d.ts +34 -0
  779. package/cjs/internal/MobilePopup/MobilePopup.js +141 -0
  780. package/cjs/internal/MobilePopup/MobilePopup.js.map +1 -0
  781. package/cjs/internal/MobilePopup/MobilePopup.styles.d.ts +10 -0
  782. package/cjs/internal/MobilePopup/MobilePopup.styles.js +75 -0
  783. package/cjs/internal/MobilePopup/MobilePopup.styles.js.map +1 -0
  784. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.d.ts +15 -0
  785. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.js +69 -0
  786. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.js.map +1 -0
  787. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +10 -0
  788. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.js +65 -0
  789. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.js.map +1 -0
  790. package/cjs/internal/MobilePopup/MobilePopupHeader/index.d.ts +1 -0
  791. package/cjs/internal/MobilePopup/MobilePopupHeader/index.js +1 -0
  792. package/cjs/internal/MobilePopup/MobilePopupHeader/index.js.map +1 -0
  793. package/cjs/internal/MobilePopup/index.d.ts +1 -0
  794. package/cjs/internal/MobilePopup/index.js +1 -0
  795. package/cjs/internal/MobilePopup/index.js.map +1 -0
  796. package/cjs/internal/NativeDateInput/NativeDateInput.d.ts +23 -0
  797. package/cjs/internal/NativeDateInput/NativeDateInput.js +65 -0
  798. package/cjs/internal/NativeDateInput/NativeDateInput.js.map +1 -0
  799. package/cjs/internal/NativeDateInput/NativeDateInput.styles.d.ts +3 -0
  800. package/cjs/internal/NativeDateInput/NativeDateInput.styles.js +19 -0
  801. package/cjs/internal/NativeDateInput/NativeDateInput.styles.js.map +1 -0
  802. package/cjs/internal/NativeDateInput/index.d.ts +1 -0
  803. package/cjs/internal/NativeDateInput/index.js +1 -0
  804. package/cjs/internal/NativeDateInput/index.js.map +1 -0
  805. package/cjs/internal/NativeDateInput/utils.d.ts +7 -0
  806. package/cjs/internal/NativeDateInput/utils.js +49 -0
  807. package/cjs/internal/NativeDateInput/utils.js.map +1 -0
  808. package/cjs/internal/PerformanceMetrics/PerformanceMetrics.js +10 -10
  809. package/cjs/internal/PerformanceMetrics/PerformanceMetrics.js.map +1 -1
  810. package/cjs/internal/Popup/Popup.d.ts +38 -16
  811. package/cjs/internal/Popup/Popup.js +201 -83
  812. package/cjs/internal/Popup/Popup.js.map +1 -1
  813. package/cjs/internal/Popup/Popup.styles.d.ts +7 -6
  814. package/cjs/internal/Popup/Popup.styles.js +19 -19
  815. package/cjs/internal/Popup/Popup.styles.js.map +1 -1
  816. package/cjs/internal/Popup/PopupHelper.d.ts +2 -2
  817. package/cjs/internal/Popup/PopupHelper.js +5 -2
  818. package/cjs/internal/Popup/PopupHelper.js.map +1 -1
  819. package/cjs/internal/Popup/PopupPin.js +20 -20
  820. package/cjs/internal/Popup/PopupPin.js.map +1 -1
  821. package/cjs/internal/Popup/PopupPin.styles.d.ts +1 -1
  822. package/cjs/internal/Popup/PopupPin.styles.js +4 -7
  823. package/cjs/internal/Popup/PopupPin.styles.js.map +1 -1
  824. package/cjs/internal/Popup/index.js +1 -1
  825. package/cjs/internal/Popup/index.js.map +1 -1
  826. package/cjs/internal/Popup/types.d.ts +2 -0
  827. package/cjs/internal/Popup/types.js +1 -0
  828. package/cjs/{components/TopBar/locale → internal/Popup}/types.js.map +0 -0
  829. package/cjs/internal/PopupMenu/PopupMenu.d.ts +13 -5
  830. package/cjs/internal/PopupMenu/PopupMenu.js +49 -10
  831. package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
  832. package/cjs/internal/PopupMenu/PopupMenu.styles.d.ts +1 -1
  833. package/cjs/internal/PopupMenu/PopupMenu.styles.js +6 -7
  834. package/cjs/internal/PopupMenu/PopupMenu.styles.js.map +1 -1
  835. package/cjs/internal/PopupMenu/index.js +1 -1
  836. package/cjs/internal/PopupMenu/index.js.map +1 -1
  837. package/cjs/internal/PopupMenu/validatePositions.d.ts +2 -2
  838. package/cjs/internal/PopupMenu/validatePositions.js +8 -10
  839. package/cjs/internal/PopupMenu/validatePositions.js.map +1 -1
  840. package/cjs/internal/RenderContainer/RenderContainer.d.ts +1 -1
  841. package/cjs/internal/RenderContainer/RenderContainer.js +17 -9
  842. package/cjs/internal/RenderContainer/RenderContainer.js.map +1 -1
  843. package/cjs/internal/RenderContainer/RenderContainerTypes.d.ts +6 -1
  844. package/cjs/internal/RenderContainer/RenderContainerTypes.js +1 -1
  845. package/cjs/internal/RenderContainer/RenderInnerContainer.d.ts +10 -2
  846. package/cjs/internal/RenderContainer/RenderInnerContainer.js +49 -15
  847. package/cjs/internal/RenderContainer/RenderInnerContainer.js.map +1 -1
  848. package/cjs/internal/RenderContainer/index.js +1 -1
  849. package/cjs/internal/RenderContainer/index.js.map +1 -1
  850. package/cjs/internal/RenderLayer/RenderLayer.d.ts +6 -3
  851. package/cjs/internal/RenderLayer/RenderLayer.js +17 -7
  852. package/cjs/internal/RenderLayer/RenderLayer.js.map +1 -1
  853. package/cjs/internal/RenderLayer/index.js +1 -1
  854. package/cjs/internal/RenderLayer/index.js.map +1 -1
  855. package/cjs/internal/ResizeDetector/ResizeDetector.d.ts +1 -0
  856. package/cjs/internal/ResizeDetector/ResizeDetector.js +6 -1
  857. package/cjs/internal/ResizeDetector/ResizeDetector.js.map +1 -1
  858. package/cjs/internal/ResizeDetector/ResizeDetector.styles.d.ts +2 -1
  859. package/cjs/internal/ResizeDetector/ResizeDetector.styles.js +12 -7
  860. package/cjs/internal/ResizeDetector/ResizeDetector.styles.js.map +1 -1
  861. package/cjs/internal/ResizeDetector/index.js +1 -1
  862. package/cjs/internal/ResizeDetector/index.js.map +1 -1
  863. package/cjs/internal/TextWidthHelper/TextWidthHelper.d.ts +15 -0
  864. package/cjs/internal/TextWidthHelper/TextWidthHelper.js +36 -0
  865. package/cjs/internal/TextWidthHelper/TextWidthHelper.js.map +1 -0
  866. package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.d.ts +4 -0
  867. package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.js +23 -0
  868. package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.js.map +1 -0
  869. package/cjs/internal/ThemePlayground/AnotherInputsPlayground.js +1 -1
  870. package/cjs/internal/ThemePlayground/AnotherInputsPlayground.js.map +1 -1
  871. package/cjs/internal/ThemePlayground/CheckboxPlayground.d.ts +1 -4
  872. package/cjs/internal/ThemePlayground/CheckboxPlayground.js +10 -6
  873. package/cjs/internal/ThemePlayground/CheckboxPlayground.js.map +1 -1
  874. package/cjs/internal/ThemePlayground/ComponentsGroup.d.ts +1 -1
  875. package/cjs/internal/ThemePlayground/ComponentsGroup.js +8 -8
  876. package/cjs/internal/ThemePlayground/ComponentsGroup.js.map +1 -1
  877. package/cjs/internal/ThemePlayground/CurrencyInputPlayground.js +1 -1
  878. package/cjs/internal/ThemePlayground/CurrencyInputPlayground.js.map +1 -1
  879. package/cjs/internal/ThemePlayground/FxInputPlayground.js +1 -1
  880. package/cjs/internal/ThemePlayground/FxInputPlayground.js.map +1 -1
  881. package/cjs/internal/ThemePlayground/HintPlayground.js +1 -1
  882. package/cjs/internal/ThemePlayground/HintPlayground.js.map +1 -1
  883. package/cjs/internal/ThemePlayground/PagingPlayground.js +1 -1
  884. package/cjs/internal/ThemePlayground/PagingPlayground.js.map +1 -1
  885. package/cjs/internal/ThemePlayground/Playground.d.ts +1 -2
  886. package/cjs/internal/ThemePlayground/Playground.js +71 -105
  887. package/cjs/internal/ThemePlayground/Playground.js.map +1 -1
  888. package/cjs/internal/ThemePlayground/Playground.md +7 -7
  889. package/cjs/internal/ThemePlayground/Playground.styles.d.ts +12 -11
  890. package/cjs/internal/ThemePlayground/Playground.styles.js +23 -26
  891. package/cjs/internal/ThemePlayground/Playground.styles.js.map +1 -1
  892. package/cjs/internal/ThemePlayground/RadioPlayground.d.ts +1 -4
  893. package/cjs/internal/ThemePlayground/RadioPlayground.js +9 -6
  894. package/cjs/internal/ThemePlayground/RadioPlayground.js.map +1 -1
  895. package/cjs/internal/ThemePlayground/SelectPlayground.js +1 -1
  896. package/cjs/internal/ThemePlayground/SelectPlayground.js.map +1 -1
  897. package/cjs/internal/ThemePlayground/ShowcaseGroup.d.ts +0 -1
  898. package/cjs/internal/ThemePlayground/ShowcaseGroup.js +16 -8
  899. package/cjs/internal/ThemePlayground/ShowcaseGroup.js.map +1 -1
  900. package/cjs/internal/ThemePlayground/SizesGroup.d.ts +4 -0
  901. package/cjs/internal/ThemePlayground/SizesGroup.js +20 -0
  902. package/cjs/internal/ThemePlayground/SizesGroup.js.map +1 -0
  903. package/cjs/internal/ThemePlayground/SwitcherPlayground.js +1 -1
  904. package/cjs/internal/ThemePlayground/SwitcherPlayground.js.map +1 -1
  905. package/cjs/internal/ThemePlayground/ThemeContextPlayground.d.ts +8 -6
  906. package/cjs/internal/ThemePlayground/ThemeContextPlayground.js +31 -34
  907. package/cjs/internal/ThemePlayground/ThemeContextPlayground.js.map +1 -1
  908. package/cjs/internal/ThemePlayground/ThemeEditor.js +24 -17
  909. package/cjs/internal/ThemePlayground/ThemeEditor.js.map +1 -1
  910. package/cjs/internal/ThemePlayground/TogglePlayground.js +10 -10
  911. package/cjs/internal/ThemePlayground/TogglePlayground.js.map +1 -1
  912. package/cjs/internal/ThemePlayground/TokenInputPlayground.js +3 -5
  913. package/cjs/internal/ThemePlayground/TokenInputPlayground.js.map +1 -1
  914. package/cjs/internal/ThemePlayground/VariableValue.js +35 -23
  915. package/cjs/internal/ThemePlayground/VariableValue.js.map +1 -1
  916. package/cjs/internal/ThemePlayground/constants.d.ts +4 -3
  917. package/cjs/internal/ThemePlayground/constants.js +6 -40
  918. package/cjs/internal/ThemePlayground/constants.js.map +1 -1
  919. package/cjs/internal/ThemePlayground/darkTheme.d.ts +75 -59
  920. package/cjs/internal/ThemePlayground/darkTheme.js +109 -84
  921. package/cjs/internal/ThemePlayground/darkTheme.js.map +1 -1
  922. package/cjs/internal/ThemePlayground/helpers.d.ts +1 -1
  923. package/cjs/internal/ThemePlayground/helpers.js +1 -1
  924. package/cjs/internal/ThemePlayground/helpers.js.map +1 -1
  925. package/cjs/internal/ThemeShowcase/ThemeShowcase.d.ts +1 -1
  926. package/cjs/internal/ThemeShowcase/ThemeShowcase.js +123 -94
  927. package/cjs/internal/ThemeShowcase/ThemeShowcase.js.map +1 -1
  928. package/cjs/internal/ThemeShowcase/ThemeShowcase.md +13 -13
  929. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +10 -3
  930. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.js +55 -30
  931. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.js.map +1 -1
  932. package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  933. package/cjs/internal/ThemeShowcase/VariablesCollector.js +69 -60
  934. package/cjs/internal/ThemeShowcase/VariablesCollector.js.map +1 -1
  935. package/cjs/internal/ZIndex/ZIndex.d.ts +2 -0
  936. package/cjs/internal/ZIndex/ZIndex.js +48 -35
  937. package/cjs/internal/ZIndex/ZIndex.js.map +1 -1
  938. package/cjs/internal/ZIndex/ZIndexStorage.d.ts +4 -1
  939. package/cjs/internal/ZIndex/ZIndexStorage.js +21 -10
  940. package/cjs/internal/ZIndex/ZIndexStorage.js.map +1 -1
  941. package/cjs/internal/ZIndex/index.js +1 -1
  942. package/cjs/internal/ZIndex/index.js.map +1 -1
  943. package/cjs/internal/icons/16px/icon.styles.d.ts +1 -1
  944. package/cjs/internal/icons/16px/icon.styles.js +5 -8
  945. package/cjs/internal/icons/16px/icon.styles.js.map +1 -1
  946. package/cjs/internal/icons/16px/index.d.ts +20 -14
  947. package/cjs/internal/icons/16px/index.js +192 -62
  948. package/cjs/internal/icons/16px/index.js.map +1 -1
  949. package/cjs/internal/icons/20px/Icon.d.ts +11 -14
  950. package/cjs/internal/icons/20px/Icon.js +15 -24
  951. package/cjs/internal/icons/20px/Icon.js.map +1 -1
  952. package/cjs/internal/icons/20px/icon.styles.d.ts +2 -1
  953. package/cjs/internal/icons/20px/icon.styles.js +8 -18
  954. package/cjs/internal/icons/20px/icon.styles.js.map +1 -1
  955. package/cjs/internal/icons/20px/index.d.ts +1 -0
  956. package/cjs/internal/icons/20px/index.js +2 -1
  957. package/cjs/internal/icons/20px/index.js.map +1 -1
  958. package/cjs/internal/icons/20px/svg.d.ts +14 -0
  959. package/cjs/internal/icons/20px/svg.js +127 -0
  960. package/cjs/internal/icons/20px/svg.js.map +1 -0
  961. package/cjs/internal/icons/CloudIcon.d.ts +0 -1
  962. package/cjs/internal/icons/CloudIcon.js +2 -2
  963. package/cjs/internal/icons/CloudIcon.js.map +1 -1
  964. package/cjs/internal/icons/CrossIcon.d.ts +0 -1
  965. package/cjs/internal/icons/CrossIcon.js +9 -2
  966. package/cjs/internal/icons/CrossIcon.js.map +1 -1
  967. package/cjs/internal/icons/SpinnerIcon.d.ts +6 -2
  968. package/cjs/internal/icons/SpinnerIcon.js +70 -8
  969. package/cjs/internal/icons/SpinnerIcon.js.map +1 -1
  970. package/cjs/internal/icons/SpinnerIcon.styles.d.ts +3 -1
  971. package/cjs/internal/icons/SpinnerIcon.styles.js +19 -6
  972. package/cjs/internal/icons/SpinnerIcon.styles.js.map +1 -1
  973. package/cjs/internal/themes/DarkTheme.d.ts +137 -0
  974. package/cjs/internal/themes/DarkTheme.js +235 -0
  975. package/cjs/internal/themes/DarkTheme.js.map +1 -0
  976. package/cjs/internal/themes/DefaultTheme.d.ts +453 -264
  977. package/cjs/internal/themes/DefaultTheme.js +1148 -823
  978. package/cjs/internal/themes/DefaultTheme.js.map +1 -1
  979. package/cjs/internal/themes/NotFlat.d.ts +133 -0
  980. package/cjs/internal/themes/NotFlat.js +229 -0
  981. package/cjs/internal/themes/NotFlat.js.map +1 -0
  982. package/cjs/internal/themes/OldColors.d.ts +116 -0
  983. package/cjs/internal/themes/OldColors.js +167 -0
  984. package/cjs/internal/themes/OldColors.js.map +1 -0
  985. package/cjs/internal/themes/Theme2022.d.ts +66 -0
  986. package/cjs/internal/themes/Theme2022.js +100 -0
  987. package/cjs/internal/themes/Theme2022.js.map +1 -0
  988. package/cjs/internal/themes/Theme2022Dark.d.ts +5 -0
  989. package/cjs/internal/themes/Theme2022Dark.js +9 -0
  990. package/cjs/internal/themes/Theme2022Dark.js.map +1 -0
  991. package/cjs/lib/ConditionalHandler.d.ts +3 -2
  992. package/cjs/lib/ConditionalHandler.js +8 -6
  993. package/cjs/lib/ConditionalHandler.js.map +1 -1
  994. package/cjs/lib/InstanceWithAnchorElement.d.ts +5 -0
  995. package/cjs/lib/InstanceWithAnchorElement.js +9 -0
  996. package/cjs/lib/InstanceWithAnchorElement.js.map +1 -0
  997. package/cjs/lib/LayoutEvents.js +4 -4
  998. package/cjs/lib/LayoutEvents.js.map +1 -1
  999. package/cjs/lib/ModalStack.d.ts +6 -1
  1000. package/cjs/lib/ModalStack.js +65 -6
  1001. package/cjs/lib/ModalStack.js.map +1 -1
  1002. package/cjs/lib/SSRSafe.d.ts +3 -0
  1003. package/cjs/lib/SSRSafe.js +30 -4
  1004. package/cjs/lib/SSRSafe.js.map +1 -1
  1005. package/cjs/lib/Supports.js.map +1 -1
  1006. package/cjs/lib/Upgrades.d.ts +2 -0
  1007. package/cjs/lib/Upgrades.js +14 -0
  1008. package/cjs/lib/Upgrades.js.map +1 -1
  1009. package/cjs/lib/animation/index.d.ts +1 -1
  1010. package/cjs/lib/animation/index.js +6 -6
  1011. package/cjs/lib/animation/index.js.map +1 -1
  1012. package/cjs/lib/animation/presets.js.map +1 -1
  1013. package/cjs/lib/animation/stepper.js +2 -2
  1014. package/cjs/lib/animation/stepper.js.map +1 -1
  1015. package/cjs/lib/callChildRef/callChildRef.d.ts +3 -0
  1016. package/cjs/lib/callChildRef/callChildRef.js +19 -0
  1017. package/cjs/lib/callChildRef/callChildRef.js.map +1 -0
  1018. package/cjs/lib/client.d.ts +16 -0
  1019. package/cjs/lib/client.js +23 -0
  1020. package/cjs/lib/client.js.map +1 -0
  1021. package/cjs/lib/createPropsGetter.js.map +1 -1
  1022. package/cjs/lib/currentEnvironment.js +12 -3
  1023. package/cjs/lib/currentEnvironment.js.map +1 -1
  1024. package/cjs/lib/date/InternalDate.js +37 -25
  1025. package/cjs/lib/date/InternalDate.js.map +1 -1
  1026. package/cjs/lib/date/InternalDateCalculator.js +16 -2
  1027. package/cjs/lib/date/InternalDateCalculator.js.map +1 -1
  1028. package/cjs/lib/date/InternalDateGetter.js +25 -8
  1029. package/cjs/lib/date/InternalDateGetter.js.map +1 -1
  1030. package/cjs/lib/date/InternalDateSetter.js.map +1 -1
  1031. package/cjs/lib/date/InternalDateTransformer.d.ts +6 -6
  1032. package/cjs/lib/date/InternalDateTransformer.js +15 -6
  1033. package/cjs/lib/date/InternalDateTransformer.js.map +1 -1
  1034. package/cjs/lib/date/InternalDateValidator.js +37 -9
  1035. package/cjs/lib/date/InternalDateValidator.js.map +1 -1
  1036. package/cjs/lib/date/constants.js +1 -1
  1037. package/cjs/lib/date/constants.js.map +1 -1
  1038. package/cjs/lib/date/localeSets.js.map +1 -1
  1039. package/cjs/lib/date/types.js +1 -1
  1040. package/cjs/lib/date/types.js.map +1 -1
  1041. package/cjs/lib/dom/getDOMRect.d.ts +11 -0
  1042. package/cjs/lib/dom/getDOMRect.js +36 -0
  1043. package/cjs/lib/dom/getDOMRect.js.map +1 -0
  1044. package/cjs/lib/dom/getScrollWidth.js +6 -5
  1045. package/cjs/lib/dom/getScrollWidth.js.map +1 -1
  1046. package/cjs/lib/dom/tabbableHelpers.d.ts +16 -0
  1047. package/cjs/lib/dom/tabbableHelpers.js +31 -0
  1048. package/cjs/lib/dom/tabbableHelpers.js.map +1 -0
  1049. package/cjs/lib/events/MouseDrag.js +35 -31
  1050. package/cjs/lib/events/MouseDrag.js.map +1 -1
  1051. package/cjs/lib/events/fixClickFocusIE.js +4 -4
  1052. package/cjs/lib/events/fixClickFocusIE.js.map +1 -1
  1053. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +2 -0
  1054. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.js +20 -0
  1055. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.js.map +1 -0
  1056. package/cjs/lib/events/keyListener.d.ts +7 -0
  1057. package/cjs/lib/events/keyListener.js +22 -0
  1058. package/cjs/lib/events/keyListener.js.map +1 -0
  1059. package/cjs/lib/events/keyboard/KeyboardEventCodes.js.map +1 -1
  1060. package/cjs/lib/events/keyboard/KeyboardMapKeys.d.ts +2 -2
  1061. package/cjs/lib/events/keyboard/KeyboardMapKeys.js +8 -4
  1062. package/cjs/lib/events/keyboard/KeyboardMapKeys.js.map +1 -1
  1063. package/cjs/lib/events/keyboard/extractCode.js +7 -5
  1064. package/cjs/lib/events/keyboard/extractCode.js.map +1 -1
  1065. package/cjs/lib/events/keyboard/identifiers.d.ts +1 -0
  1066. package/cjs/lib/events/keyboard/identifiers.js +20 -10
  1067. package/cjs/lib/events/keyboard/identifiers.js.map +1 -1
  1068. package/cjs/lib/events/stopPropagation.js.map +1 -1
  1069. package/cjs/lib/events/tabListener.d.ts +1 -6
  1070. package/cjs/lib/events/tabListener.js +2 -11
  1071. package/cjs/lib/events/tabListener.js.map +1 -1
  1072. package/cjs/lib/extractKeyboardAction.js +1 -1
  1073. package/cjs/lib/extractKeyboardAction.js.map +1 -1
  1074. package/cjs/lib/filterProps.js.map +1 -1
  1075. package/cjs/lib/forwardRefAndName.d.ts +5 -0
  1076. package/cjs/lib/forwardRefAndName.js +23 -0
  1077. package/cjs/lib/forwardRefAndName.js.map +1 -0
  1078. package/cjs/lib/getDisplayName.d.ts +3 -0
  1079. package/cjs/lib/getDisplayName.js +9 -0
  1080. package/cjs/lib/getDisplayName.js.map +1 -0
  1081. package/cjs/lib/listenFocusOutside.d.ts +4 -0
  1082. package/cjs/lib/listenFocusOutside.js +17 -17
  1083. package/cjs/lib/listenFocusOutside.js.map +1 -1
  1084. package/cjs/lib/locale/LOCALECONTEXT.md +221 -246
  1085. package/cjs/lib/locale/LocaleContext.js +1 -1
  1086. package/cjs/lib/locale/LocaleContext.js.map +1 -1
  1087. package/cjs/lib/locale/LocaleHelper.js +1 -1
  1088. package/cjs/lib/locale/LocaleHelper.js.map +1 -1
  1089. package/cjs/lib/locale/constants.js.map +1 -1
  1090. package/cjs/lib/locale/decorators.d.ts +4 -3
  1091. package/cjs/lib/locale/decorators.js +13 -8
  1092. package/cjs/lib/locale/decorators.js.map +1 -1
  1093. package/cjs/lib/locale/index.js +2 -2
  1094. package/cjs/lib/locale/index.js.map +1 -1
  1095. package/cjs/lib/locale/types.d.ts +3 -6
  1096. package/cjs/lib/locale/types.js +0 -3
  1097. package/cjs/lib/locale/types.js.map +1 -1
  1098. package/cjs/lib/locale/useLocaleForControl.d.ts +3 -0
  1099. package/cjs/lib/locale/useLocaleForControl.js +14 -0
  1100. package/cjs/lib/locale/useLocaleForControl.js.map +1 -0
  1101. package/cjs/lib/memo.js.map +1 -1
  1102. package/cjs/lib/needsPolyfillPlaceholder.d.ts +6 -0
  1103. package/cjs/lib/needsPolyfillPlaceholder.js +19 -0
  1104. package/cjs/lib/needsPolyfillPlaceholder.js.map +1 -0
  1105. package/cjs/lib/net/fetch.js.map +1 -1
  1106. package/cjs/lib/reactGetTextContent.js +1 -1
  1107. package/cjs/lib/reactGetTextContent.js.map +1 -1
  1108. package/cjs/lib/rootNode/getRootNode.d.ts +12 -0
  1109. package/cjs/lib/rootNode/getRootNode.js +59 -0
  1110. package/cjs/lib/rootNode/getRootNode.js.map +1 -0
  1111. package/cjs/lib/rootNode/index.d.ts +2 -0
  1112. package/cjs/lib/rootNode/index.js +2 -0
  1113. package/cjs/lib/rootNode/index.js.map +1 -0
  1114. package/cjs/lib/rootNode/rootNodeDecorator.d.ts +52 -0
  1115. package/cjs/lib/rootNode/rootNodeDecorator.js +68 -0
  1116. package/cjs/lib/rootNode/rootNodeDecorator.js.map +1 -0
  1117. package/cjs/lib/stringUtils.d.ts +1 -0
  1118. package/cjs/lib/stringUtils.js +15 -0
  1119. package/cjs/lib/stringUtils.js.map +1 -0
  1120. package/cjs/lib/styles/ColorFactory.js +20 -16
  1121. package/cjs/lib/styles/ColorFactory.js.map +1 -1
  1122. package/cjs/lib/styles/ColorFunctions.js +3 -3
  1123. package/cjs/lib/styles/ColorFunctions.js.map +1 -1
  1124. package/cjs/lib/styles/ColorHelpers.d.ts +1 -0
  1125. package/cjs/lib/styles/ColorHelpers.js +33 -10
  1126. package/cjs/lib/styles/ColorHelpers.js.map +1 -1
  1127. package/cjs/lib/styles/ColorKeywords.js.map +1 -1
  1128. package/cjs/lib/styles/ColorObject.d.ts +1 -0
  1129. package/cjs/lib/styles/ColorObject.js +9 -3
  1130. package/cjs/lib/styles/ColorObject.js.map +1 -1
  1131. package/cjs/lib/styles/DimensionFunctions.js.map +1 -1
  1132. package/cjs/lib/styles/HoldSelectionColor.d.ts +1 -0
  1133. package/cjs/lib/styles/HoldSelectionColor.js +9 -0
  1134. package/cjs/lib/styles/HoldSelectionColor.js.map +1 -0
  1135. package/cjs/lib/styles/Mixins.js +3 -3
  1136. package/cjs/lib/styles/Mixins.js.map +1 -1
  1137. package/cjs/lib/styles/getLabGrotesqueBaselineCompensation.d.ts +1 -0
  1138. package/cjs/lib/styles/getLabGrotesqueBaselineCompensation.js +9 -0
  1139. package/cjs/lib/styles/getLabGrotesqueBaselineCompensation.js.map +1 -0
  1140. package/cjs/lib/taskWithDelayAndMinimalDuration.d.ts +21 -0
  1141. package/cjs/lib/taskWithDelayAndMinimalDuration.js +82 -0
  1142. package/cjs/lib/taskWithDelayAndMinimalDuration.js.map +1 -0
  1143. package/cjs/lib/theming/AnimationKeyframes.d.ts +7 -6
  1144. package/cjs/lib/theming/AnimationKeyframes.js +7 -7
  1145. package/cjs/lib/theming/AnimationKeyframes.js.map +1 -1
  1146. package/cjs/lib/theming/Emotion.d.ts +11 -10
  1147. package/cjs/lib/theming/Emotion.js +20 -21
  1148. package/cjs/lib/theming/Emotion.js.map +1 -1
  1149. package/cjs/lib/theming/Theme.js +1 -1
  1150. package/cjs/lib/theming/ThemeContext.js +1 -1
  1151. package/cjs/lib/theming/ThemeContext.js.map +1 -1
  1152. package/cjs/lib/theming/ThemeContext.md +277 -248
  1153. package/cjs/lib/theming/ThemeFactory.d.ts +1 -2
  1154. package/cjs/lib/theming/ThemeFactory.js +10 -15
  1155. package/cjs/lib/theming/ThemeFactory.js.map +1 -1
  1156. package/cjs/lib/theming/ThemeHelpers.d.ts +5 -6
  1157. package/cjs/lib/theming/ThemeHelpers.js +23 -25
  1158. package/cjs/lib/theming/ThemeHelpers.js.map +1 -1
  1159. package/cjs/lib/theming/themes/DarkTheme.d.ts +1 -0
  1160. package/cjs/lib/theming/themes/DarkTheme.js +5 -0
  1161. package/cjs/lib/theming/themes/DarkTheme.js.map +1 -0
  1162. package/cjs/lib/theming/themes/DefaultTheme.js +3 -2
  1163. package/cjs/lib/theming/themes/DefaultTheme.js.map +1 -1
  1164. package/cjs/lib/theming/themes/DefaultTheme8pxOld.d.ts +1 -0
  1165. package/cjs/lib/theming/themes/DefaultTheme8pxOld.js +8 -0
  1166. package/cjs/lib/theming/themes/DefaultTheme8pxOld.js.map +1 -0
  1167. package/cjs/lib/theming/themes/DefaultThemeMobile.d.ts +3 -0
  1168. package/cjs/lib/theming/themes/DefaultThemeMobile.js +9 -0
  1169. package/cjs/lib/theming/themes/DefaultThemeMobile.js.map +1 -0
  1170. package/cjs/lib/theming/themes/FlatTheme8pxOld.d.ts +1 -0
  1171. package/cjs/lib/theming/themes/FlatTheme8pxOld.js +5 -0
  1172. package/cjs/lib/theming/themes/FlatTheme8pxOld.js.map +1 -0
  1173. package/cjs/lib/theming/themes/Theme2022.d.ts +1 -0
  1174. package/cjs/lib/theming/themes/Theme2022.js +6 -0
  1175. package/cjs/lib/theming/themes/Theme2022.js.map +1 -0
  1176. package/cjs/lib/theming/themes/Theme2022Dark.d.ts +1 -0
  1177. package/cjs/lib/theming/themes/Theme2022Dark.js +9 -0
  1178. package/cjs/lib/theming/themes/Theme2022Dark.js.map +1 -0
  1179. package/cjs/lib/theming/useTheme.d.ts +1 -0
  1180. package/cjs/lib/theming/useTheme.js +7 -0
  1181. package/cjs/lib/theming/useTheme.js.map +1 -0
  1182. package/cjs/lib/uidUtils.d.ts +1 -0
  1183. package/cjs/lib/uidUtils.js +5 -0
  1184. package/cjs/lib/uidUtils.js.map +1 -0
  1185. package/cjs/lib/utils.d.ts +63 -9
  1186. package/cjs/lib/utils.js +156 -32
  1187. package/cjs/lib/utils.js.map +1 -1
  1188. package/cjs/lib/withClassWrapper.d.ts +71 -0
  1189. package/cjs/lib/withClassWrapper.js +59 -0
  1190. package/cjs/lib/withClassWrapper.js.map +1 -0
  1191. package/cjs/typings/console.d.ts +3 -3
  1192. package/cjs/typings/event-types.d.ts +4 -4
  1193. package/cjs/typings/fonts.d.ts +12 -12
  1194. package/cjs/typings/global.d.ts +6 -6
  1195. package/cjs/typings/html-props.d.ts +123 -0
  1196. package/cjs/typings/images.d.ts +1 -1
  1197. package/cjs/typings/normalize-wheel.d.ts +5 -5
  1198. package/cjs/typings/stories.d.ts +7 -0
  1199. package/cjs/typings/stylis-plugin-extra-scope.d.ts +3 -3
  1200. package/cjs/typings/utility-types.d.ts +14 -14
  1201. package/components/Autocomplete/Autocomplete/Autocomplete.js +181 -91
  1202. package/components/Autocomplete/Autocomplete/Autocomplete.js.map +1 -1
  1203. package/components/Autocomplete/Autocomplete.d.ts +22 -3
  1204. package/components/Autocomplete/Autocomplete.md +7 -7
  1205. package/components/Autocomplete/Autocomplete.styles/Autocomplete.styles.js +10 -0
  1206. package/components/Autocomplete/Autocomplete.styles/Autocomplete.styles.js.map +1 -0
  1207. package/components/Autocomplete/Autocomplete.styles/package.json +6 -0
  1208. package/components/Autocomplete/Autocomplete.styles.d.ts +4 -0
  1209. package/components/Autocomplete/index/index.js.map +1 -1
  1210. package/components/Button/Button/Button.js +151 -95
  1211. package/components/Button/Button/Button.js.map +1 -1
  1212. package/components/Button/Button.d.ts +80 -20
  1213. package/components/Button/Button.md +104 -89
  1214. package/components/Button/Button.mixins/Button.mixins.js +21 -75
  1215. package/components/Button/Button.mixins/Button.mixins.js.map +1 -1
  1216. package/components/Button/Button.mixins.d.ts +6 -6
  1217. package/components/Button/Button.styles/Button.styles.js +134 -475
  1218. package/components/Button/Button.styles/Button.styles.js.map +1 -1
  1219. package/components/Button/Button.styles.d.ts +63 -32
  1220. package/components/Button/index/index.js.map +1 -1
  1221. package/components/Center/Center/Center.js +42 -29
  1222. package/components/Center/Center/Center.js.map +1 -1
  1223. package/components/Center/Center.d.ts +10 -10
  1224. package/components/Center/Center.md +26 -5
  1225. package/components/Center/Center.styles/Center.styles.js +8 -57
  1226. package/components/Center/Center.styles/Center.styles.js.map +1 -1
  1227. package/components/Center/Center.styles.d.ts +1 -1
  1228. package/components/Center/index/index.js.map +1 -1
  1229. package/components/Checkbox/Checkbox/Checkbox.js +130 -107
  1230. package/components/Checkbox/Checkbox/Checkbox.js.map +1 -1
  1231. package/components/Checkbox/Checkbox.d.ts +39 -19
  1232. package/components/Checkbox/Checkbox.md +104 -63
  1233. package/components/Checkbox/Checkbox.styles/Checkbox.styles.js +40 -176
  1234. package/components/Checkbox/Checkbox.styles/Checkbox.styles.js.map +1 -1
  1235. package/components/Checkbox/Checkbox.styles.d.ts +17 -11
  1236. package/components/Checkbox/index/index.js.map +1 -1
  1237. package/components/ComboBox/ComboBox/ComboBox.js +46 -41
  1238. package/components/ComboBox/ComboBox/ComboBox.js.map +1 -1
  1239. package/components/ComboBox/ComboBox.d.ts +22 -5
  1240. package/components/ComboBox/ComboBox.md +445 -432
  1241. package/components/ComboBox/index/index.js.map +1 -1
  1242. package/components/CurrencyInput/CurrencyHelper/CurrencyHelper.js +16 -16
  1243. package/components/CurrencyInput/CurrencyHelper/CurrencyHelper.js.map +1 -1
  1244. package/components/CurrencyInput/CurrencyInput/CurrencyInput.js +131 -76
  1245. package/components/CurrencyInput/CurrencyInput/CurrencyInput.js.map +1 -1
  1246. package/components/CurrencyInput/CurrencyInput.d.ts +13 -6
  1247. package/components/CurrencyInput/CurrencyInput.md +24 -20
  1248. package/components/CurrencyInput/CurrencyInputHelper/CurrencyInputHelper.js +8 -4
  1249. package/components/CurrencyInput/CurrencyInputHelper/CurrencyInputHelper.js.map +1 -1
  1250. package/components/CurrencyInput/CurrencyInputKeyboardActions/CurrencyInputKeyboardActions.js.map +1 -1
  1251. package/components/CurrencyInput/CursorHelper/CursorHelper.js +61 -27
  1252. package/components/CurrencyInput/CursorHelper/CursorHelper.js.map +1 -1
  1253. package/components/CurrencyInput/SelectionHelper/SelectionHelper.js.map +1 -1
  1254. package/components/CurrencyInput/constants/constants.js.map +1 -1
  1255. package/components/CurrencyInput/index/index.js.map +1 -1
  1256. package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js +9 -8
  1257. package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js.map +1 -1
  1258. package/components/CurrencyLabel/CurrencyLabel.d.ts +6 -5
  1259. package/components/CurrencyLabel/CurrencyLabel.md +23 -23
  1260. package/components/CurrencyLabel/index/index.js.map +1 -1
  1261. package/components/DateInput/DateFragmentsView/DateFragmentsView.js +18 -17
  1262. package/components/DateInput/DateFragmentsView/DateFragmentsView.js.map +1 -1
  1263. package/components/DateInput/DateFragmentsView.d.ts +1 -1
  1264. package/components/DateInput/DateFragmentsView.styles/DateFragmentsView.styles.js +7 -46
  1265. package/components/DateInput/DateFragmentsView.styles/DateFragmentsView.styles.js.map +1 -1
  1266. package/components/DateInput/DateFragmentsView.styles.d.ts +5 -4
  1267. package/components/DateInput/DateInput/DateInput.js +30 -19
  1268. package/components/DateInput/DateInput/DateInput.js.map +1 -1
  1269. package/components/DateInput/DateInput.d.ts +12 -2
  1270. package/components/DateInput/DateInput.md +106 -104
  1271. package/components/DateInput/DateInput.styles/DateInput.styles.js +13 -55
  1272. package/components/DateInput/DateInput.styles/DateInput.styles.js.map +1 -1
  1273. package/components/DateInput/DateInput.styles.d.ts +9 -6
  1274. package/components/DateInput/ViewDateInputValidateChecks/ViewDateInputValidateChecks.js +11 -13
  1275. package/components/DateInput/ViewDateInputValidateChecks/ViewDateInputValidateChecks.js.map +1 -1
  1276. package/components/DateInput/helpers/DateInputKeyboardActions/DateInputKeyboardActions.js.map +1 -1
  1277. package/components/DateInput/helpers/InternalDateMediator/InternalDateMediator.js +8 -10
  1278. package/components/DateInput/helpers/InternalDateMediator/InternalDateMediator.js.map +1 -1
  1279. package/components/DateInput/helpers/InternalDateMediator.d.ts +1 -1
  1280. package/components/DateInput/helpers/SelectionHelpers/SelectionHelpers.js +1 -1
  1281. package/components/DateInput/helpers/SelectionHelpers/SelectionHelpers.js.map +1 -1
  1282. package/components/DateInput/helpers/inputNumber/inputNumber.js.map +1 -1
  1283. package/components/DateInput/helpers/inputNumber.d.ts +3 -3
  1284. package/components/DateInput/index/index.js.map +1 -1
  1285. package/components/DatePicker/DatePicker/DatePicker.js +126 -91
  1286. package/components/DatePicker/DatePicker/DatePicker.js.map +1 -1
  1287. package/components/DatePicker/DatePicker.d.ts +27 -11
  1288. package/components/DatePicker/DatePicker.md +307 -310
  1289. package/components/DatePicker/DatePicker.styles/DatePicker.styles.js +4 -13
  1290. package/components/DatePicker/DatePicker.styles/DatePicker.styles.js.map +1 -1
  1291. package/components/DatePicker/DatePicker.styles.d.ts +1 -1
  1292. package/components/DatePicker/DatePickerHelpers/DatePickerHelpers.js.map +1 -1
  1293. package/components/DatePicker/Picker/Picker.js +9 -13
  1294. package/components/DatePicker/Picker/Picker.js.map +1 -1
  1295. package/components/DatePicker/Picker.styles/Picker.styles.js +5 -24
  1296. package/components/DatePicker/Picker.styles/Picker.styles.js.map +1 -1
  1297. package/components/DatePicker/Picker.styles.d.ts +4 -3
  1298. package/components/DatePicker/index/index.js.map +1 -1
  1299. package/components/DatePicker/locale/index/index.js.map +1 -1
  1300. package/components/DatePicker/locale/locales/en/en.js.map +1 -1
  1301. package/components/DatePicker/locale/locales/ru/ru.js.map +1 -1
  1302. package/components/DatePicker/locale/types/types.js +1 -0
  1303. package/components/Dropdown/Dropdown/Dropdown.js +72 -64
  1304. package/components/Dropdown/Dropdown/Dropdown.js.map +1 -1
  1305. package/components/Dropdown/Dropdown.d.ts +7 -3
  1306. package/components/Dropdown/Dropdown.md +11 -12
  1307. package/components/Dropdown/index/index.js.map +1 -1
  1308. package/components/DropdownMenu/DropdownMenu/DropdownMenu.js +35 -30
  1309. package/components/DropdownMenu/DropdownMenu/DropdownMenu.js.map +1 -1
  1310. package/components/DropdownMenu/DropdownMenu.d.ts +26 -10
  1311. package/components/DropdownMenu/DropdownMenu.md +154 -73
  1312. package/components/DropdownMenu/index/index.js.map +1 -1
  1313. package/components/FileUploader/FileUploader/FileUploader.js +273 -0
  1314. package/components/FileUploader/FileUploader/FileUploader.js.map +1 -0
  1315. package/components/FileUploader/FileUploader/package.json +6 -0
  1316. package/components/FileUploader/FileUploader.d.ts +42 -0
  1317. package/components/FileUploader/FileUploader.md +67 -0
  1318. package/components/FileUploader/FileUploader.styles/FileUploader.styles.js +65 -0
  1319. package/components/FileUploader/FileUploader.styles/FileUploader.styles.js.map +1 -0
  1320. package/components/FileUploader/FileUploader.styles/package.json +6 -0
  1321. package/components/FileUploader/FileUploader.styles.d.ts +22 -0
  1322. package/components/FileUploader/index/index.js +3 -0
  1323. package/components/FileUploader/index/index.js.map +1 -0
  1324. package/components/FileUploader/index/package.json +6 -0
  1325. package/components/FileUploader/index.d.ts +5 -0
  1326. package/components/FileUploader/locale/index/index.js +8 -0
  1327. package/components/FileUploader/locale/index/index.js.map +1 -0
  1328. package/components/FileUploader/locale/index/package.json +6 -0
  1329. package/components/FileUploader/locale/index.d.ts +4 -0
  1330. package/components/FileUploader/locale/locales/en/en.js +6 -0
  1331. package/components/FileUploader/locale/locales/en/en.js.map +1 -0
  1332. package/components/FileUploader/locale/locales/en/package.json +6 -0
  1333. package/components/FileUploader/locale/locales/en.d.ts +2 -0
  1334. package/components/FileUploader/locale/locales/ru/package.json +6 -0
  1335. package/components/FileUploader/locale/locales/ru/ru.js +6 -0
  1336. package/components/FileUploader/locale/locales/ru/ru.js.map +1 -0
  1337. package/components/FileUploader/locale/locales/ru.d.ts +2 -0
  1338. package/components/FileUploader/locale/package.json +6 -0
  1339. package/components/FileUploader/locale/types/package.json +6 -0
  1340. package/components/FileUploader/locale/types/types.js +1 -0
  1341. package/{cjs/internal/SpinnerOld/locale → components/FileUploader/locale/types}/types.js.map +0 -0
  1342. package/components/FileUploader/locale/types.d.ts +6 -0
  1343. package/components/FileUploader/package.json +6 -0
  1344. package/components/FxInput/FxInput/FxInput.js +55 -51
  1345. package/components/FxInput/FxInput/FxInput.js.map +1 -1
  1346. package/components/FxInput/FxInput.d.ts +6 -2
  1347. package/components/FxInput/FxInput.md +16 -13
  1348. package/components/FxInput/index/index.js.map +1 -1
  1349. package/components/Gapped/Gapped/Gapped.js +50 -43
  1350. package/components/Gapped/Gapped/Gapped.js.map +1 -1
  1351. package/components/Gapped/Gapped.d.ts +7 -4
  1352. package/components/Gapped/Gapped.md +43 -43
  1353. package/components/Gapped/index/index.js.map +1 -1
  1354. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js +220 -0
  1355. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js.map +1 -0
  1356. package/components/GlobalLoader/GlobalLoader/package.json +6 -0
  1357. package/components/GlobalLoader/GlobalLoader.d.ts +110 -0
  1358. package/components/GlobalLoader/GlobalLoader.md +98 -0
  1359. package/components/GlobalLoader/GlobalLoaderView/GlobalLoaderView.js +73 -0
  1360. package/components/GlobalLoader/GlobalLoaderView/GlobalLoaderView.js.map +1 -0
  1361. package/components/GlobalLoader/GlobalLoaderView/package.json +6 -0
  1362. package/components/GlobalLoader/GlobalLoaderView.d.ts +13 -0
  1363. package/components/GlobalLoader/GlobalLoaderView.styles/GlobalLoaderView.styles.js +54 -0
  1364. package/components/GlobalLoader/GlobalLoaderView.styles/GlobalLoaderView.styles.js.map +1 -0
  1365. package/components/GlobalLoader/GlobalLoaderView.styles/package.json +6 -0
  1366. package/components/GlobalLoader/GlobalLoaderView.styles.d.ts +16 -0
  1367. package/components/GlobalLoader/index/index.js +1 -0
  1368. package/components/GlobalLoader/index/index.js.map +1 -0
  1369. package/components/GlobalLoader/index/package.json +6 -0
  1370. package/components/GlobalLoader/index.d.ts +1 -0
  1371. package/components/GlobalLoader/package.json +6 -0
  1372. package/components/GlobalLoader/useParams/package.json +6 -0
  1373. package/components/GlobalLoader/useParams/useParams.js +51 -0
  1374. package/components/GlobalLoader/useParams/useParams.js.map +1 -0
  1375. package/components/GlobalLoader/useParams.d.ts +22 -0
  1376. package/components/Group/Group/Group.js +83 -47
  1377. package/components/Group/Group/Group.js.map +1 -1
  1378. package/components/Group/Group.d.ts +3 -1
  1379. package/components/Group/Group.md +18 -26
  1380. package/components/Group/Group.styles/Group.styles.js +9 -68
  1381. package/components/Group/Group.styles/Group.styles.js.map +1 -1
  1382. package/components/Group/Group.styles.d.ts +1 -1
  1383. package/components/Group/index/index.js.map +1 -1
  1384. package/components/Hint/Hint/Hint.js +80 -29
  1385. package/components/Hint/Hint/Hint.js.map +1 -1
  1386. package/components/Hint/Hint.d.ts +54 -4
  1387. package/components/Hint/Hint.md +42 -3
  1388. package/components/Hint/Hint.styles/Hint.styles.js +10 -26
  1389. package/components/Hint/Hint.styles/Hint.styles.js.map +1 -1
  1390. package/components/Hint/Hint.styles.d.ts +5 -3
  1391. package/components/Hint/index/index.js.map +1 -1
  1392. package/components/Input/Input/Input.js +167 -163
  1393. package/components/Input/Input/Input.js.map +1 -1
  1394. package/components/Input/Input.d.ts +19 -8
  1395. package/components/Input/Input.md +13 -13
  1396. package/components/Input/Input.styles/Input.styles.js +65 -355
  1397. package/components/Input/Input.styles/Input.styles.js.map +1 -1
  1398. package/components/Input/Input.styles.d.ts +36 -27
  1399. package/components/Input/index/index.js.map +1 -1
  1400. package/components/Kebab/Kebab/Kebab.js +50 -75
  1401. package/components/Kebab/Kebab/Kebab.js.map +1 -1
  1402. package/components/Kebab/Kebab.d.ts +16 -17
  1403. package/components/Kebab/Kebab.md +278 -45
  1404. package/components/Kebab/Kebab.styles/Kebab.styles.js +17 -93
  1405. package/components/Kebab/Kebab.styles/Kebab.styles.js.map +1 -1
  1406. package/components/Kebab/Kebab.styles.d.ts +7 -5
  1407. package/components/Kebab/__stories__/Kebab.items/Kebab.items.js.map +1 -1
  1408. package/components/Kebab/index/index.js.map +1 -1
  1409. package/components/Link/Link/Link.js +79 -82
  1410. package/components/Link/Link/Link.js.map +1 -1
  1411. package/components/Link/Link.d.ts +35 -13
  1412. package/components/Link/Link.md +77 -11
  1413. package/components/Link/Link.mixins/Link.mixins.js +3 -3
  1414. package/components/Link/Link.mixins/Link.mixins.js.map +1 -1
  1415. package/components/Link/Link.mixins.d.ts +1 -1
  1416. package/components/Link/Link.styles/Link.styles.js +19 -125
  1417. package/components/Link/Link.styles/Link.styles.js.map +1 -1
  1418. package/components/Link/Link.styles.d.ts +13 -11
  1419. package/components/Link/index/index.js.map +1 -1
  1420. package/components/Loader/Loader/Loader.js +233 -95
  1421. package/components/Loader/Loader/Loader.js.map +1 -1
  1422. package/components/Loader/Loader.d.ts +39 -16
  1423. package/components/Loader/Loader.md +25 -25
  1424. package/components/Loader/Loader.styles/Loader.styles.js +9 -71
  1425. package/components/Loader/Loader.styles/Loader.styles.js.map +1 -1
  1426. package/components/Loader/Loader.styles.d.ts +4 -4
  1427. package/components/Loader/__stories__/LoaderAndButton/LoaderAndButton.js +5 -7
  1428. package/components/Loader/__stories__/LoaderAndButton/LoaderAndButton.js.map +1 -1
  1429. package/components/Loader/index/index.js.map +1 -1
  1430. package/components/MenuHeader/MenuHeader/MenuHeader.js +19 -11
  1431. package/components/MenuHeader/MenuHeader/MenuHeader.js.map +1 -1
  1432. package/components/MenuHeader/MenuHeader.d.ts +9 -4
  1433. package/components/MenuHeader/MenuHeader.md +23 -0
  1434. package/components/MenuHeader/MenuHeader.styles/MenuHeader.styles.js +8 -25
  1435. package/components/MenuHeader/MenuHeader.styles/MenuHeader.styles.js.map +1 -1
  1436. package/components/MenuHeader/MenuHeader.styles.d.ts +4 -3
  1437. package/components/MenuHeader/index/index.js.map +1 -1
  1438. package/components/MenuItem/MenuItem/MenuItem.js +70 -71
  1439. package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
  1440. package/components/MenuItem/MenuItem.d.ts +55 -11
  1441. package/components/MenuItem/MenuItem.md +109 -7
  1442. package/components/MenuItem/MenuItem.styles/MenuItem.styles.js +24 -116
  1443. package/components/MenuItem/MenuItem.styles/MenuItem.styles.js.map +1 -1
  1444. package/components/MenuItem/MenuItem.styles.d.ts +12 -10
  1445. package/components/MenuItem/index/index.js.map +1 -1
  1446. package/components/MenuSeparator/MenuSeparator/MenuSeparator.js +11 -8
  1447. package/components/MenuSeparator/MenuSeparator/MenuSeparator.js.map +1 -1
  1448. package/components/MenuSeparator/MenuSeparator.d.ts +6 -3
  1449. package/components/MenuSeparator/MenuSeparator.md +14 -0
  1450. package/components/MenuSeparator/MenuSeparator.styles/MenuSeparator.styles.js +4 -13
  1451. package/components/MenuSeparator/MenuSeparator.styles/MenuSeparator.styles.js.map +1 -1
  1452. package/components/MenuSeparator/MenuSeparator.styles.d.ts +3 -2
  1453. package/components/MenuSeparator/index/index.js.map +1 -1
  1454. package/components/Modal/Modal/Modal.js +111 -84
  1455. package/components/Modal/Modal/Modal.js.map +1 -1
  1456. package/components/Modal/Modal.d.ts +11 -5
  1457. package/components/Modal/Modal.md +38 -37
  1458. package/components/Modal/Modal.styles/Modal.styles.js +93 -232
  1459. package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
  1460. package/components/Modal/Modal.styles.d.ts +36 -18
  1461. package/components/Modal/ModalBody/ModalBody.js +53 -21
  1462. package/components/Modal/ModalBody/ModalBody.js.map +1 -1
  1463. package/components/Modal/ModalBody.d.ts +13 -1
  1464. package/components/Modal/ModalClose/ModalClose.js +42 -11
  1465. package/components/Modal/ModalClose/ModalClose.js.map +1 -1
  1466. package/components/Modal/ModalClose.d.ts +1 -2
  1467. package/components/Modal/ModalContext/ModalContext.js +1 -1
  1468. package/components/Modal/ModalContext/ModalContext.js.map +1 -1
  1469. package/components/Modal/ModalContext.d.ts +5 -1
  1470. package/components/Modal/ModalFooter/ModalFooter.js +31 -37
  1471. package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
  1472. package/components/Modal/ModalFooter.d.ts +2 -1
  1473. package/components/Modal/ModalHeader/ModalHeader.js +39 -44
  1474. package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
  1475. package/components/Modal/ModalHeader.d.ts +3 -2
  1476. package/components/Modal/index/index.js.map +1 -1
  1477. package/components/Paging/NavigationHelper/NavigationHelper.js.map +1 -1
  1478. package/components/Paging/NavigationHelper.d.ts +1 -1
  1479. package/components/Paging/Paging/Paging.js +74 -75
  1480. package/components/Paging/Paging/Paging.js.map +1 -1
  1481. package/components/Paging/Paging.d.ts +17 -5
  1482. package/components/Paging/Paging.md +43 -43
  1483. package/components/Paging/Paging.styles/Paging.styles.js +21 -150
  1484. package/components/Paging/Paging.styles/Paging.styles.js.map +1 -1
  1485. package/components/Paging/Paging.styles.d.ts +12 -11
  1486. package/components/Paging/PagingDefaultComponent/PagingDefaultComponent.js +19 -0
  1487. package/components/Paging/PagingDefaultComponent/PagingDefaultComponent.js.map +1 -0
  1488. package/components/Paging/PagingDefaultComponent/package.json +6 -0
  1489. package/components/Paging/PagingDefaultComponent.d.ts +9 -0
  1490. package/components/Paging/PagingHelper/PagingHelper.js.map +1 -1
  1491. package/components/Paging/index/index.js.map +1 -1
  1492. package/components/Paging/locale/index/index.js.map +1 -1
  1493. package/components/Paging/locale/locales/en/en.js.map +1 -1
  1494. package/components/Paging/locale/locales/ru/ru.js.map +1 -1
  1495. package/components/Paging/locale/types/types.js +1 -0
  1496. package/components/PasswordInput/PasswordInput/PasswordInput.js +100 -53
  1497. package/components/PasswordInput/PasswordInput/PasswordInput.js.map +1 -1
  1498. package/components/PasswordInput/PasswordInput.d.ts +11 -5
  1499. package/components/PasswordInput/PasswordInput.md +9 -9
  1500. package/components/PasswordInput/PasswordInput.styles/PasswordInput.styles.js +17 -47
  1501. package/components/PasswordInput/PasswordInput.styles/PasswordInput.styles.js.map +1 -1
  1502. package/components/PasswordInput/PasswordInput.styles.d.ts +6 -2
  1503. package/components/PasswordInput/PasswordInputIcon/PasswordInputIcon.js +10 -0
  1504. package/components/PasswordInput/PasswordInputIcon/PasswordInputIcon.js.map +1 -0
  1505. package/components/PasswordInput/PasswordInputIcon/package.json +6 -0
  1506. package/components/PasswordInput/PasswordInputIcon.d.ts +3 -0
  1507. package/components/PasswordInput/index/index.js.map +1 -1
  1508. package/components/Radio/Radio/Radio.js +127 -94
  1509. package/components/Radio/Radio/Radio.js.map +1 -1
  1510. package/components/Radio/Radio.d.ts +46 -25
  1511. package/components/Radio/Radio.md +38 -14
  1512. package/components/Radio/Radio.styles/Radio.styles.js +46 -143
  1513. package/components/Radio/Radio.styles/Radio.styles.js.map +1 -1
  1514. package/components/Radio/Radio.styles.d.ts +18 -11
  1515. package/components/Radio/index/index.js.map +1 -1
  1516. package/components/RadioGroup/Prevent/Prevent.js +2 -4
  1517. package/components/RadioGroup/Prevent/Prevent.js.map +1 -1
  1518. package/components/RadioGroup/RadioGroup/RadioGroup.js +100 -128
  1519. package/components/RadioGroup/RadioGroup/RadioGroup.js.map +1 -1
  1520. package/components/RadioGroup/RadioGroup.d.ts +57 -79
  1521. package/components/RadioGroup/RadioGroup.md +43 -43
  1522. package/components/RadioGroup/RadioGroup.styles/RadioGroup.styles.js +8 -47
  1523. package/components/RadioGroup/RadioGroup.styles/RadioGroup.styles.js.map +1 -1
  1524. package/components/RadioGroup/RadioGroup.styles.d.ts +3 -2
  1525. package/components/RadioGroup/RadioGroupContext/RadioGroupContext.js +12 -0
  1526. package/components/RadioGroup/RadioGroupContext/RadioGroupContext.js.map +1 -0
  1527. package/components/RadioGroup/RadioGroupContext/package.json +6 -0
  1528. package/components/RadioGroup/RadioGroupContext.d.ts +10 -0
  1529. package/components/RadioGroup/index/index.js.map +1 -1
  1530. package/components/ResponsiveLayout/ResponsiveLayout/ResponsiveLayout.js +24 -0
  1531. package/components/ResponsiveLayout/ResponsiveLayout/ResponsiveLayout.js.map +1 -0
  1532. package/components/ResponsiveLayout/ResponsiveLayout/package.json +6 -0
  1533. package/components/ResponsiveLayout/ResponsiveLayout.d.ts +11 -0
  1534. package/components/ResponsiveLayout/ResponsiveLayout.md +43 -0
  1535. package/components/ResponsiveLayout/ResponsiveLayoutEvents/ResponsiveLayoutEvents.js +91 -0
  1536. package/components/ResponsiveLayout/ResponsiveLayoutEvents/ResponsiveLayoutEvents.js.map +1 -0
  1537. package/components/ResponsiveLayout/ResponsiveLayoutEvents/package.json +6 -0
  1538. package/components/ResponsiveLayout/ResponsiveLayoutEvents.d.ts +11 -0
  1539. package/components/ResponsiveLayout/decorator/decorator.js +61 -0
  1540. package/components/ResponsiveLayout/decorator/decorator.js.map +1 -0
  1541. package/components/ResponsiveLayout/decorator/package.json +6 -0
  1542. package/components/ResponsiveLayout/decorator.d.ts +33 -0
  1543. package/components/ResponsiveLayout/index/index.js +3 -0
  1544. package/components/ResponsiveLayout/index/index.js.map +1 -0
  1545. package/components/ResponsiveLayout/index/package.json +6 -0
  1546. package/components/ResponsiveLayout/index.d.ts +3 -0
  1547. package/components/ResponsiveLayout/package.json +6 -0
  1548. package/components/ResponsiveLayout/types/package.json +6 -0
  1549. package/components/ResponsiveLayout/types/types.js +1 -0
  1550. package/components/{Fias/locale → ResponsiveLayout}/types/types.js.map +0 -0
  1551. package/components/ResponsiveLayout/types.d.ts +3 -0
  1552. package/components/ResponsiveLayout/useResponsiveLayout/package.json +6 -0
  1553. package/components/ResponsiveLayout/useResponsiveLayout/useResponsiveLayout.js +55 -0
  1554. package/components/ResponsiveLayout/useResponsiveLayout/useResponsiveLayout.js.map +1 -0
  1555. package/components/ResponsiveLayout/useResponsiveLayout.d.ts +2 -0
  1556. package/components/ScrollContainer/ScrollBar/ScrollBar.js +255 -0
  1557. package/components/ScrollContainer/ScrollBar/ScrollBar.js.map +1 -0
  1558. package/components/ScrollContainer/ScrollBar/package.json +6 -0
  1559. package/components/ScrollContainer/ScrollBar.d.ts +37 -0
  1560. package/components/ScrollContainer/ScrollContainer/ScrollContainer.js +151 -243
  1561. package/components/ScrollContainer/ScrollContainer/ScrollContainer.js.map +1 -1
  1562. package/components/ScrollContainer/ScrollContainer.constants/ScrollContainer.constants.js +31 -0
  1563. package/components/ScrollContainer/ScrollContainer.constants/ScrollContainer.constants.js.map +1 -0
  1564. package/components/ScrollContainer/ScrollContainer.constants/package.json +6 -0
  1565. package/components/ScrollContainer/ScrollContainer.constants.d.ts +23 -0
  1566. package/components/ScrollContainer/ScrollContainer.d.ts +47 -25
  1567. package/components/ScrollContainer/ScrollContainer.helpers/ScrollContainer.helpers.js +55 -0
  1568. package/components/ScrollContainer/ScrollContainer.helpers/ScrollContainer.helpers.js.map +1 -0
  1569. package/components/ScrollContainer/ScrollContainer.helpers/package.json +6 -0
  1570. package/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -0
  1571. package/components/ScrollContainer/ScrollContainer.md +143 -60
  1572. package/components/ScrollContainer/ScrollContainer.styles/ScrollContainer.styles.js +30 -62
  1573. package/components/ScrollContainer/ScrollContainer.styles/ScrollContainer.styles.js.map +1 -1
  1574. package/components/ScrollContainer/ScrollContainer.styles.d.ts +14 -4
  1575. package/components/ScrollContainer/index/index.js.map +1 -1
  1576. package/components/Select/Item/Item.js +2 -4
  1577. package/components/Select/Item/Item.js.map +1 -1
  1578. package/components/Select/Select/Select.js +266 -180
  1579. package/components/Select/Select/Select.js.map +1 -1
  1580. package/components/Select/Select.d.ts +29 -15
  1581. package/components/Select/Select.md +67 -23
  1582. package/components/Select/Select.styles/Select.styles.js +35 -106
  1583. package/components/Select/Select.styles/Select.styles.js.map +1 -1
  1584. package/components/Select/Select.styles.d.ts +13 -6
  1585. package/components/Select/index/index.js.map +1 -1
  1586. package/components/Select/locale/index/index.js.map +1 -1
  1587. package/components/Select/locale/locales/en/en.js +1 -1
  1588. package/components/Select/locale/locales/en/en.js.map +1 -1
  1589. package/components/Select/locale/locales/ru/ru.js +1 -1
  1590. package/components/Select/locale/locales/ru/ru.js.map +1 -1
  1591. package/components/Select/locale/types/types.js +1 -0
  1592. package/components/Select/selectTheme/selectTheme.js +5 -4
  1593. package/components/Select/selectTheme/selectTheme.js.map +1 -1
  1594. package/components/Select/selectTheme.d.ts +2 -1
  1595. package/components/SidePage/SidePage/SidePage.js +151 -94
  1596. package/components/SidePage/SidePage/SidePage.js.map +1 -1
  1597. package/components/SidePage/SidePage.d.ts +27 -3
  1598. package/components/SidePage/SidePage.md +48 -48
  1599. package/components/SidePage/SidePage.styles/SidePage.styles.js +102 -301
  1600. package/components/SidePage/SidePage.styles/SidePage.styles.js.map +1 -1
  1601. package/components/SidePage/SidePage.styles.d.ts +38 -18
  1602. package/components/SidePage/SidePageBody/SidePageBody.js +29 -16
  1603. package/components/SidePage/SidePageBody/SidePageBody.js.map +1 -1
  1604. package/components/SidePage/SidePageBody.d.ts +4 -1
  1605. package/components/SidePage/SidePageContainer/SidePageContainer.js +42 -15
  1606. package/components/SidePage/SidePageContainer/SidePageContainer.js.map +1 -1
  1607. package/components/SidePage/SidePageContainer.d.ts +7 -1
  1608. package/components/SidePage/SidePageContext/SidePageContext.js +4 -1
  1609. package/components/SidePage/SidePageContext/SidePageContext.js.map +1 -1
  1610. package/components/SidePage/SidePageContext.d.ts +8 -0
  1611. package/components/SidePage/SidePageFooter/SidePageFooter.js +63 -34
  1612. package/components/SidePage/SidePageFooter/SidePageFooter.js.map +1 -1
  1613. package/components/SidePage/SidePageFooter.d.ts +7 -3
  1614. package/components/SidePage/SidePageHeader/SidePageHeader.js +115 -52
  1615. package/components/SidePage/SidePageHeader/SidePageHeader.js.map +1 -1
  1616. package/components/SidePage/SidePageHeader.d.ts +17 -5
  1617. package/components/SidePage/index/index.js.map +1 -1
  1618. package/components/Spinner/Spinner/Spinner.js +56 -59
  1619. package/components/Spinner/Spinner/Spinner.js.map +1 -1
  1620. package/components/Spinner/Spinner.d.ts +12 -14
  1621. package/components/Spinner/Spinner.md +35 -34
  1622. package/components/Spinner/Spinner.styles/Spinner.styles.js +19 -104
  1623. package/components/Spinner/Spinner.styles/Spinner.styles.js.map +1 -1
  1624. package/components/Spinner/Spinner.styles.d.ts +10 -8
  1625. package/components/Spinner/SpinnerFallbackAnimation/SpinnerFallbackAnimation.js +173 -0
  1626. package/components/Spinner/SpinnerFallbackAnimation/SpinnerFallbackAnimation.js.map +1 -0
  1627. package/components/Spinner/SpinnerFallbackAnimation/package.json +6 -0
  1628. package/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -0
  1629. package/components/Spinner/index/index.js.map +1 -1
  1630. package/components/Spinner/locale/index/index.js.map +1 -1
  1631. package/components/Spinner/locale/locales/en/en.js.map +1 -1
  1632. package/components/Spinner/locale/locales/ru/ru.js.map +1 -1
  1633. package/components/Spinner/locale/types/types.js +1 -0
  1634. package/components/Sticky/Sticky/Sticky.js +41 -38
  1635. package/components/Sticky/Sticky/Sticky.js.map +1 -1
  1636. package/components/Sticky/Sticky.d.ts +9 -2
  1637. package/components/Sticky/Sticky.md +27 -27
  1638. package/components/Sticky/Sticky.styles/Sticky.styles.js +10 -46
  1639. package/components/Sticky/Sticky.styles/Sticky.styles.js.map +1 -1
  1640. package/components/Sticky/Sticky.styles.d.ts +2 -1
  1641. package/components/Sticky/index/index.js.map +1 -1
  1642. package/components/Switcher/Switcher/Switcher.js +34 -28
  1643. package/components/Switcher/Switcher/Switcher.js.map +1 -1
  1644. package/components/Switcher/Switcher.d.ts +9 -4
  1645. package/components/Switcher/Switcher.md +10 -10
  1646. package/components/Switcher/Switcher.styles/Switcher.styles.js +19 -83
  1647. package/components/Switcher/Switcher.styles/Switcher.styles.js.map +1 -1
  1648. package/components/Switcher/Switcher.styles.d.ts +8 -6
  1649. package/components/Switcher/index/index.js.map +1 -1
  1650. package/components/Switcher/switcherTheme/switcherTheme.js +2 -0
  1651. package/components/Switcher/switcherTheme/switcherTheme.js.map +1 -1
  1652. package/components/Switcher/switcherTheme.d.ts +2 -1
  1653. package/components/Tabs/Indicator/Indicator.js +25 -29
  1654. package/components/Tabs/Indicator/Indicator.js.map +1 -1
  1655. package/components/Tabs/Indicator.d.ts +2 -2
  1656. package/components/Tabs/Indicator.styles/Indicator.styles.js +8 -57
  1657. package/components/Tabs/Indicator.styles/Indicator.styles.js.map +1 -1
  1658. package/components/Tabs/Indicator.styles.d.ts +7 -6
  1659. package/components/Tabs/Tab/Tab.js +50 -70
  1660. package/components/Tabs/Tab/Tab.js.map +1 -1
  1661. package/components/Tabs/Tab.d.ts +10 -13
  1662. package/components/Tabs/Tab.styles/Tab.styles.js +48 -107
  1663. package/components/Tabs/Tab.styles/Tab.styles.js.map +1 -1
  1664. package/components/Tabs/Tab.styles.d.ts +26 -10
  1665. package/components/Tabs/Tabs/Tabs.js +29 -33
  1666. package/components/Tabs/Tabs/Tabs.js.map +1 -1
  1667. package/components/Tabs/Tabs.d.ts +8 -5
  1668. package/components/Tabs/Tabs.md +36 -28
  1669. package/components/Tabs/Tabs.styles/Tabs.styles.js +7 -26
  1670. package/components/Tabs/Tabs.styles/Tabs.styles.js.map +1 -1
  1671. package/components/Tabs/Tabs.styles.d.ts +4 -3
  1672. package/components/Tabs/TabsContext/TabsContext.js +1 -1
  1673. package/components/Tabs/TabsContext/TabsContext.js.map +1 -1
  1674. package/components/Tabs/TabsContext.d.ts +8 -8
  1675. package/components/Tabs/index/index.js.map +1 -1
  1676. package/components/Textarea/Textarea/Textarea.js +233 -118
  1677. package/components/Textarea/Textarea/Textarea.js.map +1 -1
  1678. package/components/Textarea/Textarea.d.ts +59 -10
  1679. package/components/Textarea/Textarea.md +25 -9
  1680. package/components/Textarea/Textarea.styles/Textarea.styles.js +28 -69
  1681. package/components/Textarea/Textarea.styles/Textarea.styles.js.map +1 -1
  1682. package/components/Textarea/Textarea.styles.d.ts +12 -5
  1683. package/components/Textarea/TextareaCounter/TextareaCounter.js +76 -0
  1684. package/components/Textarea/TextareaCounter/TextareaCounter.js.map +1 -0
  1685. package/components/Textarea/TextareaCounter/package.json +6 -0
  1686. package/components/Textarea/TextareaCounter.d.ts +12 -0
  1687. package/components/Textarea/TextareaHelpers/TextareaHelpers.js +12 -5
  1688. package/components/Textarea/TextareaHelpers/TextareaHelpers.js.map +1 -1
  1689. package/components/Textarea/TextareaHelpers.d.ts +8 -1
  1690. package/components/Textarea/index/index.js.map +1 -1
  1691. package/components/Toast/Toast/Toast.js +54 -37
  1692. package/components/Toast/Toast/Toast.js.map +1 -1
  1693. package/components/Toast/Toast.d.ts +16 -10
  1694. package/components/Toast/Toast.md +41 -41
  1695. package/components/Toast/Toast.styles/Toast.styles.js +7 -46
  1696. package/components/Toast/Toast.styles/Toast.styles.js.map +1 -1
  1697. package/components/Toast/Toast.styles.d.ts +1 -1
  1698. package/components/Toast/ToastStatic/ToastStatic.js +1 -2
  1699. package/components/Toast/ToastStatic/ToastStatic.js.map +1 -1
  1700. package/components/Toast/ToastView/ToastView.js +47 -42
  1701. package/components/Toast/ToastView/ToastView.js.map +1 -1
  1702. package/components/Toast/ToastView.d.ts +3 -1
  1703. package/components/Toast/ToastView.styles/ToastView.styles.js +31 -58
  1704. package/components/Toast/ToastView.styles/ToastView.styles.js.map +1 -1
  1705. package/components/Toast/ToastView.styles.d.ts +7 -6
  1706. package/components/Toast/index/index.js.map +1 -1
  1707. package/components/Toggle/Toggle/Toggle.js +73 -40
  1708. package/components/Toggle/Toggle/Toggle.js.map +1 -1
  1709. package/components/Toggle/Toggle.d.ts +57 -1
  1710. package/components/Toggle/Toggle.md +94 -9
  1711. package/components/Toggle/Toggle.styles/Toggle.styles.js +59 -121
  1712. package/components/Toggle/Toggle.styles/Toggle.styles.js.map +1 -1
  1713. package/components/Toggle/Toggle.styles.d.ts +28 -10
  1714. package/components/Toggle/index/index.js.map +1 -1
  1715. package/components/Token/Token/Token.js +41 -23
  1716. package/components/Token/Token/Token.js.map +1 -1
  1717. package/components/Token/Token.d.ts +12 -3
  1718. package/components/Token/Token.md +112 -112
  1719. package/components/Token/Token.styles/Token.styles.js +26 -115
  1720. package/components/Token/Token.styles/Token.styles.js.map +1 -1
  1721. package/components/Token/Token.styles.d.ts +27 -23
  1722. package/components/Token/index/index.js.map +1 -1
  1723. package/components/TokenInput/TextWidthHelper/TextWidthHelper.js +21 -14
  1724. package/components/TokenInput/TextWidthHelper/TextWidthHelper.js.map +1 -1
  1725. package/components/TokenInput/TextWidthHelper.d.ts +8 -0
  1726. package/components/TokenInput/TokenInput/TokenInput.js +499 -155
  1727. package/components/TokenInput/TokenInput/TokenInput.js.map +1 -1
  1728. package/components/TokenInput/TokenInput.d.ts +77 -6
  1729. package/components/TokenInput/TokenInput.md +79 -83
  1730. package/components/TokenInput/TokenInput.styles/TokenInput.styles.js +33 -79
  1731. package/components/TokenInput/TokenInput.styles/TokenInput.styles.js.map +1 -1
  1732. package/components/TokenInput/TokenInput.styles.d.ts +14 -8
  1733. package/components/TokenInput/TokenInputMenu/TokenInputMenu.js +23 -14
  1734. package/components/TokenInput/TokenInputMenu/TokenInputMenu.js.map +1 -1
  1735. package/components/TokenInput/TokenInputMenu.d.ts +4 -1
  1736. package/components/TokenInput/TokenInputReducer/TokenInputReducer.js +41 -1
  1737. package/components/TokenInput/TokenInputReducer/TokenInputReducer.js.map +1 -1
  1738. package/components/TokenInput/TokenInputReducer.d.ts +5 -0
  1739. package/components/TokenInput/index/index.js.map +1 -1
  1740. package/components/TokenInput/locale/index/index.js.map +1 -1
  1741. package/components/TokenInput/locale/locales/en/en.js +1 -1
  1742. package/components/TokenInput/locale/locales/en/en.js.map +1 -1
  1743. package/components/TokenInput/locale/locales/ru/ru.js +1 -1
  1744. package/components/TokenInput/locale/locales/ru/ru.js.map +1 -1
  1745. package/components/TokenInput/locale/types/types.js +1 -0
  1746. package/components/Tooltip/Tooltip/Tooltip.js +117 -38
  1747. package/components/Tooltip/Tooltip/Tooltip.js.map +1 -1
  1748. package/components/Tooltip/Tooltip.d.ts +43 -29
  1749. package/components/Tooltip/Tooltip.md +293 -212
  1750. package/components/Tooltip/Tooltip.styles/Tooltip.styles.js +6 -25
  1751. package/components/Tooltip/Tooltip.styles/Tooltip.styles.js.map +1 -1
  1752. package/components/Tooltip/Tooltip.styles.d.ts +4 -3
  1753. package/components/Tooltip/index/index.js.map +1 -1
  1754. package/components/TooltipMenu/TooltipMenu/TooltipMenu.js +43 -20
  1755. package/components/TooltipMenu/TooltipMenu/TooltipMenu.js.map +1 -1
  1756. package/components/TooltipMenu/TooltipMenu.d.ts +33 -12
  1757. package/components/TooltipMenu/TooltipMenu.md +183 -115
  1758. package/components/TooltipMenu/index/index.js.map +1 -1
  1759. package/hooks/useDrop/package.json +6 -0
  1760. package/hooks/useDrop/useDrop.js +61 -0
  1761. package/hooks/useDrop/useDrop.js.map +1 -0
  1762. package/hooks/useDrop.d.ts +11 -0
  1763. package/hooks/useEffectWithoutInitCall/package.json +6 -0
  1764. package/hooks/useEffectWithoutInitCall/useEffectWithoutInitCall.js +11 -0
  1765. package/hooks/useEffectWithoutInitCall/useEffectWithoutInitCall.js.map +1 -0
  1766. package/hooks/useEffectWithoutInitCall.d.ts +2 -0
  1767. package/hooks/useMemoObject/package.json +6 -0
  1768. package/hooks/useMemoObject/useMemoObject.js +6 -0
  1769. package/hooks/useMemoObject/useMemoObject.js.map +1 -0
  1770. package/hooks/useMemoObject.d.ts +1 -0
  1771. package/index.d.ts +9 -9
  1772. package/index.js +9 -9
  1773. package/index.js.map +1 -1
  1774. package/internal/BGRuler/BGRuler.js +16 -17
  1775. package/internal/BGRuler/BGRuler.js.map +1 -1
  1776. package/internal/Calendar/Calendar/Calendar.js +96 -61
  1777. package/internal/Calendar/Calendar/Calendar.js.map +1 -1
  1778. package/internal/Calendar/Calendar.d.ts +6 -0
  1779. package/internal/Calendar/Calendar.styles/Calendar.styles.js +6 -24
  1780. package/internal/Calendar/Calendar.styles/Calendar.styles.js.map +1 -1
  1781. package/internal/Calendar/Calendar.styles.d.ts +3 -2
  1782. package/internal/Calendar/CalendarDateShape/CalendarDateShape.js.map +1 -1
  1783. package/internal/Calendar/CalendarScrollEvents/CalendarScrollEvents.js.map +1 -1
  1784. package/internal/Calendar/CalendarUtils/CalendarUtils.js +13 -13
  1785. package/internal/Calendar/CalendarUtils/CalendarUtils.js.map +1 -1
  1786. package/internal/Calendar/CalendarUtils.d.ts +5 -4
  1787. package/internal/Calendar/DayCellView/DayCellView.js +5 -14
  1788. package/internal/Calendar/DayCellView/DayCellView.js.map +1 -1
  1789. package/internal/Calendar/DayCellView.d.ts +0 -1
  1790. package/internal/Calendar/DayCellView.styles/DayCellView.styles.js +7 -46
  1791. package/internal/Calendar/DayCellView.styles/DayCellView.styles.js.map +1 -1
  1792. package/internal/Calendar/DayCellView.styles.d.ts +6 -5
  1793. package/internal/Calendar/DayCellViewModel/DayCellViewModel.js +1 -7
  1794. package/internal/Calendar/DayCellViewModel/DayCellViewModel.js.map +1 -1
  1795. package/internal/Calendar/Month/Month.js +38 -20
  1796. package/internal/Calendar/Month/Month.js.map +1 -1
  1797. package/internal/Calendar/Month.d.ts +2 -0
  1798. package/internal/Calendar/MonthView/MonthView.js +24 -21
  1799. package/internal/Calendar/MonthView/MonthView.js.map +1 -1
  1800. package/internal/Calendar/MonthView.styles/MonthView.styles.js +18 -60
  1801. package/internal/Calendar/MonthView.styles/MonthView.styles.js.map +1 -1
  1802. package/internal/Calendar/MonthView.styles.d.ts +9 -6
  1803. package/internal/Calendar/MonthViewModel/MonthViewModel.js +53 -33
  1804. package/internal/Calendar/MonthViewModel/MonthViewModel.js.map +1 -1
  1805. package/internal/Calendar/MonthViewModel.d.ts +2 -1
  1806. package/internal/Calendar/config/config.js +15 -27
  1807. package/internal/Calendar/config/config.js.map +1 -1
  1808. package/internal/Calendar/config.d.ts +3 -18
  1809. package/internal/Calendar/index/index.js.map +1 -1
  1810. package/internal/CommonWrapper/CommonWrapper/CommonWrapper.js +106 -0
  1811. package/internal/CommonWrapper/CommonWrapper/CommonWrapper.js.map +1 -0
  1812. package/internal/CommonWrapper/CommonWrapper/package.json +6 -0
  1813. package/internal/CommonWrapper/CommonWrapper.d.ts +32 -0
  1814. package/internal/CommonWrapper/index/index.js +1 -0
  1815. package/internal/CommonWrapper/index/index.js.map +1 -0
  1816. package/internal/CommonWrapper/index/package.json +6 -0
  1817. package/internal/CommonWrapper/index.d.ts +1 -0
  1818. package/internal/CommonWrapper/package.json +6 -0
  1819. package/internal/ComponentCombinator/ComponentCombinator.js +9 -8
  1820. package/internal/ComponentCombinator/ComponentCombinator.js.map +1 -1
  1821. package/internal/ComponentTable/ComponentTable.js +14 -16
  1822. package/internal/ComponentTable/ComponentTable.js.map +1 -1
  1823. package/internal/ComponentTable.d.ts +4 -2
  1824. package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js +72 -36
  1825. package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js.map +1 -1
  1826. package/internal/CustomComboBox/ComboBoxMenu.d.ts +1 -0
  1827. package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js +188 -111
  1828. package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js.map +1 -1
  1829. package/internal/CustomComboBox/ComboBoxView.d.ts +29 -4
  1830. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +65 -54
  1831. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
  1832. package/internal/CustomComboBox/CustomComboBox.d.ts +15 -3
  1833. package/internal/CustomComboBox/CustomComboBox.styles/CustomComboBox.styles.js +7 -36
  1834. package/internal/CustomComboBox/CustomComboBox.styles/CustomComboBox.styles.js.map +1 -1
  1835. package/internal/CustomComboBox/CustomComboBox.styles.d.ts +2 -2
  1836. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js +40 -39
  1837. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js.map +1 -1
  1838. package/internal/CustomComboBox/CustomComboBoxReducer.d.ts +16 -16
  1839. package/internal/CustomComboBox/CustomComboBoxTypes/CustomComboBoxTypes.js.map +1 -1
  1840. package/internal/CustomComboBox/index/index.js.map +1 -1
  1841. package/internal/CustomComboBox/locale/index/index.js.map +1 -1
  1842. package/internal/CustomComboBox/locale/locales/en/en.js.map +1 -1
  1843. package/internal/CustomComboBox/locale/locales/ru/ru.js.map +1 -1
  1844. package/internal/CustomComboBox/locale/types/types.js +1 -0
  1845. package/internal/DateSelect/DateSelect/DateSelect.js +95 -57
  1846. package/internal/DateSelect/DateSelect/DateSelect.js.map +1 -1
  1847. package/internal/DateSelect/DateSelect.d.ts +5 -2
  1848. package/internal/DateSelect/DateSelect.styles/DateSelect.styles.js +21 -180
  1849. package/internal/DateSelect/DateSelect.styles/DateSelect.styles.js.map +1 -1
  1850. package/internal/DateSelect/DateSelect.styles.d.ts +12 -11
  1851. package/internal/DateSelect/index/index.js.map +1 -1
  1852. package/internal/DropdownContainer/DropdownContainer/DropdownContainer.js +43 -54
  1853. package/internal/DropdownContainer/DropdownContainer/DropdownContainer.js.map +1 -1
  1854. package/internal/DropdownContainer/DropdownContainer.d.ts +6 -8
  1855. package/internal/DropdownContainer/DropdownContainer.styles/DropdownContainer.styles.js +10 -0
  1856. package/internal/DropdownContainer/DropdownContainer.styles/DropdownContainer.styles.js.map +1 -0
  1857. package/internal/DropdownContainer/DropdownContainer.styles/package.json +6 -0
  1858. package/internal/DropdownContainer/DropdownContainer.styles.d.ts +3 -0
  1859. package/internal/DropdownContainer/index/index.js.map +1 -1
  1860. package/internal/FileUploaderControl/FileUploaderControlContext/FileUploaderControlContext.js +2 -0
  1861. package/internal/FileUploaderControl/FileUploaderControlContext/FileUploaderControlContext.js.map +1 -0
  1862. package/internal/FileUploaderControl/FileUploaderControlContext/package.json +6 -0
  1863. package/internal/FileUploaderControl/FileUploaderControlContext.d.ts +12 -0
  1864. package/internal/FileUploaderControl/FileUploaderControlProvider/FileUploaderControlProvider.js +89 -0
  1865. package/internal/FileUploaderControl/FileUploaderControlProvider/FileUploaderControlProvider.js.map +1 -0
  1866. package/internal/FileUploaderControl/FileUploaderControlProvider/package.json +6 -0
  1867. package/internal/FileUploaderControl/FileUploaderControlProvider.d.ts +14 -0
  1868. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile/FileUploaderFile.js +180 -0
  1869. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile/FileUploaderFile.js.map +1 -0
  1870. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile/package.json +6 -0
  1871. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.d.ts +12 -0
  1872. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles/FileUploaderFile.styles.js +32 -0
  1873. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles/FileUploaderFile.styles.js.map +1 -0
  1874. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles/package.json +6 -0
  1875. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.d.ts +11 -0
  1876. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList/FileUploaderFileList.js +27 -0
  1877. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList/FileUploaderFileList.js.map +1 -0
  1878. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList/package.json +6 -0
  1879. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.d.ts +10 -0
  1880. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles/FileUploaderFileList.styles.js +14 -0
  1881. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles/FileUploaderFileList.styles.js.map +1 -0
  1882. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles/package.json +6 -0
  1883. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.d.ts +5 -0
  1884. package/internal/FileUploaderControl/FileUploaderFileValidationResult/FileUploaderFileValidationResult.js +16 -0
  1885. package/internal/FileUploaderControl/FileUploaderFileValidationResult/FileUploaderFileValidationResult.js.map +1 -0
  1886. package/internal/FileUploaderControl/FileUploaderFileValidationResult/package.json +6 -0
  1887. package/internal/FileUploaderControl/FileUploaderFileValidationResult.d.ts +7 -0
  1888. package/internal/FileUploaderControl/fileUtils/fileUtils.js +19 -0
  1889. package/internal/FileUploaderControl/fileUtils/fileUtils.js.map +1 -0
  1890. package/internal/FileUploaderControl/fileUtils/package.json +6 -0
  1891. package/internal/FileUploaderControl/fileUtils.d.ts +14 -0
  1892. package/internal/FileUploaderControl/hooks/useControlLocale/package.json +6 -0
  1893. package/internal/FileUploaderControl/hooks/useControlLocale/useControlLocale.js +5 -0
  1894. package/internal/FileUploaderControl/hooks/useControlLocale/useControlLocale.js.map +1 -0
  1895. package/internal/FileUploaderControl/hooks/useControlLocale.d.ts +1 -0
  1896. package/internal/FileUploaderControl/hooks/useUpload/package.json +6 -0
  1897. package/internal/FileUploaderControl/hooks/useUpload/useUpload.js +56 -0
  1898. package/internal/FileUploaderControl/hooks/useUpload/useUpload.js.map +1 -0
  1899. package/internal/FileUploaderControl/hooks/useUpload.d.ts +3 -0
  1900. package/internal/FileUploaderControl/withFileUploaderControlProvider/package.json +6 -0
  1901. package/internal/FileUploaderControl/withFileUploaderControlProvider/withFileUploaderControlProvider.js +19 -0
  1902. package/internal/FileUploaderControl/withFileUploaderControlProvider/withFileUploaderControlProvider.js.map +1 -0
  1903. package/internal/FileUploaderControl/withFileUploaderControlProvider.d.ts +3 -0
  1904. package/internal/FocusTrap/FocusTrap/FocusTrap.js +18 -12
  1905. package/internal/FocusTrap/FocusTrap/FocusTrap.js.map +1 -1
  1906. package/internal/FocusTrap/FocusTrap.d.ts +4 -2
  1907. package/internal/FocusTrap/index/index.js.map +1 -1
  1908. package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll/HideBodyVerticalScroll.js +30 -68
  1909. package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll/HideBodyVerticalScroll.js.map +1 -1
  1910. package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +1 -3
  1911. package/internal/HideBodyVerticalScroll/index/index.js.map +1 -1
  1912. package/internal/IgnoreLayerClick/IgnoreLayerClick/IgnoreLayerClick.js +14 -13
  1913. package/internal/IgnoreLayerClick/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
  1914. package/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +1 -1
  1915. package/internal/IgnoreLayerClick/index/index.js.map +1 -1
  1916. package/internal/InputLikeText/HiddenInput/HiddenInput.js +11 -20
  1917. package/internal/InputLikeText/HiddenInput/HiddenInput.js.map +1 -1
  1918. package/internal/InputLikeText/InputLikeText/InputLikeText.js +142 -112
  1919. package/internal/InputLikeText/InputLikeText/InputLikeText.js.map +1 -1
  1920. package/internal/InputLikeText/InputLikeText.d.ts +5 -2
  1921. package/internal/InputLikeText/InputLikeText.styles/InputLikeText.styles.js +9 -71
  1922. package/internal/InputLikeText/InputLikeText.styles/InputLikeText.styles.js.map +1 -1
  1923. package/internal/InputLikeText/InputLikeText.styles.d.ts +2 -3
  1924. package/internal/InputLikeText/index/index.js.map +1 -1
  1925. package/internal/InternalMenu/InternalMenu/InternalMenu.js +54 -65
  1926. package/internal/InternalMenu/InternalMenu/InternalMenu.js.map +1 -1
  1927. package/internal/InternalMenu/InternalMenu.d.ts +8 -4
  1928. package/internal/InternalMenu/InternalMenu.styles/InternalMenu.styles.js +10 -69
  1929. package/internal/InternalMenu/InternalMenu.styles/InternalMenu.styles.js.map +1 -1
  1930. package/internal/InternalMenu/InternalMenu.styles.d.ts +4 -3
  1931. package/internal/InternalMenu/addIconPaddingIfPartOfMenu/addIconPaddingIfPartOfMenu.js +14 -0
  1932. package/internal/InternalMenu/addIconPaddingIfPartOfMenu/addIconPaddingIfPartOfMenu.js.map +1 -0
  1933. package/internal/InternalMenu/addIconPaddingIfPartOfMenu/package.json +6 -0
  1934. package/internal/InternalMenu/addIconPaddingIfPartOfMenu.d.ts +2 -0
  1935. package/internal/InternalMenu/index/index.js.map +1 -1
  1936. package/internal/InternalMenu/isActiveElement/isActiveElement.js.map +1 -1
  1937. package/internal/MaskCharLowLine/MaskCharLowLine/MaskCharLowLine.js +16 -0
  1938. package/internal/MaskCharLowLine/MaskCharLowLine/MaskCharLowLine.js.map +1 -0
  1939. package/internal/MaskCharLowLine/MaskCharLowLine/package.json +6 -0
  1940. package/internal/MaskCharLowLine/MaskCharLowLine.d.ts +9 -0
  1941. package/internal/MaskCharLowLine/MaskCharLowLine.styles/MaskCharLowLine.styles.js +10 -0
  1942. package/internal/MaskCharLowLine/MaskCharLowLine.styles/MaskCharLowLine.styles.js.map +1 -0
  1943. package/internal/MaskCharLowLine/MaskCharLowLine.styles/package.json +6 -0
  1944. package/internal/MaskCharLowLine/MaskCharLowLine.styles.d.ts +3 -0
  1945. package/internal/MaskCharLowLine/index/index.js +1 -0
  1946. package/internal/MaskCharLowLine/index/index.js.map +1 -0
  1947. package/internal/MaskCharLowLine/index/package.json +6 -0
  1948. package/internal/MaskCharLowLine/index.d.ts +1 -0
  1949. package/internal/MaskCharLowLine/package.json +6 -0
  1950. package/internal/MaskedInput/MaskedInput/MaskedInput.js +51 -31
  1951. package/internal/MaskedInput/MaskedInput/MaskedInput.js.map +1 -1
  1952. package/internal/MaskedInput/MaskedInput.d.ts +4 -3
  1953. package/internal/MaskedInput/MaskedInput.styles/MaskedInput.styles.js +9 -39
  1954. package/internal/MaskedInput/MaskedInput.styles/MaskedInput.styles.js.map +1 -1
  1955. package/internal/MaskedInput/MaskedInput.styles.d.ts +4 -2
  1956. package/internal/MaskedInput/index/index.js.map +1 -1
  1957. package/internal/Menu/Menu/Menu.js +108 -86
  1958. package/internal/Menu/Menu/Menu.js.map +1 -1
  1959. package/internal/Menu/Menu.d.ts +8 -0
  1960. package/internal/Menu/Menu.styles/Menu.styles.js +17 -24
  1961. package/internal/Menu/Menu.styles/Menu.styles.js.map +1 -1
  1962. package/internal/Menu/Menu.styles.d.ts +8 -3
  1963. package/internal/Menu/index/index.js.map +1 -1
  1964. package/internal/Menu/isActiveElement/isActiveElement.js.map +1 -1
  1965. package/internal/MobilePopup/MobilePopup/MobilePopup.js +111 -0
  1966. package/internal/MobilePopup/MobilePopup/MobilePopup.js.map +1 -0
  1967. package/internal/MobilePopup/MobilePopup/package.json +6 -0
  1968. package/internal/MobilePopup/MobilePopup.d.ts +34 -0
  1969. package/internal/MobilePopup/MobilePopup.styles/MobilePopup.styles.js +29 -0
  1970. package/internal/MobilePopup/MobilePopup.styles/MobilePopup.styles.js.map +1 -0
  1971. package/internal/MobilePopup/MobilePopup.styles/package.json +6 -0
  1972. package/internal/MobilePopup/MobilePopup.styles.d.ts +10 -0
  1973. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader/MobilePopupHeader.js +66 -0
  1974. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader/MobilePopupHeader.js.map +1 -0
  1975. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader/package.json +6 -0
  1976. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.d.ts +15 -0
  1977. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles/MobilePopupHeader.styles.js +29 -0
  1978. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles/MobilePopupHeader.styles.js.map +1 -0
  1979. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles/package.json +6 -0
  1980. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +10 -0
  1981. package/internal/MobilePopup/MobilePopupHeader/index/index.js +1 -0
  1982. package/internal/MobilePopup/MobilePopupHeader/index/index.js.map +1 -0
  1983. package/internal/MobilePopup/MobilePopupHeader/index/package.json +6 -0
  1984. package/internal/MobilePopup/MobilePopupHeader/index.d.ts +1 -0
  1985. package/internal/MobilePopup/MobilePopupHeader/package.json +6 -0
  1986. package/internal/MobilePopup/index/index.js +1 -0
  1987. package/internal/MobilePopup/index/index.js.map +1 -0
  1988. package/internal/MobilePopup/index/package.json +6 -0
  1989. package/internal/MobilePopup/index.d.ts +1 -0
  1990. package/internal/MobilePopup/package.json +6 -0
  1991. package/internal/NativeDateInput/NativeDateInput/NativeDateInput.js +66 -0
  1992. package/internal/NativeDateInput/NativeDateInput/NativeDateInput.js.map +1 -0
  1993. package/internal/NativeDateInput/NativeDateInput/package.json +6 -0
  1994. package/internal/NativeDateInput/NativeDateInput.d.ts +23 -0
  1995. package/internal/NativeDateInput/NativeDateInput.styles/NativeDateInput.styles.js +11 -0
  1996. package/internal/NativeDateInput/NativeDateInput.styles/NativeDateInput.styles.js.map +1 -0
  1997. package/internal/NativeDateInput/NativeDateInput.styles/package.json +6 -0
  1998. package/internal/NativeDateInput/NativeDateInput.styles.d.ts +3 -0
  1999. package/internal/NativeDateInput/index/index.js +1 -0
  2000. package/internal/NativeDateInput/index/index.js.map +1 -0
  2001. package/internal/NativeDateInput/index/package.json +6 -0
  2002. package/internal/NativeDateInput/index.d.ts +1 -0
  2003. package/internal/NativeDateInput/package.json +6 -0
  2004. package/internal/NativeDateInput/utils/package.json +6 -0
  2005. package/internal/NativeDateInput/utils/utils.js +54 -0
  2006. package/internal/NativeDateInput/utils/utils.js.map +1 -0
  2007. package/internal/NativeDateInput/utils.d.ts +7 -0
  2008. package/internal/PerformanceMetrics/PerformanceMetrics/PerformanceMetrics.js +13 -16
  2009. package/internal/PerformanceMetrics/PerformanceMetrics/PerformanceMetrics.js.map +1 -1
  2010. package/internal/Popup/Popup/Popup.js +294 -179
  2011. package/internal/Popup/Popup/Popup.js.map +1 -1
  2012. package/internal/Popup/Popup.d.ts +38 -16
  2013. package/internal/Popup/Popup.styles/Popup.styles.js +16 -145
  2014. package/internal/Popup/Popup.styles/Popup.styles.js.map +1 -1
  2015. package/internal/Popup/Popup.styles.d.ts +7 -6
  2016. package/internal/Popup/PopupHelper/PopupHelper.js +5 -2
  2017. package/internal/Popup/PopupHelper/PopupHelper.js.map +1 -1
  2018. package/internal/Popup/PopupHelper.d.ts +2 -2
  2019. package/internal/Popup/PopupPin/PopupPin.js +29 -31
  2020. package/internal/Popup/PopupPin/PopupPin.js.map +1 -1
  2021. package/internal/Popup/PopupPin.styles/PopupPin.styles.js +4 -13
  2022. package/internal/Popup/PopupPin.styles/PopupPin.styles.js.map +1 -1
  2023. package/internal/Popup/PopupPin.styles.d.ts +1 -1
  2024. package/internal/Popup/index/index.js.map +1 -1
  2025. package/internal/Popup/types/package.json +6 -0
  2026. package/internal/Popup/types/types.js +1 -0
  2027. package/{components/Logotype/locale → internal/Popup}/types/types.js.map +0 -0
  2028. package/internal/Popup/types.d.ts +2 -0
  2029. package/internal/PopupMenu/PopupMenu/PopupMenu.js +41 -26
  2030. package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
  2031. package/internal/PopupMenu/PopupMenu.d.ts +13 -5
  2032. package/internal/PopupMenu/PopupMenu.styles/PopupMenu.styles.js +5 -24
  2033. package/internal/PopupMenu/PopupMenu.styles/PopupMenu.styles.js.map +1 -1
  2034. package/internal/PopupMenu/PopupMenu.styles.d.ts +1 -1
  2035. package/internal/PopupMenu/index/index.js.map +1 -1
  2036. package/internal/PopupMenu/validatePositions/validatePositions.js +8 -8
  2037. package/internal/PopupMenu/validatePositions/validatePositions.js.map +1 -1
  2038. package/internal/PopupMenu/validatePositions.d.ts +2 -2
  2039. package/internal/RenderContainer/RenderContainer/RenderContainer.js +19 -12
  2040. package/internal/RenderContainer/RenderContainer/RenderContainer.js.map +1 -1
  2041. package/internal/RenderContainer/RenderContainer.d.ts +1 -1
  2042. package/internal/RenderContainer/RenderContainerTypes/RenderContainerTypes.js +1 -0
  2043. package/internal/RenderContainer/RenderContainerTypes.d.ts +6 -1
  2044. package/internal/RenderContainer/RenderInnerContainer/RenderInnerContainer.js +54 -16
  2045. package/internal/RenderContainer/RenderInnerContainer/RenderInnerContainer.js.map +1 -1
  2046. package/internal/RenderContainer/RenderInnerContainer.d.ts +10 -2
  2047. package/internal/RenderContainer/index/index.js.map +1 -1
  2048. package/internal/RenderLayer/RenderLayer/RenderLayer.js +24 -20
  2049. package/internal/RenderLayer/RenderLayer/RenderLayer.js.map +1 -1
  2050. package/internal/RenderLayer/RenderLayer.d.ts +6 -3
  2051. package/internal/RenderLayer/index/index.js.map +1 -1
  2052. package/internal/ResizeDetector/ResizeDetector/ResizeDetector.js +12 -10
  2053. package/internal/ResizeDetector/ResizeDetector/ResizeDetector.js.map +1 -1
  2054. package/internal/ResizeDetector/ResizeDetector.d.ts +1 -0
  2055. package/internal/ResizeDetector/ResizeDetector.styles/ResizeDetector.styles.js +9 -35
  2056. package/internal/ResizeDetector/ResizeDetector.styles/ResizeDetector.styles.js.map +1 -1
  2057. package/internal/ResizeDetector/ResizeDetector.styles.d.ts +2 -1
  2058. package/internal/ResizeDetector/index/index.js.map +1 -1
  2059. package/internal/TextWidthHelper/TextWidthHelper/TextWidthHelper.js +50 -0
  2060. package/internal/TextWidthHelper/TextWidthHelper/TextWidthHelper.js.map +1 -0
  2061. package/internal/TextWidthHelper/TextWidthHelper/package.json +6 -0
  2062. package/internal/TextWidthHelper/TextWidthHelper.d.ts +15 -0
  2063. package/internal/TextWidthHelper/TextWidthHelper.styles/TextWidthHelper.styles.js +14 -0
  2064. package/internal/TextWidthHelper/TextWidthHelper.styles/TextWidthHelper.styles.js.map +1 -0
  2065. package/internal/TextWidthHelper/TextWidthHelper.styles/package.json +6 -0
  2066. package/internal/TextWidthHelper/TextWidthHelper.styles.d.ts +4 -0
  2067. package/internal/ThemePlayground/AnotherInputsPlayground/AnotherInputsPlayground.js +3 -5
  2068. package/internal/ThemePlayground/AnotherInputsPlayground/AnotherInputsPlayground.js.map +1 -1
  2069. package/internal/ThemePlayground/CheckboxPlayground/CheckboxPlayground.js +6 -20
  2070. package/internal/ThemePlayground/CheckboxPlayground/CheckboxPlayground.js.map +1 -1
  2071. package/internal/ThemePlayground/CheckboxPlayground.d.ts +1 -4
  2072. package/internal/ThemePlayground/ComponentsGroup/ComponentsGroup.js +7 -7
  2073. package/internal/ThemePlayground/ComponentsGroup/ComponentsGroup.js.map +1 -1
  2074. package/internal/ThemePlayground/ComponentsGroup.d.ts +1 -1
  2075. package/internal/ThemePlayground/CurrencyInputPlayground/CurrencyInputPlayground.js +2 -4
  2076. package/internal/ThemePlayground/CurrencyInputPlayground/CurrencyInputPlayground.js.map +1 -1
  2077. package/internal/ThemePlayground/FxInputPlayground/FxInputPlayground.js +2 -4
  2078. package/internal/ThemePlayground/FxInputPlayground/FxInputPlayground.js.map +1 -1
  2079. package/internal/ThemePlayground/HintPlayground/HintPlayground.js +6 -8
  2080. package/internal/ThemePlayground/HintPlayground/HintPlayground.js.map +1 -1
  2081. package/internal/ThemePlayground/PagingPlayground/PagingPlayground.js +2 -4
  2082. package/internal/ThemePlayground/PagingPlayground/PagingPlayground.js.map +1 -1
  2083. package/internal/ThemePlayground/Playground/Playground.js +95 -142
  2084. package/internal/ThemePlayground/Playground/Playground.js.map +1 -1
  2085. package/internal/ThemePlayground/Playground.d.ts +1 -2
  2086. package/internal/ThemePlayground/Playground.md +7 -7
  2087. package/internal/ThemePlayground/Playground.styles/Playground.styles.js +23 -222
  2088. package/internal/ThemePlayground/Playground.styles/Playground.styles.js.map +1 -1
  2089. package/internal/ThemePlayground/Playground.styles.d.ts +12 -11
  2090. package/internal/ThemePlayground/RadioPlayground/RadioPlayground.js +9 -23
  2091. package/internal/ThemePlayground/RadioPlayground/RadioPlayground.js.map +1 -1
  2092. package/internal/ThemePlayground/RadioPlayground.d.ts +1 -4
  2093. package/internal/ThemePlayground/SelectPlayground/SelectPlayground.js +2 -4
  2094. package/internal/ThemePlayground/SelectPlayground/SelectPlayground.js.map +1 -1
  2095. package/internal/ThemePlayground/ShowcaseGroup/ShowcaseGroup.js +9 -3
  2096. package/internal/ThemePlayground/ShowcaseGroup/ShowcaseGroup.js.map +1 -1
  2097. package/internal/ThemePlayground/ShowcaseGroup.d.ts +0 -1
  2098. package/internal/ThemePlayground/SizesGroup/SizesGroup.js +29 -0
  2099. package/internal/ThemePlayground/SizesGroup/SizesGroup.js.map +1 -0
  2100. package/internal/ThemePlayground/SizesGroup/package.json +6 -0
  2101. package/internal/ThemePlayground/SizesGroup.d.ts +4 -0
  2102. package/internal/ThemePlayground/SwitcherPlayground/SwitcherPlayground.js +2 -4
  2103. package/internal/ThemePlayground/SwitcherPlayground/SwitcherPlayground.js.map +1 -1
  2104. package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js +41 -46
  2105. package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js.map +1 -1
  2106. package/internal/ThemePlayground/ThemeContextPlayground.d.ts +8 -6
  2107. package/internal/ThemePlayground/ThemeEditor/ThemeEditor.js +62 -42
  2108. package/internal/ThemePlayground/ThemeEditor/ThemeEditor.js.map +1 -1
  2109. package/internal/ThemePlayground/TogglePlayground/TogglePlayground.js +6 -8
  2110. package/internal/ThemePlayground/TogglePlayground/TogglePlayground.js.map +1 -1
  2111. package/internal/ThemePlayground/TokenInputPlayground/TokenInputPlayground.js +5 -9
  2112. package/internal/ThemePlayground/TokenInputPlayground/TokenInputPlayground.js.map +1 -1
  2113. package/internal/ThemePlayground/VariableValue/VariableValue.js +47 -40
  2114. package/internal/ThemePlayground/VariableValue/VariableValue.js.map +1 -1
  2115. package/internal/ThemePlayground/constants/constants.js +8 -4
  2116. package/internal/ThemePlayground/constants/constants.js.map +1 -1
  2117. package/internal/ThemePlayground/constants.d.ts +4 -3
  2118. package/internal/ThemePlayground/darkTheme/darkTheme.js +118 -69
  2119. package/internal/ThemePlayground/darkTheme/darkTheme.js.map +1 -1
  2120. package/internal/ThemePlayground/darkTheme.d.ts +75 -59
  2121. package/internal/ThemePlayground/helpers/helpers.js +1 -1
  2122. package/internal/ThemePlayground/helpers/helpers.js.map +1 -1
  2123. package/internal/ThemePlayground/helpers.d.ts +1 -1
  2124. package/internal/ThemeShowcase/ThemeShowcase/ThemeShowcase.js +182 -183
  2125. package/internal/ThemeShowcase/ThemeShowcase/ThemeShowcase.js.map +1 -1
  2126. package/internal/ThemeShowcase/ThemeShowcase.d.ts +1 -1
  2127. package/internal/ThemeShowcase/ThemeShowcase.md +13 -13
  2128. package/internal/ThemeShowcase/ThemeShowcase.styles/ThemeShowcase.styles.js +42 -203
  2129. package/internal/ThemeShowcase/ThemeShowcase.styles/ThemeShowcase.styles.js.map +1 -1
  2130. package/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +10 -3
  2131. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js +79 -66
  2132. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js.map +1 -1
  2133. package/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  2134. package/internal/ZIndex/ZIndex/ZIndex.js +28 -17
  2135. package/internal/ZIndex/ZIndex/ZIndex.js.map +1 -1
  2136. package/internal/ZIndex/ZIndex.d.ts +2 -0
  2137. package/internal/ZIndex/ZIndexStorage/ZIndexStorage.js +18 -9
  2138. package/internal/ZIndex/ZIndexStorage/ZIndexStorage.js.map +1 -1
  2139. package/internal/ZIndex/ZIndexStorage.d.ts +4 -1
  2140. package/internal/ZIndex/index/index.js.map +1 -1
  2141. package/internal/icons/16px/icon.styles/icon.styles.js +5 -24
  2142. package/internal/icons/16px/icon.styles/icon.styles.js.map +1 -1
  2143. package/internal/icons/16px/icon.styles.d.ts +1 -1
  2144. package/internal/icons/16px/index/index.js +173 -66
  2145. package/internal/icons/16px/index/index.js.map +1 -1
  2146. package/internal/icons/16px/index.d.ts +20 -14
  2147. package/internal/icons/20px/Icon/Icon.js +20 -26
  2148. package/internal/icons/20px/Icon/Icon.js.map +1 -1
  2149. package/internal/icons/20px/Icon.d.ts +11 -14
  2150. package/internal/icons/20px/icon.styles/icon.styles.js +8 -28
  2151. package/internal/icons/20px/icon.styles/icon.styles.js.map +1 -1
  2152. package/internal/icons/20px/icon.styles.d.ts +2 -1
  2153. package/internal/icons/20px/index/index.js +2 -1
  2154. package/internal/icons/20px/index/index.js.map +1 -1
  2155. package/internal/icons/20px/index.d.ts +1 -0
  2156. package/internal/icons/20px/svg/package.json +6 -0
  2157. package/internal/icons/20px/svg/svg.js +114 -0
  2158. package/internal/icons/20px/svg/svg.js.map +1 -0
  2159. package/internal/icons/20px/svg.d.ts +14 -0
  2160. package/internal/icons/CloudIcon/CloudIcon.js +2 -2
  2161. package/internal/icons/CloudIcon/CloudIcon.js.map +1 -1
  2162. package/internal/icons/CloudIcon.d.ts +0 -1
  2163. package/internal/icons/CrossIcon/CrossIcon.js +4 -3
  2164. package/internal/icons/CrossIcon/CrossIcon.js.map +1 -1
  2165. package/internal/icons/CrossIcon.d.ts +0 -1
  2166. package/internal/icons/SpinnerIcon/SpinnerIcon.js +64 -10
  2167. package/internal/icons/SpinnerIcon/SpinnerIcon.js.map +1 -1
  2168. package/internal/icons/SpinnerIcon.d.ts +6 -2
  2169. package/internal/icons/SpinnerIcon.styles/SpinnerIcon.styles.js +11 -24
  2170. package/internal/icons/SpinnerIcon.styles/SpinnerIcon.styles.js.map +1 -1
  2171. package/internal/icons/SpinnerIcon.styles.d.ts +3 -1
  2172. package/internal/themes/DarkTheme/DarkTheme.js +256 -0
  2173. package/internal/themes/DarkTheme/DarkTheme.js.map +1 -0
  2174. package/internal/themes/DarkTheme/package.json +6 -0
  2175. package/internal/themes/DarkTheme.d.ts +137 -0
  2176. package/internal/themes/DefaultTheme/DefaultTheme.js +1216 -787
  2177. package/internal/themes/DefaultTheme/DefaultTheme.js.map +1 -1
  2178. package/internal/themes/DefaultTheme.d.ts +453 -264
  2179. package/internal/themes/NotFlat/NotFlat.js +310 -0
  2180. package/internal/themes/NotFlat/NotFlat.js.map +1 -0
  2181. package/internal/themes/NotFlat/package.json +6 -0
  2182. package/internal/themes/NotFlat.d.ts +133 -0
  2183. package/internal/themes/OldColors/OldColors.js +172 -0
  2184. package/internal/themes/OldColors/OldColors.js.map +1 -0
  2185. package/internal/themes/OldColors/package.json +6 -0
  2186. package/internal/themes/OldColors.d.ts +116 -0
  2187. package/internal/themes/Theme2022/Theme2022.js +78 -0
  2188. package/internal/themes/Theme2022/Theme2022.js.map +1 -0
  2189. package/internal/themes/Theme2022/package.json +6 -0
  2190. package/internal/themes/Theme2022.d.ts +66 -0
  2191. package/internal/themes/Theme2022Dark/Theme2022Dark.js +17 -0
  2192. package/internal/themes/Theme2022Dark/Theme2022Dark.js.map +1 -0
  2193. package/internal/themes/Theme2022Dark/package.json +6 -0
  2194. package/internal/themes/Theme2022Dark.d.ts +5 -0
  2195. package/lib/ConditionalHandler/ConditionalHandler.js +4 -6
  2196. package/lib/ConditionalHandler/ConditionalHandler.js.map +1 -1
  2197. package/lib/ConditionalHandler.d.ts +3 -2
  2198. package/lib/InstanceWithAnchorElement/InstanceWithAnchorElement.js +3 -0
  2199. package/lib/InstanceWithAnchorElement/InstanceWithAnchorElement.js.map +1 -0
  2200. package/lib/InstanceWithAnchorElement/package.json +6 -0
  2201. package/lib/InstanceWithAnchorElement.d.ts +5 -0
  2202. package/lib/LayoutEvents/LayoutEvents.js +12 -4
  2203. package/lib/LayoutEvents/LayoutEvents.js.map +1 -1
  2204. package/lib/ModalStack/ModalStack.js +63 -5
  2205. package/lib/ModalStack/ModalStack.js.map +1 -1
  2206. package/lib/ModalStack.d.ts +6 -1
  2207. package/lib/SSRSafe/SSRSafe.js +18 -2
  2208. package/lib/SSRSafe/SSRSafe.js.map +1 -1
  2209. package/lib/SSRSafe.d.ts +3 -0
  2210. package/lib/Supports/Supports.js.map +1 -1
  2211. package/lib/Upgrades/Upgrades.js +13 -0
  2212. package/lib/Upgrades/Upgrades.js.map +1 -1
  2213. package/lib/Upgrades.d.ts +2 -0
  2214. package/lib/animation/index/index.js +1 -1
  2215. package/lib/animation/index/index.js.map +1 -1
  2216. package/lib/animation/index.d.ts +1 -1
  2217. package/lib/animation/presets/presets.js.map +1 -1
  2218. package/lib/animation/stepper/stepper.js.map +1 -1
  2219. package/lib/callChildRef/callChildRef/callChildRef.js +14 -0
  2220. package/lib/callChildRef/callChildRef/callChildRef.js.map +1 -0
  2221. package/lib/callChildRef/callChildRef/package.json +6 -0
  2222. package/lib/callChildRef/callChildRef.d.ts +3 -0
  2223. package/lib/client/client.js +16 -0
  2224. package/lib/client/client.js.map +1 -0
  2225. package/lib/client/package.json +6 -0
  2226. package/lib/client.d.ts +16 -0
  2227. package/lib/createPropsGetter/createPropsGetter.js.map +1 -1
  2228. package/lib/currentEnvironment/currentEnvironment.js +14 -3
  2229. package/lib/currentEnvironment/currentEnvironment.js.map +1 -1
  2230. package/lib/date/InternalDate/InternalDate.js +21 -10
  2231. package/lib/date/InternalDate/InternalDate.js.map +1 -1
  2232. package/lib/date/InternalDateCalculator/InternalDateCalculator.js +15 -5
  2233. package/lib/date/InternalDateCalculator/InternalDateCalculator.js.map +1 -1
  2234. package/lib/date/InternalDateGetter/InternalDateGetter.js +21 -9
  2235. package/lib/date/InternalDateGetter/InternalDateGetter.js.map +1 -1
  2236. package/lib/date/InternalDateSetter/InternalDateSetter.js +1 -3
  2237. package/lib/date/InternalDateSetter/InternalDateSetter.js.map +1 -1
  2238. package/lib/date/InternalDateTransformer/InternalDateTransformer.js +12 -4
  2239. package/lib/date/InternalDateTransformer/InternalDateTransformer.js.map +1 -1
  2240. package/lib/date/InternalDateTransformer.d.ts +6 -6
  2241. package/lib/date/InternalDateValidator/InternalDateValidator.js +32 -7
  2242. package/lib/date/InternalDateValidator/InternalDateValidator.js.map +1 -1
  2243. package/lib/date/constants/constants.js.map +1 -1
  2244. package/lib/date/localeSets/localeSets.js.map +1 -1
  2245. package/lib/date/types/types.js.map +1 -1
  2246. package/lib/dom/getDOMRect/getDOMRect.js +40 -0
  2247. package/lib/dom/getDOMRect/getDOMRect.js.map +1 -0
  2248. package/lib/dom/getDOMRect/package.json +6 -0
  2249. package/lib/dom/getDOMRect.d.ts +11 -0
  2250. package/lib/dom/getScrollWidth/getScrollWidth.js +1 -1
  2251. package/lib/dom/getScrollWidth/getScrollWidth.js.map +1 -1
  2252. package/lib/dom/tabbableHelpers/package.json +6 -0
  2253. package/lib/dom/tabbableHelpers/tabbableHelpers.js +34 -0
  2254. package/lib/dom/tabbableHelpers/tabbableHelpers.js.map +1 -0
  2255. package/lib/dom/tabbableHelpers.d.ts +16 -0
  2256. package/lib/events/MouseDrag/MouseDrag.js +32 -32
  2257. package/lib/events/MouseDrag/MouseDrag.js.map +1 -1
  2258. package/lib/events/fixClickFocusIE/fixClickFocusIE.js +2 -2
  2259. package/lib/events/fixClickFocusIE/fixClickFocusIE.js.map +1 -1
  2260. package/lib/events/fixFirefoxModifiedClickOnLabel/fixFirefoxModifiedClickOnLabel.js +19 -0
  2261. package/lib/events/fixFirefoxModifiedClickOnLabel/fixFirefoxModifiedClickOnLabel.js.map +1 -0
  2262. package/lib/events/fixFirefoxModifiedClickOnLabel/package.json +6 -0
  2263. package/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +2 -0
  2264. package/lib/events/keyListener/keyListener.js +22 -0
  2265. package/lib/events/keyListener/keyListener.js.map +1 -0
  2266. package/lib/events/keyListener/package.json +6 -0
  2267. package/lib/events/keyListener.d.ts +7 -0
  2268. package/lib/events/keyboard/KeyboardEventCodes/KeyboardEventCodes.js.map +1 -1
  2269. package/lib/events/keyboard/KeyboardMapKeys/KeyboardMapKeys.js +4 -2
  2270. package/lib/events/keyboard/KeyboardMapKeys/KeyboardMapKeys.js.map +1 -1
  2271. package/lib/events/keyboard/KeyboardMapKeys.d.ts +2 -2
  2272. package/lib/events/keyboard/extractCode/extractCode.js +5 -5
  2273. package/lib/events/keyboard/extractCode/extractCode.js.map +1 -1
  2274. package/lib/events/keyboard/identifiers/identifiers.js +13 -2
  2275. package/lib/events/keyboard/identifiers/identifiers.js.map +1 -1
  2276. package/lib/events/keyboard/identifiers.d.ts +1 -0
  2277. package/lib/events/stopPropagation/stopPropagation.js.map +1 -1
  2278. package/lib/events/tabListener/tabListener.js +2 -15
  2279. package/lib/events/tabListener/tabListener.js.map +1 -1
  2280. package/lib/events/tabListener.d.ts +1 -6
  2281. package/lib/extractKeyboardAction/extractKeyboardAction.js +1 -4
  2282. package/lib/extractKeyboardAction/extractKeyboardAction.js.map +1 -1
  2283. package/lib/filterProps/filterProps.js.map +1 -1
  2284. package/lib/forwardRefAndName/forwardRefAndName.js +11 -0
  2285. package/lib/forwardRefAndName/forwardRefAndName.js.map +1 -0
  2286. package/lib/forwardRefAndName/package.json +6 -0
  2287. package/lib/forwardRefAndName.d.ts +5 -0
  2288. package/lib/getDisplayName/getDisplayName.js +3 -0
  2289. package/lib/getDisplayName/getDisplayName.js.map +1 -0
  2290. package/lib/getDisplayName/package.json +6 -0
  2291. package/lib/getDisplayName.d.ts +3 -0
  2292. package/lib/listenFocusOutside/listenFocusOutside.js +17 -16
  2293. package/lib/listenFocusOutside/listenFocusOutside.js.map +1 -1
  2294. package/lib/listenFocusOutside.d.ts +4 -0
  2295. package/lib/locale/LOCALECONTEXT.md +221 -246
  2296. package/lib/locale/LocaleContext/LocaleContext.js +1 -1
  2297. package/lib/locale/LocaleContext/LocaleContext.js.map +1 -1
  2298. package/lib/locale/LocaleHelper/LocaleHelper.js +1 -5
  2299. package/lib/locale/LocaleHelper/LocaleHelper.js.map +1 -1
  2300. package/lib/locale/constants/constants.js.map +1 -1
  2301. package/lib/locale/decorators/decorators.js +9 -7
  2302. package/lib/locale/decorators/decorators.js.map +1 -1
  2303. package/lib/locale/decorators.d.ts +4 -3
  2304. package/lib/locale/index/index.js.map +1 -1
  2305. package/lib/locale/types/types.js.map +1 -1
  2306. package/lib/locale/types.d.ts +3 -6
  2307. package/lib/locale/useLocaleForControl/package.json +6 -0
  2308. package/lib/locale/useLocaleForControl/useLocaleForControl.js +12 -0
  2309. package/lib/locale/useLocaleForControl/useLocaleForControl.js.map +1 -0
  2310. package/lib/locale/useLocaleForControl.d.ts +3 -0
  2311. package/lib/memo/memo.js.map +1 -1
  2312. package/lib/needsPolyfillPlaceholder/needsPolyfillPlaceholder.js +21 -0
  2313. package/lib/needsPolyfillPlaceholder/needsPolyfillPlaceholder.js.map +1 -0
  2314. package/lib/needsPolyfillPlaceholder/package.json +6 -0
  2315. package/lib/needsPolyfillPlaceholder.d.ts +6 -0
  2316. package/lib/net/fetch/fetch.js.map +1 -1
  2317. package/lib/reactGetTextContent/reactGetTextContent.js +1 -1
  2318. package/lib/reactGetTextContent/reactGetTextContent.js.map +1 -1
  2319. package/lib/rootNode/getRootNode/getRootNode.js +53 -0
  2320. package/lib/rootNode/getRootNode/getRootNode.js.map +1 -0
  2321. package/lib/rootNode/getRootNode/package.json +6 -0
  2322. package/lib/rootNode/getRootNode.d.ts +12 -0
  2323. package/lib/rootNode/index/index.js +2 -0
  2324. package/lib/rootNode/index/index.js.map +1 -0
  2325. package/lib/rootNode/index/package.json +6 -0
  2326. package/lib/rootNode/index.d.ts +2 -0
  2327. package/lib/rootNode/package.json +6 -0
  2328. package/lib/rootNode/rootNodeDecorator/package.json +6 -0
  2329. package/lib/rootNode/rootNodeDecorator/rootNodeDecorator.js +59 -0
  2330. package/lib/rootNode/rootNodeDecorator/rootNodeDecorator.js.map +1 -0
  2331. package/lib/rootNode/rootNodeDecorator.d.ts +52 -0
  2332. package/lib/stringUtils/package.json +6 -0
  2333. package/lib/stringUtils/stringUtils.js +15 -0
  2334. package/lib/stringUtils/stringUtils.js.map +1 -0
  2335. package/lib/stringUtils.d.ts +1 -0
  2336. package/lib/styles/ColorFactory/ColorFactory.js +11 -13
  2337. package/lib/styles/ColorFactory/ColorFactory.js.map +1 -1
  2338. package/lib/styles/ColorFunctions/ColorFunctions.js +2 -2
  2339. package/lib/styles/ColorFunctions/ColorFunctions.js.map +1 -1
  2340. package/lib/styles/ColorHelpers/ColorHelpers.js +26 -9
  2341. package/lib/styles/ColorHelpers/ColorHelpers.js.map +1 -1
  2342. package/lib/styles/ColorHelpers.d.ts +1 -0
  2343. package/lib/styles/ColorKeywords/ColorKeywords.js.map +1 -1
  2344. package/lib/styles/ColorObject/ColorObject.js +10 -8
  2345. package/lib/styles/ColorObject/ColorObject.js.map +1 -1
  2346. package/lib/styles/ColorObject.d.ts +1 -0
  2347. package/lib/styles/DimensionFunctions/DimensionFunctions.js.map +1 -1
  2348. package/lib/styles/HoldSelectionColor/HoldSelectionColor.js +9 -0
  2349. package/lib/styles/HoldSelectionColor/HoldSelectionColor.js.map +1 -0
  2350. package/lib/styles/HoldSelectionColor/package.json +6 -0
  2351. package/lib/styles/HoldSelectionColor.d.ts +1 -0
  2352. package/lib/styles/Mixins/Mixins.js +3 -21
  2353. package/lib/styles/Mixins/Mixins.js.map +1 -1
  2354. package/lib/styles/getLabGrotesqueBaselineCompensation/getLabGrotesqueBaselineCompensation.js +9 -0
  2355. package/lib/styles/getLabGrotesqueBaselineCompensation/getLabGrotesqueBaselineCompensation.js.map +1 -0
  2356. package/lib/styles/getLabGrotesqueBaselineCompensation/package.json +6 -0
  2357. package/lib/styles/getLabGrotesqueBaselineCompensation.d.ts +1 -0
  2358. package/lib/taskWithDelayAndMinimalDuration/package.json +6 -0
  2359. package/lib/taskWithDelayAndMinimalDuration/taskWithDelayAndMinimalDuration.js +76 -0
  2360. package/lib/taskWithDelayAndMinimalDuration/taskWithDelayAndMinimalDuration.js.map +1 -0
  2361. package/lib/taskWithDelayAndMinimalDuration.d.ts +21 -0
  2362. package/lib/theming/AnimationKeyframes/AnimationKeyframes.js +7 -65
  2363. package/lib/theming/AnimationKeyframes/AnimationKeyframes.js.map +1 -1
  2364. package/lib/theming/AnimationKeyframes.d.ts +7 -6
  2365. package/lib/theming/Emotion/Emotion.js +24 -9
  2366. package/lib/theming/Emotion/Emotion.js.map +1 -1
  2367. package/lib/theming/Emotion.d.ts +11 -10
  2368. package/lib/theming/Theme/Theme.js +1 -0
  2369. package/lib/theming/ThemeContext/ThemeContext.js +1 -1
  2370. package/lib/theming/ThemeContext/ThemeContext.js.map +1 -1
  2371. package/lib/theming/ThemeContext.md +277 -248
  2372. package/lib/theming/ThemeFactory/ThemeFactory.js +11 -24
  2373. package/lib/theming/ThemeFactory/ThemeFactory.js.map +1 -1
  2374. package/lib/theming/ThemeFactory.d.ts +1 -2
  2375. package/lib/theming/ThemeHelpers/ThemeHelpers.js +21 -21
  2376. package/lib/theming/ThemeHelpers/ThemeHelpers.js.map +1 -1
  2377. package/lib/theming/ThemeHelpers.d.ts +5 -6
  2378. package/lib/theming/themes/DarkTheme/DarkTheme.js +4 -0
  2379. package/lib/theming/themes/DarkTheme/DarkTheme.js.map +1 -0
  2380. package/lib/theming/themes/DarkTheme/package.json +6 -0
  2381. package/lib/theming/themes/DarkTheme.d.ts +1 -0
  2382. package/lib/theming/themes/DefaultTheme/DefaultTheme.js +2 -1
  2383. package/lib/theming/themes/DefaultTheme/DefaultTheme.js.map +1 -1
  2384. package/lib/theming/themes/DefaultTheme8pxOld/DefaultTheme8pxOld.js +5 -0
  2385. package/lib/theming/themes/DefaultTheme8pxOld/DefaultTheme8pxOld.js.map +1 -0
  2386. package/lib/theming/themes/DefaultTheme8pxOld/package.json +6 -0
  2387. package/lib/theming/themes/DefaultTheme8pxOld.d.ts +1 -0
  2388. package/lib/theming/themes/DefaultThemeMobile/DefaultThemeMobile.js +5 -0
  2389. package/lib/theming/themes/DefaultThemeMobile/DefaultThemeMobile.js.map +1 -0
  2390. package/lib/theming/themes/DefaultThemeMobile/package.json +6 -0
  2391. package/lib/theming/themes/DefaultThemeMobile.d.ts +3 -0
  2392. package/lib/theming/themes/FlatTheme8pxOld/FlatTheme8pxOld.js +4 -0
  2393. package/lib/theming/themes/FlatTheme8pxOld/FlatTheme8pxOld.js.map +1 -0
  2394. package/lib/theming/themes/FlatTheme8pxOld/package.json +6 -0
  2395. package/lib/theming/themes/FlatTheme8pxOld.d.ts +1 -0
  2396. package/lib/theming/themes/Theme2022/Theme2022.js +4 -0
  2397. package/lib/theming/themes/Theme2022/Theme2022.js.map +1 -0
  2398. package/lib/theming/themes/Theme2022/package.json +6 -0
  2399. package/lib/theming/themes/Theme2022.d.ts +1 -0
  2400. package/lib/theming/themes/Theme2022Dark/Theme2022Dark.js +5 -0
  2401. package/lib/theming/themes/Theme2022Dark/Theme2022Dark.js.map +1 -0
  2402. package/lib/theming/themes/Theme2022Dark/package.json +6 -0
  2403. package/lib/theming/themes/Theme2022Dark.d.ts +1 -0
  2404. package/lib/theming/useTheme/package.json +6 -0
  2405. package/lib/theming/useTheme/useTheme.js +5 -0
  2406. package/lib/theming/useTheme/useTheme.js.map +1 -0
  2407. package/lib/theming/useTheme.d.ts +1 -0
  2408. package/lib/uidUtils/package.json +6 -0
  2409. package/lib/uidUtils/uidUtils.js +4 -0
  2410. package/lib/uidUtils/uidUtils.js.map +1 -0
  2411. package/lib/uidUtils.d.ts +1 -0
  2412. package/lib/utils/utils.js +157 -29
  2413. package/lib/utils/utils.js.map +1 -1
  2414. package/lib/utils.d.ts +63 -9
  2415. package/lib/withClassWrapper/package.json +6 -0
  2416. package/lib/withClassWrapper/withClassWrapper.js +70 -0
  2417. package/lib/withClassWrapper/withClassWrapper.js.map +1 -0
  2418. package/lib/withClassWrapper.d.ts +71 -0
  2419. package/package.json +93 -92
  2420. package/typings/console.d.ts +3 -3
  2421. package/typings/event-types.d.ts +4 -4
  2422. package/typings/fonts.d.ts +12 -12
  2423. package/typings/global.d.ts +6 -6
  2424. package/typings/html-props.d.ts +123 -0
  2425. package/typings/images.d.ts +1 -1
  2426. package/typings/normalize-wheel.d.ts +5 -5
  2427. package/typings/stories.d.ts +7 -0
  2428. package/typings/stylis-plugin-extra-scope.d.ts +3 -3
  2429. package/typings/utility-types.d.ts +14 -14
  2430. package/cjs/components/Button/Corners.d.ts +0 -6
  2431. package/cjs/components/Button/Corners.js +0 -5
  2432. package/cjs/components/Button/Corners.js.map +0 -1
  2433. package/cjs/components/Fias/Fias.d.ts +0 -130
  2434. package/cjs/components/Fias/Fias.js +0 -343
  2435. package/cjs/components/Fias/Fias.js.map +0 -1
  2436. package/cjs/components/Fias/Fias.md +0 -451
  2437. package/cjs/components/Fias/Fias.styles.d.ts +0 -4
  2438. package/cjs/components/Fias/Fias.styles.js +0 -15
  2439. package/cjs/components/Fias/Fias.styles.js.map +0 -1
  2440. package/cjs/components/Fias/FiasModal.d.ts +0 -15
  2441. package/cjs/components/Fias/FiasModal.js +0 -44
  2442. package/cjs/components/Fias/FiasModal.js.map +0 -1
  2443. package/cjs/components/Fias/FiasSearch/FiasSearch.d.ts +0 -56
  2444. package/cjs/components/Fias/FiasSearch/FiasSearch.js +0 -129
  2445. package/cjs/components/Fias/FiasSearch/FiasSearch.js.map +0 -1
  2446. package/cjs/components/Fias/FiasSearch/FiasSearch.md +0 -78
  2447. package/cjs/components/Fias/Form/FiasComboBox.d.ts +0 -34
  2448. package/cjs/components/Fias/Form/FiasComboBox.js +0 -136
  2449. package/cjs/components/Fias/Form/FiasComboBox.js.map +0 -1
  2450. package/cjs/components/Fias/Form/FiasCountrySelector.d.ts +0 -19
  2451. package/cjs/components/Fias/Form/FiasCountrySelector.js +0 -87
  2452. package/cjs/components/Fias/Form/FiasCountrySelector.js.map +0 -1
  2453. package/cjs/components/Fias/Form/FiasForm.d.ts +0 -70
  2454. package/cjs/components/Fias/Form/FiasForm.js +0 -547
  2455. package/cjs/components/Fias/Form/FiasForm.js.map +0 -1
  2456. package/cjs/components/Fias/Form/FiasForm.styles.d.ts +0 -5
  2457. package/cjs/components/Fias/Form/FiasForm.styles.js +0 -24
  2458. package/cjs/components/Fias/Form/FiasForm.styles.js.map +0 -1
  2459. package/cjs/components/Fias/api/FiasAPI.d.ts +0 -26
  2460. package/cjs/components/Fias/api/FiasAPI.js +0 -288
  2461. package/cjs/components/Fias/api/FiasAPI.js.map +0 -1
  2462. package/cjs/components/Fias/api/FiasAPIResultFactory.d.ts +0 -5
  2463. package/cjs/components/Fias/api/FiasAPIResultFactory.js +0 -16
  2464. package/cjs/components/Fias/api/FiasAPIResultFactory.js.map +0 -1
  2465. package/cjs/components/Fias/api/FiasMockAPI.d.ts +0 -8
  2466. package/cjs/components/Fias/api/FiasMockAPI.js +0 -66
  2467. package/cjs/components/Fias/api/FiasMockAPI.js.map +0 -1
  2468. package/cjs/components/Fias/api/data.json +0 -285
  2469. package/cjs/components/Fias/constants/abbreviations.d.ts +0 -3
  2470. package/cjs/components/Fias/constants/abbreviations.js +0 -158
  2471. package/cjs/components/Fias/constants/abbreviations.js.map +0 -1
  2472. package/cjs/components/Fias/index.d.ts +0 -5
  2473. package/cjs/components/Fias/index.js +0 -5
  2474. package/cjs/components/Fias/index.js.map +0 -1
  2475. package/cjs/components/Fias/locale/index.d.ts +0 -4
  2476. package/cjs/components/Fias/locale/index.js +0 -9
  2477. package/cjs/components/Fias/locale/index.js.map +0 -1
  2478. package/cjs/components/Fias/locale/locales/ru.d.ts +0 -2
  2479. package/cjs/components/Fias/locale/locales/ru.js +0 -72
  2480. package/cjs/components/Fias/locale/locales/ru.js.map +0 -1
  2481. package/cjs/components/Fias/locale/types.d.ts +0 -56
  2482. package/cjs/components/Fias/locale/types.js +0 -1
  2483. package/cjs/components/Fias/logger/FiasLogger.d.ts +0 -8
  2484. package/cjs/components/Fias/logger/FiasLogger.js +0 -12
  2485. package/cjs/components/Fias/logger/FiasLogger.js.map +0 -1
  2486. package/cjs/components/Fias/models/FiasAddress.d.ts +0 -96
  2487. package/cjs/components/Fias/models/FiasAddress.js +0 -576
  2488. package/cjs/components/Fias/models/FiasAddress.js.map +0 -1
  2489. package/cjs/components/Fias/models/FiasAddressElement.d.ts +0 -18
  2490. package/cjs/components/Fias/models/FiasAddressElement.js +0 -187
  2491. package/cjs/components/Fias/models/FiasAddressElement.js.map +0 -1
  2492. package/cjs/components/Fias/models/FiasData.d.ts +0 -20
  2493. package/cjs/components/Fias/models/FiasData.js +0 -106
  2494. package/cjs/components/Fias/models/FiasData.js.map +0 -1
  2495. package/cjs/components/Fias/types.d.ts +0 -142
  2496. package/cjs/components/Fias/types.js +0 -109
  2497. package/cjs/components/Fias/types.js.map +0 -1
  2498. package/cjs/components/LocaleProvider/LocaleProvider.d.ts +0 -24
  2499. package/cjs/components/LocaleProvider/LocaleProvider.js +0 -43
  2500. package/cjs/components/LocaleProvider/LocaleProvider.js.map +0 -1
  2501. package/cjs/components/LocaleProvider/index.d.ts +0 -1
  2502. package/cjs/components/LocaleProvider/index.js +0 -1
  2503. package/cjs/components/LocaleProvider/index.js.map +0 -1
  2504. package/cjs/components/Logotype/Logotype.d.ts +0 -82
  2505. package/cjs/components/Logotype/Logotype.js +0 -203
  2506. package/cjs/components/Logotype/Logotype.js.map +0 -1
  2507. package/cjs/components/Logotype/Logotype.md +0 -33
  2508. package/cjs/components/Logotype/Logotype.styles.d.ts +0 -10
  2509. package/cjs/components/Logotype/Logotype.styles.js +0 -91
  2510. package/cjs/components/Logotype/Logotype.styles.js.map +0 -1
  2511. package/cjs/components/Logotype/ProductWidget.d.ts +0 -3
  2512. package/cjs/components/Logotype/ProductWidget.js +0 -17
  2513. package/cjs/components/Logotype/ProductWidget.js.map +0 -1
  2514. package/cjs/components/Logotype/index.d.ts +0 -1
  2515. package/cjs/components/Logotype/index.js +0 -1
  2516. package/cjs/components/Logotype/index.js.map +0 -1
  2517. package/cjs/components/Logotype/locale/index.d.ts +0 -4
  2518. package/cjs/components/Logotype/locale/index.js +0 -11
  2519. package/cjs/components/Logotype/locale/index.js.map +0 -1
  2520. package/cjs/components/Logotype/locale/locales/en.d.ts +0 -2
  2521. package/cjs/components/Logotype/locale/locales/en.js +0 -5
  2522. package/cjs/components/Logotype/locale/locales/en.js.map +0 -1
  2523. package/cjs/components/Logotype/locale/locales/ru.d.ts +0 -2
  2524. package/cjs/components/Logotype/locale/locales/ru.js +0 -5
  2525. package/cjs/components/Logotype/locale/locales/ru.js.map +0 -1
  2526. package/cjs/components/Logotype/locale/types.d.ts +0 -4
  2527. package/cjs/components/Logotype/locale/types.js +0 -1
  2528. package/cjs/components/Modal/helpers.d.ts +0 -6
  2529. package/cjs/components/Modal/helpers.js +0 -20
  2530. package/cjs/components/Modal/helpers.js.map +0 -1
  2531. package/cjs/components/Spinner/SpinnerFallback.d.ts +0 -29
  2532. package/cjs/components/Spinner/SpinnerFallback.js +0 -106
  2533. package/cjs/components/Spinner/SpinnerFallback.js.map +0 -1
  2534. package/cjs/components/Spinner/fallback_circle.png +0 -0
  2535. package/cjs/components/Spinner/fallback_circle_big.png +0 -0
  2536. package/cjs/components/Spinner/fallback_circle_dimmed.png +0 -0
  2537. package/cjs/components/Spinner/fallback_circle_mini.png +0 -0
  2538. package/cjs/components/Spinner/fallback_circle_normal.png +0 -0
  2539. package/cjs/components/Spinner/fallback_cloud_big.png +0 -0
  2540. package/cjs/components/Spinner/fallback_cloud_normal.png +0 -0
  2541. package/cjs/components/ThemeConsumer/ThemeConsumer.d.ts +0 -10
  2542. package/cjs/components/ThemeConsumer/ThemeConsumer.js +0 -17
  2543. package/cjs/components/ThemeConsumer/ThemeConsumer.js.map +0 -1
  2544. package/cjs/components/ThemeConsumer/index.d.ts +0 -1
  2545. package/cjs/components/ThemeConsumer/index.js +0 -1
  2546. package/cjs/components/ThemeConsumer/index.js.map +0 -1
  2547. package/cjs/components/ThemeProvider/ThemeProvider.d.ts +0 -16
  2548. package/cjs/components/ThemeProvider/ThemeProvider.js +0 -56
  2549. package/cjs/components/ThemeProvider/ThemeProvider.js.map +0 -1
  2550. package/cjs/components/ThemeProvider/index.d.ts +0 -1
  2551. package/cjs/components/ThemeProvider/index.js +0 -1
  2552. package/cjs/components/ThemeProvider/index.js.map +0 -1
  2553. package/cjs/components/TopBar/TopBar.d.ts +0 -113
  2554. package/cjs/components/TopBar/TopBar.js +0 -257
  2555. package/cjs/components/TopBar/TopBar.js.map +0 -1
  2556. package/cjs/components/TopBar/TopBar.md +0 -111
  2557. package/cjs/components/TopBar/TopBar.styles.d.ts +0 -24
  2558. package/cjs/components/TopBar/TopBar.styles.js +0 -198
  2559. package/cjs/components/TopBar/TopBar.styles.js.map +0 -1
  2560. package/cjs/components/TopBar/TopBarButtonItem.d.ts +0 -25
  2561. package/cjs/components/TopBar/TopBarButtonItem.js +0 -35
  2562. package/cjs/components/TopBar/TopBarButtonItem.js.map +0 -1
  2563. package/cjs/components/TopBar/TopBarDivider.d.ts +0 -11
  2564. package/cjs/components/TopBar/TopBarDivider.js +0 -17
  2565. package/cjs/components/TopBar/TopBarDivider.js.map +0 -1
  2566. package/cjs/components/TopBar/TopBarDropdown.d.ts +0 -29
  2567. package/cjs/components/TopBar/TopBarDropdown.js +0 -82
  2568. package/cjs/components/TopBar/TopBarDropdown.js.map +0 -1
  2569. package/cjs/components/TopBar/TopBarEnd.d.ts +0 -7
  2570. package/cjs/components/TopBar/TopBarEnd.js +0 -12
  2571. package/cjs/components/TopBar/TopBarEnd.js.map +0 -1
  2572. package/cjs/components/TopBar/TopBarItem.d.ts +0 -32
  2573. package/cjs/components/TopBar/TopBarItem.js +0 -70
  2574. package/cjs/components/TopBar/TopBarItem.js.map +0 -1
  2575. package/cjs/components/TopBar/TopBarLogout.d.ts +0 -15
  2576. package/cjs/components/TopBar/TopBarLogout.js +0 -22
  2577. package/cjs/components/TopBar/TopBarLogout.js.map +0 -1
  2578. package/cjs/components/TopBar/TopBarOrganizations.d.ts +0 -30
  2579. package/cjs/components/TopBar/TopBarOrganizations.js +0 -106
  2580. package/cjs/components/TopBar/TopBarOrganizations.js.map +0 -1
  2581. package/cjs/components/TopBar/TopBarStart.d.ts +0 -7
  2582. package/cjs/components/TopBar/TopBarStart.js +0 -12
  2583. package/cjs/components/TopBar/TopBarStart.js.map +0 -1
  2584. package/cjs/components/TopBar/TopBarUser.d.ts +0 -26
  2585. package/cjs/components/TopBar/TopBarUser.js +0 -58
  2586. package/cjs/components/TopBar/TopBarUser.js.map +0 -1
  2587. package/cjs/components/TopBar/index.d.ts +0 -10
  2588. package/cjs/components/TopBar/index.js +0 -10
  2589. package/cjs/components/TopBar/index.js.map +0 -1
  2590. package/cjs/components/TopBar/locale/index.d.ts +0 -4
  2591. package/cjs/components/TopBar/locale/index.js +0 -11
  2592. package/cjs/components/TopBar/locale/index.js.map +0 -1
  2593. package/cjs/components/TopBar/locale/locales/en.d.ts +0 -2
  2594. package/cjs/components/TopBar/locale/locales/en.js +0 -7
  2595. package/cjs/components/TopBar/locale/locales/en.js.map +0 -1
  2596. package/cjs/components/TopBar/locale/locales/ru.d.ts +0 -2
  2597. package/cjs/components/TopBar/locale/locales/ru.js +0 -7
  2598. package/cjs/components/TopBar/locale/locales/ru.js.map +0 -1
  2599. package/cjs/components/TopBar/locale/types.d.ts +0 -6
  2600. package/cjs/components/TopBar/locale/types.js +0 -1
  2601. package/cjs/internal/MaskedInput/mask-char-font/font.eot +0 -0
  2602. package/cjs/internal/MaskedInput/mask-char-font/font.woff +0 -0
  2603. package/cjs/internal/MaskedInput/mask-char-font/font.woff2 +0 -0
  2604. package/cjs/internal/PopupMenu/PopupMenuPositions.d.ts +0 -2
  2605. package/cjs/internal/PopupMenu/PopupMenuPositions.js +0 -15
  2606. package/cjs/internal/PopupMenu/PopupMenuPositions.js.map +0 -1
  2607. package/cjs/internal/SpinnerOld/SpinnerOld.d.ts +0 -47
  2608. package/cjs/internal/SpinnerOld/SpinnerOld.js +0 -124
  2609. package/cjs/internal/SpinnerOld/SpinnerOld.js.map +0 -1
  2610. package/cjs/internal/SpinnerOld/SpinnerOld.styles.d.ts +0 -15
  2611. package/cjs/internal/SpinnerOld/SpinnerOld.styles.js +0 -107
  2612. package/cjs/internal/SpinnerOld/SpinnerOld.styles.js.map +0 -1
  2613. package/cjs/internal/SpinnerOld/SpinnerOldFallback.d.ts +0 -30
  2614. package/cjs/internal/SpinnerOld/SpinnerOldFallback.js +0 -121
  2615. package/cjs/internal/SpinnerOld/SpinnerOldFallback.js.map +0 -1
  2616. package/cjs/internal/SpinnerOld/fallback_circle.png +0 -0
  2617. package/cjs/internal/SpinnerOld/fallback_circle_dimmed.png +0 -0
  2618. package/cjs/internal/SpinnerOld/fallback_cloud_big.png +0 -0
  2619. package/cjs/internal/SpinnerOld/fallback_cloud_normal.png +0 -0
  2620. package/cjs/internal/SpinnerOld/index.d.ts +0 -1
  2621. package/cjs/internal/SpinnerOld/index.js +0 -1
  2622. package/cjs/internal/SpinnerOld/index.js.map +0 -1
  2623. package/cjs/internal/SpinnerOld/locale/index.d.ts +0 -4
  2624. package/cjs/internal/SpinnerOld/locale/index.js +0 -11
  2625. package/cjs/internal/SpinnerOld/locale/index.js.map +0 -1
  2626. package/cjs/internal/SpinnerOld/locale/locales/en.d.ts +0 -2
  2627. package/cjs/internal/SpinnerOld/locale/locales/en.js +0 -4
  2628. package/cjs/internal/SpinnerOld/locale/locales/en.js.map +0 -1
  2629. package/cjs/internal/SpinnerOld/locale/locales/ru.d.ts +0 -2
  2630. package/cjs/internal/SpinnerOld/locale/locales/ru.js +0 -4
  2631. package/cjs/internal/SpinnerOld/locale/locales/ru.js.map +0 -1
  2632. package/cjs/internal/SpinnerOld/locale/types.d.ts +0 -4
  2633. package/cjs/internal/SpinnerOld/locale/types.js +0 -1
  2634. package/cjs/internal/icons/20px/Kontur-Iconic-eco-20px.eot +0 -0
  2635. package/cjs/internal/icons/20px/Kontur-Iconic-eco-20px.woff +0 -0
  2636. package/cjs/internal/icons/20px/Kontur-Iconic-eco-20px.woff2 +0 -0
  2637. package/cjs/internal/icons/SpinnerOldIcon.d.ts +0 -11
  2638. package/cjs/internal/icons/SpinnerOldIcon.js +0 -51
  2639. package/cjs/internal/icons/SpinnerOldIcon.js.map +0 -1
  2640. package/cjs/internal/themes/FlatTheme.d.ts +0 -178
  2641. package/cjs/internal/themes/FlatTheme.js +0 -326
  2642. package/cjs/internal/themes/FlatTheme.js.map +0 -1
  2643. package/cjs/internal/themes/Theme8px.d.ts +0 -196
  2644. package/cjs/internal/themes/Theme8px.js +0 -466
  2645. package/cjs/internal/themes/Theme8px.js.map +0 -1
  2646. package/cjs/lib/MockDate.d.ts +0 -8
  2647. package/cjs/lib/MockDate.js +0 -15
  2648. package/cjs/lib/MockDate.js.map +0 -1
  2649. package/cjs/lib/dom/getFocusableElements.d.ts +0 -41
  2650. package/cjs/lib/dom/getFocusableElements.js +0 -88
  2651. package/cjs/lib/dom/getFocusableElements.js.map +0 -1
  2652. package/cjs/lib/polyfillPlaceholder.d.ts +0 -1
  2653. package/cjs/lib/polyfillPlaceholder.js +0 -15
  2654. package/cjs/lib/polyfillPlaceholder.js.map +0 -1
  2655. package/cjs/lib/theming/themes/DefaultTheme8px.d.ts +0 -1
  2656. package/cjs/lib/theming/themes/DefaultTheme8px.js +0 -4
  2657. package/cjs/lib/theming/themes/DefaultTheme8px.js.map +0 -1
  2658. package/cjs/lib/theming/themes/FlatTheme.d.ts +0 -1
  2659. package/cjs/lib/theming/themes/FlatTheme.js +0 -4
  2660. package/cjs/lib/theming/themes/FlatTheme.js.map +0 -1
  2661. package/cjs/lib/theming/themes/FlatTheme8px.d.ts +0 -1
  2662. package/cjs/lib/theming/themes/FlatTheme8px.js +0 -5
  2663. package/cjs/lib/theming/themes/FlatTheme8px.js.map +0 -1
  2664. package/components/Button/Corners/Corners.js +0 -6
  2665. package/components/Button/Corners/Corners.js.map +0 -1
  2666. package/components/Button/Corners/package.json +0 -6
  2667. package/components/Button/Corners.d.ts +0 -6
  2668. package/components/Fias/Fias/Fias.js +0 -341
  2669. package/components/Fias/Fias/Fias.js.map +0 -1
  2670. package/components/Fias/Fias/package.json +0 -6
  2671. package/components/Fias/Fias.d.ts +0 -130
  2672. package/components/Fias/Fias.md +0 -451
  2673. package/components/Fias/Fias.styles/Fias.styles.js +0 -31
  2674. package/components/Fias/Fias.styles/Fias.styles.js.map +0 -1
  2675. package/components/Fias/Fias.styles/package.json +0 -6
  2676. package/components/Fias/Fias.styles.d.ts +0 -4
  2677. package/components/Fias/FiasModal/FiasModal.js +0 -58
  2678. package/components/Fias/FiasModal/FiasModal.js.map +0 -1
  2679. package/components/Fias/FiasModal/package.json +0 -6
  2680. package/components/Fias/FiasModal.d.ts +0 -15
  2681. package/components/Fias/FiasSearch/FiasSearch/FiasSearch.js +0 -153
  2682. package/components/Fias/FiasSearch/FiasSearch/FiasSearch.js.map +0 -1
  2683. package/components/Fias/FiasSearch/FiasSearch/package.json +0 -6
  2684. package/components/Fias/FiasSearch/FiasSearch.d.ts +0 -56
  2685. package/components/Fias/FiasSearch/FiasSearch.md +0 -78
  2686. package/components/Fias/Form/FiasComboBox/FiasComboBox.js +0 -167
  2687. package/components/Fias/Form/FiasComboBox/FiasComboBox.js.map +0 -1
  2688. package/components/Fias/Form/FiasComboBox/package.json +0 -6
  2689. package/components/Fias/Form/FiasComboBox.d.ts +0 -34
  2690. package/components/Fias/Form/FiasCountrySelector/FiasCountrySelector.js +0 -130
  2691. package/components/Fias/Form/FiasCountrySelector/FiasCountrySelector.js.map +0 -1
  2692. package/components/Fias/Form/FiasCountrySelector/package.json +0 -6
  2693. package/components/Fias/Form/FiasCountrySelector.d.ts +0 -19
  2694. package/components/Fias/Form/FiasForm/FiasForm.js +0 -584
  2695. package/components/Fias/Form/FiasForm/FiasForm.js.map +0 -1
  2696. package/components/Fias/Form/FiasForm/package.json +0 -6
  2697. package/components/Fias/Form/FiasForm.d.ts +0 -70
  2698. package/components/Fias/Form/FiasForm.styles/FiasForm.styles.js +0 -45
  2699. package/components/Fias/Form/FiasForm.styles/FiasForm.styles.js.map +0 -1
  2700. package/components/Fias/Form/FiasForm.styles/package.json +0 -6
  2701. package/components/Fias/Form/FiasForm.styles.d.ts +0 -5
  2702. package/components/Fias/api/FiasAPI/FiasAPI.js +0 -303
  2703. package/components/Fias/api/FiasAPI/FiasAPI.js.map +0 -1
  2704. package/components/Fias/api/FiasAPI/package.json +0 -6
  2705. package/components/Fias/api/FiasAPI.d.ts +0 -26
  2706. package/components/Fias/api/FiasAPIResultFactory/FiasAPIResultFactory.js +0 -19
  2707. package/components/Fias/api/FiasAPIResultFactory/FiasAPIResultFactory.js.map +0 -1
  2708. package/components/Fias/api/FiasAPIResultFactory/package.json +0 -6
  2709. package/components/Fias/api/FiasAPIResultFactory.d.ts +0 -5
  2710. package/components/Fias/api/FiasMockAPI/FiasMockAPI.js +0 -113
  2711. package/components/Fias/api/FiasMockAPI/FiasMockAPI.js.map +0 -1
  2712. package/components/Fias/api/FiasMockAPI/package.json +0 -6
  2713. package/components/Fias/api/FiasMockAPI.d.ts +0 -8
  2714. package/components/Fias/api/data.json +0 -285
  2715. package/components/Fias/constants/abbreviations/abbreviations.js +0 -154
  2716. package/components/Fias/constants/abbreviations/abbreviations.js.map +0 -1
  2717. package/components/Fias/constants/abbreviations/package.json +0 -6
  2718. package/components/Fias/constants/abbreviations.d.ts +0 -3
  2719. package/components/Fias/index/index.js +0 -5
  2720. package/components/Fias/index/index.js.map +0 -1
  2721. package/components/Fias/index/package.json +0 -6
  2722. package/components/Fias/index.d.ts +0 -5
  2723. package/components/Fias/locale/index/index.js +0 -7
  2724. package/components/Fias/locale/index/index.js.map +0 -1
  2725. package/components/Fias/locale/index/package.json +0 -6
  2726. package/components/Fias/locale/index.d.ts +0 -4
  2727. package/components/Fias/locale/locales/ru/package.json +0 -6
  2728. package/components/Fias/locale/locales/ru/ru.js +0 -56
  2729. package/components/Fias/locale/locales/ru/ru.js.map +0 -1
  2730. package/components/Fias/locale/locales/ru.d.ts +0 -2
  2731. package/components/Fias/locale/package.json +0 -6
  2732. package/components/Fias/locale/types/package.json +0 -6
  2733. package/components/Fias/locale/types/types.js +0 -0
  2734. package/components/Fias/locale/types.d.ts +0 -56
  2735. package/components/Fias/logger/FiasLogger/FiasLogger.js +0 -11
  2736. package/components/Fias/logger/FiasLogger/FiasLogger.js.map +0 -1
  2737. package/components/Fias/logger/FiasLogger/package.json +0 -6
  2738. package/components/Fias/logger/FiasLogger.d.ts +0 -8
  2739. package/components/Fias/models/FiasAddress/FiasAddress.js +0 -739
  2740. package/components/Fias/models/FiasAddress/FiasAddress.js.map +0 -1
  2741. package/components/Fias/models/FiasAddress/package.json +0 -6
  2742. package/components/Fias/models/FiasAddress.d.ts +0 -96
  2743. package/components/Fias/models/FiasAddressElement/FiasAddressElement.js +0 -221
  2744. package/components/Fias/models/FiasAddressElement/FiasAddressElement.js.map +0 -1
  2745. package/components/Fias/models/FiasAddressElement/package.json +0 -6
  2746. package/components/Fias/models/FiasAddressElement.d.ts +0 -18
  2747. package/components/Fias/models/FiasData/FiasData.js +0 -99
  2748. package/components/Fias/models/FiasData/FiasData.js.map +0 -1
  2749. package/components/Fias/models/FiasData/package.json +0 -6
  2750. package/components/Fias/models/FiasData.d.ts +0 -20
  2751. package/components/Fias/package.json +0 -6
  2752. package/components/Fias/types/package.json +0 -6
  2753. package/components/Fias/types/types.js +0 -53
  2754. package/components/Fias/types/types.js.map +0 -1
  2755. package/components/Fias/types.d.ts +0 -142
  2756. package/components/LocaleProvider/LocaleProvider/LocaleProvider.js +0 -60
  2757. package/components/LocaleProvider/LocaleProvider/LocaleProvider.js.map +0 -1
  2758. package/components/LocaleProvider/LocaleProvider/package.json +0 -6
  2759. package/components/LocaleProvider/LocaleProvider.d.ts +0 -24
  2760. package/components/LocaleProvider/index/index.js +0 -1
  2761. package/components/LocaleProvider/index/index.js.map +0 -1
  2762. package/components/LocaleProvider/index/package.json +0 -6
  2763. package/components/LocaleProvider/index.d.ts +0 -1
  2764. package/components/LocaleProvider/package.json +0 -6
  2765. package/components/Logotype/Logotype/Logotype.js +0 -169
  2766. package/components/Logotype/Logotype/Logotype.js.map +0 -1
  2767. package/components/Logotype/Logotype/package.json +0 -6
  2768. package/components/Logotype/Logotype.d.ts +0 -82
  2769. package/components/Logotype/Logotype.md +0 -33
  2770. package/components/Logotype/Logotype.styles/Logotype.styles.js +0 -110
  2771. package/components/Logotype/Logotype.styles/Logotype.styles.js.map +0 -1
  2772. package/components/Logotype/Logotype.styles/package.json +0 -6
  2773. package/components/Logotype/Logotype.styles.d.ts +0 -10
  2774. package/components/Logotype/ProductWidget/ProductWidget.js +0 -19
  2775. package/components/Logotype/ProductWidget/ProductWidget.js.map +0 -1
  2776. package/components/Logotype/ProductWidget/package.json +0 -6
  2777. package/components/Logotype/ProductWidget.d.ts +0 -3
  2778. package/components/Logotype/index/index.js +0 -1
  2779. package/components/Logotype/index/index.js.map +0 -1
  2780. package/components/Logotype/index/package.json +0 -6
  2781. package/components/Logotype/index.d.ts +0 -1
  2782. package/components/Logotype/locale/index/index.js +0 -8
  2783. package/components/Logotype/locale/index/index.js.map +0 -1
  2784. package/components/Logotype/locale/index/package.json +0 -6
  2785. package/components/Logotype/locale/index.d.ts +0 -4
  2786. package/components/Logotype/locale/locales/en/en.js +0 -4
  2787. package/components/Logotype/locale/locales/en/en.js.map +0 -1
  2788. package/components/Logotype/locale/locales/en/package.json +0 -6
  2789. package/components/Logotype/locale/locales/en.d.ts +0 -2
  2790. package/components/Logotype/locale/locales/ru/package.json +0 -6
  2791. package/components/Logotype/locale/locales/ru/ru.js +0 -4
  2792. package/components/Logotype/locale/locales/ru/ru.js.map +0 -1
  2793. package/components/Logotype/locale/locales/ru.d.ts +0 -2
  2794. package/components/Logotype/locale/package.json +0 -6
  2795. package/components/Logotype/locale/types/package.json +0 -6
  2796. package/components/Logotype/locale/types/types.js +0 -0
  2797. package/components/Logotype/locale/types.d.ts +0 -4
  2798. package/components/Logotype/package.json +0 -6
  2799. package/components/Modal/helpers/helpers.js +0 -10
  2800. package/components/Modal/helpers/helpers.js.map +0 -1
  2801. package/components/Modal/helpers/package.json +0 -6
  2802. package/components/Modal/helpers.d.ts +0 -6
  2803. package/components/Spinner/SpinnerFallback/SpinnerFallback.js +0 -108
  2804. package/components/Spinner/SpinnerFallback/SpinnerFallback.js.map +0 -1
  2805. package/components/Spinner/SpinnerFallback/package.json +0 -6
  2806. package/components/Spinner/SpinnerFallback.d.ts +0 -29
  2807. package/components/Spinner/fallback_circle.png +0 -0
  2808. package/components/Spinner/fallback_circle_big.png +0 -0
  2809. package/components/Spinner/fallback_circle_dimmed.png +0 -0
  2810. package/components/Spinner/fallback_circle_mini.png +0 -0
  2811. package/components/Spinner/fallback_circle_normal.png +0 -0
  2812. package/components/Spinner/fallback_cloud_big.png +0 -0
  2813. package/components/Spinner/fallback_cloud_normal.png +0 -0
  2814. package/components/ThemeConsumer/ThemeConsumer/ThemeConsumer.js +0 -25
  2815. package/components/ThemeConsumer/ThemeConsumer/ThemeConsumer.js.map +0 -1
  2816. package/components/ThemeConsumer/ThemeConsumer/package.json +0 -6
  2817. package/components/ThemeConsumer/ThemeConsumer.d.ts +0 -10
  2818. package/components/ThemeConsumer/index/index.js +0 -1
  2819. package/components/ThemeConsumer/index/index.js.map +0 -1
  2820. package/components/ThemeConsumer/index/package.json +0 -6
  2821. package/components/ThemeConsumer/index.d.ts +0 -1
  2822. package/components/ThemeConsumer/package.json +0 -6
  2823. package/components/ThemeProvider/ThemeProvider/ThemeProvider.js +0 -51
  2824. package/components/ThemeProvider/ThemeProvider/ThemeProvider.js.map +0 -1
  2825. package/components/ThemeProvider/ThemeProvider/package.json +0 -6
  2826. package/components/ThemeProvider/ThemeProvider.d.ts +0 -16
  2827. package/components/ThemeProvider/index/index.js +0 -1
  2828. package/components/ThemeProvider/index/index.js.map +0 -1
  2829. package/components/ThemeProvider/index/package.json +0 -6
  2830. package/components/ThemeProvider/index.d.ts +0 -1
  2831. package/components/ThemeProvider/package.json +0 -6
  2832. package/components/TopBar/TopBar/TopBar.js +0 -208
  2833. package/components/TopBar/TopBar/TopBar.js.map +0 -1
  2834. package/components/TopBar/TopBar/package.json +0 -6
  2835. package/components/TopBar/TopBar.d.ts +0 -113
  2836. package/components/TopBar/TopBar.md +0 -111
  2837. package/components/TopBar/TopBar.styles/TopBar.styles.js +0 -292
  2838. package/components/TopBar/TopBar.styles/TopBar.styles.js.map +0 -1
  2839. package/components/TopBar/TopBar.styles/package.json +0 -6
  2840. package/components/TopBar/TopBar.styles.d.ts +0 -24
  2841. package/components/TopBar/TopBarButtonItem/TopBarButtonItem.js +0 -42
  2842. package/components/TopBar/TopBarButtonItem/TopBarButtonItem.js.map +0 -1
  2843. package/components/TopBar/TopBarButtonItem/package.json +0 -6
  2844. package/components/TopBar/TopBarButtonItem.d.ts +0 -25
  2845. package/components/TopBar/TopBarDivider/TopBarDivider.js +0 -18
  2846. package/components/TopBar/TopBarDivider/TopBarDivider.js.map +0 -1
  2847. package/components/TopBar/TopBarDivider/package.json +0 -6
  2848. package/components/TopBar/TopBarDivider.d.ts +0 -11
  2849. package/components/TopBar/TopBarDropdown/TopBarDropdown.js +0 -84
  2850. package/components/TopBar/TopBarDropdown/TopBarDropdown.js.map +0 -1
  2851. package/components/TopBar/TopBarDropdown/package.json +0 -6
  2852. package/components/TopBar/TopBarDropdown.d.ts +0 -29
  2853. package/components/TopBar/TopBarEnd/TopBarEnd.js +0 -15
  2854. package/components/TopBar/TopBarEnd/TopBarEnd.js.map +0 -1
  2855. package/components/TopBar/TopBarEnd/package.json +0 -6
  2856. package/components/TopBar/TopBarEnd.d.ts +0 -7
  2857. package/components/TopBar/TopBarItem/TopBarItem.js +0 -76
  2858. package/components/TopBar/TopBarItem/TopBarItem.js.map +0 -1
  2859. package/components/TopBar/TopBarItem/package.json +0 -6
  2860. package/components/TopBar/TopBarItem.d.ts +0 -32
  2861. package/components/TopBar/TopBarLogout/TopBarLogout.js +0 -39
  2862. package/components/TopBar/TopBarLogout/TopBarLogout.js.map +0 -1
  2863. package/components/TopBar/TopBarLogout/package.json +0 -6
  2864. package/components/TopBar/TopBarLogout.d.ts +0 -15
  2865. package/components/TopBar/TopBarOrganizations/TopBarOrganizations.js +0 -113
  2866. package/components/TopBar/TopBarOrganizations/TopBarOrganizations.js.map +0 -1
  2867. package/components/TopBar/TopBarOrganizations/package.json +0 -6
  2868. package/components/TopBar/TopBarOrganizations.d.ts +0 -30
  2869. package/components/TopBar/TopBarStart/TopBarStart.js +0 -15
  2870. package/components/TopBar/TopBarStart/TopBarStart.js.map +0 -1
  2871. package/components/TopBar/TopBarStart/package.json +0 -6
  2872. package/components/TopBar/TopBarStart.d.ts +0 -7
  2873. package/components/TopBar/TopBarUser/TopBarUser.js +0 -72
  2874. package/components/TopBar/TopBarUser/TopBarUser.js.map +0 -1
  2875. package/components/TopBar/TopBarUser/package.json +0 -6
  2876. package/components/TopBar/TopBarUser.d.ts +0 -26
  2877. package/components/TopBar/index/index.js +0 -10
  2878. package/components/TopBar/index/index.js.map +0 -1
  2879. package/components/TopBar/index/package.json +0 -6
  2880. package/components/TopBar/index.d.ts +0 -10
  2881. package/components/TopBar/locale/index/index.js +0 -8
  2882. package/components/TopBar/locale/index/index.js.map +0 -1
  2883. package/components/TopBar/locale/index/package.json +0 -6
  2884. package/components/TopBar/locale/index.d.ts +0 -4
  2885. package/components/TopBar/locale/locales/en/en.js +0 -6
  2886. package/components/TopBar/locale/locales/en/en.js.map +0 -1
  2887. package/components/TopBar/locale/locales/en/package.json +0 -6
  2888. package/components/TopBar/locale/locales/en.d.ts +0 -2
  2889. package/components/TopBar/locale/locales/ru/package.json +0 -6
  2890. package/components/TopBar/locale/locales/ru/ru.js +0 -6
  2891. package/components/TopBar/locale/locales/ru/ru.js.map +0 -1
  2892. package/components/TopBar/locale/locales/ru.d.ts +0 -2
  2893. package/components/TopBar/locale/package.json +0 -6
  2894. package/components/TopBar/locale/types/package.json +0 -6
  2895. package/components/TopBar/locale/types/types.js +0 -0
  2896. package/components/TopBar/locale/types/types.js.map +0 -1
  2897. package/components/TopBar/locale/types.d.ts +0 -6
  2898. package/components/TopBar/package.json +0 -6
  2899. package/internal/MaskedInput/mask-char-font/font.eot +0 -0
  2900. package/internal/MaskedInput/mask-char-font/font.woff +0 -0
  2901. package/internal/MaskedInput/mask-char-font/font.woff2 +0 -0
  2902. package/internal/PopupMenu/PopupMenuPositions/PopupMenuPositions.js +0 -1
  2903. package/internal/PopupMenu/PopupMenuPositions/PopupMenuPositions.js.map +0 -1
  2904. package/internal/PopupMenu/PopupMenuPositions/package.json +0 -6
  2905. package/internal/PopupMenu/PopupMenuPositions.d.ts +0 -2
  2906. package/internal/SpinnerOld/SpinnerOld/SpinnerOld.js +0 -111
  2907. package/internal/SpinnerOld/SpinnerOld/SpinnerOld.js.map +0 -1
  2908. package/internal/SpinnerOld/SpinnerOld/package.json +0 -6
  2909. package/internal/SpinnerOld/SpinnerOld.d.ts +0 -47
  2910. package/internal/SpinnerOld/SpinnerOld.styles/SpinnerOld.styles.js +0 -176
  2911. package/internal/SpinnerOld/SpinnerOld.styles/SpinnerOld.styles.js.map +0 -1
  2912. package/internal/SpinnerOld/SpinnerOld.styles/package.json +0 -6
  2913. package/internal/SpinnerOld/SpinnerOld.styles.d.ts +0 -15
  2914. package/internal/SpinnerOld/SpinnerOldFallback/SpinnerOldFallback.js +0 -127
  2915. package/internal/SpinnerOld/SpinnerOldFallback/SpinnerOldFallback.js.map +0 -1
  2916. package/internal/SpinnerOld/SpinnerOldFallback/package.json +0 -6
  2917. package/internal/SpinnerOld/SpinnerOldFallback.d.ts +0 -30
  2918. package/internal/SpinnerOld/fallback_circle.png +0 -0
  2919. package/internal/SpinnerOld/fallback_circle_dimmed.png +0 -0
  2920. package/internal/SpinnerOld/fallback_cloud_big.png +0 -0
  2921. package/internal/SpinnerOld/fallback_cloud_normal.png +0 -0
  2922. package/internal/SpinnerOld/index/index.js +0 -1
  2923. package/internal/SpinnerOld/index/index.js.map +0 -1
  2924. package/internal/SpinnerOld/index/package.json +0 -6
  2925. package/internal/SpinnerOld/index.d.ts +0 -1
  2926. package/internal/SpinnerOld/locale/index/index.js +0 -8
  2927. package/internal/SpinnerOld/locale/index/index.js.map +0 -1
  2928. package/internal/SpinnerOld/locale/index/package.json +0 -6
  2929. package/internal/SpinnerOld/locale/index.d.ts +0 -4
  2930. package/internal/SpinnerOld/locale/locales/en/en.js +0 -3
  2931. package/internal/SpinnerOld/locale/locales/en/en.js.map +0 -1
  2932. package/internal/SpinnerOld/locale/locales/en/package.json +0 -6
  2933. package/internal/SpinnerOld/locale/locales/en.d.ts +0 -2
  2934. package/internal/SpinnerOld/locale/locales/ru/package.json +0 -6
  2935. package/internal/SpinnerOld/locale/locales/ru/ru.js +0 -3
  2936. package/internal/SpinnerOld/locale/locales/ru/ru.js.map +0 -1
  2937. package/internal/SpinnerOld/locale/locales/ru.d.ts +0 -2
  2938. package/internal/SpinnerOld/locale/package.json +0 -6
  2939. package/internal/SpinnerOld/locale/types/package.json +0 -6
  2940. package/internal/SpinnerOld/locale/types/types.js +0 -0
  2941. package/internal/SpinnerOld/locale/types/types.js.map +0 -1
  2942. package/internal/SpinnerOld/locale/types.d.ts +0 -4
  2943. package/internal/SpinnerOld/package.json +0 -6
  2944. package/internal/icons/20px/Kontur-Iconic-eco-20px.eot +0 -0
  2945. package/internal/icons/20px/Kontur-Iconic-eco-20px.woff +0 -0
  2946. package/internal/icons/20px/Kontur-Iconic-eco-20px.woff2 +0 -0
  2947. package/internal/icons/SpinnerOldIcon/SpinnerOldIcon.js +0 -46
  2948. package/internal/icons/SpinnerOldIcon/SpinnerOldIcon.js.map +0 -1
  2949. package/internal/icons/SpinnerOldIcon/package.json +0 -6
  2950. package/internal/icons/SpinnerOldIcon.d.ts +0 -11
  2951. package/internal/themes/FlatTheme/FlatTheme.js +0 -457
  2952. package/internal/themes/FlatTheme/FlatTheme.js.map +0 -1
  2953. package/internal/themes/FlatTheme/package.json +0 -6
  2954. package/internal/themes/FlatTheme.d.ts +0 -178
  2955. package/internal/themes/Theme8px/Theme8px.js +0 -669
  2956. package/internal/themes/Theme8px/Theme8px.js.map +0 -1
  2957. package/internal/themes/Theme8px/package.json +0 -6
  2958. package/internal/themes/Theme8px.d.ts +0 -196
  2959. package/lib/MockDate/MockDate.js +0 -28
  2960. package/lib/MockDate/MockDate.js.map +0 -1
  2961. package/lib/MockDate/package.json +0 -6
  2962. package/lib/MockDate.d.ts +0 -8
  2963. package/lib/dom/getFocusableElements/getFocusableElements.js +0 -103
  2964. package/lib/dom/getFocusableElements/getFocusableElements.js.map +0 -1
  2965. package/lib/dom/getFocusableElements/package.json +0 -6
  2966. package/lib/dom/getFocusableElements.d.ts +0 -41
  2967. package/lib/polyfillPlaceholder/package.json +0 -6
  2968. package/lib/polyfillPlaceholder/polyfillPlaceholder.js +0 -11
  2969. package/lib/polyfillPlaceholder/polyfillPlaceholder.js.map +0 -1
  2970. package/lib/polyfillPlaceholder.d.ts +0 -1
  2971. package/lib/theming/themes/DefaultTheme8px/DefaultTheme8px.js +0 -3
  2972. package/lib/theming/themes/DefaultTheme8px/DefaultTheme8px.js.map +0 -1
  2973. package/lib/theming/themes/DefaultTheme8px/package.json +0 -6
  2974. package/lib/theming/themes/DefaultTheme8px.d.ts +0 -1
  2975. package/lib/theming/themes/FlatTheme/FlatTheme.js +0 -3
  2976. package/lib/theming/themes/FlatTheme/FlatTheme.js.map +0 -1
  2977. package/lib/theming/themes/FlatTheme/package.json +0 -6
  2978. package/lib/theming/themes/FlatTheme.d.ts +0 -1
  2979. package/lib/theming/themes/FlatTheme8px/FlatTheme8px.js +0 -4
  2980. package/lib/theming/themes/FlatTheme8px/FlatTheme8px.js.map +0 -1
  2981. package/lib/theming/themes/FlatTheme8px/package.json +0 -6
  2982. package/lib/theming/themes/FlatTheme8px.d.ts +0 -1
package/CHANGELOG.md CHANGED
@@ -1,1786 +1,2735 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [2.4.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.3.2...@skbkontur/react-ui@2.4.0) (2020-07-17)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **ThemeEditor:** restore scroll to variable by link click ([0454ae6](https://github.com/skbkontur/retail-ui/commit/0454ae6d2b92cd61935fc2ded857b79aef86e9bc))
12
- * **ThemeFactory:** don't ignore computed properties in factory methods ([9eb6cd8](https://github.com/skbkontur/retail-ui/commit/9eb6cd844a38ed182d35dde58bb443abcb1ffd23))
13
- * **ThemePlayground:** fix ThemeEditor's styles ([0ab8225](https://github.com/skbkontur/retail-ui/commit/0ab82253bfa26f65a4998a51cbf0742a1d0f90a5))
14
-
15
-
16
- ### Features
17
-
18
- * **react-ui:** add 8px theme ([652f193](https://github.com/skbkontur/retail-ui/commit/652f193c244fcf6bc82afe324c46ccec1f63bff1))
19
- * **ThemePlayground:** add 8px toggle ([7cd6681](https://github.com/skbkontur/retail-ui/commit/7cd668178b5a65bd5564e86254bf8c4f5faf8839))
20
-
21
-
22
-
23
-
24
-
25
- ## [2.3.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.3.1...@skbkontur/react-ui@2.3.2) (2020-07-08)
26
-
27
-
28
- ### Bug Fixes
29
-
30
- * **Button:** fix styles order ([d372600](https://github.com/skbkontur/retail-ui/commit/d3726009a420143222e562eb9a035835b46ce38c)), closes [#2061](https://github.com/skbkontur/retail-ui/issues/2061) [#1952](https://github.com/skbkontur/retail-ui/issues/1952)
31
- * **InputLikeText:** add class for icon on right side ([6235e21](https://github.com/skbkontur/retail-ui/commit/6235e21a504c09799c601d35b64465df02374f05)), closes [#2025](https://github.com/skbkontur/retail-ui/issues/2025)
32
-
33
-
34
-
35
-
36
-
37
- ## [2.3.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.3.0...@skbkontur/react-ui@2.3.1) (2020-06-09)
38
-
39
-
40
- ### Bug Fixes
41
-
42
- * **FxInput:** add prop `disabled` to button `restore` ([f4b3723](https://github.com/skbkontur/retail-ui/commit/f4b372386b1d7fa9a9ae761e6d20d3ad0d097386)), closes [#2050](https://github.com/skbkontur/retail-ui/issues/2050)
43
- * **Gapped:** fix left margin for single child ([7bf690a](https://github.com/skbkontur/retail-ui/commit/7bf690afabfff99095e2b1d183c9744e886d7917))
44
- * **react-ui:** use NODE_ENV=test for animations disabling ([d1fda47](https://github.com/skbkontur/retail-ui/commit/d1fda4755e3b38248aa51d9e06a4a068c13b770e))
45
-
46
-
47
-
48
-
49
-
50
- # [2.3.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.2.0...@skbkontur/react-ui@2.3.0) (2020-05-27)
51
-
52
-
53
- ### Bug Fixes
54
-
55
- * **[combobox]:** fix DebounsedSearch bug and several bugs in test wrap ([507c189](https://github.com/skbkontur/retail-ui/commit/507c189c91a3ecdbfcf965fc41ee6a712c81bd51)), closes [#2031](https://github.com/skbkontur/retail-ui/issues/2031)
56
- * **Checkbox:** change variable theme `chbCheckedActiveBg` ([7fd2464](https://github.com/skbkontur/retail-ui/commit/7fd2464d4f63bc2ef0bea7561146ab7907e0255e)), closes [#1935](https://github.com/skbkontur/retail-ui/issues/1935)
57
- * **Input:** recovery of event trigger: onChange, onKeyDown, onKeyPress ([4aebf7a](https://github.com/skbkontur/retail-ui/commit/4aebf7afbbe1995383db739fa4f98fdbcd452462)), closes [#1938](https://github.com/skbkontur/retail-ui/issues/1938)
58
- * **MaskedInput:** add specific property of the IE/EDGE ([271a4c2](https://github.com/skbkontur/retail-ui/commit/271a4c2d330562a63a1753fee93ea8ddde6aa28b)), closes [#1911](https://github.com/skbkontur/retail-ui/issues/1911)
59
- * **react-ui:** fix tree-shaking that isn't working ([9545add](https://github.com/skbkontur/retail-ui/commit/9545add7748119fcb252e45188ebab953c47bf8e))
60
- * **SidePage:** add ignore mousedown on window scrollbar ([0aa3eec](https://github.com/skbkontur/retail-ui/commit/0aa3eec296cd38400870fb9d6503e8bd71c5882c)), closes [#1934](https://github.com/skbkontur/retail-ui/issues/1934)
61
- * **tooltip:** fix active props to RenderLayer ([347004e](https://github.com/skbkontur/retail-ui/commit/347004eb52ef52cd637379062ea8ca6c0cab7849))
62
- * **tooltip:** only hover&focus ([b61fb3b](https://github.com/skbkontur/retail-ui/commit/b61fb3bbadb2dca467ac42d5aef773f1f293a4ff))
63
-
64
-
65
- ### Features
66
-
67
- * **Checkbox:** add variable theme `chbCheckedActiveShadow` ([183d198](https://github.com/skbkontur/retail-ui/commit/183d198bfc4885eb0fbcd7dcda34f6245f22d2f7))
68
- * **Link:** fill rel attr with 'noopener noreferrer' ([8f3b79b](https://github.com/skbkontur/retail-ui/commit/8f3b79b82e3a0c5f63761f7f25b02914735808ac))
69
-
70
-
71
-
72
-
73
-
74
- # [2.2.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.1.1...@skbkontur/react-ui@2.2.0) (2020-04-29)
75
-
76
-
77
- ### Bug Fixes
78
-
79
- * **Input:** add setTimeout for cases with autoFocus ([e90ebbc](https://github.com/skbkontur/retail-ui/commit/e90ebbcf57e33553bb7d05b44a61f76b50c0ef58)), closes [#1995](https://github.com/skbkontur/retail-ui/issues/1995)
80
- * **Select:** add support any types value to filterItem ([d63a4d6](https://github.com/skbkontur/retail-ui/commit/d63a4d61a267a6de9389999cdd5c8cb1d27e8233)), closes [#1996](https://github.com/skbkontur/retail-ui/issues/1996)
81
- * **Select:** re-fix commit with hash "e90ebbc" ([125d11b](https://github.com/skbkontur/retail-ui/commit/125d11b855c6a3fc99eaa9b38b181ac86be62be4)), closes [#1995](https://github.com/skbkontur/retail-ui/issues/1995)
82
- * **Select:** set width to 100% ([b924d00](https://github.com/skbkontur/retail-ui/commit/b924d00aa6d01ffbe528f2223ffa2f4c7128ae3d)), closes [#1994](https://github.com/skbkontur/retail-ui/issues/1994)
83
- * **SidePage:** make sidepage to not overlap the rest of the page ([e180c31](https://github.com/skbkontur/retail-ui/commit/e180c3148048b452e1b3b67f9ed0f4b667334ebb)), closes [#1949](https://github.com/skbkontur/retail-ui/issues/1949)
84
- * **Tooltip:** set default value for `box-sizing`, due to `reset.css` ([5afa08d](https://github.com/skbkontur/retail-ui/commit/5afa08df20a459bde885f26cb4dafb06c296413d)), closes [#2008](https://github.com/skbkontur/retail-ui/issues/2008)
85
- * **TopBar:** fix noShadow prop ([4ba47af](https://github.com/skbkontur/retail-ui/commit/4ba47af14eb2baf05383bf9270ae99a6195e0e4f)), closes [#1997](https://github.com/skbkontur/retail-ui/issues/1997)
86
-
87
-
88
- ### Features
89
-
90
- * **TokenInput:** new parameter 'onAddItem' in 'renderAddButton' prop ([6bcfcc6](https://github.com/skbkontur/retail-ui/commit/6bcfcc6a1a2c32592d361b657b0888402219681e))
91
-
92
-
93
-
94
-
95
-
96
- ## [2.1.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.1.0...@skbkontur/react-ui@2.1.1) (2020-04-14)
97
-
98
-
99
- ### Bug Fixes
100
-
101
- * **Radio:** add styles for `checked:hover` ([1e99755](https://github.com/skbkontur/retail-ui/commit/1e9975532cc8e4edf15da2572c7914b03037d12a)), closes [#1979](https://github.com/skbkontur/retail-ui/issues/1979)
102
- * **Toggle:** add custom boxShadow for toggle ([1922285](https://github.com/skbkontur/retail-ui/commit/1922285bd65cca03b79047f8b09f484ec433bba2))
103
-
104
-
105
-
106
-
107
-
108
- # [2.1.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.0.0...@skbkontur/react-ui@2.1.0) (2020-04-07)
109
-
110
-
111
- ### Bug Fixes
112
-
113
- * **logotype:** paddings, icon with figma ([6a84800](https://github.com/skbkontur/retail-ui/commit/6a848008b7f431b7294786f5e36155be5b433565))
114
- * **textarea:** fix react warning ([647f9f4](https://github.com/skbkontur/retail-ui/commit/647f9f4ca0fa7484d974a4ea7a11a0b49d087bd0))
115
-
116
-
117
- ### Features
118
-
119
- * **Modal:** add 'disableFocusLock' prop ([c046c38](https://github.com/skbkontur/retail-ui/commit/c046c386d1439044ba7ee869e9ce57b203841b90))
120
- * **ThemeFactory:** accept a base theme as a second arg of create method ([b92b20b](https://github.com/skbkontur/retail-ui/commit/b92b20bcac53face9280dd5951e0cb467b34d4a4))
121
- * **TokenInput:** new prop 'renderAddButton' ([06a2010](https://github.com/skbkontur/retail-ui/commit/06a201064db9f929aa8b7ff8e35f291457f328c8))
122
- * **TokenInput:** new prop "onInputValueChange" ([b621c8d](https://github.com/skbkontur/retail-ui/commit/b621c8d8eadbdbb88a7d6fcfd88522fc5ed879a4))
123
- * **TokenInput:** new public api method 'reset' ([14df810](https://github.com/skbkontur/retail-ui/commit/14df810b1b53896c62c18d16dc0a1d1aef94ee2f))
124
-
125
-
126
-
127
-
128
-
129
- # 2.0.0 (2020-03-24)
130
-
131
-
132
- ### Bug Fixes
133
-
134
- * button/checkbox theme styles actualize ([10ddc66](https://github.com/skbkontur/retail-ui/commit/10ddc668e84bc997a0a332dedace75982d5ba9bf))
135
- * **checkbox:** sync styles between defalt and flat themes ([e0dcc7b](https://github.com/skbkontur/retail-ui/commit/e0dcc7bc02c281df74e0b7bf841d66065156ea14))
136
- * **fias:** warning throw exeption ([bb5aa2c](https://github.com/skbkontur/retail-ui/commit/bb5aa2cce8ae33f42fa9fc80b5708b9b5be211df))
137
- * **TopBar:** add typings for topbar dropdown props ([0c4d88c](https://github.com/skbkontur/retail-ui/commit/0c4d88c38742b1c07d758673e98d4cc09066564e)), closes [#1497](https://github.com/skbkontur/retail-ui/issues/1497)
138
-
139
-
140
- ### Code Refactoring
141
-
142
- * **Modal:** rename Header/Footer/Body classes ([c373982](https://github.com/skbkontur/retail-ui/commit/c3739827c93e83b5080fbd177711ab7d0f2e0f6f)), closes [#1883](https://github.com/skbkontur/retail-ui/issues/1883)
143
- * **SidePage:** use latest Context API instead of HOC ([819cdf7](https://github.com/skbkontur/retail-ui/commit/819cdf7d44952f73d59a6a1044bf3cd94d7ca06d)), closes [#1883](https://github.com/skbkontur/retail-ui/issues/1883)
144
- * **Tab:** use latest Context API instead of HOC ([10e6c32](https://github.com/skbkontur/retail-ui/commit/10e6c3213d039bc18251af0b38e20a263b00019b))
145
- * **TopBar:** rename inner classes ([ff974b4](https://github.com/skbkontur/retail-ui/commit/ff974b46879d8f8e27a0e3679699db4863eaecc3)), closes [#1883](https://github.com/skbkontur/retail-ui/issues/1883)
146
-
147
-
148
- ### Features
149
-
150
- * move all theme variables inside js, remove less support ([e219505](https://github.com/skbkontur/retail-ui/commit/e2195058c70424dc7e097cc8d174afbb05a9fd7d))
151
- * **localecontext:** add to export ([ad7bb41](https://github.com/skbkontur/retail-ui/commit/ad7bb41316378fe37af8cc6ad9efe15537804f7a))
152
- * **ThemeContext:** add to export ([bdeb112](https://github.com/skbkontur/retail-ui/commit/bdeb1123e6eb393b56c27c50ddff2f6721d54850))
153
-
154
-
155
- ### Performance Improvements
156
-
157
- * **Button:** memoize css-in-js styles ([a7934d0](https://github.com/skbkontur/retail-ui/commit/a7934d0a00fe68a1d8fea55737669394730f6fe2))
158
- * **calendar:** memoize css-in-js styles ([7865514](https://github.com/skbkontur/retail-ui/commit/7865514f6849088aa4665ff85bfec4825d932147))
159
- * **center:** memoize css-in-js styles ([275593a](https://github.com/skbkontur/retail-ui/commit/275593ab15eaa84b75412163956b45c7203a91ce))
160
- * **checkbox:** memoize css-in-js styles ([d808cd0](https://github.com/skbkontur/retail-ui/commit/d808cd02dae9ba9a46efb01033b203f33b3259c8))
161
- * **customcombobox:** memoize css-in-js styles ([984d565](https://github.com/skbkontur/retail-ui/commit/984d565adb51588f1d8ff0fbd50197a51064f169))
162
- * **DateFragmentsView:** memoize css-in-js styles ([49c8897](https://github.com/skbkontur/retail-ui/commit/49c8897437b79987f2b0c78b8f4ec331d74c7fb9))
163
- * **datepicker:** memoize css-in-js styles ([364d49e](https://github.com/skbkontur/retail-ui/commit/364d49eb8a836423ab1e4df5c69af14deb0c1187))
164
- * **dateselect:** memoize css-in-js styles ([7d4c1ac](https://github.com/skbkontur/retail-ui/commit/7d4c1ac3587568a6ffd5b1e32b55eb7b8db8f4c5))
165
- * **Fias:** memoize css-in-js styles ([02a3d4e](https://github.com/skbkontur/retail-ui/commit/02a3d4e6639fffee9302ef6791e6d3185bd18037))
166
- * **group:** memoize css-in-js styles ([b68f50b](https://github.com/skbkontur/retail-ui/commit/b68f50bdfa427abea6b1860dbcf4753670a02c83))
167
- * **hint:** memoize css-in-js styles ([c3117bb](https://github.com/skbkontur/retail-ui/commit/c3117bb1ec60ee350c28d74a957c37e8cbdafe06))
168
- * **icon16px:** memoize css-in-js styles ([a2e5ae5](https://github.com/skbkontur/retail-ui/commit/a2e5ae5072769c4805cf4b3ced90b9eccd047079))
169
- * **icon20px:** memoize css-in-js styles ([83fa890](https://github.com/skbkontur/retail-ui/commit/83fa8909ada6927bcb4dc26c65d9b9d1fbc1a143))
170
- * **Input:** memoize css-in-js styles ([05c8344](https://github.com/skbkontur/retail-ui/commit/05c8344489f6929b1246c08c498b49304229080a))
171
- * **InputLikeText:** memoize css-in-js styles ([fb5527d](https://github.com/skbkontur/retail-ui/commit/fb5527dacf63545004387d4d8f194cd2efc60485))
172
- * **internalmenu:** memoize css-in-js styles ([5ca5d8f](https://github.com/skbkontur/retail-ui/commit/5ca5d8f5693da7bbfd2f2b53b96eb50e0cdb25f2))
173
- * **kebab:** memoize css-in-js styles ([c95a77a](https://github.com/skbkontur/retail-ui/commit/c95a77a5a1b2ac172d54b9c67e93bb32fb96ed66))
174
- * **link:** memoize css-in-js styles ([e204263](https://github.com/skbkontur/retail-ui/commit/e2042636ac17b988c098a8ca7f0a26fdd99d7506))
175
- * **loader:** memoize css-in-js styles ([0fcab14](https://github.com/skbkontur/retail-ui/commit/0fcab14f19dcfa87aff058e1470efe1c69bc5559))
176
- * **logotype:** memoize css-in-js styles ([16449a1](https://github.com/skbkontur/retail-ui/commit/16449a154cd090ad367caeffb49df23dc50a6b88))
177
- * **MaskedInput:** memoize css-in-js styles ([7cd3695](https://github.com/skbkontur/retail-ui/commit/7cd3695162faa7b5d2ebdf5f7b40c6586aeeaf60))
178
- * **menu:** memoize css-in-js styles ([ad46309](https://github.com/skbkontur/retail-ui/commit/ad46309ccf6e47946be7f087402d289d6c1a1274))
179
- * **menuheader:** memoize css-in-js styles ([eff22b1](https://github.com/skbkontur/retail-ui/commit/eff22b16114d5e030ec258c29a6032f9ba9604bd))
180
- * **menuitem:** memoize css-in-js styles ([02a2275](https://github.com/skbkontur/retail-ui/commit/02a227505fc55b6b16c9429ae70d29b8407d8739))
181
- * **menuseparator:** memoize css-in-js styles ([e9ac810](https://github.com/skbkontur/retail-ui/commit/e9ac8102b814aa3377dec2c011d66f1e2aa43882))
182
- * **modal:** memoize css-in-js styles ([f51e7bf](https://github.com/skbkontur/retail-ui/commit/f51e7bf87d5b66b0c5038b893369beb6b0b7dc41))
183
- * **paging:** memoize css-in-js styles ([56f247c](https://github.com/skbkontur/retail-ui/commit/56f247c5f367f3576f1443b8647516a1af873f37))
184
- * **PasswordInput:** memoize css-in-js styles ([f09a61e](https://github.com/skbkontur/retail-ui/commit/f09a61e0c7e23452425ce7abb89dc698aded8946))
185
- * **popup:** memoize css-in-js styles ([da09c09](https://github.com/skbkontur/retail-ui/commit/da09c098264afe2780b927cd8811a9fba9835703))
186
- * **radio:** memoize css-in-js styles ([ca776fa](https://github.com/skbkontur/retail-ui/commit/ca776fa9bc1a42fd501d87a17a90e21170f0b8d8))
187
- * **radiogroup:** memoize css-in-js styles ([c3dcc1d](https://github.com/skbkontur/retail-ui/commit/c3dcc1dbee94759806636e54bfda31f073862405))
188
- * **resizedetector:** memoize css-in-js styles ([1c72573](https://github.com/skbkontur/retail-ui/commit/1c72573622c541d599a7ce9611dd382d26bed595))
189
- * **scrollcontainer:** memoize css-in-js styles ([3e0e58f](https://github.com/skbkontur/retail-ui/commit/3e0e58f46df6ca42affaadbedda18f94ad80b237))
190
- * **Select:** memoize css-in-js styles ([1424478](https://github.com/skbkontur/retail-ui/commit/142447824bf212d4b44cac09fe5e791ee9d96139))
191
- * **sidepage:** memoize css-in-js styles ([4dd2a2a](https://github.com/skbkontur/retail-ui/commit/4dd2a2a269cb1759ba45b1134f32bbbfc488ef9a))
192
- * **spinner:** memoize css-in-js styles ([edb1835](https://github.com/skbkontur/retail-ui/commit/edb1835821ceb2e8f103484cf705f443e1d7400f))
193
- * **spinnericon:** memoize css-in-js styles ([7802c51](https://github.com/skbkontur/retail-ui/commit/7802c510f212b5eff44aa10ceaddecd5690fea45))
194
- * **sticky:** memoize css-in-js styles ([9882179](https://github.com/skbkontur/retail-ui/commit/988217911bcc3ebe39af440d23549eeed10e5d3b))
195
- * **switcher:** memoize css-in-js styles ([f93bf4c](https://github.com/skbkontur/retail-ui/commit/f93bf4c5674b530237c792a44ba067750626c7db))
196
- * **tabs:** memoize css-in-js styles ([5a7b13a](https://github.com/skbkontur/retail-ui/commit/5a7b13a995122d2d5f203f0baeed026f211b74a8))
197
- * **textarea:** memoize css-in-js styles ([b4dec2b](https://github.com/skbkontur/retail-ui/commit/b4dec2be3a080bcf20592013557b4873361a4f34))
198
- * **themeplayground:** memoize css-in-js styles ([c522503](https://github.com/skbkontur/retail-ui/commit/c52250362fe6a434e9ccbca8e66b22107741a397))
199
- * **themeshowcase:** memoize css-in-js styles ([89bd313](https://github.com/skbkontur/retail-ui/commit/89bd313fe8292d2854d46b1239adbc1325b454ec))
200
- * **toast:** memoize css-in-js styles ([20538cf](https://github.com/skbkontur/retail-ui/commit/20538cf272435401f0965904fc3dca37fc479a7f))
201
- * **toggle:** memoize css-in-js styles ([af43674](https://github.com/skbkontur/retail-ui/commit/af4367448c4f8c62362de50afb4f130324ca7f03))
202
- * **Token:** memoize css-in-js styles ([426a7fb](https://github.com/skbkontur/retail-ui/commit/426a7fb76f0b4fc31ec2c261e84ee32c5fb90608))
203
- * **TokenInput:** memoize css-in-js styles ([26f97b5](https://github.com/skbkontur/retail-ui/commit/26f97b5550224b10755020dada2b4bd84d0bee4d))
204
- * **tooltip:** memoize css-in-js styles ([84d5966](https://github.com/skbkontur/retail-ui/commit/84d59663e910c649bfe4631ba263f0d7d3916404))
205
- * **TopBar:** memoize css-in-js styles ([291e395](https://github.com/skbkontur/retail-ui/commit/291e39515608ab6f76f5970a4551a53b6b8d73dd))
206
-
207
-
208
- ### BREAKING CHANGES
209
-
210
- * **TopBar:** Item/ButtonItem/Devider/Logout/Organizations/User have been renamed with 'TopBar'-prefix, e.g.: TopBarItem, etc.
211
- * **Tab:** use Context API from react@16.6
212
- * **SidePage:** use Context API from react@16.6
213
- * **Modal:** Header/Footer/Body classes and props inside Modal have been renamed, e.g.: Header
214
- -> ModalHeader, HeaderProps -> ModalHeaderProps, etc.
215
-
216
-
217
-
218
-
219
-
220
- # [1.11.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.10.0...retail-ui@1.11.0) (2020-03-24)
221
-
222
-
223
- ### Bug Fixes
224
-
225
- * **DatePicker:** fix autoFocus behavior ([f4bbce5](https://github.com/skbkontur/retail-ui/commit/f4bbce5))
226
-
227
-
228
- ### Features
229
-
230
- * **TokenInput:** new prop 'maxMenuHeight' ([ea1da66](https://github.com/skbkontur/retail-ui/commit/ea1da66))
231
-
232
-
233
-
234
-
235
-
236
- # [1.10.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.9.0...retail-ui@1.10.0) (2020-03-11)
237
-
238
-
239
- ### Bug Fixes
240
-
241
- * **Input:** disable user select mask [#1917](https://github.com/skbkontur/retail-ui/issues/1917) ([ef7038f](https://github.com/skbkontur/retail-ui/commit/ef7038f))
242
- * **SidePage:** make non-blocking SidePage responsive ([#1904](https://github.com/skbkontur/retail-ui/issues/1904)) ([1c6e71a](https://github.com/skbkontur/retail-ui/commit/1c6e71a))
243
- * **TopBar:** add typings for topbar dropdown props ([784ae38](https://github.com/skbkontur/retail-ui/commit/784ae38)), closes [#1497](https://github.com/skbkontur/retail-ui/issues/1497)
244
-
245
-
246
- ### Features
247
-
248
- * **TopBar:** remove header in user dropdown ([5853cb6](https://github.com/skbkontur/retail-ui/commit/5853cb6)), closes [#1726](https://github.com/skbkontur/retail-ui/issues/1726)
249
-
250
-
251
-
252
-
253
-
254
- # [1.9.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.8.1...retail-ui@1.9.0) (2020-02-13)
255
-
256
-
257
- ### Features
258
-
259
- * **CurrencyInput:** new prop 'hideTrailingZeros' ([#1869](https://github.com/skbkontur/retail-ui/issues/1869)) ([1823370](https://github.com/skbkontur/retail-ui/commit/1823370))
260
-
261
-
262
-
263
-
264
-
265
- ## [1.8.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.8.0...retail-ui@1.8.1) (2020-02-06)
266
-
267
-
268
- ### Bug Fixes
269
-
270
- * **Loader:** пофиксил высоту дочерних компонентов по родителю ([25d45e2](https://github.com/skbkontur/retail-ui/commit/25d45e2)), closes [#1855](https://github.com/skbkontur/retail-ui/issues/1855)
271
-
272
-
273
- ### Reverts
274
-
275
- * inline 'stylis-plugin-extra-scope' ([79f0399](https://github.com/skbkontur/retail-ui/commit/79f0399)), closes [#1873](https://github.com/skbkontur/retail-ui/issues/1873)
276
- * test(react-ui): render component with specificityLevel on ([5335325](https://github.com/skbkontur/retail-ui/commit/5335325)), closes [#1874](https://github.com/skbkontur/retail-ui/issues/1874)
277
-
278
-
279
-
280
-
281
-
282
- # [1.8.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.7.0...retail-ui@1.8.0) (2020-01-20)
283
-
284
-
285
- ### Bug Fixes
286
-
287
- * remove jquery downloading ([687ad9d](https://github.com/skbkontur/retail-ui/commit/687ad9d))
288
-
289
-
290
- ### Features
291
-
292
- * **telemetry:** add field for identifying components ([b7fec03](https://github.com/skbkontur/retail-ui/commit/b7fec03)), closes [#1838](https://github.com/skbkontur/retail-ui/issues/1838)
293
- * **Tooltip:** add onOpen prop ([90b89d7](https://github.com/skbkontur/retail-ui/commit/90b89d7)), closes [#1832](https://github.com/skbkontur/retail-ui/issues/1832)
294
-
295
-
296
-
297
-
298
-
299
- # [1.7.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.9...retail-ui@1.7.0) (2019-12-27)
300
-
301
-
302
- ### Bug Fixes
303
-
304
- * **Modal:** don't create stacking context inside Footer ([3b314a8](https://github.com/skbkontur/retail-ui/commit/3b314a8))
305
-
306
-
307
- ### Features
308
-
309
- * **Gapped:** add `wrap` prop, change default prop values ([2ac9e8b](https://github.com/skbkontur/retail-ui/commit/2ac9e8b))
310
-
311
-
312
- ### Reverts
313
-
314
- * **Gapped:** don't cover other elements with horizontal layout ([652983d](https://github.com/skbkontur/retail-ui/commit/652983d))
315
-
316
-
317
-
318
-
319
-
320
- ## [1.6.9](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.8...retail-ui@1.6.9) (2019-12-24)
321
-
322
-
323
- ### Bug Fixes
324
-
325
- * **Checkbox:** adjust baseline if row is high ([52a71b0](https://github.com/skbkontur/retail-ui/commit/52a71b0))
326
- * **ComboBoxOld:** close tooltip on blur ([94a5630](https://github.com/skbkontur/retail-ui/commit/94a5630)), closes [#1669](https://github.com/skbkontur/retail-ui/issues/1669)
327
- * **Gapped:** don't cover other elements with horizontal layout ([e622933](https://github.com/skbkontur/retail-ui/commit/e622933))
328
- * **Modal:** fix issue with cross ([e599455](https://github.com/skbkontur/retail-ui/commit/e599455)), closes [#180](https://github.com/skbkontur/retail-ui/issues/180)
329
-
330
-
331
-
332
-
333
-
334
- ## [1.6.8](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.7...retail-ui@1.6.8) (2019-12-16)
335
-
336
-
337
- ### Bug Fixes
338
-
339
- * **SidePageHeader:** fix maximum update depth ([548b894](https://github.com/skbkontur/retail-ui/commit/548b894))
340
-
341
-
342
-
343
-
344
-
345
- ## [1.6.7](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.6...retail-ui@1.6.7) (2019-12-10)
346
-
347
-
348
- ### Bug Fixes
349
-
350
- * **TokenInput:** fix module import ([440d199](https://github.com/skbkontur/retail-ui/commit/440d199))
351
-
352
-
353
-
354
-
355
-
356
- ## [1.6.6](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.5...retail-ui@1.6.6) (2019-12-02)
357
-
358
-
359
- ### Bug Fixes
360
-
361
- * **Loader:** correctly work with Sticky ([493cd18](https://github.com/skbkontur/retail-ui/commit/493cd18))
362
- * **Modal:** added word-break: break-word to Modal.Header ([#1754](https://github.com/skbkontur/retail-ui/issues/1754)) ([96f5bc5](https://github.com/skbkontur/retail-ui/commit/96f5bc5))
363
- * **Sticky:** correct work with other ZIndex components ([d198ee1](https://github.com/skbkontur/retail-ui/commit/d198ee1)), closes [#1750](https://github.com/skbkontur/retail-ui/issues/1750) [#1764](https://github.com/skbkontur/retail-ui/issues/1764)
364
- * **ZIndex:** don't call remount children components ([5db3a29](https://github.com/skbkontur/retail-ui/commit/5db3a29)), closes [#1761](https://github.com/skbkontur/retail-ui/issues/1761)
365
-
366
-
367
-
368
-
369
-
370
- ## [1.6.5](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.4...retail-ui@1.6.5) (2019-11-26)
371
-
372
-
373
- ### Bug Fixes
374
-
375
- * **Popup:** disable call findDOMNode when location is null ([da7cd1c](https://github.com/skbkontur/retail-ui/commit/da7cd1c))
376
-
377
-
378
-
379
-
380
-
381
- ## [1.6.4](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.3...retail-ui@1.6.4) (2019-11-25)
382
-
383
-
384
- ### Bug Fixes
385
-
386
- * **Loader:** don't apply zIndex context in inactive state ([b170cd2](https://github.com/skbkontur/retail-ui/commit/b170cd2)), closes [#1746](https://github.com/skbkontur/retail-ui/issues/1746)
387
- * **Popup:** don't render portal container on closed state ([bee3a28](https://github.com/skbkontur/retail-ui/commit/bee3a28))
388
-
389
-
390
-
391
-
392
-
393
- ## [1.6.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.2...retail-ui@1.6.3) (2019-11-18)
394
-
395
-
396
- ### Bug Fixes
397
-
398
- * **Loader:** reset z-index only in active state ([8f1d936](https://github.com/skbkontur/retail-ui/commit/8f1d936)), closes [#1716](https://github.com/skbkontur/retail-ui/issues/1716) [#1722](https://github.com/skbkontur/retail-ui/issues/1722)
399
- * **SidePage:** shadow always cover loader content ([eea3782](https://github.com/skbkontur/retail-ui/commit/eea3782)), closes [#1718](https://github.com/skbkontur/retail-ui/issues/1718)
400
- * **Toggle:** checked and focused view ([#1727](https://github.com/skbkontur/retail-ui/issues/1727)) ([945d3cb](https://github.com/skbkontur/retail-ui/commit/945d3cb)), closes [#1682](https://github.com/skbkontur/retail-ui/issues/1682)
401
- * **Tooltip:** added clear timeout to unmount method ([37fb81a](https://github.com/skbkontur/retail-ui/commit/37fb81a))
402
-
403
-
404
-
405
-
406
-
407
- ## [1.6.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.1...retail-ui@1.6.2) (2019-11-06)
408
-
409
-
410
- ### Bug Fixes
411
-
412
- * **Sticky:** move fixed element on horizontal scroll ([85882e3](https://github.com/skbkontur/retail-ui/commit/85882e3)), closes [#1705](https://github.com/skbkontur/retail-ui/issues/1705)
413
- * **Toast:** show above Loader ([5b6ccf7](https://github.com/skbkontur/retail-ui/commit/5b6ccf7)), closes [#1706](https://github.com/skbkontur/retail-ui/issues/1706)
414
-
415
-
416
-
417
-
418
-
419
- ## [1.6.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.0...retail-ui@1.6.1) (2019-10-30)
420
-
421
-
422
- ### Bug Fixes
423
-
424
- * **MonthView:** wrong import colorFunctions ([24eeb1e](https://github.com/skbkontur/retail-ui/commit/24eeb1e))
425
-
426
-
427
-
428
-
429
-
430
- # [1.6.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.5.0...retail-ui@1.6.0) (2019-10-30)
431
-
432
-
433
- ### Bug Fixes
434
-
435
- * **Checkbox:** add calling onBlur in handleBlur ([47791d9](https://github.com/skbkontur/retail-ui/commit/47791d9)), closes [#1565](https://github.com/skbkontur/retail-ui/issues/1565)
436
- * **ColorObject:** fix returning string from hsl color ([3d83c48](https://github.com/skbkontur/retail-ui/commit/3d83c48)), closes [#1695](https://github.com/skbkontur/retail-ui/issues/1695)
437
- * **DatePicker:** fix color border-bottom of month ([89e69cf](https://github.com/skbkontur/retail-ui/commit/89e69cf)), closes [#1605](https://github.com/skbkontur/retail-ui/issues/1605)
438
- * **MenuItem:** call onMouseEnter/Leave in cloned element ([ff397c9](https://github.com/skbkontur/retail-ui/commit/ff397c9))
439
- * **RadioGroup:** pass onBlur into Radio ([20f9dcb](https://github.com/skbkontur/retail-ui/commit/20f9dcb)), closes [#1670](https://github.com/skbkontur/retail-ui/issues/1670)
440
- * **Select:** add missing comment type ([bf89513](https://github.com/skbkontur/retail-ui/commit/bf89513))
441
- * **Select:** fix color placeholder ([5e35c59](https://github.com/skbkontur/retail-ui/commit/5e35c59))
442
- * **Sticky:** infinity render loop in IE ([85180dd](https://github.com/skbkontur/retail-ui/commit/85180dd))
443
- * **Sticky:** maximum update depth exceeded ([75fb581](https://github.com/skbkontur/retail-ui/commit/75fb581)), closes [#1485](https://github.com/skbkontur/retail-ui/issues/1485)
444
- * **Tooltip:** reset position on close ([4d03a22](https://github.com/skbkontur/retail-ui/commit/4d03a22)), closes [#1673](https://github.com/skbkontur/retail-ui/issues/1673)
445
- * **TopBar:** fix noShadow prop ([1af4648](https://github.com/skbkontur/retail-ui/commit/1af4648)), closes [#1672](https://github.com/skbkontur/retail-ui/issues/1672)
446
-
447
-
448
- ### Features
449
-
450
- * **ColorFunctions:** add fade function ([a10dcb9](https://github.com/skbkontur/retail-ui/commit/a10dcb9))
451
- * **DefaultTheme:** add variable 'chbCheckedShadow' ([b2531b3](https://github.com/skbkontur/retail-ui/commit/b2531b3))
452
- * **Emotion:** add 'prefixer' for classes ([6043228](https://github.com/skbkontur/retail-ui/commit/6043228))
453
- * **FlatTheme:** add variables 'chbCheckedShadow' and 'chbBorderRadius' ([e3424e7](https://github.com/skbkontur/retail-ui/commit/e3424e7))
454
- * **FlatTheme:** add vars 'chbShadowHover' and 'chbCheckedHoverShadow' ([62dad9c](https://github.com/skbkontur/retail-ui/commit/62dad9c))
455
- * **FocusTrap:** add component FocusTrap ([1baf0c3](https://github.com/skbkontur/retail-ui/commit/1baf0c3))
456
- * **Theme:** remove calendarMonthTitleBorderBottom ([3dcfb6f](https://github.com/skbkontur/retail-ui/commit/3dcfb6f))
457
- * **ZIndex:** add layers priority ([68ea45b](https://github.com/skbkontur/retail-ui/commit/68ea45b)), closes [#776](https://github.com/skbkontur/retail-ui/issues/776)
458
-
459
-
460
-
461
-
462
-
463
- # [1.5.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.4.0...retail-ui@1.5.0) (2019-10-09)
464
-
465
-
466
- ### Bug Fixes
467
-
468
- * **ComboBox:** add offsetX for DropDownContainer ([6cbea25](https://github.com/skbkontur/retail-ui/commit/6cbea25)), closes [#1005](https://github.com/skbkontur/retail-ui/issues/1005)
469
- * **CurrencyLabel:** fix defaultProps definition ([2794e1a](https://github.com/skbkontur/retail-ui/commit/2794e1a))
470
- * **customization:** change 'blinkColor' ([03fd81f](https://github.com/skbkontur/retail-ui/commit/03fd81f)), closes [#1646](https://github.com/skbkontur/retail-ui/issues/1646)
471
- * **Select:** fix calls prop onKeyDown ([6720eff](https://github.com/skbkontur/retail-ui/commit/6720eff)), closes [#1665](https://github.com/skbkontur/retail-ui/issues/1665)
472
- * **TopBarDropDown:** make 'use' prop required ([fcea8b1](https://github.com/skbkontur/retail-ui/commit/fcea8b1))
473
-
474
-
475
- ### Features
476
-
477
- * **Paging:** deprecate 'strings' prop ([6c84288](https://github.com/skbkontur/retail-ui/commit/6c84288))
478
- * **Paging:** remove 'strings' prop ([58cabb7](https://github.com/skbkontur/retail-ui/commit/58cabb7)), closes [#1232](https://github.com/skbkontur/retail-ui/issues/1232)
479
- * **ThemeContext:** exports ThemeContext ([ef0579b](https://github.com/skbkontur/retail-ui/commit/ef0579b)), closes [#1656](https://github.com/skbkontur/retail-ui/issues/1656)
480
- * **TopBarDropDown:** added "default" "use" option ([74ef3b3](https://github.com/skbkontur/retail-ui/commit/74ef3b3))
481
- * **TopBarDropDown:** added flow types ([f3909be](https://github.com/skbkontur/retail-ui/commit/f3909be))
482
-
483
-
484
-
485
-
486
-
487
- # [1.4.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.3.1...retail-ui@1.4.0) (2019-10-02)
488
-
489
-
490
- ### Bug Fixes
491
-
492
- * **Button:** isButton is undefined when use adapter ([0e41da9](https://github.com/skbkontur/retail-ui/commit/0e41da9))
493
- * **CurrencyInput:** don't throw error if fractionDigits is zero/float ([3c70c20](https://github.com/skbkontur/retail-ui/commit/3c70c20)), closes [#1558](https://github.com/skbkontur/retail-ui/issues/1558)
494
- * **DatePicker:** prepare PR to fork ([832fb7b](https://github.com/skbkontur/retail-ui/commit/832fb7b))
495
- * **DatePicker:** remove console.log ([67951d7](https://github.com/skbkontur/retail-ui/commit/67951d7))
496
- * **DatePicker:** simplify fallback structure for ie ([f9e27ed](https://github.com/skbkontur/retail-ui/commit/f9e27ed))
497
- * **DatePicker:** Баг с кликом на день календаря в Edge [#1557](https://github.com/skbkontur/retail-ui/issues/1557) ([7b24f69](https://github.com/skbkontur/retail-ui/commit/7b24f69))
498
- * **DatePicker:** Привел в порядок типизацию в DateInputFallback [#1557](https://github.com/skbkontur/retail-ui/issues/1557) ([dcebd76](https://github.com/skbkontur/retail-ui/commit/dcebd76))
499
- * **docs:** fix code formatter of the ThemeShowcase ([42b99c2](https://github.com/skbkontur/retail-ui/commit/42b99c2))
500
- * **Fias:** escape regexp spec chars ([cace4b6](https://github.com/skbkontur/retail-ui/commit/cace4b6)), closes [#1636](https://github.com/skbkontur/retail-ui/issues/1636)
501
- * **Radio:** show label as disabled if context.disabled is true ([de64b32](https://github.com/skbkontur/retail-ui/commit/de64b32)), closes [#1275](https://github.com/skbkontur/retail-ui/issues/1275)
502
- * **Toggle:** show tooltip on disabled toggle in ie ([3db9565](https://github.com/skbkontur/retail-ui/commit/3db9565)), closes [#1630](https://github.com/skbkontur/retail-ui/issues/1630)
503
-
504
-
505
- ### Features
506
-
507
- * **Combobox:** add prop onInputKeyDown ([b804b84](https://github.com/skbkontur/retail-ui/commit/b804b84))
508
- * **lib:** add key identification tools ([73479fe](https://github.com/skbkontur/retail-ui/commit/73479fe)), closes [#1429](https://github.com/skbkontur/retail-ui/issues/1429)
509
- * **Select:** add prop onKeyDown ([ba41e73](https://github.com/skbkontur/retail-ui/commit/ba41e73))
510
-
511
-
512
-
513
-
514
-
515
- ## [1.3.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.3.0...retail-ui@1.3.1) (2019-09-24)
516
-
517
-
518
- ### Bug Fixes
519
-
520
- * **Dropdown:** sync type of `width` prop type with proptypes checks ([47a5612](https://github.com/skbkontur/retail-ui/commit/47a5612))
521
- * **Input:** avoid bug with transition in IE ([45f45d5](https://github.com/skbkontur/retail-ui/commit/45f45d5)), closes [#1614](https://github.com/skbkontur/retail-ui/issues/1614)
522
- * **Popup:** deterministic open/close animation ([0415fa4](https://github.com/skbkontur/retail-ui/commit/0415fa4)), closes [#1372](https://github.com/skbkontur/retail-ui/issues/1372)
523
- * **RenderContainer:** getRootId changed ([b0ce223](https://github.com/skbkontur/retail-ui/commit/b0ce223))
524
- * **TokenInput:** make height equal to the Input ([92e9d8b](https://github.com/skbkontur/retail-ui/commit/92e9d8b)), closes [#1589](https://github.com/skbkontur/retail-ui/issues/1589)
525
-
526
-
527
-
528
-
529
-
530
- # [1.3.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.2.0...retail-ui@1.3.0) (2019-09-11)
531
-
532
-
533
- ### Bug Fixes
534
-
535
- * **Button:** change disabled bg & shadow for the FlatTheme ([765e9d4](https://github.com/skbkontur/retail-ui/commit/765e9d4))
536
- * **Button:** fix emotion className interpolation warning ([ad5d2a2](https://github.com/skbkontur/retail-ui/commit/ad5d2a2))
537
- * **Checkbox:** prevent styles reset, caused by code-splitting ([2161a4d](https://github.com/skbkontur/retail-ui/commit/2161a4d)), closes [#1556](https://github.com/skbkontur/retail-ui/issues/1556)
538
- * **Select:** prevent arrow color reset, caused by code-splitting ([e7a6dc3](https://github.com/skbkontur/retail-ui/commit/e7a6dc3)), closes [#1568](https://github.com/skbkontur/retail-ui/issues/1568)
539
-
540
-
541
- ### Features
542
-
543
- * **Logotype:** add props size and onArrowClick ([94fc027](https://github.com/skbkontur/retail-ui/commit/94fc027))
544
-
545
-
546
-
547
-
548
-
549
- # [1.2.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.2...retail-ui@1.2.0) (2019-09-03)
550
-
551
-
552
- ### Bug Fixes
553
-
554
- * **Button:** add disabled color to the "link" use ([20c002b](https://github.com/skbkontur/retail-ui/commit/20c002b)), closes [#1563](https://github.com/skbkontur/retail-ui/issues/1563)
555
- * **Button:** fix arrow error/warning outline ([6a18b05](https://github.com/skbkontur/retail-ui/commit/6a18b05)), closes [#1531](https://github.com/skbkontur/retail-ui/issues/1531)
556
- * **ComboBox:** spinner position by baseline ([5f144e8](https://github.com/skbkontur/retail-ui/commit/5f144e8)), closes [#1333](https://github.com/skbkontur/retail-ui/issues/1333)
557
- * **DatePicker:** change year limits for better limit date validations ([1b552f3](https://github.com/skbkontur/retail-ui/commit/1b552f3)), closes [#1573](https://github.com/skbkontur/retail-ui/issues/1573)
558
- * **Icon20px:** prevent from selecting ([763b5b8](https://github.com/skbkontur/retail-ui/commit/763b5b8))
559
- * **react-ui:** support CRA css-modules convention: components ([c1d687a](https://github.com/skbkontur/retail-ui/commit/c1d687a)), closes [#1477](https://github.com/skbkontur/retail-ui/issues/1477)
560
- * **react-ui:** support CRA css-modules convention: variables ([aace330](https://github.com/skbkontur/retail-ui/commit/aace330))
561
- * **Token:** import react as namespace ([8b10014](https://github.com/skbkontur/retail-ui/commit/8b10014)), closes [#1519](https://github.com/skbkontur/retail-ui/issues/1519)
562
-
563
-
564
- ### Features
565
-
566
- * **Fias:** render additional fields in the search results ([37fa2db](https://github.com/skbkontur/retail-ui/commit/37fa2db))
567
- * **Fias:** search streets through not only direct parent ([7729fd7](https://github.com/skbkontur/retail-ui/commit/7729fd7))
568
- * **ScrollContainer:** add scrollBehaviour prop ([ad4c7c9](https://github.com/skbkontur/retail-ui/commit/ad4c7c9))
569
-
570
-
571
-
572
-
573
-
574
- ## [1.1.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.1...retail-ui@1.1.2) (2019-08-07)
575
-
576
-
577
- ### Bug Fixes
578
-
579
- * **ComboBox:** keep focus after Enter key press on the list item ([a9b62dd](https://github.com/skbkontur/retail-ui/commit/a9b62dd)), closes [#1532](https://github.com/skbkontur/retail-ui/issues/1532)
580
- * **Group:** removed vertical-align ([2f8cad6](https://github.com/skbkontur/retail-ui/commit/2f8cad6))
581
-
582
-
583
-
584
-
585
-
586
- ## [1.1.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.0...retail-ui@1.1.1) (2019-07-31)
587
-
588
-
589
- ### Bug Fixes
590
-
591
- * **Button:** changed style 'color' for disabled button to '#a0a0a0' ([521a4e8](https://github.com/skbkontur/retail-ui/commit/521a4e8)), closes [#a0a0a0](https://github.com/skbkontur/retail-ui/issues/a0a0a0) [#1415](https://github.com/skbkontur/retail-ui/issues/1415)
592
- * **customization:** prevent js-styles from overriding by css-resets ([2a9c4ac](https://github.com/skbkontur/retail-ui/commit/2a9c4ac)), closes [#1514](https://github.com/skbkontur/retail-ui/issues/1514)
593
- * **Radio:** decrease types checking time ([f18c74b](https://github.com/skbkontur/retail-ui/commit/f18c74b)), closes [#1518](https://github.com/skbkontur/retail-ui/issues/1518)
594
-
595
-
596
-
597
-
598
-
599
- # [1.1.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.0.1...retail-ui@1.1.0) (2019-07-23)
600
-
601
-
602
- ### Bug Fixes
603
-
604
- * **Button:** change 'background-color' and 'border-color' when hovering ([627b1e6](https://github.com/skbkontur/retail-ui/commit/627b1e6)), closes [#1416](https://github.com/skbkontur/retail-ui/issues/1416)
605
- * **TokenInput:** add input's box-shadow ([6f0789f](https://github.com/skbkontur/retail-ui/commit/6f0789f))
606
- * **TokenInput:** fix flat styles ([0fa0d52](https://github.com/skbkontur/retail-ui/commit/0fa0d52)), closes [#1493](https://github.com/skbkontur/retail-ui/issues/1493)
607
- * **TokenInput:** remove hardcoded dataTid ([9e5151f](https://github.com/skbkontur/retail-ui/commit/9e5151f))
608
-
609
-
610
- ### Features
611
-
612
- * **Switcher:** add prop 'size' ([a5e16ae](https://github.com/skbkontur/retail-ui/commit/a5e16ae)), closes [#1492](https://github.com/skbkontur/retail-ui/issues/1492)
613
-
614
-
615
-
616
-
617
-
618
- ## [1.0.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.0.0...retail-ui@1.0.1) (2019-07-16)
619
-
620
-
621
- ### Bug Fixes
622
-
623
- * **Input:** add calling 'selectAll' via 'raf' ([#1496](https://github.com/skbkontur/retail-ui/issues/1496)) ([37b866d](https://github.com/skbkontur/retail-ui/commit/37b866d)), closes [#1413](https://github.com/skbkontur/retail-ui/issues/1413)
624
- * **Tab:** add error/warning/primary hover borders to vertical tabs ([29f4bc2](https://github.com/skbkontur/retail-ui/commit/29f4bc2))
625
- * **Tab:** remove hover border from disabled tabs ([2f98438](https://github.com/skbkontur/retail-ui/commit/2f98438)), closes [#1504](https://github.com/skbkontur/retail-ui/issues/1504)
626
- * **Textarea:** add blocking Enter after reaching 'maxLength' ([2a862f5](https://github.com/skbkontur/retail-ui/commit/2a862f5))
627
- * **ThemeShowcase:** make it fit enough to squize into styleguidist ([12f184b](https://github.com/skbkontur/retail-ui/commit/12f184b))
628
- * **ThemeShowcase:** source code tooltip contents in production mode ([89c5183](https://github.com/skbkontur/retail-ui/commit/89c5183))
629
-
630
-
631
-
632
-
633
-
634
- # [1.0.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.53.0...retail-ui@1.0.0) (2019-07-02)
635
-
636
-
637
- ### Features
638
-
639
- * Customization ([#1333](https://github.com/skbkontur/retail-ui/issues/1333)) ([15e9e8f](https://github.com/skbkontur/retail-ui/commit/15e9e8f))
640
-
641
-
642
- ### BREAKING CHANGES
643
-
644
- * Upgrades.enableSizeMedium16px is no longer working: redefine fontSizeMedium
645
- variable via ThemeProvider or by calling ThemeFactory.overrideDefaultTheme()
646
-
647
- * refactor(ColorObject): remove require call
648
-
649
- * style(Upgrades): fix lint error
650
-
651
- * chore(storybook): use ThemeProvider instead of overrideDefaultTheme
652
-
653
- * refactor(ThemeFactory): remove ThemesCache
654
-
655
- * refactor(ThemeEditor): clear timeout on unmount
656
-
657
- * refactor(variables.less): prepare for Date* controls convertion
658
-
659
- * feat(DateSelect): customize with css-in-js
660
-
661
- * refactor(DatePickerOld): rename less file to prevent confusion
662
-
663
- * feat(DatePicker): customize with css-in-js
664
-
665
- * refactor(DateInput): properly separate styles between components
666
-
667
- * feat(DateInput): customize with css-in-js
668
-
669
- * feat(Calendar): customize with css-in-js
670
-
671
- * refactor(TokenInput): add -webkit-text-fill-color
672
-
673
- * refactor(styles): remove rt-ie8, rt-ie9
674
-
675
- * refactor(Calendar): rename classnames to cx
676
-
677
- * refactor(variables.less): move mixins into separate file
678
-
679
- * style(CustomComboBox): specify px for padding-bottom
680
-
681
- * style(SidePage): fix variable typo
682
-
683
- * refactor(styles): remove unnecessary imports
684
-
685
- * refactor(FormatSourceCode): rewrite code in more readable way
686
-
687
- * test(ComboBoxView): approve screens with new spinner gray color
688
-
689
- * fix(Button): fix sizeMedium baseline regress
690
-
691
- * test(Button): approve screenshots with 14px medium font-size
692
-
693
- * test(ComboBox): approve darker spinner color while loading items
694
-
695
- * refactor(TokenInput): simplify styles
696
-
697
- * refactor(TokenInput): fix firefox placeholder opacity
698
-
699
- * refactor(DateSelect): make active prevail over selected
700
-
701
- * refactor(DatePicker): fix red color bug
702
-
703
- * refactor(DatePicker): make weekend prevail over today
704
-
705
- * refactor(DateFragmentsView): fix .delimiter.filled combination style
706
-
707
- * style(AnotherInputsPlayground): remove underscores from private methods
708
-
709
- * test(AnotherInputsPlayground): stable date for screenshots
710
-
711
- * test(Customization): approve actual screenshots
712
-
713
- * refactor(customization): separate ThemeProviderPlayground component
714
-
715
- * docs(ThemeProviderPlayground ): add README
716
-
717
- * docs(customization): add core README
718
-
719
- # copied from PR
720
-
721
- * build(styleguide): add customization section to config
722
-
723
- * chore(ThemeProviderPlayground): fix import
724
-
725
- * test(Button): approve 14px font-size for medium size in flat theme
726
-
727
- * refactor(customization): introduce derived font sizes for button/input
728
-
729
- * refactor(Button): use fontSize=16px for size=medium in flat theme
730
-
731
- * test(Button): approve 16px font-size for medium size in flat theme
732
-
733
- * test(Customization): approve 16px font-size in flat theme
734
-
735
- * refactor(DateInput): remove isSizeMedium16pxEnabled() in favor of theme
736
-
737
- * refactor(Upgrades): cleanup deprecated methods
738
-
739
- * docs(customization): fix styleguide's components and sections
740
-
741
- * docs(customization): hack-fix ordered lists
742
-
743
- * docs(customization): remove broken links
744
-
745
- * docs(customization): fix less formatting
746
-
747
- * docs(customization): add some line-breaks
748
-
749
- * docs(customization): emphasize inline <code> the way it's done at github
750
-
751
- * docs(customization): switch 'jsx static' to 'typescript' for some blocks
752
-
753
- * docs(customization): use monospace font for inline <code>
754
-
755
- * chore(Button): fix baseline of flat medium Button
756
-
757
- * docs(customization): fix typo
758
-
759
- * style: format with prettier
760
-
761
- * style: make stylelint ignore *.ts
762
-
763
-
764
-
765
-
766
-
767
- # [0.53.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.52.1...retail-ui@0.53.0) (2019-07-02)
768
-
769
-
770
- ### Bug Fixes
771
-
772
- * **CurrencyInput:** add 15-digit limit and warning about it ([b523ddf](https://github.com/skbkontur/retail-ui/commit/b523ddf))
773
- * **CurrencyLabel:** add warning about 15-digit limit for fractionDigits ([adba185](https://github.com/skbkontur/retail-ui/commit/adba185))
774
- * **DateInputFallback:** remove unnecessary call 'emitChange' ([cf28a56](https://github.com/skbkontur/retail-ui/commit/cf28a56)), closes [#1466](https://github.com/skbkontur/retail-ui/issues/1466)
775
- * **DropdownContainer:** change calculations for positioning up ([0e9460e](https://github.com/skbkontur/retail-ui/commit/0e9460e)), closes [#1471](https://github.com/skbkontur/retail-ui/issues/1471)
776
- * **Modal:** don't close by click on scrollbar ([d69fca6](https://github.com/skbkontur/retail-ui/commit/d69fca6)), closes [#757](https://github.com/skbkontur/retail-ui/issues/757) [#810](https://github.com/skbkontur/retail-ui/issues/810) [#1352](https://github.com/skbkontur/retail-ui/issues/1352) [#1456](https://github.com/skbkontur/retail-ui/issues/1456)
777
-
778
-
779
- ### Features
780
-
781
- * **Fias:** expose FiasSearch ([075bd36](https://github.com/skbkontur/retail-ui/commit/075bd36))
782
-
783
-
784
-
785
-
786
-
787
- ## [0.52.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.52.0...retail-ui@0.52.1) (2019-06-18)
788
-
789
- **Note:** Version bump only for package retail-ui
790
-
791
-
792
-
793
-
794
-
795
- # [0.52.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.51.1...retail-ui@0.52.0) (2019-06-13)
796
-
797
-
798
- ### Bug Fixes
799
-
800
- * **Button:** fix paddings for medium size in flat theme ([3f99560](https://github.com/skbkontur/retail-ui/commit/3f99560)), closes [#1309](https://github.com/skbkontur/retail-ui/issues/1309) [#1451](https://github.com/skbkontur/retail-ui/issues/1451)
801
- * **DropdownMenu:** added missing flow types props ([#1462](https://github.com/skbkontur/retail-ui/issues/1462)) ([eb1bc3e](https://github.com/skbkontur/retail-ui/commit/eb1bc3e))
802
- * **MaskedInput:** add support prop 'defaultValue' ([e8b9436](https://github.com/skbkontur/retail-ui/commit/e8b9436))
803
- * **RenderLayer:** add touchstart handling ([567f80b](https://github.com/skbkontur/retail-ui/commit/567f80b)), closes [#1439](https://github.com/skbkontur/retail-ui/issues/1439)
804
- * **SidePage:** allow pass string to width prop ([#1447](https://github.com/skbkontur/retail-ui/issues/1447)) ([eff4f78](https://github.com/skbkontur/retail-ui/commit/eff4f78))
805
- * **Spinner:** baseline and height are equal to icons ([996c365](https://github.com/skbkontur/retail-ui/commit/996c365))
806
-
807
-
808
- ### Features
809
-
810
- * **DatePicker:** add localization ([10d30d0](https://github.com/skbkontur/retail-ui/commit/10d30d0))
811
- * **DateSelect:** add localization ([00a5ea7](https://github.com/skbkontur/retail-ui/commit/00a5ea7))
812
- * **Fias:** add localization ([cc5a7ef](https://github.com/skbkontur/retail-ui/commit/cc5a7ef))
813
- * **lib:** add lib `MouseDrag` ([9e7d329](https://github.com/skbkontur/retail-ui/commit/9e7d329))
814
- * **lib:** add tools for internationalizing dates ([aac2c0d](https://github.com/skbkontur/retail-ui/commit/aac2c0d))
815
- * **LocaleHelper:** add getting locale with default langCode ([d25d2a3](https://github.com/skbkontur/retail-ui/commit/d25d2a3))
816
- * **Tooltip:** add trigger type hover&focus ([422915e](https://github.com/skbkontur/retail-ui/commit/422915e))
817
-
818
-
819
-
820
-
821
-
822
- ## [0.51.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.51.0...retail-ui@0.51.1) (2019-06-04)
823
-
824
-
825
- ### Bug Fixes
826
-
827
- * **Fias:** prevent the verification api from returning wrong fields ([d77dc2c](https://github.com/skbkontur/retail-ui/commit/d77dc2c)), closes [#1436](https://github.com/skbkontur/retail-ui/issues/1436)
828
-
829
-
830
-
831
-
832
-
833
- # [0.51.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.50.0...retail-ui@0.51.0) (2019-05-28)
834
-
835
-
836
- ### Bug Fixes
837
-
838
- * **DatePicker:** fix icon style ([3e092ef](https://github.com/skbkontur/retail-ui/commit/3e092ef))
839
- * **MenuItem:** fix triggered `MouseEnter` from disabled button ([1c88969](https://github.com/skbkontur/retail-ui/commit/1c88969))
840
- * **Tabs:** replace check on existence `focus` ([87e0443](https://github.com/skbkontur/retail-ui/commit/87e0443))
841
-
842
-
843
- ### Features
844
-
845
- * **CurrencyInput:** add support prop `integerDigits` ([#1404](https://github.com/skbkontur/retail-ui/issues/1404)) ([165e822](https://github.com/skbkontur/retail-ui/commit/165e822)), closes [#685](https://github.com/skbkontur/retail-ui/issues/685)
846
-
847
-
848
-
849
-
850
-
851
- # [0.50.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.49.1...retail-ui@0.50.0) (2019-05-22)
852
-
853
-
854
- ### Bug Fixes
855
-
856
- * **Button:** add dropping `isTabPressed` by mouseDown ([#1400](https://github.com/skbkontur/retail-ui/issues/1400)) ([2d2b870](https://github.com/skbkontur/retail-ui/commit/2d2b870)), closes [#1013](https://github.com/skbkontur/retail-ui/issues/1013)
857
-
858
-
859
- ### Features
860
-
861
- * **Toast:** toast is testable ([#1403](https://github.com/skbkontur/retail-ui/issues/1403)) ([5dcdf32](https://github.com/skbkontur/retail-ui/commit/5dcdf32))
862
-
863
-
864
-
865
-
866
-
867
- ## [0.49.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.49.0...retail-ui@0.49.1) (2019-05-16)
868
-
869
-
870
- ### Bug Fixes
871
-
872
- * **Select:** bind public focus function to component instance ([5909b9e](https://github.com/skbkontur/retail-ui/commit/5909b9e))
873
- * **Toggle:** fix overflow issue in Safari ([#1411](https://github.com/skbkontur/retail-ui/issues/1411)) ([7073cb5](https://github.com/skbkontur/retail-ui/commit/7073cb5))
874
-
875
-
876
-
877
-
878
-
879
- # [0.49.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.48.0...retail-ui@0.49.0) (2019-05-14)
880
-
881
-
882
- ### Bug Fixes
883
-
884
- * **flow:** update props ([c652880](https://github.com/skbkontur/retail-ui/commit/c652880))
885
- * **Paging:** add autofocus for IE11 ([e434d80](https://github.com/skbkontur/retail-ui/commit/e434d80)), closes [#1358](https://github.com/skbkontur/retail-ui/issues/1358)
886
- * **TokenInput:** add mapping `renderValue` before copying to clipboard ([79c76c0](https://github.com/skbkontur/retail-ui/commit/79c76c0)), closes [#1336](https://github.com/skbkontur/retail-ui/issues/1336)
887
-
888
-
889
- ### Features
890
-
891
- * **TokenInput:** add prop `valueToString` ([9e7bf50](https://github.com/skbkontur/retail-ui/commit/9e7bf50))
892
-
893
-
894
-
895
-
896
-
897
- # [0.48.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.47.0...retail-ui@0.48.0) (2019-04-30)
898
-
899
-
900
- ### Bug Fixes
901
-
902
- * **ComboBox:** fix input text with single item behavior ([#1360](https://github.com/skbkontur/retail-ui/issues/1360)) ([c6fa7a5](https://github.com/skbkontur/retail-ui/commit/c6fa7a5)), closes [#992](https://github.com/skbkontur/retail-ui/issues/992)
903
- * **Fias:** search postal Code through all fields ([7433d12](https://github.com/skbkontur/retail-ui/commit/7433d12))
904
- * **Fias:** validate all fields ([8d126f9](https://github.com/skbkontur/retail-ui/commit/8d126f9))
905
- * **flow:** add children to Modal props ([1e7e420](https://github.com/skbkontur/retail-ui/commit/1e7e420))
906
- * **flow:** add missed props ([5538a61](https://github.com/skbkontur/retail-ui/commit/5538a61))
907
- * **Modal:** change modal position according to the guides ([0e7e053](https://github.com/skbkontur/retail-ui/commit/0e7e053)), closes [#1331](https://github.com/skbkontur/retail-ui/issues/1331)
908
- * **Modal:** fix closing on background click ([089bad0](https://github.com/skbkontur/retail-ui/commit/089bad0)), closes [#810](https://github.com/skbkontur/retail-ui/issues/810) [#1352](https://github.com/skbkontur/retail-ui/issues/1352)
909
- * **Popup:** remove hardcoded maxWidth ([721b751](https://github.com/skbkontur/retail-ui/commit/721b751)), closes [#1343](https://github.com/skbkontur/retail-ui/issues/1343)
910
- * **ScrollContainer:** do not access the DOM until it is surely ready ([2b59064](https://github.com/skbkontur/retail-ui/commit/2b59064)), closes [#1371](https://github.com/skbkontur/retail-ui/issues/1371)
911
-
912
-
913
- ### Features
914
-
915
- * **ComboBox:** add prop `renderAddButton` ([#1365](https://github.com/skbkontur/retail-ui/issues/1365)) ([55345e1](https://github.com/skbkontur/retail-ui/commit/55345e1))
916
- * **DropdownMenu:** add positions prop ([7fc607d](https://github.com/skbkontur/retail-ui/commit/7fc607d))
917
- * **MenuItem:** add `link` prop ([d705f19](https://github.com/skbkontur/retail-ui/commit/d705f19))
918
-
919
-
920
-
921
-
922
-
923
- # [0.47.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.2...retail-ui@0.47.0) (2019-04-22)
924
-
925
-
926
- ### Bug Fixes
927
-
928
- * **Button:** add border radius & background styles in flat theme ([59486e3](https://github.com/skbkontur/retail-ui/commit/59486e3))
929
- * **Button:** fix arrow position in flat version for small button ([2ce7b42](https://github.com/skbkontur/retail-ui/commit/2ce7b42))
930
- * **Button:** fix border color at checked + focused state on hover ([bad4f08](https://github.com/skbkontur/retail-ui/commit/bad4f08))
931
- * **Button:** fix border overlap in visually focused state with error/warning ([72d2787](https://github.com/skbkontur/retail-ui/commit/72d2787))
932
- * **Button:** fix stylelint `eol-whitespace` error ([461850f](https://github.com/skbkontur/retail-ui/commit/461850f))
933
- * **Button:** fixed disabled state shadow styles at flat version ([ad5db6f](https://github.com/skbkontur/retail-ui/commit/ad5db6f))
934
- * **Button:** fixed flat styles in IE ([ad3f558](https://github.com/skbkontur/retail-ui/commit/ad3f558))
935
- * **Input:** add background & border color styles in flat theme ([b106eb2](https://github.com/skbkontur/retail-ui/commit/b106eb2))
936
- * **Paging:** changed detecting of pressed key ([f7b5f24](https://github.com/skbkontur/retail-ui/commit/f7b5f24))
937
- * **Radio:** fixed outline padding in flat styles ([0baf333](https://github.com/skbkontur/retail-ui/commit/0baf333))
938
- * **Textarea:** add background & border color styles in flat theme ([003c268](https://github.com/skbkontur/retail-ui/commit/003c268))
939
- * **Toggle:** add white outline to focused box-shadow ([7b7a3c9](https://github.com/skbkontur/retail-ui/commit/7b7a3c9))
940
-
941
-
942
- ### Features
943
-
944
- * **Button:** add arrow styles in flat version ([8e1d268](https://github.com/skbkontur/retail-ui/commit/8e1d268))
945
- * **Button:** add arrows shadow & border styles in flat theme ([1889232](https://github.com/skbkontur/retail-ui/commit/1889232))
946
- * **Button, Checkbox, Radio, Toggle:** add common outline color variable ([58fac79](https://github.com/skbkontur/retail-ui/commit/58fac79))
947
-
948
-
949
-
950
-
951
-
952
- ## [0.46.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.1...retail-ui@0.46.2) (2019-04-17)
953
-
954
-
955
- ### Bug Fixes
956
-
957
- * **Tabs:** context provider render children for reac@15 ([f0df170](https://github.com/skbkontur/retail-ui/commit/f0df170))
958
-
959
-
960
-
961
-
962
-
963
- ## [0.46.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.0...retail-ui@0.46.1) (2019-04-16)
964
-
965
-
966
- ### Bug Fixes
967
-
968
- * **Autocomplete:** restore lost focus in IE ([a232110](https://github.com/skbkontur/retail-ui/commit/a232110)), closes [#1075](https://github.com/skbkontur/retail-ui/issues/1075)
969
- * **ComboBox:** add missing callbacks ([fab3ff6](https://github.com/skbkontur/retail-ui/commit/fab3ff6))
970
- * **ComboBox:** restore lost focus to outer element on clickOutside in IE ([702f60c](https://github.com/skbkontur/retail-ui/commit/702f60c)), closes [#1075](https://github.com/skbkontur/retail-ui/issues/1075)
971
- * **ComboBoxOld:** restore lost focus in IE ([dff471b](https://github.com/skbkontur/retail-ui/commit/dff471b)), closes [#1075](https://github.com/skbkontur/retail-ui/issues/1075)
972
- * **Hint:** render popup even if no text provided ([cf4a473](https://github.com/skbkontur/retail-ui/commit/cf4a473))
973
- * **Tabs:** correct work with FunctionalComponents ([93163db](https://github.com/skbkontur/retail-ui/commit/93163db)), closes [#1337](https://github.com/skbkontur/retail-ui/issues/1337)
974
- * **Tabs:** error findDOMNode on unmounted active tab component ([90142cb](https://github.com/skbkontur/retail-ui/commit/90142cb))
975
- * **TopBarDropdown:** added methods open & close ([9e7ddcc](https://github.com/skbkontur/retail-ui/commit/9e7ddcc))
976
-
977
-
978
-
979
-
980
-
981
- # [0.46.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.45.0...retail-ui@0.46.0) (2019-04-08)
982
-
983
-
984
- ### Bug Fixes
985
-
986
- * **Button:** compare elements reliable way ([0d7843e](https://github.com/skbkontur/retail-ui/commit/0d7843e)), closes [#1267](https://github.com/skbkontur/retail-ui/issues/1267)
987
- * preventDefault inside passive event listener ([055eb48](https://github.com/skbkontur/retail-ui/commit/055eb48)), closes [#1326](https://github.com/skbkontur/retail-ui/issues/1326)
988
- * safe components usage for SSR ([#1312](https://github.com/skbkontur/retail-ui/issues/1312)) ([0c8c91e](https://github.com/skbkontur/retail-ui/commit/0c8c91e))
989
- * **ComboBoxOld:** args types for renderTotalCount and onInputChange ([4ddd480](https://github.com/skbkontur/retail-ui/commit/4ddd480))
990
- * **Fias:** allow to fill stead and house without street ([9c728e5](https://github.com/skbkontur/retail-ui/commit/9c728e5)), closes [#1314](https://github.com/skbkontur/retail-ui/issues/1314)
991
- * **Menu,InternalMenu:** compare elements reliable way ([4c60cb4](https://github.com/skbkontur/retail-ui/commit/4c60cb4)), closes [#1267](https://github.com/skbkontur/retail-ui/issues/1267)
992
- * **Modal:** compare elements reliable way ([fdba164](https://github.com/skbkontur/retail-ui/commit/fdba164)), closes [#1267](https://github.com/skbkontur/retail-ui/issues/1267)
993
-
994
-
995
- ### Features
996
-
997
- * **Fias:** add rooms search ([10843e1](https://github.com/skbkontur/retail-ui/commit/10843e1))
998
-
999
-
1000
-
1001
-
1002
-
1003
- # [0.45.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.3...retail-ui@0.45.0) (2019-04-01)
1004
-
1005
-
1006
- ### Bug Fixes
1007
-
1008
- * **Autocomplete:** handle concurrent requests ([dd07ef4](https://github.com/skbkontur/retail-ui/commit/dd07ef4)), closes [#1299](https://github.com/skbkontur/retail-ui/issues/1299)
1009
- * **Logotype:** async load products widget script ([85312d9](https://github.com/skbkontur/retail-ui/commit/85312d9))
1010
- * **Popup:** children is not required by prop-types ([c976312](https://github.com/skbkontur/retail-ui/commit/c976312)), closes [#1292](https://github.com/skbkontur/retail-ui/issues/1292)
1011
- * **ScrollContainer:** multiple scrollbars on OSX ([#827](https://github.com/skbkontur/retail-ui/issues/827)) ([118b347](https://github.com/skbkontur/retail-ui/commit/118b347))
1012
- * **Tooltip:** deactivate RenderLayer by default ([0818973](https://github.com/skbkontur/retail-ui/commit/0818973)), closes [#1304](https://github.com/skbkontur/retail-ui/issues/1304)
1013
-
1014
-
1015
- ### Features
1016
-
1017
- * **flow:** add typings ([42f8fed](https://github.com/skbkontur/retail-ui/commit/42f8fed))
1018
-
1019
-
1020
- ### Reverts
1021
-
1022
- * **Popup:** fix regress with dynamically changing callbacks ([1b3bd4e](https://github.com/skbkontur/retail-ui/commit/1b3bd4e)), closes [#1297](https://github.com/skbkontur/retail-ui/issues/1297)
1023
- * **RenderLayer): "perf(RenderLayer:** less event subscriptions" ([8e492e8](https://github.com/skbkontur/retail-ui/commit/8e492e8)), closes [#1304](https://github.com/skbkontur/retail-ui/issues/1304)
1024
-
1025
-
1026
-
1027
-
1028
-
1029
- ## [0.44.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.2...retail-ui@0.44.3) (2019-03-27)
1030
-
1031
-
1032
- ### Bug Fixes
1033
-
1034
- * **Input:** don't show placeholder if mask is visible ([1c40f1d](https://github.com/skbkontur/retail-ui/commit/1c40f1d))
1035
- * **Input:** fix placeholder width for masked input ([8696f40](https://github.com/skbkontur/retail-ui/commit/8696f40)), closes [#1272](https://github.com/skbkontur/retail-ui/issues/1272)
1036
-
1037
-
1038
-
1039
-
1040
-
1041
- ## [0.44.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.1...retail-ui@0.44.2) (2019-03-26)
1042
-
1043
-
1044
- ### Bug Fixes
1045
-
1046
- * **ComboBoxOld:** bring typings back ([65d26cd](https://github.com/skbkontur/retail-ui/commit/65d26cd))
1047
- * **hint:** add pin offset ([9c68d44](https://github.com/skbkontur/retail-ui/commit/9c68d44)), closes [#1265](https://github.com/skbkontur/retail-ui/issues/1265)
1048
- * **Input:** fix input outlines in IE ([2594500](https://github.com/skbkontur/retail-ui/commit/2594500)), closes [#1197](https://github.com/skbkontur/retail-ui/issues/1197)
1049
- * **Popup:** call `onOpen` prop in right moment for react@15 ([07d98e7](https://github.com/skbkontur/retail-ui/commit/07d98e7)), closes [#1257](https://github.com/skbkontur/retail-ui/issues/1257)
1050
- * **Tooltip:** correct render invalid react element ([d49b9fd](https://github.com/skbkontur/retail-ui/commit/d49b9fd))
1051
- * **Tooltip:** loosing focus on show/hide content ([83b86f7](https://github.com/skbkontur/retail-ui/commit/83b86f7))
1052
-
1053
-
1054
- ### Performance Improvements
1055
-
1056
- * **Popup:** bind instead of field initializer ([e1bfba1](https://github.com/skbkontur/retail-ui/commit/e1bfba1))
1057
- * **Popup:** do not renderContent if closed ([49b03a6](https://github.com/skbkontur/retail-ui/commit/49b03a6))
1058
- * **Popup:** less event subscriptions ([eb30481](https://github.com/skbkontur/retail-ui/commit/eb30481))
1059
- * **Popup:** remove RenderLayer/onCloseRequest ([1763036](https://github.com/skbkontur/retail-ui/commit/1763036))
1060
- * **RenderContainer:** lazy domContainer ([7a193fe](https://github.com/skbkontur/retail-ui/commit/7a193fe))
1061
- * **RenderLayer:** bind instead of field initializer ([a7a940b](https://github.com/skbkontur/retail-ui/commit/a7a940b))
1062
- * **RenderLayer:** less event subscriptions ([f095eca](https://github.com/skbkontur/retail-ui/commit/f095eca))
1063
- * **Tooltip:** bind instead of field initializer ([e4a1ef5](https://github.com/skbkontur/retail-ui/commit/e4a1ef5))
1064
- * **Tooltip:** skip RenderLayer if unneeded ([9719e45](https://github.com/skbkontur/retail-ui/commit/9719e45))
1065
-
1066
-
1067
-
1068
-
1069
-
1070
- ## [0.44.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.0...retail-ui@0.44.1) (2019-03-19)
1071
-
1072
-
1073
- ### Bug Fixes
1074
-
1075
- * **retail-ui:** fix some imports for `[@skbkontur](https://github.com/skbkontur)/react-ui` ([d4c19a8](https://github.com/skbkontur/retail-ui/commit/d4c19a8))
1076
-
1077
-
1078
-
1079
-
1080
-
1081
- # [0.44.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.43.0...retail-ui@0.44.0) (2019-03-19)
1082
-
1083
-
1084
- ### Bug Fixes
1085
-
1086
- * **ComboBox:** typings issues ([d51d66d](https://github.com/skbkontur/retail-ui/commit/d51d66d))
1087
- * **Group:** fix flexbox width bug in IE ([6b9dd7a](https://github.com/skbkontur/retail-ui/commit/6b9dd7a)), closes [#1199](https://github.com/skbkontur/retail-ui/issues/1199) [#1234](https://github.com/skbkontur/retail-ui/issues/1234)
1088
- * **Group:** pass "corners" prop only for Button ([54b9d13](https://github.com/skbkontur/retail-ui/commit/54b9d13)), closes [#1225](https://github.com/skbkontur/retail-ui/issues/1225)
1089
- * **retail-ui:** add optional for some props and default for generic ([07003a4](https://github.com/skbkontur/retail-ui/commit/07003a4))
1090
- * **SidePage:** change header paddings according to the guides ([722d00f](https://github.com/skbkontur/retail-ui/commit/722d00f))
1091
- * **SidePage:** fix scrollbar overlapping by the footer with wrong width ([f3468b1](https://github.com/skbkontur/retail-ui/commit/f3468b1))
1092
- * **SidePage:** remove empty space from the fixed header ([48a53f9](https://github.com/skbkontur/retail-ui/commit/48a53f9)), closes [#971](https://github.com/skbkontur/retail-ui/issues/971)
1093
-
1094
-
1095
- ### Features
1096
-
1097
- * **ComboBox:** add props `searchOnFocus` and `drawArrow` ([a605c22](https://github.com/skbkontur/retail-ui/commit/a605c22))
1098
-
1099
-
1100
-
1101
-
1102
-
1103
- # [0.43.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.42.0...retail-ui@0.43.0) (2019-03-12)
1104
-
1105
-
1106
- ### Bug Fixes
1107
-
1108
- * **Button:** fix disabled link background ([9c2cdae](https://github.com/skbkontur/retail-ui/commit/9c2cdae)), closes [#1213](https://github.com/skbkontur/retail-ui/issues/1213)
1109
- * **ComboBox:** correct import specific icon, not all ([9f0fcbf](https://github.com/skbkontur/retail-ui/commit/9f0fcbf))
1110
- * **ComboBox:** repair blur when menu is not open ([0861a90](https://github.com/skbkontur/retail-ui/commit/0861a90))
1111
- * **ComboBoxMenu:** unique keys warning ([7ead9fc](https://github.com/skbkontur/retail-ui/commit/7ead9fc))
1112
- * **Modal:** enable adaptive style by default ([284ad95](https://github.com/skbkontur/retail-ui/commit/284ad95)), closes [#1164](https://github.com/skbkontur/retail-ui/issues/1164)
1113
- * **Tooltip:** fix svg icons click in ie11 ([d99676d](https://github.com/skbkontur/retail-ui/commit/d99676d)), closes [#1107](https://github.com/skbkontur/retail-ui/issues/1107)
1114
- * **Tooltip:** handleClickOutside detects content ([c69773b](https://github.com/skbkontur/retail-ui/commit/c69773b)), closes [#1210](https://github.com/skbkontur/retail-ui/issues/1210)
1115
-
1116
-
1117
- ### Features
1118
-
1119
- * **ComboBox:** add localization ([2bc0300](https://github.com/skbkontur/retail-ui/commit/2bc0300))
1120
- * **LocaleContext:** localization controls ([4d5a412](https://github.com/skbkontur/retail-ui/commit/4d5a412))
1121
- * **Logotype:** add localization ([47fa21e](https://github.com/skbkontur/retail-ui/commit/47fa21e))
1122
- * **Paging:** add localization ([ef982db](https://github.com/skbkontur/retail-ui/commit/ef982db))
1123
- * **Select:** add localization ([8a539be](https://github.com/skbkontur/retail-ui/commit/8a539be))
1124
- * **Spinner:** add localization ([265deee](https://github.com/skbkontur/retail-ui/commit/265deee))
1125
- * **TokenInput:** add localization ([49d7742](https://github.com/skbkontur/retail-ui/commit/49d7742))
1126
- * **TopBar:** add `TopBar.Logout` for localization ([18533e9](https://github.com/skbkontur/retail-ui/commit/18533e9))
1127
- * **TopBar:** add localization ([50accaf](https://github.com/skbkontur/retail-ui/commit/50accaf))
1128
-
1129
-
1130
-
1131
-
1132
-
1133
- # [0.42.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.41.1...retail-ui@0.42.0) (2019-03-05)
1134
-
1135
- ### Bug Fixes
1136
-
1137
- - **DatePicker:** fix clear selection on IE11 ([fe61312](https://github.com/skbkontur/retail-ui/commit/fe61312)), closes [#1205](https://github.com/skbkontur/retail-ui/issues/1205)
1138
- - **Fias:** fix textarea import ([2a1dd51](https://github.com/skbkontur/retail-ui/commit/2a1dd51))
1139
- - **retail-ui:** fix placeholders color according to the guides ([f29f9ac](https://github.com/skbkontur/retail-ui/commit/f29f9ac)), closes [#1166](https://github.com/skbkontur/retail-ui/issues/1166)
1140
- - **Tooltip:** reposition changed content ([39b641f](https://github.com/skbkontur/retail-ui/commit/39b641f)), closes [#962](https://github.com/skbkontur/retail-ui/issues/962)
1141
-
1142
- ### Features
1143
-
1144
- - **DropdownMenu:** add header and footer props ([db8a428](https://github.com/skbkontur/retail-ui/commit/db8a428))
1145
- - **ScrollContainer:** add `onScrollStateChange` prop ([18366b7](https://github.com/skbkontur/retail-ui/commit/18366b7))
1146
- - **TooltipMenu:** add header and footer props ([578125d](https://github.com/skbkontur/retail-ui/commit/578125d))
1147
-
1148
- ## [0.41.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.41.0...retail-ui@0.41.1) (2019-02-27)
1149
-
1150
- ### Bug Fixes
1151
-
1152
- - **Popup:** remove ambient types ([72fb736](https://github.com/skbkontur/retail-ui/commit/72fb736))
1153
-
1154
- # [0.41.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.40.1...retail-ui@0.41.0) (2019-02-26)
1155
-
1156
- ### Bug Fixes
1157
-
1158
- - **ComboBox:** fix `focusNextElement` call condition ([da8e007](https://github.com/skbkontur/retail-ui/commit/da8e007))
1159
- - **ComboBox:** fix open if blured ([6a63937](https://github.com/skbkontur/retail-ui/commit/6a63937))
1160
- - **ComboBox:** fixed menu item highlight on focus([#1100](https://github.com/skbkontur/retail-ui/issues/1100)) ([212cf2d](https://github.com/skbkontur/retail-ui/commit/212cf2d))
1161
- - **ComboBox:** use requestStatus and repeatRequest to highlight menu item properly ([c5dfd8f](https://github.com/skbkontur/retail-ui/commit/c5dfd8f))
1162
- - **DateInput:** add handle action `separator` ([c532008](https://github.com/skbkontur/retail-ui/commit/c532008)), closes [#1059](https://github.com/skbkontur/retail-ui/issues/1059)
1163
- - **Hint:** don't render Popup if text is empty ([f4b2e03](https://github.com/skbkontur/retail-ui/commit/f4b2e03))
1164
- - **PasswordInput:** remove not DOM prop `detectCapsLock` ([7d49446](https://github.com/skbkontur/retail-ui/commit/7d49446))
1165
- - **Popup:** closing 'hover' after dropdown selection ([c021e04](https://github.com/skbkontur/retail-ui/commit/c021e04))
1166
- - **Popup:** possible memory leak fix ([bd1bca4](https://github.com/skbkontur/retail-ui/commit/bd1bca4))
1167
- - **retail-ui:** fix input and button baseline (according to the guides) ([085d6af](https://github.com/skbkontur/retail-ui/commit/085d6af))
1168
- - **Token:** fix align text and icon ([#1182](https://github.com/skbkontur/retail-ui/issues/1182)) ([fe49699](https://github.com/skbkontur/retail-ui/commit/fe49699)), closes [#1158](https://github.com/skbkontur/retail-ui/issues/1158)
1169
- - **Tooltip:** don't render Popup without content ([a9fbdb5](https://github.com/skbkontur/retail-ui/commit/a9fbdb5))
1170
-
1171
- ### Features
1172
-
1173
- - **ComboBox:** add `cancelSearch` public method ([dcafb27](https://github.com/skbkontur/retail-ui/commit/dcafb27))
1174
- - **ComboBox:** public blur method ([e3e3a8e](https://github.com/skbkontur/retail-ui/commit/e3e3a8e))
1175
- - **Fias:** support foreign addresses ([2641ca2](https://github.com/skbkontur/retail-ui/commit/2641ca2))
1176
-
1177
- ## [0.40.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.40.0...retail-ui@0.40.1) (2019-02-19)
1178
-
1179
- ### Bug Fixes
1180
-
1181
- - **SidePage:** dynamic resolved types `Body` and `Footer` with context ([4ec286b](https://github.com/skbkontur/retail-ui/commit/4ec286b))
1182
-
1183
- # [0.40.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.39.0...retail-ui@0.40.0) (2019-02-19)
1184
-
1185
- ### Bug Fixes
1186
-
1187
- - **RenderContainer:** unique keys warning ([b2279b3](https://github.com/skbkontur/retail-ui/commit/b2279b3)), closes [#1149](https://github.com/skbkontur/retail-ui/issues/1149)
1188
- - **Tooltip:** fixed closing for `hoverAnchor` ([fd932f2](https://github.com/skbkontur/retail-ui/commit/fd932f2)), closes [#973](https://github.com/skbkontur/retail-ui/issues/973)
1189
-
1190
- ### Features
1191
-
1192
- - **flow:** add typings ([#1160](https://github.com/skbkontur/retail-ui/issues/1160)) ([55d79c9](https://github.com/skbkontur/retail-ui/commit/55d79c9))
1193
- - **PasswordInput:** add support blur event ([#1162](https://github.com/skbkontur/retail-ui/issues/1162)) ([ddd8195](https://github.com/skbkontur/retail-ui/commit/ddd8195)), closes [#889](https://github.com/skbkontur/retail-ui/issues/889)
1194
- - **Popup:** add `ignoreHover` prop ([869f556](https://github.com/skbkontur/retail-ui/commit/869f556))
1195
- - **TokenInput:** add ability to directly render token component ([#1148](https://github.com/skbkontur/retail-ui/issues/1148)) ([6354b2a](https://github.com/skbkontur/retail-ui/commit/6354b2a))
1196
-
1197
- <a name="0.39.0"></a>
1198
-
1199
- # [0.39.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.38.0...retail-ui@0.39.0) (2019-02-12)
1200
-
1201
- ### Bug Fixes
1202
-
1203
- - **DropdownContainer:** fixed initial position ([8eed80e](https://github.com/skbkontur/retail-ui/commit/8eed80e))
1204
- - **Menu:** not call `setState` after unmount ([dfd5152](https://github.com/skbkontur/retail-ui/commit/dfd5152))
1205
-
1206
- ### Features
1207
-
1208
- - **ComboBox:** минимальное время показа лоадера ([279afac](https://github.com/skbkontur/retail-ui/commit/279afac))
1209
- - **Fias:** add fields settings ([31ea3d3](https://github.com/skbkontur/retail-ui/commit/31ea3d3))
1210
- - **Fias:** add postalCode field ([02f1498](https://github.com/skbkontur/retail-ui/commit/02f1498))
1211
- - **Fias:** move fields labels to the locale ([0bae0fd](https://github.com/skbkontur/retail-ui/commit/0bae0fd))
1212
- - **retail-ui:** add more flow typings ([#1137](https://github.com/skbkontur/retail-ui/issues/1137)) ([e72b3eb](https://github.com/skbkontur/retail-ui/commit/e72b3eb))
1213
-
1214
- <a name="0.38.0"></a>
1215
-
1216
- # [0.38.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.37.0...retail-ui@0.38.0) (2019-02-05)
1217
-
1218
- ### Bug Fixes
1219
-
1220
- - **Button:** reset text styles ([0b7eec5](https://github.com/skbkontur/retail-ui/commit/0b7eec5)), closes [#1108](https://github.com/skbkontur/retail-ui/issues/1108)
1221
- - **Button:** text align center with custom width ([2150cc6](https://github.com/skbkontur/retail-ui/commit/2150cc6)), closes [#1121](https://github.com/skbkontur/retail-ui/issues/1121)
1222
- - **Combobox:** fix non-closing menu with disablePortal prop ([c5b5288](https://github.com/skbkontur/retail-ui/commit/c5b5288))
1223
- - **DateInput:** remove unecessary wrapper element ([908941e](https://github.com/skbkontur/retail-ui/commit/908941e)), closes [#1119](https://github.com/skbkontur/retail-ui/issues/1119)
1224
- - **Input:** reset text styles ([b7bd90b](https://github.com/skbkontur/retail-ui/commit/b7bd90b)), closes [#1108](https://github.com/skbkontur/retail-ui/issues/1108)
1225
- - **InputLikeText:** fix overflow inside flex container ([91f5c8a](https://github.com/skbkontur/retail-ui/commit/91f5c8a)), closes [#1116](https://github.com/skbkontur/retail-ui/issues/1116)
1226
- - **Kladr:** recover TypeScript typings ([948212d](https://github.com/skbkontur/retail-ui/commit/948212d)), closes [#1058](https://github.com/skbkontur/retail-ui/issues/1058)
1227
- - **RenderLayer:** disable catch events ([#1127](https://github.com/skbkontur/retail-ui/issues/1127)) ([f0a447c](https://github.com/skbkontur/retail-ui/commit/f0a447c))
1228
- - **Textarea:** define min-height, close [#1072](https://github.com/skbkontur/retail-ui/issues/1072) ([#1082](https://github.com/skbkontur/retail-ui/issues/1082)) ([01cf7d3](https://github.com/skbkontur/retail-ui/commit/01cf7d3))
1229
-
1230
- ### Features
1231
-
1232
- - add flow typings ([9577790](https://github.com/skbkontur/retail-ui/commit/9577790))
1233
- - **Logotype:** add locale prop ([e39c7f7](https://github.com/skbkontur/retail-ui/commit/e39c7f7))
1234
-
1235
- <a name="0.37.0"></a>
1236
-
1237
- # [0.37.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.36.0...retail-ui@0.37.0) (2019-01-30)
1238
-
1239
- ### Bug Fixes
1240
-
1241
- - **Fias:** allow to search for houses in planning structures ([3eeec85](https://github.com/skbkontur/retail-ui/commit/3eeec85)), closes [#1098](https://github.com/skbkontur/retail-ui/issues/1098)
1242
-
1243
- ### Features
1244
-
1245
- - **Input:** поддержка префикса и суффикса ([fe9a1d8](https://github.com/skbkontur/retail-ui/commit/fe9a1d8))
1246
- - **Input:** флекс-верска инпута ([64deabc](https://github.com/skbkontur/retail-ui/commit/64deabc))
1247
- - **InputLikeText:** интерфейс пропсов наследуется от InputProps ([b4b7dce](https://github.com/skbkontur/retail-ui/commit/b4b7dce))
1248
-
1249
- <a name="0.36.0"></a>
1250
-
1251
- # [0.36.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.35.0...retail-ui@0.36.0) (2019-01-21)
1252
-
1253
- ### Bug Fixes
1254
-
1255
- - **Hint:** fix unnecessary re-render ([c9160d4](https://github.com/skbkontur/retail-ui/commit/c9160d4)), closes [#1053](https://github.com/skbkontur/retail-ui/issues/1053)
1256
- - **SidePage:** update layout when the Body has been updated ([4477546](https://github.com/skbkontur/retail-ui/commit/4477546)), closes [#961](https://github.com/skbkontur/retail-ui/issues/961)
1257
- - **TopBar.Item:** при onlyIcon={true} не рендерятся дети, fix [#1019](https://github.com/skbkontur/retail-ui/issues/1019) ([49f52d2](https://github.com/skbkontur/retail-ui/commit/49f52d2))
1258
-
1259
- ### Features
1260
-
1261
- - **Kebab:** add size medium ([9ea2d17](https://github.com/skbkontur/retail-ui/commit/9ea2d17))
1262
- - **Select:** add public focus method ([8f317e1](https://github.com/skbkontur/retail-ui/commit/8f317e1)), closes [#1063](https://github.com/skbkontur/retail-ui/issues/1063)
1263
- - **Select:** компонент принимает пропсы onFocus/onBlur ([2d4ba50](https://github.com/skbkontur/retail-ui/commit/2d4ba50))
1264
- - **SidePage:** add updateLayout method ([7fe9290](https://github.com/skbkontur/retail-ui/commit/7fe9290))
1265
-
1266
- <a name="0.35.0"></a>
1267
-
1268
- # [0.35.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.34.0...retail-ui@0.35.0) (2019-01-14)
1269
-
1270
- ### Bug Fixes
1271
-
1272
- - **Calendar:** set box-sizing ([f3e7432](https://github.com/skbkontur/retail-ui/commit/f3e7432)), closes [#525](https://github.com/skbkontur/retail-ui/issues/525) [#762](https://github.com/skbkontur/retail-ui/issues/762)
1273
- - **ComboBox:** keep focus after click on refresh ([2effb7c](https://github.com/skbkontur/retail-ui/commit/2effb7c)), closes [#1012](https://github.com/skbkontur/retail-ui/issues/1012)
1274
- - **ComboBoxOld:** fix click on disabled arrow ([031281b](https://github.com/skbkontur/retail-ui/commit/031281b))
1275
- - **DropdownContainer:** remove listeners in disablePortal mode too ([51a611f](https://github.com/skbkontur/retail-ui/commit/51a611f)), closes [#1064](https://github.com/skbkontur/retail-ui/issues/1064)
1276
- - **Input:** pass formatChars to ReactInputMask ([747badf](https://github.com/skbkontur/retail-ui/commit/747badf))
1277
- - **Modal:** скрыта нативная рамка фокуса в ff ([f9fecb2](https://github.com/skbkontur/retail-ui/commit/f9fecb2))
1278
- - **Radio:** fix cursor in flat-theme, fix [#990](https://github.com/skbkontur/retail-ui/issues/990) ([0b21a21](https://github.com/skbkontur/retail-ui/commit/0b21a21))
1279
-
1280
- ### Features
1281
-
1282
- - **Icon:** remove component ([cd229d3](https://github.com/skbkontur/retail-ui/commit/cd229d3)), closes [#1037](https://github.com/skbkontur/retail-ui/issues/1037)
1283
- - **retail-ui:** add brand color variables ([072f2f5](https://github.com/skbkontur/retail-ui/commit/072f2f5))
1284
- - **retail-ui:** add TokenInput component ([402c9bc](https://github.com/skbkontur/retail-ui/commit/402c9bc)), closes [#650](https://github.com/skbkontur/retail-ui/issues/650)
1285
-
1286
- ### BREAKING CHANGES
1287
-
1288
- - **Icon:** Component `Icon` has been removed, please use icons from `@skbkontur/react-icons`
1289
-
1290
- <a name="0.34.0"></a>
1291
-
1292
- # [0.34.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.33.0...retail-ui@0.34.0) (2018-12-26)
1293
-
1294
- ### Bug Fixes
1295
-
1296
- - **Autocomplete:** исправлен многократный вызов `source` ([6a73bc5](https://github.com/skbkontur/retail-ui/commit/6a73bc5)), closes [#937](https://github.com/skbkontur/retail-ui/issues/937)
1297
- - **ComboBox:** always close on clickOutside ([1715695](https://github.com/skbkontur/retail-ui/commit/1715695))
1298
- - **ComboBox:** run empty search on input click if closed ([75670b4](https://github.com/skbkontur/retail-ui/commit/75670b4))
1299
- - **CurrencyInput:** починено поведение фокуса ([ce3e1e9](https://github.com/skbkontur/retail-ui/commit/ce3e1e9)), closes [#932](https://github.com/skbkontur/retail-ui/issues/932)
1300
- - **DatePicker:** close if picker became disabled ([2b98084](https://github.com/skbkontur/retail-ui/commit/2b98084))
1301
- - **DatePicker:** do not open on focus if disabled ([03fb67d](https://github.com/skbkontur/retail-ui/commit/03fb67d))
1302
- - **DatePickerOld:** can't blur in ie11 ([f515c56](https://github.com/skbkontur/retail-ui/commit/f515c56)), closes [#1030](https://github.com/skbkontur/retail-ui/issues/1030)
1303
- - **DatePickerOld:** can't blur in safari ([194adca](https://github.com/skbkontur/retail-ui/commit/194adca))
1304
- - **DropdownContainer:** align dropdown in disablePortal mode ([ca8561f](https://github.com/skbkontur/retail-ui/commit/ca8561f)), closes [#590](https://github.com/skbkontur/retail-ui/issues/590)
1305
- - **Fias:** [FiasComboBox] update searchText on value change ([55cb808](https://github.com/skbkontur/retail-ui/commit/55cb808))
1306
- - **Fias:** disallow search through all parents for Street and lower ([09966ec](https://github.com/skbkontur/retail-ui/commit/09966ec))
1307
- - **Fias:** invalidate House if it wasn't chosen from the list ([2389155](https://github.com/skbkontur/retail-ui/commit/2389155)), closes [#905](https://github.com/skbkontur/retail-ui/issues/905)
1308
- - **Fias:** open list on focus after validation (if has items) ([7972960](https://github.com/skbkontur/retail-ui/commit/7972960))
1309
- - **InternalMenu:** focus on menu without scrollTo ([263091d](https://github.com/skbkontur/retail-ui/commit/263091d)), closes [#996](https://github.com/skbkontur/retail-ui/issues/996)
1310
- - **Logotype:** always render dropdown container ([dfc26cb](https://github.com/skbkontur/retail-ui/commit/dfc26cb)), closes [#631](https://github.com/skbkontur/retail-ui/issues/631)
1311
- - **Logotype:** display root as inline element when there is no widget ([b0f316f](https://github.com/skbkontur/retail-ui/commit/b0f316f))
1312
- - **Logotype:** init widget on props update ([109f562](https://github.com/skbkontur/retail-ui/commit/109f562))
1313
- - **Sticky:** infinity update loop in safari ([7c26f85](https://github.com/skbkontur/retail-ui/commit/7c26f85)), closes [#1033](https://github.com/skbkontur/retail-ui/issues/1033)
1314
- - **Textarea:** don't pass placeholder prop if it is polyfilled ([54d16bb](https://github.com/skbkontur/retail-ui/commit/54d16bb)), closes [#955](https://github.com/skbkontur/retail-ui/issues/955)
1315
- - **TopBar:** update User's links to cabinet.kontur.ru ([53d1024](https://github.com/skbkontur/retail-ui/commit/53d1024))
1316
-
1317
- ### Features
1318
-
1319
- - **Fias:** show "select from list" message on validation if has items ([91dd8ba](https://github.com/skbkontur/retail-ui/commit/91dd8ba))
1320
- - **Popup:** add `onOpen` prop ([af52795](https://github.com/skbkontur/retail-ui/commit/af52795))
1321
- - **Spinner:** поддержка ReactNode в caption ([b0ba0cd](https://github.com/skbkontur/retail-ui/commit/b0ba0cd))
1322
- - **Textarea:** шрифт и отсутпы по гайдам ([ca61be6](https://github.com/skbkontur/retail-ui/commit/ca61be6))
1323
-
1324
- <a name="0.33.0"></a>
1325
-
1326
- # [0.33.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.32.1...retail-ui@0.33.0) (2018-12-17)
1327
-
1328
- ### Bug Fixes
1329
-
1330
- - **ComboBox:** always keep textValue in sync with value, if not editing ([f9e6531](https://github.com/skbkontur/retail-ui/commit/f9e6531))
1331
- - **ComboBox:** fix getValueString function ([50accf1](https://github.com/skbkontur/retail-ui/commit/50accf1))
1332
- - **CustomComboBox:** made some props required ([dd1f90a](https://github.com/skbkontur/retail-ui/commit/dd1f90a))
1333
- - **MenuItem:** remove 'white-space: nowrap' property ([b4fb9e7](https://github.com/skbkontur/retail-ui/commit/b4fb9e7)), closes [#590](https://github.com/skbkontur/retail-ui/issues/590) [#959](https://github.com/skbkontur/retail-ui/issues/959)
1334
- - **paging:** починено поведение глобального листенера ([fddcc74](https://github.com/skbkontur/retail-ui/commit/fddcc74)), closes [#998](https://github.com/skbkontur/retail-ui/issues/998) [#976](https://github.com/skbkontur/retail-ui/issues/976)
1335
-
1336
- ### Features
1337
-
1338
- - **ComboBox:** add search method ([bb3fa2e](https://github.com/skbkontur/retail-ui/commit/bb3fa2e)), closes [#991](https://github.com/skbkontur/retail-ui/issues/991)
1339
- - **ComboBox:** allow to open combobox with search ([c3b8965](https://github.com/skbkontur/retail-ui/commit/c3b8965))
1340
-
1341
- <a name="0.32.1"></a>
1342
-
1343
- ## [0.32.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.32.0...retail-ui@0.32.1) (2018-12-11)
1344
-
1345
- ### Bug Fixes
1346
-
1347
- - **DateSelect:** fix varialble name in styles ([542ab98](https://github.com/skbkontur/retail-ui/commit/542ab98)), closes [#975](https://github.com/skbkontur/retail-ui/issues/975)
1348
- - **Input:** fix regression around medium font-size ([a900f6e](https://github.com/skbkontur/retail-ui/commit/a900f6e))
1349
-
1350
- <a name="0.32.0"></a>
1351
-
1352
- # [0.32.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.31.0...retail-ui@0.32.0) (2018-12-10)
1353
-
1354
- ### Bug Fixes
1355
-
1356
- - **ComboBox:** keep focus after item click and focus next after Enter ([50e5ef0](https://github.com/skbkontur/retail-ui/commit/50e5ef0)), closes [#907](https://github.com/skbkontur/retail-ui/issues/907)
1357
- - **Popup:** remove unwanted pin border in IE ([b9f3b90](https://github.com/skbkontur/retail-ui/commit/b9f3b90)), closes [#786](https://github.com/skbkontur/retail-ui/issues/786) [#943](https://github.com/skbkontur/retail-ui/issues/943)
1358
- - **RenderContainer:** correct store ids in data-attribute ([0dc7089](https://github.com/skbkontur/retail-ui/commit/0dc7089))
1359
- - **Tooltip:** reset opened state by trigger prop ([83d0132](https://github.com/skbkontur/retail-ui/commit/83d0132)), closes [#896](https://github.com/skbkontur/retail-ui/issues/896)
1360
-
1361
- ### Features
1362
-
1363
- - **ComboBox:** add open/close methods ([7bbd941](https://github.com/skbkontur/retail-ui/commit/7bbd941)), closes [#957](https://github.com/skbkontur/retail-ui/issues/957)
1364
- - **Input:** blink on unexpected input ([7162ffa](https://github.com/skbkontur/retail-ui/commit/7162ffa))
1365
- - **lib:** add functions for getting focusable elements ([6ff8b71](https://github.com/skbkontur/retail-ui/commit/6ff8b71))
1366
-
1367
- ### Performance Improvements
1368
-
1369
- - **ComboBox:** optimize focusNextElement method ([f8946f4](https://github.com/skbkontur/retail-ui/commit/f8946f4))
1370
-
1371
- <a name="0.31.0"></a>
1372
-
1373
- # [0.31.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.30.0...retail-ui@0.31.0) (2018-12-04)
1374
-
1375
- ### Bug Fixes
1376
-
1377
- - **ComboBox:** don't do search on focus in autocomplete mode ([241195d](https://github.com/skbkontur/retail-ui/commit/241195d)), closes [#601](https://github.com/skbkontur/retail-ui/issues/601)
1378
- - **DatePickerOld:** fix firefox specific bug ([737262d](https://github.com/skbkontur/retail-ui/commit/737262d))
1379
- - **Modal:** generated docs use helper function as component ([ac0f9f3](https://github.com/skbkontur/retail-ui/commit/ac0f9f3))
1380
- - **Popup:** fix render child for react@15 ([b2364a6](https://github.com/skbkontur/retail-ui/commit/b2364a6))
1381
- - **Select:** fix text-overflow color ([4b100bd](https://github.com/skbkontur/retail-ui/commit/4b100bd)), closes [#543](https://github.com/skbkontur/retail-ui/issues/543)
1382
- - **Select:** less offset of arrow-icon ([d2e1183](https://github.com/skbkontur/retail-ui/commit/d2e1183)), closes [#542](https://github.com/skbkontur/retail-ui/issues/542)
1383
-
1384
- ### Features
1385
-
1386
- - **Input:** improve masked input ([#900](https://github.com/skbkontur/retail-ui/issues/900)) ([f03fd28](https://github.com/skbkontur/retail-ui/commit/f03fd28)), closes [#463](https://github.com/skbkontur/retail-ui/issues/463) [#449](https://github.com/skbkontur/retail-ui/issues/449) [#499](https://github.com/skbkontur/retail-ui/issues/499) [#463](https://github.com/skbkontur/retail-ui/issues/463) [#449](https://github.com/skbkontur/retail-ui/issues/449) [#499](https://github.com/skbkontur/retail-ui/issues/499)
1387
- - **Modal:** add alignTop prop ([618b88b](https://github.com/skbkontur/retail-ui/commit/618b88b)), closes [#715](https://github.com/skbkontur/retail-ui/issues/715)
1388
-
1389
- <a name="0.30.0"></a>
1390
-
1391
- # [0.30.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.29.0...retail-ui@0.30.0) (2018-11-20)
1392
-
1393
- ### Bug Fixes
1394
-
1395
- - **ComboBox:** fix blinking test by mocking lodash.debounce ([fef6e3e](https://github.com/skbkontur/retail-ui/commit/fef6e3e))
1396
- - **ComboBox:** prevent searching items after blur ([0a6153d](https://github.com/skbkontur/retail-ui/commit/0a6153d))
1397
- - **ComboBox:** show editing input text on focus instead of value ([6e0e8d4](https://github.com/skbkontur/retail-ui/commit/6e0e8d4))
1398
- - **Menu:** scroll till the container edges while moving through items ([32a6f94](https://github.com/skbkontur/retail-ui/commit/32a6f94)), closes [#860](https://github.com/skbkontur/retail-ui/issues/860)
1399
- - **Tooltip:** add shallow equal on shouldComponentUpdate ([647fd5b](https://github.com/skbkontur/retail-ui/commit/647fd5b)), closes [#899](https://github.com/skbkontur/retail-ui/issues/899)
1400
- - **TopBar:** pass href instead of logoHref prop to Logotype ([04b2d54](https://github.com/skbkontur/retail-ui/commit/04b2d54)), closes [#923](https://github.com/skbkontur/retail-ui/issues/923)
1401
-
1402
- ### Features
1403
-
1404
- - **DatePicker:** поддержка праздничных дней ([#904](https://github.com/skbkontur/retail-ui/issues/904)) ([d1f4213](https://github.com/skbkontur/retail-ui/commit/d1f4213)), closes [#423](https://github.com/skbkontur/retail-ui/issues/423)
1405
- - **Hint:** add `useWrapper` prop ([142f684](https://github.com/skbkontur/retail-ui/commit/142f684))
1406
- - **Modal:** опциональное залипание шапки и футера ([#911](https://github.com/skbkontur/retail-ui/issues/911)) ([1e763cf](https://github.com/skbkontur/retail-ui/commit/1e763cf))
1407
- - **Popup:** allow use react component as anchorElement ([7b0b373](https://github.com/skbkontur/retail-ui/commit/7b0b373))
1408
- - **Tooltip:** add `useWrapper` prop ([71d803a](https://github.com/skbkontur/retail-ui/commit/71d803a)), closes [#721](https://github.com/skbkontur/retail-ui/issues/721)
1409
-
1410
- <a name="0.29.0"></a>
1411
-
1412
- # [0.29.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.28.0...retail-ui@0.29.0) (2018-11-13)
1413
-
1414
- ### Bug Fixes
1415
-
1416
- - **ComboBox:** update textValue even if empty (autocomplete mode) ([#875](https://github.com/skbkontur/retail-ui/issues/875)) ([6981973](https://github.com/skbkontur/retail-ui/commit/6981973))
1417
-
1418
- ### Features
1419
-
1420
- - **Button:** Новые стили для кнопок-стрелок ([#839](https://github.com/skbkontur/retail-ui/issues/839)) ([bcfe9c9](https://github.com/skbkontur/retail-ui/commit/bcfe9c9))
1421
- - **ComboBox:** allow use hover state in renderItem ([eacebc3](https://github.com/skbkontur/retail-ui/commit/eacebc3))
1422
- - **Fias:** новый компонент ФИАС, [#779](https://github.com/skbkontur/retail-ui/issues/779) ([74e7e04](https://github.com/skbkontur/retail-ui/commit/74e7e04))
1423
- - **FxInput:** add public method blur ([b4e167d](https://github.com/skbkontur/retail-ui/commit/b4e167d)), closes [#888](https://github.com/skbkontur/retail-ui/issues/888)
1424
-
1425
- ### BREAKING CHANGES
1426
-
1427
- - **ComboBox:** second argument of renderItem not used and replaced by MenuItemState
1428
-
1429
- <a name="0.28.0"></a>
1430
-
1431
- # [0.28.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.27.0...retail-ui@0.28.0) (2018-11-08)
1432
-
1433
- ### Bug Fixes
1434
-
1435
- - **CurrencyInput:** починено поведение плэйсхолдера ([84d2486](https://github.com/skbkontur/retail-ui/commit/84d2486))
1436
- - **FxInput:** mainInGroup works again ([9bfca93](https://github.com/skbkontur/retail-ui/commit/9bfca93))
1437
- - **HBVS:** only root component can update styles ([e12d32f](https://github.com/skbkontur/retail-ui/commit/e12d32f))
1438
- - **Hint:** remove inline-block style [#829](https://github.com/skbkontur/retail-ui/issues/829) ([c9fbdfb](https://github.com/skbkontur/retail-ui/commit/c9fbdfb))
1439
- - **Popup:** make disableAnimations working again ([c85db13](https://github.com/skbkontur/retail-ui/commit/c85db13))
1440
- - **SidePage:** work with react@15 ([9e811bd](https://github.com/skbkontur/retail-ui/commit/9e811bd))
1441
- - **Textarea:** поправлен интерфейс и пропсов, исправлена пара багов ([715d162](https://github.com/skbkontur/retail-ui/commit/715d162))
1442
- - **Tooltip:** click on svg in tooltip [#877](https://github.com/skbkontur/retail-ui/issues/877) ([3fa07e7](https://github.com/skbkontur/retail-ui/commit/3fa07e7))
1443
-
1444
- ### Features
1445
-
1446
- - **Checkbox:** новое состояние WIP ([b443d5d](https://github.com/skbkontur/retail-ui/commit/b443d5d))
1447
- - **Hint:** add disableAnimations prop ([cd548a6](https://github.com/skbkontur/retail-ui/commit/cd548a6))
1448
- - **Paging:** global keydown listener ([b10df5d](https://github.com/skbkontur/retail-ui/commit/b10df5d))
1449
- - **Paging:** show navigation hints by condition ([232a5c2](https://github.com/skbkontur/retail-ui/commit/232a5c2))
1450
- - **PopupMenu:** add disableAnimation prop in PopupMenu-based components ([6602986](https://github.com/skbkontur/retail-ui/commit/6602986))
1451
-
1452
- <a name="0.27.0"></a>
1453
-
1454
- # [0.27.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.1...retail-ui@0.27.0) (2018-10-29)
1455
-
1456
- ### Bug Fixes
1457
-
1458
- - **Button:** fix flat styles ([5ba5980](https://github.com/skbkontur/retail-ui/commit/5ba5980)), closes [#856](https://github.com/skbkontur/retail-ui/issues/856)
1459
- - **ComboBox:** public refs input/menu/inputLikeText ([f28b418](https://github.com/skbkontur/retail-ui/commit/f28b418))
1460
- - **FxInput:** fix warning from 'mainInGroup' prop ([2ad6e4e](https://github.com/skbkontur/retail-ui/commit/2ad6e4e))
1461
- - **Input:** filter props for HTMLInputElement, fix [#831](https://github.com/skbkontur/retail-ui/issues/831) ([fa94219](https://github.com/skbkontur/retail-ui/commit/fa94219))
1462
- - **Input:** filter props for HTMLInputElement, fix [#831](https://github.com/skbkontur/retail-ui/issues/831) ([b0f04af](https://github.com/skbkontur/retail-ui/commit/b0f04af))
1463
- - **Input:** input icons inside modal header [#861](https://github.com/skbkontur/retail-ui/issues/861) ([b69f0ab](https://github.com/skbkontur/retail-ui/commit/b69f0ab))
1464
- - **Input:** update typings ([34adf0a](https://github.com/skbkontur/retail-ui/commit/34adf0a)), closes [#845](https://github.com/skbkontur/retail-ui/issues/845)
1465
- - **Link:** fix types, fix [#841](https://github.com/skbkontur/retail-ui/issues/841) ([4a1e2b8](https://github.com/skbkontur/retail-ui/commit/4a1e2b8))
1466
- - **Modal:** fix after Sticky hotfix ([b354149](https://github.com/skbkontur/retail-ui/commit/b354149))
1467
- - **Modal:** not adaptive ([96178bd](https://github.com/skbkontur/retail-ui/commit/96178bd)), closes [#847](https://github.com/skbkontur/retail-ui/issues/847)
1468
- - **SidePage:** fix blockBackground=false ([4a78d94](https://github.com/skbkontur/retail-ui/commit/4a78d94))
1469
- - **SidePage:** fix blockBackground=false ([15a1763](https://github.com/skbkontur/retail-ui/commit/15a1763))
1470
- - **Sticky:** вернули старое поведение с бесконечной рекурсией ([c04f3f1](https://github.com/skbkontur/retail-ui/commit/c04f3f1))
1471
- - **Sticky:** вернули старое поведение с бесконечной рекурсией ([7cf7ebc](https://github.com/skbkontur/retail-ui/commit/7cf7ebc))
1472
- - **Sticky:** fix default value of allowChildWithMargins ([3e5856e](https://github.com/skbkontur/retail-ui/commit/3e5856e))
1473
- - **Sticky:** fix default value of allowChildWithMargins ([0ff54c6](https://github.com/skbkontur/retail-ui/commit/0ff54c6))
1474
-
1475
- ### Features
1476
-
1477
- - **CustomComboBox:** добавил ref для InputLikeText ([c5cd653](https://github.com/skbkontur/retail-ui/commit/c5cd653))
1478
- - **Tooltip:** новое значение `trigger` ([391f715](https://github.com/skbkontur/retail-ui/commit/391f715)), closes [#818](https://github.com/skbkontur/retail-ui/issues/818)
1479
-
1480
- <a name="0.26.3"></a>
1481
-
1482
- ## [0.26.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.1...retail-ui@0.26.3) (2018-10-25)
1483
-
1484
- ### Bug Fixes
1485
-
1486
- - **Modal:** Modal.Footer и Modal.Header ипользуют Sticky с `allowChildWithMargins === true` ([8fee4c1](https://github.com/skbkontur/retail-ui/commit/8fee4c1bd5133e5b7419cb8951c08b46605a3985))
1487
-
1488
- <a name="0.26.2"></a>
1489
-
1490
- ## [0.26.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.0...retail-ui@0.26.2) (2018-10-25)
1491
-
1492
- ### Bug Fixes
1493
-
1494
- - **Sticky:** fix default value of allowChildWithMargins ([fffbea0](https://github.com/skbkontur/retail-ui/commit/fffbea0))
1495
- - **Sticky:** вернули старое поведение с бесконечной рекурсией ([ebbbeec](https://github.com/skbkontur/retail-ui/commit/ebbbeec))
1496
-
1497
- <a name="0.26.1"></a>
1498
-
1499
- ## [0.26.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.0...retail-ui@0.26.1) (2018-10-24)
1500
-
1501
- **Note:** Version bump only for package retail-ui
1502
-
1503
- <a name="0.26.0"></a>
1504
-
1505
- # [0.26.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.25.0...retail-ui@0.26.0) (2018-10-23)
1506
-
1507
- ### Bug Fixes
1508
-
1509
- - **Button:** fix subpixel bug in chrome ([a757350](https://github.com/skbkontur/retail-ui/commit/a757350))
1510
- - **FxInput:** fix warning from 'mainInGroup' prop ([d24390c](https://github.com/skbkontur/retail-ui/commit/d24390c))
1511
- - **HBVS:** окончательно отремонтирован ([c8df8a5](https://github.com/skbkontur/retail-ui/commit/c8df8a5))
1512
- - **Modal:** fix modalClickTrap height, close [#810](https://github.com/skbkontur/retail-ui/issues/810) ([01497b5](https://github.com/skbkontur/retail-ui/commit/01497b5))
1513
-
1514
- ### Features
1515
-
1516
- - **combobox:** accept onUnexpectedInput handler return value ([e6c1d37](https://github.com/skbkontur/retail-ui/commit/e6c1d37))
1517
- - **Icon:** use svg icons ([0690828](https://github.com/skbkontur/retail-ui/commit/0690828))
1518
-
1519
- <a name="0.25.0"></a>
1520
-
1521
- # [0.25.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.24.1...retail-ui@0.25.0) (2018-10-15)
1522
-
1523
- ### Bug Fixes
1524
-
1525
- - **ComboBox:** onChange при потере фокуса ([c3353b0](https://github.com/skbkontur/retail-ui/commit/c3353b0)), closes [#680](https://github.com/skbkontur/retail-ui/issues/680)
1526
- - **HBVS:** пересчет размеров окна в каждом didUpdate, Closed [#717](https://github.com/skbkontur/retail-ui/issues/717) ([a162a03](https://github.com/skbkontur/retail-ui/commit/a162a03))
1527
- - **Input:** fix console.log warning in group ([2bd4287](https://github.com/skbkontur/retail-ui/commit/2bd4287))
1528
- - **Input:** повыщенный z-index при фокусе ([cf7f423](https://github.com/skbkontur/retail-ui/commit/cf7f423))
1529
- - **Kebab:** react warning of unitless number ([66c6f21](https://github.com/skbkontur/retail-ui/commit/66c6f21))
1530
- - **Modal:** fix click-handler ([cf84fd9](https://github.com/skbkontur/retail-ui/commit/cf84fd9)), closes [#757](https://github.com/skbkontur/retail-ui/issues/757)
1531
- - **Modal:** focusLock отключен в ie, fix [#784](https://github.com/skbkontur/retail-ui/issues/784) ([839c7fa](https://github.com/skbkontur/retail-ui/commit/839c7fa))
1532
- - **Popup:** change min-width to fix [#799](https://github.com/skbkontur/retail-ui/issues/799) ([4fb60a6](https://github.com/skbkontur/retail-ui/commit/4fb60a6))
1533
- - **ResizeDetector:** удален `removeEventListener` :green_apple: ([ab586f7](https://github.com/skbkontur/retail-ui/commit/ab586f7))
1534
- - **Tabs:** fix setState after unmount in Indicator component ([7444784](https://github.com/skbkontur/retail-ui/commit/7444784)), closes [#735](https://github.com/skbkontur/retail-ui/issues/735)
1535
-
1536
- ### Features
1537
-
1538
- - **Calendar:** больше переменных в стилях ([212bd1f](https://github.com/skbkontur/retail-ui/commit/212bd1f)), closes [#755](https://github.com/skbkontur/retail-ui/issues/755)
1539
- - **Group:** added Group tests and Stories ([a669d7f](https://github.com/skbkontur/retail-ui/commit/a669d7f))
1540
- - **Input:** выделение значения ([1b68c7a](https://github.com/skbkontur/retail-ui/commit/1b68c7a))
1541
- - **Textarea:** выделение значения ([8282b37](https://github.com/skbkontur/retail-ui/commit/8282b37))
1542
-
1543
- <a name="0.24.1"></a>
1544
-
1545
- ## [0.24.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.24.0...retail-ui@0.24.1) (2018-10-10)
1546
-
1547
- ### Bug Fixes
1548
-
1549
- - **ComboBox:** PureComponent заменен на shouldComponentUpdate ([38d34fc](https://github.com/skbkontur/retail-ui/commit/38d34fc))
1550
- - **SidePage:** fix zIndex of footer, fixed [#714](https://github.com/skbkontur/retail-ui/issues/714) ([63a2b5d](https://github.com/skbkontur/retail-ui/commit/63a2b5d))
1551
-
1552
- <a name="0.24.0"></a>
1553
-
1554
- # [0.24.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.3...retail-ui@0.24.0) (2018-10-08)
1555
-
1556
- ### Bug Fixes
1557
-
1558
- - **Button:** fix type link in flat mode ([dc1d505](https://github.com/skbkontur/retail-ui/commit/dc1d505))
1559
- - **ComboBox:** изменение значения после unexpectedInput ([c5379be](https://github.com/skbkontur/retail-ui/commit/c5379be)), closes [#730](https://github.com/skbkontur/retail-ui/issues/730)
1560
- - **Hint:** pin color for ie11 ([7361e20](https://github.com/skbkontur/retail-ui/commit/7361e20))
1561
- - **Input:** fix flat styles ([cbb4e55](https://github.com/skbkontur/retail-ui/commit/cbb4e55)), closes [#731](https://github.com/skbkontur/retail-ui/issues/731)
1562
- - **Tooltip:** allow customize color ([26af1d5](https://github.com/skbkontur/retail-ui/commit/26af1d5))
1563
-
1564
- ### Features
1565
-
1566
- - **ComboBox:** add 'reset' method ([4ff05fa](https://github.com/skbkontur/retail-ui/commit/4ff05fa))
1567
- - onOpen & onClose props for DropDown Menu ([#771](https://github.com/skbkontur/retail-ui/issues/771)) ([9ae4bf0](https://github.com/skbkontur/retail-ui/commit/9ae4bf0)), closes [#769](https://github.com/skbkontur/retail-ui/issues/769) [#733](https://github.com/skbkontur/retail-ui/issues/733)
1568
-
1569
- <a name="0.23.3"></a>
1570
-
1571
- ## [0.23.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.2...retail-ui@0.23.3) (2018-09-27)
1572
-
1573
- **Note:** Version bump only for package retail-ui
1574
-
1575
- <a name="0.23.2"></a>
1576
-
1577
- ## [0.23.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.1...retail-ui@0.23.2) (2018-09-26)
1578
-
1579
- ### Bug Fixes
1580
-
1581
- - **Textarea:** fix % width ([d4dab33](https://github.com/skbkontur/retail-ui/commit/d4dab33))
1582
-
1583
- <a name="0.23.1"></a>
1584
-
1585
- ## [0.23.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.0...retail-ui@0.23.1) (2018-09-24)
1586
-
1587
- ### Bug Fixes
1588
-
1589
- - **Hint:** render method ([585d0b8](https://github.com/skbkontur/retail-ui/commit/585d0b8))
1590
- - **Input:** fix sizes in flat theme :lipstick:, fixed [#732](https://github.com/skbkontur/retail-ui/issues/732) ([2e35605](https://github.com/skbkontur/retail-ui/commit/2e35605))
1591
- - **Textarea:** pass width prop to wrapper, fixed [#724](https://github.com/skbkontur/retail-ui/issues/724) ([52611bd](https://github.com/skbkontur/retail-ui/commit/52611bd))
1592
- - **Tooltip:** fix positioning with inline-block caption, fix [#721](https://github.com/skbkontur/retail-ui/issues/721) ([6ba920e](https://github.com/skbkontur/retail-ui/commit/6ba920e))
1593
-
1594
- <a name="0.23.0"></a>
1595
-
1596
- # [0.23.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.22.0...retail-ui@0.23.0) (2018-09-17)
1597
-
1598
- ### Bug Fixes
1599
-
1600
- - **Button:** removed z-index ([02ce734](https://github.com/skbkontur/retail-ui/commit/02ce734))
1601
- - **ComboBox:** clear textValue ([c66342c](https://github.com/skbkontur/retail-ui/commit/c66342c))
1602
- - **ComboBox:** don't focus if props.value changed with error ([1ce1235](https://github.com/skbkontur/retail-ui/commit/1ce1235))
1603
- - **ComboBox:** test replace `is` to `exists` ([0c6247a](https://github.com/skbkontur/retail-ui/commit/0c6247a))
1604
- - **CurrencyInput:** missing blur method ([60edcdc](https://github.com/skbkontur/retail-ui/commit/60edcdc))
1605
- - **DatePicker:** fixed icon line-height, close [#493](https://github.com/skbkontur/retail-ui/issues/493) ([3c990e0](https://github.com/skbkontur/retail-ui/commit/3c990e0))
1606
- - **HBVS:** восстановление скролла контейнера при unmount ([faebf8f](https://github.com/skbkontur/retail-ui/commit/faebf8f))
1607
- - **Input:** remove `z-index` from styles ([1abcc3e](https://github.com/skbkontur/retail-ui/commit/1abcc3e))
1608
- - **MenuItem:** fix bounds ([34f879f](https://github.com/skbkontur/retail-ui/commit/34f879f)), closes [#662](https://github.com/skbkontur/retail-ui/issues/662)
1609
- - **Modal:** починено позиционирование футера ([aabdca6](https://github.com/skbkontur/retail-ui/commit/aabdca6)), closes [#683](https://github.com/skbkontur/retail-ui/issues/683) [#66](https://github.com/skbkontur/retail-ui/issues/66)
1610
- - **OldComboBox:** use placeholder color from variables ([3ac585b](https://github.com/skbkontur/retail-ui/commit/3ac585b))
1611
- - **retail-ui:** добавил fallback-анимацию для серого спиннера ([5bff386](https://github.com/skbkontur/retail-ui/commit/5bff386)), closes [#9b9b9](https://github.com/skbkontur/retail-ui/issues/9b9b9) [#671](https://github.com/skbkontur/retail-ui/issues/671)
1612
- - **Textarea:** fix adapter ([08e5104](https://github.com/skbkontur/retail-ui/commit/08e5104))
1613
- - **Toggle:** controlled/uncontrolled ([d0a7df1](https://github.com/skbkontur/retail-ui/commit/d0a7df1)), closes [#699](https://github.com/skbkontur/retail-ui/issues/699)
1614
- - **Toggle:** удален console.log, fixed [#689](https://github.com/skbkontur/retail-ui/issues/689) ([7169baf](https://github.com/skbkontur/retail-ui/commit/7169baf))
1615
- - **Tooltip:** порядок позиций по гайду ([af61858](https://github.com/skbkontur/retail-ui/commit/af61858)), closes [/guides.kontur.ru/controls/tooltip/#09](https://github.com//guides.kontur.ru/controls/tooltip//issues/09) [#178](https://github.com/skbkontur/retail-ui/issues/178)
1616
- - **TopBar:** дропдауны на основе Popup ([c38f520](https://github.com/skbkontur/retail-ui/commit/c38f520)), closes [#655](https://github.com/skbkontur/retail-ui/issues/655)
1617
-
1618
- ### Features
1619
-
1620
- - **Modal:** `425px` теперь живет в `variables.less` ([21b7192](https://github.com/skbkontur/retail-ui/commit/21b7192))
1621
- - **PopupMenu:** функция в caption ([7dbea4e](https://github.com/skbkontur/retail-ui/commit/7dbea4e))
1622
- - **ResizeDetecter:** компонент для отслеживания ресайза элемента ([d9fc862](https://github.com/skbkontur/retail-ui/commit/d9fc862))
1623
-
1624
- <a name="0.22.0"></a>
1625
-
1626
- # [0.22.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.21.2...retail-ui@0.22.0) (2018-08-21)
1627
-
1628
- ### Bug Fixes
1629
-
1630
- - **Kebab:** восстановление фокуса на кнопке после закрытия ([b3a4002](https://github.com/skbkontur/retail-ui/commit/b3a4002))
1631
-
1632
- ### Features
1633
-
1634
- - **Button:** состояние error у button-link ([eb8d3ac](https://github.com/skbkontur/retail-ui/commit/eb8d3ac))
1635
- - **Toggle:** переделан компонент ([1a93003](https://github.com/skbkontur/retail-ui/commit/1a93003))
1636
-
1637
- <a name="0.21.2"></a>
1638
-
1639
- ## [0.21.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.21.0...retail-ui@0.21.2) (2018-08-17)
1640
-
1641
- ### Bug Fixes
1642
-
1643
- - **retail-ui:** fix confused publishing ([4d3051b](https://github.com/skbkontur/retail-ui/commit/4d3051b))
1644
-
1645
- <a name="0.21.0"></a>
1646
-
1647
- # [0.21.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.2...retail-ui@0.21.0) (2018-08-16)
1648
-
1649
- ### Bug Fixes
1650
-
1651
- - **Combobox:** disabled в плоской теме вновь работает ([c083b34](https://github.com/skbkontur/retail-ui/commit/c083b34)), closes [#660](https://github.com/skbkontur/retail-ui/issues/660)
1652
- - **Hint:** позиционирование с блочным элементом ([6430b6f](https://github.com/skbkontur/retail-ui/commit/6430b6f)), closes [#637](https://github.com/skbkontur/retail-ui/issues/637)
1653
-
1654
- ### Features
1655
-
1656
- - **retail-ui Calendar:** открывается ближайший доступный месяц ([a8e4858](https://github.com/skbkontur/retail-ui/commit/a8e4858)), closes [#658](https://github.com/skbkontur/retail-ui/issues/658)
1657
-
1658
- <a name="0.20.2"></a>
1659
-
1660
- ## [0.20.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.1...retail-ui@0.20.2) (2018-08-06)
1661
-
1662
- ### Bug Fixes
1663
-
1664
- - **datepicker:** disable values which are not between min/max date ([1a2a507](https://github.com/skbkontur/retail-ui/commit/1a2a507))
1665
- - **datepicker:** select works correct with january ([e2f3eac](https://github.com/skbkontur/retail-ui/commit/e2f3eac))
1666
- - **datepicker:** select works correct with january, added test ([682c35a](https://github.com/skbkontur/retail-ui/commit/682c35a))
1667
- - **Input:** flat-стили по гайдам ([1f51a19](https://github.com/skbkontur/retail-ui/commit/1f51a19))
1668
- - **Input:** стили по гайдам ([da6c464](https://github.com/skbkontur/retail-ui/commit/da6c464)), closes [#627](https://github.com/skbkontur/retail-ui/issues/627)
1669
- - **tabs:** added default export ([aad57fd](https://github.com/skbkontur/retail-ui/commit/aad57fd))
1670
- - **Textarea:** flat-стили ([829874d](https://github.com/skbkontur/retail-ui/commit/829874d))
1671
- - **tooltip:** dont show tail if render returns null ([dc82b86](https://github.com/skbkontur/retail-ui/commit/dc82b86))
1672
-
1673
- <a name="0.20.1"></a>
1674
-
1675
- ## [0.20.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.0...retail-ui@0.20.1) (2018-07-31)
1676
-
1677
- ### Bug Fixes
1678
-
1679
- - **Modal:** фокус внутри Modal ([59e3d82](https://github.com/skbkontur/retail-ui/commit/59e3d82)), closes [#645](https://github.com/skbkontur/retail-ui/issues/645)
1680
-
1681
- <a name="0.20.0"></a>
1682
-
1683
- # [0.20.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.19.1...retail-ui@0.20.0) (2018-07-26)
1684
-
1685
- ### Bug Fixes
1686
-
1687
- - **Calendar:** Починен скролл около последнего доступного месяца ([aa0d6a7](https://github.com/skbkontur/retail-ui/commit/aa0d6a7)), closes [#619](https://github.com/skbkontur/retail-ui/issues/619)
1688
- - **Dropdown:** починен интерфейс пропсов ([ec37a07](https://github.com/skbkontur/retail-ui/commit/ec37a07)), closes [#633](https://github.com/skbkontur/retail-ui/issues/633)
1689
- - **Hint:** fix [#624](https://github.com/skbkontur/retail-ui/issues/624) ([64fa5c5](https://github.com/skbkontur/retail-ui/commit/64fa5c5))
1690
- - **InternalMenu:** исправлены тайпинги ([dc6e9cc](https://github.com/skbkontur/retail-ui/commit/dc6e9cc))
1691
- - **Loader:** position after window resize ([ed7884d](https://github.com/skbkontur/retail-ui/commit/ed7884d))
1692
- - **logotype:** fixed widget button in safari ([eeecacd](https://github.com/skbkontur/retail-ui/commit/eeecacd))
1693
- - **Menu:** исправлены тайпинги ([8e79032](https://github.com/skbkontur/retail-ui/commit/8e79032))
1694
- - **Modal:** fix top padding if no Header ([3c8d696](https://github.com/skbkontur/retail-ui/commit/3c8d696))
1695
- - **Popup:** fix \_updateLocation method ([b14740d](https://github.com/skbkontur/retail-ui/commit/b14740d))
1696
- - **textarea:** fixes [#564](https://github.com/skbkontur/retail-ui/issues/564) ([cb0cf4f](https://github.com/skbkontur/retail-ui/commit/cb0cf4f))
1697
- - **textarea:** fixes [#564](https://github.com/skbkontur/retail-ui/issues/564) ([b265343](https://github.com/skbkontur/retail-ui/commit/b265343))
1698
-
1699
- ### Features
1700
-
1701
- - **CurrencyInput:** добавлен публичный метод focus ([5454a60](https://github.com/skbkontur/retail-ui/commit/5454a60))
1702
- - **FxInput:** возможность получить инстанс инпута через innerProp ([52b3072](https://github.com/skbkontur/retail-ui/commit/52b3072))
1703
- - **FxInput:** публичный метод focus ([25ebb0d](https://github.com/skbkontur/retail-ui/commit/25ebb0d))
1704
- - **input:** pass html attributes to input ([31311fe](https://github.com/skbkontur/retail-ui/commit/31311fe)), closes [#530](https://github.com/skbkontur/retail-ui/issues/530)
1705
- - **input:** pass html attributes to input ([332d376](https://github.com/skbkontur/retail-ui/commit/332d376)), closes [#530](https://github.com/skbkontur/retail-ui/issues/530)
1706
- - **MenuItem:** принимает Link из react-router-dom ([eab8056](https://github.com/skbkontur/retail-ui/commit/eab8056)), closes [#602](https://github.com/skbkontur/retail-ui/issues/602)
1707
- - **Modal:** фокус внутри модалки ([201cb8e](https://github.com/skbkontur/retail-ui/commit/201cb8e))
1708
- - **PopupMenu:** закрытие попапа ([97f399e](https://github.com/skbkontur/retail-ui/commit/97f399e))
1709
-
1710
- ### Reverts
1711
-
1712
- - refactor(autocomplete): ChangeEvent in onChange ([4a01ff4](https://github.com/skbkontur/retail-ui/commit/4a01ff4))
1713
-
1714
- <a name="0.19.1"></a>
1715
-
1716
- ## [0.19.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.19.0...retail-ui@0.19.1) (2018-07-19)
1717
-
1718
- ### Bug Fixes
1719
-
1720
- - **ComboBox:** fixed onUnexpectedInput return type ([8ed6f1c](https://github.com/skbkontur/retail-ui/commit/8ed6f1c))
1721
- - **Modal:** fixed always enabled mobile styles ([741a719](https://github.com/skbkontur/retail-ui/commit/741a719))
1722
- - **RadioGroup:** value is no longer accepts only primitive ([a283d47](https://github.com/skbkontur/retail-ui/commit/a283d47))
1723
-
1724
- <a name="0.19.0"></a>
1725
-
1726
- # [0.19.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.14...retail-ui@0.19.0) (2018-07-19)
1727
-
1728
- ### Bug Fixes
1729
-
1730
- - **adapters:** fixed all adapters ([9d8252b](https://github.com/skbkontur/retail-ui/commit/9d8252b))
1731
- - **Button:** change Button border-radius ([bfa5db8](https://github.com/skbkontur/retail-ui/commit/bfa5db8)), closes [#546](https://github.com/skbkontur/retail-ui/issues/546)
1732
- - **Calendar:** пофикшен скролл к максимальному месяцу ([326a2cc](https://github.com/skbkontur/retail-ui/commit/326a2cc))
1733
- - **datepicker:** correct keyboard and mouse events in date select ([b8694fb](https://github.com/skbkontur/retail-ui/commit/b8694fb))
1734
- - **datepicker:** removed add-event-listener, onmouseleave handler ([aaf620f](https://github.com/skbkontur/retail-ui/commit/aaf620f))
1735
- - **Hint:** принудительный перенос длинных слов ([7d5e171](https://github.com/skbkontur/retail-ui/commit/7d5e171)), closes [#596](https://github.com/skbkontur/retail-ui/issues/596)
1736
- - **scripts\_\_build:** fixed wrong import ([da2d951](https://github.com/skbkontur/retail-ui/commit/da2d951))
1737
- - **scripts\_\_build:** исправлено неверное определение TS файлов ([efd0032](https://github.com/skbkontur/retail-ui/commit/efd0032))
1738
- - **Tab:** исправлено попадание лишнего пропа в разметку ([4c03b09](https://github.com/skbkontur/retail-ui/commit/4c03b09)), closes [#605](https://github.com/skbkontur/retail-ui/issues/605)
1739
-
1740
- ### Features
1741
-
1742
- - **modal:** адаптивная модалка ([bf76868](https://github.com/skbkontur/retail-ui/commit/bf76868))
1743
-
1744
- <a name="0.18.14"></a>
1745
-
1746
- ## [0.18.14](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.13...retail-ui@0.18.14) (2018-07-15)
1747
-
1748
- ### Bug Fixes
1749
-
1750
- - **combobox:** no focus on placeholder click if flat ([579d765](https://github.com/skbkontur/retail-ui/commit/579d765)), closes [#552](https://github.com/skbkontur/retail-ui/issues/552)
1751
- - loader behavior with long content ([a6a14cc](https://github.com/skbkontur/retail-ui/commit/a6a14cc))
1752
- - **combobox:** call onBlur if menu is opened ([c5ebde4](https://github.com/skbkontur/retail-ui/commit/c5ebde4))
1753
- - **date-picker:** fix [#595](https://github.com/skbkontur/retail-ui/issues/595) ([6880cd6](https://github.com/skbkontur/retail-ui/commit/6880cd6))
1754
- - **date-picker-old:** returned missed ts-declaration files ([97c8235](https://github.com/skbkontur/retail-ui/commit/97c8235))
1755
- - **datepicker-old:** first date changing shows correctly ([f6d2a10](https://github.com/skbkontur/retail-ui/commit/f6d2a10))
1756
- - **input:** fixed placeholder polyfill in flat ([e65ad6c](https://github.com/skbkontur/retail-ui/commit/e65ad6c))
1757
- - **link:** fixed props ts-type ([0996fc4](https://github.com/skbkontur/retail-ui/commit/0996fc4))
1758
- - **loader:** added Nullable type reference ([20c1da3](https://github.com/skbkontur/retail-ui/commit/20c1da3))
1759
- - **loader:** codestyle ([fe57238](https://github.com/skbkontur/retail-ui/commit/fe57238))
1760
- - **loader:** component and suffix are no longer required props ([5b9f625](https://github.com/skbkontur/retail-ui/commit/5b9f625))
1761
- - **loader:** fixed generating `import` types ([696ec64](https://github.com/skbkontur/retail-ui/commit/696ec64))
1762
- - **loader:** horizontal scroll content ([03dfdc8](https://github.com/skbkontur/retail-ui/commit/03dfdc8))
1763
- - **logotype:** component is no longer required prop ([520c2d2](https://github.com/skbkontur/retail-ui/commit/520c2d2))
1764
- - **password-input:** fixed generating `import` types ([d05f88e](https://github.com/skbkontur/retail-ui/commit/d05f88e))
1765
- - **select:** better definitions ([489f1cb](https://github.com/skbkontur/retail-ui/commit/489f1cb))
1766
- - **tab:** support [@types](https://github.com/types)/react@15 definitions ([5b120bb](https://github.com/skbkontur/retail-ui/commit/5b120bb))
1767
- - **top-bar:** better definitions ([e7fcb6e](https://github.com/skbkontur/retail-ui/commit/e7fcb6e))
1768
-
1769
- <a name="0.18.13"></a>
1770
-
1771
- ## [0.18.13](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.12...retail-ui@0.18.13) (2018-07-09)
1772
-
1773
- ### Bug Fixes
1774
-
1775
- - **ts-definitions:** replaced global types with local types ([bbda3c0](https://github.com/skbkontur/retail-ui/commit/bbda3c0))
1776
-
1777
- <a name="0.18.12"></a>
1778
-
1779
- ## 0.18.12 (2018-07-09)
1780
-
1781
- ### Bug Fixes
1782
-
1783
- - **lookup:** allow correctly work with recompose ([80ebb97](https://github.com/skbkontur/retail-ui/commit/80ebb97))
1784
- - **modal:** fixed paddings and close button ([e55e763](https://github.com/skbkontur/retail-ui/commit/e55e763))
1785
- - **popup:** fixed recursive updates for older react ([9309748](https://github.com/skbkontur/retail-ui/commit/9309748))
1786
- - **сurrency-input:** починка ввода циферок на андроиде и под selenium ([d3f0286](https://github.com/skbkontur/retail-ui/commit/d3f0286))
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [4.1.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.1.0...@skbkontur/react-ui@4.1.1) (2022-06-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **MaskedInput:** accept null as value ([#2902](https://github.com/skbkontur/retail-ui/issues/2902)) ([e3414eb](https://github.com/skbkontur/retail-ui/commit/e3414ebfd3934995c415c68df44bb5afd9ecd8c2))
12
+ * **rootNode:** enable findDOMNode fallback again ([1421484](https://github.com/skbkontur/retail-ui/commit/1421484076c389a16ae9d92199b0c2f60434e67f)), closes [#2873](https://github.com/skbkontur/retail-ui/issues/2873) [#2895](https://github.com/skbkontur/retail-ui/issues/2895)
13
+ * **storybook:** StoryFn.story deprecated annotation ([#2798](https://github.com/skbkontur/retail-ui/issues/2798)) ([4c2bd8a](https://github.com/skbkontur/retail-ui/commit/4c2bd8ae93dc8e4a79f25de5baefe7a7c85b0b41))
14
+ * **Tabs:** active tab underline ([839043d](https://github.com/skbkontur/retail-ui/commit/839043d5a78eda18ddba9610134fb4955a91dd43))
15
+ * **TooltipMenu:** add onClose/onOpen props ([#2890](https://github.com/skbkontur/retail-ui/issues/2890)) ([92d4888](https://github.com/skbkontur/retail-ui/commit/92d48880c8feec11a00c8641c59e839a84e31fd2))
16
+
17
+
18
+
19
+
20
+
21
+ # [4.1.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.0.6...@skbkontur/react-ui@4.1.0) (2022-05-04)
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * **Paging:** add prop shouldBeVisibleWithLessThanTwoPages, true by default ([#2778](https://github.com/skbkontur/retail-ui/issues/2778)) ([d19c839](https://github.com/skbkontur/retail-ui/commit/d19c839e4a430ba6ef07ef87242b4a82a37a2dbc))
27
+ * **Paging:** fix border-radius of long links ([#2765](https://github.com/skbkontur/retail-ui/issues/2765)) ([576dcb9](https://github.com/skbkontur/retail-ui/commit/576dcb9de546eebd7309309fb8144d0a57cb778c))
28
+ * **PasswordInput:** disable eye along with Input & hide password on blur ([#2766](https://github.com/skbkontur/retail-ui/issues/2766)) ([b280ea4](https://github.com/skbkontur/retail-ui/commit/b280ea4a870c6d786700635d37efb92933ff79f5))
29
+ * **Select:** add menuBorderRadius theme var ([#2864](https://github.com/skbkontur/retail-ui/issues/2864)) ([d7d7827](https://github.com/skbkontur/retail-ui/commit/d7d78271b7945bd22ccbf6a4ff78a3ad61d5041a))
30
+
31
+
32
+ ### Features
33
+
34
+ * new themes (THEME_2022, THEME_2022_DARK) ([#2880](https://github.com/skbkontur/retail-ui/issues/2880)) ([c4b4615](https://github.com/skbkontur/retail-ui/commit/c4b4615db11b4dfe13efdbaba31e6a29a0305ab1))
35
+
36
+
37
+
38
+
39
+
40
+ ## [4.0.6](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.0.5...@skbkontur/react-ui@4.0.6) (2022-04-25)
41
+
42
+
43
+ ### Bug Fixes
44
+
45
+ * **Button:** add btnLinkActiveColor theme var ([#2871](https://github.com/skbkontur/retail-ui/issues/2871)) ([0588d56](https://github.com/skbkontur/retail-ui/commit/0588d5699d07668aeb0ba25bece9fb95ea2ca89e))
46
+ * **Popup:** use content container as rootNode instead of anchorElement ([4eed6a0](https://github.com/skbkontur/retail-ui/commit/4eed6a06eaee691a3f2e0c8e474dc9a5b139ac5b))
47
+ * **select:** prevent calling areValuesEqual with null ([#2847](https://github.com/skbkontur/retail-ui/issues/2847)) ([52a03b5](https://github.com/skbkontur/retail-ui/commit/52a03b5ee541d129716a8690a60f070ae4617bec)), closes [#1927](https://github.com/skbkontur/retail-ui/issues/1927)
48
+ * **Tooltip:** don't render without content on mobiles ([#2877](https://github.com/skbkontur/retail-ui/issues/2877)) ([#2878](https://github.com/skbkontur/retail-ui/issues/2878)) ([396be08](https://github.com/skbkontur/retail-ui/commit/396be087ca7be38eb425d1c3a5262838fdb2749c))
49
+
50
+
51
+ ### Reverts
52
+
53
+ * Revert "fix(SidePage): change scroll behavior according to Guides (#2756)" (#2874) ([6e4eb1a](https://github.com/skbkontur/retail-ui/commit/6e4eb1af176a1ed668beb63a0e132c69ba3bfdde)), closes [#2756](https://github.com/skbkontur/retail-ui/issues/2756) [#2874](https://github.com/skbkontur/retail-ui/issues/2874)
54
+
55
+
56
+
57
+
58
+
59
+ ## [4.0.5](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.0.4...@skbkontur/react-ui@4.0.5) (2022-04-12)
60
+
61
+
62
+ ### Bug Fixes
63
+
64
+ * **DatePicker:** fix focus and fragments selection ([#2858](https://github.com/skbkontur/retail-ui/issues/2858)) ([ec4499e](https://github.com/skbkontur/retail-ui/commit/ec4499e444fead65fcaeb703e129ee3adb0f6fe4)), closes [#2614](https://github.com/skbkontur/retail-ui/issues/2614)
65
+
66
+
67
+
68
+
69
+
70
+ ## [4.0.4](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.0.3...@skbkontur/react-ui@4.0.4) (2022-04-01)
71
+
72
+
73
+ ### Bug Fixes
74
+
75
+ * **Tooltip:** do not call onOpen after close ([#2848](https://github.com/skbkontur/retail-ui/issues/2848)) ([a3e0772](https://github.com/skbkontur/retail-ui/commit/a3e07728e9ed25b48afcc5a995acfbb7f5d7c93a))
76
+ * corrected ThemeFactory.overrideDefaultTheme ([#2845](https://github.com/skbkontur/retail-ui/issues/2845)) ([2cc964f](https://github.com/skbkontur/retail-ui/commit/2cc964f5a7f052a442893e1312de1cf9115e131f))
77
+
78
+
79
+
80
+
81
+
82
+ ## [4.0.3](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.0.2...@skbkontur/react-ui@4.0.3) (2022-03-22)
83
+
84
+
85
+ ### Bug Fixes
86
+
87
+ * **SidePage:** fix animation styles ([#2837](https://github.com/skbkontur/retail-ui/issues/2837)) ([2eeebb0](https://github.com/skbkontur/retail-ui/commit/2eeebb00fb651da8062d6b672f8bd71ae0fa7587))
88
+
89
+
90
+
91
+
92
+
93
+ ## [4.0.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.0.1...@skbkontur/react-ui@4.0.2) (2022-03-22)
94
+
95
+
96
+ ### Bug Fixes
97
+
98
+ * **Button:** use default prop when "use"={null} ([#2833](https://github.com/skbkontur/retail-ui/issues/2833)) ([#2834](https://github.com/skbkontur/retail-ui/issues/2834)) ([cc2b506](https://github.com/skbkontur/retail-ui/commit/cc2b506d976e678857cbeed1582b76e952b62169))
99
+ * **SidePage,Toast:** fix animation bugs ([#2835](https://github.com/skbkontur/retail-ui/issues/2835)) ([3c8e77d](https://github.com/skbkontur/retail-ui/commit/3c8e77dc67710b342d8df96043333f2cbf012c73))
100
+
101
+
102
+
103
+
104
+
105
+ ## [4.0.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.0.0...@skbkontur/react-ui@4.0.1) (2022-03-18)
106
+
107
+
108
+ ### Bug Fixes
109
+
110
+ * **DatePicker:** scroll to date ([#2829](https://github.com/skbkontur/retail-ui/issues/2829)) ([3f3366d](https://github.com/skbkontur/retail-ui/commit/3f3366dbf16b7348eef3981976cf2d07d0b54e2d))
111
+ * dropdownContainer position (master) ([#2827](https://github.com/skbkontur/retail-ui/issues/2827)) ([81467af](https://github.com/skbkontur/retail-ui/commit/81467af568ff519dd362b32dc8db360856f0ef7a))
112
+ * **Modal:** fix lodash import ([#2824](https://github.com/skbkontur/retail-ui/issues/2824)) ([0f15b5e](https://github.com/skbkontur/retail-ui/commit/0f15b5eb041337eda552d096a34914ed86aad79b))
113
+
114
+
115
+
116
+
117
+
118
+ # [4.0.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.12.0...@skbkontur/react-ui@4.0.0) (2022-03-01)
119
+
120
+
121
+ ### Bug Fixes
122
+
123
+ * **Button:** use shadows instead of borders ([d400c69](https://github.com/skbkontur/retail-ui/commit/d400c6925a0493b0f8b5300dc77625ac4b3810f6)), closes [#2559](https://github.com/skbkontur/retail-ui/issues/2559)
124
+ * **Checkbox:** fix baseline ([3571ee3](https://github.com/skbkontur/retail-ui/commit/3571ee3877fd554201b5e901a581207b513c2f20))
125
+ * **GlobalLoader:** Доработали поведение и поправили мелкие баги ([#2767](https://github.com/skbkontur/retail-ui/issues/2767)) ([17a666d](https://github.com/skbkontur/retail-ui/commit/17a666d94acbcebb41c69563a8b489ca0f43da45))
126
+ * **Popup:** correct DOM node extraction ([#2811](https://github.com/skbkontur/retail-ui/issues/2811)) ([#2796](https://github.com/skbkontur/retail-ui/issues/2796)) ([01f951d](https://github.com/skbkontur/retail-ui/commit/01f951d872e2b59a1b049509a9882b24990bbb0e))
127
+ * **Radio:** fix baseline ([fcb021d](https://github.com/skbkontur/retail-ui/commit/fcb021d1ee63df6a8fecc9d5757c072c6863df28))
128
+ * **react-ui:** call original refs while replacing them ([#2729](https://github.com/skbkontur/retail-ui/issues/2729)) ([cd75e9f](https://github.com/skbkontur/retail-ui/commit/cd75e9f8fb03b469b783171cb74c099841b5ab6f))
129
+ * **react-ui:** don't depend on global line-height ([98cb4dc](https://github.com/skbkontur/retail-ui/commit/98cb4dcb8f71417c89e1fc61b4f1f45ba3119943))
130
+ * **ResponsiveLayout:** fallback for ie11 ([956f723](https://github.com/skbkontur/retail-ui/commit/956f7239c08bdb08d86e6056b2f6b71b540eaf22))
131
+ * **Spinner:** add inline type ([f7a0f35](https://github.com/skbkontur/retail-ui/commit/f7a0f3505b90777424da60d137c32ea25500c81b))
132
+ * **Toggle:** add vars for font-size and line-height ([911f1df](https://github.com/skbkontur/retail-ui/commit/911f1dfd89495265baa6cac2df45a1c52281ac8e))
133
+ * **Toggle:** fix baseline ([1d3960b](https://github.com/skbkontur/retail-ui/commit/1d3960b496fbfec9796e3eb72614b79be7436374))
134
+ * **Tooltip:** add vars for font-size and line-height ([3f27477](https://github.com/skbkontur/retail-ui/commit/3f274776c89ef194383de84f9cd5dbda3c0f6c1b))
135
+
136
+
137
+ ### Features
138
+
139
+ * **FileUploader:** new component FileUploader ([#2542](https://github.com/skbkontur/retail-ui/issues/2542)) ([18d009a](https://github.com/skbkontur/retail-ui/commit/18d009a8ebeafa2379d5fb46a564ead97c3da6a5))
140
+ * **GlobalLoader:** new component GlobalLoader ([#2554](https://github.com/skbkontur/retail-ui/issues/2554)) ([dfeef98](https://github.com/skbkontur/retail-ui/commit/dfeef98098932ee12d8f3591536f51b5add811c6))
141
+ * **Hint,Tooltip,TooltipMenu,Dropdown,DropdownMenu:** add mobile version ([#2688](https://github.com/skbkontur/retail-ui/issues/2688)) ([1aa395b](https://github.com/skbkontur/retail-ui/commit/1aa395b493c65497c567c6d421eaa125a643e1e6))
142
+ * **Modal:** add mobile version ([#2682](https://github.com/skbkontur/retail-ui/issues/2682)) ([10324c6](https://github.com/skbkontur/retail-ui/commit/10324c69505e11c1638aab7f128e8d0537cd4289))
143
+ * **Radio, Switcher, Checkbox:** rename label to caption ([#2629](https://github.com/skbkontur/retail-ui/issues/2629)) ([bd1a7a7](https://github.com/skbkontur/retail-ui/commit/bd1a7a7f1ca8c6983b69e2044f182f34a627c194)), closes [#2196](https://github.com/skbkontur/retail-ui/issues/2196)
144
+ * **react-ui:** add lab grotesque compensation ([b1920bb](https://github.com/skbkontur/retail-ui/commit/b1920bbc5534161e686c2147979f47b7bc36b049))
145
+ * **react-ui:** add new theme ([#2592](https://github.com/skbkontur/retail-ui/issues/2592)) ([1aaaf17](https://github.com/skbkontur/retail-ui/commit/1aaaf17785bb624b730e26c525d019ae22acecd0))
146
+ * **react-ui:** dark theme ([#2698](https://github.com/skbkontur/retail-ui/issues/2698)) ([8047743](https://github.com/skbkontur/retail-ui/commit/8047743c1572e753b327a5323c9f4481b0c1db45))
147
+ * **react-ui:** use new theme by default ([#2707](https://github.com/skbkontur/retail-ui/issues/2707)) ([6de91d3](https://github.com/skbkontur/retail-ui/commit/6de91d3f6a44a86a8a9179f9718ab0b15256d91a))
148
+ * **ResponsiveLayout:** add useResponsiveLayout, a hook for getting current layout ([#2699](https://github.com/skbkontur/retail-ui/issues/2699)) ([1596e91](https://github.com/skbkontur/retail-ui/commit/1596e911ddad9d300038904baf1ed93597276c35))
149
+ * **Select,ComboBox,Autocomplete:** add responsive mobile layouts ([861f23a](https://github.com/skbkontur/retail-ui/commit/861f23affdc93e283a7dfdeaddd6b3af7cb27287))
150
+ * **SidePage:** add mobile version ([#2695](https://github.com/skbkontur/retail-ui/issues/2695)) ([46d469b](https://github.com/skbkontur/retail-ui/commit/46d469bcfa57ee2a85f9014f7fa8b56b10406062))
151
+
152
+
153
+ ### BREAKING CHANGES
154
+
155
+ * **react-ui:** update, rename and remove some themes, see #2592
156
+ * **Radio, Switcher, Checkbox:** rename label to caption
157
+
158
+
159
+
160
+
161
+
162
+ # [3.12.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.11.0...@skbkontur/react-ui@3.12.0) (2022-02-22)
163
+
164
+
165
+ ### Bug Fixes
166
+
167
+ * **Select:** fix menuAlign right ([#2693](https://github.com/skbkontur/retail-ui/issues/2693)) ([6428498](https://github.com/skbkontur/retail-ui/commit/6428498b8cb895f0bcfe853959b26caa41b53189))
168
+ * **SidePage:** Исправил ошибку `Maximum update`, когда скролишь второй SidePage ([74134d8](https://github.com/skbkontur/retail-ui/commit/74134d8bf5d8a4aaed5aa554e41bb50e44d3836d))
169
+ * **SidePage:** Исправил положение залипшего заголовка после закрытия второго SidePage ([76c6ff4](https://github.com/skbkontur/retail-ui/commit/76c6ff40eac3c76bb86e9118c4727b5bf6a442ae))
170
+
171
+
172
+ ### Features
173
+
174
+ * **Sticky:** Сделал метод `ref.reflow()` публичным ([bdfc991](https://github.com/skbkontur/retail-ui/commit/bdfc991e20317d6da68191357a9ecd554990ef9b))
175
+
176
+
177
+
178
+
179
+
180
+ # [3.11.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.10.0...@skbkontur/react-ui@3.11.0) (2022-02-04)
181
+
182
+
183
+ ### Bug Fixes
184
+
185
+ * **ScrollContainer:** consider scaling cases in browsers ([#2705](https://github.com/skbkontur/retail-ui/issues/2705)) ([e64d3de](https://github.com/skbkontur/retail-ui/commit/e64d3de80f12cdb7c2329d0b38d2531f84237f55))
186
+ * **SidePage:** change scroll behavior according to Guides ([#2756](https://github.com/skbkontur/retail-ui/issues/2756)) ([47dfb5a](https://github.com/skbkontur/retail-ui/commit/47dfb5ac895c26655edef2e08cf1f86f5b246390))
187
+ * **Spinner:** refactor animation for Safari ([#2748](https://github.com/skbkontur/retail-ui/issues/2748)) ([1698a4a](https://github.com/skbkontur/retail-ui/commit/1698a4a5542d9884f3e6deb833161a6219b9d72a))
188
+ * **Switcher:** restore border in error and checked state ([#2742](https://github.com/skbkontur/retail-ui/issues/2742)) ([6fbe8f5](https://github.com/skbkontur/retail-ui/commit/6fbe8f529cfe14f8338a79b354a1201f38b06ee2))
189
+
190
+
191
+ ### Features
192
+
193
+ * **Spinner:** add width and color props ([4ea170d](https://github.com/skbkontur/retail-ui/commit/4ea170d4f1cc30091c30e0ee637e38494ad79f0a))
194
+
195
+
196
+
197
+
198
+
199
+ # [3.10.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.9.4...@skbkontur/react-ui@3.10.0) (2022-01-27)
200
+
201
+
202
+ ### Bug Fixes
203
+
204
+ * **react-ui:** [StrictMode] give up findDomNode ([#2518](https://github.com/skbkontur/retail-ui/issues/2518)) ([8028cdd](https://github.com/skbkontur/retail-ui/commit/8028cdd3c2289fd48816bdaf92da6a28892f40a7))
205
+ * **react-ui:** [StrictMode] give up legacy context ([#2694](https://github.com/skbkontur/retail-ui/issues/2694)) ([d0253cc](https://github.com/skbkontur/retail-ui/commit/d0253ccc089764a317ccaa79aa00cc96fbb7aa0a))
206
+ * **react-ui:** [StrictMode] give up unsafe methods ([#2514](https://github.com/skbkontur/retail-ui/issues/2514)) ([6cc2201](https://github.com/skbkontur/retail-ui/commit/6cc2201f0e8f711441e6c63229b703c03d4b6953))
207
+ * **react-ui:** call original refs while replacing them ([#2736](https://github.com/skbkontur/retail-ui/issues/2736)) ([01ff2ab](https://github.com/skbkontur/retail-ui/commit/01ff2ab3243082c9347d20e844368ac775e54449))
208
+ * **TokenInput:** handle Enter for TokenInputType.WithoutReference ([#2738](https://github.com/skbkontur/retail-ui/issues/2738)) ([2ee48cc](https://github.com/skbkontur/retail-ui/commit/2ee48cc31342dc13fd4596020d73e352311bdb82))
209
+
210
+
211
+ ### Features
212
+
213
+ * support React.StrictMode ([04a4bc9](https://github.com/skbkontur/retail-ui/commit/04a4bc9f2dd35fa98ea4d9526ddd775dd1017b71))
214
+ * **react-ui:** prepend styles to the head instead of appending ([#2696](https://github.com/skbkontur/retail-ui/issues/2696)) ([212ee04](https://github.com/skbkontur/retail-ui/commit/212ee047ae806a073316596c2ff696b5d08c80d2))
215
+
216
+
217
+
218
+
219
+
220
+ ## [3.9.4](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.9.3...@skbkontur/react-ui@3.9.4) (2021-12-27)
221
+
222
+
223
+ ### Bug Fixes
224
+
225
+ * **Gapped:** correctly filter falsy childs ([#2692](https://github.com/skbkontur/retail-ui/issues/2692)) ([8e21e60](https://github.com/skbkontur/retail-ui/commit/8e21e60a7b7899945c2c101e48ede1a6e3360406))
226
+ * **Loader:** use `forEach` from `Array` ([#2702](https://github.com/skbkontur/retail-ui/issues/2702)) ([167a07a](https://github.com/skbkontur/retail-ui/commit/167a07ac3b8057396ce292d79f5bb21b9f1c7bd6))
227
+ * **RadioGroup:** fix types inference ([#2703](https://github.com/skbkontur/retail-ui/issues/2703)) ([4d410ab](https://github.com/skbkontur/retail-ui/commit/4d410ab8cf9d6d8b56f927e3b7efd698abf83920))
228
+
229
+
230
+
231
+
232
+
233
+ ## [3.9.3](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.9.2...@skbkontur/react-ui@3.9.3) (2021-12-03)
234
+
235
+
236
+ ### Bug Fixes
237
+
238
+ * **Button:** disable focus in loading state ([#2661](https://github.com/skbkontur/retail-ui/issues/2661)) ([1c910c1](https://github.com/skbkontur/retail-ui/commit/1c910c16a11ba81b6799d74106c74bc2afc1fd57))
239
+ * **Checkbox,Radio:** firing events onChange manually for Firefox ([6c19412](https://github.com/skbkontur/retail-ui/commit/6c19412b1c348666c802191ca851e4670df8edcc))
240
+ * **CurrencyInput:** refactor Input scroll on cursor is moving ([4e2e8d1](https://github.com/skbkontur/retail-ui/commit/4e2e8d135a05025454a213b77697b419bf7e1aca))
241
+ * **select:** add handleKey to search div ([#2660](https://github.com/skbkontur/retail-ui/issues/2660)) ([310b963](https://github.com/skbkontur/retail-ui/commit/310b963a510b134b391f6cae773a7b4940986623))
242
+ * **SidePage:** use `isTestEnv` by default for `disableAnimations` ([b4035e8](https://github.com/skbkontur/retail-ui/commit/b4035e8d2beb0a1886ba0b6590838ac363c79210))
243
+
244
+
245
+
246
+
247
+
248
+ ## [3.9.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.9.1...@skbkontur/react-ui@3.9.2) (2021-11-26)
249
+
250
+
251
+ ### Bug Fixes
252
+
253
+ * **TokenInput:** non-null assertion operator replaced with optional chaining ([#2670](https://github.com/skbkontur/retail-ui/issues/2670)) ([b7532d0](https://github.com/skbkontur/retail-ui/commit/b7532d03cea7e06277fdd2b1d827c53b1c4eaa49))
254
+
255
+
256
+
257
+
258
+
259
+ ## [3.9.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.9.0...@skbkontur/react-ui@3.9.1) (2021-11-19)
260
+
261
+
262
+ ### Bug Fixes
263
+
264
+ * **ComboBox:** fix blur in Chrome ([#2665](https://github.com/skbkontur/retail-ui/issues/2665)) ([dab2ef0](https://github.com/skbkontur/retail-ui/commit/dab2ef0a16f878e179dd1ae98cebc3d69a6b7987))
265
+ * **react-ui:** fix disabled and error state ([#2663](https://github.com/skbkontur/retail-ui/issues/2663)) ([4c2d542](https://github.com/skbkontur/retail-ui/commit/4c2d5420797b26cdeabd892bc87473c446d59bef))
266
+ * **SidePage:** add offset prop ([#2626](https://github.com/skbkontur/retail-ui/issues/2626)) ([59b0257](https://github.com/skbkontur/retail-ui/commit/59b0257634a82bde15bca415e4f803076c89cf7a))
267
+
268
+
269
+
270
+
271
+
272
+ # [3.9.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.8.5...@skbkontur/react-ui@3.9.0) (2021-11-16)
273
+
274
+
275
+ ### Bug Fixes
276
+
277
+ * **Link:** disable interactions on link with disabled and loading states ([#2621](https://github.com/skbkontur/retail-ui/issues/2621)) ([e78401e](https://github.com/skbkontur/retail-ui/commit/e78401e5c92e39e0d83f64664bdcd7e61fb9747c))
278
+
279
+
280
+ ### Features
281
+
282
+ * **Popup/TokenInput/Kebab/DropdownMenu/TooltipMenu:** adjust position to fit viewport automatically ([#2638](https://github.com/skbkontur/retail-ui/issues/2638)) ([3f8d530](https://github.com/skbkontur/retail-ui/commit/3f8d530a06a22bc06c4294f4b509d4e9e6907a58))
283
+
284
+
285
+
286
+
287
+
288
+ ## [3.8.5](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.8.4...@skbkontur/react-ui@3.8.5) (2021-11-15)
289
+
290
+
291
+ ### Bug Fixes
292
+
293
+ * **popup:** respect zero values for margin prop ([#2615](https://github.com/skbkontur/retail-ui/issues/2615)) ([416cc68](https://github.com/skbkontur/retail-ui/commit/416cc68d3ecbb9fcea8b2943326baef7f6028580))
294
+ * **Popup:** fix shadow in Safari ([#2636](https://github.com/skbkontur/retail-ui/issues/2636)) ([bddf178](https://github.com/skbkontur/retail-ui/commit/bddf1785eba5cb2a40875a568249f590a09a209b)), closes [#2459](https://github.com/skbkontur/retail-ui/issues/2459) [#1677](https://github.com/skbkontur/retail-ui/issues/1677) [#1495](https://github.com/skbkontur/retail-ui/issues/1495)
295
+ * **SidePage:** body takes 100% of available height ([#2567](https://github.com/skbkontur/retail-ui/issues/2567)) ([4dc607a](https://github.com/skbkontur/retail-ui/commit/4dc607abf33aa953ab1602fe68df39373c8c6481))
296
+
297
+
298
+
299
+
300
+
301
+ ## [3.8.4](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.8.3...@skbkontur/react-ui@3.8.4) (2021-11-03)
302
+
303
+
304
+ ### Bug Fixes
305
+
306
+ * **DatePicker:** width for different sizes with empty value ([#2614](https://github.com/skbkontur/retail-ui/issues/2614)) ([cb5254f](https://github.com/skbkontur/retail-ui/commit/cb5254f10d92456018b1ead3790f8bbade0f34e0))
307
+ * **RadioGroup:** problem with value type inference ([#2607](https://github.com/skbkontur/retail-ui/issues/2607)) ([d6136e4](https://github.com/skbkontur/retail-ui/commit/d6136e45a311b00f39bc5c741cef07aacf8d2f4f))
308
+ * **Select:** add vars for disabled state ([#2610](https://github.com/skbkontur/retail-ui/issues/2610)) ([7300141](https://github.com/skbkontur/retail-ui/commit/73001417ba004754c8f52da377ceff1fff0b6027))
309
+
310
+
311
+
312
+
313
+
314
+ ## [3.8.3](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.8.2...@skbkontur/react-ui@3.8.3) (2021-11-02)
315
+
316
+
317
+ ### Bug Fixes
318
+
319
+ * **ComboBox:** render placeholder instead of empty string values ([#2601](https://github.com/skbkontur/retail-ui/issues/2601)) ([3b4ed5a](https://github.com/skbkontur/retail-ui/commit/3b4ed5a419c794e5c9648a3b8ddc160065dbee1d))
320
+ * **DatePicker:** adjust the width depending on the size ([#2602](https://github.com/skbkontur/retail-ui/issues/2602)) ([14098c2](https://github.com/skbkontur/retail-ui/commit/14098c2badba30c430fb1ccef57771c6fc672f92)), closes [#2025](https://github.com/skbkontur/retail-ui/issues/2025)
321
+
322
+
323
+
324
+
325
+
326
+ ## [3.8.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.8.1...@skbkontur/react-ui@3.8.2) (2021-10-29)
327
+
328
+
329
+ ### Bug Fixes
330
+
331
+ * **CurrencyLabel:** revert color, inherit it from page ([#2595](https://github.com/skbkontur/retail-ui/issues/2595)) ([bb7b20c](https://github.com/skbkontur/retail-ui/commit/bb7b20c610ab07a03938dfa7c17589878a088f99))
332
+ * **Toggle:** add id prop ([#2597](https://github.com/skbkontur/retail-ui/issues/2597)) ([82846db](https://github.com/skbkontur/retail-ui/commit/82846dbacff71a844867b88f7acb1c33eaef8bb9))
333
+ * **Toggle:** remove interaction in checked disabled mode ([#2596](https://github.com/skbkontur/retail-ui/issues/2596)) ([513240f](https://github.com/skbkontur/retail-ui/commit/513240fd43a03f4b8334dded086212199fc89a99))
334
+
335
+
336
+
337
+
338
+
339
+ ## [3.8.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.8.0...@skbkontur/react-ui@3.8.1) (2021-10-28)
340
+
341
+
342
+ ### Bug Fixes
343
+
344
+ * **Checkbox:** remove user-select:none ([#2586](https://github.com/skbkontur/retail-ui/issues/2586)) ([4da5f0c](https://github.com/skbkontur/retail-ui/commit/4da5f0cdc09d8e01f7d4ab7a7b01e58fdbad56b3))
345
+ * **Kebab:** restore menuMaxHeight prop ([#2588](https://github.com/skbkontur/retail-ui/issues/2588)) ([20b82ce](https://github.com/skbkontur/retail-ui/commit/20b82ce8a4e7a411e42f6b2c848de1308617cbdb))
346
+ * **Textarea:** fix autoResize on rows/maxRows change ([#2562](https://github.com/skbkontur/retail-ui/issues/2562)) ([a0c06f8](https://github.com/skbkontur/retail-ui/commit/a0c06f839ebe8de9fcbddfe7e8cf0568d3921e72))
347
+ * **Toggle:** recover disabled caption styles ([#2582](https://github.com/skbkontur/retail-ui/issues/2582)) ([ef9fe96](https://github.com/skbkontur/retail-ui/commit/ef9fe969e0b59afe5ebe5c22827aa5bcdbd653f1))
348
+
349
+
350
+
351
+
352
+
353
+ # [3.8.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.7.2...@skbkontur/react-ui@3.8.0) (2021-10-27)
354
+
355
+
356
+ ### Bug Fixes
357
+
358
+ * **ComboBox:** handle falsy values correctly ([#2563](https://github.com/skbkontur/retail-ui/issues/2563)) ([2df7e09](https://github.com/skbkontur/retail-ui/commit/2df7e09ec6fd8f4ab9e999654263acbe8d989803))
359
+ * **ModalClose:** don't s show focus outline if it's not focus by Tab ([#2565](https://github.com/skbkontur/retail-ui/issues/2565)) ([b589014](https://github.com/skbkontur/retail-ui/commit/b58901428b7bfdf52727de1345e44d1d0cd35b8e))
360
+ * **ThemePlayground:** computed vars are visible in the ThemeEditor ([62f191e](https://github.com/skbkontur/retail-ui/commit/62f191efa0234cc72175e05dcb543284fada7d7e))
361
+ * **Toggle:** add toggleBgDisabledChecked, toggleBorderColorDisabled, toggleBorderColorDisabledChecked theme variables ([#2584](https://github.com/skbkontur/retail-ui/issues/2584)) ([b953719](https://github.com/skbkontur/retail-ui/commit/b953719e4cd5b0d89babe1b72f5ae497a9567889))
362
+
363
+
364
+ ### Features
365
+
366
+ * **Upgrades:** abillity to customize classNames prefix ([#2561](https://github.com/skbkontur/retail-ui/issues/2561)) ([fbc9ced](https://github.com/skbkontur/retail-ui/commit/fbc9ceda8d9cb9c2be7d69a7fa199cf7c9745cee))
367
+
368
+
369
+
370
+
371
+
372
+ ## [3.7.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.7.1...@skbkontur/react-ui@3.7.2) (2021-10-25)
373
+
374
+
375
+ ### Bug Fixes
376
+
377
+ * **Button:** add btnBackgroundClip theme var ([72708f9](https://github.com/skbkontur/retail-ui/commit/72708f9c1f58f248bf53dd0f2e75088a100711d4))
378
+ * **Button:** add title prop ([#2569](https://github.com/skbkontur/retail-ui/issues/2569)) ([5140e96](https://github.com/skbkontur/retail-ui/commit/5140e96fbd33c57aa15a720935f6904e02b1f315))
379
+ * **Paging:** use default cursor style for disabled paging link ([788f70a](https://github.com/skbkontur/retail-ui/commit/788f70a3dd3385165f3ffa0de0eb02cca887e584))
380
+ * **TokenInput:** add public focus/blur methods ([0137266](https://github.com/skbkontur/retail-ui/commit/0137266810f09f139974a3480650587bb4b69d15))
381
+
382
+
383
+
384
+
385
+
386
+ ## [3.7.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.7.0...@skbkontur/react-ui@3.7.1) (2021-10-06)
387
+
388
+
389
+ ### Bug Fixes
390
+
391
+ * **Checkbox:** revert to old focus behavior ([d0f80f7](https://github.com/skbkontur/retail-ui/commit/d0f80f73f44114ae9ed217729d6864e2f3f63d21)), closes [#2550](https://github.com/skbkontur/retail-ui/issues/2550)
392
+ * **FxInput:** remove refInput prop from spread ([c5f403d](https://github.com/skbkontur/retail-ui/commit/c5f403dec7342b8ce29bdb9571fba0569eefc6a6))
393
+ * **HideBodyVerticalScroll:** now scrollbar hiding always ([#2540](https://github.com/skbkontur/retail-ui/issues/2540)) ([c93db68](https://github.com/skbkontur/retail-ui/commit/c93db684f2954b075794c2ac26db761b72953614))
394
+ * **PopupMenu:** move width property from internalMenu to Popup ([20643a4](https://github.com/skbkontur/retail-ui/commit/20643a437cf302a3f017822c54320827f869932d))
395
+ * **SidePage:** replace icon close tag from link to button ([4458332](https://github.com/skbkontur/retail-ui/commit/4458332a79a143295e42ec9388ea27d0b94a7b21))
396
+ * **theme:** text color of components link to `textColorDefault` ([#2543](https://github.com/skbkontur/retail-ui/issues/2543)) ([b3a92c5](https://github.com/skbkontur/retail-ui/commit/b3a92c5e61eec509322194f419386839393da709))
397
+ * **TokenInput:** add delimiter comma support for IE ([#2539](https://github.com/skbkontur/retail-ui/issues/2539)) ([2bbf54a](https://github.com/skbkontur/retail-ui/commit/2bbf54a830de8966a7b2594bb6ac6fc9e185422d))
398
+
399
+
400
+
401
+
402
+
403
+ # [3.7.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.6.0...@skbkontur/react-ui@3.7.0) (2021-09-16)
404
+
405
+
406
+ ### Bug Fixes
407
+
408
+ * **checkbox:** add `!important` for focus styles ([#2528](https://github.com/skbkontur/retail-ui/issues/2528)) ([35c6a69](https://github.com/skbkontur/retail-ui/commit/35c6a6905a6722ca0b99cb86aadee4731effc0ff)), closes [#2517](https://github.com/skbkontur/retail-ui/issues/2517)
409
+ * **Loader:** fix focus disabling ([fcc5e1e](https://github.com/skbkontur/retail-ui/commit/fcc5e1e42dcacffcb5d0abcb79998c3e0a107e2e))
410
+ * **radio:** remove focus styles on mouse click ([876a1b8](https://github.com/skbkontur/retail-ui/commit/876a1b87ce5b0a16fe212b5a74680be7e20e1b3b))
411
+ * **theme:** fix disabled style of 4 controls* ([#2524](https://github.com/skbkontur/retail-ui/issues/2524)) ([6783532](https://github.com/skbkontur/retail-ui/commit/6783532cedde0c09ff1bcaaddc712c41cf9dbc9e))
412
+ * **theme:** remove color variables from 8px theme ([c86ed5d](https://github.com/skbkontur/retail-ui/commit/c86ed5dd754affd93e1727305eb1f34189a5d98d))
413
+ * **theme:** to correct disabled style of Input ([#2521](https://github.com/skbkontur/retail-ui/issues/2521)) ([d91fedd](https://github.com/skbkontur/retail-ui/commit/d91feddf0fbccc9d0129552c465e7fc29f4dbdff))
414
+
415
+
416
+ ### Features
417
+
418
+ * **ScrollContainer:** horizontal scroll ([#2473](https://github.com/skbkontur/retail-ui/issues/2473)) ([1df7613](https://github.com/skbkontur/retail-ui/commit/1df7613b9d16c490bb110c3f872ee03152f5f45b)), closes [#1931](https://github.com/skbkontur/retail-ui/issues/1931)
419
+
420
+
421
+
422
+
423
+
424
+ # [3.6.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.5.0...@skbkontur/react-ui@3.6.0) (2021-08-26)
425
+
426
+
427
+ ### Bug Fixes
428
+
429
+ * **FlatTheme:** set white bg for Radio, Checkbox and Toggle ([#2486](https://github.com/skbkontur/retail-ui/issues/2486)) ([07fac23](https://github.com/skbkontur/retail-ui/commit/07fac23f0089704db6a71e9561f0c5761df2d7dd))
430
+ * **Loader:** disable focus children events while page is loading ([#2494](https://github.com/skbkontur/retail-ui/issues/2494)) ([1d46f96](https://github.com/skbkontur/retail-ui/commit/1d46f9667d5e1d3cfb55a131687210c4ca0948a8)), closes [#1732](https://github.com/skbkontur/retail-ui/issues/1732)
431
+
432
+
433
+ ### Features
434
+
435
+ * **Button:** add `btnWarningSecondary` theme var and * ([#2512](https://github.com/skbkontur/retail-ui/issues/2512)) ([8a75266](https://github.com/skbkontur/retail-ui/commit/8a75266d65b73f159461313b7ec35f014ce02b37))
436
+ * **Loader:** add props for show loader without spinner ([#2445](https://github.com/skbkontur/retail-ui/issues/2445)) ([2ffa70b](https://github.com/skbkontur/retail-ui/commit/2ffa70b165af3d31f2e6da06214d91b07c031563)), closes [#2266](https://github.com/skbkontur/retail-ui/issues/2266)
437
+
438
+
439
+
440
+
441
+
442
+ # [3.5.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.4.0...@skbkontur/react-ui@3.5.0) (2021-08-17)
443
+
444
+
445
+ ### Bug Fixes
446
+
447
+ * **DateInput:** open keyboard on mobile devices ([#2474](https://github.com/skbkontur/retail-ui/issues/2474)) ([0a68e1c](https://github.com/skbkontur/retail-ui/commit/0a68e1c5479c95df96ad17afc2617e9444e37bf2))
448
+ * **Input:** fix disabled border on error ([#2510](https://github.com/skbkontur/retail-ui/issues/2510)) ([97619a1](https://github.com/skbkontur/retail-ui/commit/97619a18f08df130700439b503b0b29e1ec703b1))
449
+
450
+
451
+ ### Features
452
+
453
+ * **DatePicker:** support mobile devices ([#2447](https://github.com/skbkontur/retail-ui/issues/2447)) ([2ed9868](https://github.com/skbkontur/retail-ui/commit/2ed98684c46ac243bc29ec4cadd2026bd14f8ce9)), closes [#1619](https://github.com/skbkontur/retail-ui/issues/1619)
454
+
455
+
456
+
457
+
458
+
459
+ # [3.4.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.3.1...@skbkontur/react-ui@3.4.0) (2021-08-10)
460
+
461
+
462
+ ### Bug Fixes
463
+
464
+ * **CurrencyInput:** fix delimiter for Safari ([#2495](https://github.com/skbkontur/retail-ui/issues/2495)) ([1b8789e](https://github.com/skbkontur/retail-ui/commit/1b8789ec9447fb775fb409d219105145280b05e7))
465
+ * **Tab:** fix low height artefact ([20cdc0b](https://github.com/skbkontur/retail-ui/commit/20cdc0bbbd792b6be53bb123d1f8442d3840c2d6)), closes [#2500](https://github.com/skbkontur/retail-ui/issues/2500)
466
+ * **Tooltip:** add closure workaround for Firefox and IE11 ([1236b0b](https://github.com/skbkontur/retail-ui/commit/1236b0ba35c6bff6a73b439e17db75ec91d5db6b))
467
+
468
+
469
+ ### Features
470
+
471
+ * **react-ui:** fix unstable styles ([#2488](https://github.com/skbkontur/retail-ui/issues/2488)) ([b01898d](https://github.com/skbkontur/retail-ui/commit/b01898de589e6d146618867f476fb8803a78e91c))
472
+ * **Tabs:** add generic for `value` prop ([#2471](https://github.com/skbkontur/retail-ui/issues/2471)) ([49ce216](https://github.com/skbkontur/retail-ui/commit/49ce2169174111e8021b989359f492de9b44e69d)), closes [#1953](https://github.com/skbkontur/retail-ui/issues/1953)
473
+ * **TokenInput:** add `menuWidth` and `menuAlign` props ([#2479](https://github.com/skbkontur/retail-ui/issues/2479)) ([c3f6404](https://github.com/skbkontur/retail-ui/commit/c3f64045f0da12561840a1ac8134c03d4dc92623)), closes [#1834](https://github.com/skbkontur/retail-ui/issues/1834)
474
+
475
+
476
+
477
+
478
+
479
+ ## [3.3.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.3.0...@skbkontur/react-ui@3.3.1) (2021-07-23)
480
+
481
+
482
+ ### Bug Fixes
483
+
484
+ * **Select:** fix highlighting of selected item ([#2483](https://github.com/skbkontur/retail-ui/issues/2483)) ([6b5412b](https://github.com/skbkontur/retail-ui/commit/6b5412bf74bd0d9651aa0ea064c9dea7389a2b21))
485
+
486
+
487
+
488
+
489
+
490
+ # [3.3.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.2.1...@skbkontur/react-ui@3.3.0) (2021-07-14)
491
+
492
+
493
+ ### Bug Fixes
494
+
495
+ * **Button:** update background and border color* ([ee617bb](https://github.com/skbkontur/retail-ui/commit/ee617bb8bb2285e9ba863a7768fd666c4d0a936a))
496
+ * **Combobox:** counting the number of found items ([#2465](https://github.com/skbkontur/retail-ui/issues/2465)) ([b2d5e67](https://github.com/skbkontur/retail-ui/commit/b2d5e67a648236ad6fdfa34973ebb2bb09f61c02))
497
+ * **HBVS:** fix styles restoration ([89eed10](https://github.com/skbkontur/retail-ui/commit/89eed10a3efa7b049ebed87de9b634137634a0bb))
498
+ * **hint:** add hintBgColor var ([#2457](https://github.com/skbkontur/retail-ui/issues/2457)) ([3f828e6](https://github.com/skbkontur/retail-ui/commit/3f828e60d0708da94f66d1b65409e330100126d7))
499
+
500
+
501
+ ### Features
502
+
503
+ * **Modal:** allow use header/body/footer on any level ([f052f85](https://github.com/skbkontur/retail-ui/commit/f052f8557d677e51863a6feb0bde1ad37c52cb85)), closes [#2449](https://github.com/skbkontur/retail-ui/issues/2449)
504
+ * **SidePage:** add FocusLock ([#2467](https://github.com/skbkontur/retail-ui/issues/2467)) ([fe6ca6a](https://github.com/skbkontur/retail-ui/commit/fe6ca6af4da4b39e3973fa937fdbf09b6731d033))
505
+ * **SidePage:** allow use header/body/footer on any level ([9fe4264](https://github.com/skbkontur/retail-ui/commit/9fe4264fa17ba43f40f18f58d50a527177b93aa5)), closes [#2455](https://github.com/skbkontur/retail-ui/issues/2455)
506
+
507
+
508
+
509
+
510
+
511
+ ## [3.2.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.2.0...@skbkontur/react-ui@3.2.1) (2021-06-29)
512
+
513
+
514
+ ### Bug Fixes
515
+
516
+ * **Modal,SidePage,HideBodyVerticalScroll:** fix performance issue ([7bd9ce6](https://github.com/skbkontur/retail-ui/commit/7bd9ce6974c2eea18537b15c6a6ee1a6e6a0a351))
517
+ * **react-ui:** add new env vars for animation disabling ([9840822](https://github.com/skbkontur/retail-ui/commit/98408221c0d80ce24cf8da8a5cdbc96fee365519))
518
+
519
+
520
+
521
+
522
+
523
+ # [3.2.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.1.0...@skbkontur/react-ui@3.2.0) (2021-06-22)
524
+
525
+
526
+ ### Bug Fixes
527
+
528
+ * **CurrencyInput:** double click and deselection by click ([#2366](https://github.com/skbkontur/retail-ui/issues/2366)) ([6346d85](https://github.com/skbkontur/retail-ui/commit/6346d850b7cda6926470eb9d01841f2ffb86b5e1))
529
+ * **Modal:** fix shadows and footer color ([#2442](https://github.com/skbkontur/retail-ui/issues/2442)) ([94064bc](https://github.com/skbkontur/retail-ui/commit/94064bc8ea613f0caac806e25eb6584849ae7d95))
530
+ * **Popup:** don't squash content if it doesn't fit in the viewport ([#2433](https://github.com/skbkontur/retail-ui/issues/2433)) ([098a5bf](https://github.com/skbkontur/retail-ui/commit/098a5bff2de098f584dd9c5e48c1e3f3a7e5f746))
531
+ * **SidePage:** fix shadows and footer color ([#2446](https://github.com/skbkontur/retail-ui/issues/2446)) ([6b925e6](https://github.com/skbkontur/retail-ui/commit/6b925e6464f01323172e27b692dbc2278efa902d))
532
+
533
+
534
+ ### Features
535
+
536
+ * **Kebab:** add custom icon ([da3a23c](https://github.com/skbkontur/retail-ui/commit/da3a23c9f2863565120d98cb43bbad5e57303e85))
537
+ * **react-ui:** support webpack 5 ([3b20af0](https://github.com/skbkontur/retail-ui/commit/3b20af0a0b9b9455fd7f7594b27f6bf41c09eb80))
538
+
539
+
540
+
541
+
542
+
543
+ # [3.1.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.0.0...@skbkontur/react-ui@3.1.0) (2021-06-09)
544
+
545
+
546
+ ### Bug Fixes
547
+
548
+ * **Button:** remove middle line on arrows ([51f9395](https://github.com/skbkontur/retail-ui/commit/51f93953ff3f1e9a9afaecf866184e8c7e704dda))
549
+ * **Checkbox:** fix not triggered onFocus handler ([c8b1247](https://github.com/skbkontur/retail-ui/commit/c8b12479ce9f74c26a936bf05b2a5a65bc87453d))
550
+ * **Input,Textarea,Toggle,Checkbox:** fix regress after 3.0 ([#2397](https://github.com/skbkontur/retail-ui/issues/2397)) ([0905743](https://github.com/skbkontur/retail-ui/commit/09057434064423f97f0c99a5ad12714a120f2b8b))
551
+ * **Radio, Checkbox:** remove borders in flat theme ([a927027](https://github.com/skbkontur/retail-ui/commit/a927027d3482f60c2e18ab38cfb269b0dc79bff6))
552
+ * **Tabs:** add resize detector in tab for updating indicator place ([347e672](https://github.com/skbkontur/retail-ui/commit/347e672e9cd964541ec0d6d1c2da5fbaef2a6b21))
553
+ * **Textarea:** skip tab focus on iframe ([6f5aa39](https://github.com/skbkontur/retail-ui/commit/6f5aa39c77eb47e21654284c106c104bdf49e0d5))
554
+
555
+
556
+ ### Features
557
+
558
+ * **Combobox:** add right icon ([#2431](https://github.com/skbkontur/retail-ui/issues/2431)) ([2c0d2c9](https://github.com/skbkontur/retail-ui/commit/2c0d2c9c990c1200d52e521434495e91f34bd9b0))
559
+
560
+
561
+
562
+
563
+
564
+ # [3.0.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.17.0...@skbkontur/react-ui@3.0.0) (2021-05-12)
565
+
566
+
567
+ ### Bug Fixes
568
+
569
+ * **react-ui:** update default text color ([57189e6](https://github.com/skbkontur/retail-ui/commit/57189e6bebbfa63e293844c77c43b52153d13ea6))
570
+ * **ThemeFactory:** create themes based on 8px by default ([141cf24](https://github.com/skbkontur/retail-ui/commit/141cf24b91a084c11fa641df0b3faf8dd3ea1612))
571
+ * change the text color of disabled controls ([#2304](https://github.com/skbkontur/retail-ui/issues/2304)) ([09e27e9](https://github.com/skbkontur/retail-ui/commit/09e27e9a6aadefdf23b2ad801923f840f03f6828)), closes [#2207](https://github.com/skbkontur/retail-ui/issues/2207)
572
+ * focus border color and menu items bg color changed to `[#1](https://github.com/skbkontur/retail-ui/issues/1)D85D0` ([35c325d](https://github.com/skbkontur/retail-ui/commit/35c325dd1cdf96c58d5bc680a9c93bfa025d5365)), closes [#1D85D0](https://github.com/skbkontur/retail-ui/issues/1D85D0) [#2330](https://github.com/skbkontur/retail-ui/issues/2330)
573
+ * **Button:** add white-space: nowrap for linkbutton ([b5ceeed](https://github.com/skbkontur/retail-ui/commit/b5ceeedeb2216281f86e1c34a85a6ecbb16fd666))
574
+ * **Button:** fix icon padding with empty children ([476a05d](https://github.com/skbkontur/retail-ui/commit/476a05de13f7276905bf4ac0081bf34d4dde32eb))
575
+ * **Button:** remove transparent bg on hover from Flat theme ([#2253](https://github.com/skbkontur/retail-ui/issues/2253)) ([af72fe7](https://github.com/skbkontur/retail-ui/commit/af72fe716b135717531b1b5c7293e3f921246ba2))
576
+ * **Theme:** improve themes markers, no need to replicate them anymore ([f635939](https://github.com/skbkontur/retail-ui/commit/f6359395fb7a20129c24ad8bb17f424368094fe7))
577
+ * **ThemePlayground:** restore tests that was deleted by mistake ([1ea04c6](https://github.com/skbkontur/retail-ui/commit/1ea04c66462ad4c0f44ef52586787fef30aa753e)), closes [#2319](https://github.com/skbkontur/retail-ui/issues/2319)
578
+ * **Tooltip,Hint:** change popup margin ([7c32369](https://github.com/skbkontur/retail-ui/commit/7c32369f12cb73fc0c77a46a10db2313e1dbfc43))
579
+
580
+
581
+ ### Features
582
+
583
+ * **Button:** implement strokes via borders, add inner shadow for error/warning states ([#2285](https://github.com/skbkontur/retail-ui/issues/2285)) ([5bca212](https://github.com/skbkontur/retail-ui/commit/5bca212ebbcb75dba814a414dab94c4999f1e7cc))
584
+ * **Button:** new loading state ([#2256](https://github.com/skbkontur/retail-ui/issues/2256)) ([c4d6537](https://github.com/skbkontur/retail-ui/commit/c4d65379f382c6fe5ddd4293ff9974443a3cae76))
585
+ * **Fias:** remove component ([cd3ecdf](https://github.com/skbkontur/retail-ui/commit/cd3ecdf7d8c2bc3b7a1ce583efc786773db606d4))
586
+ * **LocaleContext:** allow usage with any component ([cb074f6](https://github.com/skbkontur/retail-ui/commit/cb074f6231748b9a54d382c78561a00fb0c16a68))
587
+ * **LocaleProvider:** remove component ([906b485](https://github.com/skbkontur/retail-ui/commit/906b48532150409b96643460d02265315caeb84b))
588
+ * **Logotype:** remove component ([9455ffa](https://github.com/skbkontur/retail-ui/commit/9455ffad8d528ec312c0879622ec2c2e8032880a))
589
+ * **MenuItem:** remove alkoLink prop ([a69ae24](https://github.com/skbkontur/retail-ui/commit/a69ae24c215ac17c1e3dd914b8c623f86553258c))
590
+ * **react-ui:** new arrow icons ([#2331](https://github.com/skbkontur/retail-ui/issues/2331)) ([cf9e76f](https://github.com/skbkontur/retail-ui/commit/cf9e76ff124f4286d4b1bffe242807537c10d578))
591
+ * **react-ui:** rename themes ([#2391](https://github.com/skbkontur/retail-ui/issues/2391)) ([ed2bd19](https://github.com/skbkontur/retail-ui/commit/ed2bd1959b488a97aa9d3ab96cbf40c504ca0a8a))
592
+ * **react-ui:** turn on 8px theme by default ([b2e0087](https://github.com/skbkontur/retail-ui/commit/b2e00876762bf7ec4d40a3424110aee713ef33d6))
593
+ * **Select, Dropdown:** remove diadocLinkIcon prop ([0374bad](https://github.com/skbkontur/retail-ui/commit/0374badf35daabae1984167a2a41751af2c18524))
594
+ * **Spinner, Loader:** remove cloud prop ([923a57c](https://github.com/skbkontur/retail-ui/commit/923a57c9aac9aa1dff1775dca29f6dc548c5d358))
595
+ * **SpinnerOld:** remove component ([8c76fac](https://github.com/skbkontur/retail-ui/commit/8c76fac129e503eb9e0a49f5f09e3adb90dec8a1))
596
+ * **ThemeConsumer:** remove component ([9c01ab9](https://github.com/skbkontur/retail-ui/commit/9c01ab9e0e117fdaac03b12d49adc03db05ddba7))
597
+ * **ThemeProvider:** remove component ([c932bb7](https://github.com/skbkontur/retail-ui/commit/c932bb75f5b2ba14238aa363e2f7756bae38adda))
598
+ * **Toggle:** deprecate 'color' prop ([f7b9b22](https://github.com/skbkontur/retail-ui/commit/f7b9b22d154b5cdf9225a62815f94a05cc9dec77))
599
+ * **Toggle:** implement error and warning states via shadows ([c67f8a5](https://github.com/skbkontur/retail-ui/commit/c67f8a5b81b1d5a11f0637e49ee565485effe4aa))
600
+ * **Tooltip,Hint:** set useWrapper prop to false by default ([74bdb29](https://github.com/skbkontur/retail-ui/commit/74bdb299c19744f2c46052c3ed98b438bf1a221d))
601
+ * **TopBar:** remove component ([5a67478](https://github.com/skbkontur/retail-ui/commit/5a67478751145fcd2445e283762ab48b729ddc23))
602
+
603
+
604
+ ### Reverts
605
+
606
+ * Revert "test(Button): change size of screenshot" ([25887e6](https://github.com/skbkontur/retail-ui/commit/25887e688fb7c1a4d203baaf020c78e56d24486b))
607
+
608
+
609
+ ### BREAKING CHANGES
610
+
611
+ * **react-ui:** default text color has been changed to #333333
612
+ * **react-ui:** themes have been renamed (see migration.md)
613
+ * **react-ui:** default theme has changed
614
+ * Color of focus border and background of active menu items changed from `#5199db` to `#1D85D0`
615
+ * **Tooltip,Hint:** It may affect position of Tooltips and Hints over your element due default wrapper removal. Also default offsets were changed.
616
+ * **ThemeProvider:** component `ThemeProvider` was removed please use `ThemeContext` instead. See [ThemeContext](https://tech.skbkontur.ru/react-ui/#/Customization/ThemeContext).
617
+ * **ThemeConsumer:** component `ThemeConsumer` was deprecated and removed please use `ThemeContext` instead
618
+ * **Select, Dropdown:** Prop `diadocLinkIcon` was deprecated use prop `_renderButton` instead
619
+ * **MenuItem:** Prop `alkoLink` was deprecated please use `link` instead
620
+ * **LocaleProvider:** Component `LocaleProvider` has been removed, please use `LocaleContext` instead
621
+ * **Spinner, Loader:** Cloud prop in `Spinner` and `Loader` components has been removed, behavior moved to `@skbkontur/react-ui-addons` see [migration](https://github.com/skbkontur/retail-ui/blob/master/packages/react-ui/MIGRATION.md).
622
+ * **SpinnerOld:** Component `SpinnerOld` has been removed, please use component from @skbkontur/react-ui-addons
623
+ * **Logotype:** Component `Logotype` has been removed, please use component from @skbkontur/react-ui-addons
624
+ * **Fias:** Component `Fias` has been removed, please use component from @skbkontur/react-ui-addons
625
+ * **TopBar:** Component `TopBar` has been removed, please use component from `@skbkontur/react-ui-addons`
626
+
627
+
628
+
629
+
630
+
631
+ # [2.17.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.16.2...@skbkontur/react-ui@2.17.0) (2021-05-12)
632
+
633
+
634
+ ### Features
635
+
636
+ * support React 17 ([#2360](https://github.com/skbkontur/retail-ui/issues/2360)) ([066ff68](https://github.com/skbkontur/retail-ui/commit/066ff681477d415177a6312c218e49ed5baa4c44))
637
+ * **DropdownMenu:** add prop width ([b49e8c0](https://github.com/skbkontur/retail-ui/commit/b49e8c0d05d085ac7e175899ec064d5cc7192507))
638
+
639
+
640
+
641
+
642
+
643
+ ## [2.16.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.16.1...@skbkontur/react-ui@2.16.2) (2021-04-30)
644
+
645
+
646
+ ### Bug Fixes
647
+
648
+ * **Hint:** clear opening timer ([0a03c36](https://github.com/skbkontur/retail-ui/commit/0a03c36eef19dbaff51a774cee066a3255db5d3d))
649
+ * **locale:** add check that 'name' field is configurable ([b895bc2](https://github.com/skbkontur/retail-ui/commit/b895bc237bb6c4de115d08f61749175cb0e314a0)), closes [#2370](https://github.com/skbkontur/retail-ui/issues/2370)
650
+
651
+
652
+
653
+
654
+
655
+ ## [2.16.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.16.0...@skbkontur/react-ui@2.16.1) (2021-04-28)
656
+
657
+
658
+ ### Bug Fixes
659
+
660
+ * **SidePage:** fix sidepage counting for adding margins and shadows ([bb24bf6](https://github.com/skbkontur/retail-ui/commit/bb24bf6f08d953ba0cd935bbf17f88c125fcef8a))
661
+
662
+
663
+
664
+
665
+
666
+ # [2.16.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.15.0...@skbkontur/react-ui@2.16.0) (2021-04-12)
667
+
668
+
669
+ ### Bug Fixes
670
+
671
+ * **CurrencyInput:** set default inputMode as "decimal" ([2a8154c](https://github.com/skbkontur/retail-ui/commit/2a8154c7c9b869457817978c8b1f3422e7be1da1)), closes [#1678](https://github.com/skbkontur/retail-ui/issues/1678)
672
+ * **Toast:** increase z-index to always render on top of everything ([23d5178](https://github.com/skbkontur/retail-ui/commit/23d5178b96013768df751a2936bb1d81046747c1))
673
+
674
+
675
+ ### Features
676
+
677
+ * **ComboBox:** support "inputMode" prop ([259ea32](https://github.com/skbkontur/retail-ui/commit/259ea32c2e3107d6f81bbd0da57969a1a49ca307))
678
+ * **react-ui:** complete 8px theme ([#2322](https://github.com/skbkontur/retail-ui/issues/2322)) ([f6ac143](https://github.com/skbkontur/retail-ui/commit/f6ac1431c49191b6b151eace72b81eba0f23a6ff))
679
+ * **TokenInput:** support "inputMode" prop ([452eb0c](https://github.com/skbkontur/retail-ui/commit/452eb0c995e80858467e235c480d04f54e685320))
680
+
681
+
682
+
683
+
684
+
685
+ # [2.15.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.14.1...@skbkontur/react-ui@2.15.0) (2021-03-18)
686
+
687
+
688
+ ### Bug Fixes
689
+
690
+ * **Autocomplete:** use prop `active` from `RenderLayer` ([031940a](https://github.com/skbkontur/retail-ui/commit/031940ad30cbe84547741313017bfe04de52cfc3))
691
+ * **Checkbox:** fix indeterminate state in IE11/Edge ([ff62f26](https://github.com/skbkontur/retail-ui/commit/ff62f2655e45ce20e1b151cdb08e570ab5d3c40d))
692
+
693
+
694
+ ### Features
695
+
696
+ * **Textarea:** add `disableAnimation` and `extraRow` props ([#2317](https://github.com/skbkontur/retail-ui/issues/2317)) ([8351a7d](https://github.com/skbkontur/retail-ui/commit/8351a7d9cca38d4bb064829a516ac03b9a360d72)), closes [#2120](https://github.com/skbkontur/retail-ui/issues/2120)
697
+
698
+
699
+
700
+
701
+
702
+ ## [2.14.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.14.0...@skbkontur/react-ui@2.14.1) (2021-03-15)
703
+
704
+
705
+ ### Bug Fixes
706
+
707
+ * **Toast,Center:** fix className forwarding ([#2313](https://github.com/skbkontur/retail-ui/issues/2313)) ([d643cc2](https://github.com/skbkontur/retail-ui/commit/d643cc2a52a9c3d11b5662e297dff8016ee92983)), closes [#2312](https://github.com/skbkontur/retail-ui/issues/2312)
708
+
709
+
710
+
711
+
712
+
713
+ # [2.14.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.13.0...@skbkontur/react-ui@2.14.0) (2021-03-05)
714
+
715
+
716
+ ### Bug Fixes
717
+
718
+ * **Sticky:** avoid margins collapsing ([a39f3fc](https://github.com/skbkontur/retail-ui/commit/a39f3fcd24e2ffb2f163d86c6dbda4320f681f79))
719
+ * **TokenInput:** don't call onBlur until focus is really lost ([7a6c856](https://github.com/skbkontur/retail-ui/commit/7a6c8563dd991d63511fe06561ee61a62d804c5e))
720
+
721
+
722
+ ### Features
723
+
724
+ * **Loader:** add component prop ([40ea9b2](https://github.com/skbkontur/retail-ui/commit/40ea9b2b6e050927e503763e7ec33436dfa704df))
725
+ * forward common props (className, style, data-*) ([#2257](https://github.com/skbkontur/retail-ui/issues/2257)) ([626ac07](https://github.com/skbkontur/retail-ui/commit/626ac07178e4d2139b03e6a6cb3e04a8e69475de))
726
+ * **TokenInput:** onUnexpectedInput prop added ([cba1d76](https://github.com/skbkontur/retail-ui/commit/cba1d769a37620b25061b1e60541b67cf4fbb701))
727
+
728
+
729
+
730
+
731
+
732
+ # [2.13.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.12.1...@skbkontur/react-ui@2.13.0) (2021-01-27)
733
+
734
+
735
+ ### Bug Fixes
736
+
737
+ * **Select:** fix typo in placeholder ([#2275](https://github.com/skbkontur/retail-ui/issues/2275)) ([bf1beb8](https://github.com/skbkontur/retail-ui/commit/bf1beb8288dd0376f43edf487c96267ef19e723a))
738
+ * **Select:** reset search query on close ([#2265](https://github.com/skbkontur/retail-ui/issues/2265)) ([c168c50](https://github.com/skbkontur/retail-ui/commit/c168c508c97cfdb8c52267695e664d7b8fcff200)), closes [#2264](https://github.com/skbkontur/retail-ui/issues/2264)
739
+ * **Textarea:** fix line breaks inside Gapped in IE; add story ([2cec37c](https://github.com/skbkontur/retail-ui/commit/2cec37cccb9c0b3c02e0436d28cbd4d361f07e6d))
740
+
741
+
742
+ ### Features
743
+
744
+ * **Link:** new loading state ([#2271](https://github.com/skbkontur/retail-ui/issues/2271)) ([f494fd8](https://github.com/skbkontur/retail-ui/commit/f494fd844b50eeed0cbf60a1da27e213976c143f))
745
+
746
+
747
+
748
+
749
+
750
+ ## [2.12.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.12.0...@skbkontur/react-ui@2.12.1) (2020-12-25)
751
+
752
+
753
+ ### Bug Fixes
754
+
755
+ * **ScrollContainer:** add onScroll prop & dont block window scroll if inner scroll isnt active ([#2252](https://github.com/skbkontur/retail-ui/issues/2252)) ([df069ab](https://github.com/skbkontur/retail-ui/commit/df069ab0cee3cedd322c5a29b04887ab2ca1cf97))
756
+
757
+
758
+
759
+
760
+
761
+ # [2.12.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.11.0...@skbkontur/react-ui@2.12.0) (2020-12-23)
762
+
763
+
764
+ ### Features
765
+
766
+ * ssr support ([#2103](https://github.com/skbkontur/retail-ui/issues/2103)) ([506a7f6](https://github.com/skbkontur/retail-ui/commit/506a7f63337cc4ca2567581495959b1656fedd18))
767
+
768
+
769
+
770
+
771
+
772
+ # [2.11.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.10.0...@skbkontur/react-ui@2.11.0) (2020-12-17)
773
+
774
+
775
+ ### Bug Fixes
776
+
777
+ * **ComboBox:** add an explicit call to focus on the Input ([89c71c3](https://github.com/skbkontur/retail-ui/commit/89c71c3cff0b5b88c79d3c24abd1edbaf84533b2)), closes [#1862](https://github.com/skbkontur/retail-ui/issues/1862)
778
+ * **Modal.Header:** fix right padding with noClose ([50115db](https://github.com/skbkontur/retail-ui/commit/50115db98f4bf2ca70398b20504ce7ef04d71510))
779
+ * **RadioGroup:** fix gaps between radios for 8px theme ([ef95117](https://github.com/skbkontur/retail-ui/commit/ef9511755a8869d75c52633148f5ef8d90ddad2b))
780
+ * **ScrollContainer:** properly handle scroll's state change ([e61d825](https://github.com/skbkontur/retail-ui/commit/e61d825dcac36460fa56a7cb33907c277f32b78f))
781
+
782
+
783
+ ### Features
784
+
785
+ * **Textarea:** add chars counter ([5580592](https://github.com/skbkontur/retail-ui/commit/558059275c6a563b5f9348570b7193b400ec3c00)), closes [#2208](https://github.com/skbkontur/retail-ui/issues/2208)
786
+
787
+
788
+
789
+
790
+
791
+ # [2.10.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.9.0...@skbkontur/react-ui@2.10.0) (2020-12-03)
792
+
793
+
794
+ ### Bug Fixes
795
+
796
+ * **Icon20px,TopBar:** replace iconic font with svg icons ([67981e1](https://github.com/skbkontur/retail-ui/commit/67981e125a4e5fc93eb4f5e03c0ebcdfb638b6ed)), closes [#2223](https://github.com/skbkontur/retail-ui/issues/2223)
797
+ * **Input:** fix disabled color in Safari ([5b35688](https://github.com/skbkontur/retail-ui/commit/5b356880aea96fbe716eaf3cb8d0cedf72f51542))
798
+ * **Kebab:** use svg icon for large size ([c3d5b13](https://github.com/skbkontur/retail-ui/commit/c3d5b138ddcf1da45f487616fa940f7ac2d7e921)), closes [#2223](https://github.com/skbkontur/retail-ui/issues/2223)
799
+ * **Modal:** fix cross's box-sizing ([e734022](https://github.com/skbkontur/retail-ui/commit/e7340220f6bfabaed5c5b74fd094767a47c8c4e0))
800
+ * **Spinner,SpinnerOld:** remake fallback animation using SVG ([#2203](https://github.com/skbkontur/retail-ui/issues/2203)) ([fe32192](https://github.com/skbkontur/retail-ui/commit/fe321928785a464dd2c631266ab18ae508436caf)), closes [#2182](https://github.com/skbkontur/retail-ui/issues/2182)
801
+ * **Textarea:** correct onCut and onPaste handlers ([ee04b65](https://github.com/skbkontur/retail-ui/commit/ee04b65f6b0421df06f08014de6a226c428cb49c))
802
+
803
+
804
+ ### Features
805
+
806
+ * **ComboBox:** add leftIcon prop ([d7a4904](https://github.com/skbkontur/retail-ui/commit/d7a49047717a2a5acefdc2136e3edccc0a56a703))
807
+ * **TopBarItem:** accept ReactElement as icon ([4fa4609](https://github.com/skbkontur/retail-ui/commit/4fa460994a0e1043cddfbb1f485cb761b801f3e2))
808
+
809
+
810
+
811
+
812
+
813
+ # [2.9.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.8.0...@skbkontur/react-ui@2.9.0) (2020-11-19)
814
+
815
+
816
+ ### Features
817
+
818
+ * **TokenInput:** ability to edit tokens ([#2189](https://github.com/skbkontur/retail-ui/issues/2189)) ([7ae8ea6](https://github.com/skbkontur/retail-ui/commit/7ae8ea6f1625600f3935ccd15b0fa797813f4f7b)), closes [#2112](https://github.com/skbkontur/retail-ui/issues/2112)
819
+
820
+
821
+
822
+
823
+
824
+ # [2.8.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.7.0...@skbkontur/react-ui@2.8.0) (2020-11-09)
825
+
826
+
827
+ ### Bug Fixes
828
+
829
+ * **Input:** allow to scroll and select text while disabled ([63f5176](https://github.com/skbkontur/retail-ui/commit/63f5176c0804758f5acdd8d21c1d9c5d1eb17250)), closes [#2192](https://github.com/skbkontur/retail-ui/issues/2192) [#2054](https://github.com/skbkontur/retail-ui/issues/2054)
830
+ * **ModalStack:** add fallback for `fbemitter` from old versions ([c1ece9c](https://github.com/skbkontur/retail-ui/commit/c1ece9ce279a113c82fa325a3001d0067db18436))
831
+ * **ScrollContainer:** don't hide horizontal scrollbars ([d8f734f](https://github.com/skbkontur/retail-ui/commit/d8f734fe7e050b929c76d5ecd4ef636cc6c3ed3e)), closes [#2190](https://github.com/skbkontur/retail-ui/issues/2190)
832
+ * **ScrollContainer:** fix scroll state calculation ([4eb0142](https://github.com/skbkontur/retail-ui/commit/4eb0142844ca9145da1aae4c5a9a1b3cd5045310)), closes [#2190](https://github.com/skbkontur/retail-ui/issues/2190)
833
+ * **Textarea:** fix placeholder's color for FF ([9eb31d5](https://github.com/skbkontur/retail-ui/commit/9eb31d58105a475ec0ecac28c24181d4526d730b)), closes [#2186](https://github.com/skbkontur/retail-ui/issues/2186)
834
+ * **TokenInput:** deselect active tokens after edit ([c40f067](https://github.com/skbkontur/retail-ui/commit/c40f06748590f5cb208e139811ff525295c800c4)), closes [#1879](https://github.com/skbkontur/retail-ui/issues/1879)
835
+ * **TokenInput:** refresh items after paste from clipboard ([fcf09c6](https://github.com/skbkontur/retail-ui/commit/fcf09c6000da720a3f585b288edc8157a92d8de7))
836
+ * **TokenInput:** select first item ([2ff4df2](https://github.com/skbkontur/retail-ui/commit/2ff4df23ecfb20601a674b11f3c324aa1fa87d01)), closes [#1878](https://github.com/skbkontur/retail-ui/issues/1878) [#1187](https://github.com/skbkontur/retail-ui/issues/1187)
837
+
838
+
839
+ ### Features
840
+
841
+ * **DateInput:** add prop `autoFocus` ([2960ab9](https://github.com/skbkontur/retail-ui/commit/2960ab9af4fc2519e15caf5782418999efcb9270))
842
+
843
+
844
+
845
+
846
+
847
+ # [2.7.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.6.0...@skbkontur/react-ui@2.7.0) (2020-10-29)
848
+
849
+
850
+ ### Bug Fixes
851
+
852
+ * **Autocomplete:** support relative width ([#2104](https://github.com/skbkontur/retail-ui/issues/2104)) ([3bd9a13](https://github.com/skbkontur/retail-ui/commit/3bd9a13b2309b9051054c419500786d98196e6c9))
853
+ * **ComboBox:** support () => null in renderNotFound ([bb7a01a](https://github.com/skbkontur/retail-ui/commit/bb7a01ae96436baca900651378545adb6138a4c1))
854
+ * **modal:** fix crossicon into svg ([996dc90](https://github.com/skbkontur/retail-ui/commit/996dc90a15d45d13ff7d98129a863579a05ec915))
855
+ * **modal:** fix modal blackout if sidepage have bigger z-index ([24c9e1d](https://github.com/skbkontur/retail-ui/commit/24c9e1df487b953e77fa968794d429bb781ef378)), closes [#2175](https://github.com/skbkontur/retail-ui/issues/2175)
856
+ * **modalclose:** up in Zindex, now upper than ModalHeader ([de8d81c](https://github.com/skbkontur/retail-ui/commit/de8d81cc343d31a4a6c49b6cc065086f817a216b))
857
+
858
+
859
+ ### Features
860
+
861
+ * **modalbody:** add prop noPadding ([7163909](https://github.com/skbkontur/retail-ui/commit/71639091d9fa2e96fe4bd803245fd22a09045e8d))
862
+
863
+
864
+
865
+
866
+
867
+
868
+ # [2.6.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.5.0...@skbkontur/react-ui@2.6.0) (2020-10-13)
869
+
870
+
871
+ ### Bug Fixes
872
+
873
+ * **customization:** replace textareaHeight with textareaMinHeight ([42e3d4f](https://github.com/skbkontur/retail-ui/commit/42e3d4f04956235572c967f1891615bf409b5ed8))
874
+ * **DatePicker:** return TodayLink's border ([9206bee](https://github.com/skbkontur/retail-ui/commit/9206bee72389bfa00885c8ab5d0d7431e11e0d1a))
875
+ * **Textarea:** fix background color regress ([#2170](https://github.com/skbkontur/retail-ui/issues/2170)) ([d206ff2](https://github.com/skbkontur/retail-ui/commit/d206ff2bbfb174e7799241fabcac9123a607950b))
876
+ * **Textarea:** fix min height ([2777ac5](https://github.com/skbkontur/retail-ui/commit/2777ac5fd57370256f44606f7baa12373cf1b5a5)), closes [#2120](https://github.com/skbkontur/retail-ui/issues/2120) [#2160](https://github.com/skbkontur/retail-ui/issues/2160)
877
+
878
+
879
+ ### Features
880
+
881
+ * **Toggle:** add use 'children' ([33e725c](https://github.com/skbkontur/retail-ui/commit/33e725c69373cd44dc7a2ec6fd2d4c1855b456fb)), closes [#1723](https://github.com/skbkontur/retail-ui/issues/1723)
882
+ * **Tooltip:** add manual control ([ad0d0a2](https://github.com/skbkontur/retail-ui/commit/ad0d0a29da1f13628cc54c92b36b38dfb45156a6)), closes [#914](https://github.com/skbkontur/retail-ui/issues/914)
883
+
884
+
885
+
886
+
887
+
888
+
889
+ # [2.5.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.4.3...@skbkontur/react-ui@2.5.0) (2020-09-23)
890
+
891
+
892
+ ### Bug Fixes
893
+
894
+ * **Button:** checked + disabled кнопка сдвигает текст на 1 px ([da2e822](https://github.com/skbkontur/retail-ui/commit/da2e822df3d12c2afb743e941120bc52f910efe5))
895
+ * **spinner:** fix spinner fallback mini ([9a766e3](https://github.com/skbkontur/retail-ui/commit/9a766e3b9110dfa19babf3446555f5d8da68b182))
896
+ * **Tab:** return operability with links from react-router-dom ([8da96a9](https://github.com/skbkontur/retail-ui/commit/8da96a97511459f8164862a1dc61d4a591fff466))
897
+
898
+
899
+ ### Features
900
+
901
+ * **Switcher:** Добавляет disabled состояние ([d5b13a8](https://github.com/skbkontur/retail-ui/commit/d5b13a8d0c345fc5bba97f6b407b9b2df0f78d2c))
902
+
903
+
904
+
905
+
906
+
907
+ ## [2.4.3](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.4.2...@skbkontur/react-ui@2.4.3) (2020-09-16)
908
+
909
+
910
+ ### Bug Fixes
911
+
912
+ * **Fias:** add "version" param to all requests ([6c1f200](https://github.com/skbkontur/retail-ui/commit/6c1f200f5eb1b04f753eeb0860340049bfd16a16)), closes [#2126](https://github.com/skbkontur/retail-ui/issues/2126)
913
+ * **Input:** fixed wrong right mask position ([88116d6](https://github.com/skbkontur/retail-ui/commit/88116d6994c58ebea5dacfa1e0ffa498fe2f1963)), closes [#1379](https://github.com/skbkontur/retail-ui/issues/1379)
914
+ * **PasswordInput:** change eye icon ([e36c1ba](https://github.com/skbkontur/retail-ui/commit/e36c1baa647993450e9f88e7e48f2f6f24066745)), closes [#2111](https://github.com/skbkontur/retail-ui/issues/2111)
915
+ * **Popup:** prevent wrong styles order ([08c7c4c](https://github.com/skbkontur/retail-ui/commit/08c7c4ce45238f72357b1ab2210dccda337f5f45)), closes [#2005](https://github.com/skbkontur/retail-ui/issues/2005)
916
+ * **Select.styles:** fix span width with left icon ([e2dceec](https://github.com/skbkontur/retail-ui/commit/e2dceec963c9c2b038abc13e8012666635b18098))
917
+ * **theme:** add var 'tokenInputTextColor' ([cbad454](https://github.com/skbkontur/retail-ui/commit/cbad454a701f31fb97f33da423c0317e8340f429)), closes [#2099](https://github.com/skbkontur/retail-ui/issues/2099)
918
+
919
+
920
+
921
+
922
+
923
+ ## [2.4.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.4.1...@skbkontur/react-ui@2.4.2) (2020-08-31)
924
+
925
+
926
+ ### Bug Fixes
927
+
928
+ * **Link, Button:** use hover styles from theme ([e23b3e1](https://github.com/skbkontur/retail-ui/commit/e23b3e186890a5b02072a142c54eab0df3b743df)), closes [#2072](https://github.com/skbkontur/retail-ui/issues/2072)
929
+ * **Loader:** обновление позиции лоадера при переключении active на true ([acb5bbe](https://github.com/skbkontur/retail-ui/commit/acb5bbe31a9d2d1132d88862a6be94bb8ef227c1)), closes [#2092](https://github.com/skbkontur/retail-ui/issues/2092)
930
+ * **MenuItem:** pass state into custom component ([073f1fa](https://github.com/skbkontur/retail-ui/commit/073f1fa6e542e06cc4f830e418118ace8cb4648f))
931
+
932
+
933
+
934
+
935
+
936
+ ## [2.4.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.4.0...@skbkontur/react-ui@2.4.1) (2020-08-07)
937
+
938
+
939
+ ### Bug Fixes
940
+
941
+ * **Input:** fix disabled bg color for 8px theme ([a4c8b28](https://github.com/skbkontur/retail-ui/commit/a4c8b286ebbf732a8c919527243beb76674647db))
942
+ * **react-ui:** fix controlHeight vars for non-8px themes ([db08994](https://github.com/skbkontur/retail-ui/commit/db089943e6e342551bcc1e4ae3b1a31e10e99a1c))
943
+ * **Switcher:** add button vars ([2b932df](https://github.com/skbkontur/retail-ui/commit/2b932df248da61bee182af96c208ec6626338cdb))
944
+ * **Switcher:** add variables for label ([fe0f8d1](https://github.com/skbkontur/retail-ui/commit/fe0f8d16c76f4cc636c9729ba71c66021e885291))
945
+ * **Switcher:** adjust button's paddings for 8px theme ([3d4ad29](https://github.com/skbkontur/retail-ui/commit/3d4ad29975cc0aa11c1a057e438f956513fceee7))
946
+ * **Tab:** fix Indicator position for 8px theme ([19b5b7f](https://github.com/skbkontur/retail-ui/commit/19b5b7fc71b02f3030ac4aac9e251f418a611955))
947
+ * **Tab:** use large size values in 8px theme ([a2a1f0d](https://github.com/skbkontur/retail-ui/commit/a2a1f0d28195c0bbd1f2cde585c99f66a26935ab))
948
+ * **TokenInput:** fix styles issue ([5ce5578](https://github.com/skbkontur/retail-ui/commit/5ce55783b10ae676afe47ccfea5f0d952f1c7981)), closes [#1952](https://github.com/skbkontur/retail-ui/issues/1952)
949
+ * **TokenInput:** use font-size and line-height vars; align tokens ([8a9dc0b](https://github.com/skbkontur/retail-ui/commit/8a9dc0b9bdd3d2fc42279035935f34a11f404bb6))
950
+
951
+
952
+
953
+
954
+
955
+ # [2.4.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.3.2...@skbkontur/react-ui@2.4.0) (2020-07-17)
956
+
957
+
958
+ ### Bug Fixes
959
+
960
+ * **ThemeEditor:** restore scroll to variable by link click ([0454ae6](https://github.com/skbkontur/retail-ui/commit/0454ae6d2b92cd61935fc2ded857b79aef86e9bc))
961
+ * **ThemeFactory:** don't ignore computed properties in factory methods ([9eb6cd8](https://github.com/skbkontur/retail-ui/commit/9eb6cd844a38ed182d35dde58bb443abcb1ffd23))
962
+ * **ThemePlayground:** fix ThemeEditor's styles ([0ab8225](https://github.com/skbkontur/retail-ui/commit/0ab82253bfa26f65a4998a51cbf0742a1d0f90a5))
963
+
964
+
965
+ ### Features
966
+
967
+ * **react-ui:** add 8px theme ([652f193](https://github.com/skbkontur/retail-ui/commit/652f193c244fcf6bc82afe324c46ccec1f63bff1))
968
+ * **ThemePlayground:** add 8px toggle ([7cd6681](https://github.com/skbkontur/retail-ui/commit/7cd668178b5a65bd5564e86254bf8c4f5faf8839))
969
+
970
+
971
+
972
+
973
+
974
+ ## [2.3.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.3.1...@skbkontur/react-ui@2.3.2) (2020-07-08)
975
+
976
+
977
+ ### Bug Fixes
978
+
979
+ * **Button:** fix styles order ([d372600](https://github.com/skbkontur/retail-ui/commit/d3726009a420143222e562eb9a035835b46ce38c)), closes [#2061](https://github.com/skbkontur/retail-ui/issues/2061) [#1952](https://github.com/skbkontur/retail-ui/issues/1952)
980
+ * **InputLikeText:** add class for icon on right side ([6235e21](https://github.com/skbkontur/retail-ui/commit/6235e21a504c09799c601d35b64465df02374f05)), closes [#2025](https://github.com/skbkontur/retail-ui/issues/2025)
981
+
982
+
983
+
984
+
985
+
986
+ ## [2.3.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.3.0...@skbkontur/react-ui@2.3.1) (2020-06-09)
987
+
988
+
989
+ ### Bug Fixes
990
+
991
+ * **FxInput:** add prop `disabled` to button `restore` ([f4b3723](https://github.com/skbkontur/retail-ui/commit/f4b372386b1d7fa9a9ae761e6d20d3ad0d097386)), closes [#2050](https://github.com/skbkontur/retail-ui/issues/2050)
992
+ * **Gapped:** fix left margin for single child ([7bf690a](https://github.com/skbkontur/retail-ui/commit/7bf690afabfff99095e2b1d183c9744e886d7917))
993
+ * **react-ui:** use NODE_ENV=test for animations disabling ([d1fda47](https://github.com/skbkontur/retail-ui/commit/d1fda4755e3b38248aa51d9e06a4a068c13b770e))
994
+
995
+
996
+
997
+
998
+
999
+ # [2.3.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.2.0...@skbkontur/react-ui@2.3.0) (2020-05-27)
1000
+
1001
+
1002
+ ### Bug Fixes
1003
+
1004
+ * **[combobox]:** fix DebounsedSearch bug and several bugs in test wrap ([507c189](https://github.com/skbkontur/retail-ui/commit/507c189c91a3ecdbfcf965fc41ee6a712c81bd51)), closes [#2031](https://github.com/skbkontur/retail-ui/issues/2031)
1005
+ * **Checkbox:** change variable theme `chbCheckedActiveBg` ([7fd2464](https://github.com/skbkontur/retail-ui/commit/7fd2464d4f63bc2ef0bea7561146ab7907e0255e)), closes [#1935](https://github.com/skbkontur/retail-ui/issues/1935)
1006
+ * **Input:** recovery of event trigger: onChange, onKeyDown, onKeyPress ([4aebf7a](https://github.com/skbkontur/retail-ui/commit/4aebf7afbbe1995383db739fa4f98fdbcd452462)), closes [#1938](https://github.com/skbkontur/retail-ui/issues/1938)
1007
+ * **MaskedInput:** add specific property of the IE/EDGE ([271a4c2](https://github.com/skbkontur/retail-ui/commit/271a4c2d330562a63a1753fee93ea8ddde6aa28b)), closes [#1911](https://github.com/skbkontur/retail-ui/issues/1911)
1008
+ * **react-ui:** fix tree-shaking that isn't working ([9545add](https://github.com/skbkontur/retail-ui/commit/9545add7748119fcb252e45188ebab953c47bf8e))
1009
+ * **SidePage:** add ignore mousedown on window scrollbar ([0aa3eec](https://github.com/skbkontur/retail-ui/commit/0aa3eec296cd38400870fb9d6503e8bd71c5882c)), closes [#1934](https://github.com/skbkontur/retail-ui/issues/1934)
1010
+ * **tooltip:** fix active props to RenderLayer ([347004e](https://github.com/skbkontur/retail-ui/commit/347004eb52ef52cd637379062ea8ca6c0cab7849))
1011
+ * **tooltip:** only hover&focus ([b61fb3b](https://github.com/skbkontur/retail-ui/commit/b61fb3bbadb2dca467ac42d5aef773f1f293a4ff))
1012
+
1013
+
1014
+ ### Features
1015
+
1016
+ * **Checkbox:** add variable theme `chbCheckedActiveShadow` ([183d198](https://github.com/skbkontur/retail-ui/commit/183d198bfc4885eb0fbcd7dcda34f6245f22d2f7))
1017
+ * **Link:** fill rel attr with 'noopener noreferrer' ([8f3b79b](https://github.com/skbkontur/retail-ui/commit/8f3b79b82e3a0c5f63761f7f25b02914735808ac))
1018
+
1019
+
1020
+
1021
+
1022
+
1023
+ # [2.2.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.1.1...@skbkontur/react-ui@2.2.0) (2020-04-29)
1024
+
1025
+
1026
+ ### Bug Fixes
1027
+
1028
+ * **Input:** add setTimeout for cases with autoFocus ([e90ebbc](https://github.com/skbkontur/retail-ui/commit/e90ebbcf57e33553bb7d05b44a61f76b50c0ef58)), closes [#1995](https://github.com/skbkontur/retail-ui/issues/1995)
1029
+ * **Select:** add support any types value to filterItem ([d63a4d6](https://github.com/skbkontur/retail-ui/commit/d63a4d61a267a6de9389999cdd5c8cb1d27e8233)), closes [#1996](https://github.com/skbkontur/retail-ui/issues/1996)
1030
+ * **Select:** re-fix commit with hash "e90ebbc" ([125d11b](https://github.com/skbkontur/retail-ui/commit/125d11b855c6a3fc99eaa9b38b181ac86be62be4)), closes [#1995](https://github.com/skbkontur/retail-ui/issues/1995)
1031
+ * **Select:** set width to 100% ([b924d00](https://github.com/skbkontur/retail-ui/commit/b924d00aa6d01ffbe528f2223ffa2f4c7128ae3d)), closes [#1994](https://github.com/skbkontur/retail-ui/issues/1994)
1032
+ * **SidePage:** make sidepage to not overlap the rest of the page ([e180c31](https://github.com/skbkontur/retail-ui/commit/e180c3148048b452e1b3b67f9ed0f4b667334ebb)), closes [#1949](https://github.com/skbkontur/retail-ui/issues/1949)
1033
+ * **Tooltip:** set default value for `box-sizing`, due to `reset.css` ([5afa08d](https://github.com/skbkontur/retail-ui/commit/5afa08df20a459bde885f26cb4dafb06c296413d)), closes [#2008](https://github.com/skbkontur/retail-ui/issues/2008)
1034
+ * **TopBar:** fix noShadow prop ([4ba47af](https://github.com/skbkontur/retail-ui/commit/4ba47af14eb2baf05383bf9270ae99a6195e0e4f)), closes [#1997](https://github.com/skbkontur/retail-ui/issues/1997)
1035
+
1036
+
1037
+ ### Features
1038
+
1039
+ * **TokenInput:** new parameter 'onAddItem' in 'renderAddButton' prop ([6bcfcc6](https://github.com/skbkontur/retail-ui/commit/6bcfcc6a1a2c32592d361b657b0888402219681e))
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+ ## [2.1.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.1.0...@skbkontur/react-ui@2.1.1) (2020-04-14)
1046
+
1047
+
1048
+ ### Bug Fixes
1049
+
1050
+ * **Radio:** add styles for `checked:hover` ([1e99755](https://github.com/skbkontur/retail-ui/commit/1e9975532cc8e4edf15da2572c7914b03037d12a)), closes [#1979](https://github.com/skbkontur/retail-ui/issues/1979)
1051
+ * **Toggle:** add custom boxShadow for toggle ([1922285](https://github.com/skbkontur/retail-ui/commit/1922285bd65cca03b79047f8b09f484ec433bba2))
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+ # [2.1.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.0.0...@skbkontur/react-ui@2.1.0) (2020-04-07)
1058
+
1059
+
1060
+ ### Bug Fixes
1061
+
1062
+ * **logotype:** paddings, icon with figma ([6a84800](https://github.com/skbkontur/retail-ui/commit/6a848008b7f431b7294786f5e36155be5b433565))
1063
+ * **textarea:** fix react warning ([647f9f4](https://github.com/skbkontur/retail-ui/commit/647f9f4ca0fa7484d974a4ea7a11a0b49d087bd0))
1064
+
1065
+
1066
+ ### Features
1067
+
1068
+ * **Modal:** add 'disableFocusLock' prop ([c046c38](https://github.com/skbkontur/retail-ui/commit/c046c386d1439044ba7ee869e9ce57b203841b90))
1069
+ * **ThemeFactory:** accept a base theme as a second arg of create method ([b92b20b](https://github.com/skbkontur/retail-ui/commit/b92b20bcac53face9280dd5951e0cb467b34d4a4))
1070
+ * **TokenInput:** new prop 'renderAddButton' ([06a2010](https://github.com/skbkontur/retail-ui/commit/06a201064db9f929aa8b7ff8e35f291457f328c8))
1071
+ * **TokenInput:** new prop "onInputValueChange" ([b621c8d](https://github.com/skbkontur/retail-ui/commit/b621c8d8eadbdbb88a7d6fcfd88522fc5ed879a4))
1072
+ * **TokenInput:** new public api method 'reset' ([14df810](https://github.com/skbkontur/retail-ui/commit/14df810b1b53896c62c18d16dc0a1d1aef94ee2f))
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+ # 2.0.0 (2020-03-24)
1079
+
1080
+
1081
+ ### Bug Fixes
1082
+
1083
+ * button/checkbox theme styles actualize ([10ddc66](https://github.com/skbkontur/retail-ui/commit/10ddc668e84bc997a0a332dedace75982d5ba9bf))
1084
+ * **checkbox:** sync styles between defalt and flat themes ([e0dcc7b](https://github.com/skbkontur/retail-ui/commit/e0dcc7bc02c281df74e0b7bf841d66065156ea14))
1085
+ * **fias:** warning throw exeption ([bb5aa2c](https://github.com/skbkontur/retail-ui/commit/bb5aa2cce8ae33f42fa9fc80b5708b9b5be211df))
1086
+ * **TopBar:** add typings for topbar dropdown props ([0c4d88c](https://github.com/skbkontur/retail-ui/commit/0c4d88c38742b1c07d758673e98d4cc09066564e)), closes [#1497](https://github.com/skbkontur/retail-ui/issues/1497)
1087
+
1088
+
1089
+ ### Code Refactoring
1090
+
1091
+ * **Modal:** rename Header/Footer/Body classes ([c373982](https://github.com/skbkontur/retail-ui/commit/c3739827c93e83b5080fbd177711ab7d0f2e0f6f)), closes [#1883](https://github.com/skbkontur/retail-ui/issues/1883)
1092
+ * **SidePage:** use latest Context API instead of HOC ([819cdf7](https://github.com/skbkontur/retail-ui/commit/819cdf7d44952f73d59a6a1044bf3cd94d7ca06d)), closes [#1883](https://github.com/skbkontur/retail-ui/issues/1883)
1093
+ * **Tab:** use latest Context API instead of HOC ([10e6c32](https://github.com/skbkontur/retail-ui/commit/10e6c3213d039bc18251af0b38e20a263b00019b))
1094
+ * **TopBar:** rename inner classes ([ff974b4](https://github.com/skbkontur/retail-ui/commit/ff974b46879d8f8e27a0e3679699db4863eaecc3)), closes [#1883](https://github.com/skbkontur/retail-ui/issues/1883)
1095
+
1096
+
1097
+ ### Features
1098
+
1099
+ * move all theme variables inside js, remove less support ([e219505](https://github.com/skbkontur/retail-ui/commit/e2195058c70424dc7e097cc8d174afbb05a9fd7d))
1100
+ * **localecontext:** add to export ([ad7bb41](https://github.com/skbkontur/retail-ui/commit/ad7bb41316378fe37af8cc6ad9efe15537804f7a))
1101
+ * **ThemeContext:** add to export ([bdeb112](https://github.com/skbkontur/retail-ui/commit/bdeb1123e6eb393b56c27c50ddff2f6721d54850))
1102
+
1103
+
1104
+ ### Performance Improvements
1105
+
1106
+ * **Button:** memoize css-in-js styles ([a7934d0](https://github.com/skbkontur/retail-ui/commit/a7934d0a00fe68a1d8fea55737669394730f6fe2))
1107
+ * **calendar:** memoize css-in-js styles ([7865514](https://github.com/skbkontur/retail-ui/commit/7865514f6849088aa4665ff85bfec4825d932147))
1108
+ * **center:** memoize css-in-js styles ([275593a](https://github.com/skbkontur/retail-ui/commit/275593ab15eaa84b75412163956b45c7203a91ce))
1109
+ * **checkbox:** memoize css-in-js styles ([d808cd0](https://github.com/skbkontur/retail-ui/commit/d808cd02dae9ba9a46efb01033b203f33b3259c8))
1110
+ * **customcombobox:** memoize css-in-js styles ([984d565](https://github.com/skbkontur/retail-ui/commit/984d565adb51588f1d8ff0fbd50197a51064f169))
1111
+ * **DateFragmentsView:** memoize css-in-js styles ([49c8897](https://github.com/skbkontur/retail-ui/commit/49c8897437b79987f2b0c78b8f4ec331d74c7fb9))
1112
+ * **datepicker:** memoize css-in-js styles ([364d49e](https://github.com/skbkontur/retail-ui/commit/364d49eb8a836423ab1e4df5c69af14deb0c1187))
1113
+ * **dateselect:** memoize css-in-js styles ([7d4c1ac](https://github.com/skbkontur/retail-ui/commit/7d4c1ac3587568a6ffd5b1e32b55eb7b8db8f4c5))
1114
+ * **Fias:** memoize css-in-js styles ([02a3d4e](https://github.com/skbkontur/retail-ui/commit/02a3d4e6639fffee9302ef6791e6d3185bd18037))
1115
+ * **group:** memoize css-in-js styles ([b68f50b](https://github.com/skbkontur/retail-ui/commit/b68f50bdfa427abea6b1860dbcf4753670a02c83))
1116
+ * **hint:** memoize css-in-js styles ([c3117bb](https://github.com/skbkontur/retail-ui/commit/c3117bb1ec60ee350c28d74a957c37e8cbdafe06))
1117
+ * **icon16px:** memoize css-in-js styles ([a2e5ae5](https://github.com/skbkontur/retail-ui/commit/a2e5ae5072769c4805cf4b3ced90b9eccd047079))
1118
+ * **icon20px:** memoize css-in-js styles ([83fa890](https://github.com/skbkontur/retail-ui/commit/83fa8909ada6927bcb4dc26c65d9b9d1fbc1a143))
1119
+ * **Input:** memoize css-in-js styles ([05c8344](https://github.com/skbkontur/retail-ui/commit/05c8344489f6929b1246c08c498b49304229080a))
1120
+ * **InputLikeText:** memoize css-in-js styles ([fb5527d](https://github.com/skbkontur/retail-ui/commit/fb5527dacf63545004387d4d8f194cd2efc60485))
1121
+ * **internalmenu:** memoize css-in-js styles ([5ca5d8f](https://github.com/skbkontur/retail-ui/commit/5ca5d8f5693da7bbfd2f2b53b96eb50e0cdb25f2))
1122
+ * **kebab:** memoize css-in-js styles ([c95a77a](https://github.com/skbkontur/retail-ui/commit/c95a77a5a1b2ac172d54b9c67e93bb32fb96ed66))
1123
+ * **link:** memoize css-in-js styles ([e204263](https://github.com/skbkontur/retail-ui/commit/e2042636ac17b988c098a8ca7f0a26fdd99d7506))
1124
+ * **loader:** memoize css-in-js styles ([0fcab14](https://github.com/skbkontur/retail-ui/commit/0fcab14f19dcfa87aff058e1470efe1c69bc5559))
1125
+ * **logotype:** memoize css-in-js styles ([16449a1](https://github.com/skbkontur/retail-ui/commit/16449a154cd090ad367caeffb49df23dc50a6b88))
1126
+ * **MaskedInput:** memoize css-in-js styles ([7cd3695](https://github.com/skbkontur/retail-ui/commit/7cd3695162faa7b5d2ebdf5f7b40c6586aeeaf60))
1127
+ * **menu:** memoize css-in-js styles ([ad46309](https://github.com/skbkontur/retail-ui/commit/ad46309ccf6e47946be7f087402d289d6c1a1274))
1128
+ * **menuheader:** memoize css-in-js styles ([eff22b1](https://github.com/skbkontur/retail-ui/commit/eff22b16114d5e030ec258c29a6032f9ba9604bd))
1129
+ * **menuitem:** memoize css-in-js styles ([02a2275](https://github.com/skbkontur/retail-ui/commit/02a227505fc55b6b16c9429ae70d29b8407d8739))
1130
+ * **menuseparator:** memoize css-in-js styles ([e9ac810](https://github.com/skbkontur/retail-ui/commit/e9ac8102b814aa3377dec2c011d66f1e2aa43882))
1131
+ * **modal:** memoize css-in-js styles ([f51e7bf](https://github.com/skbkontur/retail-ui/commit/f51e7bf87d5b66b0c5038b893369beb6b0b7dc41))
1132
+ * **paging:** memoize css-in-js styles ([56f247c](https://github.com/skbkontur/retail-ui/commit/56f247c5f367f3576f1443b8647516a1af873f37))
1133
+ * **PasswordInput:** memoize css-in-js styles ([f09a61e](https://github.com/skbkontur/retail-ui/commit/f09a61e0c7e23452425ce7abb89dc698aded8946))
1134
+ * **popup:** memoize css-in-js styles ([da09c09](https://github.com/skbkontur/retail-ui/commit/da09c098264afe2780b927cd8811a9fba9835703))
1135
+ * **radio:** memoize css-in-js styles ([ca776fa](https://github.com/skbkontur/retail-ui/commit/ca776fa9bc1a42fd501d87a17a90e21170f0b8d8))
1136
+ * **radiogroup:** memoize css-in-js styles ([c3dcc1d](https://github.com/skbkontur/retail-ui/commit/c3dcc1dbee94759806636e54bfda31f073862405))
1137
+ * **resizedetector:** memoize css-in-js styles ([1c72573](https://github.com/skbkontur/retail-ui/commit/1c72573622c541d599a7ce9611dd382d26bed595))
1138
+ * **scrollcontainer:** memoize css-in-js styles ([3e0e58f](https://github.com/skbkontur/retail-ui/commit/3e0e58f46df6ca42affaadbedda18f94ad80b237))
1139
+ * **Select:** memoize css-in-js styles ([1424478](https://github.com/skbkontur/retail-ui/commit/142447824bf212d4b44cac09fe5e791ee9d96139))
1140
+ * **sidepage:** memoize css-in-js styles ([4dd2a2a](https://github.com/skbkontur/retail-ui/commit/4dd2a2a269cb1759ba45b1134f32bbbfc488ef9a))
1141
+ * **spinner:** memoize css-in-js styles ([edb1835](https://github.com/skbkontur/retail-ui/commit/edb1835821ceb2e8f103484cf705f443e1d7400f))
1142
+ * **spinnericon:** memoize css-in-js styles ([7802c51](https://github.com/skbkontur/retail-ui/commit/7802c510f212b5eff44aa10ceaddecd5690fea45))
1143
+ * **sticky:** memoize css-in-js styles ([9882179](https://github.com/skbkontur/retail-ui/commit/988217911bcc3ebe39af440d23549eeed10e5d3b))
1144
+ * **switcher:** memoize css-in-js styles ([f93bf4c](https://github.com/skbkontur/retail-ui/commit/f93bf4c5674b530237c792a44ba067750626c7db))
1145
+ * **tabs:** memoize css-in-js styles ([5a7b13a](https://github.com/skbkontur/retail-ui/commit/5a7b13a995122d2d5f203f0baeed026f211b74a8))
1146
+ * **textarea:** memoize css-in-js styles ([b4dec2b](https://github.com/skbkontur/retail-ui/commit/b4dec2be3a080bcf20592013557b4873361a4f34))
1147
+ * **themeplayground:** memoize css-in-js styles ([c522503](https://github.com/skbkontur/retail-ui/commit/c52250362fe6a434e9ccbca8e66b22107741a397))
1148
+ * **themeshowcase:** memoize css-in-js styles ([89bd313](https://github.com/skbkontur/retail-ui/commit/89bd313fe8292d2854d46b1239adbc1325b454ec))
1149
+ * **toast:** memoize css-in-js styles ([20538cf](https://github.com/skbkontur/retail-ui/commit/20538cf272435401f0965904fc3dca37fc479a7f))
1150
+ * **toggle:** memoize css-in-js styles ([af43674](https://github.com/skbkontur/retail-ui/commit/af4367448c4f8c62362de50afb4f130324ca7f03))
1151
+ * **Token:** memoize css-in-js styles ([426a7fb](https://github.com/skbkontur/retail-ui/commit/426a7fb76f0b4fc31ec2c261e84ee32c5fb90608))
1152
+ * **TokenInput:** memoize css-in-js styles ([26f97b5](https://github.com/skbkontur/retail-ui/commit/26f97b5550224b10755020dada2b4bd84d0bee4d))
1153
+ * **tooltip:** memoize css-in-js styles ([84d5966](https://github.com/skbkontur/retail-ui/commit/84d59663e910c649bfe4631ba263f0d7d3916404))
1154
+ * **TopBar:** memoize css-in-js styles ([291e395](https://github.com/skbkontur/retail-ui/commit/291e39515608ab6f76f5970a4551a53b6b8d73dd))
1155
+
1156
+
1157
+ ### BREAKING CHANGES
1158
+
1159
+ * **TopBar:** Item/ButtonItem/Devider/Logout/Organizations/User have been renamed with 'TopBar'-prefix, e.g.: TopBarItem, etc.
1160
+ * **Tab:** use Context API from react@16.6
1161
+ * **SidePage:** use Context API from react@16.6
1162
+ * **Modal:** Header/Footer/Body classes and props inside Modal have been renamed, e.g.: Header
1163
+ -> ModalHeader, HeaderProps -> ModalHeaderProps, etc.
1164
+
1165
+
1166
+
1167
+
1168
+
1169
+ # [1.11.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.10.0...retail-ui@1.11.0) (2020-03-24)
1170
+
1171
+
1172
+ ### Bug Fixes
1173
+
1174
+ * **DatePicker:** fix autoFocus behavior ([f4bbce5](https://github.com/skbkontur/retail-ui/commit/f4bbce5))
1175
+
1176
+
1177
+ ### Features
1178
+
1179
+ * **TokenInput:** new prop 'maxMenuHeight' ([ea1da66](https://github.com/skbkontur/retail-ui/commit/ea1da66))
1180
+
1181
+
1182
+
1183
+
1184
+
1185
+ # [1.10.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.9.0...retail-ui@1.10.0) (2020-03-11)
1186
+
1187
+
1188
+ ### Bug Fixes
1189
+
1190
+ * **Input:** disable user select mask [#1917](https://github.com/skbkontur/retail-ui/issues/1917) ([ef7038f](https://github.com/skbkontur/retail-ui/commit/ef7038f))
1191
+ * **SidePage:** make non-blocking SidePage responsive ([#1904](https://github.com/skbkontur/retail-ui/issues/1904)) ([1c6e71a](https://github.com/skbkontur/retail-ui/commit/1c6e71a))
1192
+ * **TopBar:** add typings for topbar dropdown props ([784ae38](https://github.com/skbkontur/retail-ui/commit/784ae38)), closes [#1497](https://github.com/skbkontur/retail-ui/issues/1497)
1193
+
1194
+
1195
+ ### Features
1196
+
1197
+ * **TopBar:** remove header in user dropdown ([5853cb6](https://github.com/skbkontur/retail-ui/commit/5853cb6)), closes [#1726](https://github.com/skbkontur/retail-ui/issues/1726)
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+ # [1.9.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.8.1...retail-ui@1.9.0) (2020-02-13)
1204
+
1205
+
1206
+ ### Features
1207
+
1208
+ * **CurrencyInput:** new prop 'hideTrailingZeros' ([#1869](https://github.com/skbkontur/retail-ui/issues/1869)) ([1823370](https://github.com/skbkontur/retail-ui/commit/1823370))
1209
+
1210
+
1211
+
1212
+
1213
+
1214
+ ## [1.8.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.8.0...retail-ui@1.8.1) (2020-02-06)
1215
+
1216
+
1217
+ ### Bug Fixes
1218
+
1219
+ * **Loader:** пофиксил высоту дочерних компонентов по родителю ([25d45e2](https://github.com/skbkontur/retail-ui/commit/25d45e2)), closes [#1855](https://github.com/skbkontur/retail-ui/issues/1855)
1220
+
1221
+
1222
+ ### Reverts
1223
+
1224
+ * inline 'stylis-plugin-extra-scope' ([79f0399](https://github.com/skbkontur/retail-ui/commit/79f0399)), closes [#1873](https://github.com/skbkontur/retail-ui/issues/1873)
1225
+ * test(react-ui): render component with specificityLevel on ([5335325](https://github.com/skbkontur/retail-ui/commit/5335325)), closes [#1874](https://github.com/skbkontur/retail-ui/issues/1874)
1226
+
1227
+
1228
+
1229
+
1230
+
1231
+ # [1.8.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.7.0...retail-ui@1.8.0) (2020-01-20)
1232
+
1233
+
1234
+ ### Bug Fixes
1235
+
1236
+ * remove jquery downloading ([687ad9d](https://github.com/skbkontur/retail-ui/commit/687ad9d))
1237
+
1238
+
1239
+ ### Features
1240
+
1241
+ * **telemetry:** add field for identifying components ([b7fec03](https://github.com/skbkontur/retail-ui/commit/b7fec03)), closes [#1838](https://github.com/skbkontur/retail-ui/issues/1838)
1242
+ * **Tooltip:** add onOpen prop ([90b89d7](https://github.com/skbkontur/retail-ui/commit/90b89d7)), closes [#1832](https://github.com/skbkontur/retail-ui/issues/1832)
1243
+
1244
+
1245
+
1246
+
1247
+
1248
+ # [1.7.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.9...retail-ui@1.7.0) (2019-12-27)
1249
+
1250
+
1251
+ ### Bug Fixes
1252
+
1253
+ * **Modal:** don't create stacking context inside Footer ([3b314a8](https://github.com/skbkontur/retail-ui/commit/3b314a8))
1254
+
1255
+
1256
+ ### Features
1257
+
1258
+ * **Gapped:** add `wrap` prop, change default prop values ([2ac9e8b](https://github.com/skbkontur/retail-ui/commit/2ac9e8b))
1259
+
1260
+
1261
+ ### Reverts
1262
+
1263
+ * **Gapped:** don't cover other elements with horizontal layout ([652983d](https://github.com/skbkontur/retail-ui/commit/652983d))
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+ ## [1.6.9](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.8...retail-ui@1.6.9) (2019-12-24)
1270
+
1271
+
1272
+ ### Bug Fixes
1273
+
1274
+ * **Checkbox:** adjust baseline if row is high ([52a71b0](https://github.com/skbkontur/retail-ui/commit/52a71b0))
1275
+ * **ComboBoxOld:** close tooltip on blur ([94a5630](https://github.com/skbkontur/retail-ui/commit/94a5630)), closes [#1669](https://github.com/skbkontur/retail-ui/issues/1669)
1276
+ * **Gapped:** don't cover other elements with horizontal layout ([e622933](https://github.com/skbkontur/retail-ui/commit/e622933))
1277
+ * **Modal:** fix issue with cross ([e599455](https://github.com/skbkontur/retail-ui/commit/e599455)), closes [#180](https://github.com/skbkontur/retail-ui/issues/180)
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+ ## [1.6.8](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.7...retail-ui@1.6.8) (2019-12-16)
1284
+
1285
+
1286
+ ### Bug Fixes
1287
+
1288
+ * **SidePageHeader:** fix maximum update depth ([548b894](https://github.com/skbkontur/retail-ui/commit/548b894))
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+ ## [1.6.7](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.6...retail-ui@1.6.7) (2019-12-10)
1295
+
1296
+
1297
+ ### Bug Fixes
1298
+
1299
+ * **TokenInput:** fix module import ([440d199](https://github.com/skbkontur/retail-ui/commit/440d199))
1300
+
1301
+
1302
+
1303
+
1304
+
1305
+ ## [1.6.6](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.5...retail-ui@1.6.6) (2019-12-02)
1306
+
1307
+
1308
+ ### Bug Fixes
1309
+
1310
+ * **Loader:** correctly work with Sticky ([493cd18](https://github.com/skbkontur/retail-ui/commit/493cd18))
1311
+ * **Modal:** added word-break: break-word to Modal.Header ([#1754](https://github.com/skbkontur/retail-ui/issues/1754)) ([96f5bc5](https://github.com/skbkontur/retail-ui/commit/96f5bc5))
1312
+ * **Sticky:** correct work with other ZIndex components ([d198ee1](https://github.com/skbkontur/retail-ui/commit/d198ee1)), closes [#1750](https://github.com/skbkontur/retail-ui/issues/1750) [#1764](https://github.com/skbkontur/retail-ui/issues/1764)
1313
+ * **ZIndex:** don't call remount children components ([5db3a29](https://github.com/skbkontur/retail-ui/commit/5db3a29)), closes [#1761](https://github.com/skbkontur/retail-ui/issues/1761)
1314
+
1315
+
1316
+
1317
+
1318
+
1319
+ ## [1.6.5](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.4...retail-ui@1.6.5) (2019-11-26)
1320
+
1321
+
1322
+ ### Bug Fixes
1323
+
1324
+ * **Popup:** disable call findDOMNode when location is null ([da7cd1c](https://github.com/skbkontur/retail-ui/commit/da7cd1c))
1325
+
1326
+
1327
+
1328
+
1329
+
1330
+ ## [1.6.4](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.3...retail-ui@1.6.4) (2019-11-25)
1331
+
1332
+
1333
+ ### Bug Fixes
1334
+
1335
+ * **Loader:** don't apply zIndex context in inactive state ([b170cd2](https://github.com/skbkontur/retail-ui/commit/b170cd2)), closes [#1746](https://github.com/skbkontur/retail-ui/issues/1746)
1336
+ * **Popup:** don't render portal container on closed state ([bee3a28](https://github.com/skbkontur/retail-ui/commit/bee3a28))
1337
+
1338
+
1339
+
1340
+
1341
+
1342
+ ## [1.6.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.2...retail-ui@1.6.3) (2019-11-18)
1343
+
1344
+
1345
+ ### Bug Fixes
1346
+
1347
+ * **Loader:** reset z-index only in active state ([8f1d936](https://github.com/skbkontur/retail-ui/commit/8f1d936)), closes [#1716](https://github.com/skbkontur/retail-ui/issues/1716) [#1722](https://github.com/skbkontur/retail-ui/issues/1722)
1348
+ * **SidePage:** shadow always cover loader content ([eea3782](https://github.com/skbkontur/retail-ui/commit/eea3782)), closes [#1718](https://github.com/skbkontur/retail-ui/issues/1718)
1349
+ * **Toggle:** checked and focused view ([#1727](https://github.com/skbkontur/retail-ui/issues/1727)) ([945d3cb](https://github.com/skbkontur/retail-ui/commit/945d3cb)), closes [#1682](https://github.com/skbkontur/retail-ui/issues/1682)
1350
+ * **Tooltip:** added clear timeout to unmount method ([37fb81a](https://github.com/skbkontur/retail-ui/commit/37fb81a))
1351
+
1352
+
1353
+
1354
+
1355
+
1356
+ ## [1.6.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.1...retail-ui@1.6.2) (2019-11-06)
1357
+
1358
+
1359
+ ### Bug Fixes
1360
+
1361
+ * **Sticky:** move fixed element on horizontal scroll ([85882e3](https://github.com/skbkontur/retail-ui/commit/85882e3)), closes [#1705](https://github.com/skbkontur/retail-ui/issues/1705)
1362
+ * **Toast:** show above Loader ([5b6ccf7](https://github.com/skbkontur/retail-ui/commit/5b6ccf7)), closes [#1706](https://github.com/skbkontur/retail-ui/issues/1706)
1363
+
1364
+
1365
+
1366
+
1367
+
1368
+ ## [1.6.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.0...retail-ui@1.6.1) (2019-10-30)
1369
+
1370
+
1371
+ ### Bug Fixes
1372
+
1373
+ * **MonthView:** wrong import colorFunctions ([24eeb1e](https://github.com/skbkontur/retail-ui/commit/24eeb1e))
1374
+
1375
+
1376
+
1377
+
1378
+
1379
+ # [1.6.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.5.0...retail-ui@1.6.0) (2019-10-30)
1380
+
1381
+
1382
+ ### Bug Fixes
1383
+
1384
+ * **Checkbox:** add calling onBlur in handleBlur ([47791d9](https://github.com/skbkontur/retail-ui/commit/47791d9)), closes [#1565](https://github.com/skbkontur/retail-ui/issues/1565)
1385
+ * **ColorObject:** fix returning string from hsl color ([3d83c48](https://github.com/skbkontur/retail-ui/commit/3d83c48)), closes [#1695](https://github.com/skbkontur/retail-ui/issues/1695)
1386
+ * **DatePicker:** fix color border-bottom of month ([89e69cf](https://github.com/skbkontur/retail-ui/commit/89e69cf)), closes [#1605](https://github.com/skbkontur/retail-ui/issues/1605)
1387
+ * **MenuItem:** call onMouseEnter/Leave in cloned element ([ff397c9](https://github.com/skbkontur/retail-ui/commit/ff397c9))
1388
+ * **RadioGroup:** pass onBlur into Radio ([20f9dcb](https://github.com/skbkontur/retail-ui/commit/20f9dcb)), closes [#1670](https://github.com/skbkontur/retail-ui/issues/1670)
1389
+ * **Select:** add missing comment type ([bf89513](https://github.com/skbkontur/retail-ui/commit/bf89513))
1390
+ * **Select:** fix color placeholder ([5e35c59](https://github.com/skbkontur/retail-ui/commit/5e35c59))
1391
+ * **Sticky:** infinity render loop in IE ([85180dd](https://github.com/skbkontur/retail-ui/commit/85180dd))
1392
+ * **Sticky:** maximum update depth exceeded ([75fb581](https://github.com/skbkontur/retail-ui/commit/75fb581)), closes [#1485](https://github.com/skbkontur/retail-ui/issues/1485)
1393
+ * **Tooltip:** reset position on close ([4d03a22](https://github.com/skbkontur/retail-ui/commit/4d03a22)), closes [#1673](https://github.com/skbkontur/retail-ui/issues/1673)
1394
+ * **TopBar:** fix noShadow prop ([1af4648](https://github.com/skbkontur/retail-ui/commit/1af4648)), closes [#1672](https://github.com/skbkontur/retail-ui/issues/1672)
1395
+
1396
+
1397
+ ### Features
1398
+
1399
+ * **ColorFunctions:** add fade function ([a10dcb9](https://github.com/skbkontur/retail-ui/commit/a10dcb9))
1400
+ * **DefaultTheme:** add variable 'chbCheckedShadow' ([b2531b3](https://github.com/skbkontur/retail-ui/commit/b2531b3))
1401
+ * **Emotion:** add 'prefixer' for classes ([6043228](https://github.com/skbkontur/retail-ui/commit/6043228))
1402
+ * **FlatTheme:** add variables 'chbCheckedShadow' and 'chbBorderRadius' ([e3424e7](https://github.com/skbkontur/retail-ui/commit/e3424e7))
1403
+ * **FlatTheme:** add vars 'chbShadowHover' and 'chbCheckedHoverShadow' ([62dad9c](https://github.com/skbkontur/retail-ui/commit/62dad9c))
1404
+ * **FocusTrap:** add component FocusTrap ([1baf0c3](https://github.com/skbkontur/retail-ui/commit/1baf0c3))
1405
+ * **Theme:** remove calendarMonthTitleBorderBottom ([3dcfb6f](https://github.com/skbkontur/retail-ui/commit/3dcfb6f))
1406
+ * **ZIndex:** add layers priority ([68ea45b](https://github.com/skbkontur/retail-ui/commit/68ea45b)), closes [#776](https://github.com/skbkontur/retail-ui/issues/776)
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+ # [1.5.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.4.0...retail-ui@1.5.0) (2019-10-09)
1413
+
1414
+
1415
+ ### Bug Fixes
1416
+
1417
+ * **ComboBox:** add offsetX for DropDownContainer ([6cbea25](https://github.com/skbkontur/retail-ui/commit/6cbea25)), closes [#1005](https://github.com/skbkontur/retail-ui/issues/1005)
1418
+ * **CurrencyLabel:** fix defaultProps definition ([2794e1a](https://github.com/skbkontur/retail-ui/commit/2794e1a))
1419
+ * **customization:** change 'blinkColor' ([03fd81f](https://github.com/skbkontur/retail-ui/commit/03fd81f)), closes [#1646](https://github.com/skbkontur/retail-ui/issues/1646)
1420
+ * **Select:** fix calls prop onKeyDown ([6720eff](https://github.com/skbkontur/retail-ui/commit/6720eff)), closes [#1665](https://github.com/skbkontur/retail-ui/issues/1665)
1421
+ * **TopBarDropDown:** make 'use' prop required ([fcea8b1](https://github.com/skbkontur/retail-ui/commit/fcea8b1))
1422
+
1423
+
1424
+ ### Features
1425
+
1426
+ * **Paging:** deprecate 'strings' prop ([6c84288](https://github.com/skbkontur/retail-ui/commit/6c84288))
1427
+ * **Paging:** remove 'strings' prop ([58cabb7](https://github.com/skbkontur/retail-ui/commit/58cabb7)), closes [#1232](https://github.com/skbkontur/retail-ui/issues/1232)
1428
+ * **ThemeContext:** exports ThemeContext ([ef0579b](https://github.com/skbkontur/retail-ui/commit/ef0579b)), closes [#1656](https://github.com/skbkontur/retail-ui/issues/1656)
1429
+ * **TopBarDropDown:** added "default" "use" option ([74ef3b3](https://github.com/skbkontur/retail-ui/commit/74ef3b3))
1430
+ * **TopBarDropDown:** added flow types ([f3909be](https://github.com/skbkontur/retail-ui/commit/f3909be))
1431
+
1432
+
1433
+
1434
+
1435
+
1436
+ # [1.4.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.3.1...retail-ui@1.4.0) (2019-10-02)
1437
+
1438
+
1439
+ ### Bug Fixes
1440
+
1441
+ * **Button:** isButton is undefined when use adapter ([0e41da9](https://github.com/skbkontur/retail-ui/commit/0e41da9))
1442
+ * **CurrencyInput:** don't throw error if fractionDigits is zero/float ([3c70c20](https://github.com/skbkontur/retail-ui/commit/3c70c20)), closes [#1558](https://github.com/skbkontur/retail-ui/issues/1558)
1443
+ * **DatePicker:** prepare PR to fork ([832fb7b](https://github.com/skbkontur/retail-ui/commit/832fb7b))
1444
+ * **DatePicker:** remove console.log ([67951d7](https://github.com/skbkontur/retail-ui/commit/67951d7))
1445
+ * **DatePicker:** simplify fallback structure for ie ([f9e27ed](https://github.com/skbkontur/retail-ui/commit/f9e27ed))
1446
+ * **DatePicker:** Баг с кликом на день календаря в Edge [#1557](https://github.com/skbkontur/retail-ui/issues/1557) ([7b24f69](https://github.com/skbkontur/retail-ui/commit/7b24f69))
1447
+ * **DatePicker:** Привел в порядок типизацию в DateInputFallback [#1557](https://github.com/skbkontur/retail-ui/issues/1557) ([dcebd76](https://github.com/skbkontur/retail-ui/commit/dcebd76))
1448
+ * **docs:** fix code formatter of the ThemeShowcase ([42b99c2](https://github.com/skbkontur/retail-ui/commit/42b99c2))
1449
+ * **Fias:** escape regexp spec chars ([cace4b6](https://github.com/skbkontur/retail-ui/commit/cace4b6)), closes [#1636](https://github.com/skbkontur/retail-ui/issues/1636)
1450
+ * **Radio:** show label as disabled if context.disabled is true ([de64b32](https://github.com/skbkontur/retail-ui/commit/de64b32)), closes [#1275](https://github.com/skbkontur/retail-ui/issues/1275)
1451
+ * **Toggle:** show tooltip on disabled toggle in ie ([3db9565](https://github.com/skbkontur/retail-ui/commit/3db9565)), closes [#1630](https://github.com/skbkontur/retail-ui/issues/1630)
1452
+
1453
+
1454
+ ### Features
1455
+
1456
+ * **Combobox:** add prop onInputKeyDown ([b804b84](https://github.com/skbkontur/retail-ui/commit/b804b84))
1457
+ * **lib:** add key identification tools ([73479fe](https://github.com/skbkontur/retail-ui/commit/73479fe)), closes [#1429](https://github.com/skbkontur/retail-ui/issues/1429)
1458
+ * **Select:** add prop onKeyDown ([ba41e73](https://github.com/skbkontur/retail-ui/commit/ba41e73))
1459
+
1460
+
1461
+
1462
+
1463
+
1464
+ ## [1.3.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.3.0...retail-ui@1.3.1) (2019-09-24)
1465
+
1466
+
1467
+ ### Bug Fixes
1468
+
1469
+ * **Dropdown:** sync type of `width` prop type with proptypes checks ([47a5612](https://github.com/skbkontur/retail-ui/commit/47a5612))
1470
+ * **Input:** avoid bug with transition in IE ([45f45d5](https://github.com/skbkontur/retail-ui/commit/45f45d5)), closes [#1614](https://github.com/skbkontur/retail-ui/issues/1614)
1471
+ * **Popup:** deterministic open/close animation ([0415fa4](https://github.com/skbkontur/retail-ui/commit/0415fa4)), closes [#1372](https://github.com/skbkontur/retail-ui/issues/1372)
1472
+ * **RenderContainer:** getRootId changed ([b0ce223](https://github.com/skbkontur/retail-ui/commit/b0ce223))
1473
+ * **TokenInput:** make height equal to the Input ([92e9d8b](https://github.com/skbkontur/retail-ui/commit/92e9d8b)), closes [#1589](https://github.com/skbkontur/retail-ui/issues/1589)
1474
+
1475
+
1476
+
1477
+
1478
+
1479
+ # [1.3.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.2.0...retail-ui@1.3.0) (2019-09-11)
1480
+
1481
+
1482
+ ### Bug Fixes
1483
+
1484
+ * **Button:** change disabled bg & shadow for the FlatTheme ([765e9d4](https://github.com/skbkontur/retail-ui/commit/765e9d4))
1485
+ * **Button:** fix emotion className interpolation warning ([ad5d2a2](https://github.com/skbkontur/retail-ui/commit/ad5d2a2))
1486
+ * **Checkbox:** prevent styles reset, caused by code-splitting ([2161a4d](https://github.com/skbkontur/retail-ui/commit/2161a4d)), closes [#1556](https://github.com/skbkontur/retail-ui/issues/1556)
1487
+ * **Select:** prevent arrow color reset, caused by code-splitting ([e7a6dc3](https://github.com/skbkontur/retail-ui/commit/e7a6dc3)), closes [#1568](https://github.com/skbkontur/retail-ui/issues/1568)
1488
+
1489
+
1490
+ ### Features
1491
+
1492
+ * **Logotype:** add props size and onArrowClick ([94fc027](https://github.com/skbkontur/retail-ui/commit/94fc027))
1493
+
1494
+
1495
+
1496
+
1497
+
1498
+ # [1.2.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.2...retail-ui@1.2.0) (2019-09-03)
1499
+
1500
+
1501
+ ### Bug Fixes
1502
+
1503
+ * **Button:** add disabled color to the "link" use ([20c002b](https://github.com/skbkontur/retail-ui/commit/20c002b)), closes [#1563](https://github.com/skbkontur/retail-ui/issues/1563)
1504
+ * **Button:** fix arrow error/warning outline ([6a18b05](https://github.com/skbkontur/retail-ui/commit/6a18b05)), closes [#1531](https://github.com/skbkontur/retail-ui/issues/1531)
1505
+ * **ComboBox:** spinner position by baseline ([5f144e8](https://github.com/skbkontur/retail-ui/commit/5f144e8)), closes [#1333](https://github.com/skbkontur/retail-ui/issues/1333)
1506
+ * **DatePicker:** change year limits for better limit date validations ([1b552f3](https://github.com/skbkontur/retail-ui/commit/1b552f3)), closes [#1573](https://github.com/skbkontur/retail-ui/issues/1573)
1507
+ * **Icon20px:** prevent from selecting ([763b5b8](https://github.com/skbkontur/retail-ui/commit/763b5b8))
1508
+ * **react-ui:** support CRA css-modules convention: components ([c1d687a](https://github.com/skbkontur/retail-ui/commit/c1d687a)), closes [#1477](https://github.com/skbkontur/retail-ui/issues/1477)
1509
+ * **react-ui:** support CRA css-modules convention: variables ([aace330](https://github.com/skbkontur/retail-ui/commit/aace330))
1510
+ * **Token:** import react as namespace ([8b10014](https://github.com/skbkontur/retail-ui/commit/8b10014)), closes [#1519](https://github.com/skbkontur/retail-ui/issues/1519)
1511
+
1512
+
1513
+ ### Features
1514
+
1515
+ * **Fias:** render additional fields in the search results ([37fa2db](https://github.com/skbkontur/retail-ui/commit/37fa2db))
1516
+ * **Fias:** search streets through not only direct parent ([7729fd7](https://github.com/skbkontur/retail-ui/commit/7729fd7))
1517
+ * **ScrollContainer:** add scrollBehaviour prop ([ad4c7c9](https://github.com/skbkontur/retail-ui/commit/ad4c7c9))
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+ ## [1.1.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.1...retail-ui@1.1.2) (2019-08-07)
1524
+
1525
+
1526
+ ### Bug Fixes
1527
+
1528
+ * **ComboBox:** keep focus after Enter key press on the list item ([a9b62dd](https://github.com/skbkontur/retail-ui/commit/a9b62dd)), closes [#1532](https://github.com/skbkontur/retail-ui/issues/1532)
1529
+ * **Group:** removed vertical-align ([2f8cad6](https://github.com/skbkontur/retail-ui/commit/2f8cad6))
1530
+
1531
+
1532
+
1533
+
1534
+
1535
+ ## [1.1.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.0...retail-ui@1.1.1) (2019-07-31)
1536
+
1537
+
1538
+ ### Bug Fixes
1539
+
1540
+ * **Button:** changed style 'color' for disabled button to '#a0a0a0' ([521a4e8](https://github.com/skbkontur/retail-ui/commit/521a4e8)), closes [#a0a0a0](https://github.com/skbkontur/retail-ui/issues/a0a0a0) [#1415](https://github.com/skbkontur/retail-ui/issues/1415)
1541
+ * **customization:** prevent js-styles from overriding by css-resets ([2a9c4ac](https://github.com/skbkontur/retail-ui/commit/2a9c4ac)), closes [#1514](https://github.com/skbkontur/retail-ui/issues/1514)
1542
+ * **Radio:** decrease types checking time ([f18c74b](https://github.com/skbkontur/retail-ui/commit/f18c74b)), closes [#1518](https://github.com/skbkontur/retail-ui/issues/1518)
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+ # [1.1.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.0.1...retail-ui@1.1.0) (2019-07-23)
1549
+
1550
+
1551
+ ### Bug Fixes
1552
+
1553
+ * **Button:** change 'background-color' and 'border-color' when hovering ([627b1e6](https://github.com/skbkontur/retail-ui/commit/627b1e6)), closes [#1416](https://github.com/skbkontur/retail-ui/issues/1416)
1554
+ * **TokenInput:** add input's box-shadow ([6f0789f](https://github.com/skbkontur/retail-ui/commit/6f0789f))
1555
+ * **TokenInput:** fix flat styles ([0fa0d52](https://github.com/skbkontur/retail-ui/commit/0fa0d52)), closes [#1493](https://github.com/skbkontur/retail-ui/issues/1493)
1556
+ * **TokenInput:** remove hardcoded dataTid ([9e5151f](https://github.com/skbkontur/retail-ui/commit/9e5151f))
1557
+
1558
+
1559
+ ### Features
1560
+
1561
+ * **Switcher:** add prop 'size' ([a5e16ae](https://github.com/skbkontur/retail-ui/commit/a5e16ae)), closes [#1492](https://github.com/skbkontur/retail-ui/issues/1492)
1562
+
1563
+
1564
+
1565
+
1566
+
1567
+ ## [1.0.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.0.0...retail-ui@1.0.1) (2019-07-16)
1568
+
1569
+
1570
+ ### Bug Fixes
1571
+
1572
+ * **Input:** add calling 'selectAll' via 'raf' ([#1496](https://github.com/skbkontur/retail-ui/issues/1496)) ([37b866d](https://github.com/skbkontur/retail-ui/commit/37b866d)), closes [#1413](https://github.com/skbkontur/retail-ui/issues/1413)
1573
+ * **Tab:** add error/warning/primary hover borders to vertical tabs ([29f4bc2](https://github.com/skbkontur/retail-ui/commit/29f4bc2))
1574
+ * **Tab:** remove hover border from disabled tabs ([2f98438](https://github.com/skbkontur/retail-ui/commit/2f98438)), closes [#1504](https://github.com/skbkontur/retail-ui/issues/1504)
1575
+ * **Textarea:** add blocking Enter after reaching 'maxLength' ([2a862f5](https://github.com/skbkontur/retail-ui/commit/2a862f5))
1576
+ * **ThemeShowcase:** make it fit enough to squize into styleguidist ([12f184b](https://github.com/skbkontur/retail-ui/commit/12f184b))
1577
+ * **ThemeShowcase:** source code tooltip contents in production mode ([89c5183](https://github.com/skbkontur/retail-ui/commit/89c5183))
1578
+
1579
+
1580
+
1581
+
1582
+
1583
+ # [1.0.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.53.0...retail-ui@1.0.0) (2019-07-02)
1584
+
1585
+
1586
+ ### Features
1587
+
1588
+ * Customization ([#1333](https://github.com/skbkontur/retail-ui/issues/1333)) ([15e9e8f](https://github.com/skbkontur/retail-ui/commit/15e9e8f))
1589
+
1590
+
1591
+ ### BREAKING CHANGES
1592
+
1593
+ * Upgrades.enableSizeMedium16px is no longer working: redefine fontSizeMedium
1594
+ variable via ThemeProvider or by calling ThemeFactory.overrideDefaultTheme()
1595
+
1596
+ * refactor(ColorObject): remove require call
1597
+
1598
+ * style(Upgrades): fix lint error
1599
+
1600
+ * chore(storybook): use ThemeProvider instead of overrideDefaultTheme
1601
+
1602
+ * refactor(ThemeFactory): remove ThemesCache
1603
+
1604
+ * refactor(ThemeEditor): clear timeout on unmount
1605
+
1606
+ * refactor(variables.less): prepare for Date* controls convertion
1607
+
1608
+ * feat(DateSelect): customize with css-in-js
1609
+
1610
+ * refactor(DatePickerOld): rename less file to prevent confusion
1611
+
1612
+ * feat(DatePicker): customize with css-in-js
1613
+
1614
+ * refactor(DateInput): properly separate styles between components
1615
+
1616
+ * feat(DateInput): customize with css-in-js
1617
+
1618
+ * feat(Calendar): customize with css-in-js
1619
+
1620
+ * refactor(TokenInput): add -webkit-text-fill-color
1621
+
1622
+ * refactor(styles): remove rt-ie8, rt-ie9
1623
+
1624
+ * refactor(Calendar): rename classnames to cx
1625
+
1626
+ * refactor(variables.less): move mixins into separate file
1627
+
1628
+ * style(CustomComboBox): specify px for padding-bottom
1629
+
1630
+ * style(SidePage): fix variable typo
1631
+
1632
+ * refactor(styles): remove unnecessary imports
1633
+
1634
+ * refactor(FormatSourceCode): rewrite code in more readable way
1635
+
1636
+ * test(ComboBoxView): approve screens with new spinner gray color
1637
+
1638
+ * fix(Button): fix sizeMedium baseline regress
1639
+
1640
+ * test(Button): approve screenshots with 14px medium font-size
1641
+
1642
+ * test(ComboBox): approve darker spinner color while loading items
1643
+
1644
+ * refactor(TokenInput): simplify styles
1645
+
1646
+ * refactor(TokenInput): fix firefox placeholder opacity
1647
+
1648
+ * refactor(DateSelect): make active prevail over selected
1649
+
1650
+ * refactor(DatePicker): fix red color bug
1651
+
1652
+ * refactor(DatePicker): make weekend prevail over today
1653
+
1654
+ * refactor(DateFragmentsView): fix .delimiter.filled combination style
1655
+
1656
+ * style(AnotherInputsPlayground): remove underscores from private methods
1657
+
1658
+ * test(AnotherInputsPlayground): stable date for screenshots
1659
+
1660
+ * test(Customization): approve actual screenshots
1661
+
1662
+ * refactor(customization): separate ThemeProviderPlayground component
1663
+
1664
+ * docs(ThemeProviderPlayground ): add README
1665
+
1666
+ * docs(customization): add core README
1667
+
1668
+ # copied from PR
1669
+
1670
+ * build(styleguide): add customization section to config
1671
+
1672
+ * chore(ThemeProviderPlayground): fix import
1673
+
1674
+ * test(Button): approve 14px font-size for medium size in flat theme
1675
+
1676
+ * refactor(customization): introduce derived font sizes for button/input
1677
+
1678
+ * refactor(Button): use fontSize=16px for size=medium in flat theme
1679
+
1680
+ * test(Button): approve 16px font-size for medium size in flat theme
1681
+
1682
+ * test(Customization): approve 16px font-size in flat theme
1683
+
1684
+ * refactor(DateInput): remove isSizeMedium16pxEnabled() in favor of theme
1685
+
1686
+ * refactor(Upgrades): cleanup deprecated methods
1687
+
1688
+ * docs(customization): fix styleguide's components and sections
1689
+
1690
+ * docs(customization): hack-fix ordered lists
1691
+
1692
+ * docs(customization): remove broken links
1693
+
1694
+ * docs(customization): fix less formatting
1695
+
1696
+ * docs(customization): add some line-breaks
1697
+
1698
+ * docs(customization): emphasize inline <code> the way it's done at github
1699
+
1700
+ * docs(customization): switch 'jsx static' to 'typescript' for some blocks
1701
+
1702
+ * docs(customization): use monospace font for inline <code>
1703
+
1704
+ * chore(Button): fix baseline of flat medium Button
1705
+
1706
+ * docs(customization): fix typo
1707
+
1708
+ * style: format with prettier
1709
+
1710
+ * style: make stylelint ignore *.ts
1711
+
1712
+
1713
+
1714
+
1715
+
1716
+ # [0.53.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.52.1...retail-ui@0.53.0) (2019-07-02)
1717
+
1718
+
1719
+ ### Bug Fixes
1720
+
1721
+ * **CurrencyInput:** add 15-digit limit and warning about it ([b523ddf](https://github.com/skbkontur/retail-ui/commit/b523ddf))
1722
+ * **CurrencyLabel:** add warning about 15-digit limit for fractionDigits ([adba185](https://github.com/skbkontur/retail-ui/commit/adba185))
1723
+ * **DateInputFallback:** remove unnecessary call 'emitChange' ([cf28a56](https://github.com/skbkontur/retail-ui/commit/cf28a56)), closes [#1466](https://github.com/skbkontur/retail-ui/issues/1466)
1724
+ * **DropdownContainer:** change calculations for positioning up ([0e9460e](https://github.com/skbkontur/retail-ui/commit/0e9460e)), closes [#1471](https://github.com/skbkontur/retail-ui/issues/1471)
1725
+ * **Modal:** don't close by click on scrollbar ([d69fca6](https://github.com/skbkontur/retail-ui/commit/d69fca6)), closes [#757](https://github.com/skbkontur/retail-ui/issues/757) [#810](https://github.com/skbkontur/retail-ui/issues/810) [#1352](https://github.com/skbkontur/retail-ui/issues/1352) [#1456](https://github.com/skbkontur/retail-ui/issues/1456)
1726
+
1727
+
1728
+ ### Features
1729
+
1730
+ * **Fias:** expose FiasSearch ([075bd36](https://github.com/skbkontur/retail-ui/commit/075bd36))
1731
+
1732
+
1733
+
1734
+
1735
+
1736
+ ## [0.52.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.52.0...retail-ui@0.52.1) (2019-06-18)
1737
+
1738
+ **Note:** Version bump only for package retail-ui
1739
+
1740
+
1741
+
1742
+
1743
+
1744
+ # [0.52.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.51.1...retail-ui@0.52.0) (2019-06-13)
1745
+
1746
+
1747
+ ### Bug Fixes
1748
+
1749
+ * **Button:** fix paddings for medium size in flat theme ([3f99560](https://github.com/skbkontur/retail-ui/commit/3f99560)), closes [#1309](https://github.com/skbkontur/retail-ui/issues/1309) [#1451](https://github.com/skbkontur/retail-ui/issues/1451)
1750
+ * **DropdownMenu:** added missing flow types props ([#1462](https://github.com/skbkontur/retail-ui/issues/1462)) ([eb1bc3e](https://github.com/skbkontur/retail-ui/commit/eb1bc3e))
1751
+ * **MaskedInput:** add support prop 'defaultValue' ([e8b9436](https://github.com/skbkontur/retail-ui/commit/e8b9436))
1752
+ * **RenderLayer:** add touchstart handling ([567f80b](https://github.com/skbkontur/retail-ui/commit/567f80b)), closes [#1439](https://github.com/skbkontur/retail-ui/issues/1439)
1753
+ * **SidePage:** allow pass string to width prop ([#1447](https://github.com/skbkontur/retail-ui/issues/1447)) ([eff4f78](https://github.com/skbkontur/retail-ui/commit/eff4f78))
1754
+ * **Spinner:** baseline and height are equal to icons ([996c365](https://github.com/skbkontur/retail-ui/commit/996c365))
1755
+
1756
+
1757
+ ### Features
1758
+
1759
+ * **DatePicker:** add localization ([10d30d0](https://github.com/skbkontur/retail-ui/commit/10d30d0))
1760
+ * **DateSelect:** add localization ([00a5ea7](https://github.com/skbkontur/retail-ui/commit/00a5ea7))
1761
+ * **Fias:** add localization ([cc5a7ef](https://github.com/skbkontur/retail-ui/commit/cc5a7ef))
1762
+ * **lib:** add lib `MouseDrag` ([9e7d329](https://github.com/skbkontur/retail-ui/commit/9e7d329))
1763
+ * **lib:** add tools for internationalizing dates ([aac2c0d](https://github.com/skbkontur/retail-ui/commit/aac2c0d))
1764
+ * **LocaleHelper:** add getting locale with default langCode ([d25d2a3](https://github.com/skbkontur/retail-ui/commit/d25d2a3))
1765
+ * **Tooltip:** add trigger type hover&focus ([422915e](https://github.com/skbkontur/retail-ui/commit/422915e))
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+ ## [0.51.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.51.0...retail-ui@0.51.1) (2019-06-04)
1772
+
1773
+
1774
+ ### Bug Fixes
1775
+
1776
+ * **Fias:** prevent the verification api from returning wrong fields ([d77dc2c](https://github.com/skbkontur/retail-ui/commit/d77dc2c)), closes [#1436](https://github.com/skbkontur/retail-ui/issues/1436)
1777
+
1778
+
1779
+
1780
+
1781
+
1782
+ # [0.51.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.50.0...retail-ui@0.51.0) (2019-05-28)
1783
+
1784
+
1785
+ ### Bug Fixes
1786
+
1787
+ * **DatePicker:** fix icon style ([3e092ef](https://github.com/skbkontur/retail-ui/commit/3e092ef))
1788
+ * **MenuItem:** fix triggered `MouseEnter` from disabled button ([1c88969](https://github.com/skbkontur/retail-ui/commit/1c88969))
1789
+ * **Tabs:** replace check on existence `focus` ([87e0443](https://github.com/skbkontur/retail-ui/commit/87e0443))
1790
+
1791
+
1792
+ ### Features
1793
+
1794
+ * **CurrencyInput:** add support prop `integerDigits` ([#1404](https://github.com/skbkontur/retail-ui/issues/1404)) ([165e822](https://github.com/skbkontur/retail-ui/commit/165e822)), closes [#685](https://github.com/skbkontur/retail-ui/issues/685)
1795
+
1796
+
1797
+
1798
+
1799
+
1800
+ # [0.50.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.49.1...retail-ui@0.50.0) (2019-05-22)
1801
+
1802
+
1803
+ ### Bug Fixes
1804
+
1805
+ * **Button:** add dropping `isTabPressed` by mouseDown ([#1400](https://github.com/skbkontur/retail-ui/issues/1400)) ([2d2b870](https://github.com/skbkontur/retail-ui/commit/2d2b870)), closes [#1013](https://github.com/skbkontur/retail-ui/issues/1013)
1806
+
1807
+
1808
+ ### Features
1809
+
1810
+ * **Toast:** toast is testable ([#1403](https://github.com/skbkontur/retail-ui/issues/1403)) ([5dcdf32](https://github.com/skbkontur/retail-ui/commit/5dcdf32))
1811
+
1812
+
1813
+
1814
+
1815
+
1816
+ ## [0.49.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.49.0...retail-ui@0.49.1) (2019-05-16)
1817
+
1818
+
1819
+ ### Bug Fixes
1820
+
1821
+ * **Select:** bind public focus function to component instance ([5909b9e](https://github.com/skbkontur/retail-ui/commit/5909b9e))
1822
+ * **Toggle:** fix overflow issue in Safari ([#1411](https://github.com/skbkontur/retail-ui/issues/1411)) ([7073cb5](https://github.com/skbkontur/retail-ui/commit/7073cb5))
1823
+
1824
+
1825
+
1826
+
1827
+
1828
+ # [0.49.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.48.0...retail-ui@0.49.0) (2019-05-14)
1829
+
1830
+
1831
+ ### Bug Fixes
1832
+
1833
+ * **flow:** update props ([c652880](https://github.com/skbkontur/retail-ui/commit/c652880))
1834
+ * **Paging:** add autofocus for IE11 ([e434d80](https://github.com/skbkontur/retail-ui/commit/e434d80)), closes [#1358](https://github.com/skbkontur/retail-ui/issues/1358)
1835
+ * **TokenInput:** add mapping `renderValue` before copying to clipboard ([79c76c0](https://github.com/skbkontur/retail-ui/commit/79c76c0)), closes [#1336](https://github.com/skbkontur/retail-ui/issues/1336)
1836
+
1837
+
1838
+ ### Features
1839
+
1840
+ * **TokenInput:** add prop `valueToString` ([9e7bf50](https://github.com/skbkontur/retail-ui/commit/9e7bf50))
1841
+
1842
+
1843
+
1844
+
1845
+
1846
+ # [0.48.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.47.0...retail-ui@0.48.0) (2019-04-30)
1847
+
1848
+
1849
+ ### Bug Fixes
1850
+
1851
+ * **ComboBox:** fix input text with single item behavior ([#1360](https://github.com/skbkontur/retail-ui/issues/1360)) ([c6fa7a5](https://github.com/skbkontur/retail-ui/commit/c6fa7a5)), closes [#992](https://github.com/skbkontur/retail-ui/issues/992)
1852
+ * **Fias:** search postal Code through all fields ([7433d12](https://github.com/skbkontur/retail-ui/commit/7433d12))
1853
+ * **Fias:** validate all fields ([8d126f9](https://github.com/skbkontur/retail-ui/commit/8d126f9))
1854
+ * **flow:** add children to Modal props ([1e7e420](https://github.com/skbkontur/retail-ui/commit/1e7e420))
1855
+ * **flow:** add missed props ([5538a61](https://github.com/skbkontur/retail-ui/commit/5538a61))
1856
+ * **Modal:** change modal position according to the guides ([0e7e053](https://github.com/skbkontur/retail-ui/commit/0e7e053)), closes [#1331](https://github.com/skbkontur/retail-ui/issues/1331)
1857
+ * **Modal:** fix closing on background click ([089bad0](https://github.com/skbkontur/retail-ui/commit/089bad0)), closes [#810](https://github.com/skbkontur/retail-ui/issues/810) [#1352](https://github.com/skbkontur/retail-ui/issues/1352)
1858
+ * **Popup:** remove hardcoded maxWidth ([721b751](https://github.com/skbkontur/retail-ui/commit/721b751)), closes [#1343](https://github.com/skbkontur/retail-ui/issues/1343)
1859
+ * **ScrollContainer:** do not access the DOM until it is surely ready ([2b59064](https://github.com/skbkontur/retail-ui/commit/2b59064)), closes [#1371](https://github.com/skbkontur/retail-ui/issues/1371)
1860
+
1861
+
1862
+ ### Features
1863
+
1864
+ * **ComboBox:** add prop `renderAddButton` ([#1365](https://github.com/skbkontur/retail-ui/issues/1365)) ([55345e1](https://github.com/skbkontur/retail-ui/commit/55345e1))
1865
+ * **DropdownMenu:** add positions prop ([7fc607d](https://github.com/skbkontur/retail-ui/commit/7fc607d))
1866
+ * **MenuItem:** add `link` prop ([d705f19](https://github.com/skbkontur/retail-ui/commit/d705f19))
1867
+
1868
+
1869
+
1870
+
1871
+
1872
+ # [0.47.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.2...retail-ui@0.47.0) (2019-04-22)
1873
+
1874
+
1875
+ ### Bug Fixes
1876
+
1877
+ * **Button:** add border radius & background styles in flat theme ([59486e3](https://github.com/skbkontur/retail-ui/commit/59486e3))
1878
+ * **Button:** fix arrow position in flat version for small button ([2ce7b42](https://github.com/skbkontur/retail-ui/commit/2ce7b42))
1879
+ * **Button:** fix border color at checked + focused state on hover ([bad4f08](https://github.com/skbkontur/retail-ui/commit/bad4f08))
1880
+ * **Button:** fix border overlap in visually focused state with error/warning ([72d2787](https://github.com/skbkontur/retail-ui/commit/72d2787))
1881
+ * **Button:** fix stylelint `eol-whitespace` error ([461850f](https://github.com/skbkontur/retail-ui/commit/461850f))
1882
+ * **Button:** fixed disabled state shadow styles at flat version ([ad5db6f](https://github.com/skbkontur/retail-ui/commit/ad5db6f))
1883
+ * **Button:** fixed flat styles in IE ([ad3f558](https://github.com/skbkontur/retail-ui/commit/ad3f558))
1884
+ * **Input:** add background & border color styles in flat theme ([b106eb2](https://github.com/skbkontur/retail-ui/commit/b106eb2))
1885
+ * **Paging:** changed detecting of pressed key ([f7b5f24](https://github.com/skbkontur/retail-ui/commit/f7b5f24))
1886
+ * **Radio:** fixed outline padding in flat styles ([0baf333](https://github.com/skbkontur/retail-ui/commit/0baf333))
1887
+ * **Textarea:** add background & border color styles in flat theme ([003c268](https://github.com/skbkontur/retail-ui/commit/003c268))
1888
+ * **Toggle:** add white outline to focused box-shadow ([7b7a3c9](https://github.com/skbkontur/retail-ui/commit/7b7a3c9))
1889
+
1890
+
1891
+ ### Features
1892
+
1893
+ * **Button:** add arrow styles in flat version ([8e1d268](https://github.com/skbkontur/retail-ui/commit/8e1d268))
1894
+ * **Button:** add arrows shadow & border styles in flat theme ([1889232](https://github.com/skbkontur/retail-ui/commit/1889232))
1895
+ * **Button, Checkbox, Radio, Toggle:** add common outline color variable ([58fac79](https://github.com/skbkontur/retail-ui/commit/58fac79))
1896
+
1897
+
1898
+
1899
+
1900
+
1901
+ ## [0.46.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.1...retail-ui@0.46.2) (2019-04-17)
1902
+
1903
+
1904
+ ### Bug Fixes
1905
+
1906
+ * **Tabs:** context provider render children for reac@15 ([f0df170](https://github.com/skbkontur/retail-ui/commit/f0df170))
1907
+
1908
+
1909
+
1910
+
1911
+
1912
+ ## [0.46.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.0...retail-ui@0.46.1) (2019-04-16)
1913
+
1914
+
1915
+ ### Bug Fixes
1916
+
1917
+ * **Autocomplete:** restore lost focus in IE ([a232110](https://github.com/skbkontur/retail-ui/commit/a232110)), closes [#1075](https://github.com/skbkontur/retail-ui/issues/1075)
1918
+ * **ComboBox:** add missing callbacks ([fab3ff6](https://github.com/skbkontur/retail-ui/commit/fab3ff6))
1919
+ * **ComboBox:** restore lost focus to outer element on clickOutside in IE ([702f60c](https://github.com/skbkontur/retail-ui/commit/702f60c)), closes [#1075](https://github.com/skbkontur/retail-ui/issues/1075)
1920
+ * **ComboBoxOld:** restore lost focus in IE ([dff471b](https://github.com/skbkontur/retail-ui/commit/dff471b)), closes [#1075](https://github.com/skbkontur/retail-ui/issues/1075)
1921
+ * **Hint:** render popup even if no text provided ([cf4a473](https://github.com/skbkontur/retail-ui/commit/cf4a473))
1922
+ * **Tabs:** correct work with FunctionalComponents ([93163db](https://github.com/skbkontur/retail-ui/commit/93163db)), closes [#1337](https://github.com/skbkontur/retail-ui/issues/1337)
1923
+ * **Tabs:** error findDOMNode on unmounted active tab component ([90142cb](https://github.com/skbkontur/retail-ui/commit/90142cb))
1924
+ * **TopBarDropdown:** added methods open & close ([9e7ddcc](https://github.com/skbkontur/retail-ui/commit/9e7ddcc))
1925
+
1926
+
1927
+
1928
+
1929
+
1930
+ # [0.46.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.45.0...retail-ui@0.46.0) (2019-04-08)
1931
+
1932
+
1933
+ ### Bug Fixes
1934
+
1935
+ * **Button:** compare elements reliable way ([0d7843e](https://github.com/skbkontur/retail-ui/commit/0d7843e)), closes [#1267](https://github.com/skbkontur/retail-ui/issues/1267)
1936
+ * preventDefault inside passive event listener ([055eb48](https://github.com/skbkontur/retail-ui/commit/055eb48)), closes [#1326](https://github.com/skbkontur/retail-ui/issues/1326)
1937
+ * safe components usage for SSR ([#1312](https://github.com/skbkontur/retail-ui/issues/1312)) ([0c8c91e](https://github.com/skbkontur/retail-ui/commit/0c8c91e))
1938
+ * **ComboBoxOld:** args types for renderTotalCount and onInputChange ([4ddd480](https://github.com/skbkontur/retail-ui/commit/4ddd480))
1939
+ * **Fias:** allow to fill stead and house without street ([9c728e5](https://github.com/skbkontur/retail-ui/commit/9c728e5)), closes [#1314](https://github.com/skbkontur/retail-ui/issues/1314)
1940
+ * **Menu,InternalMenu:** compare elements reliable way ([4c60cb4](https://github.com/skbkontur/retail-ui/commit/4c60cb4)), closes [#1267](https://github.com/skbkontur/retail-ui/issues/1267)
1941
+ * **Modal:** compare elements reliable way ([fdba164](https://github.com/skbkontur/retail-ui/commit/fdba164)), closes [#1267](https://github.com/skbkontur/retail-ui/issues/1267)
1942
+
1943
+
1944
+ ### Features
1945
+
1946
+ * **Fias:** add rooms search ([10843e1](https://github.com/skbkontur/retail-ui/commit/10843e1))
1947
+
1948
+
1949
+
1950
+
1951
+
1952
+ # [0.45.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.3...retail-ui@0.45.0) (2019-04-01)
1953
+
1954
+
1955
+ ### Bug Fixes
1956
+
1957
+ * **Autocomplete:** handle concurrent requests ([dd07ef4](https://github.com/skbkontur/retail-ui/commit/dd07ef4)), closes [#1299](https://github.com/skbkontur/retail-ui/issues/1299)
1958
+ * **Logotype:** async load products widget script ([85312d9](https://github.com/skbkontur/retail-ui/commit/85312d9))
1959
+ * **Popup:** children is not required by prop-types ([c976312](https://github.com/skbkontur/retail-ui/commit/c976312)), closes [#1292](https://github.com/skbkontur/retail-ui/issues/1292)
1960
+ * **ScrollContainer:** multiple scrollbars on OSX ([#827](https://github.com/skbkontur/retail-ui/issues/827)) ([118b347](https://github.com/skbkontur/retail-ui/commit/118b347))
1961
+ * **Tooltip:** deactivate RenderLayer by default ([0818973](https://github.com/skbkontur/retail-ui/commit/0818973)), closes [#1304](https://github.com/skbkontur/retail-ui/issues/1304)
1962
+
1963
+
1964
+ ### Features
1965
+
1966
+ * **flow:** add typings ([42f8fed](https://github.com/skbkontur/retail-ui/commit/42f8fed))
1967
+
1968
+
1969
+ ### Reverts
1970
+
1971
+ * **Popup:** fix regress with dynamically changing callbacks ([1b3bd4e](https://github.com/skbkontur/retail-ui/commit/1b3bd4e)), closes [#1297](https://github.com/skbkontur/retail-ui/issues/1297)
1972
+ * **RenderLayer): "perf(RenderLayer:** less event subscriptions" ([8e492e8](https://github.com/skbkontur/retail-ui/commit/8e492e8)), closes [#1304](https://github.com/skbkontur/retail-ui/issues/1304)
1973
+
1974
+
1975
+
1976
+
1977
+
1978
+ ## [0.44.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.2...retail-ui@0.44.3) (2019-03-27)
1979
+
1980
+
1981
+ ### Bug Fixes
1982
+
1983
+ * **Input:** don't show placeholder if mask is visible ([1c40f1d](https://github.com/skbkontur/retail-ui/commit/1c40f1d))
1984
+ * **Input:** fix placeholder width for masked input ([8696f40](https://github.com/skbkontur/retail-ui/commit/8696f40)), closes [#1272](https://github.com/skbkontur/retail-ui/issues/1272)
1985
+
1986
+
1987
+
1988
+
1989
+
1990
+ ## [0.44.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.1...retail-ui@0.44.2) (2019-03-26)
1991
+
1992
+
1993
+ ### Bug Fixes
1994
+
1995
+ * **ComboBoxOld:** bring typings back ([65d26cd](https://github.com/skbkontur/retail-ui/commit/65d26cd))
1996
+ * **hint:** add pin offset ([9c68d44](https://github.com/skbkontur/retail-ui/commit/9c68d44)), closes [#1265](https://github.com/skbkontur/retail-ui/issues/1265)
1997
+ * **Input:** fix input outlines in IE ([2594500](https://github.com/skbkontur/retail-ui/commit/2594500)), closes [#1197](https://github.com/skbkontur/retail-ui/issues/1197)
1998
+ * **Popup:** call `onOpen` prop in right moment for react@15 ([07d98e7](https://github.com/skbkontur/retail-ui/commit/07d98e7)), closes [#1257](https://github.com/skbkontur/retail-ui/issues/1257)
1999
+ * **Tooltip:** correct render invalid react element ([d49b9fd](https://github.com/skbkontur/retail-ui/commit/d49b9fd))
2000
+ * **Tooltip:** loosing focus on show/hide content ([83b86f7](https://github.com/skbkontur/retail-ui/commit/83b86f7))
2001
+
2002
+
2003
+ ### Performance Improvements
2004
+
2005
+ * **Popup:** bind instead of field initializer ([e1bfba1](https://github.com/skbkontur/retail-ui/commit/e1bfba1))
2006
+ * **Popup:** do not renderContent if closed ([49b03a6](https://github.com/skbkontur/retail-ui/commit/49b03a6))
2007
+ * **Popup:** less event subscriptions ([eb30481](https://github.com/skbkontur/retail-ui/commit/eb30481))
2008
+ * **Popup:** remove RenderLayer/onCloseRequest ([1763036](https://github.com/skbkontur/retail-ui/commit/1763036))
2009
+ * **RenderContainer:** lazy domContainer ([7a193fe](https://github.com/skbkontur/retail-ui/commit/7a193fe))
2010
+ * **RenderLayer:** bind instead of field initializer ([a7a940b](https://github.com/skbkontur/retail-ui/commit/a7a940b))
2011
+ * **RenderLayer:** less event subscriptions ([f095eca](https://github.com/skbkontur/retail-ui/commit/f095eca))
2012
+ * **Tooltip:** bind instead of field initializer ([e4a1ef5](https://github.com/skbkontur/retail-ui/commit/e4a1ef5))
2013
+ * **Tooltip:** skip RenderLayer if unneeded ([9719e45](https://github.com/skbkontur/retail-ui/commit/9719e45))
2014
+
2015
+
2016
+
2017
+
2018
+
2019
+ ## [0.44.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.0...retail-ui@0.44.1) (2019-03-19)
2020
+
2021
+
2022
+ ### Bug Fixes
2023
+
2024
+ * **retail-ui:** fix some imports for `[@skbkontur](https://github.com/skbkontur)/react-ui` ([d4c19a8](https://github.com/skbkontur/retail-ui/commit/d4c19a8))
2025
+
2026
+
2027
+
2028
+
2029
+
2030
+ # [0.44.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.43.0...retail-ui@0.44.0) (2019-03-19)
2031
+
2032
+
2033
+ ### Bug Fixes
2034
+
2035
+ * **ComboBox:** typings issues ([d51d66d](https://github.com/skbkontur/retail-ui/commit/d51d66d))
2036
+ * **Group:** fix flexbox width bug in IE ([6b9dd7a](https://github.com/skbkontur/retail-ui/commit/6b9dd7a)), closes [#1199](https://github.com/skbkontur/retail-ui/issues/1199) [#1234](https://github.com/skbkontur/retail-ui/issues/1234)
2037
+ * **Group:** pass "corners" prop only for Button ([54b9d13](https://github.com/skbkontur/retail-ui/commit/54b9d13)), closes [#1225](https://github.com/skbkontur/retail-ui/issues/1225)
2038
+ * **retail-ui:** add optional for some props and default for generic ([07003a4](https://github.com/skbkontur/retail-ui/commit/07003a4))
2039
+ * **SidePage:** change header paddings according to the guides ([722d00f](https://github.com/skbkontur/retail-ui/commit/722d00f))
2040
+ * **SidePage:** fix scrollbar overlapping by the footer with wrong width ([f3468b1](https://github.com/skbkontur/retail-ui/commit/f3468b1))
2041
+ * **SidePage:** remove empty space from the fixed header ([48a53f9](https://github.com/skbkontur/retail-ui/commit/48a53f9)), closes [#971](https://github.com/skbkontur/retail-ui/issues/971)
2042
+
2043
+
2044
+ ### Features
2045
+
2046
+ * **ComboBox:** add props `searchOnFocus` and `drawArrow` ([a605c22](https://github.com/skbkontur/retail-ui/commit/a605c22))
2047
+
2048
+
2049
+
2050
+
2051
+
2052
+ # [0.43.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.42.0...retail-ui@0.43.0) (2019-03-12)
2053
+
2054
+
2055
+ ### Bug Fixes
2056
+
2057
+ * **Button:** fix disabled link background ([9c2cdae](https://github.com/skbkontur/retail-ui/commit/9c2cdae)), closes [#1213](https://github.com/skbkontur/retail-ui/issues/1213)
2058
+ * **ComboBox:** correct import specific icon, not all ([9f0fcbf](https://github.com/skbkontur/retail-ui/commit/9f0fcbf))
2059
+ * **ComboBox:** repair blur when menu is not open ([0861a90](https://github.com/skbkontur/retail-ui/commit/0861a90))
2060
+ * **ComboBoxMenu:** unique keys warning ([7ead9fc](https://github.com/skbkontur/retail-ui/commit/7ead9fc))
2061
+ * **Modal:** enable adaptive style by default ([284ad95](https://github.com/skbkontur/retail-ui/commit/284ad95)), closes [#1164](https://github.com/skbkontur/retail-ui/issues/1164)
2062
+ * **Tooltip:** fix svg icons click in ie11 ([d99676d](https://github.com/skbkontur/retail-ui/commit/d99676d)), closes [#1107](https://github.com/skbkontur/retail-ui/issues/1107)
2063
+ * **Tooltip:** handleClickOutside detects content ([c69773b](https://github.com/skbkontur/retail-ui/commit/c69773b)), closes [#1210](https://github.com/skbkontur/retail-ui/issues/1210)
2064
+
2065
+
2066
+ ### Features
2067
+
2068
+ * **ComboBox:** add localization ([2bc0300](https://github.com/skbkontur/retail-ui/commit/2bc0300))
2069
+ * **LocaleContext:** localization controls ([4d5a412](https://github.com/skbkontur/retail-ui/commit/4d5a412))
2070
+ * **Logotype:** add localization ([47fa21e](https://github.com/skbkontur/retail-ui/commit/47fa21e))
2071
+ * **Paging:** add localization ([ef982db](https://github.com/skbkontur/retail-ui/commit/ef982db))
2072
+ * **Select:** add localization ([8a539be](https://github.com/skbkontur/retail-ui/commit/8a539be))
2073
+ * **Spinner:** add localization ([265deee](https://github.com/skbkontur/retail-ui/commit/265deee))
2074
+ * **TokenInput:** add localization ([49d7742](https://github.com/skbkontur/retail-ui/commit/49d7742))
2075
+ * **TopBar:** add `TopBar.Logout` for localization ([18533e9](https://github.com/skbkontur/retail-ui/commit/18533e9))
2076
+ * **TopBar:** add localization ([50accaf](https://github.com/skbkontur/retail-ui/commit/50accaf))
2077
+
2078
+
2079
+
2080
+
2081
+
2082
+ # [0.42.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.41.1...retail-ui@0.42.0) (2019-03-05)
2083
+
2084
+ ### Bug Fixes
2085
+
2086
+ - **DatePicker:** fix clear selection on IE11 ([fe61312](https://github.com/skbkontur/retail-ui/commit/fe61312)), closes [#1205](https://github.com/skbkontur/retail-ui/issues/1205)
2087
+ - **Fias:** fix textarea import ([2a1dd51](https://github.com/skbkontur/retail-ui/commit/2a1dd51))
2088
+ - **retail-ui:** fix placeholders color according to the guides ([f29f9ac](https://github.com/skbkontur/retail-ui/commit/f29f9ac)), closes [#1166](https://github.com/skbkontur/retail-ui/issues/1166)
2089
+ - **Tooltip:** reposition changed content ([39b641f](https://github.com/skbkontur/retail-ui/commit/39b641f)), closes [#962](https://github.com/skbkontur/retail-ui/issues/962)
2090
+
2091
+ ### Features
2092
+
2093
+ - **DropdownMenu:** add header and footer props ([db8a428](https://github.com/skbkontur/retail-ui/commit/db8a428))
2094
+ - **ScrollContainer:** add `onScrollStateChange` prop ([18366b7](https://github.com/skbkontur/retail-ui/commit/18366b7))
2095
+ - **TooltipMenu:** add header and footer props ([578125d](https://github.com/skbkontur/retail-ui/commit/578125d))
2096
+
2097
+ ## [0.41.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.41.0...retail-ui@0.41.1) (2019-02-27)
2098
+
2099
+ ### Bug Fixes
2100
+
2101
+ - **Popup:** remove ambient types ([72fb736](https://github.com/skbkontur/retail-ui/commit/72fb736))
2102
+
2103
+ # [0.41.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.40.1...retail-ui@0.41.0) (2019-02-26)
2104
+
2105
+ ### Bug Fixes
2106
+
2107
+ - **ComboBox:** fix `focusNextElement` call condition ([da8e007](https://github.com/skbkontur/retail-ui/commit/da8e007))
2108
+ - **ComboBox:** fix open if blured ([6a63937](https://github.com/skbkontur/retail-ui/commit/6a63937))
2109
+ - **ComboBox:** fixed menu item highlight on focus([#1100](https://github.com/skbkontur/retail-ui/issues/1100)) ([212cf2d](https://github.com/skbkontur/retail-ui/commit/212cf2d))
2110
+ - **ComboBox:** use requestStatus and repeatRequest to highlight menu item properly ([c5dfd8f](https://github.com/skbkontur/retail-ui/commit/c5dfd8f))
2111
+ - **DateInput:** add handle action `separator` ([c532008](https://github.com/skbkontur/retail-ui/commit/c532008)), closes [#1059](https://github.com/skbkontur/retail-ui/issues/1059)
2112
+ - **Hint:** don't render Popup if text is empty ([f4b2e03](https://github.com/skbkontur/retail-ui/commit/f4b2e03))
2113
+ - **PasswordInput:** remove not DOM prop `detectCapsLock` ([7d49446](https://github.com/skbkontur/retail-ui/commit/7d49446))
2114
+ - **Popup:** closing 'hover' after dropdown selection ([c021e04](https://github.com/skbkontur/retail-ui/commit/c021e04))
2115
+ - **Popup:** possible memory leak fix ([bd1bca4](https://github.com/skbkontur/retail-ui/commit/bd1bca4))
2116
+ - **retail-ui:** fix input and button baseline (according to the guides) ([085d6af](https://github.com/skbkontur/retail-ui/commit/085d6af))
2117
+ - **Token:** fix align text and icon ([#1182](https://github.com/skbkontur/retail-ui/issues/1182)) ([fe49699](https://github.com/skbkontur/retail-ui/commit/fe49699)), closes [#1158](https://github.com/skbkontur/retail-ui/issues/1158)
2118
+ - **Tooltip:** don't render Popup without content ([a9fbdb5](https://github.com/skbkontur/retail-ui/commit/a9fbdb5))
2119
+
2120
+ ### Features
2121
+
2122
+ - **ComboBox:** add `cancelSearch` public method ([dcafb27](https://github.com/skbkontur/retail-ui/commit/dcafb27))
2123
+ - **ComboBox:** public blur method ([e3e3a8e](https://github.com/skbkontur/retail-ui/commit/e3e3a8e))
2124
+ - **Fias:** support foreign addresses ([2641ca2](https://github.com/skbkontur/retail-ui/commit/2641ca2))
2125
+
2126
+ ## [0.40.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.40.0...retail-ui@0.40.1) (2019-02-19)
2127
+
2128
+ ### Bug Fixes
2129
+
2130
+ - **SidePage:** dynamic resolved types `Body` and `Footer` with context ([4ec286b](https://github.com/skbkontur/retail-ui/commit/4ec286b))
2131
+
2132
+ # [0.40.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.39.0...retail-ui@0.40.0) (2019-02-19)
2133
+
2134
+ ### Bug Fixes
2135
+
2136
+ - **RenderContainer:** unique keys warning ([b2279b3](https://github.com/skbkontur/retail-ui/commit/b2279b3)), closes [#1149](https://github.com/skbkontur/retail-ui/issues/1149)
2137
+ - **Tooltip:** fixed closing for `hoverAnchor` ([fd932f2](https://github.com/skbkontur/retail-ui/commit/fd932f2)), closes [#973](https://github.com/skbkontur/retail-ui/issues/973)
2138
+
2139
+ ### Features
2140
+
2141
+ - **flow:** add typings ([#1160](https://github.com/skbkontur/retail-ui/issues/1160)) ([55d79c9](https://github.com/skbkontur/retail-ui/commit/55d79c9))
2142
+ - **PasswordInput:** add support blur event ([#1162](https://github.com/skbkontur/retail-ui/issues/1162)) ([ddd8195](https://github.com/skbkontur/retail-ui/commit/ddd8195)), closes [#889](https://github.com/skbkontur/retail-ui/issues/889)
2143
+ - **Popup:** add `ignoreHover` prop ([869f556](https://github.com/skbkontur/retail-ui/commit/869f556))
2144
+ - **TokenInput:** add ability to directly render token component ([#1148](https://github.com/skbkontur/retail-ui/issues/1148)) ([6354b2a](https://github.com/skbkontur/retail-ui/commit/6354b2a))
2145
+
2146
+ <a name="0.39.0"></a>
2147
+
2148
+ # [0.39.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.38.0...retail-ui@0.39.0) (2019-02-12)
2149
+
2150
+ ### Bug Fixes
2151
+
2152
+ - **DropdownContainer:** fixed initial position ([8eed80e](https://github.com/skbkontur/retail-ui/commit/8eed80e))
2153
+ - **Menu:** not call `setState` after unmount ([dfd5152](https://github.com/skbkontur/retail-ui/commit/dfd5152))
2154
+
2155
+ ### Features
2156
+
2157
+ - **ComboBox:** минимальное время показа лоадера ([279afac](https://github.com/skbkontur/retail-ui/commit/279afac))
2158
+ - **Fias:** add fields settings ([31ea3d3](https://github.com/skbkontur/retail-ui/commit/31ea3d3))
2159
+ - **Fias:** add postalCode field ([02f1498](https://github.com/skbkontur/retail-ui/commit/02f1498))
2160
+ - **Fias:** move fields labels to the locale ([0bae0fd](https://github.com/skbkontur/retail-ui/commit/0bae0fd))
2161
+ - **retail-ui:** add more flow typings ([#1137](https://github.com/skbkontur/retail-ui/issues/1137)) ([e72b3eb](https://github.com/skbkontur/retail-ui/commit/e72b3eb))
2162
+
2163
+ <a name="0.38.0"></a>
2164
+
2165
+ # [0.38.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.37.0...retail-ui@0.38.0) (2019-02-05)
2166
+
2167
+ ### Bug Fixes
2168
+
2169
+ - **Button:** reset text styles ([0b7eec5](https://github.com/skbkontur/retail-ui/commit/0b7eec5)), closes [#1108](https://github.com/skbkontur/retail-ui/issues/1108)
2170
+ - **Button:** text align center with custom width ([2150cc6](https://github.com/skbkontur/retail-ui/commit/2150cc6)), closes [#1121](https://github.com/skbkontur/retail-ui/issues/1121)
2171
+ - **Combobox:** fix non-closing menu with disablePortal prop ([c5b5288](https://github.com/skbkontur/retail-ui/commit/c5b5288))
2172
+ - **DateInput:** remove unecessary wrapper element ([908941e](https://github.com/skbkontur/retail-ui/commit/908941e)), closes [#1119](https://github.com/skbkontur/retail-ui/issues/1119)
2173
+ - **Input:** reset text styles ([b7bd90b](https://github.com/skbkontur/retail-ui/commit/b7bd90b)), closes [#1108](https://github.com/skbkontur/retail-ui/issues/1108)
2174
+ - **InputLikeText:** fix overflow inside flex container ([91f5c8a](https://github.com/skbkontur/retail-ui/commit/91f5c8a)), closes [#1116](https://github.com/skbkontur/retail-ui/issues/1116)
2175
+ - **Kladr:** recover TypeScript typings ([948212d](https://github.com/skbkontur/retail-ui/commit/948212d)), closes [#1058](https://github.com/skbkontur/retail-ui/issues/1058)
2176
+ - **RenderLayer:** disable catch events ([#1127](https://github.com/skbkontur/retail-ui/issues/1127)) ([f0a447c](https://github.com/skbkontur/retail-ui/commit/f0a447c))
2177
+ - **Textarea:** define min-height, close [#1072](https://github.com/skbkontur/retail-ui/issues/1072) ([#1082](https://github.com/skbkontur/retail-ui/issues/1082)) ([01cf7d3](https://github.com/skbkontur/retail-ui/commit/01cf7d3))
2178
+
2179
+ ### Features
2180
+
2181
+ - add flow typings ([9577790](https://github.com/skbkontur/retail-ui/commit/9577790))
2182
+ - **Logotype:** add locale prop ([e39c7f7](https://github.com/skbkontur/retail-ui/commit/e39c7f7))
2183
+
2184
+ <a name="0.37.0"></a>
2185
+
2186
+ # [0.37.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.36.0...retail-ui@0.37.0) (2019-01-30)
2187
+
2188
+ ### Bug Fixes
2189
+
2190
+ - **Fias:** allow to search for houses in planning structures ([3eeec85](https://github.com/skbkontur/retail-ui/commit/3eeec85)), closes [#1098](https://github.com/skbkontur/retail-ui/issues/1098)
2191
+
2192
+ ### Features
2193
+
2194
+ - **Input:** поддержка префикса и суффикса ([fe9a1d8](https://github.com/skbkontur/retail-ui/commit/fe9a1d8))
2195
+ - **Input:** флекс-верска инпута ([64deabc](https://github.com/skbkontur/retail-ui/commit/64deabc))
2196
+ - **InputLikeText:** интерфейс пропсов наследуется от InputProps ([b4b7dce](https://github.com/skbkontur/retail-ui/commit/b4b7dce))
2197
+
2198
+ <a name="0.36.0"></a>
2199
+
2200
+ # [0.36.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.35.0...retail-ui@0.36.0) (2019-01-21)
2201
+
2202
+ ### Bug Fixes
2203
+
2204
+ - **Hint:** fix unnecessary re-render ([c9160d4](https://github.com/skbkontur/retail-ui/commit/c9160d4)), closes [#1053](https://github.com/skbkontur/retail-ui/issues/1053)
2205
+ - **SidePage:** update layout when the Body has been updated ([4477546](https://github.com/skbkontur/retail-ui/commit/4477546)), closes [#961](https://github.com/skbkontur/retail-ui/issues/961)
2206
+ - **TopBar.Item:** при onlyIcon={true} не рендерятся дети, fix [#1019](https://github.com/skbkontur/retail-ui/issues/1019) ([49f52d2](https://github.com/skbkontur/retail-ui/commit/49f52d2))
2207
+
2208
+ ### Features
2209
+
2210
+ - **Kebab:** add size medium ([9ea2d17](https://github.com/skbkontur/retail-ui/commit/9ea2d17))
2211
+ - **Select:** add public focus method ([8f317e1](https://github.com/skbkontur/retail-ui/commit/8f317e1)), closes [#1063](https://github.com/skbkontur/retail-ui/issues/1063)
2212
+ - **Select:** компонент принимает пропсы onFocus/onBlur ([2d4ba50](https://github.com/skbkontur/retail-ui/commit/2d4ba50))
2213
+ - **SidePage:** add updateLayout method ([7fe9290](https://github.com/skbkontur/retail-ui/commit/7fe9290))
2214
+
2215
+ <a name="0.35.0"></a>
2216
+
2217
+ # [0.35.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.34.0...retail-ui@0.35.0) (2019-01-14)
2218
+
2219
+ ### Bug Fixes
2220
+
2221
+ - **Calendar:** set box-sizing ([f3e7432](https://github.com/skbkontur/retail-ui/commit/f3e7432)), closes [#525](https://github.com/skbkontur/retail-ui/issues/525) [#762](https://github.com/skbkontur/retail-ui/issues/762)
2222
+ - **ComboBox:** keep focus after click on refresh ([2effb7c](https://github.com/skbkontur/retail-ui/commit/2effb7c)), closes [#1012](https://github.com/skbkontur/retail-ui/issues/1012)
2223
+ - **ComboBoxOld:** fix click on disabled arrow ([031281b](https://github.com/skbkontur/retail-ui/commit/031281b))
2224
+ - **DropdownContainer:** remove listeners in disablePortal mode too ([51a611f](https://github.com/skbkontur/retail-ui/commit/51a611f)), closes [#1064](https://github.com/skbkontur/retail-ui/issues/1064)
2225
+ - **Input:** pass formatChars to ReactInputMask ([747badf](https://github.com/skbkontur/retail-ui/commit/747badf))
2226
+ - **Modal:** скрыта нативная рамка фокуса в ff ([f9fecb2](https://github.com/skbkontur/retail-ui/commit/f9fecb2))
2227
+ - **Radio:** fix cursor in flat-theme, fix [#990](https://github.com/skbkontur/retail-ui/issues/990) ([0b21a21](https://github.com/skbkontur/retail-ui/commit/0b21a21))
2228
+
2229
+ ### Features
2230
+
2231
+ - **Icon:** remove component ([cd229d3](https://github.com/skbkontur/retail-ui/commit/cd229d3)), closes [#1037](https://github.com/skbkontur/retail-ui/issues/1037)
2232
+ - **retail-ui:** add brand color variables ([072f2f5](https://github.com/skbkontur/retail-ui/commit/072f2f5))
2233
+ - **retail-ui:** add TokenInput component ([402c9bc](https://github.com/skbkontur/retail-ui/commit/402c9bc)), closes [#650](https://github.com/skbkontur/retail-ui/issues/650)
2234
+
2235
+ ### BREAKING CHANGES
2236
+
2237
+ - **Icon:** Component `Icon` has been removed, please use icons from `@skbkontur/react-icons`
2238
+
2239
+ <a name="0.34.0"></a>
2240
+
2241
+ # [0.34.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.33.0...retail-ui@0.34.0) (2018-12-26)
2242
+
2243
+ ### Bug Fixes
2244
+
2245
+ - **Autocomplete:** исправлен многократный вызов `source` ([6a73bc5](https://github.com/skbkontur/retail-ui/commit/6a73bc5)), closes [#937](https://github.com/skbkontur/retail-ui/issues/937)
2246
+ - **ComboBox:** always close on clickOutside ([1715695](https://github.com/skbkontur/retail-ui/commit/1715695))
2247
+ - **ComboBox:** run empty search on input click if closed ([75670b4](https://github.com/skbkontur/retail-ui/commit/75670b4))
2248
+ - **CurrencyInput:** починено поведение фокуса ([ce3e1e9](https://github.com/skbkontur/retail-ui/commit/ce3e1e9)), closes [#932](https://github.com/skbkontur/retail-ui/issues/932)
2249
+ - **DatePicker:** close if picker became disabled ([2b98084](https://github.com/skbkontur/retail-ui/commit/2b98084))
2250
+ - **DatePicker:** do not open on focus if disabled ([03fb67d](https://github.com/skbkontur/retail-ui/commit/03fb67d))
2251
+ - **DatePickerOld:** can't blur in ie11 ([f515c56](https://github.com/skbkontur/retail-ui/commit/f515c56)), closes [#1030](https://github.com/skbkontur/retail-ui/issues/1030)
2252
+ - **DatePickerOld:** can't blur in safari ([194adca](https://github.com/skbkontur/retail-ui/commit/194adca))
2253
+ - **DropdownContainer:** align dropdown in disablePortal mode ([ca8561f](https://github.com/skbkontur/retail-ui/commit/ca8561f)), closes [#590](https://github.com/skbkontur/retail-ui/issues/590)
2254
+ - **Fias:** [FiasComboBox] update searchText on value change ([55cb808](https://github.com/skbkontur/retail-ui/commit/55cb808))
2255
+ - **Fias:** disallow search through all parents for Street and lower ([09966ec](https://github.com/skbkontur/retail-ui/commit/09966ec))
2256
+ - **Fias:** invalidate House if it wasn't chosen from the list ([2389155](https://github.com/skbkontur/retail-ui/commit/2389155)), closes [#905](https://github.com/skbkontur/retail-ui/issues/905)
2257
+ - **Fias:** open list on focus after validation (if has items) ([7972960](https://github.com/skbkontur/retail-ui/commit/7972960))
2258
+ - **InternalMenu:** focus on menu without scrollTo ([263091d](https://github.com/skbkontur/retail-ui/commit/263091d)), closes [#996](https://github.com/skbkontur/retail-ui/issues/996)
2259
+ - **Logotype:** always render dropdown container ([dfc26cb](https://github.com/skbkontur/retail-ui/commit/dfc26cb)), closes [#631](https://github.com/skbkontur/retail-ui/issues/631)
2260
+ - **Logotype:** display root as inline element when there is no widget ([b0f316f](https://github.com/skbkontur/retail-ui/commit/b0f316f))
2261
+ - **Logotype:** init widget on props update ([109f562](https://github.com/skbkontur/retail-ui/commit/109f562))
2262
+ - **Sticky:** infinity update loop in safari ([7c26f85](https://github.com/skbkontur/retail-ui/commit/7c26f85)), closes [#1033](https://github.com/skbkontur/retail-ui/issues/1033)
2263
+ - **Textarea:** don't pass placeholder prop if it is polyfilled ([54d16bb](https://github.com/skbkontur/retail-ui/commit/54d16bb)), closes [#955](https://github.com/skbkontur/retail-ui/issues/955)
2264
+ - **TopBar:** update User's links to cabinet.kontur.ru ([53d1024](https://github.com/skbkontur/retail-ui/commit/53d1024))
2265
+
2266
+ ### Features
2267
+
2268
+ - **Fias:** show "select from list" message on validation if has items ([91dd8ba](https://github.com/skbkontur/retail-ui/commit/91dd8ba))
2269
+ - **Popup:** add `onOpen` prop ([af52795](https://github.com/skbkontur/retail-ui/commit/af52795))
2270
+ - **Spinner:** поддержка ReactNode в caption ([b0ba0cd](https://github.com/skbkontur/retail-ui/commit/b0ba0cd))
2271
+ - **Textarea:** шрифт и отсутпы по гайдам ([ca61be6](https://github.com/skbkontur/retail-ui/commit/ca61be6))
2272
+
2273
+ <a name="0.33.0"></a>
2274
+
2275
+ # [0.33.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.32.1...retail-ui@0.33.0) (2018-12-17)
2276
+
2277
+ ### Bug Fixes
2278
+
2279
+ - **ComboBox:** always keep textValue in sync with value, if not editing ([f9e6531](https://github.com/skbkontur/retail-ui/commit/f9e6531))
2280
+ - **ComboBox:** fix getValueString function ([50accf1](https://github.com/skbkontur/retail-ui/commit/50accf1))
2281
+ - **CustomComboBox:** made some props required ([dd1f90a](https://github.com/skbkontur/retail-ui/commit/dd1f90a))
2282
+ - **MenuItem:** remove 'white-space: nowrap' property ([b4fb9e7](https://github.com/skbkontur/retail-ui/commit/b4fb9e7)), closes [#590](https://github.com/skbkontur/retail-ui/issues/590) [#959](https://github.com/skbkontur/retail-ui/issues/959)
2283
+ - **paging:** починено поведение глобального листенера ([fddcc74](https://github.com/skbkontur/retail-ui/commit/fddcc74)), closes [#998](https://github.com/skbkontur/retail-ui/issues/998) [#976](https://github.com/skbkontur/retail-ui/issues/976)
2284
+
2285
+ ### Features
2286
+
2287
+ - **ComboBox:** add search method ([bb3fa2e](https://github.com/skbkontur/retail-ui/commit/bb3fa2e)), closes [#991](https://github.com/skbkontur/retail-ui/issues/991)
2288
+ - **ComboBox:** allow to open combobox with search ([c3b8965](https://github.com/skbkontur/retail-ui/commit/c3b8965))
2289
+
2290
+ <a name="0.32.1"></a>
2291
+
2292
+ ## [0.32.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.32.0...retail-ui@0.32.1) (2018-12-11)
2293
+
2294
+ ### Bug Fixes
2295
+
2296
+ - **DateSelect:** fix varialble name in styles ([542ab98](https://github.com/skbkontur/retail-ui/commit/542ab98)), closes [#975](https://github.com/skbkontur/retail-ui/issues/975)
2297
+ - **Input:** fix regression around medium font-size ([a900f6e](https://github.com/skbkontur/retail-ui/commit/a900f6e))
2298
+
2299
+ <a name="0.32.0"></a>
2300
+
2301
+ # [0.32.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.31.0...retail-ui@0.32.0) (2018-12-10)
2302
+
2303
+ ### Bug Fixes
2304
+
2305
+ - **ComboBox:** keep focus after item click and focus next after Enter ([50e5ef0](https://github.com/skbkontur/retail-ui/commit/50e5ef0)), closes [#907](https://github.com/skbkontur/retail-ui/issues/907)
2306
+ - **Popup:** remove unwanted pin border in IE ([b9f3b90](https://github.com/skbkontur/retail-ui/commit/b9f3b90)), closes [#786](https://github.com/skbkontur/retail-ui/issues/786) [#943](https://github.com/skbkontur/retail-ui/issues/943)
2307
+ - **RenderContainer:** correct store ids in data-attribute ([0dc7089](https://github.com/skbkontur/retail-ui/commit/0dc7089))
2308
+ - **Tooltip:** reset opened state by trigger prop ([83d0132](https://github.com/skbkontur/retail-ui/commit/83d0132)), closes [#896](https://github.com/skbkontur/retail-ui/issues/896)
2309
+
2310
+ ### Features
2311
+
2312
+ - **ComboBox:** add open/close methods ([7bbd941](https://github.com/skbkontur/retail-ui/commit/7bbd941)), closes [#957](https://github.com/skbkontur/retail-ui/issues/957)
2313
+ - **Input:** blink on unexpected input ([7162ffa](https://github.com/skbkontur/retail-ui/commit/7162ffa))
2314
+ - **lib:** add functions for getting focusable elements ([6ff8b71](https://github.com/skbkontur/retail-ui/commit/6ff8b71))
2315
+
2316
+ ### Performance Improvements
2317
+
2318
+ - **ComboBox:** optimize focusNextElement method ([f8946f4](https://github.com/skbkontur/retail-ui/commit/f8946f4))
2319
+
2320
+ <a name="0.31.0"></a>
2321
+
2322
+ # [0.31.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.30.0...retail-ui@0.31.0) (2018-12-04)
2323
+
2324
+ ### Bug Fixes
2325
+
2326
+ - **ComboBox:** don't do search on focus in autocomplete mode ([241195d](https://github.com/skbkontur/retail-ui/commit/241195d)), closes [#601](https://github.com/skbkontur/retail-ui/issues/601)
2327
+ - **DatePickerOld:** fix firefox specific bug ([737262d](https://github.com/skbkontur/retail-ui/commit/737262d))
2328
+ - **Modal:** generated docs use helper function as component ([ac0f9f3](https://github.com/skbkontur/retail-ui/commit/ac0f9f3))
2329
+ - **Popup:** fix render child for react@15 ([b2364a6](https://github.com/skbkontur/retail-ui/commit/b2364a6))
2330
+ - **Select:** fix text-overflow color ([4b100bd](https://github.com/skbkontur/retail-ui/commit/4b100bd)), closes [#543](https://github.com/skbkontur/retail-ui/issues/543)
2331
+ - **Select:** less offset of arrow-icon ([d2e1183](https://github.com/skbkontur/retail-ui/commit/d2e1183)), closes [#542](https://github.com/skbkontur/retail-ui/issues/542)
2332
+
2333
+ ### Features
2334
+
2335
+ - **Input:** improve masked input ([#900](https://github.com/skbkontur/retail-ui/issues/900)) ([f03fd28](https://github.com/skbkontur/retail-ui/commit/f03fd28)), closes [#463](https://github.com/skbkontur/retail-ui/issues/463) [#449](https://github.com/skbkontur/retail-ui/issues/449) [#499](https://github.com/skbkontur/retail-ui/issues/499) [#463](https://github.com/skbkontur/retail-ui/issues/463) [#449](https://github.com/skbkontur/retail-ui/issues/449) [#499](https://github.com/skbkontur/retail-ui/issues/499)
2336
+ - **Modal:** add alignTop prop ([618b88b](https://github.com/skbkontur/retail-ui/commit/618b88b)), closes [#715](https://github.com/skbkontur/retail-ui/issues/715)
2337
+
2338
+ <a name="0.30.0"></a>
2339
+
2340
+ # [0.30.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.29.0...retail-ui@0.30.0) (2018-11-20)
2341
+
2342
+ ### Bug Fixes
2343
+
2344
+ - **ComboBox:** fix blinking test by mocking lodash.debounce ([fef6e3e](https://github.com/skbkontur/retail-ui/commit/fef6e3e))
2345
+ - **ComboBox:** prevent searching items after blur ([0a6153d](https://github.com/skbkontur/retail-ui/commit/0a6153d))
2346
+ - **ComboBox:** show editing input text on focus instead of value ([6e0e8d4](https://github.com/skbkontur/retail-ui/commit/6e0e8d4))
2347
+ - **Menu:** scroll till the container edges while moving through items ([32a6f94](https://github.com/skbkontur/retail-ui/commit/32a6f94)), closes [#860](https://github.com/skbkontur/retail-ui/issues/860)
2348
+ - **Tooltip:** add shallow equal on shouldComponentUpdate ([647fd5b](https://github.com/skbkontur/retail-ui/commit/647fd5b)), closes [#899](https://github.com/skbkontur/retail-ui/issues/899)
2349
+ - **TopBar:** pass href instead of logoHref prop to Logotype ([04b2d54](https://github.com/skbkontur/retail-ui/commit/04b2d54)), closes [#923](https://github.com/skbkontur/retail-ui/issues/923)
2350
+
2351
+ ### Features
2352
+
2353
+ - **DatePicker:** поддержка праздничных дней ([#904](https://github.com/skbkontur/retail-ui/issues/904)) ([d1f4213](https://github.com/skbkontur/retail-ui/commit/d1f4213)), closes [#423](https://github.com/skbkontur/retail-ui/issues/423)
2354
+ - **Hint:** add `useWrapper` prop ([142f684](https://github.com/skbkontur/retail-ui/commit/142f684))
2355
+ - **Modal:** опциональное залипание шапки и футера ([#911](https://github.com/skbkontur/retail-ui/issues/911)) ([1e763cf](https://github.com/skbkontur/retail-ui/commit/1e763cf))
2356
+ - **Popup:** allow use react component as anchorElement ([7b0b373](https://github.com/skbkontur/retail-ui/commit/7b0b373))
2357
+ - **Tooltip:** add `useWrapper` prop ([71d803a](https://github.com/skbkontur/retail-ui/commit/71d803a)), closes [#721](https://github.com/skbkontur/retail-ui/issues/721)
2358
+
2359
+ <a name="0.29.0"></a>
2360
+
2361
+ # [0.29.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.28.0...retail-ui@0.29.0) (2018-11-13)
2362
+
2363
+ ### Bug Fixes
2364
+
2365
+ - **ComboBox:** update textValue even if empty (autocomplete mode) ([#875](https://github.com/skbkontur/retail-ui/issues/875)) ([6981973](https://github.com/skbkontur/retail-ui/commit/6981973))
2366
+
2367
+ ### Features
2368
+
2369
+ - **Button:** Новые стили для кнопок-стрелок ([#839](https://github.com/skbkontur/retail-ui/issues/839)) ([bcfe9c9](https://github.com/skbkontur/retail-ui/commit/bcfe9c9))
2370
+ - **ComboBox:** allow use hover state in renderItem ([eacebc3](https://github.com/skbkontur/retail-ui/commit/eacebc3))
2371
+ - **Fias:** новый компонент ФИАС, [#779](https://github.com/skbkontur/retail-ui/issues/779) ([74e7e04](https://github.com/skbkontur/retail-ui/commit/74e7e04))
2372
+ - **FxInput:** add public method blur ([b4e167d](https://github.com/skbkontur/retail-ui/commit/b4e167d)), closes [#888](https://github.com/skbkontur/retail-ui/issues/888)
2373
+
2374
+ ### BREAKING CHANGES
2375
+
2376
+ - **ComboBox:** second argument of renderItem not used and replaced by MenuItemState
2377
+
2378
+ <a name="0.28.0"></a>
2379
+
2380
+ # [0.28.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.27.0...retail-ui@0.28.0) (2018-11-08)
2381
+
2382
+ ### Bug Fixes
2383
+
2384
+ - **CurrencyInput:** починено поведение плэйсхолдера ([84d2486](https://github.com/skbkontur/retail-ui/commit/84d2486))
2385
+ - **FxInput:** mainInGroup works again ([9bfca93](https://github.com/skbkontur/retail-ui/commit/9bfca93))
2386
+ - **HBVS:** only root component can update styles ([e12d32f](https://github.com/skbkontur/retail-ui/commit/e12d32f))
2387
+ - **Hint:** remove inline-block style [#829](https://github.com/skbkontur/retail-ui/issues/829) ([c9fbdfb](https://github.com/skbkontur/retail-ui/commit/c9fbdfb))
2388
+ - **Popup:** make disableAnimations working again ([c85db13](https://github.com/skbkontur/retail-ui/commit/c85db13))
2389
+ - **SidePage:** work with react@15 ([9e811bd](https://github.com/skbkontur/retail-ui/commit/9e811bd))
2390
+ - **Textarea:** поправлен интерфейс и пропсов, исправлена пара багов ([715d162](https://github.com/skbkontur/retail-ui/commit/715d162))
2391
+ - **Tooltip:** click on svg in tooltip [#877](https://github.com/skbkontur/retail-ui/issues/877) ([3fa07e7](https://github.com/skbkontur/retail-ui/commit/3fa07e7))
2392
+
2393
+ ### Features
2394
+
2395
+ - **Checkbox:** новое состояние WIP ([b443d5d](https://github.com/skbkontur/retail-ui/commit/b443d5d))
2396
+ - **Hint:** add disableAnimations prop ([cd548a6](https://github.com/skbkontur/retail-ui/commit/cd548a6))
2397
+ - **Paging:** global keydown listener ([b10df5d](https://github.com/skbkontur/retail-ui/commit/b10df5d))
2398
+ - **Paging:** show navigation hints by condition ([232a5c2](https://github.com/skbkontur/retail-ui/commit/232a5c2))
2399
+ - **PopupMenu:** add disableAnimation prop in PopupMenu-based components ([6602986](https://github.com/skbkontur/retail-ui/commit/6602986))
2400
+
2401
+ <a name="0.27.0"></a>
2402
+
2403
+ # [0.27.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.1...retail-ui@0.27.0) (2018-10-29)
2404
+
2405
+ ### Bug Fixes
2406
+
2407
+ - **Button:** fix flat styles ([5ba5980](https://github.com/skbkontur/retail-ui/commit/5ba5980)), closes [#856](https://github.com/skbkontur/retail-ui/issues/856)
2408
+ - **ComboBox:** public refs input/menu/inputLikeText ([f28b418](https://github.com/skbkontur/retail-ui/commit/f28b418))
2409
+ - **FxInput:** fix warning from 'mainInGroup' prop ([2ad6e4e](https://github.com/skbkontur/retail-ui/commit/2ad6e4e))
2410
+ - **Input:** filter props for HTMLInputElement, fix [#831](https://github.com/skbkontur/retail-ui/issues/831) ([fa94219](https://github.com/skbkontur/retail-ui/commit/fa94219))
2411
+ - **Input:** filter props for HTMLInputElement, fix [#831](https://github.com/skbkontur/retail-ui/issues/831) ([b0f04af](https://github.com/skbkontur/retail-ui/commit/b0f04af))
2412
+ - **Input:** input icons inside modal header [#861](https://github.com/skbkontur/retail-ui/issues/861) ([b69f0ab](https://github.com/skbkontur/retail-ui/commit/b69f0ab))
2413
+ - **Input:** update typings ([34adf0a](https://github.com/skbkontur/retail-ui/commit/34adf0a)), closes [#845](https://github.com/skbkontur/retail-ui/issues/845)
2414
+ - **Link:** fix types, fix [#841](https://github.com/skbkontur/retail-ui/issues/841) ([4a1e2b8](https://github.com/skbkontur/retail-ui/commit/4a1e2b8))
2415
+ - **Modal:** fix after Sticky hotfix ([b354149](https://github.com/skbkontur/retail-ui/commit/b354149))
2416
+ - **Modal:** not adaptive ([96178bd](https://github.com/skbkontur/retail-ui/commit/96178bd)), closes [#847](https://github.com/skbkontur/retail-ui/issues/847)
2417
+ - **SidePage:** fix blockBackground=false ([4a78d94](https://github.com/skbkontur/retail-ui/commit/4a78d94))
2418
+ - **SidePage:** fix blockBackground=false ([15a1763](https://github.com/skbkontur/retail-ui/commit/15a1763))
2419
+ - **Sticky:** вернули старое поведение с бесконечной рекурсией ([c04f3f1](https://github.com/skbkontur/retail-ui/commit/c04f3f1))
2420
+ - **Sticky:** вернули старое поведение с бесконечной рекурсией ([7cf7ebc](https://github.com/skbkontur/retail-ui/commit/7cf7ebc))
2421
+ - **Sticky:** fix default value of allowChildWithMargins ([3e5856e](https://github.com/skbkontur/retail-ui/commit/3e5856e))
2422
+ - **Sticky:** fix default value of allowChildWithMargins ([0ff54c6](https://github.com/skbkontur/retail-ui/commit/0ff54c6))
2423
+
2424
+ ### Features
2425
+
2426
+ - **CustomComboBox:** добавил ref для InputLikeText ([c5cd653](https://github.com/skbkontur/retail-ui/commit/c5cd653))
2427
+ - **Tooltip:** новое значение `trigger` ([391f715](https://github.com/skbkontur/retail-ui/commit/391f715)), closes [#818](https://github.com/skbkontur/retail-ui/issues/818)
2428
+
2429
+ <a name="0.26.3"></a>
2430
+
2431
+ ## [0.26.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.1...retail-ui@0.26.3) (2018-10-25)
2432
+
2433
+ ### Bug Fixes
2434
+
2435
+ - **Modal:** Modal.Footer и Modal.Header ипользуют Sticky с `allowChildWithMargins === true` ([8fee4c1](https://github.com/skbkontur/retail-ui/commit/8fee4c1bd5133e5b7419cb8951c08b46605a3985))
2436
+
2437
+ <a name="0.26.2"></a>
2438
+
2439
+ ## [0.26.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.0...retail-ui@0.26.2) (2018-10-25)
2440
+
2441
+ ### Bug Fixes
2442
+
2443
+ - **Sticky:** fix default value of allowChildWithMargins ([fffbea0](https://github.com/skbkontur/retail-ui/commit/fffbea0))
2444
+ - **Sticky:** вернули старое поведение с бесконечной рекурсией ([ebbbeec](https://github.com/skbkontur/retail-ui/commit/ebbbeec))
2445
+
2446
+ <a name="0.26.1"></a>
2447
+
2448
+ ## [0.26.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.0...retail-ui@0.26.1) (2018-10-24)
2449
+
2450
+ **Note:** Version bump only for package retail-ui
2451
+
2452
+ <a name="0.26.0"></a>
2453
+
2454
+ # [0.26.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.25.0...retail-ui@0.26.0) (2018-10-23)
2455
+
2456
+ ### Bug Fixes
2457
+
2458
+ - **Button:** fix subpixel bug in chrome ([a757350](https://github.com/skbkontur/retail-ui/commit/a757350))
2459
+ - **FxInput:** fix warning from 'mainInGroup' prop ([d24390c](https://github.com/skbkontur/retail-ui/commit/d24390c))
2460
+ - **HBVS:** окончательно отремонтирован ([c8df8a5](https://github.com/skbkontur/retail-ui/commit/c8df8a5))
2461
+ - **Modal:** fix modalClickTrap height, close [#810](https://github.com/skbkontur/retail-ui/issues/810) ([01497b5](https://github.com/skbkontur/retail-ui/commit/01497b5))
2462
+
2463
+ ### Features
2464
+
2465
+ - **combobox:** accept onUnexpectedInput handler return value ([e6c1d37](https://github.com/skbkontur/retail-ui/commit/e6c1d37))
2466
+ - **Icon:** use svg icons ([0690828](https://github.com/skbkontur/retail-ui/commit/0690828))
2467
+
2468
+ <a name="0.25.0"></a>
2469
+
2470
+ # [0.25.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.24.1...retail-ui@0.25.0) (2018-10-15)
2471
+
2472
+ ### Bug Fixes
2473
+
2474
+ - **ComboBox:** onChange при потере фокуса ([c3353b0](https://github.com/skbkontur/retail-ui/commit/c3353b0)), closes [#680](https://github.com/skbkontur/retail-ui/issues/680)
2475
+ - **HBVS:** пересчет размеров окна в каждом didUpdate, Closed [#717](https://github.com/skbkontur/retail-ui/issues/717) ([a162a03](https://github.com/skbkontur/retail-ui/commit/a162a03))
2476
+ - **Input:** fix console.log warning in group ([2bd4287](https://github.com/skbkontur/retail-ui/commit/2bd4287))
2477
+ - **Input:** повыщенный z-index при фокусе ([cf7f423](https://github.com/skbkontur/retail-ui/commit/cf7f423))
2478
+ - **Kebab:** react warning of unitless number ([66c6f21](https://github.com/skbkontur/retail-ui/commit/66c6f21))
2479
+ - **Modal:** fix click-handler ([cf84fd9](https://github.com/skbkontur/retail-ui/commit/cf84fd9)), closes [#757](https://github.com/skbkontur/retail-ui/issues/757)
2480
+ - **Modal:** focusLock отключен в ie, fix [#784](https://github.com/skbkontur/retail-ui/issues/784) ([839c7fa](https://github.com/skbkontur/retail-ui/commit/839c7fa))
2481
+ - **Popup:** change min-width to fix [#799](https://github.com/skbkontur/retail-ui/issues/799) ([4fb60a6](https://github.com/skbkontur/retail-ui/commit/4fb60a6))
2482
+ - **ResizeDetector:** удален `removeEventListener` :green_apple: ([ab586f7](https://github.com/skbkontur/retail-ui/commit/ab586f7))
2483
+ - **Tabs:** fix setState after unmount in Indicator component ([7444784](https://github.com/skbkontur/retail-ui/commit/7444784)), closes [#735](https://github.com/skbkontur/retail-ui/issues/735)
2484
+
2485
+ ### Features
2486
+
2487
+ - **Calendar:** больше переменных в стилях ([212bd1f](https://github.com/skbkontur/retail-ui/commit/212bd1f)), closes [#755](https://github.com/skbkontur/retail-ui/issues/755)
2488
+ - **Group:** added Group tests and Stories ([a669d7f](https://github.com/skbkontur/retail-ui/commit/a669d7f))
2489
+ - **Input:** выделение значения ([1b68c7a](https://github.com/skbkontur/retail-ui/commit/1b68c7a))
2490
+ - **Textarea:** выделение значения ([8282b37](https://github.com/skbkontur/retail-ui/commit/8282b37))
2491
+
2492
+ <a name="0.24.1"></a>
2493
+
2494
+ ## [0.24.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.24.0...retail-ui@0.24.1) (2018-10-10)
2495
+
2496
+ ### Bug Fixes
2497
+
2498
+ - **ComboBox:** PureComponent заменен на shouldComponentUpdate ([38d34fc](https://github.com/skbkontur/retail-ui/commit/38d34fc))
2499
+ - **SidePage:** fix zIndex of footer, fixed [#714](https://github.com/skbkontur/retail-ui/issues/714) ([63a2b5d](https://github.com/skbkontur/retail-ui/commit/63a2b5d))
2500
+
2501
+ <a name="0.24.0"></a>
2502
+
2503
+ # [0.24.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.3...retail-ui@0.24.0) (2018-10-08)
2504
+
2505
+ ### Bug Fixes
2506
+
2507
+ - **Button:** fix type link in flat mode ([dc1d505](https://github.com/skbkontur/retail-ui/commit/dc1d505))
2508
+ - **ComboBox:** изменение значения после unexpectedInput ([c5379be](https://github.com/skbkontur/retail-ui/commit/c5379be)), closes [#730](https://github.com/skbkontur/retail-ui/issues/730)
2509
+ - **Hint:** pin color for ie11 ([7361e20](https://github.com/skbkontur/retail-ui/commit/7361e20))
2510
+ - **Input:** fix flat styles ([cbb4e55](https://github.com/skbkontur/retail-ui/commit/cbb4e55)), closes [#731](https://github.com/skbkontur/retail-ui/issues/731)
2511
+ - **Tooltip:** allow customize color ([26af1d5](https://github.com/skbkontur/retail-ui/commit/26af1d5))
2512
+
2513
+ ### Features
2514
+
2515
+ - **ComboBox:** add 'reset' method ([4ff05fa](https://github.com/skbkontur/retail-ui/commit/4ff05fa))
2516
+ - onOpen & onClose props for DropDown Menu ([#771](https://github.com/skbkontur/retail-ui/issues/771)) ([9ae4bf0](https://github.com/skbkontur/retail-ui/commit/9ae4bf0)), closes [#769](https://github.com/skbkontur/retail-ui/issues/769) [#733](https://github.com/skbkontur/retail-ui/issues/733)
2517
+
2518
+ <a name="0.23.3"></a>
2519
+
2520
+ ## [0.23.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.2...retail-ui@0.23.3) (2018-09-27)
2521
+
2522
+ **Note:** Version bump only for package retail-ui
2523
+
2524
+ <a name="0.23.2"></a>
2525
+
2526
+ ## [0.23.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.1...retail-ui@0.23.2) (2018-09-26)
2527
+
2528
+ ### Bug Fixes
2529
+
2530
+ - **Textarea:** fix % width ([d4dab33](https://github.com/skbkontur/retail-ui/commit/d4dab33))
2531
+
2532
+ <a name="0.23.1"></a>
2533
+
2534
+ ## [0.23.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.0...retail-ui@0.23.1) (2018-09-24)
2535
+
2536
+ ### Bug Fixes
2537
+
2538
+ - **Hint:** render method ([585d0b8](https://github.com/skbkontur/retail-ui/commit/585d0b8))
2539
+ - **Input:** fix sizes in flat theme :lipstick:, fixed [#732](https://github.com/skbkontur/retail-ui/issues/732) ([2e35605](https://github.com/skbkontur/retail-ui/commit/2e35605))
2540
+ - **Textarea:** pass width prop to wrapper, fixed [#724](https://github.com/skbkontur/retail-ui/issues/724) ([52611bd](https://github.com/skbkontur/retail-ui/commit/52611bd))
2541
+ - **Tooltip:** fix positioning with inline-block caption, fix [#721](https://github.com/skbkontur/retail-ui/issues/721) ([6ba920e](https://github.com/skbkontur/retail-ui/commit/6ba920e))
2542
+
2543
+ <a name="0.23.0"></a>
2544
+
2545
+ # [0.23.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.22.0...retail-ui@0.23.0) (2018-09-17)
2546
+
2547
+ ### Bug Fixes
2548
+
2549
+ - **Button:** removed z-index ([02ce734](https://github.com/skbkontur/retail-ui/commit/02ce734))
2550
+ - **ComboBox:** clear textValue ([c66342c](https://github.com/skbkontur/retail-ui/commit/c66342c))
2551
+ - **ComboBox:** don't focus if props.value changed with error ([1ce1235](https://github.com/skbkontur/retail-ui/commit/1ce1235))
2552
+ - **ComboBox:** test replace `is` to `exists` ([0c6247a](https://github.com/skbkontur/retail-ui/commit/0c6247a))
2553
+ - **CurrencyInput:** missing blur method ([60edcdc](https://github.com/skbkontur/retail-ui/commit/60edcdc))
2554
+ - **DatePicker:** fixed icon line-height, close [#493](https://github.com/skbkontur/retail-ui/issues/493) ([3c990e0](https://github.com/skbkontur/retail-ui/commit/3c990e0))
2555
+ - **HBVS:** восстановление скролла контейнера при unmount ([faebf8f](https://github.com/skbkontur/retail-ui/commit/faebf8f))
2556
+ - **Input:** remove `z-index` from styles ([1abcc3e](https://github.com/skbkontur/retail-ui/commit/1abcc3e))
2557
+ - **MenuItem:** fix bounds ([34f879f](https://github.com/skbkontur/retail-ui/commit/34f879f)), closes [#662](https://github.com/skbkontur/retail-ui/issues/662)
2558
+ - **Modal:** починено позиционирование футера ([aabdca6](https://github.com/skbkontur/retail-ui/commit/aabdca6)), closes [#683](https://github.com/skbkontur/retail-ui/issues/683) [#66](https://github.com/skbkontur/retail-ui/issues/66)
2559
+ - **OldComboBox:** use placeholder color from variables ([3ac585b](https://github.com/skbkontur/retail-ui/commit/3ac585b))
2560
+ - **retail-ui:** добавил fallback-анимацию для серого спиннера ([5bff386](https://github.com/skbkontur/retail-ui/commit/5bff386)), closes [#9b9b9](https://github.com/skbkontur/retail-ui/issues/9b9b9) [#671](https://github.com/skbkontur/retail-ui/issues/671)
2561
+ - **Textarea:** fix adapter ([08e5104](https://github.com/skbkontur/retail-ui/commit/08e5104))
2562
+ - **Toggle:** controlled/uncontrolled ([d0a7df1](https://github.com/skbkontur/retail-ui/commit/d0a7df1)), closes [#699](https://github.com/skbkontur/retail-ui/issues/699)
2563
+ - **Toggle:** удален console.log, fixed [#689](https://github.com/skbkontur/retail-ui/issues/689) ([7169baf](https://github.com/skbkontur/retail-ui/commit/7169baf))
2564
+ - **Tooltip:** порядок позиций по гайду ([af61858](https://github.com/skbkontur/retail-ui/commit/af61858)), closes [/guides.kontur.ru/controls/tooltip/#09](https://github.com//guides.kontur.ru/controls/tooltip//issues/09) [#178](https://github.com/skbkontur/retail-ui/issues/178)
2565
+ - **TopBar:** дропдауны на основе Popup ([c38f520](https://github.com/skbkontur/retail-ui/commit/c38f520)), closes [#655](https://github.com/skbkontur/retail-ui/issues/655)
2566
+
2567
+ ### Features
2568
+
2569
+ - **Modal:** `425px` теперь живет в `variables.less` ([21b7192](https://github.com/skbkontur/retail-ui/commit/21b7192))
2570
+ - **PopupMenu:** функция в caption ([7dbea4e](https://github.com/skbkontur/retail-ui/commit/7dbea4e))
2571
+ - **ResizeDetecter:** компонент для отслеживания ресайза элемента ([d9fc862](https://github.com/skbkontur/retail-ui/commit/d9fc862))
2572
+
2573
+ <a name="0.22.0"></a>
2574
+
2575
+ # [0.22.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.21.2...retail-ui@0.22.0) (2018-08-21)
2576
+
2577
+ ### Bug Fixes
2578
+
2579
+ - **Kebab:** восстановление фокуса на кнопке после закрытия ([b3a4002](https://github.com/skbkontur/retail-ui/commit/b3a4002))
2580
+
2581
+ ### Features
2582
+
2583
+ - **Button:** состояние error у button-link ([eb8d3ac](https://github.com/skbkontur/retail-ui/commit/eb8d3ac))
2584
+ - **Toggle:** переделан компонент ([1a93003](https://github.com/skbkontur/retail-ui/commit/1a93003))
2585
+
2586
+ <a name="0.21.2"></a>
2587
+
2588
+ ## [0.21.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.21.0...retail-ui@0.21.2) (2018-08-17)
2589
+
2590
+ ### Bug Fixes
2591
+
2592
+ - **retail-ui:** fix confused publishing ([4d3051b](https://github.com/skbkontur/retail-ui/commit/4d3051b))
2593
+
2594
+ <a name="0.21.0"></a>
2595
+
2596
+ # [0.21.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.2...retail-ui@0.21.0) (2018-08-16)
2597
+
2598
+ ### Bug Fixes
2599
+
2600
+ - **Combobox:** disabled в плоской теме вновь работает ([c083b34](https://github.com/skbkontur/retail-ui/commit/c083b34)), closes [#660](https://github.com/skbkontur/retail-ui/issues/660)
2601
+ - **Hint:** позиционирование с блочным элементом ([6430b6f](https://github.com/skbkontur/retail-ui/commit/6430b6f)), closes [#637](https://github.com/skbkontur/retail-ui/issues/637)
2602
+
2603
+ ### Features
2604
+
2605
+ - **retail-ui Calendar:** открывается ближайший доступный месяц ([a8e4858](https://github.com/skbkontur/retail-ui/commit/a8e4858)), closes [#658](https://github.com/skbkontur/retail-ui/issues/658)
2606
+
2607
+ <a name="0.20.2"></a>
2608
+
2609
+ ## [0.20.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.1...retail-ui@0.20.2) (2018-08-06)
2610
+
2611
+ ### Bug Fixes
2612
+
2613
+ - **datepicker:** disable values which are not between min/max date ([1a2a507](https://github.com/skbkontur/retail-ui/commit/1a2a507))
2614
+ - **datepicker:** select works correct with january ([e2f3eac](https://github.com/skbkontur/retail-ui/commit/e2f3eac))
2615
+ - **datepicker:** select works correct with january, added test ([682c35a](https://github.com/skbkontur/retail-ui/commit/682c35a))
2616
+ - **Input:** flat-стили по гайдам ([1f51a19](https://github.com/skbkontur/retail-ui/commit/1f51a19))
2617
+ - **Input:** стили по гайдам ([da6c464](https://github.com/skbkontur/retail-ui/commit/da6c464)), closes [#627](https://github.com/skbkontur/retail-ui/issues/627)
2618
+ - **tabs:** added default export ([aad57fd](https://github.com/skbkontur/retail-ui/commit/aad57fd))
2619
+ - **Textarea:** flat-стили ([829874d](https://github.com/skbkontur/retail-ui/commit/829874d))
2620
+ - **tooltip:** dont show tail if render returns null ([dc82b86](https://github.com/skbkontur/retail-ui/commit/dc82b86))
2621
+
2622
+ <a name="0.20.1"></a>
2623
+
2624
+ ## [0.20.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.0...retail-ui@0.20.1) (2018-07-31)
2625
+
2626
+ ### Bug Fixes
2627
+
2628
+ - **Modal:** фокус внутри Modal ([59e3d82](https://github.com/skbkontur/retail-ui/commit/59e3d82)), closes [#645](https://github.com/skbkontur/retail-ui/issues/645)
2629
+
2630
+ <a name="0.20.0"></a>
2631
+
2632
+ # [0.20.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.19.1...retail-ui@0.20.0) (2018-07-26)
2633
+
2634
+ ### Bug Fixes
2635
+
2636
+ - **Calendar:** Починен скролл около последнего доступного месяца ([aa0d6a7](https://github.com/skbkontur/retail-ui/commit/aa0d6a7)), closes [#619](https://github.com/skbkontur/retail-ui/issues/619)
2637
+ - **Dropdown:** починен интерфейс пропсов ([ec37a07](https://github.com/skbkontur/retail-ui/commit/ec37a07)), closes [#633](https://github.com/skbkontur/retail-ui/issues/633)
2638
+ - **Hint:** fix [#624](https://github.com/skbkontur/retail-ui/issues/624) ([64fa5c5](https://github.com/skbkontur/retail-ui/commit/64fa5c5))
2639
+ - **InternalMenu:** исправлены тайпинги ([dc6e9cc](https://github.com/skbkontur/retail-ui/commit/dc6e9cc))
2640
+ - **Loader:** position after window resize ([ed7884d](https://github.com/skbkontur/retail-ui/commit/ed7884d))
2641
+ - **logotype:** fixed widget button in safari ([eeecacd](https://github.com/skbkontur/retail-ui/commit/eeecacd))
2642
+ - **Menu:** исправлены тайпинги ([8e79032](https://github.com/skbkontur/retail-ui/commit/8e79032))
2643
+ - **Modal:** fix top padding if no Header ([3c8d696](https://github.com/skbkontur/retail-ui/commit/3c8d696))
2644
+ - **Popup:** fix \_updateLocation method ([b14740d](https://github.com/skbkontur/retail-ui/commit/b14740d))
2645
+ - **textarea:** fixes [#564](https://github.com/skbkontur/retail-ui/issues/564) ([cb0cf4f](https://github.com/skbkontur/retail-ui/commit/cb0cf4f))
2646
+ - **textarea:** fixes [#564](https://github.com/skbkontur/retail-ui/issues/564) ([b265343](https://github.com/skbkontur/retail-ui/commit/b265343))
2647
+
2648
+ ### Features
2649
+
2650
+ - **CurrencyInput:** добавлен публичный метод focus ([5454a60](https://github.com/skbkontur/retail-ui/commit/5454a60))
2651
+ - **FxInput:** возможность получить инстанс инпута через innerProp ([52b3072](https://github.com/skbkontur/retail-ui/commit/52b3072))
2652
+ - **FxInput:** публичный метод focus ([25ebb0d](https://github.com/skbkontur/retail-ui/commit/25ebb0d))
2653
+ - **input:** pass html attributes to input ([31311fe](https://github.com/skbkontur/retail-ui/commit/31311fe)), closes [#530](https://github.com/skbkontur/retail-ui/issues/530)
2654
+ - **input:** pass html attributes to input ([332d376](https://github.com/skbkontur/retail-ui/commit/332d376)), closes [#530](https://github.com/skbkontur/retail-ui/issues/530)
2655
+ - **MenuItem:** принимает Link из react-router-dom ([eab8056](https://github.com/skbkontur/retail-ui/commit/eab8056)), closes [#602](https://github.com/skbkontur/retail-ui/issues/602)
2656
+ - **Modal:** фокус внутри модалки ([201cb8e](https://github.com/skbkontur/retail-ui/commit/201cb8e))
2657
+ - **PopupMenu:** закрытие попапа ([97f399e](https://github.com/skbkontur/retail-ui/commit/97f399e))
2658
+
2659
+ ### Reverts
2660
+
2661
+ - refactor(autocomplete): ChangeEvent in onChange ([4a01ff4](https://github.com/skbkontur/retail-ui/commit/4a01ff4))
2662
+
2663
+ <a name="0.19.1"></a>
2664
+
2665
+ ## [0.19.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.19.0...retail-ui@0.19.1) (2018-07-19)
2666
+
2667
+ ### Bug Fixes
2668
+
2669
+ - **ComboBox:** fixed onUnexpectedInput return type ([8ed6f1c](https://github.com/skbkontur/retail-ui/commit/8ed6f1c))
2670
+ - **Modal:** fixed always enabled mobile styles ([741a719](https://github.com/skbkontur/retail-ui/commit/741a719))
2671
+ - **RadioGroup:** value is no longer accepts only primitive ([a283d47](https://github.com/skbkontur/retail-ui/commit/a283d47))
2672
+
2673
+ <a name="0.19.0"></a>
2674
+
2675
+ # [0.19.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.14...retail-ui@0.19.0) (2018-07-19)
2676
+
2677
+ ### Bug Fixes
2678
+
2679
+ - **adapters:** fixed all adapters ([9d8252b](https://github.com/skbkontur/retail-ui/commit/9d8252b))
2680
+ - **Button:** change Button border-radius ([bfa5db8](https://github.com/skbkontur/retail-ui/commit/bfa5db8)), closes [#546](https://github.com/skbkontur/retail-ui/issues/546)
2681
+ - **Calendar:** пофикшен скролл к максимальному месяцу ([326a2cc](https://github.com/skbkontur/retail-ui/commit/326a2cc))
2682
+ - **datepicker:** correct keyboard and mouse events in date select ([b8694fb](https://github.com/skbkontur/retail-ui/commit/b8694fb))
2683
+ - **datepicker:** removed add-event-listener, onmouseleave handler ([aaf620f](https://github.com/skbkontur/retail-ui/commit/aaf620f))
2684
+ - **Hint:** принудительный перенос длинных слов ([7d5e171](https://github.com/skbkontur/retail-ui/commit/7d5e171)), closes [#596](https://github.com/skbkontur/retail-ui/issues/596)
2685
+ - **scripts\_\_build:** fixed wrong import ([da2d951](https://github.com/skbkontur/retail-ui/commit/da2d951))
2686
+ - **scripts\_\_build:** исправлено неверное определение TS файлов ([efd0032](https://github.com/skbkontur/retail-ui/commit/efd0032))
2687
+ - **Tab:** исправлено попадание лишнего пропа в разметку ([4c03b09](https://github.com/skbkontur/retail-ui/commit/4c03b09)), closes [#605](https://github.com/skbkontur/retail-ui/issues/605)
2688
+
2689
+ ### Features
2690
+
2691
+ - **modal:** адаптивная модалка ([bf76868](https://github.com/skbkontur/retail-ui/commit/bf76868))
2692
+
2693
+ <a name="0.18.14"></a>
2694
+
2695
+ ## [0.18.14](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.13...retail-ui@0.18.14) (2018-07-15)
2696
+
2697
+ ### Bug Fixes
2698
+
2699
+ - **combobox:** no focus on placeholder click if flat ([579d765](https://github.com/skbkontur/retail-ui/commit/579d765)), closes [#552](https://github.com/skbkontur/retail-ui/issues/552)
2700
+ - loader behavior with long content ([a6a14cc](https://github.com/skbkontur/retail-ui/commit/a6a14cc))
2701
+ - **combobox:** call onBlur if menu is opened ([c5ebde4](https://github.com/skbkontur/retail-ui/commit/c5ebde4))
2702
+ - **date-picker:** fix [#595](https://github.com/skbkontur/retail-ui/issues/595) ([6880cd6](https://github.com/skbkontur/retail-ui/commit/6880cd6))
2703
+ - **date-picker-old:** returned missed ts-declaration files ([97c8235](https://github.com/skbkontur/retail-ui/commit/97c8235))
2704
+ - **datepicker-old:** first date changing shows correctly ([f6d2a10](https://github.com/skbkontur/retail-ui/commit/f6d2a10))
2705
+ - **input:** fixed placeholder polyfill in flat ([e65ad6c](https://github.com/skbkontur/retail-ui/commit/e65ad6c))
2706
+ - **link:** fixed props ts-type ([0996fc4](https://github.com/skbkontur/retail-ui/commit/0996fc4))
2707
+ - **loader:** added Nullable type reference ([20c1da3](https://github.com/skbkontur/retail-ui/commit/20c1da3))
2708
+ - **loader:** codestyle ([fe57238](https://github.com/skbkontur/retail-ui/commit/fe57238))
2709
+ - **loader:** component and suffix are no longer required props ([5b9f625](https://github.com/skbkontur/retail-ui/commit/5b9f625))
2710
+ - **loader:** fixed generating `import` types ([696ec64](https://github.com/skbkontur/retail-ui/commit/696ec64))
2711
+ - **loader:** horizontal scroll content ([03dfdc8](https://github.com/skbkontur/retail-ui/commit/03dfdc8))
2712
+ - **logotype:** component is no longer required prop ([520c2d2](https://github.com/skbkontur/retail-ui/commit/520c2d2))
2713
+ - **password-input:** fixed generating `import` types ([d05f88e](https://github.com/skbkontur/retail-ui/commit/d05f88e))
2714
+ - **select:** better definitions ([489f1cb](https://github.com/skbkontur/retail-ui/commit/489f1cb))
2715
+ - **tab:** support [@types](https://github.com/types)/react@15 definitions ([5b120bb](https://github.com/skbkontur/retail-ui/commit/5b120bb))
2716
+ - **top-bar:** better definitions ([e7fcb6e](https://github.com/skbkontur/retail-ui/commit/e7fcb6e))
2717
+
2718
+ <a name="0.18.13"></a>
2719
+
2720
+ ## [0.18.13](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.12...retail-ui@0.18.13) (2018-07-09)
2721
+
2722
+ ### Bug Fixes
2723
+
2724
+ - **ts-definitions:** replaced global types with local types ([bbda3c0](https://github.com/skbkontur/retail-ui/commit/bbda3c0))
2725
+
2726
+ <a name="0.18.12"></a>
2727
+
2728
+ ## 0.18.12 (2018-07-09)
2729
+
2730
+ ### Bug Fixes
2731
+
2732
+ - **lookup:** allow correctly work with recompose ([80ebb97](https://github.com/skbkontur/retail-ui/commit/80ebb97))
2733
+ - **modal:** fixed paddings and close button ([e55e763](https://github.com/skbkontur/retail-ui/commit/e55e763))
2734
+ - **popup:** fixed recursive updates for older react ([9309748](https://github.com/skbkontur/retail-ui/commit/9309748))
2735
+ - **сurrency-input:** починка ввода циферок на андроиде и под selenium ([d3f0286](https://github.com/skbkontur/retail-ui/commit/d3f0286))