@vkontakte/vkui 4.22.2 → 4.23.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 (236) hide show
  1. package/.cache/.eslintcache +1 -1
  2. package/.cache/.stylelintcache +1 -1
  3. package/.cache/.tsbuildinfo +193 -30
  4. package/.cache/ts/src/components/ActionSheet/ActionSheetContext.d.ts +1 -1
  5. package/.cache/ts/src/components/ActionSheetItem/ActionSheetItem.d.ts +7 -0
  6. package/.cache/ts/src/components/AdaptivityProvider/AdaptivityContext.d.ts +5 -0
  7. package/.cache/ts/src/components/AppRoot/AppRootContext.d.ts +1 -0
  8. package/.cache/ts/src/components/AppRoot/AppRootPortal.d.ts +1 -0
  9. package/.cache/ts/src/components/ClickPopper/ClickPopper.d.ts +21 -0
  10. package/.cache/ts/src/components/ConfigProvider/ConfigProviderContext.d.ts +8 -0
  11. package/.cache/ts/src/components/Dropdown/Dropdown.d.ts +49 -0
  12. package/.cache/ts/src/components/Footer/Footer.d.ts +3 -3
  13. package/.cache/ts/src/components/HoverPopper/HoverPopper.d.ts +29 -0
  14. package/.cache/ts/src/components/Popper/Popper.d.ts +27 -0
  15. package/.cache/ts/src/components/RichTooltip/RichTooltip.d.ts +46 -0
  16. package/.cache/ts/src/components/TextTooltip/TextTooltip.d.ts +49 -0
  17. package/.cache/ts/src/hoc/withAdaptivity.d.ts +1 -0
  18. package/.cache/ts/src/hooks/usePatchChildrenRef.d.ts +6 -0
  19. package/.cache/ts/src/index.d.ts +2 -1
  20. package/.cache/ts/src/unstable/index.d.ts +8 -0
  21. package/dist/cjs/components/ActionSheet/ActionSheet.js +21 -7
  22. package/dist/cjs/components/ActionSheet/ActionSheet.js.map +1 -1
  23. package/dist/cjs/components/ActionSheet/ActionSheetContext.d.ts +1 -1
  24. package/dist/cjs/components/ActionSheet/ActionSheetContext.js.map +1 -1
  25. package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.js +1 -3
  26. package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
  27. package/dist/cjs/components/ActionSheetItem/ActionSheetItem.d.ts +7 -0
  28. package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js +4 -3
  29. package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
  30. package/dist/cjs/components/AdaptivityProvider/AdaptivityContext.d.ts +5 -0
  31. package/dist/cjs/components/AdaptivityProvider/AdaptivityContext.js +5 -1
  32. package/dist/cjs/components/AdaptivityProvider/AdaptivityContext.js.map +1 -1
  33. package/dist/cjs/components/AdaptivityProvider/AdaptivityProvider.js +10 -5
  34. package/dist/cjs/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
  35. package/dist/cjs/components/AppRoot/AppRoot.js +3 -6
  36. package/dist/cjs/components/AppRoot/AppRoot.js.map +1 -1
  37. package/dist/cjs/components/AppRoot/AppRootContext.d.ts +1 -0
  38. package/dist/cjs/components/AppRoot/AppRootContext.js.map +1 -1
  39. package/dist/cjs/components/AppRoot/AppRootPortal.d.ts +1 -0
  40. package/dist/cjs/components/AppRoot/AppRootPortal.js +7 -3
  41. package/dist/cjs/components/AppRoot/AppRootPortal.js.map +1 -1
  42. package/dist/cjs/components/Cell/Cell.js +3 -1
  43. package/dist/cjs/components/Cell/Cell.js.map +1 -1
  44. package/dist/cjs/components/ClickPopper/ClickPopper.d.ts +21 -0
  45. package/dist/cjs/components/ClickPopper/ClickPopper.js +92 -0
  46. package/dist/cjs/components/ClickPopper/ClickPopper.js.map +1 -0
  47. package/dist/cjs/components/ConfigProvider/ConfigProviderContext.d.ts +8 -0
  48. package/dist/cjs/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
  49. package/dist/cjs/components/Dropdown/Dropdown.d.ts +49 -0
  50. package/dist/cjs/components/Dropdown/Dropdown.js +56 -0
  51. package/dist/cjs/components/Dropdown/Dropdown.js.map +1 -0
  52. package/dist/cjs/components/Footer/Footer.d.ts +3 -3
  53. package/dist/cjs/components/Footer/Footer.js +2 -3
  54. package/dist/cjs/components/Footer/Footer.js.map +1 -1
  55. package/dist/cjs/components/HoverPopper/HoverPopper.d.ts +29 -0
  56. package/dist/cjs/components/HoverPopper/HoverPopper.js +97 -0
  57. package/dist/cjs/components/HoverPopper/HoverPopper.js.map +1 -0
  58. package/dist/cjs/components/Popper/Popper.d.ts +27 -0
  59. package/dist/cjs/components/Popper/Popper.js +153 -0
  60. package/dist/cjs/components/Popper/Popper.js.map +1 -0
  61. package/dist/cjs/components/RichTooltip/RichTooltip.d.ts +46 -0
  62. package/dist/cjs/components/RichTooltip/RichTooltip.js +47 -0
  63. package/dist/cjs/components/RichTooltip/RichTooltip.js.map +1 -0
  64. package/dist/cjs/components/Tappable/Tappable.js +6 -4
  65. package/dist/cjs/components/Tappable/Tappable.js.map +1 -1
  66. package/dist/cjs/components/TextTooltip/TextTooltip.d.ts +49 -0
  67. package/dist/cjs/components/TextTooltip/TextTooltip.js +57 -0
  68. package/dist/cjs/components/TextTooltip/TextTooltip.js.map +1 -0
  69. package/dist/cjs/hoc/withAdaptivity.d.ts +1 -0
  70. package/dist/cjs/hoc/withAdaptivity.js +5 -2
  71. package/dist/cjs/hoc/withAdaptivity.js.map +1 -1
  72. package/dist/cjs/hooks/usePatchChildrenRef.d.ts +6 -0
  73. package/dist/cjs/hooks/usePatchChildrenRef.js +38 -0
  74. package/dist/cjs/hooks/usePatchChildrenRef.js.map +1 -0
  75. package/dist/cjs/index.d.ts +2 -1
  76. package/dist/cjs/index.js +2 -2
  77. package/dist/cjs/index.js.map +1 -1
  78. package/dist/cjs/unstable/index.d.ts +8 -0
  79. package/dist/cjs/unstable/index.js +32 -0
  80. package/dist/cjs/unstable/index.js.map +1 -1
  81. package/dist/components/ActionSheet/ActionSheet.js +22 -8
  82. package/dist/components/ActionSheet/ActionSheet.js.map +1 -1
  83. package/dist/components/ActionSheet/ActionSheetContext.d.ts +1 -1
  84. package/dist/components/ActionSheet/ActionSheetContext.js.map +1 -1
  85. package/dist/components/ActionSheet/ActionSheetDropdownDesktop.js +1 -3
  86. package/dist/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
  87. package/dist/components/ActionSheetItem/ActionSheetItem.d.ts +7 -0
  88. package/dist/components/ActionSheetItem/ActionSheetItem.js +4 -3
  89. package/dist/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
  90. package/dist/components/AdaptivityProvider/AdaptivityContext.d.ts +5 -0
  91. package/dist/components/AdaptivityProvider/AdaptivityContext.js +4 -1
  92. package/dist/components/AdaptivityProvider/AdaptivityContext.js.map +1 -1
  93. package/dist/components/AdaptivityProvider/AdaptivityProvider.js +11 -6
  94. package/dist/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
  95. package/dist/components/AppRoot/AppRoot.js +3 -6
  96. package/dist/components/AppRoot/AppRoot.js.map +1 -1
  97. package/dist/components/AppRoot/AppRootContext.d.ts +1 -0
  98. package/dist/components/AppRoot/AppRootContext.js.map +1 -1
  99. package/dist/components/AppRoot/AppRootPortal.d.ts +1 -0
  100. package/dist/components/AppRoot/AppRootPortal.js +7 -3
  101. package/dist/components/AppRoot/AppRootPortal.js.map +1 -1
  102. package/dist/components/Cell/Cell.js +3 -1
  103. package/dist/components/Cell/Cell.js.map +1 -1
  104. package/dist/components/ClickPopper/ClickPopper.d.ts +21 -0
  105. package/dist/components/ClickPopper/ClickPopper.js +67 -0
  106. package/dist/components/ClickPopper/ClickPopper.js.map +1 -0
  107. package/dist/components/ConfigProvider/ConfigProviderContext.d.ts +8 -0
  108. package/dist/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
  109. package/dist/components/Dropdown/Dropdown.d.ts +49 -0
  110. package/dist/components/Dropdown/Dropdown.js +38 -0
  111. package/dist/components/Dropdown/Dropdown.js.map +1 -0
  112. package/dist/components/Footer/Footer.d.ts +3 -3
  113. package/dist/components/Footer/Footer.js +1 -4
  114. package/dist/components/Footer/Footer.js.map +1 -1
  115. package/dist/components/HoverPopper/HoverPopper.d.ts +29 -0
  116. package/dist/components/HoverPopper/HoverPopper.js +73 -0
  117. package/dist/components/HoverPopper/HoverPopper.js.map +1 -0
  118. package/dist/components/Popper/Popper.d.ts +27 -0
  119. package/dist/components/Popper/Popper.js +127 -0
  120. package/dist/components/Popper/Popper.js.map +1 -0
  121. package/dist/components/RichTooltip/RichTooltip.d.ts +46 -0
  122. package/dist/components/RichTooltip/RichTooltip.js +26 -0
  123. package/dist/components/RichTooltip/RichTooltip.js.map +1 -0
  124. package/dist/components/Tappable/Tappable.js +7 -5
  125. package/dist/components/Tappable/Tappable.js.map +1 -1
  126. package/dist/components/TextTooltip/TextTooltip.d.ts +49 -0
  127. package/dist/components/TextTooltip/TextTooltip.js +34 -0
  128. package/dist/components/TextTooltip/TextTooltip.js.map +1 -0
  129. package/dist/components.css +1 -1
  130. package/dist/components.css.map +1 -1
  131. package/dist/cssm/components/ActionSheet/ActionSheet.js +22 -8
  132. package/dist/cssm/components/ActionSheet/ActionSheet.js.map +1 -1
  133. package/dist/cssm/components/ActionSheet/ActionSheetContext.js.map +1 -1
  134. package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.js +1 -3
  135. package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
  136. package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js +4 -3
  137. package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
  138. package/dist/cssm/components/AdaptivityProvider/AdaptivityContext.js +4 -1
  139. package/dist/cssm/components/AdaptivityProvider/AdaptivityContext.js.map +1 -1
  140. package/dist/cssm/components/AdaptivityProvider/AdaptivityProvider.js +11 -6
  141. package/dist/cssm/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
  142. package/dist/cssm/components/AppRoot/AppRoot.js +3 -6
  143. package/dist/cssm/components/AppRoot/AppRoot.js.map +1 -1
  144. package/dist/cssm/components/AppRoot/AppRootContext.js.map +1 -1
  145. package/dist/cssm/components/AppRoot/AppRootPortal.js +7 -3
  146. package/dist/cssm/components/AppRoot/AppRootPortal.js.map +1 -1
  147. package/dist/cssm/components/Cell/Cell.js +3 -1
  148. package/dist/cssm/components/Cell/Cell.js.map +1 -1
  149. package/dist/cssm/components/ClickPopper/ClickPopper.js +67 -0
  150. package/dist/cssm/components/ClickPopper/ClickPopper.js.map +1 -0
  151. package/dist/cssm/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
  152. package/dist/cssm/components/Dropdown/Dropdown.css +1 -0
  153. package/dist/cssm/components/Dropdown/Dropdown.js +41 -0
  154. package/dist/cssm/components/Dropdown/Dropdown.js.map +1 -0
  155. package/dist/cssm/components/Footer/Footer.js +1 -4
  156. package/dist/cssm/components/Footer/Footer.js.map +1 -1
  157. package/dist/cssm/components/HoverPopper/HoverPopper.js +73 -0
  158. package/dist/cssm/components/HoverPopper/HoverPopper.js.map +1 -0
  159. package/dist/cssm/components/Popper/Popper.css +1 -0
  160. package/dist/cssm/components/Popper/Popper.js +128 -0
  161. package/dist/cssm/components/Popper/Popper.js.map +1 -0
  162. package/dist/cssm/components/RichTooltip/RichTooltip.css +1 -0
  163. package/dist/cssm/components/RichTooltip/RichTooltip.js +29 -0
  164. package/dist/cssm/components/RichTooltip/RichTooltip.js.map +1 -0
  165. package/dist/cssm/components/Tappable/Tappable.js +7 -5
  166. package/dist/cssm/components/Tappable/Tappable.js.map +1 -1
  167. package/dist/cssm/components/TextTooltip/TextTooltip.css +1 -0
  168. package/dist/cssm/components/TextTooltip/TextTooltip.js +37 -0
  169. package/dist/cssm/components/TextTooltip/TextTooltip.js.map +1 -0
  170. package/dist/cssm/hoc/withAdaptivity.js +5 -2
  171. package/dist/cssm/hoc/withAdaptivity.js.map +1 -1
  172. package/dist/cssm/hooks/usePatchChildrenRef.js +21 -0
  173. package/dist/cssm/hooks/usePatchChildrenRef.js.map +1 -0
  174. package/dist/cssm/index.js +1 -1
  175. package/dist/cssm/index.js.map +1 -1
  176. package/dist/cssm/styles/animations.css +1 -1
  177. package/dist/cssm/styles/common.css +1 -1
  178. package/dist/cssm/styles/components.css +1 -1
  179. package/dist/cssm/styles/unstable.css +1 -1
  180. package/dist/cssm/unstable/index.js +4 -0
  181. package/dist/cssm/unstable/index.js.map +1 -1
  182. package/dist/hoc/withAdaptivity.d.ts +1 -0
  183. package/dist/hoc/withAdaptivity.js +5 -2
  184. package/dist/hoc/withAdaptivity.js.map +1 -1
  185. package/dist/hooks/usePatchChildrenRef.d.ts +6 -0
  186. package/dist/hooks/usePatchChildrenRef.js +21 -0
  187. package/dist/hooks/usePatchChildrenRef.js.map +1 -0
  188. package/dist/index.d.ts +2 -1
  189. package/dist/index.js +1 -1
  190. package/dist/index.js.map +1 -1
  191. package/dist/unstable/index.d.ts +8 -0
  192. package/dist/unstable/index.js +4 -0
  193. package/dist/unstable/index.js.map +1 -1
  194. package/dist/unstable.css +1 -1
  195. package/dist/unstable.css.map +1 -1
  196. package/dist/vkui.css +1 -1
  197. package/dist/vkui.css.map +1 -1
  198. package/package.json +2 -2
  199. package/src/components/ActionSheet/ActionSheet.tsx +16 -9
  200. package/src/components/ActionSheet/ActionSheetContext.ts +1 -1
  201. package/src/components/ActionSheet/ActionSheetDropdownDesktop.tsx +1 -3
  202. package/src/components/ActionSheetItem/ActionSheetItem.tsx +10 -2
  203. package/src/components/AdaptivityProvider/AdaptivityContext.tsx +8 -0
  204. package/src/components/AdaptivityProvider/AdaptivityProvider.tsx +8 -6
  205. package/src/components/AdaptivityProvider/Readme.md +3 -3
  206. package/src/components/AppRoot/AppRoot.tsx +4 -5
  207. package/src/components/AppRoot/AppRootContext.ts +1 -0
  208. package/src/components/AppRoot/AppRootPortal.tsx +5 -3
  209. package/src/components/Cell/Cell.tsx +2 -1
  210. package/src/components/ChipsSelect/Readme.md +1 -1
  211. package/src/components/ClickPopper/ClickPopper.tsx +82 -0
  212. package/src/components/ConfigProvider/ConfigProviderContext.tsx +8 -0
  213. package/src/components/Dropdown/Dropdown.css +19 -0
  214. package/src/components/Dropdown/Dropdown.tsx +74 -0
  215. package/src/components/Dropdown/Readme.md +39 -0
  216. package/src/components/Footer/Footer.tsx +6 -4
  217. package/src/components/HoverPopper/HoverPopper.tsx +100 -0
  218. package/src/components/PanelHeader/Readme.md +4 -0
  219. package/src/components/Popper/Popper.css +39 -0
  220. package/src/components/Popper/Popper.tsx +147 -0
  221. package/src/components/Popper/Readme.md +23 -0
  222. package/src/components/RichTooltip/Readme.md +55 -0
  223. package/src/components/RichTooltip/RichTooltip.css +10 -0
  224. package/src/components/RichTooltip/RichTooltip.tsx +70 -0
  225. package/src/components/Tappable/Tappable.tsx +5 -4
  226. package/src/components/TextTooltip/Readme.md +7 -0
  227. package/src/components/TextTooltip/TextTooltip.css +12 -0
  228. package/src/components/TextTooltip/TextTooltip.tsx +76 -0
  229. package/src/components/Tooltip/Readme.md +2 -0
  230. package/src/hoc/withAdaptivity.tsx +5 -1
  231. package/src/hooks/usePatchChildrenRef.ts +24 -0
  232. package/src/index.ts +2 -1
  233. package/src/styles/animations.css +5 -0
  234. package/src/styles/common.css +7 -2
  235. package/src/styles/unstable.css +4 -0
  236. package/src/unstable/index.ts +12 -0
