@skbkontur/react-ui 5.1.2 → 5.1.3

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 (1790) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/cjs/components/Autocomplete/Autocomplete.d.ts +6 -5
  3. package/cjs/components/Autocomplete/Autocomplete.js +6 -1
  4. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  5. package/cjs/components/Autocomplete/Autocomplete.styles.d.ts +1 -1
  6. package/cjs/components/Autocomplete/Autocomplete.styles.js.map +1 -1
  7. package/cjs/components/Autocomplete/getAutocompleteTheme.d.ts +1 -1
  8. package/cjs/components/Autocomplete/getAutocompleteTheme.js.map +1 -1
  9. package/cjs/components/Autocomplete/locale/index.d.ts +1 -1
  10. package/cjs/components/Autocomplete/locale/index.js.map +1 -1
  11. package/cjs/components/Autocomplete/locale/locales/en.d.ts +1 -1
  12. package/cjs/components/Autocomplete/locale/locales/en.js.map +1 -1
  13. package/cjs/components/Autocomplete/locale/locales/ru.d.ts +1 -1
  14. package/cjs/components/Autocomplete/locale/locales/ru.js.map +1 -1
  15. package/cjs/components/Button/Button.d.ts +5 -5
  16. package/cjs/components/Button/Button.js +5 -1
  17. package/cjs/components/Button/Button.js.map +1 -1
  18. package/cjs/components/Button/Button.styles.d.ts +1 -1
  19. package/cjs/components/Button/Button.styles.js.map +1 -1
  20. package/cjs/components/Button/ButtonArrow.d.ts +2 -2
  21. package/cjs/components/Button/ButtonArrow.js +1 -0
  22. package/cjs/components/Button/ButtonArrow.js.map +1 -1
  23. package/cjs/components/Button/ButtonIcon.d.ts +3 -3
  24. package/cjs/components/Button/ButtonIcon.js.map +1 -1
  25. package/cjs/components/Button/ButtonIcon.styles.d.ts +1 -1
  26. package/cjs/components/Button/ButtonIcon.styles.js.map +1 -1
  27. package/cjs/components/Button/LoadingButtonIcon.d.ts +1 -1
  28. package/cjs/components/Button/LoadingButtonIcon.js.map +1 -1
  29. package/cjs/components/Button/getInnerLinkTheme.d.ts +1 -1
  30. package/cjs/components/Button/getInnerLinkTheme.js.map +1 -1
  31. package/cjs/components/Calendar/Calendar.d.ts +3 -3
  32. package/cjs/components/Calendar/Calendar.js +6 -0
  33. package/cjs/components/Calendar/Calendar.js.map +1 -1
  34. package/cjs/components/Calendar/Calendar.styles.d.ts +1 -1
  35. package/cjs/components/Calendar/Calendar.styles.js.map +1 -1
  36. package/cjs/components/Calendar/CalendarContext.d.ts +2 -2
  37. package/cjs/components/Calendar/CalendarContext.js.map +1 -1
  38. package/cjs/components/Calendar/CalendarDateShape.d.ts +1 -1
  39. package/cjs/components/Calendar/CalendarDateShape.js.map +1 -1
  40. package/cjs/components/Calendar/CalendarDay.d.ts +2 -1
  41. package/cjs/components/Calendar/CalendarDay.js +2 -1
  42. package/cjs/components/Calendar/CalendarDay.js.map +1 -1
  43. package/cjs/components/Calendar/CalendarUtils.d.ts +4 -4
  44. package/cjs/components/Calendar/CalendarUtils.js +1 -0
  45. package/cjs/components/Calendar/CalendarUtils.js.map +1 -1
  46. package/cjs/components/Calendar/DayCellView.d.ts +1 -1
  47. package/cjs/components/Calendar/DayCellView.js +3 -1
  48. package/cjs/components/Calendar/DayCellView.js.map +1 -1
  49. package/cjs/components/Calendar/DayCellView.styles.d.ts +1 -1
  50. package/cjs/components/Calendar/DayCellView.styles.js.map +1 -1
  51. package/cjs/components/Calendar/Month.d.ts +1 -1
  52. package/cjs/components/Calendar/Month.js.map +1 -1
  53. package/cjs/components/Calendar/MonthView.d.ts +1 -1
  54. package/cjs/components/Calendar/MonthView.js.map +1 -1
  55. package/cjs/components/Calendar/MonthView.styles.d.ts +1 -1
  56. package/cjs/components/Calendar/MonthView.styles.js.map +1 -1
  57. package/cjs/components/Calendar/MonthViewModel.d.ts +1 -1
  58. package/cjs/components/Calendar/MonthViewModel.js.map +1 -1
  59. package/cjs/components/Calendar/config.d.ts +1 -1
  60. package/cjs/components/Calendar/config.js.map +1 -1
  61. package/cjs/components/Calendar/locale/index.d.ts +1 -1
  62. package/cjs/components/Calendar/locale/index.js.map +1 -1
  63. package/cjs/components/Calendar/locale/locales/en.d.ts +1 -1
  64. package/cjs/components/Calendar/locale/locales/en.js.map +1 -1
  65. package/cjs/components/Calendar/locale/locales/ru.d.ts +1 -1
  66. package/cjs/components/Calendar/locale/locales/ru.js.map +1 -1
  67. package/cjs/components/Center/Center.d.ts +2 -2
  68. package/cjs/components/Center/Center.js +3 -0
  69. package/cjs/components/Center/Center.js.map +1 -1
  70. package/cjs/components/Checkbox/Checkbox.d.ts +5 -4
  71. package/cjs/components/Checkbox/Checkbox.js +4 -1
  72. package/cjs/components/Checkbox/Checkbox.js.map +1 -1
  73. package/cjs/components/Checkbox/Checkbox.styles.d.ts +1 -1
  74. package/cjs/components/Checkbox/Checkbox.styles.js.map +1 -1
  75. package/cjs/components/ComboBox/ComboBox.d.ts +7 -6
  76. package/cjs/components/ComboBox/ComboBox.js +3 -1
  77. package/cjs/components/ComboBox/ComboBox.js.map +1 -1
  78. package/cjs/components/CurrencyInput/CurrencyHelper.d.ts +3 -3
  79. package/cjs/components/CurrencyInput/CurrencyHelper.js.map +1 -1
  80. package/cjs/components/CurrencyInput/CurrencyInput.d.ts +6 -5
  81. package/cjs/components/CurrencyInput/CurrencyInput.js +6 -1
  82. package/cjs/components/CurrencyInput/CurrencyInput.js.map +1 -1
  83. package/cjs/components/CurrencyInput/CurrencyInputHelper.d.ts +2 -2
  84. package/cjs/components/CurrencyInput/CurrencyInputHelper.js.map +1 -1
  85. package/cjs/components/CurrencyInput/CursorHelper.d.ts +1 -1
  86. package/cjs/components/CurrencyInput/CursorHelper.js.map +1 -1
  87. package/cjs/components/CurrencyLabel/CurrencyLabel.d.ts +3 -2
  88. package/cjs/components/CurrencyLabel/CurrencyLabel.js +3 -1
  89. package/cjs/components/CurrencyLabel/CurrencyLabel.js.map +1 -1
  90. package/cjs/components/DateInput/DateFragmentsView.d.ts +2 -1
  91. package/cjs/components/DateInput/DateFragmentsView.js +1 -0
  92. package/cjs/components/DateInput/DateFragmentsView.js.map +1 -1
  93. package/cjs/components/DateInput/DateFragmentsView.styles.d.ts +1 -1
  94. package/cjs/components/DateInput/DateFragmentsView.styles.js.map +1 -1
  95. package/cjs/components/DateInput/DateInput.d.ts +4 -3
  96. package/cjs/components/DateInput/DateInput.js +5 -1
  97. package/cjs/components/DateInput/DateInput.js.map +1 -1
  98. package/cjs/components/DateInput/DateInput.styles.d.ts +1 -1
  99. package/cjs/components/DateInput/DateInput.styles.js.map +1 -1
  100. package/cjs/components/DateInput/helpers/DateInputKeyboardActions.d.ts +1 -1
  101. package/cjs/components/DateInput/helpers/DateInputKeyboardActions.js.map +1 -1
  102. package/cjs/components/DateInput/helpers/InternalDateMediator.d.ts +4 -3
  103. package/cjs/components/DateInput/helpers/InternalDateMediator.js +1 -5
  104. package/cjs/components/DateInput/helpers/InternalDateMediator.js.map +1 -1
  105. package/cjs/components/DateInput/helpers/inputNumber.d.ts +2 -1
  106. package/cjs/components/DateInput/helpers/inputNumber.js +1 -0
  107. package/cjs/components/DateInput/helpers/inputNumber.js.map +1 -1
  108. package/cjs/components/DatePicker/DatePicker.d.ts +6 -5
  109. package/cjs/components/DatePicker/DatePicker.js +5 -0
  110. package/cjs/components/DatePicker/DatePicker.js.map +1 -1
  111. package/cjs/components/DatePicker/DatePicker.styles.d.ts +1 -1
  112. package/cjs/components/DatePicker/DatePicker.styles.js.map +1 -1
  113. package/cjs/components/DatePicker/DatePickerHelpers.d.ts +1 -1
  114. package/cjs/components/DatePicker/DatePickerHelpers.js.map +1 -1
  115. package/cjs/components/DatePicker/MobilePicker.d.ts +1 -1
  116. package/cjs/components/DatePicker/MobilePicker.js.map +1 -1
  117. package/cjs/components/DatePicker/getMobilePickerTheme.d.ts +1 -1
  118. package/cjs/components/DatePicker/getMobilePickerTheme.js.map +1 -1
  119. package/cjs/components/DatePicker/locale/index.d.ts +1 -1
  120. package/cjs/components/DatePicker/locale/index.js.map +1 -1
  121. package/cjs/components/DatePicker/locale/locales/en.d.ts +1 -1
  122. package/cjs/components/DatePicker/locale/locales/en.js.map +1 -1
  123. package/cjs/components/DatePicker/locale/locales/ru.d.ts +1 -1
  124. package/cjs/components/DatePicker/locale/locales/ru.js.map +1 -1
  125. package/cjs/components/DatePicker/locale/types.d.ts +3 -3
  126. package/cjs/components/DatePicker/locale/types.js.map +1 -1
  127. package/cjs/components/DateRangePicker/DateRangePicker.d.ts +2 -2
  128. package/cjs/components/DateRangePicker/DateRangePicker.js +4 -0
  129. package/cjs/components/DateRangePicker/DateRangePicker.js.map +1 -1
  130. package/cjs/components/DateRangePicker/DateRangePicker.styles.d.ts +2 -2
  131. package/cjs/components/DateRangePicker/DateRangePicker.styles.js.map +1 -1
  132. package/cjs/components/DateRangePicker/DateRangePickerInput.d.ts +2 -1
  133. package/cjs/components/DateRangePicker/DateRangePickerInput.js +3 -1
  134. package/cjs/components/DateRangePicker/DateRangePickerInput.js.map +1 -1
  135. package/cjs/components/DateRangePicker/DateRangePickerTheme.d.ts +1 -1
  136. package/cjs/components/DateRangePicker/DateRangePickerTheme.js.map +1 -1
  137. package/cjs/components/DateRangePicker/helpers/getStateForValue.d.ts +1 -1
  138. package/cjs/components/DateRangePicker/helpers/getStateForValue.js.map +1 -1
  139. package/cjs/components/DateRangePicker/helpers/validateDateRangePicker.d.ts +1 -1
  140. package/cjs/components/DateRangePicker/helpers/validateDateRangePicker.js.map +1 -1
  141. package/cjs/components/DateRangePicker/locale/index.d.ts +1 -1
  142. package/cjs/components/DateRangePicker/locale/index.js.map +1 -1
  143. package/cjs/components/DateRangePicker/locale/locales/en.d.ts +1 -1
  144. package/cjs/components/DateRangePicker/locale/locales/en.js.map +1 -1
  145. package/cjs/components/DateRangePicker/locale/locales/ru.d.ts +1 -1
  146. package/cjs/components/DateRangePicker/locale/locales/ru.js.map +1 -1
  147. package/cjs/components/DateRangePicker/locale/types.d.ts +1 -1
  148. package/cjs/components/DateRangePicker/locale/types.js.map +1 -1
  149. package/cjs/components/Dropdown/Dropdown.d.ts +5 -4
  150. package/cjs/components/Dropdown/Dropdown.js +4 -1
  151. package/cjs/components/Dropdown/Dropdown.js.map +1 -1
  152. package/cjs/components/Dropdown/getDropdownTheme.d.ts +1 -1
  153. package/cjs/components/Dropdown/getDropdownTheme.js.map +1 -1
  154. package/cjs/components/DropdownMenu/DropdownMenu.d.ts +5 -4
  155. package/cjs/components/DropdownMenu/DropdownMenu.js +5 -1
  156. package/cjs/components/DropdownMenu/DropdownMenu.js.map +1 -1
  157. package/cjs/components/DropdownMenu/getDropdownMenuTheme.d.ts +1 -1
  158. package/cjs/components/DropdownMenu/getDropdownMenuTheme.js.map +1 -1
  159. package/cjs/components/FileUploader/FileUploader.d.ts +6 -6
  160. package/cjs/components/FileUploader/FileUploader.js +27 -17
  161. package/cjs/components/FileUploader/FileUploader.js.map +1 -1
  162. package/cjs/components/FileUploader/FileUploader.styles.d.ts +1 -1
  163. package/cjs/components/FileUploader/FileUploader.styles.js.map +1 -1
  164. package/cjs/components/FileUploader/index.d.ts +1 -1
  165. package/cjs/components/FileUploader/index.js.map +1 -1
  166. package/cjs/components/FileUploader/locale/index.d.ts +1 -1
  167. package/cjs/components/FileUploader/locale/index.js.map +1 -1
  168. package/cjs/components/FileUploader/locale/locales/en.d.ts +1 -1
  169. package/cjs/components/FileUploader/locale/locales/en.js.map +1 -1
  170. package/cjs/components/FileUploader/locale/locales/ru.d.ts +1 -1
  171. package/cjs/components/FileUploader/locale/locales/ru.js.map +1 -1
  172. package/cjs/components/FxInput/FxInput.d.ts +9 -6
  173. package/cjs/components/FxInput/FxInput.js +7 -1
  174. package/cjs/components/FxInput/FxInput.js.map +1 -1
  175. package/cjs/components/FxInput/FxInputRestoreBtn.d.ts +3 -2
  176. package/cjs/components/FxInput/FxInputRestoreBtn.js +2 -1
  177. package/cjs/components/FxInput/FxInputRestoreBtn.js.map +1 -1
  178. package/cjs/components/Gapped/Gapped.d.ts +1 -1
  179. package/cjs/components/Gapped/Gapped.js +2 -0
  180. package/cjs/components/Gapped/Gapped.js.map +1 -1
  181. package/cjs/components/GlobalLoader/GlobalLoader.js +2 -0
  182. package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -1
  183. package/cjs/components/GlobalLoader/GlobalLoaderView.d.ts +1 -1
  184. package/cjs/components/GlobalLoader/GlobalLoaderView.js +1 -0
  185. package/cjs/components/GlobalLoader/GlobalLoaderView.js.map +1 -1
  186. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.d.ts +1 -1
  187. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.js.map +1 -1
  188. package/cjs/components/GlobalLoader/useParams.d.ts +1 -1
  189. package/cjs/components/GlobalLoader/useParams.js.map +1 -1
  190. package/cjs/components/Group/Group.d.ts +1 -1
  191. package/cjs/components/Group/Group.js +2 -0
  192. package/cjs/components/Group/Group.js.map +1 -1
  193. package/cjs/components/Hint/Hint.d.ts +5 -5
  194. package/cjs/components/Hint/Hint.js +4 -0
  195. package/cjs/components/Hint/Hint.js.map +1 -1
  196. package/cjs/components/Hint/Hint.styles.d.ts +1 -1
  197. package/cjs/components/Hint/Hint.styles.js.map +1 -1
  198. package/cjs/components/Input/Input.d.ts +6 -5
  199. package/cjs/components/Input/Input.js +4 -0
  200. package/cjs/components/Input/Input.js.map +1 -1
  201. package/cjs/components/Input/Input.styles.d.ts +1 -1
  202. package/cjs/components/Input/Input.styles.js.map +1 -1
  203. package/cjs/components/Input/Input.typings.d.ts +1 -1
  204. package/cjs/components/Input/Input.typings.js.map +1 -1
  205. package/cjs/components/Input/InputLayout/InputLayout.d.ts +3 -3
  206. package/cjs/components/Input/InputLayout/InputLayout.js +3 -0
  207. package/cjs/components/Input/InputLayout/InputLayout.js.map +1 -1
  208. package/cjs/components/Input/InputLayout/InputLayout.styles.d.ts +1 -1
  209. package/cjs/components/Input/InputLayout/InputLayout.styles.js.map +1 -1
  210. package/cjs/components/Input/InputLayout/InputLayoutAside.d.ts +1 -1
  211. package/cjs/components/Input/InputLayout/InputLayoutAside.js.map +1 -1
  212. package/cjs/components/Input/InputLayout/InputLayoutAsideIcon.d.ts +1 -1
  213. package/cjs/components/Input/InputLayout/InputLayoutAsideIcon.js +2 -1
  214. package/cjs/components/Input/InputLayout/InputLayoutAsideIcon.js.map +1 -1
  215. package/cjs/components/Input/InputLayout/InputLayoutAsideText.d.ts +1 -1
  216. package/cjs/components/Input/InputLayout/InputLayoutAsideText.js.map +1 -1
  217. package/cjs/components/Input/InputLayout/InputLayoutContext.d.ts +1 -1
  218. package/cjs/components/Input/InputLayout/InputLayoutContext.js.map +1 -1
  219. package/cjs/components/Input/InputLayout/PolyfillPlaceholder.d.ts +1 -1
  220. package/cjs/components/Input/InputLayout/PolyfillPlaceholder.js.map +1 -1
  221. package/cjs/components/Kebab/Kebab.d.ts +7 -6
  222. package/cjs/components/Kebab/Kebab.js +5 -1
  223. package/cjs/components/Kebab/Kebab.js.map +1 -1
  224. package/cjs/components/Kebab/Kebab.styles.d.ts +1 -1
  225. package/cjs/components/Kebab/Kebab.styles.js.map +1 -1
  226. package/cjs/components/Link/Link.d.ts +4 -4
  227. package/cjs/components/Link/Link.js +3 -0
  228. package/cjs/components/Link/Link.js.map +1 -1
  229. package/cjs/components/Link/Link.styles.d.ts +1 -1
  230. package/cjs/components/Link/Link.styles.js.map +1 -1
  231. package/cjs/components/Link/LinkIcon.d.ts +1 -1
  232. package/cjs/components/Link/LinkIcon.js.map +1 -1
  233. package/cjs/components/Loader/Loader.d.ts +3 -3
  234. package/cjs/components/Loader/Loader.js +3 -0
  235. package/cjs/components/Loader/Loader.js.map +1 -1
  236. package/cjs/components/Loader/Loader.styles.d.ts +1 -1
  237. package/cjs/components/Loader/Loader.styles.js.map +1 -1
  238. package/cjs/components/Loader/__stories__/LoaderAndButton.js.map +1 -1
  239. package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.d.ts +1 -1
  240. package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.js +1 -0
  241. package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.js.map +1 -1
  242. package/cjs/components/MaskedInput/FixedIMaskInput.d.ts +2 -2
  243. package/cjs/components/MaskedInput/FixedIMaskInput.js +1 -0
  244. package/cjs/components/MaskedInput/FixedIMaskInput.js.map +1 -1
  245. package/cjs/components/MaskedInput/MaskedInput.d.ts +3 -2
  246. package/cjs/components/MaskedInput/MaskedInput.js +2 -0
  247. package/cjs/components/MaskedInput/MaskedInput.js.map +1 -1
  248. package/cjs/components/MaskedInput/MaskedInput.styles.d.ts +1 -1
  249. package/cjs/components/MaskedInput/MaskedInput.styles.js.map +1 -1
  250. package/cjs/components/MenuFooter/MenuFooter.d.ts +4 -3
  251. package/cjs/components/MenuFooter/MenuFooter.js +3 -1
  252. package/cjs/components/MenuFooter/MenuFooter.js.map +1 -1
  253. package/cjs/components/MenuFooter/MenuFooter.styles.d.ts +1 -1
  254. package/cjs/components/MenuFooter/MenuFooter.styles.js.map +1 -1
  255. package/cjs/components/MenuHeader/MenuHeader.d.ts +4 -3
  256. package/cjs/components/MenuHeader/MenuHeader.js +3 -1
  257. package/cjs/components/MenuHeader/MenuHeader.js.map +1 -1
  258. package/cjs/components/MenuHeader/MenuHeader.styles.d.ts +1 -1
  259. package/cjs/components/MenuHeader/MenuHeader.styles.js.map +1 -1
  260. package/cjs/components/MenuItem/MenuItem.d.ts +5 -4
  261. package/cjs/components/MenuItem/MenuItem.js +6 -2
  262. package/cjs/components/MenuItem/MenuItem.js.map +1 -1
  263. package/cjs/components/MenuItem/MenuItem.styles.d.ts +1 -1
  264. package/cjs/components/MenuItem/MenuItem.styles.js.map +1 -1
  265. package/cjs/components/MenuSeparator/MenuSeparator.d.ts +1 -1
  266. package/cjs/components/MenuSeparator/MenuSeparator.js +1 -0
  267. package/cjs/components/MenuSeparator/MenuSeparator.js.map +1 -1
  268. package/cjs/components/MenuSeparator/MenuSeparator.styles.d.ts +1 -1
  269. package/cjs/components/MenuSeparator/MenuSeparator.styles.js.map +1 -1
  270. package/cjs/components/MiniModal/MiniModal.d.ts +2 -1
  271. package/cjs/components/MiniModal/MiniModal.js +1 -0
  272. package/cjs/components/MiniModal/MiniModal.js.map +1 -1
  273. package/cjs/components/MiniModal/MiniModal.styles.d.ts +1 -1
  274. package/cjs/components/MiniModal/MiniModal.styles.js.map +1 -1
  275. package/cjs/components/MiniModal/MiniModalBody.d.ts +1 -1
  276. package/cjs/components/MiniModal/MiniModalBody.js +1 -0
  277. package/cjs/components/MiniModal/MiniModalBody.js.map +1 -1
  278. package/cjs/components/MiniModal/MiniModalFooter.d.ts +1 -1
  279. package/cjs/components/MiniModal/MiniModalFooter.js +1 -0
  280. package/cjs/components/MiniModal/MiniModalFooter.js.map +1 -1
  281. package/cjs/components/MiniModal/MiniModalHeader.d.ts +2 -2
  282. package/cjs/components/MiniModal/MiniModalHeader.js +3 -1
  283. package/cjs/components/MiniModal/MiniModalHeader.js.map +1 -1
  284. package/cjs/components/MiniModal/getMiniModalTheme.d.ts +1 -1
  285. package/cjs/components/MiniModal/getMiniModalTheme.js.map +1 -1
  286. package/cjs/components/Modal/Modal.d.ts +4 -3
  287. package/cjs/components/Modal/Modal.js +5 -1
  288. package/cjs/components/Modal/Modal.js.map +1 -1
  289. package/cjs/components/Modal/Modal.styles.d.ts +1 -1
  290. package/cjs/components/Modal/Modal.styles.js.map +1 -1
  291. package/cjs/components/Modal/ModalBody.d.ts +1 -1
  292. package/cjs/components/Modal/ModalBody.js +2 -0
  293. package/cjs/components/Modal/ModalBody.js.map +1 -1
  294. package/cjs/components/Modal/ModalClose.d.ts +1 -1
  295. package/cjs/components/Modal/ModalClose.js.map +1 -1
  296. package/cjs/components/Modal/ModalContext.d.ts +1 -1
  297. package/cjs/components/Modal/ModalContext.js.map +1 -1
  298. package/cjs/components/Modal/ModalFooter.d.ts +4 -3
  299. package/cjs/components/Modal/ModalFooter.js +4 -1
  300. package/cjs/components/Modal/ModalFooter.js.map +1 -1
  301. package/cjs/components/Modal/ModalHeader.d.ts +3 -2
  302. package/cjs/components/Modal/ModalHeader.js +3 -1
  303. package/cjs/components/Modal/ModalHeader.js.map +1 -1
  304. package/cjs/components/Modal/ModalSeparator.d.ts +1 -1
  305. package/cjs/components/Modal/ModalSeparator.js.map +1 -1
  306. package/cjs/components/Modal/getModalBodyTheme.d.ts +1 -1
  307. package/cjs/components/Modal/getModalBodyTheme.js.map +1 -1
  308. package/cjs/components/Modal/getModalTheme.d.ts +1 -1
  309. package/cjs/components/Modal/getModalTheme.js.map +1 -1
  310. package/cjs/components/Modal/locale/index.d.ts +1 -1
  311. package/cjs/components/Modal/locale/index.js.map +1 -1
  312. package/cjs/components/Modal/locale/locales/en.d.ts +1 -1
  313. package/cjs/components/Modal/locale/locales/en.js.map +1 -1
  314. package/cjs/components/Modal/locale/locales/ru.d.ts +1 -1
  315. package/cjs/components/Modal/locale/locales/ru.js.map +1 -1
  316. package/cjs/components/Paging/NavigationHelper.d.ts +1 -1
  317. package/cjs/components/Paging/NavigationHelper.js.map +1 -1
  318. package/cjs/components/Paging/Paging.d.ts +2 -2
  319. package/cjs/components/Paging/Paging.js +3 -0
  320. package/cjs/components/Paging/Paging.js.map +1 -1
  321. package/cjs/components/Paging/Paging.styles.d.ts +1 -1
  322. package/cjs/components/Paging/Paging.styles.js.map +1 -1
  323. package/cjs/components/Paging/PagingDefaultComponent.d.ts +1 -1
  324. package/cjs/components/Paging/PagingDefaultComponent.js.map +1 -1
  325. package/cjs/components/Paging/PagingHelper.d.ts +1 -1
  326. package/cjs/components/Paging/PagingHelper.js.map +1 -1
  327. package/cjs/components/Paging/locale/index.d.ts +1 -1
  328. package/cjs/components/Paging/locale/index.js.map +1 -1
  329. package/cjs/components/Paging/locale/locales/en.d.ts +1 -1
  330. package/cjs/components/Paging/locale/locales/en.js.map +1 -1
  331. package/cjs/components/Paging/locale/locales/ru.d.ts +1 -1
  332. package/cjs/components/Paging/locale/locales/ru.js.map +1 -1
  333. package/cjs/components/PasswordInput/PasswordInput.d.ts +4 -3
  334. package/cjs/components/PasswordInput/PasswordInput.js +6 -1
  335. package/cjs/components/PasswordInput/PasswordInput.js.map +1 -1
  336. package/cjs/components/PasswordInput/PasswordInput.styles.d.ts +1 -1
  337. package/cjs/components/PasswordInput/PasswordInput.styles.js.map +1 -1
  338. package/cjs/components/PasswordInput/PasswordInputIcon.d.ts +1 -1
  339. package/cjs/components/PasswordInput/PasswordInputIcon.js.map +1 -1
  340. package/cjs/components/PasswordInput/locale/index.d.ts +1 -1
  341. package/cjs/components/PasswordInput/locale/index.js.map +1 -1
  342. package/cjs/components/PasswordInput/locale/locales/en.d.ts +1 -1
  343. package/cjs/components/PasswordInput/locale/locales/en.js.map +1 -1
  344. package/cjs/components/PasswordInput/locale/locales/ru.d.ts +1 -1
  345. package/cjs/components/PasswordInput/locale/locales/ru.js.map +1 -1
  346. package/cjs/components/Radio/Radio.d.ts +6 -5
  347. package/cjs/components/Radio/Radio.js +5 -1
  348. package/cjs/components/Radio/Radio.js.map +1 -1
  349. package/cjs/components/Radio/Radio.styles.d.ts +1 -1
  350. package/cjs/components/Radio/Radio.styles.js.map +1 -1
  351. package/cjs/components/RadioGroup/RadioGroup.d.ts +3 -2
  352. package/cjs/components/RadioGroup/RadioGroup.js +5 -1
  353. package/cjs/components/RadioGroup/RadioGroup.js.map +1 -1
  354. package/cjs/components/ResponsiveLayout/ResponsiveLayout.d.ts +1 -1
  355. package/cjs/components/ResponsiveLayout/ResponsiveLayout.js.map +1 -1
  356. package/cjs/components/ResponsiveLayout/decorator.d.ts +1 -1
  357. package/cjs/components/ResponsiveLayout/decorator.js.map +1 -1
  358. package/cjs/components/ResponsiveLayout/useResponsiveLayout.d.ts +1 -1
  359. package/cjs/components/ResponsiveLayout/useResponsiveLayout.js +2 -1
  360. package/cjs/components/ResponsiveLayout/useResponsiveLayout.js.map +1 -1
  361. package/cjs/components/ScrollContainer/ScrollBar.d.ts +2 -2
  362. package/cjs/components/ScrollContainer/ScrollBar.js.map +1 -1
  363. package/cjs/components/ScrollContainer/ScrollContainer.constants.d.ts +1 -1
  364. package/cjs/components/ScrollContainer/ScrollContainer.constants.js.map +1 -1
  365. package/cjs/components/ScrollContainer/ScrollContainer.d.ts +3 -3
  366. package/cjs/components/ScrollContainer/ScrollContainer.helpers.d.ts +2 -2
  367. package/cjs/components/ScrollContainer/ScrollContainer.helpers.js.map +1 -1
  368. package/cjs/components/ScrollContainer/ScrollContainer.js +3 -0
  369. package/cjs/components/ScrollContainer/ScrollContainer.js.map +1 -1
  370. package/cjs/components/ScrollContainer/ScrollContainer.styles.d.ts +1 -1
  371. package/cjs/components/ScrollContainer/ScrollContainer.styles.js.map +1 -1
  372. package/cjs/components/Select/Select.d.ts +7 -6
  373. package/cjs/components/Select/Select.js +7 -1
  374. package/cjs/components/Select/Select.js.map +1 -1
  375. package/cjs/components/Select/Select.styles.d.ts +1 -1
  376. package/cjs/components/Select/Select.styles.js.map +1 -1
  377. package/cjs/components/Select/locale/index.d.ts +1 -1
  378. package/cjs/components/Select/locale/index.js.map +1 -1
  379. package/cjs/components/Select/locale/locales/en.d.ts +1 -1
  380. package/cjs/components/Select/locale/locales/en.js.map +1 -1
  381. package/cjs/components/Select/locale/locales/ru.d.ts +1 -1
  382. package/cjs/components/Select/locale/locales/ru.js.map +1 -1
  383. package/cjs/components/Select/locale/types.d.ts +1 -1
  384. package/cjs/components/Select/locale/types.js.map +1 -1
  385. package/cjs/components/Select/selectTheme.d.ts +2 -2
  386. package/cjs/components/Select/selectTheme.js.map +1 -1
  387. package/cjs/components/SidePage/SidePage.d.ts +3 -2
  388. package/cjs/components/SidePage/SidePage.js +5 -1
  389. package/cjs/components/SidePage/SidePage.js.map +1 -1
  390. package/cjs/components/SidePage/SidePage.styles.d.ts +1 -1
  391. package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
  392. package/cjs/components/SidePage/SidePageBody.d.ts +2 -2
  393. package/cjs/components/SidePage/SidePageBody.js +3 -0
  394. package/cjs/components/SidePage/SidePageBody.js.map +1 -1
  395. package/cjs/components/SidePage/SidePageCloseButton.d.ts +1 -1
  396. package/cjs/components/SidePage/SidePageCloseButton.js.map +1 -1
  397. package/cjs/components/SidePage/SidePageContainer.d.ts +1 -1
  398. package/cjs/components/SidePage/SidePageContainer.js +2 -0
  399. package/cjs/components/SidePage/SidePageContainer.js.map +1 -1
  400. package/cjs/components/SidePage/SidePageContext.d.ts +2 -2
  401. package/cjs/components/SidePage/SidePageContext.js.map +1 -1
  402. package/cjs/components/SidePage/SidePageFooter.d.ts +3 -3
  403. package/cjs/components/SidePage/SidePageFooter.js +4 -0
  404. package/cjs/components/SidePage/SidePageFooter.js.map +1 -1
  405. package/cjs/components/SidePage/SidePageHeader.d.ts +2 -2
  406. package/cjs/components/SidePage/SidePageHeader.js +3 -0
  407. package/cjs/components/SidePage/SidePageHeader.js.map +1 -1
  408. package/cjs/components/SidePage/locale/index.d.ts +1 -1
  409. package/cjs/components/SidePage/locale/index.js.map +1 -1
  410. package/cjs/components/SidePage/locale/locales/en.d.ts +1 -1
  411. package/cjs/components/SidePage/locale/locales/en.js.map +1 -1
  412. package/cjs/components/SidePage/locale/locales/ru.d.ts +1 -1
  413. package/cjs/components/SidePage/locale/locales/ru.js.map +1 -1
  414. package/cjs/components/SingleToast/SingleToast.d.ts +2 -1
  415. package/cjs/components/SingleToast/SingleToast.js +1 -0
  416. package/cjs/components/SingleToast/SingleToast.js.map +1 -1
  417. package/cjs/components/Spinner/Spinner.d.ts +1 -1
  418. package/cjs/components/Spinner/Spinner.js +2 -0
  419. package/cjs/components/Spinner/Spinner.js.map +1 -1
  420. package/cjs/components/Spinner/Spinner.styles.d.ts +1 -1
  421. package/cjs/components/Spinner/Spinner.styles.js.map +1 -1
  422. package/cjs/components/Sticky/Sticky.d.ts +2 -2
  423. package/cjs/components/Sticky/Sticky.js +2 -0
  424. package/cjs/components/Sticky/Sticky.js.map +1 -1
  425. package/cjs/components/Switcher/Switcher.d.ts +6 -5
  426. package/cjs/components/Switcher/Switcher.js +5 -1
  427. package/cjs/components/Switcher/Switcher.js.map +1 -1
  428. package/cjs/components/Switcher/Switcher.styles.d.ts +1 -1
  429. package/cjs/components/Switcher/Switcher.styles.js.map +1 -1
  430. package/cjs/components/Switcher/switcherTheme.d.ts +1 -1
  431. package/cjs/components/Switcher/switcherTheme.js.map +1 -1
  432. package/cjs/components/Tabs/Indicator.d.ts +1 -1
  433. package/cjs/components/Tabs/Indicator.js +2 -0
  434. package/cjs/components/Tabs/Indicator.js.map +1 -1
  435. package/cjs/components/Tabs/Indicator.styles.d.ts +1 -1
  436. package/cjs/components/Tabs/Indicator.styles.js.map +1 -1
  437. package/cjs/components/Tabs/Tab.d.ts +5 -4
  438. package/cjs/components/Tabs/Tab.js +5 -1
  439. package/cjs/components/Tabs/Tab.js.map +1 -1
  440. package/cjs/components/Tabs/Tab.styles.d.ts +1 -1
  441. package/cjs/components/Tabs/Tab.styles.js.map +1 -1
  442. package/cjs/components/Tabs/Tabs.d.ts +4 -3
  443. package/cjs/components/Tabs/Tabs.js +5 -1
  444. package/cjs/components/Tabs/Tabs.js.map +1 -1
  445. package/cjs/components/Tabs/Tabs.styles.d.ts +1 -1
  446. package/cjs/components/Tabs/Tabs.styles.js.map +1 -1
  447. package/cjs/components/Tabs/TabsContext.d.ts +2 -2
  448. package/cjs/components/Tabs/TabsContext.js.map +1 -1
  449. package/cjs/components/Tabs/helpers.d.ts +2 -2
  450. package/cjs/components/Tabs/helpers.js.map +1 -1
  451. package/cjs/components/Textarea/Textarea.d.ts +5 -4
  452. package/cjs/components/Textarea/Textarea.js +5 -1
  453. package/cjs/components/Textarea/Textarea.js.map +1 -1
  454. package/cjs/components/Textarea/Textarea.styles.d.ts +1 -1
  455. package/cjs/components/Textarea/Textarea.styles.js.map +1 -1
  456. package/cjs/components/Textarea/TextareaCounter.d.ts +2 -2
  457. package/cjs/components/Textarea/TextareaCounter.js +3 -1
  458. package/cjs/components/Textarea/TextareaCounter.js.map +1 -1
  459. package/cjs/components/Toast/Toast.d.ts +5 -4
  460. package/cjs/components/Toast/Toast.js +6 -1
  461. package/cjs/components/Toast/Toast.js.map +1 -1
  462. package/cjs/components/Toast/ToastStatic.d.ts +2 -2
  463. package/cjs/components/Toast/ToastStatic.js +1 -0
  464. package/cjs/components/Toast/ToastStatic.js.map +1 -1
  465. package/cjs/components/Toast/ToastView.d.ts +5 -4
  466. package/cjs/components/Toast/ToastView.js +6 -1
  467. package/cjs/components/Toast/ToastView.js.map +1 -1
  468. package/cjs/components/Toast/ToastView.styles.d.ts +1 -1
  469. package/cjs/components/Toast/ToastView.styles.js.map +1 -1
  470. package/cjs/components/Toast/locale/index.d.ts +1 -1
  471. package/cjs/components/Toast/locale/index.js.map +1 -1
  472. package/cjs/components/Toast/locale/locales/en.d.ts +1 -1
  473. package/cjs/components/Toast/locale/locales/en.js.map +1 -1
  474. package/cjs/components/Toast/locale/locales/ru.d.ts +1 -1
  475. package/cjs/components/Toast/locale/locales/ru.js.map +1 -1
  476. package/cjs/components/Toggle/Toggle.d.ts +4 -3
  477. package/cjs/components/Toggle/Toggle.js +3 -0
  478. package/cjs/components/Toggle/Toggle.js.map +1 -1
  479. package/cjs/components/Toggle/Toggle.styles.d.ts +1 -1
  480. package/cjs/components/Toggle/Toggle.styles.js.map +1 -1
  481. package/cjs/components/Token/Token.d.ts +4 -3
  482. package/cjs/components/Token/Token.js +5 -1
  483. package/cjs/components/Token/Token.js.map +1 -1
  484. package/cjs/components/Token/Token.styles.d.ts +1 -1
  485. package/cjs/components/Token/Token.styles.js.map +1 -1
  486. package/cjs/components/Token/TokenView.d.ts +3 -2
  487. package/cjs/components/Token/TokenView.js +2 -1
  488. package/cjs/components/Token/TokenView.js.map +1 -1
  489. package/cjs/components/Token/locale/index.d.ts +1 -1
  490. package/cjs/components/Token/locale/index.js.map +1 -1
  491. package/cjs/components/Token/locale/locales/en.d.ts +1 -1
  492. package/cjs/components/Token/locale/locales/en.js.map +1 -1
  493. package/cjs/components/Token/locale/locales/ru.d.ts +1 -1
  494. package/cjs/components/Token/locale/locales/ru.js.map +1 -1
  495. package/cjs/components/TokenInput/TextWidthHelper.d.ts +2 -2
  496. package/cjs/components/TokenInput/TextWidthHelper.js.map +1 -1
  497. package/cjs/components/TokenInput/TokenInput.d.ts +5 -4
  498. package/cjs/components/TokenInput/TokenInput.js +9 -1
  499. package/cjs/components/TokenInput/TokenInput.js.map +1 -1
  500. package/cjs/components/TokenInput/TokenInput.styles.d.ts +1 -1
  501. package/cjs/components/TokenInput/TokenInput.styles.js.map +1 -1
  502. package/cjs/components/TokenInput/TokenInputMenu.d.ts +5 -5
  503. package/cjs/components/TokenInput/TokenInputMenu.js +3 -0
  504. package/cjs/components/TokenInput/TokenInputMenu.js.map +1 -1
  505. package/cjs/components/TokenInput/TokenInputReducer.d.ts +1 -1
  506. package/cjs/components/TokenInput/TokenInputReducer.js +2 -1
  507. package/cjs/components/TokenInput/TokenInputReducer.js.map +1 -1
  508. package/cjs/components/TokenInput/locale/index.d.ts +1 -1
  509. package/cjs/components/TokenInput/locale/index.js.map +1 -1
  510. package/cjs/components/TokenInput/locale/locales/en.d.ts +1 -1
  511. package/cjs/components/TokenInput/locale/locales/en.js.map +1 -1
  512. package/cjs/components/TokenInput/locale/locales/ru.d.ts +1 -1
  513. package/cjs/components/TokenInput/locale/locales/ru.js.map +1 -1
  514. package/cjs/components/Tooltip/Tooltip.d.ts +5 -5
  515. package/cjs/components/Tooltip/Tooltip.js +6 -4
  516. package/cjs/components/Tooltip/Tooltip.js.map +1 -1
  517. package/cjs/components/Tooltip/Tooltip.styles.d.ts +1 -1
  518. package/cjs/components/Tooltip/Tooltip.styles.js.map +1 -1
  519. package/cjs/components/TooltipMenu/TooltipMenu.d.ts +7 -6
  520. package/cjs/components/TooltipMenu/TooltipMenu.js +5 -1
  521. package/cjs/components/TooltipMenu/TooltipMenu.js.map +1 -1
  522. package/cjs/hooks/useDrop.d.ts +1 -1
  523. package/cjs/hooks/useDrop.js +3 -1
  524. package/cjs/hooks/useDrop.js.map +1 -1
  525. package/cjs/hooks/useEffectWithoutInitCall.d.ts +1 -1
  526. package/cjs/hooks/useEffectWithoutInitCall.js +2 -1
  527. package/cjs/hooks/useEffectWithoutInitCall.js.map +1 -1
  528. package/cjs/hooks/useMemoObject.d.ts +1 -1
  529. package/cjs/hooks/useMemoObject.js.map +1 -1
  530. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.d.ts +4 -3
  531. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.js +3 -1
  532. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.js.map +1 -1
  533. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.d.ts +1 -1
  534. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.js.map +1 -1
  535. package/cjs/internal/CloseButtonIcon/CloseButtonIcon.d.ts +3 -2
  536. package/cjs/internal/CloseButtonIcon/CloseButtonIcon.js +3 -1
  537. package/cjs/internal/CloseButtonIcon/CloseButtonIcon.js.map +1 -1
  538. package/cjs/internal/CloseButtonIcon/CloseButtonIcon.styles.d.ts +1 -1
  539. package/cjs/internal/CloseButtonIcon/CloseButtonIcon.styles.js.map +1 -1
  540. package/cjs/internal/CommonWrapper/CommonWrapper.js +1 -0
  541. package/cjs/internal/CommonWrapper/CommonWrapper.js.map +1 -1
  542. package/cjs/internal/CommonWrapper/types.d.ts +1 -1
  543. package/cjs/internal/CommonWrapper/types.js.map +1 -1
  544. package/cjs/internal/CommonWrapper/utils/getCommonVisualStateDataAttributes.d.ts +1 -1
  545. package/cjs/internal/CommonWrapper/utils/getCommonVisualStateDataAttributes.js +2 -1
  546. package/cjs/internal/CommonWrapper/utils/getCommonVisualStateDataAttributes.js.map +1 -1
  547. package/cjs/internal/CommonWrapper/utils/getVisualStateDataAttributes.d.ts +1 -1
  548. package/cjs/internal/CommonWrapper/utils/getVisualStateDataAttributes.js.map +1 -1
  549. package/cjs/internal/ComponentCombinator.d.ts +2 -2
  550. package/cjs/internal/ComponentCombinator.js +1 -0
  551. package/cjs/internal/ComponentCombinator.js.map +1 -1
  552. package/cjs/internal/ComponentTable.d.ts +1 -1
  553. package/cjs/internal/ComponentTable.js +1 -0
  554. package/cjs/internal/ComponentTable.js.map +1 -1
  555. package/cjs/internal/CustomComboBox/ComboBoxMenu.d.ts +4 -4
  556. package/cjs/internal/CustomComboBox/ComboBoxMenu.js +2 -0
  557. package/cjs/internal/CustomComboBox/ComboBoxMenu.js.map +1 -1
  558. package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +10 -8
  559. package/cjs/internal/CustomComboBox/ComboBoxView.js +5 -1
  560. package/cjs/internal/CustomComboBox/ComboBoxView.js.map +1 -1
  561. package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +10 -9
  562. package/cjs/internal/CustomComboBox/CustomComboBox.js +6 -5
  563. package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
  564. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.d.ts +4 -4
  565. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js +1 -0
  566. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js.map +1 -1
  567. package/cjs/internal/CustomComboBox/getComboBoxTheme.d.ts +1 -1
  568. package/cjs/internal/CustomComboBox/getComboBoxTheme.js.map +1 -1
  569. package/cjs/internal/CustomComboBox/locale/index.d.ts +1 -1
  570. package/cjs/internal/CustomComboBox/locale/index.js.map +1 -1
  571. package/cjs/internal/CustomComboBox/locale/locales/en.d.ts +1 -1
  572. package/cjs/internal/CustomComboBox/locale/locales/en.js.map +1 -1
  573. package/cjs/internal/CustomComboBox/locale/locales/ru.d.ts +1 -1
  574. package/cjs/internal/CustomComboBox/locale/locales/ru.js.map +1 -1
  575. package/cjs/internal/DateSelect/DateSelect.js +2 -0
  576. package/cjs/internal/DateSelect/DateSelect.js.map +1 -1
  577. package/cjs/internal/DateSelect/DateSelect.styles.d.ts +1 -1
  578. package/cjs/internal/DateSelect/DateSelect.styles.js.map +1 -1
  579. package/cjs/internal/DateSelect/locale/index.d.ts +1 -1
  580. package/cjs/internal/DateSelect/locale/index.js.map +1 -1
  581. package/cjs/internal/DateSelect/locale/locales/en.d.ts +1 -1
  582. package/cjs/internal/DateSelect/locale/locales/en.js.map +1 -1
  583. package/cjs/internal/DateSelect/locale/locales/ru.d.ts +1 -1
  584. package/cjs/internal/DateSelect/locale/locales/ru.js.map +1 -1
  585. package/cjs/internal/FileUploaderControl/FileUploaderControlContext.d.ts +2 -2
  586. package/cjs/internal/FileUploaderControl/FileUploaderControlContext.js.map +1 -1
  587. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.d.ts +4 -3
  588. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.js +3 -1
  589. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.js.map +1 -1
  590. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.d.ts +2 -2
  591. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.js +2 -1
  592. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.js.map +1 -1
  593. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.d.ts +1 -1
  594. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.js.map +1 -1
  595. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFileStatusIcon.d.ts +1 -1
  596. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFileStatusIcon.js.map +1 -1
  597. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.d.ts +2 -2
  598. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.js.map +1 -1
  599. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.d.ts +1 -1
  600. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.js.map +1 -1
  601. package/cjs/internal/FileUploaderControl/hooks/useFileUploaderSize.d.ts +1 -1
  602. package/cjs/internal/FileUploaderControl/hooks/useFileUploaderSize.js.map +1 -1
  603. package/cjs/internal/FileUploaderControl/hooks/useUpload.d.ts +2 -2
  604. package/cjs/internal/FileUploaderControl/hooks/useUpload.js +1 -0
  605. package/cjs/internal/FileUploaderControl/hooks/useUpload.js.map +1 -1
  606. package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.d.ts +4 -3
  607. package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.js +3 -1
  608. package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.js.map +1 -1
  609. package/cjs/internal/FocusControlWrapper/FocusControlWrapper.d.ts +2 -1
  610. package/cjs/internal/FocusControlWrapper/FocusControlWrapper.js +2 -1
  611. package/cjs/internal/FocusControlWrapper/FocusControlWrapper.js.map +1 -1
  612. package/cjs/internal/FocusControlWrapper/useFocusControl.d.ts +1 -1
  613. package/cjs/internal/FocusControlWrapper/useFocusControl.js +2 -1
  614. package/cjs/internal/FocusControlWrapper/useFocusControl.js.map +1 -1
  615. package/cjs/internal/FocusTrap/FocusTrap.d.ts +1 -1
  616. package/cjs/internal/FocusTrap/FocusTrap.js +2 -0
  617. package/cjs/internal/FocusTrap/FocusTrap.js.map +1 -1
  618. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js +1 -0
  619. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
  620. package/cjs/internal/InputLikeText/InputLikeText.d.ts +3 -3
  621. package/cjs/internal/InputLikeText/InputLikeText.js +5 -0
  622. package/cjs/internal/InputLikeText/InputLikeText.js.map +1 -1
  623. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.js +1 -0
  624. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.js.map +1 -1
  625. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.styles.d.ts +1 -1
  626. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.styles.js.map +1 -1
  627. package/cjs/internal/Menu/Menu.d.ts +4 -3
  628. package/cjs/internal/Menu/Menu.js +6 -1
  629. package/cjs/internal/Menu/Menu.js.map +1 -1
  630. package/cjs/internal/Menu/Menu.styles.d.ts +1 -1
  631. package/cjs/internal/Menu/Menu.styles.js.map +1 -1
  632. package/cjs/internal/Menu/MenuContext.d.ts +2 -2
  633. package/cjs/internal/Menu/MenuContext.js.map +1 -1
  634. package/cjs/internal/Menu/MenuNavigation.d.ts +2 -1
  635. package/cjs/internal/Menu/MenuNavigation.js +1 -0
  636. package/cjs/internal/Menu/MenuNavigation.js.map +1 -1
  637. package/cjs/internal/Menu/isActiveElement.d.ts +2 -2
  638. package/cjs/internal/Menu/isActiveElement.js +1 -0
  639. package/cjs/internal/Menu/isActiveElement.js.map +1 -1
  640. package/cjs/internal/MenuMessage/MenuMessage.d.ts +2 -2
  641. package/cjs/internal/MenuMessage/MenuMessage.js.map +1 -1
  642. package/cjs/internal/MenuMessage/MenuMessage.styles.d.ts +1 -1
  643. package/cjs/internal/MenuMessage/MenuMessage.styles.js.map +1 -1
  644. package/cjs/internal/MobilePopup/MobilePopup.d.ts +2 -1
  645. package/cjs/internal/MobilePopup/MobilePopup.js +3 -1
  646. package/cjs/internal/MobilePopup/MobilePopup.js.map +1 -1
  647. package/cjs/internal/MobilePopup/MobilePopup.styles.d.ts +1 -1
  648. package/cjs/internal/MobilePopup/MobilePopup.styles.js.map +1 -1
  649. package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.js.map +1 -1
  650. package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.d.ts +1 -1
  651. package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.js.map +1 -1
  652. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.js.map +1 -1
  653. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +1 -1
  654. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.js.map +1 -1
  655. package/cjs/internal/NativeDateInput/NativeDateInput.d.ts +1 -1
  656. package/cjs/internal/NativeDateInput/NativeDateInput.js.map +1 -1
  657. package/cjs/internal/NativeDateInput/utils.d.ts +2 -2
  658. package/cjs/internal/NativeDateInput/utils.js.map +1 -1
  659. package/cjs/internal/PerformanceMetrics/PerformanceMetrics.js.map +1 -1
  660. package/cjs/internal/Popup/Popup.d.ts +7 -6
  661. package/cjs/internal/Popup/Popup.js +7 -5
  662. package/cjs/internal/Popup/Popup.js.map +1 -1
  663. package/cjs/internal/Popup/Popup.styles.d.ts +1 -1
  664. package/cjs/internal/Popup/Popup.styles.js.map +1 -1
  665. package/cjs/internal/Popup/PopupHelper.d.ts +1 -1
  666. package/cjs/internal/Popup/PopupHelper.js.map +1 -1
  667. package/cjs/internal/Popup/PopupPin.d.ts +1 -1
  668. package/cjs/internal/Popup/PopupPin.js +1 -0
  669. package/cjs/internal/Popup/PopupPin.js.map +1 -1
  670. package/cjs/internal/Popup/types.d.ts +1 -1
  671. package/cjs/internal/Popup/types.js.map +1 -1
  672. package/cjs/internal/PopupMenu/PopupMenu.d.ts +6 -5
  673. package/cjs/internal/PopupMenu/PopupMenu.js +6 -1
  674. package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
  675. package/cjs/internal/PopupMenu/validatePositions.d.ts +1 -1
  676. package/cjs/internal/PopupMenu/validatePositions.js +1 -0
  677. package/cjs/internal/PopupMenu/validatePositions.js.map +1 -1
  678. package/cjs/internal/RenderContainer/RenderContainer.d.ts +1 -1
  679. package/cjs/internal/RenderContainer/RenderContainer.js.map +1 -1
  680. package/cjs/internal/RenderContainer/RenderContainerTypes.d.ts +3 -3
  681. package/cjs/internal/RenderContainer/RenderContainerTypes.js.map +1 -1
  682. package/cjs/internal/RenderContainer/RenderInnerContainer.d.ts +2 -2
  683. package/cjs/internal/RenderContainer/RenderInnerContainer.js.map +1 -1
  684. package/cjs/internal/RenderLayer/RenderLayer.d.ts +2 -2
  685. package/cjs/internal/RenderLayer/RenderLayer.js +2 -0
  686. package/cjs/internal/RenderLayer/RenderLayer.js.map +1 -1
  687. package/cjs/internal/ThemePlayground/AnotherInputsPlayground.d.ts +2 -2
  688. package/cjs/internal/ThemePlayground/AnotherInputsPlayground.js +1 -0
  689. package/cjs/internal/ThemePlayground/AnotherInputsPlayground.js.map +1 -1
  690. package/cjs/internal/ThemePlayground/CheckboxPlayground.js +1 -0
  691. package/cjs/internal/ThemePlayground/CheckboxPlayground.js.map +1 -1
  692. package/cjs/internal/ThemePlayground/ComponentsGroup.d.ts +1 -1
  693. package/cjs/internal/ThemePlayground/ComponentsGroup.js.map +1 -1
  694. package/cjs/internal/ThemePlayground/CurrencyInputPlayground.d.ts +2 -2
  695. package/cjs/internal/ThemePlayground/CurrencyInputPlayground.js +1 -0
  696. package/cjs/internal/ThemePlayground/CurrencyInputPlayground.js.map +1 -1
  697. package/cjs/internal/ThemePlayground/Playground.js +3 -0
  698. package/cjs/internal/ThemePlayground/Playground.js.map +1 -1
  699. package/cjs/internal/ThemePlayground/Playground.styles.d.ts +1 -1
  700. package/cjs/internal/ThemePlayground/Playground.styles.js.map +1 -1
  701. package/cjs/internal/ThemePlayground/RadioPlayground.js +1 -0
  702. package/cjs/internal/ThemePlayground/RadioPlayground.js.map +1 -1
  703. package/cjs/internal/ThemePlayground/SelectPlayground.d.ts +1 -1
  704. package/cjs/internal/ThemePlayground/SelectPlayground.js +1 -0
  705. package/cjs/internal/ThemePlayground/SelectPlayground.js.map +1 -1
  706. package/cjs/internal/ThemePlayground/SizesGroup.d.ts +1 -1
  707. package/cjs/internal/ThemePlayground/SizesGroup.js.map +1 -1
  708. package/cjs/internal/ThemePlayground/SwitcherPlayground.d.ts +1 -1
  709. package/cjs/internal/ThemePlayground/SwitcherPlayground.js +1 -0
  710. package/cjs/internal/ThemePlayground/SwitcherPlayground.js.map +1 -1
  711. package/cjs/internal/ThemePlayground/ThemeContextPlayground.d.ts +4 -3
  712. package/cjs/internal/ThemePlayground/ThemeContextPlayground.js +2 -1
  713. package/cjs/internal/ThemePlayground/ThemeContextPlayground.js.map +1 -1
  714. package/cjs/internal/ThemePlayground/ThemeEditor.d.ts +2 -2
  715. package/cjs/internal/ThemePlayground/ThemeEditor.js.map +1 -1
  716. package/cjs/internal/ThemePlayground/UnlinkVarsPlayground.js +1 -0
  717. package/cjs/internal/ThemePlayground/UnlinkVarsPlayground.js.map +1 -1
  718. package/cjs/internal/ThemePlayground/VariableValue.d.ts +1 -1
  719. package/cjs/internal/ThemePlayground/VariableValue.js.map +1 -1
  720. package/cjs/internal/ThemePlayground/__creevey__/Theme5_0.stories.d.ts +1 -1
  721. package/cjs/internal/ThemePlayground/constants.d.ts +1 -1
  722. package/cjs/internal/ThemePlayground/constants.js.map +1 -1
  723. package/cjs/internal/ThemeShowcase/ThemeShowcase.d.ts +1 -1
  724. package/cjs/internal/ThemeShowcase/ThemeShowcase.js +2 -2
  725. package/cjs/internal/ThemeShowcase/ThemeShowcase.js.map +1 -1
  726. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +1 -1
  727. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.js.map +1 -1
  728. package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  729. package/cjs/internal/ThemeShowcase/VariablesCollector.js.map +1 -1
  730. package/cjs/internal/ZIndex/ZIndex.d.ts +1 -1
  731. package/cjs/internal/ZIndex/ZIndex.js +2 -0
  732. package/cjs/internal/ZIndex/ZIndex.js.map +1 -1
  733. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon16Light.d.ts +1 -1
  734. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon16Light.js +1 -0
  735. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon16Light.js.map +1 -1
  736. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon20Light.d.ts +1 -1
  737. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon20Light.js +1 -0
  738. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon20Light.js.map +1 -1
  739. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon24Regular.d.ts +1 -1
  740. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon24Regular.js +1 -0
  741. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon24Regular.js.map +1 -1
  742. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon16Light.d.ts +1 -1
  743. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon16Light.js +1 -0
  744. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon16Light.js.map +1 -1
  745. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon20Light.d.ts +1 -1
  746. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon20Light.js +1 -0
  747. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon20Light.js.map +1 -1
  748. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon24Regular.d.ts +1 -1
  749. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon24Regular.js +1 -0
  750. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon24Regular.js.map +1 -1
  751. package/cjs/internal/icons2022/ArrowAUpIcon/ArrowAUp16Light.d.ts +1 -1
  752. package/cjs/internal/icons2022/ArrowAUpIcon/ArrowAUp16Light.js +1 -0
  753. package/cjs/internal/icons2022/ArrowAUpIcon/ArrowAUp16Light.js.map +1 -1
  754. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon16Regular.d.ts +1 -1
  755. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon16Regular.js +1 -0
  756. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon16Regular.js.map +1 -1
  757. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon20Regular.d.ts +1 -1
  758. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon20Regular.js +1 -0
  759. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon20Regular.js.map +1 -1
  760. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon24Regular.d.ts +1 -1
  761. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon24Regular.js +1 -0
  762. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon24Regular.js.map +1 -1
  763. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon16Light.d.ts +1 -1
  764. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon16Light.js +1 -0
  765. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon16Light.js.map +1 -1
  766. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon20Light.d.ts +1 -1
  767. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon20Light.js +1 -0
  768. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon20Light.js.map +1 -1
  769. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon24Regular.d.ts +1 -1
  770. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon24Regular.js +1 -0
  771. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon24Regular.js.map +1 -1
  772. package/cjs/internal/icons2022/ArrowCUpIcon/ArrowCUpIcon16Regular.d.ts +1 -1
  773. package/cjs/internal/icons2022/ArrowCUpIcon/ArrowCUpIcon16Regular.js +1 -0
  774. package/cjs/internal/icons2022/ArrowCUpIcon/ArrowCUpIcon16Regular.js.map +1 -1
  775. package/cjs/internal/icons2022/ArrowCollapseCVOpenIcon/ArrowCollapseCVOpenIcon16Regular.d.ts +1 -1
  776. package/cjs/internal/icons2022/ArrowCollapseCVOpenIcon/ArrowCollapseCVOpenIcon16Regular.js +1 -0
  777. package/cjs/internal/icons2022/ArrowCollapseCVOpenIcon/ArrowCollapseCVOpenIcon16Regular.js.map +1 -1
  778. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon16Light.d.ts +1 -1
  779. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon16Light.js +1 -0
  780. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon16Light.js.map +1 -1
  781. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon20Light.d.ts +1 -1
  782. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon20Light.js +1 -0
  783. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon20Light.js.map +1 -1
  784. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon24Regular.d.ts +1 -1
  785. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon24Regular.js +1 -0
  786. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon24Regular.js.map +1 -1
  787. package/cjs/internal/icons2022/BaseIcon.d.ts +1 -1
  788. package/cjs/internal/icons2022/BaseIcon.js +1 -0
  789. package/cjs/internal/icons2022/BaseIcon.js.map +1 -1
  790. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon16Light.d.ts +1 -1
  791. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon16Light.js +1 -0
  792. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon16Light.js.map +1 -1
  793. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon20Light.d.ts +1 -1
  794. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon20Light.js +1 -0
  795. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon20Light.js.map +1 -1
  796. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon24Regular.d.ts +1 -1
  797. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon24Regular.js +1 -0
  798. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon24Regular.js.map +1 -1
  799. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Light.d.ts +1 -1
  800. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Light.js +1 -0
  801. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Light.js.map +1 -1
  802. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Regular.d.ts +1 -1
  803. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Regular.js +1 -0
  804. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Regular.js.map +1 -1
  805. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Solid.d.ts +1 -1
  806. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Solid.js +1 -0
  807. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Solid.js.map +1 -1
  808. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon20Light.d.ts +1 -1
  809. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon20Light.js +1 -0
  810. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon20Light.js.map +1 -1
  811. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon20Solid.d.ts +1 -1
  812. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon20Solid.js +1 -0
  813. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon20Solid.js.map +1 -1
  814. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon24Regular.d.ts +1 -1
  815. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon24Regular.js +1 -0
  816. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon24Regular.js.map +1 -1
  817. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon16Light.d.ts +1 -1
  818. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon16Light.js +1 -0
  819. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon16Light.js.map +1 -1
  820. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon20Light.d.ts +1 -1
  821. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon20Light.js +1 -0
  822. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon20Light.js.map +1 -1
  823. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon24Regular.d.ts +1 -1
  824. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon24Regular.js +1 -0
  825. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon24Regular.js.map +1 -1
  826. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon16Light.d.ts +1 -1
  827. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon16Light.js +1 -0
  828. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon16Light.js.map +1 -1
  829. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon20Light.d.ts +1 -1
  830. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon20Light.js +1 -0
  831. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon20Light.js.map +1 -1
  832. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon24Regular.d.ts +1 -1
  833. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon24Regular.js +1 -0
  834. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon24Regular.js.map +1 -1
  835. package/cjs/internal/icons2022/InfoCircleIcon/InfoCircleIcon64Regular.d.ts +1 -1
  836. package/cjs/internal/icons2022/InfoCircleIcon/InfoCircleIcon64Regular.js +1 -0
  837. package/cjs/internal/icons2022/InfoCircleIcon/InfoCircleIcon64Regular.js.map +1 -1
  838. package/cjs/internal/icons2022/LoadingIcon.d.ts +1 -1
  839. package/cjs/internal/icons2022/LoadingIcon.js +1 -0
  840. package/cjs/internal/icons2022/LoadingIcon.js.map +1 -1
  841. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon16Light.d.ts +1 -1
  842. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon16Light.js +1 -0
  843. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon16Light.js.map +1 -1
  844. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon20Light.d.ts +1 -1
  845. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon20Light.js +1 -0
  846. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon20Light.js.map +1 -1
  847. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon24Regular.d.ts +1 -1
  848. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon24Regular.js +1 -0
  849. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon24Regular.js.map +1 -1
  850. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Light.d.ts +1 -1
  851. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Light.js +1 -0
  852. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Light.js.map +1 -1
  853. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Regular.d.ts +1 -1
  854. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Regular.js +1 -0
  855. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Regular.js.map +1 -1
  856. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon20Light.d.ts +1 -1
  857. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon20Light.js +1 -0
  858. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon20Light.js.map +1 -1
  859. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon24Regular.d.ts +1 -1
  860. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon24Regular.js +1 -0
  861. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon24Regular.js.map +1 -1
  862. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon16Light.d.ts +1 -1
  863. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon16Light.js +1 -0
  864. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon16Light.js.map +1 -1
  865. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon20Light.d.ts +1 -1
  866. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon20Light.js +1 -0
  867. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon20Light.js.map +1 -1
  868. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon24Regular.d.ts +1 -1
  869. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon24Regular.js +1 -0
  870. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon24Regular.js.map +1 -1
  871. package/cjs/internal/icons2022/QuestionCircleIcon/QuestionCircleIcon16Solid.d.ts +1 -1
  872. package/cjs/internal/icons2022/QuestionCircleIcon/QuestionCircleIcon16Solid.js +1 -0
  873. package/cjs/internal/icons2022/QuestionCircleIcon/QuestionCircleIcon16Solid.js.map +1 -1
  874. package/cjs/internal/icons2022/SearchLoupeIcon/SearchLoupeIcon16Regular.d.ts +1 -1
  875. package/cjs/internal/icons2022/SearchLoupeIcon/SearchLoupeIcon16Regular.js +1 -0
  876. package/cjs/internal/icons2022/SearchLoupeIcon/SearchLoupeIcon16Regular.js.map +1 -1
  877. package/cjs/internal/icons2022/ShapeSquareIcon/ShapeSquareIcon16Solid.d.ts +1 -1
  878. package/cjs/internal/icons2022/ShapeSquareIcon/ShapeSquareIcon16Solid.js +1 -0
  879. package/cjs/internal/icons2022/ShapeSquareIcon/ShapeSquareIcon16Solid.js.map +1 -1
  880. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon16Light.d.ts +1 -1
  881. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon16Light.js +1 -0
  882. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon16Light.js.map +1 -1
  883. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon20Regular.d.ts +1 -1
  884. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon20Regular.js +1 -0
  885. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon20Regular.js.map +1 -1
  886. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon24Regular.d.ts +1 -1
  887. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon24Regular.js +1 -0
  888. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon24Regular.js.map +1 -1
  889. package/cjs/internal/icons2022/XIcon/XIcon16Light.d.ts +1 -1
  890. package/cjs/internal/icons2022/XIcon/XIcon16Light.js +1 -0
  891. package/cjs/internal/icons2022/XIcon/XIcon16Light.js.map +1 -1
  892. package/cjs/internal/icons2022/XIcon/XIcon16Regular.d.ts +1 -1
  893. package/cjs/internal/icons2022/XIcon/XIcon16Regular.js +1 -0
  894. package/cjs/internal/icons2022/XIcon/XIcon16Regular.js.map +1 -1
  895. package/cjs/internal/icons2022/XIcon/XIcon20Light.d.ts +1 -1
  896. package/cjs/internal/icons2022/XIcon/XIcon20Light.js +1 -0
  897. package/cjs/internal/icons2022/XIcon/XIcon20Light.js.map +1 -1
  898. package/cjs/internal/icons2022/XIcon/XIcon20Regular.d.ts +1 -1
  899. package/cjs/internal/icons2022/XIcon/XIcon20Regular.js +1 -0
  900. package/cjs/internal/icons2022/XIcon/XIcon20Regular.js.map +1 -1
  901. package/cjs/internal/icons2022/XIcon/XIcon24Regular.d.ts +1 -1
  902. package/cjs/internal/icons2022/XIcon/XIcon24Regular.js +1 -0
  903. package/cjs/internal/icons2022/XIcon/XIcon24Regular.js.map +1 -1
  904. package/cjs/internal/icons2022/iconSizer.d.ts +2 -2
  905. package/cjs/internal/icons2022/iconSizer.js +1 -0
  906. package/cjs/internal/icons2022/iconSizer.js.map +1 -1
  907. package/cjs/lib/InstanceWithAnchorElement.d.ts +1 -1
  908. package/cjs/lib/InstanceWithAnchorElement.js.map +1 -1
  909. package/cjs/lib/ModalStack.d.ts +1 -1
  910. package/cjs/lib/ModalStack.js.map +1 -1
  911. package/cjs/lib/callChildRef/callChildRef.d.ts +2 -2
  912. package/cjs/lib/callChildRef/callChildRef.js.map +1 -1
  913. package/cjs/lib/createPropsGetter.d.ts +1 -1
  914. package/cjs/lib/createPropsGetter.js.map +1 -1
  915. package/cjs/lib/date/InternalDate.d.ts +2 -1
  916. package/cjs/lib/date/InternalDate.js +3 -1
  917. package/cjs/lib/date/InternalDate.js.map +1 -1
  918. package/cjs/lib/date/InternalDateCalculator.d.ts +2 -1
  919. package/cjs/lib/date/InternalDateCalculator.js +1 -5
  920. package/cjs/lib/date/InternalDateCalculator.js.map +1 -1
  921. package/cjs/lib/date/InternalDateGetter.d.ts +3 -2
  922. package/cjs/lib/date/InternalDateGetter.js +1 -5
  923. package/cjs/lib/date/InternalDateGetter.js.map +1 -1
  924. package/cjs/lib/date/InternalDateSetter.d.ts +3 -2
  925. package/cjs/lib/date/InternalDateSetter.js +1 -5
  926. package/cjs/lib/date/InternalDateSetter.js.map +1 -1
  927. package/cjs/lib/date/InternalDateTransformer.d.ts +2 -1
  928. package/cjs/lib/date/InternalDateTransformer.js +1 -3
  929. package/cjs/lib/date/InternalDateTransformer.js.map +1 -1
  930. package/cjs/lib/date/InternalDateValidator.d.ts +3 -2
  931. package/cjs/lib/date/InternalDateValidator.js +1 -5
  932. package/cjs/lib/date/InternalDateValidator.js.map +1 -1
  933. package/cjs/lib/date/localeSets.d.ts +1 -1
  934. package/cjs/lib/date/localeSets.js +1 -6
  935. package/cjs/lib/date/localeSets.js.map +1 -1
  936. package/cjs/lib/date/types.d.ts +1 -1
  937. package/cjs/lib/date/types.js.map +1 -1
  938. package/cjs/lib/dom/getDOMRect.d.ts +1 -1
  939. package/cjs/lib/dom/getDOMRect.js.map +1 -1
  940. package/cjs/lib/dom/tabbableHelpers.d.ts +2 -2
  941. package/cjs/lib/dom/tabbableHelpers.js +2 -1
  942. package/cjs/lib/dom/tabbableHelpers.js.map +1 -1
  943. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +1 -1
  944. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.js.map +1 -1
  945. package/cjs/lib/events/keyboard/extractCode.js +1 -0
  946. package/cjs/lib/events/keyboard/extractCode.js.map +1 -1
  947. package/cjs/lib/extractKeyboardAction.d.ts +1 -1
  948. package/cjs/lib/extractKeyboardAction.js.map +1 -1
  949. package/cjs/lib/featureFlagsContext/FeatureFlagsHelpers.d.ts +1 -1
  950. package/cjs/lib/featureFlagsContext/FeatureFlagsHelpers.js +2 -1
  951. package/cjs/lib/featureFlagsContext/FeatureFlagsHelpers.js.map +1 -1
  952. package/cjs/lib/getDisplayName.d.ts +2 -2
  953. package/cjs/lib/getDisplayName.js.map +1 -1
  954. package/cjs/lib/locale/LocaleContext.d.ts +1 -1
  955. package/cjs/lib/locale/LocaleContext.js.map +1 -1
  956. package/cjs/lib/locale/LocaleHelper.d.ts +1 -1
  957. package/cjs/lib/locale/LocaleHelper.js.map +1 -1
  958. package/cjs/lib/locale/decorators.d.ts +3 -3
  959. package/cjs/lib/locale/decorators.js.map +1 -1
  960. package/cjs/lib/locale/types.d.ts +10 -10
  961. package/cjs/lib/locale/types.js.map +1 -1
  962. package/cjs/lib/locale/useLocaleForControl.d.ts +2 -2
  963. package/cjs/lib/locale/useLocaleForControl.js.map +1 -1
  964. package/cjs/lib/mergeRefs.d.ts +1 -1
  965. package/cjs/lib/mergeRefs.js.map +1 -1
  966. package/cjs/lib/rootNode/getRootNode.d.ts +2 -2
  967. package/cjs/lib/rootNode/getRootNode.js.map +1 -1
  968. package/cjs/lib/rootNode/rootNodeDecorator.d.ts +2 -2
  969. package/cjs/lib/rootNode/rootNodeDecorator.js.map +1 -1
  970. package/cjs/lib/styles/ColorFactory.js +1 -0
  971. package/cjs/lib/styles/ColorFactory.js.map +1 -1
  972. package/cjs/lib/styles/ColorFunctions.js.map +1 -1
  973. package/cjs/lib/styles/ColorObject.d.ts +1 -1
  974. package/cjs/lib/styles/ColorObject.js.map +1 -1
  975. package/cjs/lib/taskWithDelayAndMinimalDuration.js +2 -1
  976. package/cjs/lib/taskWithDelayAndMinimalDuration.js.map +1 -1
  977. package/cjs/lib/theming/AnimationKeyframes.d.ts +1 -1
  978. package/cjs/lib/theming/AnimationKeyframes.js.map +1 -1
  979. package/cjs/lib/theming/Emotion.d.ts +1 -1
  980. package/cjs/lib/theming/Emotion.js.map +1 -1
  981. package/cjs/lib/theming/Theme.d.ts +2 -1
  982. package/cjs/lib/theming/Theme.js +2 -1
  983. package/cjs/lib/theming/Theme.js.map +1 -1
  984. package/cjs/lib/theming/ThemeFactory.d.ts +2 -2
  985. package/cjs/lib/theming/ThemeFactory.js +2 -1
  986. package/cjs/lib/theming/ThemeFactory.js.map +1 -1
  987. package/cjs/lib/theming/ThemeHelpers.d.ts +2 -2
  988. package/cjs/lib/theming/ThemeHelpers.js +1 -0
  989. package/cjs/lib/theming/ThemeHelpers.js.map +1 -1
  990. package/cjs/lib/types/polymorphic-component.d.ts +2 -2
  991. package/cjs/lib/types/polymorphic-component.js.map +1 -1
  992. package/cjs/lib/withClassWrapper.d.ts +1 -1
  993. package/cjs/lib/withClassWrapper.js.map +1 -1
  994. package/components/Autocomplete/Autocomplete/Autocomplete.js.map +1 -1
  995. package/components/Autocomplete/Autocomplete.d.ts +6 -5
  996. package/components/Autocomplete/Autocomplete.styles/Autocomplete.styles.js.map +1 -1
  997. package/components/Autocomplete/Autocomplete.styles.d.ts +1 -1
  998. package/components/Autocomplete/getAutocompleteTheme/getAutocompleteTheme.js.map +1 -1
  999. package/components/Autocomplete/getAutocompleteTheme.d.ts +1 -1
  1000. package/components/Autocomplete/locale/index/index.js.map +1 -1
  1001. package/components/Autocomplete/locale/index.d.ts +1 -1
  1002. package/components/Autocomplete/locale/locales/en/en.js.map +1 -1
  1003. package/components/Autocomplete/locale/locales/en.d.ts +1 -1
  1004. package/components/Autocomplete/locale/locales/ru/ru.js.map +1 -1
  1005. package/components/Autocomplete/locale/locales/ru.d.ts +1 -1
  1006. package/components/Button/Button/Button.js.map +1 -1
  1007. package/components/Button/Button.d.ts +5 -5
  1008. package/components/Button/Button.styles/Button.styles.js.map +1 -1
  1009. package/components/Button/Button.styles.d.ts +1 -1
  1010. package/components/Button/ButtonArrow/ButtonArrow.js.map +1 -1
  1011. package/components/Button/ButtonArrow.d.ts +2 -2
  1012. package/components/Button/ButtonIcon/ButtonIcon.js.map +1 -1
  1013. package/components/Button/ButtonIcon.d.ts +3 -3
  1014. package/components/Button/ButtonIcon.styles/ButtonIcon.styles.js.map +1 -1
  1015. package/components/Button/ButtonIcon.styles.d.ts +1 -1
  1016. package/components/Button/LoadingButtonIcon/LoadingButtonIcon.js.map +1 -1
  1017. package/components/Button/LoadingButtonIcon.d.ts +1 -1
  1018. package/components/Button/getInnerLinkTheme/getInnerLinkTheme.js.map +1 -1
  1019. package/components/Button/getInnerLinkTheme.d.ts +1 -1
  1020. package/components/Calendar/Calendar/Calendar.js.map +1 -1
  1021. package/components/Calendar/Calendar.d.ts +3 -3
  1022. package/components/Calendar/Calendar.styles/Calendar.styles.js.map +1 -1
  1023. package/components/Calendar/Calendar.styles.d.ts +1 -1
  1024. package/components/Calendar/CalendarContext/CalendarContext.js.map +1 -1
  1025. package/components/Calendar/CalendarContext.d.ts +2 -2
  1026. package/components/Calendar/CalendarDateShape/CalendarDateShape.js.map +1 -1
  1027. package/components/Calendar/CalendarDateShape.d.ts +1 -1
  1028. package/components/Calendar/CalendarDay/CalendarDay.js.map +1 -1
  1029. package/components/Calendar/CalendarDay.d.ts +2 -1
  1030. package/components/Calendar/CalendarUtils/CalendarUtils.js.map +1 -1
  1031. package/components/Calendar/CalendarUtils.d.ts +4 -4
  1032. package/components/Calendar/DayCellView/DayCellView.js.map +1 -1
  1033. package/components/Calendar/DayCellView.d.ts +1 -1
  1034. package/components/Calendar/DayCellView.styles/DayCellView.styles.js.map +1 -1
  1035. package/components/Calendar/DayCellView.styles.d.ts +1 -1
  1036. package/components/Calendar/Month/Month.js.map +1 -1
  1037. package/components/Calendar/Month.d.ts +1 -1
  1038. package/components/Calendar/MonthView/MonthView.js.map +1 -1
  1039. package/components/Calendar/MonthView.d.ts +1 -1
  1040. package/components/Calendar/MonthView.styles/MonthView.styles.js.map +1 -1
  1041. package/components/Calendar/MonthView.styles.d.ts +1 -1
  1042. package/components/Calendar/MonthViewModel/MonthViewModel.js.map +1 -1
  1043. package/components/Calendar/MonthViewModel.d.ts +1 -1
  1044. package/components/Calendar/config/config.js.map +1 -1
  1045. package/components/Calendar/config.d.ts +1 -1
  1046. package/components/Calendar/locale/index/index.js.map +1 -1
  1047. package/components/Calendar/locale/index.d.ts +1 -1
  1048. package/components/Calendar/locale/locales/en/en.js.map +1 -1
  1049. package/components/Calendar/locale/locales/en.d.ts +1 -1
  1050. package/components/Calendar/locale/locales/ru/ru.js.map +1 -1
  1051. package/components/Calendar/locale/locales/ru.d.ts +1 -1
  1052. package/components/Center/Center/Center.js.map +1 -1
  1053. package/components/Center/Center.d.ts +2 -2
  1054. package/components/Checkbox/Checkbox/Checkbox.js.map +1 -1
  1055. package/components/Checkbox/Checkbox.d.ts +5 -4
  1056. package/components/Checkbox/Checkbox.styles/Checkbox.styles.js.map +1 -1
  1057. package/components/Checkbox/Checkbox.styles.d.ts +1 -1
  1058. package/components/ComboBox/ComboBox/ComboBox.js.map +1 -1
  1059. package/components/ComboBox/ComboBox.d.ts +7 -6
  1060. package/components/CurrencyInput/CurrencyHelper/CurrencyHelper.js.map +1 -1
  1061. package/components/CurrencyInput/CurrencyHelper.d.ts +3 -3
  1062. package/components/CurrencyInput/CurrencyInput/CurrencyInput.js.map +1 -1
  1063. package/components/CurrencyInput/CurrencyInput.d.ts +6 -5
  1064. package/components/CurrencyInput/CurrencyInputHelper/CurrencyInputHelper.js.map +1 -1
  1065. package/components/CurrencyInput/CurrencyInputHelper.d.ts +2 -2
  1066. package/components/CurrencyInput/CursorHelper/CursorHelper.js.map +1 -1
  1067. package/components/CurrencyInput/CursorHelper.d.ts +1 -1
  1068. package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js.map +1 -1
  1069. package/components/CurrencyLabel/CurrencyLabel.d.ts +3 -2
  1070. package/components/DateInput/DateFragmentsView/DateFragmentsView.js.map +1 -1
  1071. package/components/DateInput/DateFragmentsView.d.ts +2 -1
  1072. package/components/DateInput/DateFragmentsView.styles/DateFragmentsView.styles.js.map +1 -1
  1073. package/components/DateInput/DateFragmentsView.styles.d.ts +1 -1
  1074. package/components/DateInput/DateInput/DateInput.js.map +1 -1
  1075. package/components/DateInput/DateInput.d.ts +4 -3
  1076. package/components/DateInput/DateInput.styles/DateInput.styles.js.map +1 -1
  1077. package/components/DateInput/DateInput.styles.d.ts +1 -1
  1078. package/components/DateInput/helpers/DateInputKeyboardActions/DateInputKeyboardActions.js.map +1 -1
  1079. package/components/DateInput/helpers/DateInputKeyboardActions.d.ts +1 -1
  1080. package/components/DateInput/helpers/InternalDateMediator/InternalDateMediator.js.map +1 -1
  1081. package/components/DateInput/helpers/InternalDateMediator.d.ts +4 -3
  1082. package/components/DateInput/helpers/inputNumber/inputNumber.js.map +1 -1
  1083. package/components/DateInput/helpers/inputNumber.d.ts +2 -1
  1084. package/components/DatePicker/DatePicker/DatePicker.js.map +1 -1
  1085. package/components/DatePicker/DatePicker.d.ts +6 -5
  1086. package/components/DatePicker/DatePicker.styles/DatePicker.styles.js.map +1 -1
  1087. package/components/DatePicker/DatePicker.styles.d.ts +1 -1
  1088. package/components/DatePicker/DatePickerHelpers/DatePickerHelpers.js.map +1 -1
  1089. package/components/DatePicker/DatePickerHelpers.d.ts +1 -1
  1090. package/components/DatePicker/MobilePicker/MobilePicker.js.map +1 -1
  1091. package/components/DatePicker/MobilePicker.d.ts +1 -1
  1092. package/components/DatePicker/getMobilePickerTheme/getMobilePickerTheme.js.map +1 -1
  1093. package/components/DatePicker/getMobilePickerTheme.d.ts +1 -1
  1094. package/components/DatePicker/locale/index/index.js.map +1 -1
  1095. package/components/DatePicker/locale/index.d.ts +1 -1
  1096. package/components/DatePicker/locale/locales/en/en.js.map +1 -1
  1097. package/components/DatePicker/locale/locales/en.d.ts +1 -1
  1098. package/components/DatePicker/locale/locales/ru/ru.js.map +1 -1
  1099. package/components/DatePicker/locale/locales/ru.d.ts +1 -1
  1100. package/components/DatePicker/locale/types/types.js.map +1 -1
  1101. package/components/DatePicker/locale/types.d.ts +3 -3
  1102. package/components/DateRangePicker/DateRangePicker/DateRangePicker.js.map +1 -1
  1103. package/components/DateRangePicker/DateRangePicker.d.ts +2 -2
  1104. package/components/DateRangePicker/DateRangePicker.styles/DateRangePicker.styles.js.map +1 -1
  1105. package/components/DateRangePicker/DateRangePicker.styles.d.ts +2 -2
  1106. package/components/DateRangePicker/DateRangePickerInput/DateRangePickerInput.js.map +1 -1
  1107. package/components/DateRangePicker/DateRangePickerInput.d.ts +2 -1
  1108. package/components/DateRangePicker/DateRangePickerTheme/DateRangePickerTheme.js.map +1 -1
  1109. package/components/DateRangePicker/DateRangePickerTheme.d.ts +1 -1
  1110. package/components/DateRangePicker/helpers/getStateForValue/getStateForValue.js.map +1 -1
  1111. package/components/DateRangePicker/helpers/getStateForValue.d.ts +1 -1
  1112. package/components/DateRangePicker/helpers/validateDateRangePicker/validateDateRangePicker.js.map +1 -1
  1113. package/components/DateRangePicker/helpers/validateDateRangePicker.d.ts +1 -1
  1114. package/components/DateRangePicker/locale/index/index.js.map +1 -1
  1115. package/components/DateRangePicker/locale/index.d.ts +1 -1
  1116. package/components/DateRangePicker/locale/locales/en/en.js.map +1 -1
  1117. package/components/DateRangePicker/locale/locales/en.d.ts +1 -1
  1118. package/components/DateRangePicker/locale/locales/ru/ru.js.map +1 -1
  1119. package/components/DateRangePicker/locale/locales/ru.d.ts +1 -1
  1120. package/components/DateRangePicker/locale/types/types.js.map +1 -1
  1121. package/components/DateRangePicker/locale/types.d.ts +1 -1
  1122. package/components/Dropdown/Dropdown/Dropdown.js.map +1 -1
  1123. package/components/Dropdown/Dropdown.d.ts +5 -4
  1124. package/components/Dropdown/getDropdownTheme/getDropdownTheme.js.map +1 -1
  1125. package/components/Dropdown/getDropdownTheme.d.ts +1 -1
  1126. package/components/DropdownMenu/DropdownMenu/DropdownMenu.js.map +1 -1
  1127. package/components/DropdownMenu/DropdownMenu.d.ts +5 -4
  1128. package/components/DropdownMenu/getDropdownMenuTheme/getDropdownMenuTheme.js.map +1 -1
  1129. package/components/DropdownMenu/getDropdownMenuTheme.d.ts +1 -1
  1130. package/components/FileUploader/FileUploader/FileUploader.js +15 -12
  1131. package/components/FileUploader/FileUploader/FileUploader.js.map +1 -1
  1132. package/components/FileUploader/FileUploader.d.ts +6 -6
  1133. package/components/FileUploader/FileUploader.styles/FileUploader.styles.js.map +1 -1
  1134. package/components/FileUploader/FileUploader.styles.d.ts +1 -1
  1135. package/components/FileUploader/index/index.js.map +1 -1
  1136. package/components/FileUploader/index.d.ts +1 -1
  1137. package/components/FileUploader/locale/index/index.js.map +1 -1
  1138. package/components/FileUploader/locale/index.d.ts +1 -1
  1139. package/components/FileUploader/locale/locales/en/en.js.map +1 -1
  1140. package/components/FileUploader/locale/locales/en.d.ts +1 -1
  1141. package/components/FileUploader/locale/locales/ru/ru.js.map +1 -1
  1142. package/components/FileUploader/locale/locales/ru.d.ts +1 -1
  1143. package/components/FxInput/FxInput/FxInput.js.map +1 -1
  1144. package/components/FxInput/FxInput.d.ts +9 -6
  1145. package/components/FxInput/FxInputRestoreBtn/FxInputRestoreBtn.js.map +1 -1
  1146. package/components/FxInput/FxInputRestoreBtn.d.ts +3 -2
  1147. package/components/Gapped/Gapped/Gapped.js.map +1 -1
  1148. package/components/Gapped/Gapped.d.ts +1 -1
  1149. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js.map +1 -1
  1150. package/components/GlobalLoader/GlobalLoaderView/GlobalLoaderView.js.map +1 -1
  1151. package/components/GlobalLoader/GlobalLoaderView.d.ts +1 -1
  1152. package/components/GlobalLoader/GlobalLoaderView.styles/GlobalLoaderView.styles.js.map +1 -1
  1153. package/components/GlobalLoader/GlobalLoaderView.styles.d.ts +1 -1
  1154. package/components/GlobalLoader/useParams/useParams.js.map +1 -1
  1155. package/components/GlobalLoader/useParams.d.ts +1 -1
  1156. package/components/Group/Group/Group.js.map +1 -1
  1157. package/components/Group/Group.d.ts +1 -1
  1158. package/components/Hint/Hint/Hint.js.map +1 -1
  1159. package/components/Hint/Hint.d.ts +5 -5
  1160. package/components/Hint/Hint.styles/Hint.styles.js.map +1 -1
  1161. package/components/Hint/Hint.styles.d.ts +1 -1
  1162. package/components/Input/Input/Input.js.map +1 -1
  1163. package/components/Input/Input.d.ts +6 -5
  1164. package/components/Input/Input.styles/Input.styles.js.map +1 -1
  1165. package/components/Input/Input.styles.d.ts +1 -1
  1166. package/components/Input/Input.typings/Input.typings.js.map +1 -1
  1167. package/components/Input/Input.typings.d.ts +1 -1
  1168. package/components/Input/InputLayout/InputLayout/InputLayout.js.map +1 -1
  1169. package/components/Input/InputLayout/InputLayout.d.ts +3 -3
  1170. package/components/Input/InputLayout/InputLayout.styles/InputLayout.styles.js.map +1 -1
  1171. package/components/Input/InputLayout/InputLayout.styles.d.ts +1 -1
  1172. package/components/Input/InputLayout/InputLayoutAside/InputLayoutAside.js.map +1 -1
  1173. package/components/Input/InputLayout/InputLayoutAside.d.ts +1 -1
  1174. package/components/Input/InputLayout/InputLayoutAsideIcon/InputLayoutAsideIcon.js.map +1 -1
  1175. package/components/Input/InputLayout/InputLayoutAsideIcon.d.ts +1 -1
  1176. package/components/Input/InputLayout/InputLayoutAsideText/InputLayoutAsideText.js.map +1 -1
  1177. package/components/Input/InputLayout/InputLayoutAsideText.d.ts +1 -1
  1178. package/components/Input/InputLayout/InputLayoutContext/InputLayoutContext.js.map +1 -1
  1179. package/components/Input/InputLayout/InputLayoutContext.d.ts +1 -1
  1180. package/components/Input/InputLayout/PolyfillPlaceholder/PolyfillPlaceholder.js.map +1 -1
  1181. package/components/Input/InputLayout/PolyfillPlaceholder.d.ts +1 -1
  1182. package/components/Kebab/Kebab/Kebab.js.map +1 -1
  1183. package/components/Kebab/Kebab.d.ts +7 -6
  1184. package/components/Kebab/Kebab.styles/Kebab.styles.js.map +1 -1
  1185. package/components/Kebab/Kebab.styles.d.ts +1 -1
  1186. package/components/Link/Link/Link.js.map +1 -1
  1187. package/components/Link/Link.d.ts +4 -4
  1188. package/components/Link/Link.styles/Link.styles.js.map +1 -1
  1189. package/components/Link/Link.styles.d.ts +1 -1
  1190. package/components/Link/LinkIcon/LinkIcon.js.map +1 -1
  1191. package/components/Link/LinkIcon.d.ts +1 -1
  1192. package/components/Loader/Loader/Loader.js.map +1 -1
  1193. package/components/Loader/Loader.d.ts +3 -3
  1194. package/components/Loader/Loader.styles/Loader.styles.js.map +1 -1
  1195. package/components/Loader/Loader.styles.d.ts +1 -1
  1196. package/components/Loader/__stories__/LoaderAndButton/LoaderAndButton.js.map +1 -1
  1197. package/components/MaskedInput/ColorableInputElement/ColorableInputElement/ColorableInputElement.js +1 -0
  1198. package/components/MaskedInput/ColorableInputElement/ColorableInputElement/ColorableInputElement.js.map +1 -1
  1199. package/components/MaskedInput/ColorableInputElement/ColorableInputElement.d.ts +1 -1
  1200. package/components/MaskedInput/FixedIMaskInput/FixedIMaskInput.js.map +1 -1
  1201. package/components/MaskedInput/FixedIMaskInput.d.ts +2 -2
  1202. package/components/MaskedInput/MaskedInput/MaskedInput.js.map +1 -1
  1203. package/components/MaskedInput/MaskedInput.d.ts +3 -2
  1204. package/components/MaskedInput/MaskedInput.styles/MaskedInput.styles.js.map +1 -1
  1205. package/components/MaskedInput/MaskedInput.styles.d.ts +1 -1
  1206. package/components/MenuFooter/MenuFooter/MenuFooter.js.map +1 -1
  1207. package/components/MenuFooter/MenuFooter.d.ts +4 -3
  1208. package/components/MenuFooter/MenuFooter.styles/MenuFooter.styles.js.map +1 -1
  1209. package/components/MenuFooter/MenuFooter.styles.d.ts +1 -1
  1210. package/components/MenuHeader/MenuHeader/MenuHeader.js.map +1 -1
  1211. package/components/MenuHeader/MenuHeader.d.ts +4 -3
  1212. package/components/MenuHeader/MenuHeader.styles/MenuHeader.styles.js.map +1 -1
  1213. package/components/MenuHeader/MenuHeader.styles.d.ts +1 -1
  1214. package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
  1215. package/components/MenuItem/MenuItem.d.ts +5 -4
  1216. package/components/MenuItem/MenuItem.styles/MenuItem.styles.js.map +1 -1
  1217. package/components/MenuItem/MenuItem.styles.d.ts +1 -1
  1218. package/components/MenuSeparator/MenuSeparator/MenuSeparator.js.map +1 -1
  1219. package/components/MenuSeparator/MenuSeparator.d.ts +1 -1
  1220. package/components/MenuSeparator/MenuSeparator.styles/MenuSeparator.styles.js.map +1 -1
  1221. package/components/MenuSeparator/MenuSeparator.styles.d.ts +1 -1
  1222. package/components/MiniModal/MiniModal/MiniModal.js.map +1 -1
  1223. package/components/MiniModal/MiniModal.d.ts +2 -1
  1224. package/components/MiniModal/MiniModal.styles/MiniModal.styles.js.map +1 -1
  1225. package/components/MiniModal/MiniModal.styles.d.ts +1 -1
  1226. package/components/MiniModal/MiniModalBody/MiniModalBody.js.map +1 -1
  1227. package/components/MiniModal/MiniModalBody.d.ts +1 -1
  1228. package/components/MiniModal/MiniModalFooter/MiniModalFooter.js.map +1 -1
  1229. package/components/MiniModal/MiniModalFooter.d.ts +1 -1
  1230. package/components/MiniModal/MiniModalHeader/MiniModalHeader.js.map +1 -1
  1231. package/components/MiniModal/MiniModalHeader.d.ts +2 -2
  1232. package/components/MiniModal/getMiniModalTheme/getMiniModalTheme.js.map +1 -1
  1233. package/components/MiniModal/getMiniModalTheme.d.ts +1 -1
  1234. package/components/Modal/Modal/Modal.js.map +1 -1
  1235. package/components/Modal/Modal.d.ts +4 -3
  1236. package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
  1237. package/components/Modal/Modal.styles.d.ts +1 -1
  1238. package/components/Modal/ModalBody/ModalBody.js.map +1 -1
  1239. package/components/Modal/ModalBody.d.ts +1 -1
  1240. package/components/Modal/ModalClose/ModalClose.js.map +1 -1
  1241. package/components/Modal/ModalClose.d.ts +1 -1
  1242. package/components/Modal/ModalContext/ModalContext.js.map +1 -1
  1243. package/components/Modal/ModalContext.d.ts +1 -1
  1244. package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
  1245. package/components/Modal/ModalFooter.d.ts +4 -3
  1246. package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
  1247. package/components/Modal/ModalHeader.d.ts +3 -2
  1248. package/components/Modal/ModalSeparator/ModalSeparator.js.map +1 -1
  1249. package/components/Modal/ModalSeparator.d.ts +1 -1
  1250. package/components/Modal/getModalBodyTheme/getModalBodyTheme.js.map +1 -1
  1251. package/components/Modal/getModalBodyTheme.d.ts +1 -1
  1252. package/components/Modal/getModalTheme/getModalTheme.js.map +1 -1
  1253. package/components/Modal/getModalTheme.d.ts +1 -1
  1254. package/components/Modal/locale/index/index.js.map +1 -1
  1255. package/components/Modal/locale/index.d.ts +1 -1
  1256. package/components/Modal/locale/locales/en/en.js.map +1 -1
  1257. package/components/Modal/locale/locales/en.d.ts +1 -1
  1258. package/components/Modal/locale/locales/ru/ru.js.map +1 -1
  1259. package/components/Modal/locale/locales/ru.d.ts +1 -1
  1260. package/components/Paging/NavigationHelper/NavigationHelper.js.map +1 -1
  1261. package/components/Paging/NavigationHelper.d.ts +1 -1
  1262. package/components/Paging/Paging/Paging.js.map +1 -1
  1263. package/components/Paging/Paging.d.ts +2 -2
  1264. package/components/Paging/Paging.styles/Paging.styles.js.map +1 -1
  1265. package/components/Paging/Paging.styles.d.ts +1 -1
  1266. package/components/Paging/PagingDefaultComponent/PagingDefaultComponent.js.map +1 -1
  1267. package/components/Paging/PagingDefaultComponent.d.ts +1 -1
  1268. package/components/Paging/PagingHelper/PagingHelper.js.map +1 -1
  1269. package/components/Paging/PagingHelper.d.ts +1 -1
  1270. package/components/Paging/locale/index/index.js.map +1 -1
  1271. package/components/Paging/locale/index.d.ts +1 -1
  1272. package/components/Paging/locale/locales/en/en.js.map +1 -1
  1273. package/components/Paging/locale/locales/en.d.ts +1 -1
  1274. package/components/Paging/locale/locales/ru/ru.js.map +1 -1
  1275. package/components/Paging/locale/locales/ru.d.ts +1 -1
  1276. package/components/PasswordInput/PasswordInput/PasswordInput.js.map +1 -1
  1277. package/components/PasswordInput/PasswordInput.d.ts +4 -3
  1278. package/components/PasswordInput/PasswordInput.styles/PasswordInput.styles.js.map +1 -1
  1279. package/components/PasswordInput/PasswordInput.styles.d.ts +1 -1
  1280. package/components/PasswordInput/PasswordInputIcon/PasswordInputIcon.js.map +1 -1
  1281. package/components/PasswordInput/PasswordInputIcon.d.ts +1 -1
  1282. package/components/PasswordInput/locale/index/index.js.map +1 -1
  1283. package/components/PasswordInput/locale/index.d.ts +1 -1
  1284. package/components/PasswordInput/locale/locales/en/en.js.map +1 -1
  1285. package/components/PasswordInput/locale/locales/en.d.ts +1 -1
  1286. package/components/PasswordInput/locale/locales/ru/ru.js.map +1 -1
  1287. package/components/PasswordInput/locale/locales/ru.d.ts +1 -1
  1288. package/components/Radio/Radio/Radio.js.map +1 -1
  1289. package/components/Radio/Radio.d.ts +6 -5
  1290. package/components/Radio/Radio.styles/Radio.styles.js.map +1 -1
  1291. package/components/Radio/Radio.styles.d.ts +1 -1
  1292. package/components/RadioGroup/RadioGroup/RadioGroup.js.map +1 -1
  1293. package/components/RadioGroup/RadioGroup.d.ts +3 -2
  1294. package/components/ResponsiveLayout/ResponsiveLayout/ResponsiveLayout.js.map +1 -1
  1295. package/components/ResponsiveLayout/ResponsiveLayout.d.ts +1 -1
  1296. package/components/ResponsiveLayout/decorator/decorator.js.map +1 -1
  1297. package/components/ResponsiveLayout/decorator.d.ts +1 -1
  1298. package/components/ResponsiveLayout/useResponsiveLayout/useResponsiveLayout.js.map +1 -1
  1299. package/components/ResponsiveLayout/useResponsiveLayout.d.ts +1 -1
  1300. package/components/ScrollContainer/ScrollBar/ScrollBar.js.map +1 -1
  1301. package/components/ScrollContainer/ScrollBar.d.ts +2 -2
  1302. package/components/ScrollContainer/ScrollContainer/ScrollContainer.js.map +1 -1
  1303. package/components/ScrollContainer/ScrollContainer.constants/ScrollContainer.constants.js.map +1 -1
  1304. package/components/ScrollContainer/ScrollContainer.constants.d.ts +1 -1
  1305. package/components/ScrollContainer/ScrollContainer.d.ts +3 -3
  1306. package/components/ScrollContainer/ScrollContainer.helpers/ScrollContainer.helpers.js.map +1 -1
  1307. package/components/ScrollContainer/ScrollContainer.helpers.d.ts +2 -2
  1308. package/components/ScrollContainer/ScrollContainer.styles/ScrollContainer.styles.js.map +1 -1
  1309. package/components/ScrollContainer/ScrollContainer.styles.d.ts +1 -1
  1310. package/components/Select/Select/Select.js.map +1 -1
  1311. package/components/Select/Select.d.ts +7 -6
  1312. package/components/Select/Select.styles/Select.styles.js.map +1 -1
  1313. package/components/Select/Select.styles.d.ts +1 -1
  1314. package/components/Select/locale/index/index.js.map +1 -1
  1315. package/components/Select/locale/index.d.ts +1 -1
  1316. package/components/Select/locale/locales/en/en.js.map +1 -1
  1317. package/components/Select/locale/locales/en.d.ts +1 -1
  1318. package/components/Select/locale/locales/ru/ru.js.map +1 -1
  1319. package/components/Select/locale/locales/ru.d.ts +1 -1
  1320. package/components/Select/locale/types/types.js.map +1 -1
  1321. package/components/Select/locale/types.d.ts +1 -1
  1322. package/components/Select/selectTheme/selectTheme.js.map +1 -1
  1323. package/components/Select/selectTheme.d.ts +2 -2
  1324. package/components/SidePage/SidePage/SidePage.js.map +1 -1
  1325. package/components/SidePage/SidePage.d.ts +3 -2
  1326. package/components/SidePage/SidePage.styles/SidePage.styles.js.map +1 -1
  1327. package/components/SidePage/SidePage.styles.d.ts +1 -1
  1328. package/components/SidePage/SidePageBody/SidePageBody.js.map +1 -1
  1329. package/components/SidePage/SidePageBody.d.ts +2 -2
  1330. package/components/SidePage/SidePageCloseButton/SidePageCloseButton.js.map +1 -1
  1331. package/components/SidePage/SidePageCloseButton.d.ts +1 -1
  1332. package/components/SidePage/SidePageContainer/SidePageContainer.js.map +1 -1
  1333. package/components/SidePage/SidePageContainer.d.ts +1 -1
  1334. package/components/SidePage/SidePageContext/SidePageContext.js.map +1 -1
  1335. package/components/SidePage/SidePageContext.d.ts +2 -2
  1336. package/components/SidePage/SidePageFooter/SidePageFooter.js.map +1 -1
  1337. package/components/SidePage/SidePageFooter.d.ts +3 -3
  1338. package/components/SidePage/SidePageHeader/SidePageHeader.js.map +1 -1
  1339. package/components/SidePage/SidePageHeader.d.ts +2 -2
  1340. package/components/SidePage/locale/index/index.js.map +1 -1
  1341. package/components/SidePage/locale/index.d.ts +1 -1
  1342. package/components/SidePage/locale/locales/en/en.js.map +1 -1
  1343. package/components/SidePage/locale/locales/en.d.ts +1 -1
  1344. package/components/SidePage/locale/locales/ru/ru.js.map +1 -1
  1345. package/components/SidePage/locale/locales/ru.d.ts +1 -1
  1346. package/components/SingleToast/SingleToast/SingleToast.js.map +1 -1
  1347. package/components/SingleToast/SingleToast.d.ts +2 -1
  1348. package/components/Spinner/Spinner/Spinner.js.map +1 -1
  1349. package/components/Spinner/Spinner.d.ts +1 -1
  1350. package/components/Spinner/Spinner.styles/Spinner.styles.js.map +1 -1
  1351. package/components/Spinner/Spinner.styles.d.ts +1 -1
  1352. package/components/Sticky/Sticky/Sticky.js.map +1 -1
  1353. package/components/Sticky/Sticky.d.ts +2 -2
  1354. package/components/Switcher/Switcher/Switcher.js.map +1 -1
  1355. package/components/Switcher/Switcher.d.ts +6 -5
  1356. package/components/Switcher/Switcher.styles/Switcher.styles.js.map +1 -1
  1357. package/components/Switcher/Switcher.styles.d.ts +1 -1
  1358. package/components/Switcher/switcherTheme/switcherTheme.js.map +1 -1
  1359. package/components/Switcher/switcherTheme.d.ts +1 -1
  1360. package/components/Tabs/Indicator/Indicator.js.map +1 -1
  1361. package/components/Tabs/Indicator.d.ts +1 -1
  1362. package/components/Tabs/Indicator.styles/Indicator.styles.js.map +1 -1
  1363. package/components/Tabs/Indicator.styles.d.ts +1 -1
  1364. package/components/Tabs/Tab/Tab.js.map +1 -1
  1365. package/components/Tabs/Tab.d.ts +5 -4
  1366. package/components/Tabs/Tab.styles/Tab.styles.js.map +1 -1
  1367. package/components/Tabs/Tab.styles.d.ts +1 -1
  1368. package/components/Tabs/Tabs/Tabs.js.map +1 -1
  1369. package/components/Tabs/Tabs.d.ts +4 -3
  1370. package/components/Tabs/Tabs.styles/Tabs.styles.js.map +1 -1
  1371. package/components/Tabs/Tabs.styles.d.ts +1 -1
  1372. package/components/Tabs/TabsContext/TabsContext.js.map +1 -1
  1373. package/components/Tabs/TabsContext.d.ts +2 -2
  1374. package/components/Tabs/helpers/helpers.js.map +1 -1
  1375. package/components/Tabs/helpers.d.ts +2 -2
  1376. package/components/Textarea/Textarea/Textarea.js.map +1 -1
  1377. package/components/Textarea/Textarea.d.ts +5 -4
  1378. package/components/Textarea/Textarea.styles/Textarea.styles.js.map +1 -1
  1379. package/components/Textarea/Textarea.styles.d.ts +1 -1
  1380. package/components/Textarea/TextareaCounter/TextareaCounter.js.map +1 -1
  1381. package/components/Textarea/TextareaCounter.d.ts +2 -2
  1382. package/components/Toast/Toast/Toast.js.map +1 -1
  1383. package/components/Toast/Toast.d.ts +5 -4
  1384. package/components/Toast/ToastStatic/ToastStatic.js.map +1 -1
  1385. package/components/Toast/ToastStatic.d.ts +2 -2
  1386. package/components/Toast/ToastView/ToastView.js.map +1 -1
  1387. package/components/Toast/ToastView.d.ts +5 -4
  1388. package/components/Toast/ToastView.styles/ToastView.styles.js.map +1 -1
  1389. package/components/Toast/ToastView.styles.d.ts +1 -1
  1390. package/components/Toast/locale/index/index.js.map +1 -1
  1391. package/components/Toast/locale/index.d.ts +1 -1
  1392. package/components/Toast/locale/locales/en/en.js.map +1 -1
  1393. package/components/Toast/locale/locales/en.d.ts +1 -1
  1394. package/components/Toast/locale/locales/ru/ru.js.map +1 -1
  1395. package/components/Toast/locale/locales/ru.d.ts +1 -1
  1396. package/components/Toggle/Toggle/Toggle.js.map +1 -1
  1397. package/components/Toggle/Toggle.d.ts +4 -3
  1398. package/components/Toggle/Toggle.styles/Toggle.styles.js.map +1 -1
  1399. package/components/Toggle/Toggle.styles.d.ts +1 -1
  1400. package/components/Token/Token/Token.js.map +1 -1
  1401. package/components/Token/Token.d.ts +4 -3
  1402. package/components/Token/Token.styles/Token.styles.js.map +1 -1
  1403. package/components/Token/Token.styles.d.ts +1 -1
  1404. package/components/Token/TokenView/TokenView.js.map +1 -1
  1405. package/components/Token/TokenView.d.ts +3 -2
  1406. package/components/Token/locale/index/index.js.map +1 -1
  1407. package/components/Token/locale/index.d.ts +1 -1
  1408. package/components/Token/locale/locales/en/en.js.map +1 -1
  1409. package/components/Token/locale/locales/en.d.ts +1 -1
  1410. package/components/Token/locale/locales/ru/ru.js.map +1 -1
  1411. package/components/Token/locale/locales/ru.d.ts +1 -1
  1412. package/components/TokenInput/TextWidthHelper/TextWidthHelper.js.map +1 -1
  1413. package/components/TokenInput/TextWidthHelper.d.ts +2 -2
  1414. package/components/TokenInput/TokenInput/TokenInput.js.map +1 -1
  1415. package/components/TokenInput/TokenInput.d.ts +5 -4
  1416. package/components/TokenInput/TokenInput.styles/TokenInput.styles.js.map +1 -1
  1417. package/components/TokenInput/TokenInput.styles.d.ts +1 -1
  1418. package/components/TokenInput/TokenInputMenu/TokenInputMenu.js.map +1 -1
  1419. package/components/TokenInput/TokenInputMenu.d.ts +5 -5
  1420. package/components/TokenInput/TokenInputReducer/TokenInputReducer.js.map +1 -1
  1421. package/components/TokenInput/TokenInputReducer.d.ts +1 -1
  1422. package/components/TokenInput/locale/index/index.js.map +1 -1
  1423. package/components/TokenInput/locale/index.d.ts +1 -1
  1424. package/components/TokenInput/locale/locales/en/en.js.map +1 -1
  1425. package/components/TokenInput/locale/locales/en.d.ts +1 -1
  1426. package/components/TokenInput/locale/locales/ru/ru.js.map +1 -1
  1427. package/components/TokenInput/locale/locales/ru.d.ts +1 -1
  1428. package/components/Tooltip/Tooltip/Tooltip.js.map +1 -1
  1429. package/components/Tooltip/Tooltip.d.ts +5 -5
  1430. package/components/Tooltip/Tooltip.styles/Tooltip.styles.js.map +1 -1
  1431. package/components/Tooltip/Tooltip.styles.d.ts +1 -1
  1432. package/components/TooltipMenu/TooltipMenu/TooltipMenu.js.map +1 -1
  1433. package/components/TooltipMenu/TooltipMenu.d.ts +7 -6
  1434. package/hooks/useDrop/useDrop.js.map +1 -1
  1435. package/hooks/useDrop.d.ts +1 -1
  1436. package/hooks/useEffectWithoutInitCall/useEffectWithoutInitCall.js.map +1 -1
  1437. package/hooks/useEffectWithoutInitCall.d.ts +1 -1
  1438. package/hooks/useMemoObject/useMemoObject.js.map +1 -1
  1439. package/hooks/useMemoObject.d.ts +1 -1
  1440. package/internal/ClearCrossIcon/ClearCrossIcon/ClearCrossIcon.js.map +1 -1
  1441. package/internal/ClearCrossIcon/ClearCrossIcon.d.ts +4 -3
  1442. package/internal/ClearCrossIcon/ClearCrossIcon.styles/ClearCrossIcon.styles.js.map +1 -1
  1443. package/internal/ClearCrossIcon/ClearCrossIcon.styles.d.ts +1 -1
  1444. package/internal/CloseButtonIcon/CloseButtonIcon/CloseButtonIcon.js.map +1 -1
  1445. package/internal/CloseButtonIcon/CloseButtonIcon.d.ts +3 -2
  1446. package/internal/CloseButtonIcon/CloseButtonIcon.styles/CloseButtonIcon.styles.js.map +1 -1
  1447. package/internal/CloseButtonIcon/CloseButtonIcon.styles.d.ts +1 -1
  1448. package/internal/CommonWrapper/CommonWrapper/CommonWrapper.js.map +1 -1
  1449. package/internal/CommonWrapper/types/types.js.map +1 -1
  1450. package/internal/CommonWrapper/types.d.ts +1 -1
  1451. package/internal/CommonWrapper/utils/getCommonVisualStateDataAttributes/getCommonVisualStateDataAttributes.js.map +1 -1
  1452. package/internal/CommonWrapper/utils/getCommonVisualStateDataAttributes.d.ts +1 -1
  1453. package/internal/CommonWrapper/utils/getVisualStateDataAttributes/getVisualStateDataAttributes.js.map +1 -1
  1454. package/internal/CommonWrapper/utils/getVisualStateDataAttributes.d.ts +1 -1
  1455. package/internal/ComponentCombinator/ComponentCombinator.js.map +1 -1
  1456. package/internal/ComponentCombinator.d.ts +2 -2
  1457. package/internal/ComponentTable/ComponentTable.js.map +1 -1
  1458. package/internal/ComponentTable.d.ts +1 -1
  1459. package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js.map +1 -1
  1460. package/internal/CustomComboBox/ComboBoxMenu.d.ts +4 -4
  1461. package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js.map +1 -1
  1462. package/internal/CustomComboBox/ComboBoxView.d.ts +10 -8
  1463. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
  1464. package/internal/CustomComboBox/CustomComboBox.d.ts +10 -9
  1465. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js.map +1 -1
  1466. package/internal/CustomComboBox/CustomComboBoxReducer.d.ts +4 -4
  1467. package/internal/CustomComboBox/getComboBoxTheme/getComboBoxTheme.js.map +1 -1
  1468. package/internal/CustomComboBox/getComboBoxTheme.d.ts +1 -1
  1469. package/internal/CustomComboBox/locale/index/index.js.map +1 -1
  1470. package/internal/CustomComboBox/locale/index.d.ts +1 -1
  1471. package/internal/CustomComboBox/locale/locales/en/en.js.map +1 -1
  1472. package/internal/CustomComboBox/locale/locales/en.d.ts +1 -1
  1473. package/internal/CustomComboBox/locale/locales/ru/ru.js.map +1 -1
  1474. package/internal/CustomComboBox/locale/locales/ru.d.ts +1 -1
  1475. package/internal/DateSelect/DateSelect/DateSelect.js.map +1 -1
  1476. package/internal/DateSelect/DateSelect.styles/DateSelect.styles.js.map +1 -1
  1477. package/internal/DateSelect/DateSelect.styles.d.ts +1 -1
  1478. package/internal/DateSelect/locale/index/index.js.map +1 -1
  1479. package/internal/DateSelect/locale/index.d.ts +1 -1
  1480. package/internal/DateSelect/locale/locales/en/en.js.map +1 -1
  1481. package/internal/DateSelect/locale/locales/en.d.ts +1 -1
  1482. package/internal/DateSelect/locale/locales/ru/ru.js.map +1 -1
  1483. package/internal/DateSelect/locale/locales/ru.d.ts +1 -1
  1484. package/internal/FileUploaderControl/FileUploaderControlContext/FileUploaderControlContext.js.map +1 -1
  1485. package/internal/FileUploaderControl/FileUploaderControlContext.d.ts +2 -2
  1486. package/internal/FileUploaderControl/FileUploaderControlProvider/FileUploaderControlProvider.js.map +1 -1
  1487. package/internal/FileUploaderControl/FileUploaderControlProvider.d.ts +4 -3
  1488. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile/FileUploaderFile.js.map +1 -1
  1489. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.d.ts +2 -2
  1490. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles/FileUploaderFile.styles.js.map +1 -1
  1491. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.d.ts +1 -1
  1492. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFileStatusIcon/FileUploaderFileStatusIcon.js.map +1 -1
  1493. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFileStatusIcon.d.ts +1 -1
  1494. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList/FileUploaderFileList.js.map +1 -1
  1495. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.d.ts +2 -2
  1496. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles/FileUploaderFileList.styles.js.map +1 -1
  1497. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.d.ts +1 -1
  1498. package/internal/FileUploaderControl/hooks/useFileUploaderSize/useFileUploaderSize.js.map +1 -1
  1499. package/internal/FileUploaderControl/hooks/useFileUploaderSize.d.ts +1 -1
  1500. package/internal/FileUploaderControl/hooks/useUpload/useUpload.js.map +1 -1
  1501. package/internal/FileUploaderControl/hooks/useUpload.d.ts +2 -2
  1502. package/internal/FileUploaderControl/withFileUploaderControlProvider/withFileUploaderControlProvider.js.map +1 -1
  1503. package/internal/FileUploaderControl/withFileUploaderControlProvider.d.ts +4 -3
  1504. package/internal/FocusControlWrapper/FocusControlWrapper/FocusControlWrapper.js.map +1 -1
  1505. package/internal/FocusControlWrapper/FocusControlWrapper.d.ts +2 -1
  1506. package/internal/FocusControlWrapper/useFocusControl/useFocusControl.js.map +1 -1
  1507. package/internal/FocusControlWrapper/useFocusControl.d.ts +1 -1
  1508. package/internal/FocusTrap/FocusTrap/FocusTrap.js.map +1 -1
  1509. package/internal/FocusTrap/FocusTrap.d.ts +1 -1
  1510. package/internal/IgnoreLayerClick/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
  1511. package/internal/InputLikeText/InputLikeText/InputLikeText.js.map +1 -1
  1512. package/internal/InputLikeText/InputLikeText.d.ts +3 -3
  1513. package/internal/InternalMaskedInput/InternalMaskedInput/InternalMaskedInput.js.map +1 -1
  1514. package/internal/InternalMaskedInput/InternalMaskedInput.styles/InternalMaskedInput.styles.js.map +1 -1
  1515. package/internal/InternalMaskedInput/InternalMaskedInput.styles.d.ts +1 -1
  1516. package/internal/Menu/Menu/Menu.js.map +1 -1
  1517. package/internal/Menu/Menu.d.ts +4 -3
  1518. package/internal/Menu/Menu.styles/Menu.styles.js.map +1 -1
  1519. package/internal/Menu/Menu.styles.d.ts +1 -1
  1520. package/internal/Menu/MenuContext/MenuContext.js.map +1 -1
  1521. package/internal/Menu/MenuContext.d.ts +2 -2
  1522. package/internal/Menu/MenuNavigation/MenuNavigation.js.map +1 -1
  1523. package/internal/Menu/MenuNavigation.d.ts +2 -1
  1524. package/internal/Menu/isActiveElement/isActiveElement.js.map +1 -1
  1525. package/internal/Menu/isActiveElement.d.ts +2 -2
  1526. package/internal/MenuMessage/MenuMessage/MenuMessage.js.map +1 -1
  1527. package/internal/MenuMessage/MenuMessage.d.ts +2 -2
  1528. package/internal/MenuMessage/MenuMessage.styles/MenuMessage.styles.js.map +1 -1
  1529. package/internal/MenuMessage/MenuMessage.styles.d.ts +1 -1
  1530. package/internal/MobilePopup/MobilePopup/MobilePopup.js.map +1 -1
  1531. package/internal/MobilePopup/MobilePopup.d.ts +2 -1
  1532. package/internal/MobilePopup/MobilePopup.styles/MobilePopup.styles.js.map +1 -1
  1533. package/internal/MobilePopup/MobilePopup.styles.d.ts +1 -1
  1534. package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter/MobilePopupFooter.js.map +1 -1
  1535. package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles/MobilePopupFooter.styles.js.map +1 -1
  1536. package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.d.ts +1 -1
  1537. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader/MobilePopupHeader.js.map +1 -1
  1538. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles/MobilePopupHeader.styles.js.map +1 -1
  1539. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +1 -1
  1540. package/internal/NativeDateInput/NativeDateInput/NativeDateInput.js.map +1 -1
  1541. package/internal/NativeDateInput/NativeDateInput.d.ts +1 -1
  1542. package/internal/NativeDateInput/utils/utils.js.map +1 -1
  1543. package/internal/NativeDateInput/utils.d.ts +2 -2
  1544. package/internal/PerformanceMetrics/PerformanceMetrics/PerformanceMetrics.js.map +1 -1
  1545. package/internal/Popup/Popup/Popup.js.map +1 -1
  1546. package/internal/Popup/Popup.d.ts +7 -6
  1547. package/internal/Popup/Popup.styles/Popup.styles.js.map +1 -1
  1548. package/internal/Popup/Popup.styles.d.ts +1 -1
  1549. package/internal/Popup/PopupHelper/PopupHelper.js.map +1 -1
  1550. package/internal/Popup/PopupHelper.d.ts +1 -1
  1551. package/internal/Popup/PopupPin/PopupPin.js.map +1 -1
  1552. package/internal/Popup/PopupPin.d.ts +1 -1
  1553. package/internal/Popup/types/types.js.map +1 -1
  1554. package/internal/Popup/types.d.ts +1 -1
  1555. package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
  1556. package/internal/PopupMenu/PopupMenu.d.ts +6 -5
  1557. package/internal/PopupMenu/validatePositions/validatePositions.js.map +1 -1
  1558. package/internal/PopupMenu/validatePositions.d.ts +1 -1
  1559. package/internal/RenderContainer/RenderContainer/RenderContainer.js.map +1 -1
  1560. package/internal/RenderContainer/RenderContainer.d.ts +1 -1
  1561. package/internal/RenderContainer/RenderContainerTypes/RenderContainerTypes.js.map +1 -1
  1562. package/internal/RenderContainer/RenderContainerTypes.d.ts +3 -3
  1563. package/internal/RenderContainer/RenderInnerContainer/RenderInnerContainer.js.map +1 -1
  1564. package/internal/RenderContainer/RenderInnerContainer.d.ts +2 -2
  1565. package/internal/RenderLayer/RenderLayer/RenderLayer.js.map +1 -1
  1566. package/internal/RenderLayer/RenderLayer.d.ts +2 -2
  1567. package/internal/ThemePlayground/AnotherInputsPlayground/AnotherInputsPlayground.js.map +1 -1
  1568. package/internal/ThemePlayground/AnotherInputsPlayground.d.ts +2 -2
  1569. package/internal/ThemePlayground/CheckboxPlayground/CheckboxPlayground.js.map +1 -1
  1570. package/internal/ThemePlayground/ComponentsGroup/ComponentsGroup.js.map +1 -1
  1571. package/internal/ThemePlayground/ComponentsGroup.d.ts +1 -1
  1572. package/internal/ThemePlayground/CurrencyInputPlayground/CurrencyInputPlayground.js.map +1 -1
  1573. package/internal/ThemePlayground/CurrencyInputPlayground.d.ts +2 -2
  1574. package/internal/ThemePlayground/Playground/Playground.js.map +1 -1
  1575. package/internal/ThemePlayground/Playground.styles/Playground.styles.js.map +1 -1
  1576. package/internal/ThemePlayground/Playground.styles.d.ts +1 -1
  1577. package/internal/ThemePlayground/RadioPlayground/RadioPlayground.js.map +1 -1
  1578. package/internal/ThemePlayground/SelectPlayground/SelectPlayground.js.map +1 -1
  1579. package/internal/ThemePlayground/SelectPlayground.d.ts +1 -1
  1580. package/internal/ThemePlayground/SizesGroup/SizesGroup.js.map +1 -1
  1581. package/internal/ThemePlayground/SizesGroup.d.ts +1 -1
  1582. package/internal/ThemePlayground/SwitcherPlayground/SwitcherPlayground.js.map +1 -1
  1583. package/internal/ThemePlayground/SwitcherPlayground.d.ts +1 -1
  1584. package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js.map +1 -1
  1585. package/internal/ThemePlayground/ThemeContextPlayground.d.ts +4 -3
  1586. package/internal/ThemePlayground/ThemeEditor/ThemeEditor.js.map +1 -1
  1587. package/internal/ThemePlayground/ThemeEditor.d.ts +2 -2
  1588. package/internal/ThemePlayground/UnlinkVarsPlayground/UnlinkVarsPlayground.js.map +1 -1
  1589. package/internal/ThemePlayground/VariableValue/VariableValue.js.map +1 -1
  1590. package/internal/ThemePlayground/VariableValue.d.ts +1 -1
  1591. package/internal/ThemePlayground/__creevey__/Theme5_0.stories.d.ts +1 -1
  1592. package/internal/ThemePlayground/constants/constants.js.map +1 -1
  1593. package/internal/ThemePlayground/constants.d.ts +1 -1
  1594. package/internal/ThemeShowcase/ThemeShowcase/ThemeShowcase.js.map +1 -1
  1595. package/internal/ThemeShowcase/ThemeShowcase.d.ts +1 -1
  1596. package/internal/ThemeShowcase/ThemeShowcase.styles/ThemeShowcase.styles.js.map +1 -1
  1597. package/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +1 -1
  1598. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js.map +1 -1
  1599. package/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  1600. package/internal/ZIndex/ZIndex/ZIndex.js.map +1 -1
  1601. package/internal/ZIndex/ZIndex.d.ts +1 -1
  1602. package/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon16Light/ArrowALeftIcon16Light.js.map +1 -1
  1603. package/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon16Light.d.ts +1 -1
  1604. package/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon20Light/ArrowALeftIcon20Light.js.map +1 -1
  1605. package/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon20Light.d.ts +1 -1
  1606. package/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon24Regular/ArrowALeftIcon24Regular.js.map +1 -1
  1607. package/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon24Regular.d.ts +1 -1
  1608. package/internal/icons2022/ArrowARightIcon/ArrowARightIcon16Light/ArrowARightIcon16Light.js.map +1 -1
  1609. package/internal/icons2022/ArrowARightIcon/ArrowARightIcon16Light.d.ts +1 -1
  1610. package/internal/icons2022/ArrowARightIcon/ArrowARightIcon20Light/ArrowARightIcon20Light.js.map +1 -1
  1611. package/internal/icons2022/ArrowARightIcon/ArrowARightIcon20Light.d.ts +1 -1
  1612. package/internal/icons2022/ArrowARightIcon/ArrowARightIcon24Regular/ArrowARightIcon24Regular.js.map +1 -1
  1613. package/internal/icons2022/ArrowARightIcon/ArrowARightIcon24Regular.d.ts +1 -1
  1614. package/internal/icons2022/ArrowAUpIcon/ArrowAUp16Light/ArrowAUp16Light.js.map +1 -1
  1615. package/internal/icons2022/ArrowAUpIcon/ArrowAUp16Light.d.ts +1 -1
  1616. package/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon16Regular/ArrowCDownIcon16Regular.js.map +1 -1
  1617. package/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon16Regular.d.ts +1 -1
  1618. package/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon20Regular/ArrowCDownIcon20Regular.js.map +1 -1
  1619. package/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon20Regular.d.ts +1 -1
  1620. package/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon24Regular/ArrowCDownIcon24Regular.js.map +1 -1
  1621. package/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon24Regular.d.ts +1 -1
  1622. package/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon16Light/ArrowCRightIcon16Light.js.map +1 -1
  1623. package/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon16Light.d.ts +1 -1
  1624. package/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon20Light/ArrowCRightIcon20Light.js.map +1 -1
  1625. package/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon20Light.d.ts +1 -1
  1626. package/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon24Regular/ArrowCRightIcon24Regular.js.map +1 -1
  1627. package/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon24Regular.d.ts +1 -1
  1628. package/internal/icons2022/ArrowCUpIcon/ArrowCUpIcon16Regular/ArrowCUpIcon16Regular.js.map +1 -1
  1629. package/internal/icons2022/ArrowCUpIcon/ArrowCUpIcon16Regular.d.ts +1 -1
  1630. package/internal/icons2022/ArrowCollapseCVOpenIcon/ArrowCollapseCVOpenIcon16Regular/ArrowCollapseCVOpenIcon16Regular.js.map +1 -1
  1631. package/internal/icons2022/ArrowCollapseCVOpenIcon/ArrowCollapseCVOpenIcon16Regular.d.ts +1 -1
  1632. package/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon16Light/ArrowShapeDRadiusUpLeftIcon16Light.js.map +1 -1
  1633. package/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon16Light.d.ts +1 -1
  1634. package/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon20Light/ArrowShapeDRadiusUpLeftIcon20Light.js.map +1 -1
  1635. package/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon20Light.d.ts +1 -1
  1636. package/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon24Regular/ArrowShapeDRadiusUpLeftIcon24Regular.js.map +1 -1
  1637. package/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon24Regular.d.ts +1 -1
  1638. package/internal/icons2022/BaseIcon/BaseIcon.js.map +1 -1
  1639. package/internal/icons2022/BaseIcon.d.ts +1 -1
  1640. package/internal/icons2022/CalendarIcon/CalendarIcon16Light/CalendarIcon16Light.js.map +1 -1
  1641. package/internal/icons2022/CalendarIcon/CalendarIcon16Light.d.ts +1 -1
  1642. package/internal/icons2022/CalendarIcon/CalendarIcon20Light/CalendarIcon20Light.js.map +1 -1
  1643. package/internal/icons2022/CalendarIcon/CalendarIcon20Light.d.ts +1 -1
  1644. package/internal/icons2022/CalendarIcon/CalendarIcon24Regular/CalendarIcon24Regular.js.map +1 -1
  1645. package/internal/icons2022/CalendarIcon/CalendarIcon24Regular.d.ts +1 -1
  1646. package/internal/icons2022/CheckAIcon/CheckAIcon16Light/CheckAIcon16Light.js.map +1 -1
  1647. package/internal/icons2022/CheckAIcon/CheckAIcon16Light.d.ts +1 -1
  1648. package/internal/icons2022/CheckAIcon/CheckAIcon16Regular/CheckAIcon16Regular.js.map +1 -1
  1649. package/internal/icons2022/CheckAIcon/CheckAIcon16Regular.d.ts +1 -1
  1650. package/internal/icons2022/CheckAIcon/CheckAIcon16Solid/CheckAIcon16Solid.js.map +1 -1
  1651. package/internal/icons2022/CheckAIcon/CheckAIcon16Solid.d.ts +1 -1
  1652. package/internal/icons2022/CheckAIcon/CheckAIcon20Light/CheckAIcon20Light.js.map +1 -1
  1653. package/internal/icons2022/CheckAIcon/CheckAIcon20Light.d.ts +1 -1
  1654. package/internal/icons2022/CheckAIcon/CheckAIcon20Solid/CheckAIcon20Solid.js.map +1 -1
  1655. package/internal/icons2022/CheckAIcon/CheckAIcon20Solid.d.ts +1 -1
  1656. package/internal/icons2022/CheckAIcon/CheckAIcon24Regular/CheckAIcon24Regular.js.map +1 -1
  1657. package/internal/icons2022/CheckAIcon/CheckAIcon24Regular.d.ts +1 -1
  1658. package/internal/icons2022/EyeClosedIcon/EyeClosedIcon16Light/EyeClosedIcon16Light.js.map +1 -1
  1659. package/internal/icons2022/EyeClosedIcon/EyeClosedIcon16Light.d.ts +1 -1
  1660. package/internal/icons2022/EyeClosedIcon/EyeClosedIcon20Light/EyeClosedIcon20Light.js.map +1 -1
  1661. package/internal/icons2022/EyeClosedIcon/EyeClosedIcon20Light.d.ts +1 -1
  1662. package/internal/icons2022/EyeClosedIcon/EyeClosedIcon24Regular/EyeClosedIcon24Regular.js.map +1 -1
  1663. package/internal/icons2022/EyeClosedIcon/EyeClosedIcon24Regular.d.ts +1 -1
  1664. package/internal/icons2022/EyeOpenIcon/EyeOpenIcon16Light/EyeOpenIcon16Light.js.map +1 -1
  1665. package/internal/icons2022/EyeOpenIcon/EyeOpenIcon16Light.d.ts +1 -1
  1666. package/internal/icons2022/EyeOpenIcon/EyeOpenIcon20Light/EyeOpenIcon20Light.js.map +1 -1
  1667. package/internal/icons2022/EyeOpenIcon/EyeOpenIcon20Light.d.ts +1 -1
  1668. package/internal/icons2022/EyeOpenIcon/EyeOpenIcon24Regular/EyeOpenIcon24Regular.js.map +1 -1
  1669. package/internal/icons2022/EyeOpenIcon/EyeOpenIcon24Regular.d.ts +1 -1
  1670. package/internal/icons2022/InfoCircleIcon/InfoCircleIcon64Regular/InfoCircleIcon64Regular.js.map +1 -1
  1671. package/internal/icons2022/InfoCircleIcon/InfoCircleIcon64Regular.d.ts +1 -1
  1672. package/internal/icons2022/LoadingIcon/LoadingIcon.js.map +1 -1
  1673. package/internal/icons2022/LoadingIcon.d.ts +1 -1
  1674. package/internal/icons2022/MathFunctionIcon/MathFunctionIcon16Light/MathFunctionIcon16Light.js.map +1 -1
  1675. package/internal/icons2022/MathFunctionIcon/MathFunctionIcon16Light.d.ts +1 -1
  1676. package/internal/icons2022/MathFunctionIcon/MathFunctionIcon20Light/MathFunctionIcon20Light.js.map +1 -1
  1677. package/internal/icons2022/MathFunctionIcon/MathFunctionIcon20Light.d.ts +1 -1
  1678. package/internal/icons2022/MathFunctionIcon/MathFunctionIcon24Regular/MathFunctionIcon24Regular.js.map +1 -1
  1679. package/internal/icons2022/MathFunctionIcon/MathFunctionIcon24Regular.d.ts +1 -1
  1680. package/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Light/MinusCircleIcon16Light.js.map +1 -1
  1681. package/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Light.d.ts +1 -1
  1682. package/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Regular/MinusCircleIcon16Regular.js.map +1 -1
  1683. package/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Regular.d.ts +1 -1
  1684. package/internal/icons2022/MinusCircleIcon/MinusCircleIcon20Light/MinusCircleIcon20Light.js.map +1 -1
  1685. package/internal/icons2022/MinusCircleIcon/MinusCircleIcon20Light.d.ts +1 -1
  1686. package/internal/icons2022/MinusCircleIcon/MinusCircleIcon24Regular/MinusCircleIcon24Regular.js.map +1 -1
  1687. package/internal/icons2022/MinusCircleIcon/MinusCircleIcon24Regular.d.ts +1 -1
  1688. package/internal/icons2022/NetUploadIcon/NetUploadIcon16Light/NetUploadIcon16Light.js.map +1 -1
  1689. package/internal/icons2022/NetUploadIcon/NetUploadIcon16Light.d.ts +1 -1
  1690. package/internal/icons2022/NetUploadIcon/NetUploadIcon20Light/NetUploadIcon20Light.js.map +1 -1
  1691. package/internal/icons2022/NetUploadIcon/NetUploadIcon20Light.d.ts +1 -1
  1692. package/internal/icons2022/NetUploadIcon/NetUploadIcon24Regular/NetUploadIcon24Regular.js.map +1 -1
  1693. package/internal/icons2022/NetUploadIcon/NetUploadIcon24Regular.d.ts +1 -1
  1694. package/internal/icons2022/QuestionCircleIcon/QuestionCircleIcon16Solid/QuestionCircleIcon16Solid.js.map +1 -1
  1695. package/internal/icons2022/QuestionCircleIcon/QuestionCircleIcon16Solid.d.ts +1 -1
  1696. package/internal/icons2022/SearchLoupeIcon/SearchLoupeIcon16Regular/SearchLoupeIcon16Regular.js.map +1 -1
  1697. package/internal/icons2022/SearchLoupeIcon/SearchLoupeIcon16Regular.d.ts +1 -1
  1698. package/internal/icons2022/ShapeSquareIcon/ShapeSquareIcon16Solid/ShapeSquareIcon16Solid.js.map +1 -1
  1699. package/internal/icons2022/ShapeSquareIcon/ShapeSquareIcon16Solid.d.ts +1 -1
  1700. package/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon16Light/UiMenuDotsThreeVIcon16Light.js.map +1 -1
  1701. package/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon16Light.d.ts +1 -1
  1702. package/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon20Regular/UiMenuDotsThreeVIcon20Regular.js.map +1 -1
  1703. package/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon20Regular.d.ts +1 -1
  1704. package/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon24Regular/UiMenuDotsThreeVIcon24Regular.js.map +1 -1
  1705. package/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon24Regular.d.ts +1 -1
  1706. package/internal/icons2022/XIcon/XIcon16Light/XIcon16Light.js.map +1 -1
  1707. package/internal/icons2022/XIcon/XIcon16Light.d.ts +1 -1
  1708. package/internal/icons2022/XIcon/XIcon16Regular/XIcon16Regular.js.map +1 -1
  1709. package/internal/icons2022/XIcon/XIcon16Regular.d.ts +1 -1
  1710. package/internal/icons2022/XIcon/XIcon20Light/XIcon20Light.js.map +1 -1
  1711. package/internal/icons2022/XIcon/XIcon20Light.d.ts +1 -1
  1712. package/internal/icons2022/XIcon/XIcon20Regular/XIcon20Regular.js.map +1 -1
  1713. package/internal/icons2022/XIcon/XIcon20Regular.d.ts +1 -1
  1714. package/internal/icons2022/XIcon/XIcon24Regular/XIcon24Regular.js.map +1 -1
  1715. package/internal/icons2022/XIcon/XIcon24Regular.d.ts +1 -1
  1716. package/internal/icons2022/iconSizer/iconSizer.js.map +1 -1
  1717. package/internal/icons2022/iconSizer.d.ts +2 -2
  1718. package/lib/InstanceWithAnchorElement/InstanceWithAnchorElement.js.map +1 -1
  1719. package/lib/InstanceWithAnchorElement.d.ts +1 -1
  1720. package/lib/ModalStack/ModalStack.js.map +1 -1
  1721. package/lib/ModalStack.d.ts +1 -1
  1722. package/lib/callChildRef/callChildRef/callChildRef.js.map +1 -1
  1723. package/lib/callChildRef/callChildRef.d.ts +2 -2
  1724. package/lib/createPropsGetter/createPropsGetter.js.map +1 -1
  1725. package/lib/createPropsGetter.d.ts +1 -1
  1726. package/lib/date/InternalDate/InternalDate.js.map +1 -1
  1727. package/lib/date/InternalDate.d.ts +2 -1
  1728. package/lib/date/InternalDateCalculator/InternalDateCalculator.js.map +1 -1
  1729. package/lib/date/InternalDateCalculator.d.ts +2 -1
  1730. package/lib/date/InternalDateGetter/InternalDateGetter.js.map +1 -1
  1731. package/lib/date/InternalDateGetter.d.ts +3 -2
  1732. package/lib/date/InternalDateSetter/InternalDateSetter.js.map +1 -1
  1733. package/lib/date/InternalDateSetter.d.ts +3 -2
  1734. package/lib/date/InternalDateTransformer/InternalDateTransformer.js.map +1 -1
  1735. package/lib/date/InternalDateTransformer.d.ts +2 -1
  1736. package/lib/date/InternalDateValidator/InternalDateValidator.js.map +1 -1
  1737. package/lib/date/InternalDateValidator.d.ts +3 -2
  1738. package/lib/date/localeSets/localeSets.js.map +1 -1
  1739. package/lib/date/localeSets.d.ts +1 -1
  1740. package/lib/date/types/types.js.map +1 -1
  1741. package/lib/date/types.d.ts +1 -1
  1742. package/lib/dom/getDOMRect/getDOMRect.js.map +1 -1
  1743. package/lib/dom/getDOMRect.d.ts +1 -1
  1744. package/lib/dom/tabbableHelpers/tabbableHelpers.js.map +1 -1
  1745. package/lib/dom/tabbableHelpers.d.ts +2 -2
  1746. package/lib/events/fixFirefoxModifiedClickOnLabel/fixFirefoxModifiedClickOnLabel.js.map +1 -1
  1747. package/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +1 -1
  1748. package/lib/events/keyboard/extractCode/extractCode.js.map +1 -1
  1749. package/lib/extractKeyboardAction/extractKeyboardAction.js.map +1 -1
  1750. package/lib/extractKeyboardAction.d.ts +1 -1
  1751. package/lib/featureFlagsContext/FeatureFlagsHelpers/FeatureFlagsHelpers.js.map +1 -1
  1752. package/lib/featureFlagsContext/FeatureFlagsHelpers.d.ts +1 -1
  1753. package/lib/getDisplayName/getDisplayName.js.map +1 -1
  1754. package/lib/getDisplayName.d.ts +2 -2
  1755. package/lib/locale/LocaleContext/LocaleContext.js.map +1 -1
  1756. package/lib/locale/LocaleContext.d.ts +1 -1
  1757. package/lib/locale/LocaleHelper/LocaleHelper.js.map +1 -1
  1758. package/lib/locale/LocaleHelper.d.ts +1 -1
  1759. package/lib/locale/decorators/decorators.js.map +1 -1
  1760. package/lib/locale/decorators.d.ts +3 -3
  1761. package/lib/locale/types/types.js.map +1 -1
  1762. package/lib/locale/types.d.ts +10 -10
  1763. package/lib/locale/useLocaleForControl/useLocaleForControl.js.map +1 -1
  1764. package/lib/locale/useLocaleForControl.d.ts +2 -2
  1765. package/lib/mergeRefs/mergeRefs.js.map +1 -1
  1766. package/lib/mergeRefs.d.ts +1 -1
  1767. package/lib/rootNode/getRootNode/getRootNode.js.map +1 -1
  1768. package/lib/rootNode/getRootNode.d.ts +2 -2
  1769. package/lib/rootNode/rootNodeDecorator/rootNodeDecorator.js.map +1 -1
  1770. package/lib/rootNode/rootNodeDecorator.d.ts +2 -2
  1771. package/lib/styles/ColorFactory/ColorFactory.js.map +1 -1
  1772. package/lib/styles/ColorFunctions/ColorFunctions.js.map +1 -1
  1773. package/lib/styles/ColorObject/ColorObject.js.map +1 -1
  1774. package/lib/styles/ColorObject.d.ts +1 -1
  1775. package/lib/taskWithDelayAndMinimalDuration/taskWithDelayAndMinimalDuration.js.map +1 -1
  1776. package/lib/theming/AnimationKeyframes/AnimationKeyframes.js.map +1 -1
  1777. package/lib/theming/AnimationKeyframes.d.ts +1 -1
  1778. package/lib/theming/Emotion/Emotion.js.map +1 -1
  1779. package/lib/theming/Emotion.d.ts +1 -1
  1780. package/lib/theming/Theme/Theme.js.map +1 -1
  1781. package/lib/theming/Theme.d.ts +2 -1
  1782. package/lib/theming/ThemeFactory/ThemeFactory.js.map +1 -1
  1783. package/lib/theming/ThemeFactory.d.ts +2 -2
  1784. package/lib/theming/ThemeHelpers/ThemeHelpers.js.map +1 -1
  1785. package/lib/theming/ThemeHelpers.d.ts +2 -2
  1786. package/lib/types/polymorphic-component/polymorphic-component.js.map +1 -1
  1787. package/lib/types/polymorphic-component.d.ts +2 -2
  1788. package/lib/withClassWrapper/withClassWrapper.js.map +1 -1
  1789. package/lib/withClassWrapper.d.ts +1 -1
  1790. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { Theme } from '../../lib/theming/Theme';
