@skbkontur/react-ui 0.0.0-aaf2aabecb → 0.0.0-bb4cbfe9c6

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 (3108) hide show
  1. package/CHANGELOG.md +2521 -0
  2. package/LICENSE +21 -0
  3. package/README.md +129 -57
  4. package/cjs/components/Autocomplete/Autocomplete.d.ts +23 -3
  5. package/cjs/components/Autocomplete/Autocomplete.js +150 -36
  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 -15
  14. package/cjs/components/Button/Button.js +158 -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 -134
  19. package/cjs/components/Button/Button.mixins.js.map +1 -1
  20. package/cjs/components/Button/Button.styles.d.ts +62 -30
  21. package/cjs/components/Button/Button.styles.js +390 -351
  22. package/cjs/components/Button/Button.styles.js.map +1 -1
  23. package/cjs/components/Button/Corners.js.map +1 -1
  24. package/cjs/components/Button/index.js +1 -1
  25. package/cjs/components/Button/index.js.map +1 -1
  26. package/cjs/components/Center/Center.d.ts +10 -10
  27. package/cjs/components/Center/Center.js +27 -19
  28. package/cjs/components/Center/Center.js.map +1 -1
  29. package/cjs/components/Center/Center.md +26 -5
  30. package/cjs/components/Center/Center.styles.d.ts +1 -1
  31. package/cjs/components/Center/Center.styles.js +8 -11
  32. package/cjs/components/Center/Center.styles.js.map +1 -1
  33. package/cjs/components/Center/index.js +1 -1
  34. package/cjs/components/Center/index.js.map +1 -1
  35. package/cjs/components/Checkbox/Checkbox.d.ts +39 -19
  36. package/cjs/components/Checkbox/Checkbox.js +119 -59
  37. package/cjs/components/Checkbox/Checkbox.js.map +1 -1
  38. package/cjs/components/Checkbox/Checkbox.md +104 -63
  39. package/cjs/components/Checkbox/Checkbox.styles.d.ts +17 -11
  40. package/cjs/components/Checkbox/Checkbox.styles.js +105 -79
  41. package/cjs/components/Checkbox/Checkbox.styles.js.map +1 -1
  42. package/cjs/components/Checkbox/index.js +1 -1
  43. package/cjs/components/Checkbox/index.js.map +1 -1
  44. package/cjs/components/ComboBox/ComboBox.d.ts +21 -4
  45. package/cjs/components/ComboBox/ComboBox.js +120 -74
  46. package/cjs/components/ComboBox/ComboBox.js.map +1 -1
  47. package/cjs/components/ComboBox/ComboBox.md +445 -432
  48. package/cjs/components/ComboBox/index.js +1 -1
  49. package/cjs/components/ComboBox/index.js.map +1 -1
  50. package/cjs/components/CurrencyInput/CurrencyHelper.js +9 -8
  51. package/cjs/components/CurrencyInput/CurrencyHelper.js.map +1 -1
  52. package/cjs/components/CurrencyInput/CurrencyInput.d.ts +12 -5
  53. package/cjs/components/CurrencyInput/CurrencyInput.js +90 -36
  54. package/cjs/components/CurrencyInput/CurrencyInput.js.map +1 -1
  55. package/cjs/components/CurrencyInput/CurrencyInput.md +24 -20
  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 +2 -2
  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 +3 -6
  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 +26 -7
  99. package/cjs/components/DatePicker/DatePicker.js +85 -34
  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 +24 -5
  126. package/cjs/components/DropdownMenu/DropdownMenu.js +52 -6
  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/FxInput/FxInput.d.ts +6 -2
  132. package/cjs/components/FxInput/FxInput.js +44 -26
  133. package/cjs/components/FxInput/FxInput.js.map +1 -1
  134. package/cjs/components/FxInput/FxInput.md +16 -13
  135. package/cjs/components/FxInput/index.js +1 -1
  136. package/cjs/components/FxInput/index.js.map +1 -1
  137. package/cjs/components/Gapped/Gapped.d.ts +7 -4
  138. package/cjs/components/Gapped/Gapped.js +56 -33
  139. package/cjs/components/Gapped/Gapped.js.map +1 -1
  140. package/cjs/components/Gapped/Gapped.md +43 -43
  141. package/cjs/components/Gapped/index.js +1 -1
  142. package/cjs/components/Gapped/index.js.map +1 -1
  143. package/cjs/components/Group/Group.d.ts +3 -1
  144. package/cjs/components/Group/Group.js +27 -21
  145. package/cjs/components/Group/Group.js.map +1 -1
  146. package/cjs/components/Group/Group.md +18 -26
  147. package/cjs/components/Group/Group.styles.d.ts +1 -1
  148. package/cjs/components/Group/Group.styles.js +10 -12
  149. package/cjs/components/Group/Group.styles.js.map +1 -1
  150. package/cjs/components/Group/index.js +1 -1
  151. package/cjs/components/Group/index.js.map +1 -1
  152. package/cjs/components/Hint/Hint.d.ts +48 -3
  153. package/cjs/components/Hint/Hint.js +106 -9
  154. package/cjs/components/Hint/Hint.js.map +1 -1
  155. package/cjs/components/Hint/Hint.md +42 -3
  156. package/cjs/components/Hint/Hint.styles.d.ts +5 -3
  157. package/cjs/components/Hint/Hint.styles.js +18 -11
  158. package/cjs/components/Hint/Hint.styles.js.map +1 -1
  159. package/cjs/components/Hint/index.js +1 -1
  160. package/cjs/components/Hint/index.js.map +1 -1
  161. package/cjs/components/Input/Input.d.ts +21 -5
  162. package/cjs/components/Input/Input.js +112 -51
  163. package/cjs/components/Input/Input.js.map +1 -1
  164. package/cjs/components/Input/Input.md +13 -13
  165. package/cjs/components/Input/Input.styles.d.ts +37 -23
  166. package/cjs/components/Input/Input.styles.js +205 -105
  167. package/cjs/components/Input/Input.styles.js.map +1 -1
  168. package/cjs/components/Input/index.js +1 -1
  169. package/cjs/components/Input/index.js.map +1 -1
  170. package/cjs/components/Kebab/Kebab.d.ts +13 -3
  171. package/cjs/components/Kebab/Kebab.js +64 -48
  172. package/cjs/components/Kebab/Kebab.js.map +1 -1
  173. package/cjs/components/Kebab/Kebab.md +278 -45
  174. package/cjs/components/Kebab/Kebab.styles.d.ts +7 -5
  175. package/cjs/components/Kebab/Kebab.styles.js +25 -30
  176. package/cjs/components/Kebab/Kebab.styles.js.map +1 -1
  177. package/cjs/components/Kebab/__stories__/Kebab.items.js.map +1 -1
  178. package/cjs/components/Kebab/index.js +1 -1
  179. package/cjs/components/Kebab/index.js.map +1 -1
  180. package/cjs/components/Link/Link.d.ts +35 -13
  181. package/cjs/components/Link/Link.js +58 -38
  182. package/cjs/components/Link/Link.js.map +1 -1
  183. package/cjs/components/Link/Link.md +77 -11
  184. package/cjs/components/Link/Link.mixins.d.ts +1 -1
  185. package/cjs/components/Link/Link.mixins.js +5 -4
  186. package/cjs/components/Link/Link.mixins.js.map +1 -1
  187. package/cjs/components/Link/Link.styles.d.ts +12 -10
  188. package/cjs/components/Link/Link.styles.js +27 -30
  189. package/cjs/components/Link/Link.styles.js.map +1 -1
  190. package/cjs/components/Link/index.js +1 -1
  191. package/cjs/components/Link/index.js.map +1 -1
  192. package/cjs/components/Loader/Loader.d.ts +39 -16
  193. package/cjs/components/Loader/Loader.js +184 -37
  194. package/cjs/components/Loader/Loader.js.map +1 -1
  195. package/cjs/components/Loader/Loader.md +25 -25
  196. package/cjs/components/Loader/Loader.styles.d.ts +4 -4
  197. package/cjs/components/Loader/Loader.styles.js +13 -27
  198. package/cjs/components/Loader/Loader.styles.js.map +1 -1
  199. package/cjs/components/Loader/__stories__/LoaderAndButton.js +50 -0
  200. package/cjs/components/Loader/__stories__/LoaderAndButton.js.map +1 -0
  201. package/cjs/components/Loader/index.js +1 -1
  202. package/cjs/components/Loader/index.js.map +1 -1
  203. package/cjs/components/MenuHeader/MenuHeader.d.ts +9 -4
  204. package/cjs/components/MenuHeader/MenuHeader.js +20 -13
  205. package/cjs/components/MenuHeader/MenuHeader.js.map +1 -1
  206. package/cjs/components/MenuHeader/MenuHeader.md +23 -0
  207. package/cjs/components/MenuHeader/MenuHeader.styles.d.ts +4 -3
  208. package/cjs/components/MenuHeader/MenuHeader.styles.js +13 -11
  209. package/cjs/components/MenuHeader/MenuHeader.styles.js.map +1 -1
  210. package/cjs/components/MenuHeader/index.js +1 -1
  211. package/cjs/components/MenuHeader/index.js.map +1 -1
  212. package/cjs/components/MenuItem/MenuItem.d.ts +55 -11
  213. package/cjs/components/MenuItem/MenuItem.js +63 -18
  214. package/cjs/components/MenuItem/MenuItem.js.map +1 -1
  215. package/cjs/components/MenuItem/MenuItem.md +109 -7
  216. package/cjs/components/MenuItem/MenuItem.styles.d.ts +12 -10
  217. package/cjs/components/MenuItem/MenuItem.styles.js +47 -33
  218. package/cjs/components/MenuItem/MenuItem.styles.js.map +1 -1
  219. package/cjs/components/MenuItem/index.js +1 -1
  220. package/cjs/components/MenuItem/index.js.map +1 -1
  221. package/cjs/components/MenuSeparator/MenuSeparator.d.ts +6 -3
  222. package/cjs/components/MenuSeparator/MenuSeparator.js +15 -7
  223. package/cjs/components/MenuSeparator/MenuSeparator.js.map +1 -1
  224. package/cjs/components/MenuSeparator/MenuSeparator.md +14 -0
  225. package/cjs/components/MenuSeparator/MenuSeparator.styles.d.ts +3 -2
  226. package/cjs/components/MenuSeparator/MenuSeparator.styles.js +6 -9
  227. package/cjs/components/MenuSeparator/MenuSeparator.styles.js.map +1 -1
  228. package/cjs/components/MenuSeparator/index.js +1 -1
  229. package/cjs/components/MenuSeparator/index.js.map +1 -1
  230. package/cjs/components/Modal/Modal.d.ts +10 -4
  231. package/cjs/components/Modal/Modal.js +63 -32
  232. package/cjs/components/Modal/Modal.js.map +1 -1
  233. package/cjs/components/Modal/Modal.md +38 -37
  234. package/cjs/components/Modal/Modal.styles.d.ts +35 -18
  235. package/cjs/components/Modal/Modal.styles.js +161 -52
  236. package/cjs/components/Modal/Modal.styles.js.map +1 -1
  237. package/cjs/components/Modal/ModalBody.d.ts +13 -1
  238. package/cjs/components/Modal/ModalBody.js +64 -18
  239. package/cjs/components/Modal/ModalBody.js.map +1 -1
  240. package/cjs/components/Modal/ModalClose.d.ts +1 -2
  241. package/cjs/components/Modal/ModalClose.js +42 -12
  242. package/cjs/components/Modal/ModalClose.js.map +1 -1
  243. package/cjs/components/Modal/ModalContext.d.ts +5 -1
  244. package/cjs/components/Modal/ModalContext.js +8 -1
  245. package/cjs/components/Modal/ModalContext.js.map +1 -1
  246. package/cjs/components/Modal/ModalFooter.d.ts +2 -1
  247. package/cjs/components/Modal/ModalFooter.js +40 -31
  248. package/cjs/components/Modal/ModalFooter.js.map +1 -1
  249. package/cjs/components/Modal/ModalHeader.d.ts +3 -2
  250. package/cjs/components/Modal/ModalHeader.js +36 -30
  251. package/cjs/components/Modal/ModalHeader.js.map +1 -1
  252. package/cjs/components/Modal/index.js +4 -4
  253. package/cjs/components/Modal/index.js.map +1 -1
  254. package/cjs/components/Paging/NavigationHelper.d.ts +1 -1
  255. package/cjs/components/Paging/NavigationHelper.js +3 -2
  256. package/cjs/components/Paging/NavigationHelper.js.map +1 -1
  257. package/cjs/components/Paging/Paging.d.ts +5 -3
  258. package/cjs/components/Paging/Paging.js +62 -56
  259. package/cjs/components/Paging/Paging.js.map +1 -1
  260. package/cjs/components/Paging/Paging.md +43 -43
  261. package/cjs/components/Paging/Paging.styles.d.ts +12 -11
  262. package/cjs/components/Paging/Paging.styles.js +42 -46
  263. package/cjs/components/Paging/Paging.styles.js.map +1 -1
  264. package/cjs/components/Paging/PagingHelper.js.map +1 -1
  265. package/cjs/components/Paging/index.js +1 -1
  266. package/cjs/components/Paging/index.js.map +1 -1
  267. package/cjs/components/Paging/locale/index.js +1 -1
  268. package/cjs/components/Paging/locale/index.js.map +1 -1
  269. package/cjs/components/Paging/locale/locales/en.js.map +1 -1
  270. package/cjs/components/Paging/locale/locales/ru.js.map +1 -1
  271. package/cjs/components/Paging/locale/types.js +1 -1
  272. package/cjs/components/PasswordInput/PasswordInput.d.ts +9 -5
  273. package/cjs/components/PasswordInput/PasswordInput.js +76 -31
  274. package/cjs/components/PasswordInput/PasswordInput.js.map +1 -1
  275. package/cjs/components/PasswordInput/PasswordInput.md +9 -9
  276. package/cjs/components/PasswordInput/PasswordInput.styles.d.ts +6 -2
  277. package/cjs/components/PasswordInput/PasswordInput.styles.js +31 -12
  278. package/cjs/components/PasswordInput/PasswordInput.styles.js.map +1 -1
  279. package/cjs/components/PasswordInput/index.js +1 -1
  280. package/cjs/components/PasswordInput/index.js.map +1 -1
  281. package/cjs/components/Radio/Radio.d.ts +46 -25
  282. package/cjs/components/Radio/Radio.js +104 -40
  283. package/cjs/components/Radio/Radio.js.map +1 -1
  284. package/cjs/components/Radio/Radio.md +38 -14
  285. package/cjs/components/Radio/Radio.styles.d.ts +18 -11
  286. package/cjs/components/Radio/Radio.styles.js +98 -55
  287. package/cjs/components/Radio/Radio.styles.js.map +1 -1
  288. package/cjs/components/Radio/index.js +1 -1
  289. package/cjs/components/Radio/index.js.map +1 -1
  290. package/cjs/components/RadioGroup/Prevent.js +1 -1
  291. package/cjs/components/RadioGroup/Prevent.js.map +1 -1
  292. package/cjs/components/RadioGroup/RadioGroup.d.ts +56 -78
  293. package/cjs/components/RadioGroup/RadioGroup.js +62 -94
  294. package/cjs/components/RadioGroup/RadioGroup.js.map +1 -1
  295. package/cjs/components/RadioGroup/RadioGroup.md +43 -43
  296. package/cjs/components/RadioGroup/RadioGroup.styles.d.ts +3 -2
  297. package/cjs/components/RadioGroup/RadioGroup.styles.js +11 -12
  298. package/cjs/components/RadioGroup/RadioGroup.styles.js.map +1 -1
  299. package/cjs/components/RadioGroup/RadioGroupContext.d.ts +10 -0
  300. package/cjs/components/RadioGroup/RadioGroupContext.js +21 -0
  301. package/cjs/components/RadioGroup/RadioGroupContext.js.map +1 -0
  302. package/cjs/components/RadioGroup/index.js +1 -1
  303. package/cjs/components/RadioGroup/index.js.map +1 -1
  304. package/cjs/components/ResponsiveLayout/ResponsiveLayout.d.ts +11 -0
  305. package/cjs/components/ResponsiveLayout/ResponsiveLayout.js +32 -0
  306. package/cjs/components/ResponsiveLayout/ResponsiveLayout.js.map +1 -0
  307. package/cjs/components/ResponsiveLayout/ResponsiveLayout.md +43 -0
  308. package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.d.ts +11 -0
  309. package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.js +93 -0
  310. package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.js.map +1 -0
  311. package/cjs/components/ResponsiveLayout/decorator.d.ts +33 -0
  312. package/cjs/components/ResponsiveLayout/decorator.js +44 -0
  313. package/cjs/components/ResponsiveLayout/decorator.js.map +1 -0
  314. package/cjs/components/ResponsiveLayout/index.d.ts +3 -0
  315. package/cjs/components/ResponsiveLayout/index.js +3 -0
  316. package/cjs/components/ResponsiveLayout/index.js.map +1 -0
  317. package/cjs/components/ResponsiveLayout/types.d.ts +3 -0
  318. package/cjs/components/ResponsiveLayout/types.js +1 -0
  319. package/cjs/components/{Fias/locale → ResponsiveLayout}/types.js.map +0 -0
  320. package/cjs/components/ResponsiveLayout/useResponsiveLayout.d.ts +2 -0
  321. package/cjs/components/ResponsiveLayout/useResponsiveLayout.js +61 -0
  322. package/cjs/components/ResponsiveLayout/useResponsiveLayout.js.map +1 -0
  323. package/cjs/components/ScrollContainer/ScrollBar.d.ts +37 -0
  324. package/cjs/components/ScrollContainer/ScrollBar.js +244 -0
  325. package/cjs/components/ScrollContainer/ScrollBar.js.map +1 -0
  326. package/cjs/components/ScrollContainer/ScrollContainer.constants.d.ts +23 -0
  327. package/cjs/components/ScrollContainer/ScrollContainer.constants.js +33 -0
  328. package/cjs/components/ScrollContainer/ScrollContainer.constants.js.map +1 -0
  329. package/cjs/components/ScrollContainer/ScrollContainer.d.ts +47 -25
  330. package/cjs/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -0
  331. package/cjs/components/ScrollContainer/ScrollContainer.helpers.js +62 -0
  332. package/cjs/components/ScrollContainer/ScrollContainer.helpers.js.map +1 -0
  333. package/cjs/components/ScrollContainer/ScrollContainer.js +105 -169
  334. package/cjs/components/ScrollContainer/ScrollContainer.js.map +1 -1
  335. package/cjs/components/ScrollContainer/ScrollContainer.md +143 -60
  336. package/cjs/components/ScrollContainer/ScrollContainer.styles.d.ts +13 -4
  337. package/cjs/components/ScrollContainer/ScrollContainer.styles.js +68 -13
  338. package/cjs/components/ScrollContainer/ScrollContainer.styles.js.map +1 -1
  339. package/cjs/components/ScrollContainer/index.js +1 -1
  340. package/cjs/components/ScrollContainer/index.js.map +1 -1
  341. package/cjs/components/Select/Item.js +1 -1
  342. package/cjs/components/Select/Item.js.map +1 -1
  343. package/cjs/components/Select/Select.d.ts +22 -8
  344. package/cjs/components/Select/Select.js +116 -18
  345. package/cjs/components/Select/Select.js.map +1 -1
  346. package/cjs/components/Select/Select.md +67 -23
  347. package/cjs/components/Select/Select.styles.d.ts +13 -7
  348. package/cjs/components/Select/Select.styles.js +50 -43
  349. package/cjs/components/Select/Select.styles.js.map +1 -1
  350. package/cjs/components/Select/index.js +1 -1
  351. package/cjs/components/Select/index.js.map +1 -1
  352. package/cjs/components/Select/locale/index.js +1 -1
  353. package/cjs/components/Select/locale/index.js.map +1 -1
  354. package/cjs/components/Select/locale/locales/en.js +1 -1
  355. package/cjs/components/Select/locale/locales/en.js.map +1 -1
  356. package/cjs/components/Select/locale/locales/ru.js +1 -1
  357. package/cjs/components/Select/locale/locales/ru.js.map +1 -1
  358. package/cjs/components/Select/locale/types.js +1 -1
  359. package/cjs/components/Select/selectTheme.d.ts +3 -0
  360. package/cjs/components/Select/selectTheme.js +41 -0
  361. package/cjs/components/Select/selectTheme.js.map +1 -0
  362. package/cjs/components/SidePage/SidePage.d.ts +23 -2
  363. package/cjs/components/SidePage/SidePage.js +92 -28
  364. package/cjs/components/SidePage/SidePage.js.map +1 -1
  365. package/cjs/components/SidePage/SidePage.md +48 -48
  366. package/cjs/components/SidePage/SidePage.styles.d.ts +37 -18
  367. package/cjs/components/SidePage/SidePage.styles.js +206 -59
  368. package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
  369. package/cjs/components/SidePage/SidePageBody.d.ts +4 -1
  370. package/cjs/components/SidePage/SidePageBody.js +33 -11
  371. package/cjs/components/SidePage/SidePageBody.js.map +1 -1
  372. package/cjs/components/SidePage/SidePageContainer.d.ts +7 -1
  373. package/cjs/components/SidePage/SidePageContainer.js +54 -12
  374. package/cjs/components/SidePage/SidePageContainer.js.map +1 -1
  375. package/cjs/components/SidePage/SidePageContext.d.ts +6 -0
  376. package/cjs/components/SidePage/SidePageContext.js +11 -2
  377. package/cjs/components/SidePage/SidePageContext.js.map +1 -1
  378. package/cjs/components/SidePage/SidePageFooter.d.ts +7 -3
  379. package/cjs/components/SidePage/SidePageFooter.js +47 -19
  380. package/cjs/components/SidePage/SidePageFooter.js.map +1 -1
  381. package/cjs/components/SidePage/SidePageHeader.d.ts +14 -5
  382. package/cjs/components/SidePage/SidePageHeader.js +111 -36
  383. package/cjs/components/SidePage/SidePageHeader.js.map +1 -1
  384. package/cjs/components/SidePage/index.js +5 -5
  385. package/cjs/components/SidePage/index.js.map +1 -1
  386. package/cjs/components/Spinner/Spinner.d.ts +6 -15
  387. package/cjs/components/Spinner/Spinner.js +28 -43
  388. package/cjs/components/Spinner/Spinner.js.map +1 -1
  389. package/cjs/components/Spinner/Spinner.md +34 -34
  390. package/cjs/components/Spinner/Spinner.styles.d.ts +9 -8
  391. package/cjs/components/Spinner/Spinner.styles.js +45 -37
  392. package/cjs/components/Spinner/Spinner.styles.js.map +1 -1
  393. package/cjs/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -0
  394. package/cjs/components/Spinner/SpinnerFallbackAnimation.js +179 -0
  395. package/cjs/components/Spinner/SpinnerFallbackAnimation.js.map +1 -0
  396. package/cjs/components/Spinner/index.js +1 -1
  397. package/cjs/components/Spinner/index.js.map +1 -1
  398. package/cjs/components/Spinner/locale/index.js +1 -1
  399. package/cjs/components/Spinner/locale/index.js.map +1 -1
  400. package/cjs/components/Spinner/locale/locales/en.js.map +1 -1
  401. package/cjs/components/Spinner/locale/locales/ru.js.map +1 -1
  402. package/cjs/components/Spinner/locale/types.js +1 -1
  403. package/cjs/components/Sticky/Sticky.d.ts +3 -1
  404. package/cjs/components/Sticky/Sticky.js +26 -20
  405. package/cjs/components/Sticky/Sticky.js.map +1 -1
  406. package/cjs/components/Sticky/Sticky.md +27 -27
  407. package/cjs/components/Sticky/Sticky.styles.d.ts +2 -1
  408. package/cjs/components/Sticky/Sticky.styles.js +13 -10
  409. package/cjs/components/Sticky/Sticky.styles.js.map +1 -1
  410. package/cjs/components/Sticky/index.js +1 -1
  411. package/cjs/components/Sticky/index.js.map +1 -1
  412. package/cjs/components/Switcher/Switcher.d.ts +8 -3
  413. package/cjs/components/Switcher/Switcher.js +40 -15
  414. package/cjs/components/Switcher/Switcher.js.map +1 -1
  415. package/cjs/components/Switcher/Switcher.md +10 -10
  416. package/cjs/components/Switcher/Switcher.styles.d.ts +8 -3
  417. package/cjs/components/Switcher/Switcher.styles.js +38 -11
  418. package/cjs/components/Switcher/Switcher.styles.js.map +1 -1
  419. package/cjs/components/Switcher/index.js +1 -1
  420. package/cjs/components/Switcher/index.js.map +1 -1
  421. package/cjs/components/Switcher/switcherTheme.d.ts +2 -0
  422. package/cjs/components/Switcher/switcherTheme.js +31 -0
  423. package/cjs/components/Switcher/switcherTheme.js.map +1 -0
  424. package/cjs/components/Tabs/Indicator.d.ts +2 -2
  425. package/cjs/components/Tabs/Indicator.js +22 -22
  426. package/cjs/components/Tabs/Indicator.js.map +1 -1
  427. package/cjs/components/Tabs/Indicator.styles.d.ts +7 -6
  428. package/cjs/components/Tabs/Indicator.styles.js +10 -13
  429. package/cjs/components/Tabs/Indicator.styles.js.map +1 -1
  430. package/cjs/components/Tabs/Tab.d.ts +10 -13
  431. package/cjs/components/Tabs/Tab.js +33 -36
  432. package/cjs/components/Tabs/Tab.js.map +1 -1
  433. package/cjs/components/Tabs/Tab.styles.d.ts +26 -10
  434. package/cjs/components/Tabs/Tab.styles.js +88 -42
  435. package/cjs/components/Tabs/Tab.styles.js.map +1 -1
  436. package/cjs/components/Tabs/Tabs.d.ts +7 -5
  437. package/cjs/components/Tabs/Tabs.js +35 -21
  438. package/cjs/components/Tabs/Tabs.js.map +1 -1
  439. package/cjs/components/Tabs/Tabs.md +36 -28
  440. package/cjs/components/Tabs/Tabs.styles.d.ts +3 -2
  441. package/cjs/components/Tabs/Tabs.styles.js +7 -9
  442. package/cjs/components/Tabs/Tabs.styles.js.map +1 -1
  443. package/cjs/components/Tabs/TabsContext.d.ts +8 -8
  444. package/cjs/components/Tabs/TabsContext.js +4 -2
  445. package/cjs/components/Tabs/TabsContext.js.map +1 -1
  446. package/cjs/components/Tabs/index.js +2 -2
  447. package/cjs/components/Tabs/index.js.map +1 -1
  448. package/cjs/components/Textarea/Textarea.d.ts +56 -7
  449. package/cjs/components/Textarea/Textarea.js +202 -50
  450. package/cjs/components/Textarea/Textarea.js.map +1 -1
  451. package/cjs/components/Textarea/Textarea.md +25 -9
  452. package/cjs/components/Textarea/Textarea.styles.d.ts +12 -5
  453. package/cjs/components/Textarea/Textarea.styles.js +80 -34
  454. package/cjs/components/Textarea/Textarea.styles.js.map +1 -1
  455. package/cjs/components/Textarea/TextareaCounter.d.ts +13 -0
  456. package/cjs/components/Textarea/TextareaCounter.js +63 -0
  457. package/cjs/components/Textarea/TextareaCounter.js.map +1 -0
  458. package/cjs/components/Textarea/TextareaHelpers.d.ts +8 -1
  459. package/cjs/components/Textarea/TextareaHelpers.js +9 -5
  460. package/cjs/components/Textarea/TextareaHelpers.js.map +1 -1
  461. package/cjs/components/Textarea/index.js +1 -1
  462. package/cjs/components/Textarea/index.js.map +1 -1
  463. package/cjs/components/Toast/Toast.d.ts +16 -10
  464. package/cjs/components/Toast/Toast.js +43 -22
  465. package/cjs/components/Toast/Toast.js.map +1 -1
  466. package/cjs/components/Toast/Toast.md +41 -41
  467. package/cjs/components/Toast/Toast.styles.d.ts +1 -1
  468. package/cjs/components/Toast/Toast.styles.js +7 -10
  469. package/cjs/components/Toast/Toast.styles.js.map +1 -1
  470. package/cjs/components/Toast/ToastStatic.js +7 -6
  471. package/cjs/components/Toast/ToastStatic.js.map +1 -1
  472. package/cjs/components/Toast/ToastView.d.ts +3 -1
  473. package/cjs/components/Toast/ToastView.js +37 -33
  474. package/cjs/components/Toast/ToastView.js.map +1 -1
  475. package/cjs/components/Toast/ToastView.styles.d.ts +6 -5
  476. package/cjs/components/Toast/ToastView.styles.js +35 -26
  477. package/cjs/components/Toast/ToastView.styles.js.map +1 -1
  478. package/cjs/components/Toast/index.js +1 -1
  479. package/cjs/components/Toast/index.js.map +1 -1
  480. package/cjs/components/Toggle/Toggle.d.ts +57 -1
  481. package/cjs/components/Toggle/Toggle.js +115 -12
  482. package/cjs/components/Toggle/Toggle.js.map +1 -1
  483. package/cjs/components/Toggle/Toggle.md +94 -9
  484. package/cjs/components/Toggle/Toggle.styles.d.ts +28 -10
  485. package/cjs/components/Toggle/Toggle.styles.js +138 -59
  486. package/cjs/components/Toggle/Toggle.styles.js.map +1 -1
  487. package/cjs/components/Toggle/index.js +1 -1
  488. package/cjs/components/Toggle/index.js.map +1 -1
  489. package/cjs/components/Token/Token.d.ts +12 -3
  490. package/cjs/components/Token/Token.js +23 -8
  491. package/cjs/components/Token/Token.js.map +1 -1
  492. package/cjs/components/Token/Token.md +112 -112
  493. package/cjs/components/Token/Token.styles.d.ts +27 -23
  494. package/cjs/components/Token/Token.styles.js +57 -59
  495. package/cjs/components/Token/Token.styles.js.map +1 -1
  496. package/cjs/components/Token/index.js +1 -1
  497. package/cjs/components/Token/index.js.map +1 -1
  498. package/cjs/components/TokenInput/TextWidthHelper.d.ts +8 -0
  499. package/cjs/components/TokenInput/TextWidthHelper.js +15 -7
  500. package/cjs/components/TokenInput/TextWidthHelper.js.map +1 -1
  501. package/cjs/components/TokenInput/TokenInput.d.ts +77 -6
  502. package/cjs/components/TokenInput/TokenInput.js +402 -76
  503. package/cjs/components/TokenInput/TokenInput.js.map +1 -1
  504. package/cjs/components/TokenInput/TokenInput.md +79 -83
  505. package/cjs/components/TokenInput/TokenInput.styles.d.ts +14 -8
  506. package/cjs/components/TokenInput/TokenInput.styles.js +104 -28
  507. package/cjs/components/TokenInput/TokenInput.styles.js.map +1 -1
  508. package/cjs/components/TokenInput/TokenInputMenu.d.ts +7 -1
  509. package/cjs/components/TokenInput/TokenInputMenu.js +48 -3
  510. package/cjs/components/TokenInput/TokenInputMenu.js.map +1 -1
  511. package/cjs/components/TokenInput/TokenInputReducer.d.ts +5 -0
  512. package/cjs/components/TokenInput/TokenInputReducer.js +22 -3
  513. package/cjs/components/TokenInput/TokenInputReducer.js.map +1 -1
  514. package/cjs/components/TokenInput/index.js +1 -1
  515. package/cjs/components/TokenInput/index.js.map +1 -1
  516. package/cjs/components/TokenInput/locale/index.js +1 -1
  517. package/cjs/components/TokenInput/locale/index.js.map +1 -1
  518. package/cjs/components/TokenInput/locale/locales/en.js +1 -1
  519. package/cjs/components/TokenInput/locale/locales/en.js.map +1 -1
  520. package/cjs/components/TokenInput/locale/locales/ru.js +1 -1
  521. package/cjs/components/TokenInput/locale/locales/ru.js.map +1 -1
  522. package/cjs/components/TokenInput/locale/types.js +1 -1
  523. package/cjs/components/Tooltip/Tooltip.d.ts +32 -7
  524. package/cjs/components/Tooltip/Tooltip.js +112 -10
  525. package/cjs/components/Tooltip/Tooltip.js.map +1 -1
  526. package/cjs/components/Tooltip/Tooltip.md +293 -212
  527. package/cjs/components/Tooltip/Tooltip.styles.d.ts +4 -3
  528. package/cjs/components/Tooltip/Tooltip.styles.js +11 -11
  529. package/cjs/components/Tooltip/Tooltip.styles.js.map +1 -1
  530. package/cjs/components/Tooltip/index.js +1 -1
  531. package/cjs/components/Tooltip/index.js.map +1 -1
  532. package/cjs/components/TooltipMenu/TooltipMenu.d.ts +31 -10
  533. package/cjs/components/TooltipMenu/TooltipMenu.js +63 -16
  534. package/cjs/components/TooltipMenu/TooltipMenu.js.map +1 -1
  535. package/cjs/components/TooltipMenu/TooltipMenu.md +183 -115
  536. package/cjs/components/TooltipMenu/index.js +1 -1
  537. package/cjs/components/TooltipMenu/index.js.map +1 -1
  538. package/cjs/index.d.ts +4 -7
  539. package/cjs/index.js +49 -52
  540. package/cjs/index.js.map +1 -1
  541. package/cjs/internal/BGRuler.js +7 -7
  542. package/cjs/internal/BGRuler.js.map +1 -1
  543. package/cjs/internal/Calendar/Calendar.d.ts +6 -0
  544. package/cjs/internal/Calendar/Calendar.js +82 -35
  545. package/cjs/internal/Calendar/Calendar.js.map +1 -1
  546. package/cjs/internal/Calendar/Calendar.styles.d.ts +3 -2
  547. package/cjs/internal/Calendar/Calendar.styles.js +9 -10
  548. package/cjs/internal/Calendar/Calendar.styles.js.map +1 -1
  549. package/cjs/internal/Calendar/CalendarDateShape.d.ts +1 -1
  550. package/cjs/internal/Calendar/CalendarDateShape.js +1 -1
  551. package/cjs/internal/Calendar/CalendarDateShape.js.map +1 -1
  552. package/cjs/internal/Calendar/CalendarScrollEvents.js.map +1 -1
  553. package/cjs/internal/Calendar/CalendarUtils.d.ts +5 -4
  554. package/cjs/internal/Calendar/CalendarUtils.js +33 -26
  555. package/cjs/internal/Calendar/CalendarUtils.js.map +1 -1
  556. package/cjs/internal/Calendar/DayCellView.d.ts +0 -1
  557. package/cjs/internal/Calendar/DayCellView.js +13 -24
  558. package/cjs/internal/Calendar/DayCellView.js.map +1 -1
  559. package/cjs/internal/Calendar/DayCellView.styles.d.ts +6 -5
  560. package/cjs/internal/Calendar/DayCellView.styles.js +14 -11
  561. package/cjs/internal/Calendar/DayCellView.styles.js.map +1 -1
  562. package/cjs/internal/Calendar/DayCellViewModel.js +1 -1
  563. package/cjs/internal/Calendar/DayCellViewModel.js.map +1 -1
  564. package/cjs/internal/Calendar/Month.d.ts +2 -0
  565. package/cjs/internal/Calendar/Month.js +43 -14
  566. package/cjs/internal/Calendar/Month.js.map +1 -1
  567. package/cjs/internal/Calendar/MonthView.js +22 -20
  568. package/cjs/internal/Calendar/MonthView.js.map +1 -1
  569. package/cjs/internal/Calendar/MonthView.styles.d.ts +9 -6
  570. package/cjs/internal/Calendar/MonthView.styles.js +28 -16
  571. package/cjs/internal/Calendar/MonthView.styles.js.map +1 -1
  572. package/cjs/internal/Calendar/MonthViewModel.d.ts +2 -1
  573. package/cjs/internal/Calendar/MonthViewModel.js +31 -31
  574. package/cjs/internal/Calendar/MonthViewModel.js.map +1 -1
  575. package/cjs/internal/Calendar/config.d.ts +3 -18
  576. package/cjs/internal/Calendar/config.js +33 -24
  577. package/cjs/internal/Calendar/config.js.map +1 -1
  578. package/cjs/internal/Calendar/index.js +2 -2
  579. package/cjs/internal/Calendar/index.js.map +1 -1
  580. package/cjs/internal/CommonWrapper/CommonWrapper.d.ts +31 -0
  581. package/cjs/internal/CommonWrapper/CommonWrapper.js +95 -0
  582. package/cjs/internal/CommonWrapper/CommonWrapper.js.map +1 -0
  583. package/cjs/internal/CommonWrapper/index.d.ts +1 -0
  584. package/cjs/internal/CommonWrapper/index.js +1 -0
  585. package/cjs/internal/CommonWrapper/index.js.map +1 -0
  586. package/cjs/internal/ComponentCombinator.js +1 -1
  587. package/cjs/internal/ComponentCombinator.js.map +1 -1
  588. package/cjs/internal/ComponentTable.js +19 -19
  589. package/cjs/internal/ComponentTable.js.map +1 -1
  590. package/cjs/internal/CustomComboBox/ComboBoxMenu.d.ts +1 -0
  591. package/cjs/internal/CustomComboBox/ComboBoxMenu.js +33 -8
  592. package/cjs/internal/CustomComboBox/ComboBoxMenu.js.map +1 -1
  593. package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +29 -4
  594. package/cjs/internal/CustomComboBox/ComboBoxView.js +112 -16
  595. package/cjs/internal/CustomComboBox/ComboBoxView.js.map +1 -1
  596. package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +15 -3
  597. package/cjs/internal/CustomComboBox/CustomComboBox.js +57 -21
  598. package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
  599. package/cjs/internal/CustomComboBox/CustomComboBox.styles.d.ts +2 -2
  600. package/cjs/internal/CustomComboBox/CustomComboBox.styles.js +8 -10
  601. package/cjs/internal/CustomComboBox/CustomComboBox.styles.js.map +1 -1
  602. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js +35 -36
  603. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js.map +1 -1
  604. package/cjs/internal/CustomComboBox/CustomComboBoxTypes.js.map +1 -1
  605. package/cjs/internal/CustomComboBox/index.js +2 -2
  606. package/cjs/internal/CustomComboBox/index.js.map +1 -1
  607. package/cjs/internal/CustomComboBox/locale/index.js +1 -1
  608. package/cjs/internal/CustomComboBox/locale/index.js.map +1 -1
  609. package/cjs/internal/CustomComboBox/locale/locales/en.js.map +1 -1
  610. package/cjs/internal/CustomComboBox/locale/locales/ru.js.map +1 -1
  611. package/cjs/internal/CustomComboBox/locale/types.js +1 -1
  612. package/cjs/internal/DateSelect/DateSelect.d.ts +5 -2
  613. package/cjs/internal/DateSelect/DateSelect.js +50 -12
  614. package/cjs/internal/DateSelect/DateSelect.js.map +1 -1
  615. package/cjs/internal/DateSelect/DateSelect.styles.d.ts +12 -11
  616. package/cjs/internal/DateSelect/DateSelect.styles.js +35 -40
  617. package/cjs/internal/DateSelect/DateSelect.styles.js.map +1 -1
  618. package/cjs/internal/DateSelect/index.js +1 -1
  619. package/cjs/internal/DateSelect/index.js.map +1 -1
  620. package/cjs/internal/DropdownContainer/DropdownContainer.d.ts +4 -7
  621. package/cjs/internal/DropdownContainer/DropdownContainer.js +16 -21
  622. package/cjs/internal/DropdownContainer/DropdownContainer.js.map +1 -1
  623. package/cjs/internal/DropdownContainer/index.js +1 -1
  624. package/cjs/internal/DropdownContainer/index.js.map +1 -1
  625. package/cjs/internal/FocusTrap/FocusTrap.d.ts +4 -2
  626. package/cjs/internal/FocusTrap/FocusTrap.js +17 -9
  627. package/cjs/internal/FocusTrap/FocusTrap.js.map +1 -1
  628. package/cjs/internal/FocusTrap/index.js +1 -1
  629. package/cjs/internal/FocusTrap/index.js.map +1 -1
  630. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +1 -3
  631. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.js +33 -74
  632. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.js.map +1 -1
  633. package/cjs/internal/HideBodyVerticalScroll/index.js +1 -1
  634. package/cjs/internal/HideBodyVerticalScroll/index.js.map +1 -1
  635. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +1 -1
  636. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js +13 -5
  637. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
  638. package/cjs/internal/IgnoreLayerClick/index.js +1 -1
  639. package/cjs/internal/IgnoreLayerClick/index.js.map +1 -1
  640. package/cjs/internal/InputLikeText/HiddenInput.js +10 -10
  641. package/cjs/internal/InputLikeText/HiddenInput.js.map +1 -1
  642. package/cjs/internal/InputLikeText/InputLikeText.d.ts +5 -1
  643. package/cjs/internal/InputLikeText/InputLikeText.js +145 -78
  644. package/cjs/internal/InputLikeText/InputLikeText.js.map +1 -1
  645. package/cjs/internal/InputLikeText/InputLikeText.styles.d.ts +3 -3
  646. package/cjs/internal/InputLikeText/InputLikeText.styles.js +10 -12
  647. package/cjs/internal/InputLikeText/InputLikeText.styles.js.map +1 -1
  648. package/cjs/internal/InputLikeText/index.js +1 -1
  649. package/cjs/internal/InputLikeText/index.js.map +1 -1
  650. package/cjs/internal/InternalMenu/InternalMenu.d.ts +8 -4
  651. package/cjs/internal/InternalMenu/InternalMenu.js +38 -39
  652. package/cjs/internal/InternalMenu/InternalMenu.js.map +1 -1
  653. package/cjs/internal/InternalMenu/InternalMenu.styles.d.ts +4 -3
  654. package/cjs/internal/InternalMenu/InternalMenu.styles.js +13 -16
  655. package/cjs/internal/InternalMenu/InternalMenu.styles.js.map +1 -1
  656. package/cjs/internal/InternalMenu/index.js +1 -1
  657. package/cjs/internal/InternalMenu/index.js.map +1 -1
  658. package/cjs/internal/InternalMenu/isActiveElement.js.map +1 -1
  659. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.d.ts +9 -0
  660. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.js +14 -0
  661. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.js.map +1 -0
  662. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.d.ts +3 -0
  663. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.js +18 -0
  664. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.js.map +1 -0
  665. package/cjs/internal/MaskCharLowLine/index.d.ts +1 -0
  666. package/cjs/internal/MaskCharLowLine/index.js +1 -0
  667. package/cjs/internal/MaskCharLowLine/index.js.map +1 -0
  668. package/cjs/internal/MaskedInput/MaskedInput.d.ts +4 -3
  669. package/cjs/internal/MaskedInput/MaskedInput.js +25 -6
  670. package/cjs/internal/MaskedInput/MaskedInput.js.map +1 -1
  671. package/cjs/internal/MaskedInput/MaskedInput.styles.d.ts +4 -2
  672. package/cjs/internal/MaskedInput/MaskedInput.styles.js +8 -21
  673. package/cjs/internal/MaskedInput/MaskedInput.styles.js.map +1 -1
  674. package/cjs/internal/MaskedInput/index.js +1 -1
  675. package/cjs/internal/MaskedInput/index.js.map +1 -1
  676. package/cjs/internal/Menu/Menu.d.ts +6 -0
  677. package/cjs/internal/Menu/Menu.js +57 -45
  678. package/cjs/internal/Menu/Menu.js.map +1 -1
  679. package/cjs/internal/Menu/Menu.styles.d.ts +5 -3
  680. package/cjs/internal/Menu/Menu.styles.js +12 -9
  681. package/cjs/internal/Menu/Menu.styles.js.map +1 -1
  682. package/cjs/internal/Menu/index.js +1 -1
  683. package/cjs/internal/Menu/index.js.map +1 -1
  684. package/cjs/internal/Menu/isActiveElement.js.map +1 -1
  685. package/cjs/internal/MobilePopup/MobilePopup.d.ts +34 -0
  686. package/cjs/internal/MobilePopup/MobilePopup.js +141 -0
  687. package/cjs/internal/MobilePopup/MobilePopup.js.map +1 -0
  688. package/cjs/internal/MobilePopup/MobilePopup.styles.d.ts +10 -0
  689. package/cjs/internal/MobilePopup/MobilePopup.styles.js +75 -0
  690. package/cjs/internal/MobilePopup/MobilePopup.styles.js.map +1 -0
  691. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.d.ts +15 -0
  692. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.js +69 -0
  693. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.js.map +1 -0
  694. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +10 -0
  695. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.js +65 -0
  696. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.js.map +1 -0
  697. package/cjs/internal/MobilePopup/MobilePopupHeader/index.d.ts +1 -0
  698. package/cjs/internal/MobilePopup/MobilePopupHeader/index.js +1 -0
  699. package/cjs/internal/MobilePopup/MobilePopupHeader/index.js.map +1 -0
  700. package/cjs/internal/MobilePopup/index.d.ts +1 -0
  701. package/cjs/internal/MobilePopup/index.js +1 -0
  702. package/cjs/internal/MobilePopup/index.js.map +1 -0
  703. package/cjs/internal/NativeDateInput/NativeDateInput.d.ts +23 -0
  704. package/cjs/internal/NativeDateInput/NativeDateInput.js +65 -0
  705. package/cjs/internal/NativeDateInput/NativeDateInput.js.map +1 -0
  706. package/cjs/internal/NativeDateInput/NativeDateInput.styles.d.ts +3 -0
  707. package/cjs/internal/NativeDateInput/NativeDateInput.styles.js +19 -0
  708. package/cjs/internal/NativeDateInput/NativeDateInput.styles.js.map +1 -0
  709. package/cjs/internal/NativeDateInput/index.d.ts +1 -0
  710. package/cjs/internal/NativeDateInput/index.js +1 -0
  711. package/cjs/internal/NativeDateInput/index.js.map +1 -0
  712. package/cjs/internal/NativeDateInput/utils.d.ts +7 -0
  713. package/cjs/internal/NativeDateInput/utils.js +49 -0
  714. package/cjs/internal/NativeDateInput/utils.js.map +1 -0
  715. package/cjs/internal/PerformanceMetrics/PerformanceMetrics.js +10 -10
  716. package/cjs/internal/PerformanceMetrics/PerformanceMetrics.js.map +1 -1
  717. package/cjs/internal/Popup/Popup.d.ts +32 -11
  718. package/cjs/internal/Popup/Popup.js +194 -68
  719. package/cjs/internal/Popup/Popup.js.map +1 -1
  720. package/cjs/internal/Popup/Popup.styles.d.ts +7 -6
  721. package/cjs/internal/Popup/Popup.styles.js +19 -19
  722. package/cjs/internal/Popup/Popup.styles.js.map +1 -1
  723. package/cjs/internal/Popup/PopupHelper.js +1 -0
  724. package/cjs/internal/Popup/PopupHelper.js.map +1 -1
  725. package/cjs/internal/Popup/PopupPin.js +20 -20
  726. package/cjs/internal/Popup/PopupPin.js.map +1 -1
  727. package/cjs/internal/Popup/PopupPin.styles.d.ts +1 -1
  728. package/cjs/internal/Popup/PopupPin.styles.js +4 -7
  729. package/cjs/internal/Popup/PopupPin.styles.js.map +1 -1
  730. package/cjs/internal/Popup/index.js +1 -1
  731. package/cjs/internal/Popup/index.js.map +1 -1
  732. package/cjs/internal/PopupMenu/PopupMenu.d.ts +6 -2
  733. package/cjs/internal/PopupMenu/PopupMenu.js +20 -8
  734. package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
  735. package/cjs/internal/PopupMenu/PopupMenu.styles.d.ts +1 -1
  736. package/cjs/internal/PopupMenu/PopupMenu.styles.js +6 -7
  737. package/cjs/internal/PopupMenu/PopupMenu.styles.js.map +1 -1
  738. package/cjs/internal/PopupMenu/PopupMenuPositions.js.map +1 -1
  739. package/cjs/internal/PopupMenu/index.js +1 -1
  740. package/cjs/internal/PopupMenu/index.js.map +1 -1
  741. package/cjs/internal/PopupMenu/validatePositions.js.map +1 -1
  742. package/cjs/internal/RenderContainer/RenderContainer.d.ts +1 -1
  743. package/cjs/internal/RenderContainer/RenderContainer.js +8 -9
  744. package/cjs/internal/RenderContainer/RenderContainer.js.map +1 -1
  745. package/cjs/internal/RenderContainer/RenderContainerTypes.d.ts +4 -1
  746. package/cjs/internal/RenderContainer/RenderContainerTypes.js +1 -1
  747. package/cjs/internal/RenderContainer/RenderInnerContainer.d.ts +2 -2
  748. package/cjs/internal/RenderContainer/RenderInnerContainer.js +40 -14
  749. package/cjs/internal/RenderContainer/RenderInnerContainer.js.map +1 -1
  750. package/cjs/internal/RenderContainer/index.js +1 -1
  751. package/cjs/internal/RenderContainer/index.js.map +1 -1
  752. package/cjs/internal/RenderLayer/RenderLayer.d.ts +6 -3
  753. package/cjs/internal/RenderLayer/RenderLayer.js +14 -7
  754. package/cjs/internal/RenderLayer/RenderLayer.js.map +1 -1
  755. package/cjs/internal/RenderLayer/index.js +1 -1
  756. package/cjs/internal/RenderLayer/index.js.map +1 -1
  757. package/cjs/internal/ResizeDetector/ResizeDetector.d.ts +1 -0
  758. package/cjs/internal/ResizeDetector/ResizeDetector.js +6 -1
  759. package/cjs/internal/ResizeDetector/ResizeDetector.js.map +1 -1
  760. package/cjs/internal/ResizeDetector/ResizeDetector.styles.d.ts +2 -1
  761. package/cjs/internal/ResizeDetector/ResizeDetector.styles.js +12 -7
  762. package/cjs/internal/ResizeDetector/ResizeDetector.styles.js.map +1 -1
  763. package/cjs/internal/ResizeDetector/index.js +1 -1
  764. package/cjs/internal/ResizeDetector/index.js.map +1 -1
  765. package/cjs/internal/ThemePlayground/AnotherInputsPlayground.js +1 -1
  766. package/cjs/internal/ThemePlayground/AnotherInputsPlayground.js.map +1 -1
  767. package/cjs/internal/ThemePlayground/CheckboxPlayground.d.ts +1 -4
  768. package/cjs/internal/ThemePlayground/CheckboxPlayground.js +9 -6
  769. package/cjs/internal/ThemePlayground/CheckboxPlayground.js.map +1 -1
  770. package/cjs/internal/ThemePlayground/ComponentsGroup.d.ts +1 -1
  771. package/cjs/internal/ThemePlayground/ComponentsGroup.js +8 -8
  772. package/cjs/internal/ThemePlayground/ComponentsGroup.js.map +1 -1
  773. package/cjs/internal/ThemePlayground/CurrencyInputPlayground.js +1 -1
  774. package/cjs/internal/ThemePlayground/CurrencyInputPlayground.js.map +1 -1
  775. package/cjs/internal/ThemePlayground/FxInputPlayground.js +1 -1
  776. package/cjs/internal/ThemePlayground/FxInputPlayground.js.map +1 -1
  777. package/cjs/internal/ThemePlayground/HintPlayground.js +1 -1
  778. package/cjs/internal/ThemePlayground/HintPlayground.js.map +1 -1
  779. package/cjs/internal/ThemePlayground/PagingPlayground.js +1 -1
  780. package/cjs/internal/ThemePlayground/PagingPlayground.js.map +1 -1
  781. package/cjs/internal/ThemePlayground/Playground.d.ts +3 -2
  782. package/cjs/internal/ThemePlayground/Playground.js +75 -56
  783. package/cjs/internal/ThemePlayground/Playground.js.map +1 -1
  784. package/cjs/internal/ThemePlayground/Playground.md +7 -7
  785. package/cjs/internal/ThemePlayground/Playground.styles.d.ts +13 -10
  786. package/cjs/internal/ThemePlayground/Playground.styles.js +42 -26
  787. package/cjs/internal/ThemePlayground/Playground.styles.js.map +1 -1
  788. package/cjs/internal/ThemePlayground/RadioPlayground.d.ts +1 -4
  789. package/cjs/internal/ThemePlayground/RadioPlayground.js +9 -6
  790. package/cjs/internal/ThemePlayground/RadioPlayground.js.map +1 -1
  791. package/cjs/internal/ThemePlayground/SelectPlayground.js +1 -1
  792. package/cjs/internal/ThemePlayground/SelectPlayground.js.map +1 -1
  793. package/cjs/internal/ThemePlayground/ShowcaseGroup.d.ts +0 -1
  794. package/cjs/internal/ThemePlayground/ShowcaseGroup.js +16 -8
  795. package/cjs/internal/ThemePlayground/ShowcaseGroup.js.map +1 -1
  796. package/cjs/internal/ThemePlayground/SwitcherPlayground.js +1 -1
  797. package/cjs/internal/ThemePlayground/SwitcherPlayground.js.map +1 -1
  798. package/cjs/internal/ThemePlayground/ThemeContextPlayground.d.ts +6 -2
  799. package/cjs/internal/ThemePlayground/ThemeContextPlayground.js +32 -20
  800. package/cjs/internal/ThemePlayground/ThemeContextPlayground.js.map +1 -1
  801. package/cjs/internal/ThemePlayground/ThemeEditor.js +35 -22
  802. package/cjs/internal/ThemePlayground/ThemeEditor.js.map +1 -1
  803. package/cjs/internal/ThemePlayground/TogglePlayground.js +10 -10
  804. package/cjs/internal/ThemePlayground/TogglePlayground.js.map +1 -1
  805. package/cjs/internal/ThemePlayground/TokenInputPlayground.js +3 -5
  806. package/cjs/internal/ThemePlayground/TokenInputPlayground.js.map +1 -1
  807. package/cjs/internal/ThemePlayground/VariableValue.d.ts +6 -2
  808. package/cjs/internal/ThemePlayground/VariableValue.js +31 -23
  809. package/cjs/internal/ThemePlayground/VariableValue.js.map +1 -1
  810. package/cjs/internal/ThemePlayground/constants.d.ts +6 -2
  811. package/cjs/internal/ThemePlayground/constants.js +15 -3
  812. package/cjs/internal/ThemePlayground/constants.js.map +1 -1
  813. package/cjs/internal/ThemePlayground/darkTheme.d.ts +57 -311
  814. package/cjs/internal/ThemePlayground/darkTheme.js +95 -86
  815. package/cjs/internal/ThemePlayground/darkTheme.js.map +1 -1
  816. package/cjs/internal/ThemePlayground/helpers.d.ts +1 -1
  817. package/cjs/internal/ThemePlayground/helpers.js +1 -1
  818. package/cjs/internal/ThemePlayground/helpers.js.map +1 -1
  819. package/cjs/internal/ThemeShowcase/ThemeShowcase.d.ts +1 -1
  820. package/cjs/internal/ThemeShowcase/ThemeShowcase.js +116 -87
  821. package/cjs/internal/ThemeShowcase/ThemeShowcase.js.map +1 -1
  822. package/cjs/internal/ThemeShowcase/ThemeShowcase.md +13 -13
  823. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +9 -4
  824. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.js +43 -33
  825. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.js.map +1 -1
  826. package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  827. package/cjs/internal/ThemeShowcase/VariablesCollector.js +59 -54
  828. package/cjs/internal/ThemeShowcase/VariablesCollector.js.map +1 -1
  829. package/cjs/internal/ZIndex/ZIndex.d.ts +2 -0
  830. package/cjs/internal/ZIndex/ZIndex.js +50 -35
  831. package/cjs/internal/ZIndex/ZIndex.js.map +1 -1
  832. package/cjs/internal/ZIndex/ZIndexStorage.d.ts +1 -0
  833. package/cjs/internal/ZIndex/ZIndexStorage.js +7 -4
  834. package/cjs/internal/ZIndex/ZIndexStorage.js.map +1 -1
  835. package/cjs/internal/ZIndex/index.js +1 -1
  836. package/cjs/internal/ZIndex/index.js.map +1 -1
  837. package/cjs/internal/icons/16px/icon.styles.d.ts +1 -1
  838. package/cjs/internal/icons/16px/icon.styles.js +5 -8
  839. package/cjs/internal/icons/16px/icon.styles.js.map +1 -1
  840. package/cjs/internal/icons/16px/index.d.ts +17 -14
  841. package/cjs/internal/icons/16px/index.js +143 -62
  842. package/cjs/internal/icons/16px/index.js.map +1 -1
  843. package/cjs/internal/icons/20px/Icon.d.ts +11 -14
  844. package/cjs/internal/icons/20px/Icon.js +15 -24
  845. package/cjs/internal/icons/20px/Icon.js.map +1 -1
  846. package/cjs/internal/icons/20px/icon.styles.d.ts +2 -1
  847. package/cjs/internal/icons/20px/icon.styles.js +8 -18
  848. package/cjs/internal/icons/20px/icon.styles.js.map +1 -1
  849. package/cjs/internal/icons/20px/index.d.ts +1 -0
  850. package/cjs/internal/icons/20px/index.js +2 -1
  851. package/cjs/internal/icons/20px/index.js.map +1 -1
  852. package/cjs/internal/icons/20px/svg.d.ts +14 -0
  853. package/cjs/internal/icons/20px/svg.js +121 -0
  854. package/cjs/internal/icons/20px/svg.js.map +1 -0
  855. package/cjs/internal/icons/CloudIcon.d.ts +0 -1
  856. package/cjs/internal/icons/CloudIcon.js +2 -2
  857. package/cjs/internal/icons/CloudIcon.js.map +1 -1
  858. package/cjs/internal/icons/CrossIcon.d.ts +0 -1
  859. package/cjs/internal/icons/CrossIcon.js +9 -2
  860. package/cjs/internal/icons/CrossIcon.js.map +1 -1
  861. package/cjs/internal/icons/SpinnerIcon.d.ts +3 -2
  862. package/cjs/internal/icons/SpinnerIcon.js +67 -8
  863. package/cjs/internal/icons/SpinnerIcon.js.map +1 -1
  864. package/cjs/internal/icons/SpinnerIcon.styles.d.ts +3 -1
  865. package/cjs/internal/icons/SpinnerIcon.styles.js +19 -6
  866. package/cjs/internal/icons/SpinnerIcon.styles.js.map +1 -1
  867. package/cjs/internal/themes/DarkTheme.d.ts +103 -0
  868. package/cjs/internal/themes/DarkTheme.js +183 -0
  869. package/cjs/internal/themes/DarkTheme.js.map +1 -0
  870. package/cjs/internal/themes/DefaultTheme.d.ts +624 -202
  871. package/cjs/internal/themes/DefaultTheme.js +1234 -228
  872. package/cjs/internal/themes/DefaultTheme.js.map +1 -1
  873. package/cjs/internal/themes/NotFlat.d.ts +127 -0
  874. package/cjs/internal/themes/NotFlat.js +219 -0
  875. package/cjs/internal/themes/NotFlat.js.map +1 -0
  876. package/cjs/internal/themes/OldColors.d.ts +110 -0
  877. package/cjs/internal/themes/OldColors.js +149 -0
  878. package/cjs/internal/themes/OldColors.js.map +1 -0
  879. package/cjs/lib/ConditionalHandler.js +3 -3
  880. package/cjs/lib/ConditionalHandler.js.map +1 -1
  881. package/cjs/lib/LayoutEvents.js +4 -4
  882. package/cjs/lib/LayoutEvents.js.map +1 -1
  883. package/cjs/lib/ModalStack.d.ts +5 -0
  884. package/cjs/lib/ModalStack.js +66 -6
  885. package/cjs/lib/ModalStack.js.map +1 -1
  886. package/cjs/lib/SSRSafe.d.ts +2 -0
  887. package/cjs/lib/SSRSafe.js +22 -4
  888. package/cjs/lib/SSRSafe.js.map +1 -1
  889. package/cjs/lib/Supports.js.map +1 -1
  890. package/cjs/lib/Upgrades.d.ts +2 -0
  891. package/cjs/lib/Upgrades.js +14 -0
  892. package/cjs/lib/Upgrades.js.map +1 -1
  893. package/cjs/lib/animation/index.js +4 -4
  894. package/cjs/lib/animation/index.js.map +1 -1
  895. package/cjs/lib/animation/presets.js.map +1 -1
  896. package/cjs/lib/animation/stepper.js +2 -2
  897. package/cjs/lib/animation/stepper.js.map +1 -1
  898. package/cjs/lib/callChildRef/callChildRef.d.ts +3 -0
  899. package/cjs/lib/callChildRef/callChildRef.js +19 -0
  900. package/cjs/lib/callChildRef/callChildRef.js.map +1 -0
  901. package/cjs/lib/client.d.ts +16 -0
  902. package/cjs/lib/client.js +23 -0
  903. package/cjs/lib/client.js.map +1 -0
  904. package/cjs/lib/createPropsGetter.js.map +1 -1
  905. package/cjs/lib/currentEnvironment.js +12 -3
  906. package/cjs/lib/currentEnvironment.js.map +1 -1
  907. package/cjs/lib/date/InternalDate.js +14 -16
  908. package/cjs/lib/date/InternalDate.js.map +1 -1
  909. package/cjs/lib/date/InternalDateCalculator.js.map +1 -1
  910. package/cjs/lib/date/InternalDateGetter.js +2 -2
  911. package/cjs/lib/date/InternalDateGetter.js.map +1 -1
  912. package/cjs/lib/date/InternalDateSetter.js.map +1 -1
  913. package/cjs/lib/date/InternalDateTransformer.d.ts +6 -6
  914. package/cjs/lib/date/InternalDateTransformer.js +4 -4
  915. package/cjs/lib/date/InternalDateTransformer.js.map +1 -1
  916. package/cjs/lib/date/InternalDateValidator.js +6 -3
  917. package/cjs/lib/date/InternalDateValidator.js.map +1 -1
  918. package/cjs/lib/date/constants.js +1 -1
  919. package/cjs/lib/date/constants.js.map +1 -1
  920. package/cjs/lib/date/localeSets.js.map +1 -1
  921. package/cjs/lib/date/types.js +1 -1
  922. package/cjs/lib/date/types.js.map +1 -1
  923. package/cjs/lib/dom/getScrollWidth.js +6 -5
  924. package/cjs/lib/dom/getScrollWidth.js.map +1 -1
  925. package/cjs/lib/dom/tabbableHelpers.d.ts +16 -0
  926. package/cjs/lib/dom/tabbableHelpers.js +31 -0
  927. package/cjs/lib/dom/tabbableHelpers.js.map +1 -0
  928. package/cjs/lib/events/MouseDrag.js +35 -31
  929. package/cjs/lib/events/MouseDrag.js.map +1 -1
  930. package/cjs/lib/events/fixClickFocusIE.js +4 -4
  931. package/cjs/lib/events/fixClickFocusIE.js.map +1 -1
  932. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +2 -0
  933. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.js +20 -0
  934. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.js.map +1 -0
  935. package/cjs/lib/events/keyListener.d.ts +7 -0
  936. package/cjs/lib/events/keyListener.js +22 -0
  937. package/cjs/lib/events/keyListener.js.map +1 -0
  938. package/cjs/lib/events/keyboard/KeyboardEventCodes.js.map +1 -1
  939. package/cjs/lib/events/keyboard/KeyboardMapKeys.d.ts +0 -1
  940. package/cjs/lib/events/keyboard/KeyboardMapKeys.js +7 -4
  941. package/cjs/lib/events/keyboard/KeyboardMapKeys.js.map +1 -1
  942. package/cjs/lib/events/keyboard/extractCode.js.map +1 -1
  943. package/cjs/lib/events/keyboard/identifiers.d.ts +1 -0
  944. package/cjs/lib/events/keyboard/identifiers.js +20 -10
  945. package/cjs/lib/events/keyboard/identifiers.js.map +1 -1
  946. package/cjs/lib/events/stopPropagation.js.map +1 -1
  947. package/cjs/lib/events/tabListener.d.ts +1 -6
  948. package/cjs/lib/events/tabListener.js +2 -11
  949. package/cjs/lib/events/tabListener.js.map +1 -1
  950. package/cjs/lib/extractKeyboardAction.js +1 -1
  951. package/cjs/lib/extractKeyboardAction.js.map +1 -1
  952. package/cjs/lib/filterProps.js.map +1 -1
  953. package/cjs/lib/forwardRefAndName.d.ts +5 -0
  954. package/cjs/lib/forwardRefAndName.js +23 -0
  955. package/cjs/lib/forwardRefAndName.js.map +1 -0
  956. package/cjs/lib/getDisplayName.d.ts +3 -0
  957. package/cjs/lib/getDisplayName.js +9 -0
  958. package/cjs/lib/getDisplayName.js.map +1 -0
  959. package/cjs/lib/listenFocusOutside.d.ts +4 -0
  960. package/cjs/lib/listenFocusOutside.js +17 -17
  961. package/cjs/lib/listenFocusOutside.js.map +1 -1
  962. package/cjs/lib/locale/LOCALECONTEXT.md +221 -246
  963. package/cjs/lib/locale/LocaleContext.js +5 -2
  964. package/cjs/lib/locale/LocaleContext.js.map +1 -1
  965. package/cjs/lib/locale/LocaleHelper.js +1 -1
  966. package/cjs/lib/locale/LocaleHelper.js.map +1 -1
  967. package/cjs/lib/locale/constants.js.map +1 -1
  968. package/cjs/lib/locale/decorators.d.ts +4 -3
  969. package/cjs/lib/locale/decorators.js +13 -8
  970. package/cjs/lib/locale/decorators.js.map +1 -1
  971. package/cjs/lib/locale/index.js +2 -2
  972. package/cjs/lib/locale/index.js.map +1 -1
  973. package/cjs/lib/locale/types.d.ts +1 -6
  974. package/cjs/lib/locale/types.js +0 -5
  975. package/cjs/lib/locale/types.js.map +1 -1
  976. package/cjs/lib/memo.js.map +1 -1
  977. package/cjs/lib/net/fetch.js.map +1 -1
  978. package/cjs/lib/polyfillPlaceholder.js +4 -2
  979. package/cjs/lib/polyfillPlaceholder.js.map +1 -1
  980. package/cjs/lib/reactGetTextContent.js +1 -1
  981. package/cjs/lib/reactGetTextContent.js.map +1 -1
  982. package/cjs/lib/rootNode/getRootNode.d.ts +3 -0
  983. package/cjs/lib/rootNode/getRootNode.js +27 -0
  984. package/cjs/lib/rootNode/getRootNode.js.map +1 -0
  985. package/cjs/lib/rootNode/index.d.ts +2 -0
  986. package/cjs/lib/rootNode/index.js +2 -0
  987. package/cjs/lib/rootNode/index.js.map +1 -0
  988. package/cjs/lib/rootNode/rootNodeDecorator.d.ts +33 -0
  989. package/cjs/lib/rootNode/rootNodeDecorator.js +31 -0
  990. package/cjs/lib/rootNode/rootNodeDecorator.js.map +1 -0
  991. package/cjs/lib/styles/ColorFactory.js +13 -9
  992. package/cjs/lib/styles/ColorFactory.js.map +1 -1
  993. package/cjs/lib/styles/ColorFunctions.js +3 -3
  994. package/cjs/lib/styles/ColorFunctions.js.map +1 -1
  995. package/cjs/lib/styles/ColorHelpers.js +1 -1
  996. package/cjs/lib/styles/ColorHelpers.js.map +1 -1
  997. package/cjs/lib/styles/ColorKeywords.js.map +1 -1
  998. package/cjs/lib/styles/ColorObject.d.ts +1 -0
  999. package/cjs/lib/styles/ColorObject.js +6 -1
  1000. package/cjs/lib/styles/ColorObject.js.map +1 -1
  1001. package/cjs/lib/styles/DimensionFunctions.js.map +1 -1
  1002. package/cjs/lib/styles/HoldSelectionColor.d.ts +1 -0
  1003. package/cjs/lib/styles/HoldSelectionColor.js +9 -0
  1004. package/cjs/lib/styles/HoldSelectionColor.js.map +1 -0
  1005. package/cjs/lib/styles/Mixins.js +3 -3
  1006. package/cjs/lib/styles/Mixins.js.map +1 -1
  1007. package/cjs/lib/taskWithDelayAndMinimalDuration.d.ts +21 -0
  1008. package/cjs/lib/taskWithDelayAndMinimalDuration.js +80 -0
  1009. package/cjs/lib/taskWithDelayAndMinimalDuration.js.map +1 -0
  1010. package/cjs/lib/theming/AnimationKeyframes.d.ts +7 -6
  1011. package/cjs/lib/theming/AnimationKeyframes.js +7 -7
  1012. package/cjs/lib/theming/AnimationKeyframes.js.map +1 -1
  1013. package/cjs/lib/theming/Emotion.d.ts +11 -10
  1014. package/cjs/lib/theming/Emotion.js +15 -19
  1015. package/cjs/lib/theming/Emotion.js.map +1 -1
  1016. package/cjs/lib/theming/Theme.d.ts +1 -2
  1017. package/cjs/lib/theming/Theme.js +1 -1
  1018. package/cjs/lib/theming/ThemeContext.d.ts +1 -1
  1019. package/cjs/lib/theming/ThemeContext.js +3 -1
  1020. package/cjs/lib/theming/ThemeContext.js.map +1 -1
  1021. package/cjs/lib/theming/ThemeContext.md +278 -237
  1022. package/cjs/lib/theming/ThemeFactory.d.ts +1 -1
  1023. package/cjs/lib/theming/ThemeFactory.js +14 -17
  1024. package/cjs/lib/theming/ThemeFactory.js.map +1 -1
  1025. package/cjs/lib/theming/ThemeHelpers.d.ts +1 -0
  1026. package/cjs/lib/theming/ThemeHelpers.js +11 -0
  1027. package/cjs/lib/theming/ThemeHelpers.js.map +1 -0
  1028. package/cjs/lib/theming/themes/DarkTheme.d.ts +1 -0
  1029. package/cjs/lib/theming/themes/DarkTheme.js +4 -0
  1030. package/cjs/lib/theming/themes/DarkTheme.js.map +1 -0
  1031. package/cjs/lib/theming/themes/DefaultTheme.d.ts +1 -1
  1032. package/cjs/lib/theming/themes/DefaultTheme.js +3 -2
  1033. package/cjs/lib/theming/themes/DefaultTheme.js.map +1 -1
  1034. package/cjs/lib/theming/themes/DefaultTheme8pxOld.d.ts +1 -0
  1035. package/cjs/lib/theming/themes/DefaultTheme8pxOld.js +8 -0
  1036. package/cjs/lib/theming/themes/DefaultTheme8pxOld.js.map +1 -0
  1037. package/cjs/lib/theming/themes/DefaultThemeMobile.d.ts +3 -0
  1038. package/cjs/lib/theming/themes/DefaultThemeMobile.js +9 -0
  1039. package/cjs/lib/theming/themes/DefaultThemeMobile.js.map +1 -0
  1040. package/cjs/lib/theming/themes/FlatTheme8pxOld.d.ts +1 -0
  1041. package/cjs/lib/theming/themes/FlatTheme8pxOld.js +5 -0
  1042. package/cjs/lib/theming/themes/FlatTheme8pxOld.js.map +1 -0
  1043. package/cjs/lib/utils.d.ts +15 -9
  1044. package/cjs/lib/utils.js +43 -33
  1045. package/cjs/lib/utils.js.map +1 -1
  1046. package/cjs/lib/withClassWrapper.d.ts +71 -0
  1047. package/cjs/lib/withClassWrapper.js +59 -0
  1048. package/cjs/lib/withClassWrapper.js.map +1 -0
  1049. package/cjs/typings/console.d.ts +3 -3
  1050. package/cjs/typings/event-types.d.ts +4 -4
  1051. package/cjs/typings/fonts.d.ts +12 -12
  1052. package/cjs/typings/global.d.ts +6 -6
  1053. package/cjs/typings/images.d.ts +1 -1
  1054. package/cjs/typings/normalize-wheel.d.ts +5 -5
  1055. package/cjs/typings/stories.d.ts +7 -0
  1056. package/cjs/typings/stylis-plugin-extra-scope.d.ts +3 -3
  1057. package/cjs/typings/utility-types.d.ts +14 -14
  1058. package/components/Autocomplete/Autocomplete/Autocomplete.js +190 -94
  1059. package/components/Autocomplete/Autocomplete/Autocomplete.js.map +1 -1
  1060. package/components/Autocomplete/Autocomplete/package.json +2 -2
  1061. package/components/Autocomplete/Autocomplete.d.ts +23 -3
  1062. package/components/Autocomplete/Autocomplete.md +7 -7
  1063. package/components/Autocomplete/Autocomplete.styles/Autocomplete.styles.js +10 -0
  1064. package/components/Autocomplete/Autocomplete.styles/Autocomplete.styles.js.map +1 -0
  1065. package/components/Autocomplete/Autocomplete.styles/package.json +6 -0
  1066. package/components/Autocomplete/Autocomplete.styles.d.ts +4 -0
  1067. package/components/Autocomplete/index/index.js +1 -1
  1068. package/components/Autocomplete/index/index.js.map +1 -1
  1069. package/components/Autocomplete/index/package.json +2 -2
  1070. package/components/Autocomplete/package.json +1 -1
  1071. package/components/Button/Button/Button.js +166 -85
  1072. package/components/Button/Button/Button.js.map +1 -1
  1073. package/components/Button/Button/package.json +2 -2
  1074. package/components/Button/Button.d.ts +80 -15
  1075. package/components/Button/Button.md +104 -89
  1076. package/components/Button/Button.mixins/Button.mixins.js +23 -77
  1077. package/components/Button/Button.mixins/Button.mixins.js.map +1 -1
  1078. package/components/Button/Button.mixins/package.json +2 -2
  1079. package/components/Button/Button.mixins.d.ts +6 -6
  1080. package/components/Button/Button.styles/Button.styles.js +138 -456
  1081. package/components/Button/Button.styles/Button.styles.js.map +1 -1
  1082. package/components/Button/Button.styles/package.json +2 -2
  1083. package/components/Button/Button.styles.d.ts +62 -30
  1084. package/components/Button/Corners/Corners.js.map +1 -1
  1085. package/components/Button/Corners/package.json +2 -2
  1086. package/components/Button/index/index.js +1 -1
  1087. package/components/Button/index/index.js.map +1 -1
  1088. package/components/Button/index/package.json +2 -2
  1089. package/components/Button/package.json +1 -1
  1090. package/components/Center/Center/Center.js +42 -29
  1091. package/components/Center/Center/Center.js.map +1 -1
  1092. package/components/Center/Center/package.json +2 -2
  1093. package/components/Center/Center.d.ts +10 -10
  1094. package/components/Center/Center.md +26 -5
  1095. package/components/Center/Center.styles/Center.styles.js +9 -58
  1096. package/components/Center/Center.styles/Center.styles.js.map +1 -1
  1097. package/components/Center/Center.styles/package.json +2 -2
  1098. package/components/Center/Center.styles.d.ts +1 -1
  1099. package/components/Center/index/index.js +1 -1
  1100. package/components/Center/index/index.js.map +1 -1
  1101. package/components/Center/index/package.json +2 -2
  1102. package/components/Center/package.json +1 -1
  1103. package/components/Checkbox/Checkbox/Checkbox.js +132 -109
  1104. package/components/Checkbox/Checkbox/Checkbox.js.map +1 -1
  1105. package/components/Checkbox/Checkbox/package.json +2 -2
  1106. package/components/Checkbox/Checkbox.d.ts +39 -19
  1107. package/components/Checkbox/Checkbox.md +104 -63
  1108. package/components/Checkbox/Checkbox.styles/Checkbox.styles.js +40 -176
  1109. package/components/Checkbox/Checkbox.styles/Checkbox.styles.js.map +1 -1
  1110. package/components/Checkbox/Checkbox.styles/package.json +2 -2
  1111. package/components/Checkbox/Checkbox.styles.d.ts +17 -11
  1112. package/components/Checkbox/index/index.js +1 -1
  1113. package/components/Checkbox/index/index.js.map +1 -1
  1114. package/components/Checkbox/index/package.json +2 -2
  1115. package/components/Checkbox/package.json +1 -1
  1116. package/components/ComboBox/ComboBox/ComboBox.js +47 -42
  1117. package/components/ComboBox/ComboBox/ComboBox.js.map +1 -1
  1118. package/components/ComboBox/ComboBox/package.json +2 -2
  1119. package/components/ComboBox/ComboBox.d.ts +21 -4
  1120. package/components/ComboBox/ComboBox.md +445 -432
  1121. package/components/ComboBox/index/index.js +1 -1
  1122. package/components/ComboBox/index/index.js.map +1 -1
  1123. package/components/ComboBox/index/package.json +2 -2
  1124. package/components/ComboBox/package.json +1 -1
  1125. package/components/CurrencyInput/CurrencyHelper/CurrencyHelper.js +5 -6
  1126. package/components/CurrencyInput/CurrencyHelper/CurrencyHelper.js.map +1 -1
  1127. package/components/CurrencyInput/CurrencyHelper/package.json +2 -2
  1128. package/components/CurrencyInput/CurrencyInput/CurrencyInput.js +124 -77
  1129. package/components/CurrencyInput/CurrencyInput/CurrencyInput.js.map +1 -1
  1130. package/components/CurrencyInput/CurrencyInput/package.json +2 -2
  1131. package/components/CurrencyInput/CurrencyInput.d.ts +12 -5
  1132. package/components/CurrencyInput/CurrencyInput.md +24 -20
  1133. package/components/CurrencyInput/CurrencyInputHelper/CurrencyInputHelper.js +3 -5
  1134. package/components/CurrencyInput/CurrencyInputHelper/CurrencyInputHelper.js.map +1 -1
  1135. package/components/CurrencyInput/CurrencyInputHelper/package.json +2 -2
  1136. package/components/CurrencyInput/CurrencyInputKeyboardActions/CurrencyInputKeyboardActions.js +2 -2
  1137. package/components/CurrencyInput/CurrencyInputKeyboardActions/CurrencyInputKeyboardActions.js.map +1 -1
  1138. package/components/CurrencyInput/CurrencyInputKeyboardActions/package.json +2 -2
  1139. package/components/CurrencyInput/CursorHelper/CursorHelper.js +43 -16
  1140. package/components/CurrencyInput/CursorHelper/CursorHelper.js.map +1 -1
  1141. package/components/CurrencyInput/CursorHelper/package.json +2 -2
  1142. package/components/CurrencyInput/SelectionHelper/SelectionHelper.js.map +1 -1
  1143. package/components/CurrencyInput/SelectionHelper/package.json +2 -2
  1144. package/components/CurrencyInput/constants/constants.js.map +1 -1
  1145. package/components/CurrencyInput/constants/package.json +2 -2
  1146. package/components/CurrencyInput/index/index.js +1 -1
  1147. package/components/CurrencyInput/index/index.js.map +1 -1
  1148. package/components/CurrencyInput/index/package.json +2 -2
  1149. package/components/CurrencyInput/package.json +1 -1
  1150. package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js +11 -10
  1151. package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js.map +1 -1
  1152. package/components/CurrencyLabel/CurrencyLabel/package.json +2 -2
  1153. package/components/CurrencyLabel/CurrencyLabel.d.ts +6 -5
  1154. package/components/CurrencyLabel/CurrencyLabel.md +23 -23
  1155. package/components/CurrencyLabel/index/index.js +1 -1
  1156. package/components/CurrencyLabel/index/index.js.map +1 -1
  1157. package/components/CurrencyLabel/index/package.json +2 -2
  1158. package/components/CurrencyLabel/package.json +1 -1
  1159. package/components/DateInput/DateFragmentsView/DateFragmentsView.js +21 -20
  1160. package/components/DateInput/DateFragmentsView/DateFragmentsView.js.map +1 -1
  1161. package/components/DateInput/DateFragmentsView/package.json +2 -2
  1162. package/components/DateInput/DateFragmentsView.d.ts +1 -1
  1163. package/components/DateInput/DateFragmentsView.styles/DateFragmentsView.styles.js +8 -47
  1164. package/components/DateInput/DateFragmentsView.styles/DateFragmentsView.styles.js.map +1 -1
  1165. package/components/DateInput/DateFragmentsView.styles/package.json +2 -2
  1166. package/components/DateInput/DateFragmentsView.styles.d.ts +5 -4
  1167. package/components/DateInput/DateInput/DateInput.js +41 -30
  1168. package/components/DateInput/DateInput/DateInput.js.map +1 -1
  1169. package/components/DateInput/DateInput/package.json +2 -2
  1170. package/components/DateInput/DateInput.d.ts +12 -2
  1171. package/components/DateInput/DateInput.md +106 -104
  1172. package/components/DateInput/DateInput.styles/DateInput.styles.js +14 -56
  1173. package/components/DateInput/DateInput.styles/DateInput.styles.js.map +1 -1
  1174. package/components/DateInput/DateInput.styles/package.json +2 -2
  1175. package/components/DateInput/DateInput.styles.d.ts +9 -6
  1176. package/components/DateInput/ViewDateInputValidateChecks/ViewDateInputValidateChecks.js +16 -18
  1177. package/components/DateInput/ViewDateInputValidateChecks/ViewDateInputValidateChecks.js.map +1 -1
  1178. package/components/DateInput/ViewDateInputValidateChecks/package.json +2 -2
  1179. package/components/DateInput/helpers/DateInputKeyboardActions/DateInputKeyboardActions.js +3 -3
  1180. package/components/DateInput/helpers/DateInputKeyboardActions/DateInputKeyboardActions.js.map +1 -1
  1181. package/components/DateInput/helpers/DateInputKeyboardActions/package.json +2 -2
  1182. package/components/DateInput/helpers/InternalDateMediator/InternalDateMediator.js +6 -8
  1183. package/components/DateInput/helpers/InternalDateMediator/InternalDateMediator.js.map +1 -1
  1184. package/components/DateInput/helpers/InternalDateMediator/package.json +2 -2
  1185. package/components/DateInput/helpers/InternalDateMediator.d.ts +1 -1
  1186. package/components/DateInput/helpers/SelectionHelpers/SelectionHelpers.js +1 -1
  1187. package/components/DateInput/helpers/SelectionHelpers/SelectionHelpers.js.map +1 -1
  1188. package/components/DateInput/helpers/SelectionHelpers/package.json +2 -2
  1189. package/components/DateInput/helpers/inputNumber/inputNumber.js +2 -2
  1190. package/components/DateInput/helpers/inputNumber/inputNumber.js.map +1 -1
  1191. package/components/DateInput/helpers/inputNumber/package.json +2 -2
  1192. package/components/DateInput/helpers/inputNumber.d.ts +3 -3
  1193. package/components/DateInput/index/index.js +1 -1
  1194. package/components/DateInput/index/index.js.map +1 -1
  1195. package/components/DateInput/index/package.json +2 -2
  1196. package/components/DateInput/package.json +1 -1
  1197. package/components/DatePicker/DatePicker/DatePicker.js +126 -95
  1198. package/components/DatePicker/DatePicker/DatePicker.js.map +1 -1
  1199. package/components/DatePicker/DatePicker/package.json +2 -2
  1200. package/components/DatePicker/DatePicker.d.ts +26 -7
  1201. package/components/DatePicker/DatePicker.md +307 -310
  1202. package/components/DatePicker/DatePicker.styles/DatePicker.styles.js +5 -14
  1203. package/components/DatePicker/DatePicker.styles/DatePicker.styles.js.map +1 -1
  1204. package/components/DatePicker/DatePicker.styles/package.json +2 -2
  1205. package/components/DatePicker/DatePicker.styles.d.ts +1 -1
  1206. package/components/DatePicker/DatePickerHelpers/DatePickerHelpers.js.map +1 -1
  1207. package/components/DatePicker/DatePickerHelpers/package.json +2 -2
  1208. package/components/DatePicker/Picker/Picker.js +15 -19
  1209. package/components/DatePicker/Picker/Picker.js.map +1 -1
  1210. package/components/DatePicker/Picker/package.json +2 -2
  1211. package/components/DatePicker/Picker.styles/Picker.styles.js +6 -25
  1212. package/components/DatePicker/Picker.styles/Picker.styles.js.map +1 -1
  1213. package/components/DatePicker/Picker.styles/package.json +2 -2
  1214. package/components/DatePicker/Picker.styles.d.ts +4 -3
  1215. package/components/DatePicker/index/index.js +1 -1
  1216. package/components/DatePicker/index/index.js.map +1 -1
  1217. package/components/DatePicker/index/package.json +2 -2
  1218. package/components/DatePicker/locale/index/index.js +4 -4
  1219. package/components/DatePicker/locale/index/index.js.map +1 -1
  1220. package/components/DatePicker/locale/index/package.json +2 -2
  1221. package/components/DatePicker/locale/locales/en/en.js +2 -2
  1222. package/components/DatePicker/locale/locales/en/en.js.map +1 -1
  1223. package/components/DatePicker/locale/locales/en/package.json +2 -2
  1224. package/components/DatePicker/locale/locales/ru/package.json +2 -2
  1225. package/components/DatePicker/locale/locales/ru/ru.js +2 -2
  1226. package/components/DatePicker/locale/locales/ru/ru.js.map +1 -1
  1227. package/components/DatePicker/locale/package.json +1 -1
  1228. package/components/DatePicker/locale/types/package.json +2 -2
  1229. package/components/DatePicker/locale/types/types.js +1 -0
  1230. package/components/DatePicker/package.json +1 -1
  1231. package/components/Dropdown/Dropdown/Dropdown.js +77 -69
  1232. package/components/Dropdown/Dropdown/Dropdown.js.map +1 -1
  1233. package/components/Dropdown/Dropdown/package.json +2 -2
  1234. package/components/Dropdown/Dropdown.d.ts +7 -3
  1235. package/components/Dropdown/Dropdown.md +11 -12
  1236. package/components/Dropdown/index/index.js +1 -1
  1237. package/components/Dropdown/index/index.js.map +1 -1
  1238. package/components/Dropdown/index/package.json +2 -2
  1239. package/components/Dropdown/package.json +1 -1
  1240. package/components/DropdownMenu/DropdownMenu/DropdownMenu.js +36 -18
  1241. package/components/DropdownMenu/DropdownMenu/DropdownMenu.js.map +1 -1
  1242. package/components/DropdownMenu/DropdownMenu/package.json +2 -2
  1243. package/components/DropdownMenu/DropdownMenu.d.ts +24 -5
  1244. package/components/DropdownMenu/DropdownMenu.md +154 -73
  1245. package/components/DropdownMenu/index/index.js +1 -1
  1246. package/components/DropdownMenu/index/index.js.map +1 -1
  1247. package/components/DropdownMenu/index/package.json +2 -2
  1248. package/components/DropdownMenu/package.json +1 -1
  1249. package/components/FxInput/FxInput/FxInput.js +61 -56
  1250. package/components/FxInput/FxInput/FxInput.js.map +1 -1
  1251. package/components/FxInput/FxInput/package.json +2 -2
  1252. package/components/FxInput/FxInput.d.ts +6 -2
  1253. package/components/FxInput/FxInput.md +16 -13
  1254. package/components/FxInput/index/index.js +1 -1
  1255. package/components/FxInput/index/index.js.map +1 -1
  1256. package/components/FxInput/index/package.json +2 -2
  1257. package/components/FxInput/package.json +1 -1
  1258. package/components/Gapped/Gapped/Gapped.js +52 -48
  1259. package/components/Gapped/Gapped/Gapped.js.map +1 -1
  1260. package/components/Gapped/Gapped/package.json +2 -2
  1261. package/components/Gapped/Gapped.d.ts +7 -4
  1262. package/components/Gapped/Gapped.md +43 -43
  1263. package/components/Gapped/index/index.js +1 -1
  1264. package/components/Gapped/index/index.js.map +1 -1
  1265. package/components/Gapped/index/package.json +2 -2
  1266. package/components/Gapped/package.json +1 -1
  1267. package/components/Group/Group/Group.js +27 -23
  1268. package/components/Group/Group/Group.js.map +1 -1
  1269. package/components/Group/Group/package.json +2 -2
  1270. package/components/Group/Group.d.ts +3 -1
  1271. package/components/Group/Group.md +18 -26
  1272. package/components/Group/Group.styles/Group.styles.js +10 -69
  1273. package/components/Group/Group.styles/Group.styles.js.map +1 -1
  1274. package/components/Group/Group.styles/package.json +2 -2
  1275. package/components/Group/Group.styles.d.ts +1 -1
  1276. package/components/Group/index/index.js +1 -1
  1277. package/components/Group/index/index.js.map +1 -1
  1278. package/components/Group/index/package.json +2 -2
  1279. package/components/Group/package.json +1 -1
  1280. package/components/Hint/Hint/Hint.js +74 -30
  1281. package/components/Hint/Hint/Hint.js.map +1 -1
  1282. package/components/Hint/Hint/package.json +2 -2
  1283. package/components/Hint/Hint.d.ts +48 -3
  1284. package/components/Hint/Hint.md +42 -3
  1285. package/components/Hint/Hint.styles/Hint.styles.js +11 -27
  1286. package/components/Hint/Hint.styles/Hint.styles.js.map +1 -1
  1287. package/components/Hint/Hint.styles/package.json +2 -2
  1288. package/components/Hint/Hint.styles.d.ts +5 -3
  1289. package/components/Hint/index/index.js +1 -1
  1290. package/components/Hint/index/index.js.map +1 -1
  1291. package/components/Hint/index/package.json +2 -2
  1292. package/components/Hint/package.json +1 -1
  1293. package/components/Input/Input/Input.js +189 -149
  1294. package/components/Input/Input/Input.js.map +1 -1
  1295. package/components/Input/Input/package.json +2 -2
  1296. package/components/Input/Input.d.ts +21 -5
  1297. package/components/Input/Input.md +13 -13
  1298. package/components/Input/Input.styles/Input.styles.js +77 -302
  1299. package/components/Input/Input.styles/Input.styles.js.map +1 -1
  1300. package/components/Input/Input.styles/package.json +2 -2
  1301. package/components/Input/Input.styles.d.ts +37 -23
  1302. package/components/Input/index/index.js +1 -1
  1303. package/components/Input/index/index.js.map +1 -1
  1304. package/components/Input/index/package.json +2 -2
  1305. package/components/Input/package.json +1 -1
  1306. package/components/Kebab/Kebab/Kebab.js +54 -68
  1307. package/components/Kebab/Kebab/Kebab.js.map +1 -1
  1308. package/components/Kebab/Kebab/package.json +2 -2
  1309. package/components/Kebab/Kebab.d.ts +13 -3
  1310. package/components/Kebab/Kebab.md +278 -45
  1311. package/components/Kebab/Kebab.styles/Kebab.styles.js +17 -93
  1312. package/components/Kebab/Kebab.styles/Kebab.styles.js.map +1 -1
  1313. package/components/Kebab/Kebab.styles/package.json +2 -2
  1314. package/components/Kebab/Kebab.styles.d.ts +7 -5
  1315. package/components/Kebab/__stories__/Kebab.items/Kebab.items.js.map +1 -1
  1316. package/components/Kebab/__stories__/Kebab.items/package.json +2 -2
  1317. package/components/Kebab/index/index.js +1 -1
  1318. package/components/Kebab/index/index.js.map +1 -1
  1319. package/components/Kebab/index/package.json +2 -2
  1320. package/components/Kebab/package.json +1 -1
  1321. package/components/Link/Link/Link.js +81 -84
  1322. package/components/Link/Link/Link.js.map +1 -1
  1323. package/components/Link/Link/package.json +2 -2
  1324. package/components/Link/Link.d.ts +35 -13
  1325. package/components/Link/Link.md +77 -11
  1326. package/components/Link/Link.mixins/Link.mixins.js +3 -3
  1327. package/components/Link/Link.mixins/Link.mixins.js.map +1 -1
  1328. package/components/Link/Link.mixins/package.json +2 -2
  1329. package/components/Link/Link.mixins.d.ts +1 -1
  1330. package/components/Link/Link.styles/Link.styles.js +20 -126
  1331. package/components/Link/Link.styles/Link.styles.js.map +1 -1
  1332. package/components/Link/Link.styles/package.json +2 -2
  1333. package/components/Link/Link.styles.d.ts +12 -10
  1334. package/components/Link/index/index.js +1 -1
  1335. package/components/Link/index/index.js.map +1 -1
  1336. package/components/Link/index/package.json +2 -2
  1337. package/components/Link/package.json +1 -1
  1338. package/components/Loader/Loader/Loader.js +239 -100
  1339. package/components/Loader/Loader/Loader.js.map +1 -1
  1340. package/components/Loader/Loader/package.json +2 -2
  1341. package/components/Loader/Loader.d.ts +39 -16
  1342. package/components/Loader/Loader.md +25 -25
  1343. package/components/Loader/Loader.styles/Loader.styles.js +10 -72
  1344. package/components/Loader/Loader.styles/Loader.styles.js.map +1 -1
  1345. package/components/Loader/Loader.styles/package.json +2 -2
  1346. package/components/Loader/Loader.styles.d.ts +4 -4
  1347. package/components/Loader/__stories__/LoaderAndButton/LoaderAndButton.js +47 -0
  1348. package/components/Loader/__stories__/LoaderAndButton/LoaderAndButton.js.map +1 -0
  1349. package/components/Loader/__stories__/LoaderAndButton/package.json +6 -0
  1350. package/components/Loader/index/index.js +1 -1
  1351. package/components/Loader/index/index.js.map +1 -1
  1352. package/components/Loader/index/package.json +2 -2
  1353. package/components/Loader/package.json +1 -1
  1354. package/components/MenuHeader/MenuHeader/MenuHeader.js +20 -12
  1355. package/components/MenuHeader/MenuHeader/MenuHeader.js.map +1 -1
  1356. package/components/MenuHeader/MenuHeader/package.json +2 -2
  1357. package/components/MenuHeader/MenuHeader.d.ts +9 -4
  1358. package/components/MenuHeader/MenuHeader.md +23 -0
  1359. package/components/MenuHeader/MenuHeader.styles/MenuHeader.styles.js +10 -27
  1360. package/components/MenuHeader/MenuHeader.styles/MenuHeader.styles.js.map +1 -1
  1361. package/components/MenuHeader/MenuHeader.styles/package.json +2 -2
  1362. package/components/MenuHeader/MenuHeader.styles.d.ts +4 -3
  1363. package/components/MenuHeader/index/index.js +1 -1
  1364. package/components/MenuHeader/index/index.js.map +1 -1
  1365. package/components/MenuHeader/index/package.json +2 -2
  1366. package/components/MenuHeader/package.json +1 -1
  1367. package/components/MenuItem/MenuItem/MenuItem.js +74 -70
  1368. package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
  1369. package/components/MenuItem/MenuItem/package.json +2 -2
  1370. package/components/MenuItem/MenuItem.d.ts +55 -11
  1371. package/components/MenuItem/MenuItem.md +109 -7
  1372. package/components/MenuItem/MenuItem.styles/MenuItem.styles.js +26 -118
  1373. package/components/MenuItem/MenuItem.styles/MenuItem.styles.js.map +1 -1
  1374. package/components/MenuItem/MenuItem.styles/package.json +2 -2
  1375. package/components/MenuItem/MenuItem.styles.d.ts +12 -10
  1376. package/components/MenuItem/index/index.js +1 -1
  1377. package/components/MenuItem/index/index.js.map +1 -1
  1378. package/components/MenuItem/index/package.json +2 -2
  1379. package/components/MenuItem/package.json +1 -1
  1380. package/components/MenuSeparator/MenuSeparator/MenuSeparator.js +12 -9
  1381. package/components/MenuSeparator/MenuSeparator/MenuSeparator.js.map +1 -1
  1382. package/components/MenuSeparator/MenuSeparator/package.json +2 -2
  1383. package/components/MenuSeparator/MenuSeparator.d.ts +6 -3
  1384. package/components/MenuSeparator/MenuSeparator.md +14 -0
  1385. package/components/MenuSeparator/MenuSeparator.styles/MenuSeparator.styles.js +5 -14
  1386. package/components/MenuSeparator/MenuSeparator.styles/MenuSeparator.styles.js.map +1 -1
  1387. package/components/MenuSeparator/MenuSeparator.styles/package.json +2 -2
  1388. package/components/MenuSeparator/MenuSeparator.styles.d.ts +3 -2
  1389. package/components/MenuSeparator/index/index.js +1 -1
  1390. package/components/MenuSeparator/index/index.js.map +1 -1
  1391. package/components/MenuSeparator/index/package.json +2 -2
  1392. package/components/MenuSeparator/package.json +1 -1
  1393. package/components/Modal/Modal/Modal.js +123 -97
  1394. package/components/Modal/Modal/Modal.js.map +1 -1
  1395. package/components/Modal/Modal/package.json +2 -2
  1396. package/components/Modal/Modal.d.ts +10 -4
  1397. package/components/Modal/Modal.md +38 -37
  1398. package/components/Modal/Modal.styles/Modal.styles.js +91 -233
  1399. package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
  1400. package/components/Modal/Modal.styles/package.json +2 -2
  1401. package/components/Modal/Modal.styles.d.ts +35 -18
  1402. package/components/Modal/ModalBody/ModalBody.js +55 -23
  1403. package/components/Modal/ModalBody/ModalBody.js.map +1 -1
  1404. package/components/Modal/ModalBody/package.json +2 -2
  1405. package/components/Modal/ModalBody.d.ts +13 -1
  1406. package/components/Modal/ModalClose/ModalClose.js +43 -12
  1407. package/components/Modal/ModalClose/ModalClose.js.map +1 -1
  1408. package/components/Modal/ModalClose/package.json +2 -2
  1409. package/components/Modal/ModalClose.d.ts +1 -2
  1410. package/components/Modal/ModalContext/ModalContext.js +2 -1
  1411. package/components/Modal/ModalContext/ModalContext.js.map +1 -1
  1412. package/components/Modal/ModalContext/package.json +2 -2
  1413. package/components/Modal/ModalContext.d.ts +5 -1
  1414. package/components/Modal/ModalFooter/ModalFooter.js +36 -42
  1415. package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
  1416. package/components/Modal/ModalFooter/package.json +2 -2
  1417. package/components/Modal/ModalFooter.d.ts +2 -1
  1418. package/components/Modal/ModalHeader/ModalHeader.js +45 -50
  1419. package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
  1420. package/components/Modal/ModalHeader/package.json +2 -2
  1421. package/components/Modal/ModalHeader.d.ts +3 -2
  1422. package/components/Modal/index/index.js +4 -4
  1423. package/components/Modal/index/index.js.map +1 -1
  1424. package/components/Modal/index/package.json +2 -2
  1425. package/components/Modal/package.json +1 -1
  1426. package/components/Paging/NavigationHelper/NavigationHelper.js.map +1 -1
  1427. package/components/Paging/NavigationHelper/package.json +2 -2
  1428. package/components/Paging/NavigationHelper.d.ts +1 -1
  1429. package/components/Paging/Paging/Paging.js +73 -73
  1430. package/components/Paging/Paging/Paging.js.map +1 -1
  1431. package/components/Paging/Paging/package.json +2 -2
  1432. package/components/Paging/Paging.d.ts +5 -3
  1433. package/components/Paging/Paging.md +43 -43
  1434. package/components/Paging/Paging.styles/Paging.styles.js +21 -150
  1435. package/components/Paging/Paging.styles/Paging.styles.js.map +1 -1
  1436. package/components/Paging/Paging.styles/package.json +2 -2
  1437. package/components/Paging/Paging.styles.d.ts +12 -11
  1438. package/components/Paging/PagingHelper/PagingHelper.js.map +1 -1
  1439. package/components/Paging/PagingHelper/package.json +2 -2
  1440. package/components/Paging/index/index.js +1 -1
  1441. package/components/Paging/index/index.js.map +1 -1
  1442. package/components/Paging/index/package.json +2 -2
  1443. package/components/Paging/locale/index/index.js +4 -4
  1444. package/components/Paging/locale/index/index.js.map +1 -1
  1445. package/components/Paging/locale/index/package.json +2 -2
  1446. package/components/Paging/locale/locales/en/en.js.map +1 -1
  1447. package/components/Paging/locale/locales/en/package.json +2 -2
  1448. package/components/Paging/locale/locales/ru/package.json +2 -2
  1449. package/components/Paging/locale/locales/ru/ru.js.map +1 -1
  1450. package/components/Paging/locale/package.json +1 -1
  1451. package/components/Paging/locale/types/package.json +2 -2
  1452. package/components/Paging/locale/types/types.js +1 -0
  1453. package/components/Paging/package.json +1 -1
  1454. package/components/PasswordInput/PasswordInput/PasswordInput.js +80 -53
  1455. package/components/PasswordInput/PasswordInput/PasswordInput.js.map +1 -1
  1456. package/components/PasswordInput/PasswordInput/package.json +2 -2
  1457. package/components/PasswordInput/PasswordInput.d.ts +9 -5
  1458. package/components/PasswordInput/PasswordInput.md +9 -9
  1459. package/components/PasswordInput/PasswordInput.styles/PasswordInput.styles.js +18 -48
  1460. package/components/PasswordInput/PasswordInput.styles/PasswordInput.styles.js.map +1 -1
  1461. package/components/PasswordInput/PasswordInput.styles/package.json +2 -2
  1462. package/components/PasswordInput/PasswordInput.styles.d.ts +6 -2
  1463. package/components/PasswordInput/index/index.js +1 -1
  1464. package/components/PasswordInput/index/index.js.map +1 -1
  1465. package/components/PasswordInput/index/package.json +2 -2
  1466. package/components/PasswordInput/package.json +1 -1
  1467. package/components/Radio/Radio/Radio.js +128 -95
  1468. package/components/Radio/Radio/Radio.js.map +1 -1
  1469. package/components/Radio/Radio/package.json +2 -2
  1470. package/components/Radio/Radio.d.ts +46 -25
  1471. package/components/Radio/Radio.md +38 -14
  1472. package/components/Radio/Radio.styles/Radio.styles.js +46 -141
  1473. package/components/Radio/Radio.styles/Radio.styles.js.map +1 -1
  1474. package/components/Radio/Radio.styles/package.json +2 -2
  1475. package/components/Radio/Radio.styles.d.ts +18 -11
  1476. package/components/Radio/index/index.js +1 -1
  1477. package/components/Radio/index/index.js.map +1 -1
  1478. package/components/Radio/index/package.json +2 -2
  1479. package/components/Radio/package.json +1 -1
  1480. package/components/RadioGroup/Prevent/Prevent.js +2 -4
  1481. package/components/RadioGroup/Prevent/Prevent.js.map +1 -1
  1482. package/components/RadioGroup/Prevent/package.json +2 -2
  1483. package/components/RadioGroup/RadioGroup/RadioGroup.js +103 -131
  1484. package/components/RadioGroup/RadioGroup/RadioGroup.js.map +1 -1
  1485. package/components/RadioGroup/RadioGroup/package.json +2 -2
  1486. package/components/RadioGroup/RadioGroup.d.ts +56 -78
  1487. package/components/RadioGroup/RadioGroup.md +43 -43
  1488. package/components/RadioGroup/RadioGroup.styles/RadioGroup.styles.js +9 -48
  1489. package/components/RadioGroup/RadioGroup.styles/RadioGroup.styles.js.map +1 -1
  1490. package/components/RadioGroup/RadioGroup.styles/package.json +2 -2
  1491. package/components/RadioGroup/RadioGroup.styles.d.ts +3 -2
  1492. package/components/RadioGroup/RadioGroupContext/RadioGroupContext.js +12 -0
  1493. package/components/RadioGroup/RadioGroupContext/RadioGroupContext.js.map +1 -0
  1494. package/components/RadioGroup/RadioGroupContext/package.json +6 -0
  1495. package/components/RadioGroup/RadioGroupContext.d.ts +10 -0
  1496. package/components/RadioGroup/index/index.js +1 -1
  1497. package/components/RadioGroup/index/index.js.map +1 -1
  1498. package/components/RadioGroup/index/package.json +2 -2
  1499. package/components/RadioGroup/package.json +1 -1
  1500. package/components/ResponsiveLayout/ResponsiveLayout/ResponsiveLayout.js +19 -0
  1501. package/components/ResponsiveLayout/ResponsiveLayout/ResponsiveLayout.js.map +1 -0
  1502. package/components/ResponsiveLayout/ResponsiveLayout/package.json +6 -0
  1503. package/components/ResponsiveLayout/ResponsiveLayout.d.ts +11 -0
  1504. package/components/ResponsiveLayout/ResponsiveLayout.md +43 -0
  1505. package/components/ResponsiveLayout/ResponsiveLayoutEvents/ResponsiveLayoutEvents.js +83 -0
  1506. package/components/ResponsiveLayout/ResponsiveLayoutEvents/ResponsiveLayoutEvents.js.map +1 -0
  1507. package/components/ResponsiveLayout/ResponsiveLayoutEvents/package.json +6 -0
  1508. package/components/ResponsiveLayout/ResponsiveLayoutEvents.d.ts +11 -0
  1509. package/components/ResponsiveLayout/decorator/decorator.js +61 -0
  1510. package/components/ResponsiveLayout/decorator/decorator.js.map +1 -0
  1511. package/components/ResponsiveLayout/decorator/package.json +6 -0
  1512. package/components/ResponsiveLayout/decorator.d.ts +33 -0
  1513. package/components/ResponsiveLayout/index/index.js +3 -0
  1514. package/components/ResponsiveLayout/index/index.js.map +1 -0
  1515. package/components/ResponsiveLayout/index/package.json +6 -0
  1516. package/components/ResponsiveLayout/index.d.ts +3 -0
  1517. package/components/ResponsiveLayout/package.json +6 -0
  1518. package/components/ResponsiveLayout/types/package.json +6 -0
  1519. package/components/ResponsiveLayout/types/types.js +1 -0
  1520. package/{cjs/components/Logotype/locale → components/ResponsiveLayout/types}/types.js.map +0 -0
  1521. package/components/ResponsiveLayout/types.d.ts +3 -0
  1522. package/components/ResponsiveLayout/useResponsiveLayout/package.json +6 -0
  1523. package/components/ResponsiveLayout/useResponsiveLayout/useResponsiveLayout.js +55 -0
  1524. package/components/ResponsiveLayout/useResponsiveLayout/useResponsiveLayout.js.map +1 -0
  1525. package/components/ResponsiveLayout/useResponsiveLayout.d.ts +2 -0
  1526. package/components/ScrollContainer/ScrollBar/ScrollBar.js +251 -0
  1527. package/components/ScrollContainer/ScrollBar/ScrollBar.js.map +1 -0
  1528. package/components/ScrollContainer/ScrollBar/package.json +6 -0
  1529. package/components/ScrollContainer/ScrollBar.d.ts +37 -0
  1530. package/components/ScrollContainer/ScrollContainer/ScrollContainer.js +150 -244
  1531. package/components/ScrollContainer/ScrollContainer/ScrollContainer.js.map +1 -1
  1532. package/components/ScrollContainer/ScrollContainer/package.json +2 -2
  1533. package/components/ScrollContainer/ScrollContainer.constants/ScrollContainer.constants.js +31 -0
  1534. package/components/ScrollContainer/ScrollContainer.constants/ScrollContainer.constants.js.map +1 -0
  1535. package/components/ScrollContainer/ScrollContainer.constants/package.json +6 -0
  1536. package/components/ScrollContainer/ScrollContainer.constants.d.ts +23 -0
  1537. package/components/ScrollContainer/ScrollContainer.d.ts +47 -25
  1538. package/components/ScrollContainer/ScrollContainer.helpers/ScrollContainer.helpers.js +55 -0
  1539. package/components/ScrollContainer/ScrollContainer.helpers/ScrollContainer.helpers.js.map +1 -0
  1540. package/components/ScrollContainer/ScrollContainer.helpers/package.json +6 -0
  1541. package/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -0
  1542. package/components/ScrollContainer/ScrollContainer.md +143 -60
  1543. package/components/ScrollContainer/ScrollContainer.styles/ScrollContainer.styles.js +27 -62
  1544. package/components/ScrollContainer/ScrollContainer.styles/ScrollContainer.styles.js.map +1 -1
  1545. package/components/ScrollContainer/ScrollContainer.styles/package.json +2 -2
  1546. package/components/ScrollContainer/ScrollContainer.styles.d.ts +13 -4
  1547. package/components/ScrollContainer/index/index.js +1 -1
  1548. package/components/ScrollContainer/index/index.js.map +1 -1
  1549. package/components/ScrollContainer/index/package.json +2 -2
  1550. package/components/ScrollContainer/package.json +1 -1
  1551. package/components/Select/Item/Item.js +3 -5
  1552. package/components/Select/Item/Item.js.map +1 -1
  1553. package/components/Select/Item/package.json +2 -2
  1554. package/components/Select/Select/Select.js +259 -149
  1555. package/components/Select/Select/Select.js.map +1 -1
  1556. package/components/Select/Select/package.json +2 -2
  1557. package/components/Select/Select.d.ts +22 -8
  1558. package/components/Select/Select.md +67 -23
  1559. package/components/Select/Select.styles/Select.styles.js +35 -119
  1560. package/components/Select/Select.styles/Select.styles.js.map +1 -1
  1561. package/components/Select/Select.styles/package.json +2 -2
  1562. package/components/Select/Select.styles.d.ts +13 -7
  1563. package/components/Select/index/index.js +1 -1
  1564. package/components/Select/index/index.js.map +1 -1
  1565. package/components/Select/index/package.json +2 -2
  1566. package/components/Select/locale/index/index.js +4 -4
  1567. package/components/Select/locale/index/index.js.map +1 -1
  1568. package/components/Select/locale/index/package.json +2 -2
  1569. package/components/Select/locale/locales/en/en.js +1 -1
  1570. package/components/Select/locale/locales/en/en.js.map +1 -1
  1571. package/components/Select/locale/locales/en/package.json +2 -2
  1572. package/components/Select/locale/locales/ru/package.json +2 -2
  1573. package/components/Select/locale/locales/ru/ru.js +1 -1
  1574. package/components/Select/locale/locales/ru/ru.js.map +1 -1
  1575. package/components/Select/locale/package.json +1 -1
  1576. package/components/Select/locale/types/package.json +2 -2
  1577. package/components/Select/locale/types/types.js +1 -0
  1578. package/components/Select/package.json +1 -1
  1579. package/components/Select/selectTheme/package.json +6 -0
  1580. package/components/Select/selectTheme/selectTheme.js +29 -0
  1581. package/components/Select/selectTheme/selectTheme.js.map +1 -0
  1582. package/components/Select/selectTheme.d.ts +3 -0
  1583. package/components/SidePage/SidePage/SidePage.js +155 -101
  1584. package/components/SidePage/SidePage/SidePage.js.map +1 -1
  1585. package/components/SidePage/SidePage/package.json +2 -2
  1586. package/components/SidePage/SidePage.d.ts +23 -2
  1587. package/components/SidePage/SidePage.md +48 -48
  1588. package/components/SidePage/SidePage.styles/SidePage.styles.js +99 -301
  1589. package/components/SidePage/SidePage.styles/SidePage.styles.js.map +1 -1
  1590. package/components/SidePage/SidePage.styles/package.json +2 -2
  1591. package/components/SidePage/SidePage.styles.d.ts +37 -18
  1592. package/components/SidePage/SidePageBody/SidePageBody.js +30 -17
  1593. package/components/SidePage/SidePageBody/SidePageBody.js.map +1 -1
  1594. package/components/SidePage/SidePageBody/package.json +2 -2
  1595. package/components/SidePage/SidePageBody.d.ts +4 -1
  1596. package/components/SidePage/SidePageContainer/SidePageContainer.js +42 -15
  1597. package/components/SidePage/SidePageContainer/SidePageContainer.js.map +1 -1
  1598. package/components/SidePage/SidePageContainer/package.json +2 -2
  1599. package/components/SidePage/SidePageContainer.d.ts +7 -1
  1600. package/components/SidePage/SidePageContext/SidePageContext.js +3 -2
  1601. package/components/SidePage/SidePageContext/SidePageContext.js.map +1 -1
  1602. package/components/SidePage/SidePageContext/package.json +2 -2
  1603. package/components/SidePage/SidePageContext.d.ts +6 -0
  1604. package/components/SidePage/SidePageFooter/SidePageFooter.js +64 -35
  1605. package/components/SidePage/SidePageFooter/SidePageFooter.js.map +1 -1
  1606. package/components/SidePage/SidePageFooter/package.json +2 -2
  1607. package/components/SidePage/SidePageFooter.d.ts +7 -3
  1608. package/components/SidePage/SidePageHeader/SidePageHeader.js +105 -55
  1609. package/components/SidePage/SidePageHeader/SidePageHeader.js.map +1 -1
  1610. package/components/SidePage/SidePageHeader/package.json +2 -2
  1611. package/components/SidePage/SidePageHeader.d.ts +14 -5
  1612. package/components/SidePage/index/index.js +5 -5
  1613. package/components/SidePage/index/index.js.map +1 -1
  1614. package/components/SidePage/index/package.json +2 -2
  1615. package/components/SidePage/package.json +1 -1
  1616. package/components/Spinner/Spinner/Spinner.js +51 -61
  1617. package/components/Spinner/Spinner/Spinner.js.map +1 -1
  1618. package/components/Spinner/Spinner/package.json +2 -2
  1619. package/components/Spinner/Spinner.d.ts +6 -15
  1620. package/components/Spinner/Spinner.md +34 -34
  1621. package/components/Spinner/Spinner.styles/Spinner.styles.js +20 -108
  1622. package/components/Spinner/Spinner.styles/Spinner.styles.js.map +1 -1
  1623. package/components/Spinner/Spinner.styles/package.json +2 -2
  1624. package/components/Spinner/Spinner.styles.d.ts +9 -8
  1625. package/components/Spinner/SpinnerFallbackAnimation/SpinnerFallbackAnimation.js +159 -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 +1 -1
  1630. package/components/Spinner/index/index.js.map +1 -1
  1631. package/components/Spinner/index/package.json +2 -2
  1632. package/components/Spinner/locale/index/index.js +4 -4
  1633. package/components/Spinner/locale/index/index.js.map +1 -1
  1634. package/components/Spinner/locale/index/package.json +2 -2
  1635. package/components/Spinner/locale/locales/en/en.js.map +1 -1
  1636. package/components/Spinner/locale/locales/en/package.json +2 -2
  1637. package/components/Spinner/locale/locales/ru/package.json +2 -2
  1638. package/components/Spinner/locale/locales/ru/ru.js.map +1 -1
  1639. package/components/Spinner/locale/package.json +1 -1
  1640. package/components/Spinner/locale/types/package.json +2 -2
  1641. package/components/Spinner/locale/types/types.js +1 -0
  1642. package/components/Spinner/package.json +1 -1
  1643. package/components/Sticky/Sticky/Sticky.js +35 -33
  1644. package/components/Sticky/Sticky/Sticky.js.map +1 -1
  1645. package/components/Sticky/Sticky/package.json +2 -2
  1646. package/components/Sticky/Sticky.d.ts +3 -1
  1647. package/components/Sticky/Sticky.md +27 -27
  1648. package/components/Sticky/Sticky.styles/Sticky.styles.js +11 -47
  1649. package/components/Sticky/Sticky.styles/Sticky.styles.js.map +1 -1
  1650. package/components/Sticky/Sticky.styles/package.json +2 -2
  1651. package/components/Sticky/Sticky.styles.d.ts +2 -1
  1652. package/components/Sticky/index/index.js +1 -1
  1653. package/components/Sticky/index/index.js.map +1 -1
  1654. package/components/Sticky/index/package.json +2 -2
  1655. package/components/Sticky/package.json +1 -1
  1656. package/components/Switcher/Switcher/Switcher.js +53 -29
  1657. package/components/Switcher/Switcher/Switcher.js.map +1 -1
  1658. package/components/Switcher/Switcher/package.json +2 -2
  1659. package/components/Switcher/Switcher.d.ts +8 -3
  1660. package/components/Switcher/Switcher.md +10 -10
  1661. package/components/Switcher/Switcher.styles/Switcher.styles.js +21 -48
  1662. package/components/Switcher/Switcher.styles/Switcher.styles.js.map +1 -1
  1663. package/components/Switcher/Switcher.styles/package.json +2 -2
  1664. package/components/Switcher/Switcher.styles.d.ts +8 -3
  1665. package/components/Switcher/index/index.js +1 -1
  1666. package/components/Switcher/index/index.js.map +1 -1
  1667. package/components/Switcher/index/package.json +2 -2
  1668. package/components/Switcher/package.json +1 -1
  1669. package/components/Switcher/switcherTheme/package.json +6 -0
  1670. package/components/Switcher/switcherTheme/switcherTheme.js +23 -0
  1671. package/components/Switcher/switcherTheme/switcherTheme.js.map +1 -0
  1672. package/components/Switcher/switcherTheme.d.ts +2 -0
  1673. package/components/Tabs/Indicator/Indicator.js +29 -33
  1674. package/components/Tabs/Indicator/Indicator.js.map +1 -1
  1675. package/components/Tabs/Indicator/package.json +2 -2
  1676. package/components/Tabs/Indicator.d.ts +2 -2
  1677. package/components/Tabs/Indicator.styles/Indicator.styles.js +9 -58
  1678. package/components/Tabs/Indicator.styles/Indicator.styles.js.map +1 -1
  1679. package/components/Tabs/Indicator.styles/package.json +2 -2
  1680. package/components/Tabs/Indicator.styles.d.ts +7 -6
  1681. package/components/Tabs/Tab/Tab.js +54 -74
  1682. package/components/Tabs/Tab/Tab.js.map +1 -1
  1683. package/components/Tabs/Tab/package.json +2 -2
  1684. package/components/Tabs/Tab.d.ts +10 -13
  1685. package/components/Tabs/Tab.styles/Tab.styles.js +51 -106
  1686. package/components/Tabs/Tab.styles/Tab.styles.js.map +1 -1
  1687. package/components/Tabs/Tab.styles/package.json +2 -2
  1688. package/components/Tabs/Tab.styles.d.ts +26 -10
  1689. package/components/Tabs/Tabs/Tabs.js +53 -50
  1690. package/components/Tabs/Tabs/Tabs.js.map +1 -1
  1691. package/components/Tabs/Tabs/package.json +2 -2
  1692. package/components/Tabs/Tabs.d.ts +7 -5
  1693. package/components/Tabs/Tabs.md +36 -28
  1694. package/components/Tabs/Tabs.styles/Tabs.styles.js +7 -26
  1695. package/components/Tabs/Tabs.styles/Tabs.styles.js.map +1 -1
  1696. package/components/Tabs/Tabs.styles/package.json +2 -2
  1697. package/components/Tabs/Tabs.styles.d.ts +3 -2
  1698. package/components/Tabs/TabsContext/TabsContext.js +3 -2
  1699. package/components/Tabs/TabsContext/TabsContext.js.map +1 -1
  1700. package/components/Tabs/TabsContext/package.json +2 -2
  1701. package/components/Tabs/TabsContext.d.ts +8 -8
  1702. package/components/Tabs/index/index.js +2 -2
  1703. package/components/Tabs/index/index.js.map +1 -1
  1704. package/components/Tabs/index/package.json +2 -2
  1705. package/components/Tabs/package.json +1 -1
  1706. package/components/Textarea/Textarea/Textarea.js +233 -118
  1707. package/components/Textarea/Textarea/Textarea.js.map +1 -1
  1708. package/components/Textarea/Textarea/package.json +2 -2
  1709. package/components/Textarea/Textarea.d.ts +56 -7
  1710. package/components/Textarea/Textarea.md +25 -9
  1711. package/components/Textarea/Textarea.styles/Textarea.styles.js +28 -69
  1712. package/components/Textarea/Textarea.styles/Textarea.styles.js.map +1 -1
  1713. package/components/Textarea/Textarea.styles/package.json +2 -2
  1714. package/components/Textarea/Textarea.styles.d.ts +12 -5
  1715. package/components/Textarea/TextareaCounter/TextareaCounter.js +69 -0
  1716. package/components/Textarea/TextareaCounter/TextareaCounter.js.map +1 -0
  1717. package/components/Textarea/TextareaCounter/package.json +6 -0
  1718. package/components/Textarea/TextareaCounter.d.ts +13 -0
  1719. package/components/Textarea/TextareaHelpers/TextareaHelpers.js +12 -5
  1720. package/components/Textarea/TextareaHelpers/TextareaHelpers.js.map +1 -1
  1721. package/components/Textarea/TextareaHelpers/package.json +2 -2
  1722. package/components/Textarea/TextareaHelpers.d.ts +8 -1
  1723. package/components/Textarea/index/index.js +1 -1
  1724. package/components/Textarea/index/index.js.map +1 -1
  1725. package/components/Textarea/index/package.json +2 -2
  1726. package/components/Textarea/package.json +1 -1
  1727. package/components/Toast/Toast/Toast.js +57 -40
  1728. package/components/Toast/Toast/Toast.js.map +1 -1
  1729. package/components/Toast/Toast/package.json +2 -2
  1730. package/components/Toast/Toast.d.ts +16 -10
  1731. package/components/Toast/Toast.md +41 -41
  1732. package/components/Toast/Toast.styles/Toast.styles.js +8 -47
  1733. package/components/Toast/Toast.styles/Toast.styles.js.map +1 -1
  1734. package/components/Toast/Toast.styles/package.json +2 -2
  1735. package/components/Toast/Toast.styles.d.ts +1 -1
  1736. package/components/Toast/ToastStatic/ToastStatic.js +2 -3
  1737. package/components/Toast/ToastStatic/ToastStatic.js.map +1 -1
  1738. package/components/Toast/ToastStatic/package.json +2 -2
  1739. package/components/Toast/ToastView/ToastView.js +50 -45
  1740. package/components/Toast/ToastView/ToastView.js.map +1 -1
  1741. package/components/Toast/ToastView/package.json +2 -2
  1742. package/components/Toast/ToastView.d.ts +3 -1
  1743. package/components/Toast/ToastView.styles/ToastView.styles.js +30 -57
  1744. package/components/Toast/ToastView.styles/ToastView.styles.js.map +1 -1
  1745. package/components/Toast/ToastView.styles/package.json +2 -2
  1746. package/components/Toast/ToastView.styles.d.ts +6 -5
  1747. package/components/Toast/index/index.js +1 -1
  1748. package/components/Toast/index/index.js.map +1 -1
  1749. package/components/Toast/index/package.json +2 -2
  1750. package/components/Toast/package.json +1 -1
  1751. package/components/Toggle/Toggle/Toggle.js +74 -41
  1752. package/components/Toggle/Toggle/Toggle.js.map +1 -1
  1753. package/components/Toggle/Toggle/package.json +2 -2
  1754. package/components/Toggle/Toggle.d.ts +57 -1
  1755. package/components/Toggle/Toggle.md +94 -9
  1756. package/components/Toggle/Toggle.styles/Toggle.styles.js +61 -118
  1757. package/components/Toggle/Toggle.styles/Toggle.styles.js.map +1 -1
  1758. package/components/Toggle/Toggle.styles/package.json +2 -2
  1759. package/components/Toggle/Toggle.styles.d.ts +28 -10
  1760. package/components/Toggle/index/index.js +1 -1
  1761. package/components/Toggle/index/index.js.map +1 -1
  1762. package/components/Toggle/index/package.json +2 -2
  1763. package/components/Toggle/package.json +1 -1
  1764. package/components/Token/Token/Token.js +32 -25
  1765. package/components/Token/Token/Token.js.map +1 -1
  1766. package/components/Token/Token/package.json +2 -2
  1767. package/components/Token/Token.d.ts +12 -3
  1768. package/components/Token/Token.md +112 -112
  1769. package/components/Token/Token.styles/Token.styles.js +37 -133
  1770. package/components/Token/Token.styles/Token.styles.js.map +1 -1
  1771. package/components/Token/Token.styles/package.json +2 -2
  1772. package/components/Token/Token.styles.d.ts +27 -23
  1773. package/components/Token/index/index.js +1 -1
  1774. package/components/Token/index/index.js.map +1 -1
  1775. package/components/Token/index/package.json +2 -2
  1776. package/components/Token/package.json +1 -1
  1777. package/components/TokenInput/TextWidthHelper/TextWidthHelper.js +20 -14
  1778. package/components/TokenInput/TextWidthHelper/TextWidthHelper.js.map +1 -1
  1779. package/components/TokenInput/TextWidthHelper/package.json +2 -2
  1780. package/components/TokenInput/TextWidthHelper.d.ts +8 -0
  1781. package/components/TokenInput/TokenInput/TokenInput.js +505 -166
  1782. package/components/TokenInput/TokenInput/TokenInput.js.map +1 -1
  1783. package/components/TokenInput/TokenInput/package.json +2 -2
  1784. package/components/TokenInput/TokenInput.d.ts +77 -6
  1785. package/components/TokenInput/TokenInput.md +79 -83
  1786. package/components/TokenInput/TokenInput.styles/TokenInput.styles.js +34 -80
  1787. package/components/TokenInput/TokenInput.styles/TokenInput.styles.js.map +1 -1
  1788. package/components/TokenInput/TokenInput.styles/package.json +2 -2
  1789. package/components/TokenInput/TokenInput.styles.d.ts +14 -8
  1790. package/components/TokenInput/TokenInputMenu/TokenInputMenu.js +38 -12
  1791. package/components/TokenInput/TokenInputMenu/TokenInputMenu.js.map +1 -1
  1792. package/components/TokenInput/TokenInputMenu/package.json +2 -2
  1793. package/components/TokenInput/TokenInputMenu.d.ts +7 -1
  1794. package/components/TokenInput/TokenInputReducer/TokenInputReducer.js +42 -2
  1795. package/components/TokenInput/TokenInputReducer/TokenInputReducer.js.map +1 -1
  1796. package/components/TokenInput/TokenInputReducer/package.json +2 -2
  1797. package/components/TokenInput/TokenInputReducer.d.ts +5 -0
  1798. package/components/TokenInput/index/index.js +1 -1
  1799. package/components/TokenInput/index/index.js.map +1 -1
  1800. package/components/TokenInput/index/package.json +2 -2
  1801. package/components/TokenInput/locale/index/index.js +4 -4
  1802. package/components/TokenInput/locale/index/index.js.map +1 -1
  1803. package/components/TokenInput/locale/index/package.json +2 -2
  1804. package/components/TokenInput/locale/locales/en/en.js +1 -1
  1805. package/components/TokenInput/locale/locales/en/en.js.map +1 -1
  1806. package/components/TokenInput/locale/locales/en/package.json +2 -2
  1807. package/components/TokenInput/locale/locales/ru/package.json +2 -2
  1808. package/components/TokenInput/locale/locales/ru/ru.js +1 -1
  1809. package/components/TokenInput/locale/locales/ru/ru.js.map +1 -1
  1810. package/components/TokenInput/locale/package.json +1 -1
  1811. package/components/TokenInput/locale/types/package.json +2 -2
  1812. package/components/TokenInput/locale/types/types.js +1 -0
  1813. package/components/TokenInput/package.json +1 -1
  1814. package/components/Tooltip/Tooltip/Tooltip.js +116 -41
  1815. package/components/Tooltip/Tooltip/Tooltip.js.map +1 -1
  1816. package/components/Tooltip/Tooltip/package.json +2 -2
  1817. package/components/Tooltip/Tooltip.d.ts +32 -7
  1818. package/components/Tooltip/Tooltip.md +293 -212
  1819. package/components/Tooltip/Tooltip.styles/Tooltip.styles.js +7 -26
  1820. package/components/Tooltip/Tooltip.styles/Tooltip.styles.js.map +1 -1
  1821. package/components/Tooltip/Tooltip.styles/package.json +2 -2
  1822. package/components/Tooltip/Tooltip.styles.d.ts +4 -3
  1823. package/components/Tooltip/index/index.js +1 -1
  1824. package/components/Tooltip/index/index.js.map +1 -1
  1825. package/components/Tooltip/index/package.json +2 -2
  1826. package/components/Tooltip/package.json +1 -1
  1827. package/components/TooltipMenu/TooltipMenu/TooltipMenu.js +44 -23
  1828. package/components/TooltipMenu/TooltipMenu/TooltipMenu.js.map +1 -1
  1829. package/components/TooltipMenu/TooltipMenu/package.json +2 -2
  1830. package/components/TooltipMenu/TooltipMenu.d.ts +31 -10
  1831. package/components/TooltipMenu/TooltipMenu.md +183 -115
  1832. package/components/TooltipMenu/index/index.js +1 -1
  1833. package/components/TooltipMenu/index/index.js.map +1 -1
  1834. package/components/TooltipMenu/index/package.json +2 -2
  1835. package/components/TooltipMenu/package.json +1 -1
  1836. package/index.d.ts +4 -7
  1837. package/index.js +4 -7
  1838. package/index.js.map +1 -1
  1839. package/internal/BGRuler/BGRuler.js +14 -16
  1840. package/internal/BGRuler/BGRuler.js.map +1 -1
  1841. package/internal/BGRuler/package.json +2 -2
  1842. package/internal/Calendar/Calendar/Calendar.js +97 -64
  1843. package/internal/Calendar/Calendar/Calendar.js.map +1 -1
  1844. package/internal/Calendar/Calendar/package.json +2 -2
  1845. package/internal/Calendar/Calendar.d.ts +6 -0
  1846. package/internal/Calendar/Calendar.styles/Calendar.styles.js +7 -25
  1847. package/internal/Calendar/Calendar.styles/Calendar.styles.js.map +1 -1
  1848. package/internal/Calendar/Calendar.styles/package.json +2 -2
  1849. package/internal/Calendar/Calendar.styles.d.ts +3 -2
  1850. package/internal/Calendar/CalendarDateShape/CalendarDateShape.js.map +1 -1
  1851. package/internal/Calendar/CalendarDateShape/package.json +2 -2
  1852. package/internal/Calendar/CalendarDateShape.d.ts +1 -1
  1853. package/internal/Calendar/CalendarScrollEvents/CalendarScrollEvents.js.map +1 -1
  1854. package/internal/Calendar/CalendarScrollEvents/package.json +2 -2
  1855. package/internal/Calendar/CalendarUtils/CalendarUtils.js +14 -14
  1856. package/internal/Calendar/CalendarUtils/CalendarUtils.js.map +1 -1
  1857. package/internal/Calendar/CalendarUtils/package.json +2 -2
  1858. package/internal/Calendar/CalendarUtils.d.ts +5 -4
  1859. package/internal/Calendar/DayCellView/DayCellView.js +7 -16
  1860. package/internal/Calendar/DayCellView/DayCellView.js.map +1 -1
  1861. package/internal/Calendar/DayCellView/package.json +2 -2
  1862. package/internal/Calendar/DayCellView.d.ts +0 -1
  1863. package/internal/Calendar/DayCellView.styles/DayCellView.styles.js +9 -48
  1864. package/internal/Calendar/DayCellView.styles/DayCellView.styles.js.map +1 -1
  1865. package/internal/Calendar/DayCellView.styles/package.json +2 -2
  1866. package/internal/Calendar/DayCellView.styles.d.ts +6 -5
  1867. package/internal/Calendar/DayCellViewModel/DayCellViewModel.js +1 -7
  1868. package/internal/Calendar/DayCellViewModel/DayCellViewModel.js.map +1 -1
  1869. package/internal/Calendar/DayCellViewModel/package.json +2 -2
  1870. package/internal/Calendar/Month/Month.js +42 -24
  1871. package/internal/Calendar/Month/Month.js.map +1 -1
  1872. package/internal/Calendar/Month/package.json +2 -2
  1873. package/internal/Calendar/Month.d.ts +2 -0
  1874. package/internal/Calendar/MonthView/MonthView.js +28 -25
  1875. package/internal/Calendar/MonthView/MonthView.js.map +1 -1
  1876. package/internal/Calendar/MonthView/package.json +2 -2
  1877. package/internal/Calendar/MonthView.styles/MonthView.styles.js +19 -61
  1878. package/internal/Calendar/MonthView.styles/MonthView.styles.js.map +1 -1
  1879. package/internal/Calendar/MonthView.styles/package.json +2 -2
  1880. package/internal/Calendar/MonthView.styles.d.ts +9 -6
  1881. package/internal/Calendar/MonthViewModel/MonthViewModel.js +43 -40
  1882. package/internal/Calendar/MonthViewModel/MonthViewModel.js.map +1 -1
  1883. package/internal/Calendar/MonthViewModel/package.json +2 -2
  1884. package/internal/Calendar/MonthViewModel.d.ts +2 -1
  1885. package/internal/Calendar/config/config.js +15 -27
  1886. package/internal/Calendar/config/config.js.map +1 -1
  1887. package/internal/Calendar/config/package.json +2 -2
  1888. package/internal/Calendar/config.d.ts +3 -18
  1889. package/internal/Calendar/index/index.js +2 -2
  1890. package/internal/Calendar/index/index.js.map +1 -1
  1891. package/internal/Calendar/index/package.json +2 -2
  1892. package/internal/Calendar/package.json +1 -1
  1893. package/internal/CommonWrapper/CommonWrapper/CommonWrapper.js +92 -0
  1894. package/internal/CommonWrapper/CommonWrapper/CommonWrapper.js.map +1 -0
  1895. package/internal/CommonWrapper/CommonWrapper/package.json +6 -0
  1896. package/internal/CommonWrapper/CommonWrapper.d.ts +31 -0
  1897. package/internal/CommonWrapper/index/index.js +1 -0
  1898. package/internal/CommonWrapper/index/index.js.map +1 -0
  1899. package/internal/CommonWrapper/index/package.json +6 -0
  1900. package/internal/CommonWrapper/index.d.ts +1 -0
  1901. package/internal/CommonWrapper/package.json +6 -0
  1902. package/internal/ComponentCombinator/ComponentCombinator.js +10 -9
  1903. package/internal/ComponentCombinator/ComponentCombinator.js.map +1 -1
  1904. package/internal/ComponentCombinator/package.json +2 -2
  1905. package/internal/ComponentTable/ComponentTable.js +15 -17
  1906. package/internal/ComponentTable/ComponentTable.js.map +1 -1
  1907. package/internal/ComponentTable/package.json +2 -2
  1908. package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js +72 -41
  1909. package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js.map +1 -1
  1910. package/internal/CustomComboBox/ComboBoxMenu/package.json +2 -2
  1911. package/internal/CustomComboBox/ComboBoxMenu.d.ts +1 -0
  1912. package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js +195 -118
  1913. package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js.map +1 -1
  1914. package/internal/CustomComboBox/ComboBoxView/package.json +2 -2
  1915. package/internal/CustomComboBox/ComboBoxView.d.ts +29 -4
  1916. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +53 -43
  1917. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
  1918. package/internal/CustomComboBox/CustomComboBox/package.json +2 -2
  1919. package/internal/CustomComboBox/CustomComboBox.d.ts +15 -3
  1920. package/internal/CustomComboBox/CustomComboBox.styles/CustomComboBox.styles.js +8 -37
  1921. package/internal/CustomComboBox/CustomComboBox.styles/CustomComboBox.styles.js.map +1 -1
  1922. package/internal/CustomComboBox/CustomComboBox.styles/package.json +2 -2
  1923. package/internal/CustomComboBox/CustomComboBox.styles.d.ts +2 -2
  1924. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js +10 -10
  1925. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js.map +1 -1
  1926. package/internal/CustomComboBox/CustomComboBoxReducer/package.json +2 -2
  1927. package/internal/CustomComboBox/CustomComboBoxTypes/CustomComboBoxTypes.js.map +1 -1
  1928. package/internal/CustomComboBox/CustomComboBoxTypes/package.json +2 -2
  1929. package/internal/CustomComboBox/index/index.js +2 -2
  1930. package/internal/CustomComboBox/index/index.js.map +1 -1
  1931. package/internal/CustomComboBox/index/package.json +2 -2
  1932. package/internal/CustomComboBox/locale/index/index.js +4 -4
  1933. package/internal/CustomComboBox/locale/index/index.js.map +1 -1
  1934. package/internal/CustomComboBox/locale/index/package.json +2 -2
  1935. package/internal/CustomComboBox/locale/locales/en/en.js.map +1 -1
  1936. package/internal/CustomComboBox/locale/locales/en/package.json +2 -2
  1937. package/internal/CustomComboBox/locale/locales/ru/package.json +2 -2
  1938. package/internal/CustomComboBox/locale/locales/ru/ru.js.map +1 -1
  1939. package/internal/CustomComboBox/locale/package.json +1 -1
  1940. package/internal/CustomComboBox/locale/types/package.json +2 -2
  1941. package/internal/CustomComboBox/locale/types/types.js +1 -0
  1942. package/internal/CustomComboBox/package.json +1 -1
  1943. package/internal/DateSelect/DateSelect/DateSelect.js +79 -48
  1944. package/internal/DateSelect/DateSelect/DateSelect.js.map +1 -1
  1945. package/internal/DateSelect/DateSelect/package.json +2 -2
  1946. package/internal/DateSelect/DateSelect.d.ts +5 -2
  1947. package/internal/DateSelect/DateSelect.styles/DateSelect.styles.js +22 -181
  1948. package/internal/DateSelect/DateSelect.styles/DateSelect.styles.js.map +1 -1
  1949. package/internal/DateSelect/DateSelect.styles/package.json +2 -2
  1950. package/internal/DateSelect/DateSelect.styles.d.ts +12 -11
  1951. package/internal/DateSelect/index/index.js +1 -1
  1952. package/internal/DateSelect/index/index.js.map +1 -1
  1953. package/internal/DateSelect/index/package.json +2 -2
  1954. package/internal/DateSelect/package.json +1 -1
  1955. package/internal/DropdownContainer/DropdownContainer/DropdownContainer.js +16 -24
  1956. package/internal/DropdownContainer/DropdownContainer/DropdownContainer.js.map +1 -1
  1957. package/internal/DropdownContainer/DropdownContainer/package.json +2 -2
  1958. package/internal/DropdownContainer/DropdownContainer.d.ts +4 -7
  1959. package/internal/DropdownContainer/index/index.js +1 -1
  1960. package/internal/DropdownContainer/index/index.js.map +1 -1
  1961. package/internal/DropdownContainer/index/package.json +2 -2
  1962. package/internal/DropdownContainer/package.json +1 -1
  1963. package/internal/FocusTrap/FocusTrap/FocusTrap.js +19 -13
  1964. package/internal/FocusTrap/FocusTrap/FocusTrap.js.map +1 -1
  1965. package/internal/FocusTrap/FocusTrap/package.json +2 -2
  1966. package/internal/FocusTrap/FocusTrap.d.ts +4 -2
  1967. package/internal/FocusTrap/index/index.js +1 -1
  1968. package/internal/FocusTrap/index/index.js.map +1 -1
  1969. package/internal/FocusTrap/index/package.json +2 -2
  1970. package/internal/FocusTrap/package.json +1 -1
  1971. package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll/HideBodyVerticalScroll.js +31 -69
  1972. package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll/HideBodyVerticalScroll.js.map +1 -1
  1973. package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll/package.json +2 -2
  1974. package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +1 -3
  1975. package/internal/HideBodyVerticalScroll/index/index.js +1 -1
  1976. package/internal/HideBodyVerticalScroll/index/index.js.map +1 -1
  1977. package/internal/HideBodyVerticalScroll/index/package.json +2 -2
  1978. package/internal/HideBodyVerticalScroll/package.json +1 -1
  1979. package/internal/IgnoreLayerClick/IgnoreLayerClick/IgnoreLayerClick.js +14 -13
  1980. package/internal/IgnoreLayerClick/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
  1981. package/internal/IgnoreLayerClick/IgnoreLayerClick/package.json +2 -2
  1982. package/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +1 -1
  1983. package/internal/IgnoreLayerClick/index/index.js +1 -1
  1984. package/internal/IgnoreLayerClick/index/index.js.map +1 -1
  1985. package/internal/IgnoreLayerClick/index/package.json +2 -2
  1986. package/internal/IgnoreLayerClick/package.json +1 -1
  1987. package/internal/InputLikeText/HiddenInput/HiddenInput.js +12 -21
  1988. package/internal/InputLikeText/HiddenInput/HiddenInput.js.map +1 -1
  1989. package/internal/InputLikeText/HiddenInput/package.json +2 -2
  1990. package/internal/InputLikeText/InputLikeText/InputLikeText.js +165 -117
  1991. package/internal/InputLikeText/InputLikeText/InputLikeText.js.map +1 -1
  1992. package/internal/InputLikeText/InputLikeText/package.json +2 -2
  1993. package/internal/InputLikeText/InputLikeText.d.ts +5 -1
  1994. package/internal/InputLikeText/InputLikeText.styles/InputLikeText.styles.js +11 -60
  1995. package/internal/InputLikeText/InputLikeText.styles/InputLikeText.styles.js.map +1 -1
  1996. package/internal/InputLikeText/InputLikeText.styles/package.json +2 -2
  1997. package/internal/InputLikeText/InputLikeText.styles.d.ts +3 -3
  1998. package/internal/InputLikeText/index/index.js +1 -1
  1999. package/internal/InputLikeText/index/index.js.map +1 -1
  2000. package/internal/InputLikeText/index/package.json +2 -2
  2001. package/internal/InputLikeText/package.json +1 -1
  2002. package/internal/InternalMenu/InternalMenu/InternalMenu.js +48 -57
  2003. package/internal/InternalMenu/InternalMenu/InternalMenu.js.map +1 -1
  2004. package/internal/InternalMenu/InternalMenu/package.json +2 -2
  2005. package/internal/InternalMenu/InternalMenu.d.ts +8 -4
  2006. package/internal/InternalMenu/InternalMenu.styles/InternalMenu.styles.js +11 -70
  2007. package/internal/InternalMenu/InternalMenu.styles/InternalMenu.styles.js.map +1 -1
  2008. package/internal/InternalMenu/InternalMenu.styles/package.json +2 -2
  2009. package/internal/InternalMenu/InternalMenu.styles.d.ts +4 -3
  2010. package/internal/InternalMenu/index/index.js +1 -1
  2011. package/internal/InternalMenu/index/index.js.map +1 -1
  2012. package/internal/InternalMenu/index/package.json +2 -2
  2013. package/internal/InternalMenu/isActiveElement/isActiveElement.js +1 -1
  2014. package/internal/InternalMenu/isActiveElement/isActiveElement.js.map +1 -1
  2015. package/internal/InternalMenu/isActiveElement/package.json +2 -2
  2016. package/internal/InternalMenu/package.json +1 -1
  2017. package/internal/MaskCharLowLine/MaskCharLowLine/MaskCharLowLine.js +16 -0
  2018. package/internal/MaskCharLowLine/MaskCharLowLine/MaskCharLowLine.js.map +1 -0
  2019. package/internal/MaskCharLowLine/MaskCharLowLine/package.json +6 -0
  2020. package/internal/MaskCharLowLine/MaskCharLowLine.d.ts +9 -0
  2021. package/internal/MaskCharLowLine/MaskCharLowLine.styles/MaskCharLowLine.styles.js +10 -0
  2022. package/internal/MaskCharLowLine/MaskCharLowLine.styles/MaskCharLowLine.styles.js.map +1 -0
  2023. package/internal/MaskCharLowLine/MaskCharLowLine.styles/package.json +6 -0
  2024. package/internal/MaskCharLowLine/MaskCharLowLine.styles.d.ts +3 -0
  2025. package/internal/MaskCharLowLine/index/index.js +1 -0
  2026. package/internal/MaskCharLowLine/index/index.js.map +1 -0
  2027. package/internal/MaskCharLowLine/index/package.json +6 -0
  2028. package/internal/MaskCharLowLine/index.d.ts +1 -0
  2029. package/internal/MaskCharLowLine/package.json +6 -0
  2030. package/internal/MaskedInput/MaskedInput/MaskedInput.js +44 -29
  2031. package/internal/MaskedInput/MaskedInput/MaskedInput.js.map +1 -1
  2032. package/internal/MaskedInput/MaskedInput/package.json +2 -2
  2033. package/internal/MaskedInput/MaskedInput.d.ts +4 -3
  2034. package/internal/MaskedInput/MaskedInput.styles/MaskedInput.styles.js +9 -39
  2035. package/internal/MaskedInput/MaskedInput.styles/MaskedInput.styles.js.map +1 -1
  2036. package/internal/MaskedInput/MaskedInput.styles/package.json +2 -2
  2037. package/internal/MaskedInput/MaskedInput.styles.d.ts +4 -2
  2038. package/internal/MaskedInput/index/index.js +1 -1
  2039. package/internal/MaskedInput/index/index.js.map +1 -1
  2040. package/internal/MaskedInput/index/package.json +2 -2
  2041. package/internal/MaskedInput/package.json +1 -1
  2042. package/internal/Menu/Menu/Menu.js +88 -85
  2043. package/internal/Menu/Menu/Menu.js.map +1 -1
  2044. package/internal/Menu/Menu/package.json +2 -2
  2045. package/internal/Menu/Menu.d.ts +6 -0
  2046. package/internal/Menu/Menu.styles/Menu.styles.js +9 -25
  2047. package/internal/Menu/Menu.styles/Menu.styles.js.map +1 -1
  2048. package/internal/Menu/Menu.styles/package.json +2 -2
  2049. package/internal/Menu/Menu.styles.d.ts +5 -3
  2050. package/internal/Menu/index/index.js +1 -1
  2051. package/internal/Menu/index/index.js.map +1 -1
  2052. package/internal/Menu/index/package.json +2 -2
  2053. package/internal/Menu/isActiveElement/isActiveElement.js +1 -1
  2054. package/internal/Menu/isActiveElement/isActiveElement.js.map +1 -1
  2055. package/internal/Menu/isActiveElement/package.json +2 -2
  2056. package/internal/Menu/package.json +1 -1
  2057. package/internal/MobilePopup/MobilePopup/MobilePopup.js +111 -0
  2058. package/internal/MobilePopup/MobilePopup/MobilePopup.js.map +1 -0
  2059. package/internal/MobilePopup/MobilePopup/package.json +6 -0
  2060. package/internal/MobilePopup/MobilePopup.d.ts +34 -0
  2061. package/internal/MobilePopup/MobilePopup.styles/MobilePopup.styles.js +29 -0
  2062. package/internal/MobilePopup/MobilePopup.styles/MobilePopup.styles.js.map +1 -0
  2063. package/internal/MobilePopup/MobilePopup.styles/package.json +6 -0
  2064. package/internal/MobilePopup/MobilePopup.styles.d.ts +10 -0
  2065. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader/MobilePopupHeader.js +66 -0
  2066. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader/MobilePopupHeader.js.map +1 -0
  2067. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader/package.json +6 -0
  2068. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.d.ts +15 -0
  2069. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles/MobilePopupHeader.styles.js +29 -0
  2070. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles/MobilePopupHeader.styles.js.map +1 -0
  2071. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles/package.json +6 -0
  2072. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +10 -0
  2073. package/internal/MobilePopup/MobilePopupHeader/index/index.js +1 -0
  2074. package/internal/MobilePopup/MobilePopupHeader/index/index.js.map +1 -0
  2075. package/internal/MobilePopup/MobilePopupHeader/index/package.json +6 -0
  2076. package/internal/MobilePopup/MobilePopupHeader/index.d.ts +1 -0
  2077. package/internal/MobilePopup/MobilePopupHeader/package.json +6 -0
  2078. package/internal/MobilePopup/index/index.js +1 -0
  2079. package/internal/MobilePopup/index/index.js.map +1 -0
  2080. package/internal/MobilePopup/index/package.json +6 -0
  2081. package/internal/MobilePopup/index.d.ts +1 -0
  2082. package/internal/MobilePopup/package.json +6 -0
  2083. package/internal/NativeDateInput/NativeDateInput/NativeDateInput.js +66 -0
  2084. package/internal/NativeDateInput/NativeDateInput/NativeDateInput.js.map +1 -0
  2085. package/internal/NativeDateInput/NativeDateInput/package.json +6 -0
  2086. package/internal/NativeDateInput/NativeDateInput.d.ts +23 -0
  2087. package/internal/NativeDateInput/NativeDateInput.styles/NativeDateInput.styles.js +11 -0
  2088. package/internal/NativeDateInput/NativeDateInput.styles/NativeDateInput.styles.js.map +1 -0
  2089. package/internal/NativeDateInput/NativeDateInput.styles/package.json +6 -0
  2090. package/internal/NativeDateInput/NativeDateInput.styles.d.ts +3 -0
  2091. package/internal/NativeDateInput/index/index.js +1 -0
  2092. package/internal/NativeDateInput/index/index.js.map +1 -0
  2093. package/internal/NativeDateInput/index/package.json +6 -0
  2094. package/internal/NativeDateInput/index.d.ts +1 -0
  2095. package/internal/NativeDateInput/package.json +6 -0
  2096. package/internal/NativeDateInput/utils/package.json +6 -0
  2097. package/internal/NativeDateInput/utils/utils.js +54 -0
  2098. package/internal/NativeDateInput/utils/utils.js.map +1 -0
  2099. package/internal/NativeDateInput/utils.d.ts +7 -0
  2100. package/internal/PerformanceMetrics/PerformanceMetrics/PerformanceMetrics.js +15 -18
  2101. package/internal/PerformanceMetrics/PerformanceMetrics/PerformanceMetrics.js.map +1 -1
  2102. package/internal/PerformanceMetrics/PerformanceMetrics/package.json +2 -2
  2103. package/internal/Popup/Popup/Popup.js +291 -179
  2104. package/internal/Popup/Popup/Popup.js.map +1 -1
  2105. package/internal/Popup/Popup/package.json +2 -2
  2106. package/internal/Popup/Popup.d.ts +32 -11
  2107. package/internal/Popup/Popup.styles/Popup.styles.js +17 -146
  2108. package/internal/Popup/Popup.styles/Popup.styles.js.map +1 -1
  2109. package/internal/Popup/Popup.styles/package.json +2 -2
  2110. package/internal/Popup/Popup.styles.d.ts +7 -6
  2111. package/internal/Popup/PopupHelper/PopupHelper.js +2 -1
  2112. package/internal/Popup/PopupHelper/PopupHelper.js.map +1 -1
  2113. package/internal/Popup/PopupHelper/package.json +2 -2
  2114. package/internal/Popup/PopupPin/PopupPin.js +30 -32
  2115. package/internal/Popup/PopupPin/PopupPin.js.map +1 -1
  2116. package/internal/Popup/PopupPin/package.json +2 -2
  2117. package/internal/Popup/PopupPin.styles/PopupPin.styles.js +5 -14
  2118. package/internal/Popup/PopupPin.styles/PopupPin.styles.js.map +1 -1
  2119. package/internal/Popup/PopupPin.styles/package.json +2 -2
  2120. package/internal/Popup/PopupPin.styles.d.ts +1 -1
  2121. package/internal/Popup/index/index.js +1 -1
  2122. package/internal/Popup/index/index.js.map +1 -1
  2123. package/internal/Popup/index/package.json +2 -2
  2124. package/internal/Popup/package.json +1 -1
  2125. package/internal/PopupMenu/PopupMenu/PopupMenu.js +36 -29
  2126. package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
  2127. package/internal/PopupMenu/PopupMenu/package.json +2 -2
  2128. package/internal/PopupMenu/PopupMenu.d.ts +6 -2
  2129. package/internal/PopupMenu/PopupMenu.styles/PopupMenu.styles.js +6 -25
  2130. package/internal/PopupMenu/PopupMenu.styles/PopupMenu.styles.js.map +1 -1
  2131. package/internal/PopupMenu/PopupMenu.styles/package.json +2 -2
  2132. package/internal/PopupMenu/PopupMenu.styles.d.ts +1 -1
  2133. package/internal/PopupMenu/PopupMenuPositions/PopupMenuPositions.js.map +1 -1
  2134. package/internal/PopupMenu/PopupMenuPositions/package.json +2 -2
  2135. package/internal/PopupMenu/index/index.js +1 -1
  2136. package/internal/PopupMenu/index/index.js.map +1 -1
  2137. package/internal/PopupMenu/index/package.json +2 -2
  2138. package/internal/PopupMenu/package.json +1 -1
  2139. package/internal/PopupMenu/validatePositions/package.json +2 -2
  2140. package/internal/PopupMenu/validatePositions/validatePositions.js +2 -2
  2141. package/internal/PopupMenu/validatePositions/validatePositions.js.map +1 -1
  2142. package/internal/RenderContainer/RenderContainer/RenderContainer.js +12 -14
  2143. package/internal/RenderContainer/RenderContainer/RenderContainer.js.map +1 -1
  2144. package/internal/RenderContainer/RenderContainer/package.json +2 -2
  2145. package/internal/RenderContainer/RenderContainer.d.ts +1 -1
  2146. package/internal/RenderContainer/RenderContainerTypes/RenderContainerTypes.js +1 -0
  2147. package/internal/RenderContainer/RenderContainerTypes/package.json +2 -2
  2148. package/internal/RenderContainer/RenderContainerTypes.d.ts +4 -1
  2149. package/internal/RenderContainer/RenderInnerContainer/RenderInnerContainer.js +45 -16
  2150. package/internal/RenderContainer/RenderInnerContainer/RenderInnerContainer.js.map +1 -1
  2151. package/internal/RenderContainer/RenderInnerContainer/package.json +2 -2
  2152. package/internal/RenderContainer/RenderInnerContainer.d.ts +2 -2
  2153. package/internal/RenderContainer/index/index.js +1 -1
  2154. package/internal/RenderContainer/index/index.js.map +1 -1
  2155. package/internal/RenderContainer/index/package.json +2 -2
  2156. package/internal/RenderContainer/package.json +1 -1
  2157. package/internal/RenderLayer/RenderLayer/RenderLayer.js +21 -21
  2158. package/internal/RenderLayer/RenderLayer/RenderLayer.js.map +1 -1
  2159. package/internal/RenderLayer/RenderLayer/package.json +2 -2
  2160. package/internal/RenderLayer/RenderLayer.d.ts +6 -3
  2161. package/internal/RenderLayer/index/index.js +1 -1
  2162. package/internal/RenderLayer/index/index.js.map +1 -1
  2163. package/internal/RenderLayer/index/package.json +2 -2
  2164. package/internal/RenderLayer/package.json +1 -1
  2165. package/internal/ResizeDetector/ResizeDetector/ResizeDetector.js +12 -10
  2166. package/internal/ResizeDetector/ResizeDetector/ResizeDetector.js.map +1 -1
  2167. package/internal/ResizeDetector/ResizeDetector/package.json +2 -2
  2168. package/internal/ResizeDetector/ResizeDetector.d.ts +1 -0
  2169. package/internal/ResizeDetector/ResizeDetector.styles/ResizeDetector.styles.js +10 -36
  2170. package/internal/ResizeDetector/ResizeDetector.styles/ResizeDetector.styles.js.map +1 -1
  2171. package/internal/ResizeDetector/ResizeDetector.styles/package.json +2 -2
  2172. package/internal/ResizeDetector/ResizeDetector.styles.d.ts +2 -1
  2173. package/internal/ResizeDetector/index/index.js +1 -1
  2174. package/internal/ResizeDetector/index/index.js.map +1 -1
  2175. package/internal/ResizeDetector/index/package.json +2 -2
  2176. package/internal/ResizeDetector/package.json +1 -1
  2177. package/internal/ThemePlayground/AnotherInputsPlayground/AnotherInputsPlayground.js +5 -7
  2178. package/internal/ThemePlayground/AnotherInputsPlayground/AnotherInputsPlayground.js.map +1 -1
  2179. package/internal/ThemePlayground/AnotherInputsPlayground/package.json +2 -2
  2180. package/internal/ThemePlayground/CheckboxPlayground/CheckboxPlayground.js +9 -23
  2181. package/internal/ThemePlayground/CheckboxPlayground/CheckboxPlayground.js.map +1 -1
  2182. package/internal/ThemePlayground/CheckboxPlayground/package.json +2 -2
  2183. package/internal/ThemePlayground/CheckboxPlayground.d.ts +1 -4
  2184. package/internal/ThemePlayground/ComponentsGroup/ComponentsGroup.js +8 -8
  2185. package/internal/ThemePlayground/ComponentsGroup/ComponentsGroup.js.map +1 -1
  2186. package/internal/ThemePlayground/ComponentsGroup/package.json +2 -2
  2187. package/internal/ThemePlayground/ComponentsGroup.d.ts +1 -1
  2188. package/internal/ThemePlayground/CurrencyInputPlayground/CurrencyInputPlayground.js +3 -5
  2189. package/internal/ThemePlayground/CurrencyInputPlayground/CurrencyInputPlayground.js.map +1 -1
  2190. package/internal/ThemePlayground/CurrencyInputPlayground/package.json +2 -2
  2191. package/internal/ThemePlayground/FxInputPlayground/FxInputPlayground.js +3 -5
  2192. package/internal/ThemePlayground/FxInputPlayground/FxInputPlayground.js.map +1 -1
  2193. package/internal/ThemePlayground/FxInputPlayground/package.json +2 -2
  2194. package/internal/ThemePlayground/HintPlayground/HintPlayground.js +10 -12
  2195. package/internal/ThemePlayground/HintPlayground/HintPlayground.js.map +1 -1
  2196. package/internal/ThemePlayground/HintPlayground/package.json +2 -2
  2197. package/internal/ThemePlayground/PagingPlayground/PagingPlayground.js +3 -5
  2198. package/internal/ThemePlayground/PagingPlayground/PagingPlayground.js.map +1 -1
  2199. package/internal/ThemePlayground/PagingPlayground/package.json +2 -2
  2200. package/internal/ThemePlayground/Playground/Playground.js +119 -96
  2201. package/internal/ThemePlayground/Playground/Playground.js.map +1 -1
  2202. package/internal/ThemePlayground/Playground/package.json +2 -2
  2203. package/internal/ThemePlayground/Playground.d.ts +3 -2
  2204. package/internal/ThemePlayground/Playground.md +7 -7
  2205. package/internal/ThemePlayground/Playground.styles/Playground.styles.js +29 -202
  2206. package/internal/ThemePlayground/Playground.styles/Playground.styles.js.map +1 -1
  2207. package/internal/ThemePlayground/Playground.styles/package.json +2 -2
  2208. package/internal/ThemePlayground/Playground.styles.d.ts +13 -10
  2209. package/internal/ThemePlayground/RadioPlayground/RadioPlayground.js +12 -26
  2210. package/internal/ThemePlayground/RadioPlayground/RadioPlayground.js.map +1 -1
  2211. package/internal/ThemePlayground/RadioPlayground/package.json +2 -2
  2212. package/internal/ThemePlayground/RadioPlayground.d.ts +1 -4
  2213. package/internal/ThemePlayground/SelectPlayground/SelectPlayground.js +3 -5
  2214. package/internal/ThemePlayground/SelectPlayground/SelectPlayground.js.map +1 -1
  2215. package/internal/ThemePlayground/SelectPlayground/package.json +2 -2
  2216. package/internal/ThemePlayground/ShowcaseGroup/ShowcaseGroup.js +15 -9
  2217. package/internal/ThemePlayground/ShowcaseGroup/ShowcaseGroup.js.map +1 -1
  2218. package/internal/ThemePlayground/ShowcaseGroup/package.json +2 -2
  2219. package/internal/ThemePlayground/ShowcaseGroup.d.ts +0 -1
  2220. package/internal/ThemePlayground/SwitcherPlayground/SwitcherPlayground.js +3 -5
  2221. package/internal/ThemePlayground/SwitcherPlayground/SwitcherPlayground.js.map +1 -1
  2222. package/internal/ThemePlayground/SwitcherPlayground/package.json +2 -2
  2223. package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js +45 -35
  2224. package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js.map +1 -1
  2225. package/internal/ThemePlayground/ThemeContextPlayground/package.json +2 -2
  2226. package/internal/ThemePlayground/ThemeContextPlayground.d.ts +6 -2
  2227. package/internal/ThemePlayground/ThemeEditor/ThemeEditor.js +81 -56
  2228. package/internal/ThemePlayground/ThemeEditor/ThemeEditor.js.map +1 -1
  2229. package/internal/ThemePlayground/ThemeEditor/package.json +2 -2
  2230. package/internal/ThemePlayground/TogglePlayground/TogglePlayground.js +8 -10
  2231. package/internal/ThemePlayground/TogglePlayground/TogglePlayground.js.map +1 -1
  2232. package/internal/ThemePlayground/TogglePlayground/package.json +2 -2
  2233. package/internal/ThemePlayground/TokenInputPlayground/TokenInputPlayground.js +7 -11
  2234. package/internal/ThemePlayground/TokenInputPlayground/TokenInputPlayground.js.map +1 -1
  2235. package/internal/ThemePlayground/TokenInputPlayground/package.json +2 -2
  2236. package/internal/ThemePlayground/VariableValue/VariableValue.js +52 -48
  2237. package/internal/ThemePlayground/VariableValue/VariableValue.js.map +1 -1
  2238. package/internal/ThemePlayground/VariableValue/package.json +2 -2
  2239. package/internal/ThemePlayground/VariableValue.d.ts +6 -2
  2240. package/internal/ThemePlayground/constants/constants.js +21 -3
  2241. package/internal/ThemePlayground/constants/constants.js.map +1 -1
  2242. package/internal/ThemePlayground/constants/package.json +2 -2
  2243. package/internal/ThemePlayground/constants.d.ts +6 -2
  2244. package/internal/ThemePlayground/darkTheme/darkTheme.js +105 -72
  2245. package/internal/ThemePlayground/darkTheme/darkTheme.js.map +1 -1
  2246. package/internal/ThemePlayground/darkTheme/package.json +2 -2
  2247. package/internal/ThemePlayground/darkTheme.d.ts +57 -311
  2248. package/internal/ThemePlayground/helpers/helpers.js +2 -2
  2249. package/internal/ThemePlayground/helpers/helpers.js.map +1 -1
  2250. package/internal/ThemePlayground/helpers/package.json +2 -2
  2251. package/internal/ThemePlayground/helpers.d.ts +1 -1
  2252. package/internal/ThemeShowcase/ThemeShowcase/ThemeShowcase.js +186 -186
  2253. package/internal/ThemeShowcase/ThemeShowcase/ThemeShowcase.js.map +1 -1
  2254. package/internal/ThemeShowcase/ThemeShowcase/package.json +2 -2
  2255. package/internal/ThemeShowcase/ThemeShowcase.d.ts +1 -1
  2256. package/internal/ThemeShowcase/ThemeShowcase.md +13 -13
  2257. package/internal/ThemeShowcase/ThemeShowcase.styles/ThemeShowcase.styles.js +37 -204
  2258. package/internal/ThemeShowcase/ThemeShowcase.styles/ThemeShowcase.styles.js.map +1 -1
  2259. package/internal/ThemeShowcase/ThemeShowcase.styles/package.json +2 -2
  2260. package/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +9 -4
  2261. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js +69 -62
  2262. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js.map +1 -1
  2263. package/internal/ThemeShowcase/VariablesCollector/package.json +2 -2
  2264. package/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  2265. package/internal/ZIndex/ZIndex/ZIndex.js +30 -18
  2266. package/internal/ZIndex/ZIndex/ZIndex.js.map +1 -1
  2267. package/internal/ZIndex/ZIndex/package.json +2 -2
  2268. package/internal/ZIndex/ZIndex.d.ts +2 -0
  2269. package/internal/ZIndex/ZIndexStorage/ZIndexStorage.js +5 -3
  2270. package/internal/ZIndex/ZIndexStorage/ZIndexStorage.js.map +1 -1
  2271. package/internal/ZIndex/ZIndexStorage/package.json +2 -2
  2272. package/internal/ZIndex/ZIndexStorage.d.ts +1 -0
  2273. package/internal/ZIndex/index/index.js +1 -1
  2274. package/internal/ZIndex/index/index.js.map +1 -1
  2275. package/internal/ZIndex/index/package.json +2 -2
  2276. package/internal/ZIndex/package.json +1 -1
  2277. package/internal/icons/16px/icon.styles/icon.styles.js +6 -25
  2278. package/internal/icons/16px/icon.styles/icon.styles.js.map +1 -1
  2279. package/internal/icons/16px/icon.styles/package.json +2 -2
  2280. package/internal/icons/16px/icon.styles.d.ts +1 -1
  2281. package/internal/icons/16px/index/index.js +124 -67
  2282. package/internal/icons/16px/index/index.js.map +1 -1
  2283. package/internal/icons/16px/index/package.json +2 -2
  2284. package/internal/icons/16px/index.d.ts +17 -14
  2285. package/internal/icons/16px/package.json +1 -1
  2286. package/internal/icons/20px/Icon/Icon.js +20 -26
  2287. package/internal/icons/20px/Icon/Icon.js.map +1 -1
  2288. package/internal/icons/20px/Icon/package.json +2 -2
  2289. package/internal/icons/20px/Icon.d.ts +11 -14
  2290. package/internal/icons/20px/icon.styles/icon.styles.js +8 -28
  2291. package/internal/icons/20px/icon.styles/icon.styles.js.map +1 -1
  2292. package/internal/icons/20px/icon.styles/package.json +2 -2
  2293. package/internal/icons/20px/icon.styles.d.ts +2 -1
  2294. package/internal/icons/20px/index/index.js +2 -1
  2295. package/internal/icons/20px/index/index.js.map +1 -1
  2296. package/internal/icons/20px/index/package.json +2 -2
  2297. package/internal/icons/20px/index.d.ts +1 -0
  2298. package/internal/icons/20px/package.json +1 -1
  2299. package/internal/icons/20px/svg/package.json +6 -0
  2300. package/internal/icons/20px/svg/svg.js +109 -0
  2301. package/internal/icons/20px/svg/svg.js.map +1 -0
  2302. package/internal/icons/20px/svg.d.ts +14 -0
  2303. package/internal/icons/CloudIcon/CloudIcon.js +2 -2
  2304. package/internal/icons/CloudIcon/CloudIcon.js.map +1 -1
  2305. package/internal/icons/CloudIcon/package.json +2 -2
  2306. package/internal/icons/CloudIcon.d.ts +0 -1
  2307. package/internal/icons/CrossIcon/CrossIcon.js +4 -3
  2308. package/internal/icons/CrossIcon/CrossIcon.js.map +1 -1
  2309. package/internal/icons/CrossIcon/package.json +2 -2
  2310. package/internal/icons/CrossIcon.d.ts +0 -1
  2311. package/internal/icons/SpinnerIcon/SpinnerIcon.js +62 -10
  2312. package/internal/icons/SpinnerIcon/SpinnerIcon.js.map +1 -1
  2313. package/internal/icons/SpinnerIcon/package.json +2 -2
  2314. package/internal/icons/SpinnerIcon.d.ts +3 -2
  2315. package/internal/icons/SpinnerIcon.styles/SpinnerIcon.styles.js +12 -25
  2316. package/internal/icons/SpinnerIcon.styles/SpinnerIcon.styles.js.map +1 -1
  2317. package/internal/icons/SpinnerIcon.styles/package.json +2 -2
  2318. package/internal/icons/SpinnerIcon.styles.d.ts +3 -1
  2319. package/internal/themes/DarkTheme/DarkTheme.js +194 -0
  2320. package/internal/themes/DarkTheme/DarkTheme.js.map +1 -0
  2321. package/internal/themes/DarkTheme/package.json +6 -0
  2322. package/internal/themes/DarkTheme.d.ts +103 -0
  2323. package/internal/themes/DefaultTheme/DefaultTheme.js +1905 -425
  2324. package/internal/themes/DefaultTheme/DefaultTheme.js.map +1 -1
  2325. package/internal/themes/DefaultTheme/package.json +2 -2
  2326. package/internal/themes/DefaultTheme.d.ts +624 -202
  2327. package/internal/themes/NotFlat/NotFlat.js +295 -0
  2328. package/internal/themes/NotFlat/NotFlat.js.map +1 -0
  2329. package/internal/themes/NotFlat/package.json +6 -0
  2330. package/internal/themes/NotFlat.d.ts +127 -0
  2331. package/internal/themes/OldColors/OldColors.js +160 -0
  2332. package/internal/themes/OldColors/OldColors.js.map +1 -0
  2333. package/internal/themes/OldColors/package.json +6 -0
  2334. package/internal/themes/OldColors.d.ts +110 -0
  2335. package/lib/ConditionalHandler/ConditionalHandler.js +5 -7
  2336. package/lib/ConditionalHandler/ConditionalHandler.js.map +1 -1
  2337. package/lib/ConditionalHandler/package.json +2 -2
  2338. package/lib/LayoutEvents/LayoutEvents.js +12 -4
  2339. package/lib/LayoutEvents/LayoutEvents.js.map +1 -1
  2340. package/lib/LayoutEvents/package.json +2 -2
  2341. package/lib/ModalStack/ModalStack.js +67 -5
  2342. package/lib/ModalStack/ModalStack.js.map +1 -1
  2343. package/lib/ModalStack/package.json +2 -2
  2344. package/lib/ModalStack.d.ts +5 -0
  2345. package/lib/SSRSafe/SSRSafe.js +11 -2
  2346. package/lib/SSRSafe/SSRSafe.js.map +1 -1
  2347. package/lib/SSRSafe/package.json +2 -2
  2348. package/lib/SSRSafe.d.ts +2 -0
  2349. package/lib/Supports/Supports.js.map +1 -1
  2350. package/lib/Supports/package.json +2 -2
  2351. package/lib/Upgrades/Upgrades.js +13 -0
  2352. package/lib/Upgrades/Upgrades.js.map +1 -1
  2353. package/lib/Upgrades/package.json +2 -2
  2354. package/lib/Upgrades.d.ts +2 -0
  2355. package/lib/animation/index/index.js +1 -1
  2356. package/lib/animation/index/index.js.map +1 -1
  2357. package/lib/animation/index/package.json +2 -2
  2358. package/lib/animation/package.json +1 -1
  2359. package/lib/animation/presets/package.json +2 -2
  2360. package/lib/animation/presets/presets.js.map +1 -1
  2361. package/lib/animation/stepper/package.json +2 -2
  2362. package/lib/animation/stepper/stepper.js +1 -1
  2363. package/lib/animation/stepper/stepper.js.map +1 -1
  2364. package/lib/callChildRef/callChildRef/callChildRef.js +14 -0
  2365. package/lib/callChildRef/callChildRef/callChildRef.js.map +1 -0
  2366. package/lib/callChildRef/callChildRef/package.json +6 -0
  2367. package/lib/callChildRef/callChildRef.d.ts +3 -0
  2368. package/lib/client/client.js +16 -0
  2369. package/lib/client/client.js.map +1 -0
  2370. package/lib/client/package.json +6 -0
  2371. package/lib/client.d.ts +16 -0
  2372. package/lib/createPropsGetter/createPropsGetter.js.map +1 -1
  2373. package/lib/createPropsGetter/package.json +2 -2
  2374. package/lib/currentEnvironment/currentEnvironment.js +14 -3
  2375. package/lib/currentEnvironment/currentEnvironment.js.map +1 -1
  2376. package/lib/currentEnvironment/package.json +2 -2
  2377. package/lib/date/InternalDate/InternalDate.js +14 -18
  2378. package/lib/date/InternalDate/InternalDate.js.map +1 -1
  2379. package/lib/date/InternalDate/package.json +2 -2
  2380. package/lib/date/InternalDateCalculator/InternalDateCalculator.js +3 -5
  2381. package/lib/date/InternalDateCalculator/InternalDateCalculator.js.map +1 -1
  2382. package/lib/date/InternalDateCalculator/package.json +2 -2
  2383. package/lib/date/InternalDateGetter/InternalDateGetter.js +3 -5
  2384. package/lib/date/InternalDateGetter/InternalDateGetter.js.map +1 -1
  2385. package/lib/date/InternalDateGetter/package.json +2 -2
  2386. package/lib/date/InternalDateSetter/InternalDateSetter.js +2 -4
  2387. package/lib/date/InternalDateSetter/InternalDateSetter.js.map +1 -1
  2388. package/lib/date/InternalDateSetter/package.json +2 -2
  2389. package/lib/date/InternalDateTransformer/InternalDateTransformer.js +4 -6
  2390. package/lib/date/InternalDateTransformer/InternalDateTransformer.js.map +1 -1
  2391. package/lib/date/InternalDateTransformer/package.json +2 -2
  2392. package/lib/date/InternalDateTransformer.d.ts +6 -6
  2393. package/lib/date/InternalDateValidator/InternalDateValidator.js +3 -5
  2394. package/lib/date/InternalDateValidator/InternalDateValidator.js.map +1 -1
  2395. package/lib/date/InternalDateValidator/package.json +2 -2
  2396. package/lib/date/constants/constants.js +1 -1
  2397. package/lib/date/constants/constants.js.map +1 -1
  2398. package/lib/date/constants/package.json +2 -2
  2399. package/lib/date/localeSets/localeSets.js +2 -2
  2400. package/lib/date/localeSets/localeSets.js.map +1 -1
  2401. package/lib/date/localeSets/package.json +2 -2
  2402. package/lib/date/types/package.json +2 -2
  2403. package/lib/date/types/types.js.map +1 -1
  2404. package/lib/dom/getScrollWidth/getScrollWidth.js +1 -1
  2405. package/lib/dom/getScrollWidth/getScrollWidth.js.map +1 -1
  2406. package/lib/dom/getScrollWidth/package.json +2 -2
  2407. package/lib/dom/tabbableHelpers/package.json +6 -0
  2408. package/lib/dom/tabbableHelpers/tabbableHelpers.js +34 -0
  2409. package/lib/dom/tabbableHelpers/tabbableHelpers.js.map +1 -0
  2410. package/lib/dom/tabbableHelpers.d.ts +16 -0
  2411. package/lib/events/MouseDrag/MouseDrag.js +32 -32
  2412. package/lib/events/MouseDrag/MouseDrag.js.map +1 -1
  2413. package/lib/events/MouseDrag/package.json +2 -2
  2414. package/lib/events/fixClickFocusIE/fixClickFocusIE.js +2 -2
  2415. package/lib/events/fixClickFocusIE/fixClickFocusIE.js.map +1 -1
  2416. package/lib/events/fixClickFocusIE/package.json +2 -2
  2417. package/lib/events/fixFirefoxModifiedClickOnLabel/fixFirefoxModifiedClickOnLabel.js +19 -0
  2418. package/lib/events/fixFirefoxModifiedClickOnLabel/fixFirefoxModifiedClickOnLabel.js.map +1 -0
  2419. package/lib/events/fixFirefoxModifiedClickOnLabel/package.json +6 -0
  2420. package/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +2 -0
  2421. package/lib/events/keyListener/keyListener.js +22 -0
  2422. package/lib/events/keyListener/keyListener.js.map +1 -0
  2423. package/lib/events/keyListener/package.json +6 -0
  2424. package/lib/events/keyListener.d.ts +7 -0
  2425. package/lib/events/keyboard/KeyboardEventCodes/KeyboardEventCodes.js.map +1 -1
  2426. package/lib/events/keyboard/KeyboardEventCodes/package.json +2 -2
  2427. package/lib/events/keyboard/KeyboardMapKeys/KeyboardMapKeys.js +5 -3
  2428. package/lib/events/keyboard/KeyboardMapKeys/KeyboardMapKeys.js.map +1 -1
  2429. package/lib/events/keyboard/KeyboardMapKeys/package.json +2 -2
  2430. package/lib/events/keyboard/KeyboardMapKeys.d.ts +0 -1
  2431. package/lib/events/keyboard/extractCode/extractCode.js +2 -2
  2432. package/lib/events/keyboard/extractCode/extractCode.js.map +1 -1
  2433. package/lib/events/keyboard/extractCode/package.json +2 -2
  2434. package/lib/events/keyboard/identifiers/identifiers.js +14 -3
  2435. package/lib/events/keyboard/identifiers/identifiers.js.map +1 -1
  2436. package/lib/events/keyboard/identifiers/package.json +2 -2
  2437. package/lib/events/keyboard/identifiers.d.ts +1 -0
  2438. package/lib/events/stopPropagation/package.json +2 -2
  2439. package/lib/events/stopPropagation/stopPropagation.js.map +1 -1
  2440. package/lib/events/tabListener/package.json +2 -2
  2441. package/lib/events/tabListener/tabListener.js +2 -15
  2442. package/lib/events/tabListener/tabListener.js.map +1 -1
  2443. package/lib/events/tabListener.d.ts +1 -6
  2444. package/lib/extractKeyboardAction/extractKeyboardAction.js +1 -4
  2445. package/lib/extractKeyboardAction/extractKeyboardAction.js.map +1 -1
  2446. package/lib/extractKeyboardAction/package.json +2 -2
  2447. package/lib/filterProps/filterProps.js.map +1 -1
  2448. package/lib/filterProps/package.json +2 -2
  2449. package/lib/forwardRefAndName/forwardRefAndName.js +11 -0
  2450. package/lib/forwardRefAndName/forwardRefAndName.js.map +1 -0
  2451. package/lib/forwardRefAndName/package.json +6 -0
  2452. package/lib/forwardRefAndName.d.ts +5 -0
  2453. package/lib/getDisplayName/getDisplayName.js +3 -0
  2454. package/lib/getDisplayName/getDisplayName.js.map +1 -0
  2455. package/lib/getDisplayName/package.json +6 -0
  2456. package/lib/getDisplayName.d.ts +3 -0
  2457. package/lib/listenFocusOutside/listenFocusOutside.js +17 -16
  2458. package/lib/listenFocusOutside/listenFocusOutside.js.map +1 -1
  2459. package/lib/listenFocusOutside/package.json +2 -2
  2460. package/lib/listenFocusOutside.d.ts +4 -0
  2461. package/lib/locale/LOCALECONTEXT.md +221 -246
  2462. package/lib/locale/LocaleContext/LocaleContext.js +4 -3
  2463. package/lib/locale/LocaleContext/LocaleContext.js.map +1 -1
  2464. package/lib/locale/LocaleContext/package.json +2 -2
  2465. package/lib/locale/LocaleHelper/LocaleHelper.js +2 -6
  2466. package/lib/locale/LocaleHelper/LocaleHelper.js.map +1 -1
  2467. package/lib/locale/LocaleHelper/package.json +2 -2
  2468. package/lib/locale/constants/constants.js +1 -1
  2469. package/lib/locale/constants/constants.js.map +1 -1
  2470. package/lib/locale/constants/package.json +2 -2
  2471. package/lib/locale/decorators/decorators.js +11 -9
  2472. package/lib/locale/decorators/decorators.js.map +1 -1
  2473. package/lib/locale/decorators/package.json +2 -2
  2474. package/lib/locale/decorators.d.ts +4 -3
  2475. package/lib/locale/index/index.js +3 -3
  2476. package/lib/locale/index/index.js.map +1 -1
  2477. package/lib/locale/index/package.json +2 -2
  2478. package/lib/locale/package.json +1 -1
  2479. package/lib/locale/types/package.json +2 -2
  2480. package/lib/locale/types/types.js.map +1 -1
  2481. package/lib/locale/types.d.ts +1 -6
  2482. package/lib/memo/memo.js.map +1 -1
  2483. package/lib/memo/package.json +2 -2
  2484. package/lib/net/fetch/fetch.js.map +1 -1
  2485. package/lib/net/fetch/package.json +2 -2
  2486. package/lib/polyfillPlaceholder/package.json +2 -2
  2487. package/lib/polyfillPlaceholder/polyfillPlaceholder.js +2 -1
  2488. package/lib/polyfillPlaceholder/polyfillPlaceholder.js.map +1 -1
  2489. package/lib/reactGetTextContent/package.json +2 -2
  2490. package/lib/reactGetTextContent/reactGetTextContent.js +1 -1
  2491. package/lib/reactGetTextContent/reactGetTextContent.js.map +1 -1
  2492. package/lib/rootNode/getRootNode/getRootNode.js +25 -0
  2493. package/lib/rootNode/getRootNode/getRootNode.js.map +1 -0
  2494. package/lib/rootNode/getRootNode/package.json +6 -0
  2495. package/lib/rootNode/getRootNode.d.ts +3 -0
  2496. package/lib/rootNode/index/index.js +2 -0
  2497. package/lib/rootNode/index/index.js.map +1 -0
  2498. package/lib/rootNode/index/package.json +6 -0
  2499. package/lib/rootNode/index.d.ts +2 -0
  2500. package/lib/rootNode/package.json +6 -0
  2501. package/lib/rootNode/rootNodeDecorator/package.json +6 -0
  2502. package/lib/rootNode/rootNodeDecorator/rootNodeDecorator.js +35 -0
  2503. package/lib/rootNode/rootNodeDecorator/rootNodeDecorator.js.map +1 -0
  2504. package/lib/rootNode/rootNodeDecorator.d.ts +33 -0
  2505. package/lib/styles/ColorFactory/ColorFactory.js +5 -7
  2506. package/lib/styles/ColorFactory/ColorFactory.js.map +1 -1
  2507. package/lib/styles/ColorFactory/package.json +2 -2
  2508. package/lib/styles/ColorFunctions/ColorFunctions.js +4 -4
  2509. package/lib/styles/ColorFunctions/ColorFunctions.js.map +1 -1
  2510. package/lib/styles/ColorFunctions/package.json +2 -2
  2511. package/lib/styles/ColorHelpers/ColorHelpers.js.map +1 -1
  2512. package/lib/styles/ColorHelpers/package.json +2 -2
  2513. package/lib/styles/ColorKeywords/ColorKeywords.js.map +1 -1
  2514. package/lib/styles/ColorKeywords/package.json +2 -2
  2515. package/lib/styles/ColorObject/ColorObject.js +9 -7
  2516. package/lib/styles/ColorObject/ColorObject.js.map +1 -1
  2517. package/lib/styles/ColorObject/package.json +2 -2
  2518. package/lib/styles/ColorObject.d.ts +1 -0
  2519. package/lib/styles/DimensionFunctions/DimensionFunctions.js.map +1 -1
  2520. package/lib/styles/DimensionFunctions/package.json +2 -2
  2521. package/lib/styles/HoldSelectionColor/HoldSelectionColor.js +9 -0
  2522. package/lib/styles/HoldSelectionColor/HoldSelectionColor.js.map +1 -0
  2523. package/lib/styles/HoldSelectionColor/package.json +6 -0
  2524. package/lib/styles/HoldSelectionColor.d.ts +1 -0
  2525. package/lib/styles/Mixins/Mixins.js +4 -22
  2526. package/lib/styles/Mixins/Mixins.js.map +1 -1
  2527. package/lib/styles/Mixins/package.json +2 -2
  2528. package/lib/taskWithDelayAndMinimalDuration/package.json +6 -0
  2529. package/lib/taskWithDelayAndMinimalDuration/taskWithDelayAndMinimalDuration.js +73 -0
  2530. package/lib/taskWithDelayAndMinimalDuration/taskWithDelayAndMinimalDuration.js.map +1 -0
  2531. package/lib/taskWithDelayAndMinimalDuration.d.ts +21 -0
  2532. package/lib/theming/AnimationKeyframes/AnimationKeyframes.js +8 -66
  2533. package/lib/theming/AnimationKeyframes/AnimationKeyframes.js.map +1 -1
  2534. package/lib/theming/AnimationKeyframes/package.json +2 -2
  2535. package/lib/theming/AnimationKeyframes.d.ts +7 -6
  2536. package/lib/theming/Emotion/Emotion.js +20 -8
  2537. package/lib/theming/Emotion/Emotion.js.map +1 -1
  2538. package/lib/theming/Emotion/package.json +2 -2
  2539. package/lib/theming/Emotion.d.ts +11 -10
  2540. package/lib/theming/Theme/Theme.js +1 -0
  2541. package/lib/theming/Theme/package.json +2 -2
  2542. package/lib/theming/Theme.d.ts +1 -2
  2543. package/lib/theming/ThemeContext/ThemeContext.js +3 -2
  2544. package/lib/theming/ThemeContext/ThemeContext.js.map +1 -1
  2545. package/lib/theming/ThemeContext/package.json +2 -2
  2546. package/lib/theming/ThemeContext.d.ts +1 -1
  2547. package/lib/theming/ThemeContext.md +278 -237
  2548. package/lib/theming/ThemeFactory/ThemeFactory.js +13 -21
  2549. package/lib/theming/ThemeFactory/ThemeFactory.js.map +1 -1
  2550. package/lib/theming/ThemeFactory/package.json +2 -2
  2551. package/lib/theming/ThemeFactory.d.ts +1 -1
  2552. package/lib/theming/ThemeHelpers/ThemeHelpers.js +12 -0
  2553. package/lib/theming/ThemeHelpers/ThemeHelpers.js.map +1 -0
  2554. package/lib/theming/ThemeHelpers/package.json +6 -0
  2555. package/lib/theming/ThemeHelpers.d.ts +1 -0
  2556. package/lib/theming/themes/DarkTheme/DarkTheme.js +3 -0
  2557. package/lib/theming/themes/DarkTheme/DarkTheme.js.map +1 -0
  2558. package/lib/theming/themes/DarkTheme/package.json +6 -0
  2559. package/lib/theming/themes/DarkTheme.d.ts +1 -0
  2560. package/lib/theming/themes/DefaultTheme/DefaultTheme.js +3 -2
  2561. package/lib/theming/themes/DefaultTheme/DefaultTheme.js.map +1 -1
  2562. package/lib/theming/themes/DefaultTheme/package.json +2 -2
  2563. package/lib/theming/themes/DefaultTheme.d.ts +1 -1
  2564. package/lib/theming/themes/DefaultTheme8pxOld/DefaultTheme8pxOld.js +5 -0
  2565. package/lib/theming/themes/DefaultTheme8pxOld/DefaultTheme8pxOld.js.map +1 -0
  2566. package/lib/theming/themes/DefaultTheme8pxOld/package.json +6 -0
  2567. package/lib/theming/themes/DefaultTheme8pxOld.d.ts +1 -0
  2568. package/lib/theming/themes/DefaultThemeMobile/DefaultThemeMobile.js +5 -0
  2569. package/lib/theming/themes/DefaultThemeMobile/DefaultThemeMobile.js.map +1 -0
  2570. package/lib/theming/themes/DefaultThemeMobile/package.json +6 -0
  2571. package/lib/theming/themes/DefaultThemeMobile.d.ts +3 -0
  2572. package/lib/theming/themes/FlatTheme8pxOld/FlatTheme8pxOld.js +4 -0
  2573. package/lib/theming/themes/FlatTheme8pxOld/FlatTheme8pxOld.js.map +1 -0
  2574. package/lib/theming/themes/FlatTheme8pxOld/package.json +6 -0
  2575. package/lib/theming/themes/FlatTheme8pxOld.d.ts +1 -0
  2576. package/lib/utils/package.json +2 -2
  2577. package/lib/utils/utils.js +36 -28
  2578. package/lib/utils/utils.js.map +1 -1
  2579. package/lib/utils.d.ts +15 -9
  2580. package/lib/withClassWrapper/package.json +6 -0
  2581. package/lib/withClassWrapper/withClassWrapper.js +70 -0
  2582. package/lib/withClassWrapper/withClassWrapper.js.map +1 -0
  2583. package/lib/withClassWrapper.d.ts +71 -0
  2584. package/package.json +145 -23
  2585. package/typings/console.d.ts +3 -3
  2586. package/typings/event-types.d.ts +4 -4
  2587. package/typings/fonts.d.ts +12 -12
  2588. package/typings/global.d.ts +6 -6
  2589. package/typings/images.d.ts +1 -1
  2590. package/typings/normalize-wheel.d.ts +5 -5
  2591. package/typings/stories.d.ts +7 -0
  2592. package/typings/stylis-plugin-extra-scope.d.ts +3 -3
  2593. package/typings/utility-types.d.ts +14 -14
  2594. package/cjs/components/Fias/Fias.d.ts +0 -130
  2595. package/cjs/components/Fias/Fias.js +0 -343
  2596. package/cjs/components/Fias/Fias.js.map +0 -1
  2597. package/cjs/components/Fias/Fias.md +0 -451
  2598. package/cjs/components/Fias/Fias.styles.d.ts +0 -4
  2599. package/cjs/components/Fias/Fias.styles.js +0 -15
  2600. package/cjs/components/Fias/Fias.styles.js.map +0 -1
  2601. package/cjs/components/Fias/FiasModal.d.ts +0 -15
  2602. package/cjs/components/Fias/FiasModal.js +0 -44
  2603. package/cjs/components/Fias/FiasModal.js.map +0 -1
  2604. package/cjs/components/Fias/FiasSearch/FiasSearch.d.ts +0 -56
  2605. package/cjs/components/Fias/FiasSearch/FiasSearch.js +0 -129
  2606. package/cjs/components/Fias/FiasSearch/FiasSearch.js.map +0 -1
  2607. package/cjs/components/Fias/FiasSearch/FiasSearch.md +0 -78
  2608. package/cjs/components/Fias/Form/FiasComboBox.d.ts +0 -34
  2609. package/cjs/components/Fias/Form/FiasComboBox.js +0 -136
  2610. package/cjs/components/Fias/Form/FiasComboBox.js.map +0 -1
  2611. package/cjs/components/Fias/Form/FiasCountrySelector.d.ts +0 -19
  2612. package/cjs/components/Fias/Form/FiasCountrySelector.js +0 -87
  2613. package/cjs/components/Fias/Form/FiasCountrySelector.js.map +0 -1
  2614. package/cjs/components/Fias/Form/FiasForm.d.ts +0 -70
  2615. package/cjs/components/Fias/Form/FiasForm.js +0 -547
  2616. package/cjs/components/Fias/Form/FiasForm.js.map +0 -1
  2617. package/cjs/components/Fias/Form/FiasForm.styles.d.ts +0 -5
  2618. package/cjs/components/Fias/Form/FiasForm.styles.js +0 -24
  2619. package/cjs/components/Fias/Form/FiasForm.styles.js.map +0 -1
  2620. package/cjs/components/Fias/api/FiasAPI.d.ts +0 -26
  2621. package/cjs/components/Fias/api/FiasAPI.js +0 -288
  2622. package/cjs/components/Fias/api/FiasAPI.js.map +0 -1
  2623. package/cjs/components/Fias/api/FiasAPIResultFactory.d.ts +0 -5
  2624. package/cjs/components/Fias/api/FiasAPIResultFactory.js +0 -16
  2625. package/cjs/components/Fias/api/FiasAPIResultFactory.js.map +0 -1
  2626. package/cjs/components/Fias/api/FiasMockAPI.d.ts +0 -8
  2627. package/cjs/components/Fias/api/FiasMockAPI.js +0 -66
  2628. package/cjs/components/Fias/api/FiasMockAPI.js.map +0 -1
  2629. package/cjs/components/Fias/api/data.json +0 -285
  2630. package/cjs/components/Fias/constants/abbreviations.d.ts +0 -3
  2631. package/cjs/components/Fias/constants/abbreviations.js +0 -158
  2632. package/cjs/components/Fias/constants/abbreviations.js.map +0 -1
  2633. package/cjs/components/Fias/index.d.ts +0 -5
  2634. package/cjs/components/Fias/index.js +0 -5
  2635. package/cjs/components/Fias/index.js.map +0 -1
  2636. package/cjs/components/Fias/locale/index.d.ts +0 -4
  2637. package/cjs/components/Fias/locale/index.js +0 -9
  2638. package/cjs/components/Fias/locale/index.js.map +0 -1
  2639. package/cjs/components/Fias/locale/locales/ru.d.ts +0 -2
  2640. package/cjs/components/Fias/locale/locales/ru.js +0 -72
  2641. package/cjs/components/Fias/locale/locales/ru.js.map +0 -1
  2642. package/cjs/components/Fias/locale/types.d.ts +0 -56
  2643. package/cjs/components/Fias/locale/types.js +0 -1
  2644. package/cjs/components/Fias/logger/FiasLogger.d.ts +0 -8
  2645. package/cjs/components/Fias/logger/FiasLogger.js +0 -12
  2646. package/cjs/components/Fias/logger/FiasLogger.js.map +0 -1
  2647. package/cjs/components/Fias/models/FiasAddress.d.ts +0 -96
  2648. package/cjs/components/Fias/models/FiasAddress.js +0 -576
  2649. package/cjs/components/Fias/models/FiasAddress.js.map +0 -1
  2650. package/cjs/components/Fias/models/FiasAddressElement.d.ts +0 -18
  2651. package/cjs/components/Fias/models/FiasAddressElement.js +0 -187
  2652. package/cjs/components/Fias/models/FiasAddressElement.js.map +0 -1
  2653. package/cjs/components/Fias/models/FiasData.d.ts +0 -20
  2654. package/cjs/components/Fias/models/FiasData.js +0 -106
  2655. package/cjs/components/Fias/models/FiasData.js.map +0 -1
  2656. package/cjs/components/Fias/types.d.ts +0 -142
  2657. package/cjs/components/Fias/types.js +0 -109
  2658. package/cjs/components/Fias/types.js.map +0 -1
  2659. package/cjs/components/LocaleProvider/LocaleProvider.d.ts +0 -24
  2660. package/cjs/components/LocaleProvider/LocaleProvider.js +0 -43
  2661. package/cjs/components/LocaleProvider/LocaleProvider.js.map +0 -1
  2662. package/cjs/components/LocaleProvider/index.d.ts +0 -1
  2663. package/cjs/components/LocaleProvider/index.js +0 -1
  2664. package/cjs/components/LocaleProvider/index.js.map +0 -1
  2665. package/cjs/components/Logotype/Logotype.d.ts +0 -82
  2666. package/cjs/components/Logotype/Logotype.js +0 -203
  2667. package/cjs/components/Logotype/Logotype.js.map +0 -1
  2668. package/cjs/components/Logotype/Logotype.md +0 -33
  2669. package/cjs/components/Logotype/Logotype.styles.d.ts +0 -10
  2670. package/cjs/components/Logotype/Logotype.styles.js +0 -91
  2671. package/cjs/components/Logotype/Logotype.styles.js.map +0 -1
  2672. package/cjs/components/Logotype/ProductWidget.d.ts +0 -3
  2673. package/cjs/components/Logotype/ProductWidget.js +0 -17
  2674. package/cjs/components/Logotype/ProductWidget.js.map +0 -1
  2675. package/cjs/components/Logotype/index.d.ts +0 -1
  2676. package/cjs/components/Logotype/index.js +0 -1
  2677. package/cjs/components/Logotype/index.js.map +0 -1
  2678. package/cjs/components/Logotype/locale/index.d.ts +0 -4
  2679. package/cjs/components/Logotype/locale/index.js +0 -11
  2680. package/cjs/components/Logotype/locale/index.js.map +0 -1
  2681. package/cjs/components/Logotype/locale/locales/en.d.ts +0 -2
  2682. package/cjs/components/Logotype/locale/locales/en.js +0 -5
  2683. package/cjs/components/Logotype/locale/locales/en.js.map +0 -1
  2684. package/cjs/components/Logotype/locale/locales/ru.d.ts +0 -2
  2685. package/cjs/components/Logotype/locale/locales/ru.js +0 -5
  2686. package/cjs/components/Logotype/locale/locales/ru.js.map +0 -1
  2687. package/cjs/components/Logotype/locale/types.d.ts +0 -4
  2688. package/cjs/components/Logotype/locale/types.js +0 -1
  2689. package/cjs/components/Modal/helpers.d.ts +0 -6
  2690. package/cjs/components/Modal/helpers.js +0 -20
  2691. package/cjs/components/Modal/helpers.js.map +0 -1
  2692. package/cjs/components/Spinner/SpinnerFallback.d.ts +0 -29
  2693. package/cjs/components/Spinner/SpinnerFallback.js +0 -104
  2694. package/cjs/components/Spinner/SpinnerFallback.js.map +0 -1
  2695. package/cjs/components/Spinner/fallback_circle.png +0 -0
  2696. package/cjs/components/Spinner/fallback_circle_big.png +0 -0
  2697. package/cjs/components/Spinner/fallback_circle_dimmed.png +0 -0
  2698. package/cjs/components/Spinner/fallback_circle_mini.png +0 -0
  2699. package/cjs/components/Spinner/fallback_circle_normal.png +0 -0
  2700. package/cjs/components/Spinner/fallback_cloud_big.png +0 -0
  2701. package/cjs/components/Spinner/fallback_cloud_normal.png +0 -0
  2702. package/cjs/components/ThemeConsumer/ThemeConsumer.d.ts +0 -10
  2703. package/cjs/components/ThemeConsumer/ThemeConsumer.js +0 -17
  2704. package/cjs/components/ThemeConsumer/ThemeConsumer.js.map +0 -1
  2705. package/cjs/components/ThemeConsumer/index.d.ts +0 -1
  2706. package/cjs/components/ThemeConsumer/index.js +0 -1
  2707. package/cjs/components/ThemeConsumer/index.js.map +0 -1
  2708. package/cjs/components/ThemeProvider/ThemeProvider.d.ts +0 -16
  2709. package/cjs/components/ThemeProvider/ThemeProvider.js +0 -56
  2710. package/cjs/components/ThemeProvider/ThemeProvider.js.map +0 -1
  2711. package/cjs/components/ThemeProvider/index.d.ts +0 -1
  2712. package/cjs/components/ThemeProvider/index.js +0 -1
  2713. package/cjs/components/ThemeProvider/index.js.map +0 -1
  2714. package/cjs/components/TopBar/TopBar.d.ts +0 -113
  2715. package/cjs/components/TopBar/TopBar.js +0 -257
  2716. package/cjs/components/TopBar/TopBar.js.map +0 -1
  2717. package/cjs/components/TopBar/TopBar.md +0 -111
  2718. package/cjs/components/TopBar/TopBar.styles.d.ts +0 -24
  2719. package/cjs/components/TopBar/TopBar.styles.js +0 -198
  2720. package/cjs/components/TopBar/TopBar.styles.js.map +0 -1
  2721. package/cjs/components/TopBar/TopBarButtonItem.d.ts +0 -25
  2722. package/cjs/components/TopBar/TopBarButtonItem.js +0 -35
  2723. package/cjs/components/TopBar/TopBarButtonItem.js.map +0 -1
  2724. package/cjs/components/TopBar/TopBarDivider.d.ts +0 -11
  2725. package/cjs/components/TopBar/TopBarDivider.js +0 -17
  2726. package/cjs/components/TopBar/TopBarDivider.js.map +0 -1
  2727. package/cjs/components/TopBar/TopBarDropdown.d.ts +0 -29
  2728. package/cjs/components/TopBar/TopBarDropdown.js +0 -82
  2729. package/cjs/components/TopBar/TopBarDropdown.js.map +0 -1
  2730. package/cjs/components/TopBar/TopBarEnd.d.ts +0 -7
  2731. package/cjs/components/TopBar/TopBarEnd.js +0 -12
  2732. package/cjs/components/TopBar/TopBarEnd.js.map +0 -1
  2733. package/cjs/components/TopBar/TopBarItem.d.ts +0 -32
  2734. package/cjs/components/TopBar/TopBarItem.js +0 -70
  2735. package/cjs/components/TopBar/TopBarItem.js.map +0 -1
  2736. package/cjs/components/TopBar/TopBarLogout.d.ts +0 -15
  2737. package/cjs/components/TopBar/TopBarLogout.js +0 -22
  2738. package/cjs/components/TopBar/TopBarLogout.js.map +0 -1
  2739. package/cjs/components/TopBar/TopBarOrganizations.d.ts +0 -30
  2740. package/cjs/components/TopBar/TopBarOrganizations.js +0 -106
  2741. package/cjs/components/TopBar/TopBarOrganizations.js.map +0 -1
  2742. package/cjs/components/TopBar/TopBarStart.d.ts +0 -7
  2743. package/cjs/components/TopBar/TopBarStart.js +0 -12
  2744. package/cjs/components/TopBar/TopBarStart.js.map +0 -1
  2745. package/cjs/components/TopBar/TopBarUser.d.ts +0 -26
  2746. package/cjs/components/TopBar/TopBarUser.js +0 -58
  2747. package/cjs/components/TopBar/TopBarUser.js.map +0 -1
  2748. package/cjs/components/TopBar/index.d.ts +0 -10
  2749. package/cjs/components/TopBar/index.js +0 -10
  2750. package/cjs/components/TopBar/index.js.map +0 -1
  2751. package/cjs/components/TopBar/locale/index.d.ts +0 -4
  2752. package/cjs/components/TopBar/locale/index.js +0 -11
  2753. package/cjs/components/TopBar/locale/index.js.map +0 -1
  2754. package/cjs/components/TopBar/locale/locales/en.d.ts +0 -2
  2755. package/cjs/components/TopBar/locale/locales/en.js +0 -7
  2756. package/cjs/components/TopBar/locale/locales/en.js.map +0 -1
  2757. package/cjs/components/TopBar/locale/locales/ru.d.ts +0 -2
  2758. package/cjs/components/TopBar/locale/locales/ru.js +0 -7
  2759. package/cjs/components/TopBar/locale/locales/ru.js.map +0 -1
  2760. package/cjs/components/TopBar/locale/types.d.ts +0 -6
  2761. package/cjs/components/TopBar/locale/types.js +0 -1
  2762. package/cjs/components/TopBar/locale/types.js.map +0 -1
  2763. package/cjs/internal/MaskedInput/mask-char-font/font.eot +0 -0
  2764. package/cjs/internal/MaskedInput/mask-char-font/font.woff +0 -0
  2765. package/cjs/internal/MaskedInput/mask-char-font/font.woff2 +0 -0
  2766. package/cjs/internal/SpinnerOld/SpinnerOld.d.ts +0 -47
  2767. package/cjs/internal/SpinnerOld/SpinnerOld.js +0 -128
  2768. package/cjs/internal/SpinnerOld/SpinnerOld.js.map +0 -1
  2769. package/cjs/internal/SpinnerOld/SpinnerOld.styles.d.ts +0 -14
  2770. package/cjs/internal/SpinnerOld/SpinnerOld.styles.js +0 -94
  2771. package/cjs/internal/SpinnerOld/SpinnerOld.styles.js.map +0 -1
  2772. package/cjs/internal/SpinnerOld/SpinnerOldFallback.d.ts +0 -30
  2773. package/cjs/internal/SpinnerOld/SpinnerOldFallback.js +0 -120
  2774. package/cjs/internal/SpinnerOld/SpinnerOldFallback.js.map +0 -1
  2775. package/cjs/internal/SpinnerOld/fallback_circle.png +0 -0
  2776. package/cjs/internal/SpinnerOld/fallback_circle_dimmed.png +0 -0
  2777. package/cjs/internal/SpinnerOld/fallback_cloud_big.png +0 -0
  2778. package/cjs/internal/SpinnerOld/fallback_cloud_normal.png +0 -0
  2779. package/cjs/internal/SpinnerOld/index.d.ts +0 -1
  2780. package/cjs/internal/SpinnerOld/index.js +0 -1
  2781. package/cjs/internal/SpinnerOld/index.js.map +0 -1
  2782. package/cjs/internal/SpinnerOld/locale/index.d.ts +0 -4
  2783. package/cjs/internal/SpinnerOld/locale/index.js +0 -11
  2784. package/cjs/internal/SpinnerOld/locale/index.js.map +0 -1
  2785. package/cjs/internal/SpinnerOld/locale/locales/en.d.ts +0 -2
  2786. package/cjs/internal/SpinnerOld/locale/locales/en.js +0 -4
  2787. package/cjs/internal/SpinnerOld/locale/locales/en.js.map +0 -1
  2788. package/cjs/internal/SpinnerOld/locale/locales/ru.d.ts +0 -2
  2789. package/cjs/internal/SpinnerOld/locale/locales/ru.js +0 -4
  2790. package/cjs/internal/SpinnerOld/locale/locales/ru.js.map +0 -1
  2791. package/cjs/internal/SpinnerOld/locale/types.d.ts +0 -4
  2792. package/cjs/internal/SpinnerOld/locale/types.js +0 -1
  2793. package/cjs/internal/SpinnerOld/locale/types.js.map +0 -1
  2794. package/cjs/internal/icons/20px/Kontur-Iconic-eco-20px.eot +0 -0
  2795. package/cjs/internal/icons/20px/Kontur-Iconic-eco-20px.woff +0 -0
  2796. package/cjs/internal/icons/20px/Kontur-Iconic-eco-20px.woff2 +0 -0
  2797. package/cjs/internal/icons/SpinnerOldIcon.d.ts +0 -11
  2798. package/cjs/internal/icons/SpinnerOldIcon.js +0 -51
  2799. package/cjs/internal/icons/SpinnerOldIcon.js.map +0 -1
  2800. package/cjs/internal/themes/FlatTheme.d.ts +0 -210
  2801. package/cjs/internal/themes/FlatTheme.js +0 -311
  2802. package/cjs/internal/themes/FlatTheme.js.map +0 -1
  2803. package/cjs/lib/MockDate.d.ts +0 -8
  2804. package/cjs/lib/MockDate.js +0 -15
  2805. package/cjs/lib/MockDate.js.map +0 -1
  2806. package/cjs/lib/dom/getFocusableElements.d.ts +0 -41
  2807. package/cjs/lib/dom/getFocusableElements.js +0 -88
  2808. package/cjs/lib/dom/getFocusableElements.js.map +0 -1
  2809. package/cjs/lib/theming/themes/FlatTheme.d.ts +0 -1
  2810. package/cjs/lib/theming/themes/FlatTheme.js +0 -4
  2811. package/cjs/lib/theming/themes/FlatTheme.js.map +0 -1
  2812. package/components/Fias/Fias/Fias.js +0 -341
  2813. package/components/Fias/Fias/Fias.js.map +0 -1
  2814. package/components/Fias/Fias/package.json +0 -6
  2815. package/components/Fias/Fias.d.ts +0 -130
  2816. package/components/Fias/Fias.md +0 -451
  2817. package/components/Fias/Fias.styles/Fias.styles.js +0 -31
  2818. package/components/Fias/Fias.styles/Fias.styles.js.map +0 -1
  2819. package/components/Fias/Fias.styles/package.json +0 -6
  2820. package/components/Fias/Fias.styles.d.ts +0 -4
  2821. package/components/Fias/FiasModal/FiasModal.js +0 -58
  2822. package/components/Fias/FiasModal/FiasModal.js.map +0 -1
  2823. package/components/Fias/FiasModal/package.json +0 -6
  2824. package/components/Fias/FiasModal.d.ts +0 -15
  2825. package/components/Fias/FiasSearch/FiasSearch/FiasSearch.js +0 -153
  2826. package/components/Fias/FiasSearch/FiasSearch/FiasSearch.js.map +0 -1
  2827. package/components/Fias/FiasSearch/FiasSearch/package.json +0 -6
  2828. package/components/Fias/FiasSearch/FiasSearch.d.ts +0 -56
  2829. package/components/Fias/FiasSearch/FiasSearch.md +0 -78
  2830. package/components/Fias/Form/FiasComboBox/FiasComboBox.js +0 -167
  2831. package/components/Fias/Form/FiasComboBox/FiasComboBox.js.map +0 -1
  2832. package/components/Fias/Form/FiasComboBox/package.json +0 -6
  2833. package/components/Fias/Form/FiasComboBox.d.ts +0 -34
  2834. package/components/Fias/Form/FiasCountrySelector/FiasCountrySelector.js +0 -130
  2835. package/components/Fias/Form/FiasCountrySelector/FiasCountrySelector.js.map +0 -1
  2836. package/components/Fias/Form/FiasCountrySelector/package.json +0 -6
  2837. package/components/Fias/Form/FiasCountrySelector.d.ts +0 -19
  2838. package/components/Fias/Form/FiasForm/FiasForm.js +0 -584
  2839. package/components/Fias/Form/FiasForm/FiasForm.js.map +0 -1
  2840. package/components/Fias/Form/FiasForm/package.json +0 -6
  2841. package/components/Fias/Form/FiasForm.d.ts +0 -70
  2842. package/components/Fias/Form/FiasForm.styles/FiasForm.styles.js +0 -45
  2843. package/components/Fias/Form/FiasForm.styles/FiasForm.styles.js.map +0 -1
  2844. package/components/Fias/Form/FiasForm.styles/package.json +0 -6
  2845. package/components/Fias/Form/FiasForm.styles.d.ts +0 -5
  2846. package/components/Fias/api/FiasAPI/FiasAPI.js +0 -303
  2847. package/components/Fias/api/FiasAPI/FiasAPI.js.map +0 -1
  2848. package/components/Fias/api/FiasAPI/package.json +0 -6
  2849. package/components/Fias/api/FiasAPI.d.ts +0 -26
  2850. package/components/Fias/api/FiasAPIResultFactory/FiasAPIResultFactory.js +0 -19
  2851. package/components/Fias/api/FiasAPIResultFactory/FiasAPIResultFactory.js.map +0 -1
  2852. package/components/Fias/api/FiasAPIResultFactory/package.json +0 -6
  2853. package/components/Fias/api/FiasAPIResultFactory.d.ts +0 -5
  2854. package/components/Fias/api/FiasMockAPI/FiasMockAPI.js +0 -113
  2855. package/components/Fias/api/FiasMockAPI/FiasMockAPI.js.map +0 -1
  2856. package/components/Fias/api/FiasMockAPI/package.json +0 -6
  2857. package/components/Fias/api/FiasMockAPI.d.ts +0 -8
  2858. package/components/Fias/api/data.json +0 -285
  2859. package/components/Fias/constants/abbreviations/abbreviations.js +0 -154
  2860. package/components/Fias/constants/abbreviations/abbreviations.js.map +0 -1
  2861. package/components/Fias/constants/abbreviations/package.json +0 -6
  2862. package/components/Fias/constants/abbreviations.d.ts +0 -3
  2863. package/components/Fias/index/index.js +0 -5
  2864. package/components/Fias/index/index.js.map +0 -1
  2865. package/components/Fias/index/package.json +0 -6
  2866. package/components/Fias/index.d.ts +0 -5
  2867. package/components/Fias/locale/index/index.js +0 -7
  2868. package/components/Fias/locale/index/index.js.map +0 -1
  2869. package/components/Fias/locale/index/package.json +0 -6
  2870. package/components/Fias/locale/index.d.ts +0 -4
  2871. package/components/Fias/locale/locales/ru/package.json +0 -6
  2872. package/components/Fias/locale/locales/ru/ru.js +0 -56
  2873. package/components/Fias/locale/locales/ru/ru.js.map +0 -1
  2874. package/components/Fias/locale/locales/ru.d.ts +0 -2
  2875. package/components/Fias/locale/package.json +0 -6
  2876. package/components/Fias/locale/types/package.json +0 -6
  2877. package/components/Fias/locale/types/types.js +0 -0
  2878. package/components/Fias/locale/types/types.js.map +0 -1
  2879. package/components/Fias/locale/types.d.ts +0 -56
  2880. package/components/Fias/logger/FiasLogger/FiasLogger.js +0 -11
  2881. package/components/Fias/logger/FiasLogger/FiasLogger.js.map +0 -1
  2882. package/components/Fias/logger/FiasLogger/package.json +0 -6
  2883. package/components/Fias/logger/FiasLogger.d.ts +0 -8
  2884. package/components/Fias/models/FiasAddress/FiasAddress.js +0 -739
  2885. package/components/Fias/models/FiasAddress/FiasAddress.js.map +0 -1
  2886. package/components/Fias/models/FiasAddress/package.json +0 -6
  2887. package/components/Fias/models/FiasAddress.d.ts +0 -96
  2888. package/components/Fias/models/FiasAddressElement/FiasAddressElement.js +0 -221
  2889. package/components/Fias/models/FiasAddressElement/FiasAddressElement.js.map +0 -1
  2890. package/components/Fias/models/FiasAddressElement/package.json +0 -6
  2891. package/components/Fias/models/FiasAddressElement.d.ts +0 -18
  2892. package/components/Fias/models/FiasData/FiasData.js +0 -99
  2893. package/components/Fias/models/FiasData/FiasData.js.map +0 -1
  2894. package/components/Fias/models/FiasData/package.json +0 -6
  2895. package/components/Fias/models/FiasData.d.ts +0 -20
  2896. package/components/Fias/package.json +0 -6
  2897. package/components/Fias/types/package.json +0 -6
  2898. package/components/Fias/types/types.js +0 -53
  2899. package/components/Fias/types/types.js.map +0 -1
  2900. package/components/Fias/types.d.ts +0 -142
  2901. package/components/LocaleProvider/LocaleProvider/LocaleProvider.js +0 -60
  2902. package/components/LocaleProvider/LocaleProvider/LocaleProvider.js.map +0 -1
  2903. package/components/LocaleProvider/LocaleProvider/package.json +0 -6
  2904. package/components/LocaleProvider/LocaleProvider.d.ts +0 -24
  2905. package/components/LocaleProvider/index/index.js +0 -1
  2906. package/components/LocaleProvider/index/index.js.map +0 -1
  2907. package/components/LocaleProvider/index/package.json +0 -6
  2908. package/components/LocaleProvider/index.d.ts +0 -1
  2909. package/components/LocaleProvider/package.json +0 -6
  2910. package/components/Logotype/Logotype/Logotype.js +0 -169
  2911. package/components/Logotype/Logotype/Logotype.js.map +0 -1
  2912. package/components/Logotype/Logotype/package.json +0 -6
  2913. package/components/Logotype/Logotype.d.ts +0 -82
  2914. package/components/Logotype/Logotype.md +0 -33
  2915. package/components/Logotype/Logotype.styles/Logotype.styles.js +0 -110
  2916. package/components/Logotype/Logotype.styles/Logotype.styles.js.map +0 -1
  2917. package/components/Logotype/Logotype.styles/package.json +0 -6
  2918. package/components/Logotype/Logotype.styles.d.ts +0 -10
  2919. package/components/Logotype/ProductWidget/ProductWidget.js +0 -19
  2920. package/components/Logotype/ProductWidget/ProductWidget.js.map +0 -1
  2921. package/components/Logotype/ProductWidget/package.json +0 -6
  2922. package/components/Logotype/ProductWidget.d.ts +0 -3
  2923. package/components/Logotype/index/index.js +0 -1
  2924. package/components/Logotype/index/index.js.map +0 -1
  2925. package/components/Logotype/index/package.json +0 -6
  2926. package/components/Logotype/index.d.ts +0 -1
  2927. package/components/Logotype/locale/index/index.js +0 -8
  2928. package/components/Logotype/locale/index/index.js.map +0 -1
  2929. package/components/Logotype/locale/index/package.json +0 -6
  2930. package/components/Logotype/locale/index.d.ts +0 -4
  2931. package/components/Logotype/locale/locales/en/en.js +0 -4
  2932. package/components/Logotype/locale/locales/en/en.js.map +0 -1
  2933. package/components/Logotype/locale/locales/en/package.json +0 -6
  2934. package/components/Logotype/locale/locales/en.d.ts +0 -2
  2935. package/components/Logotype/locale/locales/ru/package.json +0 -6
  2936. package/components/Logotype/locale/locales/ru/ru.js +0 -4
  2937. package/components/Logotype/locale/locales/ru/ru.js.map +0 -1
  2938. package/components/Logotype/locale/locales/ru.d.ts +0 -2
  2939. package/components/Logotype/locale/package.json +0 -6
  2940. package/components/Logotype/locale/types/package.json +0 -6
  2941. package/components/Logotype/locale/types/types.js +0 -0
  2942. package/components/Logotype/locale/types/types.js.map +0 -1
  2943. package/components/Logotype/locale/types.d.ts +0 -4
  2944. package/components/Logotype/package.json +0 -6
  2945. package/components/Modal/helpers/helpers.js +0 -10
  2946. package/components/Modal/helpers/helpers.js.map +0 -1
  2947. package/components/Modal/helpers/package.json +0 -6
  2948. package/components/Modal/helpers.d.ts +0 -6
  2949. package/components/Spinner/SpinnerFallback/SpinnerFallback.js +0 -107
  2950. package/components/Spinner/SpinnerFallback/SpinnerFallback.js.map +0 -1
  2951. package/components/Spinner/SpinnerFallback/package.json +0 -6
  2952. package/components/Spinner/SpinnerFallback.d.ts +0 -29
  2953. package/components/Spinner/fallback_circle.png +0 -0
  2954. package/components/Spinner/fallback_circle_big.png +0 -0
  2955. package/components/Spinner/fallback_circle_dimmed.png +0 -0
  2956. package/components/Spinner/fallback_circle_mini.png +0 -0
  2957. package/components/Spinner/fallback_circle_normal.png +0 -0
  2958. package/components/Spinner/fallback_cloud_big.png +0 -0
  2959. package/components/Spinner/fallback_cloud_normal.png +0 -0
  2960. package/components/ThemeConsumer/ThemeConsumer/ThemeConsumer.js +0 -25
  2961. package/components/ThemeConsumer/ThemeConsumer/ThemeConsumer.js.map +0 -1
  2962. package/components/ThemeConsumer/ThemeConsumer/package.json +0 -6
  2963. package/components/ThemeConsumer/ThemeConsumer.d.ts +0 -10
  2964. package/components/ThemeConsumer/index/index.js +0 -1
  2965. package/components/ThemeConsumer/index/index.js.map +0 -1
  2966. package/components/ThemeConsumer/index/package.json +0 -6
  2967. package/components/ThemeConsumer/index.d.ts +0 -1
  2968. package/components/ThemeConsumer/package.json +0 -6
  2969. package/components/ThemeProvider/ThemeProvider/ThemeProvider.js +0 -51
  2970. package/components/ThemeProvider/ThemeProvider/ThemeProvider.js.map +0 -1
  2971. package/components/ThemeProvider/ThemeProvider/package.json +0 -6
  2972. package/components/ThemeProvider/ThemeProvider.d.ts +0 -16
  2973. package/components/ThemeProvider/index/index.js +0 -1
  2974. package/components/ThemeProvider/index/index.js.map +0 -1
  2975. package/components/ThemeProvider/index/package.json +0 -6
  2976. package/components/ThemeProvider/index.d.ts +0 -1
  2977. package/components/ThemeProvider/package.json +0 -6
  2978. package/components/TopBar/TopBar/TopBar.js +0 -208
  2979. package/components/TopBar/TopBar/TopBar.js.map +0 -1
  2980. package/components/TopBar/TopBar/package.json +0 -6
  2981. package/components/TopBar/TopBar.d.ts +0 -113
  2982. package/components/TopBar/TopBar.md +0 -111
  2983. package/components/TopBar/TopBar.styles/TopBar.styles.js +0 -292
  2984. package/components/TopBar/TopBar.styles/TopBar.styles.js.map +0 -1
  2985. package/components/TopBar/TopBar.styles/package.json +0 -6
  2986. package/components/TopBar/TopBar.styles.d.ts +0 -24
  2987. package/components/TopBar/TopBarButtonItem/TopBarButtonItem.js +0 -42
  2988. package/components/TopBar/TopBarButtonItem/TopBarButtonItem.js.map +0 -1
  2989. package/components/TopBar/TopBarButtonItem/package.json +0 -6
  2990. package/components/TopBar/TopBarButtonItem.d.ts +0 -25
  2991. package/components/TopBar/TopBarDivider/TopBarDivider.js +0 -18
  2992. package/components/TopBar/TopBarDivider/TopBarDivider.js.map +0 -1
  2993. package/components/TopBar/TopBarDivider/package.json +0 -6
  2994. package/components/TopBar/TopBarDivider.d.ts +0 -11
  2995. package/components/TopBar/TopBarDropdown/TopBarDropdown.js +0 -84
  2996. package/components/TopBar/TopBarDropdown/TopBarDropdown.js.map +0 -1
  2997. package/components/TopBar/TopBarDropdown/package.json +0 -6
  2998. package/components/TopBar/TopBarDropdown.d.ts +0 -29
  2999. package/components/TopBar/TopBarEnd/TopBarEnd.js +0 -15
  3000. package/components/TopBar/TopBarEnd/TopBarEnd.js.map +0 -1
  3001. package/components/TopBar/TopBarEnd/package.json +0 -6
  3002. package/components/TopBar/TopBarEnd.d.ts +0 -7
  3003. package/components/TopBar/TopBarItem/TopBarItem.js +0 -76
  3004. package/components/TopBar/TopBarItem/TopBarItem.js.map +0 -1
  3005. package/components/TopBar/TopBarItem/package.json +0 -6
  3006. package/components/TopBar/TopBarItem.d.ts +0 -32
  3007. package/components/TopBar/TopBarLogout/TopBarLogout.js +0 -39
  3008. package/components/TopBar/TopBarLogout/TopBarLogout.js.map +0 -1
  3009. package/components/TopBar/TopBarLogout/package.json +0 -6
  3010. package/components/TopBar/TopBarLogout.d.ts +0 -15
  3011. package/components/TopBar/TopBarOrganizations/TopBarOrganizations.js +0 -113
  3012. package/components/TopBar/TopBarOrganizations/TopBarOrganizations.js.map +0 -1
  3013. package/components/TopBar/TopBarOrganizations/package.json +0 -6
  3014. package/components/TopBar/TopBarOrganizations.d.ts +0 -30
  3015. package/components/TopBar/TopBarStart/TopBarStart.js +0 -15
  3016. package/components/TopBar/TopBarStart/TopBarStart.js.map +0 -1
  3017. package/components/TopBar/TopBarStart/package.json +0 -6
  3018. package/components/TopBar/TopBarStart.d.ts +0 -7
  3019. package/components/TopBar/TopBarUser/TopBarUser.js +0 -72
  3020. package/components/TopBar/TopBarUser/TopBarUser.js.map +0 -1
  3021. package/components/TopBar/TopBarUser/package.json +0 -6
  3022. package/components/TopBar/TopBarUser.d.ts +0 -26
  3023. package/components/TopBar/index/index.js +0 -10
  3024. package/components/TopBar/index/index.js.map +0 -1
  3025. package/components/TopBar/index/package.json +0 -6
  3026. package/components/TopBar/index.d.ts +0 -10
  3027. package/components/TopBar/locale/index/index.js +0 -8
  3028. package/components/TopBar/locale/index/index.js.map +0 -1
  3029. package/components/TopBar/locale/index/package.json +0 -6
  3030. package/components/TopBar/locale/index.d.ts +0 -4
  3031. package/components/TopBar/locale/locales/en/en.js +0 -6
  3032. package/components/TopBar/locale/locales/en/en.js.map +0 -1
  3033. package/components/TopBar/locale/locales/en/package.json +0 -6
  3034. package/components/TopBar/locale/locales/en.d.ts +0 -2
  3035. package/components/TopBar/locale/locales/ru/package.json +0 -6
  3036. package/components/TopBar/locale/locales/ru/ru.js +0 -6
  3037. package/components/TopBar/locale/locales/ru/ru.js.map +0 -1
  3038. package/components/TopBar/locale/locales/ru.d.ts +0 -2
  3039. package/components/TopBar/locale/package.json +0 -6
  3040. package/components/TopBar/locale/types/package.json +0 -6
  3041. package/components/TopBar/locale/types/types.js +0 -0
  3042. package/components/TopBar/locale/types/types.js.map +0 -1
  3043. package/components/TopBar/locale/types.d.ts +0 -6
  3044. package/components/TopBar/package.json +0 -6
  3045. package/internal/MaskedInput/mask-char-font/font.eot +0 -0
  3046. package/internal/MaskedInput/mask-char-font/font.woff +0 -0
  3047. package/internal/MaskedInput/mask-char-font/font.woff2 +0 -0
  3048. package/internal/SpinnerOld/SpinnerOld/SpinnerOld.js +0 -112
  3049. package/internal/SpinnerOld/SpinnerOld/SpinnerOld.js.map +0 -1
  3050. package/internal/SpinnerOld/SpinnerOld/package.json +0 -6
  3051. package/internal/SpinnerOld/SpinnerOld.d.ts +0 -47
  3052. package/internal/SpinnerOld/SpinnerOld.styles/SpinnerOld.styles.js +0 -163
  3053. package/internal/SpinnerOld/SpinnerOld.styles/SpinnerOld.styles.js.map +0 -1
  3054. package/internal/SpinnerOld/SpinnerOld.styles/package.json +0 -6
  3055. package/internal/SpinnerOld/SpinnerOld.styles.d.ts +0 -14
  3056. package/internal/SpinnerOld/SpinnerOldFallback/SpinnerOldFallback.js +0 -126
  3057. package/internal/SpinnerOld/SpinnerOldFallback/SpinnerOldFallback.js.map +0 -1
  3058. package/internal/SpinnerOld/SpinnerOldFallback/package.json +0 -6
  3059. package/internal/SpinnerOld/SpinnerOldFallback.d.ts +0 -30
  3060. package/internal/SpinnerOld/fallback_circle.png +0 -0
  3061. package/internal/SpinnerOld/fallback_circle_dimmed.png +0 -0
  3062. package/internal/SpinnerOld/fallback_cloud_big.png +0 -0
  3063. package/internal/SpinnerOld/fallback_cloud_normal.png +0 -0
  3064. package/internal/SpinnerOld/index/index.js +0 -1
  3065. package/internal/SpinnerOld/index/index.js.map +0 -1
  3066. package/internal/SpinnerOld/index/package.json +0 -6
  3067. package/internal/SpinnerOld/index.d.ts +0 -1
  3068. package/internal/SpinnerOld/locale/index/index.js +0 -8
  3069. package/internal/SpinnerOld/locale/index/index.js.map +0 -1
  3070. package/internal/SpinnerOld/locale/index/package.json +0 -6
  3071. package/internal/SpinnerOld/locale/index.d.ts +0 -4
  3072. package/internal/SpinnerOld/locale/locales/en/en.js +0 -3
  3073. package/internal/SpinnerOld/locale/locales/en/en.js.map +0 -1
  3074. package/internal/SpinnerOld/locale/locales/en/package.json +0 -6
  3075. package/internal/SpinnerOld/locale/locales/en.d.ts +0 -2
  3076. package/internal/SpinnerOld/locale/locales/ru/package.json +0 -6
  3077. package/internal/SpinnerOld/locale/locales/ru/ru.js +0 -3
  3078. package/internal/SpinnerOld/locale/locales/ru/ru.js.map +0 -1
  3079. package/internal/SpinnerOld/locale/locales/ru.d.ts +0 -2
  3080. package/internal/SpinnerOld/locale/package.json +0 -6
  3081. package/internal/SpinnerOld/locale/types/package.json +0 -6
  3082. package/internal/SpinnerOld/locale/types/types.js +0 -0
  3083. package/internal/SpinnerOld/locale/types/types.js.map +0 -1
  3084. package/internal/SpinnerOld/locale/types.d.ts +0 -4
  3085. package/internal/SpinnerOld/package.json +0 -6
  3086. package/internal/icons/20px/Kontur-Iconic-eco-20px.eot +0 -0
  3087. package/internal/icons/20px/Kontur-Iconic-eco-20px.woff +0 -0
  3088. package/internal/icons/20px/Kontur-Iconic-eco-20px.woff2 +0 -0
  3089. package/internal/icons/SpinnerOldIcon/SpinnerOldIcon.js +0 -46
  3090. package/internal/icons/SpinnerOldIcon/SpinnerOldIcon.js.map +0 -1
  3091. package/internal/icons/SpinnerOldIcon/package.json +0 -6
  3092. package/internal/icons/SpinnerOldIcon.d.ts +0 -11
  3093. package/internal/themes/FlatTheme/FlatTheme.js +0 -422
  3094. package/internal/themes/FlatTheme/FlatTheme.js.map +0 -1
  3095. package/internal/themes/FlatTheme/package.json +0 -6
  3096. package/internal/themes/FlatTheme.d.ts +0 -210
  3097. package/lib/MockDate/MockDate.js +0 -28
  3098. package/lib/MockDate/MockDate.js.map +0 -1
  3099. package/lib/MockDate/package.json +0 -6
  3100. package/lib/MockDate.d.ts +0 -8
  3101. package/lib/dom/getFocusableElements/getFocusableElements.js +0 -103
  3102. package/lib/dom/getFocusableElements/getFocusableElements.js.map +0 -1
  3103. package/lib/dom/getFocusableElements/package.json +0 -6
  3104. package/lib/dom/getFocusableElements.d.ts +0 -41
  3105. package/lib/theming/themes/FlatTheme/FlatTheme.js +0 -3
  3106. package/lib/theming/themes/FlatTheme/FlatTheme.js.map +0 -1
  3107. package/lib/theming/themes/FlatTheme/package.json +0 -6
  3108. package/lib/theming/themes/FlatTheme.d.ts +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,2521 @@
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
+ ## [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)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **Gapped:** correctly filter falsy childs ([#2692](https://github.com/skbkontur/retail-ui/issues/2692)) ([8e21e60](https://github.com/skbkontur/retail-ui/commit/8e21e60a7b7899945c2c101e48ede1a6e3360406))
12
+ * **Loader:** use `forEach` from `Array` ([#2702](https://github.com/skbkontur/retail-ui/issues/2702)) ([167a07a](https://github.com/skbkontur/retail-ui/commit/167a07ac3b8057396ce292d79f5bb21b9f1c7bd6))
13
+ * **RadioGroup:** fix types inference ([#2703](https://github.com/skbkontur/retail-ui/issues/2703)) ([4d410ab](https://github.com/skbkontur/retail-ui/commit/4d410ab8cf9d6d8b56f927e3b7efd698abf83920))
14
+
15
+
16
+
17
+
18
+
19
+ ## [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)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **Button:** disable focus in loading state ([#2661](https://github.com/skbkontur/retail-ui/issues/2661)) ([1c910c1](https://github.com/skbkontur/retail-ui/commit/1c910c16a11ba81b6799d74106c74bc2afc1fd57))
25
+ * **Checkbox,Radio:** firing events onChange manually for Firefox ([6c19412](https://github.com/skbkontur/retail-ui/commit/6c19412b1c348666c802191ca851e4670df8edcc))
26
+ * **CurrencyInput:** refactor Input scroll on cursor is moving ([4e2e8d1](https://github.com/skbkontur/retail-ui/commit/4e2e8d135a05025454a213b77697b419bf7e1aca))
27
+ * **select:** add handleKey to search div ([#2660](https://github.com/skbkontur/retail-ui/issues/2660)) ([310b963](https://github.com/skbkontur/retail-ui/commit/310b963a510b134b391f6cae773a7b4940986623))
28
+ * **SidePage:** use `isTestEnv` by default for `disableAnimations` ([b4035e8](https://github.com/skbkontur/retail-ui/commit/b4035e8d2beb0a1886ba0b6590838ac363c79210))
29
+
30
+
31
+
32
+
33
+
34
+ ## [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)
35
+
36
+
37
+ ### Bug Fixes
38
+
39
+ * **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))
40
+
41
+
42
+
43
+
44
+
45
+ ## [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)
46
+
47
+
48
+ ### Bug Fixes
49
+
50
+ * **ComboBox:** fix blur in Chrome ([#2665](https://github.com/skbkontur/retail-ui/issues/2665)) ([dab2ef0](https://github.com/skbkontur/retail-ui/commit/dab2ef0a16f878e179dd1ae98cebc3d69a6b7987))
51
+ * **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))
52
+ * **SidePage:** add offset prop ([#2626](https://github.com/skbkontur/retail-ui/issues/2626)) ([59b0257](https://github.com/skbkontur/retail-ui/commit/59b0257634a82bde15bca415e4f803076c89cf7a))
53
+
54
+
55
+
56
+
57
+
58
+ # [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)
59
+
60
+
61
+ ### Bug Fixes
62
+
63
+ * **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))
64
+
65
+
66
+ ### Features
67
+
68
+ * **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))
69
+
70
+
71
+
72
+
73
+
74
+ ## [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)
75
+
76
+
77
+ ### Bug Fixes
78
+
79
+ * **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))
80
+ * **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)
81
+ * **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))
82
+
83
+
84
+
85
+
86
+
87
+ ## [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)
88
+
89
+
90
+ ### Bug Fixes
91
+
92
+ * **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))
93
+ * **RadioGroup:** problem with value type inference ([#2607](https://github.com/skbkontur/retail-ui/issues/2607)) ([d6136e4](https://github.com/skbkontur/retail-ui/commit/d6136e45a311b00f39bc5c741cef07aacf8d2f4f))
94
+ * **Select:** add vars for disabled state ([#2610](https://github.com/skbkontur/retail-ui/issues/2610)) ([7300141](https://github.com/skbkontur/retail-ui/commit/73001417ba004754c8f52da377ceff1fff0b6027))
95
+
96
+
97
+
98
+
99
+
100
+ ## [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)
101
+
102
+
103
+ ### Bug Fixes
104
+
105
+ * **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))
106
+ * **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)
107
+
108
+
109
+
110
+
111
+
112
+ ## [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)
113
+
114
+
115
+ ### Bug Fixes
116
+
117
+ * **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))
118
+ * **Toggle:** add id prop ([#2597](https://github.com/skbkontur/retail-ui/issues/2597)) ([82846db](https://github.com/skbkontur/retail-ui/commit/82846dbacff71a844867b88f7acb1c33eaef8bb9))
119
+ * **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))
120
+
121
+
122
+
123
+
124
+
125
+ ## [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)
126
+
127
+
128
+ ### Bug Fixes
129
+
130
+ * **Checkbox:** remove user-select:none ([#2586](https://github.com/skbkontur/retail-ui/issues/2586)) ([4da5f0c](https://github.com/skbkontur/retail-ui/commit/4da5f0cdc09d8e01f7d4ab7a7b01e58fdbad56b3))
131
+ * **Kebab:** restore menuMaxHeight prop ([#2588](https://github.com/skbkontur/retail-ui/issues/2588)) ([20b82ce](https://github.com/skbkontur/retail-ui/commit/20b82ce8a4e7a411e42f6b2c848de1308617cbdb))
132
+ * **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))
133
+ * **Toggle:** recover disabled caption styles ([#2582](https://github.com/skbkontur/retail-ui/issues/2582)) ([ef9fe96](https://github.com/skbkontur/retail-ui/commit/ef9fe969e0b59afe5ebe5c22827aa5bcdbd653f1))
134
+
135
+
136
+
137
+
138
+
139
+ # [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)
140
+
141
+
142
+ ### Bug Fixes
143
+
144
+ * **ComboBox:** handle falsy values correctly ([#2563](https://github.com/skbkontur/retail-ui/issues/2563)) ([2df7e09](https://github.com/skbkontur/retail-ui/commit/2df7e09ec6fd8f4ab9e999654263acbe8d989803))
145
+ * **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))
146
+ * **ThemePlayground:** computed vars are visible in the ThemeEditor ([62f191e](https://github.com/skbkontur/retail-ui/commit/62f191efa0234cc72175e05dcb543284fada7d7e))
147
+ * **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))
148
+
149
+
150
+ ### Features
151
+
152
+ * **Upgrades:** abillity to customize classNames prefix ([#2561](https://github.com/skbkontur/retail-ui/issues/2561)) ([fbc9ced](https://github.com/skbkontur/retail-ui/commit/fbc9ceda8d9cb9c2be7d69a7fa199cf7c9745cee))
153
+
154
+
155
+
156
+
157
+
158
+ ## [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)
159
+
160
+
161
+ ### Bug Fixes
162
+
163
+ * **Button:** add btnBackgroundClip theme var ([72708f9](https://github.com/skbkontur/retail-ui/commit/72708f9c1f58f248bf53dd0f2e75088a100711d4))
164
+ * **Button:** add title prop ([#2569](https://github.com/skbkontur/retail-ui/issues/2569)) ([5140e96](https://github.com/skbkontur/retail-ui/commit/5140e96fbd33c57aa15a720935f6904e02b1f315))
165
+ * **Paging:** use default cursor style for disabled paging link ([788f70a](https://github.com/skbkontur/retail-ui/commit/788f70a3dd3385165f3ffa0de0eb02cca887e584))
166
+ * **TokenInput:** add public focus/blur methods ([0137266](https://github.com/skbkontur/retail-ui/commit/0137266810f09f139974a3480650587bb4b69d15))
167
+
168
+
169
+
170
+
171
+
172
+ ## [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)
173
+
174
+
175
+ ### Bug Fixes
176
+
177
+ * **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)
178
+ * **FxInput:** remove refInput prop from spread ([c5f403d](https://github.com/skbkontur/retail-ui/commit/c5f403dec7342b8ce29bdb9571fba0569eefc6a6))
179
+ * **HideBodyVerticalScroll:** now scrollbar hiding always ([#2540](https://github.com/skbkontur/retail-ui/issues/2540)) ([c93db68](https://github.com/skbkontur/retail-ui/commit/c93db684f2954b075794c2ac26db761b72953614))
180
+ * **PopupMenu:** move width property from internalMenu to Popup ([20643a4](https://github.com/skbkontur/retail-ui/commit/20643a437cf302a3f017822c54320827f869932d))
181
+ * **SidePage:** replace icon close tag from link to button ([4458332](https://github.com/skbkontur/retail-ui/commit/4458332a79a143295e42ec9388ea27d0b94a7b21))
182
+ * **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))
183
+ * **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))
184
+
185
+
186
+
187
+
188
+
189
+ # [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)
190
+
191
+
192
+ ### Bug Fixes
193
+
194
+ * **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)
195
+ * **Loader:** fix focus disabling ([fcc5e1e](https://github.com/skbkontur/retail-ui/commit/fcc5e1e42dcacffcb5d0abcb79998c3e0a107e2e))
196
+ * **radio:** remove focus styles on mouse click ([876a1b8](https://github.com/skbkontur/retail-ui/commit/876a1b87ce5b0a16fe212b5a74680be7e20e1b3b))
197
+ * **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))
198
+ * **theme:** remove color variables from 8px theme ([c86ed5d](https://github.com/skbkontur/retail-ui/commit/c86ed5dd754affd93e1727305eb1f34189a5d98d))
199
+ * **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))
200
+
201
+
202
+ ### Features
203
+
204
+ * **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)
205
+
206
+
207
+
208
+
209
+
210
+ # [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)
211
+
212
+
213
+ ### Bug Fixes
214
+
215
+ * **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))
216
+ * **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)
217
+
218
+
219
+ ### Features
220
+
221
+ * **Button:** add `btnWarningSecondary` theme var and * ([#2512](https://github.com/skbkontur/retail-ui/issues/2512)) ([8a75266](https://github.com/skbkontur/retail-ui/commit/8a75266d65b73f159461313b7ec35f014ce02b37))
222
+ * **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)
223
+
224
+
225
+
226
+
227
+
228
+ # [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)
229
+
230
+
231
+ ### Bug Fixes
232
+
233
+ * **DateInput:** open keyboard on mobile devices ([#2474](https://github.com/skbkontur/retail-ui/issues/2474)) ([0a68e1c](https://github.com/skbkontur/retail-ui/commit/0a68e1c5479c95df96ad17afc2617e9444e37bf2))
234
+ * **Input:** fix disabled border on error ([#2510](https://github.com/skbkontur/retail-ui/issues/2510)) ([97619a1](https://github.com/skbkontur/retail-ui/commit/97619a18f08df130700439b503b0b29e1ec703b1))
235
+
236
+
237
+ ### Features
238
+
239
+ * **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)
240
+
241
+
242
+
243
+
244
+
245
+ # [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)
246
+
247
+
248
+ ### Bug Fixes
249
+
250
+ * **CurrencyInput:** fix delimiter for Safari ([#2495](https://github.com/skbkontur/retail-ui/issues/2495)) ([1b8789e](https://github.com/skbkontur/retail-ui/commit/1b8789ec9447fb775fb409d219105145280b05e7))
251
+ * **Tab:** fix low height artefact ([20cdc0b](https://github.com/skbkontur/retail-ui/commit/20cdc0bbbd792b6be53bb123d1f8442d3840c2d6)), closes [#2500](https://github.com/skbkontur/retail-ui/issues/2500)
252
+ * **Tooltip:** add closure workaround for Firefox and IE11 ([1236b0b](https://github.com/skbkontur/retail-ui/commit/1236b0ba35c6bff6a73b439e17db75ec91d5db6b))
253
+
254
+
255
+ ### Features
256
+
257
+ * **react-ui:** fix unstable styles ([#2488](https://github.com/skbkontur/retail-ui/issues/2488)) ([b01898d](https://github.com/skbkontur/retail-ui/commit/b01898de589e6d146618867f476fb8803a78e91c))
258
+ * **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)
259
+ * **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)
260
+
261
+
262
+
263
+
264
+
265
+ ## [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)
266
+
267
+
268
+ ### Bug Fixes
269
+
270
+ * **Select:** fix highlighting of selected item ([#2483](https://github.com/skbkontur/retail-ui/issues/2483)) ([6b5412b](https://github.com/skbkontur/retail-ui/commit/6b5412bf74bd0d9651aa0ea064c9dea7389a2b21))
271
+
272
+
273
+
274
+
275
+
276
+ # [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)
277
+
278
+
279
+ ### Bug Fixes
280
+
281
+ * **Button:** update background and border color* ([ee617bb](https://github.com/skbkontur/retail-ui/commit/ee617bb8bb2285e9ba863a7768fd666c4d0a936a))
282
+ * **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))
283
+ * **HBVS:** fix styles restoration ([89eed10](https://github.com/skbkontur/retail-ui/commit/89eed10a3efa7b049ebed87de9b634137634a0bb))
284
+ * **hint:** add hintBgColor var ([#2457](https://github.com/skbkontur/retail-ui/issues/2457)) ([3f828e6](https://github.com/skbkontur/retail-ui/commit/3f828e60d0708da94f66d1b65409e330100126d7))
285
+
286
+
287
+ ### Features
288
+
289
+ * **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)
290
+ * **SidePage:** add FocusLock ([#2467](https://github.com/skbkontur/retail-ui/issues/2467)) ([fe6ca6a](https://github.com/skbkontur/retail-ui/commit/fe6ca6af4da4b39e3973fa937fdbf09b6731d033))
291
+ * **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)
292
+
293
+
294
+
295
+
296
+
297
+ ## [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)
298
+
299
+
300
+ ### Bug Fixes
301
+
302
+ * **Modal,SidePage,HideBodyVerticalScroll:** fix performance issue ([7bd9ce6](https://github.com/skbkontur/retail-ui/commit/7bd9ce6974c2eea18537b15c6a6ee1a6e6a0a351))
303
+ * **react-ui:** add new env vars for animation disabling ([9840822](https://github.com/skbkontur/retail-ui/commit/98408221c0d80ce24cf8da8a5cdbc96fee365519))
304
+
305
+
306
+
307
+
308
+
309
+ # [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)
310
+
311
+
312
+ ### Bug Fixes
313
+
314
+ * **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))
315
+ * **Modal:** fix shadows and footer color ([#2442](https://github.com/skbkontur/retail-ui/issues/2442)) ([94064bc](https://github.com/skbkontur/retail-ui/commit/94064bc8ea613f0caac806e25eb6584849ae7d95))
316
+ * **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))
317
+ * **SidePage:** fix shadows and footer color ([#2446](https://github.com/skbkontur/retail-ui/issues/2446)) ([6b925e6](https://github.com/skbkontur/retail-ui/commit/6b925e6464f01323172e27b692dbc2278efa902d))
318
+
319
+
320
+ ### Features
321
+
322
+ * **Kebab:** add custom icon ([da3a23c](https://github.com/skbkontur/retail-ui/commit/da3a23c9f2863565120d98cb43bbad5e57303e85))
323
+ * **react-ui:** support webpack 5 ([3b20af0](https://github.com/skbkontur/retail-ui/commit/3b20af0a0b9b9455fd7f7594b27f6bf41c09eb80))
324
+
325
+
326
+
327
+
328
+
329
+ # [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)
330
+
331
+
332
+ ### Bug Fixes
333
+
334
+ * **Button:** remove middle line on arrows ([51f9395](https://github.com/skbkontur/retail-ui/commit/51f93953ff3f1e9a9afaecf866184e8c7e704dda))
335
+ * **Checkbox:** fix not triggered onFocus handler ([c8b1247](https://github.com/skbkontur/retail-ui/commit/c8b12479ce9f74c26a936bf05b2a5a65bc87453d))
336
+ * **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))
337
+ * **Radio, Checkbox:** remove borders in flat theme ([a927027](https://github.com/skbkontur/retail-ui/commit/a927027d3482f60c2e18ab38cfb269b0dc79bff6))
338
+ * **Tabs:** add resize detector in tab for updating indicator place ([347e672](https://github.com/skbkontur/retail-ui/commit/347e672e9cd964541ec0d6d1c2da5fbaef2a6b21))
339
+ * **Textarea:** skip tab focus on iframe ([6f5aa39](https://github.com/skbkontur/retail-ui/commit/6f5aa39c77eb47e21654284c106c104bdf49e0d5))
340
+
341
+
342
+ ### Features
343
+
344
+ * **Combobox:** add right icon ([#2431](https://github.com/skbkontur/retail-ui/issues/2431)) ([2c0d2c9](https://github.com/skbkontur/retail-ui/commit/2c0d2c9c990c1200d52e521434495e91f34bd9b0))
345
+
346
+
347
+
348
+
349
+
350
+ # [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)
351
+
352
+
353
+ ### Bug Fixes
354
+
355
+ * **react-ui:** update default text color ([57189e6](https://github.com/skbkontur/retail-ui/commit/57189e6bebbfa63e293844c77c43b52153d13ea6))
356
+ * **ThemeFactory:** create themes based on 8px by default ([141cf24](https://github.com/skbkontur/retail-ui/commit/141cf24b91a084c11fa641df0b3faf8dd3ea1612))
357
+ * 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)
358
+ * 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)
359
+ * **Button:** add white-space: nowrap for linkbutton ([b5ceeed](https://github.com/skbkontur/retail-ui/commit/b5ceeedeb2216281f86e1c34a85a6ecbb16fd666))
360
+ * **Button:** fix icon padding with empty children ([476a05d](https://github.com/skbkontur/retail-ui/commit/476a05de13f7276905bf4ac0081bf34d4dde32eb))
361
+ * **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))
362
+ * **Theme:** improve themes markers, no need to replicate them anymore ([f635939](https://github.com/skbkontur/retail-ui/commit/f6359395fb7a20129c24ad8bb17f424368094fe7))
363
+ * **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)
364
+ * **Tooltip,Hint:** change popup margin ([7c32369](https://github.com/skbkontur/retail-ui/commit/7c32369f12cb73fc0c77a46a10db2313e1dbfc43))
365
+
366
+
367
+ ### Features
368
+
369
+ * **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))
370
+ * **Button:** new loading state ([#2256](https://github.com/skbkontur/retail-ui/issues/2256)) ([c4d6537](https://github.com/skbkontur/retail-ui/commit/c4d65379f382c6fe5ddd4293ff9974443a3cae76))
371
+ * **Fias:** remove component ([cd3ecdf](https://github.com/skbkontur/retail-ui/commit/cd3ecdf7d8c2bc3b7a1ce583efc786773db606d4))
372
+ * **LocaleContext:** allow usage with any component ([cb074f6](https://github.com/skbkontur/retail-ui/commit/cb074f6231748b9a54d382c78561a00fb0c16a68))
373
+ * **LocaleProvider:** remove component ([906b485](https://github.com/skbkontur/retail-ui/commit/906b48532150409b96643460d02265315caeb84b))
374
+ * **Logotype:** remove component ([9455ffa](https://github.com/skbkontur/retail-ui/commit/9455ffad8d528ec312c0879622ec2c2e8032880a))
375
+ * **MenuItem:** remove alkoLink prop ([a69ae24](https://github.com/skbkontur/retail-ui/commit/a69ae24c215ac17c1e3dd914b8c623f86553258c))
376
+ * **react-ui:** new arrow icons ([#2331](https://github.com/skbkontur/retail-ui/issues/2331)) ([cf9e76f](https://github.com/skbkontur/retail-ui/commit/cf9e76ff124f4286d4b1bffe242807537c10d578))
377
+ * **react-ui:** rename themes ([#2391](https://github.com/skbkontur/retail-ui/issues/2391)) ([ed2bd19](https://github.com/skbkontur/retail-ui/commit/ed2bd1959b488a97aa9d3ab96cbf40c504ca0a8a))
378
+ * **react-ui:** turn on 8px theme by default ([b2e0087](https://github.com/skbkontur/retail-ui/commit/b2e00876762bf7ec4d40a3424110aee713ef33d6))
379
+ * **Select, Dropdown:** remove diadocLinkIcon prop ([0374bad](https://github.com/skbkontur/retail-ui/commit/0374badf35daabae1984167a2a41751af2c18524))
380
+ * **Spinner, Loader:** remove cloud prop ([923a57c](https://github.com/skbkontur/retail-ui/commit/923a57c9aac9aa1dff1775dca29f6dc548c5d358))
381
+ * **SpinnerOld:** remove component ([8c76fac](https://github.com/skbkontur/retail-ui/commit/8c76fac129e503eb9e0a49f5f09e3adb90dec8a1))
382
+ * **ThemeConsumer:** remove component ([9c01ab9](https://github.com/skbkontur/retail-ui/commit/9c01ab9e0e117fdaac03b12d49adc03db05ddba7))
383
+ * **ThemeProvider:** remove component ([c932bb7](https://github.com/skbkontur/retail-ui/commit/c932bb75f5b2ba14238aa363e2f7756bae38adda))
384
+ * **Toggle:** deprecate 'color' prop ([f7b9b22](https://github.com/skbkontur/retail-ui/commit/f7b9b22d154b5cdf9225a62815f94a05cc9dec77))
385
+ * **Toggle:** implement error and warning states via shadows ([c67f8a5](https://github.com/skbkontur/retail-ui/commit/c67f8a5b81b1d5a11f0637e49ee565485effe4aa))
386
+ * **Tooltip,Hint:** set useWrapper prop to false by default ([74bdb29](https://github.com/skbkontur/retail-ui/commit/74bdb299c19744f2c46052c3ed98b438bf1a221d))
387
+ * **TopBar:** remove component ([5a67478](https://github.com/skbkontur/retail-ui/commit/5a67478751145fcd2445e283762ab48b729ddc23))
388
+
389
+
390
+ ### Reverts
391
+
392
+ * Revert "test(Button): change size of screenshot" ([25887e6](https://github.com/skbkontur/retail-ui/commit/25887e688fb7c1a4d203baaf020c78e56d24486b))
393
+
394
+
395
+ ### BREAKING CHANGES
396
+
397
+ * **react-ui:** default text color has been changed to #333333
398
+ * **react-ui:** themes have been renamed (see migration.md)
399
+ * **react-ui:** default theme has changed
400
+ * Color of focus border and background of active menu items changed from `#5199db` to `#1D85D0`
401
+ * **Tooltip,Hint:** It may affect position of Tooltips and Hints over your element due default wrapper removal. Also default offsets were changed.
402
+ * **ThemeProvider:** component `ThemeProvider` was removed please use `ThemeContext` instead. See [ThemeContext](https://tech.skbkontur.ru/react-ui/#/Customization/ThemeContext).
403
+ * **ThemeConsumer:** component `ThemeConsumer` was deprecated and removed please use `ThemeContext` instead
404
+ * **Select, Dropdown:** Prop `diadocLinkIcon` was deprecated use prop `_renderButton` instead
405
+ * **MenuItem:** Prop `alkoLink` was deprecated please use `link` instead
406
+ * **LocaleProvider:** Component `LocaleProvider` has been removed, please use `LocaleContext` instead
407
+ * **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).
408
+ * **SpinnerOld:** Component `SpinnerOld` has been removed, please use component from @skbkontur/react-ui-addons
409
+ * **Logotype:** Component `Logotype` has been removed, please use component from @skbkontur/react-ui-addons
410
+ * **Fias:** Component `Fias` has been removed, please use component from @skbkontur/react-ui-addons
411
+ * **TopBar:** Component `TopBar` has been removed, please use component from `@skbkontur/react-ui-addons`
412
+
413
+
414
+
415
+
416
+
417
+ # [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)
418
+
419
+
420
+ ### Features
421
+
422
+ * support React 17 ([#2360](https://github.com/skbkontur/retail-ui/issues/2360)) ([066ff68](https://github.com/skbkontur/retail-ui/commit/066ff681477d415177a6312c218e49ed5baa4c44))
423
+ * **DropdownMenu:** add prop width ([b49e8c0](https://github.com/skbkontur/retail-ui/commit/b49e8c0d05d085ac7e175899ec064d5cc7192507))
424
+
425
+
426
+
427
+
428
+
429
+ ## [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)
430
+
431
+
432
+ ### Bug Fixes
433
+
434
+ * **Hint:** clear opening timer ([0a03c36](https://github.com/skbkontur/retail-ui/commit/0a03c36eef19dbaff51a774cee066a3255db5d3d))
435
+ * **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)
436
+
437
+
438
+
439
+
440
+
441
+ ## [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)
442
+
443
+
444
+ ### Bug Fixes
445
+
446
+ * **SidePage:** fix sidepage counting for adding margins and shadows ([bb24bf6](https://github.com/skbkontur/retail-ui/commit/bb24bf6f08d953ba0cd935bbf17f88c125fcef8a))
447
+
448
+
449
+
450
+
451
+
452
+ # [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)
453
+
454
+
455
+ ### Bug Fixes
456
+
457
+ * **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)
458
+ * **Toast:** increase z-index to always render on top of everything ([23d5178](https://github.com/skbkontur/retail-ui/commit/23d5178b96013768df751a2936bb1d81046747c1))
459
+
460
+
461
+ ### Features
462
+
463
+ * **ComboBox:** support "inputMode" prop ([259ea32](https://github.com/skbkontur/retail-ui/commit/259ea32c2e3107d6f81bbd0da57969a1a49ca307))
464
+ * **react-ui:** complete 8px theme ([#2322](https://github.com/skbkontur/retail-ui/issues/2322)) ([f6ac143](https://github.com/skbkontur/retail-ui/commit/f6ac1431c49191b6b151eace72b81eba0f23a6ff))
465
+ * **TokenInput:** support "inputMode" prop ([452eb0c](https://github.com/skbkontur/retail-ui/commit/452eb0c995e80858467e235c480d04f54e685320))
466
+
467
+
468
+
469
+
470
+
471
+ # [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)
472
+
473
+
474
+ ### Bug Fixes
475
+
476
+ * **Autocomplete:** use prop `active` from `RenderLayer` ([031940a](https://github.com/skbkontur/retail-ui/commit/031940ad30cbe84547741313017bfe04de52cfc3))
477
+ * **Checkbox:** fix indeterminate state in IE11/Edge ([ff62f26](https://github.com/skbkontur/retail-ui/commit/ff62f2655e45ce20e1b151cdb08e570ab5d3c40d))
478
+
479
+
480
+ ### Features
481
+
482
+ * **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)
483
+
484
+
485
+
486
+
487
+
488
+ ## [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)
489
+
490
+
491
+ ### Bug Fixes
492
+
493
+ * **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)
494
+
495
+
496
+
497
+
498
+
499
+ # [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)
500
+
501
+
502
+ ### Bug Fixes
503
+
504
+ * **Sticky:** avoid margins collapsing ([a39f3fc](https://github.com/skbkontur/retail-ui/commit/a39f3fcd24e2ffb2f163d86c6dbda4320f681f79))
505
+ * **TokenInput:** don't call onBlur until focus is really lost ([7a6c856](https://github.com/skbkontur/retail-ui/commit/7a6c8563dd991d63511fe06561ee61a62d804c5e))
506
+
507
+
508
+ ### Features
509
+
510
+ * **Loader:** add component prop ([40ea9b2](https://github.com/skbkontur/retail-ui/commit/40ea9b2b6e050927e503763e7ec33436dfa704df))
511
+ * forward common props (className, style, data-*) ([#2257](https://github.com/skbkontur/retail-ui/issues/2257)) ([626ac07](https://github.com/skbkontur/retail-ui/commit/626ac07178e4d2139b03e6a6cb3e04a8e69475de))
512
+ * **TokenInput:** onUnexpectedInput prop added ([cba1d76](https://github.com/skbkontur/retail-ui/commit/cba1d769a37620b25061b1e60541b67cf4fbb701))
513
+
514
+
515
+
516
+
517
+
518
+ # [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)
519
+
520
+
521
+ ### Bug Fixes
522
+
523
+ * **Select:** fix typo in placeholder ([#2275](https://github.com/skbkontur/retail-ui/issues/2275)) ([bf1beb8](https://github.com/skbkontur/retail-ui/commit/bf1beb8288dd0376f43edf487c96267ef19e723a))
524
+ * **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)
525
+ * **Textarea:** fix line breaks inside Gapped in IE; add story ([2cec37c](https://github.com/skbkontur/retail-ui/commit/2cec37cccb9c0b3c02e0436d28cbd4d361f07e6d))
526
+
527
+
528
+ ### Features
529
+
530
+ * **Link:** new loading state ([#2271](https://github.com/skbkontur/retail-ui/issues/2271)) ([f494fd8](https://github.com/skbkontur/retail-ui/commit/f494fd844b50eeed0cbf60a1da27e213976c143f))
531
+
532
+
533
+
534
+
535
+
536
+ ## [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)
537
+
538
+
539
+ ### Bug Fixes
540
+
541
+ * **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))
542
+
543
+
544
+
545
+
546
+
547
+ # [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)
548
+
549
+
550
+ ### Features
551
+
552
+ * ssr support ([#2103](https://github.com/skbkontur/retail-ui/issues/2103)) ([506a7f6](https://github.com/skbkontur/retail-ui/commit/506a7f63337cc4ca2567581495959b1656fedd18))
553
+
554
+
555
+
556
+
557
+
558
+ # [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)
559
+
560
+
561
+ ### Bug Fixes
562
+
563
+ * **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)
564
+ * **Modal.Header:** fix right padding with noClose ([50115db](https://github.com/skbkontur/retail-ui/commit/50115db98f4bf2ca70398b20504ce7ef04d71510))
565
+ * **RadioGroup:** fix gaps between radios for 8px theme ([ef95117](https://github.com/skbkontur/retail-ui/commit/ef9511755a8869d75c52633148f5ef8d90ddad2b))
566
+ * **ScrollContainer:** properly handle scroll's state change ([e61d825](https://github.com/skbkontur/retail-ui/commit/e61d825dcac36460fa56a7cb33907c277f32b78f))
567
+
568
+
569
+ ### Features
570
+
571
+ * **Textarea:** add chars counter ([5580592](https://github.com/skbkontur/retail-ui/commit/558059275c6a563b5f9348570b7193b400ec3c00)), closes [#2208](https://github.com/skbkontur/retail-ui/issues/2208)
572
+
573
+
574
+
575
+
576
+
577
+ # [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)
578
+
579
+
580
+ ### Bug Fixes
581
+
582
+ * **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)
583
+ * **Input:** fix disabled color in Safari ([5b35688](https://github.com/skbkontur/retail-ui/commit/5b356880aea96fbe716eaf3cb8d0cedf72f51542))
584
+ * **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)
585
+ * **Modal:** fix cross's box-sizing ([e734022](https://github.com/skbkontur/retail-ui/commit/e7340220f6bfabaed5c5b74fd094767a47c8c4e0))
586
+ * **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)
587
+ * **Textarea:** correct onCut and onPaste handlers ([ee04b65](https://github.com/skbkontur/retail-ui/commit/ee04b65f6b0421df06f08014de6a226c428cb49c))
588
+
589
+
590
+ ### Features
591
+
592
+ * **ComboBox:** add leftIcon prop ([d7a4904](https://github.com/skbkontur/retail-ui/commit/d7a49047717a2a5acefdc2136e3edccc0a56a703))
593
+ * **TopBarItem:** accept ReactElement as icon ([4fa4609](https://github.com/skbkontur/retail-ui/commit/4fa460994a0e1043cddfbb1f485cb761b801f3e2))
594
+
595
+
596
+
597
+
598
+
599
+ # [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)
600
+
601
+
602
+ ### Features
603
+
604
+ * **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)
605
+
606
+
607
+
608
+
609
+
610
+ # [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)
611
+
612
+
613
+ ### Bug Fixes
614
+
615
+ * **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)
616
+ * **ModalStack:** add fallback for `fbemitter` from old versions ([c1ece9c](https://github.com/skbkontur/retail-ui/commit/c1ece9ce279a113c82fa325a3001d0067db18436))
617
+ * **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)
618
+ * **ScrollContainer:** fix scroll state calculation ([4eb0142](https://github.com/skbkontur/retail-ui/commit/4eb0142844ca9145da1aae4c5a9a1b3cd5045310)), closes [#2190](https://github.com/skbkontur/retail-ui/issues/2190)
619
+ * **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)
620
+ * **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)
621
+ * **TokenInput:** refresh items after paste from clipboard ([fcf09c6](https://github.com/skbkontur/retail-ui/commit/fcf09c6000da720a3f585b288edc8157a92d8de7))
622
+ * **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)
623
+
624
+
625
+ ### Features
626
+
627
+ * **DateInput:** add prop `autoFocus` ([2960ab9](https://github.com/skbkontur/retail-ui/commit/2960ab9af4fc2519e15caf5782418999efcb9270))
628
+
629
+
630
+
631
+
632
+
633
+ # [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)
634
+
635
+
636
+ ### Bug Fixes
637
+
638
+ * **Autocomplete:** support relative width ([#2104](https://github.com/skbkontur/retail-ui/issues/2104)) ([3bd9a13](https://github.com/skbkontur/retail-ui/commit/3bd9a13b2309b9051054c419500786d98196e6c9))
639
+ * **ComboBox:** support () => null in renderNotFound ([bb7a01a](https://github.com/skbkontur/retail-ui/commit/bb7a01ae96436baca900651378545adb6138a4c1))
640
+ * **modal:** fix crossicon into svg ([996dc90](https://github.com/skbkontur/retail-ui/commit/996dc90a15d45d13ff7d98129a863579a05ec915))
641
+ * **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)
642
+ * **modalclose:** up in Zindex, now upper than ModalHeader ([de8d81c](https://github.com/skbkontur/retail-ui/commit/de8d81cc343d31a4a6c49b6cc065086f817a216b))
643
+
644
+
645
+ ### Features
646
+
647
+ * **modalbody:** add prop noPadding ([7163909](https://github.com/skbkontur/retail-ui/commit/71639091d9fa2e96fe4bd803245fd22a09045e8d))
648
+
649
+
650
+
651
+
652
+
653
+
654
+ # [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)
655
+
656
+
657
+ ### Bug Fixes
658
+
659
+ * **customization:** replace textareaHeight with textareaMinHeight ([42e3d4f](https://github.com/skbkontur/retail-ui/commit/42e3d4f04956235572c967f1891615bf409b5ed8))
660
+ * **DatePicker:** return TodayLink's border ([9206bee](https://github.com/skbkontur/retail-ui/commit/9206bee72389bfa00885c8ab5d0d7431e11e0d1a))
661
+ * **Textarea:** fix background color regress ([#2170](https://github.com/skbkontur/retail-ui/issues/2170)) ([d206ff2](https://github.com/skbkontur/retail-ui/commit/d206ff2bbfb174e7799241fabcac9123a607950b))
662
+ * **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)
663
+
664
+
665
+ ### Features
666
+
667
+ * **Toggle:** add use 'children' ([33e725c](https://github.com/skbkontur/retail-ui/commit/33e725c69373cd44dc7a2ec6fd2d4c1855b456fb)), closes [#1723](https://github.com/skbkontur/retail-ui/issues/1723)
668
+ * **Tooltip:** add manual control ([ad0d0a2](https://github.com/skbkontur/retail-ui/commit/ad0d0a29da1f13628cc54c92b36b38dfb45156a6)), closes [#914](https://github.com/skbkontur/retail-ui/issues/914)
669
+
670
+
671
+
672
+
673
+
674
+
675
+ # [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)
676
+
677
+
678
+ ### Bug Fixes
679
+
680
+ * **Button:** checked + disabled кнопка сдвигает текст на 1 px ([da2e822](https://github.com/skbkontur/retail-ui/commit/da2e822df3d12c2afb743e941120bc52f910efe5))
681
+ * **spinner:** fix spinner fallback mini ([9a766e3](https://github.com/skbkontur/retail-ui/commit/9a766e3b9110dfa19babf3446555f5d8da68b182))
682
+ * **Tab:** return operability with links from react-router-dom ([8da96a9](https://github.com/skbkontur/retail-ui/commit/8da96a97511459f8164862a1dc61d4a591fff466))
683
+
684
+
685
+ ### Features
686
+
687
+ * **Switcher:** Добавляет disabled состояние ([d5b13a8](https://github.com/skbkontur/retail-ui/commit/d5b13a8d0c345fc5bba97f6b407b9b2df0f78d2c))
688
+
689
+
690
+
691
+
692
+
693
+ ## [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)
694
+
695
+
696
+ ### Bug Fixes
697
+
698
+ * **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)
699
+ * **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)
700
+ * **PasswordInput:** change eye icon ([e36c1ba](https://github.com/skbkontur/retail-ui/commit/e36c1baa647993450e9f88e7e48f2f6f24066745)), closes [#2111](https://github.com/skbkontur/retail-ui/issues/2111)
701
+ * **Popup:** prevent wrong styles order ([08c7c4c](https://github.com/skbkontur/retail-ui/commit/08c7c4ce45238f72357b1ab2210dccda337f5f45)), closes [#2005](https://github.com/skbkontur/retail-ui/issues/2005)
702
+ * **Select.styles:** fix span width with left icon ([e2dceec](https://github.com/skbkontur/retail-ui/commit/e2dceec963c9c2b038abc13e8012666635b18098))
703
+ * **theme:** add var 'tokenInputTextColor' ([cbad454](https://github.com/skbkontur/retail-ui/commit/cbad454a701f31fb97f33da423c0317e8340f429)), closes [#2099](https://github.com/skbkontur/retail-ui/issues/2099)
704
+
705
+
706
+
707
+
708
+
709
+ ## [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)
710
+
711
+
712
+ ### Bug Fixes
713
+
714
+ * **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)
715
+ * **Loader:** обновление позиции лоадера при переключении active на true ([acb5bbe](https://github.com/skbkontur/retail-ui/commit/acb5bbe31a9d2d1132d88862a6be94bb8ef227c1)), closes [#2092](https://github.com/skbkontur/retail-ui/issues/2092)
716
+ * **MenuItem:** pass state into custom component ([073f1fa](https://github.com/skbkontur/retail-ui/commit/073f1fa6e542e06cc4f830e418118ace8cb4648f))
717
+
718
+
719
+
720
+
721
+
722
+ ## [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)
723
+
724
+
725
+ ### Bug Fixes
726
+
727
+ * **Input:** fix disabled bg color for 8px theme ([a4c8b28](https://github.com/skbkontur/retail-ui/commit/a4c8b286ebbf732a8c919527243beb76674647db))
728
+ * **react-ui:** fix controlHeight vars for non-8px themes ([db08994](https://github.com/skbkontur/retail-ui/commit/db089943e6e342551bcc1e4ae3b1a31e10e99a1c))
729
+ * **Switcher:** add button vars ([2b932df](https://github.com/skbkontur/retail-ui/commit/2b932df248da61bee182af96c208ec6626338cdb))
730
+ * **Switcher:** add variables for label ([fe0f8d1](https://github.com/skbkontur/retail-ui/commit/fe0f8d16c76f4cc636c9729ba71c66021e885291))
731
+ * **Switcher:** adjust button's paddings for 8px theme ([3d4ad29](https://github.com/skbkontur/retail-ui/commit/3d4ad29975cc0aa11c1a057e438f956513fceee7))
732
+ * **Tab:** fix Indicator position for 8px theme ([19b5b7f](https://github.com/skbkontur/retail-ui/commit/19b5b7fc71b02f3030ac4aac9e251f418a611955))
733
+ * **Tab:** use large size values in 8px theme ([a2a1f0d](https://github.com/skbkontur/retail-ui/commit/a2a1f0d28195c0bbd1f2cde585c99f66a26935ab))
734
+ * **TokenInput:** fix styles issue ([5ce5578](https://github.com/skbkontur/retail-ui/commit/5ce55783b10ae676afe47ccfea5f0d952f1c7981)), closes [#1952](https://github.com/skbkontur/retail-ui/issues/1952)
735
+ * **TokenInput:** use font-size and line-height vars; align tokens ([8a9dc0b](https://github.com/skbkontur/retail-ui/commit/8a9dc0b9bdd3d2fc42279035935f34a11f404bb6))
736
+
737
+
738
+
739
+
740
+
741
+ # [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)
742
+
743
+
744
+ ### Bug Fixes
745
+
746
+ * **ThemeEditor:** restore scroll to variable by link click ([0454ae6](https://github.com/skbkontur/retail-ui/commit/0454ae6d2b92cd61935fc2ded857b79aef86e9bc))
747
+ * **ThemeFactory:** don't ignore computed properties in factory methods ([9eb6cd8](https://github.com/skbkontur/retail-ui/commit/9eb6cd844a38ed182d35dde58bb443abcb1ffd23))
748
+ * **ThemePlayground:** fix ThemeEditor's styles ([0ab8225](https://github.com/skbkontur/retail-ui/commit/0ab82253bfa26f65a4998a51cbf0742a1d0f90a5))
749
+
750
+
751
+ ### Features
752
+
753
+ * **react-ui:** add 8px theme ([652f193](https://github.com/skbkontur/retail-ui/commit/652f193c244fcf6bc82afe324c46ccec1f63bff1))
754
+ * **ThemePlayground:** add 8px toggle ([7cd6681](https://github.com/skbkontur/retail-ui/commit/7cd668178b5a65bd5564e86254bf8c4f5faf8839))
755
+
756
+
757
+
758
+
759
+
760
+ ## [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)
761
+
762
+
763
+ ### Bug Fixes
764
+
765
+ * **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)
766
+ * **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)
767
+
768
+
769
+
770
+
771
+
772
+ ## [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)
773
+
774
+
775
+ ### Bug Fixes
776
+
777
+ * **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)
778
+ * **Gapped:** fix left margin for single child ([7bf690a](https://github.com/skbkontur/retail-ui/commit/7bf690afabfff99095e2b1d183c9744e886d7917))
779
+ * **react-ui:** use NODE_ENV=test for animations disabling ([d1fda47](https://github.com/skbkontur/retail-ui/commit/d1fda4755e3b38248aa51d9e06a4a068c13b770e))
780
+
781
+
782
+
783
+
784
+
785
+ # [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)
786
+
787
+
788
+ ### Bug Fixes
789
+
790
+ * **[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)
791
+ * **Checkbox:** change variable theme `chbCheckedActiveBg` ([7fd2464](https://github.com/skbkontur/retail-ui/commit/7fd2464d4f63bc2ef0bea7561146ab7907e0255e)), closes [#1935](https://github.com/skbkontur/retail-ui/issues/1935)
792
+ * **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)
793
+ * **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)
794
+ * **react-ui:** fix tree-shaking that isn't working ([9545add](https://github.com/skbkontur/retail-ui/commit/9545add7748119fcb252e45188ebab953c47bf8e))
795
+ * **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)
796
+ * **tooltip:** fix active props to RenderLayer ([347004e](https://github.com/skbkontur/retail-ui/commit/347004eb52ef52cd637379062ea8ca6c0cab7849))
797
+ * **tooltip:** only hover&focus ([b61fb3b](https://github.com/skbkontur/retail-ui/commit/b61fb3bbadb2dca467ac42d5aef773f1f293a4ff))
798
+
799
+
800
+ ### Features
801
+
802
+ * **Checkbox:** add variable theme `chbCheckedActiveShadow` ([183d198](https://github.com/skbkontur/retail-ui/commit/183d198bfc4885eb0fbcd7dcda34f6245f22d2f7))
803
+ * **Link:** fill rel attr with 'noopener noreferrer' ([8f3b79b](https://github.com/skbkontur/retail-ui/commit/8f3b79b82e3a0c5f63761f7f25b02914735808ac))
804
+
805
+
806
+
807
+
808
+
809
+ # [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)
810
+
811
+
812
+ ### Bug Fixes
813
+
814
+ * **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)
815
+ * **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)
816
+ * **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)
817
+ * **Select:** set width to 100% ([b924d00](https://github.com/skbkontur/retail-ui/commit/b924d00aa6d01ffbe528f2223ffa2f4c7128ae3d)), closes [#1994](https://github.com/skbkontur/retail-ui/issues/1994)
818
+ * **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)
819
+ * **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)
820
+ * **TopBar:** fix noShadow prop ([4ba47af](https://github.com/skbkontur/retail-ui/commit/4ba47af14eb2baf05383bf9270ae99a6195e0e4f)), closes [#1997](https://github.com/skbkontur/retail-ui/issues/1997)
821
+
822
+
823
+ ### Features
824
+
825
+ * **TokenInput:** new parameter 'onAddItem' in 'renderAddButton' prop ([6bcfcc6](https://github.com/skbkontur/retail-ui/commit/6bcfcc6a1a2c32592d361b657b0888402219681e))
826
+
827
+
828
+
829
+
830
+
831
+ ## [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)
832
+
833
+
834
+ ### Bug Fixes
835
+
836
+ * **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)
837
+ * **Toggle:** add custom boxShadow for toggle ([1922285](https://github.com/skbkontur/retail-ui/commit/1922285bd65cca03b79047f8b09f484ec433bba2))
838
+
839
+
840
+
841
+
842
+
843
+ # [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)
844
+
845
+
846
+ ### Bug Fixes
847
+
848
+ * **logotype:** paddings, icon with figma ([6a84800](https://github.com/skbkontur/retail-ui/commit/6a848008b7f431b7294786f5e36155be5b433565))
849
+ * **textarea:** fix react warning ([647f9f4](https://github.com/skbkontur/retail-ui/commit/647f9f4ca0fa7484d974a4ea7a11a0b49d087bd0))
850
+
851
+
852
+ ### Features
853
+
854
+ * **Modal:** add 'disableFocusLock' prop ([c046c38](https://github.com/skbkontur/retail-ui/commit/c046c386d1439044ba7ee869e9ce57b203841b90))
855
+ * **ThemeFactory:** accept a base theme as a second arg of create method ([b92b20b](https://github.com/skbkontur/retail-ui/commit/b92b20bcac53face9280dd5951e0cb467b34d4a4))
856
+ * **TokenInput:** new prop 'renderAddButton' ([06a2010](https://github.com/skbkontur/retail-ui/commit/06a201064db9f929aa8b7ff8e35f291457f328c8))
857
+ * **TokenInput:** new prop "onInputValueChange" ([b621c8d](https://github.com/skbkontur/retail-ui/commit/b621c8d8eadbdbb88a7d6fcfd88522fc5ed879a4))
858
+ * **TokenInput:** new public api method 'reset' ([14df810](https://github.com/skbkontur/retail-ui/commit/14df810b1b53896c62c18d16dc0a1d1aef94ee2f))
859
+
860
+
861
+
862
+
863
+
864
+ # 2.0.0 (2020-03-24)
865
+
866
+
867
+ ### Bug Fixes
868
+
869
+ * button/checkbox theme styles actualize ([10ddc66](https://github.com/skbkontur/retail-ui/commit/10ddc668e84bc997a0a332dedace75982d5ba9bf))
870
+ * **checkbox:** sync styles between defalt and flat themes ([e0dcc7b](https://github.com/skbkontur/retail-ui/commit/e0dcc7bc02c281df74e0b7bf841d66065156ea14))
871
+ * **fias:** warning throw exeption ([bb5aa2c](https://github.com/skbkontur/retail-ui/commit/bb5aa2cce8ae33f42fa9fc80b5708b9b5be211df))
872
+ * **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)
873
+
874
+
875
+ ### Code Refactoring
876
+
877
+ * **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)
878
+ * **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)
879
+ * **Tab:** use latest Context API instead of HOC ([10e6c32](https://github.com/skbkontur/retail-ui/commit/10e6c3213d039bc18251af0b38e20a263b00019b))
880
+ * **TopBar:** rename inner classes ([ff974b4](https://github.com/skbkontur/retail-ui/commit/ff974b46879d8f8e27a0e3679699db4863eaecc3)), closes [#1883](https://github.com/skbkontur/retail-ui/issues/1883)
881
+
882
+
883
+ ### Features
884
+
885
+ * move all theme variables inside js, remove less support ([e219505](https://github.com/skbkontur/retail-ui/commit/e2195058c70424dc7e097cc8d174afbb05a9fd7d))
886
+ * **localecontext:** add to export ([ad7bb41](https://github.com/skbkontur/retail-ui/commit/ad7bb41316378fe37af8cc6ad9efe15537804f7a))
887
+ * **ThemeContext:** add to export ([bdeb112](https://github.com/skbkontur/retail-ui/commit/bdeb1123e6eb393b56c27c50ddff2f6721d54850))
888
+
889
+
890
+ ### Performance Improvements
891
+
892
+ * **Button:** memoize css-in-js styles ([a7934d0](https://github.com/skbkontur/retail-ui/commit/a7934d0a00fe68a1d8fea55737669394730f6fe2))
893
+ * **calendar:** memoize css-in-js styles ([7865514](https://github.com/skbkontur/retail-ui/commit/7865514f6849088aa4665ff85bfec4825d932147))
894
+ * **center:** memoize css-in-js styles ([275593a](https://github.com/skbkontur/retail-ui/commit/275593ab15eaa84b75412163956b45c7203a91ce))
895
+ * **checkbox:** memoize css-in-js styles ([d808cd0](https://github.com/skbkontur/retail-ui/commit/d808cd02dae9ba9a46efb01033b203f33b3259c8))
896
+ * **customcombobox:** memoize css-in-js styles ([984d565](https://github.com/skbkontur/retail-ui/commit/984d565adb51588f1d8ff0fbd50197a51064f169))
897
+ * **DateFragmentsView:** memoize css-in-js styles ([49c8897](https://github.com/skbkontur/retail-ui/commit/49c8897437b79987f2b0c78b8f4ec331d74c7fb9))
898
+ * **datepicker:** memoize css-in-js styles ([364d49e](https://github.com/skbkontur/retail-ui/commit/364d49eb8a836423ab1e4df5c69af14deb0c1187))
899
+ * **dateselect:** memoize css-in-js styles ([7d4c1ac](https://github.com/skbkontur/retail-ui/commit/7d4c1ac3587568a6ffd5b1e32b55eb7b8db8f4c5))
900
+ * **Fias:** memoize css-in-js styles ([02a3d4e](https://github.com/skbkontur/retail-ui/commit/02a3d4e6639fffee9302ef6791e6d3185bd18037))
901
+ * **group:** memoize css-in-js styles ([b68f50b](https://github.com/skbkontur/retail-ui/commit/b68f50bdfa427abea6b1860dbcf4753670a02c83))
902
+ * **hint:** memoize css-in-js styles ([c3117bb](https://github.com/skbkontur/retail-ui/commit/c3117bb1ec60ee350c28d74a957c37e8cbdafe06))
903
+ * **icon16px:** memoize css-in-js styles ([a2e5ae5](https://github.com/skbkontur/retail-ui/commit/a2e5ae5072769c4805cf4b3ced90b9eccd047079))
904
+ * **icon20px:** memoize css-in-js styles ([83fa890](https://github.com/skbkontur/retail-ui/commit/83fa8909ada6927bcb4dc26c65d9b9d1fbc1a143))
905
+ * **Input:** memoize css-in-js styles ([05c8344](https://github.com/skbkontur/retail-ui/commit/05c8344489f6929b1246c08c498b49304229080a))
906
+ * **InputLikeText:** memoize css-in-js styles ([fb5527d](https://github.com/skbkontur/retail-ui/commit/fb5527dacf63545004387d4d8f194cd2efc60485))
907
+ * **internalmenu:** memoize css-in-js styles ([5ca5d8f](https://github.com/skbkontur/retail-ui/commit/5ca5d8f5693da7bbfd2f2b53b96eb50e0cdb25f2))
908
+ * **kebab:** memoize css-in-js styles ([c95a77a](https://github.com/skbkontur/retail-ui/commit/c95a77a5a1b2ac172d54b9c67e93bb32fb96ed66))
909
+ * **link:** memoize css-in-js styles ([e204263](https://github.com/skbkontur/retail-ui/commit/e2042636ac17b988c098a8ca7f0a26fdd99d7506))
910
+ * **loader:** memoize css-in-js styles ([0fcab14](https://github.com/skbkontur/retail-ui/commit/0fcab14f19dcfa87aff058e1470efe1c69bc5559))
911
+ * **logotype:** memoize css-in-js styles ([16449a1](https://github.com/skbkontur/retail-ui/commit/16449a154cd090ad367caeffb49df23dc50a6b88))
912
+ * **MaskedInput:** memoize css-in-js styles ([7cd3695](https://github.com/skbkontur/retail-ui/commit/7cd3695162faa7b5d2ebdf5f7b40c6586aeeaf60))
913
+ * **menu:** memoize css-in-js styles ([ad46309](https://github.com/skbkontur/retail-ui/commit/ad46309ccf6e47946be7f087402d289d6c1a1274))
914
+ * **menuheader:** memoize css-in-js styles ([eff22b1](https://github.com/skbkontur/retail-ui/commit/eff22b16114d5e030ec258c29a6032f9ba9604bd))
915
+ * **menuitem:** memoize css-in-js styles ([02a2275](https://github.com/skbkontur/retail-ui/commit/02a227505fc55b6b16c9429ae70d29b8407d8739))
916
+ * **menuseparator:** memoize css-in-js styles ([e9ac810](https://github.com/skbkontur/retail-ui/commit/e9ac8102b814aa3377dec2c011d66f1e2aa43882))
917
+ * **modal:** memoize css-in-js styles ([f51e7bf](https://github.com/skbkontur/retail-ui/commit/f51e7bf87d5b66b0c5038b893369beb6b0b7dc41))
918
+ * **paging:** memoize css-in-js styles ([56f247c](https://github.com/skbkontur/retail-ui/commit/56f247c5f367f3576f1443b8647516a1af873f37))
919
+ * **PasswordInput:** memoize css-in-js styles ([f09a61e](https://github.com/skbkontur/retail-ui/commit/f09a61e0c7e23452425ce7abb89dc698aded8946))
920
+ * **popup:** memoize css-in-js styles ([da09c09](https://github.com/skbkontur/retail-ui/commit/da09c098264afe2780b927cd8811a9fba9835703))
921
+ * **radio:** memoize css-in-js styles ([ca776fa](https://github.com/skbkontur/retail-ui/commit/ca776fa9bc1a42fd501d87a17a90e21170f0b8d8))
922
+ * **radiogroup:** memoize css-in-js styles ([c3dcc1d](https://github.com/skbkontur/retail-ui/commit/c3dcc1dbee94759806636e54bfda31f073862405))
923
+ * **resizedetector:** memoize css-in-js styles ([1c72573](https://github.com/skbkontur/retail-ui/commit/1c72573622c541d599a7ce9611dd382d26bed595))
924
+ * **scrollcontainer:** memoize css-in-js styles ([3e0e58f](https://github.com/skbkontur/retail-ui/commit/3e0e58f46df6ca42affaadbedda18f94ad80b237))
925
+ * **Select:** memoize css-in-js styles ([1424478](https://github.com/skbkontur/retail-ui/commit/142447824bf212d4b44cac09fe5e791ee9d96139))
926
+ * **sidepage:** memoize css-in-js styles ([4dd2a2a](https://github.com/skbkontur/retail-ui/commit/4dd2a2a269cb1759ba45b1134f32bbbfc488ef9a))
927
+ * **spinner:** memoize css-in-js styles ([edb1835](https://github.com/skbkontur/retail-ui/commit/edb1835821ceb2e8f103484cf705f443e1d7400f))
928
+ * **spinnericon:** memoize css-in-js styles ([7802c51](https://github.com/skbkontur/retail-ui/commit/7802c510f212b5eff44aa10ceaddecd5690fea45))
929
+ * **sticky:** memoize css-in-js styles ([9882179](https://github.com/skbkontur/retail-ui/commit/988217911bcc3ebe39af440d23549eeed10e5d3b))
930
+ * **switcher:** memoize css-in-js styles ([f93bf4c](https://github.com/skbkontur/retail-ui/commit/f93bf4c5674b530237c792a44ba067750626c7db))
931
+ * **tabs:** memoize css-in-js styles ([5a7b13a](https://github.com/skbkontur/retail-ui/commit/5a7b13a995122d2d5f203f0baeed026f211b74a8))
932
+ * **textarea:** memoize css-in-js styles ([b4dec2b](https://github.com/skbkontur/retail-ui/commit/b4dec2be3a080bcf20592013557b4873361a4f34))
933
+ * **themeplayground:** memoize css-in-js styles ([c522503](https://github.com/skbkontur/retail-ui/commit/c52250362fe6a434e9ccbca8e66b22107741a397))
934
+ * **themeshowcase:** memoize css-in-js styles ([89bd313](https://github.com/skbkontur/retail-ui/commit/89bd313fe8292d2854d46b1239adbc1325b454ec))
935
+ * **toast:** memoize css-in-js styles ([20538cf](https://github.com/skbkontur/retail-ui/commit/20538cf272435401f0965904fc3dca37fc479a7f))
936
+ * **toggle:** memoize css-in-js styles ([af43674](https://github.com/skbkontur/retail-ui/commit/af4367448c4f8c62362de50afb4f130324ca7f03))
937
+ * **Token:** memoize css-in-js styles ([426a7fb](https://github.com/skbkontur/retail-ui/commit/426a7fb76f0b4fc31ec2c261e84ee32c5fb90608))
938
+ * **TokenInput:** memoize css-in-js styles ([26f97b5](https://github.com/skbkontur/retail-ui/commit/26f97b5550224b10755020dada2b4bd84d0bee4d))
939
+ * **tooltip:** memoize css-in-js styles ([84d5966](https://github.com/skbkontur/retail-ui/commit/84d59663e910c649bfe4631ba263f0d7d3916404))
940
+ * **TopBar:** memoize css-in-js styles ([291e395](https://github.com/skbkontur/retail-ui/commit/291e39515608ab6f76f5970a4551a53b6b8d73dd))
941
+
942
+
943
+ ### BREAKING CHANGES
944
+
945
+ * **TopBar:** Item/ButtonItem/Devider/Logout/Organizations/User have been renamed with 'TopBar'-prefix, e.g.: TopBarItem, etc.
946
+ * **Tab:** use Context API from react@16.6
947
+ * **SidePage:** use Context API from react@16.6
948
+ * **Modal:** Header/Footer/Body classes and props inside Modal have been renamed, e.g.: Header
949
+ -> ModalHeader, HeaderProps -> ModalHeaderProps, etc.
950
+
951
+
952
+
953
+
954
+
955
+ # [1.11.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.10.0...retail-ui@1.11.0) (2020-03-24)
956
+
957
+
958
+ ### Bug Fixes
959
+
960
+ * **DatePicker:** fix autoFocus behavior ([f4bbce5](https://github.com/skbkontur/retail-ui/commit/f4bbce5))
961
+
962
+
963
+ ### Features
964
+
965
+ * **TokenInput:** new prop 'maxMenuHeight' ([ea1da66](https://github.com/skbkontur/retail-ui/commit/ea1da66))
966
+
967
+
968
+
969
+
970
+
971
+ # [1.10.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.9.0...retail-ui@1.10.0) (2020-03-11)
972
+
973
+
974
+ ### Bug Fixes
975
+
976
+ * **Input:** disable user select mask [#1917](https://github.com/skbkontur/retail-ui/issues/1917) ([ef7038f](https://github.com/skbkontur/retail-ui/commit/ef7038f))
977
+ * **SidePage:** make non-blocking SidePage responsive ([#1904](https://github.com/skbkontur/retail-ui/issues/1904)) ([1c6e71a](https://github.com/skbkontur/retail-ui/commit/1c6e71a))
978
+ * **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)
979
+
980
+
981
+ ### Features
982
+
983
+ * **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)
984
+
985
+
986
+
987
+
988
+
989
+ # [1.9.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.8.1...retail-ui@1.9.0) (2020-02-13)
990
+
991
+
992
+ ### Features
993
+
994
+ * **CurrencyInput:** new prop 'hideTrailingZeros' ([#1869](https://github.com/skbkontur/retail-ui/issues/1869)) ([1823370](https://github.com/skbkontur/retail-ui/commit/1823370))
995
+
996
+
997
+
998
+
999
+
1000
+ ## [1.8.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.8.0...retail-ui@1.8.1) (2020-02-06)
1001
+
1002
+
1003
+ ### Bug Fixes
1004
+
1005
+ * **Loader:** пофиксил высоту дочерних компонентов по родителю ([25d45e2](https://github.com/skbkontur/retail-ui/commit/25d45e2)), closes [#1855](https://github.com/skbkontur/retail-ui/issues/1855)
1006
+
1007
+
1008
+ ### Reverts
1009
+
1010
+ * inline 'stylis-plugin-extra-scope' ([79f0399](https://github.com/skbkontur/retail-ui/commit/79f0399)), closes [#1873](https://github.com/skbkontur/retail-ui/issues/1873)
1011
+ * 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)
1012
+
1013
+
1014
+
1015
+
1016
+
1017
+ # [1.8.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.7.0...retail-ui@1.8.0) (2020-01-20)
1018
+
1019
+
1020
+ ### Bug Fixes
1021
+
1022
+ * remove jquery downloading ([687ad9d](https://github.com/skbkontur/retail-ui/commit/687ad9d))
1023
+
1024
+
1025
+ ### Features
1026
+
1027
+ * **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)
1028
+ * **Tooltip:** add onOpen prop ([90b89d7](https://github.com/skbkontur/retail-ui/commit/90b89d7)), closes [#1832](https://github.com/skbkontur/retail-ui/issues/1832)
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+ # [1.7.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.9...retail-ui@1.7.0) (2019-12-27)
1035
+
1036
+
1037
+ ### Bug Fixes
1038
+
1039
+ * **Modal:** don't create stacking context inside Footer ([3b314a8](https://github.com/skbkontur/retail-ui/commit/3b314a8))
1040
+
1041
+
1042
+ ### Features
1043
+
1044
+ * **Gapped:** add `wrap` prop, change default prop values ([2ac9e8b](https://github.com/skbkontur/retail-ui/commit/2ac9e8b))
1045
+
1046
+
1047
+ ### Reverts
1048
+
1049
+ * **Gapped:** don't cover other elements with horizontal layout ([652983d](https://github.com/skbkontur/retail-ui/commit/652983d))
1050
+
1051
+
1052
+
1053
+
1054
+
1055
+ ## [1.6.9](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.8...retail-ui@1.6.9) (2019-12-24)
1056
+
1057
+
1058
+ ### Bug Fixes
1059
+
1060
+ * **Checkbox:** adjust baseline if row is high ([52a71b0](https://github.com/skbkontur/retail-ui/commit/52a71b0))
1061
+ * **ComboBoxOld:** close tooltip on blur ([94a5630](https://github.com/skbkontur/retail-ui/commit/94a5630)), closes [#1669](https://github.com/skbkontur/retail-ui/issues/1669)
1062
+ * **Gapped:** don't cover other elements with horizontal layout ([e622933](https://github.com/skbkontur/retail-ui/commit/e622933))
1063
+ * **Modal:** fix issue with cross ([e599455](https://github.com/skbkontur/retail-ui/commit/e599455)), closes [#180](https://github.com/skbkontur/retail-ui/issues/180)
1064
+
1065
+
1066
+
1067
+
1068
+
1069
+ ## [1.6.8](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.7...retail-ui@1.6.8) (2019-12-16)
1070
+
1071
+
1072
+ ### Bug Fixes
1073
+
1074
+ * **SidePageHeader:** fix maximum update depth ([548b894](https://github.com/skbkontur/retail-ui/commit/548b894))
1075
+
1076
+
1077
+
1078
+
1079
+
1080
+ ## [1.6.7](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.6...retail-ui@1.6.7) (2019-12-10)
1081
+
1082
+
1083
+ ### Bug Fixes
1084
+
1085
+ * **TokenInput:** fix module import ([440d199](https://github.com/skbkontur/retail-ui/commit/440d199))
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+ ## [1.6.6](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.5...retail-ui@1.6.6) (2019-12-02)
1092
+
1093
+
1094
+ ### Bug Fixes
1095
+
1096
+ * **Loader:** correctly work with Sticky ([493cd18](https://github.com/skbkontur/retail-ui/commit/493cd18))
1097
+ * **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))
1098
+ * **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)
1099
+ * **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)
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+ ## [1.6.5](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.4...retail-ui@1.6.5) (2019-11-26)
1106
+
1107
+
1108
+ ### Bug Fixes
1109
+
1110
+ * **Popup:** disable call findDOMNode when location is null ([da7cd1c](https://github.com/skbkontur/retail-ui/commit/da7cd1c))
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+ ## [1.6.4](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.3...retail-ui@1.6.4) (2019-11-25)
1117
+
1118
+
1119
+ ### Bug Fixes
1120
+
1121
+ * **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)
1122
+ * **Popup:** don't render portal container on closed state ([bee3a28](https://github.com/skbkontur/retail-ui/commit/bee3a28))
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+ ## [1.6.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.2...retail-ui@1.6.3) (2019-11-18)
1129
+
1130
+
1131
+ ### Bug Fixes
1132
+
1133
+ * **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)
1134
+ * **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)
1135
+ * **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)
1136
+ * **Tooltip:** added clear timeout to unmount method ([37fb81a](https://github.com/skbkontur/retail-ui/commit/37fb81a))
1137
+
1138
+
1139
+
1140
+
1141
+
1142
+ ## [1.6.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.1...retail-ui@1.6.2) (2019-11-06)
1143
+
1144
+
1145
+ ### Bug Fixes
1146
+
1147
+ * **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)
1148
+ * **Toast:** show above Loader ([5b6ccf7](https://github.com/skbkontur/retail-ui/commit/5b6ccf7)), closes [#1706](https://github.com/skbkontur/retail-ui/issues/1706)
1149
+
1150
+
1151
+
1152
+
1153
+
1154
+ ## [1.6.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.0...retail-ui@1.6.1) (2019-10-30)
1155
+
1156
+
1157
+ ### Bug Fixes
1158
+
1159
+ * **MonthView:** wrong import colorFunctions ([24eeb1e](https://github.com/skbkontur/retail-ui/commit/24eeb1e))
1160
+
1161
+
1162
+
1163
+
1164
+
1165
+ # [1.6.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.5.0...retail-ui@1.6.0) (2019-10-30)
1166
+
1167
+
1168
+ ### Bug Fixes
1169
+
1170
+ * **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)
1171
+ * **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)
1172
+ * **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)
1173
+ * **MenuItem:** call onMouseEnter/Leave in cloned element ([ff397c9](https://github.com/skbkontur/retail-ui/commit/ff397c9))
1174
+ * **RadioGroup:** pass onBlur into Radio ([20f9dcb](https://github.com/skbkontur/retail-ui/commit/20f9dcb)), closes [#1670](https://github.com/skbkontur/retail-ui/issues/1670)
1175
+ * **Select:** add missing comment type ([bf89513](https://github.com/skbkontur/retail-ui/commit/bf89513))
1176
+ * **Select:** fix color placeholder ([5e35c59](https://github.com/skbkontur/retail-ui/commit/5e35c59))
1177
+ * **Sticky:** infinity render loop in IE ([85180dd](https://github.com/skbkontur/retail-ui/commit/85180dd))
1178
+ * **Sticky:** maximum update depth exceeded ([75fb581](https://github.com/skbkontur/retail-ui/commit/75fb581)), closes [#1485](https://github.com/skbkontur/retail-ui/issues/1485)
1179
+ * **Tooltip:** reset position on close ([4d03a22](https://github.com/skbkontur/retail-ui/commit/4d03a22)), closes [#1673](https://github.com/skbkontur/retail-ui/issues/1673)
1180
+ * **TopBar:** fix noShadow prop ([1af4648](https://github.com/skbkontur/retail-ui/commit/1af4648)), closes [#1672](https://github.com/skbkontur/retail-ui/issues/1672)
1181
+
1182
+
1183
+ ### Features
1184
+
1185
+ * **ColorFunctions:** add fade function ([a10dcb9](https://github.com/skbkontur/retail-ui/commit/a10dcb9))
1186
+ * **DefaultTheme:** add variable 'chbCheckedShadow' ([b2531b3](https://github.com/skbkontur/retail-ui/commit/b2531b3))
1187
+ * **Emotion:** add 'prefixer' for classes ([6043228](https://github.com/skbkontur/retail-ui/commit/6043228))
1188
+ * **FlatTheme:** add variables 'chbCheckedShadow' and 'chbBorderRadius' ([e3424e7](https://github.com/skbkontur/retail-ui/commit/e3424e7))
1189
+ * **FlatTheme:** add vars 'chbShadowHover' and 'chbCheckedHoverShadow' ([62dad9c](https://github.com/skbkontur/retail-ui/commit/62dad9c))
1190
+ * **FocusTrap:** add component FocusTrap ([1baf0c3](https://github.com/skbkontur/retail-ui/commit/1baf0c3))
1191
+ * **Theme:** remove calendarMonthTitleBorderBottom ([3dcfb6f](https://github.com/skbkontur/retail-ui/commit/3dcfb6f))
1192
+ * **ZIndex:** add layers priority ([68ea45b](https://github.com/skbkontur/retail-ui/commit/68ea45b)), closes [#776](https://github.com/skbkontur/retail-ui/issues/776)
1193
+
1194
+
1195
+
1196
+
1197
+
1198
+ # [1.5.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.4.0...retail-ui@1.5.0) (2019-10-09)
1199
+
1200
+
1201
+ ### Bug Fixes
1202
+
1203
+ * **ComboBox:** add offsetX for DropDownContainer ([6cbea25](https://github.com/skbkontur/retail-ui/commit/6cbea25)), closes [#1005](https://github.com/skbkontur/retail-ui/issues/1005)
1204
+ * **CurrencyLabel:** fix defaultProps definition ([2794e1a](https://github.com/skbkontur/retail-ui/commit/2794e1a))
1205
+ * **customization:** change 'blinkColor' ([03fd81f](https://github.com/skbkontur/retail-ui/commit/03fd81f)), closes [#1646](https://github.com/skbkontur/retail-ui/issues/1646)
1206
+ * **Select:** fix calls prop onKeyDown ([6720eff](https://github.com/skbkontur/retail-ui/commit/6720eff)), closes [#1665](https://github.com/skbkontur/retail-ui/issues/1665)
1207
+ * **TopBarDropDown:** make 'use' prop required ([fcea8b1](https://github.com/skbkontur/retail-ui/commit/fcea8b1))
1208
+
1209
+
1210
+ ### Features
1211
+
1212
+ * **Paging:** deprecate 'strings' prop ([6c84288](https://github.com/skbkontur/retail-ui/commit/6c84288))
1213
+ * **Paging:** remove 'strings' prop ([58cabb7](https://github.com/skbkontur/retail-ui/commit/58cabb7)), closes [#1232](https://github.com/skbkontur/retail-ui/issues/1232)
1214
+ * **ThemeContext:** exports ThemeContext ([ef0579b](https://github.com/skbkontur/retail-ui/commit/ef0579b)), closes [#1656](https://github.com/skbkontur/retail-ui/issues/1656)
1215
+ * **TopBarDropDown:** added "default" "use" option ([74ef3b3](https://github.com/skbkontur/retail-ui/commit/74ef3b3))
1216
+ * **TopBarDropDown:** added flow types ([f3909be](https://github.com/skbkontur/retail-ui/commit/f3909be))
1217
+
1218
+
1219
+
1220
+
1221
+
1222
+ # [1.4.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.3.1...retail-ui@1.4.0) (2019-10-02)
1223
+
1224
+
1225
+ ### Bug Fixes
1226
+
1227
+ * **Button:** isButton is undefined when use adapter ([0e41da9](https://github.com/skbkontur/retail-ui/commit/0e41da9))
1228
+ * **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)
1229
+ * **DatePicker:** prepare PR to fork ([832fb7b](https://github.com/skbkontur/retail-ui/commit/832fb7b))
1230
+ * **DatePicker:** remove console.log ([67951d7](https://github.com/skbkontur/retail-ui/commit/67951d7))
1231
+ * **DatePicker:** simplify fallback structure for ie ([f9e27ed](https://github.com/skbkontur/retail-ui/commit/f9e27ed))
1232
+ * **DatePicker:** Баг с кликом на день календаря в Edge [#1557](https://github.com/skbkontur/retail-ui/issues/1557) ([7b24f69](https://github.com/skbkontur/retail-ui/commit/7b24f69))
1233
+ * **DatePicker:** Привел в порядок типизацию в DateInputFallback [#1557](https://github.com/skbkontur/retail-ui/issues/1557) ([dcebd76](https://github.com/skbkontur/retail-ui/commit/dcebd76))
1234
+ * **docs:** fix code formatter of the ThemeShowcase ([42b99c2](https://github.com/skbkontur/retail-ui/commit/42b99c2))
1235
+ * **Fias:** escape regexp spec chars ([cace4b6](https://github.com/skbkontur/retail-ui/commit/cace4b6)), closes [#1636](https://github.com/skbkontur/retail-ui/issues/1636)
1236
+ * **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)
1237
+ * **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)
1238
+
1239
+
1240
+ ### Features
1241
+
1242
+ * **Combobox:** add prop onInputKeyDown ([b804b84](https://github.com/skbkontur/retail-ui/commit/b804b84))
1243
+ * **lib:** add key identification tools ([73479fe](https://github.com/skbkontur/retail-ui/commit/73479fe)), closes [#1429](https://github.com/skbkontur/retail-ui/issues/1429)
1244
+ * **Select:** add prop onKeyDown ([ba41e73](https://github.com/skbkontur/retail-ui/commit/ba41e73))
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+ ## [1.3.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.3.0...retail-ui@1.3.1) (2019-09-24)
1251
+
1252
+
1253
+ ### Bug Fixes
1254
+
1255
+ * **Dropdown:** sync type of `width` prop type with proptypes checks ([47a5612](https://github.com/skbkontur/retail-ui/commit/47a5612))
1256
+ * **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)
1257
+ * **Popup:** deterministic open/close animation ([0415fa4](https://github.com/skbkontur/retail-ui/commit/0415fa4)), closes [#1372](https://github.com/skbkontur/retail-ui/issues/1372)
1258
+ * **RenderContainer:** getRootId changed ([b0ce223](https://github.com/skbkontur/retail-ui/commit/b0ce223))
1259
+ * **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)
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+ # [1.3.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.2.0...retail-ui@1.3.0) (2019-09-11)
1266
+
1267
+
1268
+ ### Bug Fixes
1269
+
1270
+ * **Button:** change disabled bg & shadow for the FlatTheme ([765e9d4](https://github.com/skbkontur/retail-ui/commit/765e9d4))
1271
+ * **Button:** fix emotion className interpolation warning ([ad5d2a2](https://github.com/skbkontur/retail-ui/commit/ad5d2a2))
1272
+ * **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)
1273
+ * **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)
1274
+
1275
+
1276
+ ### Features
1277
+
1278
+ * **Logotype:** add props size and onArrowClick ([94fc027](https://github.com/skbkontur/retail-ui/commit/94fc027))
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+ # [1.2.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.2...retail-ui@1.2.0) (2019-09-03)
1285
+
1286
+
1287
+ ### Bug Fixes
1288
+
1289
+ * **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)
1290
+ * **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)
1291
+ * **ComboBox:** spinner position by baseline ([5f144e8](https://github.com/skbkontur/retail-ui/commit/5f144e8)), closes [#1333](https://github.com/skbkontur/retail-ui/issues/1333)
1292
+ * **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)
1293
+ * **Icon20px:** prevent from selecting ([763b5b8](https://github.com/skbkontur/retail-ui/commit/763b5b8))
1294
+ * **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)
1295
+ * **react-ui:** support CRA css-modules convention: variables ([aace330](https://github.com/skbkontur/retail-ui/commit/aace330))
1296
+ * **Token:** import react as namespace ([8b10014](https://github.com/skbkontur/retail-ui/commit/8b10014)), closes [#1519](https://github.com/skbkontur/retail-ui/issues/1519)
1297
+
1298
+
1299
+ ### Features
1300
+
1301
+ * **Fias:** render additional fields in the search results ([37fa2db](https://github.com/skbkontur/retail-ui/commit/37fa2db))
1302
+ * **Fias:** search streets through not only direct parent ([7729fd7](https://github.com/skbkontur/retail-ui/commit/7729fd7))
1303
+ * **ScrollContainer:** add scrollBehaviour prop ([ad4c7c9](https://github.com/skbkontur/retail-ui/commit/ad4c7c9))
1304
+
1305
+
1306
+
1307
+
1308
+
1309
+ ## [1.1.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.1...retail-ui@1.1.2) (2019-08-07)
1310
+
1311
+
1312
+ ### Bug Fixes
1313
+
1314
+ * **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)
1315
+ * **Group:** removed vertical-align ([2f8cad6](https://github.com/skbkontur/retail-ui/commit/2f8cad6))
1316
+
1317
+
1318
+
1319
+
1320
+
1321
+ ## [1.1.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.0...retail-ui@1.1.1) (2019-07-31)
1322
+
1323
+
1324
+ ### Bug Fixes
1325
+
1326
+ * **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)
1327
+ * **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)
1328
+ * **Radio:** decrease types checking time ([f18c74b](https://github.com/skbkontur/retail-ui/commit/f18c74b)), closes [#1518](https://github.com/skbkontur/retail-ui/issues/1518)
1329
+
1330
+
1331
+
1332
+
1333
+
1334
+ # [1.1.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.0.1...retail-ui@1.1.0) (2019-07-23)
1335
+
1336
+
1337
+ ### Bug Fixes
1338
+
1339
+ * **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)
1340
+ * **TokenInput:** add input's box-shadow ([6f0789f](https://github.com/skbkontur/retail-ui/commit/6f0789f))
1341
+ * **TokenInput:** fix flat styles ([0fa0d52](https://github.com/skbkontur/retail-ui/commit/0fa0d52)), closes [#1493](https://github.com/skbkontur/retail-ui/issues/1493)
1342
+ * **TokenInput:** remove hardcoded dataTid ([9e5151f](https://github.com/skbkontur/retail-ui/commit/9e5151f))
1343
+
1344
+
1345
+ ### Features
1346
+
1347
+ * **Switcher:** add prop 'size' ([a5e16ae](https://github.com/skbkontur/retail-ui/commit/a5e16ae)), closes [#1492](https://github.com/skbkontur/retail-ui/issues/1492)
1348
+
1349
+
1350
+
1351
+
1352
+
1353
+ ## [1.0.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.0.0...retail-ui@1.0.1) (2019-07-16)
1354
+
1355
+
1356
+ ### Bug Fixes
1357
+
1358
+ * **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)
1359
+ * **Tab:** add error/warning/primary hover borders to vertical tabs ([29f4bc2](https://github.com/skbkontur/retail-ui/commit/29f4bc2))
1360
+ * **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)
1361
+ * **Textarea:** add blocking Enter after reaching 'maxLength' ([2a862f5](https://github.com/skbkontur/retail-ui/commit/2a862f5))
1362
+ * **ThemeShowcase:** make it fit enough to squize into styleguidist ([12f184b](https://github.com/skbkontur/retail-ui/commit/12f184b))
1363
+ * **ThemeShowcase:** source code tooltip contents in production mode ([89c5183](https://github.com/skbkontur/retail-ui/commit/89c5183))
1364
+
1365
+
1366
+
1367
+
1368
+
1369
+ # [1.0.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.53.0...retail-ui@1.0.0) (2019-07-02)
1370
+
1371
+
1372
+ ### Features
1373
+
1374
+ * Customization ([#1333](https://github.com/skbkontur/retail-ui/issues/1333)) ([15e9e8f](https://github.com/skbkontur/retail-ui/commit/15e9e8f))
1375
+
1376
+
1377
+ ### BREAKING CHANGES
1378
+
1379
+ * Upgrades.enableSizeMedium16px is no longer working: redefine fontSizeMedium
1380
+ variable via ThemeProvider or by calling ThemeFactory.overrideDefaultTheme()
1381
+
1382
+ * refactor(ColorObject): remove require call
1383
+
1384
+ * style(Upgrades): fix lint error
1385
+
1386
+ * chore(storybook): use ThemeProvider instead of overrideDefaultTheme
1387
+
1388
+ * refactor(ThemeFactory): remove ThemesCache
1389
+
1390
+ * refactor(ThemeEditor): clear timeout on unmount
1391
+
1392
+ * refactor(variables.less): prepare for Date* controls convertion
1393
+
1394
+ * feat(DateSelect): customize with css-in-js
1395
+
1396
+ * refactor(DatePickerOld): rename less file to prevent confusion
1397
+
1398
+ * feat(DatePicker): customize with css-in-js
1399
+
1400
+ * refactor(DateInput): properly separate styles between components
1401
+
1402
+ * feat(DateInput): customize with css-in-js
1403
+
1404
+ * feat(Calendar): customize with css-in-js
1405
+
1406
+ * refactor(TokenInput): add -webkit-text-fill-color
1407
+
1408
+ * refactor(styles): remove rt-ie8, rt-ie9
1409
+
1410
+ * refactor(Calendar): rename classnames to cx
1411
+
1412
+ * refactor(variables.less): move mixins into separate file
1413
+
1414
+ * style(CustomComboBox): specify px for padding-bottom
1415
+
1416
+ * style(SidePage): fix variable typo
1417
+
1418
+ * refactor(styles): remove unnecessary imports
1419
+
1420
+ * refactor(FormatSourceCode): rewrite code in more readable way
1421
+
1422
+ * test(ComboBoxView): approve screens with new spinner gray color
1423
+
1424
+ * fix(Button): fix sizeMedium baseline regress
1425
+
1426
+ * test(Button): approve screenshots with 14px medium font-size
1427
+
1428
+ * test(ComboBox): approve darker spinner color while loading items
1429
+
1430
+ * refactor(TokenInput): simplify styles
1431
+
1432
+ * refactor(TokenInput): fix firefox placeholder opacity
1433
+
1434
+ * refactor(DateSelect): make active prevail over selected
1435
+
1436
+ * refactor(DatePicker): fix red color bug
1437
+
1438
+ * refactor(DatePicker): make weekend prevail over today
1439
+
1440
+ * refactor(DateFragmentsView): fix .delimiter.filled combination style
1441
+
1442
+ * style(AnotherInputsPlayground): remove underscores from private methods
1443
+
1444
+ * test(AnotherInputsPlayground): stable date for screenshots
1445
+
1446
+ * test(Customization): approve actual screenshots
1447
+
1448
+ * refactor(customization): separate ThemeProviderPlayground component
1449
+
1450
+ * docs(ThemeProviderPlayground ): add README
1451
+
1452
+ * docs(customization): add core README
1453
+
1454
+ # copied from PR
1455
+
1456
+ * build(styleguide): add customization section to config
1457
+
1458
+ * chore(ThemeProviderPlayground): fix import
1459
+
1460
+ * test(Button): approve 14px font-size for medium size in flat theme
1461
+
1462
+ * refactor(customization): introduce derived font sizes for button/input
1463
+
1464
+ * refactor(Button): use fontSize=16px for size=medium in flat theme
1465
+
1466
+ * test(Button): approve 16px font-size for medium size in flat theme
1467
+
1468
+ * test(Customization): approve 16px font-size in flat theme
1469
+
1470
+ * refactor(DateInput): remove isSizeMedium16pxEnabled() in favor of theme
1471
+
1472
+ * refactor(Upgrades): cleanup deprecated methods
1473
+
1474
+ * docs(customization): fix styleguide's components and sections
1475
+
1476
+ * docs(customization): hack-fix ordered lists
1477
+
1478
+ * docs(customization): remove broken links
1479
+
1480
+ * docs(customization): fix less formatting
1481
+
1482
+ * docs(customization): add some line-breaks
1483
+
1484
+ * docs(customization): emphasize inline <code> the way it's done at github
1485
+
1486
+ * docs(customization): switch 'jsx static' to 'typescript' for some blocks
1487
+
1488
+ * docs(customization): use monospace font for inline <code>
1489
+
1490
+ * chore(Button): fix baseline of flat medium Button
1491
+
1492
+ * docs(customization): fix typo
1493
+
1494
+ * style: format with prettier
1495
+
1496
+ * style: make stylelint ignore *.ts
1497
+
1498
+
1499
+
1500
+
1501
+
1502
+ # [0.53.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.52.1...retail-ui@0.53.0) (2019-07-02)
1503
+
1504
+
1505
+ ### Bug Fixes
1506
+
1507
+ * **CurrencyInput:** add 15-digit limit and warning about it ([b523ddf](https://github.com/skbkontur/retail-ui/commit/b523ddf))
1508
+ * **CurrencyLabel:** add warning about 15-digit limit for fractionDigits ([adba185](https://github.com/skbkontur/retail-ui/commit/adba185))
1509
+ * **DateInputFallback:** remove unnecessary call 'emitChange' ([cf28a56](https://github.com/skbkontur/retail-ui/commit/cf28a56)), closes [#1466](https://github.com/skbkontur/retail-ui/issues/1466)
1510
+ * **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)
1511
+ * **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)
1512
+
1513
+
1514
+ ### Features
1515
+
1516
+ * **Fias:** expose FiasSearch ([075bd36](https://github.com/skbkontur/retail-ui/commit/075bd36))
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+ ## [0.52.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.52.0...retail-ui@0.52.1) (2019-06-18)
1523
+
1524
+ **Note:** Version bump only for package retail-ui
1525
+
1526
+
1527
+
1528
+
1529
+
1530
+ # [0.52.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.51.1...retail-ui@0.52.0) (2019-06-13)
1531
+
1532
+
1533
+ ### Bug Fixes
1534
+
1535
+ * **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)
1536
+ * **DropdownMenu:** added missing flow types props ([#1462](https://github.com/skbkontur/retail-ui/issues/1462)) ([eb1bc3e](https://github.com/skbkontur/retail-ui/commit/eb1bc3e))
1537
+ * **MaskedInput:** add support prop 'defaultValue' ([e8b9436](https://github.com/skbkontur/retail-ui/commit/e8b9436))
1538
+ * **RenderLayer:** add touchstart handling ([567f80b](https://github.com/skbkontur/retail-ui/commit/567f80b)), closes [#1439](https://github.com/skbkontur/retail-ui/issues/1439)
1539
+ * **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))
1540
+ * **Spinner:** baseline and height are equal to icons ([996c365](https://github.com/skbkontur/retail-ui/commit/996c365))
1541
+
1542
+
1543
+ ### Features
1544
+
1545
+ * **DatePicker:** add localization ([10d30d0](https://github.com/skbkontur/retail-ui/commit/10d30d0))
1546
+ * **DateSelect:** add localization ([00a5ea7](https://github.com/skbkontur/retail-ui/commit/00a5ea7))
1547
+ * **Fias:** add localization ([cc5a7ef](https://github.com/skbkontur/retail-ui/commit/cc5a7ef))
1548
+ * **lib:** add lib `MouseDrag` ([9e7d329](https://github.com/skbkontur/retail-ui/commit/9e7d329))
1549
+ * **lib:** add tools for internationalizing dates ([aac2c0d](https://github.com/skbkontur/retail-ui/commit/aac2c0d))
1550
+ * **LocaleHelper:** add getting locale with default langCode ([d25d2a3](https://github.com/skbkontur/retail-ui/commit/d25d2a3))
1551
+ * **Tooltip:** add trigger type hover&focus ([422915e](https://github.com/skbkontur/retail-ui/commit/422915e))
1552
+
1553
+
1554
+
1555
+
1556
+
1557
+ ## [0.51.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.51.0...retail-ui@0.51.1) (2019-06-04)
1558
+
1559
+
1560
+ ### Bug Fixes
1561
+
1562
+ * **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)
1563
+
1564
+
1565
+
1566
+
1567
+
1568
+ # [0.51.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.50.0...retail-ui@0.51.0) (2019-05-28)
1569
+
1570
+
1571
+ ### Bug Fixes
1572
+
1573
+ * **DatePicker:** fix icon style ([3e092ef](https://github.com/skbkontur/retail-ui/commit/3e092ef))
1574
+ * **MenuItem:** fix triggered `MouseEnter` from disabled button ([1c88969](https://github.com/skbkontur/retail-ui/commit/1c88969))
1575
+ * **Tabs:** replace check on existence `focus` ([87e0443](https://github.com/skbkontur/retail-ui/commit/87e0443))
1576
+
1577
+
1578
+ ### Features
1579
+
1580
+ * **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)
1581
+
1582
+
1583
+
1584
+
1585
+
1586
+ # [0.50.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.49.1...retail-ui@0.50.0) (2019-05-22)
1587
+
1588
+
1589
+ ### Bug Fixes
1590
+
1591
+ * **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)
1592
+
1593
+
1594
+ ### Features
1595
+
1596
+ * **Toast:** toast is testable ([#1403](https://github.com/skbkontur/retail-ui/issues/1403)) ([5dcdf32](https://github.com/skbkontur/retail-ui/commit/5dcdf32))
1597
+
1598
+
1599
+
1600
+
1601
+
1602
+ ## [0.49.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.49.0...retail-ui@0.49.1) (2019-05-16)
1603
+
1604
+
1605
+ ### Bug Fixes
1606
+
1607
+ * **Select:** bind public focus function to component instance ([5909b9e](https://github.com/skbkontur/retail-ui/commit/5909b9e))
1608
+ * **Toggle:** fix overflow issue in Safari ([#1411](https://github.com/skbkontur/retail-ui/issues/1411)) ([7073cb5](https://github.com/skbkontur/retail-ui/commit/7073cb5))
1609
+
1610
+
1611
+
1612
+
1613
+
1614
+ # [0.49.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.48.0...retail-ui@0.49.0) (2019-05-14)
1615
+
1616
+
1617
+ ### Bug Fixes
1618
+
1619
+ * **flow:** update props ([c652880](https://github.com/skbkontur/retail-ui/commit/c652880))
1620
+ * **Paging:** add autofocus for IE11 ([e434d80](https://github.com/skbkontur/retail-ui/commit/e434d80)), closes [#1358](https://github.com/skbkontur/retail-ui/issues/1358)
1621
+ * **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)
1622
+
1623
+
1624
+ ### Features
1625
+
1626
+ * **TokenInput:** add prop `valueToString` ([9e7bf50](https://github.com/skbkontur/retail-ui/commit/9e7bf50))
1627
+
1628
+
1629
+
1630
+
1631
+
1632
+ # [0.48.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.47.0...retail-ui@0.48.0) (2019-04-30)
1633
+
1634
+
1635
+ ### Bug Fixes
1636
+
1637
+ * **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)
1638
+ * **Fias:** search postal Code through all fields ([7433d12](https://github.com/skbkontur/retail-ui/commit/7433d12))
1639
+ * **Fias:** validate all fields ([8d126f9](https://github.com/skbkontur/retail-ui/commit/8d126f9))
1640
+ * **flow:** add children to Modal props ([1e7e420](https://github.com/skbkontur/retail-ui/commit/1e7e420))
1641
+ * **flow:** add missed props ([5538a61](https://github.com/skbkontur/retail-ui/commit/5538a61))
1642
+ * **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)
1643
+ * **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)
1644
+ * **Popup:** remove hardcoded maxWidth ([721b751](https://github.com/skbkontur/retail-ui/commit/721b751)), closes [#1343](https://github.com/skbkontur/retail-ui/issues/1343)
1645
+ * **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)
1646
+
1647
+
1648
+ ### Features
1649
+
1650
+ * **ComboBox:** add prop `renderAddButton` ([#1365](https://github.com/skbkontur/retail-ui/issues/1365)) ([55345e1](https://github.com/skbkontur/retail-ui/commit/55345e1))
1651
+ * **DropdownMenu:** add positions prop ([7fc607d](https://github.com/skbkontur/retail-ui/commit/7fc607d))
1652
+ * **MenuItem:** add `link` prop ([d705f19](https://github.com/skbkontur/retail-ui/commit/d705f19))
1653
+
1654
+
1655
+
1656
+
1657
+
1658
+ # [0.47.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.2...retail-ui@0.47.0) (2019-04-22)
1659
+
1660
+
1661
+ ### Bug Fixes
1662
+
1663
+ * **Button:** add border radius & background styles in flat theme ([59486e3](https://github.com/skbkontur/retail-ui/commit/59486e3))
1664
+ * **Button:** fix arrow position in flat version for small button ([2ce7b42](https://github.com/skbkontur/retail-ui/commit/2ce7b42))
1665
+ * **Button:** fix border color at checked + focused state on hover ([bad4f08](https://github.com/skbkontur/retail-ui/commit/bad4f08))
1666
+ * **Button:** fix border overlap in visually focused state with error/warning ([72d2787](https://github.com/skbkontur/retail-ui/commit/72d2787))
1667
+ * **Button:** fix stylelint `eol-whitespace` error ([461850f](https://github.com/skbkontur/retail-ui/commit/461850f))
1668
+ * **Button:** fixed disabled state shadow styles at flat version ([ad5db6f](https://github.com/skbkontur/retail-ui/commit/ad5db6f))
1669
+ * **Button:** fixed flat styles in IE ([ad3f558](https://github.com/skbkontur/retail-ui/commit/ad3f558))
1670
+ * **Input:** add background & border color styles in flat theme ([b106eb2](https://github.com/skbkontur/retail-ui/commit/b106eb2))
1671
+ * **Paging:** changed detecting of pressed key ([f7b5f24](https://github.com/skbkontur/retail-ui/commit/f7b5f24))
1672
+ * **Radio:** fixed outline padding in flat styles ([0baf333](https://github.com/skbkontur/retail-ui/commit/0baf333))
1673
+ * **Textarea:** add background & border color styles in flat theme ([003c268](https://github.com/skbkontur/retail-ui/commit/003c268))
1674
+ * **Toggle:** add white outline to focused box-shadow ([7b7a3c9](https://github.com/skbkontur/retail-ui/commit/7b7a3c9))
1675
+
1676
+
1677
+ ### Features
1678
+
1679
+ * **Button:** add arrow styles in flat version ([8e1d268](https://github.com/skbkontur/retail-ui/commit/8e1d268))
1680
+ * **Button:** add arrows shadow & border styles in flat theme ([1889232](https://github.com/skbkontur/retail-ui/commit/1889232))
1681
+ * **Button, Checkbox, Radio, Toggle:** add common outline color variable ([58fac79](https://github.com/skbkontur/retail-ui/commit/58fac79))
1682
+
1683
+
1684
+
1685
+
1686
+
1687
+ ## [0.46.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.1...retail-ui@0.46.2) (2019-04-17)
1688
+
1689
+
1690
+ ### Bug Fixes
1691
+
1692
+ * **Tabs:** context provider render children for reac@15 ([f0df170](https://github.com/skbkontur/retail-ui/commit/f0df170))
1693
+
1694
+
1695
+
1696
+
1697
+
1698
+ ## [0.46.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.0...retail-ui@0.46.1) (2019-04-16)
1699
+
1700
+
1701
+ ### Bug Fixes
1702
+
1703
+ * **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)
1704
+ * **ComboBox:** add missing callbacks ([fab3ff6](https://github.com/skbkontur/retail-ui/commit/fab3ff6))
1705
+ * **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)
1706
+ * **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)
1707
+ * **Hint:** render popup even if no text provided ([cf4a473](https://github.com/skbkontur/retail-ui/commit/cf4a473))
1708
+ * **Tabs:** correct work with FunctionalComponents ([93163db](https://github.com/skbkontur/retail-ui/commit/93163db)), closes [#1337](https://github.com/skbkontur/retail-ui/issues/1337)
1709
+ * **Tabs:** error findDOMNode on unmounted active tab component ([90142cb](https://github.com/skbkontur/retail-ui/commit/90142cb))
1710
+ * **TopBarDropdown:** added methods open & close ([9e7ddcc](https://github.com/skbkontur/retail-ui/commit/9e7ddcc))
1711
+
1712
+
1713
+
1714
+
1715
+
1716
+ # [0.46.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.45.0...retail-ui@0.46.0) (2019-04-08)
1717
+
1718
+
1719
+ ### Bug Fixes
1720
+
1721
+ * **Button:** compare elements reliable way ([0d7843e](https://github.com/skbkontur/retail-ui/commit/0d7843e)), closes [#1267](https://github.com/skbkontur/retail-ui/issues/1267)
1722
+ * preventDefault inside passive event listener ([055eb48](https://github.com/skbkontur/retail-ui/commit/055eb48)), closes [#1326](https://github.com/skbkontur/retail-ui/issues/1326)
1723
+ * safe components usage for SSR ([#1312](https://github.com/skbkontur/retail-ui/issues/1312)) ([0c8c91e](https://github.com/skbkontur/retail-ui/commit/0c8c91e))
1724
+ * **ComboBoxOld:** args types for renderTotalCount and onInputChange ([4ddd480](https://github.com/skbkontur/retail-ui/commit/4ddd480))
1725
+ * **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)
1726
+ * **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)
1727
+ * **Modal:** compare elements reliable way ([fdba164](https://github.com/skbkontur/retail-ui/commit/fdba164)), closes [#1267](https://github.com/skbkontur/retail-ui/issues/1267)
1728
+
1729
+
1730
+ ### Features
1731
+
1732
+ * **Fias:** add rooms search ([10843e1](https://github.com/skbkontur/retail-ui/commit/10843e1))
1733
+
1734
+
1735
+
1736
+
1737
+
1738
+ # [0.45.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.3...retail-ui@0.45.0) (2019-04-01)
1739
+
1740
+
1741
+ ### Bug Fixes
1742
+
1743
+ * **Autocomplete:** handle concurrent requests ([dd07ef4](https://github.com/skbkontur/retail-ui/commit/dd07ef4)), closes [#1299](https://github.com/skbkontur/retail-ui/issues/1299)
1744
+ * **Logotype:** async load products widget script ([85312d9](https://github.com/skbkontur/retail-ui/commit/85312d9))
1745
+ * **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)
1746
+ * **ScrollContainer:** multiple scrollbars on OSX ([#827](https://github.com/skbkontur/retail-ui/issues/827)) ([118b347](https://github.com/skbkontur/retail-ui/commit/118b347))
1747
+ * **Tooltip:** deactivate RenderLayer by default ([0818973](https://github.com/skbkontur/retail-ui/commit/0818973)), closes [#1304](https://github.com/skbkontur/retail-ui/issues/1304)
1748
+
1749
+
1750
+ ### Features
1751
+
1752
+ * **flow:** add typings ([42f8fed](https://github.com/skbkontur/retail-ui/commit/42f8fed))
1753
+
1754
+
1755
+ ### Reverts
1756
+
1757
+ * **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)
1758
+ * **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)
1759
+
1760
+
1761
+
1762
+
1763
+
1764
+ ## [0.44.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.2...retail-ui@0.44.3) (2019-03-27)
1765
+
1766
+
1767
+ ### Bug Fixes
1768
+
1769
+ * **Input:** don't show placeholder if mask is visible ([1c40f1d](https://github.com/skbkontur/retail-ui/commit/1c40f1d))
1770
+ * **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)
1771
+
1772
+
1773
+
1774
+
1775
+
1776
+ ## [0.44.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.1...retail-ui@0.44.2) (2019-03-26)
1777
+
1778
+
1779
+ ### Bug Fixes
1780
+
1781
+ * **ComboBoxOld:** bring typings back ([65d26cd](https://github.com/skbkontur/retail-ui/commit/65d26cd))
1782
+ * **hint:** add pin offset ([9c68d44](https://github.com/skbkontur/retail-ui/commit/9c68d44)), closes [#1265](https://github.com/skbkontur/retail-ui/issues/1265)
1783
+ * **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)
1784
+ * **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)
1785
+ * **Tooltip:** correct render invalid react element ([d49b9fd](https://github.com/skbkontur/retail-ui/commit/d49b9fd))
1786
+ * **Tooltip:** loosing focus on show/hide content ([83b86f7](https://github.com/skbkontur/retail-ui/commit/83b86f7))
1787
+
1788
+
1789
+ ### Performance Improvements
1790
+
1791
+ * **Popup:** bind instead of field initializer ([e1bfba1](https://github.com/skbkontur/retail-ui/commit/e1bfba1))
1792
+ * **Popup:** do not renderContent if closed ([49b03a6](https://github.com/skbkontur/retail-ui/commit/49b03a6))
1793
+ * **Popup:** less event subscriptions ([eb30481](https://github.com/skbkontur/retail-ui/commit/eb30481))
1794
+ * **Popup:** remove RenderLayer/onCloseRequest ([1763036](https://github.com/skbkontur/retail-ui/commit/1763036))
1795
+ * **RenderContainer:** lazy domContainer ([7a193fe](https://github.com/skbkontur/retail-ui/commit/7a193fe))
1796
+ * **RenderLayer:** bind instead of field initializer ([a7a940b](https://github.com/skbkontur/retail-ui/commit/a7a940b))
1797
+ * **RenderLayer:** less event subscriptions ([f095eca](https://github.com/skbkontur/retail-ui/commit/f095eca))
1798
+ * **Tooltip:** bind instead of field initializer ([e4a1ef5](https://github.com/skbkontur/retail-ui/commit/e4a1ef5))
1799
+ * **Tooltip:** skip RenderLayer if unneeded ([9719e45](https://github.com/skbkontur/retail-ui/commit/9719e45))
1800
+
1801
+
1802
+
1803
+
1804
+
1805
+ ## [0.44.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.0...retail-ui@0.44.1) (2019-03-19)
1806
+
1807
+
1808
+ ### Bug Fixes
1809
+
1810
+ * **retail-ui:** fix some imports for `[@skbkontur](https://github.com/skbkontur)/react-ui` ([d4c19a8](https://github.com/skbkontur/retail-ui/commit/d4c19a8))
1811
+
1812
+
1813
+
1814
+
1815
+
1816
+ # [0.44.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.43.0...retail-ui@0.44.0) (2019-03-19)
1817
+
1818
+
1819
+ ### Bug Fixes
1820
+
1821
+ * **ComboBox:** typings issues ([d51d66d](https://github.com/skbkontur/retail-ui/commit/d51d66d))
1822
+ * **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)
1823
+ * **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)
1824
+ * **retail-ui:** add optional for some props and default for generic ([07003a4](https://github.com/skbkontur/retail-ui/commit/07003a4))
1825
+ * **SidePage:** change header paddings according to the guides ([722d00f](https://github.com/skbkontur/retail-ui/commit/722d00f))
1826
+ * **SidePage:** fix scrollbar overlapping by the footer with wrong width ([f3468b1](https://github.com/skbkontur/retail-ui/commit/f3468b1))
1827
+ * **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)
1828
+
1829
+
1830
+ ### Features
1831
+
1832
+ * **ComboBox:** add props `searchOnFocus` and `drawArrow` ([a605c22](https://github.com/skbkontur/retail-ui/commit/a605c22))
1833
+
1834
+
1835
+
1836
+
1837
+
1838
+ # [0.43.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.42.0...retail-ui@0.43.0) (2019-03-12)
1839
+
1840
+
1841
+ ### Bug Fixes
1842
+
1843
+ * **Button:** fix disabled link background ([9c2cdae](https://github.com/skbkontur/retail-ui/commit/9c2cdae)), closes [#1213](https://github.com/skbkontur/retail-ui/issues/1213)
1844
+ * **ComboBox:** correct import specific icon, not all ([9f0fcbf](https://github.com/skbkontur/retail-ui/commit/9f0fcbf))
1845
+ * **ComboBox:** repair blur when menu is not open ([0861a90](https://github.com/skbkontur/retail-ui/commit/0861a90))
1846
+ * **ComboBoxMenu:** unique keys warning ([7ead9fc](https://github.com/skbkontur/retail-ui/commit/7ead9fc))
1847
+ * **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)
1848
+ * **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)
1849
+ * **Tooltip:** handleClickOutside detects content ([c69773b](https://github.com/skbkontur/retail-ui/commit/c69773b)), closes [#1210](https://github.com/skbkontur/retail-ui/issues/1210)
1850
+
1851
+
1852
+ ### Features
1853
+
1854
+ * **ComboBox:** add localization ([2bc0300](https://github.com/skbkontur/retail-ui/commit/2bc0300))
1855
+ * **LocaleContext:** localization controls ([4d5a412](https://github.com/skbkontur/retail-ui/commit/4d5a412))
1856
+ * **Logotype:** add localization ([47fa21e](https://github.com/skbkontur/retail-ui/commit/47fa21e))
1857
+ * **Paging:** add localization ([ef982db](https://github.com/skbkontur/retail-ui/commit/ef982db))
1858
+ * **Select:** add localization ([8a539be](https://github.com/skbkontur/retail-ui/commit/8a539be))
1859
+ * **Spinner:** add localization ([265deee](https://github.com/skbkontur/retail-ui/commit/265deee))
1860
+ * **TokenInput:** add localization ([49d7742](https://github.com/skbkontur/retail-ui/commit/49d7742))
1861
+ * **TopBar:** add `TopBar.Logout` for localization ([18533e9](https://github.com/skbkontur/retail-ui/commit/18533e9))
1862
+ * **TopBar:** add localization ([50accaf](https://github.com/skbkontur/retail-ui/commit/50accaf))
1863
+
1864
+
1865
+
1866
+
1867
+
1868
+ # [0.42.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.41.1...retail-ui@0.42.0) (2019-03-05)
1869
+
1870
+ ### Bug Fixes
1871
+
1872
+ - **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)
1873
+ - **Fias:** fix textarea import ([2a1dd51](https://github.com/skbkontur/retail-ui/commit/2a1dd51))
1874
+ - **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)
1875
+ - **Tooltip:** reposition changed content ([39b641f](https://github.com/skbkontur/retail-ui/commit/39b641f)), closes [#962](https://github.com/skbkontur/retail-ui/issues/962)
1876
+
1877
+ ### Features
1878
+
1879
+ - **DropdownMenu:** add header and footer props ([db8a428](https://github.com/skbkontur/retail-ui/commit/db8a428))
1880
+ - **ScrollContainer:** add `onScrollStateChange` prop ([18366b7](https://github.com/skbkontur/retail-ui/commit/18366b7))
1881
+ - **TooltipMenu:** add header and footer props ([578125d](https://github.com/skbkontur/retail-ui/commit/578125d))
1882
+
1883
+ ## [0.41.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.41.0...retail-ui@0.41.1) (2019-02-27)
1884
+
1885
+ ### Bug Fixes
1886
+
1887
+ - **Popup:** remove ambient types ([72fb736](https://github.com/skbkontur/retail-ui/commit/72fb736))
1888
+
1889
+ # [0.41.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.40.1...retail-ui@0.41.0) (2019-02-26)
1890
+
1891
+ ### Bug Fixes
1892
+
1893
+ - **ComboBox:** fix `focusNextElement` call condition ([da8e007](https://github.com/skbkontur/retail-ui/commit/da8e007))
1894
+ - **ComboBox:** fix open if blured ([6a63937](https://github.com/skbkontur/retail-ui/commit/6a63937))
1895
+ - **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))
1896
+ - **ComboBox:** use requestStatus and repeatRequest to highlight menu item properly ([c5dfd8f](https://github.com/skbkontur/retail-ui/commit/c5dfd8f))
1897
+ - **DateInput:** add handle action `separator` ([c532008](https://github.com/skbkontur/retail-ui/commit/c532008)), closes [#1059](https://github.com/skbkontur/retail-ui/issues/1059)
1898
+ - **Hint:** don't render Popup if text is empty ([f4b2e03](https://github.com/skbkontur/retail-ui/commit/f4b2e03))
1899
+ - **PasswordInput:** remove not DOM prop `detectCapsLock` ([7d49446](https://github.com/skbkontur/retail-ui/commit/7d49446))
1900
+ - **Popup:** closing 'hover' after dropdown selection ([c021e04](https://github.com/skbkontur/retail-ui/commit/c021e04))
1901
+ - **Popup:** possible memory leak fix ([bd1bca4](https://github.com/skbkontur/retail-ui/commit/bd1bca4))
1902
+ - **retail-ui:** fix input and button baseline (according to the guides) ([085d6af](https://github.com/skbkontur/retail-ui/commit/085d6af))
1903
+ - **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)
1904
+ - **Tooltip:** don't render Popup without content ([a9fbdb5](https://github.com/skbkontur/retail-ui/commit/a9fbdb5))
1905
+
1906
+ ### Features
1907
+
1908
+ - **ComboBox:** add `cancelSearch` public method ([dcafb27](https://github.com/skbkontur/retail-ui/commit/dcafb27))
1909
+ - **ComboBox:** public blur method ([e3e3a8e](https://github.com/skbkontur/retail-ui/commit/e3e3a8e))
1910
+ - **Fias:** support foreign addresses ([2641ca2](https://github.com/skbkontur/retail-ui/commit/2641ca2))
1911
+
1912
+ ## [0.40.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.40.0...retail-ui@0.40.1) (2019-02-19)
1913
+
1914
+ ### Bug Fixes
1915
+
1916
+ - **SidePage:** dynamic resolved types `Body` and `Footer` with context ([4ec286b](https://github.com/skbkontur/retail-ui/commit/4ec286b))
1917
+
1918
+ # [0.40.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.39.0...retail-ui@0.40.0) (2019-02-19)
1919
+
1920
+ ### Bug Fixes
1921
+
1922
+ - **RenderContainer:** unique keys warning ([b2279b3](https://github.com/skbkontur/retail-ui/commit/b2279b3)), closes [#1149](https://github.com/skbkontur/retail-ui/issues/1149)
1923
+ - **Tooltip:** fixed closing for `hoverAnchor` ([fd932f2](https://github.com/skbkontur/retail-ui/commit/fd932f2)), closes [#973](https://github.com/skbkontur/retail-ui/issues/973)
1924
+
1925
+ ### Features
1926
+
1927
+ - **flow:** add typings ([#1160](https://github.com/skbkontur/retail-ui/issues/1160)) ([55d79c9](https://github.com/skbkontur/retail-ui/commit/55d79c9))
1928
+ - **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)
1929
+ - **Popup:** add `ignoreHover` prop ([869f556](https://github.com/skbkontur/retail-ui/commit/869f556))
1930
+ - **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))
1931
+
1932
+ <a name="0.39.0"></a>
1933
+
1934
+ # [0.39.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.38.0...retail-ui@0.39.0) (2019-02-12)
1935
+
1936
+ ### Bug Fixes
1937
+
1938
+ - **DropdownContainer:** fixed initial position ([8eed80e](https://github.com/skbkontur/retail-ui/commit/8eed80e))
1939
+ - **Menu:** not call `setState` after unmount ([dfd5152](https://github.com/skbkontur/retail-ui/commit/dfd5152))
1940
+
1941
+ ### Features
1942
+
1943
+ - **ComboBox:** минимальное время показа лоадера ([279afac](https://github.com/skbkontur/retail-ui/commit/279afac))
1944
+ - **Fias:** add fields settings ([31ea3d3](https://github.com/skbkontur/retail-ui/commit/31ea3d3))
1945
+ - **Fias:** add postalCode field ([02f1498](https://github.com/skbkontur/retail-ui/commit/02f1498))
1946
+ - **Fias:** move fields labels to the locale ([0bae0fd](https://github.com/skbkontur/retail-ui/commit/0bae0fd))
1947
+ - **retail-ui:** add more flow typings ([#1137](https://github.com/skbkontur/retail-ui/issues/1137)) ([e72b3eb](https://github.com/skbkontur/retail-ui/commit/e72b3eb))
1948
+
1949
+ <a name="0.38.0"></a>
1950
+
1951
+ # [0.38.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.37.0...retail-ui@0.38.0) (2019-02-05)
1952
+
1953
+ ### Bug Fixes
1954
+
1955
+ - **Button:** reset text styles ([0b7eec5](https://github.com/skbkontur/retail-ui/commit/0b7eec5)), closes [#1108](https://github.com/skbkontur/retail-ui/issues/1108)
1956
+ - **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)
1957
+ - **Combobox:** fix non-closing menu with disablePortal prop ([c5b5288](https://github.com/skbkontur/retail-ui/commit/c5b5288))
1958
+ - **DateInput:** remove unecessary wrapper element ([908941e](https://github.com/skbkontur/retail-ui/commit/908941e)), closes [#1119](https://github.com/skbkontur/retail-ui/issues/1119)
1959
+ - **Input:** reset text styles ([b7bd90b](https://github.com/skbkontur/retail-ui/commit/b7bd90b)), closes [#1108](https://github.com/skbkontur/retail-ui/issues/1108)
1960
+ - **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)
1961
+ - **Kladr:** recover TypeScript typings ([948212d](https://github.com/skbkontur/retail-ui/commit/948212d)), closes [#1058](https://github.com/skbkontur/retail-ui/issues/1058)
1962
+ - **RenderLayer:** disable catch events ([#1127](https://github.com/skbkontur/retail-ui/issues/1127)) ([f0a447c](https://github.com/skbkontur/retail-ui/commit/f0a447c))
1963
+ - **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))
1964
+
1965
+ ### Features
1966
+
1967
+ - add flow typings ([9577790](https://github.com/skbkontur/retail-ui/commit/9577790))
1968
+ - **Logotype:** add locale prop ([e39c7f7](https://github.com/skbkontur/retail-ui/commit/e39c7f7))
1969
+
1970
+ <a name="0.37.0"></a>
1971
+
1972
+ # [0.37.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.36.0...retail-ui@0.37.0) (2019-01-30)
1973
+
1974
+ ### Bug Fixes
1975
+
1976
+ - **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)
1977
+
1978
+ ### Features
1979
+
1980
+ - **Input:** поддержка префикса и суффикса ([fe9a1d8](https://github.com/skbkontur/retail-ui/commit/fe9a1d8))
1981
+ - **Input:** флекс-верска инпута ([64deabc](https://github.com/skbkontur/retail-ui/commit/64deabc))
1982
+ - **InputLikeText:** интерфейс пропсов наследуется от InputProps ([b4b7dce](https://github.com/skbkontur/retail-ui/commit/b4b7dce))
1983
+
1984
+ <a name="0.36.0"></a>
1985
+
1986
+ # [0.36.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.35.0...retail-ui@0.36.0) (2019-01-21)
1987
+
1988
+ ### Bug Fixes
1989
+
1990
+ - **Hint:** fix unnecessary re-render ([c9160d4](https://github.com/skbkontur/retail-ui/commit/c9160d4)), closes [#1053](https://github.com/skbkontur/retail-ui/issues/1053)
1991
+ - **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)
1992
+ - **TopBar.Item:** при onlyIcon={true} не рендерятся дети, fix [#1019](https://github.com/skbkontur/retail-ui/issues/1019) ([49f52d2](https://github.com/skbkontur/retail-ui/commit/49f52d2))
1993
+
1994
+ ### Features
1995
+
1996
+ - **Kebab:** add size medium ([9ea2d17](https://github.com/skbkontur/retail-ui/commit/9ea2d17))
1997
+ - **Select:** add public focus method ([8f317e1](https://github.com/skbkontur/retail-ui/commit/8f317e1)), closes [#1063](https://github.com/skbkontur/retail-ui/issues/1063)
1998
+ - **Select:** компонент принимает пропсы onFocus/onBlur ([2d4ba50](https://github.com/skbkontur/retail-ui/commit/2d4ba50))
1999
+ - **SidePage:** add updateLayout method ([7fe9290](https://github.com/skbkontur/retail-ui/commit/7fe9290))
2000
+
2001
+ <a name="0.35.0"></a>
2002
+
2003
+ # [0.35.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.34.0...retail-ui@0.35.0) (2019-01-14)
2004
+
2005
+ ### Bug Fixes
2006
+
2007
+ - **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)
2008
+ - **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)
2009
+ - **ComboBoxOld:** fix click on disabled arrow ([031281b](https://github.com/skbkontur/retail-ui/commit/031281b))
2010
+ - **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)
2011
+ - **Input:** pass formatChars to ReactInputMask ([747badf](https://github.com/skbkontur/retail-ui/commit/747badf))
2012
+ - **Modal:** скрыта нативная рамка фокуса в ff ([f9fecb2](https://github.com/skbkontur/retail-ui/commit/f9fecb2))
2013
+ - **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))
2014
+
2015
+ ### Features
2016
+
2017
+ - **Icon:** remove component ([cd229d3](https://github.com/skbkontur/retail-ui/commit/cd229d3)), closes [#1037](https://github.com/skbkontur/retail-ui/issues/1037)
2018
+ - **retail-ui:** add brand color variables ([072f2f5](https://github.com/skbkontur/retail-ui/commit/072f2f5))
2019
+ - **retail-ui:** add TokenInput component ([402c9bc](https://github.com/skbkontur/retail-ui/commit/402c9bc)), closes [#650](https://github.com/skbkontur/retail-ui/issues/650)
2020
+
2021
+ ### BREAKING CHANGES
2022
+
2023
+ - **Icon:** Component `Icon` has been removed, please use icons from `@skbkontur/react-icons`
2024
+
2025
+ <a name="0.34.0"></a>
2026
+
2027
+ # [0.34.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.33.0...retail-ui@0.34.0) (2018-12-26)
2028
+
2029
+ ### Bug Fixes
2030
+
2031
+ - **Autocomplete:** исправлен многократный вызов `source` ([6a73bc5](https://github.com/skbkontur/retail-ui/commit/6a73bc5)), closes [#937](https://github.com/skbkontur/retail-ui/issues/937)
2032
+ - **ComboBox:** always close on clickOutside ([1715695](https://github.com/skbkontur/retail-ui/commit/1715695))
2033
+ - **ComboBox:** run empty search on input click if closed ([75670b4](https://github.com/skbkontur/retail-ui/commit/75670b4))
2034
+ - **CurrencyInput:** починено поведение фокуса ([ce3e1e9](https://github.com/skbkontur/retail-ui/commit/ce3e1e9)), closes [#932](https://github.com/skbkontur/retail-ui/issues/932)
2035
+ - **DatePicker:** close if picker became disabled ([2b98084](https://github.com/skbkontur/retail-ui/commit/2b98084))
2036
+ - **DatePicker:** do not open on focus if disabled ([03fb67d](https://github.com/skbkontur/retail-ui/commit/03fb67d))
2037
+ - **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)
2038
+ - **DatePickerOld:** can't blur in safari ([194adca](https://github.com/skbkontur/retail-ui/commit/194adca))
2039
+ - **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)
2040
+ - **Fias:** [FiasComboBox] update searchText on value change ([55cb808](https://github.com/skbkontur/retail-ui/commit/55cb808))
2041
+ - **Fias:** disallow search through all parents for Street and lower ([09966ec](https://github.com/skbkontur/retail-ui/commit/09966ec))
2042
+ - **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)
2043
+ - **Fias:** open list on focus after validation (if has items) ([7972960](https://github.com/skbkontur/retail-ui/commit/7972960))
2044
+ - **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)
2045
+ - **Logotype:** always render dropdown container ([dfc26cb](https://github.com/skbkontur/retail-ui/commit/dfc26cb)), closes [#631](https://github.com/skbkontur/retail-ui/issues/631)
2046
+ - **Logotype:** display root as inline element when there is no widget ([b0f316f](https://github.com/skbkontur/retail-ui/commit/b0f316f))
2047
+ - **Logotype:** init widget on props update ([109f562](https://github.com/skbkontur/retail-ui/commit/109f562))
2048
+ - **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)
2049
+ - **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)
2050
+ - **TopBar:** update User's links to cabinet.kontur.ru ([53d1024](https://github.com/skbkontur/retail-ui/commit/53d1024))
2051
+
2052
+ ### Features
2053
+
2054
+ - **Fias:** show "select from list" message on validation if has items ([91dd8ba](https://github.com/skbkontur/retail-ui/commit/91dd8ba))
2055
+ - **Popup:** add `onOpen` prop ([af52795](https://github.com/skbkontur/retail-ui/commit/af52795))
2056
+ - **Spinner:** поддержка ReactNode в caption ([b0ba0cd](https://github.com/skbkontur/retail-ui/commit/b0ba0cd))
2057
+ - **Textarea:** шрифт и отсутпы по гайдам ([ca61be6](https://github.com/skbkontur/retail-ui/commit/ca61be6))
2058
+
2059
+ <a name="0.33.0"></a>
2060
+
2061
+ # [0.33.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.32.1...retail-ui@0.33.0) (2018-12-17)
2062
+
2063
+ ### Bug Fixes
2064
+
2065
+ - **ComboBox:** always keep textValue in sync with value, if not editing ([f9e6531](https://github.com/skbkontur/retail-ui/commit/f9e6531))
2066
+ - **ComboBox:** fix getValueString function ([50accf1](https://github.com/skbkontur/retail-ui/commit/50accf1))
2067
+ - **CustomComboBox:** made some props required ([dd1f90a](https://github.com/skbkontur/retail-ui/commit/dd1f90a))
2068
+ - **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)
2069
+ - **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)
2070
+
2071
+ ### Features
2072
+
2073
+ - **ComboBox:** add search method ([bb3fa2e](https://github.com/skbkontur/retail-ui/commit/bb3fa2e)), closes [#991](https://github.com/skbkontur/retail-ui/issues/991)
2074
+ - **ComboBox:** allow to open combobox with search ([c3b8965](https://github.com/skbkontur/retail-ui/commit/c3b8965))
2075
+
2076
+ <a name="0.32.1"></a>
2077
+
2078
+ ## [0.32.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.32.0...retail-ui@0.32.1) (2018-12-11)
2079
+
2080
+ ### Bug Fixes
2081
+
2082
+ - **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)
2083
+ - **Input:** fix regression around medium font-size ([a900f6e](https://github.com/skbkontur/retail-ui/commit/a900f6e))
2084
+
2085
+ <a name="0.32.0"></a>
2086
+
2087
+ # [0.32.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.31.0...retail-ui@0.32.0) (2018-12-10)
2088
+
2089
+ ### Bug Fixes
2090
+
2091
+ - **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)
2092
+ - **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)
2093
+ - **RenderContainer:** correct store ids in data-attribute ([0dc7089](https://github.com/skbkontur/retail-ui/commit/0dc7089))
2094
+ - **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)
2095
+
2096
+ ### Features
2097
+
2098
+ - **ComboBox:** add open/close methods ([7bbd941](https://github.com/skbkontur/retail-ui/commit/7bbd941)), closes [#957](https://github.com/skbkontur/retail-ui/issues/957)
2099
+ - **Input:** blink on unexpected input ([7162ffa](https://github.com/skbkontur/retail-ui/commit/7162ffa))
2100
+ - **lib:** add functions for getting focusable elements ([6ff8b71](https://github.com/skbkontur/retail-ui/commit/6ff8b71))
2101
+
2102
+ ### Performance Improvements
2103
+
2104
+ - **ComboBox:** optimize focusNextElement method ([f8946f4](https://github.com/skbkontur/retail-ui/commit/f8946f4))
2105
+
2106
+ <a name="0.31.0"></a>
2107
+
2108
+ # [0.31.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.30.0...retail-ui@0.31.0) (2018-12-04)
2109
+
2110
+ ### Bug Fixes
2111
+
2112
+ - **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)
2113
+ - **DatePickerOld:** fix firefox specific bug ([737262d](https://github.com/skbkontur/retail-ui/commit/737262d))
2114
+ - **Modal:** generated docs use helper function as component ([ac0f9f3](https://github.com/skbkontur/retail-ui/commit/ac0f9f3))
2115
+ - **Popup:** fix render child for react@15 ([b2364a6](https://github.com/skbkontur/retail-ui/commit/b2364a6))
2116
+ - **Select:** fix text-overflow color ([4b100bd](https://github.com/skbkontur/retail-ui/commit/4b100bd)), closes [#543](https://github.com/skbkontur/retail-ui/issues/543)
2117
+ - **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)
2118
+
2119
+ ### Features
2120
+
2121
+ - **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)
2122
+ - **Modal:** add alignTop prop ([618b88b](https://github.com/skbkontur/retail-ui/commit/618b88b)), closes [#715](https://github.com/skbkontur/retail-ui/issues/715)
2123
+
2124
+ <a name="0.30.0"></a>
2125
+
2126
+ # [0.30.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.29.0...retail-ui@0.30.0) (2018-11-20)
2127
+
2128
+ ### Bug Fixes
2129
+
2130
+ - **ComboBox:** fix blinking test by mocking lodash.debounce ([fef6e3e](https://github.com/skbkontur/retail-ui/commit/fef6e3e))
2131
+ - **ComboBox:** prevent searching items after blur ([0a6153d](https://github.com/skbkontur/retail-ui/commit/0a6153d))
2132
+ - **ComboBox:** show editing input text on focus instead of value ([6e0e8d4](https://github.com/skbkontur/retail-ui/commit/6e0e8d4))
2133
+ - **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)
2134
+ - **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)
2135
+ - **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)
2136
+
2137
+ ### Features
2138
+
2139
+ - **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)
2140
+ - **Hint:** add `useWrapper` prop ([142f684](https://github.com/skbkontur/retail-ui/commit/142f684))
2141
+ - **Modal:** опциональное залипание шапки и футера ([#911](https://github.com/skbkontur/retail-ui/issues/911)) ([1e763cf](https://github.com/skbkontur/retail-ui/commit/1e763cf))
2142
+ - **Popup:** allow use react component as anchorElement ([7b0b373](https://github.com/skbkontur/retail-ui/commit/7b0b373))
2143
+ - **Tooltip:** add `useWrapper` prop ([71d803a](https://github.com/skbkontur/retail-ui/commit/71d803a)), closes [#721](https://github.com/skbkontur/retail-ui/issues/721)
2144
+
2145
+ <a name="0.29.0"></a>
2146
+
2147
+ # [0.29.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.28.0...retail-ui@0.29.0) (2018-11-13)
2148
+
2149
+ ### Bug Fixes
2150
+
2151
+ - **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))
2152
+
2153
+ ### Features
2154
+
2155
+ - **Button:** Новые стили для кнопок-стрелок ([#839](https://github.com/skbkontur/retail-ui/issues/839)) ([bcfe9c9](https://github.com/skbkontur/retail-ui/commit/bcfe9c9))
2156
+ - **ComboBox:** allow use hover state in renderItem ([eacebc3](https://github.com/skbkontur/retail-ui/commit/eacebc3))
2157
+ - **Fias:** новый компонент ФИАС, [#779](https://github.com/skbkontur/retail-ui/issues/779) ([74e7e04](https://github.com/skbkontur/retail-ui/commit/74e7e04))
2158
+ - **FxInput:** add public method blur ([b4e167d](https://github.com/skbkontur/retail-ui/commit/b4e167d)), closes [#888](https://github.com/skbkontur/retail-ui/issues/888)
2159
+
2160
+ ### BREAKING CHANGES
2161
+
2162
+ - **ComboBox:** second argument of renderItem not used and replaced by MenuItemState
2163
+
2164
+ <a name="0.28.0"></a>
2165
+
2166
+ # [0.28.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.27.0...retail-ui@0.28.0) (2018-11-08)
2167
+
2168
+ ### Bug Fixes
2169
+
2170
+ - **CurrencyInput:** починено поведение плэйсхолдера ([84d2486](https://github.com/skbkontur/retail-ui/commit/84d2486))
2171
+ - **FxInput:** mainInGroup works again ([9bfca93](https://github.com/skbkontur/retail-ui/commit/9bfca93))
2172
+ - **HBVS:** only root component can update styles ([e12d32f](https://github.com/skbkontur/retail-ui/commit/e12d32f))
2173
+ - **Hint:** remove inline-block style [#829](https://github.com/skbkontur/retail-ui/issues/829) ([c9fbdfb](https://github.com/skbkontur/retail-ui/commit/c9fbdfb))
2174
+ - **Popup:** make disableAnimations working again ([c85db13](https://github.com/skbkontur/retail-ui/commit/c85db13))
2175
+ - **SidePage:** work with react@15 ([9e811bd](https://github.com/skbkontur/retail-ui/commit/9e811bd))
2176
+ - **Textarea:** поправлен интерфейс и пропсов, исправлена пара багов ([715d162](https://github.com/skbkontur/retail-ui/commit/715d162))
2177
+ - **Tooltip:** click on svg in tooltip [#877](https://github.com/skbkontur/retail-ui/issues/877) ([3fa07e7](https://github.com/skbkontur/retail-ui/commit/3fa07e7))
2178
+
2179
+ ### Features
2180
+
2181
+ - **Checkbox:** новое состояние WIP ([b443d5d](https://github.com/skbkontur/retail-ui/commit/b443d5d))
2182
+ - **Hint:** add disableAnimations prop ([cd548a6](https://github.com/skbkontur/retail-ui/commit/cd548a6))
2183
+ - **Paging:** global keydown listener ([b10df5d](https://github.com/skbkontur/retail-ui/commit/b10df5d))
2184
+ - **Paging:** show navigation hints by condition ([232a5c2](https://github.com/skbkontur/retail-ui/commit/232a5c2))
2185
+ - **PopupMenu:** add disableAnimation prop in PopupMenu-based components ([6602986](https://github.com/skbkontur/retail-ui/commit/6602986))
2186
+
2187
+ <a name="0.27.0"></a>
2188
+
2189
+ # [0.27.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.1...retail-ui@0.27.0) (2018-10-29)
2190
+
2191
+ ### Bug Fixes
2192
+
2193
+ - **Button:** fix flat styles ([5ba5980](https://github.com/skbkontur/retail-ui/commit/5ba5980)), closes [#856](https://github.com/skbkontur/retail-ui/issues/856)
2194
+ - **ComboBox:** public refs input/menu/inputLikeText ([f28b418](https://github.com/skbkontur/retail-ui/commit/f28b418))
2195
+ - **FxInput:** fix warning from 'mainInGroup' prop ([2ad6e4e](https://github.com/skbkontur/retail-ui/commit/2ad6e4e))
2196
+ - **Input:** filter props for HTMLInputElement, fix [#831](https://github.com/skbkontur/retail-ui/issues/831) ([fa94219](https://github.com/skbkontur/retail-ui/commit/fa94219))
2197
+ - **Input:** filter props for HTMLInputElement, fix [#831](https://github.com/skbkontur/retail-ui/issues/831) ([b0f04af](https://github.com/skbkontur/retail-ui/commit/b0f04af))
2198
+ - **Input:** input icons inside modal header [#861](https://github.com/skbkontur/retail-ui/issues/861) ([b69f0ab](https://github.com/skbkontur/retail-ui/commit/b69f0ab))
2199
+ - **Input:** update typings ([34adf0a](https://github.com/skbkontur/retail-ui/commit/34adf0a)), closes [#845](https://github.com/skbkontur/retail-ui/issues/845)
2200
+ - **Link:** fix types, fix [#841](https://github.com/skbkontur/retail-ui/issues/841) ([4a1e2b8](https://github.com/skbkontur/retail-ui/commit/4a1e2b8))
2201
+ - **Modal:** fix after Sticky hotfix ([b354149](https://github.com/skbkontur/retail-ui/commit/b354149))
2202
+ - **Modal:** not adaptive ([96178bd](https://github.com/skbkontur/retail-ui/commit/96178bd)), closes [#847](https://github.com/skbkontur/retail-ui/issues/847)
2203
+ - **SidePage:** fix blockBackground=false ([4a78d94](https://github.com/skbkontur/retail-ui/commit/4a78d94))
2204
+ - **SidePage:** fix blockBackground=false ([15a1763](https://github.com/skbkontur/retail-ui/commit/15a1763))
2205
+ - **Sticky:** вернули старое поведение с бесконечной рекурсией ([c04f3f1](https://github.com/skbkontur/retail-ui/commit/c04f3f1))
2206
+ - **Sticky:** вернули старое поведение с бесконечной рекурсией ([7cf7ebc](https://github.com/skbkontur/retail-ui/commit/7cf7ebc))
2207
+ - **Sticky:** fix default value of allowChildWithMargins ([3e5856e](https://github.com/skbkontur/retail-ui/commit/3e5856e))
2208
+ - **Sticky:** fix default value of allowChildWithMargins ([0ff54c6](https://github.com/skbkontur/retail-ui/commit/0ff54c6))
2209
+
2210
+ ### Features
2211
+
2212
+ - **CustomComboBox:** добавил ref для InputLikeText ([c5cd653](https://github.com/skbkontur/retail-ui/commit/c5cd653))
2213
+ - **Tooltip:** новое значение `trigger` ([391f715](https://github.com/skbkontur/retail-ui/commit/391f715)), closes [#818](https://github.com/skbkontur/retail-ui/issues/818)
2214
+
2215
+ <a name="0.26.3"></a>
2216
+
2217
+ ## [0.26.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.1...retail-ui@0.26.3) (2018-10-25)
2218
+
2219
+ ### Bug Fixes
2220
+
2221
+ - **Modal:** Modal.Footer и Modal.Header ипользуют Sticky с `allowChildWithMargins === true` ([8fee4c1](https://github.com/skbkontur/retail-ui/commit/8fee4c1bd5133e5b7419cb8951c08b46605a3985))
2222
+
2223
+ <a name="0.26.2"></a>
2224
+
2225
+ ## [0.26.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.0...retail-ui@0.26.2) (2018-10-25)
2226
+
2227
+ ### Bug Fixes
2228
+
2229
+ - **Sticky:** fix default value of allowChildWithMargins ([fffbea0](https://github.com/skbkontur/retail-ui/commit/fffbea0))
2230
+ - **Sticky:** вернули старое поведение с бесконечной рекурсией ([ebbbeec](https://github.com/skbkontur/retail-ui/commit/ebbbeec))
2231
+
2232
+ <a name="0.26.1"></a>
2233
+
2234
+ ## [0.26.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.0...retail-ui@0.26.1) (2018-10-24)
2235
+
2236
+ **Note:** Version bump only for package retail-ui
2237
+
2238
+ <a name="0.26.0"></a>
2239
+
2240
+ # [0.26.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.25.0...retail-ui@0.26.0) (2018-10-23)
2241
+
2242
+ ### Bug Fixes
2243
+
2244
+ - **Button:** fix subpixel bug in chrome ([a757350](https://github.com/skbkontur/retail-ui/commit/a757350))
2245
+ - **FxInput:** fix warning from 'mainInGroup' prop ([d24390c](https://github.com/skbkontur/retail-ui/commit/d24390c))
2246
+ - **HBVS:** окончательно отремонтирован ([c8df8a5](https://github.com/skbkontur/retail-ui/commit/c8df8a5))
2247
+ - **Modal:** fix modalClickTrap height, close [#810](https://github.com/skbkontur/retail-ui/issues/810) ([01497b5](https://github.com/skbkontur/retail-ui/commit/01497b5))
2248
+
2249
+ ### Features
2250
+
2251
+ - **combobox:** accept onUnexpectedInput handler return value ([e6c1d37](https://github.com/skbkontur/retail-ui/commit/e6c1d37))
2252
+ - **Icon:** use svg icons ([0690828](https://github.com/skbkontur/retail-ui/commit/0690828))
2253
+
2254
+ <a name="0.25.0"></a>
2255
+
2256
+ # [0.25.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.24.1...retail-ui@0.25.0) (2018-10-15)
2257
+
2258
+ ### Bug Fixes
2259
+
2260
+ - **ComboBox:** onChange при потере фокуса ([c3353b0](https://github.com/skbkontur/retail-ui/commit/c3353b0)), closes [#680](https://github.com/skbkontur/retail-ui/issues/680)
2261
+ - **HBVS:** пересчет размеров окна в каждом didUpdate, Closed [#717](https://github.com/skbkontur/retail-ui/issues/717) ([a162a03](https://github.com/skbkontur/retail-ui/commit/a162a03))
2262
+ - **Input:** fix console.log warning in group ([2bd4287](https://github.com/skbkontur/retail-ui/commit/2bd4287))
2263
+ - **Input:** повыщенный z-index при фокусе ([cf7f423](https://github.com/skbkontur/retail-ui/commit/cf7f423))
2264
+ - **Kebab:** react warning of unitless number ([66c6f21](https://github.com/skbkontur/retail-ui/commit/66c6f21))
2265
+ - **Modal:** fix click-handler ([cf84fd9](https://github.com/skbkontur/retail-ui/commit/cf84fd9)), closes [#757](https://github.com/skbkontur/retail-ui/issues/757)
2266
+ - **Modal:** focusLock отключен в ie, fix [#784](https://github.com/skbkontur/retail-ui/issues/784) ([839c7fa](https://github.com/skbkontur/retail-ui/commit/839c7fa))
2267
+ - **Popup:** change min-width to fix [#799](https://github.com/skbkontur/retail-ui/issues/799) ([4fb60a6](https://github.com/skbkontur/retail-ui/commit/4fb60a6))
2268
+ - **ResizeDetector:** удален `removeEventListener` :green_apple: ([ab586f7](https://github.com/skbkontur/retail-ui/commit/ab586f7))
2269
+ - **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)
2270
+
2271
+ ### Features
2272
+
2273
+ - **Calendar:** больше переменных в стилях ([212bd1f](https://github.com/skbkontur/retail-ui/commit/212bd1f)), closes [#755](https://github.com/skbkontur/retail-ui/issues/755)
2274
+ - **Group:** added Group tests and Stories ([a669d7f](https://github.com/skbkontur/retail-ui/commit/a669d7f))
2275
+ - **Input:** выделение значения ([1b68c7a](https://github.com/skbkontur/retail-ui/commit/1b68c7a))
2276
+ - **Textarea:** выделение значения ([8282b37](https://github.com/skbkontur/retail-ui/commit/8282b37))
2277
+
2278
+ <a name="0.24.1"></a>
2279
+
2280
+ ## [0.24.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.24.0...retail-ui@0.24.1) (2018-10-10)
2281
+
2282
+ ### Bug Fixes
2283
+
2284
+ - **ComboBox:** PureComponent заменен на shouldComponentUpdate ([38d34fc](https://github.com/skbkontur/retail-ui/commit/38d34fc))
2285
+ - **SidePage:** fix zIndex of footer, fixed [#714](https://github.com/skbkontur/retail-ui/issues/714) ([63a2b5d](https://github.com/skbkontur/retail-ui/commit/63a2b5d))
2286
+
2287
+ <a name="0.24.0"></a>
2288
+
2289
+ # [0.24.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.3...retail-ui@0.24.0) (2018-10-08)
2290
+
2291
+ ### Bug Fixes
2292
+
2293
+ - **Button:** fix type link in flat mode ([dc1d505](https://github.com/skbkontur/retail-ui/commit/dc1d505))
2294
+ - **ComboBox:** изменение значения после unexpectedInput ([c5379be](https://github.com/skbkontur/retail-ui/commit/c5379be)), closes [#730](https://github.com/skbkontur/retail-ui/issues/730)
2295
+ - **Hint:** pin color for ie11 ([7361e20](https://github.com/skbkontur/retail-ui/commit/7361e20))
2296
+ - **Input:** fix flat styles ([cbb4e55](https://github.com/skbkontur/retail-ui/commit/cbb4e55)), closes [#731](https://github.com/skbkontur/retail-ui/issues/731)
2297
+ - **Tooltip:** allow customize color ([26af1d5](https://github.com/skbkontur/retail-ui/commit/26af1d5))
2298
+
2299
+ ### Features
2300
+
2301
+ - **ComboBox:** add 'reset' method ([4ff05fa](https://github.com/skbkontur/retail-ui/commit/4ff05fa))
2302
+ - 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)
2303
+
2304
+ <a name="0.23.3"></a>
2305
+
2306
+ ## [0.23.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.2...retail-ui@0.23.3) (2018-09-27)
2307
+
2308
+ **Note:** Version bump only for package retail-ui
2309
+
2310
+ <a name="0.23.2"></a>
2311
+
2312
+ ## [0.23.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.1...retail-ui@0.23.2) (2018-09-26)
2313
+
2314
+ ### Bug Fixes
2315
+
2316
+ - **Textarea:** fix % width ([d4dab33](https://github.com/skbkontur/retail-ui/commit/d4dab33))
2317
+
2318
+ <a name="0.23.1"></a>
2319
+
2320
+ ## [0.23.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.0...retail-ui@0.23.1) (2018-09-24)
2321
+
2322
+ ### Bug Fixes
2323
+
2324
+ - **Hint:** render method ([585d0b8](https://github.com/skbkontur/retail-ui/commit/585d0b8))
2325
+ - **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))
2326
+ - **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))
2327
+ - **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))
2328
+
2329
+ <a name="0.23.0"></a>
2330
+
2331
+ # [0.23.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.22.0...retail-ui@0.23.0) (2018-09-17)
2332
+
2333
+ ### Bug Fixes
2334
+
2335
+ - **Button:** removed z-index ([02ce734](https://github.com/skbkontur/retail-ui/commit/02ce734))
2336
+ - **ComboBox:** clear textValue ([c66342c](https://github.com/skbkontur/retail-ui/commit/c66342c))
2337
+ - **ComboBox:** don't focus if props.value changed with error ([1ce1235](https://github.com/skbkontur/retail-ui/commit/1ce1235))
2338
+ - **ComboBox:** test replace `is` to `exists` ([0c6247a](https://github.com/skbkontur/retail-ui/commit/0c6247a))
2339
+ - **CurrencyInput:** missing blur method ([60edcdc](https://github.com/skbkontur/retail-ui/commit/60edcdc))
2340
+ - **DatePicker:** fixed icon line-height, close [#493](https://github.com/skbkontur/retail-ui/issues/493) ([3c990e0](https://github.com/skbkontur/retail-ui/commit/3c990e0))
2341
+ - **HBVS:** восстановление скролла контейнера при unmount ([faebf8f](https://github.com/skbkontur/retail-ui/commit/faebf8f))
2342
+ - **Input:** remove `z-index` from styles ([1abcc3e](https://github.com/skbkontur/retail-ui/commit/1abcc3e))
2343
+ - **MenuItem:** fix bounds ([34f879f](https://github.com/skbkontur/retail-ui/commit/34f879f)), closes [#662](https://github.com/skbkontur/retail-ui/issues/662)
2344
+ - **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)
2345
+ - **OldComboBox:** use placeholder color from variables ([3ac585b](https://github.com/skbkontur/retail-ui/commit/3ac585b))
2346
+ - **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)
2347
+ - **Textarea:** fix adapter ([08e5104](https://github.com/skbkontur/retail-ui/commit/08e5104))
2348
+ - **Toggle:** controlled/uncontrolled ([d0a7df1](https://github.com/skbkontur/retail-ui/commit/d0a7df1)), closes [#699](https://github.com/skbkontur/retail-ui/issues/699)
2349
+ - **Toggle:** удален console.log, fixed [#689](https://github.com/skbkontur/retail-ui/issues/689) ([7169baf](https://github.com/skbkontur/retail-ui/commit/7169baf))
2350
+ - **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)
2351
+ - **TopBar:** дропдауны на основе Popup ([c38f520](https://github.com/skbkontur/retail-ui/commit/c38f520)), closes [#655](https://github.com/skbkontur/retail-ui/issues/655)
2352
+
2353
+ ### Features
2354
+
2355
+ - **Modal:** `425px` теперь живет в `variables.less` ([21b7192](https://github.com/skbkontur/retail-ui/commit/21b7192))
2356
+ - **PopupMenu:** функция в caption ([7dbea4e](https://github.com/skbkontur/retail-ui/commit/7dbea4e))
2357
+ - **ResizeDetecter:** компонент для отслеживания ресайза элемента ([d9fc862](https://github.com/skbkontur/retail-ui/commit/d9fc862))
2358
+
2359
+ <a name="0.22.0"></a>
2360
+
2361
+ # [0.22.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.21.2...retail-ui@0.22.0) (2018-08-21)
2362
+
2363
+ ### Bug Fixes
2364
+
2365
+ - **Kebab:** восстановление фокуса на кнопке после закрытия ([b3a4002](https://github.com/skbkontur/retail-ui/commit/b3a4002))
2366
+
2367
+ ### Features
2368
+
2369
+ - **Button:** состояние error у button-link ([eb8d3ac](https://github.com/skbkontur/retail-ui/commit/eb8d3ac))
2370
+ - **Toggle:** переделан компонент ([1a93003](https://github.com/skbkontur/retail-ui/commit/1a93003))
2371
+
2372
+ <a name="0.21.2"></a>
2373
+
2374
+ ## [0.21.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.21.0...retail-ui@0.21.2) (2018-08-17)
2375
+
2376
+ ### Bug Fixes
2377
+
2378
+ - **retail-ui:** fix confused publishing ([4d3051b](https://github.com/skbkontur/retail-ui/commit/4d3051b))
2379
+
2380
+ <a name="0.21.0"></a>
2381
+
2382
+ # [0.21.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.2...retail-ui@0.21.0) (2018-08-16)
2383
+
2384
+ ### Bug Fixes
2385
+
2386
+ - **Combobox:** disabled в плоской теме вновь работает ([c083b34](https://github.com/skbkontur/retail-ui/commit/c083b34)), closes [#660](https://github.com/skbkontur/retail-ui/issues/660)
2387
+ - **Hint:** позиционирование с блочным элементом ([6430b6f](https://github.com/skbkontur/retail-ui/commit/6430b6f)), closes [#637](https://github.com/skbkontur/retail-ui/issues/637)
2388
+
2389
+ ### Features
2390
+
2391
+ - **retail-ui Calendar:** открывается ближайший доступный месяц ([a8e4858](https://github.com/skbkontur/retail-ui/commit/a8e4858)), closes [#658](https://github.com/skbkontur/retail-ui/issues/658)
2392
+
2393
+ <a name="0.20.2"></a>
2394
+
2395
+ ## [0.20.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.1...retail-ui@0.20.2) (2018-08-06)
2396
+
2397
+ ### Bug Fixes
2398
+
2399
+ - **datepicker:** disable values which are not between min/max date ([1a2a507](https://github.com/skbkontur/retail-ui/commit/1a2a507))
2400
+ - **datepicker:** select works correct with january ([e2f3eac](https://github.com/skbkontur/retail-ui/commit/e2f3eac))
2401
+ - **datepicker:** select works correct with january, added test ([682c35a](https://github.com/skbkontur/retail-ui/commit/682c35a))
2402
+ - **Input:** flat-стили по гайдам ([1f51a19](https://github.com/skbkontur/retail-ui/commit/1f51a19))
2403
+ - **Input:** стили по гайдам ([da6c464](https://github.com/skbkontur/retail-ui/commit/da6c464)), closes [#627](https://github.com/skbkontur/retail-ui/issues/627)
2404
+ - **tabs:** added default export ([aad57fd](https://github.com/skbkontur/retail-ui/commit/aad57fd))
2405
+ - **Textarea:** flat-стили ([829874d](https://github.com/skbkontur/retail-ui/commit/829874d))
2406
+ - **tooltip:** dont show tail if render returns null ([dc82b86](https://github.com/skbkontur/retail-ui/commit/dc82b86))
2407
+
2408
+ <a name="0.20.1"></a>
2409
+
2410
+ ## [0.20.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.0...retail-ui@0.20.1) (2018-07-31)
2411
+
2412
+ ### Bug Fixes
2413
+
2414
+ - **Modal:** фокус внутри Modal ([59e3d82](https://github.com/skbkontur/retail-ui/commit/59e3d82)), closes [#645](https://github.com/skbkontur/retail-ui/issues/645)
2415
+
2416
+ <a name="0.20.0"></a>
2417
+
2418
+ # [0.20.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.19.1...retail-ui@0.20.0) (2018-07-26)
2419
+
2420
+ ### Bug Fixes
2421
+
2422
+ - **Calendar:** Починен скролл около последнего доступного месяца ([aa0d6a7](https://github.com/skbkontur/retail-ui/commit/aa0d6a7)), closes [#619](https://github.com/skbkontur/retail-ui/issues/619)
2423
+ - **Dropdown:** починен интерфейс пропсов ([ec37a07](https://github.com/skbkontur/retail-ui/commit/ec37a07)), closes [#633](https://github.com/skbkontur/retail-ui/issues/633)
2424
+ - **Hint:** fix [#624](https://github.com/skbkontur/retail-ui/issues/624) ([64fa5c5](https://github.com/skbkontur/retail-ui/commit/64fa5c5))
2425
+ - **InternalMenu:** исправлены тайпинги ([dc6e9cc](https://github.com/skbkontur/retail-ui/commit/dc6e9cc))
2426
+ - **Loader:** position after window resize ([ed7884d](https://github.com/skbkontur/retail-ui/commit/ed7884d))
2427
+ - **logotype:** fixed widget button in safari ([eeecacd](https://github.com/skbkontur/retail-ui/commit/eeecacd))
2428
+ - **Menu:** исправлены тайпинги ([8e79032](https://github.com/skbkontur/retail-ui/commit/8e79032))
2429
+ - **Modal:** fix top padding if no Header ([3c8d696](https://github.com/skbkontur/retail-ui/commit/3c8d696))
2430
+ - **Popup:** fix \_updateLocation method ([b14740d](https://github.com/skbkontur/retail-ui/commit/b14740d))
2431
+ - **textarea:** fixes [#564](https://github.com/skbkontur/retail-ui/issues/564) ([cb0cf4f](https://github.com/skbkontur/retail-ui/commit/cb0cf4f))
2432
+ - **textarea:** fixes [#564](https://github.com/skbkontur/retail-ui/issues/564) ([b265343](https://github.com/skbkontur/retail-ui/commit/b265343))
2433
+
2434
+ ### Features
2435
+
2436
+ - **CurrencyInput:** добавлен публичный метод focus ([5454a60](https://github.com/skbkontur/retail-ui/commit/5454a60))
2437
+ - **FxInput:** возможность получить инстанс инпута через innerProp ([52b3072](https://github.com/skbkontur/retail-ui/commit/52b3072))
2438
+ - **FxInput:** публичный метод focus ([25ebb0d](https://github.com/skbkontur/retail-ui/commit/25ebb0d))
2439
+ - **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)
2440
+ - **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)
2441
+ - **MenuItem:** принимает Link из react-router-dom ([eab8056](https://github.com/skbkontur/retail-ui/commit/eab8056)), closes [#602](https://github.com/skbkontur/retail-ui/issues/602)
2442
+ - **Modal:** фокус внутри модалки ([201cb8e](https://github.com/skbkontur/retail-ui/commit/201cb8e))
2443
+ - **PopupMenu:** закрытие попапа ([97f399e](https://github.com/skbkontur/retail-ui/commit/97f399e))
2444
+
2445
+ ### Reverts
2446
+
2447
+ - refactor(autocomplete): ChangeEvent in onChange ([4a01ff4](https://github.com/skbkontur/retail-ui/commit/4a01ff4))
2448
+
2449
+ <a name="0.19.1"></a>
2450
+
2451
+ ## [0.19.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.19.0...retail-ui@0.19.1) (2018-07-19)
2452
+
2453
+ ### Bug Fixes
2454
+
2455
+ - **ComboBox:** fixed onUnexpectedInput return type ([8ed6f1c](https://github.com/skbkontur/retail-ui/commit/8ed6f1c))
2456
+ - **Modal:** fixed always enabled mobile styles ([741a719](https://github.com/skbkontur/retail-ui/commit/741a719))
2457
+ - **RadioGroup:** value is no longer accepts only primitive ([a283d47](https://github.com/skbkontur/retail-ui/commit/a283d47))
2458
+
2459
+ <a name="0.19.0"></a>
2460
+
2461
+ # [0.19.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.14...retail-ui@0.19.0) (2018-07-19)
2462
+
2463
+ ### Bug Fixes
2464
+
2465
+ - **adapters:** fixed all adapters ([9d8252b](https://github.com/skbkontur/retail-ui/commit/9d8252b))
2466
+ - **Button:** change Button border-radius ([bfa5db8](https://github.com/skbkontur/retail-ui/commit/bfa5db8)), closes [#546](https://github.com/skbkontur/retail-ui/issues/546)
2467
+ - **Calendar:** пофикшен скролл к максимальному месяцу ([326a2cc](https://github.com/skbkontur/retail-ui/commit/326a2cc))
2468
+ - **datepicker:** correct keyboard and mouse events in date select ([b8694fb](https://github.com/skbkontur/retail-ui/commit/b8694fb))
2469
+ - **datepicker:** removed add-event-listener, onmouseleave handler ([aaf620f](https://github.com/skbkontur/retail-ui/commit/aaf620f))
2470
+ - **Hint:** принудительный перенос длинных слов ([7d5e171](https://github.com/skbkontur/retail-ui/commit/7d5e171)), closes [#596](https://github.com/skbkontur/retail-ui/issues/596)
2471
+ - **scripts\_\_build:** fixed wrong import ([da2d951](https://github.com/skbkontur/retail-ui/commit/da2d951))
2472
+ - **scripts\_\_build:** исправлено неверное определение TS файлов ([efd0032](https://github.com/skbkontur/retail-ui/commit/efd0032))
2473
+ - **Tab:** исправлено попадание лишнего пропа в разметку ([4c03b09](https://github.com/skbkontur/retail-ui/commit/4c03b09)), closes [#605](https://github.com/skbkontur/retail-ui/issues/605)
2474
+
2475
+ ### Features
2476
+
2477
+ - **modal:** адаптивная модалка ([bf76868](https://github.com/skbkontur/retail-ui/commit/bf76868))
2478
+
2479
+ <a name="0.18.14"></a>
2480
+
2481
+ ## [0.18.14](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.13...retail-ui@0.18.14) (2018-07-15)
2482
+
2483
+ ### Bug Fixes
2484
+
2485
+ - **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)
2486
+ - loader behavior with long content ([a6a14cc](https://github.com/skbkontur/retail-ui/commit/a6a14cc))
2487
+ - **combobox:** call onBlur if menu is opened ([c5ebde4](https://github.com/skbkontur/retail-ui/commit/c5ebde4))
2488
+ - **date-picker:** fix [#595](https://github.com/skbkontur/retail-ui/issues/595) ([6880cd6](https://github.com/skbkontur/retail-ui/commit/6880cd6))
2489
+ - **date-picker-old:** returned missed ts-declaration files ([97c8235](https://github.com/skbkontur/retail-ui/commit/97c8235))
2490
+ - **datepicker-old:** first date changing shows correctly ([f6d2a10](https://github.com/skbkontur/retail-ui/commit/f6d2a10))
2491
+ - **input:** fixed placeholder polyfill in flat ([e65ad6c](https://github.com/skbkontur/retail-ui/commit/e65ad6c))
2492
+ - **link:** fixed props ts-type ([0996fc4](https://github.com/skbkontur/retail-ui/commit/0996fc4))
2493
+ - **loader:** added Nullable type reference ([20c1da3](https://github.com/skbkontur/retail-ui/commit/20c1da3))
2494
+ - **loader:** codestyle ([fe57238](https://github.com/skbkontur/retail-ui/commit/fe57238))
2495
+ - **loader:** component and suffix are no longer required props ([5b9f625](https://github.com/skbkontur/retail-ui/commit/5b9f625))
2496
+ - **loader:** fixed generating `import` types ([696ec64](https://github.com/skbkontur/retail-ui/commit/696ec64))
2497
+ - **loader:** horizontal scroll content ([03dfdc8](https://github.com/skbkontur/retail-ui/commit/03dfdc8))
2498
+ - **logotype:** component is no longer required prop ([520c2d2](https://github.com/skbkontur/retail-ui/commit/520c2d2))
2499
+ - **password-input:** fixed generating `import` types ([d05f88e](https://github.com/skbkontur/retail-ui/commit/d05f88e))
2500
+ - **select:** better definitions ([489f1cb](https://github.com/skbkontur/retail-ui/commit/489f1cb))
2501
+ - **tab:** support [@types](https://github.com/types)/react@15 definitions ([5b120bb](https://github.com/skbkontur/retail-ui/commit/5b120bb))
2502
+ - **top-bar:** better definitions ([e7fcb6e](https://github.com/skbkontur/retail-ui/commit/e7fcb6e))
2503
+
2504
+ <a name="0.18.13"></a>
2505
+
2506
+ ## [0.18.13](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.12...retail-ui@0.18.13) (2018-07-09)
2507
+
2508
+ ### Bug Fixes
2509
+
2510
+ - **ts-definitions:** replaced global types with local types ([bbda3c0](https://github.com/skbkontur/retail-ui/commit/bbda3c0))
2511
+
2512
+ <a name="0.18.12"></a>
2513
+
2514
+ ## 0.18.12 (2018-07-09)
2515
+
2516
+ ### Bug Fixes
2517
+
2518
+ - **lookup:** allow correctly work with recompose ([80ebb97](https://github.com/skbkontur/retail-ui/commit/80ebb97))
2519
+ - **modal:** fixed paddings and close button ([e55e763](https://github.com/skbkontur/retail-ui/commit/e55e763))
2520
+ - **popup:** fixed recursive updates for older react ([9309748](https://github.com/skbkontur/retail-ui/commit/9309748))
2521
+ - **сurrency-input:** починка ввода циферок на андроиде и под selenium ([d3f0286](https://github.com/skbkontur/retail-ui/commit/d3f0286))