@@ -1 +1 @@
1
- [{"/home/runner/work/VKUI/VKUI/src/styles/animations.css":"1","/home/runner/work/VKUI/VKUI/src/styles/bright_light.css":"2","/home/runner/work/VKUI/VKUI/src/styles/common.css":"3","/home/runner/work/VKUI/VKUI/src/styles/components.css":"4","/home/runner/work/VKUI/VKUI/src/styles/constants.css":"5","/home/runner/work/VKUI/VKUI/src/styles/space_gray.css":"6","/home/runner/work/VKUI/VKUI/src/styles/themes.css":"7","/home/runner/work/VKUI/VKUI/src/styles/unstable.css":"8","/home/runner/work/VKUI/VKUI/src/styles/vkcom_dark.css":"9","/home/runner/work/VKUI/VKUI/src/styles/vkcom_light.css":"10","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.css":"11","/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.css":"12","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.css":"13","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.css":"14","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.css":"15","/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.css":"16","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.css":"17","/home/runner/work/VKUI/VKUI/src/components/Button/Button.css":"18","/home/runner/work/VKUI/VKUI/src/components/Card/Card.css":"19","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.css":"20","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.css":"21","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.css":"22","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.css":"23","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.css":"24","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.css":"25","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.css":"26","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.css":"27","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.css":"28","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.css":"29","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.css":"30","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.css":"31","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.css":"32","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.css":"33","/home/runner/work/VKUI/VKUI/src/components/Div/Div.css":"34","/home/runner/work/VKUI/VKUI/src/components/DropdownIcon/DropdownIcon.css":"35","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.css":"36","/home/runner/work/VKUI/VKUI/src/components/File/File.css":"37","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.css":"38","/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.css":"39","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.css":"40","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.css":"41","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.css":"42","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.css":"43","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.css":"44","/home/runner/work/VKUI/VKUI/src/components/FormStatus/FormStatus.css":"45","/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.css":"46","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.css":"47","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.css":"48","/home/runner/work/VKUI/VKUI/src/components/Group/Group.css":"49","/home/runner/work/VKUI/VKUI/src/components/Header/Header.css":"50","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.css":"51","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.css":"52","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.css":"53","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.css":"54","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.css":"55","/home/runner/work/VKUI/VKUI/src/components/InitialsAvatar/InitialsAvatar.css":"56","/home/runner/work/VKUI/VKUI/src/components/Input/Input.css":"57","/home/runner/work/VKUI/VKUI/src/components/Link/Link.css":"58","/home/runner/work/VKUI/VKUI/src/components/List/List.css":"59","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.css":"60","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.css":"61","/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.css":"62","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.css":"63","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.css":"64","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.css":"65","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.css":"66","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.css":"67","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.css":"68","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.css":"69","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.css":"70","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.css":"71","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.css":"72","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.css":"73","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.css":"74","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.css":"75","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.css":"76","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.css":"77","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.css":"78","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.css":"79","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.css":"80","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.css":"81","/home/runner/work/VKUI/VKUI/src/components/Root/Root.css":"82","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.css":"83","/home/runner/work/VKUI/VKUI/src/components/Search/Search.css":"84","/home/runner/work/VKUI/VKUI/src/components/Select/Select.css":"85","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.css":"86","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.css":"87","/home/runner/work/VKUI/VKUI/src/components/SimpleCheckbox/SimpleCheckbox.css":"88","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.css":"89","/home/runner/work/VKUI/VKUI/src/components/SliderSwitch/SliderSwitch.css":"90","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.css":"91","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.css":"92","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.css":"93","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.css":"94","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.css":"95","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.css":"96","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.css":"97","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.css":"98","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.css":"99","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.css":"100","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.css":"101","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.css":"102","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.css":"103","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.css":"104","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.css":"105","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.css":"106","/home/runner/work/VKUI/VKUI/src/components/View/View.css":"107","/home/runner/work/VKUI/VKUI/src/components/View/ViewIOS.css":"108","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.css":"109","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.css":"110","/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.css":"111","/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.css":"112","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.css":"113","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.css":"114","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.css":"115","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.css":"116","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.css":"117"},{"size":113,"mtime":1637838882228,"hashOfConfig":"118"},{"size":9880,"mtime":1637838882228,"hashOfConfig":"118"},{"size":569,"mtime":1637838882228,"hashOfConfig":"118"},{"size":5757,"mtime":1637838882228,"hashOfConfig":"118"},{"size":1630,"mtime":1637838882228,"hashOfConfig":"118"},{"size":9991,"mtime":1637838882228,"hashOfConfig":"118"},{"size":115,"mtime":1637838882228,"hashOfConfig":"118"},{"size":124,"mtime":1637838882228,"hashOfConfig":"118"},{"size":10060,"mtime":1637838882228,"hashOfConfig":"118"},{"size":9883,"mtime":1637838882228,"hashOfConfig":"118"},{"size":2973,"mtime":1637838882120,"hashOfConfig":"118"},{"size":5728,"mtime":1637838882184,"hashOfConfig":"118"},{"size":5191,"mtime":1637838882184,"hashOfConfig":"118"},{"size":276,"mtime":1637838882184,"hashOfConfig":"118"},{"size":2040,"mtime":1637838882184,"hashOfConfig":"118"},{"size":328,"mtime":1637838882184,"hashOfConfig":"118"},{"size":2395,"mtime":1637838882184,"hashOfConfig":"118"},{"size":4341,"mtime":1637838882184,"hashOfConfig":"118"},{"size":764,"mtime":1637838882184,"hashOfConfig":"118"},{"size":1091,"mtime":1637838882188,"hashOfConfig":"118"},{"size":1278,"mtime":1637838882188,"hashOfConfig":"118"},{"size":801,"mtime":1637838882188,"hashOfConfig":"118"},{"size":742,"mtime":1637838882188,"hashOfConfig":"118"},{"size":1745,"mtime":1637838882188,"hashOfConfig":"118"},{"size":951,"mtime":1637838882188,"hashOfConfig":"118"},{"size":1155,"mtime":1637838882192,"hashOfConfig":"118"},{"size":1108,"mtime":1637838882192,"hashOfConfig":"118"},{"size":465,"mtime":1637838882196,"hashOfConfig":"118"},{"size":1771,"mtime":1637838882196,"hashOfConfig":"118"},{"size":1186,"mtime":1637838882196,"hashOfConfig":"118"},{"size":1043,"mtime":1637838882196,"hashOfConfig":"118"},{"size":1303,"mtime":1637838882196,"hashOfConfig":"118"},{"size":357,"mtime":1637838882196,"hashOfConfig":"118"},{"size":122,"mtime":1637838882196,"hashOfConfig":"118"},{"size":37,"mtime":1637838882196,"hashOfConfig":"118"},{"size":41,"mtime":1637838882196,"hashOfConfig":"118"},{"size":44,"mtime":1637838882196,"hashOfConfig":"118"},{"size":510,"mtime":1637838882196,"hashOfConfig":"118"},{"size":2066,"mtime":1637838882196,"hashOfConfig":"118"},{"size":141,"mtime":1637838882196,"hashOfConfig":"118"},{"size":2056,"mtime":1637838882196,"hashOfConfig":"118"},{"size":1342,"mtime":1637838882196,"hashOfConfig":"118"},{"size":227,"mtime":1637838882196,"hashOfConfig":"118"},{"size":317,"mtime":1637838882200,"hashOfConfig":"118"},{"size":740,"mtime":1637838882200,"hashOfConfig":"118"},{"size":995,"mtime":1637838882200,"hashOfConfig":"118"},{"size":1771,"mtime":1637838882200,"hashOfConfig":"118"},{"size":946,"mtime":1637838882200,"hashOfConfig":"118"},{"size":1623,"mtime":1637838882200,"hashOfConfig":"118"},{"size":2364,"mtime":1637838882200,"hashOfConfig":"118"},{"size":1991,"mtime":1637838882200,"hashOfConfig":"118"},{"size":573,"mtime":1637838882200,"hashOfConfig":"118"},{"size":1237,"mtime":1637838882200,"hashOfConfig":"118"},{"size":1657,"mtime":1637838882200,"hashOfConfig":"118"},{"size":243,"mtime":1637838882204,"hashOfConfig":"118"},{"size":1241,"mtime":1637838882204,"hashOfConfig":"118"},{"size":830,"mtime":1637838882204,"hashOfConfig":"118"},{"size":287,"mtime":1637838882204,"hashOfConfig":"118"},{"size":9,"mtime":1637838882204,"hashOfConfig":"118"},{"size":1120,"mtime":1637838882204,"hashOfConfig":"118"},{"size":1146,"mtime":1637838882204,"hashOfConfig":"118"},{"size":1748,"mtime":1637838882208,"hashOfConfig":"118"},{"size":648,"mtime":1637838882208,"hashOfConfig":"118"},{"size":2614,"mtime":1637838882208,"hashOfConfig":"118"},{"size":4794,"mtime":1637838882208,"hashOfConfig":"118"},{"size":1303,"mtime":1637838882208,"hashOfConfig":"118"},{"size":2238,"mtime":1637838882208,"hashOfConfig":"118"},{"size":5509,"mtime":1637838882208,"hashOfConfig":"118"},{"size":154,"mtime":1637838882208,"hashOfConfig":"118"},{"size":1616,"mtime":1637838882208,"hashOfConfig":"118"},{"size":1396,"mtime":1637838882212,"hashOfConfig":"118"},{"size":2896,"mtime":1637838882212,"hashOfConfig":"118"},{"size":812,"mtime":1637838882212,"hashOfConfig":"118"},{"size":455,"mtime":1637838882212,"hashOfConfig":"118"},{"size":1834,"mtime":1637838882212,"hashOfConfig":"118"},{"size":211,"mtime":1637838882212,"hashOfConfig":"118"},{"size":935,"mtime":1637838882212,"hashOfConfig":"118"},{"size":2002,"mtime":1637838882212,"hashOfConfig":"118"},{"size":4031,"mtime":1637838882212,"hashOfConfig":"118"},{"size":2257,"mtime":1637838882212,"hashOfConfig":"118"},{"size":1828,"mtime":1637838882212,"hashOfConfig":"118"},{"size":2850,"mtime":1637838882212,"hashOfConfig":"118"},{"size":648,"mtime":1637838882212,"hashOfConfig":"118"},{"size":6436,"mtime":1637838882212,"hashOfConfig":"118"},{"size":926,"mtime":1637838882216,"hashOfConfig":"118"},{"size":837,"mtime":1637838882216,"hashOfConfig":"118"},{"size":5117,"mtime":1637838882216,"hashOfConfig":"118"},{"size":2503,"mtime":1637838882216,"hashOfConfig":"118"},{"size":2184,"mtime":1637838882216,"hashOfConfig":"118"},{"size":1685,"mtime":1637838882216,"hashOfConfig":"118"},{"size":2878,"mtime":1637838882216,"hashOfConfig":"118"},{"size":744,"mtime":1637838882216,"hashOfConfig":"118"},{"size":443,"mtime":1637838882216,"hashOfConfig":"118"},{"size":402,"mtime":1637838882216,"hashOfConfig":"118"},{"size":916,"mtime":1637838882216,"hashOfConfig":"118"},{"size":705,"mtime":1637838882216,"hashOfConfig":"118"},{"size":1728,"mtime":1637838882220,"hashOfConfig":"118"},{"size":4058,"mtime":1637838882220,"hashOfConfig":"118"},{"size":906,"mtime":1637838882220,"hashOfConfig":"118"},{"size":2083,"mtime":1637838882220,"hashOfConfig":"118"},{"size":2021,"mtime":1637838882220,"hashOfConfig":"118"},{"size":3758,"mtime":1637838882220,"hashOfConfig":"118"},{"size":2297,"mtime":1637838882220,"hashOfConfig":"118"},{"size":644,"mtime":1637838882220,"hashOfConfig":"118"},{"size":2787,"mtime":1637838882220,"hashOfConfig":"118"},{"size":1760,"mtime":1637838882224,"hashOfConfig":"118"},{"size":1830,"mtime":1637838882224,"hashOfConfig":"118"},{"size":3062,"mtime":1637838882224,"hashOfConfig":"118"},{"size":1759,"mtime":1637838882228,"hashOfConfig":"118"},{"size":1284,"mtime":1637838882228,"hashOfConfig":"118"},{"size":313,"mtime":1637838882188,"hashOfConfig":"118"},{"size":70,"mtime":1637838882188,"hashOfConfig":"118"},{"size":630,"mtime":1637838882224,"hashOfConfig":"118"},{"size":307,"mtime":1637838882224,"hashOfConfig":"118"},{"size":325,"mtime":1637838882224,"hashOfConfig":"118"},{"size":283,"mtime":1637838882224,"hashOfConfig":"118"},{"size":557,"mtime":1637838882224,"hashOfConfig":"118"},"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_dark.css":"9","/home/runner/work/VKUI/VKUI/src/styles/vkcom_light.css":"10","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.css":"11","/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.css":"12","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.css":"13","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.css":"14","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.css":"15","/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.css":"16","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.css":"17","/home/runner/work/VKUI/VKUI/src/components/Button/Button.css":"18","/home/runner/work/VKUI/VKUI/src/components/Card/Card.css":"19","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.css":"20","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.css":"21","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.css":"22","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.css":"23","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.css":"24","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.css":"25","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.css":"26","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.css":"27","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.css":"28","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.css":"29","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.css":"30","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.css":"31","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.css":"32","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.css":"33","/home/runner/work/VKUI/VKUI/src/components/Div/Div.css":"34","/home/runner/work/VKUI/VKUI/src/components/Dropdown/Dropdown.css":"35","/home/runner/work/VKUI/VKUI/src/components/DropdownIcon/DropdownIcon.css":"36","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.css":"37","/home/runner/work/VKUI/VKUI/src/components/File/File.css":"38","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.css":"39","/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.css":"40","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.css":"41","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.css":"42","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.css":"43","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.css":"44","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.css":"45","/home/runner/work/VKUI/VKUI/src/components/FormStatus/FormStatus.css":"46","/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.css":"47","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.css":"48","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.css":"49","/home/runner/work/VKUI/VKUI/src/components/Group/Group.css":"50","/home/runner/work/VKUI/VKUI/src/components/Header/Header.css":"51","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.css":"52","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.css":"53","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.css":"54","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.css":"55","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.css":"56","/home/runner/work/VKUI/VKUI/src/components/InitialsAvatar/InitialsAvatar.css":"57","/home/runner/work/VKUI/VKUI/src/components/Input/Input.css":"58","/home/runner/work/VKUI/VKUI/src/components/Link/Link.css":"59","/home/runner/work/VKUI/VKUI/src/components/List/List.css":"60","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.css":"61","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.css":"62","/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.css":"63","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.css":"64","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.css":"65","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.css":"66","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.css":"67","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.css":"68","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.css":"69","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.css":"70","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.css":"71","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.css":"72","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.css":"73","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.css":"74","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.css":"75","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.css":"76","/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.css":"77","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.css":"78","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.css":"79","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.css":"80","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.css":"81","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.css":"82","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.css":"83","/home/runner/work/VKUI/VKUI/src/components/RichTooltip/RichTooltip.css":"84","/home/runner/work/VKUI/VKUI/src/components/Root/Root.css":"85","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.css":"86","/home/runner/work/VKUI/VKUI/src/components/Search/Search.css":"87","/home/runner/work/VKUI/VKUI/src/components/Select/Select.css":"88","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.css":"89","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.css":"90","/home/runner/work/VKUI/VKUI/src/components/SimpleCheckbox/SimpleCheckbox.css":"91","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.css":"92","/home/runner/work/VKUI/VKUI/src/components/SliderSwitch/SliderSwitch.css":"93","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.css":"94","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.css":"95","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.css":"96","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.css":"97","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.css":"98","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.css":"99","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.css":"100","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.css":"101","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.css":"102","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.css":"103","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.css":"104","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.css":"105","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.css":"106","/home/runner/work/VKUI/VKUI/src/components/TextTooltip/TextTooltip.css":"107","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.css":"108","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.css":"109","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.css":"110","/home/runner/work/VKUI/VKUI/src/components/View/View.css":"111","/home/runner/work/VKUI/VKUI/src/components/View/ViewIOS.css":"112","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.css":"113","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.css":"114","/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.css":"115","/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.css":"116","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.css":"117","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.css":"118","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.css":"119","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.css":"120","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.css":"121"},{"size":192,"mtime":1638373604555,"hashOfConfig":"122"},{"size":9880,"mtime":1638373604555,"hashOfConfig":"122"},{"size":706,"mtime":1638373604555,"hashOfConfig":"122"},{"size":5757,"mtime":1638373604555,"hashOfConfig":"122"},{"size":1630,"mtime":1638373604555,"hashOfConfig":"122"},{"size":9991,"mtime":1638373604555,"hashOfConfig":"122"},{"size":115,"mtime":1638373604555,"hashOfConfig":"122"},{"size":320,"mtime":1638373604555,"hashOfConfig":"122"},{"size":10060,"mtime":1638373604555,"hashOfConfig":"122"},{"size":9883,"mtime":1638373604555,"hashOfConfig":"122"},{"size":2973,"mtime":1638373603959,"hashOfConfig":"122"},{"size":5728,"mtime":1638373604515,"hashOfConfig":"122"},{"size":5191,"mtime":1638373604515,"hashOfConfig":"122"},{"size":276,"mtime":1638373604515,"hashOfConfig":"122"},{"size":2040,"mtime":1638373604515,"hashOfConfig":"122"},{"size":328,"mtime":1638373604515,"hashOfConfig":"122"},{"size":2395,"mtime":1638373604515,"hashOfConfig":"122"},{"size":4341,"mtime":1638373604515,"hashOfConfig":"122"},{"size":764,"mtime":1638373604519,"hashOfConfig":"122"},{"size":1091,"mtime":1638373604519,"hashOfConfig":"122"},{"size":1278,"mtime":1638373604519,"hashOfConfig":"122"},{"size":801,"mtime":1638373604519,"hashOfConfig":"122"},{"size":742,"mtime":1638373604519,"hashOfConfig":"122"},{"size":1745,"mtime":1638373604519,"hashOfConfig":"122"},{"size":951,"mtime":1638373604519,"hashOfConfig":"122"},{"size":1155,"mtime":1638373604523,"hashOfConfig":"122"},{"size":1108,"mtime":1638373604523,"hashOfConfig":"122"},{"size":465,"mtime":1638373604523,"hashOfConfig":"122"},{"size":1771,"mtime":1638373604523,"hashOfConfig":"122"},{"size":1186,"mtime":1638373604523,"hashOfConfig":"122"},{"size":1303,"mtime":1638373604523,"hashOfConfig":"122"},{"size":1043,"mtime":1638373604527,"hashOfConfig":"122"},{"size":357,"mtime":1638373604527,"hashOfConfig":"122"},{"size":122,"mtime":1638373604527,"hashOfConfig":"122"},{"size":448,"mtime":1638373604527,"hashOfConfig":"122"},{"size":37,"mtime":1638373604527,"hashOfConfig":"122"},{"size":41,"mtime":1638373604527,"hashOfConfig":"122"},{"size":44,"mtime":1638373604527,"hashOfConfig":"122"},{"size":510,"mtime":1638373604527,"hashOfConfig":"122"},{"size":2066,"mtime":1638373604527,"hashOfConfig":"122"},{"size":141,"mtime":1638373604527,"hashOfConfig":"122"},{"size":2056,"mtime":1638373604527,"hashOfConfig":"122"},{"size":1342,"mtime":1638373604527,"hashOfConfig":"122"},{"size":227,"mtime":1638373604527,"hashOfConfig":"122"},{"size":317,"mtime":1638373604527,"hashOfConfig":"122"},{"size":740,"mtime":1638373604527,"hashOfConfig":"122"},{"size":995,"mtime":1638373604527,"hashOfConfig":"122"},{"size":1771,"mtime":1638373604527,"hashOfConfig":"122"},{"size":946,"mtime":1638373604527,"hashOfConfig":"122"},{"size":1623,"mtime":1638373604531,"hashOfConfig":"122"},{"size":2364,"mtime":1638373604531,"hashOfConfig":"122"},{"size":1991,"mtime":1638373604531,"hashOfConfig":"122"},{"size":573,"mtime":1638373604531,"hashOfConfig":"122"},{"size":1237,"mtime":1638373604531,"hashOfConfig":"122"},{"size":1657,"mtime":1638373604531,"hashOfConfig":"122"},{"size":243,"mtime":1638373604531,"hashOfConfig":"122"},{"size":1241,"mtime":1638373604531,"hashOfConfig":"122"},{"size":830,"mtime":1638373604531,"hashOfConfig":"122"},{"size":287,"mtime":1638373604531,"hashOfConfig":"122"},{"size":9,"mtime":1638373604531,"hashOfConfig":"122"},{"size":1120,"mtime":1638373604535,"hashOfConfig":"122"},{"size":1146,"mtime":1638373604535,"hashOfConfig":"122"},{"size":1748,"mtime":1638373604535,"hashOfConfig":"122"},{"size":648,"mtime":1638373604535,"hashOfConfig":"122"},{"size":2614,"mtime":1638373604535,"hashOfConfig":"122"},{"size":4794,"mtime":1638373604535,"hashOfConfig":"122"},{"size":1303,"mtime":1638373604535,"hashOfConfig":"122"},{"size":2238,"mtime":1638373604539,"hashOfConfig":"122"},{"size":5509,"mtime":1638373604539,"hashOfConfig":"122"},{"size":154,"mtime":1638373604539,"hashOfConfig":"122"},{"size":1616,"mtime":1638373604539,"hashOfConfig":"122"},{"size":1396,"mtime":1638373604539,"hashOfConfig":"122"},{"size":2896,"mtime":1638373604539,"hashOfConfig":"122"},{"size":812,"mtime":1638373604539,"hashOfConfig":"122"},{"size":455,"mtime":1638373604539,"hashOfConfig":"122"},{"size":1834,"mtime":1638373604539,"hashOfConfig":"122"},{"size":683,"mtime":1638373604539,"hashOfConfig":"122"},{"size":211,"mtime":1638373604539,"hashOfConfig":"122"},{"size":935,"mtime":1638373604539,"hashOfConfig":"122"},{"size":2002,"mtime":1638373604539,"hashOfConfig":"122"},{"size":4031,"mtime":1638373604539,"hashOfConfig":"122"},{"size":2257,"mtime":1638373604539,"hashOfConfig":"122"},{"size":1828,"mtime":1638373604539,"hashOfConfig":"122"},{"size":256,"mtime":1638373604539,"hashOfConfig":"122"},{"size":2850,"mtime":1638373604543,"hashOfConfig":"122"},{"size":648,"mtime":1638373604543,"hashOfConfig":"122"},{"size":6436,"mtime":1638373604543,"hashOfConfig":"122"},{"size":926,"mtime":1638373604543,"hashOfConfig":"122"},{"size":837,"mtime":1638373604543,"hashOfConfig":"122"},{"size":5117,"mtime":1638373604543,"hashOfConfig":"122"},{"size":2503,"mtime":1638373604543,"hashOfConfig":"122"},{"size":2184,"mtime":1638373604543,"hashOfConfig":"122"},{"size":1685,"mtime":1638373604543,"hashOfConfig":"122"},{"size":2878,"mtime":1638373604547,"hashOfConfig":"122"},{"size":744,"mtime":1638373604547,"hashOfConfig":"122"},{"size":443,"mtime":1638373604547,"hashOfConfig":"122"},{"size":402,"mtime":1638373604547,"hashOfConfig":"122"},{"size":916,"mtime":1638373604547,"hashOfConfig":"122"},{"size":705,"mtime":1638373604547,"hashOfConfig":"122"},{"size":1728,"mtime":1638373604547,"hashOfConfig":"122"},{"size":4058,"mtime":1638373604547,"hashOfConfig":"122"},{"size":906,"mtime":1638373604547,"hashOfConfig":"122"},{"size":2083,"mtime":1638373604547,"hashOfConfig":"122"},{"size":2021,"mtime":1638373604547,"hashOfConfig":"122"},{"size":3758,"mtime":1638373604547,"hashOfConfig":"122"},{"size":2297,"mtime":1638373604547,"hashOfConfig":"122"},{"size":372,"mtime":1638373604547,"hashOfConfig":"122"},{"size":644,"mtime":1638373604547,"hashOfConfig":"122"},{"size":2787,"mtime":1638373604551,"hashOfConfig":"122"},{"size":1760,"mtime":1638373604551,"hashOfConfig":"122"},{"size":1830,"mtime":1638373604555,"hashOfConfig":"122"},{"size":3062,"mtime":1638373604555,"hashOfConfig":"122"},{"size":1759,"mtime":1638373604555,"hashOfConfig":"122"},{"size":1284,"mtime":1638373604555,"hashOfConfig":"122"},{"size":313,"mtime":1638373604519,"hashOfConfig":"122"},{"size":70,"mtime":1638373604519,"hashOfConfig":"122"},{"size":630,"mtime":1638373604551,"hashOfConfig":"122"},{"size":307,"mtime":1638373604551,"hashOfConfig":"122"},{"size":325,"mtime":1638373604551,"hashOfConfig":"122"},{"size":283,"mtime":1638373604551,"hashOfConfig":"122"},{"size":557,"mtime":1638373604551,"hashOfConfig":"122"},"16giffr"]
@@ -794,8 +794,8 @@
794
794
  "signature": "d75cfedd914d1ece3a629a1d35827b393a250ee7ce2ea1f8773c4677222fd6c0"
