@vkontakte/vkui 4.15.1-beta.0 → 4.17.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (434) hide show
  1. package/.cache/.eslintcache +1 -1
  2. package/.cache/.stylelintcache +1 -1
  3. package/.cache/.tsbuildinfo +420 -357
  4. package/.cache/ts/src/components/ActionSheet/ActionSheet.d.ts +13 -9
  5. package/.cache/ts/src/components/ActionSheet/ActionSheetDropdown.d.ts +2 -10
  6. package/.cache/ts/src/components/ActionSheet/ActionSheetDropdownDesktop.d.ts +2 -9
  7. package/.cache/ts/src/components/ActionSheet/types.d.ts +9 -0
  8. package/.cache/ts/src/components/AppRoot/AppRoot.d.ts +1 -0
  9. package/.cache/ts/src/components/ChipsSelect/ChipsSelect.d.ts +1 -1
  10. package/.cache/ts/src/components/CustomSelect/CustomSelect.d.ts +2 -2
  11. package/.cache/ts/src/components/FixedLayout/FixedLayout.d.ts +4 -9
  12. package/.cache/ts/src/components/Gallery/Gallery.d.ts +0 -1
  13. package/.cache/ts/src/components/ModalRoot/types.d.ts +0 -1
  14. package/.cache/ts/src/components/Root/Root.d.ts +5 -27
  15. package/.cache/ts/src/components/SimpleCheckbox/SimpleCheckbox.d.ts +9 -0
  16. package/.cache/ts/src/components/Tappable/Tappable.d.ts +12 -45
  17. package/.cache/ts/src/components/Touch/Touch.d.ts +20 -13
  18. package/.cache/ts/src/components/UsersStack/masks.d.ts +1 -1
  19. package/.cache/ts/src/components/View/View.d.ts +0 -1
  20. package/.cache/ts/src/components/View/ViewInfinite.d.ts +0 -1
  21. package/.cache/ts/src/hooks/useEventListener.d.ts +2 -2
  22. package/.cache/ts/src/hooks/useKeyboard.d.ts +11 -0
  23. package/.cache/ts/src/index.d.ts +1 -1
  24. package/.cache/ts/src/lib/select.d.ts +7 -0
  25. package/.cache/ts/src/lib/touch.d.ts +1 -1
  26. package/.cache/ts/src/unstable/index.d.ts +2 -6
  27. package/babel.cjs.config.js +7 -1
  28. package/babel.config.js +7 -1
  29. package/dist/cjs/components/ActionSheet/ActionSheet.d.ts +13 -9
  30. package/dist/cjs/components/ActionSheet/ActionSheet.js +7 -0
  31. package/dist/cjs/components/ActionSheet/ActionSheet.js.map +1 -1
  32. package/dist/cjs/components/ActionSheet/ActionSheetDropdown.d.ts +2 -10
  33. package/dist/cjs/components/ActionSheet/ActionSheetDropdown.js +2 -2
  34. package/dist/cjs/components/ActionSheet/ActionSheetDropdown.js.map +1 -1
  35. package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.d.ts +2 -9
  36. package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.js +8 -2
  37. package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
  38. package/dist/cjs/components/ActionSheet/types.d.ts +9 -0
  39. package/dist/cjs/components/ActionSheet/types.js +6 -0
  40. package/dist/cjs/components/ActionSheet/types.js.map +1 -0
  41. package/dist/cjs/components/AppRoot/AppRoot.d.ts +1 -0
  42. package/dist/cjs/components/AppRoot/AppRoot.js +29 -1
  43. package/dist/cjs/components/AppRoot/AppRoot.js.map +1 -1
  44. package/dist/cjs/components/AppRoot/AppRootPortal.js +3 -2
  45. package/dist/cjs/components/AppRoot/AppRootPortal.js.map +1 -1
  46. package/dist/cjs/components/Banner/Banner.js +1 -1
  47. package/dist/cjs/components/Banner/Banner.js.map +1 -1
  48. package/dist/cjs/components/Cell/Cell.js +3 -3
  49. package/dist/cjs/components/Cell/Cell.js.map +1 -1
  50. package/dist/cjs/components/ChipsSelect/ChipsSelect.d.ts +1 -1
  51. package/dist/cjs/components/ChipsSelect/ChipsSelect.js +5 -6
  52. package/dist/cjs/components/ChipsSelect/ChipsSelect.js.map +1 -1
  53. package/dist/cjs/components/ChipsSelect/useChipsSelect.js +2 -2
  54. package/dist/cjs/components/ChipsSelect/useChipsSelect.js.map +1 -1
  55. package/dist/cjs/components/CustomSelect/CustomSelect.d.ts +2 -2
  56. package/dist/cjs/components/CustomSelect/CustomSelect.js +3 -3
  57. package/dist/cjs/components/CustomSelect/CustomSelect.js.map +1 -1
  58. package/dist/cjs/components/FixedLayout/FixedLayout.d.ts +4 -9
  59. package/dist/cjs/components/FixedLayout/FixedLayout.js +91 -179
  60. package/dist/cjs/components/FixedLayout/FixedLayout.js.map +1 -1
  61. package/dist/cjs/components/Gallery/Gallery.d.ts +0 -1
  62. package/dist/cjs/components/Gallery/Gallery.js +7 -9
  63. package/dist/cjs/components/Gallery/Gallery.js.map +1 -1
  64. package/dist/cjs/components/Header/Header.js +1 -1
  65. package/dist/cjs/components/Header/Header.js.map +1 -1
  66. package/dist/cjs/components/ModalCardBase/ModalCardBase.js +6 -1
  67. package/dist/cjs/components/ModalCardBase/ModalCardBase.js.map +1 -1
  68. package/dist/cjs/components/ModalRoot/ModalRoot.js +8 -11
  69. package/dist/cjs/components/ModalRoot/ModalRoot.js.map +1 -1
  70. package/dist/cjs/components/ModalRoot/types.d.ts +0 -1
  71. package/dist/cjs/components/ModalRoot/types.js.map +1 -1
  72. package/dist/cjs/components/Panel/Panel.js +2 -2
  73. package/dist/cjs/components/Panel/Panel.js.map +1 -1
  74. package/dist/cjs/components/PanelHeaderContent/PanelHeaderContent.js +0 -1
  75. package/dist/cjs/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
  76. package/dist/cjs/components/PopoutWrapper/PopoutWrapper.js.map +1 -1
  77. package/dist/cjs/components/PullToRefresh/PullToRefresh.js +2 -2
  78. package/dist/cjs/components/PullToRefresh/PullToRefresh.js.map +1 -1
  79. package/dist/cjs/components/RangeSlider/UniversalSlider.js +2 -2
  80. package/dist/cjs/components/RangeSlider/UniversalSlider.js.map +1 -1
  81. package/dist/cjs/components/Root/Root.d.ts +5 -27
  82. package/dist/cjs/components/Root/Root.js +158 -214
  83. package/dist/cjs/components/Root/Root.js.map +1 -1
  84. package/dist/cjs/components/Search/Search.js +3 -3
  85. package/dist/cjs/components/Search/Search.js.map +1 -1
  86. package/dist/cjs/components/SimpleCell/SimpleCell.js.map +1 -1
  87. package/dist/cjs/components/SimpleCheckbox/SimpleCheckbox.d.ts +9 -0
  88. package/dist/cjs/components/SimpleCheckbox/SimpleCheckbox.js +126 -0
  89. package/dist/cjs/components/SimpleCheckbox/SimpleCheckbox.js.map +1 -0
  90. package/dist/cjs/components/Snackbar/Snackbar.js +4 -7
  91. package/dist/cjs/components/Snackbar/Snackbar.js.map +1 -1
  92. package/dist/cjs/components/Tappable/Tappable.d.ts +12 -45
  93. package/dist/cjs/components/Tappable/Tappable.js +130 -137
  94. package/dist/cjs/components/Tappable/Tappable.js.map +1 -1
  95. package/dist/cjs/components/Touch/Touch.d.ts +20 -13
  96. package/dist/cjs/components/Touch/Touch.js +177 -283
  97. package/dist/cjs/components/Touch/Touch.js.map +1 -1
  98. package/dist/cjs/components/UsersStack/UsersStack.js +9 -18
  99. package/dist/cjs/components/UsersStack/UsersStack.js.map +1 -1
  100. package/dist/cjs/components/UsersStack/masks.d.ts +1 -1
  101. package/dist/cjs/components/UsersStack/masks.js +5 -8
  102. package/dist/cjs/components/UsersStack/masks.js.map +1 -1
  103. package/dist/cjs/components/View/View.d.ts +0 -1
  104. package/dist/cjs/components/View/View.js +4 -5
  105. package/dist/cjs/components/View/View.js.map +1 -1
  106. package/dist/cjs/components/View/ViewInfinite.d.ts +0 -1
  107. package/dist/cjs/components/View/ViewInfinite.js +4 -5
  108. package/dist/cjs/components/View/ViewInfinite.js.map +1 -1
  109. package/dist/cjs/hooks/useEventListener.d.ts +2 -2
  110. package/dist/cjs/hooks/useEventListener.js +9 -4
  111. package/dist/cjs/hooks/useEventListener.js.map +1 -1
  112. package/dist/cjs/hooks/useGlobalEventListener.js +2 -4
  113. package/dist/cjs/hooks/useGlobalEventListener.js.map +1 -1
  114. package/dist/cjs/hooks/useInsets.js +3 -10
  115. package/dist/cjs/hooks/useInsets.js.map +1 -1
  116. package/dist/cjs/hooks/useKeyboard.d.ts +11 -0
  117. package/dist/cjs/hooks/useKeyboard.js +78 -0
  118. package/dist/cjs/hooks/useKeyboard.js.map +1 -0
  119. package/dist/cjs/hooks/useKeyboardInputTracker.js +3 -1
  120. package/dist/cjs/hooks/useKeyboardInputTracker.js.map +1 -1
  121. package/dist/cjs/index.d.ts +1 -1
  122. package/dist/cjs/index.js +2 -2
  123. package/dist/cjs/index.js.map +1 -1
  124. package/dist/cjs/lib/select.d.ts +7 -0
  125. package/dist/cjs/lib/select.js +73 -0
  126. package/dist/cjs/lib/select.js.map +1 -0
  127. package/dist/cjs/lib/touch.d.ts +1 -1
  128. package/dist/cjs/lib/touch.js +6 -2
  129. package/dist/cjs/lib/touch.js.map +1 -1
  130. package/dist/cjs/unstable/index.d.ts +2 -6
  131. package/dist/cjs/unstable/index.js +6 -22
  132. package/dist/cjs/unstable/index.js.map +1 -1
  133. package/dist/components/ActionSheet/ActionSheet.d.ts +13 -9
  134. package/dist/components/ActionSheet/ActionSheet.js +6 -0
  135. package/dist/components/ActionSheet/ActionSheet.js.map +1 -1
  136. package/dist/components/ActionSheet/ActionSheetDropdown.d.ts +2 -10
  137. package/dist/components/ActionSheet/ActionSheetDropdown.js +2 -2
  138. package/dist/components/ActionSheet/ActionSheetDropdown.js.map +1 -1
  139. package/dist/components/ActionSheet/ActionSheetDropdownDesktop.d.ts +2 -9
  140. package/dist/components/ActionSheet/ActionSheetDropdownDesktop.js +9 -2
  141. package/dist/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
  142. package/dist/components/ActionSheet/types.d.ts +9 -0
  143. package/dist/components/ActionSheet/types.js +2 -0
  144. package/dist/components/ActionSheet/types.js.map +1 -0
  145. package/dist/components/AppRoot/AppRoot.d.ts +1 -0
  146. package/dist/components/AppRoot/AppRoot.js +29 -5
  147. package/dist/components/AppRoot/AppRoot.js.map +1 -1
  148. package/dist/components/AppRoot/AppRootPortal.js +3 -2
  149. package/dist/components/AppRoot/AppRootPortal.js.map +1 -1
  150. package/dist/components/Banner/Banner.js +1 -1
  151. package/dist/components/Banner/Banner.js.map +1 -1
  152. package/dist/components/Cell/Cell.js +1 -1
  153. package/dist/components/Cell/Cell.js.map +1 -1
  154. package/dist/components/ChipsSelect/ChipsSelect.d.ts +1 -1
  155. package/dist/components/ChipsSelect/ChipsSelect.js +4 -6
  156. package/dist/components/ChipsSelect/ChipsSelect.js.map +1 -1
  157. package/dist/components/ChipsSelect/useChipsSelect.js +2 -2
  158. package/dist/components/ChipsSelect/useChipsSelect.js.map +1 -1
  159. package/dist/components/CustomSelect/CustomSelect.d.ts +2 -2
  160. package/dist/components/CustomSelect/CustomSelect.js +2 -3
  161. package/dist/components/CustomSelect/CustomSelect.js.map +1 -1
  162. package/dist/components/FixedLayout/FixedLayout.d.ts +4 -9
  163. package/dist/components/FixedLayout/FixedLayout.js +84 -175
  164. package/dist/components/FixedLayout/FixedLayout.js.map +1 -1
  165. package/dist/components/Gallery/Gallery.d.ts +0 -1
  166. package/dist/components/Gallery/Gallery.js +6 -8
  167. package/dist/components/Gallery/Gallery.js.map +1 -1
  168. package/dist/components/Header/Header.js +1 -1
  169. package/dist/components/Header/Header.js.map +1 -1
  170. package/dist/components/ModalCardBase/ModalCardBase.js +5 -1
  171. package/dist/components/ModalCardBase/ModalCardBase.js.map +1 -1
  172. package/dist/components/ModalRoot/ModalRoot.js +7 -10
  173. package/dist/components/ModalRoot/ModalRoot.js.map +1 -1
  174. package/dist/components/ModalRoot/types.d.ts +0 -1
  175. package/dist/components/ModalRoot/types.js.map +1 -1
  176. package/dist/components/Panel/Panel.js +1 -1
  177. package/dist/components/Panel/Panel.js.map +1 -1
  178. package/dist/components/PanelHeaderContent/PanelHeaderContent.js +0 -1
  179. package/dist/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
  180. package/dist/components/PopoutWrapper/PopoutWrapper.js.map +1 -1
  181. package/dist/components/PullToRefresh/PullToRefresh.js +1 -1
  182. package/dist/components/PullToRefresh/PullToRefresh.js.map +1 -1
  183. package/dist/components/RangeSlider/UniversalSlider.js +1 -1
  184. package/dist/components/RangeSlider/UniversalSlider.js.map +1 -1
  185. package/dist/components/Root/Root.d.ts +5 -27
  186. package/dist/components/Root/Root.js +152 -207
  187. package/dist/components/Root/Root.js.map +1 -1
  188. package/dist/components/Search/Search.js +1 -1
  189. package/dist/components/Search/Search.js.map +1 -1
  190. package/dist/components/SimpleCell/SimpleCell.js.map +1 -1
  191. package/dist/components/SimpleCheckbox/SimpleCheckbox.d.ts +9 -0
  192. package/dist/components/SimpleCheckbox/SimpleCheckbox.js +97 -0
  193. package/dist/components/SimpleCheckbox/SimpleCheckbox.js.map +1 -0
  194. package/dist/components/Snackbar/Snackbar.js +3 -6
  195. package/dist/components/Snackbar/Snackbar.js.map +1 -1
  196. package/dist/components/Tappable/Tappable.d.ts +12 -45
  197. package/dist/components/Tappable/Tappable.js +131 -141
  198. package/dist/components/Tappable/Tappable.js.map +1 -1
  199. package/dist/components/Touch/Touch.d.ts +20 -13
  200. package/dist/components/Touch/Touch.js +168 -286
  201. package/dist/components/Touch/Touch.js.map +1 -1
  202. package/dist/components/UsersStack/UsersStack.js +7 -16
  203. package/dist/components/UsersStack/UsersStack.js.map +1 -1
  204. package/dist/components/UsersStack/masks.d.ts +1 -1
  205. package/dist/components/UsersStack/masks.js +6 -9
  206. package/dist/components/UsersStack/masks.js.map +1 -1
  207. package/dist/components/View/View.d.ts +0 -1
  208. package/dist/components/View/View.js +3 -4
  209. package/dist/components/View/View.js.map +1 -1
  210. package/dist/components/View/ViewInfinite.d.ts +0 -1
  211. package/dist/components/View/ViewInfinite.js +3 -4
  212. package/dist/components/View/ViewInfinite.js.map +1 -1
  213. package/dist/components.css +1 -1
  214. package/dist/components.css.map +1 -1
  215. package/dist/cssm/components/ActionSheet/ActionSheet.js +6 -0
  216. package/dist/cssm/components/ActionSheet/ActionSheet.js.map +1 -1
  217. package/dist/cssm/components/ActionSheet/ActionSheetDropdown.js +2 -2
  218. package/dist/cssm/components/ActionSheet/ActionSheetDropdown.js.map +1 -1
  219. package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.js +9 -2
  220. package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
  221. package/dist/cssm/components/ActionSheet/types.js +2 -0
  222. package/dist/cssm/components/ActionSheet/types.js.map +1 -0
  223. package/dist/cssm/components/ActionSheetItem/ActionSheetItem.css +1 -1
  224. package/dist/cssm/components/AppRoot/AppRoot.css +1 -0
  225. package/dist/cssm/components/AppRoot/AppRoot.js +30 -2
  226. package/dist/cssm/components/AppRoot/AppRoot.js.map +1 -1
  227. package/dist/cssm/components/AppRoot/AppRootPortal.js +3 -2
  228. package/dist/cssm/components/AppRoot/AppRootPortal.js.map +1 -1
  229. package/dist/cssm/components/Banner/Banner.css +1 -1
  230. package/dist/cssm/components/Banner/Banner.js +1 -1
  231. package/dist/cssm/components/Banner/Banner.js.map +1 -1
  232. package/dist/cssm/components/Cell/Cell.js +1 -1
  233. package/dist/cssm/components/Cell/Cell.js.map +1 -1
  234. package/dist/cssm/components/ChipsSelect/ChipsSelect.js +4 -6
  235. package/dist/cssm/components/ChipsSelect/ChipsSelect.js.map +1 -1
  236. package/dist/cssm/components/ChipsSelect/useChipsSelect.js +2 -2
  237. package/dist/cssm/components/ChipsSelect/useChipsSelect.js.map +1 -1
  238. package/dist/cssm/components/CustomSelect/CustomSelect.js +2 -3
  239. package/dist/cssm/components/CustomSelect/CustomSelect.js.map +1 -1
  240. package/dist/cssm/components/FixedLayout/FixedLayout.js +84 -175
  241. package/dist/cssm/components/FixedLayout/FixedLayout.js.map +1 -1
  242. package/dist/cssm/components/Gallery/Gallery.js +6 -8
  243. package/dist/cssm/components/Gallery/Gallery.js.map +1 -1
  244. package/dist/cssm/components/Header/Header.js +1 -1
  245. package/dist/cssm/components/Header/Header.js.map +1 -1
  246. package/dist/cssm/components/ModalCardBase/ModalCardBase.css +1 -1
  247. package/dist/cssm/components/ModalCardBase/ModalCardBase.js +5 -1
  248. package/dist/cssm/components/ModalCardBase/ModalCardBase.js.map +1 -1
  249. package/dist/cssm/components/ModalRoot/ModalRoot.css +1 -1
  250. package/dist/cssm/components/ModalRoot/ModalRoot.js +7 -10
  251. package/dist/cssm/components/ModalRoot/ModalRoot.js.map +1 -1
  252. package/dist/cssm/components/ModalRoot/types.js.map +1 -1
  253. package/dist/cssm/components/Panel/Panel.js +1 -1
  254. package/dist/cssm/components/Panel/Panel.js.map +1 -1
  255. package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.css +1 -1
  256. package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.js +0 -1
  257. package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
  258. package/dist/cssm/components/PopoutWrapper/PopoutWrapper.js.map +1 -1
  259. package/dist/cssm/components/PullToRefresh/PullToRefresh.js +1 -1
  260. package/dist/cssm/components/PullToRefresh/PullToRefresh.js.map +1 -1
  261. package/dist/cssm/components/RangeSlider/UniversalSlider.js +1 -1
  262. package/dist/cssm/components/RangeSlider/UniversalSlider.js.map +1 -1
  263. package/dist/cssm/components/Root/Root.js +152 -207
  264. package/dist/cssm/components/Root/Root.js.map +1 -1
  265. package/dist/cssm/components/Search/Search.js +1 -1
  266. package/dist/cssm/components/Search/Search.js.map +1 -1
  267. package/dist/cssm/components/SimpleCell/SimpleCell.js.map +1 -1
  268. package/dist/cssm/components/SimpleCheckbox/SimpleCheckbox.css +1 -0
  269. package/dist/cssm/components/SimpleCheckbox/SimpleCheckbox.js +98 -0
  270. package/dist/cssm/components/SimpleCheckbox/SimpleCheckbox.js.map +1 -0
  271. package/dist/cssm/components/Snackbar/Snackbar.js +3 -6
  272. package/dist/cssm/components/Snackbar/Snackbar.js.map +1 -1
  273. package/dist/cssm/components/Tappable/Tappable.js +131 -141
  274. package/dist/cssm/components/Tappable/Tappable.js.map +1 -1
  275. package/dist/cssm/components/Touch/Touch.js +168 -286
  276. package/dist/cssm/components/Touch/Touch.js.map +1 -1
  277. package/dist/cssm/components/UsersStack/UsersStack.css +1 -1
  278. package/dist/cssm/components/UsersStack/UsersStack.js +7 -16
  279. package/dist/cssm/components/UsersStack/UsersStack.js.map +1 -1
  280. package/dist/cssm/components/UsersStack/masks.js +6 -9
  281. package/dist/cssm/components/UsersStack/masks.js.map +1 -1
  282. package/dist/cssm/components/View/View.js +3 -4
  283. package/dist/cssm/components/View/View.js.map +1 -1
  284. package/dist/cssm/components/View/ViewInfinite.js +3 -4
  285. package/dist/cssm/components/View/ViewInfinite.js.map +1 -1
  286. package/dist/cssm/hooks/useEventListener.js +8 -4
  287. package/dist/cssm/hooks/useEventListener.js.map +1 -1
  288. package/dist/cssm/hooks/useGlobalEventListener.js +2 -2
  289. package/dist/cssm/hooks/useGlobalEventListener.js.map +1 -1
  290. package/dist/cssm/hooks/useInsets.js +2 -10
  291. package/dist/cssm/hooks/useInsets.js.map +1 -1
  292. package/dist/cssm/hooks/useKeyboard.js +62 -0
  293. package/dist/cssm/hooks/useKeyboard.js.map +1 -0
  294. package/dist/cssm/hooks/useKeyboardInputTracker.js +3 -1
  295. package/dist/cssm/hooks/useKeyboardInputTracker.js.map +1 -1
  296. package/dist/cssm/index.js +1 -1
  297. package/dist/cssm/index.js.map +1 -1
  298. package/dist/cssm/lib/select.js +62 -0
  299. package/dist/cssm/lib/select.js.map +1 -0
  300. package/dist/cssm/lib/touch.js +5 -2
  301. package/dist/cssm/lib/touch.js.map +1 -1
  302. package/dist/cssm/styles/animations.css +1 -1
  303. package/dist/cssm/styles/common.css +1 -1
  304. package/dist/cssm/styles/components.css +1 -1
  305. package/dist/cssm/styles/constants.css +1 -1
  306. package/dist/cssm/styles/unstable.css +1 -1
  307. package/dist/cssm/unstable/index.js +1 -3
  308. package/dist/cssm/unstable/index.js.map +1 -1
  309. package/dist/hooks/useEventListener.d.ts +2 -2
  310. package/dist/hooks/useEventListener.js +8 -4
  311. package/dist/hooks/useEventListener.js.map +1 -1
  312. package/dist/hooks/useGlobalEventListener.js +2 -2
  313. package/dist/hooks/useGlobalEventListener.js.map +1 -1
  314. package/dist/hooks/useInsets.js +2 -10
  315. package/dist/hooks/useInsets.js.map +1 -1
  316. package/dist/hooks/useKeyboard.d.ts +11 -0
  317. package/dist/hooks/useKeyboard.js +62 -0
  318. package/dist/hooks/useKeyboard.js.map +1 -0
  319. package/dist/hooks/useKeyboardInputTracker.js +3 -1
  320. package/dist/hooks/useKeyboardInputTracker.js.map +1 -1
  321. package/dist/index.d.ts +1 -1
  322. package/dist/index.js +1 -1
  323. package/dist/index.js.map +1 -1
  324. package/dist/lib/select.d.ts +7 -0
  325. package/dist/lib/select.js +62 -0
  326. package/dist/lib/select.js.map +1 -0
  327. package/dist/lib/touch.d.ts +1 -1
  328. package/dist/lib/touch.js +5 -2
  329. package/dist/lib/touch.js.map +1 -1
  330. package/dist/unstable/index.d.ts +2 -6
  331. package/dist/unstable/index.js +1 -3
  332. package/dist/unstable/index.js.map +1 -1
  333. package/dist/unstable.css +1 -1
  334. package/dist/unstable.css.map +1 -1
  335. package/dist/vkui.css +1 -1
  336. package/dist/vkui.css.map +1 -1
  337. package/package.json +4 -2
  338. package/postcss.config.js +1 -1
  339. package/src/components/ActionSheet/ActionSheet.tsx +21 -12
  340. package/src/components/ActionSheet/ActionSheetDropdown.tsx +4 -11
  341. package/src/components/ActionSheet/ActionSheetDropdownDesktop.tsx +8 -11
  342. package/src/components/ActionSheet/Readme.md +185 -226
  343. package/src/components/ActionSheet/types.ts +11 -0
  344. package/src/components/ActionSheetItem/ActionSheetItem.css +4 -8
  345. package/src/components/AppRoot/AppRoot.css +20 -0
  346. package/src/components/AppRoot/AppRoot.tsx +30 -0
  347. package/src/components/AppRoot/AppRootPortal.tsx +2 -2
  348. package/src/components/Banner/Banner.css +4 -0
  349. package/src/components/Banner/Banner.tsx +1 -1
  350. package/src/components/Cell/Cell.tsx +1 -1
  351. package/src/components/ChipsSelect/ChipsSelect.tsx +4 -7
  352. package/src/components/ChipsSelect/Readme.md +1 -3
  353. package/src/components/ChipsSelect/useChipsSelect.ts +1 -1
  354. package/src/components/CustomSelect/CustomSelect.tsx +3 -2
  355. package/src/components/FixedLayout/FixedLayout.tsx +61 -147
  356. package/src/components/Gallery/Gallery.tsx +6 -8
  357. package/src/components/Header/Header.tsx +1 -1
  358. package/src/components/ModalCardBase/ModalCardBase.css +4 -0
  359. package/src/components/ModalCardBase/ModalCardBase.tsx +5 -1
  360. package/src/components/ModalRoot/ModalRoot.css +10 -0
  361. package/src/components/ModalRoot/ModalRoot.tsx +7 -9
  362. package/src/components/ModalRoot/types.ts +0 -1
  363. package/src/components/Panel/Panel.tsx +1 -1
  364. package/src/components/PanelHeaderContent/PanelHeaderContent.css +2 -1
  365. package/src/components/PanelHeaderContent/PanelHeaderContent.tsx +2 -2
  366. package/src/components/PopoutWrapper/PopoutWrapper.tsx +1 -1
  367. package/src/components/PullToRefresh/PullToRefresh.tsx +1 -1
  368. package/src/components/RangeSlider/UniversalSlider.tsx +1 -1
  369. package/src/components/Root/Readme.md +27 -37
  370. package/src/components/Root/Root.tsx +112 -191
  371. package/src/components/Search/Search.tsx +1 -1
  372. package/src/components/Separator/Readme.md +3 -1
  373. package/src/components/SimpleCell/SimpleCell.tsx +1 -1
  374. package/src/components/SimpleCheckbox/Readme.md +17 -0
  375. package/src/components/SimpleCheckbox/SimpleCheckbox.css +115 -0
  376. package/src/components/SimpleCheckbox/SimpleCheckbox.tsx +105 -0
  377. package/src/components/Snackbar/Snackbar.tsx +4 -6
  378. package/src/components/Tappable/Tappable.tsx +102 -125
  379. package/src/components/Touch/Touch.tsx +121 -249
  380. package/src/components/UsersStack/UsersStack.css +5 -9
  381. package/src/components/UsersStack/UsersStack.tsx +4 -11
  382. package/src/components/UsersStack/masks.tsx +6 -9
  383. package/src/components/View/Readme.md +34 -42
  384. package/src/components/View/View.tsx +3 -5
  385. package/src/components/View/ViewInfinite.tsx +3 -5
  386. package/src/hooks/useEventListener.ts +11 -8
  387. package/src/hooks/useGlobalEventListener.ts +2 -2
  388. package/src/hooks/useInsets.ts +2 -8
  389. package/src/hooks/useKeyboard.ts +67 -0
  390. package/src/hooks/useKeyboardInputTracker.ts +3 -1
  391. package/src/index.ts +1 -1
  392. package/src/lib/select.ts +53 -0
  393. package/src/lib/touch.ts +2 -2
  394. package/src/styles/animations.css +0 -14
  395. package/src/styles/common.css +2 -28
  396. package/src/styles/components.css +2 -0
  397. package/src/styles/constants.css +3 -0
  398. package/src/styles/unstable.css +1 -1
  399. package/src/unstable/index.ts +3 -9
  400. package/.cache/ts/src/components/ClickDropdown/ClickDropdown.d.ts +0 -11
  401. package/.cache/ts/src/components/Dropdown/Dropdown.d.ts +0 -39
  402. package/.cache/ts/src/components/HoverDropdown/HoverDropdown.d.ts +0 -19
  403. package/dist/cjs/components/ClickDropdown/ClickDropdown.d.ts +0 -11
  404. package/dist/cjs/components/ClickDropdown/ClickDropdown.js +0 -112
  405. package/dist/cjs/components/ClickDropdown/ClickDropdown.js.map +0 -1
  406. package/dist/cjs/components/Dropdown/Dropdown.d.ts +0 -39
  407. package/dist/cjs/components/Dropdown/Dropdown.js +0 -95
  408. package/dist/cjs/components/Dropdown/Dropdown.js.map +0 -1
  409. package/dist/cjs/components/HoverDropdown/HoverDropdown.d.ts +0 -19
  410. package/dist/cjs/components/HoverDropdown/HoverDropdown.js +0 -112
  411. package/dist/cjs/components/HoverDropdown/HoverDropdown.js.map +0 -1
  412. package/dist/components/ClickDropdown/ClickDropdown.d.ts +0 -11
  413. package/dist/components/ClickDropdown/ClickDropdown.js +0 -90
  414. package/dist/components/ClickDropdown/ClickDropdown.js.map +0 -1
  415. package/dist/components/Dropdown/Dropdown.d.ts +0 -39
  416. package/dist/components/Dropdown/Dropdown.js +0 -69
  417. package/dist/components/Dropdown/Dropdown.js.map +0 -1
  418. package/dist/components/HoverDropdown/HoverDropdown.d.ts +0 -19
  419. package/dist/components/HoverDropdown/HoverDropdown.js +0 -91
  420. package/dist/components/HoverDropdown/HoverDropdown.js.map +0 -1
  421. package/dist/cssm/components/ClickDropdown/ClickDropdown.js +0 -90
  422. package/dist/cssm/components/ClickDropdown/ClickDropdown.js.map +0 -1
  423. package/dist/cssm/components/Dropdown/Dropdown.css +0 -1
  424. package/dist/cssm/components/Dropdown/Dropdown.js +0 -70
  425. package/dist/cssm/components/Dropdown/Dropdown.js.map +0 -1
  426. package/dist/cssm/components/HoverDropdown/HoverDropdown.js +0 -91
  427. package/dist/cssm/components/HoverDropdown/HoverDropdown.js.map +0 -1
  428. package/src/components/ClickDropdown/ClickDropdown.tsx +0 -104
  429. package/src/components/ClickDropdown/Readme.md +0 -55
  430. package/src/components/Dropdown/Dropdown.css +0 -37
  431. package/src/components/Dropdown/Dropdown.tsx +0 -102
  432. package/src/components/Dropdown/Readme.md +0 -26
  433. package/src/components/HoverDropdown/HoverDropdown.tsx +0 -114
  434. package/src/components/HoverDropdown/Readme.md +0 -56
