@vkontakte/vkui 4.29.0 → 4.31.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 (439) hide show
  1. package/.cache/.eslintcache +1 -1
  2. package/.cache/.stylelintcache +1 -1
  3. package/.cache/.tsbuildinfo +111 -84
  4. package/.cache/ts/src/components/Alert/Alert.d.ts +4 -1
  5. package/.cache/ts/src/components/AppRoot/ScrollContext.d.ts +6 -14
  6. package/.cache/ts/src/components/Calendar/Calendar.d.ts +10 -1
  7. package/.cache/ts/src/components/CalendarHeader/CalendarHeader.d.ts +8 -0
  8. package/.cache/ts/src/components/CalendarRange/CalendarRange.d.ts +1 -1
  9. package/.cache/ts/src/components/ChipsSelect/ChipsSelect.d.ts +1 -1
  10. package/.cache/ts/src/components/CustomSelect/CustomSelect.d.ts +1 -1
  11. package/.cache/ts/src/components/DateInput/DateInput.d.ts +1 -1
  12. package/.cache/ts/src/components/DateRangeInput/DateRangeInput.d.ts +1 -1
  13. package/.cache/ts/src/components/FormField/FormField.d.ts +15 -1
  14. package/.cache/ts/src/components/Input/Input.d.ts +1 -1
  15. package/.cache/ts/src/components/NativeSelect/NativeSelect.d.ts +1 -2
  16. package/.cache/ts/src/components/Select/Select.d.ts +1 -1
  17. package/.cache/ts/src/components/SelectMimicry/SelectMimicry.d.ts +3 -3
  18. package/.cache/ts/src/components/TabbarItem/TabbarItem.d.ts +1 -1
  19. package/.cache/ts/src/hooks/useAdaptivity.d.ts +1 -0
  20. package/.cache/ts/src/hooks/useCalendar.d.ts +4 -3
  21. package/.cache/ts/src/index.d.ts +2 -1
  22. package/dist/cjs/components/ActionSheet/ActionSheet.js +6 -10
  23. package/dist/cjs/components/ActionSheet/ActionSheet.js.map +1 -1
  24. package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.js +1 -1
  25. package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
  26. package/dist/cjs/components/Alert/Alert.d.ts +4 -1
  27. package/dist/cjs/components/Alert/Alert.js +20 -2
  28. package/dist/cjs/components/Alert/Alert.js.map +1 -1
  29. package/dist/cjs/components/AppRoot/AppRoot.js +18 -2
  30. package/dist/cjs/components/AppRoot/AppRoot.js.map +1 -1
  31. package/dist/cjs/components/AppRoot/ScrollContext.d.ts +6 -14
  32. package/dist/cjs/components/AppRoot/ScrollContext.js +94 -2
  33. package/dist/cjs/components/AppRoot/ScrollContext.js.map +1 -1
  34. package/dist/cjs/components/Calendar/Calendar.d.ts +10 -1
  35. package/dist/cjs/components/Calendar/Calendar.js +16 -5
  36. package/dist/cjs/components/Calendar/Calendar.js.map +1 -1
  37. package/dist/cjs/components/CalendarHeader/CalendarHeader.d.ts +8 -0
  38. package/dist/cjs/components/CalendarHeader/CalendarHeader.js +15 -9
  39. package/dist/cjs/components/CalendarHeader/CalendarHeader.js.map +1 -1
  40. package/dist/cjs/components/CalendarRange/CalendarRange.d.ts +1 -1
  41. package/dist/cjs/components/CalendarRange/CalendarRange.js +7 -3
  42. package/dist/cjs/components/CalendarRange/CalendarRange.js.map +1 -1
  43. package/dist/cjs/components/ChipsInput/ChipsInput.js +3 -1
  44. package/dist/cjs/components/ChipsInput/ChipsInput.js.map +1 -1
  45. package/dist/cjs/components/ChipsSelect/ChipsSelect.d.ts +1 -1
  46. package/dist/cjs/components/ConfigProvider/ConfigProvider.js +1 -1
  47. package/dist/cjs/components/ConfigProvider/ConfigProvider.js.map +1 -1
  48. package/dist/cjs/components/CustomSelect/CustomSelect.d.ts +1 -1
  49. package/dist/cjs/components/CustomSelect/CustomSelect.js +6 -3
  50. package/dist/cjs/components/CustomSelect/CustomSelect.js.map +1 -1
  51. package/dist/cjs/components/DateInput/DateInput.d.ts +1 -1
  52. package/dist/cjs/components/DateInput/DateInput.js +14 -2
  53. package/dist/cjs/components/DateInput/DateInput.js.map +1 -1
  54. package/dist/cjs/components/DateRangeInput/DateRangeInput.d.ts +1 -1
  55. package/dist/cjs/components/DateRangeInput/DateRangeInput.js +6 -2
  56. package/dist/cjs/components/DateRangeInput/DateRangeInput.js.map +1 -1
  57. package/dist/cjs/components/Epic/Epic.js +1 -1
  58. package/dist/cjs/components/Epic/Epic.js.map +1 -1
  59. package/dist/cjs/components/FormField/FormField.d.ts +15 -1
  60. package/dist/cjs/components/FormField/FormField.js +6 -2
  61. package/dist/cjs/components/FormField/FormField.js.map +1 -1
  62. package/dist/cjs/components/HorizontalScroll/HorizontalScroll.js +12 -3
  63. package/dist/cjs/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
  64. package/dist/cjs/components/Input/Input.d.ts +1 -1
  65. package/dist/cjs/components/Input/Input.js +3 -1
  66. package/dist/cjs/components/Input/Input.js.map +1 -1
  67. package/dist/cjs/components/ModalCard/ModalCard.js +3 -1
  68. package/dist/cjs/components/ModalCard/ModalCard.js.map +1 -1
  69. package/dist/cjs/components/ModalCardBase/ModalCardBase.js +4 -2
  70. package/dist/cjs/components/ModalCardBase/ModalCardBase.js.map +1 -1
  71. package/dist/cjs/components/ModalPage/ModalPage.js +6 -2
  72. package/dist/cjs/components/ModalPage/ModalPage.js.map +1 -1
  73. package/dist/cjs/components/ModalPageHeader/ModalPageHeader.js +2 -10
  74. package/dist/cjs/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
  75. package/dist/cjs/components/ModalRoot/ModalRoot.js +2 -2
  76. package/dist/cjs/components/ModalRoot/ModalRoot.js.map +1 -1
  77. package/dist/cjs/components/ModalRoot/ModalRootAdaptive.js +6 -4
  78. package/dist/cjs/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
  79. package/dist/cjs/components/ModalRoot/useModalManager.js +1 -1
  80. package/dist/cjs/components/ModalRoot/useModalManager.js.map +1 -1
  81. package/dist/cjs/components/NativeSelect/NativeSelect.d.ts +1 -2
  82. package/dist/cjs/components/NativeSelect/NativeSelect.js +5 -7
  83. package/dist/cjs/components/NativeSelect/NativeSelect.js.map +1 -1
  84. package/dist/cjs/components/PanelHeader/PanelHeader.js +6 -4
  85. package/dist/cjs/components/PanelHeader/PanelHeader.js.map +1 -1
  86. package/dist/cjs/components/PanelHeaderContext/PanelHeaderContext.js +4 -1
  87. package/dist/cjs/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
  88. package/dist/cjs/components/PopoutRoot/PopoutRoot.js +3 -1
  89. package/dist/cjs/components/PopoutRoot/PopoutRoot.js.map +1 -1
  90. package/dist/cjs/components/ScreenSpinner/ScreenSpinner.js +3 -0
  91. package/dist/cjs/components/ScreenSpinner/ScreenSpinner.js.map +1 -1
  92. package/dist/cjs/components/Select/Select.d.ts +1 -1
  93. package/dist/cjs/components/Select/Select.js +2 -2
  94. package/dist/cjs/components/Select/Select.js.map +1 -1
  95. package/dist/cjs/components/SelectMimicry/SelectMimicry.d.ts +3 -3
  96. package/dist/cjs/components/SelectMimicry/SelectMimicry.js +3 -1
  97. package/dist/cjs/components/SelectMimicry/SelectMimicry.js.map +1 -1
  98. package/dist/cjs/components/TabbarItem/TabbarItem.d.ts +1 -1
  99. package/dist/cjs/components/TabbarItem/TabbarItem.js.map +1 -1
  100. package/dist/cjs/components/Tooltip/Tooltip.js +1 -1
  101. package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -1
  102. package/dist/cjs/components/Typography/Text/Text.js +1 -1
  103. package/dist/cjs/components/Typography/Text/Text.js.map +1 -1
  104. package/dist/cjs/hooks/useAdaptivity.d.ts +1 -0
  105. package/dist/cjs/hooks/useAdaptivity.js +18 -1
  106. package/dist/cjs/hooks/useAdaptivity.js.map +1 -1
  107. package/dist/cjs/hooks/useCalendar.d.ts +4 -3
  108. package/dist/cjs/hooks/useCalendar.js +15 -6
  109. package/dist/cjs/hooks/useCalendar.js.map +1 -1
  110. package/dist/cjs/index.d.ts +2 -1
  111. package/dist/cjs/index.js +10 -2
  112. package/dist/cjs/index.js.map +1 -1
  113. package/dist/cjs/lib/getNavId.js +1 -1
  114. package/dist/cjs/lib/getNavId.js.map +1 -1
  115. package/dist/cjs/lib/platform.js +29 -0
  116. package/dist/cjs/lib/platform.js.map +1 -1
  117. package/dist/components/ActionSheet/ActionSheet.js +5 -9
  118. package/dist/components/ActionSheet/ActionSheet.js.map +1 -1
  119. package/dist/components/ActionSheet/ActionSheetDropdownDesktop.js +1 -1
  120. package/dist/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
  121. package/dist/components/Alert/Alert.d.ts +4 -1
  122. package/dist/components/Alert/Alert.js +18 -2
  123. package/dist/components/Alert/Alert.js.map +1 -1
  124. package/dist/components/AppRoot/AppRoot.js +17 -2
  125. package/dist/components/AppRoot/AppRoot.js.map +1 -1
  126. package/dist/components/AppRoot/ScrollContext.d.ts +6 -14
  127. package/dist/components/AppRoot/ScrollContext.js +87 -1
  128. package/dist/components/AppRoot/ScrollContext.js.map +1 -1
  129. package/dist/components/Calendar/Calendar.d.ts +10 -1
  130. package/dist/components/Calendar/Calendar.js +16 -5
  131. package/dist/components/Calendar/Calendar.js.map +1 -1
  132. package/dist/components/CalendarHeader/CalendarHeader.d.ts +8 -0
  133. package/dist/components/CalendarHeader/CalendarHeader.js +15 -9
  134. package/dist/components/CalendarHeader/CalendarHeader.js.map +1 -1
  135. package/dist/components/CalendarRange/CalendarRange.d.ts +1 -1
  136. package/dist/components/CalendarRange/CalendarRange.js +7 -3
  137. package/dist/components/CalendarRange/CalendarRange.js.map +1 -1
  138. package/dist/components/ChipsInput/ChipsInput.js +3 -1
  139. package/dist/components/ChipsInput/ChipsInput.js.map +1 -1
  140. package/dist/components/ChipsSelect/ChipsSelect.d.ts +1 -1
  141. package/dist/components/ConfigProvider/ConfigProvider.js +1 -1
  142. package/dist/components/ConfigProvider/ConfigProvider.js.map +1 -1
  143. package/dist/components/CustomSelect/CustomSelect.d.ts +1 -1
  144. package/dist/components/CustomSelect/CustomSelect.js +6 -3
  145. package/dist/components/CustomSelect/CustomSelect.js.map +1 -1
  146. package/dist/components/DateInput/DateInput.d.ts +1 -1
  147. package/dist/components/DateInput/DateInput.js +14 -2
  148. package/dist/components/DateInput/DateInput.js.map +1 -1
  149. package/dist/components/DateRangeInput/DateRangeInput.d.ts +1 -1
  150. package/dist/components/DateRangeInput/DateRangeInput.js +6 -2
  151. package/dist/components/DateRangeInput/DateRangeInput.js.map +1 -1
  152. package/dist/components/Epic/Epic.js +1 -1
  153. package/dist/components/Epic/Epic.js.map +1 -1
  154. package/dist/components/FormField/FormField.d.ts +15 -1
  155. package/dist/components/FormField/FormField.js +6 -2
  156. package/dist/components/FormField/FormField.js.map +1 -1
  157. package/dist/components/HorizontalScroll/HorizontalScroll.js +12 -3
  158. package/dist/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
  159. package/dist/components/Input/Input.d.ts +1 -1
  160. package/dist/components/Input/Input.js +3 -1
  161. package/dist/components/Input/Input.js.map +1 -1
  162. package/dist/components/ModalCard/ModalCard.js +3 -2
  163. package/dist/components/ModalCard/ModalCard.js.map +1 -1
  164. package/dist/components/ModalCardBase/ModalCardBase.js +5 -4
  165. package/dist/components/ModalCardBase/ModalCardBase.js.map +1 -1
  166. package/dist/components/ModalPage/ModalPage.js +5 -3
  167. package/dist/components/ModalPage/ModalPage.js.map +1 -1
  168. package/dist/components/ModalPageHeader/ModalPageHeader.js +2 -9
  169. package/dist/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
  170. package/dist/components/ModalRoot/ModalRoot.js +2 -2
  171. package/dist/components/ModalRoot/ModalRoot.js.map +1 -1
  172. package/dist/components/ModalRoot/ModalRootAdaptive.js +5 -5
  173. package/dist/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
  174. package/dist/components/ModalRoot/useModalManager.js +1 -1
  175. package/dist/components/ModalRoot/useModalManager.js.map +1 -1
  176. package/dist/components/NativeSelect/NativeSelect.d.ts +1 -2
  177. package/dist/components/NativeSelect/NativeSelect.js +3 -4
  178. package/dist/components/NativeSelect/NativeSelect.js.map +1 -1
  179. package/dist/components/PanelHeader/PanelHeader.js +6 -4
  180. package/dist/components/PanelHeader/PanelHeader.js.map +1 -1
  181. package/dist/components/PanelHeaderContext/PanelHeaderContext.js +3 -1
  182. package/dist/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
  183. package/dist/components/PopoutRoot/PopoutRoot.js +3 -2
  184. package/dist/components/PopoutRoot/PopoutRoot.js.map +1 -1
  185. package/dist/components/ScreenSpinner/ScreenSpinner.js +2 -0
  186. package/dist/components/ScreenSpinner/ScreenSpinner.js.map +1 -1
  187. package/dist/components/Select/Select.d.ts +1 -1
  188. package/dist/components/Select/Select.js +1 -1
  189. package/dist/components/Select/Select.js.map +1 -1
  190. package/dist/components/SelectMimicry/SelectMimicry.d.ts +3 -3
  191. package/dist/components/SelectMimicry/SelectMimicry.js +3 -1
  192. package/dist/components/SelectMimicry/SelectMimicry.js.map +1 -1
  193. package/dist/components/TabbarItem/TabbarItem.d.ts +1 -1
  194. package/dist/components/TabbarItem/TabbarItem.js.map +1 -1
  195. package/dist/components/Tooltip/Tooltip.js +1 -1
  196. package/dist/components/Tooltip/Tooltip.js.map +1 -1
  197. package/dist/components/Typography/Text/Text.js +1 -1
  198. package/dist/components/Typography/Text/Text.js.map +1 -1
  199. package/dist/components.css +18 -18
  200. package/dist/components.css.map +1 -1
  201. package/dist/cssm/components/ActionSheet/ActionSheet.js +5 -9
  202. package/dist/cssm/components/ActionSheet/ActionSheet.js.map +1 -1
  203. package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.js +1 -1
  204. package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
  205. package/dist/cssm/components/Alert/Alert.d.ts +4 -1
  206. package/dist/cssm/components/Alert/Alert.js +18 -2
  207. package/dist/cssm/components/Alert/Alert.js.map +1 -1
  208. package/dist/cssm/components/AppRoot/AppRoot.js +17 -2
  209. package/dist/cssm/components/AppRoot/AppRoot.js.map +1 -1
  210. package/dist/cssm/components/AppRoot/ScrollContext.d.ts +6 -14
  211. package/dist/cssm/components/AppRoot/ScrollContext.js +87 -1
  212. package/dist/cssm/components/AppRoot/ScrollContext.js.map +1 -1
  213. package/dist/cssm/components/Button/Button.css +9 -9
  214. package/dist/cssm/components/ButtonGroup/ButtonGroup.css +1 -1
  215. package/dist/cssm/components/Calendar/Calendar.css +1 -1
  216. package/dist/cssm/components/Calendar/Calendar.d.ts +10 -1
  217. package/dist/cssm/components/Calendar/Calendar.js +16 -5
  218. package/dist/cssm/components/Calendar/Calendar.js.map +1 -1
  219. package/dist/cssm/components/CalendarDay/CalendarDay.css +1 -1
  220. package/dist/cssm/components/CalendarDays/CalendarDays.css +1 -1
  221. package/dist/cssm/components/CalendarHeader/CalendarHeader.css +1 -1
  222. package/dist/cssm/components/CalendarHeader/CalendarHeader.d.ts +8 -0
  223. package/dist/cssm/components/CalendarHeader/CalendarHeader.js +15 -9
  224. package/dist/cssm/components/CalendarHeader/CalendarHeader.js.map +1 -1
  225. package/dist/cssm/components/CalendarRange/CalendarRange.css +1 -1
  226. package/dist/cssm/components/CalendarRange/CalendarRange.d.ts +1 -1
  227. package/dist/cssm/components/CalendarRange/CalendarRange.js +7 -3
  228. package/dist/cssm/components/CalendarRange/CalendarRange.js.map +1 -1
  229. package/dist/cssm/components/CalendarTime/CalendarTime.css +1 -1
  230. package/dist/cssm/components/Card/Card.css +2 -2
  231. package/dist/cssm/components/CardScroll/CardScroll.css +1 -1
  232. package/dist/cssm/components/Cell/Cell.css +1 -1
  233. package/dist/cssm/components/CellButton/CellButton.css +1 -1
  234. package/dist/cssm/components/Checkbox/Checkbox.css +1 -1
  235. package/dist/cssm/components/ChipsInput/ChipsInput.css +1 -1
  236. package/dist/cssm/components/ChipsInput/ChipsInput.js +3 -1
  237. package/dist/cssm/components/ChipsInput/ChipsInput.js.map +1 -1
  238. package/dist/cssm/components/ChipsSelect/ChipsSelect.d.ts +1 -1
  239. package/dist/cssm/components/ConfigProvider/ConfigProvider.js +1 -1
  240. package/dist/cssm/components/ConfigProvider/ConfigProvider.js.map +1 -1
  241. package/dist/cssm/components/CustomSelect/CustomSelect.d.ts +1 -1
  242. package/dist/cssm/components/CustomSelect/CustomSelect.js +6 -3
  243. package/dist/cssm/components/CustomSelect/CustomSelect.js.map +1 -1
  244. package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.css +1 -1
  245. package/dist/cssm/components/CustomSelectOption/CustomSelectOption.css +1 -1
  246. package/dist/cssm/components/DateInput/DateInput.d.ts +1 -1
  247. package/dist/cssm/components/DateInput/DateInput.js +14 -2
  248. package/dist/cssm/components/DateInput/DateInput.js.map +1 -1
  249. package/dist/cssm/components/DateRangeInput/DateRangeInput.d.ts +1 -1
  250. package/dist/cssm/components/DateRangeInput/DateRangeInput.js +6 -2
  251. package/dist/cssm/components/DateRangeInput/DateRangeInput.js.map +1 -1
  252. package/dist/cssm/components/Epic/Epic.js +1 -1
  253. package/dist/cssm/components/Epic/Epic.js.map +1 -1
  254. package/dist/cssm/components/FormField/FormField.css +3 -3
  255. package/dist/cssm/components/FormField/FormField.d.ts +15 -1
  256. package/dist/cssm/components/FormField/FormField.js +6 -2
  257. package/dist/cssm/components/FormField/FormField.js.map +1 -1
  258. package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.css +1 -1
  259. package/dist/cssm/components/Gradient/Gradient.css +1 -1
  260. package/dist/cssm/components/HorizontalScroll/HorizontalScroll.js +12 -3
  261. package/dist/cssm/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
  262. package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.css +1 -1
  263. package/dist/cssm/components/Input/Input.css +1 -1
  264. package/dist/cssm/components/Input/Input.d.ts +1 -1
  265. package/dist/cssm/components/Input/Input.js +3 -1
  266. package/dist/cssm/components/Input/Input.js.map +1 -1
  267. package/dist/cssm/components/InputLike/InputLike.css +1 -1
  268. package/dist/cssm/components/InputLike/InputLikeDivider.css +1 -1
  269. package/dist/cssm/components/ModalCard/ModalCard.css +1 -1
  270. package/dist/cssm/components/ModalCard/ModalCard.js +3 -2
  271. package/dist/cssm/components/ModalCard/ModalCard.js.map +1 -1
  272. package/dist/cssm/components/ModalCardBase/ModalCardBase.js +5 -4
  273. package/dist/cssm/components/ModalCardBase/ModalCardBase.js.map +1 -1
  274. package/dist/cssm/components/ModalPage/ModalPage.js +5 -3
  275. package/dist/cssm/components/ModalPage/ModalPage.js.map +1 -1
  276. package/dist/cssm/components/ModalPageHeader/ModalPageHeader.js +2 -9
  277. package/dist/cssm/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
  278. package/dist/cssm/components/ModalRoot/ModalRoot.css +1 -1
  279. package/dist/cssm/components/ModalRoot/ModalRoot.js +2 -2
  280. package/dist/cssm/components/ModalRoot/ModalRoot.js.map +1 -1
  281. package/dist/cssm/components/ModalRoot/ModalRootAdaptive.js +5 -5
  282. package/dist/cssm/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
  283. package/dist/cssm/components/ModalRoot/useModalManager.js +1 -1
  284. package/dist/cssm/components/ModalRoot/useModalManager.js.map +1 -1
  285. package/dist/cssm/components/NativeSelect/NativeSelect.d.ts +1 -2
  286. package/dist/cssm/components/NativeSelect/NativeSelect.js +3 -4
  287. package/dist/cssm/components/NativeSelect/NativeSelect.js.map +1 -1
  288. package/dist/cssm/components/Pagination/Pagination.css +1 -1
  289. package/dist/cssm/components/PanelHeader/PanelHeader.css +1 -1
  290. package/dist/cssm/components/PanelHeader/PanelHeader.js +6 -4
  291. package/dist/cssm/components/PanelHeader/PanelHeader.js.map +1 -1
  292. package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.js +3 -1
  293. package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
  294. package/dist/cssm/components/PopoutRoot/PopoutRoot.js +3 -2
  295. package/dist/cssm/components/PopoutRoot/PopoutRoot.js.map +1 -1
  296. package/dist/cssm/components/Popper/Popper.css +1 -1
  297. package/dist/cssm/components/Radio/Radio.css +1 -1
  298. package/dist/cssm/components/RadioGroup/RadioGroup.css +1 -1
  299. package/dist/cssm/components/Removable/Removable.css +1 -1
  300. package/dist/cssm/components/RichCell/RichCell.css +1 -1
  301. package/dist/cssm/components/ScreenSpinner/ScreenSpinner.js +2 -0
  302. package/dist/cssm/components/ScreenSpinner/ScreenSpinner.js.map +1 -1
  303. package/dist/cssm/components/SegmentedControl/SegmentedControl.css +1 -1
  304. package/dist/cssm/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css +1 -1
  305. package/dist/cssm/components/Select/Select.d.ts +1 -1
  306. package/dist/cssm/components/Select/Select.js +1 -1
  307. package/dist/cssm/components/Select/Select.js.map +1 -1
  308. package/dist/cssm/components/SelectMimicry/SelectMimicry.d.ts +3 -3
  309. package/dist/cssm/components/SelectMimicry/SelectMimicry.js +3 -1
  310. package/dist/cssm/components/SelectMimicry/SelectMimicry.js.map +1 -1
  311. package/dist/cssm/components/SimpleCell/SimpleCell.css +1 -1
  312. package/dist/cssm/components/Snackbar/Snackbar.css +1 -1
  313. package/dist/cssm/components/SplitLayout/SplitLayout.css +1 -1
  314. package/dist/cssm/components/TabbarItem/TabbarItem.d.ts +1 -1
  315. package/dist/cssm/components/TabbarItem/TabbarItem.js.map +1 -1
  316. package/dist/cssm/components/Tooltip/Tooltip.js +1 -1
  317. package/dist/cssm/components/Tooltip/Tooltip.js.map +1 -1
  318. package/dist/cssm/components/Typography/Caption/Caption.css +1 -1
  319. package/dist/cssm/components/Typography/Paragraph/Paragraph.css +1 -1
  320. package/dist/cssm/components/Typography/Subhead/Subhead.css +1 -1
  321. package/dist/cssm/components/Typography/Text/Text.js +1 -1
  322. package/dist/cssm/components/Typography/Text/Text.js.map +1 -1
  323. package/dist/cssm/components/Typography/Title/Title.css +1 -1
  324. package/dist/cssm/hooks/useAdaptivity.d.ts +1 -0
  325. package/dist/cssm/hooks/useAdaptivity.js +13 -1
  326. package/dist/cssm/hooks/useAdaptivity.js.map +1 -1
  327. package/dist/cssm/hooks/useCalendar.d.ts +4 -3
  328. package/dist/cssm/hooks/useCalendar.js +15 -6
  329. package/dist/cssm/hooks/useCalendar.js.map +1 -1
  330. package/dist/cssm/index.d.ts +2 -1
  331. package/dist/cssm/index.js +2 -1
  332. package/dist/cssm/index.js.map +1 -1
  333. package/dist/cssm/lib/getNavId.js +1 -1
  334. package/dist/cssm/lib/getNavId.js.map +1 -1
  335. package/dist/cssm/lib/platform.js +26 -0
  336. package/dist/cssm/lib/platform.js.map +1 -1
  337. package/dist/cssm/styles/bright_light.css +1 -1
  338. package/dist/cssm/styles/components.css +18 -18
  339. package/dist/cssm/styles/constants.css +1 -1
  340. package/dist/cssm/styles/space_gray.css +1 -1
  341. package/dist/cssm/styles/themes.css +3 -3
  342. package/dist/cssm/styles/vkcom_dark.css +2 -2
  343. package/dist/cssm/styles/vkcom_light.css +1 -1
  344. package/dist/default_scheme.css +1 -1
  345. package/dist/default_scheme.css.map +1 -1
  346. package/dist/hooks/useAdaptivity.d.ts +1 -0
  347. package/dist/hooks/useAdaptivity.js +13 -1
  348. package/dist/hooks/useAdaptivity.js.map +1 -1
  349. package/dist/hooks/useCalendar.d.ts +4 -3
  350. package/dist/hooks/useCalendar.js +15 -6
  351. package/dist/hooks/useCalendar.js.map +1 -1
  352. package/dist/index.d.ts +2 -1
  353. package/dist/index.js +2 -1
  354. package/dist/index.js.map +1 -1
  355. package/dist/lib/getNavId.js +1 -1
  356. package/dist/lib/getNavId.js.map +1 -1
  357. package/dist/lib/platform.js +26 -0
  358. package/dist/lib/platform.js.map +1 -1
  359. package/dist/vkui.css +21 -21
  360. package/dist/vkui.css.map +1 -1
  361. package/jest.unit.config.js +1 -0
  362. package/package.json +5 -3
  363. package/postcss-custom-properties-fallback/__tests__/custom_properties.css +5 -0
  364. package/postcss-custom-properties-fallback/index.js +83 -0
  365. package/postcss-plugin-vk-sans/index.js +34 -27
  366. package/src/components/ActionSheet/ActionSheet.tsx +9 -7
  367. package/src/components/ActionSheet/ActionSheetDropdownDesktop.tsx +1 -1
  368. package/src/components/ActionSheet/Readme.md +1 -0
  369. package/src/components/Alert/Alert.tsx +23 -4
  370. package/src/components/AppRoot/AppRoot.tsx +17 -2
  371. package/src/components/AppRoot/ScrollContext.ts +90 -2
  372. package/src/components/Button/Button.css +2 -0
  373. package/src/components/Calendar/Calendar.tsx +32 -3
  374. package/src/components/CalendarHeader/CalendarHeader.css +3 -0
  375. package/src/components/CalendarHeader/CalendarHeader.tsx +24 -2
  376. package/src/components/CalendarRange/CalendarRange.tsx +6 -0
  377. package/src/components/Card/Card.css +2 -1
  378. package/src/components/Cell/Cell.css +1 -1
  379. package/src/components/CellButton/CellButton.css +1 -1
  380. package/src/components/Checkbox/Checkbox.css +1 -1
  381. package/src/components/ChipsInput/ChipsInput.tsx +2 -0
  382. package/src/components/ConfigProvider/ConfigProvider.tsx +1 -1
  383. package/src/components/CustomSelect/CustomSelect.tsx +6 -3
  384. package/src/components/DateInput/DateInput.tsx +18 -0
  385. package/src/components/DateRangeInput/DateRangeInput.tsx +6 -0
  386. package/src/components/Epic/Epic.tsx +3 -1
  387. package/src/components/FixedLayout/FixedLayout.css +10 -0
  388. package/src/components/FormField/FormField.css +10 -0
  389. package/src/components/FormField/FormField.tsx +21 -1
  390. package/src/components/FormField/Readme.md +85 -19
  391. package/src/components/FormItem/FormItem.css +1 -0
  392. package/src/components/FormLayoutGroup/FormLayoutGroup.css +2 -1
  393. package/src/components/Gradient/Gradient.css +4 -2
  394. package/src/components/HorizontalScroll/HorizontalScroll.tsx +9 -3
  395. package/src/components/Input/Input.tsx +2 -0
  396. package/src/components/ModalCard/ModalCard.css +1 -1
  397. package/src/components/ModalCard/ModalCard.tsx +3 -8
  398. package/src/components/ModalCardBase/ModalCardBase.tsx +6 -10
  399. package/src/components/ModalPage/ModalPage.tsx +6 -9
  400. package/src/components/ModalPageHeader/ModalPageHeader.tsx +2 -6
  401. package/src/components/ModalRoot/ModalRoot.css +3 -2
  402. package/src/components/ModalRoot/ModalRoot.tsx +6 -2
  403. package/src/components/ModalRoot/ModalRootAdaptive.tsx +6 -9
  404. package/src/components/ModalRoot/Readme.md +1 -1
  405. package/src/components/ModalRoot/useModalManager.tsx +4 -1
  406. package/src/components/NativeSelect/NativeSelect.tsx +2 -3
  407. package/src/components/PanelHeader/PanelHeader.css +13 -13
  408. package/src/components/PanelHeader/PanelHeader.tsx +18 -17
  409. package/src/components/PanelHeader/Readme.md +2 -2
  410. package/src/components/PanelHeaderContext/PanelHeaderContext.tsx +3 -0
  411. package/src/components/PopoutRoot/PopoutRoot.tsx +3 -8
  412. package/src/components/Popper/Popper.css +14 -2
  413. package/src/components/Radio/Radio.css +1 -1
  414. package/src/components/RadioGroup/RadioGroup.css +1 -1
  415. package/src/components/Removable/Removable.css +2 -2
  416. package/src/components/RichCell/RichCell.css +1 -1
  417. package/src/components/ScreenSpinner/ScreenSpinner.tsx +3 -0
  418. package/src/components/Select/Select.tsx +1 -1
  419. package/src/components/SelectMimicry/SelectMimicry.tsx +5 -3
  420. package/src/components/SimpleCell/SimpleCell.css +1 -1
  421. package/src/components/Snackbar/Snackbar.css +6 -3
  422. package/src/components/SplitLayout/SplitLayout.css +3 -1
  423. package/src/components/Switch/Readme.md +12 -36
  424. package/src/components/TabbarItem/TabbarItem.tsx +1 -1
  425. package/src/components/Tooltip/Readme.md +35 -47
  426. package/src/components/Tooltip/Tooltip.tsx +2 -2
  427. package/src/components/Typography/Text/Text.tsx +4 -1
  428. package/src/hooks/useAdaptivity.ts +15 -0
  429. package/src/hooks/useCalendar.ts +25 -9
  430. package/src/index.ts +2 -1
  431. package/src/lib/getNavId.ts +1 -1
  432. package/src/lib/platform.ts +34 -0
  433. package/src/styles/bright_light.css +2 -0
  434. package/src/styles/constants.css +3 -2
  435. package/src/styles/space_gray.css +10 -8
  436. package/src/styles/vkcom_dark.css +6 -4
  437. package/src/styles/vkcom_light.css +4 -2
  438. package/src/testing/utils.tsx +5 -1
  439. package/tsconfig.json +1 -0