795
795
  },
796
796
  "../src/components/ConfigProvider/ConfigProviderContext.tsx": {
797
- "version": "a08f5c02bbe7d642b73aa88ebeca117c465e4cce6403bc8239ac9e5ed8586707",
798
- "signature": "190191e979c521ef04e24822983ddc2f11a103ca5a7ad28052e5f903cbb7ed7e"
797
+ "version": "2908057613eb157d688e858ee8219731209d974b78909db3b4ba2fedb05270d9",
798
+ "signature": "ebba7d44811e88672dc78faa2de8ea00397f921c6b4f8928e1ba47a529c05da2"
799
799
  },
800
800
  "../src/components/SplitCol/SplitCol.tsx": {
801
801
  "version": "f1b3c8e67d812a9934f5840efbe32a82b3b56a50c3d72eff39f271141c304746",
@@ -806,12 +806,12 @@
806
806
  "signature": "c45d6f4d3a20be54e46237608f537a8d85397f87b9c3318d68ed925c2f1d0b51"
807
807
  },
808
808
  "../src/components/AppRoot/AppRootContext.ts": {
809
- "version": "b508def07c61c24df1a8754cc139633aff802fa772cfeea2c41c169fd637e6ce",
810
- "signature": "88fb2f8333b4c0143648960f6834e77e4fbe6d28c3dbf5ff8432694b0c87ed1f"
809
+ "version": "4f925b1f15ee10bdf6c3ac2f11dc29a2cab51c8fa6b350f8f4c3e908f717162e",
810
+ "signature": "0cd89629f204ef168bc1cb2ff68e9f2bde0096ca4def4f553d3e1efee04c817c"
811
811
  },