@@ -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/Dropdown/Dropdown.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/Slider/Slider.css":"84","/home/runner/work/VKUI/VKUI/src/components/SliderSwitch/SliderSwitch.css":"85","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.css":"86","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.css":"87","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.css":"88","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.css":"89","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.css":"90","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.css":"91","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.css":"92","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.css":"93","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.css":"94","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.css":"95","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.css":"96","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.css":"97","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.css":"98","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.css":"99","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.css":"100","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.css":"101","/home/runner/work/VKUI/VKUI/src/components/View/View.css":"102","/home/runner/work/VKUI/VKUI/src/components/View/ViewIOS.css":"103","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.css":"104","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.css":"105","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.css":"106","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.css":"107","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.css":"108","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.css":"109","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.css":"110"},{"size":238,"mtime":1631862332118,"hashOfConfig":"111"},{"size":9563,"mtime":1631862332118,"hashOfConfig":"111"},{"size":983,"mtime":1631862332118,"hashOfConfig":"111"},{"size":5483,"mtime":1631862332118,"hashOfConfig":"111"},{"size":1591,"mtime":1631862332118,"hashOfConfig":"111"},{"size":9643,"mtime":1631862332118,"hashOfConfig":"111"},{"size":81,"mtime":1631862332118,"hashOfConfig":"111"},{"size":112,"mtime":1631862332118,"hashOfConfig":"111"},{"size":9526,"mtime":1631862332118,"hashOfConfig":"111"},{"size":2973,"mtime":1631862331994,"hashOfConfig":"111"},{"size":5796,"mtime":1631862332058,"hashOfConfig":"111"},{"size":5191,"mtime":1631862332058,"hashOfConfig":"111"},{"size":2040,"mtime":1631862332058,"hashOfConfig":"111"},{"size":328,"mtime":1631862332062,"hashOfConfig":"111"},{"size":2356,"mtime":1631862332062,"hashOfConfig":"111"},{"size":4843,"mtime":1631862332062,"hashOfConfig":"111"},{"size":764,"mtime":1631862332066,"hashOfConfig":"111"},{"size":1091,"mtime":1631862332066,"hashOfConfig":"111"},{"size":1278,"mtime":1631862332066,"hashOfConfig":"111"},{"size":1536,"mtime":1631862332066,"hashOfConfig":"111"},{"size":742,"mtime":1631862332070,"hashOfConfig":"111"},{"size":1745,"mtime":1631862332070,"hashOfConfig":"111"},{"size":951,"mtime":1631862332070,"hashOfConfig":"111"},{"size":1155,"mtime":1631862332074,"hashOfConfig":"111"},{"size":1108,"mtime":1631862332074,"hashOfConfig":"111"},{"size":465,"mtime":1631862332074,"hashOfConfig":"111"},{"size":1771,"mtime":1631862332074,"hashOfConfig":"111"},{"size":1186,"mtime":1631862332074,"hashOfConfig":"111"},{"size":1303,"mtime":1631862332074,"hashOfConfig":"111"},{"size":1043,"mtime":1631862332078,"hashOfConfig":"111"},{"size":357,"mtime":1631862332078,"hashOfConfig":"111"},{"size":122,"mtime":1631862332078,"hashOfConfig":"111"},{"size":867,"mtime":1631862332078,"hashOfConfig":"111"},{"size":41,"mtime":1631862332078,"hashOfConfig":"111"},{"size":44,"mtime":1631862332078,"hashOfConfig":"111"},{"size":510,"mtime":1631862332078,"hashOfConfig":"111"},{"size":1658,"mtime":1631862332078,"hashOfConfig":"111"},{"size":141,"mtime":1631862332078,"hashOfConfig":"111"},{"size":2081,"mtime":1631862332078,"hashOfConfig":"111"},{"size":1378,"mtime":1631862332078,"hashOfConfig":"111"},{"size":227,"mtime":1631862332078,"hashOfConfig":"111"},{"size":286,"mtime":1631862332078,"hashOfConfig":"111"},{"size":740,"mtime":1631862332082,"hashOfConfig":"111"},{"size":1003,"mtime":1631862332082,"hashOfConfig":"111"},{"size":1771,"mtime":1631862332086,"hashOfConfig":"111"},{"size":1623,"mtime":1631862332086,"hashOfConfig":"111"},{"size":2364,"mtime":1631862332086,"hashOfConfig":"111"},{"size":1991,"mtime":1631862332086,"hashOfConfig":"111"},{"size":573,"mtime":1631862332086,"hashOfConfig":"111"},{"size":1235,"mtime":1631862332086,"hashOfConfig":"111"},{"size":1369,"mtime":1631862332086,"hashOfConfig":"111"},{"size":243,"mtime":1631862332090,"hashOfConfig":"111"},{"size":830,"mtime":1631862332090,"hashOfConfig":"111"},{"size":287,"mtime":1631862332090,"hashOfConfig":"111"},{"size":9,"mtime":1631862332090,"hashOfConfig":"111"},{"size":1120,"mtime":1631862332090,"hashOfConfig":"111"},{"size":1146,"mtime":1631862332090,"hashOfConfig":"111"},{"size":1673,"mtime":1631862332094,"hashOfConfig":"111"},{"size":648,"mtime":1631862332094,"hashOfConfig":"111"},{"size":2614,"mtime":1631862332094,"hashOfConfig":"111"},{"size":4794,"mtime":1631862332094,"hashOfConfig":"111"},{"size":1208,"mtime":1631862332094,"hashOfConfig":"111"},{"size":2238,"mtime":1631862332098,"hashOfConfig":"111"},{"size":5509,"mtime":1631862332098,"hashOfConfig":"111"},{"size":154,"mtime":1631862332098,"hashOfConfig":"111"},{"size":1616,"mtime":1631862332098,"hashOfConfig":"111"},{"size":1355,"mtime":1631862332098,"hashOfConfig":"111"},{"size":2896,"mtime":1631862332098,"hashOfConfig":"111"},{"size":812,"mtime":1631862332098,"hashOfConfig":"111"},{"size":455,"mtime":1631862332098,"hashOfConfig":"111"},{"size":1834,"mtime":1631862332098,"hashOfConfig":"111"},{"size":211,"mtime":1631862332098,"hashOfConfig":"111"},{"size":935,"mtime":1631862332098,"hashOfConfig":"111"},{"size":2002,"mtime":1631862332098,"hashOfConfig":"111"},{"size":4031,"mtime":1631862332098,"hashOfConfig":"111"},{"size":3331,"mtime":1631862332102,"hashOfConfig":"111"},{"size":1828,"mtime":1631862332102,"hashOfConfig":"111"},{"size":2898,"mtime":1631862332102,"hashOfConfig":"111"},{"size":648,"mtime":1631862332102,"hashOfConfig":"111"},{"size":6334,"mtime":1631862332102,"hashOfConfig":"111"},{"size":1012,"mtime":1631862332102,"hashOfConfig":"111"},{"size":837,"mtime":1631862332102,"hashOfConfig":"111"},{"size":5235,"mtime":1631862332102,"hashOfConfig":"111"},{"size":2184,"mtime":1631862332106,"hashOfConfig":"111"},{"size":1685,"mtime":1631862332106,"hashOfConfig":"111"},{"size":2878,"mtime":1631862332106,"hashOfConfig":"111"},{"size":744,"mtime":1631862332106,"hashOfConfig":"111"},{"size":443,"mtime":1631862332106,"hashOfConfig":"111"},{"size":402,"mtime":1631862332106,"hashOfConfig":"111"},{"size":916,"mtime":1631862332106,"hashOfConfig":"111"},{"size":705,"mtime":1631862332106,"hashOfConfig":"111"},{"size":1728,"mtime":1631862332106,"hashOfConfig":"111"},{"size":3487,"mtime":1631862332106,"hashOfConfig":"111"},{"size":849,"mtime":1631862332106,"hashOfConfig":"111"},{"size":1263,"mtime":1631862332106,"hashOfConfig":"111"},{"size":2021,"mtime":1631862332106,"hashOfConfig":"111"},{"size":3410,"mtime":1631862332110,"hashOfConfig":"111"},{"size":2257,"mtime":1631862332110,"hashOfConfig":"111"},{"size":705,"mtime":1631862332110,"hashOfConfig":"111"},{"size":2787,"mtime":1631862332110,"hashOfConfig":"111"},{"size":1987,"mtime":1631862332114,"hashOfConfig":"111"},{"size":1830,"mtime":1631862332114,"hashOfConfig":"111"},{"size":3062,"mtime":1631862332114,"hashOfConfig":"111"},{"size":1759,"mtime":1631862332114,"hashOfConfig":"111"},{"size":1284,"mtime":1631862332114,"hashOfConfig":"111"},{"size":630,"mtime":1631862332110,"hashOfConfig":"111"},{"size":307,"mtime":1631862332114,"hashOfConfig":"111"},{"size":325,"mtime":1631862332114,"hashOfConfig":"111"},{"size":283,"mtime":1631862332114,"hashOfConfig":"111"},{"size":557,"mtime":1631862332114,"hashOfConfig":"111"},"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":1633016525969,"hashOfConfig":"112"},{"size":9563,"mtime":1633016525969,"hashOfConfig":"112"},{"size":569,"mtime":1633016525969,"hashOfConfig":"112"},{"size":5529,"mtime":1633016525969,"hashOfConfig":"112"},{"size":1630,"mtime":1633016525969,"hashOfConfig":"112"},{"size":9643,"mtime":1633016525969,"hashOfConfig":"112"},{"size":81,"mtime":1633016525969,"hashOfConfig":"112"},{"size":124,"mtime":1633016525969,"hashOfConfig":"112"},{"size":9526,"mtime":1633016525969,"hashOfConfig":"112"},{"size":2973,"mtime":1633016525809,"hashOfConfig":"112"},{"size":5728,"mtime":1633016525901,"hashOfConfig":"112"},{"size":5191,"mtime":1633016525901,"hashOfConfig":"112"},{"size":276,"mtime":1633016525901,"hashOfConfig":"112"},{"size":2040,"mtime":1633016525901,"hashOfConfig":"112"},{"size":328,"mtime":1633016525901,"hashOfConfig":"112"},{"size":2395,"mtime":1633016525905,"hashOfConfig":"112"},{"size":4843,"mtime":1633016525905,"hashOfConfig":"112"},{"size":764,"mtime":1633016525905,"hashOfConfig":"112"},{"size":1091,"mtime":1633016525905,"hashOfConfig":"112"},{"size":1278,"mtime":1633016525905,"hashOfConfig":"112"},{"size":1536,"mtime":1633016525905,"hashOfConfig":"112"},{"size":742,"mtime":1633016525909,"hashOfConfig":"112"},{"size":1745,"mtime":1633016525909,"hashOfConfig":"112"},{"size":951,"mtime":1633016525909,"hashOfConfig":"112"},{"size":1155,"mtime":1633016525913,"hashOfConfig":"112"},{"size":1108,"mtime":1633016525913,"hashOfConfig":"112"},{"size":465,"mtime":1633016525913,"hashOfConfig":"112"},{"size":1771,"mtime":1633016525913,"hashOfConfig":"112"},{"size":1186,"mtime":1633016525913,"hashOfConfig":"112"},{"size":1303,"mtime":1633016525913,"hashOfConfig":"112"},{"size":1043,"mtime":1633016525917,"hashOfConfig":"112"},{"size":357,"mtime":1633016525917,"hashOfConfig":"112"},{"size":122,"mtime":1633016525917,"hashOfConfig":"112"},{"size":41,"mtime":1633016525917,"hashOfConfig":"112"},{"size":44,"mtime":1633016525917,"hashOfConfig":"112"},{"size":510,"mtime":1633016525917,"hashOfConfig":"112"},{"size":1658,"mtime":1633016525921,"hashOfConfig":"112"},{"size":141,"mtime":1633016525921,"hashOfConfig":"112"},{"size":2081,"mtime":1633016525921,"hashOfConfig":"112"},{"size":1378,"mtime":1633016525921,"hashOfConfig":"112"},{"size":227,"mtime":1633016525921,"hashOfConfig":"112"},{"size":286,"mtime":1633016525921,"hashOfConfig":"112"},{"size":740,"mtime":1633016525921,"hashOfConfig":"112"},{"size":1003,"mtime":1633016525921,"hashOfConfig":"112"},{"size":1771,"mtime":1633016525921,"hashOfConfig":"112"},{"size":1623,"mtime":1633016525921,"hashOfConfig":"112"},{"size":2364,"mtime":1633016525921,"hashOfConfig":"112"},{"size":1991,"mtime":1633016525925,"hashOfConfig":"112"},{"size":573,"mtime":1633016525925,"hashOfConfig":"112"},{"size":1235,"mtime":1633016525925,"hashOfConfig":"112"},{"size":1369,"mtime":1633016525925,"hashOfConfig":"112"},{"size":243,"mtime":1633016525925,"hashOfConfig":"112"},{"size":830,"mtime":1633016525929,"hashOfConfig":"112"},{"size":287,"mtime":1633016525929,"hashOfConfig":"112"},{"size":9,"mtime":1633016525929,"hashOfConfig":"112"},{"size":1120,"mtime":1633016525929,"hashOfConfig":"112"},{"size":1146,"mtime":1633016525929,"hashOfConfig":"112"},{"size":1748,"mtime":1633016525933,"hashOfConfig":"112"},{"size":648,"mtime":1633016525933,"hashOfConfig":"112"},{"size":2614,"mtime":1633016525933,"hashOfConfig":"112"},{"size":4794,"mtime":1633016525933,"hashOfConfig":"112"},{"size":1303,"mtime":1633016525933,"hashOfConfig":"112"},{"size":2238,"mtime":1633016525937,"hashOfConfig":"112"},{"size":5509,"mtime":1633016525937,"hashOfConfig":"112"},{"size":154,"mtime":1633016525937,"hashOfConfig":"112"},{"size":1616,"mtime":1633016525937,"hashOfConfig":"112"},{"size":1396,"mtime":1633016525937,"hashOfConfig":"112"},{"size":2896,"mtime":1633016525937,"hashOfConfig":"112"},{"size":812,"mtime":1633016525937,"hashOfConfig":"112"},{"size":455,"mtime":1633016525937,"hashOfConfig":"112"},{"size":1834,"mtime":1633016525941,"hashOfConfig":"112"},{"size":211,"mtime":1633016525941,"hashOfConfig":"112"},{"size":935,"mtime":1633016525941,"hashOfConfig":"112"},{"size":2002,"mtime":1633016525941,"hashOfConfig":"112"},{"size":4031,"mtime":1633016525941,"hashOfConfig":"112"},{"size":3331,"mtime":1633016525941,"hashOfConfig":"112"},{"size":1828,"mtime":1633016525941,"hashOfConfig":"112"},{"size":2898,"mtime":1633016525941,"hashOfConfig":"112"},{"size":648,"mtime":1633016525941,"hashOfConfig":"112"},{"size":6334,"mtime":1633016525941,"hashOfConfig":"112"},{"size":1012,"mtime":1633016525945,"hashOfConfig":"112"},{"size":837,"mtime":1633016525945,"hashOfConfig":"112"},{"size":5235,"mtime":1633016525945,"hashOfConfig":"112"},{"size":2503,"mtime":1633016525945,"hashOfConfig":"112"},{"size":2184,"mtime":1633016525945,"hashOfConfig":"112"},{"size":1685,"mtime":1633016525953,"hashOfConfig":"112"},{"size":2878,"mtime":1633016525953,"hashOfConfig":"112"},{"size":744,"mtime":1633016525953,"hashOfConfig":"112"},{"size":443,"mtime":1633016525953,"hashOfConfig":"112"},{"size":402,"mtime":1633016525953,"hashOfConfig":"112"},{"size":916,"mtime":1633016525953,"hashOfConfig":"112"},{"size":705,"mtime":1633016525953,"hashOfConfig":"112"},{"size":1728,"mtime":1633016525953,"hashOfConfig":"112"},{"size":3487,"mtime":1633016525953,"hashOfConfig":"112"},{"size":849,"mtime":1633016525953,"hashOfConfig":"112"},{"size":1263,"mtime":1633016525953,"hashOfConfig":"112"},{"size":2021,"mtime":1633016525953,"hashOfConfig":"112"},{"size":3410,"mtime":1633016525953,"hashOfConfig":"112"},{"size":2257,"mtime":1633016525953,"hashOfConfig":"112"},{"size":705,"mtime":1633016525957,"hashOfConfig":"112"},{"size":2787,"mtime":1633016525957,"hashOfConfig":"112"},{"size":1760,"mtime":1633016525961,"hashOfConfig":"112"},{"size":1830,"mtime":1633016525965,"hashOfConfig":"112"},{"size":3062,"mtime":1633016525965,"hashOfConfig":"112"},{"size":1759,"mtime":1633016525965,"hashOfConfig":"112"},{"size":1284,"mtime":1633016525965,"hashOfConfig":"112"},{"size":630,"mtime":1633016525957,"hashOfConfig":"112"},{"size":307,"mtime":1633016525961,"hashOfConfig":"112"},{"size":325,"mtime":1633016525961,"hashOfConfig":"112"},{"size":283,"mtime":1633016525961,"hashOfConfig":"112"},{"size":557,"mtime":1633016525961,"hashOfConfig":"112"},"16giffr"]