1
+ import type { Theme } from '../../lib/theming/Theme';
2
2
  export declare const styles: {
3
3
  root(): string;
4
4
  mobileRoot(): string;
@@ -1 +1 @@
1
- {"version":3,"names":["_Emotion","require","_Mixins","_templateObject","_templateObject2","_templateObject3","_templateObject4","_templateObject5","_templateObject6","_templateObject7","_templateObject8","_templateObject9","_templateObject10","_templateObject11","_templateObject12","_templateObject13","_templateObject14","_templateObject15","_templateObject16","_templateObject17","_templateObject18","_templateObject19","_templateObject20","_templateObject21","_templateObject22","_templateObject23","_templateObject24","_templateObject25","_templateObject26","_templateObject27","_templateObject28","_templateObject29","_templateObject30","_templateObject31","_templateObject32","_templateObject33","_templateObject34","_templateObject35","_templateObject36","_templateObject37","_templateObject38","_templateObject39","_templateObject40","_templateObject41","_templateObject42","_templateObject43","_templateObject44","_templateObject45","_templateObject46","_templateObject47","_templateObject48","_templateObject49","_templateObject50","_templateObject51","_templateObject52","styles","exports","memoizeStyle","root","css","_taggedTemplateLiteralLoose2","default","mobileRoot","overlay","body","t","modalBodyTextColor","mobileBody","container","sidePagePaddingLeft","sidePagePaddingRight","mobileContainer","mobileSidePagePaddingLeft","mobileSidePagePaddingRight","mobileSidePagePaddingBottom","containerWithoutHeader","sidePagePaddingTop","mobileContainerWithoutHeader","mobileSidePagePaddingTop","containerWithoutFooter","sidePagePaddingBottom","containerWithPanel","focusLock","wrapper","sidePageBgDefault","wrapperLeft","wrapperMarginLeft","wrapperMarginRight","headerWrapper","header","sidePageHeaderFontSize","sidePageHeaderLineHeight","sidePageHeaderPaddingTop","sidePageHeaderPaddingBottom","sidePageHeaderTextColor","sidePageHeaderFontWeight","mobileHeader","mobileSidePageHeaderFontSize","mobileSidePageHeaderLineHeight","mobileSidePageHeaderPaddingTop","mobileSidePageHeaderPaddingBottom","headerFixed","sidePageHeaderFixedFontSize","sidePageHeaderFixedLineHeight","sidePageHeaderFixedPaddingY","sidePageFixedHeaderShadow","title","paddingRight","parseInt","sidePageCloseButtonPadding","sidePageCloseIconSize","title5_1","sidePageCloseButtonClickAreaLeft","sidePageCloseButtonClickAreaRight","mobileTitle","mobileSidePageCloseButtonPadding","titleFixed","background","backgroundGray","sidePageBackingBg","sidePageBackingBgOpacity","shadow","sidePageContainerShadow","close","resetButton","sidePageCloseButtonColor","sidePageCloseButtonClickArea","sidePageCloseButtonHoverColor","close5_1","sidePageCloseButtonClickAreaTop","sidePageCloseButtonClickAreaBottom","closeSticky","sidePageCloseButtonFixedClickAreaTop","sidePageCloseButtonFixedClickAreaBottom","closeMobile","mobileSidePageCloseButtonClickArea","closeFocus","borderColorFocus","closeFocus5_1","wrapperClose","sidePageCloseButtonWrapperOffsetTop","wrapperClose5_1","mobileWrapperClose","mobileSidePageCloseButtonRightPadding","mobileWrapperClose5_1","panel","sidePageFooterPanelBg","sidePageFooterPanelPaddingTop","sidePageFooterPanelPaddingBottom","wrapperCloseFixed","wrapperCloseFixed5_1","sidePageCloseButtonWrapperFixedOffsetTop","footerWrapper","footer","sidePageFooterTextColor","positionStatic","footerContent","sidePageFooterPaddingTop","sidePageFooterPaddingBottom","mobileFooterContent","mobileSidePageFooterPadding","footerFixed","sidePageFixedFooterShadow","panelFixed","sidePageFixedPanelShadow","transitionLeft","transitionRight","transitionActive","transitionLeave","transitionLeaveActive"],"sources":["SidePage.styles.ts"],"sourcesContent":["import { css, memoizeStyle } from '../../lib/theming/Emotion';\nimport { Theme } from '../../lib/theming/Theme';\nimport { resetButton } from '../../lib/styles/Mixins';\n\nexport const styles = memoizeStyle({\n root() {\n return css`\n height: 100%;\n position: fixed;\n top: 0;\n `;\n },\n\n mobileRoot() {\n return css`\n width: 100%;\n `;\n },\n\n overlay() {\n return css`\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n `;\n },\n\n body(t: Theme) {\n return css`\n flex: 1 0 auto;\n z-index: 0;\n color: ${t.modalBodyTextColor};\n `;\n },\n\n mobileBody() {\n return css`\n font-size: 16px;\n line-height: 22px;\n `;\n },\n\n container(t: Theme) {\n return css`\n padding-left: ${t.sidePagePaddingLeft};\n padding-right: ${t.sidePagePaddingRight};\n `;\n },\n\n mobileContainer(t: Theme) {\n return css`\n padding-left: ${t.mobileSidePagePaddingLeft};\n padding-right: ${t.mobileSidePagePaddingRight};\n padding-bottom: ${t.mobileSidePagePaddingBottom};\n `;\n },\n\n containerWithoutHeader(t: Theme) {\n return css`\n padding-top: ${t.sidePagePaddingTop};\n `;\n },\n\n mobileContainerWithoutHeader(t: Theme) {\n return css`\n padding-top: ${t.mobileSidePagePaddingTop};\n `;\n },\n\n containerWithoutFooter(t: Theme) {\n return css`\n padding-bottom: ${t.sidePagePaddingBottom};\n `;\n },\n\n containerWithPanel(t: Theme) {\n return css`\n padding-bottom: ${t.sidePagePaddingBottom};\n `;\n },\n\n focusLock() {\n return css`\n height: 100%;\n `;\n },\n\n wrapper(t: Theme) {\n return css`\n background: ${t.sidePageBgDefault};\n float: right;\n height: 100%;\n width: 100%;\n overflow-y: auto;\n position: relative;\n white-space: normal;\n align-items: stretch;\n display: flex;\n flex-direction: column;\n `;\n },\n\n wrapperLeft() {\n return css`\n float: left;\n `;\n },\n\n wrapperMarginLeft() {\n return css`\n margin-left: 20px;\n `;\n },\n\n wrapperMarginRight() {\n return css`\n margin-right: 20px;\n `;\n },\n\n headerWrapper() {\n return css`\n flex: 0 0 auto;\n `;\n },\n\n header(t: Theme) {\n return css`\n font-size: ${t.sidePageHeaderFontSize};\n line-height: ${t.sidePageHeaderLineHeight};\n padding: ${t.sidePageHeaderPaddingTop} 0 ${t.sidePageHeaderPaddingBottom};\n width: 100%;\n position: relative;\n color: ${t.sidePageHeaderTextColor};\n font-weight: ${t.sidePageHeaderFontWeight};\n `;\n },\n\n mobileHeader(t: Theme) {\n return css`\n font-size: ${t.mobileSidePageHeaderFontSize};\n line-height: ${t.mobileSidePageHeaderLineHeight};\n padding: ${t.mobileSidePageHeaderPaddingTop} 0 ${t.mobileSidePageHeaderPaddingBottom};\n `;\n },\n\n headerFixed(t: Theme) {\n return css`\n background: ${t.sidePageBgDefault};\n font-size: ${t.sidePageHeaderFixedFontSize};\n line-height: ${t.sidePageHeaderFixedLineHeight};\n padding: ${t.sidePageHeaderFixedPaddingY} 0;\n\n &:after {\n bottom: 0px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ${t.sidePageFixedHeaderShadow};\n }\n `;\n },\n\n title(t: Theme) {\n const paddingRight = parseInt(t.sidePageCloseButtonPadding) * 2 + parseInt(t.sidePageCloseIconSize);\n return css`\n padding-left: ${t.sidePagePaddingLeft};\n padding-right: ${paddingRight}px;\n `;\n },\n\n title5_1(t: Theme) {\n const paddingRight =\n parseInt(t.sidePageCloseButtonClickAreaLeft) +\n parseInt(t.sidePageCloseIconSize) +\n parseInt(t.sidePageCloseButtonClickAreaRight);\n return css`\n padding-right: ${paddingRight}px;\n `;\n },\n\n mobileTitle(t: Theme) {\n const paddingRight = parseInt(t.mobileSidePageCloseButtonPadding) * 2 + parseInt(t.sidePageCloseIconSize);\n return css`\n padding-left: ${t.mobileSidePagePaddingLeft};\n padding-right: ${paddingRight}px;\n `;\n },\n\n titleFixed() {\n return css`\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n `;\n },\n\n background() {\n return css`\n height: 100%;\n position: absolute;\n width: 100%;\n `;\n },\n\n backgroundGray(t: Theme) {\n return css`\n background: ${t.sidePageBackingBg};\n opacity: ${t.sidePageBackingBgOpacity};\n `;\n },\n\n shadow(t: Theme) {\n return css`\n box-shadow: ${t.sidePageContainerShadow};\n `;\n },\n\n close(t: Theme) {\n return css`\n ${resetButton()};\n cursor: pointer;\n color: ${t.sidePageCloseButtonColor};\n padding: ${t.sidePageCloseButtonClickArea};\n margin: -${t.sidePageCloseButtonClickArea};\n font-size: 0;\n\n &:focus,\n &:hover {\n color: ${t.sidePageCloseButtonHoverColor};\n }\n\n & > svg {\n width: ${t.sidePageCloseIconSize};\n height: ${t.sidePageCloseIconSize};\n box-sizing: content-box;\n }\n `;\n },\n\n close5_1(t: Theme) {\n return css`\n padding-top: ${t.sidePageCloseButtonClickAreaTop};\n margin-top: -${t.sidePageCloseButtonClickAreaTop};\n padding-right: ${t.sidePageCloseButtonClickAreaRight};\n margin-right: -${t.sidePageCloseButtonClickAreaRight};\n padding-bottom: ${t.sidePageCloseButtonClickAreaBottom};\n margin-bottom: -${t.sidePageCloseButtonClickAreaBottom};\n padding-left: ${t.sidePageCloseButtonClickAreaLeft};\n margin-left: -${t.sidePageCloseButtonClickAreaLeft};\n `;\n },\n\n closeSticky(t: Theme) {\n return css`\n padding-top: ${t.sidePageCloseButtonFixedClickAreaTop};\n margin-top: -${t.sidePageCloseButtonFixedClickAreaTop};\n padding-bottom: ${t.sidePageCloseButtonFixedClickAreaBottom};\n margin-bottom: -${t.sidePageCloseButtonFixedClickAreaBottom};\n `;\n },\n\n closeMobile(t: Theme) {\n return css`\n padding: ${t.mobileSidePageCloseButtonClickArea};\n margin: -${t.mobileSidePageCloseButtonClickArea};\n font-size: 0;\n `;\n },\n\n closeFocus(t: Theme) {\n return css`\n outline: 2px solid ${t.borderColorFocus};\n `;\n },\n\n closeFocus5_1(t: Theme) {\n return css`\n box-shadow: inset 0 0 0 2px ${t.borderColorFocus};\n border-radius: 4px;\n `;\n },\n\n wrapperClose(t: Theme) {\n return css`\n box-sizing: border-box;\n height: 100%;\n line-height: ${t.sidePageHeaderLineHeight};\n padding: ${t.sidePageHeaderPaddingTop} 0 ${t.sidePageHeaderPaddingBottom};\n position: absolute;\n right: ${t.sidePageCloseButtonPadding};\n top: ${t.sidePageCloseButtonWrapperOffsetTop};\n `;\n },\n\n wrapperClose5_1(t: Theme) {\n return css`\n right: ${t.sidePageCloseButtonClickAreaRight};\n `;\n },\n\n mobileWrapperClose(t: Theme) {\n return css`\n line-height: ${t.mobileSidePageHeaderLineHeight};\n padding: ${t.mobileSidePageHeaderPaddingTop} 0 ${t.mobileSidePageHeaderPaddingBottom};\n right: ${t.mobileSidePageCloseButtonRightPadding};\n `;\n },\n\n mobileWrapperClose5_1(t: Theme) {\n return css`\n right: ${t.mobileSidePageCloseButtonPadding};\n `;\n },\n\n panel(t: Theme) {\n return css`\n background: ${t.sidePageFooterPanelBg};\n padding: ${t.sidePageFooterPanelPaddingTop} ${t.sidePagePaddingRight} ${t.sidePageFooterPanelPaddingBottom}\n ${t.sidePagePaddingLeft};\n `;\n },\n\n wrapperCloseFixed(t: Theme) {\n return css`\n line-height: ${t.sidePageHeaderFixedLineHeight};\n padding: ${t.sidePageHeaderFixedPaddingY} 0;\n `;\n },\n\n wrapperCloseFixed5_1(t: Theme) {\n return css`\n top: ${t.sidePageCloseButtonWrapperFixedOffsetTop};\n `;\n },\n\n footerWrapper() {\n return css`\n flex: 0 0 auto;\n `;\n },\n\n footer(t: Theme) {\n return css`\n bottom: 0;\n position: fixed;\n z-index: 10;\n color: ${t.sidePageFooterTextColor};\n `;\n },\n\n positionStatic() {\n return css`\n position: static;\n `;\n },\n\n footerContent(t: Theme) {\n return css`\n padding: ${t.sidePageFooterPaddingTop} ${t.sidePagePaddingRight} ${t.sidePageFooterPaddingBottom}\n ${t.sidePagePaddingLeft};\n `;\n },\n\n mobileFooterContent(t: Theme) {\n return css`\n display: flex;\n flex-flow: column nowrap;\n padding: ${t.mobileSidePageFooterPadding};\n `;\n },\n\n footerFixed(t: Theme) {\n return css`\n background: ${t.sidePageBgDefault};\n\n &:before {\n top: 0px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ${t.sidePageFixedFooterShadow};\n }\n `;\n },\n\n panelFixed(t: Theme) {\n return css`\n &:before {\n box-shadow: ${t.sidePageFixedPanelShadow};\n }\n `;\n },\n\n transitionLeft() {\n return css`\n transform: translateX(100px);\n `;\n },\n\n transitionRight() {\n return css`\n transform: translateX(-100px);\n `;\n },\n\n transitionActive() {\n return css`\n transition:\n transform 0.18s cubic-bezier(0.22, 0.61, 0.36, 1),\n opacity 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);\n opacity: 1 !important;\n transform: translate(0, 0) !important;\n `;\n },\n\n transitionLeave() {\n return css`\n opacity: 1;\n `;\n },\n\n transitionLeaveActive() {\n return css`\n opacity: 0.01 !important;\n transition: opacity 0.15s ease-out;\n `;\n },\n});\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_Emotion","require","_Mixins","_templateObject","_templateObject2","_templateObject3","_templateObject4","_templateObject5","_templateObject6","_templateObject7","_templateObject8","_templateObject9","_templateObject10","_templateObject11","_templateObject12","_templateObject13","_templateObject14","_templateObject15","_templateObject16","_templateObject17","_templateObject18","_templateObject19","_templateObject20","_templateObject21","_templateObject22","_templateObject23","_templateObject24","_templateObject25","_templateObject26","_templateObject27","_templateObject28","_templateObject29","_templateObject30","_templateObject31","_templateObject32","_templateObject33","_templateObject34","_templateObject35","_templateObject36","_templateObject37","_templateObject38","_templateObject39","_templateObject40","_templateObject41","_templateObject42","_templateObject43","_templateObject44","_templateObject45","_templateObject46","_templateObject47","_templateObject48","_templateObject49","_templateObject50","_templateObject51","_templateObject52","styles","exports","memoizeStyle","root","css","_taggedTemplateLiteralLoose2","default","mobileRoot","overlay","body","t","modalBodyTextColor","mobileBody","container","sidePagePaddingLeft","sidePagePaddingRight","mobileContainer","mobileSidePagePaddingLeft","mobileSidePagePaddingRight","mobileSidePagePaddingBottom","containerWithoutHeader","sidePagePaddingTop","mobileContainerWithoutHeader","mobileSidePagePaddingTop","containerWithoutFooter","sidePagePaddingBottom","containerWithPanel","focusLock","wrapper","sidePageBgDefault","wrapperLeft","wrapperMarginLeft","wrapperMarginRight","headerWrapper","header","sidePageHeaderFontSize","sidePageHeaderLineHeight","sidePageHeaderPaddingTop","sidePageHeaderPaddingBottom","sidePageHeaderTextColor","sidePageHeaderFontWeight","mobileHeader","mobileSidePageHeaderFontSize","mobileSidePageHeaderLineHeight","mobileSidePageHeaderPaddingTop","mobileSidePageHeaderPaddingBottom","headerFixed","sidePageHeaderFixedFontSize","sidePageHeaderFixedLineHeight","sidePageHeaderFixedPaddingY","sidePageFixedHeaderShadow","title","paddingRight","parseInt","sidePageCloseButtonPadding","sidePageCloseIconSize","title5_1","sidePageCloseButtonClickAreaLeft","sidePageCloseButtonClickAreaRight","mobileTitle","mobileSidePageCloseButtonPadding","titleFixed","background","backgroundGray","sidePageBackingBg","sidePageBackingBgOpacity","shadow","sidePageContainerShadow","close","resetButton","sidePageCloseButtonColor","sidePageCloseButtonClickArea","sidePageCloseButtonHoverColor","close5_1","sidePageCloseButtonClickAreaTop","sidePageCloseButtonClickAreaBottom","closeSticky","sidePageCloseButtonFixedClickAreaTop","sidePageCloseButtonFixedClickAreaBottom","closeMobile","mobileSidePageCloseButtonClickArea","closeFocus","borderColorFocus","closeFocus5_1","wrapperClose","sidePageCloseButtonWrapperOffsetTop","wrapperClose5_1","mobileWrapperClose","mobileSidePageCloseButtonRightPadding","mobileWrapperClose5_1","panel","sidePageFooterPanelBg","sidePageFooterPanelPaddingTop","sidePageFooterPanelPaddingBottom","wrapperCloseFixed","wrapperCloseFixed5_1","sidePageCloseButtonWrapperFixedOffsetTop","footerWrapper","footer","sidePageFooterTextColor","positionStatic","footerContent","sidePageFooterPaddingTop","sidePageFooterPaddingBottom","mobileFooterContent","mobileSidePageFooterPadding","footerFixed","sidePageFixedFooterShadow","panelFixed","sidePageFixedPanelShadow","transitionLeft","transitionRight","transitionActive","transitionLeave","transitionLeaveActive"],"sources":["SidePage.styles.ts"],"sourcesContent":["import { css, memoizeStyle } from '../../lib/theming/Emotion';\nimport type { Theme } from '../../lib/theming/Theme';\nimport { resetButton } from '../../lib/styles/Mixins';\n\nexport const styles = memoizeStyle({\n root() {\n return css`\n height: 100%;\n position: fixed;\n top: 0;\n `;\n },\n\n mobileRoot() {\n return css`\n width: 100%;\n `;\n },\n\n overlay() {\n return css`\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n `;\n },\n\n body(t: Theme) {\n return css`\n flex: 1 0 auto;\n z-index: 0;\n color: ${t.modalBodyTextColor};\n `;\n },\n\n mobileBody() {\n return css`\n font-size: 16px;\n line-height: 22px;\n `;\n },\n\n container(t: Theme) {\n return css`\n padding-left: ${t.sidePagePaddingLeft};\n padding-right: ${t.sidePagePaddingRight};\n `;\n },\n\n mobileContainer(t: Theme) {\n return css`\n padding-left: ${t.mobileSidePagePaddingLeft};\n padding-right: ${t.mobileSidePagePaddingRight};\n padding-bottom: ${t.mobileSidePagePaddingBottom};\n `;\n },\n\n containerWithoutHeader(t: Theme) {\n return css`\n padding-top: ${t.sidePagePaddingTop};\n `;\n },\n\n mobileContainerWithoutHeader(t: Theme) {\n return css`\n padding-top: ${t.mobileSidePagePaddingTop};\n `;\n },\n\n containerWithoutFooter(t: Theme) {\n return css`\n padding-bottom: ${t.sidePagePaddingBottom};\n `;\n },\n\n containerWithPanel(t: Theme) {\n return css`\n padding-bottom: ${t.sidePagePaddingBottom};\n `;\n },\n\n focusLock() {\n return css`\n height: 100%;\n `;\n },\n\n wrapper(t: Theme) {\n return css`\n background: ${t.sidePageBgDefault};\n float: right;\n height: 100%;\n width: 100%;\n overflow-y: auto;\n position: relative;\n white-space: normal;\n align-items: stretch;\n display: flex;\n flex-direction: column;\n `;\n },\n\n wrapperLeft() {\n return css`\n float: left;\n `;\n },\n\n wrapperMarginLeft() {\n return css`\n margin-left: 20px;\n `;\n },\n\n wrapperMarginRight() {\n return css`\n margin-right: 20px;\n `;\n },\n\n headerWrapper() {\n return css`\n flex: 0 0 auto;\n `;\n },\n\n header(t: Theme) {\n return css`\n font-size: ${t.sidePageHeaderFontSize};\n line-height: ${t.sidePageHeaderLineHeight};\n padding: ${t.sidePageHeaderPaddingTop} 0 ${t.sidePageHeaderPaddingBottom};\n width: 100%;\n position: relative;\n color: ${t.sidePageHeaderTextColor};\n font-weight: ${t.sidePageHeaderFontWeight};\n `;\n },\n\n mobileHeader(t: Theme) {\n return css`\n font-size: ${t.mobileSidePageHeaderFontSize};\n line-height: ${t.mobileSidePageHeaderLineHeight};\n padding: ${t.mobileSidePageHeaderPaddingTop} 0 ${t.mobileSidePageHeaderPaddingBottom};\n `;\n },\n\n headerFixed(t: Theme) {\n return css`\n background: ${t.sidePageBgDefault};\n font-size: ${t.sidePageHeaderFixedFontSize};\n line-height: ${t.sidePageHeaderFixedLineHeight};\n padding: ${t.sidePageHeaderFixedPaddingY} 0;\n\n &:after {\n bottom: 0px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ${t.sidePageFixedHeaderShadow};\n }\n `;\n },\n\n title(t: Theme) {\n const paddingRight = parseInt(t.sidePageCloseButtonPadding) * 2 + parseInt(t.sidePageCloseIconSize);\n return css`\n padding-left: ${t.sidePagePaddingLeft};\n padding-right: ${paddingRight}px;\n `;\n },\n\n title5_1(t: Theme) {\n const paddingRight =\n parseInt(t.sidePageCloseButtonClickAreaLeft) +\n parseInt(t.sidePageCloseIconSize) +\n parseInt(t.sidePageCloseButtonClickAreaRight);\n return css`\n padding-right: ${paddingRight}px;\n `;\n },\n\n mobileTitle(t: Theme) {\n const paddingRight = parseInt(t.mobileSidePageCloseButtonPadding) * 2 + parseInt(t.sidePageCloseIconSize);\n return css`\n padding-left: ${t.mobileSidePagePaddingLeft};\n padding-right: ${paddingRight}px;\n `;\n },\n\n titleFixed() {\n return css`\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n `;\n },\n\n background() {\n return css`\n height: 100%;\n position: absolute;\n width: 100%;\n `;\n },\n\n backgroundGray(t: Theme) {\n return css`\n background: ${t.sidePageBackingBg};\n opacity: ${t.sidePageBackingBgOpacity};\n `;\n },\n\n shadow(t: Theme) {\n return css`\n box-shadow: ${t.sidePageContainerShadow};\n `;\n },\n\n close(t: Theme) {\n return css`\n ${resetButton()};\n cursor: pointer;\n color: ${t.sidePageCloseButtonColor};\n padding: ${t.sidePageCloseButtonClickArea};\n margin: -${t.sidePageCloseButtonClickArea};\n font-size: 0;\n\n &:focus,\n &:hover {\n color: ${t.sidePageCloseButtonHoverColor};\n }\n\n & > svg {\n width: ${t.sidePageCloseIconSize};\n height: ${t.sidePageCloseIconSize};\n box-sizing: content-box;\n }\n `;\n },\n\n close5_1(t: Theme) {\n return css`\n padding-top: ${t.sidePageCloseButtonClickAreaTop};\n margin-top: -${t.sidePageCloseButtonClickAreaTop};\n padding-right: ${t.sidePageCloseButtonClickAreaRight};\n margin-right: -${t.sidePageCloseButtonClickAreaRight};\n padding-bottom: ${t.sidePageCloseButtonClickAreaBottom};\n margin-bottom: -${t.sidePageCloseButtonClickAreaBottom};\n padding-left: ${t.sidePageCloseButtonClickAreaLeft};\n margin-left: -${t.sidePageCloseButtonClickAreaLeft};\n `;\n },\n\n closeSticky(t: Theme) {\n return css`\n padding-top: ${t.sidePageCloseButtonFixedClickAreaTop};\n margin-top: -${t.sidePageCloseButtonFixedClickAreaTop};\n padding-bottom: ${t.sidePageCloseButtonFixedClickAreaBottom};\n margin-bottom: -${t.sidePageCloseButtonFixedClickAreaBottom};\n `;\n },\n\n closeMobile(t: Theme) {\n return css`\n padding: ${t.mobileSidePageCloseButtonClickArea};\n margin: -${t.mobileSidePageCloseButtonClickArea};\n font-size: 0;\n `;\n },\n\n closeFocus(t: Theme) {\n return css`\n outline: 2px solid ${t.borderColorFocus};\n `;\n },\n\n closeFocus5_1(t: Theme) {\n return css`\n box-shadow: inset 0 0 0 2px ${t.borderColorFocus};\n border-radius: 4px;\n `;\n },\n\n wrapperClose(t: Theme) {\n return css`\n box-sizing: border-box;\n height: 100%;\n line-height: ${t.sidePageHeaderLineHeight};\n padding: ${t.sidePageHeaderPaddingTop} 0 ${t.sidePageHeaderPaddingBottom};\n position: absolute;\n right: ${t.sidePageCloseButtonPadding};\n top: ${t.sidePageCloseButtonWrapperOffsetTop};\n `;\n },\n\n wrapperClose5_1(t: Theme) {\n return css`\n right: ${t.sidePageCloseButtonClickAreaRight};\n `;\n },\n\n mobileWrapperClose(t: Theme) {\n return css`\n line-height: ${t.mobileSidePageHeaderLineHeight};\n padding: ${t.mobileSidePageHeaderPaddingTop} 0 ${t.mobileSidePageHeaderPaddingBottom};\n right: ${t.mobileSidePageCloseButtonRightPadding};\n `;\n },\n\n mobileWrapperClose5_1(t: Theme) {\n return css`\n right: ${t.mobileSidePageCloseButtonPadding};\n `;\n },\n\n panel(t: Theme) {\n return css`\n background: ${t.sidePageFooterPanelBg};\n padding: ${t.sidePageFooterPanelPaddingTop} ${t.sidePagePaddingRight} ${t.sidePageFooterPanelPaddingBottom}\n ${t.sidePagePaddingLeft};\n `;\n },\n\n wrapperCloseFixed(t: Theme) {\n return css`\n line-height: ${t.sidePageHeaderFixedLineHeight};\n padding: ${t.sidePageHeaderFixedPaddingY} 0;\n `;\n },\n\n wrapperCloseFixed5_1(t: Theme) {\n return css`\n top: ${t.sidePageCloseButtonWrapperFixedOffsetTop};\n `;\n },\n\n footerWrapper() {\n return css`\n flex: 0 0 auto;\n `;\n },\n\n footer(t: Theme) {\n return css`\n bottom: 0;\n position: fixed;\n z-index: 10;\n color: ${t.sidePageFooterTextColor};\n `;\n },\n\n positionStatic() {\n return css`\n position: static;\n `;\n },\n\n footerContent(t: Theme) {\n return css`\n padding: ${t.sidePageFooterPaddingTop} ${t.sidePagePaddingRight} ${t.sidePageFooterPaddingBottom}\n ${t.sidePagePaddingLeft};\n `;\n },\n\n mobileFooterContent(t: Theme) {\n return css`\n display: flex;\n flex-flow: column nowrap;\n padding: ${t.mobileSidePageFooterPadding};\n `;\n },\n\n footerFixed(t: Theme) {\n return css`\n background: ${t.sidePageBgDefault};\n\n &:before {\n top: 0px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ${t.sidePageFixedFooterShadow};\n }\n `;\n },\n\n panelFixed(t: Theme) {\n return css`\n &:before {\n box-shadow: ${t.sidePageFixedPanelShadow};\n }\n `;\n },\n\n transitionLeft() {\n return css`\n transform: translateX(100px);\n `;\n },\n\n transitionRight() {\n return css`\n transform: translateX(-100px);\n `;\n },\n\n transitionActive() {\n return css`\n transition:\n transform 0.18s cubic-bezier(0.22, 0.61, 0.36, 1),\n opacity 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);\n opacity: 1 !important;\n transform: translate(0, 0) !important;\n `;\n },\n\n transitionLeave() {\n return css`\n opacity: 1;\n `;\n },\n\n transitionLeaveActive() {\n return css`\n opacity: 0.01 !important;\n transition: opacity 0.15s ease-out;\n `;\n },\n});\n"],"mappings":"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","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { CommonProps } from '../../internal/CommonWrapper';
3
- import { SidePageContextType } from './SidePageContext';
2
+ import type { CommonProps } from '../../internal/CommonWrapper';
3
+ import type { SidePageContextType } from './SidePageContext';
4
4
  export interface SidePageBodyProps extends CommonProps {
5
5
  children?: React.ReactNode;
6
6
  }
@@ -1,12 +1,15 @@
1
1
  "use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;exports.__esModule = true;exports.SidePageBodyDataTids = exports.SidePageBody = void 0;var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));var _inheritsLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/inheritsLoose"));var _react = _interopRequireDefault(require("react"));
