@vkontakte/vkui 4.15.0 → 4.16.2

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 (349) hide show
  1. package/.cache/.eslintcache +1 -1
  2. package/.cache/.stylelintcache +1 -1
  3. package/.cache/.tsbuildinfo +391 -282
  4. package/.cache/ts/src/components/AppRoot/AppRoot.d.ts +1 -0
  5. package/.cache/ts/src/components/ChipsSelect/ChipsSelect.d.ts +1 -1
  6. package/.cache/ts/src/components/CustomSelect/CustomSelect.d.ts +2 -2
  7. package/.cache/ts/src/components/FixedLayout/FixedLayout.d.ts +4 -9
  8. package/.cache/ts/src/components/ModalPage/ModalPage.d.ts +1 -2
  9. package/.cache/ts/src/components/Root/Root.d.ts +5 -27
  10. package/.cache/ts/src/components/SimpleCheckbox/SimpleCheckbox.d.ts +9 -0
  11. package/.cache/ts/src/components/Tappable/Tappable.d.ts +12 -9
  12. package/.cache/ts/src/components/Touch/Touch.d.ts +1 -2
  13. package/.cache/ts/src/components/UsersStack/masks.d.ts +1 -1
  14. package/.cache/ts/src/hooks/useEventListener.d.ts +2 -2
  15. package/.cache/ts/src/hooks/useKeyboard.d.ts +11 -0
  16. package/.cache/ts/src/index.d.ts +1 -1
  17. package/.cache/ts/src/lib/select.d.ts +7 -0
  18. package/.cache/ts/src/lib/touch.d.ts +1 -1
  19. package/.cache/ts/src/lib/utils.d.ts +2 -3
  20. package/.cache/ts/src/types.d.ts +2 -6
  21. package/.cache/ts/src/unstable/index.d.ts +2 -0
  22. package/babel.cjs.config.js +7 -1
  23. package/babel.config.js +7 -1
  24. package/dist/cjs/components/AppRoot/AppRoot.d.ts +1 -0
  25. package/dist/cjs/components/AppRoot/AppRoot.js +29 -1
  26. package/dist/cjs/components/AppRoot/AppRoot.js.map +1 -1
  27. package/dist/cjs/components/Banner/Banner.js +1 -1
  28. package/dist/cjs/components/Banner/Banner.js.map +1 -1
  29. package/dist/cjs/components/Cell/Cell.js +3 -3
  30. package/dist/cjs/components/Cell/Cell.js.map +1 -1
  31. package/dist/cjs/components/ChipsSelect/ChipsSelect.d.ts +1 -1
  32. package/dist/cjs/components/ChipsSelect/ChipsSelect.js +5 -6
  33. package/dist/cjs/components/ChipsSelect/ChipsSelect.js.map +1 -1
  34. package/dist/cjs/components/ChipsSelect/useChipsSelect.js +2 -2
  35. package/dist/cjs/components/ChipsSelect/useChipsSelect.js.map +1 -1
  36. package/dist/cjs/components/CustomSelect/CustomSelect.d.ts +2 -2
  37. package/dist/cjs/components/CustomSelect/CustomSelect.js +3 -3
  38. package/dist/cjs/components/CustomSelect/CustomSelect.js.map +1 -1
  39. package/dist/cjs/components/FixedLayout/FixedLayout.d.ts +4 -9
  40. package/dist/cjs/components/FixedLayout/FixedLayout.js +91 -179
  41. package/dist/cjs/components/FixedLayout/FixedLayout.js.map +1 -1
  42. package/dist/cjs/components/Gallery/Gallery.js +2 -2
  43. package/dist/cjs/components/Gallery/Gallery.js.map +1 -1
  44. package/dist/cjs/components/Header/Header.js +1 -1
  45. package/dist/cjs/components/Header/Header.js.map +1 -1
  46. package/dist/cjs/components/ModalCardBase/ModalCardBase.js +6 -1
  47. package/dist/cjs/components/ModalCardBase/ModalCardBase.js.map +1 -1
  48. package/dist/cjs/components/ModalPage/ModalPage.d.ts +1 -2
  49. package/dist/cjs/components/ModalPage/ModalPage.js.map +1 -1
  50. package/dist/cjs/components/ModalRoot/ModalRoot.js +2 -2
  51. package/dist/cjs/components/ModalRoot/ModalRoot.js.map +1 -1
  52. package/dist/cjs/components/Panel/Panel.js +2 -2
  53. package/dist/cjs/components/Panel/Panel.js.map +1 -1
  54. package/dist/cjs/components/PanelHeaderContent/PanelHeaderContent.js +0 -1
  55. package/dist/cjs/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
  56. package/dist/cjs/components/PullToRefresh/PullToRefresh.js +2 -2
  57. package/dist/cjs/components/PullToRefresh/PullToRefresh.js.map +1 -1
  58. package/dist/cjs/components/RangeSlider/UniversalSlider.js +2 -2
  59. package/dist/cjs/components/RangeSlider/UniversalSlider.js.map +1 -1
  60. package/dist/cjs/components/Root/Root.d.ts +5 -27
  61. package/dist/cjs/components/Root/Root.js +158 -214
  62. package/dist/cjs/components/Root/Root.js.map +1 -1
  63. package/dist/cjs/components/Search/Search.js +3 -3
  64. package/dist/cjs/components/Search/Search.js.map +1 -1
  65. package/dist/cjs/components/SimpleCell/SimpleCell.js.map +1 -1
  66. package/dist/cjs/components/SimpleCheckbox/SimpleCheckbox.d.ts +9 -0
  67. package/dist/cjs/components/SimpleCheckbox/SimpleCheckbox.js +126 -0
  68. package/dist/cjs/components/SimpleCheckbox/SimpleCheckbox.js.map +1 -0
  69. package/dist/cjs/components/Snackbar/Snackbar.js +2 -2
  70. package/dist/cjs/components/Snackbar/Snackbar.js.map +1 -1
  71. package/dist/cjs/components/Tappable/Tappable.d.ts +12 -9
  72. package/dist/cjs/components/Tappable/Tappable.js +47 -36
  73. package/dist/cjs/components/Tappable/Tappable.js.map +1 -1
  74. package/dist/cjs/components/Touch/Touch.d.ts +1 -2
  75. package/dist/cjs/components/Touch/Touch.js +172 -283
  76. package/dist/cjs/components/Touch/Touch.js.map +1 -1
  77. package/dist/cjs/components/UsersStack/UsersStack.js +9 -18
  78. package/dist/cjs/components/UsersStack/UsersStack.js.map +1 -1
  79. package/dist/cjs/components/UsersStack/masks.d.ts +1 -1
  80. package/dist/cjs/components/UsersStack/masks.js +5 -8
  81. package/dist/cjs/components/UsersStack/masks.js.map +1 -1
  82. package/dist/cjs/components/View/View.js +2 -2
  83. package/dist/cjs/components/View/View.js.map +1 -1
  84. package/dist/cjs/components/View/ViewInfinite.js +2 -2
  85. package/dist/cjs/components/View/ViewInfinite.js.map +1 -1
  86. package/dist/cjs/hooks/useEventListener.d.ts +2 -2
  87. package/dist/cjs/hooks/useEventListener.js +9 -4
  88. package/dist/cjs/hooks/useEventListener.js.map +1 -1
  89. package/dist/cjs/hooks/useGlobalEventListener.js +2 -4
  90. package/dist/cjs/hooks/useGlobalEventListener.js.map +1 -1
  91. package/dist/cjs/hooks/useInsets.js +3 -10
  92. package/dist/cjs/hooks/useInsets.js.map +1 -1
  93. package/dist/cjs/hooks/useKeyboard.d.ts +11 -0
  94. package/dist/cjs/hooks/useKeyboard.js +78 -0
  95. package/dist/cjs/hooks/useKeyboard.js.map +1 -0
  96. package/dist/cjs/hooks/useKeyboardInputTracker.js +4 -2
  97. package/dist/cjs/hooks/useKeyboardInputTracker.js.map +1 -1
  98. package/dist/cjs/index.d.ts +1 -1
  99. package/dist/cjs/index.js +2 -2
  100. package/dist/cjs/index.js.map +1 -1
  101. package/dist/cjs/lib/select.d.ts +7 -0
  102. package/dist/cjs/lib/select.js +73 -0
  103. package/dist/cjs/lib/select.js.map +1 -0
  104. package/dist/cjs/lib/touch.d.ts +1 -1
  105. package/dist/cjs/lib/touch.js +6 -2
  106. package/dist/cjs/lib/touch.js.map +1 -1
  107. package/dist/cjs/lib/utils.d.ts +2 -3
  108. package/dist/cjs/lib/utils.js.map +1 -1
  109. package/dist/cjs/types.d.ts +2 -6
  110. package/dist/cjs/unstable/index.d.ts +2 -0
  111. package/dist/cjs/unstable/index.js +8 -0
  112. package/dist/cjs/unstable/index.js.map +1 -1
  113. package/dist/components/AppRoot/AppRoot.d.ts +1 -0
  114. package/dist/components/AppRoot/AppRoot.js +29 -5
  115. package/dist/components/AppRoot/AppRoot.js.map +1 -1
  116. package/dist/components/Banner/Banner.js +1 -1
  117. package/dist/components/Banner/Banner.js.map +1 -1
  118. package/dist/components/Cell/Cell.js +1 -1
  119. package/dist/components/Cell/Cell.js.map +1 -1
  120. package/dist/components/ChipsSelect/ChipsSelect.d.ts +1 -1
  121. package/dist/components/ChipsSelect/ChipsSelect.js +4 -6
  122. package/dist/components/ChipsSelect/ChipsSelect.js.map +1 -1
  123. package/dist/components/ChipsSelect/useChipsSelect.js +2 -2
  124. package/dist/components/ChipsSelect/useChipsSelect.js.map +1 -1
  125. package/dist/components/CustomSelect/CustomSelect.d.ts +2 -2
  126. package/dist/components/CustomSelect/CustomSelect.js +2 -3
  127. package/dist/components/CustomSelect/CustomSelect.js.map +1 -1
  128. package/dist/components/FixedLayout/FixedLayout.d.ts +4 -9
  129. package/dist/components/FixedLayout/FixedLayout.js +84 -175
  130. package/dist/components/FixedLayout/FixedLayout.js.map +1 -1
  131. package/dist/components/Gallery/Gallery.js +1 -1
  132. package/dist/components/Gallery/Gallery.js.map +1 -1
  133. package/dist/components/Header/Header.js +1 -1
  134. package/dist/components/Header/Header.js.map +1 -1
  135. package/dist/components/ModalCardBase/ModalCardBase.js +5 -1
  136. package/dist/components/ModalCardBase/ModalCardBase.js.map +1 -1
  137. package/dist/components/ModalPage/ModalPage.d.ts +1 -2
  138. package/dist/components/ModalPage/ModalPage.js.map +1 -1
  139. package/dist/components/ModalRoot/ModalRoot.js +1 -1
  140. package/dist/components/ModalRoot/ModalRoot.js.map +1 -1
  141. package/dist/components/Panel/Panel.js +1 -1
  142. package/dist/components/Panel/Panel.js.map +1 -1
  143. package/dist/components/PanelHeaderContent/PanelHeaderContent.js +0 -1
  144. package/dist/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
  145. package/dist/components/PullToRefresh/PullToRefresh.js +1 -1
  146. package/dist/components/PullToRefresh/PullToRefresh.js.map +1 -1
  147. package/dist/components/RangeSlider/UniversalSlider.js +1 -1
  148. package/dist/components/RangeSlider/UniversalSlider.js.map +1 -1
  149. package/dist/components/Root/Root.d.ts +5 -27
  150. package/dist/components/Root/Root.js +152 -207
  151. package/dist/components/Root/Root.js.map +1 -1
  152. package/dist/components/Search/Search.js +1 -1
  153. package/dist/components/Search/Search.js.map +1 -1
  154. package/dist/components/SimpleCell/SimpleCell.js.map +1 -1
  155. package/dist/components/SimpleCheckbox/SimpleCheckbox.d.ts +9 -0
  156. package/dist/components/SimpleCheckbox/SimpleCheckbox.js +97 -0
  157. package/dist/components/SimpleCheckbox/SimpleCheckbox.js.map +1 -0
  158. package/dist/components/Snackbar/Snackbar.js +1 -1
  159. package/dist/components/Snackbar/Snackbar.js.map +1 -1
  160. package/dist/components/Tappable/Tappable.d.ts +12 -9
  161. package/dist/components/Tappable/Tappable.js +45 -37
  162. package/dist/components/Tappable/Tappable.js.map +1 -1
  163. package/dist/components/Touch/Touch.d.ts +1 -2
  164. package/dist/components/Touch/Touch.js +163 -286
  165. package/dist/components/Touch/Touch.js.map +1 -1
  166. package/dist/components/UsersStack/UsersStack.js +7 -16
  167. package/dist/components/UsersStack/UsersStack.js.map +1 -1
  168. package/dist/components/UsersStack/masks.d.ts +1 -1
  169. package/dist/components/UsersStack/masks.js +6 -9
  170. package/dist/components/UsersStack/masks.js.map +1 -1
  171. package/dist/components/View/View.js +1 -1
  172. package/dist/components/View/View.js.map +1 -1
  173. package/dist/components/View/ViewInfinite.js +1 -1
  174. package/dist/components/View/ViewInfinite.js.map +1 -1
  175. package/dist/components.css +1 -1
  176. package/dist/components.css.map +1 -1
  177. package/dist/cssm/components/ActionSheetItem/ActionSheetItem.css +1 -1
  178. package/dist/cssm/components/AppRoot/AppRoot.css +1 -0
  179. package/dist/cssm/components/AppRoot/AppRoot.js +30 -2
  180. package/dist/cssm/components/AppRoot/AppRoot.js.map +1 -1
  181. package/dist/cssm/components/Banner/Banner.css +1 -1
  182. package/dist/cssm/components/Banner/Banner.js +1 -1
  183. package/dist/cssm/components/Banner/Banner.js.map +1 -1
  184. package/dist/cssm/components/Cell/Cell.js +1 -1
  185. package/dist/cssm/components/Cell/Cell.js.map +1 -1
  186. package/dist/cssm/components/ChipsSelect/ChipsSelect.js +4 -6
  187. package/dist/cssm/components/ChipsSelect/ChipsSelect.js.map +1 -1
  188. package/dist/cssm/components/ChipsSelect/useChipsSelect.js +2 -2
  189. package/dist/cssm/components/ChipsSelect/useChipsSelect.js.map +1 -1
  190. package/dist/cssm/components/CustomSelect/CustomSelect.js +2 -3
  191. package/dist/cssm/components/CustomSelect/CustomSelect.js.map +1 -1
  192. package/dist/cssm/components/FixedLayout/FixedLayout.js +84 -175
  193. package/dist/cssm/components/FixedLayout/FixedLayout.js.map +1 -1
  194. package/dist/cssm/components/Gallery/Gallery.js +1 -1
  195. package/dist/cssm/components/Gallery/Gallery.js.map +1 -1
  196. package/dist/cssm/components/Header/Header.js +1 -1
  197. package/dist/cssm/components/Header/Header.js.map +1 -1
  198. package/dist/cssm/components/ModalCardBase/ModalCardBase.css +1 -1
  199. package/dist/cssm/components/ModalCardBase/ModalCardBase.js +5 -1
  200. package/dist/cssm/components/ModalCardBase/ModalCardBase.js.map +1 -1
  201. package/dist/cssm/components/ModalPage/ModalPage.js.map +1 -1
  202. package/dist/cssm/components/ModalRoot/ModalRoot.css +1 -1
  203. package/dist/cssm/components/ModalRoot/ModalRoot.js +1 -1
  204. package/dist/cssm/components/ModalRoot/ModalRoot.js.map +1 -1
  205. package/dist/cssm/components/Panel/Panel.js +1 -1
  206. package/dist/cssm/components/Panel/Panel.js.map +1 -1
  207. package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.css +1 -1
  208. package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.js +0 -1
  209. package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
  210. package/dist/cssm/components/PullToRefresh/PullToRefresh.js +1 -1
  211. package/dist/cssm/components/PullToRefresh/PullToRefresh.js.map +1 -1
  212. package/dist/cssm/components/RangeSlider/UniversalSlider.js +1 -1
  213. package/dist/cssm/components/RangeSlider/UniversalSlider.js.map +1 -1
  214. package/dist/cssm/components/Root/Root.js +152 -207
  215. package/dist/cssm/components/Root/Root.js.map +1 -1
  216. package/dist/cssm/components/Search/Search.js +1 -1
  217. package/dist/cssm/components/Search/Search.js.map +1 -1
  218. package/dist/cssm/components/SimpleCell/SimpleCell.js.map +1 -1
  219. package/dist/cssm/components/SimpleCheckbox/SimpleCheckbox.css +1 -0
  220. package/dist/cssm/components/SimpleCheckbox/SimpleCheckbox.js +98 -0
  221. package/dist/cssm/components/SimpleCheckbox/SimpleCheckbox.js.map +1 -0
  222. package/dist/cssm/components/Snackbar/Snackbar.js +1 -1
  223. package/dist/cssm/components/Snackbar/Snackbar.js.map +1 -1
  224. package/dist/cssm/components/Tappable/Tappable.js +45 -37
  225. package/dist/cssm/components/Tappable/Tappable.js.map +1 -1
  226. package/dist/cssm/components/Touch/Touch.js +163 -286
  227. package/dist/cssm/components/Touch/Touch.js.map +1 -1
  228. package/dist/cssm/components/UsersStack/UsersStack.css +1 -1
  229. package/dist/cssm/components/UsersStack/UsersStack.js +7 -16
  230. package/dist/cssm/components/UsersStack/UsersStack.js.map +1 -1
  231. package/dist/cssm/components/UsersStack/masks.js +6 -9
  232. package/dist/cssm/components/UsersStack/masks.js.map +1 -1
  233. package/dist/cssm/components/View/View.js +1 -1
  234. package/dist/cssm/components/View/View.js.map +1 -1
  235. package/dist/cssm/components/View/ViewInfinite.js +1 -1
  236. package/dist/cssm/components/View/ViewInfinite.js.map +1 -1
  237. package/dist/cssm/hooks/useEventListener.js +8 -4
  238. package/dist/cssm/hooks/useEventListener.js.map +1 -1
  239. package/dist/cssm/hooks/useGlobalEventListener.js +2 -2
  240. package/dist/cssm/hooks/useGlobalEventListener.js.map +1 -1
  241. package/dist/cssm/hooks/useInsets.js +2 -10
  242. package/dist/cssm/hooks/useInsets.js.map +1 -1
  243. package/dist/cssm/hooks/useKeyboard.js +62 -0
  244. package/dist/cssm/hooks/useKeyboard.js.map +1 -0
  245. package/dist/cssm/hooks/useKeyboardInputTracker.js +4 -2
  246. package/dist/cssm/hooks/useKeyboardInputTracker.js.map +1 -1
  247. package/dist/cssm/index.js +1 -1
  248. package/dist/cssm/index.js.map +1 -1
  249. package/dist/cssm/lib/select.js +62 -0
  250. package/dist/cssm/lib/select.js.map +1 -0
  251. package/dist/cssm/lib/touch.js +5 -2
  252. package/dist/cssm/lib/touch.js.map +1 -1
  253. package/dist/cssm/lib/utils.js.map +1 -1
  254. package/dist/cssm/styles/animations.css +1 -1
  255. package/dist/cssm/styles/common.css +1 -1
  256. package/dist/cssm/styles/components.css +1 -1
  257. package/dist/cssm/styles/constants.css +1 -1
  258. package/dist/cssm/styles/unstable.css +1 -1
  259. package/dist/cssm/unstable/index.js +1 -0
  260. package/dist/cssm/unstable/index.js.map +1 -1
  261. package/dist/hooks/useEventListener.d.ts +2 -2
  262. package/dist/hooks/useEventListener.js +8 -4
  263. package/dist/hooks/useEventListener.js.map +1 -1
  264. package/dist/hooks/useGlobalEventListener.js +2 -2
  265. package/dist/hooks/useGlobalEventListener.js.map +1 -1
  266. package/dist/hooks/useInsets.js +2 -10
  267. package/dist/hooks/useInsets.js.map +1 -1
  268. package/dist/hooks/useKeyboard.d.ts +11 -0
  269. package/dist/hooks/useKeyboard.js +62 -0
  270. package/dist/hooks/useKeyboard.js.map +1 -0
  271. package/dist/hooks/useKeyboardInputTracker.js +4 -2
  272. package/dist/hooks/useKeyboardInputTracker.js.map +1 -1
  273. package/dist/index.d.ts +1 -1
  274. package/dist/index.js +1 -1
  275. package/dist/index.js.map +1 -1
  276. package/dist/lib/select.d.ts +7 -0
  277. package/dist/lib/select.js +62 -0
  278. package/dist/lib/select.js.map +1 -0
  279. package/dist/lib/touch.d.ts +1 -1
  280. package/dist/lib/touch.js +5 -2
  281. package/dist/lib/touch.js.map +1 -1
  282. package/dist/lib/utils.d.ts +2 -3
  283. package/dist/lib/utils.js.map +1 -1
  284. package/dist/types.d.ts +2 -6
  285. package/dist/unstable/index.d.ts +2 -0
  286. package/dist/unstable/index.js +1 -0
  287. package/dist/unstable/index.js.map +1 -1
  288. package/dist/unstable.css +1 -1
  289. package/dist/unstable.css.map +1 -1
  290. package/dist/vkui.css +1 -1
  291. package/dist/vkui.css.map +1 -1
  292. package/package.json +4 -2
  293. package/postcss.config.js +1 -1
  294. package/src/components/ActionSheetItem/ActionSheetItem.css +4 -8
  295. package/src/components/AppRoot/AppRoot.css +20 -0
  296. package/src/components/AppRoot/AppRoot.tsx +30 -0
  297. package/src/components/Banner/Banner.css +4 -0
  298. package/src/components/Banner/Banner.tsx +1 -1
  299. package/src/components/Cell/Cell.tsx +1 -1
  300. package/src/components/ChipsSelect/ChipsSelect.tsx +4 -7
  301. package/src/components/ChipsSelect/Readme.md +0 -2
  302. package/src/components/ChipsSelect/useChipsSelect.ts +1 -1
  303. package/src/components/CustomSelect/CustomSelect.tsx +3 -2
  304. package/src/components/FixedLayout/FixedLayout.tsx +61 -147
  305. package/src/components/Gallery/Gallery.tsx +1 -1
  306. package/src/components/Header/Header.tsx +1 -1
  307. package/src/components/ModalCardBase/ModalCardBase.css +4 -0
  308. package/src/components/ModalCardBase/ModalCardBase.tsx +5 -1
  309. package/src/components/ModalPage/ModalPage.tsx +1 -2
  310. package/src/components/ModalRoot/ModalRoot.css +10 -0
  311. package/src/components/ModalRoot/ModalRoot.tsx +1 -1
  312. package/src/components/Panel/Panel.tsx +1 -1
  313. package/src/components/PanelHeaderContent/PanelHeaderContent.css +2 -1
  314. package/src/components/PanelHeaderContent/PanelHeaderContent.tsx +2 -2
  315. package/src/components/PullToRefresh/PullToRefresh.tsx +1 -1
  316. package/src/components/RangeSlider/UniversalSlider.tsx +1 -1
  317. package/src/components/Root/Readme.md +27 -37
  318. package/src/components/Root/Root.tsx +112 -191
  319. package/src/components/Search/Search.tsx +1 -1
  320. package/src/components/Separator/Readme.md +3 -1
  321. package/src/components/SimpleCell/SimpleCell.tsx +1 -1
  322. package/src/components/SimpleCheckbox/Readme.md +17 -0
  323. package/src/components/SimpleCheckbox/SimpleCheckbox.css +115 -0
  324. package/src/components/SimpleCheckbox/SimpleCheckbox.tsx +105 -0
  325. package/src/components/Snackbar/Snackbar.tsx +1 -1
  326. package/src/components/Tappable/Tappable.tsx +28 -37
  327. package/src/components/Touch/Touch.tsx +100 -238
  328. package/src/components/UsersStack/UsersStack.css +5 -9
  329. package/src/components/UsersStack/UsersStack.tsx +4 -11
  330. package/src/components/UsersStack/masks.tsx +6 -9
  331. package/src/components/View/Readme.md +34 -42
  332. package/src/components/View/View.tsx +1 -1
  333. package/src/components/View/ViewInfinite.tsx +1 -1
  334. package/src/hooks/useEventListener.ts +11 -8
  335. package/src/hooks/useGlobalEventListener.ts +2 -2
  336. package/src/hooks/useInsets.ts +2 -8
  337. package/src/hooks/useKeyboard.ts +67 -0
  338. package/src/hooks/useKeyboardInputTracker.ts +4 -2
  339. package/src/index.ts +1 -1
  340. package/src/lib/select.ts +53 -0
  341. package/src/lib/touch.ts +2 -2
  342. package/src/lib/utils.ts +3 -4
  343. package/src/styles/animations.css +0 -14
  344. package/src/styles/common.css +0 -21
  345. package/src/styles/components.css +2 -0
  346. package/src/styles/constants.css +3 -0
  347. package/src/styles/unstable.css +1 -0
  348. package/src/types.ts +2 -8
  349. package/src/unstable/index.ts +3 -0