812
812
  "../src/components/AppRoot/AppRootPortal.tsx": {
813
- "version": "370aa86266fae3437d65dbd4ff9cc0a466cff6db95a5a63307633de68269b538",
814
- "signature": "e2b891e6fcbdc699fe3f0b67ba02efdfbfa083461105f679534aced627a0fde6"
813
+ "version": "97c73117d0ad1c0b86d5e31de7d9a32e4504c9b0d08d3ef346c20a157d16db5a",
814
+ "signature": "30f6876c38521bb3fc3b93c3cd2f4d3b4587884f491ecc1998d6b91a30d7964c"
815
815
  },
816
816
  "../src/lib/utils.ts": {
817
817
  "version": "66ba06ed78af9a2882a4ab930714cd3a4a6f6cf0e1175a052004394c44a88fcf",
@@ -906,12 +906,12 @@
906
906
  "signature": "db1de1ebefdb633777c843d8070ca3e42aa3bbae790e1b1a6063caccbdbeaf15"
907
907
  },
908
908
  "../src/components/AdaptivityProvider/AdaptivityContext.tsx": {
909
- "version": "e347463891ec524f465b2de0fe138203543f0c00c4e9fdf95a8f80975e218fe9",
910
- "signature": "9dafed835489ddaaac734d46aa0bcec1808eb0678eb330ddbddcc3086c982463"
909
+ "version": "2cf5c30098835d24cca22ad3d9e8924caefbedbf5f607531640085ca97d8eb83",
910
+ "signature": "0b233868e9de2c1123ae2c23ce66806fe7528d326bb8ac9da436565fa046f9bb"
911
911
  },