@@ -1 +1 @@
1
- [{"/home/runner/work/VKUI/VKUI/src/fonts/fonts.css":"1","/home/runner/work/VKUI/VKUI/src/styles/animations.css":"2","/home/runner/work/VKUI/VKUI/src/styles/bright_light.css":"3","/home/runner/work/VKUI/VKUI/src/styles/common.css":"4","/home/runner/work/VKUI/VKUI/src/styles/components.css":"5","/home/runner/work/VKUI/VKUI/src/styles/constants.css":"6","/home/runner/work/VKUI/VKUI/src/styles/space_gray.css":"7","/home/runner/work/VKUI/VKUI/src/styles/themes.css":"8","/home/runner/work/VKUI/VKUI/src/styles/unstable.css":"9","/home/runner/work/VKUI/VKUI/src/styles/vkcom_dark.css":"10","/home/runner/work/VKUI/VKUI/src/styles/vkcom_light.css":"11","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.css":"12","/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.css":"13","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.css":"14","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.css":"15","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.css":"16","/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.css":"17","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.css":"18","/home/runner/work/VKUI/VKUI/src/components/Button/Button.css":"19","/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.css":"20","/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.css":"21","/home/runner/work/VKUI/VKUI/src/components/CalendarDay/CalendarDay.css":"22","/home/runner/work/VKUI/VKUI/src/components/CalendarDays/CalendarDays.css":"23","/home/runner/work/VKUI/VKUI/src/components/CalendarHeader/CalendarHeader.css":"24","/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.css":"25","/home/runner/work/VKUI/VKUI/src/components/CalendarTime/CalendarTime.css":"26","/home/runner/work/VKUI/VKUI/src/components/Card/Card.css":"27","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.css":"28","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.css":"29","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.css":"30","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.css":"31","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.css":"32","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.css":"33","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.css":"34","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.css":"35","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.css":"36","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.css":"37","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.css":"38","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.css":"39","/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.css":"40","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.css":"41","/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.css":"42","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.css":"43","/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.css":"44","/home/runner/work/VKUI/VKUI/src/components/Div/Div.css":"45","/home/runner/work/VKUI/VKUI/src/components/Dropdown/Dropdown.css":"46","/home/runner/work/VKUI/VKUI/src/components/DropdownIcon/DropdownIcon.css":"47","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.css":"48","/home/runner/work/VKUI/VKUI/src/components/File/File.css":"49","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.css":"50","/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.css":"51","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.css":"52","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.css":"53","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.css":"54","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.css":"55","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.css":"56","/home/runner/work/VKUI/VKUI/src/components/FormStatus/FormStatus.css":"57","/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.css":"58","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.css":"59","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.css":"60","/home/runner/work/VKUI/VKUI/src/components/Group/Group.css":"61","/home/runner/work/VKUI/VKUI/src/components/Header/Header.css":"62","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.css":"63","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.css":"64","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.css":"65","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.css":"66","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.css":"67","/home/runner/work/VKUI/VKUI/src/components/InitialsAvatar/InitialsAvatar.css":"68","/home/runner/work/VKUI/VKUI/src/components/Input/Input.css":"69","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLike.css":"70","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLikeDivider.css":"71","/home/runner/work/VKUI/VKUI/src/components/Link/Link.css":"72","/home/runner/work/VKUI/VKUI/src/components/List/List.css":"73","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.css":"74","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.css":"75","/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.css":"76","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.css":"77","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.css":"78","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.css":"79","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.css":"80","/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.css":"81","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.css":"82","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.css":"83","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.css":"84","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.css":"85","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.css":"86","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.css":"87","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.css":"88","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.css":"89","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.css":"90","/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.css":"91","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.css":"92","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.css":"93","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.css":"94","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.css":"95","/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.css":"96","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.css":"97","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.css":"98","/home/runner/work/VKUI/VKUI/src/components/RichTooltip/RichTooltip.css":"99","/home/runner/work/VKUI/VKUI/src/components/Root/Root.css":"100","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.css":"101","/home/runner/work/VKUI/VKUI/src/components/Search/Search.css":"102","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.css":"103","/home/runner/work/VKUI/VKUI/src/components/Select/Select.css":"104","/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.css":"105","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.css":"106","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.css":"107","/home/runner/work/VKUI/VKUI/src/components/SimpleCheckbox/SimpleCheckbox.css":"108","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.css":"109","/home/runner/work/VKUI/VKUI/src/components/SliderSwitch/SliderSwitch.css":"110","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.css":"111","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.css":"112","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.css":"113","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.css":"114","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.css":"115","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.css":"116","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.css":"117","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.css":"118","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.css":"119","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.css":"120","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.css":"121","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.css":"122","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.css":"123","/home/runner/work/VKUI/VKUI/src/components/TextTooltip/TextTooltip.css":"124","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.css":"125","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.css":"126","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.css":"127","/home/runner/work/VKUI/VKUI/src/components/View/View.css":"128","/home/runner/work/VKUI/VKUI/src/components/View/ViewIOS.css":"129","/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.css":"130","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.css":"131","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.css":"132","/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.css":"133","/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.css":"134","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css":"135","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.css":"136","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.css":"137","/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.css":"138","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.css":"139","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.css":"140","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.css":"141"},{"size":214,"mtime":1650629797948,"hashOfConfig":"142"},{"size":205,"mtime":1650629797948,"hashOfConfig":"142"},{"size":9874,"mtime":1650629797948,"hashOfConfig":"142"},{"size":706,"mtime":1650629797952,"hashOfConfig":"142"},{"size":6907,"mtime":1650629797952,"hashOfConfig":"142"},{"size":2108,"mtime":1650629797952,"hashOfConfig":"142"},{"size":9983,"mtime":1650629797952,"hashOfConfig":"142"},{"size":784,"mtime":1650629797952,"hashOfConfig":"142"},{"size":277,"mtime":1650629797952,"hashOfConfig":"142"},{"size":10072,"mtime":1650629797952,"hashOfConfig":"142"},{"size":9915,"mtime":1650629797952,"hashOfConfig":"142"},{"size":2926,"mtime":1650629797820,"hashOfConfig":"142"},{"size":5740,"mtime":1650629797876,"hashOfConfig":"142"},{"size":5211,"mtime":1650629797876,"hashOfConfig":"142"},{"size":276,"mtime":1650629797876,"hashOfConfig":"142"},{"size":3157,"mtime":1650629797876,"hashOfConfig":"142"},{"size":328,"mtime":1650629797876,"hashOfConfig":"142"},{"size":2396,"mtime":1650629797876,"hashOfConfig":"142"},{"size":16662,"mtime":1650629797880,"hashOfConfig":"142"},{"size":1575,"mtime":1650629797892,"hashOfConfig":"142"},{"size":605,"mtime":1650629797892,"hashOfConfig":"142"},{"size":1769,"mtime":1650629797892,"hashOfConfig":"142"},{"size":555,"mtime":1650629797892,"hashOfConfig":"142"},{"size":865,"mtime":1650629797892,"hashOfConfig":"142"},{"size":535,"mtime":1650629797892,"hashOfConfig":"142"},{"size":259,"mtime":1650629797896,"hashOfConfig":"142"},{"size":1500,"mtime":1650629797896,"hashOfConfig":"142"},{"size":1091,"mtime":1650629797896,"hashOfConfig":"142"},{"size":846,"mtime":1650629797896,"hashOfConfig":"142"},{"size":804,"mtime":1650629797896,"hashOfConfig":"142"},{"size":743,"mtime":1650629797896,"hashOfConfig":"142"},{"size":1840,"mtime":1650629797896,"hashOfConfig":"142"},{"size":951,"mtime":1650629797900,"hashOfConfig":"142"},{"size":1298,"mtime":1650629797900,"hashOfConfig":"142"},{"size":489,"mtime":1650629797900,"hashOfConfig":"142"},{"size":582,"mtime":1650629797900,"hashOfConfig":"142"},{"size":4189,"mtime":1650629797900,"hashOfConfig":"142"},{"size":1105,"mtime":1650629797900,"hashOfConfig":"142"},{"size":374,"mtime":1650629797900,"hashOfConfig":"142"},{"size":1022,"mtime":1650629797904,"hashOfConfig":"142"},{"size":1473,"mtime":1650629797904,"hashOfConfig":"142"},{"size":372,"mtime":1650629797904,"hashOfConfig":"142"},{"size":357,"mtime":1650629797904,"hashOfConfig":"142"},{"size":317,"mtime":1650629797904,"hashOfConfig":"142"},{"size":63,"mtime":1650629797904,"hashOfConfig":"142"},{"size":455,"mtime":1650629797904,"hashOfConfig":"142"},{"size":37,"mtime":1650629797904,"hashOfConfig":"142"},{"size":41,"mtime":1650629797904,"hashOfConfig":"142"},{"size":45,"mtime":1650629797904,"hashOfConfig":"142"},{"size":510,"mtime":1650629797904,"hashOfConfig":"142"},{"size":1428,"mtime":1650629797908,"hashOfConfig":"142"},{"size":141,"mtime":1650629797908,"hashOfConfig":"142"},{"size":3010,"mtime":1650629797908,"hashOfConfig":"142"},{"size":1344,"mtime":1650629797908,"hashOfConfig":"142"},{"size":227,"mtime":1650629797908,"hashOfConfig":"142"},{"size":317,"mtime":1650629797908,"hashOfConfig":"142"},{"size":742,"mtime":1650629797908,"hashOfConfig":"142"},{"size":1017,"mtime":1650629797908,"hashOfConfig":"142"},{"size":2095,"mtime":1650629797908,"hashOfConfig":"142"},{"size":909,"mtime":1650629797908,"hashOfConfig":"142"},{"size":1623,"mtime":1650629797912,"hashOfConfig":"142"},{"size":2364,"mtime":1650629797912,"hashOfConfig":"142"},{"size":1991,"mtime":1650629797912,"hashOfConfig":"142"},{"size":582,"mtime":1650629797912,"hashOfConfig":"142"},{"size":1594,"mtime":1650629797912,"hashOfConfig":"142"},{"size":1658,"mtime":1650629797912,"hashOfConfig":"142"},{"size":243,"mtime":1650629797912,"hashOfConfig":"142"},{"size":1235,"mtime":1650629797912,"hashOfConfig":"142"},{"size":973,"mtime":1650629797916,"hashOfConfig":"142"},{"size":443,"mtime":1650629797916,"hashOfConfig":"142"},{"size":100,"mtime":1650629797916,"hashOfConfig":"142"},{"size":287,"mtime":1650629797916,"hashOfConfig":"142"},{"size":10,"mtime":1650629797916,"hashOfConfig":"142"},{"size":1120,"mtime":1650629797916,"hashOfConfig":"142"},{"size":962,"mtime":1650629797916,"hashOfConfig":"142"},{"size":1931,"mtime":1650629797916,"hashOfConfig":"142"},{"size":651,"mtime":1650629797920,"hashOfConfig":"142"},{"size":2608,"mtime":1650629797920,"hashOfConfig":"142"},{"size":444,"mtime":1650629797920,"hashOfConfig":"142"},{"size":1309,"mtime":1650629797920,"hashOfConfig":"142"},{"size":1379,"mtime":1650629797920,"hashOfConfig":"142"},{"size":2262,"mtime":1650629797920,"hashOfConfig":"142"},{"size":5680,"mtime":1650629797924,"hashOfConfig":"142"},{"size":154,"mtime":1650629797924,"hashOfConfig":"142"},{"size":1619,"mtime":1650629797924,"hashOfConfig":"142"},{"size":1941,"mtime":1650629797924,"hashOfConfig":"142"},{"size":2959,"mtime":1650629797924,"hashOfConfig":"142"},{"size":812,"mtime":1650629797924,"hashOfConfig":"142"},{"size":455,"mtime":1650629797924,"hashOfConfig":"142"},{"size":1839,"mtime":1650629797924,"hashOfConfig":"142"},{"size":685,"mtime":1650629797924,"hashOfConfig":"142"},{"size":212,"mtime":1650629797924,"hashOfConfig":"142"},{"size":936,"mtime":1650629797924,"hashOfConfig":"142"},{"size":2010,"mtime":1650629797924,"hashOfConfig":"142"},{"size":2979,"mtime":1650629797924,"hashOfConfig":"142"},{"size":175,"mtime":1650629797928,"hashOfConfig":"142"},{"size":2272,"mtime":1650629797928,"hashOfConfig":"142"},{"size":1828,"mtime":1650629797928,"hashOfConfig":"142"},{"size":259,"mtime":1650629797928,"hashOfConfig":"142"},{"size":2719,"mtime":1650629797928,"hashOfConfig":"142"},{"size":653,"mtime":1650629797928,"hashOfConfig":"142"},{"size":6437,"mtime":1650629797928,"hashOfConfig":"142"},{"size":885,"mtime":1650629797932,"hashOfConfig":"142"},{"size":1100,"mtime":1650629797932,"hashOfConfig":"142"},{"size":201,"mtime":1650629797932,"hashOfConfig":"142"},{"size":839,"mtime":1650629797932,"hashOfConfig":"142"},{"size":5154,"mtime":1650629797932,"hashOfConfig":"142"},{"size":2533,"mtime":1650629797932,"hashOfConfig":"142"},{"size":2187,"mtime":1650629797936,"hashOfConfig":"142"},{"size":1686,"mtime":1650629797936,"hashOfConfig":"142"},{"size":2880,"mtime":1650629797936,"hashOfConfig":"142"},{"size":746,"mtime":1650629797936,"hashOfConfig":"142"},{"size":443,"mtime":1650629797936,"hashOfConfig":"142"},{"size":402,"mtime":1650629797936,"hashOfConfig":"142"},{"size":924,"mtime":1650629797936,"hashOfConfig":"142"},{"size":705,"mtime":1650629797936,"hashOfConfig":"142"},{"size":1730,"mtime":1650629797936,"hashOfConfig":"142"},{"size":3935,"mtime":1650629797936,"hashOfConfig":"142"},{"size":910,"mtime":1650629797936,"hashOfConfig":"142"},{"size":2100,"mtime":1650629797936,"hashOfConfig":"142"},{"size":2021,"mtime":1650629797936,"hashOfConfig":"142"},{"size":3763,"mtime":1650629797940,"hashOfConfig":"142"},{"size":2366,"mtime":1650629797940,"hashOfConfig":"142"},{"size":398,"mtime":1650629797940,"hashOfConfig":"142"},{"size":645,"mtime":1650629797940,"hashOfConfig":"142"},{"size":2789,"mtime":1650629797940,"hashOfConfig":"142"},{"size":1760,"mtime":1650629797944,"hashOfConfig":"142"},{"size":1841,"mtime":1650629797944,"hashOfConfig":"142"},{"size":3097,"mtime":1650629797944,"hashOfConfig":"142"},{"size":167,"mtime":1650629797944,"hashOfConfig":"142"},{"size":1759,"mtime":1650629797948,"hashOfConfig":"142"},{"size":1286,"mtime":1650629797948,"hashOfConfig":"142"},{"size":313,"mtime":1650629797896,"hashOfConfig":"142"},{"size":70,"mtime":1650629797896,"hashOfConfig":"142"},{"size":629,"mtime":1650629797932,"hashOfConfig":"142"},{"size":3303,"mtime":1650629797940,"hashOfConfig":"142"},{"size":307,"mtime":1650629797940,"hashOfConfig":"142"},{"size":419,"mtime":1650629797944,"hashOfConfig":"142"},{"size":980,"mtime":1650629797944,"hashOfConfig":"142"},{"size":283,"mtime":1650629797944,"hashOfConfig":"142"},{"size":1346,"mtime":1650629797944,"hashOfConfig":"142"},"5cvpu8"]
1
+ [{"/home/runner/work/VKUI/VKUI/src/fonts/fonts.css":"1","/home/runner/work/VKUI/VKUI/src/styles/animations.css":"2","/home/runner/work/VKUI/VKUI/src/styles/bright_light.css":"3","/home/runner/work/VKUI/VKUI/src/styles/common.css":"4","/home/runner/work/VKUI/VKUI/src/styles/components.css":"5","/home/runner/work/VKUI/VKUI/src/styles/constants.css":"6","/home/runner/work/VKUI/VKUI/src/styles/space_gray.css":"7","/home/runner/work/VKUI/VKUI/src/styles/themes.css":"8","/home/runner/work/VKUI/VKUI/src/styles/unstable.css":"9","/home/runner/work/VKUI/VKUI/src/styles/vkcom_dark.css":"10","/home/runner/work/VKUI/VKUI/src/styles/vkcom_light.css":"11","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.css":"12","/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.css":"13","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.css":"14","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.css":"15","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.css":"16","/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.css":"17","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.css":"18","/home/runner/work/VKUI/VKUI/src/components/Button/Button.css":"19","/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.css":"20","/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.css":"21","/home/runner/work/VKUI/VKUI/src/components/CalendarDay/CalendarDay.css":"22","/home/runner/work/VKUI/VKUI/src/components/CalendarDays/CalendarDays.css":"23","/home/runner/work/VKUI/VKUI/src/components/CalendarHeader/CalendarHeader.css":"24","/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.css":"25","/home/runner/work/VKUI/VKUI/src/components/CalendarTime/CalendarTime.css":"26","/home/runner/work/VKUI/VKUI/src/components/Card/Card.css":"27","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.css":"28","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.css":"29","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.css":"30","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.css":"31","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.css":"32","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.css":"33","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.css":"34","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.css":"35","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.css":"36","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.css":"37","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.css":"38","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.css":"39","/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.css":"40","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.css":"41","/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.css":"42","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.css":"43","/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.css":"44","/home/runner/work/VKUI/VKUI/src/components/Div/Div.css":"45","/home/runner/work/VKUI/VKUI/src/components/Dropdown/Dropdown.css":"46","/home/runner/work/VKUI/VKUI/src/components/DropdownIcon/DropdownIcon.css":"47","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.css":"48","/home/runner/work/VKUI/VKUI/src/components/File/File.css":"49","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.css":"50","/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.css":"51","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.css":"52","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.css":"53","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.css":"54","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.css":"55","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.css":"56","/home/runner/work/VKUI/VKUI/src/components/FormStatus/FormStatus.css":"57","/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.css":"58","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.css":"59","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.css":"60","/home/runner/work/VKUI/VKUI/src/components/Group/Group.css":"61","/home/runner/work/VKUI/VKUI/src/components/Header/Header.css":"62","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.css":"63","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.css":"64","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.css":"65","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.css":"66","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.css":"67","/home/runner/work/VKUI/VKUI/src/components/InitialsAvatar/InitialsAvatar.css":"68","/home/runner/work/VKUI/VKUI/src/components/Input/Input.css":"69","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLike.css":"70","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLikeDivider.css":"71","/home/runner/work/VKUI/VKUI/src/components/Link/Link.css":"72","/home/runner/work/VKUI/VKUI/src/components/List/List.css":"73","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.css":"74","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.css":"75","/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.css":"76","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.css":"77","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.css":"78","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.css":"79","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.css":"80","/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.css":"81","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.css":"82","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.css":"83","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.css":"84","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.css":"85","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.css":"86","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.css":"87","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.css":"88","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.css":"89","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.css":"90","/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.css":"91","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.css":"92","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.css":"93","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.css":"94","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.css":"95","/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.css":"96","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.css":"97","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.css":"98","/home/runner/work/VKUI/VKUI/src/components/RichTooltip/RichTooltip.css":"99","/home/runner/work/VKUI/VKUI/src/components/Root/Root.css":"100","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.css":"101","/home/runner/work/VKUI/VKUI/src/components/Search/Search.css":"102","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.css":"103","/home/runner/work/VKUI/VKUI/src/components/Select/Select.css":"104","/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.css":"105","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.css":"106","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.css":"107","/home/runner/work/VKUI/VKUI/src/components/SimpleCheckbox/SimpleCheckbox.css":"108","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.css":"109","/home/runner/work/VKUI/VKUI/src/components/SliderSwitch/SliderSwitch.css":"110","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.css":"111","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.css":"112","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.css":"113","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.css":"114","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.css":"115","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.css":"116","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.css":"117","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.css":"118","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.css":"119","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.css":"120","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.css":"121","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.css":"122","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.css":"123","/home/runner/work/VKUI/VKUI/src/components/TextTooltip/TextTooltip.css":"124","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.css":"125","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.css":"126","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.css":"127","/home/runner/work/VKUI/VKUI/src/components/View/View.css":"128","/home/runner/work/VKUI/VKUI/src/components/View/ViewIOS.css":"129","/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.css":"130","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.css":"131","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.css":"132","/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.css":"133","/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.css":"134","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css":"135","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.css":"136","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.css":"137","/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.css":"138","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.css":"139","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.css":"140","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.css":"141"},{"size":214,"mtime":1652870492724,"hashOfConfig":"142"},{"size":205,"mtime":1652870492724,"hashOfConfig":"142"},{"size":9949,"mtime":1652870492724,"hashOfConfig":"142"},{"size":706,"mtime":1652870492724,"hashOfConfig":"142"},{"size":6907,"mtime":1652870492724,"hashOfConfig":"142"},{"size":2135,"mtime":1652870492724,"hashOfConfig":"142"},{"size":10057,"mtime":1652870492724,"hashOfConfig":"142"},{"size":784,"mtime":1652870492724,"hashOfConfig":"142"},{"size":277,"mtime":1652870492724,"hashOfConfig":"142"},{"size":10147,"mtime":1652870492728,"hashOfConfig":"142"},{"size":9990,"mtime":1652870492728,"hashOfConfig":"142"},{"size":2926,"mtime":1652870492576,"hashOfConfig":"142"},{"size":5740,"mtime":1652870492632,"hashOfConfig":"142"},{"size":5211,"mtime":1652870492632,"hashOfConfig":"142"},{"size":276,"mtime":1652870492632,"hashOfConfig":"142"},{"size":3157,"mtime":1652870492632,"hashOfConfig":"142"},{"size":328,"mtime":1652870492636,"hashOfConfig":"142"},{"size":2396,"mtime":1652870492636,"hashOfConfig":"142"},{"size":16689,"mtime":1652870492636,"hashOfConfig":"142"},{"size":1575,"mtime":1652870492640,"hashOfConfig":"142"},{"size":605,"mtime":1652870492640,"hashOfConfig":"142"},{"size":1769,"mtime":1652870492652,"hashOfConfig":"142"},{"size":555,"mtime":1652870492652,"hashOfConfig":"142"},{"size":904,"mtime":1652870492652,"hashOfConfig":"142"},{"size":535,"mtime":1652870492652,"hashOfConfig":"142"},{"size":259,"mtime":1652870492652,"hashOfConfig":"142"},{"size":1631,"mtime":1652870492652,"hashOfConfig":"142"},{"size":1091,"mtime":1652870492652,"hashOfConfig":"142"},{"size":846,"mtime":1652870492652,"hashOfConfig":"142"},{"size":831,"mtime":1652870492656,"hashOfConfig":"142"},{"size":770,"mtime":1652870492656,"hashOfConfig":"142"},{"size":1867,"mtime":1652870492656,"hashOfConfig":"142"},{"size":951,"mtime":1652870492660,"hashOfConfig":"142"},{"size":1298,"mtime":1652870492660,"hashOfConfig":"142"},{"size":489,"mtime":1652870492660,"hashOfConfig":"142"},{"size":582,"mtime":1652870492664,"hashOfConfig":"142"},{"size":4189,"mtime":1652870492664,"hashOfConfig":"142"},{"size":1105,"mtime":1652870492664,"hashOfConfig":"142"},{"size":374,"mtime":1652870492664,"hashOfConfig":"142"},{"size":1022,"mtime":1652870492664,"hashOfConfig":"142"},{"size":1473,"mtime":1652870492664,"hashOfConfig":"142"},{"size":372,"mtime":1652870492664,"hashOfConfig":"142"},{"size":357,"mtime":1652870492664,"hashOfConfig":"142"},{"size":317,"mtime":1652870492668,"hashOfConfig":"142"},{"size":63,"mtime":1652870492668,"hashOfConfig":"142"},{"size":455,"mtime":1652870492668,"hashOfConfig":"142"},{"size":37,"mtime":1652870492668,"hashOfConfig":"142"},{"size":41,"mtime":1652870492668,"hashOfConfig":"142"},{"size":45,"mtime":1652870492668,"hashOfConfig":"142"},{"size":1202,"mtime":1652870492668,"hashOfConfig":"142"},{"size":1428,"mtime":1652870492668,"hashOfConfig":"142"},{"size":141,"mtime":1652870492668,"hashOfConfig":"142"},{"size":3231,"mtime":1652870492668,"hashOfConfig":"142"},{"size":1371,"mtime":1652870492668,"hashOfConfig":"142"},{"size":227,"mtime":1652870492676,"hashOfConfig":"142"},{"size":371,"mtime":1652870492676,"hashOfConfig":"142"},{"size":742,"mtime":1652870492676,"hashOfConfig":"142"},{"size":1017,"mtime":1652870492676,"hashOfConfig":"142"},{"size":2224,"mtime":1652870492676,"hashOfConfig":"142"},{"size":909,"mtime":1652870492676,"hashOfConfig":"142"},{"size":1623,"mtime":1652870492676,"hashOfConfig":"142"},{"size":2364,"mtime":1652870492676,"hashOfConfig":"142"},{"size":1991,"mtime":1652870492680,"hashOfConfig":"142"},{"size":582,"mtime":1652870492680,"hashOfConfig":"142"},{"size":1594,"mtime":1652870492680,"hashOfConfig":"142"},{"size":1658,"mtime":1652870492680,"hashOfConfig":"142"},{"size":243,"mtime":1652870492680,"hashOfConfig":"142"},{"size":1235,"mtime":1652870492680,"hashOfConfig":"142"},{"size":973,"mtime":1652870492684,"hashOfConfig":"142"},{"size":443,"mtime":1652870492684,"hashOfConfig":"142"},{"size":100,"mtime":1652870492684,"hashOfConfig":"142"},{"size":287,"mtime":1652870492684,"hashOfConfig":"142"},{"size":10,"mtime":1652870492684,"hashOfConfig":"142"},{"size":1120,"mtime":1652870492684,"hashOfConfig":"142"},{"size":962,"mtime":1652870492684,"hashOfConfig":"142"},{"size":1931,"mtime":1652870492688,"hashOfConfig":"142"},{"size":651,"mtime":1652870492688,"hashOfConfig":"142"},{"size":2608,"mtime":1652870492688,"hashOfConfig":"142"},{"size":444,"mtime":1652870492688,"hashOfConfig":"142"},{"size":1411,"mtime":1652870492688,"hashOfConfig":"142"},{"size":1379,"mtime":1652870492692,"hashOfConfig":"142"},{"size":2262,"mtime":1652870492692,"hashOfConfig":"142"},{"size":5819,"mtime":1652870492692,"hashOfConfig":"142"},{"size":154,"mtime":1652870492692,"hashOfConfig":"142"},{"size":1619,"mtime":1652870492692,"hashOfConfig":"142"},{"size":1941,"mtime":1652870492692,"hashOfConfig":"142"},{"size":2959,"mtime":1652870492692,"hashOfConfig":"142"},{"size":812,"mtime":1652870492696,"hashOfConfig":"142"},{"size":455,"mtime":1652870492696,"hashOfConfig":"142"},{"size":1839,"mtime":1652870492696,"hashOfConfig":"142"},{"size":1592,"mtime":1652870492696,"hashOfConfig":"142"},{"size":212,"mtime":1652870492696,"hashOfConfig":"142"},{"size":936,"mtime":1652870492696,"hashOfConfig":"142"},{"size":2010,"mtime":1652870492696,"hashOfConfig":"142"},{"size":3006,"mtime":1652870492696,"hashOfConfig":"142"},{"size":202,"mtime":1652870492696,"hashOfConfig":"142"},{"size":2326,"mtime":1652870492700,"hashOfConfig":"142"},{"size":1855,"mtime":1652870492700,"hashOfConfig":"142"},{"size":259,"mtime":1652870492700,"hashOfConfig":"142"},{"size":2719,"mtime":1652870492700,"hashOfConfig":"142"},{"size":653,"mtime":1652870492700,"hashOfConfig":"142"},{"size":6437,"mtime":1652870492700,"hashOfConfig":"142"},{"size":885,"mtime":1652870492704,"hashOfConfig":"142"},{"size":1100,"mtime":1652870492704,"hashOfConfig":"142"},{"size":201,"mtime":1652870492704,"hashOfConfig":"142"},{"size":839,"mtime":1652870492704,"hashOfConfig":"142"},{"size":5181,"mtime":1652870492704,"hashOfConfig":"142"},{"size":2533,"mtime":1652870492704,"hashOfConfig":"142"},{"size":2187,"mtime":1652870492708,"hashOfConfig":"142"},{"size":1686,"mtime":1652870492708,"hashOfConfig":"142"},{"size":2987,"mtime":1652870492708,"hashOfConfig":"142"},{"size":746,"mtime":1652870492708,"hashOfConfig":"142"},{"size":443,"mtime":1652870492708,"hashOfConfig":"142"},{"size":402,"mtime":1652870492708,"hashOfConfig":"142"},{"size":967,"mtime":1652870492708,"hashOfConfig":"142"},{"size":705,"mtime":1652870492708,"hashOfConfig":"142"},{"size":1730,"mtime":1652870492708,"hashOfConfig":"142"},{"size":3935,"mtime":1652870492708,"hashOfConfig":"142"},{"size":910,"mtime":1652870492712,"hashOfConfig":"142"},{"size":2100,"mtime":1652870492712,"hashOfConfig":"142"},{"size":2021,"mtime":1652870492712,"hashOfConfig":"142"},{"size":3763,"mtime":1652870492712,"hashOfConfig":"142"},{"size":2366,"mtime":1652870492712,"hashOfConfig":"142"},{"size":398,"mtime":1652870492712,"hashOfConfig":"142"},{"size":645,"mtime":1652870492712,"hashOfConfig":"142"},{"size":2789,"mtime":1652870492716,"hashOfConfig":"142"},{"size":1760,"mtime":1652870492720,"hashOfConfig":"142"},{"size":1841,"mtime":1652870492720,"hashOfConfig":"142"},{"size":3097,"mtime":1652870492720,"hashOfConfig":"142"},{"size":167,"mtime":1652870492720,"hashOfConfig":"142"},{"size":1759,"mtime":1652870492720,"hashOfConfig":"142"},{"size":1286,"mtime":1652870492720,"hashOfConfig":"142"},{"size":313,"mtime":1652870492656,"hashOfConfig":"142"},{"size":70,"mtime":1652870492656,"hashOfConfig":"142"},{"size":629,"mtime":1652870492704,"hashOfConfig":"142"},{"size":3303,"mtime":1652870492716,"hashOfConfig":"142"},{"size":307,"mtime":1652870492716,"hashOfConfig":"142"},{"size":419,"mtime":1652870492716,"hashOfConfig":"142"},{"size":980,"mtime":1652870492716,"hashOfConfig":"142"},{"size":283,"mtime":1652870492720,"hashOfConfig":"142"},{"size":1346,"mtime":1652870492720,"hashOfConfig":"142"},"5cvpu8"]