2
2
 
3
+
3
4
  var _CommonWrapper = require("../../internal/CommonWrapper");
4
5
  var _ThemeContext = require("../../lib/theming/ThemeContext");
5
6
  var _decorator = require("../ResponsiveLayout/decorator");
6
7
  var _Emotion = require("../../lib/theming/Emotion");
8
+
7
9
  var _rootNode = require("../../lib/rootNode");
8
10
 
9
11
  var _SidePage = require("./SidePage.styles");
12
+
10
13
  var _SidePageContext = require("./SidePageContext");var _class, _SidePageBody;
11
14
 
12
15
 
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_CommonWrapper","_ThemeContext","_decorator","_Emotion","_rootNode","_SidePage","_SidePageContext","_class","_SidePageBody","SidePageBodyDataTids","exports","root","SidePageBody","responsiveLayout","rootNode","_React$Component","_this","_len","arguments","length","args","Array","_key","call","apply","concat","context","_inheritsLoose2","default","_proto","prototype","componentDidUpdate","updateLayout","render","_this2","createElement","ThemeContext","Consumer","theme","_cx","CommonWrapper","_extends2","rootNodeRef","setRootNode","props","className","cx","styles","body","mobileBody","isMobileLayout","children","React","Component","__KONTUR_REACT_UI__","displayName","contextType","SidePageContext"],"sources":["SidePageBody.tsx"],"sourcesContent":["import React from 'react';\n\nimport { CommonProps, CommonWrapper } from '../../internal/CommonWrapper';\nimport { ThemeContext } from '../../lib/theming/ThemeContext';\nimport { responsiveLayout } from '../ResponsiveLayout/decorator';\nimport { cx } from '../../lib/theming/Emotion';\nimport { rootNode, TSetRootNode } from '../../lib/rootNode';\n\nimport { styles } from './SidePage.styles';\nimport { SidePageContext, SidePageContextType } from './SidePageContext';\n\nexport interface SidePageBodyProps extends CommonProps {\n children?: React.ReactNode;\n}\n\nexport const SidePageBodyDataTids = {\n root: 'SidePageBody__root',\n} as const;\n/**\n * Тело для сайдпейджа\n *\n * @visibleName SidePage.Body\n */\n@responsiveLayout\n@rootNode\nexport class SidePageBody extends React.Component<SidePageBodyProps> {\n public static __KONTUR_REACT_UI__ = 'SidePageBody';\n public static displayName = 'SidePageBody';\n\n public static contextType = SidePageContext;\n public context: SidePageContextType = this.context;\n private isMobileLayout!: boolean;\n private setRootNode!: TSetRootNode;\n\n public componentDidUpdate() {\n this.context.updateLayout();\n }\n\n public render() {\n return (\n <ThemeContext.Consumer>\n {(theme) => {\n return (\n <CommonWrapper rootNodeRef={this.setRootNode} {...this.props}>\n <div\n data-tid={SidePageBodyDataTids.root}\n className={cx(styles.body(theme), { [styles.mobileBody()]: this.isMobileLayout })}\n >\n {this.props.children}\n </div>\n </CommonWrapper>\n );\n }}\n </ThemeContext.Consumer>\n );\n }\n}\n"],"mappings":"iXAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;;AAEA,IAAAC,cAAA,GAAAD,OAAA;AACA,IAAAE,aAAA,GAAAF,OAAA;AACA,IAAAG,UAAA,GAAAH,OAAA;AACA,IAAAI,QAAA,GAAAJ,OAAA;AACA,IAAAK,SAAA,GAAAL,OAAA;;AAEA,IAAAM,SAAA,GAAAN,OAAA;AACA,IAAAO,gBAAA,GAAAP,OAAA,sBAAyE,IAAAQ,MAAA,EAAAC,aAAA;;;;;;AAMlE,IAAMC,oBAAoB,GAAAC,OAAA,CAAAD,oBAAA,GAAG;EAClCE,IAAI,EAAE;AACR,CAAU;AACV;AACA;AACA;AACA;AACA,GAJA;;;AAOaC,YAAY,GAAAF,OAAA,CAAAE,YAAA,OAFxBC,2BAAgB,EAAAN,MAAA,OAChBO,kBAAQ,EAAAP,MAAA,IAAAC,aAAA,0BAAAO,gBAAA,YAAAH,aAAA,OAAAI,KAAA,UAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAC,IAAA,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA,KAAAF,IAAA,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA,GAAAN,KAAA,GAAAD,gBAAA,CAAAQ,IAAA,CAAAC,KAAA,CAAAT,gBAAA,SAAAU,MAAA,CAAAL,IAAA,WAAAJ,KAAA;;;;;IAMAU,OAAO,GAAwBV,KAAA,CAAKU,OAAO,QAAAV,KAAA,MAAAW,eAAA,CAAAC,OAAA,EAAAhB,YAAA,EAAAG,gBAAA,MAAAc,MAAA,GAAAjB,YAAA,CAAAkB,SAAA,CAAAD,MAAA;;;;EAI3CE,kBAAkB,GAAzB,SAAAA,mBAAA,EAA4B;IAC1B,IAAI,CAACL,OAAO,CAACM,YAAY,CAAC,CAAC;EAC7B,CAAC,CAAAH,MAAA;;EAEMI,MAAM,GAAb,SAAAA,OAAA,EAAgB,KAAAC,MAAA;IACd;MACErC,MAAA,CAAA+B,OAAA,CAAAO,aAAA,CAAClC,aAAA,CAAAmC,YAAY,CAACC,QAAQ;MACnB,UAACC,KAAK,EAAK,KAAAC,GAAA;QACV;UACE1C,MAAA,CAAA+B,OAAA,CAAAO,aAAA,CAACnC,cAAA,CAAAwC,aAAa,MAAAC,SAAA,CAAAb,OAAA,IAACc,WAAW,EAAER,MAAI,CAACS,WAAY,IAAKT,MAAI,CAACU,KAAK;UAC1D/C,MAAA,CAAA+B,OAAA,CAAAO,aAAA;YACE,YAAU1B,oBAAoB,CAACE,IAAK;YACpCkC,SAAS,EAAE,IAAAC,WAAE,EAACC,gBAAM,CAACC,IAAI,CAACV,KAAK,CAAC,GAAAC,GAAA,OAAAA,GAAA,CAAKQ,gBAAM,CAACE,UAAU,CAAC,CAAC,IAAGf,MAAI,CAACgB,cAAc,EAAAX,GAAA,CAAE,CAAE;;UAEjFL,MAAI,CAACU,KAAK,CAACO;UACT;UACQ,CAAC;;MAEpB;MACqB,CAAC;;EAE5B,CAAC,QAAAvC,YAAA,GA9B+BwC,cAAK,CAACC,SAAS,GAAA7C,aAAA,CACjC8C,mBAAmB,GAAG,cAAc,EAAA9C,aAAA,CACpC+C,WAAW,GAAG,cAAc,EAAA/C,aAAA,CAE5BgD,WAAW,GAAGC,gCAAe,EAAAjD,aAAA,MAAAD,MAAA,KAAAA,MAAA","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_CommonWrapper","_ThemeContext","_decorator","_Emotion","_rootNode","_SidePage","_SidePageContext","_class","_SidePageBody","SidePageBodyDataTids","exports","root","SidePageBody","responsiveLayout","rootNode","_React$Component","_this","_len","arguments","length","args","Array","_key","call","apply","concat","context","_inheritsLoose2","default","_proto","prototype","componentDidUpdate","updateLayout","render","_this2","createElement","ThemeContext","Consumer","theme","_cx","CommonWrapper","_extends2","rootNodeRef","setRootNode","props","className","cx","styles","body","mobileBody","isMobileLayout","children","React","Component","__KONTUR_REACT_UI__","displayName","contextType","SidePageContext"],"sources":["SidePageBody.tsx"],"sourcesContent":["import React from 'react';\n\nimport type { CommonProps } from '../../internal/CommonWrapper';\nimport { CommonWrapper } from '../../internal/CommonWrapper';\nimport { ThemeContext } from '../../lib/theming/ThemeContext';\nimport { responsiveLayout } from '../ResponsiveLayout/decorator';\nimport { cx } from '../../lib/theming/Emotion';\nimport type { TSetRootNode } from '../../lib/rootNode';\nimport { rootNode } from '../../lib/rootNode';\n\nimport { styles } from './SidePage.styles';\nimport type { SidePageContextType } from './SidePageContext';\nimport { SidePageContext } from './SidePageContext';\n\nexport interface SidePageBodyProps extends CommonProps {\n children?: React.ReactNode;\n}\n\nexport const SidePageBodyDataTids = {\n root: 'SidePageBody__root',\n} as const;\n/**\n * Тело для сайдпейджа\n *\n * @visibleName SidePage.Body\n */\n@responsiveLayout\n@rootNode\nexport class SidePageBody extends React.Component<SidePageBodyProps> {\n public static __KONTUR_REACT_UI__ = 'SidePageBody';\n public static displayName = 'SidePageBody';\n\n public static contextType = SidePageContext;\n public context: SidePageContextType = this.context;\n private isMobileLayout!: boolean;\n private setRootNode!: TSetRootNode;\n\n public componentDidUpdate() {\n this.context.updateLayout();\n }\n\n public render() {\n return (\n <ThemeContext.Consumer>\n {(theme) => {\n return (\n <CommonWrapper rootNodeRef={this.setRootNode} {...this.props}>\n <div\n data-tid={SidePageBodyDataTids.root}\n className={cx(styles.body(theme), { [styles.mobileBody()]: this.isMobileLayout })}\n >\n {this.props.children}\n </div>\n </CommonWrapper>\n );\n }}\n </ThemeContext.Consumer>\n );\n }\n}\n"],"mappings":"iXAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;;;AAGA,IAAAC,cAAA,GAAAD,OAAA;AACA,IAAAE,aAAA,GAAAF,OAAA;AACA,IAAAG,UAAA,GAAAH,OAAA;AACA,IAAAI,QAAA,GAAAJ,OAAA;;AAEA,IAAAK,SAAA,GAAAL,OAAA;;AAEA,IAAAM,SAAA,GAAAN,OAAA;;AAEA,IAAAO,gBAAA,GAAAP,OAAA,sBAAoD,IAAAQ,MAAA,EAAAC,aAAA;;;;;;AAM7C,IAAMC,oBAAoB,GAAAC,OAAA,CAAAD,oBAAA,GAAG;EAClCE,IAAI,EAAE;AACR,CAAU;AACV;AACA;AACA;AACA;AACA,GAJA;;;AAOaC,YAAY,GAAAF,OAAA,CAAAE,YAAA,OAFxBC,2BAAgB,EAAAN,MAAA,OAChBO,kBAAQ,EAAAP,MAAA,IAAAC,aAAA,0BAAAO,gBAAA,YAAAH,aAAA,OAAAI,KAAA,UAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAC,IAAA,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA,KAAAF,IAAA,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA,GAAAN,KAAA,GAAAD,gBAAA,CAAAQ,IAAA,CAAAC,KAAA,CAAAT,gBAAA,SAAAU,MAAA,CAAAL,IAAA,WAAAJ,KAAA;;;;;IAMAU,OAAO,GAAwBV,KAAA,CAAKU,OAAO,QAAAV,KAAA,MAAAW,eAAA,CAAAC,OAAA,EAAAhB,YAAA,EAAAG,gBAAA,MAAAc,MAAA,GAAAjB,YAAA,CAAAkB,SAAA,CAAAD,MAAA;;;;EAI3CE,kBAAkB,GAAzB,SAAAA,mBAAA,EAA4B;IAC1B,IAAI,CAACL,OAAO,CAACM,YAAY,CAAC,CAAC;EAC7B,CAAC,CAAAH,MAAA;;EAEMI,MAAM,GAAb,SAAAA,OAAA,EAAgB,KAAAC,MAAA;IACd;MACErC,MAAA,CAAA+B,OAAA,CAAAO,aAAA,CAAClC,aAAA,CAAAmC,YAAY,CAACC,QAAQ;MACnB,UAACC,KAAK,EAAK,KAAAC,GAAA;QACV;UACE1C,MAAA,CAAA+B,OAAA,CAAAO,aAAA,CAACnC,cAAA,CAAAwC,aAAa,MAAAC,SAAA,CAAAb,OAAA,IAACc,WAAW,EAAER,MAAI,CAACS,WAAY,IAAKT,MAAI,CAACU,KAAK;UAC1D/C,MAAA,CAAA+B,OAAA,CAAAO,aAAA;YACE,YAAU1B,oBAAoB,CAACE,IAAK;YACpCkC,SAAS,EAAE,IAAAC,WAAE,EAACC,gBAAM,CAACC,IAAI,CAACV,KAAK,CAAC,GAAAC,GAAA,OAAAA,GAAA,CAAKQ,gBAAM,CAACE,UAAU,CAAC,CAAC,IAAGf,MAAI,CAACgB,cAAc,EAAAX,GAAA,CAAE,CAAE;;UAEjFL,MAAI,CAACU,KAAK,CAACO;UACT;UACQ,CAAC;;MAEpB;MACqB,CAAC;;EAE5B,CAAC,QAAAvC,YAAA,GA9B+BwC,cAAK,CAACC,SAAS,GAAA7C,aAAA,CACjC8C,mBAAmB,GAAG,cAAc,EAAA9C,aAAA,CACpC+C,WAAW,GAAG,cAAc,EAAA/C,aAAA,CAE5BgD,WAAW,GAAGC,gCAAe,EAAAjD,aAAA,MAAAD,MAAA,KAAAA,MAAA","ignoreList":[]}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { CommonProps } from '../../internal/CommonWrapper';
2
+ import type { CommonProps } from '../../internal/CommonWrapper';
3
3
  export interface SidePageCloseButtonProps extends CommonProps {
4
4
  isHeaderFixed: boolean;
5
5
  isMobile?: boolean;
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireWildcard","require","_globalObject","_ThemeContext","_useLocaleForControl","_XIcon20Regular","_Emotion","_keyListener","_ThemeHelpers","_SidePage","_locale","_SidePageHeader","_SidePageContext","SidePageCloseButton","exports","_ref","_cx","isHeaderFixed","isMobile","_useState","useState","isFocusedByTab","setIsFocusedByTab","locale","useLocaleForControl","SidePageLocaleHelper","theme","useContext","ThemeContext","sidePageContext","SidePageContext","handleFocus","globalObject","requestAnimationFrame","keyListener","isTabPressed","handleBlur","icon","default","createElement","XIcon20Regular","align","versionGTE5_1","isThemeGTE","closeButtonAriaLabel","className","cx","styles","close","close5_1","closeFocus","closeFocus5_1","closeSticky","closeMobile","onFocus","onBlur","onClick","requestClose","SidePageHeaderDataTids","__KONTUR_REACT_UI__","displayName"],"sources":["SidePageCloseButton.tsx"],"sourcesContent":["import React, { useContext, useState } from 'react';\nimport { globalObject } from '@skbkontur/global-object';\n\nimport { ThemeContext } from '../../lib/theming/ThemeContext';\nimport { useLocaleForControl } from '../../lib/locale/useLocaleForControl';\nimport { XIcon20Regular } from '../../internal/icons2022/XIcon/XIcon20Regular';\nimport { cx } from '../../lib/theming/Emotion';\nimport { keyListener } from '../../lib/events/keyListener';\nimport { CommonProps } from '../../internal/CommonWrapper';\nimport { isThemeGTE } from '../../lib/theming/ThemeHelpers';\n\nimport { styles } from './SidePage.styles';\nimport { SidePageLocaleHelper } from './locale';\nimport { SidePageHeaderDataTids } from './SidePageHeader';\nimport { SidePageContext } from './SidePageContext';\n\nexport interface SidePageCloseButtonProps extends CommonProps {\n isHeaderFixed: boolean;\n isMobile?: boolean;\n}\n\nexport const SidePageCloseButton = ({ isHeaderFixed, isMobile }: SidePageCloseButtonProps) => {\n const [isFocusedByTab, setIsFocusedByTab] = useState(false);\n\n const locale = useLocaleForControl('SidePage', SidePageLocaleHelper);\n const theme = useContext(ThemeContext);\n const sidePageContext = useContext(SidePageContext);\n\n const handleFocus = () => {\n globalObject.requestAnimationFrame?.(() => {\n if (keyListener.isTabPressed) {\n setIsFocusedByTab(true);\n }\n });\n };\n\n const handleBlur = () => {\n setIsFocusedByTab(false);\n };\n\n const icon = <XIcon20Regular align=\"none\" />;\n const versionGTE5_1 = isThemeGTE(theme, '5.1');\n return (\n <button\n aria-label={locale?.closeButtonAriaLabel}\n className={cx(styles.close(theme), {\n [styles.close5_1(theme)]: versionGTE5_1,\n [styles.closeFocus(theme)]: isFocusedByTab && !versionGTE5_1,\n [styles.closeFocus5_1(theme)]: isFocusedByTab && versionGTE5_1,\n [styles.closeSticky(theme)]: isHeaderFixed && versionGTE5_1,\n [styles.closeMobile(theme)]: isMobile && versionGTE5_1,\n })}\n onFocus={handleFocus}\n onBlur={handleBlur}\n onClick={sidePageContext.requestClose}\n data-tid={SidePageHeaderDataTids.close}\n >\n {icon}\n </button>\n );\n};\n\nSidePageCloseButton.__KONTUR_REACT_UI__ = 'SidePageCloseButton';\nSidePageCloseButton.displayName = 'SidePageCloseButton';\n"],"mappings":"2KAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,aAAA,GAAAD,OAAA;;AAEA,IAAAE,aAAA,GAAAF,OAAA;AACA,IAAAG,oBAAA,GAAAH,OAAA;AACA,IAAAI,eAAA,GAAAJ,OAAA;AACA,IAAAK,QAAA,GAAAL,OAAA;AACA,IAAAM,YAAA,GAAAN,OAAA;;AAEA,IAAAO,aAAA,GAAAP,OAAA;;AAEA,IAAAQ,SAAA,GAAAR,OAAA;AACA,IAAAS,OAAA,GAAAT,OAAA;AACA,IAAAU,eAAA,GAAAV,OAAA;AACA,IAAAW,gBAAA,GAAAX,OAAA;;;;;;;AAOO,IAAMY,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,GAAG,SAAtBA,mBAAmBA,CAAAE,IAAA,EAA8D,KAAAC,GAAA,KAAxDC,aAAa,GAAAF,IAAA,CAAbE,aAAa,CAAEC,QAAQ,GAAAH,IAAA,CAARG,QAAQ;EAC3D,IAAAC,SAAA,GAA4C,IAAAC,eAAQ,EAAC,KAAK,CAAC,CAApDC,cAAc,GAAAF,SAAA,IAAEG,iBAAiB,GAAAH,SAAA;;EAExC,IAAMI,MAAM,GAAG,IAAAC,wCAAmB,EAAC,UAAU,EAAEC,4BAAoB,CAAC;EACpE,IAAMC,KAAK,GAAG,IAAAC,iBAAU,EAACC,0BAAY,CAAC;EACtC,IAAMC,eAAe,GAAG,IAAAF,iBAAU,EAACG,gCAAe,CAAC;;EAEnD,IAAMC,WAAW,GAAG,SAAdA,WAAWA,CAAA,EAAS;IACxBC,0BAAY,CAACC,qBAAqB,YAAlCD,0BAAY,CAACC,qBAAqB,CAAG,YAAM;MACzC,IAAIC,wBAAW,CAACC,YAAY,EAAE;QAC5Bb,iBAAiB,CAAC,IAAI,CAAC;MACzB;IACF,CAAC,CAAC;EACJ,CAAC;;EAED,IAAMc,UAAU,GAAG,SAAbA,UAAUA,CAAA,EAAS;IACvBd,iBAAiB,CAAC,KAAK,CAAC;EAC1B,CAAC;;EAED,IAAMe,IAAI,gBAAGtC,MAAA,CAAAuC,OAAA,CAAAC,aAAA,CAAClC,eAAA,CAAAmC,cAAc,IAACC,KAAK,EAAC,MAAM,EAAE,CAAC;EAC5C,IAAMC,aAAa,GAAG,IAAAC,wBAAU,EAACjB,KAAK,EAAE,KAAK,CAAC;EAC9C;IACE3B,MAAA,CAAAuC,OAAA,CAAAC,aAAA;MACE,cAAYhB,MAAM,oBAANA,MAAM,CAAEqB,oBAAqB;MACzCC,SAAS,EAAE,IAAAC,WAAE,EAACC,gBAAM,CAACC,KAAK,CAACtB,KAAK,CAAC,GAAAV,GAAA,OAAAA,GAAA;MAC9B+B,gBAAM,CAACE,QAAQ,CAACvB,KAAK,CAAC,IAAGgB,aAAa,EAAA1B,GAAA;MACtC+B,gBAAM,CAACG,UAAU,CAACxB,KAAK,CAAC,IAAGL,cAAc,IAAI,CAACqB,aAAa,EAAA1B,GAAA;MAC3D+B,gBAAM,CAACI,aAAa,CAACzB,KAAK,CAAC,IAAGL,cAAc,IAAIqB,aAAa,EAAA1B,GAAA;MAC7D+B,gBAAM,CAACK,WAAW,CAAC1B,KAAK,CAAC,IAAGT,aAAa,IAAIyB,aAAa,EAAA1B,GAAA;MAC1D+B,gBAAM,CAACM,WAAW,CAAC3B,KAAK,CAAC,IAAGR,QAAQ,IAAIwB,aAAa,EAAA1B,GAAA;MACvD,CAAE;MACHsC,OAAO,EAAEvB,WAAY;MACrBwB,MAAM,EAAEnB,UAAW;MACnBoB,OAAO,EAAE3B,eAAe,CAAC4B,YAAa;MACtC,YAAUC,sCAAsB,CAACV,KAAM;;IAEtCX;IACK,CAAC;;AAEb,CAAC;;AAEDxB,mBAAmB,CAAC8C,mBAAmB,GAAG,qBAAqB;AAC/D9C,mBAAmB,CAAC+C,WAAW,GAAG,qBAAqB","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_globalObject","_ThemeContext","_useLocaleForControl","_XIcon20Regular","_Emotion","_keyListener","_ThemeHelpers","_SidePage","_locale","_SidePageHeader","_SidePageContext","SidePageCloseButton","exports","_ref","_cx","isHeaderFixed","isMobile","_useState","useState","isFocusedByTab","setIsFocusedByTab","locale","useLocaleForControl","SidePageLocaleHelper","theme","useContext","ThemeContext","sidePageContext","SidePageContext","handleFocus","globalObject","requestAnimationFrame","keyListener","isTabPressed","handleBlur","icon","default","createElement","XIcon20Regular","align","versionGTE5_1","isThemeGTE","closeButtonAriaLabel","className","cx","styles","close","close5_1","closeFocus","closeFocus5_1","closeSticky","closeMobile","onFocus","onBlur","onClick","requestClose","SidePageHeaderDataTids","__KONTUR_REACT_UI__","displayName"],"sources":["SidePageCloseButton.tsx"],"sourcesContent":["import React, { useContext, useState } from 'react';\nimport { globalObject } from '@skbkontur/global-object';\n\nimport { ThemeContext } from '../../lib/theming/ThemeContext';\nimport { useLocaleForControl } from '../../lib/locale/useLocaleForControl';\nimport { XIcon20Regular } from '../../internal/icons2022/XIcon/XIcon20Regular';\nimport { cx } from '../../lib/theming/Emotion';\nimport { keyListener } from '../../lib/events/keyListener';\nimport type { CommonProps } from '../../internal/CommonWrapper';\nimport { isThemeGTE } from '../../lib/theming/ThemeHelpers';\n\nimport { styles } from './SidePage.styles';\nimport { SidePageLocaleHelper } from './locale';\nimport { SidePageHeaderDataTids } from './SidePageHeader';\nimport { SidePageContext } from './SidePageContext';\n\nexport interface SidePageCloseButtonProps extends CommonProps {\n isHeaderFixed: boolean;\n isMobile?: boolean;\n}\n\nexport const SidePageCloseButton = ({ isHeaderFixed, isMobile }: SidePageCloseButtonProps) => {\n const [isFocusedByTab, setIsFocusedByTab] = useState(false);\n\n const locale = useLocaleForControl('SidePage', SidePageLocaleHelper);\n const theme = useContext(ThemeContext);\n const sidePageContext = useContext(SidePageContext);\n\n const handleFocus = () => {\n globalObject.requestAnimationFrame?.(() => {\n if (keyListener.isTabPressed) {\n setIsFocusedByTab(true);\n }\n });\n };\n\n const handleBlur = () => {\n setIsFocusedByTab(false);\n };\n\n const icon = <XIcon20Regular align=\"none\" />;\n const versionGTE5_1 = isThemeGTE(theme, '5.1');\n return (\n <button\n aria-label={locale?.closeButtonAriaLabel}\n className={cx(styles.close(theme), {\n [styles.close5_1(theme)]: versionGTE5_1,\n [styles.closeFocus(theme)]: isFocusedByTab && !versionGTE5_1,\n [styles.closeFocus5_1(theme)]: isFocusedByTab && versionGTE5_1,\n [styles.closeSticky(theme)]: isHeaderFixed && versionGTE5_1,\n [styles.closeMobile(theme)]: isMobile && versionGTE5_1,\n })}\n onFocus={handleFocus}\n onBlur={handleBlur}\n onClick={sidePageContext.requestClose}\n data-tid={SidePageHeaderDataTids.close}\n >\n {icon}\n </button>\n );\n};\n\nSidePageCloseButton.__KONTUR_REACT_UI__ = 'SidePageCloseButton';\nSidePageCloseButton.displayName = 'SidePageCloseButton';\n"],"mappings":"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","ignoreList":[]}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { CommonProps } from '../../internal/CommonWrapper';
2
+ import type { CommonProps } from '../../internal/CommonWrapper';
3
3
  export type SidePageContainerProps = CommonProps;