912
912
  "../src/hoc/withAdaptivity.tsx": {
913
- "version": "5f45b81df9b1d0b048def3a330ad2bdd5538d64a2c4327f122ce4e56f6fe49eb",
914
- "signature": "76341d9ae5acd73bf49a943b8f0b22b79d9e92fdf7696ffc33d479a824e4f30f"
913
+ "version": "e6470a9a195fb52797d7d3c873ceb0db428f28a414ad4429cf7389662b3eca0c",
914
+ "signature": "0d04ea26f36856aa588b46f0ef75f3e5cf1ccb5c0b803ac9fb3deedc181928bc"
915
915
  },
916
916
  "../src/components/Panel/Panel.tsx": {
917
917
  "version": "574982a6f88239ac258261ce6077d7a2dd61c65b4b7be1831f59b169795f34e1",
@@ -938,7 +938,7 @@
938
938
  "signature": "6f7f2f11c927585136bb9572afe5e7a5c3479249f82083be672a2587e17223f2"
939
939
  },
940
940
  "../src/components/Tappable/Tappable.tsx": {
941
- "version": "fbfff553057c82c421edf5fc7db31721884b7c65eefb9d20823c584b29f76676",
941
+ "version": "e7f0fafb1331281d4f9852a2f6d4a6bc5d7446feedb43994dfedd09479c958fa",
942
942
  "signature": "a4f7243662c3c2586a5e0009e3c764013aa7104e8d0a3d1c52373b20929b8097"
943
943
  },
944
944
  "../src/components/Typography/Text/Text.tsx": {
@@ -7222,7 +7222,7 @@
7222
7222
  "signature": "8d1175e2b5411f2720a1595030658c4b4c3127e216aa35a5c35cc522e762f8c1"
7223
7223
  },