@@ -1 +1 @@
1
- [{"/home/runner/work/VKUI/VKUI/src/styles/animations.css":"1","/home/runner/work/VKUI/VKUI/src/styles/bright_light.css":"2","/home/runner/work/VKUI/VKUI/src/styles/common.css":"3","/home/runner/work/VKUI/VKUI/src/styles/components.css":"4","/home/runner/work/VKUI/VKUI/src/styles/constants.css":"5","/home/runner/work/VKUI/VKUI/src/styles/space_gray.css":"6","/home/runner/work/VKUI/VKUI/src/styles/themes.css":"7","/home/runner/work/VKUI/VKUI/src/styles/unstable.css":"8","/home/runner/work/VKUI/VKUI/src/styles/vkcom.css":"9","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.css":"10","/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.css":"11","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.css":"12","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.css":"13","/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.css":"14","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.css":"15","/home/runner/work/VKUI/VKUI/src/components/Button/Button.css":"16","/home/runner/work/VKUI/VKUI/src/components/Card/Card.css":"17","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.css":"18","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.css":"19","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.css":"20","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.css":"21","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.css":"22","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.css":"23","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.css":"24","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.css":"25","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.css":"26","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.css":"27","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.css":"28","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.css":"29","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.css":"30","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.css":"31","/home/runner/work/VKUI/VKUI/src/components/Div/Div.css":"32","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.css":"33","/home/runner/work/VKUI/VKUI/src/components/File/File.css":"34","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.css":"35","/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.css":"36","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.css":"37","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.css":"38","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.css":"39","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.css":"40","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.css":"41","/home/runner/work/VKUI/VKUI/src/components/FormStatus/FormStatus.css":"42","/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.css":"43","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.css":"44","/home/runner/work/VKUI/VKUI/src/components/Group/Group.css":"45","/home/runner/work/VKUI/VKUI/src/components/Header/Header.css":"46","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.css":"47","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.css":"48","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.css":"49","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.css":"50","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.css":"51","/home/runner/work/VKUI/VKUI/src/components/Input/Input.css":"52","/home/runner/work/VKUI/VKUI/src/components/Link/Link.css":"53","/home/runner/work/VKUI/VKUI/src/components/List/List.css":"54","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.css":"55","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.css":"56","/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.css":"57","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.css":"58","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.css":"59","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.css":"60","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.css":"61","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.css":"62","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.css":"63","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.css":"64","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.css":"65","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.css":"66","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.css":"67","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.css":"68","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.css":"69","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.css":"70","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.css":"71","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.css":"72","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.css":"73","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.css":"74","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.css":"75","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.css":"76","/home/runner/work/VKUI/VKUI/src/components/Root/Root.css":"77","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.css":"78","/home/runner/work/VKUI/VKUI/src/components/Search/Search.css":"79","/home/runner/work/VKUI/VKUI/src/components/Select/Select.css":"80","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.css":"81","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.css":"82","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.css":"83","/home/runner/work/VKUI/VKUI/src/components/SliderSwitch/SliderSwitch.css":"84","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.css":"85","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.css":"86","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.css":"87","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.css":"88","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.css":"89","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.css":"90","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.css":"91","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.css":"92","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.css":"93","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.css":"94","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.css":"95","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.css":"96","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.css":"97","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.css":"98","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.css":"99","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.css":"100","/home/runner/work/VKUI/VKUI/src/components/View/View.css":"101","/home/runner/work/VKUI/VKUI/src/components/View/ViewIOS.css":"102","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.css":"103","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.css":"104","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.css":"105","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.css":"106","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.css":"107","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.css":"108","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.css":"109"},{"size":238,"mtime":1631733934590,"hashOfConfig":"110"},{"size":9563,"mtime":1631733934590,"hashOfConfig":"110"},{"size":846,"mtime":1631733934590,"hashOfConfig":"110"},{"size":5483,"mtime":1631733934590,"hashOfConfig":"110"},{"size":1591,"mtime":1631733934590,"hashOfConfig":"110"},{"size":9643,"mtime":1631733934590,"hashOfConfig":"110"},{"size":81,"mtime":1631733934590,"hashOfConfig":"110"},{"size":65,"mtime":1631733934590,"hashOfConfig":"110"},{"size":9526,"mtime":1631733934590,"hashOfConfig":"110"},{"size":2973,"mtime":1631733934498,"hashOfConfig":"110"},{"size":5796,"mtime":1631733934554,"hashOfConfig":"110"},{"size":5191,"mtime":1631733934554,"hashOfConfig":"110"},{"size":2040,"mtime":1631733934554,"hashOfConfig":"110"},{"size":328,"mtime":1631733934554,"hashOfConfig":"110"},{"size":2356,"mtime":1631733934554,"hashOfConfig":"110"},{"size":4843,"mtime":1631733934554,"hashOfConfig":"110"},{"size":764,"mtime":1631733934558,"hashOfConfig":"110"},{"size":1091,"mtime":1631733934558,"hashOfConfig":"110"},{"size":1278,"mtime":1631733934558,"hashOfConfig":"110"},{"size":1536,"mtime":1631733934558,"hashOfConfig":"110"},{"size":742,"mtime":1631733934558,"hashOfConfig":"110"},{"size":1745,"mtime":1631733934558,"hashOfConfig":"110"},{"size":951,"mtime":1631733934558,"hashOfConfig":"110"},{"size":1155,"mtime":1631733934558,"hashOfConfig":"110"},{"size":1108,"mtime":1631733934562,"hashOfConfig":"110"},{"size":465,"mtime":1631733934562,"hashOfConfig":"110"},{"size":1771,"mtime":1631733934562,"hashOfConfig":"110"},{"size":1186,"mtime":1631733934562,"hashOfConfig":"110"},{"size":1303,"mtime":1631733934562,"hashOfConfig":"110"},{"size":1043,"mtime":1631733934562,"hashOfConfig":"110"},{"size":357,"mtime":1631733934562,"hashOfConfig":"110"},{"size":122,"mtime":1631733934566,"hashOfConfig":"110"},{"size":41,"mtime":1631733934566,"hashOfConfig":"110"},{"size":44,"mtime":1631733934566,"hashOfConfig":"110"},{"size":510,"mtime":1631733934566,"hashOfConfig":"110"},{"size":1658,"mtime":1631733934566,"hashOfConfig":"110"},{"size":141,"mtime":1631733934566,"hashOfConfig":"110"},{"size":2081,"mtime":1631733934566,"hashOfConfig":"110"},{"size":1378,"mtime":1631733934566,"hashOfConfig":"110"},{"size":227,"mtime":1631733934566,"hashOfConfig":"110"},{"size":286,"mtime":1631733934566,"hashOfConfig":"110"},{"size":740,"mtime":1631733934566,"hashOfConfig":"110"},{"size":1003,"mtime":1631733934566,"hashOfConfig":"110"},{"size":1771,"mtime":1631733934566,"hashOfConfig":"110"},{"size":1623,"mtime":1631733934566,"hashOfConfig":"110"},{"size":2364,"mtime":1631733934566,"hashOfConfig":"110"},{"size":1991,"mtime":1631733934566,"hashOfConfig":"110"},{"size":573,"mtime":1631733934566,"hashOfConfig":"110"},{"size":1235,"mtime":1631733934566,"hashOfConfig":"110"},{"size":1369,"mtime":1631733934570,"hashOfConfig":"110"},{"size":243,"mtime":1631733934570,"hashOfConfig":"110"},{"size":830,"mtime":1631733934570,"hashOfConfig":"110"},{"size":287,"mtime":1631733934570,"hashOfConfig":"110"},{"size":9,"mtime":1631733934570,"hashOfConfig":"110"},{"size":1120,"mtime":1631733934570,"hashOfConfig":"110"},{"size":1146,"mtime":1631733934570,"hashOfConfig":"110"},{"size":1673,"mtime":1631733934570,"hashOfConfig":"110"},{"size":648,"mtime":1631733934570,"hashOfConfig":"110"},{"size":2614,"mtime":1631733934570,"hashOfConfig":"110"},{"size":4794,"mtime":1631733934570,"hashOfConfig":"110"},{"size":1208,"mtime":1631733934574,"hashOfConfig":"110"},{"size":2238,"mtime":1631733934574,"hashOfConfig":"110"},{"size":5509,"mtime":1631733934574,"hashOfConfig":"110"},{"size":154,"mtime":1631733934574,"hashOfConfig":"110"},{"size":1616,"mtime":1631733934574,"hashOfConfig":"110"},{"size":1355,"mtime":1631733934574,"hashOfConfig":"110"},{"size":2896,"mtime":1631733934574,"hashOfConfig":"110"},{"size":812,"mtime":1631733934578,"hashOfConfig":"110"},{"size":455,"mtime":1631733934578,"hashOfConfig":"110"},{"size":1834,"mtime":1631733934578,"hashOfConfig":"110"},{"size":211,"mtime":1631733934578,"hashOfConfig":"110"},{"size":935,"mtime":1631733934578,"hashOfConfig":"110"},{"size":2002,"mtime":1631733934578,"hashOfConfig":"110"},{"size":4031,"mtime":1631733934578,"hashOfConfig":"110"},{"size":3331,"mtime":1631733934578,"hashOfConfig":"110"},{"size":1828,"mtime":1631733934578,"hashOfConfig":"110"},{"size":2898,"mtime":1631733934578,"hashOfConfig":"110"},{"size":648,"mtime":1631733934578,"hashOfConfig":"110"},{"size":6334,"mtime":1631733934578,"hashOfConfig":"110"},{"size":1012,"mtime":1631733934578,"hashOfConfig":"110"},{"size":837,"mtime":1631733934578,"hashOfConfig":"110"},{"size":5235,"mtime":1631733934578,"hashOfConfig":"110"},{"size":2184,"mtime":1631733934582,"hashOfConfig":"110"},{"size":1685,"mtime":1631733934582,"hashOfConfig":"110"},{"size":2878,"mtime":1631733934582,"hashOfConfig":"110"},{"size":744,"mtime":1631733934582,"hashOfConfig":"110"},{"size":443,"mtime":1631733934582,"hashOfConfig":"110"},{"size":402,"mtime":1631733934582,"hashOfConfig":"110"},{"size":916,"mtime":1631733934582,"hashOfConfig":"110"},{"size":705,"mtime":1631733934582,"hashOfConfig":"110"},{"size":1728,"mtime":1631733934582,"hashOfConfig":"110"},{"size":3487,"mtime":1631733934582,"hashOfConfig":"110"},{"size":849,"mtime":1631733934582,"hashOfConfig":"110"},{"size":1263,"mtime":1631733934582,"hashOfConfig":"110"},{"size":2021,"mtime":1631733934582,"hashOfConfig":"110"},{"size":3410,"mtime":1631733934582,"hashOfConfig":"110"},{"size":2257,"mtime":1631733934582,"hashOfConfig":"110"},{"size":705,"mtime":1631733934582,"hashOfConfig":"110"},{"size":2787,"mtime":1631733934586,"hashOfConfig":"110"},{"size":1987,"mtime":1631733934590,"hashOfConfig":"110"},{"size":1830,"mtime":1631733934590,"hashOfConfig":"110"},{"size":3062,"mtime":1631733934590,"hashOfConfig":"110"},{"size":1759,"mtime":1631733934590,"hashOfConfig":"110"},{"size":1284,"mtime":1631733934590,"hashOfConfig":"110"},{"size":630,"mtime":1631733934586,"hashOfConfig":"110"},{"size":307,"mtime":1631733934586,"hashOfConfig":"110"},{"size":325,"mtime":1631733934586,"hashOfConfig":"110"},{"size":283,"mtime":1631733934586,"hashOfConfig":"110"},{"size":557,"mtime":1631733934586,"hashOfConfig":"110"},"16giffr"]
1
+ [{"/home/runner/work/VKUI/VKUI/src/styles/animations.css":"1","/home/runner/work/VKUI/VKUI/src/styles/bright_light.css":"2","/home/runner/work/VKUI/VKUI/src/styles/common.css":"3","/home/runner/work/VKUI/VKUI/src/styles/components.css":"4","/home/runner/work/VKUI/VKUI/src/styles/constants.css":"5","/home/runner/work/VKUI/VKUI/src/styles/space_gray.css":"6","/home/runner/work/VKUI/VKUI/src/styles/themes.css":"7","/home/runner/work/VKUI/VKUI/src/styles/unstable.css":"8","/home/runner/work/VKUI/VKUI/src/styles/vkcom.css":"9","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.css":"10","/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.css":"11","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.css":"12","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.css":"13","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.css":"14","/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.css":"15","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.css":"16","/home/runner/work/VKUI/VKUI/src/components/Button/Button.css":"17","/home/runner/work/VKUI/VKUI/src/components/Card/Card.css":"18","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.css":"19","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.css":"20","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.css":"21","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.css":"22","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.css":"23","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.css":"24","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.css":"25","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.css":"26","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.css":"27","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.css":"28","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.css":"29","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.css":"30","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.css":"31","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.css":"32","/home/runner/work/VKUI/VKUI/src/components/Div/Div.css":"33","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.css":"34","/home/runner/work/VKUI/VKUI/src/components/File/File.css":"35","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.css":"36","/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.css":"37","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.css":"38","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.css":"39","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.css":"40","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.css":"41","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.css":"42","/home/runner/work/VKUI/VKUI/src/components/FormStatus/FormStatus.css":"43","/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.css":"44","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.css":"45","/home/runner/work/VKUI/VKUI/src/components/Group/Group.css":"46","/home/runner/work/VKUI/VKUI/src/components/Header/Header.css":"47","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.css":"48","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.css":"49","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.css":"50","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.css":"51","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.css":"52","/home/runner/work/VKUI/VKUI/src/components/Input/Input.css":"53","/home/runner/work/VKUI/VKUI/src/components/Link/Link.css":"54","/home/runner/work/VKUI/VKUI/src/components/List/List.css":"55","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.css":"56","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.css":"57","/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.css":"58","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.css":"59","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.css":"60","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.css":"61","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.css":"62","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.css":"63","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.css":"64","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.css":"65","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.css":"66","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.css":"67","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.css":"68","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.css":"69","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.css":"70","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.css":"71","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.css":"72","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.css":"73","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.css":"74","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.css":"75","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.css":"76","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.css":"77","/home/runner/work/VKUI/VKUI/src/components/Root/Root.css":"78","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.css":"79","/home/runner/work/VKUI/VKUI/src/components/Search/Search.css":"80","/home/runner/work/VKUI/VKUI/src/components/Select/Select.css":"81","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.css":"82","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.css":"83","/home/runner/work/VKUI/VKUI/src/components/SimpleCheckbox/SimpleCheckbox.css":"84","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.css":"85","/home/runner/work/VKUI/VKUI/src/components/SliderSwitch/SliderSwitch.css":"86","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.css":"87","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.css":"88","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.css":"89","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.css":"90","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.css":"91","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.css":"92","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.css":"93","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.css":"94","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.css":"95","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.css":"96","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.css":"97","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.css":"98","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.css":"99","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.css":"100","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.css":"101","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.css":"102","/home/runner/work/VKUI/VKUI/src/components/View/View.css":"103","/home/runner/work/VKUI/VKUI/src/components/View/ViewIOS.css":"104","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.css":"105","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.css":"106","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.css":"107","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.css":"108","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.css":"109","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.css":"110","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.css":"111"},{"size":113,"mtime":1632928563523,"hashOfConfig":"112"},{"size":9563,"mtime":1632928563523,"hashOfConfig":"112"},{"size":569,"mtime":1632928563523,"hashOfConfig":"112"},{"size":5529,"mtime":1632928563523,"hashOfConfig":"112"},{"size":1630,"mtime":1632928563523,"hashOfConfig":"112"},{"size":9643,"mtime":1632928563523,"hashOfConfig":"112"},{"size":81,"mtime":1632928563523,"hashOfConfig":"112"},{"size":124,"mtime":1632928563523,"hashOfConfig":"112"},{"size":9526,"mtime":1632928563523,"hashOfConfig":"112"},{"size":2973,"mtime":1632928563407,"hashOfConfig":"112"},{"size":5728,"mtime":1632928563475,"hashOfConfig":"112"},{"size":5191,"mtime":1632928563475,"hashOfConfig":"112"},{"size":276,"mtime":1632928563475,"hashOfConfig":"112"},{"size":2040,"mtime":1632928563475,"hashOfConfig":"112"},{"size":328,"mtime":1632928563475,"hashOfConfig":"112"},{"size":2395,"mtime":1632928563475,"hashOfConfig":"112"},{"size":4843,"mtime":1632928563479,"hashOfConfig":"112"},{"size":764,"mtime":1632928563479,"hashOfConfig":"112"},{"size":1091,"mtime":1632928563479,"hashOfConfig":"112"},{"size":1278,"mtime":1632928563479,"hashOfConfig":"112"},{"size":1536,"mtime":1632928563479,"hashOfConfig":"112"},{"size":742,"mtime":1632928563479,"hashOfConfig":"112"},{"size":1745,"mtime":1632928563483,"hashOfConfig":"112"},{"size":951,"mtime":1632928563483,"hashOfConfig":"112"},{"size":1155,"mtime":1632928563483,"hashOfConfig":"112"},{"size":1108,"mtime":1632928563487,"hashOfConfig":"112"},{"size":465,"mtime":1632928563487,"hashOfConfig":"112"},{"size":1771,"mtime":1632928563487,"hashOfConfig":"112"},{"size":1186,"mtime":1632928563487,"hashOfConfig":"112"},{"size":1303,"mtime":1632928563487,"hashOfConfig":"112"},{"size":1043,"mtime":1632928563487,"hashOfConfig":"112"},{"size":357,"mtime":1632928563487,"hashOfConfig":"112"},{"size":122,"mtime":1632928563491,"hashOfConfig":"112"},{"size":41,"mtime":1632928563491,"hashOfConfig":"112"},{"size":44,"mtime":1632928563491,"hashOfConfig":"112"},{"size":510,"mtime":1632928563491,"hashOfConfig":"112"},{"size":1658,"mtime":1632928563491,"hashOfConfig":"112"},{"size":141,"mtime":1632928563491,"hashOfConfig":"112"},{"size":2081,"mtime":1632928563491,"hashOfConfig":"112"},{"size":1378,"mtime":1632928563491,"hashOfConfig":"112"},{"size":227,"mtime":1632928563491,"hashOfConfig":"112"},{"size":286,"mtime":1632928563491,"hashOfConfig":"112"},{"size":740,"mtime":1632928563491,"hashOfConfig":"112"},{"size":1003,"mtime":1632928563491,"hashOfConfig":"112"},{"size":1771,"mtime":1632928563491,"hashOfConfig":"112"},{"size":1623,"mtime":1632928563491,"hashOfConfig":"112"},{"size":2364,"mtime":1632928563491,"hashOfConfig":"112"},{"size":1991,"mtime":1632928563495,"hashOfConfig":"112"},{"size":573,"mtime":1632928563495,"hashOfConfig":"112"},{"size":1235,"mtime":1632928563495,"hashOfConfig":"112"},{"size":1369,"mtime":1632928563495,"hashOfConfig":"112"},{"size":243,"mtime":1632928563495,"hashOfConfig":"112"},{"size":830,"mtime":1632928563495,"hashOfConfig":"112"},{"size":287,"mtime":1632928563495,"hashOfConfig":"112"},{"size":9,"mtime":1632928563495,"hashOfConfig":"112"},{"size":1120,"mtime":1632928563495,"hashOfConfig":"112"},{"size":1146,"mtime":1632928563499,"hashOfConfig":"112"},{"size":1748,"mtime":1632928563499,"hashOfConfig":"112"},{"size":648,"mtime":1632928563499,"hashOfConfig":"112"},{"size":2614,"mtime":1632928563499,"hashOfConfig":"112"},{"size":4794,"mtime":1632928563499,"hashOfConfig":"112"},{"size":1303,"mtime":1632928563499,"hashOfConfig":"112"},{"size":2238,"mtime":1632928563503,"hashOfConfig":"112"},{"size":5509,"mtime":1632928563503,"hashOfConfig":"112"},{"size":154,"mtime":1632928563503,"hashOfConfig":"112"},{"size":1616,"mtime":1632928563503,"hashOfConfig":"112"},{"size":1396,"mtime":1632928563503,"hashOfConfig":"112"},{"size":2896,"mtime":1632928563503,"hashOfConfig":"112"},{"size":812,"mtime":1632928563503,"hashOfConfig":"112"},{"size":455,"mtime":1632928563503,"hashOfConfig":"112"},{"size":1834,"mtime":1632928563503,"hashOfConfig":"112"},{"size":211,"mtime":1632928563503,"hashOfConfig":"112"},{"size":935,"mtime":1632928563503,"hashOfConfig":"112"},{"size":2002,"mtime":1632928563507,"hashOfConfig":"112"},{"size":4031,"mtime":1632928563507,"hashOfConfig":"112"},{"size":3331,"mtime":1632928563507,"hashOfConfig":"112"},{"size":1828,"mtime":1632928563507,"hashOfConfig":"112"},{"size":2898,"mtime":1632928563507,"hashOfConfig":"112"},{"size":648,"mtime":1632928563507,"hashOfConfig":"112"},{"size":6334,"mtime":1632928563507,"hashOfConfig":"112"},{"size":1012,"mtime":1632928563507,"hashOfConfig":"112"},{"size":837,"mtime":1632928563507,"hashOfConfig":"112"},{"size":5235,"mtime":1632928563507,"hashOfConfig":"112"},{"size":2503,"mtime":1632928563507,"hashOfConfig":"112"},{"size":2184,"mtime":1632928563511,"hashOfConfig":"112"},{"size":1685,"mtime":1632928563511,"hashOfConfig":"112"},{"size":2878,"mtime":1632928563511,"hashOfConfig":"112"},{"size":744,"mtime":1632928563511,"hashOfConfig":"112"},{"size":443,"mtime":1632928563511,"hashOfConfig":"112"},{"size":402,"mtime":1632928563511,"hashOfConfig":"112"},{"size":916,"mtime":1632928563511,"hashOfConfig":"112"},{"size":705,"mtime":1632928563511,"hashOfConfig":"112"},{"size":1728,"mtime":1632928563511,"hashOfConfig":"112"},{"size":3487,"mtime":1632928563511,"hashOfConfig":"112"},{"size":849,"mtime":1632928563511,"hashOfConfig":"112"},{"size":1263,"mtime":1632928563511,"hashOfConfig":"112"},{"size":2021,"mtime":1632928563511,"hashOfConfig":"112"},{"size":3410,"mtime":1632928563515,"hashOfConfig":"112"},{"size":2257,"mtime":1632928563515,"hashOfConfig":"112"},{"size":705,"mtime":1632928563515,"hashOfConfig":"112"},{"size":2787,"mtime":1632928563515,"hashOfConfig":"112"},{"size":1760,"mtime":1632928563519,"hashOfConfig":"112"},{"size":1830,"mtime":1632928563519,"hashOfConfig":"112"},{"size":3062,"mtime":1632928563519,"hashOfConfig":"112"},{"size":1759,"mtime":1632928563519,"hashOfConfig":"112"},{"size":1284,"mtime":1632928563519,"hashOfConfig":"112"},{"size":630,"mtime":1632928563515,"hashOfConfig":"112"},{"size":307,"mtime":1632928563519,"hashOfConfig":"112"},{"size":325,"mtime":1632928563519,"hashOfConfig":"112"},{"size":283,"mtime":1632928563519,"hashOfConfig":"112"},{"size":557,"mtime":1632928563519,"hashOfConfig":"112"},"16giffr"]