4
4
  export declare const SidePageContainerDataTids: {
5
5
  readonly root: "SidePageContainer__root";
@@ -1,10 +1,12 @@
1
1
  "use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;exports.__esModule = true;exports.SidePageContainerDataTids = exports.SidePageContainer = void 0;var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));var _inheritsLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/inheritsLoose"));var _react = _interopRequireDefault(require("react"));
2
2
 
3
3
  var _ThemeContext = require("../../lib/theming/ThemeContext");
4
+
4
5
  var _CommonWrapper = require("../../internal/CommonWrapper");
5
6
 
6
7
  var _Emotion = require("../../lib/theming/Emotion");
7
8
  var _decorator = require("../ResponsiveLayout/decorator");
9
+
8
10
  var _rootNode = require("../../lib/rootNode");
9
11
 
10
12
  var _SidePage = require("./SidePage.styles");
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_ThemeContext","_CommonWrapper","_Emotion","_decorator","_rootNode","_SidePage","_SidePageContext","_class","_SidePageContainer","SidePageContainerDataTids","exports","root","SidePageContainer","responsiveLayout","rootNode","_React$Component","apply","arguments","_inheritsLoose2","default","_proto","prototype","render","_this","createElement","ThemeContext","Consumer","theme","renderMain","_this2","SidePageContext","_ref","_cx","hasHeader","hasFooter","hasPanel","CommonWrapper","_extends2","rootNodeRef","setRootNode","props","className","cx","styles","container","containerWithoutHeader","containerWithoutFooter","containerWithPanel","mobileContainer","isMobileLayout","mobileContainerWithoutHeader","children","React","Component","__KONTUR_REACT_UI__","displayName"],"sources":["SidePageContainer.tsx"],"sourcesContent":["import React from 'react';\n\nimport { ThemeContext } from '../../lib/theming/ThemeContext';\nimport { CommonProps, CommonWrapper } from '../../internal/CommonWrapper';\nimport { Theme } from '../../lib/theming/Theme';\nimport { cx } from '../../lib/theming/Emotion';\nimport { responsiveLayout } from '../ResponsiveLayout/decorator';\nimport { rootNode, TSetRootNode } from '../../lib/rootNode';\n\nimport { styles } from './SidePage.styles';\nimport { SidePageContext } from './SidePageContext';\n\nexport type SidePageContainerProps = CommonProps;\n\nexport const SidePageContainerDataTids = {\n root: 'SidePageContainer__root',\n} as const;\n\n/**\n * Контейнер с отступами\n *\n * @visibleName SidePage.Container\n */\n@responsiveLayout\n@rootNode\nexport class SidePageContainer extends React.Component<SidePageContainerProps> {\n public static __KONTUR_REACT_UI__ = 'SidePageContainer';\n public static displayName = 'SidePageContainer';\n\n private theme!: Theme;\n private isMobileLayout!: boolean;\n private setRootNode!: TSetRootNode;\n\n public render() {\n return (\n <ThemeContext.Consumer>\n {(theme) => {\n this.theme = theme;\n return this.renderMain();\n }}\n </ThemeContext.Consumer>\n );\n }\n\n public renderMain() {\n return (\n <SidePageContext.Consumer>\n {({ hasHeader, hasFooter, hasPanel }) => (\n <CommonWrapper rootNodeRef={this.setRootNode} {...this.props}>\n <div\n data-tid={SidePageContainerDataTids.root}\n className={cx({\n [styles.container(this.theme)]: true,\n [styles.containerWithoutHeader(this.theme)]: !hasHeader,\n [styles.containerWithoutFooter(this.theme)]: !hasFooter,\n [styles.containerWithPanel(this.theme)]: hasPanel,\n [styles.mobileContainer(this.theme)]: this.isMobileLayout,\n [styles.mobileContainerWithoutHeader(this.theme)]: this.isMobileLayout && !hasHeader,\n })}\n >\n {this.props.children}\n </div>\n </CommonWrapper>\n )}\n </SidePageContext.Consumer>\n );\n }\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_ThemeContext","_CommonWrapper","_Emotion","_decorator","_rootNode","_SidePage","_SidePageContext","_class","_SidePageContainer","SidePageContainerDataTids","exports","root","SidePageContainer","responsiveLayout","rootNode","_React$Component","apply","arguments","_inheritsLoose2","default","_proto","prototype","render","_this","createElement","ThemeContext","Consumer","theme","renderMain","_this2","SidePageContext","_ref","_cx","hasHeader","hasFooter","hasPanel","CommonWrapper","_extends2","rootNodeRef","setRootNode","props","className","cx","styles","container","containerWithoutHeader","containerWithoutFooter","containerWithPanel","mobileContainer","isMobileLayout","mobileContainerWithoutHeader","children","React","Component","__KONTUR_REACT_UI__","displayName"],"sources":["SidePageContainer.tsx"],"sourcesContent":["import React from 'react';\n\nimport { ThemeContext } from '../../lib/theming/ThemeContext';\nimport type { CommonProps } from '../../internal/CommonWrapper';\nimport { CommonWrapper } from '../../internal/CommonWrapper';\nimport type { Theme } from '../../lib/theming/Theme';\nimport { cx } from '../../lib/theming/Emotion';\nimport { responsiveLayout } from '../ResponsiveLayout/decorator';\nimport type { TSetRootNode } from '../../lib/rootNode';\nimport { rootNode } from '../../lib/rootNode';\n\nimport { styles } from './SidePage.styles';\nimport { SidePageContext } from './SidePageContext';\n\nexport type SidePageContainerProps = CommonProps;\n\nexport const SidePageContainerDataTids = {\n root: 'SidePageContainer__root',\n} as const;\n\n/**\n * Контейнер с отступами\n *\n * @visibleName SidePage.Container\n */\n@responsiveLayout\n@rootNode\nexport class SidePageContainer extends React.Component<SidePageContainerProps> {\n public static __KONTUR_REACT_UI__ = 'SidePageContainer';\n public static displayName = 'SidePageContainer';\n\n private theme!: Theme;\n private isMobileLayout!: boolean;\n private setRootNode!: TSetRootNode;\n\n public render() {\n return (\n <ThemeContext.Consumer>\n {(theme) => {\n this.theme = theme;\n return this.renderMain();\n }}\n </ThemeContext.Consumer>\n );\n }\n\n public renderMain() {\n return (\n <SidePageContext.Consumer>\n {({ hasHeader, hasFooter, hasPanel }) => (\n <CommonWrapper rootNodeRef={this.setRootNode} {...this.props}>\n <div\n data-tid={SidePageContainerDataTids.root}\n className={cx({\n [styles.container(this.theme)]: true,\n [styles.containerWithoutHeader(this.theme)]: !hasHeader,\n [styles.containerWithoutFooter(this.theme)]: !hasFooter,\n [styles.containerWithPanel(this.theme)]: hasPanel,\n [styles.mobileContainer(this.theme)]: this.isMobileLayout,\n [styles.mobileContainerWithoutHeader(this.theme)]: this.isMobileLayout && !hasHeader,\n })}\n >\n {this.props.children}\n </div>\n </CommonWrapper>\n )}\n </SidePageContext.Consumer>\n );\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { SidePageFooter } from './SidePageFooter';
3
- import { SidePageHeader } from './SidePageHeader';
2
+ import type { SidePageFooter } from './SidePageFooter';
3
+ import type { SidePageHeader } from './SidePageHeader';
4
4
  export interface SidePageContextType {
5
5
  requestClose: () => void;
6
6
  getWidth: () => number | string;
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","SidePageContext","exports","React","createContext","requestClose","undefined","getWidth","updateLayout","headerRef","footerRef","displayName"],"sources":["SidePageContext.ts"],"sourcesContent":["import React from 'react';\n\nimport { SidePageFooter } from './SidePageFooter';\nimport { SidePageHeader } from './SidePageHeader';\n\nexport interface SidePageContextType {\n requestClose: () => void;\n getWidth: () => number | string;\n updateLayout: () => void;\n headerRef: (ref: SidePageHeader | null) => void;\n footerRef: (ref: SidePageFooter | null) => void;\n hasHeader?: boolean;\n hasFooter?: boolean;\n hasPanel?: boolean;\n setHasHeader?: (value?: boolean) => void;\n setHasFooter?: (value?: boolean) => void;\n setHasPanel?: (value?: boolean) => void;\n}\n\nexport const SidePageContext = React.createContext<SidePageContextType>({\n requestClose: () => undefined,\n getWidth: () => 'auto',\n updateLayout: () => undefined,\n headerRef: () => undefined,\n footerRef: () => undefined,\n});\n\nSidePageContext.displayName = 'SidePageContext';\n"],"mappings":"qKAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;;;;;;;;;;;;;;;;;;;AAmBO,IAAMC,eAAe,GAAAC,OAAA,CAAAD,eAAA,gBAAGE,cAAK,CAACC,aAAa,CAAsB;EACtEC,YAAY,EAAE,SAAAA,aAAA,UAAMC,SAAS;EAC7BC,QAAQ,EAAE,SAAAA,SAAA,UAAM,MAAM;EACtBC,YAAY,EAAE,SAAAA,aAAA,UAAMF,SAAS;EAC7BG,SAAS,EAAE,SAAAA,UAAA,UAAMH,SAAS;EAC1BI,SAAS,EAAE,SAAAA,UAAA,UAAMJ,SAAS;AAC5B,CAAC,CAAC;;AAEFL,eAAe,CAACU,WAAW,GAAG,iBAAiB","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","SidePageContext","exports","React","createContext","requestClose","undefined","getWidth","updateLayout","headerRef","footerRef","displayName"],"sources":["SidePageContext.ts"],"sourcesContent":["import React from 'react';\n\nimport type { SidePageFooter } from './SidePageFooter';\nimport type { SidePageHeader } from './SidePageHeader';\n\nexport interface SidePageContextType {\n requestClose: () => void;\n getWidth: () => number | string;\n updateLayout: () => void;\n headerRef: (ref: SidePageHeader | null) => void;\n footerRef: (ref: SidePageFooter | null) => void;\n hasHeader?: boolean;\n hasFooter?: boolean;\n hasPanel?: boolean;\n setHasHeader?: (value?: boolean) => void;\n setHasFooter?: (value?: boolean) => void;\n setHasPanel?: (value?: boolean) => void;\n}\n\nexport const SidePageContext = React.createContext<SidePageContextType>({\n requestClose: () => undefined,\n getWidth: () => 'auto',\n updateLayout: () => undefined,\n headerRef: () => undefined,\n footerRef: () => undefined,\n});\n\nSidePageContext.displayName = 'SidePageContext';\n"],"mappings":"qKAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;;;;;;;;;;;;;;;;;;;AAmBO,IAAMC,eAAe,GAAAC,OAAA,CAAAD,eAAA,gBAAGE,cAAK,CAACC,aAAa,CAAsB;EACtEC,YAAY,EAAE,SAAAA,aAAA,UAAMC,SAAS;EAC7BC,QAAQ,EAAE,SAAAA,SAAA,UAAM,MAAM;EACtBC,YAAY,EAAE,SAAAA,aAAA,UAAMF,SAAS;EAC7BG,SAAS,EAAE,SAAAA,UAAA,UAAMH,SAAS;EAC1BI,SAAS,EAAE,SAAAA,UAAA,UAAMJ,SAAS;AAC5B,CAAC,CAAC;;AAEFL,eAAe,CAACU,WAAW,GAAG,iBAAiB","ignoreList":[]}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { CommonProps } from '../../internal/CommonWrapper';
3
- import { GappedProps } from '../Gapped';
4
- import { SidePageContextType } from './SidePageContext';
2
+ import type { CommonProps } from '../../internal/CommonWrapper';
3
+ import type { GappedProps } from '../Gapped';
4
+ import type { SidePageContextType } from './SidePageContext';
5
5
  export interface SidePageFooterProps extends Omit<CommonProps, 'children'> {
6
6
  /** @ignore */
7
7
  children?: React.ReactNode | ((fixed: boolean) => React.ReactNode);
@@ -3,16 +3,20 @@
3
3
  var LayoutEvents = _interopRequireWildcard(require("../../lib/LayoutEvents"));
4
4
  var _ThemeContext = require("../../lib/theming/ThemeContext");
5
5
 
6
+
6
7
  var _CommonWrapper = require("../../internal/CommonWrapper");
7
8
  var _Emotion = require("../../lib/theming/Emotion");
8
9
  var _decorator = require("../ResponsiveLayout/decorator");
10
+
9
11
  var _rootNode = require("../../lib/rootNode");
10
12
  var _getDOMRect = require("../../lib/dom/getDOMRect");
13
+
11
14
  var _Gapped = require("../Gapped");
12
15
  var _utils = require("../../lib/utils");
13
16
  var _ModalSeparator = require("../Modal/ModalSeparator");
14
17
 
15
18
  var _SidePage = require("./SidePage.styles");
19
+
16
20
  var _SidePageContext = require("./SidePageContext");var _class, _SidePageFooter;
17
21
 
18
22
 
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","LayoutEvents","_interopRequireWildcard","_ThemeContext","_CommonWrapper","_Emotion","_decorator","_rootNode","_getDOMRect","_Gapped","_utils","_ModalSeparator","_SidePage","_SidePageContext","_class","_SidePageFooter","SidePageFooterDataTids","exports","root","SidePageFooter","responsiveLayout","rootNode","_React$Component","_this","_len","arguments","length","args","Array","_key","call","apply","concat","context","state","fixed","content","layoutSub","update","setProperStyles","refContent","node","wrapper","getRootNode","wrapperRect","getDOMRect","contentRect","top","setState","_inheritsLoose2","default","_proto","prototype","componentDidMount","_this$context$setHasF","_this$context","_this$context$setHasP","_this$context2","footerRef","addListener","setHasFooter","setHasPanel","props","panel","componentDidUpdate","prevProps","_this$context$setHasP2","_this$context3","componentWillUnmount","_this$context$setHasF2","_this$context4","_this$context$setHasP3","_this$context5","remove","getSticky","sticky","isMobileLayout","render","_this2","createElement","ThemeContext","Consumer","theme","renderMain","_this3","separator","ModalSeparator","CommonWrapper","_extends2","rootNodeRef","setRootNode","style","height","getContentHeight","className","styles","footerWrapper","SidePageContext","_ref","_cx","_cx2","getWidth","cx","footer","positionStatic","width","footerContent","footerFixed","panelFixed","mobileFooterContent","ref","isNonNullable","gap","Gapped","vertical","children","React","Component","__KONTUR_REACT_UI__","displayName","contextType"],"sources":["SidePageFooter.tsx"],"sourcesContent":["import React from 'react';\n\nimport * as LayoutEvents from '../../lib/LayoutEvents';\nimport { ThemeContext } from '../../lib/theming/ThemeContext';\nimport { Theme } from '../../lib/theming/Theme';\nimport { CommonProps, CommonWrapper } from '../../internal/CommonWrapper';\nimport { cx } from '../../lib/theming/Emotion';\nimport { responsiveLayout } from '../ResponsiveLayout/decorator';\nimport { getRootNode, rootNode, TSetRootNode } from '../../lib/rootNode';\nimport { getDOMRect } from '../../lib/dom/getDOMRect';\nimport { Gapped, GappedProps } from '../Gapped';\nimport { isNonNullable } from '../../lib/utils';\nimport { ModalSeparator } from '../Modal/ModalSeparator';\n\nimport { styles } from './SidePage.styles';\nimport { SidePageContext, SidePageContextType } from './SidePageContext';\n\nexport interface SidePageFooterProps extends Omit<CommonProps, 'children'> {\n /** @ignore */\n children?: React.ReactNode | ((fixed: boolean) => React.ReactNode);\n\n /** Включает серый цвет в футере. */\n panel?: boolean;\n\n /** Закрепляет футер снизу сайдпейджа. */\n sticky?: boolean;\n\n /** Задает расстояние между элементами футера в пикселях. */\n gap?: GappedProps['gap'];\n}\n\ninterface SidePageFooterState {\n fixed: boolean;\n}\n\nexport const SidePageFooterDataTids = {\n root: 'SidePageFooter__root',\n} as const;\n\n/**\n * Футер сайдпейджа.\n *\n * @visibleName SidePage.Footer\n */\n@responsiveLayout\n@rootNode\nexport class SidePageFooter extends React.Component<React.PropsWithChildren<SidePageFooterProps>> {\n public static __KONTUR_REACT_UI__ = 'SidePageFooter';\n public static displayName = 'SidePageFooter';\n\n public static contextType = SidePageContext;\n public context: SidePageContextType = this.context;\n private isMobileLayout!: boolean;\n\n public state: SidePageFooterState = {\n fixed: false,\n };\n\n private theme!: Theme;\n private content: HTMLElement | null = null;\n private layoutSub: ReturnType<typeof LayoutEvents.addListener> | null = null;\n private setRootNode!: TSetRootNode;\n\n public componentDidMount() {\n this.context.footerRef(this);\n this.update();\n this.layoutSub = LayoutEvents.addListener(this.update);\n this.context.setHasFooter?.();\n this.context.setHasPanel?.(this.props.panel);\n }\n\n public componentDidUpdate(prevProps: Readonly<SidePageFooterProps>) {\n this.props.panel !== prevProps.panel && this.context.setHasPanel?.(this.props.panel);\n }\n\n public componentWillUnmount() {\n this.context.footerRef(null);\n if (this.layoutSub) {\n this.layoutSub.remove();\n }\n this.context.setHasFooter?.(false);\n this.context.setHasPanel?.(false);\n }\n\n public getSticky() {\n if (typeof this.props.sticky !== 'undefined') {\n return this.props.sticky;\n }\n\n if (this.isMobileLayout) {\n return false;\n }\n\n return true;\n }\n\n public render(): JSX.Element {\n return (\n <ThemeContext.Consumer>\n {(theme) => {\n this.theme = theme;\n return this.renderMain();\n }}\n </ThemeContext.Consumer>\n );\n }\n\n public update = () => {\n this.setProperStyles();\n };\n\n private renderMain() {\n const separator: React.ReactNode = (this.props.panel || this.state.fixed) && (\n <ModalSeparator fixed={this.state.fixed} />\n );\n\n return (\n <CommonWrapper rootNodeRef={this.setRootNode} {...this.props}>\n <div\n data-tid={SidePageFooterDataTids.root}\n style={{ height: this.getContentHeight() }}\n className={styles.footerWrapper()}\n >\n <SidePageContext.Consumer>\n {({ getWidth }) => (\n <div\n className={cx(styles.footer(this.theme), {\n [styles.positionStatic()]: !this.getSticky(),\n })}\n style={{\n width: getWidth(),\n }}\n >\n {separator}\n <div\n className={cx(styles.footerContent(this.theme), {\n [styles.footerFixed(this.theme)]: this.state.fixed,\n [styles.panel(this.theme)]: !!this.props.panel,\n [styles.panelFixed(this.theme)]: !!this.props.panel && this.state.fixed,\n [styles.mobileFooterContent(this.theme)]: this.isMobileLayout,\n })}\n ref={this.refContent}\n >\n {isNonNullable(this.props.gap) ? (\n <Gapped vertical={this.isMobileLayout} gap={this.props.gap}>\n {this.props.children}\n </Gapped>\n ) : (\n this.props.children\n )}\n </div>\n </div>\n )}\n </SidePageContext.Consumer>\n </div>\n </CommonWrapper>\n );\n }\n\n private refContent = (node: HTMLElement | null) => {\n this.content = node;\n };\n\n private setProperStyles = () => {\n const wrapper = getRootNode(this);\n if (wrapper && this.content) {\n const wrapperRect = getDOMRect(wrapper);\n const contentRect = getDOMRect(this.content);\n const fixed = wrapperRect.top > contentRect.top;\n this.setState({ fixed });\n }\n };\n\n private getContentHeight() {\n if (!this.content) {\n return 'auto';\n }\n return getDOMRect(this.content).height;\n }\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","LayoutEvents","_interopRequireWildcard","_ThemeContext","_CommonWrapper","_Emotion","_decorator","_rootNode","_getDOMRect","_Gapped","_utils","_ModalSeparator","_SidePage","_SidePageContext","_class","_SidePageFooter","SidePageFooterDataTids","exports","root","SidePageFooter","responsiveLayout","rootNode","_React$Component","_this","_len","arguments","length","args","Array","_key","call","apply","concat","context","state","fixed","content","layoutSub","update","setProperStyles","refContent","node","wrapper","getRootNode","wrapperRect","getDOMRect","contentRect","top","setState","_inheritsLoose2","default","_proto","prototype","componentDidMount","_this$context$setHasF","_this$context","_this$context$setHasP","_this$context2","footerRef","addListener","setHasFooter","setHasPanel","props","panel","componentDidUpdate","prevProps","_this$context$setHasP2","_this$context3","componentWillUnmount","_this$context$setHasF2","_this$context4","_this$context$setHasP3","_this$context5","remove","getSticky","sticky","isMobileLayout","render","_this2","createElement","ThemeContext","Consumer","theme","renderMain","_this3","separator","ModalSeparator","CommonWrapper","_extends2","rootNodeRef","setRootNode","style","height","getContentHeight","className","styles","footerWrapper","SidePageContext","_ref","_cx","_cx2","getWidth","cx","footer","positionStatic","width","footerContent","footerFixed","panelFixed","mobileFooterContent","ref","isNonNullable","gap","Gapped","vertical","children","React","Component","__KONTUR_REACT_UI__","displayName","contextType"],"sources":["SidePageFooter.tsx"],"sourcesContent":["import React from 'react';\n\nimport * as LayoutEvents from '../../lib/LayoutEvents';\nimport { ThemeContext } from '../../lib/theming/ThemeContext';\nimport type { Theme } from '../../lib/theming/Theme';\nimport type { CommonProps } from '../../internal/CommonWrapper';\nimport { CommonWrapper } from '../../internal/CommonWrapper';\nimport { cx } from '../../lib/theming/Emotion';\nimport { responsiveLayout } from '../ResponsiveLayout/decorator';\nimport type { TSetRootNode } from '../../lib/rootNode';\nimport { getRootNode, rootNode } from '../../lib/rootNode';\nimport { getDOMRect } from '../../lib/dom/getDOMRect';\nimport type { GappedProps } from '../Gapped';\nimport { Gapped } from '../Gapped';\nimport { isNonNullable } from '../../lib/utils';\nimport { ModalSeparator } from '../Modal/ModalSeparator';\n\nimport { styles } from './SidePage.styles';\nimport type { SidePageContextType } from './SidePageContext';\nimport { SidePageContext } from './SidePageContext';\n\nexport interface SidePageFooterProps extends Omit<CommonProps, 'children'> {\n /** @ignore */\n children?: React.ReactNode | ((fixed: boolean) => React.ReactNode);\n\n /** Включает серый цвет в футере. */\n panel?: boolean;\n\n /** Закрепляет футер снизу сайдпейджа. */\n sticky?: boolean;\n\n /** Задает расстояние между элементами футера в пикселях. */\n gap?: GappedProps['gap'];\n}\n\ninterface SidePageFooterState {\n fixed: boolean;\n}\n\nexport const SidePageFooterDataTids = {\n root: 'SidePageFooter__root',\n} as const;\n\n/**\n * Футер сайдпейджа.\n *\n * @visibleName SidePage.Footer\n */\n@responsiveLayout\n@rootNode\nexport class SidePageFooter extends React.Component<React.PropsWithChildren<SidePageFooterProps>> {\n public static __KONTUR_REACT_UI__ = 'SidePageFooter';\n public static displayName = 'SidePageFooter';\n\n public static contextType = SidePageContext;\n public context: SidePageContextType = this.context;\n private isMobileLayout!: boolean;\n\n public state: SidePageFooterState = {\n fixed: false,\n };\n\n private theme!: Theme;\n private content: HTMLElement | null = null;\n private layoutSub: ReturnType<typeof LayoutEvents.addListener> | null = null;\n private setRootNode!: TSetRootNode;\n\n public componentDidMount() {\n this.context.footerRef(this);\n this.update();\n this.layoutSub = LayoutEvents.addListener(this.update);\n this.context.setHasFooter?.();\n this.context.setHasPanel?.(this.props.panel);\n }\n\n public componentDidUpdate(prevProps: Readonly<SidePageFooterProps>) {\n this.props.panel !== prevProps.panel && this.context.setHasPanel?.(this.props.panel);\n }\n\n public componentWillUnmount() {\n this.context.footerRef(null);\n if (this.layoutSub) {\n this.layoutSub.remove();\n }\n this.context.setHasFooter?.(false);\n this.context.setHasPanel?.(false);\n }\n\n public getSticky() {\n if (typeof this.props.sticky !== 'undefined') {\n return this.props.sticky;\n }\n\n if (this.isMobileLayout) {\n return false;\n }\n\n return true;\n }\n\n public render(): JSX.Element {\n return (\n <ThemeContext.Consumer>\n {(theme) => {\n this.theme = theme;\n return this.renderMain();\n }}\n </ThemeContext.Consumer>\n );\n }\n\n public update = () => {\n this.setProperStyles();\n };\n\n private renderMain() {\n const separator: React.ReactNode = (this.props.panel || this.state.fixed) && (\n <ModalSeparator fixed={this.state.fixed} />\n );\n\n return (\n <CommonWrapper rootNodeRef={this.setRootNode} {...this.props}>\n <div\n data-tid={SidePageFooterDataTids.root}\n style={{ height: this.getContentHeight() }}\n className={styles.footerWrapper()}\n >\n <SidePageContext.Consumer>\n {({ getWidth }) => (\n <div\n className={cx(styles.footer(this.theme), {\n [styles.positionStatic()]: !this.getSticky(),\n })}\n style={{\n width: getWidth(),\n }}\n >\n {separator}\n <div\n className={cx(styles.footerContent(this.theme), {\n [styles.footerFixed(this.theme)]: this.state.fixed,\n [styles.panel(this.theme)]: !!this.props.panel,\n [styles.panelFixed(this.theme)]: !!this.props.panel && this.state.fixed,\n [styles.mobileFooterContent(this.theme)]: this.isMobileLayout,\n })}\n ref={this.refContent}\n >\n {isNonNullable(this.props.gap) ? (\n <Gapped vertical={this.isMobileLayout} gap={this.props.gap}>\n {this.props.children}\n </Gapped>\n ) : (\n this.props.children\n )}\n </div>\n </div>\n )}\n </SidePageContext.Consumer>\n </div>\n </CommonWrapper>\n );\n }\n\n private refContent = (node: HTMLElement | null) => {\n this.content = node;\n };\n\n private setProperStyles = () => {\n const wrapper = getRootNode(this);\n if (wrapper && this.content) {\n const wrapperRect = getDOMRect(wrapper);\n const contentRect = getDOMRect(this.content);\n const fixed = wrapperRect.top > contentRect.top;\n this.setState({ fixed });\n }\n };\n\n private getContentHeight() {\n if (!this.content) {\n return 'auto';\n }\n return getDOMRect(this.content).height;\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { CommonProps } from '../../internal/CommonWrapper';
3
- import { SidePageContextType } from './SidePageContext';
2
+ import type { CommonProps } from '../../internal/CommonWrapper';
3
+ import type { SidePageContextType } from './SidePageContext';
4
4
  export interface SidePageHeaderProps extends Omit<CommonProps, 'children'> {
5
5
  children?: React.ReactNode | ((fixed: boolean) => React.ReactNode);
6
6
  /** Закрепляет хедер сверху сайдпейджа. */
@@ -5,15 +5,18 @@ var _Sticky = require("../Sticky");
5
5
  var _utils = require("../../lib/utils");
6
6
  var _ThemeContext = require("../../lib/theming/ThemeContext");
7
7
 
8
+
8
9
  var _CommonWrapper = require("../../internal/CommonWrapper");
9
10
  var _Emotion = require("../../lib/theming/Emotion");
10
11
  var _decorator = require("../ResponsiveLayout/decorator");
12
+
11
13
  var _rootNode = require("../../lib/rootNode");
12
14
  var _getDOMRect = require("../../lib/dom/getDOMRect");
13
15
  var _ModalSeparator = require("../Modal/ModalSeparator");
14
16
  var _ThemeHelpers = require("../../lib/theming/ThemeHelpers");
15
17
 
16
18
  var _SidePage = require("./SidePage.styles");
19
+
17
20
  var _SidePageContext = require("./SidePageContext");
18
21
  var _SidePageCloseButton = require("./SidePageCloseButton");var _class, _SidePageHeader;
19
22
 
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_globalObject","_Sticky","_utils","_ThemeContext","_CommonWrapper","_Emotion","_decorator","_rootNode","_getDOMRect","_ModalSeparator","_ThemeHelpers","_SidePage","_SidePageContext","_SidePageCloseButton","_class","_SidePageHeader","SidePageHeaderDataTids","exports","root","close","SidePageHeader","responsiveLayout","rootNode","_React$Component","_this","_len","arguments","length","args","Array","_key","call","apply","concat","context","state","isReadyToFix","wrapper","sticky","lastRegularHeight","componentDidMount","globalObject","addEventListener","update","setHasHeader","headerRef","componentWillUnmount","removeEventListener","_this$sticky","reflow","updateReadyToFix","renderHeader","fixed","_cx","_cx2","isDisplayed","props","hasSeparator","default","createElement","className","cx","styles","header","theme","headerFixed","mobileHeader","isMobileLayout","renderClose","title","title5_1","isThemeGTE","mobileTitle","titleFixed","isFunction","children","ModalSeparator","_cx3","stickyOffset","parseInt","sidePageHeaderStickyOffset","versionGTE5_1","wrapperClose","wrapperClose5_1","wrapperCloseFixed","wrapperCloseFixed5_1","mobileWrapperClose","mobileWrapperClose5_1","SidePageCloseButton","isHeaderFixed","isMobile","Sticky","side","offset","wrapperScrolledUp","getDOMRect","top","regularHeight","fixedHeaderHeight","setState","_extends2","wrapperRef","el","stickyRef","_inheritsLoose2","_proto","prototype","render","_this2","ThemeContext","Consumer","renderMain","getStickyProp","isStickyDesktop","isStickyMobile","CommonWrapper","rootNodeRef","setRootNode","ref","headerWrapper","_createClass2","key","get","height","sidePageHeaderFixedLineHeight","sidePageHeaderFixedPaddingY","React","Component","__KONTUR_REACT_UI__","displayName","contextType","SidePageContext","defaultProps"],"sources":["SidePageHeader.tsx"],"sourcesContent":["import React from 'react';\nimport { globalObject } from '@skbkontur/global-object';\n\nimport { Sticky } from '../Sticky';\nimport { isFunction } from '../../lib/utils';\nimport { ThemeContext } from '../../lib/theming/ThemeContext';\nimport { Theme } from '../../lib/theming/Theme';\nimport { CommonProps, CommonWrapper } from '../../internal/CommonWrapper';\nimport { cx } from '../../lib/theming/Emotion';\nimport { responsiveLayout } from '../ResponsiveLayout/decorator';\nimport { rootNode, TSetRootNode } from '../../lib/rootNode';\nimport { getDOMRect } from '../../lib/dom/getDOMRect';\nimport { ModalSeparator } from '../Modal/ModalSeparator';\nimport { isThemeGTE } from '../../lib/theming/ThemeHelpers';\n\nimport { styles } from './SidePage.styles';\nimport { SidePageContext, SidePageContextType } from './SidePageContext';\nimport { SidePageCloseButton } from './SidePageCloseButton';\n\nexport interface SidePageHeaderProps extends Omit<CommonProps, 'children'> {\n children?: React.ReactNode | ((fixed: boolean) => React.ReactNode);\n /** Закрепляет хедер сверху сайдпейджа. */\n sticky?: boolean;\n\n /** Определяет, нужно ли показывать ModalSeparator. */\n hasSeparator?: boolean;\n}\n\nexport interface SidePageHeaderState {\n isReadyToFix: boolean;\n}\n\nexport const SidePageHeaderDataTids = {\n root: 'SidePageHeader__root',\n close: 'SidePage__close',\n} as const;\n\n/**\n * Шапка сайдпейджа\n *\n * @visibleName SidePage.Header\n */\n@responsiveLayout\n@rootNode\nexport class SidePageHeader extends React.Component<SidePageHeaderProps, SidePageHeaderState> {\n public static __KONTUR_REACT_UI__ = 'SidePageHeader';\n public static displayName = 'SidePageHeader';\n\n public static contextType = SidePageContext;\n public context: SidePageContextType = this.context;\n\n private isMobileLayout!: boolean;\n\n public state: SidePageHeaderState = {\n isReadyToFix: false,\n };\n\n public static defaultProps: Partial<SidePageHeaderProps> = {\n hasSeparator: false,\n };\n\n private theme!: Theme;\n private wrapper: HTMLElement | null = null;\n private sticky: Sticky | null = null;\n private lastRegularHeight = 0;\n private setRootNode!: TSetRootNode;\n public get regularHeight(): number {\n const { isReadyToFix } = this.state;\n if (!this.wrapper) {\n return 0;\n }\n if (!isReadyToFix) {\n this.lastRegularHeight = getDOMRect(this.wrapper).height;\n }\n return this.lastRegularHeight;\n }\n\n public get fixedHeaderHeight(): number {\n const { theme } = this;\n return parseInt(theme.sidePageHeaderFixedLineHeight) + parseInt(theme.sidePageHeaderFixedPaddingY) * 2;\n }\n\n public componentDidMount = () => {\n globalObject.addEventListener?.('scroll', this.update, true);\n this.context.setHasHeader?.();\n this.context.headerRef(this);\n };\n\n public componentWillUnmount = () => {\n globalObject.removeEventListener?.('scroll', this.update, true);\n this.context.setHasHeader?.(false);\n this.context.headerRef(null);\n };\n\n public update = () => {\n this.sticky?.reflow();\n this.updateReadyToFix();\n };\n\n public render(): JSX.Element {\n return (\n <ThemeContext.Consumer>\n {(theme) => {\n this.theme = theme;\n return this.renderMain();\n }}\n </ThemeContext.Consumer>\n );\n }\n\n public getStickyProp() {\n if (typeof this.props.sticky !== 'undefined') {\n return this.props.sticky;\n }\n\n if (this.isMobileLayout) {\n return false;\n }\n\n return true;\n }\n\n private renderMain() {\n const { isReadyToFix } = this.state;\n\n const isStickyDesktop = !this.isMobileLayout && this.getStickyProp() && isReadyToFix;\n const isStickyMobile = this.isMobileLayout && this.getStickyProp();\n\n const header = this.renderHeader;\n\n return (\n <CommonWrapper rootNodeRef={this.setRootNode} {...this.props}>\n <div data-tid={SidePageHeaderDataTids.root} ref={this.wrapperRef} className={styles.headerWrapper()}>\n {isStickyDesktop || isStickyMobile ? (\n <Sticky ref={this.stickyRef} side=\"top\">\n {header}\n </Sticky>\n ) : (\n header()\n )}\n </div>\n </CommonWrapper>\n );\n }\n\n private renderHeader = (fixed = false) => {\n const isDisplayed = this.props.hasSeparator || fixed;\n return (\n <div>\n <div\n className={cx(styles.header(this.theme), {\n [styles.headerFixed(this.theme)]: fixed,\n [styles.mobileHeader(this.theme)]: this.isMobileLayout,\n })}\n >\n {this.renderClose(fixed)}\n <div\n className={cx(styles.title(this.theme), {\n [styles.title5_1(this.theme)]: isThemeGTE(this.theme, '5.1'),\n [styles.mobileTitle(this.theme)]: this.isMobileLayout,\n [styles.titleFixed()]: fixed,\n })}\n >\n {isFunction(this.props.children) ? this.props.children(fixed) : this.props.children}\n </div>\n </div>\n {isDisplayed && <ModalSeparator fixed={fixed} />}\n </div>\n );\n };\n\n private renderClose = (fixed: boolean) => {\n const stickyOffset = parseInt(this.theme.sidePageHeaderStickyOffset);\n const versionGTE5_1 = isThemeGTE(this.theme, '5.1');\n return (\n <div\n className={cx(styles.wrapperClose(this.theme), {\n [styles.wrapperClose5_1(this.theme)]: versionGTE5_1,\n [styles.wrapperCloseFixed(this.theme)]: fixed,\n [styles.wrapperCloseFixed5_1(this.theme)]: fixed && versionGTE5_1,\n [styles.mobileWrapperClose(this.theme)]: this.isMobileLayout,\n [styles.mobileWrapperClose5_1(this.theme)]: this.isMobileLayout && versionGTE5_1,\n })}\n >\n {this.isMobileLayout ? (\n <SidePageCloseButton isHeaderFixed={fixed} isMobile />\n ) : (\n <Sticky side=\"top\" offset={stickyOffset}>\n <SidePageCloseButton isHeaderFixed={fixed} />\n </Sticky>\n )}\n </div>\n );\n };\n\n private updateReadyToFix = () => {\n if (this.wrapper) {\n const wrapperScrolledUp = getDOMRect(this.wrapper).top;\n const isReadyToFix = this.regularHeight + wrapperScrolledUp <= this.fixedHeaderHeight;\n this.setState((state) => (state.isReadyToFix !== isReadyToFix ? { ...state, isReadyToFix } : state));\n }\n };\n\n private wrapperRef = (el: HTMLElement | null) => {\n this.wrapper = el;\n };\n\n private stickyRef = (el: Sticky | null) => {\n this.sticky = el;\n };\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_globalObject","_Sticky","_utils","_ThemeContext","_CommonWrapper","_Emotion","_decorator","_rootNode","_getDOMRect","_ModalSeparator","_ThemeHelpers","_SidePage","_SidePageContext","_SidePageCloseButton","_class","_SidePageHeader","SidePageHeaderDataTids","exports","root","close","SidePageHeader","responsiveLayout","rootNode","_React$Component","_this","_len","arguments","length","args","Array","_key","call","apply","concat","context","state","isReadyToFix","wrapper","sticky","lastRegularHeight","componentDidMount","globalObject","addEventListener","update","setHasHeader","headerRef","componentWillUnmount","removeEventListener","_this$sticky","reflow","updateReadyToFix","renderHeader","fixed","_cx","_cx2","isDisplayed","props","hasSeparator","default","createElement","className","cx","styles","header","theme","headerFixed","mobileHeader","isMobileLayout","renderClose","title","title5_1","isThemeGTE","mobileTitle","titleFixed","isFunction","children","ModalSeparator","_cx3","stickyOffset","parseInt","sidePageHeaderStickyOffset","versionGTE5_1","wrapperClose","wrapperClose5_1","wrapperCloseFixed","wrapperCloseFixed5_1","mobileWrapperClose","mobileWrapperClose5_1","SidePageCloseButton","isHeaderFixed","isMobile","Sticky","side","offset","wrapperScrolledUp","getDOMRect","top","regularHeight","fixedHeaderHeight","setState","_extends2","wrapperRef","el","stickyRef","_inheritsLoose2","_proto","prototype","render","_this2","ThemeContext","Consumer","renderMain","getStickyProp","isStickyDesktop","isStickyMobile","CommonWrapper","rootNodeRef","setRootNode","ref","headerWrapper","_createClass2","key","get","height","sidePageHeaderFixedLineHeight","sidePageHeaderFixedPaddingY","React","Component","__KONTUR_REACT_UI__","displayName","contextType","SidePageContext","defaultProps"],"sources":["SidePageHeader.tsx"],"sourcesContent":["import React from 'react';\nimport { globalObject } from '@skbkontur/global-object';\n\nimport { Sticky } from '../Sticky';\nimport { isFunction } from '../../lib/utils';\nimport { ThemeContext } from '../../lib/theming/ThemeContext';\nimport type { Theme } from '../../lib/theming/Theme';\nimport type { CommonProps } from '../../internal/CommonWrapper';\nimport { CommonWrapper } from '../../internal/CommonWrapper';\nimport { cx } from '../../lib/theming/Emotion';\nimport { responsiveLayout } from '../ResponsiveLayout/decorator';\nimport type { TSetRootNode } from '../../lib/rootNode';\nimport { rootNode } from '../../lib/rootNode';\nimport { getDOMRect } from '../../lib/dom/getDOMRect';\nimport { ModalSeparator } from '../Modal/ModalSeparator';\nimport { isThemeGTE } from '../../lib/theming/ThemeHelpers';\n\nimport { styles } from './SidePage.styles';\nimport type { SidePageContextType } from './SidePageContext';\nimport { SidePageContext } from './SidePageContext';\nimport { SidePageCloseButton } from './SidePageCloseButton';\n\nexport interface SidePageHeaderProps extends Omit<CommonProps, 'children'> {\n children?: React.ReactNode | ((fixed: boolean) => React.ReactNode);\n /** Закрепляет хедер сверху сайдпейджа. */\n sticky?: boolean;\n\n /** Определяет, нужно ли показывать ModalSeparator. */\n hasSeparator?: boolean;\n}\n\nexport interface SidePageHeaderState {\n isReadyToFix: boolean;\n}\n\nexport const SidePageHeaderDataTids = {\n root: 'SidePageHeader__root',\n close: 'SidePage__close',\n} as const;\n\n/**\n * Шапка сайдпейджа\n *\n * @visibleName SidePage.Header\n */\n@responsiveLayout\n@rootNode\nexport class SidePageHeader extends React.Component<SidePageHeaderProps, SidePageHeaderState> {\n public static __KONTUR_REACT_UI__ = 'SidePageHeader';\n public static displayName = 'SidePageHeader';\n\n public static contextType = SidePageContext;\n public context: SidePageContextType = this.context;\n\n private isMobileLayout!: boolean;\n\n public state: SidePageHeaderState = {\n isReadyToFix: false,\n };\n\n public static defaultProps: Partial<SidePageHeaderProps> = {\n hasSeparator: false,\n };\n\n private theme!: Theme;\n private wrapper: HTMLElement | null = null;\n private sticky: Sticky | null = null;\n private lastRegularHeight = 0;\n private setRootNode!: TSetRootNode;\n public get regularHeight(): number {\n const { isReadyToFix } = this.state;\n if (!this.wrapper) {\n return 0;\n }\n if (!isReadyToFix) {\n this.lastRegularHeight = getDOMRect(this.wrapper).height;\n }\n return this.lastRegularHeight;\n }\n\n public get fixedHeaderHeight(): number {\n const { theme } = this;\n return parseInt(theme.sidePageHeaderFixedLineHeight) + parseInt(theme.sidePageHeaderFixedPaddingY) * 2;\n }\n\n public componentDidMount = () => {\n globalObject.addEventListener?.('scroll', this.update, true);\n this.context.setHasHeader?.();\n this.context.headerRef(this);\n };\n\n public componentWillUnmount = () => {\n globalObject.removeEventListener?.('scroll', this.update, true);\n this.context.setHasHeader?.(false);\n this.context.headerRef(null);\n };\n\n public update = () => {\n this.sticky?.reflow();\n this.updateReadyToFix();\n };\n\n public render(): JSX.Element {\n return (\n <ThemeContext.Consumer>\n {(theme) => {\n this.theme = theme;\n return this.renderMain();\n }}\n </ThemeContext.Consumer>\n );\n }\n\n public getStickyProp() {\n if (typeof this.props.sticky !== 'undefined') {\n return this.props.sticky;\n }\n\n if (this.isMobileLayout) {\n return false;\n }\n\n return true;\n }\n\n private renderMain() {\n const { isReadyToFix } = this.state;\n\n const isStickyDesktop = !this.isMobileLayout && this.getStickyProp() && isReadyToFix;\n const isStickyMobile = this.isMobileLayout && this.getStickyProp();\n\n const header = this.renderHeader;\n\n return (\n <CommonWrapper rootNodeRef={this.setRootNode} {...this.props}>\n <div data-tid={SidePageHeaderDataTids.root} ref={this.wrapperRef} className={styles.headerWrapper()}>\n {isStickyDesktop || isStickyMobile ? (\n <Sticky ref={this.stickyRef} side=\"top\">\n {header}\n </Sticky>\n ) : (\n header()\n )}\n </div>\n </CommonWrapper>\n );\n }\n\n private renderHeader = (fixed = false) => {\n const isDisplayed = this.props.hasSeparator || fixed;\n return (\n <div>\n <div\n className={cx(styles.header(this.theme), {\n [styles.headerFixed(this.theme)]: fixed,\n [styles.mobileHeader(this.theme)]: this.isMobileLayout,\n })}\n >\n {this.renderClose(fixed)}\n <div\n className={cx(styles.title(this.theme), {\n [styles.title5_1(this.theme)]: isThemeGTE(this.theme, '5.1'),\n [styles.mobileTitle(this.theme)]: this.isMobileLayout,\n [styles.titleFixed()]: fixed,\n })}\n >\n {isFunction(this.props.children) ? this.props.children(fixed) : this.props.children}\n </div>\n </div>\n {isDisplayed && <ModalSeparator fixed={fixed} />}\n </div>\n );\n };\n\n private renderClose = (fixed: boolean) => {\n const stickyOffset = parseInt(this.theme.sidePageHeaderStickyOffset);\n const versionGTE5_1 = isThemeGTE(this.theme, '5.1');\n return (\n <div\n className={cx(styles.wrapperClose(this.theme), {\n [styles.wrapperClose5_1(this.theme)]: versionGTE5_1,\n [styles.wrapperCloseFixed(this.theme)]: fixed,\n [styles.wrapperCloseFixed5_1(this.theme)]: fixed && versionGTE5_1,\n [styles.mobileWrapperClose(this.theme)]: this.isMobileLayout,\n [styles.mobileWrapperClose5_1(this.theme)]: this.isMobileLayout && versionGTE5_1,\n })}\n >\n {this.isMobileLayout ? (\n <SidePageCloseButton isHeaderFixed={fixed} isMobile />\n ) : (\n <Sticky side=\"top\" offset={stickyOffset}>\n <SidePageCloseButton isHeaderFixed={fixed} />\n </Sticky>\n )}\n </div>\n );\n };\n\n private updateReadyToFix = () => {\n if (this.wrapper) {\n const wrapperScrolledUp = getDOMRect(this.wrapper).top;\n const isReadyToFix = this.regularHeight + wrapperScrolledUp <= this.fixedHeaderHeight;\n this.setState((state) => (state.isReadyToFix !== isReadyToFix ? { ...state, isReadyToFix } : state));\n }\n };\n\n private wrapperRef = (el: HTMLElement | null) => {\n this.wrapper = el;\n };\n\n private stickyRef = (el: Sticky | null) => {\n this.sticky = el;\n };\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1,4 +1,4 @@
1
1
  import { LocaleHelper } from '../../../lib/locale/LocaleHelper';
2
- import { SidePageLocale } from './types';
2
+ import type { SidePageLocale } from './types';
3
3
  export * from './types';
4
4
  export declare const SidePageLocaleHelper: LocaleHelper<SidePageLocale>;
@@ -1 +1 @@
1
- {"version":3,"names":["_LocaleHelper","require","_en","_ru","_types","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","SidePageLocaleHelper","LocaleHelper","ru_RU","en_GB"],"sources":["index.ts"],"sourcesContent":["import { LocaleHelper } from '../../../lib/locale/LocaleHelper';\n\nimport { componentsLocales as en_GB } from './locales/en';\nimport { componentsLocales as ru_RU } from './locales/ru';\nimport { SidePageLocale } from './types';\n\nexport * from './types';\n\nexport const SidePageLocaleHelper = new LocaleHelper<SidePageLocale>({\n ru_RU,\n en_GB,\n});\n"],"mappings":"+HAAA,IAAAA,aAAA,GAAAC,OAAA;;AAEA,IAAAC,GAAA,GAAAD,OAAA;AACA,IAAAE,GAAA,GAAAF,OAAA;;;AAGA,IAAAG,MAAA,GAAAH,OAAA,YAAAI,MAAA,CAAAC,IAAA,CAAAF,MAAA,EAAAG,OAAA,WAAAC,GAAA,OAAAA,GAAA,kBAAAA,GAAA,8BAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA,cAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAJ,MAAA,CAAAI,GAAA,UAAAK,OAAA,CAAAL,GAAA,IAAAJ,MAAA,CAAAI,GAAA;;AAEO,IAAMM,oBAAoB,GAAAD,OAAA,CAAAC,oBAAA,GAAG,IAAIC,0BAAY,CAAiB;EACnEC,KAAK,EAALA,qBAAK;EACLC,KAAK,EAALA;AACF,CAAC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["_LocaleHelper","require","_en","_ru","_types","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","SidePageLocaleHelper","LocaleHelper","ru_RU","en_GB"],"sources":["index.ts"],"sourcesContent":["import { LocaleHelper } from '../../../lib/locale/LocaleHelper';\n\nimport { componentsLocales as en_GB } from './locales/en';\nimport { componentsLocales as ru_RU } from './locales/ru';\nimport type { SidePageLocale } from './types';\n\nexport * from './types';\n\nexport const SidePageLocaleHelper = new LocaleHelper<SidePageLocale>({\n ru_RU,\n en_GB,\n});\n"],"mappings":"+HAAA,IAAAA,aAAA,GAAAC,OAAA;;AAEA,IAAAC,GAAA,GAAAD,OAAA;AACA,IAAAE,GAAA,GAAAF,OAAA;;;AAGA,IAAAG,MAAA,GAAAH,OAAA,YAAAI,MAAA,CAAAC,IAAA,CAAAF,MAAA,EAAAG,OAAA,WAAAC,GAAA,OAAAA,GAAA,kBAAAA,GAAA,8BAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA,cAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAJ,MAAA,CAAAI,GAAA,UAAAK,OAAA,CAAAL,GAAA,IAAAJ,MAAA,CAAAI,GAAA;;AAEO,IAAMM,oBAAoB,GAAAD,OAAA,CAAAC,oBAAA,GAAG,IAAIC,0BAAY,CAAiB;EACnEC,KAAK,EAALA,qBAAK;EACLC,KAAK,EAALA;AACF,CAAC,CAAC","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- import { SidePageLocale } from '../types';
1
+ import type { SidePageLocale } from '../types';
2
2
  export declare const componentsLocales: SidePageLocale;
@@ -1 +1 @@
1
- {"version":3,"names":["componentsLocales","exports","closeButtonAriaLabel"],"sources":["en.ts"],"sourcesContent":["import { SidePageLocale } from '../types';\n\nexport const componentsLocales: SidePageLocale = {\n closeButtonAriaLabel: 'Close modal window',\n};\n"],"mappings":";;AAEO,IAAMA,iBAAiC,GAAAC,OAAA,CAAAD,iBAAA,GAAG;EAC/CE,oBAAoB,EAAE;AACxB,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["componentsLocales","exports","closeButtonAriaLabel"],"sources":["en.ts"],"sourcesContent":["import type { SidePageLocale } from '../types';\n\nexport const componentsLocales: SidePageLocale = {\n closeButtonAriaLabel: 'Close modal window',\n};\n"],"mappings":";;AAEO,IAAMA,iBAAiC,GAAAC,OAAA,CAAAD,iBAAA,GAAG;EAC/CE,oBAAoB,EAAE;AACxB,CAAC","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- import { SidePageLocale } from '../types';
1
+ import type { SidePageLocale } from '../types';
2
2
  export declare const componentsLocales: SidePageLocale;
@@ -1 +1 @@
1
- {"version":3,"names":["componentsLocales","exports","closeButtonAriaLabel"],"sources":["ru.ts"],"sourcesContent":["import { SidePageLocale } from '../types';\n\nexport const componentsLocales: SidePageLocale = {\n closeButtonAriaLabel: 'Закрыть модальное окно',\n};\n"],"mappings":";;AAEO,IAAMA,iBAAiC,GAAAC,OAAA,CAAAD,iBAAA,GAAG;EAC/CE,oBAAoB,EAAE;AACxB,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["componentsLocales","exports","closeButtonAriaLabel"],"sources":["ru.ts"],"sourcesContent":["import type { SidePageLocale } from '../types';\n\nexport const componentsLocales: SidePageLocale = {\n closeButtonAriaLabel: 'Закрыть модальное окно',\n};\n"],"mappings":";;AAEO,IAAMA,iBAAiC,GAAAC,OAAA,CAAAD,iBAAA,GAAG;EAC/CE,oBAAoB,EAAE;AACxB,CAAC","ignoreList":[]}
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
- import { Toast, ToastProps } from '../Toast/Toast';
2
+ import type { ToastProps } from '../Toast/Toast';
3
+ import { Toast } from '../Toast/Toast';
3
4
  /**
4
5
  * `SingleToast` — это короткое немодальное уведомление, которое сообщает пользователю о результате выполнения его команды.
5
6
  * Результат может быть положительным, отрицательным или нейтральным.
@@ -1,6 +1,7 @@
1
1
  "use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;exports.__esModule = true;exports.SingleToast = void 0;var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));var _inheritsLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/inheritsLoose"));var _react = _interopRequireDefault(require("react"));
2
2
  var _reactDom = _interopRequireDefault(require("react-dom"));
3
3
 
4
+
4
5
  var _Toast = require("../Toast/Toast");var _SingleToast;
5
6
 
6
7
  /**