7224
7224
  "../src/components/ActionSheet/ActionSheetDropdownDesktop.tsx": {
7225
- "version": "32ff4fe2225f4fa36cb3c0f9c071f91182beac3a8e9244372617780314a681c6",
7225
+ "version": "f0d959b799604a505e8d0c335e90504b49ad469bec8632122fcf11b8a9c131cf",
7226
7226
  "signature": "0cc211d1f22eedd4cce905641b5d94d244698ba97cf223a12c1f9dfd4c24ec03"
7227
7227
  },
7228
7228
  "../src/components/ActionSheet/ActionSheetDropdown.tsx": {
@@ -7230,16 +7230,16 @@
7230
7230
  "signature": "e596b14324d0a045401c3fafff44b4c75638dd91ed5efdc4fa2a7097bf61355e"
7231
7231
  },
7232
7232
  "../src/components/ActionSheet/ActionSheetContext.ts": {
7233
- "version": "3d99a7dad8604038b3da3d1a57c8621253c2928f413c6dc5dd31557293030b0f",
7234
- "signature": "d81ab084bf9186af598792fe66dcd8feedcdb4ba03bad5f6a94a0c267f280c5d"
7233
+ "version": "2958378c699dc2ae06cfb800d5f18635504c1f72a5fa0c67a0ca567307ccccd9",
7234
+ "signature": "280896d3a1601ca5133b2514fe7332c74b84bb7d9df48ac0ca64457ba0c6e945"
7235
7235
  },
7236
7236
  "../src/components/ActionSheet/ActionSheet.tsx": {
7237
- "version": "760010ceed9835fd61078decaebebbc0b64eefaaae504a559057ce852fb7246c",
7237
+ "version": "a44542d491d6657d98df259ee9882ae82bada439786dd09bd30f0b3bc5acfac2",
7238
7238
  "signature": "cd49d942e613a7a12c60d2851f89516ce52cad5a4ed0e2f36192d31cca9d41b6"
7239
7239
  },
7240
7240
  "../src/components/ActionSheetItem/ActionSheetItem.tsx": {
7241
- "version": "f0344ef15a2fa63f40a316de2a6e29c2e45707973c5d0bcb063bd4c783d69872",
7242
- "signature": "453d73d39d3dad74c6bfda9a08fb85994b3c942a4d5c6527029fc08ff5fd3519"
7241
+ "version": "0fcffeb9086c203f79b67278d03a94be03ff0762eec26614e363bdf56ab00e32",
7242
+ "signature": "e44f360278f3567082e73f48548ae91abe7e68c6f92eaa0c6f50391d11afbc6e"
7243
7243
  },
7244
7244
  "../src/components/ScreenSpinner/ScreenSpinner.tsx": {
7245
7245
  "version": "2ca830792373c77d0e016eeb5ecaeb43b58546bcd33418dce075662675e3380f",
@@ -7378,7 +7378,7 @@
7378
7378
  "signature": "9b4cc67f35e5aa177475dc5979ffc0d5f7f77f031a66bdf0b44d50c6647d0e12"
7379
7379
  },
7380
7380
  "../src/components/Cell/Cell.tsx": {
7381
- "version": "4e6033e25935025f6215193cebb0d0951add70a299f25ddb28cecbb1871225d1",
7381
+ "version": "7bcd3b204890f04c95a79ee9293166080aae4571ce7cc3166cfd96d3940436b4",
7382
7382
  "signature": "bf2254511429e4ec2c20c92051b393752b5ee0e44f0b97f77644a4a29c3594ac"
7383
7383
  },
7384
7384
  "../src/components/RichCell/RichCell.tsx": {
@@ -7394,8 +7394,8 @@
7394
7394
  "signature": "1b2f4a77c74453902f882ac7908ba80786f191a6157c65065f5d8593d34b3d73"
7395
7395
  },
7396
7396
  "../src/components/Footer/Footer.tsx": {
7397
- "version": "0f47882e45499682df768975368918492099492bc6e378083be5f171cc183cf9",
7398
- "signature": "a448e8e4be3770a62f06a025e0846cfb75f01190cc746d576bdc8e27e8fca0d9"
7397
+ "version": "2e3b2b9f038ac66548fd8e463a138d2e34a8dd97704054a51cba9da7ef0a4ac0",
7398
+ "signature": "55b07b7a574acbd709ce9343b05db0c2fdf03136576c000dd1735474ba458ad2"
7399
7399
  },
7400
7400
  "../src/components/InfoRow/InfoRow.tsx": {
7401
7401
  "version": "317707aaec1ea844bab0e884eaffefa4d278c20133755c569ae13f7fdde389f7",
@@ -7718,11 +7718,11 @@
7718
7718
  "signature": "53effa18ab574bf8b8b0bfcce73f32daf188a0d938b0d97e5addecdbb5a03182"
7719
7719
  },
7720
7720
  "../src/components/AppRoot/AppRoot.tsx": {
7721
- "version": "cbb1e24ef82bca6eed5e37284ec1cf3083b7a027a785e0893977f56c0ad5886e",
7721
+ "version": "6253f242c0530a8a1f7eae4206a91b6ec556a01754ee04a4ce1c2ff8bee27b76",
7722
7722
  "signature": "306805fbdc1b47f67b01b12cf6169cf0bdb1a563cfe55b628319e7ec4d016b70"
7723
7723
  },
7724
7724
  "../src/components/AdaptivityProvider/AdaptivityProvider.tsx": {
7725
- "version": "1a53879a74e5b87bacef12bf881c92f7f520096476d859120f8b1985d132acc0",
7725
+ "version": "f23f0d45a20d91b21f1374d796c1dd228c6ed6d9393cf58ff28ac54525000735",
7726
7726
  "signature": "902b473c424d91f5cd78f30feadad1083be7be2b4b46a1c3ebd088029fb731b0"
7727
7727
  },
7728
7728
  "../src/components/ConfigProvider/ConfigProvider.tsx": {
@@ -7750,8 +7750,8 @@
7750
7750
  "signature": "429b39b783543243a04d52e374c7ad4ce4d767110f1a310f334bcaae860c966c"
7751
7751
  },
7752
7752
  "../src/index.ts": {
7753
- "version": "d7b9918a77035fba4e8b05fa2052e85e131fe1e4092b2e10f4a5a6c585a3b9a4",
7754
- "signature": "e078f64cfca1242d335be1405f0094136a35a25ecee7ac6fd5383e87e8fb9818"
7753
+ "version": "787e56f98c268fa50577c951ab3c8373534638d4d0cd0c28db3b66a9b03261ec",
7754
+ "signature": "189cc8559990b9dc76e7a9025665e02f82ed8e0beb833451cdd3bf433977bceb"
7755
7755
  },
7756
7756
  "../src/appearance/constants.ts": {
7757
7757
  "version": "0f4a6557c6facb4d6b3f6cee1aa99149ff44114815fd83309a49834d4b3ed296",
@@ -7777,6 +7777,10 @@
7777
7777
  "version": "ddf2fa9a724592caeaf628c3e55a43bff140f688876bac8718f50cb2bf41e417",
7778
7778
  "signature": "09d17edaa5f587b4b06cf9ddbb4798ea3e4ff0bd5cd30fdbb82dacb971fd2e23"
7779
7779
  },
7780
+ "../src/hooks/usePatchChildrenRef.ts": {
7781
+ "version": "1f3ab8a36aec38b82c4806caa4d3158390afd5befc64eb6dc5b034d742d468eb",
7782
+ "signature": "6342ccc6b2c1efcb0290200910e8d910a885736c4116c1480e6ba696838a9b00"
7783
+ },
7780
7784
  "../node_modules/@testing-library/react-hooks/lib/types/index.d.ts": {
7781
7785
  "version": "8c0cb9be8009a01a2e26fb159c125bfc2f658d5298086b68306a0e5348794a70",
7782
7786
  "signature": "8c0cb9be8009a01a2e26fb159c125bfc2f658d5298086b68306a0e5348794a70"
@@ -7865,6 +7869,30 @@
7865
7869
  "version": "e958defc61ea33a4b1f5fd4e0518fb5b79a5990c581d2eb16c8ba2bcf3ea0116",
7866
7870
  "signature": "e958defc61ea33a4b1f5fd4e0518fb5b79a5990c581d2eb16c8ba2bcf3ea0116"
7867
7871
  },
7872
+ "../src/components/Popper/Popper.tsx": {
7873
+ "version": "4dca78aad5074b913596ac3e828c23de1df5f677aa4bb2742c302ac4ca265d05",
7874
+ "signature": "5f05ceaee1a702a21c99b27d1fcc0833adce326b5bb8ec8387f579a60dd836db"
7875
+ },
7876
+ "../src/components/HoverPopper/HoverPopper.tsx": {
7877
+ "version": "ff9b13dad6f74063112c434225ecaeae0da8448b0b76f9d2c6b34ce1a95742fe",
7878
+ "signature": "bf4fca1b875c5e02f59c06b40843e0b1f0e17ddd2616e20a9f8cd4063309c430"
7879
+ },
7880
+ "../src/components/ClickPopper/ClickPopper.tsx": {
7881
+ "version": "3f12ec3a790784486508447950a32a8bf09d978a506906f06f72bb95702607a3",
7882
+ "signature": "c3e64f5c1688e91d84fa9abad0734958e4fc6e562a9f23cee3dd295a3a1d5406"
7883
+ },
7884
+ "../src/components/Dropdown/Dropdown.tsx": {
7885
+ "version": "7a687271b1a34578390824e8870caa38292c11a294b02c518dc007aec4c5ab0a",
7886
+ "signature": "233246968d28037dc4a8dd4e10296513028746aecbd6e9016c72f5edf06f1c23"
7887
+ },
7888
+ "../src/components/TextTooltip/TextTooltip.tsx": {
7889
+ "version": "983341f4155f47f535a698ff317e244d53a193f13344ab6512c5ba6276f9c605",
7890
+ "signature": "9d26a91e132c02c03d7c4d7165668b456ae2b94cc50dd218297cb735fc4b5980"
7891
+ },
7892
+ "../src/components/RichTooltip/RichTooltip.tsx": {
7893
+ "version": "19b6015d2a575a00f89d1abdd2038a0661972a19c2b0d9d692f0516ee23c3933",
7894
+ "signature": "d1fcaaa0f0ed8c5044160b8901863ade93047eeee1351978974a5c03cfadfd5d"
7895
+ },
7868
7896
  "../src/components/View/ViewInfinite.tsx": {
7869
7897
  "version": "311734c05684cf0bf8e61be3513c60aefeb82eb658b6d08894334abf561a3c6c",
7870
7898
  "signature": "abe563865a3914a7d194f5af85b4ae37511a911c13c7305ca44181c2da60e36c"
@@ -7874,8 +7902,8 @@
7874
7902
  "signature": "6e73da2cd7d89f901b957dbbcf56801ae7acb673eecd99aef311ac7d6f166d23"
7875
7903
  },
7876
7904
  "../src/unstable/index.ts": {
7877
- "version": "c1c45c9859e669cf2fddfde4ab78f14dec0d68b005625e7d7b558c5931db622d",
7878
- "signature": "5b3df55852a7d746b1dd06f44cda38bdb626c4565f01562d28448706519f07e0"
7905
+ "version": "7702af6bfd9faf62970a844618b3312f79423ea3a0f26e949f99c6510ae1ebd0",
7906
+ "signature": "e363dc89415cbe373e3adfcac264e418fa4aa14a82e3993583982263f4d62ff9"
7879
7907
  },
7880
7908
  "../src/components/ActionSheet/ActionSheet.e2e.tsx": {
7881
7909
  "version": "270c11fd494e785e597bb8a87b61cc005733014570b234e492024c8fe24000b0",
@@ -8014,7 +8042,7 @@
8014
8042
  "signature": "38cf19d1ee5a66cd67a7cd1eceaa3c5943559990f15f69851f1e9ec7579609e1"
8015
8043
  },
8016
8044
  "../src/components/ActionSheet/ActionSheet.test.tsx": {
8017
- "version": "3eaee63451c22800e2ce93aebe80e6af87187303cdab443493446aaf4c91a952",
8045
+ "version": "f6ff6d6855c758cfc4d1974fdd7688eaea975598a04beee331c73d6613130493",
8018
8046
  "signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
8019
8047
  },
8020
8048
  "../src/components/ActionSheetItem/ActionSheetItem.test.tsx": {
@@ -8190,7 +8218,7 @@
8190
8218
  "signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
8191
8219
  },
8192
8220
  "../src/components/Footer/Footer.test.tsx": {
8193
- "version": "759da1a6caf39844d5898ddbb0bc1ce78ea60935031de4d37fd3d34c22e4a625",
8221
+ "version": "5ce393abdd7020d5f98aed9c2a3368776add8d939d5f0f2cfcb18b6a5ed223dc",
8194
8222
  "signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
8195
8223
  },
8196
8224
  "../src/components/FormField/FormField.test.tsx": {
@@ -8554,7 +8582,7 @@
8554
8582
  "signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
8555
8583
  },
8556
8584
  "../src/components/Tappable/Tappable.test.tsx": {
8557
- "version": "c1b39f7a3ddd4fc14b898137fa3c4c2f6f86136ae289df3c6e126e99fa3fb5de",
8585
+ "version": "f3a535c72737713e99c7abb1f564871d2383e89e055d70878f43c65195fec65a",
8558
8586
  "signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
8559
8587
  },
8560
8588
  "../src/components/Textarea/Textarea.e2e.tsx": {
@@ -10634,6 +10662,7 @@
10634
10662
  ],
10635
10663
  "../src/components/AdaptivityProvider/AdaptivityContext.tsx": [
10636
10664
  "../node_modules/@types/react/index.d.ts",
10665
+ "../node_modules/@vkontakte/vkjs/lib/index.d.ts",
10637
10666
  "../node_modules/@types/node/fs.d.ts",
10638
10667
  "../node_modules/@types/node/ts3.2/fs.d.ts",
10639
10668
  "../node_modules/@types/node/util.d.ts",
@@ -24007,6 +24036,7 @@
24007
24036
  ],
24008
24037
  "../src/components/Footer/Footer.tsx": [
24009
24038
  "../node_modules/@types/react/index.d.ts",
24039
+ "../src/types.ts",
24010
24040
  "../src/components/Typography/Caption/Caption.tsx",
24011
24041
  "../node_modules/@types/node/fs.d.ts",
24012
24042
  "../node_modules/@types/node/ts3.2/fs.d.ts",
@@ -25258,6 +25288,15 @@
25258
25288
  "../node_modules/@types/node/util.d.ts",
25259
25289
  "../node_modules/@types/node/ts3.2/util.d.ts"
25260
25290
  ],
25291
+ "../src/hooks/usePatchChildrenRef.ts": [
25292
+ "../node_modules/@types/react/index.d.ts",
25293
+ "../src/hooks/useExternRef.ts",
25294
+ "../src/lib/warnOnce.ts",
25295
+ "../node_modules/@types/node/fs.d.ts",
25296
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
25297
+ "../node_modules/@types/node/util.d.ts",
25298
+ "../node_modules/@types/node/ts3.2/util.d.ts"
25299
+ ],
25261
25300
  "../node_modules/@testing-library/react-hooks/lib/types/index.d.ts": [
25262
25301
  "../node_modules/@types/node/fs.d.ts",
25263
25302
  "../node_modules/@types/node/ts3.2/fs.d.ts",
@@ -25430,6 +25469,85 @@
25430
25469
  "../node_modules/@types/node/util.d.ts",
25431
25470
  "../node_modules/@types/node/ts3.2/util.d.ts"
25432
25471
  ],
25472
+ "../src/components/Popper/Popper.tsx": [
25473
+ "../node_modules/@types/react/index.d.ts",
25474
+ "../node_modules/react-popper/typings/react-popper.d.ts",
25475
+ "../src/components/AppRoot/AppRootPortal.tsx",
25476
+ "../src/types.ts",
25477
+ "../src/hooks/usePlatform.ts",
25478
+ "../src/helpers/getClassName.ts",
25479
+ "../src/hooks/useExternRef.ts",
25480
+ "../src/lib/useIsomorphicLayoutEffect.ts",
25481
+ "../node_modules/@types/node/fs.d.ts",
25482
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
25483
+ "../node_modules/@types/node/util.d.ts",
25484
+ "../node_modules/@types/node/ts3.2/util.d.ts"
25485
+ ],
25486
+ "../src/components/HoverPopper/HoverPopper.tsx": [
25487
+ "../node_modules/@types/react/index.d.ts",
25488
+ "../src/components/Popper/Popper.tsx",
25489
+ "../src/hooks/useEventListener.ts",
25490
+ "../src/hooks/useTimeout.ts",
25491
+ "../src/hooks/usePatchChildrenRef.ts",
25492
+ "../src/lib/useIsomorphicLayoutEffect.ts",
25493
+ "../node_modules/@types/node/fs.d.ts",
25494
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
25495
+ "../node_modules/@types/node/util.d.ts",
25496
+ "../node_modules/@types/node/ts3.2/util.d.ts"
25497
+ ],
25498
+ "../src/components/ClickPopper/ClickPopper.tsx": [
25499
+ "../node_modules/@types/react/index.d.ts",
25500
+ "../src/lib/dom.tsx",
25501
+ "../src/components/Popper/Popper.tsx",
25502
+ "../src/hooks/useExternRef.ts",
25503
+ "../src/hooks/useEventListener.ts",
25504
+ "../src/hooks/useGlobalEventListener.ts",
25505
+ "../src/hooks/usePatchChildrenRef.ts",
25506
+ "../node_modules/@types/node/fs.d.ts",
25507
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
25508
+ "../node_modules/@types/node/util.d.ts",
25509
+ "../node_modules/@types/node/ts3.2/util.d.ts"
25510
+ ],
25511
+ "../src/components/Dropdown/Dropdown.tsx": [
25512
+ "../node_modules/@types/react/index.d.ts",
25513
+ "../src/components/HoverPopper/HoverPopper.tsx",
25514
+ "../src/components/ClickPopper/ClickPopper.tsx",
25515
+ "../src/helpers/getClassName.ts",
25516
+ "../src/hooks/usePlatform.ts",
25517
+ "../src/components/Popper/Popper.tsx",
25518
+ "../node_modules/@types/node/fs.d.ts",
25519
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
25520
+ "../node_modules/@types/node/util.d.ts",
25521
+ "../node_modules/@types/node/ts3.2/util.d.ts"
25522
+ ],
25523
+ "../src/components/TextTooltip/TextTooltip.tsx": [
25524
+ "../node_modules/@types/react/index.d.ts",
25525
+ "../src/components/HoverPopper/HoverPopper.tsx",
25526
+ "../src/helpers/getClassName.ts",
25527
+ "../src/hooks/usePlatform.ts",
25528
+ "../src/lib/utils.ts",
25529
+ "../src/components/Popper/Popper.tsx",
25530
+ "../src/components/Typography/Subhead/Subhead.tsx",
25531
+ "../src/lib/prefixClass.ts",
25532
+ "../node_modules/@types/node/fs.d.ts",
25533
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
25534
+ "../node_modules/@types/node/util.d.ts",
25535
+ "../node_modules/@types/node/ts3.2/util.d.ts"
25536
+ ],
25537
+ "../src/components/RichTooltip/RichTooltip.tsx": [
25538
+ "../node_modules/@types/react/index.d.ts",
25539
+ "../src/components/HoverPopper/HoverPopper.tsx",
25540
+ "../src/helpers/getClassName.ts",
25541
+ "../src/hooks/usePlatform.ts",
25542
+ "../src/hooks/useAppearance.ts",
25543
+ "../src/lib/classNames.ts",
25544
+ "../src/lib/prefixClass.ts",
25545
+ "../src/components/Popper/Popper.tsx",
25546
+ "../node_modules/@types/node/fs.d.ts",
25547
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
25548
+ "../node_modules/@types/node/util.d.ts",
25549
+ "../node_modules/@types/node/ts3.2/util.d.ts"
25550
+ ],
25433
25551
  "../src/components/View/ViewInfinite.tsx": [
25434
25552
  "../node_modules/@types/react/index.d.ts",
25435
25553
  "../src/lib/classNames.ts",
@@ -25474,6 +25592,10 @@
25474
25592
  ],
25475
25593
  "../src/unstable/index.ts": [
25476
25594
  "../src/components/ChipsSelect/ChipsSelect.tsx",
25595
+ "../src/components/Dropdown/Dropdown.tsx",
25596
+ "../src/components/TextTooltip/TextTooltip.tsx",
25597
+ "../src/components/RichTooltip/RichTooltip.tsx",
25598
+ "../src/components/Popper/Popper.tsx",
25477
25599
  "../src/components/View/ViewInfinite.tsx",
25478
25600
  "../src/components/SimpleCheckbox/SimpleCheckbox.tsx",
25479
25601
  "../node_modules/@types/node/fs.d.ts",
@@ -27031,6 +27153,7 @@
27031
27153
  "../src/components/Tappable/Tappable.tsx",
27032
27154
  "../src/lib/platform.ts",
27033
27155
  "../node_modules/@types/react-dom/test-utils/index.d.ts",
27156
+ "../src/components/AdaptivityProvider/AdaptivityProvider.tsx",
27034
27157
  "../node_modules/@types/node/fs.d.ts",
27035
27158
  "../node_modules/@types/node/ts3.2/fs.d.ts",
27036
27159
  "../node_modules/@types/node/util.d.ts",
@@ -41776,7 +41899,8 @@
41776
41899
  "../src/types.ts"
41777
41900
  ],
41778
41901
  "../src/components/Footer/Footer.tsx": [
41779
- "../node_modules/@types/react/index.d.ts"
41902
+ "../node_modules/@types/react/index.d.ts",
41903
+ "../src/types.ts"
41780
41904
  ],
41781
41905
  "../src/components/InfoRow/InfoRow.tsx": [
41782
41906
  "../node_modules/@types/react/index.d.ts"
@@ -42352,6 +42476,9 @@
42352
42476
  "../src/hooks/useBrowserInfo.ts": [
42353
42477
  "../src/lib/browser.ts"
42354
42478
  ],
42479
+ "../src/hooks/usePatchChildrenRef.ts": [
42480
+ "../node_modules/@types/react/index.d.ts"
42481
+ ],
42355
42482
  "../node_modules/@testing-library/react-hooks/lib/types/index.d.ts": [
42356
42483
  "../node_modules/@types/node/fs.d.ts",
42357
42484
  "../node_modules/@types/node/ts3.2/fs.d.ts",
@@ -42452,6 +42579,31 @@
42452
42579
  "../src/testing/e2e/utils.tsx",
42453
42580
  "../e2e/index.ts"
42454
42581
  ],
42582
+ "../src/components/Popper/Popper.tsx": [
42583
+ "../node_modules/@types/react/index.d.ts",
42584
+ "../src/types.ts"
42585
+ ],
42586
+ "../src/components/HoverPopper/HoverPopper.tsx": [
42587
+ "../src/components/Popper/Popper.tsx",
42588
+ "../node_modules/@types/react/index.d.ts"
42589
+ ],
42590
+ "../src/components/ClickPopper/ClickPopper.tsx": [
42591
+ "../src/components/Popper/Popper.tsx",
42592
+ "../node_modules/@types/react/index.d.ts"
42593
+ ],
42594
+ "../src/components/Dropdown/Dropdown.tsx": [
42595
+ "../src/components/Popper/Popper.tsx",
42596
+ "../node_modules/@types/react/index.d.ts",
42597
+ "../src/components/HoverPopper/HoverPopper.tsx"
42598
+ ],
42599
+ "../src/components/TextTooltip/TextTooltip.tsx": [
42600
+ "../node_modules/@types/react/index.d.ts",
42601
+ "../src/components/Popper/Popper.tsx"
42602
+ ],
42603
+ "../src/components/RichTooltip/RichTooltip.tsx": [
42604
+ "../node_modules/@types/react/index.d.ts",
42605
+ "../src/components/Popper/Popper.tsx"
42606
+ ],
42455
42607
  "../src/components/View/ViewInfinite.tsx": [
42456
42608
  "../node_modules/@types/react/index.d.ts",
42457
42609
  "../src/types.ts",
@@ -42466,6 +42618,10 @@
42466
42618
  ],
42467
42619
  "../src/unstable/index.ts": [
42468
42620
  "../src/components/ChipsSelect/ChipsSelect.tsx",
42621
+ "../src/components/Dropdown/Dropdown.tsx",
42622
+ "../src/components/TextTooltip/TextTooltip.tsx",
42623
+ "../src/components/RichTooltip/RichTooltip.tsx",
42624
+ "../src/components/Popper/Popper.tsx",
42469
42625
  "../src/components/View/ViewInfinite.tsx",
42470
42626
  "../src/components/SimpleCheckbox/SimpleCheckbox.tsx"
42471
42627
  ],
@@ -45006,6 +45162,7 @@
45006
45162
  "../src/helpers/getClassName.test.ts",
45007
45163
  "../src/helpers/math.test.ts",
45008
45164
  "../src/hooks/useBrowserInfo.ts",
45165
+ "../src/hooks/usePatchChildrenRef.ts",
45009
45166
  "../node_modules/@testing-library/react-hooks/lib/types/index.d.ts",
45010
45167
  "../node_modules/@testing-library/react-hooks/lib/types/react.d.ts",
45011
45168
  "../node_modules/@testing-library/react-hooks/lib/pure.d.ts",
@@ -45028,6 +45185,12 @@
45028
45185
  "../e2e/index.ts",
45029
45186
  "../src/testing/e2e/utils.tsx",
45030
45187
  "../src/testing/e2e/index.ts",
45188
+ "../src/components/Popper/Popper.tsx",
45189
+ "../src/components/HoverPopper/HoverPopper.tsx",
45190
+ "../src/components/ClickPopper/ClickPopper.tsx",
45191
+ "../src/components/Dropdown/Dropdown.tsx",
45192
+ "../src/components/TextTooltip/TextTooltip.tsx",
45193
+ "../src/components/RichTooltip/RichTooltip.tsx",
45031
45194
  "../src/components/View/ViewInfinite.tsx",
45032
45195
  "../src/components/SimpleCheckbox/SimpleCheckbox.tsx",
45033
45196
  "../src/unstable/index.ts",
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  export declare type ActionType = (event: React.MouseEvent) => void;
3
- export declare type ItemClickHandler = (action: ActionType, autoclose: boolean) => (event: React.MouseEvent) => void;
3
+ export declare type ItemClickHandler = (action: ActionType, immediateAction: ActionType, autoclose: boolean) => (event: React.MouseEvent) => void;
4
4
  export declare const ActionSheetContext: React.Context<{
5
5
  onItemClick?: ItemClickHandler;
6
6
  isDesktop?: boolean;
@@ -9,6 +9,13 @@ export interface ActionSheetItemProps extends React.HTMLAttributes<HTMLElement>,
9
9
  autoclose?: boolean;
10
10
  selectable?: boolean;
11
11
  disabled?: boolean;
12
+ /**
13
+ * Если autoclose === true, onClick будет вызван после завершения анимации скрытия и после вызова onClose.
14
+ * Из этого следует, что в объекте события значения полей типа `currentTarget` будут не определены.
15
+ * Если вам нужен объект события именно на момент клика, используйте `onImmediateClick`.
16
+ */
17
+ onClick?: React.MouseEventHandler<HTMLElement>;
18
+ onImmediateClick?: React.MouseEventHandler<HTMLElement>;
12
19
  }
13
20
  declare const _default: React.FC<ActionSheetItemProps>;
14
21
  export default _default;
@@ -32,10 +32,15 @@ export interface AdaptivityProps extends SizeProps {
32
32
  * @ignore
33
33
  */
34
34
  hasMouse?: boolean;
35
+ /**
36
+ * @ignore
37
+ */
38
+ deviceHasHover?: boolean;
35
39
  }
36
40
  export interface AdaptivityContextInterface extends SizeProps {
37
41
  viewWidth?: ViewWidth;
38
42
  viewHeight?: ViewHeight;
39
43
  hasMouse?: boolean;
44
+ deviceHasHover?: boolean;
40
45
  }
41
46
  export declare const AdaptivityContext: React.Context<AdaptivityContextInterface>;
@@ -3,6 +3,7 @@ export interface AppRootContextInterface {
3
3
  appRoot?: React.RefObject<HTMLDivElement>;
4
4
  portalRoot?: HTMLDivElement;
5
5
  embedded?: boolean;
6
+ mode?: 'partial' | 'embedded' | 'full';
6
7
  keyboardInput?: boolean;
7
8
  }
8
9
  export declare const AppRootContext: React.Context<AppRootContextInterface>;
@@ -1,4 +1,5 @@
1
1
  import * as React from 'react';
2
2
  export declare const AppRootPortal: React.FC<React.PropsWithChildren<{
3
3
  className?: string;
4
+ forcePortal?: boolean;
4
5
  }>>;